/* ============================================================
   Birchcove — bchcdonor.org
   Warm cream canvas, single voltage-blue accent, hairline ash rules.
   Flat surfaces only: no shadows, no gradients on chrome.
   ============================================================ */

:root {
  --d7vq-bg: #fff8f1;   /* page canvas — warm cream */
  --d7vq-c1: #006eff;   /* voltage blue — the only chromatic voice */
  --d7vq-c2: #0b1f66;   /* deep navy — badges that carry white type */
  --d7vq-c3: #0047d1;   /* azure — credit figures, earning highlights */
  --d7vq-ct: #fff8f1;   /* type on filled azure/navy chips */
  --d7vq-tx: #000000;   /* ink */
  --d7vq-cd: #fffdf9;   /* card surface — cream, split by hairline only */
  --d7vq-br: #e2e8f0;   /* ash hairline */
  --d7vq-r:  0px;       /* cards are square; pills are handled per component */

  --d7vq-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --d7vq-sans: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --d7vq-pill: 60px;
  --d7vq-gut: clamp(1.25rem, 5vw, 4.5rem);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  background: var(--d7vq-bg);
  color: var(--d7vq-tx);
  font-family: var(--d7vq-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-feature-settings: "clig", "liga";
}

img { max-width: 100%; display: block; }
a { color: var(--d7vq-c1); }
::selection { background: var(--d7vq-c1); color: var(--d7vq-ct); }
:focus-visible { outline: 2px solid var(--d7vq-c1); outline-offset: 2px; }

/* ---------- shared shells ---------- */
.d7vq-wrap { max-width: 1200px; margin: 0 auto; padding: 0 var(--d7vq-gut); }
.d7vq-sec { padding: clamp(3rem, 8vw, 6.5rem) 0; border-top: 1px solid var(--d7vq-br); }
.d7vq-sec:first-of-type { border-top: none; }

.d7vq-kicker {
  font-size: 14px; font-weight: 400; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--d7vq-c1); margin-bottom: 0.9rem;
}
.d7vq-h2 {
  font-family: var(--d7vq-serif); font-weight: 300;
  font-size: clamp(2.1rem, 5vw, 3.6rem); line-height: 1; letter-spacing: -0.02em;
  color: var(--d7vq-c1);
}
.d7vq-h3 { font-weight: 300; font-size: clamp(1.35rem, 3vw, 1.9rem); line-height: 1.2; }
.d7vq-lede { font-size: 21px; line-height: 1.5; max-width: 600px; font-weight: 300; }
.d7vq-body { font-size: 18px; line-height: 1.5; max-width: 600px; }
.d7vq-body p + p { margin-top: 29px; }
.d7vq-fine { font-size: 14px; opacity: 0.6; line-height: 1.5; }

/* ---------- buttons: outlined pills only ---------- */
.d7vq-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 43px; border-radius: var(--d7vq-pill);
  border: 1.5px solid var(--d7vq-br); background: transparent;
  font-family: var(--d7vq-sans); font-weight: 300; font-size: 16px; line-height: 1;
  letter-spacing: -0.02em; text-transform: uppercase; color: var(--d7vq-tx);
  text-decoration: none; cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.d7vq-btn:hover { border-color: var(--d7vq-c1); color: var(--d7vq-c1); }
.d7vq-btn-cta { border-color: var(--d7vq-c1); color: var(--d7vq-c1); }
.d7vq-btn-cta:hover { background: color-mix(in srgb, var(--d7vq-c1) 8%, transparent); }
.d7vq-btn-ol { border-color: var(--d7vq-br); color: var(--d7vq-tx); }
.d7vq-btn:disabled { opacity: 0.35; cursor: not-allowed; }

/* ---------- header ---------- */
.d7vq-hdr {
  position: fixed; top: 0; left: 0; right: 0; height: 64px; z-index: 100;
  background: var(--d7vq-bg); border-bottom: 1px solid var(--d7vq-br);
}
.d7vq-hdr-in { display: flex; align-items: center; gap: 1rem; padding: 0 1.5rem; height: 100%; }
.d7vq-lg { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; color: var(--d7vq-c1); }
.d7vq-lg svg { width: 26px; height: 26px; flex-shrink: 0; }
.d7vq-lg span {
  font-family: var(--d7vq-serif); font-weight: 300; font-size: 1.5rem;
  letter-spacing: -0.02em; line-height: 1;
}
.d7vq-nav { display: flex; gap: 0.25rem; margin-left: auto; }
.d7vq-nl {
  font-size: 14px; font-weight: 300; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--d7vq-c1); text-decoration: none; padding: 0.5rem 0.7rem;
  border-bottom: 1.5px solid transparent; transition: border-color 0.2s, opacity 0.2s;
  opacity: 0.72;
}
.d7vq-nl:hover { opacity: 1; }
.d7vq-nl.active { opacity: 1; border-bottom-color: var(--d7vq-c1); }
.d7vq-act { display: flex; gap: 0.5rem; align-items: center; }
.d7vq-act .d7vq-btn { padding: 9px 22px; font-size: 14px; }
.d7vq-au { font-size: 14px; color: var(--d7vq-tx); }

/* economy pill in the header */
.d7vq-eco {
  display: flex; align-items: center; gap: 0.5rem; text-decoration: none;
  padding: 0.3rem 0.75rem 0.3rem 0.35rem; border-radius: 50px;
  border: 1px solid var(--d7vq-br); background: var(--d7vq-cd);
  transition: border-color 0.2s;
}
.d7vq-eco:hover { border-color: var(--d7vq-c1); }
.d7vq-eco-lvl {
  font-size: 0.6rem; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 0.2rem 0.5rem; border-radius: 50px; color: var(--d7vq-c1);
  background: color-mix(in srgb, var(--d7vq-c1) 14%, transparent);
}
.d7vq-eco-cr { font-size: 0.74rem; color: var(--d7vq-tx); opacity: 0.75; white-space: nowrap; }
.d7vq-eco-cr b { color: var(--d7vq-c3); font-weight: 900; font-variant-numeric: tabular-nums; opacity: 1; }

/* hamburger — HBG-A, three rules folding into an X */
.d7vq-hbg {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  border: none; background: none; padding: 6px;
}
.d7vq-hbg span {
  display: block; width: 22px; height: 2px; background: var(--d7vq-tx); border-radius: 2px;
  transition: transform 0.3s, opacity 0.2s, width 0.3s;
}
.d7vq-hbg.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.d7vq-hbg.open span:nth-child(2) { opacity: 0; }
.d7vq-hbg.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- sidebar — SIDEBAR-E, grouped ---------- */
.d7vq-sb {
  position: fixed; top: 64px; left: 0; width: 220px; height: calc(100vh - 64px);
  background: var(--d7vq-cd); border-right: 1px solid var(--d7vq-br);
  overflow-y: auto; z-index: 90; display: flex; flex-direction: column;
  transition: transform 0.3s, width 0.3s;
}
.d7vq-sb-nav { padding-bottom: 0.75rem; }
.d7vq-sb-grp {
  font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.5;
  padding: 1.15rem 1.25rem 0.4rem; font-weight: 700; color: var(--d7vq-tx);
}
.d7vq-sbl {
  display: flex; align-items: center; gap: 0.75rem; padding: 0.65rem 1.25rem;
  color: var(--d7vq-tx); font-weight: 400; font-size: 0.88rem;
  text-decoration: none; border-left: 3px solid transparent; transition: all 0.2s;
}
.d7vq-sbl:hover, .d7vq-sbl.active {
  color: var(--d7vq-c1); background: color-mix(in srgb, var(--d7vq-c1) 6%, transparent);
  border-left-color: var(--d7vq-c1);
}
.d7vq-sbf {
  margin-top: auto; padding: 1rem; border-top: 1px solid var(--d7vq-br);
  display: flex; flex-direction: column; gap: 0.4rem;
}
.d7vq-sbf a { font-size: 0.75rem; color: var(--d7vq-tx); opacity: 0.6; text-decoration: none; }
.d7vq-sbf a:hover { opacity: 1; color: var(--d7vq-c1); }
.d7vq-sbo { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.4); z-index: 140; display: none; top: 64px; }
.d7vq-sbo.show { display: block; }
.d7vq-sb-auth {
  display: none; padding: 0.75rem 1rem; border-top: 1px solid var(--d7vq-br);
  gap: 0.5rem; flex-direction: column;
}
.d7vq-sb-auth > div { display: flex; flex-direction: column; gap: 0.5rem; }

/* ---------- main ---------- */
.d7vq-main { margin-left: 220px; padding-top: 64px; min-height: 100vh; }

/* ---------- mobile bottom nav ---------- */
.d7vq-mn {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; height: 60px;
  background: var(--d7vq-cd); border-top: 1px solid var(--d7vq-br); z-index: 160;
}
.d7vq-mni {
  background: none; border: none; cursor: pointer; text-decoration: none;
  font-family: var(--d7vq-sans); font-size: 0.72rem; font-weight: 400;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--d7vq-c1);
  padding: 0.5rem 0.4rem;
}

/* ---------- notice bar ---------- */
.d7vq-nb {
  border-bottom: 1px solid var(--d7vq-br); padding: 0.7rem var(--d7vq-gut);
  font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--d7vq-c1); text-align: center;
}

/* ---------- hero — HERO-E ---------- */
.d7vq-hero { padding: clamp(3rem, 9vw, 7rem) 0 clamp(2.5rem, 6vw, 4.5rem); }
.d7vq-hero h1 {
  font-family: var(--d7vq-serif); font-weight: 300;
  font-size: clamp(3.2rem, 10vw, 8rem); line-height: 0.95; letter-spacing: -0.02em;
  color: var(--d7vq-tx);
}
.d7vq-hero h1 em { font-style: normal; color: var(--d7vq-c1); }
.d7vq-hero-lede { margin-top: 29px; max-width: 600px; font-size: 21px; font-weight: 300; line-height: 1.5; }
.d7vq-hero-cta { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 20px; }
.d7vq-hero-note { margin-top: 20px; font-size: 14px; letter-spacing: 0.04em; opacity: 0.55; }
.d7vq-hero-meta {
  margin-top: 43px; display: flex; flex-wrap: wrap; gap: 30px 43px;
  border-top: 1px solid var(--d7vq-br); padding-top: 29px;
}
.d7vq-hero-meta div span {
  display: block; font-size: 14px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--d7vq-c1); opacity: 0.7;
}
.d7vq-hero-meta div b { font-weight: 300; font-size: 21px; color: var(--d7vq-c1); }

/* ---------- game cards — CARD-C ---------- */
.d7vq-gc {
  background: transparent; border: none; cursor: pointer; position: relative;
}
.d7vq-gct {
  position: relative; aspect-ratio: 3 / 4; overflow: hidden;
  border: 1px solid var(--d7vq-br); background: var(--d7vq-cd);
  transition: border-color 0.3s;
}
.d7vq-gc:hover .d7vq-gct, .d7vq-gc:focus-visible .d7vq-gct { border-color: var(--d7vq-c1); }
.d7vq-gct img { width: 100%; height: 100%; object-fit: cover; }
.d7vq-gco {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(255, 248, 241, 0.86); opacity: 0; transition: opacity 0.3s;
}
.d7vq-gc:hover .d7vq-gco, .d7vq-gc:focus-visible .d7vq-gco { opacity: 1; }
.d7vq-gcp {
  border: 1.5px solid var(--d7vq-c1); border-radius: var(--d7vq-pill); background: transparent;
  color: var(--d7vq-c1); padding: 11px 24px; font-family: var(--d7vq-sans);
  font-weight: 300; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer;
}
.d7vq-gci { padding: 14px 0 0; }
.d7vq-gci p:first-child { font-weight: 400 !important; font-size: 16px !important; }
.d7vq-gci p:last-child { font-size: 14px !important; }

/* ---------- carousel — CAROUSEL-E, editorial numbering ---------- */
.d7vq-cr-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.d7vq-cr-nav { display: flex; gap: 11px; }
.d7vq-crb {
  width: 44px; height: 44px; border-radius: var(--d7vq-pill); border: 1.5px solid var(--d7vq-c1);
  background: transparent; color: var(--d7vq-c1); cursor: pointer; font-size: 15px; line-height: 1;
}
.d7vq-crb:hover { background: color-mix(in srgb, var(--d7vq-c1) 8%, transparent); }
.d7vq-cr-vp { overflow: hidden; margin-top: 35px; }
.d7vq-cr { display: flex; gap: 16px; transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1); counter-reset: d7vq-n; }
.d7vq-cr .d7vq-gc { flex: 0 0 180px; padding-top: 2.9rem; }
.d7vq-cr .d7vq-gc::before {
  counter-increment: d7vq-n; content: counter(d7vq-n, decimal-leading-zero);
  position: absolute; top: 0; left: 0; font-family: var(--d7vq-serif); font-weight: 300;
  font-size: 2.9rem; line-height: 0.9; color: var(--d7vq-c1); opacity: 0.15;
}

/* ---------- how it works — WORKS-C zigzag ---------- */
.d7vq-wk { display: flex; flex-direction: column; gap: 0; margin-top: 43px; }
.d7vq-wk-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 30px;
  padding: 43px 0; border-top: 1px solid var(--d7vq-br); align-items: start;
}
.d7vq-wk-row:nth-child(even) .d7vq-wk-n { grid-column: 2; grid-row: 1; text-align: right; }
.d7vq-wk-row:nth-child(even) .d7vq-wk-b { grid-column: 1; grid-row: 1; }
.d7vq-wk-n {
  font-family: var(--d7vq-serif); font-weight: 300; font-size: clamp(3.5rem, 8vw, 5.5rem);
  line-height: 0.9; color: var(--d7vq-c1);
}
.d7vq-wk-b h3 { font-weight: 300; font-size: 28px; line-height: 1.2; color: var(--d7vq-c1); }
.d7vq-wk-b p { margin-top: 14px; font-size: 18px; max-width: 480px; }
.d7vq-note {
  margin-top: 43px; border: 1px solid var(--d7vq-br); padding: 29px 30px;
  font-size: 16px; line-height: 1.5;
}
.d7vq-note strong { font-weight: 500; }

/* ---------- banner — BANNER-E, statistics ---------- */
.d7vq-bn {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px;
  align-items: end; border-top: 1px solid var(--d7vq-br); border-bottom: 1px solid var(--d7vq-br);
  padding: 43px 0;
}
.d7vq-bn-stat b {
  display: block; font-family: var(--d7vq-serif); font-weight: 300;
  font-size: clamp(3rem, 7vw, 4.8rem); line-height: 0.95; color: var(--d7vq-c1);
}
.d7vq-bn-stat span {
  display: block; margin-top: 7px; font-size: 14px; letter-spacing: 0.12em;
  text-transform: uppercase; opacity: 0.6;
}

/* ---------- reviews — REVIEWS-E, minimal list ---------- */
.d7vq-rv { margin-top: 43px; }
.d7vq-rv-item { padding: 30px 0; border-top: 1px solid var(--d7vq-br); display: grid; gap: 14px; }
.d7vq-rv-item p { font-size: 21px; font-weight: 300; line-height: 1.5; max-width: 720px; }
.d7vq-rv-meta { display: flex; flex-wrap: wrap; gap: 20px; align-items: baseline; }
.d7vq-rv-meta cite {
  font-style: normal; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--d7vq-c1);
}
.d7vq-rv-stars { font-size: 14px; letter-spacing: 0.2em; color: var(--d7vq-c1); }

/* ---------- lobby ---------- */
.d7vq-lb-head { padding: clamp(2.5rem, 6vw, 4rem) 0 0; }
.d7vq-search {
  width: 100%; max-width: 420px; margin-top: 29px; padding: 14px 20px;
  border: 1px solid var(--d7vq-br); border-radius: var(--d7vq-pill); background: var(--d7vq-cd);
  font-family: var(--d7vq-sans); font-size: 16px; color: var(--d7vq-tx); letter-spacing: -0.02em;
}
.d7vq-search:focus { outline: none; border-color: var(--d7vq-c1); }
.d7vq-cts { display: flex; flex-wrap: wrap; gap: 11px; margin: 29px 0 35px; }
.d7vq-ct {
  padding: 11px 24px; border-radius: var(--d7vq-pill); border: 1.5px solid var(--d7vq-br);
  background: transparent; color: var(--d7vq-tx); cursor: pointer;
  font-family: var(--d7vq-sans); font-weight: 300; font-size: 14px;
  letter-spacing: 0.06em; text-transform: uppercase; transition: all 0.2s;
}
.d7vq-ct:hover { border-color: var(--d7vq-c1); color: var(--d7vq-c1); }
.d7vq-ct.active { border-color: var(--d7vq-c1); color: var(--d7vq-c1); background: color-mix(in srgb, var(--d7vq-c1) 8%, transparent); }
.d7vq-gg { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 29px 16px; padding-bottom: 4rem; }
.d7vq-empty { padding: 4rem 0; text-align: center; opacity: 0.55; font-size: 16px; }

/* ---------- documents / forms ---------- */
.d7vq-doc { padding: clamp(2.5rem, 6vw, 4.5rem) 0 5rem; max-width: 760px; }
.d7vq-doc h1 {
  font-family: var(--d7vq-serif); font-weight: 300; font-size: clamp(2.4rem, 6vw, 4.2rem);
  line-height: 0.98; letter-spacing: -0.02em; color: var(--d7vq-c1);
}
.d7vq-doc h2 { font-weight: 300; font-size: 28px; line-height: 1.2; margin: 43px 0 14px; color: var(--d7vq-c1); }
.d7vq-doc h3 { font-weight: 400; font-size: 21px; margin: 29px 0 11px; }
.d7vq-doc p, .d7vq-doc li { font-size: 18px; line-height: 1.5; }
.d7vq-doc p { margin-bottom: 20px; }
.d7vq-doc ul, .d7vq-doc ol { margin: 0 0 20px 1.2rem; display: grid; gap: 11px; }
.d7vq-doc-meta { margin-top: 14px; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.55; }
.d7vq-callout { border: 1px solid var(--d7vq-c1); padding: 29px 30px; margin: 29px 0; }
.d7vq-callout p:last-child { margin-bottom: 0; }

.d7vq-faq details { border-bottom: 1px solid var(--d7vq-br); }
.d7vq-faq summary {
  cursor: pointer; padding: 20px 0; font-weight: 400; font-size: 18px; color: var(--d7vq-c1);
  list-style: none; display: flex; justify-content: space-between; gap: 20px;
}
.d7vq-faq summary::-webkit-details-marker { display: none; }
.d7vq-faq summary::after { content: '+'; font-weight: 300; font-size: 21px; line-height: 1; }
.d7vq-faq details[open] summary::after { content: '\2212'; }
.d7vq-faq details p { padding: 0 0 20px; max-width: 640px; opacity: 0.8; margin: 0; }

.d7vq-form { display: grid; gap: 20px; max-width: 520px; margin-top: 29px; }
.d7vq-form label { font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--d7vq-c1); display: block; margin-bottom: 7px; }
.d7vq-form input, .d7vq-form select, .d7vq-form textarea {
  width: 100%; padding: 14px 20px; border: 1px solid var(--d7vq-br); background: var(--d7vq-cd);
  color: var(--d7vq-tx); font-family: var(--d7vq-sans); font-size: 16px; letter-spacing: -0.02em;
  border-radius: 0;
}
.d7vq-form textarea { min-height: 150px; resize: vertical; }
.d7vq-form input:focus, .d7vq-form select:focus, .d7vq-form textarea:focus { outline: none; border-color: var(--d7vq-c1); }
.d7vq-ok { display: none; border: 1px solid var(--d7vq-c1); padding: 20px; margin-top: 20px; font-size: 16px; }

.d7vq-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin: 29px 0; }
.d7vq-card { border: 1px solid var(--d7vq-br); padding: 29px 30px; }
.d7vq-card h3 { font-weight: 400; font-size: 21px; margin: 0 0 11px; color: var(--d7vq-c1); }
.d7vq-card p { font-size: 16px; margin: 0; }

/* ---------- footer — FOOTER-B ---------- */
.d7vq-ftr { border-top: 1px solid var(--d7vq-br); padding: clamp(2.5rem, 6vw, 4.5rem) 0 2.5rem; }
.d7vq-ftr-top { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 43px 30px; }
.d7vq-ftr-brand { display: grid; gap: 14px; align-content: start; }
.d7vq-ftr-brand p { font-size: 14px; max-width: 280px; opacity: 0.65; line-height: 1.5; }
.d7vq-ftr-col h4 {
  font-size: 14px; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--d7vq-c1); margin-bottom: 14px;
}
.d7vq-ftr-col a {
  display: block; font-size: 16px; color: var(--d7vq-tx); text-decoration: none;
  opacity: 0.7; padding: 5px 0;
}
.d7vq-ftr-col a:hover { opacity: 1; color: var(--d7vq-c1); }
.d7vq-ftr-legal {
  margin-top: 43px; padding-top: 29px; border-top: 1px solid var(--d7vq-br);
  font-size: 14px; line-height: 1.6; opacity: 0.6; display: grid; gap: 11px; max-width: 900px;
}
.d7vq-ftr-legal strong { font-weight: 500; opacity: 1; }

/* ---------- responsive ---------- */
@media (max-width: 1280px) {
  .d7vq-ftr-top { grid-template-columns: 1fr 1fr 1fr; }
  .d7vq-ftr-brand { grid-column: 1 / -1; }
}
@media (max-width: 1024px) {
  .d7vq-sb { transform: translateX(-100%); top: 64px !important; height: calc(100vh - 64px) !important; z-index: 150; }
  .d7vq-sb.open { transform: translateX(0); }
  .d7vq-sb-auth { display: flex; }
  .d7vq-main { margin-left: 0 !important; margin-right: 0 !important; }
  .d7vq-mn { display: flex; align-items: center; justify-content: space-around; }
  body { padding-bottom: 60px; }
}
@media (max-width: 768px) {
  .d7vq-hdr-in { justify-content: space-between; }
  .d7vq-hbg { display: flex; }
  .d7vq-nav { display: none; }
  .d7vq-act { display: none; }
  .d7vq-wk-row { grid-template-columns: 1fr; gap: 14px; }
  .d7vq-wk-row:nth-child(even) .d7vq-wk-n { grid-column: 1; text-align: left; }
  .d7vq-wk-row:nth-child(even) .d7vq-wk-b { grid-column: 1; grid-row: 2; }
  .d7vq-ftr-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  body { font-size: 15px; }
  .d7vq-body, .d7vq-doc p, .d7vq-doc li { font-size: 16px; }
  .d7vq-lede, .d7vq-hero-lede, .d7vq-rv-item p { font-size: 18px; }
  .d7vq-gg { grid-template-columns: repeat(2, 1fr); }
  .d7vq-cr .d7vq-gc { flex: 0 0 80vw; }
  .d7vq-btn { padding: 14px 30px; min-height: 48px; }
  .d7vq-search, .d7vq-form input, .d7vq-form select, .d7vq-form textarea { min-height: 48px; }
}
@media (max-width: 375px) {
  .d7vq-hdr-in { padding: 0 0.75rem; }
  .d7vq-gg { gap: 20px 0.5rem; }
  .d7vq-ftr-top { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
}
