:root {
  --navy: #052b5c;
  --navy-dark: #031c3e;
  --navy-light: #0a3f82;
  --blue: #0b87f4;
  --blue-soft: #eaf5ff;
  --green: #1ab454;
  --ink: #10213a;
  --text: #526176;
  --line: #dce5ee;
  --paper: #ffffff;
  --surface: #f6f9fc;
  --shadow: 0 16px 46px rgba(3, 28, 62, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: Inter, Arial, sans-serif; line-height: 1.5; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
#pecas, #refrigeracao, #maquinas-de-lavar, #ferramentas, #sobre, #loja { scroll-margin-top: 104px; }
.product-grid article:target { border-color: rgba(11,135,244,.7); box-shadow: 0 14px 34px rgba(11,135,244,.16); }
img, svg { display: block; }
svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(100% - 44px, 1260px); margin-inline: auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-family: Archivo, Inter, sans-serif; }

.topbar { color: #dfeeff; background: var(--navy-dark); font-size: .65rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.topbar-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar span, .topbar a { display: flex; align-items: center; gap: 7px; }
.topbar p { margin: 0; }
.topbar svg { color: #65b8ff; }

.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(5,43,92,.08); box-shadow: 0 3px 15px rgba(3,28,62,.04); backdrop-filter: blur(12px); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 29px; }
.brand { flex: 0 0 205px; display: flex; align-items: center; }
.brand img { width: auto; height: 66px; }
.nav { min-width: 0; margin-left: auto; display: flex; align-items: stretch; }
.nav > a { min-height: 84px; padding: 0 17px; display: flex; align-items: center; gap: 10px; border-left: 1px solid #edf1f5; color: #273951; transition: color .2s, background .2s; }
.nav > a:hover { color: var(--blue); background: #f7fbff; }
.nav svg { width: 25px; height: 25px; color: var(--navy); }
.nav span { display: block; font-size: .57rem; font-weight: 500; line-height: 1.35; text-transform: uppercase; }
.nav strong { display: block; color: var(--ink); font-size: .59rem; font-weight: 800; }
.whatsapp-header { flex: 0 0 auto; min-height: 50px; padding: 0 18px; display: flex; align-items: center; gap: 10px; color: #fff; background: var(--green); border-radius: 999px; box-shadow: 0 10px 24px rgba(26,180,84,.22); }
.whatsapp-header svg { width: 25px; height: 25px; }
.whatsapp-header span { display: grid; color: #e5ffed; font-size: .56rem; line-height: 1.3; }
.whatsapp-header strong { color: #fff; font-size: .72rem; }
.menu-toggle { display: none; width: 43px; height: 43px; padding: 0; border: 1px solid var(--line); border-radius: 5px; background: #fff; }
.menu-toggle span { display: block; width: 19px; height: 2px; margin: 4px auto; background: var(--navy); }

.hero { color: #fff; background: var(--navy); overflow: hidden; }
.hero-grid { position: relative; min-height: 535px; display: grid; grid-template-columns: 53% 47%; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 61px 62px 70px 5px; }
.hero-copy::before { position: absolute; z-index: -1; inset: 0 -150px 0 -100vw; content: ''; background: linear-gradient(100deg,#03224a 0%,#052f64 67%,rgba(5,47,100,.88) 85%,rgba(5,47,100,0) 100%); }
.hero .eyebrow { margin-bottom: 6px; color: #fff; font: 600 .94rem/1 Archivo, sans-serif; text-transform: uppercase; }
.hero h1 { max-width: 680px; margin-bottom: 12px; color: #fff; font-size: clamp(2.55rem,4.2vw,4.5rem); line-height: 1.04; letter-spacing: -.035em; text-transform: uppercase; }
.hero h2 { margin-bottom: 24px; color: #fff; font-size: 1.14rem; font-weight: 600; text-transform: uppercase; }
.hero h2 strong { color: #2ca6ff; }
.hero-copy ul { margin: 0 0 28px; padding: 0; display: grid; gap: 11px; list-style: none; }
.hero-copy li { display: flex; align-items: center; gap: 10px; color: #e9f3fc; font-size: .77rem; }
.hero-copy li svg { flex: 0 0 auto; width: 17px; height: 17px; color: #2ca6ff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { min-height: 44px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 6px; font-size: .65rem; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0,0,0,.15); }
.button-blue { color: #fff; background: var(--blue); }
.button-white { color: var(--navy); background: #fff; border-color: #fff; }
.button-green { color: #fff; background: var(--green); }
.whatsapp-logo { width: 1.2em; height: 1.2em; flex: 0 0 auto; object-fit: contain; }
.whatsapp-header .whatsapp-logo { width: 25px; height: 25px; }
.hero-copy small { display: block; margin-top: 13px; color: #a9c5df; font-size: .62rem; }
.hero-photo { min-width: 0; min-height: 535px; margin-right: calc((1260px - 100vw)/2); overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; min-height: 535px; object-fit: cover; object-position: 53% center; }
.address-card { position: absolute; right: 0; bottom: 34px; z-index: 3; width: 245px; padding: 17px 20px; color: #fff; background: rgba(3,28,62,.9); border: 1px solid rgba(255,255,255,.16); border-radius: 10px; box-shadow: 0 15px 35px rgba(0,0,0,.24); backdrop-filter: blur(10px); }
.address-card > span { color: #9fd3ff; font-size: .55rem; font-weight: 700; text-transform: uppercase; }
.address-card > strong { display: block; margin: 3px 0 6px; font-size: .87rem; text-transform: uppercase; }
.address-card p { margin-bottom: 8px; color: #dceaf7; font-size: .65rem; }
.address-card a { display: flex; align-items: center; gap: 6px; color: #65b8ff; font-size: .58rem; font-weight: 800; text-transform: uppercase; }

.benefit-bar { position: relative; z-index: 5; margin-top: -35px; }
.benefit-grid { min-height: 104px; display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border: 1px solid #e5ebf1; border-radius: 12px; box-shadow: var(--shadow); overflow: hidden; }
.benefit-grid article { padding: 21px 23px; display: flex; align-items: center; gap: 14px; border-right: 1px solid var(--line); }
.benefit-grid article:last-child { border-right: 0; }
.benefit-grid article > span { flex: 0 0 auto; width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,var(--blue),var(--navy-light)); border-radius: 50%; }
.benefit-grid svg { width: 24px; height: 24px; }
.benefit-grid strong { display: block; color: var(--navy); font-size: .66rem; text-transform: uppercase; }
.benefit-grid p { margin: 4px 0 0; font-size: .62rem; line-height: 1.4; }

.section { padding: 86px 0 63px; }
.products { background: linear-gradient(#fff,#f8fbfe); }
.section-heading { max-width: 820px; margin: 0 auto 38px; text-align: center; }
.section-heading > p { margin-bottom: 7px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.section-heading h2 { margin-bottom: 9px; color: var(--navy-dark); font-size: clamp(1.75rem,3vw,2.6rem); line-height: 1.1; text-transform: uppercase; }
.section-heading span { font-size: .76rem; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.product-grid article { position: relative; min-width: 0; padding: 0 22px 22px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 8px 25px rgba(3,28,62,.05); transition: transform .2s, box-shadow .2s; }
.product-grid article:hover { transform: translateY(-4px); box-shadow: 0 15px 35px rgba(3,28,62,.11); }
.product-grid figure { height: 185px; margin: 0 -22px 0; padding: 13px; display: grid; place-items: center; background: #fbfdff; border-radius: 10px 10px 0 0; overflow: hidden; }
.product-grid figure img { width: 84%; height: 84%; max-width: 240px; max-height: 152px; object-fit: contain; object-position: center; }
.category-icon { width: 39px; height: 39px; margin: -20px auto 12px; padding: 9px; position: relative; color: #fff; background: var(--blue); border-radius: 50%; box-shadow: 0 7px 18px rgba(11,135,244,.23); }
.product-grid h3 { margin-bottom: 7px; color: var(--navy); font-size: .79rem; text-transform: uppercase; }
.product-grid p { min-height: 48px; margin-bottom: 14px; font-size: .65rem; line-height: 1.55; }
.product-grid article > a { display: inline-flex; min-height: 31px; padding: 0 15px; align-items: center; justify-content: center; color: var(--blue); border: 1px solid var(--blue); border-radius: 999px; font-size: .57rem; font-weight: 800; text-transform: uppercase; }

.brands { padding: 25px 0 31px; background: #fff; border-block: 1px solid var(--line); text-align: center; }
.brands h2 { margin-bottom: 19px; font-size: 1.05rem; text-transform: uppercase; }
.brand-list { display: grid; grid-template-columns: repeat(9,1fr); gap: 9px; }
.brand-list span { min-height: 60px; padding: 9px 12px; display: grid; place-items: center; background: #fff; border: 1px solid #e3e9ef; border-radius: 5px; }
.brand-list img { width: 100%; max-width: 112px; height: 38px; object-fit: contain; }
.brands p { margin: 13px 0 0; font-size: .6rem; }

.online-store { padding: 42px 0; background: #f4f8fc; }
.online-store-card { position: relative; min-height: 328px; display: grid; grid-template-columns: 57% 43%; color: #fff; background: linear-gradient(112deg,#031c3e 0%,#063f7b 56%,#087ee7 100%); border-radius: 18px; box-shadow: 0 22px 50px rgba(3,31,67,.2); overflow: hidden; }
.online-store-card::before { position: absolute; inset: -150px auto auto 43%; width: 420px; height: 420px; content: ''; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.online-store-copy { position: relative; z-index: 2; padding: 46px 20px 43px 48px; }
.online-store-tag { width: max-content; min-height: 28px; padding: 0 12px; display: inline-flex; align-items: center; gap: 7px; color: #bfe3ff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: .61rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.online-store-tag svg { width: 15px; height: 15px; }
.online-store h2 { max-width: 620px; margin: 15px 0 9px; color: #fff; font-size: clamp(1.65rem,3vw,2.35rem); line-height: 1.04; text-transform: uppercase; }
.online-store-copy > p { max-width: 600px; margin: 0; color: #d9e9f8; font-size: .76rem; line-height: 1.6; }
.online-store ul { margin: 18px 0 22px; padding: 0; display: flex; flex-wrap: wrap; gap: 9px 20px; list-style: none; }
.online-store li { display: flex; align-items: center; gap: 7px; color: #fff; font-size: .64rem; font-weight: 700; }
.online-store li svg { width: 18px; height: 18px; color: #49d57b; }
.online-store-button { width: max-content; min-height: 46px; padding-inline: 21px; background: var(--green); box-shadow: 0 11px 24px rgba(0,0,0,.2); }
.online-store-button svg { width: 17px; height: 17px; transition: transform .2s ease; }
.online-store-button:hover svg { transform: translateX(3px); }
.online-store-visual { position: relative; min-height: 328px; }
.online-store-visual::before { position: absolute; inset: 44px 25px 37px 20px; content: ''; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.online-store-visual::after { position: absolute; z-index: 2; inset: 0 auto 0 0; width: 22%; content: ''; background: linear-gradient(90deg,#064b91 0%,rgba(6,75,145,0) 100%); pointer-events: none; }
.online-store-badge { position: absolute; top: 28px; left: 9px; z-index: 3; width: 112px; height: 112px; display: grid; place-content: center; color: #cfeaff; background: var(--green); border: 6px solid rgba(255,255,255,.24); border-radius: 50%; font-size: .6rem; line-height: 1.25; text-align: center; text-transform: uppercase; transform: rotate(-5deg); box-shadow: 0 15px 30px rgba(0,0,0,.2); }
.online-store-badge strong { display: block; color: #fff; font-size: .75rem; }
.online-store-person { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.online-store-appliance { position: absolute; z-index: 4; height: auto; object-fit: contain; filter: drop-shadow(0 14px 15px rgba(0,0,0,.34)); pointer-events: none; }
.online-store-fridge { bottom: -15px; left: -2px; width: 118px; }
.online-store-washer { right: -8px; bottom: -6px; width: 112px; }

.about { padding: 72px 0; background: #fff; }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 66px; align-items: center; }
.about-media { position: relative; min-height: 455px; margin: 0; overflow: hidden; border-radius: 16px; box-shadow: 0 22px 45px rgba(3,31,67,.16); }
.about-media::after { position: absolute; inset: 45% 0 0; content: ''; background: linear-gradient(0deg,rgba(3,28,62,.72),transparent); pointer-events: none; }
.about-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.about-media:hover > img { transform: scale(1.025); }
.about-photo-label { position: absolute; left: 22px; bottom: 20px; z-index: 2; min-height: 58px; padding: 10px 16px; display: flex; align-items: center; gap: 11px; color: #fff; background: rgba(3,28,62,.88); border: 1px solid rgba(255,255,255,.18); border-radius: 9px; backdrop-filter: blur(8px); }
.about-photo-label svg { width: 25px; height: 25px; color: #43b5ff; }
.about-photo-label span { display: grid; color: #b9d0e6; font-size: .58rem; line-height: 1.35; text-transform: uppercase; }
.about-photo-label strong { color: #fff; font-size: .72rem; }
.about-eyebrow { margin: 0 0 8px; color: var(--blue); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about-copy h2 { max-width: 650px; margin: 0 0 17px; color: var(--navy); font-size: clamp(1.7rem,3vw,2.35rem); line-height: 1.08; text-transform: uppercase; }
.about-copy > p:not(.about-eyebrow) { max-width: 670px; margin: 0 0 12px; color: #526579; font-size: .77rem; line-height: 1.75; }
.about-highlights { margin: 23px 0 25px; display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--line); }
.about-highlights article { min-height: 108px; padding: 19px 16px 18px 0; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.about-highlights article + article { padding-left: 17px; }
.about-highlights article:last-child { padding-right: 0; border-right: 0; }
.about-highlights strong { margin-bottom: 6px; color: var(--navy); font-size: .75rem; line-height: 1.25; text-transform: uppercase; }
.about-highlights span { color: #6f8192; font-size: .6rem; line-height: 1.5; }
.about-button { width: max-content; min-height: 46px; }

.why { padding: 48px 0 54px; color: #dbe9f7; background: radial-gradient(circle at 50% 0,#0a4a94,var(--navy) 48%,var(--navy-dark) 100%); }
.why > .container > h2 { margin-bottom: 29px; color: #fff; font-size: 1.17rem; text-align: center; text-transform: uppercase; }
.why-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.why-grid article { padding: 5px 31px 23px; text-align: center; border-right: 1px solid rgba(255,255,255,.16); }
.why-grid article:last-child { border-right: 0; }
.why-grid svg { width: 37px; height: 37px; margin: 0 auto 11px; color: #2ca6ff; }
.why-grid strong { display: block; margin-bottom: 5px; color: #fff; font-size: .69rem; text-transform: uppercase; }
.why-grid p { margin: 0; color: #b8cde1; font-size: .61rem; line-height: 1.5; }
.store-card { margin-top: 34px; display: grid; grid-template-columns: .9fr .95fr 1.05fr; color: var(--text); background: #fff; border-radius: 12px; box-shadow: 0 20px 45px rgba(0,0,0,.2); overflow: hidden; }
.store-contact { padding: 28px 30px; }
.store-contact > p { margin-bottom: 5px; color: var(--blue); font-size: .61rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.store-contact h3 { margin-bottom: 18px; font-size: 1.05rem; line-height: 1.25; text-transform: uppercase; }
.store-contact ul { margin: 0 0 20px; padding: 0; display: grid; gap: 11px; list-style: none; }
.store-contact li { display: flex; align-items: center; gap: 10px; }
.store-contact li > svg { flex: 0 0 auto; width: 19px; height: 19px; color: var(--navy); }
.store-contact li > .whatsapp-logo { width: 19px; height: 19px; }
.store-contact li span { display: grid; font-size: .59rem; line-height: 1.35; }
.store-contact li strong { color: var(--navy); font-size: .67rem; }
.store-contact .button { width: 100%; }
.store-card > figure { min-height: 350px; margin: 0; overflow: hidden; }
.store-card > figure img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.map { min-height: 350px; display: flex; flex-direction: column; background: #e6eef6; }
.map iframe { width: 100%; flex: 1; border: 0; }
.map > a { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--blue); background: #fff; font-size: .61rem; font-weight: 800; text-transform: uppercase; }

.offer-cta { color: #fff; background: linear-gradient(100deg,#096eda,var(--blue)); }
.offer-cta > .container { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.offer-cta strong { display: block; font-size: .88rem; text-transform: uppercase; }
.offer-cta p { margin: 4px 0 0; color: #d9edff; font-size: .65rem; }

.footer { padding-top: 42px; color: #b9cce0; background: var(--navy-dark); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 55px; }
.footer-about img { width: min(100%, 270px); height: auto; display: block; }
.footer-about p { max-width: 265px; }
.footer h3 { margin-bottom: 12px; color: #fff; font-size: .66rem; text-transform: uppercase; }
.footer p, .footer a { display: block; margin: 0 0 7px; color: #9cb5cd; font-size: .61rem; line-height: 1.6; }
.footer a:hover { color: #fff; }
.footer-bottom { min-height: 55px; margin-top: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #718eaa; font-size: .56rem; }
.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 60; width: 54px; height: 54px; display: grid; place-items: center; color: #fff; background: var(--green); border: 3px solid #fff; border-radius: 50%; box-shadow: 0 13px 30px rgba(0,0,0,.28); }
.whatsapp-float .whatsapp-logo { width: 27px; height: 27px; }

@media (max-width: 1120px) {
  .nav > a { padding-inline: 10px; }
  .nav > a:last-child { display: none; }
  .whatsapp-header { padding-inline: 13px; }
  .whatsapp-header span { display: none; }
  .hero-photo { margin-right: -22px; }
  .address-card { right: 15px; }
  .benefit-grid article { padding-inline: 16px; }
}

@media (max-width: 900px) {
  #pecas, #refrigeracao, #maquinas-de-lavar, #ferramentas, #sobre, #loja { scroll-margin-top: 90px; }
  .topbar p { display: none; }
  .header-inner { min-height: 72px; }
  .brand { flex-basis: auto; margin-right: auto; }
  .brand img { width: auto; height: 57px; }
  .menu-toggle { display: block; margin-left: auto; }
  .whatsapp-header { display: none; }
  .nav { position: fixed; inset: 104px 18px auto; display: none; flex-direction: column; align-items: stretch; padding: 8px; background: #fff; border: 1px solid var(--line); border-radius: 7px; box-shadow: var(--shadow); }
  .nav.is-open { display: flex; }
  .nav > a, .nav > a:last-child { min-height: 54px; display: flex; border-left: 0; border-bottom: 1px solid var(--line); }
  .nav > a:last-child { border-bottom: 0; }
  .hero-grid { min-height: 0; display: flex; flex-direction: column; }
  .hero-copy { align-self: stretch; padding: 46px 24px 62px; }
  .hero-copy::before { inset: 0 -22px; background: linear-gradient(100deg,#03224a 0%,#052f64 100%); }
  .hero-photo { position: relative; inset: auto; z-index: 1; order: -1; width: calc(100% + 44px); height: clamp(240px,46vw,360px); min-height: 0; margin: 0 0 0 -22px; opacity: 1; }
  .hero-photo img { height: 100%; min-height: 0; object-position: center 42%; }
  .address-card { display: none; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .benefit-grid article:nth-child(2) { border-right: 0; }
  .benefit-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .brand-list { grid-template-columns: repeat(5,1fr); }
  .online-store-card { grid-template-columns: 58% 42%; }
  .online-store-copy { padding-left: 32px; }
  .online-store-person { object-position: 58% center; }
  .about-grid { grid-template-columns: .9fr 1.1fr; gap: 36px; }
  .about-media { min-height: 410px; }
  .about-highlights { grid-template-columns: 1fr; }
  .about-highlights article, .about-highlights article + article { min-height: 72px; padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-highlights article:last-child { border-bottom: 0; }
  .store-card { grid-template-columns: 1fr 1fr; }
  .map { grid-column: 1 / -1; min-height: 330px; }
  .why-grid { grid-template-columns: repeat(2,1fr); gap: 24px 0; }
  .why-grid article:nth-child(2) { border-right: 0; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 620px) {
  #pecas, #refrigeracao, #maquinas-de-lavar, #ferramentas, #sobre, #loja { scroll-margin-top: 78px; }
  .container { width: min(100% - 24px,1260px); }
  .topbar-inner { min-height: 28px; justify-content: center; }
  .topbar a { display: none; }
  .header-inner { min-height: 66px; gap: 10px; }
  .brand img { width: auto; height: 51px; }
  .menu-toggle { width: 42px; height: 42px; margin-right: 0; }
  .nav { inset: 94px 12px auto; }
  .hero-grid { min-height: 0; }
  .hero-photo { width: calc(100% + 24px); height: auto; aspect-ratio: 4 / 3; margin-left: -12px; background: #dcecf7; }
  .hero-photo img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
  .hero-copy { align-self: stretch; padding: 38px 2px 66px; }
  .hero .eyebrow { font-size: .75rem; }
  .hero h1 { font-size: 2rem; line-height: 1.08; }
  .hero h2 { font-size: .9rem; }
  .hero-copy li { align-items: flex-start; font-size: .7rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .benefit-bar { margin-top: -26px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 84px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 66px 0 47px; }
  .section-heading { text-align: left; }
  .product-grid { grid-template-columns: 1fr; }
  .product-grid figure { height: 195px; }
  .brand-list { grid-template-columns: repeat(3,1fr); }
  .online-store { padding: 26px 0; }
  .online-store-card { min-height: 0; grid-template-columns: 1fr; }
  .online-store-copy { padding: 31px 22px 26px; }
  .online-store h2 { font-size: 1.72rem; }
  .online-store-copy > p { font-size: .72rem; }
  .online-store ul { display: grid; gap: 10px; }
  .online-store-button { width: 100%; }
  .online-store-visual { min-height: 290px; margin-top: -1px; background: #073f85; }
  .online-store-visual::before { inset: 15px 35px -95px; }
  .online-store-visual::after { inset: -1px 0 auto; width: 100%; height: 76px; background: linear-gradient(180deg,#063f7b 0%,rgba(6,63,123,.68) 38%,rgba(6,63,123,0) 100%); }
  .online-store-badge { top: 13px; left: 18px; width: 90px; height: 90px; border-width: 4px; }
  .online-store-person { object-position: 59% center; }
  .online-store-fridge { bottom: -10px; left: 6px; width: 91px; }
  .online-store-washer { right: 3px; bottom: -5px; width: 88px; }
  .about { padding: 53px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 34px; }
  .about-media { min-height: 270px; }
  .about-copy h2 { font-size: 1.72rem; }
  .about-copy > p:not(.about-eyebrow) { font-size: .72rem; }
  .about-button { width: 100%; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .store-card { grid-template-columns: 1fr; }
  .store-card > figure { min-height: 245px; }
  .map { grid-column: auto; min-height: 300px; }
  .offer-cta > .container { padding-block: 21px; flex-direction: column; align-items: stretch; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { padding-block: 17px; flex-direction: column; align-items: flex-start; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
