
:root {
  --cream-0: #fffdf9;
  --cream-1: #fbf5ec;
  --cream-2: #f5eadc;
  --cream-3: #ecdbc8;
  --taupe-1: #c2aa98;
  --taupe-2: #aa917e;
  --brown-1: #7b5d45;
  --brown-2: #5e422f;
  --ink: #3e2f25;
  --muted: #79695e;
  --line: rgba(94, 66, 47, .14);
  --shadow: 0 16px 42px rgba(78, 55, 39, .08);
  --radius: 26px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--cream-0);
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }

.section-shell {
  width: min(var(--max), calc(100% - 64px));
  margin: 0 auto;
}

.site-header {
  height: 86px;
  padding: 0 max(32px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
  z-index: 20;
  background: rgba(255, 253, 249, .95);
  border-bottom: 1px solid var(--line);
}

.wordmark {
  font-size: 31px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -1.4px;
  color: var(--ink);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 38px;
  font-size: 15px;
  font-weight: 650;
}

.desktop-nav > a:not(.nav-pill) {
  transition: opacity .2s ease;
}
.desktop-nav > a:not(.nav-pill):hover { opacity: .58; }

.nav-pill {
  padding: 12px 20px;
  background: var(--cream-2);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(92, 63, 44, .06);
}

.menu-button, .mobile-nav { display: none; }

.hero {
  min-height: 520px;
  display: block;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 34px 0 38px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 82% 24%, rgba(236,219,200,.42), transparent 28%),
    radial-gradient(circle at 14% 82%, rgba(244,232,218,.5), transparent 34%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 860px;
  padding: 96px 0 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow, .section-kicker {
  margin: 0 0 12px;
  color: var(--taupe-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .17em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(48px, 5vw, 70px);
  line-height: 1.19;
  letter-spacing: -3.4px;
  font-weight: 800;
}

.hero-lead {
  margin: 28px 0 0;
  color: #5f5148;
  font-size: 19px;
  line-height: 1.85;
  letter-spacing: -.4px;
}

.hero-copy::after {
  content: "";
  width: 74px;
  height: 2px;
  margin-top: 34px;
  background: linear-gradient(90deg, var(--taupe-2), rgba(170,145,126,0));
}

.hero-values {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.value-item {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--brown-1);
  font-size: 14px;
  white-space: nowrap;
}

.value-icon {
  width: 32px;
  height: 32px;
}
.value-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--taupe-2);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.value-divider {
  width: 1px;
  height: 32px;
  background: var(--line);
}


.brand-story {
  padding: 72px 24px 62px;
  text-align: center;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 0%, rgba(236,219,200,.32), transparent 38%),
    var(--cream-0);
}

.story-inner {
  width: min(760px, 100%);
  margin: 0 auto;
}

.brand-story h2, .section-heading h2, .origin h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -1.8px;
}

.story-subtitle {
  margin: 7px 0 0;
  font-size: 18px;
  color: var(--muted);
}

.accent-line, .mini-line {
  display: block;
  width: 44px;
  height: 2px;
  margin: 18px auto 24px;
  background: var(--taupe-2);
}

.brand-story .story-inner > p:not(.section-kicker):not(.story-subtitle) {
  margin: 10px 0;
  color: #5d5047;
  font-size: 16px;
}

.services {
  padding: 76px 0 96px;
}

.section-heading {
  text-align: center;
  margin-bottom: 38px;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.product-card {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(170px, .8fr) 1.2fr;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(112, 84, 64, .10);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.voca-card {
  background: linear-gradient(145deg, #fcfaf7 0%, #efe7df 100%);
}
.time-card {
  background: linear-gradient(145deg, #fff9f0 0%, #f8ead9 100%);
}

.symbol-wrap {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(86, 60, 42, .08);
}

.symbol-wrap img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.product-content h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -1.4px;
}

.product-tagline {
  margin: 14px 0 0;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 750;
  letter-spacing: -.6px;
}

.product-content .mini-line {
  margin: 16px 0;
  width: 32px;
}

.product-description {
  min-height: 78px;
  margin: 0;
  color: #65574e;
  font-size: 15px;
}

.product-button {
  margin-top: 24px;
  width: 100%;
  min-height: 47px;
  padding: 12px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fffaf4;
  background: var(--brown-1);
  border-radius: 13px;
  font-weight: 750;
  font-size: 14px;
  transition: transform .2s ease, background .2s ease;
}
.product-button:hover {
  transform: translateY(-2px);
  background: var(--brown-2);
}

.domain-link {
  margin-top: 14px;
  display: inline-flex;
  gap: 8px;
  color: #9a7255;
  font-size: 14px;
  font-weight: 700;
}

.origin {
  padding: 84px 0 90px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #fffdf9 0%, #faf3ea 100%);
}

.origin-inner {
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  gap: 88px;
  align-items: start;
}

.origin-visual {
  position: sticky;
  top: 110px;
  padding-top: 18px;
}

.origin-visual h2 {
  max-width: 300px;
  font-size: 38px;
}

.timeline {
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 55px;
  bottom: 55px;
  left: 57px;
  width: 1px;
  background: #d5c1af;
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 32px;
  align-items: center;
  min-height: 145px;
}

.timeline-label {
  position: relative;
  z-index: 2;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 50%;
  color: #5a473a;
  background: #f4e8da;
  border: 7px solid #fffaf4;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.timeline-copy h3 {
  margin: 0 0 8px;
  font-size: 20px;
  letter-spacing: -.6px;
}
.timeline-copy p {
  margin: 0;
  color: #65584f;
  font-size: 15px;
}

.site-footer {
  background: #f4ede5;
  border-top: 1px solid var(--line);
}

.footer-inner {
  padding: 52px 0 42px;
  display: grid;
  grid-template-columns: 1.7fr .8fr .8fr .8fr;
  gap: 64px;
}

.footer-wordmark { display: inline-block; margin-bottom: 16px; }
.footer-brand p {
  margin: 0 0 8px;
  color: #65584f;
  font-size: 14px;
}
.footer-brand .brand-signature {
  margin-top: 20px;
  color: #9a7255;
  font-weight: 750;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  font-size: 14px;
}
.footer-column h2 {
  margin: 0 0 7px;
  font-size: 14px;
  color: #46372d;
}
.footer-column a:hover { text-decoration: underline; }
.footer-brand-column span { color: #65584f; }

.copyright {
  border-top: 1px solid var(--line);
  padding: 18px 24px 22px;
  text-align: center;
  color: #8b7d73;
  font-size: 12px;
}

.notice-page {
  min-height: calc(100vh - 86px);
  padding: 86px 0 110px;
}
.notice-heading {
  margin-bottom: 44px;
}
.notice-heading h1 {
  margin: 0;
  font-size: 46px;
  letter-spacing: -2px;
}
.notice-heading p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
}
.notice-card {
  padding: 34px;
  background: #fffaf4;
  border: 1px solid var(--line);
  border-radius: 22px;
}
.notice-card h2 {
  margin: 0 0 12px;
  font-size: 20px;
}
.notice-card p {
  margin: 0;
  color: #675a50;
}
.notice-placeholder {
  margin-top: 26px;
  padding: 40px 24px;
  text-align: center;
  color: #907f72;
  border: 1px dashed #d7c5b5;
  border-radius: 16px;
  background: rgba(255,255,255,.45);
}
.back-link {
  margin-top: 28px;
  display: inline-flex;
  gap: 8px;
  color: var(--brown-1);
  font-weight: 750;
}

@media (max-width: 900px) {
  .section-shell { width: min(100% - 40px, var(--max)); }
  .desktop-nav { display: none; }
  .site-header {
    height: 72px;
    padding: 0 20px;
  }
  .wordmark { font-size: 27px; }
  .menu-button {
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    gap: 6px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--cream-2);
    cursor: pointer;
  }
  .menu-button span {
    width: 18px;
    height: 1.5px;
    background: var(--brown-2);
  }
  .mobile-nav {
    position: absolute;
    top: 64px;
    left: 20px;
    right: 20px;
    padding: 14px;
    flex-direction: column;
    gap: 4px;
    background: rgba(255,253,249,.98);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow);
  }
  .mobile-nav:not([hidden]) { display: flex; }
  .mobile-nav a {
    padding: 11px 12px;
    border-radius: 10px;
  }
  .mobile-nav a:hover { background: var(--cream-2); }

  .hero { min-height: unset; }
  .hero::before { inset: 24px 0 26px; }
  .hero-copy { padding: 72px 0 64px; }
  .hero h1 {
    font-size: clamp(41px, 11vw, 62px);
    letter-spacing: -2.8px;
  }
  .hero-lead { font-size: 17px; }
  .hero-values {
    margin-top: 36px;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 8px;
  }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 0; }
  .origin-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .origin-visual {
    position: static;
    padding-top: 0;
  }
  .footer-inner {
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 36px;
  }
  .footer-brand-column { display: none; }
}

@media (max-width: 620px) {
  .section-shell { width: min(100% - 30px, var(--max)); }
  .desktop-only { display: none; }

  .hero-copy { padding-top: 48px; }
  .eyebrow { display: none; }
  .hero h1 {
    font-size: 42px;
    line-height: 1.22;
    letter-spacing: -2.5px;
  }
  .hero-lead {
    margin-top: 22px;
    line-height: 1.75;
  }
  .hero-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    overflow: visible;
  }
  .value-item {
    flex-direction: column;
    gap: 7px;
    text-align: center;
    font-size: 12px;
    white-space: normal;
  }
  .value-divider { display: none; }
  .brand-story { padding: 58px 20px 52px; }
  .brand-story h2, .section-heading h2 { font-size: 29px; }
  .story-subtitle { font-size: 16px; }
  .brand-story .story-inner > p:not(.section-kicker):not(.story-subtitle) {
    font-size: 15px;
  }

  .services { padding: 60px 0 72px; }
  .product-card {
    grid-template-columns: 122px 1fr;
    gap: 20px;
    padding: 22px;
    border-radius: 22px;
  }
  .symbol-wrap { border-radius: 18px; }
  .product-content h3 { font-size: 25px; }
  .product-tagline { font-size: 18px; }
  .product-description {
    min-height: 0;
    font-size: 14px;
  }
  .product-button {
    grid-column: 1 / -1;
  }

  .origin { padding: 64px 0 70px; }
  .origin-visual h2 { font-size: 32px; }
  .timeline::before {
    left: 40px;
    top: 44px;
    bottom: 44px;
  }
  .timeline-item {
    grid-template-columns: 80px 1fr;
    gap: 18px;
    min-height: 134px;
  }
  .timeline-label {
    width: 80px;
    height: 80px;
    border-width: 5px;
    font-size: 11px;
  }
  .timeline-copy h3 { font-size: 17px; }
  .timeline-copy p { font-size: 14px; }

  .footer-inner {
    padding: 44px 0 34px;
    grid-template-columns: 1fr 1fr;
    gap: 32px 22px;
  }
  .footer-brand { grid-column: 1 / -1; }
  .notice-page { padding: 60px 0 80px; }
  .notice-heading h1 { font-size: 38px; }
}

@media (max-width: 440px) {
  .hero h1 { font-size: 37px; }
  .product-card {
    grid-template-columns: 96px 1fr;
    padding: 18px;
    gap: 16px;
  }
  .product-content h3 { font-size: 22px; }
  .product-tagline { font-size: 16px; }
  .product-description br { display: none; }
  .product-button {
    margin-top: 18px;
    font-size: 13px;
  }
}
