:root {
  --cream: #fffdf9;
  --warm: #f4f0e7;
  --navy: #0f1d35;
  --green: #2e7d5b;
  --green-dark: #1e5942;
  --sage: #dce9df;
  --terracotta: #c76844;
  --muted: #6c716d;
}

@font-face { font-family: "Instrument Sans"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/instrument-sans-400.ttf") format("truetype"); }
@font-face { font-family: "Instrument Sans"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/instrument-sans-500.ttf") format("truetype"); }
@font-face { font-family: "Instrument Sans"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/instrument-sans-600.ttf") format("truetype"); }
@font-face { font-family: "Instrument Sans"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/instrument-sans-700.ttf") format("truetype"); }
@font-face { font-family: "Instrument Serif"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/instrument-serif-400.ttf") format("truetype"); }
@font-face { font-family: "Instrument Serif"; font-style: italic; font-weight: 400; font-display: swap; src: url("fonts/instrument-serif-italic.ttf") format("truetype"); }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { width: 1920px; height: 1080px; overflow: hidden; background: var(--cream); }
body { color: var(--navy); font-family: "Instrument Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }

.scene-frame {
  position: absolute;
  inset: 0;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
  background: var(--cream);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#scene-cover { opacity: 1; visibility: visible; pointer-events: auto; }
.slide-inner { position: absolute; inset: 0; padding: 82px 110px 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 14px; color: var(--green-dark); font-size: 19px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 2px; background: currentColor; content: ""; }
.display { max-width: 1280px; margin-top: 26px; font-family: "Instrument Serif", Georgia, serif; font-size: 104px; font-weight: 400; letter-spacing: -.045em; line-height: .95; }
.display em { color: var(--green); font-weight: 400; }
.headline { max-width: 1280px; margin-top: 20px; font-family: "Instrument Serif", Georgia, serif; font-size: 74px; font-weight: 400; letter-spacing: -.035em; line-height: 1.02; }
.subhead { max-width: 900px; margin-top: 28px; color: #495160; font-size: 29px; line-height: 1.38; }
.small-note { color: var(--muted); font-size: 18px; line-height: 1.45; }
.page-no { position: absolute; right: 110px; bottom: 36px; color: #8b8d89; font-size: 17px; letter-spacing: .12em; }
.partner-lockup { position: absolute; left: 110px; bottom: 35px; display: flex; align-items: center; gap: 16px; }
.school-wordmark { width: 200px; height: auto; }
.partner-lockup span { color: var(--muted); font-size: 15px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.lovelace-wordmark { height: 27px; width: auto; opacity: .82; }
.pill { display: inline-flex; align-items: center; min-height: 48px; padding: 0 22px; border-radius: 999px; background: var(--sage); color: var(--green-dark); font-size: 20px; font-weight: 700; }
.pill-row { margin-top: 38px; }

.cover-grid { display: grid; height: 100%; grid-template-columns: 1.03fr .97fr; }
.cover-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 70px 92px 105px 110px; background: var(--cream); }
.cover-copy::after { position: absolute; right: -54px; top: 0; width: 110px; height: 100%; background: var(--cream); clip-path: polygon(0 0, 50% 0, 100% 100%, 50% 100%); content: ""; }
.cover-copy .display { font-size: 98px; }
.cover-products { display: grid; width: 100%; height: 100%; min-width: 0; min-height: 0; overflow: hidden; padding: 42px 42px 42px 74px; grid-template-rows: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; background: linear-gradient(145deg, #dde8df 0%, #f2eadf 52%, #e5d7c7 100%); }
.cover-product { position: relative; min-height: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.72); border-radius: 28px; background: #ddd; box-shadow: 0 20px 50px rgba(15,29,53,.16); }
.cover-product::after { position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(15,29,53,.86) 100%); content: ""; }
.cover-product img { position: relative; z-index: 1; display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: cover; }
.cover-product-wood::after { background: linear-gradient(180deg, rgba(15,29,53,.05), transparent 45%, rgba(15,29,53,.1) 100%); }
.cover-product-wood img { object-fit: cover; object-position: center 58%; }
.cover-product-card img { object-position: center 52%; }
.cover-product figcaption { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; padding: 24px 28px; color: #fff; }
.cover-product figcaption strong, .cover-product figcaption span { display: block; }
.cover-product figcaption strong { font-family: "Instrument Serif", Georgia, serif; font-size: 32px; font-weight: 400; line-height: 1; }
.cover-product figcaption span { margin-top: 7px; color: rgba(255,255,255,.8); font-size: 16px; line-height: 1.25; }
.cover-product-wood figcaption { right: auto; bottom: auto; left: 22px; top: 22px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(15,29,53,.82); backdrop-filter: blur(10px); }
.cover-product-wood figcaption strong { font-family: "Instrument Sans", Arial, sans-serif; font-size: 18px; font-weight: 700; line-height: 1.1; }
.cover-product-wood figcaption span { display: none; }
.cover-product-card figcaption { right: 22px; bottom: auto; left: auto; top: 22px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(15,29,53,.82); backdrop-filter: blur(10px); }
.cover-product-card figcaption strong { font-family: "Instrument Sans", Arial, sans-serif; font-size: 18px; font-weight: 700; line-height: 1.1; }
.cover-product-card figcaption span { display: none; }
.cover-offer-summary { display: grid; max-width: 690px; margin-top: 28px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.cover-offer-summary article { min-height: 106px; padding: 16px 18px; border: 1px solid #d9dfd7; border-radius: 18px; background: rgba(255,255,255,.7); box-shadow: 0 10px 26px rgba(15,29,53,.06); }
.cover-offer-summary span { display: block; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cover-offer-summary strong { display: block; margin-top: 7px; color: var(--navy); font-family: "Instrument Serif", Georgia, serif; font-size: 28px; font-weight: 400; line-height: .98; }
.cover-offer-summary b { display: block; margin-top: 8px; color: var(--green-dark); font-size: 15px; line-height: 1.2; }

.offer-grid { display: grid; margin-top: 48px; grid-template-columns: 1fr 1fr; gap: 30px; }
.offer-card { position: relative; min-height: 575px; overflow: hidden; border-radius: 34px; color: #fff; }
.offer-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.offer-card:first-child img { object-position: center 28%; }
.offer-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(15,29,53,.86) 100%); content: ""; }
.offer-card-copy { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 40px 46px; }
.offer-number { font-family: "Instrument Serif", Georgia, serif; font-size: 29px; font-style: italic; }
.offer-title { margin-top: 7px; font-family: "Instrument Serif", Georgia, serif; font-size: 54px; font-weight: 400; line-height: 1; }
.offer-desc { max-width: 600px; margin-top: 13px; color: rgba(255,255,255,.84); font-size: 21px; line-height: 1.4; }

.info-grid { display: grid; margin-top: 50px; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.info-card { min-height: 400px; padding: 38px; border: 1px solid #ddd7ca; border-radius: 28px; background: #fff; }
.info-card.green { background: var(--green-dark); border-color: var(--green-dark); color: #fff; }
.info-kicker { display: block; color: var(--terracotta); font-size: 17px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.info-card.green .info-kicker { color: #bfe0cd; }
.info-card h3 { margin-top: 58px; font-family: "Instrument Serif", Georgia, serif; font-size: 44px; font-weight: 400; line-height: 1.02; }
.info-card p { margin-top: 20px; color: #5d6269; font-size: 21px; line-height: 1.42; }
.info-card.green p { color: rgba(255,255,255,.78); }

.split { display: grid; height: 100%; grid-template-columns: .92fr 1.08fr; }
.split-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 80px 76px 110px 110px; }
.split-photo { position: relative; overflow: hidden; }
.split-photo img { width: 100%; height: 100%; object-fit: cover; }
.split-photo::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, var(--cream), transparent 18%); content: ""; }
.portrait-offset img { object-position: 48% 25%; }
.quote-line { max-width: 670px; margin-top: 38px; padding-left: 25px; border-left: 3px solid var(--terracotta); color: #4f5660; font-size: 24px; line-height: 1.45; }

.mockup-layout { display: grid; height: 100%; grid-template-columns: 1.28fr .72fr; }
.mockup-image { position: relative; overflow: hidden; }
.mockup-image img { width: 100%; height: 100%; object-fit: cover; }
.named-portrait .portrait-name { position: absolute; z-index: 2; top: 78%; left: 51%; transform: translate(-50%, -50%) rotate(7deg); color: #4b3025; font-family: "Instrument Serif", Georgia, serif; font-size: clamp(30px, 3.2vw, 64px); font-weight: 400; letter-spacing: .02em; line-height: 1; text-shadow: 0 1px 0 rgba(255,255,255,.62); }
.mockup-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px 72px 92px 65px; background: var(--navy); color: #fff; }
.mockup-copy .eyebrow { color: #bfe0cd; }
.mockup-copy .headline { font-size: 61px; }
.component-list { display: grid; margin-top: 34px; gap: 15px; }
.component-item { display: grid; grid-template-columns: 28px 1fr; gap: 14px; color: rgba(255,255,255,.82); font-size: 20px; line-height: 1.35; }
.component-item b { color: #fff; }
.dot { width: 12px; height: 12px; margin-top: 8px; border-radius: 50%; background: var(--terracotta); }
.soft-white { margin-top: 32px; color: rgba(255,255,255,.58); }
.mockup-body { margin-top: 28px; color: rgba(255,255,255,.76); font-size: 23px; line-height: 1.45; }

.eco-grid { display: grid; margin-top: 50px; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.eco-card { min-height: 350px; padding: 28px 25px; border-radius: 25px; background: var(--warm); }
.eco-card:nth-child(2), .eco-card:nth-child(4) { background: var(--sage); }
.eco-card span { color: var(--terracotta); font-family: "Instrument Serif", Georgia, serif; font-size: 39px; font-style: italic; }
.eco-card h3 { margin-top: 56px; font-family: "Instrument Serif", Georgia, serif; font-size: 33px; font-weight: 400; line-height: 1; }
.eco-card p { margin-top: 16px; color: #5d6269; font-size: 19px; line-height: 1.4; }

.process-grid { display: grid; margin-top: 60px; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.process-card { min-height: 360px; padding: 32px 30px; border: 1px solid #ddd7ca; border-radius: 26px; background: rgba(255,255,255,.72); }
.process-card:nth-child(2), .process-card:nth-child(4) { margin-top: 30px; }
.process-num { color: var(--terracotta); font-family: "Instrument Serif", Georgia, serif; font-size: 50px; font-style: italic; }
.process-title { margin-top: 50px; font-family: "Instrument Serif", Georgia, serif; font-size: 36px; line-height: 1.05; }
.process-text { margin-top: 16px; color: #5d6269; font-size: 20px; line-height: 1.45; }

.economics-grid { display: grid; margin-top: 48px; grid-template-columns: .78fr 1.22fr; gap: 65px; }
.hero-number { padding: 44px; border-radius: 30px; background: var(--green-dark); color: #fff; }
.hero-number-label { color: #cfe5d7; font-size: 20px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.hero-number-value { margin-top: 24px; font-family: "Instrument Serif", Georgia, serif; font-size: 140px; line-height: .86; }
.hero-number-copy { margin-top: 24px; color: rgba(255,255,255,.76); font-size: 22px; line-height: 1.45; }
.navy-card { background: var(--navy); }
.return-table { align-self: center; }
.return-row { display: grid; min-height: 98px; align-items: center; grid-template-columns: 1fr 1fr 1fr; border-bottom: 1px solid #dcd5c8; font-size: 23px; }
.return-row.header { min-height: 60px; color: #74776f; font-size: 16px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.return-row strong { color: var(--green-dark); font-family: "Instrument Serif", Georgia, serif; font-size: 43px; font-weight: 400; }
.caveat { margin-top: 24px; padding: 17px 21px; border-left: 3px solid var(--terracotta); background: rgba(199,104,68,.07); color: #5c5e5b; font-size: 18px; line-height: 1.42; }

.offer-details { display: grid; margin-top: 48px; grid-template-columns: 1fr 1fr; gap: 22px; }
.detail-card { min-height: 210px; padding: 31px; border-radius: 25px; background: var(--warm); }
.detail-card strong { display: block; color: var(--green-dark); font-family: "Instrument Serif", Georgia, serif; font-size: 54px; font-weight: 400; }
.detail-card span { display: block; max-width: 390px; margin-top: 12px; color: #5a6068; font-size: 20px; line-height: 1.34; }
.detail-card.dark-card { background: var(--green-dark); }
.detail-card.dark-card strong { color: #fff; }
.detail-card.dark-card span { color: #cfe5d7; }
.concept-badge { display: inline-flex; align-items: center; width: fit-content; min-height: 44px; margin-bottom: 22px; padding: 0 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #f3d6c7; font-size: 16px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dark-caveat { color: rgba(255,255,255,.72); background: rgba(255,255,255,.06); border-left-color: #e2a78e; }

.role-grid { display: grid; margin-top: 48px; grid-template-columns: 1fr 1fr; gap: 28px; }
.role-card { min-height: 450px; padding: 42px 48px; border-radius: 30px; background: var(--warm); }
.role-card.school { background: var(--sage); }
.role-title { font-family: "Instrument Serif", Georgia, serif; font-size: 49px; font-weight: 400; }
.role-list { display: grid; margin-top: 30px; gap: 18px; }
.role-list li { position: relative; padding-left: 30px; color: #4e555d; font-size: 21px; line-height: 1.38; list-style: none; }
.role-list li::before { position: absolute; left: 0; top: 10px; width: 10px; height: 10px; border-radius: 50%; background: var(--terracotta); content: ""; }
.privacy-note { margin-top: 21px; }

.next-grid { display: grid; height: 100%; grid-template-columns: 1.05fr .95fr; }
.next-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px 85px 100px 110px; }
.next-photo { position: relative; display: grid; overflow: hidden; padding: 52px; place-items: center; background: #dce3e5; }
.next-photo img { display: block; width: 100%; height: auto; max-height: 100%; border: 1px solid rgba(255,255,255,.78); border-radius: 24px; object-fit: contain; box-shadow: 0 20px 42px rgba(15,29,53,.14); }
.next-photo::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(255,252,246,.48), transparent 19%); content: ""; pointer-events: none; }
.next-photo.next-collage { display: grid; padding: 38px 38px 84px; place-items: stretch; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: repeat(12, minmax(0, 1fr)); gap: 14px; }
.next-collage .bento-tile { position: relative; overflow: hidden; min-width: 0; min-height: 0; margin: 0; border: 1px solid rgba(255,255,255,.92); border-radius: 20px; background: #cad3d5; box-shadow: 0 14px 30px rgba(15,29,53,.12); }
.next-collage .bento-tile img { width: 100%; height: 100%; max-height: none; border: 0; border-radius: 0; object-fit: cover; box-shadow: none; }
.bento-family-five { grid-column: 1 / 9; grid-row: 1 / 7; }
.bento-toddler { grid-column: 9 / 13; grid-row: 1 / 7; }
.bento-sisters { grid-column: 1 / 6; grid-row: 7 / 10; }
.bento-brothers { grid-column: 6 / 13; grid-row: 7 / 10; }
.bento-boy-stone { grid-column: 1 / 7; grid-row: 10 / 13; }
.bento-youth-group { grid-column: 7 / 13; grid-row: 10 / 13; }
.bento-family-five img { object-position: center 43%; }
.bento-toddler img { object-position: center 35%; }
.bento-sisters img { object-position: center top; }
.bento-brothers img { object-position: center top; }
.bento-boy-stone img { object-position: center 38%; }
.bento-youth-group img { object-position: center; }
.next-collage .bento-boy-stone img,
.next-collage .bento-youth-group img { object-fit: contain; object-position: center; }
.next-list { display: grid; margin-top: 34px; gap: 14px; }
.next-item { display: grid; align-items: center; grid-template-columns: 54px 1fr; gap: 18px; color: #4e555d; font-size: 22px; }
.next-item span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--green-dark); color: #fff; font-family: "Instrument Serif", Georgia, serif; font-size: 24px; font-style: italic; }
.proposal-link { display: inline-flex; align-items: center; width: fit-content; min-height: 50px; margin-top: 32px; padding: 0 24px; border: 1px solid var(--navy); border-radius: 999px; color: var(--navy); font-size: 18px; font-weight: 700; }

/* Grow With Me package and contribution details */
.offer-contribution { margin-top: 18px; color: #ecf6ef; font-size: 18px; line-height: 1.25; }
.offer-contribution strong { display: block; margin-top: 5px; color: #bfe0cd; font-family: "Instrument Serif", Georgia, serif; font-size: 35px; font-weight: 400; letter-spacing: -.02em; }
.price-lockup { margin-top: 28px; }
.price-lockup > span { display: block; color: #bfe0cd; font-size: 17px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.price-lockup > strong { display: block; margin-top: 3px; color: #fff; font-family: "Instrument Serif", Georgia, serif; font-size: 102px; font-weight: 400; letter-spacing: -.055em; line-height: .8; }
.price-lockup > b { display: block; max-width: 455px; margin-top: 18px; color: #eaf3ed; font-size: 21px; line-height: 1.22; }
.price-lockup em { color: #bfe0cd; font-family: "Instrument Serif", Georgia, serif; font-size: 34px; font-style: normal; font-weight: 400; }
.mockup-body { max-width: 470px; margin-top: 28px; color: #eaf3ed; font-size: 22px; line-height: 1.36; }
.soft-white { margin-top: 22px; color: #cfe5d7; }
.package-grid { display: grid; margin-top: 48px; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.package-card { min-height: 466px; padding: 30px; border-radius: 26px; background: var(--warm); }
.package-card.green-card { background: var(--green-dark); color: #fff; }
.package-num { display: block; color: var(--terracotta); font-size: 16px; font-weight: 700; letter-spacing: .14em; }
.green-card .package-num { color: #bfe0cd; }
.package-card h3 { margin-top: 36px; color: var(--green-dark); font-family: "Instrument Serif", Georgia, serif; font-size: 38px; font-weight: 400; letter-spacing: -.025em; line-height: .98; }
.green-card h3 { color: #fff; }
.package-card p { margin-top: 18px; color: #5a6068; font-size: 19px; line-height: 1.4; }
.green-card p { color: #d8ebde; }
.school-card-mini { display: grid; gap: 4px; margin-top: 18px; padding: 13px 14px; border: 1px solid #d5ded2; border-radius: 7px; background: #fffdf9; color: var(--green-dark); }
.school-card-mini strong { font-family: "Instrument Serif", Georgia, serif; font-size: 23px; font-weight: 400; line-height: 1; }
.school-card-mini span, .school-card-mini small { font-size: 11px; line-height: 1.22; }
.school-card-mini img { width: 112px; max-height: 29px; object-fit: contain; object-position: left center; }
.contribution-grid { display: grid; margin-top: 50px; grid-template-columns: .64fr .64fr .64fr 1.48fr; gap: 18px; align-items: stretch; }
.contribution-card { min-height: 412px; padding: 42px 34px; border-radius: 28px; background: var(--sage); }
.contribution-card.forest { background: var(--green-dark); color: #fff; }
.contribution-card span { display: block; color: var(--green-dark); font-size: 18px; font-weight: 700; line-height: 1.25; }
.contribution-card.forest span { color: #cfe5d7; }
.contribution-card strong { display: block; margin-top: 35px; color: var(--green-dark); font-family: "Instrument Serif", Georgia, serif; font-size: 92px; font-weight: 400; letter-spacing: -.055em; line-height: .78; }
.contribution-card.forest strong { color: #fff; }
.contribution-card p { margin-top: 26px; color: #557061; font-size: 20px; line-height: 1.32; }
.contribution-card.forest p { color: #d4e7da; }
.compact-table { align-self: stretch; margin: 0; }
.compact-table .return-row { grid-template-columns: 1.35fr .75fr .9fr; }
.add-on-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 36px; }
.add-on-row > div { padding: 21px 22px; border-radius: 18px; background: var(--sage); color: var(--green-dark); }
.add-on-row span, .add-on-row strong, .add-on-row b { display: block; }
.add-on-row span { font-size: 17px; font-weight: 700; }
.add-on-row strong { margin-top: 5px; font-family: "Instrument Serif", Georgia, serif; font-size: 48px; font-weight: 400; letter-spacing: -.035em; line-height: .92; }
.add-on-row b { margin-top: 8px; font-size: 15px; line-height: 1.25; }

/* Family Holiday portrait chapter: classic evergreen, cranberry, gold, and snow. */
.holiday-scene {
  --holiday-evergreen: #0d3b2e;
  --holiday-cranberry: #a32136;
  --holiday-gold: #c89d45;
  --holiday-paper: #fff9f0;
  --holiday-ink: #1b2a23;
}
.holiday-scene .eyebrow { color: var(--holiday-cranberry); }
.holiday-scene .eyebrow::before { background: var(--holiday-cranberry); }
.holiday-scene .page-no { color: #8d8477; }

.holiday-intro { background: var(--holiday-paper); }
.holiday-intro .split-copy { background: var(--holiday-paper); }
.holiday-intro .split-copy::after {
  position: absolute;
  right: 76px;
  top: 64px;
  color: var(--holiday-cranberry);
  font-family: Georgia, serif;
  font-size: 138px;
  line-height: 1;
  opacity: .78;
  content: "❄";
  pointer-events: none;
}
.holiday-intro .headline { max-width: 700px; }
.holiday-intro .quote-line { border-left-color: var(--holiday-cranberry); }
.holiday-intro .split-photo::after { position: absolute; z-index: 2; inset: 0; background: radial-gradient(ellipse at center, rgba(255,253,249,0) 48%, rgba(255,253,249,.68) 100%); box-shadow: inset 0 0 92px rgba(255,253,249,.82); content: ""; pointer-events: none; }

.holiday-offer,
.holiday-economics { position: relative; background: var(--holiday-evergreen); }
.holiday-offer::after,
.holiday-economics::after {
  position: absolute;
  z-index: 0;
  right: 86px;
  top: 58px;
  color: rgba(255,249,240,.15);
  font-family: Georgia, serif;
  font-size: 160px;
  line-height: 1;
  content: "❄";
  pointer-events: none;
}
.holiday-offer .slide-inner,
.holiday-economics .slide-inner { position: relative; z-index: 1; }
.holiday-offer .eyebrow,
.holiday-economics .eyebrow { color: #f8dc9a; }
.holiday-offer .eyebrow::before,
.holiday-economics .eyebrow::before { background: #f8dc9a; }
.holiday-offer .headline,
.holiday-economics .headline { max-width: 1160px; color: #fff9f0; }
.holiday-offer .detail-card { border: 1px solid rgba(200,157,69,.34); background: #fffdf9; box-shadow: 0 16px 32px rgba(6,31,23,.18); }
.holiday-offer .detail-card:nth-child(1) { background: var(--holiday-cranberry); border-color: var(--holiday-cranberry); }
.holiday-offer .detail-card:nth-child(1) strong,
.holiday-offer .detail-card:nth-child(1) span { color: #fff9f0; }
.holiday-offer .detail-card strong { color: var(--holiday-evergreen); }
.holiday-offer .detail-card.dark-card { background: #082d22; border-color: rgba(200,157,69,.72); }
.holiday-offer .detail-card.dark-card strong { color: #f8dc9a; }
.holiday-offer .detail-card.dark-card span { color: #f3eee2; }
.holiday-offer .page-no,
.holiday-economics .page-no { color: rgba(255,255,255,.68); }

.holiday-flow { position: relative; background: var(--holiday-paper); }
.holiday-flow::after {
  position: absolute;
  right: 84px;
  top: 56px;
  color: rgba(163,33,54,.22);
  font-family: Georgia, serif;
  font-size: 130px;
  line-height: 1;
  content: "❄";
  pointer-events: none;
}
.holiday-flow .slide-inner { position: relative; z-index: 1; }
.holiday-flow .headline { max-width: 1000px; color: var(--holiday-evergreen); }
.holiday-flow .process-card { border-color: rgba(163,33,54,.2); background: #fffdf9; box-shadow: 0 16px 30px rgba(65,48,33,.08); }
.holiday-flow .process-card:nth-child(2),
.holiday-flow .process-card:nth-child(4) { background: var(--holiday-evergreen); border-color: var(--holiday-evergreen); }
.holiday-flow .process-card:nth-child(2) .process-title,
.holiday-flow .process-card:nth-child(4) .process-title { color: #fff9f0; }
.holiday-flow .process-card:nth-child(2) .process-text,
.holiday-flow .process-card:nth-child(4) .process-text { color: #e9eadf; }
.holiday-flow .process-num { color: var(--holiday-cranberry); }
.holiday-flow .process-card:nth-child(2) .process-num,
.holiday-flow .process-card:nth-child(4) .process-num { color: #f8dc9a; }

.holiday-economics .hero-number { border: 1px solid rgba(200,157,69,.65); background: var(--holiday-cranberry); }
.holiday-economics .hero-number-label { color: #f8dc9a; }
.holiday-economics .hero-number-value { color: #fff9f0; }
.holiday-economics .hero-number-copy { color: #fff0df; }
.holiday-economics .return-table { padding: 16px 26px; border: 1px solid rgba(200,157,69,.44); border-radius: 26px; background: rgba(255,253,249,.97); }
.holiday-economics .return-row strong { color: var(--holiday-cranberry); }
.holiday-economics .soft-white { color: #e7eee7; }

.standalone-deck-nav { position: fixed; z-index: 20; left: 50%; bottom: 22px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 8px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: #0f1d35; box-shadow: 0 12px 30px rgba(15,29,53,.28); pointer-events: auto; transform: translateX(-50%); }
.standalone-deck-nav button, .standalone-deck-nav a { min-height: 40px; padding: 0 16px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: #0f1d35; color: #fff; font: 700 13px/1 "Instrument Sans", Arial, sans-serif; letter-spacing: .02em; text-decoration: none; cursor: pointer; }
.standalone-deck-nav button:last-of-type, .standalone-deck-nav a { background: var(--green-dark); }
.standalone-deck-nav button:disabled { cursor: default; opacity: .5; }
.standalone-deck-nav span { min-width: 50px; color: #fff; font: 700 12px/1 "Instrument Sans", Arial, sans-serif; text-align: center; }

/* Direct-file fallback: independent of the slideshow runtime. */
.standalone-css-nav { display: none; }
.standalone-file-deck .standalone-deck-nav { display: none; }
.standalone-file-deck .standalone-css-nav { position: fixed; z-index: 30; left: 50%; bottom: 22px; display: block; width: min(460px, calc(100vw - 32px)); padding: 8px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: #0f1d35; box-shadow: 0 12px 30px rgba(15,29,53,.28); transform: translateX(-50%); }
.standalone-file-deck .standalone-pager { display: none; align-items: center; justify-content: space-between; gap: 10px; }
.standalone-file-deck .standalone-pager:first-child { display: flex; }
.standalone-file-deck:has(.scene-frame:target) .standalone-pager:first-child { display: none; }
.standalone-file-deck:has(.scene-frame:target) .scene-frame { visibility: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.standalone-file-deck .standalone-pager a, .standalone-file-deck .standalone-pager span { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; color: #fff; font: 700 13px/1 "Instrument Sans", Arial, sans-serif; letter-spacing: .02em; }
.standalone-file-deck .standalone-pager a { min-width: 98px; padding: 0 16px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: #0f1d35; text-decoration: none; }
.standalone-file-deck .standalone-pager .standalone-next { background: var(--green-dark); }
.standalone-file-deck .standalone-nav-spacer { min-width: 98px; }
.standalone-file-deck:has(.scene-frame:target) .scene-frame:target { visibility: visible !important; opacity: 1 !important; pointer-events: auto !important; }

.standalone-motion-curtain {
  position: fixed;
  z-index: 40;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #f4f0e7 0%, #dce9df 68%, #c8d9cd 100%);
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}
.standalone-motion-curtain::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 0 74%, rgba(255,255,255,.34) 74% 78%, transparent 78%);
  content: "";
}
.standalone-motion-curtain span {
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background: var(--green-dark);
  box-shadow: -10px 0 30px rgba(15,29,53,.12);
}
.standalone-motion-curtain.is-holiday {
  background: linear-gradient(135deg, #fff9f0 0%, #dce4e2 62%, #c9d5d1 100%);
}
.standalone-motion-curtain.is-holiday span { background: #a32136; }

.standalone-file-deck [data-anim],
.standalone-file-deck .cover-products,
.standalone-file-deck .split-photo,
.standalone-file-deck .mockup-image,
.standalone-file-deck .next-collage,
.standalone-file-deck .bento-tile,
.standalone-file-deck .cover-products img,
.standalone-file-deck .split-photo img,
.standalone-file-deck .mockup-image img,
.standalone-file-deck .next-collage img {
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  .standalone-motion-curtain { display: none; }
  .standalone-file-deck [data-anim],
  .standalone-file-deck .cover-products,
  .standalone-file-deck .split-photo,
  .standalone-file-deck .mockup-image,
  .standalone-file-deck .next-collage,
  .standalone-file-deck .bento-tile,
  .standalone-file-deck img { will-change: auto; }
}

@media (min-width: 761px) {
  html.standalone-file-deck,
  .standalone-file-deck body {
    width: 100vw;
    height: 100dvh;
    overflow: hidden;
  }

  .standalone-file-deck .scene-frame {
    inset: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(var(--standalone-deck-scale, 1));
    transform-origin: center;
  }
}

/* Phone reading mode for the shareable standalone deck. */
@media (max-width: 760px) {
  html.standalone-file-deck,
  .standalone-file-deck body {
    width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
  }

  .standalone-file-deck .scene-frame {
    inset: 0;
    width: 100vw;
    height: 100dvh;
    transform: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .standalone-file-deck .slide-inner,
  .standalone-file-deck .cover-copy,
  .standalone-file-deck .split-copy,
  .standalone-file-deck .mockup-copy,
  .standalone-file-deck .next-copy {
    position: relative;
    inset: auto;
    padding: 42px 22px 112px;
  }

  .standalone-file-deck .cover-grid,
  .standalone-file-deck .split,
  .standalone-file-deck .mockup-layout,
  .standalone-file-deck .next-grid,
  .standalone-file-deck .economics-grid {
    display: flex;
    min-height: 100%;
    flex-direction: column;
  }

  .standalone-file-deck .cover-copy,
  .standalone-file-deck .split-copy,
  .standalone-file-deck .mockup-copy,
  .standalone-file-deck .next-copy,
  .standalone-file-deck .economics-grid > * {
    width: 100%;
  }

  .standalone-file-deck .cover-products,
  .standalone-file-deck .split-photo,
  .standalone-file-deck .mockup-image,
  .standalone-file-deck .next-photo {
    width: 100%;
    height: 34svh;
    min-height: 240px;
  }

  .standalone-file-deck .next-photo { padding: 16px; }
  .standalone-file-deck .next-photo img { max-height: 100%; border-radius: 18px; object-fit: contain; }
  .standalone-file-deck .next-photo.next-collage {
    display: grid;
    height: auto;
    min-height: 990px;
    padding: 12px 12px 104px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 270px 185px 185px 210px;
    gap: 8px;
  }
  .standalone-file-deck .next-collage .bento-tile { border-radius: 14px; }
  .standalone-file-deck .next-collage .bento-tile img { width: 100%; height: 100%; max-height: none; border-radius: 0; object-fit: cover; }
  .standalone-file-deck .bento-family-five { grid-column: 1 / 3; grid-row: 1; }
  .standalone-file-deck .bento-toddler { grid-column: 1; grid-row: 2; }
  .standalone-file-deck .bento-sisters { grid-column: 2; grid-row: 2; }
  .standalone-file-deck .bento-brothers { grid-column: 1; grid-row: 3; }
  .standalone-file-deck .bento-boy-stone { grid-column: 2; grid-row: 3; }
  .standalone-file-deck .bento-youth-group { grid-column: 1 / 3; grid-row: 4; }

  .standalone-file-deck .cover-copy::after,
  .standalone-file-deck .next-photo::after {
    display: none;
  }

  .standalone-file-deck .holiday-intro .split-copy::after,
  .standalone-file-deck .holiday-offer::after,
  .standalone-file-deck .holiday-flow::after,
  .standalone-file-deck .holiday-economics::after {
    display: none;
  }

  .standalone-file-deck .split-photo img,
  .standalone-file-deck .mockup-image img,
  .standalone-file-deck .next-photo img {
    object-position: center;
  }
  .standalone-file-deck .next-collage .bento-family-five img { object-fit: contain; object-position: center; }
  .standalone-file-deck .next-collage .bento-toddler img { object-position: center 20%; }
  .standalone-file-deck .next-collage .bento-sisters img { object-position: center top; }
  .standalone-file-deck .next-collage .bento-brothers img { object-position: center top; }
  .standalone-file-deck .next-collage .bento-boy-stone img { object-fit: contain; object-position: center; }
  .standalone-file-deck .next-collage .bento-youth-group img { object-fit: contain; object-position: center; }

  .standalone-file-deck .cover-products {
    display: grid;
    height: 42svh;
    min-height: 300px;
    margin-bottom: 112px;
    padding: 14px;
    flex: 0 0 42svh;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 12px;
  }
  .standalone-file-deck .cover-grid { height: auto; }
  .standalone-file-deck .cover-product { min-width: 0; border-radius: 18px; }
  .standalone-file-deck .cover-product-wood img { object-position: center 58%; }
  .standalone-file-deck .cover-product-card img { object-fit: contain; object-position: center; background: #e9dfd2; }
  .standalone-file-deck .cover-product figcaption { padding: 15px 14px; }
  .standalone-file-deck .cover-product figcaption strong { font-size: 22px; }
  .standalone-file-deck .cover-product figcaption span { display: none; }
  .standalone-file-deck .cover-product-wood figcaption { top: 10px; left: 10px; padding: 9px 10px; }
  .standalone-file-deck .cover-product-wood figcaption strong { font-size: 13px; }
  .standalone-file-deck .cover-product-card figcaption { top: 10px; right: 10px; padding: 9px 10px; }
  .standalone-file-deck .cover-product-card figcaption strong { font-size: 13px; }
  .standalone-file-deck .cover-offer-summary { margin-top: 22px; gap: 10px; }
  .standalone-file-deck .cover-offer-summary article { min-height: 0; padding: 13px 12px; border-radius: 14px; }
  .standalone-file-deck .cover-offer-summary span { font-size: 9px; letter-spacing: .06em; }
  .standalone-file-deck .cover-offer-summary strong { margin-top: 6px; font-size: 20px; }
  .standalone-file-deck .cover-offer-summary b { margin-top: 7px; font-size: 12px; }

  .standalone-file-deck .eyebrow {
    gap: 10px;
    font-size: 12px;
    letter-spacing: .1em;
  }

  .standalone-file-deck .eyebrow::before { width: 22px; }
  .standalone-file-deck .display,
  .standalone-file-deck .cover-copy .display { max-width: none; margin-top: 18px; font-size: clamp(47px, 13vw, 68px); line-height: .94; }
  .standalone-file-deck .headline,
  .standalone-file-deck .mockup-copy .headline { max-width: none; margin-top: 18px; font-size: clamp(39px, 10.5vw, 56px); line-height: .98; }
  .standalone-file-deck .subhead { max-width: none; margin-top: 20px; font-size: 19px; line-height: 1.4; }
  .standalone-file-deck .small-note { font-size: 15px; }
  .standalone-file-deck .quote-line { margin-top: 25px; padding-left: 17px; font-size: 18px; line-height: 1.42; }

  .standalone-file-deck .offer-grid,
  .standalone-file-deck .info-grid,
  .standalone-file-deck .eco-grid,
  .standalone-file-deck .process-grid,
  .standalone-file-deck .package-grid,
  .standalone-file-deck .contribution-grid,
  .standalone-file-deck .role-grid,
  .standalone-file-deck .offer-details,
  .standalone-file-deck .add-on-row {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .standalone-file-deck .offer-card,
  .standalone-file-deck .info-card,
  .standalone-file-deck .eco-card,
  .standalone-file-deck .process-card,
  .standalone-file-deck .package-card,
  .standalone-file-deck .contribution-card,
  .standalone-file-deck .role-card,
  .standalone-file-deck .detail-card {
    min-height: auto;
  }

  .standalone-file-deck .offer-card { min-height: 390px; }
  .standalone-file-deck .offer-card-copy { padding: 26px; }
  .standalone-file-deck .offer-title { font-size: 41px; }
  .standalone-file-deck .offer-desc,
  .standalone-file-deck .offer-contribution { font-size: 17px; }
  .standalone-file-deck .offer-contribution strong { font-size: 29px; }

  .standalone-file-deck .info-card,
  .standalone-file-deck .eco-card,
  .standalone-file-deck .process-card,
  .standalone-file-deck .package-card,
  .standalone-file-deck .contribution-card,
  .standalone-file-deck .role-card,
  .standalone-file-deck .detail-card { padding: 25px 22px; }
  .standalone-file-deck .info-card h3,
  .standalone-file-deck .eco-card h3,
  .standalone-file-deck .process-title,
  .standalone-file-deck .package-card h3,
  .standalone-file-deck .role-title { margin-top: 20px; font-size: 34px; }
  .standalone-file-deck .info-card p,
  .standalone-file-deck .eco-card p,
  .standalone-file-deck .process-text,
  .standalone-file-deck .package-card p,
  .standalone-file-deck .role-list li,
  .standalone-file-deck .detail-card span { font-size: 17px; }
  .standalone-file-deck .eco-card h3 { font-size: 31px; }
  .standalone-file-deck .process-card:nth-child(2),
  .standalone-file-deck .process-card:nth-child(4) { margin-top: 0; }

  .standalone-file-deck .price-lockup > strong { font-size: 76px; }
  .standalone-file-deck .price-lockup > b,
  .standalone-file-deck .mockup-body { font-size: 18px; }
  .standalone-file-deck .component-item { font-size: 17px; }
  .standalone-file-deck .hero-number { padding: 30px; }
  .standalone-file-deck .hero-number-value { font-size: 98px; }
  .standalone-file-deck .hero-number-copy { font-size: 18px; }
  .standalone-file-deck .return-row,
  .standalone-file-deck .return-row.header { min-height: auto; padding: 15px 0; font-size: 14px; }
  .standalone-file-deck .return-row strong { font-size: 30px; }
  .standalone-file-deck .contribution-card strong { margin-top: 20px; font-size: 70px; }

  .standalone-file-deck .partner-lockup {
    position: static;
    flex-wrap: wrap;
    margin-top: 28px;
  }
  .standalone-file-deck .school-wordmark { width: 145px; }
  .standalone-file-deck .lovelace-wordmark { height: 20px; }
  .standalone-file-deck .page-no { position: static; margin-top: 30px; font-size: 13px; text-align: right; }

  .standalone-file-deck .standalone-css-nav {
    bottom: max(12px, env(safe-area-inset-bottom));
    width: calc(100vw - 28px);
  }
  .standalone-file-deck .standalone-pager a,
  .standalone-file-deck .standalone-nav-spacer { min-width: 86px; }
}
