/*
 * Raphaël Lemire — premium site layer
 * Scoped to body.site-v2 so the existing site can be migrated page by page.
 */

body.site-v2 {
  --ink: #191919;
  --ink-soft: #3f3f3c;
  --muted: #6b6b67;
  --faint: #8b8b86;
  --paper: #ffffff;
  --canvas: #f7f6f2;
  --canvas-deep: #efeee9;
  --line: #deddd7;
  --line-strong: #c8c7c0;
  --accent: #365c6d;
  --accent-strong: #294855;
  --accent-soft: #eaf0f2;
  --accent-on-dark: #a9c4cf;
  --cta-surface: #343733;
  --success: #24734e;
  --success-soft: #edf7f1;
  --warning: #8b5d17;
  --error: #b4232b;
  --error-soft: #fff0f1;
  --focus: #1469d8;
  --shadow-soft: 0 20px 60px rgba(20, 20, 18, 0.08);
  --shadow-dialog: 0 30px 90px rgba(10, 10, 10, 0.26);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --shell: 1220px;
  --reading: 760px;
  --header-height: 76px;
  background: var(--paper);
  color: var(--ink);
  font-family: "Geist", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  min-width: 320px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html:has(body.site-v2) {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height, 76px) + 20px);
}

body.site-v2 *,
body.site-v2 *::before,
body.site-v2 *::after {
  box-sizing: border-box;
}

body.site-v2 img,
body.site-v2 picture {
  display: block;
  max-width: 100%;
}

body.site-v2 img {
  height: auto;
}

body.site-v2 button,
body.site-v2 input,
body.site-v2 select,
body.site-v2 textarea {
  font: inherit;
}

body.site-v2 button,
body.site-v2 a {
  -webkit-tap-highlight-color: transparent;
}

body.site-v2 a {
  color: inherit;
  text-underline-offset: 0.18em;
}

body.site-v2 p,
body.site-v2 h1,
body.site-v2 h2,
body.site-v2 h3,
body.site-v2 h4 {
  margin-top: 0;
}

body.site-v2 h1,
body.site-v2 h2,
body.site-v2 h3,
body.site-v2 h4 {
  color: var(--ink);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

body.site-v2 p {
  text-wrap: pretty;
}

body.site-v2 [hidden] {
  display: none !important;
}

body.site-v2 ::selection {
  background: var(--accent-soft);
  color: var(--ink);
}

body.site-v2 :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--focus) 72%, white);
  outline-offset: 3px;
}

body.site-v2 .skip-link {
  background: var(--ink);
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  color: white;
  font-weight: 700;
  left: 16px;
  padding: 10px 16px;
  position: fixed;
  top: 0;
  transform: translateY(-130%);
  transition: transform 180ms ease;
  z-index: 1000;
}

body.site-v2 .skip-link:focus {
  transform: translateY(0);
}

body.site-v2 .shell {
  margin-inline: auto;
  max-width: var(--shell);
  padding-inline: clamp(20px, 4vw, 48px);
  width: 100%;
}

body.site-v2 .reading-width {
  max-width: var(--reading);
}

body.site-v2 .eyebrow {
  color: var(--muted);
  display: block;
  font-size: 0.75rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: uppercase;
}

body.site-v2 .section {
  padding-block: clamp(64px, 8vw, 108px);
}

body.site-v2 .section--compact {
  padding-block: clamp(56px, 7vw, 92px);
}

body.site-v2 .section--soft {
  background: var(--canvas);
}

body.site-v2 .section--dark {
  background: var(--ink);
  color: white;
}

body.site-v2 .section--dark :where(h1, h2, h3, h4) {
  color: white;
}

body.site-v2 .section-heading {
  margin-bottom: clamp(28px, 4vw, 48px);
  max-width: 800px;
}

body.site-v2 .section-heading h2 {
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  margin-bottom: 20px;
}

body.site-v2 .section-heading p,
body.site-v2 .section-lead {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.65;
  margin-bottom: 0;
  max-width: 680px;
}

/* Header and navigation */

body.site-v2 .site-header {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid transparent;
  position: sticky;
  top: 0;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  z-index: 100;
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
}

body.site-v2 .site-header.is-elevated,
body.site-v2 .site-header[data-elevated="true"] {
  border-bottom-color: rgba(25, 25, 25, 0.09);
  box-shadow: 0 8px 30px rgba(20, 20, 18, 0.035);
}

body.site-v2 .site-header > .shell,
body.site-v2 .header-inner {
  align-items: center;
  display: flex;
  gap: clamp(20px, 3vw, 44px);
  height: var(--header-height);
  justify-content: space-between;
}

body.site-v2 .brand {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 2px;
  line-height: 1;
  text-decoration: none;
}

body.site-v2 .brand-name {
  font-size: 1.02rem;
  font-weight: 720;
  letter-spacing: -0.025em;
}

body.site-v2 .brand-subtitle {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 650;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

body.site-v2 .desktop-nav {
  align-items: center;
  display: flex;
  gap: clamp(18px, 2vw, 32px);
  margin-left: auto;
}

body.site-v2 .desktop-nav > a:not(.button),
body.site-v2 .desktop-nav > button:not(.button) {
  background: none;
  border: 0;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 0.91rem;
  font-weight: 560;
  padding: 12px 0;
  position: relative;
  text-decoration: none;
}

body.site-v2 .desktop-nav > a:not(.button)::after {
  background: var(--accent);
  bottom: 6px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
  width: 100%;
}

body.site-v2 .desktop-nav > a:not(.button):is(:hover, [aria-current="page"])::after {
  transform: scaleX(1);
  transform-origin: left;
}

body.site-v2 .language-switcher {
  align-items: center;
  border-left: 1px solid var(--line);
  display: inline-flex;
  gap: 3px;
  padding-left: 18px;
}

body.site-v2 .language-switcher a,
body.site-v2 .language-switcher button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 720;
  height: 34px;
  justify-content: center;
  min-width: 34px;
  padding: 0 8px;
  text-decoration: none;
}

body.site-v2 .language-switcher :is(a, button):is(:hover, [aria-current="true"], .is-active) {
  background: var(--canvas-deep);
  color: var(--ink);
}

body.site-v2 .menu-button,
body.site-v2 .menu-toggle {
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  display: none;
  height: 44px;
  justify-content: center;
  min-width: 44px;
  padding: 0 14px;
}

body.site-v2 .mobile-nav {
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 20px 45px rgba(20, 20, 18, 0.08);
  left: 0;
  padding: 12px clamp(20px, 4vw, 48px) 28px;
  position: absolute;
  right: 0;
  top: 100%;
}

body.site-v2 .mobile-nav[hidden] {
  display: none;
}

body.site-v2 .mobile-nav-inner,
body.site-v2 .mobile-nav nav {
  display: grid;
  gap: 2px;
  margin-inline: auto;
  max-width: var(--shell);
}

body.site-v2 .mobile-nav > a:not(.button) {
  border-bottom: 1px solid var(--line);
  font-size: 1.1rem;
  font-weight: 600;
  min-height: 52px;
  padding: 14px 2px;
  text-decoration: none;
}

body.site-v2 .mobile-nav > a[aria-current="page"] {
  color: var(--accent-strong);
  font-weight: 720;
}

body.site-v2 .mobile-nav .language-switcher {
  border-left: 0;
  justify-self: start;
  margin-top: 14px;
  padding-left: 0;
}

body.site-v2 .mobile-nav .button {
  margin-top: 14px;
}

/* Buttons and links */

body.site-v2 .button,
body.site-v2 .nav-cta {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 680;
  gap: 9px;
  justify-content: center;
  line-height: 1.1;
  min-height: 48px;
  padding: 0.82rem 1.35rem;
  text-align: center;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.site-v2 .button:is(:hover, :focus-visible),
body.site-v2 .nav-cta:is(:hover, :focus-visible) {
  transform: translateY(-1px);
}

body.site-v2 .button:active,
body.site-v2 .nav-cta:active {
  transform: translateY(0);
}

body.site-v2 .button.primary,
body.site-v2 .button--primary,
body.site-v2 .nav-cta {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
}

body.site-v2 .button.primary:is(:hover, :focus-visible),
body.site-v2 .button--primary:is(:hover, :focus-visible),
body.site-v2 .nav-cta:is(:hover, :focus-visible) {
  background: var(--accent-strong);
  border-color: var(--accent-strong);
}

body.site-v2 .button.secondary,
body.site-v2 .button--secondary {
  background: var(--paper);
  border-color: var(--line-strong);
  color: var(--ink);
}

body.site-v2 .button.secondary:is(:hover, :focus-visible),
body.site-v2 .button--secondary:is(:hover, :focus-visible) {
  background: var(--canvas);
  border-color: var(--ink);
}

body.site-v2 .button.ghost,
body.site-v2 .button--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.38);
  color: white;
}

body.site-v2 .button.ghost:is(:hover, :focus-visible),
body.site-v2 .button--ghost:is(:hover, :focus-visible) {
  background: white;
  border-color: white;
  color: var(--ink);
}

body.site-v2 .button.quiet,
body.site-v2 .button--quiet {
  background: var(--canvas-deep);
  border-color: transparent;
  color: var(--ink);
}

body.site-v2 .button.text,
body.site-v2 .button--text,
body.site-v2 .text-link {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  font-weight: 660;
  min-height: 44px;
  padding-inline: 0;
  text-decoration: underline;
  text-decoration-color: var(--line-strong);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

body.site-v2 .text-link:is(:hover, :focus-visible),
body.site-v2 .button--text:is(:hover, :focus-visible) {
  color: var(--accent);
  text-decoration-color: currentColor;
}

body.site-v2 .button.full,
body.site-v2 .button--full {
  width: 100%;
}

body.site-v2 .button[disabled],
body.site-v2 .button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.52;
  pointer-events: none;
}

/* Hero */

body.site-v2 .hero {
  background: var(--paper);
  overflow: clip;
  padding-block: clamp(58px, 8vw, 118px) clamp(72px, 10vw, 136px);
}

body.site-v2 .hero-grid,
body.site-v2 .hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(44px, 8vw, 112px);
  grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.72fr);
}

body.site-v2 .hero-copy {
  max-width: 760px;
}

body.site-v2 .hero h1,
body.site-v2 .page-hero h1 {
  font-size: clamp(3rem, 7.3vw, 6.7rem);
  font-weight: 620;
  letter-spacing: -0.065em;
  line-height: 0.96;
  margin-bottom: 28px;
}

body.site-v2 .hero-lead,
body.site-v2 .hero-copy > p {
  color: var(--muted);
  font-size: clamp(1.1rem, 1.65vw, 1.38rem);
  line-height: 1.62;
  margin-bottom: 0;
  max-width: 680px;
}

body.site-v2 .hero-actions,
body.site-v2 .button-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

body.site-v2 .hero-link,
body.site-v2 .tertiary-link {
  color: var(--muted);
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 600;
  margin-top: 24px;
  min-height: 44px;
  padding-block: 9px;
  text-decoration: none;
}

body.site-v2 .hero-link:is(:hover, :focus-visible),
body.site-v2 .tertiary-link:is(:hover, :focus-visible) {
  color: var(--accent);
}

body.site-v2 .portrait,
body.site-v2 .hero-portrait,
body.site-v2 .hero-media {
  justify-self: end;
  max-width: 440px;
  position: relative;
  width: 100%;
}

body.site-v2 .portrait::after,
body.site-v2 .hero-portrait::after,
body.site-v2 .hero-media::after {
  background: var(--accent);
  bottom: -12px;
  content: "";
  height: 4px;
  left: clamp(20px, 6vw, 64px);
  position: absolute;
  right: 0;
  z-index: 1;
}

body.site-v2 .portrait img,
body.site-v2 .hero-portrait img,
body.site-v2 .hero-media > img,
body.site-v2 .hero-media .profile-card img {
  aspect-ratio: 4 / 5;
  background: var(--canvas-deep);
  border-radius: var(--radius-xl);
  object-fit: cover;
  object-position: center 20%;
  width: 100%;
}

body.site-v2 .portrait-caption {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  bottom: 22px;
  left: -34px;
  max-width: 210px;
  padding: 16px 18px;
  position: absolute;
}

body.site-v2 .portrait-caption strong,
body.site-v2 .portrait-caption span {
  display: block;
}

body.site-v2 .portrait-caption strong {
  font-size: 0.93rem;
}

body.site-v2 .portrait-caption span {
  color: var(--muted);
  font-size: 0.77rem;
  margin-top: 2px;
}

/* Trust and visitor paths */

body.site-v2 .trust-strip {
  border-block: 1px solid var(--line);
  background: var(--canvas);
}

body.site-v2 .trust-strip .shell,
body.site-v2 .trust-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  list-style: none;
  margin-block: 0;
  padding-block: 18px;
}

body.site-v2 .trust-strip :where(span, li) {
  color: var(--ink-soft);
  font-size: 0.79rem;
  font-weight: 620;
  line-height: 1.4;
  padding: 5px 20px;
  text-align: center;
}

body.site-v2 .trust-strip :where(span, li) + :where(span, li) {
  border-left: 1px solid var(--line-strong);
}

body.site-v2 .path-grid {
  border-block: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.site-v2 .path-item {
  align-content: start;
  display: grid;
  min-height: 310px;
  padding: clamp(30px, 4vw, 54px);
  position: relative;
  transition: background 200ms ease;
}

body.site-v2 .path-item + .path-item {
  border-left: 1px solid var(--line);
}

body.site-v2 .path-item:is(:hover, :focus-within) {
  background: var(--canvas);
}

body.site-v2 .path-number {
  color: var(--faint);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 58px;
}

body.site-v2 .path-item h3 {
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  margin-bottom: 16px;
}

body.site-v2 .path-item p {
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 28px;
}

body.site-v2 .path-item .text-link,
body.site-v2 .path-item .button--text {
  align-self: end;
  justify-self: start;
  margin-top: auto;
}

/* Split sections and feature lists */

body.site-v2 .split-section {
  align-items: center;
  display: grid;
  gap: clamp(48px, 8vw, 112px);
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

body.site-v2 .split-section--reverse > :first-child {
  order: 2;
}

body.site-v2 .split-copy {
  max-width: 580px;
}

body.site-v2 .split-copy h2 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  margin-bottom: 24px;
}

body.site-v2 .split-copy > p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

body.site-v2 .feature-list {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

body.site-v2 .feature-list li {
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  padding: 14px 0 14px 24px;
  position: relative;
}

body.site-v2 .feature-list li::before {
  background: var(--accent);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 2px;
  position: absolute;
  top: 24px;
  width: 6px;
}

body.site-v2 .split-media,
body.site-v2 .media-frame {
  background: var(--canvas-deep);
  border-radius: var(--radius-xl);
  overflow: hidden;
}

body.site-v2 .split-media img,
body.site-v2 .media-frame img {
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  width: 100%;
}

/* Forms */

body.site-v2 .form-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: clamp(24px, 4vw, 44px);
}

body.site-v2 .form-card h2,
body.site-v2 .form-card h3 {
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  margin-bottom: 12px;
}

body.site-v2 .form-card > p {
  color: var(--muted);
  margin-bottom: 28px;
}

body.site-v2 .field-grid,
body.site-v2 .form-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.site-v2 .field,
body.site-v2 .form-card label,
body.site-v2 .consult-form > label,
body.site-v2 .consult-contact > label {
  color: var(--ink-soft);
  display: grid;
  font-size: 0.82rem;
  font-weight: 680;
  gap: 8px;
  line-height: 1.4;
}

body.site-v2 .field--full,
body.site-v2 .field.full,
body.site-v2 .form-grid > .full {
  grid-column: 1 / -1;
}

body.site-v2 :where(.field, .form-card, .consult-form, .consult-contact) :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
  appearance: auto;
  background: var(--paper);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 450;
  line-height: 1.35;
  min-height: 50px;
  padding: 13px 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
  width: 100%;
}

body.site-v2 :where(.field, .form-card, .consult-form, .consult-contact) textarea {
  min-height: 128px;
  resize: vertical;
}

body.site-v2 :where(.field, .form-card, .consult-form, .consult-contact) :where(input, select, textarea)::placeholder {
  color: #999993;
  opacity: 1;
}

body.site-v2 :where(.field, .form-card, .consult-form, .consult-contact) :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea):focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(25, 25, 25, 0.08);
  outline: 0;
}

body.site-v2 :where(.field, .form-card, .consult-form, .consult-contact) :where(input, select, textarea)[aria-invalid="true"] {
  border-color: var(--error);
  box-shadow: 0 0 0 3px rgba(180, 35, 43, 0.09);
}

body.site-v2 .field-note,
body.site-v2 .form-note,
body.site-v2 .privacy-note {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
  margin: 0;
}

body.site-v2 .form-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

body.site-v2 .checkbox-field,
body.site-v2 .radio-field,
body.site-v2 .consent-line {
  align-items: flex-start;
  color: var(--muted);
  cursor: pointer;
  display: flex;
  font-size: 0.8rem;
  font-weight: 500;
  gap: 10px;
  line-height: 1.5;
}

body.site-v2 :where(.checkbox-field, .radio-field, .consent-line) input {
  accent-color: var(--accent);
  flex: 0 0 auto;
  height: 18px;
  margin: 2px 0 0;
  width: 18px;
}

body.site-v2 .status {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 18px;
  padding: 13px 15px;
}

body.site-v2 .status--success,
body.site-v2 .status.success,
body.site-v2 .status[data-status="success"] {
  background: var(--success-soft);
  border-color: color-mix(in srgb, var(--success) 26%, white);
  color: var(--success);
}

body.site-v2 .status--error,
body.site-v2 .status.error,
body.site-v2 .status[data-status="error"] {
  background: var(--error-soft);
  border-color: color-mix(in srgb, var(--error) 25%, white);
  color: var(--error);
}

body.site-v2 .status--loading,
body.site-v2 .status.loading {
  background: var(--canvas);
}

/* Authentic Listed screenshot showcase */

body.site-v2 .listed-device-showcase {
  align-items: center;
  background: #20201f;
  border-radius: var(--radius-xl);
  display: grid;
  gap: clamp(20px, 4vw, 44px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 570px;
  overflow: hidden;
  padding: clamp(30px, 5vw, 64px);
  position: relative;
}

body.site-v2 .listed-device-showcase::before {
  background: var(--accent);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 84px;
}

body.site-v2 .listed-device,
body.site-v2 .device-frame {
  background: #0c0c0c;
  border: 5px solid #0c0c0c;
  border-radius: 30px;
  box-shadow: 0 26px 55px rgba(0, 0, 0, 0.3);
  justify-self: center;
  max-width: 270px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

body.site-v2 .listed-device:nth-child(even),
body.site-v2 .listed-device--offset {
  transform: translateY(34px);
}

body.site-v2 .listed-device img,
body.site-v2 .device-frame img {
  aspect-ratio: 9 / 18.5;
  background: var(--canvas-deep);
  object-fit: cover;
  object-position: top;
  width: 100%;
}

body.site-v2 .listed-caption {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  grid-column: 1 / -1;
  margin: 8px 0 0;
  text-align: center;
}

/* Process */

body.site-v2 .steps {
  counter-reset: steps;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

body.site-v2 .step,
body.site-v2 .steps > li {
  border-top: 1px solid var(--line-strong);
  counter-increment: steps;
  padding: 24px clamp(20px, 3vw, 40px) 0 0;
}

body.site-v2 .step + .step,
body.site-v2 .steps > li + li {
  margin-left: 24px;
}

body.site-v2 .step::before,
body.site-v2 .steps > li::before {
  color: var(--accent);
  content: "0" counter(steps);
  display: block;
  font-size: 0.76rem;
  font-weight: 740;
  letter-spacing: 0.1em;
  margin-bottom: 44px;
}

body.site-v2 .step h3,
body.site-v2 .steps h3 {
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  margin-bottom: 12px;
}

body.site-v2 .step p,
body.site-v2 .steps p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

/* FAQ */

body.site-v2 .faq {
  border-top: 1px solid var(--line);
  margin-inline: auto;
  max-width: 920px;
}

body.site-v2 .faq details,
body.site-v2 details.faq-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 0;
}

body.site-v2 .faq summary,
body.site-v2 .faq-item summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  font-weight: 630;
  gap: 20px;
  justify-content: space-between;
  line-height: 1.4;
  list-style: none;
  min-height: 76px;
  padding: 20px 4px;
}

body.site-v2 .faq summary::-webkit-details-marker,
body.site-v2 .faq-item summary::-webkit-details-marker {
  display: none;
}

body.site-v2 .faq summary::after,
body.site-v2 .faq-item summary::after {
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--muted);
  content: "+";
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.2rem;
  font-weight: 400;
  height: 34px;
  justify-content: center;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  width: 34px;
}

body.site-v2 .faq details[open] summary::after,
body.site-v2 details.faq-item[open] summary::after {
  background: var(--ink);
  color: white;
  content: "−";
  transform: rotate(180deg);
}

body.site-v2 .faq details > :not(summary),
body.site-v2 .faq-item > :not(summary) {
  color: var(--muted);
  margin: 0;
  max-width: 760px;
  padding: 0 54px 26px 4px;
}

/* Market signup and contact */

body.site-v2 .market-panel {
  align-items: center;
  background: var(--ink);
  border-radius: var(--radius-xl);
  color: white;
  display: grid;
  gap: clamp(34px, 7vw, 90px);
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  padding: clamp(34px, 6vw, 72px);
}

body.site-v2 .market-panel :where(h2, h3) {
  color: white;
  font-size: clamp(2.15rem, 4.5vw, 4.35rem);
  margin-bottom: 20px;
}

body.site-v2 .market-panel p {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.65;
}

body.site-v2 .market-panel .field,
body.site-v2 .market-panel label,
body.site-v2 .market-panel .consent-line {
  color: rgba(255, 255, 255, 0.72);
}

body.site-v2 .market-panel :where(input:not([type="checkbox"]):not([type="radio"]), select) {
  background: white;
  border-color: white;
  color: var(--ink);
}

body.site-v2 .market-panel .privacy-note,
body.site-v2 .market-panel .form-note {
  color: rgba(255, 255, 255, 0.58);
}

body.site-v2 .contact-grid {
  display: grid;
  gap: clamp(40px, 8vw, 110px);
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
}

body.site-v2 .contact-list {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
}

body.site-v2 .contact-list li {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 3px;
  padding: 18px 0;
}

body.site-v2 .contact-list span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.site-v2 .contact-list a,
body.site-v2 .contact-list address {
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 560;
  text-decoration: none;
}

body.site-v2 .contact-list a:hover {
  color: var(--accent);
}

/* Interior page hero and privacy */

body.site-v2 .page-hero {
  background: var(--canvas);
  border-bottom: 1px solid var(--line);
  padding-block: clamp(56px, 7vw, 96px);
}

body.site-v2 .page-hero .shell {
  max-width: calc(var(--reading) + clamp(40px, 8vw, 96px));
}

body.site-v2 .page-hero h1 {
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  margin-bottom: 26px;
}

body.site-v2 .page-hero p {
  color: var(--muted);
  font-size: clamp(1.1rem, 1.6vw, 1.32rem);
  line-height: 1.65;
  margin-bottom: 0;
  max-width: 680px;
}

body.site-v2 .page-hero-photo {
  aspect-ratio: 16 / 11;
  background: var(--canvas-deep);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  justify-self: end;
  margin: 0;
  max-width: 520px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

body.site-v2 .page-hero-photo::after {
  background: linear-gradient(180deg, transparent 50%, rgba(16, 20, 20, .72));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

body.site-v2 .page-hero-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.site-v2 .page-hero-photo--home img { object-position: center 54%; }
body.site-v2 .page-hero-photo--city img { object-position: 50% 44%; }
body.site-v2 .page-hero-photo--portrait { aspect-ratio: 8 / 9; max-width: 390px; }
body.site-v2 .page-hero-photo--portrait img { object-position: center bottom; }

body.site-v2 .page-hero-photo figcaption {
  align-items: end;
  bottom: 0;
  color: white;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 22px 24px;
  position: absolute;
  right: 0;
  z-index: 1;
}

body.site-v2 .page-hero-photo figcaption span { font-size: .92rem; font-weight: 720; }
body.site-v2 .page-hero-photo figcaption small { color: rgba(255, 255, 255, .72); font-size: .68rem; text-align: right; }

body.site-v2 .privacy-prose,
body.site-v2 .prose {
  color: var(--ink-soft);
  margin-inline: auto;
  max-width: var(--reading);
}

body.site-v2 .privacy-prose :where(h2, h3),
body.site-v2 .prose :where(h2, h3) {
  margin-bottom: 16px;
  margin-top: 52px;
}

body.site-v2 .privacy-prose h2,
body.site-v2 .prose h2 {
  font-size: clamp(1.65rem, 3vw, 2.4rem);
}

body.site-v2 .privacy-prose h3,
body.site-v2 .prose h3 {
  font-size: 1.25rem;
}

body.site-v2 .privacy-prose :where(p, li),
body.site-v2 .prose :where(p, li) {
  line-height: 1.75;
}

body.site-v2 .privacy-prose a,
body.site-v2 .prose a {
  color: var(--accent-strong);
}

/* Footer */

body.site-v2 .site-footer,
body.site-v2 footer.footer {
  background: #181817;
  color: white;
  padding: clamp(64px, 8vw, 104px) 0 28px;
}

body.site-v2 .footer-grid {
  display: grid;
  gap: clamp(42px, 7vw, 92px);
  grid-template-columns: minmax(260px, 1.3fr) repeat(2, minmax(150px, 0.7fr));
}

body.site-v2 .footer-brand {
  max-width: 390px;
}

body.site-v2 .footer-brand h2,
body.site-v2 .footer-brand h3 {
  color: white;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  margin-bottom: 14px;
}

body.site-v2 .footer-brand p,
body.site-v2 .footer-address {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.7;
}

body.site-v2 .footer-column h3 {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

body.site-v2 .footer-column nav,
body.site-v2 .footer-column ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.site-v2 .footer-column a,
body.site-v2 .footer-brand a {
  color: rgba(255, 255, 255, 0.82);
  min-height: 32px;
  text-decoration: none;
}

body.site-v2 .footer-column a:hover,
body.site-v2 .footer-brand a:hover {
  color: white;
}

body.site-v2 .footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.48);
  display: flex;
  font-size: 0.75rem;
  gap: 24px;
  justify-content: space-between;
  margin-top: clamp(48px, 7vw, 86px);
  padding-top: 24px;
}

body.site-v2 .footer-bottom a {
  color: inherit;
}

/* Mobile action bar */

body.site-v2 .mobile-action-bar {
  display: none;
}

/* Production template aliases and page-specific compositions */
body.site-v2 .narrow { max-width: var(--reading); }
body.site-v2 .section-soft { background: var(--canvas); }
body.site-v2 .section-dark { background: var(--ink); color: white; }
body.site-v2 .section-dark :where(h1, h2, h3, h4) { color: white; }
body.site-v2 .section-dark .eyebrow { color: rgba(255, 255, 255, 0.58); }
body.site-v2 .header-actions { align-items: center; display: flex; gap: 10px; }
body.site-v2 .language-toggle { background: var(--canvas); border: 1px solid var(--line); border-radius: 999px; display: grid; flex: 0 0 auto; gap: 2px; grid-template-columns: repeat(2, 32px); padding: 3px; }
body.site-v2 .language-toggle :is(a, span) { align-items: center; border-radius: 999px; color: var(--muted); display: flex; font-size: .69rem; font-weight: 760; height: 28px; justify-content: center; letter-spacing: .04em; text-decoration: none; }
body.site-v2 .language-toggle a:hover { color: var(--ink); }
body.site-v2 .language-toggle [aria-current="true"] { background: var(--paper); box-shadow: 0 1px 5px rgba(20, 20, 18, .1); color: var(--ink); }
body.site-v2 .brand { align-items: center; flex-direction: row; gap: 11px; }
body.site-v2 .brand-logo { align-items: center; display: inline-flex; flex: 0 0 auto; width: 62px; }
body.site-v2 .brand-logo img { height: auto; width: 100%; }
body.site-v2 .brand > span:last-child { display: grid; gap: 4px; }
body.site-v2 .brand strong { font-size: 0.9rem; letter-spacing: -0.02em; }
body.site-v2 .brand small { color: var(--muted); font-size: 0.66rem; }
body.site-v2 .button-primary { background: var(--accent); border-color: var(--accent); color: white; }
body.site-v2 .button-primary:is(:hover, :focus-visible) { background: var(--accent-strong); border-color: var(--accent-strong); }
body.site-v2 .button-secondary { background: var(--paper); border-color: var(--line-strong); color: var(--ink); }
body.site-v2 .button-secondary:is(:hover, :focus-visible) { background: var(--canvas); border-color: var(--ink); }
body.site-v2 .button-wide { width: 100%; }
body.site-v2 .button-light { background: white; border-color: white; color: var(--ink); }
body.site-v2 .button-ghost-light { background: transparent; border-color: rgba(255, 255, 255, 0.42); color: white; }
body.site-v2 .button-ghost-light:hover { background: white; color: var(--ink); }
body.site-v2 .portrait-frame { aspect-ratio: 8 / 9; background: var(--canvas-deep); border-radius: var(--radius-xl); justify-self: end; max-width: 430px; overflow: hidden; position: relative; width: 100%; }
body.site-v2 .portrait-frame img { aspect-ratio: auto; border-radius: 0; height: 100%; object-fit: cover; object-position: center bottom; width: 100%; }
body.site-v2 .portrait-compact { max-width: 390px; }
body.site-v2 .scan-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: clamp(28px, 4vw, 48px); }
body.site-v2 .scan-heading .eyebrow { margin-bottom: 10px; }
body.site-v2 .scan-heading h2 { font-size: clamp(2rem, 4.2vw, 3.8rem); margin: 0; }
body.site-v2 .visual-path-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.site-v2 .visual-path-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); display: grid; grid-template-rows: auto 1fr; overflow: hidden; text-decoration: none; transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
body.site-v2 .visual-path-card:is(:hover, :focus-visible) { border-color: var(--line-strong); box-shadow: 0 18px 50px rgba(20, 20, 18, .09); transform: translateY(-3px); }
body.site-v2 .visual-path-card figure { aspect-ratio: 16 / 10; margin: 0; overflow: hidden; }
body.site-v2 .visual-path-card figure img { height: 100%; object-fit: cover; transition: transform 300ms ease; width: 100%; }
body.site-v2 .visual-path-card:hover figure img { transform: scale(1.025); }
body.site-v2 .visual-path-card .service-image-listed { align-items: flex-end; background: linear-gradient(145deg, #dce8ed, #f4f2ec); display: flex; justify-content: center; padding-top: 16px; position: relative; }
body.site-v2 .visual-path-card .service-image-listed::before { border: 1px solid rgba(54, 92, 109, .2); border-radius: 50%; content: ""; height: 150px; position: absolute; right: -18px; top: -36px; width: 150px; }
body.site-v2 .visual-path-card .service-image-listed img { border: 3px solid #171918; border-radius: 16px 16px 0 0; box-shadow: 0 18px 34px rgba(20, 20, 18, .22); height: 90%; object-fit: contain; position: relative; transform: rotate(2deg); width: auto; z-index: 1; }
body.site-v2 .visual-path-card:hover .service-image-listed img { transform: rotate(2deg) translateY(-2px); }
body.site-v2 .visual-path-card .service-image-home img { object-position: center 48%; }
body.site-v2 .visual-path-card .service-image-city img { object-position: center 54%; }
body.site-v2 .visual-path-card > div { display: grid; grid-template-columns: 1fr auto; padding: clamp(22px, 3vw, 32px); }
body.site-v2 .visual-path-card > div > span { color: var(--faint); font-size: .7rem; font-weight: 760; grid-column: 1 / -1; letter-spacing: .1em; }
body.site-v2 .visual-path-card h3 { font-size: clamp(1.7rem, 2.6vw, 2.4rem); grid-column: 1 / -1; margin: 16px 0 8px; }
body.site-v2 .visual-path-card p { color: var(--muted); margin: 0; }
body.site-v2 .visual-path-card strong { align-self: center; color: var(--accent); font-size: 1.25rem; margin-left: 16px; }
body.site-v2 .section-copy { max-width: 590px; }
body.site-v2 .section-copy h2 { font-size: clamp(2.4rem, 5vw, 4.8rem); margin-bottom: 24px; }
body.site-v2 .section-copy > p { color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
body.site-v2 .compact-copy h2 { font-size: clamp(2.2rem, 4.4vw, 4.1rem); max-width: 12ch; }
body.site-v2 .compact-copy > p { font-size: 1.04rem; max-width: 46ch; }
body.site-v2 .compact-heading h2 { max-width: 14ch; }
body.site-v2 .compact-paths .path-item { min-height: 190px; }
body.site-v2 .compact-paths .path-item > span { margin-bottom: 34px; }
body.site-v2 .path-item > span { color: var(--faint); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.1em; margin-bottom: 58px; }
body.site-v2 .path-item > strong { align-self: end; color: var(--ink); font-size: 0.9rem; margin-top: auto; }
body.site-v2 .reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; }
body.site-v2 .reason-grid > div { align-items: flex-start; border-top: 1px solid rgba(255, 255, 255, 0.18); display: flex; gap: 14px; min-height: 104px; padding: 22px 20px 18px 0; }
body.site-v2 .reason-grid span { color: var(--accent-on-dark); }
body.site-v2 .reason-grid p { color: rgba(255, 255, 255, 0.78); margin: 0; }
body.site-v2 .advisor-grid { align-items: center; display: grid; gap: clamp(48px, 8vw, 112px); grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr); }
body.site-v2 .advisor-photo { aspect-ratio: 8 / 9; background: var(--canvas-deep); border-radius: var(--radius-xl); margin: 0; max-height: none; overflow: hidden; }
body.site-v2 .advisor-photo img { height: 100%; min-height: 0; object-fit: cover; object-position: center bottom; width: 100%; }
body.site-v2 .local-proof { align-items: center; display: grid; gap: clamp(40px, 7vw, 92px); grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); }
body.site-v2 .local-proof-photo { aspect-ratio: 16 / 10; border-radius: var(--radius-xl); margin: 0; overflow: hidden; position: relative; }
body.site-v2 .local-proof-photo::after { background: linear-gradient(180deg, transparent 55%, rgba(10, 13, 12, .72)); content: ""; inset: 0; pointer-events: none; position: absolute; }
body.site-v2 .local-proof-photo img { height: 100%; object-fit: cover; object-position: 48% 50%; width: 100%; }
body.site-v2 .local-proof-photo figcaption { align-items: end; bottom: 0; color: white; display: flex; gap: 18px; justify-content: space-between; left: 0; padding: 22px 24px; position: absolute; right: 0; z-index: 1; }
body.site-v2 .local-proof-photo figcaption span { font-size: 1rem; font-weight: 700; }
body.site-v2 .local-proof-photo figcaption small { color: rgba(255, 255, 255, .72); font-size: .62rem; text-align: right; }
body.site-v2 .local-proof-photo figcaption a { color: inherit; }
body.site-v2 .local-proof-copy h2 { font-size: clamp(2.5rem, 5.2vw, 5rem); margin-bottom: 30px; }
body.site-v2 .proof-points { border-top: 1px solid var(--line); display: grid; }
body.site-v2 .proof-points span { border-bottom: 1px solid var(--line); font-size: 1rem; font-weight: 650; padding: 16px 0; }
body.site-v2 .proof-links { display: flex; flex-wrap: wrap; gap: 16px 28px; margin-top: 24px; }
body.site-v2 .proof-links .text-link { min-height: 32px; }
body.site-v2 .credential-list { border-top: 1px solid var(--line); display: grid; }
body.site-v2 .credential-list > div { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 22px; grid-template-columns: 44px 1fr; padding: 24px 0; }
body.site-v2 .credential-list span { color: var(--faint); font-size: 0.75rem; }
body.site-v2 .credential-list strong { font-size: 1.1rem; }
body.site-v2 .device { background: white; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 26px 60px rgba(20, 20, 18, 0.16); margin: 0; overflow: hidden; }
body.site-v2 .listed-device-showcase .device { aspect-ratio: 9 / 19.5; justify-self: center; max-width: 230px; width: 100%; }
body.site-v2 .listed-device-showcase .device img { height: 100%; object-fit: cover; object-position: top; width: 100%; }
body.site-v2 .device-card { transform: translateY(18px); }
body.site-v2 .listed-device-showcase { aspect-ratio: 1 / 1; background: linear-gradient(145deg, #d8e6eb 0%, #f2f3ef 54%, #eee8df 100%); display: block; isolation: isolate; min-height: 0; overflow: hidden; padding: 0; }
body.site-v2 .listed-device-showcase::before { background: transparent; border: 1px solid rgba(54, 92, 109, .18); border-radius: 50%; content: ""; height: 72%; left: 14%; position: absolute; top: 14%; width: 72%; z-index: 0; }
body.site-v2 .listed-device-showcase::after { border: 1px solid rgba(54, 92, 109, .1); border-radius: 50%; content: ""; height: 96%; left: -18%; position: absolute; top: -24%; width: 96%; z-index: 0; }
body.site-v2 .listed-stage-label { color: var(--accent-strong); font-size: .68rem; font-weight: 780; left: 26px; letter-spacing: .1em; position: absolute; text-transform: uppercase; top: 24px; z-index: 4; }
body.site-v2 .listed-shot { aspect-ratio: 9 / 19.5; background: #111; border: 5px solid #111; border-radius: 28px; box-shadow: 0 28px 58px rgba(20, 20, 18, .26); margin: 0; overflow: hidden; position: absolute; }
body.site-v2 .listed-shot img { height: 100%; object-fit: cover; object-position: top; width: 100%; }
body.site-v2 .listed-shot-map { bottom: 5%; left: 11%; transform: rotate(-4deg); width: 39%; z-index: 1; }
body.site-v2 .listed-shot-card { right: 9%; top: 13%; transform: rotate(4deg); width: 36%; z-index: 2; }
body.site-v2 .listed-stage-pill { background: rgba(255, 255, 255, .92); border: 1px solid rgba(255, 255, 255, .9); border-radius: 999px; box-shadow: 0 10px 24px rgba(20, 20, 18, .12); color: var(--ink); font-size: .66rem; font-weight: 720; padding: 8px 11px; position: absolute; z-index: 3; }
body.site-v2 .listed-stage-pill-map { left: 4%; top: 15%; }
body.site-v2 .listed-stage-pill-card { bottom: 9%; right: 4%; }
body.site-v2 .listed-editorial { align-items: center; display: grid; gap: clamp(54px, 8vw, 110px); grid-template-columns: minmax(250px, .68fr) minmax(500px, 1.32fr); }
body.site-v2 .listed-copy { max-width: 390px; }
body.site-v2 .listed-copy h2 { font-size: clamp(2.7rem, 5vw, 4.8rem); margin-bottom: 18px; max-width: 10ch; }
body.site-v2 .listed-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; margin-bottom: 30px; }
body.site-v2 .listed-stage { align-items: start; display: grid; gap: clamp(18px, 3vw, 34px); grid-template-columns: minmax(0, 1.1fr) minmax(0, .82fr); isolation: isolate; min-width: 0; padding: clamp(48px, 5vw, 62px) clamp(28px, 4vw, 48px) clamp(58px, 6vw, 76px); position: relative; }
body.site-v2 .listed-stage::before { background: radial-gradient(circle at 79% 25%, rgba(169, 196, 207, .15) 0 72px, transparent 73px), #202727; border: 1px solid rgba(255, 255, 255, .07); border-radius: var(--radius-xl); bottom: clamp(12px, 1.5vw, 22px); box-shadow: 0 24px 70px rgba(20, 20, 18, .14); content: ""; left: 0; pointer-events: none; position: absolute; right: 0; top: clamp(28px, 3vw, 44px); z-index: 0; }
body.site-v2 .listed-screen { margin: 0; min-width: 0; position: relative; z-index: 1; }
body.site-v2 .listed-screen-map { justify-self: end; max-width: 250px; transform: translateY(-18px); width: 100%; }
body.site-v2 .listed-screen-saved { justify-self: start; max-width: 195px; transform: translateY(76px); width: 100%; }
body.site-v2 .listed-screen-frame { background: #111313; border: 1px solid rgba(255, 255, 255, .1); border-radius: 30px; box-shadow: 0 28px 60px rgba(0, 0, 0, .34); padding: 6px; }
body.site-v2 .listed-screen-frame img { aspect-ratio: auto; border-radius: 24px; display: block; height: auto; object-fit: contain; object-position: center; width: 100%; }
body.site-v2 .listed-screen figcaption { color: rgba(255, 255, 255, .68); font-size: .66rem; font-weight: 680; letter-spacing: .06em; padding: 10px 8px 0; text-transform: uppercase; }
body.site-v2 .page-hero .listed-stage { max-width: 520px; width: 100%; }

/* Listed: airy silver device duet inspired by Listed's product presentation */
body.site-v2 .listed-showcase {
  aspect-ratio: 1.15 / 1;
  isolation: isolate;
  margin-inline: auto;
  max-width: 620px;
  position: relative;
  width: 100%;
}

body.site-v2 .listed-showcase::before {
  background:
    radial-gradient(circle at 68% 34%, rgba(164, 64, 255, .14), transparent 31%),
    radial-gradient(circle at 35% 58%, rgba(54, 92, 109, .15), transparent 46%);
  border-radius: 50%;
  content: "";
  inset: 7% 2% 5%;
  position: absolute;
  z-index: -2;
}

body.site-v2 .listed-showcase::after {
  background: rgba(31, 39, 39, .16);
  border-radius: 50%;
  bottom: 4%;
  content: "";
  filter: blur(18px);
  height: 24px;
  left: 20%;
  position: absolute;
  width: 60%;
  z-index: -1;
}

body.site-v2 .listed-phone { margin: 0; position: absolute; transform-origin: center bottom; }
body.site-v2 .listed-phone-map { left: 13%; top: 3%; transform: rotate(-3deg); width: 38%; z-index: 2; }
body.site-v2 .listed-phone-saved { right: 13%; top: 11%; transform: rotate(3.5deg); width: 35%; z-index: 3; }

body.site-v2 .listed-phone-shell {
  background: linear-gradient(145deg, #fff 0%, #d9dde0 45%, #f9fafb 72%, #cfd3d6 100%);
  border: 1px solid rgba(23, 27, 28, .12);
  border-radius: 36px;
  box-shadow: 0 28px 58px rgba(32, 39, 39, .2), inset 0 0 0 1px rgba(255, 255, 255, .85);
  box-sizing: border-box;
  padding: 7px;
}

body.site-v2 .listed-phone-screen { background: #101313; border-radius: 30px; overflow: hidden; padding: 3px; }
body.site-v2 .listed-phone-screen img { border-radius: 26px; display: block; height: auto; object-fit: contain; width: 100%; }

body.site-v2 .listed-showcase-flow {
  align-items: center;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(54, 92, 109, .14);
  border-radius: 999px;
  bottom: 1%;
  box-shadow: 0 14px 32px rgba(32, 39, 39, .13);
  color: #263337;
  display: flex;
  font-size: .72rem;
  font-weight: 750;
  gap: 7px;
  left: 50%;
  letter-spacing: .015em;
  margin: 0;
  padding: 10px 14px;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 4;
}

body.site-v2 .listed-showcase-flow span { border-right: 1px solid rgba(54, 92, 109, .18); color: var(--accent); margin-right: 2px; padding-right: 9px; }
body.site-v2 .listed-showcase-flow i { color: #a640ff; font-style: normal; }
body.site-v2 .page-hero .listed-showcase { max-width: 520px; }
body.site-v2 .fine-print { color: var(--faint) !important; font-size: 0.78rem !important; margin-top: 22px; }
body.site-v2 .lead-form, body.site-v2 .newsletter-form { display: grid; gap: 18px; }
body.site-v2 .field-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.site-v2 .form-card label small { color: var(--muted); display: block; font-size: 0.76rem; font-weight: 450; margin-top: 6px; }
body.site-v2 .newsletter-fields { align-items: end; display: grid; gap: 12px; grid-template-columns: minmax(0, 1fr) auto; }
body.site-v2 .newsletter-fields label { display: grid; gap: 7px; }
body.site-v2 .market-hero { background: var(--canvas); min-height: 0; }
body.site-v2 .market-panel { align-items: stretch; background: transparent; border: 0; color: var(--ink); display: grid; gap: clamp(34px, 5vw, 56px); grid-template-columns: 1fr; overflow: visible; padding: 0; }
body.site-v2 .market-image { aspect-ratio: 8 / 3; border-radius: var(--radius-xl); box-shadow: var(--shadow-soft); margin: 0; min-height: 0; overflow: hidden; position: relative; }
body.site-v2 .market-image::after { background: linear-gradient(180deg, transparent 52%, rgba(16, 20, 20, .68)); content: ""; inset: 0; pointer-events: none; position: absolute; }
body.site-v2 .market-image img { height: 100%; object-fit: cover; object-position: 48% 43%; width: 100%; }
body.site-v2 .market-image figcaption { align-items: end; bottom: 0; color: white; display: flex; justify-content: space-between; left: 0; padding: 22px 24px; position: absolute; right: 0; z-index: 1; }
body.site-v2 .market-image figcaption span { font-size: 1rem; font-weight: 720; }
body.site-v2 .market-image figcaption small { color: rgba(255, 255, 255, .72); font-size: .68rem; }
body.site-v2 .market-body { align-items: start; display: grid; gap: clamp(40px, 7vw, 92px); grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); }
body.site-v2 .market-content { align-content: start; display: grid; padding: clamp(8px, 1.5vw, 18px) 0 0; }
body.site-v2 .market-content h1 { color: var(--ink); font-size: clamp(2.7rem, 5.3vw, 5.25rem); margin: 0 0 18px; max-width: 11ch; }
body.site-v2 .market-panel .market-content .eyebrow { color: var(--muted); }
body.site-v2 .market-panel .market-content > p { color: var(--muted); font-size: 1.05rem; line-height: 1.65; margin: 0; max-width: 47ch; }
body.site-v2 .market-topics { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
body.site-v2 .market-topics span { background: var(--paper); border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); font-size: .74rem; font-weight: 680; padding: 8px 12px; }
body.site-v2 .market-value-link { border-bottom: 1px solid var(--line-strong); color: var(--ink); font-size: .88rem; font-weight: 680; justify-self: start; margin-top: 34px; padding-bottom: 4px; text-decoration: none; }
body.site-v2 .market-value-link:is(:hover, :focus-visible) { border-color: var(--accent); color: var(--accent-strong); }
body.site-v2 .market-signup-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow-soft); padding: clamp(28px, 4vw, 42px); }
body.site-v2 .market-signup-card .eyebrow { color: var(--accent); margin-bottom: 12px; }
body.site-v2 .market-signup-card h2 { color: var(--ink); font-size: clamp(1.75rem, 2.6vw, 2.35rem); margin: 0 0 26px; max-width: 12ch; }
body.site-v2 .market-signup-card .newsletter-form { gap: 14px; }
body.site-v2 .market-signup-card .newsletter-fields { grid-template-columns: 1fr; }
body.site-v2 .market-signup-card .newsletter-fields label { color: var(--ink-soft); font-size: .8rem; font-weight: 680; }
body.site-v2 .market-signup-card .newsletter-fields input { appearance: auto; background: white; border: 1px solid var(--line-strong); border-radius: var(--radius-sm); color: var(--ink); font-size: 1rem; min-height: 52px; padding: 13px 14px; width: 100%; }
body.site-v2 .market-signup-card .newsletter-fields input:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(25, 25, 25, .08); outline: 0; }
body.site-v2 .market-signup-card .newsletter-fields .button { width: 100%; }
body.site-v2 .market-signup-card .consent-line { color: var(--muted); font-size: .74rem; margin-top: 2px; }
body.site-v2 .market-signup-card .consent-line a { color: var(--ink-soft); }
body.site-v2 .form-status { border-radius: var(--radius-sm); font-size: 0.9rem; padding: 12px 14px; }
body.site-v2 .form-success { background: var(--success-soft); color: var(--success); }
body.site-v2 .form-error { background: var(--error-soft); color: var(--error); }
body.site-v2 .honeypot { height: 0; left: -10000px; overflow: hidden; position: absolute; top: auto; width: 0; }
body.site-v2 .page-hero .hero-grid { max-width: var(--shell); }
body.site-v2 .page-hero .listed-device-showcase { max-width: 520px; }
body.site-v2 .market-page { margin-inline: auto; }
body.site-v2 .contact-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
body.site-v2 .contact-grid > :where(a, button) { background: transparent; border: 0; border-block: 1px solid var(--line); border-left: 1px solid var(--line); cursor: pointer; display: grid; gap: 8px; min-height: 150px; padding: 30px; text-align: left; text-decoration: none; }
body.site-v2 .contact-grid > :last-child { border-right: 1px solid var(--line); }
body.site-v2 .contact-grid span { color: var(--muted); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
body.site-v2 .contact-grid strong { font-size: clamp(0.86rem, 1.3vw, 1.05rem); overflow-wrap: anywhere; }
body.site-v2 .contact-grid > :where(a, button):hover { background: var(--canvas); }
body.site-v2 address { color: var(--muted); font-style: normal; line-height: 1.7; }
body.site-v2 .final-cta { background: var(--cta-surface); color: white; padding-block: clamp(72px, 9vw, 118px); }
body.site-v2 .final-cta h2 { color: white; font-size: clamp(2.5rem, 6vw, 5.6rem); margin-bottom: 20px; max-width: 820px; }
body.site-v2 .final-cta p { color: rgba(255, 255, 255, 0.8); font-size: 1.15rem; max-width: 650px; }
body.site-v2 .site-footer .footer-grid { grid-template-columns: minmax(240px, 1.35fr) repeat(3, minmax(130px, 0.65fr)); }
body.site-v2 .site-footer .footer-grid > div { align-content: start; display: grid; gap: 9px; }
body.site-v2 .site-footer .footer-grid h2 { color: white; margin: 10px 0 0; }
body.site-v2 .site-footer .footer-grid h3 { color: rgba(255,255,255,.5); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
body.site-v2 .site-footer .footer-grid p, body.site-v2 .site-footer .footer-grid address { color: rgba(255,255,255,.62); margin: 0; }
body.site-v2 .site-footer .footer-grid a { color: rgba(255,255,255,.82); text-decoration: none; }
body.site-v2 .site-footer .footer-grid a:hover { color: white; }
body.site-v2 .footer-logo { margin-bottom: 4px; width: 90px; }
body.site-v2 .footer-credit { color: rgba(255, 255, 255, .38); font-size: .62rem; line-height: 1.5; margin-top: 12px; }
body.site-v2 .footer-credit a { color: rgba(255, 255, 255, .55) !important; display: inline; }
body.site-v2 .last-updated { color: var(--faint); font-size: 0.85rem; }
body.site-v2 .legal-note { background: var(--canvas); border-left: 3px solid var(--accent); margin-top: 52px; padding: 18px 20px; }

/* Existing consultation and calendar integration */

body.site-v2.dialog-open {
  overflow: hidden;
}

body.site-v2 .consult-dialog,
body.site-v2 dialog.consult-dialog {
  background: transparent;
  border: 0;
  max-height: calc(100dvh - 24px);
  max-width: min(680px, calc(100vw - 28px));
  overflow: auto;
  padding: 0;
  width: 100%;
}

body.site-v2 .consult-dialog.is-calendar-step {
  max-width: min(1080px, calc(100vw - 28px));
}

body.site-v2 .consult-dialog::backdrop {
  background: rgba(18, 18, 17, 0.62);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

body.site-v2 .consult-form,
body.site-v2 .consult-calendar,
body.site-v2 .consult-contact {
  align-content: start;
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-dialog);
  display: grid;
  gap: 17px;
  padding: clamp(22px, 4vw, 38px);
}

body.site-v2 :where(.consult-calendar, .consult-contact)[hidden] {
  display: none;
}

body.site-v2 .consult-form-header {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

body.site-v2 .consult-form-header h2 {
  font-size: clamp(2rem, 5vw, 3.35rem);
  margin: 0;
}

body.site-v2 .consult-form-header .eyebrow {
  margin-bottom: 10px;
}

body.site-v2 .dialog-close {
  align-items: center;
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.6rem;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 3px;
  transition: background 160ms ease, border-color 160ms ease;
  width: 44px;
}

body.site-v2 .dialog-close:is(:hover, :focus-visible) {
  background: var(--canvas-deep);
  border-color: var(--line-strong);
}

body.site-v2 .consult-form-intro {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: -3px 0 4px;
}

body.site-v2 .calendar-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.site-v2 .calendar-highlights li {
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 650;
  padding: 7px 10px;
}

body.site-v2 .calendar-back,
body.site-v2 .calendar-open-link {
  justify-self: start;
}

body.site-v2 .calendar-frame {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  height: min(720px, calc(100dvh - 210px));
  min-height: 560px;
  width: 100%;
}

body.site-v2 .slot-status,
body.site-v2 .selected-slot {
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0;
  padding: 13px 15px;
}

body.site-v2 .date-list {
  display: grid;
  gap: 12px;
}

body.site-v2 .date-toolbar {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(92px, auto) 1fr minmax(92px, auto);
  padding: 9px;
}

body.site-v2 .date-range {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

body.site-v2 .date-nav {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 650;
  min-height: 42px;
  padding: 8px 14px;
}

body.site-v2 .date-nav:is(:hover, :focus-visible) {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}

body.site-v2 .date-nav:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}

body.site-v2 .month-weekdays,
body.site-v2 .month-grid {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

body.site-v2 .month-weekdays {
  color: var(--faint);
  font-size: 0.65rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

body.site-v2 .date-button {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink);
  cursor: pointer;
  display: grid;
  gap: 3px;
  justify-items: center;
  min-height: 58px;
  padding: 7px 3px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

body.site-v2 .date-button:is(:hover, :focus-visible, .is-active) {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}

body.site-v2 .date-button:is(:hover, :focus-visible) {
  transform: translateY(-1px);
}

body.site-v2 .date-button:disabled,
body.site-v2 .calendar-day.is-unavailable {
  background: var(--canvas);
  color: var(--faint);
  cursor: not-allowed;
}

body.site-v2 .calendar-day.is-outside-month {
  opacity: 0.34;
}

body.site-v2 .calendar-day.has-slots:not(.is-active) {
  border-color: color-mix(in srgb, var(--success) 40%, var(--line));
}

body.site-v2 .calendar-day.is-today:not(.is-active) {
  box-shadow: inset 0 0 0 1px var(--ink);
}

body.site-v2 .date-weekday,
body.site-v2 .date-month,
body.site-v2 .date-availability {
  color: inherit;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

body.site-v2 .date-number {
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1;
}

body.site-v2 .slot-list {
  display: grid;
  gap: 14px;
  max-height: min(500px, calc(100dvh - 280px));
  overflow: auto;
  padding-right: 3px;
}

body.site-v2 .slot-day {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  display: grid;
  gap: 12px;
  padding: 14px;
}

body.site-v2 .slot-day h3 {
  font-size: 0.9rem;
  letter-spacing: -0.01em;
  margin: 0;
}

body.site-v2 .slot-empty {
  color: var(--muted);
  font-size: 0.85rem;
  margin: 0;
}

body.site-v2 .slot-buttons {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.site-v2 .slot-button {
  background: var(--paper);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  color: var(--ink);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 650;
  min-height: 46px;
  padding: 10px;
}

body.site-v2 .slot-button:is(:hover, :focus-visible) {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}

body.site-v2 .meeting-options {
  border: 0;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

body.site-v2 .meeting-options legend {
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 680;
  margin-bottom: 9px;
}

body.site-v2 .meeting-option {
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  cursor: pointer;
  display: flex;
  gap: 11px;
  padding: 12px 14px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

body.site-v2 .meeting-option input {
  accent-color: var(--accent);
  flex: 0 0 auto;
  height: 18px;
  margin: 2px 0 0;
  width: 18px;
}

body.site-v2 .meeting-option strong,
body.site-v2 .meeting-option small {
  display: block;
}

body.site-v2 .meeting-option strong {
  font-size: 0.88rem;
  line-height: 1.3;
}

body.site-v2 .meeting-option small {
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.4;
  margin-top: 3px;
}

body.site-v2 .meeting-option:has(input:checked) {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}

body.site-v2 .meeting-option:has(input:checked) small {
  color: rgba(255, 255, 255, 0.68);
}

/* Responsive layout */

@media (max-width: 1080px) {
  body.site-v2 .desktop-nav {
    gap: 18px;
  }

  body.site-v2 .desktop-nav > a:not(.button) {
    font-size: 0.84rem;
  }

  body.site-v2 .language-switcher {
    padding-left: 10px;
  }
}

@media (max-width: 960px) {
  body.site-v2 {
    --header-height: 70px;
  }

  body.site-v2 .desktop-nav,
  body.site-v2 .site-header > .shell > .language-switcher {
    display: none;
  }

  body.site-v2 .menu-button,
  body.site-v2 .menu-toggle {
    display: inline-flex;
  }

  body.site-v2 .hero-grid,
  body.site-v2 .hero-inner,
  body.site-v2 .split-section,
  body.site-v2 .contact-grid {
    gap: 54px;
    grid-template-columns: 1fr;
  }

  body.site-v2 .split-section--reverse > :first-child {
    order: initial;
  }

  body.site-v2 .hero-copy {
    max-width: 790px;
  }

  body.site-v2 .portrait,
  body.site-v2 .hero-portrait,
  body.site-v2 .hero-media {
    justify-self: start;
    max-width: 560px;
  }

  body.site-v2 .portrait img,
  body.site-v2 .hero-portrait img,
  body.site-v2 .hero-media > img,
  body.site-v2 .hero-media .profile-card img {
    aspect-ratio: 5 / 4;
    max-height: 600px;
  }

  body.site-v2 .path-item {
    min-height: 280px;
    padding-inline: 28px;
  }

  body.site-v2 .listed-device-showcase {
    max-width: 720px;
  }

  body.site-v2 .market-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.site-v2 {
    font-size: 16px;
  }

  body.site-v2 .section {
    padding-block: 76px;
  }

  body.site-v2 .section--compact {
    padding-block: 54px;
  }

  body.site-v2 .hero {
    padding-block: 48px 82px;
  }

  body.site-v2 .hero h1,
  body.site-v2 .page-hero h1 {
    font-size: clamp(2.8rem, 13.5vw, 4.9rem);
    letter-spacing: -0.06em;
  }

  body.site-v2 .trust-strip .shell,
  body.site-v2 .trust-list {
    justify-content: flex-start;
  }

  body.site-v2 .trust-strip :where(span, li) {
    padding-inline: 11px;
  }

  body.site-v2 .path-grid {
    grid-template-columns: 1fr;
  }

  body.site-v2 .path-item {
    min-height: 0;
    padding: 34px 2px;
  }

  body.site-v2 .path-item + .path-item {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  body.site-v2 .path-number {
    margin-bottom: 32px;
  }

  body.site-v2 .field-grid,
  body.site-v2 .form-grid {
    grid-template-columns: 1fr;
  }

  body.site-v2 .field--full,
  body.site-v2 .field.full,
  body.site-v2 .form-grid > .full {
    grid-column: auto;
  }

  body.site-v2 .steps {
    grid-template-columns: 1fr;
  }

  body.site-v2 .step,
  body.site-v2 .steps > li {
    padding-bottom: 38px;
  }

  body.site-v2 .step + .step,
  body.site-v2 .steps > li + li {
    margin-left: 0;
  }

  body.site-v2 .step::before,
  body.site-v2 .steps > li::before {
    margin-bottom: 22px;
  }

  body.site-v2 .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.site-v2 .footer-brand {
    grid-column: 1 / -1;
  }

  body.site-v2 .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  body.site-v2 .consult-dialog,
  body.site-v2 dialog.consult-dialog,
  body.site-v2 .consult-dialog.is-calendar-step {
    border-radius: 0;
    height: 100dvh;
    max-height: 100dvh;
    max-width: 100vw;
    width: 100vw;
  }

  body.site-v2 .consult-form,
  body.site-v2 .consult-calendar,
  body.site-v2 .consult-contact {
    border: 0;
    border-radius: 0;
    min-height: 100dvh;
    padding: 22px 20px calc(30px + env(safe-area-inset-bottom));
  }

  body.site-v2 .consult-form-header h2 {
    font-size: clamp(1.8rem, 8vw, 2.55rem);
  }

  body.site-v2 .calendar-frame {
    height: calc(100dvh - 240px);
    min-height: 500px;
  }

  body.site-v2 .date-toolbar {
    grid-template-columns: 44px 1fr 44px;
  }

  body.site-v2 .date-nav {
    overflow: hidden;
    padding-inline: 8px;
    text-indent: -999px;
  }

  body.site-v2 .date-nav::after {
    content: "‹";
    display: block;
    font-size: 1.3rem;
    line-height: 1;
    text-indent: 0;
  }

  body.site-v2 .date-nav:last-child::after {
    content: "›";
  }

  body.site-v2 .slot-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  body.site-v2 {
    padding-bottom: calc(66px + env(safe-area-inset-bottom));
  }

  body.site-v2 .shell {
    padding-inline: 20px;
  }

  body.site-v2 .brand-subtitle {
    display: none;
  }

  body.site-v2 .hero-grid,
  body.site-v2 .hero-inner {
    gap: 44px;
  }

  body.site-v2 .hero-actions,
  body.site-v2 .button-row,
  body.site-v2 .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.site-v2 .hero-actions .button,
  body.site-v2 .button-row .button,
  body.site-v2 .form-actions .button {
    width: 100%;
  }

  body.site-v2 .portrait-caption {
    bottom: 14px;
    left: 14px;
  }

  body.site-v2 .listed-device-showcase {
    gap: 12px;
    min-height: 430px;
    padding: 28px 18px 42px;
  }

  body.site-v2 .listed-device,
  body.site-v2 .device-frame {
    border-radius: 20px;
    border-width: 3px;
  }

  body.site-v2 .listed-device:nth-child(even),
  body.site-v2 .listed-device--offset {
    transform: translateY(22px);
  }

  body.site-v2 .market-panel {
    border-radius: var(--radius-lg);
    margin-inline: -4px;
    padding: 32px 24px;
  }

  body.site-v2 .footer-grid {
    grid-template-columns: 1fr;
  }

  body.site-v2 .footer-brand {
    grid-column: auto;
  }

  body.site-v2 .mobile-action-bar {
    align-items: stretch;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--line);
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    left: 0;
    padding: 7px max(10px, env(safe-area-inset-left)) calc(7px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-right));
    position: fixed;
    right: 0;
    z-index: 90;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  body.site-v2 .mobile-action-bar a,
  body.site-v2 .mobile-action-bar button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: var(--radius-sm);
    color: var(--ink-soft);
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    font-size: 0.7rem;
    font-weight: 680;
    gap: 1px;
    justify-content: center;
    min-height: 50px;
    padding: 5px;
    text-decoration: none;
  }

  body.site-v2 .mobile-action-bar a + a,
  body.site-v2 .mobile-action-bar a + button,
  body.site-v2 .mobile-action-bar button + a {
    border-left: 1px solid var(--line);
    border-radius: 0;
  }

  body.site-v2 .mobile-action-bar strong {
    color: var(--ink);
    font-size: 0.84rem;
  }

  body.site-v2.dialog-open .mobile-action-bar {
    display: none;
  }

  body.site-v2 .faq summary,
  body.site-v2 .faq-item summary {
    min-height: 70px;
    padding-block: 18px;
  }

  body.site-v2 .faq details > :not(summary),
  body.site-v2 .faq-item > :not(summary) {
    padding-right: 8px;
  }

  body.site-v2 .month-weekdays,
  body.site-v2 .month-grid {
    gap: 3px;
  }

  body.site-v2 .date-button {
    border-radius: 8px;
    min-height: 54px;
  }

  body.site-v2 .date-weekday,
  body.site-v2 .date-month {
    display: none;
  }
}

/* Responsive and semantic aliases used by the generated pages */
body.site-v2 .mobile-nav:not([hidden]) { align-content: start; display: grid; gap: 2px; max-height: calc(100dvh - var(--header-height)); min-height: calc(100dvh - var(--header-height)); overflow-y: auto; }
body.site-v2.menu-open { overflow: hidden; }
body.site-v2 .mobile-nav:not([hidden]) {
  height: calc(100vh - var(--header-height));
  height: calc(100dvh - var(--header-height));
  max-height: calc(100vh - var(--header-height));
  max-height: calc(100dvh - var(--header-height));
  min-height: calc(100vh - var(--header-height));
  min-height: calc(100dvh - var(--header-height));
  overscroll-behavior: contain;
  z-index: 110;
}
body.site-v2 .menu-button { flex-direction: column; gap: 5px; }
body.site-v2 .menu-button span { background: currentColor; display: block; height: 1.5px; width: 18px; }
body.site-v2 .faq-list { border-top: 1px solid var(--line); }
body.site-v2 .faq-list details { border-bottom: 1px solid var(--line); }
body.site-v2 .faq-list summary { cursor: pointer; font-size: clamp(1rem, 1.5vw, 1.18rem); font-weight: 650; list-style: none; min-height: 74px; padding: 24px 52px 22px 2px; position: relative; }
body.site-v2 .faq-list summary::-webkit-details-marker { display: none; }
body.site-v2 .faq-list summary::after { align-items: center; border: 1px solid var(--line-strong); border-radius: 50%; content: "+"; display: flex; height: 30px; justify-content: center; position: absolute; right: 2px; top: 20px; width: 30px; }
body.site-v2 .faq-list details[open] summary::after { background: var(--ink); color: white; content: "−"; }
body.site-v2 .faq-list details > div { color: var(--muted); max-width: 760px; padding: 0 54px 24px 2px; }
body.site-v2 .steps > article { border-top: 1px solid var(--line); padding: 28px 24px 16px 0; }
body.site-v2 .steps > article > span { color: var(--faint); font-size: .74rem; font-weight: 700; letter-spacing: .1em; }
body.site-v2 .steps > article h3 { font-size: clamp(1.35rem, 2.4vw, 2rem); margin: 42px 0 12px; }
body.site-v2 .steps > article p { color: var(--muted); margin: 0; }

@media (max-width: 960px) {
  body.site-v2 .header-talk { display: none; }
  body.site-v2 .page-hero-photo { justify-self: center; max-width: 720px; }
  body.site-v2 .page-hero-photo--portrait { max-width: 390px; }
  body.site-v2 .portrait-frame { aspect-ratio: 4 / 3; justify-self: center; max-width: 460px; }
  body.site-v2 .portrait-frame img { height: 100%; max-height: none; object-position: center 64%; }
  body.site-v2 .listed-device-showcase { justify-self: center; max-width: 580px; min-height: 0; padding-bottom: 48px; }
  body.site-v2 .listed-device-showcase .device { max-width: 210px; }
  body.site-v2 .listed-device:nth-child(even), body.site-v2 .listed-device--offset, body.site-v2 .device-card { transform: translateY(14px); }
  body.site-v2 .advisor-grid { grid-template-columns: 1fr; }
  body.site-v2 .advisor-photo { aspect-ratio: 4 / 3; justify-self: center; max-width: 460px; width: 100%; }
  body.site-v2 .advisor-photo img { object-position: center 64%; }
  body.site-v2 .local-proof { grid-template-columns: 1fr; }
  body.site-v2 .local-proof-photo { aspect-ratio: 16 / 9; }
  body.site-v2 .market-panel { grid-template-columns: 1fr; }
  body.site-v2 .market-image { aspect-ratio: 16 / 9; min-height: 0; }
  body.site-v2 .listed-editorial { gap: 30px; grid-template-columns: 1fr; }
  body.site-v2 .listed-copy { max-width: 520px; }
  body.site-v2 .listed-stage { justify-self: center; max-width: 620px; width: 100%; }
  body.site-v2 .listed-showcase { justify-self: center; }
  body.site-v2 .reason-grid { grid-template-columns: repeat(2, 1fr); }
  body.site-v2 .contact-grid { grid-template-columns: repeat(2, 1fr); gap: 0; }
  body.site-v2 .site-footer .footer-grid { grid-template-columns: 1fr 1fr; }
  body.site-v2 .footer-identity { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  body.site-v2 .market-body { gap: 30px; grid-template-columns: 1fr; margin-inline: auto; max-width: 720px; width: 100%; }
  body.site-v2 .market-content { justify-self: center; max-width: 620px; width: 100%; }
  body.site-v2 .market-signup-card { justify-self: center; max-width: 620px; width: 100%; }
}

@media (max-width: 760px) {
  body.site-v2 .field-grid-3, body.site-v2 .newsletter-fields { grid-template-columns: 1fr; }
  body.site-v2 .market-panel { border-radius: 0; margin-inline: 0; padding: 0; }
  body.site-v2 .scan-heading { align-items: start; display: grid; gap: 10px; margin-bottom: 28px; }
  body.site-v2 .scan-heading .eyebrow { margin: 0; }
  body.site-v2 .scan-heading h2 { font-size: clamp(2.35rem, 10vw, 3.2rem); max-width: 13ch; }
  body.site-v2 .visual-path-grid { grid-template-columns: 1fr; }
  body.site-v2 .visual-path-card { grid-template-columns: 42% 1fr; grid-template-rows: 1fr; }
  body.site-v2 .visual-path-card figure { aspect-ratio: auto; min-height: 170px; }
  body.site-v2 .visual-path-card > div { align-content: center; padding: 22px; }
  body.site-v2 .visual-path-card h3 { font-size: 1.5rem; margin: 10px 0 6px; }
  body.site-v2 .visual-path-card p { font-size: .9rem; }
  body.site-v2 .reason-grid { grid-template-columns: 1fr; }
  body.site-v2 .advisor-photo img { min-height: 0; }
  body.site-v2 .path-item > span { margin-bottom: 30px; }
}

@media (max-width: 620px) {
  body.site-v2 .listed-showcase { aspect-ratio: .96 / 1; max-width: 390px; }
  body.site-v2 .listed-phone-map { left: 8%; top: 3%; transform: rotate(-2.5deg); width: 44%; }
  body.site-v2 .listed-phone-saved { right: 8%; top: 11%; transform: rotate(3deg); width: 40%; }
  body.site-v2 .listed-phone-shell { border-radius: 25px; padding: 4px; }
  body.site-v2 .listed-phone-screen { border-radius: 21px; padding: 2px; }
  body.site-v2 .listed-phone-screen img { border-radius: 18px; }
  body.site-v2 .listed-showcase-flow { bottom: 0; font-size: .64rem; padding: 8px 11px; }
}

@media (max-width: 560px) {
  body.site-v2 .brand small, body.site-v2 .language-link { display: none; }
  body.site-v2 .header-actions { gap: 8px; }
  body.site-v2 .brand-logo { width: 54px; }
  body.site-v2 .page-hero-photo { aspect-ratio: 16 / 10; border-radius: var(--radius-lg); }
  body.site-v2 .page-hero-photo--portrait { aspect-ratio: 8 / 9; max-width: min(100%, 390px); }
  body.site-v2 .page-hero-photo figcaption { align-items: start; flex-direction: column; gap: 3px; padding: 16px; }
  body.site-v2 .page-hero-photo figcaption small { text-align: left; }
  body.site-v2 .portrait-frame { aspect-ratio: 4 / 3; max-width: 100%; }
  body.site-v2 .portrait-frame img { object-position: center 64%; }
  body.site-v2 .advisor-photo { aspect-ratio: 4 / 3; max-width: 100%; }
  body.site-v2 .advisor-photo img { object-position: center 64%; }
  body.site-v2 .visual-path-card { grid-template-columns: 1fr; grid-template-rows: auto auto; }
  body.site-v2 .visual-path-card figure { aspect-ratio: 16 / 10; min-height: 0; }
  body.site-v2 .local-proof-photo { aspect-ratio: 16 / 10; }
  body.site-v2 .local-proof-photo figcaption { align-items: start; flex-direction: column; gap: 3px; padding: 16px; }
  body.site-v2 .local-proof-photo figcaption small { text-align: left; }
  body.site-v2 .market-panel { margin-inline: 0; padding: 0; }
  body.site-v2 .market-image { aspect-ratio: 16 / 9; }
  body.site-v2 .market-content { padding: 0; }
  body.site-v2 .market-signup-card { border-radius: var(--radius-lg); padding: 24px; }
  body.site-v2 .newsletter-fields .button { width: 100%; }
  body.site-v2 .contact-grid { grid-template-columns: 1fr; }
  body.site-v2 .contact-grid > :where(a, button) { border-right: 1px solid var(--line); min-height: 112px; }
  body.site-v2 .site-footer .footer-grid { grid-template-columns: 1fr; }
  body.site-v2 .footer-identity { grid-column: auto; }
  body.site-v2 .device { border-radius: 20px; }
  body.site-v2 .listed-device-showcase { padding-bottom: 28px; }
  body.site-v2 .listed-device-showcase .device { max-width: 150px; }
  body.site-v2 .listed-device:nth-child(even), body.site-v2 .listed-device--offset, body.site-v2 .device-card { transform: none; }
  body.site-v2 .listed-stage { gap: 12px; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); padding: 36px 18px 48px; }
  body.site-v2 .listed-stage::before { bottom: 8px; top: 18px; }
  body.site-v2 .listed-screen-map { max-width: none; transform: translateY(-14px); }
  body.site-v2 .listed-screen-saved { max-width: none; transform: translateY(48px); }
  body.site-v2 .listed-screen-frame { border-radius: 21px; padding: 4px; }
  body.site-v2 .listed-screen-frame img { border-radius: 17px; }
  body.site-v2 .listed-screen figcaption { font-size: .58rem; letter-spacing: .04em; padding-inline: 4px; }
}

@media (max-width: 380px) {
  body.site-v2 .brand > span:last-child { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html:has(body.site-v2) {
    scroll-behavior: auto;
  }

  body.site-v2 *,
  body.site-v2 *::before,
  body.site-v2 *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  body.site-v2 .button,
  body.site-v2 .nav-cta,
  body.site-v2 .mobile-action-bar,
  body.site-v2 .form-card,
  body.site-v2 .consult-form,
  body.site-v2 .consult-calendar,
  body.site-v2 .consult-contact {
    border: 1px solid ButtonText;
  }
}
