@import url('https://api.fontshare.com/css?f[]=sentient@400,500,600,700&f[]=satoshi@400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&family=Gowun+Dodum&display=swap');
:root {
  --bg: #eeefeb;
  --paper: #fbfaf5;
  --ink: #2c302d;
  --muted: #646a62;
  --line: #c9cbc3;
  --burgundy: #7a2637;
  --leaf: #6f8c67;
  --stone: #d9d8d0;
  --font: "Malgun Gothic", "Apple SD Gothic Neo", Arial, sans-serif;
  --max: 1240px;
  --narrow: 880px;
  --pad: 56px;
  --pad-m: 20px;
  --section: 118px;
  --radius: 8px;
  --shadow: 0 18px 44px rgba(44, 48, 45, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.68; letter-spacing: 0; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; object-fit: cover; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--leaf); outline-offset: 3px; }
.announce { padding: 10px var(--pad); border-bottom: 1px solid var(--line); background: var(--ink); color: var(--paper); font-size: 12px; text-align: center; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 0 var(--pad); background: rgba(238, 239, 235, .96); border-bottom: 1px solid var(--line); }
.brand-mark { font-size: 22px; letter-spacing: 0; text-decoration: none; font-weight: 800; }
.primary-nav { display: flex; gap: 28px; align-items: center; }
.primary-nav a { text-decoration: none; font-size: 14px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--paper); border-radius: var(--radius); }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 6px auto; background: var(--ink); }
.eyebrow, .section-kicker { margin: 0 0 14px; color: var(--burgundy); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
h1, h2, h3, p { word-break: keep-all; overflow-wrap: break-word; }
h1 { margin: 0 0 22px; font-size: 64px; line-height: 1.12; letter-spacing: 0; }
h2 { margin: 0; font-size: 40px; line-height: 1.18; letter-spacing: 0; }
h3 { margin: 0; font-size: 28px; line-height: 1.2; letter-spacing: 0; }
p { margin: 0; color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 20px; border: 1px solid var(--ink); border-radius: var(--radius); text-decoration: none; font-weight: 800; background: var(--paper); color: var(--ink); }
.primary { background: var(--burgundy); color: #fff; border-color: var(--burgundy); }
.button.is-added { background: var(--leaf); border-color: var(--leaf); color: var(--ink); }
.text-link { display: inline-block; margin-top: 18px; color: var(--burgundy); font-weight: 800; }
main > section:not(.hero):not(.pdp-commerce):not(.ritual-opening) { padding: var(--section) var(--pad); }

.hero { position: relative; min-height: calc(100vh - 112px); overflow: hidden; background: var(--stone); }
.hero picture { display: block; width: 100%; height: calc(100vh - 112px); min-height: calc(100vh - 112px); }
.hero img { width: 100%; height: 100%; min-height: calc(100vh - 112px); object-fit: cover; object-position: center; }
.hero-copy { position: absolute; left: var(--pad); bottom: 58px; max-width: 650px; color: var(--paper); text-shadow: 0 1px 18px rgba(0,0,0,.42); }
.hero-copy p { color: rgba(251, 250, 245, .94); }

.daily-schedule { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .42fr .58fr; gap: 92px; align-items: start; }
.date-note { position: sticky; top: 112px; }
.schedule-list, .pause-ledger ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 48px; }
.schedule-list li, .pause-ledger li { display: grid; grid-template-columns: 86px 1fr; gap: 22px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.schedule-list time, .pause-ledger time { color: var(--burgundy); font-weight: 900; }
.schedule-list strong, .pause-ledger strong { display: block; margin-bottom: 8px; font-size: 22px; }

.placement-map { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .34fr .44fr .22fr; gap: 58px; align-items: center; }
.placement-map figure { margin: 0; }
.placement-map img { width: 100%; aspect-ratio: 4 / 5; border-radius: var(--radius); }
.map-lines { display: grid; gap: 28px; align-self: stretch; align-content: center; }
.map-lines span { padding: 0 0 16px 24px; border-bottom: 1px solid var(--line); border-left: 1px solid var(--leaf); color: var(--muted); }

.quiet-dial { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: 86px; }
.dial-panel { border-left: 3px solid var(--burgundy); padding-left: 34px; }
.dial-tabs { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }
[data-option], .dial-tab, .gallery-controls button { border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); color: var(--ink); padding: 12px 14px; text-align: left; }
[aria-selected="true"], .is-selected { border-color: var(--burgundy); box-shadow: inset 0 0 0 2px var(--burgundy); }
.placement-sheet { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }
.placement-sheet p:first-child { color: var(--leaf); font-weight: 800; margin-bottom: 12px; }

.soft-interruption { display: grid; grid-template-columns: minmax(0, .52fr) minmax(320px, .48fr); gap: 76px; align-items: end; background: var(--ink); color: var(--paper); }
.soft-interruption img { width: 100%; aspect-ratio: 1 / 1; border-radius: var(--radius); }
.soft-interruption p { color: rgba(251, 250, 245, .82); }
.soft-interruption .eyebrow { color: var(--leaf); }

.shop-module { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: minmax(320px, .42fr) minmax(0, .58fr); gap: 88px; align-items: center; }
.shop-image { margin: 0; }
.shop-image img { width: 100%; aspect-ratio: 4 / 5; border-radius: var(--radius); object-position: center; box-shadow: var(--shadow); }
.shop-copy { max-width: 520px; }
.shop-copy h2 { margin-bottom: 22px; }
.shop-copy p { margin-bottom: 24px; }
.option-row, .option-group { display: grid; gap: 10px; margin: 26px 0; }
.bag-status, .form-status { min-height: 28px; margin-top: 14px; color: var(--burgundy); font-weight: 800; }

.lineup-journal { max-width: var(--max); margin: 0 auto; }
.lineup-journal h2 { max-width: 760px; margin-bottom: 54px; }
.lineup-journal img { width: 72%; margin-left: auto; aspect-ratio: 3 / 2; border-radius: var(--radius); }
.lineup-journal dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 48px 0 0; background: var(--line); }
.lineup-journal div { background: var(--paper); padding: 28px; min-height: 160px; }
.lineup-journal dt { font-weight: 900; margin-bottom: 10px; }
.lineup-journal dd { margin: 0; color: var(--muted); }
.contact-section { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; }
.contact-form { display: grid; gap: 18px; }
.contact-form label { display: grid; gap: 8px; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; background: var(--paper); color: var(--ink); }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 36px var(--pad); border-top: 1px solid var(--line); }

.ritual-opening { position: relative; min-height: 72vh; display: grid; align-items: end; padding: 0 var(--pad) 70px; overflow: hidden; }
.ritual-opening picture, .ritual-opening picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.ritual-opening img { object-position: center; }
.ritual-opening:after { content: ""; position: absolute; inset: 0; background: rgba(44, 48, 45, .18); }
.ritual-opening div { position: relative; z-index: 1; max-width: 720px; color: var(--paper); text-shadow: 0 1px 18px rgba(0,0,0,.42); }
.ritual-opening p { color: rgba(251, 250, 245, .92); }
.pdp-commerce { display: grid; grid-template-columns: minmax(0, 54fr) minmax(360px, 36fr); gap: 88px; align-items: start; padding: 84px var(--pad) var(--section); max-width: 1480px; margin: 0 auto; }
.gallery-main img { width: 100%; aspect-ratio: 4 / 5; border-radius: var(--radius); object-position: center; background: var(--stone); }
.gallery-controls { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 14px; }
.purchase-panel { position: sticky; top: 96px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }
.purchase-panel h2 { color: var(--ink); font-size: 34px; }
.concept-label { color: var(--burgundy); font-weight: 800; margin-bottom: 18px; }
.descriptor { color: var(--muted); margin-bottom: 24px; }
.price { font-weight: 900; margin-bottom: 24px; color: var(--ink); }
.option-group p { font-weight: 900; color: var(--ink); }
.quantity-control { display: grid; grid-template-columns: 1fr 44px 52px 44px; align-items: center; gap: 8px; margin: 26px 0; }
.quantity-control button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); }
[data-quantity] { text-align: center; font-weight: 900; }
.service-notes { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 12px; color: var(--muted); }
.pause-ledger { max-width: var(--narrow); margin: 0 auto; }
.pause-ledger h2 { margin-bottom: 56px; }
.fact-band { background: var(--paper); }
.fact-band h2, .fact-band dl { max-width: var(--max); margin: 0 auto; }
.fact-band h2 { margin-bottom: 42px; }
.fact-band dl { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fact-band div { border-top: 1px solid var(--burgundy); padding-top: 18px; }
.fact-band dt { font-weight: 900; }
.fact-band dd { margin: 0; color: var(--muted); }
.texture-block, .routine-pairing, .editorial-note, .info-caution { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.texture-block img { aspect-ratio: 1 / 1; border-radius: var(--radius); }
.routine-pairing img { aspect-ratio: 4 / 5; border-radius: var(--radius); }
.placement-sequence { max-width: var(--max); margin: 0 auto; }
.placement-sequence h2 { max-width: 760px; margin-bottom: 56px; }
.placement-sequence ol { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: .9fr 1.1fr .9fr 1.1fr; gap: 30px; }
.placement-sequence li { border-left: 1px solid var(--line); padding: 0 0 0 22px; }
.placement-sequence span { color: var(--burgundy); font-weight: 800; }
.placement-sequence strong { display: block; margin: 10px 0; font-size: 22px; }
.info-caution { align-items: start; }
.info-caution > div { border-top: 1px solid var(--line); padding-top: 26px; }
.editorial-note img { aspect-ratio: 3 / 2; width: 100%; border-radius: var(--radius); }
.faq-section { max-width: 920px; margin: 0 auto; }
.section-heading { margin-bottom: 56px; max-width: 760px; }
details { border-top: 1px solid var(--line); padding: 22px 0; }
summary { cursor: pointer; font-weight: 900; }
details p { margin-top: 14px; color: var(--muted); }
.final-cta { text-align: center; background: var(--paper); }
.final-cta h2 { margin-bottom: 28px; }
.sticky-buy { display: none; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 30; align-items: center; justify-content: space-between; gap: 14px; padding: 12px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 34px rgba(44,48,45,.22); }
.sticky-buy span { font-weight: 900; }

@media (max-width: 900px) {
  :root { --pad: 28px; --section: 84px; }
  .site-header { padding: 0 var(--pad-m); min-height: 64px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 64px; left: 0; right: 0; display: none; grid-template-columns: 1fr; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-header.is-open .primary-nav { display: grid; }
  .primary-nav a { padding: 16px 20px; border-top: 1px solid var(--line); }
  h1 { font-size: 44px; }
  h2 { font-size: 32px; }
  .hero-copy { left: var(--pad-m); right: var(--pad-m); bottom: 36px; }
  .daily-schedule, .placement-map, .quiet-dial, .soft-interruption, .shop-module, .contact-section, .pdp-commerce, .texture-block, .routine-pairing, .editorial-note, .info-caution { grid-template-columns: 1fr; gap: 42px; }
  .date-note { position: static; }
  .lineup-journal img { width: 100%; }
  .lineup-journal dl, .fact-band dl { grid-template-columns: 1fr 1fr; }
  .placement-sequence ol { grid-template-columns: 1fr 1fr; }
  .purchase-panel { position: static; }
  .gallery-controls { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  :root { --pad: 20px; --section: 68px; }
  .announce { padding: 9px var(--pad-m); }
  main > section:not(.hero):not(.pdp-commerce):not(.ritual-opening) { padding: var(--section) var(--pad-m); }
  .hero, .hero picture, .hero img { height: 760px; min-height: 760px; }
  .hero img { object-position: 42% center; }
  .hero-copy { text-shadow: 0 1px 14px rgba(0,0,0,.55); }
  .ritual-opening { min-height: 680px; padding: 0 var(--pad-m) 52px; }
  h1 { font-size: 38px; line-height: 1.14; }
  h2 { font-size: 28px; line-height: 1.2; }
  h3 { font-size: 24px; }
  .schedule-list li, .pause-ledger li { grid-template-columns: 1fr; gap: 8px; }
  .dial-tabs { display: grid; }
  .lineup-journal dl, .fact-band dl, .placement-sequence ol { grid-template-columns: 1fr; }
  .pdp-commerce { padding: 24px var(--pad-m) 96px; }
  .purchase-panel { padding: 24px; }
  .purchase-panel h2 { font-size: 28px; }
  .gallery-controls { grid-template-columns: 1fr 1fr; }
  .quantity-control { grid-template-columns: 1fr 42px 42px 42px; }
  .sticky-buy { display: flex; }
  .sticky-buy .button { min-height: 42px; padding: 10px 14px; }
  .site-footer { display: grid; padding: 32px var(--pad-m) 96px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Fontshare typography differentiation */
:root {
  --font-heading: "Sentient", "Gowun Batang", "Apple SD Gothic Neo", "Malgun Gothic", serif;
  --font-body: "Satoshi", "Gowun Dodum", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
  --font-accent: "Satoshi", "Gowun Dodum", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
}
body {
  font-family: var(--font-body);
}
h1,
h2,
h3,
.hero-title,
.product-title,
.section-title,
.brand-mark,
.mark,
.logo,
.site-logo {
  font-family: var(--font-heading);
  font-weight: 400;
}
.eyebrow,
.section-kicker,
.notice,
.announce,
.nav,
.primary-nav,
.button,
.text-link,
.manual-link,
.price,
figcaption,
[data-option],
.gallery-controls button {
  font-family: var(--font-accent);
}
.brand-mark,
.mark,
.logo,
.site-logo {
  letter-spacing: 0.08em;
}
/* quiet body care: soft serif warmth with calm sans reading */

