/* Shared design system for the New DNA public site (index.php, dna1.php, dna2.php).
   Navigation styles live in navbar.html. */
:root {
  --ink: #0b0b0b;
  --charcoal: #151515;
  --gold: #eec160;
  --gold-deep: #b9862d;
  --warmgrey: #8d857a;
  --warmgrey-deep: #7a7268;
  --cream: #f7f1e5;
  --paper: #fffdf9;
  --white: #fff;
  --muted: #68635a;
  --line: rgba(11, 11, 11, .13);
  --serif: "Lora", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(19, 15, 8, .12);
  --radius: 28px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, video { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; }
section { position: relative; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--gold-deep);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1.3;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 32px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--gold); }
.section-title {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(2.25rem, 5vw, 4.35rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.section-intro { max-width: 670px; color: var(--muted); font-size: 1.05rem; }
.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.btn:hover { transform: translateY(-2px); }
/* Primary action buttons: warm grey / greige */
.btn-gold { color: var(--white); background: var(--warmgrey); }
.btn-gold:hover { background: var(--warmgrey-deep); }
.btn-dark { color: var(--white); background: var(--ink); }
.btn-dark:hover { background: #303030; }
.btn-outline { color: var(--ink); border-color: rgba(11,11,11,.3); background: transparent; }
.btn-outline:hover { border-color: var(--ink); background: var(--white); }
.arrow { font-size: 1.05rem; transition: transform .25s ease; }
.btn:hover .arrow { transform: translateX(3px); }

.hero {
  min-height: 790px;
  display: grid;
  align-items: end;
  padding: 150px 0 72px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -50% 30%;
  height: 80%;
  background: radial-gradient(circle, rgba(238,193,96,.14), transparent 66%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(40px, 7vw, 95px); align-items: center; }
.hero h1 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(3.35rem, 6.6vw, 6.7rem);
  line-height: .98;
  letter-spacing: -.055em;
}
.hero h1 em { color: var(--gold); font-weight: 400; }
.hero-copy > p:not(.eyebrow) { max-width: 580px; color: rgba(255,255,255,.69); font-size: 1.07rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero .btn-outline { color: var(--white); border-color: rgba(255,255,255,.3); }
.hero .btn-outline:hover { color: var(--ink); }
.hero-visual { --hero-gap: 18px; min-height: 550px; position: relative; isolation: isolate; }
.hero-card {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(50% - (var(--hero-gap) / 2));
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius);
  background: #242424;
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
  transition: transform 1.05s cubic-bezier(.65, 0, .35, 1), box-shadow .35s ease;
  will-change: transform;
}
.hero-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06) 25%, rgba(0,0,0,.88)); }
.hero-card img { height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.hero-card:hover { box-shadow: 0 30px 85px rgba(0,0,0,.48); }
.hero-card:hover img { transform: scale(1.035); }
/* New DNA 1 (Bay Ridge) on the left, DNA II (Brighton) on the right */
.hero-card-dna1 { left: 0; transform: translateX(0); }
.hero-card-dna2 { right: 0; transform: translateX(0); }
.hero-visual.is-swapped .hero-card-dna1 { transform: translateX(calc(100% + var(--hero-gap))); }
.hero-visual.is-swapped .hero-card-dna2 { transform: translateX(calc(-100% - var(--hero-gap))); }
.hero-card-label { z-index: 2; position: absolute; right: 22px; bottom: 22px; left: 22px; }
.hero-card-label span { display: block; color: var(--gold); font-size: .67rem; letter-spacing: .15em; text-transform: uppercase; }
.hero-card-label strong { display: block; margin-top: 6px; font-family: var(--serif); font-size: clamp(1.05rem, 1.7vw, 1.38rem); font-weight: 500; line-height: 1.18; }
.hero-card-label em { display: block; margin-top: 9px; color: rgba(255,255,255,.7); font-size: .69rem; font-style: normal; letter-spacing: .02em; line-height: 1.45; }
.hero-note {
  display: none;
  z-index: 4;
  position: absolute;
  top: 12%;
  left: 0;
  max-width: 180px;
  padding: 15px 17px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 16px;
  color: rgba(255,255,255,.78);
  background: rgba(23,23,23,.8);
  font-size: .78rem;
  backdrop-filter: blur(10px);
}
.hero-note strong { display: block; margin-bottom: 3px; color: var(--gold); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }

.location-chooser { padding: 22px 0; background: var(--paper); }
.location-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.location-choice { min-height: 460px; display: flex; align-items: end; position: relative; overflow: hidden; border-radius: var(--radius); color: var(--white); background: var(--ink); box-shadow: var(--shadow); }
.location-choice::before { content: ""; position: absolute; inset: 0; background-position: center; background-size: cover; transition: transform .7s ease; }
.location-choice::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08) 15%, rgba(0,0,0,.88) 100%); }
.location-choice:hover::before { transform: scale(1.035); }
.location-choice-dna2::before { background-image: url("media_dna2/20260614-184634-981809cb.jpg"); }
.location-choice-dna1::before { background-image: url("media/hero9.jpg"); }
.location-choice-content { z-index: 2; position: relative; width: 100%; padding: clamp(28px, 5vw, 48px); }
.location-choice-label { display: block; margin-bottom: 10px; color: var(--gold); font-size: .7rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.location-choice h2 { margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.05; }
.location-choice p { max-width: 520px; margin-bottom: 22px; color: rgba(255,255,255,.78); font-size: .96rem; }
.choice-meta { display: block; margin-bottom: 22px; color: rgba(255,255,255,.58); font-size: .76rem; }
.choice-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.location-choice .btn-outline { color: var(--white); border-color: rgba(255,255,255,.36); }
.location-choice .btn-outline:hover { color: var(--ink); }
.location-bar { z-index: 5; position: relative; margin-top: -1px; background: var(--gold); }
.location-bar-grid { display: grid; grid-template-columns: 1fr 1fr; }
.quick-location {
  min-height: 104px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 22px 34px;
  border-right: 1px solid rgba(11,11,11,.18);
  transition: background .25s ease;
}
.quick-location:last-child { border-right: 0; }
.quick-location:hover { background: #f6cf7d; }
.quick-number { font-family: var(--serif); font-size: 1.75rem; }
.quick-location strong { display: block; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; }
.quick-location small { display: block; margin-top: 2px; font-size: .75rem; }
.quick-location .arrow { font-size: 1.35rem; }

.location-section { padding: 120px 0; }
.location-section.dna2 { background: var(--cream); }
.location-section.dna1 { background: var(--paper); }
.location-heading { display: grid; grid-template-columns: 1fr .82fr; gap: 70px; align-items: start; margin-bottom: 65px; }
.location-heading .section-title { margin-bottom: 0; }
.location-summary { margin: 0; color: var(--ink); font-size: 1.12rem; line-height: 1.6; }

/* Prominent location/address block — neighborhood leads, at a glance */
.location-info { padding-left: 24px; border-left: 4px solid var(--gold); }
.location-neighborhood {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2.1rem, 3.6vw, 3rem);
  line-height: 1.02;
  letter-spacing: -.02em;
}
.location-address { margin: 0 0 20px; font-size: 1.2rem; font-weight: 600; color: var(--ink); }
.location-address a { color: inherit; }
.location-address a:hover { color: var(--gold-deep); }
.location-meta { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 0; }
.location-meta li {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  align-items: baseline;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}
.location-meta li:last-child { border-bottom: 1px solid var(--line); }
.location-meta .meta-label { color: var(--gold-deep); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.location-meta .meta-value { font-size: 1.04rem; font-weight: 500; line-height: 1.4; }

/* Legacy pill facts — still used on the dedicated location pages */
.facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.fact { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.55); font-size: .76rem; font-weight: 500; }

.editorial-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 22px; margin-bottom: 75px; }
.editorial-image { overflow: hidden; border-radius: var(--radius); background: #ddd; }
.editorial-image img, .editorial-image video { height: 100%; object-fit: cover; }
.editorial-main { min-height: 570px; }
.editorial-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 22px; }
.editorial-small { min-height: 274px; }
.image-caption { position: relative; }
.image-caption::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.68)); pointer-events: none; }
.image-caption span { z-index: 2; position: absolute; right: 22px; bottom: 18px; left: 22px; color: var(--white); font-family: var(--serif); font-size: 1.15rem; }

.subhead-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.subhead-row h3 { margin-bottom: 0; font-size: clamp(1.85rem, 3.5vw, 2.9rem); line-height: 1.15; }
.subhead-row p { max-width: 510px; margin-bottom: 3px; color: var(--muted); }
.service-overview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.overview-card {
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.62);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.overview-card:hover { transform: translateY(-4px); border-color: rgba(185,134,45,.5); box-shadow: 0 15px 40px rgba(0,0,0,.07); }
.card-index { display: block; margin-bottom: 34px; color: var(--gold-deep); font-size: .7rem; letter-spacing: .15em; }
.overview-card h4 { margin-bottom: 10px; font-family: var(--serif); font-size: 1.24rem; font-weight: 500; }
.overview-card p { margin-bottom: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.team-panel { margin-top: 18px; padding: 34px; border-radius: 22px; color: var(--white); background: var(--ink); }
.team-panel h3 { margin-bottom: 22px; color: var(--gold); font-size: 1.5rem; }
.team-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px 24px; }
.team-list span { padding-bottom: 9px; border-bottom: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.78); font-size: .82rem; }

/* Spotlight blurb (e.g. head spa) */
.spotlight {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.spotlight img { height: 100%; min-height: 320px; object-fit: cover; }
.spotlight-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 56px); }
.spotlight-copy h3 { margin-bottom: 14px; font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.1; }
.spotlight-copy p { color: var(--muted); }
.spotlight-copy .btn { align-self: flex-start; margin-top: 18px; }

.offers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-bottom: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--line); }
.offer { min-height: 112px; display: grid; place-items: center; padding: 24px; text-align: center; background: var(--white); }
.offer strong { font-family: var(--serif); font-size: 1rem; font-weight: 500; }
.offer.featured { color: var(--ink); background: var(--gold); }

.private-suite {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  margin-bottom: 80px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--ink);
}
.private-suite img { height: 100%; min-height: 420px; object-fit: cover; }
.private-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 6vw, 72px); }
.private-copy h3 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.08; }
.private-copy p { color: rgba(255,255,255,.68); }

.menu-heading { margin-bottom: 32px; }
.service-menu { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: start; }
details.service-category { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
details.service-category[open] { box-shadow: 0 14px 42px rgba(0,0,0,.06); }
details.service-category summary {
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
}
details.service-category summary::-webkit-details-marker { display: none; }
details.service-category summary::after { content: "+"; color: var(--gold-deep); font-family: var(--sans); font-size: 1.4rem; font-weight: 400; }
details.service-category[open] summary::after { content: "−"; }
.price-list { margin: 0; padding: 0 24px 22px; list-style: none; }
.price-list li { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 10px 0; border-top: 1px solid var(--line); font-size: .84rem; }
.price-list li span:last-child { max-width: 190px; text-align: right; font-weight: 600; }
.price-list small { display: block; color: var(--muted); font-weight: 400; }
.category-note { margin: 0 24px 24px; padding: 13px 15px; border-radius: 10px; color: var(--ink); background: var(--gold); font-size: .8rem; font-weight: 600; }
.combination-title { margin: 4px 24px 7px; color: var(--gold-deep); font-family: var(--sans); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }

.about { padding: 110px 0; color: var(--white); background: var(--charcoal); }
.about-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.about .section-title { margin-bottom: 0; }
.about-copy { color: rgba(255,255,255,.7); font-family: var(--serif); font-size: clamp(1.2rem, 2.2vw, 1.7rem); line-height: 1.75; }
.about-copy strong { color: var(--gold); font-weight: 500; }

.reviews { padding: 110px 0; overflow: hidden; background: var(--cream); }
.reviews-top { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
.reviews-top .section-title { margin-bottom: 0; }
.review-controls { display: flex; gap: 9px; }
.review-button {
  width: 52px;
  height: 52px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  transition: .25s ease;
}
.review-button:hover { color: var(--white); background: var(--ink); }
.review-viewport { overflow: hidden; }
.review-track { display: flex; transition: transform .5s cubic-bezier(.22,.75,.25,1); }
.review { min-width: 100%; display: grid; grid-template-columns: auto 1fr; gap: 35px; padding: 50px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.quote-mark { color: var(--gold); font-family: var(--serif); font-size: 6rem; line-height: .7; }
.review blockquote { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(1.25rem, 2.5vw, 2rem); line-height: 1.55; }
.review cite { color: var(--gold-deep); font-style: normal; font-size: .76rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.review-dots { display: flex; justify-content: center; gap: 8px; margin-top: 25px; }
.review-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(11,11,11,.23); cursor: pointer; }
.review-dot.active { width: 28px; border-radius: 5px; background: var(--gold-deep); }

.brands { padding: 100px 0; }
.brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 45px; }
.brand-card { min-height: 260px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.brand-card-image { flex: 1; min-height: 190px; display: grid; place-items: center; padding: 28px; overflow: hidden; }
.brand-card img { max-width: 100%; max-height: 150px; object-fit: contain; }
.brand-card span { padding: 16px 18px; border-top: 1px solid var(--line); font-family: var(--serif); font-size: .92rem; text-align: center; }

.contact { padding: 110px 0 0; color: var(--white); background: var(--ink); }
.contact-head { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; margin-bottom: 50px; }
.contact-head .section-title { margin-bottom: 0; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-card { padding: 36px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.04); }
.contact-card .location-tag { color: var(--gold); font-size: .69rem; letter-spacing: .15em; text-transform: uppercase; }
.contact-card h3 { margin: 10px 0 25px; font-size: 1.65rem; }
.contact-list { display: grid; gap: 17px; margin-bottom: 28px; color: rgba(255,255,255,.66); font-size: .9rem; }
.contact-list strong { display: block; margin-bottom: 2px; color: var(--white); font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.contact-list a:hover, .social-links a:hover { color: var(--gold); }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.social-links a { padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: .74rem; }
.map { height: 410px; margin-top: 55px; overflow: hidden; border-radius: var(--radius) var(--radius) 0 0; }
.map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.92); }
footer { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); background: var(--ink); font-size: .72rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; }
.footer-inner a { color: var(--gold); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.skip-link { z-index: 100; position: fixed; top: 8px; left: 8px; padding: 10px 14px; color: var(--ink); background: var(--gold); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .hero-visual { min-height: 470px; }
  .hero-card-dna2, .hero-card-dna1 { width: calc(50% - (var(--hero-gap) / 2)); }
  .location-heading { grid-template-columns: 1fr; gap: 24px; }
  .service-overview { grid-template-columns: 1fr 1fr; }
  .team-list { grid-template-columns: repeat(3, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 35px; }
  .brand-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1180px); }
  .hero { min-height: 0; padding: 126px 0 45px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .hero-visual { min-height: 0; display: grid; gap: 14px; margin-top: 5px; }
  .hero-card, .hero-card-dna2, .hero-card-dna1 {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 285px;
    transform: none !important;
  }
  .hero-note { display: none; }
  .hero-card-label { right: 15px; bottom: 13px; left: 15px; }
  .hero-card-label strong { font-size: .98rem; }
  .location-choice-grid { grid-template-columns: 1fr; }
  .location-choice { min-height: 430px; }
  .location-bar-grid { grid-template-columns: 1fr; }
  .quick-location { min-height: 94px; padding: 18px 20px; border-right: 0; border-bottom: 1px solid rgba(11,11,11,.16); }
  .location-section { padding: 80px 0; }
  .section-title { font-size: clamp(2.35rem, 11vw, 3.4rem); }
  .editorial-grid { grid-template-columns: 1fr; margin-bottom: 58px; }
  .editorial-main { min-height: 410px; }
  .editorial-stack { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .editorial-small { min-height: 220px; }
  .subhead-row, .reviews-top { display: block; }
  .subhead-row p { margin-top: 14px; }
  .service-overview { grid-template-columns: 1fr; }
  .overview-card { min-height: auto; }
  .card-index { margin-bottom: 20px; }
  .team-panel { padding: 26px; }
  .team-list { grid-template-columns: 1fr 1fr; }
  .spotlight { grid-template-columns: 1fr; }
  .offers { grid-template-columns: 1fr 1fr; }
  .private-suite { grid-template-columns: 1fr; }
  .private-suite img { min-height: 320px; }
  .service-menu { grid-template-columns: 1fr; }
  .review-controls { margin-top: 22px; }
  .review { grid-template-columns: 1fr; gap: 10px; padding: 34px 28px; }
  .quote-mark { font-size: 4.5rem; }
  .brand-grid { gap: 10px; }
  .brand-card { min-height: 210px; }
  .brand-card-image { min-height: 150px; padding: 18px; }
  .contact { padding-top: 80px; }
  .contact-head { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr; }
  .footer-inner { display: grid; }
}

@media (max-width: 480px) {
  .hero-actions .btn { width: 100%; }
  .hero-visual { min-height: 0; }
  .hero-card, .hero-card-dna2, .hero-card-dna1 { height: 250px; }
  .editorial-stack { grid-template-columns: 1fr; }
  .editorial-small { min-height: 280px; }
  .team-list, .offers { grid-template-columns: 1fr; }
  .price-list li { gap: 10px; font-size: .78rem; }
  .price-list li span:last-child { max-width: 130px; }
  .brand-card span { padding: 12px 8px; font-size: .72rem; }
  .contact-card { padding: 28px 23px; }
}

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