@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400&family=Inter:wght@300;400;500;600&display=swap");:root{color-scheme:light;--cream:#f5efe4;--cream-deep:#efe6d6;--ink:#2f2722;--ink-muted:#645a52;--accent:#d4a351;--accent-dark:#b7832e;--shadow:0 18px 40px rgba(40,32,24,.18)}*,:after,:before{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;background:radial-gradient(circle at top,#f7f1e6 0,var(--cream) 55%) no-repeat fixed,linear-gradient(180deg,#f7f1e6 0,#f3eadc 100%);color:var(--ink)}a{color:inherit;text-decoration:none}.page{min-height:100vh;padding:32px 24px 48px}.content{max-width:1100px;margin:0 auto;position:relative}.nav{justify-content:center;padding:18px 8px 10px;position:relative;z-index:1}.brand,.nav{display:flex;align-items:center}.brand{gap:12px;font-weight:600;font-size:1.1rem}.brand img{width:40px;height:40px}.hero{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:28px;gap:28px;align-items:center;padding:34px 8px 18px;position:relative;z-index:1;text-align:center}.hero:after,.hero:before{content:"";position:absolute;width:min(600px,88vw);height:min(600px,88vw);border-radius:999px;border:1px solid rgba(90,77,64,.12);top:120px;left:50%;transform:translateX(-50%);z-index:-1}.hero:after{width:min(780px,96vw);height:min(780px,96vw);border-color:rgba(90,77,64,.08);top:40px}.hero-intro{max-width:760px;margin:0 auto}.hero-details{max-width:720px;margin:0 auto;text-align:left;font-size:1.05rem;color:#2b2621}.hero h1,.hero-details{font-family:Fraunces,Georgia,serif}.hero h1{font-weight:400;font-size:72px;line-height:82.8px;color:#212121;margin:10px 0 16px}.hero h1 em{font-style:italic}.eyebrow{letter-spacing:.3em;font-size:.7rem;margin:0}.eyebrow,.lead{color:var(--ink-muted)}.lead{font-size:1.02rem;line-height:1.7;margin:0 0 16px;text-align:justify;text-justify:inter-word}.lead a{color:var(--ink);font-weight:500}.highlight{background:transparent;border-left:none;padding:0;border-radius:0;color:#2b2621;font-size:1.05rem;margin:0 0 20px;text-align:left}.contact-email{display:inline-block;white-space:nowrap;margin:0 6px}.contact-sep{margin:0 6px}.actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;font-weight:500;font-size:.95rem}.primary{background:var(--accent);color:#3a2a14}.secondary{background:transparent;border:1px solid #c7b39a;color:var(--ink)}.hero-visual{display:flex;flex-direction:column;gap:12px;align-items:center;margin:18px 0 6px}.hero-visual img{width:min(980px,98vw);display:block;border-radius:0;box-shadow:none}.footer{text-align:center;color:var(--ink-muted);font-size:.85rem;padding:24px 0 8px}@media (max-width:960px){.nav{flex-direction:column;gap:12px}}@media (max-width:640px){.hero h1{font-size:44px;line-height:52px}.actions{flex-direction:column;align-items:stretch}}