@charset "UTF-8";

:root {
  --paper: #f6efe4;
  --paper-deep: #eadcc9;
  --white: #fffdf9;
  --ink: #382820;
  --muted: #67564c;
  --coral: #c7583c;
  --coral-dark: #a8422c;
  --green: #527b65;
  --yellow: #e2b443;
  --line: #dfcfbc;
  --shadow: 0 26px 70px rgba(78, 54, 39, .13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Trebuchet MS", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; }
.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.site-header,
.hero,
.promise,
.closing,
footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.site-header {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 700;
  font-size: 21px;
  text-decoration: none;
}
.brand-paw {
  position: relative;
  width: 34px;
  height: 34px;
  display: inline-block;
  border-radius: 50%;
  background: var(--coral);
}
.brand-paw i {
  position: absolute;
  display: block;
  width: 7px;
  height: 8px;
  border-radius: 50%;
  background: var(--paper);
}
.brand-paw i:nth-child(1) { left: 5px; top: 8px; transform: rotate(-28deg); }
.brand-paw i:nth-child(2) { left: 13px; top: 4px; }
.brand-paw i:nth-child(3) { right: 5px; top: 8px; transform: rotate(28deg); }
.brand-paw i:nth-child(4) { width: 14px; height: 12px; left: 10px; top: 17px; }
.header-link {
  padding: 8px 2px 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid var(--coral);
}
.header-link:hover { color: var(--ink); }
.header-link:focus-visible,
.brand:focus-visible,
.primary-link:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}
.hero {
  min-height: min(750px, calc(100vh - 94px));
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(32px, 7vw, 100px);
  padding: 64px 0 100px;
}
.hero-copy { position: relative; z-index: 2; min-width: 0; }
.eyebrow,
.section-kicker {
  margin: 0 0 20px;
  color: var(--coral-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 30px; height: 2px; background: var(--coral); }
h1,
h2,
h3,
p { text-wrap: pretty; }
h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(52px, 6.2vw, 90px);
  line-height: .97;
  letter-spacing: -.055em;
  font-weight: 700;
}
h1 em { color: var(--coral); font-weight: 400; }
.hero-lead {
  max-width: 585px;
  margin: 32px 0 30px;
  color: var(--muted);
  font-size: clamp(18px, 1.7vw, 21px);
  line-height: 1.7;
}
.primary-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid var(--ink);
}
.primary-link span { color: var(--coral); font-size: 22px; }
.hero-art { position: relative; min-width: 0; min-height: 590px; display: grid; place-items: center; }
.olaf-card {
  position: relative;
  z-index: 2;
  width: min(460px, 85%);
  margin: 0;
  padding: 18px 18px 0;
  background: var(--white);
  box-shadow: var(--shadow);
  transform: rotate(2.2deg);
}
.olaf-card img { display: block; width: 100%; height: auto; }
.olaf-card figcaption {
  padding: 15px 7px 20px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 16px;
  font-style: italic;
  text-align: center;
}
.sun-shape {
  position: absolute;
  width: 245px;
  height: 245px;
  right: -25px;
  top: 34px;
  border-radius: 50%;
  background: var(--yellow);
}
.leaf-shape {
  position: absolute;
  width: 180px;
  height: 105px;
  left: 2px;
  bottom: 70px;
  background: var(--green);
  border-radius: 100% 0 100% 0;
  transform: rotate(-12deg);
}
.hand-note {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 58px;
  margin: 0;
  color: var(--coral-dark);
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  transform: rotate(-8deg);
}
.promise {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(52px, 9vw, 135px);
  padding: 120px 0;
  border-top: 1px solid var(--line);
}
.promise-heading { position: sticky; top: 36px; align-self: start; }
.promise h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.03;
  letter-spacing: -.04em;
}
.story-path { display: grid; }
.path-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 28px;
  padding: 10px 0 46px;
  margin-bottom: 42px;
  border-bottom: 1px solid var(--line);
}
.path-item:last-child { margin-bottom: 0; }
.path-number {
  margin: 4px 0 0;
  color: var(--coral);
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
}
.path-item h3 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.15;
}
.path-item p:last-child { max-width: 590px; margin: 0; color: var(--muted); }
.path-play { margin-left: 50px; }
.path-discover { margin-left: 15px; }
.closing {
  position: relative;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px clamp(28px, 8vw, 105px);
  margin-bottom: 48px;
  overflow: hidden;
  color: #fff;
  background: var(--green);
  border-radius: 4px;
}
.closing-small { margin: 0 0 13px; color: #e7f0e8; font-size: 15px; }
.closing-big {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(54px, 8vw, 102px);
  line-height: .92;
  letter-spacing: -.05em;
}
.closing-mark {
  position: absolute;
  right: clamp(10px, 5vw, 70px);
  top: 50%;
  color: rgba(255,255,255,.11);
  font-family: var(--serif);
  font-size: 360px;
  line-height: 1;
  transform: translateY(-52%);
}
footer {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}
footer p { margin: 0; font-size: 13px; }
.brand-footer { font-size: 18px; }
.brand-footer .brand-paw { width: 30px; height: 30px; transform: scale(.88); }

@media (max-width: 860px) {
  .hero { grid-template-columns: minmax(0, 1fr); padding-top: 48px; }
  .hero-copy { max-width: 680px; }
  .hero-art { min-height: 520px; overflow: clip; }
  .sun-shape { right: 0; }
  .promise { grid-template-columns: minmax(0, 1fr); }
  .promise-heading { position: static; }
  .path-play, .path-discover { margin-left: 0; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .site-header,
  .hero,
  .promise,
  .closing,
  footer { width: min(100% - 30px, 1180px); }
  .site-header { min-height: 78px; }
  .brand { font-size: 18px; }
  .brand-paw { transform: scale(.9); }
  .header-link { font-size: 11px; }
  .hero { padding: 42px 0 74px; gap: 20px; }
  h1 { font-size: clamp(42px, 13.2vw, 56px); }
  .hero-lead { margin-top: 25px; }
  .hero-art { min-height: 420px; }
  .olaf-card { width: 87%; padding: 11px 11px 0; }
  .olaf-card figcaption { padding: 10px 5px 14px; }
  .sun-shape { width: 170px; height: 170px; right: 0; }
  .leaf-shape { width: 135px; height: 75px; left: 0; bottom: 40px; }
  .hand-note { right: 4px; bottom: 20px; font-size: 18px; }
  .promise { padding: 85px 0; gap: 58px; }
  .path-item { grid-template-columns: 42px 1fr; gap: 12px; padding-bottom: 34px; margin-bottom: 34px; }
  .closing { min-height: 350px; padding-inline: 28px; margin-bottom: 20px; }
  .closing-mark { right: -35px; font-size: 280px; }
  footer { min-height: 160px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
