@font-face { font-family: "Noto Sans KR"; src: url("./assets/fonts/noto/noto-sans-kr-korean-100-normal.woff2") format("woff2"); font-style: normal; font-weight: 100; font-display: swap; }
@font-face { font-family: "Noto Sans KR"; src: url("./assets/fonts/noto/noto-sans-kr-korean-300-normal.woff2") format("woff2"); font-style: normal; font-weight: 300; font-display: swap; }
@font-face { font-family: "Noto Sans KR"; src: url("./assets/fonts/noto/noto-sans-kr-korean-400-normal.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Noto Sans KR"; src: url("./assets/fonts/noto/noto-sans-kr-korean-500-normal.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Open Sans"; src: url("./assets/fonts/open-sans/files/open-sans-latin-300-normal.woff2") format("woff2"); font-style: normal; font-weight: 300; font-display: swap; }
@font-face { font-family: "Open Sans"; src: url("./assets/fonts/open-sans/files/open-sans-latin-400-normal.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Open Sans"; src: url("./assets/fonts/open-sans/files/open-sans-latin-600-normal.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }

:root {
  --paper: #fff;
  --header: #fff;
  --soft: #f6f6f6;
  --ink: #222;
  --muted: #666;
  --line: #dedede;
  --accent: #2e4d42;
  --content: 1140px;
  --media-gutter: 40px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Noto Sans KR", "Malgun Gothic", sans-serif; font-size: 15px; font-weight: 300; line-height: 1.75; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { color: inherit; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
button { border: 0; }
a { text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 300; left: 16px; top: 12px; padding: 9px 14px; color: #fff; background: #222; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

.site-header { position: sticky; z-index: 50; top: 0; height: 76px; background: rgba(255,255,255,.97); border-bottom: 1px solid #e9e9e9; box-shadow: 0 1px 0 rgba(34,34,34,.02); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.header-mast { position: relative; height: 76px; max-width: var(--content); margin: 0 auto; }
.wordmark { position: absolute; z-index: 1; left: 0; top: 4px; width: 72px; }
.wordmark img { width: 100%; height: 68px; object-fit: contain; background: var(--header); }
.nav-toggle { position: absolute; left: 0; top: 16px; display: none; place-items: center; width: 44px; height: 44px; padding: 0; background: transparent; cursor: pointer; font-size: 25px; }
.nav-toggle img { width: 23px; height: 23px; }
.header-utils { position: absolute; z-index: 1; right: 0; top: 16px; display: flex; align-items: center; gap: 14px; font-size: 12px; font-weight: 400; }
.header-utils > a { display: flex; align-items: center; min-height: 44px; padding: 4px 2px; }
.header-consultation-link { letter-spacing: .04em; white-space: nowrap; }
.header-shortlist { position: relative; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; background: transparent; cursor: pointer; font-size: 24px; }
.header-shortlist img { width: 25px; height: 25px; }
.header-shortlist span { position: absolute; right: -2px; top: -1px; display: grid; place-items: center; width: 17px; height: 17px; color: #fff; background: #333; border-radius: 50%; font: 600 9px/1 "Open Sans", sans-serif; }

.site-nav { position: absolute; left: 50%; top: 0; height: 76px; display: grid; grid-template-columns: repeat(6, auto); align-items: center; column-gap: 39px; transform: translateX(-50%); font: 400 12px/1 "Open Sans", sans-serif; }
.site-nav > a { position: relative; padding: 32px 0; text-align: center; white-space: nowrap; }
.site-nav > a::after { content: ""; position: absolute; left: 50%; bottom: 20px; width: 0; height: 1px; background: #333; transition: width 240ms ease, left 240ms ease; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { left: 0; width: 100%; }
.site-nav > a[aria-current="page"]::after { left: 0; width: 100%; }
.site-nav--plain { grid-template-columns: repeat(6, auto); }
.header-search { display: none; justify-self: end; width: 174px; grid-template-columns: 1fr auto; align-items: center; border-bottom: 1px solid #cfcfcf; }
.header-search input { width: 100%; padding: 7px 4px; background: transparent; border: 0; outline: 0; font: 400 12px/1 "Open Sans", sans-serif; }
.header-search > img { width: 17px; height: 17px; }

.hero { padding-top: 0; }
.hero-media { display: block; margin: 0 var(--media-gutter); overflow: hidden; aspect-ratio: 1400 / 604; background: #f4f4f4; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 1.2s var(--ease); }
.hero-media:hover img { transform: scale(1.012); }
.hero + .collection { padding-top: 110px; }

.page-hero { position: relative; }
.page-hero > img { width: calc(100% - (var(--media-gutter) * 2)); height: clamp(430px, 53vw, 760px); margin: 0 var(--media-gutter); object-fit: cover; }
.page-hero-copy { position: absolute; left: max(7vw, calc((100vw - var(--content)) / 2)); top: 50%; max-width: 440px; transform: translateY(-50%); }
.page-hero-copy p, .catalog-heading > p, .editorial-heading > p, .reservation-hero > div > p { margin: 0 0 18px; font: 400 11px/1 "Open Sans", sans-serif; letter-spacing: .16em; }
.page-hero-copy h1 { margin: 0 0 18px; font: 100 clamp(46px, 6vw, 84px)/1.05 "Open Sans", sans-serif; letter-spacing: -.035em; }
.page-hero-copy span { display: block; max-width: 380px; color: #666; font-size: 13px; }
.page-hero-copy--light { color: #fff; text-shadow: 0 1px 18px rgba(0,0,0,.28); }
.page-hero-copy--light span { color: rgba(255,255,255,.88); }
.page-hero--about::after { content: ""; position: absolute; inset: 0 var(--media-gutter); background: linear-gradient(90deg, rgba(13,20,18,.55), transparent 58%); pointer-events: none; }
.page-hero--about .page-hero-copy { z-index: 1; }
.collection-hero-link { display: block; width: calc(100% - (var(--media-gutter) * 2)); margin: 0 var(--media-gutter); overflow: hidden; }
.collection-hero-link img { width: 100%; height: auto; aspect-ratio: 1912 / 823; object-fit: cover; transition: transform 700ms var(--ease), opacity 250ms ease; }
.collection-hero-link:hover img, .collection-hero-link:focus-visible img { transform: scale(1.01); opacity: .94; }

.collection-index { max-width: var(--content); margin: 0 auto; padding: 145px 0 170px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 90px 16px; }
.collection-index-item { display: block; min-width: 0; }
.collection-index-item:nth-child(even) { margin-top: 100px; }
.collection-index-item img { width: 100%; aspect-ratio: 1; object-fit: cover; background: #f5f5f5; transition: transform 700ms var(--ease), opacity 300ms ease; }
.collection-index-item:hover img { transform: scale(.985); opacity: .9; }
.collection-index-item > div { position: relative; padding: 25px 54px 0 0; }
.collection-index-item span { position: absolute; right: 0; top: 29px; color: #666; font: 400 11px/1 "Open Sans", sans-serif; }
.collection-index-item h2 { margin: 0; font: 300 clamp(28px, 3vw, 40px)/1.2 "Open Sans", sans-serif; }
.collection-index-item p { max-width: 430px; margin: 13px 0 17px; color: #666; font-size: 13px; }
.collection-index-item strong, .text-link { display: inline-flex; align-items: center; min-height: 44px; padding: 4px 0; border-bottom: 1px solid #666; font: 400 11px/1 "Open Sans", sans-serif; letter-spacing: .08em; text-transform: uppercase; }

.catalog-heading, .editorial-heading { min-height: 400px; display: grid; align-content: center; justify-items: center; padding: 70px 24px; text-align: center; background: #f4f4f4; }
.catalog-heading h1, .editorial-heading h1 { margin: 0; font: 100 clamp(48px, 7vw, 86px)/1 "Open Sans", sans-serif; letter-spacing: -.035em; }
.catalog-heading span, .editorial-heading span { margin-top: 25px; color: #666; font-size: 14px; }
.catalog-page-tabs { max-width: var(--content); margin: 50px auto 0; }
.catalog-page { max-width: var(--content); margin: 0 auto; padding: 50px 0 170px; }
.catalog-count { margin: 0; font: 400 12px/1 "Open Sans", sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.catalog-count strong { font-size: 13px; }
.catalog-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 78px 18px; }
.catalog-product-image { overflow: hidden; aspect-ratio: 1; background: #f4f4f4; }
.catalog-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease); }
.catalog-product-image--contain img, .product-dialog-image img.is-contain { object-fit: contain; }
.catalog-product-button { display: block; width: 100%; padding: 0; text-align: left; background: transparent; cursor: pointer; }
.catalog-product-button:hover img, .catalog-product-button:focus-visible img { transform: scale(1.02); }
.catalog-product.is-selected .catalog-product-image { outline: 2px solid var(--accent); outline-offset: -2px; }
.catalog-product-copy { position: relative; padding: 21px 38px 0 0; }
.catalog-product-copy > span { position: absolute; right: 0; top: 26px; color: #666; font: 400 11px/1 "Open Sans", sans-serif; }
.catalog-product-copy h2 { margin: 0; font-size: 18px; font-weight: 400; }
.catalog-product-copy p { min-height: 3.4em; margin: 10px 0 0; color: #666; font-size: 13px; line-height: 1.7; }

.brand-intro { max-width: var(--content); margin: 0 auto; padding: 150px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 120px; }
.eyebrow { margin: 0 0 22px; color: #666; font: 400 11px/1 "Open Sans", sans-serif; letter-spacing: .14em; }
.brand-intro h2, .brand-feature h2, .event-content h2, .directions h2 { margin: 0; font-size: clamp(30px, 3.2vw, 43px); font-weight: 300; line-height: 1.45; text-wrap: balance; word-break: keep-all; }
.brand-intro > div:last-child { align-self: end; max-width: 470px; color: #666; font-size: 13px; }
.brand-feature { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 670px; background: #f3f3f3; }
.brand-feature > img { align-self: center; justify-self: center; width: min(420px, 65%); max-height: 560px; object-fit: contain; }
.brand-feature > div { align-self: center; max-width: 480px; padding: 70px; }
.brand-feature > div > span { color: #666; font: 400 11px/1 "Open Sans", sans-serif; letter-spacing: .14em; }
.brand-feature p { margin: 22px 0 32px; color: #666; }

.reservation-hero { min-height: 610px; display: grid; grid-template-columns: 1fr 1.1fr; background: #f1f1f1; }
.reservation-hero > div { align-self: center; width: 100%; padding: 70px max(40px, calc((100vw - var(--content)) / 2)); padding-right: 55px; }
.reservation-hero h1 { max-width: 520px; margin: 0; font-size: clamp(37px, 4vw, 58px); font-weight: 300; line-height: 1.35; text-wrap: balance; word-break: keep-all; }
.reservation-hero span { display: block; margin: 22px 0 34px; color: #666; font-size: 13px; }
.reservation-hero > img { width: 100%; height: 100%; margin: 0; object-fit: cover; }
.consultation-request { max-width: var(--content); margin: 0 auto; padding: 120px 0 80px; scroll-margin-top: 96px; }
.consultation-request-head { max-width: 610px; margin-bottom: 58px; }
.consultation-request-head > p { margin: 0 0 18px; font: 400 11px/1 "Open Sans", sans-serif; letter-spacing: .14em; }
.consultation-request-head h2 { margin: 0 0 18px; font-size: clamp(29px, 3vw, 42px); font-weight: 300; line-height: 1.4; text-wrap: balance; word-break: keep-all; }
.consultation-request-head > span { color: #666; font-size: 13px; }
.consultation-form { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 78px; padding-top: 42px; border-top: 1px solid var(--line); }
.consultation-selection, .consultation-fields { min-width: 0; }
.consultation-selection-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.consultation-selection-head h3 { margin: 0; font-size: 15px; font-weight: 400; }
.consultation-selection-head span { color: #666; font: 400 11px/1 "Open Sans", sans-serif; letter-spacing: .08em; }
.reservation-products { display: grid; gap: 10px; }
.reservation-product { display: grid; grid-template-columns: 84px 1fr auto; gap: 18px; align-items: center; min-height: 84px; background: #f4f4f4; }
.reservation-product > img { width: 84px; height: 84px; object-fit: cover; }
.reservation-product > div { display: grid; gap: 4px; }
.reservation-product span { color: #666; font: 400 11px/1 "Open Sans", sans-serif; }
.reservation-product strong { font-size: 15px; font-weight: 400; }
.reservation-product button { min-width: 88px; min-height: 44px; margin-right: 14px; padding: 9px 12px; color: #444; background: transparent; border-bottom: 1px solid #777; cursor: pointer; font-size: 12px; }
.reservation-empty { padding: 32px; background: #f4f4f4; text-align: center; }
.reservation-empty p { margin: 0 0 12px; color: #666; }
.visit-details { max-width: var(--content); margin: 0 auto; padding: 90px 0 110px; display: grid; grid-template-columns: 1.3fr 1fr .85fr; border-top: 1px solid var(--line); }
.visit-details > div { padding: 0 45px; border-left: 1px solid #ddd; }
.visit-details > div:first-child { padding-left: 0; border-left: 0; }
.visit-details span { font: 400 10px/1 "Open Sans", sans-serif; letter-spacing: .13em; }
.visit-details h2 { margin: 20px 0 10px; font-size: 18px; font-weight: 400; line-height: 1.65; }
.visit-details p { margin: 0; color: #666; font-size: 13px; }
.consultation-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 22px; align-content: start; }
.inquiry-field { display: grid; gap: 8px; align-content: start; font-size: 13px; font-weight: 400; }
.inquiry-field--full { grid-column: 1 / -1; }
.inquiry-field input, .inquiry-field textarea { width: 100%; padding: 12px 0; color: #222; background: transparent; border: 0; border-bottom: 1px solid #777; border-radius: 0; outline: 0; font-size: 16px; }
.inquiry-field textarea { min-height: 130px; resize: vertical; line-height: 1.7; }
.inquiry-field input:focus, .inquiry-field textarea:focus { border-color: var(--accent); box-shadow: 0 1px 0 var(--accent); }
.inquiry-submit-row { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.inquiry-status { min-height: 24px; margin: 0; color: var(--accent); font-size: 13px; font-weight: 400; }
.directions { padding: 110px max(24px, calc((100vw - var(--content)) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; background: #f4f4f4; }
.directions h3 { margin: 0 0 8px; font-size: 13px; font-weight: 500; }
.directions h3:not(:first-child) { margin-top: 30px; }
.directions p { margin: 0; color: #666; font-size: 12px; }

.event-content { max-width: 980px; margin: 0 auto; padding: 130px 0 170px; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.event-content > img { width: 100%; background: #f4f4f4; }
.event-content > div > p:not(.eyebrow) { margin: 22px 0 32px; color: #666; font-size: 12px; }
.inline-actions { display: flex; align-items: center; gap: 18px; }
.story-list, .notice-list { max-width: 980px; margin: 0 auto; padding: 68px 0 120px; }
.story-row { display: grid; grid-template-columns: 130px 1fr 1fr; gap: 35px; align-items: baseline; padding: 34px 0; border-bottom: 1px solid #ddd; }
.story-row > span, .notice-row > span { color: #666; font: 400 11px/1 "Open Sans", sans-serif; }
.story-row h2 { margin: 0; font-size: 17px; font-weight: 400; }
.story-row p { margin: 0; color: #666; font-size: 13px; }
.notice-row { display: grid; grid-template-columns: 180px 1fr; gap: 30px; padding: 25px 0; border-bottom: 1px solid #ddd; }
.notice-row strong { font-size: 13px; font-weight: 400; }
.notice-row--head { padding-top: 0; color: #666; }

.outline-link { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 13px; border: 1px solid #666; font-size: 12px; line-height: 1.6; }

.collection, .image-journal { max-width: var(--content); margin: 0 auto; padding: 0 0 160px; }
.section-title { padding-bottom: 48px; text-align: center; }
.section-title h2 { margin: 0; font: 100 clamp(36px, 3vw, 42px)/1.2 "Noto Sans KR", sans-serif; letter-spacing: .04em; }
.section-title p { margin: 14px 0 0; color: #666; font-size: 14px; }
.category-tabs { display: flex; justify-content: center; gap: 42px; margin: 0 0 32px; padding-bottom: 13px; border-bottom: 1px solid var(--line); font: 400 12px/1 "Open Sans", sans-serif; }
.category-tabs > * { position: relative; display: inline-flex; flex: 0 0 auto; align-items: center; min-width: 44px; min-height: 44px; padding: 8px 2px; color: #666; white-space: nowrap; }
.category-tabs .is-active { color: #222; }
.category-tabs .is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -14px; height: 2px; background: #333; }
.catalog-toolbar { display: flex; align-items: end; justify-content: space-between; margin-bottom: 28px; }
.catalog-toolbar p { margin: 0; font: 400 12px/1 "Open Sans", sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.catalog-toolbar strong { font-weight: 600; }
.search-field { display: grid; gap: 4px; color: #666; font-size: 12px; }
.search-field input { width: 235px; min-height: 44px; padding: 9px 0; background: transparent; border: 0; border-bottom: 1px solid #777; border-radius: 0; outline: 0; color: #222; font-size: 14px; }
.search-field input:focus { border-color: var(--accent); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 48px 12px; }
.product-card { min-width: 0; }
.product-card button { width: 100%; padding: 0; text-align: left; background: transparent; cursor: pointer; }
.product-image-wrap { overflow: hidden; aspect-ratio: 1; background: #f3f3f3; }
.product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease), opacity 300ms ease; }
.product-card button:hover img, .product-card button:focus-visible img { transform: scale(1.025); opacity: .92; }
.product-card.is-selected .product-image-wrap { outline: 2px solid var(--accent); outline-offset: -2px; }
.product-meta { display: block; padding-top: 13px; }
.product-meta h3 { margin: 0; font-size: 14px; font-weight: 400; }
.product-meta p { margin: 4px 0 0; color: #666; font: 400 11px/1.6 "Open Sans", sans-serif; letter-spacing: .035em; }
.product-meta p span::before { content: " / "; color: #aaa; }
.empty-state { padding: 80px 20px; text-align: center; color: #666; }

.image-journal { padding-top: 20px; }
.journal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.journal-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(.76); transition: filter 300ms ease; }
.journal-grid img:nth-child(n + 3) { aspect-ratio: 698 / 347; }
.journal-grid img:hover { filter: saturate(1); }

.philosophy { padding: 120px var(--media-gutter) 0; text-align: center; }
.philosophy-copy { padding-bottom: 42px; }
.philosophy h2 { margin: 0; font: 100 clamp(34px, 3vw, 40px)/1.25 "Open Sans", sans-serif; letter-spacing: .08em; }
.philosophy p { margin: 20px 0 3px; font-size: 14px; font-weight: 400; }
.philosophy span { color: #666; font-size: 13px; }
.philosophy-intro { display: block; max-width: 760px; margin: 8px auto 0; line-height: 1.8; text-wrap: balance; word-break: keep-all; }
.philosophy > img { width: 100%; height: min(620px, 42vw); object-fit: cover; object-position: center 48%; filter: saturate(.7); }

.shortlist-tray { position: fixed; z-index: 70; left: 50%; bottom: 20px; width: min(1040px, calc(100% - 32px)); display: grid; grid-template-columns: 130px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 12px; color: #222; background: rgba(255,255,255,.98); border: 1px solid #bbb; box-shadow: 0 15px 45px rgba(30,30,30,.13); transform: translate(-50%, 140%); transition: transform 430ms var(--ease); }
.shortlist-tray.is-visible { transform: translate(-50%, 0); }
.shortlist-label { display: grid; gap: 2px; font: 400 10px/1.3 "Open Sans", sans-serif; letter-spacing: .06em; }
.shortlist-label strong { font-size: 13px; }
.shortlist-items { display: flex; gap: 8px; min-width: 0; overflow-x: auto; }
.shortlist-chip { display: flex; align-items: center; gap: 7px; min-width: 0; max-width: 145px; padding: 5px; background: #f3f3f3; }
.shortlist-chip img { width: 32px; height: 32px; object-fit: cover; }
.shortlist-chip span { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.shortlist-chip button { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; margin: -6px -6px -6px auto; padding: 0; background: transparent; cursor: pointer; font-size: 18px; }
.tray-button, .solid-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 22px; color: #fff; background: #292929; border: 1px solid #292929; border-radius: 0; cursor: pointer; font-size: 12px; text-align: center; transition: color 180ms ease, background 180ms ease, transform 120ms ease; white-space: nowrap; }
.tray-button:hover, .solid-button:hover { color: #222; background: #fff; }
.tray-button:active, .solid-button:active { transform: translateY(1px); }
.wide { width: 100%; }

dialog { padding: 0; border: 0; border-radius: 0; }
dialog::backdrop { background: rgba(15,15,15,.65); }
.product-dialog { width: min(950px, calc(100% - 36px)); max-height: calc(100dvh - 36px); background: #fff; }
.product-dialog[open] { display: grid; grid-template-columns: 1.05fr .95fr; animation: dialog-in 300ms var(--ease); }
.dialog-close { position: absolute; z-index: 4; right: 15px; top: 15px; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; color: #222; background: rgba(255,255,255,.95); cursor: pointer; font-size: 24px; }
.dialog-close img { width: 21px; height: 21px; }
.product-dialog-image { position: relative; min-height: 590px; background: #f1f1f1; }
.product-dialog-image > span { position: absolute; left: 19px; top: 17px; z-index: 2; font: 400 10px/1 "Open Sans", sans-serif; letter-spacing: .08em; }
.product-dialog-image img { width: 100%; height: 100%; object-fit: cover; }
.product-dialog-content { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 56px; }
.product-type { margin: 0 0 10px; color: #666; font: 400 12px/1 "Open Sans", sans-serif; letter-spacing: .08em; }
.product-dialog-content h2 { margin: 0; font-size: 38px; font-weight: 300; line-height: 1.2; }
.dialog-lead { margin: 18px 0 30px; color: #666; }
.consult-checklist { width: 100%; margin-bottom: 28px; }
.consult-checklist > p { margin: 0 0 8px; font-size: 12px; font-weight: 500; }
.consult-checklist ul { margin: 0; padding: 13px 0; list-style: none; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.consult-checklist li { display: flex; justify-content: space-between; padding: 6px 0; color: #666; font-size: 12px; }
.consult-checklist strong { color: #666; font-weight: 400; }
.product-dialog-content small { margin-top: 12px; color: #666; font-size: 12px; }

.consultation-dialog { width: min(1180px, calc(100% - 36px)); max-height: calc(100dvh - 36px); background: #fff; }
.consultation-dialog[open] { display: grid; grid-template-columns: .72fr 1.28fr; animation: dialog-in 300ms var(--ease); }
.consultation-head { padding: 75px 58px; background: #f0f0f0; }
.consultation-head p { margin: 0 0 20px; color: #666; font-size: 11px; }
.consultation-head h2 { max-width: 360px; margin: 0 0 26px; font-size: 35px; font-weight: 300; line-height: 1.35; text-wrap: balance; word-break: keep-all; }
.consultation-head span { color: #666; font-size: 13px; }
.consultation-body { display: flex; flex-direction: column; gap: 28px; padding: 62px; }
.consultation-step { display: block; margin: 0 0 10px; font-size: 12px; font-weight: 500; }
.consultation-products { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.consultation-product { position: relative; min-width: 0; padding: 7px; border: 1px solid #ddd; }
.consultation-product img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.consultation-product strong { display: block; margin-top: 7px; font-size: 11px; font-weight: 400; }
.consultation-product span { display: block; color: #666; font: 400 11px/1.5 "Open Sans", sans-serif; }
.consultation-product button { position: absolute; right: 5px; top: 5px; width: 44px; height: 44px; padding: 0; color: #fff; background: #333; cursor: pointer; font-size: 18px; }
.consultation-empty { grid-column: 1 / -1; padding: 35px 0; color: #666; text-align: center; font-size: 13px; }
.consultation-body textarea { width: 100%; padding: 12px; resize: vertical; border: 1px solid #777; border-radius: 0; color: #222; background: #fff; font-size: 16px; }

.toast { position: fixed; z-index: 100; left: 50%; bottom: max(24px, env(safe-area-inset-bottom)); width: max-content; max-width: calc(100% - 32px); padding: 11px 16px; color: #fff; background: #222; opacity: 0; pointer-events: none; transform: translate(-50%, 15px); transition: opacity 180ms ease, transform 180ms var(--ease), bottom 180ms ease; font-size: 13px; text-align: center; }
body.has-shortlist .toast { bottom: max(104px, calc(env(safe-area-inset-bottom) + 94px)); }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.site-footer { padding: 70px max(24px, calc((100vw - var(--content)) / 2)) 28px; background: var(--paper); border-top: 1px solid #e9e9e9; }
.footer-main { display: grid; grid-template-columns: 120px 1fr 1fr; gap: 80px; align-items: end; padding-bottom: 46px; }
.footer-logo { width: 72px; }
.footer-main nav { display: flex; gap: 22px; font: 400 12px/1 "Open Sans", sans-serif; }
.footer-main nav a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-main address { justify-self: end; color: #666; font-size: 12px; font-style: normal; text-align: right; }
.site-footer > small { display: block; padding-top: 18px; border-top: 1px solid #d5d5d5; color: #666; font: 400 11px/1.4 "Open Sans", sans-serif; letter-spacing: .04em; }
body.has-shortlist .site-footer { padding-bottom: 130px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 700ms ease, transform 700ms var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

@media (max-width: 1200px) {
  :root { --content: calc(100vw - 64px); --media-gutter: 32px; }
  .site-nav { column-gap: 25px; }
}

@media (min-width: 821px) and (max-width: 980px) {
  .site-nav { column-gap: 16px; font-size: 11px; }
  .header-utils { gap: 8px; font-size: 11px; }
  .consultation-head { padding: 54px 36px; }
  .consultation-head h2 { font-size: 29px; }
  .consultation-body { padding: 44px 36px; }
}

@media (max-width: 820px) {
  :root { --content: calc(100vw - 36px); --media-gutter: 18px; }
  .site-header { height: 72px; }
  .header-mast { height: 72px; max-width: none; margin: 0 18px; }
  .wordmark { left: 50%; top: 5px; width: 62px; transform: translateX(-50%); }
  .wordmark img { height: 62px; }
  .nav-toggle { left: 0; top: 14px; display: grid; width: 44px; height: 44px; }
  .header-utils { right: 0; top: 14px; gap: 7px; }
  .header-utils > a { display: none; }
  .site-nav { position: fixed; z-index: 55; left: 0; right: 0; top: 72px; height: auto; max-width: none; display: none; grid-template-columns: 1fr; gap: 0; padding: 18px; background: var(--header); border-top: 1px solid #e5e5e5; box-shadow: 0 12px 24px rgba(0,0,0,.08); transform: none; }
  .site-nav.is-open { display: grid; }
  .site-nav--plain { grid-template-columns: 1fr; }
  .site-nav > a { padding: 13px 0; text-align: left; }
  .site-nav > a::after { display: none; }
  .header-search { display: grid; justify-self: stretch; width: 100%; margin-top: 8px; }
  .header-search input { min-height: 44px; font-size: 16px; }
  .hero-media { aspect-ratio: 4 / 3; }
  .hero-media img { object-position: 55% center; }
  .collection, .image-journal { padding-bottom: 110px; }
  .category-tabs { justify-content: flex-start; overflow-x: auto; gap: 28px; padding-left: 2px; scrollbar-width: none; }
  .catalog-toolbar { align-items: center; }
  .search-field span { display: none; }
  .search-field input { width: 164px; font-size: 16px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 8px; }
  .journal-grid { grid-template-columns: repeat(2, 1fr); gap: 7px; }
  .journal-grid img:nth-child(n + 3) { grid-column: 1 / -1; }
  .philosophy { padding: 75px var(--media-gutter) 0; }
  .philosophy > img { height: 72vw; }
  .shortlist-tray { bottom: 10px; grid-template-columns: 1fr auto; }
  .shortlist-label { display: none; }
  .shortlist-items { overflow-x: auto; }
  .shortlist-items, .consultation-products, .category-tabs { scrollbar-width: none; }
  .shortlist-items::-webkit-scrollbar, .consultation-products::-webkit-scrollbar, .category-tabs::-webkit-scrollbar { display: none; }
  .shortlist-chip { flex: 0 0 130px; }
  .product-dialog[open] { display: block; overflow-y: auto; }
  .product-dialog-image { min-height: auto; aspect-ratio: 1; }
  .product-dialog-content { padding: 38px 24px 48px; }
  .consultation-dialog[open] { display: block; overflow-y: auto; }
  .consultation-head { padding: 58px 28px 44px; }
  .consultation-body { padding: 40px 24px; }
  .consultation-products { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .consultation-product { flex: 0 0 170px; scroll-snap-align: start; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; align-items: start; }
  .footer-main nav { flex-wrap: wrap; }
  .footer-main address { justify-self: start; text-align: left; }
  .hero + .collection { padding-top: 72px; }
  .page-hero > img { width: calc(100% - (var(--media-gutter) * 2)); height: 72vw; min-height: 430px; }
  .page-hero-copy { left: 42px; right: 42px; }
  .page-hero-copy h1 { font-size: 50px; }
  .page-hero--about::after { inset: 0 var(--media-gutter); }
  .collection-index { padding: 90px 0 110px; gap: 65px 9px; }
  .collection-index-item:nth-child(even) { margin-top: 55px; }
  .collection-index-item > div { padding-right: 28px; }
  .catalog-heading, .editorial-heading { min-height: 320px; }
  .catalog-page-tabs { margin-left: 18px; margin-right: 18px; }
  .catalog-page { padding: 40px 0 110px; }
  .catalog-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 55px 9px; }
  .catalog-product-copy p { min-height: 0; }
  .brand-intro { padding: 95px 0; grid-template-columns: 1fr; gap: 38px; }
  .brand-feature { grid-template-columns: 1fr; min-height: 0; padding-top: 65px; }
  .brand-feature > div { padding: 55px 30px 75px; }
  .reservation-hero { min-height: 0; grid-template-columns: 1fr; }
  .reservation-hero > div { padding: 70px 24px; }
  .reservation-hero > img { height: 62vw; min-height: 330px; }
  .consultation-request { padding: 80px 0 70px; scroll-margin-top: 88px; }
  .consultation-request-head { margin-bottom: 42px; }
  .consultation-form { grid-template-columns: 1fr; gap: 48px; padding-top: 34px; }
  .visit-details { padding: 72px 0 85px; grid-template-columns: 1fr; }
  .visit-details > div { padding: 28px 0; border-left: 0; border-top: 1px solid #ddd; }
  .visit-details > div:first-child { padding-top: 0; border-top: 0; }
  .directions { padding: 75px 24px; grid-template-columns: 1fr; gap: 40px; }
  .event-content { width: calc(100% - 36px); padding: 85px 0 110px; grid-template-columns: 1fr; gap: 50px; }
  .story-list, .notice-list { width: calc(100% - 36px); padding: 52px 0 86px; }
  .story-row { grid-template-columns: 95px 1fr; gap: 15px; }
  .story-row p { grid-column: 2; }
  .notice-row { grid-template-columns: 105px 1fr; gap: 15px; }
}

@media (max-width: 420px) {
  .hero-media { aspect-ratio: 4 / 3; }
  .hero-media img { object-position: 57% center; }
  .section-title h2 { font-size: 32px; }
  .product-meta h3 { font-size: 12px; }
  .product-meta p { font-size: 10px; }
  .shortlist-tray { width: calc(100% - 20px); padding: 9px; }
  .tray-button { padding: 10px 14px; }
  .page-hero-copy { left: 34px; right: 34px; }
  .page-hero-copy h1 { font-size: 42px; }
  .collection-hero-link img { height: auto; min-height: 0; }
  .collection-index { grid-template-columns: 1fr; gap: 62px; }
  .collection-index-item:nth-child(even) { margin-top: 0; }
  .catalog-detail-grid { grid-template-columns: 1fr; }
  .catalog-product-copy h2 { font-size: 17px; }
  .reservation-product { grid-template-columns: 72px 1fr; gap: 13px; }
  .reservation-product > img { width: 72px; height: 72px; }
  .reservation-product button { grid-column: 2; justify-self: start; margin: -3px 0 10px; }
  .consultation-fields { grid-template-columns: 1fr; }
  .inquiry-field--full, .inquiry-submit-row { grid-column: 1; }
  .inquiry-submit-row { align-items: stretch; flex-direction: column; }
  .inquiry-submit-row .solid-button { width: 100%; }
  .story-row { grid-template-columns: 1fr; gap: 8px; }
  .story-row p { grid-column: 1; }
}

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