/* ==========================================================================
   Clubwright Lab — hand-built, no framework, no CDN.
   Palette: walnut brown + copper on a parchment ground.
   Type: slab-serif display paired with a plain sans body. System fonts only.
   ========================================================================== */

:root {
  --walnut-950: #1c1108;
  --walnut-900: #271609;
  --walnut-800: #3a2313;
  --walnut-700: #4d301c;
  --walnut-600: #6b4429;
  --walnut-500: #8a5d3c;
  --copper-700: #8f4a24;
  --copper-600: #a8592c;
  --copper-500: #bf6f39;
  --copper-400: #d6874f;
  --copper-300: #e6ab7d;
  --parchment-50: #fbf6ec;
  --parchment-100: #f4ead6;
  --parchment-200: #ecdcbc;
  --sawdust: #ddc7a1;
  --line: #d8c3a0;
  --ink: #241608;
  --ink-soft: #55432f;
  --white: #fffdf8;
  --ok: #4a6b3c;

  --display: "Bookman Old Style", "URW Bookman", "Bitstream Charter", Georgia, "Times New Roman", serif;
  --body: Calibri, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --stamp: Consolas, "Courier New", Courier, monospace;

  --radius-sm: 3px;
  --radius-md: 6px;
  --shadow-card: 0 1px 2px rgba(36, 22, 8, 0.06), 0 10px 24px -14px rgba(36, 22, 8, 0.28);
  --shadow-panel: 0 22px 44px -22px rgba(28, 17, 8, 0.5);
}

/* ---- reset ------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html, body, h1, h2, h3, h4, p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; background: none; border: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
table { border-collapse: collapse; width: 100%; }

html { scroll-behavior: smooth; }

body.cwl-body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--parchment-50);
  background-image:
    linear-gradient(180deg, rgba(36,22,8,0.02) 0%, rgba(36,22,8,0) 220px);
  line-height: 1.62;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--display); color: var(--walnut-900); line-height: 1.18; font-weight: 700; }
h1 { font-size: clamp(2.1rem, 3.6vw, 3.1rem); letter-spacing: -0.01em; }
h2 { font-size: clamp(1.55rem, 2.6vw, 2.15rem); }
h3 { font-size: 1.2rem; }
p { color: var(--ink-soft); }
strong { color: var(--ink); }

.cwl-skip {
  position: absolute; left: -999px; top: 0; z-index: 999;
  background: var(--copper-600); color: #fff; padding: 12px 18px; border-radius: 0 0 6px 0;
}
.cwl-skip:focus { left: 0; }

.cwl-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.cwl-text-center { text-align: center; }

/* ---- buttons ------------------------------------------------------------ */
.cwl-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--body); font-weight: 700; font-size: 0.94rem;
  padding: 13px 24px; border-radius: var(--radius-sm);
  border: 1.5px solid transparent; transition: transform .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease;
  letter-spacing: 0.01em;
}
.cwl-btn--primary { background: linear-gradient(180deg, var(--copper-500), var(--copper-700)); color: #fff8ef; box-shadow: 0 10px 20px -10px rgba(143, 74, 36, 0.7); }
.cwl-btn--primary:hover { transform: translateY(-1px); box-shadow: 0 14px 24px -10px rgba(143, 74, 36, 0.8); }
.cwl-btn--ghost { border-color: rgba(255,253,248,0.4); color: var(--white); }
.cwl-btn--ghost:hover { border-color: var(--white); background: rgba(255,253,248,0.08); }
.cwl-btn--panel { background: var(--walnut-900); color: var(--parchment-50); }
.cwl-btn--panel:hover { background: var(--walnut-800); }
.cwl-btn--block { width: 100%; }

/* ---- header -------------------------------------------------------------- */
.cwl-header { background: var(--walnut-950); border-bottom: 3px solid var(--copper-600); position: relative; z-index: 40; }
.cwl-header__row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 24px; }

.cwl-brand { display: flex; align-items: center; gap: 12px; }
.cwl-brand__mark {
  width: 46px; height: 46px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 32% 28%, var(--copper-400), var(--copper-700) 70%);
  color: #2a1408; font-family: var(--stamp); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.03em;
  border: 2px solid var(--copper-300);
  box-shadow: inset 0 0 0 3px rgba(28,17,8,0.35);
}
.cwl-brand__text { display: flex; flex-direction: column; line-height: 1.2; }
.cwl-brand__name { font-family: var(--display); color: var(--parchment-50); font-size: 1.2rem; font-weight: 700; }
.cwl-brand__tag { font-family: var(--stamp); color: var(--copper-300); font-size: 0.66rem; letter-spacing: 0.08em; text-transform: uppercase; }

.cwl-header__aside { display: flex; align-items: center; gap: 16px; }
.cwl-header__phone { display: none; flex-direction: column; text-align: right; color: var(--parchment-100); font-size: 0.92rem; line-height: 1.25; }
.cwl-header__phone-label { font-family: var(--stamp); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--copper-300); }
.cwl-header__cta { display: none; }

.cwl-nav-toggle {
  width: 40px; height: 34px; display: flex; flex-direction: column; justify-content: center; gap: 6px;
}
.cwl-nav-toggle span { display: block; width: 100%; height: 2px; background: var(--parchment-100); transition: transform .2s ease, opacity .2s ease; }
.cwl-nav-toggle.is-active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.cwl-nav-toggle.is-active span:nth-child(2) { opacity: 0; }
.cwl-nav-toggle.is-active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.cwl-nav {
  background: var(--walnut-900); max-height: 0; overflow: hidden; transition: max-height .28s ease;
}
.cwl-nav.is-open { max-height: 640px; }
.cwl-nav__list { display: flex; flex-direction: column; padding: 6px 0 4px; }
.cwl-nav__item a {
  display: block; padding: 13px 4px; color: var(--parchment-100); font-weight: 600; font-size: 0.98rem;
  border-bottom: 1px solid rgba(214,135,79,0.14);
}
.cwl-nav__item.is-active a { color: var(--copper-300); }
.cwl-nav__cta-mobile { margin: 14px 0 18px; width: 100%; }

@media (min-width: 940px) {
  .cwl-header__phone { display: flex; }
  .cwl-header__cta { display: inline-flex; }
  .cwl-nav-toggle { display: none; }
  .cwl-nav { max-height: none; overflow: visible; border-top: 1px solid rgba(214,135,79,0.18); }
  .cwl-nav .cwl-wrap { display: flex; align-items: center; justify-content: center; }
  .cwl-nav__list { flex-direction: row; gap: 4px; padding: 0; }
  .cwl-nav__item a { padding: 13px 16px; border-bottom: none; font-size: 0.9rem; border-radius: var(--radius-sm); }
  .cwl-nav__item a:hover, .cwl-nav__item.is-active a { background: rgba(191,111,57,0.16); color: var(--copper-300); }
  .cwl-nav__cta-mobile { display: none; }
}

/* ---- hero ---------------------------------------------------------------- */
.cwl-hero { background: var(--walnut-950); color: var(--parchment-50); padding: 56px 0 76px; position: relative; overflow: hidden; }
.cwl-hero::after {
  content: ""; position: absolute; inset: auto -10% -40% -10%; height: 320px;
  background: radial-gradient(ellipse at center, rgba(191,111,57,0.24), transparent 70%);
  pointer-events: none;
}
.cwl-hero__grid { display: grid; grid-template-columns: 1fr; gap: 42px; align-items: center; position: relative; }
.cwl-hero__eyebrow { font-family: var(--stamp); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--copper-300); display: block; margin-bottom: 14px; }
.cwl-hero h1 { color: var(--white); }
.cwl-hero__lede { color: var(--parchment-200); font-size: 1.08rem; max-width: 54ch; margin: 18px 0 28px; }
.cwl-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

.cwl-ticket {
  background: var(--parchment-50); color: var(--ink); border-radius: var(--radius-md);
  padding: 26px 26px 20px; box-shadow: var(--shadow-panel); position: relative;
  border: 1px solid var(--sawdust);
  transform: rotate(-0.6deg);
}
.cwl-ticket::before {
  content: ""; position: absolute; inset: 8px; border: 1px dashed var(--copper-500); border-radius: 4px; pointer-events: none; opacity: 0.55;
}
.cwl-ticket__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 2px solid var(--walnut-900); }
.cwl-ticket__head span:first-child { font-family: var(--stamp); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); }
.cwl-ticket__stamp {
  font-family: var(--stamp); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--copper-700); border: 1.5px solid var(--copper-600); border-radius: 20px; padding: 3px 10px;
  transform: rotate(-3deg);
}
.cwl-ticket__row { display: flex; align-items: baseline; justify-content: space-between; padding: 8px 0; border-bottom: 1px dotted var(--line); font-family: var(--stamp); font-size: 0.86rem; }
.cwl-ticket__row:last-of-type { border-bottom: none; }
.cwl-ticket__label { color: var(--ink-soft); letter-spacing: 0.04em; }
.cwl-ticket__value { color: var(--walnut-900); font-weight: 700; }
.cwl-ticket__foot { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 0.82rem; color: var(--ink-soft); font-style: italic; }

@media (min-width: 900px) {
  .cwl-hero__grid { grid-template-columns: 1.15fr 0.85fr; gap: 60px; }
}

/* ---- plaque strip (stats) ------------------------------------------------ */
.cwl-plaque-strip { background: var(--copper-700); }
.cwl-plaque-strip__row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
.cwl-plaque { text-align: center; padding: 22px 12px; border-right: 1px solid rgba(255,253,248,0.18); border-bottom: 1px solid rgba(255,253,248,0.18); }
.cwl-plaque:nth-child(2n) { border-right: none; }
.cwl-plaque__num { display: block; font-family: var(--display); font-size: 1.65rem; color: #fff; font-weight: 700; }
.cwl-plaque__label { display: block; font-family: var(--stamp); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--parchment-200); margin-top: 4px; }

@media (min-width: 760px) {
  .cwl-plaque-strip__row { grid-template-columns: repeat(4, 1fr); }
  .cwl-plaque:nth-child(2n) { border-right: 1px solid rgba(255,253,248,0.18); }
  .cwl-plaque:last-child, .cwl-plaque:nth-child(4) { border-right: none; }
  .cwl-plaque { border-bottom: none; }
}

/* ---- sections ------------------------------------------------------------ */
.cwl-section { padding: 68px 0; }
.cwl-section--alt { background: var(--parchment-100); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cwl-section__head { max-width: 680px; margin: 0 auto 38px; text-align: center; }
.cwl-section__head p { margin-top: 12px; font-size: 1.02rem; }
.cwl-eyebrow {
  font-family: var(--stamp); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--copper-600);
  display: inline-block; margin-bottom: 10px; position: relative; padding-left: 22px;
}
.cwl-eyebrow::before { content: ""; position: absolute; left: 0; top: 50%; width: 14px; height: 2px; background: var(--copper-600); transform: translateY(-50%); }

.cwl-two-col { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: start; }
.cwl-two-col p { margin-top: 12px; }
@media (min-width: 900px) { .cwl-two-col { grid-template-columns: 1fr 1fr; gap: 56px; } }

.cwl-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
@media (min-width: 640px) { .cwl-grid--2 { grid-template-columns: 1fr 1fr; } .cwl-grid--4 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 860px) { .cwl-grid--3 { grid-template-columns: repeat(3, 1fr); } .cwl-grid--4 { grid-template-columns: repeat(4, 1fr); } }

/* ---- cards ---------------------------------------------------------------- */
.cwl-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 26px 24px; box-shadow: var(--shadow-card);
}
.cwl-card h3 { margin-bottom: 8px; }
.cwl-card p { font-size: 0.96rem; }
.cwl-card__icon {
  width: 40px; height: 40px; border-radius: 8px; display: flex; align-items: center; justify-content: center;
  background: var(--walnut-900); color: var(--copper-300); font-family: var(--display); font-weight: 700; margin-bottom: 14px;
}
.cwl-card__link { display: inline-block; margin-top: 12px; color: var(--copper-700); font-weight: 700; font-size: 0.9rem; border-bottom: 1.5px solid var(--copper-400); }
.cwl-card__link:hover { color: var(--copper-600); }

/* ---- bars ------------------------------------------------------------------ */
.cwl-bars > div + div { margin-top: 16px; }
.cwl-bar-row__label { display: flex; justify-content: space-between; font-size: 0.88rem; margin-bottom: 6px; color: var(--ink-soft); }
.cwl-bar-row__label strong { color: var(--walnut-900); }
.cwl-bar-track { height: 9px; border-radius: 20px; background: var(--parchment-200); overflow: hidden; }
.cwl-bar-fill { height: 100%; border-radius: 20px; background: linear-gradient(90deg, var(--copper-500), var(--copper-700)); }
.cwl-bar-fill--muted { background: var(--sawdust); }

/* ---- timeline / bench stations --------------------------------------------- */
.cwl-timeline { display: grid; grid-template-columns: 1fr; gap: 26px; counter-reset: bench; }
@media (min-width: 760px) { .cwl-timeline { grid-template-columns: repeat(4, 1fr); } }
.cwl-timeline__item { position: relative; padding-left: 54px; }
@media (min-width: 760px) { .cwl-timeline__item { padding-left: 0; padding-top: 54px; } }
.cwl-timeline__num {
  counter-increment: bench; position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 50%;
  background: var(--walnut-900); color: var(--copper-300); display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: 700; border: 2px solid var(--copper-500);
}
.cwl-timeline__num::before { content: counter(bench); }
@media (min-width: 760px) { .cwl-timeline__num { left: 0; top: 0; } }
.cwl-timeline__item h3 { margin-bottom: 6px; }
.cwl-timeline__item p { font-size: 0.92rem; }

/* ---- testimonials ------------------------------------------------------------ */
.cwl-testimonial { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 24px; box-shadow: var(--shadow-card); }
.cwl-stars { color: var(--copper-500); letter-spacing: 2px; display: block; margin-bottom: 10px; }
.cwl-testimonial p { font-size: 0.96rem; margin-bottom: 16px; }
.cwl-testimonial__author { display: flex; align-items: center; gap: 12px; }
.cwl-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--walnut-900); color: var(--copper-300); display: flex; align-items: center; justify-content: center; font-family: var(--stamp); font-weight: 700; font-size: 0.78rem; }
.cwl-testimonial__author strong { display: block; font-size: 0.9rem; }
.cwl-testimonial__author span { font-size: 0.78rem; color: var(--ink-soft); }

/* ---- brand tiles -------------------------------------------------------------- */
.cwl-brand-tile { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 20px; text-align: center; box-shadow: var(--shadow-card); }
.cwl-brand-tile__mark { width: 44px; height: 44px; margin: 0 auto 10px; border-radius: 50%; background: var(--parchment-200); border: 1.5px solid var(--copper-500); display: flex; align-items: center; justify-content: center; font-family: var(--stamp); font-weight: 700; color: var(--walnut-900); font-size: 0.76rem; }
.cwl-brand-tile strong { display: block; font-family: var(--display); font-size: 1rem; color: var(--walnut-900); margin-bottom: 3px; }
.cwl-brand-tile span { font-size: 0.8rem; color: var(--ink-soft); }
.cwl-brand-tile .cwl-bar-track { margin-top: 12px; }

/* ---- pricing --------------------------------------------------------------- */
.cwl-pricing-card { text-align: left; display: flex; flex-direction: column; }
.cwl-pricing-card--featured { border-color: var(--copper-500); box-shadow: 0 0 0 2px var(--copper-500), var(--shadow-card); position: relative; }
.cwl-pricing-card--featured::before { content: "Most Booked"; position: absolute; top: -13px; right: 20px; background: var(--copper-600); color: #fff; font-family: var(--stamp); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 10px; border-radius: 12px; }
.cwl-price { font-family: var(--display); font-size: 2rem; color: var(--walnut-900); margin: 10px 0 6px; }
.cwl-price span { font-family: var(--body); font-size: 0.9rem; color: var(--ink-soft); font-weight: 400; }
.cwl-pricing-card ul { margin: 14px 0 20px; }
.cwl-pricing-card li { position: relative; padding-left: 22px; font-size: 0.9rem; color: var(--ink-soft); margin-bottom: 8px; }
.cwl-pricing-card li::before { content: "\2713"; position: absolute; left: 0; color: var(--copper-600); font-weight: 700; }
.cwl-pricing-card .cwl-btn { margin-top: auto; }

.cwl-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.cwl-table th, .cwl-table td { text-align: left; padding: 13px 18px; border-bottom: 1px solid var(--line); font-size: 0.92rem; }
.cwl-table th { font-family: var(--stamp); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-soft); background: var(--parchment-100); }
.cwl-table tr:last-child td { border-bottom: none; }

/* ---- faq --------------------------------------------------------------------- */
.cwl-faq-item { border-bottom: 1px solid var(--line); padding: 18px 0; }
.cwl-faq-item summary { cursor: pointer; font-family: var(--display); font-weight: 700; font-size: 1.02rem; color: var(--walnut-900); list-style: none; position: relative; padding-right: 30px; }
.cwl-faq-item summary::-webkit-details-marker { display: none; }
.cwl-faq-item summary::after { content: "+"; position: absolute; right: 0; top: -2px; font-size: 1.4rem; color: var(--copper-600); }
.cwl-faq-item[open] summary::after { content: "\2212"; }
.cwl-faq-item p { margin-top: 12px; font-size: 0.95rem; }

/* ---- forms --------------------------------------------------------------------- */
.cwl-form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 30px; box-shadow: var(--shadow-card); }
.cwl-form-row { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 600px) { .cwl-form-row { grid-template-columns: 1fr 1fr; } }
.cwl-form-field { margin-bottom: 16px; }
.cwl-form-field label { display: block; font-size: 0.84rem; font-weight: 700; color: var(--walnut-900); margin-bottom: 6px; }
.cwl-form-field input, .cwl-form-field select, .cwl-form-field textarea {
  width: 100%; padding: 11px 13px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: var(--parchment-50);
}
.cwl-form-field input:focus, .cwl-form-field select:focus, .cwl-form-field textarea:focus { outline: none; border-color: var(--copper-500); background: #fff; }
.cwl-form-note { font-size: 0.82rem; color: var(--ink-soft); }
.cwl-check-list li { position: relative; padding-left: 26px; margin-bottom: 10px; font-size: 0.95rem; color: var(--ink-soft); }
.cwl-check-list li::before { content: "\2713"; position: absolute; left: 0; top: 1px; color: var(--copper-600); font-weight: 700; }

/* ---- locate panel ---------------------------------------------------------------- */
.cwl-locate {
  position: relative; height: 190px; border-radius: var(--radius-md); overflow: hidden;
  background: linear-gradient(135deg, var(--walnut-900), var(--walnut-700));
  border: 1px solid var(--walnut-950);
}
.cwl-locate--lg { height: 260px; }
.cwl-locate__grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(214,135,79,0.16) 1px, transparent 1px), linear-gradient(90deg, rgba(214,135,79,0.16) 1px, transparent 1px);
  background-size: 26px 26px;
}
.cwl-locate__brackets { position: absolute; inset: 14px; border: 1.5px dashed rgba(214,135,79,0.5); border-radius: 4px; }
.cwl-locate__pin {
  position: absolute; left: 50%; top: 48%; width: 16px; height: 16px; border-radius: 50%;
  background: var(--copper-400); transform: translate(-50%, -50%); box-shadow: 0 0 0 8px rgba(214,135,79,0.22);
}
.cwl-locate__label { position: absolute; left: 16px; bottom: 34px; font-family: var(--stamp); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--parchment-100); }
.cwl-locate__coords { position: absolute; left: 16px; bottom: 14px; font-family: var(--stamp); font-size: 0.68rem; color: var(--copper-300); }

/* ---- footer ------------------------------------------------------------------------ */
.cwl-footer { background: var(--walnut-950); color: var(--parchment-200); margin-top: 0; }
.cwl-footer__top { display: grid; grid-template-columns: 1fr; gap: 34px; padding: 56px 24px 40px; }
@media (min-width: 760px) { .cwl-footer__top { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.cwl-footer__col h3 { font-family: var(--stamp); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--copper-300); margin-bottom: 14px; }
.cwl-footer .cwl-brand__name { color: var(--white); display: block; margin-bottom: 10px; font-size: 1.1rem; }
.cwl-footer__brand p { color: var(--parchment-200); font-size: 0.92rem; }
.cwl-footer__badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.cwl-tag { font-family: var(--stamp); font-size: 0.62rem; letter-spacing: 0.06em; text-transform: uppercase; border: 1px solid rgba(214,135,79,0.4); color: var(--copper-300); padding: 5px 10px; border-radius: 14px; }
.cwl-footer address, .cwl-footer p { color: var(--parchment-200); font-size: 0.9rem; font-style: normal; line-height: 1.6; }
.cwl-footer a:hover { color: var(--copper-300); }
.cwl-hours li { display: flex; justify-content: space-between; font-size: 0.86rem; padding: 6px 0; border-bottom: 1px solid rgba(214,135,79,0.14); }
.cwl-hours li:last-child { border-bottom: none; }
.cwl-footer__links li { margin-bottom: 9px; font-size: 0.88rem; }
.cwl-footer__bottom { border-top: 1px solid rgba(214,135,79,0.16); }
.cwl-footer__bottom-inner { display: flex; flex-direction: column; gap: 6px; padding: 20px 24px; font-size: 0.78rem; color: var(--sawdust); }
@media (min-width: 700px) { .cwl-footer__bottom-inner { flex-direction: row; justify-content: space-between; } }

/* ---- CTA banner -------------------------------------------------------------------- */
.cwl-cta { background: linear-gradient(120deg, var(--copper-700), var(--walnut-800)); color: #fff; padding: 60px 0; text-align: center; }
.cwl-cta h2 { color: #fff; }
.cwl-cta p { color: var(--parchment-200); max-width: 56ch; margin: 12px auto 26px; }
.cwl-cta__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ---- page header / breadcrumb -------------------------------------------------------- */
.cwl-page-header { background: var(--walnut-950); color: var(--parchment-50); padding: 48px 0 44px; border-bottom: 3px solid var(--copper-600); }
.cwl-breadcrumb { font-family: var(--stamp); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--copper-300); display: block; margin-bottom: 12px; }
.cwl-page-header h1 { color: var(--white); }
.cwl-lede { color: var(--parchment-200); max-width: 62ch; margin-top: 14px; font-size: 1.02rem; }

/* ---- article / blog --------------------------------------------------------------------- */
.cwl-article-header .cwl-lede { max-width: 58ch; }
.cwl-post-card { display: flex; flex-direction: column; }
.cwl-post-meta { font-family: var(--stamp); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--copper-600); margin-bottom: 8px; display: block; }
.cwl-article { max-width: 720px; margin: 0 auto; }
.cwl-article h2 { margin: 34px 0 12px; }
.cwl-article p { margin-bottom: 16px; font-size: 1.02rem; }
.cwl-article blockquote {
  border-left: 3px solid var(--copper-500); padding: 4px 0 4px 20px; margin: 24px 0; font-family: var(--display);
  font-size: 1.15rem; color: var(--walnut-800); font-style: italic;
}

/* ---- 404 --------------------------------------------------------------------------------- */
.cwl-error { padding: 100px 0; text-align: center; background: var(--parchment-100); }
.cwl-error-code { font-family: var(--display); font-size: 5rem; color: var(--copper-600); display: block; line-height: 1; margin-bottom: 12px; }

/* ---- team ------------------------------------------------------------------------------ */
.cwl-team-card { text-align: center; }
.cwl-team-photo {
  width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 14px; background: var(--walnut-900); color: var(--copper-300);
  display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 700; font-size: 1.1rem;
  border: 2px solid var(--copper-500);
}
.cwl-team-role { font-family: var(--stamp); font-size: 0.66rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--copper-600); display: block; margin-bottom: 4px; }

/* ---- scroll reveal (progressive enhancement) --------------------------------------------- */
.js-on .cwl-rise { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.js-on .cwl-rise.is-shown { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js-on .cwl-rise { opacity: 1; transform: none; transition: none; }
}

/* ---- misc ----------------------------------------------------------------------------------- */
::selection { background: var(--copper-400); color: #2a1408; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2.5px solid var(--copper-500); outline-offset: 2px;
}
