
:root{
  --navy:#041325;
  --navy2:#071c38;
  --blue:#0f2d58;
  --blue2:#163b72;
  --gold:#d5ad38;
  --gold2:#b9862f;
  --ivory:#f7f1e6;
  --cream:#fff9ef;
  --sand:#ebddc8;
  --white:#fff;
  --ink:#0b1b30;
  --muted:#626b78;
  --line:rgba(213,173,56,.33);
  --shadow:0 24px 75px rgba(4,19,37,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Avenir Next","Montserrat",Arial,sans-serif;background:var(--ivory);color:var(--ink);line-height:1.65}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1200px,92vw);margin:0 auto}
.nav{position:sticky;top:0;z-index:999;background:rgba(4,19,37,.965);backdrop-filter:blur(14px);border-bottom:1px solid rgba(213,173,56,.22);color:white}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:13px 0}
.brand{display:flex;align-items:center;gap:12px;text-transform:uppercase;letter-spacing:.12em;font-size:13px;font-weight:850;white-space:nowrap}
.brand img{height:42px;width:auto;border-radius:8px}
.navlinks{display:flex;align-items:center;gap:15px;font-size:11.5px;text-transform:uppercase;letter-spacing:.1em;font-weight:800}
.navlinks a{opacity:.8}
.navlinks a:hover,.navlinks a.active{opacity:1;color:var(--gold)}
.menu{display:none;border:1px solid var(--line);background:transparent;color:white;border-radius:999px;padding:9px 13px;text-transform:uppercase;letter-spacing:.12em}
.hero{min-height:780px;display:grid;align-items:center;color:white;overflow:hidden;position:relative;background:
  radial-gradient(circle at 72% 18%,rgba(213,173,56,.26),transparent 25%),
  radial-gradient(circle at 10% 70%,rgba(22,59,114,.52),transparent 30%),
  linear-gradient(135deg,#02070e 0%,#071c38 52%,#02070e 100%)}
.hero:before{content:"";position:absolute;width:760px;height:760px;border:1px solid rgba(213,173,56,.2);border-radius:50%;right:-210px;top:70px}
.hero:after{content:"";position:absolute;left:-12%;right:-12%;bottom:-108px;height:210px;border-top:1.5px solid rgba(213,173,56,.48);border-radius:50%}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:56px;align-items:center;position:relative;z-index:2;padding:84px 0}
.eyebrow,.kicker{color:var(--gold);font-size:12px;text-transform:uppercase;letter-spacing:.22em;font-weight:900}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.08;margin:0;color:inherit}
h1{font-size:clamp(44px,7vw,86px);text-transform:uppercase;letter-spacing:.045em}
h2{font-size:clamp(34px,4.2vw,62px);letter-spacing:.025em}
h3{font-size:27px}
.lead{font-size:clamp(18px,2vw,22px);max-width:760px;color:#ede6da;margin:24px 0 0}
.copy{font-size:18px;color:var(--muted)}
.hero-card{border:1px solid rgba(213,173,56,.35);background:rgba(255,255,255,.048);border-radius:30px;padding:30px;box-shadow:0 30px 90px rgba(0,0,0,.3)}
.hero-card img{border-radius:20px}
.btns{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 20px;border:1px solid var(--gold);font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:12px;transition:.18s}
.btn.primary{background:var(--gold);color:#041325}
.btn.secondary{color:white}
.btn.dark{color:var(--navy)}
.btn:hover{transform:translateY(-2px);box-shadow:0 15px 32px rgba(0,0,0,.18)}
.section{padding:90px 0}
.section.soft{background:var(--cream)}
.section.dark{background:var(--navy);color:white}
.section.blue{background:linear-gradient(135deg,#071c38,#0f2d58);color:white}
.center{text-align:center}
.intro{max-width:890px;margin:20px auto 0;color:var(--muted);font-size:18px}
.dark .intro,.blue .intro{color:#ddd5c9}
.grid{display:grid;gap:24px}
.grid.two{grid-template-columns:repeat(2,1fr)}
.grid.three{grid-template-columns:repeat(3,1fr)}
.grid.four{grid-template-columns:repeat(4,1fr)}
.card{background:white;border:1px solid rgba(4,19,37,.1);border-radius:25px;padding:28px;box-shadow:var(--shadow)}
.dark .card,.blue .card{background:rgba(255,255,255,.055);border-color:rgba(213,173,56,.22);color:white}
.card h3{color:var(--navy);margin-bottom:10px}
.dark .card h3,.blue .card h3{color:white}
.card p{margin:0;color:var(--muted)}
.dark .card p,.blue .card p{color:#e5ded2}
.icon-pill{height:56px;width:56px;border-radius:18px;background:linear-gradient(135deg,var(--gold),#946826);display:flex;align-items:center;justify-content:center;color:#061426;font-family:Georgia,serif;font-weight:900;font-size:24px;margin-bottom:18px}
.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:56px;align-items:center}
.subhero{background:linear-gradient(135deg,#061426,#0e2a53);padding:98px 0 74px;color:white;position:relative;overflow:hidden}
.subhero:after{content:"";position:absolute;right:-170px;top:-170px;width:440px;height:440px;border:1px solid rgba(213,173,56,.24);border-radius:50%}
.breadcrumb{color:var(--gold);text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:900;margin-bottom:16px}
.badge{display:inline-block;border:1px solid var(--line);color:var(--gold);border-radius:999px;padding:7px 12px;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:900;margin-bottom:14px}
.show-card{position:relative;overflow:hidden;min-height:315px;display:flex;flex-direction:column;justify-content:space-between}
.show-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(4,19,37,.98),rgba(15,42,82,.86));z-index:0}
.show-card>*{position:relative;z-index:1}
.show-card h3{color:white;font-size:30px}
.show-card p{color:#eee6d9}
.linkline{color:var(--gold);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.14em;margin-top:22px}
.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:34px}
.video-card{background:white;border-radius:22px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(4,19,37,.1)}
.video-thumb{aspect-ratio:16/9;background:#081c38;position:relative;overflow:hidden}
.video-thumb img{width:100%;height:100%;object-fit:cover}
.play{position:absolute;inset:auto 18px 16px auto;background:rgba(213,173,56,.95);color:#061426;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:950;text-transform:uppercase}
.video-body{padding:20px}
.video-body h3{font-size:22px;color:var(--navy)}
.video-body p{color:var(--muted);margin:9px 0 0}
.tag{display:inline-block;background:#f2e6ce;color:#7d5b20;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px}
.quote{font-family:Georgia,serif;font-size:29px;line-height:1.25;color:var(--navy);border-left:3px solid var(--gold);padding-left:24px}
.dark .quote,.blue .quote{color:white}
.list{display:grid;gap:12px;margin-top:22px}
.list div{background:rgba(255,255,255,.7);border:1px solid rgba(4,19,37,.1);border-radius:15px;padding:14px 16px}
.dark .list div,.blue .list div{background:rgba(255,255,255,.055);border-color:rgba(213,173,56,.22)}
.guest-row{display:grid;grid-template-columns:150px 1fr 1fr;gap:18px;align-items:start;padding:22px 0;border-bottom:1px solid rgba(4,19,37,.1)}
.guest-row:last-child{border-bottom:0}
.guest-ep{color:var(--gold2);font-weight:950;text-transform:uppercase;letter-spacing:.12em}
.lookbook{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:34px}
.look{min-height:265px;border-radius:26px;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;color:white;overflow:hidden;position:relative;background:linear-gradient(135deg,#061426,#173868)}
.look:before{content:"";position:absolute;width:220px;height:220px;border:1px solid rgba(213,173,56,.35);border-radius:50%;right:-80px;top:-60px}
.look h3,.look p{position:relative;z-index:1}
.look h3{color:white;margin-bottom:6px}
.look p{color:#eee6d9;margin:0}
.cta{background:linear-gradient(135deg,#061426,#0e2a53);border-radius:32px;padding:46px;color:white;display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center;border:1px solid rgba(213,173,56,.28)}
.portfolio-item{padding:28px;border-bottom:1px solid rgba(4,19,37,.1)}
.portfolio-item:last-child{border-bottom:0}
.portfolio-item h3{margin-bottom:8px}
.form{display:grid;gap:14px}
.form input,.form select,.form textarea{width:100%;padding:14px 15px;border:1px solid rgba(4,19,37,.18);border-radius:14px;background:white;font:inherit}
.form textarea{min-height:130px}
.footer{background:#020812;color:white;padding:56px 0;border-top:1px solid rgba(213,173,56,.24)}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:28px}
.footer h4{margin:0 0 14px;color:var(--gold);font-family:Georgia,serif;text-transform:uppercase;letter-spacing:.08em}
.footer p,.footer a{display:block;margin:0 0 10px;color:#d9d0c3;font-size:14px}
.note{font-size:13px;color:#857e72;margin-top:20px}
@media(max-width:1050px){
  .navlinks{display:none;position:absolute;top:70px;left:0;right:0;background:var(--navy);padding:22px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}
  .navlinks.open{display:flex}
  .menu{display:block}
  .hero-grid,.split,.grid.two,.grid.three,.grid.four,.footer-grid,.cta{grid-template-columns:1fr}
  .video-grid,.lookbook{grid-template-columns:1fr}
  .guest-row{grid-template-columns:1fr}
  h1{font-size:42px}
  .section{padding:68px 0}
}


.book-cover{
  min-height:520px;
  border-radius:30px;
  padding:38px;
  color:white;
  background:
    radial-gradient(circle at 75% 15%, rgba(213,173,56,.28), transparent 28%),
    linear-gradient(145deg,#041325 0%,#0f2d58 58%,#02070e 100%);
  border:1px solid rgba(213,173,56,.38);
  box-shadow:0 32px 90px rgba(4,19,37,.22);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  position:relative;
  overflow:hidden;
}
.book-cover:before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  border:1px solid rgba(213,173,56,.28);
  border-radius:50%;
  right:-135px;
  top:-95px;
}
.book-cover:after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:18px;
  background:linear-gradient(180deg,var(--gold),#8c6326);
}
.book-cover > *{position:relative;z-index:1}
.book-title{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(34px,4vw,58px);
  line-height:1.05;
  letter-spacing:.02em;
}
.book-subtitle{
  color:#eadfcb;
  font-size:18px;
  margin-top:18px;
}
.book-author{
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
  font-weight:900;
}
.publication-card{
  display:grid;
  grid-template-columns:170px 1fr;
  gap:24px;
  align-items:start;
}
.mini-book{
  min-height:210px;
  border-radius:18px;
  background:linear-gradient(145deg,#041325,#0f2d58);
  border:1px solid rgba(213,173,56,.35);
  padding:18px;
  color:white;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.mini-book strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:22px;
  line-height:1.05;
}
@media(max-width:900px){
  .publication-card{grid-template-columns:1fr}
  .book-cover{min-height:430px}
}


.expertise-strip{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}
.expertise-chip{
  border:1px solid rgba(213,173,56,.38);
  color:var(--gold);
  background:rgba(255,255,255,.055);
  border-radius:999px;
  padding:8px 12px;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-size:11px;
  font-weight:900;
}
.light-chip{
  background:#f2e6ce;
  color:#7d5b20;
  border-color:rgba(213,173,56,.45);
}
.positioning-line{
  font-size:17px;
  color:#eadfcb;
  margin-top:20px;
  max-width:760px;
  font-weight:600;
}


.social-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  margin-top:24px;
}
.social-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  border:1px solid rgba(213,173,56,.36);
  color:var(--gold);
  background:rgba(255,255,255,.055);
  border-radius:999px;
  padding:10px 14px;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-size:11px;
  font-weight:900;
  transition:.18s;
}
.social-link:hover{
  transform:translateY(-2px);
  background:rgba(213,173,56,.14);
}
.social-icon{
  width:22px;
  height:22px;
  border-radius:50%;
  background:var(--gold);
  color:#041325;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  font-weight:950;
}
.footer .social-row{
  margin-top:14px;
}
.footer .social-link{
  background:transparent;
  padding:8px 11px;
  margin-bottom:0;
}
.social-panel{
  border:1px solid rgba(213,173,56,.24);
  border-radius:28px;
  padding:28px;
  background:linear-gradient(135deg,rgba(4,19,37,.98),rgba(15,45,88,.92));
  color:white;
}
.social-panel h3{color:white}


.gallery-filters{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}
.filter-btn{
  border:1px solid rgba(213,173,56,.38);
  color:var(--gold);
  background:rgba(255,255,255,.055);
  border-radius:999px;
  padding:10px 14px;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-size:11px;
  font-weight:900;
  cursor:pointer;
}
.filter-btn.active,
.filter-btn:hover{
  background:var(--gold);
  color:#041325;
}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:36px;
}
.gallery-item{
  border-radius:24px;
  overflow:hidden;
  background:white;
  border:1px solid rgba(4,19,37,.1);
  box-shadow:var(--shadow);
}
.gallery-image{
  aspect-ratio:4/3;
  background:linear-gradient(135deg,#061426,#0f2d58);
  position:relative;
  overflow:hidden;
}
.gallery-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.gallery-placeholder{
  width:100%;
  height:100%;
  display:flex;
  align-items:flex-end;
  padding:22px;
  color:white;
  background:
    radial-gradient(circle at 78% 18%,rgba(213,173,56,.25),transparent 28%),
    linear-gradient(135deg,#041325,#0f2d58);
  position:relative;
}
.gallery-placeholder:before{
  content:"";
  position:absolute;
  width:210px;
  height:210px;
  border:1px solid rgba(213,173,56,.28);
  border-radius:50%;
  right:-80px;
  top:-70px;
}
.gallery-placeholder span{
  position:relative;
  z-index:1;
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  line-height:1.1;
}
.gallery-body{
  padding:20px;
}
.gallery-body h3{
  font-size:22px;
  color:var(--navy);
}
.gallery-body p{
  color:var(--muted);
  margin:8px 0 0;
}
.gallery-meta{
  color:var(--gold2);
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:11px;
  font-weight:900;
  margin-bottom:8px;
}
.photo-guide{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-top:32px;
}
.photo-guide .card{
  box-shadow:none;
}
@media(max-width:900px){
  .gallery-grid{grid-template-columns:1fr}
  .photo-guide{grid-template-columns:1fr}
}


/* V7 layout polish: prevents crowded navigation, card overlap, and cramped grids */
.nav-inner{position:relative}
.navlinks{
  gap:14px;
  font-size:11px;
  flex-wrap:nowrap;
  white-space:nowrap;
}
@media(max-width:1200px){
  .navlinks{display:none;position:absolute;top:70px;left:0;right:0;background:var(--navy);padding:22px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line);white-space:normal}
  .navlinks.open{display:flex}
  .menu{display:block}
}
.grid.three,
.grid.four{
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
}
.video-grid{
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
}
.footer-grid{
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
}
.hero-grid{
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
}
.card,
.show-card,
.video-card,
.gallery-item{
  min-width:0;
}
.card h3,
.video-body h3,
.gallery-body h3{
  overflow-wrap:break-word;
}
.btns{
  align-items:center;
}
.btn{
  white-space:normal;
  text-align:center;
}
.show-card{
  min-height:340px;
}
@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr}
}

/* V7 book page */
.book-showcase{
  display:grid;
  grid-template-columns:minmax(280px,420px) minmax(0,1fr);
  gap:56px;
  align-items:center;
}
.real-book-cover{
  background:white;
  border-radius:28px;
  padding:18px;
  border:1px solid rgba(4,19,37,.10);
  box-shadow:0 28px 80px rgba(4,19,37,.18);
}
.real-book-cover img{
  width:100%;
  border-radius:18px;
  box-shadow:0 18px 50px rgba(4,19,37,.20);
}
.buy-panel{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}
.book-facts{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  gap:14px;
  margin-top:30px;
}
.book-fact{
  background:#fff;
  border:1px solid rgba(4,19,37,.1);
  border-radius:18px;
  padding:18px;
}
.book-fact strong{
  display:block;
  color:var(--gold2);
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:11px;
  margin-bottom:6px;
}
.book-fact span{
  font-weight:800;
  color:var(--navy);
}
.book-mini-cover{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:20px;
  align-items:center;
}
.book-mini-cover img{
  border-radius:12px;
  box-shadow:0 12px 35px rgba(4,19,37,.18);
}
@media(max-width:900px){
  .book-showcase{grid-template-columns:1fr}
  .book-mini-cover{grid-template-columns:1fr}
}


/* V8 launch polish */
.hero-card.logo-showcase{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:430px;
  background:
    radial-gradient(circle at 50% 35%,rgba(213,173,56,.16),transparent 34%),
    rgba(255,255,255,.055);
}
.hero-card.logo-showcase img{
  width:min(100%,520px);
  margin:auto;
  object-fit:contain;
  border-radius:24px;
}
.brand img{
  height:48px;
}
.brand span{
  letter-spacing:.13em;
}
.nav-inner{
  padding:12px 0;
}
.launch-feature{
  border-radius:32px;
  padding:44px;
  background:
    radial-gradient(circle at 82% 14%,rgba(213,173,56,.22),transparent 25%),
    linear-gradient(135deg,#041325,#0f2d58);
  color:white;
  border:1px solid rgba(213,173,56,.28);
  box-shadow:0 28px 80px rgba(4,19,37,.16);
}
.launch-feature h3{
  color:white;
  font-size:32px;
}
.launch-feature p{
  color:#eadfcb;
}
.brand-mark-small{
  width:74px;
  height:74px;
  border-radius:24px;
  padding:8px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(213,173,56,.25);
  margin-bottom:18px;
}
.brand-mark-small img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.clean-highlight{
  background:#fff;
  border:1px solid rgba(4,19,37,.1);
  border-left:4px solid var(--gold);
  border-radius:22px;
  padding:26px;
  box-shadow:var(--shadow);
}
.clean-highlight h3{
  color:var(--navy);
}
.clean-highlight p{
  color:var(--muted);
}
.logo-strip{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
  border-radius:28px;
  background:linear-gradient(135deg,#041325,#0f2d58);
  border:1px solid rgba(213,173,56,.30);
  margin-top:34px;
}
.logo-strip img{
  max-height:180px;
  width:auto;
  object-fit:contain;
}
@media(max-width:900px){
  .launch-feature{padding:30px}
  .hero-card.logo-showcase{min-height:300px}
}


/* FINAL title/signature polish */
.founder-signature{
  margin-top:26px;
  padding:22px 24px;
  border-left:4px solid var(--gold);
  background:rgba(255,255,255,.075);
  border-radius:18px;
}
.founder-signature strong{
  display:block;
  font-family:Georgia,"Times New Roman",serif;
  font-size:25px;
  color:white;
  margin-bottom:4px;
}
.founder-signature span{
  display:block;
  color:#eadfcb;
  font-weight:800;
  letter-spacing:.02em;
}
.light-signature{
  background:#fff;
  border:1px solid rgba(4,19,37,.1);
  border-left:4px solid var(--gold);
  box-shadow:var(--shadow);
}
.light-signature strong{
  color:var(--navy);
}
.light-signature span{
  color:var(--muted);
}


/* FINAL impact logo integration */
.impact-logo-card{
  background:white;
  border-radius:24px;
  padding:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:150px;
  margin-bottom:22px;
  border:1px solid rgba(213,173,56,.28);
  box-shadow:0 18px 48px rgba(4,19,37,.14);
}
.impact-logo-card img{
  max-width:100%;
  max-height:130px;
  object-fit:contain;
}
.impact-logo-card.square{
  min-height:220px;
}
.impact-logo-card.square img{
  max-height:210px;
  border-radius:18px;
}
.support-callout{
  background:
    radial-gradient(circle at 84% 18%,rgba(213,173,56,.20),transparent 26%),
    linear-gradient(135deg,#041325,#0f2d58);
  color:white;
  border:1px solid rgba(213,173,56,.30);
  border-radius:32px;
  padding:44px;
  box-shadow:0 28px 80px rgba(4,19,37,.18);
}
.support-callout h2,
.support-callout h3{
  color:white;
}
.support-callout p{
  color:#eadfcb;
}
.support-callout .impact-logo-card{
  max-width:360px;
  margin-bottom:26px;
}
.partner-strip{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:22px;
  margin-top:34px;
}
.partner-logo-tile{
  background:white;
  border:1px solid rgba(4,19,37,.1);
  border-radius:26px;
  padding:26px;
  box-shadow:var(--shadow);
}
.partner-logo-tile img{
  width:100%;
  height:150px;
  object-fit:contain;
  margin-bottom:18px;
}


/* FINAL publication polish */
.hero h1{
  max-width:980px;
}
.hero-card.logo-showcase{
  min-height:500px;
}
.hero-card.logo-showcase img{
  width:min(100%,620px);
}
.home-statement{
  font-size:20px;
  color:#efe6d8;
  max-width:820px;
  margin-top:22px;
}
.communication-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(290px,1fr));
  gap:24px;
  align-items:stretch;
}
.communication-grid .card{
  min-height:0;
  height:auto;
  overflow:visible;
}
.communication-grid .card p,
.communication-grid .card div{
  overflow:visible;
}
.section .card{
  overflow:visible;
}
.gallery-grid{
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
}
.gallery-image{
  aspect-ratio:16/11;
}
.gallery-body{
  min-height:178px;
}
.gallery-body h3{
  font-size:24px;
}
.no-internal-note{
  display:none!important;
}
@media(max-width:900px){
  .hero-card.logo-showcase{
    min-height:320px;
  }
}


/* ULTIMATE FINAL polish */
.hero h1{max-width:1000px}
.hero-card.logo-showcase{min-height:520px}
.hero-card.logo-showcase img{width:min(100%,660px);object-fit:contain}
.home-statement{font-size:20px;color:#efe6d8;max-width:850px;margin-top:22px}
.geolens-logo-panel{
  background:
    radial-gradient(circle at 50% 25%,rgba(213,173,56,.18),transparent 36%),
    linear-gradient(135deg,#041325,#0f2d58);
  border:1px solid rgba(213,173,56,.34);
  border-radius:32px;
  padding:30px;
  box-shadow:0 28px 80px rgba(4,19,37,.20);
  display:flex;
  align-items:center;
  justify-content:center;
}
.geolens-logo-panel img{
  width:min(100%,520px);
  border-radius:24px;
  box-shadow:0 20px 60px rgba(0,0,0,.26);
}
.communication-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(290px,1fr));
  gap:24px;
  align-items:stretch;
}
.communication-grid .card{
  min-height:0;
  height:auto;
  overflow:visible;
}
.card{overflow:visible}
.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.gallery-image{aspect-ratio:16/11}
.gallery-body{min-height:180px}
.gallery-body h3{font-size:24px}
.brand img{height:50px}
.footer .note{line-height:1.45}
@media(max-width:900px){
  .hero-card.logo-showcase{min-height:330px}
  .geolens-logo-panel{padding:18px}
}


/* ULTIMATE FINAL V2: research + guest polish */
.research-card-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(285px,1fr));
  gap:24px;
  margin-top:34px;
}
.research-card{
  background:white;
  border:1px solid rgba(4,19,37,.10);
  border-radius:25px;
  padding:28px;
  box-shadow:var(--shadow);
}
.research-card h3{
  color:var(--navy);
  margin-bottom:10px;
}
.research-card p{
  color:var(--muted);
  margin:0;
}
.research-tag{
  display:inline-block;
  background:#f2e6ce;
  color:#7d5b20;
  border-radius:999px;
  padding:7px 11px;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.1em;
  margin-bottom:14px;
}
.guest-cta{
  background:
    radial-gradient(circle at 80% 18%,rgba(213,173,56,.20),transparent 30%),
    linear-gradient(135deg,#041325,#0f2d58);
  border:1px solid rgba(213,173,56,.30);
  color:white;
  border-radius:34px;
  padding:46px;
  box-shadow:0 28px 80px rgba(4,19,37,.18);
}
.guest-cta h2,
.guest-cta h3{color:white}
.guest-cta p{color:#eadfcb}
.portfolio-list{
  display:grid;
  gap:14px;
  margin-top:24px;
}
.portfolio-list div{
  background:rgba(255,255,255,.72);
  border:1px solid rgba(4,19,37,.09);
  border-radius:16px;
  padding:16px 18px;
}
.dark .portfolio-list div,
.blue .portfolio-list div{
  background:rgba(255,255,255,.055);
  border-color:rgba(213,173,56,.22);
}
.gallery-meta{
  color:var(--gold2);
}
.gallery-body h3{
  margin-top:4px;
}
.gallery-item .gallery-body{
  min-height:190px;
}
.clean-note{
  font-size:15px;
  color:var(--muted);
  margin-top:14px;
}
.geolens-mini-logo{
  max-width:360px;
  border-radius:22px;
  box-shadow:0 18px 55px rgba(4,19,37,.18);
}


/* ULTIMATE FINAL V3: Scientific Articles */
.article-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(310px,1fr));
  gap:24px;
  margin-top:34px;
}
.article-card{
  background:white;
  border:1px solid rgba(4,19,37,.10);
  border-radius:26px;
  padding:28px;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:430px;
}
.article-card h3{
  color:var(--navy);
  font-size:25px;
  line-height:1.16;
  margin-bottom:12px;
}
.article-card p{
  color:var(--muted);
  margin:0 0 14px;
}
.article-meta{
  color:var(--gold2);
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:11px;
  font-weight:900;
  margin-bottom:12px;
}
.article-doi{
  font-size:13px;
  color:#6b7280;
  margin-top:12px;
  word-break:break-word;
}
.article-highlight{
  background:
    radial-gradient(circle at 80% 18%,rgba(213,173,56,.18),transparent 28%),
    linear-gradient(135deg,#041325,#0f2d58);
  color:white;
  border-radius:32px;
  border:1px solid rgba(213,173,56,.30);
  padding:42px;
  box-shadow:0 28px 80px rgba(4,19,37,.18);
}
.article-highlight h2,
.article-highlight h3{color:white}
.article-highlight p{color:#eadfcb}
.dark .article-card{
  background:rgba(255,255,255,.055);
  border-color:rgba(213,173,56,.22);
}
.dark .article-card h3{color:white}
.dark .article-card p{color:#e5ded2}
.publication-pill-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.publication-pill{
  border:1px solid rgba(213,173,56,.36);
  border-radius:999px;
  color:var(--gold);
  padding:9px 12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:11px;
  font-weight:900;
}


/* ULTIMATE FINAL V4: Real photo gallery */
.photo-gallery-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:22px;
  margin-top:36px;
}
.photo-gallery-item{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:#041325;
  min-height:330px;
  box-shadow:0 24px 70px rgba(4,19,37,.14);
  border:1px solid rgba(213,173,56,.18);
}
.photo-gallery-item img{
  width:100%;
  height:100%;
  min-height:330px;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}
.photo-gallery-item:hover img{
  transform:scale(1.035);
}
.photo-caption{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:50px 20px 20px;
  background:linear-gradient(180deg,rgba(4,19,37,0),rgba(4,19,37,.92));
  color:white;
}
.photo-caption .gallery-meta{
  color:var(--gold);
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:900;
}
.photo-caption h3{
  color:white;
  font-size:23px;
  margin:5px 0 4px;
}
.photo-caption p{
  color:#eadfcb;
  margin:0;
  font-size:14px;
  line-height:1.4;
}
.gallery-intro-clean{
  max-width:860px;
  margin-top:18px;
  color:var(--muted);
  font-size:18px;
}
.dark .gallery-intro-clean{
  color:#e5ded2;
}
@media(max-width:700px){
  .photo-gallery-item,
  .photo-gallery-item img{
    min-height:280px;
  }
}


/* ULTIMATE FINAL V5: UNESCO RAM report */
.report-card{
  background:#fff;
  border:1px solid rgba(4,19,37,.10);
  border-radius:26px;
  padding:28px;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:410px;
}
.report-card h3{
  color:var(--navy);
  font-size:26px;
  line-height:1.15;
  margin-bottom:12px;
}
.report-card p{color:var(--muted)}
.report-meta{
  color:var(--gold2);
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:11px;
  font-weight:900;
  margin-bottom:12px;
}
.report-highlight{
  background:
    radial-gradient(circle at 80% 20%,rgba(213,173,56,.18),transparent 28%),
    linear-gradient(135deg,#041325,#0f2d58);
  color:white;
  border-radius:32px;
  border:1px solid rgba(213,173,56,.30);
  padding:42px;
  box-shadow:0 28px 80px rgba(4,19,37,.18);
}
.report-highlight h2,.report-highlight h3{color:white}
.report-highlight p{color:#eadfcb}


/* ULTIMATE FINAL V7: Logo visibility fix */
.brand.brand-visible{
  background:transparent;
  padding:0;
  border:0;
  box-shadow:none;
  min-width:250px;
}
.brand.brand-visible img{
  height:64px!important;
  width:auto!important;
  max-width:280px;
  border-radius:0!important;
  display:block;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.25));
}
.nav{
  backdrop-filter:blur(18px);
}
.hero-card.logo-showcase{
  background:
    radial-gradient(circle at 50% 18%, rgba(213,173,56,.20), transparent 32%),
    linear-gradient(135deg,#fff8ea,#ffffff);
  border:1px solid rgba(213,173,56,.42);
  box-shadow:0 34px 90px rgba(4,19,37,.22);
  padding:34px;
  min-height:560px;
}
.hero-card.logo-showcase img{
  width:min(100%,980px)!important;
  max-height:520px;
  object-fit:contain;
  border-radius:30px;
  filter:drop-shadow(0 20px 42px rgba(4,19,37,.32));
}
.logo-showcase::after{
  content:"";
  position:absolute;
  inset:18px;
  border-radius:34px;
  border:1px solid rgba(213,173,56,.34);
  pointer-events:none;
}
@media(max-width:1120px){
  .brand.brand-visible{min-width:210px}
  .brand.brand-visible img{height:56px!important;max-width:230px}
}
@media(max-width:900px){
  .brand.brand-visible{min-width:0}
  .brand.brand-visible img{height:52px!important;max-width:210px}
  .hero-card.logo-showcase{min-height:360px;padding:22px}
}


/* ULTIMATE FINAL V8: Team section */
.team-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:28px;
  margin-top:36px;
}
.team-card{
  background:#fff;
  border:1px solid rgba(4,19,37,.10);
  border-radius:30px;
  padding:32px;
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
}
.team-card:before{
  content:"";
  position:absolute;
  top:-80px;
  right:-80px;
  width:180px;
  height:180px;
  border-radius:50%;
  background:rgba(213,173,56,.14);
}
.team-card h3{
  color:var(--navy);
  font-size:30px;
  line-height:1.12;
  margin-bottom:8px;
}
.team-title{
  color:var(--gold2);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
  margin-bottom:18px;
}
.team-card p{
  color:var(--muted);
}
.team-pill-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.team-pill{
  background:#f2e6ce;
  color:#7d5b20;
  border-radius:999px;
  padding:8px 12px;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.team-highlight{
  background:
    radial-gradient(circle at 80% 18%,rgba(213,173,56,.20),transparent 30%),
    linear-gradient(135deg,#041325,#0f2d58);
  border:1px solid rgba(213,173,56,.30);
  color:white;
  border-radius:34px;
  padding:46px;
  box-shadow:0 28px 80px rgba(4,19,37,.18);
}
.team-highlight h2,
.team-highlight h3{color:white}
.team-highlight p{color:#eadfcb}
.team-mini{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  margin-top:22px;
}
.team-mini div{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(213,173,56,.22);
  border-radius:18px;
  padding:16px 18px;
  color:#eadfcb;
}
