/* ============================================================
   November — marketing site  ·  #18 system
   Archivo display · Instrument Serif italic accent ·
   Space Grotesk UI · Manrope prose · neon palette
   ============================================================ */
:root{
  --paper:#ffffff; --rail:#f4f5f6;
  --ink:#0c0d0e; --ink-2:#3c4048; --muted:#6b7077; --faint:#aab0b7;
  --line:#ececec; --line-2:#d9dcdf;
  --accent:#fc3e22; --accent-2:#e0341a; --accent-soft:#ffe9e5;
  --lime:#deff00; --neon:#1f8fff;
  --green:#15b85c; --amber:#ff8c1a; --teal:#00d1b0;
  --display:"Archivo",sans-serif; --ui:"Space Grotesk",sans-serif;
  --read:"Manrope",sans-serif; --serif:"Instrument Serif",serif;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--ui);-webkit-font-smoothing:antialiased;}
a{text-decoration:none;color:inherit;}
em{font-family:var(--serif);font-style:italic;font-weight:400;color:var(--accent);}

/* shared display + serif accent */
h1,h2,h3{font-family:var(--display);font-weight:800;letter-spacing:-.035em;margin:0;}
h1 em,h2 em,h3 em{letter-spacing:-.01em;}
.lead,p{font-family:var(--read);}

/* buttons */
.btn{display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 19px;border-radius:10px;
  font-family:var(--ui);font-size:14px;font-weight:700;cursor:pointer;border:0;transition:transform .08s,background .15s;white-space:nowrap;}
.btn svg{width:17px;height:17px;}
.btn:active{transform:translateY(1px);}
.btn.primary{background:var(--accent);color:#fff;}
.btn.primary:hover{background:var(--accent-2);}
.btn.ghost{background:#fff;color:var(--ink);border:1.5px solid var(--ink);}
.btn.ghost:hover{background:var(--ink);color:#fff;}
.btn.dark{background:#0c0d0e;color:#fff;}
.btn.dark:hover{background:#26282b;}
.btn.lg{height:50px;padding:0 24px;font-size:15px;border-radius:11px;}
.btn.full{display:flex;justify-content:center;width:100%;}

/* ---------------- NAV ---------------- */
.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);}
.nav-in{max-width:1180px;margin:0 auto;padding:14px 32px;display:flex;align-items:center;gap:28px;}
.brand{font-family:var(--display);font-weight:800;font-size:22px;letter-spacing:-.04em;display:flex;align-items:center;gap:10px;}
.brand-mk{width:24px;height:24px;border-radius:28%;display:inline-block;object-fit:cover;}
.brand.light{color:#fff;}
.nav-links{display:flex;gap:26px;margin-left:14px;}
.nav-links a{font-family:var(--ui);font-size:14px;font-weight:600;color:var(--ink-2);}
.nav-links a:hover{color:var(--accent);}
.nav-cta{margin-left:auto;display:flex;align-items:center;gap:16px;}
.nav-cta .lnk{font-family:var(--ui);font-size:14px;font-weight:700;}
.nav-cta .lnk:hover{color:var(--accent);}

/* ---------------- HERO ---------------- */
.hero{position:relative;overflow:hidden;}
.hero-in{max-width:1180px;margin:0 auto;padding:74px 32px 70px;display:grid;grid-template-columns:1fr 1.04fr;gap:54px;align-items:center;}
.blob{position:absolute;z-index:0;pointer-events:none;}
.blob-hero{top:-150px;right:-110px;width:430px;height:430px;}
.hero-copy{position:relative;z-index:1;}
.eyebrow{display:inline-block;font-family:var(--ui);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:18px;}
.hero h1{font-size:74px;line-height:.93;}
.hero .lead{font-size:18px;line-height:1.6;color:var(--ink-2);max-width:480px;margin:22px 0 30px;}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;}
.hero-req{font-family:var(--read);font-size:13px;color:var(--muted);margin:14px 0 0;display:flex;align-items:center;gap:7px;}
.hero-req::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green);flex:none;}
.hero-req b{color:var(--ink-2);font-weight:700;}
.hero-proof{display:flex;align-items:center;gap:14px;margin-top:34px;}
.avstack{display:flex;}
.avstack .av{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:#fff;font-family:var(--ui);font-weight:700;font-size:12px;border:2.5px solid #fff;margin-left:-9px;}
.avstack .av:first-child{margin-left:0;}
.hero-proof span{font-family:var(--read);font-size:13.5px;color:var(--muted);}
.hero-proof b{color:var(--ink);font-weight:700;}

/* product mock */
.hero-art{position:relative;z-index:1;}
.mock{display:flex;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;
  box-shadow:0 30px 60px -28px rgba(12,13,14,.34),0 8px 20px -12px rgba(12,13,14,.18);}
.mock-side{width:56px;flex:none;background:#0b0c0d;padding:16px 0;display:flex;flex-direction:column;align-items:center;gap:9px;}
.mk-brand{width:26px;height:26px;border-radius:8px;background:rgba(255,255,255,.08);display:grid;place-items:center;margin-bottom:6px;}
.mk-dot{width:11px;height:11px;border-radius:50%;background:var(--accent);}
.mk-nav{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;}
.mk-nav .i{width:15px;height:15px;border-radius:5px;background:rgba(255,255,255,.16);}
.mk-nav.on{background:rgba(255,255,255,.12);}
.mk-nav.on .i{background:var(--accent);}
.mock-main{flex:1;min-width:0;padding:18px 20px 22px;}
.mk-head{display:flex;align-items:center;gap:10px;margin-bottom:14px;}
.mk-head h3{font-size:22px;margin-right:auto;}
.mk-head h3 em{font-size:19px;}
.mk-pill{font-family:var(--ui);font-size:11px;font-weight:600;color:var(--muted);padding:5px 11px;border-radius:999px;}
.mk-pill.on{background:#0c0d0e;color:#fff;}
.mk-row{display:flex;align-items:center;gap:12px;padding:11px 0;border-top:1px solid var(--line);}
.mk-dir{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;flex:none;}
.mk-dir svg{width:13px;height:13px;}
.mk-dir.in{background:#e3f6ec;color:var(--green);}
.mk-dir.missed{background:#ffe9e5;color:var(--accent);}
.mk-dir.fwd{background:#fff0db;color:var(--amber);}
.mk-av{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:#fff;font-family:var(--ui);font-weight:700;font-size:12px;flex:none;}
.mk-who{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px;}
.mk-who b{font-family:var(--ui);font-size:13.5px;font-weight:700;letter-spacing:-.01em;}
.mk-who b.miss{color:var(--accent);}
.mk-who i{font-family:var(--read);font-style:normal;font-size:11.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.mk-chip{font-family:var(--ui);font-size:10px;font-weight:700;padding:3px 9px;border-radius:999px;flex:none;}
.mk-time{font-family:var(--ui);font-size:12px;color:var(--muted);flex:none;}
.mk-thread{padding:0 0 11px 40px;border-top:1px solid var(--line);padding-top:10px;}
.mk-cmt{display:flex;gap:9px;align-items:flex-start;}
.mk-ca{width:21px;height:21px;border-radius:50%;display:grid;place-items:center;color:#fff;font-family:var(--ui);font-weight:700;font-size:9px;flex:none;margin-top:1px;}
.mk-cmt p{margin:0;font-family:var(--read);font-size:12px;line-height:1.45;color:var(--ink-2);}
.mk-cmt p b{font-family:var(--ui);color:var(--ink);font-weight:700;}

/* ---------------- METRIC STRIP ---------------- */
.strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--rail);}
.strip-in{max-width:1180px;margin:0 auto;padding:30px 32px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.metric{display:flex;flex-direction:column;gap:3px;}
.metric b{font-family:var(--display);font-weight:800;font-size:38px;letter-spacing:-.04em;line-height:1;}
.metric span{font-family:var(--read);font-size:13.5px;color:var(--muted);}

/* ---------------- SECTION HEAD ---------------- */
.sec-head{max-width:1180px;margin:0 auto;padding:0 32px;text-align:center;}
.sec-kick{display:inline-block;font-family:var(--ui);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:14px;}
.sec-head h2{font-size:44px;line-height:1.02;}
.sec-head > p{font-family:var(--read);font-size:17px;line-height:1.6;color:var(--ink-2);max-width:560px;margin:16px auto 0;}

/* ---------------- FEATURES ---------------- */
.features{padding:96px 0;}
.feat-grid{max-width:1180px;margin:52px auto 0;padding:0 32px;display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.feat{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;}
.feat-ic{width:52px;height:52px;border-radius:13px;background:var(--c);display:grid;place-items:center;margin-bottom:20px;}
.feat-ic svg{width:25px;height:25px;}
.feat h3{font-size:21px;letter-spacing:-.03em;margin-bottom:9px;}
.feat p{font-size:14.5px;line-height:1.6;color:var(--ink-2);margin:0;}

/* ---------------- SHOWCASE ---------------- */
.show{padding:54px 0;overflow:hidden;}
.show-in{max-width:1180px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
.show.alt .show-art{order:-1;}
.show-copy h2{font-size:40px;line-height:1.03;margin-bottom:18px;}
.show-copy > p{font-size:16.5px;line-height:1.62;color:var(--ink-2);margin:0 0 22px;}
.ticks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:13px;}
.ticks li{display:flex;align-items:center;gap:11px;font-family:var(--ui);font-size:15px;font-weight:600;color:var(--ink);}
.ticks svg{width:21px;height:21px;flex:none;}
.show-art{position:relative;}

/* showcase card — thread */
.card-thread,.card-cust{position:relative;z-index:1;background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px 24px;
  box-shadow:0 24px 50px -28px rgba(12,13,14,.30);}
.blob-show{top:-46px;right:-46px;width:150px;height:150px;}
.ct-row{display:flex;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--line);}
.ct-row .mk-who{gap:2px;}
.ct-cmt{display:flex;gap:10px;align-items:flex-start;margin-top:14px;}
.ct-cmt .mk-ca{width:24px;height:24px;font-size:10px;}
.ct-cmt p{margin:0;font-family:var(--read);font-size:13.5px;line-height:1.5;color:var(--ink-2);}
.ct-cmt p b{font-family:var(--ui);color:var(--ink);font-weight:700;}
.ct-task{display:flex;align-items:center;gap:10px;margin:13px 0 0 34px;font-family:var(--ui);font-size:13.5px;font-weight:600;color:var(--ink);}
.ct-task .box{width:19px;height:19px;border-radius:6px;border:1.5px solid var(--line-2);display:grid;place-items:center;flex:none;}
.ct-task .box svg{width:12px;height:12px;}
.ct-task.done .box{background:var(--green);border-color:var(--green);}
.ct-task.done{color:var(--muted);text-decoration:line-through;text-decoration-color:var(--ink-2);}

/* showcase card — folded-out incoming-call bar mock */
.dotgrid{position:absolute;bottom:-40px;left:-40px;width:150px;height:150px;z-index:0;}
.callmock{position:relative;z-index:1;border-radius:16px;overflow:hidden;
  box-shadow:0 24px 50px -26px rgba(12,13,14,.34),0 6px 16px -10px rgba(12,13,14,.2);}
.cm-bar{display:flex;align-items:center;gap:12px;background:#0b0c0d;color:#fff;padding:13px 16px;}
.cm-pulse{width:10px;height:10px;border-radius:50%;background:var(--green);flex:none;
  box-shadow:0 0 0 0 rgba(21,184,92,.6);animation:cmpulse 1.6s infinite;}
@keyframes cmpulse{0%{box-shadow:0 0 0 0 rgba(21,184,92,.55);}70%{box-shadow:0 0 0 9px rgba(21,184,92,0);}100%{box-shadow:0 0 0 0 rgba(21,184,92,0);}}
@media (prefers-reduced-motion:reduce){.cm-pulse{animation:none;}}
.cm-av{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;color:#fff;font-family:var(--ui);font-weight:700;font-size:13px;flex:none;}
.cm-who{display:flex;flex-direction:column;gap:1px;min-width:0;}
.cm-who b{font-family:var(--ui);font-size:14px;font-weight:700;letter-spacing:-.01em;}
.cm-who i{font-family:var(--read);font-style:normal;font-size:12px;color:rgba(255,255,255,.55);}
.cm-sp{flex:1;}
.cm-state{font-family:var(--ui);font-size:12px;font-weight:600;color:rgba(255,255,255,.62);white-space:nowrap;}
.cm-chev{width:32px;height:32px;border-radius:8px;background:rgba(255,255,255,.12);display:grid;place-items:center;flex:none;}
.cm-chev svg{width:16px;height:16px;}
.cm-panel{background:#fff;display:grid;grid-template-columns:1.15fr 1fr;gap:22px;padding:18px 20px 20px;}
.cm-h{display:flex;align-items:center;gap:7px;font-family:var(--display);font-weight:800;font-size:13px;letter-spacing:-.01em;color:var(--ink);margin-bottom:10px;}
.cm-h svg{width:14px;height:14px;color:var(--muted);}
.cm-h .n{font-family:var(--ui);font-weight:700;font-size:11px;color:var(--muted);background:var(--rail);border-radius:999px;padding:1px 7px;}
.cm-h2{margin-top:18px;}
.cm-note{font-family:var(--read);font-size:12.5px;line-height:1.5;color:var(--ink-2);
  background:var(--rail);border:1px solid var(--line);border-radius:10px;padding:10px 12px;}
.cm-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px;}
.cm-tags span{display:inline-flex;align-items:center;font-family:var(--ui);font-size:11px;font-weight:700;
  color:#fff;border:0;border-radius:999px;padding:4px 11px;}
.cm-task{display:flex;align-items:center;gap:9px;font-family:var(--ui);font-size:12.5px;font-weight:600;color:var(--ink);padding:7px 0;border-top:1px solid var(--line);}
.cm-task:first-of-type{border-top:0;}
.cm-task .box{width:17px;height:17px;border-radius:5px;border:1.5px solid var(--line-2);flex:none;}
.cm-asg{margin-left:auto;width:21px;height:21px;border-radius:50%;display:grid;place-items:center;color:#fff;font-family:var(--ui);font-weight:700;font-size:9px;flex:none;}
.cm-links{display:flex;flex-wrap:wrap;gap:7px;}
.cm-link{display:inline-flex;align-items:center;gap:7px;font-family:var(--ui);font-size:11.5px;font-weight:600;color:var(--ink-2);
  background:var(--rail);border:1px solid var(--line);border-radius:8px;padding:5px 10px;}
.cm-link .ld{width:8px;height:8px;border-radius:3px;}
@media (max-width:520px){.cm-panel{grid-template-columns:1fr;gap:18px;}}

/* ---------------- PAGES BAND (the differentiator) ---------------- */
.pagesband{background:var(--rail);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:86px 0;}
.pg-show{max-width:1000px;margin:46px auto 0;padding:0 32px;}
.pgmock{display:flex;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;
  box-shadow:0 34px 64px -30px rgba(12,13,14,.34),0 8px 22px -14px rgba(12,13,14,.18);}
.pg-rail{width:52px;flex:none;background:#0b0c0d;padding:16px 0;display:flex;flex-direction:column;align-items:center;gap:9px;}
.pg-tree{width:216px;flex:none;border-right:1px solid var(--line);padding:18px 14px;}
.pg-tree .tt{font-family:var(--ui);font-size:10.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--muted);margin:0 6px 12px;}
.pg-folder{display:flex;align-items:center;gap:8px;font-family:var(--ui);font-size:13px;font-weight:700;color:var(--ink);padding:7px 6px;}
.pg-folder svg{width:14px;height:14px;color:var(--muted);}
.pg-folder + .pg-leaf{margin-top:2px;}
.pg-leaf{display:flex;align-items:center;gap:8px;font-family:var(--ui);font-size:13px;font-weight:500;color:var(--ink-2);padding:6px 8px 6px 26px;border-radius:7px;}
.pg-leaf svg{width:13px;height:13px;color:var(--faint);flex:none;}
.pg-leaf.on{background:var(--accent-soft);color:var(--ink);font-weight:700;}
.pg-leaf.on svg{color:var(--accent);}
.pg-fgap{height:14px;}
.pg-page{flex:1;min-width:0;padding:26px 30px 30px;}
.pg-page .doc-meta{font-family:var(--read);font-size:12px;color:var(--muted);margin-bottom:7px;}
.pg-page .doc-title{font-family:var(--display);font-weight:800;font-size:29px;letter-spacing:-.03em;line-height:1.04;margin:0 0 18px;}
.pg-page .doc-h{font-family:var(--display);font-weight:800;font-size:16px;letter-spacing:-.01em;margin:18px 0 8px;}
.pg-page .doc-p{font-family:var(--read);font-size:13.5px;line-height:1.6;color:var(--ink-2);margin:0 0 14px;}
.doc-callout{display:flex;gap:10px;align-items:flex-start;background:#fbffd2;border:1px solid #e6f49a;border-radius:11px;
  padding:12px 14px;font-family:var(--read);font-size:13px;line-height:1.5;color:var(--ink-2);margin:4px 0 16px;}
.doc-callout svg{width:17px;height:17px;flex:none;color:#0c0d0e;margin-top:1px;}
.doc-callout b{font-family:var(--ui);color:var(--ink);font-weight:700;}
.doc-check{display:flex;align-items:center;gap:10px;font-family:var(--ui);font-size:13px;font-weight:600;color:var(--ink);padding:6px 0;}
.doc-check .box{width:18px;height:18px;border-radius:5px;border:1.5px solid var(--line-2);flex:none;display:grid;place-items:center;}
.doc-check .box svg{width:11px;height:11px;}
.doc-check.done .box{background:var(--green);border-color:var(--green);}
.doc-check.done{color:var(--muted);text-decoration:line-through;text-decoration-color:var(--ink-2);}
.doc-ref{display:inline-flex;align-items:center;gap:7px;margin-top:8px;font-family:var(--ui);font-size:12px;font-weight:600;color:var(--ink-2);
  background:var(--rail);border:1px solid var(--line);border-radius:8px;padding:6px 10px;}
.doc-ref .ra{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:9px;font-weight:700;flex:none;}
.pg-points{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;max-width:1000px;margin:40px auto 0;padding:0 32px;}
.pg-point .pi{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;margin-bottom:13px;}
.pg-point .pi svg{width:18px;height:18px;}
.pg-point h4{font-family:var(--display);font-weight:800;font-size:16px;letter-spacing:-.02em;margin:0 0 6px;}
.pg-point p{font-family:var(--read);font-size:13.5px;line-height:1.55;color:var(--ink-2);margin:0;}
@media (max-width:760px){
  .pg-rail,.pg-tree{display:none;}
  .pg-points{grid-template-columns:1fr;gap:22px;}
}

/* ---------------- QUOTE ---------------- */
.quote{position:relative;overflow:hidden;margin:54px 0;}
.quote-in{max-width:900px;margin:0 auto;padding:64px 32px;text-align:center;position:relative;z-index:1;}
.blob-quote{top:0;left:-60px;width:230px;height:230px;opacity:.9;}
.quote .q{font-family:var(--display);font-weight:700;font-size:30px;line-height:1.28;letter-spacing:-.025em;color:var(--ink);margin:0 0 26px;}
.quote .q em{font-size:30px;}
.q-by{display:inline-flex;align-items:center;gap:13px;}
.q-by .mk-av{width:44px;height:44px;font-size:15px;}
.q-by span{display:flex;flex-direction:column;text-align:left;}
.q-by b{font-family:var(--ui);font-size:15px;font-weight:700;}
.q-by i{font-family:var(--read);font-style:normal;font-size:13px;color:var(--muted);}

/* ---------------- PRICING ---------------- */
.pricing{padding:90px 0;}
.price-grid{max-width:1080px;margin:52px auto 0;padding:0 32px;display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:start;}
.plan{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;display:flex;flex-direction:column;}
.plan.feature{border:1.5px solid var(--ink);box-shadow:0 24px 50px -30px rgba(12,13,14,.35);}
.plan-flag{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--lime);color:#0a0a0a;
  font-family:var(--ui);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:5px 13px;border-radius:999px;}
.plan-h h3{font-size:22px;}
.plan-tag{font-family:var(--read);font-size:13px;color:var(--muted);display:block;margin-top:4px;}
.plan-price{display:flex;align-items:baseline;gap:6px;margin:20px 0;padding-bottom:20px;border-bottom:1px solid var(--line);}
.plan-price b{font-family:var(--display);font-weight:800;font-size:42px;letter-spacing:-.04em;}
.plan-price span{font-family:var(--read);font-size:14px;color:var(--muted);}
.plan ul{list-style:none;margin:0 0 24px;padding:0;display:flex;flex-direction:column;gap:11px;flex:1;}
.plan ul li{font-family:var(--read);font-size:14px;color:var(--ink-2);padding-left:24px;position:relative;}
.plan ul li::before{content:"";position:absolute;left:0;top:7px;width:13px;height:9px;
  border-left:2px solid var(--green);border-bottom:2px solid var(--green);transform:rotate(-45deg);}

/* ---------------- CTA ---------------- */
.cta{padding:30px 32px 80px;}
.cta-in{position:relative;overflow:hidden;max-width:1080px;margin:0 auto;background:#0b0c0d;border-radius:26px;
  padding:70px 56px;text-align:center;color:#fff;}
.blob-cta{bottom:-120px;right:-80px;width:340px;height:340px;opacity:.92;}
.cta h2{font-size:52px;line-height:1.0;color:#fff;position:relative;z-index:1;}
.cta-in > p{font-family:var(--read);font-size:17px;color:rgba(255,255,255,.72);margin:18px 0 30px;position:relative;z-index:1;}
.cta-actions{display:flex;gap:13px;justify-content:center;position:relative;z-index:1;flex-wrap:wrap;}
.cta .btn.dark{background:rgba(255,255,255,.12);}
.cta .btn.dark:hover{background:rgba(255,255,255,.22);}

/* ---------------- FOOTER ---------------- */
.foot{background:#0b0c0d;color:#fff;padding:60px 32px 26px;}
.foot-in{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.4fr 2fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1);}
.foot-brand p{font-family:var(--read);font-size:14px;line-height:1.6;color:rgba(255,255,255,.55);max-width:300px;margin:16px 0 0;}
.foot-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.fcol h4{font-family:var(--ui);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.5);margin:0 0 16px;}
.fcol a{display:block;font-family:var(--read);font-size:14px;color:rgba(255,255,255,.78);margin-bottom:11px;}
.fcol a:hover{color:var(--lime);}
.foot-bottom{max-width:1180px;margin:22px auto 0;display:flex;justify-content:space-between;font-family:var(--read);font-size:12.5px;color:rgba(255,255,255,.45);}

/* ---------------- RESPONSIVE ---------------- */
@media (max-width:960px){
  .hero-in{grid-template-columns:1fr;gap:40px;}
  .hero h1{font-size:58px;}
  .show-in{grid-template-columns:1fr;gap:36px;}
  .show.alt .show-art{order:0;}
  .foot-in{grid-template-columns:1fr;}
}
@media (max-width:760px){
  .nav-links{display:none;}
  .strip-in{grid-template-columns:repeat(2,1fr);gap:22px;}
  .feat-grid,.price-grid{grid-template-columns:1fr;}
  .hero h1{font-size:46px;}
  .sec-head h2{font-size:33px;}
  .cta h2{font-size:36px;}
  .cta-in{padding:48px 28px;}
  .nav-in,.hero-in,.show-in{padding-left:22px;padding-right:22px;}
}
