
:root {
  --ink: #10251c;
  --forest: #0d5a30;
  --forest-dark: #073c21;
  --moss: #a8d5a8;
  --lime: #d8f15d;
  --cream: #f4f0e5;
  --paper: #fffdf7;
  --line: rgba(16, 37, 28, 0.15);
  --muted: #5a6a62;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 253, 247, 0.92);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 84px;
  padding: 0 clamp(24px, 5vw, 78px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { justify-self: start; width: 220px; }
.brand-crop { display: block; height: 68px; overflow: hidden; position: relative; width: 220px; }
.brand-crop img { display: block; height: auto; position: absolute; top: 0; width: 220px; }
.desktop-nav { display: flex; gap: 38px; }
.desktop-nav a { color: #33463d; font-size: .86rem; font-weight: 700; letter-spacing: .02em; position: relative; }
.desktop-nav a::after {
  background: var(--forest); bottom: -8px; content: ""; height: 2px; left: 0;
  position: absolute; transform: scaleX(0); transform-origin: left;
  transition: transform 180ms ease; width: 100%;
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-cta {
  align-items: center; background: var(--ink); border-radius: 999px; color: white;
  display: inline-flex; font-size: .84rem; font-weight: 750; gap: 12px;
  justify-self: end; padding: 13px 19px; transition: background 180ms ease, transform 180ms ease;
}
.header-cta:hover { background: var(--forest); transform: translateY(-2px); }

.hero {
  display: grid; gap: clamp(42px, 6vw, 96px);
  grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr);
  margin: 0 auto; max-width: 1500px; min-height: 720px; overflow: hidden;
  padding: clamp(72px, 8vw, 124px) clamp(24px, 5vw, 78px) 92px; position: relative;
}
.hero::before {
  background-image: radial-gradient(rgba(13, 90, 48, .19) .8px, transparent .8px);
  background-size: 18px 18px; content: ""; height: 250px; left: -110px;
  opacity: .6; position: absolute; top: 64px; width: 250px;
}
.hero-copy { align-self: center; position: relative; z-index: 1; }
.eyebrow {
  align-items: center; color: var(--forest); display: flex; font-size: .77rem;
  font-weight: 800; gap: 10px; letter-spacing: .16em; margin: 0 0 24px; text-transform: uppercase;
}
.eyebrow > span { background: var(--forest); border-radius: 50%; height: 7px; width: 7px; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.9rem, 6.5vw, 7.35rem);
  font-weight: 500; letter-spacing: -.065em; line-height: .91; margin-bottom: 30px; max-width: 780px;
}
h1 em { color: var(--forest); font-weight: 500; }
.hero-lede { color: var(--muted); font-size: clamp(1.04rem, 1.5vw, 1.23rem); line-height: 1.7; margin-bottom: 36px; max-width: 610px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; }
.button {
  align-items: center; border-radius: 999px; display: inline-flex; font-size: .92rem;
  font-weight: 800; gap: 18px; justify-content: center; padding: 17px 24px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.button-primary { background: var(--forest); box-shadow: 0 12px 30px rgba(13, 90, 48, .18); color: white; }
.button:hover { box-shadow: 0 16px 36px rgba(13, 90, 48, .25); transform: translateY(-2px); }
.text-link { border-bottom: 1px solid var(--ink); font-size: .86rem; font-weight: 750; padding: 0 0 5px; }
.text-link span { color: var(--forest); margin-left: 8px; }

.hero-studio {
  align-self: center; background: var(--ink); border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px; box-shadow: 0 34px 80px rgba(13, 50, 31, .2); color: white;
  min-height: 520px; overflow: hidden; position: relative; transform: rotate(1deg);
}
.studio-toolbar, .studio-status {
  align-items: center; display: flex; font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .65rem; justify-content: space-between; letter-spacing: .04em; opacity: .8; padding: 18px 20px;
}
.studio-toolbar { border-bottom: 1px solid rgba(255,255,255,.12); }
.studio-status { border-top: 1px solid rgba(255,255,255,.12); }
.window-dots { display: flex; gap: 6px; }
.window-dots i { background: #6f8177; border-radius: 50%; height: 7px; width: 7px; }
.window-dots i:first-child { background: var(--lime); }
.live-label { align-items: center; display: flex; gap: 6px; text-transform: uppercase; }
.live-label i, .studio-status i { background: var(--lime); border-radius: 50%; display: inline-block; height: 6px; width: 6px; }
.studio-canvas {
  background: linear-gradient(140deg, #184932, #0c2d20 70%); min-height: 430px;
  overflow: hidden; padding: clamp(28px, 4vw, 52px); position: relative;
}
.preview-panel { background: var(--cream); border-radius: 14px; color: var(--ink); min-height: 310px; padding: clamp(30px, 4vw, 50px); width: 76%; }
.preview-kicker { color: var(--forest); display: block; font-size: .58rem; font-weight: 900; letter-spacing: .14em; margin-bottom: 24px; text-transform: uppercase; }
.preview-panel strong { display: block; font-family: Georgia, serif; font-size: clamp(1.65rem, 3vw, 2.55rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.05; margin-bottom: 28px; }
.preview-line { background: #bdc4b8; display: block; height: 5px; margin: 9px 0; width: 50%; }
.preview-line.wide { width: 70%; }
.preview-button { background: var(--forest); border-radius: 999px; color: white; display: inline-block; font-size: .58rem; font-weight: 800; margin-top: 23px; padding: 10px 15px; }
.code-panel {
  background: rgba(7, 29, 19, .94); border: 1px solid rgba(255,255,255,.12);
  border-radius: 11px; bottom: 50px; box-shadow: 0 18px 34px rgba(0,0,0,.28);
  padding: 16px 19px; position: absolute; right: 25px; width: 45%;
}
.code-panel > div { align-items: center; display: flex; gap: 12px; margin: 10px 0; }
.code-panel b { color: #789284; font-family: monospace; font-size: .55rem; }
.code { background: #527561; border-radius: 10px; height: 5px; width: 76%; }
.code.green { background: var(--lime); width: 57%; }
.code.cream { background: #e4dfcb; opacity: .85; width: 66%; }
.code.short { width: 42%; }
.quality-card { background: var(--lime); border-radius: 10px; color: var(--ink); padding: 15px 17px; position: absolute; right: 21px; top: 34px; transform: rotate(3deg); width: 178px; }
.quality-card > span { font-size: .57rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.quality-card > strong { display: block; font-family: Georgia, serif; font-size: 1.35rem; margin: 3px 0 12px; }
.quality-grid { display: flex; font-size: .48rem; font-weight: 800; gap: 7px; }
.quality-grid span { border: 1px solid rgba(16,37,28,.4); border-radius: 999px; padding: 3px 6px; }

.proof-bar { align-items: center; background: var(--forest); color: white; display: flex; justify-content: space-between; padding: 22px clamp(24px, 5vw, 78px); }
.proof-bar p { font-family: Georgia, serif; font-size: 1.15rem; font-style: italic; margin: 0; }
.proof-bar div { align-items: center; display: flex; gap: clamp(12px, 2vw, 27px); }
.proof-bar span { font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.proof-bar i { background: var(--lime); border-radius: 50%; height: 4px; width: 4px; }

.section-shell { margin: 0 auto; max-width: 1500px; padding: 120px clamp(24px, 5vw, 78px); }
.section-heading { align-items: end; display: grid; gap: 80px; grid-template-columns: 1.55fr .7fr; margin-bottom: 56px; }
.section-heading .eyebrow { margin-bottom: 20px; }
.section-heading h2 { font-family: Georgia, serif; font-size: clamp(2.6rem, 4.7vw, 4.9rem); font-weight: 500; letter-spacing: -.05em; line-height: 1; margin: 0; max-width: 850px; }
.section-heading > p { color: var(--muted); font-size: 1rem; line-height: 1.75; margin-bottom: 4px; }
.service-grid { border-left: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.service-card { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); min-height: 360px; padding: 28px; position: relative; transition: background 200ms ease, color 200ms ease, transform 200ms ease; }
.service-card:hover { background: var(--ink); color: white; transform: translateY(-5px); }
.service-number { color: var(--forest); font-family: ui-monospace, monospace; font-size: .66rem; font-weight: 800; letter-spacing: .12em; margin-bottom: 74px; }
.service-card:hover .service-number { color: var(--lime); }
.service-card h3 { font-family: Georgia, serif; font-size: 1.75rem; font-weight: 500; letter-spacing: -.035em; margin-bottom: 16px; }
.service-card p { color: var(--muted); font-size: .88rem; line-height: 1.7; }
.service-card:hover p { color: #ced8d1; }
.service-card > span { bottom: 28px; color: var(--forest); font-size: .62rem; font-weight: 800; left: 28px; letter-spacing: .08em; position: absolute; text-transform: uppercase; }
.service-card:hover > span { color: var(--lime); }
.capability-row { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); padding-top: 34px; }
.capability-row > span { align-items: center; display: flex; font-size: .76rem; font-weight: 750; gap: 10px; }
.capability-row i { align-items: center; background: #dcebdc; border-radius: 50%; color: var(--forest); display: inline-flex; font-size: .62rem; font-style: normal; height: 23px; justify-content: center; width: 23px; }

.approach { background: var(--ink); color: white; overflow: hidden; position: relative; }
.approach::after {
  background-image: radial-gradient(rgba(216,241,93,.18) .8px, transparent .8px);
  background-size: 20px 20px; content: ""; height: 340px; opacity: .55;
  position: absolute; right: -120px; top: -100px; width: 340px;
}
.approach-inner { display: grid; gap: clamp(70px, 9vw, 150px); grid-template-columns: .75fr 1.25fr; margin: 0 auto; max-width: 1500px; padding: 120px clamp(24px, 5vw, 78px); position: relative; z-index: 1; }
.eyebrow-light { color: var(--lime); }
.eyebrow-light > span { background: var(--lime); }
.approach-intro h2, .contact h2 { font-family: Georgia, serif; font-size: clamp(3rem, 5vw, 5.4rem); font-weight: 500; letter-spacing: -.055em; line-height: .98; margin-bottom: 28px; }
.approach-intro > p:not(.eyebrow) { color: #b7c4bd; line-height: 1.75; margin-bottom: 35px; max-width: 530px; }
.button-light { background: white; color: var(--ink); }
.step-list { border-top: 1px solid rgba(255,255,255,.18); }
.step { border-bottom: 1px solid rgba(255,255,255,.18); display: grid; gap: 28px; grid-template-columns: 52px 1fr; padding: 30px 0; }
.step > span { color: var(--lime); font-family: ui-monospace, monospace; font-size: .67rem; font-weight: 800; padding-top: 7px; }
.step h3 { font-family: Georgia, serif; font-size: 2rem; font-weight: 500; letter-spacing: -.035em; margin-bottom: 10px; }
.step p { color: #aebbb4; font-size: .88rem; line-height: 1.7; margin: 0; max-width: 600px; }

.compact-heading { margin-bottom: 48px; }
.solution-showcase { display: grid; gap: 18px; grid-template-columns: 1.35fr .65fr; }
.solution-feature, .solution-stack > article { border-radius: 20px; overflow: hidden; position: relative; }
.solution-feature { background: #dbe8d7; min-height: 650px; padding: clamp(34px, 5vw, 66px); }
.solution-label { color: var(--forest); display: block; font-size: .65rem; font-weight: 850; letter-spacing: .14em; margin-bottom: 26px; text-transform: uppercase; }
.solution-feature h3 { font-family: Georgia, serif; font-size: clamp(2.7rem, 4vw, 4.6rem); font-weight: 500; letter-spacing: -.05em; line-height: 1; margin-bottom: 22px; max-width: 710px; }
.solution-feature > p { color: var(--muted); line-height: 1.7; max-width: 570px; }
.mini-browser { background: var(--paper); border: 1px solid rgba(16,37,28,.14); border-radius: 14px 14px 0 0; bottom: -35px; box-shadow: 0 24px 50px rgba(26,70,45,.15); left: 10%; overflow: hidden; position: absolute; transform: rotate(-1.5deg); width: 80%; }
.mini-browser-bar { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 5px; height: 32px; padding-left: 14px; }
.mini-browser-bar i { background: #b7c5ba; border-radius: 50%; height: 5px; width: 5px; }
.mini-browser-bar i:first-child { background: var(--forest); }
.mini-browser-body { min-height: 230px; padding: 38px; }
.mini-browser-body span { color: var(--forest); display: block; font-size: .53rem; font-weight: 900; letter-spacing: .13em; margin-bottom: 18px; text-transform: uppercase; }
.mini-browser-body strong { display: block; font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 3rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.05; margin-bottom: 26px; max-width: 480px; }
.mini-browser-body i { background: #ccd3ca; display: block; height: 5px; margin: 8px 0; width: 46%; }
.mini-browser-body i:nth-last-child(2) { width: 62%; }
.mini-browser-body i:last-child { background: var(--forest); border-radius: 999px; height: 26px; margin-top: 20px; width: 90px; }
.solution-stack { display: grid; gap: 18px; grid-template-rows: 1fr 1fr; }
.solution-stack > article { background: var(--cream); min-height: 315px; padding: 34px; }
.solution-stack > article:last-child { background: var(--forest); color: white; }
.solution-stack > article:last-child .solution-label { color: var(--lime); }
.solution-stack h3 { font-family: Georgia, serif; font-size: 2rem; font-weight: 500; letter-spacing: -.04em; line-height: 1.05; margin-bottom: 14px; }
.solution-stack p { color: var(--muted); font-size: .84rem; line-height: 1.65; max-width: 360px; }
.solution-stack > article:last-child p { color: #c0cec5; }
.metric { align-items: end; bottom: 30px; display: flex; gap: 11px; position: absolute; }
.metric strong { color: var(--forest); font-family: Georgia, serif; font-size: 3.4rem; font-weight: 500; line-height: .8; }
.metric span { color: var(--muted); font-size: .6rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.signal { align-items: end; bottom: 30px; display: flex; gap: 6px; height: 58px; position: absolute; }
.signal i { background: var(--lime); border-radius: 4px 4px 0 0; display: block; height: 24%; width: 12px; }
.signal i:nth-child(2) { height: 46%; }.signal i:nth-child(3) { height: 68%; }.signal i:nth-child(4) { height: 88%; }.signal i:nth-child(5) { height: 100%; }

.about { background: var(--cream); display: grid; gap: clamp(60px, 8vw, 130px); grid-template-columns: .8fr 1.2fr; padding: 120px max(24px, calc((100vw - 1500px) / 2 + 78px)); }
.about-art { align-self: center; }
.logo-card { background: white; border: 1px solid var(--line); box-shadow: 0 28px 60px rgba(30,60,43,.1); margin-bottom: 20px; max-width: 430px; padding: 18px; transform: rotate(-2deg); }
.logo-card img { display: block; height: auto; width: 100%; }
.about-art > span { color: var(--forest); font-size: .65rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.about-copy h2, .faq-intro h2 { font-family: Georgia, serif; font-size: clamp(2.7rem, 4.7vw, 4.9rem); font-weight: 500; letter-spacing: -.055em; line-height: 1; margin-bottom: 28px; }
.about-lede { color: var(--muted); font-size: 1.04rem; line-height: 1.78; max-width: 700px; }
.about-points { border-top: 1px solid var(--line); margin-top: 44px; }
.about-points > div { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: .8fr 1fr; padding: 20px 0; }
.about-points strong { font-family: Georgia, serif; font-size: 1.2rem; font-weight: 500; }
.about-points span { color: var(--muted); font-size: .82rem; line-height: 1.6; }

.faq { display: grid; gap: clamp(65px, 9vw, 140px); grid-template-columns: .8fr 1.2fr; }
.faq-intro > p:last-child { color: var(--muted); line-height: 1.7; max-width: 520px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 0; }
.faq-list summary { align-items: center; cursor: pointer; display: flex; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; gap: 20px; justify-content: space-between; list-style: none; padding: 26px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { align-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--forest); display: flex; flex: 0 0 30px; font-family: Inter, sans-serif; font-size: 1rem; font-style: normal; height: 30px; justify-content: center; transition: transform 180ms ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); font-size: .9rem; line-height: 1.75; margin: -7px 48px 27px 0; }

.contact { align-items: center; background: var(--forest); color: white; display: flex; flex-direction: column; padding: 120px 24px; text-align: center; }
.contact h2 { max-width: 950px; }
.contact > p:not(.eyebrow) { color: #c4d4ca; font-size: 1rem; line-height: 1.7; margin-bottom: 34px; max-width: 640px; }
.button-accent { background: var(--lime); color: var(--ink); }
footer { background: var(--ink); color: white; display: grid; gap: 80px; grid-template-columns: 1fr 1fr; padding: 76px clamp(24px, 5vw, 78px) 30px; }
.footer-logo { background: white; border-radius: 5px; height: 66px; width: 215px; }
.footer-logo img { width: 215px; }
.footer-brand p { color: #9fb0a7; font-size: .85rem; line-height: 1.6; margin: 18px 0 0; }
.footer-links { display: grid; gap: 50px; grid-template-columns: 1fr 1fr; }
.footer-links > div { display: flex; flex-direction: column; gap: 12px; }
.footer-links span { color: var(--lime); font-size: .62rem; font-weight: 850; letter-spacing: .13em; margin-bottom: 7px; text-transform: uppercase; }
.footer-links a { color: #c3cec7; font-size: .83rem; width: fit-content; }
.footer-links a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.13); color: #74877c; display: flex; font-size: .65rem; grid-column: 1 / -1; justify-content: space-between; padding-top: 24px; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-studio { margin: 0 auto; max-width: 760px; width: 100%; }
  .section-heading { gap: 40px; grid-template-columns: 1fr; }
  .section-heading > p { max-width: 650px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-row { grid-template-columns: repeat(2, 1fr); }
  .approach-inner, .about, .faq { grid-template-columns: 1fr; }
  .approach-intro { max-width: 700px; }
  .solution-showcase { grid-template-columns: 1fr; }
  .solution-stack { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .logo-card { margin-left: auto; margin-right: auto; }
}
@media (max-width: 700px) {
  .site-header { min-height: 72px; padding: 0 18px; }
  .brand, .brand-crop { width: 170px; }
  .brand-crop { height: 53px; }
  .brand-crop img { width: 170px; }
  .header-cta { font-size: 0; gap: 0; height: 42px; padding: 0; width: 42px; }
  .header-cta span { font-size: 1rem; margin: auto; }
  .hero { gap: 56px; min-height: auto; padding: 58px 20px 68px; }
  .hero::before { display: none; }
  h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-studio { min-height: 420px; transform: none; }
  .studio-canvas { min-height: 344px; padding: 22px; }
  .preview-panel { min-height: 255px; padding: 27px; width: 87%; }
  .code-panel { bottom: 32px; right: 13px; width: 48%; }
  .quality-card { right: 10px; top: 22px; transform: scale(.78) rotate(3deg); transform-origin: top right; }
  .studio-toolbar span:nth-child(2), .studio-status span:last-child { display: none; }
  .proof-bar { align-items: flex-start; flex-direction: column; gap: 16px; padding: 22px 20px; }
  .proof-bar div { flex-wrap: wrap; gap: 12px; }
  .section-shell { padding: 84px 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .service-number { margin-bottom: 50px; }
  .capability-row { grid-template-columns: 1fr; }
  .approach-inner { gap: 60px; padding: 84px 20px; }
  .step { grid-template-columns: 36px 1fr; }
  .solutions { padding-left: 20px; padding-right: 20px; }
  .solution-feature { min-height: 570px; padding: 32px 24px; }
  .solution-stack { grid-template-columns: 1fr; }
  .about { padding: 84px 20px; }
  .about-points > div { grid-template-columns: 1fr; }
  .faq { gap: 45px; }
  .contact { padding: 86px 20px; }
  .contact h2 { font-size: 3rem; }
  footer { gap: 50px; grid-template-columns: 1fr; padding: 62px 20px 26px; }
  .footer-links { gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
