@charset "UTF-8";

/* ==========================================================================
   Calibrated Fit — Palm Springs, CA
   Charcoal shell, electric lime signal, Gill Sans headings over a Palatino
   text face. Full-bleed hero with an overlapping card shelf.
   Written for this studio only; nothing here is shared with another build.
   ========================================================================== */

:root {
  --ink:        #191b19;
  --ink-soft:   #24271f;
  --ink-lift:   #33372c;
  --slate:      #575d4f;
  --haze:       #8d9382;
  --paper:      #f6f5ef;
  --paper-warm: #edeae0;
  --card:       #ffffff;
  --lime:       #c2f53f;
  --lime-deep:  #a3d418;
  --lime-dim:   #6f8f10;
  --rule:       rgba(25, 27, 25, 0.14);
  --rule-dark:  rgba(246, 245, 239, 0.16);

  --face-display: 'Gill Sans', 'Gill Sans MT', 'Gill Sans Nova', Calibri, 'Trebuchet MS', sans-serif;
  --face-text:    'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  --face-data:    Consolas, 'Andale Mono', 'Courier New', monospace;

  --gutter: 26px;
  --shelf: 1180px;
  --lift: 0 22px 48px -30px rgba(15, 17, 14, 0.55);
  --lift-tall: 0 34px 70px -38px rgba(15, 17, 14, 0.6);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body.cfit-body {
  margin: 0;
  background: var(--paper);
  color: var(--ink-soft);
  font-family: var(--face-text);
  font-size: 17px;
  line-height: 1.72;
  letter-spacing: 0.002em;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--lime-dim); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ink); }

h1, h2, h3, h4, h5 {
  font-family: var(--face-display);
  color: var(--ink);
  font-weight: 600;
  letter-spacing: -0.012em;
  line-height: 1.12;
  margin: 0 0 0.55em;
}

h1 { font-size: clamp(2.15rem, 5.1vw, 3.65rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.35rem); }
h3 { font-size: clamp(1.16rem, 2vw, 1.4rem); letter-spacing: -0.004em; }
h4 { font-size: 1.04rem; letter-spacing: 0.01em; }

p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }

.cfit-jump {
  position: absolute; left: -9999px; top: 0; z-index: 99;
  background: var(--lime); color: var(--ink);
  padding: 12px 20px; font-family: var(--face-display); font-weight: 600;
}
.cfit-jump:focus { left: 12px; top: 12px; }

:focus-visible { outline: 3px solid var(--lime-deep); outline-offset: 3px; }

/* --------------------------------------------------------------------------
   Frame
   -------------------------------------------------------------------------- */

.cfit-frame {
  width: 100%;
  max-width: var(--shelf);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.cfit-frame-tight { max-width: 830px; }

/* --------------------------------------------------------------------------
   Masthead
   -------------------------------------------------------------------------- */

.cfit-mast {
  position: sticky; top: 0; z-index: 60;
  background: var(--ink);
  border-bottom: 1px solid rgba(194, 245, 63, 0.22);
}

.cfit-mast-top { border-bottom: 1px solid var(--rule-dark); }

.cfit-mast-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; min-height: 82px;
  transition: min-height 0.24s ease;
}
.cfit-mast-shrunk .cfit-mast-row { min-height: 64px; }

.cfit-sig { display: flex; align-items: center; gap: 13px; text-decoration: none; }

.cfit-sig-glyph {
  display: flex; align-items: flex-end; gap: 3px;
  width: 34px; height: 32px; padding-bottom: 3px;
  border-bottom: 2px solid var(--lime);
}
.cfit-sig-tick { display: block; width: 6px; background: var(--lime); border-radius: 1px; }
.cfit-sig-tick:nth-child(1) { height: 12px; opacity: 0.5; }
.cfit-sig-tick:nth-child(2) { height: 21px; opacity: 0.75; }
.cfit-sig-tick:nth-child(3) { height: 29px; }

.cfit-sig-words { display: flex; flex-direction: column; line-height: 1.15; }
.cfit-sig-name {
  font-family: var(--face-display); font-weight: 600;
  font-size: 1.32rem; color: var(--paper); letter-spacing: 0.006em;
}
.cfit-sig-sub {
  font-family: var(--face-data); font-size: 0.635rem;
  text-transform: uppercase; letter-spacing: 0.17em;
  color: var(--haze); margin-top: 3px;
}

.cfit-mast-aside { display: flex; align-items: center; gap: 16px; }

.cfit-mast-tel { display: flex; flex-direction: column; text-decoration: none; text-align: right; }
.cfit-mast-tel-label {
  font-family: var(--face-data); font-size: 0.6rem;
  text-transform: uppercase; letter-spacing: 0.16em; color: var(--haze);
}
.cfit-mast-tel-num {
  font-family: var(--face-display); font-size: 1.02rem;
  color: var(--paper); font-weight: 600;
}
.cfit-mast-tel:hover .cfit-mast-tel-num { color: var(--lime); }

/* Buttons */
.cfit-key {
  display: inline-block;
  font-family: var(--face-display); font-weight: 600;
  font-size: 0.9rem; letter-spacing: 0.05em; text-transform: uppercase;
  padding: 13px 24px; border-radius: 2px; text-decoration: none;
  border: 2px solid transparent; cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.cfit-key-lime { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.cfit-key-lime:hover { background: var(--lime-deep); border-color: var(--lime-deep); color: var(--ink); transform: translateY(-1px); }
.cfit-key-hollow { background: transparent; color: var(--paper); border-color: rgba(246, 245, 239, 0.4); }
.cfit-key-hollow:hover { border-color: var(--lime); color: var(--lime); }
.cfit-key-ink { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.cfit-key-ink:hover { background: var(--ink-lift); border-color: var(--ink-lift); color: var(--lime); }
.cfit-key-line { background: transparent; color: var(--ink); border-color: var(--ink); }
.cfit-key-line:hover { background: var(--ink); color: var(--lime); }

.cfit-burger {
  display: none; width: 44px; height: 40px;
  background: transparent; border: 1px solid var(--rule-dark);
  border-radius: 2px; padding: 10px 9px; cursor: pointer;
  flex-direction: column; justify-content: space-between;
}
.cfit-burger span {
  display: block; height: 2px; width: 100%; background: var(--lime);
  transition: transform 0.22s ease, opacity 0.18s ease;
}
.cfit-burger-x span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.cfit-burger-x span:nth-child(2) { opacity: 0; }
.cfit-burger-x span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Nav rail */
.cfit-rail { background: var(--ink); }
.cfit-rail-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 2px;
}
.cfit-rail-item a {
  display: block; padding: 12px 15px; text-decoration: none;
  font-family: var(--face-display); font-size: 0.865rem;
  letter-spacing: 0.035em; color: rgba(246, 245, 239, 0.78);
  border-bottom: 3px solid transparent;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.cfit-rail-item a:hover { color: var(--lime); background: rgba(194, 245, 63, 0.07); }
.cfit-rail-on a { color: var(--lime); border-bottom-color: var(--lime); }

/* --------------------------------------------------------------------------
   Hero, full bleed
   -------------------------------------------------------------------------- */

.cfit-hero {
  position: relative;
  background: var(--ink);
  color: var(--paper);
  padding: clamp(62px, 9vw, 118px) 0 clamp(96px, 12vw, 156px);
  overflow: hidden;
}
.cfit-hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(760px 380px at 82% 6%, rgba(194, 245, 63, 0.15), transparent 68%),
    linear-gradient(196deg, #1f221d 0%, #191b19 52%, #131511 100%);
}
.cfit-hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px;
  background: linear-gradient(90deg, var(--lime) 0%, var(--lime-deep) 38%, transparent 78%);
}
.cfit-hero > * { position: relative; z-index: 1; }

.cfit-hero-inner { max-width: 760px; }

.cfit-hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--face-data); font-size: 0.66rem;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--lime); margin-bottom: 22px;
}
.cfit-hero-tag::before {
  content: ""; width: 30px; height: 2px; background: var(--lime);
}

.cfit-hero h1 { color: var(--paper); margin-bottom: 0.42em; }
.cfit-hero h1 em { font-style: normal; color: var(--lime); }

.cfit-hero-say {
  font-size: 1.16rem; color: rgba(246, 245, 239, 0.82);
  max-width: 620px; margin-bottom: 34px;
}

.cfit-hero-keys { display: flex; flex-wrap: wrap; gap: 14px; }

.cfit-hero-foot {
  margin-top: 44px; padding-top: 26px;
  border-top: 1px solid var(--rule-dark);
  display: flex; flex-wrap: wrap; gap: 30px 46px;
}
.cfit-hero-foot div { min-width: 132px; }
.cfit-hero-foot dt {
  font-family: var(--face-data); font-size: 0.6rem;
  text-transform: uppercase; letter-spacing: 0.16em; color: var(--haze);
  margin-bottom: 5px;
}
.cfit-hero-foot dd {
  margin: 0; font-family: var(--face-display);
  font-size: 1.06rem; color: var(--paper);
}

/* Compact page banner for interior pages */
.cfit-banner {
  background: var(--ink); color: var(--paper);
  padding: clamp(44px, 6vw, 76px) 0 clamp(44px, 6vw, 72px);
  position: relative; overflow: hidden;
}
.cfit-banner::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(600px 300px at 90% 100%, rgba(194, 245, 63, 0.13), transparent 70%);
}
.cfit-banner > * { position: relative; z-index: 1; }
.cfit-banner h1 { color: var(--paper); max-width: 17ch; }
.cfit-banner-wide h1 { max-width: 24ch; }
.cfit-crumb {
  display: block; font-family: var(--face-data); font-size: 0.64rem;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--lime); margin-bottom: 16px;
}
.cfit-lede {
  font-size: 1.1rem; color: rgba(246, 245, 239, 0.82); max-width: 62ch; margin-top: 18px;
}

/* --------------------------------------------------------------------------
   Overlapping shelf — the signature layout move
   -------------------------------------------------------------------------- */

.cfit-shelf { margin-top: clamp(-84px, -7vw, -54px); position: relative; z-index: 5; }

.cfit-shelf-grid {
  display: grid; gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
}

.cfit-plate {
  background: var(--card);
  border: 1px solid var(--rule);
  border-top: 4px solid var(--lime);
  border-radius: 3px;
  padding: 30px 26px 28px;
  box-shadow: var(--lift);
}
.cfit-plate-index {
  font-family: var(--face-data); font-size: 0.66rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--lime-dim); display: block; margin-bottom: 12px;
}
.cfit-plate h3 { margin-bottom: 0.5em; }
.cfit-plate p { font-size: 0.965rem; color: var(--slate); }

/* Cards raised at alternating heights on wide screens */
@media (min-width: 900px) {
  .cfit-shelf-stagger .cfit-plate:nth-child(even) { transform: translateY(26px); }
}

/* --------------------------------------------------------------------------
   Bands
   -------------------------------------------------------------------------- */

.cfit-band { padding: clamp(52px, 7vw, 92px) 0; }
.cfit-band-warm { background: var(--paper-warm); }
.cfit-band-card { background: var(--card); }
.cfit-band-ink { background: var(--ink); color: rgba(246, 245, 239, 0.84); }
.cfit-band-ink h2, .cfit-band-ink h3, .cfit-band-ink h4 { color: var(--paper); }
.cfit-band-ink a { color: var(--lime); }
.cfit-band-tight { padding: clamp(38px, 5vw, 60px) 0; }

.cfit-eyebrow {
  display: block; font-family: var(--face-data); font-size: 0.65rem;
  text-transform: uppercase; letter-spacing: 0.19em;
  color: var(--lime-dim); margin-bottom: 13px;
}
.cfit-band-ink .cfit-eyebrow { color: var(--lime); }

.cfit-head-block { max-width: 66ch; margin-bottom: 40px; }
.cfit-head-block p { color: var(--slate); font-size: 1.04rem; }
.cfit-band-ink .cfit-head-block p { color: rgba(246, 245, 239, 0.78); }

.cfit-duo {
  display: grid; gap: clamp(30px, 4.5vw, 58px);
  grid-template-columns: 1fr;
}
@media (min-width: 880px) {
  .cfit-duo { grid-template-columns: 1.28fr 1fr; align-items: start; }
  .cfit-duo-even { grid-template-columns: 1fr 1fr; }
  .cfit-duo-flip { grid-template-columns: 1fr 1.28fr; }
}

/* --------------------------------------------------------------------------
   Reference strip
   -------------------------------------------------------------------------- */

.cfit-strip {
  background: var(--ink-soft);
  border-left: 4px solid var(--lime);
  padding: 20px 24px;
  border-radius: 2px;
}
.cfit-strip-list {
  margin: 0; padding: 0;
  display: grid; gap: 16px 30px;
  grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
}
.cfit-strip-cell dt {
  font-family: var(--face-data); font-size: 0.6rem;
  text-transform: uppercase; letter-spacing: 0.15em;
  color: var(--haze); margin-bottom: 4px;
}
.cfit-strip-cell dd {
  margin: 0; font-family: var(--face-display);
  font-size: 0.98rem; color: var(--paper); line-height: 1.35;
}

/* --------------------------------------------------------------------------
   Sheets (tables)
   -------------------------------------------------------------------------- */

.cfit-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

.cfit-sheet {
  width: 100%; border-collapse: collapse;
  font-size: 0.94rem; min-width: 440px;
  background: var(--card);
  border: 1px solid var(--rule);
}
.cfit-sheet caption {
  caption-side: top; text-align: left;
  font-family: var(--face-data); font-size: 0.63rem;
  text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--slate); padding-bottom: 10px;
}
.cfit-sheet th, .cfit-sheet td {
  padding: 12px 15px; text-align: left;
  border-bottom: 1px solid var(--rule); vertical-align: top;
}
.cfit-sheet thead th {
  background: var(--ink); color: var(--lime);
  font-family: var(--face-display); font-weight: 600;
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.09em;
  border-bottom: none;
}
.cfit-sheet tbody tr:nth-child(even) { background: rgba(25, 27, 25, 0.028); }
.cfit-sheet tbody tr:last-child td { border-bottom: none; }
.cfit-sheet td.cfit-num { font-family: var(--face-data); font-size: 0.9rem; white-space: nowrap; }

/* --------------------------------------------------------------------------
   Lists
   -------------------------------------------------------------------------- */

.cfit-marks { list-style: none; margin: 0 0 1.2em; padding: 0; }
.cfit-marks li {
  position: relative; padding-left: 27px; margin-bottom: 11px;
}
.cfit-marks li::before {
  content: ""; position: absolute; left: 0; top: 0.62em;
  width: 13px; height: 2px; background: var(--lime-deep);
}
.cfit-band-ink .cfit-marks li::before { background: var(--lime); }

.cfit-steps { list-style: none; margin: 0; padding: 0; counter-reset: cfitstep; }
.cfit-steps > li {
  counter-increment: cfitstep;
  position: relative; padding-left: 60px; padding-bottom: 30px;
  border-left: 2px solid var(--rule); margin-left: 17px;
}
.cfit-steps > li:last-child { border-left-color: transparent; padding-bottom: 0; }
.cfit-steps > li::before {
  content: counter(cfitstep, decimal-leading-zero);
  position: absolute; left: -18px; top: -4px;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--lime); color: var(--ink);
  font-family: var(--face-data); font-size: 0.76rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.cfit-steps h3 { margin-bottom: 0.35em; }
.cfit-steps p { font-size: 0.97rem; color: var(--slate); }
.cfit-band-ink .cfit-steps > li { border-left-color: var(--rule-dark); }
.cfit-band-ink .cfit-steps p { color: rgba(246, 245, 239, 0.76); }

/* --------------------------------------------------------------------------
   Tiles / cards
   -------------------------------------------------------------------------- */

.cfit-tiles {
  display: grid; gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(268px, 1fr));
}
.cfit-tiles-two { grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); }

.cfit-tile {
  background: var(--card); border: 1px solid var(--rule);
  border-radius: 3px; padding: 28px 25px;
  display: flex; flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.cfit-tile:hover { transform: translateY(-4px); box-shadow: var(--lift); border-color: rgba(163, 212, 24, 0.55); }
.cfit-tile p { font-size: 0.965rem; color: var(--slate); }
.cfit-tile-more {
  margin-top: auto; padding-top: 18px;
  font-family: var(--face-display); font-size: 0.83rem;
  text-transform: uppercase; letter-spacing: 0.08em;
  text-decoration: none; color: var(--lime-dim);
}
.cfit-tile-more::after { content: " \2192"; }
.cfit-tile-more:hover { color: var(--ink); }

.cfit-panel {
  background: var(--card); border: 1px solid var(--rule);
  border-radius: 3px; padding: 28px 26px;
}
.cfit-panel + .cfit-panel { margin-top: 20px; }
.cfit-panel-ink { background: var(--ink-soft); border-color: transparent; color: rgba(246, 245, 239, 0.82); }
.cfit-panel-ink h3, .cfit-panel-ink h4 { color: var(--paper); }
.cfit-panel-lime { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.cfit-panel-lime h3 { color: var(--ink); }

/* --------------------------------------------------------------------------
   Figures / counters
   -------------------------------------------------------------------------- */

.cfit-figures {
  display: grid; gap: 2px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  background: var(--rule);
  border: 1px solid var(--rule);
}
.cfit-figure { background: var(--paper); padding: 26px 22px; }
.cfit-band-ink .cfit-figures { background: var(--rule-dark); border-color: var(--rule-dark); }
.cfit-band-ink .cfit-figure { background: var(--ink); }
.cfit-figure-num {
  display: block; font-family: var(--face-display);
  font-size: clamp(1.9rem, 3.4vw, 2.6rem); font-weight: 600;
  color: var(--ink); line-height: 1;
}
.cfit-band-ink .cfit-figure-num { color: var(--lime); }
.cfit-figure-cap {
  display: block; margin-top: 9px;
  font-family: var(--face-data); font-size: 0.63rem;
  text-transform: uppercase; letter-spacing: 0.14em; color: var(--slate);
}
.cfit-band-ink .cfit-figure-cap { color: var(--haze); }

/* --------------------------------------------------------------------------
   Quotes
   -------------------------------------------------------------------------- */

.cfit-say {
  background: var(--card); border: 1px solid var(--rule);
  border-left: 4px solid var(--lime);
  border-radius: 3px; padding: 28px 28px 24px; margin: 0;
}
.cfit-say p { font-size: 1.05rem; font-style: italic; color: var(--ink-soft); }
.cfit-say footer {
  margin-top: 16px; font-family: var(--face-data);
  font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--slate); font-style: normal;
}
.cfit-say-big p { font-size: clamp(1.15rem, 2.3vw, 1.5rem); }

/* --------------------------------------------------------------------------
   Staff
   -------------------------------------------------------------------------- */

.cfit-who {
  display: grid; gap: 26px;
  grid-template-columns: 1fr;
  align-items: start;
}
@media (min-width: 760px) { .cfit-who { grid-template-columns: 190px 1fr; } }

.cfit-who-badge {
  background: var(--ink); color: var(--lime);
  border-radius: 3px; padding: 26px 20px; text-align: center;
}
.cfit-who-initials {
  font-family: var(--face-display); font-size: 2.5rem;
  font-weight: 600; letter-spacing: 0.02em; display: block; line-height: 1;
}
.cfit-who-role {
  display: block; margin-top: 12px;
  font-family: var(--face-data); font-size: 0.6rem;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(246, 245, 239, 0.72);
}
.cfit-who-body h3 { margin-bottom: 0.3em; }
.cfit-who-since {
  display: block; margin-bottom: 1em;
  font-family: var(--face-data); font-size: 0.66rem;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--lime-dim);
}
.cfit-who + .cfit-who { margin-top: 46px; padding-top: 46px; border-top: 1px solid var(--rule); }

/* --------------------------------------------------------------------------
   Accordion-free FAQ blocks
   -------------------------------------------------------------------------- */

.cfit-ask { border-top: 1px solid var(--rule); padding: 26px 0; }
.cfit-ask:last-child { border-bottom: 1px solid var(--rule); }
.cfit-ask h3 { margin-bottom: 0.45em; }
.cfit-ask p { color: var(--slate); }
.cfit-ask-mark {
  font-family: var(--face-data); font-size: 0.62rem;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--lime-dim); display: block; margin-bottom: 8px;
}

/* --------------------------------------------------------------------------
   Rates
   -------------------------------------------------------------------------- */

.cfit-rates {
  display: grid; gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(276px, 1fr));
}
.cfit-rate {
  background: var(--card); border: 1px solid var(--rule);
  border-radius: 3px; padding: 30px 26px;
  display: flex; flex-direction: column;
}
.cfit-rate-flag {
  background: var(--ink); border-color: var(--ink);
  color: rgba(246, 245, 239, 0.84);
}
.cfit-rate-flag h3 { color: var(--paper); }
.cfit-rate-flag .cfit-rate-cost { color: var(--lime); }
.cfit-rate-flag .cfit-marks li::before { background: var(--lime); }
.cfit-rate-tag {
  font-family: var(--face-data); font-size: 0.6rem;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--lime-dim); display: block; margin-bottom: 10px;
}
.cfit-rate-flag .cfit-rate-tag { color: var(--lime); }
.cfit-rate-cost {
  font-family: var(--face-display); font-size: 2.15rem;
  font-weight: 600; color: var(--ink); line-height: 1; margin: 6px 0 4px;
}
.cfit-rate-unit {
  font-family: var(--face-data); font-size: 0.64rem;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--slate);
  display: block; margin-bottom: 20px;
}
.cfit-rate-flag .cfit-rate-unit { color: var(--haze); }
.cfit-rate .cfit-key { margin-top: auto; text-align: center; }

/* --------------------------------------------------------------------------
   Notebook (blog)
   -------------------------------------------------------------------------- */

.cfit-notes {
  display: grid; gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(292px, 1fr));
}
.cfit-note {
  background: var(--card); border: 1px solid var(--rule);
  border-radius: 3px; padding: 26px 24px;
  display: flex; flex-direction: column;
  border-top: 3px solid var(--lime-deep);
}
.cfit-note-meta {
  font-family: var(--face-data); font-size: 0.62rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--slate); margin-bottom: 12px;
}
.cfit-note h3 { font-size: 1.14rem; margin-bottom: 0.5em; }
.cfit-note h3 a { color: var(--ink); text-decoration: none; }
.cfit-note h3 a:hover { color: var(--lime-dim); }
.cfit-note p { font-size: 0.945rem; color: var(--slate); }

.cfit-article { max-width: 74ch; }
.cfit-article h2 { margin-top: 1.7em; }
.cfit-article h3 { margin-top: 1.4em; }
.cfit-article .cfit-sheet { margin: 1.6em 0; }
.cfit-article .cfit-say { margin: 1.8em 0; }
.cfit-article ul, .cfit-article ol { margin: 0 0 1.2em; padding-left: 1.3em; }
.cfit-article li { margin-bottom: 9px; }

.cfit-byline {
  display: flex; flex-wrap: wrap; gap: 10px 20px;
  font-family: var(--face-data); font-size: 0.65rem;
  letter-spacing: 0.13em; text-transform: uppercase;
  color: rgba(246, 245, 239, 0.7); margin-top: 20px;
}

.cfit-article-end {
  margin-top: 46px; padding-top: 26px; border-top: 2px solid var(--ink);
}

/* --------------------------------------------------------------------------
   Forms
   -------------------------------------------------------------------------- */

.cfit-form { display: grid; gap: 18px; }
.cfit-form-pair { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .cfit-form-pair { grid-template-columns: 1fr 1fr; } }

.cfit-field { display: flex; flex-direction: column; }
.cfit-field label {
  font-family: var(--face-display); font-size: 0.83rem;
  font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--ink); margin-bottom: 7px;
}
.cfit-field input,
.cfit-field select,
.cfit-field textarea {
  font-family: var(--face-text); font-size: 1rem;
  padding: 12px 14px; border: 1px solid rgba(25, 27, 25, 0.28);
  border-radius: 2px; background: var(--card); color: var(--ink-soft);
  width: 100%;
}
.cfit-field textarea { min-height: 148px; resize: vertical; }
.cfit-field input:focus, .cfit-field select:focus, .cfit-field textarea:focus {
  border-color: var(--lime-deep); outline: none;
  box-shadow: 0 0 0 3px rgba(194, 245, 63, 0.3);
}
.cfit-field-hint { font-size: 0.85rem; color: var(--slate); margin-top: 6px; }

/* --------------------------------------------------------------------------
   Call band
   -------------------------------------------------------------------------- */

.cfit-callout {
  background: var(--lime);
  padding: clamp(44px, 6vw, 70px) 0;
}
.cfit-callout-row {
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: 26px;
}
.cfit-callout h2 { color: var(--ink); margin-bottom: 0.3em; max-width: 20ch; }
.cfit-callout p { color: rgba(25, 27, 25, 0.78); max-width: 46ch; }
.cfit-callout-keys { display: flex; flex-wrap: wrap; gap: 14px; }

/* --------------------------------------------------------------------------
   404
   -------------------------------------------------------------------------- */

.cfit-lost { padding: clamp(70px, 11vw, 130px) 0; text-align: center; }
.cfit-lost-code {
  font-family: var(--face-display); font-size: clamp(4.5rem, 15vw, 9rem);
  font-weight: 600; color: var(--lime-deep); line-height: 0.9; display: block;
}
.cfit-lost-links {
  list-style: none; margin: 34px 0 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 12px 26px; justify-content: center;
}

/* --------------------------------------------------------------------------
   Utility
   -------------------------------------------------------------------------- */

.cfit-gap-sm { margin-top: 22px; }
.cfit-gap-md { margin-top: 34px; }
.cfit-gap-lg { margin-top: 48px; }
.cfit-tight { max-width: 66ch; }
.cfit-fine { font-size: 0.88rem; color: var(--slate); }
.cfit-band-ink .cfit-fine { color: var(--haze); }
.cfit-keys-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.cfit-base { background: var(--ink); color: rgba(246, 245, 239, 0.74); padding-top: clamp(50px, 6vw, 76px); }
.cfit-base-grid {
  display: grid; gap: 36px;
  grid-template-columns: 1fr;
  padding-bottom: 46px;
}
@media (min-width: 700px) { .cfit-base-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1040px) { .cfit-base-grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; } }

.cfit-base-mark {
  font-family: var(--face-display); font-size: 1.34rem;
  font-weight: 600; color: var(--paper); display: block; margin-bottom: 14px;
}
.cfit-base-lead p { font-size: 0.95rem; max-width: 46ch; }
.cfit-base-flags { list-style: none; margin: 20px 0 0; padding: 0; }
.cfit-base-flags li {
  font-family: var(--face-data); font-size: 0.63rem;
  letter-spacing: 0.13em; text-transform: uppercase;
  color: var(--lime); margin-bottom: 7px;
}
.cfit-base-head {
  font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--paper); margin-bottom: 16px;
  padding-bottom: 10px; border-bottom: 1px solid var(--rule-dark);
}
.cfit-base-address { font-style: normal; font-size: 0.95rem; line-height: 1.75; margin-bottom: 12px; }
.cfit-base-line { margin: 0 0 6px; font-size: 0.95rem; }
.cfit-base a { color: rgba(246, 245, 239, 0.8); text-decoration: none; }
.cfit-base a:hover { color: var(--lime); text-decoration: underline; }

.cfit-base-hours { list-style: none; margin: 0; padding: 0; font-size: 0.88rem; }
.cfit-base-hours li {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 5px 0; border-bottom: 1px dotted var(--rule-dark);
}
.cfit-base-day { color: rgba(246, 245, 239, 0.62); }
.cfit-base-span { font-family: var(--face-data); font-size: 0.78rem; text-align: right; }
.cfit-base-small { font-size: 0.82rem; margin-top: 14px; color: var(--haze); }

.cfit-base-links { list-style: none; margin: 0; padding: 0; font-size: 0.93rem; }
.cfit-base-links li { margin-bottom: 8px; }

.cfit-base-rule { border-top: 1px solid var(--rule-dark); padding: 20px 0 26px; }
.cfit-base-rule-row {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 26px;
}
.cfit-base-rule p { margin: 0; font-size: 0.82rem; color: var(--haze); }

/* --------------------------------------------------------------------------
   Motion — only engaged once the script marks the document.
   Without JS every element stays fully visible.
   -------------------------------------------------------------------------- */

.js-on .cfit-rise {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.js-on .cfit-rise.cfit-shown { opacity: 1; transform: none; }
.js-on .cfit-rise-b { transition-delay: 0.09s; }
.js-on .cfit-rise-c { transition-delay: 0.18s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js-on .cfit-rise { opacity: 1; transform: none; transition: none; }
  .cfit-tile:hover { transform: none; }
}

/* --------------------------------------------------------------------------
   Narrow screens
   -------------------------------------------------------------------------- */

@media (max-width: 1040px) {
  .cfit-rail-item a { font-size: 0.82rem; padding: 11px 11px; }
}

@media (max-width: 900px) {
  :root { --gutter: 20px; }

  .cfit-burger { display: flex; }
  .cfit-mast-key { display: none; }
  .cfit-mast-tel-label { display: none; }

  .cfit-rail {
    max-height: 0; overflow: hidden;
    transition: max-height 0.3s ease;
    border-top: 1px solid var(--rule-dark);
  }
  .cfit-rail-open { max-height: 640px; }
  .cfit-rail-list { flex-direction: column; gap: 0; padding: 8px 0 14px; }
  .cfit-rail-item a {
    padding: 12px 2px; border-bottom: 1px solid var(--rule-dark);
    border-left: 3px solid transparent; padding-left: 12px;
  }
  .cfit-rail-on a { border-bottom-color: var(--rule-dark); border-left-color: var(--lime); }

  .cfit-shelf { margin-top: -40px; }
  .cfit-shelf-stagger .cfit-plate:nth-child(even) { transform: none; }
}

@media (max-width: 620px) {
  body.cfit-body { font-size: 16.4px; }
  .cfit-sig-glyph { width: 28px; height: 27px; }
  .cfit-sig-name { font-size: 1.14rem; }
  .cfit-hero-keys .cfit-key, .cfit-callout-keys .cfit-key { width: 100%; text-align: center; }
  .cfit-hero-foot { gap: 22px 30px; }
  .cfit-steps > li { padding-left: 48px; }
  .cfit-who-badge { text-align: left; }
  .cfit-base-rule-row { flex-direction: column; }
}

@media print {
  .cfit-mast, .cfit-callout, .cfit-base-links, .cfit-jump { display: none; }
  body.cfit-body { background: #fff; font-size: 12pt; }
}
