/* ═══════════════════════════════════════════════════════════════════════════
   NICE HOME sh.p.k. — Mobileri me porosi, Tiranë
   ───────────────────────────────────────────────────────────────────────────
   The organising motif is the KERF: the gap a saw blade leaves. It is the
   defining move in the brand mark, where every element is cut clear of its
   neighbour by a channel of constant width. Here it carries the section rules,
   the link underlines, the dimension lines and the card captions.

   Palette sampled from the mark. Two golds, one per ground — the light gold
   reads 12.3:1 on charcoal but only 2.1:1 on the canvas, so light surfaces get
   a darkened bronze at 5.5:1 instead.

   No scroll listeners anywhere. State comes from IntersectionObserver and
   position:sticky; the gallery is a native scroll-snap rail.
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── fonts: self-hosted, no third-party request ──────────────────────────── */
@font-face {
  font-family: 'Archivo'; font-style: normal; font-display: swap; font-weight: 100 900;
  src: url('../fonts/archivo-latin-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Archivo'; font-style: normal; font-display: swap; font-weight: 100 900;
  src: url('../fonts/archivo-latin-ext-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+1E00-1E9F,U+2020,U+20A0-20AB,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'JetBrains Mono'; font-style: normal; font-display: swap; font-weight: 100 800;
  src: url('../fonts/jetbrains-mono-latin-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono'; font-style: normal; font-display: swap; font-weight: 100 800;
  src: url('../fonts/jetbrains-mono-latin-ext-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+1E00-1E9F,U+2020,U+20A0-20AB,U+2C60-2C7F,U+A720-A7FF;
}

/* ── tokens ──────────────────────────────────────────────────────────────── */
:root {
  --ink-0: #0A0A09;
  --ink-1: #0F0F0E;
  --ink-2: #161614;
  --ink-3: #1F1F1C;
  --ink-4: #2B2B26;

  --gold:   #E5CB90;  /* 12.3:1 on ink */
  --bronze: #B5946B;  /*  6.9:1 */
  --tan:    #8C6F4A;  /*  4.2:1 — large text and graphics only */

  --canvas: #F5F4F1;
  --paper:  #FFFFFF;
  --line:   #E4E1DA;
  --fg:     #1A1917;
  --fg-2:   #5B5750;
  --fg-3:   #8A847B;
  --gold-l: #7A5C3A;  /*  5.5:1 on canvas */

  --wa:      #25D366;
  --wa-dark: #128C7E;

  /* Strong curves. The built-in easings are too weak to read as deliberate. */
  --ease:    cubic-bezier(0.23, 1, 0.32, 1);
  --ease-io: cubic-bezier(0.77, 0, 0.175, 1);

  /* Display and body are one family. Archivo is a sturdy grotesque — it reads
     workshop rather than studio, and holds up at both 5rem and 15px.
     The technical layer gets its own mono, so every measured thing looks like
     an annotation on a drawing, which is what it is. */
  --hdr:  'Archivo', 'Helvetica Neue', system-ui, sans-serif;
  --bdy:  'Archivo', 'Helvetica Neue', system-ui, sans-serif;
  --tech: 'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;

  --maxw: 1180px;
  --pad:  clamp(1.15rem, 4vw, 2.5rem);
  --sec:  clamp(4.5rem, 9vw, 8rem);

  --nav-h: 68px;
  --bar-h: 62px;   /* mobile action bar */

  /* kerf geometry — gap is ~0.75 of a stroke, as in the mark */
  --kerf-at: 26%;
  --kerf-w: 3.5%;
}

/* ── reset ───────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 12px);
  -webkit-text-size-adjust: 100%;
}
body {
  background: var(--canvas);
  color: var(--fg);
  font-family: var(--bdy);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-bottom: var(--bar-h);           /* room for the mobile action bar */
}
@media (min-width: 860px) { body { padding-bottom: 0; } }

img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul, ol { list-style: none; }
::selection { background: var(--gold); color: var(--ink-0); }
:focus-visible { outline: 2px solid var(--gold-l); outline-offset: 3px; border-radius: 2px; }

h1, h2, h3, h4 {
  font-family: var(--hdr); font-weight: 500; line-height: 1.08;
  letter-spacing: -0.03em; text-wrap: balance;
}
p { text-wrap: pretty; }

.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }
.sec  { padding-block: var(--sec); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--ink-0); color: var(--gold); padding: 10px 16px;
  transition: top 160ms var(--ease);
}
.skip:focus { top: 12px; }

/* ── the kerf ────────────────────────────────────────────────────────────── */
.kerf {
  height: 1px; border: 0; width: 100%;
  background: linear-gradient(to right,
    currentColor 0 var(--kerf-at),
    transparent var(--kerf-at) calc(var(--kerf-at) + var(--kerf-w)),
    currentColor calc(var(--kerf-at) + var(--kerf-w)) 100%);
  opacity: .34;
}
.kerf--dark  { color: var(--bronze); opacity: .46; }
.kerf--light { color: var(--gold-l); }

/* Links carry it too: the underline draws in from the left, gap intact. */
.klink { position: relative; display: inline-block; }
.klink::after {
  content: ''; position: absolute; inset: auto 0 -5px 0; height: 1px;
  background: linear-gradient(to right,
    currentColor 0 40%, transparent 40% 46%, currentColor 46% 100%);
  transform: scaleX(0); transform-origin: left;
  transition: transform 260ms var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .klink:hover::after { transform: scaleX(1); }
}

/* ── motion primitives ───────────────────────────────────────────────────── */
/* Above the fold: pure CSS on load, never gated on JS, so the first painted
   frame is always complete. */
.ld { animation: rise 720ms var(--ease) backwards; animation-delay: var(--d, 0ms); }
@keyframes rise { from { opacity: 0; transform: translateY(15px); } }

/* Below the fold: observer-driven. */
.rv { opacity: 0; transform: translateY(16px); }
.rv.is-in {
  opacity: 1; transform: none;
  transition: opacity 640ms var(--ease), transform 640ms var(--ease);
  transition-delay: var(--d, 0ms);
}

/* ── buttons ─────────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 46px; padding: .75rem 1.5rem;
  font-family: var(--hdr); font-weight: 500; font-size: .9rem;
  letter-spacing: .08em; text-transform: uppercase; white-space: nowrap;
  transition: transform 150ms var(--ease), background-color 170ms var(--ease),
              color 170ms var(--ease), border-color 170ms var(--ease),
              box-shadow 240ms var(--ease);
}
.btn:active { transform: scale(.97); }          /* the press must be felt */
.btn svg { width: 18px; height: 18px; flex: none; }

/* WhatsApp green stays WhatsApp green — recognition beats palette purity on
   the one control the whole site exists to get tapped. */
.btn--wa   { background: var(--wa); color: #05301A; }
.btn--line { border: 1px solid var(--bronze); color: var(--gold); }
.btn--dark { background: var(--ink-1); color: var(--gold); }
.btn--out  { border: 1px solid var(--gold-l); color: var(--gold-l); }
@media (hover: hover) and (pointer: fine) {
  .btn--wa:hover   { background: #1FBC5B; box-shadow: 0 12px 28px -12px rgba(37,211,102,.55); }
  .btn--line:hover { background: var(--bronze); color: var(--ink-1); }
  .btn--dark:hover { background: var(--ink-2); }
  .btn--out:hover  { background: var(--gold-l); color: var(--canvas); }
}

/* ── header ──────────────────────────────────────────────────────────────── */
.hdr {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in srgb, var(--ink-1) 72%, transparent);
  border-bottom: 1px solid transparent;
  transition: background-color 260ms var(--ease), border-color 260ms var(--ease);
}
@supports (backdrop-filter: blur(1px)) { .hdr { backdrop-filter: blur(14px); } }
/* Sentinel-driven: an observer flips this once the hero top scrolls past. */
.hdr.is-stuck {
  background: color-mix(in srgb, var(--ink-0) 92%, transparent);
  border-bottom-color: var(--ink-3);
}
.hdr__row {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  height: var(--nav-h);
}
.brand { display: flex; align-items: center; gap: .7rem; }
/* Real alpha now (derived in scripts/make-mark-alpha.mjs), so the mark sits
   correctly on any ground — no blend-mode trick, and it would survive a light
   header if we ever wanted one. */
.brand__mark { height: 28px; width: auto; }
.brand__txt {
  font-family: var(--hdr); font-weight: 500; font-size: .95rem; letter-spacing: .2em;
  text-transform: uppercase; color: var(--gold); line-height: 1;
}
.brand__txt small {
  display: block; margin-top: 4px; font-family: var(--tech);
  font-size: .48rem; letter-spacing: .18em; color: var(--fg-3);
}
.nav { display: none; }
.nav ul { display: flex; align-items: center; gap: 1.7rem; }
.nav a { font-family: var(--hdr); font-size: .875rem; color: rgba(245,244,241,.82); transition: color 160ms var(--ease); }
.nav a:hover, .nav a[aria-current='true'] { color: var(--gold); }
.hdr__cta { display: none; }

.menu-btn {
  display: grid; place-items: center; width: 46px; height: 46px; margin-right: -.6rem;
  color: var(--gold);
}

/* Desktop swap. Declared AFTER the base rules above so it actually wins —
   same specificity means source order decides. */
@media (min-width: 1020px) {
  .nav      { display: block; }
  .hdr__cta { display: inline-flex; }
  .menu-btn { display: none; }
}
.menu-btn svg { width: 24px; height: 24px; }
.menu-btn .ic-x { display: none; }
.menu-btn[aria-expanded='true'] .ic-x { display: block; }
.menu-btn[aria-expanded='true'] .ic-m { display: none; }

.menu {
  position: fixed; inset: var(--nav-h) 0 0 0; z-index: 55;
  background: var(--ink-0);
  padding: 1.5rem var(--pad) 2rem;
  display: flex; flex-direction: column; gap: .25rem;
  overflow-y: auto;
}
.menu[hidden] { display: none; }
.menu a {
  font-family: var(--hdr); font-size: 1.45rem; color: var(--canvas);
  padding: .7rem 0; border-bottom: 1px solid var(--ink-3);
  animation: rise 480ms var(--ease) backwards;
  animation-delay: calc(var(--i, 0) * 45ms);
}
.menu a:last-of-type { border-bottom: 0; }
.menu .btn { margin-top: 1.4rem; }
@media (min-width: 1020px) { .menu { display: none !important; } }

/* ── hero ────────────────────────────────────────────────────────────────── */
.hero { position: relative; background: var(--ink-1); color: var(--canvas); overflow: hidden; }
/* Warm ambient glow — bronze, not the blue/purple SaaS wash. */
.hero::before {
  content: ''; position: absolute; inset: -30% -10% 0 -10%; pointer-events: none;
  background:
    radial-gradient(44% 40% at 14% 6%,  rgba(229,203,144,.08), transparent 64%),
    radial-gradient(46% 44% at 88% 44%, rgba(140,111,74,.13),  transparent 64%);
}
.hero__mark {
  position: absolute; right: -10%; top: 48%; translate: 0 -50%;
  width: min(58%, 760px); opacity: .14;
  pointer-events: none; user-select: none;
}
@media (max-width: 900px) { .hero__mark { right: -30%; width: 105%; opacity: .085; } }

.hero__inner {
  position: relative; z-index: 1;
  padding-block: clamp(3.5rem, 9vw, 7rem) clamp(2.5rem, 5vw, 4rem);
}
.eyebrow {
  font-family: var(--tech); font-size: .7rem; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase; color: var(--bronze);
}
.eyebrow--light { color: var(--gold-l); }
.hero__rule { max-width: 200px; margin-block: 1rem 1.6rem; }
.hero h1 {
  font-size: clamp(2.6rem, 7.8vw, 5.2rem); line-height: .99; font-weight: 500;
  letter-spacing: -0.038em; max-width: 13ch;
}
.hero h1 em { font-style: normal; color: var(--gold); }
.hero__sub {
  margin-top: 1.5rem; max-width: 42ch;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem); color: rgba(245,244,241,.74);
}
.hero__cta { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: .75rem; }

/* ── stat rail ───────────────────────────────────────────────────────────── */
.rail { position: relative; z-index: 1; border-top: 1px solid var(--ink-3); }
.rail__grid { display: grid; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 880px) { .rail__grid { grid-template-columns: repeat(4, 1fr); } }
.rail__cell { padding: 1.5rem 1.25rem 1.5rem 0; border-right: 1px solid var(--ink-3); }
.rail__cell:last-child { border-right: 0; }
@media (max-width: 879px) {
  .rail__cell { border-bottom: 1px solid var(--ink-3); }
  .rail__cell:nth-child(2n) { border-right: 0; padding-left: 1.25rem; }
  .rail__cell:nth-last-child(-n+2) { border-bottom: 0; }
}
.rail__v {
  font-family: var(--tech); font-weight: 400; line-height: 1; color: var(--gold);
  font-size: clamp(1.75rem, 3.4vw, 2.6rem); letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
}
.rail__v sup { font-size: .4em; vertical-align: super; color: var(--bronze); margin-left: 2px; }
.rail__k { margin-top: .55rem; font-size: .85rem; color: rgba(245,244,241,.56); max-width: 22ch; }

/* ── section heads ───────────────────────────────────────────────────────── */
.head { display: flex; align-items: baseline; gap: 1.1rem; }
.head__idx { font-family: var(--tech); font-size: .68rem; letter-spacing: .12em; color: var(--gold-l); white-space: nowrap; }
.head h2 { font-size: clamp(1.9rem, 4.2vw, 3rem); }
.lead { margin-top: 1rem; max-width: 54ch; color: var(--fg-2); font-size: clamp(1rem, 1.4vw, 1.12rem); }

/* ── categories: asymmetric grid, 5 cells for 5 items ────────────────────── */
.cats { margin-top: 2.6rem; display: grid; gap: .9rem; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) {
  .cats { grid-template-columns: repeat(6, 1fr); gap: 1.1rem; }
  .cats > :nth-child(1) { grid-column: span 4; }
  .cats > :nth-child(2) { grid-column: span 2; }
  .cats > :nth-child(3) { grid-column: span 2; }
  .cats > :nth-child(4) { grid-column: span 2; }
  .cats > :nth-child(5) { grid-column: span 2; }
}
.cat {
  position: relative; display: block; overflow: hidden; background: var(--ink-2);
  transition: transform 300ms var(--ease), box-shadow 300ms var(--ease);
}
.cat__shot { aspect-ratio: 4 / 3; overflow: hidden; }
@media (min-width: 900px) { .cats > :nth-child(1) .cat__shot { aspect-ratio: 16 / 9; } }
.cat__shot img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 420ms var(--ease), filter 420ms var(--ease);
}
.cat__meta { padding: .9rem 1rem 1.05rem; }
.cat__meta .kerf { margin-bottom: .7rem; color: var(--bronze); opacity: .4; }
.cat__name {
  font-family: var(--hdr); font-size: 1.2rem; letter-spacing: .04em; color: var(--canvas);
  display: flex; align-items: baseline; justify-content: space-between; gap: .75rem;
}
.cat__name span {
  font-family: var(--tech); font-size: .58rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--tan);
}
@media (hover: hover) and (pointer: fine) {
  .cat:hover { transform: translateY(-3px); box-shadow: 0 22px 42px -26px rgba(0,0,0,.85); }
  .cat:hover .cat__shot img { transform: scale(1.045); }
}

/* ── dimension moment ────────────────────────────────────────────────────── */
.moment { position: relative; background: var(--ink-1); color: var(--canvas); overflow: hidden; }
.moment::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(38% 60% at 80% 50%, rgba(140,111,74,.15), transparent 66%);
}
.moment__box { position: relative; z-index: 1; padding-block: clamp(4rem, 8vw, 6rem); max-width: 700px; }
.moment h2 { font-size: clamp(1.9rem, 4.6vw, 3.1rem); font-weight: 500; line-height: 1.1; text-wrap: pretty; }
.moment h2 em { font-style: normal; color: var(--gold); }
.moment p { margin-top: 1.15rem; color: rgba(245,244,241,.7); max-width: 46ch; }

/* Architectural dimension line: 45° slash ticks, label breaking the rule. */
.dim { position: relative; color: var(--bronze); }
.dim__line { height: 1px; background: currentColor; opacity: .7; }
.dim__line::before, .dim__line::after {
  content: ''; position: absolute; top: -6px; width: 1px; height: 13px;
  background: currentColor; transform: rotate(45deg);
}
.dim__line::before { left: 0; }
.dim__line::after  { right: 0; }
.dim__lbl {
  position: absolute; left: 50%; top: 50%; translate: -50% -50%;
  background: var(--ink-1); padding-inline: .7rem;
  font-family: var(--tech); font-size: .66rem; letter-spacing: .12em;
  color: var(--gold); font-variant-numeric: tabular-nums; white-space: nowrap;
}
.dim--top { margin-bottom: 1.9rem; }
.dim--bot { margin-top: 2rem; max-width: 46%; }

/* ── process: real sticky stack, pure CSS ────────────────────────────────── */
.steps { margin-top: 2.6rem; }
.step {
  position: sticky; top: calc(var(--nav-h) + 1.25rem);
  background: var(--paper); border: 1px solid var(--line);
  padding: clamp(1.4rem, 3.5vw, 2.4rem);
  display: grid; gap: .5rem 1.6rem;
  margin-bottom: .9rem;
}
@media (min-width: 820px) { .step { grid-template-columns: 4.5rem 1fr; } }
/* Each card sits a little lower than the last, so the stack is legible as a
   stack rather than a single card that keeps changing content. */
.step:nth-child(1) { top: calc(var(--nav-h) + 1.25rem); }
.step:nth-child(2) { top: calc(var(--nav-h) + 2.4rem); }
.step:nth-child(3) { top: calc(var(--nav-h) + 3.55rem); }
.step:nth-child(4) { top: calc(var(--nav-h) + 4.7rem); }
.step__n { font-family: var(--tech); font-size: .72rem; letter-spacing: .12em; color: var(--gold-l); }
.step h3 { font-size: clamp(1.25rem, 2.4vw, 1.6rem); }
.step p { margin-top: .5rem; color: var(--fg-2); max-width: 58ch; }
@media (max-width: 819px) { .step p, .step h3 { grid-column: 1; } }

/* ── gallery: native scroll-snap rail ────────────────────────────────────── */
.gal { margin-top: 2.4rem; }
.gal__track {
  display: grid; grid-auto-flow: column;
  grid-auto-columns: min(78vw, 460px);
  gap: 1rem;
  overflow-x: auto; overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding-inline: var(--pad); margin-inline: calc(var(--pad) * -1);
  padding-bottom: .75rem;
  scrollbar-width: thin; scrollbar-color: var(--line) transparent;
}
.gal__track::-webkit-scrollbar { height: 3px; }
.gal__track::-webkit-scrollbar-thumb { background: var(--line); }
.shot { scroll-snap-align: start; }
.shot button {
  display: block; width: 100%; background: var(--ink-2); overflow: hidden;
  transition: transform 300ms var(--ease);
}
.shot img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.shot figcaption { margin-top: .7rem; font-size: .85rem; color: var(--fg-2); }
@media (hover: hover) and (pointer: fine) { .shot button:hover { transform: translateY(-3px); } }
.gal__nav { display: none; gap: .5rem; margin-top: 1.2rem; }
@media (min-width: 900px) { .gal__nav { display: flex; } }
.gal__nav button {
  width: 46px; height: 46px; border: 1px solid var(--line); color: var(--gold-l);
  display: grid; place-items: center;
  transition: background-color 170ms var(--ease), color 170ms var(--ease),
              border-color 170ms var(--ease), transform 150ms var(--ease);
}
.gal__nav button:active { transform: scale(.94); }
.gal__nav button:disabled { opacity: .3; cursor: not-allowed; }
@media (hover: hover) and (pointer: fine) {
  .gal__nav button:not(:disabled):hover { background: var(--gold-l); color: var(--canvas); border-color: var(--gold-l); }
}

/* ── lightbox ────────────────────────────────────────────────────────────── */
.lb { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100dvh; width: 100%; height: 100%; }
.lb::backdrop { background: rgba(8,8,7,.93); }
.lb__in { display: grid; place-items: center; height: 100%; padding: clamp(1rem, 4vw, 3rem); }
.lb img { max-width: min(96vw, 1100px); max-height: 82dvh; object-fit: contain; }
.lb__cap { margin-top: .9rem; text-align: center; color: rgba(245,244,241,.72); font-size: .9rem; }
.lb__x {
  position: absolute; top: 1rem; right: 1rem; width: 46px; height: 46px;
  display: grid; place-items: center; color: var(--gold);
}
.lb[open] .lb__in { animation: lbIn 280ms var(--ease); }
@keyframes lbIn { from { opacity: 0; transform: scale(.97); } }

/* ── split sections ──────────────────────────────────────────────────────── */
.split { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (min-width: 940px) { .split { grid-template-columns: 1fr 1fr; } }
.split--wide { align-items: start; }
.split img { width: 100%; }

.b2b { position: relative; background: var(--ink-1); color: var(--canvas); overflow: hidden; }
.b2b::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(44% 56% at 16% 40%, rgba(229,203,144,.07), transparent 66%);
}
.b2b .wrap { position: relative; z-index: 1; }
.b2b h2 { font-size: clamp(1.9rem, 4.2vw, 2.9rem); font-weight: 500; }
.b2b h2 em { font-style: normal; color: var(--gold); }
.b2b p { margin-top: 1.1rem; color: rgba(245,244,241,.72); max-width: 44ch; }
.b2b ul { margin-top: 1.5rem; display: grid; gap: .6rem; }
.b2b li { padding-left: 1.2rem; position: relative; color: rgba(245,244,241,.8); font-size: .97rem; }
.b2b li::before { content: ''; position: absolute; left: 0; top: .72em; width: 7px; height: 1px; background: var(--bronze); }

/* ── about ───────────────────────────────────────────────────────────────── */
.about__facts { margin-top: 1.8rem; border-top: 1px solid var(--line); }
.about__facts div {
  display: flex; justify-content: space-between; gap: 1.5rem;
  padding: .75rem 0; border-bottom: 1px solid var(--line); font-size: .93rem;
}
.about__facts dt { color: var(--fg-3); }
.about__facts dd { text-align: right; }

/* ── faq ─────────────────────────────────────────────────────────────────── */
.faq { margin-top: 2.2rem; border-top: 1px solid var(--line); max-width: 860px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 1.5rem;
  padding: 1.15rem 0; cursor: pointer; list-style: none;
  font-family: var(--hdr); font-size: clamp(1.02rem, 1.9vw, 1.2rem);
  transition: color 170ms var(--ease);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--gold-l); }
.faq summary .pm {
  flex: none; width: 15px; height: 15px; margin-top: .42em; position: relative; color: var(--gold-l);
}
.faq summary .pm::before, .faq summary .pm::after {
  content: ''; position: absolute; inset: 50% 0 auto 0; height: 1px; background: currentColor;
}
.faq summary .pm::after { transition: transform 240ms var(--ease); transform: rotate(90deg); }
.faq details[open] summary .pm::after { transform: rotate(0deg); }
.faq__a { overflow: hidden; }
.faq__a p { padding-bottom: 1.2rem; color: var(--fg-2); max-width: 62ch; }
.faq details[open] .faq__a { animation: faqOpen 320ms var(--ease); }
@keyframes faqOpen { from { opacity: 0; transform: translateY(-6px); } }

/* ── contact ─────────────────────────────────────────────────────────────── */
.contact { background: var(--paper); border-top: 1px solid var(--line); }
.ctc__list { border-top: 1px solid var(--line); }
.ctc__item { display: flex; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.ctc__item svg { width: 20px; height: 20px; flex: none; margin-top: .25rem; color: var(--gold-l); }
.ctc__item .k { font-family: var(--tech); font-size: .64rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--fg-3); }
.ctc__item .v { font-size: 1.08rem; }
.ctc__item .n { font-size: .87rem; color: var(--fg-2); }

.form { border: 1px solid var(--line); background: var(--canvas); padding: clamp(1.25rem, 3.5vw, 2rem); }
.form h3 { font-size: 1.25rem; }
.form > p { margin-top: .4rem; font-size: .9rem; color: var(--fg-2); }
.field { margin-top: 1rem; }
.field label { display: block; font-size: .87rem; font-weight: 500; }
.field input, .field select, .field textarea {
  margin-top: .4rem; width: 100%; font: inherit; font-size: 1rem;
  padding: .7rem .8rem; background: var(--paper); color: var(--fg);
  border: 1px solid var(--line);
  transition: border-color 170ms var(--ease);
}
.field input::placeholder, .field textarea::placeholder { color: var(--fg-3); }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--gold-l); outline: none;
}
.field textarea { resize: vertical; min-height: 104px; }
.field .err { display: none; margin-top: .35rem; font-size: .82rem; color: #A3341F; }
.field.is-bad input, .field.is-bad select { border-color: #A3341F; }
.field.is-bad .err { display: block; }
.form .btn { margin-top: 1.4rem; width: 100%; }
.form .fine { margin-top: .8rem; font-size: .76rem; color: var(--fg-3); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ── cta band ────────────────────────────────────────────────────────────── */
.band { position: relative; background: var(--ink-1); color: var(--canvas); overflow: hidden; }
.band::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(46% 70% at 22% 42%, rgba(229,203,144,.08), transparent 66%);
}
.band__in {
  position: relative; z-index: 1;
  display: flex; flex-wrap: wrap; gap: 1.6rem; align-items: center; justify-content: space-between;
  padding-block: clamp(3rem, 6vw, 4.5rem);
}
.band h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 500; max-width: 18ch; }
.band p { margin-top: .7rem; color: rgba(245,244,241,.7); max-width: 38ch; }

/* ── footer ──────────────────────────────────────────────────────────────── */
.ftr { background: var(--ink-0); color: rgba(245,244,241,.62); padding-block: 3rem 2rem; }
.ftr__row { display: grid; gap: 2rem; }
@media (min-width: 780px) { .ftr__row { grid-template-columns: 1.4fr 1fr 1fr; } }
.ftr h3 { font-family: var(--tech); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: .9rem; }
.ftr li + li { margin-top: .45rem; }
.ftr a { font-size: .92rem; }
.ftr a:hover { color: var(--gold); }
.ftr__fine { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; justify-content: space-between; font-size: .75rem; color: var(--fg-3); }

/* ── mobile action bar — the conversion mechanism ────────────────────────── */
.actionbar {
  position: fixed; inset: auto 0 0 0; z-index: 70;
  display: grid; grid-template-columns: 1fr 1fr;
  box-shadow: 0 -8px 24px -14px rgba(0,0,0,.5);
}
.actionbar .btn { min-height: var(--bar-h); }
@media (min-width: 860px) { .actionbar { display: none; } }

/* ── reduced motion ──────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rv { opacity: 1; transform: none; }
  .ld { animation: none; }
  .step { position: static; }
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important; scroll-behavior: auto !important;
  }
}
