/* ==========================================================================
   Handy Hands Maintenance – site styles
   Brand: near-black + magenta (from the company proposal), Barlow Condensed
   for headings, Montserrat for text. Shape language: roof pitch (angled
   section edges with a magenta stripe) and hexagon icon holders.
   ========================================================================== */

@font-face { font-family: "Barlow Condensed"; font-weight: 600; font-style: normal; font-display: swap; src: url("../fonts/barlow-condensed-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-weight: 700; font-style: normal; font-display: swap; src: url("../fonts/barlow-condensed-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-weight: 800; font-style: normal; font-display: swap; src: url("../fonts/barlow-condensed-latin-800-normal.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-weight: 100 900; font-style: normal; font-display: swap; src: url("../fonts/montserrat-latin-wght-normal.woff2") format("woff2"); }

:root {
  --ink: #00070d;
  --ink-2: #0b1621;
  --magenta: #f809e7;
  --magenta-ink: #a8039a;      /* magenta dark enough for text on white */
  --paper: #f3f4f6;
  --line: #d9dee5;
  --text: #17202b;
  --muted: #566170;
  --error: #b3121f;

  --display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --body: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

  --slope: clamp(28px, 5vw, 72px);   /* how steep the "roof" edges are */
  --gutter: clamp(20px, 4vw, 48px);
  --header-h: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 96px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; font-family: var(--body); font-size: 1.0625rem; line-height: 1.65; color: var(--text); background: #fff; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
p { margin: 0 0 1.1em; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 800; line-height: 1; margin: 0 0 .5em; letter-spacing: .005em; text-transform: uppercase; }
h1 { font-size: clamp(3rem, 6.6vw, 5.4rem); line-height: .94; }
h2 { font-size: clamp(2.2rem, 4.4vw, 3.6rem); }
h3 { font-size: clamp(1.5rem, 2.2vw, 1.85rem); font-weight: 700; }
ul { margin: 0; padding: 0; list-style: none; }

.container { width: min(1200px, 100% - var(--gutter) * 2); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--magenta); color: var(--ink); padding: 10px 16px; font-weight: 700; z-index: 200; }
.skip-link:focus { left: 8px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

:focus-visible { outline: 3px solid var(--magenta); outline-offset: 3px; }

.icon { width: 1.25em; height: 1.25em; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .6em; min-height: 52px; padding: .8rem 1.6rem; border: 2px solid transparent; border-radius: 3px; font: 700 1rem/1.1 var(--body); text-decoration: none; cursor: pointer; transition: background-color .18s, color .18s, border-color .18s, transform .18s; }
.btn--primary { background: var(--magenta); color: var(--ink); }
.btn--primary:hover { background: #fff; }
.btn--ghost { border-color: rgba(255,255,255,.55); color: #fff; }
.btn--ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--magenta); color: var(--ink); }
.btn--sm { min-height: 44px; padding: .55rem 1.1rem; font-size: .93rem; }
.btn[disabled] { opacity: .6; cursor: progress; }
.link-arrow { display: inline-flex; align-items: center; gap: .5em; font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--magenta); padding-bottom: 2px; }
.link-arrow:hover { border-bottom-color: currentColor; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--ink); color: #fff; transition: box-shadow .2s; }
.site-header.is-scrolled { box-shadow: 0 6px 24px rgba(0,0,0,.35); }
.site-header__inner { display: flex; align-items: center; gap: 28px; min-height: var(--header-h); transition: min-height .2s; }
.site-header.is-scrolled .site-header__inner { min-height: 66px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; margin-right: auto; }
.brand img { width: 78px; height: auto; transition: width .2s; }
.site-header.is-scrolled .brand img { width: 62px; }
.brand__name { font: 800 1.7rem/.9 var(--display); text-transform: uppercase; letter-spacing: .01em; }
.brand__name span { display: block; color: var(--magenta); font-size: 1.05rem; letter-spacing: .14em; margin-top: 3px; }

.nav { display: flex; align-items: center; gap: 30px; }
.nav__list { display: flex; gap: 6px; }
.nav__link { display: block; padding: 10px 12px; font-weight: 600; font-size: .95rem; text-decoration: none; border-bottom: 3px solid transparent; }
.nav__link:hover { border-bottom-color: rgba(248,9,231,.6); }
.nav__link[aria-current="page"] { border-bottom-color: var(--magenta); }
.nav__phone { display: inline-flex; align-items: center; gap: .5em; font-weight: 700; text-decoration: none; white-space: nowrap; }
.nav__phone .icon { color: var(--magenta); }
.nav-toggle { display: none; background: none; border: 2px solid rgba(255,255,255,.4); color: #fff; width: 48px; height: 48px; border-radius: 3px; cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle .icon { width: 26px; height: 26px; }
.nav-toggle .icon--close { display: none; }
.nav-open .nav-toggle .icon--open { display: none; }
.nav-open .nav-toggle .icon--close { display: block; }

@media (max-width: 1020px) {
  .nav-toggle { display: inline-flex; }
  .nav { position: absolute; left: 0; right: 0; top: 100%; background: var(--ink); flex-direction: column; align-items: stretch; gap: 0; padding: 8px var(--gutter) 28px; display: none; border-top: 1px solid rgba(255,255,255,.12); max-height: calc(100vh - 70px); overflow: auto; }
  .nav-open .nav { display: flex; }
  .nav__list { flex-direction: column; gap: 0; }
  .nav__link { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 1.1rem; }
  .nav__link[aria-current="page"] { color: var(--magenta); border-bottom-color: rgba(255,255,255,.12); }
  .nav__phone { padding: 18px 0 8px; font-size: 1.15rem; }
  .nav .btn { margin-top: 10px; }
}

/* ---------- Hero (home) ---------- */
.hero { position: relative; isolation: isolate; background: var(--ink); color: #fff; overflow: hidden; min-height: min(86vh, 800px); display: flex; align-items: center; }
.hero__media { position: absolute; inset: 0; z-index: -3; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 72% 40%; }
.hero__accent, .hero__panel { position: absolute; top: 0; bottom: 0; left: 0; width: 70%; z-index: -1; clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%); }
.hero__accent { background: var(--magenta); z-index: -2; }
.hero__panel { background: var(--ink); transform: translateX(-18px); }
.hero__inner { width: 100%; padding-block: clamp(56px, 9vw, 110px) clamp(96px, 11vw, 140px); }
.hero__copy { max-width: 660px; }
.hero__copy p.lead { font-size: clamp(1.05rem, 1.5vw, 1.2rem); color: rgba(255,255,255,.86); max-width: 52ch; margin-top: 1.4rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 2rem; }
.hero__area { display: flex; align-items: center; gap: .6em; margin-top: 2rem; font-weight: 600; color: rgba(255,255,255,.8); font-size: .95rem; }
.hero__area .icon { color: var(--magenta); }

/* one orchestrated entrance */
@media (prefers-reduced-motion: no-preference) {
  .hero__accent { animation: panel-in .75s cubic-bezier(.2,.7,.2,1) both; }
  .hero__panel  { animation: panel-in .75s .12s cubic-bezier(.2,.7,.2,1) both; }
  .hero__copy   { animation: copy-in .7s .55s ease-out both; }
  @keyframes panel-in { from { transform: translateX(-105%); } }
  @keyframes copy-in  { from { opacity: 0; transform: translateY(14px); } }
}

@media (max-width: 860px) {
  .hero { display: block; min-height: 0; }
  .hero__media { bottom: auto; height: 46vh; min-height: 300px; }
  .hero__accent, .hero__panel { display: none; }
  .hero__inner { margin-top: min(34vh, 250px); position: relative; background: var(--ink); padding: clamp(56px, 10vw, 84px) 0 110px; }
  .hero__inner::before { content: ""; position: absolute; left: 0; right: 0; bottom: 100%; height: var(--slope); background: var(--magenta); clip-path: polygon(0 100%, 100% 0, 100% 100%); }
  .hero__inner::after { content: ""; position: absolute; left: 0; right: 0; bottom: calc(100% - 8px); height: var(--slope); background: var(--ink); clip-path: polygon(0 100%, 100% 0, 100% 100%); }
  .hero__copy { animation: none; }
}

/* Quick picker that overlaps the hero */
.picker { position: relative; z-index: 5; margin-top: -60px; }
.picker__card { background: #fff; padding: clamp(22px, 3vw, 34px); box-shadow: 0 18px 48px rgba(0,7,13,.22); border-top: 6px solid var(--magenta); display: grid; grid-template-columns: auto 1fr; gap: 18px 36px; align-items: center; }
.picker__title { font: 800 clamp(1.8rem, 2.6vw, 2.3rem)/1 var(--display); text-transform: uppercase; margin: 0; }
.picker__title small { display: block; font: 500 .9rem/1.4 var(--body); text-transform: none; color: var(--muted); margin-top: 6px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { display: inline-flex; align-items: center; gap: .5em; padding: .65rem 1.1rem; border: 2px solid var(--line); border-radius: 3px; font-weight: 600; font-size: .95rem; text-decoration: none; background: #fff; transition: background-color .15s, border-color .15s, color .15s; }
.chip:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.chip--urgent { background: var(--ink); color: #fff; border-color: var(--ink); }
.chip--urgent .icon { color: var(--magenta); }
.chip--urgent:hover { background: var(--magenta); color: var(--ink); border-color: var(--magenta); }
.chip--urgent:hover .icon { color: var(--ink); }
@media (max-width: 860px) { .picker { margin-top: -70px; } .picker__card { grid-template-columns: 1fr; } }

/* ---------- Sections ---------- */
.section { padding-block: clamp(64px, 9vw, 120px); }
.section--paper { background: var(--paper); }
.section--dark { background: var(--ink); color: #fff; }
.section-head { max-width: 720px; margin-bottom: clamp(32px, 5vw, 56px); }
.section-head p { color: var(--muted); font-size: 1.1rem; }
.section--dark .section-head p { color: rgba(255,255,255,.78); }

/* roof-pitch top edge with a magenta stripe (used on dark sections) */
.pitch { position: relative; margin-top: calc(var(--slope) * -1); padding-top: calc(var(--slope) + clamp(64px, 9vw, 120px)); clip-path: polygon(0 var(--slope), 100% 0, 100% 100%, 0 100%); }
.pitch::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: calc(var(--slope) + 12px); background: var(--magenta); clip-path: polygon(0 var(--slope), 100% 0, 100% 12px, 0 calc(var(--slope) + 12px)); }

/* hexagon icon holder (from the proposal's hexagon photo frames) */
.hex { --s: 68px; width: var(--s); height: calc(var(--s) * .9); display: grid; place-items: center; background: var(--ink); color: var(--magenta); clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%); flex: none; }
.hex .icon { width: 30px; height: 30px; }
.hex--magenta { background: var(--magenta); color: var(--ink); }

/* ---------- Services tabs ---------- */
.tabs { display: grid; grid-template-columns: 320px 1fr; gap: clamp(24px, 4vw, 56px); align-items: start; }
.tablist { display: none; flex-direction: column; gap: 0; border-left: 4px solid var(--line); }
.js .tablist { display: flex; }
.tab { display: flex; align-items: center; gap: 16px; text-align: left; padding: 20px 20px 20px 22px; margin-left: -4px; border: 0; border-left: 4px solid transparent; background: none; cursor: pointer; font: 700 1.05rem/1.25 var(--body); color: var(--muted); transition: color .15s, background-color .15s, border-color .15s; }
.tab .icon { width: 28px; height: 28px; }
.tab:hover { color: var(--ink); background: var(--paper); }
.tab[aria-selected="true"] { color: var(--ink); border-left-color: var(--magenta); background: var(--paper); }
.tabpanel + .tabpanel { margin-top: 56px; }
.js .tabpanel + .tabpanel { margin-top: 0; }
.js .tabpanel[hidden] { display: none; }
.tabpanel__img { aspect-ratio: 16 / 8; width: 100%; object-fit: cover; margin-bottom: 26px; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%); }
.tabpanel h3 { font-size: 2rem; }
.checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; margin: 22px 0 28px; }
.checklist li { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; line-height: 1.4; }
.checklist .icon { color: var(--magenta-ink); margin-top: 2px; width: 1.15em; height: 1.15em; }
@media (max-width: 900px) { .tabs { grid-template-columns: 1fr; } .js .tablist { flex-direction: row; overflow-x: auto; border-left: 0; border-bottom: 4px solid var(--line); } .tab { border-left: 0; border-bottom: 4px solid transparent; margin: 0 0 -4px; white-space: nowrap; } .tab[aria-selected="true"] { border-bottom-color: var(--magenta); } }
@media (max-width: 560px) { .checklist { grid-template-columns: 1fr; } }

/* ---------- Audience / feature columns ---------- */
.cols-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 56px); }
.col-item { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.col-item h3 { margin: 0; }
.col-item p { margin: 0; color: var(--muted); }
.section--dark .col-item p { color: rgba(255,255,255,.78); }
.cols-3--tight { row-gap: 52px; }
@media (max-width: 900px) { .cols-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .cols-3 { grid-template-columns: 1fr; } }

/* ---------- Process ---------- */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; counter-reset: step; }
.step { border-top: 4px solid var(--ink); padding-top: 22px; }
.step::before { counter-increment: step; content: counter(step); display: block; font: 800 4rem/1 var(--display); color: var(--magenta-ink); margin-bottom: 8px; }
.step h3 { font-size: 1.5rem; }
.step p { color: var(--muted); margin: 0; font-size: 1rem; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

/* ---------- Leadership ---------- */
.leaders { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.leaders__img { aspect-ratio: 4 / 5; object-fit: cover; width: 100%; clip-path: polygon(0 0, 100% var(--slope), 100% 100%, 0 100%); }
.leader + .leader { margin-top: 36px; padding-top: 36px; border-top: 1px solid var(--line); }
.leader__role { display: inline-block; background: var(--ink); color: #fff; font: 700 .85rem/1 var(--body); padding: .4rem .7rem; margin-bottom: 12px; }
.leader h3 { font-size: 2.2rem; margin-bottom: .3em; }
.leader p { color: var(--muted); }
.leader a { font-weight: 600; }
.combined { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.combined strong { font: 800 clamp(4rem, 8vw, 6.5rem)/.9 var(--display); color: var(--ink); }
.combined span { font-weight: 600; max-width: 22ch; line-height: 1.35; }
@media (max-width: 900px) { .leaders { grid-template-columns: 1fr; } .leaders__img { aspect-ratio: 16 / 9; } }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; }
.faq-layout { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.faq-layout .faq { max-width: none; }
@media (max-width: 900px) { .faq-layout { grid-template-columns: 1fr; } }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 48px 22px 0; font-weight: 700; font-size: 1.1rem; line-height: 1.4; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 6px; top: 50%; width: 14px; height: 14px; border-right: 3px solid var(--ink); border-bottom: 3px solid var(--ink); transform: translateY(-70%) rotate(45deg); transition: transform .2s; }
.faq details[open] summary::after { transform: translateY(-30%) rotate(225deg); border-color: var(--magenta-ink); }
.faq details p { margin: 0; padding: 0 48px 24px 0; color: var(--muted); }

/* ---------- CTA band ---------- */
.cta { position: relative; isolation: isolate; color: #fff; background: var(--ink); overflow: hidden; }
.cta__img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.cta::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,7,13,.96) 0%, rgba(0,7,13,.9) 45%, rgba(0,7,13,.55) 100%); }
.cta__inner { max-width: 680px; }
.cta h2 { font-size: clamp(2.6rem, 6vw, 4.6rem); }
.cta p { font-size: 1.15rem; color: rgba(255,255,255,.86); }
.cta__phones { display: flex; flex-wrap: wrap; gap: 8px 28px; margin: 26px 0 30px; }
.cta__phones a { font: 800 clamp(1.8rem, 3.4vw, 2.5rem)/1 var(--display); text-decoration: none; letter-spacing: .02em; }
.cta__phones a:hover { color: var(--magenta); }
.cta .hero__actions { margin-top: 0; }

/* ---------- Inner-page hero ---------- */
.page-hero { position: relative; z-index: 1; isolation: isolate; background: var(--ink); color: #fff; padding-block: clamp(40px, 6vw, 84px) calc(var(--slope) + clamp(28px, 4vw, 52px)); overflow: hidden; clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--slope)), 0 100%); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero__img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; opacity: .3; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, var(--ink) 25%, rgba(0,7,13,.55)); }
.page-hero::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: calc(var(--slope) + 12px); background: var(--magenta); clip-path: polygon(0 calc(100% - 12px), 100% 0, 100% 12px, 0 100%); z-index: 0; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5rem); max-width: 20ch; }
.page-hero p { max-width: 58ch; font-size: 1.15rem; color: rgba(255,255,255,.85); margin: 0; }
.crumbs { display: flex; gap: 10px; margin-bottom: 20px; font-size: .9rem; font-weight: 600; color: rgba(255,255,255,.7); }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--magenta); }
.pitch-under { margin-top: calc(var(--slope) * -1); padding-top: calc(var(--slope) + clamp(56px, 8vw, 96px)); }

/* ---------- Service detail ---------- */
.split { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.split__img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%); }
.split p { font-size: 1.1rem; }
.svc-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.svc-list li { border-left: 5px solid var(--magenta); background: var(--paper); padding: 22px 24px; }
.svc-list h3 { font-size: 1.45rem; margin-bottom: .3em; }
.svc-list p { margin: 0; color: var(--muted); font-size: 1rem; }
@media (max-width: 860px) { .split, .svc-list { grid-template-columns: 1fr; } }

.service-block { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.service-block + .service-block { margin-top: clamp(56px, 8vw, 104px); }
.service-block:nth-child(even) .service-block__img { order: 2; }
.service-block__img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 36px), calc(100% - 36px) 100%, 0 100%); }
.service-block__head { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.service-block__head h2 { margin: 0; font-size: clamp(2rem, 3.6vw, 3rem); }
@media (max-width: 860px) { .service-block { grid-template-columns: 1fr; } .service-block:nth-child(even) .service-block__img { order: 0; } }

/* ---------- Contact / form ---------- */
.contact { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.form { display: grid; grid-template-columns: minmax(0, 1fr); gap: 26px; }
.field label, .field legend { display: block; font-weight: 700; margin-bottom: 8px; font-size: .98rem; padding: 0; }
.field fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.field .hint { font-weight: 500; color: var(--muted); font-size: .9rem; }
.field input[type="text"], .field input[type="tel"], .field input[type="email"], .field textarea { width: 100%; font: 500 1rem/1.4 var(--body); padding: .85rem 1rem; min-height: 52px; border: 2px solid var(--line); border-radius: 3px; background: #fff; color: var(--text); transition: border-color .15s; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:hover, .field textarea:hover { border-color: #aab2bd; }
.field input:focus, .field textarea:focus { outline: 3px solid var(--magenta); outline-offset: 0; border-color: var(--ink); }
.field.has-error input, .field.has-error textarea { border-color: var(--error); }
.field-error { color: var(--error); font-weight: 600; font-size: .92rem; margin: 8px 0 0; display: flex; gap: .5em; align-items: flex-start; }
.row-2 { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 26px; }
@media (max-width: 620px) { .row-2 { grid-template-columns: minmax(0, 1fr); } }

.choices { display: flex; flex-wrap: wrap; gap: 10px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.choice span { display: inline-flex; align-items: center; gap: .55em; min-height: 48px; padding: .6rem 1.1rem; border: 2px solid var(--line); border-radius: 3px; font-weight: 600; font-size: .95rem; background: #fff; transition: background-color .15s, border-color .15s, color .15s; }
.choice span::before { content: ""; width: 16px; height: 16px; border: 2px solid var(--muted); border-radius: 3px; flex: none; }
.choice input[type="radio"] + span::before { border-radius: 50%; }
.choice:hover span { border-color: var(--ink); }
.choice input:checked + span { background: var(--ink); color: #fff; border-color: var(--ink); }
.choice input:checked + span::before { background: var(--magenta); border-color: var(--magenta); box-shadow: inset 0 0 0 3px var(--ink); }
.choice input:focus-visible + span { outline: 3px solid var(--magenta); outline-offset: 3px; }
.choice--urgent input:checked + span { background: var(--magenta); border-color: var(--magenta); color: var(--ink); }
.choice--urgent input:checked + span::before { background: var(--ink); border-color: var(--ink); box-shadow: inset 0 0 0 3px var(--magenta); }

.callout { display: none; gap: 14px; align-items: flex-start; background: var(--ink); color: #fff; padding: 18px 20px; border-left: 6px solid var(--magenta); }
.callout.is-visible { display: flex; }
.callout .icon { color: var(--magenta); width: 26px; height: 26px; margin-top: 2px; }
.callout p { margin: 0; }
.callout a { color: #fff; font-weight: 800; white-space: nowrap; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.aside-box { position: sticky; top: 108px; background: var(--ink); color: #fff; padding: clamp(26px, 3vw, 40px); position: relative; }
.aside-box::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 6px; background: var(--magenta); }
.aside-box h2 { font-size: 2.2rem; }
.aside-box ul { display: grid; gap: 22px; margin-top: 26px; }
.aside-box li { display: flex; gap: 16px; align-items: flex-start; }
.aside-box .icon { color: var(--magenta); margin-top: 3px; width: 24px; height: 24px; }
.aside-box small { display: block; color: rgba(255,255,255,.7); font-weight: 600; font-size: .85rem; }
.aside-box a { text-decoration: none; font-weight: 700; }
.aside-box a:hover { color: var(--magenta); }
.aside-box .big a { font: 800 1.9rem/1.15 var(--display); letter-spacing: .02em; }

.alert { display: flex; gap: 14px; background: #fdecee; border-left: 6px solid var(--error); padding: 16px 20px; color: #5f0a12; font-weight: 600; }
.alert .icon { color: var(--error); flex: none; margin-top: 2px; }
.success { background: var(--paper); border-left: 8px solid var(--magenta); padding: clamp(28px, 4vw, 48px); }
.success h2 { font-size: clamp(2rem, 4vw, 3rem); }
.success .phones { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 18px; }
.success .phones a { font: 800 1.9rem/1 var(--display); text-decoration: none; }
@media (max-width: 900px) { .contact { grid-template-columns: minmax(0, 1fr); } .aside-box { position: relative; top: 0; } }

/* ---------- Footer ---------- */
.site-footer { background: #00040a; color: rgba(255,255,255,.8); padding-top: clamp(56px, 7vw, 88px); font-size: .98rem; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 56px; }
.site-footer h4 { color: #fff; font-size: 1.35rem; margin-bottom: 1em; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--magenta); }
.site-footer li + li { margin-top: 10px; }
.site-footer .brand { margin-bottom: 18px; color: #fff; }
.site-footer__contact li { display: flex; gap: 12px; align-items: flex-start; }
.site-footer__contact .icon { color: var(--magenta); margin-top: 3px; }
.site-footer__bar { border-top: 1px solid rgba(255,255,255,.12); padding-block: 22px; font-size: .88rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; color: rgba(255,255,255,.6); }
@media (max-width: 900px) { .site-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .site-footer__grid { grid-template-columns: 1fr; } }

/* ---------- Mobile action bar ---------- */
.mobile-bar { display: none; }
@media (max-width: 760px) {
  .mobile-bar { position: fixed; inset: auto 0 0 0; z-index: 90; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); box-shadow: 0 -6px 24px rgba(0,0,0,.3); }
  .mobile-bar a { display: flex; align-items: center; justify-content: center; gap: .6em; min-height: 58px; font-weight: 700; text-decoration: none; color: #fff; }
  .mobile-bar a:last-child { background: var(--magenta); color: var(--ink); }
  body { padding-bottom: 58px; }
}

.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }
