:root {
  --bg: #f8f8f8;
  --text: #222222;
  --muted: #4a4a4a;
  --line: rgba(34, 34, 34, 0.14);
  --dark: #252525;
  --accent: #ff5a36;
  --shadow: 0 24px 50px rgba(30, 22, 18, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Matisse Eleganto", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

img,
iframe {
  display: block;
  max-width: 100%;
  border: 0;
}

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

.container {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}

.flash-stack {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  width: min(680px, calc(100% - 32px));
}

.flash {
  margin-bottom: 10px;
  padding: 14px 18px;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.flash-success {
  background: #eef7f0;
}

.flash-warning {
  background: #fff4e5;
}

.flash-danger {
  background: #ffeaea;
}

.flash-info {
  background: #eaf2ff;
}

.floating-menu {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  display: grid;
  justify-items: end;
  gap: 14px;
}

.floating-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 56px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: rgba(24, 24, 24, 0.94);
  color: #f8f8f8;
  box-shadow: 0 18px 40px rgba(18, 14, 10, 0.28);
  cursor: pointer;
}

.floating-menu-toggle-label {
  font-size: 0.95rem;
  letter-spacing: 0.18em;
}

.floating-menu-panel {
  display: grid;
  gap: 10px;
  min-width: 220px;
  max-width: min(280px, calc(100vw - 32px));
  padding: 18px;
  border: 1px solid rgba(34, 34, 34, 0.12);
  border-radius: 24px;
  background: rgba(248, 248, 248, 0.97);
  box-shadow: 0 24px 60px rgba(18, 14, 10, 0.18);
  backdrop-filter: blur(12px);
}

.floating-menu-panel[hidden] {
  display: none;
}

.floating-menu-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  font-size: 0.92rem;
  letter-spacing: 0.14em;
  transition: transform 160ms ease, border-color 160ms ease, color 160ms ease;
}

.floating-menu-link:hover,
.floating-menu-link:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-1px);
}

.floating-menu.is-open .floating-menu-toggle {
  background: var(--accent);
}

.section {
  padding: 140px 0;
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 720px;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 14, 10, 0.18), rgba(20, 14, 10, 0.30));
}

.hero-copy {
  position: absolute;
  left: 8%;
  right: 5%;
  bottom: 110px;
  width: min(1380px, calc(100% - 13%));
  max-width: none;
  color: #f8f8f8;
}

.hero-copy h1 {
  margin: 0 0 24px;
  font-size: clamp(4.5rem, 8vw, 6.4rem);
  font-weight: 500;
  line-height: 1;
}

.hero-copy p {
  margin: 0;
  font-size: clamp(1.65rem, 2.45vw, 2.75rem);
  line-height: 1.25;
}

.hero-subtitle {
  display: flex;
  flex-wrap: wrap;
  gap: 0.18em 0.42em;
  max-width: 100%;
}

.hero-subtitle span {
  white-space: nowrap;
  word-break: keep-all;
}

.section-script {
  font-family: "Tangerine", "Times New Roman", serif;
  font-size: clamp(5rem, 9vw, 8rem);
  line-height: 0.9;
  letter-spacing: 0.02em;
}

.section-script-small {
  margin-bottom: 56px;
  text-align: center;
}

.section-script.light {
  color: #f8f8f8;
}

.concept-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
  margin-top: 64px;
}

.concept-card h2,
.staff-card h3,
.info-block h3 {
  margin: 0;
  font-weight: 500;
}

.concept-card h2 {
  font-family: "Tangerine", "Times New Roman", serif;
  font-size: clamp(3.6rem, 6vw, 5.2rem);
  margin-bottom: 24px;
}

.concept-card p,
.video-lead,
.staff-tagline,
.staff-body,
.section-subtitle,
.info-block p,
.instagram-link {
  font-size: 1.35rem;
  line-height: 1.9;
}

.concept-mark {
  margin-top: 120px;
  text-align: center;
}

.emblem-image {
  width: min(680px, 100%);
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(206, 181, 137, 0.12);
}

.video-section {
  padding: 120px 0;
  background: var(--dark);
  color: #f8f8f8;
}

.video-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 64px;
  align-items: center;
}

.video-frame {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

.video-frame iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.section-head {
  display: grid;
  gap: 20px;
  margin-bottom: 56px;
}

.section-head.light {
  color: #f8f8f8;
}

.section-subtitle {
  max-width: 860px;
  margin: 0;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.staff-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.staff-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.staff-meta {
  color: #6c6c6c;
  font-size: 1rem;
}

.staff-card h3 {
  font-size: 2rem;
}

.staff-divider {
  width: 100%;
  height: 1px;
  background: var(--line);
}

.staff-tagline {
  margin: 0;
}

.staff-body {
  margin: 0;
  color: var(--muted);
}

.gallery-section {
  padding: 120px 0;
  background: var(--dark);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0;
}

.gallery-card {
  margin: 0;
  overflow: hidden;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-card:nth-child(1) {
  grid-column: span 3;
  grid-row: span 1;
}

.gallery-card:nth-child(2) {
  grid-column: span 5;
}

.gallery-card:nth-child(3) {
  grid-column: span 4;
}

.gallery-card:nth-child(4) {
  grid-column: span 5;
}

.gallery-card:nth-child(5),
.gallery-card:nth-child(6),
.gallery-card:nth-child(7) {
  grid-column: span 2;
}

.media-section {
  background: linear-gradient(180deg, rgba(37, 37, 37, 0.03), rgba(255, 255, 255, 0.96));
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.media-card {
  display: grid;
  gap: 18px;
}

.media-card h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 500;
}

.media-frame {
  box-shadow: var(--shadow);
}

.media-channel-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.media-channel {
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.price-section {
  background:
    radial-gradient(circle at top right, rgba(255, 90, 54, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.98));
}

.price-heading {
  margin: 0;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.price-card {
  padding: 32px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.price-card-title {
  font-size: 1rem;
  letter-spacing: 0.28em;
  color: var(--accent);
}

.price-card-rule {
  width: 100%;
  height: 1px;
  margin: 18px 0 10px;
  background: linear-gradient(90deg, rgba(255, 90, 54, 0.85), rgba(255, 90, 54, 0));
}

.price-list {
  display: grid;
  gap: 18px;
}

.price-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  padding-top: 18px;
  border-top: 1px solid rgba(34, 34, 34, 0.08);
}

.price-item:first-child {
  border-top: 0;
}

.price-copy {
  min-width: 0;
}

.price-label,
.price-value {
  font-size: 1.35rem;
}

.price-label {
  font-weight: 500;
}

.price-translation {
  margin-top: 6px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.price-value {
  white-space: nowrap;
  text-align: right;
}

.price-notes {
  margin-top: 28px;
}

.price-notes p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.bottle-head {
  margin-top: 72px;
}

.bottle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.bottle-card {
  height: 100%;
}

.recruit-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(37, 37, 37, 0.04));
}

.recruit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.recruit-card {
  height: 100%;
}

.recruit-list {
  display: grid;
  gap: 14px;
}

.recruit-list p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.8;
}

.recruit-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  font-size: 1.25rem;
}

.recruit-contact-label {
  color: var(--muted);
}

.recruit-contact a {
  font-size: 1.9rem;
  letter-spacing: 0.08em;
}

.access-section {
  position: relative;
  overflow: hidden;
}

.access-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 44px 72px;
  align-items: start;
}

.watermark {
  position: absolute;
  left: -28px;
  bottom: -12px;
  font-family: "Tangerine", "Times New Roman", serif;
  font-size: clamp(4rem, 7vw, 6.8rem);
  color: rgba(34, 34, 34, 0.94);
  pointer-events: none;
}

.map-panel {
  min-height: 420px;
}

.map-panel-link-only {
  display: grid;
  align-items: center;
  justify-items: start;
  min-height: 220px;
}

.map-panel iframe {
  width: 100%;
  min-height: 420px;
}

.link-panel {
  display: grid;
  gap: 18px;
  align-content: start;
  justify-items: start;
}

.quick-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 250px;
  color: var(--accent);
  font-size: 1.35rem;
}

.quick-link-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 1.4rem;
}

.instagram-link {
  display: inline-grid;
  gap: 8px;
  margin-top: 8px;
}

.instagram-label {
  font-size: 1.45rem;
}

.info-panel {
  grid-column: 2;
  display: grid;
  gap: 24px;
}

.info-block h3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.info-block p {
  margin: 0;
}

.review-block {
  display: grid;
  gap: 14px;
}

.review-score {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

.review-score strong {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 600;
}

.review-count {
  color: var(--muted);
}

.map-actions {
  display: grid;
  gap: 12px;
  justify-items: start;
  margin-top: 8px;
}

.map-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.04em;
  box-shadow: var(--shadow);
}

.map-action-button-full {
  min-width: min(360px, 100%);
}

.map-action-button-secondary {
  background: #1f1f1f;
}

/* ── Staff Access Modal ───────────────────────────────────────────────────────
   Dark glass-morphism overlay, visually separate from the light public site.
   Triggered by hidden 5-click on #staff-modal-trigger; not visible otherwise.
──────────────────────────────────────────────────────────────────────────── */
.staff-modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  pointer-events: none;
}
.staff-modal:not([hidden]) {
  pointer-events: auto;
}

.staff-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.22s ease;
}
.staff-modal.is-open .staff-modal-overlay {
  opacity: 1;
}

.staff-modal-box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 380px;
  background: rgba(18, 16, 26, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 36px 28px 28px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #f0f0f0;
  opacity: 0;
  transform: translateY(14px) scale(0.97);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.staff-modal.is-open .staff-modal-box {
  opacity: 1;
  transform: none;
}

.staff-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  transition: background 0.14s ease;
}
.staff-modal-close:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.staff-modal-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(200, 180, 255, 0.9);
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
}

.staff-modal-field-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 6px;
  font-family: "Inter", system-ui, sans-serif;
}

.staff-modal-input {
  width: 100%;
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #f0f0f0;
  padding: 10px 12px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.9rem;
  margin-bottom: 12px;
  transition: border-color 0.15s ease;
  box-sizing: border-box;
}
.staff-modal-input:focus {
  outline: none;
  border-color: rgba(160, 130, 255, 0.7);
}
.staff-modal-input::placeholder {
  color: rgba(255, 255, 255, 0.28);
}

.staff-modal-btn {
  width: 100%;
  min-height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #7c8cff, #9d6bff);
  border: none;
  color: white;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.staff-modal-btn:hover {
  opacity: 0.88;
}

.staff-modal-email-chip {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 4px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  font-family: "Inter", system-ui, sans-serif;
}

.staff-modal-back {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.45);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.82rem;
  cursor: pointer;
  padding: 2px 0;
  text-align: left;
}
.staff-modal-back:hover {
  color: rgba(255, 255, 255, 0.8);
}

.staff-modal-link {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.38);
  text-align: center;
  font-family: "Inter", system-ui, sans-serif;
}
.staff-modal-link:hover {
  color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 1100px) {
  .container {
    width: min(100%, calc(100% - 40px));
  }

  .concept-grid,
  .video-grid,
  .media-grid,
  .price-grid,
  .bottle-grid,
  .recruit-grid,
  .access-grid {
    grid-template-columns: 1fr;
  }

  .staff-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .info-panel {
    grid-column: auto;
  }

  .watermark {
    position: static;
    margin-bottom: 24px;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 88px 0;
  }

  .floating-menu {
    right: 16px;
    bottom: 16px;
  }

  .floating-menu-toggle {
    min-width: 96px;
    min-height: 50px;
    padding: 0 18px;
  }

  .floating-menu-panel {
    min-width: min(240px, calc(100vw - 32px));
    padding: 14px;
  }

  .floating-menu-link {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
  }

  .hero,
  .hero-image {
    min-height: 560px;
    height: 560px;
  }

  .hero-copy {
    left: 24px;
    right: 24px;
    bottom: 56px;
    width: auto;
  }

  .hero-copy p {
    font-size: clamp(1.35rem, 5.8vw, 1.9rem);
    line-height: 1.35;
  }

  .hero-subtitle {
    gap: 0.12em 0.28em;
  }

  .concept-grid,
  .staff-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card:nth-child(n) {
    grid-column: auto;
  }

  .concept-card p,
  .video-lead,
  .staff-tagline,
  .staff-body,
  .section-subtitle,
  .media-card h3,
  .price-heading,
  .price-label,
  .price-value,
  .recruit-list p,
  .info-block p,
  .instagram-link {
    font-size: 1.1rem;
  }

  .recruit-contact {
    font-size: 1.05rem;
  }

  .recruit-contact a {
    font-size: 1.45rem;
  }

  .price-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .price-value {
    text-align: left;
  }

  .map-action-button {
    min-width: 100%;
  }
}
