/* [project]/app/[locale]/pretendard_dc3dea19.module.css [app-client] (css) */
@font-face {
  font-family: pretendard;
  src: url("../media/Pretendard_Regular-s.p.2hmto21_1mc3m.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: pretendard;
  src: url("../media/Pretendard_Medium-s.p.1x714p3sfd0tf.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: pretendard;
  src: url("../media/Pretendard_SemiBold-s.p.09k6astcctdm8.woff2") format("woff2");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: pretendard Fallback;
  src: local(Arial);
  ascent-override: 93.76%;
  descent-override: 23.75%;
  line-gap-override: 0.0%;
  size-adjust: 101.55%;
}

.pretendard_dc3dea19-module__gzBuJa__className {
  font-family: pretendard, pretendard Fallback;
}

.pretendard_dc3dea19-module__gzBuJa__variable {
  --font-pretendard: "pretendard", "pretendard Fallback";
}

/* [project]/app/globals.css [app-client] (css) */
:root {
  --paper: #f1efe8;
  --paper-soft: #e7e3d9;
  --ink: #171713;
  --muted: #6d6a61;
  --line: #1717132e;
  --accent: #8a3d2f;
  --acid: #d9ff43;
  --dark: #151610;
  --content: min(100% - 40px, 1440px);
  --reading: 720px;
  --header-height: 110px;
  --sans: var(--font-pretendard), "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  --review-sans: var(--font-pretendard), "Hiragino Sans", "Yu Gothic",
    Meiryo, "Helvetica Neue", Arial, sans-serif;
  --english-mono: "Cascadia Mono", Consolas, monospace;
  --mono: "SFMono-Regular", "Cascadia Mono", "Roboto Mono", Consolas,
    "Liberation Mono", Menlo, monospace;
  --space-1: .5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2.5rem;
  --space-5: 4rem;
  --space-6: clamp(5rem, 10vw, 10rem);
}

html[lang="en"] {
  --sans: var(--english-mono);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
  scroll-behavior: smooth;
}

body {
  background: radial-gradient(circle at 80% 10%, #ffffffb3, transparent 28rem),
    var(--paper);
  min-width: 280px;
  color: var(--ink);
  font-family: var(--sans);
  text-rendering: optimizelegibility;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

button, summary, a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.skip-link {
  z-index: 100;
  background: var(--ink);
  color: var(--paper);
  padding: .75rem 1rem;
  position: fixed;
  top: 1rem;
  left: 1rem;
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  z-index: 50;
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #f1efe8eb;
  position: sticky;
  top: 0;
}

.site-header__inner {
  width: var(--content);
  min-height: var(--header-height);
  align-items: center;
  column-gap: var(--space-3);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto 1fr;
  row-gap: .45rem;
  margin: 0 auto;
  padding: .65rem 0 .55rem;
  display: grid;
}

.wordmark {
  grid-area: 1 / 2;
  justify-self: center;
  align-items: center;
  width: fit-content;
  display: flex;
}

.wordmark img {
  width: clamp(240px, 19.8vw, 288px);
  height: auto;
  display: block;
}

.primary-navigation {
  font-family: var(--mono);
  letter-spacing: .18em;
  grid-area: 2 / 1 / auto / -1;
  justify-content: center;
  justify-self: center;
  align-items: center;
  gap: clamp(1.1rem, 2.2vw, 2.5rem);
  font-size: .68rem;
  font-weight: 500;
  display: flex;
}

.primary-navigation a, .language-switcher a, .site-footer__actions > a {
  position: relative;
}

.primary-navigation a:after, .language-switcher a:after, .site-footer__actions > a:after {
  content: "";
  transform-origin: 100%;
  background: currentColor;
  height: 1px;
  transition: transform .18s;
  position: absolute;
  bottom: -.3rem;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.primary-navigation a:hover:after, .language-switcher a:hover:after, .site-footer__actions > a:hover:after {
  transform-origin: 0;
  transform: scaleX(1);
}

.site-header__utilities {
  grid-area: 1 / 3;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(1.1rem, 2vw, 2.2rem);
  display: flex;
}

.language-switcher {
  font-family: var(--mono);
  letter-spacing: .12em;
  align-items: center;
  gap: .4rem;
  font-size: .7rem;
  display: flex;
}

.language-switcher a:not([aria-current="page"]) {
  color: var(--muted);
}

main {
  overflow: clip;
}

.home-hero {
  min-height: calc(100svh - var(--header-height));
  color: #fff;
  background: #342f28;
  position: relative;
  overflow: hidden;
}

.home-hero__image {
  object-fit: cover;
  object-position: center 46%;
}

.home-hero__shade {
  z-index: 1;
  background: linear-gradient(90deg, #0a0a08ad 0%, #0a0a0833 52%, #0000 76%), linear-gradient(0deg, #0a0a0873, #0000 48%);
  position: absolute;
  inset: 0;
}

.home-hero__content {
  z-index: 2;
  width: var(--content);
  min-height: calc(100svh - var(--header-height));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 7rem) 0;
  display: flex;
  position: relative;
}

.home-hero__recognition {
  color: #1c150f;
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: linear-gradient(#f6ecdd 0%, #f2d6ad 48%, #eeb45a 100%);
  border: 1px solid #3424141a;
  gap: .5rem;
  width: clamp(160px, 14vw, 204px);
  padding: .85rem .95rem .75rem;
  display: grid;
  position: absolute;
  top: clamp(1.5rem, 3.5vw, 3.5rem);
  right: 0;
  overflow: hidden;
  box-shadow: 0 5px 14px #1f160c1c, 0 20px 44px #1f160c17;
}

.home-hero__recognition:after {
  z-index: 0;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #ffffff85 0 .65px, #0000 .75px) 0 0 / 3px 3px, repeating-linear-gradient(165deg, #0000 0 3px, #5b3b190e 3px 4px);
  position: absolute;
  inset: -25%;
  transform: rotate(-11deg);
}

.home-hero__recognition img, .home-hero__recognition span {
  z-index: 1;
  position: relative;
}

.home-hero__recognition img {
  height: auto;
}

.home-hero__recognition-seoul {
  filter: brightness(0);
  width: 50%;
  margin: 0 auto .4rem;
}

.home-hero__recognition-program {
  filter: none;
  width: 100%;
}

.home-hero__recognition-statement {
  font-family: var(--english-mono);
  letter-spacing: .18em;
  white-space: pre-line;
  margin-top: .5rem;
  font-size: clamp(.54rem, .7vw, .68rem);
  font-weight: 600;
  line-height: 1.28;
  display: block;
}

.home-hero h1 {
  max-width: 16ch;
  margin-bottom: var(--space-3);
  font-family: var(--sans);
  letter-spacing: -.06em;
  text-wrap: balance;
  font-size: clamp(2.35rem, 4.1vw, 4.6rem);
  font-weight: 500;
  line-height: .98;
}

.home-hero__description {
  max-width: 36rem;
  margin-bottom: 0;
  font-size: clamp(.95rem, 1.25vw, 1.15rem);
  line-height: 1.55;
}

.home-hero__actions {
  margin-top: var(--space-3);
  flex-wrap: wrap;
  gap: .75rem;
  display: flex;
}

.home-hero .eyebrow {
  text-shadow: 0 1px 18px #00000059;
}

.home-hero .action-link--solid {
  color: #fff;
  background: none;
  border-color: #fff;
}

.home-hero .action-link--quiet {
  color: #fff;
  background: none;
  border-color: #ffffffbf;
}

.home-reviews {
  width: var(--content);
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(210px, .5fr) minmax(0, 1.5fr);
  gap: clamp(2.5rem, 5vw, 6rem);
  margin: 0 auto;
  padding: clamp(2.75rem, 5vw, 4.5rem) 0;
  display: grid;
}

.home-reviews__heading .eyebrow {
  margin-bottom: 0;
}

.home-reviews__heading > p:last-child {
  max-width: none;
  margin: var(--space-2) 0 0;
  color: var(--muted);
  font-size: .82rem;
}

.home-reviews__list {
  font-family: var(--review-sans);
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.home-reviews__list li {
  justify-content: space-between;
  gap: var(--space-3);
  border-bottom: 1px solid var(--line);
  flex-direction: column;
  min-height: 14rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  display: flex;
}

.home-reviews__list li:nth-child(odd) {
  padding-left: 0;
}

.home-reviews__list li:nth-child(2n) {
  border-left: 1px solid var(--line);
}

.home-reviews__list blockquote {
  margin: 0;
}

.home-reviews__original {
  max-width: none;
  color: var(--ink);
  text-wrap: pretty;
  margin: 0;
  font-family: inherit;
  font-size: clamp(.88rem, 1.08vw, 1.08rem);
  line-height: 1.45;
}

.home-reviews__translation {
  max-width: 38rem;
  color: var(--muted);
  text-wrap: pretty;
  margin: .85rem 0 0;
  font-size: .74rem;
  line-height: 1.65;
}

html[lang="ko"] .home-reviews__translation {
  word-break: keep-all;
}

.home-reviews__source {
  width: fit-content;
  color: var(--muted);
  letter-spacing: .08em;
  font-size: .62rem;
  line-height: 1.5;
  text-decoration: none;
}

.home-reviews__source strong {
  color: var(--ink);
  font-weight: 700;
}

.home-reviews__source:hover {
  color: var(--ink);
}

.home-reviews__actions {
  flex-wrap: wrap;
  grid-column: 2;
  gap: .75rem;
  display: flex;
}

.page-hero, .content-section {
  width: var(--content);
  margin: 0 auto;
}

.page-hero {
  min-height: 72vh;
  padding: var(--space-6) 0 var(--space-5);
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  align-items: end;
  gap: clamp(3rem, 9vw, 10rem);
  display: grid;
}

.page-hero--home {
  min-height: calc(100svh - var(--header-height));
}

html[lang="ko"] .home-hero h1 {
  letter-spacing: -.045em;
  word-break: keep-all;
  max-width: 20ch;
  font-size: clamp(2.15rem, 3.2vw, 3.8rem);
  line-height: 1.14;
}

html[lang="ko"] .home-hero__description, html[lang="ko"] .page-hero__description, html[lang="ko"] .content-section p {
  word-break: keep-all;
  overflow-wrap: normal;
}

.page-hero__copy {
  max-width: 920px;
}

html[lang="en"] .page-hero h1 {
  font-size: clamp(3rem, 6vw, 6.4rem);
  line-height: .98;
}

html[lang="ko"] .page-hero h1 {
  letter-spacing: -.04em;
  word-break: keep-all;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  line-height: 1.12;
}

.eyebrow {
  margin: 0 0 var(--space-3);
  font-size: .68rem;
  font-family: var(--mono);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4;
}

h1, h2, h3, p {
  margin-top: 0;
}

h1, h2 {
  font-family: var(--sans);
  letter-spacing: -.055em;
  font-weight: 500;
  line-height: .96;
}

h1 {
  margin-bottom: var(--space-4);
  text-wrap: balance;
  font-size: clamp(3.6rem, 8vw, 9.4rem);
}

h2 {
  text-wrap: balance;
  margin-bottom: 0;
  font-size: clamp(2.5rem, 5.2vw, 6rem);
}

h3 {
  font-family: var(--sans);
  font-size: clamp(1.5rem, 2.2vw, 2.4rem);
  font-weight: 500;
  line-height: 1.05;
}

.page-hero__description {
  max-width: 650px;
  color: var(--muted);
  margin-bottom: 0;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
}

.page-hero__actions {
  margin-top: var(--space-4);
  flex-wrap: wrap;
  gap: .75rem;
  display: flex;
}

.page-hero__aside {
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.action-link {
  border: 1px solid var(--ink);
  min-height: 52px;
  font-family: var(--sans);
  letter-spacing: .08em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  padding: .9rem 1.15rem;
  font-size: .75rem;
  font-weight: 600;
  transition: background .16s, color .16s;
  display: inline-flex;
}

.action-link--solid {
  background: var(--ink);
  color: var(--paper);
}

.action-link--solid:hover {
  background: var(--accent);
  border-color: var(--accent);
}

.action-link--quiet {
  color: var(--ink);
  background: none;
}

.action-link--quiet:hover {
  background: var(--ink);
  color: var(--paper);
}

.home-hero .action-link--solid:hover, .home-hero .action-link--quiet:hover {
  color: var(--ink);
  background: #fff;
  border-color: #fff;
}

.content-section {
  padding: var(--space-6) 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(0, .9fr) minmax(300px, 1.1fr);
  gap: clamp(3rem, 10vw, 12rem);
  display: grid;
}

.content-section[id] {
  scroll-margin-top: calc(var(--header-height) + 1rem);
}

.content-section--process {
  gap: var(--space-4);
  grid-template-columns: 1fr;
}

.content-section--process .content-section__heading h2 {
  max-width: 18ch;
}

.content-section--process .content-section__body {
  width: 100%;
  max-width: none;
}

.content-section__body {
  max-width: var(--reading);
  color: var(--muted);
  align-self: end;
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
}

.content-section__body > p:last-child {
  margin-bottom: 0;
}

.visit-note {
  margin: var(--space-4) 0 0;
  padding-top: var(--space-3);
  border-top: 1px solid var(--line);
}

.content-section--stone {
  position: relative;
}

.content-section--stone:before {
  z-index: -1;
  background: var(--paper-soft);
  content: "";
  position: absolute;
  inset: 0 calc(-50vw + 50%);
}

.feature-grid {
  margin: var(--space-4) 0 0;
  background: var(--line);
  border: 1px solid var(--line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  list-style: none;
  display: grid;
}

.feature-grid li {
  min-height: 300px;
  padding: var(--space-3);
  background: var(--paper);
  flex-direction: column;
  display: flex;
}

.feature-grid__index {
  letter-spacing: .15em;
  margin-bottom: auto;
  font-size: .65rem;
}

.feature-grid li p {
  color: var(--muted);
  margin-bottom: 0;
}

.experience-guide {
  margin: var(--space-4) 0 0;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: .75rem;
  padding: 0;
  list-style: none;
  display: grid;
}

.experience-guide li {
  scroll-snap-align: start;
}

.experience-guide__image {
  aspect-ratio: 1;
  margin: 0 0 var(--space-2);
  background: var(--paper-soft);
  position: relative;
  overflow: hidden;
}

.experience-guide__image img {
  object-fit: cover;
}

.experience-guide__index {
  color: var(--muted);
  font-family: var(--mono);
  letter-spacing: .12em;
  font-size: .6rem;
}

.experience-guide h3 {
  margin: .65rem 0 .6rem;
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  line-height: 1.25;
}

.experience-guide p {
  color: var(--muted);
  margin: 0;
  font-size: .82rem;
  line-height: 1.6;
}

.visit-details {
  margin: var(--space-4) 0 0;
  border-top: 1px solid var(--line);
  padding: 0;
  list-style: none;
}

.visit-details li {
  gap: var(--space-2);
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(105px, .35fr) minmax(0, 1fr);
  padding: 1rem 0;
  display: grid;
}

.visit-details h3 {
  letter-spacing: .02em;
  margin: 0;
  font-size: .82rem;
  line-height: 1.5;
}

.visit-details p {
  color: var(--muted);
  margin: 0;
  font-size: .88rem;
}

.faq-list {
  margin-top: var(--space-4);
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  gap: var(--space-1);
  color: var(--ink);
  cursor: pointer;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  padding: 1.15rem 0;
  font-size: .98rem;
  line-height: 1.45;
  list-style: none;
  display: grid;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--muted);
  font-family: var(--mono);
  letter-spacing: .12em;
  font-size: .6rem;
}

.faq-list details p {
  color: var(--muted);
  margin: 0;
  padding: 0 0 1.25rem 2.75rem;
  font-size: .9rem;
}

.editorial-image {
  background: var(--paper-soft);
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.editorial-image--portrait {
  aspect-ratio: 3 / 4;
}

.editorial-image--experience-crop {
  aspect-ratio: 10 / 11;
}

.editorial-image--experience-crop img {
  object-position: center bottom;
}

.editorial-image--landscape {
  aspect-ratio: 4 / 3;
}

.editorial-image--square {
  aspect-ratio: 1;
}

.editorial-image img {
  object-fit: cover;
}

.editorial-image figcaption {
  color: #fff;
  font-family: var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
  text-shadow: 0 1px 10px #00000073;
  font-size: .62rem;
  position: absolute;
  bottom: .65rem;
  left: .75rem;
  right: .75rem;
}

.program-grid {
  border-top: 1px solid var(--line);
  margin: 0;
  padding: 0;
  list-style: none;
}

.program-grid > li {
  padding: var(--space-3) 0;
  gap: var(--space-2);
  border-bottom: 1px solid var(--line);
  grid-template-columns: 2.25rem minmax(0, 1fr);
  display: grid;
}

.program-grid__media {
  aspect-ratio: 1;
  background: var(--stone);
  grid-column: 2;
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.program-grid__media img {
  object-fit: cover;
}

.program-grid__index, .program-grid__facts dt {
  color: var(--muted);
  font-family: var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .62rem;
}

.program-grid__copy {
  grid-column: 2;
}

.program-grid__copy h3 {
  margin-bottom: .75rem;
}

.program-grid__copy p {
  color: var(--muted);
  margin-bottom: 0;
  font-size: .95rem;
}

.program-grid__facts {
  gap: 1rem var(--space-3);
  grid-column: 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  display: grid;
}

.program-grid__facts div {
  border-top: 1px solid var(--line);
  padding-top: .8rem;
}

.program-grid__facts dd {
  color: var(--ink);
  margin: .2rem 0 0;
  font-size: .82rem;
  line-height: 1.45;
}

.photo-strip {
  margin-top: var(--space-4);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
  display: grid;
}

.inline-actions {
  margin-top: var(--space-3);
  flex-wrap: wrap;
  gap: .75rem;
  display: flex;
}

.media-frame {
  width: 100%;
  min-height: 360px;
  padding: var(--space-3);
  color: #fff;
  background: linear-gradient(142deg, #d9ff43cc, #0000 36%), linear-gradient(310deg, #8a3d2feb, #0000 48%), #272a1f;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.media-frame:after {
  content: "";
  background: repeating-radial-gradient(circle, #0000 0 3px, #ffffff0d 4px 5px);
  position: absolute;
  inset: -25%;
  transform: rotate(-11deg);
}

.media-frame--portrait {
  aspect-ratio: 3 / 4;
}

.media-frame--landscape {
  aspect-ratio: 4 / 3;
}

.media-frame--cinema {
  aspect-ratio: 16 / 9;
}

.media-frame span, .media-frame p {
  z-index: 1;
  position: relative;
}

.online-status {
  width: 100%;
  position: relative;
}

.online-page--immersive {
  width: 100%;
}

.online-page--immersive .page-hero {
  width: min(100% - 40px, 900px);
  min-height: auto;
  padding: clamp(3.5rem, 8vw, 7rem) 0 var(--space-5);
  gap: var(--space-4);
  text-align: center;
  grid-template-columns: minmax(0, 1fr);
}

.online-page--immersive .page-hero__copy, .online-page--immersive .page-hero__description {
  margin-left: auto;
  margin-right: auto;
}

.online-page--immersive .page-hero__copy {
  width: 100%;
  min-width: 0;
}

.online-page--immersive .page-hero__aside {
  width: min(100%, 620px);
  margin: 0 auto;
}

.online-page--immersive .online-status .media-frame {
  aspect-ratio: 4 / 3;
}

.content-section--online {
  width: min(100% - 40px, 1080px);
  padding-top: var(--space-5);
  gap: var(--space-4);
  text-align: center;
  grid-template-columns: 1fr;
}

.content-section--online .content-section__heading h2 {
  max-width: 15ch;
  margin-left: auto;
  margin-right: auto;
}

.content-section--online .content-section__body {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.online-status > span {
  z-index: 2;
  background: var(--acid);
  color: var(--ink);
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .5rem .7rem;
  font-size: .65rem;
  font-weight: 700;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.online-customizer-preview {
  margin-top: var(--space-5);
  padding-top: var(--space-4);
  gap: var(--space-3);
  border-top: 1px solid var(--line);
  display: grid;
}

.online-customizer-preview--centered {
  text-align: center;
  justify-items: center;
}

.online-customizer-preview--centered .online-customizer-preview__copy {
  max-width: 680px;
}

.online-customizer-preview--centered .online-customizer-preview__copy h3, .online-customizer-preview--centered .online-customizer-preview__copy > p:last-child {
  margin-left: auto;
  margin-right: auto;
}

.online-customizer-preview__copy h3 {
  max-width: 18ch;
  color: var(--ink);
  margin: .55rem 0 0;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  font-weight: 500;
  line-height: 1.08;
}

.online-customizer-preview__copy > p:last-child {
  max-width: 38rem;
  margin: var(--space-2) 0 0;
  font-size: .88rem;
  line-height: 1.7;
}

.online-customizer-preview__frame {
  background: #e9dfd2;
  border: 1px solid #17171324;
  border-radius: 24px;
  width: min(100%, 580px);
  padding: 6px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 55px #2f1f1424;
}

.online-customizer-preview__frame > span {
  z-index: 2;
  color: var(--ink);
  font-family: var(--mono);
  letter-spacing: .1em;
  background: #f1efe8e0;
  border: 1px solid #17171324;
  border-radius: 999px;
  padding: .45rem .6rem;
  font-size: .55rem;
  font-weight: 700;
  position: absolute;
  top: 22px;
  right: 22px;
}

.online-customizer-preview__frame iframe {
  background: #efe4d6;
  border: 0;
  border-radius: 16px;
  width: 100%;
  height: 920px;
  display: block;
}

.contact-paths {
  width: var(--content);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  display: grid;
}

.contact-paths article {
  min-height: 420px;
  padding: var(--space-4) var(--space-3);
  border-right: 1px solid var(--line);
  scroll-margin-top: calc(var(--header-height) + 1rem);
}

.contact-paths article:last-child {
  border-right: 0;
}

.contact-paths article p:last-child {
  max-width: 28rem;
  color: var(--muted);
}

.media-frame span {
  font-family: var(--sans);
  font-size: clamp(4rem, 11vw, 10rem);
  font-weight: 500;
  line-height: .8;
}

.media-frame p {
  letter-spacing: .1em;
  text-transform: uppercase;
  max-width: 24rem;
  margin-bottom: 0;
  font-size: .72rem;
}

.about-editorial {
  background: var(--paper);
  width: 100%;
  overflow: hidden;
}

.visually-hidden {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.about-hero {
  color: #f6f2e9;
  background: #191813;
  align-items: flex-end;
  min-height: clamp(430px, 64svh, 680px);
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero__image {
  object-fit: cover;
  object-position: center 52%;
}

.about-hero__shade {
  z-index: 1;
  background: linear-gradient(0deg, #0c0b08c7 0%, #0c0b0821 58%, #0c0b080a 100%), linear-gradient(90deg, #0c0b0861, #0000 62%);
  position: absolute;
  inset: 0;
}

.about-hero__content {
  z-index: 2;
  width: var(--content);
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) 0;
  position: relative;
}

.about-hero h1 {
  max-width: 11ch;
  font-family: var(--sans);
  letter-spacing: -.055em;
  margin: 1.1rem 0 1.6rem;
  font-size: clamp(3.6rem, 8.5vw, 8rem);
  font-weight: 400;
  line-height: .91;
}

.about-hero__description {
  text-wrap: pretty;
  max-width: 39rem;
  margin: 0;
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.75;
}

.about-story {
  width: var(--content);
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 7rem) 0;
}

.about-logo-crop {
  align-self: start;
  position: relative;
  overflow: hidden;
}

.about-logo-crop--number {
  aspect-ratio: 1176 / 470;
  width: clamp(180px, 18vw, 280px);
}

.about-logo-crop--name {
  aspect-ratio: 1176 / 140;
  width: min(100%, 460px);
}

.about-logo-crop__image {
  width: 100%;
  max-width: none;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.about-logo-crop--name .about-logo-crop__image {
  transform: translateY(-67.7%);
}

.about-chapter {
  grid-template-columns: minmax(180px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(3rem, 10vw, 10rem);
  display: grid;
}

.about-chapter + .about-chapter {
  margin-top: clamp(4rem, 8vw, 7rem);
}

.about-chapter h2, .about-two-scents h2, .about-our-story h2, .about-remains h2 {
  font-family: var(--sans);
  letter-spacing: -.045em;
  margin: 0;
  font-size: clamp(2.6rem, 5.5vw, 5.75rem);
  font-weight: 400;
  line-height: .96;
}

.about-chapter--name h2 {
  max-width: 8ch;
}

.about-copy {
  max-width: 48rem;
}

.about-copy p {
  color: var(--muted);
  text-wrap: pretty;
  word-break: keep-all;
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.9;
}

.about-copy p + p {
  margin-top: 1.4em;
}

.about-two-scents {
  width: var(--content);
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(3rem, 9vw, 9rem);
  margin: 0 auto;
  padding: 0 0 clamp(8rem, 14vw, 14rem);
  display: grid;
}

.about-two-scents__image {
  aspect-ratio: 4 / 5;
  background: #d9d3c7;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.about-two-scents__image img {
  object-fit: cover;
}

.about-two-scents__content .eyebrow {
  margin-bottom: 1.5rem;
}

.about-two-scents__content h2 {
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
}

.about-exterior {
  background: #121210;
  width: 100%;
  min-height: clamp(480px, 62vw, 880px);
  margin: 0;
  position: relative;
  overflow: hidden;
}

.about-exterior img {
  object-fit: cover;
  object-position: center 53%;
}

.about-our-story {
  width: min(100% - 40px, 680px);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.about-our-story__heading {
  margin-bottom: clamp(2.75rem, 6vw, 5rem);
}

.about-our-story__heading .eyebrow {
  margin-bottom: .9rem;
}

.about-our-story h2 {
  font-size: clamp(2.2rem, 4.2vw, 3.75rem);
}

.about-remains {
  color: #f1ede3;
  text-align: center;
  background: #11110f;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: clamp(3.5rem, 7vw, 7rem);
  min-height: 68svh;
  padding: clamp(4rem, 8vw, 8rem) max(14px, 50% + min(100% - 40px, 1440px) / -2);
  display: flex;
}

.about-remains__logo {
  opacity: .86;
  filter: invert();
  width: clamp(150px, 16vw, 240px);
  height: auto;
}

.about-remains__content {
  width: min(100%, 760px);
}

.about-remains h2 {
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.about-remains__copy p {
  color: #f1ede3b8;
  text-wrap: pretty;
  word-break: keep-all;
  margin: 0;
  font-size: clamp(.98rem, 1.3vw, 1.15rem);
  line-height: 1.9;
}

.about-remains__copy p + p {
  margin-top: .9em;
}

.site-footer {
  width: 100%;
  padding: clamp(2rem, 3.5vw, 3rem) 0 var(--space-3);
  border-top: 1px solid var(--line);
  background: #d8d1c4;
}

.site-footer__inner {
  width: var(--content);
  grid-template-columns: minmax(220px, 1fr) auto;
  align-items: start;
  gap: clamp(3rem, 12vw, 12rem);
  margin: 0 auto;
  display: grid;
}

.site-footer__identity img {
  width: clamp(85px, 7.5vw, 97px);
  height: auto;
  display: block;
}

.site-footer__identity p {
  margin: var(--space-2) 0 0;
  color: var(--muted);
  font-family: var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  text-wrap: pretty;
  font-size: .68rem;
}

.site-footer__links {
  font-family: var(--english-mono);
  letter-spacing: .04em;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .85rem clamp(1.25rem, 2.4vw, 2.4rem);
  padding-top: .15rem;
  font-size: .7rem;
  display: flex;
}

.site-footer__links--primary {
  font-family: var(--english-mono);
}

.site-footer__links a {
  border-bottom: 1px solid #0000;
  transition: border-color .16s;
}

.site-footer__links a:hover {
  border-color: currentColor;
}

.site-footer__meta {
  color: var(--muted);
  font-family: var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  flex-wrap: wrap;
  align-items: center;
  gap: .65rem 1rem;
  margin-top: 1.15rem;
  font-size: .7rem;
  display: flex;
}

.site-footer__copyright {
  letter-spacing: .06em;
  font-size: .56rem;
}

@media (max-width: 1180px) {
  .experience-guide {
    padding-bottom: var(--space-2);
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    grid-template-columns: none;
    grid-auto-columns: minmax(190px, 28%);
    grid-auto-flow: column;
    overflow-x: auto;
  }
}

@media (max-width: 980px) {
  :root {
    --content: min(100% - 28px, 1440px);
    --header-height: 112px;
  }

  .site-header__inner {
    min-height: var(--header-height);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr auto 1fr;
    row-gap: .5rem;
    padding: .55rem 0 .65rem;
  }

  .wordmark img {
    width: clamp(188px, 52vw, 224px);
  }

  .primary-navigation {
    letter-spacing: .06em;
    white-space: nowrap;
    grid-area: 2 / 1 / auto / -1;
    gap: clamp(.55rem, 2.7vw, 1rem);
    width: 100%;
    font-size: clamp(.54rem, 1.7vw, .64rem);
    display: flex;
  }

  .wordmark {
    grid-area: 1 / 2;
  }

  .site-header__utilities {
    grid-area: 1 / 3;
  }

  .page-hero, .content-section, .about-two-scents, .about-chapter {
    grid-template-columns: 1fr;
  }

  .about-hero {
    min-height: min(640px, 64svh);
  }

  .about-hero__image {
    object-position: 57% center;
  }

  .about-hero h1 {
    max-width: 10ch;
    font-size: clamp(3rem, 11vw, 5.5rem);
  }

  .about-chapter, .about-two-scents {
    gap: clamp(2.5rem, 8vw, 5rem);
  }

  .about-chapter + .about-chapter {
    margin-top: clamp(4rem, 11vw, 6rem);
  }

  .about-two-scents__image {
    width: min(100%, 620px);
  }

  .about-exterior {
    min-height: 68vw;
  }

  .page-hero {
    min-height: auto;
    padding-top: clamp(5rem, 16vw, 8rem);
  }

  html[lang="en"] .page-hero h1 {
    font-size: clamp(2.6rem, 8vw, 4.8rem);
  }

  html[lang="ko"] .page-hero h1 {
    font-size: clamp(2.35rem, 7.5vw, 4rem);
  }

  .page-hero--home {
    min-height: calc(100svh - var(--header-height));
  }

  .page-hero__aside {
    min-height: 300px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .experience-guide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-columns: initial;
    scroll-snap-type: none;
    grid-auto-flow: row;
    gap: 1.5rem .75rem;
    padding-bottom: 0;
    overflow-x: visible;
  }

  .photo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-grid li {
    min-height: 220px;
  }

  .site-footer__meta {
    gap: var(--space-3);
  }

  .site-footer__inner {
    gap: var(--space-4);
    grid-template-columns: 1fr;
  }

  .site-footer__links {
    justify-content: flex-start;
  }

  .home-hero__image {
    object-position: 58% center;
  }

  .home-hero__shade {
    background: linear-gradient(0deg, #0a0a08b8 0%, #0a0a0814 68%), linear-gradient(90deg, #0a0a0840, #0000 70%);
  }

  .home-hero__content {
    padding: var(--space-4) 0;
  }

  .home-hero__recognition {
    gap: .22rem;
    width: clamp(112px, 31vw, 138px);
    padding: .55rem .65rem .5rem;
    top: 1rem;
  }

  .home-hero h1 {
    max-width: 14ch;
    font-size: clamp(2.15rem, 10.5vw, 3.7rem);
    line-height: 1.02;
  }

  html[lang="ko"] .home-hero h1 {
    max-width: 16ch;
    font-size: clamp(1.95rem, 8.2vw, 2.8rem);
    line-height: 1.17;
  }

  .home-hero__actions {
    width: 100%;
  }

  .home-hero__actions .action-link {
    flex: 100%;
  }

  .home-reviews {
    gap: var(--space-3);
    grid-template-columns: 1fr;
  }

  .home-reviews__list {
    grid-template-columns: 1fr;
  }

  .home-reviews__list li, .home-reviews__list li:nth-child(odd), .home-reviews__list li:nth-child(2n) {
    min-height: 0;
    padding: var(--space-3) 0;
    border-left: 0;
  }

  .home-reviews__actions {
    grid-column: auto;
  }

  .contact-paths {
    grid-template-columns: 1fr;
  }

  .contact-paths article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: 280px;
  }

  .program-grid__facts, .photo-strip {
    grid-template-columns: 1fr;
  }

  .photo-strip .editorial-image:last-child {
    aspect-ratio: 1;
    grid-column: auto;
  }

  .inline-actions, .home-reviews__actions, .home-reviews__actions .action-link, .inline-actions .action-link {
    width: 100%;
  }

  .online-page--immersive .page-hero, .content-section--online {
    width: min(100% - 28px, 1080px);
  }

  .online-page--immersive .page-hero {
    padding-top: clamp(2.5rem, 10vw, 4rem);
  }
}

@media (max-width: 560px) {
  .wordmark {
    white-space: normal;
    max-width: 220px;
    line-height: 1.15;
  }

  h1 {
    font-size: clamp(3.2rem, 16vw, 5.4rem);
  }

  html[lang="en"] .page-hero h1 {
    font-size: clamp(2.4rem, 10.5vw, 3.3rem);
  }

  html[lang="ko"] .page-hero h1 {
    font-size: clamp(2.1rem, 8.5vw, 2.8rem);
  }

  .experience-guide {
    gap: 1.25rem .5rem;
  }

  .about-hero {
    min-height: 60svh;
  }

  .about-hero__content {
    padding: 2.5rem 0;
  }

  .about-hero h1 {
    margin-bottom: 1.25rem;
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .about-hero__description {
    max-width: 29rem;
    font-size: .95rem;
    line-height: 1.7;
  }

  .about-story {
    padding: 4rem 0 4.5rem;
  }

  .about-chapter h2, .about-two-scents h2, .about-remains h2 {
    font-size: clamp(2.35rem, 12vw, 3.8rem);
  }

  .about-copy p {
    font-size: .98rem;
    line-height: 1.82;
  }

  .about-two-scents {
    padding-bottom: 7rem;
  }

  .about-exterior {
    min-height: 105vw;
  }

  .about-exterior img {
    object-position: 57% center;
  }

  .about-our-story {
    padding: 4.5rem 0;
  }

  .about-remains {
    min-height: 68svh;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .experience-guide__image {
    margin-bottom: .65rem;
  }

  .experience-guide h3 {
    word-break: keep-all;
    margin: .45rem 0 .4rem;
    font-size: clamp(.78rem, 3.5vw, .95rem);
    line-height: 1.35;
  }

  .experience-guide p {
    word-break: keep-all;
    font-size: clamp(.66rem, 2.65vw, .76rem);
    line-height: 1.5;
  }

  .page-hero__actions, .page-hero__actions .action-link {
    width: 100%;
  }

  .site-footer__meta {
    gap: var(--space-1);
    flex-direction: column;
  }

  .site-footer__identity {
    grid-column: auto;
  }

  .online-customizer-preview__frame {
    border-radius: 20px;
    width: 100%;
    padding: 3px;
  }

  .online-customizer-preview__frame iframe {
    border-radius: 17px;
    height: 740px;
  }

  .online-customizer-preview__frame > span {
    top: 14px;
    right: 14px;
  }

  html[lang="ko"] .online-page--immersive .page-hero h1 {
    overflow-wrap: normal;
    word-break: keep-all;
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.75rem, 7.5vw, 2.25rem);
  }
}

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

/*# sourceMappingURL=app_0gflgoq._.css.map*/