:root {
  --navy: #102a43;
  --teal: #087e8b;
  --teal-dark: #0f3f3b;
  --teal-deep: #075b63;
  --mint: #dff5f2;
  --cream: #fffaf0;
  --paper: #fffdf8;
  --ink: #17332f;
  --text: #253b38;
  --muted: #61736f;
  --line: #cfe2dd;
  --coral: #f06449;
  --gold: #f2c14e;
  --blue: #087fb8;
  --shadow: 0 22px 60px rgba(16,42,67,.12);
  --soft-shadow: 0 12px 35px rgba(16,42,67,.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--cream);
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.content { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.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; z-index: 9999; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--navy); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(8,126,139,.14); background: rgba(255,250,240,.94); backdrop-filter: blur(18px); }
.nav-shell { position: relative; display: flex; align-items: center; gap: 18px; width: min(1180px, calc(100% - 48px)); min-height: 86px; margin-inline: auto; }
.brand { display: inline-flex; align-items: center; }
.brand img { display: block; width: 285px; max-width: 34vw; filter: saturate(.9) contrast(1.06); }
.prototype-pill { padding: 5px 9px; border: 1px solid #c4d9d4; border-radius: 999px; color: var(--teal-deep); background: #f4fbf9; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.desktop-links { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.desktop-links a { padding: 10px 11px; border-radius: 999px; color: var(--teal-dark); font-size: .88rem; font-weight: 750; text-decoration: none; }
.desktop-links a:not(.nav-cta):hover { color: var(--teal); background: var(--mint); }
.desktop-links .nav-cta { margin-left: 4px; padding: 12px 22px; border-radius: 14px; color: #fff; background: linear-gradient(115deg,#087fb8,#075ca8 48%,#3d2bd0); box-shadow: 0 9px 22px rgba(40,55,171,.25); font-size: .8rem; letter-spacing: .05em; text-transform: uppercase; }
.menu-button, .mobile-menu { display: none; }

.hero { position: relative; overflow: hidden; padding: 82px 0 78px; color: #fff; background: radial-gradient(circle at 88% 12%,rgba(242,193,78,.28) 0 7%,transparent 7.2%), linear-gradient(128deg,#102a43 0%,#0f3f3b 60%,#087e8b 100%); }
.hero::after { content: ""; position: absolute; right: -4%; bottom: -126px; width: 64%; height: 220px; border-radius: 50% 50% 0 0; background: rgba(223,245,242,.11); transform: rotate(-5deg); }
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-orb-one { right: 8%; bottom: 2%; width: 270px; height: 270px; background: rgba(240,100,73,.22); }
.hero-orb-two { left: 48%; top: -90px; width: 180px; height: 180px; border: 36px solid rgba(223,245,242,.08); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); align-items: center; gap: 74px; }
.breadcrumb { display: flex; gap: 10px; margin: 0 0 30px; color: #9ee5dc; font-size: .74rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.breadcrumb a { color: inherit; text-decoration: none; }
.eyebrow, .kicker, .service-label, .card-kicker { margin: 0 0 12px; color: #9ee5dc; font-size: .74rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { max-width: 740px; margin: 0 0 22px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem,6vw,5.5rem); font-weight: 700; line-height: .98; letter-spacing: -.055em; }
.hero h1 span { display: block; color: #9ee5dc; }
.hero-copy { max-width: 680px; margin: 0 0 30px; color: rgba(255,255,255,.84); font-size: 1.08rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(16,42,67,.18); }
.button-primary { color: #fff; background: var(--coral); }
.hero-card { position: relative; padding: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.24); border-radius: 26px; color: var(--teal-dark); background: rgba(255,250,240,.96); box-shadow: 0 30px 70px rgba(2,20,32,.3); }
.hero-card-mark { position: absolute; right: -18px; top: -28px; color: rgba(8,126,139,.08); font-family: Georgia,serif; font-size: 9rem; font-weight: 800; line-height: 1; }
.hero .hero-card .card-kicker { position: relative; color: var(--coral) !important; }
.hero-card h2 { position: relative; margin: 0 0 16px; color: var(--navy); font-family: Georgia,serif; font-size: 1.7rem; line-height: 1.15; }
.hero-card ul { position: relative; margin: 0; padding: 0; list-style: none; }
.hero-card li { position: relative; padding: 11px 0 11px 31px; border-bottom: 1px solid #d9e7e2; }
.hero-card li::before { content: "✓"; position: absolute; left: 0; top: 10px; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: #fff; background: var(--teal); font-size: .68rem; font-weight: 900; }
.hero .hero-card .same-content-note { position: relative; display: flex; align-items: center; gap: 8px; margin: 18px 0 0; color: var(--muted) !important; font-size: .78rem; font-weight: 700; }
.hero .hero-card .same-content-note span { color: var(--teal) !important; }

.samples { padding: 92px 0 108px; }
.section-heading { max-width: 790px; margin-bottom: 38px; }
.section-heading .kicker, .approach .kicker { color: var(--coral); }
.section-heading h2, .approach h2 { margin: 0 0 18px; color: var(--navy); font-family: Georgia,"Times New Roman",serif; font-size: clamp(2.45rem,4.8vw,4.35rem); line-height: 1.04; letter-spacing: -.04em; }
.section-heading > p:not(.kicker) { margin: 0; color: var(--muted); font-size: 1.06rem; }
.section-heading > p:not(.kicker) + p { margin-top: 10px; }

.sample-tabs { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-bottom: 20px; }
.sample-tab { display: flex; align-items: center; gap: 12px; min-height: 72px; padding: 12px 16px; border: 1px solid #d3e3df; border-radius: 16px; color: var(--teal-dark); background: rgba(255,255,255,.72); text-align: left; cursor: pointer; transition: transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease; }
.sample-tab:hover { transform: translateY(-2px); border-color: #8fc8bf; box-shadow: var(--soft-shadow); }
.sample-tab.is-active { border-color: var(--teal); background: #fff; box-shadow: 0 12px 35px rgba(16,42,67,.1), inset 0 -4px 0 var(--teal); }
.sample-tab:focus-visible { outline: 3px solid rgba(8,126,139,.3); outline-offset: 2px; }
.sample-tab > span:last-child { display: flex; flex-direction: column; line-height: 1.15; }
.sample-tab small { margin-top: 5px; color: var(--muted); font-size: .72rem; }
.tab-icon { display: grid; flex: 0 0 auto; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #fff; background: var(--teal); font-family: Georgia,serif; font-size: 1rem; font-weight: 800; }
.sample-tab:nth-child(2) .tab-icon { background: var(--coral); }
.sample-tab:nth-child(3) .tab-icon { background: #217346; }
.sample-tab:nth-child(4) .tab-icon { background: var(--navy); }

.sample-panel { padding: 34px; border: 1px solid #d4e3df; border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.sample-panel[hidden] { display: none; }
.sample-intro { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 28px; margin-bottom: 26px; }
.sample-intro > div { max-width: 720px; }
.service-label { margin-bottom: 7px; color: var(--coral); }
.sample-intro h3 { margin: 0 0 8px; color: var(--navy); font-family: Georgia,serif; font-size: clamp(1.75rem,3vw,2.45rem); line-height: 1.08; }
.sample-intro p:not(.service-label) { margin: 0; color: var(--muted); }
.improvement-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; max-width: 360px; margin: 0; padding: 0; list-style: none; }
.improvement-list li { padding: 7px 11px; border-radius: 999px; color: var(--teal-deep); background: var(--mint); font-size: .72rem; font-weight: 750; }

.compare-card { overflow: hidden; border: 1px solid #cadbd7; border-radius: 20px; background: #edf4f2; }
.compare-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 68px; padding: 10px 16px; border-bottom: 1px solid #cadbd7; background: #f8fbfa; }
.view-buttons { display: flex; padding: 4px; border: 1px solid #ccddda; border-radius: 12px; background: #eaf2f0; }
.view-buttons button { min-width: 78px; padding: 8px 12px; border: 0; border-radius: 8px; color: var(--muted); background: transparent; font-size: .76rem; font-weight: 800; cursor: pointer; }
.view-buttons button.is-active { color: var(--teal-dark); background: #fff; box-shadow: 0 3px 10px rgba(16,42,67,.1); }
.range-label { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .72rem; font-weight: 750; }
.range-label input { width: 190px; accent-color: var(--teal); cursor: ew-resize; }

.compare-stage { --reveal: 52%; position: relative; height: 590px; overflow: hidden; background: #dfe9e6; touch-action: pan-y; user-select: none; }
.comparison-layer { position: absolute; inset: 0; overflow: hidden; }
.layer-before { z-index: 1; }
.layer-after { z-index: 2; clip-path: inset(0 calc(100% - var(--reveal)) 0 0); }
.compare-divider { position: absolute; z-index: 5; top: 0; bottom: 0; left: var(--reveal); width: 3px; background: #fff; box-shadow: 0 0 0 1px rgba(16,42,67,.08),0 0 18px rgba(16,42,67,.24); transform: translateX(-1.5px); pointer-events: none; }
.compare-divider span { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 42px; height: 42px; border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--teal); box-shadow: 0 5px 18px rgba(16,42,67,.28); font-size: 1.1rem; transform: translate(-50%,-50%); }
.view-label { position: absolute; z-index: 8; top: 17px; padding: 7px 11px; border-radius: 999px; color: #fff; background: rgba(16,42,67,.8); box-shadow: 0 5px 16px rgba(16,42,67,.18); font-size: .67rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; pointer-events: none; }
.label-before { left: 17px; }
.label-after { right: 17px; background: rgba(8,126,139,.92); }
.interaction-hint { margin: 0; padding: 10px 16px; color: #647873; background: #f8fbfa; font-size: .68rem; text-align: center; }

/* Document sample */
.desk { position: absolute; inset: 0; display: grid; place-items: center; padding: 34px; }
.desk-before { background: linear-gradient(135deg,#d8dddc,#eef1f0); }
.desk-after { background: linear-gradient(135deg,#c8ddd8,#eff7f5); }
.doc-page { width: min(700px,86%); height: 520px; padding: 34px 42px; overflow: hidden; background: #fff; box-shadow: 0 13px 34px rgba(16,42,67,.18); }
.doc-before { color: #222; font-family: Arial,sans-serif; font-size: 10.2px; line-height: 1.4; }
.doc-before .plain-company { margin: 0 0 26px; font-size: 11.5px; }
.doc-before h4 { margin: 0 0 2px; font-size: 24px; font-weight: 400; }
.doc-before h5 { margin: 22px 0 5px; font-size: 13px; }
.doc-before p { margin: 0 0 6px; }
.doc-before table { width: 100%; border-collapse: collapse; font-size: 9.5px; }
.doc-before th,.doc-before td { padding: 5px; border: 1px solid #777; text-align: left; }
.doc-after { position: relative; padding: 28px 42px 32px; color: #314b47; font-family: Aptos,"Segoe UI",sans-serif; font-size: 9.4px; line-height: 1.44; }
.doc-brand { display: flex; align-items: center; gap: 8px; color: var(--navy); font-size: 8.2px; font-weight: 850; letter-spacing: .04em; line-height: .95; }
.doc-brand small { font-size: 5.4px; letter-spacing: .18em; }
.doc-brand b { margin-left: auto; color: var(--muted); font-size: 8.2px; }
.mini-mark { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: #fff; background: var(--teal); font-family: Georgia,serif; font-size: 13px; }
.doc-kicker { margin: 24px 0 4px; color: var(--coral); font-size: 7px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.doc-after h4 { margin: 0; color: var(--navy); font-family: Georgia,serif; font-size: 28px; line-height: 1; }
.doc-meta { margin: 6px 0 15px; color: #7b8c88; font-size: 8.2px; }
.doc-meta span { padding: 0 5px; color: var(--coral); }
.summary-box { padding: 10px 13px; border-left: 3px solid var(--teal); background: #eef8f5; }
.summary-box h5,.doc-after .rule-heading { margin: 0 0 4px; color: var(--navy); font-family: Georgia,serif; font-size: 11.5px; }
.summary-box p { margin: 0; }
.doc-after .rule-heading { margin-top: 13px; padding-bottom: 4px; border-bottom: 1px solid #c6dbd5; }
.doc-after table { width: 100%; border-collapse: collapse; font-size: 8.5px; }
.doc-after th { padding: 5px 7px; color: #fff; background: var(--teal-dark); text-align: left; }
.doc-after td { padding: 5px 7px; border-bottom: 1px solid #d8e5e1; }
.doc-after tbody tr:nth-child(even) { background: #f3f8f6; }
.doc-after p { margin: 0; }
.doc-after footer { position: absolute; right: 42px; bottom: 16px; left: 42px; padding-top: 5px; border-top: 1px solid #d4e2de; color: #84938f; font-size: 6.5px; }

/* Presentation sample */
.presentation-stage { background: #dce4e2; }
.slide { position: absolute; inset: 32px 40px; aspect-ratio: 16 / 9; margin: auto; padding: 40px 48px; overflow: hidden; background: #fff; box-shadow: 0 15px 40px rgba(16,42,67,.19); }
.slide-before { color: #222; font-family: Arial,sans-serif; font-size: 15.5px; line-height: 1.5; }
.slide-before h4 { margin: 0 0 20px; padding-bottom: 6px; border-bottom: 2px solid #555; font-size: 30px; }
.slide-before ul { margin: 8px 0 22px; padding-left: 25px; }
.slide-before small { position: absolute; bottom: 26px; left: 42px; color: #666; }
.slide-after { padding: 30px 42px; color: var(--text); background: linear-gradient(135deg,#fffdf8 0 76%,#dff5f2 76%); }
.slide-top { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 7px; font-weight: 800; }
.slide-kicker { margin: 23px 0 3px; color: var(--coral); font-size: 7px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.slide-after h4 { margin: 0 0 20px; color: var(--navy); font-family: Georgia,serif; font-size: 32px; line-height: 1.04; }
.slide-after h4 span { color: var(--teal); }
.metric-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.metric-grid > div { display: flex; flex-direction: column; min-height: 83px; padding: 11px; border: 1px solid #d1e3de; border-radius: 8px; background: rgba(255,255,255,.9); }
.metric-grid strong { color: var(--teal); font-family: Georgia,serif; font-size: 28px; line-height: 1; }
.metric-grid span { margin-top: 5px; color: var(--navy); font-size: 9px; font-weight: 750; line-height: 1.2; }
.metric-grid small { margin-top: auto; color: #598078; font-size: 7.5px; }
.metric-grid .metric-watch { border-color: #f2c6bc; }
.metric-grid .metric-watch strong,.metric-grid .metric-watch small { color: var(--coral); }
.priority-strip { display: grid; grid-template-columns: auto 1fr; gap: 14px; margin-top: 16px; padding: 10px 14px; border-radius: 7px; color: #fff; background: var(--teal-dark); font-size: 8px; }
.priority-strip b { color: var(--gold); text-transform: uppercase; }

/* Spreadsheet sample */
.spreadsheet-stage { background: #d9e3e0; }
.sheet { position: absolute; inset: 28px; margin: auto; overflow: hidden; color: #222; background: #fff; box-shadow: 0 14px 38px rgba(16,42,67,.18); }
.sheet table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: 10px; }
.sheet th,.sheet td { height: 42px; padding: 8px 10px; border: 1px solid #d4dbd9; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sheet-before { font-family: Calibri,Arial,sans-serif; }
.formula-bar { height: 40px; padding: 9px 14px; border-bottom: 1px solid #aaa; background: #efefef; color: #555; font-size: 11px; }
.sheet-before th { color: #111; background: #efefef; font-weight: 400; }
.sheet-before tr:nth-child(3) td:nth-child(3),.sheet-before tr:nth-child(5) td:nth-child(3) { color: #a21a1a; background: #fff0f0; }
.sheet-after { color: #314b47; }
.sheet-head { display: flex; justify-content: space-between; align-items: center; min-height: 95px; padding: 17px 20px; color: #fff; background: var(--teal-dark); }
.sheet-head span { font-size: 7.2px; font-weight: 800; letter-spacing: .17em; }
.sheet-head h4 { margin: 1px 0 0; font-family: Georgia,serif; font-size: 26px; line-height: 1; }
.sheet-stats { display: flex; gap: 20px; }
.sheet-stats span { display: flex; flex-direction: column; color: #cce7e1; letter-spacing: 0; }
.sheet-stats b { color: #fff; font-family: Georgia,serif; font-size: 22px; line-height: 1; }
.filter-row { display: flex; gap: 8px; align-items: center; min-height: 44px; padding: 8px 14px; background: #e8f5f2; }
.filter-row span { padding: 4px 7px; border: 1px solid #bbd7d0; border-radius: 5px; background: #fff; font-size: 8px; }
.filter-row b { margin-left: auto; color: #66817b; font-size: 7px; }
.sheet-after th { height: 34px; color: #fff; background: var(--teal); border-color: #218e99; font-size: 8.5px; }
.sheet-after td { height: 37px; border-color: #dbe6e3; font-size: 9px; }
.sheet-after tbody tr:nth-child(even) { background: #f4f8f7; }
.status,.priority { display: inline-flex; padding: 3px 7px; border-radius: 999px; font-size: 7px; font-style: normal; font-weight: 750; }
.status.done { color: #1f6747; background: #dff4e8; }
.status.progress { color: #85610c; background: #fff1c8; }
.status.not-started { color: #5a6874; background: #e8ecef; }
.priority.high { color: #9a3421; background: #ffe1da; }
.priority.medium { color: #74580f; background: #fff0c4; }
.priority.low { color: #315f70; background: #dceff5; }

/* Tracker sample */
.tracker-stage { background: #dae5e2; }
.tracker { position: absolute; inset: 22px 24px; margin: auto; overflow: hidden; color: #283e3a; background: #fff; box-shadow: 0 14px 40px rgba(16,42,67,.18); }
.tracker table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: 9.5px; }
.tracker th,.tracker td { padding: 9px 10px; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tracker-before { padding: 28px 34px; color: #222; font-family: Arial,sans-serif; }
.tracker-before h4 { margin: 0; font-size: 24px; }
.tracker-before > p { margin: 2px 0 20px; font-size: 10.5px; }
.tracker-before table { font-size: 10.5px; }
.tracker-before th,.tracker-before td { border: 1px solid #999; }
.tracker-before th { background: #e9e9e9; }
.tracker-before table + p { margin-top: 18px; }
.tracker-header { display: flex; align-items: center; justify-content: space-between; min-height: 75px; padding: 14px 20px; color: #fff; background: var(--navy); }
.tracker-header span { color: #9ee5dc; font-size: 7.2px; font-weight: 850; letter-spacing: .16em; }
.tracker-header h4 { margin: 0; font-family: Georgia,serif; font-size: 23px; line-height: 1; }
.tracker-header p { color: #d3e2df; font-size: 8.5px; }
.progress-row { display: grid; grid-template-columns: 2.1fr repeat(3,.6fr); gap: 8px; align-items: stretch; padding: 11px 20px; background: #eff7f5; }
.progress-row > div { padding: 7px 9px; border-radius: 7px; background: #fff; }
.progress-row > div:first-child { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; }
.progress-row span { color: var(--muted); font-size: 7.5px; }
.progress-row strong,.summary-stat b { color: var(--teal); font-family: Georgia,serif; font-size: 19px; }
.progress-bar { grid-column: 1 / -1; height: 5px; overflow: hidden; border-radius: 999px; background: #d7e6e2; }
.progress-bar i { display: block; width: 42%; height: 100%; background: var(--teal); }
.summary-stat { display: flex; flex-direction: column; justify-content: center; }
.summary-stat.amber b { color: #b07f12; }
.summary-stat.coral b { color: var(--coral); }
.tracker-after th { color: #fff; background: var(--teal); font-size: 8.5px; }
.tracker-after td { border-bottom: 1px solid #dbe6e3; }
.tracker-after tbody tr:nth-child(even) { background: #f5f9f8; }
.avatar { display: inline-grid; place-items: center; width: 16px; height: 16px; margin-right: 3px; border-radius: 50%; color: #fff; background: var(--navy); font-size: 6px; font-style: normal; }
.due-today { color: #9a3421; font-size: 7px; }
.next-action { display: grid; grid-template-columns: auto 1fr; gap: 12px; margin: 11px 20px; padding: 9px 11px; border-left: 3px solid var(--coral); background: #fff4f1; font-size: 8px; }
.next-action b { color: var(--coral); text-transform: uppercase; }

.approach { padding: 88px 0; background: var(--mint); }
.approach-card { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 70px; padding: 54px 60px; border: 1px solid rgba(8,126,139,.2); border-radius: 28px; background: var(--cream); box-shadow: var(--shadow); }
.approach h2 { font-size: clamp(2.25rem,4vw,3.75rem); }
.approach-card > div:first-child > p:last-child { max-width: 700px; margin: 0; color: var(--muted); }
.approach-action { padding-left: 34px; border-left: 1px solid var(--line); }
.approach-action p { margin-top: 0; color: var(--teal-dark); font-weight: 700; }
.approach-action small { display: block; margin-top: 13px; color: var(--muted); }
.approach-action .button { border-radius: 14px; background: linear-gradient(115deg,#087fb8,#075ca8 48%,#3d2bd0); }

.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; font-size: .76rem; }
.footer-grid div { display: flex; flex-direction: column; line-height: 1.25; }
.footer-grid strong { color: #fff; font-family: Georgia,serif; font-size: 1rem; }
.footer-grid p { margin: 0; }

@media (max-width: 980px) {
  .brand img { width: 240px; max-width: 36vw; }
  .hero-grid { grid-template-columns: 1fr .7fr; gap: 40px; }
  .sample-tabs { grid-template-columns: repeat(2,1fr); }
  .compare-stage { height: 540px; }
  .doc-page { width: min(650px,90%); }
  .slide { inset: 38px 24px; }
  .sheet { inset: 28px 20px; }
  .tracker { inset: 22px 18px; }
  .approach-card { gap: 38px; padding: 46px 40px; }
}

@media (max-width: 760px) {
  .content, .nav-shell { width: min(100% - 32px,1180px); }
  .nav-shell { min-height: 76px; }
  .brand img { width: 215px; max-width: 58vw; }
  .prototype-pill,.desktop-links { display: none; }
  .menu-button { display: grid; place-content: center; gap: 5px; width: 44px; height: 44px; margin-left: auto; border: 1px solid #c9dcd7; border-radius: 12px; background: #fff; }
  .menu-button span:not(.sr-only) { display: block; width: 20px; height: 2px; border-radius: 4px; background: var(--teal-dark); }
  .mobile-menu { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: grid; padding: 12px 16px 18px; border: 1px solid #cfdfdb; border-top: 0; border-radius: 0 0 16px 16px; background: var(--cream); box-shadow: 0 16px 35px rgba(16,42,67,.14); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { padding: 12px; border-bottom: 1px solid #dbe7e4; color: var(--teal-dark); font-weight: 750; text-decoration: none; }
  .mobile-menu a:last-child { margin-top: 8px; border: 0; border-radius: 10px; color: #fff; background: var(--teal); text-align: center; }
  .hero { padding: 58px 0 64px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero h1 { font-size: clamp(3rem,14vw,4.7rem); }
  .hero-card { max-width: 520px; }
  .samples { padding: 70px 0 82px; }
  .section-heading { margin-bottom: 28px; }
  .sample-panel { padding: 22px; }
  .sample-intro { grid-template-columns: 1fr; gap: 15px; }
  .improvement-list { justify-content: flex-start; }
  .compare-toolbar { align-items: stretch; flex-direction: column; gap: 10px; }
  .view-buttons { justify-content: center; }
  .view-buttons button { flex: 1; }
  .range-label { justify-content: space-between; }
  .range-label input { flex: 1; max-width: 260px; }
  .compare-stage { height: 480px; }
  .desk { padding: 25px 12px; }
  .doc-page { width: 92%; height: 425px; padding: 24px 26px; }
  .doc-before { font-size: 8px; }
  .doc-before h4 { font-size: 20px; }
  .doc-before h5 { margin-top: 15px; }
  .doc-after { padding: 21px 26px 26px; }
  .doc-after .doc-kicker { margin-top: 15px; }
  .doc-after h4 { font-size: 22px; }
  .doc-after footer { right: 25px; left: 25px; }
  .slide { inset: 28px 6px; aspect-ratio: auto; padding: 24px 26px; }
  .slide-before { font-size: 11.5px; }
  .slide-before h4 { font-size: 23px; }
  .slide-after h4 { font-size: 23px; }
  .metric-grid { grid-template-columns: repeat(2,1fr); gap: 6px; }
  .metric-grid > div { min-height: 75px; padding: 7px; }
  .metric-grid strong { font-size: 20px; }
  .sheet { inset: 42px 0; }
  .sheet-head { min-height: 70px; padding: 12px; }
  .sheet-head h4 { font-size: 18px; }
  .sheet-stats { gap: 10px; }
  .sheet th,.sheet td { padding: 5px; font-size: 7.4px; }
  .filter-row { padding-inline: 7px; }
  .filter-row span:nth-child(3) { display: none; }
  .tracker { inset: 36px 0; }
  .tracker-before { padding: 20px 14px; }
  .tracker th,.tracker td { padding: 6px 5px; font-size: 7px; }
  .progress-row { grid-template-columns: 1.5fr repeat(3,.7fr); padding: 8px; gap: 4px; }
  .tracker-header { padding: 10px; }
  .next-action { margin: 7px 8px; }
  .approach { padding: 70px 0; }
  .approach-card { grid-template-columns: 1fr; gap: 26px; padding: 38px 28px; }
  .approach-action { padding: 24px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 12px; text-align: center; }
  .footer-grid div { align-items: center; }
}

@media (max-width: 480px) {
  .content, .nav-shell { width: min(100% - 24px,1180px); }
  .brand img { width: 185px; max-width: 64vw; }
  .hero-copy { font-size: 1rem; }
  .sample-tabs { grid-template-columns: 1fr 1fr; gap: 8px; }
  .sample-tab { min-height: 65px; gap: 8px; padding: 9px; }
  .tab-icon { width: 30px; height: 30px; }
  .sample-tab strong { font-size: .8rem; }
  .sample-tab small { font-size: .64rem; }
  .sample-panel { padding: 14px; border-radius: 20px; }
  .compare-stage { height: 455px; }
  .range-label span { display: none; }
  .range-label input { width: 100%; max-width: none; }
  .doc-page { width: 97%; height: 402px; padding: 20px; }
  .doc-before .plain-company { margin-bottom: 16px; }
  .doc-before h5 { margin-top: 12px; }
  .doc-after { padding: 17px 19px 21px; }
  .summary-box { padding: 7px 9px; }
  .slide { inset: 26px 0; padding: 20px; }
  .slide-after h4 { margin-bottom: 10px; font-size: 20px; }
  .metric-grid span { font-size: 6.5px; }
  .priority-strip { margin-top: 8px; gap: 5px; padding: 7px; }
  .sheet { inset: 46px 0; }
  .sheet-stats span:last-child { display: none; }
  .filter-row span:nth-child(2) { display: none; }
  .tracker { inset: 34px 0; }
  .tracker-header h4 { font-size: 17px; }
  .tracker-header p { display: none; }
  .summary-stat b { font-size: 15px; }
  .tracker-after th:nth-child(3),.tracker-after td:nth-child(3) { display: none; }
  .view-label { top: 10px; }
  .label-before { left: 10px; }
  .label-after { right: 10px; }
}

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