/* =====================================================================================
   OMEGA owner rules (24 Sep 2026): subject headings, capped hero visual with buy row,
   question-card bands, light closing form, centred pop-up, estimator layout, slim dark footer.
   Loaded after meraki.css.
   ===================================================================================== */
.section-head h2 { max-width: 28ch; }
.section-head .sub, .page-hero .sub, .closing .sub, .hub-head .sub { font-size: clamp(1.05rem, 1.3vw, 1.2rem); color: var(--ink-2); line-height: 1.45; max-width: 62ch; margin-top: -4px; }
.page-hero .sub { margin-top: 10px; font-size: clamp(1.1rem, 1.5vw, 1.3rem); color: var(--ink); font-family: var(--f-display); }
.page-hero .lead { margin-top: 12px; font-size: 1.02rem; }
.section-paper { background: var(--paper); }
.section-paper .card, .section-paper .glance { background: var(--bg); }
.btn-link-btn { background: none; border: 0; padding-inline: 4px; color: var(--ink); text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 5px; text-decoration-thickness: 2px; }
.btn-link-btn:hover { color: var(--accent-ink); }

/* hero: tabs → capped visual (cut-out art + floating product card) → copy with a buy row */
.hero-panel { background: var(--bg); }
.tab-panel .hero-visual { position: relative; height: clamp(210px, 34vh, 340px); background: radial-gradient(120% 90% at 50% 100%, var(--paper) 0 55%, var(--bg) 75%); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-visual .art { position: absolute; inset: 10px 12px 0 auto; height: calc(100% - 10px); width: auto; max-width: 78%; object-fit: contain; object-position: right bottom; }
.hero-visual .hero-mock { position: absolute; left: 14px; bottom: 14px; width: 250px; transform-origin: left bottom; }
.hero-visual .hero-mock .mock { width: 100%; font-size: .72rem; padding: 12px; }
.hero-visual .hero-mock .mock::after { display: none; }
.hero-visual .hero-mock .kpis { grid-template-columns: repeat(2, 1fr); gap: 4px 10px; margin: 8px 0 4px; }
.hero-visual .hero-mock .mini-chart, .hero-visual .hero-mock .pay-rows, .hero-visual .hero-mock .yr, .hero-visual .hero-mock .mock-note { display: none; }
.hero-visual .hero-mock .ct-strip { padding: 8px; margin-top: 8px; }
.hero-visual-page { position: relative; }
.page-hero .hero-visual-page .art { position: static; width: 100%; height: auto; max-width: none; max-height: 380px; object-fit: contain; }
.page-hero .hero-visual-page .hero-mock { left: 0; bottom: -6px; width: 240px; }
.art { display: block; }
.tab-card { padding: 20px 24px 22px; }
.tab-price { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: 6px; font-size: .88rem; color: var(--muted); }
.tab-price small { flex-basis: 100%; }

/* selection = dark fill + check; a sub-choice shows in a lighter tint (OMEGA round 3) */
.seg { display: inline-flex; align-items: center; gap: 5px; }
.seg .seg-check { width: 0; opacity: 0; transition: width .2s, opacity .2s; stroke-width: 2.4; }
.seg.is-on .seg-check { width: 14px; opacity: 1; }
.segs-sub .seg.is-on { background: var(--accent-soft); color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--accent-line); }
.seg:disabled { opacity: .4; cursor: default; }

/* question cards band */
.faq-band .faq-wrap { grid-template-columns: minmax(0, .7fr) minmax(0, 1.6fr); }
.faq-band .section-head { margin-bottom: 0; }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
@media (min-width: 1700px) { .faq-grid:has(> :nth-child(6)) { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.faq-card { padding: 22px 22px 20px; border-radius: var(--r-lg); background: var(--bg); border: 1px solid var(--line); border-top: 2px solid var(--accent); }
.faq-card h3 { font-size: 1rem; margin-bottom: 8px; }
.faq-card p { font-size: .93rem; color: var(--ink-2); line-height: 1.6; }

/* closing enquiry: light, highlighted form */
.closing { padding: clamp(56px, 6vw, 88px) 0; background: linear-gradient(180deg, var(--paper), var(--bg)); border-top: 1px solid var(--line); }
.closing-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(28px, 4vw, 64px); align-items: start; }
.closing h2 { margin-bottom: 10px; }
.closing-contacts { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 10px; max-width: 460px; }
.closing-contacts a, .closing-contacts .nolink { display: flex; gap: 14px; align-items: center; padding: 14px 16px; border-radius: var(--r); border: 1px solid var(--line); background: var(--bg); text-decoration: none; }
.closing-contacts a:hover { border-color: var(--ink); }
.closing-contacts .ic { width: 22px; height: 22px; color: var(--accent-ink); }
.closing-contacts b { display: block; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.closing-form { padding: clamp(20px, 2.4vw, 32px); border-radius: var(--r-lg); background: var(--bg); border: 1.5px solid var(--accent); box-shadow: 0 0 0 6px color-mix(in oklab, var(--accent) 12%, transparent), 0 24px 60px -30px color-mix(in oklab, var(--accent) 60%, transparent); }
.need-chips { border: 0; padding: 0; margin: 0 0 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.need-chips legend { font-size: .84rem; font-weight: 550; color: var(--ink-2); margin-bottom: 8px; padding: 0; }
.need { cursor: pointer; position: relative; }
.need input { position: absolute; opacity: 0; }
.need span { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line-2); font-size: .88rem; font-weight: 550; transition: all .2s; }
.need span .ic { width: 0; opacity: 0; transition: width .2s; stroke-width: 2.4; }
.need input:checked + span { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.need input:checked + span .ic { width: 14px; opacity: 1; }
.need input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 2px; }

/* proof band on dark with contour light; light two-row wall */
.proof { position: relative; }
.proof-drawing { right: -80px; bottom: -120px; width: 520px; opacity: .6; }
.proof-drawing .dw { stroke: var(--dark-line); }
.proof .stats { border-bottom: 0; padding-bottom: clamp(32px, 4vw, 48px); }
.stat .ic { width: 26px; height: 26px; color: var(--accent); margin-bottom: 14px; }
.proof .quotes { border-top: 1px solid var(--dark-line); }
.proof .rating { color: var(--accent); }
.wall-band { padding-bottom: clamp(40px, 5vw, 64px); }
.wall { display: grid; gap: 12px; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.wall-track { display: flex; gap: 12px; width: max-content; animation: marquee 60s linear infinite; }
.wall-row.rev .wall-track { animation-direction: reverse; }
.wall:hover .wall-track { animation-play-state: paused; }
.wall-track span { padding: 16px 26px; border-radius: var(--r); border: 1px solid var(--line); background: var(--paper); font-family: var(--f-display); font-size: 1.15rem; color: var(--ink-2); white-space: nowrap; }

/* "See our prices": title, text and buttons in one row, jobs in a grid */
.prices-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 28px; }
.prices-row h2 { margin-bottom: 8px; }
.prices-row .actions { margin: 0; }
.task-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.task-tile { display: grid; gap: 6px; align-content: start; padding: 20px; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--bg); text-decoration: none; transition: border-color .2s, box-shadow .2s, transform .3s var(--ease); }
.task-tile:hover { border-color: var(--ink); box-shadow: var(--sh); transform: translateY(-2px); }
.task-tile .svc-ic { width: 38px; height: 38px; }
.task-tile > b { font-weight: 600; margin-top: 6px; }
.task-desc { font-size: .88rem; color: var(--ink-2); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.task-from { font-size: .86rem; color: var(--muted); margin-top: 4px; }
.task-from b { color: var(--ink); }

/* estimator */
.est .card h2 { font-family: var(--f-body); }
.picker { display: grid; gap: 0; padding: 6px 20px; }
.picker-row { display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 16px; padding: 12px 0; }
.picker-row + .picker-row { border-top: 1px solid var(--line); }
.est .plan-status { margin: 14px 4px 24px; }
.est-grid { display: grid; grid-template-columns: 250px minmax(0, 1fr) 380px; gap: 24px; align-items: start; }
.est-cats { display: grid; gap: 4px; position: sticky; top: calc(var(--header) + 20px); }
.est-cats .control-label { margin-bottom: 8px; }
.est-cat { display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 10px; padding: 11px 12px; border-radius: var(--r-sm); border: 0; background: none; text-align: left; font-weight: 550; color: var(--ink-2); cursor: pointer; }
.est-cat:hover { background: var(--paper); color: var(--ink); }
.est-cat.is-on { background: var(--ink); color: var(--bg); }
.est-cat b { font-size: .78rem; min-width: 26px; text-align: center; padding: 2px 6px; border-radius: 999px; background: var(--paper); color: var(--ink-2); }
.est-cat.is-on b { background: color-mix(in oklab, var(--bg) 18%, var(--ink)); color: var(--bg); }
.est-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; }
.est-head h2 { font-family: var(--f-body); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.est-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
@media (min-width: 1600px) { .est-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.task-card { display: flex; flex-direction: column; gap: 8px; padding: 18px 18px 16px; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--bg); }
.task-card[hidden] { display: none; }
.task-card h3 { display: flex; align-items: center; gap: 10px; font-size: 1rem; }
.task-card h3 .ic { color: var(--accent-ink); }
.task-card p { font-size: .88rem; color: var(--ink-2); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.task-foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line); }
.task-foot span { font-size: .86rem; color: var(--muted); display: grid; }
.task-foot b { color: var(--ink); font-size: 1rem; }
.task-foot small { font-size: .78rem; }
.est-basket { position: sticky; top: calc(var(--header) + 20px); border: 1.5px solid var(--ink); }
.est-basket-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.est-basket-head h2 { font-family: var(--f-display) !important; font-size: 1.4rem !important; font-weight: 500 !important; }
.est-basket-head span { font-size: .86rem; font-weight: 600; }
.est-plan-line { display: flex; gap: 8px; align-items: center; padding: 10px 12px; border-radius: var(--r-sm); background: var(--paper); font-size: .88rem; margin-bottom: 12px; }
.est-plan-line .ic { color: var(--accent-ink); }
.fb-lines li.fb-empty { display: grid; justify-items: center; gap: 8px; }
.fb-lines li > span { display: grid; gap: 4px; }
.stepper-sm { display: inline-flex; width: max-content; margin-top: 4px; }
.stepper-sm button { width: 30px; height: 30px; }
.stepper-sm output { min-width: 28px; font-size: .9rem; }
.fb-actions button[disabled] { opacity: .45; cursor: default; }
.directory { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 28px; }
.directory h3 { font-size: 1rem; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.directory h3 a { text-decoration: none; }
.directory ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.directory li a { font-weight: 550; font-size: .93rem; text-decoration: none; }
.directory li a:hover { color: var(--accent-ink); }
.directory li span { display: block; font-size: .82rem; color: var(--muted); line-height: 1.45; }
.print-head { display: none; }

/* centred pop-up */
.modal { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 16px; }
.modal-scrim { position: absolute; inset: 0; background: rgb(12 12 14 / .5); backdrop-filter: blur(3px); animation: fade .25s; }
.modal-box { position: relative; width: min(100%, 640px); max-height: calc(100dvh - 32px); overflow-y: auto; background: var(--bg); border-radius: var(--r-lg); box-shadow: var(--sh-lg); animation: pop .3s var(--ease); }
@keyframes pop { from { transform: translateY(12px) scale(.98); opacity: 0; } }
.modal-head { position: sticky; top: 0; z-index: 1; display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 20px 24px 16px; background: var(--bg); border-bottom: 1px solid var(--line); }
.modal-head h2 { font-size: 1.5rem; }
.modal-step { font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-ink); margin-bottom: 4px; }
.modal-form, .qv-body { padding: 20px 24px 24px; }
.selection { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; padding: 12px 14px; border-radius: var(--r); background: var(--accent-soft); border: 1px solid var(--accent-line); margin-bottom: 16px; font-size: .92rem; }
.selection > span { display: flex; gap: 8px; align-items: center; }
.selection .ic { color: var(--accent-ink); stroke-width: 2.4; }
.modal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.order { padding: 18px; border-radius: var(--r); background: var(--paper); margin-bottom: 16px; }
.order h3 { margin-bottom: 10px; }
.order dl { margin: 0 0 10px; display: grid; }
.order dl div { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; border-bottom: 1px dashed var(--line-2); font-size: .92rem; }
.order dd { margin: 0; font-weight: 600; white-space: nowrap; }
.order .big { border-bottom: 0; font-size: 1.02rem; }
.order .big dd { font-family: var(--f-display); font-size: 1.35rem; font-weight: 500; }
.pay-methods { border: 0; padding: 0; margin: 0 0 16px; display: grid; gap: 8px; }
.pay-methods legend { font-weight: 600; margin-bottom: 8px; padding: 0; }
.pay-method { display: flex; gap: 12px; align-items: flex-start; padding: 14px; border-radius: var(--r); border: 1px solid var(--line-2); cursor: pointer; }
.pay-method input { margin-top: 4px; accent-color: var(--ink); }
.pay-method b { display: block; }
.pay-method small { color: var(--muted); }
.pay-method.is-off { opacity: .55; cursor: default; }
.done { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 16px; }
.done-ic { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--accent); color: var(--on-accent); flex: none; }
.done-ic .ic { stroke-width: 2.4; }
.done h3 { font-size: 1.1rem; margin-bottom: 4px; }
.done p { color: var(--ink-2); font-size: .93rem; }
.qv-desc { color: var(--ink-2); margin-bottom: 16px; }
.qv-options { border: 0; padding: 0; margin: 0 0 16px; display: grid; gap: 8px; }
.qv-options legend { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-bottom: 8px; padding: 0; }
.qv-option { display: grid; grid-template-columns: 20px 1fr auto; gap: 12px; align-items: center; padding: 14px; border-radius: var(--r); border: 1px solid var(--line-2); cursor: pointer; }
.qv-option:has(input:checked) { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); background: var(--paper); }
.qv-option input { accent-color: var(--ink); width: 18px; height: 18px; margin: 0; }
.qv-opt-main b { display: block; font-weight: 550; font-size: .95rem; }
.qv-opt-main small { color: var(--muted); font-size: .82rem; }
.qv-inc { display: flex; align-items: center; gap: 4px; font-style: normal; font-size: .8rem; font-weight: 600; color: var(--ok); margin-top: 2px; }
.qv-inc .ic { width: 14px; height: 14px; stroke-width: 2.4; }
.qv-opt-price { text-align: right; font-weight: 600; white-space: nowrap; }
.qv-opt-price small { display: block; font-weight: 400; color: var(--muted); font-size: .76rem; }
.qv-qty { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-top: 1px solid var(--line); }
.qv-qty small { color: var(--muted); }
.qv-foot { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding-top: 14px; border-top: 1px solid var(--line); }
.qv-foot p { display: grid; }
.qv-foot span { font-size: .8rem; color: var(--muted); }
.qv-foot b { font-family: var(--f-display); font-size: 1.5rem; font-weight: 500; }

/* misc sections */
.cfo-wrap { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 2fr); gap: 24px; align-items: center; }
.cfo-wrap .cfo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.art-side { width: 100%; height: auto; }
.pay-band { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 420px); gap: 40px; align-items: center; }
.principle { position: relative; }
.principle-n { position: absolute; right: 0; top: 0; font-family: var(--f-display); font-size: 1.1rem; color: var(--line-2); }

/* footer: slimmer, darker, accent hairline with a travelling light */
.site-footer { position: relative; padding: 40px 0 20px; background: color-mix(in oklab, var(--dark) 82%, #000); border-top: 0; font-size: .88rem; overflow: hidden; }
.site-footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: var(--accent); opacity: .55; }
.footer-light { position: absolute; top: -1px; left: 0; width: 180px; height: 3px; background: linear-gradient(90deg, transparent, var(--accent), transparent); filter: blur(.5px); animation: travel 9s linear infinite; }
@keyframes travel { from { transform: translateX(-200px); } to { transform: translateX(100vw); } }
.footer-top { grid-template-columns: 1fr 2.2fr; gap: 40px; padding-bottom: 24px; }
.site-footer .wordmark { height: 18px; }
.footer-line { margin: 12px 0; }
.footer-cols { grid-template-columns: repeat(4, 1fr); gap: 24px; }
.footer-cols h4 { margin-bottom: 10px; }
.footer-cols ul { gap: 6px; }
.footer-addr { margin: 0; line-height: 1.8; }
.footer-bottom { padding-top: 16px; }

@media (max-width: 1400px) {
  .est-grid { grid-template-columns: 220px minmax(0, 1fr) 340px; }
  .task-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .directory { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1060px) {
  .est-grid { grid-template-columns: 1fr; }
  .est-cats { position: static; display: flex; overflow-x: auto; gap: 6px; padding-bottom: 4px; }
  .est-cats .control-label { display: none; }
  .est-cat { grid-template-columns: auto auto auto; white-space: nowrap; border: 1px solid var(--line); }
  .est-basket { position: static; }
  .picker-row { grid-template-columns: 1fr; gap: 8px; }
  .closing-grid, .faq-band .faq-wrap, .cfo-wrap, .pay-band { grid-template-columns: 1fr; }
  .task-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-top { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
  .cfo-wrap .cfo-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .faq-grid, .task-grid, .est-cards, .directory { grid-template-columns: 1fr; }
  .tab-panel .hero-visual { height: 220px; }
  .hero-visual .art { max-width: 100%; inset: 8px 0 0 auto; }
  .hero-visual .hero-mock { display: none; }
  .modal { padding: 0; place-items: end center; }
  .modal-box { border-radius: var(--r-lg) var(--r-lg) 0 0; max-height: 92dvh; }
  .qv-option { grid-template-columns: 20px 1fr; }
  .qv-opt-price { grid-column: 2; text-align: left; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .prices-row .actions { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { .footer-light, .wall-track { animation: none; } .wall-track { flex-wrap: wrap; width: auto; } }
@media print {
  .est .picker, .est .plan-status, .est-cats, .est-main, .faq-band, .section:not(.est), .page-hero, .closing { display: none !important; }
  .print-head { display: flex !important; justify-content: space-between; align-items: center; padding-bottom: 14px; margin-bottom: 18px; border-bottom: 2px solid #000; }
  .print-head .wordmark { height: 16px; }
  .print-head b { display: block; }
  .est-grid { grid-template-columns: 1fr; }
  .est-basket { border: 0; position: static; }
  .fb-lines button, .stepper-sm button { display: none; }
}
/* hero fixes: compact floating card, price + button on one row, no grid behind the copy */
.hero-visual .hero-mock { width: 230px; bottom: 16px; }
.hero-visual .hero-mock .mock-rows, .hero-visual .hero-mock .split { display: none; }
.hero-visual .hero-mock .mock-head { padding-bottom: 8px; }
.hero-visual .hero-mock .pill { display: none; }
.tab-foot { flex-wrap: nowrap; align-items: center; }
.tab-price { flex: 1; min-width: 0; }
.page-home .hero > .hero-drawing { display: none; }
@media (max-width: 760px) { .tab-foot { flex-wrap: wrap; } }

/* live site: commitments line and role icons */
.proof-line { padding-top: 22px; border-top: 1px solid var(--dark-line); color: var(--on-dark-2); font-size: .95rem; }
.person .avatar { background: var(--accent-soft); color: var(--accent-ink); font-size: 0; }
.person .avatar .ic { width: 26px; height: 26px; }
