/*
Theme Name: Perla Cleaning Services
Theme URI: https://perlacleans.com
Author: Perla Cleaning Services
Author URI: https://perlacleans.com
Description: A custom WordPress theme for Perla Cleaning Services — woman-owned house cleaning in North Atlanta, GA. Features SEO-optimized structure, full Customizer support, and mobile-first responsive design.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: perla
Tags: one-column, custom-menu, custom-logo, featured-images, theme-options
*/

/* ---------- Tokens (palette from Logo 07) ---------- */
:root {
  --bg:        #fcf7ec;
  --ink:       #282438;
  --ink-soft:  #4a4660;
  --azul:      #2b5a8c;
  --rosa:      #cb5464;
  --amar:      #e0a838;
  --verde:     #64845c;
  --rule:      rgba(40,36,60,0.12);
  --max:       1180px;
  --radius:    14px;
  --shadow-sm: 0 1px 2px rgba(40,36,60,0.06), 0 4px 16px rgba(40,36,60,0.05);
  --shadow-md: 0 4px 12px rgba(40,36,60,0.08), 0 16px 40px rgba(40,36,60,0.08);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--azul); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 28px; }

/* ---------- Papel picado band ---------- */
.papel {
  height: 38px;
  width: 100%;
  background-color: var(--azul);
  background-image:
    radial-gradient(circle at 50% 22%, var(--bg) 4.5px, transparent 5px),
    radial-gradient(circle at 50% 78%, transparent 0 4px, var(--bg) 4px 6px, transparent 6.5px);
  background-size: 28px 38px, 28px 38px;
  background-position: 0 0, 14px 0;
  position: relative;
}
.papel::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 12px;
  background-color: var(--bg);
  -webkit-mask: radial-gradient(circle at 7px 0, var(--bg) 7px, transparent 7.5px) repeat-x;
          mask: radial-gradient(circle at 7px 0, var(--bg) 7px, transparent 7.5px) repeat-x;
  -webkit-mask-size: 14px 14px;
          mask-size: 14px 14px;
}
.papel.rosa { background-color: var(--rosa); }
.papel.rosa::after {
  top: -1px; bottom: auto;
  -webkit-mask: radial-gradient(circle at 7px 14px, var(--bg) 7px, transparent 7.5px) repeat-x;
          mask: radial-gradient(circle at 7px 14px, var(--bg) 7px, transparent 7.5px) repeat-x;
}

/* ---------- Header ---------- */
.nav {
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 28px;
  color: var(--ink);
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.nav-logo .floret { width: 36px; height: 36px; flex-shrink: 0; }
.nav-links { display: flex; gap: 28px; font-size: 15px; }
.nav-links a {
  color: var(--ink-soft);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.nav-links a:hover { color: var(--azul); text-decoration: none; }
.nav-cta {
  background: var(--azul);
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background .2s;
}
.nav-cta:hover { background: #1f4570; text-decoration: none; }

/* ---------- Mobile hamburger menu ---------- */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 101;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
  transition: all .3s;
  border-radius: 2px;
}
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

@media (max-width: 760px) {
  .nav-links { 
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    font-size: 20px;
    z-index: 100;
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }
}

/* ---------- Top Bar (social links) ---------- */
.nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.social-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: background .2s, transform .2s;
  color: var(--ink-soft);
}
.social-links--header .social-link {
  color: var(--ink-soft);
}
.social-links--header .social-link:hover {
  color: var(--azul);
  background: rgba(43,90,140,0.08);
  transform: scale(1.1);
  text-decoration: none;
}
.social-links--footer {
  justify-content: center;
  margin: 16px 0;
}
.social-links--footer .social-link {
  color: var(--azul);
  background: rgba(43,90,140,0.08);
}
.social-links--footer .social-link:hover {
  background: var(--azul);
  color: #fff;
  transform: scale(1.1);
  text-decoration: none;
}

/* ---------- Hero ---------- */
.hero {
  padding: 60px 0 100px;
  position: relative;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 48px;
}
.hero-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-text .floret-big {
  width: 90px;
  height: 90px;
  margin: 0 auto 24px;
  display: block;
}
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
  color: var(--ink);
}
.hero .eyebrow {
  font-family: 'Cormorant SC', serif;
  font-weight: 500;
  letter-spacing: 0.32em;
  font-size: 14px;
  color: var(--rosa);
  margin-bottom: 18px;
  text-transform: uppercase;
}
.hero p.lede {
  max-width: 540px;
  margin: 18px auto 32px;
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.55;
}
.hero-portrait {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.hero-portrait--desktop {
  position: relative;
}
.hero-portrait--desktop img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}
.hero-portrait--mobile {
  display: none;
  width: 100%;
  max-width: 320px;
  margin: 24px auto;
}
.hero-portrait--mobile img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  border-radius: var(--radius);
}
.hero-ctas {
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all .2s;
}
.btn-primary { background: var(--azul); color: #fff; }
.btn-primary:hover { background: #1f4570; text-decoration: none; }
.btn-secondary { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-secondary:hover { background: var(--ink); color: #fff; text-decoration: none; }

/* ---------- Section base ---------- */
section { padding: 90px 0; }
.section-eyebrow {
  font-family: 'Cormorant SC', serif;
  font-weight: 500;
  letter-spacing: 0.32em;
  font-size: 13px;
  color: var(--rosa);
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.1;
  margin: 0 0 18px;
  color: var(--ink);
}
.section-lede {
  font-size: 18px;
  color: var(--ink-soft);
  max-width: 640px;
  line-height: 1.6;
  margin: 0;
}

/* ---------- About ---------- */
.about { background: #f7efde; position: relative; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.about-card {
  background: var(--bg);
  padding: 48px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}
.about-card .corner-floret {
  position: absolute;
  bottom: -32px;
  right: -32px;
  width: 160px;
  height: 160px;
  opacity: 0.16;
}
.about-card h3 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  margin: 0 0 14px;
  color: var(--azul);
}
.about-card p { margin: 0 0 14px; color: var(--ink-soft); }
.about-stats {
  display: flex;
  gap: 36px;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
  position: relative;
  z-index: 1;
}
.stat .num {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 36px;
  color: var(--rosa);
  line-height: 1;
}
.stat .label {
  font-family: 'Cormorant SC', serif;
  letter-spacing: 0.18em;
  font-size: 11px;
  color: var(--ink-soft);
  text-transform: uppercase;
  margin-top: 6px;
}

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-portrait--desktop { display: none; }
  .hero-portrait--mobile { display: block; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-card { padding: 32px; }
}

/* ---------- Services ---------- */
.services { text-align: center; }
.services .section-lede { margin: 0 auto 56px; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
}
.service {
  background: #fff;
  padding: 36px 30px;
  border-radius: var(--radius);
  border: 1px solid var(--rule);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.service:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(43,90,140,0.25);
}
.service-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(203,84,100,0.10);
  border-radius: 12px;
  margin-bottom: 20px;
  color: var(--rosa);
}
.service h3 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 10px;
  color: var(--ink);
}
.service p { margin: 0; color: var(--ink-soft); font-size: 15.5px; line-height: 1.55; }

@media (max-width: 880px) { .services-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .services-grid { grid-template-columns: 1fr; } }

/* ---------- Why ---------- */
.why { background: #f7efde; }
.why-head { text-align: center; margin-bottom: 56px; }
.why-head .section-lede { margin: 0 auto; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.why-item { text-align: center; padding: 0 12px; }
.why-item .num {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 44px;
  color: var(--azul);
  line-height: 1;
  margin-bottom: 14px;
}
.why-item h4 {
  font-family: 'Cormorant SC', serif;
  letter-spacing: 0.18em;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 10px;
}
.why-item p { font-size: 15px; color: var(--ink-soft); margin: 0; }
@media (max-width: 880px) { .why-grid { grid-template-columns: 1fr 1fr; gap: 40px 28px; } }

/* ---------- Testimonials ---------- */
.testimonials { text-align: center; }
.testimonials .section-lede { margin: 0 auto 56px; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
}
.testimonial {
  background: #fff;
  padding: 36px 30px 32px;
  border-radius: var(--radius);
  border: 1px solid var(--rule);
  position: relative;
}
.testimonial::before {
  content: "\201C";
  font-family: 'Playfair Display', serif;
  font-size: 80px;
  color: var(--amar);
  line-height: 1;
  position: absolute;
  top: 12px;
  right: 22px;
  opacity: 0.7;
}
.testimonial blockquote {
  margin: 0 0 22px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.5;
  color: var(--ink);
}
.testimonial .who {
  font-family: 'Cormorant SC', serif;
  letter-spacing: 0.18em;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.testimonial .who strong { color: var(--ink); font-weight: 600; }
@media (max-width: 880px) { .testimonials-grid { grid-template-columns: 1fr; } }

/* ---------- Contact ---------- */
.contact { background: var(--ink); color: var(--bg); }
.contact .section-eyebrow { color: var(--amar); }
.contact .section-title { color: var(--bg); }
.contact .section-lede { color: rgba(252,247,236,0.78); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: start;
  margin-top: 56px;
}
.contact-info { font-size: 16px; }
.contact-info .info-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(252,247,236,0.12);
}
.contact-info .info-row:last-child { border-bottom: 0; }
.contact-info .info-row .icon {
  flex-shrink: 0;
  width: 36px; height: 36px;
  background: rgba(224,168,56,0.16);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--amar);
}
.contact-info .info-row .lbl {
  font-family: 'Cormorant SC', serif;
  letter-spacing: 0.2em;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--amar);
  margin-bottom: 4px;
}
.contact-info .info-row .val { color: var(--bg); font-size: 17px; }
.contact-info .info-row a { color: var(--bg); }

.form {
  background: var(--bg);
  color: var(--ink);
  padding: 36px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}
.form h3 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  margin: 0 0 6px;
  color: var(--ink);
}
.form p.form-sub { margin: 0 0 22px; color: var(--ink-soft); font-size: 15px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.form-row.single { grid-template-columns: 1fr; }
.form-row.triple { grid-template-columns: 1fr 1fr 1fr; }
.form label {
  display: block;
  font-family: 'Cormorant SC', serif;
  letter-spacing: 0.18em;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 6px;
}
.form label .req { color: #d23a3a; margin-left: 4px; font-family: 'Inter', sans-serif; font-weight: 700; }
.form input,
.form select,
.form textarea {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  padding: 12px 14px;
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: none;
  border-color: var(--azul);
  box-shadow: 0 0 0 3px rgba(43,90,140,0.12);
}
.form textarea { min-height: 110px; resize: vertical; }
.form .btn { width: 100%; justify-content: center; margin-top: 6px; }
.form-message { margin-top: 16px; padding: 14px 18px; border-radius: 8px; font-size: 15px; line-height: 1.5; }
.form-success { background: #e8f5e9; color: #2e7d32; border: 1px solid #a5d6a7; }
.form-error { background: #fbe9e7; color: #c62828; border: 1px solid #ef9a9a; }

@media (max-width: 880px) {
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .form { padding: 28px; }
  .form-row { grid-template-columns: 1fr; }
  .form-row.triple { grid-template-columns: 1fr; }
}

/* ---------- Service Area ---------- */
.service-area {
  padding: 90px 0;
  background: #f7efde;
  text-align: center;
}
.service-area .section-eyebrow { color: var(--rosa); }
.cities-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 48px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.city {
  padding: 22px 14px;
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  font-family: 'Cormorant SC', serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--ink);
  transition: all .2s;
}
a.city, .city-link {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
a.city::after, .city-link::after {
  content: '\2192';
  position: absolute;
  top: 8px;
  right: 10px;
  font-family: system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  color: var(--rosa);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity .2s, transform .2s;
}
a.city:hover::after, .city-link:hover::after {
  opacity: 1;
  transform: translateX(0);
  color: #fff;
}
.city:hover {
  background: var(--azul);
  color: #fff;
  border-color: var(--azul);
  transform: translateY(-2px);
}
.city .ga {
  display: block;
  font-size: 10px;
  letter-spacing: 0.32em;
  color: var(--ink-soft);
  margin-top: 4px;
  font-weight: 400;
}
.city:hover .ga { color: rgba(255,255,255,0.7); }
.service-area .area-note {
  font-size: 15px;
  color: var(--ink-soft);
  margin: 36px auto 0;
  max-width: 760px;
}
.service-area .area-note .nowrap { white-space: nowrap; }
@media (max-width: 880px) { .cities-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Footer ---------- */
footer {
  background: var(--bg);
  padding: 48px 0 28px;
  text-align: center;
  border-top: 1px solid var(--rule);
}
footer .floret { width: 40px; height: 40px; margin: 0 auto 14px; display: block; }
footer .brand {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 24px;
  color: var(--ink);
  margin-bottom: 6px;
}
footer .small {
  font-family: 'Cormorant SC', serif;
  letter-spacing: 0.2em;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 22px;
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.footer-links a { color: var(--ink-soft); font-size: 14px; }
.footer-links a:hover { color: var(--azul); text-decoration: none; }
.footer-copy {
  font-size: 13px;
  color: var(--ink-soft);
  padding-top: 18px;
  border-top: 1px solid var(--rule);
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.footer-copy p { margin: 0 0 6px; line-height: 1.5; }
.footer-copy p:last-child { margin-bottom: 0; }
.footer-copy .heart { color: var(--rosa); }

/* ---------- City Page additions ---------- */
.nbhd-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 18px;
}
.nbhd-list li {
  font-family: 'Cormorant SC', serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--ink);
  padding: 6px 0;
  border-bottom: 1px dotted var(--rule);
  position: relative;
  padding-left: 14px;
}
.nbhd-list li::before {
  content: "\00B7";
  color: var(--rosa);
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 4px;
}

.faq { background: #f7efde; }
.faq-list { max-width: 820px; margin: 0 auto; border-top: 1px solid var(--rule); }
.faq-item { border-bottom: 1px solid var(--rule); padding: 22px 0; }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 22px;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  transition: color .2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  color: var(--azul);
  transition: transform .2s;
  flex-shrink: 0;
}
.faq-item[open] summary::after { content: "\2212"; }
.faq-item summary:hover { color: var(--azul); }
.faq-answer {
  padding-top: 14px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
}
.faq-answer p { margin: 0 0 10px; }
.faq-answer p:last-child { margin-bottom: 0; }

.city-hero h1 em { font-style: italic; color: var(--azul); }

/* ============================================================
   MOBILE OPTIMIZATION
   ============================================================ */
html, body { overflow-x: hidden; max-width: 100vw; }
img, svg, video, canvas { max-width: 100%; height: auto; }

/* Tablet */
@media (max-width: 900px) {
  .container { padding: 0 22px; }
  section { padding: 64px 0; }
  .hero { padding: 48px 0 72px; }
  .hero .floret-big { width: 100px; height: 100px; margin-bottom: 20px; }
  .hero h1 { font-size: clamp(40px, 8vw, 64px); line-height: 1.08; }
  .hero p.lede { font-size: 17px; margin: 14px auto 28px; }
  .section-title { font-size: clamp(30px, 5.4vw, 44px); }
  .section-lede { font-size: 16.5px; }
  .nav { padding: 18px 0; }
  .nav-logo { font-size: 24px; }
  .nav-logo .floret { width: 32px; height: 32px; }
}

/* Mobile */
@media (max-width: 640px) {
  :root { --max: 100%; }
  body { font-size: 16px; }
  .container { padding: 0 18px; }
  .nav { padding: 14px 0; gap: 10px; flex-wrap: wrap; }
  .nav-right { gap: 8px; }
  .social-links--header .social-link { width: 28px; height: 28px; }
  .social-links--header .social-link svg { width: 16px; height: 16px; }
  .nav-logo { font-size: 22px; gap: 10px; }
  .nav-logo .floret { width: 28px; height: 28px; }
  .nav-cta { padding: 9px 14px; font-size: 12px; letter-spacing: 0.06em; }
  .hero { padding: 36px 0 56px; }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-text .floret-big { width: 70px; height: 70px; margin: 0 auto 16px; }
  .hero-portrait--mobile { max-width: 260px; }
  .hero .eyebrow { font-size: 12px; letter-spacing: 0.24em; margin-bottom: 16px; }
  .hero h1 { font-size: clamp(34px, 9vw, 48px); line-height: 1.1; margin-bottom: 6px; }
  .hero p.lede { font-size: 16px; line-height: 1.55; margin: 14px auto 26px; padding: 0 4px; max-width: 100%; }
  .hero-ctas { flex-direction: column; width: 100%; gap: 10px; justify-content: center; }
  .hero-ctas .btn { width: 100%; justify-content: center; padding: 16px 22px; font-size: 14px; letter-spacing: 0.06em; }
  .btn { padding: 15px 22px; font-size: 14px; letter-spacing: 0.06em; }
  section { padding: 56px 0; }
  .section-eyebrow { font-size: 12px; letter-spacing: 0.24em; }
  .section-title { font-size: clamp(28px, 7vw, 38px); line-height: 1.15; }
  .section-lede { font-size: 16px; line-height: 1.6; }
  .about-card { padding: 26px 22px; }
  .about-card h3 { font-size: 24px; }
  .about-stats { gap: 22px; flex-wrap: wrap; }
  .stat .num { font-size: 30px; }
  .service { padding: 28px 22px; }
  .service h3 { font-size: 22px; }
  .service p { font-size: 15px; }
  .why-grid { grid-template-columns: 1fr; gap: 36px; }
  .why-item .num { font-size: 38px; }
  .testimonial { padding: 30px 24px 28px; }
  .testimonial blockquote { font-size: 17px; }
  .testimonial::before { font-size: 64px; top: 8px; right: 18px; }
  .service-area { padding: 64px 0; }
  .cities-grid { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 36px; }
  .city { padding: 18px 10px; font-size: 12px; letter-spacing: 0.12em; }
  .city .ga { font-size: 9px; letter-spacing: 0.28em; }
  .contact-info .info-row { padding: 16px 0; gap: 12px; }
  .contact-info .info-row .val { font-size: 16px; word-break: break-word; }
  .form { padding: 24px 22px; }
  .form h3 { font-size: 24px; }
  .form input, .form select, .form textarea { font-size: 16px; padding: 12px 12px; }
  .form .btn { padding: 16px 22px; }
  .papel { height: 32px; background-size: 24px 32px, 24px 32px; background-position: 0 0, 12px 0; }
  footer { padding: 40px 0 24px; }
  footer .floret { width: 36px; height: 36px; }
  footer .brand { font-size: 22px; }
  footer .small { font-size: 10px; letter-spacing: 0.18em; }
  .footer-links { gap: 16px 18px; margin-bottom: 18px; }
  .footer-links a { font-size: 13px; }
  .footer-copy { font-size: 12.5px; padding-top: 16px; }
  .footer-copy p { margin-bottom: 8px; }
  .nbhd-list { grid-template-columns: 1fr; gap: 0; }
  .faq-item { padding: 18px 0; }
  .faq-item summary { font-size: 18px; gap: 12px; }
  .faq-item summary::after { font-size: 22px; }
  .faq-answer { font-size: 15px; }
}

/* Small mobile */
@media (max-width: 380px) {
  .container { padding: 0 16px; }
  .nav-logo { font-size: 20px; }
  .nav-cta { padding: 8px 12px; font-size: 11px; }
  .hero h1 { font-size: clamp(28px, 9vw, 36px); }
  .cities-grid { grid-template-columns: 1fr; }
}

/* ---------- WordPress-specific ---------- */
.wp-caption { max-width: 100%; }
.alignleft { float: left; margin: 0 20px 20px 0; }
.alignright { float: right; margin: 0 0 20px 20px; }
.aligncenter { display: block; margin: 0 auto 20px; }
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
