:root {
    --ink: #0b1220;
    --ink-soft: #172033;
    --paper: #f5f6f1;
    --white: #ffffff;
    --lime: #b8f34a;
    --lime-dark: #78a91d;
    --green: #1f8f67;
    --muted: #647084;
    --line: #dfe3da;
    --radius: 22px;
    --shadow: 0 30px 80px rgba(11, 18, 32, .12);
}

html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: 'Manrope', sans-serif; font-size: 16px; line-height: 1.6; }
#wrapper { padding-top: 78px; overflow: hidden; }
.center_content, .section_center { width: min(1180px, calc(100% - 48px)); max-width: 1180px; margin: 0 auto; }

/* Brand and navigation */
.site-header { position: fixed; inset: 0 0 auto; height: 78px; z-index: 1000; background: rgba(245, 246, 241, .9); border-bottom: 1px solid rgba(11,18,32,.08); backdrop-filter: blur(16px); transition: .25s ease; }
.site-header.fixed { height: 68px; box-shadow: 0 8px 30px rgba(11,18,32,.08); }
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--ink); color: var(--lime); font: 700 15px/1 'Space Grotesk', sans-serif; letter-spacing: -.04em; transform: rotate(-3deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font: 700 17px/1.15 'Space Grotesk', sans-serif; letter-spacing: -.025em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.site-header nav { float: none; width: auto; height: auto; margin: 0; }
#navbar { display: flex; align-items: center; gap: 6px; width: auto; padding: 0; overflow: visible; }
#navbar li { display: block; margin: 0; padding: 0; text-transform: none; }
#navbar li a { padding: 11px 15px; color: #273144; font-size: 13px; font-weight: 700; line-height: 1; border-radius: 99px; }
#navbar li a::after { display: none; }
#navbar li:hover a { color: var(--green); }
#navbar li a.nav-cta { margin-left: 8px; padding: 13px 19px; background: var(--ink); color: white; }
#navbar li:hover a.nav-cta { background: var(--green); color: white; }
#open-menu { display: none; }
.c-whats { position: fixed; right: 24px; bottom: 24px; z-index: 900; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: white; font-size: 27px; box-shadow: 0 12px 30px rgba(17, 139, 69, .3); transition: transform .2s ease; }
.c-whats:hover { transform: translateY(-4px) scale(1.03); }

/* Shared home styles */
.home-redesign { background: var(--paper); }
.home-redesign * { box-sizing: border-box; }
.home-redesign h1, .home-redesign h2, .home-redesign h3 { font-family: 'Space Grotesk', sans-serif; text-transform: none; }
.home-redesign p { font-family: 'Manrope', sans-serif; }
.section-pad { padding: 112px 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--lime); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading h2 { max-width: 720px; margin: 0; color: var(--ink); font-size: clamp(38px, 5vw, 64px); font-weight: 600; letter-spacing: -.055em; line-height: .98; text-align: left; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 10px; font-size: 13px; font-weight: 800; text-decoration: none; transition: .2s ease; }
.button-primary { background: var(--lime); color: var(--ink); box-shadow: 0 12px 30px rgba(156, 207, 59, .2); }
.button-primary:hover { background: #c8ff61; transform: translateY(-2px); }
.button-ghost { border-color: rgba(255,255,255,.24); color: white; }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.08); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--green); transform: translateY(-2px); }

/* Hero */
.hero { position: relative; min-height: calc(100vh - 78px); padding: 82px 0 46px; overflow: hidden; background: var(--ink); color: white; }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 420px; height: 420px; right: -160px; top: -120px; background: radial-gradient(circle, rgba(184,243,74,.24), transparent 68%); }
.hero-glow-two { width: 460px; height: 460px; left: 35%; bottom: -320px; background: radial-gradient(circle, rgba(31,143,103,.22), transparent 68%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
.hero-copy h1 { max-width: 720px; margin: 0; color: white; font-size: clamp(54px, 6.4vw, 88px); font-weight: 600; letter-spacing: -.065em; line-height: .92; text-align: left; }
.hero-copy h1 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 630px; margin: 30px 0 0; color: #b6c0cf; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.hero-trust { display: flex; gap: 32px; margin-top: 52px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust strong { color: white; font: 600 14px/1.2 'Space Grotesk', sans-serif; }
.hero-trust span { margin-top: 5px; color: #78869a; font-size: 11px; }
.hero-visual { position: relative; min-height: 530px; display: flex; align-items: center; justify-content: center; }
.browser-card { position: relative; width: min(100%, 470px); transform: rotate(2.5deg); border: 1px solid rgba(255,255,255,.18); border-radius: 20px; overflow: hidden; background: rgba(255,255,255,.08); box-shadow: 0 45px 100px rgba(0,0,0,.38); backdrop-filter: blur(10px); }
.browser-bar { display: flex; align-items: center; gap: 7px; height: 48px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.12); }
.browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #536074; }
.browser-bar i:first-child { background: var(--lime); }
.browser-bar span { margin-left: auto; margin-right: auto; color: #778398; font-size: 9px; }
.browser-content { padding: 62px 46px 54px; }
.code-kicker { margin-bottom: 18px; color: var(--lime); font: 500 11px/1.3 monospace; }
.browser-content > strong { display: block; color: white; font: 600 37px/1.06 'Space Grotesk', sans-serif; letter-spacing: -.045em; }
.browser-lines { display: grid; gap: 10px; margin: 30px 0; }
.browser-lines span { display: block; width: 82%; height: 5px; border-radius: 9px; background: #364154; }
.browser-lines span:nth-child(2) { width: 68%; }
.browser-lines span:nth-child(3) { width: 48%; }
.browser-button { display: inline-block; padding: 12px 17px; border-radius: 7px; background: var(--lime); color: var(--ink); font-size: 10px; font-weight: 800; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 11px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: #172033; box-shadow: 0 18px 45px rgba(0,0,0,.28); }
.floating-note span { color: #b6c0cf; font-size: 10px; }
.note-speed { right: -10px; top: 80px; }
.note-speed b { color: var(--lime); font: 600 25px/1 'Space Grotesk'; }
.note-code { left: -14px; bottom: 75px; }
.note-code i { color: var(--lime); font-size: 19px; }
.scroll-cue { position: absolute; z-index: 3; right: 40px; bottom: 30px; display: flex; align-items: center; gap: 14px; color: #778398; font-size: 10px; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue i { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #435066; border-radius: 50%; font-style: normal; }

/* Services */
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { position: relative; min-height: 510px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.55); overflow: hidden; transition: .25s ease; }
.service-card:hover { transform: translateY(-7px); border-color: #c8cec2; box-shadow: var(--shadow); }
.service-card.featured { background: var(--ink); border-color: var(--ink); }
.service-number { position: absolute; right: 28px; top: 24px; color: #9aa39a; font: 600 11px/1 monospace; }
.service-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 78px; border-radius: 16px; background: #e9f0dd; color: var(--green); font-size: 21px; }
.service-card.featured .service-icon { background: var(--lime); color: var(--ink); }
.service-card h3 { margin: 0 0 16px; color: var(--ink); font-size: 26px; font-weight: 600; letter-spacing: -.035em; text-align: left; }
.service-card > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 24px 0 32px; overflow: visible; text-align: left; }
.service-card li { padding: 6px 9px; border: 1px solid var(--line); border-radius: 99px; color: #657065; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.service-card > a { position: absolute; left: 34px; bottom: 32px; color: var(--green); font-size: 12px; font-weight: 800; text-decoration: none; }
.service-card > a span { margin-left: 7px; }
.service-card.featured h3, .service-card.featured > p { color: white; }
.service-card.featured > p { color: #aeb8c8; }
.service-card.featured li { border-color: #354056; color: #aeb8c8; }
.service-card.featured > a { color: var(--lime); }

/* Work */
.work { background: var(--ink); color: white; }
.work .section-heading h2 { color: white; }
.work-heading { grid-template-columns: 1fr auto; }
.text-link { margin-bottom: 8px; padding-bottom: 5px; border-bottom: 1px solid #536074; color: white; font-size: 12px; font-weight: 700; text-decoration: none; }
.text-link span { color: var(--lime); margin-left: 8px; }
.project-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.project-card { display: block; color: white; text-decoration: none; }
.project-large { grid-row: span 2; }
.project-image { position: relative; height: 260px; border-radius: 18px; overflow: hidden; background: #263147; }
.project-large .project-image { height: 600px; }
.project-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,18,32,.28), transparent 55%); }
.project-image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; filter: saturate(.7); transition: .5s ease; }
.project-card:hover img { transform: scale(1.025); filter: saturate(1); }
.project-image > span { position: absolute; z-index: 2; left: 18px; top: 18px; padding: 7px 11px; border-radius: 99px; background: rgba(11,18,32,.76); color: #d7dfeb; font-size: 9px; font-weight: 700; text-transform: uppercase; backdrop-filter: blur(6px); }
.project-info { display: flex; align-items: center; justify-content: space-between; padding: 18px 4px 28px; }
.project-info h3 { margin: 0 0 3px; color: white; font-size: 23px; font-weight: 600; text-align: left; }
.project-info p { margin: 0; color: #7f8ba0; font-size: 11px; }
.project-info > i { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #465268; border-radius: 50%; color: var(--lime); font-style: normal; transition: .2s ease; }
.project-card:hover .project-info > i { background: var(--lime); border-color: var(--lime); color: var(--ink); }

/* About */
.about { background: #e9ece4; }
.about-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 100px; align-items: center; }
.about-portrait { position: relative; min-height: 540px; }
.portrait-card { position: absolute; inset: 0 45px 0 0; display: flex; flex-direction: column; justify-content: space-between; padding: 42px; border-radius: 24px; background: var(--ink); overflow: hidden; }
.portrait-card::before { content: ''; position: absolute; width: 420px; height: 420px; left: -120px; bottom: -100px; border-radius: 50%; background: var(--lime); opacity: .92; }
.portrait-card::after { content: '</>'; position: absolute; right: -10px; top: 60px; color: rgba(255,255,255,.07); font: 700 160px/1 monospace; transform: rotate(8deg); }
.portrait-card > span { position: relative; z-index: 2; color: white; font: 700 90px/1 'Space Grotesk'; letter-spacing: -.09em; }
.portrait-card small { position: relative; z-index: 2; align-self: flex-end; padding: 9px 11px; border-radius: 8px; background: rgba(11,18,32,.82); color: #fff; font-size: 12px; font-weight: 800; line-height: 1.4; text-align: right; text-transform: uppercase; }
.about-stamp { position: absolute; right: 0; bottom: 62px; z-index: 3; display: grid; place-items: center; width: 112px; height: 112px; border: 10px solid #e9ece4; border-radius: 50%; background: white; color: var(--green); font: 700 9px/1.3 'Space Grotesk'; text-align: center; text-transform: uppercase; }
.about-copy h2 { margin: 0 0 28px; color: var(--ink); font-size: clamp(40px, 5vw, 62px); font-weight: 600; letter-spacing: -.055em; line-height: 1; text-align: left; }
.about-copy p { margin: 0 0 20px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.about-copy .about-lead { color: #303b4c; font-size: 19px; font-weight: 600; line-height: 1.55; }
.values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 20px; margin: 30px 0 36px; }
.values span { color: #3c485a; font-size: 12px; font-weight: 700; }
.values i { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 8px; border-radius: 50%; background: var(--lime); color: var(--ink); font-style: normal; font-size: 10px; }

/* Process and CTA */
.process { background: var(--paper); }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; overflow: visible; text-align: left; }
.process-list li { position: relative; padding: 34px 28px 25px 0; border-top: 1px solid #cdd3c9; }
.process-list li::before { content: ''; position: absolute; left: 0; top: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.process-list > li > span { display: block; margin-bottom: 74px; color: #8d978e; font: 600 10px/1 monospace; }
.process-list h3 { margin: 0 0 8px; color: var(--ink); font-size: 22px; font-weight: 600; text-align: left; }
.process-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.final-cta { padding: 108px 0; background: var(--green); }
.cta-inner { max-width: 920px; text-align: center; }
.cta-inner .eyebrow { justify-content: center; color: var(--lime); }
.cta-inner h2 { max-width: 850px; margin: 0 auto 24px; color: white; font-size: clamp(48px, 7vw, 78px); font-weight: 600; letter-spacing: -.06em; line-height: .95; text-align: center; }
.cta-inner > p { max-width: 620px; margin: 0 auto 34px; color: rgba(255,255,255,.75); font-size: 15px; }
.button-light { background: white; color: var(--ink); }
.button-light:hover { background: var(--lime); transform: translateY(-2px); }
.cta-mail { display: inline-block; margin-left: 24px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.5); color: white; font-size: 12px; font-weight: 700; text-decoration: none; }

/* Footer and consent */
footer { padding: 68px 0 22px; background: var(--ink); color: white; font-family: 'Manrope', sans-serif; text-align: left; }
footer .footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: start; padding-bottom: 58px; }
.brand-footer { color: white; }
.brand-footer .brand-mark { background: var(--lime); color: var(--ink); }
footer p { margin: 20px 0 0; color: #748197; font-size: 13px; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; }
.footer-contact span { color: #748197; font-size: 11px; }
.footer-contact a { margin-top: 7px; color: white; font: 600 24px/1.2 'Space Grotesk'; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid #263147; color: #667389; font-size: 10px; }
.footer-bottom a { margin-left: 22px; color: #8b96a8; text-decoration: none; }

/* Legacy inner pages inherit the new shell */
body > #wrapper > section > .section:first-child { padding-top: 30px; }
body > #wrapper > section .section h1 { font-family: 'Space Grotesk'; color: var(--ink); text-transform: none; }

@media (max-width: 1050px) {
    .hero-grid { grid-template-columns: 1fr .8fr; gap: 35px; }
    .hero-copy h1 { font-size: clamp(50px, 7vw, 72px); }
    .hero-visual { min-height: 470px; }
    .browser-content { padding: 46px 30px; }
    .browser-content > strong { font-size: 30px; }
    .service-card { padding: 28px; }
    .service-card > a { left: 28px; }
    .about-grid { gap: 55px; }
}

@media (max-width: 820px) {
    #wrapper { padding-top: 68px; }
    .center_content, .section_center { width: min(100% - 32px, 1180px); }
    .site-header { height: 68px; }
    .brand-copy small { display: none; }
    #open-menu { display: flex; flex-direction: column; justify-content: center; gap: 5px; position: relative; inset: auto; width: 42px; height: 42px; padding: 9px; border: 1px solid #d8ddd4; border-radius: 10px; background: transparent; color: var(--ink); font-size: 0; }
    #open-menu span { display: block; width: 100%; height: 2px; background: var(--ink); transition: .2s ease; }
    #open-menu[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    #open-menu[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    #open-menu[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .site-header nav { position: absolute; left: 16px; right: 16px; top: 67px; width: auto; }
    #navbar { display: none; position: static; width: 100%; padding: 14px; border: 1px solid #dfe3da; border-radius: 14px; background: var(--paper); box-shadow: 0 20px 50px rgba(11,18,32,.15); }
    #navbar.is-open { display: block; }
    #navbar li a { display: block; padding: 14px; }
    #navbar li a.nav-cta { margin: 6px 0 0; text-align: center; }
    .hero { min-height: auto; padding: 80px 0 70px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { max-width: 720px; }
    .hero-visual { min-height: 430px; margin: 10px auto 0; width: min(100%, 590px); }
    .hero-trust { max-width: 620px; }
    .scroll-cue { display: none; }
    .section-pad { padding: 82px 0; }
    .section-heading { grid-template-columns: 1fr; gap: 24px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: auto; padding-bottom: 85px; }
    .service-icon { margin-bottom: 42px; }
    .project-grid { grid-template-columns: 1fr 1fr; }
    .project-large { grid-column: 1 / -1; grid-row: auto; }
    .project-large .project-image { height: 500px; }
    .about-grid { grid-template-columns: 1fr; }
    .about-portrait { width: min(100%, 520px); min-height: 480px; }
    .process-list { grid-template-columns: 1fr 1fr; gap: 40px 0; }
    .process-list > li > span { margin-bottom: 42px; }
}

@media (max-width: 560px) {
    .center_content, .section_center { width: calc(100% - 24px); }
    .brand-mark { width: 38px; height: 38px; }
    .hero { padding-top: 62px; }
    .hero-copy h1 { font-size: 48px; }
    .hero-lead { font-size: 16px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
    .hero-visual { min-height: 350px; }
    .browser-card { width: 94%; }
    .browser-content { padding: 36px 24px; }
    .browser-content > strong { font-size: 27px; }
    .note-speed { right: -3px; top: 26px; }
    .note-code { left: -2px; bottom: 24px; }
    .section-pad { padding: 68px 0; }
    .section-heading h2, .about-copy h2 { font-size: 40px; }
    .section-heading { margin-bottom: 38px; }
    .service-card { padding: 26px 24px 80px; }
    .service-card > a { left: 24px; }
    .work-heading { grid-template-columns: 1fr; }
    .text-link { width: max-content; }
    .project-grid { grid-template-columns: 1fr; }
    .project-large { grid-column: auto; }
    .project-large .project-image, .project-image { height: 350px; }
    .about-grid { gap: 45px; }
    .about-portrait { min-height: 420px; }
    .portrait-card { right: 22px; padding: 28px; }
    .portrait-card > span { font-size: 70px; }
    .about-stamp { width: 90px; height: 90px; border-width: 7px; }
    .values { grid-template-columns: 1fr; }
    .process-list { grid-template-columns: 1fr; gap: 28px; }
    .process-list > li > span { margin-bottom: 22px; }
    .cta-inner h2 { font-size: 46px; }
    .cta-inner > div { display: flex; flex-direction: column; align-items: center; gap: 18px; }
    .cta-mail { margin-left: 0; }
    footer .footer-grid { grid-template-columns: 1fr; }
    .footer-contact { align-items: flex-start; }
    .footer-contact a { font-size: 20px; }
    .footer-bottom { flex-direction: column; gap: 14px; }
    .footer-bottom a { margin: 0 18px 0 0; }
    .c-whats { right: 14px; bottom: 14px; width: 50px; height: 50px; }
}
/* Inner pages */
.breadcrumb { background: var(--paper); border-bottom: 1px solid var(--line); }
.breadcrumb .section_center { display: flex; align-items: center; gap: 10px; min-height: 42px; color: #929b91; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.breadcrumb a { color: var(--green); text-decoration: none; }
.inner-page { background: var(--paper); }
.inner-page h1, .inner-page h2, .inner-page h3 { font-family: 'Space Grotesk', sans-serif; text-transform: none; }
.inner-page p { font-family: 'Manrope', sans-serif; }
.page-hero { padding: 104px 0 40px; background: var(--ink); color: white; }
.page-hero-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 100px; align-items: end; }
.page-hero h1 { max-width: 800px; margin: 0; color: white; font-size: clamp(58px, 7vw, 96px); font-weight: 600; letter-spacing: -.065em; line-height: .92; text-align: left; }
.page-hero-aside { padding-bottom: 8px; }
.page-hero-aside p { margin: 0 0 28px; color: #a8b3c4; font-size: 15px; line-height: 1.8; }
.page-hero-index { display: flex; justify-content: space-between; margin-top: 90px; padding-top: 22px; border-top: 1px solid #2b374b; color: #6f7b90; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.inner-section { padding-top: 110px; padding-bottom: 110px; }
.intro-statement { max-width: 850px; margin-bottom: 80px; }
.intro-statement h2 { margin: 0; color: var(--ink); font-size: clamp(44px, 6vw, 70px); font-weight: 600; letter-spacing: -.055em; line-height: 1; text-align: left; }
.service-detail-list { border-top: 1px solid #cdd3c9; }
.service-detail-list article { display: grid; grid-template-columns: 70px .75fr 1.1fr; gap: 40px; padding: 52px 0; border-bottom: 1px solid #cdd3c9; }
.detail-number { padding-top: 9px; color: #929b91; font: 600 10px/1 monospace; }
.detail-title { display: flex; align-items: flex-start; gap: 18px; }
.detail-title i { display: grid; place-items: center; flex: 0 0 45px; height: 45px; border-radius: 12px; background: #e6edd9; color: var(--green); font-size: 17px; }
.detail-title h3 { margin: 5px 0 0; color: var(--ink); font-size: 27px; font-weight: 600; letter-spacing: -.035em; text-align: left; }
.detail-copy > p { margin: 0 0 24px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.detail-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; overflow: visible; text-align: left; }
.detail-copy li { position: relative; padding-left: 15px; color: #3f4a5c; font-size: 11px; font-weight: 700; }
.detail-copy li::before { content: ''; position: absolute; left: 0; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.tech-section { padding: 105px 0; background: var(--ink); }
.tech-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.tech-grid h2 { margin: 0 0 24px; color: white; font-size: clamp(43px, 5vw, 64px); font-weight: 600; letter-spacing: -.055em; line-height: 1; text-align: left; }
.tech-grid > div:first-child > p:last-child { max-width: 560px; margin: 0; color: #8793a6; font-size: 14px; line-height: 1.8; }
.tech-panel { padding: 12px 34px; border: 1px solid #344056; border-radius: 20px; background: #111a2a; }
.tech-panel div { display: flex; justify-content: space-between; gap: 24px; padding: 23px 0; border-bottom: 1px solid #2a3549; }
.tech-panel div:last-child { border: 0; }
.tech-panel span { color: #718096; font-size: 10px; text-transform: uppercase; }
.tech-panel b { color: #dbe3ef; font-size: 11px; text-align: right; }
.horizontal-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; overflow: visible; text-align: left; }
.horizontal-steps li { min-height: 255px; padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.45); }
.horizontal-steps b { color: var(--green); font: 600 10px/1 monospace; }
.horizontal-steps h3 { margin: 90px 0 8px; color: var(--ink); font-size: 21px; text-align: left; }
.horizontal-steps p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.inner-cta { padding: 72px 0; background: var(--green); }
.inner-cta .section_center { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.inner-cta .eyebrow { margin-bottom: 10px; }
.inner-cta h2 { margin: 0; color: white; font-size: clamp(42px, 5vw, 64px); font-weight: 600; letter-spacing: -.055em; line-height: 1; text-align: left; }

/* Projects */
.projects-hero { padding-bottom: 100px; }
.portfolio-intro { display: flex; justify-content: space-between; padding-top: 42px; padding-bottom: 42px; border-bottom: 1px solid #cdd3c9; }
.portfolio-intro p, .portfolio-intro span { margin: 0; color: #788278; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.case-list { padding-top: 70px; padding-bottom: 110px; }
.case { display: grid; grid-template-columns: 1.15fr .85fr; gap: 75px; align-items: center; padding: 38px 0 90px; }
.case.reverse .case-media { order: 2; }
.case.reverse .case-copy { order: 1; }
.case-media { position: relative; height: 470px; border-radius: 19px; overflow: hidden; background: #dce0d8; }
.case-featured .case-media { height: 610px; }
.case-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(145deg, transparent 60%, rgba(11,18,32,.14)); }
.case-media img { width: 100%; height: 100%; object-fit: cover; object-position: top center; filter: saturate(.75); transition: .5s ease; }
.case:hover .case-media img { transform: scale(1.02); filter: saturate(1); }
.case-media > span { position: absolute; z-index: 2; top: 18px; right: 18px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--ink); color: var(--lime); font: 600 10px/1 monospace; }
.case-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 25px; }
.case-tags span { padding: 6px 10px; border: 1px solid #ced4ca; border-radius: 99px; color: #697469; font-size: 8px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.case-copy h2 { margin: 0 0 23px; color: var(--ink); font-size: clamp(44px, 5vw, 67px); font-weight: 600; letter-spacing: -.055em; line-height: .95; text-align: left; }
.case-copy > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.case-copy dl { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 34px 0 0; padding-top: 22px; border-top: 1px solid #cdd3c9; }
.case-copy dl div { display: flex; flex-direction: column; gap: 5px; }
.case-copy dt { color: #9aa29a; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.case-copy dd { margin: 0; color: #364153; font-size: 11px; font-weight: 700; }
.portfolio-note { padding: 85px 0; background: #e7ebe2; }
.portfolio-note .section_center { display: grid; grid-template-columns: .45fr 1fr auto; gap: 60px; align-items: center; }
.portfolio-note span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.portfolio-note p { margin: 0; color: #394557; font: 600 21px/1.55 'Space Grotesk', sans-serif; }
.portfolio-note a { color: var(--ink); font-size: 11px; font-weight: 800; white-space: nowrap; text-decoration: none; }
.portfolio-note b { margin-left: 8px; color: var(--green); }

/* Contact */
.contact-hero { padding: 90px 0 100px; background: var(--ink); }
.contact-hero-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 85px; align-items: start; }
.contact-intro { padding-top: 28px; }
.contact-intro h1 { margin: 0; color: white; font-size: clamp(58px, 6.5vw, 84px); font-weight: 600; letter-spacing: -.065em; line-height: .92; text-align: left; }
.contact-intro > p { max-width: 520px; margin: 30px 0 0; color: #929eb1; font-size: 15px; line-height: 1.8; }
.contact-direct { display: grid; gap: 13px; margin-top: 52px; }
.contact-direct a { display: flex; flex-direction: column; color: white; text-decoration: none; }
.contact-direct small { color: #6f7c91; font-size: 9px; text-transform: uppercase; }
.contact-direct strong { margin-top: 3px; font: 600 17px/1.4 'Space Grotesk'; }
.availability { display: flex; align-items: center; gap: 9px; margin-top: 45px; color: #91a092; font-size: 10px; text-transform: uppercase; }
.availability i { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(184,243,74,.12); }
.contact-card { padding: 40px; border-radius: 22px; background: var(--paper); box-shadow: 0 35px 90px rgba(0,0,0,.25); }
.form-heading { display: flex; gap: 18px; margin-bottom: 34px; }
.form-heading > span { color: var(--green); font: 600 9px/1.6 monospace; }
.form-heading h2 { margin: 0 0 5px; color: var(--ink); font-size: 28px; font-weight: 600; letter-spacing: -.035em; text-align: left; }
.form-heading p { margin: 0; color: var(--muted); font-size: 11px; }
.contact-card form { max-width: none; margin: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 17px; }
.contact-card .field label { display: block; float: none; width: auto; height: auto; margin-bottom: 7px; color: #596456; font-size: 9px; font-weight: 800; line-height: 1.3; letter-spacing: .06em; text-transform: uppercase; }
.contact-card input[type=text], .contact-card input[type=email], .contact-card input[type=url], .contact-card select, .contact-card textarea { display: block; width: 100%; max-width: none; margin: 0; padding: 13px 14px; border: 1px solid #d8ddd4; border-radius: 8px; background: white; color: var(--ink); font: 500 13px/1.4 'Manrope', sans-serif; text-align: left; outline: none; transition: .2s ease; }
.contact-card select { height: 47px; appearance: none; background-image: linear-gradient(45deg, transparent 50%, #718071 50%), linear-gradient(135deg, #718071 50%, transparent 50%); background-position: calc(100% - 16px) 20px, calc(100% - 11px) 20px; background-size: 5px 5px; background-repeat: no-repeat; }
.contact-card textarea { height: 140px; resize: vertical; }
.contact-card input:focus, .contact-card select:focus, .contact-card textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(31,143,103,.1); }
.contact-card ::placeholder { color: #aab1a8; opacity: 1; }
.check-field { display: flex; align-items: flex-start; float: none; width: auto; height: auto; gap: 10px; margin: 8px 0; color: #606b61; font-size: 10px; line-height: 1.5; }
.check-field input { flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--green); }
.check-field a { color: var(--green); }
.check-field.optional { color: #899289; }
.form-response { margin-top: 16px; padding: 11px 13px; border-radius: 7px; background: #ffebe6; color: #a53a24; font-size: 11px; }
.form-response.valid { background: #e6f5df; color: #356822; }
.form-response.hidden { display: none; }
.form-submit { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 54px; margin-top: 22px; padding: 0 20px; border: 0; border-radius: 9px; background: var(--green); color: white; font: 800 12px/1 'Manrope'; cursor: pointer; transition: .2s ease; }
.form-submit:hover { background: var(--ink); }
.form-submit:disabled { opacity: .65; cursor: wait; }
.form-submit i { color: var(--lime); font-style: normal; font-size: 16px; }
.contact-expectations { padding: 72px 0; background: var(--paper); }
.contact-expectations .section_center { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.contact-expectations article { padding: 26px; border: 1px solid var(--line); border-radius: 14px; }
.contact-expectations article > span { color: var(--green); font: 600 9px/1 monospace; }
.contact-expectations h3 { margin: 38px 0 6px; color: var(--ink); font-size: 19px; text-align: left; }
.contact-expectations p { margin: 0; color: var(--muted); font-size: 11px; }

@media (max-width: 900px) {
    .page-hero-grid, .tech-grid, .contact-hero-grid { grid-template-columns: 1fr; gap: 50px; }
    .page-hero-aside { max-width: 600px; }
    .service-detail-list article { grid-template-columns: 45px 1fr; }
    .detail-copy { grid-column: 2; }
    .horizontal-steps { grid-template-columns: 1fr 1fr; }
    .case { grid-template-columns: 1fr; gap: 38px; padding-bottom: 75px; }
    .case.reverse .case-media, .case.reverse .case-copy { order: initial; }
    .case-media, .case-featured .case-media { height: 520px; }
    .case-copy { max-width: 700px; }
    .portfolio-note .section_center { grid-template-columns: 1fr; gap: 22px; }
    .contact-intro { max-width: 720px; }
}

@media (max-width: 600px) {
    .page-hero { padding: 72px 0 30px; }
    .page-hero h1 { font-size: 50px; }
    .page-hero-index { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 60px; }
    .inner-section { padding-top: 72px; padding-bottom: 72px; }
    .intro-statement { margin-bottom: 50px; }
    .intro-statement h2 { font-size: 40px; }
    .service-detail-list article { grid-template-columns: 1fr; gap: 18px; padding: 40px 0; }
    .detail-copy { grid-column: auto; }
    .detail-copy ul { grid-template-columns: 1fr; }
    .tech-section { padding: 72px 0; }
    .tech-grid { gap: 38px; }
    .tech-grid h2 { font-size: 40px; }
    .tech-panel { padding: 8px 20px; }
    .tech-panel div { flex-direction: column; gap: 5px; }
    .tech-panel b { text-align: left; }
    .horizontal-steps { grid-template-columns: 1fr; }
    .horizontal-steps li { min-height: 210px; }
    .horizontal-steps h3 { margin-top: 65px; }
    .inner-cta .section_center { align-items: flex-start; flex-direction: column; }
    .portfolio-intro { flex-direction: column; gap: 8px; }
    .case-list { padding-top: 35px; padding-bottom: 60px; }
    .case-media, .case-featured .case-media { height: 360px; }
    .case-copy h2 { font-size: 43px; }
    .case-copy dl { grid-template-columns: 1fr; }
    .contact-hero { padding: 58px 0 72px; }
    .contact-intro h1 { font-size: 50px; }
    .contact-card { padding: 28px 20px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .contact-expectations .section_center { grid-template-columns: 1fr; }
}
/* Specialist product and legal */
.product-hero { padding-bottom: 100px; }
.product-overview { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.product-overview h2 { margin: 0; color: var(--ink); font-size: clamp(43px, 5vw, 64px); font-weight: 600; letter-spacing: -.055em; line-height: 1; text-align: left; }
.product-overview > div:last-child > p { margin: 0 0 34px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.product-capabilities { display: flex; flex-wrap: wrap; gap: 8px; }
.product-capabilities span { padding: 8px 11px; border: 1px solid #cfd5cb; border-radius: 99px; color: #576357; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.product-showcase { padding: 95px 0; background: var(--ink); }
.product-showcase .section_center { display: grid; grid-template-columns: 1.2fr .8fr; gap: 75px; align-items: center; }
.product-screen { height: 530px; overflow: hidden; border: 1px solid #344056; border-radius: 19px; background: #1a2538; box-shadow: 0 35px 80px rgba(0,0,0,.25); }
.product-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.product-showcase-copy > span { color: var(--lime); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.product-showcase-copy h2 { margin: 20px 0 25px; color: white; font-size: clamp(40px, 5vw, 60px); font-weight: 600; letter-spacing: -.055em; line-height: 1; text-align: left; }
.product-showcase-copy p { margin: 0 0 28px; color: #8e9aab; font-size: 14px; line-height: 1.8; }
.product-showcase-copy a { color: white; font-size: 11px; font-weight: 800; text-decoration: none; }
.product-showcase-copy b { margin-left: 8px; color: var(--lime); }
section > .section#web_design { padding: 55px 0 100px; background: var(--paper); }
section > .section#web_design > .section_center > h1 { margin: 25px auto 45px; color: var(--ink); font-size: clamp(46px, 6vw, 70px); letter-spacing: -.055em; }
.legal { max-width: 900px; margin: 0 auto; padding: 55px 65px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 24px 65px rgba(11,18,32,.06); }
.legal p { color: #4e5969; font-size: 13px; line-height: 1.8; text-align: left; }
.legal p > b:first-child { color: var(--ink); font-family: 'Space Grotesk'; }
.legal h4 { margin-top: 38px; color: var(--ink); font-family: 'Space Grotesk'; font-size: 17px; }
.legal a { color: var(--green); overflow-wrap: anywhere; }
.legal ul, .legal ol { color: #4e5969; }

@media (max-width: 800px) {
    .product-overview, .product-showcase .section_center { grid-template-columns: 1fr; gap: 50px; }
    .product-screen { height: 450px; }
}
@media (max-width: 600px) {
    .product-overview h2 { font-size: 40px; }
    .product-screen { height: 330px; }
    .legal { padding: 34px 22px; }
}
/* Requested refinements */
.breadcrumb {
    position: relative;
    top: auto;
    float: none;
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    background: #eef1ea;
    border-bottom: 1px solid #d7ddd3;
}
.breadcrumb .section_center {
    width: min(1180px, calc(100% - 48px));
    max-width: 1180px;
    min-height: 48px;
    margin: 0 auto;
    padding: 0;
}
.breadcrumb a, .breadcrumb span { line-height: 1; }
.breadcrumb > .section_center > span:last-child { color: var(--ink); font-weight: 800; }

#send_response.form-response {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    width: 100%;
    height: auto;
    min-height: 48px;
    margin: 18px 0 0;
    padding: 13px 15px;
    border: 1px solid #e4c6bc;
    border-left: 4px solid #d45b3d;
    border-radius: 9px;
    background: #fff2ed;
    color: #8b321f;
    font: 700 11px/1.55 'Manrope', sans-serif;
    text-indent: 0;
}
#send_response.form-response::before {
    content: '!';
    display: grid;
    place-items: center;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: -1px;
    border-radius: 50%;
    background: #d45b3d;
    color: white;
    font-size: 11px;
}
#send_response.form-response.hidden { display: none; }
#send_response.form-response.error {
    border: 1px solid #e4c6bc !important;
    border-left: 4px solid #d45b3d !important;
    background: #fff2ed;
    color: #8b321f;
}
#send_response.form-response.valid {
    border: 1px solid #bedbb1;
    border-left: 4px solid #4d9b36;
    background: #eff9ea;
    color: #326622;
}
#send_response.form-response.valid::before { content: '✓'; background: #4d9b36; }
.contact-card input.error,
.contact-card select.error,
.contact-card textarea.error {
    border-color: #d45b3d !important;
    background: #fff8f5;
    box-shadow: 0 0 0 3px rgba(212, 91, 61, .1);
}

@media (max-width: 820px) {
    .breadcrumb .section_center { width: calc(100% - 32px); }
}
@media (max-width: 560px) {
    .breadcrumb .section_center { width: calc(100% - 24px); min-height: 44px; }
}
/* SEO landing pages */
.seo-hero, .case-hero, .about-page-hero { padding: 100px 0; background: var(--ink); color: white; }
.seo-hero-grid, .case-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.seo-hero h1, .case-hero h1, .about-page-hero h1 { margin: 0; color: white; font-size: clamp(56px, 7vw, 92px); font-weight: 600; letter-spacing: -.065em; line-height: .92; text-align: left; }
.seo-hero-aside > p, .case-hero-grid > div:last-child > p { margin: 0 0 30px; color: #a8b3c4; font-size: 16px; line-height: 1.8; }
.seo-intro, .case-narrative, .seo-experience, .about-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; padding-top: 110px; padding-bottom: 110px; }
.seo-intro h2, .case-narrative h2, .seo-experience h2, .about-story h2 { margin: 0; color: var(--ink); font-size: clamp(40px, 5vw, 62px); font-weight: 600; letter-spacing: -.055em; line-height: 1; text-align: left; }
.seo-prose p { margin: 0 0 22px; color: #4e5a6c; font-size: 15px; line-height: 1.9; }
.seo-prose p:first-child { color: #2d394b; font-size: 18px; font-weight: 600; line-height: 1.7; }
.seo-prose a { color: var(--green); font-size: 12px; font-weight: 800; text-decoration: none; }
.seo-benefits { padding: 105px 0; background: #e9ece4; }
.seo-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.seo-benefit-grid article { min-height: 300px; padding: 28px; border: 1px solid #d3d8cf; border-radius: 17px; background: rgba(255,255,255,.45); }
.seo-benefit-grid article > span { color: var(--green); font: 600 10px/1 monospace; }
.seo-benefit-grid h3 { margin: 90px 0 12px; color: var(--ink); font-size: 21px; text-align: left; }
.seo-benefit-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.seo-includes { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; padding-top: 105px; padding-bottom: 105px; }
.seo-includes h2 { margin: 0 0 24px; color: var(--ink); font-size: clamp(40px, 5vw, 60px); font-weight: 600; letter-spacing: -.055em; line-height: 1; text-align: left; }
.seo-includes > div > p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.seo-includes ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; overflow: visible; text-align: left; }
.seo-includes li { display: flex; align-items: center; gap: 12px; min-height: 60px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 11px; background: white; color: #3d4859; font-size: 11px; font-weight: 700; }
.seo-includes li i { display: grid; place-items: center; flex: 0 0 23px; height: 23px; border-radius: 50%; background: #e6f4d2; color: var(--green); font-style: normal; font-size: 10px; }
.seo-method { padding: 105px 0; background: var(--ink); }
.seo-method .section-heading h2 { color: white; }
.seo-method .section-heading > p { color: #8692a5; }
.seo-method ol { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; overflow: visible; background: #303b50; text-align: left; }
.seo-method li { min-height: 275px; padding: 28px; background: var(--ink); }
.seo-method li b { color: var(--lime); font: 600 10px/1 monospace; }
.seo-method li h3 { margin: 105px 0 10px; color: white; font-size: 21px; text-align: left; }
.seo-method li p { margin: 0; color: #818da1; font-size: 11px; line-height: 1.7; }
.seo-faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; padding-top: 105px; padding-bottom: 105px; }
.seo-faq-heading h2 { margin: 0; color: var(--ink); font-size: 50px; font-weight: 600; letter-spacing: -.05em; text-align: left; }
.seo-faq-list details { border-top: 1px solid #ccd2c8; }
.seo-faq-list details:last-child { border-bottom: 1px solid #ccd2c8; }
.seo-faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--ink); font: 600 16px/1.4 'Space Grotesk'; cursor: pointer; list-style: none; }
.seo-faq-list summary::-webkit-details-marker { display: none; }
.seo-faq-list summary i { color: var(--green); font-style: normal; font-size: 20px; }
.seo-faq-list details[open] summary i { transform: rotate(45deg); }
.seo-faq-list details p { margin: -4px 45px 22px 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

/* About page */
.about-page-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.about-page-card { justify-self: end; display: flex; flex-direction: column; justify-content: space-between; width: 300px; height: 330px; padding: 30px; border-radius: 22px; background: var(--lime); color: var(--ink); transform: rotate(3deg); }
.about-page-card > span { font: 700 90px/1 'Space Grotesk'; letter-spacing: -.08em; }
.about-page-card p { margin: 0; color: var(--ink); font-size: 14px; font-weight: 800; line-height: 1.4; text-align: right; }
.about-page-card small { font-size: 9px; text-transform: uppercase; }
.about-timeline { padding: 105px 0; background: var(--ink); }
.about-timeline ol { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 55px; overflow: visible; text-align: left; }
.about-timeline li { padding: 25px 28px; border-top: 1px solid #354158; }
.about-timeline li b { color: var(--lime); font: 600 10px/1 monospace; }
.about-timeline h3 { margin: 75px 0 12px; color: white; font-size: 21px; text-align: left; }
.about-timeline li p { margin: 0; color: #8490a3; font-size: 11px; line-height: 1.7; }
.about-principles { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; padding-top: 105px; padding-bottom: 105px; }
.about-principles > div:first-child h2 { margin: 0; color: var(--ink); font-size: 52px; font-weight: 600; letter-spacing: -.055em; line-height: 1; text-align: left; }
.principle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.principle-grid article { padding: 27px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.principle-grid article > span { color: var(--green); font: 600 9px/1 monospace; }
.principle-grid h3 { margin: 55px 0 10px; color: var(--ink); font-size: 19px; text-align: left; }
.principle-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.about-capabilities { padding: 105px 0; background: #e9ece4; }
.about-capabilities .section_center { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.about-capabilities h2 { margin: 0; color: var(--ink); font-size: 54px; font-weight: 600; letter-spacing: -.055em; line-height: 1; text-align: left; }
.about-capabilities ul { display: grid; grid-template-columns: 1fr 1fr; overflow: visible; text-align: left; }
.about-capabilities li { padding: 18px 0; border-bottom: 1px solid #cbd1c7; color: #344052; font-size: 12px; font-weight: 700; }

/* Case pages */
.case-meta { display: flex; gap: 45px; margin-top: 35px; padding-top: 24px; border-top: 1px solid #354158; color: white; font-size: 11px; font-weight: 700; }
.case-meta span { display: flex; flex-direction: column; gap: 5px; }
.case-meta small { color: #6f7c91; font-size: 8px; text-transform: uppercase; }
.case-cover { height: 700px; margin-top: 70px; border-radius: 22px; overflow: hidden; background: #dce0d8; box-shadow: var(--shadow); }
.case-cover img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.case-solution { padding: 105px 0; background: var(--ink); }
.case-solution > .section_center { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.case-solution h2, .case-outcome h2 { margin: 0 0 25px; color: white; font-size: clamp(42px,5vw,62px); font-weight: 600; letter-spacing: -.055em; line-height: 1; text-align: left; }
.case-solution > .section_center > div:first-child > p:last-child { margin: 0; color: #8490a3; font-size: 14px; line-height: 1.8; }
.case-feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.case-feature-list article { min-height: 260px; padding: 25px; border: 1px solid #354158; border-radius: 14px; background: #111a2a; }
.case-feature-list article > span { color: var(--lime); font: 600 9px/1 monospace; }
.case-feature-list h3 { margin: 70px 0 9px; color: white; font-size: 19px; text-align: left; }
.case-feature-list p { margin: 0; color: #7e8a9e; font-size: 11px; line-height: 1.7; }
.case-decisions { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; padding-top: 105px; padding-bottom: 105px; }
.case-decisions > div:first-child h2 { margin: 0; color: var(--ink); font-size: 53px; font-weight: 600; letter-spacing: -.055em; line-height: 1; text-align: left; }
.case-decisions > div:last-child article { padding: 25px 0; border-top: 1px solid #cdd3c9; }
.case-decisions > div:last-child article:last-child { border-bottom: 1px solid #cdd3c9; }
.case-decisions h3 { margin: 0 0 9px; color: var(--ink); font-size: 20px; text-align: left; }
.case-decisions p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.case-outcome { padding: 105px 0; background: var(--green); }
.case-outcome .section_center { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.case-outcome .seo-prose p { color: rgba(255,255,255,.8); }
.case-outcome .seo-prose p:first-child { color: white; }
.case-stack { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 32px; }
.case-stack span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; color: white; font-size: 9px; font-weight: 700; }
.detail-title h3 a, .case-copy h2 a { color: inherit; text-decoration: none; }
.detail-title h3 a:hover, .case-copy h2 a:hover { color: var(--green); }

@media (max-width: 900px) {
 .seo-hero-grid, .case-hero-grid, .seo-intro, .case-narrative, .seo-experience, .about-story, .seo-includes, .seo-faq, .about-principles, .about-capabilities .section_center, .case-solution > .section_center, .case-decisions, .case-outcome .section_center { grid-template-columns: 1fr; gap: 45px; }
 .seo-benefit-grid, .seo-method ol, .about-timeline ol { grid-template-columns: 1fr 1fr; }
 .about-page-grid { grid-template-columns: 1fr; }
 .about-page-card { justify-self: start; }
 .case-cover { height: 520px; }
}
@media (max-width: 600px) {
 .seo-hero, .case-hero, .about-page-hero { padding: 70px 0; }
 .seo-hero h1, .case-hero h1, .about-page-hero h1 { font-size: 49px; }
 .seo-intro, .case-narrative, .seo-experience, .about-story, .seo-includes, .seo-faq, .about-principles, .case-decisions { padding-top: 72px; padding-bottom: 72px; }
 .seo-benefits, .seo-method, .about-timeline, .about-capabilities, .case-solution, .case-outcome { padding: 72px 0; }
 .seo-benefit-grid, .seo-method ol, .about-timeline ol, .principle-grid, .about-capabilities ul, .case-feature-list { grid-template-columns: 1fr; }
 .seo-includes ul { grid-template-columns: 1fr; }
 .seo-benefit-grid article { min-height: 245px; }
 .seo-benefit-grid h3 { margin-top: 60px; }
 .seo-method li { min-height: 220px; }
 .seo-method li h3 { margin-top: 65px; }
 .about-page-card { width: 260px; height: 285px; }
 .about-page-card > span { font-size: 75px; }
 .case-cover { width: calc(100% - 24px); height: 340px; margin-top: 35px; }
 .case-meta { flex-direction: column; gap: 15px; }
}
/* Legal hub */
.legal-page { background: var(--paper); }
.legal-hero {
    position: relative;
    inset: auto;
    z-index: auto;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 84px 0 76px;
    overflow: visible;
    border-bottom: 1px solid var(--line);
    background: var(--ink);
}
.legal-hero .eyebrow { color: var(--lime); }
.legal-hero h1 { max-width: 850px; margin: 20px 0 18px; color: white; font-size: clamp(52px, 7vw, 86px); font-weight: 600; letter-spacing: -.06em; line-height: .95; text-align: left; }
.legal-hero > .section_center > p:not(.eyebrow) { max-width: 670px; margin: 0 0 23px; color: #a8b3c4; font-size: 16px; line-height: 1.75; }
.legal-hero small { color: #788599; font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 75px; align-items: start; padding-top: 80px; padding-bottom: 110px; }
.legal-nav { position: sticky; top: 100px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.legal-nav strong { margin: 0 0 14px; color: #7a857a; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.legal-nav a { margin: 2px 0; padding: 10px 11px; border-radius: 7px; color: #536052; font-size: 11px; font-weight: 700; line-height: 1.35; text-decoration: none; }
.legal-nav a:hover, .legal-nav a.active { background: #eaf4e5; color: var(--green); }
.legal-content { min-width: 0; padding: 7px 0 0; }
.legal-content > section { position: relative; padding: 0 0 58px 58px; border-left: 1px solid #d2d9ce; }
.legal-content > section:last-of-type { border-left-color: transparent; }
.legal-number { position: absolute; top: 0; left: -18px; display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid #cbd5c6; border-radius: 50%; background: var(--paper); color: var(--green); font-size: 9px; font-weight: 800; }
.legal-content h2 { margin: 0 0 22px; color: var(--ink); font-size: clamp(27px, 3vw, 38px); font-weight: 600; letter-spacing: -.04em; line-height: 1.1; text-align: left; }
.legal-content p, .legal-content li, .legal-content dd { color: #4e5a68; font-size: 14px; line-height: 1.85; text-align: left; }
.legal-content p { margin: 0 0 16px; }
.legal-content a { color: var(--green); overflow-wrap: anywhere; }
.legal-details { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); margin: 0 0 25px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: white; }
.legal-details div { padding: 17px 19px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.legal-details dt { margin-bottom: 5px; color: #8a9489; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.legal-details dd { margin: 0; color: #344037; font-size: 12px; font-weight: 700; line-height: 1.5; }
.legal-table-wrap { width: 100%; margin: 0 0 22px; overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; background: white; }
.legal-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.legal-table th { padding: 13px 15px; border-bottom: 1px solid var(--line); background: #eef1ea; color: #596458; font-size: 8px; font-weight: 800; letter-spacing: .07em; text-align: left; text-transform: uppercase; }
.legal-table td { padding: 16px 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #536052; font-size: 11px; line-height: 1.65; vertical-align: top; }
.legal-table tr:last-child td { border-bottom: 0; }
.legal-table td:last-child, .legal-table th:last-child { border-right: 0; }
.cookie-table { min-width: 700px; }
.legal-table code { padding: 3px 6px; border-radius: 4px; background: #eef1ea; color: var(--ink); font-size: 10px; }
.legal-links { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; }
.legal-links li { margin: 0; }
.legal-links a { display: block; padding: 9px 12px; border: 1px solid #cbd4c7; border-radius: 99px; background: white; font-size: 10px; font-weight: 800; text-decoration: none; }
.legal-callout { margin: 0 0 0 58px; padding: 30px 34px; border-radius: 14px; background: var(--ink); }
.legal-callout strong { color: white; font-family: 'Space Grotesk', sans-serif; font-size: 24px; }
.legal-callout p { margin: 8px 0 18px; color: #a8b3c4; }
.legal-callout a { display: inline-block; margin: 0 18px 4px 0; color: var(--lime); font-size: 10px; font-weight: 800; text-decoration: none; }
.privacy-summary { margin: 12px 0 10px; padding: 10px 12px; border: 1px solid #d5ded1; border-radius: 8px; background: #f1f5ee; }
.privacy-summary > strong {color: #344037;font-size: 13px;letter-spacing: .05em;text-transform: uppercase;}
.privacy-summary p {margin: 3px 0 0;color: #697469;font-size: 10px;line-height: 1.5;}
.privacy-summary a { color: var(--green); }
@media (max-width: 900px) {
    .legal-layout { grid-template-columns: 1fr; gap: 42px; }
    .legal-nav { position: static; display: grid; grid-template-columns: repeat(3,1fr); }
    .legal-nav strong { grid-column: 1 / -1; }
    .legal-nav a { text-align: center; }
}
@media (max-width: 600px) {
    .legal-hero { padding: 62px 0 58px; }
    .legal-layout { padding-top: 48px; padding-bottom: 75px; }
    .legal-nav { display: flex; }
    .legal-nav a { text-align: left; }
    .legal-content > section { padding: 0 0 46px 36px; }
    .legal-details { grid-template-columns: 1fr; }
    .legal-callout { margin-left: 36px; padding: 25px 22px; }
}
