:root {
  --ink: #14231c;
  --ink-soft: #20382f;
  --cream: #f5efe4;
  --paper: #fbf8f1;
  --white: #ffffff;
  --sage: #435348;
  --line: #d8c8ae;
  --gold: #c4a882;
  --gold-bright: #d3b892;
  --clay: #8d6f48;
  --berry: #7b2c52;
  --sky: #dbeef4;
  --shadow: 0 22px 55px rgba(20, 35, 28, 0.18);
  --radius: 8px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

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

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

svg {
  height: 1.08em;
  stroke-width: 2;
  width: 1.08em;
}

.site-header {
  align-items: center;
  background: rgba(20, 35, 28, 0.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  display: grid;
  gap: 22px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  min-height: 76px;
  padding: 12px 28px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 190px;
}

.brand-mark {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(196, 168, 130, 0.45);
  border-radius: 999px;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  overflow: hidden;
  padding: 5px 7px;
  width: 64px;
}

.brand-mark img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.brand-copy {
  display: grid;
  line-height: 1.2;
}

.brand-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 700;
}

.brand-copy small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  margin-top: 2px;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: center;
}

.main-nav a,
.language-switch button {
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 800;
  padding: 9px 10px;
  text-transform: uppercase;
}

.main-nav a {
  letter-spacing: 0.11em;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.language-switch {
  align-items: center;
  display: flex;
  gap: 2px;
}

.header-tools {
  align-items: center;
  display: flex;
  gap: 9px;
  justify-content: end;
}

.header-phone,
.header-icon {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: inline-flex;
  justify-content: center;
}

.header-phone {
  background: var(--gold);
  border-color: transparent;
  border-radius: 999px;
  color: var(--ink);
  gap: 8px;
  min-height: 42px;
  padding: 9px 14px;
  white-space: nowrap;
}

.header-phone span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.header-phone strong {
  font-size: 14px;
}

.header-phone:hover {
  background: var(--gold-bright);
}

.header-icon {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: var(--white);
  height: 40px;
  width: 40px;
}

.header-icon:hover {
  background: rgba(255, 255, 255, 0.18);
}

.header-icon svg {
  fill: currentColor;
  height: 16px;
  stroke: none;
  width: 16px;
}

.social-svg {
  color: currentColor;
  fill: currentColor;
  flex: 0 0 auto;
  height: 18px;
  stroke: none;
  width: 18px;
}

.language-switch button {
  background: transparent;
  border: 0;
  cursor: pointer;
  min-width: 40px;
}

.language-switch button[aria-pressed="true"] {
  color: var(--gold);
}

.menu-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  display: none;
  height: 44px;
  justify-content: center;
  position: relative;
  width: 44px;
}

.menu-toggle i,
.menu-toggle svg {
  display: none;
}

.menu-toggle::before {
  background: currentColor;
  box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
  content: "";
  height: 2px;
  width: 18px;
}

.hero {
  align-items: center;
  background-position: center;
  background-size: cover;
  color: var(--white);
  display: grid;
  min-height: 86svh;
  overflow: hidden;
  padding: 150px 7vw 92px;
  position: relative;
}

.hero::after,
.page-hero::after {
  background: linear-gradient(0deg, rgba(245, 239, 228, 0.95), rgba(245, 239, 228, 0));
  bottom: 0;
  content: "";
  height: 110px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.hero-home {
  background-image:
    linear-gradient(160deg, rgba(20, 35, 28, 0.8), rgba(20, 35, 28, 0.35) 48%, rgba(20, 35, 28, 0.62)),
    url("images/hero-home.jpg");
}

.hero-copy,
.page-hero > div {
  max-width: 820px;
  min-width: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.eyebrow {
  align-items: center;
  color: var(--clay);
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  gap: 12px;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.eyebrow::before {
  background: currentColor;
  content: "";
  display: inline-block;
  height: 1px;
  width: 38px;
}

.hero .eyebrow,
.page-hero .eyebrow {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.08;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 650;
}

h1 {
  font-size: 66px;
  margin-bottom: 22px;
  max-width: 880px;
}

h2 {
  font-size: 42px;
  margin-bottom: 18px;
}

h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

.hero p,
.page-hero p {
  color: rgba(255, 255, 255, 0.82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  max-width: 690px;
}

.hero-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  max-width: 100%;
}

.button,
.text-link {
  align-items: center;
  display: inline-flex;
  font-weight: 850;
  gap: 9px;
}

.button {
  border: 1px solid transparent;
  border-radius: 999px;
  max-width: 100%;
  min-height: 48px;
  padding: 13px 20px;
  text-transform: uppercase;
}

.button span {
  letter-spacing: 0.1em;
  font-size: 13px;
}

.button-primary {
  background: var(--gold);
  color: var(--ink);
}

.button-primary:hover {
  background: var(--gold-bright);
}

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

.button-secondary {
  background: var(--white);
  border-color: var(--line);
  color: var(--ink);
}

.button-secondary:hover {
  background: var(--sky);
}

.text-link {
  color: var(--berry);
  margin-top: 22px;
}

.text-link:hover {
  color: var(--ink);
}

.action-strip {
  background: var(--cream);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 7vw 24px;
  position: relative;
  z-index: 2;
  width: 100%;
}

.action-strip a {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  display: flex;
  font-weight: 850;
  gap: 10px;
  justify-content: center;
  min-height: 72px;
  min-width: 0;
  padding: 14px;
  text-align: center;
}

.action-strip a:hover {
  background: var(--sky);
}

.section {
  padding: 86px 7vw;
}

.section-heading {
  max-width: 860px;
}

.intro-band {
  background: var(--cream);
}

.call-feature {
  align-items: center;
  background: var(--white);
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
}

.call-feature-copy p {
  color: var(--sage);
  font-size: 18px;
  max-width: 660px;
}

.main-pic-frame {
  margin: 0;
}

.main-pic-frame img {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  height: auto;
  object-fit: cover;
  width: 100%;
}

.main-pic-frame figcaption {
  color: var(--sage);
  font-size: 13px;
  font-weight: 800;
  margin-top: 12px;
}

.proof-grid,
.service-row,
.horse-grid {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

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

.proof-grid article,
.service-card,
.horse-grid article,
.contact-panel,
.contact-form,
.service-detail {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(20, 35, 28, 0.06);
}

.proof-grid article {
  padding: 26px;
}

.proof-grid svg,
.service-detail-icon svg,
.service-icon svg,
.contact-methods svg,
.address-box svg {
  color: var(--clay);
}

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

.service-card {
  overflow: hidden;
}

.service-card img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.service-card .service-icon,
.service-card h3,
.service-card p {
  margin-left: 26px;
  margin-right: 26px;
}

.service-card .service-icon {
  margin-top: 24px;
}

.service-card p {
  color: var(--sage);
  margin-bottom: 28px;
}

.service-icon,
.service-detail-icon {
  align-items: center;
  background: var(--ink);
  border-radius: 50%;
  color: var(--gold);
  display: inline-flex;
  font-size: 18px;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  margin-bottom: 18px;
  width: 48px;
}

.split-section,
.story-section,
.photo-band,
.contact-grid {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: 1fr 1fr;
}

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

.split-media img,
.story-media img,
.photo-band img {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.split-copy p,
.story-copy p,
.photo-band p {
  color: var(--sage);
  font-size: 18px;
}

.page-hero {
  align-items: end;
  background-position: center;
  background-size: cover;
  color: var(--white);
  display: grid;
  min-height: 500px;
  overflow: hidden;
  padding: 160px 7vw 74px;
  position: relative;
}

.services-hero {
  background-image:
    linear-gradient(160deg, rgba(20, 35, 28, 0.82), rgba(20, 35, 28, 0.36) 55%, rgba(20, 35, 28, 0.68)),
    url("images/hero-services.jpg");
}

.about-hero {
  background-image:
    linear-gradient(160deg, rgba(20, 35, 28, 0.84), rgba(20, 35, 28, 0.3) 55%, rgba(20, 35, 28, 0.66)),
    url("images/hero-about.jpg");
}

.contact-hero {
  background-image:
    linear-gradient(160deg, rgba(20, 35, 28, 0.84), rgba(20, 35, 28, 0.35) 55%, rgba(20, 35, 28, 0.7)),
    url("images/gallery-photos-07.jpg");
  background-position: center 36%;
}

.faq-hero {
  background-image:
    linear-gradient(160deg, rgba(20, 35, 28, 0.84), rgba(20, 35, 28, 0.34) 55%, rgba(20, 35, 28, 0.68)),
    url("images/winter-ride.jpg");
}

.photos-hero {
  background-image:
    linear-gradient(160deg, rgba(20, 35, 28, 0.82), rgba(20, 35, 28, 0.32) 55%, rgba(20, 35, 28, 0.7)),
    url("images/hero-photos.jpg");
}

.service-list {
  display: grid;
  gap: 18px;
}

.service-detail {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(240px, 0.7fr) auto 1fr;
  overflow: hidden;
  padding: 0 30px 0 0;
}

.service-detail-image {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.service-detail p {
  color: var(--sage);
  margin-bottom: 0;
}

.photo-band {
  background: var(--ink);
  color: var(--white);
}

.photoshoot-gallery {
  background: var(--white);
}

.photoshoot-gallery .section-heading p:not(.eyebrow) {
  color: var(--sage);
  font-size: 18px;
  max-width: 680px;
}

.faq-section {
  background: var(--paper);
}

.faq-section .section-heading p:not(.eyebrow) {
  color: var(--sage);
  font-size: 18px;
  max-width: 720px;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 34px;
  max-width: 920px;
}

.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(20, 35, 28, 0.06);
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
  list-style: none;
  padding: 18px 48px 18px 20px;
  position: relative;
}

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

.faq-list summary::after {
  color: var(--clay);
  content: "+";
  font-size: 24px;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  color: var(--sage);
  margin: 0;
  padding: 0 20px 20px;
}

.gallery-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
}

.gallery-grid img {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(20, 35, 28, 0.08);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gallery-grid img:nth-child(3),
.gallery-grid img:nth-child(4),
.gallery-grid img:nth-child(6),
.gallery-grid img:nth-child(8) {
  aspect-ratio: 5 / 4;
}

.photo-band .eyebrow {
  color: var(--gold);
}

.photo-band p {
  color: rgba(255, 255, 255, 0.78);
}

.season-showcase,
.route-showcase,
.family-moments,
.photo-story {
  background: var(--cream);
}

.season-showcase .section-heading p:not(.eyebrow),
.route-showcase .section-heading p:not(.eyebrow),
.photo-story p,
.art-gallery-band .section-heading p:not(.eyebrow),
.family-copy p {
  color: var(--sage);
  font-size: 18px;
  max-width: 720px;
}

.season-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.35fr 1fr 1fr;
  margin-top: 36px;
}

.season-card {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: var(--white);
  display: grid;
  grid-template-areas: "stack";
  min-height: 280px;
  overflow: hidden;
  position: relative;
}

.season-card-large {
  grid-row: span 2;
  min-height: 578px;
}

.season-card img,
.route-grid img,
.family-grid img,
.photo-story-grid img,
.art-grid img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.season-card img,
.season-card::after,
.season-card div {
  grid-area: stack;
}

.season-card::after {
  background: linear-gradient(0deg, rgba(20, 35, 28, 0.78), rgba(20, 35, 28, 0.08));
  content: "";
  inset: 0;
  position: absolute;
}

.season-card div {
  align-self: end;
  padding: 24px;
  position: relative;
  z-index: 1;
}

.season-card span,
.route-grid figcaption {
  color: var(--gold);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.season-card h3 {
  font-size: 18px;
  line-height: 1.45;
  margin: 0;
}

.route-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
}

.route-grid figure {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(20, 35, 28, 0.06);
  margin: 0;
  overflow: hidden;
}

.route-grid img {
  aspect-ratio: 4 / 3;
}

.route-grid figcaption {
  color: var(--ink);
  padding: 16px 18px 18px;
}

.family-moments,
.photo-story {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: 0.78fr 1.22fr;
}

.family-grid,
.photo-story-grid,
.art-grid {
  display: grid;
  gap: 16px;
}

.family-grid {
  grid-template-columns: 1.2fr 0.8fr;
}

.family-grid > img,
.enzo-card,
.photo-story-grid img,
.art-grid img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.enzo-card {
  background: var(--white);
  grid-row: span 2;
}

.enzo-card img {
  aspect-ratio: 1 / 1;
  box-shadow: none;
}

.enzo-card div {
  padding: 24px;
}

.enzo-card p {
  color: var(--sage);
}

.family-grid > img {
  aspect-ratio: 4 / 5;
}

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

.photo-story-grid img {
  aspect-ratio: 4 / 5;
}

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

.art-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
}

.art-grid img {
  aspect-ratio: 4 / 5;
}

.large-gallery {
  grid-template-columns: repeat(5, 1fr);
}

.large-gallery img:nth-child(5n + 1),
.large-gallery img:nth-child(5n + 4) {
  aspect-ratio: 4 / 5;
}

.large-gallery img:nth-child(5n + 2),
.large-gallery img:nth-child(5n + 5) {
  aspect-ratio: 1 / 1;
}

.large-gallery img:nth-child(5n + 3) {
  aspect-ratio: 5 / 4;
}

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

.horse-section {
  background: var(--cream);
}

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

.horse-grid article {
  overflow: hidden;
}

.horse-grid img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.horse-grid img.horse-placeholder-img {
  background: var(--cream);
  object-fit: cover;
}

.horse-grid h3,
.horse-grid p {
  padding-left: 24px;
  padding-right: 24px;
}

.horse-grid h3 {
  padding-top: 24px;
}

.horse-grid p {
  color: var(--sage);
  padding-bottom: 26px;
}

.horse-note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  padding-top: 28px;
}

.horse-note svg {
  color: var(--berry);
  height: 42px;
  margin-left: 24px;
  width: 42px;
}

.calm-band {
  background-image:
    linear-gradient(90deg, rgba(20, 35, 28, 0.9), rgba(20, 35, 28, 0.52)),
    url("images/winter-ride.jpg");
  background-position: center;
  background-size: cover;
  color: var(--white);
  min-height: 360px;
  text-align: center;
}

.calm-band .eyebrow {
  color: var(--gold);
}

.calm-band .button {
  margin-top: 18px;
}

.contact-grid {
  align-items: start;
  background: var(--cream);
}

.contact-panel,
.contact-form {
  padding: 32px;
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.contact-call-note {
  background: var(--paper);
  border-left: 4px solid var(--gold);
  color: var(--sage);
  font-weight: 800;
  margin: 6px 0 20px;
  padding: 12px 14px;
}

.contact-methods a,
.footer-links a,
.address-box {
  align-items: center;
  display: flex;
  gap: 11px;
}

.contact-methods a {
  background: var(--paper);
  border: 1px solid rgba(216, 200, 174, 0.8);
  border-radius: var(--radius);
  font-weight: 850;
  padding: 15px;
}

.contact-methods a:hover {
  background: var(--sky);
}

.address-box {
  border-top: 1px solid var(--line);
  color: var(--sage);
  padding-top: 22px;
}

.address-box strong {
  color: var(--ink);
}

.contact-form {
  display: grid;
  gap: 17px;
}

.contact-form label {
  display: grid;
  font-weight: 850;
  gap: 7px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  padding: 12px 13px;
  width: 100%;
}

.contact-form small {
  color: var(--sage);
  font-weight: 700;
  line-height: 1.45;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--clay);
  box-shadow: 0 0 0 4px rgba(141, 111, 72, 0.16);
  outline: 0;
}

.form-note {
  color: var(--sage);
  font-weight: 800;
  min-height: 24px;
}

.map-section {
  background: var(--cream);
  padding: 0 7vw 86px;
}

.map-section iframe {
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  height: 420px;
  width: 100%;
}

body[data-page="photos"] main img[data-lightbox-image] {
  cursor: zoom-in;
}

body[data-page="photos"] main img[data-lightbox-image]:focus-visible {
  outline: 4px solid var(--gold);
  outline-offset: 5px;
}

.lightbox-open {
  overflow: hidden;
}

.lightbox {
  align-items: stretch;
  display: grid;
  inset: 0;
  opacity: 0;
  position: fixed;
  transition: opacity 160ms ease;
  z-index: 200;
}

.lightbox[hidden] {
  display: none;
}

.lightbox.is-open {
  opacity: 1;
}

.lightbox__backdrop {
  background: rgba(8, 14, 11, 0.92);
  border: 0;
  cursor: zoom-out;
  inset: 0;
  position: absolute;
}

.lightbox__dialog {
  display: grid;
  gap: 16px;
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
  padding: 22px 7vw 28px;
  position: relative;
  z-index: 1;
}

.lightbox__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.lightbox__counter {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 850;
}

.lightbox__button {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  transition: background 160ms ease, transform 160ms ease;
  width: 46px;
}

.lightbox__button:hover,
.lightbox__button:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  outline: 0;
  transform: translateY(-1px);
}

.lightbox__image-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 0;
}

.lightbox__image {
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--radius);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
  max-height: 78svh;
  max-width: min(1120px, 88vw);
  object-fit: contain;
}

.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox__nav:hover,
.lightbox__nav:focus-visible {
  transform: translateY(calc(-50% - 1px));
}

.lightbox__prev {
  left: 24px;
}

.lightbox__next {
  right: 24px;
}

.site-footer {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: 34px 7vw;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.66);
  margin: 5px 0 0;
}

.footer-logo {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(196, 168, 130, 0.42);
  border-radius: var(--radius);
  display: block;
  margin-bottom: 12px;
  padding: 8px;
  width: 150px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 850;
}

.footer-links a:hover {
  color: var(--gold);
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .menu-toggle {
    background: var(--gold);
    color: var(--ink);
    display: inline-flex !important;
    flex: 0 0 auto;
  }

  .main-nav {
    background: var(--ink);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    display: none;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: stretch;
    padding: 10px;
  }

  .site-header.is-open .main-nav {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .header-tools {
    grid-column: 2;
    grid-row: 1;
    justify-content: end;
  }

  .header-icon,
  .language-switch {
    display: none;
  }

  .site-header.is-open .header-icon {
    display: inline-flex;
  }

  .site-header.is-open .language-switch {
    display: flex;
  }

  .proof-grid,
  .service-row,
  .horse-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-section,
  .story-section,
  .photo-band,
  .family-moments,
  .photo-story,
  .contact-grid,
  .call-feature {
    grid-template-columns: 1fr;
  }

  .season-grid,
  .route-grid,
  .art-grid,
  .large-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .season-card-large {
    grid-row: auto;
    min-height: 320px;
  }

  .service-detail {
    grid-template-columns: minmax(220px, 0.8fr) 1fr;
    padding: 0 26px 0 0;
  }

  .service-detail-icon {
    display: none;
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    left: 0;
    max-width: 100vw;
    min-height: 58px;
    padding: 9px 12px;
    position: sticky;
    right: 0;
    width: 100vw;
  }

  .brand {
    gap: 4px;
    grid-column: 1;
    max-width: 84px;
    min-width: 0;
    position: static;
    transform: none;
  }

  .brand-mark {
    flex: 0 0 auto;
    height: 32px;
    padding: 3px 4px;
    width: 34px;
  }

  .brand-copy {
    display: grid;
    min-width: 0;
    width: 44px;
  }

  .brand-copy strong {
    display: block;
    font-size: 11px;
    line-height: 1.02;
    white-space: normal;
  }

  .brand-copy small {
    display: none;
  }

  .language-switch button {
    min-width: 35px;
    padding: 8px;
  }

  .language-switch {
    order: 4;
  }

  .header-tools {
    align-items: center;
    display: flex;
    gap: 6px;
    grid-column: 3;
    justify-content: end;
    min-width: 0;
    position: static;
    transform: none;
  }

  .header-phone {
    border-radius: 999px;
    flex: 0 0 auto;
    gap: 0;
    min-height: 36px;
    order: 1;
    padding: 7px 8px;
    position: static;
    width: auto;
  }

  .menu-toggle {
    display: inline-flex !important;
    height: 36px;
    order: 2;
    position: static;
    width: 36px;
  }

  .header-phone span {
    display: none;
  }

  .header-phone strong {
    display: inline;
    font-size: 11px;
    line-height: 1;
  }

  .header-phone svg,
  .header-phone i {
    display: none;
  }

  .header-icon {
    height: 38px;
    order: 3;
    width: 38px;
  }

  .site-header.is-open .header-icon,
  .site-header.is-open .language-switch {
    display: none;
  }

  .main-nav {
    align-items: stretch;
    display: none;
    flex-direction: column;
    gap: 6px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    left: 12px;
    padding: 8px;
    position: absolute;
    right: 12px;
    top: calc(100% + 8px);
  }

  .site-header.is-open .main-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .main-nav a {
    border-radius: var(--radius);
    font-size: 12px;
    text-align: center;
  }

  .hero,
  .page-hero {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero {
    min-height: 82svh;
    padding-top: 132px;
  }

  .hero-home {
    background-position: 58% center;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 27px;
  }

  h1,
  h2 {
    max-width: 100%;
    overflow-wrap: break-word;
    width: min(100%, calc(100vw - 44px));
  }

  .hero p,
  .page-hero p {
    font-size: 16px;
  }

  .hero-copy,
  .page-hero > div,
  .section-heading,
  .photo-story > div,
  .family-copy {
    max-width: 340px;
    width: 100%;
  }

  .hero-actions,
  .inline-actions {
    flex-direction: column;
  }

  .hero-actions .button,
  .inline-actions .button {
    justify-content: center;
    width: min(100%, 330px);
  }

  .action-strip {
    grid-template-columns: 1fr;
    padding-left: 22px;
    padding-right: 22px;
  }

  .action-strip a {
    justify-content: flex-start;
    min-height: 58px;
    padding: 13px 18px;
    text-align: left;
  }

  .action-strip a svg,
  .action-strip a i {
    flex: 0 0 auto;
  }

  .section {
    padding: 62px 22px;
  }

  .proof-grid,
  .service-row,
  .horse-grid,
  .gallery-grid,
  .season-grid,
  .route-grid,
  .family-grid,
  .photo-story-grid,
  .art-grid,
  .large-gallery {
    grid-template-columns: 1fr;
  }

  .service-detail {
    grid-template-columns: 1fr;
    padding: 0 0 26px;
  }

  .service-detail > div:not(.service-detail-icon) {
    padding: 0 24px;
  }

  .map-section {
    padding: 0 22px 62px;
  }

  .lightbox__dialog {
    gap: 12px;
    padding: 14px 14px 20px;
  }

  .lightbox__button {
    height: 42px;
    width: 42px;
  }

  .lightbox__image {
    max-height: 72svh;
    max-width: calc(100vw - 28px);
  }

  .lightbox__prev {
    left: 12px;
  }

  .lightbox__next {
    right: 12px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 22px;
  }
}

@media (max-width: 430px) {
  .hero-actions,
  .inline-actions {
    flex-direction: column;
  }

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