:root {
  --teal: #0f9d8a;
  --teal-dark: #087d6e;
  --teal-light: #d9f2ee;
  --teal-wash: #eef9f7;
  --ink: #1a1d23;
  --muted: #626a69;
  --line: #dfe7e5;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.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; }

.site-header { height: 92px; max-width: 1240px; margin: 0 auto; padding: 0 28px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.brand { display: flex; align-items: center; width: 170px; height: 56px; overflow: hidden; }
.brand img { width: 166px; height: auto; display: block; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 650; }
.desktop-nav a { position: relative; padding: 12px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 0; height: 2px; background: var(--teal); transition: width .25s ease; }
.desktop-nav a:hover::after { width: 100%; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 8px; color: var(--teal-dark); font-size: 14px; font-weight: 750; }
.header-cta svg, .text-link svg { transition: transform .2s ease; }
.header-cta:hover svg, .text-link:hover svg { transform: translate(3px,-3px); }
.mobile-menu { display: none; }

.hero { min-height: calc(100svh - 92px); max-width: 1240px; margin: 0 auto; padding: 64px 28px 70px; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr); align-items: center; gap: 56px; overflow: hidden; }
.eyebrow { margin: 0 0 24px; color: var(--teal-dark); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 800; }
.eyebrow span { color: var(--ink); }
.eyebrow span::after { content: ""; display: inline-block; width: 26px; height: 1px; background: var(--teal); vertical-align: middle; margin: 0 12px; }
.hero h1 { margin: 0; max-width: 710px; font-size: clamp(4rem, 7vw, 7rem); line-height: .92; letter-spacing: -.07em; font-weight: 770; }
.hero h1 em { color: var(--teal); font-style: normal; font-weight: 500; }
.hero-lede { max-width: 600px; margin: 32px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 24px; border-radius: 6px; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.button-primary { background: var(--teal); color: white; box-shadow: 0 12px 32px rgba(15,157,138,.19); }
.button-primary:hover { background: var(--teal-dark); transform: translateY(-2px); }
.button-primary:hover svg { transform: translate(2px,-2px); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 750; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }

.hero-visual { position: relative; aspect-ratio: 1/1; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 76%; height: 76%; background: var(--teal-wash); border-radius: 50%; }
.orbit { position: absolute; border: 1px solid rgba(15,157,138,.24); border-radius: 50%; }
.orbit-one { width: 94%; height: 94%; }
.orbit-two { width: 66%; height: 66%; }
.hero-card { position: relative; width: 58%; aspect-ratio: 1/1.04; border-radius: 36px; padding: 28px; background: var(--teal); color: white; box-shadow: 0 30px 70px rgba(15,72,64,.24); display: flex; flex-direction: column; justify-content: space-between; transform: rotate(-4deg); }
.hero-mark { align-self: flex-end; }
.hero-card p { margin: 0; font-size: 13px; font-weight: 750; letter-spacing: .03em; }
.hero-card p span { opacity: .65; margin: 0 4px; }
.floating-chip { position: absolute; padding: 12px 16px; border: 1px solid var(--line); background: rgba(255,255,255,.94); box-shadow: 0 15px 35px rgba(26,29,35,.09); border-radius: 100px; font-size: 12px; font-weight: 750; backdrop-filter: blur(10px); }
.chip-one { top: 19%; left: 0; }
.chip-one span { display: inline-block; width: 7px; height: 7px; background: var(--teal); border-radius: 50%; margin-right: 7px; }
.chip-two { right: 0; bottom: 20%; }
.chip-two span { color: var(--teal); margin-right: 7px; }

.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 80px; padding: 0 28px; display: flex; align-items: center; justify-content: center; gap: clamp(20px, 4vw, 62px); overflow: hidden; }
.proof-strip p { margin: 0; white-space: nowrap; color: var(--muted); text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.proof-strip span { color: var(--teal); }

.section { max-width: 1240px; margin: 0 auto; padding: 120px 28px; }
.section-heading { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 50px; margin-bottom: 64px; }
.section-kicker { margin: 8px 0 0; color: var(--teal-dark); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 800; }
.section-kicker.light { color: #78d1c5; }
.section-heading h2, .about h2, .contact-copy h2 { margin: 0; font-size: clamp(2.8rem, 5.2vw, 5.2rem); line-height: 1.03; letter-spacing: -.055em; font-weight: 760; }
.section-heading h2 em, .about h2 em, .contact-copy h2 em { color: var(--teal); font-style: normal; font-weight: 500; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.service-card { min-height: 520px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:last-child { border-right: 0; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 22px 50px rgba(26,29,35,.1); position: relative; z-index: 2; }
.service-card.featured { background: var(--teal); color: white; border-color: var(--teal); }
.service-top { display: flex; justify-content: space-between; align-items: center; }
.service-top span { font-size: 12px; font-weight: 800; opacity: .6; }
.service-top svg { color: var(--teal); }
.service-card.featured .service-top svg { color: white; }
.service-card h3 { margin: 0 0 18px; font-size: clamp(1.8rem, 2.8vw, 2.7rem); line-height: 1.08; letter-spacing: -.045em; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 15px; }
.service-card.featured p { color: rgba(255,255,255,.78); }
.service-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 11px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.service-card li { display: flex; align-items: center; gap: 9px; }
.service-card li::before { content: "↗"; color: var(--teal); }
.service-card.featured li::before { color: white; }

.work-section { background: var(--ink); color: white; }
.work-inner { max-width: 1240px; }
.work-heading { grid-template-columns: 1.3fr .7fr; align-items: end; }
.work-heading h2 em { color: #77cfc3; }
.work-heading > p { max-width: 430px; margin: 0 0 8px; color: #aeb5b4; font-size: 16px; line-height: 1.7; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #3a3f45; border-left: 1px solid #3a3f45; }
.project-card { min-height: 390px; padding: 28px; display: grid; grid-template-rows: auto 1fr auto; border-right: 1px solid #3a3f45; border-bottom: 1px solid #3a3f45; transition: background .25s ease; }
.project-card:hover { background: #23282d; }
.project-card.wide { grid-column: 1 / -1; min-height: 320px; grid-template-columns: 180px 1fr auto; grid-template-rows: 1fr; align-items: center; gap: 42px; }
.project-brand { width: 96px; height: 96px; border-radius: 16px; background: #2a3035; display: grid; place-items: center; position: relative; overflow: hidden; }
.project-brand span { color: #75d4c7; font-size: 26px; font-weight: 800; letter-spacing: -.05em; }
.project-brand small { position: absolute; left: 0; right: 0; bottom: 0; padding: 5px; background: #32383e; color: #8f9997; text-transform: uppercase; text-align: center; font-size: 7px; letter-spacing: .12em; }
.project-copy { align-self: end; max-width: 460px; }
.project-copy > span { color: #73cfc2; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.project-copy h3 { margin: 10px 0 10px; font-size: clamp(1.55rem, 2.7vw, 2.35rem); line-height: 1.1; letter-spacing: -.04em; }
.project-copy p { margin: 0; color: #9ba4a2; line-height: 1.6; font-size: 14px; }
.project-link { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding-top: 25px; color: #cbd0cf; font-size: 12px; font-weight: 750; }
.project-link svg { color: #70cfc2; transition: transform .2s ease; }
.project-card:hover .project-link svg { transform: translate(4px,-4px); }
.project-card.wide .project-link { align-self: end; }

.about { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.about h2 { margin-top: 26px; }
.about-copy { padding-top: 8px; }
.about-copy > p { color: var(--muted); font-size: 16px; line-height: 1.75; max-width: 670px; }
.about-copy .about-lede { margin-top: 0; color: var(--ink); font-size: clamp(1.45rem, 2.6vw, 2.15rem); line-height: 1.45; letter-spacing: -.025em; }
.principles { margin-top: 54px; border-top: 1px solid var(--line); }
.principles > div { display: grid; grid-template-columns: 40px 150px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.principles span { color: var(--teal); font-size: 11px; font-weight: 800; }
.principles strong { font-size: 14px; }
.principles p { margin: 0; color: var(--muted); font-size: 14px; }

.contact-section { background: var(--teal); color: white; }
.contact-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.contact-copy h2 { margin: 24px 0 28px; }
.contact-copy h2 em { color: white; opacity: .82; }
.contact-copy > p:not(.section-kicker) { max-width: 500px; color: rgba(255,255,255,.78); line-height: 1.7; }
.email-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 34px; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.7); font-weight: 800; }
.email-link svg { transition: transform .2s ease; }
.email-link:hover svg { transform: translate(3px,-3px); }
.contact-form { padding: 38px; background: white; color: var(--ink); border-radius: 12px; display: grid; gap: 25px; box-shadow: 0 30px 60px rgba(2,85,74,.19); }
.contact-form label { display: grid; gap: 8px; }
.contact-form label span { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #cfd8d6; border-radius: 0; background: transparent; padding: 12px 0; color: var(--ink); font: inherit; outline: none; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 1px 0 var(--teal); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #929a98; }
.submit-button { justify-self: start; border: 0; background: var(--ink); color: white; cursor: pointer; }
.submit-button:hover { background: #30343a; transform: translateY(-2px); }

.site-footer { max-width: 1240px; margin: 0 auto; padding: 58px 28px 32px; display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 60px; }
.footer-brand img { width: 170px; height: auto; }
.footer-brand p { margin: 15px 0 0; color: var(--muted); font-size: 13px; }
.site-footer nav { display: flex; gap: 28px; font-size: 13px; font-weight: 750; }
.site-footer nav a:hover { color: var(--teal-dark); }
.footer-meta { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 24px; display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.footer-meta p { margin: 0; }

@media (max-width: 840px) {
  .site-header { height: 78px; grid-template-columns: 1fr auto; padding: 0 20px; }
  .brand { width: 145px; height: 48px; }
  .brand img { width: 142px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { list-style: none; width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { display: block; width: 22px; height: 2px; background: var(--ink); }
  .mobile-menu nav { position: absolute; right: 0; top: 50px; width: min(280px, calc(100vw - 40px)); padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 20px 50px rgba(26,29,35,.12); display: grid; }
  .mobile-menu nav a { padding: 14px; border-radius: 7px; font-weight: 700; }
  .mobile-menu nav a:last-child { background: var(--teal); color: white; margin-top: 5px; }
  .hero { min-height: auto; padding: 68px 20px 48px; grid-template-columns: 1fr; gap: 54px; }
  .hero h1 { font-size: clamp(3.6rem, 15.5vw, 6rem); }
  .hero-lede { font-size: 17px; }
  .hero-visual { max-width: 520px; width: 100%; margin: 0 auto; }
  .proof-strip { justify-content: flex-start; min-height: 66px; }
  .section { padding: 88px 20px; }
  .section-heading, .work-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 46px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 400px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .project-card.wide { grid-template-columns: 120px 1fr; }
  .project-card.wide .project-link { grid-column: 1 / -1; }
  .about { grid-template-columns: 1fr; gap: 54px; }
  .contact-inner { grid-template-columns: 1fr; gap: 60px; }
}
@media (max-width: 520px) {
  .hero { padding-top: 52px; }
  .eyebrow { font-size: 10px; }
  .hero h1 { letter-spacing: -.06em; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .text-link { align-self: flex-start; }
  .hero-card { width: 62%; border-radius: 27px; padding: 22px; }
  .hero-card svg { width: 48px; height: 48px; }
  .floating-chip { padding: 9px 12px; font-size: 10px; }
  .proof-strip { gap: 24px; }
  .section { padding-top: 74px; padding-bottom: 74px; }
  .section-heading h2, .about h2, .contact-copy h2 { font-size: 2.75rem; }
  .service-card { min-height: 390px; padding: 24px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card, .project-card.wide { grid-column: auto; min-height: 360px; grid-template-columns: 1fr; grid-template-rows: auto 1fr auto; gap: 0; }
  .project-card.wide .project-link { grid-column: auto; }
  .principles > div { grid-template-columns: 32px 1fr; }
  .principles p { grid-column: 2; }
  .contact-form { padding: 26px 22px; }
  .site-footer { grid-template-columns: 1fr; gap: 36px; padding-left: 20px; padding-right: 20px; }
  .site-footer nav { flex-wrap: wrap; }
  .footer-meta { display: grid; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
