:root {
  --paper: #f3f0e9;
  --white: #fbfaf7;
  --ink: #353a4c;
  --navy: #252b3c;
  --muted: #817e78;
  --line: rgba(53, 58, 76, .2);
  --taupe: #c8bdab;
  --blue: #8ba8bf;
  --red: #940d16;
  --side: clamp(22px, 5vw, 80px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "IBM Plex Sans KR", "Noto Serif KR", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; background: var(--ink); color: white; padding: 12px 16px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 86px;
  padding: 13px var(--side);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: height .3s ease, border-color .3s ease;
}
.site-header.scrolled { height: 70px; border-color: var(--line); }
.brand-mark { width: 86px; height: 54px; display: flex; align-items: center; }
.brand-mark img { height: 48px; width: auto; object-fit: contain; }
.site-nav { display: flex; gap: clamp(24px, 3vw, 52px); font-size: 11px; font-weight: 500; letter-spacing: .14em; }
.site-nav a { position: relative; padding-block: 10px; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--ink); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.menu-button { display: none; border: 0; background: none; width: 40px; height: 40px; padding: 10px 6px; }
.menu-button span { display: block; width: 28px; height: 1px; margin: 6px 0; background: var(--ink); transition: .3s; }

.eyebrow { margin: 0 0 22px; font-size: 10px; font-weight: 600; letter-spacing: .22em; }
.english-line { margin: 26px 0 0; font-size: clamp(12px, 1.1vw, 16px); font-weight: 500; letter-spacing: .18em; }
.eyebrow-light, .english-line.light { color: rgba(255, 255, 255, .76); }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 44% 56%;
  padding-top: 86px;
  overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 7vh 20px 8vh var(--side); }
.hero-copy h1 { position: relative; margin: 0; font-size: clamp(36px, 4.4vw, 76px); line-height: 1.18; letter-spacing: -.055em; font-weight: 500; word-break: keep-all; }
.hero-hanja {
  position: absolute;
  left: calc(var(--side) - 2vw);
  top: 50%;
  transform: translateY(-58%);
  color: rgba(200, 189, 171, .34);
  font-family: "Noto Serif KR", serif;
  font-size: clamp(140px, 23vw, 400px);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}
.hero-image { position: relative; height: calc(100svh - 86px); margin: 0; overflow: hidden; background: #dad7d1; }
.hero-image img { height: 100%; object-fit: cover; object-position: 58% center; transition: transform 1.2s cubic-bezier(.2,.8,.2,1); }
.hero-image:hover img { transform: scale(1.025); }
.hero-image figcaption { position: absolute; right: 24px; bottom: 24px; color: white; font-size: 9px; font-weight: 500; letter-spacing: .18em; writing-mode: vertical-rl; }
.hero-index { position: absolute; left: var(--side); bottom: 26px; margin: 0; font-size: 9px; letter-spacing: .18em; }

.philosophy {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: 52% 48%;
  overflow: hidden;
  background: var(--navy);
  color: white;
}
.philosophy-copy { z-index: 2; align-self: center; padding: 80px var(--side); }
.philosophy-copy h2 { margin: 0; font-size: clamp(38px, 4.8vw, 78px); line-height: 1.18; letter-spacing: -.055em; font-weight: 400; }
.philosophy-word { position: absolute; z-index: 1; left: calc(var(--side) - 22px); top: 50%; transform: translateY(-52%); color: rgba(255,255,255,.055); font-family: "Noto Serif KR", serif; font-size: clamp(190px, 28vw, 470px); line-height: 1; white-space: nowrap; }
.philosophy-visual { height: 100%; overflow: hidden; }
.philosophy-visual img { height: 100%; object-fit: cover; object-position: 52% center; filter: saturate(.65) contrast(.94); }
.material-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 16px; right: var(--side); bottom: 42px; padding: 14px 18px; color: var(--navy); background: rgba(251,250,247,.92); backdrop-filter: blur(8px); }
.note-hanja { font-family: "Noto Serif KR", serif; font-size: 36px; }
.material-note b, .material-note small { display: block; }
.material-note b { font-size: 10px; letter-spacing: .14em; }
.material-note small { margin-top: 4px; font-size: 8px; letter-spacing: .18em; opacity: .6; }

.featured { padding: clamp(90px, 11vw, 170px) var(--side); }
.section-heading { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: end; margin-bottom: clamp(48px, 6vw, 86px); }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 76px); line-height: 1.15; letter-spacing: -.055em; font-weight: 400; }
.section-number { justify-self: end; margin: 0 0 10px; font-size: 10px; letter-spacing: .2em; }
.signature-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 7vw; gap: 18px; }
.collection-card { position: relative; overflow: hidden; min-height: 530px; color: white; }
.collection-card img { height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.8,.2,1), filter .5s; }
.collection-card:hover img { transform: scale(1.035); }
.card-balloon { grid-column: 1 / 8; grid-row: 1 / 7; }
.card-balloon img { object-position: center 40%; }
.card-blow { grid-column: 8 / 13; grid-row: 1 / 5; }
.card-blow img { object-position: 44% center; }
.card-olive { grid-column: 7 / 13; grid-row: 5 / 11; }
.card-olive img { object-position: 44% center; }
.card-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(18,21,29,.68)); }
.card-copy { position: absolute; left: clamp(22px, 3vw, 48px); right: 24px; bottom: clamp(24px, 3vw, 46px); }
.card-number { margin: 0 0 10px; font-size: 9px; letter-spacing: .2em; opacity: .8; }
.card-copy h3 { margin: 0; font-size: clamp(23px, 2.6vw, 42px); line-height: 1; letter-spacing: -.025em; font-weight: 500; }
.card-copy h3 span { margin-left: 9px; font-size: .37em; font-weight: 400; letter-spacing: .04em; }
.card-copy > p:not(.card-number) { margin: 14px 0 8px; font-size: 14px; font-weight: 300; }
.card-copy small { font-size: 8px; letter-spacing: .16em; opacity: .75; }

.collection-index { padding: clamp(80px, 9vw, 140px) var(--side); background: var(--white); }
.index-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 58px; }
.index-heading h2 { margin: 0; font-size: clamp(34px, 4.3vw, 68px); line-height: .98; letter-spacing: -.04em; font-weight: 400; }
.index-heading > p { margin: 0 0 4px; font-size: 14px; line-height: 1.7; color: var(--muted); }
.editorial-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 32vw 25vw; gap: 14px; }
.editorial-card { position: relative; min-height: 280px; overflow: hidden; background: #d8d6d2; color: white; }
.editorial-card img { height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.8,.2,1); }
.editorial-card:hover img { transform: scale(1.04); }
.editorial-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(18,21,29,.62)); }
.symbol { grid-column: 1 / 6; }
.fresh { grid-column: 6 / 10; }
.gentle { grid-column: 10 / 13; }
.wave { grid-column: 1 / 4; }
.blueline { grid-column: 4 / 8; }
.neo { grid-column: 8 / 13; }
.symbol img { object-position: center 60%; }
.fresh img { object-position: 72% center; }
.gentle img { object-position: 76% center; }
.wave img { object-position: 52% center; }
.blueline img { object-position: center; }
.neo img { object-position: 55% center; }
.editorial-copy { position: absolute; z-index: 2; left: 22px; right: 18px; bottom: 20px; }
.editorial-copy span { display: block; margin-bottom: 7px; font-size: 8px; letter-spacing: .18em; opacity: .7; }
.editorial-copy h3 { margin: 0; font-size: clamp(19px, 2vw, 30px); font-weight: 500; letter-spacing: -.02em; }
.editorial-copy h3 em { margin-left: 5px; font-size: .44em; font-style: normal; font-weight: 400; }
.editorial-copy p { margin: 8px 0 0; font-size: 8px; letter-spacing: .12em; opacity: .8; }

.craft { padding: clamp(90px, 11vw, 170px) var(--side); }
.craft-heading { display: grid; grid-template-columns: 1fr 2fr; align-items: end; margin-bottom: 70px; }
.craft-heading .eyebrow { align-self: start; }
.craft-heading h2 { margin: 0; font-size: clamp(36px, 4.4vw, 66px); line-height: 1.16; letter-spacing: -.05em; font-weight: 400; }
.craft-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.craft-list article { min-height: 260px; padding: 34px 30px 32px; border-right: 1px solid var(--line); }
.craft-list article:last-child { border-right: 0; }
.craft-list span { display: block; min-height: 92px; font-family: "Noto Serif KR", serif; font-size: 64px; color: var(--taupe); }
.craft-list h3 { margin: 0 0 12px; font-size: 12px; letter-spacing: .14em; }
.craft-list p { margin: 0; font-size: 13px; color: var(--muted); }
.origin-strip { display: flex; align-items: center; justify-content: center; gap: clamp(12px, 2vw, 30px); margin-top: 34px; }
.origin-strip p { margin: 0; font-size: 9px; letter-spacing: .16em; text-align: center; }
.origin-strip i { width: 3px; height: 3px; border-radius: 50%; background: var(--taupe); }

.partnership { position: relative; min-height: 600px; display: flex; align-items: center; overflow: hidden; padding: 100px var(--side); background: var(--red); color: white; }
.partnership-hanja { position: absolute; right: 2vw; top: 50%; transform: translateY(-54%); font-family: "Noto Serif KR", serif; font-size: clamp(190px, 28vw, 480px); line-height: 1; color: rgba(255,255,255,.07); white-space: nowrap; }
.partnership-copy { position: relative; z-index: 1; }
.partnership-copy h2 { margin: 0; font-size: clamp(38px, 5vw, 76px); line-height: 1.18; letter-spacing: -.055em; font-weight: 400; }
.inquiry-link { display: inline-flex; align-items: center; gap: 44px; margin-top: 50px; padding: 16px 0 12px; border-bottom: 1px solid rgba(255,255,255,.65); font-size: 11px; font-weight: 500; letter-spacing: .16em; }
.inquiry-link span { font-size: 18px; transition: transform .25s; }
.inquiry-link:hover span { transform: translate(3px,-3px); }

.stores { display: grid; grid-template-columns: 1fr 2fr; gap: 70px; padding: clamp(80px, 9vw, 130px) var(--side); background: var(--white); }
.stores-heading h2 { margin: 0; font-size: clamp(36px, 4vw, 62px); line-height: 1; font-weight: 400; letter-spacing: -.04em; }
.store-links { display: grid; grid-template-columns: 1fr 1fr; }
.store-card { min-height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 30px; border: 1px solid var(--line); transition: background .3s, transform .3s; }
.store-card + .store-card { border-left: 0; }
.store-card span, .store-card b { width: 100%; font-size: 8px; letter-spacing: .18em; font-weight: 500; }
.store-card b { text-align: right; }
.store-card img { width: auto; max-width: 170px; max-height: 42px; object-fit: contain; }
.store-card:hover { transform: translateY(-4px); background: #fff; }

.site-footer { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 50px 6vw; padding: 78px var(--side) 28px; background: var(--navy); color: white; }
.footer-brand img { width: min(300px, 100%); filter: brightness(0) invert(1); opacity: .92; }
.footer-brand > p { margin: 22px 0 0; font-size: 9px; letter-spacing: .18em; color: rgba(255,255,255,.5); }
.footer-label { margin: 0 0 20px; font-size: 9px; letter-spacing: .2em; color: rgba(255,255,255,.45); }
.footer-contact a { display: block; width: max-content; max-width: 100%; margin-bottom: 12px; font-size: 14px; font-weight: 300; }
.footer-phone { display: flex; align-items: center; flex-wrap: wrap; }
.footer-phone a { margin-bottom: 0; }
.footer-contact small { margin-left: 7px; font-size: 7px; letter-spacing: .12em; opacity: .5; }
.social-links { display: flex; gap: 13px; }
.social-links a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transition: background .25s, color .25s; }
.social-links svg { width: 15px; height: 15px; fill: currentColor; }
.social-links a:hover { color: var(--navy); background: white; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); }
.footer-bottom p, .footer-bottom a { margin: 0; font-size: 8px; letter-spacing: .14em; color: rgba(255,255,255,.5); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.image-reveal { clip-path: inset(0 0 100% 0); transition: clip-path 1.1s cubic-bezier(.6,0,.2,1), opacity .3s, transform .8s; }
.image-reveal.is-visible { clip-path: inset(0 0 0 0); }

@media (max-width: 980px) {
  .signature-grid { grid-auto-rows: 11vw; }
  .collection-card { min-height: 460px; }
  .editorial-grid { grid-template-rows: 42vw 35vw; }
  .stores { grid-template-columns: 1fr; gap: 46px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-social { grid-column: 2; }
}

@media (max-width: 760px) {
  :root { --side: 22px; }
  .site-header { height: 70px; }
  .brand-mark { width: 70px; height: 45px; }
  .brand-mark img { height: 42px; }
  .menu-button { display: block; z-index: 2; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px; background: var(--paper); opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility 0s linear .3s; }
  .site-nav a { font-size: 13px; }
  .menu-open .site-nav { opacity: 1; visibility: visible; transition-delay: 0s; }
  .menu-open .menu-button span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-button span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

  .hero { min-height: 820px; grid-template-columns: 1fr; grid-template-rows: 43% 57%; padding-top: 70px; }
  .hero-copy { grid-row: 1; padding: 72px var(--side) 34px; align-self: end; }
  .hero-copy h1 { font-size: clamp(38px, 11vw, 56px); }
  .hero-hanja { left: 8px; top: 58%; font-size: 44vw; }
  .hero-image { grid-row: 2; height: 100%; }
  .hero-image img { object-position: 60% 46%; }
  .hero-image figcaption { right: 16px; bottom: 16px; }
  .hero-index { display: none; }

  .philosophy { min-height: 850px; grid-template-columns: 1fr; grid-template-rows: 46% 54%; }
  .philosophy-copy { grid-row: 1; align-self: end; padding: 66px var(--side) 40px; }
  .philosophy-copy h2 { font-size: 10.2vw; }
  .philosophy-word { top: 25%; left: -8px; font-size: 45vw; }
  .philosophy-visual { grid-row: 2; }
  .material-note { right: 18px; bottom: 18px; }

  .section-heading { grid-template-columns: 1fr; }
  .section-heading h2 { font-size: 11vw; }
  .section-number { display: none; }
  .signature-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; grid-auto-rows: auto; gap: 10px; }
  .collection-card, .card-balloon, .card-blow, .card-olive { grid-column: auto; grid-row: auto; min-height: 78vw; }
  .card-blow img { object-position: 48% center; }
  .card-copy > p:not(.card-number) { font-size: 13px; }

  .index-heading { display: block; }
  .index-heading h2 { font-size: 10vw; }
  .index-heading > p { margin-top: 28px; }
  .editorial-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 62vw); gap: 8px; }
  .editorial-card, .symbol, .fresh, .gentle, .wave, .blueline, .neo { grid-column: auto; min-height: 0; }
  .editorial-copy { left: 14px; bottom: 14px; }
  .editorial-copy h3 { font-size: 18px; }
  .editorial-copy p { font-size: 7px; letter-spacing: .07em; }
  .fresh img { object-position: 70% center; }

  .craft-heading { display: block; }
  .craft-heading h2 { margin-top: 42px; font-size: 10vw; }
  .craft-list { grid-template-columns: 1fr; }
  .craft-list article { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); }
  .craft-list article:last-child { border-bottom: 0; }
  .craft-list span { min-height: 72px; font-size: 52px; }
  .origin-strip { align-items: stretch; gap: 14px; }
  .origin-strip p { flex: 1; font-size: 7px; line-height: 1.5; }
  .origin-strip i { margin-top: 4px; flex: none; }

  .partnership { min-height: 600px; }
  .partnership-hanja { right: -9vw; font-size: 52vw; writing-mode: vertical-rl; }
  .partnership-copy h2 { font-size: 10vw; }
  .inquiry-link { gap: 30px; }

  .store-links { grid-template-columns: 1fr; }
  .store-card { min-height: 190px; }
  .store-card + .store-card { border-left: 1px solid var(--line); border-top: 0; }
  .site-footer { grid-template-columns: 1fr; gap: 42px; padding-top: 64px; }
  .footer-social { grid-column: auto; }
  .footer-bottom { margin-top: 12px; }
}

@media (max-width: 340px) {
  .editorial-grid { grid-template-columns: 1fr; grid-template-rows: repeat(6, 92vw); }
  .editorial-copy h3 { font-size: 22px; }
  .editorial-copy p { font-size: 8px; }
  .footer-contact a { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
  .image-reveal { clip-path: none; }
}
