:root {
  --ink: #101b18;
  --paper: #e8eadc;
  --lime: #d9f34f;
  --line: rgba(232, 234, 220, .18);
  --muted: #afbbb0;
  --serif: 'Noto Serif TC', serif;
  --sans: 'Space Grotesk', sans-serif;
}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--serif); overflow-x: hidden; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .18; background-image: linear-gradient(rgba(217, 243, 79, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(217, 243, 79, .08) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, black, transparent 80%); z-index: -2; }
body::after { content: ''; position: fixed; width: 65vw; height: 65vw; top: -35vw; right: -15vw; background: radial-gradient(circle, rgba(217, 243, 79, .22), transparent 65%); pointer-events: none; z-index: -1; }
.page-noise { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 5; 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='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
.section-shell, .site-header { width: min(1280px, calc(100% - 112px)); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 34px 0; font-family: var(--sans); }
.brand { display: flex; align-items: center; gap: 12px; color: var(--paper); font-size: 14px; line-height: .95; font-weight: 700; letter-spacing: .12em; text-decoration: none; }
.brand small { font-size: 8px; letter-spacing: .26em; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; color: var(--ink); background: var(--lime); font-size: 20px; font-weight: 700; border-radius: 50%; transition: transform .35s; }
.brand:hover .brand-mark { transform: rotate(-12deg) scale(1.1); }
.header-link { color: var(--paper); font: 600 11px var(--sans); letter-spacing: .14em; text-decoration: none; border-bottom: 1px solid var(--lime); padding-bottom: 7px; transition: color .25s, padding .25s; }
.header-link:hover { color: var(--lime); padding-right: 10px; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, .86fr) minmax(430px, 1.14fr); gap: 8vw; align-items: center; min-height: calc(100vh - 104px); padding: 82px 0 150px; }
.hero::before { content: '01'; position: absolute; top: 35px; right: 0; color: rgba(232, 234, 220, .18); font: 700 clamp(8rem, 22vw, 20rem)/.8 var(--sans); letter-spacing: -.12em; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 26px; color: var(--muted); font: 600 10px var(--sans); letter-spacing: .18em; }
.eyebrow span { display: inline-block; width: 42px; height: 2px; background: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1 { position: relative; max-width: 700px; margin-bottom: 35px; font-size: clamp(3.8rem, 8.2vw, 8.8rem); line-height: .98; letter-spacing: -.07em; font-weight: 800; }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero-intro { max-width: 405px; margin-bottom: 42px; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 2; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-width: 183px; padding: 17px 20px; font: 700 11px var(--sans); letter-spacing: .1em; text-decoration: none; transition: transform .3s, background .3s, color .3s, box-shadow .3s; }
.button:hover { transform: translate(6px, -6px); box-shadow: 10px 10px 0 var(--lime); }
.button-primary { color: var(--ink); background: var(--lime); }
.button-primary:hover { color: var(--paper); background: transparent; outline: 1px solid var(--lime); }
.button-accent { color: var(--ink); background: var(--lime); }
.button-accent:hover { color: var(--paper); background: var(--ink); }
.hero-visual { position: relative; padding: 0 30px 40px 0; }
.hero-visual::before { content: ''; position: absolute; inset: 34px -2px 4px 34px; border: 1px solid rgba(217, 243, 79, .48); transform: rotate(3deg); }
.image-frame { position: relative; z-index: 1; aspect-ratio: 1 / 1.08; overflow: hidden; background: #080f0d; }
.image-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(16, 37, 31, .08), rgba(16, 37, 31, .52)); mix-blend-mode: multiply; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.62) contrast(1.18); transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.hero-visual:hover img { transform: scale(1.06); }
.image-caption { position: absolute; z-index: 1; right: 22px; bottom: 20px; left: 22px; display: flex; justify-content: space-between; color: var(--paper); font: 600 10px/1.35 var(--sans); letter-spacing: .16em; }
.side-note { position: absolute; z-index: 2; right: -8px; bottom: 0; color: var(--lime); font: 700 10px/1.55 var(--sans); letter-spacing: .16em; writing-mode: vertical-rl; }
.statement { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; padding: 120px 0 190px; border-top: 1px solid var(--line); }
.statement h2, .contact h2 { max-width: 760px; margin-bottom: 28px; font-size: clamp(2.8rem, 6.1vw, 6.4rem); line-height: 1.08; letter-spacing: -.07em; }
.statement-body { max-width: 390px; margin-top: 92px; color: var(--muted); font-size: 1.03rem; line-height: 2.1; }
.services { padding-bottom: 190px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-start; border-top: 1px solid var(--line); padding-top: 22px; margin-bottom: 54px; }
.section-index { margin: 0; color: var(--muted); font: 11px var(--sans); letter-spacing: .15em; }
.service-list { border-top: 1px solid var(--line); }
.service-item { position: relative; display: grid; grid-template-columns: 90px 1fr 1fr 30px; gap: 20px; align-items: center; min-height: 142px; border-bottom: 1px solid var(--line); transition: background .35s, padding .35s; }
.service-item:hover { padding: 0 22px; background: var(--lime); color: var(--ink); }
.service-number, .service-item p, .service-arrow { color: var(--muted); font: 11px var(--sans); letter-spacing: .1em; }
.service-item h3 { margin: 0; font-size: clamp(1.3rem, 2.3vw, 2rem); letter-spacing: -.03em; }
.service-item p { max-width: 280px; margin: 0; line-height: 1.8; letter-spacing: 0; }
.service-arrow { text-align: right; color: var(--ink); font-size: 20px; transition: transform .3s; }
.service-item:hover .service-arrow { color: var(--ink); transform: translate(5px, -5px); }
.contact { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; padding: 115px 0 140px; border-top: 1px solid var(--line); }
.contact-action { max-width: 330px; padding-bottom: 12px; }
.contact-action p { color: var(--muted); line-height: 1.9; }
.contact-action small { display: block; margin-top: 28px; color: var(--muted); font: 10px var(--sans); letter-spacing: .1em; }
.site-footer { display: flex; justify-content: space-between; padding: 22px 0 28px; border-top: 1px solid var(--line); color: var(--muted); font: 10px var(--sans); letter-spacing: .12em; }
.reveal { opacity: 0; transform: translateY(22px); animation: rise .8s cubic-bezier(.2,.7,.2,1) forwards; animation-delay: var(--delay, .1s); }
.reveal-1 { --delay: .08s; } .reveal-2 { --delay: .18s; } .reveal-3 { --delay: .3s; } .reveal-4 { --delay: .42s; } .reveal-5 { --delay: .5s; } .reveal-6 { --delay: .58s; } .reveal-7 { --delay: .68s; } .reveal-8 { --delay: .78s; } .reveal-9 { --delay: .88s; } .reveal-10 { --delay: .96s; }
@keyframes rise { to { opacity: 1; transform: translateY(0); } }
@media (max-width: 780px) {
  .section-shell, .site-header { width: min(100% - 42px, 620px); }
  .site-header { padding: 22px 0; }
  .hero { display: flex; flex-direction: column; align-items: stretch; gap: 52px; min-height: auto; padding: 72px 0 100px; }
  h1 { font-size: clamp(3.1rem, 15vw, 5.4rem); }
  .hero-intro { line-height: 1.9; }
  .hero-visual { padding: 0 15px 28px 0; }
  .image-frame { aspect-ratio: 1 / 1.05; }
  .statement, .contact { display: block; padding: 86px 0 100px; }
  .statement-body { margin: 35px 0 0 20%; }
  .services { padding-bottom: 100px; }
  .service-item { grid-template-columns: 38px 1fr 22px; gap: 10px; min-height: 115px; }
  .service-item p { grid-column: 2 / 3; grid-row: 2; font-size: .86rem; }
  .service-item h3 { grid-column: 2; grid-row: 1; }
  .service-number { grid-column: 1; grid-row: 1 / span 2; align-self: start; padding-top: 5px; }
  .service-arrow { grid-column: 3; grid-row: 1; }
  .service-item:hover { padding: 0 10px; }
  .contact-action { margin: 35px 0 0 20%; }
  .site-footer { display: block; line-height: 2; }
  .site-footer span { display: block; }
  .site-footer span + span { margin-top: 8px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
