/* Refined Living — DFW Valet Trash
   Palette: cream #f4efe4 · panel #fbf8f1 · border #e2dccc · navy #1b2a3a · navy-dark #14202c · copper #b5764f */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: #f4efe4;
  font-family: 'Manrope', system-ui, sans-serif;
  color: #1b2a3a;
  -webkit-font-smoothing: antialiased;
}
a { color: #b5764f; text-decoration: none; }
a:hover { color: #9c6440; }
button { font-family: inherit; cursor: pointer; }
input, textarea, select { font-family: inherit; }
::placeholder { color: #9aa3ac; }
img { max-width: 100%; display: block; }

.container { max-width: 1160px; margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.serif { font-family: 'Sora', sans-serif; }

@keyframes rlFade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes rlChatIn { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
.fade-in { animation: rlFade .4s ease both; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(244,239,228,0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e2dccc;
}
.header-inner { padding-top: 16px; padding-bottom: 16px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: #1b2a3a; }
.brand-mark {
  position: relative; width: 44px; height: 44px; border: 1.5px solid #1b2a3a; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  font-family: 'Sora', sans-serif; font-weight: 600; font-size: 16px; letter-spacing: 0.02em;
}
.brand-mark::after { content: ''; position: absolute; bottom: 7px; width: 16px; height: 1px; background: #b5764f; }
.brand-name { display: flex; flex-direction: column; gap: 4px; }
.brand-name .name { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 19px; letter-spacing: -0.01em; line-height: 1; }
.brand-name .tag { font-size: 8.5px; font-weight: 600; letter-spacing: 0.28em; color: #b5764f; }
.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a.nav-link { position: relative; padding: 8px 14px; font-size: 14px; font-weight: 600; color: #1b2a3a; }
.site-nav a.nav-link.active::after {
  content: ''; position: absolute; left: 14px; right: 14px; bottom: 2px; height: 2px;
  background: #b5764f; border-radius: 2px;
}
.btn { display: inline-block; border: none; border-radius: 999px; font-weight: 700; text-align: center; transition: background .15s ease, border-color .15s ease; }
.btn-navy { background: #1b2a3a; color: #f4efe4; padding: 11px 20px; font-size: 14px; font-weight: 600; }
.btn-navy:hover { background: #14202c; color: #f4efe4; }
.btn-copper { background: #b5764f; color: #fff; padding: 15px 28px; font-size: 15px; }
.btn-copper:hover { background: #9c6440; color: #fff; }
.btn-outline { background: transparent; color: #1b2a3a; border: 1px solid #cfc7b4; padding: 15px 26px; font-size: 15px; font-weight: 600; }
.btn-outline:hover { border-color: #1b2a3a; color: #1b2a3a; }
.nav-cta { margin-left: 10px; }

/* ---------- Shared bits ---------- */
.kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 600; letter-spacing: 0.22em; color: #b5764f; margin-bottom: 14px; }
.kicker .line { width: 28px; height: 1px; background: #b5764f; }
h1 { font-family: 'Sora', sans-serif; font-weight: 600; letter-spacing: -0.02em; color: #1b2a3a; margin: 0; }
h2, h3 { font-family: 'Sora', sans-serif; font-weight: 600; color: #1b2a3a; margin: 0; }
.lede { font-size: 18px; line-height: 1.6; color: #4b5763; }

.card { background: #fbf8f1; border: 1px solid #e2dccc; border-radius: 16px; padding: 26px; }
.card h3 { font-size: 17px; margin: 0 0 8px; }
.card p { font-size: 14px; line-height: 1.55; color: #5b6672; margin: 0; }
.card-num {
  width: 40px; height: 40px; border-radius: 10px; background: #f4efe4; border: 1px solid #e2dccc;
  display: flex; align-items: center; justify-content: center; color: #b5764f; font-weight: 700; margin-bottom: 16px;
}

.photo-frame { border-radius: 18px; overflow: hidden; border: 1px solid #e2dccc; background: #e7e1d2; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Home ---------- */
.hero { padding-top: 76px; padding-bottom: 64px; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero h1 { font-size: 52px; line-height: 1.05; margin-bottom: 20px; text-wrap: balance; }
.hero .lede { margin: 0 0 32px; max-width: 520px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 40px; }
.hero-stats .stat .big { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 26px; }
.hero-stats .stat .small { font-size: 13px; color: #6b7681; }
.hero-stats .divider { width: 1px; background: #e2dccc; }
.hero-media { position: relative; }
.hero-media .photo-frame { aspect-ratio: 4/5; }
.hero-badge {
  position: absolute; bottom: -18px; left: -18px; background: #1b2a3a; color: #f4efe4;
  padding: 16px 20px; border-radius: 14px; max-width: 230px; box-shadow: 0 18px 40px rgba(27,42,58,0.22);
}
.hero-badge .label { font-size: 12px; letter-spacing: 0.18em; color: #b5764f; font-weight: 600; margin-bottom: 6px; }
.hero-badge .text { font-size: 14px; line-height: 1.45; }

.value-strip { background: #1b2a3a; color: #f4efe4; }
.value-strip .container {
  padding-top: 20px; padding-bottom: 20px; display: flex; gap: 40px; flex-wrap: wrap;
  justify-content: center; align-items: center; font-size: 13px; font-weight: 600; letter-spacing: 0.16em; color: #cdd4dc;
}
.value-strip .diamond { color: #b5764f; }

.why { padding-top: 76px; padding-bottom: 76px; }
.why-head { max-width: 640px; margin-bottom: 44px; }
.why-head h2 { font-size: 34px; line-height: 1.12; letter-spacing: -0.015em; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

.proof-panel {
  background: #fbf8f1; border: 1px solid #e2dccc; border-radius: 20px; padding: 48px;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center;
}
.proof-panel h2 { font-size: 28px; line-height: 1.15; margin: 0 0 16px; }
.proof-panel p { font-size: 15px; line-height: 1.6; color: #5b6672; margin: 0 0 24px; }
.proof-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.proof-stat { background: #f4efe4; border: 1px solid #e2dccc; border-radius: 14px; padding: 22px; }
.proof-stat .big { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 30px; }
.proof-stat .small { font-size: 13px; color: #6b7681; margin-top: 4px; }

.cta-banner { background: #1b2a3a; border-radius: 24px; padding: 56px; text-align: center; color: #f4efe4; }
.cta-banner h2 { font-size: 34px; line-height: 1.12; margin: 0 auto 16px; max-width: 640px; color: #f4efe4; }
.cta-banner p { font-size: 16px; color: #cdd4dc; margin: 0 auto 30px; max-width: 520px; }

.cta-row {
  background: #1b2a3a; border-radius: 20px; padding: 44px; display: flex; align-items: center;
  justify-content: space-between; gap: 28px; flex-wrap: wrap; color: #f4efe4;
}
.cta-row h2 { font-size: 26px; margin: 0 0 6px; color: #f4efe4; }
.cta-row p { font-size: 15px; color: #cdd4dc; margin: 0; }

/* ---------- Services ---------- */
.page-hero { padding-top: 72px; padding-bottom: 40px; }
.page-hero h1 { font-size: 44px; line-height: 1.08; margin-bottom: 16px; max-width: 720px; }
.page-hero .lede { margin: 0; max-width: 600px; }

.service-card { background: #fbf8f1; border: 1px solid #e2dccc; border-radius: 18px; overflow: hidden; padding: 0; }
.service-card .photo-frame { border: none; border-radius: 0; aspect-ratio: 16/9; }
.service-card .body { padding: 28px; }
.service-card h3 { font-size: 22px; margin: 0 0 10px; }
.service-card .desc { font-size: 15px; line-height: 1.6; color: #5b6672; margin: 0 0 16px; }
.feature-list { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 9px; }
.feature-list li { display: flex; gap: 10px; font-size: 14px; color: #3f4a55; }
.feature-list li::before { content: '—'; color: #b5764f; font-weight: 700; }

.steps { padding-top: 64px; padding-bottom: 64px; }
.steps-head { text-align: center; margin-bottom: 44px; }
.steps-head h2 { font-size: 32px; }
.step { text-align: center; padding: 0 8px; }
.step .num {
  width: 52px; height: 52px; margin: 0 auto 16px; border-radius: 50%; background: #1b2a3a; color: #b5764f;
  display: flex; align-items: center; justify-content: center; font-family: 'Sora', sans-serif; font-weight: 600; font-size: 18px;
}
.step h3 { font-size: 16px; margin: 0 0 6px; }
.step p { font-size: 13.5px; line-height: 1.5; color: #5b6672; margin: 0; }

/* ---------- About ---------- */
.about-hero { padding-top: 72px; padding-bottom: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-hero h1 { font-size: 42px; line-height: 1.08; margin-bottom: 20px; }
.about-hero p { font-size: 16px; line-height: 1.65; color: #4b5763; margin: 0 0 16px; }
.about-hero .photo-frame { aspect-ratio: 1/1; }
.values { padding-top: 56px; padding-bottom: 56px; }
.values .card h3 { font-size: 18px; }
.service-area { background: #1b2a3a; border-radius: 20px; padding: 48px; text-align: center; color: #f4efe4; }
.service-area h2 { font-size: 28px; margin: 0 0 12px; color: #f4efe4; }
.service-area p { font-size: 15px; color: #cdd4dc; margin: 0 auto 26px; max-width: 520px; }

/* ---------- Contact / Careers ---------- */
.contact-grid { padding-top: 72px; padding-bottom: 88px; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; }
.contact-grid h1 { font-size: 40px; line-height: 1.08; margin-bottom: 18px; }
.contact-grid .lede { font-size: 16px; margin: 0 0 32px; }
.contact-channels { display: flex; flex-direction: column; gap: 16px; }
.channel {
  display: flex; align-items: center; gap: 14px; background: #fbf8f1; border: 1px solid #e2dccc;
  border-radius: 14px; padding: 16px 18px; color: #1b2a3a; text-align: left; width: 100%;
}
.channel .icon {
  width: 36px; height: 36px; border-radius: 9px; background: #1b2a3a; color: #b5764f; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px;
}
.channel .title { display: block; font-weight: 600; font-size: 15px; }
.channel .sub { display: block; font-size: 13px; color: #6b7681; }

.form-panel { background: #fbf8f1; border: 1px solid #e2dccc; border-radius: 20px; padding: 36px; }
.form-panel form { display: flex; flex-direction: column; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 600; color: #3f4a55; }
.field input, .field textarea, .field select {
  border: 1px solid #d9d2c1; border-radius: 10px; padding: 12px 14px; font-size: 14px; background: #fff;
}
.field textarea { resize: vertical; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-row-wide { display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 14px; }
.form-note { font-size: 12px; color: #8b9199; text-align: center; margin: 0; }
.form-success { text-align: center; padding: 48px 12px; }
.form-success .check {
  width: 56px; height: 56px; margin: 0 auto 20px; border-radius: 50%; background: #1b2a3a; color: #b5764f;
  display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 700;
}
.form-success h3 { font-size: 24px; margin: 0 0 10px; }
.form-success p { font-size: 15px; line-height: 1.6; color: #5b6672; margin: 0 auto; max-width: 340px; }
.hidden { display: none !important; }

/* ---------- Footer ---------- */
.site-footer { background: #14202c; color: #cdd4dc; margin-top: auto; }
.footer-grid { padding-top: 56px; padding-bottom: 32px; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.site-footer .brand-mark { border-color: #b5764f; color: #f4efe4; }
.site-footer .brand-name .name { color: #f4efe4; }
.site-footer .about-text { font-size: 14px; line-height: 1.6; max-width: 300px; margin: 0; color: #9aa6b2; }
.footer-head { font-size: 12px; font-weight: 600; letter-spacing: 0.16em; color: #f4efe4; margin-bottom: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a, .footer-links span { color: #9aa6b2; font-size: 14px; }
.footer-links a:hover { color: #f4efe4; }
.footer-bottom { border-top: 1px solid #24313f; }
.footer-bottom .container {
  padding-top: 18px; padding-bottom: 18px; display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 10px; font-size: 12.5px; color: #71808e;
}

/* ---------- Chat widget ---------- */
.chat-root { position: fixed; right: 24px; bottom: 24px; z-index: 60; display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.chat-panel {
  width: 340px; max-width: calc(100vw - 48px); background: #fff; border: 1px solid #e2dccc; border-radius: 18px;
  box-shadow: 0 24px 60px rgba(20,32,44,0.28); overflow: hidden; animation: rlChatIn .28s ease both;
}
.chat-head { background: #1b2a3a; padding: 18px 20px; display: flex; align-items: center; gap: 12px; }
.chat-head .avatar { width: 38px; height: 38px; border-radius: 10px; background: #b5764f; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; }
.chat-head .who { flex: 1; }
.chat-head .who .name { color: #f4efe4; font-weight: 600; font-size: 15px; font-family: 'Sora', sans-serif; }
.chat-head .who .status { color: #8fd0a8; font-size: 12px; display: flex; align-items: center; gap: 6px; }
.chat-head .who .dot { width: 7px; height: 7px; border-radius: 50%; background: #4fd18a; display: inline-block; }
.chat-close { background: none; border: none; color: #9aa6b2; font-size: 20px; line-height: 1; }
.chat-body { padding: 20px; display: flex; flex-direction: column; gap: 12px; background: #f4efe4; max-height: 320px; overflow-y: auto; }
.chat-msg { align-self: flex-start; max-width: 82%; background: #fff; border: 1px solid #e2dccc; border-radius: 14px 14px 14px 4px; padding: 12px 14px; font-size: 14px; line-height: 1.5; color: #3f4a55; }
.chat-msg.user { align-self: flex-end; background: #1b2a3a; color: #f4efe4; border-radius: 14px 14px 4px 14px; border-color: #1b2a3a; }
.chat-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chat-chip { font-size: 12.5px; background: #fff; border: 1px solid #e2dccc; border-radius: 999px; padding: 7px 12px; color: #1b2a3a; }
.chat-chip:hover { border-color: #b5764f; }
.chat-input-row { padding: 14px 16px; border-top: 1px solid #e2dccc; display: flex; gap: 10px; align-items: center; background: #fff; }
.chat-input-row input { flex: 1; border: 1px solid #d9d2c1; border-radius: 999px; padding: 11px 16px; font-size: 14px; }
.chat-send { width: 40px; height: 40px; border-radius: 50%; background: #b5764f; color: #fff; border: none; font-size: 16px; font-weight: 700; }
.chat-launcher {
  display: flex; align-items: center; gap: 10px; background: #1b2a3a; color: #f4efe4; border: none;
  padding: 14px 22px 14px 16px; border-radius: 999px; box-shadow: 0 12px 30px rgba(20,32,44,0.32);
  font-size: 14px; font-weight: 600;
}
.chat-launcher:hover { background: #14202c; }
.chat-launcher .avatar { width: 30px; height: 30px; border-radius: 50%; background: #b5764f; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 12px; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero, .about-hero, .contact-grid, .proof-panel { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: 40px; }
  .page-hero h1 { font-size: 36px; }
  .about-hero h1, .contact-grid h1 { font-size: 34px; }
  .hero-media { order: -1; }
  .hero-media .photo-frame { aspect-ratio: 16/10; }
  .hero-badge { position: static; margin-top: 14px; max-width: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 720px) {
  .grid-2, .grid-3, .grid-4, .form-row-2, .form-row-wide, .proof-stats { grid-template-columns: 1fr; }
  .site-nav a.nav-link { padding: 8px 8px; }
  .header-inner { flex-wrap: wrap; }
  .cta-banner { padding: 36px 24px; }
  .cta-banner h2 { font-size: 26px; }
  .hero h1 { font-size: 34px; }
  .container { padding-left: 20px; padding-right: 20px; }
}
