*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:var(--sans);background:#fff;line-height:1.55}
img{display:block;max-width:100%}
a{color:inherit}
.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.7rem;z-index:999}
.site-header{position:absolute;z-index:20;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:flex-start;padding:20px 3.2%}
.brand img{width:140px;height:auto;mix-blend-mode:multiply}
.top-ticket{background:linear-gradient(#d4a33c,#b67810);color:#fff;text-decoration:none;text-transform:uppercase;font-weight:700;letter-spacing:1.5px;padding:12px 24px;border-radius:2px;box-shadow:0 3px 7px rgba(0,0,0,.25)}
.hero{min-height:600px;background:url('/assets/backgrounds/hero-tree.png') center top/cover no-repeat;position:relative;overflow:hidden}
.hero-inner{width:min(620px,47vw);margin-left:19%;padding:145px 0 115px}
.release-heading{width:390px;max-width:100%;margin:0 0 8px}
.hero h1{font-family:var(--serif);font-size:60px;line-height:1.12;font-weight:400;margin:0 0 22px}
.hero h1 span{color:var(--gold)}
.hero p{font-size:16px;max-width:600px;margin:0 0 14px}
.hero-actions{display:flex;gap:45px;align-items:center;margin-top:36px}
.hero-actions img{height:49px;width:auto}
.hero-wave{position:absolute;height:90px;left:0;right:0;bottom:-35px;background:rgba(255,255,255,.88);border-radius:50% 50% 0 0/45% 45% 0 0;transform:scaleX(1.1)}
.more-section{display:flex;justify-content:center;padding:0 20px 10px;margin-top:-6px}
.more-section img{width:580px}
.section-pad{padding:48px max(24px,6vw)}
.section-title-image{margin:0 auto 28px;width:420px}
.wide-title{width:890px;max-width:92vw}
.benefit-grid{max-width:1120px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:75px;text-align:center}
.benefit-grid article img{width:78px;margin:0 auto 18px}
.benefit-grid h2{font-family:var(--serif);font-weight:400;font-size:23px;margin:0 0 8px}
.benefit-grid p{font-size:15px;margin:0 auto;max-width:300px}
.journal{background:var(--cream);padding-top:42px}
.journal-grid{max-width:1120px;margin:auto;display:grid;grid-template-columns:1fr 1.25fr 1fr;gap:35px;align-items:center}
.journal-cover img{max-height:390px;margin:auto}
.journal-preview img{max-height:390px;margin:auto}
.free-download-heading{width:340px;margin:0 0 12px}
.journal-copy h2{font-family:var(--serif);font-weight:400;font-size:45px;line-height:1.05;margin:0 0 20px}
.journal-copy ul{list-style:none;padding:0;margin:18px 0}
.journal-copy li{margin:13px 0}
.journal-copy li::before{content:"🌿";margin-right:10px}
.download-card{max-width:780px;margin:12px auto 0;background:rgba(255,255,255,.48);border:1px solid rgba(93,91,74,.28);border-radius:22px;padding:34px;box-shadow:var(--shadow)}
.download-card h2{font-family:var(--serif);font-size:30px;font-weight:400;margin:0 0 4px}
.form-columns{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:20px}
.lead-form label,.lead-form legend{font-weight:600;font-size:14px}
.lead-form label span,.lead-form legend span{color:#c94837}
.lead-form input[type=text],.lead-form input[type=email],.lead-form select{width:100%;padding:11px;border:1px solid #d4d4d4;border-radius:3px;background:#fff;margin:5px 0 18px;font-size:15px}
.lead-form fieldset{border:0;padding:0;margin:0 0 18px}
.choice{display:block;font-weight:400!important;margin:8px 0}
.choice input{margin-right:8px}
.form-submit,.download-now{display:inline-block;border:0;background:linear-gradient(90deg,#647138,#53622f);color:#fff;text-transform:uppercase;font-weight:700;letter-spacing:1px;padding:14px 34px;border-radius:9px;box-shadow:0 7px 15px rgba(54,61,30,.25);cursor:pointer;text-decoration:none}
.form-message{padding:10px;border-radius:5px;margin-bottom:12px}.form-message.error{background:#ffe5e0;color:#782719}
.trailer img{width:100%}
.perfect-for{padding-top:35px;padding-bottom:28px}
.audience-grid{max-width:1030px;margin:auto;display:grid;grid-template-columns:repeat(5,1fr);gap:35px;align-items:end}
.audience-grid img{width:150px;margin:auto}
.gallery{display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden}
.gallery img{width:100%;height:250px;object-fit:cover}
.bottom-cta{background:url('/assets/backgrounds/bottom-cta-background.png') center/cover no-repeat;min-height:330px;display:flex;align-items:center}
.bottom-cta-inner{width:min(1120px,88vw);margin:auto;display:grid;grid-template-columns:1fr 1fr;align-items:center}
.bottom-cta h2{font-family:var(--serif);font-size:45px;font-weight:400;line-height:1.12;margin:0 0 20px}
.bottom-cta p{font-weight:700;font-size:18px}
.bottom-cta a img{width:240px;margin:auto}
.site-footer{background:#161411;color:#cfc9bb;text-align:center;padding:24px}
.site-footer>img{width:115px;margin:0 auto 12px;filter:brightness(.85)}
.site-footer nav{display:flex;justify-content:center;gap:18px;font-size:13px}
.site-footer p{font-size:11px}
.legal-page,.thank-you-page{background:#f6f1e5}
.legal-wrap,.thank-you-card{max-width:760px;margin:70px auto;background:#fff;padding:45px;border-radius:18px;box-shadow:var(--shadow)}
.thank-you-card{text-align:center}.thank-you-card>img{width:180px;margin:auto}.thank-you-card h1{font-family:var(--serif);font-size:38px}
