@import url("/typography.css");
@font-face {
  font-family: "Momento English";
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url(/assets/fonts/cormorant-italic-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Momento English";
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url(/assets/fonts/cormorant-italic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Momento English";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(/assets/fonts/cormorant-normal-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Momento English";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(/assets/fonts/cormorant-normal-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --paper: #f7f4ef;
  --white: #fff;
  --ink: #24211f;
  --navy: #182330;
  --muted: #716b65;
  --line: #ded7ce;
  --dark-line: #2a2928;
  --gold: #9a816a;
  --warm-yellow: #e7d8ad;
  --error: #b3261e;
  --display: "Pretendard", "Momento English", Georgia, "Times New Roman", serif;
  --sans: "Pretendard", "Momento English", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Pretendard", "Momento English",  var(--sans); font-size: 16px; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; background: var(--ink); color: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--paper) 94%, transparent); backdrop-filter: blur(16px); }
.utility-bar { display: flex; justify-content: space-between; align-items: center; height: 34px; padding: 0 2rem; overflow: visible; background: var(--navy); color: var(--paper); transition: height .25s ease, opacity .2s ease; }
.utility-bar p { margin: 0; font-size: .58rem; letter-spacing: .13em; }
.utility-links { display: flex; align-items: center; gap: 1.2rem; height: 100%; }
.utility-bar a, .utility-bar button { padding: 0; border: 0; background: none; color: inherit; font-size: .56rem; letter-spacing: .11em; text-transform: uppercase; cursor: pointer; }
.utility-links > a + button, .utility-links > button + button { position: relative; }
.utility-links > a + button::before, .utility-links > button + button::before { position: absolute; left: -.65rem; color: #77736f; content: "/"; }
.site-header.is-scrolled .utility-bar { height: 0; overflow: hidden; opacity: 0; }
.language-picker { position: relative; align-self: stretch; margin-left: .15rem; border-left: 1px solid #4b4845; }
.language-toggle { display: inline-flex; align-items: center; gap: .42rem; min-width: 116px; height: 100%; padding-left: 1rem !important; font-family: "Pretendard", "Momento English",  var(--display); font-size: .68rem !important; letter-spacing: .08em !important; }
.language-toggle svg { width: 19px; height: 19px; overflow: visible; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.1; }
.language-chevron { width: 7px; height: 7px; margin-left: .08rem; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
.language-toggle[aria-expanded="true"] .language-chevron { transform: translateY(2px) rotate(225deg); }
.language-toggle:focus-visible { outline: 1px solid var(--paper); outline-offset: 3px; }
.language-menu { position: absolute; z-index: 120; top: calc(100% + 1px); right: 0; width: 150px; padding: .4rem 0; border: 1px solid var(--line); background: var(--paper); color: var(--ink); box-shadow: 0 12px 28px rgba(36, 33, 31, .12); }
.language-menu:not([hidden]) { display: block; }
.language-menu button { display: flex; justify-content: space-between; align-items: center; width: 100%; min-height: 42px; padding: 0 .9rem; color: var(--ink); font-family: "Pretendard", "Momento English",  var(--sans); font-size: .72rem; letter-spacing: .04em; text-align: left; }
.language-menu button:hover, .language-menu button:focus-visible { background: var(--warm-yellow); outline: 0; }
.language-menu button span:last-child { opacity: 0; }
.language-menu button[aria-checked="true"] span:last-child { opacity: 1; }
.main-nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 76px; padding: 0 2rem; }
.desktop-nav { display: flex; align-items: center; gap: 1.5rem; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav--right { justify-content: flex-end; }
.desktop-nav button { padding: 0; border: 0; background: none; cursor: pointer; text-transform: uppercase; letter-spacing: inherit; font-size: inherit; }
.wordmark { font-family: "Pretendard", "Momento English", "Arial Black", "Helvetica Neue", Arial, sans-serif; font-size: 1.5rem; font-weight: 900; font-style: normal; letter-spacing: -.045em; }
.menu-toggle, .mobile-bag, .mobile-menu { display: none; }

.hero { position: relative; display: grid; min-height: calc(100vh - 110px); min-height: calc(100svh - 110px); overflow: hidden; border-bottom: 1px solid var(--line); background: #d9d2cb; isolation: isolate; }
.hero-copy { position: relative; z-index: 2; grid-area: 1 / 1; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; width: min(52%, 760px); padding: clamp(5rem, 10vh, 8.5rem) clamp(2rem, 6vw, 6.8rem) clamp(3.5rem, 8vh, 6rem); }
.section-kicker { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: none; }
h1, h2 { font-family: "Pretendard", "Momento English",  var(--display); font-weight: 400; letter-spacing: -.055em; }
h1 { margin: 0; font-size: clamp(4rem, 7vw, 7.5rem); line-height: .88; }
.hero-description { max-width: 430px; margin: 1.8rem 0 2.1rem; color: #514d48; line-height: 1.85; word-break: keep-all; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; width: 100%; }
.hero-secondary { min-height: 58px; }
.frame-button { display: inline-flex; justify-content: space-between; align-items: center; width: min(100%, 220px); min-height: 58px; padding: 0 1.25rem; border: 1px solid var(--ink); border-radius: 0; background: transparent; color: var(--ink); font-size: .78rem; letter-spacing: .05em; cursor: pointer; transition: background-color .25s ease, border-color .25s ease; }
.frame-button span:last-child { font-size: 1rem; transition: transform .25s ease; }
.frame-button:hover, .frame-button:focus-visible { border-color: var(--warm-yellow); background: var(--warm-yellow); }
.frame-button:hover span:last-child, .frame-button:focus-visible span:last-child { transform: translateX(4px); }
.frame-button--wide { width: min(100%, 300px); }
.frame-button--compact { width: auto; min-width: 168px; min-height: 50px; }
.frame-button--dark { border-color: var(--paper); color: var(--paper); }
.frame-button--dark:hover, .frame-button--dark:focus-visible { border-color: var(--warm-yellow); color: var(--ink); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; border-bottom: 1px solid currentColor; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.text-button { padding: 0; border-width: 0 0 1px; background: none; cursor: pointer; }
.hero-media { position: absolute; z-index: 0; inset: 0; margin: 0; overflow: hidden; background: #d9d2cb; }
.hero-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247, 244, 239, .96) 0%, rgba(247, 244, 239, .76) 26%, rgba(247, 244, 239, .16) 56%, transparent 72%); content: ""; pointer-events: none; }
.hero-media img { object-position: center center; }

.new-items { padding: clamp(5rem, 8vw, 8rem) 1rem clamp(6rem, 9vw, 9rem); border-bottom: 1px solid var(--line); background: var(--white); }
.new-items-heading { margin-bottom: 3.25rem; text-align: center; }
.new-items-heading p { margin: 0 0 .65rem; font-family: "Pretendard", "Momento English",  var(--display); font-size: .92rem; }
.new-items-heading h2 { margin: 0; font-family: "Pretendard", "Momento English",  var(--sans); font-size: clamp(2rem, 3vw, 3rem); font-weight: 500; letter-spacing: -.035em; text-transform: uppercase; }
.new-items-carousel { position: relative; }
.new-items-grid { display: flex; gap: .9rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.new-items-grid::-webkit-scrollbar { display: none; }
.new-item { flex: 0 0 clamp(280px, 26vw, 500px); scroll-snap-align: start; }
.carousel-control { position: absolute; z-index: 5; top: 45%; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 0; background: color-mix(in srgb, var(--white) 84%, transparent); color: var(--ink); font-size: 1.15rem; cursor: pointer; transform: translateY(-50%); transition: background-color .2s ease, opacity .2s ease; }
.carousel-control--prev { left: 0; }
.carousel-control--next { right: 0; }
.carousel-control:hover, .carousel-control:focus-visible { background: var(--warm-yellow); }
.carousel-control:disabled { opacity: .18; cursor: default; }
.new-item-media { display: block; width: 100%; aspect-ratio: 1 / 1.06; padding: 0; overflow: hidden; border: 0; background: #faf9f7; cursor: pointer; }
.new-item-media img { transform: scale(1.42); transition: transform .55s ease; }
.new-item-media--one img { object-position: 10% center; }
.new-item-media--two img { object-position: 41% center; }
.new-item-media--three img { object-position: 78% center; }
.new-item-media--four img { object-position: 86% center; transform: scale(1.08); }
.new-item-media:hover img { transform: scale(1.47); }
.new-item-media--four:hover img { transform: scale(1.12); }
.new-item h3 { margin: 1rem 0 .4rem; font-size: .84rem; font-weight: 400; }
.new-item p { margin: 0; color: var(--muted); font-size: .8rem; }

.band-guide { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(420px, .75fr); min-height: 720px; border-bottom: 1px solid var(--line); background: var(--navy); color: var(--paper); }
.band-guide-media { position: relative; min-width: 0; min-height: 720px; margin: 0; overflow: hidden; background: #ded6cc; }
.band-guide-media img { object-position: center 54%; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.band-guide:hover .band-guide-media img { transform: scale(1.015); }
.band-guide-panel { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: clamp(3.5rem, 5vw, 6rem); }
.band-guide-heading { margin-bottom: clamp(2.5rem, 4vw, 4rem); }
.band-guide-heading h2 { margin: 0; font-family: "Pretendard", "Momento English",  var(--sans); font-size: .76rem; font-weight: 500; letter-spacing: .18em; line-height: 1; text-transform: uppercase; }
.band-guide-group { min-width: 0; margin: 0; padding: 1.35rem 0 1.55rem; border: 0; border-top: 1px solid rgba(247,244,239,.24); }
.band-guide-group legend { float: left; width: 100%; margin: 0 0 1rem; padding: 0; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.band-guide-group legend span { display: inline-block; width: 2rem; color: #8f989f; }
.band-guide-options { display: grid; clear: both; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .5rem; width: 100%; }
.band-guide-options--pairing { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.band-guide-options label { position: relative; display: block; min-width: 0; cursor: pointer; }
.band-guide-options input { position: absolute; opacity: 0; pointer-events: none; }
.band-guide-options label span { display: grid; place-items: center; min-height: 46px; padding: 0 .7rem; overflow: hidden; border: 1px solid rgba(247,244,239,.24); color: #c8c6c2; font-family: "Pretendard", "Momento English",  var(--display); font-size: .92rem; white-space: nowrap; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
.band-guide-options label:hover span { border-color: rgba(247,244,239,.7); color: var(--paper); }
.band-guide-options input:checked + span { border-color: var(--paper); background: var(--paper); color: var(--navy); }
.band-guide-options input:focus-visible + span { outline: 2px solid var(--warm-yellow); outline-offset: 3px; }
.band-guide-submit { display: flex; justify-content: space-between; align-items: center; width: 100%; min-height: 58px; margin-top: 1.5rem; padding: 0; border: 0; border-bottom: 1px solid var(--paper); background: transparent; color: var(--paper); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.band-guide-submit span:last-child { font-size: 1.15rem; transition: transform .2s ease; }
.band-guide-submit:hover span:last-child, .band-guide-submit:focus-visible span:last-child { transform: translateX(5px); }
.section-shell { padding: clamp(6rem, 10vw, 9rem) 2rem; border-bottom: 1px solid var(--line); }
.section-heading { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-bottom: 3rem; }
.section-heading h2 { margin: .65rem 0 0; font-size: clamp(3.8rem, 7vw, 7rem); line-height: .9; }
.shop .section-heading { margin-bottom: 2rem; }
.shop .section-heading h2 { margin: 0; font-family: "Pretendard", "Momento English",  var(--sans); font-size: clamp(1.75rem, 2.4vw, 2.5rem); font-weight: 500; line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }

.collections { position: relative; overflow: hidden; padding-top: clamp(4.5rem, 7vw, 6.5rem); padding-bottom: clamp(4.5rem, 7vw, 6.5rem); }
.collections .section-heading { display: grid; grid-template-columns: minmax(0, 5fr) minmax(250px, 3fr) auto; align-items: end; max-width: 1600px; margin: 0 auto clamp(2rem, 3vw, 3rem); }
.collection-intro { max-width: 390px; margin: 0 0 .15rem; color: var(--muted); font-size: .88rem; line-height: 1.8; }
.collection-layout { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(1.25rem, 2.5vw, 2.5rem); align-items: start; max-width: 1600px; margin: 0 auto; }
.collection-card { position: relative; }
.collection-card--large { grid-column: 1 / span 7; }
.collection-card--small { grid-column: 8 / span 5; margin-top: clamp(3rem, 5vw, 5rem); }
.collection-number { position: absolute; z-index: 2; top: 1rem; left: 1rem; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid color-mix(in srgb, var(--paper) 72%, transparent); border-radius: 50%; background: rgba(24, 35, 48, .22); color: var(--paper); font-family: "Pretendard", "Momento English",  var(--display); font-size: .76rem; backdrop-filter: blur(8px); }
.collection-image { height: auto; aspect-ratio: 4 / 3; overflow: hidden; background: #d4cbc3; }
.collection-card--large .collection-image img { object-position: 64% center; }
.collection-card--small .collection-image { height: auto; aspect-ratio: 4 / 3; }
.collection-card--small .collection-image img { object-position: 50% center; }
.collection-image--dark { background: #171716; }
.collection-image img { transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.collection-card a:hover img { transform: scale(1.025); }
.collection-info { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; min-height: 88px; padding: 1.15rem 0 0; border-top: 1px solid transparent; }
.collection-info h3 { margin: 0 0 .35rem; font-family: "Pretendard", "Momento English",  var(--display); font-size: clamp(1.8rem, 2.4vw, 2.8rem); font-weight: 400; line-height: 1; }
.collection-info div > span { color: var(--muted); font-size: .78rem; }
.collection-arrow { display: grid; flex: 0 0 42px; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); color: var(--ink); font-size: .95rem; transition: border-color .25s ease, background-color .25s ease, transform .25s ease; }
.collection-card a:hover .collection-arrow, .collection-card a:focus-visible .collection-arrow { border-color: var(--warm-yellow); background: var(--warm-yellow); transform: translate(2px, -2px); }
.collection-card a:focus-visible { outline: 1px solid var(--ink); outline-offset: 5px; }

.shop { background: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.product-media { display: block; width: 100%; aspect-ratio: 4 / 5; padding: 0; overflow: hidden; border: 0; background: #f0efed; cursor: pointer; }
.product-media img { object-position: 18% center; transition: transform .55s ease; }
.product-media--crop-two img { object-position: 50% center; }
.product-media--crop-three img { object-position: 82% center; }
.product-media:hover img { transform: scale(1.035); }
.product-line { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1rem; }
.product-line h3 { margin: 0; font-family: "Pretendard", "Momento English",  var(--display); font-size: 1.35rem; font-weight: 400; }
.product-line > span { margin: 0; color: var(--muted); font-size: .74rem; }
.product-action { margin-top: 1rem; }

.craft { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; background: var(--navy); color: var(--paper); }
.craft-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(4rem, 8vw, 8rem); }
.craft-copy h2, .showroom-copy h2 { margin: 1.3rem 0 2rem; line-height: .88; }
.craft-copy h2 { font-size: clamp(4rem, 7vw, 7.5rem); }
.showroom-copy h2 { font-size: clamp(3.25rem, 4.5vw, 5.4rem); }
.craft-copy p, .showroom-copy > p { max-width: 430px; margin: 0 0 2.3rem; color: #aaa6a1; line-height: 1.9; word-break: keep-all; }
.text-link--light { color: var(--paper); }
.craft-media { margin: 0; min-height: 620px; overflow: hidden; }

.showroom { display: grid; grid-template-columns: 56% 44%; min-height: 680px; border-bottom: 1px solid var(--line); }
.showroom-media { margin: 0; min-height: 600px; overflow: hidden; background: #d7d2cc; }
.showroom-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(4rem, 7vw, 7rem); }
.showroom-copy > p { color: var(--muted); }
.showroom-details { width: 100%; margin: 0 0 2.5rem; }
.showroom-details div { display: grid; grid-template-columns: 100px 1fr; gap: 1rem; padding: .85rem 0; border-top: 1px solid var(--line); }
.showroom-details div:last-child { border-bottom: 1px solid var(--line); }
.showroom-details dt { color: var(--muted); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.showroom-details dd { margin: 0; font-size: .82rem; }
.solid-button { min-height: 50px; padding: 0 1.5rem; border: 1px solid var(--ink); background: var(--ink); color: var(--white); font-size: .74rem; letter-spacing: .1em; cursor: pointer; }

.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.journal-item { min-height: 290px; padding: 1.5rem 1.5rem 1.5rem 0; border-right: 1px solid var(--line); }
.journal-item + .journal-item { padding-left: 1.5rem; }
.journal-item:last-child { border-right: 0; }
.journal-item span { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.journal-item h3 { max-width: 350px; margin: 3.8rem 0 2rem; font-family: "Pretendard", "Momento English",  var(--display); font-size: 2rem; font-weight: 400; line-height: 1.2; }

.site-footer { display: grid; grid-template-columns: 1.35fr .7fr 1.15fr; gap: 3rem; padding: 5rem 2rem 2rem; background: var(--ink); color: var(--paper); }
.wordmark--footer { font-size: 2rem; }
.site-footer p, .site-footer a { color: #aaa6a1; font-size: .78rem; line-height: 1.7; }
.site-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: .5rem; }
.footer-brand p { margin: .8rem 0 0; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: .4rem; }
.footer-contact p { margin: 0; }
.footer-contact .footer-label { margin-bottom: .45rem; color: var(--paper); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-contact a { color: var(--paper); text-decoration: underline; text-decoration-color: #5c5955; text-underline-offset: .3em; }
.footer-business { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 2rem; padding-top: 1.5rem; border-top: 1px solid #3a3835; }
.footer-business p { display: flex; flex-wrap: wrap; gap: .35rem 1.25rem; margin: 0; }
.footer-business span { white-space: nowrap; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; padding-top: 1.25rem; border-top: 1px solid #3a3835; }
.footer-bottom nav { flex-direction: row; flex-wrap: wrap; gap: .7rem 1.25rem; }
.footer-bottom button, .footer-bottom a { padding: 0; border: 0; background: none; color: #aaa6a1; font-size: .72rem; cursor: pointer; }
.footer-bottom button:hover, .footer-bottom button:focus-visible, .footer-bottom a:hover, .footer-bottom a:focus-visible, .footer-bottom a[aria-current="page"] { color: var(--paper); }
.footer-bottom p { margin: 0; white-space: nowrap; }

/* Policy pages */
.policy-page { background: var(--paper); color: var(--ink); }
.policy-hero { padding: clamp(5rem, 9vw, 8.5rem) max(2rem, calc((100vw - 1320px) / 2)) clamp(3.5rem, 6vw, 5.5rem); border-bottom: 1px solid var(--line); }
.policy-hero h1 { max-width: 900px; margin: .8rem 0 1.2rem; font-family: "Pretendard", "Momento English",  var(--display); font-size: clamp(3.4rem, 7vw, 7.2rem); font-weight: 400; line-height: .94; letter-spacing: -.055em; }
.policy-hero > p:not(.section-kicker) { max-width: 640px; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.8; word-break: keep-all; }
.policy-meta { display: flex; gap: 3rem; margin: 3rem 0 0; }
.policy-meta div { display: grid; gap: .35rem; }
.policy-meta dt { color: var(--muted); font-size: .7rem; letter-spacing: .08em; }
.policy-meta dd { margin: 0; font-size: .82rem; }
.policy-layout { display: grid; grid-template-columns: minmax(200px, 280px) minmax(0, 900px); gap: clamp(3rem, 7vw, 7rem); max-width: 1320px; margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) 2rem 8rem; }
.policy-toc { align-self: start; position: sticky; top: 120px; }
.policy-toc > p { margin: 0 0 1.25rem; font-size: .68rem; letter-spacing: .16em; }
.policy-toc nav { display: grid; border-top: 1px solid var(--ink); }
.policy-toc a { padding: .75rem 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .78rem; line-height: 1.4; }
.policy-toc a:hover, .policy-toc a:focus-visible { color: var(--ink); }
.policy-content { min-width: 0; }
.policy-draft-notice { margin-bottom: 5rem; padding: 1.5rem; border: 1px solid var(--gold); background: #f2ead6; }
.policy-draft-notice strong { font-size: .76rem; letter-spacing: .08em; }
.policy-draft-notice p { margin: .75rem 0 0; color: #554c42; font-size: .88rem; line-height: 1.75; }
.policy-section { scroll-margin-top: 110px; padding: 0 0 5rem; }
.policy-section + .policy-section { padding-top: 5rem; border-top: 1px solid var(--line); }
.policy-number { margin: 0 0 1rem; color: var(--gold); font-family: "Pretendard", "Momento English",  var(--display); font-size: .9rem; }
.policy-section h2 { margin: 0 0 1.75rem; font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 500; line-height: 1.25; letter-spacing: -.035em; word-break: keep-all; }
.policy-section h3 { margin: 3rem 0 .75rem; font-size: 1rem; font-weight: 600; }
.policy-section p, .policy-section li { color: #4e4944; font-size: .94rem; line-height: 1.85; word-break: keep-all; }
.policy-section ul { margin: 1.25rem 0 0; padding-left: 1.25rem; }
.policy-section li + li { margin-top: .6rem; }
.policy-caption { margin-top: -.25rem; }
.policy-table-wrap { max-width: 100%; margin: 1.25rem 0 2rem; overflow-x: auto; border-top: 1px solid var(--ink); }
.policy-table { width: 100%; min-width: 720px; border-collapse: collapse; table-layout: fixed; }
.policy-table th, .policy-table td { padding: 1rem .9rem; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; font-size: .78rem; line-height: 1.7; word-break: keep-all; }
.policy-table th { color: var(--ink); font-weight: 500; }
.policy-table th:first-child, .policy-table td:first-child { width: 16%; padding-left: 0; }
.policy-table th:last-child, .policy-table td:last-child { width: 23%; padding-right: 0; }
.policy-tbd { display: inline; color: #69551f; font-weight: 600; }
.policy-contact-card { margin: 1.5rem 0 2rem; border-top: 1px solid var(--ink); }
.policy-contact-card dl { margin: 0; }
.policy-contact-card dl div { display: grid; grid-template-columns: 180px 1fr; gap: 1.25rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.policy-contact-card dt { color: var(--muted); font-size: .78rem; }
.policy-contact-card dd { margin: 0; font-size: .86rem; }
.policy-contact-card a, .policy-agencies a { border-bottom: 1px solid currentColor; }
.policy-agencies { padding: 0 !important; list-style: none; }
.policy-agencies li { display: grid; grid-template-columns: minmax(170px, .8fr) 1.2fr; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.policy-agencies strong { color: var(--ink); font-weight: 500; }
.policy-closing { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--ink) !important; }

/* Store subpages */
.store-page { background: var(--white); }
.catalog-hero { min-height: 240px; padding: clamp(4rem, 7vw, 6rem) 2rem 3rem; border-bottom: 1px solid var(--line); background: var(--paper); }
.catalog-hero h1 { max-width: 940px; margin: 0 0 1rem; font-family: "Pretendard", "Momento English",  var(--sans); font-size: clamp(2.4rem, 4.5vw, 4.25rem); font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.catalog-hero > p:last-child, .cart-heading > p:last-child { color: var(--muted); line-height: 1.8; }
.catalog-shell { padding: 0 2rem 7rem; }
.catalog-toolbar { position: sticky; z-index: 20; top: 76px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; min-height: 88px; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--white) 95%, transparent); backdrop-filter: blur(14px); }
.catalog-toolbar h2 { margin: 0; font-family: "Pretendard", "Momento English",  var(--sans); font-size: .78rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.catalog-toolbar h2 span { margin-left: .3rem; color: var(--muted); }
.filter-group { display: flex; gap: .5rem; padding: 0; border: 0; }
.filter-group label { cursor: pointer; }
.filter-group input { position: absolute; opacity: 0; pointer-events: none; }
.filter-group span { display: grid; place-items: center; min-height: 42px; padding: 0 1rem; border: 1px solid var(--line); color: var(--muted); font-size: .74rem; }
.filter-group input:checked + span, .filter-group input:focus-visible + span { border-color: var(--navy); background: var(--navy); color: var(--paper); }
.sort-control { display: flex; align-items: center; gap: .7rem; color: var(--muted); font-size: .72rem; }
.sort-control select, .select-field select { min-height: 42px; padding: 0 2.3rem 0 .8rem; border: 1px solid var(--line); border-radius: 0; background: var(--white); color: var(--ink); }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4rem 1.1rem; padding-top: 3.5rem; }
.catalog-card figure { aspect-ratio: 4 / 5; margin: 0; overflow: hidden; background: #f4f2ef; }
.catalog-card figure img { transform: scale(1.38); transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.catalog-card--wide figure img { transform: scale(1.06); }
.catalog-card a:hover figure img { transform: scale(1.43); }
.catalog-card--wide a:hover figure img { transform: scale(1.1); }
.catalog-card div { display: grid; grid-template-columns: 1fr auto; gap: .35rem 1rem; padding-top: 1rem; }
.catalog-card h3 { margin: 0; font-family: "Pretendard", "Momento English",  var(--display); font-size: 1.45rem; font-weight: 400; }
.catalog-card span { align-self: end; color: var(--muted); font-size: .78rem; }
.catalog-empty { padding: 8rem 1rem; text-align: center; }
.journal-page { min-height: 65svh; }
.journal-empty { padding: 2rem 2rem 5rem; color: var(--muted); }
.journal-empty p { margin: 0 0 2rem; }
.mobile-purchase-bar[hidden] { display: none; }
.catalog-empty h3 { font-family: "Pretendard", "Momento English",  var(--display); font-size: 2.5rem; font-weight: 400; }
.catalog-empty p { color: var(--muted); font-size: .76rem; }

.product-detail { display: grid; grid-template-columns: minmax(0, 58fr) minmax(430px, 42fr); align-items: start; border-bottom: 1px solid var(--line); background: var(--white); }
.product-gallery { min-width: 0; padding: 1.25rem; background: var(--white); }
.product-gallery-main { min-height: calc(100vh - 150px); margin: 0; overflow: hidden; background: #f3f1ee; }
.product-gallery-main img { transform: scale(1.28); transition: opacity .2s ease; }
.product-thumbnails { display: grid; grid-template-columns: repeat(3, 92px); gap: .65rem; margin-top: .75rem; }
.product-thumbnails button { width: 92px; aspect-ratio: 1; padding: 0; overflow: hidden; border: 1px solid transparent; background: #f3f1ee; cursor: pointer; opacity: .62; }
.product-thumbnails button:hover, .product-thumbnails button:focus-visible, .product-thumbnails button.is-active { border-color: var(--navy); opacity: 1; }
.product-thumbnails img { transform: scale(1.25); }
.product-buybox { position: sticky; top: 76px; min-height: calc(100vh - 76px); padding: clamp(2.5rem, 4vw, 4.5rem); border-left: 1px solid var(--line); background: var(--paper); }
.breadcrumbs { display: flex; gap: .6rem; margin-bottom: 2.8rem; color: var(--muted); font-size: .7rem; }
.product-sales-mode { display: inline-flex; margin: 0 0 1rem; padding: .38rem .55rem; border: 1px solid var(--navy); color: var(--navy); font-size: .67rem; letter-spacing: .06em; }
.product-buybox h1 { margin: 0 0 1rem; font-size: clamp(3rem, 4.5vw, 5rem); line-height: .92; }
.product-price { display: flex; justify-content: space-between; align-items: baseline; margin-top: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.product-price strong { font-size: 1rem; font-weight: 500; }
.product-price span { color: var(--muted); font-size: .7rem; }
.product-summary { max-width: 460px; margin: 0; color: var(--muted); line-height: 1.8; word-break: keep-all; }
.product-facts { margin: 0 0 2rem; }
.product-facts div { display: grid; grid-template-columns: 92px 1fr; padding: .72rem 0; border-bottom: 1px solid var(--line); }
.product-facts dt { color: var(--muted); font-size: .7rem; }
.product-facts dd { margin: 0; font-size: .78rem; }
.product-options fieldset { margin: 0 0 1.5rem; padding: 0; border: 0; }
.product-options legend, .select-field > span, .text-field > span { display: block; margin-bottom: .75rem; font-size: .76rem; }
.option-chips { display: grid; grid-template-columns: repeat(3, 1fr); gap: .45rem; }
.option-chips input { position: absolute; opacity: 0; }
.option-chips span { display: flex; min-height: 58px; flex-direction: column; justify-content: center; align-items: center; padding: .4rem; border: 1px solid var(--line); font-size: .7rem; cursor: pointer; }
.option-chips small { margin-top: .25rem; color: var(--muted); font-size: .61rem; }
.option-chips input:checked + span, .option-chips input:focus-visible + span { border-color: var(--navy); background: var(--navy); color: var(--paper); }
.option-chips input:checked + span small { color: #c8c4bf; }
.select-field, .text-field { display: block; margin-bottom: 1.5rem; }
.select-field select, .text-field input { width: 100%; min-height: 52px; border: 1px solid var(--line); border-radius: 0; background: var(--white); }
.text-field input { padding: 0 1rem; }
.text-field small, .text-field em { color: var(--muted); font-size: .68rem; font-style: normal; }
.text-field em { display: block; margin-top: .5rem; }
.selected-options { margin: .25rem 0 1.2rem; padding: 1rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.selected-options > span { display: block; margin-bottom: .5rem; color: var(--muted); font-size: .68rem; }
.selected-options p { margin: 0 0 .35rem; font-size: .78rem; }
.selected-options small { color: var(--muted); font-size: .68rem; }
.product-policy-links { display: flex; flex-wrap: wrap; gap: .6rem 1.1rem; margin-bottom: 1.25rem; }
.product-policy-links a { border-bottom: 1px solid currentColor; color: var(--muted); font-size: .68rem; line-height: 1.7; }
.product-total { display: flex; justify-content: space-between; align-items: baseline; padding: 1.2rem 0; border-top: 1px solid var(--ink); }
.product-total span { font-size: .76rem; }
.product-total strong { font-family: "Pretendard", "Momento English",  var(--display); font-size: 1.7rem; font-weight: 400; }
.product-submit, .product-consult { width: 100%; max-width: none; }
.product-submit { border-color: var(--navy); background: var(--navy); color: var(--paper); }
.product-consult { margin-top: .55rem; }
.product-options.is-consultation fieldset, .product-options.is-consultation .select-field, .product-options.is-consultation .text-field, .product-options.is-consultation .selected-options, .product-options.is-consultation .product-policy-links, .product-options.is-consultation .product-total, .product-options.is-consultation .product-consult { display: none; }
.product-secondary-actions { display: flex; gap: 1.25rem; margin-top: 1.25rem; }
.product-secondary-actions button { padding: 0 0 .25rem; border: 0; border-bottom: 1px solid currentColor; background: none; color: var(--muted); font-size: .7rem; cursor: pointer; }
.product-secondary-actions button[aria-pressed="true"] { color: var(--navy); }
.product-information { padding: clamp(5rem, 9vw, 8rem) max(2rem, calc((100vw - 1320px) / 2)); background: var(--paper); }
.product-information > header { max-width: 760px; margin-bottom: 3rem; }
.product-information > header h2 { margin: .65rem 0 0; font-family: "Pretendard", "Momento English",  var(--sans); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 500; line-height: 1.1; letter-spacing: -.04em; }
.product-overview { margin: 0; border-top: 1px solid var(--ink); }
.product-overview div { display: grid; grid-template-columns: minmax(120px, .35fr) 1.65fr; gap: 2rem; padding: 1.45rem 0; border-bottom: 1px solid var(--line); }
.product-overview dt { font-size: .78rem; font-weight: 500; }
.product-overview dd { max-width: 780px; margin: 0; color: var(--muted); line-height: 1.8; word-break: keep-all; }
.product-guides { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 6rem; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.product-guides section { min-height: 230px; padding: 1.5rem 2rem 2rem 0; }
.product-guides section + section { padding-left: 2rem; border-left: 1px solid var(--line); }
.product-guides h3 { margin: 0 0 2.5rem; font-family: "Pretendard", "Momento English",  var(--sans); font-size: .9rem; font-weight: 500; }
.product-guides p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.8; word-break: keep-all; }
.product-guides button, .product-community button { margin-top: 1.5rem; padding: 0 0 .25rem; border: 0; border-bottom: 1px solid currentColor; background: none; font-size: .72rem; cursor: pointer; }
.product-disclosure { margin-top: 4rem; border-top: 1px solid var(--line); }
.product-disclosure details { border-bottom: 1px solid var(--line); }
.product-disclosure summary { padding: 1.3rem 0; font-size: .8rem; cursor: pointer; }
.product-disclosure p { max-width: 760px; margin: 0 0 1.5rem; color: var(--muted); font-size: .78rem; line-height: 1.8; }
.product-community { display: grid; grid-template-columns: 1fr 1fr; margin-top: 6rem; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.product-community > div { min-height: 220px; padding: 1.5rem 2rem 2rem 0; }
.product-community > div + div { padding-left: 2rem; border-left: 1px solid var(--line); }
.product-community h2 { margin: 0 0 2.5rem; font-family: "Pretendard", "Momento English",  var(--sans); font-size: 1rem; font-weight: 500; letter-spacing: 0; }
.product-community p { margin: 0; color: var(--muted); font-size: .78rem; }
.mobile-purchase-bar { display: none; }
.cart-page { min-height: 70vh; padding: clamp(4rem, 7vw, 6rem) 2rem; background: var(--paper); }
.cart-heading { padding-bottom: 3rem; border-bottom: 1px solid var(--line); }
.cart-heading h1 { max-width: 940px; margin: 0 0 1rem; font-family: "Pretendard", "Momento English",  var(--sans); font-size: clamp(2.3rem, 4vw, 3.75rem); font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(330px, .55fr); gap: 5vw; align-items: start; padding-top: 3rem; }
.cart-row { display: grid; grid-template-columns: 190px 1fr auto; gap: 1.5rem; padding: 0 0 1.5rem; border-bottom: 1px solid var(--line); }
.cart-row + .cart-row { padding-top: 1.5rem; }
.cart-row-media { aspect-ratio: 1; overflow: hidden; background: #f1efec; }
.cart-row-media img { transform: scale(1.35); }
.cart-row-info .eyebrow { margin-bottom: .8rem; color: var(--gold); }
.cart-row-info h2 { margin: 0 0 .8rem; font-size: 2rem; }
.cart-row-info > p:not(.eyebrow) { color: var(--muted); font-size: .76rem; }
.cart-row-info button { margin-top: 2rem; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: none; color: var(--muted); font-size: .7rem; cursor: pointer; }
.cart-row-side { display: flex; min-width: 130px; flex-direction: column; align-items: flex-end; justify-content: space-between; }
.cart-row-side strong { font-size: .82rem; font-weight: 500; }
.cart-row-side label { color: var(--muted); font-size: .7rem; }
.cart-row-side select { min-width: 58px; min-height: 38px; margin-left: .5rem; border: 1px solid var(--line); background: var(--white); }
.cart-empty { padding: 5rem 0; }
.cart-empty h2 { max-width: 100%; margin: 0 0 1rem; font-size: 3rem; line-height: 1.12; word-break: keep-all; }
.cart-empty p { margin-bottom: 2rem; color: var(--muted); }
.order-summary { position: sticky; top: 110px; padding: 2rem; background: var(--navy); color: var(--paper); }
.order-summary h2 { margin: 0 0 1.5rem; font-family: "Pretendard", "Momento English",  var(--sans); font-size: 1rem; font-weight: 500; letter-spacing: -.01em; }
.order-summary dl { margin: 2rem 0; }
.order-summary dl div, .summary-total { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid #3b4651; }
.order-summary dt, .order-summary dd, .summary-total span { margin: 0; color: #c2c5c8; font-size: .76rem; }
.summary-total { margin-bottom: 1.5rem; align-items: baseline; border-top: 1px solid var(--paper); }
.summary-total strong { font-family: "Pretendard", "Momento English",  var(--display); font-size: 1.7rem; font-weight: 400; }
.order-summary .frame-button { width: 100%; max-width: none; }
.order-summary > p:last-child { color: #9ea4a9; font-size: .68rem; line-height: 1.65; }
.order-summary button:disabled { cursor: not-allowed; opacity: .4; }

.campaign-dialog { width: min(1100px, calc(100% - 2rem)); max-height: min(720px, calc(100vh - 2rem)); padding: 0; overflow: hidden; border: 0; background: var(--paper); color: var(--ink); }
.campaign-dialog[open] { display: block; animation: campaign-enter .22s ease-out; }
.campaign-dialog::backdrop { background: rgba(20, 18, 16, .68); backdrop-filter: blur(2px); }
.campaign-dialog-track { display: grid; grid-template-columns: repeat(var(--campaign-count, 1), minmax(0, 1fr)); gap: 1px; overflow: hidden; background: var(--line); }
.campaign-card { display: flex; min-width: 0; flex-direction: column; background: var(--paper); }
.campaign-dialog-media { aspect-ratio: 4 / 3; margin: 0; overflow: hidden; }
.campaign-dialog-media img { object-position: 72% center; }
.campaign-dialog-content { display: flex; min-height: 260px; flex: 1; flex-direction: column; align-items: flex-start; padding: 1.8rem; }
.campaign-dialog-close { position: absolute; z-index: 5; top: .75rem; right: .75rem; width: 44px; height: 44px; padding: 0; border: 0; background: color-mix(in srgb, var(--paper) 90%, transparent); font-size: 1.65rem; font-weight: 300; cursor: pointer; }
.campaign-dialog-kicker { margin: 0 0 1rem; font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.campaign-dialog h2 { margin: 0; font-family: "Pretendard", "Momento English",  var(--display); font-size: clamp(2rem, 2.7vw, 2.8rem); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.campaign-dialog-description { display: -webkit-box; max-width: 360px; margin: 1.2rem 0 1.6rem; overflow: hidden; color: var(--muted); line-height: 1.7; word-break: keep-all; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.campaign-card .frame-button { width: 100%; margin-top: auto; }
.campaign-dialog-footer { display: flex; justify-content: center; align-items: center; min-height: 48px; gap: 1.5rem; border-top: 1px solid var(--line); background: var(--paper); }
.campaign-dialog-dismiss, .campaign-dialog-nav { min-width: 44px; min-height: 44px; padding: .4rem; border: 0; background: none; color: var(--muted); font-size: .72rem; cursor: pointer; }
.campaign-dialog-dismiss { border-bottom: 1px solid currentColor; }
.campaign-dialog-nav { display: none; font-size: 1rem; }
.campaign-dialog-nav:disabled { opacity: .2; cursor: default; }
.campaign-dialog--single { width: min(900px, calc(100% - 2rem)); }
.campaign-dialog--single .campaign-card { display: grid; grid-template-columns: 48% 52%; min-height: 560px; }
.campaign-dialog--single .campaign-dialog-media { min-height: 560px; aspect-ratio: auto; }
.campaign-dialog--single .campaign-dialog-content { justify-content: center; padding: clamp(2.5rem, 5vw, 5rem); }
.campaign-dialog--single h2 { font-size: clamp(2.7rem, 4.8vw, 4.7rem); line-height: .96; }
.campaign-dialog--single .campaign-dialog-description { display: block; margin: 2rem 0 2.25rem; overflow: visible; }
.campaign-dialog--double { width: min(860px, calc(100% - 2rem)); }
@keyframes campaign-enter { from { opacity: 0; transform: translateY(8px) scale(.99); } to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .campaign-dialog--triple { width: min(860px, calc(100% - 2rem)); }
  .campaign-dialog--triple .campaign-dialog-track { display: flex; gap: 1px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .campaign-dialog--triple .campaign-dialog-track::-webkit-scrollbar { display: none; }
  .campaign-dialog--triple .campaign-card { flex: 0 0 calc(50% - .5px); scroll-snap-align: start; }
  .campaign-dialog--triple .campaign-dialog-nav { display: inline-grid; place-items: center; }
}

@media (max-width: 960px) {
  .catalog-toolbar { top: 64px; grid-template-columns: 1fr auto; padding: 1rem 0; }
  .filter-group { grid-column: 1 / -1; grid-row: 2; overflow-x: auto; }
  .filter-group span { white-space: nowrap; }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .product-detail { grid-template-columns: 1fr; }
  .product-gallery-main { min-height: 72svh; }
  .product-buybox { position: relative; top: auto; min-height: 0; border-left: 0; }
  .product-guides { grid-template-columns: 1fr; }
  .product-guides section { min-height: 0; padding: 1.5rem 0 2rem; border-bottom: 1px solid var(--line); }
  .product-guides section + section { padding-left: 0; border-left: 0; }
  .product-guides h3 { margin-bottom: 1.25rem; }
  .cart-layout { grid-template-columns: 1fr; }
  .order-summary { position: relative; top: auto; }
}

@media (max-width: 620px) {
  .catalog-hero, .cart-page { padding-left: 1rem; padding-right: 1rem; }
  .catalog-shell { padding-right: 1rem; padding-left: 1rem; }
  .journal-empty { padding-right: 1rem; padding-left: 1rem; }
  .catalog-hero { min-height: 210px; }
  .catalog-hero h1 { font-size: 2.6rem; }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .sort-control { justify-self: start; }
  .filter-group { grid-row: auto; }
  .catalog-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem .65rem; padding-top: 2rem; }
  .catalog-card h3 { font-size: 1.1rem; }
  .catalog-card div { display: block; }
  .catalog-card span { display: block; margin-top: .45rem; }
  .product-gallery { padding: 0; }
  .product-gallery-main { min-height: 58svh; }
  .product-thumbnails { grid-template-columns: repeat(3, 72px); margin: .65rem 1rem 0; }
  .product-thumbnails button { width: 72px; }
  .product-buybox { padding: 3rem 1rem; }
  .breadcrumbs { margin-bottom: 2.5rem; }
  .option-chips { grid-template-columns: 1fr; }
  .product-information { padding: 4.5rem 1rem 7rem; }
  .product-overview div { grid-template-columns: 84px 1fr; gap: 1rem; }
  .product-guides { margin-top: 4rem; }
  .product-community { grid-template-columns: 1fr; margin-top: 4rem; }
  .product-community > div { min-height: 0; padding: 1.5rem 0 2rem; }
  .product-community > div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .mobile-purchase-bar { position: fixed; z-index: 80; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(160px, 1.2fr); min-height: 72px; padding: .65rem 1rem max(.65rem, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: color-mix(in srgb, var(--paper) 96%, transparent); backdrop-filter: blur(14px); }
  .mobile-purchase-bar > div { display: flex; min-width: 0; flex-direction: column; justify-content: center; }
  .mobile-purchase-bar span { color: var(--muted); font-size: .64rem; }
  .mobile-purchase-bar strong { overflow: hidden; margin-top: .25rem; font-size: .84rem; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-purchase-bar button { border: 0; background: var(--navy); color: var(--paper); font-size: .76rem; cursor: pointer; }
  .cart-row { grid-template-columns: 105px 1fr; gap: 1rem; }
  .cart-empty h2 { font-size: 2.15rem; }
  .cart-row-side { grid-column: 2; min-width: 0; flex-direction: row; align-items: center; }
}

.account-dialog { width: min(880px, calc(100% - 2rem)); max-width: none; max-height: min(800px, calc(100dvh - 2rem)); padding: 0; overflow: hidden; border: 0; background: var(--paper); color: var(--ink); }
.account-dialog[open] { display: grid; grid-template-columns: minmax(300px, .88fr) minmax(430px, 1.12fr); animation: account-enter .22s ease-out; }
.account-dialog::backdrop { background: rgba(20, 18, 16, .72); backdrop-filter: blur(3px); }
.account-dialog-close { position: absolute; z-index: 4; top: 1rem; right: 1rem; display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 0; background: transparent; color: var(--ink); font-size: 1.55rem; font-weight: 300; cursor: pointer; }
.account-dialog-close:hover, .account-dialog-close:focus-visible { background: var(--warm-yellow); outline: 0; }
.account-visual { position: relative; min-height: 620px; margin: 0; overflow: hidden; background: #ddd6ce; }
.account-visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24,35,48,.02) 44%, rgba(24,35,48,.68) 100%); content: ""; }
.account-visual img { object-position: 49% center; transform: scale(1.08); }
.account-visual figcaption { position: absolute; z-index: 1; right: 2rem; bottom: 1.8rem; left: 2rem; color: var(--paper); }
.account-visual figcaption span { font-family: "Pretendard", "Momento English", "Arial Black", Arial, sans-serif; font-size: 1.25rem; font-weight: 900; letter-spacing: -.045em; }
.account-panel { display: flex; min-height: 620px; max-height: min(800px, calc(100dvh - 2rem)); flex-direction: column; justify-content: safe center; padding: 2.75rem 3.5rem 2rem; overflow-y: auto; }
.account-wordmark { display: none; color: inherit; font-family: "Pretendard", "Momento English", "Arial Black", Arial, sans-serif; font-size: 1.25rem; font-weight: 900; letter-spacing: -.045em; text-decoration: none; }
.account-panel h2 { margin: 0; font-family: "Pretendard", "Momento English",  var(--display); font-size: clamp(3.1rem, 5vw, 4.35rem); font-weight: 400; line-height: .95; letter-spacing: -.055em; }
.account-panel header > p:last-child { margin: .85rem 0 1.5rem; color: var(--muted); font-size: .82rem; line-height: 1.7; }
.account-form { display: grid; gap: .95rem; }
.account-form > label > span:first-child { display: block; margin-bottom: .5rem; font-size: .68rem; letter-spacing: .06em; }
.account-form input:not([type="checkbox"]) { width: 100%; min-height: 50px; padding: .78rem .9rem; border: 1px solid var(--line); border-radius: 0; background: var(--white); color: var(--ink); font: inherit; font-size: .82rem; outline: 0; }
.account-form input:not([type="checkbox"]):focus { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.account-password-field { position: relative; display: block; }
.account-password-field input { padding-right: 4rem !important; }
.account-password-field button { position: absolute; top: 50%; right: .55rem; min-width: 42px; min-height: 38px; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: .68rem; cursor: pointer; transform: translateY(-50%); }
.account-password-field button:hover, .account-password-field button:focus-visible { color: var(--ink); }
.account-form-options { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.account-check { display: flex; flex-direction: row; align-items: center; gap: .5rem; color: var(--muted); font-size: .68rem; cursor: pointer; }
.account-check input { width: 15px; height: 15px; margin: 0; accent-color: var(--navy); }
.account-signup-consents { display: grid; gap: .65rem; padding: .9rem 0 .15rem; border-top: 1px solid var(--line); }
.account-signup-consents[hidden] { display: none; }
.account-signup-consents .account-check { align-items: flex-start; line-height: 1.45; }
.account-text-button { padding: 0; border: 0; border-bottom: 1px solid transparent; background: transparent; color: var(--muted); font-size: .68rem; cursor: pointer; }
.account-text-button:hover, .account-text-button:focus-visible { border-color: currentColor; color: var(--ink); }
.account-status { min-height: 1.05rem; margin: -.55rem 0 0; color: var(--gold); font-size: .68rem; line-height: 1.45; }
.account-submit { display: flex; justify-content: space-between; align-items: center; width: 100%; min-height: 54px; padding: 0 1.15rem; border: 1px solid var(--navy); border-radius: 0; background: var(--navy); color: var(--paper); font-size: .72rem; letter-spacing: .06em; cursor: pointer; }
.account-submit:hover, .account-submit:focus-visible { border-color: var(--warm-yellow); background: var(--warm-yellow); color: var(--ink); }
.account-submit span:last-child { font-size: 1rem; transition: transform .2s ease; }
.account-submit:hover span:last-child { transform: translateX(4px); }
.account-development { width: 100%; min-height: 42px; padding: 0; border: 0; border-bottom: 1px solid var(--gold); background: transparent; color: var(--gold); font-size: .68rem; cursor: pointer; }
.account-development[hidden] { display: none; }
.account-create { margin: 1.35rem 0 0; color: var(--muted); font-size: .72rem; text-align: center; }
.account-create button { padding: 0 0 .12rem; border: 0; border-bottom: 1px solid var(--ink); background: transparent; color: var(--ink); font: inherit; cursor: pointer; }
.account-privacy { margin: auto 0 0; padding-top: 1.5rem; color: #918b85; font-size: .61rem; line-height: 1.55; text-align: center; }
@keyframes account-enter { from { opacity: 0; transform: translateY(8px) scale(.99); } to { opacity: 1; transform: none; } }

@media (max-width: 720px) {
  .account-dialog { width: calc(100% - 1rem); max-height: calc(100dvh - 1rem); }
  .account-dialog[open] { display: block; }
  .account-visual { display: none; }
  .account-panel { min-height: 0; max-height: calc(100dvh - 1rem); justify-content: flex-start; padding: 2rem 1.5rem 1.5rem; overflow-y: auto; }
  .account-wordmark { display: inline-block; align-self: flex-start; margin-bottom: 1.75rem; }
  .account-dialog-close { top: .75rem; right: .75rem; }
  .account-panel h2 { font-size: 3.25rem; }
  .account-panel header > p:last-child { margin-bottom: 2rem; }
  .account-form-options { gap: .75rem; }
  .account-privacy { margin-top: 1rem; }
}

@media (prefers-reduced-motion: reduce) { .account-dialog[open] { animation: none; } }

.site-dialog { width: min(440px, calc(100% - 2rem)); padding: 2.5rem; border: 0; background: var(--paper); color: var(--ink); }
.site-dialog::backdrop { background: rgba(0,0,0,.65); }
.site-dialog h2 { margin: 0 0 1rem; font-size: 2.7rem; line-height: 1; }
.site-dialog p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.product-dialog { width: min(920px, calc(100% - 2rem)); max-height: calc(100vh - 2rem); padding: 0; overflow: hidden; border: 0; background: var(--paper); color: var(--ink); }
.product-dialog[open] { display: grid; grid-template-columns: 52% 48%; }
.product-dialog::backdrop { background: rgba(20, 18, 16, .68); backdrop-filter: blur(2px); }
.product-dialog-media { min-height: 600px; margin: 0; overflow: hidden; background: #f0efed; }
.product-dialog-media img { object-position: 32% center; }
.product-dialog-content { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2.5rem, 5vw, 4.5rem); }
.product-dialog-content .eyebrow { margin-bottom: 1.5rem; }
.product-dialog-content h2 { margin: 0 0 1.2rem; font-size: clamp(3rem, 5vw, 5rem); line-height: .92; }
.product-dialog-meta { margin: 0; color: var(--muted); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.product-dialog-description { margin: 2rem 0; color: var(--muted); line-height: 1.8; word-break: keep-all; }
.product-dialog-price { display: block; margin-bottom: 1.5rem; font-family: "Pretendard", "Momento English",  var(--display); font-size: 1.45rem; font-weight: 400; }
.product-dialog-notice { margin: 0 0 2rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; line-height: 1.65; }
.product-dialog-close { z-index: 2; }
.dialog-close { position: absolute; top: .8rem; right: 1rem; border: 0; background: none; font-size: 1.8rem; cursor: pointer; }
.reservation-dialog { width: min(720px, calc(100% - 2rem)); max-height: min(760px, calc(100dvh - 2rem)); padding: 0; overflow: hidden; border: 0; background: var(--paper); color: var(--ink); }
.reservation-dialog[open] { display: block; animation: reservation-enter .24s ease-out; }
.reservation-dialog::backdrop { background: rgba(20, 18, 16, .7); backdrop-filter: blur(3px); }
.reservation-close { position: absolute; z-index: 5; top: .8rem; right: .9rem; width: 44px; height: 44px; padding: 0; border: 0; background: color-mix(in srgb, var(--paper) 92%, transparent); color: var(--ink); font-size: 1.7rem; font-weight: 300; cursor: pointer; }
.reservation-panel { max-height: min(760px, calc(100dvh - 2rem)); padding: clamp(2.8rem, 5vw, 4.5rem); overflow-y: auto; }
.reservation-panel header { padding-right: 2rem; }
.reservation-panel h2 { margin: 0 0 .8rem; font-family: "Pretendard", "Momento English",  var(--sans); font-size: clamp(1.9rem, 3vw, 2.5rem); font-weight: 500; line-height: 1.1; letter-spacing: -.035em; }
.reservation-panel header > p:last-child { max-width: 460px; margin: 0 0 2rem; color: var(--muted); line-height: 1.75; word-break: keep-all; }
.reservation-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-bottom: .9rem; }
.reservation-field-row > label { min-width: 0; }
.reservation-panel label > span { display: block; margin-bottom: .55rem; font-size: .8125rem; }
.reservation-panel input:not([type="checkbox"]), .reservation-panel select, .reservation-panel textarea { width: 100%; min-width: 0; max-width: 100%; min-height: 48px; padding: .75rem .9rem; border: 1px solid var(--line); border-radius: 0; background: var(--white); color: var(--ink); font: inherit; font-size: .8125rem; }
.reservation-panel textarea { min-height: 82px; resize: vertical; line-height: 1.55; }
.reservation-request { display: block; margin-top: .1rem; }
.reservation-request small { color: var(--muted); font-size: .65rem; }
.reservation-consent { display: flex; align-items: flex-start; gap: .65rem; margin-top: 1rem; cursor: pointer; }
.reservation-consent input { width: 16px; height: 16px; margin: .1rem 0 0; accent-color: var(--navy); }
.reservation-consent span { margin: 0 !important; color: var(--muted); line-height: 1.5; }
.reservation-submit { width: 100%; max-width: none; margin-top: 1.25rem; border-color: var(--navy); background: var(--navy); color: var(--paper); }
.reservation-submit:hover, .reservation-submit:focus-visible { color: var(--ink); }
@keyframes reservation-enter { from { opacity: 0; transform: translateY(10px) scale(.99); } to { opacity: 1; transform: none; } }
.toast { position: fixed; z-index: 300; right: 1.2rem; bottom: 1.2rem; max-width: calc(100% - 2.4rem); padding: .9rem 1.15rem; visibility: hidden; opacity: 0; background: var(--ink); color: var(--white); font-size: .82rem; pointer-events: none; transform: translateY(calc(100% + 2rem)); transition: transform .3s ease, opacity .2s ease, visibility 0s linear .3s; }
.toast.is-visible { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html, .new-items-grid, .campaign-dialog-track { scroll-behavior: auto; } .reveal, .collection-image img, .product-media img, .toast, .frame-button, .frame-button span:last-child { transition: none; } .campaign-dialog[open] { animation: none; } }

@media (max-width: 960px) {
  html { scroll-behavior: auto; }
  body { overflow-x: clip; }
  .site-header { background: var(--paper); backdrop-filter: none; }
  .site-header.is-scrolled .utility-bar { height: 30px; overflow: visible; opacity: 1; }
  .utility-bar { justify-content: space-between; height: 30px; padding: 0 1rem; }
  .utility-bar p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .utility-links { flex: 0 0 auto; gap: 0; }
  .utility-links > a, .utility-links > button:not(.language-toggle) { display: none; }
  .language-picker { margin-left: .65rem; }
  .language-toggle { min-width: 104px; padding-left: .75rem !important; }
  .main-nav { grid-template-columns: 52px 1fr 52px; min-height: 72px; padding: 0 1.25rem; }
  .desktop-nav { display: none; }
  .menu-toggle, .mobile-bag { display: inline-flex; border: 0; background: none; }
  .menu-toggle { flex-direction: column; justify-content: center; width: 44px; height: 44px; gap: 5px; padding: 8px; }
  .menu-toggle span:not(.sr-only) { width: 20px; height: 1px; background: var(--ink); }
  .wordmark { justify-self: center; }
  .mobile-bag { justify-self: end; justify-content: flex-end; align-items: center; min-width: 52px; min-height: 44px; padding: 0; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
  .mobile-menu { position: absolute; top: 100%; right: 0; left: 0; z-index: 90; min-height: calc(100vh - 102px); min-height: calc(100dvh - 102px); max-height: calc(100dvh - 102px); padding: 1.5rem 1.25rem max(2rem, env(safe-area-inset-bottom)); overflow-y: auto; background: var(--paper); border-top: 1px solid var(--line); }
  .mobile-menu:not([hidden]) { display: flex; flex-direction: column; align-items: flex-start; gap: 0; }
  .mobile-menu a, .mobile-menu button { display: flex; align-items: center; width: 100%; min-height: 52px; padding: .75rem 0; border: 0; border-bottom: 1px solid var(--line); background: none; font-family: "Pretendard", "Momento English",  var(--sans); font-size: 1.25rem; font-weight: 500; line-height: 1.2; letter-spacing: -.025em; cursor: pointer; }
  .mobile-menu > :last-child { border-bottom: 0; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .hero { min-height: calc(100vh - 102px); min-height: calc(100svh - 102px); }
  .hero-copy { width: 100%; min-height: 0; padding: 5rem 1.5rem 2.25rem; }
  h1 { font-size: clamp(3.25rem, 13.5vw, 4.5rem); line-height: .92; }
  .hero-description { max-width: 340px; margin: 1.4rem 0 1.6rem; color: #403c38; font-size: .94rem; }
  .hero-media::after { background: linear-gradient(180deg, rgba(247, 244, 239, .06) 18%, rgba(247, 244, 239, .28) 48%, rgba(247, 244, 239, .96) 82%, var(--paper) 100%); }
  .hero-media img { object-position: 66% center; }
  .band-guide { grid-template-columns: 1fr; }
  .band-guide-media { min-height: 0; aspect-ratio: 4 / 3; }
  .band-guide-panel { padding: 4.5rem 2rem; }
  .collections .section-heading { grid-template-columns: minmax(0, 1fr) auto; }
  .collection-intro { grid-column: 1 / -1; grid-row: 2; max-width: 460px; }
  .collection-layout { grid-template-columns: 1fr; gap: 3rem; padding-right: 0; padding-left: 0; }
  .collection-card--large, .collection-card--small { grid-column: 1; grid-row: auto; margin-top: 0; }
  .collection-image, .collection-card--small .collection-image { height: auto; aspect-ratio: 4 / 3; }
  .collection-info { min-height: 82px; }
  .product-grid, .craft, .showroom { grid-template-columns: 1fr; }
  .product-grid { gap: 3.5rem; }
  .product-media { aspect-ratio: 1 / 1.15; }
  .craft-copy, .showroom-copy { min-height: 600px; padding: 6rem 1.5rem; }
  .showroom-media { min-height: 570px; }
  .journal-grid, .site-footer { grid-template-columns: 1fr; }
  .journal-item, .journal-item + .journal-item { min-height: auto; padding: 2rem 0 4rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .site-footer { padding: 4rem 1.5rem 2rem; }
  .footer-business { display: block; }
  .footer-business p + p { margin-top: .35rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .policy-layout { grid-template-columns: 1fr; gap: 3rem; padding-right: 1.5rem; padding-left: 1.5rem; }
  .policy-toc { position: static; }
  .policy-toc nav { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 1.5rem; }
  .catalog-toolbar, .mobile-purchase-bar { background: var(--paper); backdrop-filter: none; }
  .collection-number, .campaign-dialog::backdrop, .product-dialog::backdrop, .reservation-dialog::backdrop { backdrop-filter: none; }
}

@media (max-width: 560px) {
  .policy-hero { padding: 4rem 1.25rem 3rem; }
  .policy-hero h1 { font-size: clamp(2.8rem, 15vw, 4.2rem); }
  .policy-meta { display: grid; gap: 1rem; }
  .policy-layout { padding: 3rem 1.25rem 5rem; }
  .policy-toc nav { grid-template-columns: 1fr; }
  .policy-draft-notice { margin-bottom: 4rem; padding: 1.25rem; }
  .policy-section { padding-bottom: 4rem; }
  .policy-section + .policy-section { padding-top: 4rem; }
  .policy-contact-card dl div, .policy-agencies li { grid-template-columns: 1fr; gap: .35rem; }
  .reservation-dialog { width: 100%; max-width: none; max-height: 100dvh; height: 100dvh; margin: 0; }
  .reservation-dialog[open] { display: block; }
  .reservation-panel { max-height: 100dvh; padding: 4rem 1rem 2rem; overflow-x: hidden; }
  .reservation-panel header { padding-right: 2.75rem; }
  .reservation-panel h2 { font-size: 2rem; }
  .reservation-panel header > p:last-child { margin-bottom: 2.5rem; overflow-wrap: anywhere; }
  .reservation-field-row { grid-template-columns: 1fr; gap: .9rem; }
  .reservation-consent { margin-top: 1.25rem; }
  .reservation-submit { position: static; margin-top: 1.5rem; }
  .campaign-dialog { max-height: calc(100vh - 1.5rem); overflow-y: auto; }
  .campaign-dialog[open] { display: block; }
  .campaign-dialog-track, .campaign-dialog--single .campaign-dialog-track { display: flex; gap: 1px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .campaign-dialog-track::-webkit-scrollbar { display: none; }
  .campaign-card, .campaign-dialog--single .campaign-card { display: flex; min-height: 0; flex: 0 0 86%; scroll-snap-align: center; }
  .campaign-dialog--single .campaign-card { flex-basis: 100%; }
  .campaign-dialog-media, .campaign-dialog--single .campaign-dialog-media { min-height: 0; aspect-ratio: 4 / 3; }
  .campaign-dialog-content, .campaign-dialog--single .campaign-dialog-content { min-height: 290px; justify-content: flex-start; padding: 2rem 1.5rem; }
  .campaign-dialog-close { top: .6rem; right: .65rem; background: color-mix(in srgb, var(--paper) 88%, transparent); }
  .campaign-dialog h2, .campaign-dialog--single h2 { font-size: 2.55rem; }
  .campaign-dialog-description { margin: 1.5rem 0 1.75rem; }
  .campaign-dialog .frame-button { width: 100%; }
  .campaign-dialog-nav { display: inline-grid; place-items: center; }
  .hero-actions { gap: 1.25rem; }
  .hero-actions .frame-button { width: min(100%, 220px); }
  .new-items { padding-right: 0; padding-left: 1.25rem; overflow: hidden; }
  .new-items-heading { padding-right: 1.25rem; }
  .new-items-grid { gap: .75rem; padding-right: 1.25rem; padding-bottom: 1rem; }
  .new-item { flex: 0 0 82%; scroll-snap-align: start; }
  .carousel-control { top: 43%; }
  .band-guide-media { aspect-ratio: 1 / 1; }
  .band-guide-media img { object-position: center; }
  .band-guide-panel { padding: 3.75rem 1.25rem 4rem; }
  .band-guide-heading { margin-bottom: 2.25rem; }
  .band-guide-heading h2 { font-size: .76rem; }
  .band-guide-options { gap: .35rem; }
  .band-guide-options label span { min-height: 44px; padding: 0 .35rem; font-size: .84rem; }
  .section-shell { padding-left: 1.25rem; padding-right: 1.25rem; }
  .section-heading { align-items: flex-start; }
  .section-heading .frame-button { width: 100%; }
  .section-heading h2 { font-size: 3.6rem; }
  .shop .section-heading { gap: 1.25rem; margin-bottom: 1.75rem; }
  .shop .section-heading h2 { font-size: 1.75rem; line-height: 1.1; letter-spacing: -.025em; }
  .collections { padding-top: 4rem; padding-bottom: 4.5rem; }
  .collections .section-heading { display: flex; margin-bottom: 1.75rem; }
  .collection-intro { order: 2; margin-top: -.5rem; }
  .collections .section-heading .frame-button { order: 3; width: auto; }
  .collection-layout { gap: 2.5rem; }
  .product-line { display: block; }
  .product-line > span { display: block; margin-top: .45rem; }
  .product-dialog { max-height: calc(100vh - 1.5rem); overflow-y: auto; }
  .product-dialog[open] { display: block; }
  .product-dialog-media { min-height: 0; aspect-ratio: 4 / 3; }
  .product-dialog-content { padding: 2.4rem 1.5rem; }
  .product-dialog-content h2 { font-size: 3rem; }
}

/* Native hidden must win over layout declarations in every account flow. */
[hidden] { display: none !important; }
.account-dialog.is-signed-in { width: min(960px, calc(100% - 2rem)); }
.account-dialog.is-signed-in[open] { grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr); }
.account-dialog.is-signed-in .account-panel { min-height: 0; justify-content: flex-start; padding: 3.75rem 2.5rem 2rem; }
.account-dashboard { min-width: 0; width: 100%; }
.account-dashboard header h2 { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1; }
.account-dashboard header > p { overflow-wrap: anywhere; }
.account-dashboard h3 { margin: 1.6rem 0 1rem; font-family: "Pretendard", "Momento English",  var(--display); font-size: 1.3rem; font-weight: 400; }
.account-tabs { display: flex; flex-wrap: wrap; gap: .25rem 1.2rem; border-bottom: 1px solid var(--line); }
.account-tabs button { min-height: 44px; padding: .6rem 0; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); font: inherit; font-size: .8rem; cursor: pointer; }
.account-tabs button[aria-current="page"] { color: var(--navy); border-bottom-color: var(--navy); }
.account-feedback, .account-note { font-size: .78rem; line-height: 1.65; color: var(--muted); }
.account-feedback { min-height: 1.5em; margin: 1rem 0; }
.account-form textarea { width: 100%; padding: .8rem; border: 1px solid var(--line); border-radius: 0; background: var(--white); color: var(--ink); font: inherit; resize: vertical; }
.account-dashboard .account-check > span { margin: 0; line-height: 1.5; }
.account-record { padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: .8rem; overflow-wrap: anywhere; }
.account-record p { margin: .4rem 0; color: var(--muted); line-height: 1.6; white-space: pre-line; }
.account-record a { color: var(--ink); text-underline-offset: 4px; }
.account-record button { margin-top: .65rem; min-height: 38px; }
.account-records > p { font-size: .8rem; line-height: 1.7; color: var(--muted); }
.account-catalog-search { margin-top: 1.7rem; }
.account-security { display: grid; gap: 1.5rem; margin-top: 1.75rem; justify-items: start; }
.account-security details { width: 100%; font-size: .75rem; }
.account-security summary { cursor: pointer; color: var(--muted); }
.account-security details > p { line-height: 1.7; }
.account-dashboard-footer { display: flex; justify-content: space-between; margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.account-dashboard-footer button, .account-security > button { min-height: 44px; }
.account-dashboard button:disabled { opacity: .5; cursor: wait; }
.account-dashboard :focus-visible { outline: 2px solid var(--navy); outline-offset: 3px; }
@media (max-width: 720px) {
  .account-dialog[open], .account-dialog.is-signed-in[open] { grid-template-columns: minmax(0, 1fr); }
  .account-visual { display: none; }
  .account-dialog.is-signed-in .account-panel { padding: 3.7rem 1.35rem 1.5rem; }
  .account-dashboard .account-form input, .account-dashboard .account-form textarea { font-size: 16px; }
}

.account-collection-notice { margin-top: 1rem; color: var(--muted); font-size: .7rem; line-height: 1.7; }
.account-collection-notice summary { cursor: pointer; }
.account-collection-notice p { margin: .8rem 0; }
.account-resend { min-height: 38px; justify-self: start; text-align: left; }

/* Simple membership and Google sign-in */
.account-social { margin-top: 1.5rem; }
.account-google { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 48px; padding: .85rem 1rem; border: 1px solid #243447; background: #f8f5ed; color: #243447; font: inherit; font-size: .88rem; font-weight: 500; letter-spacing: .015em; cursor: pointer; transition: background .2s, color .2s; }
.account-google:hover:not(:disabled) { background: #243447; color: #f8f5ed; }
.account-google:focus-visible { outline: 2px solid #243447; outline-offset: 3px; }
.account-google:disabled { border-color: #b8b9b8; color: #767b7e; cursor: not-allowed; }
.account-google-note { margin: .5rem 0; font-size: .72rem; color: #676c70; text-align: center; }
.account-google-consent { margin-top: .75rem; font-size: .7rem; line-height: 1.6; color: #555e66; align-items: flex-start; }
.account-google-consent input { flex-shrink: 0; margin-top: .25rem; accent-color: #243447; }
.account-divider { display: flex; align-items: center; gap: .8rem; margin: 1.2rem 0; color: #767b7e; font-size: .7rem; }
.account-divider::before, .account-divider::after { content: ''; flex: 1; height: 1px; background: #d9d8d2; }
.account-google-link { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid #d9d8d2; }
.account-google-link .account-google { margin-top: .8rem; }
.account-dialog.is-signed-in { width: min(880px, calc(100% - 2rem)); }
.account-dashboard-footer { justify-content: flex-start; }
.account-social[hidden], .account-google-link[hidden], .account-google-note[hidden] { display: none; }

/* Account notices and destructive action reuse the cream/navy account palette. */
.account-privacy a, a.account-privacy, .account-collection-notice a { text-decoration: underline; text-underline-offset: .2em; }
.account-delete .account-check { align-items: flex-start; }
.account-delete .account-check input { flex: 0 0 15px; margin-top: .2em; }
.account-delete .account-submit { margin-top: .25rem; }

.hero-slogan { margin: 0 0 2rem; font-family: "Pretendard", "Momento English",  var(--sans); font-size: clamp(1.75rem, 3.2vw, 3rem); line-height: 1.3; letter-spacing: -.035em; word-break: keep-all; }

/* Reservation details must remain legible at normal browser zoom. */
.reservation-panel header > p:last-child { color: #514b45; font-size: 1rem; }
.reservation-panel label > span { color: var(--ink); font-size: .9375rem; font-weight: 500; line-height: 1.5; }
.reservation-panel input:not([type="checkbox"]), .reservation-panel select, .reservation-panel textarea { font-size: 1rem; font-weight: 500; line-height: 1.5; border-color: #aaa198; }
.reservation-panel input[type="date"], .reservation-panel input[type="tel"], .reservation-panel select[name="time"], .reservation-panel select[name="party"] { font-family: "Pretendard", "Helvetica Neue", Arial, sans-serif; font-variant-numeric: tabular-nums; }
.reservation-panel input::placeholder, .reservation-panel textarea::placeholder { color: #625b54; opacity: 1; font-weight: 400; }
.reservation-request small { color: #514b45; font-size: .8125rem; }
.reservation-panel .reservation-consent span { color: #514b45; font-size: .9375rem; font-weight: 400; line-height: 1.65; }
.reservation-consent input { flex: 0 0 20px; width: 20px; height: 20px; margin-top: .15rem; }
.reservation-submit { font-size: 1rem; font-weight: 600; letter-spacing: 0; }
.reservation-panel :is(input, select, textarea):focus-visible { outline: 2px solid var(--navy); outline-offset: 2px; }
.reservation-panel :is(input, select, textarea)[aria-invalid="true"] { border-color: var(--error); }
.reservation-panel :is(input, select, textarea):disabled { background: #e9e3dc; color: #625b54; opacity: 1; cursor: not-allowed; }
.reservation-submit:disabled { background: #e9e3dc; border-color: #aaa198; color: #514b45; opacity: 1; cursor: not-allowed; }
