*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --green:       #002E1B;
  --green-deep:  #001F14;
  --green-soft:  #0A3F2C;
  --gold:        #B68A3A;
  --gold-lt:     #D6B56D;
  --cream:       #F6F2E8;
  --sage:        #DCE5DC;
  --oxblood:     #5A1E22;
  --slate:       #4D5A50;
  --charcoal:    #18221D;
  --rule:        #D6D0C4;
  --white:       #FFFFFF;
  --navy:        var(--green);
  --navy2:       var(--green-soft);
}
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif;
  background: var(--white);
  color: var(--navy);
  font-size: 15px;
  line-height: 1.7;
  overflow-x: hidden;
}
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 72px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 64px;
  background: rgba(0,46,27,0.97);
  border-bottom: 1px solid rgba(182,138,58,0.28);
}
.nav-brand { display: flex; align-items: baseline; gap: 14px; text-decoration: none; }
.nav-brand-name { font-family: 'Cormorant Garamond', serif; font-size: 25px; font-weight: 600; letter-spacing: 1.5px; color: var(--white); white-space: nowrap; }
.nav-brand-name span { color: var(--gold); }
.nav-tagline { font-size: 8px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.35); border-left: 1px solid rgba(255,255,255,0.15); padding-left: 14px; }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { font-size: 10px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; text-decoration: none; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }

.hero { min-height: 100vh; background: var(--navy); display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding-top: 72px; overflow: hidden; position: relative; }
.hero-lines { position: absolute; inset: 0; pointer-events: none; background: none; }
.hero-left { padding: 80px 64px; }
.hero-right { height: 100%; border-left: 1px solid rgba(182,138,58,0.22); display: flex; flex-direction: column; justify-content: center; padding: 80px 64px; background: rgba(255,255,255,0.02); }
.hero-eyebrow { font-size: 9px; font-weight: 500; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; display: flex; align-items: center; gap: 12px; }
.hero-eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); }
.hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(42px, 5vw, 68px); font-weight: 300; line-height: 1.08; color: var(--white); margin-bottom: 12px; }
.hero-title em { font-style: italic; color: var(--gold-lt); }
.hero-fullname { font-family: 'Cormorant Garamond', serif; font-size: 15px; font-weight: 300; font-style: italic; color: rgba(255,255,255,0.4); letter-spacing: 1px; margin-bottom: 36px; }
.hero-tagline-block { border-left: 2px solid var(--gold); padding: 12px 0 12px 20px; margin-bottom: 48px; }
.hero-tagline-main { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 400; font-style: italic; color: rgba(255,255,255,0.85); line-height: 1.4; letter-spacing: 0.5px; }
.hero-tagline-sub { font-size: 10px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-top: 6px; }
.hero-cta-row { display: flex; gap: 16px; }
.btn-primary { display: inline-block; padding: 13px 32px; background: var(--gold); color: var(--white); font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; text-decoration: none; transition: background 0.2s; }
.btn-primary:hover { background: var(--gold-lt); }
.btn-ghost { display: inline-block; padding: 13px 32px; background: transparent; border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.6); font-size: 10px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; text-decoration: none; transition: border-color 0.2s, color 0.2s; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.hero-stats-label { font-size: 9px; font-weight: 500; letter-spacing: 4px; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 32px; }
.stat-row { border-bottom: 1px solid rgba(255,255,255,0.06); padding-bottom: 24px; margin-bottom: 24px; }
.stat-big { font-family: 'Cormorant Garamond', serif; font-size: 56px; font-weight: 300; line-height: 1; color: var(--white); }
.stat-big span { color: var(--gold); }
.stat-desc { font-size: 10px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-top: 6px; }
.stat-inline { display: flex; gap: 40px; }
.stat-sm .stat-num { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 300; color: var(--white); line-height: 1; }
.stat-sm .stat-num span { color: var(--gold); }
.stat-sm .stat-lbl { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-top: 4px; }

section { padding: 100px 64px; }
.inner { max-width: 1140px; margin: 0 auto; }
.eyebrow { font-size: 9px; font-weight: 600; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--gold); }
.sec-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(34px, 4vw, 52px); font-weight: 300; line-height: 1.1; color: var(--navy); margin-bottom: 24px; }
.sec-title em { font-style: italic; color: var(--gold); }
.gold-rule { width: 40px; height: 1px; background: var(--gold); margin-bottom: 40px; }
.body-text { font-size: 15px; font-weight: 300; line-height: 1.9; color: var(--slate); max-width: 660px; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 5fr 4fr; gap: 96px; align-items: start; margin-top: 64px; }
.about-body { font-size: 16px; font-weight: 300; line-height: 2; color: var(--slate); margin-bottom: 28px; }
.about-pillar { border-top: 1px solid var(--rule); padding-top: 24px; margin-bottom: 24px; }
.about-pillar:first-child { border-top: 2px solid var(--gold); }
.about-pillar h4 { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--navy); margin-bottom: 10px; }
.about-pillar p { font-size: 14px; font-weight: 300; line-height: 1.85; color: var(--slate); }

.philosophy { background: var(--navy); position: relative; overflow: hidden; }
.philosophy::before { content: 'Wardroom Partners'; position: absolute; right: -36px; top: 50%; transform: translateY(-50%); font-family: 'Cormorant Garamond', serif; font-size: 190px; font-weight: 600; font-style: italic; color: rgba(255,255,255,0.025); pointer-events: none; line-height: 1; white-space: nowrap; }
.philosophy .sec-title { color: var(--white); }
.philosophy .body-text { color: rgba(255,255,255,0.55); max-width: 580px; margin-bottom: 64px; }
.phil-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-bottom: 64px; margin-top: 48px; }
.phil-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); padding: 36px 32px; transition: background 0.25s; }
.phil-card:hover { background: rgba(182,138,58,0.12); }
.phil-card h4 { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 400; font-style: italic; color: var(--gold-lt); margin-bottom: 12px; }
.phil-card p { font-size: 13px; font-weight: 300; line-height: 1.8; color: rgba(255,255,255,0.5); }
.five-ms-title { font-size: 9px; font-weight: 600; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); margin-bottom: 28px; }
.ms-row { display: flex; border: 1px solid rgba(182,138,58,0.28); }
.m-item { flex: 1; padding: 28px 20px; border-right: 1px solid rgba(182,138,58,0.22); text-align: center; transition: background 0.2s; }
.m-item:last-child { border-right: none; }
.m-item:hover { background: rgba(182,138,58,0.14); }
.m-letter { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 300; font-style: italic; color: var(--gold); line-height: 1; margin-bottom: 8px; }
.m-word { font-size: 9px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.4); }

.logo-lab { background: var(--white); }
.is-hidden-for-now { display: none; }
.logo-copy { max-width: 720px; margin-bottom: 44px; }
.logo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--rule); border: 1px solid var(--rule); }
.logo-card { background: var(--cream); min-height: 250px; padding: 30px 28px; display: flex; flex-direction: column; justify-content: space-between; }
.logo-card h4 { font-size: 9px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--slate); margin-bottom: 20px; }
.logo-mark { min-height: 118px; display: flex; align-items: center; justify-content: center; color: var(--green); }
.logo-wordmark { font-family: 'Cormorant Garamond', serif; font-size: 34px; font-weight: 600; line-height: 0.95; text-align: center; letter-spacing: 1px; }
.logo-wordmark span { color: var(--gold); font-style: italic; }
.logo-wordmark-inline { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 600; letter-spacing: 1px; text-align: center; }
.logo-wordmark-inline span { display: block; margin-top: 7px; padding-top: 8px; border-top: 1px solid var(--gold); font-family: 'Montserrat', sans-serif; font-size: 8px; font-style: normal; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--slate); }
.logo-monogram { width: 90px; height: 90px; border: 1px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 600; letter-spacing: 2px; position: relative; }
.logo-monogram::before, .logo-monogram::after { content: ''; position: absolute; left: 18px; right: 18px; height: 1px; background: var(--gold); }
.logo-monogram::before { top: 20px; }
.logo-monogram::after { bottom: 20px; }
.logo-flag { display: grid; grid-template-columns: repeat(2, 42px); grid-template-rows: repeat(2, 42px); gap: 4px; transform: rotate(45deg); }
.logo-flag span { display: block; background: var(--green); border: 1px solid rgba(0,46,27,0.2); }
.logo-flag span:nth-child(2), .logo-flag span:nth-child(3) { background: var(--gold); }
.logo-pennant { width: 108px; height: 64px; display: flex; align-items: center; justify-content: center; background: var(--green); color: var(--cream); clip-path: polygon(0 0, 86% 0, 100% 50%, 86% 100%, 0 100%); font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 600; letter-spacing: 2px; border-left: 4px solid var(--gold); }
.logo-compass { width: 96px; height: 96px; border: 1px solid var(--gold); border-radius: 50%; position: relative; }
.logo-compass::before, .logo-compass::after { content: ''; position: absolute; background: var(--green); }
.logo-compass::before { width: 1px; height: 74px; left: 50%; top: 11px; transform: translateX(-50%); }
.logo-compass::after { width: 74px; height: 1px; left: 11px; top: 50%; transform: translateY(-50%); }
.logo-compass span { position: absolute; left: 50%; top: 50%; width: 42px; height: 42px; border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); transform: translate(-50%, -50%) rotate(45deg); }
.logo-stack { display: flex; flex-direction: column; align-items: center; gap: 8px; font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 600; line-height: 0.75; }
.logo-stack span { width: 86px; height: 1px; background: var(--gold); }
.logo-quadrant { display: grid; grid-template-columns: repeat(2, 42px); grid-template-rows: repeat(2, 42px); border: 1px solid var(--gold); }
.logo-quadrant span { display: block; border: 1px solid var(--cream); background: var(--green); }
.logo-quadrant span:nth-child(2), .logo-quadrant span:nth-child(3) { background: var(--cream); }
.logo-quadrant span:nth-child(4) { background: var(--gold); }
.logo-ledger { display: flex; align-items: center; gap: 12px; font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 600; letter-spacing: 3px; }
.logo-ledger::before, .logo-ledger::after { content: ''; width: 30px; height: 72px; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
.logo-ledger::before { border-left: 1px solid var(--gold); }
.logo-ledger::after { border-right: 1px solid var(--gold); }
.logo-cartouche { min-width: 160px; padding: 18px 24px 16px; border: 1px solid var(--gold); border-radius: 999px; text-align: center; font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; line-height: 1; }
.logo-cartouche span { display: block; margin-top: 5px; font-family: 'Montserrat', sans-serif; font-size: 7px; font-weight: 600; letter-spacing: 2.6px; text-transform: uppercase; color: var(--slate); }
.logo-horizon { width: 150px; height: 80px; position: relative; display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 600; letter-spacing: 2px; }
.logo-horizon::before { content: ''; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--gold); }
.logo-horizon::after { content: ''; position: absolute; width: 76px; height: 34px; bottom: 8px; border-bottom: 1px solid var(--gold); border-radius: 0 0 80px 80px; }
.logo-horizon span { position: relative; z-index: 1; background: var(--cream); padding: 0 12px; }
.logo-door { width: 96px; height: 100px; border: 1px solid var(--gold); border-top: 6px solid var(--green); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 34px; font-weight: 600; letter-spacing: 1px; position: relative; }
.logo-door::after { content: ''; position: absolute; left: 18px; right: 18px; bottom: 18px; height: 1px; background: var(--gold); }
.logo-keel { width: 150px; height: 88px; display: block; overflow: visible; }
.logo-keel text { font-family: 'Cormorant Garamond', serif; font-size: 34px; font-weight: 600; fill: var(--green); }
.logo-keel .keel-line, .logo-keel .keel-curve { stroke: var(--gold); stroke-width: 1.4; fill: none; vector-effect: non-scaling-stroke; }
.logo-keel .keel-curve { stroke-width: 1.8; }
.logo-ampersand { display: flex; align-items: baseline; gap: 10px; font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 600; line-height: 1; }
.logo-ampersand span { color: var(--gold); font-size: 30px; font-style: italic; font-weight: 400; }
.logo-archmark { width: 104px; height: 96px; border: 1px solid var(--gold); border-radius: 52px 52px 4px 4px; display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 34px; font-weight: 600; letter-spacing: 1px; position: relative; }
.logo-archmark::after { content: ''; position: absolute; left: 20px; right: 20px; bottom: 20px; height: 1px; background: var(--gold); }
.logo-pillars { display: flex; align-items: end; justify-content: center; gap: 10px; height: 92px; position: relative; font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 600; letter-spacing: 2px; }
.logo-pillars::before { content: 'WP'; position: absolute; top: 24px; left: 50%; transform: translateX(-50%); background: var(--cream); padding: 0 8px; }
.logo-pillars span { width: 12px; height: 72px; border: 1px solid var(--gold); border-top: 5px solid var(--green); }
.logo-bookplate { min-width: 160px; padding: 16px 22px; border: 1px solid var(--gold); text-align: center; font-family: 'Cormorant Garamond', serif; font-size: 25px; font-weight: 600; line-height: 1; position: relative; }
.logo-bookplate::before, .logo-bookplate::after { content: ''; position: absolute; left: 18px; right: 18px; height: 1px; background: var(--gold); }
.logo-bookplate::before { top: 9px; }
.logo-bookplate::after { bottom: 9px; }
.logo-bookplate span { display: block; margin-top: 5px; font-family: 'Montserrat', sans-serif; font-size: 7px; font-weight: 600; letter-spacing: 2.4px; text-transform: uppercase; color: var(--slate); }
.logo-cipher { width: 96px; height: 96px; border: 1px solid var(--gold); border-radius: 50%; position: relative; font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 600; }
.logo-cipher::before { content: ''; position: absolute; left: 25px; right: 25px; top: 50%; height: 1px; background: var(--gold); transform: rotate(-45deg); transform-origin: center; }
.logo-cipher .w { position: absolute; left: 25px; top: 22px; }
.logo-cipher .p { position: absolute; right: 27px; bottom: 20px; }
.logo-bracket { display: flex; align-items: center; gap: 13px; font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 600; letter-spacing: 1px; }
.logo-bracket::before, .logo-bracket::after { content: ''; width: 18px; height: 72px; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
.logo-bracket::before { border-left: 1px solid var(--gold); }
.logo-bracket::after { border-right: 1px solid var(--gold); }
.logo-threshold { width: 112px; height: 90px; border: 1px solid var(--gold); border-bottom: none; display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 600; letter-spacing: 1px; position: relative; }
.logo-threshold::before { content: ''; position: absolute; left: 22px; right: 22px; bottom: 0; height: 28px; border-left: 1px solid var(--gold); border-right: 1px solid var(--gold); }
.logo-alliance { width: 120px; height: 88px; position: relative; display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 600; letter-spacing: 1px; }
.logo-alliance::before, .logo-alliance::after { content: ''; position: absolute; width: 62px; height: 62px; border: 1px solid var(--gold); border-radius: 50%; }
.logo-alliance::before { left: 18px; }
.logo-alliance::after { right: 18px; }
.logo-alliance span { position: relative; z-index: 1; background: var(--cream); padding: 0 8px; }
.logo-founders { display: flex; align-items: center; gap: 11px; font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 600; line-height: 1; }
.logo-founders span { width: 1px; height: 58px; background: var(--gold); transform: rotate(22deg); }
.logo-matrix { display: grid; grid-template-columns: repeat(3, 22px); grid-template-rows: repeat(3, 22px); gap: 5px; }
.logo-matrix span { border: 1px solid var(--gold); background: var(--cream); }
.logo-matrix span:nth-child(1), .logo-matrix span:nth-child(5), .logo-matrix span:nth-child(9) { background: var(--green); }
.logo-matrix span:nth-child(3), .logo-matrix span:nth-child(7) { background: var(--gold); }
.logo-note { font-size: 12px; font-weight: 300; line-height: 1.8; color: var(--slate); }
.accent-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); margin-top: 42px; }
.accent-card { background: var(--white); padding: 16px; }
.swatch { height: 54px; margin-bottom: 12px; border: 1px solid rgba(0,0,0,0.06); }
.swatch-gold { background: var(--gold); }
.swatch-brass { background: var(--gold-lt); }
.swatch-sage { background: var(--sage); }
.swatch-oxblood { background: var(--oxblood); }
.swatch-charcoal { background: var(--charcoal); }
.accent-name { font-size: 9px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--green); }
.accent-hex { font-size: 11px; font-weight: 300; color: var(--slate); margin-top: 2px; }

.portfolio { background: var(--white); }
.port-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.port-stat-pair { display: flex; gap: 48px; }
.port-stat .n { font-family: 'Cormorant Garamond', serif; font-size: 64px; font-weight: 300; line-height: 1; color: var(--navy); }
.port-stat .n span { color: var(--gold); }
.port-stat .l { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--slate); margin-top: 6px; font-weight: 500; }
.deal-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.deal-card { background: var(--white); padding: 22px 20px; transition: background 0.2s; }
.deal-card:hover { background: var(--cream); }
.deal-type { font-size: 8px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.deal-name { font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 400; color: var(--navy); line-height: 1.3; margin-bottom: 6px; }
.deal-vehicle { font-size: 10px; font-weight: 400; color: #AAA; }
.port-note { font-size: 11px; font-weight: 300; font-style: italic; color: #AAA; margin-top: 20px; }

.team { background: var(--cream); }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2px; margin-top: 64px; background: var(--rule); }
.team-card { background: var(--white); padding: 44px 36px; }
.t-init { width: 48px; height: 48px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 400; color: var(--white); letter-spacing: 1px; margin-bottom: 20px; }
.t-name { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 400; color: var(--navy); margin-bottom: 4px; }
.t-role { font-size: 9px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.t-divider { width: 28px; height: 1px; background: var(--rule); margin-bottom: 18px; }
.t-bio { font-size: 13px; font-weight: 300; line-height: 1.85; color: var(--slate); }

.portal { background: var(--white); }
.portal-grid { display: grid; grid-template-columns: 5fr 4fr; gap: 72px; align-items: start; margin-top: 64px; }
.portal-copy { font-size: 15px; font-weight: 300; line-height: 1.9; color: var(--slate); max-width: 620px; margin-bottom: 34px; }
.portal-actions { display: grid; grid-template-columns: repeat(2, minmax(180px, 1fr)); gap: 2px; background: var(--rule); border: 1px solid var(--rule); }
.portal-link { display: block; background: var(--cream); padding: 28px 26px; text-decoration: none; color: var(--navy); transition: background 0.2s; }
.portal-link:hover { background: var(--sage); }
.portal-link strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 400; margin-bottom: 6px; }
.portal-link span { display: block; font-size: 9px; font-weight: 600; letter-spacing: 2.4px; text-transform: uppercase; color: var(--gold); }
.portal-panel { background: var(--navy); padding: 42px 36px; }
.portal-panel h3 { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; color: var(--white); margin-bottom: 24px; }
.portal-form { display: flex; flex-direction: column; gap: 14px; }
.portal-submit { align-self: flex-start; padding: 13px 32px; background: var(--gold); color: var(--white); font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; border: none; cursor: pointer; transition: background 0.2s; }
.portal-submit:hover { background: var(--gold-lt); }
.portal-note { margin-top: 18px; font-size: 11px; font-weight: 300; line-height: 1.8; color: rgba(255,255,255,0.36); }

.contact { background: var(--navy); }
.contact .sec-title { color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; margin-top: 64px; align-items: start; }
.contact-left h4 { font-size: 9px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; margin-top: 28px; }
.contact-left h4:first-child { margin-top: 0; }
.contact-left p { font-size: 14px; font-weight: 300; line-height: 1.85; color: rgba(255,255,255,0.45); }
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ff { display: flex; flex-direction: column; gap: 6px; }
.ff label { font-size: 9px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.35); }
.ff input, .ff select, .ff textarea { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); padding: 12px 16px; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 300; color: var(--white); outline: none; transition: border-color 0.2s; }
.ff input::placeholder, .ff textarea::placeholder { color: rgba(255,255,255,0.2); }
.ff input:focus, .ff select:focus, .ff textarea:focus { border-color: var(--gold); }
.ff select option { background: var(--navy2); color: var(--white); }
.ff textarea { resize: vertical; min-height: 100px; }
.form-submit { align-self: flex-start; padding: 13px 36px; background: var(--gold); color: var(--white); font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; border: none; cursor: pointer; transition: background 0.2s; }
.form-submit:hover { background: var(--gold-lt); }

footer { background: var(--green-deep); padding: 48px 64px; display: flex; align-items: flex-start; justify-content: space-between; gap: 48px; border-top: 1px solid rgba(182,138,58,0.22); }
.footer-brand-lg { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 600; letter-spacing: 4px; color: var(--white); margin-bottom: 4px; }
.footer-brand-lg span { color: var(--gold); }
.footer-fullname { font-size: 9px; font-weight: 400; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.25); margin-bottom: 2px; }
.footer-tagline-f { font-family: 'Cormorant Garamond', serif; font-size: 12px; font-style: italic; color: rgba(255,255,255,0.2); }
.footer-legal { font-size: 10px; font-weight: 300; line-height: 1.7; color: rgba(255,255,255,0.2); max-width: 500px; }
.footer-kelson { font-size: 10px; font-weight: 300; color: rgba(255,255,255,0.2); white-space: nowrap; text-align: right; }
.footer-kelson strong { display: block; font-weight: 500; color: rgba(255,255,255,0.35); font-family: 'Cormorant Garamond', serif; font-size: 13px; margin-bottom: 4px; }

.fu { opacity: 0; transform: translateY(28px); transition: opacity 0.75s ease, transform 0.75s ease; }
.fu.vis { opacity: 1; transform: none; }

.demo-gate {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 24px;
  background: var(--navy);
  color: var(--white);
}
.demo-gate-panel {
  width: min(100%, 430px);
  border: 1px solid rgba(182,138,58,0.32);
  padding: 42px 38px;
  background: rgba(255,255,255,0.035);
}
.demo-gate-eyebrow {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.demo-gate h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.05;
  margin-bottom: 16px;
}
.demo-gate-copy {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,0.58);
  margin-bottom: 28px;
}
.demo-gate-error {
  border-left: 2px solid var(--oxblood);
  margin-bottom: 22px;
  padding: 10px 0 10px 14px;
  color: var(--gold-lt);
  font-size: 13px;
}
.demo-gate-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.demo-gate-submit {
  align-self: flex-start;
  margin-top: 4px;
  padding: 13px 32px;
  background: var(--gold);
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.demo-gate-submit:hover { background: var(--gold-lt); }
.footer-logout {
  display: inline-block;
  margin-top: 10px;
  color: rgba(255,255,255,0.28);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-logout:hover { color: var(--gold); }

@media (max-width: 960px) {
  nav { padding: 0 24px; }
  .nav-links, .nav-tagline { display: none; }
  section { padding: 72px 24px; }
  .hero { grid-template-columns: 1fr; }
  .hero-left, .hero-right { padding: 64px 24px; }
  .hero-right { border-left: none; border-top: 1px solid rgba(182,138,58,0.22); }
  .hero-cta-row, .stat-inline { flex-wrap: wrap; }
  .about-grid, .port-intro, .portal-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-grid > *, .port-intro > *, .portal-grid > *, .contact-grid > * { min-width: 0; }
  .team-grid, .phil-grid, .logo-grid, .accent-grid { grid-template-columns: 1fr; }
  .portal-actions { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .ff input, .ff select, .ff textarea { width: 100%; }
  .ms-row { flex-wrap: wrap; }
  .m-item { flex: 1 1 33%; border-bottom: 1px solid rgba(182,138,58,0.22); }
  footer { flex-direction: column; }
  .footer-kelson { text-align: left; }
  .demo-gate-panel { padding: 34px 24px; }
}
