/*
Theme Name: LE CHOCOLAT Theme
Theme URI: https://lechocolat.co.kr
Author: LE CHOCOLAT
Description: Editorial chocolate archive theme for LE CHOCOLAT.
Version: 0.1.18
Text Domain: lechocolat
*/

:root {
  --lc-bg: #fbf8f3;
  --lc-paper: #fffaf5;
  --lc-line: #decab7;
  --lc-brown: #35170f;
  --lc-muted: #7c665a;
  --lc-accent: #5a2415;
}

/* 2026-07-16: Contact static-page parity */
.contact-main {
  width: auto;
  margin: 0;
  padding-bottom: 42px;
}

.contact-hero,
.contact-type-panel,
.contact-guide,
.contact-form-card {
  border: 1px solid var(--lc-line);
  border-radius: 8px;
  background: rgba(255, 250, 248, .78);
}

.contact-hero {
  padding: clamp(44px, 6vw, 78px) clamp(28px, 5vw, 72px);
}

.contact-hero .eyebrow {
  margin: 0 0 12px;
  color: var(--lc-muted);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.contact-hero h1 {
  max-width: 980px;
  margin: 0;
  color: var(--lc-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 9vw, 118px);
  font-weight: 500;
  letter-spacing: .02em;
  line-height: .96;
}

.contact-hero h2 {
  margin: 14px 0 28px;
  color: var(--lc-brown);
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.18;
}

.contact-hero p {
  max-width: 980px;
  margin: 0 0 16px;
  color: var(--lc-muted);
  font-size: 17px;
  line-height: 1.95;
}

.contact-type-panel,
.contact-layout {
  margin-top: 18px;
}

.contact-type-panel {
  padding: 26px 28px 30px;
}

.contact-type-panel .section-label,
.contact-guide .section-label,
.contact-form-card .section-label {
  margin: 0 0 8px;
  color: var(--lc-muted);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-type-panel h2,
.contact-guide h2,
.contact-form-card h2 {
  margin: 4px 0 20px;
  color: var(--lc-brown);
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: 28px;
  line-height: 1.2;
}

.contact-type-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.contact-type-card {
  display: flex;
  min-height: 116px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid var(--lc-line);
  border-radius: 8px;
  background: #fbf4ec;
  color: var(--lc-brown);
  text-align: left;
  transition: border-color .18s, background-color .18s, transform .18s;
}

.contact-type-card span {
  color: var(--lc-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.contact-type-card strong {
  font-size: 18px;
  line-height: 1.35;
}

.contact-type-card:hover,
.contact-type-card.is-selected {
  border-color: var(--lc-accent);
  background: #f5e8dc;
  transform: translateY(-2px);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 18px;
  align-items: start;
}

.contact-form-card {
  order: 1;
}

.contact-guide {
  order: 2;
}

.contact-guide,
.contact-form-card {
  padding: 28px;
}

.contact-guide {
  position: sticky;
  top: 170px;
}

.contact-guide ol {
  display: grid;
  gap: 16px;
  margin: 0;
  padding-left: 20px;
  color: var(--lc-muted);
  font-size: 15px;
  line-height: 1.78;
}

.contact-guide a,
.contact-privacy a {
  color: #9d4f1f;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--lc-muted);
  font-size: 14px;
  font-weight: 800;
}

.contact-form label > span em {
  color: #a5342a;
  font-style: normal;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  border: 1px solid var(--lc-line);
  border-radius: 8px;
  background: var(--lc-paper);
  color: var(--lc-brown);
  font: 500 15px / 1.45 Arial, "Noto Sans KR", sans-serif;
  outline: 0;
}

.contact-form input,
.contact-form select {
  padding: 0 13px;
}

.contact-form textarea {
  min-height: 210px;
  padding: 13px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--lc-accent);
  box-shadow: rgba(90, 36, 21, .08) 0 0 0 3px;
}

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

.contact-counter {
  justify-self: end;
  color: #8b766b;
  font-size: 12px;
  font-weight: 700;
}

.contact-privacy {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  padding: 14px;
  border: 1px solid var(--lc-line);
  border-radius: 8px;
  background: #fbf4ec;
}

.contact-privacy input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.contact-submit {
  justify-self: start;
  min-width: 168px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid var(--lc-accent);
  border-radius: 8px;
  background: var(--lc-accent);
  color: var(--lc-paper);
  font-weight: 900;
}

.contact-message {
  min-height: 24px;
  color: var(--lc-muted);
  font-weight: 800;
}

.contact-honeypot {
  position: fixed !important;
  left: 0 !important;
  top: -120px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 1180px) {
  .contact-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-guide {
    position: static;
  }
}

@media (max-width: 720px) {
  .contact-hero,
  .contact-type-panel,
  .contact-guide,
  .contact-form-card {
    padding: 22px;
  }

  .contact-type-grid,
  .contact-field-grid {
    grid-template-columns: 1fr;
  }

  .contact-submit {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .contact-hero h1 {
    font-size: clamp(48px, 16vw, 74px);
  }

  .contact-hero h2 {
    font-size: 25px;
  }
}

/* 2026-07-16: Save the Cacao static-page parity */
.save-cacao-page {
  display: grid;
  gap: 18px;
  width: 100%;
  margin: 0;
  padding: 0 0 54px;
  color: var(--lc-brown);
}

.save-hero,
.save-section,
.save-closing {
  border: 1px solid var(--lc-line);
  border-radius: 8px;
  background: rgba(255, 250, 248, .62);
  box-shadow: none;
}

.save-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: clamp(42px, 7vw, 82px) clamp(24px, 6vw, 72px);
}

.save-hero-copy,
.save-hero-mission {
  max-width: none;
  text-align: left;
}

.save-hero-copy .eyebrow,
.save-section .section-label {
  margin: 0 0 12px;
  color: var(--lc-muted);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.save-hero-copy h1,
.save-section h2,
.save-closing h2 {
  margin: 0;
  color: var(--lc-brown);
  font-family: Georgia, "Times New Roman", "Noto Serif KR", serif;
  letter-spacing: 0;
}

.save-hero-copy h1 {
  max-width: none;
  font-size: clamp(62px, 9vw, 118px);
  font-weight: 500;
  line-height: .9;
  letter-spacing: .02em;
  white-space: nowrap;
}

.save-hero-copy .save-hero-subtitle {
  margin: 14px 0 0;
  color: var(--lc-brown);
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0;
}

.save-hero-copy p,
.save-copy p,
.save-closing p,
.save-lead {
  max-width: 980px;
  margin: 24px 0 0;
  color: var(--lc-muted);
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: 0;
  word-break: keep-all;
}

.save-hero-copy p + p,
.save-copy p + p {
  margin-top: 22px;
}

.save-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.save-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #d7bea8;
  border-radius: 7px;
  color: var(--lc-brown);
  background: var(--lc-paper);
  font-weight: 800;
  text-decoration: none;
}

.save-btn.primary {
  border-color: var(--lc-accent);
  background: var(--lc-accent);
  color: var(--lc-paper);
}

.save-hero-mission {
  margin-top: 28px;
  padding-top: 30px;
  border-top: 1px solid #ead8c9;
}

.save-hero-mission .save-copy p:first-child {
  margin-top: 0;
}

.save-hero-mission blockquote {
  margin: 26px 0 0;
  padding: 18px;
  border: 1px solid #d3b48b;
  border-radius: 8px;
  background: #f7ecdf;
  color: var(--lc-accent);
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-weight: 900;
  text-align: center;
}

.save-section,
.save-closing {
  padding: clamp(28px, 5vw, 48px);
}

.save-section h2 {
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.18;
  margin-bottom: 16px;
}

.save-card-grid,
.support-grid,
.roadmap-grid,
.transparency-summary,
.wallet-grid {
  display: grid;
  gap: 14px;
}

.save-card-grid,
.support-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.save-card,
.wallet-card,
.ledger-panel,
.roadmap-card,
.faq-item,
.summary-card {
  border: 1px solid var(--lc-line);
  border-radius: 8px;
  background: rgba(255, 250, 245, .76);
}

.save-card,
.roadmap-card,
.summary-card {
  padding: 18px;
}

.save-card .en,
.roadmap-card .en,
.wallet-card .en {
  display: block;
  margin-bottom: 5px;
  color: #8a5b2b;
  font-family: Georgia, serif;
  font-size: 15px;
  font-weight: 800;
}

.save-card h3,
.roadmap-card h3,
.wallet-card h3,
.ledger-panel h3,
.faq-question {
  margin: 0;
  color: var(--lc-brown);
  font-size: 17px;
  line-height: 1.38;
}

.save-card p,
.roadmap-card li,
.wallet-card p,
.ledger-panel,
.faq-answer,
.save-note,
.risk-note {
  color: var(--lc-muted);
  font-size: 14px;
  line-height: 1.72;
}

.save-principles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.save-principles span {
  padding: 9px 12px;
  border: 1px solid #dcc4ae;
  border-radius: 999px;
  background: #fff8f0;
  color: var(--lc-accent);
  font-weight: 800;
  font-size: 13px;
}

.save-note {
  margin-top: 18px;
}

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

.wallet-card {
  padding: 20px;
}

.wallet-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.wallet-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--lc-accent);
  color: var(--lc-paper);
  font-family: Georgia, serif;
  font-weight: 800;
}

.wallet-address,
.qr-box {
  border: 1px solid #dcc4ae;
  border-radius: 8px;
  background: #fff;
}

.wallet-address {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  padding: 12px;
  overflow-wrap: anywhere;
  color: var(--lc-brown);
  font-family: Consolas, monospace;
  font-size: 13px;
}

.qr-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
}

.qr-box {
  width: 118px;
  min-width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.qr-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.wallet-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.wallet-actions button,
.wallet-actions a {
  min-height: 36px;
  border: 1px solid #d7bea8;
  border-radius: 7px;
  background: var(--lc-paper);
  color: var(--lc-brown);
  font-weight: 800;
  padding: 0 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.copy-status {
  min-height: 20px;
  margin: 10px 0 0;
  color: #8a5b2b;
  font-weight: 800;
}

.risk-note {
  margin: 16px 0 0;
  padding: 13px 15px;
  border: 1px solid #dcc4ae;
  border-radius: 8px;
  background: #fff8f0;
  text-align: center;
}

.risk-note.strong {
  color: var(--lc-accent);
  font-weight: 900;
}

.transparency-summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 14px;
}

.summary-card strong {
  display: block;
  color: var(--lc-brown);
  font-size: 20px;
  margin-top: 5px;
}

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

.ledger-panel {
  padding: 18px;
  overflow: hidden;
}

.empty-ledger {
  margin: 8px 0 0;
  padding: 18px;
  border: 1px dashed #d8c0ac;
  border-radius: 8px;
  color: var(--lc-muted);
  background: var(--lc-paper);
}

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

.roadmap-card ul {
  padding-left: 18px;
  margin: 12px 0 0;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border: 0;
  background: transparent;
  text-align: left;
  font-weight: 900;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  color: #8a5b2b;
}

.faq-item.is-open .faq-question::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 0 18px 18px;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.save-closing {
  text-align: center;
  background: #f3e4d3;
}

.save-closing h2 {
  font-size: clamp(24px, 3vw, 38px);
  margin-bottom: 8px;
}

.save-closing .save-btn {
  margin-top: 18px;
}

@media (max-width: 1024px) {
  .save-card-grid,
  .support-grid,
  .transparency-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .save-cacao-page {
    width: 100%;
    padding-top: 0;
  }

  .save-hero,
  .save-section,
  .save-closing {
    padding: 24px;
  }

  .save-hero-copy h1 {
    font-size: clamp(38px, 12vw, 58px);
    white-space: normal;
  }

  .save-card-grid,
  .support-grid,
  .roadmap-grid,
  .wallet-grid,
  .transparency-summary,
  .ledger-layout {
    grid-template-columns: 1fr;
  }

  .qr-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* 2026-07-16: LE CHOCOLAT static-page parity */
.le-chocolat-page {
  display: grid;
  gap: 18px;
}

.le-chocolat-page .lc-card,
.le-chocolat-page .le-hero,
.le-chocolat-page .le-section,
.le-chocolat-page .le-closing {
  border: 1px solid var(--lc-line);
  border-radius: 8px;
  background: rgba(255, 250, 248, .62);
  box-shadow: none;
}

.le-chocolat-page .le-hero {
  padding: clamp(42px, 7vw, 82px) clamp(24px, 6vw, 72px);
}

.le-chocolat-page .le-section,
.le-chocolat-page .le-closing {
  padding: clamp(28px, 5vw, 48px);
}

.le-chocolat-page .eyebrow,
.le-chocolat-page .section-label {
  margin: 0 0 12px;
  color: var(--lc-muted);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.le-chocolat-page .lc-hero-title {
  max-width: none;
  margin: 0;
  color: var(--lc-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 9vw, 118px);
  font-weight: 500;
  line-height: .9;
  letter-spacing: .04em;
}

.le-chocolat-page .lc-hero-subtitle {
  margin: 18px 0 0;
  color: var(--lc-brown);
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0;
}

.le-chocolat-page .lc-section-title,
.le-chocolat-page .le-closing h2 {
  margin: 0;
  color: var(--lc-brown);
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0;
}

.le-chocolat-page .le-closing h2 {
  margin-bottom: 10px;
}

.le-chocolat-page .le-hero p,
.le-chocolat-page .le-copy p,
.le-chocolat-page .section-lead,
.le-chocolat-page .site-function-card p,
.le-chocolat-page .le-closing p {
  max-width: 980px;
  margin: 24px 0 0;
  color: var(--lc-muted);
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: 0;
  word-break: keep-all;
}

.le-chocolat-page .section-lead {
  margin-top: 14px;
}

.le-chocolat-page .book-grid.le-book-album {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
  margin-top: 24px;
}

.le-chocolat-page .book-grid.le-book-album .book-card {
  overflow: hidden;
  border: 1px solid #d8c5b4;
  border-radius: 8px;
  background: transparent;
  padding: 0;
  text-align: center;
  box-shadow: 0 10px 24px rgba(55, 22, 10, .08);
  transition: transform .22s ease, filter .22s ease;
}

.le-chocolat-page .book-grid.le-book-album .book-card:hover,
.le-chocolat-page .book-grid.le-book-album .book-card:focus-within {
  filter: drop-shadow(0 18px 22px rgba(55, 22, 10, .16));
  transform: translateY(-6px);
}

.le-chocolat-page .book-grid.le-book-album .book-card figure {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 7;
  margin: 0;
  overflow: hidden;
  background: #fffaf5;
}

.le-chocolat-page .book-grid.le-book-album .book-card img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  margin: 0;
  transition: transform .22s ease;
}

.le-chocolat-page .book-grid.le-book-album .book-card:hover img,
.le-chocolat-page .book-grid.le-book-album .book-card:focus-within img {
  transform: scale(1.035);
}

.le-chocolat-page .book-grid.le-book-album .book-card-body {
  padding: 0;
  background: rgba(255, 250, 248, .88);
}

.le-chocolat-page .book-grid.le-book-album .book-card h3 {
  display: -webkit-box;
  min-height: 54px;
  margin: 0;
  overflow: hidden;
  padding: 14px 12px 16px;
  color: var(--lc-brown);
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: 0;
  word-break: keep-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.le-chocolat-page .site-function-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.le-chocolat-page .site-function-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--lc-line);
  border-radius: 8px;
  background: #fbf1e6;
  padding: 18px 20px;
}

.le-chocolat-page .site-function-card h3 {
  margin: 0 0 12px;
  color: var(--lc-brown);
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  word-break: keep-all;
}

.le-chocolat-page .site-function-card p {
  margin: 0;
  max-width: none;
  font-size: 15px;
  line-height: 1.86;
}

.le-chocolat-page .le-closing {
  text-align: center;
}

.le-chocolat-page .le-closing p {
  max-width: none;
  margin: 0;
  color: var(--lc-muted);
}

html[lang="ja"] .le-chocolat-page .site-function-card h3 {
  font-size: 16px;
  line-height: 1.45;
}

html[lang="ja"] .le-chocolat-page .site-function-card p {
  font-size: 14px;
  line-height: 1.85;
  overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
  .le-chocolat-page .site-function-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .le-chocolat-page .book-grid.le-book-album {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .le-chocolat-page .lc-hero-title {
    font-size: clamp(42px, 13vw, 68px);
  }

  .le-chocolat-page .lc-hero-subtitle {
    font-size: clamp(25px, 8vw, 34px);
  }

  .le-chocolat-page .book-grid.le-book-album,
  .le-chocolat-page .site-function-grid {
    grid-template-columns: 1fr;
  }
}

body {
  margin: 0;
  background: var(--lc-bg);
  color: var(--lc-brown);
  font-family: "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

.lc-site-header {
  border-bottom: 1px solid var(--lc-line);
  background: #faf2e9;
  text-align: center;
  padding: 18px 20px;
}

.lc-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lc-logo-link img {
  display: block;
  width: min(570px, 92vw);
  height: auto;
}

.lc-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  border-bottom: 1px solid var(--lc-line);
  background: var(--lc-bg);
  padding: 16px 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.lc-nav a {
  border-radius: 8px;
  padding: 10px 14px;
  text-decoration: none;
}

.lc-nav a:hover,
.lc-nav a.is-active {
  background: var(--lc-accent);
  color: #fffaf5;
}

.lc-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px;
}

.lc-sidebar,
.lc-card {
  border: 1px solid var(--lc-line);
  border-radius: 8px;
  background: rgba(255, 250, 245, .82);
}

.lc-sidebar {
  padding: 18px;
}

.lc-sidebar h2 {
  margin: 6px 0 16px;
  font-size: 25px;
}

.lc-sidebar-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 14px;
  border: 1px solid var(--lc-line);
  border-radius: 8px;
  background: #f2e7d9;
  padding: 5px;
  font-weight: 800;
  font-size: 13px;
  text-align: center;
}

.lc-sidebar-tabs span {
  border-radius: 6px;
  padding: 10px;
}

.lc-sidebar-tabs .is-active {
  background: #fffaf5;
  color: var(--lc-accent);
}

.lc-sidebar-card {
  display: block;
  margin-top: 10px;
  border: 1px solid var(--lc-line);
  border-radius: 8px;
  background: #f3e8da;
  padding: 14px;
  text-decoration: none;
}

.lc-sidebar-card.is-active {
  border-color: var(--lc-accent);
}

.lc-sidebar-card strong,
.lc-sidebar-card small {
  display: block;
}

.lc-sidebar-card small {
  margin-top: 5px;
  color: var(--lc-muted);
  font-weight: 800;
}

.lc-content {
  min-width: 0;
}

.lc-card {
  padding: 28px;
  margin-bottom: 18px;
}

.lc-eyebrow {
  color: var(--lc-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lc-hero-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 8vw, 116px);
  line-height: .95;
  margin: 12px 0 18px;
}

.lc-hero-subtitle {
  margin: 0 0 28px;
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.18;
}

.lc-hero p,
.lc-card p {
  color: var(--lc-muted);
  font-size: 17px;
  line-height: 1.9;
}

.lc-section-title {
  margin: 8px 0 22px;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.2;
}

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

.lc-book-card {
  border: 1px solid var(--lc-line);
  border-radius: 8px;
  background: #fbf1e6;
  padding: 18px;
  text-align: center;
}

.lc-book-card img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: contain;
  margin: 0 auto 14px;
}

.lc-book-card h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.3;
}

.lc-mission-grid,
.lc-stage-grid,
.lc-qr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lc-mission-grid article,
.lc-stage-grid article,
.lc-qr-grid article {
  border: 1px solid var(--lc-line);
  border-radius: 8px;
  background: #fbf1e6;
  padding: 18px;
}

.lc-mission-grid h3,
.lc-stage-grid h3 {
  margin: 0 0 10px;
}

.lc-stage-grid span {
  color: var(--lc-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lc-pyramid {
  margin: 28px auto 0;
  text-align: center;
}

.lc-pyramid img {
  display: block;
  width: min(70%, 920px);
  height: auto;
  margin: 0 auto 18px;
  object-fit: contain;
}

.lc-pyramid figcaption {
  color: var(--lc-muted);
  line-height: 1.7;
}

.lc-centered-note {
  text-align: center;
}

.lc-nowrap {
  white-space: nowrap;
  font-size: clamp(42px, 7vw, 96px);
}

.lc-button-row {
  display: flex;
  gap: 10px;
  margin: 26px 0;
}

.lc-center-buttons {
  justify-content: center;
}

.lc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lc-accent);
  border-radius: 7px;
  background: var(--lc-accent);
  color: #fffaf5;
  padding: 12px 20px;
  font-weight: 900;
  text-decoration: none;
}

.lc-button-ghost {
  background: transparent;
  color: var(--lc-brown);
}

.lc-qr-grid img {
  display: block;
  width: 160px;
  height: 160px;
  object-fit: contain;
  margin: 0 auto 12px;
  background: #fff;
}

.lc-qr-grid h3 {
  margin: 0 0 10px;
  text-align: center;
}

.lc-qr-grid code {
  display: block;
  overflow-wrap: anywhere;
  border-radius: 6px;
  background: #fffaf5;
  padding: 10px;
  color: var(--lc-brown);
  font-size: 13px;
}

.lc-center-text {
  text-align: center;
}

.lc-contact-form {
  display: grid;
  gap: 14px;
}

.lc-contact-form label {
  display: grid;
  gap: 8px;
  color: var(--lc-muted);
  font-weight: 800;
}

.lc-contact-form input,
.lc-contact-form select,
.lc-contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--lc-line);
  border-radius: 7px;
  background: #fffaf5;
  padding: 12px;
  color: var(--lc-brown);
  font: inherit;
}

hr {
  border: 0;
  border-top: 1px solid var(--lc-line);
  margin: 26px 0;
}

@media (max-width: 820px) {
  .lc-layout {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .lc-nav {
    flex-wrap: wrap;
    gap: 14px;
  }

  .lc-book-grid,
  .lc-mission-grid,
  .lc-stage-grid,
  .lc-qr-grid {
    grid-template-columns: 1fr;
  }

  .lc-book-card img {
    height: 300px;
  }

  .lc-pyramid img {
    width: 100%;
  }

  .lc-nowrap {
    white-space: normal;
  }
}

/* 2026-07-16: static LE CHOCOLAT visual parity pass */
:root {
  --lc-bg: #FBF8F3;
  --lc-paper: #fffaf8;
  --lc-line: #e2d3c5;
  --lc-brown: #2b140d;
  --lc-muted: #7b655a;
  --lc-accent: #5a2415;
  --lc-panel-soft: #f4eadf;
  --lc-shadow: rgba(55, 22, 10, .12);
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  padding-bottom: 48px;
  background: var(--lc-bg);
  color: var(--lc-brown);
  font-family: Arial, "Noto Sans KR", sans-serif;
}

.lc-site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  padding: 0 max(16px, calc((100% - 1480px) / 2));
  border-bottom: 1px solid var(--lc-line);
  background: #FAF2E9;
}

.admin-bar .lc-site-header {
  top: 32px;
}

.lc-logo-link {
  width: 570px;
  height: 100px;
}

.lc-logo-link img {
  width: 570px;
  max-width: none;
  height: 100px;
  object-fit: contain;
  object-position: center center;
}

.lc-nav {
  position: sticky;
  top: 112px;
  z-index: 39;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  gap: clamp(18px, 3vw, 44px);
  padding: 0 max(16px, calc((100% - 1480px) / 2));
  border-bottom: 1px solid var(--lc-line);
  background: var(--lc-bg);
  color: #2f150e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.admin-bar .lc-nav {
  top: 144px;
}

.lc-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

.lc-nav a:hover,
.lc-nav a.is-active {
  border-color: var(--lc-accent);
  background: var(--lc-accent);
  color: var(--lc-paper);
}

.lc-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  width: min(1480px, calc(100% - 32px));
  max-width: none;
  margin: 0 auto;
  padding: 16px 0 0;
}

.lc-sidebar,
.lc-card {
  border: 1px solid var(--lc-line);
  border-radius: 8px;
  background: rgba(255, 250, 248, .62);
}

.lc-sidebar {
  position: static;
  height: auto;
  overflow: visible;
  padding: 18px;
  background: var(--lc-paper);
}

.lc-eyebrow {
  display: block;
  margin: 0 0 12px;
  color: var(--lc-muted);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.lc-sidebar .lc-eyebrow {
  margin-bottom: 7px;
  font-size: 11px;
  letter-spacing: .8px;
}

.lc-sidebar h2 {
  margin: 0 0 16px;
  color: var(--lc-brown);
  font-size: 22px;
  line-height: 1.2;
}

.lc-sidebar-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 14px;
  padding: 4px;
  border: 1px solid var(--lc-line);
  border-radius: 8px;
  background: var(--lc-panel-soft);
  font-size: 12px;
  font-weight: 900;
}

.lc-sidebar-tabs span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 8px;
  border-radius: 6px;
  color: var(--lc-muted);
}

.lc-sidebar-tabs .is-active {
  background: var(--lc-paper);
  color: var(--lc-accent);
  box-shadow: 0 1px 6px var(--lc-shadow);
}

.lc-sidebar-card {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 12px;
  border: 1px solid var(--lc-line);
  border-radius: 8px;
  background: var(--lc-panel-soft);
  color: var(--lc-brown);
  text-align: left;
  text-decoration: none;
}

.lc-sidebar-card.is-active {
  border-color: var(--lc-accent);
  background: #efe1d4;
}

.lc-sidebar-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}

.lc-sidebar-card small {
  display: block;
  margin: 0;
  color: var(--lc-muted);
  font-size: 12px;
  font-weight: 800;
}

.lc-content {
  display: grid;
  gap: 18px;
}

.lc-card {
  margin: 0;
  padding: clamp(28px, 5vw, 48px);
  box-shadow: none;
}

.lc-hero {
  padding: clamp(42px, 7vw, 82px) clamp(24px, 6vw, 72px);
}

.lc-hero-title {
  max-width: none;
  margin: 0;
  color: var(--lc-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 9vw, 118px);
  font-weight: 500;
  line-height: .9;
  letter-spacing: .04em;
  word-break: keep-all;
}

.lc-hero-subtitle {
  margin: 18px 0 0;
  color: var(--lc-brown);
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0;
  word-break: keep-all;
}

.lc-hero p,
.lc-card p {
  max-width: 980px;
  margin: 24px 0 0;
  color: var(--lc-muted);
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: 0;
  word-break: keep-all;
}

.lc-section-title {
  margin: 0;
  color: var(--lc-brown);
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 600;
  line-height: 1.18;
  word-break: keep-all;
}

.lc-book-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.lc-book-card {
  overflow: hidden;
  border: 1px solid #d8c5b4;
  border-radius: 8px;
  background: transparent;
  padding: 0;
  text-align: center;
  box-shadow: 0 10px 24px rgba(55, 22, 10, .08);
  transition: transform .22s ease, filter .22s ease;
}

.lc-book-card:hover,
.lc-book-card:focus-within {
  filter: drop-shadow(0 18px 22px rgba(55, 22, 10, .16));
  transform: translateY(-6px);
}

.lc-book-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 7;
  object-fit: cover;
  margin: 0;
}

.lc-book-card h3 {
  min-height: 54px;
  margin: 0;
  padding: 14px 12px 16px;
  background: rgba(255, 250, 248, .88);
  color: var(--lc-brown);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.28;
  word-break: keep-all;
}

.lc-mission-grid,
.lc-stage-grid,
.lc-qr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.lc-mission-grid article,
.lc-stage-grid article,
.lc-qr-grid article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--lc-line);
  border-radius: 8px;
  background: #fbf1e6;
  padding: 18px 20px;
}

.lc-mission-grid h3,
.lc-stage-grid h3 {
  margin: 0 0 12px;
  color: var(--lc-brown);
  font-size: 18px;
  line-height: 1.35;
  word-break: keep-all;
}

.lc-mission-grid p,
.lc-stage-grid p {
  margin: 0;
  font-size: 15px;
  line-height: 1.86;
}

.lc-stage-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--lc-muted);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lc-pyramid {
  margin: 30px auto 0;
  text-align: center;
}

.lc-pyramid img {
  display: block;
  width: min(70%, 920px);
  height: auto;
  margin: 0 auto 18px;
  object-fit: contain;
}

.lc-pyramid figcaption {
  color: var(--lc-muted);
  font-size: 16px;
  line-height: 1.8;
}

.lc-centered-note {
  text-align: center;
}

.lc-centered-note,
.lc-centered-note strong {
  color: var(--lc-accent);
  font-weight: 900;
  line-height: 1.8;
}

.lc-nowrap {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(54px, 5.9vw, 86px);
  line-height: .98;
  letter-spacing: .02em;
}

.lc-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}

.lc-center-buttons {
  justify-content: center;
}

.lc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--lc-accent);
  border-radius: 8px;
  background: var(--lc-accent);
  color: var(--lc-paper);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.lc-button-ghost {
  background: var(--lc-paper);
  color: var(--lc-accent);
}

.lc-qr-grid img {
  display: block;
  width: 160px;
  height: 160px;
  object-fit: contain;
  margin: 0 auto 12px;
  background: #fff;
}

.lc-center-text {
  text-align: center;
}

.lc-contact-form {
  display: grid;
  gap: 14px;
}

.lc-contact-form input,
.lc-contact-form select,
.lc-contact-form textarea {
  border-color: var(--lc-line);
  background: var(--lc-paper);
  color: var(--lc-brown);
}

hr {
  border-top-color: var(--lc-line);
  margin: 28px 0;
}

@media (max-width: 960px) {
  .lc-nav {
    position: static;
    flex-wrap: wrap;
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .admin-bar .lc-nav {
    top: auto;
  }

  .lc-layout {
    grid-template-columns: 1fr;
    width: min(100% - 24px, 1480px);
  }

  .lc-book-grid,
  .lc-mission-grid,
  .lc-stage-grid,
  .lc-qr-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .admin-bar .lc-site-header,
  .lc-site-header {
    position: static;
    min-height: auto;
    padding: 10px 16px;
  }

  .lc-logo-link,
  .lc-logo-link img {
    width: min(570px, 92vw);
    height: auto;
  }

  .lc-hero {
    padding: 24px;
  }

  .lc-hero-title {
    font-size: clamp(48px, 16vw, 74px);
  }

  .lc-hero-subtitle {
    font-size: 25px;
  }

  .lc-nowrap {
    white-space: normal;
    font-size: clamp(38px, 12vw, 58px);
  }

  .lc-book-grid,
  .lc-mission-grid,
  .lc-stage-grid,
  .lc-qr-grid {
    grid-template-columns: 1fr;
  }

  .lc-pyramid img {
    width: 100%;
  }
}

/* 2026-07-16: final LE CHOCOLAT static parity override */
.le-chocolat-page {
  display: grid !important;
  gap: 18px !important;
}

.le-chocolat-page .lc-card,
.le-chocolat-page .le-hero,
.le-chocolat-page .le-section,
.le-chocolat-page .le-closing {
  border: 1px solid var(--lc-line) !important;
  border-radius: 8px !important;
  background: rgba(255, 250, 248, .62) !important;
  box-shadow: none !important;
}

.le-chocolat-page .le-hero {
  padding: clamp(42px, 7vw, 82px) clamp(24px, 6vw, 72px) !important;
}

.le-chocolat-page .le-section,
.le-chocolat-page .le-closing {
  padding: clamp(28px, 5vw, 48px) !important;
}

.le-chocolat-page .eyebrow,
.le-chocolat-page .section-label {
  margin: 0 0 12px !important;
  color: #7c5748 !important;
  font-family: Arial, "Noto Sans KR", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: .015em !important;
  text-transform: uppercase !important;
}

.le-chocolat-page .lc-hero-title {
  max-width: none !important;
  margin: 0 !important;
  color: var(--lc-brown) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(64px, 9vw, 118px) !important;
  font-weight: 500 !important;
  line-height: .9 !important;
  letter-spacing: .04em !important;
}

.le-chocolat-page .lc-hero-subtitle {
  margin: 18px 0 0 !important;
  color: var(--lc-brown) !important;
  font-family: Georgia, "Noto Serif KR", serif !important;
  font-size: clamp(30px, 4vw, 48px) !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

.le-chocolat-page .lc-section-title,
.le-chocolat-page .le-closing h2 {
  margin: 0 !important;
  color: var(--lc-brown) !important;
  font-family: Georgia, "Noto Serif KR", serif !important;
  font-size: clamp(26px, 3.5vw, 38px) !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

.le-chocolat-page .le-hero p,
.le-chocolat-page .le-copy p,
.le-chocolat-page .section-lead,
.le-chocolat-page .site-function-card p,
.le-chocolat-page .le-closing p {
  max-width: 980px !important;
  margin: 24px 0 0 !important;
  color: var(--lc-muted) !important;
  font-family: Arial, "Noto Sans KR", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.95 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
}

.le-chocolat-page .section-lead {
  margin-top: 14px !important;
}

.le-chocolat-page .book-grid.le-book-album {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: start !important;
  margin-top: 28px !important;
}

.le-chocolat-page .book-grid.le-book-album .book-card {
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  padding: 0 !important;
  text-align: center !important;
  box-shadow: 0 10px 24px rgba(55, 22, 10, .08) !important;
  transition: transform .22s ease, filter .22s ease !important;
  min-height: 0 !important;
}

.le-chocolat-page .book-grid.le-book-album .book-card:hover,
.le-chocolat-page .book-grid.le-book-album .book-card:focus-within {
  filter: drop-shadow(0 18px 22px rgba(55, 22, 10, .16)) !important;
  transform: translateY(-6px) !important;
}

.le-chocolat-page .book-grid.le-book-album .book-card figure {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 5 / 7 !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #fffaf5 !important;
}

.le-chocolat-page .book-grid.le-book-album .book-card img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  margin: 0 !important;
  transition: transform .22s ease !important;
}

.le-chocolat-page .book-grid.le-book-album .book-card:hover img,
.le-chocolat-page .book-grid.le-book-album .book-card:focus-within img {
  transform: scale(1.035) !important;
}

.le-chocolat-page .book-grid.le-book-album .book-card-body {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  background: transparent !important;
}

.le-chocolat-page .book-grid.le-book-album .book-card h3 {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  color: var(--lc-brown) !important;
  font-family: Arial, "Noto Sans KR", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
}

.le-chocolat-page .site-function-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 22px !important;
}

.le-chocolat-page .site-function-card {
  min-width: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--lc-line) !important;
  border-radius: 8px !important;
  background: #fbf1e6 !important;
  padding: 18px 20px !important;
}

.le-chocolat-page .site-function-card h3 {
  margin: 0 0 12px !important;
  color: var(--lc-brown) !important;
  font-family: Arial, "Noto Sans KR", sans-serif !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  word-break: keep-all !important;
}

.le-chocolat-page .site-function-card p {
  margin: 0 !important;
  max-width: none !important;
  font-size: 15px !important;
  line-height: 1.86 !important;
}

.le-chocolat-page .le-closing {
  text-align: center !important;
}

.le-chocolat-page .le-closing h2 {
  margin-bottom: 10px !important;
}

.le-chocolat-page .le-closing p {
  max-width: none !important;
  margin: 0 !important;
}

html[lang="ja"] .le-chocolat-page .site-function-card h3 {
  font-size: 16px !important;
  line-height: 1.45 !important;
}

html[lang="ja"] .le-chocolat-page .site-function-card p {
  font-size: 14px !important;
  line-height: 1.85 !important;
  overflow-wrap: anywhere !important;
}

@media (max-width: 1180px) {
  .le-chocolat-page .site-function-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 960px) {
  .le-chocolat-page .book-grid.le-book-album {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .le-chocolat-page .lc-hero-title {
    font-size: clamp(42px, 13vw, 68px) !important;
  }

  .le-chocolat-page .lc-hero-subtitle {
    font-size: clamp(25px, 8vw, 34px) !important;
  }

  .le-chocolat-page .book-grid.le-book-album,
  .le-chocolat-page .site-function-grid {
    grid-template-columns: 1fr !important;
  }
}

.le-chocolat-page .le-hero .eyebrow,
.le-chocolat-page .le-hero .lc-eyebrow,
.le-chocolat-page .le-section .section-label,
.le-chocolat-page .le-section .lc-eyebrow {
  color: #7c5748 !important;
  font-family: Arial, "Noto Sans KR", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: .015em !important;
  text-transform: uppercase !important;
}

/* 2026-07-16: HABITUS static-page parity */
.habitus-page {
  display: grid;
  gap: 18px;
}

.habitus-page .lc-card {
  border: 1px solid var(--lc-line);
  border-radius: 8px;
  background: rgba(255, 250, 248, .62);
  box-shadow: none;
}

.habitus-page .habitus-hero {
  padding: clamp(42px, 7vw, 82px) clamp(24px, 6vw, 72px);
}

.habitus-page .habitus-section,
.habitus-page .habitus-closing {
  padding: clamp(28px, 5vw, 48px);
}

.habitus-page .lc-eyebrow,
.habitus-page .section-label {
  margin: 0 0 12px !important;
  color: #7c5748 !important;
  font-family: Arial, "Noto Sans KR", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: .015em !important;
  text-transform: uppercase !important;
}

.contact-main .contact-hero .eyebrow,
.contact-main .contact-type-panel .section-label,
.contact-main .contact-guide .section-label,
.contact-main .contact-form-card .section-label {
  margin: 0 0 12px !important;
  color: #7c5748 !important;
  font-family: Arial, "Noto Sans KR", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: .015em !important;
  text-transform: uppercase !important;
}

.save-cacao-page .save-hero-copy .eyebrow,
.save-cacao-page .save-section .section-label {
  margin: 0 0 12px !important;
  color: #7c5748 !important;
  font-family: Arial, "Noto Sans KR", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: .015em !important;
  text-transform: uppercase !important;
}

/* 2026-07-16: Align static-page hero title anchors to HABITUS */
.le-chocolat-page .le-hero .eyebrow,
.le-chocolat-page .le-hero .lc-eyebrow {
  margin: 0 0 12px !important;
}

.contact-main .contact-hero {
  padding: clamp(42px, 7vw, 82px) clamp(24px, 6vw, 72px) !important;
}

.habitus-page .habitus-hero h1 {
  max-width: none;
  margin: 0;
  color: var(--lc-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 9vw, 118px);
  font-weight: 500;
  line-height: .9;
  letter-spacing: .04em;
}

.habitus-page .habitus-hero h2,
.habitus-page .habitus-section h2,
.habitus-page .habitus-closing h2 {
  margin: 14px 0 0;
  color: var(--lc-brown);
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0;
}

.habitus-page .habitus-section h2,
.habitus-page .habitus-closing h2 {
  margin-top: 0;
  font-size: clamp(26px, 3.5vw, 38px);
}

.habitus-page p,
.habitus-page .habitus-copy p,
.habitus-page .section-lead,
.habitus-page .habitus-hero strong,
.habitus-page .habitus-closing span {
  max-width: 980px;
  margin: 24px 0 0;
  color: var(--lc-muted);
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: 0;
  word-break: keep-all;
}

.habitus-page .habitus-hero strong {
  display: block;
  color: var(--lc-brown);
  font-weight: 700;
}

.habitus-page .pyramid-frame {
  margin: 28px auto 0;
  text-align: center;
}

.habitus-page .pyramid-frame img {
  display: block;
  width: min(70%, 920px);
  height: auto;
  margin: 0 auto 18px;
  object-fit: contain;
}

.habitus-page .pyramid-frame figcaption {
  margin: 0;
  color: var(--lc-muted);
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.habitus-page-stage-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
  width: min(100%, 760px);
  margin: 22px auto 0;
}

.habitus-page-stage-button {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 7px 9px;
  border: 1px solid var(--lc-line);
  border-radius: 8px;
  background: #fffaf5;
  color: var(--lc-brown);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.habitus-page-stage-button strong {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid var(--lc-accent);
  border-radius: 50%;
  font-size: 10px;
  line-height: 1;
}

.habitus-page-stage-button span {
  overflow: hidden;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.habitus-page-stage-button:focus-visible,
.habitus-page-stage-button.is-tooltip-active {
  outline: 2px solid rgba(90, 36, 21, .5);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(139, 74, 36, .12);
}

.habitus-stage-tooltip {
  --tooltip-arrow-left: 28px;
  position: fixed;
  z-index: 1000;
  box-sizing: border-box;
  padding: 16px 16px 14px;
  border: 1px solid #d8bd9e;
  border-radius: 10px;
  background: #fffaf4;
  color: #3a170d;
  box-shadow: 0 18px 45px rgba(74, 32, 18, .16);
}

.habitus-stage-tooltip[hidden] {
  display: none;
}

.habitus-stage-tooltip::before {
  content: "";
  position: absolute;
  left: var(--tooltip-arrow-left);
  width: 12px;
  height: 12px;
  background: #fffaf4;
  transform: translateX(-50%) rotate(45deg);
}

.habitus-stage-tooltip.is-below-trigger::before {
  top: -7px;
  bottom: auto;
  border-left: 1px solid #d8bd9e;
  border-top: 1px solid #d8bd9e;
}

.habitus-stage-tooltip.is-above-trigger::before {
  top: auto;
  bottom: -7px;
  border-right: 1px solid #d8bd9e;
  border-bottom: 1px solid #d8bd9e;
}

.habitus-tooltip-close {
  position: absolute;
  top: 8px;
  right: 9px;
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid #ddc8b5;
  border-radius: 50%;
  background: #fffaf4;
  color: #5a2415;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}

.habitus-tooltip-level {
  margin: 0 30px 6px 0;
  color: #8a6957;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.habitus-stage-tooltip h3 {
  margin: 0 30px 7px 0;
  color: #32170e;
  font-size: 18px;
  line-height: 1.28;
}

.habitus-tooltip-subtitle,
.habitus-stage-tooltip p {
  margin: 0 0 10px;
  color: #6f574a;
  font-size: 12.5px;
  line-height: 1.72;
  word-break: keep-all;
}

.habitus-tooltip-subtitle {
  color: #4a2012;
  font-weight: 800;
}

.habitus-stage-tooltip dl {
  display: grid;
  gap: 8px;
  margin: 10px 0;
}

.habitus-stage-tooltip dl div {
  padding-top: 8px;
  border-top: 1px solid rgba(216, 189, 158, .6);
}

.habitus-stage-tooltip dt {
  margin-bottom: 3px;
  color: #8a6957;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.habitus-stage-tooltip dd {
  margin: 0;
  color: #5a4338;
  font-size: 12px;
  line-height: 1.6;
}

.habitus-tooltip-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}

.habitus-tooltip-keywords span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border: 1px solid rgba(90, 36, 21, .18);
  border-radius: 999px;
  background: #fbf2e8;
  color: #5a2415;
  font-size: 10.5px;
  font-weight: 800;
}

.habitus-page blockquote {
  margin: 28px 0 0;
  border: 1px solid var(--lc-line);
  border-radius: 8px;
  background: #fbf1e6;
  color: var(--lc-brown);
  padding: 18px 20px;
  text-align: center;
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.7;
}

.habitus-page .habitus-closing {
  text-align: center;
}

.habitus-page .habitus-closing h2,
.habitus-page .habitus-closing p,
.habitus-page .habitus-closing span {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.habitus-page .habitus-closing p {
  margin-top: 14px;
  color: var(--lc-brown);
  font-weight: 800;
}

.habitus-page .habitus-closing span {
  display: block;
  margin-top: 10px;
}

@media (max-width: 960px) {
  .habitus-page-stage-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .habitus-page .habitus-hero h1 {
    font-size: clamp(42px, 13vw, 68px);
  }

  .habitus-page .habitus-hero h2 {
    font-size: clamp(25px, 8vw, 34px);
  }

  .habitus-page-stage-strip {
    grid-template-columns: 1fr;
  }

  .habitus-stage-tooltip {
    width: calc(100vw - 32px) !important;
    max-height: calc(100vh - 32px);
    overflow: auto;
  }
}
