/* That 1 Painter Knoxville - shared styles */

:root {
  --navy:        #0E2238;
  --navy-2:      #122A45;
  --navy-3:      #1A3A5E;
  --cyan:        #1FA8D8;
  --cyan-2:      #2DC0F0;
  --cyan-dark:   #0F87B0;
  --yellow:      #F4B924;
  --yellow-dark: #C99000;
  --cream:       #FBF7EE;
  --offwhite:    #F5F1E8;
  --white:       #FFFFFF;
  --ink:         #14202F;
  --muted:       #5B6A7E;
  --line:        #E0DAC8;
  --line-2:      #233A55;
  --green:       #1F9D6E;
  --shadow:      0 10px 30px rgba(8,18,32,0.18);
  --shadow-lg:   0 25px 60px rgba(8,18,32,0.28);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--cyan-dark); }
button { font-family: inherit; cursor: pointer; }

h1, h2, h3, h4 {
  font-family: 'Archivo', 'Inter', sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.05;
  color: var(--ink);
}

.script {
  font-family: 'Caveat', 'Pacifico', cursive;
  font-weight: 600;
}

/* ── Top Bar ───────────────────────────────────────────── */
.topbar {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}
.topbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--ink);
}
.brand img { height: 48px; width: auto; }
.brand-name {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  line-height: 1.1;
}
.brand-sub {
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 28px;
}
.reviews-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.98rem;
  color: var(--ink);
}
.reviews-stars { color: var(--yellow); letter-spacing: 1px; font-size: 1.05rem; }
.reviews-count { color: var(--muted); }
.topbar-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--cyan);
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
}
.topbar-phone svg { width: 22px; height: 22px; }
.topbar-nav { display: none; }
.topbar-nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 6px 0;
}
.topbar-nav a:hover { color: var(--cyan); }

@media (min-width: 900px) {
  .topbar-nav { display: flex; gap: 22px; }
}

/* ── Hero ──────────────────────────────────────────────── */
.hero {
  background: var(--navy);
  background-image: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 60%, var(--navy-3) 100%);
  color: var(--white);
  padding: 60px 24px 80px;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: linear-gradient(135deg, rgba(31,168,216,0.18) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 980px) {
  .hero-inner { grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items: center; }
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cyan-2);
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.hero-eyebrow .arrow {
  width: 60px;
  height: 2px;
  background: var(--cyan-2);
  position: relative;
}
.hero-eyebrow .arrow::after {
  content: "";
  position: absolute;
  right: -2px; top: -4px;
  width: 0; height: 0;
  border-left: 8px solid var(--cyan-2);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.hero h1 {
  font-size: clamp(2.4rem, 5.8vw, 4.4rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 0.96;
  color: var(--white);
  margin-bottom: 22px;
}
.hero h1 .accent { color: var(--cyan-2); display: block; position: relative; }
.hero h1 .accent::after {
  content: "";
  display: block;
  margin-top: 4px;
  width: 220px;
  height: 6px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 12'><path d='M2 8 C 50 2, 100 12, 218 4' stroke='%231FA8D8' stroke-width='2.5' fill='none' stroke-linecap='round'/></svg>") no-repeat;
}

.hero-lead {
  color: rgba(255,255,255,0.85);
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 26px;
  max-width: 520px;
}

.hero-list { list-style: none; margin-bottom: 32px; }
.hero-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 6px 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.98rem;
}
.hero-list li::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231FA8D8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}
.btn-phone {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--white);
  color: var(--ink);
  border-radius: 8px;
  padding: 12px 22px;
  text-decoration: none;
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  box-shadow: var(--shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.btn-phone:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-phone .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--cyan);
  color: white;
  display: grid;
  place-items: center;
}
.btn-phone .label {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: var(--muted);
  text-transform: uppercase;
  font-weight: 700;
}
.btn-phone .number {
  font-size: 1.35rem;
  color: var(--cyan);
  line-height: 1.1;
}
.hero-or {
  color: var(--cyan-2);
  font-family: 'Caveat', cursive;
  font-size: 1.4rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hero-or:hover { color: var(--white); }

/* ── Hero right side: polaroid + form ──────────────────── */
.hero-right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.polaroid {
  background: var(--white);
  padding: 18px 18px 26px;
  width: 380px;
  max-width: 100%;
  align-self: center;
  box-shadow: var(--shadow-lg);
  transform: rotate(-3deg);
  position: relative;
  margin-top: -36px;
  z-index: 1;
}
.polaroid::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  width: 90px;
  height: 22px;
  background: rgba(244,185,36,0.6);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);
}
.polaroid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  background: var(--offwhite);
}
.polaroid .caption {
  text-align: center;
  margin-top: 14px;
}
.polaroid .caption .name {
  font-family: 'Caveat', cursive;
  font-size: 1.85rem;
  color: var(--ink);
  line-height: 1;
}
.polaroid .caption .role {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  color: var(--muted);
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 700;
}

.quote-card {
  background: var(--white);
  border-radius: 14px;
  padding: 26px 24px 22px;
  box-shadow: var(--shadow-lg);
  color: var(--ink);
  position: relative;
  z-index: 2;
}
.quote-card .badge-save {
  position: absolute;
  top: 26px;
  right: -10px;
  background: var(--yellow);
  color: var(--ink);
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  padding: 5px 12px 5px 16px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 8px 50%);
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(244,185,36,0.4);
}
.quote-card h3 {
  font-size: 1.2rem;
  margin-bottom: 4px;
}
.quote-card .sub {
  color: var(--muted);
  font-size: 0.88rem;
  margin-bottom: 16px;
}
.quote-card label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  color: var(--muted);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 12px;
}
.quote-card input {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 1rem;
  font-family: inherit;
  background: var(--white);
  color: var(--ink);
  transition: border-color 0.15s ease;
}
.quote-card input:focus { outline: none; border-color: var(--cyan); }
.quote-card .btn-submit {
  display: block;
  width: 100%;
  margin-top: 18px;
  background: linear-gradient(180deg, var(--cyan-2) 0%, var(--cyan-dark) 100%);
  color: var(--white);
  border: 0;
  border-radius: 10px;
  padding: 14px;
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.quote-card .btn-submit:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(15,135,176,0.4); }
.quote-card .trust-line {
  text-align: center;
  margin-top: 12px;
  font-size: 0.78rem;
  color: var(--muted);
}
.quote-card .trust-line::before {
  content: "✓ ";
  color: var(--green);
  font-weight: 700;
}

/* ── Section base ─────────────────────────────────────── */
section { padding: 70px 24px; }
.container { max-width: 1200px; margin: 0 auto; }
.section-eyebrow {
  display: inline-block;
  color: var(--cyan-dark);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-title {
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  margin-bottom: 12px;
  max-width: 700px;
}
.section-lead {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 640px;
  margin-bottom: 32px;
}

/* ── Trust strip ──────────────────────────────────────── */
.trust-strip {
  background: var(--cream);
  padding: 32px 24px;
  position: relative;
}
.trust-strip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(180deg, rgba(14,34,56,0.12) 0%, transparent 100%);
  pointer-events: none;
}
.trust-strip-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 0;
  text-align: center;
}
@media (min-width: 760px) {
  .trust-strip-inner { grid-template-columns: repeat(4, 1fr); }
}
.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  position: relative;
}
@media (min-width: 760px) {
  .trust-item + .trust-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14%;
    bottom: 14%;
    width: 1px;
    background: var(--line);
  }
}
.trust-item .icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(31,168,216,0.12);
  color: var(--cyan-dark);
  display: grid;
  place-items: center;
  margin-bottom: 2px;
}
.trust-item .icon svg { width: 20px; height: 20px; }
.trust-item .num {
  font-family: 'Archivo', sans-serif;
  font-weight: 900;
  font-size: 1.85rem;
  color: var(--navy);
  line-height: 1;
  letter-spacing: -0.01em;
}
.trust-item .label {
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 2px;
}

/* ── Cards grid ───────────────────────────────────────── */
.cards-3 { display: grid; gap: 22px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .cards-3 { grid-template-columns: repeat(3, 1fr); } }

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px 24px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card .card-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(31,168,216,0.12);
  color: var(--cyan-dark);
  display: grid; place-items: center;
  margin-bottom: 16px;
}
.card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 0.95rem; }
.card .card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: var(--cyan-dark);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
}

/* ── Process ─────────────────────────────────────────── */
.process-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}
@media (min-width: 760px) {
  .process-grid { grid-template-columns: repeat(4, 1fr); }
}
.step {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px 22px;
  position: relative;
}
.step .step-num {
  font-family: 'Archivo', sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  color: var(--cyan-2);
  line-height: 1;
  opacity: 0.55;
}
.step h4 { font-size: 1.05rem; margin: 6px 0; }
.step p { color: var(--muted); font-size: 0.9rem; }

/* ── Quote band (CTA) ─────────────────────────────────── */
.cta-band {
  background: var(--navy);
  background-image: linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%);
  color: var(--white);
}
.cta-band .container {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 900px) {
  .cta-band .container { grid-template-columns: 1.2fr 1fr; gap: 60px; }
}
.cta-band h2 {
  color: var(--white);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  text-transform: uppercase;
  line-height: 1.05;
}
.cta-band h2 .accent { color: var(--cyan-2); }
.cta-band p { color: rgba(255,255,255,0.85); margin-top: 12px; max-width: 520px; }
.cta-band .ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 22px; }
.btn-cyan {
  background: var(--cyan);
  color: var(--white);
  border: 0;
  border-radius: 8px;
  padding: 14px 22px;
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}
.btn-cyan:hover { transform: translateY(-2px); background: var(--cyan-2); }
.btn-ghost {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.4);
  border-radius: 8px;
  padding: 12px 22px;
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-ghost:hover { border-color: var(--white); }

/* ── Reviews ───────────────────────────────────────────── */
.review-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px;
}
.review-card .stars { color: var(--yellow); margin-bottom: 8px; }
.review-card .quote { color: var(--ink); font-size: 0.98rem; line-height: 1.55; }
.review-card .who { margin-top: 12px; color: var(--muted); font-size: 0.85rem; font-weight: 600; }

/* ── FAQ ──────────────────────────────────────────────── */
.faq-list { max-width: 820px; }
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 1.6rem;
  color: var(--cyan-dark);
  font-weight: 400;
  flex-shrink: 0;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item p { color: var(--muted); margin-top: 10px; line-height: 1.6; }

/* ── Footer ───────────────────────────────────────────── */
footer {
  background: var(--navy);
  color: rgba(255,255,255,0.8);
  padding: 60px 24px 30px;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 760px) {
  .footer-inner { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
}
.footer-brand { color: var(--white); }
.footer-brand img { height: 40px; margin-bottom: 14px; filter: brightness(0) invert(1); }
.footer-brand p { color: rgba(255,255,255,0.7); font-size: 0.92rem; line-height: 1.5; max-width: 320px; }
footer h5 {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 14px;
}
footer ul { list-style: none; }
footer ul li { padding: 4px 0; }
footer a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.15s ease;
}
footer a:hover { color: var(--cyan-2); }
.footer-bottom {
  max-width: 1200px;
  margin: 40px auto 0;
  padding-top: 22px;
  border-top: 1px solid var(--line-2);
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}

/* ── Sticky mobile CTA ────────────────────────────────── */
.sticky-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--white);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 22px rgba(8,18,32,0.12);
  padding: 10px 14px;
  display: flex;
  gap: 10px;
  z-index: 60;
}
.sticky-cta a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: 8px;
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 0.92rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.sticky-cta .call { background: var(--cyan); color: var(--white); }
.sticky-cta .quote {
  background: var(--white);
  color: var(--ink);
  border: 1.5px solid var(--line);
}
@media (min-width: 900px) {
  .sticky-cta { display: none; }
}
@media (max-width: 899px) {
  body { padding-bottom: 76px; }
}

/* ── Utility ──────────────────────────────────────────── */
.bg-cream { background: var(--cream); }
.bg-white { background: var(--white); }
.text-center { text-align: center; }
.mt-12 { margin-top: 12px; }
.mt-24 { margin-top: 24px; }
.mt-40 { margin-top: 40px; }

/* ── Meet the Team section ─────────────────────────────── */
.team-section {
  background: var(--offwhite);
  padding: 80px 24px;
}
.team-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  align-items: center;
}
@media (min-width: 900px) {
  .team-grid { grid-template-columns: 1fr 1fr; gap: 70px; }
}

.team-copy .section-eyebrow { color: var(--cyan-dark); }
.team-copy h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  text-transform: uppercase;
  line-height: 1.02;
  margin-bottom: 18px;
}
.team-copy h2 .accent { color: var(--cyan); }
.team-copy p.lead {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 22px;
}
.team-copy ul.team-bullets {
  list-style: none;
  margin-bottom: 26px;
}
.team-copy ul.team-bullets li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 8px 0;
  font-size: 0.98rem;
  color: var(--ink);
}
.team-copy ul.team-bullets li::before {
  content: "";
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
  margin-top: 8px;
}

.team-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.team-tab {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: transform 0.15s ease;
}
.team-tab:hover { transform: translateY(-2px); }
.team-tab .badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  background: rgba(255,255,255,0.15);
}
.team-tab .role {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  font-weight: 600;
  opacity: 0.75;
  margin-top: 1px;
}
.team-tab--dark { background: var(--navy); color: var(--white); }
.team-tab--dark .badge { background: rgba(255,255,255,0.12); color: var(--white); }
.team-tab--cyan { background: var(--cyan); color: var(--white); }
.team-tab--cyan .badge { background: rgba(255,255,255,0.22); color: var(--white); }

.team-photo-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.team-polaroid {
  background: var(--white);
  padding: 16px 16px 60px;
  box-shadow: var(--shadow-lg);
  transform: rotate(-1.5deg);
  max-width: 560px;
  width: 100%;
  position: relative;
}
.team-polaroid::before {
  content: "";
  position: absolute;
  top: -14px;
  right: 40px;
  width: 110px;
  height: 28px;
  background: rgba(244,185,36,0.7);
  transform: rotate(8deg);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);
}
.team-polaroid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  background: var(--offwhite);
}
.team-polaroid .label-left,
.team-polaroid .label-right {
  position: absolute;
  bottom: 14px;
  font-family: 'Caveat', cursive;
  font-size: 1.6rem;
  color: var(--ink);
  line-height: 1;
}
.team-polaroid .label-left { left: 26px; }
.team-polaroid .label-right { right: 26px; }

.team-stickynote {
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%) rotate(-3deg);
  background: #FCE8A1;
  padding: 14px 22px;
  font-family: 'Caveat', cursive;
  font-size: 1.15rem;
  line-height: 1.25;
  color: var(--ink);
  max-width: 260px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  z-index: 2;
}

@media (max-width: 760px) {
  .team-polaroid { transform: none; }
  .team-stickynote { position: relative; left: auto; bottom: auto; transform: rotate(-2deg); margin: 22px auto 0; }
}

/* ── Hero responsive tweaks ───────────────────────────── */
@media (max-width: 600px) {
  .hero { padding: 40px 20px 60px; }
  .topbar-inner { padding: 12px 16px; gap: 14px; }
  .topbar-right { gap: 14px; }
  .reviews-pill { display: none; }
  .topbar-phone { font-size: 1.05rem; }
  .brand-sub { display: none; }
  .polaroid { width: 320px; margin-top: -28px; }
  .quote-card { padding: 22px 20px; }
  .btn-phone .number { font-size: 1.15rem; }
}
