:root {
  --ink: #18201e;
  --muted: #6d7771;
  --paper: #f4f5ef;
  --lime: #d6f04d;
  --lavender: #dcd8f8;
  --orange: #ff805d;
  --line: rgba(24, 32, 30, .16);
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
.section-shell { width: min(1180px, calc(100% - 72px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; width: min(1180px, calc(100% - 72px)); height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 12px; background: rgba(244,245,239,.92); backdrop-filter: blur(12px); transition: transform .25s ease; }
.site-header.header-hidden { transform: translateY(-100%); }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid var(--ink); border-radius: 50%; font-size: 10px; letter-spacing: -.1em; }
.nav-links { display: flex; gap: 32px; margin-left: 76px; color: var(--muted); }
.nav-links a, .social-links a { transition: color .2s ease; }
.nav-links a:hover, .social-links a:hover { color: var(--ink); }
.header-status { display: flex; align-items: center; gap: 8px; color: var(--muted); font-family: var(--mono); font-size: 10px; }
.status-dot { width: 6px; height: 6px; background: #77aa68; border-radius: 50%; box-shadow: 0 0 0 4px rgba(119,170,104,.14); }
.hero { min-height: 590px; display: flex; align-items: center; justify-content: space-between; padding: 74px 5.5% 92px 0; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--muted); font: 500 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.eyebrow-line { width: 31px; height: 1px; background: currentColor; display: inline-block; }
h1, h2, h3, p { margin: 0; }
h1 { font-size: clamp(58px, 8vw, 109px); line-height: .93; letter-spacing: -.09em; margin: 27px 0 28px -7px; font-weight: 700; }
h1 em, h2 em { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.08em; }
.hero-intro { max-width: 360px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--ink); padding-bottom: 7px; margin-top: 35px; font-size: 12px; font-weight: 700; }
.text-link span { font-size: 19px; line-height: 10px; transition: transform .2s ease; }
.text-link:hover span, .project-card:hover .circle-arrow { transform: translate(3px, -3px); }
.hero-orbit { position: relative; width: 300px; height: 300px; margin-right: 4%; }
.orbit-ring { position: absolute; inset: 0; border: 1px solid var(--ink); border-radius: 50%; }
.orbit-ring-one { transform: rotate(34deg) scaleX(.44); border-color: var(--muted); }
.orbit-ring-two { transform: rotate(-34deg) scaleX(.44); border-color: var(--muted); }
.orbit-core { position: absolute; top: 50%; left: 50%; width: 124px; height: 124px; transform: translate(-50%, -50%); display: flex; flex-direction: column; justify-content: center; align-items: center; background: var(--lime); border-radius: 50%; }
.orbit-core span { font: 500 39px var(--mono); letter-spacing: -.12em; }
.orbit-core small { margin-top: 6px; text-align: center; font: 9px/1.25 var(--mono); }
.orbit-label { position: absolute; color: var(--muted); font: 9px/1.3 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.orbit-label-top { top: 19px; right: -8px; }
.orbit-label-bottom { bottom: 17px; left: -12px; text-align: right; }
.index-section { padding: 98px 0 140px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 27px; }
h2 { font-size: clamp(42px, 5.7vw, 72px); line-height: .95; letter-spacing: -.08em; margin-top: 22px; }
.accent { color: var(--orange); }
.section-note { color: var(--muted); font-size: 12px; line-height: 1.55; text-align: right; }
.project-grid { display: grid; grid-template-columns: 1.17fr .83fr; gap: 58px 24px; margin-top: 49px; }
.project-card { display: block; }
.project-card:nth-child(3) { grid-column: 1 / 2; width: calc(100% - 18px); }
.card-topline { display: flex; justify-content: space-between; color: var(--muted); font: 10px var(--mono); margin-bottom: 13px; }
.project-art { height: 330px; position: relative; overflow: hidden; transition: transform .3s ease; }
.project-card:hover .project-art { transform: translateY(-5px); }
.art-lumen { background: var(--lavender); padding: 38px 40px; }
.lumen-window { height: 100%; background: #f3f0ff; padding: 24px 26px; display: flex; flex-direction: column; box-shadow: 12px 13px 0 rgba(24,32,30,.1); }
.window-label, .art-caption, .field-stamp { font: 9px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.lumen-window strong { margin: auto 0; font-size: clamp(25px, 3.4vw, 42px); line-height: .98; letter-spacing: -.08em; font-weight: 600; }
.window-bar { width: 55%; height: 4px; background: var(--lime); }
.art-caption { position: absolute; right: 18px; bottom: 13px; color: var(--muted); }
.art-field { background: #d8e8c0; display: flex; align-items: center; justify-content: center; }
.field-sun { width: 147px; height: 147px; border-radius: 50%; background: var(--orange); }
.field-word { position: absolute; top: 27px; left: 29px; font-size: 45px; line-height: .82; letter-spacing: -.09em; font-weight: 700; }
.field-stamp { position: absolute; bottom: 23px; right: 22px; border: 1px solid; border-radius: 50%; width: 68px; height: 68px; display: grid; place-items: center; text-align: center; font-size: 7px; line-height: 1.2; }
.art-commons { background: #202927; color: var(--lime); }
.commons-title { position: absolute; left: 25px; top: 21px; font: 11px var(--mono); }
.commons-copy { position: absolute; left: 25px; bottom: 21px; font-size: 38px; line-height: .93; letter-spacing: -.08em; font-weight: 600; }
.commons-dot { position: absolute; width: 14px; height: 14px; border: 1px solid var(--lime); border-radius: 50%; }
.dot-one { top: 42%; left: 42%; background: var(--orange); border-color: var(--orange); }.dot-two { top: 28%; right: 23%; }.dot-three { bottom: 26%; right: 34%; }
.commons-line { position: absolute; width: 56%; height: 56%; left: 26%; top: 22%; border-top: 1px solid var(--lime); border-right: 1px solid var(--lime); transform: rotate(31deg); opacity: .7; }
.card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 19px; }
.card-footer h3 { font-size: 23px; letter-spacing: -.06em; }
.circle-arrow { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--ink); border-radius: 50%; font-size: 16px; transition: transform .2s ease; }
.project-description { margin-top: 8px; color: var(--muted); font-size: 12px; }
.coming-soon { display: flex; align-items: center; gap: 19px; border-bottom: 1px solid var(--line); padding: 28px 0; margin-top: 72px; font-size: 14px; }
.coming-number, .coming-arrow { font: 10px var(--mono); color: var(--muted); }
.coming-soon p span { color: var(--muted); }
.coming-line { flex: 1; height: 1px; background: var(--line); margin-left: 12px; }
.about-section { background: var(--lime); padding: 116px 0 124px; }
.about-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12%; }
.about-layout h2 { font-size: clamp(44px, 6.2vw, 78px); margin: 0 0 36px; }
.about-copy { max-width: 400px; color: #4f5a35; font-size: 14px; line-height: 1.7; }
.about-layout .text-link { border-color: var(--ink); }
.contact-section { display: flex; justify-content: space-between; align-items: end; padding-top: 137px; padding-bottom: 146px; }
.contact-section h2 { font-size: clamp(48px, 6.2vw, 81px); }
.contact-email { padding-bottom: 8px; border-bottom: 1px solid; font: 500 14px var(--mono); }
.contact-email span { color: var(--orange); font-size: 19px; margin-left: 14px; }
.site-footer { display: flex; justify-content: space-between; align-items: center; min-height: 72px; border-top: 1px solid var(--line); color: var(--muted); font: 10px var(--mono); }
.footer-heart { color: var(--orange); padding-left: 5px; }.social-links { display: flex; gap: 20px; }

@media (max-width: 720px) {
  .section-shell, .site-header { width: min(100% - 40px, 1180px); }
  .site-header { height: 74px; }.nav-links { display: none; }.header-status { font-size: 8px; }
  .hero { display: block; padding: 70px 0 87px; min-height: auto; }.hero-orbit { width: 230px; height: 230px; margin: 75px auto 0; }
  .orbit-core { width: 100px; height: 100px; }.orbit-core span { font-size: 31px; }
  .section-heading { align-items: start; flex-direction: column; gap: 24px; }.section-note { text-align: left; }
  .index-section { padding: 75px 0 95px; }.project-grid { display: block; margin-top: 37px; }.project-card, .project-card:nth-child(3) { width: 100%; margin-bottom: 54px; }
  .project-art { height: 275px; }.art-lumen { padding: 25px; }.field-word { font-size: 38px; }.commons-copy { font-size: 34px; }
  .coming-soon { margin-top: 12px; gap: 11px; font-size: 12px; }.coming-line { margin-left: 0; }
  .about-section { padding: 78px 0 83px; }.about-layout { display: block; }.about-layout > div { margin-top: 66px; }
  .contact-section { display: block; padding-top: 90px; padding-bottom: 100px; }.contact-email { display: inline-block; margin-top: 52px; font-size: 11px; }
  .site-footer { min-height: 105px; flex-wrap: wrap; gap: 8px; padding: 20px 0; }.social-links { width: 100%; order: 3; }
}
