/* ============================================================
   subpage.css — shared & vision-specific styles for /akcs-*.html
   ============================================================ */

/* ─────── shared subpage hero ─────── */
.sp-hero {
  background: var(--ink-1000);
  color: var(--fg-inverse);
  padding: 140px 0 100px;
  position: relative; overflow: hidden;
  isolation: isolate;
}
.sp-hero::before {
  content: ""; position: absolute;
  top: -10%; left: 50%; transform: translateX(-50%);
  width: 1400px; height: 800px;
  background:
    radial-gradient(ellipse 50% 60% at 50% 30%, rgba(124,76,138,0.24) 0%, transparent 60%);
  pointer-events: none; z-index: 0;
}
.sp-hero .container { position: relative; z-index: 2; }

.sp-crumb {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: 12px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(246,241,247,0.5);
  margin-bottom: 28px;
}
.sp-crumb a {
  color: rgba(246,241,247,0.8); transition: color 200ms;
}
.sp-crumb a:hover { color: white; }
.sp-crumb i { font-size: 11px; color: rgba(246,241,247,0.4); }

.sp-hero-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .sp-hero-row { grid-template-columns: 1fr; gap: 48px; }
}

.sp-hero h1 {
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 700; letter-spacing: -0.04em; line-height: 0.97;
  margin: 16px 0 28px;
  text-wrap: balance;
}
.sp-hero h1 .accent {
  font-family: var(--font-serif); font-style: italic;
  color: var(--brand-300); font-weight: 400;
  letter-spacing: -0.025em;
}
.sp-hero .lede {
  font-size: 18px; line-height: 1.55;
  color: rgba(246,241,247,0.72);
  max-width: 50ch; margin: 0 0 32px;
}

/* gate hero badge (visitor pass mock) */
.sp-hero-badge {
  display: flex; align-items: center; justify-content: center;
}
.sp-badge {
  width: 100%; max-width: 380px;
  background:
    radial-gradient(ellipse 80% 60% at 100% 100%, rgba(124,76,138,0.45) 0%, transparent 65%),
    linear-gradient(135deg, #2a1c30 0%, #0e0a13 100%);
  border-radius: 24px;
  padding: 32px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 60px 120px -30px rgba(75,46,80,0.4);
  position: relative;
  transform: rotate(2deg);
  transition: transform 400ms cubic-bezier(0.22,1,0.36,1);
}
.sp-badge:hover { transform: rotate(0); }
.sp-badge-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.sp-badge-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(16,185,129,0.18); color: var(--emerald);
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.12em;
}
.sp-badge-pill .dot { width: 5px; height: 5px; border-radius: 999px; background: var(--emerald); animation: pulse 1.4s ease-in-out infinite; }
.sp-badge-meta { font-family: var(--font-mono); font-size: 11px; color: rgba(255,255,255,0.4); letter-spacing: 0.06em; }
.sp-badge-name {
  font-size: 36px; font-weight: 700; letter-spacing: -0.025em;
  color: white;
}
.sp-badge-sub {
  font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 4px;
}
.sp-badge-code {
  display: flex; gap: 8px; margin: 24px 0 18px;
}
.sp-badge-code span {
  width: 38px; height: 46px; border-radius: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  display: grid; place-items: center;
  font-family: var(--font-mono); font-size: 22px;
  font-weight: 700; color: white;
}
.sp-badge-foot {
  font-family: var(--font-mono); font-size: 11px;
  color: rgba(255,255,255,0.45); letter-spacing: 0.08em;
}

/* vision hero camera */
.sp-vision-cam { max-width: 540px; }
.vh-cam {
  aspect-ratio: 16/10;
  box-shadow: 0 60px 120px -30px rgba(0,0,0,0.7), 0 0 0 8px rgba(255,255,255,0.03);
  transform: perspective(1200px) rotateY(-6deg) rotateX(2deg);
  transition: transform 400ms cubic-bezier(0.22,1,0.36,1);
}
.vh-cam:hover { transform: perspective(1200px) rotateY(0) rotateX(0); }

/* ─────── VISION: pillars ─────── */
.vh-pillars {
  background: var(--ink-1000);
  color: var(--fg-inverse);
  padding: 120px 0;
  position: relative; overflow: hidden;
}
.vh-pillars::before {
  content: ""; position: absolute;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(124,76,138,0.18) 0%, transparent 60%);
  top: -100px; right: -100px;
  pointer-events: none;
}
.vh-pillars .head { max-width: 720px; margin-bottom: 64px; position: relative; }
.vh-pillars h2 {
  font-size: clamp(38px, 4.8vw, 64px);
  font-weight: 700; letter-spacing: -0.04em; line-height: 1.02;
  margin: 14px 0; color: white;
}
.vh-pillars h2 .accent {
  font-family: var(--font-serif); font-style: italic;
  color: var(--brand-300); font-weight: 400;
}
.vh-pillar-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  position: relative;
}
@media (max-width: 900px) {
  .vh-pillar-grid { grid-template-columns: 1fr; }
}
.vh-pillar {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 32px 28px;
  transition: all 280ms cubic-bezier(0.22,1,0.36,1);
}
.vh-pillar:hover {
  transform: translateY(-4px);
  border-color: rgba(184,155,191,0.3);
  box-shadow: 0 30px 60px -20px rgba(75,46,80,0.4);
}
.vh-pillar-ic {
  width: 56px; height: 56px; border-radius: 16px;
  background: linear-gradient(135deg, rgba(124,76,138,0.3), rgba(75,46,80,0.15));
  display: grid; place-items: center;
  font-size: 28px; color: var(--brand-300);
  margin-bottom: 24px;
}
.vh-pillar h3 {
  font-size: 22px; font-weight: 600; letter-spacing: -0.02em;
  color: white; margin: 0 0 12px;
}
.vh-pillar p {
  font-size: 14.5px; line-height: 1.6;
  color: rgba(246,241,247,0.6); margin: 0;
}

/* ─────── VISION: detections grid ─────── */
.vh-detect {
  background: var(--paper-canvas);
  padding: 140px 0;
}
.vh-detect .head { max-width: 760px; margin-bottom: 64px; }
.vh-detect h2 {
  font-size: clamp(40px, 5.2vw, 72px);
  font-weight: 700; letter-spacing: -0.04em; line-height: 0.98;
  margin: 14px 0 16px;
}
.vh-detect h2 .accent {
  font-family: var(--font-serif); font-style: italic;
  color: var(--brand-700); font-weight: 400;
}
.vh-detect .lede {
  font-size: 17px; color: var(--fg-3); line-height: 1.55;
  max-width: 56ch;
}
.vh-detect-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
@media (max-width: 1024px) {
  .vh-detect-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .vh-detect-grid { grid-template-columns: 1fr; }
}

.vh-detect-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px;
  position: relative; overflow: hidden;
  transition: all 280ms cubic-bezier(0.22,1,0.36,1);
}
.vh-detect-card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px; background: var(--tint-color, var(--brand-700));
}
.vh-detect-card.tint-red    { --tint-color: var(--red); }
.vh-detect-card.tint-amber  { --tint-color: var(--amber); }
.vh-detect-card.tint-emerald{ --tint-color: var(--emerald); }
.vh-detect-card.tint-violet { --tint-color: var(--violet); }
.vh-detect-card.tint-indigo { --tint-color: var(--indigo); }

.vh-detect-card:hover {
  transform: translateY(-4px);
  border-color: var(--tint-color);
  box-shadow: 0 30px 60px -20px rgba(15,23,42,0.16);
}
.vh-dc-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 20px;
}
.vh-dc-ic {
  width: 48px; height: 48px; border-radius: 14px;
  background: color-mix(in srgb, var(--tint-color) 14%, white);
  color: var(--tint-color);
  display: grid; place-items: center;
  font-size: 24px;
}
.vh-dc-tag {
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.18em; font-weight: 700;
  color: var(--tint-color);
  padding: 4px 10px;
  background: color-mix(in srgb, var(--tint-color) 10%, white);
  border-radius: 999px;
}
.vh-detect-card h3 {
  font-size: 22px; font-weight: 600; letter-spacing: -0.02em;
  margin: 0 0 10px; color: var(--fg-1);
}
.vh-detect-card > p {
  font-size: 14px; line-height: 1.55;
  color: var(--fg-3); margin: 0 0 22px;
}
.vh-dc-examples {
  border-top: 1px dashed var(--border);
  padding-top: 16px;
  display: grid; gap: 8px;
}
.vh-dc-ex-label {
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--fg-4); margin-bottom: 4px;
}
.vh-dc-ex {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: var(--fg-2);
  font-family: var(--font-mono); letter-spacing: 0.01em;
}
.vh-dc-ex .dot {
  width: 5px; height: 5px; border-radius: 999px;
  background: var(--tint-color);
}

/* ─────── VISION: deployments (industrial + residential) ─────── */
.vh-deploy {
  background: var(--ink-1000);
  color: var(--fg-inverse);
  padding: 140px 0;
  position: relative; overflow: hidden;
}
.vh-deploy::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 0% 30%, rgba(75,46,80,0.18) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 100% 80%, rgba(124,76,138,0.15) 0%, transparent 60%);
  pointer-events: none;
}
.vh-deploy .container { position: relative; z-index: 2; }
.vh-deploy .head { max-width: 780px; margin-bottom: 56px; }
.vh-deploy h2 {
  font-size: clamp(36px, 4.6vw, 60px);
  font-weight: 700; letter-spacing: -0.035em; line-height: 1.02;
  margin: 14px 0 0; color: white;
}
.vh-deploy h2 .accent {
  font-family: var(--font-serif); font-style: italic;
  color: var(--brand-300); font-weight: 400;
}
.vh-deploy-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
}
@media (max-width: 900px) {
  .vh-deploy-grid { grid-template-columns: 1fr; }
}
.vh-deploy-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 40px;
  transition: all 280ms cubic-bezier(0.22,1,0.36,1);
  position: relative; overflow: hidden;
}
.vh-deploy-card:hover {
  transform: translateY(-4px);
  border-color: rgba(184,155,191,0.3);
}
.vh-deploy-tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px;
  background: rgba(184,155,191,0.12);
  color: var(--brand-300);
  border-radius: 999px;
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 24px;
}
.vh-deploy-card h3 {
  font-size: 30px; font-weight: 700; letter-spacing: -0.025em;
  color: white; margin: 0 0 24px; line-height: 1.05;
}
.vh-deploy-card ul {
  list-style: none; padding: 0; margin: 0 0 32px;
  display: grid; gap: 12px;
}
.vh-deploy-card ul li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 15px; line-height: 1.5;
  color: rgba(246,241,247,0.78);
}
.vh-deploy-card ul li i {
  color: var(--brand-300); font-size: 18px; margin-top: 2px; flex: none;
}
.vh-deploy-foot {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.vh-deploy-foot strong {
  display: block; font-size: 15px; font-weight: 600; color: white;
}
.vh-deploy-foot span {
  display: block; font-family: var(--font-mono); font-size: 12px;
  color: rgba(246,241,247,0.5); margin-top: 4px;
  letter-spacing: 0.04em;
}

/* ─────── Closing CTA ─────── */
.vh-cta {
  background: var(--paper-canvas);
  padding: 140px 0;
  text-align: center;
}
.vh-cta h2 {
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 700; letter-spacing: -0.04em; line-height: 1.02;
  margin: 0 0 18px;
}
.vh-cta h2 .accent {
  font-family: var(--font-serif); font-style: italic;
  color: var(--brand-700); font-weight: 400;
}
.vh-cta p {
  font-size: 19px; color: var(--fg-3);
  margin: 0 0 32px;
}
.vh-cta .hero-ctas { justify-content: center; }


/* same fix applies on subpages — all italic accents */
h1 .accent,
h2 .accent,
h3 .accent {
  display: inline-block;
  line-height: 1.15;
  padding-bottom: 0.18em;
  vertical-align: baseline;
}


/* ============================================================
   GateHowItWorks — alternating 3-step flow on /akcs-gate.html
   ============================================================ */
.gw-how {
  background: var(--ink-1000);
  color: var(--fg-inverse);
  padding: 140px 0 120px;
  position: relative; overflow: hidden;
}
.gw-how::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 100% 10%, rgba(124,76,138,0.18) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 0% 90%, rgba(75,46,80,0.18) 0%, transparent 60%);
  pointer-events: none;
}
.gw-how .container { position: relative; z-index: 2; }
.gw-how .head { max-width: 760px; margin-bottom: 80px; }
.gw-how h2 {
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 700; letter-spacing: -0.04em; line-height: 1.0;
  margin: 14px 0 16px; color: white;
}
.gw-how h2 .accent {
  font-family: var(--font-serif); font-style: italic;
  color: var(--brand-300); font-weight: 400;
}
.gw-how .lede {
  font-size: 18px; line-height: 1.55;
  color: rgba(246,241,247,0.65);
  max-width: 60ch;
}

.gw-steps {
  display: grid; gap: 64px;
}
.gw-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 80px;
  align-items: center;
  padding: 32px 0;
}
.gw-step.gw-step-reverse { direction: rtl; }
.gw-step.gw-step-reverse > * { direction: ltr; }

@media (max-width: 960px) {
  .gw-step { grid-template-columns: 1fr; gap: 32px; }
  .gw-step.gw-step-reverse { direction: ltr; }
}

.gw-step-text { min-width: 0; position: relative; }
.gw-step-num {
  font-family: var(--font-mono);
  font-size: 88px; font-weight: 600; line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, rgba(184,155,191,0.4), rgba(184,155,191,0.05));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
  user-select: none;
}
.gw-step-eyebrow {
  font-family: var(--font-mono); font-size: 12px; font-weight: 500;
  letter-spacing: 0.18em; color: var(--brand-300);
  margin-bottom: 18px;
}
.gw-step h3 {
  font-size: clamp(36px, 4.6vw, 60px);
  font-weight: 700; letter-spacing: -0.04em; line-height: 1.0;
  margin: 0 0 18px; color: white;
}
.gw-step h3 .accent {
  font-family: var(--font-serif); font-style: italic;
  color: var(--brand-300); font-weight: 400;
}
.gw-step p {
  font-size: 17px; line-height: 1.6;
  color: rgba(246,241,247,0.65);
  max-width: 50ch;
}

.gw-step-visual {
  min-width: 0;
  display: flex; align-items: center; justify-content: center;
}

/* shared visual card shell */
.gw-card {
  width: 100%; max-width: 520px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 22px;
  box-shadow:
    0 60px 120px -40px rgba(0,0,0,0.65),
    inset 0 1px 0 rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
}

/* ── arrival visual ── */
.gw-arrive-cam {
  aspect-ratio: 16/10;
  background: linear-gradient(180deg, #15101a 0%, #08060a 100%);
  border-radius: 14px;
  position: relative; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}
.gw-arrive-target {
  position: absolute; top: 22%; left: 38%; width: 24%;
  display: flex; flex-direction: column; align-items: center;
}
.gw-arrive-target-box {
  width: 100%; aspect-ratio: 1/1;
  border: 1.5px solid var(--emerald);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.4), 0 0 22px -4px var(--emerald);
  position: relative;
  animation: target-pulse 2.2s ease-in-out infinite;
}
.gw-arrive-target-box::before,
.gw-arrive-target-box::after {
  content: ""; position: absolute; background: var(--emerald);
}
.gw-arrive-target-box::before { top: -1px; left: 30%; right: 30%; height: 2px; }
.gw-arrive-target-box::after  { bottom: -1px; left: 30%; right: 30%; height: 2px; }
.gw-arrive-target-label {
  margin-top: 6px;
  font-family: var(--font-mono); font-size: 9.5px; font-weight: 700;
  letter-spacing: 0.12em; color: var(--emerald);
  background: rgba(8,6,10,0.7);
  padding: 3px 6px; border-radius: 2px;
}
.gw-arrive-hud {
  position: absolute; bottom: 10px; left: 12px; right: 12px;
  display: flex; justify-content: space-between;
  font-family: var(--font-mono); font-size: 9.5px;
  color: rgba(255,255,255,0.55); letter-spacing: 0.08em;
}
.gw-arrive-row {
  margin-top: 14px;
  display: grid; grid-template-columns: 36px 1fr auto;
  gap: 12px; align-items: center;
  padding: 12px 14px;
  background: rgba(255,255,255,0.04);
  border-radius: 12px;
}
.gw-arrive-avatar {
  width: 36px; height: 36px; border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-600), var(--brand-800));
  display: grid; place-items: center;
  font-size: 12px; font-weight: 700; color: white;
}
.gw-arrive-name { font-size: 14px; font-weight: 600; color: white; }
.gw-arrive-meta {
  font-family: var(--font-mono); font-size: 11px;
  color: rgba(255,255,255,0.5); margin-top: 2px;
}
.gw-arrive-time {
  font-family: var(--font-mono); font-size: 11px;
  color: var(--emerald); letter-spacing: 0.08em;
  padding: 4px 8px; border-radius: 999px;
  background: rgba(16,185,129,0.14);
}

/* ── pass visual ── */
.gw-pass {
  background:
    radial-gradient(ellipse 90% 60% at 100% 0%, rgba(184,155,191,0.16) 0%, transparent 65%),
    rgba(255,255,255,0.03);
}
.gw-pass-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 14px; border-radius: 999px;
  background: rgba(16,185,129,0.14); color: var(--emerald);
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}
.gw-pass-pill-dot {
  width: 6px; height: 6px; border-radius: 999px; background: var(--emerald);
  animation: pulse 1.4s ease-in-out infinite;
}
.gw-pass-pill-time { color: rgba(16,185,129,0.6); margin-left: 4px; }
.gw-pass-name {
  font-size: 32px; font-weight: 700; letter-spacing: -0.025em;
  color: white;
}
.gw-pass-sub {
  font-size: 13px; color: rgba(255,255,255,0.55);
  margin-top: 4px;
}
.gw-pass-code {
  display: flex; gap: 8px; margin: 22px 0;
}
.gw-pass-code span {
  width: 42px; height: 50px; border-radius: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  display: grid; place-items: center;
  font-family: var(--font-mono); font-size: 22px; font-weight: 700;
  color: white;
}
.gw-pass-foot {
  display: grid; grid-template-columns: 64px 1fr;
  gap: 14px; align-items: center;
  padding-top: 16px;
  border-top: 1px dashed rgba(255,255,255,0.08);
}
.gw-pass-qr {
  width: 64px; height: 64px;
  background: white; border-radius: 10px;
  display: grid; place-items: center;
}
.gw-pass-qr i { font-size: 48px; color: var(--ink-1000); }
.gw-pass-meta strong {
  display: block; font-size: 13px; font-weight: 600;
  color: white; letter-spacing: -0.005em;
}
.gw-pass-meta span {
  display: block; font-size: 11px; line-height: 1.4;
  color: rgba(255,255,255,0.5);
  font-family: var(--font-mono); margin-top: 2px;
}

/* ── audit visual ── */
.gw-audit { font-family: var(--font-mono); padding: 16px 18px; }
.gw-audit-head {
  display: flex; justify-content: space-between;
  font-size: 10.5px; color: rgba(255,255,255,0.5);
  letter-spacing: 0.14em; text-transform: uppercase;
  padding-bottom: 12px; margin-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.gw-audit-count { color: var(--brand-300); }
.gw-audit-row {
  display: grid; grid-template-columns: 48px 1.2fr 78px 1.4fr 18px;
  gap: 10px; align-items: center;
  padding: 10px 0; font-size: 11.5px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.82);
}
.gw-audit-row:last-child { border-bottom: 0; }
.gw-audit-row .t   { color: rgba(255,255,255,0.45); }
.gw-audit-row .who { font-weight: 600; color: white; }
.gw-audit-row .via { color: var(--brand-300); }
.gw-audit-row .by  { color: rgba(255,255,255,0.5); font-size: 10.5px; }
.gw-audit-row i    { color: var(--emerald); font-size: 14px; }
.gw-audit-row.bad i  { color: var(--red); }
.gw-audit-row.bad .by { color: var(--red); }

/* ============================================================
   GateCarousel — extra visuals (pay, amenity, feed)
   ============================================================ */
.gcv-pay {
  width: 320px;
  display: grid; gap: 10px;
}
.gcv-pay-row {
  display: grid; grid-template-columns: 28px 1fr auto;
  gap: 12px; align-items: center;
  padding: 12px 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
}
.gcv-pay-row i { font-size: 18px; color: var(--brand-300); }
.gcv-pay-t { font-size: 13px; font-weight: 600; color: white; }
.gcv-pay-m { font-family: var(--font-mono); font-size: 10.5px; color: rgba(255,255,255,0.5); margin-top: 2px; }
.gcv-pay-ok {
  padding: 4px 10px; border-radius: 999px;
  background: rgba(16,185,129,0.14); color: var(--emerald);
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.08em;
}
.gcv-pay-pending {
  padding: 4px 10px; border-radius: 999px;
  background: rgba(245,158,11,0.16); color: var(--amber);
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.08em;
}

.gcv-amenity { width: 320px; }
.gcv-amenity-head {
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-mono); font-size: 10.5px;
  color: rgba(255,255,255,0.5); letter-spacing: 0.12em;
  text-transform: uppercase;
  padding-bottom: 12px; margin-bottom: 4px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.gcv-amenity-pill {
  padding: 3px 10px; border-radius: 999px;
  background: rgba(184,155,191,0.18); color: var(--brand-300);
  text-transform: none; letter-spacing: 0.06em;
  font-size: 10px;
}
.gcv-amenity-row {
  display: grid; grid-template-columns: 40px 64px 1fr;
  gap: 12px; align-items: center;
  padding: 12px 4px;
  border-bottom: 1px dashed rgba(255,255,255,0.06);
}
.gcv-amenity-row:last-child { border-bottom: 0; }
.gcv-amenity-day {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.1em; color: var(--brand-300);
  font-weight: 700;
}
.gcv-amenity-time {
  font-family: var(--font-mono); font-size: 12px;
  color: white;
}
.gcv-amenity-who {
  font-size: 12px; color: rgba(255,255,255,0.7);
}
.gcv-amenity-row.open .gcv-amenity-time,
.gcv-amenity-row.open .gcv-amenity-who { color: rgba(255,255,255,0.35); }

.gcv-feed { width: 320px; display: grid; gap: 8px; }
.gcv-feed-row {
  display: grid; grid-template-columns: 76px 1fr;
  gap: 12px; align-items: center;
  padding: 12px 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  position: relative; overflow: hidden;
}
.gcv-feed-row::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: 3px; background: var(--accent-bar, var(--brand-300));
}
.gcv-feed-row.critical { --accent-bar: var(--red); }
.gcv-feed-row.info     { --accent-bar: var(--blue-600); }
.gcv-feed-row.success  { --accent-bar: var(--emerald); }
.gcv-feed-tag {
  font-family: var(--font-mono); font-size: 9px; font-weight: 700;
  letter-spacing: 0.14em;
  padding: 3px 8px; border-radius: 999px;
  background: rgba(255,255,255,0.06);
  color: var(--accent-bar, var(--brand-300));
  text-align: center;
}
.gcv-feed-t { font-size: 13px; font-weight: 600; color: white; }
.gcv-feed-m { font-family: var(--font-mono); font-size: 10.5px; color: rgba(255,255,255,0.5); margin-top: 2px; }

/* ═════════════════════════════════════════════════════════════════════
   CONTACT PAGE
   ═══════════════════════════════════════════════════════════════════ */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 80px;
  align-items: start;
}
.contact-info h2.contact-h2 {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700; letter-spacing: -0.035em; line-height: 1.05;
  margin: 0 0 48px; color: var(--fg-1);
}
.contact-info h2.contact-h2 .accent-serif {
  font-family: var(--font-serif); font-style: italic;
  font-weight: 400; color: var(--brand-700);
}

.contact-channel {
  display: grid; grid-template-columns: 48px 1fr;
  gap: 18px; align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--border-soft);
}
.contact-channel:last-child { border-bottom: 0; }
.contact-channel-ic {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(75, 46, 80, 0.08);
  color: var(--brand-700);
  font-size: 22px;
}
.contact-channel > div:last-child {
  display: flex; flex-direction: column; gap: 4px;
}
.contact-channel strong {
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--fg-3);
  font-family: var(--font-mono);
}
.contact-channel a {
  font-size: 17px; font-weight: 600;
  color: var(--fg-1);
  text-decoration: none;
  transition: color 200ms;
}
.contact-channel a:hover { color: var(--brand-700); }
.contact-channel span {
  font-size: 14px; color: var(--fg-2); line-height: 1.5;
}

/* form column */
.contact-form-wrap {
  background: white;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 50px -20px rgba(75, 46, 80, 0.08);
}
.contact-form h3 {
  font-size: 24px; font-weight: 700; letter-spacing: -0.02em;
  margin: 0 0 28px; color: var(--fg-1);
}
.contact-form label {
  display: block; margin-bottom: 18px;
}
.contact-form label > span {
  display: block;
  font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--fg-3);
  margin-bottom: 8px;
  font-family: var(--font-mono);
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--paper-canvas);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 400;
  color: var(--fg-1);
  line-height: 1.4;
  transition: border-color 200ms, box-shadow 200ms;
  box-sizing: border-box;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--fg-3);
  font-family: var(--font-sans);
  font-weight: 400;
  opacity: 1;
}
/* SELECT — browsers (esp. Safari/Firefox) render <select> with system
   chrome by default, ignoring font-family from CSS. Strip the native
   appearance and draw our own caret with an SVG background. */
.contact-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-right: 40px;  /* space for the caret */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1.5 6 6.5 11 1.5' stroke='%2364748B' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
/* Style the dropdown items too (limited browser support, but worth it
   where it works — Firefox and Chromium-based browsers honor this) */
.contact-form select option {
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--fg-1);
  background: white;
  padding: 8px;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: var(--brand-700);
  box-shadow: 0 0 0 3px rgba(75, 46, 80, 0.1);
}
.contact-form textarea { resize: vertical; min-height: 100px; font-family: var(--font-sans); }

.contact-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  margin-bottom: 0;
}
.contact-row label { margin-bottom: 18px; }

.contact-submit {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
  padding: 14px 20px;
  font-size: 15px;
}
.contact-fineprint {
  font-size: 12px; color: var(--fg-3);
  text-align: center; margin: 16px 0 0;
}
.contact-fineprint a { color: var(--brand-700); text-decoration: underline; }

/* sending / error states */
.contact-submit[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
.contact-submit .ph-spinner-gap {
  animation: contact-spin 700ms linear infinite;
}
@keyframes contact-spin {
  to { transform: rotate(360deg); }
}
.contact-error {
  margin: 14px 0 0;
  padding: 12px 14px;
  background: rgba(239, 68, 68, 0.06);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 10px;
  font-size: 13px; color: var(--red, #dc2626);
  text-align: center;
}
.contact-error a { color: var(--red, #dc2626); text-decoration: underline; }

/* success state */
.contact-success {
  text-align: center; padding: 40px 20px;
}
.contact-success-ic {
  font-size: 56px; color: var(--emerald);
  margin-bottom: 16px;
}
.contact-success h3 {
  font-size: 28px; font-weight: 700; letter-spacing: -0.02em;
  margin: 0 0 12px; color: var(--fg-1);
}
.contact-success p {
  font-size: 15px; color: var(--fg-2); line-height: 1.6;
  max-width: 380px; margin: 0 auto;
}
.contact-success a { color: var(--brand-700); }

/* ═════════════════════════════════════════════════════════════════════
   ABOUT PAGE
   ═══════════════════════════════════════════════════════════════════ */
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.about-col h2 {
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 700; letter-spacing: -0.03em; line-height: 1.1;
  margin: 18px 0 24px; color: var(--fg-1);
}
.about-col p {
  font-size: 17px; line-height: 1.65; color: var(--fg-2);
  margin: 0 0 18px;
}

.about-values-head {
  text-align: center; max-width: 640px; margin: 0 auto 64px;
}
.about-values-head .eyebrow-rule { justify-content: center; display: inline-flex; }
.about-values-head h2 {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700; letter-spacing: -0.035em; line-height: 1.05;
  margin: 18px 0 0; color: var(--fg-1);
}

.about-values-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.about-value-card {
  background: var(--paper-canvas);
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  padding: 32px 28px;
}
.about-value-ic {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: rgba(75, 46, 80, 0.08);
  color: var(--brand-700);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.about-value-card h3 {
  font-size: 20px; font-weight: 700; letter-spacing: -0.015em;
  margin: 0 0 10px; color: var(--fg-1);
}
.about-value-card p {
  font-size: 15px; line-height: 1.55; color: var(--fg-2);
  margin: 0;
}

.about-facts-head {
  text-align: center; max-width: 720px; margin: 0 auto 72px;
}
.about-facts-head .eyebrow-rule {
  justify-content: center; display: inline-flex;
  color: var(--brand-300);
}
.about-facts-head h2 {
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 700; letter-spacing: -0.035em; line-height: 1.05;
  margin: 18px 0 0;
}
.about-facts-head h2 .accent-serif {
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
}

.about-facts-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 900px; margin: 0 auto;
}
.about-fact {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px 24px;
}
.about-fact-k {
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(184, 155, 191, 0.7);
  margin-bottom: 10px;
}
.about-fact-v {
  font-size: 20px; font-weight: 600; letter-spacing: -0.015em;
  color: white;
}

/* tiny shared utility for italic-serif accent on the contact + about pages */
.accent-serif {
  font-family: var(--font-serif); font-style: italic;
  font-weight: 400; color: var(--brand-700);
}

/* RESPONSIVE — contact + about */
@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-grid   { grid-template-columns: 1fr; gap: 48px; }
  .about-values-grid { grid-template-columns: 1fr; }
  .about-facts-grid  { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .contact-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form-wrap { padding: 28px 22px; }
  .about-facts-grid  { grid-template-columns: 1fr; }
}

/* ═════════════════════════════════════════════════════════════════════
   BOOK A DEMO PAGE
   Two-column: slot picker on the left, contact form on the right.
   The slot picker uses chip-style toggles grouped by day.
   ═══════════════════════════════════════════════════════════════════ */
.book-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

/* ─── slot picker (left column) ─── */
.book-slots-head h2 {
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 700; letter-spacing: -0.03em; line-height: 1.1;
  margin: 14px 0 10px; color: var(--fg-1);
}
.book-slots-sub {
  font-size: 15px; line-height: 1.55; color: var(--fg-2);
  margin: 0 0 20px;
}
.book-slots-counter {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
  font-weight: 600;
  padding: 8px 14px;
  background: rgba(75, 46, 80, 0.06);
  border: 1px solid rgba(75, 46, 80, 0.12);
  border-radius: 999px;
  color: var(--brand-700);
  margin-bottom: 32px;
}
.book-slots-counter.full {
  background: rgba(16, 185, 129, 0.08);
  border-color: rgba(16, 185, 129, 0.25);
  color: var(--emerald, #059669);
}
.book-slots-counter i { font-size: 14px; }

.book-slots-list {
  display: flex; flex-direction: column;
  gap: 18px;
}
.book-day {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--border-soft);
}
.book-day:first-child { border-top: 0; padding-top: 0; }
.book-day-label {
  font-family: var(--font-mono);
  font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
  font-weight: 600;
  color: var(--fg-2);
}
.book-day-slots {
  display: flex; flex-wrap: wrap; gap: 8px;
}

/* slot chip */
.book-slot {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 14px; font-weight: 500;
  color: var(--fg-1);
  cursor: pointer;
  transition: all 200ms cubic-bezier(0.22, 1, 0.36, 1);
  white-space: nowrap;
}
.book-slot:hover {
  border-color: var(--brand-700);
  color: var(--brand-700);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px -4px rgba(75, 46, 80, 0.18);
}
.book-slot.on {
  background: var(--ink-900);
  border-color: var(--ink-900);
  color: white;
  box-shadow: 0 4px 14px -4px rgba(19, 17, 26, 0.4);
}
.book-slot.on:hover {
  transform: translateY(-1px);
}
.book-slot.on i { font-size: 16px; color: var(--brand-300); }
.book-slot.off {
  opacity: 0.4;
  cursor: not-allowed;
}
.book-slot.off:hover {
  border-color: var(--border);
  color: var(--fg-1);
  transform: none;
  box-shadow: none;
}
.book-slot:disabled { pointer-events: none; }

/* ─── right column: form, in its own card ─── */
.book-form-wrap {
  background: white;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 36px;
  box-shadow: 0 20px 50px -20px rgba(75, 46, 80, 0.08);
  position: sticky;
  top: 100px;
}
.book-form-wrap .eyebrow-rule { margin-bottom: 0; }

/* selected-slots summary inside the form */
.book-picked-summary {
  margin: 6px 0 18px;
  padding: 14px 16px;
  background: var(--paper-canvas);
  border: 1px dashed rgba(75, 46, 80, 0.25);
  border-radius: 12px;
}
.book-picked-title {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  font-weight: 600;
  color: var(--brand-700);
  margin-bottom: 8px;
}
.book-picked-title i { font-size: 14px; }
.book-picked-summary ul {
  margin: 0; padding: 0;
  list-style: none;
  display: flex; flex-direction: column; gap: 4px;
}
.book-picked-summary li {
  font-size: 13.5px; color: var(--fg-1);
  font-weight: 500;
}
.book-picked-summary li::before {
  content: "·"; margin-right: 8px; color: var(--brand-700); font-weight: 700;
}

/* RESPONSIVE — book demo */
@media (max-width: 1024px) {
  .book-grid { grid-template-columns: 1fr; gap: 56px; }
  .book-form-wrap { position: static; }
}
@media (max-width: 640px) {
  .book-day { grid-template-columns: 1fr; gap: 8px; }
  .book-day-label { margin-bottom: 4px; }
  .book-form-wrap { padding: 24px 20px; }
  .book-slot { font-size: 13px; padding: 9px 14px; }
}

