/* Avelio Marketing — site styles. Split from index.html 2026-07-15. */

:root{
  --ink:#101D3C; --blue:#2563EB; --blue-dark:#1D4ED8; --sky:#EBF1FF;
  --amber:#F59E0B; --muted:#5A6478; --line:#E6EAF2; --white:#FFFFFF;
  --band:#EDF1F8; --band-line:#D7DFEC;
  --radius:24px;
}
*{box-sizing:border-box; margin:0; padding:0}
html{scroll-behavior:smooth; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale}
@media (prefers-reduced-motion: reduce){ html{scroll-behavior:auto} }
section[id], #top{scroll-margin-top:86px}
a, button, summary{touch-action:manipulation}
a:focus-visible, button:focus-visible, summary:focus-visible{outline:3px solid var(--blue); outline-offset:3px; border-radius:6px}
.skip{
  position:absolute; left:-9999px; top:0; z-index:100; background:var(--blue); color:#fff;
  font-weight:700; padding:12px 20px; border-radius:0 0 12px 0;
}
.skip:focus{left:0}
.vh{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; border:0}
body{
  font-family:"Plus Jakarta Sans", -apple-system, "Segoe UI", sans-serif;
  color:var(--ink); background:var(--white); line-height:1.6; font-size:17px;
}
img{max-width:100%; display:block}
a{color:inherit; text-decoration:none}
.wrap{max-width:1120px; margin:0 auto; padding:0 24px; padding-inline:max(24px, env(safe-area-inset-left)) max(24px, env(safe-area-inset-right))}

/* buttons */
.btn{
  display:inline-flex; align-items:center; gap:10px; background:var(--blue); color:#fff;
  font-weight:700; font-size:16.5px; padding:15px 30px; border-radius:999px; border:none;
  cursor:pointer; transition:transform .15s ease, background .15s ease, box-shadow .15s ease;
  box-shadow:0 6px 18px -8px rgba(37,99,235,.55);
}
.btn:hover{background:var(--blue-dark); transform:translateY(-1px)}
.btn:active{transform:translateY(0) scale(.97)}
.btn .arr{transition:transform .2s ease}
.btn:hover .arr{transform:translateX(4px)}
.btn.small{padding:11px 22px; font-size:15px}
.btn.ghost{background:transparent; color:var(--ink); box-shadow:none; border:2px solid var(--line)}
.btn.ghost:hover{border-color:var(--blue); color:var(--blue); background:transparent}

/* nav — fixed bar; transparent over the hero (nav.overlay), solid white past it */
nav{
  position:fixed; top:0; left:0; right:0; z-index:50;
  transition:box-shadow .7s ease;
}
nav::before{
  content:""; position:absolute; inset:0;
  background:rgba(255,255,255,.92); border-bottom:1px solid var(--line);
  -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px);
  opacity:1; transition:opacity .7s ease;
}
.js nav.overlay::after{
  content:""; position:absolute; inset:0; z-index:-1;
  background:linear-gradient(180deg, rgba(16,29,60,.5) 0%, rgba(16,29,60,0) 100%);
  opacity:1; transition:opacity .7s ease;
}
.js nav.overlay.scrolled::after{opacity:0}
.nav-inner{position:relative}
nav.scrolled{box-shadow:0 8px 24px -16px rgba(16,29,60,.18)}
.js nav.overlay:not(.scrolled)::before{opacity:0}
.js nav.overlay:not(.scrolled) .nav-links a{color:#fff; text-shadow:0 1px 12px rgba(16,29,60,.45)}
.js nav.overlay:not(.scrolled) .nav-links a:hover{color:#8AB4FF}
.logo-nav path, .logo-nav circle{transition:fill .7s ease}
.js nav.overlay:not(.scrolled) .logo-nav :is(path,circle){fill:#fff}
.logo-nav circle{transform-box:fill-box; transform-origin:center}
.nav-logo:hover .logo-nav circle{animation:dotHop .5s ease}
@keyframes dotHop{0%,100%{transform:translateY(0)}40%{transform:translateY(-14%)}}
.nav-inner{display:flex; align-items:center; gap:30px; height:74px}
.nav-logo svg{height:44px; width:auto; aspect-ratio:454.5/133.4; display:block}
.nav-links{display:flex; gap:26px; font-weight:600; font-size:15.5px; color:var(--muted); margin-left:auto}
.nav-links a{padding:10px 2px; transition:color .7s ease, text-shadow .7s ease}
.nav-links a:hover{color:var(--blue); transition:color .15s ease}
.nav-cta{margin-left:8px}
@media (max-width:820px){ .nav-links{display:none} .nav-cta{margin-left:auto} }

/* ============ HERO — full-bleed photograph under the blue fade ============ */
.hero{
  position:relative; overflow:hidden; display:flex; align-items:center;
  min-height:100vh; min-height:100svh; /* exactly one screen on open; svh = fits with mobile toolbars showing */
  background:linear-gradient(180deg, var(--sky) 0%, #FFFFFF 100%);
}
.hero-bg{position:absolute; inset:0; z-index:0}
.hero-scrim{
  position:absolute; inset:0; z-index:1;
  background:linear-gradient(94deg, rgba(16,29,60,.66) 0%, rgba(16,29,60,.34) 46%, rgba(16,29,60,.06) 70%, transparent 100%);
}
@media (max-width:760px){
  .hero-scrim{background:linear-gradient(180deg, rgba(16,29,60,.62) 0%, rgba(16,29,60,.3) 100%)}
}
.hero-bg video{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 40%;
  opacity:0; transition:opacity 1.1s ease;
}
.hero-bg video.active{opacity:1}
/* hero chat: glass feed rising from the bottom (audited from the Sierra source clone) */
.hero-grid2{display:grid; grid-template-columns:1.05fr .95fr; gap:48px; align-items:center}
@media (max-width:940px){ .hero-grid2{grid-template-columns:1fr} .hero .hero-chat{display:none} }
.hero-chat{
  position:absolute; right:max(24px, calc(50% - 536px)); bottom:16px; z-index:2; width:418px;
  display:flex; flex-direction:column; justify-content:flex-end; align-items:flex-end; gap:16px;
  height:360px; overflow:hidden; padding:0 6px;
  -webkit-mask-image:linear-gradient(180deg, transparent 0%, #000 26%, #000 100%);
  mask-image:linear-gradient(180deg, transparent 0%, #000 26%, #000 100%);
}
.bubble{
  max-width:330px; border-radius:20px; padding:13px 16px;
  font-size:15px; line-height:1.5; font-weight:600; color:#fff;
  background:rgba(255,255,255,.2);
  border:1px solid rgba(255,255,255,.16);
  -webkit-backdrop-filter:blur(20px) saturate(1.15); backdrop-filter:blur(20px) saturate(1.15);
  box-shadow:0 10px 30px -18px rgba(16,29,60,.35);
  will-change:transform, opacity;
  transition:opacity .55s ease;
}
.hero-chat .bubble:nth-last-child(1){opacity:1}
.hero-chat .bubble:nth-last-child(2){opacity:.7}
.hero-chat .bubble:nth-last-child(3){opacity:.4}
.hero-chat .bubble:nth-last-child(n+4){opacity:0}
.bubble .who{display:flex; align-items:center; gap:8px; font-size:13px; font-weight:600; color:rgba(255,255,255,.72); margin-bottom:6px}
.bubble .ava{
  width:18px; height:18px; border-radius:50%; flex:none;
  background:rgba(255,255,255,.3);
  display:inline-flex; align-items:center; justify-content:center;
  font-size:10px; font-weight:800; color:#fff;
}
.bubble.q{align-self:flex-start}
.bubble.a{align-self:flex-end}
.js .bubble.pop{animation:bubbleUp .55s cubic-bezier(.33,1,.68,1) backwards}
@keyframes bubbleUp{from{transform:translateY(calc(100% + 16px))} to{transform:none}}
.bubble.shift{transition:transform .55s cubic-bezier(.33,1,.68,1), opacity .55s ease}
.hero .wrap{position:relative; z-index:2; padding-top:96px; padding-bottom:96px; width:100%}
.hero-content{max-width:640px}
h1{font-size:clamp(40px,5.4vw,62px); font-weight:800; letter-spacing:-.025em; line-height:1.07; text-wrap:balance}
.hero h1{color:#fff; text-shadow:0 2px 22px rgba(16,29,60,.45)}
.checks{display:flex; flex-direction:column; gap:12px; margin:30px 0 34px; font-weight:600; font-size:17px; color:#fff; text-shadow:0 1px 12px rgba(16,29,60,.5)}
.checks li{list-style:none; display:flex; gap:12px; align-items:center}
.checks svg{flex:none}
.cta-row{display:flex; align-items:center; gap:18px; flex-wrap:wrap}
.hero-loc{display:block; margin-top:20px; font-size:14px; font-weight:600; color:rgba(255,255,255,.82); text-shadow:0 1px 10px rgba(16,29,60,.5)}
@keyframes fadeUp{from{opacity:0; transform:translateY(18px)} to{opacity:1; transform:none}}
.hero h1{animation:fadeUp .7s ease .15s both}
.hero .checks{animation:fadeUp .7s ease .3s both}
.hero .cta-row{animation:fadeUp .7s ease .43s both}
.hero .hero-loc{animation:fadeUp .7s ease .55s both}

/* scroll story — hero pins while the next section slides over it; content fades + zooms out,
   then a white veil takes the background to 100% white (veil runs hp .5→.85) */
.hero{position:sticky; top:0; z-index:0}
main > section{position:relative; z-index:1}
.hero-content, .hero-chat{will-change:transform, opacity}
.js .hero-content, .js .hero-chat{
  opacity:calc(1 - var(--hp, 0) * 1.4);
  transform:scale(calc(1 - .1 * var(--hp, 0)));
}
.js .hero::after{
  content:""; position:absolute; inset:0; z-index:1; background:#fff;
  opacity:calc((var(--hp, 0) - .5) * 2.857); pointer-events:none;
}
.hero.covered .hero-content, .hero.covered .hero-chat{pointer-events:none}
@media (prefers-reduced-motion: reduce){
  .hero{position:static}
  .js .hero-content, .js .hero-chat{opacity:1; transform:none}
  .js .hero::after{content:none}
}

/* fit the fold — compact on short screens, grand on TVs/widescreens */
@media (max-height:700px){
  .hero .wrap{padding-top:84px; padding-bottom:40px}
  .checks{margin:22px 0 26px; gap:9px}
  .hero-loc{margin-top:14px}
}
@media (max-height:520px){
  .hero h1{font-size:34px}
  .checks{font-size:15px; gap:7px; margin:14px 0 18px}
  .checks svg{width:18px; height:18px}
  .cta-row .btn{padding:12px 24px; font-size:15px}
  .hero .wrap{padding-top:70px; padding-bottom:16px}
  .hero-loc{margin-top:10px; font-size:12.5px}
  .hero .hero-chat{display:none}
}
@media (min-width:1600px){
  .wrap{max-width:1280px}
  .hero h1{font-size:clamp(62px, 18.7px + 2.71vw, 88px)}
  .checks{font-size:19px; gap:14px}
  .btn{font-size:18px; padding:17px 34px}
  .btn.small{font-size:16px; padding:12px 26px}
  .hero-loc{font-size:15px}
  .hero-chat{width:460px; bottom:20px; right:max(24px, calc(50% - 616px))}
  .bubble{max-width:360px; font-size:16px}
}

/* sections */
section{padding:88px 0}
.sec-head{text-align:center; max-width:680px; margin:0 auto 56px}
h2{font-size:clamp(30px,3.8vw,42px); font-weight:800; letter-spacing:-.02em; line-height:1.15; text-wrap:balance}
.sec-sub{font-size:18px; color:var(--muted); margin-top:16px}

/* ============ THE TANGLE — the online-first problem, one organic thread ============ */
.problem{background:var(--white); padding-top:72px}
.tangle{position:relative; height:clamp(230px, 28vw, 330px); margin-bottom:64px}
.tangle > svg{position:absolute; inset:0; width:100%; height:100%}
.tangle .strand{stroke:#D5DFF3; stroke-opacity:.85; stroke-width:9; stroke-linecap:round; stroke-linejoin:round; fill:none}
.js .tangle.reveal .strand{stroke-dasharray:1; stroke-dashoffset:1; transition:stroke-dashoffset 1.8s cubic-bezier(.4,0,.2,1) .15s}
.js .tangle.reveal.in .strand{stroke-dashoffset:0}
.mini-print{
  position:absolute; left:var(--x); top:var(--y); width:clamp(92px, 11vw, 136px);
  transform:rotate(var(--r)); background:#fff; border:1px solid var(--line); border-radius:8px;
  padding:7px 7px 24px; box-shadow:0 14px 28px -18px rgba(16,29,60,.4);
  transition:transform .25s ease;
}
.mini-print:hover{transform:rotate(0deg) translateY(-5px); z-index:3}
.mini-print img{width:100%; height:auto; aspect-ratio:4/3; object-fit:cover; border-radius:4px}
.mini-print figcaption{position:absolute; bottom:6px; left:0; right:0; text-align:center; font-size:11.5px; font-weight:700; color:var(--muted)}
.chipf{
  position:absolute; left:var(--x); top:var(--y); transform:rotate(var(--r, 0deg));
  display:inline-flex; align-items:center; gap:7px; white-space:nowrap;
  background:#fff; border:1px solid var(--line); border-radius:999px; padding:8px 14px;
  font-size:13.5px; font-weight:700; color:var(--ink);
  box-shadow:0 10px 22px -14px rgba(16,29,60,.35);
}
.chipf svg{flex:none}
.chipf .mut{color:var(--muted); font-weight:600}
.pcols{display:grid; grid-template-columns:repeat(3,1fr); gap:40px; max-width:1020px; margin:0 auto}
.pcol{position:relative; padding:16px 0 0 22px}
.pcol::before{content:""; position:absolute; left:0; top:-34px; width:44px; height:92px; border-left:2px solid var(--line); border-top:2px solid var(--line); border-top-left-radius:18px}
.pcol h3{font-size:20px; font-weight:800; margin-bottom:8px}
.pcol p{font-size:15.5px; color:var(--muted)}
.pcol p b{color:var(--ink)}
@media (max-width:820px){ .pcols{grid-template-columns:1fr; gap:30px; max-width:520px} .pcol::before{top:-6px; height:56px} }
@media (max-width:640px){
  .tangle{height:240px; margin-bottom:44px}
  .chipf.opt, .mini-print:nth-of-type(4), .mini-print:nth-of-type(5){display:none}
  .chipf{font-size:12px; padding:6px 11px}
  .mini-print{width:88px; padding:5px 5px 20px}
  .mini-print figcaption{font-size:10.5px}
}

/* pricing — Boardroom Slate band (decided 2026-07-15): cool slate with crisp rules */
.pricing{background:var(--band); border-top:1px solid var(--band-line); border-bottom:1px solid var(--band-line)}
.founding{
  display:inline-flex; align-items:center; gap:8px; background:#FFF4DE; color:#7A4D00;
  font-weight:700; font-size:14.5px; border-radius:999px; padding:9px 18px; margin-top:18px;
}
.cards{display:grid; grid-template-columns:repeat(3,1fr); gap:22px; align-items:stretch}
@media (max-width:900px){ .cards{grid-template-columns:1fr; max-width:440px; margin:0 auto} }
.card{
  background:#fff; border-radius:var(--radius); padding:36px 32px; border:1px solid var(--line);
  display:flex; flex-direction:column; position:relative;
  transition:transform .2s ease, box-shadow .2s ease;
}
.card:hover{transform:translateY(-6px); box-shadow:0 22px 40px -24px rgba(16,29,60,.28)}
.js .card.reveal.in:hover{transform:translateY(-6px)} /* outranks .js .reveal.in's transform:none */
.card.hot{border:2px solid var(--blue); box-shadow:0 24px 48px -24px rgba(37,99,235,.35)}
.badge{
  position:absolute; top:-15px; left:50%; transform:translateX(-50%);
  background:var(--amber); color:#3D2A00; font-size:12.5px; font-weight:800; letter-spacing:.04em;
  padding:6px 16px; border-radius:999px; white-space:nowrap;
}
.tier{font-size:14px; letter-spacing:.12em; text-transform:uppercase; font-weight:800; color:var(--blue); margin-bottom:14px}
.price-old{color:var(--muted); text-decoration:line-through; font-weight:600; font-size:19px; font-variant-numeric:tabular-nums}
.price{font-size:46px; font-weight:800; letter-spacing:-.02em; line-height:1; margin:2px 0 4px; font-variant-numeric:tabular-nums}
.price-note{font-size:14px; color:var(--muted); margin-bottom:22px}
.feat{display:flex; flex-direction:column; gap:11px; margin-bottom:30px; font-size:16px}
.feat li{list-style:none; display:flex; gap:10px; align-items:flex-start}
.feat svg{flex:none; margin-top:4px}
.card .btn{margin-top:auto; justify-content:center}
.pricing-foot{text-align:center; color:var(--muted); font-size:15px; margin-top:30px}
.confetti{position:absolute; inset:0; width:100%; height:100%; pointer-events:none; z-index:5}

/* ============ SHOOT MAP — the Lower Mainland we drive to (replaces the film band) ============ */
.shootmap{background:var(--white); padding-bottom:0}
.map-band{position:relative; width:100%; overflow:hidden; background:#fff}
.map-stage{position:relative; width:100%; aspect-ratio:2560/1280}
.map-stage::before{
  content:""; position:absolute; top:0; left:0; right:0; height:120px; z-index:1; pointer-events:none;
  background:linear-gradient(180deg, #fff, rgba(255,255,255,0));
}
.map-stage img{position:absolute; inset:0; width:100%; height:100%; display:block; object-fit:cover}
.map-att{
  position:absolute; right:12px; bottom:10px; z-index:2;
  font-size:10.5px; font-weight:600; color:#7C8A93;
  background:rgba(255,255,255,.82); border-radius:6px; padding:2px 7px;
}
.map-pin{position:absolute; left:var(--x); top:var(--y); transform:translate(-50%,-50%); z-index:2}
.map-pin::before{ /* sonar ring — idle it sweeps the cities, on hover it pings fast */
  content:""; position:absolute; left:50%; top:50%; width:36px; height:36px;
  margin:-18px 0 0 -18px; border-radius:50%; background:rgba(37,99,235,.28);
  transform:scale(.2); opacity:0; z-index:-1; pointer-events:none;
}
.js .map-band.reveal .map-pin{opacity:0}
.js .map-band.reveal.in .map-pin{animation:pinDrop .6s cubic-bezier(.22,1,.36,1) both; animation-delay:calc(.2s + var(--d, 0s))}
.js .map-band.reveal.in .map-pin::before{animation:pinPing 6.3s linear infinite; animation-delay:calc(1.2s + var(--d, 0s) * 10)}
.map-pin:hover::before, .js .map-band.reveal.in .map-pin:hover::before{animation:pinPingFast 1s cubic-bezier(.25,1,.5,1) infinite; animation-delay:0s}
.pin-ico{
  display:block; width:25px; height:28px; color:var(--blue);
  filter:drop-shadow(0 4px 7px rgba(16,29,60,.35));
  transform-origin:50% 100%;
}
.map-pin:hover .pin-ico{animation:pinHop .45s cubic-bezier(.22,1,.36,1)}
.pin-card{
  position:absolute; bottom:calc(100% + 9px); left:50%; transform:translateX(-50%);
  background:#fff; border:1px solid var(--line); border-radius:9px; padding:5px 11px;
  font-size:12.5px; font-weight:800; color:var(--ink); white-space:nowrap;
  box-shadow:0 10px 22px -12px rgba(16,29,60,.35);
  transition:transform .22s cubic-bezier(.22,1,.36,1), box-shadow .22s ease;
}
.map-pin:hover .pin-card{transform:translateX(-50%) translateY(-6px) scale(1.08); box-shadow:0 16px 30px -12px rgba(16,29,60,.45)}
@keyframes pinDrop{
  0%{opacity:0; transform:translate(-50%,-50%) translateY(-36px)}
  62%{opacity:1; transform:translate(-50%,-50%) translateY(2px)}
  100%{opacity:1; transform:translate(-50%,-50%)}
}
@keyframes pinPing{
  0%{transform:scale(.2); opacity:0}
  2%{opacity:.5}
  14%{transform:scale(2); opacity:0}
  100%{transform:scale(2); opacity:0}
}
@keyframes pinPingFast{
  0%{transform:scale(.2); opacity:.6}
  75%{transform:scale(2.5); opacity:0}
  100%{transform:scale(2.5); opacity:0}
}
@keyframes pinHop{
  0%{transform:translateY(0)}
  45%{transform:translateY(-10px) scale(1.18)}
  78%{transform:translateY(1px)}
  100%{transform:translateY(0)}
}
.pin-card::after{
  content:""; position:absolute; top:100%; left:50%; transform:translateX(-50%);
  border:5px solid transparent; border-top-color:#fff;
}
.map-pin.alt .pin-card{bottom:auto; top:calc(100% + 9px)}
.map-pin.alt .pin-card::after{top:auto; bottom:100%; border-top-color:transparent; border-bottom-color:#fff}
@media (max-width:640px){
  .map-stage::before{height:40px}
  .pin-card{font-size:10.5px; padding:4px 8px; border-radius:7px; bottom:calc(100% + 6px)}
  .map-pin.alt .pin-card, .map-pin.mflip .pin-card{bottom:auto; top:calc(100% + 6px)}
  .map-pin.mflip .pin-card::after{top:auto; bottom:100%; border-top-color:transparent; border-bottom-color:#fff}
  .pin-ico{width:19px; height:22px}
  .map-att{font-size:9px; right:auto; left:8px; bottom:6px}
}
@keyframes recPulse{0%,100%{opacity:1}50%{opacity:.35}} /* used by the steps-tile REC dot */

/* how it works — feature lattice: the four steps in the middle,
   everything that comes included around them, edges fading out */
.featgrid{
  display:grid; grid-template-columns:repeat(8,1fr);
  grid-template-rows:52px repeat(6,122px) 52px;
  gap:1px; background:var(--line); padding:1px;
  width:min(1340px, 100%); margin:0 auto;
  -webkit-mask-image:linear-gradient(to right, transparent, #000 9%, #000 91%, transparent);
  mask-image:linear-gradient(to right, transparent, #000 9%, #000 91%, transparent);
}
.featgrid > *{background:#fff; min-width:0}
.fg-sp{display:block; grid-column:var(--c); grid-row:var(--r)}
.fcell{
  grid-column:var(--c); grid-row:var(--r);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:9px;
  padding:12px 10px; text-align:center; color:#8792A8;
  transition:background .18s ease, color .18s ease;
}
.fcell svg{width:25px; height:25px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; flex:none}
.fcell span{font-size:13px; font-weight:700; line-height:1.3; color:var(--muted); max-width:16ch; transition:color .18s ease}
.fcell:hover{background:#F7FAFF; color:var(--blue)}
.fcell:hover span{color:var(--ink)}
.tile{
  position:relative; overflow:hidden;
  display:flex; flex-direction:column; padding:20px 18px;
  background:#fff radial-gradient(120% 88% at var(--wx,50%) 0%, #E2ECFF 0%, rgba(235,241,255,.3) 55%, rgba(255,255,255,0) 80%);
  transition:transform .22s ease, box-shadow .22s ease, border-radius .22s ease;
}
.t1{grid-column:3/5; grid-row:3/5}
.t2{grid-column:5/7; grid-row:3/5}
.t3{grid-column:3/5; grid-row:5/7}
.t4{grid-column:5/7; grid-row:5/7}
.tile:hover{
  transform:translateY(-6px); z-index:2; border-radius:14px;
  box-shadow:0 24px 44px -20px rgba(16,29,60,.28), 0 0 0 1px #BFD3FC;
}
.js .tile.reveal.in:hover{transform:translateY(-6px)}
.featgrid .t2{transition-delay:.07s}
.featgrid .t3{transition-delay:.14s}
.featgrid .t4{transition-delay:.21s}
.tile-art{position:relative; flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; min-height:0}
.art-cap{display:inline-flex; align-items:center; gap:6px; font-size:11.5px; font-weight:700; color:var(--muted); white-space:nowrap}
.tile-name{display:flex; align-items:center; justify-content:center; gap:10px; margin-top:12px}
.tile-n{
  width:28px; height:28px; border-radius:9px; background:var(--blue); color:#fff; flex:none;
  display:grid; place-items:center; font-size:14.5px; font-weight:800;
  box-shadow:inset 0 -3px 0 rgba(16,29,60,.3);
}
.tile-name h3{font-size:clamp(18px, 1.6vw, 21px); font-weight:800; letter-spacing:-.01em}
/* tile art: booking pills */
.cal-pills{display:flex; gap:8px}
.pill{
  display:inline-flex; align-items:center; gap:6px; white-space:nowrap;
  border:1px solid var(--line); background:#fff; border-radius:999px;
  padding:7px 13px; font-size:12.5px; font-weight:700; color:var(--muted);
  box-shadow:0 8px 18px -12px rgba(16,29,60,.3);
}
.pill.on{background:var(--blue); border-color:var(--blue); color:#fff}
/* tile art: viewfinder */
.vf{position:relative; width:min(200px, 92%); height:104px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:7px}
.vfc{position:absolute; width:15px; height:15px; border:2.5px solid #9FB4D8}
.vfc.tl{top:0; left:0; border-right:0; border-bottom:0; border-top-left-radius:4px}
.vfc.tr{top:0; right:0; border-left:0; border-bottom:0; border-top-right-radius:4px}
.vfc.bl{bottom:0; left:0; border-right:0; border-top:0; border-bottom-left-radius:4px}
.vfc.br{bottom:0; right:0; border-left:0; border-top:0; border-bottom-right-radius:4px}
.vf-rec{position:absolute; top:2px; right:10px; display:inline-flex; align-items:center; gap:5px; font-size:10px; font-weight:800; letter-spacing:.08em; color:#B42334}
.vf-rec i{width:7px; height:7px; border-radius:50%; background:#FF5A5A; animation:recPulse 1.6s ease infinite}
.vf-cam{width:30px; height:30px; fill:none; stroke:var(--ink); stroke-width:1.7; stroke-linecap:round}
.vf-cap{font-size:11px; font-weight:700; color:var(--muted); white-space:nowrap}
/* tile art: browser build */
.brw{position:relative; width:min(190px, 88%); border:1px solid var(--line); border-radius:10px; background:#fff; box-shadow:0 12px 26px -18px rgba(16,29,60,.35)}
.brw-top{display:flex; gap:4px; padding:8px 10px; border-bottom:1px solid var(--line)}
.brw-top i{width:6px; height:6px; border-radius:50%; background:#D8DFEC}
.brw-body{display:flex; flex-direction:column; gap:6px; padding:11px 12px 13px}
.sk{display:block; border-radius:4px; background:var(--sky)}
.sk.h{width:58%; height:9px; background:#C9D8F6}
.sk.l{width:92%; height:6px}
.sk.l.s{width:70%}
.sk.cta{width:46px; height:12px; border-radius:999px; background:var(--blue); margin-top:3px}
.brw-tag{
  position:absolute; top:-10px; right:-12px; transform:rotate(4deg);
  background:#FFF4DE; color:#7A4D00; border-radius:999px; padding:4px 10px;
  font-size:10.5px; font-weight:800; letter-spacing:.03em; white-space:nowrap;
}
/* tile art: launch & own */
.urlbar{
  display:inline-flex; align-items:center; gap:7px; white-space:nowrap;
  border:1px solid var(--line); border-radius:999px; background:#fff;
  padding:8px 15px; font-size:13px; font-weight:700; color:var(--ink);
  box-shadow:0 10px 22px -14px rgba(16,29,60,.35);
}
.urlbar svg{flex:none}
.cf{position:absolute; left:var(--x); top:var(--y); width:7px; height:10px; border-radius:2px; transform:rotate(var(--r)); opacity:.9}
@media (max-width:900px){
  .featgrid{grid-template-columns:repeat(6,1fr); grid-template-rows:none; -webkit-mask-image:none; mask-image:none}
  .fg-sp, .fcell.opt{display:none}
  .fcell{grid-row:auto; grid-column:span 2; min-height:104px}
  .tile{grid-row:auto; grid-column:span 3; min-height:230px}
}
@media (max-width:560px){
  .tile{grid-column:span 6}
  .fcell{grid-column:span 3}
}

/* work → verified reviews (2026-07-15): feature rows left, browser review panel right */
.work{background:var(--band); border-top:1px solid var(--band-line); border-bottom:1px solid var(--band-line)}
.rev-grid{display:grid; grid-template-columns:1.04fr .96fr; gap:56px; align-items:center; margin-bottom:46px}
.rf{display:flex; gap:16px; margin-bottom:26px}
.rf-ico{
  flex:none; width:44px; height:44px; border-radius:13px; background:var(--blue);
  display:grid; place-items:center; box-shadow:0 10px 20px -10px rgba(37,99,235,.55);
}
.rf-ico svg{width:22px; height:22px; fill:none; stroke:#fff; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round}
.rf b{font-size:17px; display:block; margin:2px 0 5px}
.rf p{font-size:14.5px; color:var(--muted); max-width:46ch}
.rev-note{
  display:flex; gap:11px; align-items:flex-start; background:#fff; border:1px solid var(--line);
  border-radius:14px; padding:15px 18px; margin-top:6px;
}
.rev-note svg{flex:none; width:17px; height:17px; fill:none; stroke:var(--muted); stroke-width:1.8; stroke-linecap:round; margin-top:2px}
.rev-note p{font-size:13.5px; color:var(--muted)}
.rev-note b{color:var(--ink)}
.rev-panel{position:relative; background:#fff; border:1px solid var(--line); border-radius:16px; box-shadow:0 24px 48px -28px rgba(16,29,60,.35)}
.rev-top{display:flex; align-items:center; gap:5px; padding:12px 16px; border-bottom:1px solid var(--line)}
.rev-top i{width:8px; height:8px; border-radius:50%; background:#E2E7F0}
.rev-top i:first-child{background:var(--blue)}
.rev-url{font-size:11.5px; color:var(--muted); font-weight:600; margin-left:10px}
.rev-head{display:flex; align-items:center; gap:13px; padding:18px 20px 4px}
.rev-mark{flex:none; width:46px; height:46px; border-radius:12px; background:var(--sky); display:grid; place-items:center}
.rev-mark img{width:26px; height:auto; display:block}
.rev-head b{font-size:16.5px; display:block}
.rev-sub{display:flex; align-items:center; gap:7px; font-size:13px; color:var(--muted); margin-top:2px}
.rev-sub b{font-size:13px}
.rev-stars{color:var(--amber); letter-spacing:2px; font-size:13px}
.rev-card{margin:14px 20px 0; border:1px solid var(--line); border-radius:13px; padding:16px 18px}
.rev-who{display:flex; align-items:center; gap:10px}
.rev-ava{
  flex:none; width:26px; height:26px; border-radius:50%; background:linear-gradient(135deg,#6A5A9C,#3D6FB5);
  color:#fff; font-size:12px; font-weight:800; display:grid; place-items:center;
}
.rev-who b{font-size:14.5px}
.rev-ver{
  margin-left:auto; display:inline-flex; align-items:center; gap:5px;
  background:#DCFCE7; color:#15803D; font-size:11px; font-weight:800;
  border-radius:999px; padding:4px 10px; white-space:nowrap;
}
.rev-card .rev-stars{display:block; font-size:15px; letter-spacing:3px; margin:10px 0 8px}
.rev-card p{font-size:14.5px; color:var(--ink); text-wrap:pretty}
.rev-meta{display:block; font-size:12px; color:var(--muted); margin-top:12px}
.rev-foot{text-align:center; font-size:12px; color:var(--muted); padding:16px 0 18px}
.rev-badge{
  position:absolute; left:-16px; bottom:-22px; background:#fff; border:1px solid var(--line);
  border-radius:13px; padding:10px 16px 11px; box-shadow:0 16px 30px -16px rgba(16,29,60,.4);
}
.rev-badge .rev-stars{font-size:12px; letter-spacing:2px}
.rev-badge b{font-size:13px; margin-left:6px}
.rev-badge .cap{display:block; font-size:11px; color:var(--muted); margin-top:3px}
.rev-cta{text-align:center}
.see-all{display:inline-flex; align-items:center; gap:9px; color:var(--blue); font-weight:800; font-size:16.5px}
.see-all .arr{transition:transform .2s ease}
.see-all:hover .arr{transform:translateX(4px)}
@media (max-width:900px){
  .rev-grid{grid-template-columns:1fr; gap:40px; margin-bottom:42px}
  .rev-badge{position:static; display:inline-block; margin:-4px 0 16px 16px; box-shadow:0 10px 20px -12px rgba(16,29,60,.35)}
}

/* about — a word from the co-founder: centered quote over a round portrait */
.about{background:var(--white)}
.about-quote{max-width:780px; margin:0 auto; text-align:center}
.about-quote::before{
  content:"\201D"; display:block; font-size:clamp(76px, 9vw, 100px); font-weight:800;
  line-height:.62; height:.6em; color:#C9D8F6;
}
.quote-k{
  font-size:12.5px; letter-spacing:.14em; line-height:1.4; text-transform:uppercase;
  font-weight:800; color:var(--blue); margin:14px 0 22px;
}
.quote-text{margin:0}
.quote-text p{
  font-size:clamp(23px, 3vw, 34px); font-weight:800; letter-spacing:-.02em;
  line-height:1.32; color:var(--ink); text-wrap:balance;
}
.quote-who{margin-top:38px}
.quote-who img{
  width:104px; height:104px; border-radius:50%; object-fit:cover; object-position:top;
  display:block; margin:0 auto; border:4px solid #fff;
  box-shadow:0 0 0 1px var(--line), 0 16px 32px -18px rgba(16,29,60,.35);
}
.quote-who b{display:block; font-size:17px; margin-top:16px}
.quote-who span{display:block; font-size:14px; color:var(--muted); margin-top:3px}

/* FAQ — Boardroom Slate band */
.faq{background:var(--band); border-top:1px solid var(--band-line); border-bottom:1px solid var(--band-line)}
.faq-list{max-width:760px; margin:0 auto; display:flex; flex-direction:column; gap:14px}
details{
  background:#fff; border:1px solid var(--line); border-radius:18px; padding:22px 26px;
  overflow:hidden;
  transition:background-color .24s ease, border-color .24s ease;
}
details:not([open]):hover{border-color:#BFD3FC}
details[open]{background:var(--ink); border-color:var(--ink)}
summary{
  cursor:pointer; font-weight:700; font-size:17.5px; list-style:none; color:var(--ink);
  display:flex; justify-content:space-between; align-items:center; gap:16px;
  transition:color .24s ease;
}
details[open] summary{color:#fff}
summary::-webkit-details-marker{display:none}
summary::after{
  content:""; width:19px; height:19px; flex:none; background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center/contain no-repeat;
  transition:transform .3s cubic-bezier(.22,1,.36,1);
}
details[open] summary::after{transform:rotate(180deg)}
details p{
  color:#C9D3E8; margin-top:12px; font-size:16px;
  opacity:0; transform:translateY(4px);
  transition:opacity .25s ease .08s, transform .25s ease .08s;
}
details[open] p{opacity:1; transform:none}
details.closing{background:#fff; border-color:var(--line)}
details.closing summary{color:var(--ink)}
details.closing summary::after{transform:none}
details.closing p{opacity:0; transform:translateY(4px); transition-delay:0s}
.sec-sub, .pcol p, details p, .feat li, .final-box p{text-wrap:pretty}

/* final CTA */
.final{background:var(--white); text-align:center}
.final-box{background:var(--ink); border-radius:32px; padding:72px 30px; color:#fff}
.final-box h2{color:#fff; max-width:600px; margin:0 auto}
.final-box p{color:#B9C3D8; font-size:18px; margin:18px auto 34px; max-width:480px}
.final-box .btn{box-shadow:none}

/* footer — 4-column layout (Aspire-style reference, 2026-07-15) */
footer{background:var(--ink); color:#B9C3D8; padding:64px 0 26px; margin-top:-1px}
.foot-grid{display:grid; grid-template-columns:minmax(260px, 350px) repeat(3, max-content); justify-content:space-between; gap:40px; align-items:start}
@media (max-width:980px){ .foot-grid{grid-template-columns:1fr 1fr; gap:36px} }
@media (max-width:560px){ .foot-grid{grid-template-columns:1fr} }
.foot-logo svg{height:56px; width:auto; aspect-ratio:454.5/133.4; display:block; margin-bottom:18px}
.foot-desc{font-size:14.5px; line-height:1.75; max-width:36ch}
.foot-desc b{color:#fff}
.foot-meta{list-style:none; margin-top:18px; display:flex; flex-direction:column; gap:11px; font-size:14.5px}
.foot-meta li{position:relative; padding-left:27px; line-height:1.45}
.foot-meta svg{
  position:absolute; left:0; top:50%; transform:translateY(-50%);
  width:16px; height:16px; fill:none; stroke:#8AB4FF; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round;
}
.foot-meta a:hover{color:#fff}
.foot-col b{color:#8AB4FF; display:block; margin-bottom:14px; font-size:15.5px}
.foot-col{font-size:14.5px; line-height:2.15}
.foot-col a{display:block}
.foot-col a:hover{color:#fff}
.foot-book{color:#fff; font-weight:800; font-size:15.5px; margin-bottom:16px}
.foot-book:hover{color:#8AB4FF}
.foot-social{display:flex; gap:10px}
.foot-social a{
  width:36px; height:36px; border-radius:50%; background:#fff;
  display:grid; place-items:center;
  transition:transform .15s ease, background .15s ease;
}
.foot-social a:hover{background:var(--sky); transform:translateY(-2px)}
.foot-bottom{
  border-top:1px solid rgba(255,255,255,.12); margin-top:50px;
  padding:22px 54px 0; position:relative; text-align:center;
  font-size:13.5px; color:#8E9AB5;
}
.foot-bottom a{color:#B9C3D8}
.foot-bottom a:hover{color:#fff}
.to-top{
  position:absolute; right:0; top:14px; width:38px; height:38px; border-radius:10px;
  background:var(--blue); display:grid; place-items:center;
  transition:transform .15s ease, background .15s ease;
}
.to-top:hover{background:var(--blue-dark); transform:translateY(-3px)}
.to-top svg{width:16px; height:16px; fill:none; stroke:#fff; stroke-width:2.4; stroke-linecap:round; stroke-linejoin:round}

/* scroll reveal — staggered within groups; no-JS ships fully visible */
.js .reveal{opacity:0; transform:translateY(22px); transition:opacity .6s ease, transform .6s ease}
.js .reveal.in{opacity:1; transform:none}
.pcols > .reveal:nth-child(2), .cards > .reveal:nth-child(2){transition-delay:.07s}
.pcols > .reveal:nth-child(3), .cards > .reveal:nth-child(3){transition-delay:.14s}

@media (prefers-reduced-motion: reduce){
  .hero h1, .hero .checks, .hero .cta-row, .hero .hero-loc,
  .nav-logo:hover .logo-nav circle, .hero-bg, .vf-rec i{animation:none}
  .reveal{opacity:1 !important; transform:none !important}
  .js .tangle.reveal .strand{stroke-dashoffset:0; transition:none}
  .map-pin, .map-pin::before, .pin-ico{animation:none !important}
  .js .map-band.reveal .map-pin{opacity:1}
  .map-pin:hover .pin-card{transform:translateX(-50%)}
}

/* ============ section → detail-page links & interior pages ============ */
/* .sec-cta: the "see details" link at the bottom of a home section (reuses .see-all).
   Interior pages (pricing / how-it-works / portfolio / about / blog / privacy / 404) are
   plain static HTML — the nav renders solid because it has no .overlay class. */
.sec-cta{text-align:center; margin-top:46px}

.page-hero{padding:128px 0 14px; text-align:center; background:linear-gradient(180deg, var(--sky), #fff)}
.page-hero h1{font-size:clamp(32px, 4.4vw, 52px); letter-spacing:-.025em; line-height:1.09}
.page-hero .lead{font-size:18px; color:var(--muted); max-width:620px; margin:16px auto 0; text-wrap:pretty}
.page-sec{padding:56px 0}
.band{background:var(--band); border-top:1px solid var(--band-line); border-bottom:1px solid var(--band-line)}

/* readable prose — privacy policy + longer copy */
.prose{max-width:720px; margin:0 auto}
.prose > p{color:var(--muted); font-size:16px; line-height:1.7; margin-bottom:15px; text-wrap:pretty}
.prose > p b{color:var(--ink)}
.prose h2{font-size:21px; font-weight:800; margin:32px 0 10px; letter-spacing:-.01em; color:var(--ink)}
.prose ul{margin:0 0 15px 22px; color:var(--muted); font-size:16px; line-height:1.7}
.prose li{margin-bottom:6px}
.prose a{color:var(--blue); font-weight:700}
.prose a:hover{color:var(--blue-dark)}
.prose .stamp{font-size:13.5px; color:var(--muted); margin-bottom:26px}

/* how-it-works detail — numbered step list */
.stepline{max-width:720px; margin:0 auto; display:flex; flex-direction:column; gap:16px}
.stepitem{display:flex; gap:18px; align-items:flex-start; background:#fff; border:1px solid var(--line); border-radius:16px; padding:22px 24px}
.stepitem .n{flex:none; width:38px; height:38px; border-radius:11px; background:var(--blue); color:#fff; display:grid; place-items:center; font-weight:800; font-size:16px; box-shadow:inset 0 -3px 0 rgba(16,29,60,.3)}
.stepitem h3{font-size:18px; font-weight:800}
.stepitem p{color:var(--muted); font-size:15px; margin-top:4px; text-wrap:pretty}

/* empty state — portfolio + blog before real content exists */
.empty{max-width:600px; margin:0 auto; text-align:center; background:#fff; border:1px solid var(--line); border-radius:20px; padding:46px 32px; box-shadow:0 20px 44px -30px rgba(16,29,60,.3)}
.empty-ico{width:56px; height:56px; border-radius:16px; background:var(--sky); display:grid; place-items:center; margin:0 auto 18px}
.empty-ico svg{width:28px; height:28px; fill:none; stroke:var(--blue); stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round}
.empty h2{font-size:22px; font-weight:800}
.empty p{color:var(--muted); margin-top:8px; font-size:15.5px; text-wrap:pretty}

/* 404 */
.nf{min-height:66vh; display:grid; place-items:center; text-align:center; padding:130px 24px 70px}
.nf-code{font-size:clamp(90px, 17vw, 160px); font-weight:800; line-height:.9; letter-spacing:-.04em; color:#DCE6FB}
.nf h1{font-size:clamp(26px, 4vw, 36px); margin-top:4px}
.nf p{color:var(--muted); font-size:18px; margin:14px auto 28px; max-width:440px}
