/* ==========================================================================
   Victory Barbershop — design system
   Warm black + gold, emulating thecut.co layout DNA
   ========================================================================== */

:root {
  --bg: #0b0a08;
  --bg-2: #121008;
  --card: #171410;
  --card-2: #1e1a13;
  --line: rgba(244, 241, 234, 0.09);
  --line-strong: rgba(244, 241, 234, 0.16);
  --text: #f4f1ea;
  --muted: #b5aea0;
  --gold: #d6a84c;
  --gold-2: #f0ca75;
  --gold-deep: #9c7426;
  --black: #0b0a08;
  --radius: 20px;
  --radius-sm: 12px;
  --font-body: "Montserrat", system-ui, -apple-system, sans-serif;
  --font-script: "Permanent Marker", cursive;
  --font-block: "Oswald", "Montserrat", sans-serif;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  --container: 1180px;
  --header-h: 74px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ---- type ---- */
.h1 {
  font-size: clamp(2.6rem, 7.5vw, 5.2rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.h2 {
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.h3 {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 700;
  line-height: 1.15;
}
.gold { color: var(--gold); }
.script { font-family: var(--font-script); font-weight: 400; text-transform: none; letter-spacing: 0; }
.subtitle {
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  max-width: 620px;
}
.center { text-align: center; }
.center .subtitle { margin-inline: auto; }

/* ---- section scaffolding ---- */
.section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.section-head { margin-bottom: clamp(36px, 5vw, 64px); }
.legend {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.legend::before { content: ""; width: 34px; height: 2px; background: var(--gold); }
.center .legend::before { display: none; }
.section-head .subtitle { margin-top: 16px; }

/* ---- eyebrow pill ---- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(244, 241, 234, 0.04);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text);
  backdrop-filter: blur(8px);
}
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); animation: dot-pulse 2s ease-in-out infinite; }
@keyframes dot-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

/* ---- buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex: none; transition: transform 0.2s ease; }
.btn:hover svg { transform: translateX(4px); }
.btn-gold { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: var(--black); }
.btn-gold:hover { box-shadow: 0 8px 32px rgba(214, 168, 76, 0.35); }
.btn-ghost { border-color: var(--line-strong); color: var(--text); background: rgba(244, 241, 234, 0.03); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-2); }
.btn-sm { padding: 10px 20px; font-size: 0.8rem; }

/* ---- header ---- */
.header {
  position: fixed;
  inset: 18px 18px auto 18px;
  z-index: 100;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.header-inner {
  pointer-events: auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 10px 12px 10px 22px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(15, 13, 9, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  max-width: 920px;
  width: 100%;
  justify-content: space-between;
}
.header-inner::before {
  content: "";
  position: absolute;
  inset: 1px 1px auto 1px;
  height: 52%;
  border-radius: 999px 999px 300px 300px / 999px 999px 90px 90px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 45%, transparent 80%);
  pointer-events: none;
}
.brand { display: flex; align-items: center; gap: 10px; flex: none; }
.brand img { height: 44px; width: auto; border-radius: 50%; }
.brand-word {
  font-family: var(--font-script);
  font-size: 1.5rem;
  color: var(--gold);
  line-height: 1;
  letter-spacing: 0.02em;
}
.brand-word span { display: block; font-family: var(--font-block); font-size: 0.52rem; font-weight: 600; letter-spacing: 0.46em; color: var(--text); text-transform: uppercase; margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--muted);
  transition: color 0.2s ease, background-color 0.2s ease;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--text); background: rgba(244, 241, 234, 0.07); }
.nav-cta { flex: none; }

/* mobile nav */
.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  padding: 10px;
  cursor: pointer;
}
.nav-burger span { width: 22px; height: 2px; background: var(--text); transition: transform 0.25s ease, opacity 0.25s ease; }
.nav-burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.active span:nth-child(2) { opacity: 0; }
.nav-burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-mobile {
  position: fixed;
  inset: 92px 18px auto 18px;
  z-index: 99;
  border-radius: var(--radius);
  border: 1px solid var(--line-strong);
  background: rgba(15, 13, 9, 0.96);
  backdrop-filter: blur(18px);
  padding: 20px;
  display: none;
  box-shadow: var(--shadow);
}
.nav-mobile.active { display: block; }
.nav-mobile a { display: block; padding: 13px 10px; font-weight: 600; border-bottom: 1px solid var(--line); }
.nav-mobile a:last-of-type { border-bottom: 0; }
.nav-mobile .btn { width: 100%; margin-top: 14px; }

/* ---- hero ---- */
.hero { padding: calc(var(--header-h) + 90px) 0 60px; text-align: center; position: relative; }
.hero .eyebrow { margin-bottom: 28px; }
.hero .h1 { max-width: 900px; margin: 0 auto; }
.hero-sub { margin: 22px auto 0; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }
.hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  flex-wrap: wrap;
}
.hero-meta .sep { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.hero-media {
  margin: 56px auto 0;
  max-width: 1020px;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow);
}
.hero-media img { width: 100%; height: clamp(300px, 48vw, 560px); object-fit: cover; }
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(11, 10, 8, 0.75));
  pointer-events: none;
}

/* page hero (subpages) */
.page-hero { padding: calc(var(--header-h) + 80px) 0 30px; text-align: center; }
.page-hero .eyebrow { margin-bottom: 24px; }
.page-hero .subtitle { margin-inline: auto; margin-top: 20px; }
.breadcrumb { display: flex; justify-content: center; gap: 8px; font-size: 0.8rem; color: var(--muted); margin-bottom: 20px; flex-wrap: wrap; }
.breadcrumb a:hover { color: var(--gold-2); }

/* ---- marquee ---- */
.marquee-section { padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; background: var(--bg-2); }
.marquee { display: flex; gap: 14px; width: max-content; animation: marquee 40s linear infinite; }
.marquee-section:hover .marquee { animation-play-state: paused; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.marquee-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 10px 10px 20px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: var(--card);
  font-size: 0.86rem;
  font-weight: 600;
  white-space: nowrap;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.marquee-pill:hover { border-color: var(--gold); color: var(--gold-2); }
.marquee-pill .arr {
  width: 28px; height: 28px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  display: grid; place-items: center; color: var(--black);
}
.marquee-pill .arr svg { width: 13px; height: 13px; }
.marquee-fade { position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none; }
.marquee-fade.left { left: 0; background: linear-gradient(90deg, var(--bg-2), transparent); }
.marquee-fade.right { right: 0; background: linear-gradient(270deg, var(--bg-2), transparent); }

/* ---- stats ---- */
.stats { text-align: center; }
.stat-hero { font-size: clamp(4rem, 13vw, 9rem); font-weight: 800; line-height: 1; letter-spacing: -0.02em; }
.stat-hero .unit { color: var(--gold); }
.stats .subtitle { margin: 10px auto 0; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: clamp(40px, 6vw, 72px); }
.stat-item { position: relative; padding: 0 12px; }
.stat-item + .stat-item::before { content: ""; position: absolute; left: -12px; top: 12%; bottom: 12%; width: 1px; background: var(--line); }
.stat-value { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 800; line-height: 1; }
.stat-value .unit { color: var(--gold); font-size: 0.55em; font-weight: 700; }
.stat-label { color: var(--muted); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 10px; }

/* ---- feature rows (barber cards, use-case style) ---- */
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(36px, 5vw, 64px) 0;
  border-top: 1px solid var(--line);
}
.feature-row:first-of-type { border-top: 0; }
.feature-row.flip .feature-media { order: 2; }
.feature-media { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-strong); }
.feature-media img { width: 100%; height: clamp(300px, 34vw, 440px); object-fit: cover; transition: transform 0.6s ease; }
.feature-row:hover .feature-media img { transform: scale(1.04); }
.feature-media .eyebrow { position: absolute; top: 16px; left: 16px; background: rgba(11, 10, 8, 0.72); }
.feature-copy .legend { margin-bottom: 12px; }
.feature-copy .h3 { text-transform: uppercase; letter-spacing: 0.02em; }
.feature-copy .subtitle { margin-top: 12px; }
.checklist { margin-top: 22px; display: grid; gap: 12px; }
.checklist li { display: flex; align-items: flex-start; gap: 12px; color: var(--text); font-size: 0.95rem; }
.checklist .check {
  flex: none; width: 20px; height: 20px; margin-top: 2px; border-radius: 50%;
  background: rgba(214, 168, 76, 0.15); color: var(--gold);
  display: grid; place-items: center;
}
.checklist .check svg { width: 11px; height: 11px; }
.feature-copy .btn { margin-top: 28px; }

/* ---- cards grid ---- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
a.card { cursor: pointer; }
a.card:hover { border-color: var(--gold); }
.card .h3 { margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 0.94rem; }

/* barber card (team grid) */
.barber-card { overflow: hidden; padding: 0; display: flex; flex-direction: column; }
.barber-card .media { position: relative; }
.barber-card .media img { width: 100%; height: 300px; object-fit: cover; transition: transform 0.5s ease; }
.barber-card:hover .media img { transform: scale(1.05); }
.barber-card .body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.barber-card .role { color: var(--gold); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.barber-card .name { font-size: 1.3rem; font-weight: 700; }
.barber-card .meta { color: var(--muted); font-size: 0.86rem; }
.barber-card .cta-line { margin-top: auto; padding-top: 14px; display: flex; align-items: center; gap: 8px; color: var(--gold-2); font-weight: 700; font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; }
.barber-card .cta-line svg { width: 15px; height: 15px; transition: transform 0.2s ease; }
.barber-card:hover .cta-line svg { transform: translateX(4px); }

/* ---- price tables ---- */
.price-block { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 3.4vw, 40px); }
.price-block-head { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 8px; }
.price-block-head .h3 { text-transform: uppercase; }
.price-block-head .rating { color: var(--gold); font-weight: 700; font-size: 0.9rem; letter-spacing: 0.04em; }
.price-block > p { color: var(--muted); font-size: 0.92rem; margin-bottom: 18px; }
.price-list li {
  display: flex; align-items: baseline; gap: 12px;
  padding: 13px 0; border-bottom: 1px solid var(--line);
}
.price-list li:last-child { border-bottom: 0; }
.price-list .svc { font-weight: 600; font-size: 0.97rem; }
.price-list .dur { color: var(--muted); font-size: 0.78rem; white-space: nowrap; }
.price-list .fill { flex: 1; border-bottom: 1px dotted var(--line-strong); transform: translateY(-4px); }
.price-list .amt { font-weight: 800; color: var(--gold-2); white-space: nowrap; }
.price-block .btn { margin-top: 24px; width: 100%; }

/* ---- portfolio / gallery ---- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery a, .gallery figure { margin: 0; border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--line); position: relative; }
.gallery img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform 0.5s ease; }
.gallery a:hover img, .gallery figure:hover img { transform: scale(1.06); }
.gallery.wide img { aspect-ratio: 4 / 3; }

/* ---- reviews ---- */
.review-card { display: flex; flex-direction: column; gap: 16px; }
.review-stars { color: var(--gold); letter-spacing: 3px; font-size: 0.95rem; }
.review-card blockquote { margin: 0; font-size: 1rem; line-height: 1.6; color: var(--text); }
.review-card cite { font-style: normal; color: var(--muted); font-size: 0.84rem; font-weight: 600; }

/* ---- steps (how it works) ---- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step { padding: 30px 26px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); }
.step-num { font-size: 0.9rem; font-weight: 800; color: var(--gold); letter-spacing: 0.2em; }
.step .h3 { margin: 14px 0 10px; font-size: 1.25rem; }
.step p { color: var(--muted); font-size: 0.93rem; }
.step-line { height: 2px; background: linear-gradient(90deg, var(--gold), transparent); margin-top: 22px; }

/* ---- product cards ---- */
.product-card { display: flex; flex-direction: column; gap: 10px; }
.product-card .cat { color: var(--gold); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.product-card .name { font-weight: 700; font-size: 1.05rem; }
.product-card .price-tag { margin-top: auto; padding-top: 12px; font-weight: 800; color: var(--gold-2); font-size: 0.95rem; }

/* ---- CTA band ---- */
.cta-band { text-align: center; background: radial-gradient(ellipse 70% 90% at 50% 110%, rgba(214, 168, 76, 0.16), transparent 65%), var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cta-band .h2 { max-width: 760px; margin: 0 auto; }
.cta-band .subtitle { margin: 20px auto 0; }
.cta-band .btn { margin-top: 32px; }

/* ---- FAQ ---- */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--card); margin-bottom: 12px; overflow: hidden; }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 20px 24px; background: none; border: 0; color: var(--text);
  font-family: var(--font-body); font-size: 1.02rem; font-weight: 700; text-align: left; cursor: pointer;
}
.faq-q svg { width: 18px; height: 18px; flex: none; color: var(--gold); transition: transform 0.25s ease; }
.faq-item.open .faq-q svg { transform: rotate(180deg); }
.faq-a { display: none; padding: 0 24px 22px; color: var(--muted); font-size: 0.95rem; }
.faq-item.open .faq-a { display: block; }
.faq-a a { color: var(--gold-2); text-decoration: underline; }

/* ---- visit / map ---- */
.visit-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 28px; align-items: stretch; }
.visit-info { display: flex; flex-direction: column; gap: 4px; }
.visit-info .row { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.visit-info .row:last-child { border-bottom: 0; }
.visit-info .ico { flex: none; width: 38px; height: 38px; border-radius: 10px; background: rgba(214, 168, 76, 0.12); color: var(--gold); display: grid; place-items: center; }
.visit-info .ico svg { width: 18px; height: 18px; }
.visit-info .label { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.visit-info .value { font-weight: 600; }
.visit-info .value a:hover { color: var(--gold-2); }
.map-frame { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-strong); min-height: 360px; }
.map-frame iframe { width: 100%; height: 100%; min-height: 360px; border: 0; display: block; filter: grayscale(0.2) contrast(1.02); }

/* hours table */
.hours li { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.hours li:last-child { border-bottom: 0; }
.hours .day { color: var(--muted); font-weight: 600; }
.hours .time { font-weight: 700; }
.hours .closed { color: var(--gold); }

/* ---- socials ---- */
.social-row { display: flex; gap: 12px; flex-wrap: wrap; }
.social-row a {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 10px 18px; border-radius: 999px; border: 1px solid var(--line-strong);
  font-size: 0.85rem; font-weight: 600; transition: border-color 0.2s ease, color 0.2s ease;
}
.social-row a:hover { border-color: var(--gold); color: var(--gold-2); }
.social-row svg { width: 16px; height: 16px; }

/* ---- footer ---- */
.footer { border-top: 1px solid var(--line); background: var(--bg-2); padding: clamp(48px, 7vw, 80px) 0 0; position: relative; }
.footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0.5; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
.footer-brand .brand-word { font-size: 2rem; }
.footer-brand p { color: var(--muted); font-size: 0.9rem; margin-top: 14px; max-width: 300px; }
.footer-brand .btn { margin-top: 20px; }
.footer-col .title { font-size: 0.76rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: var(--muted); font-size: 0.92rem; transition: color 0.2s ease; }
.footer-col a:hover { color: var(--text); }
.footer-base {
  border-top: 1px solid var(--line);
  padding: 22px 0;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
  color: var(--muted); font-size: 0.82rem;
}
.footer-base .social-row a { padding: 8px; border-radius: 50%; }

/* ---- reveal animation ---- */
.reveal { opacity: 0; transform: translateY(2em); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ---- utility ---- */
.mt-1 { margin-top: 12px; } .mt-2 { margin-top: 24px; } .mt-3 { margin-top: 40px; } .mt-4 { margin-top: 64px; }
.note { font-size: 0.82rem; color: var(--muted); }
.badge { display: inline-block; padding: 4px 12px; border-radius: 999px; background: rgba(214, 168, 76, 0.14); color: var(--gold-2); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }

/* ---- responsive ---- */
@media (max-width: 991px) {
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: flex; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .visit-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .feature-row { grid-template-columns: 1fr; }
  .feature-row.flip .feature-media { order: 0; }
  .steps { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; gap: 34px; }
  .stat-item + .stat-item::before { display: none; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 480px) {
  .grid-4 { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee { animation: none; flex-wrap: wrap; width: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .dot { animation: none; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
