:root {
  --navy: #071d2f;
  --navy-2: #0b2a42;
  --navy-3: #113550;
  --ink: #0a2134;
  --paper: #f4f1e9;
  --paper-2: #faf8f3;
  --white: #fff;
  --muted: #627484;
  --line: rgba(10,33,52,.14);
  --orange: #ff8933;
  --orange-soft: #ffb57f;
  --aqua: #5bd1c3;
  --green: #39d392;
  --red: #ff6565;
  --amber: #f3c45c;
  --font: "Manrope", "DM Sans", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --mono: "Space Mono", monospace;
  --shadow: 0 28px 80px rgba(0,17,32,.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 102px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-size: 17px; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; z-index: 100; left: 18px; top: -80px; padding: 12px 16px; background: #fff; color: #000; }
.skip-link:focus { top: 14px; }
.honeypot { position: absolute !important; left: -9999px !important; }

.topbar { position: fixed; z-index: 30; inset: 0 0 auto; height: 102px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px,5vw,84px); color: #fff; border-bottom: 1px solid rgba(255,255,255,.13); transition: background .25s,box-shadow .25s; }
.topbar.scrolled { background: rgba(7,29,47,.95); box-shadow: 0 10px 35px rgba(0,0,0,.16); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 15px; min-width: max-content; }
.brand img { width: 56px; height: 56px; filter: drop-shadow(0 10px 24px rgba(0,0,0,.16)); }
.brand > span { display: grid; }
.brand strong { font: 800 21px/1.2 var(--font); letter-spacing: -.025em; }
.brand small { margin-top: 4px; color: rgba(255,255,255,.66); font: 700 10px/1.3 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: clamp(22px,2.3vw,40px); margin-left: auto; margin-right: clamp(22px,3vw,45px); }
.desktop-nav a { color: rgba(255,255,255,.76); font: 700 12px var(--mono); letter-spacing: .065em; text-transform: uppercase; transition: color .2s; }
.desktop-nav a:hover { color: #fff; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; min-height: 58px; padding: 16px 25px; color: var(--navy); border: 1px solid var(--orange); background: var(--orange); font: 700 12px var(--mono); letter-spacing: .045em; text-transform: uppercase; transition: transform .22s,background .22s,box-shadow .22s; }
.button:hover { transform: translateY(-3px); background: var(--orange-soft); box-shadow: 0 14px 32px rgba(255,137,51,.18); }
.button-small { min-height: 54px; padding: 14px 22px; font-size: 11px; }
.text-link { display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 15px 0 12px; color: rgba(255,255,255,.85); border-bottom: 1px solid rgba(255,255,255,.3); font: 700 11px var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.menu-button,.mobile-nav { display: none; }

.hero { position: relative; min-height: 880px; display: grid; grid-template-columns: minmax(0,.88fr) minmax(580px,1.12fr); gap: clamp(45px,7vw,120px); align-items: center; overflow: hidden; padding: 150px clamp(24px,6.5vw,110px) 92px; color: #fff; background: var(--navy); }
.hero::before { content: ""; position: absolute; width: 720px; height: 720px; right: -150px; top: -280px; border-radius: 50%; background: rgba(255,137,51,.065); }
.hero::after { content: ""; position: absolute; width: 460px; height: 460px; left: 42%; bottom: -350px; border: 1px solid rgba(91,209,195,.15); border-radius: 50%; box-shadow: 0 0 0 80px rgba(91,209,195,.018),0 0 0 160px rgba(91,209,195,.012); }
.hero-grid { position: absolute; inset: 0; opacity: .055; background-image: linear-gradient(rgba(255,255,255,.42) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.42) 1px,transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg,#000 0,rgba(0,0,0,.45) 65%,transparent 100%); }
.hero-copy,.hero-console { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 25px; color: rgba(255,255,255,.68); font: 700 12px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: var(--orange); }
.eyebrow.dark { color: #728493; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-family: var(--font); }
h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(58px,6vw,96px); line-height: .96; letter-spacing: -.065em; font-weight: 700; }
h1 em,h2 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 650px; color: rgba(255,255,255,.68); font-size: clamp(19px,1.55vw,24px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 40px; }
.hero-proof { display: flex; align-items: center; gap: 13px; margin-top: 58px; color: rgba(255,255,255,.58); font: 700 11px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.hero-proof i { width: 27px; height: 1px; background: rgba(255,255,255,.2); }

.hero-console { min-height: 570px; border: 1px solid rgba(255,255,255,.17); background: linear-gradient(145deg,rgba(17,53,80,.94),rgba(7,29,47,.97)); box-shadow: var(--shadow); }
.console-head { height: 52px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 20px; color: rgba(255,255,255,.56); border-bottom: 1px solid rgba(255,255,255,.1); font: 700 10px var(--mono); letter-spacing: .07em; }
.console-dots { display: flex; gap: 6px; }
.console-dots i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.2); }
.live { justify-self: end; display: flex; align-items: center; gap: 7px; color: var(--green); }
.live i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(57,211,146,.09); }
.audience-tabs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.1); }
.audience-tab { min-height: 66px; color: rgba(255,255,255,.54); border: 0; border-right: 1px solid rgba(255,255,255,.1); background: transparent; font: 700 11px var(--mono); letter-spacing: .07em; transition: color .2s,background .2s; }
.audience-tab:last-child { border-right: 0; }
.audience-tab.active { color: var(--orange); background: rgba(255,137,51,.07); box-shadow: inset 0 -2px var(--orange); }
.audience-panel { display: none; padding: 31px; }
.audience-panel.active { display: block; animation: panelIn .32s ease; }
@keyframes panelIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.console-title { display: flex; align-items: end; justify-content: space-between; margin-bottom: 27px; }
.console-title > div { display: grid; gap: 7px; }
.console-title small { color: rgba(255,255,255,.52); font: 700 10px var(--mono); letter-spacing: .08em; }
.console-title strong { font: 700 19px var(--font); }
.console-title > b { font: 700 42px var(--mono); letter-spacing: -.05em; }
.console-title > b.healthy { color: var(--green); }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(255,255,255,.1); }
.metric-row article { position: relative; min-height: 128px; display: grid; align-content: center; padding: 20px; border-right: 1px solid rgba(255,255,255,.1); }
.metric-row article:last-child { border-right: 0; }
.signal { width: 7px; height: 7px; position: absolute; right: 15px; top: 15px; border-radius: 50%; }
.signal.red { background: var(--red); } .signal.green { background: var(--green); } .signal.amber { background: var(--amber); }
.metric-row small,.health-items small { color: rgba(255,255,255,.52); font: 700 10px var(--mono); letter-spacing: .055em; }
.metric-row strong { margin: 9px 0 4px; font: 700 27px var(--mono); }
.metric-row span { color: rgba(255,255,255,.48); font-size: 12px; }
.console-list { margin-top: 24px; font: 700 10px var(--mono); }
.console-list header,.console-list > div { min-height: 46px; display: grid; grid-template-columns: 1fr 64px 55px; gap: 10px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.08); }
.console-list header { min-height: 32px; color: rgba(255,255,255,.46); font-size: 10px; }
.status { justify-self: end; padding: 5px 7px; font-size: 10px; letter-spacing: .05em; }
.status.late { color: #ff9a9a; background: rgba(255,101,101,.12); }.status.order { color: #ffda8c; background: rgba(243,196,92,.12); }.status.transit { color: #79e7bc; background: rgba(57,211,146,.12); }
.health-layout { display: grid; grid-template-columns: .72fr 1.28fr; border: 1px solid rgba(255,255,255,.1); }
.health-score { min-height: 246px; display: grid; align-content: center; justify-items: center; padding: 25px; border-right: 1px solid rgba(255,255,255,.1); }
.health-score > span { color: var(--green); font: 700 62px var(--mono); letter-spacing: -.08em; }
.health-score small { color: rgba(255,255,255,.5); font: 700 10px var(--mono); }
.health-score > div { width: 100%; height: 5px; margin-top: 25px; background: rgba(255,255,255,.08); }
.health-score > div i { display: block; height: 100%; background: var(--green); }
.health-items { display: grid; }
.health-items article { position: relative; display: flex; align-items: center; gap: 14px; padding: 17px 20px; border-bottom: 1px solid rgba(255,255,255,.08); }
.health-items article:last-child { border: 0; }
.health-items .signal { position: static; flex: 0 0 auto; }
.health-items span { display: grid; gap: 6px; }
.health-items b { font: 600 13px var(--font); }
.owner-message { display: flex; align-items: center; gap: 14px; margin-top: 24px; padding: 17px; background: rgba(255,255,255,.045); border-left: 2px solid var(--orange); }
.boat-avatar { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; color: var(--orange); border: 1px solid rgba(255,137,51,.35); }
.boat-avatar svg { width: 22px; }
.owner-message p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.5; }
.owner-message small { display: block; margin-bottom: 5px; color: var(--orange); font: 700 10px var(--mono); }

.proof-strip { display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border-bottom: 1px solid var(--line); }
.proof-strip > a { position: relative; min-height: 132px; display: grid; grid-template-columns: 50px 1fr auto; gap: 17px; align-items: center; padding: 24px clamp(20px,2.4vw,38px); border-right: 1px solid var(--line); transition: color .22s,background .22s; }
.proof-strip > a:last-child { border-right: 0; }
.proof-strip > a:hover { color: #fff; background: var(--navy); }
.proof-icon { width: 50px; height: 50px; display: grid; place-items: center; color: var(--orange); border: 1px solid rgba(255,137,51,.45); background: linear-gradient(145deg,rgba(255,137,51,.08),transparent); }
.proof-icon svg { width: 27px; }
.proof-copy { display: grid; gap: 7px; }
.proof-copy strong { font: 700 14px var(--mono); letter-spacing: .065em; }
.proof-copy small { color: #6f8291; font-size: 15px; line-height: 1.35; transition: color .22s; }
.proof-strip > a:hover .proof-copy small { color: rgba(255,255,255,.66); }
.proof-strip > a > b { color: var(--orange); font-size: 17px; }

.section { padding: 120px clamp(24px,6.5vw,110px); }
.section-heading { margin-bottom: 58px; }
.section-heading h2,.boatmate h2,.proof h2,.contact h2 { margin: 0; font-size: clamp(46px,5.2vw,76px); line-height: 1.01; letter-spacing: -.058em; font-weight: 700; }
.section-heading.split { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.section-heading.split > p { max-width: 380px; margin-bottom: 6px; color: var(--muted); font-size: 18px; line-height: 1.6; }

.pathways { background: var(--paper); }
.pathway-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pathway { position: relative; min-height: 630px; overflow: hidden; padding: clamp(34px,4vw,57px); border: 1px solid var(--line); }
.pathway::after { content: ""; position: absolute; right: -120px; bottom: -170px; width: 360px; height: 360px; border-radius: 50%; border: 1px solid currentColor; opacity: .07; box-shadow: 0 0 0 55px currentColor,0 0 0 110px currentColor; }
.pathway-yard { background: #fff; }
.pathway-owner { color: #fff; background: var(--navy); border-color: var(--navy); }
.pathway-label { display: flex; gap: 16px; color: #667b8b; font: 700 12px var(--mono); letter-spacing: .07em; }
.pathway-label span { color: var(--orange); }
.pathway-owner .pathway-label { color: rgba(255,255,255,.62); }
.pathway-icon { width: 88px; height: 88px; display: grid; place-items: center; margin: 48px 0 34px; color: var(--orange); border: 1px solid rgba(255,137,51,.55); border-radius: 24px; background: linear-gradient(145deg,rgba(255,137,51,.11),rgba(255,137,51,.02)); box-shadow: inset 0 0 0 7px rgba(255,137,51,.035); }
.pathway-icon svg { width: 48px; stroke-width: 1.8; }
.pathway h3 { margin-bottom: 20px; font-size: clamp(34px,3vw,46px); line-height: 1.04; letter-spacing: -.05em; }
.pathway > p { max-width: 570px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.pathway-owner > p { color: rgba(255,255,255,.56); }
.pathway ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 48px; padding: 0; list-style: none; }
.pathway li { padding: 8px 10px; color: #617482; border: 1px solid var(--line); font: 700 10px var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.pathway-owner li { color: rgba(255,255,255,.55); border-color: rgba(255,255,255,.14); }
.pathway > a { position: relative; z-index: 2; display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); font: 700 12px var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.pathway-owner > a { border-color: rgba(255,255,255,.14); }
.pathway > a span { color: var(--orange); font-size: 16px; }

.systems { background: var(--paper-2); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.service-card { min-height: 500px; display: flex; flex-direction: column; padding: 40px; background: #fff; border: 1px solid var(--line); border-right: 0; transition: transform .25s,box-shadow .25s; }
.service-card:last-child { border-right: 1px solid var(--line); }
.service-card:hover { z-index: 2; transform: translateY(-8px); box-shadow: 0 26px 60px rgba(7,29,47,.12); }
.service-card.dark-card { color: #fff; background: var(--navy); border-color: var(--navy); }
.dark-card .service-top { color: rgba(255,255,255,.62); }
.service-top { display: flex; align-items: start; justify-content: space-between; color: #667b8b; font: 700 12px var(--mono); }
.service-icon { width: 84px; height: 84px; display: grid; place-items: center; color: var(--orange); border: 1px solid rgba(255,137,51,.65); border-radius: 23px; background: linear-gradient(145deg,rgba(255,137,51,.12),transparent); box-shadow: inset 0 0 0 7px rgba(255,137,51,.03); }
.service-icon svg { width: 40px; stroke-width: 1.9; }
.service-card h3 { margin: 78px 0 17px; font-size: 36px; letter-spacing: -.045em; }
.service-card p { color: var(--muted); font-size: 18px; line-height: 1.62; }
.dark-card p { color: rgba(255,255,255,.54); }
.service-card > b { display: flex; justify-content: space-between; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); font: 700 11px var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.dark-card > b { border-color: rgba(255,255,255,.14); }
.service-card > b span { color: var(--orange); font-size: 15px; }

.boatmate { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(55px,7vw,110px); align-items: center; color: #fff; background: radial-gradient(circle at 88% 8%,rgba(91,209,195,.07),transparent 28%),var(--navy); }
.boatmate-copy > p:not(.eyebrow) { max-width: 600px; margin: 30px 0; color: rgba(255,255,255,.68); font-size: 19px; line-height: 1.68; }
.check-list { display: grid; gap: 16px; margin: 0 0 40px; padding: 0; list-style: none; color: rgba(255,255,255,.82); font-size: 16px; }
.check-list li { display: flex; align-items: center; gap: 13px; }
.check-list svg { width: 21px; flex: 0 0 auto; color: var(--green); stroke-width: 2.3; }
.boatmate-ui { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: #0b2940; box-shadow: 0 38px 95px rgba(0,0,0,.32); }
.app-head { min-height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 15px 22px; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(4,18,29,.48); }
.app-brand { display: flex; align-items: center; gap: 13px; }
.app-brand img { width: 44px; height: 44px; }
.app-brand span { display: grid; }
.app-brand b { font: 700 17px var(--font); }
.app-brand small { margin-top: 4px; color: rgba(255,255,255,.54); font: 700 10px var(--mono); letter-spacing: .07em; }
.secure { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.62); font: 700 10px var(--mono); letter-spacing: .06em; }
.secure i,.sync-state > i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(57,211,146,.09); }
.app-shell { display: grid; grid-template-columns: 175px minmax(0,1fr); }
.app-sidebar { display: flex; flex-direction: column; min-height: 570px; padding: 22px 14px 18px; border-right: 1px solid rgba(255,255,255,.09); background: rgba(4,18,29,.42); }
.vessel-card { display: flex; align-items: center; gap: 11px; padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.035); }
.vessel-badge { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; color: var(--orange); border-radius: 10px; background: rgba(255,137,51,.12); font: 700 10px var(--mono); }
.vessel-card > span:last-child { display: grid; gap: 3px; min-width: 0; }
.vessel-card small { color: rgba(255,255,255,.48); font: 700 10px var(--mono); }
.vessel-card b { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.app-sidebar nav { display: grid; gap: 5px; margin-top: 20px; }
.app-sidebar nav span { padding: 11px 12px; color: rgba(255,255,255,.58); border-radius: 10px; font-size: 13px; }
.app-sidebar nav span.active { color: #fff; background: rgba(255,255,255,.08); box-shadow: inset 3px 0 var(--orange); }
.sync-state { display: flex; align-items: center; gap: 11px; margin-top: auto; padding: 14px 10px; }
.sync-state > i { width: 7px; height: 7px; flex: 0 0 auto; }
.sync-state span { display: grid; gap: 2px; }
.sync-state b { font: 700 12px var(--mono); }
.sync-state small { color: rgba(255,255,255,.46); font-size: 10px; }
.chat-workspace { min-width: 0; background: linear-gradient(180deg,rgba(255,255,255,.025),transparent); }
.chat-title { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 22px; border-bottom: 1px solid rgba(255,255,255,.09); }
.chat-title > div { display: grid; gap: 5px; }
.chat-title small { color: var(--orange); font: 700 10px var(--mono); letter-spacing: .06em; }
.chat-title strong { font-size: 17px; }
.chat-title > span { color: rgba(255,255,255,.4); font-size: 11px; }
.app-body { min-height: 315px; display: grid; align-content: center; gap: 17px; padding: 24px 22px; }
.chat-row { display: flex; align-items: start; gap: 11px; }
.chat-row p { margin: 0; font-size: 15px; line-height: 1.6; }
.chat-avatar { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,137,51,.35); border-radius: 10px; }
.chat-avatar img { width: 100%; height: 100%; }
.chat-row.bot > p,.chat-answer { max-width: 88%; padding: 15px 16px; color: rgba(255,255,255,.74); border: 1px solid rgba(255,255,255,.07); border-radius: 5px 16px 16px 16px; background: rgba(255,255,255,.055); }
.chat-row.user { justify-content: flex-end; }
.chat-row.user p { max-width: 76%; padding: 13px 16px; color: var(--navy); border-radius: 16px 5px 16px 16px; background: var(--orange); font-weight: 600; }
.answer-sources { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.1); }
.answer-sources a { padding: 7px 9px; color: var(--orange); border: 1px solid rgba(255,137,51,.23); border-radius: 8px; background: rgba(255,137,51,.07); font: 700 11px var(--mono); }
.prompt-section { padding: 0 22px 15px; }
.prompt-section > small { display: block; margin-bottom: 9px; color: rgba(255,255,255,.56); font: 700 11px var(--mono); letter-spacing: .055em; }
.quick-prompts { display: flex; flex-wrap: wrap; gap: 7px; }
.quick-prompt { min-height: 38px; padding: 8px 11px; color: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(255,255,255,.035); font-size: 11px; transition: color .2s,border-color .2s,background .2s; }
.quick-prompt:hover,.quick-prompt.active { color: #fff; border-color: rgba(255,137,51,.5); background: rgba(255,137,51,.1); }
.chat-input { min-height: 60px; display: flex; align-items: center; gap: 15px; margin: 0 22px 22px; padding: 9px 9px 9px 16px; color: rgba(255,255,255,.38); border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(4,18,29,.42); font-size: 12px; }
.chat-input > span { flex: 1; }
.chat-input button { width: 41px; height: 41px; display: grid; place-items: center; flex: 0 0 auto; color: var(--navy); border: 0; border-radius: 11px; background: var(--orange); }
.chat-input svg { width: 21px; }
.app-stats { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.1); background: rgba(4,18,29,.35); }
.app-stats article { display: grid; min-height: 96px; align-content: center; padding: 18px 21px; border-right: 1px solid rgba(255,255,255,.1); }
.app-stats article:last-child { border: 0; }
.app-stats small { color: rgba(255,255,255,.6); font: 700 11px var(--mono); }
.app-stats strong { margin-top: 9px; font: 700 23px var(--mono); }

.owner-services { background: var(--paper); }
.owner-service-list { border-top: 1px solid var(--line); }
.owner-service { min-height: 185px; display: grid; grid-template-columns: 50px 90px 1fr; gap: 35px; align-items: center; border-bottom: 1px solid var(--line); transition: background .2s,padding .2s; }
.owner-service:hover { padding: 0 22px; background: #fff; }
.owner-service > span { color: #6f8392; font: 700 11px var(--mono); }
.owner-service-icon { width: 70px; height: 70px; display: grid; place-items: center; color: var(--orange); border: 1px solid rgba(255,137,51,.5); }
.owner-service-icon svg { width: 38px; }
.owner-service h3 { margin: 0 0 10px; font-size: clamp(25px,2.4vw,36px); letter-spacing: -.04em; }
.owner-service p { max-width: 850px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.58; }
.owner-cta { display: flex; align-items: center; justify-content: space-between; margin-top: 35px; padding: 27px 30px; color: #fff; background: var(--navy); font: 700 11px var(--mono); letter-spacing: .06em; text-transform: uppercase; transition: background .2s; }
.owner-cta:hover { background: var(--navy-3); }
.owner-cta svg { width: 32px; color: var(--orange); }

.proof { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(65px,9vw,145px); color: #fff; background: var(--navy); }
.proof-intro { position: sticky; top: 130px; align-self: start; }
.proof-intro > p:not(.eyebrow) { margin: 30px 0 0; color: rgba(255,255,255,.54); font-size: 17px; line-height: 1.65; }
.case-list { border-top: 1px solid rgba(255,255,255,.14); }
.case { padding: 42px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.case header { display: flex; justify-content: space-between; color: rgba(255,255,255,.52); font: 700 10px var(--mono); letter-spacing: .065em; }
.case header span { color: var(--orange); }
.case h3 { margin: 32px 0 12px; font-size: clamp(25px,2.8vw,40px); letter-spacing: -.045em; }
.case p { max-width: 720px; color: rgba(255,255,255,.62); font-size: 17px; line-height: 1.58; }
.case ul,.about-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 23px 0 0; padding: 0; list-style: none; }
.case li,.about-tags span { padding: 7px 9px; color: rgba(255,255,255,.58); border: 1px solid rgba(255,255,255,.14); font: 700 10px var(--mono); letter-spacing: .055em; }

.about { display: grid; grid-template-columns: 1.12fr .88fr; gap: 26px; background: var(--paper); }
.about-card { display: grid; grid-template-columns: 110px 1fr; column-gap: 30px; align-items: center; padding: clamp(35px,4vw,60px); background: #fff; border: 1px solid var(--line); }
.portrait-mark { grid-row: 1 / span 2; width: 110px; height: 140px; display: grid; place-items: center; color: var(--orange); border: 1px solid var(--line); background: linear-gradient(145deg,#faf8f3,#ece6db); font: 700 30px var(--mono); }
.about-name .eyebrow { margin-bottom: 12px; }
.about-name h2 { margin-bottom: 6px; font-size: 40px; letter-spacing: -.05em; }
.about-name h3 { margin: 0; color: var(--muted); font-size: 16px; font-weight: 600; }
.about-card > p { grid-column: 2; margin: 30px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.about-tags { grid-column: 2; }
.about-tags span { color: #73838f; border-color: var(--line); }
.brochure-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.brochure { min-height: 100%; display: grid; grid-template-rows: 57% 43%; color: #fff; background: var(--navy); transition: transform .24s,box-shadow .24s; }
.brochure:hover { transform: translateY(-6px); box-shadow: 0 20px 55px rgba(7,29,47,.18); }
.brochure img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.brochure > div { display: grid; align-content: center; padding: 24px; }
.brochure small { color: var(--orange); font: 700 10px var(--mono); letter-spacing: .07em; }
.brochure h3 { margin: 12px 0 22px; font-size: 22px; letter-spacing: -.04em; }
.brochure b { display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); font: 700 10px var(--mono); text-transform: uppercase; }
.owner-brochure { background: #14344a; }

.contact { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px,8vw,130px); overflow: hidden; padding: 130px clamp(24px,6.5vw,110px); color: #fff; background: radial-gradient(circle at 12% 18%,rgba(255,137,51,.1),transparent 32%),#061724; }
.contact::after { content: ""; position: absolute; right: -210px; bottom: -320px; width: 620px; height: 620px; border: 1px solid rgba(91,209,195,.1); border-radius: 50%; box-shadow: 0 0 0 80px rgba(91,209,195,.025),0 0 0 160px rgba(91,209,195,.015); pointer-events: none; }
.contact-copy,.contact-form { position: relative; z-index: 2; }
.contact-copy > p:not(.eyebrow) { max-width: 530px; margin: 32px 0 46px; color: rgba(255,255,255,.62); font-size: 19px; line-height: 1.7; }
.direct-contact { display: grid; gap: 10px; margin-top: 12px; }
.direct-contact small,.contact-facts small { color: rgba(255,255,255,.54); font: 700 10px var(--mono); letter-spacing: .08em; }
.direct-contact a { width: fit-content; color: var(--orange); font: 700 clamp(20px,2vw,31px)/1.25 var(--font); letter-spacing: -.035em; border-bottom: 1px solid rgba(255,137,51,.46); transition: color .2s; }
.direct-contact a:hover { color: #fff; }
.contact-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 540px; margin-top: 42px; }
.contact-facts > div { display: grid; gap: 9px; padding: 20px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.025); }
.contact-facts strong { font: 600 17px var(--font); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 20px; padding: clamp(32px,4vw,54px); border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: rgba(13,45,69,.56); box-shadow: 0 30px 80px rgba(0,0,0,.18); backdrop-filter: blur(10px); }
.contact-form label { display: grid; gap: 10px; }
.contact-form label span { color: rgba(255,255,255,.58); font: 700 10px var(--mono); letter-spacing: .065em; text-transform: uppercase; }
.contact-form input,.contact-form select,.contact-form textarea { width: 100%; padding: 13px 0 15px; color: #fff; border: 0; border-bottom: 1px solid rgba(255,255,255,.23); border-radius: 0; outline: none; background: transparent; font-size: 16px; }
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-color: var(--orange); }
.contact-form select { color-scheme: dark; }
.contact-form textarea { min-height: 110px; resize: vertical; }
.contact-form .full { grid-column: 1 / -1; }
.contact-form button { width: 100%; }
.form-status { grid-column: 1 / -1; margin: 0; color: var(--green); font-size: 14px; }

footer { min-height: 130px; display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: 34px clamp(24px,6.5vw,110px); color: #fff; background: #04121d; border-top: 1px solid rgba(255,255,255,.09); }
footer > p { margin: 0; color: rgba(255,255,255,.58); font: 600 13px var(--font); }
footer > div { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; color: rgba(255,255,255,.55); font-size: 14px; }
footer a:hover { color: #fff; }
.footer-email { color: var(--orange); font-size: 17px; font-weight: 700; letter-spacing: -.02em; }
.main-footer { min-height: auto; display: grid; grid-template-columns: .85fr 1.25fr .55fr; align-items: start; gap: clamp(45px,7vw,115px); padding-top: 76px; padding-bottom: 0; }
.footer-intro { display: block; color: #fff; }
.footer-intro .brand img { width: 58px; height: 58px; }
.footer-intro .brand strong { font-size: 21px; }
.footer-intro > p { max-width: 360px; margin: 30px 0 0; color: rgba(255,255,255,.48); font-size: 15px; line-height: 1.65; }
.footer-contact { display: grid; gap: 12px; }
.footer-contact small { color: var(--orange); font: 700 10px var(--mono); letter-spacing: .08em; }
.footer-contact a { width: fit-content; color: #fff; font: 700 clamp(19px,1.85vw,29px)/1.3 var(--font); letter-spacing: -.035em; }
.footer-contact a:hover { color: var(--orange); }
.footer-contact span { color: rgba(255,255,255,.45); font-size: 14px; }
.footer-nav { display: grid; gap: 14px; }
.footer-nav a { color: rgba(255,255,255,.58); font-size: 14px; }
.footer-bottom { grid-column: 1 / -1; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 29px 0; color: rgba(255,255,255,.48); border-top: 1px solid rgba(255,255,255,.09); font-size: 14px; }
.footer-bottom > div { display: flex; gap: 24px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .72s ease,transform .72s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Internal service pages */
.service-page { background: var(--paper-2); }
.service-page .topbar { background: var(--navy); }
.subhero { min-height: 720px; display: grid; grid-template-columns: 1fr .68fr; gap: clamp(50px,8vw,130px); align-items: center; padding: 150px clamp(24px,7vw,120px) 85px; color: #fff; background: var(--navy); }
.subhero h1 { max-width: 850px; }
.subhero-copy > p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.61); font-size: 20px; line-height: 1.65; }
.subhero-panel { padding: 37px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.035); }
.subhero-panel > small { color: var(--orange); font: 700 10px var(--mono); letter-spacing: .08em; }
.subhero-panel h2 { margin: 25px 0; font-size: 32px; line-height: 1.15; letter-spacing: -.045em; }
.subhero-panel ol { margin: 0; padding: 0; list-style: none; }
.subhero-panel li { display: flex; gap: 15px; padding: 18px 0; color: rgba(255,255,255,.7); border-top: 1px solid rgba(255,255,255,.1); font-size: 15px; line-height: 1.5; }
.subhero-panel li span { color: var(--orange); font: 700 10px var(--mono); }
.outcomes { padding: 110px clamp(24px,7vw,120px); }
.outcome-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 55px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.outcome-grid article { min-height: 270px; padding: 33px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.outcome-grid small { color: var(--orange); font: 700 10px var(--mono); }
.outcome-grid h3 { margin: 62px 0 15px; font-size: 25px; letter-spacing: -.04em; }
.outcome-grid p { color: var(--muted); font-size: 17px; line-height: 1.62; }
.process { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px,8vw,120px); padding: 110px clamp(24px,7vw,120px); color: #fff; background: var(--navy); }
.process-list { counter-reset: steps; }
.process-list article { position: relative; padding: 30px 0 30px 55px; border-top: 1px solid rgba(255,255,255,.13); }
.process-list article::before { counter-increment: steps; content: "0" counter(steps); position: absolute; left: 0; top: 35px; color: var(--orange); font: 700 11px var(--mono); }
.process-list h3 { margin-bottom: 9px; font-size: 22px; }
.process-list p { margin: 0; color: rgba(255,255,255,.63); font-size: 16px; line-height: 1.62; }
.subcta { padding: 105px 25px; text-align: center; background: var(--orange); }
.subcta h2 { margin-bottom: 32px; color: var(--navy); font-size: clamp(43px,6vw,80px); line-height: 1; letter-spacing: -.06em; }
.subcta .button { color: #fff; border-color: var(--navy); background: var(--navy); }
.owner-detail { background: #fff; }
.owner-detail-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 50px; }
.owner-detail-card { min-height: 390px; display: flex; flex-direction: column; padding: 38px; color: #fff; background: var(--navy); transition: transform .24s,box-shadow .24s; }
.owner-detail-card:nth-child(2n) { color: var(--ink); background: var(--paper); border: 1px solid var(--line); }
.owner-detail-card:hover { z-index: 2; transform: translateY(-7px); box-shadow: 0 25px 60px rgba(7,29,47,.15); }
.owner-card-top { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.owner-detail-card small { color: var(--orange); font: 700 12px var(--mono); }
.owner-card-icon { width: 64px; height: 64px; display: grid; place-items: center; color: var(--orange); border: 1px solid rgba(255,137,51,.5); border-radius: 19px; background: rgba(255,137,51,.07); }
.owner-card-icon svg { width: 35px; }
.owner-detail-card h3 { margin: 56px 0 16px; font-size: 34px; letter-spacing: -.045em; }
.owner-detail-card p { color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.62; }
.owner-detail-card:nth-child(2n) p { color: var(--muted); }
.owner-detail-card > b { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 20px; color: inherit; border-top: 1px solid rgba(255,255,255,.14); font: 700 12px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.owner-detail-card:nth-child(2n) > b { border-color: var(--line); }
.owner-detail-card > b span { color: var(--orange); font-size: 16px; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .topbar > .button { margin-left: auto; margin-right: 16px; }
  .menu-button { width: 46px; height: 46px; display: grid; place-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.25); background: transparent; }
  .menu-button span { width: 19px; height: 1px; background: #fff; }
  .mobile-nav { position: fixed; z-index: 28; top: 101px; inset-inline: 0; display: grid; max-height: 0; overflow: hidden; color: #fff; background: var(--navy); transition: max-height .3s; }
  .mobile-nav.open { max-height: 430px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .mobile-nav a { padding: 19px 25px; border-bottom: 1px solid rgba(255,255,255,.08); font: 700 12px var(--mono); text-transform: uppercase; }
  .hero { grid-template-columns: 1fr; padding-top: 145px; }
  .hero-copy { max-width: 860px; }
  .hero-console { max-width: 850px; }
  .boatmate { grid-template-columns: 1fr; }
  .boatmate-copy { max-width: 700px; }
  .boatmate-ui { width: 100%; max-width: 980px; }
  .proof { grid-template-columns: 1fr; }
  .proof-intro { position: static; max-width: 700px; }
  .about { grid-template-columns: 1fr; }
  .subhero { grid-template-columns: 1fr; gap: 40px; }
  .subhero-panel { max-width: 680px; }
}

@media (max-width: 760px) {
  .topbar { height: 74px; padding: 0 17px; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: 18px; }
  .brand small { display: none; }
  .topbar > .button { display: none; }
  .mobile-nav { top: 73px; }
  .hero { min-height: auto; padding: 118px 20px 75px; gap: 65px; }
  h1 { font-size: 54px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .hero-actions .button,.hero-actions .text-link { width: 100%; }
  .hero-console { min-height: 590px; }
  .console-head { grid-template-columns: auto 1fr auto; gap: 9px; }
  .console-head > span:nth-child(2) { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
  .audience-panel { padding: 22px; }
  .metric-row { grid-template-columns: 1fr; }
  .metric-row article { min-height: 88px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .console-list > div,.console-list header { grid-template-columns: 1fr 50px 45px; }
  .health-layout { grid-template-columns: 1fr; }
  .health-score { min-height: 150px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .health-score > span { font-size: 45px; }
  .health-score > div { max-width: 220px; margin-top: 15px; }
  .health-items article { padding: 13px 17px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip > a { min-height: 104px; padding: 18px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip > a:last-child { border-bottom: 0; }
  .section { padding: 85px 20px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2,.boatmate h2,.proof h2,.contact h2 { font-size: 44px; }
  .section-heading.split { align-items: start; flex-direction: column; gap: 20px; }
  .pathway-grid,.service-grid { grid-template-columns: 1fr; }
  .pathway { min-height: 570px; padding: 30px 24px; }
  .pathway h3 { font-size: 37px; }
  .service-card { min-height: 395px; border-right: 1px solid var(--line); border-bottom: 0; padding: 27px; }
  .service-card:last-child { border-bottom: 1px solid var(--line); }
  .service-card h3 { margin-top: 65px; }
  .boatmate { gap: 55px; }
  .app-shell { grid-template-columns: 1fr; }
  .app-sidebar { display: none; }
  .chat-title { align-items: flex-start; flex-direction: column; gap: 7px; }
  .app-body { min-height: 390px; }
  .quick-prompts { display: grid; grid-template-columns: 1fr; }
  .quick-prompt { text-align: left; font-size: 12px; }
  .chat-input { font-size: 11px; }
  .app-stats { grid-template-columns: 1fr; }
  .app-stats article { min-height: 70px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .owner-service { grid-template-columns: 35px 65px 1fr; gap: 14px; min-height: 205px; }
  .owner-service-icon { width: 58px; height: 58px; }
  .owner-service-icon svg { width: 31px; }
  .owner-service h3 { font-size: 23px; }
  .owner-service p { font-size: 15px; }
  .owner-service:hover { padding: 0; }
  .about-card { grid-template-columns: 75px 1fr; padding: 27px 20px; column-gap: 18px; }
  .portrait-mark { width: 75px; height: 95px; }
  .about-name h2 { font-size: 29px; }
  .about-card > p,.about-tags { grid-column: 1 / -1; }
  .brochure-stack { grid-template-columns: 1fr; }
  .brochure { min-height: 420px; }
  .contact { grid-template-columns: 1fr; padding: 85px 20px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form .full { grid-column: auto; }
  footer { align-items: flex-start; flex-direction: column; }
  .main-footer { display: grid; grid-template-columns: 1fr; gap: 42px; padding-top: 58px; }
  .footer-contact a { font-size: clamp(18px,5.5vw,27px); overflow-wrap: anywhere; }
  .footer-bottom { grid-column: auto; align-items: flex-start; flex-direction: column; gap: 15px; }
  .subhero { min-height: auto; padding: 120px 20px 75px; }
  .subhero h1 { font-size: 53px; }
  .outcomes { padding: 85px 20px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-grid article { min-height: 235px; }
  .process { grid-template-columns: 1fr; gap: 40px; padding: 85px 20px; }
  .owner-detail-grid { grid-template-columns: 1fr; }
  .owner-detail-card { min-height: 350px; padding: 30px 24px; }
}

@media (max-width: 420px) {
  h1 { font-size: 47px; }
  .audience-tab { font-size: 10px; }
  .owner-service { grid-template-columns: 30px 1fr; align-items: start; padding: 27px 0; }
  .owner-service-icon { grid-column: 2; }
  .owner-service > div:last-child { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
