:root {
  --ink: #111111;
  --paper: #f5f2ed;
  --paper-deep: #ebe6de;
  --white: #ffffff;
  --muted: #6d6a66;
  --line: rgba(17, 17, 17, 0.13);
  --red: #e2232c;
  --green: #20ad61;
  --shell: 1240px;
  --header-height: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-lock { overflow: hidden; }
::selection { background: var(--red); color: var(--white); }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-height);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(7,7,7,.82), rgba(7,7,7,.2));
  transition: height .24s ease, background .24s ease, box-shadow .24s ease;
}
.site-header.is-raised { height: 70px; background: rgba(11,11,11,.96); box-shadow: 0 14px 38px rgba(0,0,0,.16); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 46px; height: 46px; overflow: hidden; border: 1px solid rgba(255,255,255,.28); background: var(--ink); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: grid; gap: 2px; line-height: 1; }
.brand-copy strong { font-size: 15px; letter-spacing: .115em; font-weight: 820; }
.brand-copy small { color: rgba(255,255,255,.65); font-size: 9px; font-weight: 650; letter-spacing: .29em; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.76); font-size: 13px; font-weight: 560; transition: color .18s ease; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 -10px; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.desktop-nav a:hover { color: var(--white); }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 660; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0 25px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 720;
  letter-spacing: .035em;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button .icon { transition: transform .18s ease; }
.button:hover .icon { transform: translate(2px,-1px); }
.button-small { min-height: 43px; padding-inline: 18px; font-size: 12px; }
.button-red { background: var(--red); color: var(--white); box-shadow: 0 12px 32px rgba(226,35,44,.17); }
.button-red:hover { background: #f02b35; box-shadow: 0 15px 38px rgba(226,35,44,.25); }
.button-ghost { border-color: rgba(255,255,255,.33); background: rgba(255,255,255,.04); color: var(--white); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.1); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--red); }
.button-outline-dark { border-color: rgba(17,17,17,.32); background: transparent; color: var(--ink); }
.button-outline-dark:hover { border-color: var(--ink); background: var(--ink); color: var(--white); }
.button-white { background: var(--white); color: var(--ink); }
.button-white:hover { background: var(--ink); color: var(--white); }
.menu-button { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.2); background: transparent; color: var(--white); cursor: pointer; }
.menu-close-icon { display: none; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 860px; overflow: hidden; background: #0b0b0b; color: var(--white); }
.hero-media, .hero-grid-overlay { position: absolute; inset: 0; }
.hero-media {
  background-image: linear-gradient(90deg,rgba(4,4,4,.94) 0%,rgba(4,4,4,.76) 34%,rgba(4,4,4,.18) 70%,rgba(4,4,4,.34) 100%), linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.42)), url("images/hero.webp");
  background-position: center;
  background-size: cover;
  transform: scale(1.025);
  animation: heroZoom 9s cubic-bezier(.2,.7,.2,1) both;
}
.hero-grid-overlay { opacity: .15; background-image: linear-gradient(rgba(255,255,255,.11) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.11) 1px,transparent 1px); background-size: 120px 120px; mask-image: linear-gradient(90deg,#000 0%,transparent 56%); }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1.025); } }
.hero-content { position: relative; z-index: 2; min-height: 860px; display: grid; grid-template-columns: minmax(0,700px) 1fr; gap: 56px; align-items: center; padding: 150px 0 145px; }
.eyebrow { margin: 0 0 18px; color: var(--red); font-size: 11px; font-weight: 780; letter-spacing: .23em; line-height: 1.3; }
.eyebrow-light { color: rgba(255,255,255,.62); }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 25px; color: rgba(255,255,255,.72); }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(226,35,44,.17); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(56px,6.25vw,92px); font-weight: 760; letter-spacing: -.067em; line-height: .93; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1.3px rgba(255,255,255,.7); }
.hero-lead { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: clamp(16px,1.35vw,19px); line-height: 1.72; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.hero-proof { display: flex; align-items: center; gap: 13px; margin-top: 38px; }
.proof-icon { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.18); color: var(--red); }
.stars { display: flex; gap: 2px; color: #ffbd3e; }
.stars .icon { width: 14px; height: 14px; fill: currentColor; stroke-width: 1.2; }
.hero-proof small { display: block; margin-top: 4px; color: rgba(255,255,255,.58); font-size: 11px; }
.hero-location-card { align-self: end; justify-self: end; display: grid; grid-template-columns: auto 1fr auto; width: min(100%,330px); align-items: center; gap: 15px; margin-bottom: 5px; padding: 20px 21px; border: 1px solid rgba(255,255,255,.17); background: rgba(10,10,10,.64); backdrop-filter: blur(14px); transition: .18s ease; }
.hero-location-card:hover { border-color: rgba(255,255,255,.38); background: rgba(10,10,10,.82); transform: translateY(-3px); }
.hero-location-card .pin-icon { color: var(--red); }
.hero-location-card span { display: grid; gap: 4px; }
.hero-location-card small { color: rgba(255,255,255,.5); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.hero-location-card strong { font-size: 13px; font-weight: 660; }
.hero-rise { opacity: 0; transform: translateY(24px); animation: heroRise .72s cubic-bezier(.2,.8,.2,1) forwards; }
.hero-delay-1 { animation-delay: .08s; } .hero-delay-2 { animation-delay: .17s; } .hero-delay-3 { animation-delay: .26s; } .hero-delay-4 { animation-delay: .35s; }
@keyframes heroRise { to { opacity: 1; transform: translateY(0); } }
.hero-rail { position: absolute; inset: auto 0 0; z-index: 3; min-height: 72px; border-top: 1px solid rgba(255,255,255,.13); background: rgba(7,7,7,.54); backdrop-filter: blur(12px); }
.hero-rail-inner { min-height: 72px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.hero-rail-inner span { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 38px; color: rgba(255,255,255,.64); border-right: 1px solid rgba(255,255,255,.12); font-size: 11px; font-weight: 620; letter-spacing: .055em; text-transform: uppercase; }
.hero-rail-inner span:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.hero-rail-inner .icon { width: 16px; height: 16px; color: var(--red); }

.section { padding: 118px 0; }
.section-heading { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(300px,.6fr); gap: 80px; align-items: end; margin-bottom: 55px; }
.section-heading h2, .story-copy h2, .finder-intro h2, .showroom-copy h2, .location-panel h2, .final-cta h2 { margin: 0; font-size: clamp(40px,4.5vw,66px); font-weight: 720; letter-spacing: -.055em; line-height: 1.01; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.services-section { position: relative; overflow: hidden; background: var(--paper); }
.services-section::before { content: ""; position: absolute; top: -210px; right: -210px; width: 460px; height: 460px; border: 1px solid rgba(17,17,17,.06); border-radius: 50%; box-shadow: 0 0 0 55px rgba(17,17,17,.018),0 0 0 110px rgba(17,17,17,.012); }
.services-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 365px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px; overflow: hidden; transition: background .23s ease,color .23s ease,transform .23s ease; }
.service-card::after { content: ""; position: absolute; right: -34px; bottom: -34px; width: 116px; height: 116px; border: 20px solid rgba(17,17,17,.035); border-radius: 50%; transition: .3s ease; }
.service-card:hover { z-index: 2; background: var(--ink); color: var(--white); transform: translateY(-5px); box-shadow: 0 22px 50px rgba(17,17,17,.16); }
.service-card:hover::after { border-color: rgba(226,35,44,.23); transform: scale(1.24) rotate(14deg); }
.service-card-top { display: flex; align-items: center; justify-content: space-between; color: var(--red); }
.service-card-top span { font-size: 11px; font-weight: 760; letter-spacing: .13em; }
.service-card-top .icon { width: 28px; height: 28px; }
.service-card h3 { margin: 76px 0 15px; font-size: 22px; font-weight: 690; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.72; transition: color .23s ease; }
.service-card:hover p { color: rgba(255,255,255,.6); }
.service-card a { display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-top: auto; padding-top: 28px; font-size: 11px; font-weight: 690; }
.service-card a .icon { width: 18px; height: 18px; color: var(--red); }

.visual-story { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 740px; background: var(--white); }
.story-image { position: relative; min-height: 700px; overflow: hidden; }
.story-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(0,0,0,.46)); pointer-events: none; }
.story-image > img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .9s cubic-bezier(.2,.8,.2,1); }
.story-image:hover > img { transform: scale(1.025); }
.image-tag { position: absolute; right: 30px; bottom: 30px; z-index: 2; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 13px; min-width: 245px; padding: 17px 19px; background: var(--white); color: var(--ink); }
.image-tag > .icon { color: var(--red); }
.image-tag span { display: grid; gap: 4px; }
.image-tag small { color: var(--muted); font-size: 8px; font-weight: 720; letter-spacing: .16em; }
.image-tag strong { font-size: 13px; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(42px,7vw,112px); background: linear-gradient(rgba(17,17,17,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(17,17,17,.035) 1px,transparent 1px),var(--white); background-size: 80px 80px; }
.story-copy h2 { max-width: 620px; }
.story-lead { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.benefit-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px 28px; margin: 35px 0 0; padding: 0; list-style: none; }
.benefit-list li { display: flex; align-items: center; gap: 11px; color: #3d3b38; font-size: 12px; font-weight: 590; }
.benefit-list li span { display: grid; width: 27px; height: 27px; flex: 0 0 auto; place-items: center; background: rgba(226,35,44,.08); color: var(--red); }
.story-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; margin-top: 44px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(17,17,17,.35); padding-bottom: 6px; font-size: 12px; font-weight: 650; }
.text-link .icon { width: 17px; height: 17px; }

.brands-band { overflow: hidden; background: var(--ink); color: rgba(255,255,255,.38); }
.brands-track { width: max-content; display: flex; align-items: center; animation: marquee 28s linear infinite; }
.brands-track span { display: inline-flex; min-height: 96px; align-items: center; gap: 45px; padding-left: 45px; font-size: 18px; font-weight: 760; letter-spacing: .13em; }
.brands-track i { width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
@keyframes marquee { to { transform: translateX(-50%); } }

.finder-section { position: relative; overflow: hidden; background: #111; color: var(--white); }
.finder-section::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size: 90px 90px; }
.finder-glow { position: absolute; top: -250px; left: -220px; width: 620px; height: 620px; border-radius: 50%; background: rgba(226,35,44,.16); filter: blur(90px); }
.finder-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.78fr) minmax(560px,1.22fr); gap: clamp(60px,8vw,120px); align-items: center; }
.finder-intro h2 { max-width: 540px; }
.finder-intro > p:not(.eyebrow) { max-width: 520px; margin: 28px 0 0; color: rgba(255,255,255,.57); font-size: 14px; line-height: 1.85; }
.finder-points { display: grid; gap: 17px; margin-top: 38px; }
.finder-points span { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.74); font-size: 12px; font-weight: 570; }
.finder-points .icon { color: var(--red); }
.finder-form { padding: clamp(28px,4vw,50px); background: var(--white); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 31px; padding-bottom: 21px; border-bottom: 1px solid var(--line); }
.form-heading > div { display: flex; align-items: center; gap: 12px; }
.form-heading span { display: grid; width: 33px; height: 33px; place-items: center; background: var(--red); color: var(--white); font-size: 10px; font-weight: 760; }
.form-heading p { margin: 0; font-size: 11px; font-weight: 760; letter-spacing: .16em; }
.form-heading small { color: var(--muted); font-size: 10px; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.form-grid label { display: grid; gap: 8px; }
.form-grid label > span { color: #393734; font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.form-grid input, .form-grid select { width: 100%; min-height: 50px; border: 1px solid #d9d5cf; border-radius: 0; outline: none; background: #faf9f7; color: var(--ink); padding: 0 14px; font-size: 12px; transition: border-color .17s ease,box-shadow .17s ease,background .17s ease; }
.form-grid input::placeholder { color: #aaa6a0; }
.form-grid input:focus, .form-grid select:focus { border-color: var(--red); background: var(--white); box-shadow: 0 0 0 3px rgba(226,35,44,.09); }
.form-submit { width: 100%; margin-top: 25px; }
.form-note { margin: 12px 0 0; color: #8a8782; font-size: 9px; line-height: 1.5; text-align: center; }

.showroom-section { background: var(--paper-deep); }
.showroom-layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: clamp(56px,8vw,110px); align-items: center; }
.showroom-copy > p:not(.eyebrow) { max-width: 520px; margin: 26px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.mini-stats { display: grid; grid-template-columns: repeat(3,1fr); margin: 38px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mini-stats > div { display: grid; gap: 6px; padding: 22px 15px 22px 0; border-right: 1px solid var(--line); }
.mini-stats > div:not(:first-child) { padding-left: 17px; }
.mini-stats > div:last-child { border-right: 0; }
.mini-stats strong { font-size: 21px; font-weight: 760; letter-spacing: -.025em; }
.mini-stats span { color: var(--muted); font-size: 9px; line-height: 1.35; }
.showroom-image { position: relative; min-height: 630px; overflow: hidden; box-shadow: 0 30px 70px rgba(17,17,17,.15); }
.showroom-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .9s cubic-bezier(.2,.8,.2,1); }
.showroom-image:hover img { transform: scale(1.026); }
.showroom-badge { position: absolute; right: 0; bottom: 0; z-index: 2; min-width: 220px; display: grid; gap: 3px; border-left: 5px solid var(--red); background: rgba(12,12,12,.9); color: var(--white); padding: 22px 26px; backdrop-filter: blur(8px); }
.showroom-badge span { color: rgba(255,255,255,.48); font-size: 9px; font-weight: 720; letter-spacing: .24em; }
.showroom-badge strong { font-size: 14px; letter-spacing: .07em; }

.location-section { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 670px; background: var(--ink); }
.location-map { min-height: 670px; background: #d8d5cf; filter: grayscale(.2) contrast(1.03); }
.location-map iframe { width: 100%; height: 100%; min-height: 670px; border: 0; }
.location-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px,8vw,115px); background: radial-gradient(circle at 100% 0,rgba(226,35,44,.16),transparent 34%),var(--ink); color: var(--white); }
.location-panel h2 { max-width: 530px; }
.location-details { display: grid; margin-top: 39px; border-top: 1px solid rgba(255,255,255,.13); }
.location-details > div { display: grid; grid-template-columns: auto 1fr; gap: 15px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.location-details > div > .icon { margin-top: 2px; color: var(--red); }
.location-details span { display: grid; gap: 6px; }
.location-details small { color: rgba(255,255,255,.42); font-size: 8px; font-weight: 720; letter-spacing: .18em; }
.location-details strong { color: rgba(255,255,255,.82); font-size: 12px; font-weight: 560; line-height: 1.62; }
.location-details em { color: rgba(255,255,255,.38); font-size: 9px; font-style: normal; }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.final-cta { position: relative; overflow: hidden; padding: 70px 0; background: var(--red); color: var(--white); }
.final-cta::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(105deg,transparent 45%,rgba(255,255,255,.4) 45.5%,transparent 46%); background-size: 65px 100%; }
.final-cta-wheel { position: absolute; top: -145px; right: -40px; width: 360px; height: 360px; border: 54px solid rgba(0,0,0,.1); border-radius: 50%; box-shadow: inset 0 0 0 20px rgba(255,255,255,.03); }
.final-cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .8fr auto; gap: 60px; align-items: center; }
.final-cta h2 { font-size: clamp(38px,4vw,58px); }
.final-cta p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.73); font-size: 13px; line-height: 1.72; }

footer { background: #0d0d0d; color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1.5fr repeat(3,.5fr); gap: 70px; padding: 76px 0 58px; }
.brand-footer .brand-mark { width: 58px; height: 58px; }
.brand-footer .brand-copy strong { font-size: 17px; }
.footer-brand p { max-width: 330px; margin: 24px 0 0; color: rgba(255,255,255,.43); font-size: 12px; line-height: 1.75; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-column h3 { margin: 3px 0 14px; color: rgba(255,255,255,.88); font-size: 10px; font-weight: 720; letter-spacing: .16em; text-transform: uppercase; }
.footer-column > a { color: rgba(255,255,255,.44); font-size: 11px; line-height: 1.5; transition: color .17s ease; }
.footer-column > a:hover { color: var(--white); }
.footer-bottom { min-height: 69px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.3); font-size: 9px; letter-spacing: .05em; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: inline-flex; min-height: 51px; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.4); border-radius: 99px; background: var(--green); color: var(--white); padding: 0 18px; box-shadow: 0 16px 38px rgba(0,0,0,.24); font-size: 11px; font-weight: 700; transition: .17s ease; }
.whatsapp-float:hover { transform: translateY(-3px); background: #16ba60; }

[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .72s cubic-bezier(.2,.8,.2,1) var(--delay,0ms),transform .72s cubic-bezier(.2,.8,.2,1) var(--delay,0ms); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width:1120px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: 11px; }
  .header-phone span { display: none; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .service-card { min-height: 330px; }
  .finder-layout { grid-template-columns: .7fr 1.3fr; gap: 55px; }
  .footer-top { gap: 38px; }
}

@media (max-width:900px) {
  :root { --header-height: 70px; }
  .shell { width: min(calc(100% - 36px),var(--shell)); }
  .desktop-nav, .header-actions { display: none; }
  .menu-button { display: inline-flex; }
  .menu-button.is-open .menu-open-icon { display: none; }
  .menu-button.is-open .menu-close-icon { display: block; }
  .mobile-menu { position: fixed; inset: 70px 0 auto; display: grid; gap: 28px; padding: 28px 18px 32px; border-top: 1px solid rgba(255,255,255,.1); background: rgba(11,11,11,.99); transform: translateY(-120%); opacity: 0; visibility: hidden; transition: transform .28s cubic-bezier(.2,.8,.2,1),opacity .18s ease,visibility .28s; }
  .mobile-menu.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .mobile-menu nav { display: grid; }
  .mobile-menu nav a { display: flex; min-height: 52px; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.82); font-size: 14px; }
  .mobile-menu .button { width: 100%; }
  .hero, .hero-content { min-height: 780px; }
  .hero-media { background-image: linear-gradient(90deg,rgba(4,4,4,.9) 0%,rgba(4,4,4,.52) 58%,rgba(4,4,4,.2) 100%),linear-gradient(180deg,rgba(0,0,0,.16),rgba(0,0,0,.56)),url("images/hero.webp"); background-position: 62% center; }
  .hero-content { grid-template-columns: 1fr; align-content: center; padding: 125px 0 130px; }
  .hero-location-card { display: none; }
  .hero-copy { max-width: 690px; }
  .hero-rail-inner { grid-template-columns: repeat(2,1fr); padding: 10px 0; }
  .hero-rail-inner span, .hero-rail-inner span:first-child { min-height: 30px; border: 0; }
  .section { padding: 90px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading > p { max-width: 630px; }
  .visual-story { grid-template-columns: 1fr; }
  .story-image { min-height: 560px; }
  .story-copy { padding: 85px 40px; }
  .finder-layout, .showroom-layout { grid-template-columns: 1fr; }
  .finder-intro, .showroom-copy { max-width: 700px; }
  .showroom-image { min-height: 570px; }
  .location-section { grid-template-columns: 1fr; }
  .location-map, .location-map iframe { min-height: 480px; }
  .location-panel { padding: 80px 40px; }
  .final-cta-inner { grid-template-columns: 1fr auto; gap: 25px 50px; }
  .final-cta-inner > p { grid-column: 1; }
  .final-cta-inner > a { grid-column: 2; grid-row: 1 / span 2; }
  .footer-top { grid-template-columns: 1.4fr repeat(3,.6fr); gap: 26px; }
}

@media (max-width:680px) {
  .shell { width: min(calc(100% - 28px),var(--shell)); }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 13px; }
  .hero, .hero-content { min-height: 760px; }
  .hero-media { background-image: linear-gradient(180deg,rgba(4,4,4,.58) 0%,rgba(4,4,4,.48) 42%,rgba(4,4,4,.92) 100%),url("images/hero.webp"); background-position: 68% center; }
  .hero-content { align-content: end; padding: 110px 0 90px; }
  .hero h1 { font-size: clamp(49px,15.5vw,69px); line-height: .95; }
  .hero-lead { max-width: 520px; margin-top: 23px; font-size: 14px; line-height: 1.65; }
  .hero-buttons { margin-top: 29px; }
  .hero-buttons .button { min-height: 50px; flex: 1 1 auto; padding-inline: 18px; }
  .hero-proof { margin-top: 25px; }
  .hero-rail { display: none; }
  .section { padding: 74px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .story-copy h2, .finder-intro h2, .showroom-copy h2, .location-panel h2, .final-cta h2 { font-size: clamp(37px,11vw,50px); }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; padding: 26px; }
  .service-card h3 { margin-top: 55px; }
  .story-image { min-height: 430px; }
  .image-tag { right: 15px; bottom: 15px; min-width: 225px; }
  .story-copy, .location-panel { padding: 68px 20px; }
  .benefit-list { grid-template-columns: 1fr; }
  .story-actions { align-items: stretch; gap: 20px; }
  .story-actions .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .brands-track span { min-height: 78px; font-size: 14px; }
  .finder-form { padding: 25px 19px; }
  .form-heading small { display: none; }
  .form-grid { grid-template-columns: 1fr; gap: 16px; }
  .showroom-image { min-height: 440px; }
  .mini-stats { grid-template-columns: 1fr; }
  .mini-stats > div, .mini-stats > div:not(:first-child) { grid-template-columns: 90px 1fr; align-items: center; padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .mini-stats > div:last-child { border-bottom: 0; }
  .showroom-copy .button { width: 100%; padding-inline: 14px; }
  .location-map, .location-map iframe { min-height: 390px; }
  .location-actions { display: grid; }
  .final-cta { padding: 64px 0; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 21px; }
  .final-cta-inner > p, .final-cta-inner > a { grid-column: auto; grid-row: auto; }
  .final-cta-inner > a { width: 100%; }
  .footer-top { grid-template-columns: repeat(2,1fr); gap: 44px 24px; padding-top: 60px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { min-height: 85px; flex-direction: column; justify-content: center; align-items: flex-start; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 53px; min-height: 53px; justify-content: center; padding: 0; }
  .whatsapp-float span { display: none; }
}

@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
