
* { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body { background:#272014; color:#f2e4c8; font-family:'Courier New', Courier, monospace; font-size:15px;
  line-height:1.55; -webkit-font-smoothing:antialiased; }
img { display:block; max-width:100%; }
a { color:inherit; text-decoration:none; }

.wf { max-width:1100px; margin:22px auto; background:#1a1309;
  border:1.5px solid rgba(242,228,200,0.38); border-radius:2px; overflow:hidden; }

.toolbar { display:flex; align-items:center; gap:8px; padding:10px 14px;
  border-bottom:1.5px dashed rgba(242,228,200,0.38); background:#26190e; }
.dot { width:11px; height:11px; border-radius:50%; border:1.5px solid rgba(242,228,200,0.38); }
.url { margin-left:8px; color:#8e7758; font-size:12px; }
.fid { margin-left:auto; font-family:'Courier New', Courier, monospace; font-size:12px; cursor:pointer;
  border:1.5px solid rgba(242,228,200,0.38); background:transparent; color:#f2e4c8;
  padding:6px 12px; border-radius:2px; }

section, .wnav, .wfoot { position:relative; padding:clamp(26px,5vw,52px) clamp(18px,4vw,44px); }
.region { position:absolute; top:8px; left:10px; font-size:11px; letter-spacing:0.08em;
  color:#cf8a24; opacity:0.85; }

/* placeholders */
.ph { position:relative; background:
    repeating-linear-gradient(45deg,rgba(242,228,200,0.10) 0,rgba(242,228,200,0.10) 8px,transparent 8px,transparent 16px);
  border:1.5px dashed rgba(242,228,200,0.38); display:grid; place-items:center; color:#8e7758;
  font-size:12px; letter-spacing:0.1em; border-radius:2px; overflow:hidden; }
.ph img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  opacity:0; transition:opacity .3s; }
.ph span { position:relative; z-index:1; }
.ph-16 { aspect-ratio:16/10; }
.ph-sq { aspect-ratio:1; }
.ph-av { width:44px; height:44px; border-radius:50%; }

/* skeleton bars */
.skel { background:rgba(242,228,200,0.10); border-radius:3px; }
.skel-kick { display:inline-block; height:14px; width:120px; margin-bottom:16px; }
.skel-h { height:22px; width:60%; margin-bottom:12px; }
.skel-lines { margin:14px 0; }
.skel-lines i { display:block; height:10px; background:rgba(242,228,200,0.10); border-radius:3px;
  margin:9px 0; }
.skel-lines i.short { width:55%; }
.realsub { color:#8e7758; margin-top:6px; }

/* nav */
.wnav { display:flex; align-items:center; gap:20px; border-bottom:1.5px dashed rgba(242,228,200,0.38); }
.logo { border:1.5px dashed rgba(242,228,200,0.38); padding:10px 18px; font-weight:700;
  border-radius:2px; }
.menu { margin-left:auto; display:flex; align-items:center; gap:16px; color:#8e7758; }
.menu .pill { border:1.5px solid #cf8a24; color:#cf8a24; padding:7px 14px;
  border-radius:999px; }

/* hero */
.whero { display:grid; grid-template-columns:1fr 1fr; gap:34px; align-items:center;
  border-bottom:1.5px dashed rgba(242,228,200,0.38); }
.whero h1 { font-family:'Bookman Old Style', 'URW Bookman', Georgia, serif; font-weight:800; font-size:clamp(2.2rem,6vw,3.8rem);
  line-height:1; margin:6px 0; letter-spacing:-0.02em; }
.btnrow { margin-top:22px; display:flex; gap:12px; }
.wbtn { display:inline-block; border:1.5px solid #f2e4c8; padding:11px 20px;
  border-radius:2px; font-size:13px; }
.wbtn.ghostbtn { border-style:dashed; color:#8e7758; }

/* about */
.wabout { display:grid; grid-template-columns:0.8fr 1.2fr; gap:34px; align-items:center;
  border-bottom:1.5px dashed rgba(242,228,200,0.38); }
.wabout .ph.wide { min-height:220px; }
.atext h2 { font-family:'Bookman Old Style', 'URW Bookman', Georgia, serif; font-weight:800; font-size:1.6rem; margin:6px 0 10px; }
.atext p { color:#8e7758; }

/* grid */
.wgrid { border-bottom:1.5px dashed rgba(242,228,200,0.38); }
.grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.wcard { position:relative; border:1.5px dashed rgba(242,228,200,0.38); border-radius:2px;
  padding:16px; }
.wcard .anno { position:absolute; top:-9px; right:10px; background:#1a1309;
  padding:0 6px; font-size:10px; color:#cf8a24; }
.wcard .ph-sq { aspect-ratio:16/9; margin-bottom:12px; }
.wcard h3 { font-family:'Bookman Old Style', 'URW Bookman', Georgia, serif; font-weight:700; font-size:1.02rem; margin-bottom:6px; }
.wcard p { color:#8e7758; font-size:0.86rem; }

/* quote */
.wquote { border-bottom:1.5px dashed rgba(242,228,200,0.38); text-align:center; }
.wquote blockquote { font-family:'Bookman Old Style', 'URW Bookman', Georgia, serif; font-size:clamp(1.3rem,3.4vw,2.1rem);
  line-height:1.25; max-width:24ch; margin:0 auto; }
.byline { display:flex; align-items:center; justify-content:center; gap:12px; margin-top:20px; }
.byline cite { font-style:normal; color:#8e7758; font-size:13px; }

/* contact */
.cbox { max-width:640px; }
.cbox h2 { font-family:'Bookman Old Style', 'URW Bookman', Georgia, serif; font-weight:800; font-size:1.6rem; margin-bottom:8px; }
.cbox p { color:#8e7758; margin-bottom:20px; }
.fields { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:20px; }
.fields label { font-size:12px; color:#8e7758; display:block; }
.fields label.full { grid-column:1 / -1; }
.input { border:1.5px dashed rgba(242,228,200,0.38); border-radius:2px; padding:12px 14px;
  margin-top:6px; color:#f2e4c8; font-family:Tahoma, Verdana, sans-serif; }

.wfoot { text-align:center; color:#8e7758; font-size:12px; letter-spacing:0.1em; }

/* ---- HI-FI toggle: reveal images, drop the wireframe scaffolding ---- */
.hifi { border-color:transparent; }
.hifi .ph { background:#26190e; border-color:transparent; }
.hifi .ph img { opacity:1; }
.hifi .ph span { display:none; }
.hifi .region { display:none; }
.hifi .skel { display:none; }
.hifi .skel-lines { display:none; }
.hifi .wcard { border-style:solid; border-color:rgba(242,228,200,0.10); }
.hifi .input { border-style:solid; }
.hifi .toolbar { border-bottom-style:solid; }
.hifi .wnav, .hifi .whero, .hifi .wabout, .hifi .wgrid, .hifi .wquote { border-bottom-color:rgba(242,228,200,0.10); }
.hifi .wbtn { background:#cf8a24; color:#141414; border-color:#cf8a24; }
.hifi .wbtn.ghostbtn { background:transparent; color:#f2e4c8; border-style:solid; }
.hifi body, .hifi { font-family:Tahoma, Verdana, sans-serif; }

@media (max-width:820px){
  .whero,.wabout{ grid-template-columns:1fr; }
  .grid{ grid-template-columns:1fr; }
  .fields{ grid-template-columns:1fr; }
}


.xq{box-sizing:border-box;font-family:Tahoma, Verdana, sans-serif;color:#f2e4c8;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:'Bookman Old Style', 'URW Bookman', Georgia, 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:#cf8a24;margin-bottom:10px;font-weight:700}

.xq-stats{background:rgba(242,228,200,0.05);border-top:1px solid rgba(242,228,200,0.14);border-bottom:1px solid rgba(242,228,200,0.14)}
.xq-statrow{display:flex;flex-wrap:wrap;gap:14px}
.xq-stat{flex:1 1 140px;background:#26190e;border:1px solid rgba(242,228,200,0.14);border-radius:2px;padding:20px 18px;text-align:center}
.xq-stat dt{font-family:'Bookman Old Style', 'URW Bookman', Georgia, serif;font-size:2rem;color:#cf8a24;font-weight:800}
.xq-stat dd{margin-top:6px;font-size:.85rem;color:#8e7758}


.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 #cf8a24;background:rgba(242,228,200,0.05);border-radius:0 2px 2px 0}
.xq-step::before{content:"0" counter(xqs);display:block;font-family:'Bookman Old Style', 'URW Bookman', Georgia, serif;font-size:.8rem;letter-spacing:.1em;color:#cf8a24;font-weight:800;margin-bottom:8px}
.xq-step h3{font-family:'Bookman Old Style', 'URW Bookman', Georgia, serif;font-size:1.02rem;margin-bottom:6px}
.xq-step p{font-size:.9rem;color:#8e7758}


/* =====================================================
   DESIGN DNA: vapor-sunset
   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:repeating-linear-gradient(0deg,rgba(207,138,36,.55) 0 2px,transparent 2px 26px);opacity:.08;}
html::after{content:'';position:fixed;inset:0;z-index:99990;pointer-events:none;border:none;background:none;background:linear-gradient(90deg,#ff71ce,#01cdfe,#b967ff);background-size:100% 6px;background-repeat:no-repeat;background-position:top;opacity:.85}
h1,h2,h3{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif !important;text-transform:uppercase !important;letter-spacing:.3em !important;font-weight:600 !important;font-style:italic !important;text-shadow:0 0 18px rgba(207,138,36,.7)}
img{filter:saturate(1.5) hue-rotate(-12deg) contrast(1.05);border-radius:8px !important;box-shadow:0 0 0 2px rgba(207,138,36,.7),0 18px 40px rgba(207,138,36,.35) !important}
a[class*="btn"],button,span[class*="btn"]{border-radius:8px !important;text-transform:uppercase;letter-spacing:.22em;box-shadow:0 0 18px rgba(207,138,36,.55) !important}
