:root {
    --ink: #111922;
    --ink-soft: #28323c;
    --lime: #d8ff45;
    --lime-dark: #bde42b;
    --cream: #f6f2e9;
    --paper: #fffdf8;
    --coral: #ff735b;
    --lavender: #bcb8ff;
    --line: #d7d4cb;
    --muted: #687078;
    --shell: 1180px;
    --radius: 22px;
    --shadow: 0 24px 70px rgba(17, 25, 34, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
main { overflow-x: clip; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: 110px 0; }
.screen-reader-text {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; transform: translateY(-160%); background: #fff; padding: 10px 16px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

.announcement { background: var(--lime); color: var(--ink); font-size: 13px; font-weight: 700; letter-spacing: .015em; }
.announcement-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.announcement a { text-underline-offset: 3px; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255, 253, 248, .92); border-bottom: 1px solid rgba(17, 25, 34, .1); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-size: 23px; font-weight: 900; letter-spacing: -.05em; }
.brand > span:last-child > span { color: #6f7780; }
.brand-mark { width: 34px; height: 34px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 3px; transform: skew(-8deg); }
.brand-mark i { display: block; background: var(--ink); border-radius: 2px; }
.brand-mark i:nth-child(1) { height: 58%; }
.brand-mark i:nth-child(2) { height: 100%; background: var(--coral); }
.brand-mark i:nth-child(3) { height: 78%; background: var(--lime-dark); }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav-list { list-style: none; display: flex; align-items: center; gap: 30px; padding: 0; margin: 0; }
.site-nav-list a { text-decoration: none; font-size: 14px; font-weight: 600; }
.site-nav-list a:hover { color: #5b6470; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); }

.dk-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ink); border-radius: 999px; padding: 0 24px; background: var(--ink); color: #fff; text-decoration: none; font-weight: 700; font-size: 14px; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.dk-button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(17, 25, 34, .18); }
.dk-button-small { min-height: 44px; padding-inline: 21px; }
.dk-button-primary { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.dk-button-primary:hover { background: var(--lime-dark); }
.dk-button-outline { background: transparent; color: var(--ink); }
.text-link { appearance: none; border: 0; background: transparent; display: inline-flex; gap: 8px; align-items: center; padding: 0 0 4px; color: inherit; font-size: 15px; font-weight: 650; line-height: 1.45; text-decoration: none; border-bottom: 1px solid currentColor; cursor: pointer; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, #000, transparent 80%); }
.hero-grid { min-height: 700px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 55px; padding-top: 70px; padding-bottom: 80px; position: relative; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #636b72; text-transform: uppercase; font-size: 13px; line-height: 1.4; font-weight: 650; letter-spacing: .075em; }
.eyebrow span { width: 26px; height: 3px; background: var(--coral); }
.hero .eyebrow { color: #b9c1c8; }
.hero .eyebrow span { background: var(--lime); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(55px, 6vw, 86px); line-height: .98; letter-spacing: -.065em; }
.hero h1 em { display: block; color: var(--lime); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.05em; }
.hero-lede { max-width: 620px; margin: 28px 0 0; color: #c7ced4; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; }
.hero-actions .text-link { color: #fff; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); }
.hero-proof div { display: grid; gap: 2px; }
.hero-proof strong { font-size: 14px; font-weight: 650; }
.hero-proof span { color: #aeb6bc; font-size: 12px; }

.hero-art { position: relative; min-height: 520px; }
.browser-card { position: absolute; z-index: 3; top: 58px; right: 0; width: min(100%, 505px); transform: rotate(2deg); overflow: hidden; color: var(--ink); background: #fff; border: 7px solid #fff; border-radius: 18px; box-shadow: 0 42px 90px rgba(0,0,0,.38); }
.browser-top { height: 38px; display: flex; align-items: center; gap: 6px; padding: 0 12px; background: #e7e7e1; }
.browser-top span { width: 8px; height: 8px; border-radius: 50%; background: #a7aaa8; }
.browser-top i { flex: 1; margin-left: 8px; border-radius: 8px; padding: 3px 8px; color: #8b8e8c; background: #f6f6f2; font-size: 8px; font-style: normal; text-align: center; }
.browser-body { min-height: 365px; position: relative; overflow: hidden; padding: 27px; background: #f1eadc; }
.mock-nav { display: flex; align-items: center; gap: 15px; font-size: 10px; letter-spacing: .08em; }
.mock-nav b { margin-right: auto; }
.mock-nav i { width: 25px; height: 3px; background: #333; opacity: .35; }
.mock-copy { position: relative; z-index: 2; width: 62%; padding-top: 62px; }
.mock-copy span { color: #8c4639; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.mock-copy strong { display: block; margin: 8px 0 15px; font-family: Georgia, serif; font-size: 39px; line-height: .95; font-weight: 500; }
.mock-copy i { display: block; width: 92%; height: 4px; margin: 8px 0; background: #c7bfb1; }
.mock-copy i:nth-of-type(2) { width: 72%; }
.mock-copy button { margin-top: 20px; border: 0; padding: 10px 16px; color: #fff; background: #111; font-size: 8px; font-weight: 800; }
.mock-visual { position: absolute; right: -30px; bottom: -25px; width: 47%; height: 78%; background: var(--coral); border-radius: 50% 0 0 0; }
.mock-visual div { position: absolute; left: 34px; top: 70px; width: 105px; height: 160px; border: 18px solid rgba(255,255,255,.6); border-radius: 60px 60px 10px 10px; transform: rotate(-10deg); }
.mock-visual span { position: absolute; right: 30px; top: 25px; color: rgba(255,255,255,.8); font-size: 12px; font-weight: 900; }
.orbit { position: absolute; border: 1px solid rgba(216,255,69,.38); border-radius: 50%; }
.orbit-one { width: 410px; height: 410px; top: 30px; left: 10px; }
.orbit-two { width: 265px; height: 265px; top: 110px; left: 85px; }
.art-star { position: absolute; top: 15px; right: 35px; color: var(--coral); font-size: 95px; line-height: 1; font-weight: 200; transform: rotate(17deg); }
.floating-tag { position: absolute; z-index: 5; display: flex; align-items: center; gap: 8px; padding: 11px 15px; border-radius: 999px; color: var(--ink); background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.24); font-size: 12px; font-weight: 650; }
.floating-tag span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--lime); }
.tag-fast { top: 28px; left: -5px; }
.tag-original { right: -20px; bottom: 95px; }
.art-caption { position: absolute; left: 26px; bottom: 22px; max-width: 210px; color: #9fa8af; font-size: 12px; }
.service-ticker { border-bottom: 1px solid var(--line); background: var(--cream); }
.ticker-row { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 20px; overflow: hidden; white-space: nowrap; color: #5c646a; text-transform: uppercase; font-size: 12px; font-weight: 650; letter-spacing: .075em; }
.ticker-row i { flex: 0 0 5px; width: 5px; height: 5px; background: var(--coral); transform: rotate(45deg); }

.proof-section { padding: 72px 0; color: var(--ink); background: #e9e6ff; border-top: 1px solid rgba(17,25,34,.1); }
.proof-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 75px; }
.proof-copy .eyebrow { color: #59636b; }
.proof-copy .eyebrow span { background: var(--coral); }
.proof-copy h2 { max-width: 650px; margin: 0; font-size: clamp(36px, 4.5vw, 58px); line-height: 1.03; letter-spacing: -.05em; }
.proof-copy > p:not(.eyebrow) { max-width: 620px; margin: 24px 0; color: #535d65; line-height: 1.7; }
.proof-copy .text-link { color: var(--ink); }
.proof-panel { display: grid; grid-template-columns: repeat(2, 1fr); overflow: hidden; color: #fff; border: 1px solid rgba(17,25,34,.18); border-radius: var(--radius); background: #17222b; box-shadow: 0 24px 60px rgba(17,25,34,.12); }
.proof-panel > div { display: grid; gap: 4px; min-height: 145px; padding: 28px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.proof-panel > div:nth-child(even) { border-right: 0; }
.proof-panel > div:nth-child(n+3) { border-bottom: 0; }
.proof-panel strong { color: var(--lime); font-size: clamp(34px, 4vw, 50px); line-height: 1; letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
.proof-panel span { color: #cbd2d6; font-size: 13px; font-weight: 600; }
.proof-panel > p { grid-column: span 2; margin: 0; padding: 18px 28px; color: #929da5; background: rgba(0,0,0,.16); font-size: 11px; line-height: 1.6; }
.proof-panel b { color: #fff; }

.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; margin-bottom: 58px; }
.section-heading h2, .process-intro h2, .faq-grid h2, .brief-copy h2, .automation-card h2 { max-width: 760px; margin: 0; font-size: clamp(40px, 5vw, 64px); line-height: 1.03; letter-spacing: -.055em; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; overflow: hidden; min-height: 490px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-number { color: #747b80; font-size: 12px; font-weight: 650; letter-spacing: .06em; }
.service-art { height: 230px; margin: 26px -10px 30px; overflow: hidden; border-radius: 18px; background: var(--ink); }
.service-art img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.service-card:hover .service-art img { transform: scale(1.025); }
.card-accent .service-art { border: 1px solid rgba(14, 28, 36, .2); }
.service-icon { width: 92px; height: 92px; position: relative; margin: 40px 0 55px; border-radius: 28px; background: var(--cream); }
.service-card h3 { margin: 0 0 12px; font-size: 27px; letter-spacing: -.035em; }
.service-card p { color: var(--muted); font-size: 15px; }
.service-card ul, .price-card ul { list-style: none; padding: 0; margin: 24px 0 0; }
.service-card li, .price-card li { position: relative; margin: 8px 0; padding-left: 22px; font-size: 14px; font-weight: 600; }
.service-card li::before, .price-card li::before { content: ""; position: absolute; left: 0; top: .65em; width: 9px; height: 4px; border-left: 2px solid var(--coral); border-bottom: 2px solid var(--coral); transform: rotate(-45deg); }
.card-accent { border-color: var(--ink); background: var(--lime); }
.card-accent p { color: #3e481b; }
.card-accent .service-icon { background: rgba(255,255,255,.65); }
.icon-window { border: 3px solid var(--ink); border-radius: 12px; }
.icon-window i:first-child { position: absolute; left: 10px; right: 10px; top: 18px; height: 2px; background: var(--ink); }
.icon-window i:nth-child(2) { position: absolute; left: 13px; top: 8px; width: 5px; height: 5px; border-radius: 50%; background: var(--coral); box-shadow: 10px 0 var(--lavender); }
.icon-window i:last-child { position: absolute; left: 14px; top: 34px; width: 58px; height: 37px; background: var(--lavender); border-radius: 6px; transform: skew(-8deg); }
.icon-bag::before { content: ""; position: absolute; left: 27px; top: 32px; width: 39px; height: 40px; border: 3px solid var(--ink); border-radius: 4px 4px 12px 12px; }
.icon-bag::after { content: ""; position: absolute; left: 38px; top: 20px; width: 17px; height: 20px; border: 3px solid var(--ink); border-bottom: 0; border-radius: 10px 10px 0 0; }
.icon-bag i { position: absolute; z-index: 2; left: 41px; top: 45px; width: 12px; height: 12px; background: var(--coral); transform: rotate(45deg); }
.icon-pen::before { content: ""; position: absolute; left: 42px; top: 17px; width: 10px; height: 60px; border: 3px solid var(--ink); border-radius: 5px; transform: rotate(36deg); }
.icon-pen::after { content: ""; position: absolute; left: 19px; top: 54px; width: 48px; height: 20px; border: 3px dashed var(--coral); border-radius: 50%; transform: rotate(-20deg); }

.work-section { color: #fff; background: var(--ink); }
.section-heading.light > p, .work-section .eyebrow { color: #abb4bb; }
.case-study-card { display: grid; grid-template-columns: 1.35fr .65fr; overflow: hidden; margin-bottom: 68px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: #1a242d; box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.case-study-visual { position: relative; display: flex; align-items: center; min-height: 560px; overflow: hidden; padding: 28px; background: #dfe7ec; }
.case-study-visual img { display: block; width: 100%; height: auto; aspect-ratio: 1440 / 900; object-fit: cover; object-position: center top; border-radius: 14px; box-shadow: 0 22px 48px rgba(17,25,34,.2); transition: transform .6s cubic-bezier(.2,.7,.2,1), box-shadow .6s cubic-bezier(.2,.7,.2,1); }
.case-study-card:hover .case-study-visual img { transform: translateY(-4px); box-shadow: 0 30px 58px rgba(17,25,34,.26); }
.case-study-live { position: absolute; z-index: 2; top: 42px; right: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.94); font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .05em; box-shadow: 0 12px 30px rgba(17,25,34,.16); }
.case-study-live i { width: 8px; height: 8px; border-radius: 50%; background: #59bd54; box-shadow: 0 0 0 4px rgba(89,189,84,.16); }
.case-study-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 48px; }
.case-study-copy .eyebrow { margin-bottom: 18px; color: #aeb7bd; }
.case-study-copy h3 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.02; letter-spacing: -.05em; }
.case-study-copy > div > p:not(.eyebrow) { margin: 22px 0 0; color: #aeb7bd; font-size: 15px; line-height: 1.7; }
.case-study-copy ul { list-style: none; padding: 0; margin: 32px 0; }
.case-study-copy li { position: relative; margin: 12px 0; padding-left: 22px; color: #d4dade; font-size: 13px; }
.case-study-copy li::before { content: ""; position: absolute; left: 0; top: .68em; width: 9px; height: 4px; border-left: 2px solid var(--lime); border-bottom: 2px solid var(--lime); transform: rotate(-45deg); }
.case-study-copy .text-link { color: var(--lime); }
.verified-work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-bottom: 68px; }
.verified-card { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: #1a242d; }
.verified-visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 350px; overflow: hidden; padding: 22px; background: #dfe7ec; }
.verified-visual img { display: block; width: 100%; height: auto; border-radius: 12px; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.verified-site img { aspect-ratio: 1440 / 900; object-fit: cover; object-position: center top; box-shadow: 0 18px 38px rgba(17,25,34,.22); }
.verified-brand { padding: 34px; background: #f4efe6; }
.verified-brand img { width: min(100%, 360px); aspect-ratio: 1; object-fit: contain; box-shadow: 0 18px 45px rgba(74,55,26,.14); }
.verified-card:hover .verified-visual img { transform: translateY(-4px); }
.verified-visual .case-study-live { top: 36px; right: 36px; }
.project-type { position: absolute; z-index: 2; top: 36px; right: 36px; padding: 8px 12px; border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.94); font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .05em; box-shadow: 0 12px 30px rgba(17,25,34,.14); }
.verified-copy { padding: 28px 30px 32px; }
.verified-kicker { margin: 0 0 9px; color: #9da7ae; font-size: 10px; font-weight: 650; letter-spacing: .07em; text-transform: uppercase; }
.verified-copy h3 { margin: 0; font-size: 28px; letter-spacing: -.04em; }
.verified-copy > p:not(.verified-kicker) { min-height: 74px; margin: 14px 0 22px; color: #aeb7bd; font-size: 13px; line-height: 1.65; }
.verified-copy .text-link { color: var(--lime); }
.concept-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin: 0 0 24px; padding-top: 4px; }
.concept-heading span { color: #fff; font-size: 18px; font-weight: 650; }
.concept-heading p { max-width: 480px; margin: 0; color: #929ca3; font-size: 12px; text-align: right; }
.work-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; }
.work-card { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: #1a242d; }
.work-card:first-child { grid-row: span 2; }
.work-visual { position: relative; min-height: 360px; overflow: hidden; }
.work-card:first-child .work-visual { min-height: 620px; }
.work-label { position: absolute; z-index: 4; top: 20px; left: 20px; padding: 7px 11px; border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.88); font-size: 10px; font-weight: 650; letter-spacing: .05em; text-transform: uppercase; }
.work-copy { min-height: 110px; display: flex; justify-content: space-between; align-items: end; gap: 25px; padding: 22px 25px; }
.work-copy span { color: #aab2b8; text-transform: uppercase; font-size: 10px; font-weight: 650; letter-spacing: .07em; }
.work-copy h3 { margin: 2px 0 0; font-size: 22px; }
.work-copy p { max-width: 220px; margin: 0; color: #9fa8af; font-size: 12px; text-align: right; }
.work-one .work-visual { background: #e9553b; }
.coffee-mark { position: absolute; z-index: 1; right: -20px; bottom: -100px; color: rgba(255,232,204,.23); font-family: Georgia, serif; font-size: 530px; line-height: 1; }
.work-browser { position: absolute; z-index: 2; left: 10%; top: 15%; width: 76%; min-height: 440px; padding: 38px; color: #38261e; background: #f8e3c6; box-shadow: 0 35px 70px rgba(74,25,12,.35); transform: rotate(-3deg); }
.work-browser span { font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.work-browser h3 { margin: 95px 0 40px; font-family: Georgia, serif; font-size: 66px; line-height: .92; font-weight: 400; }
.work-browser i { display: block; width: 150px; height: 150px; margin-left: auto; border: 26px solid #5c8d5b; border-radius: 50%; box-shadow: inset 0 0 0 18px #f8e3c6; }
.work-two .work-visual { display: grid; place-items: center; min-height: 300px; background: var(--lavender); color: var(--ink); }
.studio-shape { position: absolute; width: 230px; height: 230px; border: 40px solid var(--lime); border-radius: 50%; clip-path: polygon(0 0,100% 0,100% 62%,0 100%); transform: rotate(25deg); }
.studio-type { position: relative; z-index: 2; font-size: 70px; line-height: 1; font-weight: 950; letter-spacing: -.09em; }
.studio-type span { color: var(--coral); }
.work-two small { position: absolute; bottom: 34px; font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.work-three .work-visual { display: grid; place-items: center; min-height: 300px; background: #dfe8dc; }
.folio-card { width: 70%; padding: 30px; color: #eef4ed; background: #24413c; transform: rotate(3deg); box-shadow: 0 24px 55px rgba(24,57,52,.28); }
.folio-card i { display: block; width: 22px; height: 22px; border: 6px solid var(--lime); border-radius: 50%; }
.folio-card b { display: block; margin-top: -22px; text-align: right; font-size: 10px; }
.folio-card p { margin: 40px 0 25px; font-size: 25px; line-height: 1.1; font-weight: 800; letter-spacing: -.03em; }
.folio-card button { border: 1px solid rgba(255,255,255,.55); padding: 8px 12px; color: #fff; background: transparent; font-size: 7px; }

.testimonials { background: #f7f3eb; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { display: flex; flex-direction: column; min-height: 330px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.review-lavender { background: var(--lavender); }
.review-dark { color: #fff; background: var(--ink); border-color: var(--ink); }
.review-top { display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.review-top > span:last-child { color: #656d72; text-transform: uppercase; font-size: 10px; font-weight: 650; letter-spacing: .065em; }
.review-dark .review-top > span:last-child { color: #aab4bb; }
.review-stars { color: var(--coral); font-size: 15px; letter-spacing: 2px; }
.review-dark .review-stars { color: var(--lime); }
.review-card blockquote { flex: 1; display: flex; align-items: center; margin: 32px 0; }
.review-card blockquote p { margin: 0; font-size: clamp(23px, 2.25vw, 31px); line-height: 1.18; font-weight: 850; letter-spacing: -.035em; }
.review-person { display: flex; justify-content: space-between; align-items: end; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(15, 29, 37, .15); }
.review-dark .review-person { border-color: rgba(255,255,255,.18); }
.review-person div { display: grid; gap: 2px; }
.review-person strong { font-size: 14px; }
.review-person span, .review-person small { color: #737b80; font-size: 11px; }
.review-dark .review-person span, .review-dark .review-person small { color: #aab4bb; }
.review-person small { text-align: right; }
.review-footer { display: flex; justify-content: space-between; align-items: center; gap: 35px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.review-footer p { max-width: 710px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.review-footer .text-link { white-space: nowrap; }

.pricing { background: #efedff; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 600px; padding: 33px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.price-kicker { color: #636b70; text-transform: uppercase; font-size: 11px; font-weight: 650; letter-spacing: .07em; }
.price-card h3 { margin: 12px 0 8px; font-size: 29px; letter-spacing: -.045em; }
.price-card > p { min-height: 58px; margin: 0; color: var(--muted); font-size: 14px; }
.price { display: flex; align-items: start; gap: 10px; margin: 32px 0; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.price small { margin-top: 12px; color: #7b8185; font-size: 10px; text-transform: uppercase; }
.price strong { font-size: 50px; line-height: 1; letter-spacing: -.06em; }
.price-card ul { flex: 1; margin-top: 0; }
.price-card li { margin: 12px 0; }
.price-card .dk-button { width: 100%; margin-top: 25px; }
.price-featured { border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--lime); }
.popular { position: absolute; top: -13px; right: 22px; padding: 6px 12px; border-radius: 999px; background: var(--ink); color: #fff; text-transform: uppercase; font-size: 10px; font-weight: 650; letter-spacing: .055em; }
.payment-trust-strip { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; margin-top: 28px; padding: 22px 25px; border: 1px solid var(--ink); border-radius: 18px; color: var(--ink); background: #fff; text-decoration: none; box-shadow: 7px 7px 0 rgba(15,29,37,.12); }
.payment-trust-strip:hover { transform: translateY(-3px); }
.payment-shield { position: relative; width: 46px; height: 52px; background: var(--lime); clip-path: polygon(50% 0, 94% 15%, 86% 72%, 50% 100%, 14% 72%, 6% 15%); }
.payment-shield::after { content: ""; position: absolute; left: 16px; top: 16px; width: 14px; height: 8px; border-left: 3px solid var(--ink); border-bottom: 3px solid var(--ink); transform: rotate(-45deg); }
.payment-trust-strip div { display: grid; gap: 3px; }
.payment-trust-strip strong { font-size: 15px; }
.payment-trust-strip small { color: var(--muted); font-size: 12px; }
.payment-trust-strip b { font-size: 12px; white-space: nowrap; }
.care-strip { display: grid; grid-template-columns: 1fr 1.25fr auto; align-items: center; gap: 35px; margin-top: 25px; padding: 26px 32px; border-radius: 18px; color: #fff; background: var(--ink); }
.care-strip span { color: var(--lime); text-transform: uppercase; font-size: 10px; font-weight: 650; letter-spacing: .065em; }
.care-strip h3 { margin: 2px 0 0; font-size: 20px; }
.care-strip p { margin: 0; color: #aeb7bd; font-size: 13px; }
.care-strip .text-link { color: #fff; white-space: nowrap; }

.process { background: #fff; }
.process-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.process-intro { position: sticky; top: 145px; align-self: start; }
.process-intro p:not(.eyebrow) { max-width: 490px; color: var(--muted); }
.process-intro .text-link { margin-top: 18px; }
.process-art { max-width: 390px; margin: 34px 0 0; overflow: hidden; border-radius: var(--radius); background: var(--ink); box-shadow: var(--shadow); }
.process-art img { display: block; width: 100%; height: auto; }
.process-list { align-self: center; width: 100%; list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; align-items: center; gap: 25px; min-height: 150px; padding: 28px 5px; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--coral); font-size: 13px; font-weight: 650; }
.process-list h3 { margin: 0 0 5px; font-size: 26px; letter-spacing: -.035em; }
.process-list p { margin: 0; color: var(--muted); font-size: 14px; }

.automation-section { padding: 110px 0; background: var(--cream); }
.automation-card { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 65px; padding: 65px; border-radius: 28px; background: var(--lavender); }
.automation-card p:not(.eyebrow) { color: #3f405a; }
.automation-card .eyebrow { color: #4b4a64; }
.automation-art { min-height: 300px; display: flex; align-items: center; justify-content: center; }
.flow-node { display: grid; place-items: center; width: 100px; height: 100px; border: 3px solid var(--ink); border-radius: 50%; background: #fff; font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.flow-green { background: var(--lime); }
.automation-art i { width: 48px; height: 3px; background: var(--ink); }

.faq-section { border-top: 1px solid #ced9ca; background: #edf3e9; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 100px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 25px 0; cursor: pointer; font-size: 18px; font-weight: 650; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--ink); border-radius: 50%; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -7px 50px 25px 0; color: var(--muted); font-size: 14px; }

.brief-section { color: #fff; background: var(--ink); }
.brief-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: center; }
.brief-copy { position: sticky; top: 145px; }
.brief-copy .eyebrow { color: #acb5bc; }
.brief-copy .eyebrow span { background: var(--lime); }
.brief-copy > p:not(.eyebrow) { color: #aeb7bd; }
.brief-note { display: grid; gap: 9px; margin-top: 38px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); }
.brief-note strong { margin-bottom: 5px; font-size: 13px; }
.brief-note span { color: #aeb7bd; font-size: 12px; }
.brief-note span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 10px 1px 0; border-radius: 50%; background: var(--lime); }
.form-card { padding: 38px; border-radius: var(--radius); color: var(--ink); background: #fff; box-shadow: 0 28px 70px rgba(0,0,0,.2); }
.dk-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.dk-brief-form label { display: grid; gap: 7px; }
.dk-brief-form label > span { font-size: 12px; font-weight: 650; }
.dk-brief-form input, .dk-brief-form select, .dk-brief-form textarea { width: 100%; border: 1px solid #ced1d3; border-radius: 9px; padding: 12px 13px; color: var(--ink); background: #faf9f5; font-size: 14px; }
.dk-brief-form input, .dk-brief-form select { min-height: 48px; }
.dk-brief-form input:focus, .dk-brief-form select:focus, .dk-brief-form textarea:focus { border-color: var(--ink); outline: 2px solid var(--lime); }
.dk-full-field { margin-top: 18px; }
.dk-consent { grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; margin: 18px 0; color: var(--muted); }
.dk-consent input { width: 18px; min-height: 18px; margin-top: 2px; }
.dk-consent span { font-weight: 500 !important; }
.form-privacy-note { margin-top: 10px; color: var(--muted); font-size: 12px; }
.form-privacy-note a { color: inherit; }
.dk-brief-form .dk-button { width: 100%; }
.dk-form-note { margin: 10px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.dk-honeypot { position: absolute !important; left: -9999px !important; }
.dk-form-success { margin-bottom: 18px; padding: 14px 16px; border: 1px solid #9fbd31; border-radius: 9px; background: #eff9cf; font-size: 13px; }

.site-footer { padding: 75px 0 25px; color: #ccd2d6; background: #080e14; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 80px; padding-bottom: 60px; }
.brand-light { color: #fff; }
.brand-light .brand-mark i:first-child { background: #fff; }
.footer-grid > div:first-child p { max-width: 460px; color: #8e989f; font-size: 14px; }
.footer-grid > div:first-child .footer-address { margin-top: 18px; font-size: 12px; line-height: 1.7; }
.footer-grid h2 { margin: 0 0 16px; color: #fff; text-transform: uppercase; font-size: 11px; font-weight: 650; letter-spacing: .07em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: start; gap: 8px; }
.footer-grid > div:not(:first-child) a { color: #9fa8af; text-decoration: none; font-size: 13px; }
.footer-grid a:hover { color: var(--lime); }
.footer-bottom { min-height: 55px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #747f87; font-size: 11px; }
.footer-bottom a { margin-left: 14px; color: inherit; }
.content-shell { min-height: 55vh; padding-top: 90px; padding-bottom: 90px; }
.content-header h1, .entry-content h1 { font-size: clamp(42px, 6vw, 72px); letter-spacing: -.055em; }
.entry-content { max-width: 820px; }
.entry-content h2 { margin-top: 42px; font-size: clamp(24px, 4vw, 34px); }
.entry-content p, .entry-content li { color: var(--muted); line-height: 1.75; }
.entry-content a { color: #3b6200; }
.entry-card { padding: 28px 0; border-bottom: 1px solid var(--line); }
.entry-card a { text-decoration: none; }
.payment-page-intro { max-width: 850px; margin-bottom: 55px; }
.payment-lead { margin: 22px 0 0; color: var(--muted); font-size: clamp(19px, 2.5vw, 27px); line-height: 1.5; }
.payment-assurance-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 0 0 60px; }
.payment-assurance-grid section { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.payment-assurance-grid section > span { color: var(--coral); font-size: 12px; font-weight: 700; }
.payment-assurance-grid h2 { margin: 42px 0 10px; font-size: 26px; }
.payment-assurance-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.payment-safety-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: 65px; margin-bottom: 28px; padding: 46px; border-radius: var(--radius); color: #fff; background: var(--ink); }
.payment-safety-card h2 { margin: 8px 0 0; font-size: clamp(32px, 4vw, 48px); }
.payment-safety-card .eyebrow { color: #aeb7bd; }
.payment-safety-card ul { list-style: none; padding: 0; margin: 0; }
.payment-safety-card li { position: relative; margin: 0; padding: 15px 0 15px 28px; border-bottom: 1px solid rgba(255,255,255,.14); color: #d4dade; font-size: 14px; line-height: 1.6; }
.payment-safety-card li::before { content: ""; position: absolute; left: 0; top: 23px; width: 10px; height: 5px; border-left: 2px solid var(--lime); border-bottom: 2px solid var(--lime); transform: rotate(-45deg); }
.payment-page-cta { display: flex; justify-content: space-between; align-items: center; gap: 35px; padding: 34px 38px; border-radius: var(--radius); background: var(--lavender); }
.payment-page-cta h2 { margin: 0 0 5px; font-size: 28px; }
.payment-page-cta p { margin: 0; color: #55566e; font-size: 14px; }
.payment-fine-print { margin: 24px 0 0 !important; color: var(--muted); font-size: 11px !important; line-height: 1.7 !important; }

.reveal { --reveal-delay: 0ms; opacity: 0; transform: translateY(34px) scale(.985); transition: opacity .75s cubic-bezier(.2,.7,.2,1) var(--reveal-delay), transform .75s cubic-bezier(.2,.7,.2,1) var(--reveal-delay); will-change: opacity, transform; }
.reveal-left { transform: translateX(-38px); }
.reveal-right { transform: translateX(38px); }
.reveal-scale { transform: translateY(24px) scale(.955); }
.reveal.is-visible { opacity: 1; transform: none; }
.service-card.reveal.is-visible:hover { transform: translateY(-6px); }
.proof-panel [data-count-to] { display: inline-block; min-width: 4ch; }

@media (min-width: 1051px) {
    main > section { min-height: 100svh; display: flex; align-items: center; }
    main > section > .shell { flex: 0 0 auto; }
}

@media (max-width: 1050px) {
    .hero-grid { grid-template-columns: 1fr; padding-top: 90px; }
    .hero-copy { max-width: 780px; }
    .hero-art { min-height: 590px; width: min(100%, 660px); margin-inline: auto; }
    .work-grid, .pricing-grid, .review-grid { grid-template-columns: 1fr 1fr; }
    .case-study-card { grid-template-columns: 1fr; }
    .case-study-visual { min-height: 0; }
    .work-card:first-child { grid-row: auto; grid-column: span 2; }
    .work-card:first-child .work-visual { min-height: 520px; }
    .pricing-grid .price-card:last-child { grid-column: span 2; min-height: 500px; }
    .review-card:last-child { grid-column: span 2; }
    .process-grid, .faq-grid, .brief-grid { gap: 55px; }
    .automation-card { padding: 45px; gap: 35px; }
    .payment-safety-card { gap: 40px; }
}

@media (max-width: 800px) {
    body.admin-bar .site-header { top: 46px; }
    .section { padding: 82px 0; }
    .nav-toggle { display: block; margin-left: auto; }
    .site-nav { display: none; position: absolute; left: 20px; right: 20px; top: 74px; align-items: stretch; flex-direction: column; gap: 22px; padding: 25px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); box-shadow: var(--shadow); }
    .site-nav.is-open { display: flex; }
    .site-nav-list { align-items: stretch; flex-direction: column; gap: 14px; }
    .site-nav .dk-button { width: 100%; }
    .hero-grid { min-height: auto; }
    .hero h1 { font-size: clamp(50px, 13vw, 76px); }
    .hero-proof { grid-template-columns: 1fr; gap: 14px; }
    .section-heading, .process-grid, .faq-grid, .brief-grid, .automation-card, .proof-grid { grid-template-columns: 1fr; }
    .proof-grid { gap: 38px; }
    .section-heading { align-items: start; gap: 25px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 420px; }
    .service-art { height: 250px; margin-inline: 0; }
    .service-icon { margin-bottom: 38px; }
    .process-intro, .brief-copy { position: static; }
    .process-art { max-width: 520px; }
    .automation-art { min-height: 200px; order: 2; }
    .care-strip { grid-template-columns: 1fr; gap: 16px; }
    .payment-trust-strip { grid-template-columns: auto 1fr; }
    .payment-trust-strip b { grid-column: 2; }
    .payment-safety-card { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 35px; }
}

@media (max-width: 620px) {
    .shell { width: min(calc(100% - 28px), var(--shell)); }
    .announcement-inner span { display: none; }
    .announcement-inner { justify-content: center; }
    .header-inner { min-height: 70px; }
    .brand { font-size: 20px; }
    .brand-mark { width: 29px; height: 29px; }
    .site-nav { top: 65px; left: 14px; right: 14px; }
    .hero-grid { padding-top: 65px; padding-bottom: 45px; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .text-link { align-self: start; }
    .hero-art { min-height: 440px; }
    .browser-card { top: 50px; width: 95%; }
    .browser-body { min-height: 280px; padding: 18px; }
    .mock-copy { padding-top: 38px; }
    .mock-copy strong { font-size: 28px; }
    .mock-visual div { width: 65px; height: 110px; left: 20px; border-width: 12px; }
    .orbit-one { width: 300px; height: 300px; }
    .orbit-two { width: 190px; height: 190px; }
    .tag-fast { left: 0; }
    .tag-original { right: 0; bottom: 40px; }
    .art-caption { display: none; }
    .ticker-row { justify-content: start; }
    .ticker-row span:nth-of-type(n+4), .ticker-row i:nth-of-type(n+4) { display: none; }
    .proof-section { padding: 58px 0; }
    .proof-panel > div { min-height: 122px; padding: 21px 17px; }
    .proof-panel > p { padding: 16px 18px; }
    .work-grid, .pricing-grid, .review-grid, .verified-work-grid { grid-template-columns: 1fr; }
    .case-study-card { margin-bottom: 50px; }
    .case-study-visual { min-height: 0; padding: 14px; }
    .case-study-live { top: 28px; right: 28px; }
    .case-study-copy { padding: 32px 24px; }
    .verified-work-grid { margin-bottom: 50px; }
    .verified-visual { min-height: 0; padding: 14px; }
    .verified-brand { min-height: 330px; padding: 28px; }
    .verified-brand img { width: min(100%, 280px); }
    .verified-visual .case-study-live, .project-type { top: 28px; right: 28px; }
    .verified-copy { padding: 25px 24px 29px; }
    .verified-copy > p:not(.verified-kicker) { min-height: 0; }
    .concept-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
    .concept-heading p { text-align: left; }
    .work-card:first-child, .pricing-grid .price-card:last-child, .review-card:last-child { grid-column: auto; }
    .review-card { min-height: 290px; }
    .review-footer { align-items: flex-start; flex-direction: column; gap: 18px; }
    .work-card:first-child .work-visual { min-height: 450px; }
    .work-browser { width: 82%; padding: 28px; }
    .work-browser h3 { margin-top: 80px; font-size: 50px; }
    .work-copy { align-items: start; flex-direction: column; gap: 8px; }
    .work-copy p { text-align: left; }
    .price-card { min-height: 560px; }
    .price-featured { box-shadow: 6px 6px 0 var(--lime); }
    .payment-trust-strip { grid-template-columns: 1fr; align-items: start; padding: 22px; }
    .payment-trust-strip b { grid-column: auto; }
    .payment-assurance-grid { grid-template-columns: 1fr; }
    .payment-safety-card { padding: 30px 24px; }
    .payment-page-cta { align-items: flex-start; flex-direction: column; padding: 28px 24px; }
    .automation-card { padding: 32px 22px; }
    .automation-art { transform: scale(.78); margin-inline: -40px; }
    .process-list li { grid-template-columns: 45px 1fr; }
    .dk-form-grid { grid-template-columns: 1fr; }
    .form-card { padding: 24px 18px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: span 2; }
    .footer-bottom { align-items: start; flex-direction: column; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
