:root {
  --paper: #f4f2ec;
  --paper-deep: #e8e3d8;
  --surface: rgba(255, 255, 255, 0.7);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --ink: #161616;
  --ink-soft: #403d38;
  --ink-faint: #565148;
  --panel: #171817;
  --panel-soft: #2f3430;
  --accent: #7c2222;
  --accent-strong: #491a1a;
  --accent-soft: #e7d6d1;
  --accent-mist: rgba(124, 34, 34, 0.07);
  --sage: #7c2222;
  --sage-mist: rgba(124, 34, 34, 0.08);
  --canvas: #fbfaf6;
  --band: #e8e3d8;
  --card-surface: #fffdf8;
  --card-hover: #fffaf2;
  --line-soft: rgba(22, 22, 22, 0.1);
  --line-strong: rgba(22, 22, 22, 0.14);
  --border: rgba(22, 22, 22, 0.08);
  --border-strong: rgba(22, 22, 22, 0.13);
  --shadow: 0 24px 64px rgba(30, 28, 23, 0.09);
  --shadow-soft: 0 12px 34px rgba(30, 28, 23, 0.055);
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 18px;
  --container: min(1120px, calc(100vw - 2.5rem));
  --transition: 240ms ease;
  --display-font: Georgia, "Times New Roman", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Public Sans", system-ui, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fbfaf6 0%, var(--paper) 52%, #ece8de 100%);
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(22, 22, 22, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 22, 22, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.65;
  z-index: -1;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-shell {
  overflow: hidden;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 1rem 0;
  transition: background-color var(--transition), box-shadow var(--transition), backdrop-filter var(--transition);
  pointer-events: none;
}

.site-header.is-scrolled {
  backdrop-filter: blur(18px);
  background: rgba(244, 242, 236, 0.78);
  box-shadow: 0 12px 40px rgba(30, 28, 23, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0.95rem;
  border: 1px solid rgba(22, 22, 22, 0.08);
  border-radius: 999px;
  background: rgba(251, 250, 246, 0.76);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 34px rgba(30, 28, 23, 0.05);
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.brand-lockup {
  display: none;
}

.site-header .brand {
  gap: 0.7rem;
}

.brand-logo {
  width: 100%;
  height: auto;
}

.brand-logo-light {
  display: none;
}

.brand-text {
  display: grid;
  gap: 0.05rem;
  line-height: 1.08;
}

.brand-text::before {
  content: "Vince Doud";
  color: var(--ink);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-text small {
  color: var(--ink-faint);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.site-nav a {
  padding: 0.64rem 0.86rem;
  border-radius: 999px;
  color: var(--ink-soft);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 650;
  letter-spacing: 0;
  transition: background-color var(--transition), color var(--transition), transform var(--transition);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  background: rgba(22, 22, 22, 0.055);
  color: var(--ink);
}

.site-nav .nav-cta {
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(22, 22, 22, 0.12);
  box-shadow: none;
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible,
.site-nav .nav-cta.is-active {
  color: var(--ink);
  background: rgba(22, 22, 22, 0.07);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0.5rem;
  flex-direction: column;
  gap: 0.3rem;
}

.menu-toggle span {
  display: block;
  width: 1.35rem;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
}

.hero,
.page-hero {
  padding: 2.5rem 0 1.75rem;
}

.hero-home {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100svh + 5.9rem - 1.1rem);
  margin-top: -5.9rem;
  padding: clamp(8.6rem, 12vw, 10rem) 0 clamp(4.2rem, 7vw, 6.2rem);
  background: #f8f7f2;
  isolation: isolate;
}

.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(248, 247, 242, 0.98) 0%, rgba(248, 247, 242, 0.9) 46%, rgba(248, 247, 242, 0.28) 72%, rgba(248, 247, 242, 0.08) 100%),
    url("media/vince-doud-portrait.jpg") right 54% / auto min(78svh, 47rem) no-repeat;
  z-index: -2;
}

.hero-home::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(22, 22, 22, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 22, 22, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black 0%, black 58%, transparent 90%);
  opacity: 0.72;
  z-index: -1;
}

.hero-home-inner {
  width: var(--container);
  margin: 0 auto;
  min-height: min(40rem, calc(100svh - 7.5rem));
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero-copy-home {
  max-width: min(45rem, 100%);
  color: var(--ink);
  text-align: left;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
}

.hero-home h1 {
  max-width: none;
  font-size: clamp(4rem, 10vw, 8.4rem);
  line-height: 0.88;
  white-space: normal;
  color: var(--ink);
  letter-spacing: 0;
}

.hero-home .hero-lead {
  width: min(100%, 34rem);
  max-width: 34rem;
  margin-top: 1.25rem;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.55vw, 1.28rem);
}

.js .hero-home h1 {
  opacity: 0;
  transform: translateY(28px);
  animation: hero-rise 820ms cubic-bezier(0.22, 1, 0.36, 1) 160ms forwards;
}

.js .hero-home .hero-lead {
  opacity: 0;
  transform: translateY(24px);
  animation: hero-rise 820ms cubic-bezier(0.22, 1, 0.36, 1) 260ms forwards;
}

.js .hero-actions {
  opacity: 1;
  transform: none;
}

.hero-home .button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(22, 22, 22, 0.12);
  backdrop-filter: blur(12px);
}

.hero-home .button-secondary:hover,
.hero-home .button-secondary:focus-visible {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
}

.page-hero {
  position: relative;
  margin-top: -5.9rem;
  padding: clamp(8.4rem, 12vw, 10rem) 0 clamp(3.2rem, 6vw, 4.6rem);
  background: #f8f7f2;
  isolation: isolate;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(248, 247, 242, 0.98) 0%, rgba(248, 247, 242, 0.92) 58%, rgba(124, 34, 34, 0.1) 100%);
  z-index: -2;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(22, 22, 22, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 22, 22, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black 0%, black 64%, transparent 94%);
  opacity: 0.72;
  z-index: -1;
}

.home-sheet {
  position: relative;
  margin-top: 0;
  padding-top: 0.5rem;
  background: linear-gradient(180deg, var(--paper) 0%, #f7f4ec 100%);
  border-top: 1px solid var(--border);
}

.home-sheet::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(24, 18, 18, 0.06);
}

.page-sheet {
  position: relative;
  margin-top: 0;
  padding-top: 0.5rem;
  background: linear-gradient(180deg, var(--paper) 0%, #f7f4ec 100%);
  border-top: 1px solid var(--border);
}

.page-sheet::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(24, 18, 18, 0.06);
}

.hero-grid,
.page-hero-inner {
  display: grid;
  gap: 2rem;
  align-items: stretch;
}

.hero-grid {
  grid-template-columns: 1.15fr 0.85fr;
}

.hero-copy,
.page-hero-copy {
  max-width: 46rem;
}

.page-hero-inner {
  width: var(--container);
  min-height: min(30rem, calc(82svh - 6rem));
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  position: relative;
}

.page-hero-copy {
  position: relative;
  z-index: 1;
  max-width: min(46rem, 100%);
  text-align: left;
  display: grid;
  justify-items: start;
  color: var(--ink);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 1rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 1.1rem;
  height: 1px;
  background: currentColor;
}

.eyebrow-light {
  color: #d9ded8;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Archivo", system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.01;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3rem, 6vw, 5.35rem);
  max-width: 12ch;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  max-width: 16ch;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

p {
  margin: 0;
}

.hero-lead,
.page-hero-copy p:last-child {
  margin-top: 1.25rem;
  max-width: 42rem;
  color: var(--ink-soft);
  font-size: 1.1rem;
}

.page-hero-copy h1 {
  max-width: 17ch;
  font-size: clamp(2.55rem, 4.8vw, 4.5rem);
  color: var(--ink);
  font-weight: 700;
}

.page-hero-copy p:last-child {
  max-width: 36rem;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.2vw, 1.08rem);
}

.button-row,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.88rem 1.18rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: "Archivo", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  transition: transform var(--transition), box-shadow var(--transition), background-color var(--transition);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--ink);
  box-shadow: none;
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.58);
  border-color: rgba(22, 22, 22, 0.12);
}

.button-on-dark {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
}

.service-list,
.outcome-list {
  padding: 0;
  margin: 1.6rem 0 0;
  list-style: none;
}

.proof-grid span {
  padding: 0.68rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(22, 22, 22, 0.1);
  background: rgba(255, 255, 255, 0.5);
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 600;
}

.panel,
.card,
.service-card,
.service-detail,
.principle-card,
.form-card,
.quote-card {
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.panel {
  padding: 1.75rem;
}

.panel-dark,
.section-dark {
  background: linear-gradient(150deg, var(--panel) 0%, var(--panel-soft) 100%);
  color: #fff;
}

.panel-light,
.card,
.service-card,
.service-detail,
.principle-card,
.form-card,
.quote-card {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
}

.panel-label,
.card-kicker,
.service-label,
.service-duration {
  color: inherit;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-copy {
  max-width: 44rem;
  color: var(--ink-soft);
}

.panel-dark .panel-label {
  color: #d9ded8;
}

.panel h2 {
  margin-top: 0.55rem;
  max-width: 12ch;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.proof-band {
  padding: 0 0 1rem;
}

.proof-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.section {
  padding: 5.5rem 0;
}

.section-toned {
  background: linear-gradient(180deg, var(--sage-mist) 0%, rgba(248, 247, 242, 0) 100%);
}

.section-dark {
  padding: 5.5rem 0;
  background:
    linear-gradient(150deg, rgba(23, 24, 23, 0.82) 0%, rgba(47, 52, 48, 0.58) 100%),
    url("media/vince-doud-portrait.jpg") center/cover no-repeat;
  background-blend-mode: multiply;
}

.section-dark-home {
  background:
    linear-gradient(150deg, rgba(23, 24, 23, 0.84) 0%, rgba(47, 52, 48, 0.58) 100%),
    url("media/vince-doud-portrait.jpg") center/cover no-repeat;
  background-blend-mode: multiply;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.9rem;
  margin-bottom: 2rem;
}

.section-heading-centered {
  justify-items: center;
  text-align: center;
  margin-bottom: 3rem;
}

.section-heading p:last-child,
.section-heading + p {
  max-width: 40rem;
  color: var(--ink-soft);
}

.section-heading-centered h2,
.section-heading-centered p:last-child {
  width: min(100%, 24ch);
  max-width: 24ch;
}

.section-heading-centered p:last-child {
  width: min(100%, 40rem);
  max-width: 40rem;
}

.home-columns,
.home-offer-grid {
  display: grid;
  gap: 2rem;
}

.home-columns-three,
.home-offer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-text-item,
.home-offer,
.framework-output {
  padding-top: 1.2rem;
  border-top: 1px solid var(--border-strong);
}

.home-text-item h3,
.home-offer h3,
.framework-output h3 {
  margin-top: 0.4rem;
  max-width: 14ch;
}

.home-text-item .card-kicker,
.home-offer .service-label,
.framework-output .panel-label {
  color: var(--accent);
}

.home-text-item > p:not(.card-kicker),
.home-offer > p:not(.service-label) {
  color: var(--ink-soft);
}

.home-text-item p:last-child,
.home-offer p:last-of-type {
  margin-top: 0.8rem;
}

.home-offer {
  display: grid;
  align-content: start;
  gap: 0.28rem;
}

.home-offer .service-list {
  margin-top: 0.55rem;
}

.framework-output {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.section-home-intro {
  padding-top: 4.6rem;
}

.section-home-offers {
  padding-top: 2rem;
}

.section-home-framework {
  padding-top: 2.5rem;
}

.page-sheet .section:first-child {
  padding-top: 3.2rem;
}

.card-grid {
  display: grid;
  gap: 1.25rem;
}

.card-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.service-card,
.principle-card {
  padding: 1.6rem;
}

.page-sheet .card,
.page-sheet .service-card,
.page-sheet .service-detail,
.page-sheet .split-panel .panel-light,
.page-sheet .timeline-item {
  padding: 1.1rem 0 0;
  border: 0;
  border-top: 1px solid var(--border-strong);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.page-sheet .card-kicker,
.page-sheet .service-label,
.page-sheet .panel-label {
  color: var(--accent);
}

.page-sheet .service-detail {
  margin-bottom: 2rem;
}

.page-sheet .service-detail:last-child {
  margin-bottom: 0;
}

.page-sheet .timeline-item {
  padding-top: 1.2rem;
}

.page-sheet .proof-band {
  padding: 0.7rem 0 0;
}

.page-sheet .proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.page-sheet .proof-grid span {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.82rem;
  font-weight: 600;
}

.card p,
.service-card p,
.principle-card p {
  margin-top: 0.85rem;
  color: var(--ink-soft);
}

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 0.18rem;
  background: linear-gradient(90deg, var(--accent) 0%, rgba(22, 22, 22, 0.56) 100%);
}

.service-list,
.outcome-list {
  display: grid;
  gap: 0.75rem;
}

.service-list li,
.outcome-list li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--ink-soft);
}

.panel-dark .service-list li,
.section-dark .service-list li,
.panel-dark .outcome-list li,
.section-dark .outcome-list li {
  color: rgba(255, 255, 255, 0.82);
}

.service-list li::before,
.outcome-list li::before {
  content: "";
  position: absolute;
  top: 0.68rem;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--accent);
}

.split-layout {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 3rem;
  align-items: start;
}

.split-layout-home {
  align-items: start;
}

.split-copy {
  display: grid;
  gap: 1rem;
}

.split-copy p {
  color: var(--ink-soft);
  max-width: 40rem;
}

.split-copy .eyebrow {
  color: var(--accent);
}

.split-copy .eyebrow-light {
  color: #d9ded8;
}

.about-portrait-wrap {
  align-self: start;
}

.about-portrait {
  display: grid;
  gap: 1rem;
  margin: 0;
}

.about-portrait img {
  display: block;
  width: 100%;
  max-width: 19rem;
  height: auto;
  border-radius: 1rem;
  box-shadow: var(--shadow-soft);
}

.about-portrait figcaption {
  display: grid;
  gap: 0.35rem;
}

.about-portrait figcaption p:last-child {
  color: var(--ink-soft);
}

.about-recognition-list {
  display: grid;
  gap: 0.18rem;
  margin: 0.45rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 600;
}

.process-steps {
  display: grid;
  gap: 1rem;
  margin-top: 1.3rem;
}

.process-steps-home {
  gap: 1.2rem;
}

.process-steps article,
.timeline-item {
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.66);
}

.process-steps-home article {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1rem;
  align-items: start;
  padding: 1rem 0;
  border: 0;
  border-radius: 0;
  border-top: 1px solid var(--border);
  background: transparent;
}

.process-steps-home article:first-child {
  border-top: 1px solid var(--border-strong);
}

.process-steps span,
.timeline-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  margin-bottom: 0.75rem;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.85rem;
  font-weight: 800;
}

.process-steps-home span {
  grid-row: span 2;
  margin-bottom: 0;
}

.process-steps-home h3 {
  margin-top: 0.15rem;
}

.process-steps p,
.timeline-item p {
  margin-top: 0.5rem;
  color: var(--ink-soft);
}

.process-steps-home p {
  margin-top: 0.35rem;
}

.text-link {
  display: inline-flex;
  margin-top: 1.2rem;
  color: var(--ink);
  font-weight: 700;
}

.text-link:hover,
.text-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.founder-grid,
.booking-grid {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 2rem;
  align-items: stretch;
}

.founder-copy {
  display: grid;
  gap: 1rem;
}

.founder-copy p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 38rem;
}

.founder-grid-home {
  align-items: end;
  gap: 3rem;
}

.founder-quote {
  display: grid;
  justify-items: start;
  align-content: end;
  gap: 1rem;
}

.founder-quote p {
  max-width: 11ch;
  color: #fff;
  font-family: "Archivo", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.quote-card {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 1rem;
  padding: 1.2rem 0 0;
  border: 0;
  border-top: 1px solid var(--border-strong);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.quote-card p {
  max-width: 18ch;
  color: var(--ink);
  font-family: "Archivo", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.quote-card span {
  color: var(--accent);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-home-testimonials .quote-card,
.page-sheet .quote-card {
  background: transparent;
}

.section-home-testimonials .section-heading .eyebrow {
  color: var(--accent);
}

.section-home-testimonials .quote-card p,
.page-sheet .quote-card p {
  color: var(--ink);
}

.section-home-testimonials .quote-card span,
.page-sheet .quote-card span {
  color: var(--accent);
}

.cta-strip {
  padding-top: 1.5rem;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem 0 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--border-strong);
  box-shadow: none;
}

.cta-inner h2 {
  max-width: 14ch;
}

.service-detail {
  padding: 1.8rem;
  margin-bottom: 1.25rem;
}

.service-detail:last-child {
  margin-bottom: 0;
}

.service-detail-header {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: start;
  margin-bottom: 1.25rem;
}

.service-duration {
  color: var(--ink-faint);
  max-width: 20ch;
  text-align: right;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 1.5rem;
}

.service-detail-grid p {
  color: var(--ink-soft);
}

.detail-block {
  display: grid;
  gap: 0.85rem;
}

.detail-block h3 {
  font-size: 1.2rem;
}

.detail-note {
  color: var(--ink);
  font-weight: 700;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.form-card {
  padding: 1.85rem;
}

.form-copy {
  margin-top: 0.65rem;
  color: var(--ink-soft);
}

.booking-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.booking-embed {
  margin-top: 1.5rem;
  border: 1px solid var(--border-strong);
  border-radius: 1.25rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
}

.booking-embed iframe {
  display: block;
  width: 100%;
  min-height: 1180px;
  border: 0;
}

.booking-form label {
  display: grid;
  gap: 0.45rem;
  font-weight: 700;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid var(--border-strong);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: 2px solid rgba(124, 34, 34, 0.22);
  outline-offset: 1px;
  border-color: rgba(124, 34, 34, 0.42);
}

.form-status {
  min-height: 1.4rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.contact-panel .panel {
  height: 100%;
}

.contact-links {
  display: grid;
  gap: 0.45rem;
  margin-top: 1.1rem;
}

.contact-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
  margin-top: 1.6rem;
}

.contact-options .text-link {
  margin-top: 0;
}

.contact-clean {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(16rem, 0.55fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: start;
  padding-top: 1.2rem;
  border-top: 1px solid var(--border-strong);
}

.contact-clean-copy {
  display: grid;
  gap: 0.9rem;
}

.contact-clean-copy h1,
.contact-clean-copy h2 {
  max-width: 13ch;
  font-family: var(--display-font);
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 500;
  line-height: 1.02;
}

.contact-clean-copy p:last-child {
  max-width: 35rem;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.contact-clean-actions {
  display: grid;
  justify-items: start;
  gap: 0.8rem;
  padding-top: 0.25rem;
}

.contact-clean-actions .text-link {
  margin-top: 0;
  color: var(--ink-soft);
}

.contact-form {
  display: grid;
  gap: 1.15rem;
  width: 100%;
  max-width: 28rem;
  padding-top: 0.25rem;
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--ink);
  font-weight: 700;
}

.contact-form label span {
  color: var(--ink-faint);
  font-size: 0.88rem;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  padding: 0.72rem 0;
  border: 0;
  border-bottom: 1px solid var(--border-strong);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
}

.contact-form textarea {
  min-height: 8.5rem;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 0;
  border-color: var(--accent);
}

.contact-form .button {
  justify-self: start;
  margin-top: 0.2rem;
}

.contact-form .button[disabled] {
  cursor: wait;
  opacity: 0.72;
}

.contact-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-links a {
  font-size: 1.1rem;
  font-weight: 700;
}

.contact-divider {
  width: 100%;
  height: 1px;
  margin: 1.5rem 0;
  background: rgba(255, 255, 255, 0.16);
}

.site-footer {
  padding: 3rem 0 2rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(145deg, rgba(23, 24, 23, 0.98) 0%, rgba(47, 52, 48, 0.94) 100%),
    url("media/vince-doud-portrait.jpg") center/cover no-repeat;
  background-blend-mode: multiply;
  box-shadow: var(--shadow);
  color: #fff;
}

.footer-brand {
  margin-bottom: 1rem;
}

.footer-copy,
.footer-contact p {
  color: rgba(255, 255, 255, 0.74);
}

.footer-links,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 0.75rem;
}

.footer-links a,
.footer-contact a {
  font-weight: 700;
  color: #fff;
}

.footer-bottom {
  padding-top: 1rem;
  color: var(--ink-faint);
  font-size: 0.92rem;
}

.site-footer .brand-logo-dark {
  display: none;
}

.site-footer .brand-logo-light {
  display: none;
}

.site-footer .brand-text::before {
  color: #fff;
}

.site-footer .brand-text small {
  color: rgba(255, 255, 255, 0.72);
}

@keyframes hero-pan {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.08) translate3d(-1.5%, 1%, 0);
  }
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-home::before,
  .js .hero-home h1,
  .js .hero-home .hero-lead,
  .js .hero-actions {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .button,
  .site-header,
  .site-nav a {
    transition: none;
  }
}

@media (max-width: 1024px) {
  .hero-copy-home {
    max-width: 100%;
    text-align: center;
    justify-items: center;
  }

  .hero-home h1 {
    white-space: normal;
  }

  .hero-home .hero-lead {
    max-width: 36rem;
  }

  .split-layout,
  .founder-grid,
  .booking-grid,
  .service-detail-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .home-columns-three,
  .home-offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-layout-home {
    grid-template-columns: 1fr;
  }

  .page-sheet .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-grid-three,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-duration {
    text-align: left;
  }

  .cta-inner {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 860px) {
  .site-header {
    padding-top: 0.75rem;
  }

  .header-inner {
    border-radius: 1.5rem;
    align-items: start;
  }

  .js .menu-toggle {
    display: inline-flex;
    margin-left: auto;
    width: auto;
    min-width: 4.3rem;
    padding: 0 0.95rem;
    border: 1px solid rgba(22, 22, 22, 0.2);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(30, 28, 23, 0.07);
  }

  .js .menu-toggle::after {
    content: "Menu";
    color: var(--ink);
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
  }

  .js .menu-toggle span {
    display: none;
  }

  .site-nav {
    width: 100%;
    margin-top: 0.9rem;
    padding-top: 0.6rem;
    border-top: 1px solid rgba(24, 18, 18, 0.08);
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .js .site-nav {
    display: none;
  }

  .js .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  h1 {
    font-size: clamp(2.5rem, 11vw, 4rem);
  }

  h2 {
    font-size: clamp(1.85rem, 8vw, 2.8rem);
  }

  .hero,
  .page-hero {
    padding-top: 1.4rem;
  }

  .hero-home {
    min-height: auto;
    margin-top: -5.9rem;
    padding: 8.1rem 0 4rem;
  }

  .hero-home::before {
    background:
      linear-gradient(180deg, rgba(248, 247, 242, 0.98) 0%, rgba(248, 247, 242, 0.9) 52%, rgba(248, 247, 242, 0.78) 100%),
      url("media/vince-doud-portrait.jpg") center bottom / auto 48svh no-repeat;
  }

  .hero-home::after {
    mask-image: none;
  }

  .hero-home-inner {
    min-height: auto;
    align-items: center;
  }

  .hero-copy-home {
    width: 100%;
    padding-top: 12svh;
  }

  .hero-home h1 {
    width: min-content;
    max-width: 5.5ch;
    font-size: clamp(3.2rem, 15vw, 4.45rem);
    white-space: normal;
  }

  .hero-home .hero-lead {
    width: 100%;
    max-width: 28rem;
  }

  .hero-actions {
    width: 100%;
    justify-content: center;
  }

  .hero-actions .button {
    flex: 1 1 100%;
    max-width: 17rem;
  }

  .booking-embed iframe {
    min-height: 1320px;
  }

  .page-hero {
    margin-top: -5.9rem;
    padding: 8rem 0 3.2rem;
  }

  .page-hero-inner {
    min-height: calc(72svh - 6rem);
  }

  .page-hero-copy h1 {
    max-width: 14ch;
    font-size: clamp(2rem, 8vw, 2.75rem);
  }

  .page-sheet {
    padding-top: 1rem;
  }

  .section {
    padding: 4.2rem 0;
  }

  .home-sheet {
    padding-top: 1.4rem;
  }

  .section-home-intro {
    padding-top: 3.2rem;
  }

  .home-columns-three,
  .home-offer-grid,
  .card-grid-three,
  .card-grid-two,
  .timeline {
    grid-template-columns: 1fr;
  }

  .page-sheet .proof-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-header {
    flex-direction: column;
  }

  .proof-grid {
    flex-direction: column;
  }

  .footer-inner {
    padding: 1.5rem;
  }

  .cta-inner {
    padding-top: 1.5rem;
  }

  .brand-text small {
    display: none;
  }
}

/* Simplified Vince-first homepage */

.simple-home {
  background: #fbfaf6;
}

.simple-hero {
  min-height: 100svh;
  padding: clamp(8rem, 12vw, 10rem) 0 clamp(4rem, 8vw, 6rem);
  border-bottom: 1px solid var(--border);
}

.simple-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.75fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  min-height: calc(100svh - 14rem);
}

.simple-hero-copy {
  display: grid;
  gap: 1.25rem;
  min-width: 0;
  max-width: 46rem;
}

.simple-hero h1 {
  max-width: 9ch;
  font-size: clamp(4rem, 9.8vw, 8.6rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.simple-lead {
  max-width: 33rem;
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 650;
  line-height: 1.24;
}

.simple-note {
  max-width: 39rem;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.3vw, 1.1rem);
}

.simple-portrait {
  margin: 0;
  justify-self: end;
  align-self: stretch;
  display: flex;
  align-items: end;
  min-height: 30rem;
  opacity: 0.9;
}

.simple-portrait img {
  width: min(100%, 31rem);
  height: auto;
  object-fit: cover;
  filter: saturate(0.88);
  mask-image: linear-gradient(180deg, black 0%, black 78%, transparent 100%);
}

.simple-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
  border-bottom: 1px solid var(--border);
}

.simple-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.simple-section h2,
.simple-framework h2,
.simple-contact h2 {
  max-width: 13ch;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.simple-list,
.simple-proof {
  display: grid;
  gap: 0;
}

.simple-list article,
.simple-proof > p {
  padding: 1.25rem 0;
  border-top: 1px solid var(--border-strong);
}

.simple-list article:first-child,
.simple-proof > p:first-child {
  padding-top: 0;
  border-top: 0;
}

.simple-list h3 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}

.simple-list p {
  max-width: 38rem;
  margin-top: 0.35rem;
  color: var(--ink-soft);
}

.simple-framework h2 {
  max-width: 15ch;
}

.simple-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: clamp(2.25rem, 5vw, 4rem);
}

.simple-principles article {
  padding-top: 1rem;
  border-top: 1px solid var(--border-strong);
}

.simple-principles span {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--accent);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
}

.simple-principles h3 {
  max-width: 13ch;
  font-size: clamp(1.45rem, 2.8vw, 2.4rem);
  line-height: 1;
}

.simple-proof p {
  color: var(--ink);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 700;
  letter-spacing: 0;
}

.simple-proof blockquote {
  margin: 2rem 0 0;
  padding: 0;
  max-width: 31rem;
  color: var(--ink-soft);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.35;
}

.simple-contact {
  padding: clamp(4rem, 8vw, 7rem) 0;
  color: #fff;
  background: var(--ink);
}

.simple-contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
}

.simple-contact h2 {
  max-width: 17ch;
  color: #fff;
}

.simple-contact-actions {
  display: grid;
  gap: 1rem;
  justify-items: start;
}

.simple-contact .button-primary {
  color: var(--ink);
  background: #fff;
}

.simple-contact .text-link {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 900px) {
  .simple-hero-inner,
  .simple-section-grid,
  .simple-contact-inner {
    grid-template-columns: 1fr;
  }

  .simple-hero {
    min-height: auto;
    padding-top: 7.5rem;
  }

  .simple-hero-inner {
    min-height: auto;
  }

  .simple-portrait {
    order: -1;
    justify-self: center;
    min-height: 0;
    max-height: 22rem;
    overflow: hidden;
  }

  .simple-portrait img {
    width: min(78vw, 22rem);
  }

  .simple-principles {
    grid-template-columns: 1fr;
  }

  .simple-contact-actions {
    justify-items: stretch;
  }
}

@media (max-width: 560px) {
  .simple-hero-copy,
  .simple-hero .button-row,
  .simple-section-grid,
  .simple-framework > .container,
  .simple-contact-inner {
    width: 100%;
    max-width: 350px;
    justify-self: start;
  }

  .simple-portrait {
    display: none;
  }

  .simple-hero h1 {
    width: min-content;
    max-width: 7.2ch;
    font-size: clamp(3rem, 13.5vw, 4rem);
  }

  .simple-section h2,
  .simple-framework h2,
  .simple-contact h2 {
    max-width: 12ch;
    font-size: clamp(2.25rem, 11vw, 3.25rem);
  }

  .simple-hero .button-row {
    width: 100%;
  }

  .simple-hero .button {
    width: 100%;
    max-width: 100%;
  }
}

/* Minimal index homepage */

.index-page {
  background: #fbfaf6;
}

.index-page::before {
  opacity: 0.32;
}

.index-home {
  min-height: 100svh;
}

.index-panel {
  width: min(1160px, calc(100vw - 3rem));
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(1.5rem, 3vw, 2.5rem);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(2.5rem, 7vw, 6rem);
}

.index-name {
  display: grid;
  gap: 0.6rem;
}

.index-name p {
  margin: 0;
  color: var(--ink);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(2.8rem, 6.5vw, 5.75rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0;
}

.index-name h1 {
  max-width: none;
  color: var(--ink);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(1.25rem, 2.1vw, 2rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
}

.index-name span {
  color: var(--ink-faint);
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  font-weight: 650;
}

.index-menu {
  align-self: center;
  display: grid;
  border-top: 1px solid var(--border-strong);
}

.index-menu a {
  display: grid;
  grid-template-columns: minmax(10rem, 0.86fr) minmax(16rem, 1.14fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: baseline;
  padding: clamp(1.25rem, 3.1vw, 2.35rem) 0;
  border-bottom: 1px solid var(--border-strong);
}

.index-menu span {
  color: var(--ink);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(2.45rem, 5.3vw, 5rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: 0;
  transition: transform var(--transition), color var(--transition);
}

.index-menu small {
  max-width: 29rem;
  color: var(--ink-soft);
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  line-height: 1.45;
}

.index-menu a:hover span,
.index-menu a:focus-visible span {
  color: var(--accent);
  transform: translateX(0.24rem);
}

.index-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 2rem;
  color: var(--ink-faint);
  font-size: 0.95rem;
  font-weight: 650;
}

.index-footer a:hover,
.index-footer a:focus-visible {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

@media (max-width: 760px) {
  .index-panel {
    width: min(100% - 2rem, 38rem);
    padding-top: 1.6rem;
    gap: 3rem;
  }

  .index-name p {
    font-size: clamp(2.6rem, 12vw, 3.8rem);
  }

  .index-menu a {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    padding: 1.35rem 0;
  }

  .index-menu span {
    font-size: clamp(2.4rem, 11.5vw, 3.75rem);
  }

  .index-menu small {
    max-width: 22rem;
  }

  .index-footer {
    display: grid;
    justify-content: start;
  }
}

/* Minimal interior pages */

body:not(.index-page) {
  background: #fbfaf6;
}

body:not(.index-page)::before {
  opacity: 0.24;
}

body:not(.index-page) .site-shell {
  overflow: visible;
}

html.js body:not(.index-page) .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

body:not(.index-page) .container,
body:not(.index-page) .page-hero-copy,
body:not(.index-page) .section-heading,
body:not(.index-page) .split-copy,
body:not(.index-page) .split-panel,
body:not(.index-page) .form-card,
body:not(.index-page) .contact-panel,
body:not(.index-page) .service-detail,
body:not(.index-page) .detail-block {
  min-width: 0;
}

body:not(.index-page) h1,
body:not(.index-page) h2,
body:not(.index-page) h3 {
  letter-spacing: 0;
  overflow-wrap: break-word;
}

body:not(.index-page) p,
body:not(.index-page) li,
body:not(.index-page) a {
  overflow-wrap: break-word;
}

body:not(.index-page) .site-header {
  position: sticky;
  top: 0;
  padding: 0;
  border-bottom: 1px solid var(--border);
  background: rgba(251, 250, 246, 0.9);
  backdrop-filter: blur(18px);
  pointer-events: auto;
}

body:not(.index-page) .site-header.is-scrolled {
  background: rgba(251, 250, 246, 0.94);
  box-shadow: none;
}

.index-page .header-inner,
body:not(.index-page) .header-inner {
  padding: 0.95rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body:not(.index-page) .brand-text::before {
  font-size: 0.95rem;
}

body:not(.index-page) .brand-text small {
  color: var(--ink-faint);
  font-size: 0.68rem;
}

body:not(.index-page) .site-nav {
  gap: 1rem;
}

body:not(.index-page) .site-nav a,
body:not(.index-page) .site-nav .nav-cta {
  padding: 0.2rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink-faint);
  font-size: 0.82rem;
}

body:not(.index-page) .site-nav a:hover,
body:not(.index-page) .site-nav a:focus-visible,
body:not(.index-page) .site-nav a.is-active,
body:not(.index-page) .site-nav .nav-cta:hover,
body:not(.index-page) .site-nav .nav-cta:focus-visible,
body:not(.index-page) .site-nav .nav-cta.is-active {
  color: var(--ink);
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 0.26em;
}

body:not(.index-page) .page-hero {
  margin-top: 0;
  padding: 5.5rem 0 4.25rem;
  border-bottom: 1px solid var(--border-strong);
  background: transparent;
}

body:not(.index-page) .page-hero::before,
body:not(.index-page) .page-hero::after,
body:not(.index-page) .page-sheet::before {
  display: none;
}

body:not(.index-page) .page-hero-inner {
  min-height: auto;
  display: grid;
  align-items: start;
  justify-content: start;
}

body:not(.index-page) .page-hero-copy {
  max-width: 68rem;
}

body:not(.index-page) .eyebrow {
  margin: 0 0 0.75rem;
  color: var(--ink-faint);
  font-size: 0.92rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

body:not(.index-page) .eyebrow::before {
  display: none;
}

body:not(.index-page) .page-hero-copy h1 {
  max-width: 15ch;
  color: var(--ink);
  font-size: clamp(2.75rem, 4.2vw, 4rem);
  font-weight: 800;
  line-height: 0.94;
}

body:not(.index-page) .page-hero-copy p:last-child {
  max-width: 42rem;
  margin-top: 1.15rem;
  color: var(--ink-soft);
  font-size: 1.2rem;
  line-height: 1.45;
}

body:not(.index-page) .page-sheet {
  padding: 0;
  border: 0;
  background: transparent;
}

body:not(.index-page) .page-sheet .section {
  padding: 4.2rem 0;
}

body:not(.index-page) .page-sheet .section + .section,
body:not(.index-page) .page-sheet .section-toned + .section,
body:not(.index-page) .page-sheet .proof-band + .section {
  border-top: 1px solid var(--border-strong);
}

body:not(.index-page) .section-toned,
body:not(.index-page) .proof-band {
  background: transparent;
}

body:not(.index-page) .section-heading,
body:not(.index-page) .section-heading-centered {
  display: grid;
  grid-template-columns: minmax(9rem, 0.42fr) minmax(0, 1fr);
  gap: 1.5rem 4rem;
  justify-items: stretch;
  margin-bottom: 2.25rem;
  text-align: left;
}

body:not(.index-page) .section-heading .eyebrow {
  grid-column: 1;
  margin-top: 0.35rem;
}

body:not(.index-page) .section-heading h2,
body:not(.index-page) .section-heading .section-copy {
  grid-column: 2;
}

body:not(.index-page) h2 {
  max-width: 20ch;
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  line-height: 1.05;
}

body:not(.index-page) h3 {
  font-size: 1.45rem;
  line-height: 1.1;
}

body:not(.index-page) .section-copy,
body:not(.index-page) .split-copy p,
body:not(.index-page) .card p,
body:not(.index-page) .service-card p,
body:not(.index-page) .principle-card p,
body:not(.index-page) .timeline-item p,
body:not(.index-page) .detail-note,
body:not(.index-page) .form-copy {
  color: var(--ink-soft);
}

body:not(.index-page) .card-grid {
  gap: 1.5rem 2.5rem;
}

body:not(.index-page) .page-sheet .card,
body:not(.index-page) .page-sheet .service-card,
body:not(.index-page) .page-sheet .service-detail,
body:not(.index-page) .page-sheet .split-panel .panel-light,
body:not(.index-page) .page-sheet .split-panel .panel-dark,
body:not(.index-page) .page-sheet .timeline-item,
body:not(.index-page) .form-card,
body:not(.index-page) .contact-panel .panel {
  padding: 1.15rem 0 0;
  border: 0;
  border-top: 1px solid var(--border-strong);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  color: var(--ink);
}

body:not(.index-page) .service-card::before {
  display: none;
}

body:not(.index-page) .page-sheet .card p,
body:not(.index-page) .page-sheet .service-card p,
body:not(.index-page) .page-sheet .principle-card p {
  margin-top: 0.55rem;
}

body:not(.index-page) .card-kicker,
body:not(.index-page) .service-label,
body:not(.index-page) .panel-label,
body:not(.index-page) .service-duration {
  color: var(--ink-faint);
  letter-spacing: 0;
  text-transform: none;
}

body:not(.index-page) .service-detail-header {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}

body:not(.index-page) .service-detail-grid,
body:not(.index-page) .split-layout,
body:not(.index-page) .booking-grid {
  gap: 4rem;
}

body:not(.index-page) .service-list,
body:not(.index-page) .outcome-list {
  margin-top: 1rem;
  gap: 0.55rem;
}

body:not(.index-page) .service-list li,
body:not(.index-page) .outcome-list li,
body:not(.index-page) .panel-dark .service-list li,
body:not(.index-page) .panel-dark .outcome-list li {
  color: var(--ink-soft);
}

body:not(.index-page) .service-list li::before,
body:not(.index-page) .outcome-list li::before {
  background: var(--ink-faint);
}

body:not(.index-page) .timeline {
  gap: 1.5rem;
}

body:not(.index-page) .timeline-item span,
body:not(.index-page) .process-steps span {
  width: auto;
  height: auto;
  margin-bottom: 0.8rem;
  border-radius: 0;
  background: transparent;
  color: var(--ink-faint);
  font-size: 0.9rem;
}

body:not(.index-page) .proof-band {
  padding: 0 0 3rem;
}

body:not(.index-page) .page-sheet .proof-grid {
  padding-top: 1.2rem;
  border-top: 1px solid var(--border-strong);
}

body:not(.index-page) .button {
  min-height: 2.75rem;
  border-radius: 0;
  transform: none;
}

body:not(.index-page) .button:hover,
body:not(.index-page) .button:focus-visible {
  transform: none;
}

body:not(.index-page) .button-primary {
  color: #fff;
  background: var(--ink);
}

body:not(.index-page) .button-secondary {
  color: var(--ink);
  background: transparent;
  border-color: var(--border-strong);
}

body:not(.index-page) .cta-strip {
  padding-top: 3rem;
}

body:not(.index-page) .cta-inner {
  padding: 1.25rem 0 0;
  border-top: 1px solid var(--border-strong);
}

body:not(.index-page) .booking-embed {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body:not(.index-page) .contact-divider {
  background: var(--border-strong);
}

body:not(.index-page) .site-footer {
  padding: 1.5rem 0 2rem;
  border-top: 1px solid var(--border-strong);
}

body:not(.index-page) .footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.8fr) minmax(0, 0.9fr);
  gap: 2rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
}

body:not(.index-page) .footer-copy,
body:not(.index-page) .footer-contact p,
body:not(.index-page) .footer-bottom {
  color: var(--ink-faint);
}

body:not(.index-page) .footer-links,
body:not(.index-page) .footer-contact {
  gap: 0.45rem;
}

body:not(.index-page) .footer-links a,
body:not(.index-page) .footer-contact a {
  color: var(--ink);
  font-weight: 650;
}

body:not(.index-page) .site-footer .brand-text::before {
  color: var(--ink);
}

body:not(.index-page) .site-footer .brand-text small {
  color: var(--ink-faint);
}

body:not(.index-page) .footer-bottom {
  padding-top: 1.5rem;
}

body[data-page="book"] .site-footer {
  display: none;
}

.detail-index-section {
  min-height: 58svh;
}

.detail-rows {
  display: grid;
  border-top: 1px solid var(--border-strong);
}

.detail-row {
  border-bottom: 1px solid var(--border-strong);
}

.detail-row summary {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(16rem, 0.82fr) auto;
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: baseline;
  min-width: 0;
  padding: clamp(1.2rem, 3vw, 2.25rem) 0;
  cursor: pointer;
  list-style: none;
}

.detail-row-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.detail-row-link .detail-link-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(16rem, 0.82fr);
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: baseline;
  min-width: 0;
  padding: clamp(1.2rem, 3vw, 2.25rem) 0;
}

.detail-row summary::-webkit-details-marker {
  display: none;
}

.detail-row summary::after {
  content: "+";
  align-self: center;
  color: var(--accent);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
}

.detail-row[open] summary::after {
  content: "-";
}

.detail-title {
  color: var(--ink);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(2.35rem, 3.9vw, 3.75rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
  transition: color var(--transition);
}

.detail-summary {
  min-width: 0;
  overflow-wrap: break-word;
}

.detail-title {
  min-width: 0;
}

.detail-summary {
  max-width: 34rem;
  color: var(--ink-soft);
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  line-height: 1.45;
}

.detail-row summary:hover .detail-title,
.detail-row summary:focus-visible .detail-title,
.detail-row-link:hover .detail-title,
.detail-row-link:focus-visible .detail-title {
  color: var(--accent);
}

.detail-content {
  display: grid;
  gap: 1rem;
  max-width: 42rem;
  margin: -0.6rem 0 clamp(1.4rem, 3vw, 2.25rem) calc(56% + clamp(1.25rem, 3vw, 3rem));
  color: var(--ink-soft);
  font-size: 1rem;
}

.detail-row:not([open]) .detail-content {
  display: none;
}

.detail-content p {
  max-width: 38rem;
}

.detail-content ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding-left: 1.1rem;
}

.detail-content li {
  padding-left: 0.15rem;
}

.permit-pathway-section .section-heading {
  max-width: 58rem;
  margin-bottom: clamp(1.4rem, 3vw, 2rem);
}

.permit-breakdown-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.9rem, 2vw, 1.25rem);
  align-items: stretch;
}

.permit-breakdown-card article {
  display: grid;
  align-content: start;
  gap: 0.72rem;
  min-width: 0;
  padding: clamp(1.15rem, 2.4vw, 1.45rem);
  border: 1px solid rgba(22, 22, 22, 0.11);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.76);
  box-shadow: 0 1px 0 rgba(22, 22, 22, 0.035);
}

.permit-breakdown-card h3,
.permit-breakdown-card p {
  margin: 0;
}

.permit-breakdown-card h3 {
  color: var(--ink);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(1.2rem, 1.75vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
}

.permit-breakdown-card p {
  max-width: 35rem;
  color: var(--ink-soft);
  font-size: clamp(0.95rem, 1.12vw, 1.02rem);
}

.permit-breakdown-card .pathway-stage-label {
  width: fit-content;
  padding: 0.32rem 0.58rem;
  border: 1px solid rgba(124, 34, 34, 0.18);
  border-radius: 999px;
  color: var(--accent-strong);
  background: rgba(124, 34, 34, 0.055);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.permit-breakdown-card .service-label {
  min-height: 2.2rem;
  color: var(--accent);
  line-height: 1.28;
}

.permit-breakdown-card .outcome-list {
  margin-top: 0.25rem;
}

@media (max-width: 1024px) {
  body:not(.index-page) .page-hero-copy h1 {
    font-size: 4.2rem;
  }

  body:not(.index-page) h2 {
    font-size: 2.55rem;
  }

  body:not(.index-page) .section-heading,
  body:not(.index-page) .section-heading-centered,
  body:not(.index-page) .footer-inner {
    grid-template-columns: 1fr;
  }

  body:not(.index-page) .section-heading .eyebrow,
  body:not(.index-page) .section-heading h2,
  body:not(.index-page) .section-heading .section-copy {
    grid-column: auto;
  }

  .detail-row summary {
    grid-template-columns: 1fr auto;
    gap: 0.65rem 1rem;
  }

  .detail-row-link .detail-link-inner {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .detail-title,
  .detail-summary {
    grid-column: 1;
  }

  .detail-row summary::after {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .detail-content {
    max-width: none;
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  .permit-breakdown-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  body:not(.index-page) {
    overflow-x: clip;
  }

  .index-page .container,
  body:not(.index-page) .container {
    width: calc(100vw - 3rem);
    max-width: 1120px;
  }

  .index-page .header-inner,
  body:not(.index-page) .header-inner {
    align-items: flex-start;
    padding: 0.85rem 0;
    border-radius: 0;
  }

  html.js .index-page .site-nav,
  html.js body:not(.index-page) .site-nav {
    display: none;
  }

  html.js .index-page .site-nav.is-open,
  html.js body:not(.index-page) .site-nav.is-open {
    display: flex;
  }

  .index-page .site-nav,
  body:not(.index-page) .site-nav {
    gap: 0.55rem;
  }

  .index-page .site-nav a,
  .index-page .site-nav .nav-cta,
  body:not(.index-page) .site-nav a,
  body:not(.index-page) .site-nav .nav-cta {
    width: auto;
    text-align: left;
  }

  body:not(.index-page) .page-hero {
    padding: 4rem 0 3rem;
  }

  body:not(.index-page) .page-hero-copy h1 {
    max-width: 10.5ch;
    font-size: 2.55rem;
    line-height: 1;
  }

  body:not(.index-page) .page-hero-copy p:last-child {
    max-width: 100%;
    font-size: 1.05rem;
  }

  body:not(.index-page) .page-sheet .section {
    padding: 3rem 0;
  }

  body:not(.index-page) h2 {
    max-width: 12ch;
    font-size: 1.8rem;
    line-height: 1.05;
  }

  body:not(.index-page) .section-copy,
  body:not(.index-page) .split-copy p,
  body:not(.index-page) .card p,
  body:not(.index-page) .service-card p,
  body:not(.index-page) .detail-note,
  body:not(.index-page) .form-copy {
    max-width: 100%;
  }

  body:not(.index-page) .card-grid,
  body:not(.index-page) .card-grid-two,
  body:not(.index-page) .card-grid-three,
  body:not(.index-page) .timeline {
    grid-template-columns: 1fr;
  }

  .contact-clean {
    grid-template-columns: 1fr;
  }

  body:not(.index-page) .contact-options {
    display: grid;
  }

  .detail-index-section {
    min-height: auto;
  }

  .detail-row summary {
    padding: 1.35rem 0;
  }

  .detail-title {
    font-size: clamp(2.15rem, 10.3vw, 3.3rem);
    letter-spacing: 0;
  }

  .detail-summary {
    max-width: 22rem;
  }
}

/* Vince Doud HQ alignment */

.home-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  width: min(1180px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 1.35rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  color: var(--ink);
}

.home-brand {
  display: grid;
  gap: 0.05rem;
  font-family: "Archivo", system-ui, sans-serif;
  line-height: 1;
}

.home-brand span {
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 800;
  letter-spacing: 0;
}

.home-brand small,
.home-contact-link {
  color: var(--ink-faint);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0;
}

.home-contact-link:hover,
.home-contact-link:focus-visible {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 0.28em;
}

.home-hero {
  position: relative;
  min-height: min(560px, 78svh);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--ink);
  border-bottom: 1px solid var(--border-strong);
  background: #fbfaf6;
}

.home-hero-scrim {
  position: absolute;
  inset: 0;
}

.home-hero-scrim {
  background:
    linear-gradient(rgba(22, 22, 22, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 22, 22, 0.018) 1px, transparent 1px);
  background-size: 72px 72px, 72px 72px;
}

.home-hero-copy {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 6.5rem 0 clamp(2.25rem, 4vw, 3.5rem);
}

.home-kicker {
  margin: 0 0 1rem;
  color: var(--ink-faint);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
}

.home-hero h1 {
  max-width: 13ch;
  color: var(--ink);
  font-size: clamp(3.25rem, 5.4vw, 5.8rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0;
}

.home-hero-copy > p:not(.home-kicker) {
  max-width: 43rem;
  margin-top: 1.15rem;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
  line-height: 1.48;
}

.home-hero .button-row {
  margin-top: 2rem;
}

.home-hero .button-on-dark {
  color: var(--ink);
  background: transparent;
  border-color: var(--border-strong);
}

.home-hero .button-primary {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}

.home-section {
  padding: clamp(3rem, 6vw, 4.75rem) max(1rem, calc((100vw - 1180px) / 2));
}

.home-pathway {
  background: var(--paper-deep);
  color: var(--ink);
}

.home-routes {
  background: #fbfaf6;
}

.home-proof {
  background: var(--paper);
}

.home-section-copy {
  display: grid;
  grid-template-columns: minmax(9rem, 0.4fr) minmax(0, 1fr);
  gap: 1.25rem 4rem;
}

.home-section-copy .eyebrow {
  grid-column: 1;
  margin-top: 0.35rem;
}

.home-section-copy h2,
.home-section-copy p:not(.eyebrow) {
  grid-column: 2;
}

.home-section h2,
.home-conversation h2 {
  max-width: 18ch;
  color: var(--ink);
  font-size: clamp(2rem, 3.3vw, 3.4rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: 0;
}

.home-pathway .eyebrow {
  color: var(--accent);
}

.home-pathway .home-section-copy p:not(.eyebrow) {
  color: var(--ink-soft);
}

.home-section-copy p:not(.eyebrow) {
  max-width: 42rem;
  margin-top: 1rem;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.home-feature-link {
  grid-column: 2;
  width: max-content;
  max-width: 100%;
  min-height: 2.75rem;
  margin-top: 2rem;
  padding: 0.8rem 1.2rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(124, 34, 34, 0.32);
  border-radius: 999px;
  color: var(--accent);
  font-weight: 800;
}

.home-route-grid span {
  color: var(--ink);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 2.2rem);
  font-weight: 800;
  line-height: 0.98;
}

.home-route-grid small {
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.45;
}

.home-route-grid a:hover span,
.home-route-grid a:focus-visible span {
  color: var(--accent);
}

.home-feature-link:hover,
.home-feature-link:focus-visible {
  background: var(--accent-mist);
}

.home-route-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-route-grid a {
  min-height: 8rem;
  padding: 1.15rem;
  display: grid;
  align-content: space-between;
  gap: 1.25rem;
  border: 1px solid var(--border);
  background: #fffdf8;
}

.home-route-grid a:nth-child(odd) {
  border-right: 1px solid var(--border);
}

.home-route-grid a:nth-child(even) {
  padding-left: 1.15rem;
}

.home-proof-list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-proof-list span {
  padding: 1rem;
  background: #fbfaf6;
  color: var(--ink);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  font-weight: 700;
  line-height: 1.15;
}

.home-conversation {
  padding: clamp(2.75rem, 6vw, 4rem) max(1rem, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  background: var(--paper-deep);
  color: var(--ink);
}

.home-conversation .eyebrow {
  color: var(--accent);
}

.home-conversation .button {
  white-space: nowrap;
}

.home-conversation .button-primary {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}

.contact-form select {
  width: 100%;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  padding: 0.85rem 0.95rem;
}

.about-photo-section {
  padding-top: 2.5rem;
}

.about-photo-grid {
  display: grid;
  grid-template-columns: minmax(12rem, 18rem) minmax(0, 1fr);
  gap: 2rem;
  align-items: end;
  padding-bottom: 2.5rem;
}

.about-photo-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  filter: grayscale(0.12);
}

.about-photo-grid p {
  max-width: 24rem;
  color: var(--ink-soft);
  font-size: 1.15rem;
  font-weight: 650;
}

@media (prefers-reduced-motion: no-preference) {
  .home-hero-copy {
    animation: home-copy-rise 760ms cubic-bezier(0.22, 1, 0.36, 1) 120ms both;
  }

  .home-route-grid a,
  .home-feature-link {
    transition: color var(--transition), transform var(--transition);
  }

  .home-route-grid a:hover,
  .home-route-grid a:focus-visible,
  .home-feature-link:hover,
  .home-feature-link:focus-visible {
    transform: translateX(0.24rem);
  }
}

@keyframes home-copy-rise {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 960px) {
  .home-hero h1 {
    max-width: 11ch;
  }

  .home-proof-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-section-copy,
  .home-conversation {
    grid-template-columns: 1fr;
  }

  .home-section-copy .eyebrow,
  .home-section-copy h2,
  .home-section-copy p:not(.eyebrow),
  .home-feature-link {
    grid-column: auto;
  }
}

@media (max-width: 700px) {
  .home-header {
    position: absolute;
    padding-top: 1rem;
  }

  .home-contact-link {
    display: none;
  }

  .home-hero {
    min-height: 70svh;
  }

  .home-hero h1 {
    font-size: clamp(2.75rem, 12.5vw, 3.55rem);
  }

  .home-hero-copy {
    padding-bottom: 2.25rem;
  }

  .home-hero .button-row,
  .home-hero .button {
    width: 100%;
  }

  .home-route-grid,
  .home-proof-list {
    grid-template-columns: 1fr;
  }

  .about-photo-grid {
    grid-template-columns: 1fr;
  }

  .about-photo-grid img {
    max-width: 18rem;
  }

  .about-credibility {
    max-width: 100%;
  }

  .home-route-grid a:nth-child(odd) {
    border-right: 0;
  }

  .home-route-grid a,
  .home-route-grid a:nth-child(even) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-conversation .button {
    white-space: normal;
  }

  .about-photo-grid {
    grid-template-columns: 1fr;
  }

  .about-photo-grid img {
    max-width: 15rem;
  }
}

/* Vince Doud full-site redesign */

body {
  background: var(--paper-deep);
}

body::before {
  opacity: 0.38;
}

.button-primary,
body:not(.index-page) .button-primary {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--accent-strong);
  border-color: var(--accent-strong);
}

.button-secondary,
body:not(.index-page) .button-secondary {
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.56);
  border-color: rgba(22, 22, 22, 0.13);
}

.index-page .site-shell,
body:not(.index-page) .site-shell {
  width: min(1180px, calc(100vw - 2rem));
  margin: 1rem auto;
  border: 1px solid rgba(22, 22, 22, 0.12);
  background: #fbfaf6;
  box-shadow: 0 24px 70px rgba(30, 28, 23, 0.08);
}

.home-header {
  position: static;
  width: auto;
  padding: 1.05rem clamp(1.1rem, 3.3vw, 2rem);
  border-bottom: 1px solid rgba(22, 22, 22, 0.08);
  background: #fbfaf6;
}

.home-brand span {
  font-size: 1rem;
}

.home-brand small {
  font-size: 0.68rem;
  font-weight: 650;
}

.home-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.7rem, 1.5vw, 1.25rem);
  margin-left: auto;
}

.home-nav a,
.home-contact-link {
  color: var(--ink-soft);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
}

.home-nav a:hover,
.home-nav a:focus-visible {
  color: var(--ink);
}

.home-contact-link {
  min-height: 2.4rem;
  padding: 0.7rem 0.95rem;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  color: #fff;
  background: var(--accent);
}

.home-contact-link:hover,
.home-contact-link:focus-visible {
  color: #fff;
  background: var(--accent-strong);
  text-decoration: none;
}

.home-hero {
  position: relative;
  min-height: clamp(390px, 42vw, 500px);
  display: grid;
  align-items: center;
  border-bottom: 0;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(251, 250, 246, 0.98) 0%, rgba(251, 250, 246, 0.94) 30%, rgba(251, 250, 246, 0.82) 50%, rgba(251, 250, 246, 0.96) 100%),
    linear-gradient(rgba(124, 34, 34, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 34, 34, 0.02) 1px, transparent 1px),
    #fbfaf6;
  background-size: auto, 54px 54px, 54px 54px;
}

.home-hero-copy {
  position: relative;
  z-index: 2;
  width: auto;
  margin: 0;
  max-width: 42rem;
  padding: clamp(2.8rem, 4.8vw, 4.6rem) clamp(1.5rem, 5.8vw, 4.7rem);
  display: grid;
  align-content: center;
}

.home-kicker {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0 0 1.85rem;
  color: var(--accent);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-kicker::before {
  content: "";
  width: 1.8rem;
  height: 2px;
  background: currentColor;
}

.home-hero h1 {
  max-width: 17ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 3.6vw, 3.65rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.home-hero-copy > p:not(.home-kicker) {
  max-width: 31rem;
  margin-top: 1.45rem;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  font-weight: 600;
  line-height: 1.55;
}

.home-hero .button-row {
  margin-top: 1.8rem;
}

.home-hero-graphic {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.home-hero-graphic::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(251, 250, 246, 0.84) 0%,
    rgba(251, 250, 246, 0.68) 25%,
    rgba(251, 250, 246, 0.14) 50%,
    rgba(251, 250, 246, 0) 100%
  );
}

.home-hero-graphic img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-width: none;
  height: auto;
  transform: translateY(-50%);
  opacity: 1;
}

.home-hero-labels {
  position: absolute;
  top: calc(50% + 8.45rem);
  right: -4.2rem;
  z-index: 2;
  width: min(76rem, 86vw);
  height: 5rem;
  color: var(--ink);
  font-family: "Archivo", system-ui, sans-serif;
  text-align: center;
}

.home-hero-labels span {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.26rem;
  color: var(--ink);
  font-size: clamp(0.7rem, 0.9vw, 0.86rem);
  font-weight: 800;
  line-height: 1.05;
  transform: translateX(-50%);
  white-space: nowrap;
}

.home-hero-labels span:nth-child(1) {
  left: 62.9%;
}

.home-hero-labels span:nth-child(2) {
  left: 75.9%;
}

.home-hero-labels span:nth-child(3) {
  left: 88.9%;
}

.home-hero-labels strong {
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 800;
}

.home-hero-graphic svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-network {
  fill: none;
  stroke: rgba(81, 76, 69, 0.22);
  stroke-width: 1.15;
}

.hero-network-nodes {
  fill: #fbfaf6;
  stroke: rgba(81, 76, 69, 0.34);
  stroke-width: 1.25;
}

.hero-channel-lines {
  fill: none;
  stroke: rgba(124, 34, 34, 0.34);
  stroke-width: 1.25;
  stroke-dasharray: 3 5;
}

.hero-gate {
  fill: var(--accent);
  filter: drop-shadow(0 8px 12px rgba(124, 34, 34, 0.14));
}

.hero-stream-line,
.hero-stream-arrow {
  fill: none;
  stroke: var(--accent);
  stroke-linecap: round;
  stroke-width: 2.6;
}

.hero-stage {
  font-family: "Archivo", system-ui, sans-serif;
  text-anchor: middle;
}

.stage-outer {
  fill: rgba(251, 250, 246, 0.92);
  stroke: var(--accent);
  stroke-width: 2.2;
}

.stage-inner {
  fill: var(--accent);
}

.stage-tick {
  fill: none;
  stroke: rgba(124, 34, 34, 0.42);
  stroke-width: 1.2;
}

.stage-number {
  fill: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.stage-label {
  fill: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.home-section {
  padding: clamp(3.6rem, 7vw, 5.25rem) clamp(1.5rem, 5vw, 4.25rem);
}

.home-section-copy {
  display: block;
  max-width: 40rem;
}

.home-section-copy .eyebrow {
  margin: 0 0 0.9rem;
  color: var(--accent);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-section h2,
.home-conversation h2 {
  max-width: 20ch;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  line-height: 1.02;
}

.home-section-copy p:not(.eyebrow) {
  max-width: 32rem;
  margin-top: 0.85rem;
  font-size: 1rem;
  line-height: 1.5;
}

.home-pathway {
  border-top: 1px solid rgba(22, 22, 22, 0.08);
  border-bottom: 1px solid rgba(22, 22, 22, 0.08);
  background:
    radial-gradient(circle at 24% 0%, rgba(124, 34, 34, 0.06), transparent 34%),
    var(--paper-deep);
}

.home-pathway .home-section-copy {
  margin: 0 auto;
  text-align: center;
}

.home-step-grid {
  position: relative;
  margin-top: clamp(2rem, 4vw, 3rem);
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
  max-width: 50rem;
}

.home-step-grid::before {
  display: none;
}

.home-step-card {
  position: relative;
  display: grid;
  grid-template-columns: clamp(5.25rem, 8vw, 7.5rem) minmax(0, 1fr) auto;
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: center;
  min-height: clamp(4.9rem, 7vw, 6rem);
  padding: clamp(0.95rem, 1.8vw, 1.25rem) clamp(1.05rem, 2.2vw, 1.5rem);
  border: 1px solid rgba(22, 22, 22, 0.1);
  border-radius: 6px;
  background: rgba(251, 250, 246, 0.34);
  text-align: left;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.home-step-card::after {
  content: "+";
  justify-self: end;
  align-self: center;
  color: var(--accent);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
}

.home-step-card:hover,
.home-step-card:focus-visible {
  border-color: rgba(124, 34, 34, 0.28);
  background: rgba(251, 250, 246, 0.56);
  transform: translateY(-1px);
}

.home-route-icon {
  display: inline-grid;
  place-items: center;
  color: var(--accent);
}

.home-route-icon svg {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.home-step-title {
  display: grid;
  align-items: center;
}

.home-step-number {
  color: var(--accent);
  font-family: var(--display-font);
  font-size: clamp(2.35rem, 5vw, 4rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

.home-step-card small {
  max-width: 28rem;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  font-weight: 600;
  line-height: 1.4;
}

.home-routes {
  background: #fbfaf6;
}

.home-proof {
  padding: clamp(1rem, 2.4vw, 1.6rem) clamp(1.5rem, 5vw, 4.25rem);
  border-top: 1px solid rgba(22, 22, 22, 0.08);
  border-bottom: 1px solid rgba(22, 22, 22, 0.08);
  background: rgba(251, 250, 246, 0.72);
}

.home-proof-list {
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-proof-list span {
  border: 1px solid rgba(22, 22, 22, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
  color: var(--ink-soft);
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  line-height: 1.35;
}

.home-routes .home-section-copy {
  margin: 0 auto;
  text-align: center;
}

.home-route-grid {
  margin-top: 2.2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(22, 22, 22, 0.1);
  background: rgba(255, 255, 255, 0.42);
}

.home-route-grid a {
  min-height: 15rem;
  padding: clamp(1.25rem, 2.3vw, 1.8rem);
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 1rem;
  border: 0;
  border-right: 1px solid rgba(22, 22, 22, 0.1);
  background: transparent;
}

.home-route-grid a:last-child {
  border-right: 0;
}

.home-route-icon {
  min-height: 2.4rem;
}

.home-route-grid .home-route-icon {
  color: var(--accent);
}

.home-route-grid span:not(.home-route-icon) {
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.15;
}

.home-route-grid small {
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}

.home-route-grid a:hover,
.home-route-grid a:focus-visible {
  background: rgba(124, 34, 34, 0.045);
}

.home-route-grid a:hover span:not(.home-route-icon),
.home-route-grid a:focus-visible span:not(.home-route-icon) {
  color: var(--accent);
}

.home-conversation {
  padding: clamp(3.4rem, 7vw, 5rem) clamp(1.5rem, 5vw, 4.25rem);
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 1.4rem;
  border-top: 1px solid rgba(22, 22, 22, 0.08);
  border-bottom: 1px solid rgba(22, 22, 22, 0.08);
  background:
    radial-gradient(circle at 50% 0%, rgba(124, 34, 34, 0.045), transparent 38%),
    var(--paper-deep);
  text-align: center;
}

.home-conversation-copy {
  display: grid;
  justify-items: center;
}

.home-conversation p {
  max-width: 34rem;
  margin-top: 0.8rem;
  color: var(--ink-soft);
  font-weight: 600;
}

.home-footer {
  padding: 1.45rem clamp(1.5rem, 4vw, 2.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: #fbfaf6;
  color: var(--ink-faint);
  font-size: 0.82rem;
}

.home-footer p {
  margin: 0;
}

.home-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}

.home-footer a {
  color: var(--ink-soft);
  font-weight: 650;
}

.home-footer a:hover,
.home-footer a:focus-visible {
  color: var(--accent);
}

body:not(.index-page) .site-shell {
  background: #fbfaf6;
}

.index-page .site-header,
.index-page .site-header.is-scrolled,
body:not(.index-page) .site-header,
body:not(.index-page) .site-header.is-scrolled {
  position: static;
  padding: 0;
  border-bottom: 1px solid rgba(22, 22, 22, 0.08);
  background: #fbfaf6;
  box-shadow: none;
  backdrop-filter: none;
  pointer-events: auto;
}

.index-page .header-inner,
body:not(.index-page) .header-inner {
  width: auto;
  padding: 1.05rem clamp(1.1rem, 3.3vw, 2rem);
}

.index-page .site-nav,
body:not(.index-page) .site-nav {
  gap: clamp(0.55rem, 1.15vw, 0.95rem);
}

.index-page .site-nav a,
.index-page .site-nav .nav-cta,
body:not(.index-page) .site-nav a,
body:not(.index-page) .site-nav .nav-cta {
  padding: 0.2rem 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
  text-decoration: none;
}

.index-page .site-nav .nav-cta,
body:not(.index-page) .site-nav .nav-cta {
  min-height: 2.4rem;
  padding: 0.7rem 0.95rem;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: var(--accent);
  box-shadow: none;
}

.index-page .site-nav a:hover,
.index-page .site-nav a:focus-visible,
.index-page .site-nav a.is-active,
body:not(.index-page) .site-nav a:hover,
body:not(.index-page) .site-nav a:focus-visible,
body:not(.index-page) .site-nav a.is-active {
  color: var(--ink);
  background: transparent;
  text-decoration: none;
}

.index-page .site-nav .nav-cta:hover,
.index-page .site-nav .nav-cta:focus-visible,
.index-page .site-nav .nav-cta.is-active,
body:not(.index-page) .site-nav .nav-cta:hover,
body:not(.index-page) .site-nav .nav-cta:focus-visible,
body:not(.index-page) .site-nav .nav-cta.is-active {
  color: #fff;
  background: var(--accent-strong);
  text-decoration: none;
}

body:not(.index-page) .page-hero {
  padding: clamp(3.2rem, 5.6vw, 5.1rem) 0 clamp(2.8rem, 4.4vw, 3.8rem);
  border-bottom: 1px solid rgba(22, 22, 22, 0.08);
  background:
    linear-gradient(90deg, transparent, rgba(232, 227, 216, 0.42)),
    linear-gradient(rgba(124, 34, 34, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 34, 34, 0.02) 1px, transparent 1px);
  background-size: auto, 52px 52px, 52px 52px;
}

body:not(.index-page) .container {
  width: min(100% - clamp(2rem, 7vw, 7rem), 1040px);
}

.site-header .header-inner {
  width: min(100% - clamp(2rem, 7vw, 7rem), 1040px);
  margin-inline: auto;
}

body:not(.index-page) .page-hero-copy h1 {
  max-width: 14ch;
  font-size: clamp(2.65rem, 5vw, 4.6rem);
  line-height: 1.02;
}

body:not(.index-page) .page-hero-copy h1,
body:not(.index-page) h2,
.home-section h2,
.home-conversation h2 {
  font-family: var(--display-font);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.08;
}

body:not(.index-page) .page-hero-copy p:last-child {
  max-width: 38rem;
  font-size: clamp(1rem, 1.45vw, 1.14rem);
  font-weight: 600;
}

body:not(.index-page) .page-sheet .section {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

body:not(.index-page) .page-sheet .section + .section,
body:not(.index-page) .page-sheet .section-toned + .section,
body:not(.index-page) .page-sheet .proof-band + .section {
  border-top: 0;
}

body:not(.index-page) .page-sheet .card,
body:not(.index-page) .page-sheet .service-card,
body:not(.index-page) .page-sheet .service-detail,
body:not(.index-page) .page-sheet .split-panel .panel-light,
body:not(.index-page) .page-sheet .split-panel .panel-dark,
body:not(.index-page) .page-sheet .timeline-item,
body:not(.index-page) .form-card,
body:not(.index-page) .contact-panel .panel {
  padding: 1.25rem;
  border: 1px solid rgba(22, 22, 22, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.42);
}

.detail-rows {
  gap: 0.8rem;
  border-top: 0;
}

.detail-row {
  border: 1px solid rgba(22, 22, 22, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.42);
}

.detail-row summary {
  padding: clamp(1.1rem, 2vw, 1.45rem);
}

.detail-row-link .detail-link-inner {
  padding: clamp(1.1rem, 2vw, 1.45rem);
}

.detail-title {
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 1.04;
}

.detail-content {
  margin: -0.35rem clamp(1.1rem, 2vw, 1.45rem) clamp(1.1rem, 2vw, 1.45rem) calc(54% + clamp(1.25rem, 3vw, 3rem));
}

body:not(.index-page) .cta-inner {
  padding: 1.6rem;
  border: 1px solid rgba(22, 22, 22, 0.1);
  border-radius: 6px;
  background: var(--paper-deep);
}

.about-photo-section {
  padding-top: clamp(2.4rem, 4.8vw, 3.7rem);
}

.about-photo-grid {
  grid-template-columns: minmax(13rem, 21rem) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding-bottom: clamp(2.25rem, 4vw, 3rem);
}

.about-photo-grid img {
  width: 100%;
  max-width: 21rem;
  height: clamp(20rem, 38vw, 30rem);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(22, 22, 22, 0.1);
}

.about-photo-grid p {
  align-self: center;
  max-width: 26rem;
}

.about-credibility {
  display: grid;
  gap: 0.9rem;
  max-width: 36rem;
}

.about-credibility h2 {
  max-width: 18ch;
  margin: 0;
}

.about-credibility ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding-left: 1.1rem;
  color: var(--ink-soft);
  font-weight: 650;
}

body:not(.index-page) .site-footer,
body[data-page="book"] .site-footer {
  display: block;
  padding: 1.45rem 0;
  border-top: 1px solid rgba(22, 22, 22, 0.08);
}

body:not(.index-page) .footer-inner {
  padding: 0;
}

body:not(.index-page) .footer-bottom {
  padding-top: 1rem;
}

@media (prefers-reduced-motion: no-preference) {
  .home-hero-copy,
  .home-step-card,
  .home-route-grid a,
  body:not(.index-page) .page-hero-copy {
    animation: home-copy-rise 680ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .home-step-card:nth-child(2) {
    animation-delay: 80ms;
  }

  .home-step-card:nth-child(3) {
    animation-delay: 160ms;
  }
}

@media (max-width: 980px) {
  .home-nav {
    display: none;
  }

  .home-hero-graphic {
    opacity: 0.42;
    transform: translateX(14%) scale(1.04);
  }

  .home-hero-plane {
    display: none;
  }

  .home-step-grid,
  .home-route-grid {
    grid-template-columns: 1fr;
  }

  .home-step-grid::before {
    display: none;
  }

  .home-step-card {
    grid-template-columns: auto 1fr auto;
    gap: 0.75rem 1rem;
    padding: 1rem;
    border: 1px solid rgba(22, 22, 22, 0.09);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.32);
  }

  .home-step-card small {
    grid-column: 2 / -1;
    max-width: 32rem;
  }

  .home-step-card::after {
    grid-column: 3;
    grid-row: 1;
    align-self: start;
  }

  .home-route-grid a {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(22, 22, 22, 0.1);
  }

  .home-route-grid a:last-child {
    border-bottom: 0;
  }

  .detail-content {
    margin-left: clamp(1.1rem, 2vw, 1.45rem);
  }
}

@media (max-width: 700px) {
  .index-page .site-shell,
  body:not(.index-page) .site-shell {
    width: 100%;
    margin: 0;
    border-left: 0;
    border-right: 0;
  }

  .home-header {
    position: static;
    padding: 0.95rem 1rem;
  }

  .home-contact-link {
    display: inline-flex;
    padding: 0.65rem 0.8rem;
    font-size: 0.72rem;
  }

  .home-hero-copy {
    padding: 4rem 1.25rem;
  }

  .home-hero-graphic {
    display: none;
  }

  .home-hero h1 {
    max-width: 15ch;
    font-size: clamp(2.75rem, 13vw, 4.2rem);
  }

  .home-section,
  .home-conversation {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-footer nav {
    justify-content: flex-start;
  }

  .index-page .container,
  body:not(.index-page) .container {
    width: calc(100% - 2.5rem);
  }

  .index-page .header-inner,
  body:not(.index-page) .header-inner {
    padding: 0.95rem 1rem;
  }

  .index-page .site-nav .nav-cta,
  body:not(.index-page) .site-nav .nav-cta {
    color: var(--ink-soft);
    background: transparent;
    padding: 0.2rem 0;
  }
}

/* Usability polish slice */

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.7rem 0.9rem;
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(124, 34, 34, 0.5);
  outline-offset: 4px;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline-offset: 2px;
}

.site-nav a,
.home-nav a,
.home-contact-link,
.home-footer a,
.button,
.menu-toggle,
.home-menu-toggle {
  min-height: 2.75rem;
}

.menu-toggle,
.home-menu-toggle {
  min-width: 2.75rem;
}

.site-nav a,
.home-nav a,
.home-footer a {
  display: inline-flex;
  align-items: center;
}

.index-page .site-nav a,
.index-page .site-nav .nav-cta,
body:not(.index-page) .site-nav a,
body:not(.index-page) .site-nav .nav-cta {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
}

.index-page .site-shell,
body:not(.index-page) .site-shell {
  border-color: rgba(22, 22, 22, 0.075);
  box-shadow: 0 16px 48px rgba(30, 28, 23, 0.045);
}

.button-secondary,
body:not(.index-page) .button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.62);
}

.home-menu-toggle {
  display: none;
  width: 2.75rem;
  padding: 0;
  border: 1px solid rgba(22, 22, 22, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.52);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  color: var(--ink);
}

.home-menu-toggle span {
  display: block;
  width: 1.12rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.home-menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.home-menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.home-menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.home-route-grid {
  gap: 0.85rem;
  border: 0;
  background: transparent;
}

.home-route-grid a {
  border: 1px solid rgba(22, 22, 22, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.38);
  box-shadow: 0 10px 26px rgba(30, 28, 23, 0.035);
}

.home-route-grid a,
.home-route-grid a:last-child,
.home-route-grid a:nth-child(odd) {
  border-right: 1px solid rgba(22, 22, 22, 0.08);
}

.home-route-grid small,
.home-step-card small,
.detail-summary,
.detail-content,
.service-duration,
.home-footer {
  color: var(--ink-soft);
}

.home-step-card,
.detail-row,
body:not(.index-page) .page-sheet .card,
body:not(.index-page) .page-sheet .service-card,
body:not(.index-page) .page-sheet .service-detail,
body:not(.index-page) .page-sheet .split-panel .panel-light,
body:not(.index-page) .page-sheet .split-panel .panel-dark,
body:not(.index-page) .page-sheet .timeline-item,
body:not(.index-page) .form-card,
body:not(.index-page) .contact-panel .panel,
body:not(.index-page) .cta-inner {
  border-color: rgba(22, 22, 22, 0.08);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.38);
  box-shadow: none;
}

.home-step-card:hover,
.home-step-card:focus-visible,
.home-route-grid a:hover,
.home-route-grid a:focus-visible,
.permit-fit-card:hover,
.permit-fit-card:focus-visible,
.detail-row:has(summary:focus-visible),
.detail-row[open],
.detail-row-link:hover,
.detail-row-link:focus-visible {
  border-color: rgba(124, 34, 34, 0.22);
  background: rgba(255, 255, 255, 0.58);
}

.home-step-card:hover,
.home-step-card:focus-visible,
.home-route-grid a:hover,
.home-route-grid a:focus-visible,
.permit-fit-card:hover,
.permit-fit-card:focus-visible {
  box-shadow:
    0 16px 36px rgba(124, 34, 34, 0.08),
    0 0 0 1px rgba(124, 34, 34, 0.14);
  transform: translateY(-2px);
}

.permit-fit-card {
  display: grid;
  align-content: start;
  gap: 0.75rem;
  min-height: 10rem;
  text-decoration: none;
}

.detail-row {
  overflow: hidden;
}

.detail-row summary,
.detail-row-link .detail-link-inner {
  min-height: 4.5rem;
  align-items: center;
}

.detail-title {
  line-height: 1.08;
}

.detail-summary,
.detail-content {
  line-height: 1.55;
}

@media (prefers-reduced-motion: no-preference) {
  .home-menu-toggle,
  .home-route-grid a,
  .home-step-card,
  .permit-fit-card,
  .detail-row {
    transition:
      background-color 180ms ease,
      border-color 180ms ease,
      box-shadow 180ms ease,
      transform 180ms ease;
  }
}

@media (max-width: 980px) {
  .home-header {
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding-right: 4.6rem;
  }

  .home-brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .home-menu-toggle {
    display: inline-flex !important;
    order: 3;
    margin-left: auto;
    flex: 0 0 auto;
    width: auto;
    min-width: 4.3rem;
    position: absolute;
    top: 0.92rem;
    right: clamp(1rem, 3vw, 2rem);
    z-index: 8;
    background: #fff;
    border-color: rgba(22, 22, 22, 0.2);
    box-shadow: 0 8px 22px rgba(30, 28, 23, 0.07);
  }

  .home-menu-toggle::after {
    content: "Menu";
    color: var(--ink);
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
  }

  .home-menu-toggle span {
    display: none;
  }

  .home-contact-link {
    order: 2;
  }

  .home-nav {
    order: 4;
    width: 100%;
    margin: 0.75rem 0 0;
    padding: 0.45rem 0 0;
    border-top: 1px solid rgba(22, 22, 22, 0.08);
    flex-direction: column;
    align-items: stretch;
    gap: 0.15rem;
  }

  html.js .home-nav {
    display: none;
  }

  html.js .home-nav.is-open,
  html:not(.js) .home-nav {
    display: flex;
  }

  .home-nav a {
    width: 100%;
    padding: 0.72rem 0;
    justify-content: flex-start;
    font-size: 0.86rem;
  }
}

@media (max-width: 700px) {
  .home-hero {
    min-height: auto;
  }

  .home-hero-copy {
    padding: 3.35rem 1.25rem 3.6rem;
  }

  .home-kicker {
    margin-bottom: 1.25rem;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
  }

  .home-hero h1 {
    max-width: 15.5ch;
    font-size: clamp(2.05rem, 9.2vw, 3.05rem);
    line-height: 1.1;
    letter-spacing: 0;
  }

  .home-hero-copy > p:not(.home-kicker),
  body:not(.index-page) .page-hero-copy p:last-child {
    font-size: 1rem;
    line-height: 1.55;
  }

  .home-section h2,
  .home-conversation h2,
  body:not(.index-page) h2 {
    max-width: 15ch;
    font-size: clamp(1.75rem, 8vw, 2.45rem);
    line-height: 1.12;
    letter-spacing: 0;
  }

  body:not(.index-page) .page-hero-copy h1 {
    max-width: 13ch;
    font-size: clamp(2.1rem, 9.3vw, 2.85rem);
    line-height: 1.1;
    letter-spacing: 0;
  }

  .home-step-card,
  .home-route-grid a,
  .detail-row summary,
  .detail-row-link .detail-link-inner {
    padding: 1rem;
  }

  .home-step-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .home-step-card::after {
    display: none;
  }

  .home-step-card small {
    grid-column: 2;
  }

  .home-route-grid a,
  .home-route-grid a:last-child,
  .home-route-grid a:nth-child(odd) {
    border: 1px solid rgba(22, 22, 22, 0.08);
  }

  .home-proof-list {
    grid-template-columns: 1fr;
  }

  .home-route-grid small {
    max-width: 27rem;
    font-size: 0.95rem;
  }

  .detail-title {
    font-size: clamp(1.45rem, 7vw, 2rem);
    line-height: 1.12;
  }

  .detail-summary {
    max-width: 100%;
    font-size: 0.96rem;
  }

  .detail-content {
    margin: -0.15rem 1rem 1rem;
    font-size: 0.96rem;
  }

  .about-photo-grid {
    grid-template-columns: 1fr;
  }

  .about-photo-grid img {
    max-width: 18rem;
  }

  .about-credibility {
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .home-contact-link {
    display: none;
  }

  .home-brand small {
    max-width: 18ch;
    line-height: 1.2;
  }
}

@media (max-width: 860px) {
  .index-page .header-inner,
  body:not(.index-page) .header-inner {
    flex-wrap: wrap;
    align-items: center;
  }

  .index-page .brand,
  body:not(.index-page) .brand {
    flex: 1 1 auto;
  }

  .index-page .menu-toggle,
  body:not(.index-page) .menu-toggle {
    flex: 0 0 auto;
  }

  .index-page .site-nav,
  body:not(.index-page) .site-nav {
    flex: 1 0 100%;
    width: 100%;
    margin-top: 0.75rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(22, 22, 22, 0.08);
    align-items: stretch;
  }

  .index-page .site-nav a,
  .index-page .site-nav .nav-cta,
  body:not(.index-page) .site-nav a,
  body:not(.index-page) .site-nav .nav-cta {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }
}

/* Interior page contrast pass */
body:not(.index-page) .section-heading,
body:not(.index-page) .section-heading-centered {
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
  max-width: 46rem;
  margin-bottom: clamp(1.8rem, 4vw, 2.8rem);
}

body:not(.index-page) .section-heading-centered {
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  text-align: center;
}

body:not(.index-page) .section-heading .eyebrow,
body:not(.index-page) .section-heading h2,
body:not(.index-page) .section-heading .section-copy {
  grid-column: 1;
}

body:not(.index-page) .page-sheet .section {
  position: relative;
}

body:not(.index-page) .page-sheet .section-toned,
body:not(.index-page) .page-sheet .proof-band {
  border-top: 1px solid rgba(22, 22, 22, 0.08);
  border-bottom: 1px solid rgba(22, 22, 22, 0.08);
  background:
    radial-gradient(circle at 20% 0%, rgba(124, 34, 34, 0.055), transparent 36%),
    var(--paper-deep);
}

body:not(.index-page) .page-sheet .section + .section,
body:not(.index-page) .page-sheet .section-toned + .section,
body:not(.index-page) .page-sheet .proof-band + .section {
  border-top: 1px solid rgba(22, 22, 22, 0.08);
}

body:not(.index-page) .page-sheet .card,
body:not(.index-page) .page-sheet .service-card,
body:not(.index-page) .page-sheet .service-detail,
body:not(.index-page) .page-sheet .split-panel .panel-light,
body:not(.index-page) .page-sheet .split-panel .panel-dark,
body:not(.index-page) .page-sheet .timeline-item,
body:not(.index-page) .form-card,
body:not(.index-page) .contact-panel .panel {
  padding: clamp(1.15rem, 2.4vw, 1.55rem);
  border: 1px solid rgba(22, 22, 22, 0.11);
  border-radius: 8px;
  background: rgba(251, 250, 246, 0.72);
  box-shadow: 0 1px 0 rgba(22, 22, 22, 0.035);
}

body:not(.index-page) .page-sheet .section-toned .card,
body:not(.index-page) .page-sheet .section-toned .service-card,
body:not(.index-page) .page-sheet .section-toned .service-detail,
body:not(.index-page) .page-sheet .section-toned .split-panel .panel-light,
body:not(.index-page) .page-sheet .section-toned .timeline-item {
  background: rgba(255, 255, 255, 0.68);
}

body:not(.index-page) .page-sheet .service-card::before {
  display: block;
}

body:not(.index-page) .page-sheet .service-label,
body:not(.index-page) .page-sheet .card-kicker,
body:not(.index-page) .page-sheet .panel-label {
  color: var(--accent);
}

body:not(.index-page) .detail-row {
  border: 1px solid rgba(22, 22, 22, 0.11);
  border-radius: 8px;
  background: rgba(251, 250, 246, 0.72);
}

body:not(.index-page) .detail-row[open],
body:not(.index-page) .detail-row:has(summary:focus-visible),
body:not(.index-page) .detail-row-link:hover,
body:not(.index-page) .detail-row-link:focus-visible {
  border-color: rgba(124, 34, 34, 0.24);
  background: rgba(255, 255, 255, 0.68);
}

.services-overview-heading {
  display: grid;
  gap: 0.75rem;
  max-width: 48rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.services-overview-heading h2 {
  max-width: 21ch;
  font-family: var(--display-font);
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  font-weight: 500;
  line-height: 1.05;
}

.services-overview-heading p:not(.eyebrow) {
  max-width: 42rem;
  color: var(--ink-soft);
  font-weight: 600;
}

.services-detail-section {
  background: rgba(251, 250, 246, 0.72);
}

.services-detail-heading {
  max-width: 42rem;
}

@media (max-width: 720px) {
  .services-overview-heading h2 {
    max-width: 100%;
  }
}

/* Live AI workshops section */
.live-workshops-section {
  background:
    linear-gradient(180deg, rgba(251, 250, 246, 0.96) 0%, rgba(232, 227, 216, 0.92) 100%);
}

.live-workshops-layout {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.live-workshops-copy {
  display: grid;
  min-width: 0;
  gap: 1rem;
  max-width: 42rem;
}

.live-workshops-copy h2 {
  max-width: 16ch;
  font-family: var(--display-font);
  font-size: clamp(2.2rem, 4.8vw, 4.4rem);
  font-weight: 500;
  line-height: 0.98;
}

.live-workshops-copy p:not(.eyebrow) {
  max-width: 39rem;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.45vw, 1.14rem);
  font-weight: 650;
  line-height: 1.58;
}

.live-workshops-visual {
  width: 100%;
  max-width: 26rem;
  min-width: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.live-workshops-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid rgba(22, 22, 22, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(30, 28, 23, 0.08);
}

.live-workshops-visual figcaption,
.live-workshops-note p {
  color: var(--ink-soft);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.45;
}

.workshop-offer-grid {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.6vw, 1.05rem);
  margin-top: clamp(2.2rem, 5vw, 4rem);
}

.workshop-offer-card {
  display: grid;
  min-width: 0;
  height: 100%;
  grid-template-rows: minmax(0, 1fr) auto auto;
  gap: 1rem;
  align-content: stretch;
  padding: clamp(1rem, 1.8vw, 1.35rem);
  border: 1px solid rgba(22, 22, 22, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 1px 0 rgba(22, 22, 22, 0.035);
}

.workshop-offer-card > div:first-child {
  display: grid;
  gap: 0.45rem;
}

.workshop-offer-card h3 {
  max-width: none;
  margin-top: 0.35rem;
  font-family: var(--display-font);
  font-size: clamp(1.45rem, 2.05vw, 2.1rem);
  font-weight: 500;
  line-height: 1.04;
}

.workshop-card-lede {
  max-width: 28rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
}

.workshop-quick-facts {
  margin: 0;
  color: var(--accent);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0;
}

@media (min-width: 901px) {
  .workshop-offer-card > div:first-child {
    grid-template-rows: 1.15rem minmax(6.8rem, auto) minmax(4.15rem, auto);
  }

  .workshop-card-lede {
    max-width: none;
  }
}

.workshop-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 0;
}

.workshop-meta div {
  padding: 0.78rem;
  border: 1px solid rgba(22, 22, 22, 0.09);
  border-radius: 8px;
  background: rgba(251, 250, 246, 0.72);
}

.workshop-meta dt {
  color: var(--accent);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.workshop-meta dd {
  margin: 0.28rem 0 0;
  color: var(--ink);
  font-weight: 750;
  line-height: 1.32;
}

.live-workshops-note {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.4rem;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(1rem, 2vw, 1.35rem);
  padding-top: 1.15rem;
  border-top: 1px solid rgba(22, 22, 22, 0.1);
}

.live-workshops-note p {
  max-width: 52rem;
  margin: 0;
}

@media (max-width: 900px) {
  .live-workshops-layout,
  .workshop-offer-grid {
    grid-template-columns: 1fr;
  }

  .live-workshops-visual {
    max-width: 28rem;
  }
}

@media (max-width: 560px) {
  body:not(.index-page) .page-hero-copy p:last-child,
  .live-workshops-copy p:not(.eyebrow) {
    width: min(100%, 20rem);
    max-width: 20rem;
    overflow-wrap: break-word;
  }

  .live-workshops-visual {
    max-width: 21rem;
  }

  .workshop-meta {
    grid-template-columns: 1fr;
  }

  .live-workshops-copy .button-row {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .live-workshops-copy .button-row .button,
  .workshop-offer-card .button {
    width: 100%;
    justify-content: center;
  }
}

/* Warm editorial surface system */
body,
.site-shell,
.page-sheet,
.home-hero,
.home-routes,
.home-footer,
.index-page .site-header,
.index-page .site-header.is-scrolled,
body:not(.index-page) .site-header,
body:not(.index-page) .site-header.is-scrolled,
body:not(.index-page) .page-hero,
body:not(.index-page) .page-sheet,
body:not(.index-page) .page-sheet .section {
  background: var(--canvas);
}

.header-inner,
.index-page .header-inner,
body:not(.index-page) .header-inner {
  background: rgba(251, 250, 246, 0.92);
}

.home-pathway,
.home-proof,
.home-conversation,
body:not(.index-page) .page-sheet .section-toned,
body:not(.index-page) .page-sheet .proof-band,
.live-workshops-section,
.services-detail-section {
  background: var(--band);
}

.home-step-card,
.home-route-grid a,
.home-proof-list span,
.workshop-offer-card,
body:not(.index-page) .page-sheet .card,
body:not(.index-page) .page-sheet .service-card,
body:not(.index-page) .page-sheet .service-detail,
body:not(.index-page) .page-sheet .split-panel .panel-light,
body:not(.index-page) .page-sheet .split-panel .panel-dark,
body:not(.index-page) .page-sheet .timeline-item,
body:not(.index-page) .form-card,
body:not(.index-page) .contact-panel .panel,
body:not(.index-page) .detail-row,
body:not(.index-page) .cta-inner {
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: var(--card-surface);
  box-shadow: 0 1px 0 rgba(22, 22, 22, 0.035);
}

.workshop-meta div {
  border-color: var(--line-soft);
  background: var(--canvas);
}

.home-step-card:hover,
.home-step-card:focus-visible,
.home-route-grid a:hover,
.home-route-grid a:focus-visible,
.permit-fit-card:hover,
.permit-fit-card:focus-visible,
body:not(.index-page) .detail-row[open],
body:not(.index-page) .detail-row:has(summary:focus-visible),
body:not(.index-page) .detail-row-link:hover,
body:not(.index-page) .detail-row-link:focus-visible {
  border-color: rgba(124, 34, 34, 0.26);
  background: var(--card-hover);
}

body:not(.index-page) .page-sheet .section + .section,
body:not(.index-page) .page-sheet .section-toned + .section,
body:not(.index-page) .page-sheet .proof-band + .section {
  border-top: 1px solid var(--line-soft);
}

body:not(.index-page) .cta-inner {
  border-color: rgba(73, 26, 26, 0.46);
  background: linear-gradient(135deg, var(--accent-strong) 0%, var(--accent) 100%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(73, 26, 26, 0.16);
}

body:not(.index-page) .cta-inner h2,
body:not(.index-page) .cta-inner .eyebrow {
  color: #fff;
}

body:not(.index-page) .cta-inner .button-primary {
  border-color: rgba(255, 255, 255, 0.72);
  background: var(--card-surface);
  color: var(--accent-strong);
}

body:not(.index-page) .cta-inner .button-primary:hover,
body:not(.index-page) .cta-inner .button-primary:focus-visible {
  background: #fff;
}

body:not(.index-page) .cta-inner .button-secondary {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

body[data-page="approach"] .page-sheet .detail-index-section,
body[data-page="about"] .page-sheet .about-photo-section,
body[data-page="about"] .page-sheet .detail-index-section {
  background: var(--band);
}

body[data-page="approach"] .detail-index-section .detail-row,
body[data-page="about"] .detail-index-section .detail-row {
  border-color: var(--line-strong);
  background: var(--card-surface);
  box-shadow:
    0 14px 32px rgba(30, 28, 23, 0.055),
    0 1px 0 rgba(22, 22, 22, 0.035);
}

body[data-page="approach"] .detail-index-section .detail-row[open],
body[data-page="approach"] .detail-index-section .detail-row:has(summary:focus-visible),
body[data-page="approach"] .detail-index-section .detail-row:hover,
body[data-page="about"] .detail-index-section .detail-row[open],
body[data-page="about"] .detail-index-section .detail-row:has(summary:focus-visible),
body[data-page="about"] .detail-index-section .detail-row:hover {
  border-color: rgba(124, 34, 34, 0.28);
  background: var(--card-hover);
}

.workshop-offer-card {
  position: relative;
  overflow: hidden;
  border-color: var(--line-strong);
  background: #fff;
  box-shadow:
    0 18px 42px rgba(30, 28, 23, 0.09),
    0 1px 0 rgba(22, 22, 22, 0.04);
}

.workshop-offer-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--accent);
}

.workshop-offer-card:hover,
.workshop-offer-card:focus-within {
  border-color: rgba(124, 34, 34, 0.3);
  box-shadow:
    0 22px 50px rgba(73, 26, 26, 0.12),
    0 1px 0 rgba(22, 22, 22, 0.04);
}
