:root {
  --ink: #15312e;
  --ink-soft: #4d625e;
  --cream: #f5f0e4;
  --paper: #fffdf7;
  --green: #1f5b4f;
  --green-dark: #0f2f2a;
  --green-bright: #3f806d;
  --sage: #b7ccb9;
  --blue: #a8d8dd;
  --blue-deep: #5fa8b1;
  --gold: #e5b75b;
  --clay: #d98561;
  --line: rgba(21,49,46,.16);
  --shadow: 0 22px 60px rgba(31, 60, 54, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img, svg { max-width: 100%; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--gold); color: var(--green-dark); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: 12px; z-index: 99; transform: translateY(-160%);
  background: white; padding: 10px 14px; border-radius: 10px; box-shadow: var(--shadow);
}
.skip-link:focus { transform: translateY(0); }

.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-space { padding-block: 112px; }
.eyebrow {
  margin: 0 0 14px; color: var(--green-bright); font-size: .76rem; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase;
}

.site-header {
  position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between;
  width: min(1240px, calc(100% - 24px)); margin: 12px auto 0; padding: 11px 14px 11px 12px;
  background: rgba(255,253,247,.88); border: 1px solid rgba(21,49,46,.10); border-radius: 20px;
  backdrop-filter: blur(18px); box-shadow: 0 8px 28px rgba(21,49,46,.07); transition: .25s ease;
}
.site-header.scrolled { box-shadow: 0 12px 34px rgba(21,49,46,.12); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: var(--green-dark);
  color: var(--cream); font-size: .76rem; font-weight: 900; letter-spacing: .08em;
}
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: .94rem; }
.brand-copy small { margin-top: 5px; color: var(--ink-soft); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { font-size: .9rem; font-weight: 700; text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--green-bright); }
.nav-cta { padding: 10px 15px; border-radius: 12px; background: var(--green-dark); color: white; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px 0; background: var(--ink); border-radius: 4px; }

.hero {
  display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 54px;
  min-height: 720px; padding-block: 88px 100px;
}
.hero h1, .section-heading h2, .feature-copy h2, .cta-inner h2, .legal-hero h1 {
  margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: .98; letter-spacing: -.045em;
}
.hero h1 { max-width: 680px; font-size: clamp(3.5rem, 7.2vw, 6.5rem); }
.hero h1 em { color: var(--green-bright); font-weight: 500; }
.hero-lede { max-width: 650px; margin: 30px 0 0; color: var(--ink-soft); font-size: clamp(1.08rem, 1.7vw, 1.35rem); line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 18px;
  border: 1px solid transparent; border-radius: 14px; font-size: .91rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green-dark); color: white; }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.65); }
.button-light { background: var(--cream); color: var(--green-dark); }
.micro-copy { margin: 22px 0 0; color: var(--ink-soft); font-size: .84rem; }

.harbor-scene {
  position: relative; min-height: 520px; overflow: hidden; border: 1px solid rgba(21,49,46,.13); border-radius: 36px;
  background: linear-gradient(#d9ece0 0 39%, #9fc7a9 39% 59%, var(--blue) 59% 100%); box-shadow: var(--shadow); isolation: isolate;
}
.harbor-scene::before {
  content: ""; position: absolute; inset: 0; z-index: 8; pointer-events: none;
  background: linear-gradient(145deg, rgba(255,255,255,.35), transparent 45%);
}
.sun { position: absolute; z-index: 1; width: 68px; height: 68px; border-radius: 50%; top: 58px; right: 70px; background: var(--gold); box-shadow: 0 0 0 12px rgba(229,183,91,.16); }
.hill { position: absolute; z-index: 1; border-radius: 50% 50% 0 0; background: #7eaa8c; transform: rotate(-8deg); }
.hill-one { width: 390px; height: 190px; top: 145px; left: -90px; }
.hill-two { width: 330px; height: 155px; top: 177px; right: -110px; background: #6f9e81; transform: rotate(10deg); }
.field-grid {
  position: absolute; z-index: 2; left: -30px; top: 235px; width: 360px; height: 180px; transform: skewY(-8deg) rotate(-4deg);
  background: repeating-linear-gradient(90deg, rgba(245,240,228,.42) 0 3px, transparent 3px 48px), repeating-linear-gradient(0deg, rgba(245,240,228,.38) 0 3px, transparent 3px 38px);
  border: 2px solid rgba(245,240,228,.33);
}
.water { position: absolute; inset: 59% 0 0; z-index: 2; background: repeating-linear-gradient(175deg, rgba(255,255,255,.18) 0 2px, transparent 2px 24px); }
.dock { position: absolute; z-index: 4; background: #886848; box-shadow: inset 0 8px rgba(255,255,255,.13); transform: skewX(-16deg); }
.dock-one { width: 330px; height: 72px; left: -20px; bottom: 116px; }
.dock-two { width: 280px; height: 52px; right: -55px; bottom: 68px; transform: skewX(14deg); }
.warehouse { position: absolute; z-index: 5; left: 72px; top: 248px; width: 160px; height: 108px; background: #f2dfbd; border: 3px solid rgba(21,49,46,.35); box-shadow: 10px 11px 0 rgba(21,49,46,.14); }
.warehouse::before { content: ""; position: absolute; left: -12px; right: -12px; top: -42px; border-left: 92px solid transparent; border-right: 92px solid transparent; border-bottom: 42px solid #c8674f; }
.warehouse span { position: absolute; width: 54px; height: 63px; left: 53px; bottom: 0; background: #775b47; border: 2px solid rgba(21,49,46,.25); }
.crate { position: absolute; z-index: 6; display: grid; place-items: center; width: 58px; height: 54px; color: #f8eedb; background: #b86f3e; border: 2px solid #75492e; box-shadow: 5px 5px 0 rgba(21,49,46,.18); font: 800 .7rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.crate::before, .crate::after { content: ""; position: absolute; background: rgba(117,73,46,.55); }
.crate::before { width: 2px; height: 100%; }
.crate::after { width: 100%; height: 2px; }
.crate-one { left: 251px; bottom: 129px; }
.crate-two { left: 300px; bottom: 103px; }
.crate-three { left: 346px; bottom: 137px; }
.ship { position: absolute; z-index: 6; right: 48px; bottom: 95px; width: 190px; height: 52px; background: var(--green-dark); border-radius: 4px 5px 36px 46px; transform: rotate(2deg); box-shadow: 0 10px 0 rgba(15,47,42,.1); }
.ship::before { content: ""; position: absolute; left: 72px; top: -35px; width: 68px; height: 38px; background: #f4ead2; border: 3px solid var(--green-dark); }
.ship::after { content: "TWP"; position: absolute; left: 22px; top: 13px; color: white; font: 900 .7rem/1 ui-monospace, monospace; letter-spacing: .12em; }
.ship-cabin { position: absolute; left: 82px; top: -25px; width: 16px; height: 13px; background: var(--blue); border: 2px solid var(--green-dark); box-shadow: 25px 0 0 -2px var(--blue), 25px 0 0 0 var(--green-dark); }
.ship-stack { position: absolute; left: 145px; top: -48px; width: 15px; height: 26px; background: var(--clay); border: 3px solid var(--green-dark); }
.route-line { position: absolute; z-index: 7; border-top: 3px dashed rgba(255,253,247,.84); border-radius: 50%; }
.route-one { width: 145px; height: 60px; right: 130px; bottom: 29px; transform: rotate(-8deg); }
.route-two { width: 115px; height: 50px; right: 310px; bottom: 75px; transform: rotate(25deg); }
.route-dot { position: absolute; z-index: 7; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); border: 3px solid var(--paper); }
.dot-one { right: 106px; bottom: 45px; }
.dot-two { right: 406px; bottom: 117px; }

.principle-band { border-block: 1px solid var(--line); background: var(--cream); }
.principle-inner { display: flex; align-items: baseline; justify-content: space-between; gap: 30px; padding-block: 22px; }
.principle-inner p { margin: 0; color: var(--ink-soft); font-size: .86rem; text-transform: uppercase; letter-spacing: .1em; }
.principle-inner strong { font-family: Georgia, serif; font-size: clamp(1.2rem, 2.3vw, 1.85rem); font-weight: 500; }
.section-heading { max-width: 760px; }
.section-heading h2, .feature-copy h2, .cta-inner h2 { font-size: clamp(2.7rem, 5.6vw, 5rem); }
.section-heading > p:last-child { max-width: 690px; margin: 24px 0 0; color: var(--ink-soft); font-size: 1.08rem; }
.venture-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
.venture-card { position: relative; min-height: 405px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: #fffefb; overflow: hidden; }
.venture-card::after { content: ""; position: absolute; width: 210px; height: 210px; right: -85px; bottom: -100px; border-radius: 50%; background: rgba(183,204,185,.22); }
.card-number { color: #7c8e8a; font: 700 .7rem/1 ui-monospace, monospace; letter-spacing: .1em; }
.card-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-top: 45px; border-radius: 14px; background: var(--cream); color: var(--green); font-size: 1.35rem; }
.venture-card h3 { margin: 20px 0 10px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.venture-card p { margin: 0; color: var(--ink-soft); }
.tag-list { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 25px; display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0; list-style: none; }
.tag-list li { padding: 5px 9px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.7); color: var(--ink-soft); font-size: .72rem; font-weight: 700; }

.feature-wrap { padding-block: 100px; background: var(--green-dark); color: white; }
.feature-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; }
.feature-copy .eyebrow { color: #9fd1b9; }
.feature-copy p { color: rgba(255,255,255,.76); }
.feature-kicker { margin: 24px 0 10px; font-size: 1.25rem; font-weight: 800; color: white !important; }
.fine-print { margin-top: 24px; font-size: .78rem; }
.manifest-card { padding: 24px; color: var(--ink); background: #f3e5bf; border-radius: 22px; box-shadow: 18px 18px 0 rgba(255,255,255,.08); transform: rotate(1.4deg); }
.manifest-top { display: flex; justify-content: space-between; padding-bottom: 14px; border-bottom: 2px solid rgba(21,49,46,.24); font: 800 .72rem/1 ui-monospace, monospace; letter-spacing: .08em; }
.manifest-route { display: grid; grid-template-columns: 1fr auto 1fr; gap: 16px; align-items: center; padding: 30px 0; }
.manifest-route small { display: block; color: #738078; font: 800 .64rem/1 ui-monospace, monospace; letter-spacing: .08em; }
.manifest-route strong { display: block; margin-top: 7px; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.route-arrow { font-size: 1.8rem; }
.manifest-cargo { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; padding: 16px 0; border-block: 1px dashed rgba(21,49,46,.3); }
.manifest-cargo span { padding: 10px; border-radius: 8px; background: rgba(255,255,255,.38); font-size: .78rem; font-weight: 800; }
.manifest-status { display: flex; align-items: center; gap: 9px; padding-top: 18px; font-size: .82rem; font-weight: 800; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #4c8b63; box-shadow: 0 0 0 5px rgba(76,139,99,.15); }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.about-copy { padding-top: 18px; }
.about-copy p { margin: 0 0 24px; color: var(--ink-soft); font-size: 1.15rem; }
.cta-section { padding-block: 105px; background: var(--clay); color: #fffaf0; }
.cta-inner .eyebrow { color: #fff6db; }
.cta-inner h2 { max-width: 850px; }
.cta-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 34px; }
.text-link { font-weight: 800; text-underline-offset: 5px; }

.site-footer { padding-block: 48px; background: #0b2420; color: rgba(255,255,255,.74); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 36px; }
.footer-brand { display: grid; width: max-content; color: white; line-height: 1.15; text-decoration: none; }
.footer-brand span { margin-top: 6px; color: rgba(255,255,255,.56); font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; }
.site-footer p { max-width: 450px; margin: 16px 0 0; font-size: .88rem; }
.footer-links { display: flex; justify-content: flex-end; gap: 22px; flex-wrap: wrap; }
.footer-links a { color: white; font-size: .86rem; font-weight: 700; text-decoration: none; }
.footer-meta { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); }

/* Legal + support pages */
.legal-main { min-height: 70vh; }
.legal-hero { padding-block: 92px 58px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #f4efe3, #fffdf7); }
.legal-hero h1 { max-width: 860px; font-size: clamp(3.2rem, 7vw, 6rem); }
.legal-hero p { max-width: 740px; margin: 24px 0 0; color: var(--ink-soft); font-size: 1.08rem; }
.legal-meta { margin-top: 20px !important; font-size: .82rem !important; font-weight: 700; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); gap: 70px; justify-content: center; padding-block: 72px 110px; }
.legal-toc { position: sticky; top: 110px; align-self: start; display: grid; gap: 10px; }
.legal-toc a { color: var(--ink-soft); font-size: .82rem; font-weight: 700; text-decoration: none; }
.legal-toc a:hover { color: var(--green); }
.legal-copy section { scroll-margin-top: 110px; padding-bottom: 30px; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.legal-copy h2 { margin: 0 0 14px; font-family: Georgia, serif; font-size: 1.85rem; font-weight: 500; }
.legal-copy h3 { margin: 24px 0 8px; font-size: 1rem; }
.legal-copy p, .legal-copy li { color: var(--ink-soft); }
.legal-copy ul { padding-left: 20px; }
.legal-note { padding: 18px 20px; border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; background: var(--cream); }
.legal-copy a { color: var(--green); font-weight: 700; text-underline-offset: 3px; }

.support-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; padding-block: 72px 110px; }
.support-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.support-card h2 { margin: 0; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.support-card p { color: var(--ink-soft); }
.support-list { display: grid; gap: 12px; padding: 0; margin: 22px 0 0; list-style: none; }
.support-list li { padding: 16px; border-radius: 14px; background: var(--cream); }
.support-list strong { display: block; margin-bottom: 3px; }
.support-list span { color: var(--ink-soft); font-size: .88rem; }
.support-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .site-nav { position: absolute; left: 0; right: 0; top: calc(100% + 8px); display: none; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
  .site-nav.open { display: grid; gap: 14px; }
  .nav-toggle { display: block; }
  .nav-cta { text-align: center; }
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 50px; padding-block: 74px; }
  .harbor-scene { min-height: 480px; }
  .venture-grid, .feature-grid, .about-grid, .support-grid { grid-template-columns: 1fr; }
  .venture-card { min-height: 350px; }
  .feature-grid { gap: 48px; }
  .legal-layout { grid-template-columns: 1fr; gap: 34px; }
  .legal-toc { position: static; display: flex; gap: 12px 18px; flex-wrap: wrap; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
}

@media (max-width: 620px) {
  .section-shell { width: min(100% - 28px, 1180px); }
  .section-space { padding-block: 78px; }
  .site-header { width: calc(100% - 16px); margin-top: 8px; }
  .brand-copy small { display: none; }
  .hero { padding-block: 58px 70px; }
  .hero h1 { font-size: clamp(3.2rem, 16vw, 4.8rem); }
  .hero-actions .button { width: 100%; }
  .harbor-scene { min-height: 405px; border-radius: 25px; }
  .sun { right: 35px; top: 38px; }
  .warehouse { transform: scale(.84); transform-origin: left bottom; left: 34px; top: 208px; }
  .crate-one { left: 180px; bottom: 115px; }
  .crate-two { left: 221px; bottom: 88px; }
  .crate-three { left: 258px; bottom: 123px; }
  .ship { width: 155px; right: 22px; bottom: 54px; transform: scale(.82) rotate(2deg); transform-origin: right bottom; }
  .dock-one { bottom: 90px; }
  .dock-two { bottom: 40px; }
  .route-line, .route-dot { display: none; }
  .principle-inner { display: grid; gap: 6px; }
  .venture-grid { margin-top: 36px; }
  .manifest-route { grid-template-columns: 1fr; }
  .route-arrow { transform: rotate(90deg); width: max-content; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .footer-meta { grid-column: auto; }
  .legal-hero { padding-block: 64px 44px; }
  .legal-layout, .support-grid { padding-block: 48px 78px; }
}
