
* { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body { background:#eeedea; color:#1c1e24; 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:#fbfaf7;
  border:1.5px solid rgba(28,30,36,0.38); border-radius:2px; overflow:hidden; }

.toolbar { display:flex; align-items:center; gap:8px; padding:10px 14px;
  border-bottom:1.5px dashed rgba(28,30,36,0.38); background:#efece4; }
.dot { width:11px; height:11px; border-radius:50%; border:1.5px solid rgba(28,30,36,0.38); }
.url { margin-left:8px; color:#847a86; font-size:12px; }
.fid { margin-left:auto; font-family:'Courier New', Courier, monospace; font-size:12px; cursor:pointer;
  border:1.5px solid rgba(28,30,36,0.38); background:transparent; color:#1c1e24;
  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:#5a3a5c; opacity:0.85; }

/* placeholders */
.ph { position:relative; background:
    repeating-linear-gradient(45deg,rgba(28,30,36,0.10) 0,rgba(28,30,36,0.10) 8px,transparent 8px,transparent 16px);
  border:1.5px dashed rgba(28,30,36,0.38); display:grid; place-items:center; color:#847a86;
  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(28,30,36,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(28,30,36,0.10); border-radius:3px;
  margin:9px 0; }
.skel-lines i.short { width:55%; }
.realsub { color:#847a86; margin-top:6px; }

/* nav */
.wnav { display:flex; align-items:center; gap:20px; border-bottom:1.5px dashed rgba(28,30,36,0.38); }
.logo { border:1.5px dashed rgba(28,30,36,0.38); padding:10px 18px; font-weight:700;
  border-radius:2px; }
.menu { margin-left:auto; display:flex; align-items:center; gap:16px; color:#847a86; }
.menu .pill { border:1.5px solid #5a3a5c; color:#5a3a5c; 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(28,30,36,0.38); }
.whero h1 { font-family:Baskerville, 'Baskerville Old Face', 'Palatino Linotype', 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 #1c1e24; padding:11px 20px;
  border-radius:2px; font-size:13px; }
.wbtn.ghostbtn { border-style:dashed; color:#847a86; }

/* about */
.wabout { display:grid; grid-template-columns:0.8fr 1.2fr; gap:34px; align-items:center;
  border-bottom:1.5px dashed rgba(28,30,36,0.38); }
.wabout .ph.wide { min-height:220px; }
.atext h2 { font-family:Baskerville, 'Baskerville Old Face', 'Palatino Linotype', Georgia, serif; font-weight:800; font-size:1.6rem; margin:6px 0 10px; }
.atext p { color:#847a86; }

/* grid */
.wgrid { border-bottom:1.5px dashed rgba(28,30,36,0.38); }
.grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.wcard { position:relative; border:1.5px dashed rgba(28,30,36,0.38); border-radius:2px;
  padding:16px; }
.wcard .anno { position:absolute; top:-9px; right:10px; background:#fbfaf7;
  padding:0 6px; font-size:10px; color:#5a3a5c; }
.wcard .ph-sq { aspect-ratio:16/9; margin-bottom:12px; }
.wcard h3 { font-family:Baskerville, 'Baskerville Old Face', 'Palatino Linotype', Georgia, serif; font-weight:700; font-size:1.02rem; margin-bottom:6px; }
.wcard p { color:#847a86; font-size:0.86rem; }

/* quote */
.wquote { border-bottom:1.5px dashed rgba(28,30,36,0.38); text-align:center; }
.wquote blockquote { font-family:Baskerville, 'Baskerville Old Face', 'Palatino Linotype', 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:#847a86; font-size:13px; }

/* contact */
.cbox { max-width:640px; }
.cbox h2 { font-family:Baskerville, 'Baskerville Old Face', 'Palatino Linotype', Georgia, serif; font-weight:800; font-size:1.6rem; margin-bottom:8px; }
.cbox p { color:#847a86; margin-bottom:20px; }
.fields { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:20px; }
.fields label { font-size:12px; color:#847a86; display:block; }
.fields label.full { grid-column:1 / -1; }
.input { border:1.5px dashed rgba(28,30,36,0.38); border-radius:2px; padding:12px 14px;
  margin-top:6px; color:#1c1e24; font-family:Optima, Candara, 'Segoe UI', sans-serif; }

.wfoot { text-align:center; color:#847a86; font-size:12px; letter-spacing:0.1em; }

/* ---- HI-FI toggle: reveal images, drop the wireframe scaffolding ---- */
.hifi { border-color:transparent; }
.hifi .ph { background:#efece4; 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(28,30,36,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(28,30,36,0.10); }
.hifi .wbtn { background:#5a3a5c; color:#ffffff; border-color:#5a3a5c; }
.hifi .wbtn.ghostbtn { background:transparent; color:#1c1e24; border-style:solid; }
.hifi body, .hifi { font-family:Optima, Candara, 'Segoe UI', 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:Optima, Candara, 'Segoe UI', sans-serif;color:#1c1e24;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:Baskerville, 'Baskerville Old Face', 'Palatino Linotype', 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:#5a3a5c;margin-bottom:10px;font-weight:700}

.xq-faq-list{margin-top:18px;border-top:1px solid rgba(28,30,36,0.14)}
.xq-faq-item{border-bottom:1px solid rgba(28,30,36,0.14);padding:4px 0}
.xq-faq-item summary{cursor:pointer;padding:14px 4px;font-weight:700;font-family:Baskerville, 'Baskerville Old Face', 'Palatino Linotype', Georgia, serif;list-style-position:inside}
.xq-faq-item summary::marker{color:#5a3a5c}
.xq-faq-item p{padding:0 4px 16px;color:#847a86;max-width:64ch}


.xq-promo{padding:34px 24px}
.xq-promo-card{border:2px dashed #5a3a5c;border-radius:2px;padding:26px;display:flex;flex-wrap:wrap;align-items:center;gap:12px 22px;background:rgba(28,30,36,0.05)}
.xq-promo-tag{background:#5a3a5c;color:#ffffff;font-family:Baskerville, 'Baskerville Old Face', 'Palatino Linotype', Georgia, serif;font-weight:800;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;padding:8px 14px;border-radius:999px}
.xq-promo-card p{flex:1 1 260px;font-size:1.02rem}
.xq-promo-card a{color:#5a3a5c;font-weight:700;text-decoration:none;white-space:nowrap}
.xq-promo-card a:hover{text-decoration:underline}


/* =====================================================
   DESIGN DNA: desert-craft
   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='200' height='200'%3E%3Cfilter id='g'%3E%3CfeTurbulence baseFrequency='.7'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23g)'/%3E%3C/svg%3E");opacity:.10;}
html::after{content:'';position:fixed;inset:0;z-index:99990;pointer-events:none;border:none;background:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath d='M0 10L9 2L18 10L27 2L36 10' fill='none' stroke='%235a3a5c' stroke-width='2'/%3E%3C/svg%3E");background-size:36px 12px;background-repeat:repeat-x;background-position:bottom 6px center}
h1,h2,h3{font-family:Rockwell, 'Rockwell Nova', 'Roboto Slab', Georgia, serif !important;text-transform:uppercase !important;letter-spacing:.08em !important;font-weight:700 !important}
img{filter:sepia(.3) saturate(1.1);border-radius:2px !important;border-bottom:6px solid #5a3a5c !important}
a[class*="btn"],button,span[class*="btn"]{border-radius:2px !important;border:2px solid #1c1e24 !important;text-transform:uppercase;letter-spacing:.1em;font-weight:700}
div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{border-radius:2px !important;border-bottom:5px solid #5a3a5c !important}
