/* =========================================================================
   Spin Axis Lab — design system
   Emerald Coast palette: deep emerald ink, white-sand base, sunset-coral
   accent. Big Caslon-led display serif paired with an Optima-led humanist
   body sans for an upscale coastal-clubhouse feel. Circular "axis dial"
   gauges and soft shell-shaped cards replace the gauge-ring / clipped-corner
   motifs used elsewhere. Hand-written, no framework, no CDN.
   Class prefix: sxl-
   ========================================================================= */

:root {
  --sxl-emerald-950: #071e17;
  --sxl-emerald-900: #0b2b21;
  --sxl-emerald-800: #113a2c;
  --sxl-emerald-700: #175038;
  --sxl-emerald-600: #1f6b49;
  --sxl-emerald-500: #2c8760;
  --sxl-emerald-400: #3fa878;

  --sxl-seafoam: #8fd6b8;
  --sxl-seafoam-light: #c7ecd9;

  --sxl-sand: #f4ecd7;
  --sxl-sand-deep: #e7d9b8;
  --sxl-shell: #fffaf0;

  --sxl-coral: #de6b45;
  --sxl-coral-light: #f0a482;
  --sxl-coral-dark: #b84f30;

  --sxl-ink: #142720;
  --sxl-ink-soft: #47594f;
  --sxl-ink-faint: #6f8177;

  --sxl-line: rgba(20, 39, 32, 0.14);
  --sxl-line-light: rgba(255, 250, 240, 0.22);

  --sxl-font-display: "Big Caslon", "Big Caslon Medium", "Didot", "Bodoni MT", Georgia, serif;
  --sxl-font-body: "Optima", "Candara", "Segoe UI", -apple-system, sans-serif;
  --sxl-font-data: "Consolas", "SF Mono", Menlo, monospace;

  --sxl-wrap: 1180px;
  --sxl-radius: 22px;
  --sxl-radius-sm: 12px;
  --sxl-pill: 999px;
  --sxl-shadow-sm: 0 8px 22px -12px rgba(7, 30, 23, 0.32);
  --sxl-shadow-md: 0 24px 50px -22px rgba(7, 30, 23, 0.38);
  --sxl-ease: 280ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body, h1, h2, h3, h4, p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: none; color: inherit; }
input, select, textarea { font: inherit; color: inherit; }
table { border-collapse: collapse; width: 100%; }

body.sxl-body {
  font-family: var(--sxl-font-body);
  color: var(--sxl-ink-soft);
  background: var(--sxl-sand);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--sxl-font-display); color: var(--sxl-ink); line-height: 1.16; font-weight: 700; }
h1 { font-size: clamp(2.3rem, 4.6vw, 3.5rem); }
h2 { font-size: clamp(1.7rem, 2.9vw, 2.35rem); }
h3 { font-size: 1.24rem; }
p { max-width: 62ch; }
p a { color: var(--sxl-emerald-600); text-decoration: underline; text-underline-offset: 2px; }

.sxl-wrap { max-width: var(--sxl-wrap); margin: 0 auto; padding: 0 28px; }
.sxl-text-center { text-align: center; }
.sxl-text-center p { margin-left: auto; margin-right: auto; }

.sxl-skip {
  position: absolute; top: -48px; left: 12px; background: var(--sxl-emerald-900); color: var(--sxl-shell);
  padding: 10px 18px; border-radius: var(--sxl-radius-sm); z-index: 999; transition: top var(--sxl-ease);
}
.sxl-skip:focus { top: 12px; }

/* ---------- Buttons ---------- */
.sxl-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 26px; border-radius: var(--sxl-pill); font-family: var(--sxl-font-body);
  font-weight: 700; font-size: 0.95rem; letter-spacing: 0.01em; transition: transform var(--sxl-ease), box-shadow var(--sxl-ease), background var(--sxl-ease), color var(--sxl-ease);
  border: 1px solid transparent;
}
.sxl-btn--coral { background: var(--sxl-coral); color: var(--sxl-shell); box-shadow: var(--sxl-shadow-sm); }
.sxl-btn--coral:hover { background: var(--sxl-coral-dark); transform: translateY(-2px); }
.sxl-btn--emerald { background: var(--sxl-emerald-800); color: var(--sxl-shell); }
.sxl-btn--emerald:hover { background: var(--sxl-emerald-700); transform: translateY(-2px); }
.sxl-btn--outline { background: transparent; color: var(--sxl-emerald-800); border-color: var(--sxl-emerald-800); }
.sxl-btn--outline:hover { background: var(--sxl-emerald-800); color: var(--sxl-shell); }
.sxl-btn--ghost-light { background: transparent; color: var(--sxl-shell); border-color: var(--sxl-line-light); }
.sxl-btn--ghost-light:hover { background: rgba(255, 250, 240, 0.12); }
.sxl-btn--block { width: 100%; }

/* ---------- Masthead ---------- */
.sxl-mast { position: sticky; top: 0; z-index: 60; background: var(--sxl-emerald-900); }
.sxl-mast__band { background: var(--sxl-emerald-950); border-bottom: 1px solid var(--sxl-line-light); }
.sxl-mast__band-inner {
  display: flex; justify-content: space-between; align-items: center; padding: 8px 28px;
  font-size: 0.78rem; color: var(--sxl-seafoam-light); letter-spacing: 0.02em;
}
.sxl-mast__band-right { display: flex; align-items: center; gap: 8px; }
.sxl-mast__band-right a { color: var(--sxl-shell); font-weight: 700; }
.sxl-mast__dot { opacity: 0.5; }
.sxl-mast__inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 28px; transition: padding var(--sxl-ease); }
.sxl-mast.is-compact .sxl-mast__inner { padding: 10px 28px; }

.sxl-brand { display: flex; align-items: center; gap: 12px; }
.sxl-brand__badge {
  width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--sxl-seafoam);
  position: relative; flex-shrink: 0; background: radial-gradient(circle at 35% 30%, var(--sxl-emerald-700), var(--sxl-emerald-950));
}
.sxl-brand__badge-axis {
  position: absolute; top: 50%; left: 50%; width: 62%; height: 2px; background: var(--sxl-coral);
  transform: translate(-50%, -50%) rotate(-22deg); border-radius: 2px;
}
.sxl-brand__badge-axis::before, .sxl-brand__badge-axis::after {
  content: ''; position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--sxl-seafoam-light);
  top: 50%; transform: translateY(-50%);
}
.sxl-brand__badge-axis::before { left: -2px; }
.sxl-brand__badge-axis::after { right: -2px; }
.sxl-brand__text { display: flex; flex-direction: column; line-height: 1.25; }
.sxl-brand__name { font-family: var(--sxl-font-display); font-weight: 700; font-size: 1.28rem; color: var(--sxl-shell); }
.sxl-brand__name--light { color: var(--sxl-shell); display: block; margin-bottom: 10px; }
.sxl-brand__tag { font-size: 0.72rem; color: var(--sxl-seafoam-light); text-transform: uppercase; letter-spacing: 0.08em; }

.sxl-burger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.sxl-burger span { width: 24px; height: 2px; background: var(--sxl-shell); border-radius: 2px; transition: transform var(--sxl-ease), opacity var(--sxl-ease); }
.sxl-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.sxl-burger.is-open span:nth-child(2) { opacity: 0; }
.sxl-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.sxl-nav { display: flex; align-items: center; gap: 26px; }
.sxl-nav__list { display: flex; gap: 22px; }
.sxl-nav__item > a { font-size: 0.92rem; color: var(--sxl-seafoam-light); font-weight: 600; padding: 6px 0; border-bottom: 2px solid transparent; transition: color var(--sxl-ease), border-color var(--sxl-ease); }
.sxl-nav__item > a:hover, .sxl-nav__item.is-here > a { color: var(--sxl-shell); border-color: var(--sxl-coral); }

@media (max-width: 960px) {
  .sxl-mast__band-inner { font-size: 0.7rem; }
  .sxl-burger { display: flex; }
  .sxl-nav {
    position: fixed; inset: 0; top: 0; background: var(--sxl-emerald-950); flex-direction: column;
    justify-content: center; align-items: stretch; padding: 40px 32px; opacity: 0; pointer-events: none;
    transform: translateY(-12px); transition: opacity var(--sxl-ease), transform var(--sxl-ease);
  }
  .sxl-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .sxl-nav__list { flex-direction: column; gap: 4px; }
  .sxl-nav__item > a { display: block; padding: 14px 4px; font-size: 1.3rem; font-family: var(--sxl-font-display); border-bottom: 1px solid var(--sxl-line-light); }
  .sxl-nav__cta { margin-top: 24px; }
  html.sxl-locked, html.sxl-locked body { overflow: hidden; }
}

/* ---------- Hero ---------- */
.sxl-hero {
  background: linear-gradient(180deg, var(--sxl-sand) 0%, var(--sxl-sand-deep) 100%);
  padding: 76px 0 96px; position: relative; overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 75% 100%, 50% 93%, 25% 100%, 0 92%);
}
.sxl-hero__grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; }
.sxl-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-size: 0.78rem; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--sxl-emerald-700); font-weight: 700; margin-bottom: 16px;
}
.sxl-hero__eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--sxl-coral); display: inline-block; }
.sxl-hero__lede { font-size: 1.14rem; margin: 20px 0 30px; color: var(--sxl-ink-soft); }
.sxl-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }

.sxl-dial-card {
  background: var(--sxl-emerald-900); border-radius: var(--sxl-radius); padding: 30px 26px;
  box-shadow: var(--sxl-shadow-md); color: var(--sxl-seafoam-light);
}
.sxl-dial-card__title { display: flex; justify-content: space-between; align-items: center; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 20px; }
.sxl-dial-card__live { color: var(--sxl-coral-light); display: flex; align-items: center; gap: 6px; font-weight: 700; }
.sxl-dial-card__live::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--sxl-coral); animation: sxl-pulse 1.6s ease-in-out infinite; }

.sxl-dial { position: relative; width: 200px; height: 200px; margin: 0 auto 18px; border-radius: 50%;
  background: conic-gradient(from 180deg,
    var(--sxl-emerald-500) 0deg 72deg,
    var(--sxl-seafoam-light) 72deg 84deg,
    var(--sxl-sand) 84deg 96deg,
    var(--sxl-coral-light) 96deg 108deg,
    var(--sxl-coral) 108deg 180deg);
}
.sxl-dial::before { content: ''; position: absolute; inset: 16px; border-radius: 50%; background: var(--sxl-emerald-900); }
.sxl-dial__needle {
  position: absolute; top: 50%; left: 50%; width: 3px; height: 42%; background: var(--sxl-shell);
  transform-origin: bottom center; transform: translate(-50%, -100%) rotate(var(--tilt, -12deg));
  border-radius: 3px 3px 0 0;
}
.sxl-dial__hub { position: absolute; top: 50%; left: 50%; width: 12px; height: 12px; background: var(--sxl-coral); border-radius: 50%; transform: translate(-50%, -50%); }
.sxl-dial__readout { position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%); text-align: center; }
.sxl-dial__readout strong { display: block; font-family: var(--sxl-font-data); font-size: 1.3rem; color: var(--sxl-shell); }
.sxl-dial__readout span { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--sxl-seafoam); }
.sxl-dial__scale { display: flex; justify-content: space-between; font-size: 0.66rem; color: var(--sxl-seafoam); padding: 0 6px; margin-bottom: 16px; }

.sxl-metric-row { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px dashed var(--sxl-line-light); font-family: var(--sxl-font-data); font-size: 0.92rem; }
.sxl-metric-row:last-child { border-bottom: none; }
.sxl-metric-row span:first-child { color: var(--sxl-seafoam-light); font-family: var(--sxl-font-body); font-size: 0.85rem; }
.sxl-metric-row span:last-child { color: var(--sxl-shell); font-weight: 700; }

@keyframes sxl-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }

@media (max-width: 900px) {
  .sxl-hero__grid { grid-template-columns: 1fr; }
  .sxl-hero { padding: 56px 0 76px; clip-path: polygon(0 0, 100% 0, 100% 96%, 50% 100%, 0 96%); }
}

/* ---------- Stats strip ---------- */
.sxl-stats { background: var(--sxl-shell); border-bottom: 1px solid var(--sxl-line); }
.sxl-stats__row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; padding: 34px 0; }
.sxl-stat { text-align: center; flex: 1; min-width: 130px; }
.sxl-stat__num { display: block; font-family: var(--sxl-font-display); font-size: 2.1rem; color: var(--sxl-emerald-700); font-weight: 700; }
.sxl-stat__label { font-size: 0.8rem; color: var(--sxl-ink-faint); text-transform: uppercase; letter-spacing: 0.05em; }

/* ---------- Sections ---------- */
.sxl-section { padding: 84px 0; }
.sxl-section--alt { background: var(--sxl-shell); }
.sxl-section--dark { background: var(--sxl-emerald-900); color: var(--sxl-seafoam-light); }
.sxl-section--dark h2, .sxl-section--dark h3 { color: var(--sxl-shell); }
.sxl-section__head { max-width: 680px; margin: 0 auto 44px; text-align: center; }
.sxl-section__head.sxl-align-left { margin-left: 0; text-align: left; }
.sxl-eyebrow { display: inline-block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--sxl-coral-dark); font-weight: 700; margin-bottom: 10px; }
.sxl-section--dark .sxl-eyebrow { color: var(--sxl-coral-light); }
.sxl-lede { font-size: 1.06rem; margin: 14px auto 0; }
.sxl-section__head .sxl-lede { margin-left: auto; margin-right: auto; }

.sxl-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
@media (max-width: 860px) { .sxl-two-col { grid-template-columns: 1fr; } }

.sxl-grid { display: grid; gap: 26px; }
.sxl-grid--2 { grid-template-columns: repeat(2, 1fr); }
.sxl-grid--3 { grid-template-columns: repeat(3, 1fr); }
.sxl-grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .sxl-grid--3, .sxl-grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .sxl-grid--2, .sxl-grid--3, .sxl-grid--4 { grid-template-columns: 1fr; } }

/* ---------- Rise-in gating: hidden only while .js-on is on <html>. If JS
   fails to run, .js-on never lands and everything stays visible. -------- */
.js-on .sxl-rise { opacity: 0; transform: translateY(20px); transition: opacity 620ms ease, transform 620ms ease; }
.js-on .sxl-rise.is-shown { opacity: 1; transform: none; }

/* ---------- Card ---------- */
.sxl-card {
  background: var(--sxl-shell); border-radius: var(--sxl-radius); padding: 30px 28px; border: 1px solid var(--sxl-line);
  box-shadow: var(--sxl-shadow-sm); transition: transform var(--sxl-ease), box-shadow var(--sxl-ease);
}
.sxl-card:hover { transform: translateY(-4px); box-shadow: var(--sxl-shadow-md); }
.sxl-section--alt .sxl-card, .sxl-section--dark .sxl-card { background: var(--sxl-sand); }
.sxl-section--dark .sxl-card { background: var(--sxl-emerald-800); border-color: var(--sxl-line-light); }
.sxl-section--dark .sxl-card p { color: var(--sxl-seafoam-light); }
.sxl-card h3 { margin-bottom: 10px; }
.sxl-card p { margin: 0; }
.sxl-card__icon {
  width: 44px; height: 44px; border-radius: 50%; background: var(--sxl-emerald-800); color: var(--sxl-shell);
  display: flex; align-items: center; justify-content: center; font-family: var(--sxl-font-display); font-weight: 700;
  margin-bottom: 16px; font-size: 1.1rem;
}
.sxl-card__link { display: inline-block; margin-top: 12px; color: var(--sxl-coral-dark); font-weight: 700; font-size: 0.9rem; border-bottom: 1px solid transparent; transition: border-color var(--sxl-ease); }
.sxl-card__link:hover { border-color: var(--sxl-coral-dark); }

/* ---------- Axis explainer steps ---------- */
.sxl-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: sxl-step; }
.sxl-step { position: relative; padding: 30px 24px 24px; background: var(--sxl-shell); border-radius: var(--sxl-radius); border: 1px solid var(--sxl-line); }
.sxl-step__num { counter-increment: sxl-step; display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: var(--sxl-coral); color: var(--sxl-shell); font-family: var(--sxl-font-display); font-weight: 700; margin-bottom: 14px; }
.sxl-step__num::before { content: counter(sxl-step); }
@media (max-width: 900px) { .sxl-steps { grid-template-columns: 1fr; } }

/* ---------- Comparison bars ---------- */
.sxl-bars { display: flex; flex-direction: column; gap: 18px; }
.sxl-bar-row__label { display: flex; justify-content: space-between; font-size: 0.88rem; margin-bottom: 7px; }
.sxl-bar-track { height: 10px; border-radius: var(--sxl-pill); background: var(--sxl-sand-deep); overflow: hidden; }
.sxl-section--dark .sxl-bar-track { background: rgba(255, 250, 240, 0.14); }
.sxl-bar-fill { height: 100%; border-radius: var(--sxl-pill); background: linear-gradient(90deg, var(--sxl-emerald-500), var(--sxl-seafoam)); }
.sxl-bar-fill--coral { background: linear-gradient(90deg, var(--sxl-coral-dark), var(--sxl-coral)); }

/* ---------- Timeline (process) ---------- */
.sxl-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; position: relative; }
.sxl-timeline::before { content: ''; position: absolute; top: 18px; left: 6%; right: 6%; height: 2px; background: repeating-linear-gradient(90deg, var(--sxl-emerald-400) 0 10px, transparent 10px 18px); }
.sxl-timeline__item { position: relative; text-align: left; }
.sxl-timeline__num { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: var(--sxl-emerald-800); color: var(--sxl-shell); font-family: var(--sxl-font-display); font-weight: 700; margin-bottom: 16px; position: relative; z-index: 1; counter-increment: sxl-tl; }
.sxl-timeline { counter-reset: sxl-tl; }
.sxl-timeline__num::before { content: counter(sxl-tl); }
@media (max-width: 900px) { .sxl-timeline { grid-template-columns: repeat(2, 1fr); } .sxl-timeline::before { display: none; } }
@media (max-width: 560px) { .sxl-timeline { grid-template-columns: 1fr; } }

/* ---------- Testimonials ---------- */
.sxl-testimonial { background: var(--sxl-shell); border-radius: var(--sxl-radius); padding: 28px; border: 1px solid var(--sxl-line); }
.sxl-stars { color: var(--sxl-coral); letter-spacing: 2px; font-size: 0.95rem; display: block; margin-bottom: 12px; }
.sxl-testimonial p { font-size: 0.98rem; }
.sxl-testimonial__author { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.sxl-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--sxl-emerald-700); color: var(--sxl-shell); display: flex; align-items: center; justify-content: center; font-weight: 700; font-family: var(--sxl-font-display); font-size: 0.85rem; }
.sxl-testimonial__author strong { display: block; font-size: 0.92rem; }
.sxl-testimonial__author span { font-size: 0.78rem; color: var(--sxl-ink-faint); }

/* ---------- Brand tiles ---------- */
.sxl-brand-tile { background: var(--sxl-shell); border: 1px solid var(--sxl-line); border-radius: var(--sxl-radius-sm); padding: 22px; text-align: center; }
.sxl-brand-tile__mark { width: 42px; height: 42px; border-radius: 50%; background: var(--sxl-sand-deep); color: var(--sxl-emerald-800); display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; font-family: var(--sxl-font-display); font-weight: 700; }
.sxl-brand-tile strong { display: block; margin-bottom: 4px; }
.sxl-brand-tile span { font-size: 0.8rem; color: var(--sxl-ink-faint); }

/* ---------- CTA band ---------- */
.sxl-cta { background: var(--sxl-emerald-950); color: var(--sxl-seafoam-light); padding: 78px 0; text-align: center; position: relative; overflow: hidden; }
.sxl-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% -10%, rgba(143, 214, 184, 0.16), transparent 60%); }
.sxl-cta__inner { position: relative; max-width: 640px; margin: 0 auto; }
.sxl-cta h2 { color: var(--sxl-shell); margin-bottom: 14px; }
.sxl-cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }

/* ---------- Page header (interior pages) ---------- */
.sxl-page-header { background: linear-gradient(180deg, var(--sxl-sand-deep), var(--sxl-sand)); padding: 60px 0 54px; }
.sxl-breadcrumb { display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--sxl-coral-dark); font-weight: 700; margin-bottom: 12px; }
.sxl-page-header h1 { margin-bottom: 14px; }
.sxl-page-header .sxl-lede { max-width: 640px; }

/* ---------- Pricing ---------- */
.sxl-pricing-card { text-align: left; }
.sxl-pricing-card--featured { border: 2px solid var(--sxl-coral); position: relative; }
.sxl-pricing-card--featured::before { content: 'Most Booked'; position: absolute; top: -13px; right: 22px; background: var(--sxl-coral); color: var(--sxl-shell); font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 700; padding: 5px 12px; border-radius: var(--sxl-pill); }
.sxl-price { font-family: var(--sxl-font-display); font-size: 2.3rem; font-weight: 700; color: var(--sxl-emerald-700); margin: 12px 0 6px; }
.sxl-price span { font-size: 0.85rem; font-weight: 400; color: var(--sxl-ink-faint); font-family: var(--sxl-font-body); }
.sxl-pricing-card ul { margin: 16px 0 22px; display: flex; flex-direction: column; gap: 8px; }
.sxl-pricing-card ul li { font-size: 0.9rem; padding-left: 20px; position: relative; }
.sxl-pricing-card ul li::before { content: '\2713'; position: absolute; left: 0; color: var(--sxl-emerald-500); font-weight: 700; }

/* ---------- Table ---------- */
.sxl-table-wrap { overflow-x: auto; border-radius: var(--sxl-radius-sm); border: 1px solid var(--sxl-line); }
.sxl-table { background: var(--sxl-shell); }
.sxl-table th, .sxl-table td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--sxl-line); }
.sxl-table thead th { background: var(--sxl-emerald-900); color: var(--sxl-shell); font-family: var(--sxl-font-display); font-weight: 700; font-size: 0.9rem; }
.sxl-table tbody tr:last-child td { border-bottom: none; }
.sxl-table tbody tr:nth-child(even) { background: var(--sxl-sand); }

/* ---------- FAQ ---------- */
.sxl-faq-item { background: var(--sxl-shell); border: 1px solid var(--sxl-line); border-radius: var(--sxl-radius-sm); padding: 18px 22px; margin-bottom: 14px; }
.sxl-faq-item summary { font-family: var(--sxl-font-display); font-weight: 700; font-size: 1.04rem; cursor: pointer; color: var(--sxl-ink); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.sxl-faq-item summary::-webkit-details-marker { display: none; }
.sxl-faq-item summary::after { content: '+'; font-size: 1.4rem; color: var(--sxl-coral); flex-shrink: 0; transition: transform var(--sxl-ease); }
.sxl-faq-item[open] summary::after { transform: rotate(45deg); }
.sxl-faq-item p { margin-top: 12px; font-size: 0.95rem; max-width: none; }

/* ---------- Forms ---------- */
.sxl-form-card { background: var(--sxl-shell); border-radius: var(--sxl-radius); padding: 32px; border: 1px solid var(--sxl-line); }
.sxl-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sxl-form-field { margin-bottom: 18px; }
.sxl-form-field label { display: block; font-size: 0.85rem; font-weight: 700; margin-bottom: 6px; color: var(--sxl-ink); }
.sxl-form-field input, .sxl-form-field select, .sxl-form-field textarea {
  width: 100%; padding: 12px 14px; border-radius: var(--sxl-radius-sm); border: 1px solid var(--sxl-line);
  background: var(--sxl-sand); font-size: 0.95rem; transition: border-color var(--sxl-ease);
}
.sxl-form-field input:focus, .sxl-form-field select:focus, .sxl-form-field textarea:focus { outline: none; border-color: var(--sxl-emerald-500); }
.sxl-form-note { font-size: 0.82rem; color: var(--sxl-ink-faint); }
@media (max-width: 620px) { .sxl-form-row { grid-template-columns: 1fr; } }

/* ---------- Check list ---------- */
.sxl-check-list { display: flex; flex-direction: column; gap: 12px; margin: 20px 0; }
.sxl-check-list li { padding-left: 30px; position: relative; font-size: 0.96rem; }
.sxl-check-list li::before {
  content: '\2713'; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 50%;
  background: var(--sxl-emerald-600); color: var(--sxl-shell); font-size: 0.7rem; display: flex; align-items: center; justify-content: center;
}

/* ---------- Locate panel ---------- */
.sxl-locate { position: relative; height: 220px; border-radius: var(--sxl-radius); overflow: hidden; background: var(--sxl-emerald-900); }
.sxl-locate--lg { height: 280px; }
.sxl-locate__grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(143, 214, 184, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(143, 214, 184, 0.12) 1px, transparent 1px); background-size: 26px 26px; }
.sxl-locate__pin { position: absolute; top: 50%; left: 50%; width: 16px; height: 16px; border-radius: 50%; background: var(--sxl-coral); transform: translate(-50%, -50%); box-shadow: 0 0 0 8px rgba(222, 107, 69, 0.25); }
.sxl-locate__label { position: absolute; top: 14px; left: 18px; color: var(--sxl-shell); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; font-family: var(--sxl-font-display); }
.sxl-locate__coords { position: absolute; bottom: 14px; right: 18px; color: var(--sxl-seafoam-light); font-size: 0.7rem; font-family: var(--sxl-font-data); }

/* ---------- Team ---------- */
.sxl-team-card { text-align: left; }
.sxl-team-photo { width: 56px; height: 56px; border-radius: 50%; background: var(--sxl-emerald-800); color: var(--sxl-shell); display: flex; align-items: center; justify-content: center; font-family: var(--sxl-font-display); font-weight: 700; margin-bottom: 14px; }
.sxl-team-role { display: block; font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--sxl-coral-dark); font-weight: 700; margin-bottom: 8px; }

/* ---------- Chips / hours ---------- */
.sxl-chip { border: 1px solid var(--sxl-line-light); padding: 7px 14px; border-radius: var(--sxl-pill); font-size: 0.74rem; color: var(--sxl-seafoam-light); display: inline-block; }
.sxl-hours { display: flex; flex-direction: column; gap: 2px; }
.sxl-hours li { display: flex; justify-content: space-between; font-size: 0.88rem; padding: 6px 0; border-bottom: 1px solid var(--sxl-line); }
.sxl-section--dark .sxl-hours li, .sxl-footer .sxl-hours li { border-color: var(--sxl-line-light); }
.sxl-hours li span:first-child { color: var(--sxl-ink-faint); }
.sxl-footer .sxl-hours li span:first-child { color: var(--sxl-seafoam-light); }

/* ---------- Blog ---------- */
.sxl-post-meta { display: block; font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--sxl-coral-dark); font-weight: 700; margin-bottom: 10px; }
.sxl-article { max-width: 720px; margin: 0 auto; }
.sxl-article h2 { margin-top: 42px; margin-bottom: 14px; }
.sxl-article p { max-width: none; margin-bottom: 18px; font-size: 1.02rem; }
.sxl-article blockquote {
  border-left: 3px solid var(--sxl-coral); padding: 4px 0 4px 22px; margin: 28px 0; font-family: var(--sxl-font-display);
  font-style: italic; font-size: 1.14rem; color: var(--sxl-ink);
}
.sxl-article-header { max-width: 720px; margin: 0 auto; }

/* ---------- 404 ---------- */
.sxl-error { text-align: center; padding: 96px 0; }
.sxl-error-code { font-family: var(--sxl-font-display); font-size: 5.6rem; color: var(--sxl-coral); font-weight: 700; line-height: 1; display: block; margin-bottom: 18px; }

/* ---------- Footer ---------- */
.sxl-footer { background: var(--sxl-emerald-950); color: var(--sxl-seafoam-light); padding-top: 60px; }
.sxl-footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid var(--sxl-line-light); }
.sxl-footer__col h3 { color: var(--sxl-shell); font-size: 0.84rem; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 18px; font-family: var(--sxl-font-display); }
.sxl-footer__col p { font-size: 0.92rem; }
.sxl-footer__col address { font-style: normal; font-size: 0.92rem; margin-bottom: 10px; }
.sxl-footer__col a { display: block; margin-bottom: 6px; font-size: 0.92rem; }
.sxl-footer__links li { margin-bottom: 8px; font-size: 0.92rem; }
.sxl-footer__badges { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 18px; }
.sxl-footer__bottom-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 0.78rem; padding: 22px 0; }
@media (max-width: 900px) { .sxl-footer__top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .sxl-footer__top { grid-template-columns: 1fr; } }

/* ---------- Responsive section padding ---------- */
@media (max-width: 640px) {
  .sxl-section { padding: 60px 0; }
  .sxl-wrap { padding: 0 20px; }
}
