:root {
  --green: #087a68;
  --green-dark: #055d50;
  --amber: #d98e00;
  --amber-soft: #f6ddad;
  --ink: #17243a;
  --ink-soft: #33425a;
  --paper: #f7f3ea;
  --white: #fffefb;
  --mint: #e5f2ee;
  --mint-dark: #c8e4dc;
  --line: #c9d3cf;
  --muted: #61706e;
  --max: 1180px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Inter", ui-sans-serif, system-ui, sans-serif; line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }
p, h1, h2, h3, blockquote, figure { margin: 0; }
h1, h2 { font-family: "Newsreader", Georgia, serif; font-weight: 600; letter-spacing: -.035em; line-height: .98; }
h3 { line-height: 1.15; }
em { color: var(--amber); font-weight: inherit; }
svg { width: 24px; height: 24px; }

.sr-only { 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; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--ink); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 254, 251, .96); border-bottom: 1px solid rgba(23, 36, 58, .12); backdrop-filter: blur(14px); }
.header-inner { width: min(var(--max), calc(100% - 40px)); min-height: 78px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 155px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 24px; }
.site-header nav > a:not(.button) { color: var(--ink-soft); font-size: .88rem; font-weight: 650; text-decoration: none; }
.site-header nav > a:not(.button):hover { color: var(--green); }
.menu-button { display: none; padding: 8px; border: 0; background: none; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }
.button { display: inline-flex; min-height: 52px; padding: 0 24px; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--green); border-radius: 999px; background: var(--green); color: #fff; font-weight: 750; text-decoration: none; transition: transform .16s ease, background .16s ease; }
.button:hover { background: var(--green-dark); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; font-size: .88rem; }
.button-ghost { border-color: rgba(255,255,255,.4); background: transparent; }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.button-outline { border-color: var(--green); background: transparent; color: var(--green); }
.button-outline:hover { color: #fff; }
.button-light { border-color: #fff; background: #fff; color: var(--ink); }
.button-light:hover { background: var(--paper); color: var(--ink); }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }

.section { padding: 112px max(20px, calc((100% - var(--max))/2)); }
.section-dark { background: var(--ink); color: #fff; }
.section-paper { background: var(--paper); }
.section-mint { background: var(--mint); }
.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading h2, .split h2 { font-size: clamp(2.8rem, 5vw, 5.5rem); }
.section-heading > p:last-child, .split > div > p:not(.eyebrow) { max-width: 660px; margin-top: 22px; color: var(--muted); font-size: 1.06rem; }
.eyebrow { margin-bottom: 18px; color: var(--green); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-dark .eyebrow { color: #65d6c3; }
.narrow { max-width: 850px; margin: auto; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 86px; }

.hero { min-height: 760px; display: grid; align-items: center; overflow: hidden; }
.hero-inner { width: min(var(--max), calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: .92fr 1.08fr; gap: 58px; align-items: center; }
.hero-copy { padding: 90px 0; position: relative; z-index: 2; }
.hero h1 { max-width: 670px; font-size: clamp(4.2rem, 7.3vw, 7.7rem); }
.hero-lead { max-width: 600px; margin-top: 28px; color: #cbd6df; font-size: 1.16rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.cta-note { margin-top: 16px; color: #9babb8; font-size: .86rem; font-weight: 650; }
.workbench { position: relative; min-height: 570px; border: 1px solid rgba(255,255,255,.18); background-color: #20304a; transform: rotate(1deg); }
.desk-label { position: absolute; top: 22px; left: 25px; color: #8fa0b1; font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.work-card { position: absolute; padding: 28px; background: var(--white); color: var(--ink); box-shadow: 10px 13px 0 rgba(0,0,0,.18); }
.work-card-main { top: 84px; left: 54px; right: 95px; min-height: 260px; transform: rotate(-2deg); }
.work-card small { display: block; color: var(--green); font-weight: 800; letter-spacing: .12em; }
.work-card strong { display: block; max-width: 390px; margin-top: 20px; font-family: "Newsreader", Georgia, serif; font-size: 2.2rem; line-height: 1; }
.work-card p { margin-top: 20px; color: var(--muted); font-size: .8rem; font-weight: 650; }
.status-dot { position: absolute; top: 25px; right: 25px; width: 12px; height: 12px; border-radius: 50%; background: var(--amber); }
.product-row { display: flex; gap: 9px; margin-top: 23px; }
.product-row i { width: 52px; height: 52px; border: 1px solid #d8dfdc; border-radius: 3px; background: var(--mint); }
.product-row i.selected { border: 4px solid var(--amber); background: #f3c666; transform: translateY(-6px); }
.sticky { position: absolute; width: 135px; height: 128px; padding: 23px; background: var(--amber-soft); color: #624100; font-size: .82rem; line-height: 1.35; box-shadow: 5px 6px 0 rgba(0,0,0,.13); }
.sticky strong { font-size: 1.22rem; }
.sticky-one { top: 48px; right: -10px; transform: rotate(6deg); }
.sticky-two { left: 8px; bottom: 32px; transform: rotate(-6deg); background: #c6e7df; color: var(--green-dark); }
.mini-calendar { position: absolute; right: 34px; bottom: 36px; width: 260px; padding: 20px; border: 1px solid rgba(255,255,255,.28); background: var(--ink); transform: rotate(2deg); }
.mini-calendar b, .mini-calendar span { display: block; }
.mini-calendar b { color: #65d6c3; font-size: .75rem; letter-spacing: .1em; }
.mini-calendar span { margin-top: 6px; font-family: "Newsreader", Georgia, serif; font-size: 1.35rem; }
.desk-joke { position: absolute; left: 155px; bottom: 48px; color: #91a3b5; font-size: .7rem; line-height: 1.4; transform: rotate(-3deg); }

.problem { text-align: center; }
.problem h2 { font-size: clamp(3.3rem, 6vw, 6.7rem); }
.change-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 48px auto 32px; }
.change-list span { padding: 11px 17px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); background: #fff; }
.statement { margin-top: 14px; color: var(--muted); font-size: 1.12rem; }
.answer { display: block; margin-top: 16px; color: var(--green); font-family: "Newsreader", Georgia, serif; font-size: 2.1rem; }

.job-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.job { position: relative; min-height: 380px; padding: 34px; border: 1px solid #d8d2c5; background: var(--white); display: flex; flex-direction: column; align-items: flex-start; }
.job-number { position: absolute; top: 24px; right: 26px; color: #a89c87; font-size: .75rem; font-weight: 800; }
.job svg { width: 34px; height: 34px; color: var(--green); }
.job h3 { margin-top: 62px; font-family: "Newsreader", Georgia, serif; font-size: 2rem; }
.job p { margin-top: 18px; color: var(--muted); }
.job > strong { margin-top: auto; padding-top: 24px; color: var(--green); }

.orders { display: grid; gap: 15px; }
.orders article { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 30px; padding: 25px 30px; border-left: 4px solid var(--amber); background: var(--paper); }
.orders blockquote { font-family: "Newsreader", Georgia, serif; font-size: 1.45rem; line-height: 1.2; }
.orders article > div { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.orders span { padding: 6px 9px; border: 1px solid var(--line); background: #fff; color: var(--ink-soft); font-size: .75rem; font-weight: 650; }
.orders b { color: var(--amber); }

.flow-line { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 30px; color: var(--green); }
.flow-line span { color: var(--amber); }
.catalog-board { position: relative; min-height: 440px; padding: 25px; border: 1px solid #a8cbc1; background: #fff; box-shadow: 14px 14px 0 var(--mint-dark); }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.filter-bar span { padding: 6px 10px; border-radius: 4px; background: var(--mint); color: var(--green-dark); font-size: .72rem; font-weight: 700; }
.catalog-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 24px; }
.catalog-products i { height: 115px; background: var(--paper); border: 1px solid #e4e0d6; }
.catalog-products i:nth-child(2) { background: #e3eee8; }
.catalog-products i:nth-child(3) { background: #f4dfb9; }
.create-menu { position: absolute; right: 22px; bottom: 22px; width: 255px; padding: 18px; border: 1px solid var(--line); background: #fff; box-shadow: 0 15px 35px rgba(23,36,58,.16); }
.create-menu small, .create-menu strong { display: block; }
.create-menu small { padding-bottom: 8px; color: var(--muted); font-size: .65rem; letter-spacing: .1em; }
.create-menu strong { padding: 9px 0; border-top: 1px solid #edf0ee; font-size: .83rem; }

.architecture { text-align: center; }
.architecture .section-heading { margin-left: auto; margin-right: auto; }
.architecture .section-heading p:last-child { margin-left: auto; margin-right: auto; }
.source-map { max-width: 880px; margin: auto; }
.source-nodes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.source-nodes span { padding: 20px; border: 1px solid var(--green); background: var(--mint); color: var(--green-dark); font-weight: 700; }
.source-nodes .shopify { border-color: #759738; background: #edf3e1; color: #4f6726; }
.source-lines { height: 60px; display: grid; grid-template-columns: repeat(3, 1fr); }
.source-lines i { position: relative; }
.source-lines i:after { content: ""; position: absolute; left: 50%; top: 0; width: 1px; height: 60px; background: var(--green); }
.collection-node { width: min(420px, 90%); margin: auto; padding: 25px; background: var(--ink); color: #fff; }
.collection-node small, .collection-node strong { display: block; }
.collection-node small { color: #8c9caf; font-size: .7rem; letter-spacing: .13em; }
.collection-node strong { margin-top: 5px; font-family: "Newsreader", Georgia, serif; font-size: 2rem; }
.down-arrow { color: var(--amber); font-size: 2rem; line-height: 2; }
.sort-node { width: min(300px, 80%); margin: auto; padding: 16px; border: 2px solid var(--amber); color: #755000; background: var(--amber-soft); font-weight: 800; }
.trust-line { margin-top: 38px; color: var(--green-dark); font-size: 1.08rem; font-weight: 750; }

.calendar-section .split > div > p:not(.eyebrow) { color: #bac7d3; }
.week { border-left: 1px solid #4b5a70; }
.week article { display: grid; grid-template-columns: 50px 62px 1fr; gap: 15px; padding: 22px; border-bottom: 1px solid #4b5a70; }
.week b { color: #65d6c3; font-size: .73rem; }
.week span { color: #8fa0b1; font-size: .78rem; }
.week strong { font-family: "Newsreader", Georgia, serif; font-size: 1.15rem; }

.data-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.data-grid article { padding: 27px; background: #fff; }
.data-grid svg { color: var(--green); }
.data-grid h3 { margin-top: 30px; font-size: 1rem; }
.data-grid p { margin-top: 7px; color: var(--muted); font-size: .85rem; }
.before-after { margin-top: 42px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; }
.before-after > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 22px; background: var(--paper); }
.before-after small { grid-column: 1 / -1; color: var(--muted); font-weight: 800; letter-spacing: .1em; }
.before-after > b { color: var(--amber); font-size: 2rem; }
.product { min-height: 75px; display: grid; place-items: center; padding: 8px; border: 1px solid #ddd7ca; background: #fff; text-align: center; font-size: .68rem; font-weight: 700; }
.product.oos { opacity: .48; text-decoration: line-through; }
.product.good { border-color: var(--green); background: var(--mint); }
.product.fresh { border-color: var(--amber); background: var(--amber-soft); }

.rule-card { max-width: 440px; margin-top: 35px; padding: 28px; border: 1px solid #d8d2c5; background: #fff; box-shadow: 9px 9px 0 #e5dfd2; }
.rule-card small { color: var(--green); font-weight: 800; letter-spacing: .12em; }
.rule-card h3 { margin: 16px 0; font-family: "Newsreader", Georgia, serif; font-size: 1.8rem; }
.rule-card span { display: block; padding: 9px 0; border-top: 1px solid #ece8df; color: var(--muted); font-size: .85rem; }
.reuse-map { min-height: 450px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: center; position: relative; }
.reuse-map:before { content: ""; position: absolute; inset: 50% 14%; height: 1px; background: var(--amber); transform: rotate(24deg); }
.reuse-map span, .reuse-map .hub { position: relative; z-index: 1; min-height: 100px; display: grid; place-items: center; padding: 15px; border: 1px solid var(--green); background: #fff; text-align: center; font-weight: 700; }
.reuse-map .hub { grid-column: 1 / -1; width: 180px; min-height: 140px; margin: auto; border-radius: 50%; background: var(--green); color: #fff; }

.ai-section { background: #eef2f1; }
.sidekick-note { margin-top: 30px; padding: 20px; border-left: 3px solid var(--amber); background: #fff; }
.sidekick-note strong, .sidekick-note span { display: block; }
.sidekick-note span { margin-top: 6px; color: var(--muted); font-size: .87rem; }
.conversation { padding: 30px; background: var(--ink); }
.message { max-width: 88%; padding: 20px; }
.message + .message { margin-top: 14px; }
.message small { color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .1em; }
.message p { margin-top: 8px; }
.message.user { margin-left: auto; background: var(--mint); color: var(--ink); }
.message.colin { background: #fff; color: var(--ink); }
.message button { margin-top: 16px; padding: 9px 13px; border: 0; border-radius: 4px; background: #dce5e2; color: var(--muted); }

.timeline { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 2px solid var(--green); }
.timeline article { position: relative; padding: 29px 16px 16px 0; }
.timeline article:before { content: ""; position: absolute; top: -8px; left: 0; width: 14px; height: 14px; border: 2px solid #fff; border-radius: 50%; background: var(--amber); }
.timeline time, .timeline span { display: block; }
.timeline time { color: var(--green); font-weight: 800; }
.timeline span { margin-top: 12px; color: var(--muted); font-size: .85rem; }
.day-ending { margin-top: 50px; font-family: "Newsreader", Georgia, serif; font-size: clamp(2rem, 4vw, 4rem); text-align: center; }

.screenshot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px 24px; }
.screenshot-frame { padding: 9px; border: 1px solid #a8cbc1; background: #fff; box-shadow: 7px 8px 0 var(--mint-dark); overflow: hidden; }
.screenshot-frame img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top left; background: #fff; }
.screenshot-grid figcaption { display: flex; justify-content: space-between; gap: 20px; margin-top: 16px; }
.screenshot-grid figcaption span { color: var(--muted); font-size: .84rem; text-align: right; }

.principle { text-align: center; }
.principle-inner { max-width: 980px; margin: auto; }
.principle h2 { font-size: clamp(4rem, 8vw, 8.5rem); }
.decision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 60px; background: #4c5a6d; }
.decision-grid article { padding: 34px; background: var(--ink); text-align: left; }
.decision-grid h3 { color: #65d6c3; }
.decision-grid p { margin-top: 14px; color: #bac7d3; }
.same-result { margin-top: 48px; color: var(--amber-soft); font-family: "Newsreader", Georgia, serif; font-size: clamp(2rem, 4vw, 4rem); }
.ai-principle { margin-top: 14px; color: #9cabb9; }

.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.price-grid article { position: relative; padding: 34px; border: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-start; }
.price-grid article.featured { border: 2px solid var(--green); background: var(--mint); }
.price-grid small { color: var(--green); font-weight: 800; letter-spacing: .13em; }
.price-grid h3 { margin-top: 24px; font-family: "Newsreader", Georgia, serif; font-size: 4rem; }
.price-grid h3 sup { font-family: "Inter", sans-serif; font-size: 1.1rem; vertical-align: top; }
.price-grid h3 em { color: var(--muted); font-family: "Inter", sans-serif; font-size: .8rem; font-style: normal; }
.price-grid > article > strong { margin-top: 18px; }
.price-grid p { margin: 14px 0 30px; color: var(--muted); }
.price-grid .button { margin-top: auto; }
.popular { position: absolute; top: -15px; right: 20px; padding: 6px 10px; background: var(--amber); color: #fff; font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.billing-note { margin-top: 28px; color: var(--muted); text-align: center; font-size: .9rem; }

.faq { border-top: 1px solid #d6cfc0; }
.faq details { border-bottom: 1px solid #d6cfc0; padding: 24px 4px; }
.faq summary { display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: "Newsreader", Georgia, serif; font-size: 1.35rem; }
.faq summary:after { content: "+"; color: var(--green); font-family: "Inter", sans-serif; }
.faq details[open] summary:after { content: "−"; }
.faq details p { max-width: 780px; margin-top: 15px; color: var(--muted); }

.experience-card { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 68px; border: 1px solid var(--green); background: var(--mint); }
.experience-card h2 { font-size: clamp(3rem, 5vw, 5.7rem); }
.experience-card > div:last-child { align-self: end; }
.experience-card > div:last-child p + p { margin-top: 18px; }
.experience-card > div:last-child strong { display: block; margin-top: 26px; color: var(--green-dark); }

.final-cta { width: min(var(--max), calc(100% - 40px)); margin: 0 auto 110px; padding: 68px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: center; background: var(--green); color: #fff; }
.final-cta h2 { font-size: clamp(3.2rem, 5vw, 5.8rem); }
.final-cta > div:last-child > p:not(.eyebrow) { margin-top: 16px; color: #c9e8e1; font-size: 1.2rem; }
.final-cta .button { margin-top: 30px; }
.final-cta small { display: block; margin-top: 14px; color: #b8ddd5; }
.finished-desk { position: relative; min-height: 320px; padding: 25px; border: 1px solid rgba(255,255,255,.4); background: rgba(0,0,0,.08); }
.finished-desk span { font-size: .65rem; letter-spacing: .12em; }
.finished-desk i { display: block; width: 78%; height: 34px; margin-top: 18px; background: rgba(255,255,255,.16); }
.finished-desk i:nth-of-type(2) { width: 58%; }
.finished-desk i:nth-of-type(3) { width: 68%; }
.finished-desk b { position: absolute; right: 28px; bottom: 26px; width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; background: var(--amber); font-size: 2rem; }

.site-footer { padding: 70px max(20px, calc((100% - var(--max))/2)) 25px; background: #101b2e; color: #9eacbb; }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr 1.25fr; gap: 48px; }
.footer-brand img { width: 150px; filter: brightness(0) invert(1); }
.footer-main > div:first-child p { max-width: 330px; margin-top: 16px; }
.footer-main > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-main h2 { margin-bottom: 5px; color: #fff; font: 800 .7rem "Inter", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.footer-main a { text-decoration: none; }
.footer-main a:hover { color: #fff; }
.footer-bottom { margin-top: 55px; padding-top: 22px; border-top: 1px solid #2c394d; display: flex; justify-content: space-between; gap: 20px; font-size: .78rem; }

.legal-page { min-height: 70vh; background: var(--paper); padding-bottom: 90px; }
.legal-hero { padding: 90px max(20px, calc((100% - 900px)/2)) 110px; background: var(--ink); color: #fff; }
.legal-hero h1 { font-size: clamp(3.5rem, 6vw, 6.5rem); }
.legal-hero > p:last-child { max-width: 680px; margin-top: 20px; color: #bac7d3; }
.legal-content { width: min(900px, calc(100% - 40px)); margin: -45px auto 0; padding: clamp(30px, 6vw, 66px); border: 1px solid #ddd5c7; background: #fff; position: relative; }
.legal-content > h1:first-child { display: none; }
.legal-content h2 { margin: 50px 0 15px; font-family: "Newsreader", Georgia, serif; font-size: 2rem; }
.legal-content h3 { margin: 30px 0 12px; }
.legal-content p, .legal-content ul, .legal-content ol { margin: 0 0 20px; }
.legal-content ul, .legal-content ol { padding-left: 1.4rem; }
.legal-content li + li { margin-top: 8px; }
.legal-content a { color: var(--green); font-weight: 650; }
.legal-content code { padding: .1rem .35rem; background: var(--mint); }

@media (max-width: 980px) {
  .site-header nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 20px; flex-direction: column; align-items: stretch; background: var(--white); border-bottom: 1px solid var(--line); }
  .site-header nav.is-open { display: flex; }
  .menu-button { display: block; }
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 20px; }
  .workbench { margin-bottom: 60px; }
  .job-grid, .price-grid { grid-template-columns: 1fr; }
  .job { min-height: 310px; }
  .split { grid-template-columns: 1fr; gap: 50px; }
  .timeline { grid-template-columns: repeat(3, 1fr); row-gap: 35px; }
  .screenshot-grid { grid-template-columns: 1fr; }
  .experience-card { grid-template-columns: 1fr; padding: 48px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .section { padding-top: 82px; padding-bottom: 82px; }
  .header-inner, .hero-inner { width: calc(100% - 28px); }
  .brand img { width: 132px; }
  .hero h1 { font-size: 3.65rem; }
  .hero-copy { padding-top: 68px; }
  .button-row .button { width: 100%; }
  .workbench { min-height: 465px; }
  .work-card-main { top: 70px; left: 20px; right: 45px; min-height: 235px; padding: 22px; }
  .work-card strong { font-size: 1.65rem; }
  .sticky { width: 112px; height: 106px; padding: 17px; }
  .sticky-one { right: -4px; }
  .sticky-two { left: 2px; bottom: 25px; }
  .mini-calendar { right: 14px; bottom: 26px; width: 210px; }
  .desk-joke { display: none; }
  .orders article { grid-template-columns: 1fr; padding: 22px; }
  .catalog-products { grid-template-columns: 1fr 1fr; }
  .catalog-products i { height: 80px; }
  .create-menu { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 22px; }
  .source-nodes { grid-template-columns: 1fr; }
  .source-lines { display: none; }
  .collection-node { margin-top: 16px; }
  .week article { grid-template-columns: 45px 1fr; }
  .week strong { grid-column: 2; }
  .data-grid { grid-template-columns: 1fr 1fr; }
  .before-after { grid-template-columns: 1fr; }
  .before-after > b { transform: rotate(90deg); text-align: center; }
  .before-after > div { grid-template-columns: 1fr 1fr; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .decision-grid { grid-template-columns: 1fr; }
  .screenshot-grid figcaption { flex-direction: column; gap: 3px; }
  .screenshot-grid figcaption span { text-align: left; }
  .experience-card { padding: 34px 25px; }
  .final-cta { width: 100%; margin-bottom: 0; padding: 50px 20px; grid-template-columns: 1fr; }
  .finished-desk { min-height: 220px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .legal-content { width: calc(100% - 24px); padding: 30px 23px; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 3.1rem; }
  .section-heading h2, .split h2 { font-size: 2.8rem; }
  .data-grid { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .reuse-map { grid-template-columns: 1fr; }
  .reuse-map .hub { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
