/* PARLOR FREAKS — Page sections */

/* Section base */
.section {
  padding-block: var(--space-64);
}

.section--light {
  background: var(--color-bg-light);
  color: var(--color-text);
}

.section--dark {
  background: var(--color-bg-dark);
  color: var(--color-text-inverse);
}

.section--accent {
  background: var(--color-bg-accent);
  color: var(--color-text-inverse);
}

.section--reserve {
  background: var(--color-bg-light);
  padding-block: var(--space-80);
}

.section-head {
  margin-bottom: 0;
}

.section-heading {
  margin-bottom: 32px;
  text-align: center;
}

.section-heading__label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: var(--color-green, #3E5A3F);
}

.section-heading__title {
  margin: 0;
  font-family: inherit;
  font-size: clamp(40px, 9vw, 96px);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-ink, #111111);
}

@media (min-width: 768px) {
  .section-heading__title {
    font-size: clamp(42px, 6vw, 56px);
  }
}

@media (min-width: 1024px) {
  .section-heading__title {
    font-size: clamp(48px, 4vw, 64px);
  }
}

.section-heading--dark .section-heading__title {
  color: var(--color-ivory, #F5F0E6);
}

.section-heading--dark .section-heading__label {
  color: var(--color-gold, #E6A700);
}

.section-head--row {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.section-label {
  margin: 0 0 var(--space-8);
  font-family: var(--font-title);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.section--dark .section-label,
.section--accent .section-label {
  color: var(--color-primary);
}

.section-title {
  margin: 0;
  font-family: var(--font-title);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: clamp(24px, 5vw, 32px);
  line-height: 1.1;
}

.section--light .section-title {
  color: var(--color-text);
}

.section--dark .section-title,
.section--accent .section-title {
  color: var(--color-text-inverse);
}

.section-lede {
  margin: var(--space-8) 0 0;
  max-width: 52ch;
  font-size: 15px;
  line-height: 1.6;
}

.section--light .section-lede {
  color: var(--color-text-muted);
}

.section--dark .section-lede,
.section--accent .section-lede {
  color: rgba(255, 255, 255, 0.75);
}

.section-lede--pop {
  margin-top: var(--space-16);
  max-width: 38ch;
  font-size: clamp(18px, 4.2vw, 22px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--color-text);
  padding: var(--space-12) 0 var(--space-12) var(--space-16);
  border-left: 4px solid var(--color-primary);
  background: linear-gradient(90deg, rgba(216, 155, 0, 0.1) 0%, transparent 65%);
  white-space: pre-line;
}

.section--light .section-lede--pop {
  color: var(--color-text);
}

/* Hero — full-screen brand splash */
.hero {
  --hero-gold: #E6A700;
  --hero-black: #111111;
  --hero-green: #3E5A3F;
  --hero-ivory: #F5F1EA;
  --hero-scroll-opacity: 1;

  position: fixed;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  padding: var(--space-64) var(--space-16);
  background-color: var(--hero-gold);
  color: var(--hero-black);
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  opacity: var(--hero-scroll-opacity);
  pointer-events: auto;
}

/* Old-paper texture — overlay only, base gold unchanged */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(17, 17, 17, 0.06) 0.55px, transparent 0.6px),
    radial-gradient(circle, rgba(17, 17, 17, 0.038) 0.85px, transparent 0.9px),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 3px,
      rgba(17, 17, 17, 0.022) 3px,
      rgba(17, 17, 17, 0.022) 4px
    ),
    repeating-linear-gradient(
      -9deg,
      transparent 0,
      transparent 11px,
      rgba(17, 17, 17, 0.01) 11px,
      rgba(17, 17, 17, 0.01) 12px
    ),
    radial-gradient(ellipse 120% 80% at 14% 10%, rgba(244, 232, 213, 0.1) 0%, transparent 52%),
    radial-gradient(ellipse 90% 70% at 90% 88%, rgba(17, 17, 17, 0.05) 0%, transparent 48%),
    linear-gradient(
      105deg,
      transparent 44%,
      rgba(244, 232, 213, 0.07) 49%,
      transparent 54%
    );
  background-size: 4px 4px, 9px 9px, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  background-position: 0 0, 4px 4px, 0 0, 0 0, 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat, no-repeat, no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.72;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.65'/%3E%3C/svg%3E");
  background-size: 160px 160px;
  mix-blend-mode: multiply;
}

.hero.is-scroll-faded {
  pointer-events: none;
}

.hero-reveal-spacer {
  height: 100svh;
  pointer-events: none;
  background-color: var(--hero-gold, #E6A700);
}

.section--concept.is-hero-reveal {
  position: fixed;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  margin: 0;
}

.hero-splash {
  position: relative;
  z-index: 1;
  width: min(100%, 680px);
  margin-inline: auto;
}

.hero-brand {
  width: 100%;
}

.hero-wordmark {
  margin: 0;
  line-height: 0;
}

.hero-wordmark__logo {
  display: block;
  width: min(88vw, 380px);
  max-width: 380px;
  height: auto;
  margin-inline: auto;
  transform-origin: center center;
}

.hero-brand.is-logo-active .hero-wordmark__logo {
  animation: heroLogoZoom 2.8s var(--ease-out) both;
}

.hero-subcopy {
  display: inline-block;
  margin: var(--space-32) auto 0;
  padding: 8px 16px 10px;
  font-family: var(--font-body);
  font-size: clamp(13px, 3.4vw, 16px);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hero-black);
  opacity: 0;
  background: rgba(244, 232, 213, 0.55);
  border: 1px solid rgba(17, 17, 17, 0.12);
  box-shadow: 2px 3px 0 rgba(17, 17, 17, 0.06);
  transform: rotate(-0.8deg);
  animation: heroSubcopyIn 700ms var(--ease-out) 2.4s both;
}

@keyframes heroLogoZoom {
  0% {
    transform: scale(3.6);
    opacity: 0;
  }

  6% {
    opacity: 1;
  }

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

@keyframes heroSubcopyIn {
  from {
    opacity: 0;
    transform: rotate(-0.8deg) translateY(10px);
  }

  to {
    opacity: 0.88;
    transform: rotate(-0.8deg) translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-brand.is-logo-active .hero-wordmark__logo,
  .hero-subcopy {
    animation: none;
    transform: none;
    opacity: 1;
  }

  .hero-subcopy {
    transform: rotate(-0.8deg);
    opacity: 0.88;
  }
}

/* Floating reserve CTA — subtle reggae-inspired companion to hero splash */
.floating-cta {
  width: auto;
  min-width: auto;
  height: 48px;
  padding-inline: 20px 18px;
  background: var(--hero-green, #3E5A3F);
  color: var(--hero-ivory, #F5F1EA);
  border: 1.5px solid var(--hero-black, #111111);
  box-shadow: 0 4px 18px rgba(17, 17, 17, 0.14);
  opacity: 0.94;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.floating-cta::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--hero-gold, #E6A700);
  border: 1px solid var(--hero-black, #111111);
  position: static;
}

.floating-cta-label {
  padding-left: 0;
  font-size: 11px;
}

.floating-cta:hover {
  opacity: 1;
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  .floating-cta:hover {
    transform: none;
  }
}

/* Concept — see section-concept.css */
/* Staff poster — see section-staff.css */

/* Staff profile drawer — safe fullscreen */
.staff-drawer {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  background: #F5F0E6;
  overflow-y: auto;
  display: none;
}

.staff-drawer.is-open {
  display: block;
}

.staff-drawer__close {
  position: fixed;
  top: calc(16px + env(safe-area-inset-top));
  right: calc(16px + env(safe-area-inset-right));
  width: 52px;
  height: 52px;
  z-index: 2147483001;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.18);
  background: rgba(245, 240, 230, 0.95);
  color: #111111;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.staff-drawer__close:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.staff-drawer__inner {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 88px 24px 120px;
  text-align: center;
  background-color: #F5F0E6;
  background-image:
    radial-gradient(circle, rgba(17, 17, 17, 0.055) 0.5px, transparent 0.55px),
    radial-gradient(circle, rgba(17, 17, 17, 0.032) 0.85px, transparent 0.9px),
    repeating-linear-gradient(
      -12deg,
      transparent 0,
      transparent 7px,
      rgba(17, 17, 17, 0.024) 7px,
      rgba(17, 17, 17, 0.024) 8px
    ),
    radial-gradient(ellipse 74% 66% at 10% 12%, rgba(230, 167, 0, 0.09) 0%, transparent 68%),
    radial-gradient(ellipse 70% 62% at 90% 88%, rgba(230, 167, 0, 0.085) 0%, transparent 66%),
    radial-gradient(ellipse 52% 46% at 72% 22%, rgba(230, 167, 0, 0.045) 0%, transparent 70%),
    radial-gradient(ellipse 48% 42% at 22% 78%, rgba(230, 167, 0, 0.04) 0%, transparent 72%),
    radial-gradient(ellipse 44% 38% at 58% 68%, rgba(230, 167, 0, 0.035) 0%, transparent 74%);
  background-size:
    5px 5px,
    11px 11px,
    100% 100%,
    100% 100%,
    100% 100%,
    100% 100%,
    100% 100%,
    100% 100%;
  background-position:
    0 0,
    4px 4px,
    0 0,
    0 0,
    0 0,
    0 0,
    0 0,
    0 0;
  background-repeat: repeat, repeat, repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.staff-drawer__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background-image:
    url("../assets/images/hero/hero-leaves.webp"),
    url("../assets/images/hero/hero-leaves.webp"),
    url("../assets/images/hero/hero-leaves.webp"),
    url("../assets/images/hero/hero-leaves.webp"),
    url("../assets/images/hero/hero-leaves.webp"),
    url("../assets/images/hero/hero-leaves.webp");
  background-repeat: no-repeat;
  background-size:
    min(920px, 148vw) auto,
    min(780px, 128vw) auto,
    min(700px, 118vw) auto,
    min(860px, 135vw) auto,
    min(720px, 125vw) auto,
    min(660px, 118vw) auto;
  background-position:
    50% 18%,
    50% 48%,
    50% 78%,
    10% 68%,
    90% 62%,
    20% 38%;
  opacity: 0.16;
  filter: blur(0.4px);
  mix-blend-mode: multiply;
}

.staff-drawer__inner > * {
  position: relative;
  z-index: 1;
}

.staff-drawer__photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(17, 17, 17, 0.08);
  margin: 0;
}

.staff-drawer__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.staff-drawer__role {
  margin: var(--space-32) 0 0;
  font-family: var(--font-title);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #3E5A3F;
}

.staff-drawer__name {
  margin: var(--space-12) 0 0;
  font-family: var(--font-title);
  font-size: clamp(28px, 7vw, 36px);
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
  color: #111111;
}

.staff-drawer__name-ja {
  margin: var(--space-8) 0 0;
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.14em;
  color: rgba(17, 17, 17, 0.58);
}

.staff-drawer__profile {
  position: relative;
  margin-top: 0;
}

.staff-drawer__profile::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -24px;
  right: -24px;
  bottom: -64px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(245, 240, 230, 0) 0%,
    rgba(245, 240, 230, 0.22) 10%,
    rgba(245, 240, 230, 0.48) 24%,
    rgba(245, 240, 230, 0.54) 100%
  );
}

.staff-drawer__instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--space-24);
  margin-bottom: var(--space-32);
  line-height: 0;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.staff-drawer__instagram:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.staff-drawer__instagram:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 4px;
  border-radius: 4px;
}

.staff-drawer__instagram-icon {
  display: block;
  width: 28px;
  height: 28px;
}

.staff-drawer__instagram[hidden] {
  display: none;
}

.staff-drawer__block + .staff-drawer__block {
  margin-top: var(--space-32);
}

.staff-drawer__block:first-child {
  margin-bottom: 40px;
}

.staff-drawer__label {
  margin: 0 0 var(--space-12);
  font-family: var(--font-title);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #3E5A3F;
}

.staff-drawer__text {
  margin: 0 auto;
  max-width: 34em;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: rgba(17, 17, 17, 0.82);
  white-space: pre-line;
  text-align: center;
}

@media (min-width: 768px) {
  .staff-drawer {
    display: none;
    place-items: center;
    padding: 48px;
    background: rgba(17, 17, 17, 0.62);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .staff-drawer.is-open {
    display: grid;
  }

  .staff-drawer__inner {
    width: min(100%, 680px);
    max-height: none;
    overflow-y: visible;
    padding: 40px 44px 56px;
    border-radius: 28px;
    background-color: #F5F0E6;
  }

  .staff-drawer__photo {
    max-width: 340px;
    margin-inline: auto;
  }

  .staff-drawer__role {
    margin-top: 24px;
  }

  .staff-drawer__name {
    margin-top: 8px;
  }

  .staff-drawer__name-ja {
    margin-top: 8px;
  }

  .staff-drawer__profile::before {
    left: -44px;
    right: -44px;
    bottom: -56px;
  }

  .staff-drawer__close {
    top: 32px;
    right: 32px;
    width: 48px;
    height: 48px;
    font-size: 30px;
  }
}

/* Shop */
.section-shop {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--color-bg-accent);
  padding-bottom: calc(var(--space-64) + var(--floating-cta-safe));
}

.section-shop::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.045) 0.5px, transparent 0.55px),
    radial-gradient(circle, rgba(0, 0, 0, 0.055) 0.85px, transparent 0.9px),
    repeating-linear-gradient(
      -12deg,
      transparent 0,
      transparent 7px,
      rgba(0, 0, 0, 0.028) 7px,
      rgba(0, 0, 0, 0.028) 8px
    );
  background-size: 5px 5px, 11px 11px, 100% 100%;
  background-repeat: repeat, repeat, repeat;
}

.section-shop .container {
  position: relative;
  z-index: 1;
}

.section-shop .shop-info {
  text-align: center;
}

.section-shop .shop-name {
  text-align: center;
}

.section-shop .shop-address__en {
  display: block;
  margin-top: 4px;
  font-size: 0.88em;
  letter-spacing: 0.02em;
  color: var(--color-text-muted, rgba(245, 240, 230, 0.72));
}

.section-shop .info-row {
  grid-template-columns: 1fr;
  gap: var(--space-8);
  padding-block: var(--space-16);
  text-align: center;
  justify-items: center;
}

.section-shop .info-row dt {
  margin: 0;
}

.sh-map-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: var(--space-24);
  padding: 14px 18px 14px 14px;
  text-decoration: none;
  font-family: var(--font-title);
  font-size: clamp(11px, 2.8vw, 13px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--ed-ivory, #F5F0E6);
  background: rgba(17, 17, 17, 0.84);
  border: 1px solid rgba(245, 240, 230, 0.14);
  box-shadow: 4px 5px 0 rgba(17, 17, 17, 0.42);
  clip-path: polygon(
    8px 0,
    100% 0,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    0 100%,
    0 8px
  );
  transition:
    transform var(--dur-150) var(--ease-out),
    background var(--dur-150) var(--ease-out),
    box-shadow var(--dur-150) var(--ease-out);
}

.sh-map-btn__bar {
  flex-shrink: 0;
  width: 4px;
  height: 1.35em;
  background: var(--ed-gold, #E6A700);
  box-shadow: 1px 0 0 rgba(17, 17, 17, 0.25);
  transform: skewY(-6deg);
}

.sh-map-btn__text {
  white-space: nowrap;
}

.sh-map-btn__arrow {
  margin-left: auto;
  font-family: var(--font-display);
  font-size: 1.1em;
  color: var(--ed-gold, #E6A700);
  transition: transform var(--dur-150) var(--ease-out);
}

.sh-map-btn:focus-visible {
  outline: 2px solid var(--ed-gold, #E6A700);
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .sh-map-btn {
    margin-inline: auto;
  }
}

@media (hover: hover) {
  .sh-map-btn:hover {
    transform: translate(-2px, -2px);
    background: rgba(17, 17, 17, 0.94);
    box-shadow: 6px 7px 0 rgba(17, 17, 17, 0.48);
  }

  .sh-map-btn:hover .sh-map-btn__arrow {
    transform: translateX(4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sh-map-btn,
  .sh-map-btn__arrow {
    transition: none;
  }

  .sh-map-btn:hover {
    transform: none;
  }

  .sh-map-btn:hover .sh-map-btn__arrow {
    transform: none;
  }
}

@media (min-width: 768px) {
  .section-shop .shop-info,
  .section-shop .shop-name {
    text-align: left;
  }

  .section-shop .info-row {
    grid-template-columns: 88px 1fr;
    gap: 12px;
    padding-block: 12px;
    text-align: left;
    justify-items: start;
  }
}

.access-map {
  margin-top: var(--space-64);
  padding-inline: clamp(4px, 2vw, 10px);
}

.access-map__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 clamp(14px, 3vw, 22px);
  font-family: var(--font-body);
  font-size: clamp(11px, 2.6vw, 13px);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ed-gold, #E6A700);
}

.access-map__eyebrow-star {
  font-size: 0.85em;
  opacity: 0.75;
}

.access-map__shell {
  position: relative;
  max-width: 100%;
  padding: clamp(10px, 2.4vw, 14px);
  background: rgba(17, 17, 17, 0.72);
  border: 1px solid rgba(245, 240, 230, 0.14);
  box-shadow:
    8px 10px 0 rgba(17, 17, 17, 0.42),
    inset 0 0 0 1px rgba(230, 167, 0, 0.08);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    0 100%
  );
  transform: rotate(1.6deg);
}

.access-map__bar {
  position: absolute;
  left: clamp(8px, 2.2vw, 12px);
  top: 12%;
  bottom: 12%;
  z-index: 2;
  width: 4px;
  background: var(--ed-gold, #E6A700);
  box-shadow: 2px 0 0 rgba(17, 17, 17, 0.35);
  transform: skewY(5deg);
  pointer-events: none;
}

.access-map__tag {
  position: absolute;
  top: clamp(10px, 2.5vw, 16px);
  right: clamp(12px, 3vw, 20px);
  z-index: 3;
  padding: 4px 8px;
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ed-red, #B63A2D);
  border: 1px solid rgba(182, 58, 45, 0.45);
  transform: rotate(8deg);
  opacity: 0.88;
  pointer-events: none;
}

.access-map__frame {
  position: relative;
  overflow: hidden;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    0 100%
  );
  background: #1a1a1a;
}

.access-map__frame iframe {
  display: block;
  width: 100%;
  height: 280px;
  border: 0;
  filter: saturate(0.28) contrast(1.12) sepia(0.35) brightness(0.88) hue-rotate(8deg);
}

.access-map__veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(145deg, rgba(85, 107, 47, 0.38) 0%, transparent 42%),
    linear-gradient(to bottom, transparent 55%, rgba(17, 17, 17, 0.42) 100%),
    radial-gradient(circle at 78% 22%, rgba(230, 167, 0, 0.12) 0%, transparent 38%);
  mix-blend-mode: multiply;
}

@media (min-width: 769px) {
  .access-map__frame iframe {
    height: 360px;
  }
}

@media (min-width: 1024px) {
  .access-map__frame iframe {
    height: 420px;
  }
}

.access-photo {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  padding: 14px 10px 18px 6px;
  text-decoration: none;
  color: inherit;
  transform: rotate(-2.2deg);
  transition: transform 0.45s var(--ease-out);
}

.access-photo::after {
  content: "";
  position: absolute;
  inset: 8% -4% -6% 6%;
  z-index: 0;
  background: rgba(230, 167, 0, 0.14);
  transform: rotate(1.5deg);
  pointer-events: none;
}

.access-photo__shell {
  position: relative;
  z-index: 1;
  display: block;
}

.access-photo__shell::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  z-index: 3;
  width: clamp(54px, 15vw, 72px);
  height: 18px;
  transform: translateX(-50%) rotate(-5deg);
  background: rgba(244, 232, 213, 0.88);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.access-photo__bar {
  position: absolute;
  left: clamp(6px, 2vw, 10px);
  top: 14%;
  bottom: 14%;
  z-index: 2;
  width: 5px;
  background: var(--ed-gold, #E6A700);
  box-shadow: 2px 0 0 rgba(17, 17, 17, 0.22);
  transform: skewY(-4deg);
  pointer-events: none;
}

.access-photo__print {
  position: relative;
  display: block;
  padding: clamp(8px, 2.2vw, 12px);
  background: var(--ed-ivory, #F5F0E6);
  box-shadow:
    6px 8px 0 rgba(17, 17, 17, 0.32),
    0 0 0 1px rgba(17, 17, 17, 0.06);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 14px),
    calc(100% - 14px) 100%,
    0 100%
  );
}

.access-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: contrast(1.06) saturate(1.08) sepia(0.1);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    0 100%
  );
  transition:
    transform 0.5s var(--ease-out),
    filter 0.35s var(--ease-out);
}

.access-photo__label {
  position: absolute;
  right: clamp(10px, 3vw, 18px);
  bottom: clamp(12px, 3.5vw, 20px);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  font-family: var(--font-title);
  font-size: clamp(9px, 2.2vw, 11px);
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ed-ivory, #F5F0E6);
  background: rgba(17, 17, 17, 0.84);
  border-left: 3px solid var(--ed-gold, #E6A700);
  clip-path: polygon(
    6px 0,
    100% 0,
    100% calc(100% - 6px),
    calc(100% - 6px) 100%,
    0 100%,
    0 6px
  );
  box-shadow: 3px 4px 0 rgba(17, 17, 17, 0.25);
  pointer-events: none;
  transition:
    transform 0.35s var(--ease-out),
    background 0.35s var(--ease-out);
}

.access-photo:focus-visible {
  outline: 2px solid var(--ed-gold, #E6A700);
  outline-offset: 8px;
  border-radius: 2px;
}

@media (hover: hover) {
  .access-photo:hover {
    transform: rotate(-1deg) translateY(-4px);
  }

  .access-photo:hover img {
    transform: scale(1.04);
    filter: contrast(1.08) saturate(1.12) sepia(0.05);
  }

  .access-photo:hover .access-photo__label {
    background: rgba(17, 17, 17, 0.94);
    transform: translateX(4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .access-photo,
  .access-photo img,
  .access-photo__label {
    transition: none;
  }

  .access-photo:hover {
    transform: rotate(-2.2deg);
  }

  .access-photo:hover img {
    transform: none;
  }
}

.shop-grid {
  align-items: center;
}

.shop-name {
  margin: 0 0 var(--space-16);
  font-family: var(--font-hero);
  font-size: clamp(28px, 6vw, 40px);
  letter-spacing: 0.04em;
  line-height: 1;
}

.section--accent .shop-name {
  color: var(--color-text-inverse);
}

.section--accent .info-row {
  border-color: rgba(255, 255, 255, 0.18);
}

.section--accent .info-row dt {
  color: rgba(255, 255, 255, 0.65);
}

.section--accent .info-row dd {
  color: var(--color-text-inverse);
}

.section--accent .shop-access {
  white-space: pre-line;
}

/* Reserve */
.reserve-card {
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
  padding: var(--space-48) var(--space-24);
  background: var(--color-surface);
  border-radius: var(--radius-16);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
}

.reserve-title {
  margin: 0;
  font-family: var(--font-hero);
  font-size: clamp(36px, 8vw, 56px);
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--color-text);
}

.reserve-lede {
  margin: var(--space-16) auto 0;
  max-width: 42ch;
  color: var(--color-text-muted);
  font-size: 15px;
}

.reserve-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: var(--space-32);
  align-items: center;
}

.reserve-note {
  margin: var(--space-24) 0 0;
  font-size: 13px;
  color: var(--color-text-muted);
}

/* Scroll animations */
[data-animate] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity var(--dur-360) var(--ease-out), transform var(--dur-360) var(--ease-out);
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  [data-animate] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Editorial section headers — Daily Scenes, Shop */
.section--daily-scenes,
.section-shop {
  --ed-gold: #E6A700;
  --ed-ivory: #F5F0E6;
  --ed-red: #B63A2D;
}

.ds-stage,
.sh-stage {
  padding-inline: clamp(16px, 4vw, 32px);
}

.ds-header,
.sh-header {
  position: relative;
  margin-bottom: clamp(24px, 5vw, 40px);
}

.ds-eyebrow,
.sh-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 clamp(10px, 2.5vw, 14px);
  font-family: var(--font-body);
  font-size: clamp(11px, 2.6vw, 13px);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ed-gold);
}

.ds-eyebrow__star,
.sh-eyebrow__star {
  font-size: 0.85em;
  opacity: 0.75;
}

.ds-title-wrap,
.sh-title-wrap {
  position: relative;
  display: inline-block;
}

.ds-deco--scissors,
.sh-deco--scissors {
  position: absolute;
  top: -6px;
  left: -8px;
  width: 28px;
  height: 28px;
  color: var(--ed-gold);
  opacity: 0.7;
  transform: rotate(-18deg);
  transform-origin: 70% 80%;
  animation: edScissorsSway 4.5s ease-in-out infinite;
}

.ds-deco--stamp,
.sh-deco--stamp {
  position: absolute;
  top: 8px;
  right: -52px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 2px solid var(--ed-red);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--ed-red);
  transform: rotate(14deg);
  opacity: 0.82;
}

@media (max-width: 480px) {
  .ds-deco--stamp,
  .sh-deco--stamp {
    right: -4px;
    top: auto;
    bottom: -8px;
  }
}

.ds-title,
.sh-title {
  position: relative;
  margin: 0;
  width: fit-content;
  line-height: 1.05;
  padding-block: 0.1em 0.02em;
}

.ds-title__shadow,
.ds-title__text {
  font-size: clamp(40px, 11vw, 96px);
}

.sh-title__shadow,
.sh-title__text {
  font-size: clamp(56px, 16vw, 120px);
}

.ds-title__shadow,
.sh-title__shadow {
  position: absolute;
  inset: -0.06em -0.02em -0.02em -0.02em;
  font-family: var(--font-title);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(230, 167, 0, 0.18);
  transform: translate(5px, 6px) rotate(-1deg);
  pointer-events: none;
  user-select: none;
}

.ds-title__text,
.sh-title__text {
  position: relative;
  display: block;
  font-family: var(--font-title);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ed-ivory);
  transform: rotate(-0.6deg);
}

.ds-tagline,
.sh-tagline {
  margin: clamp(14px, 3vw, 20px) 0 0;
  padding-left: 2px;
  font-family: "Oswald", var(--font-display);
  font-size: clamp(12px, 3vw, 15px);
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(245, 240, 230, 0.52);
}

.ds-tagline__script,
.sh-tagline__script {
  font-family: "Yellowtail", cursive;
  font-size: 1.35em;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--ed-gold);
}

.daily-scenes-embed {
  padding-inline: var(--space-16);
  padding-bottom: var(--space-32);
  max-width: var(--container);
  margin-inline: auto;
}

@keyframes edScissorsSway {
  0%, 100% { transform: rotate(-18deg); }
  50% { transform: rotate(-12deg); }
}

@media (prefers-reduced-motion: reduce) {
  .ds-deco--scissors,
  .sh-deco--scissors {
    animation: none;
  }
}

/* GUSTAVE */
.section-gustave {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  margin: 0;
  margin-bottom: 0;
  padding-top: var(--space-80);
  padding-bottom: 0;
  background-color: #111111;
  background-image: radial-gradient(
    ellipse 90% 70% at 50% 42%,
    rgba(255, 255, 255, 0.035) 0%,
    transparent 62%
  );
}

.section-gustave::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image:
    radial-gradient(1px 1px at 12% 18%, rgba(255, 255, 255, 0.42), transparent),
    radial-gradient(1px 1px at 28% 72%, rgba(255, 255, 255, 0.28), transparent),
    radial-gradient(1.5px 1.5px at 44% 34%, rgba(255, 255, 255, 0.36), transparent),
    radial-gradient(1px 1px at 58% 82%, rgba(255, 255, 255, 0.22), transparent),
    radial-gradient(1px 1px at 71% 24%, rgba(255, 255, 255, 0.38), transparent),
    radial-gradient(1px 1px at 84% 58%, rgba(255, 255, 255, 0.26), transparent),
    radial-gradient(1px 1px at 91% 12%, rgba(255, 255, 255, 0.3), transparent),
    radial-gradient(1px 1px at 8% 48%, rgba(255, 255, 255, 0.2), transparent),
    radial-gradient(1px 1px at 22% 92%, rgba(255, 255, 255, 0.24), transparent),
    radial-gradient(1px 1px at 36% 8%, rgba(255, 255, 255, 0.32), transparent),
    radial-gradient(1px 1px at 52% 56%, rgba(255, 255, 255, 0.18), transparent),
    radial-gradient(1px 1px at 66% 44%, rgba(255, 255, 255, 0.34), transparent),
    radial-gradient(1px 1px at 78% 76%, rgba(255, 255, 255, 0.2), transparent),
    radial-gradient(1px 1px at 94% 38%, rgba(255, 255, 255, 0.28), transparent),
    radial-gradient(1px 1px at 16% 62%, rgba(255, 255, 255, 0.16), transparent),
    radial-gradient(1px 1px at 48% 22%, rgba(255, 255, 255, 0.22), transparent),
    radial-gradient(1px 1px at 62% 66%, rgba(255, 255, 255, 0.14), transparent),
    radial-gradient(1px 1px at 32% 42%, rgba(255, 255, 255, 0.12), transparent),
    radial-gradient(1px 1px at 88% 88%, rgba(255, 255, 255, 0.18), transparent),
    radial-gradient(1px 1px at 4% 78%, rgba(255, 255, 255, 0.2), transparent);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section-gustave::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.028) 0.45px, transparent 0.5px),
    radial-gradient(circle, rgba(255, 255, 255, 0.018) 0.85px, transparent 0.9px),
    radial-gradient(ellipse 100% 100% at 50% 50%, transparent 40%, rgba(0, 0, 0, 0.45) 100%);
  background-size: 4px 4px, 9px 9px, 100% 100%;
  background-repeat: repeat, repeat, no-repeat;
  opacity: 0.85;
}

.gustave-link {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 0;
  text-decoration: none;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.gustave-link::before {
  content: "";
  position: absolute;
  inset: -28% -18%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(
    ellipse 55% 45% at 50% 50%,
    rgba(255, 255, 255, 0.07) 0%,
    transparent 68%
  );
}

.gustave-link.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.gustave-link img {
  width: clamp(280px, 72vw, 320px);
  height: auto;
  display: block;
  filter: drop-shadow(0 0 48px rgba(255, 255, 255, 0.05));
}

.gustave-link:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 8px;
  border-radius: 4px;
}

@media (hover: hover) and (min-width: 768px) {
  .gustave-link:hover {
    transform: translateY(-8px) scale(1.03);
  }
}

@media (min-width: 768px) {
  .section-gustave {
    min-height: 80vh;
  }

  .gustave-link img {
    width: clamp(520px, 48vw, 620px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gustave-link {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

