
* { margin:0; padding:0; box-sizing:border-box; }
:root {
  --bg:#e8e3db; --card:#fffdf7; --text:#2a2418; --muted:#8a8270;
  --accent:#a5843a; --on-acc:#ffffff; --border:rgba(42,36,24,0.12); --soft:rgba(42,36,24,0.06);
  --accsoft:rgba(165,132,58,0.16); --shadow:rgba(0,0,0,0.16); --shadow2:rgba(165,132,58,0.30);
  --rad:10px; --pad:20px;
}
html { scroll-behavior:smooth; }
body { margin:0; color:var(--text); font-family:Garamond, 'EB Garamond', 'Times New Roman', serif; line-height:1.6;
  background:radial-gradient(120% 80% at 50% -10%, var(--accsoft), transparent 55%), var(--bg);
  -webkit-font-smoothing:antialiased; overflow-x:hidden; }
h1,h2 { font-family:Optima, Candara, 'Segoe UI', sans-serif; line-height:1.1; letter-spacing:-.02em; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
.deck-page { max-width:1080px; margin:0 auto; padding:0 20px 40px; }

.dnav { display:flex; align-items:center; justify-content:space-between;
  padding:18px 4px; }
.brand { font-family:Optima, Candara, 'Segoe UI', sans-serif; font-weight:800; font-size:20px;
  display:flex; align-items:center; gap:10px; }
.brand-dot { width:12px; height:12px; border-radius:50%; background:var(--accent);
  box-shadow:0 0 0 4px var(--accsoft); }
.dnav-hint { font-size:13px; color:var(--muted); letter-spacing:.04em; }

.deck-stage { perspective:1600px; padding:20px 0 8px; }
.deck { position:relative; height:min(78vh,620px); transform-style:preserve-3d; }
.dcard { position:absolute; inset:0; margin:auto; width:100%;
  max-width:760px; left:0; right:0;
  background:var(--card); border:1px solid var(--border); border-radius:var(--rad);
  padding:var(--pad); box-shadow:0 30px 70px var(--shadow); overflow:hidden;
  transform-style:preserve-3d; backface-visibility:hidden;
  transition:transform .6s cubic-bezier(.22,.7,.2,1), opacity .5s;
  display:flex; flex-direction:column; justify-content:center; }
.dcard[hidden] { display:none; }
.dc-glare { position:absolute; inset:0; pointer-events:none; border-radius:inherit;
  opacity:0; transition:opacity .3s; mix-blend-mode:screen;
  background:radial-gradient(300px circle at var(--gx,50%) var(--gy,30%),
    rgba(255,255,255,.45), transparent 60%); }
.dc-tag { position:absolute; top:18px; right:22px; font-size:12px; font-weight:700;
  letter-spacing:.1em; text-transform:uppercase; color:var(--accent);
  background:var(--accsoft); padding:6px 12px; border-radius:999px; }
.kicker { display:inline-block; font-size:13px; font-weight:700; letter-spacing:.14em;
  text-transform:uppercase; color:var(--accent); margin-bottom:14px; }
.dcard h1 { font-size:clamp(34px,5vw,58px); margin-bottom:18px; }
.dcard h2 { font-size:clamp(26px,3.4vw,40px); margin-bottom:16px; }
.lead { font-size:19px; color:var(--muted); max-width:46ch; margin-bottom:28px; }
.dcard p { color:var(--muted); font-size:16px; margin-bottom:18px; }
.dc-actions { display:flex; gap:14px; flex-wrap:wrap; }

.btn { display:inline-block; border-radius:999px; padding:13px 26px; font-weight:600;
  font-size:15px; cursor:pointer; border:1px solid transparent; font-family:inherit;
  transition:transform .14s, box-shadow .2s, filter .14s; }
.primary { background:var(--accent); color:var(--on-acc);
  box-shadow:0 12px 26px var(--shadow2); }
.primary:hover { transform:translateY(-3px); filter:brightness(1.05); }
.ghost { background:transparent; color:var(--text); border:1px solid var(--border); }
.ghost:hover { background:var(--soft); transform:translateY(-3px); }

.dcard-split { flex-direction:row; gap:32px; align-items:center; padding:0; }
.dc-media { flex:0 0 42%; align-self:stretch; overflow:hidden;
  border-radius:var(--rad) 0 0 var(--rad); }
.dc-media img { width:100%; height:100%; object-fit:cover; }
.dc-body { padding:var(--pad) var(--pad) var(--pad) 0; }
.dc-stats { display:flex; gap:26px; margin-top:8px; }
.dc-stats b { display:block; font-family:Optima, Candara, 'Segoe UI', sans-serif; font-size:30px; color:var(--accent);
  line-height:1; }
.dc-stats span { font-size:13px; color:var(--muted); }

.dc-list { list-style:none; display:flex; flex-direction:column; gap:14px; }
.dc-list li { display:flex; gap:16px; align-items:flex-start;
  padding:14px; border-radius:var(--rad); background:var(--soft); }
.dc-ico { display:inline-flex; align-items:center; justify-content:center;
  width:44px; height:44px; flex:0 0 auto; border-radius:12px;
  background:var(--accsoft); color:var(--accent); font-size:20px; }
.dc-list b { display:block; font-family:Optima, Candara, 'Segoe UI', sans-serif; font-size:18px; margin-bottom:3px; }
.dc-list span { color:var(--muted); font-size:14px; }

.dc-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.dc-grid figure { border-radius:var(--rad); overflow:hidden; aspect-ratio:1/1;
  border:1px solid var(--border); }
.dc-grid img { width:100%; height:100%; object-fit:cover; }

.dcard-center { text-align:center; align-items:center; }
.dc-quote { font-family:Optima, Candara, 'Segoe UI', sans-serif; font-size:70px; line-height:.4; color:var(--accent);
  height:36px; }
.dcard-center blockquote { font-family:Optima, Candara, 'Segoe UI', sans-serif; font-size:clamp(22px,3vw,32px);
  line-height:1.3; margin:20px auto 24px; max-width:34ch; }
.dc-by { display:inline-flex; align-items:center; gap:12px; }
.dc-by img { width:50px; height:50px; border-radius:50%; object-fit:cover;
  border:2px solid var(--accent); }
.dc-by cite { font-style:normal; font-weight:700; }

.dc-form { display:flex; flex-direction:column; gap:10px; margin-bottom:16px; }
.dc-form input, .dc-form textarea { background:var(--bg); border:1px solid var(--border);
  border-radius:12px; padding:12px 14px; font:inherit; color:var(--text); resize:vertical; }
.dc-form input:focus, .dc-form textarea:focus { outline:none; border-color:var(--accent);
  box-shadow:0 0 0 4px var(--accsoft); }
.dc-form button { align-self:flex-start; }
.dc-info { list-style:none; display:flex; gap:22px; flex-wrap:wrap; font-size:14px; }
.dc-info li span { color:var(--muted); margin-right:6px; }

.deck-ctrl { display:flex; align-items:center; justify-content:center; gap:18px;
  margin-top:26px; }
.nav-btn { width:52px; height:52px; border-radius:50%; border:1px solid var(--border);
  background:var(--card); color:var(--text); font-size:20px; cursor:pointer;
  box-shadow:0 8px 20px var(--shadow); transition:transform .14s, background .2s; }
.nav-btn:hover { transform:translateY(-2px); background:var(--accsoft); }
.dots { display:flex; gap:9px; }
.dot { width:11px; height:11px; border-radius:50%; border:0; cursor:pointer;
  background:var(--border); transition:transform .2s, background .2s; }
.dot.active { background:var(--accent); transform:scale(1.35); }

.dfoot { display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px;
  padding:30px 4px 0; margin-top:30px; border-top:1px solid var(--border); font-size:14px; }
.muted { color:var(--muted); }

@media (max-width:720px) {
  .deck { height:auto; }
  .dcard { position:relative; inset:auto; transform:none !important; opacity:1 !important;
    margin:0 0 16px; box-shadow:0 14px 30px var(--shadow); }
  .dcard[hidden] { display:flex; }
  .dcard-split { flex-direction:column; }
  .dc-media { flex:none; width:100%; height:220px; border-radius:var(--rad) var(--rad) 0 0; }
  .dc-body { padding:0 var(--pad) var(--pad); }
  .deck-ctrl, .dc-tag { display:none; }
  .dc-grid { grid-template-columns:repeat(2,1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .deck { height:auto; perspective:none; }
  .dcard { position:relative; inset:auto; transform:none !important; opacity:1 !important;
    margin:0 0 16px; transition:none; }
  .dcard[hidden] { display:flex; }
  .dc-glare { display:none; }
  .deck-ctrl { display:none; }
  .btn:hover, .nav-btn:hover { transform:none; }
}


.xq{box-sizing:border-box;font-family:Garamond, 'EB Garamond', 'Times New Roman', serif;color:#2a2418;padding:56px 24px;width:100%}
.xq *{box-sizing:border-box;margin:0}
.xq .xq-wrap{max-width:1060px;margin:0 auto}
.xq h2{font-family:Optima, Candara, 'Segoe UI', sans-serif;font-size:1.7rem;line-height:1.2;margin-bottom:8px}
.xq .xq-kick{display:block;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#a5843a;margin-bottom:10px;font-weight:700}

.xq-steplist{counter-reset:xqs;list-style:none;padding:0;margin-top:22px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px}
.xq-step{counter-increment:xqs;position:relative;padding:18px 18px 18px 20px;border-left:3px solid #a5843a;background:rgba(42,36,24,0.05);border-radius:0 6px 6px 0}
.xq-step::before{content:"0" counter(xqs);display:block;font-family:Optima, Candara, 'Segoe UI', sans-serif;font-size:.8rem;letter-spacing:.1em;color:#a5843a;font-weight:800;margin-bottom:8px}
.xq-step h3{font-family:Optima, Candara, 'Segoe UI', sans-serif;font-size:1.02rem;margin-bottom:6px}
.xq-step p{font-size:.9rem;color:#8a8270}


.xq-faq-list{margin-top:18px;border-top:1px solid rgba(42,36,24,0.14)}
.xq-faq-item{border-bottom:1px solid rgba(42,36,24,0.14);padding:4px 0}
.xq-faq-item summary{cursor:pointer;padding:14px 4px;font-weight:700;font-family:Optima, Candara, 'Segoe UI', sans-serif;list-style-position:inside}
.xq-faq-item summary::marker{color:#a5843a}
.xq-faq-item p{padding:0 4px 16px;color:#8a8270;max-width:64ch}


/* =====================================================
   DESIGN DNA: tabloid-print
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
html::before{content:'';position:fixed;inset:0;z-index:99980;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Ccircle cx='3' cy='3' r='1.5' fill='%232a2418'/%3E%3C/svg%3E");opacity:.12;}
h1,h2,h3{font-family:'Arial Black', 'Arial Bold', Arial, sans-serif !important;text-transform:uppercase !important;letter-spacing:-0.02em !important;font-weight:900 !important}
h2{border-top:3px double #2a2418;border-bottom:3px double #2a2418;padding:.28em 0;display:inline-block}
img{filter:grayscale(1) contrast(1.32);border-radius:0 !important;border:2px solid #2a2418 !important}
a[class*="btn"],button,span[class*="btn"]{border-radius:0 !important;background:#2a2418 !important;color:#f7f2e9 !important;border:none !important;text-transform:uppercase;font-weight:900;letter-spacing:.04em}
div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{border-radius:0 !important;border:2px solid #2a2418 !important;box-shadow:none !important}
