:root { --ink:#18211d; --muted:#68716c; --line:#dce2de; --paper:#fbfcfb; --soft:#f0f4f1; --green:#52a96f; --green-dark:#1e6b3c; --acid:#cbed67; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
button { font:inherit; }
.site-header { position:fixed; inset:0 0 auto; z-index:50; height:76px; padding:0 4vw; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; background:color-mix(in srgb,var(--paper) 88%,transparent); border-bottom:1px solid var(--line); backdrop-filter:blur(18px); }
.brand { font-size:20px; letter-spacing:-.045em; width:max-content; }
.brand span { font-weight:680; }
.brand strong { color:var(--green-dark); font-size:12px; vertical-align:super; margin-left:2px; letter-spacing:0; }
.desktop-nav { display:flex; gap:30px; font-size:12px; color:#46504a; }
.desktop-nav a { transition:color .2s ease; }
.desktop-nav a:hover { color:var(--green-dark); }
.language { justify-self:end; border:1px solid #bfc8c2; background:transparent; border-radius:999px; min-width:42px; height:42px; cursor:pointer; font-size:11px; font-weight:700; }
.language:hover { background:var(--ink); color:white; border-color:var(--ink); }
.hero { min-height:100svh; padding:128px 4vw 42px; display:grid; grid-template-columns:1.03fr .97fr; gap:5vw; align-items:stretch; }
.hero-copy { display:flex; flex-direction:column; justify-content:center; padding-bottom:4vh; }
.eyebrow,.section-label { text-transform:uppercase; letter-spacing:.18em; font-size:10px; font-weight:700; color:var(--muted); }
.eyebrow { display:flex; align-items:center; gap:12px; }
.eyebrow span { width:34px; height:1px; background:var(--green); }
.eyebrow b { font:inherit; }
h1 { margin:4vh 0 3vh; max-width:760px; font-size:clamp(3.6rem,7vw,8.1rem); line-height:.88; letter-spacing:-.075em; font-weight:670; }
h1 em { color:var(--green-dark); font-family:Georgia,'Times New Roman',serif; font-weight:400; }
.hero-lead { max-width:640px; color:#4f5a54; font-size:clamp(1rem,1.25vw,1.22rem); line-height:1.65; }
.hero-actions { display:flex; align-items:center; gap:14px; margin-top:4vh; }
.button { height:52px; padding:0 22px; display:inline-flex; align-items:center; gap:28px; border-radius:999px; font-size:13px; font-weight:700; transition:transform .2s,background .2s; }
.button:hover { transform:translateY(-2px); }
.button-primary { background:var(--ink); color:white; }
.button-primary:hover { background:var(--green-dark); }
.button-quiet { border:1px solid var(--line); }
.button-quiet:hover { background:white; }
.hero-visual { min-height:540px; display:flex; flex-direction:column; }
.route-map { position:relative; flex:1; overflow:hidden; border-radius:2px 2px 38px 2px; background:#e9eee9; isolation:isolate; }
.route-map img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:55% center; z-index:-2; }
.image-shade { position:absolute; inset:0; z-index:-1; background:linear-gradient(90deg,#e8ece4e8 0%,#e8ece4b8 28%,transparent 68%); }
.route-map::before { content:""; position:absolute; inset:0; opacity:.25; background-image:linear-gradient(#fff8 1px,transparent 1px),linear-gradient(90deg,#fff8 1px,transparent 1px); background-size:54px 54px; }
.route { position:absolute; display:block; height:3px; background:white; transform-origin:left center; box-shadow:0 0 0 1px #afc1b4; }
.route::after { content:""; position:absolute; right:-7px; top:-5px; width:13px; height:13px; border-radius:50%; background:var(--green-dark); box-shadow:0 0 0 7px #fff9; }
.route-one { width:64%; left:8%; top:73%; transform:rotate(-36deg); }
.route-two { width:52%; left:37%; top:48%; transform:rotate(22deg); }
.route-three { width:36%; left:57%; top:28%; transform:rotate(-51deg); }
.map-node { position:absolute; width:44px; height:44px; border-radius:50%; display:grid; place-items:center; background:var(--paper); border:1px solid #adbbb1; color:var(--green-dark); font-size:10px; font-weight:800; }
.node-a { left:5%; bottom:8%; } .node-b { left:35%; top:43%; } .node-c { right:24%; top:52%; } .node-d { right:6%; top:8%; background:var(--ink); color:white; border-color:var(--ink); }
.map-caption { position:absolute; left:6%; top:8%; max-width:190px; font-family:Georgia,serif; font-size:22px; line-height:1.2; color:#3f4b44; }
.hero-marker { margin:16px 0 0; font-size:10px; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); }
.statement { padding:14vh 4vw; display:grid; grid-template-columns:.68fr 1.32fr; gap:6vw; background:white; border-top:1px solid var(--line); }
.theme-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:54px; border-top:1px solid var(--line); }
.theme-list > span { display:flex; gap:16px; padding:15px 0; border-bottom:1px solid var(--line); color:#4f5a54; font-size:13px; }
.theme-list > span:nth-child(odd) { border-right:1px solid var(--line); }
.theme-list > span:nth-child(even) { padding-left:18px; }
.theme-list b { color:var(--green); font-size:9px; }
.statement-copy h2 { margin:0; max-width:980px; font-size:clamp(2.2rem,4.3vw,5.4rem); line-height:1.03; letter-spacing:-.055em; font-weight:560; }
.statement-copy p { margin:42px 0 0 auto; max-width:560px; color:var(--muted); font-size:18px; line-height:1.65; }

.section-pad { padding:14vh 4vw; }
.section-heading { display:grid; grid-template-columns:.55fr 1.05fr .6fr; gap:5vw; align-items:start; }
.section-heading h2,.method-top h2,.focus-copy h2,.about-copy h2,.community-copy h2,.contact-copy h2 { margin:0; font-size:clamp(2.7rem,4.8vw,5.8rem); line-height:1; letter-spacing:-.06em; font-weight:600; }
.section-heading > p:last-child,.method-top > div > p,.focus-copy > p,.about-copy > p,.community-copy > p,.contact-copy > p { margin:0; color:var(--muted); font-size:16px; line-height:1.7; }
.services { background:var(--soft); }
.service-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); margin-top:80px; border-top:1px solid #cfd8d1; }
.service-card { position:relative; min-height:350px; padding:22px 24px 28px 0; border-right:1px solid #cfd8d1; transition:background .25s,padding .25s; }
.service-card:not(:first-child) { padding-left:24px; }
.service-card:hover { background:#fff; padding-right:30px; padding-left:30px; }
.service-card > span { color:var(--green-dark); font-size:10px; font-weight:800; }
.service-card h3 { margin:80px 0 20px; max-width:220px; font-size:25px; line-height:1.08; letter-spacing:-.035em; }
.service-card p { color:var(--muted); font-size:14px; line-height:1.65; }
.service-card b { position:absolute; left:0; bottom:28px; color:var(--green-dark); font-size:18px; }
.service-card:not(:first-child) b { left:24px; }

.method { background:var(--ink); color:white; }
.method .section-label,.community .section-label { color:#9eb0a5; }
.method-top { display:grid; grid-template-columns:.55fr 1.45fr; gap:5vw; }
.method-top > div { display:grid; grid-template-columns:1.1fr .65fr; gap:5vw; align-items:end; }
.method-top > div > p { color:#acb6b0; }
.steps { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); margin-top:100px; }
.step { position:relative; padding-right:30px; }
.step > span { color:var(--acid); font-size:10px; font-weight:800; }
.step i { position:relative; display:block; margin:30px 0 38px; height:1px; background:#627069; }
.step i::before { content:""; position:absolute; left:0; top:-5px; width:11px; height:11px; border:2px solid var(--acid); border-radius:50%; background:var(--ink); }
.step h3 { margin:0 0 16px; font-size:20px; }
.step p { max-width:210px; margin:0; color:#aeb8b2; font-size:13px; line-height:1.6; }

.focus { display:grid; grid-template-columns:1.1fr .9fr; min-height:760px; background:white; }
.focus-image { min-height:620px; overflow:hidden; }
.focus-image img { width:100%; height:100%; object-fit:cover; object-position:center; transition:transform .8s ease; }
.focus:hover .focus-image img { transform:scale(1.02); }
.focus-copy { padding:12vh 6vw; display:flex; flex-direction:column; justify-content:center; }
.focus-copy h2 { margin:40px 0; }
.focus-tags { display:flex; flex-wrap:wrap; gap:8px; margin-top:44px; }
.focus-tags span { padding:9px 13px; border:1px solid var(--line); border-radius:999px; color:#526058; font-size:11px; }

.about { display:grid; grid-template-columns:.8fr 1.2fr; gap:9vw; background:#f6f8f6; }
.about-image img { width:100%; aspect-ratio:4/5; object-fit:cover; object-position:center; border-radius:2px 2px 32px 2px; }
.about-image p { margin:12px 0 0; color:#87918b; font-size:9px; text-transform:uppercase; letter-spacing:.08em; }
.about-copy { display:flex; flex-direction:column; justify-content:center; max-width:760px; }
.about-copy h2 { margin:36px 0 14px; }
.about-copy h3 { margin:0 0 48px; color:var(--green-dark); font-size:13px; font-weight:700; }
.about-copy > p { margin:0 0 22px; max-width:680px; font-size:17px; }
.text-link { display:flex; align-items:center; justify-content:space-between; margin-top:30px; padding:18px 0; border-top:1px solid #cbd4ce; border-bottom:1px solid #cbd4ce; font-size:13px; font-weight:700; }
.text-link:hover { color:var(--green-dark); }

.community { min-height:720px; display:grid; grid-template-columns:1.05fr .95fr; align-items:center; gap:7vw; overflow:hidden; background:var(--green-dark); color:white; }
.hundred { font-size:clamp(12rem,31vw,36rem); line-height:.72; letter-spacing:-.13em; font-weight:750; color:transparent; -webkit-text-stroke:1px #ffffff5c; transform:translateX(-3vw); }
.community-copy { max-width:700px; }
.community-copy h2 { margin:44px 0 30px; }
.community-copy > p { max-width:540px; color:#c8d9ce; }
.button-light { margin-top:42px; background:white; color:var(--green-dark); }

.contact { display:grid; grid-template-columns:.92fr 1.08fr; gap:10vw; background:white; }
.contact-copy h2 { margin:42px 0 32px; max-width:720px; }
.contact-copy > p { max-width:570px; }
.contact-line { margin-top:70px; padding-top:16px; border-top:1px solid var(--line); display:flex; justify-content:space-between; font-size:12px; }
.contact-line span { color:var(--muted); }
.contact-line a { font-weight:700; }
.contact-form { padding:38px; background:var(--soft); border-radius:2px 2px 28px 2px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.contact-form label { display:flex; flex-direction:column; gap:10px; margin-bottom:24px; color:#58625d; font-size:10px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.contact-form input,.contact-form textarea { width:100%; border:0; border-bottom:1px solid #bfc9c2; border-radius:0; padding:12px 0; outline:none; background:transparent; color:var(--ink); font:16px Arial,Helvetica,sans-serif; resize:vertical; }
.contact-form input:focus,.contact-form textarea:focus { border-color:var(--green-dark); }
.contact-form button { border:0; cursor:pointer; }
.contact-form small { display:block; margin-top:16px; color:#7e8982; font-size:10px; line-height:1.45; }
footer { min-height:110px; padding:0 4vw; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; border-top:1px solid var(--line); background:var(--paper); }
footer p { margin:0; color:#69746e; font-family:Georgia,serif; font-size:15px; }
footer > span { justify-self:end; color:#89918d; font-size:10px; }
@media (max-width:900px) {
  .site-header { grid-template-columns:1fr auto; } .desktop-nav { display:none; }
  .hero { grid-template-columns:1fr; padding-top:116px; } .hero-visual { min-height:480px; }
  .statement,.section-heading,.method-top,.method-top > div,.focus,.about,.community,.contact { grid-template-columns:1fr; }
  .section-heading > p:last-child { max-width:600px; }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .service-card { border-bottom:1px solid #cfd8d1; }
  .steps { grid-template-columns:repeat(2,1fr); gap:55px 0; }
  .focus { min-height:0; } .focus-image { min-height:500px; }
  .about-image { max-width:630px; }
  .community { padding-block:100px; } .hundred { font-size:43vw; }
  footer { grid-template-columns:1fr auto; } footer p { display:none; }
}
@media (max-width:560px) {
  .site-header { padding-inline:20px; }
  .hero { padding:112px 20px 32px; gap:50px; } h1 { font-size:clamp(3.4rem,16vw,5rem); }
  .hero-actions { align-items:stretch; flex-direction:column; } .button { justify-content:space-between; width:100%; }
  .hero-visual { min-height:410px; } .statement,.section-pad { padding:90px 20px; }
  .theme-list { margin-top:30px; } .statement-copy h2 { font-size:2.6rem; }
  .section-heading h2,.method-top h2,.focus-copy h2,.about-copy h2,.community-copy h2,.contact-copy h2 { font-size:2.65rem; }
  .section-heading { gap:32px; }
  .service-grid { grid-template-columns:1fr; margin-top:52px; }
  .service-card,.service-card:not(:first-child) { min-height:300px; padding:24px 0; border-right:0; }
  .service-card:hover { padding-inline:20px; }
  .service-card h3 { margin-top:50px; } .service-card b,.service-card:not(:first-child) b { left:0; }
  .steps { grid-template-columns:1fr; margin-top:70px; }
  .method-top > div { gap:32px; }
  .focus-image { min-height:410px; } .focus-copy { padding:90px 20px; }
  .about { gap:55px; }
  .about-copy h3 { line-height:1.5; }
  .community { gap:60px; } .hundred { font-size:50vw; }
  .form-row { grid-template-columns:1fr; gap:0; }
  .contact-form { padding:28px 20px; }
  footer { padding-inline:20px; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } * { transition:none !important; } }
