/* =========================================================
   Landing variants — shared
   ========================================================= */

.v-editorial, .v-split, .v-gallery {
  position: relative;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-sans);
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

/* ============= Headshot treatments =============== */
[data-headshot="frame"] .v-ed-blob,
[data-headshot="frame"] .v-sp-circle,
[data-headshot="frame"] .v-gl-blob,
[data-headshot="block"] .v-ed-blob,
[data-headshot="block"] .v-sp-circle,
[data-headshot="block"] .v-gl-blob {
  display: none;
}

/* Thin frame — hairline rectangle offset behind headshot */
[data-headshot="frame"] .v-ed-hero-right::before,
[data-headshot="frame"] .v-sp-headshot-wrap::before,
[data-headshot="frame"] .v-gl-portrait-frame::before {
  content: "";
  position: absolute;
  inset: 12px -16px -16px 12px;
  border: 1px solid var(--orange);
  border-radius: 4px;
  z-index: 0;
  pointer-events: none;
}

[data-headshot="frame"] .v-ed-headshot,
[data-headshot="frame"] .v-sp-headshot,
[data-headshot="frame"] .v-gl-headshot {
  border-radius: 4px !important;
}

[data-headshot="frame"] .v-sp-headshot-wrap::before {
  inset: 14px -14px -14px 14px;
  border-radius: 50%;
}
[data-headshot="frame"] .v-sp-headshot {
  border-radius: 50% !important;
}

/* Solid color block — flat accent rectangle offset diagonally behind */
[data-headshot="block"] .v-ed-hero-right::before,
[data-headshot="block"] .v-sp-headshot-wrap::before,
[data-headshot="block"] .v-gl-portrait-frame::before {
  content: "";
  position: absolute;
  inset: 24px -20px -20px 24px;
  background: var(--orange);
  border-radius: 4px;
  z-index: 0;
  pointer-events: none;
}

[data-headshot="block"] .v-ed-headshot,
[data-headshot="block"] .v-sp-headshot,
[data-headshot="block"] .v-gl-headshot {
  border-radius: 4px !important;
}

[data-headshot="block"] .v-sp-headshot-wrap::before {
  inset: 20px -20px -20px 20px;
}
[data-headshot="block"] .v-sp-headshot {
  border-radius: 50% !important;
}

/* =========================================================
   VARIANT A — Editorial
   ========================================================= */

.v-editorial { padding-bottom: 0; }

.v-ed-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 64px;
  border-bottom: 1px solid var(--rule);
}

.v-ed-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.v-ed-link {
  font-size: 14px;
  color: var(--navy);
  text-decoration: none;
  transition: color 0.2s ease;
}
.v-ed-link:hover { color: var(--orange); }

/* Hero */
.v-ed-hero {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 72px;
  padding: 96px 64px 120px;
  align-items: center;
  position: relative;
}

.v-ed-h1 {
  font-size: clamp(56px, 6.5vw, 104px);
  line-height: 0.98;
  letter-spacing: -0.025em;
  margin: 28px 0 36px;
  color: var(--navy);
}
.v-ed-h1 em {
  color: var(--orange);
  font-style: italic;
}

.v-ed-sub {
  font-size: 18px;
  line-height: 1.6;
  max-width: 52ch;
  color: var(--ink-mute);
  margin-bottom: 40px;
}

.v-ed-cta { display: flex; gap: 12px; flex-wrap: wrap; }

.v-ed-hero-right {
  position: relative;
  aspect-ratio: 4/5;
}

.v-ed-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.v-ed-blob-orange {
  width: 65%;
  height: 65%;
  background: var(--orange);
  top: -8%;
  right: -8%;
  border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%;
  z-index: 1;
  opacity: 0.92;
}

.v-ed-blob-navy {
  width: 28%;
  height: 28%;
  background: var(--navy);
  bottom: -3%;
  left: 5%;
  border-radius: 50% 60% 40% 50% / 60% 40% 60% 40%;
  z-index: 3;
}

.v-ed-headshot {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: auto;
  height: auto;
  border: 1px solid var(--rule);
  background-size: cover, auto !important;
  background-position: center 20%, 0 0 !important;
  background-color: var(--cream-2) !important;
}

.v-ed-quote {
  position: absolute;
  bottom: -30px;
  right: -10px;
  z-index: 4;
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 20px 24px;
  border-radius: 16px;
  max-width: 280px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 16px;
  line-height: 1.4;
  color: var(--navy);
  box-shadow: 0 12px 40px -16px rgba(26, 41, 66, 0.2);
}

.v-ed-quote-attr {
  display: block;
  margin-top: 10px;
  font-family: var(--font-sans);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* Marquee */
.v-ed-marquee {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 22px 0;
  overflow: hidden;
  background: var(--paper);
}

.v-ed-marquee-track {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  animation: vEdScroll 40s linear infinite;
  width: max-content;
}

@keyframes vEdScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.v-ed-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 48px;
  font-family: var(--font-serif);
  font-size: 22px;
  color: var(--navy);
  font-style: italic;
}

.v-ed-marquee-dot { color: var(--orange); font-style: normal; }

/* Pillars */
.v-ed-pillars {
  padding: 120px 64px;
}

.v-ed-pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.v-ed-pillar {
  padding: 48px 40px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: var(--cream);
  transition: background 0.3s ease;
}
.v-ed-pillar:hover { background: var(--paper); }

.v-ed-pillar-num {
  display: inline-block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14px;
  color: var(--orange);
  margin-bottom: 20px;
}

.v-ed-pillar h3 { margin-bottom: 14px; }

.v-ed-pillar p {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--ink-mute);
}

/* Services */
.v-ed-services {
  padding: 0 64px 120px;
}

.v-ed-service-list {
  display: flex;
  flex-direction: column;
}

.v-ed-service {
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  gap: 56px;
  padding: 36px 0;
  border-top: 1px solid var(--rule);
  align-items: baseline;
}

.v-ed-service:last-child { border-bottom: 1px solid var(--rule); }

.v-ed-service-cadence {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--orange);
}

.v-ed-service h3 { font-size: 28px; }

.v-ed-service p {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--ink-mute);
  max-width: 44ch;
}

/* AI section */
.v-ed-ai {
  background: var(--navy);
  color: var(--paper);
  padding: 120px 64px;
  position: relative;
  overflow: hidden;
}

.v-ed-ai::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: var(--orange);
  border-radius: 50%;
  opacity: 0.18;
  filter: blur(40px);
}

.v-ed-ai-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
  position: relative;
}

.v-ed-ai .eyebrow { color: var(--orange-soft); margin-bottom: 24px; }

.v-ed-ai h2 {
  color: var(--paper);
  font-size: clamp(40px, 4.5vw, 64px);
}
.v-ed-ai h2 em { color: var(--orange-soft); }

.v-ed-ai-body p {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(245, 239, 228, 0.78);
  margin-bottom: 24px;
}

.v-ed-ai-result {
  border-top: 1px solid rgba(245, 239, 228, 0.2);
  padding-top: 24px;
  color: var(--paper) !important;
}

/* Proof */
.v-ed-proof {
  padding: 96px 64px;
}

.v-ed-proof-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
  border-top: 1px solid var(--rule);
  padding-top: 56px;
}

.v-ed-proof-num {
  font-family: var(--font-serif);
  font-size: clamp(36px, 3.4vw, 52px);
  letter-spacing: -0.03em;
  color: var(--navy);
  font-variation-settings: "opsz" 144, "SOFT" 50;
  margin-bottom: 8px;
  line-height: 1;
}

.v-ed-proof-stat:nth-child(odd) .v-ed-proof-num {
  color: var(--orange);
  font-style: italic;
}

.v-ed-proof-label {
  font-size: 13px;
  color: var(--ink-mute);
  line-height: 1.4;
}

/* Contact */
.v-ed-contact { padding: 0 64px 80px; }

.v-ed-contact-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 28px;
  padding: 80px 64px;
  position: relative;
  overflow: hidden;
}

.v-ed-contact-card::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 320px;
  height: 320px;
  background: var(--orange);
  opacity: 0.18;
  border-radius: 50%;
  filter: blur(20px);
}

.v-ed-contact-card .eyebrow { margin-bottom: 24px; }

.v-ed-contact-card h2 { max-width: 16ch; margin-bottom: 24px; position: relative; }
.v-ed-contact-card h2 em { color: var(--orange); }

.v-ed-contact-sub {
  max-width: 50ch;
  font-size: 17px;
  color: var(--ink-mute);
  margin-bottom: 36px;
  position: relative;
}

.v-ed-contact-cta { display: flex; gap: 12px; flex-wrap: wrap; position: relative; }

.v-ed-footer {
  border-top: 1px solid var(--rule);
  padding: 32px 64px;
  font-size: 13px;
  color: var(--ink-mute);
}

/* =========================================================
   VARIANT B — Split / Asymmetric
   ========================================================= */

.v-split { background: var(--cream); }

.v-sp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.v-sp-nav {
  display: flex;
  gap: 24px;
  align-items: center;
}

.v-sp-nav a {
  font-size: 14px;
  color: var(--navy);
  text-decoration: none;
}
.v-sp-nav a.btn-orange { color: var(--paper); }

/* Hero — full bleed split */
.v-sp-hero {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  min-height: 720px;
}

.v-sp-left {
  background: var(--navy);
  color: var(--paper);
  padding: 160px 80px 80px;
  position: relative;
  overflow: hidden;
}

.v-sp-left::before {
  content: "";
  position: absolute;
  bottom: -160px;
  left: -160px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(245, 239, 228, 0.08);
  border-radius: 50%;
}

.v-sp-h1 {
  font-size: clamp(48px, 5.5vw, 84px);
  line-height: 1;
  color: var(--paper);
  letter-spacing: -0.025em;
  margin: 28px 0 36px;
  position: relative;
  text-wrap: balance;
}
.v-sp-h1 em { color: var(--orange-soft); font-style: italic; }

.v-sp-sub {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(245, 239, 228, 0.78);
  max-width: 48ch;
  margin-bottom: 56px;
  position: relative;
}

.v-sp-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  border-top: 1px solid rgba(245, 239, 228, 0.18);
  padding-top: 28px;
  position: relative;
}

.v-sp-meta-k {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange-soft);
  margin-bottom: 8px;
}

.v-sp-meta-v {
  font-size: 14px;
  color: var(--paper);
  line-height: 1.4;
}

.v-sp-right {
  background: var(--cream);
  padding: 160px 64px 80px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  position: relative;
}

.v-sp-headshot-wrap {
  position: relative;
  width: 280px;
  height: 280px;
  margin: 0 auto;
}

.v-sp-circle {
  position: absolute;
  inset: -10px -10px auto auto;
  width: 80%;
  height: 80%;
  background: var(--orange);
  border-radius: 50%;
  z-index: 0;
}

.v-sp-headshot {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--rule);
  z-index: 1;
  aspect-ratio: 1;
}

.v-sp-numbers {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--rule);
}

.v-sp-num-row {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
}

.v-sp-num {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 32px;
  color: var(--orange);
  font-variation-settings: "opsz" 144;
  flex-shrink: 0;
  width: 110px;
  letter-spacing: -0.02em;
}

.v-sp-num-label {
  font-size: 14px;
  color: var(--ink-mute);
  line-height: 1.4;
}

/* About */
.v-sp-about {
  padding: 120px 80px;
  background: var(--paper);
}

.v-sp-about-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 72px;
  max-width: 1200px;
  margin: 0 auto;
}

.v-sp-about-lead {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--navy);
  margin-bottom: 32px;
  text-wrap: pretty;
}
.v-sp-about-lead em { color: var(--orange); }

.v-sp-about-body {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-mute);
  max-width: 60ch;
}

.v-sp-about-body + .v-sp-about-body {
  margin-top: 20px;
}

/* Pillars */
.v-sp-pillars { padding: 120px 80px; }

.v-sp-pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 64px;
  margin-top: 32px;
}

.v-sp-pillar { padding: 0; }

.v-sp-pillar-head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 14px;
}

.v-sp-pillar-num {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 22px;
  color: var(--orange);
  flex-shrink: 0;
}

.v-sp-pillar p {
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--ink-mute);
}

/* Services */
.v-sp-services {
  padding: 0 80px 120px;
}

.v-sp-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.v-sp-service {
  background: var(--navy);
  color: var(--paper);
  border: 1px solid var(--navy);
  border-radius: 18px;
  padding: 32px;
  transition: all 0.2s ease;
}
.v-sp-service:hover {
  border-color: var(--orange);
  transform: translateY(-2px);
}
.v-sp-service h3 { color: var(--paper); }

.v-sp-service-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.v-sp-service h3 { font-size: 22px; }

.v-sp-service-tag {
  font-family: var(--font-mono);
  font-size: 10.5px;
  white-space: nowrap;
  order: -1;
  letter-spacing: 0.06em;
  color: var(--paper);
  background: var(--orange);
  border: 1px solid var(--orange);
  padding: 4px 10px;
  border-radius: 999px;
  flex-shrink: 0;
}

.v-sp-service p { font-size: 15px; color: rgba(245, 239, 228, 0.78); line-height: 1.6; }

/* AI card */
.v-sp-ai { padding: 0 80px 120px; }

.v-sp-ai-card {
  background: var(--navy);
  color: var(--paper);
  border-radius: 28px;
  padding: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  position: relative;
  overflow: hidden;
}

.v-sp-ai-card::before {
  content: "";
  position: absolute;
  bottom: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  background: var(--orange);
  border-radius: 50%;
  opacity: 0.18;
  filter: blur(40px);
}

.v-sp-ai-left h2 {
  color: var(--paper);
  margin-top: 16px;
  font-size: clamp(40px, 4vw, 64px);
}
.v-sp-ai-left h2 em { color: var(--orange-soft); font-style: italic; }

.v-sp-ai-left p {
  margin-top: 24px;
  color: rgba(245, 239, 228, 0.78);
  font-size: 17px;
  line-height: 1.6;
  position: relative;
}

.v-sp-ai-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.v-sp-ai-list li {
  font-size: 16px;
  line-height: 1.55;
  color: rgba(245, 239, 228, 0.85);
  display: flex;
  gap: 14px;
}

.v-sp-ai-list span {
  color: var(--orange-soft);
  font-family: var(--font-serif);
  flex-shrink: 0;
}

/* Contact */
.v-sp-contact {
  padding: 96px 80px 64px;
  border-top: 1px solid var(--rule);
}

.v-sp-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.v-sp-contact-grid h2 { font-size: clamp(36px, 4vw, 56px); }
.v-sp-contact-grid h2 em { color: var(--orange); }

.v-sp-contact-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.v-sp-footer {
  border-top: 1px solid var(--rule);
  padding: 28px 80px;
  font-size: 13px;
  color: var(--ink-mute);
}

/* =========================================================
   VARIANT C — Gallery / Quiet
   ========================================================= */

.v-gallery {
  padding: 0 64px;
  max-width: 100%;
}

.v-gl-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 0;
  border-bottom: 1px solid var(--rule);
}

.v-gl-cta {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 17px;
  color: var(--orange);
  text-decoration: none;
  border-bottom: 1px solid var(--orange);
  padding-bottom: 2px;
  transition: all 0.2s ease;
}
.v-gl-cta:hover { color: var(--orange-deep); }

.v-gl-hero {
  text-align: center;
  padding: 140px 0 80px;
  max-width: 980px;
  margin: 0 auto;
}

.v-gl-hero .eyebrow { margin-bottom: 32px; display: inline-block; }

.v-gl-h1 {
  font-size: clamp(48px, 6vw, 88px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--navy);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 40px;
}

.v-gl-h1 em {
  color: var(--orange);
  font-style: italic;
  font-size: 1.05em;
  display: block;
}

.v-gl-sub {
  max-width: 60ch;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink-mute);
}

/* Portrait */
.v-gl-portrait {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 100px;
}

.v-gl-portrait-frame {
  position: relative;
  width: 380px;
  aspect-ratio: 4/5;
}

.v-gl-blob {
  position: absolute;
  inset: -8% -8% auto auto;
  width: 60%;
  height: 60%;
  background: var(--orange);
  border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%;
  z-index: 0;
}

.v-gl-headshot {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid var(--rule);
}

.v-gl-portrait-cap {
  margin-top: 28px;
  font-size: 14px;
  color: var(--ink-mute);
  letter-spacing: 0.02em;
}

/* Quote */
.v-gl-quote {
  text-align: center;
  padding: 80px 0;
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.v-gl-quote-text {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.25;
  color: var(--navy);
  letter-spacing: -0.015em;
  margin-bottom: 20px;
  text-wrap: balance;
}
.v-gl-quote-text em { color: var(--orange); font-style: italic; }

.v-gl-quote-attr {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* Section labels */
.v-gl-section-label {
  display: block;
  margin-bottom: 48px;
  text-align: center;
}

/* Pillars */
.v-gl-pillars { padding: 120px 0; max-width: 880px; margin: 0 auto; }

.v-gl-pillar-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.v-gl-pillar {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  padding: 36px 0;
  border-top: 1px solid var(--rule);
  align-items: start;
}

.v-gl-pillar:last-child { border-bottom: 1px solid var(--rule); }

.v-gl-pillar-num {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 32px;
  color: var(--orange);
  font-variation-settings: "opsz" 144;
}

.v-gl-pillar h3 { margin-bottom: 12px; }

.v-gl-pillar p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-mute);
}

/* Services */
.v-gl-services { padding: 80px 0 120px; }

.v-gl-service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}

.v-gl-service {
  text-align: center;
  padding: 40px 24px;
  border: 1px solid var(--rule);
  border-radius: 18px;
  background: var(--paper);
  transition: all 0.2s ease;
}
.v-gl-service:hover { border-color: var(--orange); }

.v-gl-service h3 { font-size: 22px; margin-bottom: 16px; }
.v-gl-service p {
  font-size: 14.5px;
  color: var(--ink-mute);
  line-height: 1.6;
  margin-bottom: 20px;
}

.v-gl-service-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--orange);
  padding: 6px 12px;
  border: 1px solid var(--orange);
  border-radius: 999px;
}

/* AI */
.v-gl-ai {
  padding: 80px 0 120px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.v-gl-ai-text {
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.35;
  color: var(--navy);
  letter-spacing: -0.01em;
}
.v-gl-ai-text em { color: var(--orange); font-style: italic; }

/* Proof */
.v-gl-proof { padding: 80px 0; }

.v-gl-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 32px;
  max-width: 920px;
  margin: 0 auto;
}

.v-gl-proof {
  text-align: center;
}

.v-gl-proof-num {
  font-family: var(--font-serif);
  font-size: clamp(40px, 4vw, 56px);
  letter-spacing: -0.02em;
  color: var(--navy);
  font-variation-settings: "opsz" 144, "SOFT" 50;
  line-height: 1;
  margin-bottom: 12px;
}

.v-gl-proof:nth-child(odd) .v-gl-proof-num {
  color: var(--orange);
  font-style: italic;
}

.v-gl-proof-label {
  font-size: 13px;
  color: var(--ink-mute);
  line-height: 1.4;
}

/* Contact */
.v-gl-contact {
  text-align: center;
  padding: 120px 0;
  max-width: 880px;
  margin: 0 auto;
  border-top: 1px solid var(--rule);
}

.v-gl-contact .eyebrow { margin-bottom: 32px; }

.v-gl-contact-h {
  font-size: clamp(36px, 4.4vw, 60px);
  margin-bottom: 40px;
}
.v-gl-contact-h em { color: var(--orange); }

.v-gl-contact-cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.v-gl-footer {
  border-top: 1px solid var(--rule);
  padding: 28px 0;
  font-size: 13px;
  color: var(--ink-mute);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

/* =========================================================
   Responsive (mostly tweaked for canvas use; main viewing
   happens at 1280–1440 artboard widths)
   ========================================================= */

@media (max-width: 880px) {
  .v-ed-hero, .v-sp-hero { grid-template-columns: 1fr; }
  .v-ed-pillar-grid, .v-sp-pillar-grid { grid-template-columns: 1fr; }
  .v-ed-proof-grid { grid-template-columns: repeat(3, 1fr); }
  .v-sp-service-grid { grid-template-columns: repeat(2, 1fr); }
  .v-gl-service-list { grid-template-columns: 1fr; }
  .v-sp-ai-card, .v-sp-contact-grid { grid-template-columns: 1fr; gap: 32px; }
}


/* =========================================================
   Variant C (Composed) overrides
   ========================================================= */
.v-composed .v-ed-marquee { display: none; }

/* Composed layout — make hero headshot ~25% of original size */
.v-composed .v-ed-hero {
  grid-template-columns: 1fr 220px;
  align-items: start;
  gap: 56px;
}
.v-composed .v-ed-hero-right {
  aspect-ratio: 4/5;
  max-width: 220px;
  margin-top: 36px;
}
.v-composed .v-ed-quote {
  display: none; /* the small quote card was sized for a larger frame */
}

/* Composed layout — headshot moves from hero into bio aside */
.v-composed .v-ed-hero {
  grid-template-columns: 1fr;
  gap: 0;
}
.v-composed .v-ed-hero-right { display: none; }

/* Hero accent logo — sits to the right of the headline in the composed variant. */
.v-composed .v-ed-hero {
  position: relative;
}
.v-composed-hero-logo {
  position: absolute;
  top: -24px;
  right: 24px;
  width: clamp(220px, 28%, 360px);
  height: auto;
  opacity: 0.92;
  pointer-events: none;
  z-index: 0;
}
.v-composed .v-ed-hero-left { position: relative; z-index: 1; }

.v-composed-about-grid {
  grid-template-columns: 280px 1fr !important;
  gap: 64px !important;
  align-items: start;
}
.v-composed-about-aside {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
}
.v-composed-about-headshot {
  width: 240px;
  aspect-ratio: 4/5;
  position: relative;
  border: 1px solid var(--rule);
  background-color: var(--cream-2) !important;
  background-size: cover, auto !important;
  background-position: center 20%, 0 0 !important;
}
/* Solid color block — accent rectangle offset behind */
[data-headshot="block"] .v-composed-about-aside::before {
  content: "";
  position: absolute;
  width: 240px;
  aspect-ratio: 4/5;
  background: var(--orange);
  top: 18px;
  left: 18px;
  z-index: 0;
}
[data-headshot="block"] .v-composed-about-headshot {
  z-index: 1;
}
/* Thin frame variant */
[data-headshot="frame"] .v-composed-about-aside::before {
  content: "";
  position: absolute;
  width: 240px;
  aspect-ratio: 4/5;
  border: 1px solid var(--orange);
  top: 14px;
  left: 14px;
  z-index: 0;
}
[data-headshot="frame"] .v-composed-about-headshot {
  z-index: 1;
}

@media (max-width: 880px) {
  .v-composed-about-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ============= Merged About → Practice intro ============= */
.v-composed-pillars {
  padding-top: 0 !important;
}
.v-composed-pillars-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 56px;
  padding-top: 24px;
  border-top: 1px solid rgba(26, 41, 66, 0.12);
}
.v-composed-pillars-intro .eyebrow {
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange, #d4633a);
  margin: 0;
  padding-top: 6px;
}
.v-composed-pillars-h2 {
  font-family: var(--font-serif, "Fraunces", serif);
  font-weight: 300;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--navy, #1a2942);
  margin: 0 0 18px;
}
.v-composed-pillars-h2 em {
  font-style: italic;
  color: var(--orange, #d4633a);
}
.v-composed-pillars-lead {
  font-family: var(--font-serif, "Newsreader", serif);
  font-size: 18px;
  line-height: 1.5;
  color: var(--ink, #1a2942);
  opacity: 0.78;
  margin: 0;
  max-width: 56ch;
}
@media (max-width: 880px) {
  .v-composed-pillars-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .v-composed-pillars-h2 { font-size: 34px; }
}

/* =========================================================
   Icon-incorporated variants (G–J)
   Single-color EA monogram used as a graphic element:
   watermark bleed, block portrait, repeating marquee.
   ========================================================= */

/* --- Container needs to be a positioning context for the watermark --- */
.v-composed.v-has-watermark,
.v-composed.v-has-iconblock,
.v-composed.v-has-iconmarquee {
  position: relative;
  overflow: hidden;
}

/* ---------- Watermark variant ----------
   A massive EA monogram bleeds off the top-right of the page.
   The icon is decorative; content sits above it (z-index). */
.v-icon-watermark {
  position: absolute;
  top: -120px;
  right: -180px;
  width: 920px;
  height: auto;
  opacity: 0.10;
  pointer-events: none;
  z-index: 0;
  user-select: none;
  -webkit-user-drag: none;
}
.v-has-watermark[data-icon-color="navy"] .v-icon-watermark { opacity: 0.08; }
.v-has-watermark[data-icon-color="orange"] .v-icon-watermark { opacity: 0.14; }

/* Make sure the actual content sits above the watermark */
.v-has-watermark > header,
.v-has-watermark > section,
.v-has-watermark > footer {
  position: relative;
  z-index: 1;
}

/* On navy backgrounds, the watermark switches to a cream tint */
[data-bg="navy"] .v-icon-watermark {
  content: url("assets/ea-icon-cream.png");
  opacity: 0.07;
}

/* ---------- Block variant ----------
   The headshot column is replaced by a solid color "tile"
   that holds the EA icon centered — like a label or stamp. */
.v-has-iconblock .v-ed-hero {
  grid-template-columns: 1fr 360px !important;
  gap: 56px;
  align-items: center;
}
.v-has-iconblock .v-ed-hero-right {
  display: none !important;
}
.v-icon-block {
  position: relative;
  aspect-ratio: 1 / 1.05;
  width: 100%;
  max-width: 360px;
  background: var(--cream-2, #ede4d3);
  border: 1px solid var(--rule, rgba(26, 41, 66, 0.12));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px;
}
/* offset accent rectangle for warmth */
.v-icon-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--orange, #d4633a);
  transform: translate(18px, 18px);
  z-index: -1;
}
.v-has-iconblock[data-icon-color="orange"] .v-icon-block::before {
  background: var(--navy, #1a2942);
}
.v-has-iconblock[data-icon-color="navy"] .v-icon-block {
  background: var(--paper, #fcfcfa);
}
.v-icon-block img {
  width: 100%;
  height: auto;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}

/* On the dark variants, swap the block to a transparent tile */
[data-bg="navy"] .v-icon-block {
  background: transparent;
  border-color: rgba(245, 239, 228, 0.18);
}
[data-bg="navy"] .v-icon-block::before {
  background: var(--orange, #d4633a);
  opacity: 0.85;
}

/* ---------- Icon marquee variant ----------
   The text scroll is replaced by repeating EA monograms. */
.v-icon-marquee {
  padding-block: 28px !important;
  border-top: 1px solid var(--rule, rgba(26, 41, 66, 0.12));
  border-bottom: 1px solid var(--rule, rgba(26, 41, 66, 0.12));
}
.v-icon-marquee-track {
  display: flex !important;
  align-items: center;
  gap: 56px !important;
  animation: marquee-scroll 38s linear infinite;
}
.v-icon-marquee-item {
  height: 44px;
  width: auto;
  opacity: 0.85;
  flex-shrink: 0;
  user-select: none;
  -webkit-user-drag: none;
}
.v-has-iconmarquee[data-icon-color="navy"] .v-icon-marquee-item { opacity: 0.78; }
.v-has-iconmarquee[data-icon-color="orange"] .v-icon-marquee-item { opacity: 0.92; }

/* When the page sits on a navy background, swap to cream icons */
[data-bg="navy"] .v-icon-marquee-item {
  content: url("assets/ea-icon-cream.png");
  opacity: 0.72;
}
[data-bg="navy"] .v-icon-marquee {
  border-color: rgba(245, 239, 228, 0.18);
}

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@media (max-width: 880px) {
  .v-icon-watermark { width: 540px; right: -120px; top: -60px; }
  .v-has-iconblock .v-ed-hero {
    grid-template-columns: 1fr !important;
  }
  .v-icon-block { max-width: 280px; margin-inline: auto; }
}

/* =========================================================
   Mobile — tablet / large phone (≤ 768px)
   ========================================================= */
@media (max-width: 768px) {

  /* Nav: hide text links, keep the Book a call button */
  .v-ed-header { padding: 20px 24px; }
  .v-ed-nav .v-ed-link { display: none; }

  /* Hero */
  .v-ed-hero { padding: 48px 24px 64px; }

  /* About */
  .v-sp-about { padding: 64px 24px; }

  /* Pillars */
  .v-sp-pillars { padding: 64px 24px; }

  /* Services */
  .v-sp-services { padding: 0 24px 64px; }

  /* Proof */
  .v-ed-proof { padding: 64px 24px; }

  /* Contact: full-width stacked buttons */
  .v-sp-contact { padding: 64px 24px 48px; }
  .v-sp-contact-actions { align-items: stretch; }
  .v-sp-contact-actions .btn { justify-content: center; }

  /* Footer */
  .v-sp-footer { padding: 24px; }
}

/* =========================================================
   Mobile — phone (≤ 480px)
   ========================================================= */
@media (max-width: 480px) {

  /* Header */
  .v-ed-header { padding: 16px 20px; }

  /* Hero: smaller headline so it doesn't crush on a 375px screen */
  .v-ed-h1 { font-size: clamp(36px, 10vw, 52px); }
  .v-ed-sub { font-size: 16px; }
  .v-ed-hero { padding: 36px 20px 52px; }

  /* About */
  .v-sp-about { padding: 48px 20px; }
  .v-composed-about-grid { gap: 36px !important; }

  /* Pillars */
  .v-sp-pillars { padding: 48px 20px; }
  .v-composed-pillars-h2 { font-size: 26px; }
  .v-sp-pillar-grid { gap: 28px; }

  /* Services: single column on phones */
  .v-sp-services { padding: 0 20px 48px; }
  .v-sp-service-grid { grid-template-columns: 1fr; }

  /* Proof: 2-up on phones */
  .v-ed-proof { padding: 48px 20px; }
  .v-ed-proof-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }

  /* Contact */
  .v-sp-contact { padding: 48px 20px 40px; }

  /* Footer */
  .v-sp-footer { padding: 20px; }
}
