/*
  thecopywritingfactory.com -- style.css
  Theme: Warm cream #F5F2EC + Amber #D4720C + Charcoal #1F1C18
  Nav: CLASSIC HORIZONTAL EDITORIAL (simple, clean, British)
  Hero: EDITORIAL SPLIT (serif headline left, tall photo right, cream bg)
  Services: TABLE-OF-CONTENTS LIST (never done in series - unique concept)
  Pricing: HORIZONTAL ROWS (not column cards - unique in series)
  Fonts: Playfair Display (heading serif) + Lato (body)
  CSS prefix: tcf-
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400&display=swap');

/* ======================== TOKENS ======================== */
:root {
  --tcf-cream:   #F5F2EC;
  --tcf-paper:   #EDE9E0;
  --tcf-linen:   #E6E0D4;
  --tcf-warm:    #FAF8F4;
  --tcf-amber:   #D4720C;
  --tcf-amber2:  #B5600A;
  --tcf-amberlt: rgba(212,114,12,.08);
  --tcf-amberbd: rgba(212,114,12,.22);
  --tcf-char:    #1F1C18;
  --tcf-coal:    #2D2924;
  --tcf-steel:   #4A4540;
  --tcf-muted:   #7D7570;
  --tcf-dim:     #B0AAA4;
  --tcf-edge:    #D8D2C8;
  --tcf-edge2:   #E8E3D8;
  --tcf-charlt:  rgba(31,28,24,.05);
  --tcf-charbd:  rgba(31,28,24,.12);

  --tcf-max:  1080px;
  --tcf-r:    3px;
  --tcf-r2:   8px;
  --tcf-r3:   14px;
  --tcf-nav:  66px;

  --tcf-fh: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --tcf-fb: 'Lato', system-ui, -apple-system, sans-serif;

  --tcf-ease: all 0.2s cubic-bezier(.4,0,.2,1);
  --tcf-sh1:  0 1px 6px rgba(31,28,24,.06);
  --tcf-sh2:  0 4px 20px rgba(31,28,24,.1);
  --tcf-sh3:  0 12px 48px rgba(31,28,24,.16);
}

/* ======================== RESET ======================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--tcf-cream);
  color: var(--tcf-char);
  font-family: var(--tcf-fb);
  font-size: 1rem;
  line-height: 1.74;
  overflow-x: hidden;
  padding-top: var(--tcf-nav);
}
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; font-size: 1rem; }
address { font-style: normal; }

/* ======================== TYPOGRAPHY ======================== */
h1 { font-family: var(--tcf-fh); font-size: clamp(2.8rem, 5.5vw, 6.5rem); font-weight: 900; line-height: .95; letter-spacing: -.02em; }
h2 { font-family: var(--tcf-fh); font-size: clamp(1.8rem, 3vw, 3.5rem); font-weight: 700; line-height: 1.08; letter-spacing: -.01em; }
h3 { font-family: var(--tcf-fb); font-size: 1rem; font-weight: 700; }
p  { font-size: .92rem; line-height: 1.88; color: var(--tcf-steel); }

/* ======================== CLASSIC HORIZONTAL NAV (EDITORIAL) ======================== */
.tcf-bar {
  position: fixed; top: 0; left: 0; right: 0;
  height: var(--tcf-nav); z-index: 900;
  background: var(--tcf-cream); border-bottom: 1px solid var(--tcf-edge);
  transition: box-shadow .2s;
}
.tcf-bar.tcf-bar-scrolled { box-shadow: var(--tcf-sh2); }
.tcf-bar-inner {
  max-width: var(--tcf-max); margin: 0 auto; padding: 0 2.5rem;
  height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
}
/* Logo */
.tcf-bar-logo { display: flex; align-items: center; gap: .4rem; flex-shrink: 0; }
.tcf-bar-logotype { font-family: var(--tcf-fh); font-size: 1rem; font-weight: 700; color: var(--tcf-char); letter-spacing: -.02em; line-height: 1; }
.tcf-bar-logotype em { color: var(--tcf-amber); font-style: normal; }
/* Nav links - editorial style with hover underline */
.tcf-bar-nav { display: flex; align-items: center; gap: 0; }
.tcf-bar-lk {
  font-family: var(--tcf-fb); font-size: .96rem; font-weight: 700;
  color: var(--tcf-muted); padding: .3rem .88rem;
  position: relative; white-space: nowrap;
  transition: color .14s;
}
.tcf-bar-lk::after { content: ''; position: absolute; bottom: 0; left: .88rem; right: .88rem; height: 2px; background: var(--tcf-amber); transform: scaleX(0); transform-origin: center; transition: transform .2s; }
.tcf-bar-lk:hover, .tcf-bar-lk.tcf-on { color: var(--tcf-char); }
.tcf-bar-lk:hover::after, .tcf-bar-lk.tcf-on::after { transform: scaleX(1); }
/* CTA */
.tcf-bar-cta {
  font-family: var(--tcf-fb); font-size: .84rem; font-weight: 700;
  color: white; background: var(--tcf-amber);
  padding: .44rem 1.2rem; border-radius: var(--tcf-r);
  transition: background .15s; white-space: nowrap; flex-shrink: 0;
}
.tcf-bar-cta:hover { background: var(--tcf-amber2); }
/* Burger */
.tcf-bar-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 5px; width: 36px; height: 36px; justify-content: center; align-items: center; flex-shrink: 0; }
.tcf-bar-burger span { width: 20px; height: 1.5px; background: var(--tcf-char); display: block; border-radius: 2px; transition: transform .22s, opacity .2s; }
.tcf-bar-burger.tcf-bx span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.tcf-bar-burger.tcf-bx span:nth-child(2) { opacity: 0; }
.tcf-bar-burger.tcf-bx span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
/* Off-canvas mobile drawer */
.tcf-offcanvas { position: fixed; inset: 0; background: var(--tcf-char); z-index: 850; transform: translateX(100%); transition: transform .28s cubic-bezier(.4,0,.2,1); }
.tcf-offcanvas.tcf-oc-on { transform: translateX(0); }
.tcf-oc-head { height: var(--tcf-nav); display: flex; align-items: center; justify-content: space-between; padding: 0 1.8rem; border-bottom: 1px solid rgba(255,255,255,.06); }
.tcf-oc-logo { font-family: var(--tcf-fh); font-size: 1rem; font-weight: 700; color: white; }
.tcf-oc-logo em { color: var(--tcf-amber); font-style: normal; }
.tcf-oc-x { color: rgba(255,255,255,.4); background: none; border: none; cursor: pointer; }
.tcf-oc-links { padding: 2rem 1.8rem; display: flex; flex-direction: column; gap: .24rem; }
.tcf-oc-lk { font-family: var(--tcf-fh); font-size: 2.4rem; font-style: italic; color: rgba(255,255,255,.2); display: block; padding: .2rem 0; transition: color .15s; }
.tcf-oc-lk:hover { color: var(--tcf-amber); }
.tcf-oc-ft { padding: 1.2rem 1.8rem; border-top: 1px solid rgba(255,255,255,.06); }
.tcf-oc-cta { display: block; text-align: center; background: var(--tcf-amber); color: white; font-family: var(--tcf-fb); font-size: .9rem; font-weight: 700; padding: .78rem; border-radius: var(--tcf-r); }

/* ======================== HERO: EDITORIAL SPLIT (UNIQUE) ======================== */
.tcf-lead { background: var(--tcf-cream); display: grid; grid-template-columns: 1.1fr .9fr; min-height: 80vh; }
.tcf-lead-text { padding: 6rem 3.5rem 5rem 2.5rem; display: flex; flex-direction: column; justify-content: center; position: relative; }
.tcf-lead-kicker { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--tcf-fb); font-size: .56rem; font-weight: 700; text-transform: uppercase; letter-spacing: .28em; color: var(--tcf-amber); margin-bottom: 1.4rem; }
.tcf-lead-kicker::before { content: ''; width: 24px; height: 1.5px; background: var(--tcf-amber); }
.tcf-lead-h1 { color: var(--tcf-char); margin-bottom: .9rem; }
.tcf-lead-pullquote { font-family: var(--tcf-fh); font-size: 1.05rem; font-style: italic; color: var(--tcf-muted); max-width: 46ch; line-height: 1.72; margin-bottom: 2.2rem; border-left: 3px solid var(--tcf-amber); padding-left: 1rem; }
.tcf-lead-acts { display: flex; gap: .6rem; flex-wrap: wrap; margin-bottom: 3rem; }
/* Circular stamp SVG badge */
.tcf-stamp { position: absolute; top: 1.5rem; right: 3.5rem; width: 78px; height: 78px; opacity: .6; }
/* Right photo pane */
.tcf-lead-photo { position: relative; background: var(--tcf-linen); overflow: hidden; }
.tcf-lead-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tcf-lead-photo-caption { position: absolute; bottom: 1.2rem; left: 1.2rem; right: 1.2rem; background: rgba(31,28,24,.75); color: rgba(255,255,255,.65); font-family: var(--tcf-fb); font-size: .62rem; font-style: italic; padding: .48rem .68rem; border-radius: var(--tcf-r); }
/* Amber border accent on photo */
.tcf-lead-photo::after { content: ''; position: absolute; top: 1rem; right: 1rem; bottom: 1rem; left: 1rem; border: 2px solid var(--tcf-amber); opacity: .12; pointer-events: none; }

/* ======================== CREDIBILITY BAR ======================== */
.tcf-credbar { background: var(--tcf-char); }
.tcf-credbar-inner { max-width: var(--tcf-max); margin: 0 auto; padding: 0 2.5rem; display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.06); border-left: 1px solid rgba(255,255,255,.06); border-right: 1px solid rgba(255,255,255,.06); }
.tcf-cred-cell { padding: 2rem 1.5rem; background: var(--tcf-char); text-align: center; }
.tcf-cred-n { font-family: var(--tcf-fh); font-size: 2.6rem; font-weight: 900; color: var(--tcf-amber); line-height: 1; letter-spacing: -.03em; }
.tcf-cred-l { font-family: var(--tcf-fb); font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.3); margin-top: .22rem; line-height: 1.55; }

/* ======================== LAYOUT ======================== */
.tcf-canvas { max-width: var(--tcf-max); margin: 0 auto; padding: 0 2.5rem; }
.tcf-slab { padding: 6.5rem 0; }
.tcf-slab-sm { padding: 3.5rem 0; }
.tcf-label { display: inline-flex; align-items: center; gap: .4rem; font-family: var(--tcf-fb); font-size: .55rem; font-weight: 700; text-transform: uppercase; letter-spacing: .26em; color: var(--tcf-amber); margin-bottom: .5rem; }
.tcf-label::before { content: ''; width: 20px; height: 1.5px; background: var(--tcf-amber); }

/* ======================== SERVICES: TABLE-OF-CONTENTS LIST (UNIQUE) ======================== */
.tcf-roster-head { display: grid; grid-template-columns: .5fr 2.5fr 1fr 1fr; gap: 1rem; padding: .5rem 1.2rem .5rem 0; border-bottom: 2px solid var(--tcf-char); margin-bottom: 0; }
.tcf-roster-hcol { font-family: var(--tcf-fb); font-size: .52rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; color: var(--tcf-muted); }
.tcf-roster-entry {
  display: grid; grid-template-columns: .5fr 2.5fr 1fr 1fr;
  gap: 1rem; padding: 1.35rem 1.2rem 1.35rem 0;
  border-bottom: 1px solid var(--tcf-edge2);
  cursor: pointer; text-decoration: none; color: inherit;
  transition: background .14s, padding-left .18s;
  align-items: center;
}
.tcf-roster-entry:hover { background: var(--tcf-amberlt); padding-left: .5rem; }
.tcf-roster-num { font-family: var(--tcf-fh); font-size: 1.1rem; font-style: italic; color: var(--tcf-dim); font-weight: 400; }
.tcf-roster-entry:hover .tcf-roster-num { color: var(--tcf-amber); }
.tcf-roster-nm { font-family: var(--tcf-fh); font-size: 1.2rem; font-weight: 700; color: var(--tcf-char); line-height: 1.2; }
.tcf-roster-entry:hover .tcf-roster-nm { color: var(--tcf-amber); }
.tcf-roster-desc { font-family: var(--tcf-fb); font-size: .78rem; color: var(--tcf-muted); line-height: 1.65; }
.tcf-roster-rate { font-family: var(--tcf-fb); font-size: .82rem; font-weight: 700; color: var(--tcf-amber); white-space: nowrap; }
.tcf-roster-arr { font-family: var(--tcf-fb); font-size: 1.2rem; color: var(--tcf-dim); text-align: right; transition: transform .18s; }
.tcf-roster-entry:hover .tcf-roster-arr { transform: translateX(4px); color: var(--tcf-amber); }

/* ======================== FEATURED CASE STUDY ======================== */
.tcf-feature { background: var(--tcf-paper); }
.tcf-feature-grid { display: grid; grid-template-columns: 280px 1fr; gap: 4rem; align-items: start; }
.tcf-feature-sidebar { background: var(--tcf-char); border-radius: var(--tcf-r3); overflow: hidden; }
.tcf-feature-img img { width: 100%; height: 200px; object-fit: cover; filter: brightness(.35); }
.tcf-feature-sidebar-body { padding: 1.4rem; }
.tcf-feature-tags { display: flex; gap: .22rem; flex-wrap: wrap; margin-bottom: .55rem; }
.tcf-feature-tag { font-family: var(--tcf-fb); font-size: .48rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.45); border: 1px solid rgba(255,255,255,.15); padding: .1rem .4rem; border-radius: 20px; }
.tcf-feature-client-nm { font-family: var(--tcf-fh); font-size: 1.2rem; font-style: italic; color: white; margin-bottom: .1rem; }
.tcf-feature-client-type { font-family: var(--tcf-fb); font-size: .64rem; color: rgba(255,255,255,.3); margin-bottom: 1rem; }
.tcf-feature-stat-n { font-family: var(--tcf-fh); font-size: 3rem; font-weight: 900; color: var(--tcf-amber); line-height: 1; letter-spacing: -.04em; }
.tcf-feature-stat-l { font-family: var(--tcf-fb); font-size: .68rem; color: rgba(255,255,255,.35); line-height: 1.55; max-width: 20ch; margin-top: .2rem; }
.tcf-feature-body { }
.tcf-feature-intro { font-size: .96rem; color: var(--tcf-coal); line-height: 1.86; margin-bottom: 1.5rem; max-width: 58ch; }
.tcf-feature-results { display: flex; flex-direction: column; gap: .36rem; }
.tcf-feature-result { display: flex; gap: .5rem; align-items: flex-start; font-family: var(--tcf-fb); font-size: .86rem; color: var(--tcf-coal); }
.tcf-feature-result svg { color: var(--tcf-amber); flex-shrink: 0; margin-top: .14rem; }

/* ======================== TESTIMONIALS: EDITORIAL QUOTE STYLE ======================== */
.tcf-quotes { background: var(--tcf-cream); }
.tcf-big-q { font-family: var(--tcf-fh); font-size: clamp(1.1rem,2vw,1.5rem); font-style: italic; color: var(--tcf-char); line-height: 1.65; max-width: 60ch; margin: 0 auto; text-align: center; padding: 2rem 0; position: relative; }
.tcf-big-q::before { content: '"'; font-size: 6rem; color: var(--tcf-amber); opacity: .12; line-height: .6; display: block; text-align: center; margin-bottom: -.5rem; font-style: normal; }
.tcf-big-q-who { font-family: var(--tcf-fb); font-size: .78rem; font-weight: 700; color: var(--tcf-amber); text-align: center; margin-top: 1rem; }
.tcf-big-q-co  { font-family: var(--tcf-fb); font-size: .66rem; color: var(--tcf-muted); text-align: center; }
.tcf-small-quotes { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: var(--tcf-edge); border: 1px solid var(--tcf-edge); border-radius: var(--tcf-r3); overflow: hidden; margin-top: 3rem; }
.tcf-small-q { background: var(--tcf-cream); padding: 1.4rem 1.3rem; }
.tcf-small-q-text { font-family: var(--tcf-fh); font-size: .88rem; font-style: italic; color: var(--tcf-steel); line-height: 1.72; margin-bottom: .65rem; }
.tcf-small-q-who { font-family: var(--tcf-fb); font-size: .74rem; font-weight: 700; color: var(--tcf-amber); }
.tcf-small-q-co  { font-family: var(--tcf-fb); font-size: .64rem; color: var(--tcf-muted); }

/* ======================== PROCESS: NUMBERED LIST (EDITORIAL) ======================== */
.tcf-steps-list { display: flex; flex-direction: column; gap: 0; margin-top: 3rem; }
.tcf-step-row { display: grid; grid-template-columns: 64px 1fr; gap: 1.5rem; padding: 1.4rem 0; border-bottom: 1px solid var(--tcf-edge2); align-items: baseline; }
.tcf-step-row:last-child { border-bottom: none; }
.tcf-step-n { font-family: var(--tcf-fh); font-size: 1.8rem; font-style: italic; color: var(--tcf-linen); line-height: 1; font-weight: 700; transition: color .18s; }
.tcf-step-row:hover .tcf-step-n { color: var(--tcf-amber); }
.tcf-step-body { }
.tcf-step-h { font-family: var(--tcf-fb); font-size: .96rem; font-weight: 700; color: var(--tcf-char); margin-bottom: .22rem; }
.tcf-step-p { font-size: .84rem; color: var(--tcf-muted); line-height: 1.72; }

/* ======================== PRICING: HORIZONTAL ROWS (UNIQUE - NOT COLUMN CARDS) ======================== */
.tcf-tariff { background: var(--tcf-char); }
.tcf-tariff-rows { display: flex; flex-direction: column; gap: 1px; margin-top: 3rem; background: rgba(255,255,255,.06); border-radius: var(--tcf-r3); overflow: hidden; }
.tcf-tariff-row {
  background: rgba(255,255,255,.03); padding: 1.8rem 2rem;
  display: grid; grid-template-columns: 160px 1fr auto;
  gap: 2rem; align-items: center;
  transition: background .14s;
}
.tcf-tariff-row:hover { background: rgba(255,255,255,.06); }
.tcf-tariff-row.tcf-tariff-feat { background: rgba(212,114,12,.1); border-left: 3px solid var(--tcf-amber); }
.tcf-tariff-feat-badge { font-family: var(--tcf-fb); font-size: .44rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; background: var(--tcf-amber); color: white; padding: .14rem .5rem; border-radius: var(--tcf-r); display: inline-block; margin-bottom: .22rem; }
.tcf-tariff-nm { font-family: var(--tcf-fh); font-size: 1.6rem; font-weight: 700; color: white; letter-spacing: -.01em; }
.tcf-tariff-sub { font-family: var(--tcf-fb); font-size: .68rem; color: rgba(255,255,255,.35); margin-top: .12rem; }
.tcf-tariff-price { font-family: var(--tcf-fh); font-size: clamp(2rem,3.5vw,3.5rem); font-weight: 900; color: var(--tcf-amber); line-height: 1; letter-spacing: -.04em; white-space: nowrap; }
.tcf-tariff-price-note { font-family: var(--tcf-fb); font-size: .56rem; color: rgba(255,255,255,.25); }
.tcf-tariff-incs { display: flex; flex-wrap: wrap; gap: .3rem 1.5rem; }
.tcf-tariff-inc { font-family: var(--tcf-fb); font-size: .75rem; color: rgba(255,255,255,.45); display: flex; align-items: flex-start; gap: .32rem; line-height: 1.55; }
.tcf-tariff-inc svg { color: var(--tcf-amber); flex-shrink: 0; margin-top: .08rem; }
.tcf-tariff-cta-col { display: flex; flex-direction: column; gap: .4rem; flex-shrink: 0; min-width: 140px; }

/* ======================== DISPATCH (BLOG PREVIEW) ======================== */
.tcf-dispatch { background: var(--tcf-paper); }
.tcf-dispatch-list { display: flex; flex-direction: column; gap: 0; margin-top: 2rem; }
.tcf-dispatch-item { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem 0; border-bottom: 1px solid var(--tcf-edge2); cursor: pointer; text-decoration: none; color: inherit; transition: padding-left .16s; }
.tcf-dispatch-item:hover { padding-left: .4rem; }
.tcf-dispatch-title { font-family: var(--tcf-fh); font-size: 1.05rem; font-style: italic; color: var(--tcf-char); }
.tcf-dispatch-item:hover .tcf-dispatch-title { color: var(--tcf-amber); }
.tcf-dispatch-date { font-family: var(--tcf-fb); font-size: .64rem; color: var(--tcf-dim); white-space: nowrap; flex-shrink: 0; }

/* ======================== FAQ ======================== */
.tcf-accord { margin-top: 2rem; }
.tcf-accord-item { border-bottom: 1px solid var(--tcf-edge2); }
.tcf-accord-btn { width: 100%; text-align: left; padding: 1.05rem 0; display: flex; align-items: flex-start; justify-content: space-between; gap: .8rem; cursor: pointer; background: none; border: none; }
.tcf-accord-q { font-family: var(--tcf-fb); font-size: .94rem; font-weight: 700; color: var(--tcf-char); line-height: 1.42; }
.tcf-accord-ic { width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid var(--tcf-edge); display: flex; align-items: center; justify-content: center; color: var(--tcf-amber); flex-shrink: 0; margin-top: .04rem; transition: var(--tcf-ease); }
.tcf-accord-item.tcf-accord-open .tcf-accord-ic { background: var(--tcf-amber); border-color: var(--tcf-amber); color: white; transform: rotate(45deg); }
.tcf-accord-body { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.tcf-accord-item.tcf-accord-open .tcf-accord-body { max-height: 240px; }
.tcf-accord-a { padding: 0 0 1.05rem; font-size: .86rem; color: var(--tcf-steel); line-height: 1.88; }
/* Two column FAQ grid */
.tcf-accord-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 0 3rem; }

/* ======================== BUTTONS ======================== */
.tcf-cta-solid { display: inline-flex; align-items: center; gap: .4rem; font-family: var(--tcf-fb); font-size: .86rem; font-weight: 700; color: white; background: var(--tcf-amber); padding: .72rem 1.8rem; border-radius: var(--tcf-r); transition: background .15s; border: none; cursor: pointer; white-space: nowrap; }
.tcf-cta-solid:hover { background: var(--tcf-amber2); }
.tcf-cta-outline { display: inline-flex; align-items: center; gap: .4rem; font-family: var(--tcf-fb); font-size: .86rem; font-weight: 700; color: var(--tcf-char); background: transparent; padding: .7rem 1.78rem; border-radius: var(--tcf-r); border: 1.5px solid var(--tcf-edge); transition: var(--tcf-ease); white-space: nowrap; }
.tcf-cta-outline:hover { border-color: var(--tcf-char); }
.tcf-cta-outline-w { display: inline-flex; align-items: center; gap: .4rem; font-family: var(--tcf-fb); font-size: .86rem; font-weight: 700; color: white; background: transparent; padding: .7rem 1.78rem; border-radius: var(--tcf-r); border: 1.5px solid rgba(255,255,255,.22); transition: var(--tcf-ease); white-space: nowrap; }
.tcf-cta-outline-w:hover { border-color: rgba(255,255,255,.65); }
.tcf-cta-pkg { display: block; width: 100%; text-align: center; font-family: var(--tcf-fb); font-size: .84rem; font-weight: 700; color: var(--tcf-amber); background: transparent; padding: .7rem; border-radius: var(--tcf-r); border: 1.5px solid var(--tcf-amberbd); transition: var(--tcf-ease); }
.tcf-cta-pkg:hover { background: var(--tcf-amberlt); }

/* ======================== INNER PAGE HEAD ======================== */
.tcf-pagecap { background: var(--tcf-char); text-align: center; padding: 5.5rem 2.5rem 4.5rem; position: relative; overflow: hidden; }
.tcf-pagecap::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, transparent, transparent 48px, rgba(212,114,12,.02) 48px, rgba(212,114,12,.02) 50px); }
.tcf-pagecap-tag { display: inline-block; font-family: var(--tcf-fb); font-size: .54rem; font-weight: 700; text-transform: uppercase; letter-spacing: .24em; color: rgba(255,255,255,.3); border: 1px solid rgba(255,255,255,.1); padding: .26rem .72rem; border-radius: var(--tcf-r); margin-bottom: .65rem; position: relative; }
.tcf-pagecap h1 { color: white; max-width: 22ch; margin: 0 auto; position: relative; }
.tcf-pagecap h1 em { color: var(--tcf-amber); font-style: italic; }
.tcf-pagecap-sub { color: rgba(255,255,255,.38); max-width: 50ch; margin: .65rem auto 0; font-size: .9rem; line-height: 1.86; position: relative; }

/* ======================== SERVICE PAGE ======================== */
.tcf-svc-pg { max-width: var(--tcf-max); margin: 0 auto; padding: 5rem 2.5rem; display: grid; grid-template-columns: 1fr 250px; gap: 4rem; align-items: start; }
.tcf-svc-pg-body h2 { font-family: var(--tcf-fh); font-size: 1.3rem; font-weight: 700; color: var(--tcf-amber); margin: 2.2rem 0 .4rem; }
.tcf-svc-pg-body p { margin-bottom: .88rem; }
.tcf-svc-inc-list { display: flex; flex-direction: column; gap: .36rem; margin-bottom: 1.4rem; }
.tcf-svc-inc { display: flex; align-items: flex-start; gap: .48rem; font-family: var(--tcf-fb); font-size: .85rem; color: var(--tcf-coal); }
.tcf-svc-inc svg { color: var(--tcf-amber); flex-shrink: 0; margin-top: .14rem; }
.tcf-svc-del { background: var(--tcf-amberlt); border-left: 3px solid var(--tcf-amber); padding: .7rem .9rem; border-radius: 0 var(--tcf-r) var(--tcf-r) 0; margin-bottom: 1.4rem; }
.tcf-svc-del p { margin: 0; font-size: .84rem; color: var(--tcf-coal); }
.tcf-svc-aside { position: sticky; top: 80px; }
.tcf-aside-box { background: var(--tcf-char); border-radius: var(--tcf-r3); overflow: hidden; }
.tcf-aside-img img { width: 100%; height: 110px; object-fit: cover; filter: brightness(.3); }
.tcf-aside-body { padding: 1.1rem; }
.tcf-aside-nm { font-family: var(--tcf-fb); font-size: .5rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.28); margin-bottom: .18rem; }
.tcf-aside-rate { font-family: var(--tcf-fh); font-size: .9rem; font-style: italic; color: var(--tcf-amber); margin-bottom: .72rem; }
.tcf-aside-btns { display: flex; flex-direction: column; gap: .32rem; }
.tcf-other-svcs-h { font-family: var(--tcf-fb); font-size: .46rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; color: var(--tcf-dim); margin: 1.2rem 0 .48rem; }
.tcf-other-lk { display: flex; align-items: center; gap: .38rem; font-family: var(--tcf-fb); font-size: .8rem; color: var(--tcf-muted); padding: .35rem 0; border-bottom: 1px solid var(--tcf-edge2); transition: color .14s; }
.tcf-other-lk:hover { color: var(--tcf-amber); }

/* ======================== LEGAL ======================== */
.tcf-legal { max-width: 800px; margin: 0 auto; padding: 5rem 2.5rem 7rem; }
.tcf-legal h2 { font-family: var(--tcf-fh); font-size: 1.3rem; font-weight: 700; color: var(--tcf-amber); margin: 2.5rem 0 .5rem; }
.tcf-legal h3 { font-family: var(--tcf-fb); font-size: .96rem; font-weight: 700; color: var(--tcf-char); margin: 1.3rem 0 .28rem; }
.tcf-legal p { margin-bottom: .88rem; font-size: .88rem; }
.tcf-legal ul { padding-left: 1.2rem; margin: .4rem 0 .88rem; display: flex; flex-direction: column; gap: .3rem; }
.tcf-legal li { font-size: .88rem; list-style: disc; color: var(--tcf-steel); line-height: 1.72; }
.tcf-legal a { color: var(--tcf-amber); }
.tcf-legal table { width: 100%; border-collapse: collapse; font-size: .82rem; margin: .88rem 0 1.1rem; }
.tcf-legal th { background: var(--tcf-char); color: white; padding: .48rem .88rem; text-align: left; font-size: .58rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; }
.tcf-legal td { padding: .48rem .88rem; border: 1px solid var(--tcf-edge); color: var(--tcf-steel); }
.tcf-legal address { background: var(--tcf-amberlt); border-left: 3px solid var(--tcf-amber); padding: .88rem 1.1rem; font-size: .86rem; color: var(--tcf-coal); line-height: 1.86; margin: .88rem 0; border-radius: 0 var(--tcf-r) var(--tcf-r) 0; }
.tcf-legal-eff { display: inline-block; font-family: var(--tcf-fb); font-size: .7rem; color: var(--tcf-dim); background: var(--tcf-paper); border: 1px solid var(--tcf-edge); padding: .26rem .68rem; border-radius: 20px; margin-bottom: 1.4rem; }

/* ======================== BUILDER / CHECKOUT ======================== */
.tcf-builder-pg { max-width: var(--tcf-max); margin: 0 auto; padding: 4rem 2.5rem 7rem; display: grid; grid-template-columns: 1fr 260px; gap: 4rem; align-items: start; }
.tcf-build-sec { margin-bottom: 2.5rem; }
.tcf-build-lbl { display: block; font-family: var(--tcf-fb); font-size: .52rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: var(--tcf-amber); margin-bottom: .88rem; }
.tcf-build-items { display: flex; flex-direction: column; gap: .38rem; }
.tcf-build-row { background: white; border: 1.5px solid var(--tcf-edge); border-radius: var(--tcf-r2); padding: .78rem .92rem; display: flex; align-items: center; gap: .65rem; cursor: pointer; user-select: none; transition: var(--tcf-ease); }
.tcf-build-row:hover { border-color: var(--tcf-amberbd); background: var(--tcf-amberlt); }
.tcf-build-row.tcf-picked { border-color: var(--tcf-amber); background: var(--tcf-amberlt); }
.tcf-pick-mark { width: 17px; height: 17px; border: 1.5px solid var(--tcf-dim); border-radius: var(--tcf-r); flex-shrink: 0; transition: var(--tcf-ease); }
.tcf-build-row.tcf-picked .tcf-pick-mark { background: var(--tcf-amber); border-color: var(--tcf-amber); }
.tcf-build-row-nm { font-family: var(--tcf-fb); font-size: .86rem; color: var(--tcf-muted); flex: 1; }
.tcf-build-row.tcf-picked .tcf-build-row-nm { color: var(--tcf-char); font-weight: 600; }
.tcf-build-row-pr { font-family: var(--tcf-fb); font-size: .64rem; font-weight: 700; color: var(--tcf-amber); text-align: right; min-width: 5rem; }
.tcf-addon-chips { display: flex; flex-wrap: wrap; gap: .4rem; }
.tcf-addon-chip { background: white; border: 1.5px solid var(--tcf-edge); border-radius: var(--tcf-r); padding: .48rem .88rem; cursor: pointer; user-select: none; transition: var(--tcf-ease); }
.tcf-addon-chip:hover { border-color: var(--tcf-amberbd); }
.tcf-addon-chip.tcf-chip-on { border-color: var(--tcf-amber); background: var(--tcf-amberlt); }
.tcf-chip-nm { font-family: var(--tcf-fb); font-size: .8rem; font-weight: 600; color: var(--tcf-muted); }
.tcf-addon-chip.tcf-chip-on .tcf-chip-nm { color: var(--tcf-char); }
.tcf-chip-pr { font-size: .6rem; color: var(--tcf-dim); }
.tcf-addon-chip.tcf-chip-on .tcf-chip-pr { color: var(--tcf-amber); }
.tcf-hrs-block { background: white; border: 1.5px solid var(--tcf-edge); border-radius: var(--tcf-r2); padding: .9rem; }
.tcf-hrs-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: .42rem; }
.tcf-hrs-lbl { font-family: var(--tcf-fb); font-size: .86rem; color: var(--tcf-muted); }
.tcf-hrs-cnt { font-family: var(--tcf-fh); font-size: 2rem; font-weight: 700; color: var(--tcf-amber); line-height: 1; }
.tcf-hrs-slider { -webkit-appearance: none; width: 100%; height: 3px; background: var(--tcf-edge); border-radius: 2px; cursor: pointer; margin-top: .42rem; }
.tcf-hrs-slider::-webkit-slider-thumb { -webkit-appearance: none; width: 18px; height: 18px; border-radius: 50%; background: var(--tcf-amber); cursor: pointer; box-shadow: 0 2px 8px rgba(212,114,12,.35); }
.tcf-hrs-note { font-size: .66rem; color: var(--tcf-dim); margin-top: .42rem; line-height: 1.6; }
/* Tally */
.tcf-tally { background: var(--tcf-char); border-radius: var(--tcf-r3); overflow: hidden; position: sticky; top: 80px; }
.tcf-tally-hd { background: rgba(255,255,255,.05); padding: .8rem 1.1rem; }
.tcf-tally-hl { font-family: var(--tcf-fb); font-size: .5rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.5); }
.tcf-tally-mid { padding: .8rem 1.1rem; min-height: 60px; }
.tcf-tally-blank { font-family: var(--tcf-fb); font-size: .76rem; color: rgba(255,255,255,.22); font-style: italic; }
.tcf-tally-ln { display: flex; justify-content: space-between; gap: .5rem; font-family: var(--tcf-fb); font-size: .74rem; margin-bottom: .35rem; }
.tcf-tally-lnm { color: rgba(255,255,255,.38); }
.tcf-tally-lpr { font-weight: 700; color: white; }
.tcf-tally-ft { border-top: 1px solid rgba(255,255,255,.06); padding: .8rem 1.1rem; }
.tcf-tally-tot-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: .8rem; }
.tcf-tally-totlbl { font-family: var(--tcf-fb); font-size: .46rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.28); }
.tcf-tally-totamt { font-family: var(--tcf-fh); font-size: 2.5rem; font-weight: 900; color: var(--tcf-amber); line-height: 1; letter-spacing: -.04em; }
.tcf-tally-go { display: block; width: 100%; background: var(--tcf-amber); color: white; font-family: var(--tcf-fb); font-size: .86rem; font-weight: 700; padding: .72rem; border-radius: var(--tcf-r2); border: none; cursor: pointer; transition: background .16s; }
.tcf-tally-go:hover:not(:disabled) { background: var(--tcf-amber2); }
.tcf-tally-go:disabled { opacity: .22; cursor: not-allowed; }
/* Checkout */
.tcf-co-layout { max-width: 860px; margin: 0 auto; padding: 5rem 2.5rem; display: grid; grid-template-columns: 1fr 240px; gap: 4rem; align-items: start; }
.tcf-fg { margin-bottom: .65rem; }
.tcf-fl { display: block; font-family: var(--tcf-fb); font-size: .5rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--tcf-dim); margin-bottom: .24rem; }
.tcf-fi { width: 100%; background: var(--tcf-warm); border: 1.5px solid var(--tcf-edge); border-radius: var(--tcf-r2); padding: .6rem .85rem; color: var(--tcf-char); font-size: .9rem; transition: border-color .15s; }
.tcf-fi:focus { outline: none; border-color: var(--tcf-amber); background: white; }
.tcf-fi::placeholder { color: var(--tcf-dim); }
.tcf-agree-row { display: flex; align-items: flex-start; gap: .5rem; font-family: var(--tcf-fb); font-size: .82rem; color: var(--tcf-coal); line-height: 1.6; margin: .9rem 0; }
.tcf-agree-row input { margin-top: .12rem; accent-color: var(--tcf-amber); }
.tcf-agree-row a { color: var(--tcf-amber); }
.tcf-co-sum { background: var(--tcf-char); border-radius: var(--tcf-r3); overflow: hidden; position: sticky; top: 80px; }
.tcf-co-sum-hd { background: rgba(255,255,255,.05); padding: .72rem 1rem; }
.tcf-co-sum-hl { font-family: var(--tcf-fb); font-size: .48rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,.5); }
.tcf-co-sum-body { padding: .8rem 1rem; }
.tcf-co-sum-ln { display: flex; justify-content: space-between; gap: 1rem; font-family: var(--tcf-fb); font-size: .76rem; margin-bottom: .35rem; }
.tcf-co-sum-lnm { color: rgba(255,255,255,.38); }
.tcf-co-sum-lpr { font-weight: 700; color: white; }
.tcf-co-sum-div { border: none; border-top: 1px solid rgba(255,255,255,.05); margin: .5rem 0; }
.tcf-co-sum-tot { display: flex; justify-content: space-between; align-items: flex-end; }
.tcf-co-sum-totl { font-family: var(--tcf-fb); font-size: .46rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.28); }
.tcf-co-sum-totv { font-family: var(--tcf-fh); font-size: 2rem; font-weight: 900; color: var(--tcf-amber); line-height: 1; letter-spacing: -.04em; }

/* ======================== RESULT PAGES ======================== */
.tcf-result-pg { min-height: 75vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 5rem 2.5rem; background: var(--tcf-char); }
.tcf-result-inner { max-width: 460px; }

/* ======================== COOKIE + CHAT ======================== */
.tcf-ck-bar { position: fixed; bottom: 0; left: 0; right: 0; background: var(--tcf-cream); border-top: 3px solid var(--tcf-amber); z-index: 9999; padding: .88rem 2rem; display: none; gap: 1rem; align-items: center; justify-content: space-between; flex-wrap: wrap; box-shadow: 0 -4px 24px rgba(31,28,24,.08); }
.tcf-ck-bar p { font-family: var(--tcf-fb); font-size: .78rem; color: var(--tcf-muted); margin: 0; }
.tcf-ck-bar a { color: var(--tcf-amber); }
.tcf-ck-btns { display: flex; gap: .38rem; flex-shrink: 0; }
.tcf-ck-yes { background: var(--tcf-amber); color: white; font-family: var(--tcf-fb); font-size: .76rem; font-weight: 700; padding: .38rem .92rem; border: none; border-radius: var(--tcf-r); cursor: pointer; }
.tcf-ck-no  { background: transparent; color: var(--tcf-muted); font-family: var(--tcf-fb); font-size: .76rem; padding: .38rem .92rem; border: 1px solid var(--tcf-edge); border-radius: var(--tcf-r); cursor: pointer; }
.tcf-chat-fab { position: fixed; bottom: 4.5rem; right: 1.5rem; z-index: 9990; width: 48px; height: 48px; background: var(--tcf-amber); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(212,114,12,.45); cursor: pointer; border: none; transition: var(--tcf-ease); }
.tcf-chat-fab:hover { background: var(--tcf-amber2); transform: scale(1.06); }
.tcf-chatpop { position: fixed; bottom: 7.5rem; right: 1.5rem; z-index: 9989; width: 268px; background: var(--tcf-cream); border: 1px solid var(--tcf-edge); border-radius: var(--tcf-r3); box-shadow: var(--tcf-sh3); opacity: 0; pointer-events: none; transform: translateY(10px) scale(.97); transition: opacity .2s, transform .22s; overflow: hidden; }
.tcf-chatpop.tcf-chat-open { opacity: 1; pointer-events: auto; transform: none; }
.tcf-chatpop-hd { background: var(--tcf-char); padding: .88rem 1rem; display: flex; align-items: center; justify-content: space-between; }
.tcf-chatpop-title { font-family: var(--tcf-fh); font-size: .9rem; font-style: italic; color: white; }
.tcf-chatpop-sub { font-size: .54rem; color: rgba(255,255,255,.5); font-family: var(--tcf-fb); }
.tcf-chatpop-x { color: rgba(255,255,255,.5); background: none; border: none; cursor: pointer; }
.tcf-chatpop-bd { padding: .88rem; }
.tcf-chat-done { display: none; text-align: center; padding: .8rem; font-family: var(--tcf-fb); font-size: .8rem; color: var(--tcf-amber); font-weight: 700; }
.tcf-chat-inp { width: 100%; background: white; border: 1px solid var(--tcf-edge); border-radius: var(--tcf-r2); padding: .44rem .72rem; font-size: .8rem; color: var(--tcf-char); margin-bottom: .36rem; font-family: var(--tcf-fb); resize: none; }
.tcf-chat-inp:focus { outline: none; border-color: var(--tcf-amberbd); }
.tcf-chat-inp::placeholder { color: var(--tcf-dim); }
.tcf-chat-send { width: 100%; background: var(--tcf-amber); color: white; font-family: var(--tcf-fb); font-size: .78rem; font-weight: 700; padding: .46rem; border-radius: var(--tcf-r2); border: none; cursor: pointer; }

/* ======================== AMBER CTA BAND ======================== */
.tcf-amber-band { background: var(--tcf-amber); }
.tcf-amber-band-inner { max-width: 680px; margin: 0 auto; padding: 5.5rem 2.5rem; text-align: center; }
.tcf-amber-band-inner h2 { color: white; font-size: clamp(1.8rem,3vw,3.8rem); margin-bottom: .5rem; }
.tcf-amber-band-inner p { color: rgba(255,255,255,.7); margin-bottom: 2rem; font-size: .94rem; max-width: 42ch; margin-left: auto; margin-right: auto; }
.tcf-band-acts { display: flex; gap: .65rem; justify-content: center; flex-wrap: wrap; }

/* ======================== ANIMATIONS ======================== */
.tcf-emerge { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.tcf-emerge.tcf-vis { opacity: 1; transform: none; }
.tcf-emerge-l { opacity: 0; transform: translateX(-16px); transition: opacity .5s ease, transform .5s ease; }
.tcf-emerge-l.tcf-vis { opacity: 1; transform: none; }
.tcf-emerge-r { opacity: 0; transform: translateX(16px); transition: opacity .5s ease, transform .5s ease; }
.tcf-emerge-r.tcf-vis { opacity: 1; transform: none; }

/* ======================== FOOTER ======================== */
.tcf-foot { background: var(--tcf-coal); }
.tcf-foot-top { max-width: var(--tcf-max); margin: 0 auto; padding: 5rem 2.5rem 2.5rem; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 3rem; }
.tcf-foot-brand { font-family: var(--tcf-fh); font-size: 1.1rem; font-weight: 700; color: white; letter-spacing: -.02em; margin-bottom: .3rem; }
.tcf-foot-brand em { color: var(--tcf-amber); font-style: normal; }
.tcf-foot-tag { font-family: var(--tcf-fb); font-size: .72rem; color: rgba(255,255,255,.28); max-width: 26ch; line-height: 1.72; margin-bottom: 1.2rem; }
.tcf-foot-soc { display: flex; gap: .35rem; }
.tcf-foot-soc a { width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--tcf-r); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.28); transition: var(--tcf-ease); }
.tcf-foot-soc a:hover { border-color: var(--tcf-amber); color: var(--tcf-amber); }
.tcf-foot-col-h { font-family: var(--tcf-fb); font-size: .46rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.2); margin-bottom: .78rem; }
.tcf-foot-links { display: flex; flex-direction: column; gap: .4rem; }
.tcf-foot-links a { font-family: var(--tcf-fb); font-size: .78rem; color: rgba(255,255,255,.38); transition: color .14s; }
.tcf-foot-links a:hover { color: var(--tcf-amber); }
.tcf-foot-contact { display: flex; flex-direction: column; gap: .5rem; }
.tcf-foot-contact a { font-family: var(--tcf-fb); font-size: .76rem; color: rgba(255,255,255,.38); display: flex; align-items: flex-start; gap: .4rem; line-height: 1.52; transition: color .14s; }
.tcf-foot-contact a:hover { color: var(--tcf-amber); }
.tcf-foot-contact svg { flex-shrink: 0; color: var(--tcf-amber); opacity: .55; margin-top: .04rem; }
.tcf-foot-btm { border-top: 1px solid rgba(255,255,255,.05); max-width: var(--tcf-max); margin: 0 auto; padding: 1.3rem 2.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.tcf-foot-copy { font-family: var(--tcf-fb); font-size: .58rem; color: rgba(255,255,255,.2); }
.tcf-foot-leg { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.tcf-foot-leg a { font-family: var(--tcf-fb); font-size: .58rem; color: rgba(255,255,255,.28); transition: color .14s; }
.tcf-foot-leg a:hover { color: var(--tcf-amber); }

/* ======================== RESPONSIVE ======================== */
@media (max-width: 1024px) {
  .tcf-bar-nav { display: none; }
  .tcf-bar-burger { display: flex; }
  .tcf-lead { grid-template-columns: 1fr; }
  .tcf-lead-photo { min-height: 320px; }
  .tcf-stamp { display: none; }
  .tcf-roster-entry { grid-template-columns: .4fr 2fr 1fr .5fr; }
  .tcf-roster-desc { display: none; }
  .tcf-tariff-row { grid-template-columns: 1fr auto; grid-template-rows: auto auto; gap: 1rem; }
  .tcf-tariff-incs { display: none; }
  .tcf-small-quotes { grid-template-columns: 1fr 1fr; }
  .tcf-foot-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .tcf-svc-pg, .tcf-builder-pg, .tcf-co-layout { grid-template-columns: 1fr; }
  .tcf-feature-grid { grid-template-columns: 1fr; }
  .tcf-accord-2col { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .tcf-roster-entry { grid-template-columns: .5fr 2fr .5fr; }
  .tcf-small-quotes { grid-template-columns: 1fr; }
  .tcf-tariff-row { grid-template-columns: 1fr; }
  .tcf-foot-top { grid-template-columns: 1fr; }
  .tcf-canvas { padding: 0 1.2rem; }
}
