:root {
  --surface: #fbf9f4;
  --surface-soft: #f3f0e8;
  --surface-strong: #e4e2dd;
  --paper: #ffffff;
  --ink: #1b1c19;
  --muted: #4b514b;
  --primary: #061b0e;
  --primary-lift: #1b3022;
  --sage: #4d6453;
  --sage-soft: #d0e9d4;
  --teal: #0b6f68;
  --gold: #cba72f;
  --gold-dark: #735c00;
  --line: #c3c8c1;
  --shadow: 0 18px 45px rgba(6, 27, 14, 0.08);
  --radius: 8px;
  --container: 1180px;
  --scroll-progress: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 26%, rgba(208, 233, 212, 0.18), transparent 26%),
    radial-gradient(circle at 90% 18%, rgba(203, 167, 47, 0.08), transparent 24%),
    var(--surface);
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

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

iconify-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  line-height: 1;
  vertical-align: middle;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 20;
  transform: translateY(-140%);
  background: var(--primary);
  color: #fff;
  padding: 10px 14px;
  border-radius: var(--radius);
}

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

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  transform: scaleX(var(--scroll-progress));
  transform-origin: left center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  min-height: 72px;
  padding: 14px clamp(20px, 5vw, 64px);
  background: rgba(251, 249, 244, 0.9);
  border-bottom: 1px solid rgba(195, 200, 193, 0.65);
  backdrop-filter: blur(14px);
  transition: background 220ms ease, box-shadow 220ms ease, transform 240ms ease;
}

.site-header.is-scrolled {
  background: rgba(251, 249, 244, 0.96);
  box-shadow: 0 12px 34px rgba(6, 27, 14, 0.08);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  color: var(--primary);
  font-family: "EB Garamond", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  justify-self: start;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.6vw, 28px);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  justify-self: center;
}

.desktop-nav a,
.site-footer a,
.text-link {
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-underline-offset: 5px;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.desktop-nav a:hover,
.site-footer a:hover,
.text-link:hover {
  color: var(--gold-dark);
  text-decoration-color: currentColor;
}

.desktop-nav .nav-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  text-decoration-color: transparent;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.desktop-nav .nav-book:hover {
  background: var(--primary-lift);
  color: #fff;
  text-decoration-color: transparent;
  transform: translateY(-1px);
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: min(680px, calc(100svh - 72px));
  margin: 0;
  overflow: hidden;
  padding: 102px 24px 108px;
  text-align: center;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(251, 249, 244, 0.62), rgba(251, 249, 244, 0.78) 52%, rgba(251, 249, 244, 0.7)),
    radial-gradient(circle at 50% 36%, rgba(251, 249, 244, 0.28), transparent 45%),
    linear-gradient(90deg, rgba(6, 27, 14, 0.24), transparent 28%, transparent 72%, rgba(6, 27, 14, 0.24));
}

.hero-slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--surface-soft);
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  object-position: center 35%;
}

.hero-slide:nth-child(1) {
  opacity: 1;
}

.hero-plain {
  width: min(var(--container), calc(100% - 48px));
  min-height: min(560px, calc(100svh - 180px));
  margin: 0 auto;
  overflow: visible;
  padding: 82px 0 88px;
}

.hero-plain::after {
  display: none;
}

.hero-plain .hero-logo {
  filter: saturate(0.96) contrast(1.04);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
}

.hero-logo {
  width: clamp(136px, 16vw, 200px);
  height: auto;
  margin: 0 auto 34px;
  filter: saturate(0.96) contrast(1.04) drop-shadow(0 14px 22px rgba(251, 249, 244, 0.7));
  mix-blend-mode: multiply;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--primary);
  font-family: "EB Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(42px, 8vw, 72px);
  line-height: 1;
}

h2 {
  font-size: 42px;
  line-height: 1.08;
}

h3 {
  font-size: 26px;
  line-height: 1.18;
}

.hero-lede,
.section-copy p,
.booking-panel p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.hero-lede {
  color: #26322a;
  max-width: 610px;
  margin: 22px 0 0;
}

.hero-actions,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  width: 100%;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 164px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

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

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

.button-secondary {
  color: var(--primary);
  border-color: var(--sage);
  background: rgba(255, 255, 255, 0.42);
}

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

.portfolio-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface-strong);
  box-shadow: var(--shadow);
}

.section-media::after,
.portfolio-item::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: inherit;
}

.section-media img,
.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.motion-strip {
  overflow: hidden;
  border-top: 1px solid rgba(195, 200, 193, 0.55);
  border-bottom: 1px solid rgba(195, 200, 193, 0.55);
  background: rgba(245, 243, 238, 0.72);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.motion-track {
  display: flex;
  width: max-content;
  padding: 18px 0;
  will-change: transform;
}

.motion-group {
  display: flex;
  gap: 12px;
  padding-right: 12px;
}

.motion-track span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(77, 100, 83, 0.28);
  border-radius: 999px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.motion-track iconify-icon {
  width: 28px;
  height: 28px;
  font-size: 28px;
  color: var(--teal);
}

.section {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  padding: 104px 0;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}

.section-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  background: var(--surface-strong);
  box-shadow: var(--shadow);
}

.section-copy {
  max-width: 600px;
}

.approach-section .section-copy {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.approach-section .proof-points {
  text-align: left;
}

.section-copy p {
  margin: 22px 0 0;
}

.proof-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 34px 0 0;
}

.proof-points div,
.service-card {
  border: 1px solid rgba(195, 200, 193, 0.78);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.proof-points div {
  padding: 18px;
}

.proof-points dt {
  color: var(--primary);
  font-weight: 800;
}

.proof-points dd {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.services {
  width: 100%;
  max-width: none;
  padding-right: max(24px, calc((100vw - var(--container)) / 2));
  padding-left: max(24px, calc((100vw - var(--container)) / 2));
  background: linear-gradient(180deg, var(--surface-soft), var(--surface));
}

.section-heading {
  max-width: 650px;
  margin-bottom: 38px;
}

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

.service-card {
  min-height: 260px;
  padding: 28px;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  margin-bottom: 28px;
  border: 1px solid rgba(77, 100, 83, 0.2);
  border-radius: 50%;
  background: rgba(208, 233, 212, 0.58);
  color: var(--teal);
  line-height: 0;
}

.service-icon iconify-icon {
  width: 50px;
  height: 50px;
  font-size: 50px;
}

.service-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.portfolio {
  width: min(1320px, calc(100% - 48px));
}

.portfolio-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
}

.text-link {
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.portfolio-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: 180px;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.portfolio-item {
  box-shadow: none;
}

.portfolio-item.tall {
  grid-row: span 2;
}

.portfolio-item.wide {
  grid-column: span 2;
}

.booking {
  width: 100%;
  max-width: none;
  padding-right: max(24px, calc((100vw - 900px) / 2));
  padding-left: max(24px, calc((100vw - 900px) / 2));
  background:
    linear-gradient(90deg, rgba(208, 233, 212, 0.28), rgba(255, 255, 255, 0)),
    var(--surface-soft);
  text-align: center;
}

.booking-panel {
  max-width: 760px;
  margin: 0 auto;
}

.booking-actions {
  justify-content: center;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 28px 48px;
  align-items: start;
  padding: 42px 6vw 34px;
  background: var(--primary);
  color: #eef5ee;
}

.site-footer strong {
  display: block;
  color: #fff;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 500;
}

.site-footer p {
  margin: 4px 0 0;
  color: #cad7ca;
  font-size: 14px;
}

.footer-link-groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px 30px;
}

.site-footer nav,
.footer-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer nav[aria-label="Social links"] {
  gap: 12px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(238, 245, 238, 0.22);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  line-height: 0;
}

.social-link iconify-icon {
  width: 30px;
  height: 30px;
  font-size: 30px;
}

.site-footer .social-link:hover {
  border-color: rgba(203, 167, 47, 0.74);
  color: var(--gold);
  text-decoration-color: transparent;
}

.social-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.footer-meta {
  grid-column: 1 / -1;
  justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid rgba(238, 245, 238, 0.14);
  color: #cad7ca;
  font-size: 12px;
}

.footer-meta a {
  color: #fff;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

[data-reveal] {
  opacity: 0;
  transition: opacity 540ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
}

@keyframes service-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-25%);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .motion-track {
    animation: service-marquee 34s linear infinite;
  }

  .hero-slide {
    animation: hero-slideshow 24s infinite;
  }

  .hero-slide:nth-child(2) {
    animation-delay: 6s;
  }

  .hero-slide:nth-child(3) {
    animation-delay: 12s;
  }

  .hero-slide:nth-child(4) {
    animation-delay: 18s;
  }
}

@keyframes hero-slideshow {
  0%,
  20% {
    opacity: 1;
    transform: scale(1);
  }

  25%,
  95% {
    opacity: 0;
    transform: scale(1.035);
  }

  100% {
    opacity: 1;
    transform: scale(1.07);
  }
}

@media (max-width: 1020px) {
  .two-column {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 620px;
  }

  .section-copy {
    max-width: none;
  }

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

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

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px 20px 14px;
  }

  .site-header.is-hidden {
    transform: translateY(calc(-100% - 4px));
    box-shadow: none;
  }

  .brand-mark {
    grid-column: 1;
    justify-self: center;
    font-size: 24px;
  }

  .desktop-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    justify-content: center;
    gap: clamp(10px, 3vw, 16px);
    font-size: 11px;
  }

  .desktop-nav .nav-book {
    min-width: 62px;
    min-height: 34px;
    padding: 0 14px;
  }

  .hero,
  .section,
  .portfolio {
    width: calc(100% - 40px);
  }

  .hero {
    width: 100%;
    min-height: auto;
    padding: 78px 20px 82px;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(251, 249, 244, 0.68), rgba(251, 249, 244, 0.84) 58%, rgba(251, 249, 244, 0.76)),
      linear-gradient(90deg, rgba(6, 27, 14, 0.16), transparent 32%, transparent 68%, rgba(6, 27, 14, 0.16));
  }

  .hero-slide {
    object-position: center top;
  }

  .hero-logo {
    width: 142px;
    margin-bottom: 28px;
  }

  .hero-plain {
    width: calc(100% - 40px);
    padding: 60px 0 64px;
  }

  h1 {
    font-size: 42px;
    line-height: 1.05;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 24px;
  }

  .hero-lede,
  .section-copy p,
  .booking-panel p {
    font-size: 17px;
  }

  .button {
    min-width: 150px;
  }

  .hero-actions {
    gap: 12px;
  }

  .section {
    padding: 76px 0;
  }

  #approach.section {
    padding-top: 58px;
  }

  .two-column {
    gap: 38px;
  }

  .proof-points,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .services,
  .booking {
    padding-right: 20px;
    padding-left: 20px;
  }

  .portfolio-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .footer-link-groups,
  .footer-meta {
    justify-content: flex-start;
  }

  .portfolio-grid {
    grid-auto-rows: 170px;
    grid-template-columns: repeat(2, 1fr);
  }

  .portfolio-item.wide {
    grid-column: span 1;
  }

  .motion-track {
    padding: 14px 0;
  }

  .motion-track span {
    gap: 10px;
    min-height: 48px;
    padding: 0 18px;
    font-size: 12px;
  }

  .motion-track iconify-icon {
    width: 25px;
    height: 25px;
    font-size: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
