.hero { padding: 1rem 0 3.5rem; background: var(--paper); }
.hero-stage { position: relative; max-width: 1380px; margin: 0 auto; padding: 0 .75rem; }
.hero-lid { position: relative; z-index: 3; padding: 3.7rem 1.25rem 1.25rem; background: var(--kraft); border: 2px solid #70441f; box-shadow: 8px 10px 0 #8b5e32; }
.hero-lid::before, .history-layer::before, .history-image::before, .closed-box::before { content: ""; position: absolute; z-index: 2; inset: .7rem; border: 1px dashed rgb(34 23 16 / 48%); pointer-events: none; }
.hero-lid::after, .history-layer::after, .closed-box::after { content: ""; position: absolute; z-index: 3; top: 0; left: 50%; width: 5.5rem; height: 1.65rem; background: rgb(240 213 163 / 74%); border-inline: 1px solid rgb(34 23 16 / 25%); transform: translateX(-50%); }
.hero-lid-copy, .hero-lid-actions { position: relative; z-index: 4; }
.hero-lid .eyebrow { color: var(--granata-deep); }
.hero h1 { max-width: 10.5ch; margin-top: 1rem; font-size: clamp(3.15rem, 14.5vw, 5rem); letter-spacing: -.05em; line-height: .86; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { margin-top: .18em; }
.hero-lede { max-width: 32rem; margin-top: 1.5rem; font-size: 1.04rem; }
.hero-lid-actions { display: grid; grid-template-columns: minmax(0, 1fr) 86px; align-items: end; gap: 1rem; margin-top: 2.25rem; }
.opening-stamp { width: 82px; height: 82px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--paper); background: var(--granata); border: 2px solid var(--paper); border-radius: 50%; transform: rotate(-7deg); }
.opening-stamp span { font: 700 .58rem/1.2 var(--mono); text-transform: uppercase; }
.opening-stamp strong { font-family: var(--display); font-size: 1.35rem; }
.hero-scene { position: relative; z-index: 1; width: calc(100% - 1.25rem); min-height: 390px; margin: -1rem auto 0; overflow: hidden; background: var(--stone-deep); border: 2px solid #70441f; box-shadow: 6px 8px 0 var(--stone-deep); transform: rotate(.6deg); }
.hero-scene picture, .hero-scene img { min-height: 390px; height: 100%; }
.hero-scene img { object-fit: cover; object-position: center 48%; }
.fact-tape { position: relative; z-index: 4; width: calc(100% - 1.75rem); display: grid; margin: -1rem auto 0; color: var(--ink); background: var(--paper); border: 2px solid var(--ink); box-shadow: 5px 6px 0 var(--granata); }
.fact-tape > div { display: grid; grid-template-columns: 5.5rem 1fr; gap: .75rem; align-items: center; padding: .85rem 1rem; border-bottom: 1px dashed var(--line-dark); }
.fact-tape > div:last-child { border-bottom: 0; }
.fact-tape dt { color: var(--granata-deep); font: 700 .72rem/1.2 var(--mono); text-transform: uppercase; }
.fact-tape dd { font-family: var(--display); font-size: 1rem; font-weight: 700; }
.fact-tape a { min-height: 44px; display: inline-flex; align-items: center; gap: .7rem; }
.motion-ready:not(.motion-fallback) .hero-lid { opacity: 0; transform: translateY(-1.5rem) rotate(-.4deg); }
.motion-ready:not(.motion-fallback) .hero-scene { opacity: 0; transform: translateY(1.5rem) rotate(1.2deg); }
.motion-ready:not(.motion-fallback) .opening-stamp { opacity: 0; transform: scale(.8) rotate(-14deg); }
.motion-ready .hero.is-entered .hero-lid, .motion-fallback .hero-lid { opacity: 1; transform: none; transition: opacity .55s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
.motion-ready .hero.is-entered .hero-scene, .motion-fallback .hero-scene { opacity: 1; transform: rotate(.6deg); transition: opacity .7s ease 100ms, transform .85s cubic-bezier(.2,.75,.25,1) 100ms; }
.motion-ready .hero.is-entered .opening-stamp, .motion-fallback .opening-stamp { opacity: 1; transform: rotate(-7deg); transition: opacity .4s ease 330ms, transform .55s cubic-bezier(.2,.75,.25,1) 330ms; }
.story { padding: 5rem 0 6.5rem; background: var(--paper); }
.story-heading { padding: 0 var(--page); }
.story-heading .eyebrow { color: var(--granata); }
.story-heading h2 { max-width: 11ch; margin-top: 1rem; font-size: clamp(3.1rem, 13vw, 5.3rem); letter-spacing: -.05em; line-height: .88; }
.story-heading > p:last-child { max-width: 34rem; margin-top: 1.3rem; color: var(--muted); font-size: 1.05rem; }
.box-stack { margin-top: 3rem; }
.history-layer, .history-image { position: relative; width: calc(100% - 2rem); margin-inline: auto; border: 2px solid #70441f; box-shadow: 0 10px 0 #8b5e32; }
.history-layer { min-height: 290px; display: flex; flex-direction: column; justify-content: center; padding: 3.25rem 1.4rem 2.5rem; background: var(--kraft); }
.history-layer::after { top: -.45rem; width: 4.25rem; height: 1.35rem; }
.history-layer h3 { max-width: 12ch; margin-top: .85rem; color: var(--granata-deep); font-size: 2.55rem; letter-spacing: -.04em; line-height: .92; }
.history-layer > p:last-child { max-width: 34rem; margin-top: 1.15rem; }
.history-image { min-height: 420px; margin-top: 1.2rem; overflow: hidden; background: var(--stone); }
.history-image picture, .history-image img { min-height: 420px; height: 100%; }
.history-image img { object-fit: cover; object-position: center; }
.layer-opening { margin-top: 1.2rem; color: var(--paper); background: var(--stone); border-color: var(--warm); box-shadow: 0 10px 0 var(--stone-deep); }
.layer-opening::before { border-color: var(--line-light); }
.layer-opening::after { background: rgb(247 238 220 / 70%); }
.layer-opening .layer-label { color: var(--warm); }
.layer-opening h3, .layer-opening > p:last-child { color: var(--paper); }
.layer-growth { margin-top: 1.2rem; background: var(--kraft-light); }
.name-band { position: relative; isolation: isolate; overflow: hidden; padding: 5.5rem var(--page) 6rem; color: var(--paper); background: var(--granata); border-block: 1px solid var(--granata-deep); }
.name-band::before { content: ""; position: absolute; z-index: -1; inset: 1rem; border: 1px dashed rgb(247 238 220 / 42%); }
.name-word { position: absolute; z-index: -1; top: .55rem; left: 0; width: 100%; overflow: hidden; color: rgb(247 238 220 / 11%); font-family: var(--display); font-size: clamp(5.6rem, 24vw, 10rem); font-weight: 700; letter-spacing: -.07em; line-height: .78; text-transform: uppercase; white-space: nowrap; }
.name-seal { width: 116px; height: 116px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 3.4rem; color: var(--ink); background: var(--kraft-light); border: 2px solid var(--ink); border-radius: 50%; box-shadow: 6px 6px 0 var(--granata-deep); transform: rotate(-6deg); }
.name-seal span { font: 700 .62rem/1.2 var(--mono); text-transform: uppercase; }
.name-seal strong { color: var(--granata-deep); font-family: var(--display); font-size: 3.4rem; line-height: .9; }
.name-copy { position: relative; z-index: 1; }
.name-copy h2 { max-width: 12ch; margin-top: 1rem; font-size: clamp(3.1rem, 13.5vw, 5.6rem); letter-spacing: -.05em; line-height: .88; }
.name-copy > p:last-child { max-width: 38rem; margin-top: 1.5rem; }
.contact { padding: 5.5rem .75rem 6.5rem; background: var(--paper); }
.closed-box { position: relative; max-width: 1180px; margin: 0 auto; padding: 4rem 1rem 1.2rem; background: var(--kraft); border: 2px solid #70441f; box-shadow: 10px 10px 0 var(--stone-deep); }
.closed-box::after { width: 6rem; height: 1.6rem; }
.contact-heading, .phone-label, .receipt { position: relative; z-index: 4; }
.contact-heading .eyebrow { color: var(--granata-deep); }
.contact-heading h2 { max-width: 10ch; margin-top: 1rem; font-size: clamp(3.25rem, 14vw, 5.8rem); letter-spacing: -.05em; line-height: .88; }
.contact-heading > p:last-child { max-width: 35rem; margin-top: 1.35rem; }
.phone-label { min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; margin-top: 2.5rem; padding: 1.3rem; color: var(--paper); background: var(--granata); border: 1px solid var(--ink); text-decoration: none; }
.phone-label > span, .receipt span { font: 700 .76rem/1.2 var(--mono); text-transform: uppercase; }
.phone-label strong { font-family: var(--display); font-size: clamp(2.35rem, 10.5vw, 4.8rem); line-height: 1; }
.phone-label small, .receipt small { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid currentColor; font: 700 .88rem/1.25 var(--mono); text-transform: uppercase; }
.receipt { margin-top: 1rem; padding: .9rem; background: var(--paper); border: 1px solid var(--ink); }
.receipt a { min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; gap: 1rem; padding: 1rem .35rem; border-bottom: 1px dashed var(--line-dark); text-decoration: none; }
.receipt a:last-child { border-bottom: 0; }
.receipt strong { font-family: var(--display); font-size: 1.08rem; line-height: 1.18; overflow-wrap: anywhere; }
@media (min-width: 760px) {
    .hero { padding: 2rem 0 5rem; }
    .hero-stage { padding-inline: 3vw; }
    .hero-lid { width: 64%; padding: 5rem 3.5vw 2.5rem; }
    .hero h1 { font-size: clamp(4.8rem, 7.6vw, 7.2rem); }
    .hero-lid-actions { grid-template-columns: minmax(240px, .72fr) 96px; justify-content: space-between; }
    .opening-stamp { width: 92px; height: 92px; }
    .hero-scene { width: 54%; min-height: 640px; margin: -25rem 0 0 auto; transform: rotate(1.2deg); }
    .hero-scene picture, .hero-scene img { min-height: 640px; height: 100%; }
    .motion-ready .hero.is-entered .hero-scene, .motion-fallback .hero-scene { transform: rotate(1.2deg); }
    .fact-tape { width: 88%; grid-template-columns: repeat(3, 1fr); margin-top: -2.25rem; }
    .fact-tape > div { grid-template-columns: 1fr; gap: .35rem; padding: 1.1rem 1.4rem; border-right: 1px dashed var(--line-dark); border-bottom: 0; }
    .fact-tape > div:last-child { border-right: 0; }
    .story { padding: 7rem 0 8rem; }
    .story-heading { display: grid; grid-template-columns: .62fr 1fr; gap: 1rem 6vw; align-items: end; padding: 0 5vw; }
    .story-heading .eyebrow { align-self: start; padding-top: .8rem; }
    .story-heading h2 { font-size: clamp(4.5rem, 7vw, 7rem); }
    .story-heading > p:last-child { grid-column: 2; }
    .box-stack { margin-top: 4.5rem; }
    .history-layer, .history-image { width: min(880px, 82vw); }
    .history-layer { min-height: 340px; padding: 4.5rem 5vw; }
    .history-layer h3 { font-size: clamp(3.5rem, 5.5vw, 5.5rem); }
    .history-layer > p:last-child { margin-left: auto; font-size: 1.03rem; }
    .history-image, .history-image picture, .history-image img { min-height: 540px; height: 540px; }
    .layer-before { transform: translateX(-3vw) rotate(-.5deg); }
    .history-image { transform: translateX(3vw) rotate(.6deg); }
    .layer-opening { transform: translateX(-2vw) rotate(-.4deg); }
    .layer-growth { transform: translateX(2vw) rotate(.45deg); }
    .name-band { min-height: 760px; display: grid; grid-template-columns: .55fr 1fr; align-items: center; gap: 6vw; padding: 8rem 7vw; }
    .name-word { top: auto; bottom: -.16em; font-size: clamp(9rem, 17vw, 17rem); }
    .name-seal { width: 154px; height: 154px; margin: 0; }
    .name-seal strong { font-size: 4.7rem; }
    .name-copy h2 { font-size: clamp(4.6rem, 6.8vw, 7rem); }
    .contact { padding: 8rem 4vw; }
    .closed-box { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 2rem 5vw; padding: 5.5rem 4vw 3rem; box-shadow: 16px 16px 0 var(--stone-deep); }
    .contact-heading h2 { font-size: clamp(4.5rem, 6.5vw, 6.5rem); }
    .phone-label { min-height: 280px; margin-top: 0; padding: 1.8rem; }
    .receipt { grid-column: 2; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: -1rem; padding: 1rem; }
    .receipt a { min-height: 190px; padding: 1.1rem; border-right: 1px dashed var(--line-dark); border-bottom: 0; }
    .receipt a:last-child { border-right: 0; }
}
@media (min-width: 1000px) {
    .hero-lid { width: 59%; }
    .hero-scene { width: 50%; margin-top: -29rem; }
    .box-stack { width: min(1180px, 90vw); display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: auto auto auto; gap: 1.5rem; margin-inline: auto; }
    .history-layer, .history-image { width: auto; margin: 0; }
    .layer-before { z-index: 3; grid-column: 1 / 8; grid-row: 1; transform: rotate(-.7deg); }
    .history-image { z-index: 1; grid-column: 6 / 13; grid-row: 1 / 3; align-self: center; transform: rotate(.65deg); }
    .layer-opening { z-index: 4; grid-column: 2 / 8; grid-row: 2; transform: rotate(-.45deg); }
    .layer-growth { z-index: 5; grid-column: 4 / 11; grid-row: 3; transform: rotate(.55deg); }
}
@media (min-width: 1180px) {
    .hero-stage { padding-inline: 5vw; }
    .hero-lid { padding-left: 4vw; padding-right: 4vw; }
    .hero-scene { min-height: 700px; margin-top: -32rem; }
    .hero-scene picture, .hero-scene img { min-height: 700px; }
    .fact-tape { width: 82%; }
}
@media (min-width: 760px) and (max-width: 999px) {
    .closed-box { display: block; }
    .phone-label { margin-top: 2.5rem; }
    .receipt { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 1rem; }
}
@media (max-width: 359px) {
    .site-header { padding-left: .7rem; padding-right: .7rem; }
    .brand { width: 104px; height: 52px; }
    .header-call { padding-left: .65rem; }
    .header-call strong { font-size: .82rem; }
    .site-header nav a { padding-inline: .2rem; font-size: .7rem; }
    .hero-stage { padding-inline: .55rem; }
    .hero-lid { padding-left: 1rem; padding-right: 1rem; }
    .hero h1 { font-size: 2.9rem; }
    .hero-lid-actions { grid-template-columns: minmax(0, 1fr) 74px; gap: .65rem; }
    .opening-stamp { width: 72px; height: 72px; }
    .history-layer, .history-image { width: calc(100% - 1.4rem); }
    .history-layer { padding-left: 1.1rem; padding-right: 1.1rem; }
    .history-layer h3 { font-size: 2.3rem; }
    .contact { padding-left: .5rem; padding-right: .5rem; }
    .phone-label strong { font-size: 2.2rem; }
    .receipt { padding: .65rem; }
}
@media (prefers-reduced-motion: reduce) {
    .hero-lid, .hero-scene, .opening-stamp { opacity: 1 !important; transform: none !important; }
}
