:root {
  --font-body: "DM Sans", sans-serif;
  --font-display: "Italiana", Georgia, serif;
  --ink: #1e211d;
  --paper: #f3f0e9;
  --cream: #fbf8f0;
  --sand: #d8c3b2;
  --cocoa: #6f594b;
  --accent: #9b6c4b;
  --accent-deep: #7d5439;
  --blush: #e7cfc6;
  --gold: #a8824d;
  --line: rgba(30, 33, 29, 0.17);
  --shadow: 0 30px 80px rgba(39, 29, 22, 0.16);
  --radius: 2px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

body.is-dialog-open {
  overflow: hidden;
}

.final-cta,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}

.booking-story,
.menu-section,
.visit-section {
  content-visibility: visible;
}

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

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

button {
  color: inherit;
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 999;
  transform: translateY(-180%);
  padding: 0.7rem 1rem;
  background: var(--ink);
  color: white;
}

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

.site-header {
  align-items: center;
  background: transparent;
  border-bottom: 1px solid transparent;
  color: white;
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto minmax(180px, 1fr);
  height: 94px;
  left: 0;
  padding: 0 3vw;
  position: fixed;
  right: 0;
  top: 0;
  transition: background 250ms ease, border-color 250ms ease, height 250ms ease;
  z-index: 50;
}

.site-header.is-scrolled {
  background: rgba(243, 240, 233, 0.9);
  backdrop-filter: blur(16px);
  border-color: var(--line);
  color: var(--ink);
  height: 78px;
}

.brand {
  color: white;
  display: block;
  justify-self: start;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 200ms ease, visibility 200ms ease;
  transform: translateY(18px);
  visibility: visible;
  width: 250px;
}

.site-header.is-scrolled .brand {
  color: var(--accent);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.brand__mark {
  background: currentColor;
  display: block;
  height: 104px;
  margin-left: -42px;
  -webkit-mask: url("../assets/brand/brisa-site-logo.svg") center / contain no-repeat;
  mask: url("../assets/brand/brisa-site-logo.svg") center / contain no-repeat;
  transition: background 250ms ease;
  width: 333px;
}

.site-header:not(.is-scrolled) .button--dark {
  background: rgba(18, 20, 17, 0.24);
  border-color: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(12px);
}

.site-header:not(.is-scrolled) .button--dark:hover {
  background: var(--accent);
  border-color: var(--accent);
}

.site-header.is-scrolled .button--dark {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
}

.site-header.is-scrolled .button--dark:hover {
  background: var(--accent-deep);
  border-color: var(--accent-deep);
}

.desktop-nav {
  align-items: center;
  backdrop-filter: blur(16px) saturate(0.82);
  background: rgba(14, 15, 13, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 30px rgba(9, 9, 7, 0.14);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(7.2rem, 1fr));
  padding: 0.25rem 0.35rem;
  text-align: center;
  transition: background 250ms ease, border-color 250ms ease, box-shadow 250ms ease;
}

.site-header.is-scrolled .desktop-nav {
  backdrop-filter: none;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.desktop-nav a,
.text-link {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  position: relative;
  text-transform: uppercase;
}

.desktop-nav a {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 44px;
  padding: 0 0.7rem;
}

.site-header:not(.is-scrolled) .desktop-nav a,
.site-header:not(.is-scrolled) .instagram-link {
  text-shadow: 0 1px 10px rgba(12, 12, 10, 0.78);
}

.header-actions .button {
  font-size: 0.78rem;
}

.desktop-nav a::after,
.text-link::after,
.underlined-link::after {
  background: currentColor;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
  width: 100%;
}

.site-header.is-scrolled .desktop-nav a::after,
.site-header.is-scrolled .instagram-link::after {
  background: var(--accent);
}

.desktop-nav a:hover::after,
.text-link:hover::after,
.underlined-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 1.6rem;
  justify-self: end;
}

#gallery,
#menu,
#visit {
  scroll-margin-top: 78px;
}

#directions {
  scroll-margin-top: 148px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 600;
  gap: 1.1rem;
  justify-content: center;
  letter-spacing: 0.09em;
  min-height: 52px;
  padding: 0.8rem 1.45rem;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.button__arrow-icon {
  display: inline-block;
  flex: 0 0 auto;
  height: 0.78rem;
  position: relative;
  width: 0.78rem;
}

.button__arrow-icon::before {
  border-right: 1.4px solid currentColor;
  border-top: 1.4px solid currentColor;
  content: "";
  height: 0.42rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.42rem;
}

.button__arrow-icon::after {
  background: currentColor;
  content: "";
  height: 1.4px;
  left: 0.03rem;
  position: absolute;
  top: 0.39rem;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.78rem;
}

.button--small {
  min-height: 44px;
  padding: 0.6rem 1.15rem;
}

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

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

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

.button--accent:hover {
  background: var(--accent-deep);
}

.button--ghost {
  border-color: var(--ink);
}

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

.button--glass {
  background: rgba(18, 20, 17, 0.22);
  border-color: rgba(255, 255, 255, 0.76);
  color: white;
  backdrop-filter: blur(12px);
}

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

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

.eyebrow {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin: 0 0 1.3rem;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.9;
  margin: 0;
}

h1 {
  font-size: clamp(5rem, 8.5vw, 9.7rem);
}

h2 {
  font-size: clamp(3.7rem, 6.2vw, 7.4rem);
}

h1 span,
h2 em {
  color: var(--accent);
  display: block;
  font-style: italic;
}

.hero-stage {
  background: var(--ink);
  height: 132svh;
  position: relative;
}

.hero {
  --hero-copy-opacity: 1;
  --hero-copy-shift: 0px;
  --instax-opacity: 0.78;
  --instax-scale: 0.985;
  --instax-veil-opacity: 0.22;
  --hero-video-brightness: 1;
  --hero-video-scale: 1;
  --hero-wash-opacity: 1;
  align-items: flex-end;
  color: white;
  display: flex;
  height: 100svh;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  padding-top: 94px;
  position: sticky;
  top: 0;
  width: 100%;
}

.hero-copy {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 36.33svh;
  justify-content: center;
  left: calc(9.5625vw - 2px);
  max-width: none;
  padding: 1.5rem 1.75rem 3.2rem;
  position: absolute;
  opacity: var(--hero-copy-opacity);
  text-align: center;
  top: 46.22svh;
  transform: translateY(var(--hero-copy-shift));
  will-change: opacity, transform;
  width: 34vw;
  z-index: 3;
}

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

.hero-logo {
  filter: brightness(0) invert(1);
  height: auto;
  margin: 0 0 clamp(1rem, 1.6vw, 1.5rem);
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  width: clamp(13rem, 16vw, 17rem);
}

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

.hero-copy h1 {
  color: white;
  font-size: clamp(4.2rem, 5.4vw, 6.2rem);
  line-height: 0.86;
  text-shadow: 0 3px 28px rgba(13, 12, 10, 0.62);
}

.hero-film {
  background: #a99b89 url("../assets/creatives/lash-brow-awareness/reference/brisa-hero-nail-1600.webp") center / cover no-repeat;
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: -3;
}

.hero-film video {
  filter: brightness(var(--hero-video-brightness));
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  position: absolute;
  transform: scale(var(--hero-video-scale));
  transform-origin: center;
  transition: opacity 420ms ease;
  will-change: filter, opacity, transform;
  width: 100%;
}

.hero.is-video-ready .hero-film video {
  opacity: 1;
}

.hero-film__wash {
  background:
    linear-gradient(to bottom, rgba(10, 11, 9, 0.44) 0%, transparent 28%),
    radial-gradient(circle at 22% 74%, rgba(8, 10, 8, 0.56), transparent 48%),
    linear-gradient(to top, rgba(8, 10, 8, 0.72) 0%, transparent 54%);
  inset: 0;
  opacity: var(--hero-wash-opacity);
  pointer-events: none;
  position: absolute;
  will-change: opacity;
}

.hero-frame {
  border: 1px solid rgba(255, 255, 255, 0.34);
  inset: 0.75rem;
  pointer-events: none;
  position: absolute;
  z-index: 4;
}

.hero-film-controls {
  align-items: center;
  bottom: 2rem;
  display: flex;
  gap: 1rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 2rem;
  transition: opacity 220ms ease;
  z-index: 5;
}

.hero-film-controls[hidden] {
  display: none;
}

.hero:hover.is-video-playing .hero-film-controls,
.hero:focus-within.is-video-playing .hero-film-controls,
.hero.is-video-user-paused .hero-film-controls {
  opacity: 1;
  pointer-events: auto;
}

.hero-film-controls__caption {
  display: none;
}

.hero-film-controls .video-control {
  bottom: auto;
  position: relative;
  right: auto;
}

.hero-film-controls .video-control > span:last-child {
  display: none;
}

.hero-instax {
  height: 100%;
  inset: 0;
  opacity: var(--instax-opacity);
  pointer-events: none;
  position: absolute;
  transform: scale(var(--instax-scale));
  transform-origin: center;
  width: 100%;
  will-change: opacity, transform;
  z-index: -2;
}

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

.hero-instax--desktop {
  height: calc(100% + 12px);
  top: -6px;
  transform: translateX(-12px) scale(var(--instax-scale));
  width: calc(100% + 24px);
}

.hero-instax__veil {
  fill: #141612;
  opacity: var(--instax-veil-opacity);
}

.hero-instax__copy-wash {
  fill: #10120f;
  opacity: 0.22;
}

.hero-instax__frame {
  fill: none;
  filter: drop-shadow(0 14px 18px rgba(11, 10, 8, 0.2));
  stroke: rgba(251, 248, 240, 0.9);
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 18;
}

.hero-instax__frame line {
  stroke-width: 34;
}

.hero-instax__frame .hero-instax__footer {
  fill: rgba(251, 248, 240, 0.96);
  stroke: none;
}

.hero-instax__frame .hero-instax__signature {
  fill: #9b6c4b;
  font-family: "Caveat", cursive;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.01em;
  stroke: none;
}

.hero-instax__frame--feature {
  stroke: rgba(251, 248, 240, 0.96);
  stroke-width: 18;
}

.hero-instax__frame--feature line {
  stroke-width: 32;
}

.hero-scroll {
  align-items: center;
  bottom: 2.4rem;
  display: flex;
  font-size: 0.6rem;
  font-weight: 600;
  gap: 1.3rem;
  left: 50%;
  letter-spacing: 0.14em;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  z-index: 5;
}

.hero-gallery {
  background: var(--blush);
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1.45fr 0.82fr;
  grid-template-rows: 1fr 1fr;
  padding: 0.65rem;
  position: relative;
}

.hero-shot {
  background: transparent;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
}

.hero-shot--main {
  grid-row: 1 / span 2;
}

.hero-shot img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1), filter 350ms ease;
}

.hero-video video {
  background: #d8d2c9;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.video-wash {
  background:
    linear-gradient(to top, rgba(20, 18, 15, 0.5), transparent 34%),
    linear-gradient(to bottom, rgba(20, 18, 15, 0.18), transparent 28%);
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.video-edition {
  color: white;
  font-size: 0.6rem;
  font-weight: 600;
  left: 1rem;
  letter-spacing: 0.14em;
  position: absolute;
  text-transform: uppercase;
  top: 1rem;
}

.video-control {
  align-items: center;
  background: rgba(251, 248, 240, 0.92);
  border: 0;
  bottom: 0.75rem;
  cursor: pointer;
  display: flex;
  font-size: 0.6rem;
  font-weight: 600;
  gap: 0.5rem;
  letter-spacing: 0.08em;
  min-height: 35px;
  padding: 0.5rem 0.68rem;
  position: absolute;
  right: 0.75rem;
  text-transform: uppercase;
  z-index: 3;
}

.video-control:hover {
  background: var(--sand);
}

.video-control__icon {
  display: inline-block;
  font-size: 0.65rem;
  min-width: 8px;
}

.hero-shot--main img {
  object-position: 43% center;
}

.hero-shot--top img {
  object-position: 70% center;
}

.hero-shot:hover img {
  filter: saturate(1.08);
  transform: scale(1.035);
}

.shot-label {
  background: rgba(251, 248, 240, 0.9);
  bottom: 0.75rem;
  font-size: 0.66rem;
  font-weight: 600;
  left: 0.75rem;
  letter-spacing: 0.07em;
  padding: 0.55rem 0.75rem;
  position: absolute;
  text-transform: uppercase;
}

.shot-label--video {
  background: var(--accent);
  color: white;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.scroll-cue {
  align-items: center;
  bottom: 2rem;
  color: white;
  display: flex;
  font-size: 0.62rem;
  font-weight: 600;
  gap: 0.8rem;
  left: -4rem;
  letter-spacing: 0.15em;
  position: absolute;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: center;
}

.scroll-line {
  background: white;
  height: 1px;
  width: 44px;
}

.reveal {
  animation: rise 700ms both cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal--2 { animation-delay: 100ms; }
.reveal--3 { animation-delay: 180ms; }
.reveal--4 { animation-delay: 260ms; }
.reveal--5 { animation-delay: 340ms; }

@keyframes rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.ticker {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  overflow: hidden;
  padding: 1rem 0;
}

.ticker-track {
  align-items: center;
  animation: marquee 36s linear infinite;
  display: flex;
  width: max-content;
  will-change: transform;
}

.ticker-group {
  align-items: center;
  display: flex;
  flex: none;
  justify-content: space-around;
  min-width: 100vw;
}

.ticker span {
  flex: none;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker i {
  color: var(--accent);
  flex: none;
  font-size: 0.48rem;
  margin: 0 clamp(1.6rem, 2.7vw, 3rem);
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.edit-section {
  padding: 9rem 4vw 6rem;
}

.section-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 3.4rem;
  max-width: 1440px;
}

.section-note {
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0 0 0.8rem;
  max-width: 26rem;
}

.gallery-board {
  margin: 0 auto;
  max-width: 1520px;
}

.gallery-toolbar {
  align-items: center;
  display: flex;
  gap: 0.65rem;
  justify-content: space-between;
  padding: 0 clamp(0.7rem, 1.6vw, 1.5rem) 0.35rem;
}

.filter-row {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: 0.32rem;
  margin: 0;
  min-width: 0;
  overflow-x: auto;
  padding: 0;
  scrollbar-width: none;
}

.filter-row::-webkit-scrollbar {
  display: none;
}

.filter {
  background: transparent;
  border: 1px solid var(--line);
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  min-height: 30px;
  padding: 0.42rem 0.65rem;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease;
}

.filter.is-active,
.filter:hover {
  background: var(--ink);
  color: white;
}

.social-grid {
  --enter-x: 42px;
  display: grid;
  gap: clamp(0.45rem, 0.7vw, 0.8rem);
  grid-auto-flow: dense;
  grid-auto-rows: clamp(48px, 5.1vw, 96px);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin: 0;
  max-width: none;
  overflow: clip;
  padding: 0.45rem clamp(0.7rem, 1.6vw, 1.5rem) 2.2rem;
}

.social-grid[data-enter-direction="previous"] {
  --enter-x: -42px;
}

.look-card {
  --card-shift-x: 0px;
  --card-lift: 0px;
  --card-rotate: 0deg;
  background: #f0ece3;
  border: clamp(3px, 0.3vw, 5px) solid #f6f2e9;
  box-shadow: 0 14px 30px rgba(36, 31, 24, 0.09);
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
  transform: translate3d(var(--card-shift-x), var(--card-lift), 0) rotate(var(--card-rotate));
  transition: opacity 240ms ease, transform 240ms ease;
}

.look-card::before,
.visit-photo::before,
.dialog-image::before {
  animation: imageLoadingSheen 1.35s ease-in-out infinite;
  background:
    linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.38) 48%, transparent 66%),
    linear-gradient(135deg, #d7d1c7, #e8e3da);
  background-size: 220% 100%, 100% 100%;
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 220ms ease;
  z-index: 1;
}

.visit-photo::before {
  background:
    linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.2) 48%, transparent 66%),
    linear-gradient(135deg, #6d5a4d, #8b7463);
  background-size: 220% 100%, 100% 100%;
}

.is-image-loading::before,
.is-image-error::before {
  opacity: 1;
}

.is-image-error::before {
  animation: none;
}

@keyframes imageLoadingSheen {
  from { background-position: 130% 0, 0 0; }
  to { background-position: -110% 0, 0 0; }
}

.look-card--lean-left {
  --card-shift-x: -3px;
  --card-lift: 7px;
  --card-rotate: -0.65deg;
  z-index: 2;
}

.look-card--lean-right {
  --card-shift-x: 4px;
  --card-lift: -5px;
  --card-rotate: 0.75deg;
  z-index: 1;
}

.look-card--drop {
  --card-lift: 12px;
}

.social-grid.is-entering .look-card {
  animation: dealLookIn 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--enter-index, 0) * 38ms);
}

@keyframes dealLookIn {
  from {
    opacity: 0;
    transform: translate3d(calc(var(--enter-x) + var(--card-shift-x)), calc(var(--card-lift) + 22px), 0) rotate(var(--card-rotate)) scale(0.965);
  }
  to {
    opacity: 1;
    transform: translate3d(var(--card-shift-x), var(--card-lift), 0) rotate(var(--card-rotate)) scale(1);
  }
}

.look-card--tall {
  grid-row: span 2;
}

.look-card--wide {
  grid-column: span 2;
}

.look-card--board-hero {
  grid-column: span 4;
  grid-row: span 8;
}

.look-card--board-landscape {
  grid-column: span 5;
  grid-row: span 5;
}

.look-card--board-square {
  grid-column: span 3;
  grid-row: span 4;
}

.look-card--board-portrait {
  grid-column: span 3;
  grid-row: span 6;
}

.look-card.is-hidden {
  display: none;
}

.gallery-empty {
  align-items: center;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  grid-column: 1 / -1;
  justify-content: center;
  min-height: 320px;
  padding: 3rem 1.5rem;
  text-align: center;
}

.gallery-empty .eyebrow {
  color: var(--accent);
  margin-bottom: 1rem;
}

.gallery-empty strong {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 400;
}

.gallery-empty > p:last-child {
  font-size: 0.82rem;
  margin: 1rem 0 0;
}

.look-open {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 100%;
  min-width: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}

.look-open::after {
  background: linear-gradient(to top, rgba(18, 17, 14, 0.76), transparent 48%);
  content: "";
  inset: 0;
  position: absolute;
}

.look-card img {
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 420ms ease, transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

.look-card--contain {
  background:
    linear-gradient(rgba(40, 36, 31, 0.48), rgba(40, 36, 31, 0.48)),
    var(--card-image) center / cover;
}

.look-card--contain img {
  object-fit: contain;
}

.look-card.is-image-loading img,
.look-card.is-image-error img {
  opacity: 0;
}

.look-card:hover img {
  transform: scale(1.045);
}

.card-price,
.reel-mark {
  background: rgba(251, 248, 240, 0.92);
  font-size: 0.63rem;
  font-weight: 600;
  left: 0.8rem;
  letter-spacing: 0.08em;
  padding: 0.5rem 0.65rem;
  position: absolute;
  text-transform: uppercase;
  top: 0.8rem;
  z-index: 2;
}

.reel-mark {
  background: var(--accent);
  color: white;
}

.reel-mark span {
  margin-right: 0.35rem;
}

.card-meta {
  bottom: 1rem;
  color: white;
  left: 1rem;
  position: absolute;
  right: 3.3rem;
  z-index: 2;
}

.card-meta strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1.7vw, 1.8rem);
  font-weight: 400;
  line-height: 1;
}

.card-meta small {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  margin-top: 0.35rem;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.save-button {
  align-items: center;
  background: rgba(251, 248, 240, 0.9);
  border: 0;
  bottom: auto;
  cursor: pointer;
  display: flex;
  gap: 0.45rem;
  min-height: 36px;
  justify-content: center;
  padding: 0.55rem 0.7rem;
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  width: auto;
  z-index: 3;
}

.save-button svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 1.5;
  width: 18px;
}

.save-button > span {
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.save-button .save-button__arrow {
  font-size: 0.8rem;
  line-height: 1;
}

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

.edit-nav {
  border: 1px solid var(--line);
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: 30px auto 30px;
  margin: 0;
  min-height: 30px;
}

.edit-nav[hidden] {
  display: none;
}

.edit-nav__button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font-family: inherit;
  justify-content: center;
  min-width: 0;
  padding: 0;
  transition: background 180ms ease, color 180ms ease;
}

.edit-nav__button--next {
  border-left: 1px solid var(--line);
}

.edit-nav__button--previous {
  border-right: 1px solid var(--line);
}

.edit-nav__button:hover:not(:disabled),
.edit-nav__button:focus-visible {
  background: var(--ink);
  color: white;
}

.edit-nav__button:disabled {
  cursor: not-allowed;
  opacity: 0.28;
}

.edit-nav__button > span:not(.edit-nav__arrow) {
  display: none;
}

.edit-nav__button small,
.edit-nav__status small,
.edit-nav__status > span {
  display: none;
  font-family: inherit;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.edit-nav__arrow {
  font-size: 0.82rem;
  line-height: 1;
}

.edit-nav__status {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  min-width: 58px;
  padding: 0.3rem 0.5rem;
  text-align: center;
}

.edit-nav__status strong {
  align-items: baseline;
  display: flex;
  font-family: var(--font-body);
  font-size: 0.56rem;
  font-weight: 600;
  gap: 0.25rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.edit-nav__status strong i {
  color: var(--accent);
  font-size: 0.48rem;
  font-style: normal;
}

.edit-nav__status > span {
  margin: 0.55rem 0 0;
}

.edit-footer {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin: 1.5rem auto 0;
  max-width: 1440px;
  padding-bottom: 1.5rem;
}

.edit-footer p,
.edit-footer a {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0;
  text-transform: uppercase;
}

.booking-story {
  background: var(--ink);
  color: white;
  min-height: auto;
  padding: clamp(6rem, 9vw, 9rem) 5vw;
}

.booking-story__copy {
  display: grid;
  gap: 0 7vw;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
  margin: 0 auto;
  max-width: 1440px;
  padding: 0;
}

.booking-story__copy .eyebrow {
  grid-column: 1 / -1;
}

.booking-story__copy h2 {
  font-size: clamp(4.3rem, 6.5vw, 7.8rem);
  grid-column: 1;
  max-width: 850px;
}

.booking-story__lede {
  align-self: end;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
  grid-column: 2;
  line-height: 1.65;
  margin: 0 0 0.65rem;
  max-width: 30rem;
}

.booking-story__flow {
  display: grid;
  gap: clamp(1.5rem, 4vw, 5rem);
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: clamp(4rem, 7vw, 6.5rem) 0 2.8rem;
  padding: 0;
}

.booking-story__flow li {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 2.3rem 1fr;
  padding: 1.15rem 0 0;
}

.booking-story__flow span {
  color: var(--sand);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.booking-story__flow strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.6vw, 1.55rem);
  font-weight: 400;
}

.booking-story__actions {
  align-items: center;
  display: flex;
  gap: 2rem;
  grid-column: 1 / -1;
}

.booking-story__menu-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0.5rem 0;
  text-transform: uppercase;
}

.menu-section {
  display: grid;
  grid-template-columns: minmax(330px, 0.75fr) minmax(520px, 1.25fr);
  padding: 9rem 5vw;
}

.menu-intro {
  padding: 0 8vw 0 0;
}

.menu-intro h2 em {
  display: inline;
}

.menu-intro > p:not(.eyebrow) {
  color: rgba(30, 33, 29, 0.76);
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 2.2rem 0;
  max-width: 27rem;
}

.underlined-link {
  border-bottom: 1px solid var(--ink);
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  padding-bottom: 0.4rem;
  position: relative;
  text-transform: uppercase;
}

.menu-panel {
  border-top: 1px solid var(--ink);
}

.menu-tabs {
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.menu-tabs button {
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  padding: 1.15rem 0.7rem;
  text-transform: uppercase;
}

.menu-tabs button:last-child {
  border-right: 0;
}

.menu-tabs button[aria-selected="true"] {
  background: var(--sand);
}

.menu-list a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  padding: 1.35rem 0.5rem;
  transition: background 160ms ease, padding 160ms ease;
}

.menu-list a:hover {
  background: var(--cream);
  padding-left: 1rem;
  padding-right: 1rem;
}

.menu-list strong {
  display: block;
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.3;
}

.menu-list small {
  color: rgba(30, 33, 29, 0.66);
  display: block;
  font-size: 0.79rem;
  line-height: 1.4;
  margin-top: 0.3rem;
}

.menu-list b {
  flex: 0 0 auto;
  font-size: 0.98rem;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
}

.visit-section {
  background: var(--cocoa);
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.visit-photo {
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.visit-photo img {
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 420ms ease;
}

.visit-photo.is-image-loading img,
.visit-photo.is-image-error img {
  opacity: 0;
}

.visit-copy {
  align-self: center;
  padding: 7vw;
}

.visit-copy h2 {
  font-size: clamp(3.7rem, 5.2vw, 6.2rem);
  line-height: 0.94;
  max-width: 10ch;
}

.visit-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 1.9rem 0 2.4rem;
  max-width: 31rem;
}

.visit-details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2rem;
}

.visit-details div {
  padding: 1.35rem 0;
}

.visit-details div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: clamp(1.4rem, 2.5vw, 2.5rem);
}

.visit-details span {
  display: block;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.visit-details strong {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.55;
}

.visit-actions {
  align-items: center;
  display: flex;
  gap: 1.7rem;
}

.phone-link {
  border-bottom: 1px solid currentColor;
  font-size: 0.88rem;
  font-weight: 500;
  padding-bottom: 0.2rem;
}

.final-cta {
  align-items: center;
  background: var(--cream);
  display: flex;
  flex-direction: column;
  min-height: 620px;
  justify-content: center;
  padding: 6rem 1.5rem;
  text-align: center;
}

.final-cta h2 {
  margin-bottom: 2.7rem;
}

.final-cta > p:last-child {
  color: rgba(30, 33, 29, 0.56);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  margin-top: 1.3rem;
  text-transform: uppercase;
}

.site-footer {
  align-items: end;
  background: var(--ink);
  color: white;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding: 3rem 4vw;
}

.footer-brand {
  display: block;
  width: clamp(10rem, 13vw, 13rem);
}

.footer-brand img {
  display: block;
  filter: brightness(0) invert(1);
  height: auto;
  object-fit: contain;
  width: 100%;
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  justify-content: center;
}

.site-footer div a,
.site-footer p {
  font-size: 0.66rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.site-footer p {
  justify-self: end;
  margin: 0;
}

.look-dialog {
  background: var(--paper);
  border: 0;
  box-shadow: var(--shadow);
  color: var(--ink);
  height: min(760px, calc(100svh - 3rem));
  max-width: 1050px;
  padding: 0;
  width: calc(100% - 3rem);
}

.look-dialog[open] {
  display: grid;
  grid-template-columns: 56% 44%;
}

.look-dialog::backdrop {
  background: rgba(22, 22, 18, 0.72);
  backdrop-filter: blur(8px);
}

.dialog-close {
  align-items: center;
  background: var(--cream);
  border: 0;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 44px;
  justify-content: center;
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  width: 44px;
  z-index: 3;
}

.dialog-image {
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.dialog-image img {
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 320ms ease;
}

.dialog-image.is-image-loading img,
.dialog-image.is-image-error img {
  opacity: 0;
}

.dialog-copy {
  align-self: center;
  padding: 3.2rem;
}

.dialog-copy h2 {
  font-size: clamp(3rem, 4.7vw, 5rem);
  margin-bottom: 1.4rem;
}

.dialog-copy > p:not(.eyebrow) {
  color: rgba(30, 33, 29, 0.68);
  margin-bottom: 2rem;
}

.dialog-save-book {
  width: 100%;
}

.dialog-save-book:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.dialog-save-note {
  color: rgba(30, 33, 29, 0.54) !important;
  font-size: 0.66rem;
  line-height: 1.45;
  margin: 0.85rem 0 0 !important;
}

.dialog-save-book[aria-disabled="true"] {
  cursor: progress;
  opacity: 0.62;
  pointer-events: none;
}

.dialog-skip-book {
  align-items: center;
  color: var(--ink);
  display: flex;
  font-size: 0.64rem;
  font-weight: 600;
  gap: 0.42rem;
  justify-content: center;
  letter-spacing: 0.11em;
  margin-top: 0.7rem;
  min-height: 44px;
  text-transform: uppercase;
  text-underline-offset: 0.24rem;
}

.dialog-skip-book:hover {
  color: var(--accent);
}

.dialog-skip-book[hidden] {
  display: none;
}

.mobile-book-sticky {
  display: none;
}

.booking-toast {
  align-items: center;
  background: var(--cream);
  border: 1px solid rgba(30, 33, 29, 0.12);
  bottom: 1.4rem;
  box-shadow: 0 18px 48px rgba(39, 29, 22, 0.22);
  display: flex;
  gap: 0.8rem;
  left: 50%;
  max-width: calc(100% - 2rem);
  min-width: 280px;
  opacity: 0;
  padding: 0.85rem 1rem;
  position: fixed;
  transform: translate(-50%, 16px);
  transition: opacity 180ms ease, transform 180ms ease;
  visibility: hidden;
  z-index: 120;
}

.booking-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}

.booking-toast__mark {
  align-items: center;
  background: var(--accent);
  border-radius: 50%;
  color: white;
  display: inline-flex;
  flex: 0 0 32px;
  font-size: 0.85rem;
  height: 32px;
  justify-content: center;
}

.booking-toast strong,
.booking-toast small {
  display: block;
}

.booking-toast strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 400;
}

.booking-toast small {
  color: rgba(30, 33, 29, 0.62);
  font-size: 0.66rem;
  margin-top: 0.05rem;
}

@media (min-width: 1081px) {
  .hero-copy {
    width: 34vw;
  }

}

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

  .desktop-nav {
    display: none;
  }

  .hero {
    width: 100%;
  }

  .hero-copy {
    width: 34vw;
  }

  .social-grid {
    grid-auto-rows: clamp(62px, 8.8vw, 88px);
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .look-card--board-hero {
    grid-column: span 3;
    grid-row: span 6;
  }

  .look-card--board-landscape {
    grid-column: span 3;
    grid-row: span 3;
  }

  .look-card--board-square {
    grid-column: span 2;
    grid-row: span 3;
  }

  .look-card--board-portrait {
    grid-column: span 2;
    grid-row: span 5;
  }

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

  .menu-intro {
    padding-right: 4vw;
  }
}

@media (max-width: 760px) {
  .site-header {
    background: transparent;
    column-gap: 0.45rem;
    grid-template-columns: auto minmax(0, 1fr);
    height: 64px;
    padding: 0 0.65rem;
  }

  .site-header.is-scrolled {
    background: rgba(243, 240, 233, 0.92);
    height: 64px;
  }

  .header-actions {
    display: none;
  }

  .site-header .brand {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(12px);
    width: clamp(6.75rem, 32.5vw, 8rem);
  }

  .site-header .brand__mark {
    height: 61px;
    margin-left: -21px;
    width: 169px;
  }

  .desktop-nav {
    align-items: center;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-self: stretch;
    padding: 0.3rem 0.35rem;
    width: 100%;
  }

  .desktop-nav a {
    align-items: center;
    display: flex;
    font-size: clamp(0.53rem, 2.25vw, 0.61rem);
    justify-content: center;
    letter-spacing: 0.07em;
    min-height: 44px;
    padding: 0 0.2rem;
  }

  #gallery,
  #menu,
  #visit,
  #directions {
    scroll-margin-top: 64px;
  }

  .mobile-book-sticky {
    align-items: center;
    background: rgba(155, 108, 75, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.38);
    bottom: calc(0.7rem + env(safe-area-inset-bottom));
    box-shadow: 0 12px 30px rgba(30, 24, 20, 0.2);
    color: white;
    display: inline-flex;
    font-size: 0.64rem;
    font-weight: 600;
    gap: 0.72rem;
    justify-content: center;
    left: 50%;
    letter-spacing: 0.11em;
    min-height: 42px;
    opacity: 0;
    padding: 0.66rem 1rem 0.62rem 1.1rem;
    pointer-events: none;
    position: fixed;
    text-transform: uppercase;
    transform: translate(-50%, calc(100% + 1.4rem));
    transition: opacity 180ms ease, transform 220ms ease, visibility 180ms ease;
    visibility: hidden;
    white-space: nowrap;
    z-index: 70;
  }

  .mobile-book-sticky .button__arrow-icon {
    height: 0.68rem;
    width: 0.68rem;
  }

  .mobile-book-sticky .button__arrow-icon::after {
    top: 0.34rem;
    width: 0.68rem;
  }

  .mobile-book-sticky.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
    visibility: visible;
  }

  body.is-dialog-open .mobile-book-sticky {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, calc(100% + 1.4rem));
    visibility: hidden;
  }

  h1 {
    font-size: clamp(4.15rem, 19.2vw, 5.1rem);
  }

  h2 {
    font-size: clamp(3.6rem, 18vw, 5.4rem);
  }

  .hero {
    align-items: flex-end;
    min-height: 100svh;
    padding-top: 70px;
  }

  .hero-stage {
    height: 118svh;
  }

  .hero-copy {
    height: 30.58svh;
    left: calc(20.7vw - 33px);
    max-width: none;
    min-height: 0;
    overflow: hidden;
    overscroll-behavior: contain;
    padding: 1.7rem 0.55rem;
    top: 44.03svh;
    width: 69.4vw;
  }

  .hero-logo {
    margin: 0 0 0.7rem;
    width: clamp(9.5rem, 42vw, 10.75rem);
  }

  .hero-copy .eyebrow {
    font-size: clamp(0.6rem, 2.5vw, 0.64rem);
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
    white-space: nowrap;
  }

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

  .hero-actions {
    align-items: stretch;
    display: grid;
    gap: 0.45rem;
    grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.78fr);
    margin-top: 0.95rem;
    max-width: 17rem;
    width: 94%;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 13vw, 3.55rem);
  }

  .hero-copy h1 span {
    left: 3px;
    position: relative;
  }

  .hero-actions .button {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: minmax(0, 1fr) auto;
    justify-content: normal;
    min-height: 44px;
    min-width: 0;
    font-size: clamp(0.5rem, 2.05vw, 0.56rem);
    gap: 0.22rem;
    padding-bottom: 0.28rem;
    padding-left: 0.48rem;
    padding-right: 0.48rem;
    padding-top: 0.28rem;
    position: relative;
    width: 100%;
  }

  .hero-actions .button--accent {
    box-shadow: 0 10px 24px rgba(33, 22, 15, 0.34);
    font-size: clamp(0.62rem, 2.6vw, 0.68rem);
    font-weight: 700;
    letter-spacing: 0.12em;
    min-height: 48px;
    padding: 0.68rem 0.72rem;
  }

  .hero-actions .button--glass {
    background: rgba(13, 14, 12, 0.36);
    border-color: rgba(255, 255, 255, 0.58);
    color: rgba(255, 255, 255, 0.88);
  }

  .hero-actions .button::before {
    content: "";
    inset: -7px 0;
    position: absolute;
  }

  .hero-actions .button > span:first-child {
    text-align: left;
  }

  .hero-actions .button > span:last-child {
    font-size: 0.75rem;
    justify-self: end;
  }

  .hero-film video {
    object-position: 54% center;
  }

  .hero-film__wash {
    background:
      linear-gradient(to bottom, rgba(8, 9, 7, 0.46) 0%, transparent 29%),
      linear-gradient(to top, rgba(8, 9, 7, 0.86) 0%, rgba(8, 9, 7, 0.38) 56%, transparent 82%);
  }

  .hero-frame {
    inset: 0.35rem;
  }

  .hero-film-controls {
    bottom: auto;
    right: 0.8rem;
    top: max(1rem, env(safe-area-inset-top));
    z-index: 60;
  }

  .hero-film-controls .video-control {
    backdrop-filter: blur(10px);
    background: rgba(18, 20, 17, 0.38);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    color: white;
    min-height: 44px;
    min-width: 44px;
    padding: 0;
  }

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

  .hero-instax--mobile {
    display: block;
    transform: translateX(-33px) scale(var(--instax-scale));
    width: calc(100% + 42px);
  }

  .hero-instax--mobile .hero-instax__frame:not(.hero-instax__frame--feature) {
    display: none;
  }

  .hero-instax__frame {
    filter: drop-shadow(0 8px 12px rgba(11, 10, 8, 0.2));
    stroke: rgba(251, 248, 240, 0.78);
    stroke-width: 6;
  }

  .hero-instax__frame line {
    stroke-width: 12;
  }

  .hero-instax__frame .hero-instax__signature {
    font-size: 37px;
  }

  .hero-instax__copy-wash {
    fill: #141612;
    opacity: var(--instax-veil-opacity);
  }

  .hero-instax__frame--feature {
    stroke: rgba(251, 248, 240, 0.94);
    stroke-width: 6.5px;
  }

  .hero-instax__frame--feature line {
    stroke-width: 13px;
  }

  .hero-film-controls__caption,
  .hero-scroll {
    display: none;
  }

  .hero-gallery {
    gap: 0.4rem;
    grid-template-columns: 1.35fr 0.85fr;
    height: 76svh;
    min-height: 570px;
    padding: 0.4rem;
  }

  .shot-label {
    font-size: 0.55rem;
    left: 0.5rem;
    max-width: calc(100% - 1rem);
    padding: 0.45rem 0.5rem;
  }

  .shot-label--video {
    bottom: 0.55rem;
    left: 0.55rem;
    max-width: none;
    transform: none;
  }

  .video-edition {
    font-size: 0.52rem;
    left: 0.7rem;
    top: 0.7rem;
  }

  .video-control {
    min-height: 31px;
  }

  .video-control > span:last-child {
    display: none;
  }

  .scroll-cue {
    display: none;
  }

  .ticker {
    padding: 0.85rem 0;
  }

  .ticker span {
    font-size: 0.62rem;
  }

  .edit-section {
    padding: 6.5rem 0.7rem 4rem;
  }

  .section-head {
    align-items: start;
    display: block;
    margin-bottom: 2.2rem;
    padding: 0 0.5rem;
  }

  .section-head h2 {
    font-size: clamp(2.9rem, 12.8vw, 3.25rem);
    line-height: 0.92;
  }

  .section-note {
    margin-top: 1.5rem;
  }

  .filter-row {
    gap: 0.28rem;
    padding: 0 0.3rem;
    width: 100%;
  }

  .gallery-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 0.55rem;
    margin: 0 -0.7rem;
    padding: 0 0.9rem 0.5rem;
  }

  .filter {
    font-size: 0.54rem;
    min-height: 28px;
    padding: 0.38rem 0.58rem;
  }

  .social-grid {
    gap: 0.4rem;
    grid-auto-flow: dense;
    grid-auto-rows: 44vw;
    grid-template-columns: repeat(2, 1fr);
    padding: 0.4rem 0.2rem 1.35rem;
  }

  .look-card--lean-left {
    --card-lift: 4px;
    --card-rotate: -0.45deg;
  }

  .look-card--lean-right {
    --card-lift: -3px;
    --card-rotate: 0.5deg;
  }

  .look-card--drop {
    --card-lift: 7px;
  }

  .look-card--wide {
    grid-column: span 2;
  }

  .look-card--tall {
    grid-row: span 2;
  }

  .look-card--board-hero,
  .look-card--board-portrait {
    grid-column: span 1;
    grid-row: span 2;
  }

  .look-card--board-landscape {
    grid-column: span 2;
    grid-row: span 1;
  }

  .look-card--board-square {
    grid-column: span 1;
    grid-row: span 1;
  }

  .card-meta {
    bottom: 0.7rem;
    left: 0.7rem;
  }

  .card-meta strong {
    font-size: 1.08rem;
  }

  .card-meta small {
    font-size: 0.56rem;
  }

  .card-price,
  .reel-mark {
    font-size: 0.53rem;
    left: 0.55rem;
    padding: 0.4rem 0.5rem;
    top: 0.55rem;
  }

  .save-button {
    bottom: auto;
    min-height: 31px;
    padding: 0.45rem 0.55rem;
    right: 0.55rem;
    top: 0.55rem;
  }

  .save-button svg {
    height: 15px;
    width: 15px;
  }

  .save-button > span {
    font-size: 0.48rem;
  }

  .edit-nav {
    align-self: stretch;
    background: rgba(250, 247, 239, 0.9);
    box-shadow: 0 8px 22px rgba(39, 34, 28, 0.06);
    grid-template-columns: minmax(0, 1fr) 62px minmax(0, 1fr);
    min-height: 44px;
    width: 100%;
  }

  .edit-nav__button {
    gap: 0.45rem;
    min-height: 44px;
    padding: 0 0.75rem;
  }

  .edit-nav__button--previous {
    justify-content: flex-start;
  }

  .edit-nav__button--next {
    justify-content: flex-end;
  }

  .edit-nav__button:disabled {
    opacity: 0.42;
  }

  .edit-nav__button > span:not(.edit-nav__arrow) {
    display: inline;
    font-size: 0.54rem;
    font-weight: 650;
    letter-spacing: 0.075em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .edit-nav__button small {
    display: none;
  }

  .edit-nav__arrow {
    font-size: 0.94rem;
  }

  .edit-nav__status {
    min-width: 0;
    padding: 0.3rem;
  }

  .edit-nav__status small {
    display: none;
  }

  .edit-nav__status strong {
    font-size: 0.52rem;
    gap: 0.2rem;
  }

  .edit-nav__status > span {
    font-size: 0.47rem;
    letter-spacing: 0.06em;
    margin-top: 0.45rem;
  }

  .edit-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1rem;
    padding: 0 0.5rem 1.2rem;
  }

  .booking-story {
    padding: 5.5rem 1.2rem;
  }

  .booking-story__copy {
    display: block;
    padding: 0;
  }

  .booking-story__copy h2 {
    font-size: clamp(3.5rem, 17vw, 5rem);
  }

  .booking-story__lede {
    font-size: 0.9rem;
    margin: 1.8rem 0 3.5rem;
    max-width: 27rem;
  }

  .booking-story__flow {
    display: block;
    margin: 0 0 2.8rem;
  }

  .booking-story__flow li {
    grid-template-columns: 2.3rem 1fr;
    margin-top: 0;
    padding: 1.05rem 0;
  }

  .booking-story__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.1rem;
  }

  .menu-section {
    display: block;
    padding: 6.5rem 1.2rem;
  }

  .menu-intro {
    padding: 0 0 3rem;
  }

  .menu-tabs {
    overflow-x: auto;
  }

  .menu-tabs button {
    font-size: 0.6rem;
    min-width: 110px;
  }

  .menu-list strong {
    font-size: 1.05rem;
  }

  .menu-list small {
    font-size: 0.78rem;
    max-width: 235px;
  }

  .visit-section {
    display: flex;
    flex-direction: column;
  }

  .visit-photo {
    min-height: 65svh;
  }

  .visit-copy {
    padding: 4.75rem 1.4rem;
  }

  .visit-copy h2 {
    font-size: clamp(3.35rem, 13.5vw, 4.6rem);
    line-height: 0.95;
  }

  .visit-details {
    display: block;
  }

  .visit-details div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    padding-left: 0;
  }

  .visit-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .final-cta {
    min-height: 560px;
  }

  .site-footer {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    padding: 3rem 1.2rem;
  }

  .site-footer div {
    flex-wrap: wrap;
  }

  .site-footer p {
    justify-self: auto;
  }

  .look-dialog {
    border-radius: 0.75rem 0.75rem 0.2rem 0.2rem;
    height: auto;
    margin: auto 0.4rem 0.4rem;
    max-height: calc(100svh - 0.8rem);
    width: calc(100% - 0.8rem);
  }

  .look-dialog[open] {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }

  .dialog-image {
    flex: 0 0 34svh;
  }

  .dialog-copy {
    padding: 1.6rem 1.2rem;
  }

  .dialog-copy h2 {
    font-size: 3rem;
    margin-bottom: 0.9rem;
  }

  .dialog-copy > p:not(.eyebrow):not(.dialog-save-note) {
    font-size: 0.9rem;
    margin-bottom: 1.1rem;
  }

}

@media (max-width: 350px) {
  .hero-actions {
    grid-template-columns: 1fr;
  }
}

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

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