:root {
  --white: #FFFFFF;
  --charcoal: #2E2E2E;
  --cobalt: #2F6FED;
  --page: min(100% - 64px, 1400px);
}

html { background: var(--white); scroll-behavior: smooth; }
body {
  background: var(--white);
  color: var(--charcoal);
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  letter-spacing: -.012em;
}
body, button, input, select, textarea { color: var(--charcoal); }
a { color: inherit; }
::selection { background: var(--cobalt); color: var(--white); }

/* Keep the interaction system to reveal and card hover only. */
*, *::before, *::after { animation: none !important; transition: none !important; }
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1) !important;
}
.reveal.is-visible { opacity: 1; transform: none; }
.featured-product-card.reveal,
.product-card.reveal,
.catalog-card.reveal { opacity: 1; transform: none; }

.skip-link { background: var(--cobalt); color: var(--white); }
.site-header {
  height: 82px;
  padding: 0 max(32px, calc((100vw - 1400px) / 2));
  background: rgb(255 255 255 / 94%) !important;
  color: var(--charcoal) !important;
  border-bottom: 1px solid rgb(46 46 46 / 16%) !important;
  backdrop-filter: blur(14px);
}
.home-page .site-header:not(.is-scrolled) {
  background: transparent !important;
  color: var(--white) !important;
  border-bottom-color: rgb(255 255 255 / 30%) !important;
  backdrop-filter: none;
}
.brand-logo { width: 146px; filter: none; }
.home-page .site-header:not(.is-scrolled) .brand-logo,
.site-footer .brand-logo { filter: none; }
.site-nav { gap: 34px; }
.site-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .03em;
}
.site-nav a::after { background: var(--cobalt); }
.site-nav a[aria-current="page"] { color: var(--cobalt); }
.menu-button > span { background: currentColor; }

.section-space { padding-top: max(15vh, 128px); padding-bottom: max(15vh, 128px); }
.section-label, .overline, .featured-product-label, .catalog-card-index,
.post-head time, .post-nav-dir, .blog-number, .story-admin-link, .timeline-list small {
  color: var(--cobalt) !important;
  font-weight: 600;
  letter-spacing: .16em;
}
h1, h2, h3, .contact-link-list strong, .footer-phone {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300 !important;
  letter-spacing: -.052em;
  text-wrap: balance;
}
p, blockquote, dd, li { max-width: 40ch; }

/* Full-screen product image hero */
.photo-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  color: var(--white);
  background: var(--charcoal);
}
.photo-hero__image, .photo-hero__scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.photo-hero__image { object-fit: cover; object-position: center 54%; }
.photo-hero__scrim { background: rgb(46 46 46 / 58%); }
.photo-hero__content {
  position: relative;
  z-index: 1;
  width: var(--page);
  margin: 0 auto;
  padding: 150px 0 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  grid-template-rows: auto 1fr auto;
  gap: 34px 64px;
  align-items: end;
}
.photo-hero__eyebrow {
  grid-column: 1 / -1;
  align-self: start;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .2em;
}
.photo-hero h1 {
  align-self: center;
  margin: 0;
  max-width: 9ch;
  color: var(--white);
  font-size: clamp(74px, 11.8vw, 170px);
  line-height: .9;
  text-shadow: 0 2px 24px rgb(46 46 46 / 36%);
}
.photo-hero h1 span { color: var(--white); }
.photo-hero__side { align-self: center; }
.photo-hero__side p { margin-bottom: 30px; color: rgb(255 255 255 / 82%); font-size: 16px; line-height: 1.8; }
.photo-hero__foot {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
}

.button, .rd-scrub__btn, .buy-button, .contact-form button {
  min-height: 52px;
  border: 1px solid var(--cobalt) !important;
  border-radius: 0 !important;
  background: var(--cobalt) !important;
  color: var(--white) !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}
.text-link, .contact-copy > a, .stories-more a, .products-more a { color: var(--cobalt); font-weight: 600; }

/* Home sections */
.statement, .story-section, .customer-memory, .timeline, .promise, .products, .stories {
  width: var(--page);
  margin-left: auto;
  margin-right: auto;
}
.statement { grid-template-columns: .36fr 1.64fr; border-bottom: 1px solid rgb(46 46 46 / 18%); }
.statement-copy h2, .section-head h2, .image-story h2, .story-copy h2, .promise h2 {
  color: var(--charcoal);
  font-size: clamp(46px, 6.2vw, 94px);
  line-height: 1.05;
}
.statement-copy p, .image-story-copy > p, .section-head > p, .story-copy > p, .promise p { color: rgb(46 46 46 / 70%); line-height: 1.8; }
.image-story, .split-story {
  width: 100%;
  padding-left: max(32px, calc((100vw - 1400px) / 2));
  padding-right: max(32px, calc((100vw - 1400px) / 2));
  background: var(--charcoal);
  color: var(--white);
}
.image-story h2, .split-story h2 { color: var(--white); }
.image-story-copy > p, .split-story .story-copy > p { color: rgb(255 255 255 / 72%); }
.image-frame { border: 0; background: var(--charcoal); overflow: hidden; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-story blockquote, .customer-memory blockquote { color: var(--cobalt); font-weight: 500; border-color: var(--cobalt); }
.section-head { border-top: 1px solid rgb(46 46 46 / 18%); padding-top: 28px; }

.featured-product { margin-bottom: max(15vh, 128px); }
.featured-product-card { min-height: 76vh; border: 1px solid rgb(46 46 46 / 20%); background: var(--white); }
.featured-product-card figure { min-height: 76vh; background: var(--charcoal); overflow: hidden; }
.featured-product-card img, .product-card img, .catalog-card img { object-fit: cover; transition: transform .55s cubic-bezier(.22, 1, .36, 1) !important; }
.featured-product-body { background: var(--white); color: var(--charcoal); }
.featured-product-label { color: var(--cobalt) !important; }
.featured-product-tagline { color: rgb(46 46 46 / 66%) !important; }
.featured-product-price { color: var(--charcoal); }
.product-grid { gap: max(15vh, 128px) 28px; }
.product-card, .catalog-card, .story-card { transition: transform .38s cubic-bezier(.22, 1, .36, 1), border-color .38s ease !important; }
.product-card { border-top: 1px solid rgb(46 46 46 / 22%); padding-top: 16px; }
.product-card figure, .catalog-card figure { background: var(--charcoal); overflow: hidden; }
.product-card .card-meta h3 { color: var(--charcoal); font-size: clamp(24px, 2.1vw, 34px); line-height: 1.25; }
.card-meta .product-tagline { color: rgb(46 46 46 / 62%); }
.product-price { color: var(--cobalt); }
.product-card-row { border-color: rgb(46 46 46 / 20%); }
.featured-product-card:hover, .product-card:hover, .catalog-card:hover, .story-card:hover { transform: translateY(-8px) !important; border-color: var(--cobalt); }
.featured-product-card:hover img, .product-card:hover img, .catalog-card:hover img { transform: scale(1.025) !important; }

.stories { border-color: rgb(46 46 46 / 20%); }
.story-card { min-height: 420px; border: 1px solid rgb(46 46 46 / 22%); background: var(--white); }
.story-card h3 { color: var(--charcoal); font-size: clamp(27px, 2.8vw, 42px); }
.story-card p { color: rgb(46 46 46 / 62%); }
.story-card a { color: var(--cobalt); }
.contact { background: var(--cobalt); color: var(--white); }
.contact .section-label, .contact-copy h2, .contact-copy p, .contact-copy > a { color: var(--white) !important; }
.contact-form { background: var(--white); color: var(--charcoal); border: 0; }
.contact-form input, .contact-form select, .contact-form textarea { background: var(--white); color: var(--charcoal); border-color: rgb(46 46 46 / 36%); }
.contact-form .form-note { color: rgb(46 46 46 / 60%); }

/* Inner pages */
.media-hero { background: var(--charcoal); color: var(--white); }
.media-scrim { background: rgb(46 46 46 / 68%) !important; }
.hero-content h1 { color: var(--white); font-size: clamp(64px, 8.8vw, 132px) !important; line-height: .97; }
.hero-content > p:last-child { color: rgb(255 255 255 / 74%); }
.scroll-cue { color: var(--cobalt); }
.brand-quote { background: var(--cobalt); color: var(--white); }
.brand-quote > span, .brand-quote > p, .brand-quote footer { color: var(--white); }
.customer-memory { border-color: rgb(46 46 46 / 20%); }
.timeline { grid-template-columns: .65fr 1.35fr; border-color: rgb(46 46 46 / 20%); }
.timeline-list { border-color: var(--cobalt); }
.timeline-list li { border-color: rgb(46 46 46 / 20%); }
.timeline-list li > span { color: var(--cobalt); }
.timeline-list h3 { color: var(--charcoal); }
.timeline-list p { color: rgb(46 46 46 / 66%); }
.promise { width: 100%; padding-left: max(32px, calc((100vw - 1400px) / 2)); padding-right: max(32px, calc((100vw - 1400px) / 2)); background: var(--cobalt); color: var(--white); }
.promise .section-label, .promise h2, .promise p { color: var(--white) !important; }
.promise .button { border-color: var(--white) !important; background: var(--white) !important; color: var(--charcoal) !important; }

.product-page, .contact-page, .story-page { background: var(--white); color: var(--charcoal); }
.catalog-hero { padding-top: max(22vh, 190px); border-bottom: 1px solid rgb(46 46 46 / 20%); }
.catalog-hero-copy h1, .contact-directory-head h1, .story-hero-copy h1 { color: var(--charcoal); font-size: clamp(64px, 8vw, 124px); line-height: .96; }
.catalog-hero-copy p, .contact-directory-head > p, .story-hero-copy > p { color: rgb(46 46 46 / 66%); }
.catalog-hero-copy > span { color: var(--cobalt); border-color: var(--cobalt); }
.catalog-grid { gap: max(15vh, 128px) 28px; }
.catalog-card { border-top: 1px solid rgb(46 46 46 / 22%); padding-top: 14px; }
.catalog-card h2 { color: var(--charcoal); font-size: clamp(24px, 2.2vw, 35px); }
.catalog-card-price { color: var(--cobalt); }
.catalog-card-row { border-color: rgb(46 46 46 / 22%); }
.catalog-contact { background: var(--cobalt); color: var(--white); }
.catalog-contact .section-label, .catalog-contact h2, .catalog-contact p { color: var(--white) !important; }
.catalog-contact .button { border-color: var(--white) !important; background: var(--white) !important; color: var(--charcoal) !important; }

.contact-link-list { border-color: var(--cobalt); }
.contact-link-list > a { border-color: rgb(46 46 46 / 20%); color: var(--charcoal); }
.contact-link-list span { color: var(--cobalt); }
.contact-link-list .contact-store-link { background: var(--cobalt); color: var(--white); padding-left: 24px; padding-right: 24px; }
.contact-link-list .contact-store-link span { color: var(--white); }

.story-hero { border-color: rgb(46 46 46 / 20%); }
.story-admin-link { border-color: var(--cobalt); }
.blog-list { border-color: var(--cobalt); }
.blog-card { border-color: rgb(46 46 46 / 20%); }
.blog-card h2 { color: var(--charcoal); }
.blog-summary, .blog-card time { color: rgb(46 46 46 / 64%); }
.blog-arrow { color: var(--cobalt); }
.post-wrap { color: var(--charcoal); }
.back-link, .back { color: var(--cobalt); }
.post-head { border-color: rgb(46 46 46 / 20%); }
.post-head h1 { color: var(--charcoal); font-size: clamp(48px, 6.5vw, 82px); }
.post-author { color: rgb(46 46 46 / 62%); }
.post-tag { border-color: var(--cobalt); color: var(--cobalt); }
.post-body { color: var(--charcoal); }
.post-body h2, .faq > h2, .sources h2 { color: var(--charcoal); }
.post-body p, .post-body li, .faq details p, .notfound p { color: rgb(46 46 46 / 78%); }
.post-body a, .sources a { color: var(--cobalt); }
.faq details, .faq details:last-child, .sources, .post-navigation { border-color: rgb(46 46 46 / 22%); }
.faq summary { color: var(--charcoal); }
.faq summary::before { color: var(--cobalt); }

.site-footer { min-height: 0; background: var(--charcoal); color: var(--white); border-top: 1px solid var(--cobalt); }
.site-footer > p { color: var(--cobalt); font-weight: 500; }
.footer-business { border-color: rgb(255 255 255 / 22%); }
.footer-business h2, .footer-business strong, .footer-business .footer-account, .footer-business .footer-deposit-note { color: var(--white); }
.footer-business p { color: rgb(255 255 255 / 64%); }
.footer-business .footer-phone { color: var(--cobalt); }
.footer-business .footer-deposit-note { background: var(--cobalt); color: var(--white); }
.footer-links a { color: var(--white); border-color: var(--cobalt); }
.site-footer > .footer-bottom { border-color: rgb(255 255 255 / 22%); color: rgb(255 255 255 / 60%); }
.site-footer > .footer-bottom a { color: var(--cobalt); }

@media (max-width: 900px) {
  :root { --page: min(100% - 40px, 760px); }
  .site-header { height: 72px; padding: 0 20px; }
  .brand-logo { width: 124px; }
  .site-nav { background: var(--cobalt); color: var(--white); }
  .site-nav a { border-color: rgb(255 255 255 / 24%); font-size: 25px; font-weight: 400; }
  .site-nav a[aria-current="page"] { color: var(--white); text-decoration: underline; text-underline-offset: 8px; }
  .menu-button[aria-expanded="true"] > span { background: var(--white); }
  .photo-hero__content { grid-template-columns: 1fr; grid-template-rows: auto 1fr auto auto; padding-top: 130px; }
  .photo-hero h1 { font-size: clamp(72px, 18vw, 126px); }
  .photo-hero__side { max-width: 360px; }
  .photo-hero__foot { grid-column: 1; }
  .statement, .story-section, .customer-memory, .timeline { grid-template-columns: 1fr; }
  .featured-product-card { grid-template-columns: 1fr; }
  .featured-product-card figure { min-height: 64vh; }
  .footer-business { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  :root { --page: calc(100% - 36px); }
  .section-space { padding-top: max(15vh, 104px); padding-bottom: max(15vh, 104px); }
  .photo-hero__image { object-position: 44% center; }
  .photo-hero__scrim { background: rgb(46 46 46 / 64%); }
  .photo-hero__content { min-height: 100svh; padding: 108px 0 34px; gap: 25px; }
  .photo-hero__eyebrow { font-size: 9px; }
  .photo-hero h1 { font-size: clamp(62px, 18vw, 84px); line-height: .92; }
  .photo-hero__side p { margin-bottom: 22px; font-size: 14px; }
  .photo-hero__foot { align-items: flex-end; font-size: 9px; }
  .statement-copy h2, .section-head h2, .image-story h2, .story-copy h2, .promise h2 { font-size: clamp(40px, 12vw, 56px); }
  .image-story, .split-story, .promise { padding-left: 18px; padding-right: 18px; }
  .featured-product { margin-bottom: max(15vh, 104px); }
  .featured-product-card figure { min-height: 0; height: 112vw; }
  .featured-product-body h3 { font-size: 38px; }
  .product-grid, .catalog-grid { grid-template-columns: 1fr; gap: max(15vh, 104px); }
  .story-card { min-height: 360px; }
  .hero-content h1 { font-size: clamp(48px, 14.5vw, 68px) !important; }
  .catalog-hero-copy h1, .contact-directory-head h1, .story-hero-copy h1 { font-size: clamp(48px, 13.5vw, 66px); }
  .contact-link-list .contact-store-link { padding-left: 16px; padding-right: 16px; }
  .post-head h1 { font-size: 44px; }
  .footer-business { grid-template-columns: 1fr; }
}

@media (hover: none) {
  .featured-product-card:hover, .product-card:hover, .catalog-card:hover, .story-card:hover { transform: none !important; }
  .featured-product-card:hover img, .product-card:hover img, .catalog-card:hover img { transform: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .featured-product-card:hover, .product-card:hover, .catalog-card:hover, .story-card:hover,
  .featured-product-card:hover img, .product-card:hover img, .catalog-card:hover img { transform: none !important; transition: none !important; }
  .featured-product-card, .product-card, .catalog-card, .story-card,
  .featured-product-card img, .product-card img, .catalog-card img { transition: none !important; }
}
