/* 1xbet382nx.buzz — лендинг «Икс-Аэронавт» (1xBet / 1хБет). Палитра: высотная аэронавигация — графит + медь + небесный циан */

:root {
  --bg: #0b111a;
  --bg2: #121a26;
  --bg3: #1a2533;
  --line: #26323f;
  --line2: #33485c;
  --txt: #eef3f8;
  --txt-d: #a4b3c4;
  --txt-dd: #6f8092;
  --copper: #d07a3e;
  --sky: #56c2e6;
  --copper-d: #b85f28;
  --coral: #ff6b5c;
  --rad: 13px;
  --rad-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.64 "Comfortaa", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1040px 600px at 90% -12%, rgba(208, 122, 62, .15) 0%, transparent 60%),
    radial-gradient(860px 600px at -8% 58%, rgba(86, 194, 230, .09) 0%, transparent 62%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--sky); text-decoration: none }
a:hover { text-decoration: underline }

.skiprow {
  position: absolute; top: -44px; left: 8px;
  padding: 8px 12px; background: var(--copper); color: #0a0d12;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.skiprow:focus { top: 8px }

/* ===== HEADER BAR ===== */
.gondbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(11, 17, 26, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.airframe { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.airframe:hover { text-decoration: none }
.airframe__svg {
  width: 31px; height: 31px; flex: none;
  filter: drop-shadow(0 0 10px rgba(208, 122, 62, .55));
}
.airframe__t {
  font-family: "Krona One", "Comfortaa", system-ui, sans-serif;
  font-weight: 400; line-height: 1; letter-spacing: -.2px; font-size: 18px;
}
.airframe__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.2px; font-weight: 600; margin-top: 5px;
  text-transform: uppercase; font-family: "Comfortaa", system-ui, sans-serif;
}
.ventrow { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.ventrow a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.ventrow a:hover { color: var(--sky); border-bottom-color: var(--sky); text-decoration: none }

/* ===== CTA ===== */
.lift {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Krona One", "Comfortaa", system-ui, sans-serif;
  font-weight: 400; font-size: 13px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: 0;
}
.lift:hover { text-decoration: none; transform: translateY(-1px) }
.lift--mini { background: var(--bg3); color: var(--txt); border-color: var(--line); font-family: "Comfortaa", system-ui, sans-serif; font-weight: 700 }
.lift--mini:hover { background: var(--bg2); border-color: var(--copper) }
.lift--wide { padding: 15px 28px; font-size: 14px; border-radius: 10px }
.lift--fire {
  background: linear-gradient(118deg, #e08a45 0%, var(--copper-d) 100%);
  color: #160c06; border: 0;
  box-shadow: 0 12px 30px -10px rgba(208, 122, 62, .72);
}
.lift--fire:hover { box-shadow: 0 16px 38px -8px rgba(208, 122, 62, .92) }
.lift--clear { background: transparent; color: var(--txt); border-color: var(--line); font-family: "Comfortaa", system-ui, sans-serif; font-weight: 700 }
.lift--clear:hover { border-color: var(--sky); color: var(--sky) }

/* ===== AGGREGATE COUNTER STRIP (эшелон) ===== */
.altibar {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(208, 122, 62, .05), rgba(86, 194, 230, .03));
  font-size: 13px;
}
.altibar__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.altibar__cell:last-child { border-right: 0 }
.altibar__fig {
  font-family: "Krona One", "Comfortaa", system-ui, sans-serif;
  font-weight: 400; font-size: 14px; color: var(--copper);
  letter-spacing: -.1px;
}
.altibar__cap { font-size: 11px; color: var(--txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO ===== */
.ascentrow {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.ascentrow__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.3px; color: var(--copper);
  background: rgba(208, 122, 62, .08);
  border: 1px solid rgba(208, 122, 62, .26);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: "Krona One", "Comfortaa", system-ui, sans-serif;
  font-size: clamp(27px, 4vw, 44px); line-height: 1.12;
  margin: 0 0 18px; letter-spacing: -.4px; font-weight: 400;
}
.glint { color: var(--sky) }
.ascentrow__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66;
}
.ascentrow__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.ascentrow__pic { margin: 0 }
.ascentrow__pic-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--rad); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 30% 28%, rgba(208, 122, 62, .24), transparent 60%),
    radial-gradient(360px 280px at 76% 80%, rgba(86, 194, 230, .18), transparent 65%),
    linear-gradient(135deg, #0d1521 0%, #16202e 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(208, 122, 62, .4);
}
.ascentrow__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* KPI inline (барограф hero) */
.barograph {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.barograph__item { display: flex; flex-direction: column; gap: 2px }
.barograph__fig {
  font-family: "Krona One", system-ui, sans-serif;
  font-size: 23px; font-weight: 400;
  color: var(--copper); letter-spacing: -.4px;
}
.barograph__cap { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.1px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
section.ascentrow, section.envelope { padding-top: 36px }
.pennant-line {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.4px; text-transform: uppercase;
  color: var(--sky); font-weight: 700;
  margin: 0 0 10px;
}
h2 {
  font-family: "Krona One", "Comfortaa", system-ui, sans-serif;
  font-size: clamp(22px, 3vw, 33px); line-height: 1.22;
  margin: 0 0 16px; letter-spacing: -.2px; font-weight: 400;
}
h3 {
  font-family: "Krona One", "Comfortaa", system-ui, sans-serif;
  font-size: clamp(16px, 1.9vw, 20px); line-height: 1.38;
  margin: 26px 0 10px; color: var(--copper); font-weight: 400; letter-spacing: -.1px;
}
p { margin: 0 0 14px; color: var(--txt) }
.moorbrief { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 790px }

/* ===== WELCOME (envelope) ===== */
.envelope {
  background:
    radial-gradient(720px 360px at 80% 26%, rgba(86, 194, 230, .07) 0%, transparent 70%),
    rgba(18, 26, 38, .55);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  margin: 32px 22px;
  max-width: none;
}
.envelope__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.ballonet {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.ballonet:hover { border-color: var(--copper); transform: translateY(-2px) }
.ballonet::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(208, 122, 62, .07), transparent 60%);
  pointer-events: none;
}
.ballonet__step {
  font-family: "Krona One", system-ui, sans-serif;
  font-size: 10px; color: var(--sky); font-weight: 400;
  letter-spacing: 1.6px; margin-bottom: 8px; text-transform: uppercase;
}
.ballonet__pct {
  font-family: "Krona One", system-ui, sans-serif;
  font-size: 27px; font-weight: 400; line-height: 1;
  color: var(--copper); letter-spacing: -.4px;
  margin-bottom: 8px;
}
.ballonet__title { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.ballonet__sub { font-size: 13px; color: var(--txt-d); line-height: 1.52 }

/* ===== THREE STEPS (driftrow) ===== */
.driftrow__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.trimtab {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 24px;
  position: relative;
}
.trimtab__num {
  font-family: "Krona One", system-ui, sans-serif;
  position: absolute; top: 16px; right: 22px;
  font-size: 50px; font-weight: 400; line-height: 1;
  color: var(--bg3);
}
.trimtab__head {
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--copper);
}
.trimtab p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== SLOT GRID (vanecard) ===== */
.windward {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.vanecard {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.vanecard:hover {
  transform: translateY(-3px);
  border-color: var(--copper);
  box-shadow: 0 18px 36px -14px rgba(208, 122, 62, .4);
}
.vanecard__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Krona One", system-ui, sans-serif;
  font-weight: 400; font-size: 19px; color: rgba(238, 243, 248, .92);
  text-align: center; padding: 14px;
  letter-spacing: -.2px; line-height: 1.18;
  position: relative; overflow: hidden;
}
.vanecard__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.36) 100%);
  pointer-events: none;
}
.gasbag-1 { background: linear-gradient(135deg, #3a2208 0%, #d07a3e 100%) }
.gasbag-2 { background: linear-gradient(135deg, #08283a 0%, #56c2e6 100%) }
.gasbag-3 { background: linear-gradient(135deg, #2a1208 0%, #b85f28 100%) }
.gasbag-4 { background: linear-gradient(135deg, #0a2a3a 0%, #4dcad6 100%) }
.gasbag-5 { background: linear-gradient(135deg, #3a1008 0%, #ff6b5c 100%) }
.gasbag-6 { background: linear-gradient(135deg, #0e2233 0%, #6fb3e6 100%) }
.gasbag-7 { background: linear-gradient(135deg, #3a2a08 0%, #e0a045 100%); color: #160c06 }
.gasbag-8 { background: linear-gradient(135deg, #08303a 0%, #3dd6cf 100%) }
.gasbag-9 { background: linear-gradient(135deg, #2a1808 0%, #d07a3e 100%) }
.gasbag-10 { background: linear-gradient(135deg, #102538 0%, #56c2e6 100%) }
.gasbag-11 { background: linear-gradient(135deg, #3a1810 0%, #ff8a6c 100%) }
.gasbag-12 { background: linear-gradient(135deg, #0c2840 0%, #5cb0e0 100%) }

.vanecard h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 700; font-family: "Comfortaa", system-ui, sans-serif }
.vanecard p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.42 }
.rudderbtn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 13px; font-weight: 700;
  border: 1px solid var(--line); transition: all .15s;
}
.rudderbtn:hover { background: var(--copper); border-color: var(--copper); color: #160c06; text-decoration: none }

.vaneset { margin: 22px 0 0 }
.vaneset__title { font-size: 12px; color: var(--sky); margin-bottom: 10px; letter-spacing: 1.3px; text-transform: uppercase; font-weight: 700 }
.vaneset__list { display: flex; flex-wrap: wrap; gap: 8px }
.vaneset__list span {
  padding: 6px 12px;
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== LOYALTY (stratobox) ===== */
.cupola {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.moorbox-info {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 22px 24px;
  transition: border-color .2s;
}
.moorbox-info:hover { border-color: var(--sky) }
.moorbox-info__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--sky) }
.moorbox-info p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.62 }

/* VIP-эшелоны как стек ступеней */
.stratobox {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.stratobox__step {
  background: var(--bg3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.stratobox__step:nth-child(1) { transform: translateY(0) }
.stratobox__step:nth-child(2) { transform: translateY(-6px) }
.stratobox__step:nth-child(3) { transform: translateY(-13px) }
.stratobox__step:nth-child(4) { transform: translateY(-20px); border-color: var(--sky); background: var(--bg2) }
.stratobox__step:nth-child(5) { transform: translateY(-28px); border-color: var(--sky); background: var(--bg2) }
.stratobox__step:nth-child(6) { transform: translateY(-36px); border-color: var(--copper); background: linear-gradient(135deg, var(--bg2), rgba(208, 122, 62, .1)) }
.stratobox__name {
  font-family: "Krona One", system-ui, sans-serif;
  font-size: 11px; font-weight: 400; color: var(--txt);
  display: block; line-height: 1.1; margin-bottom: 5px;
}
.stratobox__cb { font-size: 11px; color: var(--txt-d) }
.stratobox__step:nth-child(6) .stratobox__name { color: var(--copper) }

/* ===== TOUR (mooring) ===== */
.mooring {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(208, 122, 62, .1) 0%, transparent 70%),
    var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.mooring__btns { margin: 22px 0 28px }
.keelrow {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.keelrow > div {
  background: var(--bg3);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.keelrow span {
  font-family: "Krona One", system-ui, sans-serif;
  font-size: 20px; font-weight: 400; color: var(--copper);
  margin-bottom: 4px; letter-spacing: -.2px;
}
.keelrow em { font-size: 14px; font-weight: 700; color: var(--txt); font-style: normal }
.keelrow i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.42 }

/* ===== LIVE GALLERY (skiff) ===== */
.driftrow--live {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.skiff {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  overflow: hidden;
  position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.skiff:hover {
  transform: translateY(-3px);
  border-color: var(--coral);
  box-shadow: 0 18px 36px -14px rgba(255, 107, 92, .4);
}
.skiff__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Krona One", system-ui, sans-serif;
  font-weight: 400; font-size: 17px; color: rgba(238, 243, 248, .94);
  padding: 12px; text-align: center; letter-spacing: -.1px;
  position: relative; overflow: hidden;
}
.skiff-c1 { background: linear-gradient(135deg, #0a2238 0%, #56c2e6 100%) }
.skiff-c2 { background: linear-gradient(135deg, #3a1008 0%, #ff6b5c 100%) }
.skiff-c3 { background: linear-gradient(135deg, #3a2208 0%, #d07a3e 100%) }
.skiff-c4 { background: linear-gradient(135deg, #08303a 0%, #3dd6cf 100%); color: #0a0d12 }
.skiff-c5 { background: linear-gradient(135deg, #2a1808 0%, #e0a045 100%); color: #0a0d12 }
.skiff-c6 { background: linear-gradient(135deg, #0c2840 0%, #6fb3e6 100%) }

.skiff__b { padding: 14px 16px 16px; position: relative }
.skiff__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.skiff__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.skiff__m { font-size: 13px; color: var(--sky); font-weight: 700; margin-bottom: 4px }
.skiff__p { font-size: 12px; color: var(--txt-dd) }
.skiff__flag {
  position: absolute; top: 12px; right: 16px;
  background: var(--coral); color: #160807;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW (windrose / aerotag headings) ===== */
.skiff-brand h3 {
  border-left: 3px solid var(--copper);
  padding-left: 14px; margin-top: 30px;
}
.skiff-brand p { color: var(--txt); line-height: 1.72 }
.pennant {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.pennant span {
  padding: 7px 13px;
  background: var(--bg2);
  border: 1px solid var(--copper);
  border-radius: 4px;
  font-size: 12px; color: var(--txt);
  letter-spacing: .4px;
}

/* ===== REVIEWS (moorbox) ===== */
.moor__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.moorbox {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.moorbox__stars { color: var(--copper); font-size: 16px; letter-spacing: 4px }
.moorbox__stars--four .vane-off { color: var(--line2); }
.moorbox__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.moorbox__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.moorbox__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--copper), var(--sky));
  border-radius: 50%; color: #0a0d12; font-weight: 700; font-size: 14px;
  flex: none;
}

/* ===== PAYMENTS (keelrow/skiff-pay) ===== */
.skiff-pay__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.moorbox-pay {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad-s);
  padding: 18px 14px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.moorbox-pay span { font-size: 15px; color: var(--txt); font-weight: 700 }
.moorbox-pay i { font-size: 11px; color: var(--txt-d); font-style: normal; text-transform: uppercase; letter-spacing: 1px }

.skiff-pay__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.skiff-pay__times > div {
  background: var(--bg3);
  border: 1px solid var(--line);
  border-radius: var(--rad-s);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.skiff-pay__times span {
  font-family: "Krona One", system-ui, sans-serif;
  font-size: 15px; color: var(--copper); font-weight: 400;
}
.skiff-pay__times i { font-size: 12px; color: var(--txt-d); font-style: normal }

/* ===== FINAL CTA (windward-final) ===== */
.windward-final {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(208, 122, 62, .15) 0%, transparent 70%),
    var(--bg2);
  border-radius: var(--rad);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.windward-final h2 { margin-bottom: 10px }
.windward-final p { color: var(--txt-d); margin-bottom: 24px }

/* ===== FAQ (aerotag) ===== */
.aerotag h2 { margin-bottom: 22px }
details {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad-s);
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .2s;
}
details[open] { border-color: var(--copper) }
summary {
  cursor: pointer; font-weight: 700; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
}
summary::-webkit-details-marker { display: none }
summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  border: 1px solid var(--line); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--copper); font-size: 15px;
  transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(135deg); border-color: var(--copper) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.66 }

/* ===== AUTHOR NOTE (skiff-note) ===== */
.skiff-note {
  max-width: 1240px; margin: 0 auto;
  padding: 8px 22px 48px;
}
.skiff-note__card {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--sky);
  border-radius: var(--rad-s);
  padding: 20px 24px;
}
.skiff-note__h { font-size: 13px; color: var(--sky); font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; margin: 0 0 10px }
.skiff-note__card p { font-size: 13px; color: var(--txt-d); line-height: 1.66; margin: 0 }

/* ===== FOOTER (pennant-foot) ===== */
.pennant-foot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(11, 17, 26, .6);
}
.pennant-foot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.pennant-foot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.66 }
.pennant-foot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.pennant-foot__logo span { display: flex; flex-direction: column; line-height: 1.15 }
.pennant-foot__logo span span:first-child { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px }
.pennant-foot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.66 }
.pennant-foot__legal span { color: var(--copper) }
.pennant-foot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.pennant-foot__col h4 {
  font-family: "Krona One", system-ui, sans-serif;
  font-size: 11px; color: var(--sky); font-weight: 400;
  text-transform: uppercase; letter-spacing: 1.4px;
  margin: 0 0 12px;
}
.pennant-foot__col ul { list-style: none; padding: 0; margin: 0 }
.pennant-foot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.pennant-foot__col li:hover { color: var(--txt) }
.pennant-foot__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 22px;
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--txt-dd);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .envelope__grid { grid-template-columns: repeat(2, 1fr) }
}
@media (max-width: 1024px) {
  .skiff-pay__grid { grid-template-columns: repeat(3, 1fr) }
  .keelrow { grid-template-columns: repeat(2, 1fr) }
  .moor__grid { grid-template-columns: 1fr }
  .pennant-foot__top { grid-template-columns: 1fr }
  .altibar { grid-template-columns: repeat(3, 1fr) }
  .altibar__cell:nth-child(4), .altibar__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .stratobox { grid-template-columns: repeat(3, 1fr) }
  .stratobox__step { transform: none !important }
}

@media (max-width: 880px) {
  .ascentrow { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .ascentrow__pic { order: -1 }
  .ventrow { display: none }
  .gondbar { padding: 11px 14px }
  section { padding: 36px 16px }
  .envelope, .mooring, .windward-final { padding: 36px 18px; margin: 22px 14px }
  .driftrow__grid { grid-template-columns: 1fr }
  .cupola { grid-template-columns: 1fr }
  .pennant-foot__top { padding: 30px 16px 22px; gap: 22px }
  .pennant-foot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .altibar { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .altibar__cell { padding: 4px 10px }
  .skiff-pay__times { grid-template-columns: 1fr }
  .barograph { grid-template-columns: repeat(2, 1fr) }
  .envelope__grid { grid-template-columns: 1fr }
}

@media (max-width: 480px) {
  .windward { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .driftrow--live { grid-template-columns: 1fr }
  .vanecard h3 { font-size: 13px }
  .vanecard p { font-size: 11px }
  .vanecard__cover { font-size: 15px }
  .ascentrow__btns { flex-direction: column; align-items: stretch }
  .lift--wide { width: 100% }
  .skiff-pay__grid { grid-template-columns: repeat(2, 1fr) }
  .keelrow { grid-template-columns: 1fr }
  .pennant-foot__cols { grid-template-columns: 1fr }
  .stratobox { grid-template-columns: repeat(2, 1fr) }
}
