/* OnePrice Dry Cleaners — Design System
   Brand: red (#E0241C) + cream + black, Fraunces italic + Inter sans
*/

:root {
  --red: #E0241C;
  --red-dim: #BC3225;
  --ink: #0F0F0F;
  --ink-2: #2A2520;
  --ink-3: #4A453E;
  --ink-4: #7A7268;
  --cream: #F7F2EA;
  --bone: #FAFAF7;
  --line: rgba(15,15,15,0.08);
  --line-2: rgba(15,15,15,0.18);
  --green: #2D6A3E;
  --green-bg: rgba(74,140,92,0.14);
  --wa: #25D366;
  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink);
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

/* ===== Container ===== */
.container { max-width: 1440px; margin: 0 auto; padding: 0 28px; }

/* ===== Type ===== */
.display { font-family: var(--font-display); font-style: italic; font-weight: 500; letter-spacing: -0.025em; line-height: 1.02; color: var(--ink); }
.display.red { color: var(--red); }
.eyebrow { font-size: 10px; color: var(--ink-4); letter-spacing: 0.14em; font-weight: 500; text-transform: uppercase; }
.eyebrow.red { color: var(--red); letter-spacing: 0.1em; }
.lead { font-size: 16px; line-height: 1.6; color: var(--ink-3); max-width: 540px; }

h1.display { font-size: clamp(34px, 6vw, 58px); }
h2.display { font-size: clamp(28px, 4.5vw, 40px); }
h3.display { font-size: clamp(22px, 3vw, 28px); }

/* ===== Nav ===== */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.94); backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 28px; max-width: 1180px; margin: 0 auto; gap: 18px; }
.nav-brand { display: flex; align-items: center; gap: 10px; }
.nav-brand-svg { width: 36px; height: 36px; flex-shrink: 0; }
.nav-brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.nav-brand-name { font-weight: 500; font-size: 15px; letter-spacing: -0.01em; }
.nav-brand-tagline { font-size: 9px; color: var(--ink-4); letter-spacing: 0.12em; margin-top: 2px; text-transform: uppercase; }
.nav-links { display: flex; gap: 24px; font-size: 14px; }
.nav-links a { color: var(--ink); padding: 4px 0; }
.nav-links a.active { font-weight: 500; border-bottom: 1.5px solid var(--red); padding-bottom: 2px; }
.nav-cta { background: var(--red); color: #FFF; padding: 9px 16px; border-radius: 22px; font-size: 13px; font-weight: 500; display: inline-flex; align-items: center; gap: 6px; transition: background 120ms; }
.nav-cta:hover { background: var(--red-dim); }
.nav-cta-icon { width: 16px; height: 16px; }

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-inner { padding: 12px 18px; }
  .nav-brand-tagline { display: none; }
}

/* ===== Buttons ===== */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 20px; border-radius: 8px; font-size: 14px; font-weight: 500; border: none; transition: all 150ms; cursor: pointer; }
.btn-red { background: var(--red); color: #FFF; }
.btn-red:hover { background: var(--red-dim); }
.btn-white { background: #FFF; color: var(--red); }
.btn-outline { background: transparent; color: var(--ink); border: 1px solid var(--line-2); }
.btn-outline:hover { border-color: var(--ink); }
.btn-icon { width: 18px; height: 18px; }
.link-arrow { font-size: 14px; font-weight: 500; color: var(--ink); display: inline-flex; align-items: center; gap: 4px; }
.link-arrow:hover { color: var(--red); }
.link-arrow svg { width: 16px; height: 16px; transition: transform 150ms; }
.link-arrow:hover svg { transform: translateX(3px); }

/* ===== Hero ===== */
.hero { display: grid; grid-template-columns: 1.35fr 1fr; min-height: 540px; }
.hero-left { padding: 80px 48px; display: flex; flex-direction: column; justify-content: center; }
.hero-eyebrow { margin-bottom: 22px; }
.hero-h1 { font-size: clamp(40px, 6vw, 64px); margin-bottom: 20px; max-width: 600px; }
.hero-sub { font-size: 16px; line-height: 1.6; color: var(--ink-3); margin-bottom: 26px; max-width: 420px; }
.hero-pill { display: inline-flex; align-items: center; gap: 7px; background: var(--green-bg); color: var(--green); font-size: 12px; padding: 7px 12px; border-radius: 20px; margin-bottom: 22px; font-weight: 500; align-self: flex-start; }
.hero-pill-icon { width: 14px; height: 14px; }
.hero-ctas { display: flex; gap: 12px; align-items: center; margin-bottom: 22px; flex-wrap: wrap; }
.hero-trust { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--ink-4); }
.hero-trust-icon { width: 14px; height: 14px; color: #C9962B; }

.hero-right { background: var(--red); color: #FFF; padding: 60px 36px; display: flex; flex-direction: column; justify-content: center; }
.hero-right .eyebrow { color: rgba(255,255,255,0.75); margin-bottom: 22px; }
.rate { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid rgba(255,255,255,0.25); padding-bottom: 13px; margin-bottom: 13px; }
.rate:last-of-type { border-bottom: none; }
.rate-label { font-size: 14px; font-weight: 500; margin-bottom: 3px; }
.rate-sub { font-size: 11px; color: rgba(255,255,255,0.7); line-height: 1.3; }
.rate-price { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 34px; line-height: 1; letter-spacing: -0.025em; }
.rate-price-unit { font-size: 13px; font-style: normal; color: rgba(255,255,255,0.85); }
.rate-pickup { margin-top: 18px; padding: 14px; background: rgba(255,255,255,0.13); border-radius: 8px; font-size: 13px; display: flex; align-items: center; gap: 8px; }
.rate-pickup strong { font-weight: 500; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 56px 24px 40px; }
  .hero-right { padding: 40px 24px 48px; }
  .hero-h1 { font-size: 38px; }
}

/* ===== Sections ===== */
.section { padding: 80px 28px; }
.section.cream { background: var(--cream); }
.section.bone { background: var(--bone); }
.section.dark { background: var(--ink); color: #FFF; }
.section.red { background: var(--red); color: #FFF; text-align: center; }
.section-header { margin-bottom: 44px; }
.section-header h2 { margin-bottom: 12px; }
.section-header .lead { margin-top: 4px; }

/* ===== Why us / Principles grid ===== */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1180px; margin: 0 auto; }
.why-card { border-top: 1px solid var(--ink); padding-top: 20px; }
.why-num { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 36px; color: var(--red); line-height: 1; margin-bottom: 16px; letter-spacing: -0.03em; }
.why-title { font-size: 17px; font-weight: 500; line-height: 1.3; margin-bottom: 12px; }
.why-body { font-size: 13px; line-height: 1.6; color: var(--ink-3); }

@media (max-width: 768px) {
  .why-grid { grid-template-columns: 1fr; gap: 20px; }
  .section { padding: 56px 24px; }
}

/* ===== Branch cards ===== */
.branches { display: flex; flex-direction: column; gap: 14px; max-width: 1180px; margin: 0 auto; }
.branch-card { background: #FFF; border: 1px solid var(--line); border-radius: 14px; padding: 26px; display: grid; grid-template-columns: 80px 1fr auto; gap: 22px; align-items: start; position: relative; transition: border-color 150ms; }
.branch-card:hover { border-color: var(--ink); }
.branch-num { background: var(--red); color: #FFF; border-radius: 10px; height: 80px; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.branch-num-big { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 30px; line-height: 1; }
.branch-num-label { font-size: 9px; letter-spacing: 0.08em; margin-top: 2px; }
.branch-area { font-size: 11px; color: var(--red); letter-spacing: 0.1em; font-weight: 500; margin-bottom: 4px; text-transform: uppercase; }
.branch-name { font-size: 19px; font-weight: 500; margin-bottom: 10px; letter-spacing: -0.01em; }
.branch-addr { font-size: 13px; color: var(--ink-3); line-height: 1.55; margin-bottom: 12px; }
.branch-meta { display: flex; gap: 18px; font-size: 12px; color: var(--ink-3); margin-bottom: 10px; flex-wrap: wrap; }
.branch-meta-item { display: inline-flex; align-items: center; gap: 5px; }
.branch-meta-icon { width: 13px; height: 13px; }
.branch-serves { font-size: 12px; color: var(--ink-4); line-height: 1.55; }
.branch-serves strong { color: var(--ink-3); font-weight: 500; }
.branch-ctas { display: flex; flex-direction: column; gap: 8px; }
.branch-ctas .btn { font-size: 12px; padding: 9px 14px; }
.branch-tag { position: absolute; top: 16px; right: 16px; font-size: 10px; color: var(--green); background: var(--green-bg); padding: 4px 8px; border-radius: 12px; letter-spacing: 0.06em; font-weight: 500; }

@media (max-width: 768px) {
  .branch-card { grid-template-columns: 1fr; gap: 14px; padding: 22px; }
  .branch-num { width: 56px; height: 56px; }
  .branch-num-big { font-size: 22px; }
  .branch-ctas { flex-direction: row; }
  .branch-tag { position: static; align-self: flex-start; }
}

/* ===== Service tiles ===== */
.tile-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; max-width: 1180px; margin: 0 auto; }
.tile { background: #FFF; border: 1px solid var(--line); border-radius: 10px; padding: 16px 12px; text-align: center; transition: border-color 150ms; }
.tile:hover { border-color: var(--ink); }
.tile-label { font-size: 12px; font-weight: 500; margin-bottom: 4px; }
.tile-meta { font-size: 11px; color: var(--ink-4); }

@media (max-width: 768px) {
  .tile-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ===== Services page: stacked service rows ===== */
.service-row { padding: 56px 28px; }
.service-row.cream { background: var(--cream); }
.service-row-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr; gap: 36px; align-items: start; }
.service-num-h { display: flex; align-items: baseline; gap: 12px; margin-bottom: 16px; }
.service-num { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 24px; color: var(--red); letter-spacing: -0.03em; }
.service-title { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 32px; line-height: 1.1; letter-spacing: -0.02em; }
.service-desc { font-size: 14px; line-height: 1.6; color: var(--ink-3); margin: 0 0 22px; }
.service-list-label { font-size: 11px; color: var(--ink-4); letter-spacing: 0.1em; margin-bottom: 12px; font-weight: 500; text-transform: uppercase; }
.service-list { font-size: 13px; line-height: 1.95; color: var(--ink-3); margin-bottom: 24px; }
.service-list-row { display: flex; gap: 8px; align-items: center; }
.service-list-row svg { width: 14px; height: 14px; flex-shrink: 0; color: var(--green); }
.service-list-row.no svg { color: var(--ink-4); }
.service-list-row.no { color: var(--ink-4); }
.service-pricing { background: var(--red); color: #FFF; padding: 30px 26px; border-radius: 12px; }
.service-pricing .eyebrow { color: rgba(255,255,255,0.75); margin-bottom: 18px; }
.service-pricing-big { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 68px; line-height: 0.95; letter-spacing: -0.04em; }
.service-pricing-note { font-size: 12px; color: rgba(255,255,255,0.85); margin: 14px 0; line-height: 1.5; }
.service-pricing-pickup { padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.25); font-size: 12px; color: rgba(255,255,255,0.85); display: flex; align-items: center; gap: 7px; }

@media (max-width: 900px) {
  .service-row-inner { grid-template-columns: 1fr; gap: 24px; }
  .service-row { padding: 44px 24px; }
  .service-title { font-size: 26px; }
}

/* ===== Closing CTA section ===== */
.cta-close { padding: 80px 28px; background: var(--red); color: #FFF; text-align: center; }
.cta-close h2 { margin: 0 auto 18px; max-width: 540px; }
.cta-close p { font-size: 15px; line-height: 1.55; color: rgba(255,255,255,0.88); margin: 0 auto 30px; max-width: 420px; }

/* ===== Dual CTA ===== */
.dual-cta { display: grid; grid-template-columns: 1fr 1fr; }
.dual-cta-panel { padding: 56px 36px; }
.dual-cta-panel.red { background: var(--red); color: #FFF; }
.dual-cta-panel.dark { background: var(--ink); color: #FFF; }
.dual-cta-panel .eyebrow { margin-bottom: 14px; opacity: 0.75; }
.dual-cta-panel.red .eyebrow { color: rgba(255,255,255,0.75); }
.dual-cta-panel.dark .eyebrow { color: rgba(255,255,255,0.55); }
.dual-cta-panel h3 { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 36px; line-height: 1.05; letter-spacing: -0.025em; margin-bottom: 14px; }
.dual-cta-panel p { font-size: 14px; line-height: 1.55; margin-bottom: 24px; }
.dual-cta-panel.red p { color: rgba(255,255,255,0.88); }
.dual-cta-panel.dark p { color: rgba(255,255,255,0.75); }

@media (max-width: 768px) {
  .dual-cta { grid-template-columns: 1fr; }
}

/* ===== Footer ===== */
.footer { background: var(--ink); color: #FFF; padding: 56px 28px 28px; }
.footer-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 24px; padding-bottom: 36px; }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-tagline { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.65); max-width: 240px; }
.footer-col-label { font-size: 10px; letter-spacing: 0.12em; color: rgba(255,255,255,0.55); font-weight: 500; margin-bottom: 14px; text-transform: uppercase; }
.footer-col-links { font-size: 13px; line-height: 2.1; }
.footer-col-links a { color: rgba(255,255,255,0.85); display: block; transition: color 120ms; }
.footer-col-links a:hover { color: #FFF; }
.footer-contact { font-size: 13px; line-height: 1.8; color: rgba(255,255,255,0.85); }
.footer-contact-item { display: flex; align-items: center; gap: 7px; margin-bottom: 6px; }
.footer-contact-item svg { width: 14px; height: 14px; flex-shrink: 0; }
.footer-bottom { max-width: 1180px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.18); padding-top: 18px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.5); }
.footer-legal { display: flex; gap: 22px; font-size: 12px; }
.footer-legal a { color: rgba(255,255,255,0.65); transition: color 120ms; }
.footer-legal a:hover { color: #FFF; }

@media (max-width: 768px) {
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer { padding: 44px 24px 24px; }
}

/* ===== Sticky WhatsApp ===== */
.sticky-wa { position: fixed; bottom: 20px; right: 20px; width: 56px; height: 56px; border-radius: 50%; background: var(--wa); color: #FFF; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(0,0,0,0.18); z-index: 60; transition: transform 150ms; }
.sticky-wa:hover { transform: scale(1.06); }
.sticky-wa svg { width: 28px; height: 28px; }

/* ===== About page editorial body ===== */
.editorial-body { max-width: 620px; margin: 0 auto; padding: 0 28px; }
.editorial-body p { font-size: 16px; line-height: 1.8; color: var(--ink-2); margin-bottom: 22px; }
.drop-cap { float: left; font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 72px; line-height: 0.78; color: var(--red); margin-right: 12px; margin-top: 8px; letter-spacing: -0.04em; }
.pull-quote { max-width: 620px; margin: 32px auto; padding: 0 28px; }
.pull-quote-inner { border-left: 3px solid var(--red); padding-left: 22px; font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 28px; line-height: 1.25; letter-spacing: -0.02em; color: var(--ink); }
.pull-quote-inner .red { color: var(--red); }

/* ===== Stats strip ===== */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1180px; margin: 0 auto; }
.stat-num { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 48px; line-height: 1; color: var(--red); margin-bottom: 8px; letter-spacing: -0.035em; }
.stat-num small { font-size: 24px; }
.stat-label { font-size: 13px; color: var(--ink-3); line-height: 1.4; }

@media (max-width: 768px) {
  .stats { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .stat-num { font-size: 38px; }
}

/* ===== Utilities ===== */
.bottom-strip { background: var(--ink); color: rgba(255,255,255,0.75); padding: 14px 28px; font-size: 12px; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; justify-content: center; }
.bottom-strip .dot { width: 7px; height: 7px; background: #4ADE7F; border-radius: 50%; display: inline-block; }
.bottom-strip .sep { opacity: 0.35; }
