:root { --ink: #183330; --muted: #60716d; --line: #e3ebe7; --mint: #e8f4ef; --green: #2f6658; --coral: #f17d68; --yellow: #f4d66b; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font: 16px/1.6 "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 48px)); margin: auto; }
.topline { border-bottom: 1px solid var(--line); }
nav { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -.03em; font-size: 1.2rem; }
.brand-mark { width: 27px; height: 27px; border-radius: 50% 50% 50% 8px; background: var(--coral); transform: rotate(-22deg); position: relative; }
.brand-mark:after { content: ""; position: absolute; inset: 7px; border: 2px solid white; border-radius: 50%; }
.nav-links { display: flex; align-items: center; gap: 3px; list-style: none; padding: 0; margin: 0; }
.nav-links > li > a, summary { display: block; padding: 10px 14px; border-radius: 6px; font-size: .91rem; font-weight: 600; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary:after { content: "⌄"; color: var(--muted); margin-left: 7px; font-size: .9em; }
.nav-links a:hover, summary:hover { background: var(--mint); }
details { position: relative; }
details[open] summary { background: var(--mint); }
.dropdown { position: absolute; z-index: 3; top: 48px; left: 0; min-width: 205px; padding: 8px; background: #fff; border: 1px solid var(--line); box-shadow: 0 16px 35px rgba(24,51,48,.1); border-radius: 8px; }
.dropdown a { display: block; padding: 8px 11px; color: var(--muted); font-size: .9rem; border-radius: 4px; }
.dropdown a:hover { color: var(--ink); background: var(--mint); }
.nav-cta { padding: 11px 17px; color: #fff; background: var(--green); border-radius: 5px; font-weight: 600; font-size: .9rem; }
.nav-cta:hover { background: var(--ink); }
.lang-switch { display: flex; align-items: center; gap: 2px; margin-left: 4px; }
.lang-switch button { border: 1px solid var(--line); background: #fff; color: var(--muted); font: inherit; font-size: .78rem; font-weight: 700; padding: 5px 9px; border-radius: 5px; cursor: pointer; }
.lang-switch button[aria-current="true"] { color: #fff; background: var(--green); border-color: var(--green); }
.hero { min-height: 620px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 9%; padding: 74px 0 88px; }
.eyebrow { color: var(--coral); text-transform: uppercase; letter-spacing: .14em; font-size: .73rem; font-weight: 700; }
h1, h2 { margin: 0; letter-spacing: -.055em; line-height: 1.04; }
h1 { max-width: 620px; margin: 18px 0 25px; font-size: clamp(3.4rem, 7vw, 6.6rem); font-family: Fraunces, serif; font-weight: 600; }
h1 em { color: var(--green); font-style: normal; }
.hero-copy { max-width: 500px; color: var(--muted); font-size: 1.1rem; }
.hero-actions { display: flex; gap: 13px; align-items: center; margin-top: 34px; }
.button { display: inline-flex; align-items: center; gap: 10px; padding: 13px 19px; border-radius: 5px; background: var(--coral); color: white; font-weight: 700; }
.button:hover { background: #db6855; }
.text-link { font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 2px; }
.hero-art { min-height: 420px; position: relative; background: var(--mint); border-radius: 48% 48% 10px 48%; overflow: hidden; }
.hero-art:before { content: ""; position: absolute; width: 270px; height: 270px; border-radius: 50%; background: var(--yellow); top: 45px; right: 38px; }
.hero-art:after { content: ""; position: absolute; width: 260px; height: 350px; border: 2px solid var(--green); border-radius: 50% 50% 20px 20px; bottom: -105px; left: 22%; transform: rotate(26deg); }
.art-note { position: absolute; z-index: 1; top: 55%; left: 12%; width: 185px; padding: 22px 20px; background: white; box-shadow: 0 14px 28px rgba(24,51,48,.12); transform: rotate(-8deg); }
.art-note strong { display: block; color: var(--green); font-size: 1.35rem; line-height: 1.2; }
.art-note span { display: block; margin-top: 12px; color: var(--muted); font-size: .82rem; }
.intro { padding: 80px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 15%; }
h2 { font-size: clamp(2.3rem, 4vw, 4.4rem); font-family: Fraunces, serif; }
.intro p { color: var(--muted); margin: 3px 0 18px; }
.section-label { color: var(--green); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border-top: 1px solid var(--line); }
.tile { background: #fff; padding: 34px 28px 42px; min-height: 215px; }
.tile-number { color: var(--coral); font-weight: 700; font-size: .82rem; }
.tile h3 { margin: 38px 0 5px; font-size: 1.2rem; }
.tile p { color: var(--muted); font-size: .92rem; margin: 0; }
.newsletter { margin: 92px auto; padding: 58px 8%; background: var(--green); color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 35px; border-radius: 8px; }
.newsletter h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.newsletter p { color: #c9ded5; margin: 12px 0 0; }
.newsletter .button { background: var(--yellow); color: var(--ink); white-space: nowrap; }
.signup { padding: 80px 0 100px; max-width: 560px; margin: 0 auto; }
.signup .eyebrow { color: var(--coral); text-transform: uppercase; letter-spacing: .14em; font-size: .73rem; font-weight: 700; }
.signup h1 { margin: 16px 0 12px; font-size: clamp(2.3rem, 5vw, 3.4rem); font-family: Fraunces, serif; font-weight: 600; letter-spacing: -.04em; }
.signup > .shell > p { color: var(--muted); margin: 0 0 34px; }
form { display: grid; gap: 18px; }
.field { display: grid; gap: 6px; }
.field label { font-size: .85rem; font-weight: 600; }
.field input { padding: 12px 14px; border: 1px solid var(--line); border-radius: 6px; font: inherit; font-size: .95rem; color: var(--ink); }
.field input:focus { outline: 2px solid var(--green); outline-offset: 1px; }
.hp-field { position: absolute; left: -9999px; top: auto; }
.submit-row { margin-top: 6px; }
.button { display: inline-flex; align-items: center; gap: 10px; padding: 13px 22px; border: none; border-radius: 5px; background: var(--coral); color: white; font-weight: 700; font: inherit; font-size: .95rem; cursor: pointer; }
.button:hover { background: #db6855; }
.button:disabled { opacity: .6; cursor: default; }
.form-message { font-size: .9rem; padding: 12px 14px; border-radius: 6px; display: none; }
.form-message.success { display: block; color: var(--green); background: var(--mint); }
.form-message.error { display: block; color: #9c3b2b; background: #fdece8; }
footer { border-top: 1px solid var(--line); padding: 30px 0 45px; color: var(--muted); font-size: .88rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; }
.footer-links { display: flex; gap: 24px; }
@media (max-width: 850px) { .nav-links { display: none; } .hero { grid-template-columns: 1fr; padding-top: 62px; } .hero-art { min-height: 320px; } .intro { gap: 45px; } }
@media (max-width: 580px) { .shell { width: min(100% - 32px, 1160px); } nav { min-height: 70px; } .nav-cta { padding: 9px 12px; font-size: .82rem; } h1 { font-size: 3.5rem; } .hero { padding: 54px 0 70px; } .intro, .tiles { grid-template-columns: 1fr; } .intro { padding: 60px 0; gap: 22px; } .tile { min-height: 170px; } .tile h3 { margin-top: 26px; } .newsletter { margin: 60px auto; padding: 37px 25px; display: block; } .newsletter .button { margin-top: 25px; } .footer-inner { display: block; } .footer-links { margin-top: 15px; gap: 16px; flex-wrap: wrap; } }
