:root {
  color-scheme: light;
  --paper: #f6f3e9;
  --ink: #342b22;
  --muted: #70685c;
  --olive: #626a43;
  --line: #d9d4c6;
  --service: #e8e9da;
  font-family: system-ui, -apple-system, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-text-size-adjust: 100%;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body, h1, h2, h3, p, figure { margin: 0; }
body { min-width: 280px; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--olive); outline-offset: 6px; border-radius: 2px; }
img { display: block; max-width: 100%; height: auto; }
::selection { background: #d7dcbc; }
.page-width { width: min(100% - 112px, 1280px); margin-inline: auto; }
.skip-link { position: absolute; top: 12px; left: 12px; z-index: 5; padding: 12px 20px; background: var(--ink); color: var(--paper); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-header { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 12px; padding-block: 12px; }
.header-symbol { width: 64px; height: 64px; object-fit: contain; flex-shrink: 0; }
.wordmark-text { display: flex; flex-direction: column; }
.wordmark-en { font-size: 29px; font-weight: 900; letter-spacing: -1.8px; line-height: 1; }
.wordmark-dot { color: var(--olive); }
.wordmark-ko { font-size: 11px; font-weight: 600; letter-spacing: 1.6px; margin-top: 9px; }
nav { display: flex; gap: 32px; font-size: 13px; font-weight: 650; }
nav a { padding-block: 14px; }
nav a:hover, .text-link:hover, .contact-link:hover { color: var(--olive); }
nav span { margin-left: 6px; }
.hero { position: relative; display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 28px; min-height: 760px; padding-block: 70px 110px; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 700; line-height: 1.6; letter-spacing: 1.5px; }
.seed-dot { width: 8px; height: 10px; flex: 0 0 8px; background: var(--olive); border-radius: 60% 45% 60% 45%; transform: rotate(25deg); }
h1 { font-size: clamp(36px, 4.7vw, 68px); line-height: 1.28; letter-spacing: -3.6px; font-weight: 750; margin-top: 28px; white-space: nowrap; }
h1 > span { color: var(--olive); font-weight: 750; }
.hero-description { font-size: 15px; line-height: 1.95; color: var(--muted); margin-top: 30px; letter-spacing: -.4px; }
.mobile-break { display: none; }
.text-link { display: inline-flex; align-items: center; gap: 36px; min-height: 48px; margin-top: 28px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 650; }
.text-link span { font-size: 20px; }
.hero-character { position: relative; width: 100%; max-width: 510px; justify-self: end; display: flex; flex-direction: column; justify-content: center; }
.hero-character img { width: 100%; position: relative; z-index: 1; }
.hero-character figcaption { text-align: center; color: var(--muted); font-size: 11px; letter-spacing: .4px; margin-top: 10px; }
.hero-bottom { position: absolute; bottom: 28px; inset-inline: 0; display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 10px; letter-spacing: 1px; }
.section-space { padding-block: 110px; }
.about { display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; border-top: 1px solid var(--line); }
.section-label { margin-bottom: 24px; color: var(--olive); }
.section-label > span { font-weight: 450; margin-right: 10px; }
h2 { font-size: clamp(30px, 3.05vw, 44px); line-height: 1.4; letter-spacing: -2px; font-weight: 750; word-break: keep-all; }
.about-copy { padding-top: 37px; max-width: 460px; }
.about-copy > p:not(.lead):not(.root-signature) { color: var(--muted); font-size: 15px; line-height: 1.95; letter-spacing: -.3px; margin-top: 22px; word-break: keep-all; overflow-wrap: break-word; }
.lead { font-size: 22px; line-height: 1.65; font-weight: 600; letter-spacing: -1px; word-break: keep-all; }
.root-signature { margin-top: 35px; font-size: 13px; font-weight: 650; color: var(--olive); }
.service-section { background: var(--service); }
.service-inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; }
.service-entry { border-top: 1px solid #9c9f85; padding-top: 18px; }
.service-topline { display: flex; justify-content: space-between; gap: 16px; color: #5b6246; font-size: 11px; }
.service-topline > span:last-child { font-weight: 700; letter-spacing: 1.5px; }
h3 { margin-top: 30px; font-size: 72px; line-height: 1.2; letter-spacing: -5px; font-weight: 850; }
.service-title-row { display: flex; align-items: center; gap: 14px; margin-top: 30px; }
.service-title-row h3 { margin-top: 0; }
.service-logo { width: auto; height: 88px; flex-shrink: 0; }
.service-name-dot { color: var(--olive); }
.service-tagline { font-size: 21px; letter-spacing: -.8px; font-weight: 650; margin-top: 16px; }
.service-description { font-size: 14px; line-height: 1.9; letter-spacing: -.3px; color: #626650; margin-top: 16px; word-break: keep-all; }
.service-topics { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 18px; padding: 0; margin: 24px 0 0; color: #545a42; font-size: 11px; }
.service-topics li { padding-bottom: 7px; border-bottom: 1px solid #afb498; }
.service-link { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 60px; border-top: 1px solid #bfc2aa; margin-top: 40px; font-size: 13px; font-weight: 650; }
.link-arrow { width: 34px; height: 34px; display: grid; place-items: center; font-size: 23px; border: 1px solid #a1a58a; border-radius: 50%; transition: transform 180ms ease, background 180ms ease; }
.service-link:hover .link-arrow { transform: translate(2px, -2px); background: #daddc5; }
.growth { text-align: center; }
.growth .eyebrow { justify-content: center; }
.growth h2 { margin-bottom: 28px; }
.growth > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 2; word-break: keep-all; max-width: 750px; margin-inline: auto; }
.growth > p.growth-closing { color: var(--ink); margin-top: 16px; font-weight: 600; }
.contact { padding-block: 70px; display: flex; justify-content: space-between; align-items: center; gap: 32px; border-top: 1px solid var(--line); }
.contact .eyebrow { color: var(--olive); margin-bottom: 12px; }
.contact h2 { font-size: clamp(24px, 2.4vw, 34px); letter-spacing: -1.3px; }
.contact-methods { display: flex; flex-direction: column; min-width: 320px; }
.contact-link { display: flex; align-items: center; gap: 20px; font-size: 15px; border-bottom: 1px solid var(--line); min-height: 54px; white-space: nowrap; }
.contact-label { font-size: 11px; color: var(--muted); min-width: 34px; }
.contact-arrow { font-size: 20px; margin-left: auto; }
.site-footer { background: var(--ink); color: var(--paper); }
.footer-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px 80px; padding-block: 55px 28px; }
.footer-brand .wordmark-en { font-size: 31px; }
.footer-brand p { color: #d6cfc0; font-size: 12px; margin-top: 18px; }
.business-info { font-size: 11px; color: #d6cfc0; line-height: 1.9; word-break: keep-all; overflow-wrap: anywhere; }
.business-info p + p { margin-top: 3px; }
.business-info a:hover { text-decoration: underline; }
.copyright { font-size: 10px; color: #b9b0a1; align-self: end; }
.back-top { font-size: 11px; justify-self: end; display: flex; align-items: center; gap: 15px; min-height: 44px; }
.site-footer a:focus-visible { outline-color: #d2dba4; }

@media (min-width: 1440px) {
  .hero { min-height: 800px; }
}

@media (max-width: 1000px) {
  .page-width { width: calc(100% - 64px); }
  .hero { min-height: 640px; grid-template-columns: 1.15fr 1fr; gap: 15px; }
  h1 { font-size: 4.8vw; letter-spacing: -2px; }
  .hero-description { font-size: 13px; }
  .about, .service-inner { gap: 44px; }
  .section-space { padding-block: 85px; }
  .lead { font-size: 19px; }
  .contact { align-items: flex-start; flex-direction: column; gap: 18px; padding-block: 56px; }
  .contact-methods { width: min(100%, 430px); }
  .footer-inner { gap: 32px; }
}

@media (max-width: 680px) {
  .page-width { width: calc(100% - 40px); }
  .site-header { min-height: 94px; gap: 12px; }
  .wordmark { gap: 7px; }
  .header-symbol { width: 42px; height: 42px; }
  .wordmark-en { font-size: 20px; letter-spacing: -1.2px; }
  .wordmark-ko { font-size: 9px; letter-spacing: 1px; margin-top: 7px; }
  nav { font-size: 10px; gap: 14px; }
  nav a { padding-block: 17px; }
  nav span { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-block: 48px 68px; gap: 0; }
  .eyebrow { font-size: 9px; letter-spacing: 1.1px; }
  h1 { margin-top: 24px; font-size: clamp(38px, 9.8vw, 57px); letter-spacing: -2px; line-height: 1.3; }
  .hero-description { margin-top: 22px; font-size: 13px; line-height: 1.9; }
  .text-link { font-size: 12px; min-height: 44px; margin-top: 18px; gap: 30px; }
  .hero-character { max-width: 330px; width: 90%; justify-self: center; margin-top: 24px; }
  .hero-character figcaption { font-size: 10px; margin-top: 4px; }
  .hero-bottom { bottom: 22px; font-size: 8px; letter-spacing: .6px; }
  .section-space { padding-block: 62px; }
  .about, .service-inner { grid-template-columns: 1fr; gap: 32px; }
  .section-label { margin-bottom: 19px; }
  h2 { font-size: 30px; letter-spacing: -1.6px; line-height: 1.4; }
  .about-copy { padding-top: 0; max-width: none; }
  .lead { font-size: 19px; letter-spacing: -.8px; }
  .about-copy > p:not(.lead):not(.root-signature) { font-size: 14px; line-height: 1.95; margin-top: 18px; }
  .root-signature { margin-top: 25px; font-size: 12px; }
  .service-entry { margin-top: 8px; }
  h3 { font-size: 64px; margin-top: 24px; }
  .service-title-row { margin-top: 24px; gap: 10px; }
  .service-logo { width: auto; height: 64px; }
  .service-tagline { font-size: 20px; margin-top: 12px; }
  .service-description { font-size: 13px; }
  .service-link { margin-top: 30px; }
  .growth > p:not(.eyebrow) { font-size: 14px; }
  .desktop-break { display: none; }
  .contact { gap: 14px; padding-block: 48px; }
  .contact h2 { font-size: 23px; letter-spacing: -1.1px; }
  .contact-methods { min-width: 0; width: 100%; }
  .contact-link { font-size: 14px; gap: 16px; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; padding-block: 40px 20px; }
  .footer-brand .wordmark-en { font-size: 28px; }
  .footer-brand p { margin-top: 12px; }
  .business-info { font-size: 10px; line-height: 1.95; }
  .copyright { padding-top: 16px; border-top: 1px solid #584e41; }
  .back-top { justify-self: start; margin-top: -18px; }
}

@media (max-width: 359px) {
  .page-width { width: calc(100% - 32px); }
  .site-header { flex-wrap: wrap; gap: 0; padding-top: 6px; }
  .wordmark { width: 100%; padding-block: 8px 0; }
  nav { gap: 24px; font-size: 11px; }
  nav a { padding-block: 13px; }
  .wordmark-en { font-size: 21px; }
  .hero-description { font-size: 12px; }
  .mobile-break { display: initial; }
  .hero-bottom { font-size: 7px; }
  .contact h2 { font-size: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
