/*
  translatorshouse.com (Build 54) | Translation Agency | Alberta, Canada | CAD
  Theme: Warm Charcoal #2C2A27 + Sage Green #4F7058 + Linen #F5F1EB (FIRST sage+earthy in 54!)
  Nav: DARK CHARCOAL STICKY with BIGGER LOGO (FIRST dark top nav in 54!)
  Hero: COLLAGE - 3 overlapping rotated images right (FIRST collage hero in 54!)
  Services: NUMBERED HORIZONTAL LIST (vs B53 mosaic - FIRST!)
  Case studies: TABBED FORMAT (FIRST in 54!)
  Pricing: ACCORDION EXPANDABLE ROWS (FIRST in 54!)
  Testimonials: CAROUSEL with dot-nav (FIRST in 54!)
  Process: HORIZONTAL RAIL with connecting line (FIRST!)
  FAQ: 2-COL GRID accordion (FIRST in 54!)
  Footer: 3-col, BIGGER LOGO
  Fonts: Libre Baskerville + Nunito Sans - BOTH FIRST in 54!
  CSS prefix: thx-
*/
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Nunito+Sans:wght@300;400;600;700;800&display=swap');

:root {
  --thx-bg:      #F5F1EB;
  --thx-surf:    #EDE8DF;
  --thx-surf2:   #E2DDD0;
  --thx-sage:    #4F7058;
  --thx-sage2:   #3D5845;
  --thx-sage3:   #2E4334;
  --thx-saget:   rgba(79,112,88,.10);
  --thx-saget2:  rgba(79,112,88,.18);
  --thx-dark:    #2C2A27;
  --thx-dark2:   #1E1D1A;
  --thx-dark3:   #3A3731;
  --thx-ink:     #2C2A27;
  --thx-mid:     #6B6558;
  --thx-muted:   #9E9689;
  --thx-border:  #DDD8CC;
  --thx-border2: #CBC6B8;
  --thx-max:     1080px;
  --thx-nav-h:   76px;
  --thx-r:       4px;
  --thx-r2:      8px;
  --thx-r3:      16px;
  --thx-r4:      24px;
  --thx-rp:      100px;
  --thx-fh:      'Libre Baskerville', Georgia, serif;
  --thx-fb:      'Nunito Sans', system-ui, sans-serif;
  --thx-ease:    all 0.22s cubic-bezier(.4,0,.2,1);
  --thx-sh:      0 4px 24px rgba(44,42,39,.10);
  --thx-sh2:     0 16px 56px rgba(44,42,39,.16);
  --thx-ssh:     0 8px 32px rgba(79,112,88,.22);
}

*,*::before,*::after { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body { background:var(--thx-bg); color:var(--thx-ink); font-family:var(--thx-fb); font-size:1rem; line-height:1.72; overflow-x:hidden; }
img,svg { display:block; max-width:100%; }
a { color:inherit; text-decoration:none; }
ul { list-style:none; }
button { font-family:inherit; cursor:pointer; border:none; background:none; }
input,textarea,select { font-family:inherit; }
address { font-style:normal; }

h1 { font-family:var(--thx-fh); font-size:clamp(2.4rem,5vw,5.8rem); font-weight:700; line-height:1.08; letter-spacing:-.01em; }
h2 { font-family:var(--thx-fh); font-size:clamp(1.8rem,3.2vw,4rem); font-weight:700; line-height:1.1; letter-spacing:-.01em; }
h3 { font-family:var(--thx-fh); font-size:1.1rem; font-weight:700; }
p  { font-size:.92rem; line-height:1.82; color:var(--thx-mid); }

/* ============================================================
   DARK CHARCOAL STICKY NAV with BIGGER LOGO (FIRST dark nav in 54!)
   ============================================================ */
.thx-topnav { position:sticky; top:0; z-index:900; background:var(--thx-dark); border-bottom:1px solid rgba(255,255,255,.06); height:var(--thx-nav-h); transition:box-shadow .2s; }
.thx-topnav.thx-nav-up { box-shadow:0 4px 24px rgba(0,0,0,.3); }
.thx-nav-inner { max-width:calc(var(--thx-max) + 80px); margin:0 auto; padding:0 2rem; display:flex; align-items:center; height:100%; gap:1.5rem; }
/* BIGGER LOGO (new requirement!) */
.thx-logo { font-family:var(--thx-fh); font-size:1.48rem; font-weight:700; color:var(--thx-bg); letter-spacing:-.01em; white-space:nowrap; margin-right:auto; line-height:1; }
.thx-logo em { font-style:normal; color:var(--thx-sage); }
.thx-nav-links { display:flex; align-items:center; gap:.1rem; }
.thx-nl { font-family:var(--thx-fb); font-size:.92rem; font-weight:600; color:rgba(255,255,255,.45); padding:.36rem .76rem; border-radius:var(--thx-r2); transition:var(--thx-ease); white-space:nowrap; }
.thx-nl:hover { color:rgba(255,255,255,.85); }
.thx-nl.thx-on { color:var(--thx-bg); }
.thx-nav-cta { font-family:var(--thx-fb); font-size:.88rem; font-weight:700; color:white; background:var(--thx-sage); padding:.44rem 1.3rem; border-radius:var(--thx-rp); transition:background .14s; white-space:nowrap; }
.thx-nav-cta:hover { background:var(--thx-sage2); }
/* Mobile */
.thx-ham { display:none; width:36px; height:36px; flex-direction:column; align-items:center; justify-content:center; gap:5px; border-radius:var(--thx-r2); border:1px solid rgba(255,255,255,.15); cursor:pointer; }
.thx-ham span { width:16px; height:1.5px; background:var(--thx-bg); border-radius:2px; display:block; transition:var(--thx-ease); }
.thx-mob-ov { position:fixed; inset:0; background:rgba(28,29,26,.5); z-index:910; opacity:0; pointer-events:none; transition:opacity .22s; }
.thx-mob-ov.thx-ov-on { opacity:1; pointer-events:auto; }
.thx-mob-draw { position:fixed; top:0; right:0; bottom:0; width:280px; background:var(--thx-dark); z-index:920; transform:translateX(100%); transition:transform .28s cubic-bezier(.4,0,.2,1); padding:1.4rem; overflow-y:auto; }
.thx-mob-draw.thx-draw-on { transform:none; }
.thx-draw-hd { display:flex; align-items:center; justify-content:space-between; margin-bottom:1.4rem; padding-bottom:.9rem; border-bottom:1px solid rgba(255,255,255,.08); }
.thx-draw-lk { display:flex; align-items:center; justify-content:space-between; padding:.62rem 0; border-bottom:1px solid rgba(255,255,255,.06); font-family:var(--thx-fb); font-size:.9rem; font-weight:600; color:rgba(255,255,255,.5); transition:color .14s; }
.thx-draw-lk:hover { color:rgba(255,255,255,.9); }

/* ============================================================
   COLLAGE HERO (3 overlapping rotated images - FIRST in 54!)
   ============================================================ */
.thx-hero-zone { background:var(--thx-bg); padding:calc(var(--thx-nav-h) + 5rem) 0 4rem; overflow:hidden; }
.thx-hero-shell { max-width:calc(var(--thx-max) + 80px); margin:0 auto; padding:0 2rem; display:grid; grid-template-columns:55fr 45fr; gap:4rem; align-items:center; }
.thx-hero-tag { display:inline-flex; align-items:center; gap:.5rem; font-family:var(--thx-fb); font-size:.56rem; font-weight:700; text-transform:uppercase; letter-spacing:.28em; color:var(--thx-sage); margin-bottom:1.2rem; }
.thx-hero-tag::before { content:''; width:20px; height:2px; background:var(--thx-sage); border-radius:2px; }
.thx-hero-zone h1 { color:var(--thx-dark); margin-bottom:1.1rem; }
.thx-hero-sub { max-width:52ch; margin-bottom:2rem; font-size:.96rem; line-height:1.82; }
.thx-hero-acts { display:flex; gap:.7rem; flex-wrap:wrap; margin-bottom:2rem; }
.thx-hero-trust { display:flex; gap:1.2rem; flex-wrap:wrap; }
.thx-hero-trust-itm { font-size:.64rem; font-weight:600; color:var(--thx-muted); display:flex; align-items:center; gap:.3rem; }
.thx-hero-trust-itm::before { content:''; width:6px; height:6px; background:var(--thx-sage); border-radius:50%; flex-shrink:0; }
/* COLLAGE (3 overlapping images - FIRST!) */
.thx-collage-wrap { position:relative; height:520px; }
.thx-collage-main { position:absolute; top:0; right:0; width:76%; height:82%; border-radius:var(--thx-r3); object-fit:cover; display:block; box-shadow:var(--thx-sh2); }
.thx-collage-sm1 { position:absolute; bottom:0; left:2%; width:50%; height:50%; border-radius:var(--thx-r3); object-fit:cover; display:block; transform:rotate(-2.5deg); box-shadow:var(--thx-sh2); z-index:2; }
.thx-collage-sm2 { position:absolute; top:18%; left:-2%; width:42%; height:42%; border-radius:var(--thx-r3); object-fit:cover; display:block; transform:rotate(1.8deg); box-shadow:0 8px 30px rgba(44,42,39,.18); z-index:1; }

/* ============================================================
   TRUST BAND (static grid, different from B53's rolling band)
   ============================================================ */
.thx-trust-band { background:var(--thx-dark); padding:.6rem 0; }
.thx-trust-inner { max-width:var(--thx-max); margin:0 auto; padding:0 2rem; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:.5rem; }
.thx-trust-item { font-family:var(--thx-fb); font-size:.58rem; font-weight:700; color:rgba(255,255,255,.3); text-transform:uppercase; letter-spacing:.1em; white-space:nowrap; }

/* ============================================================
   NUMBERED SERVICE LIST (FIRST horizontal list in 54!)
   ============================================================ */
.thx-svc-list { margin-top:1.5rem; }
.thx-svc-row { display:grid; grid-template-columns:auto 1fr auto; gap:2rem; align-items:center; padding:1.5rem 1.8rem; border:1.5px solid var(--thx-border); border-radius:var(--thx-r3); margin-bottom:.6rem; background:white; transition:var(--thx-ease); }
.thx-svc-row:hover { border-color:var(--thx-sage); box-shadow:var(--thx-ssh); transform:translateX(4px); }
.thx-svc-num { font-family:var(--thx-fh); font-size:2.2rem; font-weight:700; color:var(--thx-surf2); line-height:1; min-width:60px; }
.thx-svc-row:hover .thx-svc-num { color:var(--thx-saget2); }
.thx-svc-info-h { font-family:var(--thx-fh); font-size:1rem; font-weight:700; color:var(--thx-dark); margin-bottom:.2rem; }
.thx-svc-info-p { font-size:.8rem; color:var(--thx-mid); line-height:1.6; max-width:60ch; }
.thx-svc-row-right { text-align:right; flex-shrink:0; }
.thx-svc-from { font-family:var(--thx-fb); font-size:.42rem; font-weight:700; text-transform:uppercase; letter-spacing:.14em; color:var(--thx-muted); }
.thx-svc-price { font-family:var(--thx-fh); font-size:1.2rem; font-weight:700; color:var(--thx-sage); }

/* ============================================================
   TABBED CASE STUDIES (FIRST in 54!)
   ============================================================ */
.thx-case-tabs { margin-top:2rem; }
.thx-tab-nav { display:flex; gap:.4rem; margin-bottom:1.5rem; }
.thx-tab-btn { font-family:var(--thx-fb); font-size:.86rem; font-weight:700; color:var(--thx-mid); padding:.56rem 1.4rem; border:1.5px solid var(--thx-border); border-radius:var(--thx-rp); cursor:pointer; background:white; transition:var(--thx-ease); }
.thx-tab-btn.thx-tab-active { background:var(--thx-dark); color:var(--thx-bg); border-color:var(--thx-dark); }
.thx-tab-panel { display:none; }
.thx-tab-panel.thx-panel-on { display:grid; grid-template-columns:1fr 1fr; gap:3rem; align-items:center; }
.thx-case-img { width:100%; height:300px; object-fit:cover; border-radius:var(--thx-r3); display:block; }
.thx-case-type { font-family:var(--thx-fb); font-size:.46rem; font-weight:700; text-transform:uppercase; letter-spacing:.22em; color:var(--thx-sage); margin-bottom:.4rem; }
.thx-case-nm { font-family:var(--thx-fh); font-size:1.4rem; font-weight:700; color:var(--thx-dark); margin-bottom:.8rem; }
.thx-case-lbl { font-size:.42rem; font-weight:700; text-transform:uppercase; letter-spacing:.14em; color:var(--thx-muted); margin-top:.6rem; margin-bottom:.15rem; }
.thx-case-stat { font-family:var(--thx-fh); font-size:2.4rem; font-weight:700; color:var(--thx-sage); line-height:1; }
.thx-case-slbl { font-size:.58rem; color:var(--thx-muted); }

/* ============================================================
   ACCORDION PRICING (FIRST in 54!)
   ============================================================ */
.thx-pkg-stack { margin-top:2rem; display:flex; flex-direction:column; gap:.5rem; }
.thx-pkg-row { background:white; border:1.5px solid var(--thx-border); border-radius:var(--thx-r3); overflow:hidden; transition:border-color .2s; }
.thx-pkg-row.thx-pkg-open { border-color:var(--thx-sage); }
.thx-pkg-row.thx-pkg-featured { border-color:var(--thx-sage); }
.thx-pkg-trigger { display:flex; align-items:center; justify-content:space-between; padding:1.4rem 1.8rem; cursor:pointer; background:none; border:none; width:100%; text-align:left; }
.thx-pkg-left { display:flex; align-items:baseline; gap:1rem; flex-wrap:wrap; }
.thx-pkg-nm { font-family:var(--thx-fh); font-size:1.1rem; font-weight:700; color:var(--thx-dark); }
.thx-pkg-scope { font-size:.7rem; color:var(--thx-muted); }
.thx-pkg-popular { display:inline-block; font-family:var(--thx-fb); font-size:.42rem; font-weight:700; text-transform:uppercase; letter-spacing:.12em; background:var(--thx-sage); color:white; padding:.14rem .56rem; border-radius:var(--thx-rp); margin-left:.4rem; }
.thx-pkg-right { display:flex; align-items:center; gap:1rem; flex-shrink:0; }
.thx-pkg-price { font-family:var(--thx-fh); font-size:1.6rem; font-weight:700; color:var(--thx-sage); }
.thx-pkg-arr { width:24px; height:24px; border:1.5px solid var(--thx-border); border-radius:50%; display:flex; align-items:center; justify-content:center; color:var(--thx-muted); transition:var(--thx-ease); }
.thx-pkg-row.thx-pkg-open .thx-pkg-arr { transform:rotate(180deg); border-color:var(--thx-sage); color:var(--thx-sage); }
.thx-pkg-body { max-height:0; overflow:hidden; transition:max-height .35s ease; }
.thx-pkg-body-inner { padding:0 1.8rem 1.8rem; border-top:1px solid var(--thx-border); padding-top:1.2rem; }
.thx-pkg-list { display:grid; grid-template-columns:1fr 1fr; gap:.24rem; margin-bottom:1.2rem; }
.thx-pkg-li { display:flex; align-items:flex-start; gap:.35rem; font-size:.8rem; color:var(--thx-mid); }
.thx-pkg-li svg { color:var(--thx-sage); flex-shrink:0; margin-top:.06rem; }

/* ============================================================
   CAROUSEL TESTIMONIALS (FIRST in 54!)
   ============================================================ */
.thx-testi-carousel { max-width:760px; margin:2rem auto 0; position:relative; }
.thx-testi-slide { display:none; }
.thx-testi-slide.thx-ts-on { display:block; }
.thx-testi-card { background:white; border:1.5px solid var(--thx-border); border-radius:var(--thx-r3); padding:2.5rem; }
.thx-testi-q { font-family:var(--thx-fh); font-size:1.1rem; font-style:italic; color:var(--thx-dark); line-height:1.7; margin-bottom:1.2rem; }
.thx-testi-meta { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:.8rem; }
.thx-testi-who { font-family:var(--thx-fb); font-size:.84rem; font-weight:700; color:var(--thx-dark); }
.thx-testi-role { font-size:.72rem; color:var(--thx-muted); }
.thx-testi-badge { font-family:var(--thx-fb); font-size:.62rem; font-weight:700; color:var(--thx-sage); background:var(--thx-saget); border:1px solid rgba(79,112,88,.2); padding:.2rem .6rem; border-radius:var(--thx-rp); }
.thx-testi-dots { display:flex; justify-content:center; gap:.6rem; margin-top:1.2rem; }
.thx-dot { width:8px; height:8px; background:var(--thx-border2); border-radius:50%; border:none; cursor:pointer; transition:var(--thx-ease); }
.thx-dot.thx-dot-on { background:var(--thx-sage); width:20px; border-radius:var(--thx-rp); }

/* ============================================================
   HORIZONTAL PROCESS RAIL (FIRST in 54!)
   ============================================================ */
.thx-proc-rail { display:flex; align-items:flex-start; gap:0; position:relative; margin-top:3rem; }
.thx-proc-rail::before { content:''; position:absolute; top:24px; left:5%; right:5%; height:2px; background:var(--thx-border); z-index:0; }
.thx-proc-step { flex:1; text-align:center; position:relative; z-index:1; }
.thx-proc-dot { width:48px; height:48px; background:var(--thx-sage); border-radius:50%; display:flex; align-items:center; justify-content:center; margin:0 auto 1rem; font-family:var(--thx-fh); font-size:.56rem; font-weight:700; color:white; position:relative; z-index:1; transition:var(--thx-ease); }
.thx-proc-step:hover .thx-proc-dot { background:var(--thx-sage2); box-shadow:var(--thx-ssh); }
.thx-proc-nm { font-family:var(--thx-fh); font-size:.86rem; font-weight:700; color:var(--thx-dark); margin-bottom:.2rem; }
.thx-proc-p { font-size:.72rem; color:var(--thx-muted); line-height:1.72; padding:0 .5rem; }

/* ============================================================
   2-COL GRID FAQ (FIRST in 54!)
   ============================================================ */
.thx-faq-cols { display:grid; grid-template-columns:1fr 1fr; gap:.5rem; margin-top:2rem; align-items:start; }
.thx-faq-item { border:1.5px solid var(--thx-border); border-radius:var(--thx-r2); overflow:hidden; background:white; }
.thx-faq-item.thx-fq-on { border-color:var(--thx-sage); }
.thx-faq-qbtn { width:100%; display:flex; align-items:flex-start; justify-content:space-between; gap:.7rem; padding:.9rem 1.1rem; cursor:pointer; background:none; border:none; text-align:left; }
.thx-faq-qtx { font-family:var(--thx-fb); font-size:.86rem; font-weight:700; color:var(--thx-mid); transition:color .15s; line-height:1.4; }
.thx-faq-item.thx-fq-on .thx-faq-qtx { color:var(--thx-sage); }
.thx-faq-tog { width:20px; height:20px; flex-shrink:0; border:1.5px solid var(--thx-border); border-radius:50%; display:flex; align-items:center; justify-content:center; color:var(--thx-muted); transition:var(--thx-ease); margin-top:.05rem; }
.thx-faq-item.thx-fq-on .thx-faq-tog { border-color:var(--thx-sage); color:var(--thx-sage); transform:rotate(45deg); }
.thx-faq-body { max-height:0; overflow:hidden; transition:max-height .3s ease; }
.thx-faq-item.thx-fq-on .thx-faq-body { max-height:200px; }
.thx-faq-ans { font-size:.82rem; color:var(--thx-mid); padding:.2rem 1.1rem .9rem; line-height:1.82; }

/* ============================================================
   SERVICE INDIVIDUAL PAGE
   ============================================================ */
.thx-svc-hero { background:var(--thx-dark); padding:calc(var(--thx-nav-h) + 4rem) 2rem 4rem; text-align:center; position:relative; overflow:hidden; }
.thx-svc-hero::before { content:''; position:absolute; top:-80px; right:-80px; width:280px; height:280px; border:1px solid rgba(255,255,255,.04); border-radius:50%; }
.thx-svc-hero::after { content:''; position:absolute; bottom:-40px; left:8%; width:160px; height:160px; border:1px solid rgba(79,112,88,.12); border-radius:50%; }
.thx-svc-hero-num { font-family:var(--thx-fb); font-size:.46rem; font-weight:700; text-transform:uppercase; letter-spacing:.28em; color:var(--thx-sage); display:inline-block; margin-bottom:.6rem; position:relative; z-index:1; }
.thx-svc-hero h1 { color:white; max-width:20ch; margin:0 auto; position:relative; z-index:1; }
.thx-svc-hero-sub { color:rgba(255,255,255,.55); max-width:52ch; margin:.6rem auto 1.8rem; position:relative; z-index:1; }
.thx-svc-body-layout { max-width:var(--thx-max); margin:0 auto; padding:5rem 2rem; display:grid; grid-template-columns:1fr 260px; gap:5rem; align-items:start; }
.thx-svc-main h2 { font-family:var(--thx-fh); font-size:1.5rem; font-weight:700; color:var(--thx-sage); margin:2.5rem 0 .5rem; }
.thx-svc-main p { margin-bottom:.88rem; }
.thx-svc-chk-list { display:flex; flex-direction:column; gap:.35rem; margin-bottom:1.2rem; }
.thx-svc-chk-row { display:flex; align-items:flex-start; gap:.42rem; font-size:.86rem; color:var(--thx-mid); }
.thx-svc-chk-row svg { color:var(--thx-sage); flex-shrink:0; margin-top:.1rem; }
.thx-svc-aside { background:white; border:1.5px solid var(--thx-border); border-radius:var(--thx-r3); overflow:hidden; position:sticky; top:calc(var(--thx-nav-h) + 1.5rem); }
.thx-svc-aside-img img { width:100%; height:80px; object-fit:cover; display:block; }
.thx-svc-aside-body { padding:1.2rem; }
.thx-aside-from { font-size:.44rem; font-weight:700; text-transform:uppercase; letter-spacing:.14em; color:var(--thx-muted); margin-bottom:.2rem; }
.thx-aside-price { font-family:var(--thx-fh); font-size:1rem; font-weight:700; color:var(--thx-sage); margin-bottom:.8rem; }
.thx-other-h { font-size:.42rem; font-weight:700; text-transform:uppercase; letter-spacing:.22em; color:var(--thx-muted); margin:1.4rem 0 .5rem; }
.thx-other-lk { display:flex; align-items:center; gap:.38rem; font-size:.78rem; color:var(--thx-mid); padding:.34rem 0; border-bottom:1px solid var(--thx-border); transition:color .14s; }
.thx-other-lk:hover { color:var(--thx-sage); }

/* ============================================================
   BUILDER
   ============================================================ */
.thx-builder-layout { max-width:var(--thx-max); margin:0 auto; padding:4rem 2rem 8rem; display:grid; grid-template-columns:1fr 260px; gap:4rem; align-items:start; }
.thx-bld-grp { margin-bottom:2rem; }
.thx-bld-grp-h { display:block; font-family:var(--thx-fb); font-size:.44rem; font-weight:700; text-transform:uppercase; letter-spacing:.24em; color:var(--thx-sage); margin-bottom:.9rem; }
.thx-opt-row { background:white; border:1.5px solid var(--thx-border); border-radius:var(--thx-r2); padding:.76rem 1rem; display:flex; align-items:center; gap:.65rem; cursor:pointer; user-select:none; transition:var(--thx-ease); margin-bottom:.4rem; }
.thx-opt-row:hover { border-color:var(--thx-border2); }
.thx-opt-row.thx-sel { border-color:var(--thx-sage); background:var(--thx-saget); }
.thx-opt-chk { width:16px; height:16px; border:1.5px solid var(--thx-border2); border-radius:var(--thx-r); flex-shrink:0; transition:var(--thx-ease); }
.thx-opt-row.thx-sel .thx-opt-chk { background:var(--thx-sage); border-color:var(--thx-sage); }
.thx-opt-nm { font-size:.84rem; color:var(--thx-mid); flex:1; }
.thx-opt-row.thx-sel .thx-opt-nm { color:var(--thx-ink); font-weight:600; }
.thx-opt-pr { font-size:.7rem; font-weight:700; color:var(--thx-sage); white-space:nowrap; }
.thx-adn-tags { display:flex; flex-wrap:wrap; gap:.4rem; }
.thx-adn-chip { background:white; border:1.5px solid var(--thx-border); border-radius:var(--thx-rp); padding:.44rem .88rem; cursor:pointer; user-select:none; transition:var(--thx-ease); }
.thx-adn-chip.thx-adn-on { border-color:var(--thx-sage); background:var(--thx-saget); }
.thx-adn-nm { font-size:.8rem; font-weight:600; color:var(--thx-mid); }
.thx-adn-chip.thx-adn-on .thx-adn-nm { color:var(--thx-ink); }
.thx-adn-pr { font-size:.58rem; color:var(--thx-muted); }
.thx-adn-chip.thx-adn-on .thx-adn-pr { color:var(--thx-sage); }
.thx-hrs-box { background:white; border:1.5px solid var(--thx-border); border-radius:var(--thx-r2); padding:.9rem 1rem; }
.thx-hrs-hd { display:flex; justify-content:space-between; align-items:center; margin-bottom:.5rem; }
.thx-hrs-lab { font-size:.82rem; color:var(--thx-mid); }
.thx-hrs-ct { font-family:var(--thx-fh); font-size:1.8rem; font-weight:700; color:var(--thx-sage); line-height:1; }
.thx-hrs-range { -webkit-appearance:none; width:100%; height:3px; background:var(--thx-border); border-radius:2px; cursor:pointer; }
.thx-hrs-range::-webkit-slider-thumb { -webkit-appearance:none; width:18px; height:18px; border-radius:50%; background:var(--thx-sage); cursor:pointer; }
.thx-hrs-note { font-size:.64rem; color:var(--thx-muted); margin-top:.4rem; }
/* Dark receipt panel */
.thx-receipt { background:var(--thx-dark); border-radius:var(--thx-r3); overflow:hidden; position:sticky; top:calc(var(--thx-nav-h) + 1.5rem); }
.thx-receipt-top { background:rgba(255,255,255,.04); padding:.82rem 1.1rem; border-bottom:1px solid rgba(255,255,255,.07); }
.thx-receipt-lab { font-family:var(--thx-fb); font-size:.44rem; font-weight:700; text-transform:uppercase; letter-spacing:.16em; color:rgba(255,255,255,.3); }
.thx-receipt-lines { padding:.8rem 1.1rem; min-height:60px; }
.thx-receipt-empty { font-size:.74rem; color:rgba(255,255,255,.2); font-style:italic; }
.thx-receipt-ln { display:flex; justify-content:space-between; gap:.5rem; font-size:.74rem; margin-bottom:.35rem; }
.thx-receipt-lnm { color:rgba(255,255,255,.38); }
.thx-receipt-lpr { font-weight:700; color:var(--thx-sage); }
.thx-receipt-ft { border-top:1px solid rgba(255,255,255,.07); padding:.82rem 1.1rem; }
.thx-receipt-tot { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:.82rem; }
.thx-receipt-totl { font-size:.44rem; font-weight:700; text-transform:uppercase; letter-spacing:.12em; color:rgba(255,255,255,.2); }
.thx-receipt-tota { font-family:var(--thx-fh); font-size:2.8rem; font-weight:700; color:var(--thx-sage); line-height:1; }
.thx-receipt-go { display:block; width:100%; background:var(--thx-sage); color:white; font-family:var(--thx-fb); font-size:.88rem; font-weight:700; padding:.76rem; border-radius:var(--thx-rp); border:none; cursor:pointer; transition:background .14s; }
.thx-receipt-go:hover:not(:disabled) { background:var(--thx-sage2); }
.thx-receipt-go:disabled { opacity:.2; cursor:not-allowed; }

/* ============================================================
   CHECKOUT
   ============================================================ */
.thx-co-layout { max-width:860px; margin:0 auto; padding:5rem 2rem; display:grid; grid-template-columns:1fr 240px; gap:4rem; align-items:start; }
.thx-fg { margin-bottom:.6rem; }
.thx-fl { display:block; font-family:var(--thx-fb); font-size:.44rem; font-weight:700; text-transform:uppercase; letter-spacing:.12em; color:var(--thx-muted); margin-bottom:.28rem; }
.thx-fi { width:100%; background:white; border:1.5px solid var(--thx-border); border-radius:var(--thx-r2); padding:.64rem .9rem; color:var(--thx-ink); font-size:.9rem; transition:border-color .15s; }
.thx-fi:focus { outline:none; border-color:var(--thx-sage); box-shadow:0 0 0 3px var(--thx-saget2); }
.thx-fi::placeholder { color:var(--thx-muted); }
.thx-agree { display:flex; align-items:flex-start; gap:.5rem; font-size:.78rem; color:var(--thx-mid); margin:.88rem 0; line-height:1.6; }
.thx-agree input { margin-top:.12rem; accent-color:var(--thx-sage); }
.thx-agree a { color:var(--thx-sage); }
.thx-co-recap { background:var(--thx-dark); border-radius:var(--thx-r3); overflow:hidden; position:sticky; top:calc(var(--thx-nav-h) + 1.5rem); }
.thx-co-recap-hd { background:rgba(255,255,255,.04); padding:.7rem 1rem; border-bottom:1px solid rgba(255,255,255,.07); }
.thx-co-recap-hl { font-family:var(--thx-fb); font-size:.44rem; font-weight:700; text-transform:uppercase; letter-spacing:.12em; color:rgba(255,255,255,.28); }
.thx-co-recap-bd { padding:.84rem 1rem; }
.thx-co-ln { display:flex; justify-content:space-between; gap:1rem; font-size:.74rem; margin-bottom:.35rem; }
.thx-co-lnm { color:rgba(255,255,255,.38); }
.thx-co-lpr { font-weight:700; color:var(--thx-sage); }
.thx-co-div { border:none; border-top:1px solid rgba(255,255,255,.07); margin:.5rem 0; }
.thx-co-tot { display:flex; justify-content:space-between; align-items:flex-end; }
.thx-co-totl { font-size:.44rem; font-weight:700; text-transform:uppercase; letter-spacing:.12em; color:rgba(255,255,255,.2); }
.thx-co-totv { font-family:var(--thx-fh); font-size:2.2rem; font-weight:700; color:var(--thx-sage); line-height:1; }

/* ============================================================
   PAGE CAP (inner pages - centered H1)
   ============================================================ */
.thx-pagecap { padding:calc(var(--thx-nav-h) + 4rem) 2rem 3.5rem; text-align:center; background:var(--thx-surf); border-bottom:1px solid var(--thx-border); }
.thx-pagecap-tag { font-family:var(--thx-fb); font-size:.52rem; font-weight:700; text-transform:uppercase; letter-spacing:.24em; color:var(--thx-sage); display:inline-block; margin-bottom:.8rem; }
.thx-pagecap h1 { color:var(--thx-dark); max-width:22ch; margin:0 auto; }
.thx-pagecap-sub { color:var(--thx-mid); max-width:56ch; margin:.6rem auto 0; font-size:.95rem; }

/* ============================================================
   LEGAL
   ============================================================ */
.thx-legal { max-width:800px; margin:0 auto; padding:5rem 2rem 8rem; }
.thx-legal h2 { font-family:var(--thx-fh); font-size:1.5rem; font-weight:700; color:var(--thx-sage); margin:2.8rem 0 .5rem; }
.thx-legal h3 { font-family:var(--thx-fh); font-size:.92rem; font-weight:700; color:var(--thx-dark); margin:1.4rem 0 .3rem; }
.thx-legal p { margin-bottom:.88rem; font-size:.9rem; }
.thx-legal ul { padding-left:1.2rem; margin:.4rem 0 .88rem; }
.thx-legal li { font-size:.9rem; list-style:disc; color:var(--thx-mid); line-height:1.72; margin-bottom:.26rem; }
.thx-legal a { color:var(--thx-sage); }
.thx-legal table { width:100%; border-collapse:collapse; font-size:.84rem; margin:.88rem 0; }
.thx-legal th { background:var(--thx-surf); color:var(--thx-dark); padding:.5rem .9rem; font-size:.56rem; text-transform:uppercase; letter-spacing:.06em; border:1px solid var(--thx-border); }
.thx-legal td { padding:.5rem .9rem; border:1px solid var(--thx-border); color:var(--thx-mid); }
.thx-legal address { background:var(--thx-surf); border-left:3px solid var(--thx-sage); padding:.88rem 1.1rem; font-size:.86rem; color:var(--thx-mid); line-height:1.86; margin:.88rem 0; border-radius:0 var(--thx-r) var(--thx-r) 0; }
.thx-legal-eff { display:inline-block; font-size:.68rem; color:var(--thx-muted); background:var(--thx-surf); border:1px solid var(--thx-border); padding:.24rem .7rem; border-radius:var(--thx-rp); margin-bottom:1.5rem; }
.thx-result-page { min-height:72vh; display:flex; align-items:center; justify-content:center; text-align:center; padding:6rem 2rem; }

/* ============================================================
   BUTTONS
   ============================================================ */
.thx-btn-sage { display:inline-flex; align-items:center; gap:.4rem; font-family:var(--thx-fb); font-size:.9rem; font-weight:700; color:white; background:var(--thx-sage); padding:.7rem 2rem; border-radius:var(--thx-rp); transition:background .14s; border:none; cursor:pointer; white-space:nowrap; }
.thx-btn-sage:hover { background:var(--thx-sage2); }
.thx-btn-dark { display:inline-flex; align-items:center; gap:.4rem; font-family:var(--thx-fb); font-size:.9rem; font-weight:700; color:white; background:var(--thx-dark); padding:.7rem 2rem; border-radius:var(--thx-rp); transition:opacity .14s; border:none; cursor:pointer; white-space:nowrap; }
.thx-btn-dark:hover { opacity:.82; }
.thx-btn-outline { display:inline-flex; align-items:center; gap:.4rem; font-family:var(--thx-fb); font-size:.9rem; font-weight:700; color:var(--thx-dark); background:transparent; padding:.68rem 1.9rem; border-radius:var(--thx-rp); border:1.5px solid var(--thx-dark); transition:var(--thx-ease); white-space:nowrap; }
.thx-btn-outline:hover { background:var(--thx-dark); color:white; }
.thx-btn-outline-inv { display:inline-flex; align-items:center; gap:.4rem; font-family:var(--thx-fb); font-size:.9rem; font-weight:700; color:rgba(255,255,255,.7); background:transparent; padding:.68rem 1.9rem; border-radius:var(--thx-rp); border:1.5px solid rgba(255,255,255,.22); transition:var(--thx-ease); white-space:nowrap; }
.thx-btn-outline-inv:hover { color:white; border-color:rgba(255,255,255,.5); }
.thx-btn-sm-sage { display:inline-flex; align-items:center; gap:.35rem; font-family:var(--thx-fb); font-size:.82rem; font-weight:700; color:white; background:var(--thx-sage); padding:.5rem 1rem; border-radius:var(--thx-rp); transition:background .14s; border:none; cursor:pointer; white-space:nowrap; }
.thx-btn-sm-sage:hover { background:var(--thx-sage2); }
.thx-btn-sm-out { display:inline-flex; align-items:center; gap:.35rem; font-family:var(--thx-fb); font-size:.82rem; font-weight:700; color:var(--thx-mid); background:transparent; padding:.48rem 1.2rem; border-radius:var(--thx-rp); border:1.5px solid var(--thx-border); transition:var(--thx-ease); white-space:nowrap; }
.thx-btn-sm-out:hover { border-color:var(--thx-sage); color:var(--thx-sage); }

/* ============================================================
   UTILITIES
   ============================================================ */
.thx-hull { max-width:var(--thx-max); margin:0 auto; padding:0 2rem; }
.thx-slab { padding:8rem 0; }
.thx-slab-sm { padding:5rem 0; }
.thx-eyebrow { font-family:var(--thx-fb); font-size:.52rem; font-weight:700; text-transform:uppercase; letter-spacing:.24em; color:var(--thx-sage); display:inline-block; }
.thx-rise { opacity:0; transform:translateY(12px); transition:opacity .44s ease,transform .44s ease; }
.thx-rise.thx-vis { opacity:1; transform:none; }
.thx-center { text-align:center; }

/* ============================================================
   COOKIE + CHAT
   ============================================================ */
.thx-ck-bar { position:fixed; bottom:0; left:0; right:0; background:var(--thx-dark); border-top:2px solid var(--thx-sage); z-index:9999; padding:.9rem 2rem; display:none; gap:1rem; align-items:center; justify-content:space-between; flex-wrap:wrap; }
.thx-ck-bar p { font-size:.78rem; color:rgba(255,255,255,.4); margin:0; }
.thx-ck-bar a { color:var(--thx-sage); }
.thx-ck-btns { display:flex; gap:.4rem; flex-shrink:0; }
.thx-ck-yes { background:var(--thx-sage); color:white; font-family:var(--thx-fb); font-size:.76rem; font-weight:700; padding:.38rem .92rem; border:none; border-radius:var(--thx-r); cursor:pointer; }
.thx-ck-no { background:transparent; color:rgba(255,255,255,.3); font-family:var(--thx-fb); font-size:.76rem; padding:.38rem .92rem; border:1px solid rgba(255,255,255,.12); border-radius:var(--thx-r); cursor:pointer; }
.thx-chat-fab { position:fixed; bottom:4.5rem; right:1.5rem; z-index:9990; width:52px; height:52px; background:var(--thx-sage); border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow:var(--thx-ssh); cursor:pointer; border:none; transition:var(--thx-ease); }
.thx-chat-fab:hover { background:var(--thx-sage2); transform:scale(1.06); }
.thx-chatpop { position:fixed; bottom:7.5rem; right:1.5rem; z-index:9989; width:272px; background:white; border:1px solid var(--thx-border); border-radius:var(--thx-r3); box-shadow:var(--thx-sh2); opacity:0; pointer-events:none; transform:translateY(8px) scale(.97); transition:opacity .2s,transform .22s; overflow:hidden; }
.thx-chatpop.thx-cp-on { opacity:1; pointer-events:auto; transform:none; }
.thx-chatpop-hd { background:var(--thx-dark); padding:.9rem 1rem; display:flex; align-items:center; justify-content:space-between; }
.thx-chatpop-nm { font-family:var(--thx-fh); font-size:.88rem; font-weight:700; color:white; }
.thx-chatpop-sub { font-size:.52rem; color:rgba(255,255,255,.45); }
.thx-chatpop-bd { padding:.88rem; }
.thx-chat-done { display:none; text-align:center; padding:.7rem; font-size:.82rem; color:var(--thx-sage); font-weight:700; }
.thx-chat-inp { width:100%; background:var(--thx-surf); border:1px solid var(--thx-border); border-radius:var(--thx-r); padding:.44rem .76rem; font-size:.8rem; color:var(--thx-ink); margin-bottom:.36rem; resize:none; }
.thx-chat-send { width:100%; background:var(--thx-sage); color:white; font-family:var(--thx-fb); font-size:.78rem; font-weight:700; padding:.48rem; border-radius:var(--thx-rp); border:none; cursor:pointer; }

/* ============================================================
   3-COL FOOTER with BIGGER LOGO (vs B53 4-col)
   ============================================================ */
.thx-foot { background:var(--thx-dark2); border-top:1px solid rgba(255,255,255,.05); }
.thx-foot-body { max-width:var(--thx-max); margin:0 auto; padding:5rem 2rem 2.5rem; display:grid; grid-template-columns:1.8fr 1fr 1fr; gap:3rem; }
/* BIGGER LOGO in footer (new requirement!) */
.thx-foot-logo { font-family:var(--thx-fh); font-size:1.7rem; font-weight:700; color:var(--thx-bg); letter-spacing:-.01em; }
.thx-foot-logo em { font-style:normal; color:var(--thx-sage); }
.thx-foot-tagline { font-size:.76rem; color:rgba(255,255,255,.3); margin-top:.25rem; max-width:26ch; line-height:1.72; margin-bottom:.9rem; }
.thx-foot-soc { display:flex; gap:.4rem; flex-wrap:wrap; }
.thx-foot-soc a { width:30px; height:30px; border:1px solid rgba(255,255,255,.1); border-radius:var(--thx-r); display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,.3); transition:var(--thx-ease); }
.thx-foot-soc a:hover { border-color:var(--thx-sage); color:var(--thx-sage); }
.thx-foot-col-h { font-family:var(--thx-fb); font-size:.42rem; font-weight:700; text-transform:uppercase; letter-spacing:.28em; color:rgba(255,255,255,.2); margin-bottom:.9rem; }
.thx-foot-navs { display:flex; flex-direction:column; gap:.46rem; }
.thx-foot-navs a { font-size:.8rem; color:rgba(255,255,255,.35); transition:color .14s; }
.thx-foot-navs a:hover { color:var(--thx-sage); }
.thx-foot-ct a { display:flex; align-items:flex-start; gap:.38rem; font-size:.78rem; color:rgba(255,255,255,.35); transition:color .14s; margin-bottom:.5rem; }
.thx-foot-ct a:hover { color:var(--thx-sage); }
.thx-foot-ct svg { color:rgba(255,255,255,.2); flex-shrink:0; margin-top:.04rem; }
.thx-foot-btm { border-top:1px solid rgba(255,255,255,.05); max-width:var(--thx-max); margin:0 auto; padding:1rem 2rem; display:flex; align-items:center; justify-content:space-between; gap:1rem; flex-wrap:wrap; }
.thx-foot-copy { font-size:.6rem; color:rgba(255,255,255,.2); }
.thx-foot-legal { display:flex; gap:1.1rem; flex-wrap:wrap; }
.thx-foot-legal a { font-size:.6rem; color:rgba(255,255,255,.2); transition:color .14s; }
.thx-foot-legal a:hover { color:var(--thx-sage); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1024px) {
  .thx-nav-links,.thx-nav-cta { display:none; }
  .thx-ham { display:flex; }
  .thx-hero-shell { grid-template-columns:1fr; gap:3rem; }
  .thx-collage-wrap { height:380px; }
  .thx-svc-row { grid-template-columns:1fr; gap:1rem; }
  .thx-svc-num { font-size:1.4rem; min-width:auto; }
  .thx-svc-row-right { text-align:left; }
  .thx-tab-panel.thx-panel-on { grid-template-columns:1fr; }
  .thx-proc-rail { flex-direction:column; }
  .thx-proc-rail::before { display:none; }
  .thx-faq-cols { grid-template-columns:1fr; }
  .thx-builder-layout,.thx-co-layout,.thx-svc-body-layout { grid-template-columns:1fr; gap:2.5rem; }
  .thx-pkg-list { grid-template-columns:1fr; }
  .thx-foot-body { grid-template-columns:1fr 1fr; gap:2rem; }
  .thx-hull,.thx-builder-layout,.thx-co-layout { padding-left:1.4rem; padding-right:1.4rem; }
  .thx-svc-body-layout { padding:4rem 1.4rem; }
}
@media (max-width:640px) {
  .thx-foot-body { grid-template-columns:1fr; }
  .thx-collage-wrap { height:300px; }
}
