:root {
  --ink: #172027;
  --ink-soft: #55616a;
  --night: #111a20;
  --night-2: #1b272f;
  --paper: #f4f1ea;
  --paper-2: #ebe6dc;
  --white: #fff;
  --orange: #d1342d;
  --orange-dark: #a72420;
  --line: rgba(23, 32, 39, .14);
  --radius: 4px;
  --shadow: 0 28px 70px rgba(8, 15, 19, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 99; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 124px; padding: 0 clamp(20px, 5vw, 78px); background: var(--night); color: white; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { grid-column: 2; display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo-full { width: 118px; display: block; padding: 5px 7px; overflow: hidden; background: white; border-bottom: 4px solid var(--orange); box-shadow: 0 10px 30px rgba(0,0,0,.28); }
.brand-logo-full img { width: 100%; height: auto; display: block; }
.header-cta { color: white; text-decoration: none; font-size: 14px; font-weight: 750; padding: 8px 0; border-bottom: 2px solid var(--orange); }
.header-cta { grid-column: 3; justify-self: end; }

.hero { background: var(--night); color: white; overflow: hidden; }
.hero-grid { max-width: 1280px; margin: auto; padding: 72px clamp(20px, 5vw, 78px) 58px; min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .7fr); gap: clamp(50px, 7vw, 110px); align-items: center; }
.hero-copy { max-width: 740px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 11px; color: var(--orange); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 800; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.hero h1, .section-heading h2, .request-intro h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.hero h1 { font-size: clamp(50px, 7vw, 96px); max-width: 800px; }
.hero h1 em { color: var(--orange); font-style: italic; }
.hero-lead { max-width: 690px; margin: 28px 0 0; color: #b9c1c5; font-size: clamp(17px, 2vw, 20px); }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { border: 0; border-radius: var(--radius); padding: 15px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .choice-grid input:focus-visible + span, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(209,52,45,.38); outline-offset: 3px; }
.button-primary { background: var(--orange); color: white; box-shadow: 0 12px 28px rgba(209,52,45,.22); }
.button-primary:hover { background: var(--orange-dark); }
.text-link { color: white; font-weight: 750; text-decoration: none; }
.text-link span { color: var(--orange); margin-left: 5px; }

.craft-card { align-self: stretch; min-height: 420px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.14); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); box-shadow: 22px 22px 0 rgba(209,52,45,.08); }
.blueprint { position: relative; padding: 42px 34px 20px; flex: 1; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 24px 24px; }
.blueprint svg { width: 100%; height: 100%; max-height: 265px; fill: none; stroke: rgba(255,255,255,.72); stroke-width: 1.4; }
.blueprint circle { stroke: var(--orange); }
.measure { position: absolute; color: var(--orange); font: 700 10px/1 monospace; letter-spacing: .12em; }
.measure-a { top: 22px; right: 28px; }
.measure-b { bottom: 18px; left: 22px; }
.craft-note { display: grid; grid-template-columns: 50px 1fr; gap: 20px; align-items: start; border-top: 1px solid rgba(255,255,255,.14); padding: 24px; background: rgba(0,0,0,.1); }
.craft-number { color: var(--orange); font: 800 12px/1 monospace; }
.craft-note p { margin: 0; color: #aeb7bc; font-size: 14px; }
.craft-note strong { color: white; font-size: 16px; }

.trust-strip { max-width: 1280px; margin: auto; padding: 0 clamp(20px, 5vw, 78px) 34px; display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-strip div { padding: 18px 24px; display: flex; flex-direction: column; border-left: 1px solid rgba(255,255,255,.13); }
.trust-strip strong { color: white; font-size: 14px; }
.trust-strip span { color: #87939a; font-size: 12px; }

.section { padding: 100px clamp(20px, 5vw, 78px); }
.section-heading { max-width: 1280px; margin: 0 auto 45px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -8px; }
.section-heading h2, .request-intro h2 { font-size: clamp(40px, 5vw, 68px); }
.section-heading > p:last-child { margin: 0 0 5px; color: var(--ink-soft); max-width: 530px; }
.service-grid { max-width: 1280px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 260px; padding: 28px; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.service-card:hover { background: white; transform: translateY(-3px); z-index: 1; box-shadow: var(--shadow); }
.service-index { position: absolute; top: 22px; right: 24px; color: #a0a7a8; font: 700 11px/1 monospace; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--orange); border: 1px solid rgba(209,52,45,.25); background: rgba(209,52,45,.06); }
.service-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linejoin: round; stroke-linecap: round; }
.service-card h3 { margin: 36px 0 8px; font-size: 20px; }
.service-card p { color: var(--ink-soft); margin: 0; font-size: 14px; max-width: 290px; }
.coordination { max-width: 1280px; margin: 50px auto 0; position: relative; overflow: hidden; background: var(--night); color: white; box-shadow: var(--shadow); }
.coordination::before { content: ""; position: absolute; top: 0; left: 0; width: 150px; height: 5px; background: var(--orange); }
.coordination-head { padding: clamp(34px, 5vw, 64px); display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(40px, 6vw, 90px); align-items: end; }
.coordination-head .eyebrow { margin-bottom: 20px; }
.coordination-head h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 5.6vw, 76px); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.coordination-head h3 em { color: var(--orange); font-style: italic; }
.coordination-intro > p { margin: 0; color: #bac3c7; font-size: clamp(16px, 1.8vw, 19px); }
.coordination-promises { margin-top: 26px; display: grid; gap: 1px; background: rgba(255,255,255,.12); }
.coordination-promises span { padding: 11px 14px 11px 40px; position: relative; background: var(--night); color: #e7eaeb; font-size: 13px; font-weight: 760; }
.coordination-promises span::before { content: "✓"; position: absolute; left: 15px; color: var(--orange); font-weight: 950; }
.coordination-body { display: grid; grid-template-columns: 1.08fr .92fr; border-top: 1px solid rgba(255,255,255,.12); }
.coordination-offer { padding: clamp(30px, 5vw, 58px); background: white; color: var(--ink); }
.coordination-kicker { display: block; color: var(--orange-dark); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.coordination-offer h4, .coordination-flow h4 { margin: 14px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(29px, 3vw, 42px); font-weight: 500; letter-spacing: -.03em; line-height: 1.08; }
.coordination-offer > p:not(.coordination-note) { margin: 0 0 24px; color: var(--ink-soft); }
.coordination-options .option-chip { min-height: 42px; }
.coordination-note { margin: 26px 0 0; padding: 16px 18px; border-left: 3px solid var(--orange); background: var(--paper); color: var(--ink-soft); font-size: 12px; }
.coordination-note strong { color: var(--ink); }
.coordination-flow { padding: clamp(30px, 5vw, 58px); background: var(--night-2); color: white; }
.coordination-flow .coordination-kicker { color: var(--orange); }
.coordination-flow ol { margin: 28px 0 0; padding: 0; list-style: none; display: grid; }
.coordination-flow li { padding: 0 0 25px; display: grid; grid-template-columns: 44px 1fr; gap: 16px; position: relative; }
.coordination-flow li:not(:last-child)::before { content: ""; position: absolute; left: 18px; top: 35px; bottom: 0; width: 1px; background: rgba(255,255,255,.16); }
.coordination-flow li > span { width: 36px; height: 36px; display: grid; place-items: center; position: relative; z-index: 1; border: 1px solid var(--orange); background: var(--night-2); color: var(--orange); font: 800 10px/1 monospace; }
.coordination-flow strong { display: block; margin: 0 0 3px; font-size: 15px; }
.coordination-flow p { margin: 0; color: #9eabb1; font-size: 13px; }
.coordination-cta { padding: 25px clamp(28px, 5vw, 58px); display: flex; justify-content: space-between; gap: 28px; align-items: center; background: var(--orange); }
.coordination-cta div { display: grid; gap: 2px; }
.coordination-cta strong { font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 500; }
.coordination-cta span { font-size: 13px; }
.coordination-cta .button { background: white; color: var(--ink); box-shadow: none; }
.coordination-cta .button:hover { background: var(--paper); }
.catalog { max-width: 1280px; margin: 78px auto 0; }
.catalog-heading { padding: clamp(28px, 5vw, 56px); display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: end; background: var(--night); color: white; border-bottom: 1px solid rgba(255,255,255,.12); }
.catalog-heading .eyebrow { margin-bottom: 14px; }
.catalog-heading h3 { margin: 0; max-width: 700px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 4vw, 58px); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.catalog-heading > p { margin: 0; max-width: 520px; color: #b7c0c5; font-size: 16px; }
.catalog-filters { padding: 14px; display: flex; gap: 8px; overflow-x: auto; background: var(--night-2); scrollbar-width: thin; }
.catalog-filter { flex: 0 0 auto; min-height: 42px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.16); background: transparent; color: #d9dfe2; font: 780 13px/1.2 inherit; cursor: pointer; }
.catalog-filter:hover { border-color: rgba(255,255,255,.4); color: white; }
.catalog-filter.active { border-color: var(--orange); background: var(--orange); color: white; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--line); gap: 1px; border: 1px solid var(--line); border-top: 0; }
.catalog-card { min-width: 0; padding: 28px; background: #f8f6f0; }
.catalog-card[hidden] { display: none; }
.catalog-card.featured { background: var(--ink); color: white; }
.catalog-card.alert-card { background: #fff5f3; }
.catalog-card-top { display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.catalog-number { color: var(--orange); font: 800 11px/1 monospace; letter-spacing: .08em; }
.catalog-category { color: #747f85; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; text-align: right; }
.featured .catalog-category { color: #aeb7bc; }
.catalog-card h4 { margin: 28px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 500; line-height: 1.05; letter-spacing: -.025em; }
.catalog-card > p { min-height: 66px; margin: 0 0 22px; color: var(--ink-soft); font-size: 14px; }
.featured > p { color: #b9c2c7; }
.catalog-card > small { display: block; margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(209,52,45,.2); color: #7a5b59; font-size: 11px; line-height: 1.45; }
.option-list { display: flex; flex-wrap: wrap; gap: 8px; }
.option-chip { min-height: 38px; padding: 8px 11px; border: 1px solid #d5d8d8; background: white; color: var(--ink); font-size: 12px; font-weight: 750; line-height: 1.2; text-align: left; cursor: pointer; transition: border .15s ease, background .15s ease, color .15s ease, transform .15s ease; }
.option-chip:hover { border-color: var(--orange); transform: translateY(-1px); }
.option-chip[aria-pressed="true"] { border-color: var(--orange); background: var(--orange); color: white; box-shadow: inset 0 -2px 0 var(--orange-dark); }
.option-chip:focus-visible, .catalog-filter:focus-visible, .catalog-selection button:focus-visible, .catalog-selection a:focus-visible { outline: 3px solid rgba(209,52,45,.35); outline-offset: 2px; }
.featured .option-chip { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.06); color: white; }
.featured .option-chip:hover { border-color: var(--orange); }
.featured .option-chip[aria-pressed="true"] { background: var(--orange); }
.catalog-selection { padding: 22px 26px; display: flex; justify-content: space-between; gap: 28px; align-items: center; background: white; border: 1px solid var(--line); border-top: 0; }
.catalog-selection strong { font-size: 16px; }
.catalog-selection p { max-width: 700px; margin: 3px 0 0; color: var(--ink-soft); font-size: 12px; }
.catalog-selection-actions { display: flex; gap: 10px; align-items: center; flex: 0 0 auto; }
.catalog-selection button, .catalog-selection a { min-height: 40px; padding: 9px 13px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #d7dada; background: white; color: var(--ink); font-size: 12px; font-weight: 800; text-decoration: none; cursor: pointer; }
.catalog-selection button:disabled { opacity: .42; cursor: not-allowed; }
.catalog-selection a { border-color: var(--orange); background: var(--orange); color: white; }
.catalog-note { margin: 14px 0 0; padding: 16px 18px; border-left: 3px solid var(--orange); background: var(--paper-2); color: var(--ink-soft); font-size: 13px; }
.catalog-note strong { color: var(--ink); }
.request-section { background: var(--night); color: white; display: grid; grid-template-columns: minmax(280px, .7fr) minmax(480px, 1fr); gap: clamp(50px, 7vw, 110px); }
.request-intro { max-width: 520px; align-self: start; position: sticky; top: 40px; }
.request-intro > p:not(.eyebrow) { color: #adb6bb; font-size: 17px; }
.direct-contact { margin-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.direct-contact .contact-email { grid-column: 1 / -1; }
.direct-contact a { min-width: 0; padding: 16px; display: grid; gap: 3px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.04); color: white; text-decoration: none; transition: border .18s ease, background .18s ease, transform .18s ease; }
.direct-contact a:hover { border-color: var(--orange); background: rgba(209,52,45,.08); transform: translateY(-2px); }
.direct-contact a:focus-visible { outline: 3px solid rgba(209,52,45,.38); outline-offset: 3px; }
.direct-contact span { color: #8f9ba1; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.direct-contact strong { overflow-wrap: anywhere; font-size: 14px; }
.privacy-note { margin-top: 32px; padding: 18px; display: flex; gap: 14px; align-items: center; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.035); color: #b9c2c7; font-size: 13px; }
.privacy-note svg { width: 24px; flex: 0 0 auto; fill: none; stroke: var(--orange); stroke-width: 1.6; }
.privacy-note strong { color: white; }
.request-builder { padding: clamp(26px, 4vw, 46px); color: var(--ink); background: white; box-shadow: var(--shadow); }
.progress { height: 3px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: 34px; }
.progress span { background: #e6e8e8; }
.progress .active { background: var(--orange); }
fieldset { padding: 0; margin: 0 0 30px; border: 0; }
legend, .field > span { font-weight: 800; }
legend { margin-bottom: 14px; }
legend span, .field > span b { width: 25px; height: 25px; margin-right: 8px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: 11px; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { height: 48px; display: grid; place-items: center; padding: 8px; border: 1px solid #daddde; background: #fafafa; font-size: 13px; font-weight: 720; text-align: center; transition: border .15s ease, background .15s ease; }
.choice-grid input:checked + span { border-color: var(--orange); background: #fff6f1; color: var(--orange-dark); box-shadow: inset 0 -2px 0 var(--orange); }
.field-help { display: block; margin-top: 9px; color: #737d83; font-size: 11px; }
.form-row, .details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.field-wide { margin: 0 0 22px; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #daddde; border-radius: 0; background: white; padding: 13px 14px; color: var(--ink); }
.field textarea { resize: vertical; min-height: 92px; }
details { margin-top: 20px; border-top: 1px solid #e4e6e6; border-bottom: 1px solid #e4e6e6; }
summary { cursor: pointer; list-style: none; padding: 17px 0; display: flex; justify-content: space-between; font-size: 13px; font-weight: 780; }
summary::-webkit-details-marker { display: none; }
details[open] summary span { transform: rotate(45deg); }
.details-grid { padding: 2px 0 20px; }
.summary-card { margin-top: 24px; background: var(--paper); padding: 20px; border-left: 3px solid var(--orange); }
.summary-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.summary-heading span { font-weight: 850; }
.summary-heading small { color: var(--orange-dark); text-transform: uppercase; font-weight: 850; letter-spacing: .12em; font-size: 9px; }
.summary-card dl { margin: 0; display: grid; gap: 8px; }
.summary-card dl div { display: grid; grid-template-columns: 90px 1fr; gap: 14px; }
.summary-card dt { color: var(--ink-soft); font-size: 12px; }
.summary-card dd { margin: 0; font-size: 13px; font-weight: 750; }
.request-actions { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10px; margin-top: 20px; }
.button-secondary { background: white; color: var(--ink); border: 1px solid #daddde; }
.button-secondary:hover { background: #f6f6f4; }
.action-hint { margin: 11px 0 0; color: #768087; font-size: 11px; text-align: center; }
footer { grid-column: 1 / -1; max-width: 1280px; width: 100%; margin: 10px auto -60px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; align-items: center; color: #8f9ba1; font-size: 13px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-logo { width: 72px; height: 66px; object-fit: contain; display: block; padding: 2px; background: white; }
.footer-brand p, .footer-contact { margin: 0; }
.footer-brand strong, .footer-contact strong { color: white; }
.footer-legal { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-legal a { color: white; font-weight: 750; text-decoration-color: var(--orange); text-underline-offset: 4px; }
.footer-legal a:hover { color: #dfe4e6; }
.footer-contact { text-align: right; }
.footer-contact a { color: #dfe4e6; text-decoration-color: rgba(209,52,45,.65); text-underline-offset: 3px; }
.footer-contact a:hover { color: white; }
.footer-contact small { color: #65737a; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 10; transform: translate(-50%, 120px); opacity: 0; background: white; color: var(--ink); padding: 12px 18px; box-shadow: var(--shadow); border-left: 3px solid var(--orange); font-size: 13px; font-weight: 800; transition: .25s ease; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

.legal-page { background: var(--paper); }
.legal-page .site-header { height: 104px; }
.legal-page .header-cta { justify-self: start; grid-column: 1; grid-row: 1; }
.legal-main { min-height: calc(100vh - 104px); padding: clamp(54px, 8vw, 100px) clamp(20px, 6vw, 90px); }
.legal-document { width: min(860px, 100%); margin: 0 auto; padding: clamp(28px, 5vw, 64px); background: white; border-top: 5px solid var(--orange); box-shadow: var(--shadow); }
.legal-document .eyebrow { margin-bottom: 14px; }
.legal-document h1 { margin: 0 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 7vw, 76px); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.legal-document h2 { margin: 38px 0 10px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 22px; }
.legal-document h3 { margin: 25px 0 8px; font-size: 17px; }
.legal-document p, .legal-document li { color: var(--ink-soft); font-size: 16px; }
.legal-document p { margin: 0 0 14px; }
.legal-document ul { margin: 8px 0 18px; padding-left: 22px; }
.legal-document address { margin: 22px 0; padding: 20px; border-left: 3px solid var(--orange); background: var(--paper); color: var(--ink); font-style: normal; }
.legal-document a { color: var(--orange-dark); overflow-wrap: anywhere; }
.legal-status { color: #7a858b; font-size: 13px; }
.legal-footer { width: min(860px, 100%); margin: 26px auto 0; display: flex; justify-content: space-between; gap: 20px; color: var(--ink-soft); font-size: 13px; }
.legal-footer a { color: var(--ink); font-weight: 750; }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .craft-card { min-height: 300px; }
  .blueprint { min-height: 250px; }
  .section-heading { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .coordination-head, .coordination-body { grid-template-columns: 1fr; }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-heading { grid-template-columns: 1fr; }
  .request-section { grid-template-columns: 1fr; }
  .request-intro { position: static; }
}

@media (max-width: 720px) {
  .site-header { height: 98px; padding-left: 16px; padding-right: 16px; }
  .brand-logo-full { width: 88px; padding: 4px 5px; border-bottom-width: 3px; }
  .header-cta { font-size: 12px; }
  .hero-grid { padding-top: 56px; gap: 42px; }
  .hero h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-lead { font-size: 16px; }
  .craft-card { display: none; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); padding-left: 0; }
  .section { padding-top: 72px; padding-bottom: 72px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .coordination { margin-top: 32px; }
  .coordination-head { padding: 36px 22px; gap: 28px; }
  .coordination-head h3 { font-size: clamp(42px, 12vw, 62px); }
  .coordination-offer, .coordination-flow { padding: 32px 22px; }
  .coordination-cta { padding: 24px 22px; align-items: stretch; flex-direction: column; }
  .coordination-cta .button { width: 100%; }
  .catalog { margin-top: 54px; }
  .catalog-heading { padding: 32px 22px; gap: 20px; }
  .catalog-heading > p { font-size: 14px; }
  .catalog-filters { margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-card { padding: 24px 20px; }
  .catalog-card > p { min-height: 0; }
  .catalog-selection { align-items: stretch; flex-direction: column; gap: 16px; padding: 20px; }
  .catalog-selection-actions { display: grid; grid-template-columns: 1fr 1.2fr; }
  .catalog-selection button, .catalog-selection a { text-align: center; }
  .request-section { gap: 40px; }
  .direct-contact { grid-template-columns: 1fr; }
  .direct-contact .contact-email { grid-column: auto; }
  .request-builder { margin-left: -6px; margin-right: -6px; padding: 24px 18px; }
  .choice-grid { grid-template-columns: repeat(2, 1fr); }
  .form-row, .details-grid { grid-template-columns: 1fr; }
  .request-actions { grid-template-columns: 1fr; }
  footer { margin-bottom: -36px; align-items: flex-start; gap: 30px; flex-direction: column; }
  .footer-contact { text-align: left; }
  .legal-page .site-header { height: 90px; }
  .legal-main { padding-top: 38px; }
  .legal-document { padding: 28px 20px; }
  .legal-footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
