:root {
  --font-geist-sans: "Geist";
  --font-geist-mono: "Geist Mono";
  --paper: #f7f4ec;
  --ink: #1d2926;
  --muted: #63706b;
  --line: rgba(29, 41, 38, 0.16);
  --green: #1bab94;
  --green-dark: #107d6b;
  --coral: #f2765b;
  --amber: #e9b64b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-geist-sans), Arial, sans-serif; -webkit-font-smoothing: antialiased; }
html, body { max-width: 100%; overflow-x: clip; }
button, input, textarea, select { font: inherit; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.arrow-icon { width: 1.05em; height: 1.05em; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.site-header { width: min(100% - 48px, 1320px); height: 88px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; }
.brand img { width: 50px; height: 50px; }
.brand span { font-size: 28px; font-weight: 680; letter-spacing: -0.04em; }
nav { display: flex; gap: 34px; font-size: 14px; color: #43504c; }
nav a, .header-cta { transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--green-dark); }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 650; padding-bottom: 3px; border-bottom: 1px solid var(--ink); }
.cta-label-short { display: none; }
.hero { width: min(100% - 48px, 1320px); min-height: 690px; margin: 0 auto; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(40px, 7vw, 104px); padding: 70px 0 78px; }
h1 { max-width: 700px; margin: 0; font-size: clamp(52px, 6.4vw, 91px); font-weight: 540; line-height: .98; letter-spacing: -.04em; }
h1 em { color: var(--green-dark); font-family: Georgia, serif; font-weight: 400; }
.hero-intro { max-width: 590px; margin: 34px 0 0; color: var(--muted); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 999px; padding: 0 24px; font-size: 14px; font-weight: 650; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--green-dark); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.42); }
.since { margin: 34px 0 0; font-size: 12px; color: #7b837f; }
.hero-visual { position: relative; min-height: 540px; border-radius: 48% 52% 42% 58% / 42% 36% 64% 58%; background: #dfece4; overflow: visible; isolation: isolate; animation: hero-blob-shape 5s ease-in-out infinite alternate; }
.hero-visual::before { content: ''; position: absolute; inset: 8%; border-radius: 50%; background: radial-gradient(circle at 42% 35%, #fff 0 4%, transparent 4.5%), linear-gradient(145deg, #c4e5d7, #e8e1c7); z-index: -2; transform-origin: center; animation: hero-color-drift 4s ease-in-out -4s infinite alternate; }
@keyframes hero-blob-shape {
  0% { border-radius: 48% 52% 42% 58% / 42% 36% 64% 58%; background-color: #dfece4; }
  50% { border-radius: 44% 56% 50% 50% / 48% 42% 58% 52%; background-color: #e2eee5; }
  100% { border-radius: 54% 46% 46% 54% / 38% 48% 52% 62%; background-color: #dcebe5; }
}
@keyframes hero-color-drift {
  from { border-radius: 50% 50% 46% 54% / 52% 44% 56% 48%; transform: translate3d(-1.5%, -1%, 0) scale(.98); }
  to { border-radius: 45% 55% 54% 46% / 44% 54% 46% 56%; transform: translate3d(1.5%, 1%, 0) scale(1.03); }
}
.orbit { position: absolute; border: 1px solid rgba(16,125,107,.33); border-radius: 50%; transform: rotate(-22deg); transform-origin: center; will-change: transform; }
.orbit-one { inset: 13% -8%; animation: orbit-breathe 7s ease-in-out -2s infinite alternate-reverse; }
.orbit-two { inset: 25% -23%; animation: orbit-breathe 6s ease-in-out infinite alternate; }
@keyframes orbit-breathe {
  from { transform: rotate(-22deg) scale(.97); }
  to { transform: rotate(-22deg) scale(1); }
}
.system-card { position: absolute; border: 1px solid rgba(29,41,38,.13); background: rgba(255,255,255,.86); box-shadow: 0 28px 70px rgba(39,72,64,.12); backdrop-filter: blur(14px); }
.system-card-main { left: 15%; top: 29%; width: 70%; border-radius: 24px; padding: 27px; }
.card-label { display: block; color: var(--green-dark); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; }
.system-card-main strong { display: block; margin-top: 14px; font-size: clamp(18px, 2.1vw, 28px); line-height: 1.2; letter-spacing: -.04em; }
.progress-line { height: 5px; margin: 25px 0 20px; border-radius: 9px; background: #e5e3da; overflow: hidden; }
.progress-line span { display: block; width: 72%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--green), var(--amber)); }
.mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mini-grid span { padding: 9px 6px; border-radius: 8px; background: #f3f0e8; text-align: center; color: #69716d; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.system-card-top, .system-card-bottom { display: flex; align-items: center; gap: 9px; border-radius: 999px; padding: 12px 16px; font-size: 11px; font-weight: 650; }
.system-card-top { top: 17%; right: 3%; }
.system-card-bottom { bottom: 17%; left: 4%; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(242,118,91,.13); }
.card-icon { display: grid; place-items: center; width: 20px; height: 20px; color: white; background: var(--green); border-radius: 50%; }
.service-strip { width: min(100% - 48px, 1320px); margin: 0 auto 30px; padding: 26px 0; display: grid; grid-template-columns: 180px 1fr; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-strip p { margin: 0; color: var(--green-dark); font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.service-strip div { display: flex; justify-content: space-between; gap: 20px; color: #4d5955; font-size: 13px; }
.service-strip span::before { content: '✦'; margin-right: 9px; color: var(--coral); font-size: 9px; }
@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; width: min(100% - 32px, 1320px); }
  nav { display: none; }
  .header-cta { min-height: 42px; padding: 0 15px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; }
  .header-cta .arrow-icon { width: 16px; height: 16px; }
  .cta-label-full { display: none; }
  .cta-label-short { display: inline; }
  .hero { grid-template-columns: 1fr; width: min(100% - 32px, 1320px); padding-top: 52px; }
  .hero-visual { min-height: 440px; }
  .service-strip { width: min(100% - 32px, 1320px); grid-template-columns: 1fr; gap: 18px; }
  .service-strip div { flex-wrap: wrap; justify-content: flex-start; }
}
@media (max-width: 520px) {
  .site-header, .hero, .service-strip, .section, .contact-section, footer {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
  .site-header { column-gap: 12px; }
  .brand { gap: 8px; }
  .brand img { width: 46px; height: 46px; }
  .brand span { font-size: 24px; }
  .header-cta { padding-inline: 13px; }
  h1 { font-size: clamp(42px, 12.5vw, 49px); text-align: center; }
  .hero { min-height: auto; gap: 56px; text-align: center; }
  .hero > *, .hero-copy { min-width: 0; width: 100%; }
  .hero-intro { margin-left: auto; margin-right: auto; }
  .hero-actions { display: grid; width: 100%; max-width: 360px; margin-left: auto; margin-right: auto; }
  .hero-actions .button { width: 100%; }
  .since { text-align: center; }
  .hero-visual { min-height: 360px; overflow: visible; }
  .system-card-main { left: 8%; width: 84%; }
  .system-card-top { right: 1%; }
  .system-card-bottom { bottom: 0; left: 1%; }
}
@media (max-width: 398px) {
  .hero-visual { min-height: 400px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .hero-visual, .hero-visual::before, .orbit { animation: none; }
}

.section { width: min(100% - 48px, 1320px); margin: 0 auto; padding: 120px 0; }
.section-kicker { margin: 0 0 22px; color: var(--green-dark); font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.section-kicker-light { color: #9ce5d5; }
.section-heading { display: grid; grid-template-columns: 150px minmax(300px, 1fr) minmax(250px, .58fr); gap: 30px; align-items: end; margin-bottom: 68px; }
.section-heading .section-kicker { align-self: start; margin-top: 10px; }
.section h2, .principles h2, .about-band h2, .contact-section h2 { margin: 0; font-size: clamp(40px, 5vw, 70px); font-weight: 520; line-height: 1.05; letter-spacing: -.04em; }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 320px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.18); }
.service-card h3 { max-width: 280px; margin: 68px 0 18px; font-size: 25px; font-weight: 560; line-height: 1.12; letter-spacing: -.035em; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-number { position: absolute; top: 28px; right: 28px; color: #8c958f; font: italic 16px Georgia, serif; }
.service-card-featured { grid-column: span 2; display: grid; grid-template-columns: 1fr 2fr; min-height: 390px; padding: 42px; background: var(--green); color: #082f29; overflow: hidden; }
.service-card-featured::after { content: ''; position: absolute; width: 330px; height: 330px; right: -130px; bottom: -180px; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.09), 0 0 0 90px rgba(255,255,255,.06); }
.service-card-featured h3 { max-width: 530px; margin-top: 54px; font-size: clamp(36px, 4vw, 58px); }
.service-card-featured p { max-width: 560px; color: #164c43; font-size: 16px; }
.service-card-featured ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; }
.service-card-featured li { padding: 8px 11px; border: 1px solid rgba(8,47,41,.18); border-radius: 999px; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.service-tag { color: #0b4c41 !important; font-size: 10px !important; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.service-card-featured .service-number { color: #0b4c41; }
.service-arrow { position: absolute; right: 42px; bottom: 36px; width: 25px; height: 25px; }
.service-card-research { background: #efe5cb; }

.principles { width: min(100% - 32px, 1450px); margin: 30px auto; padding: 110px clamp(24px, 6vw, 89px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 9vw, 150px); color: #f2f5ee; background: var(--ink); border-radius: 34px; }
.principles-intro > p:last-child { max-width: 520px; margin: 32px 0 0; color: #b5c1bb; font-size: 17px; line-height: 1.75; }
.principle-list { border-top: 1px solid rgba(255,255,255,.16); }
.principle-list article { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.principle-list article > span { color: var(--coral); font: italic 15px Georgia, serif; }
.principle-list h3 { margin: 0 0 9px; font-size: 21px; font-weight: 540; letter-spacing: -.025em; }
.principle-list p { margin: 0; color: #aebbb4; font-size: 14px; line-height: 1.65; }

.work-section { display: grid; grid-template-columns: 1fr .7fr; gap: 70px; }
.work-heading h2 { font-size: clamp(43px, 5.5vw, 76px); }
.work-copy { padding-top: 38px; }
.work-copy p { color: var(--muted); font-size: 15px; line-height: 1.72; }
.work-copy .work-lead { color: var(--ink); font-size: 21px; line-height: 1.55; }
.work-copy a { display: inline-flex; gap: 10px; margin-top: 20px; padding-bottom: 4px; color: var(--green-dark); font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--green-dark); }
.capability-row { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-row div { padding: 28px; border-right: 1px solid var(--line); }
.capability-row div:last-child { border-right: 0; }
.capability-row span { display: block; margin-bottom: 12px; color: #7b8580; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.capability-row strong { font-size: 17px; font-weight: 570; }

.about-band { width: min(100% - 32px, 1450px); margin: 10px auto 120px; padding: 100px clamp(24px, 6vw, 89px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(54px, 6vw, 90px); align-items: center; background: #e8dfc8; border-radius: 34px; }
.about-illustration { position: relative; width: 100%; aspect-ratio: 4 / 5; min-height: 0; display: grid; place-items: center; border-radius: 30px; background: rgba(255,255,255,.27); overflow: hidden; }
.about-illustration::before { content: ''; position: absolute; inset: 9%; border: 1px solid rgba(16,125,107,.18); border-radius: 50%; }
.about-illustration img { position: relative; z-index: 1; width: 100%; height: 100%; padding: clamp(10px, 1.3vw, 22px); object-fit: contain; filter: drop-shadow(0 18px 24px rgba(29,41,38,.10)); }
.about-illustration span { position: absolute; z-index: 2; left: 22px; bottom: 20px; padding: 9px 13px; border-radius: 999px; color: var(--green-dark); background: rgba(247,244,236,.88); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.about-copy h2 { max-width: 760px; }
.about-copy > p:not(.section-kicker) { max-width: 700px; color: #5c645f; font-size: 16px; line-height: 1.75; }
.about-copy h2 + p { margin-top: 34px; }

.contact-section { width: min(100% - 32px, 1450px); margin: 0 auto; padding: 80px; display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: end; color: #f8f6ee; background: var(--green-dark); border-radius: 30px; }
.contact-section > div > p:last-child { max-width: 570px; margin: 24px 0 0; color: #b8dfd5; font-size: 16px; line-height: 1.7; }
.contact-email { position: relative; display: flex; flex-direction: column; gap: 9px; padding: 30px 62px 30px 0; font-size: clamp(20px, 2.5vw, 34px); border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.contact-email span { color: #b8dfd5; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-arrow { position: absolute; right: 0; top: 50%; width: 30px; height: 30px; transform: translateY(-50%); color: var(--amber); }

footer { width: min(100% - 48px, 1320px); margin: 0 auto; padding: 70px 0 34px; display: grid; grid-template-columns: 1fr 1.1fr .7fr; gap: 6px; color: #66706b; font-size: 12px; line-height: 1.6; }
.footer-brand { align-self: start; }
.footer-brand img { width: 34px; height: 34px; }
.footer-brand span { font-size: 21px; }
footer p { margin: 0 0 5px; }
footer div a { display: block; margin-bottom: 4px; color: var(--ink); }
.copyright { grid-column: 1 / -1; padding-top: 36px; margin-top: 22px; border-top: 1px solid var(--line); }

@media (max-width: 900px) {
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .section-kicker { margin: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card-featured { grid-column: span 2; }
  .principles, .work-section, .about-band, .contact-section { grid-template-columns: 1fr; }
  .about-illustration { max-width: 620px; width: 100%; }
  footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .section { width: min(100% - 32px, 1320px); padding: 88px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-featured { grid-column: auto; grid-template-columns: 1fr; padding: 30px; }
  .service-card { min-height: 280px; }
  .principles { padding-top: 76px; padding-bottom: 76px; }
  .capability-row { grid-template-columns: 1fr; }
  .capability-row div { border-right: 0; border-bottom: 1px solid var(--line); }
  .capability-row div:last-child { border-bottom: 0; }
  .about-band { padding-top: 72px; padding-bottom: 72px; }
  .about-illustration { min-height: 0; }
  .contact-section { width: min(100% - 32px, 1320px); padding: 54px 26px; }
  footer { width: min(100% - 32px, 1320px); grid-template-columns: 1fr; }
}
