/* ─────────────────────────────────────────────
   ATELIER — Tattoo Studio · design system
   "The Apple of tattoo studios" — cinematic, minimal,
   warm amber light over deep black. Editorial spacing.
   ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:        #050505;
  --surface:   #0B0B0D;
  --elevated:  #121214;
  --text:      #F5F1E8;
  --muted:     #A9A39A;
  --dim:       rgba(245,241,232,0.40);
  --amber:     #D6A04B;
  --brass:     #B88746;
  --line:      rgba(255,255,255,0.10);
  --line-soft: rgba(255,255,255,0.06);
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --serif: "Cormorant Garamond", "Hoefler Text", "Iowan Old Style", Garamond, Georgia, serif;
  --mono: "SF Mono", ui-monospace, "Cascadia Code", monospace;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg); color: var(--text);
  font-family: var(--font); line-height: 1.5;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; }
::selection { background: rgba(214,160,75,0.30); color: #fff; }

/* warm cinematic ambient glow behind the whole page */
body::before {
  content: ''; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(ellipse 70% 50% at 50% -5%, rgba(214,160,75,0.10), transparent 60%),
    radial-gradient(ellipse 60% 50% at 85% 110%, rgba(184,135,70,0.07), transparent 60%);
}

/* ─── TYPE ─── */
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--amber); }
.display { font-family: var(--serif); font-size: clamp(38px, 5.6vw, 80px); font-weight: 600; letter-spacing: -0.01em; line-height: 1.04; }
.display em { font-style: italic; color: var(--amber); }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; letter-spacing: -0.005em; }
.lead { font-size: clamp(16px, 1.7vw, 21px); line-height: 1.7; color: var(--muted); font-family: var(--font); }

/* ─── NAV ─── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 76px; display: flex; align-items: center; gap: 28px; padding: 0 30px;
  background: transparent;
  transition: background .45s ease, backdrop-filter .45s ease, border-color .45s ease;
  border-bottom: 0.5px solid transparent;
}
nav.scrolled {
  background: rgba(5,5,5,0.66);
  backdrop-filter: saturate(150%) blur(20px);
  -webkit-backdrop-filter: saturate(150%) blur(20px);
  border-bottom: 0.5px solid var(--line);
}
.nav-logo {
  text-decoration: none; flex-shrink: 0;
  display: inline-flex; align-items: center; gap: 1px;
}
.nav-logo .wm { font-family: var(--serif); font-size: 26px; font-weight: 600; letter-spacing: 0.14em;
  color: var(--text); line-height: 1; }
.nav-logo .needle { height: 30px; width: auto; display: block; margin: 0 2px; transform: translateY(-1px); }
/* footer stacked logo */
.foot-logo { display: inline-block; text-decoration: none; }
.foot-logo img { width: 248px; max-width: 100%; height: auto; display: block; }
.nav-links { list-style: none; display: flex; gap: 19px; margin-left: auto; align-items: center; }
.nav-links a { white-space: nowrap; }
.nav-links a {
  font-size: 13px; color: var(--muted); text-decoration: none; letter-spacing: 0.01em;
  transition: color .2s;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--text); }
.nav-cta {
  flex-shrink: 0; font-size: 13px; font-weight: 500; letter-spacing: 0.01em;
  padding: 9px 19px; border-radius: 980px; text-decoration: none;
  background: var(--amber); color: #1a1206;
  transition: transform .2s, background .2s, box-shadow .2s;
}
.nav-cta:hover { background: #e3b264; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(214,160,75,0.25); }
.nav-burger { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 6px; margin-left: auto; }
.nav-burger span { width: 22px; height: 1.5px; background: var(--text); display: block; }

/* ─── BUTTONS ─── */
.btn { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500;
  padding: 14px 28px; border-radius: 980px; text-decoration: none; transition: all .22s; cursor: pointer;
  border: none; white-space: nowrap; }
.btn-fill { background: var(--amber); color: #1a1206; }
.btn-fill:hover { background: #e3b264; transform: translateY(-1px); box-shadow: 0 10px 30px rgba(214,160,75,0.28); }
.btn-ghost { background: rgba(255,255,255,0.04); color: var(--text); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: rgba(214,160,75,0.55); color: var(--amber); }

/* ─── HERO (wheel-lock scrub) ─── */
.hero-wrap { height: 100svh; position: relative; overflow: hidden; }
.hero-sticky { position: absolute; inset: 0; overflow: hidden; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(ellipse 80% 70% at 50% 36%, #1a140d 0%, var(--bg) 72%); }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center;
  background: transparent; }
/* very subtle veil only for copy legibility — no heavy black box */
.hero-veil { position: absolute; inset: 0; pointer-events: none; background:
  radial-gradient(ellipse 95% 80% at 50% 42%, transparent 46%, rgba(5,5,5,0.45) 100%),
  linear-gradient(to bottom, rgba(5,5,5,0.30) 0%, transparent 26%, transparent 64%, rgba(5,5,5,0.78) 100%); }
.hero-progress { position: absolute; bottom: 0; left: 0; height: 2px; width: 0%; z-index: 10;
  background: linear-gradient(90deg, transparent, var(--amber), transparent); transition: width .06s linear; }
.hero-content {
  position: relative; z-index: 5; text-align: center; padding: 0 24px; max-width: 880px;
  display: flex; flex-direction: column; align-items: center;
  transition: opacity .05s, transform .05s;
}
.hero-content h1 {
  font-family: var(--serif);
  font-size: clamp(46px, 8.4vw, 112px); font-weight: 600; letter-spacing: -0.01em; line-height: 0.98;
  margin: 16px 0 0; text-shadow: 0 2px 40px rgba(0,0,0,0.45);
}
.hero-content .lead { font-size: clamp(16px, 2.1vw, 21px); color: rgba(245,241,232,0.82); max-width: 560px; margin: 22px auto 0; }
.hero-cta-row { display: flex; gap: 13px; flex-wrap: wrap; justify-content: center; margin-top: 36px; }
.scroll-hint { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 6;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--dim);
  display: flex; flex-direction: column; align-items: center; gap: 8px; }
.scroll-hint span { width: 1px; height: 30px; background: linear-gradient(var(--amber), transparent); }

/* apple-style intro motion for hero copy */
.hero-anim { opacity: 0; transform: translateY(20px); filter: blur(8px);
  animation: heroIn 1.15s cubic-bezier(.22,.61,.36,1) forwards; }
.hero-anim.a1 { animation-delay: .15s; }
.hero-anim.a2 { animation-delay: .32s; }
.hero-anim.a3 { animation-delay: .50s; }
.hero-anim.a4 { animation-delay: .68s; }
@keyframes heroIn { to { opacity: 1; transform: none; filter: blur(0); } }

/* ─── SECTIONS ─── */
.section { padding: clamp(88px, 13vh, 176px) 24px; position: relative; }
.section--surface { background: var(--surface); }
.section--dark { background: #030303; }
.wrap { max-width: 1160px; margin: 0 auto; }
.measure { max-width: 720px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head { max-width: 760px; }
.section-head.center { text-align: center; }
.section-head h2 { font-size: clamp(34px, 5vw, 68px); line-height: 1.04; margin: 16px 0 0; }
.section-head .lead { margin-top: 22px; }

/* feature row: text + media */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 92px); align-items: center; }
.feature.reverse .feature-media { order: -1; }
.feature-copy h2 { font-size: clamp(32px, 4.4vw, 60px); line-height: 1.05; margin: 14px 0 20px; }
.feature-copy .lead { margin-bottom: 28px; }

.media {
  position: relative; aspect-ratio: 4/5; border-radius: 22px; overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 18%, rgba(214,160,75,0.22), transparent 60%),
    linear-gradient(155deg, #1c160f 0%, var(--bg) 100%);
  box-shadow: 0 40px 90px rgba(0,0,0,0.55); border: 0.5px solid var(--line-soft);
}
.media.wide { aspect-ratio: 16/10; }
.media.cine { aspect-ratio: 16/9; }
.media.tall { aspect-ratio: 3/4; }
.media.square { aspect-ratio: 1/1; }
.feature-media .media { aspect-ratio: 16/9; }
.media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.media-tag { position: absolute; left: 18px; bottom: 16px; z-index: 2; font-family: var(--mono);
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.55); }

/* big immersive full-bleed band */
.band { position: relative; min-height: 86vh; display: flex; align-items: flex-end; overflow: hidden;
  border-radius: 28px; margin: 0 clamp(12px, 3vw, 40px);
  background: linear-gradient(160deg, #14100a, var(--bg)); }
.band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band .band-veil { position: absolute; inset: 0; background:
  linear-gradient(to top, rgba(3,3,3,0.92) 0%, rgba(3,3,3,0.30) 45%, transparent 75%); }
.band-inner { position: relative; z-index: 2; max-width: 1160px; margin: 0 auto; padding: 0 24px 88px; width: 100%; }

/* ─── REVEAL ─── */
.reveal { opacity: 0; transform: translateY(20px); will-change: opacity, transform;
  transition: opacity 1.1s cubic-bezier(.22,.61,.36,1), transform 1.1s cubic-bezier(.22,.61,.36,1), filter 1.1s ease;
  filter: blur(6px); }
.reveal.in { opacity: 1; transform: none; filter: blur(0); }
.reveal.d1 { transition-delay: .10s; } .reveal.d2 { transition-delay: .22s; }
.reveal.d3 { transition-delay: .34s; } .reveal.d4 { transition-delay: .46s; }
.media img.imgfade { opacity: 0; transition: opacity .8s ease; }
.media img.imgfade.loaded { opacity: 1; }

/* ─── MASCOT FEATURE CARDS (3-up) ─── */
.tri { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tri-card { background: var(--elevated); border: 0.5px solid var(--line); border-radius: 20px; padding: 32px 30px 34px; text-align: center; }
.tri-card .ico { width: 38px; height: 38px; color: var(--amber); display: block; margin: 0 auto 18px; }
.tri-card h3 { font-size: 21px; margin-bottom: 9px; }
.tri-card p { font-size: 14.5px; color: var(--muted); line-height: 1.62; }

/* ─── EXPERIENCE CARDS (2×2, landscape image-backed — assets are 16:9) ─── */
.exp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.exp-card { position: relative; aspect-ratio: 16/10; border-radius: 20px; overflow: hidden;
  border: 0.5px solid var(--line); background: linear-gradient(165deg, #1a140d, var(--bg));
  display: flex; flex-direction: column; justify-content: flex-end;
  transition: transform .35s cubic-bezier(.16,1,.3,1), border-color .35s; }
.exp-card:hover { transform: translateY(-5px); border-color: rgba(214,160,75,0.42); }
.exp-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.16,1,.3,1); }
.exp-card:hover img { transform: scale(1.05); }
.exp-card .exp-veil { position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,3,3,0.94) 8%, rgba(3,3,3,0.30) 52%, transparent 80%); }
.exp-body { position: relative; z-index: 2; padding: 26px 24px 28px; text-align: center; }
.exp-step { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; color: var(--amber); }
.exp-body h3 { font-size: 22px; margin: 10px 0 8px; }
.exp-body p { font-size: 13.5px; color: var(--muted); line-height: 1.55; }

/* ─── ARTISTS (flex so a trailing 3+2 row stays centred) ─── */
.artist-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.artist { flex: 0 1 calc(33.333% - 14px); min-width: 260px; max-width: 380px;
  background: var(--surface); border: 0.5px solid var(--line); border-radius: 22px; overflow: hidden;
  transition: border-color .3s, transform .3s; }
.artist:hover { border-color: rgba(214,160,75,0.4); transform: translateY(-4px); }
.artist-photo { position: relative; aspect-ratio: 4/5; overflow: hidden;
  background: linear-gradient(160deg, #1c160f, var(--bg)); }
.artist-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.artist:hover .artist-photo img { transform: scale(1.04); }
.artist-body { padding: 26px 26px 28px; text-align: center; }
.artist-spec { font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--amber); }
.artist-body h3 { font-size: 24px; margin: 8px 0 10px; }
.artist-body p { font-size: 14px; color: var(--muted); line-height: 1.6; margin-bottom: 18px; }
.artist-link { font-size: 13px; font-weight: 500; color: var(--text); text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px; transition: gap .25s, color .25s; }
.artist-link:hover { color: var(--amber); gap: 11px; }

/* ─── GALLERY (editorial grid) ─── */
.gallery { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; grid-auto-flow: dense; }
.g-item { position: relative; overflow: hidden; border-radius: 18px; border: 0.5px solid var(--line-soft);
  background: linear-gradient(160deg, #1a140d, var(--bg)); }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.g-item::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 0 0 rgba(214,160,75,0); transition: box-shadow .35s, background .35s; }
.g-item:hover img { transform: scale(1.05); }
.g-item:hover { box-shadow: 0 24px 60px rgba(0,0,0,0.5); }
.g-tall { grid-row: span 2; }
.g-wide { grid-column: span 4; aspect-ratio: 16/9; }
.g-lg   { grid-column: span 3; aspect-ratio: 4/5; }
.g-md   { grid-column: span 2; aspect-ratio: 1/1; }
.g-feature { grid-column: span 2; grid-row: span 2; aspect-ratio: 1/1; }

/* ─── PROCESS STEPS (numbered) ─── */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line);
  border: 0.5px solid var(--line); border-radius: 22px; overflow: hidden; }
.step { background: var(--surface); padding: 52px 40px 56px; text-align: center; }
.step-n { font-family: var(--serif); font-size: 56px; font-weight: 600; color: var(--amber); line-height: 1; }
.step h3 { font-size: 23px; margin: 22px 0 12px; }
.step p { font-size: 14.5px; color: var(--muted); line-height: 1.64; }

/* ─── AFTERCARE CARDS (4-up) ─── */
.care-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.care { background: var(--elevated); border: 0.5px solid var(--line); border-radius: 20px; padding: 30px 28px 32px;
  text-align: center; transition: border-color .3s, transform .3s; }
.care:hover { border-color: rgba(214,160,75,0.38); transform: translateY(-4px); }
.care .ico { width: 34px; height: 34px; color: var(--amber); display: block; margin: 0 auto 18px; }
.care .care-n { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; color: var(--dim); }
.care h3 { font-size: 20px; margin: 8px 0 9px; }
.care p { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ─── TESTIMONIALS ─── */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quote { background: var(--surface); border: 0.5px solid var(--line); border-radius: 22px; padding: 40px 34px 36px;
  display: flex; flex-direction: column; text-align: center; }
.quote .mark { font-family: var(--serif); font-size: 64px; line-height: 0.6; color: rgba(214,160,75,0.5); height: 28px; }
.quote p { font-family: var(--serif); font-size: 22px; line-height: 1.4; color: var(--text); margin: 18px 0 24px; }
.quote .who { margin-top: auto; font-size: 12px; letter-spacing: 0.06em; color: var(--muted); }

/* ─── BIG CTA ─── */
.cta-band { position: relative; text-align: center; padding: clamp(120px, 20vh, 240px) 24px; overflow: hidden;
  border-radius: 28px; margin: 0 clamp(12px, 3vw, 40px) clamp(12px, 3vw, 40px);
  background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(214,160,75,0.14), transparent 62%), var(--bg); }
.cta-band .cta-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; }
.cta-band .cta-veil { position: absolute; inset: 0; z-index: 1; background:
  radial-gradient(ellipse 80% 90% at 50% 50%, rgba(5,5,5,0.55), rgba(5,5,5,0.86)),
  linear-gradient(to bottom, rgba(5,5,5,0.7) 0%, rgba(5,5,5,0.35) 40%, rgba(5,5,5,0.9) 100%); }
.cta-band .wrap { position: relative; z-index: 2; }
.cta-band h2 { font-size: clamp(40px, 6.4vw, 90px); line-height: 1.02; }
.cta-band .lead { max-width: 600px; margin: 24px auto 0; }
.cta-band .hero-cta-row { margin-top: 38px; }

/* ─── BRAND FOOTER ─── */
.site-footer { background: var(--surface); border-top: 0.5px solid var(--line); padding: 76px 30px 40px; }
.foot-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 44px; }
.foot-brand .nav-logo { font-size: 26px; }
.foot-brand p { color: var(--muted); font-size: 13.5px; margin-top: 16px; max-width: 300px; line-height: 1.62; }
.foot-social { display: flex; gap: 14px; margin-top: 22px; }
.foot-social a { width: 38px; height: 38px; border: 0.5px solid var(--line); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; color: var(--muted); transition: all .25s; }
.foot-social a:hover { border-color: rgba(214,160,75,0.5); color: var(--amber); transform: translateY(-2px); }
.foot-social svg { width: 17px; height: 17px; }
.foot-col h4 { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--dim); margin-bottom: 16px; font-family: var(--font); }
.foot-col a { display: block; color: var(--muted); text-decoration: none; font-size: 14px; margin-bottom: 12px; transition: color .2s; }
.foot-col a:hover { color: var(--text); }
.foot-copy { max-width: 1160px; margin: 52px auto 0; padding-top: 24px; border-top: 0.5px solid var(--line);
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 12px; color: var(--dim); }
.foot-copy .legal { display: flex; gap: 22px; flex-wrap: wrap; }
.foot-copy .legal a { color: var(--dim); text-decoration: none; transition: color .2s; }
.foot-copy .legal a:hover { color: var(--muted); }

/* ─── PUBLICOVER MEDIA CREDIT ─── */
.pm-credit { background: #030303; border-top: 0.5px solid var(--line); padding: 26px 28px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.pm-credit .back-link { font-size: 12px; letter-spacing: 0.06em; color: rgba(255,255,255,0.95); text-decoration: none; transition: color .2s; }
.pm-credit .back-link:hover { color: #fff; }
.pm-credit .pm-logo-link { display: flex; align-items: center; justify-content: center; }
.pm-credit .pm-logo-link img { height: 44px; width: auto; filter: brightness(0) invert(1); opacity: 0.95; }
.pm-credit > div:last-child { text-align: right; }

/* ─── MOBILE MENU ─── */
.mobile-menu { position: fixed; inset: 0; z-index: 300; background: var(--bg);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  transform: translateY(-100%); opacity: 0; visibility: hidden;
  transition: transform .42s cubic-bezier(.16,1,.3,1), opacity .42s ease, visibility .42s; }
.mobile-menu.open { transform: translateY(0); opacity: 1; visibility: visible; }
.mobile-menu a { font-family: var(--serif); font-size: 26px; font-weight: 600; letter-spacing: -0.01em; color: var(--text); text-decoration: none; padding: 10px 14px; text-align: center; }
.mobile-menu a:hover, .mobile-menu a[aria-current="page"] { color: var(--amber); }
.mobile-menu .mm-cta { margin-top: 22px; font-family: var(--font); font-size: 15px; font-weight: 500; padding: 14px 32px; border-radius: 980px; background: var(--amber); color: #1a1206; }
.mobile-menu-close { position: absolute; top: 20px; right: 26px; background: none; border: none; color: var(--text); font-size: 32px; line-height: 1; cursor: pointer; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1000px) {
  /* collapse nav to the hamburger early so the longer "Ned, the Tattoo
     Needle" link never crowds the bar */
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: flex; }
  .care-grid { grid-template-columns: repeat(2, 1fr); }
  .artist { flex: 0 1 calc(50% - 10px); }
  .quotes { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
}
@media (max-width: 620px) {
  .artist { flex: 1 1 100%; max-width: 420px; }
}
@media (max-width: 860px) {
  nav { padding: 0 20px; height: 68px; }
  .nav-logo .wm { font-size: 22px; }
  .nav-logo .needle { height: 25px; }
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: flex; }
  .feature { grid-template-columns: 1fr; gap: 36px; }
  .feature.reverse .feature-media { order: 0; }
  .tri { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  /* gallery -> clean two-column, reset spans */
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .g-wide, .g-lg, .g-md, .g-feature { grid-column: span 1; grid-row: span 1; aspect-ratio: 4/5; }
  .g-feature { grid-column: span 2; aspect-ratio: 16/11; }
  .foot-grid { grid-template-columns: repeat(3, 1fr); gap: 32px 20px; }
  .foot-brand { grid-column: 1 / -1; }
  .hero-content h1 { font-size: clamp(40px, 12vw, 72px); }
}
@media (max-width: 560px) {
  .section { padding: 84px 20px; }
  .exp-grid, .care-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .g-feature { grid-column: span 1; aspect-ratio: 4/5; }
  .foot-grid { grid-template-columns: 1fr; gap: 30px; text-align: center; justify-items: center; }
  .foot-brand p { margin-left: auto; margin-right: auto; }
  .foot-social { justify-content: center; }
  .pm-credit { grid-template-columns: 1fr auto 1fr; gap: 10px; }
}

/* ─── ACCESSIBILITY: reduced motion ─── */
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; filter: none !important; transition: none !important; }
  .hero-anim { opacity: 1 !important; transform: none !important; filter: none !important; animation: none !important; }
  html { scroll-behavior: auto; }
  .exp-card img, .g-item img, .artist-photo img, .card .media img { transition: none !important; }
}
