@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600&family=Newsreader:opsz,wght@6..72,300;6..72,400;6..72,500&display=swap");

:root {
  --ink: #122c31;
  --paper: #f4eee5;
  --white: #fffdfa;
  --blue: #8bbad1;
  --rose: #a94f54;
  --gold: #c59b5f;
  --muted: #6f7774;
  --line: rgba(18, 44, 49, 0.18);
  --space: 128px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", Arial, sans-serif; letter-spacing: 0; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  height: 84px;
  padding: 0 4vw;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.25);
  transition: color 220ms ease, background 220ms ease, height 220ms ease;
}
.site-header.scrolled { height: 70px; color: var(--ink); background: rgba(244,238,229,.94); border-color: var(--line); backdrop-filter: blur(14px); }
.brand { width: 150px; }
.brand img { width: 100%; }
.site-header.scrolled .brand img { filter: brightness(0) saturate(100%) invert(14%) sepia(17%) saturate(1359%) hue-rotate(142deg) brightness(94%) contrast(92%); }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { font-size: 12px; }
.main-nav a:not(.nav-cta) { opacity: .76; }
.main-nav a:hover { opacity: 1; }
.nav-cta { padding: 12px 16px; border: 1px solid currentColor; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 96svh; overflow: hidden; display: flex; align-items: end; padding: 140px 5vw 116px; background: var(--ink); color: var(--white); }
.hero-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; animation: breathe 18s ease-in-out infinite alternate; }
.hero-wash { position: absolute; inset: 0; background: rgba(8, 28, 32, .52); }
.hero-copy { position: relative; z-index: 2; width: min(980px, 76%); }
.eyebrow, .section-note { margin: 0 0 24px; font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow::before, .section-note::before { content: ""; display: inline-block; width: 34px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }
.section-note.light { color: rgba(255,255,255,.68); }
.hero h1 { margin: 0; max-width: 1040px; font-family: "Newsreader", Georgia, serif; font-size: 96px; font-weight: 300; line-height: .94; }
.hero h1 em, .making-intro h2 em { font-weight: 300; color: var(--blue); }
.hero-copy > p:not(.eyebrow) { max-width: 620px; margin: 34px 0 0; font-size: 17px; font-weight: 300; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; min-width: 260px; padding: 16px 18px; background: var(--white); color: var(--ink); font-size: 12px; font-weight: 600; }
.button span { margin-left: 28px; }
.button:hover span { transform: translateX(4px); }
.button span { transition: transform 180ms ease; }
.watch-link { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; }
.play { display: grid; place-items: center; width: 36px; height: 36px; padding-left: 2px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-size: 9px; }
.hero-caption { position: absolute; z-index: 2; right: 4vw; bottom: 42px; text-align: right; font-size: 10px; color: rgba(255,255,255,.64); }
.hero-caption p { margin: 4px 0; }

.opening { display: grid; grid-template-columns: 1fr 3fr; gap: 48px; padding: var(--space) 7vw; background: var(--white); }
.opening-copy { max-width: 1000px; }
.quote-mark { display: block; height: 58px; color: var(--rose); font-family: "Newsreader", Georgia, serif; font-size: 86px; line-height: 1; }
.opening h2 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 68px; font-weight: 300; line-height: 1.06; }
.opening-copy p { max-width: 610px; margin: 34px 0 0 auto; color: var(--muted); font-family: "Newsreader", Georgia, serif; font-size: 23px; line-height: 1.55; }
.opening-signature { grid-column: 2; display: flex; align-items: center; gap: 24px; margin: 58px 0 0 auto; font-family: "Newsreader", Georgia, serif; font-size: 18px; font-style: italic; }
.opening-signature i { width: 110px; height: 1px; background: var(--rose); transform: rotate(-6deg); }

.memory-reel { overflow: hidden; padding: var(--space) 0; background: var(--ink); color: var(--white); }
.reel-heading { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 44px; align-items: end; padding: 0 5vw 72px; }
.reel-heading h2 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 64px; font-weight: 300; line-height: 1.04; }
.reel-heading > p:last-child { margin: 0; color: rgba(255,255,255,.58); font-family: "Newsreader", Georgia, serif; font-size: 18px; line-height: 1.55; }
.reel-track { display: grid; grid-template-columns: 1.15fr .82fr 1.05fr; align-items: center; gap: 26px; width: 118%; margin-left: -9%; }
.film { display: block; }
.film figure { position: relative; margin: 0; overflow: hidden; background: #081b1e; }
.film-one figure, .film-three figure { aspect-ratio: 16/10; }
.film-two figure { aspect-ratio: 4/5; }
.film img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76); transition: transform 700ms ease, filter 300ms ease; }
.film:hover img { transform: scale(1.025); filter: saturate(1); }
.film figure > span { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 58px; height: 58px; padding-left: 3px; transform: translate(-50%,-50%); background: rgba(255,253,250,.9); color: var(--ink); border-radius: 50%; font-size: 12px; }
.film > p { display: grid; grid-template-columns: 72px 1fr auto; align-items: baseline; gap: 12px; margin: 14px 0 0; padding: 0 3px; }
.film small { color: rgba(255,255,255,.48); font-size: 9px; text-transform: uppercase; }
.film strong { font-family: "Newsreader", Georgia, serif; font-size: 20px; font-weight: 400; }
.film em { color: var(--blue); font-size: 10px; font-style: normal; }
.channel-link { display: flex; justify-content: space-between; width: min(460px, 90%); margin: 70px auto 0; padding: 17px 0; font-size: 11px; border-top: 1px solid rgba(255,255,255,.35); }

.making { position: relative; display: grid; grid-template-columns: 1.15fr 1fr .85fr; gap: 5vw; padding: var(--space) 5vw; background: var(--paper); }
.making-intro h2 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 62px; font-weight: 300; line-height: 1.05; }
.making-intro h2 em { display: block; margin-top: 18px; color: var(--rose); }
.making-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.making-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.making-steps li > span { color: var(--rose); font-size: 10px; }
.making-steps h3 { margin: 0 0 9px; font-family: "Newsreader", Georgia, serif; font-size: 26px; font-weight: 400; }
.making-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.care-note { align-self: start; padding: 30px; background: var(--white); border: 1px solid var(--line); box-shadow: 14px 16px 0 rgba(18,44,49,.07); }
.care-note > p { margin: 0 0 26px; font-family: "Newsreader", Georgia, serif; font-size: 27px; }
.care-note dl { margin: 0; }
.care-note dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid var(--line); }
.care-note dt { color: var(--muted); font-size: 10px; }
.care-note dd { margin: 0; font-size: 12px; font-weight: 600; }
.care-note small { display: block; margin: 18px 0 24px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.button-ink { width: 100%; min-width: 0; background: var(--ink); color: var(--white); }

.voices { padding: var(--space) 7vw; background: var(--white); }
.voices > h2 { max-width: 850px; margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 72px; font-weight: 300; line-height: 1.02; }
.voice-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6vw; margin-top: 84px; }
.voice { margin: 0; }
.voice blockquote { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 24px; font-weight: 300; line-height: 1.48; }
.voice figcaption { display: flex; align-items: center; gap: 12px; margin-top: 30px; color: var(--rose); font-size: 10px; text-transform: uppercase; }
.voice figcaption i { flex: 1; height: 1px; background: var(--line); }

.pet-story { position: relative; min-height: 780px; overflow: hidden; display: flex; align-items: center; padding: 9vw; color: var(--white); background: var(--ink); }
.pet-story::after { content: ""; position: absolute; inset: 0; background: rgba(10,31,35,.42); }
.pet-story > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }
.pet-copy { position: relative; z-index: 2; max-width: 620px; }
.pet-copy h2 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 70px; font-weight: 300; line-height: 1.02; }
.pet-copy > p:not(.section-note) { max-width: 510px; margin: 28px 0; font-size: 17px; line-height: 1.65; }
.pet-copy > a { display: inline-flex; justify-content: space-between; gap: 50px; min-width: 250px; padding: 15px 0; font-size: 11px; border-top: 1px solid rgba(255,255,255,.65); }

.partners { display: grid; grid-template-columns: .5fr 2fr .8fr; gap: 5vw; align-items: end; padding: var(--space) 5vw; background: var(--blue); color: #102b30; }
.partners-number { align-self: start; font-size: 10px; }
.partners-copy h2 { max-width: 950px; margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 66px; font-weight: 300; line-height: 1.04; }
.partners-copy > p:last-child { max-width: 580px; margin: 26px 0 0; line-height: 1.65; }
.partners .button { background: var(--ink); color: var(--white); }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding: var(--space) 7vw; background: var(--paper); }
.faq-intro { position: sticky; top: 110px; align-self: start; }
.faq-intro h2 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 68px; font-weight: 300; }
.faq-intro > p:not(.section-note) { max-width: 450px; color: var(--muted); line-height: 1.65; }
.faq-intro > a { display: inline-block; margin-top: 16px; padding-bottom: 6px; font-size: 11px; border-bottom: 1px solid var(--rose); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; list-style: none; font-family: "Newsreader", Georgia, serif; font-size: 24px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--rose); font-family: "Manrope", sans-serif; font-weight: 300; transition: transform 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -4px 0 26px; color: var(--muted); line-height: 1.65; }

.finale { position: relative; min-height: 760px; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 7vw; background: var(--ink); color: var(--white); }
.finale::after { content: ""; position: absolute; inset: 0; background: rgba(8,27,30,.67); }
.finale > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.65); }
.finale-copy { position: relative; z-index: 2; max-width: 1000px; text-align: center; }
.finale h2 { margin: 0 0 42px; font-family: "Newsreader", Georgia, serif; font-size: 84px; font-weight: 300; line-height: 1; }
.button-light { min-width: 280px; }

.site-footer { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 8vw; padding: 72px 5vw 30px; background: #0b2024; color: rgba(255,255,255,.67); font-size: 11px; }
.footer-brand img { width: 170px; margin-bottom: 20px; }
.site-footer > div:not(.footer-bottom) { display: flex; flex-direction: column; gap: 8px; }
.site-footer small { margin-bottom: 10px; color: var(--blue); text-transform: uppercase; }
.site-footer a { color: var(--white); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); font-size: 9px; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 800ms ease, transform 800ms cubic-bezier(.2,.75,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 140ms; }
.delay-2 { transition-delay: 280ms; }
@keyframes breathe { from { transform: scale(1); } to { transform: scale(1.035); } }

@media (max-width: 1050px) {
  :root { --space: 96px; }
  .reel-heading { grid-template-columns: 1fr 2fr; }
  .reel-heading > p:last-child { grid-column: 2; }
  .making { grid-template-columns: 1fr 1fr; }
  .care-note { grid-column: 2; }
  .partners { grid-template-columns: 1fr 3fr; }
  .partners .button { grid-column: 2; width: fit-content; margin-top: 24px; }
}

@media (max-width: 820px) {
  :root { --space: 80px; }
  .site-header { grid-template-columns: 1fr auto; height: 68px; padding: 0 20px; }
  .brand { width: 132px; }
  .menu-toggle { display: grid; width: 42px; height: 42px; padding: 12px; border: 0; background: transparent; color: inherit; }
  .menu-toggle span { display: block; width: 100%; height: 1px; margin: auto; background: currentColor; transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 68px 0 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 24px 20px; background: var(--paper); color: var(--ink); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 20px 0; font-size: 19px; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: auto; }
  .hero { min-height: 820px; padding: 120px 20px 100px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: 68px; }
  .hero-caption { left: 20px; right: auto; bottom: 24px; text-align: left; }
  .opening { grid-template-columns: 1fr; padding-left: 20px; padding-right: 20px; }
  .opening h2 { font-size: 52px; }
  .opening-signature { grid-column: 1; }
  .reel-heading { grid-template-columns: 1fr; padding-left: 20px; padding-right: 20px; }
  .reel-heading > p:last-child { grid-column: 1; }
  .reel-heading h2 { font-size: 52px; }
  .reel-track { grid-template-columns: 1fr 1fr; width: 132%; margin-left: -16%; }
  .film-three { display: none; }
  .making { grid-template-columns: 1fr; padding-left: 20px; padding-right: 20px; }
  .making-intro h2 { font-size: 50px; }
  .care-note { grid-column: 1; }
  .voices { padding-left: 20px; padding-right: 20px; }
  .voices > h2 { font-size: 54px; }
  .voice-notes { grid-template-columns: 1fr; gap: 52px; }
  .pet-story { min-height: 680px; padding: 20px; }
  .pet-copy h2 { font-size: 54px; }
  .partners { grid-template-columns: 1fr; padding-left: 20px; padding-right: 20px; }
  .partners-copy h2 { font-size: 52px; }
  .partners .button { grid-column: 1; }
  .faq { grid-template-columns: 1fr; padding-left: 20px; padding-right: 20px; }
  .faq-intro { position: static; }
  .finale { min-height: 680px; padding: 20px; }
  .finale h2 { font-size: 60px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding-left: 20px; padding-right: 20px; }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 32px; }
}

@media (max-width: 520px) {
  .hero h1 { font-size: 51px; }
  .hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .button { width: 100%; min-width: 0; }
  .opening h2, .reel-heading h2, .making-intro h2, .voices > h2, .pet-copy h2, .partners-copy h2 { font-size: 42px; }
  .opening-copy p { font-size: 20px; }
  .reel-track { grid-template-columns: 1fr; width: 112%; margin-left: -6%; }
  .film-two, .film-three { display: block; }
  .film-two figure { aspect-ratio: 16/10; }
  .film > p { grid-template-columns: 58px 1fr; }
  .film em { grid-column: 2; }
  .voice blockquote { font-size: 22px; }
  .faq-intro h2 { font-size: 50px; }
  .faq-list summary { font-size: 21px; }
  .finale h2 { font-size: 46px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand, .footer-bottom { grid-column: 1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-background { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
