:root {
  --ink: #111111;
  --paper: #f4f0e8;
  --paper-deep: #ebe5d9;
  --orange: #c86442;
  --orange-soft: #e8c8ba;
  --line: color-mix(in srgb, var(--ink) 18%, transparent);
  --muted: #716d66;
  --shell: 1240px;
  --display: "Manrope", Arial, sans-serif;
  --technical: "Space Grotesk", Arial, sans-serif;
  --body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(calc(100% - 80px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 50; left: 15px; top: -50px; padding: 9px 12px; background: var(--orange); color: #fff; font-weight: 700; }
.skip-link:focus { top: 15px; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid transparent; background: color-mix(in srgb, var(--paper) 94%, transparent); backdrop-filter: blur(12px); transition: border-color .2s, background .2s; }
.site-header.scrolled { border-color: var(--line); background: color-mix(in srgb, var(--paper) 98%, transparent); }
.header-inner { min-height: 80px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; flex: none; }
.brand img { display: block; width: 152px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.main-nav a { color: #4f4b45; font-size: 12px; font-weight: 700; letter-spacing: .015em; }
.main-nav a:hover { color: var(--orange); }
.account-cta { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding: 0 14px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-size: 12px; font-weight: 800; white-space: nowrap; transition: border-color .18s, background .18s; }
.account-cta:hover { border-color: var(--ink); background: var(--paper-deep); }
.header-cta { display: inline-flex; align-items: center; gap: 8px; padding: 12px 15px; background: var(--ink); color: var(--paper); font-size: 12px; font-weight: 800; }
.header-cta:hover { background: var(--orange); color: var(--ink); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; min-height: 740px; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 96px 96px; opacity: .5; mask-image: linear-gradient(135deg, black 20%, transparent 85%); }
.hero::after { content: ""; position: absolute; top: 125px; right: -230px; width: 720px; height: 720px; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 96px color-mix(in srgb, var(--paper) 60%, transparent), 0 0 0 192px color-mix(in srgb, var(--paper) 60%, transparent); }
.hero-inner { position: relative; z-index: 1; min-height: 650px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 60px; align-items: center; }
.hero-copy { max-width: 610px; padding: 55px 0 45px; }
.eyebrow, .section-index { margin: 0; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 25px; }
.eyebrow i { width: 8px; height: 8px; display: block; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
.hero h1 { max-width: 640px; margin-bottom: 25px; font-size: clamp(48px, 4.9vw, 72px); font-weight: 800; letter-spacing: -.045em; line-height: 1.02; text-wrap: balance; }
.hero h1 span { color: var(--orange); }
.hero-lead { max-width: 530px; margin-bottom: 32px; color: #514d47; font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 20px; border: 1px solid var(--ink); font-size: 12px; font-weight: 800; transition: transform .3s cubic-bezier(.22, .61, .36, 1), background .3s ease, border-color .3s ease, color .3s ease; }
.button:hover { transform: translateY(-3px); }
.button-accent { border-color: var(--orange); background: var(--orange); color: var(--ink); }
.button-accent:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.button-ghost { background: transparent; }
.button-ghost:hover { background: var(--ink); color: var(--paper); }

.hero-object { position: relative; z-index: 2; min-height: 440px; padding: 22px; overflow: hidden; background: var(--ink); color: var(--paper); box-shadow: 18px 18px 0 var(--orange); }
.hero-object::before, .hero-object::after { content: ""; position: absolute; border: 1px solid color-mix(in srgb, var(--paper) 16%, transparent); border-radius: 50%; }
.hero-object::before { width: 570px; height: 570px; right: -280px; bottom: -340px; }
.hero-object::after { width: 390px; height: 390px; left: -245px; top: -235px; }
.object-head { position: relative; z-index: 1; display: flex; justify-content: space-between; color: color-mix(in srgb, var(--paper) 62%, transparent); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.object-logo { position: absolute; z-index: 1; left: 34px; top: 103px; width: min(65%, 405px); height: auto; display: block; }
.object-panel { position: absolute; z-index: 1; display: flex; align-items: flex-start; gap: 12px; padding: 13px 15px; border: 1px solid color-mix(in srgb, var(--paper) 25%, transparent); background: color-mix(in srgb, var(--ink) 82%, transparent); font-size: 11px; line-height: 1.35; }
.object-panel b { color: var(--orange); font-family: var(--technical); font-size: 22px; line-height: 1; }
.panel-a { left: 42px; bottom: 32px; }.panel-b { left: 265px; bottom: 98px; }.panel-c { right: 34px; bottom: 39px; }
.object-mark { position: absolute; z-index: 1; right: 34px; top: 79px; width: min(25%, 155px); height: auto; display: block; }
.hero-foot { position: relative; z-index: 2; display: flex; align-items: center; gap: 16px; padding: 19px 0 25px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; }
.hero-foot i { width: 8px; height: 8px; background: var(--orange); }

.statement { padding: 152px 0; }
.statement-grid { display: grid; grid-template-columns: 1.15fr .62fr; gap: 60px; align-items: start; }
.statement h2 { max-width: 800px; margin: 18px 0 0; font-size: clamp(39px, 4vw, 59px); font-weight: 700; letter-spacing: -.042em; line-height: 1.08; text-wrap: balance; }
.statement h2 em, .contact h2 em { color: var(--orange); font-style: normal; }
.statement-note { padding-top: 11px; color: #514d47; font-size: 14px; line-height: 1.75; }
.accent-rule { display: block; width: 52px; height: 8px; margin-bottom: 21px; background: var(--orange); }

.section-dark { background: var(--ink); color: var(--paper); }
.solutions { padding: 125px 0 92px; }
.section-top { display: grid; grid-template-columns: 1fr .55fr; gap: 60px; align-items: end; margin-bottom: 66px; }
.section-top .section-index { color: color-mix(in srgb, var(--paper) 58%, transparent); }
.section-top h2 { max-width: 900px; margin: 18px 0 0; font-size: clamp(37px, 4vw, 58px); font-weight: 700; letter-spacing: -.04em; line-height: 1.06; text-wrap: balance; }
.section-top-note { margin: 0 0 6px; color: color-mix(in srgb, var(--paper) 62%, transparent); font-size: 14px; line-height: 1.7; }
.solution-list { border-top: 1px solid color-mix(in srgb, var(--paper) 25%, transparent); }
.solution-card { position: relative; display: grid; grid-template-columns: 130px 1fr; gap: 30px; align-items: center; min-height: 155px; padding: 25px 0; border-bottom: 1px solid color-mix(in srgb, var(--paper) 25%, transparent); transition: color .4s ease; }
.solution-card::before { content: ""; position: absolute; left: 0; right: 0; top: -1px; bottom: -1px; background: color-mix(in srgb, var(--paper) 5%, transparent); transform: scaleX(0); transform-origin: left; transition: transform .5s cubic-bezier(.22, .61, .36, 1); }
.solution-card > * { position: relative; transition: transform .5s cubic-bezier(.22, .61, .36, 1); }
.solution-card:hover { color: var(--orange); }
.solution-card:hover::before { transform: scaleX(1); }
.solution-card:hover > * { transform: translateX(20px); }
.solution-num { color: var(--orange); font: 700 18px var(--technical); }
.solution-card h3 { margin: 0 0 8px; font-size: clamp(24px, 2.2vw, 34px); letter-spacing: -.025em; line-height: 1.15; }
.solution-card p { max-width: 660px; margin: 0; color: color-mix(in srgb, var(--paper) 61%, transparent); font-size: 13px; line-height: 1.65; }

.workbench { padding: 128px 0; }
.workbench-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 78px; align-items: start; }
.workbench h2, .process h2, .faq h2 { margin: 18px 0; font-size: clamp(40px, 4.2vw, 59px); font-weight: 700; line-height: 1.06; letter-spacing: -.042em; }
.workbench-copy > p:last-child { max-width: 360px; color: #514d47; font-size: 14px; line-height: 1.75; }
.capability-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.capability { min-height: 230px; padding: 25px; background: var(--paper); }
.capability span { color: var(--orange); font: 700 15px var(--technical); }
.capability h3 { margin: 58px 0 9px; font-size: 26px; letter-spacing: -.025em; }
.capability p { max-width: 270px; margin: 0; color: #5b5650; font-size: 12px; line-height: 1.65; }
.capability-accent { background: var(--orange-soft); color: var(--ink); }.capability-accent span { color: #87422d; }.capability-accent p { color: #51443e; }
.capability-image { padding: 0; overflow: hidden; background: var(--ink); }.capability-image img { width: 100%; height: 100%; min-height: 230px; display: block; object-fit: cover; filter: grayscale(1) contrast(1.25); mix-blend-mode: screen; opacity: .8; }

.process { padding: 125px 0 132px; background: var(--paper-deep); }
.process-intro { display: flex; justify-content: space-between; align-items: end; margin-bottom: 72px; }.process-intro h2 { margin: 0; }
.process-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.process-step { position: relative; min-height: 295px; padding: 24px; background: var(--paper-deep); }
.process-step::before { content: ""; position: absolute; right: 24px; top: 27px; width: 10px; height: 10px; background: var(--orange); }
.process-step > span { display: block; color: var(--muted); font: 700 14px var(--technical); }
.process-step h3 { margin: 130px 0 9px; font-size: 25px; letter-spacing: -.025em; }.process-step p { margin: 0; color: #5b5650; font-size: 12px; line-height: 1.65; }

.contact { padding: 128px 0; background: var(--paper); }
.contact-card { position: relative; display: grid; grid-template-columns: 1fr .65fr; gap: 60px; min-height: 430px; padding: 62px; overflow: hidden; background: var(--ink); color: var(--paper); }
.contact-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(color-mix(in srgb, #fff 18%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, #fff 18%, transparent) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(135deg, black, transparent 64%); }
.contact-card > * { position: relative; z-index: 1; }.contact-card .section-index { color: color-mix(in srgb, #fff 64%, transparent); }.contact h2 { max-width: 650px; margin: 25px 0 0; font-size: clamp(44px, 4.6vw, 66px); font-weight: 700; letter-spacing: -.042em; line-height: 1.06; }.contact h2 em { color: var(--orange); }
.contact-copy { align-self: end; padding-bottom: 10px; }.contact-copy p { max-width: 420px; margin-bottom: 27px; font-size: 15px; line-height: 1.7; }.button-light { border-color: #fff; background: #fff; color: var(--ink); }.button-light:hover { background: var(--orange); border-color: var(--orange); color: var(--ink); }
.contact-mark { position: absolute; z-index: 0; right: 36px; bottom: -34px; width: 260px; height: auto; display: block; opacity: .22; }

.faq { padding: 122px 0 130px; }.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 110px; }.faq-intro > p:last-child { color: #5b5650; font-size: 14px; line-height: 1.65; }.faq-list { border-top: 1px solid var(--line); }.faq details { border-bottom: 1px solid var(--line); }.faq summary { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: var(--display); font-size: 20px; font-weight: 700; letter-spacing: -.02em; transition: color .25s ease; }.faq summary::-webkit-details-marker { display: none; }.faq summary:hover { color: var(--orange); }
.faq summary::after { content: ""; width: 34px; height: 34px; flex: none; border: 1px solid var(--line); background-image: linear-gradient(var(--orange), var(--orange)), linear-gradient(var(--orange), var(--orange)); background-position: center, center; background-repeat: no-repeat; background-size: 13px 2px, 2px 13px; transition: background-size .35s cubic-bezier(.22, .61, .36, 1), background-color .25s ease, border-color .25s ease; }
.faq summary:hover::after { border-color: var(--orange); }
.faq details[open] summary { color: var(--orange); }.faq details[open] summary::after { border-color: var(--orange); background-color: color-mix(in srgb, var(--orange) 12%, transparent); background-size: 13px 2px, 2px 0; }
.faq details p { max-width: 660px; margin: -3px 54px 25px 0; color: #5b5650; font-size: 13px; line-height: 1.7; }
.faq details[open] p { animation: faq-open .35s cubic-bezier(.22, .61, .36, 1) both; }
@keyframes faq-open { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

.site-footer { border-top: 1px solid var(--line); }.footer-inner { min-height: 130px; display: grid; grid-template-columns: 1fr 1.4fr auto auto; gap: 35px; align-items: center; }.footer-brand img { width: 166px; }.footer-inner p, .footer-inner > a:not(.brand) { margin: 0; color: #5b5650; font-size: 12px; }.footer-inner > a:not(.brand):hover { color: var(--orange); }.back-top { font-weight: 800; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }.reveal.revealed { opacity: 1; transform: none; }.reveal-delay { transition-delay: .12s; }

@media (max-width: 980px) {
  .shell { width: min(calc(100% - 48px), var(--shell)); }.main-nav { gap: 15px; }.hero-inner { grid-template-columns: 1fr; padding-top: 45px; gap: 0; }.hero-copy { max-width: 700px; padding-top: 25px; }.hero-object { max-width: 710px; width: 100%; margin: 5px 0 42px; }.hero { min-height: auto; }.statement-grid, .section-top, .workbench-grid, .faq-grid { grid-template-columns: 1fr; gap: 28px; }.statement { padding: 100px 0; }.section-top { margin-bottom: 44px; }.section-top h2 { max-width: 740px; }.section-top-note { max-width: 520px; margin-bottom: 0; }.workbench { padding: 100px 0; }.workbench-copy > p:last-child { max-width: 620px; }.process-intro { display: block; }.process-intro h2 { margin-top: 18px; }.process-track { grid-template-columns: 1fr 1fr; }.faq-grid { gap: 38px; }.footer-inner { grid-template-columns: 1fr 1fr; }.footer-inner p { grid-row: 2; }.header-cta { margin-left: auto; }
}

@media (max-width: 650px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }.header-inner { min-height: 66px; gap: 10px; }.brand img { width: 138px; }.main-nav { position: absolute; left: 16px; right: 16px; top: 70px; display: none; padding: 9px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 34px rgb(0 0 0 / .12); }.main-nav.open { display: grid; }.main-nav a { padding: 11px; }.account-cta { min-height: 38px; margin-left: auto; padding: 0 11px; font-size: 11px; }.header-cta { display: none; }.menu-toggle { display: block; margin-left: 0; }.hero-inner { padding-top: 30px; }.hero h1 { font-size: clamp(42px, 11.5vw, 56px); line-height: 1.04; letter-spacing: -.04em; }.hero-lead { font-size: 14px; line-height: 1.62; }.hero-object { min-height: 355px; padding: 17px; box-shadow: 11px 11px 0 var(--orange); }.object-logo { left: 20px; top: 88px; width: 64%; }.object-mark { right: 18px; top: 71px; width: 27%; }.object-panel { gap: 8px; padding: 8px; font-size: 9px; }.object-panel b { font-size: 17px; }.panel-a { left: 22px; bottom: 19px; }.panel-b { left: 130px; bottom: 76px; }.panel-c { right: 18px; bottom: 21px; }.hero-foot { gap: 8px; flex-wrap: wrap; font-size: 9px; }.statement h2 { font-size: 36px; line-height: 1.1; }.solutions, .workbench, .process, .faq, .contact { padding: 84px 0; }.solution-card { grid-template-columns: 47px 1fr; gap: 12px; min-height: 170px; }.solution-card h3 { font-size: 25px; }.solution-card:hover > * { transform: none; }.capability-grid, .process-track { grid-template-columns: 1fr; }.capability { min-height: 200px; }.process-step { min-height: 220px; }.process-step h3 { margin-top: 72px; }.contact-card { grid-template-columns: 1fr; min-height: 510px; padding: 34px 27px; gap: 26px; }.contact h2 { font-size: 42px; line-height: 1.08; }.contact-mark { right: -18px; bottom: -12px; width: 205px; }.faq summary { min-height: 75px; font-size: 18px; }.faq summary::after { width: 30px; height: 30px; }.faq details p { margin-right: 0; }.footer-inner { min-height: 230px; grid-template-columns: 1fr; gap: 13px; padding: 32px 0; }.footer-inner p { grid-row: auto; }.footer-brand img { width: 160px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button, .solution-card, .solution-card > *, .solution-card::before, .faq summary::after { transition: none; }.button:hover, .solution-card:hover > * { transform: none; }.faq details[open] p { animation: none; } }
