html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { background: var(--paper); }
main { overflow: clip; }
.skip-link { position: fixed; left: 20px; top: -70px; background: var(--paper); color: var(--ink); padding: 14px; z-index: 100; }
.skip-link:focus { top: 12px; }
.reading-progress { position: fixed; inset: 0 0 auto; height: 3px; background: var(--orange); transform: scaleX(0); transform-origin: left; z-index: 50; }
.header { position: fixed; top: 0; left: 0; right: 0; padding: 18px var(--edge); z-index: 40; transition: background 220ms, padding 220ms; }
.header.scrolled { background: #29251ff5; padding-block: 10px; box-shadow: 0 1px #fff7e926; }
.header h1 { font-size: clamp(23px,2.3vw,34px); }
.header .brand-cat { width: 48px; height: 52px; }
.section-nav { display: flex; align-items: center; gap: 28px; }
.section-nav a { padding: 12px 0; font: 10px 'Courier New', monospace; letter-spacing: .06em; border-bottom: 1px solid transparent; }
.section-nav a:hover, .section-nav a[aria-current] { border-color: var(--orange); color: var(--orange); }
.scene { min-height: 780px; }
.scene .footer { bottom: calc(var(--edge) + 20px); }
.scene .story { max-width: 470px; }
@media (min-width: 761px) { .scene .pet-hint { bottom: 12%; } }
.scroll-cue { position: absolute; bottom: 13px; left: 50%; transform: translateX(-50%); font: 9px 'Courier New', monospace; letter-spacing: .1em; display: flex; align-items: center; gap: 12px; padding: 10px; white-space: nowrap; }
.scroll-cue span { font: 20px Arial, sans-serif; }
.section-pad { padding: 100px var(--edge); }
.section-kicker { display: flex; justify-content: space-between; align-items: center; gap: 20px; font: 10px 'Courier New', monospace; letter-spacing: .09em; padding-bottom: 24px; border-bottom: 1px solid currentColor; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding: 45px 0 55px; }
.section-heading h2, .inside h2 { font-size: clamp(48px,6vw,86px); line-height: .98; letter-spacing: -.065em; font-weight: 500; max-width: none; margin: 0; }
.section-heading > p { margin: 0 0 6px; font-size: 15px; line-height: 1.7; }
.delivery { color: var(--ink); background: var(--paper); }
.delivery-route { display: flex; justify-content: space-between; margin-bottom: 23px; }
.route-point { font: 9px 'Courier New', monospace; letter-spacing: .08em; display: flex; align-items: center; gap: 8px; color: #71685e; }
.route-point i { display: block; width: 6px; height: 6px; border-radius: 50%; background: #c4bbaa; }
.route-point.active { color: var(--ink); }
.route-point.active i { background: #bb6621; box-shadow: 0 0 0 4px #bb662121; }
.gallery-note { display: flex; justify-content: space-between; gap: 20px; font: 9px 'Courier New', monospace; letter-spacing: .07em; margin-top: 22px; color: #736452; }
.inside { background: #e7d7bd; color: var(--ink); position: relative; }
.inside-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: center; padding-top: 70px; }
.inside h2 { font-size: clamp(47px,5vw,72px); }
em { font-style: normal; color: #ab5d24; }
.inside-copy > p { max-width: 425px; font-size: 15px; line-height: 1.8; }
.inside-copy > .large-copy { font-size: 20px; letter-spacing: -.025em; line-height: 1.5; margin: 29px 0 21px; }
.quick-facts { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #29251f33; border-bottom: 1px solid #29251f33; margin: 32px 0 22px; padding: 24px 0; gap: 20px; }
.quick-facts div { display: flex; flex-direction: column; gap: 9px; }
.quick-facts span, .mono { font: 9px 'Courier New', monospace; letter-spacing: .07em; }
.quick-facts strong { font-size: 15px; font-weight: 500; }
.quick-facts small { font-size: 11px; color: #736452; }
.text-link { display: inline-flex; align-items: center; gap: 40px; font: 11px 'Courier New', monospace; padding: 13px 0; border-bottom: 1px solid currentColor; }
.package-wrap { perspective: 1100px; }
.package { position: relative; width: 100%; min-height: 440px; aspect-ratio: .95; filter: drop-shadow(14px 22px 16px #59412a25); background: #c49761; border-radius: 4px; isolation: isolate; }
.package-cover { position: absolute; inset: 0; background: repeating-linear-gradient(90deg,#ffffff05 0px,#ffffff05 1px,transparent 1px,transparent 3px), linear-gradient(125deg,#d7b17c,#be8e57); border: 1px solid #a47644; border-radius: 4px; overflow: hidden; transform-origin: left; transition: transform 700ms cubic-bezier(.2,.7,.2,1), opacity 500ms; }
.package-tape { position: absolute; top: 0; left: 46%; width: 18%; height: 100%; background: #28333c; color: #e7d7bd9c; writing-mode: vertical-rl; text-align: center; padding: 20px; font: bold 11px 'Courier New', monospace; letter-spacing: .23em; }
.shipping-label { position: absolute; left: 9%; right: 18%; top: 17%; background: #faf4e6; color: #29251f; transform: rotate(-7deg); padding: 23px; box-shadow: 1px 2px 5px #0002; }
.label-top { display: flex; align-items: center; justify-content: space-between; }
.label-top strong { font-size: clamp(25px,3.2vw,43px); line-height: .95; letter-spacing: -.05em; }
.label-top > span { font-size: 44px; letter-spacing: -.14em; }
.label-rule { height: 2px; background: currentColor; margin: 20px 0; }
.shipping-label p { font: 11px/1.8 'Courier New', monospace; }
.barcode { height: 38px; margin: 18px 0 10px; background: repeating-linear-gradient(90deg,#29251f 0 2px,transparent 2px 5px,#29251f 5px 6px,transparent 6px 10px,#29251f 10px 14px,transparent 14px 16px,#29251f 16px 17px,transparent 17px 23px); }
.shipping-label small { font: 8px 'Courier New', monospace; letter-spacing: .08em; }
.box-heart { position: absolute; bottom: 6%; right: 7%; font-size: 60px; color: #59432e; transform: rotate(12deg); }
.package-reveal { position: absolute; inset: 0; background: var(--paper); overflow: hidden; border-radius: 4px; }
.package-reveal > img { display: block; width: 100%; height: 45%; object-fit: cover; }
.package-receipt { padding: 23px 26px; }
.package-receipt h3 { font-size: 26px; font-weight: 500; letter-spacing: -.04em; margin: 9px 0 20px; }
.package-receipt dl { margin: 0; }
.package-receipt dl > div { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; border-top: 1px dashed #29251f33; font: 9px 'Courier New', monospace; }
.package-receipt dd { margin: 0; text-align: right; }
.package-receipt > p { font-size: 12px; margin: 17px 0 0; }
.package[data-open="true"] .package-cover { transform: rotateY(-105deg); opacity: 0; pointer-events: none; }
.unbox-button { display: flex; align-items: center; justify-content: space-between; gap: 22px; width: 100%; padding: 20px 24px; background: var(--ink); color: var(--paper); border: 0; font: 11px 'Courier New', monospace; margin-top: 18px; }
.unbox-button:hover { background: #54432e; }
.unbox-button span { font: 20px Arial, sans-serif; }
.package-caption { text-align: center; font: 10px 'Courier New', monospace; margin: 16px 0 0; color: #65543f; }
.join { background: #29251f; color: var(--paper); display: grid; grid-template-columns: 1fr 1fr; align-items: center; position: relative; overflow: hidden; }
.join h2 { font-size: clamp(74px,10vw,140px); line-height: .9; letter-spacing: -.075em; margin: 25px 0; }
.join em { color: var(--orange); }
.join-copy > p:not(.eyebrow):not(.launch-note) { font-size: 17px; margin-bottom: 27px; }
.join-x { display: inline-flex; align-items: center; justify-content: space-between; width: min(350px,100%); padding: 21px 25px; background: var(--orange); color: var(--ink); font: 11px 'Courier New', monospace; }
.join-x:hover { background: var(--paper); }
.join-x > span { font-size: 20px; }
.launch-note { font: 8px/1.8 'Courier New', monospace; letter-spacing: .08em; margin-top: 20px; }
.join-art { position: relative; }
.join-art > img { display: block; width: 95%; height: auto; transform: rotate(7deg); }
.stamp { position: absolute; top: 0; right: 0; width: 155px; height: 155px; border: 2px solid var(--orange); border-radius: 50%; color: var(--orange); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(15deg); font: 11px/1.6 'Courier New', monospace; z-index: 1; background: #29251f; }
.stamp b { font: 19px Arial, sans-serif; }
.stamp span { font-size: 7px; padding-top: 11px; }
.site-footer { background: var(--orange); color: var(--ink); padding: 30px var(--edge) 25px; }
.footer-wordmark { font-size: clamp(60px,15.6vw,280px); font-weight: 800; letter-spacing: -.08em; line-height: 1.05; white-space: nowrap; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid #29251f55; padding-top: 25px; font: 10px 'Courier New', monospace; }
.footer-bottom a { padding-bottom: 12px; }
.photo-dialog { width: min(1100px,94vw); max-height: 93svh; padding: 15px; border: 1px solid #fff7e940; color: var(--paper); background: #29251f; }
.photo-dialog::backdrop { background: #171410e8; backdrop-filter: blur(8px); }
.dialog-toolbar, .dialog-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; font: 11px 'Courier New', monospace; }
.dialog-toolbar { margin-bottom: 14px; }
.dialog-toolbar button, .dialog-bottom button, .dialog-bottom a { background: transparent; color: inherit; border: 1px solid #fff7e955; padding: 12px; min-height: 44px; font: inherit; }
.photo-dialog > img { display: block; width: 100%; max-height: 68svh; object-fit: contain; }
.dialog-bottom { margin-top: 14px; }
.toast { position: fixed; bottom: 24px; right: 24px; z-index: 70; }
.reveal-ready { transition: opacity 750ms, transform 750ms; }
.reveal-ready:not(.is-visible) { opacity: 0; transform: translateY(25px); }
html[data-motion="off"] *, html[data-motion="off"] *::before, html[data-motion="off"] *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
html[data-motion="off"] .reveal-ready { opacity: 1; transform: none; }
html[data-motion="off"] .package[data-open="true"] .package-cover { transform: none; }
@media (min-width: 1600px) { .section-pad { padding-inline: max(var(--edge), calc((100vw - 1500px)/2)); } }
@media (max-width: 1050px) { .section-nav { gap: 16px; } .section-nav a { font-size: 8px; } .inside-grid { gap: 5%; } .package { aspect-ratio: .85; } .package-receipt { padding: 20px; } .package-receipt h3 { font-size: 22px; margin-bottom: 14px; } }
@media (max-width: 850px) { .section-nav { display: none; } .section-heading { align-items: flex-start; flex-direction: column; gap: 22px; } .inside-grid { gap: 35px; } .package-receipt dl > div { font-size: 8px; } }
@media (max-width: 760px) {
 html { scroll-padding-top: 85px; }
 .header { padding: 14px 20px; }
 .header .brand-cat { width: 35px; height: 42px; }
 .header h1 { font-size: 24px; }
 .header .brand { gap: 6px; }
 .scene { min-height: 830px; }
 .scene .footer { bottom: 62px; }
 .scene .character-stage { bottom: max(40%, 345px); height: min(49svh,420px); width: min(99vw,420px); }
 .scene .story { margin-bottom: 19px; }
 .scene .story h2 { font-size: 30px; }
 .scene .eyebrow { font-size: 7px; }
 .scroll-cue { bottom: 10px; }
 .section-pad { padding: 65px 24px; }
 .section-kicker { font-size: 8px; padding-bottom: 19px; }
 .section-kicker > span:last-child { text-align: right; max-width: 140px; }
 .section-heading { padding: 33px 0 35px; }
 .section-heading h2, .inside h2 { font-size: 49px; }
 .section-heading > p { font-size: 13px; }
 .delivery-route { gap: 8px; }
 .route-point { font-size: 7px; gap: 4px; }
 .route-point i { width: 4px; height: 4px; }
 .gallery-note { font-size: 7px; line-height: 1.6; }
 .gallery-note > span { max-width: 48%; }
 .gallery-note > span:last-child { text-align: right; }
 .inside-grid { grid-template-columns: 1fr; padding-top: 36px; gap: 45px; }
 .inside-copy > .large-copy { font-size: 19px; }
 .inside-copy > p { font-size: 14px; }
 .quick-facts strong { font-size: 14px; }
 .package-wrap { width: min(440px,100%); margin: auto; }
 .package { aspect-ratio: .88; }
 .package-receipt h3 { font-size: 24px; }
 .package-receipt dl > div { font-size: 9px; }
 .join { grid-template-columns: 1fr; padding-bottom: 10px; }
 .join h2 { font-size: 90px; }
 .join-art { width: min(400px,100%); margin: 20px auto 0; }
 .stamp { width: 120px; height: 120px; font-size: 9px; }
 .stamp b { font-size: 16px; }
 .stamp span { font-size: 6px; }
 .footer-wordmark { font-size: 15vw; }
 .footer-bottom { font-size: 8px; gap: 20px; }
 .dialog-toolbar, .dialog-bottom { font-size: 8px; gap: 6px; }
 .dialog-bottom button, .dialog-bottom a { padding-inline: 9px; }
}
@media (max-width: 360px) { .header { padding-inline: 15px; } .header h1 { font-size: 21px; } .header .brand-cat { width: 30px; } .header-actions { gap: 4px; } .section-pad { padding-inline: 18px; } .section-heading h2, .inside h2 { font-size: 42px; } .package { aspect-ratio: .75; } .shipping-label { padding: 18px; } .scene .story h2 { font-size: 27px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal-ready { opacity: 1 !important; transform: none !important; } }
.parcel-report { display: grid; grid-template-columns: .8fr 1fr .8fr 1fr; border: 1px solid #29251f33; margin-top: 22px; background: #f5eddf; }
.parcel-report > div { padding: 20px 24px; display: flex; flex-direction: column; gap: 12px; border-right: 1px dashed #29251f33; }
.parcel-report > div:last-child { border: 0; }
.parcel-report span { font: 8px 'Courier New', monospace; letter-spacing: .06em; color: #736452; }
.parcel-report strong { font: 11px 'Courier New', monospace; letter-spacing: .03em; }
@media (max-width: 760px) { .parcel-report { grid-template-columns: 1fr 1fr; } .parcel-report > div { padding: 17px; } .parcel-report > div:nth-child(2) { border-right: 0; } .parcel-report > div:nth-child(-n+2) { border-bottom: 1px dashed #29251f33; } .parcel-report strong { font-size: 10px; } }
