/* ============================================================
   METRO CARS CALICUT — "The Performance Editorial"
   Pitch-black · bone-white · brand performance-red · champagne hairline
   Real B&W house photography + their real red M logo
   ============================================================ */

:root {
  --ink: #0A0A0A;
  --ink-2: #101010;
  --ink-3: #181818;
  --ink-4: #202020;
  --bone: #F5F1E9;
  --bone-2: #DAD5CA;     /* readable secondary on dark */
  --bone-dim: #9C968B;   /* labels only, never body copy */
  --red: #D62828;
  --red-bright: #F03A36;
  --red-deep: #9E1B1B;
  --gold: #C9A861;       /* restrained hairline metallic */
  --rule: rgba(245,241,233,0.10);
  --rule-strong: rgba(245,241,233,0.20);

  --f-sans: 'Inter Tight', system-ui, -apple-system, sans-serif;
  --f-serif: 'Fraunces', 'Tiempos Headline', Georgia, serif;
  --f-mono: 'JetBrains Mono', ui-monospace, monospace;

  --ease: cubic-bezier(.16,.84,.3,1);
}

* { margin: 0; padding: 0; box-sizing: border-box; -webkit-font-smoothing: antialiased; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--f-sans);
  background: var(--ink);
  color: var(--bone);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
::selection { background: var(--red); color: var(--bone); }

/* fallback-safe reveal */
.reveal { opacity: 1; transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal--hidden { opacity: 0; transform: translateY(30px); }
.reveal--clip { clip-path: inset(0 0 0 0); transition: clip-path 1.1s var(--ease), opacity 1s ease; }
.reveal--clip.reveal--hidden { clip-path: inset(0 100% 0 0); opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal--hidden { opacity: 1 !important; transform: none !important; clip-path: none !important; }
}

/* ===================== NAV ===================== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 44px;
  background: linear-gradient(180deg, rgba(10,10,10,0.94), rgba(10,10,10,0));
  transition: background .35s ease, padding .35s ease, border-color .35s ease;
  border-bottom: 1px solid transparent;
}
.nav--scrolled {
  background: rgba(10,10,10,0.96);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  padding: 12px 44px; border-bottom-color: var(--rule);
}
.nav__brand { display: flex; align-items: center; gap: 12px; }
.nav__logo { height: 34px; width: auto; display: block; }
.nav__links { display: flex; align-items: center; gap: 34px; }
.nav__links a {
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--bone-2); transition: color .25s ease; font-weight: 500;
  position: relative; padding: 4px 0;
}
.nav__links a::after {
  content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 1px;
  background: var(--red); transition: width .3s var(--ease);
}
.nav__links a:hover, .nav__links a[aria-current="page"] { color: var(--bone); }
.nav__links a:hover::after, .nav__links a[aria-current="page"]::after { width: 100%; }
.nav__cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 20px; background: var(--red); color: var(--bone);
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600;
  transition: background .25s ease, transform .2s ease;
}
.nav__cta:hover { background: var(--red-bright); transform: translateY(-1px); }
.nav__burger { display: none; }

/* mobile drawer */
.drawer {
  position: fixed; inset: 0; z-index: 70;
  background: var(--ink); padding: 90px 28px 40px;
  transform: translateX(100%); transition: transform .45s var(--ease);
  display: flex; flex-direction: column; gap: 6px;
}
.drawer.open { transform: translateX(0); }
.drawer a {
  font-family: var(--f-serif); font-size: 30px; font-weight: 380;
  padding: 14px 0; border-bottom: 1px solid var(--rule);
  font-variation-settings: "SOFT" 60;
}
.drawer a:last-of-type { border-bottom: none; }
.drawer__close { position: absolute; top: 22px; right: 24px; width: 42px; height: 42px; border: 1px solid var(--rule-strong); display: grid; place-items: center; }
.drawer__cta { margin-top: auto; background: var(--red); color: var(--bone); text-align: center; padding: 18px; font-family: var(--f-sans) !important; font-size: 13px !important; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; border-bottom: none !important; }

/* ===================== HERO ===================== */
.hero {
  position: relative; min-height: 100vh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 130px 44px 64px; overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 35%;
  filter: grayscale(1) contrast(1.08) brightness(0.5);
  animation: heroDrift 26s ease-in-out infinite alternate;
}
@keyframes heroDrift { 0% { transform: scale(1.05); } 100% { transform: scale(1.13); } }
.hero__gradient {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,.62) 0%, rgba(10,10,10,.18) 38%, rgba(10,10,10,.72) 78%, rgba(10,10,10,.99) 100%);
}
.hero__grain {
  position: absolute; inset: 0; pointer-events: none; opacity: .5; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85'/><feColorMatrix values='0 0 0 0 0.95 0 0 0 0 0.94 0 0 0 0 0.91 0 0 0 0.05 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}
.hero__rule { position: absolute; top: 0; left: 44px; right: 44px; height: 1px; background: var(--red); transform-origin: left; animation: ruleDraw 1.4s var(--ease) .2s both; z-index: 3; }
@keyframes ruleDraw { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.hero__inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 48px;
  max-width: 1600px; margin: 0 auto; width: 100%;
}
.hero__meta {
  display: flex; gap: 14px; align-items: center; flex-wrap: wrap;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--bone-2); margin-bottom: 30px;
}
.hero__meta-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--red); }
.hero__title {
  font-family: var(--f-serif); font-weight: 360;
  font-size: clamp(52px, 9vw, 150px); line-height: 0.9; letter-spacing: -0.03em;
  color: var(--bone); font-variation-settings: "SOFT" 30;
}
.hero__title em { font-style: italic; color: var(--red-bright); font-variation-settings: "SOFT" 100; font-weight: 340; }
.hero__sub { margin-top: 30px; font-size: 17px; line-height: 1.5; color: var(--bone-2); max-width: 540px; }
.hero__cta-block { display: flex; flex-direction: column; gap: 14px; min-width: 250px; }
.btn-primary {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 21px 28px; background: var(--red); color: var(--bone);
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700;
  transition: background .25s ease, transform .2s ease;
}
.btn-primary:hover { background: var(--red-bright); transform: translateY(-2px); }
.btn-primary .arrow { transition: transform .25s ease; }
.btn-primary:hover .arrow { transform: translateX(5px); }
.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 18px 24px; border: 1px solid var(--rule-strong); color: var(--bone);
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600;
  transition: border-color .25s ease, color .25s ease, background .25s ease;
}
.btn-ghost:hover { border-color: var(--red); color: var(--bone); background: rgba(214,40,40,.08); }
.hero__scroll {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 2;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--bone-2); display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.hero__scroll::after { content: ''; width: 1px; height: 38px; background: linear-gradient(180deg, var(--red), transparent); animation: scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100% { transform: scaleY(1); opacity: 1; } 50% { transform: scaleY(.4); opacity: .35; } }

/* ===================== MARQUEE TICKER ===================== */
.ticker { background: var(--red); color: var(--bone); overflow: hidden; border-top: 1px solid var(--red-deep); border-bottom: 1px solid var(--red-deep); }
.ticker__track { display: flex; gap: 0; white-space: nowrap; width: max-content; animation: tickerMove 38s linear infinite; }
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__item { font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; padding: 16px 30px; display: inline-flex; align-items: center; gap: 30px; }
.ticker__item::after { content: '◆'; font-size: 8px; opacity: .7; }
@keyframes tickerMove { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===================== STATS ===================== */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink-2); border-bottom: 1px solid var(--rule); }
.stats__cell { padding: 48px 34px; border-right: 1px solid var(--rule); display: flex; flex-direction: column; gap: 8px; }
.stats__cell:last-child { border-right: none; }
.stats__num { font-family: var(--f-serif); font-size: clamp(38px, 4vw, 58px); line-height: 1; font-weight: 360; color: var(--bone); font-variation-settings: "SOFT" 60; }
.stats__num em { color: var(--red-bright); font-style: normal; }
.stats__label { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bone-dim); margin-top: 6px; }

/* ===================== SECTION PRIMITIVES ===================== */
.section { padding: 124px 44px; max-width: 1600px; margin: 0 auto; }
.section--dark { background: var(--ink-2); max-width: none; margin: 0; }
.section--dark .section__inner { max-width: 1600px; margin: 0 auto; padding: 124px 44px; }
.eyebrow { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--red); }
.section__title { font-family: var(--f-serif); font-weight: 360; font-size: clamp(36px, 5.4vw, 86px); line-height: 0.96; letter-spacing: -0.025em; font-variation-settings: "SOFT" 40; max-width: 16ch; }
.section__title em { font-style: italic; color: var(--red-bright); font-variation-settings: "SOFT" 100; }
.section__head { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 70px; }
.section__intro { font-size: 17px; line-height: 1.6; color: var(--bone-2); max-width: 480px; justify-self: end; }

/* page hero (interior pages) */
.page-hero { position: relative; padding: 180px 44px 80px; overflow: hidden; border-bottom: 1px solid var(--rule); }
.page-hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; filter: grayscale(1) brightness(0.32) contrast(1.05); }
.page-hero__grad { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,10,.7), rgba(10,10,10,.92)); }
.page-hero__inner { position: relative; z-index: 2; max-width: 1600px; margin: 0 auto; }
.page-hero__title { font-family: var(--f-serif); font-weight: 360; font-size: clamp(44px, 7vw, 110px); line-height: 0.94; letter-spacing: -0.03em; font-variation-settings: "SOFT" 40; }
.page-hero__title em { font-style: italic; color: var(--red-bright); font-variation-settings: "SOFT" 100; }
.page-hero__sub { margin-top: 22px; font-size: 17px; color: var(--bone-2); max-width: 560px; }

/* ===================== INVENTORY GRID ===================== */
.inv-toolbar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 48px; }
.inv-filter { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bone-2); padding: 11px 18px; border: 1px solid var(--rule-strong); transition: all .25s ease; }
.inv-filter:hover { border-color: var(--red); color: var(--bone); }
.inv-filter.active { background: var(--red); border-color: var(--red); color: var(--bone); }
.inv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.inv-card { background: var(--ink-2); position: relative; overflow: hidden; display: flex; flex-direction: column; transition: transform .45s var(--ease), background .3s ease; border: 1px solid var(--rule); }
.inv-card:hover { transform: translateY(-7px); background: var(--ink-3); }
.inv-card__img-wrap { aspect-ratio: 4/3; overflow: hidden; position: relative; background: var(--ink); }
.inv-card__img { width: 100%; height: 100%; object-fit: cover; transition: transform .85s var(--ease), filter .5s ease; }
.inv-card:hover .inv-card__img { transform: scale(1.07); }
.inv-card__tag { position: absolute; top: 14px; left: 14px; font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; background: var(--red); color: var(--bone); padding: 6px 11px; }
.inv-card__real { position: absolute; top: 14px; right: 14px; font-family: var(--f-mono); font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; background: rgba(10,10,10,.78); color: var(--gold); padding: 6px 9px; border: 1px solid var(--gold); }
.inv-card__body { padding: 24px 24px 26px; display: flex; flex-direction: column; gap: 14px; }
.inv-card__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.inv-card__make { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bone-dim); display: block; margin-bottom: 6px; }
.inv-card__model { font-family: var(--f-serif); font-weight: 400; font-size: 21px; line-height: 1.15; letter-spacing: -0.01em; color: var(--bone); font-variation-settings: "SOFT" 50; }
.inv-card__year { font-family: var(--f-mono); font-size: 12px; color: var(--red-bright); }
.inv-card__specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-top: 14px; border-top: 1px solid var(--rule); }
.inv-card__spec-label { font-family: var(--f-mono); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bone-dim); margin-bottom: 4px; display: block; }
.inv-card__spec-val { font-size: 13px; color: var(--bone); font-weight: 500; }
.inv-card__footer { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid var(--rule); }
.inv-card__price { font-family: var(--f-serif); font-size: 17px; font-style: italic; color: var(--gold); font-variation-settings: "SOFT" 100; }
.inv-card__btn { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bone); font-weight: 600; padding: 10px 14px; border: 1px solid var(--rule-strong); transition: all .2s ease; }
.inv-card__btn:hover { background: var(--red); color: var(--bone); border-color: var(--red); }
.inv-empty { grid-column: 1/-1; text-align: center; color: var(--bone-dim); padding: 70px 0; font-family: var(--f-mono); letter-spacing: .1em; }
.inv-view-all { display: flex; justify-content: center; margin-top: 64px; }

/* ===================== EDITORIAL SPREAD ===================== */
.spread { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; }
.spread--flip .spread__media { order: 2; }
.spread__media { position: relative; overflow: hidden; min-height: 560px; }
.spread__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); }
.spread__media-cap { position: absolute; bottom: 18px; left: 18px; z-index: 2; font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bone); background: rgba(10,10,10,.7); padding: 7px 11px; border-left: 2px solid var(--red); }
.spread__body { padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; background: var(--ink-2); }
.spread__body p { font-size: 16.5px; line-height: 1.75; color: var(--bone-2); margin-top: 18px; }
.spread__body p strong { color: var(--bone); font-weight: 600; }

/* ===================== PILLARS ===================== */
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.pillar { padding: 56px 36px; border-right: 1px solid var(--rule); display: flex; flex-direction: column; gap: 18px; transition: background .3s ease; }
.pillar:last-child { border-right: none; }
.pillar:hover { background: var(--ink-3); }
.pillar__num { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; color: var(--red); }
.pillar__title { font-family: var(--f-serif); font-size: 25px; font-weight: 380; line-height: 1.12; letter-spacing: -0.01em; color: var(--bone); font-variation-settings: "SOFT" 60; }
.pillar__body { font-size: 14.5px; line-height: 1.65; color: var(--bone-2); }

/* ===================== BRANDS ===================== */
.brands { padding: 70px 44px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: var(--ink-2); position: relative; }
.brands__inner { max-width: 1600px; margin: 0 auto; }
.brands__label { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); text-align: center; margin-bottom: 40px; display: flex; align-items: center; justify-content: center; gap: 14px; }
.brands__label::before, .brands__label::after { content: ''; width: 40px; height: 1px; background: var(--red); }
.brands__row { display: grid; grid-template-columns: repeat(7, 1fr); gap: 30px; align-items: center; justify-items: center; }
.brands__name { font-family: var(--f-serif); font-size: clamp(17px, 1.5vw, 26px); font-style: italic; font-weight: 360; color: var(--bone-2); font-variation-settings: "SOFT" 100; transition: color .3s ease, transform .3s ease; text-align: center; line-height: 1; }
.brands__name:hover { color: var(--red-bright); transform: translateY(-3px); }

/* ===================== SELL FORM ===================== */
.sell { display: grid; grid-template-columns: 1fr 1.15fr; gap: 80px; align-items: start; }
.sell__points { list-style: none; margin-top: 32px; display: flex; flex-direction: column; gap: 14px; }
.sell__point { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--bone-2); line-height: 1.5; }
.sell__point::before { content: ''; flex: 0 0 14px; height: 14px; margin-top: 5px; background: var(--red); clip-path: polygon(0 0, 100% 50%, 0 100%); }
.form { background: var(--ink-2); padding: 42px; border: 1px solid var(--rule); display: flex; flex-direction: column; gap: 22px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form__field { display: flex; flex-direction: column; gap: 8px; }
.form__field--full { grid-column: 1 / -1; }
.form__label { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bone-dim); }
.form__input, .form__select { background: transparent; border: none; border-bottom: 1px solid var(--rule-strong); padding: 10px 0; font-family: var(--f-sans); font-size: 15px; color: var(--bone); transition: border-color .25s ease; }
.form__input::placeholder { color: var(--bone-dim); }
.form__input:focus, .form__select:focus { outline: none; border-bottom-color: var(--red); }
.form__select { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path d='M1 1l5 5 5-5' stroke='%23D62828' stroke-width='1.4' fill='none'/></svg>"); background-repeat: no-repeat; background-position: right 4px center; padding-right: 24px; }
.form__select option { background: var(--ink-2); color: var(--bone); }
.form__submit { background: var(--red); color: var(--bone); padding: 18px 24px; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; margin-top: 8px; transition: background .25s ease, transform .2s ease; display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.form__submit:hover { background: var(--red-bright); transform: translateY(-1px); }

/* steps */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.step { padding: 48px 32px; border-right: 1px solid var(--rule); }
.step:last-child { border-right: none; }
.step__n { font-family: var(--f-serif); font-size: 46px; font-style: italic; color: var(--red); font-variation-settings:"SOFT" 100; line-height: 1; }
.step__t { font-family: var(--f-serif); font-size: 21px; margin: 16px 0 10px; font-variation-settings:"SOFT" 50; }
.step__b { font-size: 14px; color: var(--bone-2); line-height: 1.6; }

/* ===================== IG WALL ===================== */
.ig-wall { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.ig-tile { position: relative; aspect-ratio: 1/1; overflow: hidden; background: var(--ink-2); }
.ig-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, filter .3s ease; filter: grayscale(0.4) brightness(0.9); }
.ig-tile:hover img { transform: scale(1.06); filter: grayscale(0) brightness(0.55); }
.ig-tile__overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bone); opacity: 0; transition: opacity .3s ease; background: rgba(10,10,10,.55); }
.ig-tile:hover .ig-tile__overlay { opacity: 1; }
.ig-cta { display: flex; justify-content: center; margin-top: 40px; }
.ig-cta a { display: inline-flex; align-items: center; gap: 12px; font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bone); padding: 14px 22px; border: 1px solid var(--rule-strong); transition: all .25s ease; }
.ig-cta a:hover { color: var(--red-bright); border-color: var(--red); }

/* ===================== VISIT ===================== */
.visit { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.visit__panel { padding: 84px 60px; }
.visit__panel--info { background: var(--ink-2); border-right: 1px solid var(--rule); }
.visit__title { font-family: var(--f-serif); font-size: clamp(34px, 4vw, 58px); font-weight: 360; line-height: 0.98; letter-spacing: -0.02em; color: var(--bone); font-variation-settings: "SOFT" 40; margin-bottom: 34px; }
.visit__title em { color: var(--red-bright); font-style: italic; font-variation-settings: "SOFT" 100; }
.visit__block { padding: 22px 0; border-bottom: 1px solid var(--rule); }
.visit__block:last-of-type { border-bottom: none; }
.visit__block-label { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); margin-bottom: 10px; }
.visit__block-val { font-size: 16px; color: var(--bone); line-height: 1.5; }
.visit__block-val a:hover { color: var(--red-bright); }
.visit__wa { margin-top: 30px; display: inline-flex; align-items: center; gap: 12px; padding: 18px 24px; background: var(--red); color: var(--bone); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; transition: background .25s ease, transform .2s ease; }
.visit__wa:hover { background: var(--red-bright); transform: translateY(-2px); }
.visit__map { width: 100%; height: 100%; min-height: 560px; border: none; filter: grayscale(0.9) invert(0.92) hue-rotate(180deg) brightness(0.95); }

/* ===================== TESTIMONIALS ===================== */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.quote { background: var(--ink-3); border: 1px solid var(--rule); padding: 36px 32px; display: flex; flex-direction: column; gap: 20px; }
.quote__stars { color: var(--red); letter-spacing: 3px; font-size: 14px; }
.quote__text { font-family: var(--f-serif); font-size: 19px; line-height: 1.5; font-weight: 380; color: var(--bone); font-variation-settings: "SOFT" 40; }
.quote__who { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bone-dim); margin-top: auto; }

/* ===================== FOOTER ===================== */
.footer { background: var(--ink); padding: 84px 44px 40px; border-top: 2px solid var(--red); }
.footer__inner { max-width: 1600px; margin: 0 auto; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 64px; padding-bottom: 56px; border-bottom: 1px solid var(--rule); }
.footer__logo { height: 44px; width: auto; margin-bottom: 18px; }
.footer__brand-tag { font-size: 14px; color: var(--bone-2); line-height: 1.65; max-width: 330px; }
.footer__col-title { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); margin-bottom: 22px; }
.footer__list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer__list a, .footer__list span { font-size: 14px; color: var(--bone-2); transition: color .25s ease; }
.footer__list a:hover { color: var(--red-bright); }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 32px; font-family: var(--f-mono); font-size: 11px; color: var(--bone-dim); letter-spacing: 0.04em; gap: 16px; }
.footer__credit a { color: var(--red); }

/* ===================== WHATSAPP FLOAT ===================== */
.wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 90; width: 60px; height: 60px; background: #25D366; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 14px 40px rgba(37,211,102,0.4); transition: transform .25s ease; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; fill: white; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1100px) {
  .inv-grid { grid-template-columns: repeat(2, 1fr); }
  .pillars, .steps { grid-template-columns: repeat(2, 1fr); }
  .pillar:nth-child(2), .step:nth-child(2) { border-right: none; }
  .pillar:nth-child(1), .pillar:nth-child(2), .step:nth-child(1), .step:nth-child(2) { border-bottom: 1px solid var(--rule); }
  .brands__row { grid-template-columns: repeat(4, 1fr); gap: 28px 24px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats__cell:nth-child(2) { border-right: none; }
  .stats__cell:nth-child(1), .stats__cell:nth-child(2) { border-bottom: 1px solid var(--rule); }
  .visit, .spread { grid-template-columns: 1fr; }
  .spread--flip .spread__media { order: 0; }
  .spread__media { min-height: 380px; }
  .spread__body { padding: 56px 40px; }
  .visit__panel--info { border-right: none; border-bottom: 1px solid var(--rule); }
  .visit__map { min-height: 420px; }
  .section__head { grid-template-columns: 1fr; gap: 28px; }
  .section__intro { justify-self: start; }
  .sell { grid-template-columns: 1fr; gap: 48px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .hero__inner { grid-template-columns: 1fr; gap: 34px; }
  .hero__cta-block { width: 100%; min-width: 0; }
  .quotes { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  body { font-size: 15px; }
  .nav { padding: 16px 20px; }
  .nav--scrolled { padding: 12px 20px; }
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--rule-strong); color: var(--bone); }
  .nav__burger svg { width: 18px; height: 18px; }
  .hero { padding: 110px 20px 96px; min-height: 92vh; }
  .hero__rule { left: 20px; right: 20px; }
  .hero__title { font-size: clamp(44px, 13vw, 74px); line-height: 0.94; }
  .hero__sub { font-size: 15px; }
  .hero__scroll { display: none; }
  .stats { grid-template-columns: 1fr; }
  .stats__cell { border-right: none; border-bottom: 1px solid var(--rule); padding: 30px 22px; }
  .stats__cell:last-child { border-bottom: none; }
  .section { padding: 72px 20px; }
  .section--dark .section__inner { padding: 72px 20px; }
  .section__title { font-size: clamp(32px, 9vw, 52px); }
  .section__head { margin-bottom: 44px; }
  .page-hero { padding: 140px 20px 60px; }
  .inv-grid { grid-template-columns: 1fr; gap: 24px; }
  .pillars, .steps { grid-template-columns: 1fr; }
  .pillar, .step { border-right: none; border-bottom: 1px solid var(--rule); padding: 40px 22px; }
  .pillar:last-child, .step:last-child { border-bottom: none; }
  .brands { padding: 50px 20px; }
  .brands__row { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .form { padding: 28px 22px; }
  .form__row { grid-template-columns: 1fr; }
  .spread__body { padding: 44px 22px; }
  .ig-wall { grid-template-columns: repeat(2, 1fr); gap: 3px; }
  .visit__panel { padding: 48px 22px; }
  .visit__map { min-height: 320px; }
  .footer { padding: 56px 20px 28px; }
  .footer__grid { grid-template-columns: 1fr; gap: 36px; padding-bottom: 36px; }
  .footer__bottom { flex-direction: column; gap: 12px; text-align: center; }
  .wa-float { width: 54px; height: 54px; bottom: 20px; right: 20px; }
}
