/*
Theme Name: Gulf Builder
Theme URI: https://gulfbuilder.uk
Author: 3EPRRR Studio
Author URI: https://3eprrr.com
Description: The Blueprint: a continuous, story-driven theme for Gulf Builder, a London building and renovation contractor.
Version: 2.0
Text Domain: gulfbuilder
*/

:root {
  --canvas: #060f22;
  --canvas-2: #0a1830;
  --glow-1: #2f6fe0;
  --glow-2: #1544a0;
  --tint: #a7c6f5;
  --tint-dim: #6f93c9;
  --ink: #eef4fc;
  --ink-muted: rgba(238,244,252,0.7);
  --ink-faint: rgba(238,244,252,0.45);
  --glass: rgba(255,255,255,0.055);
  --glass-2: rgba(255,255,255,0.09);
  --glass-border: rgba(167,198,245,0.22);
  --line: rgba(167,198,245,0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: 'Public Sans', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}
img { max-width: 100%; display: block; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 3; }

/* ---------- the continuous canvas ---------- */
.canvas-fx {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(1000px 700px at 88% 4%, rgba(47,111,224,0.35), transparent 60%),
    radial-gradient(900px 620px at 6% 38%, rgba(21,68,160,0.4), transparent 55%),
    radial-gradient(1100px 800px at 92% 72%, rgba(47,111,224,0.22), transparent 60%),
    linear-gradient(180deg, var(--canvas) 0%, var(--canvas-2) 40%, var(--canvas) 75%, #04081a 100%);
}
.canvas-grid {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image:
    linear-gradient(rgba(167,198,245,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(167,198,245,0.055) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(1400px 1000px at 60% 0%, black 40%, transparent 90%);
}

h1, h2, h3 {
  font-family: 'Big Shoulders Display', system-ui, sans-serif;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: 0.005em;
  text-wrap: balance;
  margin: 0;
  color: #fff;
}
p { line-height: 1.7; color: var(--ink-muted); margin: 0; }

.chapter-mark {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--tint);
  display: flex;
  align-items: center;
  gap: 14px;
}
.chapter-mark .dash { width: 30px; height: 2px; background: var(--tint-dim); display: inline-block; }
.chapter-num {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  color: var(--tint-dim);
  font-variant-numeric: tabular-nums;
}

/* ---------- header, overlaid, no box ---------- */
header.site {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 40;
  padding: 26px 0;
  transition: background 0.3s ease, padding 0.3s ease, backdrop-filter 0.3s ease;
}
header.site.scrolled {
  background: rgba(6,15,34,0.72);
  backdrop-filter: blur(14px);
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 38px; height: 38px; }
.brand-word { font-family: 'Big Shoulders Display', sans-serif; font-weight: 800; font-size: 1.2rem; text-transform: uppercase; color: #fff; }
.brand-word span { color: var(--tint); }
.navlinks { display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; font-size: 0.88rem; font-weight: 600; color: var(--ink-muted); }
.navlinks a { color: inherit; text-decoration: none; }
.navlinks a:hover { color: #fff; }
.nav-cta { border: 1px solid var(--glass-border); color: #fff; font-size: 0.82rem; font-weight: 700; padding: 10px 20px; border-radius: 2px; text-decoration: none; background: var(--glass); }
.nav-cta:hover { background: var(--glass-2); border-color: var(--tint); }

/* ---------- ghost wordmark ---------- */
.ghost-word {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900;
  font-size: 18vw;
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 1px rgba(167,198,245,0.14);
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

/* ---------- hero (chapter 00) ---------- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding-top: 90px; overflow: hidden; }
.hero-in { position: relative; z-index: 3; max-width: 820px; }
.hero h1 { font-size: clamp(3rem, 8vw, 6.4rem); font-weight: 900; margin-top: 22px; }
.hero h1 em { font-style: normal; color: var(--tint); }
.hero-lede { margin-top: 26px; max-width: 46ch; font-size: 1.14rem; color: var(--ink-muted); }
.hero-actions { margin-top: 38px; display: flex; gap: 16px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 28px; font-size: 0.92rem; font-weight: 700; text-decoration: none; border-radius: 2px; border: 1px solid transparent; cursor: pointer; letter-spacing: 0.01em; }
.btn-solid { background: linear-gradient(120deg, var(--glow-1), var(--glow-2)); color: #fff; box-shadow: 0 18px 40px -14px rgba(47,111,224,0.65); }
.btn-solid:hover { filter: brightness(1.12); }
.btn-line { color: #fff; border-color: var(--glass-border); }
.btn-line:hover { border-color: var(--tint); background: var(--glass); }
.hero-scroll { position: absolute; bottom: 40px; left: 32px; z-index: 3; display: flex; align-items: center; gap: 12px; font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); }
.hero-scroll .line { width: 1px; height: 40px; background: linear-gradient(180deg, var(--tint-dim), transparent); }

/* ---------- chapter shell ---------- */
.chapter { position: relative; padding: 150px 0; }
.chapter-head { display: grid; grid-template-columns: 90px 1fr; gap: 24px; margin-bottom: 64px; }
.chapter-head .chapter-num { font-size: 3.2rem; line-height: 0.8; }
.chapter-head h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 800; margin-top: 14px; }
.chapter-head p { margin-top: 18px; max-width: 60ch; font-size: 1.04rem; }

/* spine connecting chapters */
.spine { position: absolute; left: 32px; top: 0; bottom: 0; width: 1px; background: linear-gradient(180deg, transparent, var(--line) 10%, var(--line) 90%, transparent); z-index: 2; }
@media (max-width: 900px) { .spine { display: none; } }

/* ---------- media frame (blueprint-marked photos/video) ---------- */
.frame { position: relative; }
.frame::before {
  content: "";
  position: absolute;
  top: -13px; left: -13px;
  width: 36px; height: 36px;
  border-top: 2px solid var(--tint);
  border-left: 2px solid var(--tint);
  z-index: 3;
  pointer-events: none;
}
.frame::after {
  content: "";
  position: absolute;
  bottom: -13px; right: -13px;
  width: 36px; height: 36px;
  border-bottom: 2px solid var(--tint);
  border-right: 2px solid var(--tint);
  z-index: 3;
  pointer-events: none;
}
.frame .fig-tag {
  position: absolute;
  top: -13px;
  right: 22px;
  transform: translateY(-100%);
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  color: var(--tint);
  background: var(--canvas);
  padding: 5px 12px;
  border: 1px solid var(--glass-border);
  z-index: 4;
  white-space: nowrap;
}
.frame .frame-plate {
  position: absolute;
  inset: 14px -14px -14px 14px;
  border: 1px solid var(--glass-border);
  z-index: 0;
  pointer-events: none;
}

/* ---------- chapter 01: the standard ---------- */
.standard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.glass-card { background: var(--glass); border: 1px solid var(--glass-border); border-radius: 4px; backdrop-filter: blur(10px); }
.standard-photo { position: relative; aspect-ratio: 4/5; border-radius: 2px; overflow: hidden; z-index: 1; }
.standard-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.92) brightness(0.92); }
.standard-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(200deg, rgba(47,111,224,0.28), rgba(6,15,34,0.5) 80%); mix-blend-mode: hard-light; }
.standard-quote { padding: 40px; }
.standard-quote p.lead { font-size: 1.3rem; color: #fff; font-weight: 500; line-height: 1.5; }
.standard-quote p.lead + p { margin-top: 18px; font-size: 0.98rem; }
.skill-bars { margin-top: 32px; display: flex; flex-direction: column; gap: 14px; }
.skill-row { display: grid; grid-template-columns: 160px 1fr 44px; align-items: center; gap: 14px; }
.skill-row span:first-child { font-size: 0.8rem; font-weight: 600; color: var(--ink-muted); }
.skill-track { height: 4px; background: rgba(255,255,255,0.1); border-radius: 4px; overflow: hidden; }
.skill-fill { height: 100%; background: linear-gradient(90deg, var(--glow-2), var(--glow-1)); }
.skill-row .pct { font-family: 'Big Shoulders Display', sans-serif; font-weight: 700; font-size: 0.9rem; color: var(--tint); text-align: right; }

/* ---------- chapter 02: the craft ---------- */
.craft-list { display: flex; flex-direction: column; }
.craft-row {
  display: grid;
  grid-template-columns: 70px 1fr 1.4fr;
  gap: 28px;
  align-items: baseline;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  transition: padding 0.25s ease;
}
.craft-row:last-child { border-bottom: 1px solid var(--line); }
.craft-row:hover { padding-left: 14px; background: linear-gradient(90deg, var(--glass), transparent); }
.craft-row a.craft-name-link { color: inherit; text-decoration: none; }
.craft-idx { font-family: 'Big Shoulders Display', sans-serif; font-weight: 800; color: var(--tint-dim); font-size: 1.3rem; }
.craft-name { font-family: 'Big Shoulders Display', sans-serif; font-weight: 700; font-size: 1.5rem; text-transform: uppercase; color: #fff; }
.craft-desc { font-size: 0.95rem; }

/* ---------- chapter 03: the proof ---------- */
.proof-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 44px; }
.proof-photo { position: relative; border-radius: 2px; overflow: hidden; aspect-ratio: 16/11; z-index: 1; }
.proof-photo img { width: 100%; height: 100%; object-fit: cover; }
.proof-photo .tag { position: absolute; left: 20px; bottom: 20px; background: rgba(6,15,34,0.72); backdrop-filter: blur(6px); border: 1px solid var(--glass-border); color: #fff; font-size: 0.78rem; font-weight: 600; padding: 8px 16px; border-radius: 2px; }
.proof-quotes { display: flex; flex-direction: column; gap: 20px; }
.quote-card { padding: 26px; }
.quote-card .stars { color: var(--tint); font-size: 0.85rem; letter-spacing: 2px; }
.quote-card p { margin-top: 12px; color: #fff; font-size: 0.98rem; }
.quote-card .who { margin-top: 12px; font-size: 0.78rem; font-weight: 700; color: var(--tint-dim); text-transform: uppercase; letter-spacing: 0.05em; }

/* ---------- chapter 04: the invitation ---------- */
.invite { text-align: center; padding: 190px 0 160px; position: relative; }
.invite .chapter-mark { justify-content: center; }
.invite h2 { font-size: clamp(2.6rem, 7vw, 5.4rem); font-weight: 900; margin-top: 24px; max-width: 18ch; margin-left: auto; margin-right: auto; }
.invite h2 em { color: var(--tint); font-style: normal; }
.invite p { margin: 22px auto 0; max-width: 50ch; font-size: 1.05rem; }
.invite .hero-actions { justify-content: center; margin-top: 40px; }

/* ---------- generic page content fallback ---------- */
.entry-content p { margin-bottom: 1.3em; }
.entry-content h1, .entry-content h2, .entry-content h3 { color: #fff; margin: 1.2em 0 0.5em; text-transform: none; }
.entry-content a { color: var(--tint); }
.entry-content ul, .entry-content ol { color: var(--ink-muted); padding-left: 1.4em; }

/* ---------- generic page hero (for other pages) ---------- */
.page-hero { position: relative; min-height: 62vh; display: flex; align-items: center; padding-top: 90px; overflow: hidden; }
.page-hero .wrap { position: relative; z-index: 3; }
.page-hero h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); font-weight: 900; margin-top: 20px; }
.page-hero p { margin-top: 20px; max-width: 50ch; font-size: 1.05rem; }

/* ---------- footer ---------- */
footer.site { position: relative; padding: 64px 0 32px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 36px; }
.footer-brand .brand-word { color: #fff; }
.footer-brand p { margin-top: 14px; font-size: 0.88rem; max-width: 32ch; }
footer.site h4 { text-transform: uppercase; font-size: 0.72rem; letter-spacing: 0.12em; color: var(--tint-dim); margin-bottom: 16px; font-weight: 700; }
footer.site ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
footer.site a { color: var(--ink-muted); text-decoration: none; font-size: 0.9rem; }
footer.site a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: center; gap: 12px; padding-top: 26px; border-top: 1px solid var(--line); font-size: 0.78rem; color: var(--ink-faint); }
.footer-bottom a { color: var(--ink-muted); font-weight: 600; text-decoration: none; }
.footer-bottom a:hover { color: #fff; }

@media (max-width: 900px) {
  .standard-grid, .proof-grid { grid-template-columns: 1fr; }
  .chapter-head { grid-template-columns: 1fr; }
  .craft-row { grid-template-columns: 40px 1fr; }
  .craft-desc { grid-column: 2 / 3; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .navlinks { display: none; }
  .ghost-word { font-size: 26vw; }
}

/* ---------- subpages: contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 44px; align-items: start; }
.contact-info-row { padding: 18px 0; border-top: 1px solid var(--line); }
.contact-info-row:first-child { border-top: none; padding-top: 0; }
.contact-info-row .label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--tint); font-weight: 700; display: block; margin-bottom: 6px; }
.contact-info-row a, .contact-info-row .value { color: #fff; font-weight: 600; text-decoration: none; font-size: 1.02rem; }
.contact-info-row a:hover { color: var(--tint); }

.wpcf7-form p { margin-bottom: 18px; }
.wpcf7-form label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--ink-muted); margin-bottom: 6px; }
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form textarea {
  width: 100%;
  border: 1px solid var(--glass-border);
  border-radius: 2px;
  padding: 12px 14px;
  font-family: 'Public Sans', sans-serif;
  font-size: 0.95rem;
  color: #fff;
  background: rgba(255,255,255,0.04);
}
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder { color: var(--ink-faint); }
.wpcf7-form input:focus, .wpcf7-form textarea:focus { outline: 1px solid var(--tint); background: rgba(255,255,255,0.07); }
.wpcf7-form input[type=submit] {
  background: linear-gradient(120deg, var(--glow-1), var(--glow-2));
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 14px 30px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
}
.wpcf7-form input[type=submit]:hover { filter: brightness(1.1); }
.wpcf7-response-output { border-radius: 2px; padding: 12px 16px; margin-top: 16px; font-size: 0.88rem; border-color: var(--glass-border) !important; color: var(--ink-muted); }

/* ---------- subpages: gallery (recent work) ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 60px 44px; }
.gallery-note { margin-top: 48px; padding: 28px; border: 1px dashed var(--glass-border); border-radius: 4px; text-align: center; color: var(--ink-muted); }

/* ---------- subpages: testimonials grid ---------- */
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .quote-grid { grid-template-columns: 1fr; }
}

/* ---------- our clients carousel ---------- */
.clients { position: relative; padding: 70px 0 90px; }
.clients-head { margin-bottom: 40px; }
.clients-track-wrap { position: relative; overflow: hidden; margin: 0 52px; }
.clients-track { display: flex; gap: 24px; transition: transform 0.5s ease; will-change: transform; }
.client-logo {
  flex: 0 0 calc((100% - 4 * 24px) / 5);
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 4px;
  cursor: pointer;
  color: var(--ink-muted);
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.92rem;
  filter: grayscale(1);
  opacity: 0.7;
  transition: opacity 0.25s ease, filter 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  padding: 10px;
  text-align: center;
}
.client-logo:hover { opacity: 1; filter: grayscale(0); border-color: var(--tint); color: #fff; background: var(--glass-2); }
.clients-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--glass-border);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  font-size: 1.1rem;
  line-height: 1;
}
.clients-nav:hover { background: var(--glass-2); border-color: var(--tint); }
.clients-nav.prev { left: 0; }
.clients-nav.next { right: 0; }

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(4,8,20,0.92);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  padding: 40px;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 85vh; border-radius: 4px; border: 1px solid var(--glass-border); }
.lightbox-close {
  position: absolute;
  top: 28px;
  right: 32px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid var(--glass-border);
  color: #fff;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.lightbox-close:hover { border-color: var(--tint); }

@media (max-width: 900px) {
  .client-logo { flex: 0 0 calc((100% - 2 * 24px) / 3); }
  .clients-track-wrap { margin: 0 44px; }
}
@media (max-width: 560px) {
  .client-logo { flex: 0 0 calc((100% - 24px) / 2); }
}

/* ---------- carousel shared ---------- */
.carousel { position: relative; padding: 90px 0; }
.carousel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}
.carousel-head h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.carousel-head .see-all { font-size: 0.85rem; font-weight: 700; color: var(--tint); text-decoration: none; white-space: nowrap; }
.carousel-head .see-all:hover { color: #fff; }
.carousel-track-wrap { position: relative; overflow: hidden; }
.carousel-track { display: flex; gap: 24px; transition: transform 0.5s cubic-bezier(.4,0,.2,1); will-change: transform; }
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--glass-border);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 6;
  font-size: 1.1rem;
  line-height: 1;
}
.carousel-nav:hover { background: var(--glass-2); border-color: var(--tint); }
.carousel-nav.prev { left: -10px; }
.carousel-nav.next { right: -10px; }
@media (max-width: 700px) {
  .carousel-nav.prev { left: -6px; }
  .carousel-nav.next { right: -6px; }
}

/* ---------- our clients ---------- */
.client-logo {
  flex: 0 0 calc((100% - 4 * 24px) / 5);
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 4px;
  cursor: pointer;
  color: var(--ink-muted);
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.92rem;
  filter: grayscale(1);
  opacity: 0.72;
  transition: opacity 0.25s ease, filter 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  padding: 10px;
  text-align: center;
  border: none;
}
.client-logo:hover { opacity: 1; filter: grayscale(0); border-color: var(--tint); background: var(--glass-2); color: #fff; }
@media (max-width: 900px) { .client-logo { flex-basis: calc((100% - 2 * 24px) / 3); } }
@media (max-width: 560px) { .client-logo { flex-basis: calc((100% - 24px) / 2); } }

/* ---------- lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(4,8,20,0.92);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 200;
  padding: 40px;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 85vh; border-radius: 4px; border: 1px solid var(--glass-border); }
.lightbox-close {
  position: absolute;
  top: 28px; right: 32px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid var(--glass-border);
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 201;
}
.lightbox-close:hover { background: var(--glass-2); border-color: var(--tint); }

/* ---------- google reviews ---------- */
.reviews-summary {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.reviews-score {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900;
  font-size: 2.6rem;
  color: #fff;
  line-height: 1;
}
.reviews-meta { display: flex; flex-direction: column; gap: 4px; }
.reviews-stars { color: var(--tint); font-size: 0.95rem; letter-spacing: 2px; }
.reviews-count { font-size: 0.82rem; color: var(--ink-muted); }
.google-mark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Public Sans', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--ink-muted);
}
.review-card { padding: 26px; display: flex; flex-direction: column; gap: 14px; flex: 0 0 calc((100% - 2 * 24px) / 3); }
.review-card .stars { color: var(--tint); font-size: 0.85rem; letter-spacing: 2px; }
.review-card p { color: #fff; font-size: 0.95rem; }
.review-card .who { display: flex; align-items: center; justify-content: space-between; margin-top: 4px; }
.review-card .who .name { font-size: 0.8rem; font-weight: 700; color: var(--tint-dim); text-transform: uppercase; letter-spacing: 0.04em; }
.review-card .who .time { font-size: 0.76rem; color: var(--ink-faint); }
@media (max-width: 900px) { .review-card { flex-basis: calc((100% - 24px) / 2); } }
@media (max-width: 620px) { .review-card { flex-basis: 100%; } }
