/*
Theme Name: Dockside BTX Creature Edition
Theme URI: https://docksidebtx.com
Author: Landon Cunningham
Description: Custom WordPress theme for Dockside BTX, preserving the approved 35-creature Prototype 4 experience.
Version: 1.1.25
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: dockside-btx
*/

:root {
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --font-geist-mono: "Courier New", Courier, monospace;
}

html { scroll-behavior: smooth; }
body { margin: 0; background: #f1e6d0; color: #111213; font-family: var(--font-geist-sans); }
body.admin-bar .header { top: 32px; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.prototype {
  /* Shirt-inspired brand palette: ink, Gulf teal, shrimp rust, tan and cream. */
  --p-ink: #111213;
  --p-paper: #dfd1b7;
  --p-paper-light: #f1e6d0;
  --p-red: #9e5035;
  --p-teal: #2d6b73;
  --p-sand: #b79a70;
  --p-mustard: #c2a13a;
  --p-line: rgba(17, 18, 19, 0.24);
  --p-dot-teal: rgba(45, 107, 115, 0.40);
  --p-dot-rust: rgba(158, 80, 53, 0.37);
  --p-dot-mustard: rgba(194, 161, 58, 0.38);
  --p-dot-sand: rgba(183, 154, 112, 0.42);
  --p-dot-cream: rgba(241, 230, 208, 0.44);
  --scroll-progress: 0;
  min-height: 100vh;
  overflow: clip;
  color: var(--p-ink);
  background: var(--p-paper-light);
}

.sketchMode { position: relative; isolation: isolate; }

.critterField {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: clip;
  pointer-events: none;
}

/*
 * Section surfaces remain in the normal page layer so the sketches can show
 * through open background space. Every direct foreground composition is then
 * raised above the shared critter field, keeping photos, labels, cards,
 * buttons, and copy fully protected.
 */
.sketchMode > section {
  position: relative;
  z-index: auto;
  isolation: auto;
}

/*
 * Direct section children are grid/flex items or already positioned by their
 * component rules, so z-index protects them without changing their layout.
 * Do not assign position here: doing so would turn intentionally absolute
 * helpers such as the hero blueprint, scroll cue, story destination label,
 * and organic dot fields into normal grid items and collapse the photo areas.
 */
.sketchMode > section > * { z-index: 2 !important; }

.sketchMode > section > .storyGrid,
.sketchMode > section > .visitTexture {
  z-index: 0 !important;
}

.sketchMode > footer,
.sketchMode > .footer {
  position: relative;
  z-index: 2;
  isolation: isolate;
}

.critterField span {
  position: absolute;
  display: block;
  width: clamp(240px, 26vw, 480px);
  aspect-ratio: 1;
  opacity: .11;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 200% 200%;
  filter: none;
  mix-blend-mode: normal;
  will-change: transform;
}

/*
 * Cartoon engraving treatment. The lower layer preserves the approved flat
 * shirt-palette color. A deliberately softened graphite layer restores just
 * enough of the original outlines and hatching to give the drawings depth;
 * its limited contrast keeps the 35 creatures illustrated rather than
 * photorealistic.
 */
.critterField span::before,
.critterField span::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("assets/images/dockside-pencil-critters.png");
  background-repeat: inherit;
  background-position: inherit;
  background-size: inherit;
}

.critterField span::before {
  opacity: 1;
}

.critterField span::after {
  opacity: var(--critter-detail-opacity, .28);
  filter: grayscale(1) sepia(.10) contrast(.78) brightness(1.08);
  mix-blend-mode: multiply;
}

.critterField .critterCrab,
.critterField .critterCrabTwo,
.critterField .critterCrawfish,
.critterField .critterCrawfishTwo,
.critterField .critterExtraCrab,
.critterField .critterExtraCrawfish {
  --critter-detail-opacity: .29;
}

.critterField .critterCrab::before,
.critterField .critterCrabTwo::before,
.critterField .critterCrawfish::before,
.critterField .critterCrawfishTwo::before,
.critterField .critterExtraCrab::before,
.critterField .critterExtraCrawfish::before {
  filter: brightness(0) saturate(100%) invert(38%) sepia(28%) saturate(1154%) hue-rotate(327deg) brightness(86%) contrast(88%);
}

.critterField .critterShrimp,
.critterField .critterShrimpTwo,
.critterField .critterExtraShrimp {
  --critter-detail-opacity: .28;
}

.critterField .critterShrimp::before,
.critterField .critterShrimpTwo::before,
.critterField .critterExtraShrimp::before {
  filter: brightness(0) saturate(100%) invert(70%) sepia(37%) saturate(987%) hue-rotate(6deg) brightness(89%) contrast(84%);
}

/*
 * The lower-left shrimp quadrant in the shared pencil sprite contains a small
 * detached fragment from the crab artwork along its top edge. Crop that empty
 * strip from both engraving layers so the fragment cannot float above any
 * shrimp instance. Seven percent clears the spill while preserving the
 * shrimp's upper antenna line. Keep the WebKit form for iPad Safari.
 */
.critterField .critterShrimp::before,
.critterField .critterShrimp::after,
.critterField .critterShrimpTwo::before,
.critterField .critterShrimpTwo::after,
.critterField .critterExtraShrimp::before,
.critterField .critterExtraShrimp::after {
  -webkit-clip-path: inset(7% 0 0 0);
  clip-path: inset(7% 0 0 0);
}

.critterField .critterCatfish,
.critterField .critterCatfishTwo,
.critterField .critterExtraCatfish {
  --critter-detail-opacity: .24;
}

.critterField .critterCatfish::before,
.critterField .critterCatfishTwo::before,
.critterField .critterExtraCatfish::before {
  filter: brightness(0) saturate(100%) invert(36%) sepia(22%) saturate(1047%) hue-rotate(139deg) brightness(89%) contrast(89%);
}

.critterField .critterAlligator,
.critterField .critterAlligatorTwo,
.critterField .critterExtraAlligator {
  --critter-detail-opacity: .20;
}

.critterField .critterAlligator::before,
.critterField .critterAlligatorTwo::before,
.critterField .critterExtraAlligator::before {
  filter: brightness(0) saturate(100%) invert(68%) sepia(20%) saturate(687%) hue-rotate(356deg) brightness(89%) contrast(87%);
}

.critterField .critterAlligator::before,
.critterField .critterAlligator::after,
.critterField .critterAlligatorTwo::before,
.critterField .critterAlligatorTwo::after,
.critterField .critterExtraAlligator::before,
.critterField .critterExtraAlligator::after {
  background-image: url("assets/images/dockside-pencil-alligator.png");
}

.critterCrab {
  top: 4.5%;
  right: -7vw;
  background-position: left top;
  transform: rotate(8deg) translateY(calc(var(--scroll-progress) * -70px));
  animation: critterDriftA 10s ease-in-out infinite alternate;
}

.critterCrawfish {
  top: 23%;
  left: -8vw;
  background-position: right top;
  transform: rotate(-12deg) translateY(calc(var(--scroll-progress) * -95px));
  animation: critterDriftB 13s ease-in-out infinite alternate;
}

.critterShrimp {
  top: 54%;
  right: -5vw;
  background-position: left bottom;
  transform: rotate(16deg) translateY(calc(var(--scroll-progress) * -110px));
  animation: critterDriftA 12s ease-in-out infinite alternate-reverse;
}

.critterCatfish {
  top: 76%;
  left: -6vw;
  background-position: right bottom;
  transform: rotate(-6deg) translateY(calc(var(--scroll-progress) * -80px));
  animation: critterDriftB 15s ease-in-out infinite alternate-reverse;
}

.critterAlligator {
  top: 39%;
  left: 50%;
  width: clamp(330px, 38vw, 680px) !important;
  aspect-ratio: 2.25 / 1 !important;
  opacity: .095 !important;
  background-image: none !important;
  background-position: center !important;
  background-size: contain !important;
  transform: translateX(-50%) rotate(-3deg) translateY(calc(var(--scroll-progress) * -105px));
  animation: alligatorGlide 18s ease-in-out infinite alternate;
}

.critterCrabTwo {
  top: 86%;
  left: -5vw;
  width: clamp(190px, 21vw, 390px) !important;
  opacity: .105 !important;
  background-position: left top !important;
  transform: rotate(-17deg) translateY(calc(var(--scroll-progress) * -88px));
  animation: critterDriftC 16s ease-in-out infinite alternate;
}

.critterCrawfishTwo {
  top: 64%;
  left: 16vw;
  width: clamp(175px, 19vw, 340px) !important;
  opacity: .10 !important;
  background-position: right top !important;
  transform: rotate(21deg) translateY(calc(var(--scroll-progress) * -120px));
  animation: critterDriftA 17s ease-in-out infinite alternate-reverse;
}

.critterShrimpTwo {
  top: 13.5%;
  left: 30vw;
  width: clamp(160px, 18vw, 320px) !important;
  opacity: .105 !important;
  background-position: left bottom !important;
  transform: rotate(-24deg) translateY(calc(var(--scroll-progress) * -76px));
  animation: critterDriftC 14s ease-in-out infinite alternate-reverse;
}

.critterCatfishTwo {
  top: 48%;
  right: -4vw;
  width: clamp(230px, 28vw, 500px) !important;
  opacity: .11 !important;
  background-position: right bottom !important;
  transform: rotate(9deg) translateY(calc(var(--scroll-progress) * -96px));
  animation: critterDriftB 19s ease-in-out infinite alternate;
}

.critterAlligatorTwo {
  top: 92%;
  right: -9vw;
  width: clamp(300px, 34vw, 590px) !important;
  aspect-ratio: 2.25 / 1 !important;
  opacity: .085 !important;
  background-image: none !important;
  background-position: center !important;
  background-size: contain !important;
  transform: rotate(5deg) translateY(calc(var(--scroll-progress) * -115px));
  animation: alligatorGlideTwo 22s ease-in-out infinite alternate;
}

.critterField .critterExtra {
  top: var(--critter-top);
  left: var(--critter-left);
  width: clamp(145px, var(--critter-size), 520px);
  opacity: var(--critter-opacity);
  transform: rotate(var(--critter-rotate)) translateY(calc(var(--scroll-progress) * var(--critter-parallax)));
}

.critterExtraCrab { background-position: left top !important; }
.critterExtraCrawfish { background-position: right top !important; }
.critterExtraShrimp { background-position: left bottom !important; }
.critterExtraCatfish { background-position: right bottom !important; }
.critterField .critterExtraAlligator {
  aspect-ratio: 2.25 / 1;
  background-image: none;
  background-position: center;
  background-size: contain;
}
.critterExtraDriftA { animation: critterDriftA 13s ease-in-out infinite alternate; }
.critterExtraDriftB { animation: critterDriftB 17s ease-in-out infinite alternate-reverse; }
.critterExtraDriftC { animation: critterDriftC 20s ease-in-out infinite alternate; }

@keyframes critterDriftA {
  from { margin-top: -8px; margin-right: 0; }
  to { margin-top: 10px; margin-right: 14px; }
}

@keyframes critterDriftB {
  from { margin-top: 8px; margin-left: 0; }
  to { margin-top: -10px; margin-left: 12px; }
}

@keyframes critterDriftC {
  from { margin-top: -5px; margin-left: -10px; }
  to { margin-top: 12px; margin-left: 15px; }
}

@keyframes alligatorGlide {
  from { margin-left: -18px; margin-top: 8px; }
  to { margin-left: 18px; margin-top: -7px; }
}

@keyframes alligatorGlideTwo {
  from { margin-right: -24px; margin-top: -6px; }
  to { margin-right: 20px; margin-top: 9px; }
}

.prototype * { box-sizing: border-box; }
.prototype img { display: block; width: 100%; }

.progressRail {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 80;
  width: 4px;
  background: rgba(17, 18, 19, 0.1);
  pointer-events: none;
}

.progressRail span {
  display: block;
  width: 100%;
  height: calc(var(--scroll-progress) * 100%);
  background: var(--p-red);
  transform-origin: top;
}

.header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  min-height: 96px;
  padding: 0 3vw;
  color: var(--p-paper-light);
  background: color-mix(in srgb, var(--p-ink) 94%, transparent);
  border-bottom: 1px solid rgba(241,230,208,.18);
  backdrop-filter: blur(14px);
}

.header nav { display: flex; justify-content: center; gap: clamp(1.5rem, 3vw, 3.5rem); }
.header nav a,
.headerOrder {
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.header nav a { padding-block: 1rem; }
.header nav a:hover { color: var(--p-red); }
.header nav .currentMenuLink { color: var(--p-red); }

.headerLogo { position: relative; align-self: stretch; display: block; width: 116px; min-height: 96px; }
.headerLogo img { position: absolute; top: 4px; left: 0; width: 112px; max-width: none; height: auto; filter: drop-shadow(0 3px 5px rgba(0,0,0,.24)); }
.wordmark { display: inline-flex; width: 95px; flex-direction: column; text-transform: uppercase; line-height: 0.75; }
.wordmark span { padding-left: 0.1rem; font-size: 0.6rem; font-weight: 800; letter-spacing: 0.43em; }
.wordmark strong { margin-top: 0.35rem; font-size: 2rem; font-weight: 950; letter-spacing: -0.1em; }

.headerOrder {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.7rem;
  padding: 0 1.1rem;
  color: white;
  background: var(--p-red);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  min-height: calc(100svh - 96px);
  overflow: hidden;
  background-color: var(--p-paper-light);
}

/*
 * Organic dot fields replace the old full-bleed drafting grid. Each cluster is
 * deliberately clipped into an irregular shape and sits behind the foreground
 * compositions, so the warm paper remains the dominant background.
 */
.hero::before,
.hero::after,
.storyGrid,
.storyGrid::before,
.storyGrid::after,
.gallery::before,
.gallery::after,
.tiktokFeed::before,
.tiktokFeed::after,
.reviews::before,
.reviews::after,
.visitTexture,
.visitTexture::before,
.visitTexture::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, var(--p-dot-teal) 1.2px, transparent 1.8px);
  background-size: 11px 11px;
}

/*
 * Defensive no-grid reset. These section surfaces must stay solid even when
 * an older cached stylesheet or saved Customizer rule is still present.
 * The dot artwork lives only on the bounded decorative shapes below.
 */
.hero,
.story,
.menu,
.gallery,
.tiktokFeed,
.reviews,
.visit {
  background-image: none !important;
}

.hero::before,
.storyGrid,
.gallery::after,
.reviews::after {
  background-image: radial-gradient(circle, var(--p-dot-teal) 1.2px, transparent 1.8px) !important;
}
.hero::after,
.storyGrid::after,
.reviews::before {
  background-image: radial-gradient(circle, var(--p-dot-rust) 1.2px, transparent 1.8px) !important;
}
.storyGrid::before,
.gallery::before {
  background-image: radial-gradient(circle, var(--p-dot-mustard) 1.2px, transparent 1.8px) !important;
}
.hero::before {
  top: 9%;
  left: -8%;
  width: clamp(240px, 34vw, 560px);
  height: clamp(210px, 30vw, 470px);
  border-radius: 43% 57% 68% 32% / 54% 36% 64% 46%;
  transform: rotate(-8deg);
  opacity: .66;
}
.hero::after {
  right: 24%;
  bottom: -12%;
  width: clamp(280px, 40vw, 680px);
  height: clamp(220px, 29vw, 470px);
  border-radius: 62% 38% 47% 53% / 42% 61% 39% 58%;
  transform: rotate(9deg);
  opacity: .60;
}
.hero > * { position: relative; z-index: 1; }

.blueprint { position: absolute; inset: 0; pointer-events: none; }
.blueprint::before,
.blueprint::after { content: ""; position: absolute; background: var(--p-red); }
.blueprint::before { left: 3vw; top: 18%; width: 1px; height: 54%; transform: scaleY(calc(.15 + var(--scroll-progress))); transform-origin: top; }
.blueprint::after { left: 3vw; top: 72%; width: 38%; height: 1px; transform: scaleX(calc(.2 + var(--scroll-progress))); transform-origin: left; }
.blueprintOne,
.blueprintTwo { position: absolute; font-family: var(--font-geist-mono), monospace; font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; }
.blueprintOne { left: calc(3vw + 10px); top: calc(18% - 4px); color: var(--p-red); }
.blueprintTwo { right: 2vw; bottom: 2vw; }

.heroCopy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 850px;
  padding: 7rem 3vw 8rem 7vw;
}

.eyebrow {
  margin: 0 0 1.25rem;
  color: var(--p-teal);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.hero h1,
.story h2,
.menu h2,
.gallery h2,
.reel h2,
.reviews h2,
.visit h2 {
  margin: 0;
  font-size: clamp(4.2rem, 8vw, 9.5rem);
  font-weight: 950;
  letter-spacing: -0.085em;
  line-height: 0.79;
  text-transform: uppercase;
}

.hero h1 span { display: block; color: var(--p-red); }
.heroCopy > p:not(.eyebrow) { max-width: 600px; margin: 2rem 0 0; font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.65; }
.heroActions,
.visitActions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; margin-top: 2.25rem; }

.primaryButton,
.lightButton {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0 1.4rem;
  border: 2px solid transparent;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}
.primaryButton { color: white; background: var(--p-red); }
.primaryButton:hover,
.lightButton:hover { transform: translateY(-3px); }
.lightButton { color: var(--p-ink); background: var(--p-paper-light); }

.orderButtonCopy { display: grid; gap: .3rem; text-align: left; }
.orderButtonCopy strong { font: inherit; letter-spacing: inherit; line-height: 1; text-transform: inherit; }
.orderButtonCopy small { color: rgba(255,255,255,.76); font-family: var(--font-geist-mono), monospace; font-size: .54rem; font-weight: 700; letter-spacing: .06em; line-height: 1; text-transform: uppercase; }
.brandedOrderLink { -webkit-tap-highlight-color: transparent; }
.orderAction { white-space: nowrap; }
.orderProvider { display: inline-flex; flex: 0 0 auto; align-items: center; gap: .28rem; padding-left: .58rem; border-left: 1px solid currentColor; color: inherit; opacity: .72; white-space: nowrap; }
.toastLogo { display: block; width: 38px !important; max-width: 38px; height: auto !important; flex: 0 0 38px; object-fit: contain; }
.lightButton .orderProvider { color: #b33a0b; opacity: .8; }
.socialTextLink { gap: .55rem; }
.socialTextLink img { width: 20px; height: 20px; flex: 0 0 auto; }

.heroOrderButton {
  position: relative;
  isolation: isolate;
  width: fit-content;
  max-width: 100%;
  min-height: 84px;
  justify-content: flex-start;
  gap: 1rem;
  padding: .9rem 1.15rem;
  border-color: var(--p-ink);
  box-shadow: 8px 8px 0 var(--p-ink);
  overflow: hidden;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  animation: orderNudge 5s 2.2s ease-in-out infinite;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.heroOrderButton::before {
  content: "";
  position: absolute;
  inset: -45% auto -45% -35%;
  z-index: -1;
  width: 28%;
  background: rgba(255,255,255,.22);
  transform: skewX(-18deg);
  animation: orderShine 5s 2.2s ease-in-out infinite;
}
.heroOrderButton:hover {
  background: #87442e;
  box-shadow: 4px 4px 0 var(--p-ink);
  transform: translate(4px, 4px);
  animation-play-state: paused;
}
.heroOrderButton:active {
  background: #703724;
  box-shadow: 2px 2px 0 var(--p-ink);
  transform: translate(6px, 6px);
}
.heroOrderButton:focus:not(:focus-visible) { outline: none; }
.heroOrderButton:focus-visible { outline: 3px solid var(--p-teal); outline-offset: 6px; }
.heroOrderButton .orderButtonCopy { gap: .42rem; }
.heroOrderButton .orderButtonCopy strong { font-size: .92rem; }
.heroOrderButton .orderProvider { margin-left: .15rem; }
.orderPrompt {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: .45rem;
  padding: .28rem .48rem;
  color: var(--p-ink);
  background: var(--p-sand);
  font-family: var(--font-geist-mono), monospace;
  font-size: .56rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}
.orderPrompt i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--p-red);
  box-shadow: 0 0 0 0 rgba(158,80,53,.55);
  animation: orderDot 2s ease-out infinite;
}
@keyframes orderNudge {
  0%, 82%, 100% { transform: translate(0,0); box-shadow: 8px 8px 0 var(--p-ink); }
  88% { transform: translate(-2px,-2px); box-shadow: 10px 10px 0 var(--p-ink); }
  94% { transform: translate(0,0); box-shadow: 8px 8px 0 var(--p-ink); }
}
@keyframes orderShine {
  0%, 74% { left: -35%; }
  90%, 100% { left: 125%; }
}
@keyframes orderDot {
  0% { box-shadow: 0 0 0 0 rgba(158,80,53,.55); }
  70%, 100% { box-shadow: 0 0 0 7px rgba(158,80,53,0); }
}

.underLink {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-bottom: 2px solid currentColor;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.heroAssembly { position: relative; z-index: 2; margin: 4vw 4vw 5vw 0; }
.heroImageWrap { position: absolute; inset: 0 0 4rem 3rem; overflow: hidden; background: var(--p-ink); clip-path: inset(0 0 100% 0); transition: clip-path 1s cubic-bezier(.22,.75,.2,1); }
.heroImageWrap img { height: 100%; object-fit: cover; transform: scale(1.12); transition: transform 1.4s cubic-bezier(.22,.75,.2,1); }
.visible .heroImageWrap { clip-path: inset(0); }
.visible .heroImageWrap img { transform: scale(1); }
.imageBracket { position: absolute; inset: 2rem 1.8rem 1.8rem 1rem; border: 1px solid var(--p-red); transform: translate(2rem, 2rem); opacity: 0; transition: transform .9s .25s ease, opacity .9s .25s ease; }
.visible .imageBracket { transform: translate(0,0); opacity: 1; }
.imageLabel { position: absolute; right: .75rem; bottom: .85rem; z-index: 2; margin: 0; padding: .3rem .5rem; background: var(--p-paper); font-family: var(--font-geist-mono), monospace; font-size: .6rem; letter-spacing: .1em; line-height: 1.25; text-transform: uppercase; }
.heroBadge { position: absolute; left: -1rem; bottom: 2.2rem; display: flex; width: 110px; height: 110px; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: white; background: var(--p-teal); outline: 2px solid var(--p-teal); outline-offset: 4px; transform: rotate(-7deg) scale(.5); opacity: 0; transition: transform .6s .7s cubic-bezier(.2,1.4,.4,1), opacity .6s .7s ease; }
.visible .heroBadge { transform: rotate(-7deg) scale(1); opacity: 1; }
.heroBadge small { font-family: var(--font-geist-mono), monospace; font-size: .54rem; letter-spacing: .1em; text-transform: uppercase; }
.heroBadge strong { font-size: 2rem; line-height: 1; letter-spacing: -.08em; }
.scrollCue { position: absolute; left: 3vw; bottom: 1.5rem; display: flex; align-items: center; gap: .75rem; font-family: var(--font-geist-mono), monospace; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left center; }
.scrollCue span { display: block; width: 42px; height: 1px; overflow: hidden; background: var(--p-line); }

.manifesto { display: grid; grid-template-columns: repeat(3, 1fr); color: white; background: var(--p-red); }
.manifesto > div { position: relative; display: grid; min-height: 190px; grid-template-columns: auto 1fr; align-items: start; gap: 1.25rem; padding: 2rem clamp(1.5rem, 3vw, 3.5rem); border-right: 1px solid rgba(255,255,255,.35); overflow: hidden; }
.manifesto > div::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: var(--p-sand); transform: scaleX(0); transform-origin: left; transition: transform .7s .4s ease; }
.manifesto > div.visible::after { transform: scaleX(1); }
.pillarNumber { padding-top: .15rem; color: var(--p-sand); font-family: var(--font-geist-mono), monospace; font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.manifesto small { display: block; margin-bottom: .55rem; color: rgba(255,255,255,.68); font-family: var(--font-geist-mono), monospace; font-size: .56rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.manifesto p { margin: 0; font-size: clamp(.9rem, 1.1vw, 1.05rem); font-weight: 900; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }
.manifesto em { display: block; max-width: 34ch; margin-top: .8rem; color: rgba(255,255,255,.8); font-size: .82rem; font-style: normal; line-height: 1.55; }

.story { position: relative; display: grid; grid-template-columns: minmax(320px, .85fr) 100px minmax(420px, 1.15fr); align-items: center; gap: 1.5rem; padding: clamp(6rem, 11vw, 12rem) max(4vw, calc((100vw - 1400px) / 2)); }
.storyGrid {
  top: 4%;
  left: -8%;
  width: clamp(280px, 40vw, 680px);
  height: clamp(260px, 34vw, 560px);
  border-radius: 58% 42% 34% 66% / 45% 63% 37% 55%;
  transform: rotate(7deg);
  opacity: .62;
}
.storyGrid::before {
  top: 68%;
  left: 82vw;
  width: clamp(260px, 36vw, 590px);
  height: clamp(220px, 28vw, 460px);
  border-radius: 39% 61% 55% 45% / 64% 41% 59% 36%;
  transform: rotate(-12deg);
  opacity: .82;
}
.storyGrid::after {
  top: 118%;
  left: 42vw;
  width: clamp(180px, 25vw, 410px);
  height: clamp(160px, 21vw, 340px);
  border-radius: 66% 34% 43% 57% / 38% 57% 43% 62%;
  transform: rotate(15deg);
  opacity: .64;
}
.storyImage { position: relative; z-index: 2; min-height: 680px; overflow: visible; }
.storyImage::after { content: ""; position: absolute; inset: -18px 18px 18px -18px; z-index: -1; border: 1px solid var(--p-red); transform: scaleY(0); transform-origin: top; transition: transform .9s .25s ease; }
.storyImage.visible::after { transform: scaleY(1); }
.storyImage img { height: 680px; object-fit: cover; clip-path: inset(100% 0 0); transition: clip-path 1s ease; }
.storyImage.visible img { clip-path: inset(0); }
.routeTag,
.destinationTag { z-index: 3; padding: .85rem 1rem; color: white; background: var(--p-red); font-family: var(--font-geist-mono), monospace; font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.routeTag { position: absolute; right: -1.5rem; top: 2rem; }
.destinationTag { position: absolute; right: 4vw; bottom: 14%; transform: rotate(2deg); }
.routeLine { position: relative; z-index: 3; height: 1px; background: var(--p-line); }
.routeLine span { position: absolute; top: -3px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--p-red); animation: travel 3s ease-in-out infinite; }
@keyframes travel { 0%,100% { transform: translateX(0); } 50% { transform: translateX(93px); } }
.storyCopy { position: relative; z-index: 2; padding: 2rem 3vw; background: color-mix(in srgb, var(--p-paper-light) 92%, transparent); }
.story h2 { max-width: 800px; font-size: clamp(3.5rem, 6.2vw, 7.2rem); }
.storyLead { margin: 2rem 0 0; font-size: clamp(1.1rem, 1.6vw, 1.4rem); line-height: 1.55; }
.storyCopy > p:not(.eyebrow):not(.storyLead) { max-width: 650px; color: #5f574d; line-height: 1.8; }
.storyCopy .underLink { margin-top: 1rem; }

.menu {
  position: relative;
  isolation: isolate;
  /*
   * Clip the organic dot halos without creating a scrolling ancestor.
   * overflow:hidden turns this section into a scroll container and prevents
   * the three desktop menu panels from sticking as visitors move through it.
   */
  overflow: visible;
  overflow: clip;
  padding: clamp(6rem, 10vw, 10rem) max(4vw, calc((100vw - 1400px) / 2));
  color: var(--p-paper-light);
  background-color: var(--p-ink);
}
.menu::before,
.menu::after,
.menuStack::before,
.menuStack::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, var(--p-dot-sand) 1.2px, transparent 1.8px) !important;
  background-size: 11px 11px;
  opacity: .60;
}
.menu::before { background-image: radial-gradient(circle, var(--p-dot-mustard) 1.2px, transparent 1.8px) !important; }
.menu::after { background-image: radial-gradient(circle, var(--p-dot-rust) 1.2px, transparent 1.8px) !important; }
.menuStack::before { background-image: radial-gradient(circle, var(--p-dot-teal) 1.2px, transparent 1.8px) !important; }
.menuStack::after { background-image: radial-gradient(circle, var(--p-dot-sand) 1.2px, transparent 1.8px) !important; }
.menu::before {
  top: 4%;
  right: -8%;
  width: clamp(260px, 38vw, 620px);
  height: clamp(210px, 27vw, 440px);
  border-radius: 61% 39% 52% 48% / 43% 58% 42% 57%;
  transform: rotate(-8deg);
}
.menu::after {
  left: -12%;
  bottom: 2%;
  width: clamp(300px, 44vw, 720px);
  height: clamp(240px, 31vw, 500px);
  border-radius: 44% 56% 37% 63% / 57% 38% 62% 43%;
  transform: rotate(7deg);
}
.menu > .menuIntro,
.menu > .menuStack { position: relative; z-index: 1; }
.menu .eyebrow { color: var(--p-sand); }
.menuIntro { display: grid; grid-template-columns: 1fr minmax(260px, 380px); align-items: end; column-gap: 3rem; }
.menuIntro .eyebrow { grid-column: 1 / -1; }
.menu h1 { margin: 0; font-size: clamp(3.7rem, 7vw, 8.5rem); font-weight: 950; letter-spacing: -.065em; line-height: .88; text-transform: uppercase; }
.menuIntro > p:last-child { margin: 0 0 .6rem; color: #c4b8a5; line-height: 1.7; }
.menuStack { position: relative; margin-top: 6rem; }
.menuStack::before {
  top: 6%;
  left: -10vw;
  width: clamp(320px, 50vw, 820px);
  height: clamp(260px, 34vw, 540px);
  border-radius: 38% 62% 55% 45% / 61% 41% 59% 39%;
  transform: rotate(-5deg);
}
.menuStack::after {
  top: 48%;
  right: -13vw;
  width: clamp(360px, 53vw, 860px);
  height: clamp(280px, 37vw, 590px);
  border-radius: 57% 43% 64% 36% / 42% 62% 38% 58%;
  transform: rotate(9deg);
}
.menuStack > * { position: relative; z-index: 1; }
.menuPanel { position: sticky; top: 112px; display: grid; grid-template-columns: 1fr minmax(380px, .82fr); min-height: 610px; margin-bottom: 18vh; border: 1px solid rgba(255,255,255,.22); background: #17191a; box-shadow: 0 -18px 50px rgba(0,0,0,.32); }
.menuPanel:nth-child(2) { top: 132px; }
.menuPanel:nth-child(3) { top: 152px; margin-bottom: 0; }
.panelCopy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 6vw, 7rem); }
.panelCopy::before { content: ""; position: absolute; left: 0; top: 0; width: 5px; height: 100%; background: var(--p-red); transform: scaleY(0); transform-origin: top; transition: transform .8s .2s ease; }
.visible .panelCopy::before { transform: scaleY(1); }
.panelNumber { position: absolute; top: 2rem; left: 2rem; color: var(--p-sand); font-family: var(--font-geist-mono), monospace; font-size: .7rem; }
.panelCopy h2,
.panelCopy h3 { margin: 0; font-size: clamp(3rem, 5.2vw, 6.4rem); letter-spacing: -.065em; line-height: .86; text-transform: uppercase; }
.panelCopy > p:last-of-type { max-width: 590px; color: #c5b9a5; font-size: 1.05rem; line-height: 1.75; }
.panelImage { position: relative; min-height: 610px; overflow: hidden; }
.panelImage::after { content: ""; position: absolute; inset: 1rem; border: 1px solid rgba(255,255,255,.5); }
.panelImage img { height: 100%; object-fit: cover; transform: scale(1.12); transition: transform 1.1s ease; }
.visible .panelImage img { transform: scale(1); }
.panelImage > span { position: absolute; right: 1.5rem; bottom: .6rem; color: rgba(255,255,255,.32); font-size: clamp(5rem, 8vw, 9rem); font-weight: 950; letter-spacing: -.08em; line-height: 1; }
.boilSteps { display: flex; flex-wrap: wrap; gap: .6rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.boilSteps li { display: flex; align-items: center; gap: .55rem; padding: .65rem .8rem; border: 1px solid rgba(255,255,255,.25); font-family: var(--font-geist-mono), monospace; font-size: .64rem; letter-spacing: .09em; text-transform: uppercase; }
.boilSteps span { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: var(--p-ink); background: var(--p-sand); }
.menuCta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 5rem; padding: 2rem; background: var(--p-teal); }
.menuCta p { margin: 0; font-size: clamp(1.6rem, 3vw, 3rem); font-weight: 900; letter-spacing: -.04em; text-transform: uppercase; }

.menuPage { background: var(--p-ink); }
.menuPage .menu { min-height: calc(100svh - 78px); }

.gallery { position: relative; isolation: isolate; display: grid; grid-template-columns: .72fr 1.28fr; gap: 2rem; padding: clamp(6rem, 11vw, 12rem) max(4vw, calc((100vw - 1400px) / 2)); background: var(--p-paper-light); overflow: hidden; }
.gallery::before {
  top: 2%;
  left: -9%;
  width: clamp(260px, 38vw, 620px);
  height: clamp(240px, 31vw, 500px);
  border-radius: 54% 46% 38% 62% / 42% 65% 35% 58%;
  transform: rotate(-10deg);
  opacity: .60;
}
.gallery::after {
  right: -12%;
  bottom: 4%;
  width: clamp(320px, 46vw, 760px);
  height: clamp(260px, 34vw, 550px);
  border-radius: 37% 63% 55% 45% / 61% 39% 58% 42%;
  transform: rotate(11deg);
  opacity: .58;
}
.gallery > * { position: relative; z-index: 1; }
.galleryTitle { align-self: center; padding-right: 3vw; }
.gallery h2 { font-size: clamp(3.8rem, 6.5vw, 7.6rem); }
.gallery h2 span { color: var(--p-red); }
.galleryImage { position: relative; margin: 0; overflow: hidden; background: var(--p-ink); clip-path: inset(0 0 100% 0); transition: clip-path 1s ease; }
.galleryImage.visible { clip-path: inset(0); }
.galleryImage img { height: 100%; object-fit: cover; transform: scale(1.09); transition: transform 1.3s ease; }
.galleryImage.visible img { transform: scale(1); }
.galleryImage figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: .65rem .75rem; background: var(--p-paper-light); font-family: var(--font-geist-mono), monospace; font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; }
.galleryWide { min-height: 560px; }
.galleryTall { min-height: 540px; }
.gallerySign { min-height: 380px; margin-top: 5rem; }
.gallerySign img { object-position: center 65%; }

.reel {
  display: grid;
  grid-template-columns: minmax(300px, .62fr) minmax(560px, 1.38fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
  padding: clamp(6rem, 10vw, 11rem) max(4vw, calc((100vw - 1400px) / 2));
  color: var(--p-paper-light);
  background: var(--p-teal);
}

.reelIntro { max-width: 520px; }
.reel .eyebrow { color: var(--p-sand); }
.reel h2 { font-size: clamp(3.8rem, 6.7vw, 7.7rem); }
.reelIntro > p:not(.eyebrow) { color: #ded0b9; line-height: 1.75; }
.reelIntro .underLink { color: white; }
.reelSocials { display: grid; gap: .2rem; width: min(100%, 360px); margin-top: 1.3rem; }
.reelSocials .socialTextLink { width: 100%; min-height: 46px; padding: .55rem 0; border-bottom: 1px solid rgba(255,255,255,.42); }
.reelSocials .socialTextLink:hover { border-bottom-color: white; }
.reelStage { min-width: 0; }
.reelViewport {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: var(--p-ink);
  box-shadow: 26px 26px 0 var(--p-red);
}
.reelViewport::after {
  content: "";
  position: absolute;
  inset: 1rem;
  z-index: 4;
  border: 1px solid rgba(255,255,255,.55);
  pointer-events: none;
}
.reelSlide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.035);
  transition: opacity 1s ease, visibility 1s ease, transform 5.8s ease;
}
.reelSlideActive { opacity: 1; visibility: visible; transform: scale(1); }
.reelSlide img,
.reelSlide video { width: 100%; height: 100%; object-fit: cover; }
.reelSlide::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(0,0,0,.76));
}
.reelSlide figcaption {
  position: absolute;
  right: 2.4rem;
  bottom: 2.2rem;
  left: 2.4rem;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
.reelSlide figcaption span {
  color: var(--p-sand);
  font-family: var(--font-geist-mono), monospace;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.reelSlide figcaption strong {
  max-width: 520px;
  font-size: clamp(1.6rem, 2.8vw, 3.4rem);
  letter-spacing: -.04em;
  line-height: .95;
  text-align: right;
  text-transform: uppercase;
}
.reelControls { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: .7rem; margin-top: 2rem; }
.reelControls button {
  display: grid;
  grid-template-columns: 0 1fr;
  gap: .6rem;
  align-items: center;
  padding: .6rem 0;
  border: 0;
  color: rgba(255,255,255,.6);
  background: transparent;
  font-family: var(--font-geist-mono), monospace;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .2s ease, grid-template-columns .3s ease;
}
.reelControls button span { display: block; height: 2px; background: currentColor; }
.reelControls button:hover,
.reelControls button:focus-visible,
.reelControls .reelDotActive { grid-template-columns: 30px 1fr; color: white; }
.reelControls .reelPause { color: white; }

.tiktokFeed {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(420px, 1.28fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
  padding: clamp(5rem, 8vw, 8rem) max(4vw, calc((100vw - 1400px) / 2));
  overflow: hidden;
  color: var(--p-paper-light);
  background-color: var(--p-ink);
}
.tiktokFeed::before,
.tiktokFeed::after {
  background-image: radial-gradient(circle, var(--p-dot-sand) 1.2px, transparent 1.8px) !important;
}
.tiktokFeed::after { background-image: radial-gradient(circle, var(--p-dot-rust) 1.2px, transparent 1.8px) !important; }
.tiktokFeed::before {
  top: -18%;
  left: -9%;
  width: clamp(260px, 36vw, 600px);
  height: clamp(230px, 30vw, 500px);
  border-radius: 41% 59% 66% 34% / 58% 37% 63% 42%;
  transform: rotate(-11deg);
  opacity: .58;
}
.tiktokFeed::after {
  right: -12%;
  bottom: -22%;
  width: clamp(300px, 43vw, 720px);
  height: clamp(260px, 34vw, 560px);
  border-radius: 64% 36% 43% 57% / 38% 61% 39% 62%;
  transform: rotate(9deg);
  opacity: .52;
}
.tiktokFeed > * { position: relative; z-index: 1; }
.tiktokIntro { max-width: 560px; }
.tiktokFeed .eyebrow { color: var(--p-sand); }
.tiktokTitleLockup { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 1.1rem; }
.tiktokTitleLockup img { width: clamp(40px, 4vw, 58px); height: auto; margin-top: .7rem; filter: brightness(0) invert(1); }
.tiktokFeed h2 { margin: 0; font-size: clamp(3.8rem, 6.2vw, 7.2rem); }
.tiktokIntro > p:not(.eyebrow) { max-width: 44ch; color: #cdbfa9; line-height: 1.75; }
.tiktokProfileButton { display: inline-flex; min-height: 48px; align-items: center; margin-top: 1.2rem; }
.tiktokFeedShell {
  min-width: 0;
  padding: clamp(1rem, 2vw, 1.75rem);
  color: var(--p-ink);
  background: var(--p-paper-light);
  box-shadow: 20px 20px 0 var(--p-red);
}
.tiktokFeedShell > * { max-width: 100%; margin-inline: auto; }
.tiktokFeedShell iframe,
.tiktokFeedShell video,
.tiktokFeedShell img { max-width: 100%; }

.reviews {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(560px, 1.28fr);
  gap: clamp(3rem, 7vw, 8rem);
  padding: clamp(6rem, 10vw, 11rem) max(4vw, calc((100vw - 1400px) / 2));
  background-color: var(--p-paper-light);
  overflow: hidden;
}
.reviews::before {
  top: -13%;
  left: 27%;
  width: clamp(260px, 37vw, 610px);
  height: clamp(210px, 28vw, 450px);
  border-radius: 64% 36% 52% 48% / 39% 58% 42% 61%;
  transform: rotate(8deg);
  opacity: .58;
}
.reviews::after {
  right: -10%;
  bottom: -14%;
  width: clamp(300px, 42vw, 700px);
  height: clamp(250px, 33vw, 540px);
  border-radius: 43% 57% 35% 65% / 56% 37% 63% 44%;
  transform: rotate(-9deg);
  opacity: .60;
}
.reviews > * { position: relative; z-index: 1; }
.reviews h2 { font-size: clamp(3.8rem, 5.6vw, 6.7rem); }
.ratingLockup { display: flex; align-items: center; gap: 1.25rem; margin: 2.25rem 0 1.5rem; }
.ratingLockup > strong { color: var(--p-red); font-size: clamp(4rem, 7vw, 7rem); font-weight: 950; letter-spacing: -.08em; line-height: .8; }
.ratingLockup > div { display: flex; flex-direction: column; gap: .35rem; }
.ratingLockup span { color: var(--p-mustard); font-size: 1.15rem; letter-spacing: .1em; }
.ratingLockup small { font-family: var(--font-geist-mono), monospace; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.reviewGrid { display: grid; grid-template-columns: repeat(2, 1fr); align-content: start; border-top: 1px solid var(--p-line); border-left: 1px solid var(--p-line); }
.googleReviewsLive { min-width: 0; align-self: start; padding: clamp(1rem, 2vw, 2rem); border: 1px solid var(--p-line); background: rgba(241,230,208,.94); }
.googleReviewsLive > * { max-width: 100%; }
.reviewCard { position: relative; min-height: 300px; padding: 2rem; border-right: 1px solid var(--p-line); border-bottom: 1px solid var(--p-line); background: color-mix(in srgb, var(--p-paper-light) 94%, transparent); }
.reviewCard:last-child { grid-column: 1 / -1; min-height: 250px; }
.reviewNumber { color: var(--p-teal); font-family: var(--font-geist-mono), monospace; font-size: .64rem; }
.reviewStars { margin-top: 2.5rem; color: var(--p-mustard); letter-spacing: .08em; }
.reviewCard > p { margin: 1.2rem 0 2.2rem; font-size: clamp(1.15rem, 1.6vw, 1.45rem); line-height: 1.55; }
.reviewMeta { position: absolute; right: 2rem; bottom: 1.8rem; left: 2rem; display: flex; justify-content: space-between; gap: 1rem; }
.reviewMeta strong { font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.reviewMeta small { color: #696459; font-family: var(--font-geist-mono), monospace; font-size: .56rem; text-align: right; text-transform: uppercase; }
.reviewNote { grid-column: 2; margin: -5rem 0 0; color: #696459; font-family: var(--font-geist-mono), monospace; font-size: .58rem; line-height: 1.6; text-transform: uppercase; }

.visit { position: relative; display: grid; grid-template-columns: 1fr minmax(350px, .75fr); gap: clamp(3rem, 9vw, 10rem); padding: clamp(6rem, 10vw, 10rem) max(4vw, calc((100vw - 1400px) / 2)); overflow: hidden; color: var(--p-paper-light); background: var(--p-teal); }
.visitTexture {
  top: -9%;
  left: -10%;
  width: clamp(320px, 45vw, 760px);
  height: clamp(260px, 35vw, 570px);
  border-radius: 47% 53% 66% 34% / 61% 38% 62% 39%;
  background-image: radial-gradient(circle, var(--p-dot-cream) 1.2px, transparent 1.8px) !important;
  transform: rotate(-8deg) translateY(calc(var(--scroll-progress) * -35px));
  opacity: .58;
}
.visitTexture::before {
  top: 94%;
  left: 91vw;
  width: clamp(280px, 38vw, 640px);
  height: clamp(230px, 30vw, 490px);
  border-radius: 62% 38% 42% 58% / 37% 64% 36% 63%;
  background-image: radial-gradient(circle, var(--p-dot-mustard) 1.2px, transparent 1.8px) !important;
  transform: rotate(13deg);
  opacity: .78;
}
.visitTexture::after {
  top: 42%;
  left: 46vw;
  width: clamp(180px, 24vw, 400px);
  height: clamp(150px, 20vw, 330px);
  border-radius: 36% 64% 57% 43% / 63% 42% 58% 37%;
  background-image: radial-gradient(circle, var(--p-dot-rust) 1.2px, transparent 1.8px) !important;
  transform: rotate(-15deg);
  opacity: .55;
}
.visitCopy,
.hours,
.visitMap { position: relative; z-index: 2; }
.visit .eyebrow { color: var(--p-sand); }
.visit h2 { font-size: clamp(4rem, 7vw, 8.3rem); }
.visitCopy > p:not(.eyebrow) { color: #ded0b9; font-size: 1.15rem; line-height: 1.7; }
.visit .underLink { color: white; }
.hours { align-self: center; padding: clamp(2rem, 4vw, 4rem); color: var(--p-ink); background: var(--p-paper-light); box-shadow: 20px 20px 0 var(--p-red); }
.hoursHeading { display: flex; justify-content: space-between; gap: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--p-line); }
.hoursHeading span { font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hoursHeading small { color: var(--p-red); font-family: var(--font-geist-mono), monospace; text-transform: uppercase; }
.hours dl { margin: 1rem 0; }
.hours dl div { display: flex; justify-content: space-between; gap: 2rem; padding: 1rem 0; border-bottom: 1px solid var(--p-line); }
.hours dt { font-weight: 850; }
.hours dd { margin: 0; font-family: var(--font-geist-mono), monospace; }
.hours > p { color: #615d53; font-size: .78rem; line-height: 1.6; }
.visitMap { min-height: clamp(300px, 29vw, 430px); margin-top: clamp(2.5rem, 5vw, 4.5rem); border: 10px solid var(--p-paper-light); background: var(--p-paper-light); box-shadow: 20px 20px 0 var(--p-red); overflow: hidden; }
.visitMap iframe { display: block; width: 100%; height: clamp(300px, 29vw, 430px); border: 0; }
.mapBrand { display: inline-flex; min-height: 42px; align-items: center; gap: .65rem; margin-top: 2.3rem; padding: .65rem .8rem; border-radius: 4px; color: #5f6368; background: white; font-family: var(--font-geist-mono), monospace; font-size: .55rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mapBrand img { display: block; width: auto; height: 18px; }
.mapBrand + .visitMap { margin-top: 1rem; }
.footer { display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 3rem; padding: 4rem 4vw; color: var(--p-paper-light); background: var(--p-ink); }
.footer p { margin: 0; color: #b8aa95; font-size: .82rem; }
.footer > div { display: flex; gap: 1.5rem; font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.footer .footerSocial { align-items: center; gap: .8rem; }
.socialLink { display: inline-flex; min-height: 46px; align-items: center; gap: .55rem; padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.22); transition: border-color 180ms ease, background 180ms ease, transform 180ms ease; -webkit-tap-highlight-color: transparent; }
.socialLink:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.06); transform: translateY(-2px); }
.socialLink:focus-visible { outline: 3px solid var(--p-sand); outline-offset: 3px; }
.socialLink img { display: block; width: 23px; height: 23px; flex: 0 0 auto; }
.mobileOrder { display: none; }

.heroCopy[data-reveal],
.storyCopy[data-reveal],
.menuIntro[data-reveal],
.galleryTitle[data-reveal],
.reelIntro[data-reveal],
.tiktokIntro[data-reveal],
.reviewsIntro[data-reveal],
.visitCopy[data-reveal] { opacity: 0; transform: translateY(42px); transition: opacity .75s ease, transform .9s cubic-bezier(.22,.75,.2,1); }
.heroCopy.visible,
.storyCopy.visible,
.menuIntro.visible,
.galleryTitle.visible,
.reelIntro.visible,
.tiktokIntro.visible,
.reviewsIntro.visible,
.visitCopy.visible { opacity: 1; transform: translateY(0); }
.manifesto [data-reveal] { opacity: 0; transform: translateX(-30px); transition: opacity .6s ease, transform .7s ease; }
.manifesto [data-reveal].visible { opacity: 1; transform: translateX(0); }
.manifesto [data-reveal]:nth-child(2) { transition-delay: .12s; }
.manifesto [data-reveal]:nth-child(3) { transition-delay: .24s; }
.menuPanel[data-reveal] { opacity: .55; transform: translateY(90px) scale(.97); transition: opacity .7s ease, transform .9s cubic-bezier(.22,.75,.2,1); }
.menuPanel.visible { opacity: 1; transform: translateY(0) scale(1); }
.reelStage[data-reveal] { opacity: 0; transform: translateX(60px); transition: opacity .8s ease, transform .9s ease; }
.reelStage.visible { opacity: 1; transform: translateX(0); }
.tiktokFeedShell[data-reveal] { opacity: 0; transform: translateX(60px); transition: opacity .8s ease, transform .9s ease; }
.tiktokFeedShell.visible { opacity: 1; transform: translateX(0); }
.reviewCard[data-reveal] { opacity: 0; transform: translateY(36px); transition: opacity .65s ease, transform .8s ease; }
.reviewCard.visible { opacity: 1; transform: translateY(0); }
.reviewCard:nth-child(2) { transition-delay: .12s; }
.reviewCard:nth-child(3) { transition-delay: .24s; }
.hours[data-reveal] { opacity: 0; transform: translateX(60px) rotate(1deg); transition: opacity .8s ease, transform .9s ease; }
.hours.visible { opacity: 1; transform: translateX(0) rotate(1deg); }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr .9fr; }
  .heroCopy { padding-left: 5vw; }
  .story { grid-template-columns: .9fr 60px 1.1fr; }
  .menuPanel { grid-template-columns: 1fr .8fr; }
  .reel,
  .tiktokFeed,
  .reviews { grid-template-columns: minmax(280px, .65fr) minmax(480px, 1.35fr); }
}

@media (max-width: 760px) {
  body.admin-bar .header { top: 46px; }
  .critterField span { width: clamp(180px, 58vw, 300px); opacity: .095; }
  .critterField .critterExtra { width: clamp(125px, calc(var(--critter-size) * 1.8), 300px); opacity: var(--critter-opacity); }
  .critterCrabTwo { left: -24vw; }
  .critterCrawfishTwo { left: 46vw; }
  .critterShrimpTwo { left: -12vw; }
  .critterCatfishTwo { right: -28vw; }
  .critterAlligator,
  .critterAlligatorTwo { width: clamp(280px, 92vw, 430px) !important; }
  .critterAlligator { left: 60%; }
  .critterAlligatorTwo { right: -38vw; }
  .progressRail { width: 3px; }
  .header { min-height: 84px; grid-template-columns: 1fr auto; padding-inline: 1rem; }
  .headerLogo { width: 88px; min-height: 84px; }
  .headerLogo img { top: 3px; width: 86px; }
  .header nav,
  .headerOrder { display: none; }
  .hero { display: flex; min-height: auto; flex-direction: column; }
  .hero::before { top: 2%; left: -36%; width: 92vw; height: 300px; background-size: 10px 10px; opacity: .62; }
  .hero::after { right: -38%; bottom: 18%; width: 96vw; height: 350px; background-size: 10px 10px; opacity: .56; }
  .heroCopy { padding: 4rem 1rem 2.5rem; }
  .hero h1 { font-size: clamp(4rem, 18vw, 6.2rem); }
  .heroCopy > p:not(.eyebrow) { font-size: 1rem; }
  .heroActions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .heroOrderButton { width: fit-content; max-width: calc(100% - 8px); min-width: 0; }
  .heroAssembly { min-height: 500px; margin: 0 1rem 4.5rem; }
  .heroImageWrap { inset: 0 0 2.8rem; }
  .imageBracket { inset: 1rem -0.4rem 2rem .6rem; }
  .imageLabel { right: .35rem; bottom: .65rem; max-width: calc(100% - 7.5rem); text-align: right; }
  .heroBadge { left: .5rem; bottom: .5rem; width: 92px; height: 92px; }
  .scrollCue { display: none; }
  .blueprint::before { left: 1rem; top: 4%; height: 28%; }
  .blueprint::after { left: 1rem; top: 32%; width: 84%; }
  .blueprintOne { left: 1.7rem; top: 4%; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto > div { min-height: 0; padding: 1.5rem 1rem 1.8rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.3); }
  .manifesto em { max-width: 42ch; }
  .story { display: grid; grid-template-columns: 1fr; gap: 3rem; padding: 6rem 1rem; }
  .storyGrid { top: 1%; left: -42%; width: 96vw; height: 330px; background-size: 10px 10px; }
  .storyGrid::before { top: 142%; left: 94vw; width: 92vw; height: 320px; background-size: 10px 10px; }
  .storyGrid::after { top: 260%; left: 46vw; width: 72vw; height: 250px; background-size: 10px 10px; }
  .storyImage,
  .storyImage img { min-height: 520px; height: 520px; }
  .routeTag { right: -.5rem; }
  .routeLine { display: none; }
  .storyCopy { padding: 1.5rem 0 0; background: transparent; }
  .story h2 { font-size: clamp(3.5rem, 15vw, 5.5rem); }
  .destinationTag { right: 1rem; bottom: 3rem; }
  .menu { padding: 6rem 1rem; }
  .menu::before,
  .menu::after,
  .menuStack::before,
  .menuStack::after { background-size: 10px 10px; opacity: .56; }
  .menu::before { top: 2%; right: -34%; width: 88vw; height: 280px; }
  .menu::after { left: -42%; bottom: 1%; width: 96vw; height: 340px; }
  .menuStack::before { top: 4%; left: -45vw; width: 96vw; height: 360px; }
  .menuStack::after { top: 52%; right: -48vw; width: 104vw; height: 390px; }
  .menuIntro { grid-template-columns: 1fr; }
  .menu h1 { font-size: clamp(3.6rem, 15vw, 5.4rem); }
  .menuIntro > p:last-child { margin-top: 1.5rem; }
  .menuStack { margin-top: 3rem; }
  .menuPanel,
  .menuPanel:nth-child(2),
  .menuPanel:nth-child(3) { position: relative; top: auto; display: flex; min-height: 0; flex-direction: column-reverse; margin: 0 0 2rem; }
  .panelCopy { padding: 4rem 1.3rem 2rem; }
  .panelNumber { top: 1.25rem; left: 1.3rem; }
  .panelCopy h2,
  .panelCopy h3 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .panelImage { min-height: 340px; }
  .menuCta { align-items: flex-start; flex-direction: column; }
  .lightButton { width: 100%; }
  .gallery { grid-template-columns: 1fr; padding: 6rem 1rem; }
  .gallery::before { top: 0; left: -44%; width: 96vw; height: 340px; background-size: 10px 10px; }
  .gallery::after { right: -46%; bottom: 3%; width: 102vw; height: 390px; background-size: 10px 10px; }
  .galleryTitle { padding: 0 0 1rem; }
  .gallery h2 { font-size: clamp(3.7rem, 15vw, 5.6rem); }
  .galleryWide,
  .galleryTall,
  .gallerySign { min-height: 380px; margin-top: 0; }
  .reel,
  .tiktokFeed,
  .reviews { grid-template-columns: 1fr; padding: 6rem 1rem; }
  .tiktokFeed::before { top: -6%; left: -38%; width: 92vw; height: 320px; background-size: 10px 10px; }
  .tiktokFeed::after { right: -44%; bottom: -8%; width: 100vw; height: 360px; background-size: 10px 10px; }
  .tiktokFeed h2 { font-size: clamp(3.7rem, 15vw, 5.6rem); }
  .tiktokTitleLockup { gap: .8rem; }
  .tiktokTitleLockup img { width: 38px; margin-top: .55rem; }
  .tiktokFeedShell { padding: .75rem; box-shadow: 10px 10px 0 var(--p-red); }
  .reviews::before { top: -4%; left: -35%; width: 90vw; height: 300px; background-size: 10px 10px; }
  .reviews::after { right: -42%; bottom: -4%; width: 96vw; height: 340px; background-size: 10px 10px; }
  .reel h2,
  .reviews h2 { font-size: clamp(3.7rem, 15vw, 5.6rem); }
  .reelStage { margin-top: 1rem; }
  .reelViewport { min-height: 520px; box-shadow: 10px 10px 0 var(--p-red); }
  .reelSlide figcaption { right: 1.6rem; bottom: 1.5rem; left: 1.6rem; align-items: flex-start; flex-direction: column; gap: .7rem; }
  .reelSlide figcaption strong { max-width: 90%; text-align: left; }
  .reelControls {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(96px, 1fr);
    padding-bottom: .5rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }
  .ratingLockup { align-items: flex-end; }
  .reviewGrid { grid-template-columns: 1fr; }
  .googleReviewsLive { padding: 1rem; }
  .reviewCard,
  .reviewCard:last-child { grid-column: auto; min-height: 290px; }
  .reviewNote { grid-column: auto; margin: 1rem 0 0; }
  .visit { grid-template-columns: 1fr; padding: 6rem 1rem 7rem; }
  .visitTexture { top: -4%; left: -42%; width: 100vw; height: 340px; background-size: 10px 10px; }
  .visitTexture::before { top: 180%; left: 96vw; width: 98vw; height: 360px; background-size: 10px 10px; }
  .visitTexture::after { top: 360%; left: 48vw; width: 78vw; height: 270px; background-size: 10px 10px; }
  .visit h2 { font-size: clamp(4rem, 17vw, 6rem); }
  .hours { padding: 2rem 1.25rem; box-shadow: 10px 10px 0 var(--p-red); }
  .hoursHeading { gap: 1rem; }
  .visitMap { min-height: 360px; margin-top: 3rem; border-width: 6px; box-shadow: 10px 10px 0 var(--p-red); }
  .visitMap iframe { height: 360px; }
  .footer { grid-template-columns: 1fr; gap: 2rem; padding: 4rem 1rem 7rem; }
  .footer > div { flex-direction: column; align-items: flex-start; }
  .footer .footerSocial { width: 100%; }
  .socialLink { width: min(100%, 280px); }
  .mobileOrder { position: fixed; right: 1rem; bottom: 1rem; left: 1rem; z-index: 90; display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 1rem; padding: 0 1.25rem; color: white; background: var(--p-red); box-shadow: 0 15px 34px rgba(0,0,0,.34); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 3.8rem; }
  .heroAssembly { min-height: 430px; }
  .storyImage,
  .storyImage img { min-height: 440px; height: 440px; }
  .panelImage { min-height: 300px; }
  .reelViewport { min-height: 430px; }
  .reelControls button { font-size: .54rem; }
}

@media (prefers-reduced-motion: reduce) {
  .prototype { scroll-behavior: auto; }
  .prototype *,
  .prototype *::before,
  .prototype *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .routeLine span { animation: none; }
}
