/* Brand Tokens (Sumaya Fund Brand Guidelines v9) */
:root {
  --fern:    #6B8F5E;
  --forest:  #4A6B44;
  --gold:    #C9923A;
  --cream:   #FAFAF7;
  --ivory:   #F4EFE8;
  --sage:    #EBF2E6;
  --earth:   #2C2C2C;
  --earthm:  #5C4A35;
  --sand:    #C9B89A;
  --white:   #FFFFFF;
  --serif:   'Cormorant Garamond', Georgia, serif;
  --sans:    'Inter', system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
body {
  background: var(--cream); color: var(--earth); font-family: var(--sans);
  font-weight: 300; line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
#hdr {
  position: fixed; top: 0; left: 0; right: 0; z-index: 300; height: 72px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(20px, 6vw, 72px); transition: background .35s, border-color .35s;
}
#hdr.solid {
  background: rgba(250,250,247,.95); backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(107,143,94,.18);
}
#hdr .logo-wrap { height: 56px; display: flex; align-items: center; }
#hdr .logo-wrap img { height: 56px; width: auto; }
.navwrap { display: flex; gap: 28px; align-items: center; }
.navwrap a { font-size: 11px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.9); transition: opacity .2s; }
.navwrap a:hover { opacity: 1; color: #fff; }
#hdr.solid .navwrap a { color: var(--forest); }
.ncta { background: var(--fern); color: #fff !important; padding: 9px 22px; border-radius: 2px; transition: background .2s !important; opacity: 1 !important; }
.ncta:hover { background: var(--forest) !important; }
.hbg { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 8px; }
.hbg span { display: block; width: 24px; height: 1.5px; background: #fff; transition: background .3s; }
#hdr.solid .hbg span { background: var(--forest); }
#mnav { display: none; position: fixed; inset: 0; z-index: 250; background: rgba(74,107,68,.97); flex-direction: column; align-items: center; justify-content: center; gap: 32px; }
#mnav.open { display: flex; }
#mnav a { font-family: var(--serif); font-size: clamp(26px,6vw,40px); font-weight: 300; color: #fff; letter-spacing: .04em; }
.mnav-cl { position: absolute; top: 24px; right: 24px; font-size: 28px; color: rgba(255,255,255,.6); cursor: pointer; background: none; border: none; line-height: 1; }
.panel { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.pbg { position: absolute; inset: 0; background-size: cover; background-position: center; background-color: var(--forest); transform: scale(1.05); transition: transform 9s ease; will-change: transform; }
.panel.pv .pbg { transform: scale(1.0); }
.ov-l  { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(20,15,8,.76) 0%, rgba(20,15,8,.34) 100%); }
.ov-r  { position: absolute; inset: 0; background: linear-gradient(to right, rgba(20,15,8,.82) 0%, rgba(20,15,8,.24) 65%, rgba(20,15,8,0) 100%); }
.ov-g  { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(20,35,15,.86) 0%, rgba(20,35,15,.42) 100%); }
.ov-b  { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,15,8,.72) 0%, rgba(20,15,8,0) 55%); }
.ov-dk { position: absolute; inset: 0; background: rgba(28,42,18,.62); }
.pc { position: relative; z-index: 2; width: 100%; max-width: 1240px; margin: 0 auto; padding: clamp(100px,15vh,190px) clamp(24px,7vw,96px) clamp(60px,8vh,120px); }
.pc.ctr { text-align: center; }
.pc.ctr p, .pc.ctr .bl { margin-left: auto; margin-right: auto; }
.ls { padding: clamp(80px,10vh,140px) clamp(24px,7vw,96px); }
.ls .inn { max-width: 1140px; margin: 0 auto; }
.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 85vh; }
.st { padding: clamp(56px,8vh,110px) clamp(32px,5vw,72px); display: flex; flex-direction: column; justify-content: center; }
.si { position: relative; overflow: hidden; min-height: 440px; }
.si img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 9s ease; }
.split.pv .si img { transform: scale(1.04); }
.ey { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: var(--sand); display: block; margin-bottom: 24px; }
.ey.dk { color: var(--gold); }
h1.disp { font-family: var(--serif); font-weight: 300; font-size: clamp(52px,7.5vw,108px); line-height: .98; letter-spacing: -.01em; color: #fff; margin-bottom: 30px; }
h1.disp em { font-style: italic; color: rgba(255,255,255,.72); }
h2.sh { font-family: var(--serif); font-weight: 300; font-size: clamp(34px,5vw,72px); line-height: 1.06; letter-spacing: -.01em; margin-bottom: 22px; }
h2.sh.lt { color: #fff; }
h2.sh.dk { color: var(--forest); }
.bl { font-size: clamp(15px,1.22vw,18px); line-height: 1.78; max-width: 580px; }
.bl.lt { color: rgba(255,255,255,.88); }
.bl.dk { color: var(--earth); }
.pq { font-family: var(--serif); font-style: italic; font-size: clamp(19px,2.3vw,32px); line-height: 1.38; color: #fff; border-left: 3px solid var(--gold); padding-left: 22px; margin: 40px 0 0; max-width: 660px; }
.pq.dk { color: var(--forest); border-left-color: var(--fern); }
.serif-em { font-family: var(--serif); font-style: italic; font-size: 1em; }
.gr { width: 0; height: 1px; background: var(--gold); margin: 28px 0; transition: width 1.2s cubic-bezier(.22,1,.36,1); }
.gr.lt { background: rgba(201,184,154,.7); }
@keyframes grIn { to { width: 64px; } }
.gr { animation: grIn 1.2s .5s both; }
.rv.vis .gr { animation: none; width: 64px; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border-top: 1px solid rgba(255,255,255,.18); margin-top: 52px; padding-top: 40px; }
.sw:not(:last-child) { border-right: 1px solid rgba(255,255,255,.14); padding-right: 32px; margin-right: 32px; }
.sn { font-family: var(--serif); font-weight: 300; font-size: clamp(34px,5vw,58px); color: #fff; line-height: 1; display: block; }
.sl { font-size: 13px; color: rgba(255,255,255,.6); letter-spacing: .03em; margin-top: 8px; line-height: 1.5; }
.domains { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(107,143,94,.22); border: 1px solid rgba(107,143,94,.22); margin-top: 44px; }
.dc { background: var(--cream); padding: 28px 24px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; transition: background .2s; }
.dc:hover { background: var(--sage); }
.dc-icon { width: 52px; height: 52px; }
.dn { font-family: var(--serif); font-size: 20px; font-weight: 400; color: var(--forest); }
.ds { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); font-weight: 500; }
.bij { display: grid; grid-template-columns: 1fr 1fr; min-height: 85vh; }
.bij-img { position: relative; overflow: hidden; }
.bij-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.bij-ov { position: absolute; inset: 0; background: linear-gradient(to right, rgba(74,107,68,0) 50%, rgba(59,47,32,.55) 100%); }
.bij-txt { background: var(--ivory); padding: clamp(56px,8vh,110px) clamp(32px,5vw,72px); display: flex; flex-direction: column; justify-content: center; }
.bij-txt h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(32px,4vw,52px); line-height: 1.06; color: var(--forest); margin-bottom: 4px; }
.bij-txt .rol { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 28px; font-weight: 500; }
.bij-txt p { font-size: clamp(14px,1.1vw,16px); color: var(--earth); line-height: 1.82; max-width: 480px; margin-bottom: 16px; }
.bij-txt .gr { margin: 20px 0; }
.adv-img { width: 100%; display: block; }
.adv-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(107,143,94,.15); margin-top: 40px; }
.avc { background: var(--cream); padding: 30px 28px; display: flex; gap: 20px; align-items: flex-start; }
.ava { width: 60px; height: 60px; border-radius: 50%; background: var(--fern); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 22px; color: #fff; font-weight: 300; }
.avn h3 { font-family: var(--serif); font-size: 20px; font-weight: 400; color: var(--forest); margin-bottom: 3px; }
.avn .rol { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; font-weight: 500; }
.avn p { font-size: 14px; color: var(--earthm); line-height: 1.72; }
.site-footer { background: var(--forest); padding: 60px clamp(24px,7vw,96px) 40px; color: rgba(255,255,255,.6); }
.fi { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.fb img { height: 70px; margin-bottom: 16px; }
.fb p { font-size: 14px; line-height: 1.7; max-width: 240px; }
.fc h4 { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; font-weight: 500; }
.fc a, .fc p { font-size: 14px; color: rgba(255,255,255,.58); line-height: 1.8; display: block; transition: color .2s; }
.fc a:hover { color: #fff; }
.fbot { max-width: 1140px; margin: 0 auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,.3); }
.rv { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); }
.rv.d1 { transition-delay: .12s; } .rv.d2 { transition-delay: .24s; } .rv.d3 { transition-delay: .38s; } .rv.d4 { transition-delay: .54s; }
.rv.vis { opacity: 1; transform: none; }
@keyframes fadeUp { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:none; } }
.rv { animation: fadeUp .8s 1.6s both; }
.rv.vis { animation: none; }
@media (max-width: 900px) {
  .navwrap { display: none; } .hbg { display: flex; } .split, .bij { grid-template-columns: 1fr; }
  .si { min-height: 280px; } .bij-img { min-height: 320px; } .stats { grid-template-columns: 1fr; gap: 24px; }
  .sw:not(:last-child) { border-right: none; padding-right: 0; margin-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); padding-bottom: 24px; }
  .domains, .adv-cards { grid-template-columns: 1fr; } .fi { grid-template-columns: 1fr; gap: 28px; }
  .fbot { flex-direction: column; gap: 8px; text-align: center; } h2.sh { font-size: clamp(28px,7vw,44px); } h1.disp { font-size: clamp(42px,10vw,66px); }
}
@media (max-width: 560px) { .domains { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; animation: none; } .pbg { transition: none; } }
