:root {
  --ink: #2e1e2b;
  --ink-soft: #4b3847;
  --canvas: #f7f0e7;
  --paper: #fffaf4;
  --rose: #a64b59;
  --rose-dark: #78323f;
  --honey: #d8a45e;
  --sage: #8ba58f;
  --white: #fffaf6;
  --line: rgba(46, 30, 43, 0.18);
  --story-progress: 0;
  --max: 1240px;
  color-scheme: light;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--canvas); }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: clip;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.22em; }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--honey);
  outline-offset: 4px;
  border-radius: 0.2rem;
}
.skip-link {
  position: fixed;
  z-index: 100;
  left: 1rem;
  top: 1rem;
  transform: translateY(-180%);
  padding: 0.75rem 1rem;
  background: var(--white);
  color: var(--ink);
}
.skip-link:focus { transform: translateY(0); }

.concept-ribbon {
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 0.38rem 1rem;
  background: var(--ink);
  color: rgba(255, 250, 246, 0.82);
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-align: center;
}
.concept-ribbon p { margin: 0; }
.concept-ribbon a { color: var(--white); }

.opening {
  position: relative;
  width: 100%;
  min-height: 92svh;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}
.opening-media {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 66%;
  filter: saturate(0.88) contrast(1.02);
}
.opening-grade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(31, 18, 29, 0.88) 0%, rgba(46, 30, 43, 0.64) 42%, rgba(46, 30, 43, 0.12) 72%),
    linear-gradient(0deg, rgba(24, 15, 23, 0.62) 0%, transparent 42%);
}
.opening::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(120deg, transparent 58%, rgba(216, 164, 94, 0.18));
  mix-blend-mode: screen;
  pointer-events: none;
}
.opening-nav {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 250, 246, 0.24);
}
.wordmark {
  display: inline-flex;
  gap: 0.8rem;
  align-items: center;
  color: inherit;
  text-decoration: none;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: 1.1rem;
  letter-spacing: 0.015em;
}
.wordmark-mark {
  width: 2.65rem;
  height: 2.65rem;
  display: inline-grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50% 50% 46% 46%;
  font: 600 0.7rem/1 "Avenir Next", sans-serif;
  letter-spacing: 0.16em;
}
.nav-links { display: flex; align-items: center; gap: 1.75rem; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; }
.nav-links a { text-decoration: none; }
.nav-call { padding: 0.65rem 1rem; border: 1px solid rgba(255,255,255,.52); border-radius: 999px; }

.opening-copy {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  min-height: calc(92svh - 92px);
  padding: clamp(4rem, 10vh, 8rem) 0 7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.eyebrow, .section-index, .panel-kicker {
  margin: 0 0 1.2rem;
  color: var(--honey);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}
.opening h1 {
  max-width: 10ch;
  margin: 0;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(4.1rem, 9.4vw, 8.9rem);
  font-weight: 400;
  line-height: 0.77;
  letter-spacing: -0.065em;
  text-wrap: balance;
}
.opening h1 span, .opening h1 em { display: block; }
.opening h1 em {
  margin-top: 0.18em;
  color: var(--honey);
  font-size: 0.53em;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.opening-lede {
  max-width: 31rem;
  margin: 2rem 0 0;
  color: rgba(255, 250, 246, 0.84);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
}
.opening-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; flex-wrap: wrap; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.92rem 1.15rem 0.92rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 0.45rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { min-width: 245px; background: var(--rose); color: var(--white); }
.button-primary:hover { background: var(--rose-dark); }
.button-light { background: var(--white); color: var(--ink); }
.button-ink { background: var(--ink); color: var(--white); }
.text-link { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.light-link { color: var(--white); }
.opening-source {
  position: absolute;
  left: max(1.5rem, calc((100vw - var(--max)) / 2));
  bottom: 1.1rem;
  max-width: 55vw;
  color: rgba(255,250,246,.64);
  font-size: 0.62rem;
}
.scroll-cue {
  position: absolute;
  right: max(1.5rem, calc((100vw - var(--max)) / 2));
  bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: rgba(255,250,246,.72);
  font-size: 0.62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.scroll-cue span { width: 42px; height: 1px; background: currentColor; }

.action-ribbon {
  display: grid;
  grid-template-columns: 0.8fr repeat(3, 1fr);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.action-ribbon > * { min-height: 150px; padding: 1.7rem clamp(1rem, 2.3vw, 2.5rem); border-right: 1px solid var(--line); }
.action-ribbon > *:last-child { border-right: 0; }
.action-ribbon a { display: flex; flex-direction: column; justify-content: center; text-decoration: none; transition: background-color 180ms ease; }
.action-ribbon a:hover { background: #f1e5da; }
.action-intro { display: flex; align-items: center; gap: 1rem; background: var(--rose); color: var(--white); }
.action-intro p { margin: 0; font: 400 1.35rem/1.1 "Iowan Old Style", Georgia, serif; }
.action-number { font-size: 0.64rem; letter-spacing: .14em; opacity: .72; }
.action-kicker { color: var(--rose); font-size: 0.63rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.action-ribbon strong { margin-top: .5rem; font: 400 clamp(1.05rem, 1.6vw, 1.38rem)/1.2 "Iowan Old Style", Georgia, serif; }

.care-section { padding: clamp(6rem, 12vw, 11rem) 0; background: var(--canvas); }
.care-intro {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto clamp(4rem, 8vw, 7rem);
  display: grid;
  grid-template-columns: minmax(180px, .55fr) 1.45fr;
  gap: 3rem;
  align-items: start;
}
.care-intro h2, .details-heading h2, .final-call h2 {
  margin: 0;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(3.35rem, 7vw, 7.5rem);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.055em;
}
.care-intro h2 em, .details-heading h2 em, .final-call h2 em { color: var(--rose); font-weight: 400; }
.section-lede { max-width: 41rem; margin: 2rem 0 0; color: var(--ink-soft); font-size: 1.05rem; }

.photo-story {
  width: min(calc(100% - 3rem), 1360px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1.3fr .88fr;
  align-items: end;
  gap: clamp(.8rem, 2vw, 2rem);
}
.photo-card { margin: 0; }
.photo-card img { width: 100%; object-fit: cover; filter: saturate(.86) contrast(.98); }
.photo-card-tall img { height: min(62vw, 720px); }
.photo-card-wide { transform: translateY(-4rem); }
.photo-card-wide img { height: min(48vw, 590px); }
.photo-card-detail img { height: min(42vw, 520px); }
.photo-card figcaption {
  display: flex;
  justify-content: space-between;
  gap: .8rem;
  padding-top: .8rem;
  color: var(--ink-soft);
  font-size: .65rem;
  letter-spacing: .05em;
}
.photo-card figcaption span { font-family: "Iowan Old Style", Georgia, serif; font-size: .85rem; }
.photo-card figcaption a { color: var(--rose-dark); text-align: right; }
.truth-note {
  width: min(calc(100% - 3rem), 900px);
  margin: clamp(4rem, 8vw, 7rem) auto 0;
  padding-top: 2rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  border-top: 1px solid var(--line);
}
.truth-note > span { color: var(--rose); font-size: 1.2rem; }
.truth-note p { margin: 0; color: var(--ink-soft); }

.scroll-story { position: relative; height: 310svh; background: var(--ink); }
.scroll-stage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  min-height: 560px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}
.scroll-poster, .scroll-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 51% center;
}
.scroll-video { z-index: 1; opacity: 0; transition: opacity 300ms ease; }
.scroll-stage.is-ready .scroll-video { opacity: 1; }
.scroll-stage.is-ready .scroll-poster { opacity: 0; }
.scroll-poster { z-index: 0; transition: opacity 300ms ease; }
.scroll-grade {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24,14,22,.86) 0%, rgba(34,22,32,.62) 40%, rgba(34,22,32,.16) 72%),
    linear-gradient(0deg, rgba(24,14,22,.7) 0%, transparent 40%);
}
.story-copy {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: clamp(1.25rem, 3.3vw, 3.2rem) max(1.5rem, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.story-topline, .story-footer { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.story-topline { padding-bottom: 1.1rem; border-bottom: 1px solid rgba(255,255,255,.26); }
.story-topline p, .story-footer p { margin: 0; font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; }
.story-topline span { color: var(--honey); margin-right: .8rem; }
.concept-label { color: rgba(255,250,246,.7); text-align: right; }
.story-beats { position: relative; display: grid; align-items: center; }
.story-beat {
  grid-area: 1 / 1;
  max-width: 610px;
  opacity: 1;
  transform: none;
}
html[data-motion="enhanced"] .story-beat {
  opacity: 0;
  transform: translateY(22px);
  pointer-events: none;
  transition: opacity 300ms ease, transform 420ms ease;
}
html[data-motion="enhanced"] .story-beat.is-active { opacity: 1; transform: translateY(0); pointer-events: auto; }
.story-step { margin: 0 0 1rem; color: var(--honey); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
.story-beat h2 { margin: 0; font: 400 clamp(4rem, 9vw, 9rem)/.78 "Iowan Old Style", Baskerville, Georgia, serif; letter-spacing: -.065em; }
.story-beat > p:not(.story-step) { max-width: 30rem; margin: 1.7rem 0 0; color: rgba(255,250,246,.76); font-size: 1.02rem; }
.story-beat .button { margin-top: 1.7rem; }
.story-footer { align-self: end; }
.story-progress { width: min(32vw, 360px); height: 2px; overflow: hidden; background: rgba(255,255,255,.26); }
.story-progress span { display: block; width: 100%; height: 100%; background: var(--honey); transform: scaleX(var(--story-progress)); transform-origin: left; }
.story-footer p { max-width: 520px; color: rgba(255,250,246,.62); text-align: right; letter-spacing: .04em; text-transform: none; }

.details-section { padding: clamp(6rem, 12vw, 11rem) 0; background: var(--paper); }
.details-heading { width: min(calc(100% - 3rem), var(--max)); margin: 0 auto 5rem; }
.details-heading h2 { max-width: 10ch; }
.details-grid {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  border: 1px solid var(--line);
}
.details-grid > section { min-height: 580px; padding: clamp(2rem, 4vw, 4.2rem); }
.hours-panel { background: var(--canvas); }
.panel-heading { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; padding-bottom: 1.8rem; border-bottom: 1px solid var(--line); }
.panel-heading h3, .location-panel h3 { margin: 0; font: 400 1.8rem/1.1 "Iowan Old Style", Georgia, serif; }
.panel-heading p { max-width: 210px; margin: 0; color: var(--ink-soft); font-size: .66rem; text-align: right; }
.hours-list { margin: 1rem 0 0; }
.hours-list div { display: grid; grid-template-columns: 1fr auto; gap: 2rem; padding: .95rem 0; border-bottom: 1px solid var(--line); }
.hours-list dt, .hours-list dd { margin: 0; font-size: .82rem; }
.hours-list dd { font-weight: 700; }
.location-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: var(--sage);
  border-left: 1px solid var(--line);
}
.location-panel > * { position: relative; z-index: 1; }
.location-panel h3 { margin-top: .7rem; font-size: clamp(2rem, 3.6vw, 3.8rem); }
.location-panel p { margin: .8rem 0 0; }
.location-actions { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.location-orbit { position: absolute; z-index: 0; right: -7rem; top: 3rem; width: 26rem; height: 26rem; border: 1px solid rgba(46,30,43,.18); border-radius: 50%; }
.location-orbit i { position: absolute; width: .7rem; height: .7rem; background: var(--honey); border-radius: 50%; }
.location-orbit i:nth-child(1) { left: 12%; top: 47%; }
.location-orbit i:nth-child(2) { left: 55%; top: 5%; }
.location-orbit i:nth-child(3) { right: 7%; bottom: 26%; }

.final-call {
  position: relative;
  min-height: 88svh;
  padding: clamp(6rem, 12vw, 10rem) 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: var(--canvas);
  text-align: center;
}
.final-call h2 { max-width: 9ch; }
.final-call > p:not(.section-index) { max-width: 37rem; margin: 2rem auto 0; color: var(--ink-soft); }
.final-button { min-width: 270px; margin-top: 2rem; }
.paw-trail { position: absolute; left: 3vw; top: 20%; display: flex; gap: 4rem; color: rgba(166,75,89,.18); transform: rotate(-24deg); }
.paw-trail span:nth-child(even) { transform: translateY(2rem); }

footer {
  padding: 3rem max(1.5rem, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: .8fr 1.7fr auto;
  gap: 3rem;
  align-items: start;
  background: var(--ink);
  color: rgba(255,250,246,.72);
  font-size: .68rem;
}
.footer-brand { display: flex; align-items: center; gap: 1rem; color: var(--white); }
.footer-brand p, .footer-copy p { margin: 0; }
.footer-copy { display: grid; gap: .75rem; max-width: 700px; }
.footer-copy a, .back-top { color: var(--white); }
.back-top { white-space: nowrap; }
.noscript-note { margin: 0; padding: 1rem; background: var(--honey); color: var(--ink); text-align: center; font-size: .8rem; }

@media (max-width: 900px) {
  .action-ribbon { grid-template-columns: 1fr 1fr; }
  .action-ribbon > * { min-height: 125px; }
  .care-intro { grid-template-columns: 1fr; gap: 1rem; }
  .photo-story { grid-template-columns: 1fr 1fr; }
  .photo-card-tall { grid-row: span 2; }
  .photo-card-tall img { height: 820px; }
  .photo-card-wide { transform: none; }
  .photo-card-wide img, .photo-card-detail img { height: 390px; }
  .details-grid { grid-template-columns: 1fr; }
  .details-grid > section { min-height: 520px; }
  .location-panel { border-left: 0; border-top: 1px solid var(--line); }
  footer { grid-template-columns: 1fr; gap: 1.5rem; }
}

@media (max-width: 600px) {
  .concept-ribbon { min-height: 42px; padding-inline: .8rem; font-size: .58rem; }
  .opening { min-height: 92svh; }
  .opening-nav { width: calc(100% - 2rem); min-height: 72px; }
  .wordmark { font-size: .9rem; }
  .wordmark-mark { width: 2.2rem; height: 2.2rem; }
  .nav-links a:not(.nav-call) { display: none; }
  .nav-call { padding: .5rem .8rem; }
  .opening-copy { width: calc(100% - 2rem); min-height: calc(92svh - 72px); padding: 4.5rem 0 7rem; justify-content: flex-end; }
  .opening h1 { max-width: 7ch; font-size: clamp(3.3rem, 16.5vw, 5rem); line-height: .82; }
  .opening h1 em { font-size: .52em; }
  .opening-lede { max-width: 23rem; margin-top: 1.3rem; font-size: .92rem; }
  .opening-actions { gap: 1rem; margin-top: 1.35rem; }
  .button-primary { min-width: 230px; }
  .opening-source { left: 1rem; bottom: .8rem; max-width: 75vw; font-size: .52rem; }
  .scroll-cue { display: none; }
  .opening-media { object-position: 50% 65%; }
  .opening-grade { background: linear-gradient(0deg, rgba(31,18,29,.94) 0%, rgba(46,30,43,.5) 60%, rgba(46,30,43,.18) 100%); }
  .action-ribbon { grid-template-columns: 1fr; }
  .action-ribbon > * { min-height: 105px; border-right: 0; border-bottom: 1px solid var(--line); }
  .action-intro { min-height: 86px; }
  .care-section, .details-section { padding-block: 5.5rem; }
  .care-intro, .photo-story, .details-heading, .details-grid { width: calc(100% - 2rem); }
  .care-intro h2, .details-heading h2, .final-call h2 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .photo-story { grid-template-columns: 1fr; gap: 2.4rem; }
  .photo-card-tall { grid-row: auto; }
  .photo-card-tall img, .photo-card-wide img, .photo-card-detail img { height: min(118vw, 540px); }
  .photo-card-wide { transform: none; }
  .photo-card figcaption { align-items: start; }
  .truth-note { width: calc(100% - 2rem); }
  .scroll-story { height: 255svh; }
  .scroll-stage { min-height: 100svh; }
  .scroll-video, .scroll-poster { object-position: 52% center; }
  .scroll-grade { background: linear-gradient(0deg, rgba(24,14,22,.88), rgba(34,22,32,.24) 80%); }
  .story-copy { padding: 1.25rem 1rem 1.4rem; }
  .story-topline { align-items: flex-start; }
  .story-topline > p:first-child { white-space: nowrap; }
  .concept-label { max-width: 15rem; font-size: .52rem !important; }
  .story-beat { align-self: end; padding-bottom: 4.5rem; }
  .story-beat h2 { font-size: clamp(3.9rem, 19vw, 6.5rem); }
  .story-beat > p:not(.story-step) { max-width: 19rem; font-size: .92rem; }
  .story-footer { gap: .8rem; }
  .story-progress { width: 30vw; }
  .story-footer p { max-width: 13rem; font-size: .5rem; }
  .details-heading { margin-bottom: 3rem; }
  .details-grid > section { min-height: 0; padding: 2rem 1.25rem; }
  .panel-heading { align-items: flex-start; }
  .panel-heading p { font-size: .58rem; }
  .location-panel { min-height: 430px !important; }
  .location-actions { align-items: flex-start; flex-direction: column; }
  .final-call { min-height: 78svh; }
  footer { padding: 2.5rem 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .button:hover { transform: none; }
  .scroll-story { height: auto; }
  .scroll-stage { position: relative; min-height: 100svh; height: auto; }
  .scroll-video { display: none; }
  .scroll-poster { position: absolute; }
  .story-copy { position: relative; min-height: 100svh; }
  .story-beats { gap: 2rem; padding: 4rem 0; align-content: center; }
  .story-beat, html[data-motion="enhanced"] .story-beat { grid-area: auto; opacity: 1; transform: none; pointer-events: auto; }
  .story-beat h2 { font-size: clamp(2.5rem, 7vw, 5rem); }
}
