/* 싸다대표 · 제주도 호빠 — Brown & Orange */
:root {
  --bg: #1a1410;
  --bg-soft: #231c16;
  --bg-card: #2a221a;
  --bg-alt: #1e1814;
  --text: #f5ebe0;
  --text-soft: rgba(245, 235, 224, 0.72);
  --text-faint: rgba(245, 235, 224, 0.45);
  --orange: #f07c2b;
  --orange-deep: #d96518;
  --orange-light: #ffb366;
  --brown: #a67c52;
  --brown-dark: #6b4f35;
  --accent-glow: rgba(240, 124, 43, 0.28);
  --line: rgba(240, 124, 43, 0.14);
  --line-strong: rgba(240, 124, 43, 0.32);
  --font: "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --wrap: min(1180px, 92vw);
  --section: clamp(4.5rem, 8vw, 6.5rem);
  --header-h: 64px;
  --mobile-cta-h: calc(5rem + env(safe-area-inset-bottom, 0px));
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  font-size: 15px;
  word-break: keep-all;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--orange-light); text-decoration: none; transition: color 0.25s; }
a:hover { color: var(--text); }
.wrap { width: var(--wrap); margin: 0 auto; }

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(26, 20, 16, 0.5);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: background 0.3s, border-color 0.3s;
}
.site-header.is-scrolled {
  background: rgba(26, 20, 16, 0.94);
  border-color: var(--line);
}
.site-header__inner {
  width: var(--wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}
.brand {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
  justify-self: start;
}
.brand span { color: var(--orange); }
.site-nav {
  display: flex;
  gap: 1.6rem;
  justify-self: center;
}
.site-nav a {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text-soft);
}
.site-nav a:hover { color: var(--orange); }
.site-header__tel {
  justify-self: end;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--orange);
}
.nav-toggle {
  display: none;
  justify-self: end;
  background: none;
  border: 1px solid var(--line);
  color: var(--text);
  padding: 0.4rem 0.75rem;
  font-size: 0.78rem;
  cursor: pointer;
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}
.hero__bg { position: absolute; inset: 0; }
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(1.02) brightness(0.88);
  transform: scale(1.06);
  animation: heroBgZoom 14s var(--ease) forwards;
}
@keyframes heroBgZoom {
  to { transform: scale(1); }
}
.hero__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 75% 55% at 50% 42%, rgba(26, 20, 16, 0.35) 0%, rgba(26, 20, 16, 0.88) 72%),
    linear-gradient(0deg, rgba(26, 20, 16, 0.95) 0%, rgba(26, 20, 16, 0.42) 48%, rgba(26, 20, 16, 0.62) 100%);
}
.hero__content {
  position: relative;
  z-index: 2;
  width: min(920px, 92vw);
  margin: 0 auto;
  padding: calc(var(--header-h) + 1.5rem) 0 clamp(3rem, 7vh, 5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__content--intro .hero__reveal-seq {
  opacity: 0;
  transform: translateY(18px);
}
.hero__content--intro.hero-intro-done .hero__reveal-seq {
  animation: heroRevealUp 0.5s var(--ease) forwards;
}
.hero__badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--orange);
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.85rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(240, 124, 43, 0.08);
  order: 2;
}
.hero__title {
  font-size: clamp(3.25rem, 12vw, 6.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 0;
  order: 1;
  white-space: nowrap;
}
.hero__title-line {
  display: inline;
}
.hero__title-line + .hero__title-line::before {
  content: " ";
}
.hero__title-line--accent {
  font-style: normal;
  color: var(--orange);
}
.hero__title em {
  font-style: normal;
  color: var(--orange);
}
.hero-draw-char {
  display: inline-block;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(245, 235, 224, 0.9);
  clip-path: inset(0 100% 0 0);
  animation: heroCharDraw 0.45s var(--ease) forwards;
  animation-delay: calc(var(--char-i) * 0.055s);
}
.hero-draw-char--accent {
  -webkit-text-stroke-color: rgba(240, 124, 43, 0.95);
  animation-name: heroCharDrawAccent;
}
.hero-draw-char--space {
  width: 0.35em;
}
@keyframes heroCharDraw {
  0% {
    color: transparent;
    clip-path: inset(0 100% 0 0);
    filter: drop-shadow(0 0 10px rgba(240, 124, 43, 0.35));
    transform: translateY(6px);
  }
  45% {
    color: rgba(245, 235, 224, 0.25);
    -webkit-text-stroke-width: 1px;
    clip-path: inset(0 18% 0 0);
  }
  100% {
    color: var(--text);
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
    clip-path: inset(0 0 0 0);
    filter: none;
    transform: translateY(0);
  }
}
@keyframes heroCharDrawAccent {
  0% {
    color: transparent;
    clip-path: inset(0 100% 0 0);
    filter: drop-shadow(0 0 14px rgba(240, 124, 43, 0.55));
    transform: translateY(6px);
  }
  45% {
    color: rgba(240, 124, 43, 0.3);
    -webkit-text-stroke-width: 1px;
    clip-path: inset(0 18% 0 0);
  }
  100% {
    color: var(--orange);
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
    clip-path: inset(0 0 0 0);
    filter: none;
    transform: translateY(0);
  }
}
@keyframes heroRevealUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero__desc {
  font-size: clamp(0.92rem, 2.2vw, 1.05rem);
  font-weight: 400;
  color: var(--text-soft);
  max-width: 46ch;
  margin: 1.35rem auto 1.5rem;
  line-height: 1.85;
  order: 3;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 2rem;
  justify-content: center;
  order: 5;
}
.hero__info {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  justify-content: center;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
  color: var(--text-soft);
  order: 6;
  width: 100%;
  max-width: 520px;
}
.hero__info span {
  color: var(--orange);
  font-weight: 600;
  margin-right: 0.35rem;
}
.hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin-bottom: 1.35rem;
  justify-content: center;
  order: 4;
}
.hero__tags li {
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(240, 124, 43, 0.1);
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--orange-light);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.65rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  transition: all 0.3s var(--ease);
  cursor: pointer;
}
.btn--primary {
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  color: #1a1410;
  box-shadow: 0 8px 28px var(--accent-glow);
}
.btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 36px var(--accent-glow);
  color: #1a1410;
}
.btn--ghost {
  border: 1px solid var(--line-strong);
  color: var(--text);
  background: rgba(255,255,255,.04);
}
.btn--ghost:hover { border-color: var(--orange); color: var(--orange); }
.btn--gold {
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  color: #1a1410;
}
.btn--lg { padding: 1rem 2rem; }

/* Sections */
.section { padding: var(--section) 0; }
.section--alt { background: var(--bg-alt); }
.section--cast {
  overflow-x: clip;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(240,124,43,.08), transparent),
    var(--bg-soft);
}
.section-head { margin-bottom: 2.5rem; max-width: 560px; }
.section-head--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.65rem;
}
.section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}
.section-lead {
  font-size: 0.95rem;
  color: var(--text-soft);
  line-height: 1.85;
}

/* About */
.about-prose {
  max-width: 720px;
  margin-bottom: 2rem;
}
.about-prose__h {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin: 1.25rem 0 0.5rem;
}
.about-prose__h:first-child { margin-top: 0; }
.about-prose p {
  font-size: 0.92rem;
  color: var(--text-soft);
  line-height: 1.9;
}
.about-prose strong { color: var(--text); font-weight: 600; }
.about-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-bottom: 2rem;
  padding: 1.15rem 1.25rem;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.about-facts div { min-width: 0; }
.about-facts dt {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.25rem;
}
.about-facts dd {
  font-size: 0.86rem;
  color: var(--text-soft);
  line-height: 1.5;
}
.about-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
.about-points article {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.75rem;
}
.about-points h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--orange);
  margin-bottom: 0.5rem;
}
.about-points p {
  font-size: 0.88rem;
  color: var(--text-soft);
  line-height: 1.75;
}

.flow-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  counter-reset: flow;
}
.flow-steps li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1.35rem;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.flow-steps__num {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 0.05em;
}
.flow-steps strong {
  display: block;
  font-size: 0.92rem;
  margin-bottom: 0.35rem;
  color: var(--text);
}
.flow-steps p {
  font-size: 0.82rem;
  color: var(--text-soft);
  line-height: 1.7;
}

/* Trust / Safety */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.trust-grid article {
  padding: 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.trust-grid h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--orange);
  margin-bottom: 0.5rem;
}
.trust-grid p {
  font-size: 0.85rem;
  color: var(--text-soft);
  line-height: 1.75;
}
.trust-note {
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-faint);
  line-height: 1.7;
  padding: 1rem 1.25rem;
  border-radius: 10px;
  background: rgba(240, 124, 43, 0.06);
  border: 1px solid var(--line);
}

/* Host infinite flow */
.host-flow {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: 0.25rem 0;
}
.host-flow__row {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.host-flow__track {
  display: flex;
  gap: 0.85rem;
  width: max-content;
  will-change: transform;
}
.host-flow__row--ltr .host-flow__track {
  animation: host-flow-ltr 48s linear infinite;
}
.host-flow__row--rtl .host-flow__track {
  animation: host-flow-rtl 52s linear infinite;
}
.host-flow__slide {
  flex: 0 0 auto;
  width: clamp(110px, 13vw, 168px);
  aspect-ratio: 3/4;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-card);
}
.host-flow__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}
@keyframes host-flow-ltr {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}
@keyframes host-flow-rtl {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .host-flow__track { animation: none; }
}
.cast-note {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-faint);
}

/* Price */
.price-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.price-box {
  text-align: center;
  padding: 2rem 1rem;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 16px;
  transition: border-color 0.3s;
}
.price-box:hover { border-color: var(--orange); }
.price-box__guests {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--text-faint);
  margin-bottom: 0.5rem;
}
.price-box__amount {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 0.25rem;
}
.price-box__note { font-size: 0.78rem; color: var(--text-faint); }

.includes-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.25rem;
  padding: 1.25rem 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 1rem;
  font-size: 0.84rem;
  color: var(--text-soft);
}
.includes-bar strong {
  color: var(--orange);
  font-weight: 600;
  margin-right: 0.5rem;
}
.includes-bar span::before {
  content: "·";
  margin-right: 0.5rem;
  color: var(--text-faint);
}
.includes-bar span:first-of-type::before { content: none; }

.extra-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}
.extra-row > div {
  padding: 1.25rem 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.extra-row span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--orange);
  padding: 0.3rem 0.6rem;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.extra-row strong { font-size: 1rem; font-weight: 600; }

.menu-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.menu-board h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--orange);
  margin-bottom: 1rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--line);
}
.menu-board ul { list-style: none; }
.menu-board li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(240, 124, 43, 0.08);
  font-size: 0.86rem;
  color: var(--text-soft);
}
.menu-board li span:last-child { color: var(--text-faint); flex-shrink: 0; }

.note-box {
  font-size: 0.82rem;
  color: var(--text-faint);
  padding: 1.15rem 1.25rem;
  background: rgba(240, 124, 43, 0.06);
  border: 1px solid var(--line);
  border-radius: 12px;
}
.note-box p + p { margin-top: 0.3rem; }

/* Events banner */
.section--event {
  background:
    radial-gradient(ellipse 70% 50% at 50% 100%, rgba(240,124,43,.1), transparent),
    var(--bg-soft);
}
.event-banner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: clamp(320px, 42vw, 480px);
}
.event-banner__bg {
  position: absolute;
  inset: 0;
}
.event-banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.event-banner__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(26,20,16,.92) 0%, rgba(26,20,16,.45) 45%, rgba(26,20,16,.2) 100%),
    linear-gradient(90deg, rgba(26,20,16,.88) 0%, rgba(26,20,16,.35) 55%, transparent 100%);
}
.event-banner__content {
  position: relative;
  z-index: 1;
  max-width: 520px;
  padding: clamp(1.75rem, 4vw, 2.75rem);
}
.event-banner__badge {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(240, 124, 43, 0.12);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--orange-light);
  letter-spacing: 0.04em;
}
.event-banner__title {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.85rem;
  color: var(--text);
}
.event-banner__desc {
  font-size: 0.88rem;
  line-height: 1.8;
  color: var(--text-soft);
  margin-bottom: 1.15rem;
}
.event-banner__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin-bottom: 1.35rem;
}
.event-banner__tags li {
  padding: 0.3rem 0.7rem;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: rgba(26, 20, 16, 0.55);
  font-size: 0.75rem;
  color: var(--orange-light);
}
.event-banner__content .btn--primary {
  display: inline-flex;
}

/* Room gallery — asymmetric bento (vertical scroll) */
.room-bento {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
.room-bento__item {
  position: relative;
  margin: 0;
  display: grid;
  grid-template: 1fr / 1fr;
  aspect-ratio: 16 / 10;
  min-height: 200px;
  border-radius: clamp(12px, 1.4vw, 18px);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-card);
}
.room-bento__item img {
  grid-row: 1;
  grid-column: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.55s var(--ease);
}
.room-bento__item--party img { object-position: center 42%; }
.room-bento__item--gogeup img { object-position: center 45%; }
.room-bento__item--vip img { object-position: center 38%; }
.room-bento__item--marble img { object-position: center 50%; }
.room-bento__item--birthday img { object-position: center 40%; }
.room-bento__item--large img { object-position: center 45%; }
.room-bento__item:hover img { transform: scale(1.03); }
.room-bento__item figcaption {
  grid-row: 1;
  grid-column: 1;
  align-self: end;
  z-index: 1;
  padding: 2rem 0.9rem 0.75rem;
  font-size: clamp(0.74rem, 1.5vw, 0.86rem);
  font-weight: 500;
  color: var(--text);
  background: linear-gradient(180deg, transparent 0%, rgba(26, 20, 16, 0.92) 72%);
  pointer-events: none;
}

@media (min-width: 768px) {
  .room-bento {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
  }
  /* row1: [ party x2 ][ gogeup ] */
  .room-bento__item--party { grid-column: span 2; aspect-ratio: 16 / 9; }
  .room-bento__item--gogeup { aspect-ratio: 3 / 4; }
  /* row2: [ vip ][ marble x2 ] */
  .room-bento__item--vip { aspect-ratio: 3 / 4; }
  .room-bento__item--marble { grid-column: span 2; aspect-ratio: 16 / 9; }
  /* row3: [ birthday ][ large x2 ] */
  .room-bento__item--birthday { aspect-ratio: 1 / 1; }
  .room-bento__item--large { grid-column: span 2; aspect-ratio: 16 / 9; }
}

@media (min-width: 1024px) {
  .room-bento__item--party { aspect-ratio: 2 / 1; min-height: 280px; }
  .room-bento__item--gogeup { min-height: 280px; }
  .room-bento__item--vip { min-height: 280px; }
  .room-bento__item--marble { min-height: 240px; }
  .room-bento__item--birthday { min-height: 240px; }
  .room-bento__item--large { min-height: 260px; }
}

/* Visit */
.visit-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
}
.visit-box {
  --visit-pad: 1.75rem;
  padding: var(--visit-pad);
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 16px;
  min-width: 0;
}
.visit-box--location {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}
.visit-box__body {
  padding: var(--visit-pad);
}
.visit-box h3 {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--orange);
  margin-bottom: 0.65rem;
}
.visit-box__main {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}
.visit-box__sub {
  font-size: 0.84rem;
  color: var(--text-faint);
}
.link-more {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.82rem;
  font-weight: 500;
}
.visit-box--location .map-box {
  width: 100%;
  border-radius: 0;
  border: none;
  border-top: 1px solid var(--line);
}
.map-box {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-alt);
  aspect-ratio: 16 / 10;
  min-height: 200px;
  isolation: isolate;
}
.map-box iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* FAQ */
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0;
  background: none;
  border: none;
  text-align: left;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text);
  cursor: pointer;
  font-family: var(--font);
}
.faq-q span { color: var(--orange); font-size: 1.2rem; transition: transform 0.3s; }
.faq-item.is-open .faq-q span { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s var(--ease); }
.faq-a__inner {
  padding: 0 0 1.25rem;
  font-size: 0.88rem;
  color: var(--text-soft);
  max-width: 62ch;
  line-height: 1.8;
}
.faq-item.is-open .faq-a { max-height: 320px; }

/* Contact */
.contact {
  padding: calc(var(--section) * 1.1) 0;
  text-align: center;
  background:
    radial-gradient(ellipse 70% 60% at 50% 100%, rgba(240,124,43,.12), transparent),
    var(--bg-soft);
  border-top: 1px solid var(--line);
}
.contact__label {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.75rem;
}
.contact__title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.contact__phone {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.contact__phone a { color: var(--orange); }
.contact__hint {
  font-size: 0.9rem;
  color: var(--text-faint);
  margin-bottom: 1.75rem;
}
@media (max-width: 768px) {
  .contact {
    padding-bottom: calc(var(--section) * 0.75 + var(--mobile-cta-h));
  }
  .contact__phone { font-size: clamp(1.6rem, 8vw, 2.25rem); }
  .contact__hint { margin-bottom: 0; }
  .contact .btn--primary { display: none; }
}

/* Footer */
.site-footer {
  padding: 2.5rem 0 3rem;
  border-top: 1px solid var(--line);
  text-align: center;
  font-size: 0.82rem;
  color: var(--text-faint);
}
.site-footer__brand {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-soft);
  margin-bottom: 0.5rem;
}
.site-footer a { color: var(--orange); }

.mobile-cta-spacer {
  display: none;
  height: var(--mobile-cta-h);
  pointer-events: none;
}

.mobile-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  z-index: 99;
  padding: 0.6rem 1rem;
  padding-bottom: calc(0.6rem + env(safe-area-inset-bottom, 0px));
  background: rgba(26, 20, 16, 0.98);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.4);
}
.mobile-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  color: #1a1410;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.25;
  white-space: nowrap;
}

.reveal { /* section container */ }
.reveal-intro,
.reveal-card {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.55s var(--ease),
    transform 0.55s var(--ease);
  will-change: opacity, transform;
}
.reveal-intro.is-visible,
.reveal-card.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .hero__bg img { animation: none; transform: none; }
  .hero-draw-char {
    color: inherit;
    -webkit-text-stroke: 0;
    clip-path: none;
    animation: none;
  }
  .hero-draw-char--accent { color: var(--orange); }
  .hero__content--intro .hero__reveal-seq,
  .hero__content--intro.hero-intro-done .hero__reveal-seq {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .reveal-intro.is-visible,
  .reveal-card.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Blog */
.page-hero {
  padding: calc(var(--header-h) + 3rem) 0 2.5rem;
  border-bottom: 1px solid var(--line);
}
.page-hero .container,
.article-wrap { width: var(--wrap); margin: 0 auto; }
.breadcrumb {
  font-size: 0.72rem;
  color: var(--text-faint);
  margin-bottom: 0.85rem;
}
.breadcrumb a { color: var(--text-soft); }
.page-hero .section-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
}
.section { padding: 4rem 0 5rem; }
.article-lead {
  padding: 1.15rem 0 1.15rem 1.25rem;
  border-left: 2px solid var(--orange);
  margin-bottom: 2rem;
  color: var(--text-soft);
}
.article-body {
  max-width: 65ch;
  color: var(--text-soft);
  line-height: 1.9;
}
.article-body h2 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text);
  margin: 2rem 0 0.65rem;
}
.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.88rem;
}
.article-body th, .article-body td {
  padding: 0.7rem;
  border: 1px solid var(--line);
}
.article-related {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}
.article-related__label {
  font-size: 0.72rem;
  color: var(--text-faint);
  margin-bottom: 0.5rem;
}
.article-cta {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.blog-list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.blog-list-card {
  display: block;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  color: inherit;
  transition: border-color 0.3s;
}
.blog-list-card:hover { border-color: var(--orange); color: inherit; }
.blog-list-card__img { aspect-ratio: 16/10; overflow: hidden; }
.blog-list-card__img img { width: 100%; height: 100%; object-fit: cover; }
.blog-list-card__body { padding: 1.25rem; }
.blog-list-card__body h2 { font-size: 1.05rem; font-weight: 600; margin-bottom: 0.4rem; }
.blog-list-card__body p { font-size: 0.86rem; color: var(--text-soft); margin-bottom: 0.5rem; }
.blog-list-card__link { font-size: 0.72rem; color: var(--orange); font-weight: 600; }

@media (max-width: 1024px) {
  .about-points, .price-row, .trust-grid, .flow-steps { grid-template-columns: repeat(2, 1fr); }
  .about-facts { grid-template-columns: repeat(2, 1fr); }
  .menu-board { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .hero__title {
    white-space: normal;
    font-size: clamp(2.5rem, 13vw, 3.6rem);
    line-height: 1.15;
  }
  .hero__title-line {
    display: block;
  }
  .hero__title-line + .hero__title-line::before {
    content: none;
  }
  .hero__desc br { display: none; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .site-nav {
    display: none;
    position: absolute;
    top: var(--header-h);
    left: 0; right: 0;
    flex-direction: column;
    background: rgba(26, 20, 16, 0.98);
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 0.75rem 4vw; }
  .site-header__tel { display: none; }
  .nav-toggle { display: block; }
  .host-flow__slide { width: clamp(100px, 28vw, 140px); }
  .event-banner__content { max-width: none; }
  .visit-box { --visit-pad: 1.25rem; }
  .visit-split { grid-template-columns: 1fr; gap: 0.85rem; }
  .map-box { aspect-ratio: 4 / 3; min-height: 220px; }
  .extra-row { grid-template-columns: 1fr; }
  .mobile-cta-spacer,
  .mobile-cta { display: block; }
  .site-footer { padding-bottom: 1.25rem; }
  .blog-list-grid { grid-template-columns: 1fr; }
  .about-points, .trust-grid, .flow-steps, .about-facts { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .host-flow { gap: 0.65rem; }
  .host-flow__track { gap: 0.65rem; }
}
