
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --off-white:#F6FBF6;
  --green:#3A8C5C;
  --green-light:#E2F2E9;
  --green-mid:#A8D5B8;
  --orange:#F47B3A;
  --orange-light:#FEF0E7;
  --yellow:#F9C846;
  --yellow-light:#FEF8E3;
  --dark:#0E1F14;
  --mid:#3D5C47;
  --muted:#6B8C72;
  --border:rgba(14,31,20,0.1);
}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:var(--off-white);color:var(--dark);min-height:100vh;overflow-x:hidden}

nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 2.5rem;background:rgba(246,251,246,0.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}
.nav-logo{font-family:'Fraunces',serif;font-weight:600;font-size:1.4rem;color:var(--dark);letter-spacing:-0.02em}
.nav-logo span{color:var(--green)}
.nav-links{display:flex;gap:2rem;list-style:none}
.nav-links a{font-size:0.82rem;font-weight:400;color:var(--muted);text-decoration:none;letter-spacing:0.05em;text-transform:uppercase;transition:color 0.2s}
.nav-links a:hover{color:var(--green)}

.back-top{display:inline-flex;align-items:center;gap:0.4rem;font-size:0.72rem;font-weight:500;letter-spacing:0.08em;text-transform:uppercase;color:var(--muted);text-decoration:none;padding:0.5rem 1rem;border:1px solid var(--border);border-radius:100px;background:var(--off-white);transition:color 0.2s,border-color 0.2s;margin-top:3rem}
.back-top:hover{color:var(--green);border-color:var(--green)}
.section-footer{display:flex;justify-content:center;padding-top:1rem}

.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:7rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}
.hero-orb{position:absolute;border-radius:50%;pointer-events:none;opacity:0.13}
.orb1{width:500px;height:500px;background:var(--green);top:-120px;right:-100px}
.orb2{width:300px;height:300px;background:var(--yellow);bottom:20px;left:-80px}
.orb3{width:200px;height:200px;background:var(--orange);top:40%;left:25%}
.hero-intro{font-size:0.75rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--muted);margin-bottom:1.2rem;display:flex;align-items:center;gap:0.75rem;justify-content:center;position:relative;z-index:1}
.hero-intro::before,.hero-intro::after{content:'';display:inline-block;width:1.5rem;height:1px;background:var(--muted)}
.hero-name{font-family:'Fraunces',serif;font-weight:300;font-size:clamp(2.8rem,8vw,7rem);line-height:0.9;letter-spacing:-0.04em;color:var(--dark);margin-bottom:1rem;position:relative;z-index:1}
.hero-name em{font-style:italic;color:var(--green)}
.hero-pronounce{font-size:0.8rem;color:var(--muted);font-style:italic;margin-bottom:2rem;position:relative;z-index:1}

.qa-label{font-size:0.68rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--muted);margin-bottom:0.75rem;position:relative;z-index:1;width:100%;text-align:center}
.quick-actions{display:flex;flex-wrap:wrap;gap:0.6rem;justify-content:center;margin-bottom:2rem;position:relative;z-index:1;max-width:700px}
.qa-pill{font-size:0.78rem;font-weight:500;padding:0.5rem 1.1rem;border-radius:100px;text-decoration:none;border:1.5px solid var(--border);background:rgba(255,255,255,0.7);color:var(--mid);transition:all 0.2s;white-space:nowrap;backdrop-filter:blur(4px)}
.qa-pill:hover{border-color:var(--green);color:var(--green);background:var(--green-light)}
.qa-pill.accent{background:var(--green);color:white;border-color:var(--green)}
.qa-pill.accent:hover{background:var(--dark);border-color:var(--dark)}
.qa-pill.accent-dark{background:var(--dark);color:#F6FBF6;border-color:var(--dark)}
.qa-pill.accent-dark:hover{background:var(--green);border-color:var(--green)}

.hero-tagline{font-size:1rem;color:var(--muted);font-weight:300;line-height:1.6;max-width:480px;margin:0 auto 1.5rem;position:relative;z-index:1;font-style:italic}
.coin-label{font-size:0.72rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--muted);margin-bottom:1.2rem;position:relative;z-index:1}

.coin-container{display:grid;grid-template-columns:1fr 260px 1fr;max-width:760px;width:100%;position:relative;z-index:1;border-radius:24px;overflow:hidden;border:1.5px solid var(--border)}
.coin-side{padding:2.2rem 1.75rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:flex-start;gap:0.9rem;transition:opacity 0.2s;text-align:left}
.coin-side:hover{opacity:0.88}
.coin-side.heads{background:rgba(226,242,233,0.92);align-items:flex-end;text-align:right;border-right:none}
.coin-side.tails{background:rgba(254,240,231,0.92);border-left:none}
.coin-photo-col{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:1.25rem;gap:0;background:#1a1a1a}
.coin-photo-col img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
.coin-or{position:relative;z-index:2;font-family:'Fraunces',serif;font-style:italic;font-size:0.7rem;color:white;background:rgba(0,0,0,0.35);border:1px solid rgba(255,255,255,0.3);border-radius:100px;padding:0.25rem 0.65rem;backdrop-filter:blur(4px)}
.coin-badge{font-size:0.62rem;letter-spacing:0.1em;text-transform:uppercase;font-weight:500;padding:0.25rem 0.65rem;border-radius:100px}
.coin-badge.green{background:var(--green);color:white}
.coin-badge.orange{background:var(--orange);color:white}
.coin-title{font-family:'Fraunces',serif;font-size:1.3rem;font-weight:400;line-height:1.1;color:var(--dark)}
.coin-desc{font-size:0.8rem;color:var(--mid);line-height:1.55;font-weight:300}
.coin-cta{font-size:0.75rem;font-weight:500;margin-top:auto}
.coin-cta.green{color:var(--green)}
.coin-cta.orange{color:var(--orange)}

section{padding:6rem 2.5rem}
.section-inner{max-width:1100px;margin:0 auto}
.section-label{font-size:0.72rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--muted);font-weight:500;margin-bottom:1rem;display:flex;align-items:center;gap:0.75rem}
.section-label::before{content:'';display:inline-block;width:2rem;height:1px;background:var(--muted)}
.section-title{font-family:'Fraunces',serif;font-weight:300;font-size:clamp(2rem,4vw,3rem);line-height:1.1;letter-spacing:-0.02em;color:var(--dark);margin-bottom:1rem}
.section-title em{font-style:italic;color:var(--green)}
.personal-section{background:white}
.professional-section{background:var(--off-white)}

.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-top:3rem}
.about-text p{font-size:1rem;line-height:1.8;color:var(--muted);font-weight:300;margin-bottom:1.4rem}
.about-text p strong{color:var(--dark);font-weight:500}
.cities{display:flex;gap:0.5rem;flex-wrap:wrap;margin-top:0.5rem}
.city-pill{font-size:0.8rem;padding:0.3rem 0.8rem;background:var(--green-light);color:var(--green);border-radius:100px}
.fun-tags{display:flex;flex-wrap:wrap;gap:0.6rem;margin-top:1.5rem}
.fun-tag{font-size:0.8rem;padding:0.4rem 0.9rem;border-radius:100px;font-weight:400}
.fun-tag.g{background:var(--green-light);color:var(--green)}
.fun-tag.y{background:var(--yellow-light);color:#A07800}
.fun-tag.o{background:var(--orange-light);color:var(--orange)}
.leadership-box{margin-top:2rem;border-left:3px solid var(--green);padding:1.25rem 1.5rem;background:var(--green-light);border-radius:0 16px 16px 0}
.leadership-box p{font-size:0.92rem;line-height:1.7;color:var(--dark);font-weight:300;margin:0}
.leadership-box p strong{font-weight:500}
.leadership-box a{color:var(--green);font-weight:500;text-decoration:underline}

.brands-card{margin-top:2rem;background:white;border:1px solid var(--border);border-radius:16px;padding:1.5rem;position:relative;overflow:hidden}
.brands-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:var(--green)}
.brands-title{font-size:0.72rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--muted);font-weight:500;margin-bottom:1rem}
.brands-grid{display:flex;flex-wrap:wrap;gap:0.6rem}
.brand-pill{font-size:0.8rem;padding:0.4rem 1rem;border-radius:100px;font-weight:500;background:var(--green-light);color:var(--green);border:1px solid var(--green-mid);text-decoration:none;transition:background 0.2s,color 0.2s}
.brand-pill:hover{background:var(--green);color:white}

.stat-cards{display:flex;flex-direction:column;gap:1.25rem}
.stat-card{background:var(--off-white);border:1px solid var(--border);border-radius:16px;padding:1.5rem;position:relative;overflow:hidden}
.stat-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%}
.stat-card.gn::before{background:var(--green)}
.stat-card.or::before{background:var(--orange)}
.stat-card.ye::before{background:var(--yellow)}
.stat-num{font-family:'Fraunces',serif;font-size:2.2rem;font-weight:600;color:var(--dark);line-height:1;margin-bottom:0.4rem}
.stat-desc{font-size:0.85rem;color:var(--muted);line-height:1.5}

.connect-section{background:white}
.links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.1rem;margin-top:2.5rem}
.link-card{border:1px solid var(--border);border-radius:20px;padding:1.75rem 1.5rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:0.9rem;background:var(--off-white);transition:border-color 0.2s,transform 0.15s;cursor:pointer}
.link-card:hover{transform:translateY(-3px)}
.link-card.lg:hover{border-color:var(--green);box-shadow:0 8px 30px rgba(58,140,92,0.1)}
.link-card.lo:hover{border-color:var(--orange);box-shadow:0 8px 30px rgba(244,123,58,0.1)}
.link-card.ly:hover{border-color:var(--yellow);box-shadow:0 8px 30px rgba(249,200,70,0.15)}
.link-icon{font-size:1.5rem;line-height:1}
.link-title{font-family:'Fraunces',serif;font-size:1.05rem;font-weight:400;color:var(--dark)}
.link-desc{font-size:0.82rem;color:var(--muted);line-height:1.55}
.link-arrow{margin-top:auto;font-size:0.75rem;font-weight:500;letter-spacing:0.04em;text-transform:uppercase}
.link-arrow.g{color:var(--green)}
.link-arrow.o{color:var(--orange)}
.link-arrow.y{color:#A07800}

.projects-list{display:flex;flex-direction:column;gap:1.1rem;margin-top:2.5rem}
.project-row{display:grid;grid-template-columns:auto 1fr auto;gap:1.5rem;align-items:start;padding:1.4rem 1.75rem;border:1px solid var(--border);border-radius:16px;background:white;color:inherit;transition:border-color 0.2s,transform 0.15s}
.project-row:hover{transform:translateX(5px)}
.project-row.hgn:hover{border-color:var(--green)}
.project-row.hor:hover{border-color:var(--orange)}
.project-num{font-family:'Fraunces',serif;font-size:1.6rem;color:rgba(14,31,20,0.08);font-weight:600;min-width:2rem;padding-top:0.2rem}
.project-name{font-family:'Fraunces',serif;font-size:1.1rem;font-weight:400;color:var(--dark);margin-bottom:0.15rem}
.project-est{font-size:0.72rem;color:var(--muted);letter-spacing:0.06em;text-transform:uppercase;margin-bottom:0.5rem}
.project-detail{font-size:0.83rem;color:var(--muted);line-height:1.6;margin-bottom:0.6rem}
.project-actions{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:0.25rem}
.proj-cta{font-size:0.72rem;font-weight:500;padding:0.3rem 0.8rem;border-radius:100px;text-decoration:none;transition:opacity 0.2s;white-space:nowrap;display:inline-block}
.proj-cta:hover{opacity:0.8}
.proj-cta.g{background:var(--green-light);color:var(--green);border:1px solid var(--green-mid)}
.proj-cta.o{background:var(--orange-light);color:var(--orange);border:1px solid #FCDCC6}
.badge{font-size:0.7rem;padding:0.28rem 0.75rem;border-radius:100px;font-weight:500;white-space:nowrap;align-self:flex-start}
.badge-gn{background:var(--green-light);color:var(--green)}
.badge-or{background:var(--orange-light);color:var(--orange)}

footer{background:var(--dark);color:rgba(246,251,246,0.6);padding:4rem 2.5rem;text-align:center}
.footer-name{font-family:'Fraunces',serif;font-size:2rem;font-weight:300;color:#F6FBF6;margin-bottom:0.4rem}
.footer-sub{font-size:0.88rem;margin-bottom:2rem}
.footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}
.footer-links a{color:rgba(246,251,246,0.5);text-decoration:none;font-size:0.83rem;transition:color 0.2s}
.footer-links a:hover{color:var(--green)}
.footer-copy{margin-top:2.5rem;font-size:0.75rem;opacity:0.35}

@media(max-width:680px){
  .nav-links{display:none}
  nav,.hero,section{padding-left:1.25rem;padding-right:1.25rem}
  .coin-container{grid-template-columns:1fr 120px 1fr;max-width:100%}
  .coin-side{padding:1.25rem 0.9rem;gap:0.6rem}
  .coin-title{font-size:1rem}
  .coin-desc{display:none}
  .coin-or{font-size:0.6rem;padding:0.2rem 0.45rem}
  .about-grid{grid-template-columns:1fr;gap:2.5rem}
  .project-row{grid-template-columns:1fr;gap:0.6rem}
  .project-num{display:none}
  .quick-actions{gap:0.4rem}
  .qa-pill{font-size:0.72rem;padding:0.42rem 0.85rem}
}
@media(max-width:400px){
  .coin-container{grid-template-columns:1fr 90px 1fr}
  .coin-side{padding:0.9rem 0.65rem}
  .coin-title{font-size:0.88rem}
}

.art-feature{margin-top:3rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}
.art-feature-img{border-radius:16px;overflow:hidden;aspect-ratio:3/4;position:relative}
.art-feature-img img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;transition:transform 0.4s}
.art-feature-img:hover img{transform:scale(1.03)}
.art-feature-text{}
.art-feature-title{font-family:'Fraunces',serif;font-size:1.5rem;font-weight:300;color:var(--dark);line-height:1.2;margin-bottom:0.75rem}
.art-feature-title em{font-style:italic;color:var(--green)}
.art-feature-caption{font-size:0.85rem;color:var(--muted);line-height:1.7;font-weight:300;margin-bottom:1.25rem}
.art-feature-tag{font-size:0.72rem;letter-spacing:0.08em;text-transform:uppercase;color:var(--muted);margin-bottom:1.5rem;display:block}
@media(max-width:680px){.art-feature{grid-template-columns:1fr}}

.think-tank-card{margin-top:2.5rem;padding:2.5rem 2rem;background:var(--green-light);border-left:4px solid var(--green);border-radius:0 16px 16px 0;max-width:760px}
.think-tank-card .art-feature-tag{margin-bottom:0.85rem}
.think-tank-card .art-feature-title{margin-bottom:0.85rem}
.think-tank-card .art-feature-caption{margin-bottom:1.5rem;max-width:600px}
@media(max-width:680px){.think-tank-card{padding:1.75rem 1.25rem}}
