:root{
  --paper:#f4f0e8;
  --sand:#ded5c4;
  --ink:#111;
  --muted:#6b6a66;
  --line:rgba(17,17,17,.72);
  --white:#f4f0e8;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Inter, Arial, sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
}
button,a{font:inherit;color:inherit}
button{cursor:pointer;background:none;border:0}
img{display:block;max-width:100%}
.progress{position:fixed;left:0;top:0;height:3px;width:100%;transform-origin:left;transform:scaleX(0);background:var(--ink);z-index:100}
.site-header{
  position:fixed;top:0;left:0;right:0;z-index:90;
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 22px;
  border-bottom:1px solid rgba(0,0,0,.1);
  background:rgba(244,240,232,.82);
  backdrop-filter:blur(18px);
}
.brand{
  font-family:"Instrument Serif", Georgia, serif;
  font-size:clamp(1.65rem,2.4vw,2.25rem);
  letter-spacing:-.04em;
  line-height:1;
}
.desktop-nav{
  display:flex;gap:4px;
  border:1px solid rgba(0,0,0,.1);
  border-radius:999px;
  padding:4px;
  box-shadow:0 4px 18px rgba(0,0,0,.08);
}
.nav-pill{
  padding:10px 16px;border-radius:999px;
  font-size:.68rem;text-transform:uppercase;letter-spacing:.16em;color:#666;
}
.nav-pill.active{background:var(--ink);color:var(--paper)}
.access{
  border:1px solid var(--ink);
  border-radius:999px;
  padding:12px 18px;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.72rem;
}
.section,.hero{position:relative;overflow:hidden}
.section{padding:110px 28px}
.section-inner,.hero-inner{max-width:1500px;margin:0 auto;position:relative;z-index:2}
.hero{min-height:100vh;padding:128px 28px 118px}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:56px;align-items:end}
.eyebrow,.section-no{
  margin:0 0 22px;
  font-size:.72rem;
  line-height:1.45;
  text-transform:uppercase;
  letter-spacing:.24em;
  color:var(--muted);
}
.hero-copy h1{
  margin:0;
  font-family:"Instrument Serif", Georgia, serif;
  font-weight:400;
  font-size:clamp(6.5rem,14vw,15rem);
  line-height:.78;
  letter-spacing:-.07em;
  color:rgba(0,0,0,.92);
}
.hero-intro p{font-size:clamp(1.3rem,2vw,2rem);line-height:1.25;color:#555;margin:0;max-width:620px}
.metrics{margin-top:34px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}
.metrics div{padding:20px 10px;text-align:center;border-right:1px solid var(--ink)}
.metrics div:last-child{border-right:0}
.metrics strong{
  display:block;
  font-family:"Instrument Serif", Georgia, serif;
  font-size:clamp(1.6rem,2.4vw,2.6rem);
  font-weight:400;
  line-height:1;
}
.metrics span{display:block;margin-top:6px;text-transform:uppercase;font-size:.58rem;letter-spacing:.16em;color:#666}
.image-strip{margin-top:90px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.image-strip figure{margin:0;overflow:hidden;border:1px solid rgba(0,0,0,.16);background:#111}
.image-strip img{height:360px;width:100%;object-fit:cover;filter:grayscale(1) contrast(1.18);transition:.7s}
.image-strip figure:hover img{filter:grayscale(0) contrast(1)}
.dark{background:#111;color:var(--paper)}
.sand{background:var(--sand)}
.two-col{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}
h2{
  margin:0;
  font-family:"Instrument Serif", Georgia, serif;
  font-weight:400;
  font-size:clamp(4.2rem,7.2vw,8.5rem);
  line-height:.9;
  letter-spacing:-.07em;
}
h3{
  font-family:"Instrument Serif", Georgia, serif;
  font-weight:400;
  letter-spacing:-.045em;
}
.lead{font-size:clamp(1.2rem,2vw,2rem);line-height:1.18;margin:0}
.text-columns{display:grid;grid-template-columns:1fr 1fr;gap:42px}
.text-columns p:last-child,.subdued,.subcopy{color:#65645f;line-height:1.65}
.photo-watermark{
  position:absolute;inset:0;
  background-position:center;
  background-size:cover;
  opacity:.055;
  filter:grayscale(1) contrast(1.35);
  z-index:1;
}
.strategy-head{align-items:end;margin-bottom:58px}
.strategy-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#111}
.strategy-cards article{background:var(--sand);min-height:240px;padding:32px;transition:.35s}
.strategy-cards article:hover{transform:translateY(-8px)}
.strategy-cards span{font-size:.72rem;text-transform:uppercase;letter-spacing:.22em;color:#777}
.strategy-cards h3{font-size:clamp(2.2rem,3vw,3.6rem);line-height:.95;margin:72px 0 0}
.funds-section{background:var(--paper)}
.funds-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:60px}
.funds-head p:last-child{max-width:420px;text-align:right;color:#666;line-height:1.55}
.fund-list{border-top:1px solid var(--line)}
.fund-card{
  display:grid;
  grid-template-columns:88px minmax(0,1.25fr) minmax(280px,.92fr) minmax(0,1.35fr);
  height:640px;
  border-bottom:1px solid var(--line);
}
.fund-no,.fund-title,.fund-image,.fund-text{border-right:1px solid rgba(0,0,0,.5)}
.fund-no{padding:32px 22px;color:#777;font-size:.78rem;letter-spacing:.22em}
.fund-title{
  padding:36px;
  display:flex;flex-direction:column;justify-content:space-between;
  overflow:hidden;
}
.fund-title h3{font-size:clamp(3.1rem,4.6vw,5rem);line-height:.88;margin:0}
.fund-title p{margin:22px 0 0;text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;color:#7a7974;line-height:1.5}
.fund-title span{border-top:1px solid var(--line);padding-top:20px;text-transform:uppercase;letter-spacing:.18em;font-size:.7rem;color:#777}
.fund-image{padding:34px;overflow:hidden}
.fund-image img{height:100%;width:100%;object-fit:cover;filter:grayscale(1) contrast(1.16);transition:.7s}
.fund-card:hover .fund-image img{filter:grayscale(0) contrast(1)}
.fund-text{padding:36px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;border-right:0}
.fund-text p{font-size:1rem;line-height:1.68;margin:0;color:#555}
.fund-text small{display:block;margin-top:30px;border-top:1px solid var(--line);padding-top:22px;font-size:.75rem;line-height:1.55;color:#666}
.fund-footer{margin-top:28px;border-top:1px solid var(--line);padding-top:20px;display:flex;align-items:center;justify-content:space-between}
.fund-footer span{text-transform:uppercase;font-size:.7rem;letter-spacing:.2em;color:#777}
.governance-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#111}
.governance-grid article{background:var(--sand);padding:32px;min-height:230px}
.governance-grid h3{font-size:2.2rem;line-height:1;margin:40px 0 16px}
.governance-grid p{color:#5e5d59;line-height:1.55;margin:0}
.corporate-block{margin-top:86px;display:grid;grid-template-columns:.75fr 1.25fr;gap:60px}
.corporate-block h3,.boards h3{font-size:clamp(3rem,5vw,6.5rem);line-height:.9;margin:0}
.data-table{border-top:1px solid var(--line)}
.data-table div{display:grid;grid-template-columns:.35fr .65fr;gap:20px;border-bottom:1px solid var(--line);padding:18px 0}
.data-table span{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;color:#777}
.data-table p{margin:0}
.boards{margin-top:86px;display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#111}
.boards article{background:var(--sand);padding:40px}
.person{border-top:1px solid var(--line);padding-top:18px;margin-top:22px}
.person strong{display:block;font-family:"Instrument Serif", Georgia, serif;font-weight:400;font-size:2rem;line-height:1}
.person span{display:block;margin-top:10px;text-transform:uppercase;letter-spacing:.13em;font-size:.72rem;line-height:1.65;color:#666}
.process-section{position:relative}
.geo-watermark{
  position:absolute;inset:0;opacity:.055;
  background-image:
    linear-gradient(rgba(244,240,232,.65) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244,240,232,.65) 1px, transparent 1px),
    linear-gradient(135deg, rgba(244,240,232,.35) 1px, transparent 1px);
  background-size:42px 42px,42px 42px,96px 96px;
}
.orbit{position:absolute;border:1px solid rgba(244,240,232,.11);pointer-events:none}
.orbit-one{right:-130px;top:70px;width:620px;height:620px;border-radius:50%}
.orbit-two{left:-90px;bottom:0;width:460px;height:460px}
.process-head{align-items:end;margin-bottom:58px}
.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:rgba(244,240,232,.25)}
.process-grid article{position:relative;min-height:410px;background:#111;padding:32px;overflow:hidden;transition:.35s}
.process-grid article:hover{transform:translateY(-10px) scale(.99)}
.process-grid article:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:rgba(244,240,232,.7);transform:scaleX(0);transform-origin:left;transition:.45s}
.process-grid article:hover:before{transform:scaleX(1)}
.process-grid span{text-transform:uppercase;letter-spacing:.22em;font-size:.72rem;color:rgba(244,240,232,.46)}
.process-grid b{float:right;width:32px;height:32px;border:1px solid rgba(244,240,232,.25);border-radius:50%;text-align:center;line-height:30px;font-size:.65rem;color:rgba(244,240,232,.46)}
.process-grid h3{font-size:2.9rem;line-height:1;margin:100px 0 22px}
.process-grid p{font-size:.9rem;line-height:1.55;color:rgba(244,240,232,.65);margin:0}
.legal-section{background:var(--paper)}
.legal-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#111}
.legal-grid article{background:var(--paper);min-height:210px;padding:34px}
.legal-grid span{font-size:.72rem;text-transform:uppercase;letter-spacing:.22em;color:#aaa}
.legal-grid p{font-size:1.2rem;line-height:1.25;margin:68px 0 0;color:#333}
.risk{margin-top:40px;max-width:900px;font-size:.75rem;line-height:1.65;color:#666}
.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end}
.contact-section h2{font-size:clamp(6rem,13vw,14rem)}
.contact-card{border:1px solid var(--line);background:var(--sand);padding:38px;box-shadow:14px 14px 0 rgba(0,0,0,.08)}
.contact-card h3{font-size:3rem;line-height:.95;margin:0 0 34px}
.contact-card p{line-height:1.55;color:#555}
.contact-card a{text-decoration:none;border-bottom:1px solid currentColor}
.contact-card small{display:block;margin-top:24px;text-transform:uppercase;letter-spacing:.12em;color:#777;line-height:1.5}
footer{max-width:1500px;margin:80px auto 0;border-top:1px solid var(--line);padding:24px 0 0;text-transform:uppercase;letter-spacing:.18em;font-size:.7rem;color:#777;display:flex;justify-content:space-between}
.cookie{
  position:fixed;left:24px;bottom:24px;z-index:120;
  max-width:620px;padding:22px;border:1px solid var(--ink);
  background:rgba(244,240,232,.96);
  box-shadow:12px 12px 0 rgba(0,0,0,.12);
}
.cookie p:not(.section-no){font-size:.88rem;line-height:1.55;color:#555}
.cookie div{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.cookie button{border:1px solid var(--ink);border-radius:999px;padding:10px 18px;text-transform:uppercase;letter-spacing:.14em;font-size:.7rem}
.cookie button:first-child{background:#111;color:var(--paper)}
.hidden{display:none!important}
@media(max-width:1100px){
  .desktop-nav{display:none}
  .hero-grid,.two-col,.corporate-block,.contact-grid{grid-template-columns:1fr}
  .image-strip{grid-template-columns:repeat(2,1fr)}
  .fund-card{height:auto;grid-template-columns:1fr}
  .fund-no,.fund-title,.fund-image,.fund-text{border-right:0;border-bottom:1px solid var(--line)}
  .fund-image{height:360px}
  .process-grid{grid-template-columns:1fr}
  .boards,.governance-grid,.legal-grid,.strategy-cards,.text-columns{grid-template-columns:1fr}
}
@media(max-width:680px){
  .access{display:none}
  .hero-copy h1{font-size:6.8rem}
  .image-strip{grid-template-columns:1fr}
  .metrics{grid-template-columns:1fr}
  .metrics div{border-right:0;border-bottom:1px solid var(--ink)}
  .metrics div:last-child{border-bottom:0}
  .section{padding:84px 20px}
  .cookie{left:14px;right:14px;bottom:14px}
}


/* Apple-like layer depth system */
.layered-section{position:relative;isolation:isolate}
.depth-layer{
  position:absolute;
  pointer-events:none;
  border:1px solid rgba(17,17,17,.12);
  background:rgba(222,213,196,.28);
  backdrop-filter:blur(1px);
  z-index:0;
}
.depth-layer-one{
  width:34vw;height:34vw;
  right:6vw;top:18vh;
  border-radius:50%;
  opacity:.45;
}
.depth-layer-two{
  width:22vw;height:42vw;
  left:-8vw;top:34vh;
  transform:rotate(12deg);
  opacity:.28;
}
.depth-layer-three{
  width:44vw;height:1px;
  left:28vw;bottom:18vh;
  background:rgba(17,17,17,.18);
  opacity:.5;
}
.geo-watermark-light{
  position:absolute;
  inset:0;
  opacity:.035;
  background-image:
    linear-gradient(rgba(17,17,17,.32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,17,17,.32) 1px, transparent 1px),
    linear-gradient(135deg, rgba(17,17,17,.18) 1px, transparent 1px);
  background-size:62px 62px,62px 62px,124px 124px;
  z-index:0;
  pointer-events:none;
}
.soft-depth-card{
  position:absolute;
  pointer-events:none;
  z-index:0;
  border:1px solid rgba(17,17,17,.08);
  background:rgba(244,240,232,.22);
  box-shadow:26px 26px 80px rgba(0,0,0,.05);
}
.soft-depth-card-left{
  width:360px;height:520px;
  left:4vw;top:18%;
  transform:rotate(-7deg);
}
.soft-depth-card-right{
  width:420px;height:420px;
  right:5vw;top:12%;
  border-radius:50%;
  opacity:.45;
}
.contact-watermark{
  opacity:.04;
  filter:grayscale(1) contrast(1.55);
}
.layer-stack,
.layer-item,
.parallax-img,
.parallax-bg{
  will-change:transform;
}
.layer-item{
  transform-style:preserve-3d;
  transition:transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s cubic-bezier(.2,.8,.2,1);
}
.layer-item:hover{
  transform:translate3d(0,-8px,0) scale(.995);
  box-shadow:22px 22px 60px rgba(0,0,0,.08);
}
.fund-card.layer-item:hover{
  transform:translate3d(0,-4px,0);
  box-shadow:0 28px 70px rgba(0,0,0,.08);
}
.image-strip figure,
.fund-image,
.contact-card{
  transform-style:preserve-3d;
}
.image-strip figure:hover,
.fund-image:hover{
  box-shadow:18px 22px 60px rgba(0,0,0,.12);
}
@media(max-width:1100px){
  .depth-layer,.soft-depth-card{display:none}
}


/* Header appears only after the user starts scrolling */
.site-header{
  transform:translate3d(0,-115%,0);
  opacity:0;
  transition:
    transform .62s cubic-bezier(.2,.8,.2,1),
    opacity .42s ease,
    background .35s ease,
    box-shadow .35s ease;
}
.site-header.is-visible{
  transform:translate3d(0,0,0);
  opacity:1;
  box-shadow:0 8px 30px rgba(0,0,0,.055);
}
.site-header.is-hidden{
  transform:translate3d(0,-115%,0);
  opacity:0;
}

/* Keep Contact clean: no watermark, no depth decoration */
.contact-section{
  background:var(--paper);
  isolation:auto;
}
.contact-section .photo-watermark,
.contact-section .soft-depth-card{
  display:none!important;
}


/* Restored section indicator */
.section-indicator{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:110;
  border:1px solid rgba(17,17,17,.18);
  border-radius:999px;
  background:rgba(244,240,232,.84);
  backdrop-filter:blur(16px);
  box-shadow:0 10px 34px rgba(0,0,0,.08);
  padding:10px 16px;
  font-size:.64rem;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.22em;
  color:#555;
  transition:opacity .35s ease, transform .35s cubic-bezier(.2,.8,.2,1);
}
.section-indicator strong{color:#111;font-weight:500}

/* Cookie banner restored and protected from accidental hiding */
.cookie{
  position:fixed;
  left:24px;
  bottom:24px;
  z-index:130;
  max-width:620px;
  padding:22px;
  border:1px solid var(--ink);
  background:rgba(244,240,232,.96);
  box-shadow:12px 12px 0 rgba(0,0,0,.12);
  backdrop-filter:blur(14px);
}
.cookie p:not(.section-no){
  font-size:.88rem;
  line-height:1.55;
  color:#555;
}
.cookie div{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}
.cookie button{
  border:1px solid var(--ink);
  border-radius:999px;
  padding:10px 18px;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.7rem;
}
.cookie button:first-child{
  background:#111;
  color:var(--paper);
}
.cookie.is-hidden{
  display:none!important;
}
@media(max-width:680px){
  .section-indicator{
    right:14px;
    bottom:14px;
    font-size:.56rem;
    padding:9px 12px;
  }
  .cookie{
    left:14px;
    right:14px;
    bottom:58px;
  }
}


/* Contact active state also highlights Investor access */
.access.is-active{
  background:var(--ink);
  color:var(--paper);
}
