:root {
  --ink: #1c1916;
  --ink-soft: #504a45;
  --canvas: #f5f4f1;
  --surface: #fffdf9;
  --soft: #e6e3de;
  --accent: #b6362d;
  --accent-deep: #81231e;
  --green: #344a39;
  --green-deep: #172019;
  --white: #fff;
  --line: rgba(28, 25, 22, 0.17);
  --line-light: rgba(255, 255, 255, 0.24);
  --radius: 3px;
  --shadow: 0 22px 52px rgba(28, 25, 22, 0.13);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-drawer: cubic-bezier(0.32, 0.72, 0, 1);
  --shell: 1240px;
  --header-height: 74px;
  --z-header: 30;
  --z-nav: 25;
  --z-lightbox: 60;
  color-scheme: light;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--canvas);
  color: var(--ink);
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #f5b84b;
  outline-offset: 4px;
}

::selection {
  background: var(--accent);
  color: var(--white);
}

h1,
h2,
h3,
p,
figure,
blockquote,
dl,
dd {
  margin-top: 0;
}

h1,
h2,
h3 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

h1 {
  font-size: clamp(3.4rem, 13vw, 6rem);
}

h2 {
  max-width: 14ch;
  font-size: clamp(2.65rem, 9.6vw, 5.75rem);
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.section {
  padding-block: clamp(5.5rem, 12vw, 10rem);
}

section[id] {
  scroll-margin-top: var(--header-height);
}

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

.icon {
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -0.14em;
}

.icon-small {
  width: 1rem;
  height: 1rem;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 0.75rem 1rem;
  transform: translateY(-150%);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  font-weight: 700;
}

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

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.25rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 150ms var(--ease-out);
}

.button:active {
  transform: scale(0.97);
}

.button > .icon {
  width: 1.08rem;
  height: 1.08rem;
  transition: transform 180ms var(--ease-out);
}

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

.button-ghost {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.08);
  color: var(--white);
}

.button-light {
  background: var(--white);
  color: var(--accent-deep);
}

.button-outline {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

.site-header {
  position: fixed;
  z-index: var(--z-header);
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 0.15rem;
  padding-inline: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(23, 32, 25, 0.18);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--white);
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(23, 32, 25, 0.98);
  box-shadow: 0 8px 22px rgba(20, 22, 19, 0.16);
}

.brand {
  display: inline-flex;
  min-width: 0;
  min-height: 48px;
  align-items: center;
  flex-shrink: 1;
  gap: 0.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.9rem, 4vw, 1.15rem);
  font-weight: 400;
  letter-spacing: 0.055em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand img {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  object-fit: cover;
}

.brand span {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.header-social {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header-social a {
  display: grid;
  width: 44px;
  min-height: 44px;
  place-items: center;
  color: var(--white);
}

.header-social svg {
  width: 21px;
  height: 21px;
}

.header-social a:last-child svg {
  width: 18px;
  height: 18px;
}

.menu-toggle {
  position: relative;
  z-index: calc(var(--z-nav) + 1);
  display: grid;
  width: 44px;
  height: 48px;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: currentColor;
  cursor: pointer;
}

.menu-toggle-icon {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 150ms ease, transform 180ms var(--ease-out);
}

.menu-toggle-icon-close {
  position: absolute;
  opacity: 0;
  transform: rotate(-45deg) scale(0.7);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon-menu {
  opacity: 0;
  transform: rotate(45deg) scale(0.7);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon-close {
  opacity: 1;
  transform: rotate(0) scale(1);
}

.site-nav {
  position: fixed;
  z-index: var(--z-nav);
  inset: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
  padding: 5.5rem 28px 2rem;
  visibility: hidden;
  opacity: 0;
  background: var(--green-deep);
  transition: opacity 220ms var(--ease-out), visibility 220ms ease;
}

.site-nav.is-open {
  visibility: visible;
  opacity: 1;
}

.site-nav a {
  display: flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  border-bottom: 1px solid var(--line-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 11vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  text-decoration: none;
  opacity: 0;
  transform: translateY(14px);
  transition: transform 220ms var(--ease-out), opacity 160ms ease;
}

.site-nav.is-open a {
  opacity: 1;
  transform: translateY(0);
}

.site-nav.is-open a:nth-child(2) {
  transition-delay: 45ms;
}

.site-nav.is-open a:nth-child(3) {
  transition-delay: 90ms;
}

.site-nav.is-open a:nth-child(4) {
  transition-delay: 135ms;
}

.site-nav.is-open a:nth-child(5) {
  transition-delay: 180ms;
}

.hero {
  position: relative;
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  background: var(--green-deep);
  color: var(--white);
}

.hero-media,
.hero-media img,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  z-index: -2;
}

.hero-media img {
  object-fit: cover;
  object-position: 50% center;
}

.hero-scrim {
  z-index: -1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.34) 28%, rgba(0, 0, 0, 0.06) 66%, rgba(0, 0, 0, 0.15) 100%);
}

.hero-content {
  padding-top: calc(var(--header-height) + 3.25rem);
  padding-bottom: clamp(1.6rem, 4.2vh, 2.7rem);
}

.eyebrow {
  margin-bottom: 1rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.88);
}

.hero h1 {
  max-width: none;
  font-size: clamp(2.85rem, 13vw, 4.6rem);
  letter-spacing: -0.055em;
  line-height: 0.84;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-title-desktop {
  display: none;
}

.hero-title-mobile {
  display: inline;
}

.hero-lede {
  max-width: 31ch;
  margin: 1.05rem 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1rem, 4.2vw, 1.18rem);
  line-height: 1.5;
}

.hero-actions {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.hero .button {
  min-height: 56px;
  justify-content: space-between;
  padding-inline: 0.95rem;
  white-space: nowrap;
}

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

.hero .button-ghost {
  border-color: rgba(255, 255, 255, 0.82);
  background: rgba(0, 0, 0, 0.08);
}

.hero-scroll {
  position: absolute;
  right: 20px;
  bottom: 27px;
  display: none;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-scroll span {
  display: block;
  width: 1px;
  height: 38px;
  background: currentColor;
}

@media (max-width: 359px) {
  .site-header {
    padding-inline: 10px;
  }

  .brand {
    gap: 0.35rem;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .hero h1 {
    font-size: 2.25rem;
  }
}

.quick-facts {
  background: var(--accent);
  color: var(--white);
}

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

.quick-fact {
  display: flex;
  min-width: 0;
  min-height: 124px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.32);
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  text-decoration: none;
  transition: background-color 180ms ease;
}

.quick-fact:nth-child(2n) {
  border-right: 0;
}

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

.quick-fact strong {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 5.8vw, 1.65rem);
  line-height: 1.05;
}

.quick-fact > strong > .icon {
  width: 1.05em;
  height: 1.05em;
  stroke-width: 1.8;
}

.quick-fact span {
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
  line-height: 1.35;
}

.quick-fact strong span {
  margin: 0;
  color: inherit;
  font-size: 0.76em;
}

.story {
  background: var(--canvas);
}

.story-grid {
  display: grid;
  gap: 3.5rem;
}

.section-word {
  margin-bottom: 1rem;
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1;
}

.story h2 {
  margin-bottom: 2rem;
}

.story-copy > p:not(.section-word) {
  max-width: 38rem;
  color: var(--ink-soft);
}

.story-copy .story-intro {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 4.7vw, 1.65rem);
  line-height: 1.45;
}

.feature-list {
  display: grid;
  margin: 2.3rem 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.feature-list li {
  position: relative;
  padding: 0.9rem 0 0.9rem 1.5rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
  font-weight: 700;
}

.feature-list li::before {
  position: absolute;
  top: 1.35rem;
  left: 0.15rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.media-three-four {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--soft);
}

.media-three-four img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-figure {
  position: relative;
  width: min(100%, 560px);
  margin: 0;
  justify-self: end;
  box-shadow: var(--shadow);
}

.story-figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.8rem 1rem;
  background: var(--surface);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 700;
}

.experience-section {
  overflow: hidden;
  background: var(--green-deep);
  color: var(--white);
}

.experience-layout {
  display: grid;
  gap: 3rem;
}

.experience-copy h2 {
  max-width: 10ch;
  font-size: clamp(2.75rem, 8vw, 4.5rem);
}

.experience-copy p {
  max-width: 33rem;
  margin: 1.6rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
}

.inline-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.5rem;
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.inline-action > .icon,
.text-link > .icon,
.review-card a > .icon,
.footer-bottom a > .icon {
  width: 1rem;
  height: 1rem;
  transition: transform 180ms var(--ease-out);
}

.experience-rail {
  display: flex;
  width: calc(100% + 20px);
  gap: 1rem;
  overflow-x: auto;
  padding: 0 20px 1rem 0;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
}

.experience-photo {
  width: min(78vw, 390px);
  margin: 0;
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.experience-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.experience-photo figcaption {
  display: flex;
  flex-direction: column;
  padding-top: 0.85rem;
  line-height: 1.3;
}

.experience-photo figcaption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
}

.experience-photo figcaption span {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.82rem;
}

.menu-section {
  background: var(--surface);
}

.section-heading {
  display: grid;
  gap: 1.5rem;
  margin-bottom: clamp(3.5rem, 8vw, 6rem);
}

.section-heading > p {
  max-width: 33rem;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.02rem;
}

.menu-heading h2 {
  max-width: 11ch;
}

.menu-grid {
  display: grid;
  gap: 4.25rem;
}

.menu-column {
  min-width: 0;
}

.menu-image {
  width: 100%;
}

.menu-image img {
  transition: transform 260ms var(--ease-out);
}

.menu-kicker {
  margin: 1.25rem 0 0;
  padding-bottom: 0.7rem;
  border-bottom: 2px solid var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1rem;
  border-bottom: 1px solid var(--line);
}

.menu-list li > div {
  min-width: 0;
}

.menu-list span,
.menu-list strong {
  font-weight: 800;
}

.menu-list span {
  display: block;
  line-height: 1.25;
}

.menu-list strong {
  white-space: nowrap;
  color: var(--accent-deep);
}

.menu-list small {
  display: block;
  margin-top: 0.38rem;
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.5;
}

.menu-footer {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
  margin-top: clamp(3.5rem, 7vw, 6rem);
  padding-top: 1.35rem;
  border-top: 1px solid var(--ink);
}

.menu-footer p {
  max-width: 30rem;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-underline-offset: 0.35em;
  text-transform: uppercase;
  cursor: pointer;
}

.photo-break {
  display: grid;
  background: var(--accent);
  color: var(--white);
}

.photo-break-media {
  min-height: 0;
  aspect-ratio: 1146 / 1373;
}

.photo-break-media picture,
.photo-break-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.photo-break-media img {
  object-fit: cover;
}

.photo-break-panel {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3.5rem, 12vw, 7rem) 20px;
}

.photo-break-panel > p {
  margin-bottom: 1.1rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.photo-break-panel h2 {
  max-width: 9ch;
  font-size: clamp(2.75rem, 11vw, 5.5rem);
}

.photo-break-panel .button {
  margin-top: 2.25rem;
}

.gallery-section {
  background: var(--ink);
  color: var(--white);
}

.gallery-heading > p {
  color: rgba(255, 255, 255, 0.7);
}

.gallery-heading h2 {
  max-width: 11ch;
}

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

.gallery-item {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  color: var(--white);
  cursor: zoom-in;
}

.gallery-zoom-icon {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
  color: var(--white);
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.gallery-zoom-icon svg {
  width: 1.1rem;
  height: 1.1rem;
  stroke-width: 1.7;
}

.gallery-item img {
  transition: transform 260ms var(--ease-out);
}

.gallery-caption {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.72);
  text-align: left;
}

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

.reviews-heading {
  display: grid;
  gap: 2rem;
  margin-bottom: clamp(3.5rem, 8vw, 6rem);
}

.reviews-heading h2 {
  max-width: 9ch;
}

.rating-summary {
  display: grid;
  justify-items: start;
  align-content: end;
}

.rating-summary > strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 11vw, 5.5rem);
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.stars {
  color: #be6200;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.rating-summary .stars {
  margin-top: 0.7rem;
}

.rating-summary > span:last-child {
  margin-top: 0.25rem;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.reviews-grid {
  display: grid;
  gap: 1rem;
}

.review-card {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: clamp(1.5rem, 6vw, 2.4rem);
  background: var(--surface);
}

.review-card:first-child {
  background: var(--accent);
  color: var(--white);
}

.review-card:first-child .stars {
  color: #ffe2a6;
}

.review-topline {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.review-topline img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.review-topline div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  line-height: 1.25;
}

.review-topline strong {
  font-size: 0.92rem;
}

.review-topline .stars {
  margin-top: 0.25rem;
  font-size: 0.72rem;
}

.review-card blockquote {
  margin: 2rem 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.32rem, 4.8vw, 1.78rem);
  line-height: 1.4;
}

.review-card:first-child blockquote {
  font-size: clamp(1.55rem, 5.7vw, 2.55rem);
  line-height: 1.32;
}

.review-card a {
  min-height: 48px;
  margin-top: auto;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.visit-section {
  background: var(--surface);
}

.visit-grid {
  display: grid;
  gap: 3.5rem;
}

.visit-copy h2 {
  max-width: 12ch;
}

.visit-details {
  margin: 2.25rem 0 0;
}

.visit-details > div {
  display: grid;
  gap: 0.45rem;
  padding-block: 1rem;
  border-top: 1px solid var(--line);
}

.visit-details > div:last-child {
  border-bottom: 1px solid var(--line);
}

.visit-details dt {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visit-details dt .icon {
  width: 1rem;
  height: 1rem;
  stroke-width: 1.8;
}

.visit-details dd {
  margin: 0;
  color: var(--ink-soft);
}

.visit-details dd span {
  display: block;
}

.visit-details dd span:nth-child(even) {
  margin-bottom: 0.4rem;
}

.visit-details dd a {
  color: var(--ink);
  font-weight: 700;
}

.visit-actions {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.map-wrap {
  position: relative;
  height: 380px;
  min-height: 0;
  overflow: hidden;
  background: var(--soft);
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
}

.map-location-pin {
  position: absolute;
  z-index: 2;
  top: 46%;
  left: 51%;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 42px;
  min-width: 156px;
  padding: 0.36rem 0.72rem 0.36rem 0.42rem;
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 5px 12px rgba(28, 25, 22, 0.2);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  transition: transform 180ms var(--ease-out), box-shadow 180ms ease;
}

.map-location-pin-mark {
  display: grid;
  width: 1.75rem;
  height: 1.75rem;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: var(--white);
}

.map-location-pin-mark .icon {
  width: 1.15rem;
  height: 1.15rem;
  fill: var(--accent);
  stroke: var(--white);
  stroke-width: 1.55;
}

.map-location-pin:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.site-footer {
  padding: clamp(4.5rem, 10vw, 7rem) 0 2rem;
  background: var(--green-deep);
  color: var(--white);
}

.footer-grid {
  display: grid;
  gap: 3rem;
}

.brand-footer {
  color: var(--white);
}

.footer-brand > p {
  max-width: 27rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.68);
}

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

.footer-block h2 {
  margin-bottom: 1.15rem;
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-block address,
.footer-block p,
.footer-block > a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
  font-style: normal;
}

.footer-block p {
  margin-bottom: 0.8rem;
}

.footer-block > a {
  min-height: 32px;
}

.footer-hours {
  margin-top: 0.8rem;
}

.social-links {
  display: flex;
  gap: 0.7rem;
}

.social-links a {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  transition: background-color 180ms ease, color 180ms ease;
}

.social-links svg {
  width: 19px;
  height: 19px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 4rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
}

.lightbox {
  width: min(94vw, 980px);
  max-width: none;
  max-height: 92vh;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  color: var(--white);
}

.lightbox::backdrop {
  background: rgba(12, 13, 11, 0.92);
}

.lightbox figure {
  display: grid;
  max-height: 88vh;
  justify-items: center;
  margin: 0;
}

.lightbox img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}

.lightbox figcaption {
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
}

.lightbox-close {
  position: absolute;
  z-index: 2;
  top: -50px;
  right: 0;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
  color: var(--white);
  cursor: pointer;
}

.lightbox-close .icon {
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 1.8;
}

/* Motion and atmosphere */
.hero-content {
  position: relative;
  z-index: 1;
}

.hero::before {
  position: absolute;
  z-index: 0;
  top: 8%;
  left: 55%;
  width: min(58vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0.08) 32%, transparent 69%);
  content: "";
  filter: blur(12px);
  mix-blend-mode: soft-light;
  opacity: 0.42;
  pointer-events: none;
}

.hero-seal {
  position: absolute;
  z-index: 2;
  top: calc(var(--header-height) + 3.65rem);
  right: 18px;
  bottom: auto;
  display: grid;
  width: clamp(106px, 29vw, 124px);
  height: clamp(106px, 29vw, 124px);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(23, 32, 25, 0.08);
  color: var(--white);
  box-shadow: none;
  transform-style: preserve-3d;
  will-change: transform;
}

.hero-seal-rotor,
.hero-seal-rotor svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-seal-rotor {
  will-change: transform;
}

.hero-seal svg {
  overflow: visible;
}

.hero-seal text {
  fill: currentColor;
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 8.4px;
  font-weight: 800;
  letter-spacing: 1.7px;
}

.hero-seal > span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 7vw, 2.35rem);
  font-weight: 700;
  line-height: 1;
  transform: translateZ(8px);
}

.brand-marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
}

.brand-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.brand-marquee-group {
  display: flex;
  align-items: center;
  flex: none;
  gap: 1.5rem;
  padding: 1.15rem 0.75rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 4.8vw, 2.2rem);
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  white-space: nowrap;
}

.brand-marquee-group i {
  color: var(--accent);
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 0.65em;
  font-style: normal;
}

.story-figure::before {
  position: absolute;
  z-index: 1;
  inset: -20% auto -20% -45%;
  width: 32%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: skewX(-17deg) translateX(-160%);
  will-change: transform, opacity;
}

.story-figure figcaption {
  z-index: 2;
}

.experience-section {
  position: relative;
  isolation: isolate;
}

.experience-section::before,
.experience-section::after {
  position: absolute;
  z-index: -1;
  border: 1px dashed rgba(224, 100, 82, 0.33);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  will-change: transform;
}

.experience-section::before {
  top: -24vw;
  left: -24vw;
  width: 58vw;
  min-width: 430px;
  aspect-ratio: 1;
}

.experience-section::after {
  right: -19vw;
  bottom: -24vw;
  width: 48vw;
  min-width: 360px;
  aspect-ratio: 1;
  border-color: rgba(255, 255, 255, 0.16);
}

.experience-layout {
  position: relative;
  z-index: 1;
}

.experience-photo {
  overflow: hidden;
}

.experience-photo img {
  will-change: transform;
}

.menu-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.menu-section > .shell {
  position: relative;
  z-index: 1;
}

.menu-ambient {
  position: absolute;
  z-index: 0;
  inset: 1.5rem -8% auto auto;
  display: grid;
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(8rem, 18vw, 20rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.66;
  opacity: 0.035;
  pointer-events: none;
  white-space: nowrap;
}

.menu-ambient span {
  will-change: transform;
}

.menu-ambient span:last-child {
  margin-left: 0.35em;
}

.photo-break-media {
  overflow: hidden;
}

.photo-break-media img {
  will-change: transform;
}

.photo-break-panel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.photo-break-panel::before {
  position: absolute;
  z-index: -1;
  top: -20%;
  left: -70%;
  width: 90%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent 68%);
  content: "";
  opacity: 0.6;
  pointer-events: none;
  will-change: transform, opacity;
}

.gallery-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.gallery-section::before {
  position: absolute;
  z-index: -1;
  top: 2%;
  right: -24vw;
  width: 52vw;
  min-width: 440px;
  aspect-ratio: 1;
  border: 2px dashed rgba(224, 100, 82, 0.3);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  will-change: transform;
}

.gallery-section > .shell {
  position: relative;
  z-index: 1;
}

.rating-summary .stars {
  display: inline-block;
  transform-origin: center;
  will-change: transform, opacity;
}

.brand-footer img {
  will-change: transform;
}

.quick-fact:active,
.gallery-item:active,
.menu-toggle:active,
.social-links a:active,
.lightbox-close:active {
  transform: scale(0.97);
}

.gallery-item,
.quick-fact,
.menu-toggle,
.social-links a,
.lightbox-close {
  transition: transform 150ms var(--ease-out), background-color 180ms ease, color 180ms ease;
}

.lightbox[open] {
  opacity: 1;
}

.lightbox[open] figure {
  opacity: 1;
  transform: scale(1);
  transition: transform 260ms var(--ease-out), opacity 200ms ease;
}

@starting-style {
  .lightbox[open] {
    opacity: 0;
  }

  .lightbox[open] figure {
    opacity: 0;
    transform: scale(0.96);
  }
}

html.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 720ms var(--ease-out), opacity 560ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: transform, opacity;
}

html.motion-ready [data-reveal="image"] {
  transform: translateY(24px) scale(0.965);
}

html.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

html.motion-ready [data-reveal].is-visible:active {
  transform: scale(0.97);
}

@media (hover: hover) and (pointer: fine) {
  .button-primary:hover {
    background: var(--accent-deep);
  }

  .button-ghost:hover {
    background: var(--white);
    color: var(--ink);
  }

  .button-light:hover {
    background: var(--green-deep);
    color: var(--white);
  }

  .button-outline:hover {
    background: var(--ink);
    color: var(--white);
  }

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

  .button:hover > .icon,
  .inline-action:hover > .icon,
  .text-link:hover > .icon,
  .review-card a:hover > .icon,
  .footer-bottom a:hover > .icon {
    transform: translate(2px, -2px);
  }

  .map-location-pin:hover {
    box-shadow: 0 7px 16px rgba(28, 25, 22, 0.24);
    transform: translate(-50%, calc(-50% - 2px));
  }

  a.quick-fact:hover {
    background: var(--accent-deep);
  }

  .social-links a:hover {
    background: var(--white);
    color: var(--green-deep);
  }

  .menu-column:hover .menu-image img {
    transform: scale(1.035);
  }

  .gallery-item:hover img {
    transform: scale(1.045);
  }

  .gallery-item:hover .gallery-zoom-icon {
    transform: rotate(90deg);
    background: var(--white);
    color: var(--ink);
  }

  .quick-fact:hover strong,
  .footer-block > a:hover,
  .inline-action:hover {
    text-decoration-thickness: 2px;
  }

  .site-nav a:hover::after {
    width: 100%;
  }
}

@media (min-width: 640px) {
  .shell {
    width: min(calc(100% - 64px), var(--shell));
  }

  .hero-actions,
  .visit-actions {
    align-items: center;
    flex-direction: row;
  }

  .quick-fact {
    min-height: 132px;
    padding-inline: 1.5rem;
  }

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

  .feature-list li:nth-child(odd) {
    padding-right: 1rem;
  }

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

  .section-heading,
  .reviews-heading {
    grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.6fr);
    align-items: end;
  }

  .rating-summary {
    justify-items: end;
    text-align: right;
  }

  .menu-footer {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .photo-break-panel {
    padding-inline: 32px;
  }

  .hero-seal {
    width: 108px;
    height: 108px;
  }

  .visit-details > div {
    grid-template-columns: 120px minmax(0, 1fr);
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (min-width: 900px) {
  :root {
    --header-height: 76px;
  }

  body.nav-open {
    overflow: auto;
  }

  .site-header {
    padding-inline: clamp(32px, 4vw, 72px);
    border-bottom-color: rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .header-social {
    display: none;
  }

  .brand {
    gap: 0.7rem;
    font-size: 1.04rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    text-transform: none;
  }

  .brand img {
    width: 42px;
    height: 42px;
    border: 0;
  }

  .site-header:not(.is-scrolled) {
    background: rgba(18, 16, 14, 0.72);
    box-shadow: none;
  }

  .menu-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    z-index: auto;
    inset: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    gap: 2rem;
    padding: 0;
    visibility: visible;
    opacity: 1;
    background: transparent;
  }

  .site-nav a {
    width: auto;
    min-height: 48px;
    border: 0;
    font-family: Aptos, "Segoe UI", Arial, sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 1;
    transform: none;
  }

  .site-nav a::after {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--white);
    content: "";
    transition: width 180ms ease;
  }

  .site-nav a {
    position: relative;
  }

  .hero-content {
    display: grid;
    width: min(calc(100% - 64px), 1440px);
    grid-template-columns: minmax(0, 2.25fr) minmax(290px, 0.78fr);
    align-items: end;
    gap: clamp(2rem, 5vw, 5.5rem);
    padding-top: calc(var(--header-height) + 2rem);
    padding-bottom: clamp(2.75rem, 5.5vh, 4.75rem);
  }

  .hero-scrim {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  }

  .hero-brand-block,
  .hero-visit-block {
    min-width: 0;
  }

  .hero-brand-block .eyebrow {
    margin-bottom: 0.75rem;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(4.3rem, 8vw, 7.5rem);
    letter-spacing: -0.055em;
    line-height: 0.82;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hero-title-mobile {
    display: none;
  }

  .hero-title-desktop {
    display: block;
  }

  .hero-visit-block {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 0.2rem;
  }

  .hero-lede {
    max-width: 28ch;
    margin: 0 0 0 auto;
    font-size: clamp(1.02rem, 1.45vw, 1.25rem);
    line-height: 1.5;
    text-align: right;
    text-wrap: balance;
  }

  .hero-actions {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(145px, 1fr));
    gap: 0.8rem;
    margin-top: 1.7rem;
  }

  .hero .button {
    min-height: 58px;
    justify-content: space-between;
    padding-inline: 1rem;
    white-space: nowrap;
  }

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

  .hero .button-ghost {
    border-color: rgba(255, 255, 255, 0.82);
    background: rgba(0, 0, 0, 0.08);
  }

  .hero-scroll {
    display: none;
  }

  .hero-seal {
    top: calc(var(--header-height) + 2.1rem);
    right: clamp(34px, 4.3vw, 78px);
    bottom: auto;
    width: 132px;
    height: 132px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(0, 0, 0, 0.06);
    color: var(--white);
    box-shadow: none;
  }

  .hero-seal > span {
    font-size: 2.35rem;
  }

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

  .quick-fact,
  .quick-fact:nth-child(2n),
  .quick-fact:nth-last-child(-n + 2) {
    min-height: 148px;
    border-right: 1px solid rgba(255, 255, 255, 0.32);
    border-bottom: 0;
  }

  .quick-fact:last-child {
    border-right: 0;
  }

  .story-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.76fr);
    align-items: center;
    gap: clamp(5rem, 10vw, 10rem);
  }

  .story-copy {
    padding-left: clamp(0px, 2vw, 2rem);
  }

  .experience-layout {
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.7fr);
    align-items: end;
    gap: clamp(3rem, 6vw, 6rem);
  }

  .experience-copy {
    padding-bottom: 2.9rem;
  }

  .experience-rail {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
    gap: 1rem;
    overflow: visible;
    padding: 0;
  }

  .experience-photo {
    width: auto;
  }

  .experience-photo:nth-child(2) {
    margin-top: -2.5rem;
  }

  .menu-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: clamp(1.5rem, 3.2vw, 3.25rem);
  }

  .menu-column-offset {
    padding-top: 5rem;
  }

  .photo-break {
    min-height: 0;
    grid-template-columns: minmax(0, 1.65fr) minmax(350px, 1fr);
  }

  .photo-break-media {
    min-height: 0;
    aspect-ratio: 1448 / 1086;
  }

  .photo-break-panel {
    padding-inline: clamp(3rem, 5vw, 6rem);
  }

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

  .reviews-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(250px, auto));
  }

  .review-card:first-child {
    grid-column: span 7;
    grid-row: span 2;
    padding: clamp(2.4rem, 4vw, 4.25rem);
  }

  .review-card:not(:first-child) {
    grid-column: span 5;
  }

  .review-card:first-child blockquote {
    max-width: 19ch;
    margin-block: auto;
    padding-block: 2.5rem;
  }

  .review-card:not(:first-child) blockquote {
    font-size: 1.35rem;
  }

  .visit-grid {
    grid-template-columns: minmax(350px, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
    gap: clamp(3rem, 5vw, 5rem);
  }

  .visit-section {
    padding-block: clamp(4.5rem, 7vw, 6rem);
  }

  .visit-copy {
    padding-block: 0;
  }

  .visit-copy h2 {
    max-width: 12ch;
    font-size: clamp(3rem, 5.2vw, 4.75rem);
  }

  .visit-details {
    margin-top: 1.5rem;
  }

  .visit-details > div {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 0.75rem;
    padding-block: 0.75rem;
  }

  .visit-details dd {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .visit-details > div:nth-child(2) dd {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 0.75rem;
  }

  .visit-details dd span:nth-child(even) {
    margin-bottom: 0;
    text-align: right;
  }

  .visit-actions {
    gap: 0.75rem;
    margin-top: 1.25rem;
  }

  .visit-actions .button {
    min-height: 48px;
    padding-inline: 1rem;
  }

  .map-wrap,
  .map-wrap iframe {
    height: clamp(420px, 35vw, 460px);
    min-height: 0;
  }

  .footer-grid {
    grid-template-columns: minmax(280px, 2fr) repeat(3, minmax(120px, 1fr));
    gap: 2rem;
  }

  .footer-brand {
    grid-column: auto;
  }
}

@media (min-width: 900px) and (max-width: 1099px) {
  .visit-details > div {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .visit-details dd {
    font-size: 0.88rem;
  }

  .visit-actions .button {
    padding-inline: 0.65rem;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .experience-layout {
    grid-template-columns: minmax(0, 1fr);
    align-items: initial;
  }

  .experience-copy {
    padding-bottom: 0;
  }

  .experience-rail {
    display: flex;
    width: calc(100% + 20px);
    align-items: initial;
    grid-template-columns: none;
    overflow-x: auto;
    padding: 0 20px 1rem 0;
  }

  .experience-photo {
    width: clamp(280px, 38vw, 360px);
  }

  .experience-photo:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .hero-content {
    width: min(calc(100% - 128px), 1440px);
    padding-left: 2rem;
  }

  .hero h1 {
    font-size: clamp(6rem, 8.85vw, 8.5rem);
  }

  .story-figure {
    margin-right: 2rem;
  }

  .gallery-grid {
    gap: 1.25rem;
  }
}

@media (min-width: 900px) and (hover: hover) and (pointer: fine) {
  .hero .button-primary:hover {
    background: var(--accent);
    color: var(--white);
  }

  .hero .button-ghost:hover {
    border-color: var(--surface);
    background: var(--surface);
    color: var(--ink);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-content {
    animation: hero-content-in 720ms 120ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .hero-media img {
    animation: hero-image-in 1200ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .hero::before {
    animation: hero-light-drift 9s var(--ease-in-out) infinite alternate;
  }

  .hero-seal-rotor {
    animation: seal-spin 16s linear infinite;
  }

  .brand-marquee-track {
    animation: marquee-flow 26s linear infinite;
  }

  .story-figure::before {
    animation: cabinet-glint 7s var(--ease-in-out) 1.4s infinite;
  }

  .experience-section::before {
    animation: atmosphere-orbit 30s linear infinite;
  }

  .experience-section::after {
    animation: atmosphere-orbit-reverse 23s linear infinite;
  }

  .experience-photo:nth-child(1) img {
    animation: image-breathe-a 8s var(--ease-in-out) infinite alternate;
  }

  .experience-photo:nth-child(2) img {
    animation: image-breathe-b 9.5s var(--ease-in-out) -2s infinite alternate;
  }

  .experience-photo:nth-child(3) img {
    animation: image-breathe-a 8.7s var(--ease-in-out) -4s infinite alternate-reverse;
  }

  .menu-ambient span:first-child {
    animation: menu-word-drift 13s var(--ease-in-out) infinite alternate;
  }

  .menu-ambient span:last-child {
    animation: menu-word-drift-reverse 15s var(--ease-in-out) infinite alternate;
  }

  .photo-break-media img {
    animation: photo-ken-burns 13s var(--ease-in-out) infinite alternate;
  }

  .photo-break-panel::before {
    animation: panel-light-flow 8s var(--ease-in-out) infinite alternate;
  }

  .gallery-section::before {
    animation: atmosphere-orbit 36s linear infinite;
  }

  .rating-summary .stars {
    animation: rating-pulse 3.4s var(--ease-in-out) infinite;
  }

  .brand-footer img {
    animation: seal-spin 24s linear infinite;
  }

  @keyframes hero-content-in {
    from {
      transform: translateY(22px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes hero-image-in {
    from {
      transform: scale(1.045);
    }
    to {
      transform: scale(1);
    }
  }

  @keyframes hero-light-drift {
    0% {
      transform: translate3d(-12%, -7%, 0) scale(0.92);
      opacity: 0.28;
    }
    100% {
      transform: translate3d(11%, 9%, 0) scale(1.12);
      opacity: 0.58;
    }
  }

  @keyframes seal-spin {
    to {
      transform: rotate(360deg);
    }
  }

  @keyframes marquee-flow {
    to {
      transform: translate3d(-50%, 0, 0);
    }
  }

  @keyframes cabinet-glint {
    0%,
    28% {
      transform: skewX(-17deg) translateX(-160%);
      opacity: 0;
    }
    36%,
    62% {
      opacity: 0.72;
    }
    72%,
    100% {
      transform: skewX(-17deg) translateX(560%);
      opacity: 0;
    }
  }

  @keyframes atmosphere-orbit {
    to {
      transform: rotate(360deg);
    }
  }

  @keyframes atmosphere-orbit-reverse {
    to {
      transform: rotate(-360deg);
    }
  }

  @keyframes image-breathe-a {
    from {
      transform: scale(1.015) translate3d(0, 0, 0);
    }
    to {
      transform: scale(1.075) translate3d(1.4%, -1.1%, 0);
    }
  }

  @keyframes image-breathe-b {
    from {
      transform: scale(1.06) translate3d(-1.4%, -0.8%, 0);
    }
    to {
      transform: scale(1.015) translate3d(0.8%, 1%, 0);
    }
  }

  @keyframes menu-word-drift {
    from {
      transform: translate3d(-5%, 0, 0);
    }
    to {
      transform: translate3d(7%, 0, 0);
    }
  }

  @keyframes menu-word-drift-reverse {
    from {
      transform: translate3d(7%, 0, 0);
    }
    to {
      transform: translate3d(-5%, 0, 0);
    }
  }

  @keyframes photo-ken-burns {
    from {
      transform: scale(1.02) translate3d(0, 0, 0);
    }
    to {
      transform: scale(1.085) translate3d(-1.2%, 1%, 0);
    }
  }

  @keyframes panel-light-flow {
    from {
      transform: translate3d(0, -5%, 0) scale(0.85);
      opacity: 0.38;
    }
    to {
      transform: translate3d(190%, 18%, 0) scale(1.18);
      opacity: 0.72;
    }
  }

  @keyframes rating-pulse {
    0%,
    100% {
      transform: scale(1);
      opacity: 0.76;
    }
    50% {
      transform: scale(1.12);
      opacity: 1;
    }
  }
}

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

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

  html.motion-ready [data-reveal],
  html.motion-ready [data-reveal="image"] {
    opacity: 1;
    transform: none;
  }
}
