/* ============================================================================
   PROsolutions — "Home of Evolution" editorial concept
   Dark titanium hero · Playfair serif display · muted brand palette · light body.
   Reconstructed to match the prior brand & website concept.
   ============================================================================ */

/* Odoo Website Builder integration: this sheet only loads on our pages, so we
   hide Odoo's default header/footer here and use our own (inside #wrap). */
#wrapwrap > footer.o_footer, #wrapwrap > footer { display: none !important; }
#wrapwrap { background: var(--paper); }

:root {
  --ink:      #161a20;   /* near-black navy charcoal (hero / nav / master) */
  --ink-2:    #20252e;
  --ink-3:    #2b313b;
  --paper:    #ececeb;   /* light warm grey body */
  --paper-2:  #e2e3e3;
  --line:     #d3d5d6;
  --line-d:   #333a45;   /* line on dark */
  --text:     #2a2f36;
  --muted:    #6b7077;
  --muted-d:  #9aa3ad;   /* muted on dark */
  --cyan:     #3aa6e0;   /* hero accent / connector glow */
  --champagne:#c8b999;

  /* Brand accents (the muted editorial set) */
  --home:       #d97b62;  /* terracotta / coral */
  --archidex:   #4a7db5;  /* slate blue */
  --house:      #6f9e68;  /* sage green */
  --materials:  #c99a54;  /* gold / ochre */
  --production: #9e5a8c;  /* plum / magenta */
  --saas:       #3e9c97;  /* teal */

  /* Deepened brand tones for headline text (same hue, legible on light paper) */
  --home-d:       #a15b49;
  --archidex-d:   #375c86;
  --house-d:      #52754d;
  --materials-d:  #95723e;
  --production-d: #754368;
  --saas-d:       #2e7370;

  /* Lightened brand tones for headlines on DARK backgrounds (legible on navy) */
  --home-l:       #e4a391;
  --archidex-l:   #80a4cb;
  --house-l:      #9abb95;
  --materials-l:  #d9b887;
  --production-l: #bb8cae;
  --saas-l:       #78bab6;

  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif;
  --wrap: 1180px;
  --shadow: 0 18px 50px rgba(15,18,24,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: var(--sans);
  line-height: 1.62; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 32px; }
.serif { font-family: var(--serif); }
em, .it { font-style: italic; }

h1,h2,h3 { font-family: var(--serif); font-weight: 500; color: var(--ink); line-height: 1.08;
  letter-spacing: -.01em; margin: 0 0 .4em; }
h1 { font-size: clamp(3rem, 9vw, 6.4rem); }
h2 { font-size: clamp(2rem, 5vw, 3.4rem); }
h3 { font-size: 1.05rem; font-family: var(--sans); }
p { margin: 0 0 1em; }
.lede { font-size: 1.12rem; color: var(--muted); max-width: 46ch; }
.eyebrow { font-family: var(--sans); text-transform: uppercase; letter-spacing: .28em;
  font-size: .72rem; font-weight: 700; color: var(--muted); }
.rule { display: inline-block; width: 46px; height: 1px; background: currentColor; vertical-align: middle; margin-right: 14px; opacity: .5; }

/* ---------- Nav (dark sticky bar, blends on hero) ---------- */
header.site { position: fixed; inset: 0 0 auto 0; z-index: 50; }
header.site .bar { display: flex; align-items: center; height: 96px;
  background: rgba(18,21,27,.0); transition: background .25s, border-color .25s; border-bottom: 1px solid transparent; }
header.site.scrolled .bar { background: rgba(18,21,27,.96); border-bottom-color: var(--line-d);
  backdrop-filter: saturate(140%) blur(8px); }
.wordmark { font-family: var(--serif); font-size: 1.95rem; color: #fff; letter-spacing: -.01em; }
.wordmark b { font-weight: 700; }
.wordmark .lite { font-weight: 400; opacity: .92; }
/* brand-coloured logo on per-brand pages (header is dark → use light tint) */
.wordmark.brandmark { color: var(--cl); }
.wordmark.brandmark b { color: var(--cl); }
.wordmark .by { font-family: var(--sans); font-size: .54rem; text-transform: uppercase; letter-spacing: .2em;
  color: rgba(255,255,255,.5); display: block; margin-top: 2px; }
/* header logo emblem (ground figure) next to the wordmark */
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-family: var(--serif); }
.wordmark .wmt { display: inline-block; line-height: 1; white-space: nowrap; }
.hmark { width: 42px; height: 40px; flex: none; display: inline-grid; place-items: center; }
.hmark svg { width: 100%; height: 100%; display: block; }
.navmid { display: flex; gap: 30px; margin: 0 auto; }
.navmid a { font-family: var(--sans); text-transform: uppercase; letter-spacing: .16em; font-size: .72rem;
  font-weight: 600; color: rgba(255,255,255,.78); }
.navmid a:hover { color: #fff; }
.navtag { font-family: var(--serif); letter-spacing: .12em; font-size: .82rem; color: rgba(255,255,255,.72); }

/* ---------- Header: mega trigger + action buttons ---------- */
.bar { gap: 20px; }
.megabtn { font-family: var(--sans); text-transform: uppercase; letter-spacing: .16em; font-size: .72rem;
  font-weight: 600; color: rgba(255,255,255,.78); background: none; border: 0; cursor: pointer; padding: 0;
  display: inline-flex; align-items: center; gap: 6px; }
.megabtn:hover { color: #fff; }
.megabtn .caret { font-size: .8em; transition: transform .2s ease; }
.megabtn[aria-expanded="true"] .caret { transform: rotate(180deg); }
.actions { display: flex; align-items: center; gap: 10px; }
.btn { font-family: var(--sans); text-transform: uppercase; letter-spacing: .12em; font-size: .66rem;
  font-weight: 700; padding: 8px 15px; border-radius: 4px; border: 1.5px solid transparent; white-space: nowrap; }
.btn.ghost { border-color: rgba(255,255,255,.34); color: #fff; }
.btn.ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn.solid { background: #fff; color: var(--ink); }
.btn.solid:hover { background: var(--champagne); }
/* subpages (pricing/contact) keep the bar solid from the top */
header.site.solid .bar { background: rgba(18,21,27,.94); border-bottom-color: var(--line-d); }

/* mega-menu panel */
.mega { position: absolute; left: 0; right: 0; top: 96px; background: #fff;
  border-top: 1px solid var(--line); box-shadow: var(--shadow); }
.mega[hidden] { display: none; }
.megainner { max-width: var(--wrap); margin: 0 auto; padding: 26px 32px 30px; }
.megahead { display: flex; justify-content: space-between; align-items: baseline;
  border-bottom: 1px solid var(--line); padding-bottom: 12px; margin-bottom: 18px; }
.megahead b { font-family: var(--serif); font-weight: 600; font-size: 1.05rem; color: var(--ink); }
.megahead a { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.megahead a:hover { color: var(--ink); }
.megagrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(176px, 1fr)); gap: 22px 26px; }
.megacol .megasec { display: block; font-family: var(--serif); font-weight: 600; font-size: 1rem;
  color: var(--ink); margin-bottom: 8px; }
.megacol .megasec:hover { color: var(--home); }
.megacol a.sub { display: block; color: var(--muted); font-size: .86rem; padding: 3px 0; }
.megacol a.sub:hover { color: var(--ink); }

/* Brands dropdown (the family logos) — reuses the .mega panel */
.brandgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.brandcard { border: 1px solid var(--line); border-top: 3px solid var(--c); border-radius: 8px;
  padding: 15px 18px; background: #fff; transition: box-shadow .15s, transform .15s; }
.brandcard:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.brandcard .blogo { font-family: var(--serif); font-size: 1.3rem; color: var(--ct); display: block; line-height: 1.1; }
.brandcard .blogo b { font-weight: 500; }
.brandcard .bdesc { color: var(--muted); font-size: .82rem; }

/* Shop landing */
.shopcats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 8px; }
.shopcat { border: 1px solid var(--line); border-radius: 10px; padding: 20px 22px 22px; background: #fff; }
.shopcat h3 { font-family: var(--serif); font-weight: 600; font-size: 1.2rem; color: var(--ink); margin: 0 0 8px; }
.shopcat a { display: block; color: var(--muted); font-size: .88rem; padding: 3px 0; }
.shopcat a:hover { color: var(--home); }

/* ---------- Subpage header band (pricing / contact) ---------- */
.subhead { padding: 156px 0 44px; background: var(--paper); border-bottom: 1px solid var(--line); }
.subhead h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  color: var(--ink); margin: 8px 0 12px; }
.subhead h1 em { font-style: italic; }
.subhead p { color: var(--muted); max-width: 62ch; margin: 0; }

/* ---------- Pricing ---------- */
.ptiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 6px; }
.ptier { border: 1px solid var(--line); border-top: 3px solid var(--c); background: #fff; border-radius: 10px;
  padding: 24px 22px 26px; display: flex; flex-direction: column; }
.ptier .ptag { font-family: var(--sans); text-transform: uppercase; letter-spacing: .12em; font-size: .66rem;
  font-weight: 700; color: var(--c); }
.ptier h3 { font-family: var(--serif); font-weight: 600; font-size: 1.4rem; color: var(--ink); margin: 6px 0 8px; }
.ptier .price { font-family: var(--serif); font-size: 1.7rem; color: var(--ink); }
.ptier .per { color: var(--muted); font-size: .8rem; margin: 2px 0 16px; }
.ptier ul { list-style: none; padding: 0; margin: 0 0 20px; }
.ptier li { position: relative; padding: 6px 0 6px 18px; font-size: .9rem; color: var(--text); }
.ptier li::before { content: "›"; position: absolute; left: 0; color: var(--c); }
.ptier .cta { margin-top: auto; display: inline-block; text-align: center; border: 1.5px solid var(--c);
  color: var(--c); border-radius: 5px; padding: 10px 14px; font-size: .72rem; text-transform: uppercase;
  letter-spacing: .1em; font-weight: 700; }
.ptier .cta:hover { background: var(--c); color: #fff; }
.ptier.feat { box-shadow: var(--shadow); }
.pnote { color: var(--muted); font-size: .86rem; margin-top: 26px; }
.pstrip { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line); }
.pstrip .pcol { flex: 1 1 240px; }
.pstrip h4 { font-family: var(--serif); font-weight: 600; font-size: 1.1rem; margin: 0 0 6px; color: var(--ink); }
.pstrip p { margin: 0; color: var(--muted); font-size: .92rem; }

/* ---------- Contact ---------- */
.cgrid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 52px; align-items: start; }
.cform label { display: block; font-size: .74rem; text-transform: uppercase; letter-spacing: .1em;
  color: var(--muted); margin: 16px 0 6px; }
.cform input, .cform textarea { width: 100%; font-family: var(--sans); font-size: .96rem; color: var(--text);
  background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 11px 13px; }
.cform input:focus, .cform textarea:focus { outline: none; border-color: var(--home); }
.cform textarea { min-height: 130px; resize: vertical; }
.cform button { margin-top: 18px; background: var(--ink); color: #fff; border: 0; border-radius: 5px;
  padding: 12px 22px; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; cursor: pointer; }
.cform button:hover { background: #000; }
.cform .formnote { font-size: .8rem; color: var(--muted); margin-top: 12px; }
.cinfo h4 { font-family: var(--serif); font-weight: 600; font-size: 1.15rem; color: var(--ink); margin: 0 0 6px; }
.cinfo .crow { padding: 14px 0; border-bottom: 1px solid var(--line); }
.cinfo .crow:first-of-type { border-top: 1px solid var(--line); }
.cinfo .crow .lab { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.cinfo .crow .val { color: var(--text); }
.cinfo .crow .val a { color: var(--home); }

/* ---------- Per-brand page: dark hero ---------- */
.bhero { position: relative; min-height: 88vh; display: flex; align-items: center; color: #eef1f4; overflow: hidden;
  background:
    radial-gradient(1100px 600px at 74% -8%, var(--tint) 0%, transparent 58%),
    linear-gradient(180deg, #11151b 0%, #161b23 58%, #1b212b 100%); }
.bhero .grid-bg { position: absolute; inset: 0; opacity: .4; pointer-events: none;
  background-image: linear-gradient(rgba(120,140,170,.07) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(120,140,170,.07) 1px, transparent 1px);
  background-size: 46px 46px; mask-image: radial-gradient(circle at 60% 30%, #000, transparent 75%); }
.bhero .wrap { position: relative; padding-top: 96px; }
.bhero .eyebrow { color: var(--cl); }
.bhero .eyebrow .rule { background: var(--cl); opacity: 1; }
.bhero h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(2.8rem, 7vw, 5.2rem);
  line-height: 1.04; color: var(--cl); margin: 14px 0 18px; max-width: 16ch; }
.bhero h1 em { font-style: italic; }
.bhero .lede { color: #c4ccd5; max-width: 52ch; font-size: 1.08rem; }
.bhero .cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.bhero .cta a { font-family: var(--sans); text-transform: uppercase; letter-spacing: .1em; font-size: .72rem;
  font-weight: 700; padding: 13px 22px; border-radius: 5px; }
.bhero .cta .go { background: var(--cl); color: #14181f; }
.bhero .cta .go:hover { filter: brightness(1.08); }
.bhero .cta .ghost { border: 1.5px solid rgba(255,255,255,.34); color: #fff; }
.bhero .cta .ghost:hover { border-color: #fff; }

/* per-brand page: facts/advantages + cta band */
.bsection .bhead { max-width: 60ch; }
.bsection .bhead h2 { color: var(--ink); }
.bcols { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 30px; }
.bband { background: var(--ink); color: #eaeef2; }
.bband .inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.bband h2 { color: #fff; margin: 0; }
.bband p { color: var(--muted-d); margin: 6px 0 0; }
.bband .go { background: var(--cl); color: #14181f; font-family: var(--sans); text-transform: uppercase;
  letter-spacing: .1em; font-size: .72rem; font-weight: 700; padding: 13px 22px; border-radius: 5px; white-space: nowrap; }

/* ---------- One-line footer (all pages) ---------- */
.linefoot { background: var(--ink); color: var(--muted-d); padding: 22px 0; }
.linefoot .lf { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; font-size: .85rem; }
.linefoot .lfbrand { font-family: var(--serif); color: #fff; font-size: 1.02rem; }
.linefoot .lfbrand em { font-style: italic; color: var(--champagne); }
.linefoot a { color: #c2c8cf; }
.linefoot a:hover { color: #fff; }
.linefoot .sep { color: #555d67; }
.linefoot .lfleg { color: #717a84; margin-left: auto; font-size: .78rem; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100vh; color: #eef1f4; overflow: hidden;
  background:
    radial-gradient(1200px 620px at 70% -10%, #243042 0%, transparent 60%),
    linear-gradient(180deg, #11151b 0%, #161b23 55%, #1b212b 100%); }
.hero .grid-bg { position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background-image: linear-gradient(rgba(120,140,170,.07) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(120,140,170,.07) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(80% 70% at 50% 30%, #000 40%, transparent 100%); }
.hero .wrap { position: relative; }

/* process timeline */
.flow { padding-top: 132px; }
.flow .cards { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin-bottom: 14px; }
.flow .swatch { width: 98px; height: 72px; border-radius: 12px; margin: 0 auto;
  background: #1b2129 linear-gradient(150deg, rgba(255,255,255,.10), rgba(255,255,255,.02));
  background-size: cover; background-position: center;
  border: 1px solid rgba(180,200,225,.22); box-shadow: inset 0 1px 1px rgba(255,255,255,.08); }
/* step photos: Idea · Design 3D · Live price · Produce · Deliver · Live in */
.flow .swatch.t0{background-image:linear-gradient(150deg,rgba(18,22,29,.40),rgba(18,22,29,.26)),url("https://images.unsplash.com/photo-1503174971373-b1f69850bded?auto=format&fit=crop&w=440&q=62")}
.flow .swatch.t1{background-image:linear-gradient(150deg,rgba(18,22,29,.40),rgba(18,22,29,.26)),url("https://images.unsplash.com/photo-1564540583246-934409427776?auto=format&fit=crop&w=440&q=62")}
.flow .swatch.t2{background-image:linear-gradient(150deg,rgba(18,22,29,.40),rgba(18,22,29,.26)),url("https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3?auto=format&fit=crop&w=440&q=62")}
.flow .swatch.t3{background-image:linear-gradient(150deg,rgba(18,22,29,.40),rgba(18,22,29,.26)),url("https://images.unsplash.com/photo-1565008576549-57569a49371d?auto=format&fit=crop&w=440&q=62")}
.flow .swatch.t4{background-image:linear-gradient(150deg,rgba(18,22,29,.40),rgba(18,22,29,.26)),url("https://images.unsplash.com/photo-1601584115197-04ecc0da31d7?auto=format&fit=crop&w=440&q=62")}
.flow .swatch.t5{background-image:linear-gradient(150deg,rgba(18,22,29,.40),rgba(18,22,29,.26)),url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=440&q=62")}

/* ---- hero process animation: each step lights up & enlarges in sequence, looping ---- */
.flow .swatch { animation: flowStep 9s ease-in-out infinite; will-change: transform, filter; }
.flow .swatch.t0 { animation-delay: 0s; }
.flow .swatch.t1 { animation-delay: 1.5s; }
.flow .swatch.t2 { animation-delay: 3s; }
.flow .swatch.t3 { animation-delay: 4.5s; }
.flow .swatch.t4 { animation-delay: 6s; }
.flow .swatch.t5 { animation-delay: 7.5s; }
@keyframes flowStep {
  0%   { transform: scale(1);    filter: brightness(.58) saturate(.92); opacity: .72; }
  5%   { transform: scale(1.2);  filter: brightness(1.08) saturate(1.05); opacity: 1; }
  16%  { transform: scale(1.2);  filter: brightness(1.08) saturate(1.05); opacity: 1; }
  24%  { transform: scale(1);    filter: brightness(.58) saturate(.92); opacity: .72; }
  100% { transform: scale(1);    filter: brightness(.58) saturate(.92); opacity: .72; }
}
.flow .node .dot { animation: flowNode 9s ease-in-out infinite; }
.flow .track .node:nth-child(1) .dot { animation-delay: 0s; }
.flow .track .node:nth-child(2) .dot { animation-delay: 1.5s; }
.flow .track .node:nth-child(3) .dot { animation-delay: 3s; }
.flow .track .node:nth-child(4) .dot { animation-delay: 4.5s; }
.flow .track .node:nth-child(5) .dot { animation-delay: 6s; }
.flow .track .node:nth-child(6) .dot { animation-delay: 7.5s; }
@keyframes flowNode {
  0%   { border-color: rgba(180,200,225,.4); box-shadow: none; transform: scale(1); }
  5%   { border-color: var(--cyan); box-shadow: 0 0 0 6px rgba(58,166,224,.18); transform: scale(1.14); }
  16%  { border-color: var(--cyan); box-shadow: 0 0 0 6px rgba(58,166,224,.18); transform: scale(1.14); }
  24%  { border-color: rgba(180,200,225,.4); box-shadow: none; transform: scale(1); }
  100% { border-color: rgba(180,200,225,.4); box-shadow: none; transform: scale(1); }
}
.flow .track::before { background: linear-gradient(90deg, rgba(58,166,224,.2), var(--cyan), rgba(58,166,224,.2)) !important;
  background-size: 220% 100% !important; animation: flowLine 9s linear infinite; }
@keyframes flowLine { 0% { background-position: 120% 0; } 100% { background-position: -120% 0; } }
@media (prefers-reduced-motion: reduce) {
  .flow .swatch, .flow .node .dot, .flow .track::before { animation: none; }
  .flow .swatch { filter: none; opacity: 1; }
}
.flow .track { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; }
.flow .track::before { content: ""; position: absolute; left: 8.3%; right: 8.3%; top: 50%;
  height: 2px; transform: translateY(-50%);
  background: linear-gradient(90deg, var(--cyan), rgba(58,166,224,.25)); }
.flow .node { position: relative; z-index: 2; justify-self: center; }
.flow .node .dot { width: 55px; height: 55px; border-radius: 999px; display: grid; place-items: center;
  background: #161b23; border: 1.5px solid rgba(180,200,225,.45); color: #cfe6f6; font-size: 22px; }
.flow .node.on .dot { border-color: var(--cyan); box-shadow: 0 0 0 5px rgba(58,166,224,.16); }
.flow .labels { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 14px; }
.flow .labels span { text-align: center; font-family: var(--sans); text-transform: uppercase;
  letter-spacing: .14em; font-size: .68rem; color: var(--muted-d); }

.hero-copy { max-width: 760px; margin: 92px 0 0; padding-left: 2px; }
.hero-copy .eyebrow { color: #aeb9c6; }
.hero-copy h1 { color: #f3f6f9; margin-top: 26px; }
.hero-copy h1 .evo { font-style: italic; font-weight: 500;
  background: linear-gradient(180deg, #ffffff, #b9c0c8 70%, #8c949d);
  -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy p { color: #c3ccd5; font-size: 1.16rem; max-width: 52ch; margin-top: 14px; }
.scrollhint { margin-top: 40px; font-family: var(--sans); text-transform: uppercase; letter-spacing: .18em;
  font-size: .72rem; color: #93b9d6; display: inline-flex; align-items: center; gap: 10px; }
.scrollhint::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(58,166,224,.18); }

/* ---------- Sections (light) ---------- */
main section { padding: 110px 0; }
.section.alt { background: var(--paper-2); }
.two { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; }
.mission h2 { font-size: clamp(2.2rem, 4.4vw, 3.4rem); max-width: 14ch; }
.mission .col-r .eyebrow { color: var(--muted); }
.mission .col-r p { color: var(--text); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 58px;
  border-top: 1px solid var(--line); }
.stats .s { padding: 26px 22px 4px; border-right: 1px solid var(--line); }
.stats .s:last-child { border-right: 0; }
.stats .s b { font-family: var(--serif); font-weight: 500; font-size: 2.8rem; color: var(--ink); display: block; line-height: 1; }
.stats .s span { font-family: var(--sans); font-size: .82rem; color: var(--muted); }

/* ---------- Family ---------- */
.family h2 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
.master { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px;
  background: var(--ink); color: #e8ebee; border-radius: 4px; padding: 26px 30px; margin: 26px 0 30px; }
.master .ttl { font-family: var(--serif); font-size: 1.7rem; color: #fff; }
.master .ttl small { display: block; font-family: var(--sans); text-transform: uppercase;
  letter-spacing: .2em; font-size: .64rem; color: var(--muted-d); margin-bottom: 4px; }
.master .desc { color: #b9c0c8; font-size: .96rem; max-width: 52ch; }
.master .enter { font-family: var(--sans); text-transform: uppercase; letter-spacing: .14em;
  font-size: .74rem; font-weight: 700; color: #fff; white-space: nowrap; }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bcard { background: #fbfbfb; border: 1px solid var(--line); border-top: 3px solid var(--c);
  padding: 26px 26px 22px; transition: transform .15s, box-shadow .15s; }
.bcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.bcard .tag { font-family: var(--sans); text-transform: uppercase; letter-spacing: .16em;
  font-size: .64rem; color: var(--muted); }
.bcard .mk { display: flex; align-items: center; gap: 12px; margin: 14px 0 12px; }
.hex { width: 42px; height: 38px; display: inline-grid; place-items: center; color: var(--c); flex: none; }
.hex svg, .hexlogo { width: 100%; height: 100%; display: block; }
.bcard .nm { font-family: var(--serif); font-size: 1.55rem; color: var(--ink); }
.bcard .nm b { font-weight: 700; color: var(--c); }
.bcard p { color: var(--muted); font-size: .95rem; margin: 0 0 16px; }
.bcard .dom { font-family: var(--sans); text-transform: uppercase; letter-spacing: .1em;
  font-size: .74rem; font-weight: 700; color: var(--c); }
.c-home{--c:var(--home);--ct:var(--home-d);--cl:var(--home-l)} .c-archidex{--c:var(--archidex);--ct:var(--archidex-d);--cl:var(--archidex-l)} .c-house{--c:var(--house);--ct:var(--house-d);--cl:var(--house-l)}
.c-materials{--c:var(--materials);--ct:var(--materials-d);--cl:var(--materials-l)} .c-production{--c:var(--production);--ct:var(--production-d);--cl:var(--production-l)} .c-saas{--c:var(--saas);--ct:var(--saas-d);--cl:var(--saas-l)}

/* ---------- Brand showcase sections ---------- */
.brand { --c: var(--home); --ct: var(--home-d); }
.brand.alt { background: var(--paper-2); }
.brand .idx { font-family: var(--serif); font-style: italic; color: var(--muted); margin-bottom: 18px; }
.brand .idx .rule { background: var(--c); opacity: 1; }
.brand .big { font-family: var(--serif); font-weight: 700; font-size: clamp(2.6rem, 6vw, 4.4rem);
  color: var(--ct); margin: 6px 0 6px; }
.brand .big b { font-weight: 500; color: var(--ct); }
.pill { display: inline-block; border: 1.5px solid var(--c); color: var(--c); border-radius: 999px;
  padding: 5px 16px; font-family: var(--sans); text-transform: uppercase; letter-spacing: .14em;
  font-size: .68rem; font-weight: 700; margin-bottom: 14px; }
.brand .quote { font-family: var(--serif); font-style: italic; font-size: 1.5rem; color: var(--ink); max-width: 22ch; margin: 0 0 18px; }
.brand .body { color: var(--text); max-width: 52ch; }
.colset { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin: 26px 0 22px; }
.colset h4 { font-family: var(--sans); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem;
  color: var(--muted); border-bottom: 1px solid var(--line); padding-bottom: 8px; margin: 0 0 12px; }
.facts { list-style: none; padding: 0; margin: 0; }
.facts li { position: relative; padding: 7px 0 7px 24px; color: var(--text); font-size: .96rem; }
.facts.o li::before { content: ""; position: absolute; left: 0; top: 13px; width: 9px; height: 9px;
  border: 1.5px solid var(--c); border-radius: 999px; }
.facts.d li::before { content: ""; position: absolute; left: 0; top: 12px; width: 9px; height: 9px;
  background: var(--c); transform: rotate(45deg); }
.btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.btns a { border: 1.5px solid var(--c); color: var(--c); border-radius: 4px; padding: 9px 16px;
  font-family: var(--sans); text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 700; }
.btns a:hover { background: var(--c); color: #fff; }
.concept { position: relative; }
.concept .panel { aspect-ratio: 4/3; border-radius: 6px; box-shadow: var(--shadow); position: relative;
  background: linear-gradient(140deg, color-mix(in srgb, var(--c) 32%, #efe7e1), color-mix(in srgb, var(--c) 16%, #d9d2cc)); }
.concept .panel .cap { position: absolute; left: 18px; top: 16px; color: rgba(0,0,0,.55); font-size: .9rem; }
.concept .panel .foot { position: absolute; left: 18px; bottom: 16px; color: rgba(255,255,255,.92); font-size: .82rem; }
.concept .panel .foot.r { left: auto; right: 18px; font-family: var(--serif); }
.concept .badge { position: absolute; top: -22px; right: -10px; width: 92px; height: 92px; border-radius: 999px;
  background: #fff; box-shadow: var(--shadow); display: grid; place-items: center; text-align: center;
  font-family: var(--serif); font-style: italic; font-size: .82rem; color: var(--c); line-height: 1.25; }

/* ---------- Real photos (stock; replace with own later) ---------- */
/* showcase concept panels — photo under a dark-to-bottom overlay so the white label reads */
.concept .panel { background-size: cover; background-position: center; }
.c-home      .concept .panel { background-image: linear-gradient(180deg,rgba(0,0,0,.08) 40%,rgba(0,0,0,.52)),url("https://images.unsplash.com/photo-1586023492125-27b2c045efd7?auto=format&fit=crop&w=900&q=65"); }
.c-archidex  .concept .panel { background-image: linear-gradient(180deg,rgba(0,0,0,.08) 40%,rgba(0,0,0,.52)),url("https://images.unsplash.com/photo-1487958449943-2429e8be8625?auto=format&fit=crop&w=900&q=65"); }
.c-house     .concept .panel { background-image: linear-gradient(180deg,rgba(0,0,0,.08) 40%,rgba(0,0,0,.52)),url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=900&q=65"); }
.c-materials .concept .panel { background-image: linear-gradient(180deg,rgba(0,0,0,.08) 40%,rgba(0,0,0,.52)),url("https://images.unsplash.com/photo-1567016432779-094069958ea5?auto=format&fit=crop&w=900&q=65"); }
.c-production .concept .panel { background-image: linear-gradient(180deg,rgba(0,0,0,.08) 40%,rgba(0,0,0,.52)),url("https://images.unsplash.com/photo-1565008576549-57569a49371d?auto=format&fit=crop&w=900&q=65"); }
.c-saas      .concept .panel { background-image: linear-gradient(180deg,rgba(0,0,0,.08) 40%,rgba(0,0,0,.52)),url("https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=900&q=65"); }
.concept .panel .cap { color: rgba(255,255,255,.85); }

/* per-brand page heroes — photo on the right, dark on the left so the headline reads */
.c-home      .bhero { background-image: linear-gradient(90deg,#11151b 28%,rgba(17,21,27,.55) 68%,rgba(17,21,27,.30)),url("https://images.unsplash.com/photo-1586023492125-27b2c045efd7?auto=format&fit=crop&w=1500&q=70"); background-size: cover; background-position: right center; }
.c-archidex  .bhero { background-image: linear-gradient(90deg,#11151b 28%,rgba(17,21,27,.55) 68%,rgba(17,21,27,.30)),url("https://images.unsplash.com/photo-1487958449943-2429e8be8625?auto=format&fit=crop&w=1500&q=70"); background-size: cover; background-position: right center; }
.c-house     .bhero { background-image: linear-gradient(90deg,#11151b 28%,rgba(17,21,27,.55) 68%,rgba(17,21,27,.30)),url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1500&q=70"); background-size: cover; background-position: right center; }
.c-materials .bhero { background-image: linear-gradient(90deg,#11151b 28%,rgba(17,21,27,.55) 68%,rgba(17,21,27,.30)),url("https://images.unsplash.com/photo-1567016432779-094069958ea5?auto=format&fit=crop&w=1500&q=70"); background-size: cover; background-position: right center; }
.c-production .bhero { background-image: linear-gradient(90deg,#11151b 28%,rgba(17,21,27,.55) 68%,rgba(17,21,27,.30)),url("https://images.unsplash.com/photo-1565008576549-57569a49371d?auto=format&fit=crop&w=1500&q=70"); background-size: cover; background-position: right center; }
.c-saas      .bhero { background-image: linear-gradient(90deg,#11151b 28%,rgba(17,21,27,.55) 68%,rgba(17,21,27,.30)),url("https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1500&q=70"); background-size: cover; background-position: right center; }

/* family "enter the platform" card — a hero photo behind the dark overlay */
.family .master { background-image: linear-gradient(120deg,rgba(20,24,31,.92),rgba(20,24,31,.72)),url("https://images.unsplash.com/photo-1449824913935-59a10b8d2000?auto=format&fit=crop&w=1400&q=70"); background-size: cover; background-position: center; }

/* ---------- Footer ---------- */
footer.site { background: var(--ink); color: #b9c0c8; padding: 60px 0 34px; }
footer.site .fg { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 30px; }
footer.site h5 { font-family: var(--sans); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem;
  color: #fff; margin: 0 0 12px; }
footer.site a { display: block; color: #c3ccd5; font-size: .92rem; padding: 3px 0; }
footer.site a:hover { color: #fff; }
footer.site .legal { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line-d);
  font-size: .8rem; color: var(--muted-d); display: flex; gap: 18px; flex-wrap: wrap; }

/* showcase hexagon mark */
.bhex { margin-bottom: 14px; }
.bhex .hex { width: 60px; height: 54px; }

/* ---------- "What sets the family apart" (dark differentiator) ---------- */
.diff { background: var(--ink); color: #cdd3d9; }
.diff .eyebrow { color: #9aa3ad; }
.diff h2 { color: #f3f6f9; max-width: 17ch; }
.diff h2 em { font-style: italic; }
.diff .lede { color: #b9c0c8; max-width: 58ch; }
.diff .dgrid { display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-d); border-left: 1px solid var(--line-d); margin-top: 46px; }
.diff .dcell { border-right: 1px solid var(--line-d); border-bottom: 1px solid var(--line-d); padding: 30px 30px 34px; }
.diff .dcell .dn { font-family: var(--serif); color: var(--muted-d); font-size: 1rem; }
.diff .dcell h3 { font-family: var(--serif); font-weight: 500; font-size: 1.3rem; color: #fff; margin: 12px 0 8px; }
.diff .dcell p { color: #9aa3ad; font-size: .92rem; margin: 0; }

/* ---------- Ideas / Notes (light suggestion grid) ---------- */
.notes h2 em { font-style: italic; }
.notes .ngrid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 64px; margin-top: 46px; }
.notes .ncard { border-top: 1px solid #1d2127; padding: 26px 0 34px; }
.notes .ncard .nlab { font-family: var(--serif); color: var(--muted); font-size: .9rem; }
.notes .ncard h3 { font-family: var(--serif); font-weight: 600; font-size: 1.35rem; color: var(--text); margin: 8px 0 10px; }
.notes .ncard p { color: var(--muted); font-size: .94rem; margin: 0 0 16px; }
.notes .ncard .chip { display: inline-block; font-size: .74rem; letter-spacing: .04em; color: var(--text);
  border: 1px solid var(--line); border-radius: 999px; padding: 5px 14px; }

/* ---------- Big footer ("Home of Evolution") ---------- */
.bigfoot { background: var(--ink); color: var(--muted-d); padding: 88px 0 64px; }
.bigfoot .ffe { font-size: .8rem; letter-spacing: .26em; text-transform: uppercase; color: #7b8590; }
.bigfoot .ftitle { font-family: var(--serif); font-weight: 500; font-size: clamp(2.6rem, 7vw, 5rem);
  line-height: 1.02; color: #eef1f4; margin: 22px 0 0; }
.bigfoot .ftitle .evo { font-style: italic; background: linear-gradient(180deg,#fff,#aeb6bf 70%,#7f8893);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.bigfoot .frule { height: 1px; background: var(--line-d); margin: 40px 0 24px; }
.bigfoot .ffam { font-size: .92rem; color: #c2c8cf; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.bigfoot .ffam .lbl { color: #7b8590; margin-right: 6px; }
.bigfoot .ffam a { color: #c2c8cf; }
.bigfoot .ffam a:hover { color: #fff; }
.bigfoot .ffam span { color: #5b636d; }
.bigfoot .fdis { color: #6f7882; font-size: .82rem; line-height: 1.7; margin: 30px 0 0; max-width: 70ch; }

@media (max-width: 920px) {
  .diff .dgrid { grid-template-columns: 1fr; }
  .notes .ngrid { grid-template-columns: 1fr; gap: 0; }
  .two, .grid3, .colset, .stats, footer.site .fg, .flow .cards, .flow .track, .flow .labels { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .navmid { display: none; }
  .actions .btn.ghost { display: none; }
  .mega { display: none !important; }
  .ptiers { grid-template-columns: 1fr; }
  .cgrid { grid-template-columns: 1fr; gap: 32px; }
  .bcols { grid-template-columns: 1fr; }
  .linefoot .lfleg { margin-left: 0; width: 100%; }
  .brandgrid, .shopcats { grid-template-columns: 1fr; }
  .flow { display: none; }
  .master { grid-template-columns: 1fr; text-align: left; }
  h1 { font-size: 3rem; }
}

/* ---------- Partners directory ---------- */
.pjump { display: flex; flex-wrap: wrap; gap: 6px; margin: 4px 0 20px; }
.pjump a { font-size: .8rem; color: var(--muted); border: 1px solid var(--line); border-radius: 5px; padding: 3px 9px; }
.pjump a:hover { color: var(--ink); border-color: var(--muted); }
.pletter { font-family: var(--serif); font-weight: 600; font-size: 1.5rem; color: var(--ink); margin: 30px 0 12px; padding-bottom: 6px; border-bottom: 1px solid var(--line); }
.pletter .pcount { font-family: var(--sans); font-weight: 600; font-size: .8rem; color: var(--muted); vertical-align: middle; margin-left: 6px; }
.pgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; }
.pcard { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 12px;
  overflow: hidden; background: #fff; transition: box-shadow .15s, transform .15s; }
.pcard:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
/* factory / product photo slot (drop assets/partners/<slug>.jpg later) */
.pphoto { position: relative; aspect-ratio: 16 / 10; background: linear-gradient(135deg, #e9e6e1, #dde0e3); }
.pphoto::after { content: "factory / product photo"; position: absolute; inset: 0; display: flex;
  align-items: center; justify-content: center; font-size: .68rem; letter-spacing: .14em;
  text-transform: uppercase; color: #aeb2b7; }
.pphoto .pimg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; z-index: 1; }
/* logo + name row */
.prow { display: flex; align-items: center; gap: 11px; padding: 12px 14px; }
.prow .plogo { width: 40px; height: 40px; flex: none; border-radius: 8px; object-fit: contain;
  background: #f4f4f3; border: 1px solid var(--line); padding: 4px; }
.prow .pph { width: 40px; height: 40px; flex: none; border-radius: 8px; display: grid; place-items: center;
  background: var(--ink); color: #fff; font-family: var(--serif); font-weight: 600; font-size: 1.05rem; }
.prow .pmeta { min-width: 0; }
.prow .pn { font-weight: 600; color: var(--ink); font-size: .95rem; line-height: 1.15; }
.prow .pw { font-size: .76rem; color: var(--home); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; max-width: 170px; }
.prow .pw:hover { text-decoration: underline; }

/* ---------- Showcase panels (planner / configurator / shop embeds) + steps ---------- */
.showcase .two { align-items: center; }
.showpanel { position: relative; aspect-ratio: 16 / 10; border-radius: 10px; overflow: hidden;
  border: 1px solid var(--line); background: linear-gradient(160deg,#1b2129,#11151b);
  box-shadow: var(--shadow); display: grid; place-items: center; }
.showpanel::before { content: ""; position: absolute; inset: 0; opacity: .5;
  background-image: linear-gradient(rgba(120,140,170,.10) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(120,140,170,.10) 1px, transparent 1px);
  background-size: 32px 32px; mask-image: radial-gradient(70% 60% at 50% 40%, #000, transparent 82%); }
.showpanel .badge { position: absolute; top: 14px; left: 16px; z-index: 1; font-family: var(--sans);
  text-transform: uppercase; letter-spacing: .16em; font-size: .62rem; font-weight: 700; color: var(--cl); }
.showpanel .play { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 10px;
  background: var(--cl); color: #14181f; font-family: var(--sans); text-transform: uppercase;
  letter-spacing: .1em; font-size: .72rem; font-weight: 700; padding: 13px 22px; border-radius: 6px; }
.showpanel .play:hover { filter: brightness(1.08); }
.steprow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 28px; }
.step { background: #fbfbfb; border: 1px solid var(--line); border-top: 3px solid var(--c); padding: 24px 24px 22px; }
.step .n { font-family: var(--serif); font-size: 1.5rem; color: var(--c); line-height: 1; }
.step h4 { font-family: var(--serif); font-weight: 600; font-size: 1.18rem; color: var(--ink); margin: 8px 0 8px; }
.step p { color: var(--muted); font-size: .92rem; margin: 0; }
@media (max-width: 860px) { .steprow { grid-template-columns: 1fr; } }
/* light-section brand CTA */
.golink { display: inline-block; background: var(--c); color: #fff; font-family: var(--sans);
  text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 700;
  padding: 13px 22px; border-radius: 6px; }
.golink:hover { background: var(--ct); }
.golink.ghost { background: transparent; border: 1.5px solid var(--c); color: var(--c); padding: 11px 20px; }
.golink.ghost:hover { background: var(--c); color: #fff; }
.showcase .lede { max-width: 42ch; }
.showcase .twobtn { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
