:root {
  --ink: #111214;
  --ink-soft: #191a1d;
  --paper: #e9e7e0;
  --paper-warm: #f4f1e9;
  --mist: #9a9a96;
  --line: rgba(233, 231, 224, .18);
  --accent: #ee542f;
  --accent-dark: #c13d23;
  --display: 'Space Grotesk', sans-serif;
  --body: 'Manrope', sans-serif;
  --mono: 'DM Mono', monospace;
  --container: min(1240px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.site-shell { overflow: hidden; }
.site-header { width: var(--container); height: 74px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; letter-spacing: .12em; font-family: var(--mono); font-size: 12px; }
.brand-name { font-weight: 500; }
.brand-name small { color: var(--mist); font-size: 8px; letter-spacing: .2em; margin-left: 5px; }
.brand-mark { width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; gap: 2px; }
.brand-mark span { display: block; width: 5px; border-radius: 1px; background: var(--accent); }
.brand-mark span:nth-child(1) { height: 12px; transform: translateY(2px); }
.brand-mark span:nth-child(2) { height: 20px; }
.brand-mark span:nth-child(3) { height: 15px; transform: translateY(-2px); }
.site-nav { display: flex; align-items: center; gap: 32px; font-family: var(--mono); font-size: 10px; letter-spacing: .04em; color: var(--mist); }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--paper); }
.site-nav .nav-cta { color: var(--paper); border-left: 1px solid var(--line); padding-left: 32px; }
.site-nav span, .button span, .email-link span { color: var(--accent); margin-left: 7px; }
.section-pad { width: var(--container); margin: auto; padding-top: 128px; padding-bottom: 128px; }
.overline, .section-index, .hero-note, .series-meta, .art-caption, .config-note { font-family: var(--mono); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; color: var(--mist); }
.hero { min-height: 720px; padding-top: 74px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 52px; align-items: center; position: relative; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 30px; }
.overline { color: var(--accent); margin: 0 0 28px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; letter-spacing: -.055em; }
h1 { max-width: 640px; margin-bottom: 28px; font-size: clamp(52px, 6.4vw, 96px); line-height: .93; }
h1 em, h2 em { color: var(--accent); font-style: normal; }
.hero-lede { max-width: 420px; color: #c0bfba; font-size: 15px; line-height: 1.65; margin-bottom: 8px; }
.hero-lede-zh { color: var(--mist); font-size: 13px; margin-bottom: 34px; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 19px; border: 1px solid transparent; font-family: var(--mono); font-size: 10px; letter-spacing: .045em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #160d0a; }
.button-primary:hover { background: #ff6b43; }
.button-quiet { border-color: var(--line); color: var(--paper); }
.button-quiet:hover { border-color: var(--paper); }
.hero-note { display: flex; gap: 11px; align-items: center; margin-top: 58px; }
.note-line { width: 35px; height: 1px; background: var(--accent); }
.hero-art { position: relative; min-height: 544px; }
.hero-art::before { content: ''; position: absolute; inset: 0 0 8% 8%; border: 1px solid rgba(238, 84, 47, .35); transform: translate(12px, -12px); }
.hero-art-frame { height: 100%; position: relative; overflow: hidden; background: #222; }
.hero-art-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,18,20,.72), transparent 34%), linear-gradient(0deg, rgba(17,18,20,.3), transparent 40%); pointer-events: none; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 55% 50%; filter: saturate(.78) contrast(1.05); }
.art-stamp { position: absolute; z-index: 1; top: 20px; right: 20px; color: var(--accent); font-family: var(--mono); font-size: 10px; display: grid; gap: 4px; text-align: right; }
.art-stamp strong { color: var(--paper); font-size: 30px; font-family: var(--display); font-weight: 500; letter-spacing: -.08em; }
.art-caption { position: absolute; z-index: 1; bottom: 21px; left: 23px; color: var(--paper); line-height: 1.8; }
.art-caption span { color: var(--mist); text-transform: none; letter-spacing: 0; }
.manifesto { border-top: 1px solid var(--line); }
.manifesto-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 12%; padding-top: 56px; }
.manifesto h2, .section-heading h2, .process-intro h2 { font-size: clamp(43px, 5.3vw, 76px); line-height: .95; margin-bottom: 0; }
.manifesto-copy { padding-top: 10px; max-width: 440px; }
.manifesto-copy p { color: var(--mist); font-size: 14px; line-height: 1.9; }
.manifesto-copy .lead-copy { color: var(--paper); font-size: 18px; line-height: 1.55; margin-bottom: 26px; }
.manifesto-signature { display: flex; gap: 15px; align-items: flex-start; margin-top: 54px; color: var(--paper); font-family: var(--mono); font-size: 10px; line-height: 1.7; }
.manifesto-signature small { color: var(--mist); }
.signature-line { width: 30px; height: 1px; margin-top: 7px; background: var(--accent); }
.value-section { background: var(--paper); color: var(--ink); width: 100%; padding-left: max(32px, calc((100% - 1240px) / 2)); padding-right: max(32px, calc((100% - 1240px) / 2)); }
.value-section .section-index, .series-section .section-index, .process-section .section-index, .contact-section .section-index { color: #797873; }
.section-heading { max-width: 680px; }
.section-heading h2 { color: var(--ink); margin-top: 23px; }
.section-heading > p { color: #797873; font-size: 14px; line-height: 1.7; max-width: 370px; margin: 28px 0 0 40%; }
.value-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; border-top: 1px solid rgba(17,18,20,.18); margin-top: 78px; }
.value-card { min-height: 360px; padding: 25px 27px 27px; border-right: 1px solid rgba(17,18,20,.18); position: relative; display: flex; flex-direction: column; justify-content: space-between; }
.value-card:first-child { border-left: 1px solid rgba(17,18,20,.18); }
.value-card-featured { background: var(--accent); color: #1b0c08; }
.value-number { font-family: var(--mono); font-size: 10px; }
.value-card h3 { font-size: 31px; line-height: .98; margin-bottom: 17px; }
.value-card p { max-width: 220px; font-size: 13px; line-height: 1.6; color: #77736d; }
.value-card-featured p { color: #482117; }
.value-glyph { align-self: flex-end; position: relative; width: 80px; height: 74px; opacity: .7; }
.glyph-orbit i { position: absolute; inset: 4px; border: 1px solid currentColor; border-radius: 50%; transform: rotate(25deg); }
.glyph-orbit i:nth-child(2) { transform: rotate(65deg) scaleX(.45); }.glyph-orbit i:nth-child(3) { inset: 28px; background: currentColor; border: 0; }
.glyph-window { border: 1px solid currentColor; padding: 9px; display: flex; gap: 9px; }.glyph-window i { flex: 1; border: 1px solid currentColor; }.glyph-window i:last-child { margin-top: 18px; }
.glyph-stack { display: flex; align-items: flex-end; gap: 4px; }.glyph-stack i { width: 19px; height: 35px; border: 1px solid currentColor; }.glyph-stack i:nth-child(2) { height: 57px; }.glyph-stack i:nth-child(3) { height: 44px; }
.series-section { background: var(--ink); width: 100%; padding-left: max(32px, calc((100% - 1240px) / 2)); padding-right: max(32px, calc((100% - 1240px) / 2)); }
.series-heading h2 { color: var(--paper); }.series-heading > p { color: var(--mist); }
.series-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 74px; }
.series-card { min-height: 435px; padding: 12px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.series-card-dark { background: #242528; color: var(--paper); }.series-card-paper { background: #c6c8c1; color: var(--ink); }.series-card-orange { background: var(--accent); color: #1c0e0a; }.series-card-photo { background: #34363a; color: var(--paper); }
.series-visual { height: 255px; margin: -12px -12px 22px; overflow: hidden; background: #1a1b1d; }
.series-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }.series-card:hover .series-visual img { transform: scale(1.045); }
.series-meta { display: flex; justify-content: space-between; font-size: 8px; color: inherit; opacity: .62; margin-bottom: 19px; }
.series-card h3 { font-size: 27px; line-height: .98; margin-bottom: 11px; }.series-card p { font-size: 12px; line-height: 1.5; opacity: .7; margin: 0; max-width: 190px; }
.process-section { display: grid; grid-template-columns: .92fr 1.08fr; gap: 12%; border-top: 1px solid var(--line); }
.process-intro p { max-width: 320px; color: var(--mist); font-size: 14px; line-height: 1.75; margin-top: 28px; }
.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.process-list li { min-height: 105px; display: grid; grid-template-columns: 50px 1fr 30px; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); }
.process-count { color: var(--accent); font-family: var(--mono); font-size: 10px; }.process-list h3 { font-size: 20px; margin: 0 0 6px; }.process-list p { color: var(--mist); font-size: 12px; margin: 0; }.process-arrow { color: var(--accent); font-size: 19px; text-align: right; }
.contact-section { background: var(--paper); color: var(--ink); width: 100%; padding-left: max(32px, calc((100% - 1240px) / 2)); padding-right: max(32px, calc((100% - 1240px) / 2)); }
.contact-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12%; background: var(--ink-soft); color: var(--paper); padding: 64px; }
.contact-copy h2 { font-size: clamp(42px, 4.7vw, 68px); line-height: .94; margin: 27px 0 27px; }.contact-copy p { color: var(--mist); font-size: 13px; line-height: 1.7; max-width: 320px; }.email-link { display: inline-block; margin-top: 27px; border-bottom: 1px solid var(--accent); padding-bottom: 8px; font-family: var(--mono); font-size: 11px; }.config-note { display: block; text-transform: none; letter-spacing: 0; font-size: 9px; margin-top: 9px; color: #716f69; }
.wholesale-form { display: grid; gap: 17px; align-content: center; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.wholesale-form label { display: grid; gap: 8px; color: #aaa8a0; font-family: var(--mono); font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }.wholesale-form input, .wholesale-form select, .wholesale-form textarea { width: 100%; border: 1px solid #3f4041; border-radius: 0; background: #222326; color: var(--paper); padding: 13px 14px; outline: none; font-family: var(--body); font-size: 12px; text-transform: none; letter-spacing: 0; resize: vertical; transition: border-color .2s ease, background .2s ease; }.wholesale-form input:focus, .wholesale-form select:focus, .wholesale-form textarea:focus { border-color: var(--accent); background: #28292c; }.wholesale-form input::placeholder, .wholesale-form textarea::placeholder { color: #666762; }.wholesale-form select:invalid { color: #666762; }.form-submit { width: 100%; border: 0; margin-top: 2px; }.form-status { min-height: 16px; color: var(--accent); font-family: var(--mono); font-size: 10px; line-height: 1.5; margin: 0; }
.site-footer { width: var(--container); min-height: 110px; margin: auto; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 20px; color: var(--mist); font-family: var(--mono); font-size: 9px; }.footer-brand { color: var(--paper); }.footer-line { line-height: 1.7; }.footer-line small { color: #666762; }.footer-links { justify-self: end; display: flex; gap: 20px; }.footer-links a:hover { color: var(--paper); }
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.is-visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
@media (max-width: 980px) { :root { --container: min(100% - 40px, 760px); }.hero { grid-template-columns: 1fr; padding-top: 80px; }.hero-copy { max-width: 650px; }.hero-art { min-height: 540px; }.manifesto-grid, .process-section, .contact-card { grid-template-columns: 1fr; gap: 56px; }.value-grid { grid-template-columns: 1fr; }.value-card { min-height: 270px; border-left: 1px solid rgba(17,18,20,.18); border-bottom: 1px solid rgba(17,18,20,.18); }.series-grid { grid-template-columns: 1fr 1fr; }.contact-card { padding: 45px; }.site-footer { grid-template-columns: 1fr 1fr; }.footer-links { justify-self: start; } }
@media (max-width: 620px) { :root { --container: calc(100% - 32px); }.site-header { height: 64px; }.site-nav { gap: 0; }.site-nav a:not(.nav-cta) { display: none; }.site-nav .nav-cta { border-left: 0; padding-left: 0; }.section-pad { padding-top: 88px; padding-bottom: 88px; }.hero { min-height: auto; padding-top: 74px; }.hero-art { min-height: 390px; }.hero-art::before { transform: translate(7px, -7px); }.hero-lede { font-size: 14px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 10px; max-width: 310px; }.button { width: 100%; }.hero-note { margin-top: 38px; }.manifesto-grid { padding-top: 38px; gap: 39px; }.manifesto h2, .section-heading h2, .process-intro h2 { font-size: 46px; }.section-heading > p { margin: 24px 0 0; }.value-grid, .series-grid { margin-top: 49px; }.series-grid { grid-template-columns: 1fr; }.series-card { min-height: 405px; }.series-visual { height: 230px; }.process-list li { grid-template-columns: 36px 1fr 20px; gap: 10px; min-height: 115px; }.process-list h3 { font-size: 18px; }.contact-card { padding: 28px 20px; gap: 40px; }.contact-copy h2 { font-size: 45px; }.form-row { grid-template-columns: 1fr; gap: 17px; }.site-footer { min-height: 150px; padding: 25px 0; grid-template-columns: 1fr; align-items: start; }.footer-links { gap: 14px; flex-wrap: wrap; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; } [data-reveal] { opacity: 1; transform: none; } }
