:root {
  --cream: #f4eadb;
  --paper: #fbf6ee;
  --ink: #24242b;
  --muted: #6d675f;
  --peach: #eda674;
  --blue: #bcd4dc;
  --white: #fffaf3;
  --line: rgba(36, 36, 43, 0.22);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 4px;
  background: var(--peach);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

img { display: block; width: 100%; }
a { color: inherit; }
button { font: inherit; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  padding: 24px 4vw;
  border-bottom: 1px solid var(--line);
}

.logo {
  width: max-content;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.06em;
  text-decoration: none;
}

.logo span {
  margin-left: 3px;
  color: var(--peach);
  font-size: 10px;
  vertical-align: top;
}

.nav { display: flex; gap: 34px; }

.nav a {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.nav a:hover::after,
.nav a:focus-visible::after { transform: scaleX(1); }

.status {
  justify-self: end;
  padding: 9px 13px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.status i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #62a66c;
  box-shadow: 0 0 0 3px rgba(98, 166, 108, 0.15);
  animation: onlinePulse 1.7s ease-out infinite;
}

@keyframes onlinePulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(98, 166, 108, 0.15); }
  50% { box-shadow: 0 0 0 7px rgba(98, 166, 108, 0); }
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 47% 53%;
  min-height: 790px;
  padding: 142px 4vw 70px;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 19%;
  z-index: -1;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(36, 36, 43, 0.12);
  border-radius: 50%;
}

.hero-copy {
  z-index: 2;
  align-self: center;
  padding-bottom: 20px;
}

.js .hero-copy > * {
  opacity: 0;
  animation: introUp 700ms cubic-bezier(.2,.8,.2,1) forwards;
}

.js .hero-copy > *:nth-child(1) { animation-delay: 100ms; }
.js .hero-copy > *:nth-child(2) { animation-delay: 210ms; }
.js .hero-copy > *:nth-child(3) { animation-delay: 340ms; }
.js .hero-copy > *:nth-child(4) { animation-delay: 470ms; }

@keyframes introUp {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: translateY(0); }
}

.eyebrow,
.section-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow span,
.section-kicker span {
  display: inline-grid;
  place-items: center;
  width: 29px;
  height: 29px;
  margin-right: 10px;
  border: 1px solid currentColor;
  border-radius: 50%;
  letter-spacing: 0;
}

.hero h1 {
  margin: 34px 0 28px;
  font-size: clamp(94px, 10.7vw, 174px);
  font-weight: 900;
  line-height: 0.68;
  letter-spacing: -0.095em;
  text-transform: uppercase;
}

.hero h1 em {
  position: relative;
  left: 0.05em;
  color: var(--peach);
  font-family: var(--serif);
  font-size: 0.78em;
  font-weight: 400;
  letter-spacing: -0.07em;
  text-transform: none;
}

.hero-lead {
  max-width: 490px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.35;
}

.hero-lead strong { font-style: italic; }

.hero-actions {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 200px;
  padding: 17px 19px;
  border: 1px solid var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  box-shadow: 5px 5px 0 var(--peach);
  transform: translate(-2px, -2px);
}

.button-dark { color: var(--white); background: var(--ink); }
.button span { font-size: 17px; }

.sound-button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  background: transparent;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.sound-icon {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 13px;
}

.sound-icon i { width: 2px; height: 5px; background: currentColor; }
.sound-icon i:nth-child(2) { height: 12px; }
.sound-icon i:nth-child(3) { height: 8px; }
.sound-icon i:nth-child(4) { height: 3px; }

.sound-button.is-playing .sound-icon i { animation: sound 550ms ease-in-out infinite alternate; }
.sound-button.is-playing .sound-icon i:nth-child(2) { animation-delay: -300ms; }
.sound-button.is-playing .sound-icon i:nth-child(3) { animation-delay: -180ms; }

@keyframes sound { to { height: 13px; } }

.hero-visual {
  position: relative;
  align-self: center;
  width: min(610px, 100%);
  margin-left: auto;
  padding: 18px 18px 56px;
  background: var(--blue);
  transform: rotate(1.6deg);
}

.hero-photo-wrap { height: 568px; overflow: hidden; }
.hero-photo-wrap img { height: 100%; object-fit: cover; object-position: center 42%; }

.hero-photo-wrap img {
  scale: 1.035;
  animation: portraitBreathe 7s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes portraitBreathe {
  from { transform: translate3d(0, -7px, 0) scale(1); }
  to { transform: translate3d(0, 7px, 0) scale(1.025); }
}

.quality-stamp {
  position: absolute;
  top: -49px;
  right: -28px;
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--peach);
  text-align: center;
  animation: stampFloat 4.2s ease-in-out infinite;
}

@keyframes stampFloat {
  0%, 100% { transform: translateY(0) rotate(9deg); }
  50% { transform: translateY(-9px) rotate(14deg); }
}

.quality-stamp::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px dashed var(--ink);
  border-radius: inherit;
}

.quality-stamp span {
  align-self: end;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.quality-stamp small {
  align-self: start;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.rating-card {
  position: absolute;
  right: -20px;
  bottom: 17px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 13px 17px;
  color: var(--white);
  background: var(--ink);
  transform: rotate(-3deg);
  animation: ratingFloat 3.6s ease-in-out infinite alternate;
}

@keyframes ratingFloat {
  to { transform: translateY(-7px) rotate(-1deg); }
}

.rating-card span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rating-card strong { color: var(--peach); font-family: var(--serif); font-size: 29px; font-style: italic; }

.hero-note {
  position: absolute;
  right: 1.3vw;
  bottom: 76px;
  margin: 0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.5;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.marquee {
  overflow: hidden;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--peach);
}

.marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 13px 0;
  animation: marquee 28s linear infinite;
}

.marquee span {
  padding: 0 27px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.marquee b { font-size: 15px; }

@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 120px 6vw; }

.about { background: var(--paper); }

.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10vw;
  margin-top: 69px;
}

.about-title h2,
.pet-panel h2,
.gallery-head h2,
.finale h2 {
  margin: 0;
  font-size: clamp(55px, 6.5vw, 104px);
  font-weight: 900;
  line-height: 0.93;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.about-title h2 em,
.pet-panel h2 em,
.gallery-head h2 em,
.finale h2 em {
  color: var(--peach);
  font-family: var(--serif);
  font-weight: 400;
  text-transform: none;
}

.about-title > p {
  max-width: 410px;
  margin: 44px 0 0 22%;
  padding-left: 19px;
  border-left: 1px solid var(--ink);
  color: var(--muted);
  font-family: var(--serif);
  font-size: 17px;
  font-style: italic;
  line-height: 1.45;
}

.facts { margin: 0; border-top: 1px solid var(--ink); }

.facts div {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.facts dt {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.facts dd {
  margin: 0;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.3;
}

.facts dd span { color: var(--muted); font-style: italic; }

.talents { color: var(--white); background: var(--ink); }

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 65px;
}

.section-head > p {
  margin: 0;
  color: #aaa5a0;
  font-family: var(--serif);
  font-size: 16px;
  font-style: italic;
  text-align: right;
}

.talent-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.talent-card {
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 385px;
  color: var(--ink);
  background: var(--blue);
}

.talent-card-large { grid-column: span 2; grid-template-columns: 55% 45%; min-height: 520px; background: var(--cream); }
.talent-card-peach { background: var(--peach); }

.talent-image { position: relative; min-height: 100%; overflow: hidden; }
.talent-image img { height: 100%; object-fit: cover; }
.talent-image img { transition: transform 800ms cubic-bezier(.2,.7,.2,1), filter 400ms ease; }
.talent-card:hover .talent-image img { filter: saturate(1.08); transform: scale(1.045); }
.talent-card-large .talent-image img { object-position: center 35%; }

.image-label {
  position: absolute;
  bottom: 13px;
  left: 13px;
  padding: 8px 10px;
  color: var(--white);
  background: rgba(36, 36, 43, 0.87);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.talent-copy { display: flex; flex-direction: column; padding: 32px; }

.talent-copy > span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.talent-copy h3 {
  margin: auto 0 22px;
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 47px);
  font-weight: 400;
  line-height: 0.99;
  letter-spacing: -0.045em;
}

.talent-copy p {
  max-width: 430px;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(36, 36, 43, 0.28);
  font-size: 13px;
  line-height: 1.55;
}

.pet-zone { background: var(--paper); }

.pet-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  min-height: 490px;
  padding: 62px 7vw;
  border: 1px solid var(--ink);
  background-color: var(--cream);
  background-image: radial-gradient(circle at 85% 20%, rgba(237,166,116,.45) 0 1px, transparent 2px), radial-gradient(circle at 75% 70%, rgba(36,36,43,.15) 0 1px, transparent 2px);
  background-size: 27px 27px, 34px 34px;
}

.pet-panel .section-kicker { margin-bottom: 48px; }
.pet-panel h2 { font-size: clamp(58px, 7vw, 110px); }

.pet-hint {
  max-width: 370px;
  margin: 34px 0 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 16px;
  font-style: italic;
}

.pet-control { justify-self: center; text-align: center; }
.pet-control { position: relative; }

.pet-spark {
  position: absolute;
  top: 44%;
  left: 50%;
  z-index: 3;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ink);
  pointer-events: none;
  animation: petSpark 720ms ease-out forwards;
}

.pet-spark:nth-of-type(even) { border-radius: 0; background: var(--peach); transform: rotate(45deg); }

@keyframes petSpark {
  from { opacity: 1; translate: -50% -50%; scale: 1; }
  to { opacity: 0; translate: var(--spark-x) var(--spark-y); scale: .25; }
}

.pet-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 245px;
  height: 245px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  background: var(--peach);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pet-button::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px dashed var(--ink);
  border-radius: inherit;
}

.pet-button:hover { box-shadow: 9px 9px 0 var(--ink); transform: translate(-4px, -4px) rotate(-2deg); }
.pet-button:active { box-shadow: 2px 2px 0 var(--ink); transform: translate(0) scale(.96); }

.paw { position: relative; display: block; width: 66px; height: 60px; margin-bottom: -26px; }
.paw i, .paw b { position: absolute; display: block; background: var(--ink); transform: rotate(-8deg); }
.paw i { width: 15px; height: 21px; border-radius: 60% 60% 50% 50%; }
.paw i:nth-child(1) { top: 10px; left: 0; transform: rotate(-28deg); }
.paw i:nth-child(2) { top: 0; left: 17px; }
.paw i:nth-child(3) { top: 2px; right: 17px; transform: rotate(8deg); }
.paw i:nth-child(4) { top: 14px; right: 0; transform: rotate(28deg); }
.paw b { right: 13px; bottom: 0; width: 42px; height: 34px; border-radius: 52% 52% 45% 45%; }

.pet-control p { margin: 23px 0 0; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.pet-control p strong { margin-right: 5px; font-family: var(--serif); font-size: 24px; font-style: italic; }

.gallery { background: var(--cream); }

.gallery-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 70px;
}

.gallery-head .section-kicker { margin-bottom: 36px; }
.gallery-head > p { margin: 0; font-family: var(--serif); font-size: 16px; font-style: italic; line-height: 1.5; text-align: right; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 520px 260px 420px;
  gap: 22px;
}

.gallery-item {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: var(--white);
  background: var(--ink);
  cursor: zoom-in;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 60%, rgba(18,18,22,.66));
  pointer-events: none;
}

.gallery-item img {
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.2,.7,.2,1), filter 300ms ease;
}

.gallery-item:hover img { filter: saturate(1.08); transform: scale(1.035); }

.gallery-item > span {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
  text-align: left;
  text-transform: uppercase;
}

.gallery-item > span b { font-size: 16px; }
.gallery-a { grid-column: 1 / 6; grid-row: 1; }
.gallery-b { grid-column: 6 / 13; grid-row: 1; }
.gallery-c { grid-column: 1 / 8; grid-row: 2 / 4; }
.gallery-d { grid-column: 8 / 13; grid-row: 2; }
.gallery-e { grid-column: 8 / 13; grid-row: 3; }
.gallery-c img { object-position: center; }
.gallery-d img { object-position: center 48%; }

.gallery-footnote { margin: 20px 0 0; font-family: var(--serif); font-style: italic; text-align: right; }

.finale {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 690px;
  color: var(--white);
  background: var(--ink);
}

.finale-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7vw;
}

.finale-copy > p {
  margin: 0 0 45px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.finale h2 { font-size: clamp(72px, 8.5vw, 142px); }
.finale-copy > span { margin: 45px 0 0 auto; color: #aaa5a0; font-family: var(--serif); font-size: 16px; font-style: italic; }
.finale-photo { min-height: 690px; overflow: hidden; }
.finale-photo img { height: 100%; object-fit: cover; object-position: center 25%; }

.footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 20px;
  padding: 37px 4vw;
  border-top: 1px solid rgba(255,255,255,.15);
  color: var(--white);
  background: var(--ink);
}

.footer p { margin: 0; color: #aaa5a0; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-note { justify-self: end; }

.lightbox {
  width: min(94vw, 1100px);
  height: min(92vh, 900px);
  padding: 25px;
  overflow: visible;
  border: 0;
  color: var(--white);
  background: transparent;
}

.lightbox::backdrop { background: rgba(18,18,22,.92); backdrop-filter: blur(7px); }
.lightbox-frame { width: 100%; height: calc(100% - 48px); }
.lightbox img { height: 100%; object-fit: contain; }
.lightbox p { margin: 15px 0 0; font-family: var(--serif); font-style: italic; text-align: center; }

.lightbox-close {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.purr-toast {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 30;
  padding: 16px 20px;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: var(--peach);
  font-family: var(--serif);
  font-size: 19px;
  font-style: italic;
  opacity: 0;
  transform: translateY(20px) rotate(2deg);
  transition: opacity 200ms ease, transform 200ms ease;
  pointer-events: none;
}

.purr-toast.show { opacity: 1; transform: translateY(0) rotate(2deg); }

.js .reveal { opacity: 0; transform: translateY(38px); transition: opacity 750ms ease var(--reveal-delay, 0ms), transform 750ms cubic-bezier(.2,.8,.2,1) var(--reveal-delay, 0ms); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

.talent-card:nth-child(2) { --reveal-delay: 90ms; }
.talent-card:nth-child(3) { --reveal-delay: 180ms; }
.gallery-item:nth-child(2) { --reveal-delay: 70ms; }
.gallery-item:nth-child(3) { --reveal-delay: 140ms; }
.gallery-item:nth-child(4) { --reveal-delay: 210ms; }
.gallery-item:nth-child(5) { --reveal-delay: 280ms; }

:focus-visible { outline: 3px solid var(--peach); outline-offset: 4px; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 45% 55%; min-height: 730px; }
  .hero h1 { font-size: clamp(84px, 10.5vw, 115px); }
  .hero-photo-wrap { height: 500px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .about-grid { gap: 6vw; }
  .talent-card { min-height: 340px; }
  .talent-copy { padding: 24px; }
  .gallery-grid { grid-template-rows: 410px 220px 340px; }
  .pet-panel { padding: 55px 5vw; }
}

@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; padding: 19px 20px; }
  .nav { display: none; }
  .status {
    width: 10px;
    height: 10px;
    padding: 0;
    overflow: hidden;
    border: 0;
    font-size: 0;
  }
  .status i { width: 10px; height: 10px; margin: 0; }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 116px 20px 70px;
  }

  .hero::before { top: 11%; left: -50%; width: 350px; height: 350px; }
  .hero h1 { margin: 31px 0 27px; font-size: clamp(82px, 27vw, 130px); }
  .eyebrow { max-width: 300px; line-height: 1.55; }
  .hero-lead { font-size: 19px; }
  .hero-actions { margin-top: 30px; }
  .hero-visual { width: calc(100% - 17px); margin-top: 80px; padding: 12px 12px 43px; }
  .hero-photo-wrap { height: 485px; }
  .quality-stamp { top: -52px; right: -17px; width: 100px; height: 100px; }
  .rating-card { right: -11px; bottom: 10px; }
  .hero-note { display: none; }

  .section { padding: 82px 20px; }
  .about-grid { grid-template-columns: 1fr; gap: 62px; margin-top: 50px; }
  .about-title h2, .pet-panel h2, .gallery-head h2 { font-size: clamp(52px, 15vw, 76px); }
  .about-title > p { margin-left: 10%; }
  .facts div { grid-template-columns: .75fr 1.25fr; }

  .section-head { align-items: flex-start; flex-direction: column; gap: 34px; }
  .section-head > p { text-align: left; }
  .talent-grid { grid-template-columns: 1fr; }
  .talent-card, .talent-card-large { grid-column: auto; grid-template-columns: 1fr; min-height: 0; }
  .talent-image { height: 410px; min-height: 0; }
  .talent-card:not(.talent-card-large) .talent-image { height: 330px; }
  .talent-copy { min-height: 300px; }

  .pet-panel { grid-template-columns: 1fr; gap: 65px; min-height: 0; padding: 44px 24px 56px; }
  .pet-panel .section-kicker { margin-bottom: 38px; }
  .pet-control { justify-self: center; }
  .pet-button { width: 210px; height: 210px; }

  .gallery-head { align-items: flex-start; flex-direction: column; gap: 36px; }
  .gallery-head > p { text-align: left; }
  .gallery-grid { display: flex; flex-direction: column; gap: 15px; }
  .gallery-item { height: 440px; }
  .gallery-b, .gallery-d { height: 310px; }
  .gallery-c { height: 350px; }

  .finale { grid-template-columns: 1fr; }
  .finale-copy { min-height: 500px; padding: 80px 20px; }
  .finale h2 { font-size: clamp(72px, 23vw, 110px); }
  .finale-photo { min-height: 560px; }
  .footer { grid-template-columns: 1fr; align-items: start; gap: 24px; padding: 45px 20px; }
  .footer-note { justify-self: start; }
  .lightbox { padding: 12px; }
  .lightbox-close { top: 0; right: 0; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 79px; }
  .hero-photo-wrap { height: 420px; }
  .quality-stamp { right: -10px; }
  .gallery-item { height: 370px; }
  .gallery-b, .gallery-d { height: 270px; }
}

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