/* Brindlemark Builders — generated by kit/_build/archetypes/builder.py. */
/* Do not edit by hand: re-run `python3 kit/_build/archetypes/builder.py sample-contractor-classic`. */
/* ============================================================================
   ARCHETYPE — BUILDER / REMODELLER
   ----------------------------------------------------------------------------
   Not a style kit. A style kit re-colours one layout; this file is the visual
   language of a whole class of website, and it exists because a builder does
   not sell a grid of nine services — a builder sells finished projects and the
   confidence that yours will be finished too.

   The three ideas everything here follows:

   1. DRAFTING, NOT MARKETING. Section numbers, durations, budget bands and
      spec rows are set in a monospace face, the way they appear on a drawing
      set. That single decision does most of the work of making this feel like
      a builder rather than an agency.
   2. HAIRLINES INSTEAD OF BOXES. Structure comes from 1 px rules on a warm
      paper ground, not from cards with shadows. Cards float; buildings do not.
   3. PHOTOGRAPHS ARE THE ARGUMENT. Project images run full width and are never
      cropped into a thumbnail grid. If a photo is worth taking it is worth
      seeing.

   ⚠️ NEPRIDÁVAJ `backdrop-filter`, `filter` ani `transform` na `.mast` —
   ktorýkoľvek z nich vytvorí containing block pre `position: fixed` potomkov
   a rozbalené mobilné menu sa zbalí na výšku hlavičky. (Rovnaká pasca ako
   v base.css; `position: sticky` ju nemá.)
   ========================================================================= */

:root {
  --f-display: "IBM Plex Serif", Georgia, "Times New Roman", serif;
  --f-body: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --f-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  --paper: #f6f3ed;
  --paper-2: #ece7dd;
  --ink: #1a1815;
  --ink-2: #46403a;
  --line: #d9d2c6;
  --line-2: #c2b8a7;

  --brick: #8f3128;
  --brick-2: #6f251e;
  --brick-soft: rgba(143, 49, 40, .10);

  --dark: #201d19;
  --dark-2: #2b2721;
  --on-dark: #f6f3ed;
  --on-dark-mute: #a89f93;
  --on-dark-line: rgba(246, 243, 237, .16);
  --on-dark-brick: #d98d78;

  --wrap: 1240px;
  --gut: 1.5rem;
  --mast-h: 76px;
}

/* --- Reset ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
ul { margin: 0; padding: 0; list-style: none; }
p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }
a { color: var(--brick); text-decoration: none; }
a:hover { text-decoration: underline; }
:focus-visible { outline: 3px solid var(--brick); outline-offset: 3px; }

h1, h2, h3, h4 {
  margin: 0;
  font-family: var(--f-display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.015em;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }

.vh {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--brick); color: #fff; padding: .75rem 1.25rem; font-weight: 600;
}
.skip:focus { left: 0; }

/* --- Grid ----------------------------------------------------------------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
@media (min-width: 900px) { :root { --gut: 2.5rem; } }

.band { padding-block: clamp(3.5rem, 7vw, 6.5rem); }
.band--tight { padding-block: clamp(2.5rem, 4vw, 3.5rem); }
.band--paper2 { background: var(--paper-2); }
.band--dark { background: var(--dark); color: var(--on-dark); }
.band--dark h2, .band--dark h3 { color: var(--on-dark); }
.band--dark p { color: var(--on-dark-mute); }

/* The section label is the signature of this archetype: a drawing-sheet number
   and a name, on a hairline that runs the full width of the container. */
.shead {
  display: grid; gap: .5rem 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  margin-bottom: clamp(1.75rem, 3vw, 2.75rem);
}
/* 11rem, not 9: the sheet number carries a name as well as a digit
   ("01 / Before you call") and at 9rem the longest of them wrapped. */
@media (min-width: 860px) {
  .shead { grid-template-columns: 11rem 1fr; align-items: start; }
}
.band--dark .shead { border-top-color: var(--on-dark-line); }
.shead__no {
  font-family: var(--f-mono); font-size: .8125rem; letter-spacing: .06em;
  color: var(--brick); text-transform: uppercase; padding-top: .35rem;
}
.band--dark .shead__no { color: var(--on-dark-brick); }
.shead__lede { margin-top: .875rem; color: var(--ink-2); max-width: 44rem; font-size: 1.0625rem; }
.band--dark .shead__lede { color: var(--on-dark-mute); }

.mono {
  font-family: var(--f-mono); font-size: .78125rem;
  letter-spacing: .07em; text-transform: uppercase;
}

/* --- Buttons -------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 52px; padding: .5rem 1.6rem;
  border: 1px solid transparent; border-radius: 2px;
  font-family: var(--f-body); font-weight: 600; font-size: 1rem;
  cursor: pointer; text-align: center; white-space: nowrap;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.btn:hover { text-decoration: none; }
.btn--solid { background: var(--brick); color: #fff; }
.btn--solid:hover { background: var(--brick-2); }
.btn--line { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn--line:hover { border-color: var(--ink); }
.band--dark .btn--line, .hero .btn--line { color: var(--on-dark); border-color: rgba(246,243,237,.4); }
.band--dark .btn--line:hover, .hero .btn--line:hover { border-color: var(--on-dark); }
.btns { display: flex; flex-wrap: wrap; gap: .75rem; }
@media (max-width: 559px) { .hero .btns .btn, .endcta .btns .btn { flex: 1 1 100%; } }

/* --- Masthead ------------------------------------------------------------- */
.mast {
  position: sticky; top: 0; z-index: 60;
  background: var(--paper); border-bottom: 1px solid var(--line);
}
.mast__in { display: flex; align-items: center; gap: 1rem; height: var(--mast-h); }

.brand { display: flex; align-items: baseline; gap: .625rem; flex: 1 1 auto; min-width: 0; }
.brand:hover { text-decoration: none; }
.brand__name {
  display: block; font-family: var(--f-display); font-weight: 600;
  font-size: 1.25rem; line-height: 1.1; color: var(--ink); letter-spacing: -.01em;
}
.brand__loc {
  display: none; font-family: var(--f-mono); font-size: .6875rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink-2);
}
@media (min-width: 1100px) { .brand__loc { display: block; } }

/* ⚠️ `fixed`, nie `absolute` — klik na <label> presunie fokus na checkbox
   a prehliadač ho odroluje do zorného poľa. */
.navbox { position: fixed; top: 0; left: 0; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.burger {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; margin-inline-start: -.5rem;
  cursor: pointer; flex-shrink: 0; color: var(--ink); order: -1;
}
.burger i, .burger i::before, .burger i::after {
  display: block; width: 22px; height: 1.5px; background: currentColor; transition: transform .18s ease;
}
.burger i { position: relative; }
.burger i::before, .burger i::after { content: ""; position: absolute; left: 0; }
.burger i::before { top: -7px; }
.burger i::after { top: 7px; }
.navbox:checked ~ .wrap .burger i { background: transparent; }
.navbox:checked ~ .wrap .burger i::before { transform: translateY(7px) rotate(45deg); }
.navbox:checked ~ .wrap .burger i::after { transform: translateY(-7px) rotate(-45deg); }
.navbox:focus-visible ~ .wrap .burger { outline: 3px solid var(--brick); outline-offset: 2px; }

.nav {
  position: fixed; inset: 0; z-index: 70;
  display: flex; flex-direction: column; background: var(--paper);
  opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s;
}
.nav__top {
  display: flex; align-items: center; height: var(--mast-h);
  padding-inline: var(--gut); border-bottom: 1px solid var(--line);
}
.nav__top .brand__name { flex: 1 1 auto; }
.nav__x {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; margin-inline-end: -.5rem;
  font-size: 1.5rem; line-height: 1; cursor: pointer; color: var(--ink);
}
.navbox:checked ~ .wrap .nav { opacity: 1; visibility: visible; }
body:has(.navbox:checked) { overflow: hidden; }
.nav__list { padding: .5rem var(--gut) 0; overflow-y: auto; }
.nav__list li { border-bottom: 1px solid var(--line); }
.nav__list a {
  display: flex; align-items: baseline; gap: 1rem; padding: 1.15rem 0;
  font-family: var(--f-display); font-size: 1.5rem; color: var(--ink);
}
.nav__list a:hover { text-decoration: none; color: var(--brick); }
.nav__list a[aria-current="page"] { color: var(--brick); }
.nav__n { font-family: var(--f-mono); font-size: .75rem; color: var(--ink-2); }
.nav__foot { margin-top: auto; padding: 1.5rem var(--gut) 7rem; }
.nav__foot .btn { width: 100%; }
.nav__foot p { margin: .75rem 0 0; text-align: center; font-size: .875rem; color: var(--ink-2); }

.mast__cta { flex-shrink: 0; min-height: 44px; padding-inline: 1rem; font-size: .9375rem; }

@media (min-width: 1024px) {
  .burger { display: none; }
  .nav {
    position: static; flex-direction: row; align-items: center;
    inset: auto; opacity: 1; visibility: visible; background: none;
    margin-inline-start: auto; transition: none;
  }
  .nav__list { display: flex; gap: 2rem; padding: 0; overflow: visible; }
  .nav__list li { border-bottom: 0; }
  .nav__list a {
    display: block; padding: .5rem 0;
    font-family: var(--f-body); font-size: .9375rem; font-weight: 500; color: var(--ink);
  }
  .nav__n, .nav__foot, .nav__top { display: none; }
  .mast__cta { margin-inline-start: 2rem; padding-inline: 1.5rem; font-size: 1rem; }
  body:has(.navbox:checked) { overflow: visible; }
}

/* --- Hero ----------------------------------------------------------------- */
.hero { position: relative; background: var(--dark); color: var(--on-dark); overflow: hidden; }
.hero__ph { position: absolute; inset: 0; }
.hero__ph img { width: 100%; height: 100%; object-fit: cover; object-position: var(--hero-focus, center); }
.hero__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,18,15,.74) 0%, rgba(20,18,15,.93) 62%, rgba(20,18,15,.95) 100%);
}
@media (min-width: 860px) {
  .hero__scrim { background: linear-gradient(90deg, rgba(20,18,15,.93) 0%, rgba(20,18,15,.8) 44%, rgba(20,18,15,.3) 100%); }
}
.hero__in { position: relative; padding-block: clamp(3.5rem, 11vw, 8rem); }
.hero__copy { max-width: 36rem; }
.hero__eye { color: var(--on-dark-brick); margin-bottom: 1.25rem; display: block; }
.hero h1 { color: var(--on-dark); }
.hero__sub { margin: 1.5rem 0 2rem; color: var(--on-dark-mute); font-size: 1.1875rem; max-width: 33rem; }
.hero--inner { }
.hero--inner .hero__in { padding-block: clamp(2.75rem, 6vw, 4.75rem); }

/* --- Credential strip ----------------------------------------------------- */
.creds { background: var(--dark-2); color: var(--on-dark); border-top: 1px solid var(--on-dark-line); }
.creds ul { display: grid; gap: .75rem; padding-block: 1.25rem; }
@media (min-width: 760px) { .creds ul { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; } }
.creds li {
  font-family: var(--f-mono); font-size: .75rem; letter-spacing: .07em;
  text-transform: uppercase; color: var(--on-dark);
  padding-left: 1rem; border-left: 2px solid var(--on-dark-brick);
}

/* --- Project case studies ------------------------------------------------- */
.proj { border-top: 1px solid var(--line); padding-top: 1.5rem; }
.proj + .proj { margin-top: clamp(3rem, 6vw, 5rem); }
.proj__meta {
  display: flex; flex-wrap: wrap; gap: .5rem 2rem; margin-bottom: 1.25rem;
  font-family: var(--f-mono); font-size: .75rem; letter-spacing: .07em;
  text-transform: uppercase; color: var(--ink-2);
}
.proj__meta b { color: var(--brick); font-weight: 500; }
.proj__title { max-width: 22ch; }
.proj__lede { margin-top: 1rem; color: var(--ink-2); max-width: 46rem; }
.proj__shots { display: grid; gap: 1rem; margin-top: 1.75rem; }
@media (min-width: 800px) { .proj__shots { grid-template-columns: 1.6fr 1fr; } }
.proj__shots img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3 / 2; }
.proj__body { display: grid; gap: 2rem; margin-top: 2rem; }
@media (min-width: 800px) { .proj__body { grid-template-columns: 1fr 20rem; gap: 3rem; } }
.proj__body p { color: var(--ink-2); }
.spec { border-top: 1px solid var(--line); }
.spec div {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .625rem 0; border-bottom: 1px solid var(--line);
  font-family: var(--f-mono); font-size: .8125rem;
}
.spec dt, .spec span:first-child { color: var(--ink-2); text-transform: uppercase; letter-spacing: .06em; font-size: .6875rem; padding-top: .15rem; }
.spec span:last-child { text-align: right; color: var(--ink); }

/* Home page preview of a project — one photo, meta, and a link. */
.pcard { display: block; color: inherit; border-top: 1px solid var(--line); padding-top: 1.25rem; }
.pcard:hover { text-decoration: none; }
.pcard img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; margin-bottom: 1.125rem; }
.pcard__meta { display: flex; flex-wrap: wrap; gap: .35rem 1.25rem; margin-bottom: .625rem; color: var(--ink-2); }
.pcard h3 { margin-bottom: .5rem; }
.pcard p { color: var(--ink-2); font-size: .9375rem; }
.pcard__go { display: inline-block; margin-top: .875rem; color: var(--brick); font-weight: 600; font-size: .9375rem; }
.pcard:hover .pcard__go { text-decoration: underline; }
.grid3 { display: grid; gap: 2rem; }
@media (min-width: 900px) { .grid3 { grid-template-columns: repeat(3, 1fr); } }

/* --- What we build -------------------------------------------------------- */
.cats { display: grid; gap: 0; }
.cat {
  display: grid; gap: .5rem 2.5rem; align-items: start;
  padding-block: 1.75rem; border-top: 1px solid var(--line);
}
.cat:last-child { border-bottom: 1px solid var(--line); }
@media (min-width: 860px) { .cat { grid-template-columns: 9rem 20rem 1fr; } }
.cat__no { font-family: var(--f-mono); font-size: .8125rem; color: var(--brick); letter-spacing: .06em; padding-top: .3rem; }
.cat p { color: var(--ink-2); margin: 0; }
.cat__tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .875rem; }
.cat__tags li {
  font-family: var(--f-mono); font-size: .6875rem; letter-spacing: .06em; text-transform: uppercase;
  color: var(--ink-2); border: 1px solid var(--line-2); border-radius: 2px; padding: .25rem .55rem;
}

/* --- Timeline ------------------------------------------------------------- */
/* Six abreast needs real width. At 900 px each step was a 130 px column of
   four-word lines, which reads worse than stacking. */
.tl { display: grid; gap: 0; }
@media (min-width: 620px) { .tl { grid-template-columns: repeat(2, 1fr); column-gap: 2rem; } }
@media (min-width: 880px) { .tl { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1200px) { .tl { grid-template-columns: repeat(6, 1fr); column-gap: 1.25rem; } }
.tl__step { padding-block: 1.25rem; border-top: 2px solid var(--on-dark-line); }
@media (max-width: 1199px) { .tl__step { border-top-width: 1px; } }
.tl__step:first-child { border-top-color: var(--on-dark-brick); }
.tl__when { display: block; font-family: var(--f-mono); font-size: .75rem; letter-spacing: .06em; color: var(--on-dark-brick); margin-bottom: .5rem; }
.tl__step h3 { font-size: 1.125rem; margin-bottom: .375rem; }
.tl__step p { font-size: .9375rem; color: var(--on-dark-mute); margin: 0; }

/* --- Promises ------------------------------------------------------------- */
.prom { display: grid; gap: 0; }
@media (min-width: 800px) { .prom { grid-template-columns: 1fr 1fr; column-gap: 3.5rem; } }
.prom li { padding-block: 1.5rem; border-top: 1px solid var(--line); }
.prom h3 { margin-bottom: .5rem; }
.prom p { color: var(--ink-2); margin: 0; font-size: .9375rem; }

/* --- Craft split ---------------------------------------------------------- */
.split { display: grid; gap: clamp(2rem, 4vw, 3.5rem); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } }
.split img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.split p { color: var(--ink-2); }
.band--dark .split p { color: var(--on-dark-mute); }

/* --- Words ---------------------------------------------------------------- */
.words { display: grid; gap: 2.5rem; }
@media (min-width: 860px) { .words { grid-template-columns: repeat(3, 1fr); gap: 3rem; } }
.word { border-top: 1px solid var(--line); padding-top: 1.25rem; }
.band--dark .word { border-top-color: var(--on-dark-line); }
.word blockquote { margin: 0; font-family: var(--f-display); font-size: 1.1875rem; line-height: 1.45; }
.word figcaption { margin-top: 1rem; font-family: var(--f-mono); font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-2); }
.band--dark .word figcaption { color: var(--on-dark-mute); }

/* --- End CTA -------------------------------------------------------------- */
.endcta { text-align: center; }
.endcta .wrap { display: flex; flex-direction: column; align-items: center; gap: 1.25rem; }
.endcta p { max-width: 42rem; }

/* --- Form ----------------------------------------------------------------- */
.formgrid { display: grid; gap: 2.5rem; }
@media (min-width: 960px) { .formgrid { grid-template-columns: 1fr 22rem; gap: 4rem; } }
.form { display: grid; gap: 1.125rem; }
@media (min-width: 700px) { .form__2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.125rem; } }
.field { display: grid; gap: .4rem; }
.field label { font-family: var(--f-mono); font-size: .6875rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 52px; padding: .75rem .875rem;
  background: #fff; color: var(--ink);
  border: 1px solid var(--line-2); border-radius: 2px; font: inherit; font-size: 1rem;
}
.field textarea { min-height: 140px; resize: vertical; }
.field :focus { border-color: var(--brick); outline: none; box-shadow: 0 0 0 3px var(--brick-soft); }
.formnote { font-size: .875rem; color: var(--ink-2); }
.demo-notice {
  margin-top: 1.25rem; padding: 1rem 1.125rem;
  background: var(--brick-soft); border-left: 3px solid var(--brick);
  font-size: .9375rem;
}
.aside { border-top: 1px solid var(--line); }
.aside > div { padding-block: 1.25rem; border-bottom: 1px solid var(--line); }
.aside h3 { font-family: var(--f-mono); font-size: .6875rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); font-weight: 400; margin-bottom: .5rem; }
.aside a { font-size: 1.0625rem; font-weight: 600; }
.aside p { margin: 0; font-size: .9375rem; color: var(--ink-2); }

/* --- Footer --------------------------------------------------------------- */
.foot { background: var(--dark); color: var(--on-dark-mute); padding-block: 3.5rem 7rem; }
.foot__grid { display: grid; gap: 2.5rem; }
@media (min-width: 860px) { .foot__grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 3.5rem; } }
.foot h4 { font-family: var(--f-mono); font-size: .6875rem; letter-spacing: .1em; text-transform: uppercase; color: var(--on-dark); font-weight: 400; margin-bottom: 1rem; }
.foot a { color: var(--on-dark); }
.foot li { margin-bottom: .5rem; }
.foot .brand__name { color: var(--on-dark); font-size: 1.375rem; }
.hours div { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: .35rem; margin-bottom: .35rem; border-bottom: 1px dashed var(--on-dark-line); font-size: .9375rem; }
.foot__legal { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--on-dark-line); font-size: .8125rem; }
.foot__sample { color: var(--on-dark); }

/* --- TrueBuilt demo bar (identical behaviour to the kit) ------------------- */
.demo-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: #14243a; color: #f5f2ec; border-top: 2px solid #e8752a;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
.demo-bar__in {
  display: flex; flex-wrap: nowrap; align-items: center; gap: .625rem;
  max-width: var(--wrap); margin-inline: auto; padding: .5rem 1.25rem;
  font-size: .8125rem; line-height: 1.3;
}
.demo-bar__txt { flex: 0 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.demo-bar__cta { margin-inline-start: auto; }
.demo-bar__pre, .demo-bar__long { display: none; }
@media (min-width: 560px) { .demo-bar__pre { display: inline; } }
@media (min-width: 860px) { .demo-bar__long { display: inline; } }
.demo-bar__txt b { color: #fff; }
.demo-bar__cta {
  flex-shrink: 0; display: inline-flex; align-items: center; min-height: 38px;
  padding: 0 .75rem; border-radius: 8px; white-space: nowrap;
  background: #c2410c; color: #fff; font-weight: 600; font-size: .8125rem;
}
.demo-bar__cta:hover { background: #9a3412; text-decoration: none; }
.demo-bar__close {
  flex-shrink: 0; display: grid; place-items: center;
  width: 30px; height: 30px; border-radius: 6px; margin-inline-end: -.375rem;
  color: #9fb2c8; font-size: 1.125rem; cursor: pointer;
}
.demo-bar__close:hover { background: rgba(255,255,255,.1); color: #fff; }
.demo-bar__x { position: fixed; top: 0; left: 0; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.demo-bar__x:checked ~ .demo-bar { display: none; }
.demo-bar__restore {
  display: none; position: fixed; right: 14px; bottom: 14px; z-index: 90;
  width: 46px; height: 46px; border-radius: 50%;
  background: #14243a; border: 2px solid #e8752a; color: #fff; cursor: pointer;
  box-shadow: 0 4px 14px rgba(0,0,0,.28); align-items: center; justify-content: center;
}
.demo-bar__restore svg { width: 22px; height: 22px; }
.demo-bar__x:checked ~ .demo-bar__restore { display: inline-flex; }
/* ⚠️ Musí ostať ZA pravidlami vyššie — médiá nezvyšujú špecificitu, rozhoduje poradie. */
@media (max-width: 359px) {
  .demo-bar__in { font-size: .75rem; gap: .5rem; padding-inline: 1rem; }
  .demo-bar__cta { padding-inline: .5rem; font-size: .75rem; min-height: 34px; }
}
@media (min-width: 700px) {
  .demo-bar__in { font-size: .875rem; padding-inline: 2rem; gap: .875rem; }
  .demo-bar__cta { min-height: 40px; padding-inline: 1rem; }
}

/* --- Brindlemark Builders overrides --- */
:root {
  --brick: #8f3128;
  --brick-2: #6f251e;
  --brick-soft: rgba(143,49,40,.10);
  --on-dark-brick: #d98d78;
  --hero-focus: 72% center;
}