:root{--ink:#07141d;--paper:#f7f5f0;--brass:#c9a56d;--line:rgba(7,20,29,.15);--font-display:Georgia,"Times New Roman",serif;--font-sans:Arial,Helvetica,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-sans)}a{color:inherit;text-decoration:none}.shell{width:min(1180px,calc(100% - 96px));margin-inline:auto}
.hero{min-height:100svh;position:relative;color:#fff;display:flex;flex-direction:column;overflow:hidden}.hero-photo{position:absolute;inset:0;background:url('hero-ocean.png') center/cover no-repeat;transform:scale(1.015);animation:settle 2.2s ease-out both}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,14,22,.92) 0%,rgba(3,14,22,.74) 39%,rgba(3,14,22,.18) 72%,rgba(3,14,22,.05)),linear-gradient(0deg,rgba(3,14,22,.5),transparent 45%)}@keyframes settle{from{opacity:.2;transform:scale(1.06)}to{opacity:1;transform:scale(1.015)}}
.site-header{height:118px;position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.2)}.brand{display:grid;grid-template-columns:40px auto;grid-template-rows:auto auto;column-gap:13px;align-items:center;text-transform:uppercase;letter-spacing:.14em}.brand-mark{grid-row:1/3;width:40px;height:40px;border:1px solid currentColor;border-radius:50%;position:relative;display:block;overflow:hidden;color:var(--brass)}.brand-sun{position:absolute;width:8px;height:8px;border-radius:50%;background:currentColor;top:8px;left:15px}.brand-horizon{position:absolute;height:1px;background:currentColor;left:7px;right:7px;top:22px}.brand-keel{position:absolute;width:20px;height:10px;border:1px solid currentColor;border-top:0;border-radius:0 0 50% 50%;left:9px;top:22px;transform:skewX(-11deg)}.brand-name{font-size:.76rem;line-height:1;font-weight:600}.brand-type{font-size:.58rem;line-height:1;opacity:.68;letter-spacing:.28em;margin-top:5px}nav{display:flex;gap:40px;font-size:.69rem;text-transform:uppercase;letter-spacing:.16em}nav a{opacity:.72;transition:opacity .2s}nav a:hover{opacity:1}
.hero-content{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;justify-content:center;padding:90px 0 130px}.eyebrow,.kicker{margin:0 0 28px;color:var(--brass);text-transform:uppercase;letter-spacing:.22em;font-size:.66rem;font-weight:600}.eyebrow{display:flex;align-items:center;gap:13px}.eyebrow>span{display:inline-block;width:32px;height:1px;background:currentColor}h1,h2,h3,blockquote{font-family:var(--font-display);font-weight:400}h1{max-width:760px;margin:0;font-size:clamp(4.4rem,8.4vw,8rem);line-height:.82;letter-spacing:-.045em}h1 em{color:#d8c19c;font-weight:400}.hero-copy{max-width:455px;color:rgba(255,255,255,.7);line-height:1.8;font-size:.92rem;margin:40px 0 30px}.text-link{width:fit-content;text-transform:uppercase;font-size:.65rem;letter-spacing:.18em;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.45);display:flex;gap:40px}.text-link span{color:var(--brass)}.scroll-cue{position:absolute;z-index:2;right:44px;bottom:38px;display:flex;align-items:center;gap:14px;font-size:.58rem;text-transform:uppercase;letter-spacing:.22em;writing-mode:vertical-rl}.scroll-cue i{display:block;height:46px;width:1px;background:rgba(255,255,255,.45)}
.holdings{padding-block:145px;display:grid;grid-template-columns:.82fr 1.35fr;gap:11vw}.section-intro h2{margin:0;font-size:clamp(2.8rem,4.5vw,4.4rem);line-height:.98;letter-spacing:-.03em}.section-intro>p:last-child{margin:38px 0 0;color:#56646b;line-height:1.8;font-size:.87rem;max-width:420px}.venture-list{border-top:1px solid var(--line)}.venture{min-height:225px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:48px 1fr 40px;gap:30px;padding:43px 0;align-items:start;position:relative}.venture:before{content:"";position:absolute;inset:0;background:#fff;transform:scaleX(0);transform-origin:right;transition:transform .45s ease;z-index:-1}.venture:hover:before{transform:scaleX(1);transform-origin:left}.venture-number,.venture-kind{font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;color:#7c898e}.venture h3{font-size:clamp(2.4rem,4vw,3.7rem);margin:12px 0 14px;line-height:.9}.venture p:last-child{color:#647176;line-height:1.65;margin:0;font-size:.78rem;max-width:360px}.venture>a,.venture-glyph{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:#8f6b3d;transition:.25s}.venture>a:hover{background:var(--ink);color:#fff}.venture-glyph{font-size:.7rem}
.perspective{min-height:920px;position:relative;background:var(--ink);color:#f8f3ea;overflow:hidden;display:grid;place-items:center}.perspective-water{position:absolute;inset:0;background:linear-gradient(rgba(3,15,23,.72),rgba(3,15,23,.82)),url('treasure-map.png') center/cover fixed no-repeat;opacity:1}.perspective-copy{position:relative;text-align:center;display:flex;flex-direction:column;align-items:center;text-shadow:0 3px 24px rgba(0,0,0,.72)}.perspective .kicker{color:#d4ad70}blockquote{max-width:920px;margin:0;color:#fffaf1;font-size:clamp(3rem,5.6vw,5.6rem);line-height:.98;letter-spacing:-.03em}.service-note{max-width:540px;color:rgba(255,250,241,.82);font-size:.78rem;line-height:1.8;margin:44px 0 0}footer{min-height:210px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;color:#69767a;font-size:.62rem;text-transform:uppercase;letter-spacing:.12em}.brand-footer{color:var(--ink);justify-self:start}footer>p{margin:0}footer>p:last-child{justify-self:end}
@media(max-width:760px){.shell{width:min(100% - 40px,1180px)}.site-header{height:90px}nav{display:none}.hero-content{padding-block:60px 110px}h1{font-size:clamp(3.8rem,19vw,5.2rem)}.hero-copy{max-width:85%}.scroll-cue{display:none}.holdings{padding-block:95px;grid-template-columns:1fr;gap:70px}.venture{grid-template-columns:30px 1fr 38px;gap:16px}.perspective{min-height:760px}.perspective-water{background-attachment:scroll}footer{padding-block:55px;min-height:270px;grid-template-columns:1fr;align-content:center}footer>p,footer>p:last-child{justify-self:start}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-photo{animation:none}.venture:before{transition:none}}
