/* ============================================================
   fluent-editorial.css
   Shared design system for fluent inner pages.
   Editorial body + real www2 navy header. Tweakable via
   body[data-mood] / [data-voice] / [data-density].
   ============================================================ */

:root{
  --bg: oklch(0.972 0.008 85);
  --bg-sunk: oklch(0.945 0.012 85);
  --ink: oklch(0.18 0.012 75);
  --ink-2: oklch(0.42 0.015 75);
  --ink-3: oklch(0.62 0.012 75);
  --rule: oklch(0.88 0.012 80);
  --rule-2: oklch(0.82 0.014 80);
  --accent: oklch(0.62 0.13 38);
  --accent-ink: oklch(0.99 0.005 80);
  --ok: oklch(0.58 0.10 150);

  --navy: #183866;
  --blue-dark: #094e80;
  --blue-mid: #2a7cae;

  --maxw: 1180px;
  --gutter: clamp(20px, 4vw, 48px);
  --display: "Instrument Serif", "Times New Roman", Georgia, serif;
  --sans: "Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}

/* ===== Mood — surface temperature + accent ===== */
body[data-mood="brand"]{
  --bg: oklch(0.976 0.006 232);
  --bg-sunk: oklch(0.949 0.011 236);
  --rule: oklch(0.885 0.014 240);
  --rule-2: oklch(0.82 0.017 242);
  --accent: oklch(0.50 0.105 248);
  --accent-ink: oklch(0.99 0.01 240);
}
body[data-mood="mono"]{
  --bg: oklch(0.976 0 0);
  --bg-sunk: oklch(0.949 0 0);
  --ink: oklch(0.17 0 0);
  --ink-2: oklch(0.42 0 0);
  --ink-3: oklch(0.60 0 0);
  --rule: oklch(0.88 0 0);
  --rule-2: oklch(0.80 0 0);
  --accent: oklch(0.22 0 0);
  --accent-ink: oklch(0.98 0 0);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  background: var(--bg); color: var(--ink);
  font-family: var(--sans); font-weight:400; font-size:16px; line-height:1.55;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  font-feature-settings:"ss01","cv01";
}
a{color:inherit; text-decoration:none}
::selection{background: var(--accent); color: var(--accent-ink)}
.wrap{max-width: var(--maxw); margin:0 auto; padding:0 var(--gutter)}
.mono{font-family: var(--mono); font-size:12px; letter-spacing:.01em}
.uc{text-transform:uppercase; letter-spacing:.08em}
.faint{color: var(--ink-3)} .muted{color: var(--ink-2)}

/* ===== Real www2 header ===== */
.site-header{
  background: linear-gradient(180deg,
    rgb(129,187,223) 0px,
    rgb(105,166,204) 16px,
    rgb(83,147,187) 32px,
    rgb(55,123,167) 48px,
    rgb(34,104,149) 64px,
    rgb(14,89,137) 80px,
    rgb(8,83,132) 89px);
}
.header-top{display:flex; align-items:flex-start; justify-content:space-between; padding-top:0}
.logo img{display:block; width:222px; height:89px}
.header-right{display:flex; flex-direction:column; align-items:flex-end; gap:8px; padding-top:16px}
.header-right .line1{display:flex; align-items:center; gap:12px}
.webmail-btn{
  display:inline-flex; align-items:center; gap:7px;
  padding:5px 13px; border-radius:3px;
  background: rgba(255,255,255,.18); border:1px solid rgba(255,255,255,.35);
  color: rgba(255,255,255,.96); font-size:12px; font-weight:600;
  transition: background .15s;
}
.webmail-btn:hover{background: rgba(255,255,255,.28)}
.phone{font-size:14px; font-weight:600; color: rgba(255,255,255,.92); letter-spacing:.2px; white-space:nowrap; text-shadow:0 1px 2px rgba(0,0,0,.4)}
.phone:hover{color:#fff}
.phone .pre{font-weight:400; opacity:.8}
.strap{font-family: var(--mono); font-size:11px; letter-spacing:.04em; color: rgba(255,255,255,.72); text-shadow:0 1px 2px rgba(0,0,0,.35)}

.nav2{background: var(--navy); border-top:1px solid rgba(255,255,255,.08)}
.nav2 ul{display:flex; flex-wrap:wrap; margin:0; padding:0; list-style:none}
.nav2 li{border-left:1px solid rgba(105,151,180,.4)}
.nav2 li:first-child{border-left:none}
.nav2 a{display:block; padding:0 15px; line-height:34px; font-size:13px; color: rgba(255,255,255,.92); white-space:nowrap; transition: background .12s}
.nav2 a:hover{background: rgba(255,255,255,.12); color:#fff}
.nav2 li.cur a{background: rgba(255,255,255,.14); color:#fff; font-weight:600}

/* ===== Buttons ===== */
.btn{display:inline-flex; align-items:center; gap:8px; padding:11px 16px; border-radius:999px; font-size:13.5px; font-weight:500; border:1px solid transparent; line-height:1; cursor:pointer; transition: background .15s, border-color .15s, color .15s}
.btn .arrow{transition: transform .2s ease}
.btn:hover .arrow{transform: translateX(3px)}
.btn-primary{background: var(--accent); color: var(--accent-ink)}
.btn-primary:hover{background: color-mix(in oklab, var(--accent) 86%, black)}
.btn-ghost{border-color: var(--rule-2); color: var(--ink)}
.btn-ghost:hover{border-color: var(--ink-3)}
.btn-sm{padding:8px 12px; font-size:12.5px}

/* ===== Hero ===== */
.hero{padding: clamp(40px,5.5vw,76px) 0 clamp(36px,4.5vw,60px)}
.hero .wrap{display:grid; grid-template-columns: 1.25fr .85fr; gap: clamp(36px,5vw,80px); align-items:end}
.breadcrumb{font-family: var(--mono); font-size:12px; color: var(--ink-3); letter-spacing:.04em; margin-bottom:18px}
.breadcrumb a{color: var(--ink-3)} .breadcrumb a:hover{color: var(--ink-2)}
.breadcrumb .sl{margin:0 8px; color: var(--accent)}
.h-eyebrow{font-family: var(--mono); font-size:12px; color: var(--ink-2); text-transform:uppercase; letter-spacing:.1em; display:flex; align-items:center; gap:10px}
.h-eyebrow .tick{width:16px; height:1px; background: var(--accent)}
.h-title{font-family: var(--display); font-weight:400; font-size: clamp(44px,6vw,86px); line-height:.98; letter-spacing:-.02em; margin:16px 0 22px; text-wrap:balance}
.h-title em{font-style:italic; color: var(--accent)}
.h-sub{font-size:18px; color: var(--ink-2); max-width: 44ch; text-wrap:pretty}
.h-actions{display:flex; gap:10px; margin-top:26px; flex-wrap:wrap}
.h-aside{padding-bottom:6px}

.spec{border-top:1px solid var(--rule); border-bottom:1px solid var(--rule); display:grid; grid-template-columns:1fr 1fr}
.spec > div{padding:15px 0; border-right:1px solid var(--rule)}
.spec > div:nth-child(2n){padding-left:18px; border-right:0}
.spec > div:nth-child(1),.spec > div:nth-child(2){border-bottom:1px solid var(--rule)}
.spec dt{font-family:var(--mono); font-size:11px; text-transform:uppercase; letter-spacing:.08em; color: var(--ink-3); margin:0 0 6px}
.spec dd{margin:0; font-family: var(--display); font-size:30px; line-height:1.05; letter-spacing:-.01em}
.spec dd .u{font-family: var(--sans); font-size:13px; color: var(--ink-2); margin-left:4px}

.status-card{margin-top:18px; border:1px solid var(--rule); border-radius:4px; background: var(--bg-sunk); padding:14px 16px; display:flex; align-items:center; gap:12px; font-family:var(--mono); font-size:12px; color: var(--ink-2)}
.status-card b{color: var(--ink); font-weight:500}
.pulse{display:inline-block; width:7px; height:7px; border-radius:50%; background: var(--ok); box-shadow:0 0 0 0 color-mix(in oklab,var(--ok) 60%, transparent); animation:pulse 2.4s infinite}
@keyframes pulse{0%{box-shadow:0 0 0 0 color-mix(in oklab,var(--ok) 50%, transparent)}70%{box-shadow:0 0 0 7px color-mix(in oklab,var(--ok) 0%, transparent)}100%{box-shadow:0 0 0 0 color-mix(in oklab,var(--ok) 0%, transparent)}}

/* ===== Section frame ===== */
section.band{padding: clamp(52px,7vw,96px) 0; border-top:1px solid var(--rule)}
.sec-head{display:grid; grid-template-columns:1fr 1.4fr; gap: clamp(28px,5vw,72px); align-items:end; margin-bottom: clamp(28px,3vw,44px)}
.sec-head .num{font-family: var(--mono); font-size:12px; color: var(--ink-3); letter-spacing:.08em}
.sec-head h2{font-family: var(--display); font-weight:400; font-size: clamp(32px,3.8vw,52px); line-height:1.02; letter-spacing:-.015em; margin:10px 0 0; text-wrap:balance}
.sec-head h2 em{font-style:italic; color: var(--accent)}
.sec-head p{margin:0; color: var(--ink-2); font-size:17px; max-width:52ch; text-wrap:pretty}

/* ===== Offer split (two articles) ===== */
.offer{display:grid; grid-template-columns:1fr 1fr; gap:1px; background: var(--rule); border:1px solid var(--rule); border-radius:6px; overflow:hidden}
.offer > article{background: var(--bg); padding: clamp(26px,3vw,42px); display:flex; flex-direction:column; gap:15px; min-height:380px}
.offer .ix{font-family: var(--mono); font-size:11.5px; color: var(--ink-3); text-transform:uppercase; letter-spacing:.08em; display:flex; justify-content:space-between}
.offer h3{font-family: var(--display); font-weight:400; font-size:36px; line-height:1.02; letter-spacing:-.015em; margin:4px 0 0}
.offer h3 em{font-style:italic; color: var(--accent)}
.offer p{margin:0; color: var(--ink-2); font-size:15px; max-width:42ch}
.offer .price{font-family: var(--display); font-size:30px; letter-spacing:-.01em; margin-top:2px}
.offer .price .u{font-family: var(--sans); font-size:13px; color: var(--ink-2); margin-left:4px}
.offer .partner{display:inline-flex; align-items:center; gap:8px; font-family: var(--mono); font-size:11px; color: var(--ink-2); text-transform:uppercase; letter-spacing:.08em; border:1px solid var(--rule-2); border-radius:999px; padding:5px 11px; align-self:flex-start}
.offer .partner::before{content:""; width:5px;height:5px;border-radius:50%; background: var(--accent)}
.offer ul{list-style:none; padding:0; margin:auto 0 0; display:flex; flex-direction:column}
.offer li{padding:11px 0; border-top:1px dashed var(--rule); font-size:14px; color: var(--ink); display:flex; gap:10px}
.offer li::before{content:""; width:5px;height:5px;border-radius:50%; background: var(--accent); margin-top:7px; flex-shrink:0}
.offer li.kv{justify-content:space-between}
.offer li.kv::before{display:none}
.offer li.kv .v{font-family: var(--mono); font-size:11.5px; color: var(--ink-2)}

/* ===== Spec lists (stack) ===== */
.stack-grid{display:grid; grid-template-columns:1fr 1fr; gap: clamp(26px,4vw,56px)}
.stack-col h4{font-family: var(--mono); font-size:11.5px; color: var(--ink-3); text-transform:uppercase; letter-spacing:.08em; margin:0 0 14px; font-weight:500}
.stack-list{border:1px solid var(--rule); border-radius:6px; background: var(--bg-sunk); padding:4px}
.stack-list .row{display:grid; grid-template-columns:120px 1fr auto; gap:14px; align-items:center; padding:12px 14px; border-bottom:1px dashed var(--rule)}
.stack-list .row:last-child{border-bottom:0}
.stack-list .tag{font-family: var(--mono); font-size:11px; color: var(--ink-3); text-transform:uppercase; letter-spacing:.08em}
.stack-list .name{font-size:14.5px}
.stack-list .name b{font-weight:500}
.stack-list .name span{color: var(--ink-2); font-size:13px; margin-left:6px}
.stack-list .v{font-family: var(--mono); font-size:11px; color: var(--ink-2); padding:3px 8px; border:1px solid var(--rule-2); border-radius:999px; white-space:nowrap}

/* ===== Steps ===== */
.steps{list-style:none; padding:0; margin:0; display:flex; flex-direction:column}
.steps li{display:grid; grid-template-columns:90px 1fr; gap:16px; padding:16px 0; border-top:1px solid var(--rule); align-items:baseline}
.steps li:last-child{border-bottom:1px solid var(--rule)}
.steps li .lbl{font-family: var(--mono); font-size:11.5px; color: var(--ink-3); text-transform:uppercase; letter-spacing:.08em}
.steps li .ttl{font-family: var(--display); font-size:22px; line-height:1.1; letter-spacing:-.01em}
.steps li .ds{color: var(--ink-2); font-size:14px; margin-top:4px}

/* ===== Feature / use grid ===== */
.grid3{display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background: var(--rule); border-top:1px solid var(--rule); border-bottom:1px solid var(--rule)}
.cell{background: var(--bg); padding: clamp(24px,2.6vw,36px); display:flex; flex-direction:column; gap:12px; min-height:280px}
.cell .ix{font-family: var(--mono); font-size:11.5px; color: var(--ink-3); text-transform:uppercase; letter-spacing:.08em; display:flex; justify-content:space-between}
.cell h3{font-family: var(--display); font-weight:400; font-size:28px; line-height:1.05; letter-spacing:-.01em; margin:0}
.cell p{margin:0; color: var(--ink-2); font-size:14.5px}
.cell ul{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:6px}
.cell li{font-size:13.5px; color: var(--ink-2); padding:7px 0; border-top:1px dashed var(--rule); display:flex; gap:10px}
.cell li::before{content:""; width:5px;height:5px;border-radius:50%; background: var(--accent); margin-top:7px; flex-shrink:0}
.ph{margin-top:auto; border:1px dashed var(--rule-2); border-radius:4px;
  background: repeating-linear-gradient(135deg, transparent 0 8px, color-mix(in oklab, var(--ink) 6%, transparent) 8px 9px);
  height:92px; display:flex; align-items:center; justify-content:center;
  font-family: var(--mono); font-size:11px; color: var(--ink-3); text-transform:uppercase; letter-spacing:.1em}

/* ===== Tech chips ===== */
.chips{display:flex; flex-wrap:wrap; gap:10px}
.chip{font-family: var(--mono); font-size:12.5px; padding:9px 14px; border:1px solid var(--rule-2); border-radius:999px; color: var(--ink); background: var(--bg)}
.chip .d{color: var(--ink-3); margin-left:6px}
.chip.lead{background: var(--accent); color: var(--accent-ink); border-color: var(--accent)}

/* ===== Pricing / sizing table ===== */
.ptable{border:1px solid var(--rule); border-radius:6px; overflow:hidden}
.ptable .prow{display:grid; border-bottom:1px solid var(--rule)}
.ptable .prow:last-child{border-bottom:0}
.ptable .prow > div{padding:15px 18px; border-right:1px solid var(--rule); display:flex; align-items:center; font-size:14px}
.ptable .prow > div:last-child{border-right:0}
.ptable .prow.head{background: var(--bg-sunk)}
.ptable .prow.head > div{font-family: var(--mono); font-size:11px; color: var(--ink-3); text-transform:uppercase; letter-spacing:.08em}
.ptable .name{font-family: var(--display); font-size:24px; letter-spacing:-.01em}
.ptable .spec b{font-weight:500}
.ptable .spec .sub{color: var(--ink-3); font-size:12px; margin-left:3px}
.ptable .price{font-family: var(--display); font-size:26px; letter-spacing:-.01em}
.ptable .price .u{font-family: var(--sans); font-size:12px; color: var(--ink-2); margin-left:3px}

/* ===== Honest two-column ===== */
.twocol{display:grid; grid-template-columns:1fr 1fr; gap: clamp(26px,4vw,56px)}

/* ===== CTA ===== */
.cta{border:1px solid var(--rule); border-radius:8px; background: var(--bg-sunk); display:grid; grid-template-columns:1.4fr auto; gap:24px; align-items:center; padding: clamp(28px,3vw,44px)}
.cta h3{font-family: var(--display); font-weight:400; font-size: clamp(28px,3vw,42px); line-height:1.04; letter-spacing:-.015em; margin:0 0 6px}
.cta h3 em{font-style:italic; color: var(--accent)}
.cta p{margin:0; color: var(--ink-2); font-size:15.5px; max-width:48ch}
.cta .actions{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}

/* ===== Footer ===== */
footer{padding: clamp(44px,5vw,72px) 0 26px; border-top:1px solid var(--rule)}
.ftop{display:grid; grid-template-columns:1.5fr repeat(3,1fr); gap:32px; margin-bottom:48px}
.ftop h5{font-family: var(--mono); font-size:11px; text-transform:uppercase; letter-spacing:.1em; color: var(--ink-3); margin:0 0 14px; font-weight:500}
.ftop ul{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:8px; font-size:14px}
.ftop li a{color: var(--ink-2)} .ftop li a:hover{color: var(--ink)}
.fbrand .bigbrand{font-family: var(--display); font-size:64px; line-height:.9; margin:0 0 12px; letter-spacing:-.02em; font-style:italic}
.fbrand .bigbrand .dot{color: var(--accent); font-style:normal}
.fbrand p{color: var(--ink-2); font-size:14px; max-width:32ch; margin:0}
.fbot{display:flex; justify-content:space-between; align-items:end; gap:24px; padding-top:22px; border-top:1px solid var(--rule); font-family:var(--mono); font-size:11.5px; color: var(--ink-3)}

/* ===== Display voice (headline personality) ===== */
body[data-voice="grotesk"]{ --display: var(--sans); }
body[data-voice="mono"]{ --display: var(--mono); }
body[data-voice="grotesk"] :is(.h-title,.sec-head h2,.offer h3,.cell h3,.steps li .ttl,.spec dd,.ptable .name,.ptable .price,.cta h3,.fbrand .bigbrand,.big-quote){font-style:normal; font-weight:600; letter-spacing:-.035em}
body[data-voice="mono"] :is(.h-title,.sec-head h2,.offer h3,.cell h3,.steps li .ttl,.spec dd,.ptable .name,.ptable .price,.cta h3,.fbrand .bigbrand,.big-quote){font-style:normal; font-weight:500; letter-spacing:-.02em}
body[data-voice="mono"] .h-title{font-size: clamp(34px,4.4vw,60px); line-height:1.0}
body:is([data-voice="grotesk"],[data-voice="mono"]) em{font-style:normal}

/* ===== Rhythm / density ===== */
body[data-density="compact"] section.band{padding: clamp(30px,4vw,52px) 0}
body[data-density="compact"] .hero{padding: clamp(28px,3.5vw,48px) 0 clamp(20px,3vw,32px)}
body[data-density="compact"] .sec-head{margin-bottom: clamp(18px,2vw,26px)}
body[data-density="compact"] .offer > article{min-height:0; gap:12px}
body[data-density="compact"] .cell{min-height:0}
body[data-density="compact"] .h-title{font-size: clamp(38px,4.8vw,64px)}
body[data-density="compact"] .h-sub{font-size:16px}

/* ===== Responsive ===== */
@media (max-width: 900px){
  .header-top{flex-wrap:wrap}
  .hero .wrap{grid-template-columns:1fr; gap:36px}
  .sec-head{grid-template-columns:1fr; gap:14px}
  .offer{grid-template-columns:1fr}
  .stack-grid{grid-template-columns:1fr}
  .grid3{grid-template-columns:1fr}
  .twocol{grid-template-columns:1fr}
  .cta{grid-template-columns:1fr}
  .cta .actions{justify-content:flex-start}
  .ftop{grid-template-columns:1fr 1fr}
  .h-title{font-size: clamp(40px,11vw,64px)}
}
@media (max-width: 560px){
  .logo img{width:185px; height:auto}
  .header-right{padding-top:12px}
}


/* ===== Nav drop-downs =========================================== *
 * Added for the shared header include. No JavaScript: :hover opens
 * for mouse, :focus-within opens for keyboard and touch, so the
 * sub-menus are reachable by tabbing.
 * Below 760px the panels become an indented second tier instead of
 * floating, because an absolutely-positioned menu on a nav that has
 * already wrapped to two rows lands in the wrong place.
 */
.nav2 li { position: relative }
.nav2 .has-sub > a::after {
  content: "\25BE";           /* ▾ */
  margin-left: 7px;
  font-size: 9px;
  opacity: .65;
  vertical-align: 1px;
}
.nav2 .sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 60;
  min-width: 208px;
  margin: 0;
  padding: 4px 0;
  background: var(--navy);
  border: 1px solid rgba(255, 255, 255, .16);
  border-top: none;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .3);
}
.nav2 li:hover > .sub,
.nav2 li:focus-within > .sub { display: block }
.nav2 .sub li { border-left: none }
.nav2 .sub a {
  padding: 0 16px;
  line-height: 32px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, .86);
}
.nav2 .sub a:hover,
.nav2 .sub a:focus-visible { background: rgba(255, 255, 255, .14); color: #fff }
.nav2 a:focus-visible { outline: 2px solid #fff; outline-offset: -2px }

/* Last item's panel would overflow the right edge — align it right. */
.nav2 > .wrap > ul > li:last-child .sub,
.nav2 > .wrap > ul > li:nth-last-child(2) .sub { left: auto; right: 0 }

@media (max-width: 760px) {
  .nav2 .sub {
    display: block;
    position: static;
    min-width: 0;
    border: none;
    box-shadow: none;
    padding: 0;
    background: rgba(0, 0, 0, .18);
  }
  .nav2 .sub a { padding-left: 30px; font-size: 12px; line-height: 30px }
  .nav2 .has-sub > a::after { display: none }
  .nav2 > .wrap > ul { display: block }
  .nav2 li { border-left: none; border-top: 1px solid rgba(105, 151, 180, .25) }
}
