:root {
    --bg: #070908;
    --surface: #0b0e0d;
    --ink: #ecebe4;
    --muted: #929892;
    --line: rgba(219,224,214,.12);
    --gold: #b49a69;
    --mineral: #8ccfc6;
}
* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--ink); font-family: Inter,Arial,sans-serif; font-weight: 300; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 1px solid var(--gold); outline-offset: 5px; }
.eco-header { position: fixed; z-index: 20; inset: 0 0 auto; height: 74px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.2rem,5vw,5.5rem); border-bottom: 1px solid var(--line); background: rgba(7,9,8,.88); backdrop-filter: blur(18px); }
.eco-brand { font: 500 .9rem/1 Sora,sans-serif; letter-spacing: -.03em; }
.eco-brand sup { color: var(--gold); font-family: Georgia,serif; font-style: italic; }
.eco-nav { display: flex; gap: clamp(.8rem,2vw,2rem); color: rgba(236,235,228,.5); font: 500 .52rem/1 Sora,sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.eco-nav a:hover, .eco-nav a.active { color: var(--gold); }
.entity-hero { position: relative; min-height: 82vh; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(20rem,.9fr); gap: clamp(3rem,8vw,9rem); align-items: center; padding: 10rem clamp(1.2rem,7vw,8rem) 6rem; border-bottom: 1px solid var(--line); }
.entity-copy { position: relative; z-index: 2; }
.entity-index, .eyebrow { color: var(--gold); font: 500 .55rem/1.5 Sora,sans-serif; letter-spacing: .28em; text-transform: uppercase; }
.entity-copy h1 { margin: 1.2rem 0 0; font: 500 clamp(4.5rem,10vw,10rem)/.78 Sora,sans-serif; letter-spacing: -.09em; }
.entity-copy h1 em { display: block; margin-top: .28em; color: var(--gold); font: italic 500 clamp(2.8rem,6vw,6rem)/.9 "Cormorant Garamond",Georgia,serif; letter-spacing: -.04em; }
.entity-lead { max-width: 38rem; margin: 2.4rem 0 0; color: #afb3ad; font-size: clamp(1rem,1.3vw,1.2rem); line-height: 1.85; }
.entity-mark { position: relative; min-height: 31rem; display: grid; place-items: center; }
.entity-mark::before, .entity-mark::after { content: ""; position: absolute; border: 1px solid var(--line); transform: rotate(28deg); }
.entity-mark::before { width: min(28vw,22rem); aspect-ratio: 1; }
.entity-mark::after { width: min(18vw,13rem); aspect-ratio: 1; border-color: rgba(180,154,105,.28); transform: rotate(58deg); }
.entity-symbol { position: relative; z-index: 2; color: var(--gold); font: 500 clamp(5rem,12vw,10rem)/1 "Cormorant Garamond",Georgia,serif; }
.entity-body { padding: clamp(6rem,10vw,9rem) clamp(1.2rem,7vw,8rem); }
.entity-statement { display: grid; grid-template-columns: .6fr 1.4fr; gap: clamp(2rem,8vw,9rem); align-items: start; }
.entity-statement h2 { max-width: 50rem; margin: 0; font: 400 clamp(2.6rem,5vw,5.2rem)/1.05 Sora,sans-serif; letter-spacing: -.065em; }
.entity-statement h2 em { color: var(--gold); font-family: "Cormorant Garamond",Georgia,serif; font-weight: 500; }
.pillar-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: clamp(4rem,8vw,8rem); background: var(--line); }
.pillar-grid article { min-height: 19rem; padding: clamp(1.5rem,3vw,3rem); background: var(--surface); }
.pillar-grid span { color: var(--gold); font: 500 .5rem Sora,sans-serif; }
.pillar-grid h3 { margin: 4rem 0 1rem; font: 500 clamp(1.4rem,2.2vw,2.4rem)/1.05 Sora,sans-serif; letter-spacing: -.05em; }
.pillar-grid p { margin: 0; color: var(--muted); line-height: 1.75; }
.entity-cta { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-top: 1px; padding: 2rem clamp(1.5rem,3vw,3rem); border: 1px solid var(--line); }
.entity-cta p { margin: 0; color: var(--muted); }
.entity-cta a { padding: 1rem 1.2rem; border: 1px solid rgba(180,154,105,.45); color: var(--gold); font: 500 .55rem Sora,sans-serif; letter-spacing: .18em; }
.entity-cta a:hover { background: var(--gold); color: #090b09; }
.eco-footer { display: flex; justify-content: space-between; gap: 2rem; padding: 2rem clamp(1.2rem,5vw,5.5rem); border-top: 1px solid var(--line); color: rgba(236,235,228,.35); font: 500 .5rem Sora,sans-serif; letter-spacing: .14em; }
@media (max-width: 900px) { .eco-nav { display: none; } .entity-hero { grid-template-columns: 1fr; } .entity-mark { min-height: 18rem; } .entity-statement { grid-template-columns: 1fr; } }
@media (max-width: 680px) { .entity-copy h1 { font-size: clamp(3.7rem,20vw,5.2rem); } .pillar-grid { grid-template-columns: 1fr; } .pillar-grid article { min-height: 15rem; } .entity-cta, .eco-footer { flex-direction: column; align-items: flex-start; } }
