
* { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body { background:#ebe5dd; color:#3A2E4D; font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height:1.5;
  -webkit-font-smoothing:antialiased; overflow-x:hidden; }
img { display:block; max-width:100%; }
a { color:inherit; }
.chat { max-width:720px; margin:0 auto; min-height:100vh; background:#fff1ec;
  box-shadow:0 0 60px rgba(0,0,0,.12); display:flex; flex-direction:column; }

.topbar { position:sticky; top:0; z-index:20; display:flex; align-items:center; gap:14px;
  padding:14px 20px; background:#FF6FB5; color:#141414; }
.topbar .pic { width:44px; height:44px; border-radius:50%; display:grid; place-items:center;
  background:#141414; color:#FF6FB5; font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:900; font-size:1.3rem; }
.who { display:flex; flex-direction:column; line-height:1.2; }
.who strong { font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-size:1.1rem; }
.who small { opacity:.85; font-size:.78rem; }
.dots { margin-left:auto; display:flex; gap:5px; }
.dots i { width:6px; height:6px; border-radius:50%; background:#141414; opacity:.7; }

.thread { flex:1; padding:20px clamp(14px,4vw,28px) 30px; display:flex; flex-direction:column; gap:14px; }
.day { align-self:center; font-size:.72rem; letter-spacing:.1em; text-transform:uppercase;
  color:#8A7FA0; background:#FFFFFF; padding:5px 14px; border-radius:999px; margin:8px 0; }

.pinned { background:#FFFFFF; border-radius:20px; padding:clamp(22px,4vw,38px);
  border-left:5px solid #FF6FB5; box-shadow:0 6px 16px rgba(0,0,0,.1); }
.pinlab { font-size:.72rem; font-weight:700; color:#FF6FB5; letter-spacing:.05em; }
.pinned .kick { display:block; margin-top:.6rem; font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; letter-spacing:.26em;
  text-transform:uppercase; font-size:.78rem; color:#8A7FA0; }
.pinned h1 { font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:900; line-height:.98;
  font-size:clamp(2rem,7vw,3.6rem); margin:.15em 0 .35em; letter-spacing:-.01em; }
.pinned p { color:#8A7FA0; margin-bottom:1.3rem; }
.send { display:inline-block; background:#FF6FB5; color:#141414; font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;
  font-weight:800; text-decoration:none; padding:12px 26px; border-radius:999px; transition:transform .15s; }
.send:hover { transform:translateY(-2px); }

.row { display:flex; align-items:flex-end; gap:10px; max-width:100%; }
.row--out { justify-content:flex-end; }
.av { width:34px; height:34px; border-radius:50%; object-fit:cover; flex:0 0 auto; }
.bub { position:relative; max-width:74%; padding:12px 16px; border-radius:20px; font-size:1rem; }
.bub--in { background:#FFFFFF; color:#3A2E4D; border-bottom-left-radius:5px; }
.bub--out { background:#FF6FB5; color:#141414; border-bottom-right-radius:5px; }
.bub--in::before { content:""; position:absolute; left:-7px; bottom:0; width:14px; height:14px;
  background:#FFFFFF; clip-path:polygon(100% 0,100% 100%,0 100%); }
.bub--out::before { content:""; position:absolute; right:-7px; bottom:0; width:14px; height:14px;
  background:#FF6FB5; clip-path:polygon(0 0,100% 100%,0 100%); }
.bub b { font-weight:800; }
.react { position:absolute; bottom:-12px; left:12px; background:#ebe5dd; color:#3A2E4D;
  font-size:.72rem; padding:2px 8px; border-radius:999px; box-shadow:0 2px 5px rgba(0,0,0,.2); }
.seen { display:block; text-align:right; font-size:.68rem; opacity:.7; margin-top:4px; }
.fwd { display:block; font-size:.7rem; font-style:italic; opacity:.7; margin-bottom:4px; }
.from { display:block; margin-top:6px; font-weight:700; font-size:.85rem; }

.bub--img { padding:6px 6px 4px; }
.bub--img img { width:min(260px,60vw); border-radius:14px; object-fit:cover; }
.bub--img .cap { display:block; font-size:.72rem; padding:4px 4px 2px; opacity:.75; }

.typing { display:flex; gap:5px; padding:16px; }
.typing span { width:8px; height:8px; border-radius:50%; background:#8A7FA0;
  animation:blink 1.2s infinite; }
.typing span:nth-child(2) { animation-delay:.2s; } .typing span:nth-child(3) { animation-delay:.4s; }
@keyframes blink { 0%,60%,100% { opacity:.3; } 30% { opacity:1; } }

.composer { position:sticky; bottom:0; background:#FFFFFF; padding:16px clamp(14px,4vw,24px) 22px;
  box-shadow:0 -4px 20px rgba(0,0,0,.1); }
.ctitle { font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:800; margin-bottom:10px; }
.inputbar { display:flex; flex-wrap:wrap; align-items:center; gap:8px 14px; background:#ebe5dd;
  border-radius:999px; padding:8px 8px 8px 18px; }
.inputbar a { text-decoration:none; font-weight:600; }
.sendbtn { margin-left:auto; border:0; cursor:pointer; font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:800;
  background:#FF6FB5; color:#141414; padding:10px 22px; border-radius:999px; font-size:.95rem; }
.addr { display:block; margin-top:8px; color:#8A7FA0; font-size:.78rem; text-align:center; }

@media (max-width:640px) { .bub { max-width:82%; } }
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  .typing span { animation:none; } .send:hover { transform:none; }
}


.xq{box-sizing:border-box;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;color:#3A2E4D;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:Futura, 'Century Gothic', '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:#FF6FB5;margin-bottom:10px;font-weight:700}

.xq-hours{border-top:1px solid rgba(58,46,77,0.14)}
.xq-hours-in{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:26px;align-items:start}
.xq-hours address{font-style:normal;color:#8A7FA0;line-height:1.8;margin-top:8px}
.xq-hourtable{width:100%;border-collapse:collapse}
.xq-hourtable th,.xq-hourtable td{text-align:left;padding:12px 6px;border-bottom:1px solid rgba(58,46,77,0.14)}
.xq-hourtable th{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif}
.xq-hourtable td{color:#FF6FB5;font-weight:700;text-align:right}


.xq-stats{background:rgba(58,46,77,0.05);border-top:1px solid rgba(58,46,77,0.14);border-bottom:1px solid rgba(58,46,77,0.14)}
.xq-statrow{display:flex;flex-wrap:wrap;gap:14px}
.xq-stat{flex:1 1 140px;background:#FFFFFF;border:1px solid rgba(58,46,77,0.14);border-radius:20px;padding:20px 18px;text-align:center}
.xq-stat dt{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:2rem;color:#FF6FB5;font-weight:800}
.xq-stat dd{margin-top:6px;font-size:.85rem;color:#8A7FA0}


/* =====================================================
   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='%23FF6FB5' 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 #FF6FB5 !important}
a[class*="btn"],button,span[class*="btn"]{border-radius:2px !important;border:2px solid #3A2E4D !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 #FF6FB5 !important}
