:root {
  --color-accent: #e53935;
  --color-accent-text: #e95955;
  --color-action-background: #d53531;
  --color-action-disabled-background: #cb3e3a;
  --color-action-text: #ffffff;
  --color-secondary-text: #c1c1c2;
  --color-background: #0b0b0c;
  --color-border: #38383c;
  --color-foreground: #f7f7f7;
  --color-surface: #171719;
  --color-hero: #8f949d;
  --color-hero-edge: #c4c4c6;
  --color-hero-text: #171719;
  --color-hero-card: #dfdfe0;
  --color-accent-soft: #a32e2c;
  --color-border-soft: #2a2a2d;
  --font-body: "Heebo", sans-serif;
  --font-heading: "Heebo", sans-serif;
  --shadow-panel: 0 26px 80px rgba(247, 247, 247, 0.12);
  --shadow-interactive: 0 18px 40px rgba(247, 247, 247, 0.08);
  --shadow-interactive-strong: 0 22px 44px rgba(247, 247, 247, 0.12);
  --shadow-interactive-accent: 0 24px 52px rgba(229, 57, 53, 0.22);
  --radius-panel: 34px;
}

* { box-sizing: border-box; }
html { background: var(--color-background); color: var(--color-foreground); }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size-adjust: from-font;
  color: var(--color-foreground);
  background:
    radial-gradient(circle at top right, rgba(229, 57, 53, 0.12), transparent 24%),
    radial-gradient(circle at left 20%, rgba(247, 247, 247, 0.05), transparent 28%),
    linear-gradient(180deg, #171719, #0b0b0c);
}
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }

.skip-link {
  position: absolute;
  inset-inline-start: 20px;
  top: 14px;
  z-index: 20;
  padding: 10px 14px;
  border-radius: 14px;
  background: var(--color-foreground);
  color: #171719;
  text-decoration: none;
  translate: 0 -160%;
}
.skip-link:focus-visible { translate: 0 0; }

.page-shell { max-width: 1260px; margin: 0 auto; padding: 20px 20px 84px; }
.header-cta, .button-primary, .button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition:
    translate 140ms ease,
    box-shadow 140ms ease,
    border-color 140ms ease,
    background-color 140ms ease,
    color 140ms ease;
  translate: 0 0;
}
.header-cta,
.button-primary {
  background: var(--color-action-background);
  color: var(--color-action-text);
  box-shadow: 0 10px 26px rgba(229, 57, 53, 0.26);
}
.button-secondary { border: 1px solid rgba(56, 56, 60, 0.7); background: transparent; color: var(--color-foreground); }
.button-secondary--inverted { border-color: rgba(23, 23, 25, 0.5); color: var(--color-hero-text); }
.header-cta .contact-channel-indicator, .button-primary .contact-channel-indicator, .button-secondary .contact-channel-indicator { color: currentColor; }

.stack { display: grid; gap: 28px; }
.hero-panel, .section-shell { border-radius: var(--radius-panel); box-shadow: var(--shadow-panel); }
.hero-panel {
  padding: clamp(28px, 5vw, 52px);
  color: var(--color-hero-text);
  background:
    radial-gradient(circle at top left, rgba(229, 57, 53, 0.26), transparent 32%),
    linear-gradient(135deg, var(--color-hero), var(--color-hero-edge));
}
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.95fr); gap: 24px; align-items: start; }
.hero-panel--single .hero-layout { grid-template-columns: minmax(0, 1fr); }
.hero-panel--single .hero-main h1 { max-width: 14ch; }
.hero-main h1, .section-heading, .practice-card h3, .faq-card h3 { margin: 0; font-family: var(--font-heading); font-size-adjust: from-font; line-height: 1.04; }
.hero-main h1 { font-size: clamp(3rem, 8vw, 5.6rem); max-width: 8ch; }
.hero-eyebrow { margin: 0 0 10px; color: #2c2d30; font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow { margin: 0 0 10px; color: var(--color-accent-text); font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow--light { color: #2c2d30; }
.hero-copy, .section-copy, .section-prose p, .practice-card p, .faq-card p, .trust-card p { line-height: 1.85; }
.hero-copy { max-width: 34rem; margin: 0; color: #2c2d30; font-size: 1.08rem; }
.hero-chip-list, .button-row, .hero-facts, .practice-grid, .trust-grid, .footer-grid { display: grid; gap: 16px; }
.hero-chip-list { grid-template-columns: repeat(auto-fit, minmax(150px, max-content)); margin-top: 10px; }
.hero-chip-list span { display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px; border-radius: 999px; border: 1px solid rgba(23, 23, 25, 0.34); background: rgba(23, 23, 25, 0.08); color: var(--color-hero-text); }
.button-row { grid-auto-flow: column; justify-content: start; align-items: center; margin-top: 8px; }
.hero-side { padding: 24px; border: 1px solid rgba(229, 57, 53, 0.18); border-radius: 26px; background: rgba(223, 223, 224, 0.92); }
.hero-side-kicker { margin: 0 0 14px; color: #2c2d30; letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.9rem; }
.hero-side h2 { margin: 0 0 22px; font-family: var(--font-heading); font-size-adjust: from-font; font-size: clamp(1.65rem, 3.4vw, 2.6rem); line-height: 1.12; }
.hero-side-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; color: #2c2d30; font-size: 1.06rem; }
.hero-side-list li { padding-block: 16px; border-top: 1px solid rgba(23, 23, 25, 0.12); }
.hero-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(23, 23, 25, 0.16); }
.hero-fact strong { display: block; font-size: clamp(1.8rem, 3vw, 2.6rem); font-family: var(--font-heading); font-size-adjust: from-font; color: var(--color-hero-text); }
.hero-fact span { color: #2c2d30; }

.section-shell { padding: clamp(24px, 4vw, 40px); border: 1px solid rgba(56, 56, 60, 0.46); background: rgba(23, 23, 25, 0.92); }
.section-shell--split, .section-shell--contact, .section-shell--reading { display: grid; grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr); gap: 24px; }
.section-shell--contrast, .section-shell--cta { color: var(--color-hero-text); border-color: transparent; background: linear-gradient(135deg, #c4c4c6, #8f949d); }
.section-shell--card { padding: clamp(32px, 5vw, 56px); border-radius: 32px; background: linear-gradient(135deg, rgba(229, 57, 53, 0.08), rgba(11, 11, 12, 0.95)); border: 1px solid rgba(229, 57, 53, 0.12); text-align: center; display: flex; justify-content: center; }
.section-heading-row { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.section-heading { font-size: clamp(1.9rem, 4vw, 3.2rem); text-wrap: balance; }
.section-heading--light { color: var(--color-hero-text); }
.section-copy { margin: 0; color: #c1c1c2; text-wrap: pretty; }
.section-copy--light { color: #2c2d30; }
.section-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-accent-text);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(229, 57, 53, 0.24);
  text-underline-offset: 0.24em;
  transition:
    translate 140ms ease,
    color 140ms ease,
    border-color 140ms ease,
    text-decoration-color 140ms ease,
    text-shadow 140ms ease;
  translate: 0 0;
}
.practice-grid, .trust-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.practice-card, .trust-card { padding: 22px; border-radius: 24px; border: 1px solid rgba(56, 56, 60, 0.5); background: linear-gradient(180deg, rgba(23, 23, 25, 0.96), rgba(11, 11, 12, 0.88)); }
.section-shell--trust { display: grid; gap: 26px; }
.section-shell--trust .section-heading-block { max-width: 52rem; }
.trust-card { display: grid; align-content: center; min-block-size: clamp(132px, 11vw, 168px); padding: clamp(22px, 2.2vw, 30px); background: rgba(23, 23, 25, 0.08); border-color: rgba(23, 23, 25, 0.12); }
.section-shell--trust .eyebrow { font-size: 0.94rem; letter-spacing: 0.1em; }
.section-shell--trust .trust-card p { margin: 0; font-size: clamp(1.2rem, calc(1.08rem + 0.45vw), 1.5rem); font-weight: 600; line-height: 1.48; }

.section-shell--trust .trust-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.practice-card h3 { font-size: clamp(1.2rem, 2.6vw, 1.8rem); margin-bottom: 10px; }


.button-primary:disabled,
.button-secondary:disabled {
  cursor: not-allowed;
  opacity: 1;
  translate: 0 0;
  box-shadow: none;
}
.button-primary:disabled {
  background: var(--color-action-disabled-background);
  color: var(--color-action-text);
}
.button-secondary:disabled {
  border-color: rgba(56, 56, 60, 0.72);
  background: rgba(247, 247, 247, 0.05);
  color: #c1c1c2;
}
.button-primary[aria-busy="true"]:disabled,
.button-secondary[aria-busy="true"]:disabled {
  cursor: progress;
}
.button-primary[aria-busy="true"]:disabled {
  background: var(--color-action-background);
  color: var(--color-action-text);
}
.section-prose { display: grid; gap: 18px; max-width: 54rem; }
.section-prose > * { margin: 0; }
.section-prose--centered { max-width: 44rem; margin: 0 auto; }
.section-prose--centered p { font-size: clamp(1.15rem, 2vw, 1.4rem); color: #c1c1c2; line-height: 1.7; }

.site-footer { margin-top: 40px; padding-top: 26px; border-top: 1px solid rgba(56, 56, 60, 0.72); }
.footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 16px; }
.footer-title { margin: 0 0 8px; font-weight: 700; }
.footer-copy, .footer-note { margin: 0; color: #c1c1c2; }
.footer-link-row { display: flex; flex-wrap: wrap; gap: 8px 10px; color: #c1c1c2; }
.footer-link { color: inherit; text-decoration: none; border-bottom: 1px solid transparent; transition: color 160ms ease, border-color 160ms ease, translate 160ms ease; }
.footer-separator { color: rgba(247, 247, 247, 0.42); }
.footer-contact-row, .footer-social-row { display: flex; flex-wrap: wrap; gap: 12px 16px; margin-top: 10px; }
.footer-contact-link, .footer-social-link { display: inline-flex; align-items: center; gap: 6px; color: #c1c1c2; font-size: 0.9rem; text-decoration: none; border-bottom: 1px solid transparent; transition: color 160ms ease, border-color 160ms ease; }
.footer-contact-link:hover, .footer-social-link:hover { color: var(--color-accent-text); border-color: currentColor; }
.contact-aside { margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(56, 56, 60, 0.5); }
.contact-aside-title { margin: 0 0 12px; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #c1c1c2; }
.contact-aside-channels { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.contact-aside-channels li { display: flex; }
.contact-channel-card { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; padding: 14px 16px; text-decoration: none; color: var(--color-foreground); background: #0b0b0c; border: 1px solid rgba(56, 56, 60, 0.65); border-radius: 10px; font-weight: 600; font-size: 0.95rem; transition: box-shadow 160ms ease, border-color 160ms ease, color 160ms ease; }
.contact-channel-card:hover { color: var(--color-accent-text); border-color: rgba(233, 89, 85, 0.68); box-shadow: 0 4px 14px rgba(229, 57, 53, 0.1); }
.contact-channel-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.contact-channel-label { display: flex; align-items: center; gap: 8px; }
.contact-channel-value { font-weight: 400; font-size: 0.85rem; color: var(--color-foreground); padding-inline-start: 26px; }
.contact-channel-card:hover .contact-channel-value { color: var(--color-foreground); text-decoration: underline; text-decoration-thickness: 1px; }
.contact-channel-indicator { flex-shrink: 0; color: #c1c1c2; transition: color 160ms ease; }
.contact-channel-card:hover .contact-channel-indicator { color: var(--color-accent-text); }
.contact-icon-linkedin { color: #0A66C2; }
.contact-icon-whatsapp { color: #25D366; }
.contact-icon-facebook { color: #1877F2; }
.contact-icon-instagram { color: #E1306C; }
.contact-icon-google-reviews { color: var(--color-accent-text); }
.practice-card { scroll-margin-top: 120px; }
.section-shell--articles {
  padding-inline: 0;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

:where(a, button, input, textarea):focus-visible {
  outline: 3px solid var(--color-accent-text);
  outline-offset: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .section-link:hover {
    translate: 0 -3px;
    color: var(--color-accent-text);
  }
  .section-link:hover {
    text-decoration-color: currentColor;
    text-shadow: 0 10px 24px rgba(229, 57, 53, 0.22);
  }
  .footer-link:hover {
    translate: 0 -2px;
    color: var(--color-accent-text);
    border-color: currentColor;
  }
  .header-cta:hover,
  .button-primary:hover,
  .button-secondary:hover {
    translate: 0 -3px;
    box-shadow: var(--shadow-interactive-accent);
  }
  .button-secondary:hover {
    border-color: rgba(229, 57, 53, 0.52);
    background: rgba(229, 57, 53, 0.1);
    color: var(--color-accent-text);
  }
}
.header-cta:active,
.button-primary:active,
.button-secondary:active,
.section-link:active { translate: 0 0; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
@media (max-width: 980px) {
  .hero-layout, .section-shell--split, .section-shell--contact, .section-shell--reading { grid-template-columns: 1fr; }
  .hero-main h1 { max-width: none; }
  .section-shell--trust .trust-grid { grid-template-columns: 1fr; }
  .section-shell--trust .trust-card { min-block-size: 0; padding-block: clamp(20px, 3vw, 26px); }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .page-shell {
    padding-inline: 14px;
    padding-top: max(14px, env(safe-area-inset-top));
    padding-bottom: 56px;
  }
  .stack { gap: 20px; }
  .hero-panel, .section-shell { border-radius: 28px; }
  .section-shell { padding: 20px; }
  .section-heading { font-size: clamp(1.85rem, 8.4vw, 2.7rem); }
  .section-heading-row { margin-bottom: 18px; }
  .button-row, .hero-facts, .form-grid { grid-template-columns: 1fr; grid-auto-flow: row; }
  .hero-chip-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-chip-list span {
    justify-content: center;
    min-height: 42px;
    padding-inline: 12px;
    text-align: center;
  }
  .practice-grid, .trust-grid { grid-template-columns: 1fr; }
  .section-shell--trust .trust-card { padding: 18px 20px; }
}
.cookie-consent {
  position: fixed;
  inset-inline: 20px;
  inset-block-end: 20px;
  z-index: 30;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.3fr) auto;
  align-items: center;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  background: #171719;
  box-shadow: var(--shadow-panel);
}
.cookie-consent[hidden] { display: none; }
.cookie-consent__copy { display: grid; gap: 6px; }
.cookie-consent__title { font-size: 1rem; }
.cookie-consent__body {
  margin: 0;
  color: #ffffff;
  line-height: 1.65;
}
.cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: end;
}
.cookie-consent__actions .button-primary {
  border: 1px solid #a52926;
  color: #ffffff;
  background: #a52926;
}
.cookie-consent__actions .button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.68);
  color: #ffffff;
  background: transparent;
}
.cookie-consent__actions .button-primary:focus-visible,
.cookie-consent__actions .button-secondary:focus-visible {
  outline-color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .cookie-consent__actions .button-primary:hover {
    color: #ffffff;
    background: #a52926;
  }
  .cookie-consent__actions .button-secondary:hover {
    border-color: #ffffff;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
  }
}
@media (max-width: 760px) {
  .cookie-consent {
    grid-template-columns: 1fr;
    gap: 8px;
    inset-inline: 8px;
    inset-block-end: max(8px, env(safe-area-inset-bottom));
    padding: 12px;
    border-radius: 16px;
  }
  .cookie-consent__copy { gap: 3px; }
  .cookie-consent__title { font-size: 0.88rem; }
  .cookie-consent__body {
    font-size: 0.78rem;
    line-height: 1.4;
  }
  .cookie-consent__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    justify-content: stretch;
  }
  .cookie-consent__actions .button-primary,
  .cookie-consent__actions .button-secondary {
    width: 100%;
    min-height: 42px;
    padding-inline: 10px;
    font-size: 0.86rem;
  }
}

.site-header { margin-bottom: 24px; }
.header-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content minmax(0, 1fr);
  align-items: center;
  gap: 16px 24px;
  min-height: 104px;
  padding: 12px 18px;
  border-block: 1px solid rgba(56, 56, 60, 0.58);
  border-radius: 0;
  background: rgba(23, 23, 25, 0.94);
  box-shadow: none;
}
.brand-home {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  justify-self: start;
  min-width: 0;
  padding: 8px 0;
  text-decoration: none;
  transition:
    color 140ms ease,
    opacity 140ms ease;
}
.header-actions {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
}
.brand-logo {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  object-fit: contain;
  flex-shrink: 0;
}
.brand-lockup {
  display: grid;
  gap: 4px;
  justify-items: start;
  min-width: 0;
  position: relative;
  padding-inline-start: 22px;
  text-align: start;
}
.brand-lockup::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block: 4px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(229, 57, 53, 0.32), rgba(229, 57, 53, 0.92));
  transition:
    opacity 140ms ease,
    inset-block 140ms ease,
    background-color 140ms ease;
  opacity: 0.72;
}
.brand-name {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.1;
  text-wrap: balance;
}
.brand-tagline {
  margin: 0;
  color: var(--color-secondary-text);
  transition: color 140ms ease;
}
.site-nav { display: flex; flex-wrap: wrap; gap: 4px; }
.site-nav--desktop {
  align-self: center;
  align-items: center;
  justify-content: center;
  justify-self: center;
}
.site-nav--mobile {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(56, 56, 60, 0.48);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(23, 23, 25, 0.98), rgba(11, 11, 12, 0.94));
  box-shadow: 0 20px 46px rgba(247, 247, 247, 0.08);
}
.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 13px;
  color: var(--color-secondary-text);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition:
    color 140ms ease,
    background-color 140ms ease,
    box-shadow 140ms ease;
}
.site-nav--desktop a {
  align-self: center;
  justify-content: center;
  min-height: 46px;
  padding-block: 0;
  border-radius: 6px;
}
.site-nav--desktop a::after {
  content: "";
  position: absolute;
  inset-inline: 12px;
  inset-block-end: 0;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}
.site-nav--desktop a[aria-current="page"] {
  color: var(--color-foreground);
  background: transparent;
}
.site-nav--desktop a[aria-current="page"]::after {
  transform: scaleX(1);
}
.site-nav--mobile a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 50px;
  padding: 12px 16px;
  border-color: rgba(56, 56, 60, 0.42);
  border-radius: 18px;
  background: rgba(23, 23, 25, 0.74);
}
.site-nav--mobile a[aria-current="page"] {
  color: var(--color-foreground);
  border-color: rgba(229, 57, 53, 0.42);
  background: #0b0b0c;
}
.header-cta {
  min-height: 46px;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(229, 57, 53, 0.2);
}
.site-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(56, 56, 60, 0.56);
  border-radius: 999px;
  background: rgba(23, 23, 25, 0.78);
  color: var(--color-foreground);
  cursor: pointer;
  transition:
    translate 140ms ease,
    color 140ms ease,
    border-color 140ms ease,
    background-color 140ms ease,
    box-shadow 140ms ease;
  translate: 0 0;
}
.site-nav-toggle-label {
  font-weight: 700;
  white-space: nowrap;
}
.site-nav-toggle-lines {
  display: grid;
  gap: 4px;
  flex-shrink: 0;
}
.site-nav-toggle-lines span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}
.site-nav-open .site-nav-toggle-lines span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.site-nav-open .site-nav-toggle-lines span:nth-child(2) {
  opacity: 0;
}
.site-nav-open .site-nav-toggle-lines span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.site-nav-panel {
  grid-column: 1 / -1;
}

@media (hover: hover) and (pointer: fine) {
  .brand-home:hover {
    color: var(--color-accent-text);
  }
  .brand-home:hover .brand-lockup::before {
    inset-block: 0;
    opacity: 1;
  }
  .brand-home:hover .brand-tagline {
    color: var(--color-foreground);
  }
  .site-nav--desktop a:hover {
    color: var(--color-foreground);
    background: transparent;
    box-shadow: inset 0 -1px 0 rgba(229, 57, 53, 0.2);
  }
  .site-nav--desktop a:hover::after {
    background: var(--color-accent);
    transform: scaleX(1);
  }
  .site-nav--mobile a:hover {
    color: var(--color-foreground);
    border-color: rgba(229, 57, 53, 0.42);
    background: #0b0b0c;
    box-shadow: var(--shadow-interactive-accent);
  }
  .site-nav-toggle:hover {
    translate: 0 -3px;
    color: var(--color-accent-text);
    border-color: rgba(229, 57, 53, 0.42);
    background: rgba(229, 57, 53, 0.14);
    box-shadow: var(--shadow-interactive-accent);
  }
}

.site-nav a:active {
  color: var(--color-foreground);
  background: #0b0b0c;
  box-shadow: inset 0 -2px 0 var(--color-accent);
}
.site-nav--desktop a:active {
  background: transparent;
  box-shadow: inset 0 -3px 0 var(--color-accent);
}
.brand-home:active,
.site-nav-toggle:active { translate: 0 0; }
@media (max-width: 980px) {
  .header-main {
    grid-template-columns: 1fr;
    gap: 14px 12px;
    padding: 14px 16px;
    border: 1px solid rgba(56, 56, 60, 0.58);
    border-radius: 12px;
  }
  .brand-home { width: 100%; }
  .header-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .header-cta,
  .site-nav-toggle { width: 100%; }
  .site-nav--desktop {
    grid-column: 1 / -1;
    justify-content: start;
  }
  .site-nav-js .site-nav--desktop { display: none; }
  .site-nav-js .site-nav-toggle { display: inline-flex; }
  .site-nav-js .site-nav-panel { padding-top: 4px; }
}

@media (max-width: 720px) {
  .brand-home { gap: 12px; }
  .brand-logo {
    width: 52px;
    height: 52px;
  }
  .brand-lockup {
    gap: 2px;
    padding-inline-start: 16px;
  }
  .brand-name {
    max-width: 11ch;
    font-size: clamp(1.05rem, 5vw, 1.4rem);
  }
  .brand-tagline { display: none; }
  .header-actions { gap: 10px; }
  .header-cta {
    min-height: 44px;
    padding-inline: 16px;
  }
  .site-nav-toggle {
    min-height: 44px;
    padding-inline: 14px;
  }
  .site-nav--mobile {
    gap: 8px;
    padding: 12px;
    border-radius: 22px;
  }
  .site-nav--mobile a {
    min-height: 46px;
    padding: 12px 14px;
  }
}

.hero-panel {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(23, 23, 25, 0.08);
}
.hero-layout {
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.92fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: stretch;
}
.hero-main {
  display: grid;
  align-content: start;
  gap: 18px;
  padding-block: 14px 8px;
}
.hero-main h1 {
  max-width: 7.2ch;
  font-size: clamp(3.2rem, 7.6vw, 6.2rem);
  text-wrap: balance;
}
.hero-copy {
  max-width: 31rem;
  color: rgba(23, 23, 25, 0.78);
  font-size: 1.06rem;
  text-wrap: pretty;
}
.hero-chip-list { gap: 12px; margin-top: 0; }
.hero-chip-list span {
  min-height: 38px;
  padding-inline: 14px;
  border-color: rgba(23, 23, 25, 0.1);
  background: transparent;
}
.button-row { margin-top: 6px; }
.hero-visual-shell {
  position: relative;
  display: grid;
  align-items: end;
  min-block-size: 100%;
  padding-block-end: 112px;
}
.hero-panel--services-visual .hero-visual-shell {
  padding-block-end: 0;
}
.hero-panel--services-visual .hero-visual-image {
  object-position: center 46%;
}
.hero-visual-frame {
  position: relative;
  min-block-size: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 25, 0.12);
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(247, 247, 247, 0.2);
}
.hero-visual-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0 28%, rgba(143, 148, 157, 0.28) 72%, rgba(143, 148, 157, 0.78) 100%),
    linear-gradient(90deg, rgba(143, 148, 157, 0.18), transparent 44%);
}
.hero-visual-image {
  inline-size: 100%;
  block-size: 100%;
  min-block-size: 520px;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.03);
}
.hero-side--overlay {
  position: absolute;
  inset-inline: 28px;
  inset-block-end: 0;
  margin: 0;
  border-color: rgba(229, 57, 53, 0.16);
  background: linear-gradient(180deg, rgba(223, 223, 224, 0.92), rgba(143, 148, 157, 0.96));
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 42px rgba(247, 247, 247, 0.22);
}
.hero-side--overlay h2 { font-size: clamp(1.25rem, 2.8vw, 1.7rem); }
.hero-side--overlay .hero-side-list li:first-child {
  padding-block-start: 0;
  border-top: 0;
}
.hero-layout:not(:has(.hero-visual-shell)) > .hero-side {
  align-self: start;
}
.hero-facts {
  gap: 18px;
  margin-top: 34px;
  padding-top: 28px;
}
.hero-fact {
  padding-inline-start: 18px;
  border-inline-start: 1px solid rgba(23, 23, 25, 0.14);
}
.hero-fact strong { line-height: 1; }

@media (max-width: 980px) {
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hero-main { padding-block: 0; }
  .hero-main h1 {
    max-width: none;
    font-size: clamp(2.8rem, 11vw, 4.6rem);
  }
  .hero-visual-shell { padding-block-end: 0; }
  .hero-visual-frame {
    min-block-size: auto;
    border-radius: 24px;
  }
  .hero-side--overlay {
    position: static;
    inset: auto;
    margin-top: 14px;
  }
  .hero-visual-image { min-block-size: 340px; }
}
@media (max-width: 720px) {
  .hero-panel { padding: 22px 20px 20px; }
  .hero-main { gap: 14px; }
  .hero-main h1 { font-size: clamp(2.5rem, 10vw, 3.7rem); }
  .hero-copy { font-size: 1rem; }
  .hero-visual-image { min-block-size: 240px; }
  .hero-panel--services-visual .hero-visual-frame { aspect-ratio: 4 / 3; }
  .hero-side { padding: 18px; }
  .hero-facts {
    gap: 12px;
    margin-top: 24px;
    padding-top: 20px;
  }
  .hero-fact {
    padding-inline-start: 0;
    border-inline-start: 0;
    padding-top: 12px;
    border-top: 1px solid rgba(23, 23, 25, 0.12);
  }
}

.hero-panel--cinematic { position: relative; overflow: clip; isolation: isolate; }
.hero-atmosphere { position: absolute; inset: 0; pointer-events: none; }
.hero-orb,
.hero-grid {
  position: absolute;
  inset: auto;
  display: block;
}
.hero-orb {
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.78;
  animation: hero-drift 18s ease-in-out infinite alternate;
}
.hero-orb--accent {
  top: -10%;
  inset-inline-start: -3%;
  width: min(38vw, 420px);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(229, 57, 53, 0.34), transparent 68%);
}
.hero-orb--ghost {
  inset-inline-end: 6%;
  bottom: 10%;
  width: min(24vw, 260px);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(23, 23, 25, 0.14), transparent 74%);
  animation-duration: 24s;
}
.hero-grid {
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 16%, rgba(23, 23, 25, 0.05) 16% 16.2%, transparent 16.2% 100%),
    linear-gradient(transparent 0 20%, rgba(23, 23, 25, 0.045) 20% 20.18%, transparent 20.18% 100%);
  background-size: 160px 160px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), transparent 88%);
  animation: hero-grid-shift 24s linear infinite;
}
.hero-layout { position: relative; z-index: 1; }
.hero-reveal {
  opacity: 0;
  translate: 0 14px;
  animation: hero-enter 700ms ease forwards;
  animation-delay: var(--hero-delay, 0ms);
}
.hero-reveal--1 { --hero-delay: 60ms; }
.hero-reveal--2 { --hero-delay: 120ms; }
.hero-reveal--3 { --hero-delay: 180ms; }
.hero-reveal--4 { --hero-delay: 260ms; }
.hero-reveal--5 { --hero-delay: 340ms; }
@keyframes hero-enter {
  from { opacity: 0; translate: 0 14px; }
  to { opacity: 1; translate: 0 0; }
}
@keyframes hero-drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(18px, -14px, 0) scale(1.08); }
}
@keyframes hero-grid-shift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-22px, 18px, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-orb,
  .hero-grid,
  .hero-reveal { animation: none !important; opacity: 1; translate: 0 0; }
}

.public-media-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.public-media-gallery-item {
  flex: 1 1 26rem;
  margin: 0;
  min-inline-size: min(100%, 26rem);
}
.public-media-gallery-media {
  display: block;
  inline-size: 100%;
  block-size: clamp(280px, 38vw, 520px);
  object-fit: cover;
}
@media (max-width: 720px) {
  .public-media-gallery { gap: 10px; }
  .public-media-gallery-item { flex-basis: 100%; min-inline-size: 100%; }
  .public-media-gallery-media { block-size: 390px; }
}

.section-shell--profile {
  display: grid;
  grid-template-columns: minmax(260px, 0.84fr) minmax(0, 1.16fr);
  gap: 28px;
  align-items: start;
}
.section-profile-visual {
  margin: 0;
  display: flex;
  justify-content: center;
}
.section-profile-frame {
  width: min(100%, 430px);
  padding: 18px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top, rgba(229, 57, 53, 0.16), transparent 48%),
    linear-gradient(180deg, rgba(23, 23, 25, 0.98), rgba(11, 11, 12, 0.92));
  border: 1px solid rgba(56, 56, 60, 0.46);
  box-shadow: var(--shadow-interactive);
}
.section-profile-image {
  width: 100%;
  height: auto;
  border-radius: 26px;
  aspect-ratio: 896 / 1046;
  object-fit: cover;
}
.section-shell--profile-flow {
  display: flow-root;
}
.section-heading-block--profile-flow {
  display: flow-root;
  max-width: none;
}
.section-heading-block--profile-flow .section-profile-visual {
  float: inline-end;
  width: min(42%, 430px);
  margin-inline-start: 28px;
  margin-block-end: 24px;
}
.section-heading-block--profile-flow .section-prose {
  display: block;
  max-width: none;
}
.section-heading-block--profile-flow .section-prose > * + * {
  margin-block-start: 18px;
}
@media (max-width: 980px) {
  .section-shell--profile { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .section-shell--profile { gap: 18px; }
  .section-heading-block--profile-flow {
    display: flex;
    flex-direction: column;
  }
  .section-heading-block--profile-flow .eyebrow { order: 1; }
  .section-heading-block--profile-flow .section-heading { order: 2; }
  .section-heading-block--profile-flow .section-prose { order: 3; }
  .section-heading-block--profile-flow .button-row { order: 4; }
  .section-heading-block--profile-flow .section-profile-visual {
    float: none;
    order: 5;
    width: 100%;
    margin: 18px 0 0;
  }
  .section-profile-frame { width: 100%; padding: 14px; border-radius: 30px; }
  .section-profile-image { border-radius: 22px; }
}


.site--fitness { --radius-panel: 12px; }
.site--fitness .section-shell,
.site--fitness .hero-panel { border-radius: var(--radius-panel); }
.site--fitness .section-heading { max-inline-size: 18ch; font-weight: 850; letter-spacing: -0.025em; }
.site--fitness .button-primary { border-radius: 6px; text-transform: none; }
.site--fitness .section-shell--contrast,
.site--fitness .section-shell--cta { background: linear-gradient(135deg, #171719, #080809); }
.fitness-section-heading { display: grid; gap: 12px; max-inline-size: 48rem; margin-block-end: 26px; }
.fitness-program-grid,
.fitness-branch-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.fitness-program-card,
.fitness-branch-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  min-inline-size: 0;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--color-surface) 96%, white), var(--color-surface));
}
.fitness-program-card h3,
.fitness-branch-card h3 { margin: 0; font: 850 clamp(1.45rem, 3vw, 2.2rem)/1.05 var(--font-heading); }
.fitness-program-card p,
.fitness-branch-card p { margin: 0; line-height: 1.7; }
.fitness-program-index { color: var(--color-accent-text); font-weight: 900; font-variant-numeric: tabular-nums; }
.fitness-program-note { margin: 22px 0 0; color: var(--color-secondary-text); }
.fitness-branch-city { color: var(--color-accent-text); font-weight: 800; }
.fitness-branch-actions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 10px; margin-block-start: 8px; }
.fitness-branch-actions .button-primary { grid-column: 1 / -1; }
.site--fitness .section-heading--light,
.site--fitness .section-copy--light,
.site--fitness .eyebrow--light,
.site--fitness .section-shell--contrast .trust-card p { color: #f7f7f7; }
.fitness-map-link { display: inline-flex; align-items: center; gap: 6px; padding: 10px 0; font-weight: 700; color: var(--color-accent-text); }
.fitness-map-link svg,
.fitness-branch-actions svg { flex: 0 0 auto; inline-size: 1em; block-size: 1em; }
.fitness-map-link svg { color: currentColor; }
.fitness-gallery-section .public-media-gallery-item { border-radius: 8px; background: #09090a; }
.fitness-gallery-section .public-media-gallery-media { aspect-ratio: 4 / 3; object-fit: cover; }
.site--fitness .header-cta:hover,
.site--fitness .button-primary:hover,
.site--fitness .button-secondary:hover,
.site--fitness .fitness-map-link:hover { translate: 0 -3px; }

@media (max-width: 720px) {
  .fitness-program-grid,
  .fitness-branch-grid { grid-template-columns: minmax(0, 1fr); }
  .fitness-branch-actions .button-primary,
  .fitness-branch-actions .button-secondary { inline-size: 100%; }
  .fitness-branch-actions { grid-template-columns: minmax(0, 1fr); }
  .fitness-branch-actions .button-primary { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .site--fitness .header-cta:hover,
  .site--fitness .button-primary:hover,
  .site--fitness .button-secondary:hover,
  .site--fitness .fitness-map-link:hover { translate: 0; }
}

@media (forced-colors: active) {
  .fitness-program-card,
  .fitness-branch-card { border: 1px solid CanvasText; }
}

.site--restaurant { --radius-panel: 18px; }
.site--restaurant .hero-panel,
.site--restaurant .section-shell { box-shadow: 0 20px 55px rgb(38 48 36 / 0.09); }
.site--restaurant .section-shell--profile {
  align-items: stretch;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
}
.site--restaurant .section-profile-frame { block-size: 100%; min-block-size: 520px; }
.site--restaurant .section-profile-image { inline-size: 100%; block-size: 100%; object-fit: cover; }
.site--restaurant .section-heading { max-inline-size: 16ch; }
.site--restaurant .practice-card {
  border: 0;
  border-block-start: 1px solid var(--color-border);
  border-radius: 0;
  background: transparent;
  padding-inline: 0;
}
.restaurant-schedule-section { overflow: clip; }
.restaurant-schedule-heading { max-inline-size: 44rem; }
.restaurant-schedule-widget {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(18rem, 0.88fr);
  gap: 18px;
  margin-block-start: 30px;
}
.restaurant-schedule-feature {
  display: flex;
  min-inline-size: 0;
  flex-direction: column;
  padding: clamp(24px, 4vw, 40px);
  border-radius: 16px;
  background:
    radial-gradient(circle at 12% 12%, rgb(255 250 240 / 0.14), transparent 34%),
    var(--color-foreground);
  color: var(--color-surface);
}
.restaurant-schedule-feature-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}
.restaurant-schedule-day,
.restaurant-schedule-arranged-label {
  margin: 0 0 8px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.restaurant-schedule-day { color: color-mix(in srgb, var(--color-surface) 72%, transparent); }
.restaurant-schedule-feature h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1;
}
.restaurant-schedule-status {
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid color-mix(in srgb, var(--color-surface) 38%, transparent);
  border-radius: 999px;
  color: color-mix(in srgb, var(--color-surface) 88%, transparent);
  font-size: 0.8rem;
  font-weight: 700;
}
.restaurant-schedule-times {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 18px);
  margin-block: clamp(34px, 6vw, 64px) 24px;
  direction: ltr;
}
.restaurant-schedule-times time {
  color: var(--color-surface);
  font-family: var(--font-heading);
  font-size: clamp(2.7rem, 8vw, 5.8rem);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.9;
}
.restaurant-schedule-or {
  color: color-mix(in srgb, var(--color-surface) 62%, transparent);
  font-size: 0.85rem;
  font-weight: 700;
}
.restaurant-schedule-description {
  max-inline-size: 42rem;
  margin: 0;
  color: color-mix(in srgb, var(--color-surface) 78%, transparent);
  line-height: 1.75;
}
.restaurant-schedule-booking {
  align-self: start;
  margin-block-start: auto;
  translate: 0 12px;
}
.restaurant-schedule-arranged {
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid color-mix(in srgb, var(--color-border) 76%, transparent);
  border-radius: 16px;
  background: color-mix(in srgb, var(--color-surface) 88%, var(--color-background));
}
.restaurant-schedule-arranged-label { color: var(--color-accent-text); }
.restaurant-schedule-arranged-grid { display: grid; gap: 0; }
.restaurant-schedule-arranged-card {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  column-gap: 14px;
  padding-block: 24px;
  border-block-start: 1px solid var(--color-border);
}
.restaurant-schedule-arranged-card:first-child { margin-block-start: 10px; }
.restaurant-schedule-marker {
  grid-row: 1 / span 2;
  color: color-mix(in srgb, var(--color-foreground) 42%, transparent);
  font-size: 0.75rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
}
.restaurant-schedule-arranged-card h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  line-height: 1.1;
}
.restaurant-schedule-arranged-card p {
  margin: 9px 0 0;
  color: color-mix(in srgb, var(--color-foreground) 70%, transparent);
  line-height: 1.7;
}
.restaurant-location-section { position: relative; overflow: clip; }
.restaurant-visit-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 30px 0 0;
  border-block: 1px solid var(--color-border);
}
.restaurant-visit-details > div { padding: 20px 18px; }
.restaurant-visit-details > div + div { border-inline-start: 1px solid var(--color-border); }
.restaurant-visit-details dt {
  color: color-mix(in srgb, var(--color-foreground) 64%, transparent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.restaurant-visit-details dd { margin: 7px 0 0; font-size: 1.05rem; line-height: 1.55; }
.restaurant-map-link { margin-block-start: 24px; }
.restaurant-map-link .contact-channel-indicator { inline-size: 18px; block-size: 18px; }
.restaurant-gallery-section { overflow: clip; }
.restaurant-gallery {
  margin-block-start: 28px;
}
.restaurant-gallery-media {
  border-radius: 10px;
  background: var(--color-foreground);
}
.restaurant-gallery-item figcaption {
  margin-block-start: 10px;
  color: color-mix(in srgb, var(--color-foreground) 68%, transparent);
  font-size: 0.9rem;
  line-height: 1.55;
}
.site--restaurant .section-shell--cta { background: #263024; }
@media (hover: hover) and (pointer: fine) {
  .restaurant-gallery-item { transition: translate 180ms ease; }
  .restaurant-gallery-item:hover { translate: 0 -4px; }
}
@media (max-width: 760px) {
  .site--restaurant .section-shell--profile { grid-template-columns: 1fr; }
  .site--restaurant .section-profile-frame { min-block-size: 360px; }
  .restaurant-visit-details { grid-template-columns: 1fr; }
  .restaurant-visit-details > div + div {
    border-block-start: 1px solid var(--color-border);
    border-inline-start: 0;
  }
  .restaurant-schedule-widget { grid-template-columns: 1fr; }
  .restaurant-schedule-feature-heading { align-items: center; }
  .restaurant-schedule-status { padding: 7px 10px; }
  .restaurant-schedule-times {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    margin-block: 36px 22px;
  }
  .restaurant-schedule-times time {
    min-inline-size: 0;
    justify-self: center;
    font-size: clamp(2.25rem, 12.5vw, 3.3rem);
    white-space: nowrap;
  }
  .restaurant-schedule-booking {
    align-self: stretch;
    margin-block-start: 28px;
    text-align: center;
    translate: 0;
  }
}
@media (forced-colors: active) {
  .restaurant-schedule-feature,
  .restaurant-schedule-arranged { border: 1px solid CanvasText; }
}

.section-shell--cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: end;
  gap: clamp(18px, 3vw, 32px);
}
.section-shell-cta-copy { display: grid; gap: 14px; justify-self: stretch; max-width: none; }
.section-shell-cta-action { display: grid; justify-items: start; align-self: end; }
.section-shell--cta .section-heading { max-width: 15ch; font-size: clamp(2.2rem, 4.2vw, 4rem); line-height: 1.06; }
.section-shell--cta .section-copy { max-width: 32rem; }
.article-showcase { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr); gap: 22px; align-items: start; }
.article-featured,
.article-summary,
.article-archive-link,
.article-link-list a,
.article-backlink {
  transition:
    translate 140ms ease,
    box-shadow 140ms ease,
    border-color 140ms ease,
    background-color 140ms ease,
    color 140ms ease;
  translate: 0 0;
}
.article-featured,
.article-summary,
.article-archive-link,
.article-link-list a {
  text-decoration: none;
}
.article-featured,
.article-summary,
.article-archive-link,
.article-body-card,
.article-rail-card {
  border-radius: 28px;
  border: 1px solid rgba(56, 56, 60, 0.52);
  background: linear-gradient(180deg, rgba(23, 23, 25, 0.98), rgba(11, 11, 12, 0.94));
  overflow: hidden;
}
.article-featured {
  display: grid;
  gap: 0;
  box-shadow: 0 22px 60px rgba(247, 247, 247, 0.08);
}
.article-summary {
  display: grid;
  grid-template-columns: minmax(132px, 188px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px;
}
.article-card-cover {
  margin: 0;
  overflow: hidden;
  background: rgba(229, 57, 53, 0.08);
}
.article-card-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-card-cover--featured {
  aspect-ratio: 16 / 10;
  border-radius: 27px 27px 0 0;
}
.article-card-cover--summary {
  width: 100%;
  aspect-ratio: 5 / 4;
  align-self: start;
  border-radius: 20px;
}
.article-card-cover--archive {
  width: 156px;
  aspect-ratio: 5 / 4;
  border-radius: 20px;
}
.article-card-cover--placeholder {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  color: #e53935;
  background:
    radial-gradient(circle at 24% 18%, rgba(229, 57, 53, 0.24), transparent 34%),
    linear-gradient(145deg, rgba(23, 23, 25, 0.98), rgba(11, 11, 12, 0.9));
}
.article-card-cover--placeholder::before {
  position: absolute;
  z-index: -1;
  inset: 12%;
  border: 1px solid rgba(229, 57, 53, 0.18);
  border-radius: 22px;
  background: rgba(23, 23, 25, 0.54);
  content: "";
  rotate: -4deg;
}
.article-placeholder-icon {
  width: min(58%, 170px);
  height: auto;
  filter: drop-shadow(0 12px 18px rgba(247, 247, 247, 0.1));
}
.article-placeholder-page { fill: rgba(23, 23, 25, 0.94); stroke: currentColor; stroke-width: 3; }
.article-placeholder-fold { stroke: currentColor; stroke-linejoin: round; stroke-width: 3; }
.article-placeholder-line { stroke: rgba(247, 247, 247, 0.48); stroke-linecap: round; stroke-width: 4; }
.article-placeholder-pen { fill: rgba(163, 46, 44, 0.86); stroke: currentColor; stroke-linejoin: round; stroke-width: 3; }
.article-featured h3,
.article-summary h3,
.article-archive-link h3,
.article-rail-card h2,
.article-header h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size-adjust: from-font;
  line-height: 1.14;
}
.section-shell--articles .section-link { align-self: end; }
.article-featured .article-card-copy {
  display: grid;
  gap: 12px;
  padding: 24px 26px 28px;
}
.article-secondary-list { display: grid; gap: 16px; }
.article-card-copy { display: grid; gap: 10px; min-inline-size: 0; align-content: start; }
.article-summary-copy { margin: 0; color: var(--color-secondary-text); line-height: 1.8; }
.article-summary-meta { margin: 0; color: var(--color-secondary-text); font-size: 0.94rem; }
.article-summary-action { display: inline-flex; align-items: center; gap: 8px; color: var(--color-accent-text); font-weight: 700; }
.article-archive-header { margin-bottom: 22px; }
.article-archive-list { display: grid; gap: 16px; padding: 0; margin: 0; list-style: none; }
.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.blog-pagination-pages { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.blog-pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 8px 13px;
  border: 1px solid rgba(56, 56, 60, 0.62);
  border-radius: 14px;
  color: #f7f7f7;
  background: rgba(23, 23, 25, 0.94);
  font-weight: 700;
  line-height: 1;
  transition: translate 140ms ease, box-shadow 140ms ease, border-color 140ms ease, background-color 140ms ease, color 140ms ease;
  translate: 0 0;
}
.blog-pagination-link--direction { min-width: max-content; }
.blog-pagination-link--current {
  border-color: var(--color-action-background);
  color: var(--color-action-text);
  background: var(--color-action-background);
}
@media (hover: hover) and (pointer: fine) {
  .blog-pagination-link:hover {
    border-color: rgba(229, 57, 53, 0.6);
    color: var(--color-accent-text);
    background: linear-gradient(180deg, rgba(23, 23, 25, 1), rgba(229, 57, 53, 0.08));
    box-shadow: var(--shadow-interactive-accent);
    translate: 0 -2px;
  }
}
.blog-pagination-link:focus-visible {
  outline: 3px solid var(--color-accent-text);
  outline-offset: 3px;
}
.blog-pagination-link:active { translate: 0 0; }
@media (max-width: 720px) {
  .blog-pagination { align-items: stretch; }
  .blog-pagination-pages { order: -1; flex-basis: 100%; }
}
.article-archive-link {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px 24px;
  padding: 18px;
}
.article-archive-main { display: grid; gap: 10px; }

.article-page { max-width: 1120px; margin: 0 auto; }
.article-shell { display: grid; gap: 24px; }
.article-backlink {
  justify-self: start;
  color: var(--color-secondary-text);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(229, 57, 53, 0.24);
  text-underline-offset: 0.24em;
}
.article-header {
  display: grid;
  gap: 12px;
  padding: clamp(28px, 4vw, 38px);
  border-radius: 32px;
  color: var(--color-hero-text);
  background:
    radial-gradient(circle at top left, rgba(229, 57, 53, 0.24), transparent 34%),
    linear-gradient(135deg, #c4c4c6, #8f949d);
}
.article-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  margin: 0;
  color: #2c2d30;
  font-size: 0.92rem;
  font-weight: 600;
}
.article-byline-separator { color: #2c2d30; }
.article-cover {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 32px;
  border: 1px solid rgba(56, 56, 60, 0.44);
  box-shadow: 0 20px 52px rgba(247, 247, 247, 0.08);
}
.article-cover img {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}
.article-standfirst {
  max-width: 46rem;
  margin: 0;
  color: #2c2d30;
  font-size: 1.08rem;
  line-height: 1.9;
}
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 300px); gap: 22px; align-items: start; }
.article-body-card {
  padding: clamp(24px, 4vw, 36px);
  box-shadow: 0 18px 48px rgba(247, 247, 247, 0.06);
}
.article-prose { max-width: 44rem; margin: 0 auto; display: grid; gap: 22px; }
.article-prose > * { margin: 0; }
.article-prose p, .article-prose li {
  color: var(--color-foreground);
  font-size: 1.06rem;
  line-height: 1.9;
  text-wrap: pretty;
}
.article-prose h2, .article-prose h3 {
  font-family: var(--font-heading);
  font-size-adjust: from-font;
  line-height: 1.16;
  text-wrap: balance;
}
.article-prose h2 { margin-top: 10px; font-size: clamp(1.55rem, 2.7vw, 2.15rem); }
.article-prose h3 { font-size: clamp(1.28rem, 2.2vw, 1.7rem); }
.article-prose ul, .article-prose ol {
  margin: 0;
  padding-inline-start: 1.35rem;
  display: grid;
  gap: 12px;
}
.article-prose blockquote { margin: 0; padding: 18px 22px; border-inline-start: 4px solid rgba(229, 57, 53, 0.72); border-radius: 22px; background: rgba(229, 57, 53, 0.08); display: grid; gap: 12px; }
.article-prose blockquote p { color: var(--color-foreground); }
.article-prose a {
  color: var(--color-accent-text);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.22em;
}
.article-prose code {
  padding: 0.08em 0.34em;
  border-radius: 999px;
  background: rgba(229, 57, 53, 0.12);
  font-family: "IBM Plex Mono", "SFMono-Regular", ui-monospace, monospace;
  font-size: 0.92em;
}
.article-legal-notice {
  max-width: 44rem;
  margin: 30px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(56, 56, 60, 0.54);
  color: var(--color-secondary-text);
}
.article-legal-notice strong {
  display: block;
  margin-bottom: 5px;
  color: var(--color-secondary-text);
  font-size: 0.86rem;
}
.article-legal-notice p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.75;
  text-wrap: pretty;
}
.article-lead {
  margin-top: 0;
  font-size: clamp(1.15rem, 2vw, 1.34rem);
  color: var(--color-foreground);
}
.article-rail { display: grid; gap: 16px; }
.article-rail-card { padding: 22px; }
.article-rail-card h2 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); }
.article-rail-actions { display: grid; gap: 12px; margin-top: 18px; }
.article-link-list { display: grid; gap: 12px; }
.article-link-list a {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(56, 56, 60, 0.46);
  background: rgba(23, 23, 25, 0.86);
}
.article-link-list strong, .article-link-list .article-summary-meta { display: block; }
.article-link-list .article-summary-meta { margin-top: 6px; }
@media (hover: hover) and (pointer: fine) {
  .article-featured:hover,
  .article-summary:hover,
  .article-archive-link:hover,
  .article-link-list a:hover,
  .article-backlink:hover { translate: 0 -3px; }
  .article-featured:hover,
  .article-summary:hover,
  .article-archive-link:hover,
  .article-link-list a:hover {
    border-color: rgba(229, 57, 53, 0.6);
    background: linear-gradient(180deg, rgba(23, 23, 25, 1), rgba(229, 57, 53, 0.08));
    box-shadow: var(--shadow-interactive-accent);
  }
  .article-featured:hover h3,
  .article-summary:hover h3,
  .article-archive-link:hover h3,
  .article-link-list a:hover strong,
  .article-featured:hover .article-summary-action,
  .article-summary:hover .article-summary-action,
  .article-archive-link:hover .article-summary-action,
  .article-prose a:hover { color: var(--color-accent-text); }
  .article-backlink:hover { color: var(--color-accent-text); text-decoration-color: currentColor; }
}
.article-featured:focus-visible,
.article-summary:focus-visible,
.article-archive-link:focus-visible,
.article-link-list a:focus-visible,
.article-backlink:focus-visible,
.article-prose a:focus-visible {
  outline: 3px solid var(--color-accent-text);
  outline-offset: 3px;
}
.article-featured:active,
.article-summary:active,
.article-archive-link:active,
.article-link-list a:active,
.article-backlink:active { translate: 0 0; }
@media (max-width: 980px) {
  .section-shell--cta { grid-template-columns: 1fr; }
  .article-showcase, .article-layout, .article-summary, .article-archive-link { grid-template-columns: 1fr; }
  .article-card-cover--archive { width: 100%; }
}
@media (max-width: 720px) {
  .article-showcase { gap: 18px; }
  .article-secondary-list { gap: 12px; }
  .article-card-cover--summary { display: none; }
  .article-summary { gap: 12px; }
  .article-summary, .article-archive-link, .article-body-card, .article-rail-card { padding-inline: 18px; }
  .article-featured .article-card-copy { gap: 10px; padding: 18px 18px 22px; }
}

.section-prose h2, .section-prose h3 {
  font-family: var(--font-heading);
  font-size-adjust: from-font;
  line-height: 1.16;
  text-wrap: balance;
}
.section-prose h2 { font-size: clamp(1.55rem, 2.7vw, 2.15rem); }
.section-prose h3 { font-size: clamp(1.28rem, 2.2vw, 1.7rem); }
.section-prose ul, .section-prose ol {
  margin: 0;
  padding-inline-start: 1.35rem;
  display: grid;
  gap: 12px;
}
.section-prose strong { color: var(--color-foreground); font-weight: 800; }
.section-prose em { color: rgba(247, 247, 247, 0.82); }
.section-prose a {
  color: var(--color-accent-text);
  font-weight: 700;
  text-decoration-thickness: 0.11em;
  text-underline-offset: 0.22em;
}
.section-prose blockquote {
  margin: 0;
  padding: 16px 20px;
  border-inline-start: 4px solid rgba(229, 57, 53, 0.72);
  border-radius: 18px;
  background: rgba(229, 57, 53, 0.08);
  display: grid;
  gap: 10px;
}
.section-prose code {
  padding: 0.08em 0.34em;
  border-radius: 999px;
  background: rgba(229, 57, 53, 0.12);
  font-family: "IBM Plex Mono", "SFMono-Regular", ui-monospace, monospace;
  font-size: 0.92em;
}

.faq-category-list { display: grid; gap: 34px; max-width: 58rem; }
.faq-category-group { display: grid; gap: 14px; }
.faq-category-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  line-height: 1.2;
  color: rgba(247, 247, 247, 0.9);
}
.faq-accordion-group { display: grid; gap: 14px; }
.faq-accordion {
  border-radius: 20px;
  border: 1px solid rgba(56, 56, 60, 0.5);
  background: rgba(23, 23, 25, 0.6);
  overflow: hidden;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.faq-accordion[open] {
  background: #171719;
  box-shadow: 0 12px 36px rgba(247, 247, 247, 0.05);
  border-color: rgba(229, 57, 53, 0.2);
}
.faq-accordion-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  cursor: pointer;
  list-style: none;
  transition: background-color 0.18s ease;
}
.faq-accordion-summary::-webkit-details-marker { display: none; }
.faq-accordion-summary:hover {
  background: rgba(229, 57, 53, 0.06);
}
.faq-accordion-summary:focus-visible {
  outline: 3px solid rgba(229, 57, 53, 0.38);
  outline-offset: -3px;
}
.faq-accordion-question {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 600;
  color: rgba(247, 247, 247, 0.96);
  line-height: 1.3;
}
.faq-accordion-icon {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
  margin-inline-start: 24px;
}
.faq-accordion-icon::before,
.faq-accordion-icon::after {
  content: "";
  position: absolute;
  background: var(--color-accent);
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 2px;
}
.faq-accordion-icon::before { inset: 9px 0; }
.faq-accordion-icon::after { inset: 0 9px; }
.faq-accordion[open] .faq-accordion-icon::after { transform: rotate(90deg); opacity: 0; }
.faq-accordion[open] .faq-accordion-icon::before { transform: rotate(180deg); }
.faq-accordion-content {
  padding: 0 24px 28px;
}
.faq-accordion-content p {
  margin: 0;
  color: var(--color-secondary-text);
  line-height: 1.75;
  font-size: 1.05rem;
}

.contact-form { display: grid; gap: 16px; }
.form-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.contact-form label { display: grid; gap: 8px; font-weight: 600; }
.field-span { grid-column: 1 / -1; }
.form-hint { margin: -2px 0 0; color: var(--color-secondary-text); font-size: 0.95rem; }
.contact-form input, .contact-form textarea { width: 100%; padding: 14px 16px; border: 1px solid rgba(56, 56, 60, 0.72); border-radius: 18px; background: var(--color-surface); color: var(--color-foreground); }
.contact-form :is(input, textarea)::placeholder { color: var(--color-secondary-text); opacity: 1; }
.contact-form :is(input, textarea):user-invalid,
.contact-form :is(input, textarea)[aria-invalid="true"] {
  border-color: rgba(138, 44, 44, 0.56);
  background: rgba(138, 44, 44, 0.04);
  box-shadow: 0 0 0 3px rgba(138, 44, 44, 0.12);
}
.contact-form textarea { min-height: 180px; resize: vertical; }
.turnstile-field { display: grid; gap: 10px; }
.turnstile-note, .form-status { min-height: 1.2em; color: var(--color-secondary-text); }
.form-status {
  padding: 0;
  border-radius: 18px;
  transition: background-color 160ms ease, color 160ms ease, padding 160ms ease;
}
.form-status[data-state="pending"],
.form-status[data-state="success"],
.form-status[data-state="error"] { padding: 12px 14px; }
.form-status[data-state="pending"] { background: rgba(196, 196, 198, 0.08); color: var(--color-foreground); }
.form-status[data-state="success"] { background: rgba(229, 57, 53, 0.12); color: var(--color-accent-text); }
.form-status[data-state="error"] { background: rgba(138, 44, 44, 0.12); color: var(--color-foreground); }

.accessibility-arrangements,
.accessibility-contact {
  display: grid;
  gap: 12px;
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid rgba(56, 56, 60, 0.62);
}
.accessibility-arrangements h2,
.accessibility-arrangements h3,
.accessibility-arrangements p,
.accessibility-arrangements dl,
.accessibility-arrangements dt,
.accessibility-arrangements dd,
.accessibility-contact h3,
.accessibility-contact p,
.accessibility-contact address,
.accessibility-contact ul { margin: 0; }
.accessibility-contact h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
}
.accessibility-arrangements h2,
.accessibility-arrangements h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
}
.accessibility-arrangements dl {
  display: grid;
  gap: 12px;
}
.accessibility-arrangements dl > div {
  display: grid;
  gap: 3px;
}
.accessibility-arrangements dt { font-weight: 700; }
.accessibility-arrangements dd,
.accessibility-updated { color: var(--color-secondary-text); }
.accessibility-updated span { font-weight: 700; }
.accessibility-contact address { font-style: normal; }
.accessibility-contact ul {
  display: grid;
  gap: 8px;
  padding: 0;
  list-style: none;
}
.accessibility-contact li {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}
.accessibility-contact li span { font-weight: 700; }
.accessibility-contact a {
  color: var(--color-accent-text);
  font-weight: 700;
  text-decoration-thickness: 2px;
}
.accessibility-contact-note { color: var(--color-secondary-text); }

.a11y-widget {
  position: fixed;
  inset-block-start: calc(24px + env(safe-area-inset-top));
  inset-inline-end: 24px;
  z-index: 9999;
  font-family: var(--font-body);
}

.a11y-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-action-background);
  color: var(--color-action-text);
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(247, 247, 247, 0.2);
  transition: transform 0.2s ease;
}

.a11y-toggle:hover {
  transform: scale(1.05);
}

.a11y-toggle:focus-visible,
.a11y-close:focus-visible,
.a11y-option:focus-visible {
  outline: 3px solid var(--color-foreground);
  outline-offset: 3px;
}

.a11y-menu {
  position: absolute;
  inset-block-start: 60px;
  inset-inline-end: 0;
  width: min(280px, calc(100vw - 32px));
  max-height: min(420px, calc(100dvh - 112px));
  background: var(--color-surface);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(247, 247, 247, 0.15);
  border: 1px solid rgba(56, 56, 60, 0.5);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.a11y-menu[hidden] {
  display: none;
}

.a11y-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: rgba(247, 247, 247, 0.04);
  border-bottom: 1px solid rgba(56, 56, 60, 0.5);
}

.a11y-menu-header h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-foreground);
}

.a11y-close {
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--color-foreground);
  display: flex;
  padding: 4px;
  border-radius: 4px;
}

.a11y-close:hover {
  background: rgba(247, 247, 247, 0.08);
}

.a11y-menu-body {
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow-y: auto;
}

.a11y-option {
  background: transparent;
  border: 1px solid transparent;
  padding: 10px 12px;
  text-align: start;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.95rem;
  color: var(--color-foreground);
  transition: background 0.2s ease;
}

.a11y-option:hover {
  background: rgba(247, 247, 247, 0.04);
}

.a11y-option[aria-pressed="true"] {
  background: rgba(229, 57, 53, 0.1);
  border-color: rgba(229, 57, 53, 0.4);
  font-weight: 600;
  color: var(--color-accent-text);
}

/* Accessibility Modes */

html.a11y-large-text {
  font-size: 110%;
}

html.a11y-large-text h1 { font-size: calc(clamp(2rem, 5vw, 3.2rem) * 1.15); }
html.a11y-large-text h2 { font-size: calc(clamp(1.5rem, 3.5vw, 2.2rem) * 1.15); }
html.a11y-large-text h3 { font-size: calc(clamp(1.2rem, 2.6vw, 1.8rem) * 1.15); }

html.a11y-high-contrast {
  --color-foreground: #000 !important;
  --color-background: #fff !important;
  --color-surface: #fff !important;
  --color-border: #000 !important;
  --color-border-soft: #000 !important;
  --color-accent: #000 !important;
  --color-accent-text: #000 !important;
  --color-action-background: #000 !important;
  --color-action-text: #fff !important;
  --color-secondary-text: #000 !important;
  --color-hero-text: #fff !important;
  filter: contrast(120%);
}

html.a11y-reduce-motion *, 
html.a11y-reduce-motion *::before, 
html.a11y-reduce-motion *::after {
  scroll-behavior: auto !important;
  transition-duration: 0.01ms !important;
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
}

html.a11y-highlight-links a {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-decoration-color: var(--color-accent) !important;
  background-color: rgba(255, 255, 0, 0.3) !important;
  color: #000 !important;
}

@media (prefers-reduced-motion: reduce) {
  .a11y-widget,
  .a11y-toggle,
  .a11y-close,
  .a11y-option {
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 360px) {
  .a11y-widget {
    inset-inline-end: 16px;
  }
}

@media (forced-colors: active) {
  .a11y-toggle,
  .a11y-menu,
  .a11y-close,
  .a11y-option {
    border: 1px solid ButtonText;
    forced-color-adjust: auto;
  }
}