:root {
  --ink: #17251f;
  --paper: #f2efe6;
  --lime: #c7f452;
  --orange: #ff5b35;
  --line: rgba(23, 37, 31, .19);
  --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); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.noise { position: fixed; inset: 0; opacity: .045; pointer-events: none; z-index: 20; 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)'/%3E%3C/svg%3E"); }

.site-header { height: 92px; padding: 0 5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 30; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; font-size: 20px; letter-spacing: -.04em; width: fit-content; }
.desktop-nav { display: flex; gap: 36px; font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -6px; background: var(--ink); transition: .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; background: var(--ink); color: white; border-radius: 30px; padding: 13px 20px; font-size: 13px; font-weight: 600; }
.header-cta span { margin-left: 16px; color: var(--lime); }
.menu-button { display: none; background: none; border: 0; padding: 10px; }

.hero { min-height: calc(100vh - 92px); position: relative; padding: 9vh 5vw 35px; display: flex; flex-direction: column; overflow: hidden; }
.eyebrow, .section-label { font: 500 11px var(--mono); letter-spacing: .12em; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.hero h1, h2 { font-weight: 500; letter-spacing: -.07em; line-height: .96; margin: 7vh 0 0; }
.hero h1 { font-size: clamp(70px, 10.5vw, 170px); max-width: 1000px; position: relative; z-index: 2; }
em { font-family: Georgia, serif; font-weight: 400; }
.hero h1 em { color: var(--orange); }
.hero-bottom { margin-top: auto; display: flex; gap: 24px; align-items: flex-end; position: relative; z-index: 3; }
.hero-bottom p { max-width: 410px; font-size: 16px; line-height: 1.65; margin: 0; }
.round-link { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--ink); border-radius: 50%; transition: .25s; }
.round-link:hover { background: var(--ink); color: white; transform: translateY(3px); }
.hero-meta { position: absolute; right: 5vw; bottom: 38px; display: flex; gap: 24px; font: 10px var(--mono); letter-spacing: .08em; }
.orbit-shape { position: absolute; width: 430px; height: 430px; right: 7vw; top: 27%; }
.orbit { position: absolute; inset: 45px; border: 1px solid rgba(23,37,31,.28); border-radius: 50%; }
.orbit-two { inset: 0 105px; transform: rotate(45deg); }
.core { position: absolute; inset: 125px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; box-shadow: 0 20px 60px rgba(77,113,18,.2); }
.core span { font: 500 70px Georgia; transform: rotate(-8deg); }
.satellite { position: absolute; border-radius: 50%; background: var(--orange); width: 18px; height: 18px; animation: float 4s ease-in-out infinite; }
.sat-one { top: 28px; left: 196px; }.sat-two { bottom: 64px; right: 48px; width: 10px; height: 10px; animation-delay: -2s; }
@keyframes float { 50% { transform: translateY(15px); } }

.intro, .services, .process { padding: 130px 5vw; }
.intro { display: grid; grid-template-columns: 25% 75%; border-top: 1px solid var(--line); }
.intro h2, .section-heading h2, .contact h2 { font-size: clamp(48px, 6.6vw, 100px); margin: 0; }
.intro h2 em, .section-heading h2 em { color: var(--orange); }
.intro-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; max-width: 900px; margin-top: 70px; }
.intro-copy p { line-height: 1.75; font-size: 15px; margin: 0; }
.section-label { margin: 7px 0; }

.services { background: #ddd8cb; }
.section-heading { display: grid; grid-template-columns: 25% 1fr; align-items: start; margin-bottom: 80px; }
.service-list { border-top: 1px solid var(--line); }
.service-card { display: grid; grid-template-columns: 60px 140px 1fr 50px; gap: 30px; align-items: center; min-height: 220px; border-bottom: 1px solid var(--line); transition: background .25s, padding .25s; }
.service-card:hover { background: rgba(242,239,230,.45); padding: 0 24px; }
.service-number { font: 11px var(--mono); align-self: start; margin-top: 30px; }
.service-card h3 { font-size: 35px; letter-spacing: -.04em; margin: 0 0 16px; }
.service-card p { margin: 0; max-width: 510px; line-height: 1.7; font-size: 14px; }
.card-arrow { justify-self: end; font-size: 24px; }
.service-icon { width: 100px; height: 100px; position: relative; display: grid; place-items: center; }
.icon-strategy span { position: absolute; width: 62px; height: 62px; border: 1px solid var(--ink); border-radius: 50%; }
.icon-strategy span:nth-child(2) { transform: translateX(20px); }.icon-strategy span:nth-child(3) { transform: translate(10px,20px); background: var(--lime); mix-blend-mode: multiply; }
.icon-design { background: var(--orange); border-radius: 50% 0 50% 50%; transform: rotate(10deg); }
.icon-design span { width: 32px; height: 32px; border: 1px solid var(--ink); border-radius: 50%; }
.icon-build { border: 1px solid var(--ink); transform: rotate(-6deg); background: var(--lime); }
.icon-build span { font: 19px var(--mono); }

.work { background: var(--ink); color: var(--paper); padding: 130px 5vw 80px; }
.light { color: rgba(242,239,230,.6); }
.work .section-heading { grid-template-columns: 25% 1fr auto; align-items: end; }
.work .section-heading h2 em { color: var(--lime); }
.work-intro { width: 260px; line-height: 1.6; font-size: 14px; margin: 0; }
.project-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 30px; }
.project-visual { min-height: 500px; position: relative; display: grid; place-items: center; overflow: hidden; }
.project-a .project-visual { background: #c3b5a3; }
.project-b .project-visual { background: #a6d5c2; }
.mock-browser { width: 78%; background: #e9e3da; box-shadow: 0 25px 60px rgba(0,0,0,.25); transform: rotate(-2deg); }
.mock-top { height: 28px; border-bottom: 1px solid #c6bdb1; display: flex; align-items: center; gap: 5px; padding: 0 10px; }
.mock-top i { width: 5px; height: 5px; border-radius: 50%; background: #8d8174; }
.mock-a { min-height: 330px; padding: 40px; color: #201d19; position: relative; background: linear-gradient(110deg, transparent 65%, rgba(60,52,43,.08) 65%); }
.mock-a small { font: 8px var(--mono); }.mock-a strong { display: block; font: 400 48px/1 Georgia; margin-top: 80px; }
.mock-a span { position: absolute; width: 100px; height: 100px; border: 1px solid #776c5f; right: 28px; bottom: 30px; border-radius: 50% 50% 4px 50%; }
.mock-phone { width: 220px; height: 430px; background: #11241d; border: 5px solid #deefe7; border-radius: 31px; box-shadow: 0 25px 50px rgba(0,0,0,.28); padding: 30px 20px; text-align: center; position: relative; }
.phone-notch { position: absolute; top: 8px; left: 75px; width: 60px; height: 13px; background: #07110d; border-radius: 20px; }
.mock-phone small { font: 11px var(--mono); color: var(--lime); }
.flow-ring { width: 130px; height: 130px; border: 1px solid #68a88d; border-radius: 50%; margin: 42px auto 25px; padding: 20px; }
.flow-ring i { display: block; width: 100%; height: 100%; border-radius: 50% 0 50% 50%; background: var(--lime); transform: rotate(30deg); }
.mock-phone strong { font: 400 28px/1.15 Georgia; }
.phone-button { display: block; background: var(--lime); color: var(--ink); border-radius: 20px; padding: 9px; font-size: 10px; margin-top: 40px; }
.float-card { position: absolute; right: 7%; bottom: 15%; background: var(--paper); color: var(--ink); padding: 15px; width: 110px; box-shadow: 0 12px 25px rgba(0,0,0,.15); transform: rotate(5deg); }
.float-card small, .float-card span { display: block; font: 7px var(--mono); }.float-card strong { display: block; font-size: 35px; }
.project-info { display: flex; align-items: end; justify-content: space-between; margin-top: 22px; }
.project-info span { font: 9px var(--mono); color: var(--lime); }.project-info h3 { font-size: 25px; margin: 6px 0 0; }.project-info p { font: 10px var(--mono); color: rgba(242,239,230,.6); }
.concept-note { font: 9px var(--mono); color: rgba(242,239,230,.5); margin-top: 50px; text-align: right; }

.process-grid { margin-top: 80px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.process-grid article { padding: 26px 35px 0 0; min-height: 260px; border-right: 1px solid var(--line); }
.process-grid article:not(:first-child) { padding-left: 35px; }
.process-grid article:last-child { border-right: 0; }
.process-grid span { font: 11px var(--mono); color: var(--orange); }
.process-grid h3 { margin: 60px 0 14px; font-size: 25px; }.process-grid p { font-size: 13px; line-height: 1.7; margin: 0; }

.contact { background: var(--orange); padding: 130px 5vw; display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.contact h2 { margin-top: 50px; }.contact h2 em { color: var(--paper); }
.contact-copy > p:last-child { max-width: 440px; line-height: 1.7; margin-top: 45px; }
.contact-email { display: inline-flex; gap: 18px; align-items: center; margin-top: 25px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 600; }
.contact-email span { transition: transform .2s; }.contact-email:hover span { transform: translate(3px, -3px); }
.contact-form { padding-top: 10px; }
.contact-form label { display: block; border-bottom: 1px solid rgba(23,37,31,.4); padding: 20px 0 14px; }
.contact-form label span { display: block; font: 10px var(--mono); margin-bottom: 10px; }
.contact-form input, .contact-form textarea, .contact-form select { border: 0; outline: 0; resize: none; width: 100%; background: transparent; color: var(--ink); padding: 3px 0; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(23,37,31,.55); }
.contact-form button { margin-top: 32px; width: 100%; border: 0; background: var(--ink); color: white; padding: 18px 22px; display: flex; justify-content: space-between; cursor: pointer; }
.contact-form button:hover { background: #263a32; }.contact-form button span { color: var(--lime); }
.form-status { font-size: 13px; min-height: 20px; }

footer { background: #0f1a16; color: var(--paper); padding: 65px 5vw 35px; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 30px; align-items: start; }
footer > p { margin: 0; font: 18px/1.5 Georgia; }
.footer-links { display: grid; gap: 12px; font-size: 12px; }
.footer-links a:hover { color: var(--lime); }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.13); padding-top: 25px; margin-top: 40px; font: 9px var(--mono); color: rgba(255,255,255,.5); }

.reveal { animation: appear .8s both; }.hero h1 { animation-delay: .1s; }.hero-bottom { animation-delay: .2s; }
@keyframes appear { from { opacity: 0; transform: translateY(18px); } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 78px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; width: 40px; }
  .menu-button span { display: block; height: 1px; background: var(--ink); margin: 7px 0; }
  .desktop-nav.open { display: flex; position: absolute; top: 78px; left: 0; right: 0; padding: 30px 5vw; background: var(--paper); flex-direction: column; gap: 22px; border-bottom: 1px solid var(--line); }
  .hero { min-height: calc(100svh - 78px); padding-top: 7vh; }
  .hero h1 { font-size: clamp(55px, 16vw, 110px); margin-top: 9vh; }
  .orbit-shape { width: 280px; height: 280px; right: -60px; top: 44%; opacity: .85; }
  .core { inset: 85px; }.orbit { inset: 30px; }.orbit-two { inset: 0 70px; }.sat-one { left: 128px; }
  .hero-meta { display: none; }.hero-bottom p { max-width: 330px; }
  .intro, .section-heading, .work .section-heading { grid-template-columns: 1fr; gap: 40px; }
  .intro-copy { grid-template-columns: 1fr; gap: 25px; }
  .service-card { grid-template-columns: 45px 100px 1fr; }.card-arrow { display: none; }
  .service-icon { width: 75px; height: 75px; }
  .project-grid { grid-template-columns: 1fr; gap: 70px; }.work-intro { width: auto; max-width: 400px; }
  .process-grid { grid-template-columns: 1fr 1fr; }.process-grid article:nth-child(2) { border-right: 0; }.process-grid article { border-bottom: 1px solid var(--line); }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .hero { padding-bottom: 25px; }.hero h1 { font-size: 16vw; }
  .hero-bottom { align-items: center; }.hero-bottom p { font-size: 14px; max-width: 260px; }
  .orbit-shape { top: 45%; right: -100px; opacity: .55; }
  .intro, .services, .process, .work, .contact { padding: 90px 6vw; }
  .intro h2, .section-heading h2, .contact h2 { font-size: 13vw; }
  .service-card { grid-template-columns: 35px 1fr; padding: 25px 0; gap: 16px; }
  .service-card:hover { padding: 25px 10px; }.service-icon { grid-column: 2; }.service-card > div:nth-of-type(2) { grid-column: 2; }
  .project-visual { min-height: 380px; }.mock-browser { width: 90%; }.mock-a { min-height: 260px; padding: 25px; }.mock-a strong { font-size: 36px; margin-top: 60px; }
  .mock-phone { transform: scale(.82); }.float-card { right: 2%; }
  .project-info { align-items: start; }.project-info p { text-align: right; }
  .process-grid { grid-template-columns: 1fr; }.process-grid article, .process-grid article:not(:first-child) { border-right: 0; padding: 25px 0; min-height: 220px; }
  footer { grid-template-columns: 1fr 1fr; } footer > p { display: none; }.footer-links { justify-self: end; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Refined multi-page theme */
:root {
  --ink: #3c4d5f;
  --paper: #e9e5de;
  --lime: #89a8ad;
  --orange: #bd705b;
  --line: rgba(60, 77, 95, .2);
}

.wordmark { font-size: 21px; letter-spacing: .16em; font-weight: 700; }
.desktop-nav a.active::after { right: 0; }
.page-home { min-height: 100vh; }
.home-hero { min-height: calc(100svh - 180px); padding: 8vh 5vw 6vh; display: grid; grid-template-columns: 1fr; align-items: center; overflow: hidden; }
.home-copy { position: relative; z-index: 2; }
.home-copy { width: min(100%, 1120px); }
.home-copy h1, .page-intro h1, .contact-copy h1 { font-size: clamp(58px, 8.5vw, 130px); font-weight: 500; letter-spacing: -.07em; line-height: .94; margin: 6vh 0 35px; }
.home-copy h1 em, .page-intro h1 em, .contact-copy h1 em { color: var(--orange); }
.home-intro { max-width: 520px; font-size: 17px; line-height: 1.7; }
.home-actions { display: flex; gap: 28px; align-items: center; margin-top: 38px; }
.primary-button { display: inline-flex; gap: 35px; align-items: center; padding: 17px 22px; background: var(--ink); color: white; font-size: 13px; }
.primary-button span { color: #dbe8d5; }.text-link { font-size: 13px; font-weight: 600; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.home-art { width: min(34vw, 470px); aspect-ratio: 1; position: relative; justify-self: center; }
.soft-orbit { position: absolute; border: 1px solid rgba(53,70,63,.35); border-radius: 50%; }
.orbit-a { inset: 8%; }.orbit-b { inset: 0 28%; transform: rotate(45deg); }
.art-core { position: absolute; inset: 29%; display: grid; place-items: center; background: var(--lime); border-radius: 50%; font: 400 clamp(55px,7vw,95px) Georgia; box-shadow: 0 25px 60px rgba(53,70,63,.16); }
.art-dot { position: absolute; border-radius: 50%; background: var(--orange); }.dot-a { width: 18px; height: 18px; top: 5%; left: 48%; }.dot-b { width: 10px; height: 10px; right: 10%; bottom: 18%; }
.home-links { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.home-links a { padding: 27px 5vw; min-height: 130px; display: grid; grid-template-columns: 35px 1fr auto; grid-template-rows: auto auto; border-right: 1px solid var(--line); transition: background .2s; }
.home-links a:hover { background: #ddd8d0; }.home-links span { grid-row: 1 / 3; font: 10px var(--mono); color: var(--orange); }.home-links strong { font-size: 19px; }.home-links p { margin: 8px 0 0; font-size: 12px; }.home-links i { grid-row: 1 / 3; align-self: center; font-style: normal; }
.compact-footer { min-height: 90px; padding: 25px 5vw; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; font-size: 11px; }
.compact-footer > span { justify-self: end; font: 9px var(--mono); }

.inner-page { padding: 90px 5vw 0; }
.page-intro { display: grid; grid-template-columns: 1fr; padding-bottom: 85px; }
.page-intro > div { width: min(100%, 980px); }
.page-intro h1 { font-size: clamp(52px, 7vw, 105px); margin: 0 0 35px; }
.page-intro > div > p { max-width: 520px; line-height: 1.7; }
.page-list { border-top: 1px solid var(--line); }
.page-list .service-card h2 { font-size: 34px; letter-spacing: -.04em; margin: 0 0 16px; }
.next-page { margin: 90px -5vw 0; padding: 45px 5vw; background: #d3d8d8; display: flex; justify-content: space-between; align-items: center; transition: background .2s; }
.next-page:hover { background: #c6d0d1; }
.next-page small { font: 9px var(--mono); }.next-page strong { font-size: clamp(24px,3vw,42px); }
.light-projects .project-info { color: var(--ink); }.light-projects .project-info span { color: var(--orange); }.light-projects .project-info p { color: rgba(53,70,63,.7); }
.light-note { color: rgba(53,70,63,.65); }
.process-page { margin: 0; }.process-page h2 { margin: 60px 0 14px; font-size: 25px; letter-spacing: -.03em; }
.contact-page { padding: 80px 5vw; min-height: calc(100svh - 182px); display: grid; align-items: center; }
.contact-panel { background: #9eb6ba; padding: 65px; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.contact-panel .contact-copy h1 { font-size: clamp(48px,5.3vw,82px); margin: 35px 0; }
.contact-panel .contact-copy h1 em { color: #f4efe7; }

@media (max-width: 900px) {
  .home-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 9vh; }
  .home-art { width: 350px; margin: 60px auto 20px; }
  .home-links { grid-template-columns: 1fr; }.home-links a { border-right: 0; border-bottom: 1px solid var(--line); }
  .page-intro { grid-template-columns: 1fr; gap: 35px; }
  .contact-panel { grid-template-columns: 1fr; padding: 45px; }
}

@media (max-width: 580px) {
  .home-hero { padding: 65px 6vw; }.home-copy h1 { font-size: 16vw; }
  .home-art { width: 270px; }.home-actions { align-items: flex-start; flex-direction: column; }
  .compact-footer { grid-template-columns: 1fr; }.compact-footer > span { justify-self: start; }.compact-footer > a:nth-child(2) { overflow-wrap: anywhere; }
  .inner-page { padding: 65px 6vw 0; }.next-page { margin: 70px -6vw 0; padding: 35px 6vw; }
  .contact-page { padding: 35px 6vw; }.contact-panel { padding: 30px 22px; }
}
