:root {
  --night: #020617;
  --navy: #0f172a;
  --surface: #1e293b;
  --teal: #06b6d4;
  --teal-dark: #0891b2;
  --fog: #f1f5f9;
  --mist: #cbd5e1;
  --amber: #f59e0b;
  --font: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--fog); font-family: var(--font); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; border-radius: 8px; background: var(--teal); color: var(--night); font-weight: 800; padding: 12px 16px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-nav { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(203, 213, 225, .14); background: linear-gradient(180deg, rgba(2, 6, 23, .7), rgba(2, 6, 23, 0)); }
.nav-inner { min-height: 82px; display: flex; align-items: center; gap: 24px; }
.brand-link, .footer-brand { display: inline-flex; border-radius: 6px; }
.brand-link:focus-visible, .footer-brand:focus-visible, .site-nav a:focus-visible, .button:focus-visible, footer a:focus-visible { outline: 2px solid var(--teal); outline-offset: 4px; }
.brand-link img { width: 151px; height: auto; }
.nav-context { display: flex; align-items: center; gap: 16px; color: rgba(241, 245, 249, .7); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.nav-context span { display: block; height: 28px; width: 1px; background: rgba(203, 213, 225, .28); }
.yacht-series { align-items: stretch; align-self: stretch; display: flex; margin-left: auto; }
.yacht-series-link { align-items: center; border-bottom: 2px solid transparent; color: var(--mist); display: flex; font-size: 11px; font-weight: 700; gap: 7px; padding: 0 13px; text-decoration: none; white-space: nowrap; }
.yacht-series-link small { color: #64748b; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.yacht-series-link:hover, .yacht-series-link[aria-current="page"] { color: var(--fog); }
.yacht-series-link:hover small, .yacht-series-link[aria-current="page"] small { color: var(--teal); }
.yacht-series-link[aria-current="page"] { background: rgba(6, 182, 212, .055); border-bottom-color: var(--teal); }
.nav-actions { margin-left: 10px; display: flex; align-items: center; gap: 22px; }
.nav-text-link { color: var(--mist); font-size: 13px; font-weight: 600; text-decoration: none; }
.nav-text-link:hover { color: white; }

.button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; border: 1px solid var(--teal); border-radius: 11px; background: var(--teal); box-shadow: 0 18px 50px rgba(6, 182, 212, .18); color: var(--night); font-size: 14px; font-weight: 800; padding: 0 23px; text-decoration: none; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); background: #22d3ee; border-color: #22d3ee; }
.button-ghost { border-color: rgba(241, 245, 249, .38); background: rgba(2, 6, 23, .28); box-shadow: none; color: white; backdrop-filter: blur(12px); }
.button-ghost:hover { background: rgba(15, 23, 42, .8); border-color: white; }
.button-small { min-height: 39px; border-radius: 8px; font-size: 12px; padding: 0 17px; }
.actions { display: flex; flex-wrap: wrap; gap: 13px; }

.eyebrow { margin: 0 0 22px; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow-amber { color: var(--amber); }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; }
h2 { margin-bottom: 0; color: white; font-size: clamp(38px, 5.5vw, 72px); line-height: .99; }
h2 span, h1 span { color: var(--teal); }
.section { padding: 126px 0; }
.section-head { display: grid; grid-template-columns: 1.08fr .72fr; align-items: end; gap: 90px; margin-bottom: 74px; }
.section-head > p { margin: 0; color: #94a3b8; font-size: 17px; line-height: 1.8; }

.hero { position: relative; min-height: 820px; height: 100svh; max-height: 980px; overflow: hidden; display: flex; align-items: center; border-bottom: 1px solid rgba(203, 213, 225, .12); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 6, 23, .97) 0%, rgba(2, 6, 23, .84) 30%, rgba(2, 6, 23, .35) 61%, rgba(2, 6, 23, .13) 100%), linear-gradient(0deg, rgba(2, 6, 23, .72), transparent 40%); }
.hero-content { position: relative; z-index: 2; padding-top: 70px; }
.hero h1 { max-width: 800px; margin-bottom: 26px; color: white; font-size: clamp(56px, 7vw, 102px); line-height: .92; }
.hero-lede { max-width: 710px; margin-bottom: 33px; color: #d2dbe7; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.65; }
.qualification { margin: 20px 0 0; color: rgba(203, 213, 225, .7); font-size: 12px; }
.hero-rail { position: absolute; z-index: 3; inset: auto 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(203, 213, 225, .16); background: rgba(2, 6, 23, .6); backdrop-filter: blur(20px); padding-left: max(24px, calc((100vw - 1180px) / 2)); padding-right: max(24px, calc((100vw - 1180px) / 2)); }
.hero-rail span { display: flex; align-items: center; gap: 16px; min-height: 78px; border-right: 1px solid rgba(203, 213, 225, .14); color: #e2e8f0; font-size: 13px; font-weight: 600; }
.hero-rail span + span { padding-left: 30px; }
.hero-rail span:last-child { border: 0; }
.hero-rail b { color: var(--teal); font-size: 10px; letter-spacing: .18em; }

.freedom { position: relative; overflow: hidden; background: var(--fog); color: var(--navy); }
.freedom::after { content: ""; position: absolute; right: -16vw; top: -30vw; width: 65vw; height: 65vw; border: 1px solid rgba(6, 182, 212, .12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(6, 182, 212, .025), 0 0 0 180px rgba(6, 182, 212, .018); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 92px; }
.split-wide { grid-template-columns: 1.05fr .95fr; align-items: center; }
.freedom h2 { color: var(--night); }
.lead-copy { position: relative; z-index: 1; }
.lead-copy > p { margin-bottom: 45px; color: #334155; font-size: 19px; line-height: 1.8; }
.signal-line { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; color: #475569; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.signal-line i { display: block; width: 22px; height: 1px; background: rgba(8, 145, 178, .5); }

.systems-section { position: relative; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(6, 182, 212, .075), transparent 35%), var(--night); }
.systems-section::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(148, 163, 184, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 163, 184, .08) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(circle at center, black, transparent 76%); }
.systems-section .shell { position: relative; z-index: 1; }
.energy-map { position: relative; min-height: 610px; margin: 10px 0 54px; }
.energy-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(6, 182, 212, .18); border-radius: 50%; transform: translate(-50%, -50%); }
.energy-orbit-one { width: 510px; height: 510px; }
.energy-orbit-two { width: 750px; height: 430px; }
.energy-core, .energy-node { position: absolute; border: 1px solid rgba(148, 163, 184, .22); background: rgba(15, 23, 42, .87); box-shadow: 0 30px 70px rgba(0, 0, 0, .35); backdrop-filter: blur(16px); }
.energy-core { left: 50%; top: 50%; width: 250px; height: 250px; border-color: rgba(6, 182, 212, .46); border-radius: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.energy-core-mark { display: grid; place-items: center; width: 55px; height: 55px; border-radius: 16px; background: var(--teal); color: var(--night); font-size: 28px; font-weight: 800; }
.energy-core small, .energy-node small { color: var(--teal); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.energy-core small { margin-top: 18px; }
.energy-core strong { margin-top: 7px; max-width: 150px; font-size: 18px; line-height: 1.3; }
.energy-node { min-width: 194px; border-radius: 13px; padding: 17px 20px; }
.energy-node strong { display: block; margin-top: 5px; color: white; font-size: 13px; }
.node-battery { left: 5%; top: 21%; }
.node-solar { right: 5%; top: 20%; }
.node-source { left: 0; bottom: 20%; }
.node-load { right: 0; bottom: 20%; }
.node-context { left: 50%; bottom: 3%; transform: translateX(-50%); }
.system-callout { max-width: 950px; margin: 0 auto; border-top: 1px solid rgba(148, 163, 184, .25); color: #cbd5e1; font-size: clamp(24px, 3vw, 38px); font-weight: 600; line-height: 1.4; padding-top: 35px; text-align: center; }
.system-callout span { color: var(--teal); }

.forecast-section { background: #e9f0f2; color: var(--navy); }
.forecast-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 95px; }
.forecast-copy h2 { margin-bottom: 30px; color: var(--night); }
.forecast-copy > p { color: #334155; font-size: 18px; line-height: 1.8; }
.question-list { margin-top: 42px; border-top: 1px solid #cbd5e1; }
.question-list > div { display: grid; grid-template-columns: 45px 1fr; align-items: center; border-bottom: 1px solid #cbd5e1; padding: 18px 0; }
.question-list span { color: var(--teal-dark); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.question-list p { margin: 0; color: var(--navy); font-size: 14px; font-weight: 700; }
.margin-card { position: relative; overflow: hidden; border: 1px solid #d2dee3; border-radius: 24px; background: white; box-shadow: 0 36px 90px rgba(15, 23, 42, .14); padding: 30px; }
.card-topline { display: flex; justify-content: space-between; color: #64748b; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.status-dot { display: flex; align-items: center; gap: 8px; color: var(--teal-dark); }
.status-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(6, 182, 212, .12); }
.margin-reading { display: flex; align-items: baseline; gap: 14px; margin-top: 25px; }
.margin-reading strong { color: var(--night); font-size: 52px; letter-spacing: -.06em; }
.margin-reading span { color: #64748b; font-size: 13px; }
.margin-chart { position: relative; height: 220px; margin-top: 16px; overflow: hidden; }
.chart-grid { position: absolute; inset: 0; background: linear-gradient(#e2e8f0 1px, transparent 1px); background-size: 100% 55px; }
.margin-chart svg { position: relative; z-index: 2; width: 100%; height: 100%; overflow: visible; }
.chart-area { fill: url(#area-fill); }
.chart-line { fill: none; stroke: var(--teal-dark); stroke-width: 4; vector-effect: non-scaling-stroke; }
.margin-chart circle { fill: white; stroke: var(--teal-dark); stroke-width: 4; vector-effect: non-scaling-stroke; }
.chart-window { position: absolute; z-index: 1; left: 28%; top: 0; width: 30%; height: 100%; border-left: 1px dashed rgba(245, 158, 11, .5); border-right: 1px dashed rgba(245, 158, 11, .5); background: rgba(245, 158, 11, .06); }
.chart-window span { position: absolute; top: 10px; left: 10px; color: #9a6700; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.chart-labels { display: flex; justify-content: space-between; color: #94a3b8; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.margin-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 24px; }
.margin-summary > div { border-radius: 12px; background: #f1f5f9; padding: 14px; }
.margin-summary small { display: block; min-height: 26px; color: #64748b; font-size: 9px; line-height: 1.4; }
.margin-summary strong { display: block; margin-top: 5px; color: var(--night); font-size: 18px; }
.margin-summary .teal { color: var(--teal-dark); }
.example-label { margin: 18px 0 0; color: #94a3b8; font-size: 9px; letter-spacing: .12em; text-align: right; text-transform: uppercase; }

.storm-section { position: relative; overflow: hidden; background: #07101f; }
.storm-section::before { content: ""; position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(148, 163, 184, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 163, 184, .08) 1px, transparent 1px); background-size: 70px 70px; }
.storm-horizon { position: absolute; left: 0; right: 0; top: 0; height: 5px; background: linear-gradient(90deg, transparent, var(--amber) 30%, #fbbf24 50%, var(--amber) 70%, transparent); box-shadow: 0 0 80px 24px rgba(245, 158, 11, .18); }
.storm-intro, .storm-layout, .storm-principle { position: relative; z-index: 1; }
.storm-intro { max-width: 980px; margin-bottom: 72px; }
.storm-intro h2 { margin-bottom: 31px; }
.storm-intro h2 span { color: #fbbf24; }
.storm-intro > p:last-child { max-width: 760px; margin-bottom: 0; color: #aab7c9; font-size: 18px; line-height: 1.8; }
.storm-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 80px; }
.storm-sequence { border-left: 1px solid rgba(148, 163, 184, .26); }
.storm-step { display: grid; grid-template-columns: 58px 1fr; gap: 12px; opacity: .62; padding: 18px 0 18px 24px; }
.storm-step.active { position: relative; opacity: 1; }
.storm-step.active::before { content: ""; position: absolute; left: -2px; top: 22px; width: 3px; height: 58px; background: var(--amber); box-shadow: 0 0 18px rgba(245, 158, 11, .8); }
.storm-step > span { color: #64748b; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.storm-step small { color: var(--amber); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.storm-step h3 { margin: 6px 0; color: white; font-size: 19px; }
.storm-step p { margin: 0; color: #94a3b8; font-size: 12px; line-height: 1.6; }
.storm-card { overflow: hidden; border: 1px solid rgba(245, 158, 11, .35); border-radius: 23px; background: #0f172a; box-shadow: 0 40px 100px rgba(0, 0, 0, .44), 0 0 55px rgba(245, 158, 11, .06); }
.storm-card-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(245, 158, 11, .22); background: rgba(245, 158, 11, .07); padding: 20px 25px; }
.storm-card-header div { display: flex; align-items: baseline; gap: 12px; }
.storm-card-header small { color: var(--amber); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.storm-card-header strong { font-size: 13px; }
.storm-card-header > span { border: 1px solid rgba(245, 158, 11, .25); border-radius: 999px; color: #fbbf24; font-size: 10px; font-weight: 800; padding: 6px 10px; }
.storm-card-body { padding: 31px; }
.storm-alert { margin-bottom: 9px; color: var(--amber); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.storm-card h3 { margin-bottom: 12px; color: white; font-size: clamp(25px, 3vw, 37px); letter-spacing: -.035em; }
.storm-summary { color: #aab7c9; font-size: 14px; line-height: 1.7; }
.storm-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 24px 0; }
.storm-metrics > div { border: 1px solid rgba(148, 163, 184, .15); border-radius: 12px; background: rgba(2, 6, 23, .38); padding: 15px; }
.storm-metrics small { display: block; min-height: 25px; color: #64748b; font-size: 9px; line-height: 1.35; }
.storm-metrics strong { display: block; margin-top: 5px; color: white; font-size: 20px; }
.storm-metrics .amber { color: #fbbf24; }
.charging-window { border-top: 1px solid rgba(148, 163, 184, .14); border-bottom: 1px solid rgba(148, 163, 184, .14); padding: 18px 0; }
.charging-label { display: flex; justify-content: space-between; gap: 20px; color: #94a3b8; font-size: 10px; }
.charging-label strong { color: #e2e8f0; font-size: 10px; }
.charging-track { height: 5px; margin-top: 12px; overflow: hidden; border-radius: 99px; background: #1e293b; }
.charging-track i { display: block; width: 67%; height: 100%; background: linear-gradient(90deg, var(--teal), #fbbf24); }
.next-move { margin-top: 22px; border-left: 2px solid var(--amber); background: rgba(245, 158, 11, .06); padding: 15px 17px; }
.next-move span { color: var(--amber); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.next-move p { margin: 6px 0 0; color: #e2e8f0; font-size: 12px; line-height: 1.65; }
.storm-principle { display: flex; justify-content: space-between; align-items: center; gap: 40px; margin-top: 72px; border-top: 1px solid rgba(245, 158, 11, .25); padding-top: 25px; }
.storm-principle strong { color: #fbbf24; font-size: 17px; }
.storm-principle span { max-width: 480px; color: #64748b; font-size: 10px; line-height: 1.6; text-align: right; }

.people-section { background: var(--fog); color: var(--navy); }
.people-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 110px; }
.people-grid h2 { margin-bottom: 29px; color: var(--night); }
.people-grid > div:first-child > p:last-child { color: #475569; font-size: 17px; line-height: 1.8; }
.role-stack { display: grid; gap: 10px; }
.role-stack article { display: grid; grid-template-columns: 62px 1fr; align-items: center; border: 1px solid #d6e1e4; border-radius: 13px; background: white; box-shadow: 0 12px 35px rgba(15, 23, 42, .06); padding: 17px 20px; }
.role-stack article:nth-child(2) { transform: translateX(28px); }
.role-stack article:nth-child(3) { transform: translateX(12px); }
.role-stack > article > span { color: var(--teal-dark); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.role-stack strong, .role-stack small { display: block; }
.role-stack strong { color: var(--night); font-size: 15px; }
.role-stack small { margin-top: 3px; color: #64748b; font-size: 11px; }

.manifesto { position: relative; overflow: hidden; background: var(--teal); color: var(--night); padding: 125px 0; }
.manifesto::before { content: ""; position: absolute; right: -5%; top: -50%; width: 560px; height: 560px; border: 1px solid rgba(2, 6, 23, .15); border-radius: 50%; box-shadow: 0 0 0 95px rgba(2, 6, 23, .035), 0 0 0 190px rgba(2, 6, 23, .025); }
.manifesto .shell { position: relative; z-index: 1; }
.manifesto .eyebrow { color: rgba(2, 6, 23, .65); }
.manifesto blockquote { max-width: 1000px; margin-bottom: 35px; font-size: clamp(45px, 6.5vw, 88px); font-weight: 800; letter-spacing: -.055em; line-height: .96; }
.manifesto blockquote span { color: white; }
.manifesto > .shell > p:last-child { max-width: 760px; margin: 0 0 0 auto; color: #083344; font-size: 18px; line-height: 1.75; }

.trust-section { background: var(--night); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(148, 163, 184, .18); }
.trust-grid article { background: var(--night); padding: 30px 25px; }
.trust-grid span { color: var(--teal); font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.trust-grid h3 { margin: 32px 0 12px; color: white; font-size: 18px; }
.trust-grid p { margin: 0; color: #94a3b8; font-size: 12px; line-height: 1.7; }

.final-cta { position: relative; overflow: hidden; border-top: 1px solid rgba(6, 182, 212, .2); background: linear-gradient(160deg, #0f172a, #020617 58%, #042f3b); padding: 135px 0; text-align: center; }
.final-cta-glow { position: absolute; left: 50%; top: 30%; width: 700px; height: 440px; border-radius: 50%; background: rgba(6, 182, 212, .12); filter: blur(110px); transform: translate(-50%, -50%); }
.final-cta-inner { position: relative; z-index: 1; }
.final-cta h2 { margin-bottom: 26px; }
.final-cta > .shell > p, .final-cta-inner > p:not(.eyebrow):not(.cta-trust) { max-width: 620px; margin: 0 auto 34px; color: #aab7c9; font-size: 18px; line-height: 1.7; }
.actions-center { justify-content: center; }
.cta-trust { margin: 24px 0 0 !important; color: #64748b !important; font-size: 10px !important; letter-spacing: .1em; text-transform: uppercase; }

footer { border-top: 1px solid rgba(148, 163, 184, .15); background: #01040f; padding: 45px 0; }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 50px; }
.footer-brand img { width: 125px; height: auto; }
.footer-inner > div > p, .footer-inner > p { margin: 9px 0 0; color: #475569; font-size: 10px; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 25px; }
.footer-inner nav a { color: #94a3b8; font-size: 11px; font-weight: 600; text-decoration: none; }
.footer-inner nav a:hover { color: white; }

@media (max-width: 900px) {
  .yacht-series-link { font-size: 10px; gap: 5px; padding-inline: 8px; }
  .nav-text-link { display: none; }
  .section { padding: 95px 0; }
  .section-head, .split, .forecast-grid, .storm-layout, .people-grid { grid-template-columns: 1fr; gap: 52px; }
  .section-head { align-items: start; margin-bottom: 58px; }
  .hero { min-height: 780px; height: auto; padding: 140px 0 135px; }
  .hero-image { object-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(2, 6, 23, .97), rgba(2, 6, 23, .73) 68%, rgba(2, 6, 23, .28)), linear-gradient(0deg, rgba(2, 6, 23, .86), transparent 55%); }
  .hero-content { padding-top: 0; }
  .energy-map { min-height: 680px; }
  .energy-orbit-two { width: 620px; height: 420px; }
  .node-battery { left: 0; }
  .node-solar { right: 0; }
  .role-stack article:nth-child(2), .role-stack article:nth-child(3) { transform: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 34px, 1180px); }
  .nav-inner { display: grid; gap: 0; grid-template-columns: 1fr auto; grid-template-rows: 70px 44px; min-height: 114px; }
  .brand-link { grid-column: 1; grid-row: 1; }
  .brand-link img { width: 126px; }
  .nav-context, .nav-text-link { display: none; }
  .yacht-series { border-top: 1px solid rgba(203, 213, 225, .1); grid-column: 1 / -1; grid-row: 2; margin-inline: -17px; overflow: hidden; width: calc(100% + 34px); }
  .yacht-series-link { flex: 1 1 25%; font-size: 10px; gap: 0; justify-content: center; min-width: 0; padding: 0 5px; }
  .yacht-series-link small { display: none; }
  .nav-actions { grid-column: 2; grid-row: 1; margin-left: 0; }
  .button-small { min-height: 37px; padding: 0 13px; }
  .hero { min-height: 814px; padding: 169px 0 145px; align-items: flex-start; }
  .hero-image { object-position: 72% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(2, 6, 23, .92) 0%, rgba(2, 6, 23, .64) 35%, rgba(2, 6, 23, .45) 58%, rgba(2, 6, 23, .98) 100%), linear-gradient(90deg, rgba(2, 6, 23, .8), transparent); }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-lede { font-size: 16px; line-height: 1.6; }
  .hero-content .button { width: 100%; }
  .qualification { font-size: 10px; line-height: 1.5; }
  .hero-rail { grid-template-columns: 1fr; padding: 0 17px; }
  .hero-rail span { display: none; min-height: 58px; border: 0; padding: 0 !important; }
  .hero-rail span:last-child { display: flex; }
  h2 { font-size: clamp(37px, 12vw, 52px); }
  .section { padding: 78px 0; }
  .section-head { gap: 30px; }
  .lead-copy > p, .section-head > p, .forecast-copy > p, .storm-intro > p:last-child, .people-grid > div:first-child > p:last-child { font-size: 16px; }
  .signal-line { gap: 7px; }
  .signal-line i { width: 10px; }
  .energy-map { min-height: 720px; }
  .energy-orbit-one { width: 310px; height: 310px; }
  .energy-orbit-two { width: 530px; height: 390px; }
  .energy-core { top: 49%; width: 190px; height: 190px; }
  .energy-core-mark { width: 44px; height: 44px; }
  .energy-node { min-width: 154px; max-width: 174px; padding: 13px; }
  .energy-node strong { font-size: 11px; }
  .node-battery { left: 0; top: 13%; }
  .node-solar { right: 0; top: 25%; }
  .node-source { left: 0; bottom: 21%; }
  .node-load { right: 0; bottom: 11%; }
  .node-context { bottom: 0; }
  .system-callout { font-size: 23px; }
  .margin-card { border-radius: 17px; padding: 20px 15px; }
  .margin-reading strong { font-size: 43px; }
  .margin-chart { height: 180px; }
  .margin-summary { gap: 5px; }
  .margin-summary > div { padding: 10px 8px; }
  .margin-summary strong { font-size: 15px; }
  .storm-intro { margin-bottom: 48px; }
  .storm-layout { gap: 48px; }
  .storm-card-body { padding: 23px 18px; }
  .storm-card-header { padding: 16px 18px; }
  .storm-card-header div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .storm-metrics { gap: 5px; }
  .storm-metrics > div { padding: 10px 8px; }
  .storm-metrics strong { font-size: 17px; }
  .charging-label { flex-direction: column; gap: 6px; }
  .storm-principle { align-items: flex-start; flex-direction: column; gap: 14px; }
  .storm-principle span { text-align: left; }
  .trust-grid { grid-template-columns: 1fr; }
  .manifesto { padding: 90px 0; }
  .manifesto > .shell > p:last-child { font-size: 16px; }
  .final-cta { padding: 95px 0; }
  .actions-center .button { width: 100%; }
  .footer-inner nav { gap: 18px; }
}

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