:root {
  color-scheme: light;
  --ink: #102720;
  --muted: #63736d;
  --green: #123e32;
  --green-2: #1f6652;
  --mint: #dfece5;
  --cream: #f5f1e8;
  --paper: #fbfaf6;
  --wood: #b96d2c;
  --line: #d9dfda;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { max-width: 100%; }
.section-shell, .site-header { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.page-grid { position: fixed; inset: 0; z-index: -1; pointer-events: none; background-image: linear-gradient(rgba(18,62,50,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(18,62,50,.028) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to bottom, black, transparent 78%); }

.site-header { min-height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border-bottom: 1px solid rgba(16,39,32,.1); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; text-decoration: none; font-size: 18px; letter-spacing: -.025em; }
.brand-mark { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 11px; background: var(--green); color: white; font-size: 12px; font-weight: 900; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.brand strong { color: var(--wood); }
nav { display: flex; gap: 32px; }
nav a { color: #53655f; text-decoration: none; font-size: 13px; font-weight: 700; }
nav a:hover { color: var(--green); }
.header-cta { justify-self: end; padding-bottom: 4px; border-bottom: 1px solid var(--green); text-decoration: none; font-size: 13px; font-weight: 800; }
.header-cta span { margin-left: 5px; color: var(--wood); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.language-switch { padding: 3px; display: flex; gap: 2px; border: 1px solid #d5ddd8; border-radius: 8px; background: rgba(255,255,255,.6); }
.language-switch a { min-width: 29px; height: 25px; display: grid; place-items: center; border-radius: 5px; color: #73817c; text-decoration: none; font-size: 9px; font-weight: 900; }
.language-switch a.active { background: var(--green); color: white; }

.hero { min-height: 760px; padding: 92px 0 110px; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 58px; }
.availability { width: fit-content; margin-bottom: 32px; padding: 8px 12px; border: 1px solid #d5e0da; border-radius: 99px; background: rgba(255,255,255,.7); color: #64756e; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.availability i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #28a870; box-shadow: 0 0 0 4px rgba(40,168,112,.12); }
.eyebrow { margin: 0 0 18px; color: var(--wood); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(54px, 6.2vw, 88px); line-height: .94; letter-spacing: -.06em; }
h1 span { color: var(--wood); }
.lead { max-width: 585px; margin: 30px 0 0; color: #50615b; font-size: 18px; line-height: 1.72; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.button { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border-radius: 11px; text-decoration: none; font-size: 14px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.primary { color: white; background: var(--green); box-shadow: 0 16px 34px rgba(18,62,50,.18); }
.primary:hover { background: #185343; }
.ghost { border: 1px solid #cfd7d2; background: rgba(255,255,255,.55); }
.hero-proof { margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hero-proof div { display: flex; flex-direction: column; gap: 3px; }
.hero-proof strong { font-size: 12px; }
.hero-proof span { color: #7b8984; font-size: 10px; }

.hero-stage { min-width: 0; position: relative; padding: 46px 0 54px; }
.hero-stage::before { content: ""; position: absolute; inset: 0 0 0 8%; border-radius: 38% 62% 64% 36% / 44% 39% 61% 56%; background: #eee9dc; transform: rotate(-3deg); }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 170px; height: 170px; right: -22px; top: 0; background: rgba(185,109,44,.14); }
.orb-two { width: 92px; height: 92px; left: 3px; bottom: 10px; background: rgba(31,102,82,.15); }
.browser-card { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(22,58,48,.13); border-radius: 17px; background: white; box-shadow: 0 35px 80px rgba(31,47,40,.2); transform: rotate(1.2deg); }
.browser-bar { height: 43px; padding: 0 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid #e6e9e7; background: #fbfbfa; }
.dots { display: flex; gap: 5px; }
.dots i { width: 7px; height: 7px; border-radius: 50%; background: #d6dbd8; }
.dots i:first-child { background: #d89a69; }
.browser-url { overflow: hidden; color: #8a9591; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.live-badge { color: #387361; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.live-badge i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: #32b279; }
.browser-card img { display: block; width: 100%; aspect-ratio: 1.92; object-fit: cover; }
.floating-card { position: absolute; z-index: 3; border: 1px solid rgba(255,255,255,.8); border-radius: 13px; background: rgba(255,255,255,.91); box-shadow: 0 17px 35px rgba(37,52,46,.17); backdrop-filter: blur(12px); }
.parameters { right: -25px; bottom: 5px; width: 190px; padding: 17px; }
.card-kicker { display: block; margin-bottom: 11px; color: #819089; font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.parameters div { padding: 5px 0; display: flex; justify-content: space-between; font-size: 10px; }
.parameters div span { color: #71817a; }
.result { left: -15px; top: 22px; padding: 12px 15px; display: flex; align-items: center; gap: 10px; }
.check { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: #dff1e8; color: #1c805c; font-size: 12px; font-weight: 900; }
.result div { display: flex; flex-direction: column; gap: 2px; }
.result strong { font-size: 10px; }
.result div span { color: #7c8984; font-size: 8px; }

.logo-strip { min-height: 86px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: center; gap: 27px; color: #596b64; }
.logo-strip > span { color: #909c97; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.logo-strip strong { font-family: Georgia, serif; font-size: 16px; font-style: italic; font-weight: 500; }
.logo-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--wood); }

.project { padding: 130px 0 120px; }
.section-head { margin-bottom: 54px; display: grid; grid-template-columns: 1.05fr .65fr; align-items: end; gap: 70px; }
.section-head h2, .benefit-intro h2, .process-title h2 { margin: 0; font-size: clamp(43px, 5.4vw, 72px); line-height: .98; letter-spacing: -.052em; }
.section-head h2 span { color: var(--wood); }
.section-intro { padding-bottom: 6px; }
.section-intro p { margin: 0 0 21px; color: #607069; line-height: 1.68; }
.section-intro a, .arrow-link { color: var(--green); font-size: 13px; font-weight: 850; text-underline-offset: 5px; }
.section-intro a span, .arrow-link span { color: var(--wood); margin-left: 5px; }
.project-gallery { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 1fr); gap: 18px; }
.project-gallery figure { min-width: 0; margin: 0; display: flex; flex-direction: column; }
.project-gallery .gallery-main { grid-row: 1 / span 2; }
.image-frame { position: relative; min-height: 0; flex: 1; overflow: hidden; border: 1px solid #d8ded9; border-radius: 18px; background: #f0f0ec; }
.image-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); pointer-events: none; }
.image-frame img { display: block; width: 100%; height: 100%; min-height: 260px; object-fit: cover; object-position: center; transition: transform .55s ease; }
.gallery-main .image-frame img { min-height: 610px; }
.project-gallery figure:hover img { transform: scale(1.025); }
figcaption { padding: 13px 4px 5px; display: flex; justify-content: space-between; gap: 12px; font-size: 11px; }
figcaption b { margin-right: 8px; color: var(--wood); }
figcaption em { color: #82908a; font-style: normal; }
.project-facts { margin-top: 48px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-facts div { min-height: 112px; padding: 25px 20px; display: flex; flex-direction: column; justify-content: center; gap: 8px; border-right: 1px solid var(--line); }
.project-facts div:last-child { border: 0; }
.project-facts span { color: #84918c; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.project-facts strong { font-size: 13px; }
.project-facts .fact-accent { background: var(--green); color: white; }
.project-facts .fact-accent span { color: #a9c9bb; }

.kernel-section { padding: 120px 64px; position: relative; overflow: hidden; border-radius: 28px; background: var(--green); color: white; display: grid; grid-template-columns: .82fr 1.18fr; gap: 65px; }
.kernel-section::before { content: ""; position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, transparent, black); }
.kernel-copy, .kernel-visual, .kernel-benefits { position: relative; z-index: 1; }
.kernel-copy .eyebrow { color: #bbd8cc; }
.kernel-copy h2 { margin: 0; font-size: clamp(42px, 4.8vw, 66px); line-height: .98; letter-spacing: -.052em; }
.kernel-copy h2 span { color: #d9a36e; }
.kernel-copy > p:not(.eyebrow) { max-width: 540px; margin: 26px 0; color: #b9d0c7; line-height: 1.75; }
.kernel-button { border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); color: white; }
.kernel-visual { min-height: 400px; padding: 35px; display: grid; grid-template-rows: auto 1fr auto; align-items: center; border: 1px solid rgba(255,255,255,.17); background: rgba(5,35,27,.42); }
.kernel-input, .kernel-output { padding: 14px 16px; display: flex; justify-content: space-between; gap: 18px; border: 1px solid rgba(255,255,255,.15); color: #a9c8bb; font-size: 10px; }
.kernel-input span, .kernel-output span { color: #d9a36e; font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .12em; }
.kernel-output { flex-wrap: wrap; }
.kernel-output strong { font-size: 9px; }
.kernel-core { justify-self: center; width: 174px; height: 174px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #d9a36e; border-radius: 50%; background: #0b3027; box-shadow: 0 0 0 22px rgba(255,255,255,.025), 0 0 0 44px rgba(255,255,255,.018); text-align: center; }
.kernel-core span { color: #91b8a8; font-size: 9px; }
.kernel-core strong { margin: 5px 0; color: white; font-size: 24px; line-height: .9; letter-spacing: -.03em; }
.kernel-core i { color: #d9a36e; font-size: 7px; font-style: normal; letter-spacing: .13em; }
.kernel-benefits { grid-column: 1 / span 2; margin-top: 10px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.kernel-benefits article { min-height: 205px; padding: 23px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.kernel-benefits b { color: #d9a36e; font-family: ui-monospace, monospace; font-size: 9px; }
.kernel-benefits h3 { margin: 42px 0 9px; font-size: 17px; }
.kernel-benefits p { margin: 0; color: #a9c2b8; font-size: 12px; line-height: 1.6; }

.benefits { padding: 122px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: .78fr 1.22fr; gap: 86px; }
.benefit-intro { align-self: start; position: sticky; top: 35px; }
.benefit-intro > p:not(.eyebrow) { max-width: 430px; margin: 25px 0; color: #65756f; line-height: 1.72; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-grid article { min-height: 280px; padding: 26px; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.35); }
.number { color: #9ba6a2; font-family: ui-monospace, monospace; font-size: 9px; }
.icon { width: 43px; height: 43px; margin: 37px 0 24px; display: grid; place-items: center; border-radius: 12px; background: var(--mint); color: var(--green); font-size: 20px; }
.benefit-grid h3 { margin: 0 0 11px; font-size: 19px; letter-spacing: -.025em; }
.benefit-grid p { margin: 0; color: #6d7b76; font-size: 14px; line-height: 1.65; }

.process { padding: 120px 0; display: grid; grid-template-columns: .68fr 1.32fr; gap: 90px; }
.process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process li { padding: 32px 0; display: grid; grid-template-columns: 72px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.process li > span { color: var(--wood); font-family: ui-monospace, monospace; font-size: 11px; font-weight: 800; }
.process h3 { margin: 0 0 8px; font-size: 21px; }
.process li p { max-width: 560px; margin: 0; color: #6a7a74; line-height: 1.65; }

.closing { min-height: 430px; margin-bottom: 70px; padding: 70px; position: relative; overflow: hidden; border-radius: 28px; background: var(--green); color: white; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; }
.closing::before { content: ""; position: absolute; width: 420px; height: 420px; right: 11%; top: -220px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.02); }
.closing-pattern { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(30deg, transparent 48%, white 49%, white 50%, transparent 51%); background-size: 70px 70px; mask-image: linear-gradient(90deg, transparent 35%, black); }
.closing-copy, .closing-actions { position: relative; z-index: 1; }
.closing .eyebrow { color: #b8d5c9; }
.closing h2 { margin: 0; font-size: clamp(46px, 5.5vw, 74px); line-height: .95; letter-spacing: -.055em; }
.closing-copy > p:last-child { max-width: 590px; margin: 25px 0 0; color: #b9cec6; line-height: 1.7; }
.closing-actions { display: flex; flex-direction: column; align-items: center; gap: 13px; }
.light { min-width: 260px; color: var(--green); background: white; box-shadow: 0 18px 40px rgba(0,0,0,.16); }
.closing-actions > span { color: #9fbdb1; font-size: 9px; }

footer { min-height: 155px; padding: 30px 0 45px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 45px; border-top: 1px solid var(--line); color: #75837e; font-size: 11px; }
.footer-brand { font-size: 15px; }
.footer-brand .brand-mark { width: 32px; height: 32px; border-radius: 9px; }
footer p { margin: 0; }
footer > div { display: flex; gap: 20px; }
footer > div a { text-underline-offset: 4px; }

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-copy { max-width: 740px; }
  .hero-stage { max-width: 820px; }
  .section-head { grid-template-columns: 1fr; gap: 25px; }
  .kernel-section { grid-template-columns: 1fr; }
  .kernel-benefits { grid-column: auto; }
  .section-intro { max-width: 620px; }
  .benefits { grid-template-columns: 1fr; gap: 55px; }
  .benefit-intro { position: static; }
  .process { grid-template-columns: 1fr; gap: 55px; }
  .closing { grid-template-columns: 1fr; align-items: start; }
  .closing-actions { align-items: flex-start; }
}

@media (max-width: 760px) {
  .section-shell, .site-header { width: min(100% - 30px, 1240px); }
  .site-header { min-height: 70px; grid-template-columns: 1fr auto; }
  nav { display: none; }
  .header-cta { font-size: 11px; }
  .header-actions { gap: 8px; }
  .hero { min-height: 0; padding: 58px 0 76px; gap: 46px; }
  .availability { margin-bottom: 25px; }
  h1 { font-size: clamp(48px, 14vw, 70px); }
  .lead { font-size: 16px; }
  .actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 13px; }
  .hero-proof div { flex-direction: row; gap: 8px; }
  .hero-stage { padding: 32px 0 65px; }
  .browser-card { border-radius: 12px; transform: none; }
  .browser-bar { height: 35px; }
  .browser-card img { aspect-ratio: 1.25; object-position: 57% center; }
  .result { left: 9px; top: 5px; }
  .parameters { right: 8px; bottom: 5px; }
  .logo-strip { padding: 28px 0; flex-wrap: wrap; gap: 15px 20px; }
  .logo-strip > span { width: 100%; text-align: center; }
  .project { padding: 90px 0; }
  .project-gallery { grid-template-columns: 1fr; grid-template-rows: auto; }
  .project-gallery .gallery-main { grid-row: auto; }
  .gallery-main .image-frame img, .image-frame img { min-height: 280px; }
  .project-facts { grid-template-columns: repeat(2, 1fr); }
  .project-facts div { border-bottom: 1px solid var(--line); }
  .kernel-section { width: min(100% - 30px, 1240px); padding: 60px 24px; gap: 42px; }
  .kernel-visual { min-height: 360px; padding: 22px 14px; }
  .kernel-benefits { grid-template-columns: 1fr; }
  .kernel-benefits article { min-height: 170px; }
  .benefits, .process { padding: 90px 0; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 235px; }
  .closing { min-height: 0; padding: 50px 25px; border-radius: 20px; }
  .closing h2 { font-size: clamp(43px, 12vw, 62px); }
  .closing-actions { align-items: stretch; }
  .light { min-width: 0; }
  footer { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 430px) {
  .brand { font-size: 15px; }
  .header-cta { display: none; }
  .header-cta span { display: none; }
  .parameters { width: 168px; }
  .project-facts { grid-template-columns: 1fr; }
}
