:root {
  --ink: #171714;
  --paper: #f3f0e9;
  --white: #fffef9;
  --lime: #d6ff3f;
  --blue: #3547ed;
  --muted: #706e67;
  --line: rgba(23, 23, 20, 0.18);
  --display: "Noto Sans KR", sans-serif;
  --latin: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--display); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.noise { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 10; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.section-shell { width: min(1240px, calc(100% - 72px)); margin-inline: auto; }
.site-header { position: fixed; top: 16px; left: 50%; transform: translateX(-50%); z-index: 20; width: min(1240px, calc(100% - 48px)); height: 68px; padding: 0 12px 0 22px; display: flex; align-items: center; justify-content: space-between; background: rgba(255,254,249,.82); border: 1px solid rgba(23,23,20,.1); border-radius: 999px; backdrop-filter: blur(16px); box-shadow: 0 10px 35px rgba(31,29,22,.08); }
.brand { display: flex; gap: 11px; align-items: center; font: 700 15px var(--latin); letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: var(--white); background: var(--ink); font-size: 12px; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.main-nav a { transition: opacity .2s; }
.main-nav a:hover { opacity: .55; }
.main-nav .nav-cta { background: var(--ink); color: var(--white); padding: 13px 18px; border-radius: 999px; }
.nav-cta span, .button span { display: inline-block; margin-left: 6px; }
.menu-button { display: none; background: none; border: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.hero { min-height: 850px; padding-top: 160px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; }
.eyebrow, .section-index, .card-kicker { font: 600 12px var(--latin); text-transform: uppercase; letter-spacing: .15em; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #6e8f16; box-shadow: 0 0 0 5px rgba(110,143,22,.13); }
.hero h1 { margin: 26px 0 28px; font-size: clamp(55px, 6.4vw, 94px); line-height: 1.04; letter-spacing: -.075em; }
h1 em, h2 em, h3 em { font-style: normal; color: var(--blue); }
.hero-intro { max-width: 630px; margin: 0; font-size: 19px; line-height: 1.8; color: #4e4d47; word-break: keep-all; }
.hero-actions { display: flex; gap: 10px; margin-top: 38px; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-ghost { border: 1px solid var(--line); }
.quick-info { display: flex; gap: 42px; margin: 55px 0 0; padding-top: 22px; border-top: 1px solid var(--line); }
.quick-info div { display: grid; gap: 7px; }
.quick-info dt { color: var(--muted); font: 500 11px var(--latin); text-transform: uppercase; letter-spacing: .1em; }
.quick-info dd { margin: 0; font-size: 13px; font-weight: 600; }
.hero-visual { position: relative; justify-self: end; width: min(470px, 100%); }
.portrait-card { position: relative; z-index: 2; padding: 12px; background: var(--white); border: 1px solid var(--ink); transform: rotate(2.5deg); box-shadow: 18px 20px 0 var(--lime); }
.portrait-crop { position: relative; overflow: hidden; width: 100%; aspect-ratio: 230 / 266; background: #f5f1e8; }
.portrait-crop img { position: absolute; left: -24.8%; top: -11.3%; width: 553%; max-width: none; }
.portrait-caption { padding: 14px 4px 2px; display: flex; justify-content: space-between; font: 600 11px var(--latin); text-transform: uppercase; letter-spacing: .12em; }
.orbit-note { position: absolute; z-index: 3; padding: 15px 18px; border: 1px solid var(--ink); background: var(--white); font-size: 12px; line-height: 1.5; transform: rotate(-4deg); box-shadow: 5px 5px 0 var(--ink); }
.orbit-note strong { font-size: 20px; }
.note-one { left: -80px; top: 20%; }
.note-two { right: -45px; bottom: 12%; transform: rotate(5deg); }
.hero-scribble { position: absolute; width: 180px; height: 90px; left: -130px; bottom: 8px; fill: none; stroke: var(--blue); stroke-width: 3; stroke-linecap: round; }

.numbers { margin-top: 40px; margin-bottom: 170px; display: grid; grid-template-columns: repeat(4,1fr); border-block: 1px solid var(--ink); }
.numbers article { position: relative; min-height: 220px; padding: 36px 28px; border-right: 1px solid var(--line); }
.numbers article:last-child { border: 0; }
.numbers strong { font: 600 clamp(54px, 6vw, 82px)/1 var(--latin); letter-spacing: -.07em; }
.numbers span { margin-left: 4px; color: var(--blue); font: 600 11px var(--latin); text-transform: uppercase; }
.numbers p { margin: 30px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; margin-bottom: 75px; }
.section-index { color: var(--blue); margin: 0 0 18px; }
.section-heading h2, .awards-title h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.16; letter-spacing: -.06em; }
.section-heading > p { max-width: 460px; margin: 0 0 6px; font-size: 16px; line-height: 1.8; color: var(--muted); word-break: keep-all; }
.work { padding-bottom: 175px; }
.project { min-height: 390px; display: grid; grid-template-columns: 70px 1fr 430px; gap: 30px; align-items: center; padding: 36px 0; border-top: 1px solid var(--ink); }
.project:last-child { border-bottom: 1px solid var(--ink); }
.project-number { align-self: start; padding-top: 5px; font: 500 13px var(--latin); }
.project-content { max-width: 610px; padding-right: 30px; }
.project-meta { display: flex; gap: 24px; color: var(--muted); font: 600 10px var(--latin); text-transform: uppercase; letter-spacing: .1em; }
.project-content h3 { margin: 22px 0 20px; font-size: clamp(25px, 3vw, 39px); line-height: 1.3; letter-spacing: -.04em; word-break: keep-all; overflow-wrap: normal; }
.project-content p { color: var(--muted); font-size: 14px; line-height: 1.8; word-break: keep-all; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 24px 0 0; list-style: none; }
.tags li { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; font-weight: 600; }
.project-art { position: relative; height: 300px; overflow: hidden; border-radius: 4px; }
.art-garden { background: #d7ff45; }
.art-garden .sun { position: absolute; width: 170px; height: 170px; border: 2px solid var(--ink); border-radius: 50%; right: -30px; top: -30px; }
.art-garden .leaf { position: absolute; width: 115px; height: 175px; border: 2px solid var(--ink); border-radius: 100% 0 100% 0; transform-origin: bottom right; }
.leaf-a { left: 90px; bottom: -20px; transform: rotate(-15deg); background: var(--blue); }
.leaf-b { left: 195px; bottom: 0; transform: rotate(40deg); background: var(--white); }
.art-garden span { position: absolute; left: 24px; top: 22px; font: 700 13px var(--latin); letter-spacing: .12em; }
.art-community { display: grid; place-items: center; background: var(--blue); color: var(--white); }
.art-community::before, .art-community::after { content: ""; position: absolute; width: 290px; height: 290px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.art-community::after { width: 210px; height: 210px; }
.art-community strong { position: relative; z-index: 1; font: 600 105px/1 var(--latin); letter-spacing: -.09em; }
.art-community span { position: absolute; z-index: 1; bottom: 25px; font: 600 11px var(--latin); letter-spacing: .22em; }
.art-voca { background: #f6b4c5; display: grid; place-items: center; }
.phone { position: relative; width: 150px; height: 255px; padding: 24px 14px; text-align: center; background: var(--white); border: 2px solid var(--ink); border-radius: 24px; box-shadow: 12px 14px 0 var(--ink); transform: rotate(-6deg); }
.phone::before { content: ""; position: absolute; width: 46px; height: 5px; border-radius: 6px; background: var(--ink); top: 10px; left: 50%; transform: translateX(-50%); }
.phone span, .phone i, .phone b { display: block; }
.phone span { margin-top: 22px; font-weight: 700; }
.phone i { margin-top: 10px; font: 500 11px var(--latin); }
.phone b { margin: 28px auto; display: grid; place-items: center; width: 70px; height: 70px; border-radius: 50%; background: var(--lime); font-size: 32px; }

.experience { padding: 130px max(36px, calc((100vw - 1240px) / 2)); width: 100%; background: var(--ink); color: var(--white); }
.experience .section-heading > p { color: #aaa9a2; }
.experience-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.capability-card { align-self: start; padding: 35px; background: var(--lime); color: var(--ink); transform: rotate(-1deg); }
.capability-card h3 { margin: 10px 0 30px; font-size: 32px; }
.capability-card ol { padding: 0; margin: 0; list-style: none; }
.capability-card li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; padding: 18px 0; border-top: 1px solid rgba(23,23,20,.25); font-size: 14px; line-height: 1.6; font-weight: 600; }
.capability-card li span { font: 500 10px var(--latin); padding-top: 5px; }
.timeline-item { display: grid; grid-template-columns: 145px 1fr; gap: 25px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.25); }
.timeline-item:last-child { border-bottom: 1px solid rgba(255,255,255,.25); }
.timeline-date { color: var(--lime); font: 500 11px var(--latin); letter-spacing: .05em; }
.timeline-item h3 { margin: -5px 0 10px; font-size: 20px; line-height: 1.5; }
.timeline-item p { margin: 0 0 9px; color: #aaa9a2; font-size: 13px; }
.timeline-item small { color: #74736e; font-size: 12px; }

.awards { padding-top: 165px; padding-bottom: 165px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 130px; }
.awards-title { position: sticky; top: 140px; align-self: start; }
.award-list article { display: grid; grid-template-columns: 70px 1fr; column-gap: 20px; padding: 27px 0; border-top: 1px solid var(--ink); }
.award-list article:last-child { border-bottom: 1px solid var(--ink); }
.award-list span { grid-row: span 2; font: 600 13px var(--latin); color: var(--blue); }
.award-list h3 { margin: -5px 0 9px; font-size: 18px; line-height: 1.5; }
.award-list p { margin: 0; color: var(--muted); font-size: 12px; }

.contact { position: relative; overflow: hidden; padding: 90px 7%; background: var(--blue); color: var(--white); border-radius: 6px; }
.contact::after { content: ""; position: absolute; width: 500px; height: 500px; right: -90px; top: -170px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.06), 0 0 0 140px rgba(255,255,255,.04); }
.contact .section-index { color: var(--lime); }
.contact h2 { position: relative; z-index: 1; margin: 20px 0 25px; font-size: clamp(44px, 6vw, 76px); line-height: 1.16; letter-spacing: -.06em; }
.contact h2 em { color: var(--lime); }
.contact > p:not(.section-index) { max-width: 520px; line-height: 1.7; color: rgba(255,255,255,.7); }
.contact-links { position: relative; z-index: 2; display: flex; gap: 12px; margin-top: 45px; }
.contact-links a { padding: 17px 20px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; font: 500 13px var(--latin); transition: background .2s, color .2s; }
.contact-links a:hover { background: var(--white); color: var(--blue); }
.contact-links span { margin-left: 14px; }
.site-footer { padding-top: 28px; padding-bottom: 35px; display: flex; justify-content: space-between; color: var(--muted); font: 500 11px var(--latin); text-transform: uppercase; letter-spacing: .08em; }

/* Contact page */
.contact-page { min-height: 100vh; background: #e9e5dc; }
.inquiry-main { padding-top: 138px; }
.inquiry-hero { min-height: calc(100vh - 138px); padding-bottom: 70px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 85px; align-items: start; }
.inquiry-intro { position: sticky; top: 135px; padding-top: 24px; }
.inquiry-intro h1 { margin: 27px 0 26px; font-size: clamp(45px, 5vw, 70px); line-height: 1.16; letter-spacing: -.065em; word-break: keep-all; }
.inquiry-intro h1 em { color: var(--blue); font-style: normal; }
.inquiry-intro > p:not(.eyebrow) { max-width: 500px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.9; word-break: keep-all; }
.direct-contact { margin-top: 52px; padding-top: 21px; display: grid; gap: 8px; border-top: 1px solid var(--ink); }
.direct-contact > span { color: var(--muted); font: 500 10px var(--latin); text-transform: uppercase; letter-spacing: .12em; }
.direct-contact a { display: flex; justify-content: space-between; align-items: center; font: 600 16px var(--latin); }
.direct-contact b { font-size: 20px; transition: transform .2s; }
.direct-contact a:hover b { transform: translate(3px, -3px); }
.response-note { margin-top: 55px; display: flex; align-items: center; gap: 15px; color: var(--muted); }
.response-note p { margin: 0; font-size: 12px; line-height: 1.7; }
.response-note strong { color: var(--ink); }
.response-icon { display: grid; place-items: center; width: 43px; height: 43px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; font-size: 18px; }

.form-card { padding: 40px; background: var(--white); border: 1px solid var(--ink); box-shadow: 14px 14px 0 var(--lime); }
.form-heading { margin-bottom: 48px; padding-bottom: 17px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--ink); font: 600 11px var(--latin); text-transform: uppercase; letter-spacing: .13em; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.form-field { position: relative; display: grid; gap: 11px; }
.form-field > span, .inquiry-type legend { font-size: 12px; font-weight: 700; }
.form-field b, .inquiry-type b { color: var(--blue); }
.form-field input, .form-field textarea { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; color: var(--ink); font: 500 14px var(--display); transition: border-color .2s; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #aaa79e; font-weight: 400; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--blue); }
.inquiry-type { min-width: 0; margin: 42px 0; padding: 0; border: 0; }
.inquiry-type legend { margin-bottom: 16px; }
.type-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.type-options label { cursor: pointer; }
.type-options input { position: absolute; opacity: 0; pointer-events: none; }
.type-options span { min-height: 46px; display: grid; place-items: center; padding: 8px; border: 1px solid var(--line); border-radius: 3px; font-size: 12px; font-weight: 600; transition: background .2s, color .2s, border-color .2s; }
.type-options input:checked + span { border-color: var(--ink); background: var(--ink); color: var(--white); }
.type-options input:focus-visible + span { outline: 2px solid var(--blue); outline-offset: 2px; }
.message-field textarea { min-height: 155px; resize: vertical; line-height: 1.75; }
.message-field small { position: absolute; right: 0; bottom: 12px; color: var(--muted); font: 500 10px var(--latin); }
.form-footer { margin-top: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.form-footer p { max-width: 260px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-status { transition: color .2s; }
.form-status.is-sending { color: var(--blue); }
.form-status.is-success { color: #477014; font-weight: 700; }
.form-status.is-error { color: #b3261e; font-weight: 700; }
.send-button { min-width: 180px; min-height: 56px; display: flex; justify-content: center; align-items: center; gap: 18px; border: 0; border-radius: 999px; background: var(--blue); color: var(--white); font: 700 13px var(--display); cursor: pointer; transition: transform .2s, box-shadow .2s; }
.send-button:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(53,71,237,.22); }
.send-button:disabled { cursor: wait; opacity: .68; transform: none; box-shadow: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal[data-delay="1"] { transition-delay: .15s; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 145px; gap: 85px; }
  .hero-copy { max-width: 750px; }
  .hero-visual { justify-self: center; width: min(440px, 80vw); }
  .numbers { grid-template-columns: 1fr 1fr; }
  .numbers article:nth-child(2) { border-right: 0; }
  .numbers article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; gap: 30px; }
  .project { grid-template-columns: 50px 1fr; padding: 50px 0; }
  .project-art { grid-column: 2; width: 100%; margin-top: 15px; }
  .experience-layout, .awards { grid-template-columns: 1fr; gap: 65px; }
  .capability-card { max-width: 580px; }
  .awards-title { position: static; }
  .inquiry-hero { grid-template-columns: 1fr; gap: 60px; }
  .inquiry-intro { position: static; max-width: 700px; }
}

@media (max-width: 720px) {
  .section-shell { width: min(100% - 36px, 1240px); }
  .site-header { top: 10px; width: calc(100% - 20px); height: 58px; }
  .menu-button { z-index: 2; width: 40px; height: 40px; display: grid; align-content: center; gap: 6px; }
  .menu-button span:not(.sr-only) { width: 21px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; padding: 120px 35px 40px; display: none; flex-direction: column; align-items: stretch; gap: 20px; background: var(--paper); font-size: 26px; }
  .main-nav.is-open { display: flex; }
  .main-nav .nav-cta { margin-top: auto; text-align: center; font-size: 16px; }
  .hero { min-height: auto; padding-top: 125px; gap: 70px; }
  .hero h1 { font-size: clamp(45px, 14vw, 67px); }
  .hero-intro { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .quick-info { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .quick-info div:last-child { grid-column: 1 / -1; }
  .note-one { left: -10px; }
  .note-two { right: -7px; }
  .hero-scribble { display: none; }
  .numbers { margin-top: 130px; margin-bottom: 120px; }
  .numbers article { min-height: 185px; padding: 25px 18px; }
  .numbers strong { font-size: 50px; }
  .numbers p { margin-top: 22px; }
  .section-heading { margin-bottom: 50px; }
  .section-heading h2, .awards-title h2 { font-size: 39px; }
  .project { grid-template-columns: 28px 1fr; gap: 8px; }
  .project-content { padding-right: 0; }
  .project-content h3 { font-size: 25px; }
  .project-meta { flex-direction: column; gap: 5px; }
  .project-art { height: 240px; }
  .work { padding-bottom: 110px; }
  .experience { padding: 95px 18px; }
  .experience-layout { gap: 55px; }
  .capability-card { padding: 25px; }
  .timeline-item { grid-template-columns: 1fr; gap: 12px; }
  .awards { padding-top: 110px; padding-bottom: 110px; gap: 50px; }
  .award-list article { grid-template-columns: 55px 1fr; }
  .contact { width: calc(100% - 24px); padding: 65px 25px; }
  .contact h2 { font-size: 42px; }
  .contact-links { flex-direction: column; align-items: stretch; }
  .contact-links a { text-align: center; }
  .site-footer { flex-direction: column; gap: 12px; align-items: center; }
  .inquiry-main { padding-top: 105px; }
  .inquiry-hero { padding-bottom: 50px; }
  .inquiry-intro { padding-top: 0; }
  .inquiry-intro h1 { font-size: 42px; }
  .response-note { margin-top: 35px; }
  .form-card { padding: 25px 20px; box-shadow: 8px 8px 0 var(--lime); }
  .form-heading { margin-bottom: 35px; }
  .field-row { grid-template-columns: 1fr; gap: 28px; }
  .inquiry-type { margin: 35px 0; }
  .type-options { grid-template-columns: 1fr 1fr; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer p { max-width: none; }
  .send-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
