@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;700&family=Playfair+Display:ital,wght@0,500;1,500;1,600&display=swap');

:root { --ink: #10161e; --muted: #72808c; --paper: #f4f6f3; --line: rgba(16, 22, 30, .14); --lime: #d9f36a; --blue: #9cc9ff; --orange: #ff9d65; --serif: 'Playfair Display', Georgia, serif; --mono: 'DM Mono', monospace; --sans: 'DM Sans', 'PingFang SC', 'Microsoft YaHei', sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.site-shell { overflow: hidden; }
.site-header, main > section, .site-footer { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; font: 500 12px var(--mono); letter-spacing: .02em; }
.brand-mark { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--ink); color: var(--lime); font: italic 500 17px var(--serif); }
.brand-dot { color: #83a0bd; }
.site-nav { display: flex; align-items: center; gap: 33px; font-size: 13px; }
.site-nav a { color: #5e6973; transition: color .2s; }
.site-nav a:hover, .footer-links a:hover { color: var(--ink); }
.site-nav .nav-contact { padding: 11px 17px; border: 1px solid var(--line); border-radius: 99px; color: var(--ink); }
.site-nav .nav-contact span, .text-link span, .contact-email span { color: #7892aa; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 1px; margin: 5px 0; background: var(--ink); }
.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; }
.section-grid { display: grid; grid-template-columns: 22% 1fr; gap: 8%; }
.hero { min-height: 655px; padding: 102px 0 94px; align-items: center; }
.eyebrow, .section-label, .project-tags, .card-topline, .card-bottomline { font: 500 10px var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 23px; color: #677582; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #8bbc62; box-shadow: 0 0 0 4px rgba(139,188,98,.15); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 28px; font-size: clamp(52px, 7vw, 91px); line-height: .98; letter-spacing: -.06em; font-weight: 500; }
h1 em, h2 em { color: #7892aa; font-family: var(--serif); font-weight: 500; letter-spacing: -.05em; }
.hero-intro { max-width: 480px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 39px; }
.button { display: inline-flex; align-items: center; gap: 20px; padding: 15px 19px; border-radius: 4px; font-size: 13px; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 9px 20px rgba(16,22,30,.13); }
.button-primary { background: var(--ink); color: #f4f6f3; }
.button-primary span { color: var(--lime); font-size: 16px; }
.text-link { border-bottom: 1px solid var(--line); padding-bottom: 4px; font-size: 13px; }
.hero-visual { min-height: 420px; position: relative; display: grid; place-items: center; }
.portrait-card { position: relative; z-index: 2; width: min(320px, 72vw); aspect-ratio: .77; padding: 19px; display: flex; flex-direction: column; justify-content: space-between; background: var(--blue); transform: rotate(5deg); box-shadow: 24px 28px 0 var(--lime); }
.card-topline, .card-bottomline { display: flex; justify-content: space-between; color: rgba(16,22,30,.62); font-size: 8px; }
.card-bottomline { color: var(--ink); }
.portrait-letter { align-self: center; color: var(--ink); font: italic 235px/.7 var(--serif); letter-spacing: -.16em; transform: translateX(-10px); }
.portrait-letter span { color: var(--orange); font-size: .48em; vertical-align: 20%; }
.orbit { position: absolute; border: 1px solid rgba(16,22,30,.18); border-radius: 50%; transform: rotate(-28deg); }
.orbit-one { width: 510px; height: 190px; }
.orbit-two { width: 440px; height: 190px; transform: rotate(58deg); }
.floating-note { position: absolute; z-index: 3; display: grid; place-items: center; background: var(--orange); color: var(--ink); }
.note-one { top: 30px; right: 4%; width: 74px; height: 74px; border-radius: 50%; font: italic 15px/1.05 var(--serif); transform: rotate(12deg); }
.note-two { right: 4%; bottom: 34px; width: 42px; height: 42px; border-radius: 50%; color: var(--paper); font-size: 22px; transform: rotate(-18deg); }
.marquee-band { border-block: 1px solid var(--line); overflow: hidden; white-space: nowrap; }
.marquee-track { display: flex; justify-content: center; align-items: center; gap: 33px; min-width: max-content; padding: 17px 0; color: #8d9aa3; font: 500 10px var(--mono); letter-spacing: .17em; }
.marquee-track i { color: var(--orange); font-style: normal; font-size: 16px; }
.section { padding: 135px 0; }
.section-label { display: flex; gap: 24px; color: #77848e; }
.section-label span:first-child { color: var(--orange); }
.about-content h2, .contact h2 { margin-bottom: 38px; font-size: clamp(36px, 5vw, 63px); line-height: 1.03; font-weight: 500; letter-spacing: -.06em; }
.about-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 11%; max-width: 660px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.skill-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 38px; }
.skill-list span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 100px; color: #61717d; font: 10px var(--mono); }
.work { padding-top: 30px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 30px; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 13px; }
.project-list { border-top: 1px solid var(--line); }
.project-card { min-height: 154px; display: grid; grid-template-columns: 8% 1fr 20% 21% 35px; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); position: relative; transition: padding .3s, background .3s; }
.project-card:hover { padding-inline: 18px; background: rgba(255,255,255,.58); }
.project-number { color: #9ba5aa; font: 11px var(--mono); }
.project-info h3 { margin-bottom: 7px; font-size: 21px; font-weight: 500; letter-spacing: -.03em; }
.project-info p { margin: 0; color: var(--muted); font-size: 12px; }
.project-tags { display: flex; gap: 7px; color: #84919b; font-size: 8px; letter-spacing: .04em; }
.project-tags span { padding: 6px 8px; border: 1px solid var(--line); border-radius: 3px; }
.project-arrow { color: #8498a8; font-size: 20px; transition: transform .2s; }
.project-card:hover .project-arrow { transform: translate(3px, -3px); }
.project-swatch { height: 106px; display: grid; place-items: center; overflow: hidden; position: relative; }
.swatch-lumen { background: #e7f488; color: #495d40; font: italic 28px var(--serif); }
.sun-shape { position: absolute; right: -14px; bottom: -18px; width: 92px; height: 92px; border-radius: 50%; background: var(--orange); opacity: .8; }
.swatch-lumen span { position: relative; z-index: 1; transform: rotate(-9deg); }
.swatch-notes { background: #e2bdf0; color: #704e89; font: italic 26px var(--serif); }
.notes-lines { position: absolute; inset: 23px 13px; border-block: 1px solid rgba(112,78,137,.4); background: repeating-linear-gradient(to bottom, transparent 0 18px, rgba(112,78,137,.3) 19px 20px); transform: rotate(6deg); }
.swatch-notes span { position: relative; z-index: 1; transform: rotate(-6deg); }
.swatch-pebble { background: #f7caa6; }
.pebble { position: absolute; border-radius: 50%; }
.pebble-a { width: 74px; height: 53px; top: 15px; left: 25%; background: #8cabbf; transform: rotate(-20deg); }
.pebble-b { width: 60px; height: 44px; bottom: 10px; right: 18%; background: #ee8862; transform: rotate(26deg); }
.pebble-c { width: 38px; height: 30px; bottom: 20px; left: 16%; background: #f6e88b; transform: rotate(-16deg); }
.notes-content { border-top: 1px solid var(--line); }
.note-entry { display: grid; grid-template-columns: 20% 1fr 120px; gap: 22px; align-items: center; padding: 27px 0; border-bottom: 1px solid var(--line); }
.note-entry time { color: #89949c; font: 10px var(--mono); }
.note-entry h3 { margin: 0; font-size: 16px; font-weight: 500; }
.note-entry a { color: #718797; font-size: 12px; text-align: right; }
.note-entry a span { margin-left: 6px; }
.contact { width: 100%; max-width: none; margin-top: 35px; padding: 135px max(32px, calc((100vw - 1160px) / 2)); position: relative; overflow: hidden; background: var(--ink); color: var(--paper); }
.contact-inner { position: relative; z-index: 1; }
.contact .eyebrow { color: #a5b3bd; }
.contact h2 { margin-bottom: 42px; }
.contact h2 em { color: var(--blue); }
.contact-email { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 9px; border-bottom: 1px solid rgba(244,246,243,.34); color: var(--lime); font: 14px var(--mono); }
.contact-email span { color: var(--lime); font-size: 19px; }
.contact-stamp { position: absolute; right: max(7%, calc((100vw - 1160px) / 2)); top: 50%; color: var(--orange); font-size: 190px; transform: translateY(-50%) rotate(17deg); opacity: .95; }
.site-footer { display: flex; justify-content: space-between; padding: 25px 0 35px; color: #87939b; font: 10px var(--mono); }
.footer-links { display: flex; gap: 25px; }
.footer-links a { transition: color .2s; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; } .reveal-delay-2 { transition-delay: .2s; } .reveal-delay-3 { transition-delay: .28s; }
@media (max-width: 760px) {
  .site-header, main > section, .site-footer { width: min(100% - 40px, 560px); }
  .site-header { height: 72px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; z-index: 8; top: 65px; right: 20px; left: 20px; padding: 18px; flex-direction: column; align-items: stretch; gap: 17px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 14px 25px rgba(16,22,30,.1); }
  .site-nav.is-open { display: flex; }
  .site-nav .nav-contact { text-align: center; }
  .hero { display: block; min-height: auto; padding: 80px 0 115px; }
  h1 { font-size: clamp(49px, 15vw, 78px); }
  .hero-intro { font-size: 14px; }
  .hero-visual { min-height: 405px; margin-top: 35px; }
  .portrait-card { width: 255px; box-shadow: 18px 21px 0 var(--lime); }
  .portrait-letter { font-size: 190px; }
  .orbit-one { width: 370px; height: 150px; } .orbit-two { width: 340px; height: 140px; }
  .note-one { right: 2%; } .note-two { right: 0; }
  .section { padding: 90px 0; }
  .section-grid { display: block; }
  .section-label { margin-bottom: 35px; }
  .about-content h2, .contact h2 { font-size: 42px; }
  .about-columns { display: block; } .about-columns p + p { margin-top: 18px; }
  .section-heading { display: block; } .section-heading > p { margin-top: 17px; }
  .project-card { min-height: 180px; grid-template-columns: 28px 1fr 35px; grid-template-rows: 1fr 1fr; gap: 0 12px; padding: 14px 0; }
  .project-number { align-self: start; padding-top: 6px; } .project-info { align-self: start; padding-top: 3px; }
  .project-tags { grid-column: 2; align-self: end; } .project-arrow { grid-column: 3; grid-row: 1; align-self: start; padding-top: 2px; }
  .project-swatch { grid-column: 1 / -1; grid-row: 2; height: 68px; margin-top: 10px; }
  .project-card:hover { padding-inline: 8px; }
  .note-entry { grid-template-columns: 1fr 28px; gap: 10px; padding: 22px 0; } .note-entry time { grid-column: 1 / -1; } .note-entry h3 { font-size: 14px; line-height: 1.5; } .note-entry a { font-size: 0; } .note-entry a span { font-size: 20px; }
  .contact { width: calc(100% - 40px); padding: 90px 20px; } .contact-stamp { right: -26px; top: 72%; font-size: 140px; }
  .site-footer { display: block; line-height: 1.8; } .footer-links { margin-top: 13px; flex-wrap: wrap; gap: 12px 20px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
