
:root{
  --bg:#070707;
  --bg2:#0d0d0d;
  --panel:#111;
  --text:#f2efe9;
  --muted:#bbb4ab;
  --line:rgba(255,255,255,.10);
  --gold:#ee9017;
  --gold2:#ff9d12;
  --max:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(920px 560px at 76% 10%,rgba(238,144,23,.08),transparent 64%),
    linear-gradient(180deg,#060606 0%,#0a0a0a 56%,#070707 100%);
  line-height:1.65;
}
a{color:inherit}
.wrap{width:min(var(--max),calc(100% - 40px));margin:0 auto}

header{
  position:sticky;top:0;z-index:20;
  background:rgba(7,7,7,.9);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.header-inner{
  min-height:74px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:20px;
}
.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;width:max-content}
.brand img{width:31px;height:31px;object-fit:contain}
.brand strong{
  font-family:Georgia,"Times New Roman",serif;
  letter-spacing:.08em;
  font-size:20px;
  font-weight:600;
}
nav{display:flex;gap:26px;justify-content:center}
nav a{text-decoration:none;color:#ded9d2;font-size:14px;transition:.2s ease}
nav a:hover{color:var(--gold2)}
.header-contact{justify-self:end;font-size:13px;color:var(--muted);text-decoration:none}
.header-contact:hover{color:var(--gold2)}

.hero{
  min-height:72vh;
  display:grid;
  place-items:center;
  text-align:center;
  padding:94px 0 82px;
  border-bottom:1px solid var(--line);
}
.hero-inner{max-width:980px}
.hero-logo{width:66px;height:66px;object-fit:contain;margin-bottom:22px}
.kicker,.eyebrow{
  color:var(--gold2);
  font-size:12px;
  font-weight:700;
  letter-spacing:.22em;
  text-transform:uppercase;
}
h1{
  margin:10px auto 20px;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:500;
  font-size:clamp(44px,6.4vw,76px);
  line-height:1.04;
  letter-spacing:-.025em;
  max-width:960px;
}
.lead{
  max-width:820px;
  margin:0 auto;
  color:#d1cbc3;
  font-size:clamp(18px,2vw,22px);
}
.hero-meta{
  margin-top:24px;
  color:#8f8982;
  font-size:13px;
  letter-spacing:.08em;
}

.section{padding:88px 0;border-bottom:1px solid var(--line)}
.intro-grid,.activity-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:72px;
  align-items:start;
}
h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(34px,4.2vw,54px);
  line-height:1.1;
  font-weight:500;
  margin:8px 0 0;
}
.section-title{max-width:760px;margin-bottom:36px}
.copy-block p{
  color:#cec7bf;
  font-size:18px;
  margin:0 0 20px;
}
.copy-block strong{color:#fff}

.goals-section{
  background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,.008));
}
.goals-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}
.goal-card{
  min-height:285px;
  padding:26px 24px;
  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
}
.goal-card span{
  display:block;
  color:var(--gold2);
  font-size:12px;
  letter-spacing:.14em;
  margin-bottom:28px;
}
.goal-card h3{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:500;
  font-size:23px;
  line-height:1.2;
  margin:0 0 16px;
}
.goal-card p{color:var(--muted);font-size:15px;line-height:1.6;margin:0}

.project-heading{
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:70px;
  align-items:end;
  margin-bottom:36px;
}
.project-intro{
  color:#f7f3ed;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(24px,3vw,34px);
  line-height:1.35;
  margin:0;
}
.project-card{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:0;
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
  background:linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.012));
}
.project-copy{padding:clamp(30px,5vw,56px)}
.project-copy h3{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(28px,3.6vw,42px);
  line-height:1.14;
  font-weight:500;
  margin:0 0 22px;
}
.project-copy p{font-size:18px;color:#c9c2ba;margin:0 0 18px}
.project-quote{
  min-height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(30px,5vw,56px);
  background:
    radial-gradient(480px 300px at 70% 40%,rgba(238,144,23,.18),transparent 70%),
    #0c0c0c;
  border-left:1px solid var(--line);
}
.project-quote span{
  color:var(--gold2);
  font-family:Georgia,"Times New Roman",serif;
  font-size:64px;
  line-height:.7;
}
.project-quote p{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(26px,3.2vw,38px);
  line-height:1.28;
  margin:18px 0 0;
}

.contact{
  text-align:center;
  padding:92px 0 100px;
}
.contact-inner{max-width:840px}
.contact h2{margin-bottom:18px}
.contact p{color:var(--muted);font-size:18px;max-width:700px;margin:0 auto}
.button{
  display:inline-block;
  margin-top:24px;
  background:var(--gold);
  color:#090909;
  padding:13px 22px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
}
.button:hover{background:var(--gold2)}

footer{
  border-top:1px solid var(--line);
  color:#8f8982;
  font-size:13px;
  padding:26px 0 34px;
}
.footer-inner{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}
.footer-links{display:flex;gap:18px}
.footer-links a{text-decoration:none}
.footer-links a:hover{color:var(--gold2)}

.legal{
  max-width:820px;
  margin:0 auto;
  padding:70px 20px 90px;
}
.legal h1{font-size:48px;text-align:left;margin:0 0 30px}
.legal h2{font-size:28px;margin:34px 0 12px}
.legal p,.legal li{color:#d0cac3}
.legal a{color:var(--gold2)}

@media(max-width:1020px){
  .goals-grid{grid-template-columns:repeat(2,1fr)}
  .goal-card:last-child{grid-column:1/-1;min-height:auto}
}
@media(max-width:820px){
  .header-inner{grid-template-columns:auto 1fr;min-height:70px}
  nav{display:none}
  .header-contact{justify-self:end}
  .intro-grid,.activity-grid,.project-heading,.project-card{grid-template-columns:1fr}
  .project-quote{border-left:0;border-top:1px solid var(--line)}
  .hero{min-height:64vh;padding-top:76px}
}
@media(max-width:560px){
  .wrap{width:min(var(--max),calc(100% - 28px))}
  .brand img{width:27px;height:27px}
  .brand strong{font-size:17px}
  .header-contact{font-size:0}
  .header-contact:after{content:"E-Mail";font-size:13px}
  .section{padding:68px 0}
  .goals-grid{grid-template-columns:1fr}
  .goal-card:last-child{grid-column:auto}
  .goal-card{min-height:auto}
}
