@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #151515;
  --paper: #f5f3ee;
  --paper-deep: #ebe8e1;
  --white: #fffefa;
  --signal: #ff4f31;
  --steel: #9da3a6;
  --muted: #73736f;
  --line: rgba(21, 21, 21, .18);
  --soft-line: rgba(21, 21, 21, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 2px solid var(--signal); outline-offset: 3px; }
::selection { color: var(--paper); background: var(--signal); }

.site-shell { overflow: clip; }
.container { width: min(100% - 64px, 1440px); margin-inline: auto; }
.section { padding: 124px 0; border-top: 1px solid var(--line); }
.display { font-weight: 500; letter-spacing: -.065em; }
.section-kicker { display: flex; align-items: center; gap: 13px; margin: 0 0 48px; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-kicker::before { content: ""; width: 8px; height: 28px; background: var(--signal); }

.brand { display: inline-flex; align-items: center; }
.brand-logo { display: block; width: 142px; height: auto; }

.topbar { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; width: min(100% - 64px, 1440px); height: 84px; margin: 0 auto; border-bottom: 1px solid var(--line); }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 700; }
.desktop-nav > a:not(.nav-cta) { position: relative; padding: 10px 0; }
.desktop-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.desktop-nav > a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 12px 18px; border-radius: 999px; color: var(--paper); background: var(--ink); }
.mobile-nav { display: none; }

.hero { min-height: 700px; padding: 112px 0 80px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); gap: 64px; }
.availability { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.availability i { width: 8px; height: 28px; background: var(--signal); }
.hero h1 { max-width: 1040px; margin: 70px 0 28px; font-size: clamp(64px, 8.8vw, 136px); line-height: .86; }
.hero h1 span { display: inline-block; }
.hero-copy { max-width: 760px; margin: 0; color: var(--muted); font-size: clamp(18px, 1.65vw, 24px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 44px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); background: transparent; font-weight: 800; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--paper); background: var(--ink); }
.button-blue { color: var(--ink); border-color: var(--signal); background: var(--signal); }
.button-small { min-height: 38px; padding: 0 14px; font-size: 12px; }
.button-arrow { font-size: 18px; }
.hero-brand-panel { display: flex; flex-direction: column; min-height: 480px; padding: 58px 0 0 54px; border-left: 1px solid var(--line); }
.hero-lockup { display: flex; align-items: center; margin: 55px 0 48px; }
.hero-logo { display: block; width: min(100%, 286px); height: auto; }
.hero-direction-count { display: flex; align-items: center; gap: 18px; margin-bottom: auto; }
.hero-direction-count b { color: var(--signal); font-size: 48px; line-height: 1; }
.hero-direction-count span { color: var(--muted); font-size: 12px; line-height: 1.35; }
.hero-brand-panel > p { max-width: 390px; margin: 45px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.brand-manifesto { border-block: 1px solid var(--line); }
.brand-manifesto .container { display: flex; align-items: center; gap: 24px; min-height: 84px; }
.brand-manifesto strong { font-size: 25px; letter-spacing: -.04em; }
.brand-manifesto i { width: 12px; height: 12px; background: var(--signal); }
.brand-manifesto span { color: var(--muted); font-size: clamp(18px, 2.4vw, 34px); font-weight: 500; letter-spacing: -.04em; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.stat { min-height: 190px; padding: 44px 32px; border-right: 1px solid var(--line); }
.stat:first-child { padding-left: 0; }
.stat:last-child { border-right: 0; }
.stat strong { display: block; margin-bottom: 26px; color: var(--signal); font-size: clamp(38px, 4.8vw, 72px); line-height: 1; letter-spacing: -.07em; }
.stat span { display: block; max-width: 220px; color: var(--muted); font-size: 13px; line-height: 1.45; }

.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; margin-bottom: 68px; }
.section-heading h2 { max-width: 960px; margin: 0; font-size: clamp(48px, 6.8vw, 104px); line-height: .96; }
.section-heading p { max-width: 520px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.service-card { position: relative; min-height: 380px; padding: 30px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: transparent; }
.service-card:nth-child(1) { color: var(--paper); background: var(--ink); }
.service-card:nth-child(2) { background: var(--signal); }
.service-index { display: flex; justify-content: space-between; gap: 14px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-icon { font-size: 20px; }
.service-card h3 { margin: 106px 0 18px; font-size: clamp(25px, 2.3vw, 34px); line-height: 1.05; letter-spacing: -.055em; }
.service-card p { margin: 0 0 28px; color: currentColor; font-size: 14px; line-height: 1.65; opacity: .7; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.service-card li { padding: 6px 9px; border: 1px solid currentColor; border-radius: 999px; font-size: 10px; font-weight: 700; opacity: .7; }

.approach { color: var(--paper); background: var(--ink); }
.approach .section-kicker { color: var(--paper); }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.approach-statement h2 { position: sticky; top: 48px; margin: 0; font-size: clamp(48px, 6.7vw, 100px); line-height: .98; }
.approach-statement h2 span { color: var(--signal); }
.benefit-list { border-top: 1px solid rgba(245,243,238,.32); }
.benefit { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 34px 0; border-bottom: 1px solid rgba(245,243,238,.32); }
.benefit > strong { color: var(--signal); font-size: 13px; }
.benefit h3 { margin: 0 0 12px; font-size: 25px; letter-spacing: -.035em; }
.benefit p { margin: 0; color: #b8b7b2; line-height: 1.65; }

.process-list { border-top: 1px solid var(--ink); }
.process-step { display: grid; grid-template-columns: 120px 1fr 1fr; gap: 32px; padding: 36px 0; border-bottom: 1px solid var(--ink); }
.process-number { color: var(--signal); font-size: 13px; font-weight: 800; }
.process-step h3 { margin: 0; font-size: clamp(28px, 3.2vw, 48px); line-height: 1; letter-spacing: -.055em; }
.process-step p { max-width: 560px; margin: 0; color: var(--muted); line-height: 1.7; }

.pricing-section { background: var(--white); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.price-card { display: flex; flex-direction: column; min-height: 500px; padding: 28px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--paper); }
.price-card.highlight { background: var(--signal); }
.price-label { margin: 0 0 48px; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.price { margin: 0; font-size: clamp(28px, 3vw, 42px); font-weight: 600; line-height: 1; letter-spacing: -.065em; }
.price-period { margin: 10px 0 28px; color: var(--muted); font-size: 11px; }
.price-description { min-height: 78px; margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.price-card.highlight .price-period, .price-card.highlight .price-description { color: rgba(21,21,21,.68); }
.price-card ul { margin: 0 0 30px; padding: 22px 0 0; border-top: 1px solid currentColor; list-style: none; }
.price-card li { position: relative; margin: 0 0 12px; padding-left: 20px; font-size: 12px; }
.price-card li::before { content: "·"; position: absolute; left: 0; font-weight: 800; }
.price-card .button { margin-top: auto; }
.pricing-note { margin: 28px 0 0; color: var(--muted); font-size: 12px; }

.documents-section { background: var(--paper-deep); }
.page-hero { padding: 112px 0 96px; }
.page-hero .section-kicker { margin-bottom: 42px; }
.page-hero h1 { max-width: 1100px; margin: 0 0 30px; font-size: clamp(56px, 8.6vw, 132px); line-height: .9; }
.page-hero > .container > p:last-child { max-width: 720px; margin: 0; color: var(--muted); font-size: clamp(17px, 1.7vw, 23px); line-height: 1.65; }
.documents-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: start; }
.documents-list, .organization-card { border: 1px solid var(--ink); background: var(--paper); }
.documents-list-head { display: flex; justify-content: space-between; align-items: center; min-height: 78px; padding: 0 24px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.documents-list-head b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: var(--paper); background: var(--ink); }
.documents-empty { display: grid; min-height: 230px; padding: 30px; place-items: center; color: var(--muted); text-align: center; }
.document-row { display: grid; grid-template-columns: 44px 1fr 24px; gap: 14px; align-items: center; min-height: 98px; padding: 16px 24px; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.document-row:last-child { border-bottom: 0; }
.document-row:hover { background: var(--white); }
.document-number { color: var(--signal); font-size: 11px; font-weight: 800; }
.document-row strong { display: block; margin-bottom: 7px; font-size: 15px; }
.document-row small { color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.document-row > b { font-size: 20px; }
.organization-card { padding: 28px; }
.organization-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.organization-head span { color: var(--signal); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.organization-head h2, .organization-head h3 { margin: 8px 0 0; font-size: clamp(24px, 2.4vw, 36px); letter-spacing: -.045em; }
.copy-all { padding: 9px 13px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; font-size: 10px; font-weight: 800; cursor: pointer; }
.copy-all.copied { color: var(--paper); background: var(--ink); }
.organization-rows { border-top: 1px solid var(--ink); }
.organization-row { display: grid; grid-template-columns: 150px minmax(0, 1fr) 84px; gap: 16px; align-items: center; min-height: 54px; border-bottom: 1px solid var(--line); }
.organization-row > span { color: var(--muted); font-size: 10px; font-weight: 700; }
.organization-row > strong { overflow-wrap: anywhere; font-size: 12px; }
.organization-row button { border: 0; color: var(--muted); background: transparent; font-size: 9px; font-weight: 800; cursor: pointer; text-transform: uppercase; }
.organization-row button:hover, .organization-row button.copied { color: var(--signal); }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-grid h2 { margin: 0; font-size: clamp(48px, 6vw, 92px); line-height: .96; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--ink); }
.faq-item summary { display: flex; justify-content: space-between; gap: 24px; padding: 27px 0; font-weight: 700; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--signal); font-size: 22px; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { max-width: 720px; margin: -2px 0 26px; color: var(--muted); line-height: 1.7; }

.contact { padding: 118px 0 34px; color: var(--paper); background: var(--ink); }
.contact .section-kicker::before { background: var(--signal); }
.contact-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 100px; align-items: start; }
.contact h2 { margin: 0 0 28px; font-size: clamp(58px, 8vw, 120px); line-height: .9; }
.contact-copy { max-width: 640px; margin: 0; color: #aaa9a4; font-size: 18px; line-height: 1.65; }
.contact-card { display: grid; padding: 30px; color: var(--ink); background: var(--paper); }
.contact-card-kicker { margin: 0 0 22px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-item { display: block; padding: 22px 0; border-top: 1px solid var(--line); }
.contact-item-label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-item-value { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.contact-item-value strong { min-width: 0; overflow-wrap: anywhere; font-size: clamp(16px, 2vw, 20px); letter-spacing: -.04em; }
.contact-item-value b { flex: 0 0 auto; color: var(--signal); font-size: 20px; transition: transform .2s ease; }
.contact-item:hover b { transform: translate(3px, -3px); }
.contact-card-note { margin: 20px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.6; }
.footer { display: flex; justify-content: space-between; gap: 20px; padding-top: 100px; color: #aaa9a4; font-size: 11px; }
.footer a { text-decoration: underline; text-underline-offset: 4px; }
.standalone-footer { color: var(--paper); background: var(--ink); }
.standalone-footer .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 110px; font-size: 11px; }
.standalone-footer a { text-decoration: underline; text-underline-offset: 4px; }

/* Admin and installer */
.field { display: grid; gap: 7px; margin-bottom: 15px; }
.field > span, .field > label { font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.field input, .field textarea, .field select, .status-select { width: 100%; min-width: 0; padding: 13px 14px; border: 1px solid var(--line); border-radius: 0; outline: none; background: var(--paper); }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--signal); box-shadow: 0 0 0 2px rgba(255,79,49,.12); }
.field textarea { min-height: 96px; resize: vertical; }
.admin-page { min-height: 100vh; background: var(--paper-deep); }
.admin-header { position: relative; z-index: 20; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; min-height: 82px; padding: 14px max(24px, calc((100vw - 1280px)/2)); border-bottom: 1px solid var(--line); background: rgba(245,243,238,.97); }
.admin-header .brand-logo { width: 124px; }
.admin-brand { display: flex; min-width: 0; align-items: center; gap: 16px; }
.admin-brand > span { color: var(--muted); font-size: 11px; }
.admin-user { display: flex; min-width: 0; align-items: center; justify-content: flex-end; gap: 14px; font-size: 11px; }
.admin-email { max-width: 240px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-logout { padding: 10px 0; text-decoration: underline; text-underline-offset: 4px; white-space: nowrap; }
.admin-main { width: min(100% - 48px, 1280px); margin: 0 auto; padding: 58px 0 100px; }
.admin-intro { margin-bottom: 34px; }
.admin-intro h1 { margin: 0 0 12px; font-size: clamp(38px, 5vw, 68px); line-height: .96; }
.admin-intro p { margin: 0; color: var(--muted); }
.admin-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; padding: 12px; border: 1px solid var(--line); background: var(--paper); }
.admin-tab { min-height: 40px; padding: 9px 16px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; cursor: pointer; white-space: nowrap; font-size: 12px; font-weight: 800; }
.admin-tab.active { color: var(--paper); background: var(--ink); }
.admin-panel { min-width: 0; padding: 30px; overflow: hidden; border: 1px solid var(--ink); background: var(--white); }
.admin-panel + .admin-panel { margin-top: 16px; }
.admin-panel h2 { margin: 0 0 22px; font-size: 24px; letter-spacing: -.04em; }
.admin-panel > p { max-width: 760px; color: var(--muted); line-height: 1.65; }
.admin-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.admin-grid > * { min-width: 0; }
.admin-grid .full { grid-column: 1 / -1; }
.admin-panel-heading, .update-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.admin-panel-heading h2, .update-heading h2 { margin: 5px 0 0; }
.admin-eyebrow { margin: 0; color: var(--signal); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.admin-document-settings + .admin-panel, [data-panel="documents"] > .admin-panel + .admin-panel { margin-top: 16px; }
.admin-form-actions { display: flex; align-items: center; gap: 18px; margin-top: 10px; padding-top: 20px; border-top: 1px solid var(--line); }
.admin-form-actions > span { color: var(--muted); font-size: 11px; line-height: 1.5; }
.editor-list { display: grid; gap: 14px; margin-top: 20px; }
.editor-card { min-width: 0; padding: 20px; border: 1px solid var(--line); background: var(--paper); }
.editor-card-head { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.editor-card-head strong { font-size: 13px; }
.icon-button { border: 0; color: #a62a1c; background: transparent; cursor: pointer; font-weight: 800; }
.editor-card.is-hidden { display: none; }
.checkbox-row { display: flex; align-items: center; gap: 10px; min-height: 46px; font-size: 12px; }
.checkbox-row input { width: 18px; height: 18px; accent-color: var(--signal); }
.admin-section-note { margin: -10px 0 22px; color: var(--muted); font-size: 12px; }
.admin-savebar { position: sticky; bottom: 14px; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 18px; padding: 14px; border: 1px solid var(--ink); background: rgba(255,254,250,.97); box-shadow: 7px 7px 0 var(--signal); }
.admin-flash { margin: 0; color: var(--muted); font-size: 12px; }
.empty-state { padding: 48px 20px; color: var(--muted); text-align: center; border: 1px dashed var(--line); }
.admin-doc-list { border-top: 1px solid var(--ink); }
.admin-doc-row { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.admin-doc-row > div:first-child strong { display: block; margin-bottom: 5px; }
.admin-doc-row > div:first-child span { color: var(--muted); font-size: 11px; }
.admin-doc-row > div:last-child { display: flex; align-items: center; gap: 12px; }
.update-panel { padding: 38px; }
.update-panel > p { margin: 0; }
.update-status { flex: 0 0 auto; padding: 8px 12px; border: 1px solid var(--ink); border-radius: 999px; font-size: 10px; font-weight: 800; }
.update-drop { display: grid; min-width: 0; gap: 12px; margin: 28px 0 18px; padding: 28px; border: 1px dashed var(--ink); background: var(--paper); }
.update-drop span { font-weight: 800; }
.update-drop input { display: block; width: 100%; max-width: 100%; min-width: 0; }
.update-drop small { color: var(--muted); }
.notice { margin: 18px 0; padding: 14px 16px; border: 1px solid var(--ink); background: #fff2bf; font-size: 13px; line-height: 1.5; }
.notice.error { color: #8c2016; border-color: #8c2016; background: #ffe1dc; }
.notice.success { color: #1c5a2c; border-color: #1c5a2c; background: #dcf4df; }
.signin-card, .install-card { width: min(100% - 40px, 700px); margin: 10vh auto; padding: 38px; border: 1px solid var(--ink); background: var(--white); box-shadow: 10px 10px 0 var(--signal); }
.signin-card h1, .install-card h1 { margin: 32px 0 14px; font-size: clamp(36px, 6vw, 62px); }
.signin-card > p, .install-card > p { color: var(--muted); line-height: 1.65; }
.install-page { min-height: 100vh; padding: 30px 0; background: var(--paper); }
.install-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 28px 0; }
.install-grid .full { grid-column: 1 / -1; }

@media (max-width: 1060px) {
  .desktop-nav { gap: 20px; }
  .hero-grid, .section-heading, .approach-grid, .faq-grid, .contact-grid, .documents-layout { grid-template-columns: 1fr; }
  .hero-brand-panel { min-height: 360px; padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .hero-lockup { margin-top: 48px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-statement h2 { position: static; }
  .documents-layout { gap: 18px; }
  .admin-header { grid-template-columns: 1fr; gap: 12px; }
  .admin-user { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 760px) {
  .container, .topbar, .admin-main { width: min(100% - 28px, 1440px); }
  .topbar { height: 70px; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; list-style: none; cursor: pointer; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav nav { position: absolute; top: 50px; right: 0; display: grid; min-width: 230px; padding: 14px; border: 1px solid var(--ink); background: var(--paper); box-shadow: 6px 6px 0 var(--signal); }
  .mobile-nav nav a { padding: 10px 8px; font-weight: 800; }
  .section { padding: 82px 0; }
  .section-kicker { margin-bottom: 34px; }
  .hero { min-height: auto; padding: 70px 0; }
  .hero-grid { gap: 46px; }
  .hero h1 { margin-top: 48px; font-size: clamp(55px, 16vw, 82px); }
  .hero-copy { font-size: 17px; }
  .brand-manifesto .container { align-items: flex-start; flex-wrap: wrap; gap: 13px; padding-block: 22px; }
  .brand-manifesto span { flex-basis: 100%; }
  .stats { grid-template-columns: 1fr; }
  .stat { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .section-heading { gap: 24px; margin-bottom: 42px; }
  .section-heading h2 { font-size: 48px; }
  .services-grid, .pricing-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 340px; }
  .process-step { grid-template-columns: 54px 1fr; gap: 18px; }
  .process-step p { grid-column: 2; }
  .price-card { min-height: 450px; }
  .organization-card { padding: 20px; }
  .organization-head { align-items: stretch; flex-direction: column; }
  .copy-all { align-self: flex-start; }
  .organization-row { grid-template-columns: 1fr 74px; gap: 8px; padding: 12px 0; }
  .organization-row > span { grid-column: 1 / -1; }
  .document-row { grid-template-columns: 34px 1fr 20px; padding-inline: 16px; }
  .page-hero { padding: 76px 0 70px; }
  .page-hero h1 { font-size: clamp(48px, 15vw, 76px); }
  .contact { padding-top: 82px; }
  .contact-card { padding: 20px; }
  .footer { align-items: flex-start; flex-direction: column; padding-top: 72px; }
  .standalone-footer .container { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 30px; }
  .admin-header { padding: 16px 14px; }
  .admin-header .brand-logo { width: 116px; }
  .admin-brand { justify-content: space-between; }
  .admin-brand > span, .admin-email { display: none; }
  .admin-user { display: grid; grid-template-columns: minmax(0, 1fr) auto; width: 100%; gap: 10px; }
  .admin-user .button { width: 100%; min-width: 0; padding-inline: 14px; }
  .admin-logout { align-self: center; padding-inline: 4px; }
  .admin-main { padding-top: 34px; }
  .admin-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 10px; }
  .admin-tab { width: 100%; padding-inline: 8px; }
  .admin-grid, .install-grid { grid-template-columns: 1fr; }
  .admin-grid .full, .install-grid .full { grid-column: auto; }
  .admin-panel { padding: 18px; }
  .admin-panel-heading, .update-heading, .admin-form-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .admin-panel-heading .button, .admin-form-actions .button { align-self: flex-start; }
  .update-panel { padding: 20px; }
  .update-status { align-self: flex-start; }
  .update-drop { padding: 18px; }
  .admin-savebar { align-items: stretch; flex-direction: column; }
  .admin-doc-row { align-items: flex-start; flex-direction: column; }
  .signin-card, .install-card { padding: 24px; box-shadow: 7px 7px 0 var(--signal); }
}

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