:root {
  --ink: #241620;
  --ink-soft: #5d4c58;
  --paper: #fffdfd;
  --white: #ffffff;
  --blush: #f8d7e6;
  --blush-soft: #fff3f8;
  --burgundy: #7b214d;
  --plum: #2b1428;
  --rose: #b94778;
  --gold: #d8aa54;
  --teal: #21736e;
  --line: rgba(123, 33, 77, 0.18);
  --shadow: 0 24px 70px rgba(43, 20, 40, 0.16);
  --content-max: 1180px;
  --page-gutter: clamp(1rem, 4vw, 4rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: clip;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p,
li,
a,
button,
input,
select,
textarea {
  letter-spacing: 0;
}

h1,
h2,
h3,
p,
li,
strong,
span,
.button,
.chip {
  overflow-wrap: anywhere;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.skip-link:focus {
  z-index: 999;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto;
  color: var(--white);
  background: var(--burgundy);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 78px;
  padding: 0.85rem var(--page-gutter);
  color: var(--plum);
  background: rgba(255, 253, 253, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  box-shadow: 0 14px 40px rgba(43, 20, 40, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid var(--burgundy);
  color: var(--burgundy);
  background: var(--white);
  font-weight: 900;
}

.brand-name {
  max-width: 20rem;
  min-width: 0;
  overflow: hidden;
  font-size: 0.96rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.7rem, 1.8vw, 1.35rem);
  min-width: 0;
  font-size: 0.9rem;
  font-weight: 800;
}

.site-nav a {
  position: relative;
  padding: 0.35rem 0;
  color: rgba(43, 20, 40, 0.78);
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--rose);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus,
.site-nav a[aria-current="page"] {
  color: var(--burgundy);
}

.site-nav a:hover::after,
.site-nav a:focus::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(123, 33, 77, 0.36);
  border-radius: 8px;
  background: var(--white);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--burgundy);
}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
}

.home-hero {
  display: grid;
  align-items: end;
  min-height: 580px;
  min-height: clamp(580px, calc(100svh - 150px), 780px);
  color: var(--white);
  background: var(--plum);
}

.hero-image,
.page-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image {
  object-position: center 31%;
}

.page-hero-image-headshot {
  object-position: center 36%;
}

.page-hero-image-writing {
  object-position: center 38%;
}

.page-hero-image-about {
  object-position: center 42%;
}

.page-hero-image-community {
  object-position: center 46%;
}

.page-hero-image-music {
  object-position: 68% center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(32, 11, 28, 0.82) 0%, rgba(58, 19, 45, 0.5) 44%, rgba(185, 71, 120, 0.08) 78%, rgba(32, 11, 28, 0.04) 100%),
    linear-gradient(0deg, rgba(32, 11, 28, 0.56) 0%, rgba(32, 11, 28, 0) 52%);
}

.hero-content {
  position: relative;
  width: min(880px, 100%);
  padding: 4rem clamp(1.2rem, 6vw, 5rem) 3.6rem;
}

.motion-ready .home-hero .hero-image,
.motion-ready .page-hero .page-hero-image {
  animation: hero-image-settle 1300ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.motion-ready .hero-content > *,
.motion-ready .page-hero-content > * {
  animation: hero-copy-enter 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.motion-ready .hero-content > :nth-child(2),
.motion-ready .page-hero-content > :nth-child(2) {
  animation-delay: 90ms;
}

.motion-ready .hero-content > :nth-child(3),
.motion-ready .page-hero-content > :nth-child(3) {
  animation-delay: 160ms;
}

.motion-ready .hero-content > :nth-child(4),
.motion-ready .page-hero-content > :nth-child(4) {
  animation-delay: 230ms;
}

.motion-ready .hero-content > :nth-child(5),
.motion-ready .page-hero-content > :nth-child(5) {
  animation-delay: 300ms;
}

@keyframes hero-image-settle {
  from {
    opacity: 0.84;
    transform: scale(1.035);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes hero-copy-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.eyebrow,
.section-kicker {
  margin: 0 0 1rem;
  color: var(--burgundy);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-hero .eyebrow {
  color: #f2cde0;
}

h1 {
  margin: 0;
  font-size: 7.7rem;
  line-height: 0.86;
}

.hero-name {
  width: min(620px, 100%);
  margin: 1rem 0 0;
  color: #ffe5f1;
  font-size: 2.85rem;
  font-weight: 900;
  line-height: 0.96;
}

.hero-copy {
  width: min(720px, 100%);
  margin: 1.6rem 0 0;
  font-size: 1.25rem;
}

.hero-actions,
.link-row,
.footer-links,
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-actions {
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.85rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button img {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
}

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

.button:disabled,
.button[disabled] {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.button-primary {
  color: var(--white);
  background: var(--burgundy);
}

.home-hero .button-primary {
  color: var(--plum);
  background: #ffd6e7;
}

.button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.1);
}

.button-outline {
  color: var(--burgundy);
  border-color: rgba(123, 33, 77, 0.32);
  background: var(--white);
}

.button-dark {
  color: var(--white);
  background: var(--plum);
}

.signal-bar {
  padding: 0 var(--page-gutter);
  color: var(--ink);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.signal-bar-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(var(--content-max), 100%);
  margin: 0 auto;
}

.signal {
  display: grid;
  align-content: center;
  min-width: 0;
  min-height: 126px;
  padding: 1.35rem clamp(1rem, 2.5vw, 1.75rem);
  border-left: 1px solid var(--line);
}

.signal:last-child {
  border-right: 1px solid var(--line);
}

.signal span {
  color: var(--rose);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.signal strong {
  margin-top: 0.3rem;
  font-size: 1.02rem;
  line-height: 1.2;
}

.signal small {
  margin-top: 0.25rem;
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.35;
}

.section {
  padding: clamp(4rem, 9vw, 7rem) var(--page-gutter);
}

.section-inner {
  width: min(var(--content-max), 100%);
  margin: 0 auto;
}

.motion-ready .reveal-item {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition:
    opacity 680ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.motion-ready .reveal-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

.motion-ready .reveal-item:focus-within {
  opacity: 1;
  transform: none;
  transition-delay: 0ms;
}

.section-band {
  background: var(--white);
}

.section-blush {
  background: var(--blush-soft);
}

.routes-section,
.featured-section,
.moments-section,
.faq-section {
  background: var(--white);
}

.section-heading {
  width: min(840px, 100%);
  margin-bottom: 2rem;
}

h2 {
  margin: 0 0 1rem;
  font-size: 3.7rem;
  line-height: 1;
}

h3 {
  margin: 0 0 0.8rem;
  font-size: 1.35rem;
  line-height: 1.2;
}

.lead {
  width: min(760px, 100%);
  font-size: 1.2rem;
}

.page-hero {
  display: grid;
  min-height: 440px;
  align-items: end;
  color: var(--white);
  background: var(--plum);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(39, 15, 35, 0.9), rgba(123, 33, 77, 0.54), rgba(255, 216, 231, 0.16));
}

.page-hero-content {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  padding: 5rem clamp(1.2rem, 6vw, 5rem);
}

.page-hero h1 {
  font-size: 4.9rem;
  line-height: 0.96;
}

.page-hero p {
  width: min(780px, 100%);
  font-size: 1.22rem;
}

.page-hero .eyebrow {
  color: #ffe1ee;
}

.grid-2,
.grid-3,
.grid-4,
.content-grid,
.split-layout,
.contact-layout {
  display: grid;
  gap: 1rem;
}

.grid-2 > *,
.grid-3 > *,
.grid-4 > *,
.content-grid > *,
.split-layout > *,
.contact-layout > *,
.feature-strip > *,
.gallery-grid > * {
  min-width: 0;
}

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

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

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

.content-grid,
.split-layout,
.contact-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.reverse > :first-child {
  order: 2;
}

.reverse > :last-child {
  order: 1;
}

.card,
.route-card,
.link-card,
.text-panel,
.quote-panel,
.stat-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
}

.route-card,
.link-card {
  min-height: 170px;
  padding: 1.25rem;
  text-decoration: none;
}

.link-card span,
.stat-card span {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--rose);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.link-card strong,
.stat-card strong {
  display: block;
  color: var(--ink);
  font-size: 1.1rem;
  line-height: 1.35;
}

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

.route-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 390px;
  padding: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.route-card > img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  filter: saturate(0.92);
  transition: transform 320ms ease, filter 180ms ease;
}

.route-card:nth-child(2) > img {
  object-position: center 22%;
}

.route-card:nth-child(3) > img {
  object-position: center 30%;
}

.route-card:nth-child(4) > img {
  object-position: center 36%;
}

.route-card:nth-child(5) > img {
  object-position: center;
}

.route-card:nth-child(6) > img {
  object-fit: contain;
  padding: 1rem;
  background: #fff6fa;
}

.route-card .route-number {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  color: var(--white);
  background: rgba(43, 20, 40, 0.9);
  font-size: 0.75rem;
  font-weight: 900;
}

.route-copy {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.55rem;
  min-height: 158px;
  padding: 1.25rem 3.5rem 1.25rem 1.25rem;
}

.route-copy::after {
  content: "\2192";
  position: absolute;
  right: 1.25rem;
  bottom: 1.2rem;
  color: var(--burgundy);
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.route-copy span {
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.route-copy strong {
  font-size: 1.08rem;
  line-height: 1.35;
}

.route-card:hover,
.route-card:focus {
  transform: translateY(-4px);
}

.route-card:hover > img,
.route-card:focus > img {
  filter: saturate(1.04);
  transform: scale(1.025);
}

.route-card:hover .route-copy::after,
.route-card:focus .route-copy::after {
  transform: translateX(4px);
}

.platform-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 118px;
}

.platform-card strong {
  display: flex;
  align-items: center;
  min-height: 54px;
  margin: 0;
  line-height: 1.12;
}

.platform-card .platform-icon {
  display: grid;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  margin: 0;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.platform-card .platform-icon img,
.chip img,
.social-icon img,
.footer-links img {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
}

.platform-card .platform-icon img {
  width: 2.35rem;
  height: 2.35rem;
}

.article-preview {
  display: grid;
  grid-template-columns: minmax(170px, 0.78fr) minmax(0, 1.22fr);
  min-height: 300px;
  padding: 0;
  overflow: hidden;
}

.article-preview-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  min-height: 100%;
  padding: clamp(1rem, 3vw, 1.5rem);
  border-right: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
}

.substack-preview .article-preview-panel {
  background: #fff4ed;
}

.medium-preview .article-preview-panel {
  background: #f7f7f5;
}

.article-preview-panel img {
  width: clamp(2.4rem, 7vw, 4rem);
  height: clamp(2.4rem, 7vw, 4rem);
  flex: 0 0 auto;
  object-fit: contain;
}

.article-preview-panel strong {
  color: var(--ink);
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1;
}

.article-preview-copy {
  display: grid;
  align-content: center;
  gap: 0.85rem;
  min-width: 0;
  padding: clamp(1.25rem, 4vw, 2rem);
}

.article-preview .preview-source {
  display: block;
  margin: 0;
  color: var(--rose);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-preview-copy strong {
  font-size: 1.25rem;
}

.article-preview p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.article-preview em {
  color: var(--burgundy);
  font-style: normal;
  font-weight: 900;
}

.route-card:hover,
.route-card:focus,
.link-card:hover,
.link-card:focus {
  border-color: rgba(123, 33, 77, 0.42);
  box-shadow: 0 18px 50px rgba(123, 33, 77, 0.12);
}

.text-panel,
.card,
.stat-card {
  padding: clamp(1.25rem, 4vw, 2rem);
}

.editorial-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 330px;
  padding-top: 4.5rem;
}

.editorial-card .card-index {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 900;
}

.editorial-card p {
  color: var(--ink-soft);
}

.editorial-card .button {
  align-self: end;
  width: fit-content;
  margin-top: auto;
}

.clickable-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.8rem;
  cursor: pointer;
  min-height: 100%;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.clickable-card .card-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
}

.clickable-card > :not(.card-overlay) {
  position: relative;
  z-index: 2;
}

.clickable-card .button {
  z-index: 3;
}

.clickable-card:hover,
.clickable-card:focus-within {
  border-color: rgba(123, 33, 77, 0.42);
  box-shadow: 0 18px 50px rgba(123, 33, 77, 0.12);
  transform: translateY(-2px);
}

.clickable-card .card-overlay:focus-visible {
  outline: 3px solid rgba(123, 33, 77, 0.46);
  outline-offset: 4px;
}

.card-action {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 0.25rem;
  color: var(--burgundy);
  font-weight: 900;
}

.image-frame,
.media-frame {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--white);
}

.image-frame img,
.media-frame img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.wide-image img {
  aspect-ratio: 16 / 10;
}

.logo-frame img {
  aspect-ratio: 4 / 3;
  padding: clamp(1rem, 3vw, 2rem);
  object-fit: contain;
  background: var(--white);
}

.bgr-logo-frame {
  width: min(540px, 100%);
  justify-self: center;
}

.bgr-logo-frame img {
  aspect-ratio: 1 / 1;
  padding: clamp(0.65rem, 2vw, 1.25rem);
}

.photo-composition {
  position: relative;
  min-height: 610px;
}

.photo-composition figure {
  margin: 0;
  overflow: hidden;
  border: 8px solid var(--white);
  box-shadow: var(--shadow);
}

.photo-composition-main {
  position: absolute;
  top: 0;
  right: 0;
  width: min(82%, 470px);
  height: 570px;
}

.photo-composition-main img,
.photo-composition-inset img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-composition-main img {
  object-position: center 28%;
}

.photo-composition-inset {
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(54%, 280px);
  height: 240px;
  transform: rotate(-2deg);
}

.photo-composition-inset img {
  object-position: center 36%;
}

.quote-panel {
  display: grid;
  min-height: 280px;
  place-items: center;
  padding: clamp(1.5rem, 5vw, 3rem);
  color: var(--white);
  background: linear-gradient(135deg, var(--burgundy), var(--plum));
}

.quote-panel p {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.12;
}

.clean-list {
  display: grid;
  gap: 0.65rem;
  padding-left: 1.1rem;
  font-size: 1.04rem;
}

.link-row,
.chip-row {
  margin-top: 1.5rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 42px;
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(123, 33, 77, 0.24);
  border-radius: 999px;
  color: var(--burgundy);
  background: var(--white);
  font-weight: 800;
  text-decoration: none;
}

.chip:hover,
.chip:focus {
  border-color: var(--burgundy);
  background: var(--blush-soft);
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.social-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(123, 33, 77, 0.28);
  border-radius: 999px;
  color: var(--burgundy);
  background: var(--white);
  font-weight: 900;
  text-decoration: none;
}

.social-icon img {
  width: 1.15rem;
  height: 1.15rem;
}

.social-icon:hover,
.social-icon:focus {
  border-color: var(--burgundy);
  background: var(--blush-soft);
}

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

.feature-strip .stat-card {
  border-left: 5px solid var(--burgundy);
}

.process-section {
  color: var(--white);
  background: var(--plum);
}

.process-section .section-kicker {
  color: #f3bcd5;
}

.process-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}

.process-heading > div {
  width: min(760px, 100%);
}

.process-heading h2 {
  margin-bottom: 0;
}

.process-section .button-dark {
  color: var(--plum);
  background: #ffd6e7;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  list-style: none;
}

.process-list li {
  min-width: 0;
  padding: 1.5rem clamp(1rem, 2.5vw, 1.75rem) 0.4rem;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.process-list li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.process-list span {
  color: #f3bcd5;
  font-size: 0.76rem;
  font-weight: 900;
}

.process-list h3 {
  margin-top: 1.2rem;
}

.process-list p {
  color: rgba(255, 255, 255, 0.76);
}

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

.gallery-card {
  display: block;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.gallery-card:hover,
.gallery-card:focus {
  border-color: rgba(123, 33, 77, 0.42);
  box-shadow: 0 18px 50px rgba(123, 33, 77, 0.12);
  transform: translateY(-2px);
}

.gallery-card:focus-visible {
  outline: 3px solid rgba(123, 33, 77, 0.32);
  outline-offset: 4px;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 480ms cubic-bezier(0.22, 1, 0.36, 1), filter 240ms ease;
}

.gallery-card:hover img,
.gallery-card:focus img {
  filter: saturate(1.04);
  transform: scale(1.025);
}

.gallery-card span {
  display: block;
  padding: 0.8rem;
  color: var(--ink-soft);
  font-weight: 800;
}

.faq-section {
  border-top: 1px solid var(--line);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 120px;
}

.faq-heading p:last-child {
  color: var(--ink-soft);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 1.35rem 3rem 1.35rem 0;
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0.2rem;
  color: var(--burgundy);
  font-size: 1.4rem;
  transform: translateY(-50%);
  transition: transform 220ms ease;
}

.faq-list details[open] summary::after {
  content: "\2212";
  transform: translateY(-50%) rotate(180deg);
}

.faq-list details p {
  margin: -0.2rem 0 1.5rem;
  padding-right: 2.5rem;
  color: var(--ink-soft);
}

.closing-cta {
  padding: clamp(4.5rem, 10vw, 8rem) var(--page-gutter);
  color: var(--white);
  background: var(--burgundy);
}

.closing-cta-inner {
  width: min(940px, 100%);
  margin: 0 auto;
  text-align: center;
}

.closing-cta .section-kicker {
  color: #ffd6e7;
}

.closing-cta h2 {
  font-size: clamp(2.7rem, 6vw, 5.5rem);
}

.closing-cta p:not(.section-kicker) {
  width: min(680px, 100%);
  margin: 0 auto 1.8rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.12rem;
}

.closing-cta .button-primary {
  color: var(--plum);
  background: var(--white);
}

.closing-cta-compact {
  padding-top: clamp(4rem, 8vw, 6.5rem);
  padding-bottom: clamp(4rem, 8vw, 6.5rem);
}

.closing-cta-compact h2 {
  font-size: clamp(2.6rem, 5vw, 4.6rem);
}

.contact-section {
  color: var(--white);
  background: var(--plum);
}

.contact-section h1 {
  margin: 0 0 1rem;
  font-size: 4.4rem;
  line-height: 0.98;
}

.contact-section .section-kicker,
.contact-section a:not(.button) {
  color: #ffd6e7;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.form-alert {
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  color: #ffe1ee;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 800;
}

.form-alert[hidden] {
  display: none;
}

.contact-form label {
  display: grid;
  gap: 0.4rem;
  color: #ffe1ee;
  font-size: 0.93rem;
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  padding: 0.85rem;
  color: var(--white);
  background: rgba(0, 0, 0, 0.18);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form select option {
  color: var(--ink);
}

.contact-form input.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem var(--page-gutter);
  color: var(--white);
  background: #181216;
}

.site-footer span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
}

.footer-brand {
  display: grid;
  gap: 0.15rem;
}

.site-footer .copyright {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.84rem;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus {
  color: #ffd6e7;
}

@media (max-width: 1080px) {
  .site-nav {
    font-size: 0.84rem;
    gap: 0.75rem;
  }

  .brand-name {
    max-width: 14rem;
  }

  h1 {
    font-size: 6.2rem;
  }

  .hero-name {
    font-size: 2.3rem;
  }

  h2 {
    font-size: 3rem;
  }

  .page-hero h1 {
    font-size: 4rem;
  }

  .contact-section h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 1120px) {
  .site-header {
    position: sticky;
  }

  .menu-toggle {
    display: block;
    flex: 0 0 auto;
  }

  .site-nav {
    position: absolute;
    top: 78px;
    right: 1rem;
    left: 1rem;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0.8rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 0.8rem;
    white-space: normal;
  }

  .grid-3,
  .grid-4,
  .route-grid,
  .gallery-grid,
  .feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signal-bar-inner,
  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signal:nth-child(3),
  .signal:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .signal:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .process-list li:nth-child(3),
  .process-list li:nth-child(4) {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .process-list li:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
  }

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

  .faq-heading {
    position: static;
  }

  .content-grid,
  .split-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .article-preview {
    grid-template-columns: 1fr;
  }

  .article-preview-panel {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .reverse > :first-child,
  .reverse > :last-child {
    order: initial;
  }
}

@media (max-width: 640px) {
  .brand-name {
    display: none;
  }

  .home-hero {
    min-height: 560px;
    min-height: clamp(560px, calc(100svh - 120px), 700px);
  }

  .hero-content,
  .page-hero-content {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  h1 {
    font-size: 4rem;
  }

  .hero-name {
    font-size: 1.8rem;
  }

  .hero-copy,
  .page-hero p,
  .lead {
    font-size: 1.05rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .page-hero h1 {
    font-size: 2.7rem;
  }

  .contact-section h1 {
    font-size: 2.45rem;
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .route-grid,
  .gallery-grid,
  .feature-strip {
    grid-template-columns: 1fr;
  }

  .signal-bar {
    padding: 0;
  }

  .signal-bar-inner,
  .process-list {
    grid-template-columns: 1fr;
  }

  .signal {
    min-height: 108px;
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
    border-right: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .signal:first-child {
    border-top: 0;
  }

  .signal:last-child {
    border-right: 0;
  }

  .route-card {
    min-height: 0;
  }

  .route-card > img {
    height: 230px;
  }

  .photo-composition {
    min-height: 510px;
  }

  .photo-composition-main {
    width: 82%;
    height: 470px;
  }

  .photo-composition-inset {
    width: 50%;
    height: 190px;
  }

  .process-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .process-heading .button {
    width: fit-content;
  }

  .process-list {
    border-top: 0;
  }

  .process-list li,
  .process-list li:nth-child(3),
  .process-list li:nth-child(4) {
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-right: 0;
    border-left: 0;
  }

  .editorial-card {
    min-height: 0;
  }

  .quote-panel p {
    font-size: 1.65rem;
  }

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

@media (max-width: 420px) {
  :root {
    --page-gutter: 1rem;
  }

  .site-header {
    min-height: 68px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .site-nav {
    top: 68px;
  }

  .home-hero {
    min-height: 500px;
    min-height: clamp(500px, calc(100svh - 108px), 640px);
  }

  .hero-content {
    padding-top: 3rem;
    padding-bottom: 2.7rem;
  }

  .hero-image {
    object-position: 58% 30%;
  }

  h1 {
    font-size: 3.55rem;
  }

  .hero-name {
    font-size: 1.65rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  h2 {
    font-size: 2.05rem;
  }

  .page-hero {
    min-height: 390px;
  }

  .page-hero-content {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .page-hero h1,
  .contact-section h1 {
    font-size: 2.25rem;
    line-height: 1.02;
  }

  .hero-actions .button,
  .link-row .button,
  .contact-form .button,
  .chip {
    width: 100%;
  }

  .hero-actions .button,
  .link-row .button,
  .chip {
    justify-content: center;
    text-align: center;
  }

  .card,
  .route-card,
  .link-card,
  .text-panel,
  .stat-card,
  .contact-form {
    padding: 1.1rem;
  }

  .article-preview {
    padding: 0;
  }

  .route-card {
    padding: 0;
  }

  .closing-cta h2 {
    font-size: 2.55rem;
  }
}

@media (max-width: 360px) {
  .hero-content {
    padding-top: 2.5rem;
    padding-bottom: 2.25rem;
  }

  .hero-actions {
    gap: 0.65rem;
    margin-top: 1.25rem;
  }

  .button {
    min-height: 46px;
    padding: 0.75rem 1rem;
  }

  h1 {
    font-size: 3.2rem;
  }

  .hero-name {
    font-size: 1.45rem;
  }

  .page-hero h1,
  .contact-section h1 {
    font-size: 2.05rem;
  }

  h2 {
    font-size: 1.9rem;
  }
}

@media (max-height: 520px) and (orientation: landscape) {
  .home-hero {
    min-height: auto;
  }

  .hero-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  h1 {
    font-size: 4rem;
  }

  .hero-name {
    font-size: 1.8rem;
  }

  .hero-copy {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .hero-actions {
    margin-top: 1.25rem;
  }

  .page-hero {
    min-height: auto;
  }

  .page-hero-content {
    width: min(27rem, 52%);
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .page-hero h1 {
    font-size: 2.7rem;
    line-height: 1.03;
  }

  .page-hero p {
    font-size: 1rem;
  }

  .contact-section h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1680px) {
  :root {
    --content-max: 1280px;
  }
}

@media print {
  .motion-ready .reveal-item {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready .reveal-item,
  .motion-ready .reveal-item.is-visible {
    opacity: 1 !important;
    transform: none !important;
  }

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