/* 올맘의 공통 디자인 토큰. UI 색은 아래 세 가지로 제한합니다. */
:root {
  --paper: #F6F1E7;
  --ink: #1C1A17;
  --accent: #596145;
  --olive: var(--accent);
  --linen: var(--paper);
  --muted: var(--ink);
  --white: var(--paper);
  --line: color-mix(in srgb, var(--ink) 22%, transparent);
  --scroll-thumb: var(--accent);
  --scroll-hover: var(--ink);
  --scroll-active: var(--ink);
  --font-display: "Pretendard Variable", "Malgun Gothic", sans-serif;
  --font-body: "Pretendard Variable", "Malgun Gothic", sans-serif;
  --section-space: max(120px, 15svh);
  --reading-width: 36ch;
}
* { box-sizing: border-box; scrollbar-width: thin; scrollbar-color: var(--scroll-thumb) var(--paper); }
*::-webkit-scrollbar { width: 10px; height: 10px; }
*::-webkit-scrollbar-track { background: var(--paper); }
*::-webkit-scrollbar-thumb { background: var(--scroll-thumb); border: 2px solid var(--paper); }
*::-webkit-scrollbar-thumb:hover { background: var(--scroll-hover); }
*::-webkit-scrollbar-thumb:active { background: var(--scroll-active); }
html { scroll-behavior: auto; scroll-padding-top: 32px; scrollbar-gutter: stable; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.9 var(--font-body); letter-spacing: -.025em; word-break: keep-all; overflow-wrap: break-word; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; cursor: pointer; }
button, input, textarea, select { font: inherit; color: inherit; }
button, summary { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .5; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
:where(a, button, summary, input, textarea, select):focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
::selection { color: var(--paper); background: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 800; letter-spacing: -.065em; text-wrap: balance; }
h1 { font-size: clamp(42px, 5.4vw, 78px); line-height: 1.22; margin-bottom: 32px; }
h2 { font-size: clamp(26px, 2.5vw, 36px); line-height: 1.45; margin-bottom: 24px; }
h3 { font-size: 22px; line-height: 1.5; }
p { max-inline-size: var(--reading-width); margin-bottom: 24px; }
[hidden] { display: none !important; }
.container { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 20px; padding: 12px 20px; color: var(--paper); background: var(--ink); }
.skip-link:focus { top: 12px; }
.site-header { border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.header-inner { min-height: 106px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-flex; flex-direction: column; font: 900 35px/1 var(--font-display); letter-spacing: -.08em; }
.brand-en { font-size: 9px; font-weight: 700; letter-spacing: .2em; margin-top: 9px; padding-left: 2px; }
.site-nav { display: flex; align-items: center; gap: 38px; font-size: 13px; font-weight: 500; }
.site-nav a { padding-block: 14px; border-bottom: 1px solid transparent; }
.site-nav a:hover, .site-nav a[aria-current] { border-color: currentColor; }
.header-note { display: inline-flex; gap: 10px; align-items: center; font-size: 11px; }
.header-note > span { font-size: 22px; }
.menu-toggle { min-height: 44px; padding: 10px 14px; background: transparent; border: 1px solid currentColor; font-size: 12px; }
.menu-toggle:hover { background: var(--ink); color: var(--paper); }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 700; letter-spacing: .14em; color: var(--accent); margin-bottom: 24px; }
.tiny-rule { width: 24px; height: 1px; background: currentColor; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 56px; padding: 14px 22px; border: 1px solid transparent; border-radius: 0; font-size: 13px; font-weight: 600; }
.button-primary { color: var(--paper); background: var(--accent); }
.button-primary:hover { background: var(--ink); }
.button-secondary { color: var(--ink); border-color: var(--ink); background: transparent; }
.button-secondary:hover { background: var(--ink); color: var(--paper); }
.button span { font-size: 20px; line-height: 1; }
.text-link { display: inline-flex; align-items: center; gap: 24px; font-size: 13px; font-weight: 600; padding-block: 12px; max-width: 100%; }
.text-link:hover { text-decoration: underline; text-underline-offset: 7px; }
.text-link span { font-size: 20px; flex-shrink: 0; }
.home .site-header { position: absolute; inset: 0 0 auto; color: var(--paper); border-color: color-mix(in srgb, var(--paper) 25%, transparent); background: color-mix(in srgb, var(--ink) 24%, transparent); }
.home .site-header :focus-visible { outline-color: var(--paper); }
.hero { position: relative; isolation: isolate; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; overflow: clip; color: var(--paper); background: var(--ink); }
.hero-photo { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 56%; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, color-mix(in srgb, var(--ink) 88%, transparent), color-mix(in srgb, var(--ink) 57%, transparent) 50%, color-mix(in srgb, var(--ink) 25%, transparent)); }
.hero-copy { padding-block: max(150px, 18svh); }
.hero .eyebrow { color: var(--paper); margin-bottom: 30px; }
.hero h1 { font-size: clamp(64px, 7.3vw, 108px); font-weight: 900; line-height: 1.15; max-width: 12em; margin-bottom: 30px; }
.hero-description { font-size: 15px; max-width: 30ch; line-height: 1.9; margin-bottom: 36px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.hero .button-primary { color: var(--ink); background: var(--paper); }
.hero .button-primary:hover { background: var(--accent); color: var(--paper); }
.hero :focus-visible { outline-color: var(--paper); }
.hero-bottom { position: absolute; bottom: 30px; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; letter-spacing: .12em; }
.hero-bottom a { display: flex; gap: 24px; align-items: center; min-height: 44px; }
.hero-bottom a:hover { text-decoration: underline; text-underline-offset: 6px; }
.hero-bottom p { margin: 0; font-size: 9px; text-align: right; }
main > :is(section, article):not(:first-child), main > .about-quote-band, main > .journal-end { margin-block-start: var(--section-space); }
.section-space { padding: 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-heading .eyebrow { margin-bottom: 16px; }
.section-title { font-size: clamp(28px, 2.8vw, 40px); margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.collection-note { font-size: 11px; margin-top: 36px; }
.about-teaser-inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 100px; align-items: center; }
.about-teaser-visual { position: relative; padding-bottom: 25px; }
.about-teaser-visual img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.photo-side-note { display: block; font-size: 10px; margin-top: 14px; }
.about-teaser-copy .section-title { margin-bottom: 28px; }
.about-teaser-copy > p:not(.eyebrow) { font-size: 15px; }
.about-teaser-copy .text-link { margin-top: 8px; }
.journal-list { border-top: 1px solid var(--line); }
.journal-row { display: grid; grid-template-columns: 160px 1fr 90px 28px; gap: 24px; align-items: center; padding: 34px 0; border-bottom: 1px solid var(--line); }
.journal-row:hover { color: var(--accent); }
.journal-row h3 { font-size: 20px; font-weight: 700; margin: 0; letter-spacing: -.04em; text-wrap: initial; }
.journal-category, .journal-reading { font-size: 11px; }
.journal-arrow { font-size: 24px; }
.contact-teaser { padding: 55px; display: flex; align-items: center; gap: 50px; background: var(--accent); color: var(--paper); }
.contact-teaser .eyebrow { color: var(--paper); }
.contact-teaser h2 { font-size: 28px; max-width: 18em; }
.contact-teaser p:last-child { font-size: 13px; margin-bottom: 0; }
.contact-teaser .button { margin-left: auto; flex-shrink: 0; color: var(--ink); background: var(--paper); }
.contact-teaser .button:hover { color: var(--paper); background: var(--ink); }
.contact-teaser :focus-visible { outline-color: var(--paper); }
.contact-flower { display: none; }
.site-footer { margin-top: var(--section-space); padding-block: 65px 30px; background: var(--ink); color: var(--paper); }
.footer-top { display: flex; align-items: start; justify-content: space-between; gap: 40px; margin-bottom: 60px; }
.footer-top .brand { font-size: 42px; }
.footer-top p { font-size: 12px; margin: 24px 0 0; }
.footer-nav { display: flex; gap: 32px; font-size: 13px; }
.footer-nav a { padding-block: 12px; }
.footer-nav a:hover { text-decoration: underline; text-underline-offset: 7px; }
.site-footer :focus-visible { outline-color: var(--paper); }
.footer-bottom { border-top: 1px solid color-mix(in srgb, var(--paper) 24%, transparent); padding-top: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 15px; font-size: 10px; }
.footer-bottom p { margin: 0; font-size: 10px; }
@media (prefers-reduced-motion: no-preference) {
  .hero-photo img { animation: hero-zoom 22s ease-out forwards; }
  [data-reveal].reveal-pending { opacity: 0; transform: translateY(20px); }
  [data-reveal].reveal-pending:focus-within { opacity: 1; transform: none; }
  [data-reveal].reveal-visible { animation: scroll-reveal .75s ease-out both; }
}
@keyframes hero-zoom { from { transform: scale(1); } to { transform: scale(1.06); } }
@keyframes scroll-reveal { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@media (min-width: 761px) { .menu-toggle { display: none !important; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 72px); }
  .header-note { display: none; }
  .about-teaser-inner { gap: 48px; }
  .contact-teaser { gap: 30px; padding: 36px; }
  .journal-row { grid-template-columns: 130px 1fr 65px 25px; gap: 18px; }
}
@media (max-width: 760px) {
  :root { --section-space: max(100px, 15svh); }
  .container { width: calc(100% - 44px); }
  body { font-size: 15px; }
  h1 { font-size: clamp(36px, 10vw, 52px); line-height: 1.25; }
  h2 { font-size: 26px; }
  .header-inner { min-height: 86px; flex-wrap: wrap; gap: 0; padding-block: 17px; }
  .brand { font-size: 30px; }
  .brand-en { font-size: 8px; margin-top: 8px; }
  .menu-toggle { display: inline-flex; gap: 10px; align-items: center; }
  .site-nav { width: 100%; justify-content: space-between; gap: 12px; margin-top: 17px; padding-top: 10px; border-top: 1px solid currentColor; font-size: 12px; }
  .site-nav a { min-height: 44px; padding-block: 12px; }
  .js .site-nav:not(.is-open) { display: none; }
  .home .site-header:has(.is-open), html:not(.js) .home .site-header { background: var(--ink); }
  .hero-copy { padding-block: 160px 120px; }
  .hero h1 { font-size: clamp(40px, 11.4vw, 62px); line-height: 1.18; letter-spacing: -.075em; margin-bottom: 25px; }
  .hero .eyebrow { font-size: 10px; margin-bottom: 27px; }
  .hero-photo img { object-position: 61% center; }
  .hero::before { background: linear-gradient(90deg, color-mix(in srgb, var(--ink) 84%, transparent), color-mix(in srgb, var(--ink) 51%, transparent)); }
  .hero-description { font-size: 13px; max-width: 29ch; }
  .hero-actions { gap: 20px; }
  .hero .button { min-height: 51px; font-size: 12px; padding-inline: 18px; gap: 21px; }
  .hero .text-link { font-size: 12px; gap: 12px; }
  .hero-bottom { bottom: 20px; }
  .hero-bottom p { max-width: none; max-inline-size: none; font-size: 9px; }
  .hero-bottom a { font-size: 9px; gap: 12px; }
  .section-heading { flex-wrap: wrap; gap: 18px; margin-bottom: 34px; }
  .section-title { font-size: 29px; }
  .section-heading .text-link { font-size: 12px; }
  .product-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-teaser-inner { grid-template-columns: 1fr; gap: 42px; }
  .about-teaser-visual { padding: 0; }
  .about-teaser-visual img { aspect-ratio: 4/5; }
  .about-teaser-copy > p:not(.eyebrow) { font-size: 14px; }
  .journal-row { grid-template-columns: 1fr 25px; gap: 12px; padding-block: 29px; }
  .journal-category { grid-column: 1; }
  .journal-row h3 { grid-column: 1; font-size: 18px; }
  .journal-reading { display: none; }
  .journal-arrow { grid-column: 2; grid-row: 1 / 3; }
  .contact-teaser { flex-direction: column; align-items: start; gap: 26px; padding: 32px 25px; }
  .contact-teaser h2 { font-size: 25px; }
  .contact-teaser .button { margin: 0; }
  .footer-top { flex-direction: column; gap: 28px; margin-bottom: 40px; }
  .footer-nav { gap: 25px; font-size: 12px; }
  .footer-bottom { flex-direction: column; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .hero-photo img { transform: none !important; }
}
@media (forced-colors: active) {
  * { scrollbar-color: auto; }
  .button, .menu-toggle { border: 1px solid ButtonText; }
  .hero::before { background: Canvas; }
}

.onepage-separate-links { display: flex; flex-wrap: wrap; gap: 16px 28px; font-size: 11px; margin-bottom: 32px; }
.onepage-separate-links a { text-decoration: underline; text-underline-offset: 5px; }
@media (max-width: 760px) { .onepage-separate-links { gap: 14px 24px; } .onepage-separate-links > span { flex-basis: 100%; } }
