:root {
  --paper: #f4f1ec;
  --ink: #171717;
  --muted: #77736c;
  --line: #d8d2ca;
  --accent: #e86f52;
  --accent-dark: #bc4c37;
  --night: #262522;
  --serif: "Noto Serif SC", "Songti SC", serif;
  --sans: "DM Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
.grain { position: fixed; inset: 0; pointer-events: none; opacity: .045; 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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E"); }
.section-pad { padding-left: clamp(24px, 7vw, 112px); padding-right: clamp(24px, 7vw, 112px); }
.site-header { height: 86px; padding: 0 clamp(24px, 7vw, 112px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 2; }
.wordmark { display: flex; align-items: center; gap: 13px; font-size: 11px; font-weight: 700; letter-spacing: .16em; white-space: nowrap; }
.wordmark i { color: var(--accent); font-style: normal; margin: 0 4px; }
.wordmark-mark { display: grid; place-items: center; width: 34px; height: 34px; background: var(--ink); color: var(--paper); border-radius: 50%; font: 700 19px var(--serif); }
.nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); font-size: 12px; font-weight: 600; }
.nav a:not(.nav-cta) { color: var(--muted); transition: color .2s; }
.nav a:not(.nav-cta):hover { color: var(--ink); }
.nav-cta { border-bottom: 1px solid var(--ink); padding-bottom: 3px; }
.nav-cta span, .button span { color: var(--accent); margin-left: 8px; font-size: 17px; }
.hero { min-height: min(810px, calc(100vh - 86px)); display: grid; grid-template-columns: minmax(320px, .92fr) minmax(380px, .95fr); align-items: center; gap: 8vw; position: relative; padding-top: 80px; padding-bottom: 100px; }
.hero-copy { padding-top: 8px; }
.eyebrow, .section-label { margin: 0 0 24px; color: var(--accent-dark); font-size: 10px; letter-spacing: .2em; font-weight: 700; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--accent); vertical-align: 1px; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 900; letter-spacing: 0; line-height: 1.05; }
h1 { font-size: clamp(66px, 9.3vw, 148px); }
h1 em, h2 em { color: var(--accent); font-style: normal; }
.hero-lede { margin: 34px 0 0; font-family: var(--serif); font-size: clamp(17px, 1.7vw, 23px); line-height: 1.75; color: #403e3a; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 23px; border: 1px solid transparent; font-size: 12px; font-weight: 700; letter-spacing: .05em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--ink); color: var(--paper); }
.button-primary:hover { background: var(--accent-dark); }
.text-link { border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; padding-bottom: 5px; }
.text-link span { color: var(--accent); font-size: 16px; margin-left: 9px; }
.hero-visual { min-height: 580px; position: relative; display: grid; place-items: center; }
.portrait-frame { width: min(31vw, 405px); aspect-ratio: .78; min-width: 285px; position: relative; z-index: 1; overflow: hidden; background: #c6c1b9; box-shadow: 16px 18px 0 rgba(29, 28, 26, .06); }
.portrait-frame img { filter: saturate(.86); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.3); pointer-events: none; }
.hero-ring { position: absolute; border: 1px solid #c4bdb3; border-radius: 50%; }
.ring-one { width: min(39vw, 500px); aspect-ratio: 1; transform: translate(8%, -3%); }
.ring-two { width: min(27vw, 350px); aspect-ratio: 1; border-color: var(--accent); transform: translate(-33%, 36%); opacity: .75; }
.hero-sticker { position: absolute; z-index: 2; top: 9%; right: 1%; width: 90px; height: 90px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); color: white; text-align: center; font: 600 13px/1.5 var(--serif); transform: rotate(11deg); }
.portrait-caption { position: absolute; z-index: 2; bottom: 7%; left: 3%; display: flex; gap: 15px; align-items: flex-start; color: var(--muted); font-size: 9px; line-height: 1.4; letter-spacing: .1em; }
.portrait-caption span:first-child { color: var(--accent-dark); font-size: 16px; font-weight: 700; }
.scroll-note { position: absolute; bottom: 32px; left: clamp(24px, 7vw, 112px); display: flex; align-items: center; gap: 13px; color: var(--muted); font-size: 9px; letter-spacing: .16em; }
.scroll-note i { width: 50px; height: 1px; background: var(--accent); }
.stats { background: #e9e4dc; padding-top: 72px; padding-bottom: 70px; }
.stats .section-label { margin-bottom: 32px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cfc8be; }
.stat { padding: 28px 24px 0 0; border-right: 1px solid #cfc8be; min-height: 135px; }
.stat:not(:first-child) { padding-left: 24px; }
.stat:last-child { border-right: 0; padding-right: 0; }
.stat strong { display: block; font: 600 clamp(35px, 4.4vw, 68px)/1 var(--serif); }
.stat strong span { color: var(--accent); font-size: .44em; }
.stat-label { display: block; margin-top: 13px; color: var(--muted); font-size: 11px; letter-spacing: .14em; }
.stat-note p { margin: 3px 0; color: #514e49; font-family: var(--serif); font-size: 15px; line-height: 1.8; }
.about { display: grid; grid-template-columns: minmax(300px, .95fr) minmax(300px, .82fr); justify-content: center; align-items: center; gap: clamp(60px, 12vw, 190px); padding-top: 150px; padding-bottom: 160px; }
.about-image { width: min(100%, 500px); aspect-ratio: .9; position: relative; }
.about-image img { filter: saturate(.78); }
.image-index { position: absolute; right: -22px; bottom: -17px; padding: 14px 13px; background: var(--accent); color: #fff; font-size: 10px; letter-spacing: .13em; }
.about-copy { max-width: 460px; }
.about-copy h2, .works h2 { font-size: clamp(41px, 5vw, 77px); }
.about-copy p { margin: 31px 0 0; color: #504c46; line-height: 1.95; }
.about-copy .muted { margin-top: 10px; color: var(--muted); }
.circle-link { display: grid; place-items: center; width: 52px; height: 52px; margin-top: 38px; border: 1px solid var(--ink); border-radius: 50%; font-size: 20px; transition: background .2s, color .2s; }
.circle-link:hover { background: var(--ink); color: var(--paper); }
.works { padding-top: 116px; padding-bottom: 128px; border-top: 1px solid var(--line); }
.works-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 70px; }
.works-head > p { margin: 0 1vw 9px 0; color: var(--muted); font: 14px/1.8 var(--serif); text-align: right; }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; align-items: start; }
.gallery-card { display: block; position: relative; overflow: hidden; background: #d0cbc4; }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.52), transparent 38%); opacity: .6; transition: opacity .3s; }
.gallery-card:hover::after { opacity: .9; }
.gallery-card img { transition: transform .55s cubic-bezier(.2,.75,.25,1); filter: saturate(.76); }
.gallery-card:hover img { transform: scale(1.06); }
.card-tall { aspect-ratio: .76; }
.card-short { aspect-ratio: .92; margin-top: 100px; }
.gallery-card:nth-child(1) { grid-column: 1 / span 3; }
.gallery-card:nth-child(2) { grid-column: 4 / span 3; }
.gallery-card:nth-child(3) { grid-column: 7 / span 3; }
.gallery-card:nth-child(4) { grid-column: 10 / span 3; }
.gallery-card:nth-child(5) { grid-column: 2 / span 3; margin-top: 18px; }
.gallery-card:nth-child(6) { grid-column: 9 / span 3; margin-top: 118px; }
.card-meta { position: absolute; z-index: 1; bottom: 17px; left: 18px; right: 18px; color: #fff; font-size: 9px; letter-spacing: .13em; }
.card-meta b { margin-right: 11px; color: #ffd1c5; font-size: 14px; }
.works-footer { display: flex; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 76px; padding-top: 18px; color: var(--muted); font-size: 9px; letter-spacing: .17em; }
.works-footer a { color: var(--ink); letter-spacing: .04em; font-size: 12px; font-weight: 700; }
.works-footer b { color: var(--accent); margin-left: 10px; font-size: 17px; }
.follow { padding-top: 105px; padding-bottom: 115px; background: var(--night); color: var(--paper); text-align: center; }
.follow-inner { max-width: 600px; margin: auto; }
.follow-mark { display: grid; place-items: center; width: 44px; height: 44px; margin: 0 auto 31px; border: 1px solid #77736b; border-radius: 50%; color: #ddd8d1; font: 600 21px var(--serif); }
.follow .section-label { color: #ed927d; }
.follow h2 { font-size: clamp(48px, 6vw, 88px); }
.follow p { color: #aaa59d; font-size: 12px; letter-spacing: .06em; margin: 28px 0 33px; }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: var(--accent); color: #fff; }
.site-footer { display: flex; justify-content: space-between; padding-top: 28px; padding-bottom: 28px; color: var(--muted); font-size: 10px; letter-spacing: .09em; }
.site-footer a { color: var(--ink); }
.reveal, .reveal.is-visible { opacity: 1 !important; transform: none !important; transition: none; }
.reveal-delay, .reveal-delay-2 { transition-delay: 0s; }
@media (max-width: 800px) {
  .site-header { height: 72px; }
  .nav a:not(.nav-cta) { display: none; }
  .nav { gap: 0; }
  .nav-cta { font-size: 11px; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 54px; padding-top: 72px; padding-bottom: 100px; }
  .hero-visual { min-height: 470px; }
  .portrait-frame { width: min(68vw, 340px); min-width: 0; }
  .ring-one { width: min(88vw, 440px); }
  .ring-two { width: min(62vw, 300px); transform: translate(-37%, 32%); }
  .hero-sticker { right: 8%; top: 7%; width: 78px; height: 78px; font-size: 11px; }
  .portrait-caption { left: 8%; bottom: 5%; }
  .scroll-note { display: none; }
  .stats { padding-top: 60px; padding-bottom: 50px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat { min-height: 115px; padding-top: 22px; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(3), .stat:nth-child(4) { border-top: 1px solid #cfc8be; }
  .stat:nth-child(3) { padding-left: 0; }
  .stat:nth-child(4) { padding-left: 24px; }
  .stat-note p { font-size: 13px; line-height: 1.6; }
  .about { grid-template-columns: 1fr; gap: 64px; padding-top: 100px; padding-bottom: 105px; }
  .about-image { width: calc(100% - 20px); }
  .about-copy { max-width: none; }
  .works { padding-top: 83px; padding-bottom: 88px; }
  .works-head { display: block; margin-bottom: 42px; }
  .works-head > p { margin: 24px 0 0; text-align: left; }
  .gallery { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .gallery-card:nth-child(n) { grid-column: auto; margin-top: 0; }
  .gallery-card:nth-child(1), .gallery-card:nth-child(4), .gallery-card:nth-child(5) { aspect-ratio: .77; }
  .gallery-card:nth-child(2), .gallery-card:nth-child(3), .gallery-card:nth-child(6) { aspect-ratio: .86; }
  .card-meta { left: 10px; right: 8px; bottom: 10px; font-size: 8px; letter-spacing: .06em; }
  .card-meta b { margin-right: 5px; font-size: 12px; }
  .works-footer { display: block; margin-top: 45px; line-height: 2; }
  .works-footer a { display: block; margin-top: 13px; }
  .follow { padding-top: 78px; padding-bottom: 82px; }
  .site-footer { gap: 12px; flex-wrap: wrap; font-size: 9px; }
  .site-footer span:nth-child(2) { order: 3; width: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
