:root{--bg:#faf6ee;--bg-alt:#f1e8d6;--ink:#23271f;--ink-soft:#565c4d;--green:#2f6b46;--green-deep:#244f35;--gold:#c08327;--card:#fffdf8;--line:#23271f1f;--shadow:0 18px 40px -24px #243c2873;--maxw:1080px;--pad:clamp(1.25rem, 5vw, 4rem)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}.ug{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,sans-serif;font-size:clamp(1rem,.96rem + .2vw,1.12rem);line-height:1.65}.ug-kicker,.ug-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--green);margin:0 0 .6rem;font-size:.8rem;font-weight:600}.ug-h2{color:var(--green-deep);margin:0 0 1rem;font-family:Fraunces,Georgia,serif;font-size:clamp(1.7rem,1.2rem + 2vw,2.6rem);font-weight:600;line-height:1.1}.ug-p{color:var(--ink);max-width:62ch;margin:0 0 1.1rem}.ug-p strong{color:var(--green-deep)}.ug-center{text-align:center}.ug-btn{cursor:pointer;border-radius:999px;padding:.85rem 1.5rem;font-size:.98rem;font-weight:600;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s;display:inline-block}.ug-btn--primary{background:var(--green);color:#fbfdf8;box-shadow:0 10px 22px -12px #2f6b46b3}.ug-btn--primary:hover{transform:translateY(-2px);box-shadow:0 16px 30px -12px #2f6b46d9}.ug-btn--ghost{color:var(--green-deep);border:1.5px solid var(--green);background:0 0}.ug-btn--ghost:hover{transform:translateY(-2px);box-shadow:0 12px 26px -16px #2f6b46b3}.ug-top{padding:1.1rem var(--pad);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.ug-brand{color:var(--green-deep);font-family:Fraunces,serif;font-size:1.3rem;font-weight:600}.ug-traeger{color:var(--ink-soft);font-size:.82rem}.ug-hero{min-height:clamp(440px,74vh,680px);padding:clamp(3rem, 9vh, 7rem) var(--pad);isolation:isolate;align-items:center;display:flex;position:relative;overflow:hidden}.ug-hero-bg{object-fit:cover;z-index:-2;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.04)}.ug-hero-veil{z-index:-1;background:linear-gradient(105deg,#142618db 0%,#1426188c 48%,#14261833 100%),linear-gradient(#0f1c1200 60%,#0f1c1280);position:absolute;inset:0}.ug-hero-inner{max-width:720px}.ug-hero .ug-kicker{color:#b8e0bf}.ug-hero-h1{color:#fbfdf8;text-wrap:balance;margin:0 0 1.1rem;font-family:Fraunces,Georgia,serif;font-size:clamp(2.2rem,1.4rem + 4vw,4rem);font-weight:600;line-height:1.04}.ug-hero-sub{color:#fbfdf8eb;max-width:56ch;margin:0 0 1.8rem;font-size:clamp(1.05rem,1rem + .5vw,1.32rem);line-height:1.55}.ug-hero-cta{flex-wrap:wrap;gap:.8rem;display:flex}.ug-hero .ug-btn--ghost{color:#fbfdf8;border-color:#fbfdf8b3}.ug-hero .ug-btn--ghost:hover{background:#fbfdf81a}.ug-sec{padding:clamp(3rem, 8vh, 6rem) var(--pad)}.ug-rambai{max-width:var(--maxw);grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:center;gap:clamp(1.5rem,4vw,3.5rem);margin:0 auto;display:grid}.ug-rambai-media img{width:100%;box-shadow:var(--shadow);aspect-ratio:4/5;object-fit:cover;border-radius:18px;display:block}.ug-eyebrow{color:var(--gold)}.ug-linkrow{flex-wrap:wrap;gap:.8rem;margin-top:1.4rem;display:flex}.ug-fuerwen{background:var(--bg-alt)}.ug-cards{max-width:var(--maxw);grid-template-columns:repeat(3,1fr);gap:1.25rem;margin:2.2rem auto 0;display:grid}.ug-card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:1.6rem 1.5rem;box-shadow:0 12px 28px -22px #243c2880}.ug-card-h{color:var(--green-deep);margin:0 0 .6rem;font-family:Fraunces,serif;font-size:1.35rem;font-weight:600}.ug-card-t{color:var(--ink-soft);margin:0}.ug-wachsen-inner{max-width:var(--maxw);margin:0 auto}.ug-vision{background:var(--green-deep)}.ug-vision .ug-eyebrow{color:#b8e0bf}.ug-vision-inner{text-align:center;max-width:820px;margin:0 auto}.ug-vision-text{color:#f3f8ef;text-wrap:balance;margin:0;font-family:Fraunces,Georgia,serif;font-size:clamp(1.3rem,1.05rem + 1.2vw,1.9rem);line-height:1.4}.ug-foot{padding:clamp(2.5rem, 6vh, 4.5rem) var(--pad) 2rem}.ug-foot-inner{max-width:var(--maxw);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin:0 auto;display:flex}.ug-foot-t{max-width:56ch;color:var(--ink-soft);margin:0}.ug-foot-fine{max-width:var(--maxw);border-top:1px solid var(--line);color:var(--ink-soft);margin:2.5rem auto 0;padding-top:1.2rem;font-size:.82rem}@media (width<=820px){.ug-rambai{grid-template-columns:1fr}.ug-rambai-media img{aspect-ratio:16/11;max-height:360px}.ug-cards{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.ug-btn,.ug-btn:hover{transition:none;transform:none}html{scroll-behavior:auto}}
