:root {
  --ink: #1d1a17;
  --muted: #665f56;
  --paper: #f4efe6;
  --linen: #fffaf1;
  --stone: #d8cec0;
  --deep: #26211d;
  --forest: #293a31;
  --forest-soft: #dce2d6;
  --wine: #6d302c;
  --brass: #b99155;
  --line: rgba(29, 26, 23, 0.14);
  --line-light: rgba(255, 250, 241, 0.18);
  --shadow: 0 24px 74px rgba(25, 22, 19, 0.2);
  --boarding-radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.04;
  text-wrap: balance;
}

h1 {
  max-width: 860px;
  font-size: clamp(3.1rem, 7.2vw, 7.2rem);
}

h2 {
  font-size: clamp(2.15rem, 4.7vw, 4.6rem);
}

h3 {
  margin: 0;
  font-size: 1.12rem;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px clamp(18px, 4vw, 64px);
  color: var(--linen);
  background: rgba(38, 33, 29, 0.72);
  backdrop-filter: blur(14px);
}

.brand {
  display: grid;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.brand span {
  font-size: 0.68rem;
  font-weight: 900;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.main-nav {
  position: absolute;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2vw, 26px);
  transform: translateX(-50%);
  font-size: 0.86rem;
  font-weight: 800;
}

.main-nav a {
  text-decoration: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: 92svh;
  overflow: hidden;
  color: var(--linen);
  background: var(--deep);
}

.hero img {
  position: absolute;
  inset: 0;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(19, 18, 16, 0.88), rgba(19, 18, 16, 0.48) 50%, rgba(19, 18, 16, 0.1)),
    linear-gradient(0deg, rgba(19, 18, 16, 0.66), transparent 42%);
}

.hero__content {
  position: relative;
  z-index: 1;
  align-self: end;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 150px 0 clamp(92px, 13vh, 150px);
}

.hero__content > p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 24px;
  color: rgba(255, 250, 241, 0.88);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.72;
}

.hero__actions,
.contact__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--brass);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 900;
}

.button--primary {
  color: var(--linen);
  background: var(--wine);
}

.button--ghost {
  color: var(--linen);
  border: 1px solid rgba(255, 250, 241, 0.55);
}

.button--ghost-dark {
  color: var(--ink);
  border: 1px solid rgba(29, 26, 23, 0.28);
}

.section {
  padding: clamp(64px, 10vw, 128px) clamp(18px, 4vw, 64px);
}

.intro,
.section-heading,
.feature,
.training,
.contact,
.site-footer {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(300px, 1.04fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
}

.intro__text {
  display: grid;
  gap: 20px;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.78;
}

.intro-heading {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.boarding-focus {
  background: var(--linen);
}

.boarding-focus .section-heading {
  display: block;
  text-align: center;
}

.boarding-focus__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.boarding-focus__grid article {
  min-height: 210px;
  padding: clamp(22px, 3vw, 34px);
  background: var(--paper);
}

.boarding-focus__grid span {
  color: var(--brass);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 700;
}

.boarding-focus__grid p {
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.65;
}

.boarding-focus__prices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 1px;
  background: var(--line);
}

.boarding-focus__prices a {
  display: flex;
  min-height: 110px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(22px, 3vw, 32px);
  color: var(--ink);
  background: var(--paper);
  text-decoration: none;
  transition:
    background 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.boarding-focus__prices a:hover,
.boarding-focus__prices a:focus-visible {
  background: var(--linen);
  box-shadow: inset 0 0 0 1px rgba(185, 145, 85, 0.72);
  transform: translateY(-2px);
}

.boarding-focus__prices a:focus-visible {
  outline: 3px solid rgba(185, 145, 85, 0.32);
  outline-offset: 3px;
}

.boarding-focus__prices span {
  color: var(--brass);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.boarding-focus__prices strong {
  max-width: 260px;
  text-align: right;
}

.services {
  color: var(--ink);
  background: var(--linen);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(28px, 5vw, 58px);
}

.services .section-heading h2,
.services .section-heading .eyebrow {
  grid-column: 2;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
  border: 1px solid var(--line);
}

.service-card {
  display: flex;
  min-height: 470px;
  flex-direction: column;
  padding: clamp(24px, 4vw, 42px);
  border-right: 1px solid var(--line);
  background: var(--paper);
}

.service-card:last-child {
  border-right: 0;
}

.service-card--dark {
  background: var(--linen);
}

.service-card--featured {
  background: var(--linen);
  box-shadow: inset 0 0 0 1px rgba(185, 145, 85, 0.45);
}

.service-card span,
.steps span {
  color: var(--brass);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
}

.service-card h3 {
  margin-top: 28px;
  font-size: 1.45rem;
}

.service-card p {
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.service-card ul {
  display: grid;
  gap: 12px;
  margin-top: auto;
  padding-top: 34px;
}

.service-card li {
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-weight: 800;
  line-height: 1.4;
}

.text-link {
  width: fit-content;
  margin-top: 28px;
  color: var(--brass);
  font-weight: 900;
  text-decoration-color: rgba(185, 145, 85, 0.5);
  text-underline-offset: 6px;
}

.premium-reveal {
  transition:
    opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.premium-effects-ready .premium-reveal {
  opacity: 0;
  transform: translateY(15px);
}

.premium-effects-ready .premium-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.horse-img-frame {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.horse-img-frame img {
  display: block;
  width: 100%;
  transition: transform 3s cubic-bezier(0.16, 1, 0.3, 1);
}

.horse-img-frame:hover img {
  transform: scale(1.03);
}

.lux-link {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.lux-link::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dfba73;
  content: "";
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.lux-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.lux-button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition:
    color 0.4s ease,
    border-color 0.4s ease;
}

.lux-button::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(223, 186, 115, 0.08);
  content: "";
  opacity: 0;
  transition: opacity 0.5s ease;
}

.lux-button:hover::before {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .premium-reveal,
  .premium-reveal .price-card,
  .premium-reveal .day-rhythm__slot,
  .premium-reveal .facility-item,
  .premium-reveal .feed-row,
  .horse-img-frame img,
  .lux-link::after,
  .lux-button,
  .lux-button::before,
  .boarding-page .price-card,
  .boarding-page .price-card::before,
  .day-rhythm__slot,
  .facility-item {
    transition: none;
  }

  .premium-reveal,
  .premium-reveal .price-card,
  .premium-reveal .day-rhythm__slot,
  .premium-reveal .facility-item,
  .premium-reveal .feed-row {
    opacity: 1;
    transform: none;
  }
}

.subhero {
  position: relative;
  display: grid;
  min-height: min(82svh, 660px);
  place-items: center;
  overflow: hidden;
  border-radius: 0 0 var(--boarding-radius) var(--boarding-radius);
  color: var(--linen);
  background: var(--deep);
}

.subhero img {
  position: absolute;
  inset: 0;
}

.subhero--training img {
  object-position: center 42%;
}

.subhero--contact img {
  object-position: center 40%;
}

.subhero--boarding img {
  object-position: center 48%;
}

.subhero__content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 36px));
  margin: 0 auto;
  padding: 150px 0 clamp(74px, 10vh, 120px);
  text-align: center;
}

.subhero__content h1 {
  max-width: 760px;
  font-size: clamp(2.2rem, 5vw, 3.55rem);
  font-weight: 400;
  line-height: 1.15;
}

.subhero__content > p:not(.eyebrow) {
  max-width: 560px;
  margin: 1.25rem auto 0;
  color: rgba(255, 250, 241, 0.88);
  font-size: 1.05rem;
  line-height: 1.7;
}

.training-hero-title {
  max-width: 760px;
  font-size: clamp(2.05rem, 4.8vw, 3.35rem);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.detail-grid article {
  min-height: 280px;
  padding: clamp(24px, 4vw, 40px);
  background: var(--linen);
}

.detail-grid span {
  color: var(--brass);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
}

.detail-grid h3 {
  margin-top: 24px;
  color: var(--forest);
}

.detail-grid p {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.62;
}

.detail-grid--compact article {
  min-height: 230px;
}

.section--linen {
  background: var(--linen);
}

.editorial-section {
  width: min(980px, calc(100% - 36px));
  margin-inline: auto;
  padding: clamp(76px, 9vw, 118px) 0;
}

.editorial-section--linen {
  width: 100%;
  max-width: none;
  padding-inline: clamp(18px, 4vw, 64px);
  background: var(--linen);
}

.editorial-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1.22fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: start;
  width: min(980px, 100%);
  margin-inline: auto;
}

.editorial-kicker {
  margin-bottom: 14px;
  color: var(--brass);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-portrait {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
}

.about-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 22px 54px rgba(35, 32, 28, 0.16);
}

.about-portrait figcaption {
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.4;
}

.lesson-heading {
  font-size: clamp(2rem, 3.7vw, 3.65rem);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.editorial-copy {
  display: grid;
  max-width: 650px;
  gap: 18px;
  color: var(--muted);
  font-size: clamp(1rem, 1.12vw, 1.1rem);
  line-height: 1.82;
}

.editorial-copy h2 {
  color: var(--ink);
}

.training-heading {
  font-size: clamp(2.15rem, 4vw, 3.1rem);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.editorial-facts {
  display: grid;
  gap: 1px;
  margin-top: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.editorial-fact {
  display: grid;
  grid-template-columns: minmax(120px, 0.45fr) minmax(0, 1fr);
  gap: 22px;
  align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.editorial-fact:last-child {
  border-bottom: 0;
}

.editorial-fact span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editorial-fact strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2.1vw, 2rem);
  font-weight: 500;
  line-height: 1.1;
}

.editorial-fact-note {
  display: grid;
  grid-template-columns: minmax(120px, 0.45fr) minmax(0, 1fr);
  gap: 22px;
  padding: 0 0 20px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.62;
}

.editorial-fact-note::before {
  content: "";
}

.editorial-fact-note:last-child {
  border-bottom: 0;
}

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

.editorial-list li,
.editorial-list p {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  line-height: 1.7;
}

.editorial-list-group span {
  display: block;
  margin-bottom: 8px;
}

.editorial-sublist {
  display: grid;
  gap: 4px;
}

.editorial-sublist li {
  padding: 0;
  border-bottom: 0;
  color: var(--muted);
}

.stable-day {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.stable-day article {
  min-height: 190px;
  padding: clamp(22px, 3vw, 32px);
  background: var(--paper);
}

.stable-day span {
  color: var(--brass);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 700;
}

.stable-day p {
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.65;
}

.boarding-page {
  background: #faf9f6;
}

.boarding-hero {
  position: relative;
  display: grid;
  min-height: min(88svh, 680px);
  place-items: center;
  overflow: hidden;
  border-radius: 0 0 var(--boarding-radius) var(--boarding-radius);
}

.boarding-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(0.55);
}

.boarding-hero--home img {
  object-position: center 34%;
}

.boarding-hero--about img,
.boarding-hero--lessons img {
  object-position: center 34%;
}

.boarding-hero--training img {
  object-position: center 42%;
}

.boarding-hero--contact img {
  object-position: center 40%;
}

.boarding-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 250, 241, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(29, 26, 23, 0.18), rgba(29, 26, 23, 0.56));
  content: "";
  pointer-events: none;
}

.boarding-hero__text {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: clamp(24px, 5vw, 48px);
  color: #fff;
  text-align: center;
}

.boarding-hero__text h1 {
  max-width: 680px;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 400;
  line-height: 1.15;
}

.boarding-hero__text p:not(.eyebrow) {
  max-width: 520px;
  margin: 1.25rem auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.7;
}

.boarding-hero__text .hero__actions {
  justify-content: center;
}

.boarding-page-body {
  width: min(1100px, calc(100% - 36px));
  margin-inline: auto;
}

.detail-page-body {
  width: min(1100px, calc(100% - 36px));
  margin-inline: auto;
}

.boarding-section {
  padding: clamp(72px, 9vw, 112px) 0;
}

.boarding-section + .boarding-section,
.page-section + .page-section {
  border-top: 1px solid rgba(26, 26, 24, 0.1);
}

.page-section {
  padding: clamp(72px, 9vw, 112px) 0;
}

.section-label {
  margin-bottom: 0.75rem;
  color: var(--brass);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-head {
  max-width: 600px;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.25;
}

.section-intro {
  max-width: 520px;
  margin-top: 0.75rem;
  color: var(--muted);
  font-size: 0.97rem;
}

.boarding-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 64px);
  align-items: start;
}

.checklist {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 2rem;
  list-style: none;
}

.checklist li {
  display: flex;
  gap: 0.75rem;
  color: var(--ink);
  font-size: 0.97rem;
  line-height: 1.5;
}

.checklist li::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--brass);
  clip-path: polygon(14% 52%, 30% 36%, 44% 51%, 74% 20%, 90% 36%, 44% 82%);
}

.checklist .editorial-list-group {
  display: block;
}

.checklist .editorial-list-group::before {
  display: none;
}

.checklist .editorial-sublist {
  margin-top: 0.5rem;
  padding-left: 1.25rem;
  list-style: disc;
}

.checklist .editorial-sublist li {
  display: list-item;
  color: var(--muted);
}

.checklist .editorial-sublist li::before {
  display: none;
}

.boarding-page .price-cards,
.page-section .price-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 2rem;
}

.boarding-page .price-card,
.page-section .price-card {
  position: relative;
  min-height: auto;
  overflow: hidden;
  padding: 2rem 1.5rem;
  border: 1px solid var(--stone);
  border-radius: var(--boarding-radius);
  background: var(--linen);
  box-shadow: 0 16px 38px rgba(25, 22, 19, 0.06);
  transition:
    border-color 280ms ease,
    box-shadow 280ms ease,
    transform 280ms ease;
}

.boarding-page .price-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 22%, rgba(255, 255, 255, 0.58) 48%, transparent 72%);
  content: "";
  opacity: 0;
  transform: translateX(-42%);
  transition:
    opacity 420ms ease,
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.page-section .price-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 22%, rgba(255, 255, 255, 0.58) 48%, transparent 72%);
  content: "";
  opacity: 0;
  transform: translateX(-42%);
  transition:
    opacity 420ms ease,
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.boarding-page .price-card > *,
.page-section .price-card > * {
  position: relative;
  z-index: 1;
}

.boarding-page .price-card:hover,
.boarding-page .price-card:focus-within,
.page-section .price-card:hover,
.page-section .price-card:focus-within {
  border-color: rgba(185, 145, 85, 0.72);
  box-shadow: 0 22px 56px rgba(25, 22, 19, 0.12);
  transform: translateY(-3px);
}

.boarding-page .price-card:hover::before,
.boarding-page .price-card:focus-within::before,
.page-section .price-card:hover::before,
.page-section .price-card:focus-within::before {
  opacity: 1;
  transform: translateX(34%);
}

.boarding-page .price-card__type,
.page-section .price-card__type {
  margin-bottom: 0.5rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.boarding-page .price-card__amount,
.page-section .price-card__amount {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}

.boarding-page .price-card__unit,
.page-section .price-card__unit {
  margin-top: 0.3rem;
  color: var(--muted);
  font-size: 0.8rem;
}

.boarding-page .price-note,
.page-section .price-note {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.day-rhythm {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
  overflow: hidden;
  border: 1px solid var(--stone);
  border-radius: var(--boarding-radius);
}

.day-rhythm__slot {
  padding: 1.75rem 1.5rem;
  background: var(--linen);
  transition:
    background 240ms ease,
    box-shadow 240ms ease;
}

.day-rhythm__slot:hover {
  background: #fffdf8;
  box-shadow: inset 0 0 0 1px rgba(185, 145, 85, 0.28);
}

.day-rhythm__slot + .day-rhythm__slot {
  border-left: 1px solid var(--stone);
}

.day-rhythm__time {
  margin-bottom: 0.5rem;
  color: var(--brass);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.day-rhythm__label {
  margin-bottom: 0.6rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 400;
}

.day-rhythm__desc {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
  overflow: hidden;
  border: 1px solid var(--stone);
  border-radius: var(--boarding-radius);
}

.facility-item {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--stone);
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.5;
  transition:
    background 240ms ease,
    box-shadow 240ms ease,
    transform 240ms ease;
}

.facility-item:hover {
  background: var(--linen);
  box-shadow: inset 3px 0 0 rgba(185, 145, 85, 0.72);
  transform: translateX(2px);
}

.facility-item:nth-child(odd) {
  border-right: 1px solid var(--stone);
}

.facility-item:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.facility-item strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--brass);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.feed-table {
  margin-top: 2rem;
  overflow: hidden;
  border: 1px solid var(--stone);
  border-radius: var(--boarding-radius);
  font-size: 0.93rem;
}

.feed-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--stone);
}

.feed-row:last-child {
  border-bottom: 0;
}

.feed-row__label {
  padding: 0.9rem 1.25rem;
  border-right: 1px solid var(--stone);
  color: var(--muted);
  background: var(--linen);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.feed-row__value {
  padding: 0.9rem 1.25rem;
  background: #faf9f6;
}

.story-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
}

.story-copy {
  display: grid;
  gap: 1rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.16vw, 1.1rem);
  line-height: 1.82;
}

.story-copy strong {
  color: var(--ink);
}

.compact-facts,
.path-grid,
.contact-route-grid {
  display: grid;
  margin-top: 2rem;
  overflow: hidden;
  border: 1px solid var(--stone);
  border-radius: var(--boarding-radius);
}

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

.compact-fact,
.path-step,
.contact-route {
  padding: 1.5rem;
  background: var(--linen);
}

.compact-fact + .compact-fact,
.path-step + .path-step,
.contact-route + .contact-route {
  border-left: 1px solid var(--stone);
}

.compact-fact span,
.path-step span,
.contact-route span {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--brass);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.compact-fact strong,
.path-step strong,
.contact-route strong {
  display: block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 1.9vw, 1.55rem);
  font-weight: 400;
  line-height: 1.18;
}

.compact-fact p,
.path-step p,
.contact-route p {
  margin-top: 0.75rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.58;
}

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

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

.contact-route a {
  width: fit-content;
  margin-top: 0.9rem;
  color: var(--ink);
  font-weight: 900;
}

.visual-note {
  margin-top: 2rem;
  padding: 1.5rem;
  border-left: 3px solid var(--brass);
  color: var(--muted);
  background: var(--linen);
  line-height: 1.65;
}

.premium-effects-ready .premium-reveal .price-card,
.premium-effects-ready .premium-reveal .day-rhythm__slot,
.premium-effects-ready .premium-reveal .facility-item,
.premium-effects-ready .premium-reveal .feed-row {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 900ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.premium-effects-ready .premium-reveal.visible .price-card,
.premium-effects-ready .premium-reveal.visible .day-rhythm__slot,
.premium-effects-ready .premium-reveal.visible .facility-item,
.premium-effects-ready .premium-reveal.visible .feed-row {
  opacity: 1;
  transform: translateY(0);
}

.premium-effects-ready .premium-reveal.visible .price-card:hover,
.premium-effects-ready .premium-reveal.visible .price-card:focus-within {
  transform: translateY(-3px);
}

.premium-effects-ready .premium-reveal.visible .facility-item:hover {
  transform: translateX(2px);
}

.premium-effects-ready .premium-reveal.visible .price-card:nth-child(2),
.premium-effects-ready .premium-reveal.visible .day-rhythm__slot:nth-child(2),
.premium-effects-ready .premium-reveal.visible .facility-item:nth-child(2),
.premium-effects-ready .premium-reveal.visible .feed-row:nth-child(2) {
  transition-delay: 90ms;
}

.premium-effects-ready .premium-reveal.visible .day-rhythm__slot:nth-child(3),
.premium-effects-ready .premium-reveal.visible .facility-item:nth-child(3),
.premium-effects-ready .premium-reveal.visible .feed-row:nth-child(3) {
  transition-delay: 180ms;
}

.premium-effects-ready .premium-reveal.visible .facility-item:nth-child(4),
.premium-effects-ready .premium-reveal.visible .feed-row:nth-child(4) {
  transition-delay: 270ms;
}

.premium-effects-ready .premium-reveal.visible .facility-item:nth-child(5),
.premium-effects-ready .premium-reveal.visible .feed-row:nth-child(5) {
  transition-delay: 360ms;
}

.premium-effects-ready .premium-reveal.visible .facility-item:nth-child(6) {
  transition-delay: 450ms;
}

.cta-section {
  padding: clamp(72px, 9vw, 112px) clamp(18px, 5vw, 70px);
  color: #fff;
  background: var(--deep);
  text-align: center;
}

.cta-section .eyebrow {
  color: var(--stone);
}

.cta-section h2 {
  margin: 1rem auto 0.75rem;
  max-width: 680px;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 400;
}

.cta-section p:not(.eyebrow) {
  max-width: 420px;
  margin: 0 auto 2rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.97rem;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.editorial-cta {
  width: min(1040px, calc(100% - 36px));
  margin-inline: auto;
  padding: clamp(58px, 8vw, 104px) 0;
  border-top: 1px solid var(--line);
}

.editorial-cta .contact__content p:not(.eyebrow) {
  max-width: 650px;
}

.pricing,
.included,
.terms,
.expectations,
.focus {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
}

.price-card {
  min-height: 360px;
  padding: clamp(26px, 4vw, 44px);
  background: var(--linen);
}

.price-card--dark {
  color: var(--linen);
  background: var(--forest);
}

.price-card h3 {
  margin-top: 18px;
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
}

.price-card__price {
  margin-top: 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1;
}

.price-card__note {
  margin-top: 10px;
  color: var(--muted);
  font-weight: 900;
}

.price-card--dark .price-card__note {
  color: rgba(255, 250, 241, 0.72);
}

.price-card > p:not(.eyebrow, .price-card__price, .price-card__note) {
  max-width: 620px;
  margin-top: 28px;
  color: var(--muted);
  line-height: 1.7;
}

.price-card--dark > p:not(.eyebrow, .price-card__price, .price-card__note) {
  color: rgba(255, 250, 241, 0.8);
}

.split-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
}

.stack-list {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.stack-list p {
  padding: 20px 22px;
  background: var(--paper);
  color: var(--ink);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.6;
}

.section--linen .stack-list p {
  background: var(--linen);
}

.rich-text {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.74;
}

.feature,
.training {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
}

.feature__image,
.training__image {
  width: 100%;
  min-width: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature__image img,
.training__image img {
  height: 100%;
  object-fit: cover;
}

.feature__copy > p:not(.eyebrow),
.training__content > p {
  margin-top: 22px;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.76;
}

.quality-list {
  display: grid;
  gap: 1px;
  margin-top: 32px;
  background: var(--line);
}

.quality-list p {
  padding: 18px 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
}

.inquiry {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
  background: var(--linen);
}

.inquiry__copy,
.contact-page__copy {
  max-width: 680px;
}

.inquiry__copy > p:not(.eyebrow),
.contact-page__copy > p:not(.eyebrow) {
  margin-top: 22px;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.74;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 54px rgba(25, 22, 19, 0.1);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(29, 26, 23, 0.2);
  border-radius: 8px;
  color: var(--ink);
  background: var(--linen);
  font: inherit;
}

input,
select {
  height: 48px;
  padding: 0 14px;
}

textarea {
  min-height: 140px;
  padding: 14px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--brass);
  outline: 3px solid rgba(185, 145, 85, 0.22);
}

.training {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  padding-top: 0;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 36px;
  background: var(--line);
}

.steps article {
  min-height: 220px;
  padding: 24px;
  background: var(--linen);
}

.steps h3 {
  margin-top: 18px;
}

.steps p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.58;
}

.statement {
  padding: clamp(70px, 11vw, 140px) clamp(18px, 4vw, 64px);
  color: var(--linen);
  background:
    linear-gradient(rgba(31, 28, 24, 0.78), rgba(31, 28, 24, 0.78)),
    url("assets/dressage-indoor-light.jpeg") center / cover;
  text-align: center;
}

.statement p {
  width: min(920px, calc(100% - 36px));
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.2vw, 4.5rem);
  line-height: 1.08;
}

.facilities {
  background: var(--linen);
}

.facility-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
  background: var(--line);
}

.facility-list article {
  min-height: 230px;
  padding: 26px;
  background: var(--linen);
}

.facility-list h3 {
  color: var(--forest);
}

.facility-list p {
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.62;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(28px, 6vw, 82px);
  padding: clamp(64px, 10vw, 126px) 0;
}

.contact__content p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 22px;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.74;
}

.contact__details {
  display: grid;
  align-content: end;
  gap: 12px;
  min-height: 360px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 8px;
  color: var(--linen);
  background: var(--deep);
  font-style: normal;
}

.contact__details span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.contact__details p {
  color: rgba(255, 250, 241, 0.7);
  line-height: 1.55;
}

.contact__details a {
  width: fit-content;
  text-decoration-color: rgba(255, 250, 241, 0.32);
  text-underline-offset: 5px;
}

.contact-page {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
}

.contact-card {
  display: grid;
  gap: 12px;
  margin-top: 34px;
  padding: 26px;
  border-radius: 8px;
  color: var(--linen);
  background: var(--deep);
  font-style: normal;
}

.contact-card span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
}

.contact-card a {
  width: fit-content;
  text-decoration-color: rgba(255, 250, 241, 0.32);
  text-underline-offset: 5px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0 40px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.site-footer a {
  text-decoration: none;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 24px;
}

.policy-page {
  width: min(840px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(150px, 18vw, 210px) 0 clamp(72px, 10vw, 120px);
}

.policy-page > h1 {
  margin-top: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 7vw, 5.4rem);
  font-weight: 400;
  line-height: 0.98;
}

.policy-page__updated {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.85rem;
}

.policy-page__content {
  display: grid;
  gap: 18px;
  margin-top: 48px;
  color: var(--muted);
  line-height: 1.75;
}

.policy-page__content h2 {
  margin-top: 28px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 400;
}

.policy-page__content ul {
  padding-left: 1.3rem;
}

.policy-page__content a {
  color: var(--wine);
  text-underline-offset: 3px;
}

.policy-page__content code {
  color: var(--ink);
}

@media (max-width: 940px) {
  .site-header {
    position: absolute;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .main-nav {
    position: static;
    justify-content: flex-start;
    transform: none;
  }

  .intro,
  .section-heading,
  .feature,
  .training,
  .contact,
  .inquiry,
  .contact-page,
  .editorial-inner,
  .editorial-fact {
    grid-template-columns: 1fr;
  }

  .editorial-fact-note {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .editorial-fact-note::before {
    display: none;
  }

  .services .section-heading h2,
  .services .section-heading .eyebrow {
    grid-column: auto;
  }

  .service-grid,
  .boarding-focus__grid,
  .boarding-focus__prices,
  .boarding-split,
  .boarding-page .price-cards,
  .page-section .price-cards,
  .day-rhythm,
  .facility-grid,
  .steps,
  .facility-list,
  .detail-grid,
  .price-grid,
  .split-copy,
  .stable-day,
  .story-panel,
  .compact-facts,
  .path-grid,
  .contact-route-grid {
    grid-template-columns: 1fr;
  }

  .compact-fact + .compact-fact,
  .path-step + .path-step,
  .contact-route + .contact-route {
    border-top: 1px solid var(--stone);
    border-left: 0;
  }

  .boarding-focus__prices a {
    align-items: flex-start;
    flex-direction: column;
  }

  .boarding-focus__prices strong {
    max-width: none;
    text-align: left;
  }

  .day-rhythm__slot + .day-rhythm__slot {
    border-top: 1px solid var(--stone);
    border-left: 0;
  }

  .facility-item:nth-child(odd) {
    border-right: 0;
  }

  .facility-item:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--stone);
  }

  .facility-item:last-child {
    border-bottom: 0;
  }

  .feed-row {
    grid-template-columns: 1fr;
  }

  .feed-row__label {
    border-right: 0;
    border-bottom: 1px solid var(--stone);
  }

  .service-card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .service-card:last-child {
    border-bottom: 0;
  }

  .feature__image,
  .training__image {
    aspect-ratio: 4 / 3;
  }

  .training__image {
    order: -1;
  }

  .subhero {
    min-height: 74svh;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: 2.45rem;
  }

  h2 {
    font-size: 2.05rem;
  }

  .hero {
    min-height: 96svh;
  }

  .hero__overlay {
    background:
      linear-gradient(0deg, rgba(19, 18, 16, 0.92), rgba(19, 18, 16, 0.28) 74%),
      linear-gradient(90deg, rgba(19, 18, 16, 0.34), rgba(19, 18, 16, 0.08));
  }

  .hero__content {
    padding-bottom: 112px;
  }

  .subhero__content {
    padding-top: 168px;
    padding-bottom: 70px;
  }

  .button {
    width: 100%;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .editorial-section {
    padding: 68px 0;
  }

  .editorial-section--linen {
    padding-inline: 18px;
  }

  .editorial-facts > p:not(.editorial-fact) {
    padding-left: 0;
  }

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

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

/* Mobile-only floating navigation. Desktop navigation remains unchanged. */
.mobile-menu {
  display: none;
}

@media (max-width: 767px) {
  body.mobile-menu-open {
    overflow: hidden;
  }

  .main-nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .mobile-menu-trigger {
    position: fixed;
    z-index: 90;
    bottom: max(24px, env(safe-area-inset-bottom));
    left: 50%;
    display: flex;
    min-width: 128px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    border: 1px solid rgba(255, 250, 241, 0.16);
    border-radius: 999px;
    color: var(--linen);
    background: rgba(29, 26, 23, 0.96);
    box-shadow: 0 8px 30px rgba(20, 18, 16, 0.24);
    cursor: pointer;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.025em;
    transform: translateX(-50%);
    transition-property: color, background-color, box-shadow, transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
  }

  .mobile-menu-trigger:active {
    transform: translateX(-50%) scale(0.95);
  }

  .mobile-menu-trigger:focus-visible,
  .mobile-menu-link:focus-visible {
    outline: 2px solid var(--linen);
    outline-offset: 3px;
  }

  .is-open .mobile-menu-trigger {
    color: var(--ink);
    background: var(--linen);
    box-shadow: 0 12px 42px rgba(20, 18, 16, 0.32);
  }

  .mobile-menu-trigger__icons {
    position: relative;
    width: 20px;
    height: 20px;
  }

  .mobile-menu-trigger__icons svg {
    position: absolute;
    inset: 0;
    width: 20px;
    height: 20px;
    transition-property: opacity, transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }

  .mobile-menu-trigger__close-icon {
    opacity: 0;
    transform: rotate(-90deg) scale(0.75);
  }

  .is-open .mobile-menu-trigger__menu-icon {
    opacity: 0;
    transform: rotate(90deg) scale(0.75);
  }

  .is-open .mobile-menu-trigger__close-icon {
    opacity: 1;
    transform: rotate(0) scale(1);
  }

  .mobile-menu-trigger__labels {
    position: relative;
    display: grid;
    overflow: hidden;
  }

  .mobile-menu-trigger__labels span {
    grid-row: 1;
    grid-column: 1;
    transition-property: opacity, transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }

  .mobile-menu-trigger__close-label {
    opacity: 0;
    transform: translateY(100%);
  }

  .is-open .mobile-menu-trigger__open-label {
    opacity: 0;
    transform: translateY(-100%);
  }

  .is-open .mobile-menu-trigger__close-label {
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-menu-overlay {
    position: fixed;
    z-index: 80;
    inset: 0;
    display: flex;
    min-height: 100dvh;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 84px 24px 112px;
    visibility: hidden;
    background: rgba(20, 18, 16, 0.68);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
  }

  .is-open .mobile-menu-overlay {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu-nav {
    width: min(100%, 384px);
    margin: auto;
  }

  .mobile-menu-nav ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .mobile-menu-link {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    border-radius: 16px;
    color: rgba(255, 250, 241, 0.9);
    opacity: 0;
    text-decoration: none;
    transform: translateY(16px);
    transition-property: opacity, transform;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
  }

  .is-open .mobile-menu-link {
    opacity: 1;
    transform: translateY(0);
    transition-delay: var(--mobile-menu-delay);
  }

  .mobile-menu-link:hover,
  .mobile-menu-link:focus-visible,
  .mobile-menu-link[aria-current="page"] {
    color: var(--linen);
    background: rgba(255, 250, 241, 0.1);
  }

  .mobile-menu-link:active {
    transform: scale(0.98);
  }

  .mobile-menu-link__icon {
    display: flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 250, 241, 0.1);
    border-radius: 12px;
    color: rgba(255, 250, 241, 0.76);
    background: rgba(255, 250, 241, 0.08);
  }

  .mobile-menu-link__icon svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767px) and (prefers-reduced-transparency: reduce) {
  .mobile-menu-overlay {
    background: rgba(20, 18, 16, 0.96);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-menu-trigger,
  .mobile-menu-trigger__icons svg,
  .mobile-menu-trigger__labels span,
  .mobile-menu-overlay,
  .mobile-menu-link {
    transition: none;
  }
}
