/* =========================================================
   House of Blues American Corgis — Premium one-page site
   ========================================================= */

:root {
  --ink: #060c18;
  --navy: #0a1324;
  --navy-2: #111d35;
  --navy-3: #1a2a4a;
  --blue: #6f94c4;
  --gold: #d9b56c;
  --gold-2: #f1dba6;
  --gold-3: #a88442;
  --cream: #f7f1e6;
  --cream-2: #efe5d2;
  --text: #2b2f3a;
  --muted: #6b6f7c;
  --white: #fff;

  --grad-gold: linear-gradient(135deg, #f6e1ac 0%, #d9b56c 45%, #a88442 100%);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", system-ui, -apple-system, Segoe UI, sans-serif;
  --script: "Pinyon Script", cursive;

  --ease: cubic-bezier(.19, 1, .22, 1);
  --ease-2: cubic-bezier(.65, 0, .35, 1);
  --radius: 22px;
  --shadow: 0 30px 80px -30px rgba(6, 12, 24, .45);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  color: var(--text);
  background: var(--cream);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.is-loading { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; border: 0; background: none; cursor: pointer; color: inherit; }
::selection { background: var(--gold); color: var(--navy); }

.container { width: min(1240px, 100% - 48px); margin-inline: auto; }
.section { padding: clamp(90px, 12vw, 160px) 0; position: relative; }
.section--dark { background: var(--navy); color: #c9cfdc; }
.section--dark .section-title { color: var(--white); }

/* ---------- Typography ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 12px; font-weight: 600; letter-spacing: .32em; text-transform: uppercase;
  color: var(--gold-3); margin-bottom: 22px;
}
.section--dark .eyebrow, .hero .eyebrow { color: var(--gold); }
.eyebrow .line { width: 44px; height: 1px; background: currentColor; display: inline-block; }
.eyebrow--center { display: flex; justify-content: center; }

.section-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(40px, 5.4vw, 72px);
  line-height: 1.04;
  letter-spacing: -.01em;
  color: var(--navy);
  margin-bottom: 26px;
}
.section-title em, .hero__title em, .band__quote em {
  font-style: italic;
  background: var(--grad-gold);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  padding-right: .06em;
}
.section-head { text-align: center; max-width: 760px; margin: 0 auto 70px; }
.section-head--split { display: flex; justify-content: space-between; align-items: flex-end; max-width: none; text-align: left; gap: 30px; flex-wrap: wrap; }
.section-sub { font-size: 18px; color: #9aa3b8; }

/* ---------- Buttons ---------- */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  padding: 18px 34px; border-radius: 100px;
  font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  overflow: hidden; isolation: isolate;
  transition: color .5s var(--ease), box-shadow .5s var(--ease), border-color .5s;
  will-change: transform;
}
.btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .5s var(--ease); }
.btn:hover svg { transform: translateX(5px); }
.btn::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  border-radius: inherit; transform: translateY(101%); transition: transform .6s var(--ease);
}
.btn--gold { background: var(--grad-gold); color: var(--navy); box-shadow: 0 14px 40px -12px rgba(217, 181, 108, .7); }
.btn--gold::before { background: var(--navy); }
.btn--gold:hover { color: var(--gold-2); }
.btn--gold:hover::before { transform: translateY(0); }
.btn--ghost { border: 1px solid rgba(255, 255, 255, .28); color: var(--white); }
.btn--ghost::before { background: var(--white); }
.btn--ghost:hover { color: var(--navy); border-color: var(--white); }
.btn--ghost:hover::before { transform: translateY(0); }
.btn--sm { padding: 13px 24px; font-size: 11px; }
.btn--full { width: 100%; }

/* ---------- Preloader ---------- */
.preloader { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; pointer-events: all; }
.preloader__panel { position: absolute; left: 0; right: 0; height: 50.5%; background: var(--ink); z-index: -1; transition: transform 1.2s var(--ease-2); }
.preloader__panel--top { top: 0; }
.preloader__panel--bottom { bottom: 0; }
.preloader__inner { text-align: center; transition: opacity .6s, transform .8s var(--ease); }
.preloader__mark { position: relative; width: 120px; height: 120px; margin: 0 auto 26px; display: grid; place-items: center; }
.preloader__mark span { font-family: var(--serif); font-size: 44px; color: var(--gold); letter-spacing: .04em; }
.preloader__ring { position: absolute; inset: 0; transform: rotate(-90deg); }
.preloader__ring circle { fill: none; stroke: var(--gold); stroke-width: 1.2; stroke-dasharray: 340; stroke-dashoffset: 340; animation: ring 2s var(--ease-2) forwards; }
@keyframes ring { to { stroke-dashoffset: 0; } }
.preloader__title { font-family: var(--serif); font-size: 34px; color: var(--white); line-height: 1; }
.preloader__sub { font-size: 11px; letter-spacing: .5em; text-transform: uppercase; color: var(--gold); margin-top: 10px; }
.preloader__count { margin-top: 30px; font-family: var(--serif); font-size: 18px; color: rgba(255,255,255,.45); }
.preloader.is-done { pointer-events: none; }
.preloader.is-done .preloader__inner { opacity: 0; transform: translateY(-30px); }
.preloader.is-done .preloader__panel--top { transform: translateY(-100%); }
.preloader.is-done .preloader__panel--bottom { transform: translateY(100%); }

/* ---------- Cursor ---------- */
.cursor { position: fixed; inset: 0; pointer-events: none; z-index: 999; display: none; opacity: 0; transition: opacity .4s; }
.has-cursor .cursor { display: block; }
.cursor__dot, .cursor__ring { position: fixed; top: 0; left: 0; border-radius: 50%; will-change: transform; }
.cursor__dot { width: 6px; height: 6px; margin: -3px 0 0 -3px; background: var(--gold); }
.cursor__ring {
  width: 40px; height: 40px; margin: -20px 0 0 -20px;
  border: 1px solid rgba(217, 181, 108, .65);
  display: grid; place-items: center;
  transition: width .45s var(--ease), height .45s var(--ease), margin .45s var(--ease), background .45s, border-color .45s;
}
.cursor__label { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--navy); font-weight: 700; opacity: 0; transition: opacity .3s; }
.cursor.is-hover .cursor__ring { width: 64px; height: 64px; margin: -32px 0 0 -32px; background: rgba(217, 181, 108, .12); }
.cursor.is-view .cursor__ring { width: 90px; height: 90px; margin: -45px 0 0 -45px; background: var(--gold); border-color: var(--gold); }
.cursor.is-view .cursor__label { opacity: 1; }
.has-cursor, .has-cursor a, .has-cursor button { cursor: none; }
.has-cursor input, .has-cursor textarea, .has-cursor select { cursor: text; }

/* ---------- Progress / grain ---------- */
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 200; }
.scroll-progress span { display: block; height: 100%; width: 100%; background: var(--grad-gold); transform-origin: 0 50%; transform: scaleX(0); }
.grain {
  position: fixed; inset: -50%; z-index: 998; pointer-events: none; opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 8s steps(10) infinite;
}
@keyframes grain {
  0%, 100% { transform: translate(0, 0); } 20% { transform: translate(-5%, 5%); } 40% { transform: translate(5%, -3%); }
  60% { transform: translate(-3%, -5%); } 80% { transform: translate(3%, 4%); }
}

/* ---------- Nav ---------- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 26px 0; transition: padding .5s var(--ease), background .5s, transform .6s var(--ease), box-shadow .5s; }
.nav.is-scrolled { padding: 14px 0; background: rgba(10, 19, 36, .78); backdrop-filter: blur(18px) saturate(140%); -webkit-backdrop-filter: blur(18px) saturate(140%); box-shadow: 0 10px 40px -20px rgba(0,0,0,.6); }
.nav.is-hidden { transform: translateY(-110%); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.nav__links { display: flex; gap: 36px; }
.nav__links a { position: relative; font-size: 13px; font-weight: 500; letter-spacing: .06em; color: rgba(255,255,255,.78); transition: color .3s; padding: 6px 0; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ease); }
.nav__links a:hover, .nav__links a.is-active { color: var(--white); }
.nav__links a:hover::after, .nav__links a.is-active::after { transform: scaleX(1); transform-origin: left; }

.logo { display: flex; align-items: center; gap: 14px; }
.logo__mark {
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--serif); font-size: 19px; font-weight: 600; color: var(--navy);
  background: var(--grad-gold); box-shadow: 0 0 0 4px rgba(217,181,108,.15);
}
.logo__text { display: flex; flex-direction: column; line-height: 1.1; }
.logo__text strong { font-family: var(--serif); font-size: 22px; font-weight: 600; color: var(--white); letter-spacing: .01em; }
.logo__text small { font-size: 9.5px; letter-spacing: .38em; text-transform: uppercase; color: var(--gold); margin-top: 3px; }

.burger { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); position: relative; z-index: 110; }
.burger span { position: absolute; left: 13px; right: 13px; height: 1.5px; background: var(--white); transition: transform .5s var(--ease), top .5s var(--ease); }
.burger span:first-child { top: 18px; }
.burger span:last-child { top: 26px; }
.menu-open .burger span:first-child { top: 22px; transform: rotate(45deg); }
.menu-open .burger span:last-child { top: 22px; transform: rotate(-45deg); }

.menu { position: fixed; inset: 0; z-index: 99; display: flex; flex-direction: column; justify-content: center; padding: 100px 32px 40px; pointer-events: none; visibility: hidden; transition: visibility 0s 1s; }
.menu__bg { position: absolute; inset: 0; background: var(--ink); clip-path: circle(0% at calc(100% - 47px) 47px); transition: clip-path 1s var(--ease-2); }
.menu__links { position: relative; display: flex; flex-direction: column; gap: 6px; }
.menu__links a { font-family: var(--serif); font-size: clamp(38px, 10vw, 58px); color: var(--white); line-height: 1.2; opacity: 0; transform: translateY(40px); transition: opacity .6s, transform .8s var(--ease), color .3s; display: flex; align-items: baseline; gap: 18px; }
.menu__links a i { font-family: var(--sans); font-style: normal; font-size: 12px; color: var(--gold); letter-spacing: .2em; }
.menu__links a:hover { color: var(--gold); }
.menu__foot { position: relative; margin-top: 50px; font-size: 12px; letter-spacing: .12em; color: rgba(255,255,255,.4); opacity: 0; transition: opacity .6s .6s; }
.menu-open .menu { pointer-events: all; visibility: visible; transition: visibility 0s; }
.menu-open .menu__bg { clip-path: circle(150% at calc(100% - 47px) 47px); }
.menu-open .menu__links a { opacity: 1; transform: none; }
.menu-open .menu__foot { opacity: 1; }
.menu-open .menu__links a:nth-child(1) { transition-delay: .25s; }
.menu-open .menu__links a:nth-child(2) { transition-delay: .3s; }
.menu-open .menu__links a:nth-child(3) { transition-delay: .35s; }
.menu-open .menu__links a:nth-child(4) { transition-delay: .4s; }
.menu-open .menu__links a:nth-child(5) { transition-delay: .45s; }
.menu-open .menu__links a:nth-child(6) { transition-delay: .5s; }
.menu-open .menu__links a:nth-child(7) { transition-delay: .55s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100vh; min-height: 100svh;
  background: radial-gradient(120% 90% at 80% 10%, #16284a 0%, var(--navy) 45%, var(--ink) 100%);
  color: #c3cadb; overflow: hidden;
  display: flex; align-items: center;
  padding: 140px 0 110px;
}
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.hero__bg canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .55; animation: drift 16s ease-in-out infinite alternate; }
.hero__glow--1 { width: 520px; height: 520px; background: #2a4a86; top: -120px; right: 8%; }
.hero__glow--2 { width: 420px; height: 420px; background: rgba(217,181,108,.35); bottom: -160px; left: -100px; animation-delay: -6s; }
@keyframes drift { to { transform: translate(60px, 40px) scale(1.15); } }

.hero__grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 60px; align-items: center; }
.hero__title {
  font-family: var(--serif); font-weight: 500; color: var(--white);
  font-size: clamp(52px, 7.6vw, 112px); line-height: .98; letter-spacing: -.02em; margin-bottom: 30px;
}
.hero__title .split { display: block; overflow: hidden; padding-bottom: .06em; }
.hero__title .split > span { display: inline-block; transform: translateY(110%) rotate(4deg); transform-origin: 0 100%; transition: transform 1.4s var(--ease); }
.hero__text { font-size: 18px; max-width: 520px; margin-bottom: 42px; }
.hero__text strong { color: var(--white); font-weight: 600; }
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 60px; }
.hero__stats { display: flex; gap: 48px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.1); max-width: 520px; }
.hero__stats strong { display: block; font-family: var(--serif); font-size: 42px; font-weight: 500; color: var(--gold); line-height: 1; }
.hero__stats small { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.5); }

.hero__eyebrow, .hero__text, .hero__actions, .hero__stats { opacity: 0; transform: translateY(30px); transition: opacity 1.2s var(--ease), transform 1.2s var(--ease); }

.hero__visual { position: relative; height: min(78vh, 720px); }
.hero__frame {
  position: absolute; inset: 0 0 0 12%;
  border-radius: 400px 400px 28px 28px; overflow: hidden;
  box-shadow: 0 60px 120px -40px rgba(0,0,0,.8), 0 0 0 1px rgba(217,181,108,.25);
  clip-path: inset(100% 0 0 0 round 400px 400px 28px 28px);
  transition: clip-path 1.8s var(--ease-2);
}
.hero__frame::after { content: ""; position: absolute; inset: 14px; border-radius: 390px 390px 18px 18px; border: 1px solid rgba(241,219,166,.45); pointer-events: none; }
.hero__img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 72%; transform: scale(1.3); transition: transform 2.6s var(--ease); }
.hero__shine { position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.25) 50%, transparent 70%); transform: translateX(-120%); }
.hero__thumb {
  position: absolute; left: 0; bottom: 8%; width: 44%; aspect-ratio: 1;
  border-radius: 50%; overflow: hidden; border: 6px solid var(--navy);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,.7), 0 0 0 1px rgba(217,181,108,.5);
  opacity: 0; scale: .6; transition: opacity 1s var(--ease), scale 1.4s var(--ease);
}
.hero__thumb img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 50%; }

.glass-badge {
  position: absolute; display: flex; align-items: center; gap: 14px;
  padding: 14px 20px 14px 14px; border-radius: 18px;
  background: rgba(10,19,36,.62); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.16); color: var(--white);
  box-shadow: 0 20px 50px -20px rgba(0,0,0,.6);
  opacity: 0; transition: opacity 1s var(--ease);
}
.glass-badge strong { display: block; font-size: 14px; font-weight: 600; line-height: 1.3; }
.glass-badge small { font-size: 12px; color: rgba(255,255,255,.6); }
.glass-badge__icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--grad-gold); color: var(--navy); font-size: 18px; }
.glass-badge--a { top: 12%; left: -2%; }
.glass-badge--b { bottom: 20%; right: -6%; }
.float { animation: float 6s ease-in-out infinite; }
.float--delay { animation-delay: -3s; }
@keyframes float { 50% { translate: 0 -14px; } }

.hero__badge-rotate { position: absolute; top: -4%; right: -4%; width: 150px; height: 150px; animation: spin 22s linear infinite; opacity: 0; transition: opacity 1s; }
.hero__badge-rotate text { font-size: 13px; letter-spacing: 3px; fill: var(--gold); text-transform: uppercase; font-family: var(--sans); font-weight: 600; }
@keyframes spin { to { rotate: 360deg; } }

.scroll-hint { position: absolute; bottom: 30px; left: 50%; translate: -50% 0; display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(255,255,255,.5); font-size: 10px; letter-spacing: .35em; text-transform: uppercase; }
.scroll-hint em { font-style: normal; }
.scroll-hint span { width: 1px; height: 54px; background: rgba(255,255,255,.15); position: relative; overflow: hidden; }
.scroll-hint span::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 40%; background: var(--gold); animation: scrollLine 2.2s var(--ease-2) infinite; }
@keyframes scrollLine { from { transform: translateY(-100%); } to { transform: translateY(260%); } }

/* Hero entrance state */
.is-ready .hero__title .split > span { transform: none; }
.is-ready .hero__title .split:nth-child(2) > span { transition-delay: .12s; }
.is-ready .hero__title .split:nth-child(3) > span { transition-delay: .24s; }
.is-ready .hero__eyebrow { opacity: 1; transform: none; }
.is-ready .hero__text { opacity: 1; transform: none; transition-delay: .45s; }
.is-ready .hero__actions { opacity: 1; transform: none; transition-delay: .6s; }
.is-ready .hero__stats { opacity: 1; transform: none; transition-delay: .75s; }
.is-ready .hero__frame { clip-path: inset(0 0 0 0 round 400px 400px 28px 28px); transition-delay: .1s; }
.is-ready .hero__img { transform: scale(1.04); transition-delay: .1s; }
.is-ready .hero__shine { animation: shine 2.2s 1.6s var(--ease-2) forwards; }
.is-ready .hero__thumb { opacity: 1; scale: 1; transition-delay: .9s; }
.is-ready .glass-badge { opacity: 1; transition-delay: 1.2s; }
.is-ready .glass-badge--b { transition-delay: 1.4s; }
.is-ready .hero__badge-rotate { opacity: 1; transition-delay: 1.5s; }
@keyframes shine { to { transform: translateX(120%); } }

/* ---------- Marquee ---------- */
.marquee { background: var(--grad-gold); color: var(--navy); overflow: hidden; padding: 22px 0; transform: rotate(-1.2deg); margin: -14px -10px 0; position: relative; z-index: 2; box-shadow: 0 20px 50px -20px rgba(168,132,66,.6); }
.marquee__track { display: flex; align-items: center; gap: 40px; width: max-content; animation: marquee 32s linear infinite; }
.marquee span { font-family: var(--serif); font-size: clamp(26px, 3vw, 40px); font-style: italic; font-weight: 500; white-space: nowrap; }
.marquee i { font-style: normal; font-size: 20px; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Reveal ---------- */
.reveal { transition: opacity 1.2s var(--ease), transform 1.2s var(--ease), clip-path 1.4s var(--ease-2); transition-delay: var(--d, 0s); }
.reveal[data-reveal="up"] { opacity: 0; transform: translateY(50px); }
.reveal[data-reveal="left"] { opacity: 0; transform: translateX(-40px); }
.reveal[data-reveal="zoom"] { opacity: 0; transform: scale(.7); }
.reveal[data-reveal="clip"] { clip-path: inset(0 0 100% 0); }
.reveal[data-reveal="clip"] img { transform: scale(1.35); transition: transform 1.8s var(--ease); transition-delay: var(--d, 0s); }
.reveal.is-in { opacity: 1; transform: none; clip-path: inset(0 0 0 0); }
.reveal.is-in[data-reveal="clip"] img { transform: scale(1); }

/* ---------- About ---------- */
.about { background: var(--cream); overflow: hidden; }
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 7vw, 110px); align-items: center; }
.about__media { position: relative; padding: 0 0 90px 0; }
.about__main { border-radius: 300px 300px var(--radius) var(--radius); overflow: hidden; aspect-ratio: 4/5; box-shadow: var(--shadow); width: 82%; }
.about__main img { width: 100%; height: 115%; object-fit: cover; }
.about__polaroids { position: absolute; right: 0; bottom: 0; display: flex; gap: 0; }
.polaroid { background: var(--white); padding: 10px 10px 0; box-shadow: 0 25px 50px -20px rgba(6,12,24,.4); width: 170px; transition: transform .6s var(--ease); }
.polaroid img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.polaroid figcaption { font-family: var(--script); font-size: 24px; text-align: center; color: var(--navy); padding: 4px 0 6px; line-height: 1.4; }
.polaroid--1.is-in { transform: rotate(-7deg) translate(20px, 10px); }
.polaroid--2.is-in { transform: rotate(6deg) translateY(-30px); }
.polaroid:hover { transform: rotate(0) scale(1.08) !important; z-index: 2; }
.about__years {
  position: absolute; top: 40px; right: 6%; width: 150px; height: 150px; border-radius: 50%;
  background: var(--navy); color: var(--white); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  box-shadow: 0 0 0 10px var(--cream), var(--shadow);
}
.about__years strong { font-size: 36px; color: var(--gold); line-height: 1; animation: beat 1.6s ease-in-out infinite; }
.about__years span { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; line-height: 1.5; margin-top: 6px; }
@keyframes beat { 0%, 100% { transform: scale(1); } 15% { transform: scale(1.2); } 30% { transform: scale(1); } 45% { transform: scale(1.15); } }
.about__content > p { margin-bottom: 20px; font-size: 17px; color: var(--muted); }
.about__list { list-style: none; margin: 34px 0 40px; display: grid; gap: 14px; }
.about__list li { display: flex; align-items: center; gap: 16px; font-weight: 500; color: var(--navy); }
.about__list span { flex: none; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--navy); color: var(--gold); font-size: 13px; }
.signature { border-top: 1px solid rgba(10,19,36,.12); padding-top: 26px; }
.signature__name { display: block; font-family: var(--script); font-size: 58px; line-height: 1; color: var(--navy); }
.signature small { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-3); }

/* ---------- Features ---------- */
.features { overflow: hidden; }
.features::before { content: ""; position: absolute; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(111,148,196,.18), transparent 70%); top: -200px; left: 50%; translate: -50% 0; }
.features__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.feature {
  position: relative; padding: 44px 32px 40px; border-radius: var(--radius); overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.015));
  border: 1px solid rgba(255,255,255,.08);
  transition: transform .7s var(--ease), border-color .5s, background .5s, opacity 1.2s var(--ease);
}
.feature::before { content: ""; position: absolute; inset: 0; background: radial-gradient(400px circle at var(--mx, 50%) var(--my, 0%), rgba(217,181,108,.16), transparent 45%); opacity: 0; transition: opacity .5s; }
.feature:hover { transform: translateY(-10px); border-color: rgba(217,181,108,.4); }
.feature:hover::before { opacity: 1; }
.feature__icon { width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center; background: rgba(217,181,108,.12); margin-bottom: 28px; transition: transform .7s var(--ease), background .5s; }
.feature__icon svg { width: 32px; height: 32px; fill: none; stroke: var(--gold); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.feature:hover .feature__icon { transform: rotate(-8deg) scale(1.08); background: rgba(217,181,108,.22); }
.feature h3 { font-family: var(--serif); font-size: 28px; font-weight: 500; color: var(--white); margin-bottom: 12px; }
.feature p { font-size: 15px; color: #9aa3b8; position: relative; }
.feature__num { position: absolute; top: 20px; right: 26px; font-family: var(--serif); font-size: 56px; line-height: 1; color: rgba(255,255,255,.05); transition: color .5s; }
.feature:hover .feature__num { color: rgba(217,181,108,.2); }

/* ---------- Band ---------- */
.band { position: relative; height: clamp(440px, 70vh, 640px); overflow: hidden; display: flex; align-items: center; text-align: center; }
.band__img { position: absolute; inset: -40% 0; background-size: cover; background-position: center; will-change: transform; }
.band__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,19,36,.75), rgba(10,19,36,.45) 50%, rgba(10,19,36,.8)); }
.band__content { position: relative; }
.band__quote { font-family: var(--serif); font-size: clamp(34px, 5vw, 68px); line-height: 1.12; color: var(--white); font-weight: 500; }
.band__by { margin-top: 26px; font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); }

/* ---------- Puppies ---------- */
.puppies { background: linear-gradient(180deg, var(--cream), var(--cream-2)); }
.filters { display: flex; gap: 6px; padding: 6px; border-radius: 100px; background: var(--white); box-shadow: 0 10px 30px -15px rgba(6,12,24,.25); margin-bottom: 30px; }
.filter { padding: 11px 24px; border-radius: 100px; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); transition: background .4s, color .4s; }
.filter.is-active { background: var(--navy); color: var(--gold-2); }
.filter:not(.is-active):hover { color: var(--navy); }

.puppies__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.pup { background: var(--white); border-radius: 26px; padding: 12px; box-shadow: 0 30px 60px -35px rgba(6,12,24,.35); transition: opacity .6s var(--ease), transform 1.2s var(--ease), box-shadow .6s; }
.pup:hover { box-shadow: 0 45px 80px -35px rgba(6,12,24,.5); }
.pup.is-hidden { display: none; }
.pup__media { position: relative; aspect-ratio: 4/4.3; border-radius: 18px; overflow: hidden; transform-style: preserve-3d; transition: transform .5s var(--ease); will-change: transform; }
.pup__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.pup:hover .pup__media img { transform: scale(1.08); }
.pup__glare { position: absolute; inset: 0; background: radial-gradient(circle at var(--gx, 50%) var(--gy, 50%), rgba(255,255,255,.35), transparent 50%); opacity: 0; transition: opacity .4s; pointer-events: none; mix-blend-mode: soft-light; }
.pup:hover .pup__glare { opacity: 1; }
.pup__tag { position: absolute; top: 16px; left: 16px; padding: 7px 14px 7px 26px; border-radius: 100px; font-size: 10.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.pup__tag::before { content: ""; position: absolute; left: 12px; top: 50%; width: 7px; height: 7px; margin-top: -3.5px; border-radius: 50%; background: currentColor; }
.pup__tag--available { background: rgba(10,19,36,.72); color: #7fe0a8; }
.pup__tag--available::before { animation: pulse 1.8s infinite; }
.pup__tag--reserved { background: rgba(255,255,255,.85); color: #b0654a; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(127,224,168,.7); } 100% { box-shadow: 0 0 0 10px rgba(127,224,168,0); } }
.pup__gender { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--grad-gold); color: var(--navy); font-size: 18px; font-weight: 700; }
.pup__body { padding: 22px 14px 12px; }
.pup__row { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.pup__row h3 { font-family: var(--serif); font-size: 32px; font-weight: 600; color: var(--navy); line-height: 1.1; }
.pup__price { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-3); }
.pup__meta { font-size: 14px; color: var(--muted); margin: 6px 0 18px; }
.pup__link { display: flex; align-items: center; justify-content: space-between; padding: 15px 20px; border-radius: 14px; background: var(--cream); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--navy); transition: background .45s, color .45s; }
.pup__link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .45s var(--ease); }
.pup__link:hover { background: var(--navy); color: var(--gold-2); }
.pup__link:hover svg { transform: translateX(6px); }

/* ---------- Gallery ---------- */
.gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; gap: 18px; grid-auto-flow: dense; }
.g-item { position: relative; overflow: hidden; border-radius: 18px; display: block; }
.g-item--tall { grid-row: span 2; }
.g-item--wide { grid-column: span 2; }
.g-item img { width: 100%; height: 100%; object-fit: cover; }
.g-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(6,12,24,.7)); opacity: 0; transition: opacity .6s; }
.g-item:hover::after { opacity: 1; }
.reveal.is-in.g-item img { transition: transform 1.4s var(--ease); }
.g-item:hover img { transform: scale(1.1) !important; }

/* ---------- Process ---------- */
.process { background: var(--cream); }
.process__track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.process__line { position: absolute; top: 38px; left: 12.5%; right: 12.5%; height: 2px; background: rgba(10,19,36,.1); }
.process__line span { display: block; height: 100%; background: var(--grad-gold); transform-origin: 0 50%; transform: scaleX(0); transition: transform .2s linear; }
.step { position: relative; text-align: center; padding: 0 10px; }
.step__dot { width: 78px; height: 78px; margin: 0 auto 28px; border-radius: 50%; display: grid; place-items: center; background: var(--white); border: 1px solid rgba(217,181,108,.5); font-family: var(--serif); font-size: 32px; color: var(--navy); box-shadow: 0 0 0 8px var(--cream), 0 20px 40px -20px rgba(6,12,24,.4); position: relative; transition: background .5s, color .5s, transform .6s var(--ease); }
.step:hover .step__dot { background: var(--navy); color: var(--gold); transform: translateY(-6px) rotate(-6deg); }
.step h3 { font-family: var(--serif); font-size: 28px; font-weight: 600; color: var(--navy); margin-bottom: 10px; }
.step p { font-size: 15px; color: var(--muted); }

/* ---------- Reviews ---------- */
.reviews { overflow: hidden; }
.reviews__bgimg { position: absolute; inset: 0; background-size: cover; background-position: center 30%; opacity: .08; filter: grayscale(1); }
.slider { position: relative; max-width: 900px; margin: 0 auto; overflow: hidden; }
.slider__track { display: flex; transition: transform 1s var(--ease); }
.review { flex: 0 0 100%; text-align: center; padding: 0 20px; }
.review__stars { color: var(--gold); letter-spacing: 6px; font-size: 18px; margin-bottom: 26px; }
.review blockquote { font-family: var(--serif); font-size: clamp(24px, 3vw, 38px); line-height: 1.35; color: var(--white); font-style: italic; margin-bottom: 38px; }
.review figcaption { display: inline-flex; align-items: center; gap: 16px; text-align: left; }
.review__avatar { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: var(--grad-gold); color: var(--navy); font-family: var(--serif); font-size: 26px; font-weight: 600; }
.review strong { display: block; color: var(--white); font-weight: 600; }
.review small { color: #8d97ad; font-size: 13px; }
.slider__nav { display: flex; align-items: center; justify-content: center; gap: 26px; margin-top: 50px; }
.slider__btn { width: 56px; height: 56px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); display: grid; place-items: center; transition: background .4s, border-color .4s, color .4s; color: var(--white); }
.slider__btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.slider__btn:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.slider__dots { display: flex; gap: 10px; }
.slider__dots button { width: 10px; height: 10px; border-radius: 10px; background: rgba(255,255,255,.25); transition: width .5s var(--ease), background .4s; }
.slider__dots button.is-active { width: 34px; background: var(--gold); }

/* ---------- FAQ ---------- */
.faq { background: var(--cream); }
.faq__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 7vw, 100px); align-items: start; }
.faq__intro > p { color: var(--muted); font-size: 17px; }
.faq__img { margin-top: 40px; border-radius: 200px 200px var(--radius) var(--radius); overflow: hidden; aspect-ratio: 4/3.4; box-shadow: var(--shadow); }
.faq__img img { width: 100%; height: 100%; object-fit: cover; }
.accordion { display: grid; gap: 14px; }
.acc { background: var(--white); border-radius: 18px; box-shadow: 0 20px 40px -30px rgba(6,12,24,.3); transition: box-shadow .5s, opacity 1.2s var(--ease), transform 1.2s var(--ease); overflow: hidden; }
.acc__head { width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 26px 28px; font-family: var(--serif); font-size: 24px; font-weight: 600; color: var(--navy); line-height: 1.25; }
.acc__icon { flex: none; width: 38px; height: 38px; border-radius: 50%; background: var(--cream); position: relative; transition: background .4s, transform .6s var(--ease); }
.acc__icon::before, .acc__icon::after { content: ""; position: absolute; top: 50%; left: 50%; width: 14px; height: 1.6px; background: var(--navy); translate: -50% -50%; transition: transform .5s var(--ease), background .4s; }
.acc__icon::after { transform: rotate(90deg); }
.acc__body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .6s var(--ease); }
.acc__body > p { overflow: hidden; padding: 0 28px; color: var(--muted); font-size: 16px; }
.acc.is-open { box-shadow: 0 30px 60px -30px rgba(6,12,24,.4); }
.acc.is-open .acc__body { grid-template-rows: 1fr; }
.acc.is-open .acc__body > p { padding-bottom: 28px; }
.acc.is-open .acc__icon { background: var(--navy); transform: rotate(180deg); }
.acc.is-open .acc__icon::before { background: var(--gold); }
.acc.is-open .acc__icon::after { transform: rotate(0); background: var(--gold); }

/* ---------- Contact ---------- */
.contact { overflow: hidden; }
.contact__bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .1; }
.contact::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 30%, rgba(10,19,36,.85)); }
.contact__grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.contact__info > p { font-size: 17px; margin-bottom: 40px; }
.contact__list { list-style: none; display: grid; gap: 22px; }
.contact__list li { display: flex; align-items: center; gap: 18px; }
.contact__ico { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; background: rgba(217,181,108,.12); border: 1px solid rgba(217,181,108,.25); }
.contact__ico svg { width: 22px; height: 22px; fill: none; stroke: var(--gold); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact__list small { display: block; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #8d97ad; }
.contact__list strong { color: var(--white); font-weight: 600; font-size: 17px; }
.contact__list a:hover { color: var(--gold); }

.form { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 28px; padding: clamp(28px, 4vw, 50px); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 50px 100px -40px rgba(0,0,0,.7); }
.form h3 { font-family: var(--serif); font-size: 36px; font-weight: 500; color: var(--white); margin-bottom: 30px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { position: relative; display: block; margin-bottom: 22px; }
.field input, .field textarea, .field select {
  width: 100%; padding: 26px 0 10px; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.2);
  color: var(--white); font: inherit; font-size: 16px; outline: none; resize: vertical; transition: border-color .4s; border-radius: 0;
  -webkit-appearance: none; appearance: none;
}
.field select option { background: var(--navy); color: var(--white); }
.field--select::after { content: ""; position: absolute; right: 4px; bottom: 18px; width: 8px; height: 8px; border-right: 1.5px solid var(--gold); border-bottom: 1.5px solid var(--gold); transform: rotate(45deg); pointer-events: none; }
.field > span { position: absolute; left: 0; top: 24px; font-size: 15px; color: #8d97ad; pointer-events: none; transform-origin: 0 0; transition: transform .45s var(--ease), color .4s; }
.field::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--grad-gold); transform: scaleX(0); transform-origin: left; transition: transform .6s var(--ease); z-index: 1; }
.field:has(textarea)::before { bottom: 7px; }
.field:focus-within::before { transform: scaleX(1); }
.field input:focus + span, .field input:not(:placeholder-shown) + span,
.field textarea:focus + span, .field textarea:not(:placeholder-shown) + span,
.field--select > span { transform: translateY(-22px) scale(.78); color: var(--gold); letter-spacing: .08em; }
.field.is-invalid input, .field.is-invalid textarea { border-bottom-color: #e27b6a; }
.form .btn { margin-top: 10px; }
.form__note { margin-top: 16px; font-size: 14px; min-height: 22px; color: var(--gold-2); text-align: center; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: #7f889c; padding: 90px 0 40px; overflow: hidden; }
.footer__big { font-family: var(--serif); font-size: clamp(64px, 14vw, 220px); line-height: .9; text-align: center; white-space: nowrap; background: linear-gradient(180deg, rgba(217,181,108,.35), rgba(217,181,108,0)); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 60px; letter-spacing: -.02em; }
.footer__grid { display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.08); }
.footer__links { display: flex; gap: 28px; flex-wrap: wrap; font-size: 14px; }
.footer__links a { transition: color .3s; }
.footer__links a:hover { color: var(--gold); }
.footer__copy { font-size: 13px; width: 100%; text-align: center; margin-top: 10px; }

/* ---------- To top ---------- */
.to-top { position: fixed; right: 26px; bottom: 26px; z-index: 90; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: var(--grad-gold); color: var(--navy); box-shadow: 0 15px 35px -10px rgba(168,132,66,.7); opacity: 0; transform: translateY(20px) scale(.8); pointer-events: none; transition: opacity .5s, transform .6s var(--ease); }
.to-top svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.to-top.is-visible { opacity: 1; transform: none; pointer-events: all; }
.to-top:hover { transform: translateY(-4px); }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; background: rgba(6,12,24,.94); backdrop-filter: blur(10px); opacity: 0; pointer-events: none; transition: opacity .5s; }
.lightbox.is-open { opacity: 1; pointer-events: all; }
.lightbox img { max-width: 88vw; max-height: 84vh; border-radius: 16px; box-shadow: 0 40px 100px rgba(0,0,0,.6); transform: scale(.92); transition: transform .7s var(--ease), opacity .3s; }
.lightbox.is-open img { transform: none; }
.lightbox__close { position: absolute; top: 24px; right: 30px; font-size: 44px; color: var(--white); line-height: 1; transition: transform .5s var(--ease), color .3s; }
.lightbox__close:hover { transform: rotate(90deg); color: var(--gold); }
.lightbox__nav { position: absolute; top: 50%; translate: 0 -50%; width: 60px; height: 60px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); color: var(--white); font-size: 36px; line-height: 1; transition: background .3s, color .3s; }
.lightbox__nav:hover { background: var(--gold); color: var(--navy); }
.lightbox__nav--prev { left: 24px; }
.lightbox__nav--next { right: 24px; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .nav__links { gap: 24px; }
  .features__grid { grid-template-columns: repeat(2, 1fr); }
  .glass-badge--b { right: 0; }
}
@media (max-width: 980px) {
  .nav__links, .nav__cta { display: none; }
  .burger { display: block; }
  .hero { padding-top: 120px; }
  .hero__grid { grid-template-columns: 1fr; gap: 50px; }
  .hero__visual { height: 560px; max-width: 520px; width: 100%; margin: 0 auto; }
  .about__grid, .faq__grid, .contact__grid { grid-template-columns: 1fr; }
  .about__media { max-width: 560px; }
  .puppies__grid { grid-template-columns: repeat(2, 1fr); }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
  .process__track { grid-template-columns: repeat(2, 1fr); row-gap: 60px; }
  .process__line { display: none; }
  .section-head--split { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .container { width: calc(100% - 36px); }
  .hero__title { font-size: clamp(46px, 13vw, 64px); }
  .hero__text { font-size: 16px; }
  .hero__stats { gap: 26px; }
  .hero__stats strong { font-size: 32px; }
  .hero__visual { height: 460px; }
  .hero__badge-rotate { width: 110px; height: 110px; }
  .glass-badge { padding: 10px 14px 10px 10px; }
  .glass-badge__icon { width: 34px; height: 34px; font-size: 15px; }
  .glass-badge small { display: none; }
  .glass-badge--a { left: 0; top: 6%; }
  .scroll-hint { display: none; }
  .features__grid, .puppies__grid, .process__track { grid-template-columns: 1fr; }
  .gallery__grid { grid-auto-rows: 160px; gap: 12px; }
  .g-item--wide { grid-column: span 2; }
  .polaroid { width: 128px; }
  .polaroid figcaption { font-size: 19px; }
  .about__years { width: 116px; height: 116px; right: 0; }
  .about__years span { font-size: 9px; }
  .form__row { grid-template-columns: 1fr; gap: 0; }
  .acc__head { font-size: 20px; padding: 22px; }
  .acc__body > p { padding: 0 22px; }
  .lightbox__nav { width: 46px; height: 46px; font-size: 28px; }
  .lightbox__nav--prev { left: 10px; }
  .lightbox__nav--next { right: 10px; }
  .logo__text strong { font-size: 19px; }
  .filters { width: 100%; }
  .filter { flex: 1; padding: 11px 10px; }
}

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

/* keep reveal stagger on elements that override `transition` */
.pup.reveal, .feature.reveal, .acc.reveal { transition-delay: var(--d, 0s); }
