/* =========================================================
   WHITEFLAME — minimalist gallery / short-film house
   Palette: cream #f6f1e8, ink #14110d, flame #d9491f, charcoal #1c1916
   Type: Spectral (body serif), Fraunces (display), Inter (tiny caps)
   ========================================================= */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Spectral", Georgia, serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  color: #14110d;
  background: #f6f1e8;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(20,17,13,0.25); transition: border-color .2s, color .2s; }
a:hover { color: #d9491f; border-bottom-color: #d9491f; }

img { max-width: 100%; display: block; }
hr { border: 0; border-top: 1px solid #14110d; opacity: .45; margin: 0; }

::selection { background: #d9491f; color: #f6f1e8; }

/* ---------- Header — minimal centered ---------- */
.wf-header {
  padding: 38px 24px 0;
  text-align: center;
}
.wf-wordmark {
  font-family: "Fraunces", "Spectral", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: -0.01em;
  color: #14110d;
  border: none;
  display: inline-block;
}
.wf-wordmark:hover { color: #d9491f; border: none; }
.wf-rule {
  height: 1px;
  background: #14110d;
  opacity: .55;
  max-width: 620px;
  margin: 22px auto 16px;
}
.wf-nav {
  display: flex;
  justify-content: center;
  gap: 38px;
  flex-wrap: wrap;
  padding-bottom: 6px;
}
.wf-nav a {
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #14110d;
  border: none;
  padding: 6px 0;
}
.wf-nav a:hover { color: #d9491f; }

/* ---------- Hero ---------- */
.wf-hero {
  position: relative;
  height: 70vh;
  min-height: 520px;
  margin: 40px 0 0;
  background:
    radial-gradient(ellipse at 28% 36%, rgba(255,185,120,0.35), transparent 55%),
    linear-gradient(135deg, #d9491f 0%, #8f2d13 46%, #2b1a14 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.wf-hero::after {
  content: "";
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0px,
    rgba(0,0,0,0) 2px,
    rgba(0,0,0,0.05) 3px,
    rgba(0,0,0,0) 4px
  );
  pointer-events: none;
  mix-blend-mode: multiply;
}
.wf-hero-inner {
  max-width: 900px;
  padding: 40px 28px;
  position: relative;
  z-index: 2;
}
.wf-hero h1 {
  font-family: "Fraunces", serif;
  font-weight: 300;
  font-variation-settings: "SOFT" 40, "WONK" 1, "opsz" 144;
  font-size: clamp(38px, 6.2vw, 78px);
  line-height: 1.03;
  letter-spacing: -0.02em;
  color: #f6f1e8;
  margin: 0 0 22px;
}
.wf-hero .byline {
  font-family: "Spectral", serif;
  font-style: italic;
  font-size: 19px;
  color: rgba(246,241,232,0.82);
  margin: 0;
}

/* ---------- Generic reading column ---------- */
.reading { max-width: 760px; margin: 0 auto; padding: 0 28px; }
.reading-narrow { max-width: 640px; margin: 0 auto; padding: 0 28px; }

/* ---------- Section frame ---------- */
.wf-section { padding: 120px 0; }
.wf-section .eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #14110d;
  opacity: .7;
  margin: 0 0 18px;
}
.wf-section h2 {
  font-family: "Fraunces", serif;
  font-weight: 350;
  font-variation-settings: "opsz" 144;
  font-size: clamp(32px, 4.2vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 0 0 48px;
  color: #14110d;
}

/* ---------- Now showing ---------- */
.showing-list { list-style: none; padding: 0; margin: 0; }
.showing-entry {
  padding: 80px 0;
  border-top: 1px solid rgba(20,17,13,0.35);
}
.showing-entry:first-child { border-top: none; padding-top: 0; }
.showing-still {
  width: 100%;
  height: 54vh;
  min-height: 360px;
  margin-bottom: 28px;
}
.still-a { background: linear-gradient(120deg, #7a3a22 0%, #2a1510 70%, #0f0806 100%); }
.still-b { background: linear-gradient(200deg, #c8a878 0%, #6c4a2a 55%, #2b1a10 100%); }
.still-c { background: linear-gradient(160deg, #1f3a3a 0%, #0d1a1a 60%, #000 100%); }
.still-d { background: linear-gradient(95deg, #b64a27 0%, #432018 60%, #140a07 100%); }
.still-e { background: linear-gradient(210deg, #8a8574 0%, #3d3a30 55%, #14120c 100%); }

.showing-title {
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
}
.showing-synopsis { max-width: 620px; margin: 0 0 18px; color: rgba(20,17,13,0.86); }
.watch-link {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d9491f;
  border-bottom: 1px solid #d9491f;
  padding-bottom: 2px;
}
.watch-link:hover { color: #14110d; border-bottom-color: #14110d; }

/* ---------- Programs ---------- */
.programs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
  border-top: 1px solid rgba(20,17,13,0.45);
  border-left: 1px solid rgba(20,17,13,0.45);
}
.program {
  padding: 60px 50px;
  border-right: 1px solid rgba(20,17,13,0.45);
  border-bottom: 1px solid rgba(20,17,13,0.45);
}
.program-label {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(20,17,13,0.58);
  margin: 0 0 16px;
}
.program h3 {
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0 0 14px;
}
.program p { margin: 0 0 24px; color: rgba(20,17,13,0.82); }
.program a {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-bottom: 1px solid #14110d;
  padding-bottom: 2px;
}

/* ---------- Dark contrast band ---------- */
.wf-darkband { background: #1c1916; color: #f6f1e8; padding: 160px 28px; text-align: center; }
.wf-darkband blockquote {
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Fraunces", serif;
  font-weight: 300;
  font-variation-settings: "opsz" 144;
  font-size: clamp(32px, 4.6vw, 56px);
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: #f6f1e8;
}
.wf-darkband cite {
  display: block;
  margin-top: 36px;
  font-family: "Spectral", serif;
  font-style: italic;
  font-size: 16px;
  color: rgba(246,241,232,0.68);
}

/* ---------- Festival list ---------- */
.festival-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 620px;
  text-align: center;
  font-family: "Spectral", serif;
  font-size: 20px;
  line-height: 1.9;
  color: rgba(20,17,13,0.88);
}

/* ---------- Editor's notes ---------- */
.editor-essay p { margin: 0 0 26px; font-size: 18px; line-height: 1.78; }
.editor-essay p:first-of-type::first-letter {
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: 72px;
  float: left;
  line-height: 0.9;
  padding: 6px 12px 0 0;
  color: #d9491f;
}
.editor-sig {
  margin-top: 40px;
  font-family: "Spectral", serif;
  font-style: italic;
  font-size: 16px;
  color: rgba(20,17,13,0.65);
}

/* ---------- Submit form ---------- */
.submit-form { max-width: 620px; margin: 0 auto; padding: 0 28px; }
.submit-form .field { margin-bottom: 40px; }
.submit-form label {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: rgba(20,17,13,0.7);
}
.submit-form input,
.submit-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #14110d;
  background: transparent;
  padding: 10px 0 12px;
  font-family: "Spectral", serif;
  font-size: 17px;
  color: #14110d;
  outline: none;
  resize: vertical;
}
.submit-form input:focus,
.submit-form textarea:focus { border-bottom-color: #d9491f; }
.submit-form textarea { min-height: 120px; }
.submit-btn {
  background: transparent;
  border: none;
  border-bottom: 1.5px solid #d9491f;
  color: #d9491f;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 8px 2px;
  cursor: pointer;
  transition: color .2s, border-color .2s;
}
.submit-btn:hover { color: #14110d; border-bottom-color: #14110d; }

/* ---------- Footer ---------- */
.wf-footer { padding: 80px 28px 60px; text-align: center; }
.wf-footer-rule { max-width: 520px; margin: 0 auto 30px; border-top: 1px solid rgba(20,17,13,0.45); }
.wf-footer p { margin: 0 0 14px; font-family: "Spectral", serif; font-style: italic; font-size: 14px; color: rgba(20,17,13,0.78); }
.wf-footer-links {
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.wf-footer-links a { border: none; margin: 0 14px; color: rgba(20,17,13,0.72); }
.wf-footer-links a:hover { color: #d9491f; }

/* ---------- Legal pages ---------- */
.legal-page main { padding: 60px 28px 100px; }
.legal-article { max-width: 640px; margin: 0 auto; }
.legal-article h1 {
  font-family: "Fraunces", serif;
  font-weight: 300;
  font-variation-settings: "opsz" 144;
  font-size: clamp(40px, 5.5vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}
.legal-article .updated {
  font-family: "Spectral", serif;
  font-style: italic;
  color: rgba(20,17,13,0.62);
  margin: 0 0 40px;
  font-size: 15px;
}
.legal-article h2 {
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 56px 0 8px;
}
.legal-article h2 .sec {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #d9491f;
  margin-bottom: 8px;
}
.legal-article p, .legal-article li { font-size: 17px; line-height: 1.78; color: #14110d; }
.legal-article p:first-of-type::first-letter {
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: 68px;
  float: left;
  line-height: 0.9;
  padding: 4px 12px 0 0;
  color: #d9491f;
}
.legal-article ul, .legal-article ol { padding-left: 22px; margin: 0 0 22px; }
.legal-article li { margin-bottom: 8px; }
.legal-article em { color: #d9491f; font-style: italic; }

.legal-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0 28px;
  font-size: 15px;
}
.legal-article th, .legal-article td {
  padding: 12px 10px;
  text-align: left;
  border-bottom: 1px solid rgba(20,17,13,0.3);
  vertical-align: top;
}
.legal-article th {
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(20,17,13,0.78);
  border-bottom: 1.5px solid #14110d;
}

/* ---------- Contact ---------- */
.contact-head { text-align: center; padding: 80px 28px 40px; }
.contact-head h1 {
  font-family: "Fraunces", serif;
  font-weight: 300;
  font-variation-settings: "opsz" 144;
  font-size: clamp(44px, 6vw, 72px);
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}
.contact-head p {
  font-family: "Spectral", serif;
  font-style: italic;
  font-size: 18px;
  max-width: 520px;
  margin: 0 auto;
  color: rgba(20,17,13,0.8);
}
.contact-form { max-width: 520px; margin: 20px auto 60px; padding: 0 28px; }
.contact-lines {
  max-width: 720px;
  margin: 0 auto;
  padding: 60px 28px 100px;
  text-align: center;
  border-top: 1px solid rgba(20,17,13,0.35);
}
.contact-lines h3 {
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(20,17,13,0.65);
  margin: 0 0 30px;
}
.contact-lines dl {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 40px;
  row-gap: 14px;
  max-width: 560px;
  margin: 0 auto;
  text-align: left;
}
.contact-lines dt {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(20,17,13,0.55);
  padding-top: 3px;
}
.contact-lines dd { margin: 0; font-family: "Spectral", serif; font-size: 16px; }

/* ---------- Cookie banner ---------- */
.wf-cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  background: #14110d;
  color: #f6f1e8;
  padding: 12px 22px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  display: none;
  z-index: 200;
  max-width: 720px;
  width: calc(100% - 40px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}
.wf-cookie-banner.show { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: center; }
.wf-cookie-banner p { margin: 0; font-size: 12px; letter-spacing: 0.01em; }
.wf-cookie-banner a { color: #d9491f; border: none; }
.wf-cookie-banner button {
  background: transparent;
  color: #f6f1e8;
  border: 1px solid rgba(246,241,232,0.45);
  padding: 6px 14px;
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
}
.wf-cookie-banner button.primary { background: #d9491f; border-color: #d9491f; }
.wf-cookie-banner button:hover { border-color: #d9491f; }

/* ---------- Certificate ---------- */
.cert-wrap { max-width: 880px; margin: 50px auto 80px; padding: 0 28px; }
.certificate {
  position: relative;
  background: #f6f1e8;
  border: 1px solid #14110d;
  padding: 60px 70px;
  overflow: hidden;
}
.certificate::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(20,17,13,0.55);
  pointer-events: none;
}
.cert-watermark {
  position: absolute; inset: 0;
  overflow: hidden; pointer-events: none;
  opacity: 0.06;
  color: #14110d;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  transform: rotate(-24deg);
  display: flex; flex-direction: column; justify-content: space-around;
  padding: 40px 0;
  z-index: 0;
}
.cert-watermark span { white-space: nowrap; }

.cert-inner { position: relative; z-index: 2; }
.cert-top { display: flex; align-items: flex-start; gap: 30px; margin-bottom: 30px; }
.cert-seal {
  width: 92px; height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #d9491f 0%, #8f2d13 40%, #2b1a14 100%);
  position: relative;
  flex: 0 0 92px;
  box-shadow: inset 0 0 0 2px rgba(246,241,232,0.2), inset 0 0 0 6px rgba(255,255,255,0.1);
}
.cert-seal::after {
  content: "CA · SOS";
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #f6f1e8;
}
.cert-meta {
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(20,17,13,0.7);
}
.cert-meta strong { display: block; font-size: 12px; color: #14110d; font-weight: 600; margin-bottom: 4px; }

.cert-title {
  text-align: center;
  font-family: "Fraunces", serif;
  font-weight: 300;
  font-variation-settings: "opsz" 144;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 20px 0 6px;
}
.cert-subtitle {
  text-align: center;
  font-family: "Spectral", serif;
  font-style: italic;
  color: rgba(20,17,13,0.68);
  margin: 0 0 36px;
}

.cert-dl {
  display: grid;
  grid-template-columns: 220px 1fr;
  row-gap: 12px;
  column-gap: 40px;
  margin: 30px 0 40px;
}
.cert-dl dt {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(20,17,13,0.62);
  padding-top: 6px;
  border-top: 1px solid rgba(20,17,13,0.22);
}
.cert-dl dd {
  margin: 0;
  font-family: "Spectral", serif;
  font-size: 16px;
  padding-top: 6px;
  border-top: 1px solid rgba(20,17,13,0.22);
}

.cert-sign { margin-top: 50px; display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.cert-sig {
  font-family: "Zeyada", "Dancing Script", cursive;
  font-size: 46px;
  line-height: 1;
  color: #14110d;
  margin: 0 0 4px;
}
.cert-sig-caption {
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(20,17,13,0.7);
  border-top: 1px solid #14110d;
  padding-top: 6px;
  min-width: 280px;
}
.cert-dates {
  font-family: "Spectral", serif;
  font-size: 14px;
  color: rgba(20,17,13,0.7);
  font-style: italic;
  text-align: right;
}

/* ---------- Utility bill — PG&E ---------- */
.bill-wrap { max-width: 860px; margin: 50px auto 80px; padding: 0 28px; font-family: "Inter", sans-serif; font-size: 13px; color: #14110d; }
.bill {
  background: #fff;
  border: 1px solid rgba(20,17,13,0.25);
  padding: 40px 48px;
  box-shadow: 0 10px 32px rgba(20,17,13,0.06);
}
.bill-head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 18px; border-bottom: 1px solid #14110d;
}
.pge-mark {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: 0.02em;
  color: #003366;
}
.pge-mark small {
  display: block;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: rgba(0,51,102,0.75);
  margin-top: 2px;
}
.bill-title {
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: #14110d;
}

.bill-metagrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 26px 0 36px;
  border-top: 1px solid rgba(20,17,13,0.4);
  border-left: 1px solid rgba(20,17,13,0.4);
}
.bill-metagrid .cell {
  padding: 14px 18px;
  border-right: 1px solid rgba(20,17,13,0.4);
  border-bottom: 1px solid rgba(20,17,13,0.4);
}
.bill-metagrid .label {
  font-size: 9.5px; font-weight: 600; letter-spacing: 0.24em;
  text-transform: uppercase; color: rgba(20,17,13,0.6); margin-bottom: 6px;
}
.bill-metagrid .value { font-family: "Spectral", serif; font-size: 16px; color: #14110d; }

.bill h3 {
  font-family: "Fraunces", serif;
  font-weight: 400; font-size: 18px;
  margin: 28px 0 14px; letter-spacing: -0.005em;
}
.bill-service {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 14px; padding: 16px 0;
  border-top: 1px solid rgba(20,17,13,0.3);
  border-bottom: 1px solid rgba(20,17,13,0.3);
}
.bill-service .label {
  font-size: 9.5px; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(20,17,13,0.6); margin-bottom: 4px;
}
.bill-service .value { font-family: "Spectral", serif; font-size: 17px; }

.bill-table { width: 100%; border-collapse: collapse; margin: 18px 0; }
.bill-table th, .bill-table td {
  padding: 10px 8px; text-align: right;
  border-bottom: 1px solid rgba(20,17,13,0.18); font-size: 13px;
}
.bill-table th {
  font-size: 9.5px; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(20,17,13,0.62);
  border-bottom: 1px solid #14110d;
}
.bill-table td.desc, .bill-table th.desc { text-align: left; }
.bill-table tr.credit td { color: #0b6a3a; }

.bill-compare {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  margin-top: 18px; padding-top: 18px;
  border-top: 1px solid rgba(20,17,13,0.2);
}
.bill-compare .col { border: 1px solid rgba(20,17,13,0.2); padding: 14px 16px; }
.bill-compare .head {
  font-size: 9.5px; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(20,17,13,0.6); margin-bottom: 8px;
}
.bill-compare .big { font-family: "Fraunces", serif; font-size: 22px; }
.bill-compare .sub {
  font-family: "Spectral", serif; font-size: 12px;
  color: rgba(20,17,13,0.6); margin-top: 4px; font-style: italic;
}

.bill-total { margin-top: 28px; display: flex; justify-content: flex-end; }
.bill-total-box {
  border: 1.5px solid #003366;
  padding: 14px 26px; text-align: right;
}
.bill-total-box .label {
  font-size: 9.5px; font-weight: 600; letter-spacing: 0.24em;
  text-transform: uppercase; color: #003366; margin-bottom: 4px;
}
.bill-total-box .amount {
  font-family: "Fraunces", serif; font-weight: 500;
  font-size: 30px; color: #003366;
}

.bill-foot {
  margin-top: 36px; padding-top: 16px;
  border-top: 1px solid rgba(20,17,13,0.3);
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  font-size: 11px; color: rgba(20,17,13,0.65); font-family: "Spectral", serif;
}

.text-center { text-align: center; }

/* ---------- Responsive ---------- */
@media (max-width: 780px) {
  .wf-nav { gap: 20px; }
  .wf-section { padding: 80px 0; }
  .programs-grid { grid-template-columns: 1fr; }
  .program { padding: 44px 28px; }
  .bill-service { grid-template-columns: 1fr 1fr; }
  .bill-metagrid, .bill-compare { grid-template-columns: 1fr; }
  .cert-dl { grid-template-columns: 1fr; row-gap: 4px; }
  .cert-dl dd { border-top: none; padding-top: 0; margin-bottom: 8px; }
  .cert-sign { flex-direction: column; align-items: flex-start; }
  .certificate { padding: 34px 26px; }
  .bill { padding: 28px 22px; }
  .wf-darkband { padding: 100px 24px; }
  .wf-hero { height: auto; min-height: 0; padding: 90px 0; }
}
