.hero{background:var(--yellow);padding:clamp(2.4rem,6vw,4.4rem) 0 clamp(3rem,7vw,5rem)}.hero__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(1.5rem,4vw,3rem);align-items:center}.hero__kicker{display:inline-flex;align-items:center;gap:.6em;margin-bottom:1.3rem}.hero__kicker .dot{width:8px;height:8px;border-radius:50%;background:var(--clay)}.hero h1{font-family:var(--display);font-weight:700;letter-spacing:-.012em;line-height:.98;font-size:clamp(2.7rem,7.6vw,5.6rem);color:var(--ink)}.hero h1 em{font-family:var(--script);font-weight:400;font-style:normal;color:var(--ink);display:inline-block;line-height:1}.hero__sub{margin:1.4rem 0 1.9rem;font-size:1.18rem;color:#5c4526;max-width:40ch}.hero__sub strong{color:var(--ink);font-weight:500}.hero__cta{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem 1.2rem}.hero__art{position:relative;display:grid;place-items:center}.hero__badge{width:min(100%,400px);aspect-ratio:1;border-radius:50%;box-shadow:var(--shadow);border:6px solid var(--paper)}.hero__seal{position:absolute;right:4%;bottom:2%;width:118px;height:118px;border-radius:50%;background:var(--ink);color:var(--yellow);display:grid;place-content:center;text-align:center;font-family:var(--mono);font-size:.66rem;text-transform:uppercase;letter-spacing:.1em;line-height:1.5;transform:rotate(-8deg);box-shadow:var(--shadow-sm)}.hero__seal b{font-family:var(--display);font-weight:700;font-size:1.5rem;letter-spacing:-.02em;display:block;text-transform:none}@media (max-width:960px){.hero__grid{grid-template-columns:1fr}.hero__art{order:-1}}@media (max-width:520px){.hero__seal{width:86px;height:86px;font-size:.54rem;right:2%;bottom:0}.hero__seal b{font-size:1.1rem}}.feature-center{max-width:900px;margin-inline:auto;text-align:center}.feature-center .kicker{display:inline-block;margin-bottom:1rem}.feature-center__title{font-family:var(--display);font-weight:700;letter-spacing:-.02em;line-height:1.02;font-size:clamp(2rem,7vw,5rem);margin-bottom:1.3rem}.feature-center__title em{font-family:var(--script);font-weight:400;font-style:normal;display:inline-block;line-height:1}.feature-center__lead{font-size:1.2rem;color:rgba(255,255,255,.8);max-width:54ch;margin:0 auto 2rem}.feature-center__lead strong{color:#fff;font-weight:500}