:root {
  --graphite: #17181c;
  --charcoal: #25262b;
  --cold: #f1f2f3;
  --fog: #d9dadd;
  --wine: #9f2442;
  --wine-deep: #66142a;
  --ink-soft: #5b5d65;
  --line: rgba(23, 24, 28, .18);
  --light-line: rgba(255, 255, 255, .22);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cold); color: var(--graphite); font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif; }
a { color: inherit; }
.frame { width: min(1280px, calc(100% - 64px)); margin: 0 auto; }

.demo-note { display: flex; min-height: 32px; align-items: center; justify-content: center; padding: 7px 20px; background: var(--graphite); color: #f3f3f4; font-size: .72rem; font-weight: 700; text-align: center; }
.topbar { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 26px; }
.brand { font-family: Georgia, "Songti SC", serif; font-size: 1.22rem; font-weight: 700; letter-spacing: -.025em; text-decoration: none; }
.brand span { margin-left: 9px; color: var(--ink-soft); font-family: "PingFang SC", "Microsoft YaHei", sans-serif; font-size: .73rem; font-weight: 700; letter-spacing: .02em; }
nav { display: flex; gap: clamp(16px, 3vw, 40px); }
nav a { color: var(--ink-soft); font-size: .84rem; font-weight: 700; text-decoration: none; transition: color 180ms ease; }
nav a:hover, nav a:focus-visible { color: var(--wine); }

.hero { position: relative; min-height: min(820px, calc(100svh - 114px)); overflow: hidden; background: var(--fog); }
.hero::after { position: absolute; z-index: 2; right: 22px; bottom: 21px; color: rgba(255,255,255,.65); content: "NAMI  /  ARCHIVE 01"; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .62rem; letter-spacing: .14em; writing-mode: vertical-rl; }
.hero-media { position: absolute; inset: 0 0 0 48%; background: url("../../public/concept-atelier/hero-tattoo.jpg") 56% 48% / cover no-repeat; filter: grayscale(.2) contrast(1.04); transform: scale(1.012); transition: transform 900ms var(--ease), filter 700ms var(--ease); }
.hero:hover .hero-media { filter: grayscale(0) contrast(1.05); transform: scale(1.035); }
.hero-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, var(--fog) 0%, var(--fog) 43%, rgba(217,218,221,.82) 50%, rgba(217,218,221,0) 70%); pointer-events: none; }
.hero-content { position: relative; z-index: 2; width: min(1280px, calc(100% - 64px)); margin: 0 auto; padding: clamp(108px, 13vw, 168px) 0 115px; }
.location, .section-label { margin: 0; color: var(--wine); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .67rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.hero h1 { max-width: 8.6ch; margin: 25px 0 0; color: var(--graphite); font-family: Georgia, "Songti SC", STSong, serif; font-size: clamp(3.65rem, 7vw, 7.7rem); font-weight: 700; letter-spacing: -.026em; line-height: .99; text-wrap: balance; }
.hero h1 em { color: var(--wine); font-style: normal; }
.hero-copy { max-width: 33ch; margin: 35px 0 0; color: #45474d; font-size: .96rem; line-height: 1.85; }
.cta { display: inline-flex; align-items: center; gap: 17px; margin-top: 36px; border: 1px solid currentColor; padding: 14px 18px; background: transparent; color: inherit; font: inherit; font-size: .84rem; font-weight: 750; text-decoration: none; cursor: pointer; transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms var(--ease); }
.cta span { position: relative; display: inline-block; width: .84rem; height: .84rem; color: var(--wine); font-size: 0; line-height: 1; transition: transform 180ms var(--ease); }.cta span::before { position: absolute; top: .1rem; left: 0; width: .44rem; height: .44rem; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; content: ""; transform: rotate(45deg); }.cta span::after { position: absolute; top: 0; bottom: .08rem; left: .31rem; border-left: 1.5px solid currentColor; content: ""; }
.cta:hover, .cta:focus-visible { border-color: var(--wine); background: var(--wine); color: #fff; transform: translateY(-2px); }
.cta:hover span, .cta:focus-visible span { color: #fff; transform: translate(3px, 3px); }
.hero-caption { position: absolute; z-index: 3; right: 0; bottom: 28px; left: 0; color: #fff; font-size: .68rem; font-weight: 650; }

.manifesto { display: grid; grid-template-columns: minmax(175px, .65fr) minmax(0, 1.85fr); gap: clamp(38px, 9vw, 190px); padding-top: clamp(98px, 13vw, 178px); padding-bottom: clamp(98px, 13vw, 178px); }
.manifesto .section-label { margin-top: 14px; }.manifesto h2, .works h2, .process h2, .booking h2 { margin: 0; font-family: Georgia, "Songti SC", STSong, serif; font-size: clamp(2.45rem, 5.15vw, 5.8rem); font-weight: 700; letter-spacing: -.028em; line-height: 1.04; text-wrap: balance; }.manifesto div > p { max-width: 45ch; margin: 34px 0 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.85; }

.works { padding: clamp(88px, 11vw, 150px) 0 49px; background: var(--graphite); color: #f6f6f7; }.works-heading { display: grid; grid-template-columns: minmax(175px, .65fr) minmax(0, 1.85fr); gap: clamp(38px, 9vw, 190px); padding-bottom: 76px; }.works .section-label { color: #d78a9f; }.works h2 { max-width: 13ch; }.work-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }.work-card { position: relative; min-height: 620px; margin: 0; overflow: hidden; background: #303137; }.work-card img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); transition: filter 650ms var(--ease), transform 850ms var(--ease); }.work-card:hover img { filter: saturate(1.05); transform: scale(1.04); }.work-card figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 18px 24px; background: linear-gradient(0deg, rgba(19,20,24,.93), rgba(19,20,24,.08)); color: #ececee; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .68rem; letter-spacing: .04em; }.work-card figcaption b { color: #e3a0b2; }.work-card--art { min-height: 620px; }.work-text { display: flex; min-height: 360px; flex-direction: column; justify-content: space-between; padding: clamp(28px, 5vw, 70px); background: var(--wine); color: #fff8f8; font-family: Georgia, "Songti SC", STSong, serif; font-size: clamp(1.55rem, 3.1vw, 3.2rem); font-weight: 700; letter-spacing: -.022em; line-height: 1.12; }.work-text p { max-width: 12ch; margin: 0; }.work-text p:last-child { margin-left: auto; text-align: right; }.work-card--wide { min-height: 360px; }.work-card--wide img { object-position: center 36%; }.image-credit { margin-top: 22px; color: #bdbec4; font-size: .7rem; }

.process { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: clamp(52px, 9vw, 170px); padding-top: clamp(102px, 14vw, 185px); padding-bottom: clamp(102px, 14vw, 185px); }.process-intro h2 { margin-top: 20px; }.process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--graphite); }.process li { display: grid; grid-template-columns: 54px minmax(120px, .75fr) minmax(0, 1.25fr); gap: 18px; min-height: 145px; align-items: start; padding: 22px 0; border-bottom: 1px solid var(--line); }.process li b { color: var(--wine); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .72rem; }.process h3 { margin: 0; font-size: 1.12rem; letter-spacing: -.015em; }.process li p { max-width: 30ch; margin: 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.72; }

.booking { background: var(--wine-deep); color: #fff7f8; padding: clamp(92px, 12vw, 158px) 0; }.booking .section-label { color: #eca3b6; }.booking-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(50px, 8vw, 150px); }.booking h2 { margin-top: 20px; max-width: 11ch; }.booking-copy { max-width: 37ch; margin: 33px 0 0; color: #e8c8d0; font-size: .92rem; line-height: 1.75; }form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 18px; align-content: start; }label { display: grid; gap: 9px; color: #f6e9ed; font-size: .81rem; font-weight: 700; }input, select, textarea { width: 100%; border: 1px solid rgba(255,255,255,.46); border-radius: 0; background: rgba(255,255,255,.08); color: #fff; font: inherit; font-size: .94rem; font-weight: 550; padding: 13px 14px; outline: none; }input::placeholder, textarea::placeholder { color: #dfbfc8; }textarea { min-height: 116px; resize: vertical; }input:focus, select:focus, textarea:focus { border-color: #fff; box-shadow: 0 0 0 3px rgba(255,255,255,.18); }.form-wide, .cta-dark, .form-hint, .form-result { grid-column: 1 / -1; }.cta-dark { justify-self: start; margin-top: 7px; border-color: #fff; background: #fff; color: var(--wine-deep); }.cta-dark span { color: var(--wine); }.cta-dark:hover, .cta-dark:focus-visible { border-color: var(--graphite); background: var(--graphite); color: #fff; }.cta-dark:hover span, .cta-dark:focus-visible span { color: #eca3b6; }.form-hint, .form-result { max-width: 50ch; margin: 0; color: #e8c8d0; font-size: .76rem; line-height: 1.6; }.form-result { min-height: 1.6em; color: #fff; font-weight: 750; }

.footer { display: flex; justify-content: space-between; gap: 22px; padding-top: 24px; padding-bottom: 24px; color: #c2c3c8; background: var(--graphite); font-size: .75rem; }.footer a { color: #e3a0b2; font-weight: 750; text-decoration: none; }
@media (max-width: 760px) { .frame, .hero-content { width: min(100% - 40px, 620px); }.topbar { min-height: 70px; }.topbar nav { display: none; }.hero { min-height: 746px; }.hero::after { right: 12px; bottom: 14px; }.hero-media { inset: 0; background-position: 62% center; }.hero-shade { background: linear-gradient(90deg, rgba(217,218,221,.94), rgba(217,218,221,.64) 52%, rgba(217,218,221,.1)); }.hero-content { padding-top: 116px; }.hero h1 { max-width: 8.2ch; font-size: clamp(3.15rem, 14vw, 5.45rem); letter-spacing: -.022em; }.hero-caption { font-size: .61rem; }.manifesto, .works-heading, .process, .booking-grid { grid-template-columns: 1fr; gap: 26px; }.manifesto .section-label { margin-top: 0; }.works-heading { padding-bottom: 46px; }.work-grid { grid-template-columns: 1fr; }.work-card, .work-card--art { min-height: 520px; }.work-text { min-height: 290px; }.work-card--wide { min-height: 300px; }.process li { grid-template-columns: 40px 1fr; gap: 14px; }.process li p { grid-column: 2; }.booking-grid { gap: 60px; } }
@media (max-width: 460px) { .demo-note { font-size: .65rem; }.brand span { display: none; }.hero h1 { letter-spacing: -.018em; }.work-card { min-height: 450px; }form { grid-template-columns: 1fr; }.footer { flex-direction: column; }.process li { min-height: 0; padding: 22px 0 26px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
