@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");:root{--cream:#fdf6e3;--marketing-green-deep:#193526;--marketing-green:#1f5238;--marketing-cream:#f5f1e8;--marketing-cream-light:#fdf6e3;--marketing-ink:#1a1a1a;--marketing-muted:rgba(26,26,26,.72)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scrollPulse{0%,to{opacity:.45;transform:translateY(0)}50%{opacity:1;transform:translateY(6px)}}.marketing-page{min-height:100vh;margin:0;background:var(--marketing-cream);color:var(--marketing-ink);font-family:Libre Baskerville,Georgia,serif}.marketing-main{display:flex;flex-direction:column;min-height:100vh}.marketing-hero.hero{position:relative;min-height:min(92vh,820px)}.marketing-hero-image.hero-image{position:absolute;inset:0;background-size:cover;background-position:50%;background-repeat:no-repeat}.marketing-hero-overlay.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(25,53,38,.42) 0,rgba(25,53,38,.72) 55%,rgba(25,53,38,.88))}.hero-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:0 1rem 8vh;text-align:center;color:var(--cream)}@media (min-width:480px){.hero-content{padding:0 1.25rem 9vh}}@media (min-width:768px){.hero-content{padding:0 2rem 10vh}}.hero-logo{width:clamp(96px,12vw,144px);max-width:100%;height:auto;display:block;margin-bottom:28px;filter:drop-shadow(0 4px 16px rgba(0,0,0,.25));opacity:0;animation:fadeUp 1.4s cubic-bezier(.22,1,.36,1) .2s forwards}.hero-wordmark{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2.5rem,6vw,3.75rem);font-weight:500;font-style:italic;letter-spacing:.14em;color:var(--cream);text-transform:uppercase;text-align:center;line-height:1.05;margin:0;opacity:0;animation:fadeUp 1.6s cubic-bezier(.22,1,.36,1) .6s forwards}.hero-rule{width:min(200px,40vw);height:1px;margin:1.25rem auto;background:hsla(44,87%,94%,.35);border:0;opacity:0;animation:fadeIn 1.4s ease-out 1.4s forwards}.hero-headline{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.75rem,4.5vw,2.75rem);font-style:italic;line-height:1.25;letter-spacing:.02em;color:var(--cream);max-width:34rem;margin:0;animation:fadeUp 1.4s cubic-bezier(.22,1,.36,1) 1s forwards}.hero-headline,.hero-tagline{font-weight:400;text-align:center;opacity:0}.hero-tagline{font-family:Libre Baskerville,Georgia,serif;font-size:clamp(.95rem,2vw,1.05rem);line-height:1.65;color:hsla(44,87%,94%,.88);max-width:28rem;margin:0 auto;animation:fadeUp 1.4s cubic-bezier(.22,1,.36,1) 1.2s forwards}.scroll-cue{margin-top:2rem;width:24px;height:24px;opacity:0;border-right:2px solid hsla(44,87%,94%,.55);border-bottom:2px solid hsla(44,87%,94%,.55);transform:rotate(45deg);animation:fadeIn 1.4s ease-out 2.8s forwards,scrollPulse 2.8s ease-in-out 4.2s infinite}.marketing-body-section{padding:2.5rem 1.25rem 3.5rem;max-width:40rem;margin:0 auto}@media (min-width:640px){.marketing-body-section{padding:3.25rem 1.5rem 4.25rem}}@media (min-width:768px){.marketing-body-section{padding:4rem 2rem 5rem}}.marketing-lede{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.35rem,2.8vw,1.65rem);font-weight:500;line-height:1.45;color:var(--marketing-green-deep);text-align:center;margin:0 0 1rem}.marketing-copy{font-size:1rem;line-height:1.75;color:var(--marketing-muted);text-align:center;margin:0}.marketing-footer{padding:2rem 1.5rem 2.5rem;border-top:1px solid rgba(31,82,56,.12);background:hsla(42,39%,94%,.96)}.marketing-footer-inner{max-width:40rem;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.65rem 1rem;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(26,26,26,.55)}.marketing-footer-inner a{color:rgba(31,82,56,.85);text-decoration:none;border-bottom:1px solid rgba(31,82,56,.25);transition:color .15s ease,border-color .15s ease}.marketing-footer-inner a:hover{color:var(--marketing-green);border-bottom-color:var(--marketing-green)}