.hero{position:relative;padding:5.5rem 0 0;overflow:hidden;background:var(--cream);display:flex;flex-direction:column}.hero-content{position:relative;z-index:2;max-width:1200px;width:100%;margin:0 auto;padding:1rem 2.5rem 3.5rem;animation:fadeUp 1s var(--ease-out-expo) both}.hero-title{font-family:var(--font-display);font-size:clamp(2.4rem, 5vw, 4.2rem);line-height:1.04;color:var(--ink);font-weight:400;letter-spacing:-.02em;margin-bottom:1.25rem;max-width:20ch}.hero-title em{font-style:italic;color:var(--terracotta)}.hero-subtitle{font-family:var(--font-body);font-size:1.05rem;color:var(--ink-soft);max-width:440px;margin-bottom:1.75rem;line-height:1.55}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-band{width:100%;position:relative;overflow:hidden;animation:fadeIn 1.3s var(--ease-out-expo) both;animation-delay:.2s}.hero-band img{width:100%;height:auto;display:block}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.hero-icon{display:none}@media (min-width:901px){.hero{padding:0;min-height:67vh;display:block}.hero-band{position:absolute;top:5rem;right:0;bottom:0;left:auto;width:100%;max-width:1450px;height:auto;animation:fadeIn 1.4s var(--ease-out-expo) both}.hero-band img{width:100%;height:100%;object-fit:scale-down;object-position:right center}.hero-band::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--cream) 0,var(--cream) 18%,rgba(244,239,230,.85) 30%,rgba(244,239,230,.2) 45%,transparent 60%);z-index:1;pointer-events:none}.hero::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 75%,var(--paper) 100%);z-index:1;pointer-events:none}.hero-content{position:relative;z-index:2;padding:9rem 2.5rem 6rem;display:flex;flex-direction:column;justify-content:center;min-height:67vh;max-width:1200px;margin:0 auto;width:100%}.hero-content>*{max-width:520px}.hero-title{margin-bottom:1.5rem}}@media (min-width:901px) and (max-width:1200px){.hero{height:67vh;min-height:67vh}.hero-content{min-height:67vh}.hero-band img{object-fit:cover;object-position:left center}}@media (max-width:900px){.hero{min-height:85svh;padding:5.5rem 0 3rem;justify-content:center}.hero-band{display:none}.hero-content{padding:2rem 2rem;text-align:center}.hero-icon{display:block;width:4.5rem;height:4.5rem;margin:0 auto 1.5rem}.hero-title{margin:0 auto 1.5rem;font-size:clamp(2.6rem, 9vw, 3.4rem)}.hero-subtitle{margin:0 auto 2rem;max-width:320px}.hero-actions{justify-content:center}}@media (max-width:600px){.hero{padding:5rem 0 2.5rem;min-height:80svh}.hero-content{padding:1.5rem 1.5rem}.hero-title{max-width:100%}}