/* Taft Cleaners v3 — hard Halbert: the personal letter */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink:      #0B0F1A;
  --ink-60:   #5A5E52;
  --ink-30:   #A6ABBB;
  --paper:    #FBF8F0;
  --paper-2:  #F3EEDF;
  --white:    #FFFFFF;
  --blue:     #1E4DFF;
  --blue-d:   #1640E0;
  --red:      #C0392B;
  --line:     #DCD5C0;
  --radius:   4px;
  --maxw:     700px;
}

html { scroll-behavior: smooth; }
body { font-family: 'PT Serif', Georgia, serif; background: var(--paper); color: var(--ink); line-height: 1.65; font-size: 18px; }
h1, h2, h3, .display { font-family: 'Special Elite', 'Courier New', monospace; font-weight: 400; letter-spacing: -0.01em; text-wrap: balance; line-height: 1.15; }
a { color: var(--blue); }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 6vw; }

/* underline scribble accent */
.mark-word { position: relative; white-space: nowrap; }
.mark-word::after {
  content: ""; position: absolute; left: -2px; right: -2px; bottom: -4px; height: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12'%3E%3Cpath d='M2 8 Q 20 2, 40 8 T 80 8 T 120 8 T 160 8 T 198 8' stroke='%23C0392B' stroke-width='4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") repeat-x;
  background-size: 90px 8px;
}

.mark { position: absolute; top: 26px; left: 6vw; z-index: 5; display: flex; align-items: center; gap: 9px; text-decoration: none; }
.mark .logo-icon { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.15); backdrop-filter: blur(6px); color: var(--white); display: flex; align-items: center; justify-content: center; font-family: 'Special Elite', monospace; font-size: 14px; border: 1px solid rgba(255,255,255,0.4); }
.mark .mark-name { font-family: 'Special Elite', monospace; font-size: 15px; color: var(--white); }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 32px; border-radius: 3px;
  font-family: 'Special Elite', monospace; font-size: 15.5px;
  text-decoration: none; border: 2px solid var(--ink); cursor: pointer;
  transition: transform .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--blue); color: var(--white); border-color: var(--blue); }
.btn-primary:hover { background: var(--blue-d); border-color: var(--blue-d); }

/* ── HERO: letter format over full-bleed video ── */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden; background: var(--ink); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,15,26,0.3) 0%, rgba(11,15,26,0.4) 50%, rgba(11,15,26,0.7) 100%); }
.hero .wrap { position: relative; z-index: 2; }
.dateline { font-family: 'Special Elite', monospace; font-size: 13px; color: rgba(255,255,255,0.65); margin-bottom: 22px; letter-spacing: 0.03em; }
.salutation { font-family: 'Special Elite', monospace; font-size: 20px; color: var(--white); margin-bottom: 20px; }
.hero h1 { font-size: clamp(28px, 4.4vw, 46px); line-height: 1.25; margin: 0 0 24px; max-width: 18ch; color: var(--white); }
.hero .sub { font-family: 'PT Serif', Georgia, serif; font-size: 19px; color: rgba(255,255,255,0.88); max-width: 52ch; margin: 0 0 34px; }

/* ── LETTER BODY ── */
.letter { padding: 90px 6vw; max-width: var(--maxw); margin: 0 auto; background: var(--paper); }
.letter p { font-size: 19px; line-height: 1.75; margin-bottom: 24px; }
.letter p:last-child { margin-bottom: 0; }
.letter a { color: var(--blue); font-weight: 700; }
.letter .lede { font-family: 'Special Elite', monospace; font-size: 22px; line-height: 1.5; margin-bottom: 30px; }
.letter .sign { font-family: 'Special Elite', monospace; font-size: 20px; margin-top: 36px; }

/* fascinations bullet list */
.fascinations { list-style: none; margin: 30px 0; padding: 0; }
.fascinations li { position: relative; padding-left: 30px; margin-bottom: 16px; font-size: 18px; line-height: 1.5; }
.fascinations li::before { content: "→"; position: absolute; left: 0; color: var(--red); font-weight: 700; }

/* ── STAT STRIP ── */
.stats { background: var(--ink); padding: 34px 0; border-top: 3px solid var(--blue); border-bottom: 3px solid var(--blue); }
.stats .wrap { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px 56px; }
.stat { text-align: center; }
.stat .num { font-family: 'Special Elite', monospace; font-size: clamp(16px, 2vw, 20px); color: var(--white); }
.stat .label { font-family: 'PT Serif', serif; font-size: 13px; color: var(--ink-30); margin-top: 6px; }

/* ── ANSWER BOX (AI-liftable lead answer) ── */
.answer-box { max-width: var(--maxw); margin: 0 auto; padding: 40px 6vw 0; }
.answer-box .a { background: var(--paper-2); border-left: 5px solid var(--blue); border-radius: 0; padding: 24px 28px; }
.answer-box .a p { font-family: 'PT Serif', serif; font-size: 20px; line-height: 1.55; margin: 0; }
.answer-box .a strong { font-weight: 700; }

/* ── VS TABLE (typewriter memo style) ── */
.vs-wrap { padding: 10px 6vw 90px; max-width: var(--maxw); margin: 0 auto; }
.vs-wrap h2 { font-size: clamp(22px, 3vw, 30px); margin-bottom: 26px; }
.vs-table { width: 100%; border-collapse: collapse; border: 2px solid var(--ink); }
.vs-table th, .vs-table td { padding: 16px 20px; text-align: left; font-family: 'PT Serif', serif; font-size: 16px; border: 1px solid var(--line); }
.vs-table th { font-family: 'Special Elite', monospace; font-size: 14px; background: var(--paper-2); }
.vs-table td:first-child { color: var(--ink-60); }
.vs-table td:last-child { font-weight: 700; }

/* ── PROOF ── */
.proof { background: var(--paper-2); padding: 90px 6vw; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof .wrap { max-width: var(--maxw); }
.proof h2 { font-size: clamp(22px, 3vw, 30px); margin-bottom: 36px; }
.proof-card { border-left: 3px solid var(--red); padding: 6px 0 6px 22px; margin-bottom: 30px; }
.proof-quote { font-size: 18px; line-height: 1.6; margin-bottom: 10px; font-style: italic; }
.proof-name { font-family: 'Special Elite', monospace; font-size: 13px; color: var(--ink-60); }
.placeholder-tag { display: inline-block; font-family: 'Special Elite', monospace; font-size: 10.5px; color: var(--red); margin-bottom: 8px; }

/* ── HOTEL PROOF (loud) ── */
.hotel-proof { background: var(--ink); color: var(--white); padding: 110px 6vw; }
.hotel-proof .wrap { max-width: 960px; }
.hotel-proof .eyebrow-loud { font-family: 'Special Elite', monospace; font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: var(--red); margin-bottom: 20px; }
.hotel-proof h2 { color: var(--white); font-size: clamp(30px, 5.5vw, 60px); line-height: 1.05; margin-bottom: 22px; }
.hotel-proof h2 em { font-style: normal; color: #E8B84B; }
.hotel-proof .lead { font-family: 'PT Serif', serif; font-size: 19px; color: rgba(255,255,255,0.82); max-width: 60ch; margin-bottom: 44px; }
.hotel-proof .big-stat { font-family: 'Special Elite', monospace; font-size: clamp(44px, 9vw, 96px); line-height: 1; color: #E8B84B; margin-bottom: 8px; }
.hotel-proof .big-stat-sub { font-family: 'PT Serif', serif; font-size: 17px; color: rgba(255,255,255,0.7); max-width: 44ch; margin-bottom: 48px; }
.hotel-wall { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1px; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.14); margin-bottom: 44px; }
.hotel-name { background: var(--ink); padding: 26px 16px; text-align: center; font-family: 'PT Serif', serif; font-weight: 700; font-size: 17px; letter-spacing: 0.5px; color: #fff; display: flex; align-items: center; justify-content: center; }
.hotel-refs { border-top: 1px solid rgba(255,255,255,0.14); padding-top: 32px; margin-bottom: 40px; }
.hotel-refs h3 { font-family: 'Special Elite', monospace; font-size: 15px; letter-spacing: 1px; text-transform: uppercase; color: #E8B84B; margin-bottom: 18px; }
.hotel-refs ul { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px 28px; }
.hotel-refs li { display: flex; flex-direction: column; gap: 2px; padding-left: 14px; border-left: 3px solid #E8B84B; }
.hotel-refs li strong { font-family: 'PT Serif', serif; color: #fff; font-weight: 700; font-size: 17px; }
.hotel-refs li span { font-family: 'PT Serif', serif; font-size: 14px; color: rgba(255,255,255,0.6); }
.hotel-refs li a { font-family: 'Special Elite', monospace; font-size: 15px; color: #E8B84B; text-decoration: none; margin-top: 3px; }
.hotel-refs .note { font-family: 'PT Serif', serif; font-style: italic; font-size: 15px; color: rgba(255,255,255,0.6); margin-top: 24px; }

/* ── OFFER ── */
.offer { padding: 100px 6vw; text-align: left; background: var(--ink); color: var(--white); }
.offer .wrap { max-width: var(--maxw); }
.offer h2 { color: var(--white); font-size: clamp(26px, 3.6vw, 38px); margin-bottom: 22px; }
.offer .sub { font-family: 'PT Serif', serif; color: rgba(255,255,255,0.75); max-width: 52ch; margin-bottom: 34px; font-size: 18px; }
.offer .text-cta { display: block; margin-top: 22px; color: #9EB4FF; font-family: 'Special Elite', monospace; font-size: 14px; }

/* ── FAQ ── */
.faq { padding: 90px 6vw; max-width: var(--maxw); margin: 0 auto; }
.faq h2 { font-size: clamp(22px, 3vw, 30px); margin-bottom: 34px; }
.faq-item { border-bottom: 1px dashed var(--line); padding: 24px 0; }
.faq-item:first-child { border-top: 1px dashed var(--line); }
.faq-q { font-family: 'Special Elite', monospace; font-size: 16.5px; margin-bottom: 10px; }
.faq-a { color: var(--ink-60); font-size: 17px; }

/* ── CLOSER (P.S. style) ── */
.closer { padding: 100px 6vw; background: var(--paper-2); max-width: var(--maxw); margin: 0 auto; }
.closer .ps { font-family: 'Special Elite', monospace; font-size: 17px; line-height: 1.6; margin-bottom: 30px; }
.closer .mascot-line { font-family: 'Special Elite', monospace; font-size: clamp(20px, 2.8vw, 26px); margin-bottom: 28px; }

footer { padding: 40px 6vw; text-align: center; color: var(--ink-60); font-family: 'Special Elite', monospace; font-size: 12.5px; border-top: 2px solid var(--ink); }
footer a { color: var(--ink-60); }

/* ── MODAL ── */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(11,15,26,0.6); z-index: 1000; align-items: center; justify-content: center; padding: 20px; }
.modal-overlay.open { display: flex; }
.modal-box { background: var(--paper); border: 2px solid var(--ink); border-radius: 4px; max-width: 420px; width: 100%; padding: 34px; position: relative; }
.modal-close { position: absolute; top: 14px; right: 16px; background: none; border: none; font-size: 22px; cursor: pointer; color: var(--ink-60); font-family: monospace; }
.modal-box h3 { font-size: 22px; margin-bottom: 10px; }
.modal-box .sub-txt { font-family: 'PT Serif', serif; color: var(--ink-60); font-size: 15px; margin-bottom: 26px; }
.modal-cta-list { display: flex; flex-direction: column; gap: 12px; }
.modal-cta { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 16px; border-radius: 3px; font-family: 'Special Elite', monospace; font-size: 15px; text-decoration: none; text-align: center; border: 2px solid var(--ink); }
.modal-cta-call { background: var(--blue); color: var(--white); border-color: var(--blue); }
.modal-cta-text { background: var(--white); color: var(--ink); }
.modal-note { font-family: 'Special Elite', monospace; font-size: 11.5px; color: var(--ink-60); margin-top: 18px; text-align: center; }

/* ── SPOKE PAGE ── */
.spoke-hero { position: relative; min-height: 58vh; display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); }
.spoke-hero .wrap { position: relative; z-index: 2; padding-bottom: 56px; max-width: var(--maxw); }
.spoke-hero h1 { font-size: clamp(24px, 3.8vw, 36px); margin: 0 0 16px; max-width: 18ch; color: var(--white); }
.spoke-hero .sub { font-family: 'PT Serif', serif; margin: 0; color: rgba(255,255,255,0.85); font-size: 17px; max-width: 46ch; }
.back-link { display: inline-block; font-family: 'Special Elite', monospace; font-size: 13px; color: rgba(255,255,255,0.7); text-decoration: none; margin-bottom: 18px; position: relative; z-index: 2; }
.back-link:hover { color: var(--white); }

@media (max-width: 640px) {
  .stats .wrap { flex-direction: column; gap: 16px; }
  .letter p, .letter .lede { font-size: 17px; }
  body { font-size: 16.5px; }
}

/* ── DESKTOP QR (scan-to-text; hidden on touch devices) ── */
.modal-qr { display: none; }
@media (hover: hover) and (pointer: fine) {
  .modal-qr { display: block; margin-top: 20px; border-top: 1px solid var(--line); padding-top: 18px; }
  .modal-qr img { display: block; margin: 0 auto 10px; width: 132px; height: 132px; }
  .modal-qr p { font-family: 'Special Elite', monospace; font-size: 12px; color: var(--ink-60); text-align: center; margin: 0; }
}

/* ═══ V5 KONA-PATTERN EXPERIMENT ═══ */
.v5-topbar { position: sticky; top: 0; z-index: 50; display: flex; justify-content: space-between; align-items: center; padding: 10px 6vw; background: rgba(11,15,26,0.92); backdrop-filter: blur(8px); }
.v5-mark { position: static; }
.v5-topcta { padding: 10px 18px; font-size: 13px; }
.v5-hero .wrap { padding-top: 40px; }
.v5-checks { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 22px 0 0; padding: 0; }
.v5-checks li { font-family: 'Special Elite', monospace; font-size: 13px; color: rgba(255,255,255,0.9); }
.v5-checks li::before { content: "✓ "; color: #E8B84B; font-weight: 700; }
.v5-wrap { max-width: 1100px; margin: 0 auto; padding: 0 6vw; }
.v5-band { padding: 72px 0; background: var(--paper); }
.v5-h2 { font-family: 'Special Elite', 'Courier New', monospace; font-weight: 400; font-size: clamp(26px, 3.5vw, 36px); margin: 0 0 28px; }
.v5-kicker { font-family: 'Special Elite', monospace; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--red); margin-bottom: 10px; }
.v5-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.v5-card { background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 28px; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.v5-card h3 { font-family: 'Special Elite', monospace; font-weight: 400; font-size: 20px; margin: 0; }
.v5-card p { font-size: 15.5px; color: var(--ink-60); margin: 0 0 4px; }
.v5-card .btn { margin-top: auto; }
.v5-ic { width: 52px; height: 52px; border-radius: 12px; background: var(--paper-2); display: flex; align-items: center; justify-content: center; }
.v5-ic svg, .v5-ic-s svg, .v5-tile svg, .v5-prog-truck svg, .v5-prog-house svg { width: 26px; height: 26px; stroke: var(--blue); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.btn-ghost { display: inline-block; padding: 12px 22px; border-radius: 4px; border: 1.5px solid var(--blue); color: var(--blue); font-family: 'Special Elite', monospace; font-size: 14px; text-decoration: none; }
.btn-ghost:hover { background: var(--blue); color: #fff; }
.v5-step { width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--blue); color: var(--blue); display: flex; align-items: center; justify-content: center; font-family: 'Special Elite', monospace; font-size: 18px; }
.v5-features { background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 52px 0; }
.v5-feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 28px; }
.v5-feat h4 { font-family: 'Special Elite', monospace; font-weight: 400; font-size: 16px; margin: 12px 0 6px; }
.v5-feat p { font-size: 14px; color: var(--ink-60); margin: 0; }
.v5-ic-s { width: 40px; height: 40px; border-radius: 10px; background: var(--white); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; }
.v5-2col { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 44px; align-items: center; }
.v5-ticks { list-style: none; padding: 0; margin: 0 0 26px; display: flex; flex-direction: column; gap: 12px; }
.v5-ticks li { font-size: 16.5px; padding-left: 30px; position: relative; }
.v5-ticks li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 700; }
.v5-track-card { background: var(--white); border-radius: 14px; overflow: hidden; box-shadow: 0 14px 44px rgba(11,15,26,0.16); }
.v5-track-img { width: 100%; height: 260px; object-fit: cover; display: block; }
.v5-track-bar { padding: 20px 22px 24px; }
.v5-track-label { font-size: 15.5px; margin: 0 0 14px; }
.v5-track-sub { font-family: 'Special Elite', monospace; font-size: 11.5px; color: var(--ink-60); margin: 14px 0 0; }
.v5-progress { position: relative; height: 8px; border-radius: 999px; background: var(--paper-2); }
.v5-prog-fill { position: absolute; left: 0; top: 0; bottom: 0; width: 40%; border-radius: 999px; background: var(--blue); animation: v5fill 6s ease-in-out infinite; }
.v5-prog-truck { position: absolute; top: -20px; left: 40%; margin-left: -14px; animation: v5truck 6s ease-in-out infinite; background: var(--white); border-radius: 50%; padding: 2px; }
.v5-prog-house { position: absolute; right: -4px; top: -22px; }
@keyframes v5fill { 0% { width: 6%; } 55% { width: 82%; } 70% { width: 96%; } 100% { width: 96%; } }
@keyframes v5truck { 0% { left: 6%; } 55% { left: 82%; } 70% { left: 96%; } 100% { left: 96%; } }
.v5-order { padding: 76px 0; background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.v5-order-sub { font-size: 17px; color: var(--ink-60); margin: -12px 0 26px; }
.v5-form { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 30px; max-width: 760px; }
.v5-row { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 16px; }
.v5-form label { display: flex; flex-direction: column; gap: 6px; font-family: 'Special Elite', monospace; font-size: 12.5px; color: var(--ink-60); flex: 1; min-width: 140px; }
.v5-form .v5-grow { flex: 3; }
.v5-form input, .v5-form select { font-family: 'PT Serif', serif; font-size: 16px; padding: 12px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); color: var(--ink); min-height: 44px; }
.v5-items { border: 1px solid var(--line); border-radius: 8px; padding: 14px 16px 16px; margin: 0 0 16px; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.v5-items legend { font-family: 'Special Elite', monospace; font-size: 12.5px; color: var(--ink-60); padding: 0 6px; }
.v5-items label { flex-direction: row; align-items: center; gap: 8px; font-family: 'PT Serif', serif; font-size: 15.5px; color: var(--ink); min-width: 0; flex: 0 0 auto; }
.v5-items input { min-height: 0; width: 18px; height: 18px; }
.v5-hp { position: absolute; left: -9999px; opacity: 0; }
.v5-submit { width: 100%; margin-top: 4px; font-size: 16px; padding: 16px; }
.v5-consent { font-family: 'Special Elite', monospace; font-size: 10.5px; color: var(--ink-30); margin: 12px 0 0; }
.v5-order-status { display: none; margin-top: 18px; padding: 20px; border-radius: 8px; font-size: 16px; }
.v5-order-status.ok { display: block; background: #EAF6EC; border: 1px solid #BFE3C6; color: #1E5B2A; }
.v5-order-status.err { display: block; background: #FBEAEA; border: 1px solid #EFC2C2; color: #8A1F1F; }
.v5-services { padding: 76px 0; background: var(--ink); }
.v5-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 14px; }
.v5-tile { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.14); border-radius: 10px; padding: 24px 14px; display: flex; flex-direction: column; align-items: center; gap: 12px; text-decoration: none; text-align: center; }
.v5-tile span { font-family: 'Special Elite', monospace; font-size: 13.5px; color: #fff; }
.v5-tile:hover { background: rgba(255,255,255,0.09); }
.v5-tile svg { stroke: #E8B84B; }
.v5-footer { background: var(--paper); border-top: 2px solid var(--ink); padding: 52px 0 40px; }
.v5-foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 36px; }
.v5-foot-brand { display: flex; align-items: center; gap: 8px; font-family: 'Special Elite', monospace; font-size: 15px; margin-bottom: 12px; }
.v5-foot-brand .logo-icon { background: var(--blue); color: #fff; }
.v5-footer p { font-family: 'PT Serif', serif; font-size: 14px; color: var(--ink-60); margin: 0 0 10px; }
.v5-footer h5 { font-family: 'Special Elite', monospace; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 12px; }
.v5-footer a { display: block; font-family: 'PT Serif', serif; font-size: 14.5px; color: var(--ink-60); text-decoration: none; margin-bottom: 9px; }
.v5-footer a:hover { color: var(--blue); }
@media (max-width: 760px) { .v5-foot-grid { grid-template-columns: 1fr; } }

/* ── DELIVER CHECK (hero ZIP pill) ── */
.deliver-check { max-width: 560px; margin-top: 26px; }
.deliver-bar { display: flex; align-items: center; gap: 10px; background: var(--white); border-radius: 999px; padding: 8px 8px 8px 10px; box-shadow: 0 8px 30px rgba(11,15,26,0.35); }
.deliver-bar .truck { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--blue); display: flex; align-items: center; justify-content: center; }
.deliver-bar .truck svg { width: 24px; height: 24px; stroke: #fff; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.deliver-bar .dc-label { font-family: 'Special Elite', monospace; font-size: 15px; color: var(--ink); white-space: nowrap; }
.deliver-bar input { flex: 1; min-width: 0; border: 0; outline: none; font-family: 'PT Serif', serif; font-size: 17px; color: var(--ink); background: transparent; padding: 10px 4px; border-left: 1px solid var(--line); padding-left: 14px; }
.deliver-bar input::placeholder { color: var(--ink-30); }
.deliver-bar .dc-go { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--blue); color: #fff; font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.deliver-bar .dc-go:hover { background: var(--blue-d); }
.deliver-result { display: none; margin-top: 14px; background: var(--white); border-radius: 12px; padding: 22px 24px; box-shadow: 0 8px 30px rgba(11,15,26,0.35); text-align: center; }
.deliver-result.show { display: block; }
.deliver-result .dr-face { font-family: 'Special Elite', monospace; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 6px; }
.deliver-result.yes .dr-face { color: #1E7B34; }
.deliver-result.no .dr-face { color: var(--red); }
.deliver-result .dr-head { font-family: 'Special Elite', monospace; font-size: 21px; color: var(--ink); margin: 0 0 8px; }
.deliver-result .dr-sub { font-family: 'PT Serif', serif; font-size: 15.5px; color: var(--ink-60); margin: 0 0 16px; }
@media (max-width: 640px) {
  .deliver-check { max-width: 100%; }
  .deliver-bar { flex-wrap: wrap; border-radius: 20px; padding: 10px; row-gap: 6px; }
  .deliver-bar .truck { order: 1; }
  .deliver-bar .dc-label { order: 2; flex: 1 1 auto; font-size: 14px; white-space: normal; }
  .deliver-bar input { order: 3; flex: 1 1 60%; min-width: 0; width: auto; border-left: 0; border-top: 1px solid var(--line); padding: 12px 6px 12px 8px; font-size: 16px; }
  .deliver-bar .dc-go { order: 4; }
}

/* ── success card: both booking paths, hierarchy by device ── */
.dr-ctas { display: flex; flex-direction: column; gap: 10px; align-items: stretch; }
.dr-ctas .btn { text-align: center; }
.dr-alt { font-family: 'Special Elite', monospace; font-size: 11px; color: var(--ink-30); margin: 12px 0 0; }
/* phones: Text leads, form is the quiet second */
.dr-ctas .dr-form { background: transparent; color: var(--blue); border: 1.5px solid var(--blue); }
/* desktops (fine pointer): form leads, text drops under it */
@media (hover: hover) and (pointer: fine) {
  .dr-ctas { flex-direction: column-reverse; }
  .dr-ctas .dr-form { background: var(--blue); color: #fff; border-color: var(--blue); }
  .dr-ctas .dr-text { background: transparent; color: var(--blue); border: 1.5px solid var(--blue); }
}

/* footer artifact fix: stop logo stretch, kill dead band */
.v5-foot-brand { align-items: center; }
.v5-foot-brand .logo-icon { width: 30px; height: 30px; flex: 0 0 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.v5-footer { padding: 40px 0 34px; }
.v5-footer .v5-wrap > div:first-child p:last-child { margin-bottom: 0; }
section.faq { padding-bottom: 60px; }

/* ── READABILITY PASS: serif headlines, typewriter only as accent ── */
.v5-hero h1 { font-family: 'PT Serif', Georgia, serif; font-weight: 700; letter-spacing: -0.5px; }
.v5-h2, .v5-card h3, .v5-feat h4, .dr-head, .v5-track-label { font-family: 'PT Serif', Georgia, serif !important; font-weight: 700; }
.v5-hero .sub { font-size: 19px; line-height: 1.6; }
.v5-card p, .v5-feat p, .v5-ticks li { line-height: 1.6; }
.v5-tile span { font-family: 'PT Serif', serif; font-weight: 700; font-size: 14.5px; }
.v5-order-sub { font-size: 17px; }
.deliver-bar .dc-label { font-size: 14px; }

/* ── V5: hotel-proof flips LIGHT so it separates from the dark services grid ── */
.hotel-proof { background: var(--paper-2); color: var(--ink); border-top: 5px solid #E8B84B; padding: 76px 6vw; }
.hotel-proof h2 { color: var(--ink); font-family: 'PT Serif', Georgia, serif; font-weight: 700; }
.hotel-proof h2 em { color: #B8860B; }
.hotel-proof .lead { color: var(--ink-60); }
.hotel-proof .big-stat { color: #B8860B; }
.hotel-proof .big-stat-sub { color: var(--ink-60); }
.hotel-proof .hotel-wall { background: var(--line); border: 1px solid var(--line); }
.hotel-proof .hotel-name { background: var(--white); color: var(--ink); }
.hotel-proof .eyebrow-loud { color: var(--red); }

/* ── centered submit + mobile pass ── */
.v5-submit { display: flex; align-items: center; justify-content: center; text-align: center; }
@media (max-width: 640px) {
  .v5-hero .wrap { padding-top: 28px; }
  .v5-hero h1 { font-size: clamp(30px, 8.5vw, 38px); }
  .v5-hero .sub { font-size: 17px; }
  .v5-h2 { font-size: 25px; margin-bottom: 20px; }
  .v5-order, .v5-services, .v5-track { padding-top: 48px; padding-bottom: 48px; }
  .v5-form { padding: 20px 16px; }
  .v5-row { flex-direction: column; gap: 12px; margin-bottom: 12px; }
  .v5-form label { min-width: 100%; }
  .v5-items { padding: 8px 14px 10px; gap: 2px 0; }
  .v5-items label { flex: 0 0 100%; font-size: 16px; min-height: 44px; padding: 6px 0; align-items: center; }
  .v5-items input { width: 22px; height: 22px; }
  .v5-submit { font-size: 17px; padding: 18px 12px; }
  .v5-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .v5-tile { padding: 18px 10px; }
  .deliver-result { padding: 18px 16px; }
  .hotel-proof { padding: 48px 6vw; }
}

/* ── services: white tiles on the dark band (contrast = readability) ── */
.v5-services { padding: 64px 0; }
.v5-tile { background: var(--white); border: 0; }
.v5-tile span { color: var(--ink); }
.v5-tile svg { stroke: var(--blue); }
.v5-tile:hover { background: var(--paper-2); }

/* hero checks: serif over video, shadow for separation */
.v5-checks li { font-family: 'PT Serif', Georgia, serif; font-size: 15.5px; text-shadow: 0 1px 6px rgba(11,15,26,0.8); }

/* ── ONE FONT EVERYWHERE: kill all typewriter (Special Elite) → PT Serif ── */
h1, h2, h3, .display,
.mark .logo-icon, .mark .mark-name, .dateline, .salutation, .letter .lede, .letter .sign,
.stat .num, .vs-table th, .proof-name, .placeholder-tag,
.hotel-proof .eyebrow-loud, .hotel-proof .big-stat, .hotel-refs h3, .hotel-refs li a,
.offer .text-cta, .faq-q, .closer .ps, .closer .mascot-line, footer,
.modal-cta, .modal-note, .back-link, .modal-qr p,
.v5-checks li, .v5-h2, .v5-kicker, .v5-card h3, .btn-ghost, .v5-step, .v5-feat h4,
.v5-track-sub, .v5-form label, .v5-items legend, .v5-consent, .v5-tile span,
.v5-foot-brand, .v5-footer h5, .deliver-bar .dc-label,
.deliver-result .dr-face, .deliver-result .dr-head, .dr-alt {
  font-family: 'PT Serif', Georgia, serif !important;
}
/* headline-weight elements read better bold in serif */
h1, h2, h3, .display, .v5-h2, .v5-card h3, .v5-feat h4, .faq-q,
.hotel-proof .big-stat, .hotel-proof .eyebrow-loud, .hotel-refs h3,
.deliver-result .dr-head, .closer .mascot-line, .stat .num, .vs-table th,
.v5-footer h5, .v5-kicker, .deliver-result .dr-face, .mark .mark-name, .v5-foot-brand {
  font-weight: 700 !important;
}

/* buttons + brand nav were still typewriter — fold them into PT Serif too */
.btn, .btn-primary, .btn-ghost, .modal-cta, .mark .mark-name, .mark .logo-icon {
  font-family: 'PT Serif', Georgia, serif !important;
  font-weight: 700 !important;
}

/* ── HOW IT WORKS: make the process stand out & scan 1-2-3 (scoped to .v5-how only) ── */
.v5-how { background: var(--paper-2); padding: 84px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.v5-how .v5-kicker { color: var(--red); text-align: center; }
.v5-how .v5-h2 { text-align: center; margin-bottom: 50px; font-size: clamp(30px, 4.4vw, 44px); }
/* vertical process: steps flow top → bottom, connected by a line */
.v5-how .v5-cards { display: block; max-width: 620px; margin: 0 auto; }
.v5-how .v5-card {
  display: grid; grid-template-columns: 60px 1fr; gap: 22px; align-items: start; text-align: left;
  background: transparent; border: 0; border-radius: 0; padding: 0 0 40px 0;
  position: relative;
}
.v5-how .v5-card:last-child { padding-bottom: 0; }
/* the connecting line down through the badges */
.v5-how .v5-card:not(:last-child)::before {
  content: ""; position: absolute; left: 29px; top: 60px; bottom: 0; width: 2px;
  background: var(--line); z-index: 0;
}
.v5-how .v5-step {
  width: 60px; height: 60px; border: 0; background: var(--blue); color: #fff;
  font-size: 27px !important; font-weight: 700 !important; box-shadow: 0 6px 16px rgba(30,77,255,0.35);
  position: relative; z-index: 1; margin: 0;
}
.v5-how .v5-card h3 { font-size: 23px; color: var(--ink); margin: 6px 0 0; }
.v5-how .v5-card p { font-size: 16px; margin: 8px 0 0; }
.v5-how-cta { text-align: center; margin-top: 48px; }

/* spoke hero CTA — one clear order button above the fold */
.spoke-hero-cta { margin-top: 26px; align-self: flex-start; box-shadow: 0 10px 30px rgba(30,77,255,0.35); }
@media (max-width: 640px) {
  .spoke-hero .wrap { text-align: center; align-items: center; }
  .spoke-hero-cta { align-self: center; width: 100%; justify-content: center; }
  .spoke-hero h1, .spoke-hero .sub { text-align: center; }
}

/* center the ZIP checker + form together in the order section */
.v5-order .deliver-check { margin-left: auto; margin-right: auto; }
.v5-order .v5-form { margin-left: auto; margin-right: auto; }

/* ── DROP-OFF: prominent centered address + map ── */
.dropoff-loc { background: var(--paper-2); padding: 64px 6vw; text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.dropoff-loc .wrap { max-width: 640px; margin: 0 auto; }
.dropoff-loc .loc-eyebrow { font-family: 'Special Elite', monospace; font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: var(--red); margin-bottom: 12px; }
.dropoff-loc .loc-addr { font-family: 'PT Serif', Georgia, serif; font-weight: 700; font-size: clamp(28px, 6vw, 42px); line-height: 1.15; color: var(--ink); margin: 0 0 14px; }
.dropoff-loc .loc-note { font-family: 'PT Serif', serif; font-size: 16.5px; color: var(--ink-60); margin: 0 auto 24px; max-width: 46ch; }
.dropoff-loc .loc-map { border-radius: 14px; overflow: hidden; box-shadow: 0 14px 40px rgba(11,15,26,0.18); margin: 0 0 24px; }
.dropoff-loc .loc-map iframe { width: 100%; height: 360px; border: 0; display: block; }
.dropoff-loc .btn { justify-content: center; }
@media (max-width: 640px) { .dropoff-loc { padding: 48px 6vw; } .dropoff-loc .loc-map iframe { height: 280px; } .dropoff-loc .btn { width: 100%; } }

/* drop-off hours card (below the map) */
.dropoff-loc .loc-hours { max-width: 420px; margin: 0 auto 24px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 22px 26px; box-shadow: 0 8px 24px rgba(11,15,26,0.10); }
.dropoff-loc .loc-hours-title { font-family: 'Special Elite', monospace; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--red); margin-bottom: 14px; }
.dropoff-loc .loc-hours ul { list-style: none; margin: 0; padding: 0; }
.dropoff-loc .loc-hours li { display: flex; justify-content: space-between; gap: 20px; font-family: 'PT Serif', serif; font-size: 16.5px; color: var(--ink); padding: 7px 0; border-bottom: 1px solid var(--line); }
.dropoff-loc .loc-hours li:last-child { border-bottom: 0; }
.dropoff-loc .loc-hours li span:first-child { color: var(--ink-60); }
.dropoff-loc .loc-hours li span:last-child { font-weight: 700; }
