:root {
  color-scheme: light;
  --ink: #16243a;
  --ink-soft: #4b5a6c;
  --paper: #cfd1cc;
  --paper-cool: #becbd7;
  --navy: #132b53;
  --navy-deep: #0c1f3c;
  --navy-raised: #1e3b69;
  --brass: #c39e73;
  --brass-light: #e0c39a;
  --wood: #534a42;
  --line: rgba(19, 43, 83, 0.18);
  --white: #fdfdfb;
  --radius: 6px;
  --header-height: 72px;
  --page-pad: clamp(20px, 5vw, 72px);
  --content-width: 1260px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --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);
}

* {
  box-sizing: border-box;
}

.header-sentinel {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.menu-open,
body.lightbox-open {
  overflow: hidden;
}

img {
  max-width: 100%;
}

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

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

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

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

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: var(--header-height);
  padding: 8px var(--page-pad);
  border-bottom: 1px solid transparent;
  background: transparent;
  color: var(--white);
  transition: background-color 260ms var(--ease), border-color 260ms var(--ease), backdrop-filter 260ms var(--ease);
}

.site-header--scrolled {
  border-bottom-color: rgba(224, 195, 154, 0.38);
  background: rgba(12, 31, 60, 0.92);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 116px;
  height: 50px;
  overflow: hidden;
  border-radius: var(--radius);
  background: transparent;
  isolation: isolate;
}

.brand img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.brand::after {
  content: "";
  position: absolute;
  inset: -35% auto -35% -55%;
  z-index: 2;
  width: 28%;
  transform: translateX(0) skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.56), transparent);
  pointer-events: none;
  animation: logo-sheen 6.5s var(--ease-in-out) infinite;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 40px);
  white-space: nowrap;
}

.desktop-nav a,
.footer-nav a {
  text-decoration: none;
}

.desktop-nav a {
  position: relative;
  padding: 8px 0;
  color: rgba(253, 253, 251, 0.88);
  font-size: 0.92rem;
  font-weight: 650;
}

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

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

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

.social-link {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: var(--radius);
  color: currentColor;
  transition: color 220ms var(--ease), background-color 220ms var(--ease), transform 220ms var(--ease);
}

.social-link:hover {
  background: rgba(195, 158, 115, 0.18);
  color: var(--brass-light);
  transform: translateY(-1px);
}

.social-link:active,
.button:active,
.menu-toggle:active,
.gallery-item:active {
  transform: translateY(1px) scale(0.98);
}

.social-link svg {
  width: 18px;
  height: 22px;
  fill: currentColor;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 6px auto;
  background: currentColor;
  transition: transform 260ms var(--ease);
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 25;
  display: grid;
  align-content: center;
  gap: 42px;
  padding: calc(var(--header-height) + 32px) var(--page-pad) 40px;
  transform: translateY(-102%);
  visibility: hidden;
  background: var(--navy-deep);
  color: var(--white);
  transition: transform 420ms var(--ease-drawer), visibility 420ms;
}

.mobile-menu.is-open {
  transform: translateY(0);
  visibility: visible;
}

.mobile-menu nav {
  display: grid;
}

.mobile-menu nav a {
  padding: 10px 0;
  color: var(--white);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 10vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  transform: translateY(16px);
  opacity: 0;
  transition: transform 240ms var(--ease-out), opacity 180ms var(--ease-out), color 160ms ease;
}

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

.mobile-menu.is-open nav a:nth-child(1) { transition-delay: 60ms; }
.mobile-menu.is-open nav a:nth-child(2) { transition-delay: 95ms; }
.mobile-menu.is-open nav a:nth-child(3) { transition-delay: 130ms; }
.mobile-menu.is-open nav a:nth-child(4) { transition-delay: 165ms; }
.mobile-menu.is-open nav a:nth-child(5) { transition-delay: 200ms; }

.mobile-facebook {
  width: fit-content;
  color: rgba(253, 253, 251, 0.76);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--navy-deep);
  color: var(--white);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  transform-origin: 50% 48%;
  will-change: transform;
  animation: hero-breathe 18s var(--ease-in-out) infinite alternate;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.14) 48%, rgba(0, 0, 0, 0.28) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100svh;
  max-width: var(--content-width);
  margin: 0 auto;
  padding: clamp(132px, 21svh, 210px) var(--page-pad) clamp(48px, 9svh, 88px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.hero-kicker {
  margin: 0 0 14px;
  color: var(--brass-light);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
h2,
h3 {
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.3rem, 8.8vw, 7.4rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.26);
}

.hero-copy {
  max-width: 540px;
  margin: 20px 0 0;
  color: rgba(253, 253, 251, 0.96);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.45;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.3);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  isolation: isolate;
  transition: transform 150ms var(--ease-out), background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -55%;
  width: 34%;
  transform: translateX(0) skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  pointer-events: none;
  transition: transform 520ms var(--ease-out);
}

.button-primary {
  background: var(--brass);
  color: var(--navy-deep);
}

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

.button-ghost {
  border-color: rgba(224, 195, 154, 0.84);
  background: rgba(15, 24, 32, 0.18);
  color: var(--white);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.button-ghost:hover {
  background: rgba(253, 253, 251, 0.94);
  color: var(--ink);
}

.button-dark {
  margin-top: 34px;
  background: var(--brass);
  color: var(--navy-deep);
}

.button-dark:hover {
  background: var(--brass-light);
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 3px solid var(--brass);
  border-bottom: 1px solid var(--line);
  background: var(--paper-cool);
}

.service-strip p:nth-child(2) {
  background: rgba(195, 158, 115, 0.28);
}

.service-strip p {
  margin: 0;
  padding: 20px var(--page-pad);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  text-align: center;
}

.service-strip p + p {
  border-left: 1px solid var(--line);
}

.brand-marquee {
  overflow: hidden;
  border-bottom: 1px solid rgba(195, 158, 115, 0.56);
  background: var(--navy-deep);
  color: var(--brass-light);
}

.brand-marquee-track {
  display: flex;
  width: max-content;
  padding: 13px 0;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(0.78rem, 1.2vw, 0.94rem);
  font-weight: 750;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  will-change: transform;
  animation: brand-marquee 24s linear infinite;
}

.brand-marquee-group {
  display: flex;
  flex: none;
  align-items: center;
  gap: clamp(20px, 3vw, 44px);
  padding-right: clamp(20px, 3vw, 44px);
}

.brand-marquee-track i {
  color: var(--brass);
  font-style: normal;
}

.section {
  width: min(100%, calc(var(--content-width) + (2 * var(--page-pad))));
  margin: 0 auto;
  padding: clamp(76px, 10vw, 136px) var(--page-pad);
}

.about-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 1.18fr);
  gap: clamp(42px, 9vw, 120px);
  align-items: center;
}

.portrait-frame,
.menu-image-frame,
.gallery-frame {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(19, 43, 83, 0.16);
  background: var(--paper-cool);
  border-color: rgba(195, 158, 115, 0.5);
}

.portrait-frame img,
.menu-image-frame img,
.gallery-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.portrait-frame img {
  object-position: 52% 50%;
}

.about-copy h2,
.section-heading h2,
.spotlight-copy h2,
.reviews-intro h2,
.visit-details h2 {
  color: var(--navy);
  margin: 0;
  font-size: clamp(2.5rem, 5.4vw, 5.25rem);
  font-weight: 750;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.about-copy h2::after,
.section-heading h2::after,
.visit-details h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin-top: 20px;
  background: var(--brass);
  transform-origin: left center;
  animation: accent-breathe 5.2s var(--ease-in-out) infinite;
}

.about-copy > p {
  max-width: 64ch;
  margin: 26px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.about-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  margin: 42px 0 0;
}

.about-facts div {
  padding: 17px 0;
  border-top: 1px solid rgba(195, 158, 115, 0.68);
}

.about-facts dt {
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.about-facts dd {
  margin: 2px 0 0;
  font-weight: 700;
}

.menu-section {
  border-top: 1px solid rgba(195, 158, 115, 0.55);
}

.section-heading {
  display: grid;
  max-width: 860px;
  gap: 22px;
}

.section-heading p {
  max-width: 58ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3.2vw, 42px);
  margin-top: 54px;
}

.menu-column {
  min-width: 0;
  transition: transform 240ms var(--ease-out);
}

.menu-column:nth-child(2) {
  margin-top: 74px;
}

.menu-image-frame img {
  object-position: 50% 50%;
  transition: transform 260ms var(--ease-out);
}

.menu-column h3 {
  margin: 24px 0 0;
  color: var(--navy);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  letter-spacing: -0.03em;
}

.menu-column > p {
  min-height: 3.2em;
  margin: 8px 0 20px;
  color: var(--ink-soft);
}

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

.menu-column li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 0;
  border-top: 1px solid rgba(19, 43, 83, 0.16);
  font-weight: 650;
}

.menu-column li::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  margin-top: 0.62em;
  border-radius: 50%;
  background: var(--brass);
}

.spotlight-section {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.8fr);
  grid-template-rows: auto auto;
  width: min(100%, 1500px);
  margin: 0 auto;
  padding: clamp(58px, 8vw, 112px) var(--page-pad);
  gap: 22px;
  background: var(--paper-cool);
}

.spotlight-main {
  grid-row: 1 / span 2;
  min-height: 580px;
}

.spotlight-secondary {
  min-height: 270px;
}

.spotlight-image {
  overflow: hidden;
  border-radius: var(--radius);
}

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

.spotlight-main img {
  object-position: 50% 48%;
  transform-origin: center;
  will-change: transform;
  animation: spotlight-pan 16s var(--ease-in-out) infinite alternate;
}

.spotlight-secondary img {
  transform-origin: 50% 52%;
  will-change: transform;
  animation: spotlight-breathe 11s var(--ease-in-out) infinite alternate;
}

.spotlight-copy {
  position: relative;
  display: flex;
  padding: clamp(28px, 4vw, 52px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: var(--radius);
  border: 1px solid rgba(224, 195, 154, 0.42);
  background: var(--navy-deep);
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
}

.spotlight-copy > * {
  position: relative;
  z-index: 1;
}

.spotlight-copy::after {
  content: "";
  position: absolute;
  top: -92px;
  right: -84px;
  width: 230px;
  height: 230px;
  border: 1px dashed rgba(224, 195, 154, 0.42);
  border-radius: 50%;
  box-shadow: inset 0 0 0 34px rgba(195, 158, 115, 0.055);
  pointer-events: none;
  animation: slow-orbit 20s linear infinite;
}

.spotlight-copy h2 {
  color: var(--white);
  font-size: clamp(2rem, 3.8vw, 3.8rem);
}

.spotlight-copy p {
  margin: 20px 0 0;
  color: rgba(253, 253, 251, 0.78);
}

.text-link {
  margin-top: 28px;
  color: var(--brass-light);
  font-weight: 750;
}

.gallery-section {
  padding-bottom: clamp(90px, 12vw, 160px);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 54px;
}

.gallery-item {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  cursor: zoom-in;
  transition: transform 240ms var(--ease);
}

.gallery-frame {
  display: block;
  background: var(--paper-cool);
  will-change: transform;
}

.gallery-frame img {
  object-position: 50% 50%;
  transition: transform 280ms var(--ease-out);
}

.reviews-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(230px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(36px, 7vw, 96px);
  width: 100%;
  max-width: none;
  border-top: 3px solid var(--brass);
  background: var(--navy-deep);
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
}

.reviews-section::before {
  content: "";
  position: absolute;
  top: -240px;
  left: -140px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(195, 158, 115, 0.18), rgba(195, 158, 115, 0) 68%);
  pointer-events: none;
  will-change: transform, opacity;
  animation: review-glow 13s var(--ease-in-out) infinite alternate;
}

.reviews-section > * {
  position: relative;
  z-index: 1;
}

.reviews-intro h2 {
  color: var(--white);
  font-size: clamp(2.6rem, 5vw, 4.7rem);
}

.reviews-intro h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 22px;
  background: var(--brass);
  transform-origin: left center;
  animation: accent-breathe 5.2s var(--ease-in-out) infinite;
}

.rating {
  margin: 24px 0 0;
  color: rgba(253, 253, 251, 0.72);
}

.rating strong {
  display: block;
  color: var(--brass-light);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(3.5rem, 7vw, 6.4rem);
  line-height: 1;
}

.reviews-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 18px;
}

.review {
  display: flex;
  padding: clamp(24px, 3.2vw, 44px);
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(253, 253, 251, 0.18);
  border-radius: var(--radius);
  background: var(--navy-raised);
  transition: transform 240ms var(--ease-out), border-color 200ms ease, background-color 200ms ease;
}

.review-featured {
  min-height: 430px;
  border-color: rgba(195, 158, 115, 0.58);
  background: var(--paper);
  color: var(--ink);
}

.review-stack {
  display: grid;
  gap: 18px;
}

.stars {
  margin: 0;
  color: var(--brass);
  font-size: 1rem;
  letter-spacing: 0.08em;
  animation: stars-breathe 4.6s var(--ease-in-out) infinite;
}

.review blockquote {
  margin: 28px 0;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(1.25rem, 2.2vw, 2.05rem);
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.review:not(.review-featured) blockquote {
  font-size: clamp(1.05rem, 1.5vw, 1.4rem);
}

.review-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.review-footer cite {
  font-style: normal;
  font-weight: 700;
}

.review-author {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border: 2px solid var(--brass);
  border-radius: 50%;
  object-fit: cover;
}

.review-footer a {
  color: inherit;
  font-size: 0.88rem;
  white-space: nowrap;
}

.visit-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
  min-height: 670px;
  border-top: 3px solid var(--brass);
  background: var(--paper-cool);
}

.visit-details {
  background: var(--paper);
  padding: clamp(76px, 9vw, 128px) var(--page-pad);
}

.visit-details address {
  margin-top: 32px;
  color: var(--wood);
  font-size: 1.08rem;
  font-style: normal;
}

.phone-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--ink);
  text-decoration-color: var(--brass);
  text-decoration-thickness: 2px;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 750;
}

.hours {
  max-width: 440px;
  margin-top: 44px;
}

.hours h3 {
  margin: 0 0 12px;
  font-size: 1.12rem;
}

.hours dl {
  margin: 0;
}

.hours dl div {
  display: flex;
  padding: 11px 0;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(195, 158, 115, 0.62);
}

.hours dt,
.hours dd {
  margin: 0;
}

.hours dd {
  font-weight: 700;
  text-align: right;
}

.map-wrap {
  min-height: 520px;
  overflow: hidden;
}

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

.site-footer {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr auto;
  gap: clamp(30px, 7vw, 96px);
  padding: 64px var(--page-pad);
  border-top: 3px solid var(--brass);
  background: var(--navy-deep);
  color: var(--white);
}

.footer-brand img {
  width: 138px;
  height: 76px;
  display: block;
  border-radius: var(--radius);
  object-fit: contain;
}

.footer-brand p,
.footer-contact p {
  max-width: 34ch;
  margin: 20px 0 0;
  color: rgba(253, 253, 251, 0.68);
}

.footer-contact a {
  display: inline-block;
  margin-top: 12px;
  color: var(--brass-light);
  font-weight: 700;
}

.footer-nav {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.footer-nav > a:not(.social-link) {
  padding: 9px 0;
}

.footer-nav > a:not(.social-link):hover,
.footer-nav > a:not(.social-link):focus-visible {
  color: var(--brass-light);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(74px, 1fr) minmax(0, 10fr) minmax(74px, 1fr);
  align-items: center;
  padding: 72px 24px 28px;
  visibility: hidden;
  opacity: 0;
  background: rgba(12, 31, 60, 0.96);
  color: var(--white);
  transition: opacity 240ms var(--ease), visibility 240ms;
}

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

.lightbox figure {
  display: grid;
  max-width: min(1100px, 100%);
  max-height: calc(100svh - 112px);
  margin: 0 auto;
  justify-items: center;
  gap: 14px;
  transform: scale(0.965);
  opacity: 0;
  filter: blur(8px);
  transition: transform 300ms var(--ease-out), opacity 220ms var(--ease-out), filter 240ms ease;
}

.lightbox.is-open figure {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
}

.lightbox figure img {
  max-width: 100%;
  max-height: calc(100svh - 154px);
  display: block;
  border-radius: var(--radius);
  object-fit: contain;
}

.lightbox figcaption {
  color: rgba(253, 253, 251, 0.76);
  text-align: center;
}

.lightbox button {
  border: 1px solid rgba(253, 253, 251, 0.4);
  border-radius: var(--radius);
  background: rgba(25, 38, 51, 0.9);
  color: var(--white);
  cursor: pointer;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 44px;
  padding: 8px 16px;
}

.lightbox-nav {
  min-height: 54px;
  padding: 8px 12px;
}

.lightbox-prev {
  justify-self: start;
}

.lightbox-next {
  justify-self: end;
}

.reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.99);
  filter: blur(7px);
  clip-path: inset(0 0 10% 0);
  transition: opacity 560ms var(--ease-out), transform 760ms var(--ease-out), filter 620ms ease, clip-path 760ms var(--ease-out);
  will-change: transform, opacity, filter, clip-path;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
  clip-path: inset(0 0 0 0);
}

.menu-grid .reveal:nth-child(2),
.gallery-grid .reveal:nth-child(2),
.review-stack .reveal:nth-child(2) {
  transition-delay: 70ms;
}

.menu-grid .reveal:nth-child(3),
.gallery-grid .reveal:nth-child(3) {
  transition-delay: 140ms;
}

.gallery-grid .reveal:nth-child(4) { transition-delay: 40ms; }
.gallery-grid .reveal:nth-child(5) { transition-delay: 110ms; }
.gallery-grid .reveal:nth-child(6) { transition-delay: 180ms; }

@media (hover: hover) and (pointer: fine) {
  .mobile-menu nav a:hover {
    color: var(--brass-light);
  }

  .button:hover::after {
    transform: translateX(520%) skewX(-18deg);
  }

  .menu-column:hover {
    transform: translateY(-7px);
  }

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

  .gallery-item:hover {
    transform: translateY(-7px) rotate(-0.35deg);
  }

  .gallery-item:nth-child(even):hover {
    transform: translateY(-7px) rotate(0.35deg);
  }

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

  .review:hover {
    transform: translateY(-5px);
    border-color: rgba(224, 195, 154, 0.64);
  }
}

@media (min-width: 761px) {
  .gallery-item:nth-child(3n + 1) .gallery-frame {
    animation: gallery-float-a 8.5s var(--ease-in-out) infinite alternate;
  }

  .gallery-item:nth-child(3n + 2) .gallery-frame {
    animation: gallery-float-b 10.5s var(--ease-in-out) -2.5s infinite alternate;
  }

  .gallery-item:nth-child(3n) .gallery-frame {
    animation: gallery-float-a 9.5s var(--ease-in-out) -4s infinite alternate-reverse;
  }
}

@keyframes logo-sheen {
  0%, 58% { transform: translateX(0) skewX(-18deg); opacity: 0; }
  66% { opacity: 0.85; }
  82% { transform: translateX(620%) skewX(-18deg); opacity: 0; }
  100% { transform: translateX(620%) skewX(-18deg); opacity: 0; }
}

@keyframes hero-breathe {
  from { transform: scale(1.01) translate3d(0, 0, 0); }
  to { transform: scale(1.065) translate3d(-0.8%, -0.6%, 0); }
}

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

@keyframes accent-breathe {
  0%, 100% { transform: scaleX(0.72); opacity: 0.7; }
  50% { transform: scaleX(1.18); opacity: 1; }
}

@keyframes spotlight-pan {
  from { transform: scale(1.015) translate3d(-0.5%, 0, 0); }
  to { transform: scale(1.075) translate3d(1.2%, -0.6%, 0); }
}

@keyframes spotlight-breathe {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.07) translate3d(-0.8%, 0.8%, 0); }
}

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

@keyframes gallery-float-a {
  from { transform: translate3d(0, -2px, 0); }
  to { transform: translate3d(0, 5px, 0); }
}

@keyframes gallery-float-b {
  from { transform: translate3d(0, 4px, 0); }
  to { transform: translate3d(0, -3px, 0); }
}

@keyframes review-glow {
  from { transform: translate3d(-3%, -2%, 0) scale(0.92); opacity: 0.62; }
  to { transform: translate3d(42%, 18%, 0) scale(1.12); opacity: 1; }
}

@keyframes stars-breathe {
  0%, 100% { opacity: 0.78; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-1px); }
}

@keyframes hero-breathe-mobile {
  from { transform: scale(1.01) translate3d(0, 0, 0); }
  to { transform: scale(1.04) translate3d(-0.35%, -0.25%, 0); }
}

@keyframes spotlight-pan-mobile {
  from { transform: scale(1.01) translate3d(0, 0, 0); }
  to { transform: scale(1.04) translate3d(0.4%, -0.25%, 0); }
}

.animations-paused .brand::after,
.animations-paused .hero-image,
.animations-paused .brand-marquee-track,
.animations-paused .spotlight-main img,
.animations-paused .spotlight-secondary img,
.animations-paused .spotlight-copy::after,
.animations-paused .gallery-frame,
.animations-paused .reviews-section::before,
.animations-paused .stars,
.animations-paused .about-copy h2::after,
.animations-paused .section-heading h2::after,
.animations-paused .visit-details h2::after,
.animations-paused .reviews-intro h2::after {
  animation-play-state: paused;
}

@media (max-width: 980px) {
  .desktop-nav {
    gap: 16px;
  }

  .desktop-nav a {
    font-size: 0.84rem;
  }

  .about-section {
    grid-template-columns: minmax(240px, 0.8fr) minmax(320px, 1.2fr);
    gap: 44px;
  }

  .spotlight-section {
    grid-template-columns: 1.18fr 0.82fr;
  }

  .reviews-section {
    grid-template-columns: 1fr;
  }

  .reviews-intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
  }

  .rating {
    margin: 0;
    text-align: right;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 68px;
    --page-pad: 20px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .brand {
    width: 102px;
    height: 46px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero-image {
    object-position: 50% 50%;
    animation-name: hero-breathe-mobile;
    animation-duration: 22s;
  }

  .hero-content {
    padding-top: 118px;
    padding-bottom: 44px;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 15vw, 4.4rem);
  }

  .hero-copy {
    max-width: 330px;
    margin-top: 16px;
    font-size: 1.02rem;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .button {
    min-height: 48px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .service-strip {
    grid-template-columns: 1fr;
    padding: 12px 20px;
  }

  .service-strip p {
    padding: 10px 0;
    text-align: left;
  }

  .service-strip p + p {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .about-section,
  .menu-grid,
  .spotlight-section,
  .gallery-grid,
  .reviews-layout,
  .visit-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .about-section {
    gap: 42px;
  }

  .about-media {
    width: min(84vw, 420px);
  }

  .about-copy h2,
  .section-heading h2,
  .reviews-intro h2,
  .visit-details h2 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .about-facts {
    grid-template-columns: 1fr;
  }

  .about-facts div:last-child {
    grid-column: auto;
  }

  .menu-grid {
    gap: 58px;
    margin-top: 42px;
  }

  .menu-column:nth-child(2) {
    margin-top: 0;
  }

  .menu-column > p {
    min-height: auto;
  }

  .spotlight-section {
    grid-template-rows: auto;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .spotlight-main {
    grid-row: auto;
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

  .spotlight-main img,
  .spotlight-secondary img {
    animation-name: spotlight-pan-mobile;
    animation-duration: 16s;
  }

  .spotlight-secondary {
    min-height: auto;
    aspect-ratio: 4 / 3;
  }

  .spotlight-copy {
    min-height: 320px;
  }

  .gallery-grid {
    gap: 14px;
  }

  .gallery-frame {
    aspect-ratio: 3 / 4;
  }

  .reviews-intro {
    display: block;
  }

  .rating {
    margin-top: 24px;
    text-align: left;
  }

  .review-featured {
    min-height: 360px;
  }

  .review-stack {
    gap: 14px;
  }

  .review-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .visit-section {
    min-height: 0;
  }

  .visit-details {
    padding: 78px var(--page-pad);
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 460px;
  }

  .site-footer {
    gap: 42px;
  }

  .footer-nav {
    flex-wrap: wrap;
  }

  .lightbox {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    gap: 12px;
    padding: 70px 16px 18px;
  }

  .lightbox figure {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .lightbox-nav {
    width: 100%;
    grid-row: 2;
  }
}

@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;
  }

  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
    clip-path: none;
  }

  .brand::after,
  .hero-image,
  .brand-marquee-track,
  .spotlight-main img,
  .spotlight-secondary img,
  .spotlight-copy::after,
  .gallery-frame,
  .reviews-section::before,
  .stars,
  .about-copy h2::after,
  .section-heading h2::after,
  .visit-details h2::after,
  .reviews-intro h2::after {
    animation: none !important;
  }

  .brand-marquee-group:nth-child(2) {
    display: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header {
    background: var(--navy-deep);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .button-ghost {
    background: rgba(12, 31, 60, 0.92);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
