/*
Theme Name: Project Giant
Theme URI: https://projectgiant.com
Author: Project Giant
Description: Bold editorial WordPress theme with online storefront support for Project Giant.
Version: 1.0.22
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: project-giant
*/

:root {
  --ink: #090909;
  --paper: #f5f7f6;
  --blue: #44d9e6;
  --lime: #44d9e6;
  --orange: #44d9e6;
  --brand-charcoal: #2b2f32;
  --brand-cyan: #44d9e6;
  --cyan-soft: #bdf7fb;
  --muted: #aab5b8;
  --line: rgba(68, 217, 230, .28);
  --pad: clamp(1.1rem, 3vw, 3.4rem);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--brand-charcoal);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.45;
  overflow-x: hidden;
}
body.light-page { background: var(--paper); color: var(--ink); }
body.home #main { position: relative; }
body.home #main::before {
  content: "";
  position: absolute;
  z-index: 30;
  top: calc(100svh + 2.75rem);
  bottom: 0;
  left: 33.333%;
  width: 3px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(68,217,230,.32) 0 62%, #44d9e6 70%, white 76%, #44d9e6 82%, rgba(68,217,230,.32) 100%);
  background-size: 100% 420px;
  background-repeat: repeat-y;
  box-shadow: 0 0 5px white, 0 0 16px var(--brand-cyan), 0 0 42px rgba(68,217,230,.82), 0 0 90px rgba(68,217,230,.38);
  animation: tron-flow 1.15s linear infinite, tron-pulse 2.4s ease-in-out infinite;
}
body.home #main::after {
  content: "";
  position: absolute;
  z-index: 31;
  left: calc(33.333% - 6px);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  pointer-events: none;
  background: white;
  box-shadow: 0 0 10px white, 0 0 24px var(--brand-cyan), 0 0 54px var(--brand-cyan);
  animation: page-neon-travel 6.5s linear infinite;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
::selection { color: var(--ink); background: var(--lime); }

.skip-link {
  position: fixed;
  top: -6rem;
  left: 1rem;
  z-index: 200;
  padding: .8rem 1rem;
  background: var(--lime);
  color: var(--ink);
  font-weight: 900;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: relative;
  z-index: 50;
  height: 7rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 0 var(--pad);
  border-bottom: 1px solid var(--line);
  background: var(--brand-charcoal);
  color: var(--paper);
  text-transform: uppercase;
}
.site-header.hero-header { position: absolute; inset: 0 0 auto; background: rgba(43, 47, 50, .94); }
.brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: .04em;
}
.brand img { width: clamp(11.5rem, 15vw, 15rem); height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(.85rem, 2vw, 1.8rem); }
.site-nav a {
  position: relative;
  text-decoration: none;
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -.32rem;
  height: 2px;
  background: var(--lime);
  transition: right .2s ease;
}
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a[aria-current="page"]::after { right: 0; }
.site-nav .nav-cta { padding: .72rem .9rem; background: var(--lime); color: var(--ink); }
.site-nav .nav-cta::after { display: none; }
.menu-button { display: none; border: 1px solid var(--line); background: transparent; color: inherit; padding: .65rem .8rem; font-weight: 900; text-transform: uppercase; }

.home-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(22rem, .82fr);
  overflow: hidden;
  isolation: isolate;
}
.home-hero-copy {
  min-height: 100svh;
  padding: clamp(9.5rem, 16vh, 12.5rem) clamp(2rem, 5vw, 7rem) 2.5rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 2rem;
  justify-items: center;
  text-align: center;
  z-index: 2;
  background: linear-gradient(90deg, rgba(9,9,9,1) 0%, rgba(9,9,9,.97) 76%, rgba(9,9,9,.18) 100%);
}
.home-hero-media { position: absolute; inset: 0 0 0 48%; z-index: -1; background: var(--brand-charcoal); }
.home-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.home-hero::after {
  content: "";
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 0;
  left: 48%;
  height: 3px;
  background: var(--brand-cyan);
  box-shadow: 0 0 10px var(--brand-cyan), 0 0 30px rgba(68,217,230,.9), 0 0 70px rgba(68,217,230,.48);
  animation: neon-breathe 2.8s ease-in-out infinite;
}
.home-hero::before {
  content: "";
  position: absolute;
  z-index: 7;
  top: 0;
  bottom: 0;
  left: 48%;
  width: 3px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(68,217,230,.32) 0 62%, #44d9e6 70%, white 76%, #44d9e6 82%, rgba(68,217,230,.32) 100%);
  background-size: 100% 420px;
  background-repeat: repeat-y;
  box-shadow: 0 0 5px white, 0 0 16px var(--brand-cyan), 0 0 42px rgba(68,217,230,.82), 0 0 90px rgba(68,217,230,.38);
  animation: tron-flow 1.15s linear infinite, tron-pulse 2.4s ease-in-out infinite;
}
.hero-intro { display: grid; align-content: start; justify-items: center; gap: 1.15rem; }
.hero-brand { width: clamp(15rem, 20vw, 23rem); height: auto; }
.eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 2.6rem; height: 3px; background: var(--lime); }
.display {
  margin: 0;
  align-self: center;
  max-width: 10.2ch;
  font-size: clamp(4.2rem, 8.2vw, 8.5rem);
  font-weight: 950;
  line-height: .78;
  letter-spacing: -.09em;
  text-transform: uppercase;
  text-align: center;
}
.display span { display: block; }
.display em, .page-title em, .big-statement em, .cta-title em {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  color: var(--lime);
  text-transform: none;
}
.hero-bottom { width: min(100%, 44rem); display: grid; grid-template-columns: 1fr; justify-items: center; align-items: end; gap: 1.4rem; }
.hero-lead { max-width: 38rem; margin: 0; font-size: clamp(1.05rem, 1.5vw, 1.45rem); line-height: 1.35; }
.hero-actions { width: min(100%, 40rem); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.hero-actions .button { width: 100%; }
.button {
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: .9rem 1.2rem;
  border: 2px solid currentColor;
  background: transparent;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.button:hover, .button:focus-visible { background: var(--lime); border-color: var(--lime); color: var(--ink); transform: translateY(-2px); }
.button.solid { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.button.solid:hover, .button.solid:focus-visible { background: var(--blue); border-color: var(--blue); color: white; }
.button.lime { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.button.lime:hover, .button.lime:focus-visible { background: var(--paper); border-color: var(--paper); }

.ticker { position: relative; left: 50%; width: 100vw; margin-left: -50vw; display: flex; overflow: hidden; isolation: isolate; background: #0d1113; color: var(--paper); border-block: 1px solid rgba(68,217,230,.72); box-shadow: 0 0 24px rgba(68,217,230,.22); }
.ticker::after { content: ""; position: absolute; z-index: 1; top: -80%; bottom: -80%; left: -20%; width: 9rem; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(68,217,230,.42), rgba(255,255,255,.7), transparent); transform: skewX(-24deg); filter: blur(5px); animation: ticker-scan 4.8s ease-in-out infinite; }
.ticker-signal { position: relative; z-index: 3; flex: 0 0 auto; width: clamp(3.5rem,5vw,5.25rem); display: flex; align-items: center; justify-content: center; gap: .28rem; background: #151b1e; border-right: 1px solid rgba(68,217,230,.62); box-shadow: .65rem 0 1.3rem rgba(9,9,9,.35); }
.ticker-signal i { width: .28rem; height: 1.15rem; border-radius: 999px; background: var(--brand-cyan); box-shadow: 0 0 .65rem rgba(68,217,230,.8); animation: signal-wave 1.1s ease-in-out infinite; }
.ticker-signal i:nth-child(2) { height: 1.65rem; animation-delay: -.35s; }
.ticker-signal i:nth-child(3) { height: .8rem; animation-delay: -.7s; }
.ticker-window { position: relative; z-index: 2; flex: 1 1 auto; min-width: 0; overflow: hidden; }
.ticker-track { width: max-content; display: flex; padding: .72rem 0; animation: ticker 20s linear infinite; font-size: .82rem; font-weight: 950; letter-spacing: .06em; text-transform: uppercase; }
.ticker-track span { flex: none; padding: 0 2.75rem; white-space: nowrap; }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes ticker-scan { 0%, 58% { left: -20%; opacity: 0; } 66% { opacity: .72; } 84%, 100% { left: 112%; opacity: 0; } }
@keyframes signal-wave { 50% { transform: scaleY(.45); opacity: .42; } }

.section-grid { display: grid; grid-template-columns: minmax(12rem, 1fr) 2fr; }
.section-label { margin: 0; padding: 2rem var(--pad); border-right: 1px solid currentColor; font-size: .74rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.statement {
  position: relative;
  min-height: clamp(28rem, 50vh, 35rem);
  background:
    radial-gradient(circle at 33.333% 48%, rgba(68,217,230,.12), transparent 20%),
    linear-gradient(135deg, #101315 0%, #20272b 54%, #111416 100%);
  color: var(--paper);
  border-bottom: 1px solid rgba(68,217,230,.5);
  overflow: hidden;
}
.statement::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 33.333%;
  width: 2px;
  background: linear-gradient(180deg, var(--brand-cyan), rgba(68,217,230,.2), var(--brand-cyan));
  box-shadow: 0 0 10px var(--brand-cyan), 0 0 26px rgba(68,217,230,.55);
  display: none;
}
.statement-intro { display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(68,217,230,.28); }
.statement .section-label { border-right: 0; color: var(--brand-cyan); }
.statement-kicker { margin: 0; padding: 2rem var(--pad) clamp(2.2rem, 3.5vw, 3.2rem); display: grid; gap: .65rem; max-width: 23rem; }
.statement-kicker strong { font-size: clamp(2.25rem, 3.4vw, 4rem); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.statement-kicker span { max-width: 18rem; color: #c9d2d4; font-size: .9rem; }
.statement-body { padding: clamp(2.4rem, 4vw, 3.8rem) var(--pad); display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(17rem, .78fr); gap: clamp(2rem, 3vw, 3.5rem); align-items: center; }
.statement-copy { display: grid; justify-items: start; gap: 1.1rem; }
.big-statement { margin: 0; max-width: 11.5ch; font-size: clamp(2.45rem, 4vw, 4.5rem); line-height: .92; letter-spacing: -.06em; font-weight: 900; }
.big-statement em { color: var(--blue); }
.statement-note { margin: 0; max-width: 34rem; color: #d5dddf; font-size: .93rem; line-height: 1.5; }
.signal-list { list-style: none; margin: 0; padding: 0; display: grid; border-top: 1px solid rgba(68,217,230,.3); }
.signal-list li { display: grid; grid-template-columns: 2.2rem 1fr; gap: .85rem; align-items: center; padding: .85rem 0; border-bottom: 1px solid rgba(68,217,230,.24); }
.signal-list li > span { color: var(--brand-cyan); font-size: .72rem; font-weight: 950; letter-spacing: .12em; }
.signal-list li div { display: grid; gap: .12rem; }
.signal-list strong { font-size: clamp(1.05rem, 1.3vw, 1.4rem); line-height: 1; text-transform: uppercase; }
.signal-list small { color: #aebabc; font-size: .75rem; }

.package-preview {
  position: relative;
  padding-bottom: clamp(1.3rem, 3vw, 2.6rem);
  background:
    radial-gradient(circle at 50% 0, rgba(68,217,230,.16), transparent 34%),
    linear-gradient(180deg, #202529 0%, #15181a 100%);
  color: var(--paper);
  box-shadow: inset 0 3px 0 var(--brand-cyan), 0 -12px 48px rgba(68,217,230,.28);
}
.package-preview::before {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background:
    linear-gradient(90deg,var(--brand-cyan),var(--brand-cyan)) 33.333% 0 / 33.334% 3px no-repeat,
    linear-gradient(var(--brand-cyan),var(--brand-cyan)) 66.667% 0 / 3px 100% no-repeat,
    linear-gradient(90deg,var(--brand-cyan),var(--brand-cyan)) 33.333% 100% / 33.334% 3px no-repeat;
  filter: drop-shadow(0 0 8px rgba(68,217,230,.9)) drop-shadow(0 0 24px rgba(68,217,230,.35));
}
.package-preview::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: calc(66.667% - 5px);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  pointer-events: none;
  background: white;
  box-shadow: 0 0 10px white, 0 0 24px var(--brand-cyan), 0 0 48px var(--brand-cyan);
  animation: package-signal 4.8s ease-in-out infinite;
}
.package-preview .section-topline { border-bottom: 1px solid rgba(68,217,230,.22); }
.package-preview .section-label { color: var(--brand-cyan); border-right-color: rgba(68,217,230,.22); }
.section-heading { margin: 0; padding: 1.05rem var(--pad); font-family: var(--serif); font-size: 1.3rem; font-style: italic; font-weight: 400; }
.price-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(.75rem, 1.4vw, 1.25rem); padding: clamp(1.1rem, 2.4vw, 2rem) var(--pad) 0; }
.price-card { min-height: 22rem; padding: 1.5rem 1.65rem; border: 1px solid rgba(68,217,230,.24); border-radius: 1rem; display: flex; flex-direction: column; justify-content: space-between; gap: 1.5rem; background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.018)); box-shadow: 0 18px 42px rgba(0,0,0,.24); overflow: hidden; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.price-card:nth-child(2) { background: linear-gradient(145deg, rgba(68,217,230,.15), rgba(255,255,255,.025)); border-color: rgba(68,217,230,.5); }
.price-card:hover { position: relative; z-index: 2; background: linear-gradient(145deg, rgba(68,217,230,.2), rgba(255,255,255,.04)); border-color: var(--brand-cyan); box-shadow: 0 20px 54px rgba(0,0,0,.34), 0 0 34px rgba(68,217,230,.22); transform: translateY(-6px); }
.price-card small { font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.price-card h3 { margin: .8rem 0 0; font-size: clamp(2rem, 3.3vw, 3.5rem); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.price { margin: 0; color: var(--brand-cyan); font-family: var(--serif); font-size: clamp(2.7rem, 4vw, 4.35rem); line-height: 1; }
.price-card > div:last-child { display: grid; gap: .9rem; align-content: end; }
.price-card .price { width: 100%; max-width: none; min-height: 1.05em; text-align: center; }
.price-card p { max-width: 24rem; margin: .7rem 0 0; }
.price-card .button { min-height: 3rem; width: 100%; border-color: rgba(68,217,230,.65); color: var(--brand-cyan); }
.price-card .button:hover, .price-card .button:focus-visible { background: var(--brand-cyan); color: var(--ink); }

.page-hero { min-height: 54vh; padding: clamp(5rem, 10vw, 9rem) var(--pad) 3rem; display: grid; grid-template-columns: .62fr 1.38fr; gap: 2rem; align-items: end; border-bottom: 1px solid currentColor; }
.page-hero-kicker { align-self: start; margin: 0; max-width: 20rem; color: var(--muted); }
.page-title { margin: 0; max-width: 11ch; font-size: clamp(4rem, 9vw, 9rem); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.page-title em { display: block; }
.page-intro { margin: 1.5rem 0 0; max-width: 44rem; font-size: clamp(1.08rem, 1.7vw, 1.4rem); }

.packages { background: var(--paper); color: var(--ink); }
.packages-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--ink); }
.package { padding: 2rem; min-height: 39rem; display: flex; flex-direction: column; border-right: 1px solid var(--ink); }
.package:last-child { border-right: 0; }
.package.featured { background: var(--brand-cyan); }
.package-kicker { display: flex; justify-content: space-between; gap: 1rem; font-size: .73rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.package h2 { margin: 3rem 0 .5rem; font-size: clamp(2.4rem, 4vw, 4.6rem); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.package .pages { margin: 0; font-family: var(--serif); font-size: 1.2rem; font-style: italic; }
.package .package-price { width: 100%; margin: 2rem 0; font-family: var(--serif); font-size: clamp(3.1rem, 5.2vw, 5.7rem); line-height: .9; text-align: center; }
.package-fit { min-height: 5.5rem; margin: 1.25rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(9,9,9,.25); font-size: .92rem; line-height: 1.45; }
.package-fit strong { text-transform: uppercase; font-size: .72rem; letter-spacing: .08em; }
.package ul { margin: 0 0 2rem; padding: 0; list-style: none; }
.package li { padding: .65rem 0; border-top: 1px solid rgba(9,9,9,.3); }
.package .button { width: 100%; margin-top: auto; align-self: stretch; justify-content: center; text-align: center; }
.purchase-note { display: block; margin-top: .65rem; text-align: center; color: #5d6668; font-size: .72rem; }
.package.featured .purchase-note { color: rgba(9,9,9,.72); }
.buying-confidence { display: grid; grid-template-columns: minmax(16rem,.8fr) minmax(0,1.2fr); gap: clamp(2rem,5vw,6rem); padding: clamp(3.5rem,6vw,6rem) var(--pad); background: linear-gradient(135deg,#111517,#252d31); color: var(--paper); border-bottom: 1px solid rgba(68,217,230,.5); }
.buying-confidence-copy h2 { margin: 1rem 0; max-width: 9ch; font-size: clamp(3rem,5.4vw,5.8rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.buying-confidence-copy h2 em { display: block; color: var(--brand-cyan); font-family: var(--serif); font-weight: 400; text-transform: none; }
.buying-confidence-copy > p:last-child { max-width: 34rem; color: #c9d2d4; }
.buying-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 1.5rem; border-top: 1px solid rgba(68,217,230,.28); }
.buying-steps li { display: grid; grid-template-columns: 2rem 1fr; gap: .85rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(68,217,230,.28); }
.buying-steps li > span { color: var(--brand-cyan); font-size: .72rem; font-weight: 950; letter-spacing: .1em; }
.buying-steps strong { display: block; text-transform: uppercase; font-size: .9rem; letter-spacing: .04em; }
.buying-steps p { margin: .35rem 0 0; color: #bcc7c9; font-size: .85rem; }
.buying-note { grid-column: 1 / -1; margin: 0; padding-top: 1.2rem; border-top: 1px solid rgba(68,217,230,.28); color: #c9d2d4; font-size: .8rem; }
.service-menu { padding: clamp(4rem, 7vw, 7rem) var(--pad); background: #eaf0f0; color: var(--ink); }
.service-menu-heading { max-width: 58rem; margin: 0 auto clamp(2rem, 4vw, 3.5rem); text-align: center; }
.service-menu-heading .eyebrow { justify-content: center; color: #277a82; }
.service-menu-heading h2 { margin: 1rem 0; font-size: clamp(3rem, 6.5vw, 6.6rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.service-menu-heading h2 em { display: block; color: #277a82; font-family: var(--serif); font-weight: 400; text-transform: none; }
.service-menu-heading > p:last-child { max-width: 42rem; margin: 0 auto; font-size: 1.08rem; }
.service-menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.8rem, 1.6vw, 1.4rem); }
.service-card { min-height: 34rem; padding: 1.7rem; display: flex; flex-direction: column; gap: 1.25rem; border: 1px solid rgba(9,9,9,.14); border-radius: 1.1rem; background: rgba(255,255,255,.76); box-shadow: 0 18px 48px rgba(17,32,35,.1); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 62px rgba(17,32,35,.17); }
.service-card.featured { background: linear-gradient(145deg, #31383c, #202427); color: var(--paper); border-color: rgba(68,217,230,.55); box-shadow: 0 20px 58px rgba(17,32,35,.28), 0 0 34px rgba(68,217,230,.15); }
.service-card-top { display: flex; justify-content: space-between; gap: 1rem; color: #277a82; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.service-card.featured .service-card-top { color: var(--brand-cyan); }
.service-card h3 { margin: 1.6rem 0 .65rem; font-size: clamp(2.1rem, 3.4vw, 3.7rem); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.service-promise { margin: 0; font-size: 1.02rem; line-height: 1.45; }
.service-card ul { margin: 0; padding: 0; list-style: none; }
.service-card li { padding: .65rem 0; border-top: 1px solid rgba(9,9,9,.14); }
.service-card.featured li { border-color: rgba(68,217,230,.2); }
.service-card-bottom { margin-top: auto; }
.service-price { margin: 0 0 .75rem; color: #277a82; font-family: var(--serif); font-size: clamp(2.9rem, 4vw, 4.4rem); line-height: .9; text-align: center; }
.service-card.featured .service-price { color: var(--brand-cyan); }
.service-price span { display: block; margin-top: .45rem; color: inherit; font-family: var(--sans); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.service-note { margin: -.1rem 0 .85rem; font-size: .76rem; line-height: 1.4; }
.service-card .button { width: 100%; min-height: 3rem; }
.care-plan { min-height: 54vh; padding: clamp(4rem, 8vw, 8rem) var(--pad); background: var(--ink); color: var(--paper); display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.care-plan h2 { margin: 0; max-width: 10ch; font-size: clamp(3rem, 7vw, 7rem); line-height: .86; letter-spacing: -.065em; text-transform: uppercase; }
.care-plan h2 em { color: var(--lime); font-family: var(--serif); font-weight: 400; text-transform: none; }
.care-price { font-family: var(--serif); font-size: clamp(3.5rem, 7vw, 7rem); line-height: .9; text-align: center; }
.care-price span { display: block; margin-top: .5rem; font-family: var(--sans); font-size: 1rem; text-transform: uppercase; letter-spacing: .08em; }

.work-controls { display: flex; flex-wrap: wrap; gap: .7rem; padding: 1.4rem var(--pad); background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--ink); }
.filter-button { border: 1px solid var(--ink); background: transparent; color: var(--ink); padding: .65rem .85rem; cursor: pointer; font-weight: 900; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.filter-button[aria-pressed="true"], .filter-button:hover { background: var(--ink); color: var(--paper); }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); background: var(--paper); color: var(--ink); }
.work-card { position: relative; min-height: 36rem; overflow: hidden; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.work-card:nth-child(even) { border-right: 0; }
.work-card[hidden] { display: none; }
.work-card button { width: 100%; height: 100%; border: 0; padding: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.work-art { min-height: 26rem; padding: 2rem; display: flex; align-items: flex-end; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.work-card:hover .work-art, .work-card:focus-within .work-art { transform: scale(1.025); }
.work-art h2 { margin: 0; max-width: 8ch; font-size: clamp(3.4rem, 7vw, 7.3rem); line-height: .78; letter-spacing: -.08em; text-transform: uppercase; }
.work-meta { padding: 1.2rem 1.5rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--ink); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.art-bees { background: #f5c400; color: #111; }
.art-athens { background: #e8e4d8; color: #304ffe; }
.art-hubs { background: #181818; color: #c8ff00; }
.art-northline { background: #ff5c35; color: #0a0a0a; }
.art-fold { background: #304ffe; color: #f3f1ea; }
.art-after { background: #c8ff00; color: #090909; }
.art-common { background: #9d86ff; color: #111; }
.art-athens h2 { font-family: var(--serif); font-style: italic; text-transform: none; font-weight: 400; }
.art-hubs h2 { text-shadow: .08em .08em 0 #304ffe; }
.art-fold h2 { writing-mode: vertical-rl; transform: rotate(180deg); }
.art-after h2 { font-family: var(--serif); font-style: italic; font-weight: 400; text-transform: none; }

.case-dialog { width: min(50rem, calc(100% - 2rem)); padding: 0; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.case-dialog::backdrop { background: rgba(0,0,0,.76); backdrop-filter: blur(5px); }
.dialog-head { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; border-bottom: 1px solid var(--ink); text-transform: uppercase; font-size: .75rem; font-weight: 900; }
.dialog-close { border: 0; background: var(--ink); color: var(--paper); padding: .55rem .75rem; cursor: pointer; }
.dialog-body { padding: clamp(2rem, 6vw, 5rem); }
.dialog-body h2 { margin: 0; font-size: clamp(3rem, 8vw, 7rem); line-height: .82; letter-spacing: -.07em; text-transform: uppercase; }
.dialog-body p { max-width: 35rem; margin: 2rem 0 0; font-size: 1.1rem; }
.dialog-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 2.5rem; }
.dialog-tags span { padding: .45rem .65rem; border: 1px solid var(--ink); font-size: .72rem; font-weight: 900; text-transform: uppercase; }

.form-shell { display: grid; grid-template-columns: minmax(14rem, .55fr) minmax(0, 1.45fr); background: var(--paper); color: var(--ink); }
.form-aside { padding: 2rem var(--pad); border-right: 1px solid var(--ink); }
.form-aside, .project-form { min-width: 0; }
.form-aside-inner { position: sticky; top: 2rem; }
.form-aside h2 { margin: 0; font-size: clamp(2.3rem, 4vw, 4.6rem); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.form-aside p { max-width: 22rem; }
.progress { height: 5px; margin-top: 2rem; background: rgba(9,9,9,.14); }
.progress span { display: block; width: 25%; height: 100%; background: var(--blue); transition: width .2s ease; }
.project-form { padding: clamp(2.5rem, 6vw, 6rem) var(--pad); }
.form-section { min-inline-size: 0; margin: 0 0 4.5rem; padding: 0; border: 0; }
.form-section legend { margin-bottom: 2rem; font-size: clamp(2rem, 4vw, 4.2rem); line-height: .9; letter-spacing: -.05em; font-weight: 900; text-transform: uppercase; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.field { display: grid; gap: .45rem; }
.field.full { grid-column: 1 / -1; }
.field label, .field .label { font-size: .73rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 3.35rem;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  padding: .85rem .9rem;
}
.field textarea { min-height: 9rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid var(--lime); outline-offset: 0; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; }
.choice label { display: block; min-height: 100%; border: 1px solid var(--ink); padding: 1rem; cursor: pointer; }
.choice label strong { display: block; font-size: 1.2rem; }
.choice label span { display: block; margin-top: .3rem; color: #575755; }
.choice input:checked + label { background: var(--lime); box-shadow: inset 0 0 0 2px var(--ink); }
.choice input:focus-visible + label { outline: 3px solid var(--blue); }
.upload-zone { border: 2px dashed var(--ink); padding: 2rem; text-align: center; background: rgba(68,217,230,.12); }
.upload-zone input { max-width: 100%; }
.file-list { margin: 1rem 0 0; padding-left: 1.2rem; text-align: left; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; padding-top: 2rem; border-top: 1px solid var(--ink); }
.form-status { min-height: 1.5rem; margin: 0; font-weight: 700; }

.contact-layout { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 65vh; background: var(--brand-cyan); color: var(--ink); }
.contact-main { padding: clamp(4rem, 8vw, 8rem) var(--pad); border-right: 1px solid var(--ink); }
.contact-main h1 { margin: 0; font-size: clamp(4rem, 10vw, 10rem); line-height: .78; letter-spacing: -.08em; text-transform: uppercase; }
.contact-main h1 em { font-family: var(--serif); font-weight: 400; color: var(--brand-charcoal); text-transform: none; }
.contact-main p { max-width: 34rem; font-size: 1.15rem; }
.contact-side { padding: clamp(3rem, 6vw, 6rem) var(--pad); display: flex; flex-direction: column; justify-content: space-between; }
.contact-list { list-style: none; margin: 0; padding: 0; }
.contact-list li { padding: 1.2rem 0; border-top: 1px solid var(--ink); }
.contact-list strong { display: block; text-transform: uppercase; font-size: .74rem; letter-spacing: .08em; }
.contact-side .button { align-self: flex-start; }

.wide-cta { position: relative; z-index: 32; min-height: 70vh; padding: var(--pad); overflow: hidden; isolation: isolate; background: #171c1f; color: var(--paper); display: grid; grid-template-rows: auto 1fr auto; gap: 2rem; box-shadow: inset 0 3px 0 var(--brand-cyan); }
.wide-cta::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -8%;
  background: linear-gradient(90deg,rgba(11,14,16,.93) 0%,rgba(11,14,16,.74) 43%,rgba(11,14,16,.6) 100%), url("assets/hero-web-design.webp") center 56% / cover no-repeat;
  filter: saturate(.75) contrast(1.12);
  transform: scale(1.08);
  animation: cta-cinema 16s ease-in-out infinite alternate;
}
.wide-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 33.333%;
  width: 66.667%;
  height: 54%;
  border-left: 3px solid var(--brand-cyan);
  border-bottom: 3px solid var(--brand-cyan);
  border-bottom-left-radius: 1.25rem;
  box-shadow: -8px 0 22px rgba(68,217,230,.46), 0 8px 22px rgba(68,217,230,.46);
  animation: neon-breathe 2.8s ease-in-out infinite reverse;
}
.wide-cta-top, .wide-cta-bottom { display: flex; justify-content: space-between; gap: 2rem; text-transform: uppercase; font-size: .74rem; font-weight: 900; letter-spacing: .08em; }
.cta-title { align-self: center; margin: 0; max-width: 11ch; font-size: clamp(4rem, 11vw, 11.5rem); line-height: .77; letter-spacing: -.08em; text-transform: uppercase; }
.cta-title em { color: var(--brand-cyan); }
.wide-cta .button.solid { background: var(--brand-cyan); color: var(--ink); border-color: var(--brand-cyan); }
.wide-cta .button.solid:hover, .wide-cta .button.solid:focus-visible { background: var(--paper); color: var(--ink); border-color: var(--paper); }

@keyframes neon-breathe {
  0%, 100% { opacity: .72; }
  50% { opacity: 1; }
}
@keyframes package-signal {
  0%, 8% { top: 0; opacity: 0; }
  16% { opacity: 1; }
  84% { opacity: 1; }
  92%, 100% { top: calc(100% - 11px); opacity: 0; }
}
@keyframes cta-cinema {
  0% { transform: scale(1.08) translate3d(-1%,0,0); }
  100% { transform: scale(1.16) translate3d(2%,-1.5%,0); }
}

@media (min-width: 901px) {
  body.home #main::before,
  body.home #main::after { display: none; }
  .statement::before { display: block; }
}

/* Release 1.0.14: clearer form rhythm and guided intake */
.form-shell { background: linear-gradient(135deg, #f5f7f6 0%, #edf5f5 100%); }
.form-aside {
  background:
    radial-gradient(circle at 25% 18%, rgba(68,217,230,.35), transparent 30%),
    linear-gradient(160deg, #dff8f9 0%, #f5f7f6 72%);
}
.form-aside-inner {
  padding: 1.4rem;
  border: 1px solid rgba(9,9,9,.16);
  border-radius: 1rem;
  background: rgba(255,255,255,.48);
  box-shadow: 0 22px 60px rgba(28,45,49,.08);
}
.project-form { display: grid; gap: 1.25rem; }
.form-section {
  margin: 0;
  padding: clamp(1.2rem, 2.8vw, 2.2rem);
  border: 1px solid rgba(9,9,9,.16);
  border-radius: 1rem;
  background: rgba(255,255,255,.66);
  box-shadow: 0 16px 45px rgba(28,45,49,.06);
}
.form-section legend {
  max-width: 100%;
  margin: 0 0 1.35rem;
  padding: 0 .45rem;
  font-size: clamp(1.55rem, 3.2vw, 3.15rem);
  line-height: .95;
}
.field input,
.field select,
.field textarea {
  border-color: rgba(9,9,9,.48);
  border-radius: .6rem;
  background: rgba(255,255,255,.82);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.field input:hover,
.field select:hover,
.field textarea:hover { border-color: var(--brand-cyan); }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 0;
  border-color: var(--brand-cyan);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(68,217,230,.28);
}
.choice label {
  border-color: rgba(9,9,9,.34);
  border-radius: .7rem;
  background: rgba(255,255,255,.64);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.choice label:hover { transform: translateY(-2px); border-color: var(--brand-cyan); }
.upload-zone { border-radius: .8rem; background: linear-gradient(135deg, rgba(68,217,230,.14), rgba(255,255,255,.7)); }
.project-form .form-actions {
  margin-top: .25rem;
  padding: 1.35rem;
  border: 1px solid rgba(9,9,9,.16);
  border-radius: 1rem;
  background: rgba(255,255,255,.64);
}
@media (max-width: 620px) {
  .form-aside { padding: 1.4rem var(--pad); }
  .form-aside-inner { padding: 1.15rem; }
  .project-form { padding: 1.5rem var(--pad) 3rem; gap: 1rem; }
  .form-section { padding: 1.15rem; border-radius: .85rem; }
  .form-section legend { margin-bottom: 1rem; padding: 0 .25rem; font-size: 1.7rem; }
  .project-form .form-actions { align-items: stretch; padding: 1.1rem; }
  .project-form .form-actions .button { width: 100%; justify-content: center; text-align: center; }
}

/* Release 1.0.17: storefront polish, focus clarity, and overflow protection */
html, body { max-width: 100%; overflow-x: clip; }
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--brand-cyan);
  outline-offset: 3px;
}
.default-content:has(.wp-block-woocommerce-cart) {
  background: radial-gradient(circle at 75% 10%, rgba(68,217,230,.15), transparent 26%), linear-gradient(145deg,#111517,#252d31);
  color: var(--paper);
}
.default-content:has(.wp-block-woocommerce-cart) > article { max-width: 94rem; }
.default-content:has(.wp-block-woocommerce-cart) > article > h1 { color: var(--brand-cyan); }
.wp-block-woocommerce-empty-cart-block {
  padding: clamp(2rem,4vw,4rem);
  border: 1px solid rgba(68,217,230,.28);
  border-radius: 1.2rem;
  background: rgba(255,255,255,.035);
  box-shadow: 0 28px 80px rgba(0,0,0,.22);
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
  margin: 0 auto 1rem;
  color: var(--paper);
  font-size: clamp(2.4rem,5vw,5.5rem);
  line-height: .9;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.wp-block-woocommerce-empty-cart-block .with-empty-cart-icon::before { display: none !important; }
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.with-empty-cart-icon { padding-top: 0 !important; }
.wp-block-woocommerce-empty-cart-block .is-style-dots { display: none; }
.wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(.wc-block-cart__empty-cart__title) {
  margin: 2.5rem 0 1.5rem;
  color: var(--brand-cyan);
  font-size: clamp(1.4rem,2.5vw,2.3rem);
  text-transform: uppercase;
}
.wp-block-product-new .wc-block-grid__products {
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1rem;
  margin: 0 !important;
}
.wp-block-product-new .wc-block-grid__product {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 1.4rem !important;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(68,217,230,.3);
  border-radius: 1rem;
  background: linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.02));
}
.wp-block-product-new .wc-block-grid__product:nth-child(2) { background: linear-gradient(145deg,rgba(68,217,230,.17),rgba(255,255,255,.03)); }
.wp-block-product-new .wc-block-grid__product:nth-child(1) { order: 3; }
.wp-block-product-new .wc-block-grid__product:nth-child(2) { order: 2; }
.wp-block-product-new .wc-block-grid__product:nth-child(3) { order: 1; }
.wp-block-product-new .wc-block-grid__product-image { display: none; }
.wp-block-product-new .wc-block-grid__product-title { min-height: 2.4em; color: var(--paper); font-size: 1rem; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
.wp-block-product-new .wc-block-grid__product-price { margin: 1rem 0 !important; color: var(--brand-cyan); }
.wp-block-product-new .wc-block-grid__product-price .amount { font-family: var(--serif); font-size: clamp(2.6rem,4vw,4.2rem); line-height: 1; }
.wp-block-product-new .wc-block-grid__product-add-to-cart { margin-top: auto; }
.wp-block-product-new .wp-block-button__link { width: 100%; border: 1px solid var(--brand-cyan); border-radius: .65rem; background: transparent; color: var(--brand-cyan); font-size: .7rem; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; }
.wp-block-product-new .wp-block-button__link:hover,
.wp-block-product-new .wp-block-button__link:focus-visible { background: var(--brand-cyan); color: var(--ink); }
@media (max-width: 760px) {
  .default-content:has(.wp-block-woocommerce-cart) { padding-top: 2rem; }
  .wp-block-woocommerce-empty-cart-block { padding: 1.2rem; }
  .wp-block-product-new .wc-block-grid__products { grid-template-columns: 1fr; }
}

/* Release 1.0.15: contact confidence and next-step clarity */
.contact-trust {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 1rem 0 1.4rem;
}

/* Release 1.0.16: modern package selector and compact purchase path */
.packages-hero {
  min-height: 62vh;
  color: var(--paper);
  border-color: rgba(68,217,230,.3);
  background:
    radial-gradient(circle at 78% 24%, rgba(68,217,230,.22), transparent 27%),
    linear-gradient(145deg, #111517 0%, #252d31 100%);
}
.packages-hero .page-hero-kicker { color: #c5d0d2; }
.packages-hero .page-title em { color: var(--brand-cyan); }
.package-trust-row { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.5rem; }
.package-trust-row span { padding: .5rem .7rem; border: 1px solid rgba(68,217,230,.4); border-radius: 999px; color: #dce6e7; font-size: .67rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.package-selector { padding: clamp(3.5rem, 6vw, 6rem) var(--pad); background: linear-gradient(180deg, #eef4f4 0%, #dfeaec 100%); }
.package-selector-head { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(18rem,.9fr); gap: 1rem 4rem; max-width: 86rem; margin: 0 auto clamp(2rem,4vw,3.5rem); }
.package-selector-head .eyebrow { grid-column: 1 / -1; color: #277a82; }
.package-selector-head h2 { margin: 0; font-size: clamp(3rem,6vw,6.2rem); line-height: .86; letter-spacing: -.065em; text-transform: uppercase; }
.package-selector-head > p:last-child { max-width: 32rem; margin: 0; align-self: end; font-size: 1.08rem; }
.package-choice-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(.9rem,1.6vw,1.4rem); max-width: 94rem; margin: 0 auto; }
.package-choice { position: relative; min-width: 0; min-height: 34rem; padding: 1.55rem; display: flex; flex-direction: column; border: 1px solid rgba(9,9,9,.16); border-radius: 1.2rem; background: rgba(255,255,255,.78); box-shadow: 0 18px 50px rgba(20,40,44,.11); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.package-choice:hover { transform: translateY(-7px); border-color: rgba(68,217,230,.8); box-shadow: 0 28px 70px rgba(20,40,44,.18), 0 0 35px rgba(68,217,230,.18); }
.package-choice.featured { color: var(--paper); border-color: rgba(68,217,230,.64); background: radial-gradient(circle at 82% 12%, rgba(68,217,230,.2), transparent 25%), linear-gradient(145deg,#2b3337,#171b1e); box-shadow: 0 25px 70px rgba(20,40,44,.28), 0 0 36px rgba(68,217,230,.17); }
.package-choice-top { display: flex; justify-content: space-between; gap: 1rem; color: #277a82; font-size: .68rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.package-choice.featured .package-choice-top { color: var(--brand-cyan); }
.package-badge { position: absolute; top: 3.2rem; right: 1.55rem; margin: 0; color: var(--brand-cyan); font-size: .62rem; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.package-choice h3 { margin: 2.6rem 0 .75rem; font-size: clamp(2.7rem,4vw,4.4rem); line-height: .84; letter-spacing: -.065em; text-transform: uppercase; }
.package-choice-promise { min-height: 4.5rem; margin: 0; line-height: 1.45; }
.package-choice-price { margin: 1.5rem 0 1.2rem; color: #277a82; font-family: var(--serif); font-size: clamp(3.7rem,5vw,5.4rem); line-height: .9; text-align: center; }
.package-choice.featured .package-choice-price { color: var(--brand-cyan); }
.package-choice-proof { display: grid; margin-bottom: 1.3rem; border-top: 1px solid rgba(9,9,9,.16); }
.package-choice.featured .package-choice-proof { border-color: rgba(68,217,230,.22); }
.package-choice-proof span { padding: .7rem 0; border-bottom: 1px solid rgba(9,9,9,.16); font-size: .78rem; font-weight: 800; }
.package-choice.featured .package-choice-proof span { border-color: rgba(68,217,230,.22); }
.package-choice .button { width: 100%; margin-top: auto; justify-content: center; }
.package-choice small { margin-top: .65rem; color: #5b6668; text-align: center; }
.package-choice.featured small { color: #bfc9cb; }
.buying-confidence { display: block; min-height: 0; padding: clamp(3.5rem,6vw,6rem) var(--pad); }
.buying-confidence-copy { display: grid; grid-template-columns: minmax(0,1fr) minmax(20rem,.75fr); gap: .7rem 3rem; max-width: 88rem; margin: 0 auto 2.5rem; }
.buying-confidence-copy .eyebrow { grid-column: 1 / -1; }
.buying-confidence-copy h2 { max-width: 11ch; margin: 0; }
.buying-confidence-copy > p:last-child { align-self: end; margin: 0; }
.buying-steps { position: relative; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; max-width: 94rem; margin: 0 auto; border-top: 0; }
.buying-steps::before { content: ""; position: absolute; top: 2rem; left: 7%; right: 7%; height: 2px; background: linear-gradient(90deg, transparent, var(--brand-cyan) 8% 92%, transparent); box-shadow: 0 0 16px rgba(68,217,230,.7); }
.buying-steps li { position: relative; z-index: 1; min-height: 12rem; padding: 1.3rem; display: block; border: 1px solid rgba(68,217,230,.28); border-radius: 1rem; background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.02)); }
.buying-steps li > span { display: grid; place-items: center; width: 2.3rem; height: 2.3rem; margin-bottom: 2rem; border: 1px solid var(--brand-cyan); border-radius: 50%; background: #182023; color: var(--brand-cyan); box-shadow: 0 0 18px rgba(68,217,230,.28); }
.buying-steps strong { font-size: 1.05rem; }
.buying-steps p { font-size: .84rem; line-height: 1.45; }
.scope-details { max-width: 94rem; margin: 1rem auto 0; border: 1px solid rgba(68,217,230,.28); border-radius: .8rem; background: rgba(255,255,255,.035); }
.scope-details summary { padding: 1rem 1.2rem; cursor: pointer; color: var(--brand-cyan); font-size: .75rem; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; }
.scope-details p { margin: 0; padding: 0 1.2rem 1.2rem; color: #c9d2d4; }
@media (max-width: 900px) {
  .package-selector-head, .buying-confidence-copy { grid-template-columns: 1fr; }
  .package-choice-grid, .buying-steps { grid-template-columns: 1fr; }
  .package-choice { min-height: 0; }
  .package-choice-promise { min-height: 0; }
  .buying-steps::before { top: 1rem; bottom: 1rem; left: 2.45rem; right: auto; width: 2px; height: auto; background: linear-gradient(180deg, transparent, var(--brand-cyan) 8% 92%, transparent); }
  .buying-steps li { min-height: 0; padding-left: 4.7rem; }
  .buying-steps li > span { position: absolute; left: 1.2rem; top: 1.2rem; margin: 0; }
}
@media (max-width: 620px) {
  .packages-hero { min-height: 0; padding-top: 4.3rem; }
  .package-trust-row { gap: .4rem; }
  .package-trust-row span { font-size: .6rem; }
  .package-selector { padding-top: 3rem; }
  .package-choice { padding: 1.3rem; border-radius: 1rem; }
  .package-choice h3 { margin-top: 2.2rem; }
  .package-badge { top: 3rem; right: 1.3rem; }
  .buying-confidence { padding-top: 3rem; padding-bottom: 3rem; }
}
.contact-trust span {
  padding: .52rem .7rem;
  border: 1px solid rgba(9,9,9,.38);
  border-radius: 999px;
  background: rgba(255,255,255,.35);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.contact-side form {
  padding: clamp(1rem, 2.5vw, 1.5rem);
  border: 1px solid rgba(9,9,9,.2);
  border-radius: 1rem;
  background: rgba(255,255,255,.3);
}
.contact-side form .field-grid { margin-top: 0 !important; }
.contact-side .form-actions { border-color: rgba(9,9,9,.28); }
.contact-steps { counter-reset: contact-step; margin-top: 2rem; }
.contact-steps li {
  position: relative;
  padding-left: 3rem;
  counter-increment: contact-step;
}
.contact-steps li::before {
  content: "0" counter(contact-step);
  position: absolute;
  left: 0;
  top: 1.2rem;
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .08em;
}
@media (max-width: 620px) {
  .contact-main { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .contact-side { padding-top: 2.5rem; }
  .contact-trust { gap: .4rem; }
  .contact-trust span { font-size: .61rem; }
}

.hero-brand { animation: hero-enter .8s cubic-bezier(.16,1,.3,1) .05s both; }
.eyebrow { animation: hero-enter .8s cubic-bezier(.16,1,.3,1) .18s both; }
.display span { animation: hero-enter .9s cubic-bezier(.16,1,.3,1) both; }
.display span:nth-child(1) { animation-delay: .22s; }
.display span:nth-child(2) { animation-delay: .34s; }
.display span:nth-child(3) { animation-delay: .46s; }
.hero-bottom { animation: hero-enter .9s cubic-bezier(.16,1,.3,1) .62s both; }
.home-hero-media img { animation: hero-drift 13s ease-in-out infinite alternate; will-change: transform; }
.button.lime { position: relative; overflow: hidden; }
.button.lime::after {
  content: "";
  position: absolute;
  top: -80%;
  bottom: -80%;
  left: -45%;
  width: 28%;
  background: rgba(255,255,255,.72);
  transform: skewX(-20deg);
  animation: action-sweep 4.2s ease-in-out 1.4s infinite;
}
.statement::before {
  content: "";
  position: absolute;
  z-index: 4;
  left: calc(33.333% - 5px);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 10px white, 0 0 24px var(--brand-cyan), 0 0 54px var(--brand-cyan);
  animation: neon-travel 4.2s ease-in-out infinite;
  display: none;
}
.price-card[data-reveal]:nth-child(2) { transition-delay: .12s; }
.price-card[data-reveal]:nth-child(3) { transition-delay: .24s; }

@keyframes hero-enter {
  from { opacity: 0; transform: translateY(2.2rem); }
  to { opacity: 1; transform: none; }
}
@keyframes hero-drift {
  from { transform: scale(1.015) translate3d(-.4%, 0, 0); }
  to { transform: scale(1.07) translate3d(1.5%, -.7%, 0); }
}
@keyframes action-sweep {
  0%, 68% { left: -45%; opacity: 0; }
  74% { opacity: .8; }
  92%, 100% { left: 125%; opacity: 0; }
}
@keyframes neon-travel {
  0% { top: 1.5rem; opacity: .25; }
  45% { opacity: 1; }
  100% { top: calc(100% - 1.5rem); opacity: .25; }
}
@keyframes page-neon-travel {
  0% { top: calc(100svh + 2.75rem); opacity: .2; }
  8%, 92% { opacity: 1; }
  100% { top: calc(100% - 2rem); opacity: .2; }
}
@keyframes tron-pulse {
  0%, 100% { opacity: .74; filter: brightness(.9); }
  50% { opacity: 1; filter: brightness(1.35); }
}
@keyframes tron-flow {
  from { background-position: 0 -420px; }
  to { background-position: 0 0; }
}

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; padding: 1.4rem var(--pad); background: var(--paper); color: var(--ink); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.site-footer img { width: 8.6rem; background: var(--brand-charcoal); }
.site-footer span:nth-child(2) { text-align: center; }
.site-footer span:last-child { text-align: right; }
.footer-contact { display:flex; flex-direction:column; gap:.25rem; }
.footer-contact a { color:inherit; text-decoration:none; }
.footer-contact a:hover, .footer-contact a:focus-visible { color:var(--brand-cyan); }
.footer-contact b { font:inherit; }
.contact-actions { display:flex; flex-wrap:wrap; align-items:center; gap:1rem; margin-top:2rem; }
.contact-actions .button { margin:0; }
.direct-email { display:flex; flex-direction:column; gap:.2rem; color:var(--ink); font-size:1rem; font-weight:900; text-decoration:none; }
.direct-email span { color:rgba(9,9,9,.62); font-size:.66rem; letter-spacing:.1em; text-transform:uppercase; }
.direct-email:hover, .direct-email:focus-visible { color:#124b50; }

[data-reveal] { opacity: 0; transform: translateY(1.6rem); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 5.8rem; }
  .brand img { width: 10.5rem; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 1.25rem var(--pad); background: var(--brand-charcoal); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); align-items: stretch; flex-direction: column; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .7rem 0; font-size: .85rem; }
  .site-nav .nav-cta { padding: .85rem; text-align: center; }
  .home-hero { display: block; }
  .home-hero-copy { min-height: 100svh; padding-top: 8.8rem; background: linear-gradient(180deg, rgba(9,9,9,.97), rgba(9,9,9,.82) 68%, rgba(9,9,9,.62)); }
  .home-hero-media { inset: 0; }
  .hero-brand { width: min(20rem, 72vw); }
  .home-hero::after { display: none; }
  .home-hero::before { left: .45rem; }
  body.home #main::before { left: .45rem; }
  body.home #main::after { left: calc(.45rem - 6px); }
  .statement { min-height: 0; }
  .statement-intro { min-height: 0; display: block; border-right: 0; border-bottom: 1px solid rgba(68,217,230,.28); }
  .statement .section-label { padding: 1.25rem var(--pad) .75rem; border-bottom: 0; }
  .statement-kicker { max-width: none; padding: .7rem var(--pad) 1.5rem; gap: .45rem; }
  .statement-kicker strong { font-size: clamp(1.9rem, 9vw, 2.35rem); line-height: .95; }
  .statement-kicker span { max-width: 22rem; font-size: .84rem; line-height: 1.45; }
  .statement-body { padding: 2rem var(--pad) 2.5rem; grid-template-columns: minmax(0, 1fr); gap: 1.75rem; align-items: start; }
  .statement-copy { gap: 1.15rem; }
  .big-statement { max-width: none; font-size: clamp(2.55rem, 12vw, 3.25rem); line-height: .92; }
  .statement-note { max-width: none; font-size: .93rem; }
  .statement .button { width: 100%; justify-content: center; text-align: center; }
  .signal-list { width: 100%; }
  .signal-list li { grid-template-columns: 2rem minmax(0, 1fr); gap: .75rem; padding: 1rem 0; }
  .signal-list strong { font-size: 1.15rem; }
  .signal-list small { font-size: .8rem; }
  .ticker-signal { width: 3.25rem; }
  .ticker-track { font-size: .7rem; animation-duration: 15s; }
  .ticker-track span { padding-inline: 1.7rem; }
  .package-preview::before, .package-preview::after, .wide-cta::after { display: none; }
  .section-grid, .page-hero, .care-plan, .form-shell, .contact-layout { grid-template-columns: 1fr; }
  .section-label, .form-aside, .contact-main { border-right: 0; border-bottom: 1px solid currentColor; }
  .price-row, .packages-grid { grid-template-columns: 1fr; }
  .buying-confidence { grid-template-columns: 1fr; }
  .buying-steps { grid-template-columns: 1fr; }
  .buying-note { grid-column: auto; }
  .price-card, .package { min-height: auto; border-right: 0; border-bottom: 1px solid currentColor; }
  .price-card:last-child, .package:last-child { border-bottom: 0; }
  .package-preview .price-card { min-height: 18rem; border: 1px solid rgba(68,217,230,.28); }
  .package-fit { min-height: 0; }
  .service-menu-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .work-card { min-height: 31rem; }
  .work-art { min-height: 22rem; }
  .form-aside-inner { position: static; }
}

@media (max-width: 620px) {
  :root { --pad: 1.4rem; }
  .brand { font-size: .86rem; }
  .brand img { width: 9.5rem; }
  .display { font-size: clamp(3.65rem, 18vw, 5.8rem); }
  .hero-bottom, .hero-actions, .field-grid, .choice-grid, .work-grid { grid-template-columns: 1fr; }
  .work-card { border-right: 0; }
  .page-hero { min-height: 45vh; padding-top: 4rem; }
  .page-title { font-size: clamp(3.7rem, 19vw, 6rem); }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer span, .site-footer span:nth-child(2), .site-footer span:last-child { text-align: left; }
  .wide-cta-bottom { flex-direction: column; }
  .ticker-signal { width: 3rem; }
  .ticker-track { font-size: .72rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .home-hero::after, .home-hero::before, .package-preview::after, .wide-cta::before, body.home #main::before, body.home #main::after { animation: none; }
  body.home #main::after { display: none; }
  .hero-brand, .eyebrow, .display span, .hero-bottom, .home-hero-media img, .button.lime::after, .statement::before { animation: none; }
}

/* WordPress and storefront integration */
body.admin-bar .site-header.hero-header { top: 32px; }
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  clip: auto !important;
  width: auto;
  height: auto;
  margin: 1rem;
  padding: .8rem 1rem;
  z-index: 99999;
  background: var(--lime);
  color: var(--ink);
}
.cart-link { white-space: nowrap; }
.woocommerce-page main.site-main,
.default-content {
  min-height: 70vh;
  padding: clamp(3rem, 7vw, 7rem) var(--pad);
  background: var(--paper);
  color: var(--ink);
}
.default-content > * { max-width: 70rem; margin-inline: auto; }
.woocommerce .woocommerce-breadcrumb { margin: 0 0 2rem; color: #62625f; }
.woocommerce .products ul,
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 2rem 0; background: var(--ink); border: 1px solid var(--ink); }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product { width: auto; margin: 0; padding: 1.5rem; background: var(--paper); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 1.6rem; line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: var(--blue); font-family: var(--serif); font-size: 2rem; }
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  border-radius: 0;
  background: var(--ink);
  color: var(--paper);
  padding: 1rem 1.2rem;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { background: var(--blue); color: white; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--blue); background: white; color: var(--ink); }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select { border: 1px solid var(--ink); padding: .85rem; }
.woocommerce table.shop_table { border-radius: 0; border-color: var(--ink); }
.brief-success { padding: 1rem 1.2rem; margin: 0 0 2rem; background: var(--lime); border: 1px solid var(--ink); font-weight: 800; }
.brief-error { padding: 1rem 1.2rem; margin: 0 0 2rem; background: #ffd8cf; border: 1px solid var(--ink); font-weight: 800; }
.package .added_to_cart { margin: 1rem 0 0; font-weight: 900; text-transform: uppercase; }
.legal-note { max-width: 42rem; font-size: .92rem; color: #5a5a56; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.default-content h1 { font-size: clamp(3rem, 8vw, 8rem); line-height: .85; letter-spacing: -.06em; text-transform: uppercase; }
.default-content article + article { margin-top: 4rem; padding-top: 4rem; border-top: 1px solid var(--ink); }
@media (max-width: 782px) { body.admin-bar .site-header.hero-header { top: 46px; } }
@media (max-width: 760px) {
  .woocommerce .products ul,
  .woocommerce ul.products { grid-template-columns: 1fr; }
}

/* Release 1.0.11: mobile story repair and next-level design portfolio */
.wide-cta::after { height: 80%; }
.work-page { background: #111517; color: var(--paper); }
.work-hero {
  min-height: 62vh;
  background: radial-gradient(circle at 82% 20%, rgba(68,217,230,.18), transparent 26%), linear-gradient(145deg,#101315,#242b2f);
  border-color: rgba(68,217,230,.38);
}
.work-hero .page-hero-kicker { color: #c7d0d2; }
.work-hero .page-title em { color: var(--brand-cyan); }
.work-controls {
  position: sticky;
  top: 6.25rem;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  padding: 1rem var(--pad);
  background: rgba(17,21,23,.92);
  color: var(--paper);
  border-bottom: 1px solid rgba(68,217,230,.34);
  backdrop-filter: blur(14px);
}
.filter-button { border-color: rgba(68,217,230,.48); color: var(--paper); padding: .72rem 1rem; }
.filter-button[aria-pressed="true"], .filter-button:hover, .filter-button:focus-visible { background: var(--brand-cyan); color: var(--ink); }
.work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: clamp(1rem,2vw,2rem);
  padding: clamp(1.3rem,3vw,3rem) var(--pad) clamp(4rem,7vw,7rem);
  background: #111517;
  color: var(--paper);
}
.work-card {
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(68,217,230,.25);
  border-radius: 1.1rem;
  background: #1c2225;
  box-shadow: 0 24px 70px rgba(0,0,0,.25);
}
.work-card:nth-child(even) { border-right: 1px solid rgba(68,217,230,.25); }
.work-visual { position: relative; min-height: 0; aspect-ratio: 16 / 10; overflow: hidden; background: #080b0c; }
.work-visual img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.015); transition: transform .7s cubic-bezier(.16,1,.3,1), filter .35s ease; }
.work-card:hover .work-visual img, .work-card:focus-within .work-visual img { transform: scale(1.055); filter: saturate(1.08) contrast(1.04); }
.work-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 58%,rgba(8,11,12,.58)); pointer-events:none; }
.work-number { position:absolute; z-index:2; right:1.2rem; bottom:.75rem; color:white; font-size:clamp(2rem,4vw,4rem); font-weight:950; letter-spacing:-.07em; text-shadow:0 3px 24px rgba(0,0,0,.65); }
.work-meta { padding:1.35rem 1.5rem 1.5rem; display:grid; grid-template-columns:minmax(0,1fr) auto; gap:1.5rem; align-items:end; border-top:1px solid rgba(68,217,230,.2); }
.work-meta small { color:var(--brand-cyan); font-size:.68rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.work-meta h2 { margin:.45rem 0 .35rem; font-size:clamp(2rem,3vw,3.5rem); line-height:.9; letter-spacing:-.055em; text-transform:uppercase; }
.work-meta p { margin:0; color:#c8d2d4; font-size:.95rem; }
.work-open { padding:.7rem 0; color:var(--brand-cyan); font-size:.72rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; white-space:nowrap; }
.work-open b { display:inline-block; margin-left:.35rem; transition:transform .25s ease; }
.work-card:hover .work-open b,.work-card:focus-within .work-open b { transform:translate(.2rem,-.2rem); }
.dialog-body .button { margin-top:2rem; }

@media (max-width: 900px) {
  .statement.section-grid { display:block !important; grid-template-columns:1fr !important; }
  .statement-intro { width:100%; }
  .statement-body { width:100%; }
  .work-controls { top:5.8rem; }
}
@media (max-width: 620px) {
  .work-controls { position: static; }
  .work-grid { grid-template-columns:1fr; gap:1rem; }
  .work-card { min-height:0; }
  .work-visual { aspect-ratio:4 / 3; }
  .work-meta { grid-template-columns:1fr; gap:1rem; }
  .work-open { padding:0; }
}

/* Release 1.0.12: continuous site-wide neon path and image-budget cleanup */
.work-controls {
  position: static;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(52rem, calc(100% - (2 * var(--pad))));
  margin: 1.25rem auto 0;
  padding: .45rem;
  border: 1px solid rgba(68,217,230,.34);
  border-radius: .9rem;
  background: #171c1f;
  box-shadow: 0 16px 42px rgba(0,0,0,.22);
  backdrop-filter: none;
}
.work-controls .filter-button {
  width: 100%;
  min-width: 0;
  padding: .8rem .5rem;
  border-color: transparent;
  font-size: .68rem;
}
.work-controls .filter-button + .filter-button { border-left-color: rgba(68,217,230,.3); }
body #main { position: relative; }
body.home #main::before,
body:not(.home) #main::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 30;
  top: 0;
  bottom: 0;
  left: clamp(.45rem, 1.2vw, 1rem);
  width: 3px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(68,217,230,.32) 0 62%, #44d9e6 70%, white 76%, #44d9e6 82%, rgba(68,217,230,.32) 100%);
  background-size: 100% 420px;
  background-repeat: repeat-y;
  box-shadow: 0 0 5px white, 0 0 16px var(--brand-cyan), 0 0 42px rgba(68,217,230,.82), 0 0 90px rgba(68,217,230,.38);
  animation: tron-flow 1.15s linear infinite, tron-pulse 2.4s ease-in-out infinite;
}
body.home #main::after,
body:not(.home) #main::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 31;
  left: calc(clamp(.45rem, 1.2vw, 1rem) - 6px);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  pointer-events: none;
  background: white;
  box-shadow: 0 0 10px white, 0 0 24px var(--brand-cyan), 0 0 54px var(--brand-cyan);
  animation: site-neon-travel 7.5s linear infinite;
}
@keyframes site-neon-travel {
  0% { top: .5rem; opacity: .18; }
  8%, 92% { opacity: 1; }
  100% { top: calc(100% - 1.5rem); opacity: .18; }
}
@media (min-width: 901px) {
  body.home #main::before,
  body.home #main::after { display: block; }
}
@media (prefers-reduced-motion: reduce) {
  body #main::before { animation: none; }
  body #main::after { display: none !important; }
}

/* Release 1.0.13: premium navigation shell and calmer interaction surfaces */
.button,
.menu-button,
.site-nav .nav-cta { border-radius: .65rem; }
.light-page .page-hero-kicker { color: #536064; }
@media (min-width: 901px) {
  .site-header {
    width: min(calc(100% - 2rem), 94rem);
    height: 6rem;
    margin: 1rem auto 0;
    padding-inline: 1.4rem;
    border: 1px solid rgba(68,217,230,.24);
    border-radius: 1.35rem;
    background: rgba(24,30,33,.9);
    box-shadow: 0 20px 60px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.04);
    backdrop-filter: blur(18px);
  }
  .site-header.hero-header {
    inset: 1rem 1rem auto;
    width: auto;
    margin: 0;
  }
}

/* Release 1.0.22: art-directed knowledge index and unified dark heroes */
body.answers-page { background: #0d1113; color: var(--paper); }
.answers-page #main { background: #0d1113; color: var(--paper); }
.answers-page .site-header { position: relative; }
.answers-hub, .answer-detail { min-height: 100vh; overflow: clip; }
.answers-hub [hidden], .answer-detail [hidden] { display: none !important; }

.answers-hero {
  position: relative;
  min-height: 32rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(68,217,230,.34);
  background:
    radial-gradient(circle at 72% 18%, rgba(68,217,230,.18), transparent 28%),
    linear-gradient(135deg,#0b0e0f 0%,#171e21 58%,#0f1416 100%);
}
.answers-hero::after {
  content:"";
  position:absolute;
  z-index:2;
  right:-8%;
  bottom:20%;
  width:58%;
  height:2px;
  background:var(--brand-cyan);
  transform:rotate(-8deg);
  box-shadow:0 0 10px white,0 0 24px var(--brand-cyan),0 0 70px rgba(68,217,230,.5);
  animation:neon-breathe 2.8s ease-in-out infinite;
  pointer-events:none;
}
.answers-hero-index { padding: clamp(2rem,4vw,4.5rem) var(--pad); display:flex; flex-direction:column; justify-content:space-between; border-right:1px solid rgba(68,217,230,.25); }
.answers-hero-index span { color:var(--brand-cyan); font-size:.78rem; font-weight:900; letter-spacing:.12em; }
.answers-hero-index p { margin:0; color:#aebabc; font-size:.78rem; font-weight:800; letter-spacing:.08em; line-height:1.5; text-transform:uppercase; }
.answers-hero-copy { position:relative; z-index:3; width:100%; display:flex; flex-direction:column; justify-content:center; padding:clamp(4rem,7vw,7rem) var(--pad); }
.answers-hero-copy h1 { margin:1.2rem 0 1.4rem; max-width:12ch; font-size:clamp(4.5rem,7.5vw,8rem); font-weight:950; line-height:.8; letter-spacing:-.08em; text-transform:uppercase; }
.answers-hero-copy h1 em { display:block; color:var(--brand-cyan); font-family:var(--serif); font-weight:400; text-transform:none; }
.answers-hero-copy > p:last-child { max-width:42rem; margin:0; color:#c7d1d3; font-size:clamp(1.05rem,1.5vw,1.35rem); }
.answers-hero-stats { position:relative; z-index:3; display:grid; align-content:end; border-left:1px solid rgba(68,217,230,.25); }
.answers-hero-stats div { padding:1.6rem var(--pad); border-top:1px solid rgba(68,217,230,.25); }
.answers-hero-stats strong { display:block; color:var(--brand-cyan); font-family:var(--serif); font-size:clamp(2.6rem,5vw,4.8rem); font-weight:400; line-height:.85; }
.answers-hero-stats span { display:block; margin-top:.55rem; color:#bac4c6; font-size:.67rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }

.answers-control { position:sticky; z-index:35; top:0; display:grid; grid-template-columns:minmax(16rem,1fr) auto; gap:1rem; align-items:end; padding:1rem var(--pad); border-bottom:1px solid rgba(68,217,230,.34); background:rgba(13,17,19,.94); backdrop-filter:blur(18px); }
.answers-search { display:grid; gap:.35rem; }
.answers-search span { color:#9faeb0; font-size:.62rem; font-weight:900; letter-spacing:.11em; text-transform:uppercase; }
.answers-search input { width:100%; padding:.8rem 1rem; border:1px solid rgba(68,217,230,.35); border-radius:.65rem; outline:0; background:#171d20; color:var(--paper); }
.answers-search input:focus { border-color:var(--brand-cyan); box-shadow:0 0 0 3px rgba(68,217,230,.13); }
.answers-filters { display:flex; flex-wrap:wrap; gap:.35rem; }
.answer-filter { padding:.73rem .9rem; border:1px solid rgba(68,217,230,.28); border-radius:.6rem; background:transparent; color:#dce3e4; font-size:.68rem; font-weight:900; letter-spacing:.07em; text-transform:uppercase; cursor:pointer; }
.answer-filter:hover,.answer-filter:focus-visible,.answer-filter.is-active { background:var(--brand-cyan); color:var(--ink); border-color:var(--brand-cyan); }
.answers-count { min-width:7rem; margin:0; color:#aebabc; font-size:.72rem; font-weight:800; text-align:right; text-transform:uppercase; }
.answers-count span { color:var(--brand-cyan); }

.answers-groups { background:linear-gradient(180deg,#111619,#0d1113); }
.answer-group { padding:clamp(1.5rem,2.5vw,2.8rem) var(--pad) clamp(3rem,5vw,5rem); border-bottom:1px solid rgba(68,217,230,.22); }
.answer-group-head { display:grid; grid-template-columns:minmax(0,1fr) minmax(12rem,.45fr); gap:1.5rem; align-items:end; margin-bottom:1.6rem; }
.answer-group-head > span { color:var(--brand-cyan); font:400 clamp(2.8rem,5vw,5.2rem)/.8 var(--serif); }
.answer-group-head p { margin:0; color:#98a7aa; font-size:.72rem; font-weight:800; letter-spacing:.07em; text-transform:uppercase; }
.answer-group-head h2 { margin:.2rem 0 0; font-size:clamp(3rem,4.5vw,5rem); line-height:.84; letter-spacing:-.07em; text-transform:uppercase; }
.answer-group-head > p { justify-self:end; max-width:15rem; text-align:right; }
.answer-card-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1rem; }
.answer-card { min-height:0; overflow:hidden; border:1px solid rgba(68,217,230,.23); border-radius:1rem; background:linear-gradient(145deg,#1b2225,#151a1d); box-shadow:0 22px 60px rgba(0,0,0,.2); transition:transform .3s ease,border-color .3s ease,background .3s ease; }
.answer-card:hover,.answer-card:focus-within { transform:translateY(-.35rem); border-color:var(--brand-cyan); background:linear-gradient(145deg,#1f2b2f,#151a1d); }
.answer-card-image { display:block; height:clamp(10rem,13vw,14rem); overflow:hidden; border-bottom:1px solid rgba(68,217,230,.3); background:#0b0f10; }
.answer-card-image img { width:100%; height:100%; display:block; object-fit:cover; filter:saturate(.82) contrast(1.05); transition:transform .45s ease,filter .45s ease; }
.answer-card:hover .answer-card-image img,.answer-card:focus-within .answer-card-image img { transform:scale(1.035); filter:saturate(1) contrast(1.08); }
.answer-card-content { min-height:18rem; display:flex; flex-direction:column; gap:.8rem; padding:1.2rem; }
.answer-card-top,.answer-card-bottom { display:flex; justify-content:space-between; gap:1rem; color:#91a1a4; font-size:.65rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.answer-card-top span:first-child { color:var(--brand-cyan); }
.answer-card h3 { margin:0; max-width:21ch; font-size:clamp(1.45rem,1.7vw,2.1rem); line-height:1; letter-spacing:-.045em; }
.answer-card h3 a { text-decoration:none; }
.answer-card p { display:-webkit-box; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:3; max-width:42rem; margin:0; color:#b9c4c6; font-size:.9rem; line-height:1.5; }
.answer-card-bottom { align-items:center; margin-top:auto; padding-top:1rem; border-top:1px solid rgba(68,217,230,.2); }
.answer-card-bottom a { color:var(--brand-cyan); text-decoration:none; }
.answer-card-bottom b { display:inline-block; margin-left:.3rem; transition:transform .2s ease; }
.answer-card:hover .answer-card-bottom b { transform:translate(.2rem,-.2rem); }
.answers-empty { padding:6rem var(--pad); text-align:center; }
.answers-empty h2 { margin:0; font-size:clamp(2.5rem,6vw,5rem); text-transform:uppercase; }
.answers-empty p { color:#b8c2c4; }
.answers-cta { min-height:38rem; display:grid; grid-template-columns:1.25fr .75fr; gap:clamp(2rem,6vw,7rem); align-items:end; padding:clamp(4rem,8vw,8rem) var(--pad); background:radial-gradient(circle at 85% 15%,rgba(68,217,230,.22),transparent 25%),#171d20; }
.answers-cta h2 { margin:1.5rem 0 0; max-width:12ch; font-size:clamp(3.7rem,8vw,8.5rem); line-height:.82; letter-spacing:-.075em; text-transform:uppercase; }
.answers-cta h2 em { color:var(--brand-cyan); font-family:var(--serif); font-weight:400; text-transform:none; }
.answers-cta > div:last-child { display:grid; gap:1.5rem; justify-items:start; }
.answers-cta > div:last-child p { max-width:31rem; margin:0; color:#c3cdcf; font-size:1.08rem; }

.answer-breadcrumb { display:flex; flex-wrap:wrap; gap:.55rem; padding:1.2rem var(--pad); border-bottom:1px solid rgba(68,217,230,.24); color:#aab7b9; font-size:.7rem; font-weight:900; letter-spacing:.06em; text-transform:uppercase; }
.answer-breadcrumb a { text-decoration:none; }
.answer-breadcrumb a:hover,.answer-breadcrumb a:focus-visible { color:var(--brand-cyan); }
.answer-detail-hero { min-height:38rem; display:grid; grid-template-columns:minmax(0,1.45fr) minmax(20rem,.7fr); border-bottom:1px solid rgba(68,217,230,.3); background:radial-gradient(circle at 78% 18%,rgba(68,217,230,.17),transparent 25%),linear-gradient(145deg,#0b0f10,#1a2225); }
.answer-detail-number { display:flex; flex-direction:column; justify-content:space-between; padding:clamp(2rem,4vw,4rem) var(--pad); border-right:1px solid rgba(68,217,230,.25); }
.answer-detail-number span { color:var(--brand-cyan); font:400 clamp(4rem,7vw,7.5rem)/.8 var(--serif); }
.answer-detail-number p { margin:0; color:#a9b7b9; font-size:.7rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.answer-detail-title { display:flex; flex-direction:column; justify-content:center; padding:clamp(3rem,6vw,6rem); }
.answer-detail-title h1 { margin:1.3rem 0 2rem; max-width:17ch; font-size:clamp(3.5rem,6.5vw,7rem); line-height:.86; letter-spacing:-.07em; }
.answer-detail-meta { display:flex; flex-wrap:wrap; gap:.55rem 1.2rem; color:#9cabad; font-size:.66rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.answer-direct { align-self:end; margin:2rem; padding:1.6rem; border:1px solid rgba(68,217,230,.38); border-radius:1rem; background:rgba(68,217,230,.08); box-shadow:0 20px 60px rgba(0,0,0,.22); }
.answer-direct strong { display:block; margin-bottom:.7rem; color:var(--brand-cyan); font-size:.66rem; letter-spacing:.11em; text-transform:uppercase; }
.answer-direct p { margin:0; font-size:1.05rem; line-height:1.55; }
.answer-detail-layout { display:grid; grid-template-columns:minmax(17rem,.5fr) minmax(0,1.5fr); align-items:start; }
.answer-toc { position:sticky; top:1rem; padding:clamp(2rem,4vw,4rem) var(--pad); border-right:1px solid rgba(68,217,230,.24); }
.answer-toc > p { margin:0 0 1.25rem; color:var(--brand-cyan); font-size:.66rem; font-weight:900; letter-spacing:.11em; text-transform:uppercase; }
.answer-toc ul { display:grid; gap:0; margin:0; padding:0; list-style:none; border-top:1px solid rgba(68,217,230,.2); }
.answer-toc li { border-bottom:1px solid rgba(68,217,230,.2); }
.answer-toc a { display:block; padding:.85rem 0; color:#c3cdcf; font-size:.8rem; text-decoration:none; }
.answer-toc a span { color:var(--brand-cyan); font-size:.65rem; font-weight:900; }
.answer-toc a:hover,.answer-toc a:focus-visible { color:white; }
.answer-toc .answer-back { display:block; margin-top:1.4rem; color:var(--brand-cyan); font-size:.68rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.answer-body { min-width:0; padding:clamp(3rem,7vw,7rem) clamp(2rem,8vw,10rem); }
.answer-body > section:not(.answer-actions) { max-width:54rem; padding:0 0 clamp(4rem,7vw,7rem); scroll-margin-top:2rem; }
.answer-section-number { margin:0 0 .8rem; color:var(--brand-cyan); font:400 2.5rem/1 var(--serif); }
.answer-body h2 { margin:0 0 1.5rem; max-width:17ch; font-size:clamp(2.5rem,5vw,5.3rem); line-height:.88; letter-spacing:-.06em; }
.answer-prose { color:#c6cfd1; font-size:clamp(1.05rem,1.25vw,1.18rem); line-height:1.75; }
.answer-prose p { margin:0 0 1.35rem; }
.answer-prose ul,.answer-prose ol { margin:0 0 1.5rem; padding-left:1.25rem; }
.answer-prose li { margin:.55rem 0; }
.answer-prose strong { color:white; }
.answer-prose a { color:var(--brand-cyan); }
.answer-actions { max-width:54rem; margin-top:1rem; padding:clamp(2rem,4vw,4rem); border:1px solid rgba(68,217,230,.38); border-radius:1rem; background:linear-gradient(145deg,rgba(68,217,230,.13),rgba(68,217,230,.03)); }
.answer-actions h2 { max-width:none; font-size:clamp(2.4rem,4vw,4.3rem); }
.answer-actions ul { display:grid; gap:1px; margin:2rem 0 0; padding:0; list-style:none; background:rgba(68,217,230,.23); }
.answer-actions li { position:relative; padding:1.1rem 1.1rem 1.1rem 2.4rem; background:#172023; font-weight:800; }
.answer-actions li::before { content:""; position:absolute; left:1rem; top:1.55rem; width:.65rem; height:2px; background:var(--brand-cyan); box-shadow:0 0 10px rgba(68,217,230,.7); }
.answer-related { padding:clamp(4rem,7vw,7rem) var(--pad); border-top:1px solid rgba(68,217,230,.3); background:#171d20; }
.answer-related-head { display:flex; justify-content:space-between; gap:2rem; align-items:end; margin-bottom:2rem; }
.answer-related-head h2 { margin:0; font-size:clamp(2.7rem,5vw,5.5rem); line-height:.86; letter-spacing:-.06em; text-transform:uppercase; }
.answer-related-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1px; background:rgba(68,217,230,.28); border:1px solid rgba(68,217,230,.28); }
.answer-related-grid a { min-height:16rem; display:grid; grid-template-rows:auto 1fr auto; gap:1rem; padding:1.5rem; background:#111719; text-decoration:none; }
.answer-related-grid span { color:var(--brand-cyan); font-size:.65rem; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.answer-related-grid strong { font-size:clamp(1.5rem,2.3vw,2.4rem); line-height:.95; }
.answer-related-grid b { justify-self:end; color:var(--brand-cyan); }
.answer-related-grid a:hover,.answer-related-grid a:focus-visible { background:#1c292c; }
.answer-detail-cta { min-height:32rem; display:grid; grid-template-columns:1.2fr .8fr; gap:3rem; align-items:end; padding:clamp(4rem,7vw,7rem) var(--pad); background:radial-gradient(circle at 80% 20%,rgba(68,217,230,.22),transparent 25%),#0d1113; }
.answer-detail-cta h2 { margin:1rem 0 0; font-size:clamp(4rem,8vw,8rem); line-height:.82; letter-spacing:-.08em; text-transform:uppercase; }
.answer-detail-cta h2 em { color:var(--brand-cyan); font-family:var(--serif); font-weight:400; text-transform:none; }
.answer-detail-cta > div:last-child { display:grid; gap:1.5rem; justify-items:start; }
.answer-detail-cta > div:last-child p { max-width:30rem; margin:0; color:#c2cdcf; font-size:1.1rem; }

@media (max-width: 1000px) {
  .answers-control { grid-template-columns:1fr; align-items:stretch; }
  .answers-count { text-align:left; }
  .answer-detail-hero { grid-template-columns:1fr; }
  .answer-direct { grid-column:1 / -1; margin:0; border-width:1px 0 0; border-radius:0; }
  .answer-detail-layout { grid-template-columns:15rem minmax(0,1fr); }
  .answer-card-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .answers-hero { min-height:0; display:block; }
  .answers-hero-index { min-height:0; flex-direction:row; gap:1rem; padding:1.2rem var(--pad); border-right:0; border-bottom:1px solid rgba(68,217,230,.25); }
  .answers-hero-index p { text-align:right; }
  .answers-hero-copy { padding:3.4rem var(--pad); }
  .answers-hero-copy h1 { font-size:clamp(3.8rem,18vw,6rem); }
  .answers-control { position:relative; }
  .answers-filters { display:grid; grid-template-columns:repeat(3,1fr); }
  .answer-filter { padding:.72rem .4rem; }
  .answer-group { padding-inline:var(--pad); }
  .answer-group-head { grid-template-columns:1fr; }
  .answer-group-head > p { grid-column:auto; justify-self:start; text-align:left; }
  .answer-group-head h2 { font-size:clamp(2.8rem,14vw,4.5rem); }
  .answer-card-grid { grid-template-columns:1fr; }
  .answer-card { min-height:0; }
  .answer-card-image { height:12rem; }
  .answer-card-content { min-height:16rem; }
  .answers-cta { min-height:0; grid-template-columns:1fr; }
  .answer-detail-hero { min-height:0; display:block; }
  .answer-detail-number { flex-direction:row; align-items:end; padding:1.2rem var(--pad); border-right:0; border-bottom:1px solid rgba(68,217,230,.25); }
  .answer-detail-number span { font-size:4rem; }
  .answer-detail-title { padding:3rem var(--pad); }
  .answer-detail-title h1 { font-size:clamp(3rem,14vw,5.2rem); }
  .answer-direct { margin:0; padding:1.5rem var(--pad); }
  .answer-detail-layout { display:block; }
  .answer-toc { position:relative; top:auto; padding:2rem var(--pad); border-right:0; border-bottom:1px solid rgba(68,217,230,.24); }
  .answer-body { padding:3.5rem var(--pad); }
  .answer-body h2 { max-width:none; }
  .answer-related-head { display:block; }
  .answer-related-head h2 { margin-top:1rem; }
  .answer-related-grid { grid-template-columns:1fr; }
  .answer-related-grid a { min-height:12rem; }
  .answer-detail-cta { min-height:0; grid-template-columns:1fr; }
  .answer-detail-cta h2 { font-size:clamp(3.8rem,18vw,6rem); }
}

@media (prefers-reduced-motion: reduce) {
  .answers-hero::after { animation:none; }
  .answer-card { transition:none; }
  .answer-card-image img { transition:none; }
}

/* One brand frame at the top of every primary page. */
.page-hero {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  border-color: rgba(68,217,230,.34);
  background:
    radial-gradient(circle at 78% 18%, rgba(68,217,230,.17), transparent 26%),
    linear-gradient(145deg,#090c0d 0%,#171e21 64%,#0d1113 100%);
}
.page-hero::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: 17%;
  width: 56%;
  height: 2px;
  background: var(--brand-cyan);
  transform: rotate(-7deg);
  box-shadow: 0 0 10px white, 0 0 24px var(--brand-cyan), 0 0 62px rgba(68,217,230,.45);
  pointer-events: none;
}
.page-hero > * { position: relative; z-index: 1; }
.page-hero-kicker,
.light-page .page-hero-kicker { color: #bdc8ca; }
.page-title em { color: var(--brand-cyan); font-family: var(--serif); font-weight: 400; text-transform: none; }
.page-intro { color: #d0d8d9; }

/* Contact is its own hero, so give it the same dark first impression. */
.contact-layout {
  color: var(--paper);
  border-bottom: 1px solid rgba(68,217,230,.34);
  background:
    radial-gradient(circle at 18% 18%, rgba(68,217,230,.16), transparent 24%),
    linear-gradient(145deg,#090c0d,#182023);
}
.contact-main { border-right-color: rgba(68,217,230,.28); }
.contact-main h1 em { color: var(--brand-cyan); }
.contact-layout .field input,
.contact-layout .field textarea,
.contact-layout .field select {
  color: var(--paper);
  border-color: rgba(68,217,230,.42);
  background: rgba(255,255,255,.035);
}
.contact-layout .field input:focus,
.contact-layout .field textarea:focus,
.contact-layout .field select:focus { outline-color: var(--brand-cyan); }
.contact-layout .contact-trust span {
  color: #dce5e6;
  border-color: rgba(68,217,230,.38);
  background: rgba(68,217,230,.08);
}
.contact-layout .contact-list li,
.contact-layout .form-actions { border-color: rgba(68,217,230,.28); }
.contact-layout .form-status { color: #bfcacc; }

/* Let the mixed photography and artwork feel intentionally human-curated. */
.answer-card-image img { filter: none; }
.answer-card:hover .answer-card-image img,
.answer-card:focus-within .answer-card-image img { filter: saturate(1.04) contrast(1.03); }
.answer-card-bottom { justify-content: flex-end; }

@media (max-width: 760px) {
  .page-hero::after { right:-18%; bottom:12%; width:72%; }
  .contact-layout { display:block; }
  .contact-main { border-right:0; border-bottom:1px solid rgba(68,217,230,.28); }
}
