:root {
  color-scheme: dark;
  --bg: #111210;
  --surface: #191a17;
  --ivory: #f3eee3;
  --muted: #c1bfb6;
  --subtle: #9d9a8e;
  --gold: #d9b986;
  --line: #49483e;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-family: var(--sans);
  color: var(--ivory);
  background: var(--bg);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 36px;
}
body {
  margin: 0;
  background: var(--bg);
}
a {
  color: inherit;
  text-underline-offset: 6px;
}
a:hover {
  color: var(--gold);
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 7px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
figure,
blockquote {
  margin: 0;
}
h1,
h2,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
}
.shell {
  width: calc(100% - 13.2%);
  max-width: 1440px;
  margin-inline: auto;
}
.skip {
  position: absolute;
  top: -100px;
  left: 24px;
  z-index: 30;
  background: var(--ivory);
  color: var(--bg);
  padding: 14px 20px;
}
.skip:focus {
  top: 20px;
}
.site-header {
  position: absolute;
  inset: 28px 0 auto;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  text-decoration: none;
  flex-shrink: 0;
}
.brand img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}
.brand span {
  font-family: var(--serif);
  font-size: 36px;
  letter-spacing: -1.25px;
  color: var(--ivory);
}
.site-header nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 42px;
  font-size: 13px;
}
.site-header nav a,
.site-footer nav a {
  text-decoration: none;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.language {
  border-left: 1px solid #7e7968;
  padding-left: 40px;
  margin-left: 10px;
}
.opening {
  overflow: hidden;
  position: relative;
}
.hero {
  position: relative;
  height: min(920px, 68vw);
  min-height: 740px;
}
.hero-stage {
  position: absolute;
  width: 115%;
  left: 50%;
  top: -34px;
  transform: translateX(-50%);
}
.hero-photograph {
  width: 100%;
  height: auto;
}
.hero-screen {
  position: absolute;
  width: 24.74%;
  left: 67.1875%;
  top: 42.7734%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.hero-content {
  position: relative;
  height: 100%;
  padding-top: clamp(200px, 15vw, 245px);
}
.hero-copy {
  width: 45%;
  max-width: 590px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 3.8px;
  line-height: 2.1;
  text-transform: uppercase;
}
.gold {
  color: var(--gold);
}
.hero h1 {
  font-size: clamp(96px, 9.5vw, 146px);
  letter-spacing: -5.5px;
  line-height: 0.88;
  margin: 30px 0 44px;
  white-space: nowrap;
}
.intro {
  color: #d5d1c7;
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: 0.25px;
  max-width: 490px;
  margin-bottom: 36px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: var(--ivory);
  padding: 19px 27px;
  min-height: 65px;
  color: #171814;
  text-decoration: none;
  font-family: var(--serif);
  font-size: 25px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #dfc9a6;
  color: #171814;
  transform: translateY(-2px);
}
.icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.hero-foot {
  margin: 45px 0 0;
  font-size: 9px;
  letter-spacing: 4px;
}
.hero-aside {
  position: absolute;
  right: -5.5%;
  top: 37%;
  font-size: 9px;
  line-height: 2.8;
  letter-spacing: 3px;
  color: #d9c6a3;
  width: 104px;
}
.section-line {
  border-top: 1px solid var(--line);
}
.collection {
  padding: 74px 0 55px;
}
.collection-grid {
  display: grid;
  grid-template-columns: 1fr 1.03fr;
  gap: 75px;
  align-items: start;
}
.section-label {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.section-number {
  font-family: var(--serif);
  font-size: 24px;
  letter-spacing: 0;
  color: var(--gold);
}
.label-line {
  height: 1px;
  width: 64px;
  background: #9e9681;
  flex-shrink: 0;
}
.product-copy h2 {
  font-size: clamp(54px, 4.8vw, 76px);
  line-height: 0.98;
  letter-spacing: -2.3px;
  margin: 0 0 28px;
}
.body-copy {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.85;
  letter-spacing: 0.12px;
}
.product-copy .body-copy {
  max-width: 535px;
}
.feature-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  list-style: none;
  margin: 32px 0 32px;
}
.feature-list li {
  border-right: 1px solid #666052;
  text-align: center;
  padding: 0 12px;
  font-size: 12px;
  line-height: 1.5;
}
.feature-list li:first-child {
  padding-left: 0;
}
.feature-list li:last-child {
  border: 0;
  padding-right: 0;
}
.feature-icon {
  width: 35px;
  height: 35px;
  margin: 0 auto 13px;
  filter: invert(82%) sepia(17%) saturate(618%) hue-rotate(356deg)
    brightness(91%) contrast(88%);
}
.price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: baseline;
  border-top: 1px solid #827965;
  padding-top: 19px;
}
.price-row .eyebrow {
  font-size: 10px;
  letter-spacing: 2px;
  color: #c7b798;
}
.price-row strong {
  font-weight: 400;
  font-size: 14px;
}
.availability {
  font-size: 11px;
  color: #c8bca4;
  letter-spacing: 1px;
}
.purchase-note {
  margin: 10px 0 12px;
  font-size: 12px;
  color: var(--subtle);
  line-height: 1.7;
}
.quiet-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  font-size: 12px;
  color: var(--muted);
  min-height: 35px;
}
.quiet-link .icon {
  width: 17px;
  height: 17px;
  filter: invert(88%);
}
.product-gallery {
  padding-top: 58px;
}
.screen-pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.screen-pair img {
  border-radius: 50%;
  width: 100%;
}
.screen-pair figcaption {
  margin-top: 19px;
  text-align: center;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.6px;
}
.product-gallery blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 34px;
  line-height: 1.25;
  margin: 60px -15px 27px;
  text-align: center;
}
.quote-credit {
  display: flex;
  gap: 23px;
  align-items: center;
  justify-content: flex-end;
  margin: 0 18px;
}
.quote-credit > span:first-child {
  height: 1px;
  background: #8c826e;
  flex: 1;
}
.quote-credit .eyebrow {
  font-size: 8px;
  letter-spacing: 3px;
  color: #d1bd97;
}
.story {
  position: relative;
  overflow: hidden;
  min-height: 590px;
}
.detail-photo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.story-content {
  position: relative;
  padding-block: 74px 70px;
}
.story-copy {
  max-width: 520px;
  width: 43%;
}
.story .section-label {
  gap: 27px;
  font-size: 9px;
  line-height: 1.8;
  margin-bottom: 27px;
}
.story h2 {
  font-size: 53px;
  line-height: 1.05;
  letter-spacing: -1.5px;
  margin-bottom: 27px;
}
.story .body-copy {
  max-width: 385px;
  font-size: 16px;
  color: #d0ccc1;
}
.story-foot {
  font-size: 9px;
  letter-spacing: 3.5px;
  margin-top: 57px;
  margin-bottom: 0;
}
.contact {
  padding-block: 83px 90px;
  background: #151612;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}
.contact .eyebrow {
  font-size: 9px;
}
.contact h2 {
  font-size: 59px;
  line-height: 1;
  letter-spacing: -1.5px;
  margin: 27px 0 0;
}
.contact-details {
  padding-top: 32px;
}
.contact-details .body-copy {
  font-size: 14px;
}
.email-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  font-family: var(--serif);
  font-size: 31px;
  padding: 10px 0;
  text-decoration-thickness: 1px;
  text-decoration-color: #837b67;
}
.email-link .icon {
  filter: invert(82%) sepia(17%) saturate(618%) hue-rotate(356deg)
    brightness(91%) contrast(88%);
}
.site-footer {
  padding-top: 42px;
  padding-bottom: 25px;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding-bottom: 36px;
  border-bottom: 1px solid #393b33;
}
.footer-main .brand img {
  width: 48px;
  height: 48px;
}
.footer-main .brand span {
  font-size: 29px;
}
.site-footer nav {
  gap: 34px;
  font-size: 11px;
  color: var(--muted);
}
.back-top {
  gap: 8px;
}
.back-top .icon {
  width: 17px;
  height: 17px;
  filter: invert(82%);
}
.footer-bottom {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  padding-top: 26px;
  font-size: 10px;
  color: var(--subtle);
  line-height: 1.9;
}
.footer-bottom p {
  margin-bottom: 0;
}
.preview-note {
  font-size: 9px;
  color: var(--subtle);
  line-height: 1.8;
  margin-top: 15px;
  margin-bottom: 0;
}
.ko h1,
.ko .product-copy h2,
.ko .story h2,
.ko .contact h2 {
  font-family: "Noto Serif KR", "Batang", serif;
  font-weight: 400;
  word-break: keep-all;
}
.ko .hero h1 {
  font-size: clamp(72px, 7vw, 112px);
  letter-spacing: -5px;
  line-height: 1.22;
  margin-top: 23px;
  margin-bottom: 34px;
}
.ko .intro {
  max-width: 445px;
  line-height: 1.95;
  word-break: keep-all;
  font-size: 16px;
}
.ko .button {
  font-family: var(--sans);
  font-size: 15px;
  min-height: 65px;
}
.ko .product-copy h2 {
  font-size: clamp(36px, 3.4vw, 54px);
  line-height: 1.45;
  letter-spacing: -2px;
}
.ko .product-copy .body-copy {
  word-break: keep-all;
  line-height: 2;
}
.ko .product-gallery blockquote {
  font-family: "Noto Serif KR", "Batang", serif;
  font-style: normal;
  font-size: 26px;
  line-height: 1.7;
  word-break: keep-all;
}
.ko .story h2 {
  font-size: 39px;
  line-height: 1.55;
  letter-spacing: -2px;
}
.ko .story-copy {
  width: 47%;
  max-width: 570px;
}
.ko .contact h2 {
  font-size: 42px;
  line-height: 1.5;
  letter-spacing: -2px;
}
.document-page .site-header {
  position: relative;
  inset: auto;
  padding-block: 28px;
}
.document {
  width: min(820px, 86.8%);
  margin: 55px auto 100px;
}
.document h1 {
  font-size: 74px;
  line-height: 1;
  letter-spacing: -2px;
  margin: 26px 0 38px;
}
.document h2 {
  font-family: var(--sans);
  font-size: 22px;
  margin-top: 42px;
}
.document p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}
.document section[lang="ko"] {
  margin-top: 56px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.policy-card {
  display: block;
  padding: 30px 0;
  margin: 35px 0;
  border-block: 1px solid var(--line);
  text-decoration: none;
}
.policy-card strong {
  display: block;
  font-family: var(--serif);
  font-size: 37px;
  font-weight: 400;
  margin-bottom: 14px;
}
.policy-card span {
  font-size: 12px;
  color: var(--muted);
}
@media (min-width: 1800px) {
  .hero {
    height: 1010px;
  }
  .hero-stage {
    width: 1920px;
    top: -35px;
  }
  .hero-content {
    padding-top: 235px;
  }
  .hero h1 {
    font-size: 148px;
  }
  .hero-aside {
    display: none;
  }
  .collection {
    padding-block: 95px;
  }
  .story {
    min-height: 650px;
  }
  .story-content {
    padding-block: 95px;
  }
}
@media (max-width: 1100px) {
  .shell {
    width: 88%;
  }
  .site-header nav {
    gap: 27px;
  }
  .brand {
    gap: 14px;
  }
  .brand span {
    font-size: 30px;
  }
  .brand img {
    width: 55px;
    height: 55px;
  }
  .language {
    padding-left: 25px;
    margin-left: 0;
  }
  .hero {
    min-height: 740px;
  }
  .hero-stage {
    width: 1350px;
    left: 50%;
    top: -10px;
  }
  .hero-content {
    padding-top: 195px;
  }
  .hero-copy {
    width: 49%;
  }
  .hero h1 {
    font-size: 101px;
  }
  .hero-aside {
    display: none;
  }
  .intro {
    font-size: 14px;
    max-width: 375px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 3px;
  }
  .button {
    font-size: 22px;
    padding: 16px 21px;
    min-height: 58px;
  }
  .hero-foot {
    margin-top: 35px;
    letter-spacing: 2.6px;
  }
  .collection-grid {
    gap: 42px;
  }
  .collection {
    padding: 62px 0;
  }
  .product-copy h2 {
    font-size: 57px;
  }
  .body-copy {
    font-size: 14px;
  }
  .section-label {
    gap: 20px;
  }
  .screen-pair {
    gap: 16px;
  }
  .product-gallery {
    padding-top: 75px;
  }
  .product-gallery blockquote {
    font-size: 30px;
  }
  .feature-list li {
    font-size: 10px;
    padding-inline: 8px;
  }
  .story-copy {
    width: 45%;
  }
  .story h2 {
    font-size: 44px;
  }
  .story .body-copy {
    font-size: 13px;
  }
  .story {
    min-height: 550px;
  }
  .contact h2 {
    font-size: 51px;
  }
  .contact-grid {
    gap: 35px;
  }
  .email-link {
    font-size: 26px;
    gap: 12px;
  }
  .ko .hero h1 {
    font-size: 76px;
  }
  .ko .intro {
    font-size: 14px;
  }
  .ko .product-copy h2 {
    font-size: 33px;
  }
  .ko .product-gallery blockquote {
    font-size: 21px;
  }
  .ko .story h2 {
    font-size: 32px;
  }
  .ko .contact h2 {
    font-size: 35px;
  }
}
@media (max-width: 900px) {
  .shell {
    width: calc(100% - 44px);
  }
  .site-header {
    top: 18px;
    gap: 15px;
  }
  .brand {
    gap: 10px;
  }
  .brand img {
    width: 42px;
    height: 42px;
  }
  .brand span {
    font-size: 26px;
    letter-spacing: -0.8px;
  }
  .site-header nav {
    gap: 19px;
    font-size: 11px;
  }
  .site-header .nav-story {
    display: none;
  }
  .site-header nav > a:not(.language) {
    display: none;
  }
  .language {
    border: 0;
    padding-left: 12px;
    min-width: 44px;
    justify-content: center;
  }
  .hero {
    height: auto;
    min-height: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .hero-content {
    padding-top: 134px;
    height: auto;
    order: 0;
  }
  .hero-copy {
    width: 100%;
    max-width: 540px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 3px;
  }
  .hero h1 {
    font-size: clamp(76px, 15vw, 108px);
    letter-spacing: -3px;
    line-height: 0.92;
    margin: 27px 0 28px;
  }
  .intro {
    font-size: 14px;
    line-height: 1.9;
    max-width: 430px;
    margin-bottom: 25px;
  }
  .button {
    min-height: 57px;
    font-size: 22px;
    padding: 14px 23px;
    gap: 38px;
  }
  .hero-foot {
    margin-top: 28px;
    font-size: 8px;
    line-height: 1.8;
    letter-spacing: 2.8px;
  }
  .hero-stage {
    position: relative;
    order: 1;
    width: 205%;
    left: -87%;
    top: auto;
    transform: none;
    margin-top: 20px;
    margin-bottom: -8%;
    flex-shrink: 0;
    pointer-events: none;
  }
  .collection {
    padding-block: 47px 51px;
  }
  .collection-grid {
    grid-template-columns: 1fr;
    gap: 39px;
  }
  .section-label {
    font-size: 9px;
    letter-spacing: 3px;
    gap: 22px;
    margin-bottom: 27px;
  }
  .label-line {
    width: 45px;
  }
  .section-number {
    font-size: 23px;
  }
  .product-copy h2 {
    font-size: 56px;
    letter-spacing: -1.6px;
    margin-bottom: 23px;
  }
  .body-copy {
    font-size: 14px;
    line-height: 1.9;
  }
  .feature-list {
    margin: 29px 0 31px;
  }
  .feature-list li {
    font-size: 10px;
    padding-inline: 5px;
  }
  .feature-icon {
    width: 30px;
    height: 30px;
  }
  .price-row {
    gap: 9px 12px;
  }
  .availability {
    font-size: 9px;
  }
  .purchase-note {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .quiet-link {
    min-height: 44px;
  }
  .product-gallery {
    padding-top: 0;
  }
  .screen-pair {
    gap: 15px;
    max-width: 560px;
    margin: auto;
  }
  .screen-pair figcaption {
    font-size: 10px;
    margin-top: 14px;
  }
  .product-gallery blockquote {
    font-size: 30px;
    margin: 36px 0 23px;
  }
  .quote-credit {
    margin: 0 12px;
  }
  .quote-credit .eyebrow {
    font-size: 8px;
  }
  .story {
    min-height: 690px;
  }
  .detail-photo {
    width: 155%;
    max-width: none;
    height: 380px;
    bottom: 0;
    right: -23%;
    object-fit: cover;
    object-position: right center;
  }
  .story-content {
    padding-block: 44px 35px;
  }
  .story-copy {
    width: 100%;
    max-width: 480px;
  }
  .story .section-label {
    margin-bottom: 21px;
  }
  .story h2 {
    font-size: 45px;
    max-width: 400px;
    letter-spacing: -1px;
  }
  .story .body-copy {
    font-size: 13px;
    max-width: 340px;
  }
  .story-foot {
    margin-top: 27px;
    font-size: 8px;
    letter-spacing: 2.4px;
  }
  .story-content {
    z-index: 1;
  }
  .contact {
    padding: 49px 0 45px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .contact h2 {
    font-size: 47px;
    margin-top: 20px;
  }
  .contact-details {
    padding: 0;
  }
  .contact-details .body-copy {
    font-size: 12px;
    line-height: 1.9;
  }
  .email-link {
    font-size: 27px;
    gap: 20px;
  }
  .email-link .icon {
    width: 21px;
    height: 21px;
  }
  .site-footer {
    padding-top: 30px;
  }
  .footer-main {
    align-items: flex-start;
    flex-direction: column;
    gap: 19px;
    padding-bottom: 23px;
  }
  .footer-main .brand img {
    width: 41px;
    height: 41px;
  }
  .footer-main .brand span {
    font-size: 26px;
  }
  .site-footer nav {
    justify-content: space-between;
    width: 100%;
    gap: 16px;
    font-size: 10px;
  }
  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 15px;
    font-size: 9px;
    padding-top: 22px;
  }
  .preview-note {
    font-size: 9px;
  }
  .ko .hero h1 {
    font-size: clamp(61px, 12vw, 84px);
    letter-spacing: -3px;
    line-height: 1.24;
    margin-top: 23px;
    margin-bottom: 28px;
  }
  .ko .intro {
    font-size: 14px;
    max-width: 425px;
  }
  .ko .hero-foot {
    margin-top: 26px;
  }
  .ko .button {
    min-height: 57px;
    font-size: 13px;
  }
  .ko .product-copy h2 {
    font-size: 35px;
    letter-spacing: -1.7px;
  }
  .ko .product-gallery blockquote {
    font-size: 22px;
    margin-top: 33px;
  }
  .ko .story-copy {
    width: 100%;
  }
  .ko .story h2 {
    font-size: 30px;
    line-height: 1.55;
  }
  .ko .contact h2 {
    font-size: 34px;
  }
  .ko .story .body-copy {
    word-break: keep-all;
  }
  .ko .product-copy .body-copy {
    font-size: 13px;
  }
  .document-page .site-header {
    padding-block: 18px;
  }
  .document {
    width: calc(100% - 44px);
    margin-top: 40px;
  }
  .document h1 {
    font-size: 49px;
  }
  .document h2 {
    font-size: 19px;
  }
  .document p {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .hero h1 {
    font-size: 66px;
  }
  .button {
    font-size: 20px;
    gap: 24px;
    padding: 14px 18px;
  }
  .brand span {
    font-size: 23px;
  }
  .email-link {
    font-size: 24px;
    gap: 14px;
  }
  .ko .product-copy h2 {
    font-size: 30px;
  }
  .ko .contact h2 {
    font-size: 31px;
  }
  .ko .story h2 {
    font-size: 27px;
  }
  .site-footer nav {
    gap: 10px;
  }
  .hero-foot {
    letter-spacing: 2.1px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
