@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');
:root{--green:#073c39;--green2:#0c5b52;--mint:#69d4b4;--paper:#f7f4ec;--white:#fffdf8;--muted:#65716e;--line:rgba(7,60,57,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--green);font-family:"DM Sans",sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}
.header{height:78px;padding:0 clamp(22px,6vw,90px);display:flex;align-items:center;justify-content:space-between;background:var(--white);border-bottom:1px solid var(--line);position:relative;z-index:2}.brand{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:700;letter-spacing:-.03em}.brand b,footer b{color:#15977f}.logo{font-size:35px}.header nav{display:flex;gap:25px;font-size:13px;font-weight:600}.header nav a{opacity:.7}.header nav a:hover{opacity:1}
.hero{min-height:610px;display:grid;grid-template-columns:1.05fr .95fr;background:var(--green);color:white;overflow:hidden}.hero-copy{padding:clamp(70px,9vw,125px) clamp(28px,7vw,100px);background:radial-gradient(circle at 5% 15%,rgba(105,212,180,.12),transparent 36%),linear-gradient(120deg,#052f2d,#0a4843)}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:700;color:#43bda2;margin:0 0 16px}.hero h1,.intro h2,.coming h2{font-family:"Playfair Display",Georgia,serif;line-height:1.02;letter-spacing:-.055em;margin:0}.hero h1{font-size:clamp(54px,7vw,88px)}.hero h1 em{font-style:normal;color:var(--mint)}.lead{max-width:560px;color:rgba(255,255,255,.76);font-size:17px;margin-top:27px}.actions{margin-top:36px;display:flex;align-items:center;gap:24px;flex-wrap:wrap}.badge{padding:12px 21px;border-radius:999px;background:var(--mint);color:#073b37;font-size:10px;font-weight:800;letter-spacing:.16em}.actions a{font-size:13px;color:rgba(255,255,255,.82)}
.hero-visual{position:relative;overflow:hidden;background:radial-gradient(circle at 72% 25%,#c7c79c,transparent 22%),linear-gradient(140deg,#6d8169,#d0ad82 58%,#76563e)}.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,47,45,.5),transparent 35%)}.books{position:absolute;z-index:1;width:68%;left:17%;bottom:18%;transform:rotate(-3deg)}.book{height:70px;margin-top:-5px;border-radius:6px 10px 8px 5px;box-shadow:0 16px 28px rgba(0,0,0,.25);display:flex;align-items:center;padding-left:32px;font-family:Georgia,serif;font-weight:700}.one{background:#153f3b;color:white;transform:translateX(12%)}.two{background:#985d40;color:white;transform:translateX(5%)}.three{background:#d2b383;color:#463223;width:92%}.cup{position:absolute;z-index:1;width:112px;height:112px;right:10%;bottom:13%;border-radius:50%;background:#e2dacb;box-shadow:inset 0 -13px rgba(70,45,30,.1),0 20px 30px rgba(0,0,0,.25)}.cup:after{content:"";position:absolute;width:42px;height:42px;right:-27px;top:30px;border:12px solid #e2dacb;border-left:0;border-radius:0 50% 50% 0}
.intro{padding:clamp(70px,9vw,115px) clamp(25px,7vw,100px);display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;background:var(--white)}.intro h2,.coming h2{font-size:clamp(38px,4.5vw,58px)}.intro-copy>p:last-child,.coming>div:first-child>p:last-child{color:var(--muted);max-width:510px}.features{display:grid;grid-template-columns:1fr 1fr;border-left:1px solid var(--line)}.features article{padding:8px 30px 30px;border-bottom:1px solid var(--line)}.features article:nth-child(odd){border-right:1px solid var(--line)}.features article:nth-child(3),.features article:nth-child(4){border-bottom:0}.features span{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#e1f1e9;font-size:22px;margin-bottom:16px}.features h3{margin:0 0 5px;font-size:18px}.features p{margin:0;color:var(--muted);font-size:14px}
.coming{padding:clamp(70px,9vw,110px) clamp(25px,7vw,100px);display:grid;grid-template-columns:1fr .75fr;gap:70px;align-items:center;background:#e8f0e9}.card{min-height:290px;padding:40px;border-radius:28px;background:var(--white);box-shadow:0 22px 60px rgba(8,60,58,.1);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.big-icon{font-size:55px}.card strong{font-size:24px}.card p{color:var(--muted);max-width:270px;margin:5px 0 22px}.card span{padding:8px 15px;border-radius:999px;background:#d8eee5;color:#0a6759;font-size:10px;font-weight:800;letter-spacing:.14em}
footer{padding:42px clamp(25px,7vw,100px);display:flex;justify-content:space-between;gap:30px;align-items:flex-end;background:#052e2d;color:white;font-size:12px}footer strong{font-size:20px}footer p{margin:6px 0;color:rgba(255,255,255,.55)}.footer-right{text-align:right}.footer-right a:hover{color:white}
@media(max-width:850px){.hero,.intro,.coming{grid-template-columns:1fr}.hero-visual{min-height:420px}.intro{gap:50px}.features{border-left:0}.coming{gap:40px}.footer-right{text-align:left}.header nav{display:none}footer{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.hero h1{font-size:52px}.lead{font-size:15px}.features{grid-template-columns:1fr}.features article,.features article:nth-child(odd){border-right:0;border-bottom:1px solid var(--line);padding:25px 0}.features article:last-child{border-bottom:0}}
