/* ── QUOTE MODAL ── */
.qmodal { position: fixed; inset: 0; z-index: 999; display: flex; align-items: center; justify-content: center; padding: 20px; }
.qmodal[hidden] { display: none; }
.qmodal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.55); backdrop-filter: blur(4px); cursor: pointer; }
.qmodal-box {
  position: relative; z-index: 1; background: white; border-radius: 20px;
  padding: 40px; width: 100%; max-width: 560px; max-height: 90vh; overflow-y: auto;
  box-shadow: 0 24px 80px rgba(0,0,0,0.25);
  animation: qmodal-in 0.25s ease;
}
@keyframes qmodal-in {
  from { opacity: 0; transform: translateY(20px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.qmodal-close {
  position: absolute; top: 16px; right: 20px;
  background: none; border: none; font-size: 26px; line-height: 1;
  color: var(--mid); cursor: pointer; padding: 4px 8px; border-radius: 6px;
  transition: color 0.2s;
}
.qmodal-close:hover { color: var(--charcoal); }
.qmodal-header { margin-bottom: 24px; }
.qmodal-header h2 { font-family: "Playfair Display", serif; font-size: 26px; font-weight: 700; line-height: 1.2; color: var(--charcoal); margin-bottom: 6px; }
.qmodal-header p { font-size: 13px; color: var(--mid); }
.qmodal-form .form-submit { width: 100%; justify-content: center; margin-top: 4px; }
.form-privacy { font-size: 12px; color: var(--mid); text-align: center; margin-top: 10px; }
.ss-autocomplete {
  position: absolute; top: 100%; left: 0; right: 0; z-index: 500;
  background: white; border: 1px solid var(--border); border-top: none;
  border-radius: 0 0 10px 10px; list-style: none; margin: 0; padding: 0;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1); max-height: 220px; overflow-y: auto;
}
.ss-autocomplete li {
  padding: 10px 14px; font-size: 13px; color: var(--charcoal);
  cursor: pointer; border-bottom: 1px solid var(--border);
}
.ss-autocomplete li:last-child { border-bottom: none; }
.ss-autocomplete li:hover { background: var(--light); }

.form-success { text-align: center; padding: 32px 16px; }
.form-success-icon { width: 56px; height: 56px; border-radius: 50%; background: #e8f5e9; color: #2e7d32; font-size: 26px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.form-success h3 { font-size: 20px; font-weight: 600; color: var(--charcoal); margin-bottom: 8px; }
.form-success p { font-size: 14px; color: var(--mid); }
.form-error { background: #fff3f3; border: 1px solid #ffcdd2; color: #c62828; font-size: 13px; padding: 10px 14px; border-radius: 8px; margin-bottom: 12px; }
@media (max-width: 480px) {
  .qmodal-box { padding: 28px 20px; }
  .qmodal-header h2 { font-size: 22px; }
}

/* ── WHAT'S NEXT PAGE ── */
.wn-wrap { padding-top: var(--nav-h); height: 100vh; display: flex; flex-direction: column; overflow: hidden; }
.wn-page { flex: 1; min-height: 0; display: grid; grid-template-columns: 1fr 1fr; }

.wn-left {
  background: var(--charcoal); padding: 52px 60px;
  display: flex; flex-direction: column; justify-content: center; overflow: hidden;
}
.wn-status { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.13em; color: rgba(255,255,255,0.45); margin-bottom: 20px; }
.wn-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; flex-shrink: 0; box-shadow: 0 0 0 0 rgba(74,222,128,0.4); animation: wn-pulse 2s ease-out infinite; }
@keyframes wn-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(74,222,128,0.45); }
  70%  { box-shadow: 0 0 0 8px rgba(74,222,128,0); }
  100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); }
}
.wn-heading { font-family: "Playfair Display", serif; font-size: clamp(22px, 2.6vw, 38px); font-weight: 500; color: white; line-height: 1.2; margin-bottom: 12px; }
.wn-sub { font-size: 15px; color: rgba(255,255,255,0.55); line-height: 1.65; }
.wn-divider { border: none; border-top: 1px solid rgba(255,255,255,0.12); margin: 28px 0; }

.wn-steps-list { display: flex; flex-direction: column; gap: 20px; }
.wn-step-row { display: flex; gap: 16px; align-items: flex-start; }
.wn-step-num { font-family: "Playfair Display", serif; font-size: 28px; color: rgba(255,255,255,0.15); line-height: 1; flex-shrink: 0; width: 38px; }
.wn-step-text h3 { font-size: 14px; font-weight: 600; color: white; margin-bottom: 4px; }
.wn-step-text p { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.6; }

.wn-right { position: relative; overflow: hidden; }
.wn-right img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Proof bar — single compact strip */
.wn-proof { background: var(--white); border-top: 1px solid var(--border); flex-shrink: 0; }
.wn-proof-inner { height: 72px; max-width: 860px; margin: 0 auto; display: flex; align-items: center; justify-content: center; }
.wn-proof-heading { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.13em; color: var(--mid); padding-right: 32px; white-space: nowrap; }
.wn-proof-stats { display: flex; align-items: center; }
.wn-proof-stat { padding: 0 28px; text-align: center; }
.wn-proof-num { font-family: "Playfair Display", serif; font-size: 18px; font-weight: 500; color: var(--charcoal); line-height: 1; }
.wn-proof-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--mid); margin-top: 3px; }
.wn-proof-divider { width: 1px; height: 28px; background: var(--border); flex-shrink: 0; }

@media (max-width: 900px) {
  .wn-wrap { height: auto; overflow: visible; }
  .wn-page { grid-template-columns: 1fr; }
  .wn-left { padding: 56px 32px; }
  .wn-right { height: 55vw; min-height: 260px; }
  .wn-proof-heading { display: none; }
  .wn-proof-stat { padding: 0 20px; }
}
@media (max-width: 480px) {
  .wn-left { padding: 44px 24px; }
  .wn-right { display: none; }
  .wn-proof-inner { height: auto; padding: 20px; flex-wrap: wrap; gap: 16px; }
  .wn-proof-divider { display: none; }
  .wn-proof-stat { padding: 0 12px; }
}

/* ── SEO UTILITY ── */
.seo-cities { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ── RESET & BASE ── */
:root {
  --orange:      #E87B2E;
  --orange-dark: #D4621A;
  --charcoal:    #1C1C1C;
  --mid:         #6B6B6B;
  --light:       #F4F2EF;
  --border:      #E8E4DF;
  --white:       #FFFFFF;
  --nav-h:       72px;
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  background: var(--white);
  color: var(--charcoal);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { display: block; max-width: 100%; height: auto; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1001;
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 48px;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.3s;
}
nav.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.08); }

.nav-logo a { display: flex; align-items: center; }
.nav-logo img { height: 56px; width: auto; }

.nav-links {
  display: flex; gap: 32px; list-style: none;
}
.nav-links a {
  color: var(--mid); text-decoration: none;
  font-size: 15px; font-weight: 500; transition: color 0.2s;
}
.nav-links a:hover { color: var(--charcoal); }

.nav-right { display: flex; align-items: center; gap: 16px; }
.nav-phone {
  display: flex; align-items: center; gap: 7px;
  font-size: 15px; font-weight: 600; color: var(--charcoal); text-decoration: none;
  white-space: nowrap;
}
.nav-phone-icon { color: var(--orange); }
.nav-cta {
  background: var(--orange); color: white;
  padding: 10px 22px; border-radius: 100px;
  font-size: 13px; font-weight: 600; text-decoration: none;
  letter-spacing: 0.02em; transition: all 0.25s; white-space: nowrap;
}
.nav-cta:hover {
  background: var(--orange-dark);
  box-shadow: 0 6px 20px rgba(232,123,46,0.4);
  transform: translateY(-1px);
}


/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column; justify-content: center; gap: 5px;
  width: 40px; height: 40px; cursor: pointer;
  background: none; border: none; padding: 4px;
}
.nav-toggle span {
  display: block; height: 2px; background: var(--charcoal);
  border-radius: 2px; transition: all 0.3s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer */
.nav-mobile {
  position: fixed; top: var(--nav-h); left: 0; right: 0; bottom: 0;
  background: white; z-index: 1000;
  display: flex; flex-direction: column; padding: 32px 24px;
  gap: 0;
  overflow-y: auto;
  max-height: calc(100vh - var(--nav-h));
  -webkit-overflow-scrolling: touch;
  /* Slide-in from left — hidden by default */
  transform: translateX(-100%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0s linear 0.38s;
}
.nav-mobile.open {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0s linear 0s;
}
/* Completely hide on desktop */
@media (min-width: 1025px) {
  .nav-mobile { display: none !important; }
}
.nav-mobile ul { list-style: none; display: flex; flex-direction: column; }
.nav-mobile ul li { border-bottom: 1px solid var(--border); }
.nav-mobile ul li:last-child { border-bottom: none; }
.nav-mobile ul a {
  display: block; padding: 16px 0;
  font-size: 17px; font-weight: 500; color: var(--charcoal); text-decoration: none;
}
.nav-mobile-cta {
  margin-top: 28px; display: flex; flex-direction: column; gap: 12px;
  /* Visible divider to separate nav links from CTA block */
  border-top: 1px solid var(--border);
  padding-top: 24px;
}
.nav-mobile-cta a.nav-cta {
  text-align: center; padding: 15px; font-size: 15px; border-radius: 100px;
}
.nav-mobile-cta a.nav-phone {
  justify-content: center; font-size: 16px;
}

/* Mobile nav CTA redesign */
.nav-mobile-quote {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--orange); color: white; font-size: 15px; font-weight: 600;
  padding: 16px; border-radius: 12px; text-decoration: none;
  margin-bottom: 12px; min-height: 52px;
  transition: background 0.2s;
}
.nav-mobile-quote:hover { background: var(--orange-dark); }
.nav-mobile-contact-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.nav-mobile-call, .nav-mobile-text {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 14px; font-weight: 600; padding: 14px; border-radius: 12px;
  text-decoration: none; min-height: 48px; transition: all 0.2s;
}
.nav-mobile-call {
  background: var(--charcoal); color: white;
}
.nav-mobile-call:hover { background: #333; }
.nav-mobile-text {
  background: transparent; color: var(--charcoal);
  border: 2px solid var(--border);
}
.nav-mobile-text:hover { border-color: var(--charcoal); }

/* ── HERO ── */
.hero-fold { min-height: 100vh; display: flex; flex-direction: column; }
.hero {
  display: grid;
  grid-template-columns: 1fr 460px;
  flex: 1;
  min-height: 0;
  padding-top: var(--nav-h);
}
.hero-photo { position: relative; overflow: hidden; min-height: 500px; }
.hero-photo img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center;
}
.hero-photo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(110deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.3) 55%, rgba(0,0,0,0.1) 100%);
}
.hero-text {
  position: absolute; top: 50%; left: 0; right: 0;
  transform: translateY(-50%);
  padding: 48px 48px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(232,123,46,0.92); color: white;
  padding: 6px 18px; border-radius: 100px; margin-bottom: 20px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
}
.hero-text h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 400; line-height: 1.1; color: white;
  letter-spacing: -0.02em; margin-bottom: 16px;
}
.hero-text h1 em { font-style: italic; color: #FFAA5C; }
.hero-text > p {
  font-size: 16px; color: rgba(255,255,255,0.78); line-height: 1.65;
  max-width: 480px; margin-bottom: 36px;
}
.hero-proof-row { display: flex; gap: 28px; flex-wrap: wrap; }
.hp-item {
  display: flex; flex-direction: column;
  border-left: 2px solid rgba(232,123,46,0.8); padding-left: 14px;
}
.hp-num {
  font-family: "Playfair Display", serif;
  font-size: 26px; color: white; line-height: 1;
}
.hp-label {
  font-size: 10px; text-transform: uppercase;
  letter-spacing: 0.1em; color: rgba(255,255,255,0.55); margin-top: 3px;
}

/* Form panel */
.hero-form-panel {
  background: white;
  display: flex; flex-direction: column; justify-content: center;
  padding: 48px 40px;
  border-left: 1px solid var(--border);
  position: relative; z-index: 10;
  box-shadow: -20px 0 60px rgba(0,0,0,0.1);
  overflow-y: auto;
}
.form-header { margin-bottom: 24px; }
.form-eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 8px;
  display: flex; align-items: center; gap: 8px;
}
.form-eyebrow::before { content: ""; width: 20px; height: 2px; background: var(--orange); flex-shrink: 0; }
.form-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 26px; font-weight: 700; line-height: 1.2;
  color: var(--charcoal); margin-bottom: 6px;
}
.form-header p { font-size: 13px; color: var(--mid); line-height: 1.55; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fg { display: flex; flex-direction: column; gap: 5px; margin-bottom: 12px; }
.fg label {
  font-size: 10px; font-weight: 600; color: var(--mid);
  letter-spacing: 0.08em; text-transform: uppercase;
}
.fg input, .fg select {
  background: var(--light); border: 1.5px solid transparent;
  color: var(--charcoal); padding: 12px 14px; border-radius: 10px;
  font-size: 14px; font-family: "Outfit", sans-serif;
  outline: none; transition: all 0.25s; -webkit-appearance: none; appearance: none;
}
.fg input::placeholder { color: #B5B0AB; }
.fg input:focus, .fg select:focus {
  border-color: var(--orange); background: white;
  box-shadow: 0 0 0 3px rgba(232,123,46,0.1);
}

.form-submit {
  width: 100%; background: var(--orange); color: white;
  padding: 15px; border: none; border-radius: 100px; cursor: pointer;
  font-size: 15px; font-weight: 600; font-family: "Outfit", sans-serif;
  letter-spacing: 0.02em; transition: all 0.3s; margin-top: 4px;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.form-submit:hover {
  background: var(--orange-dark);
  box-shadow: 0 8px 28px rgba(232,123,46,0.45);
  transform: translateY(-2px);
}
.form-submit svg { transition: transform 0.3s; flex-shrink: 0; }
.form-submit:hover svg { transform: translateX(4px); }

.form-guarantees { margin-top: 18px; display: flex; flex-direction: column; gap: 8px; }
.fg-item { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--mid); }
.fg-check {
  width: 18px; height: 18px; border-radius: 50%;
  background: rgba(232,123,46,0.12);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 9px; color: var(--orange); font-weight: 700;
}
.form-note { font-size: 11px; color: #C0BAB4; text-align: center; margin-top: 12px; }

/* ── TRUST BAR ── */
.trust-bar {
  background: var(--charcoal);
  overflow: hidden;
  padding: 0;
}
.trust-track { display: flex; flex-wrap: nowrap; justify-content: space-evenly; padding: 0 24px; }
.trust-track .trust-item[aria-hidden] { display: none; } /* hide dupes on desktop */
.trust-item {
  display: flex; align-items: center; gap: 9px;
  padding: 16px 28px; flex-shrink: 0;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.trust-item:first-child { padding-left: 0; }
.ti-icon { color: var(--orange); font-size: 14px; }
.ti-text {
  font-size: 12px; font-weight: 500; letter-spacing: 0.06em;
  text-transform: uppercase; color: rgba(255,255,255,0.5);
  white-space: nowrap;
}
/* Mobile: infinite auto-scroll marquee */
@media (max-width: 768px) {
  .trust-bar {
    overflow: hidden;
    padding: 0;
    display: block;
  }
  .trust-track {
    display: flex;
    width: max-content;
    animation: trust-marquee 22s linear infinite;
    will-change: transform;
  }
  .trust-track .trust-item[aria-hidden] { display: flex; }
  .trust-item:first-child { padding-left: 28px; }
  @keyframes trust-marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }
}

/* ── SECTION COMMON ── */
.section-eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 12px;
  display: flex; align-items: center; gap: 10px;
}
.section-eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--orange); flex-shrink: 0; }
.section-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 500; line-height: 1.15;
  margin-bottom: 48px; max-width: 560px;
}

/* ── SERVICES ── */
.services { padding: 96px 48px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc {
  border: 1px solid var(--border); border-radius: 20px;
  overflow: hidden; transition: all 0.35s;
}
.svc:hover {
  border-color: var(--orange);
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.09);
}
.svc-img { height: 220px; overflow: hidden; }
.svc-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s;
}
.svc:hover .svc-img img { transform: scale(1.06); }
.svc-body { padding: 28px 28px 32px; }
.svc-num {
  font-family: "Playfair Display", serif; font-size: 13px;
  color: var(--orange); margin-bottom: 8px; letter-spacing: 0.05em;
}
.svc h3 { font-size: 20px; font-weight: 600; margin-bottom: 10px; }
.svc p { font-size: 15px; color: var(--mid); line-height: 1.7; margin-bottom: 20px; }
.svc-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600; color: var(--orange);
  text-decoration: none; transition: gap 0.3s;
}
.svc:hover .svc-link { gap: 12px; }

/* ── WHY US ── */
.why { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.why-photo { position: relative; overflow: hidden; }
.why-photo img { width: 100%; height: 100%; object-fit: cover; }
.why-photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent 55%, white 100%);
}
.why-content {
  padding: 80px 56px 80px 48px;
  display: flex; flex-direction: column; justify-content: center;
}
.why-content .section-title { margin-bottom: 32px; }
.why-points { display: flex; flex-direction: column; gap: 24px; margin-bottom: 40px; }
.why-point { display: flex; gap: 16px; align-items: flex-start; }
.wp-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(232,123,46,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0; transition: background 0.3s;
}
.why-point:hover .wp-icon { background: rgba(232,123,46,0.2); }
.wp-text h4 { font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.wp-text p { font-size: 14px; color: var(--mid); line-height: 1.65; }
.why-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--charcoal); color: white;
  padding: 15px 30px; border-radius: 100px;
  font-size: 14px; font-weight: 500; text-decoration: none;
  transition: all 0.3s; align-self: flex-start;
}
.why-cta:hover {
  background: var(--orange);
  box-shadow: 0 8px 28px rgba(232,123,46,0.4);
  transform: translateY(-2px);
}

/* ── PROCESS ── */
.process { background: var(--charcoal); padding: 96px 48px; }
.process .section-eyebrow { color: var(--orange); }
.process .section-eyebrow::before { background: var(--orange); }
.process .section-title { color: white; max-width: 500px; }
.process-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px; margin-top: 48px;
}
.p-step {
  background: rgba(255,255,255,0.03); padding: 40px 28px;
  border: 1px solid rgba(255,255,255,0.06);
  transition: background 0.3s;
}
.p-step:hover {
  background: rgba(232,123,46,0.06);
  border-color: rgba(232,123,46,0.2);
}
.p-num {
  font-family: "Playfair Display", serif; font-size: 48px;
  color: rgba(232,123,46,0.25); line-height: 1;
  margin-bottom: 20px; transition: color 0.3s;
}
.p-step:hover .p-num { color: rgba(232,123,46,0.5); }
.p-step h4 { font-size: 17px; font-weight: 600; color: white; margin-bottom: 10px; }
.p-step p { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.7; }

/* ── PORTFOLIO ── */
.portfolio { padding: 96px 48px; }
.port-header {
  display: flex; justify-content: space-between;
  align-items: flex-end; margin-bottom: 32px;
  gap: 24px; flex-wrap: wrap;
}
.port-header .section-title { margin-bottom: 0; }
.port-all {
  font-size: 13px; font-weight: 500; color: var(--orange); text-decoration: none;
  border-bottom: 1px solid rgba(232,123,46,0.35); padding-bottom: 3px;
  display: flex; align-items: center; gap: 6px;
  transition: gap 0.3s; white-space: nowrap; align-self: flex-end;
}
.port-all:hover { gap: 12px; }
.port-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 220px);
  gap: 12px;
}
.port-item {
  border-radius: 14px; overflow: hidden;
  cursor: pointer; position: relative;
}
.port-item:first-child { grid-column: span 2; grid-row: span 2; }
.port-item:last-child  { grid-column: span 2; }
.port-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s; filter: brightness(0.85);
}
.port-item:hover img { transform: scale(1.05); filter: brightness(1); }
.port-label {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 16px 20px;
  background: linear-gradient(0deg, rgba(0,0,0,0.65), transparent);
  opacity: 0; transition: opacity 0.3s;
}
.port-item:hover .port-label { opacity: 1; }
.port-label span { font-size: 13px; font-weight: 500; color: white; display: block; }
.port-label small { font-size: 11px; color: rgba(255,255,255,0.6); }

/* ── REVIEWS ── */
.reviews { background: var(--light); padding: 96px 48px; }
.reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 48px;
}
.review {
  background: white; padding: 32px; border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05); transition: all 0.3s;
}
.review:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.1); }
.r-stars { color: var(--orange); font-size: 14px; letter-spacing: 2px; margin-bottom: 16px; }
.r-text { font-size: 16px; color: #444; line-height: 1.75; font-style: italic; margin-bottom: 24px; }
.r-author { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.r-av { display: none; }
.r-name { font-size: 15px; font-weight: 600; color: var(--charcoal); }
.r-loc { font-size: 13px; color: var(--mid); }
.r-badge { margin-left: auto; font-size: 11px; color: var(--mid); }

/* ── CTA BAND ── */
.cta-band {
  background: var(--orange); padding: 72px 48px;
  display: grid; grid-template-columns: 1fr auto;
  gap: 40px; align-items: center;
}
.cta-band h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 400; color: white; line-height: 1.2;
}
.cta-band p { font-size: 15px; color: rgba(255,255,255,0.8); margin-top: 8px; }
.cta-band-btns { display: flex; gap: 14px; align-items: center; flex-shrink: 0; flex-wrap: wrap; }
.cta-white {
  height: 52px; padding: 0 32px; background: white; color: var(--orange);
  border-radius: 100px; font-size: 14px; font-weight: 600; text-decoration: none;
  display: flex; align-items: center; gap: 8px;
  transition: all 0.3s; white-space: nowrap;
}
.cta-white:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.18); transform: translateY(-2px); }
.cta-ghost {
  height: 52px; padding: 0 28px;
  border: 2px solid rgba(255,255,255,0.65); color: white;
  border-radius: 100px; font-size: 15px; font-weight: 500; text-decoration: none;
  display: flex; align-items: center; gap: 10px;
  transition: all 0.3s; white-space: nowrap;
}
.cta-ghost:hover { background: rgba(255,255,255,0.15); border-color: white; }

/* ── FOOTER ── */
footer { background: #111; padding: 72px 48px 40px; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px; padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.footer-brand img { height: 56px; width: auto; margin-bottom: 20px; }
.footer-brand p {
  font-size: 13px; line-height: 1.8;
  color: rgba(255,255,255,0.35); max-width: 280px; margin-bottom: 20px;
}
.footer-lic {
  font-size: 11px; color: rgba(255,255,255,0.5);
  letter-spacing: 0.05em; line-height: 1.8;
}
.footer-lic a { color: inherit; text-decoration: none; }
.footer-lic a:hover { color: rgba(255,255,255,0.5); }
.fc h5 {
  font-size: 10px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 18px;
}
.fc ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.fc a {
  font-size: 14px; color: rgba(255,255,255,0.5);
  text-decoration: none; transition: color 0.2s;
}
.fc a:hover { color: white; }
.footer-bottom {
  padding-top: 28px; display: flex;
  justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.2); }
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom-links a {
  font-size: 12px; color: rgba(255,255,255,0.2);
  text-decoration: none; transition: color 0.2s;
}
.footer-bottom-links a:hover { color: rgba(255,255,255,0.5); }

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-badge    { animation: fadeUp 0.5s ease 0.1s both; }
.hero-text h1  { animation: fadeUp 0.6s ease 0.25s both; }
.hero-text > p { animation: fadeUp 0.6s ease 0.4s both; }
.hero-proof-row { animation: fadeUp 0.6s ease 0.5s both; }
.hero-form-panel { animation: fadeUp 0.7s ease 0.15s both; }

/* ══════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
══════════════════════════════════════════ */

/* Tablet landscape */
@media (max-width: 1200px) {
  nav { padding: 0 32px; }
  .nav-links { gap: 24px; }

  .hero { grid-template-columns: 1fr 400px; }

  .trust-bar { padding: 0 32px; }
  .services { padding: 80px 32px; }
  .why { grid-template-columns: 1fr 1fr; }
  .why-content { padding: 60px 40px 60px 36px; }
  .process { padding: 80px 32px; }
  .portfolio { padding: 80px 32px; }
  .reviews { padding: 80px 32px; }
  .cta-band { padding: 60px 32px; }
  footer { padding: 60px 32px 32px; }
  .footer-grid { gap: 36px; }
}

/* Tablet portrait */
@media (max-width: 1024px) {
  /* Hide desktop nav items, show hamburger */
  .nav-links, .nav-phone { display: none; }
  .nav-toggle { display: flex; }

  /* Hero stacks — full-screen on mobile */
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-fold { min-height: calc(100vh - var(--mob-cta-h, 80px)); }
  .hero-photo { min-height: calc(100vh - var(--mob-cta-h, 80px)); max-height: none; }
  .hero-text { position: absolute; top: auto; bottom: 0; left: 0; right: 0; transform: none; padding: 28px 28px calc(var(--mob-cta-h, 80px) + 52px); }
  .hero-form-panel {
    padding: 48px 32px;
    box-shadow: 0 -8px 40px rgba(0,0,0,0.08);
  }

  /* Services 2 cols */
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-img { height: 180px; }

  /* Why stacks */
  .why { grid-template-columns: 1fr; }
  .why-photo { min-height: 340px; max-height: 420px; }
  .why-photo::after { background: linear-gradient(0deg, white 0%, transparent 40%); }
  .why-content { padding: 48px 32px; }

  /* Process 2x2 */
  .process-grid { grid-template-columns: repeat(2, 1fr); }

  /* Portfolio simpler grid */
  .port-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 200px);
  }
  .port-item:first-child { grid-column: span 2; grid-row: span 1; }
  .port-item:last-child  { grid-column: span 2; grid-row: span 1; }

  /* Reviews 1 col */
  .reviews-grid { grid-template-columns: 1fr; max-width: 560px; margin-left: auto; margin-right: auto; }

  /* CTA band stacks */
  .cta-band { grid-template-columns: 1fr; text-align: center; }
  .cta-band-btns { justify-content: center; }

  /* Footer 2 cols */
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
}

/* Mobile */
@media (max-width: 768px) {
  :root { --nav-h: 64px; }

  nav { padding: 0 20px; }
  .nav-cta { display: none; }

  .hero-text { padding: 28px 20px; }
  .hero-text h1 { font-size: clamp(32px, 7.5vw, 44px); }
  .hero-text > p { font-size: 14px; margin-bottom: 24px; }
  .hero-proof-row { gap: 16px; }
  .hp-num { font-size: 22px; }
  .hero-form-panel { padding: 36px 20px; }
  .form-row { grid-template-columns: 1fr; }

  .trust-bar { padding: 0 20px; }

  .services { padding: 64px 20px; }
  .services-grid { grid-template-columns: 1fr; gap: 20px; }
  /* Give service cards more internal breathing room on mobile */
  .svc-body { padding: 24px 24px 28px; }
  .section-title { font-size: clamp(26px, 6vw, 36px); margin-bottom: 36px; }

  .why-photo { min-height: 280px; }
  .why-content { padding: 40px 20px; }
  .why-cta { align-self: stretch; justify-content: center; }

  .process { padding: 64px 20px; }
  .process-grid { grid-template-columns: 1fr; gap: 2px; }

  .portfolio { padding: 64px 20px; }
  .port-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .port-item { height: 220px; }
  .port-item:first-child { grid-column: span 1; height: 260px; }
  .port-item:nth-child(4) { grid-column: span 1; }
  .port-label { opacity: 1; }

  .reviews { padding: 64px 20px; }
  .reviews-grid { grid-template-columns: 1fr; max-width: 100%; }

  .cta-band { padding: 56px 20px; }
  .cta-band-btns { flex-direction: column; width: 100%; }
  .cta-white, .cta-ghost { width: 100%; justify-content: center; height: 52px; }

  footer { padding: 56px 20px 32px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-brand { grid-column: span 1; }
  .footer-brand p { max-width: 100%; }
  /* More readable link spacing on mobile */
  .fc ul { gap: 14px; }
  .fc a { font-size: 15px; }
  .footer-lic { font-size: 12px; line-height: 1.9; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 10px; }
  .footer-bottom p, .footer-bottom-links a { font-size: 13px; }
}

/* Small mobile */
@media (max-width: 420px) {
  .hero-proof-row { gap: 12px; }
  .hp-item { padding-left: 10px; }
  .hp-num { font-size: 20px; }
  .hp-label { font-size: 9px; }
  .hero-form-panel { padding: 28px 16px; }
}

/* ── INNER PAGES ── */
.pg-wrap { padding-top: var(--nav-h); }

.pg-hero {
  position: relative;
  min-height: 600px;
  height: 600px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 96px 80px;
}
.pg-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(28,28,28,0.88) 0%, rgba(28,28,28,0.55) 100%);
}
.pg-hero-content { position: relative; z-index: 1; max-width: 720px; }
.pg-hero-content .section-eyebrow { color: var(--orange); margin-bottom: 16px; }
.pg-hero-content h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(36px, 4.5vw, 62px);
  font-weight: 500; color: white; line-height: 1.15; margin-bottom: 20px;
}
.pg-hero-content h1 em { color: var(--orange); font-style: italic; }
.pg-hero-content p { font-size: 17px; color: rgba(255,255,255,0.72); line-height: 1.65; max-width: 560px; }

/* ── ABOUT PAGE ── */
.about-story { padding: 96px 80px; background: var(--white); }
.about-story-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.about-story-photo { border-radius: 20px; overflow: hidden; aspect-ratio: 4/3; }
.about-story-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-story-content .section-title { margin-bottom: 24px; max-width: none; font-size: clamp(22px, 2.2vw, 32px); }
.about-story-content p { font-size: 15px; color: var(--mid); line-height: 1.8; margin-bottom: 16px; }
.about-story-content p:last-of-type { margin-bottom: 32px; }

.about-creds { background: var(--orange); padding: 52px 80px; }
.about-creds-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; text-align: center;
}
.about-cred {
  padding: 24px 16px;
  border-right: 1px solid rgba(255,255,255,0.2);
}
.about-cred:last-child { border-right: none; }
.about-cred-icon { display: none; }
.about-cred-label { font-family: "Playfair Display", serif; font-size: 18px; font-weight: 500; color: white; line-height: 1.2; }
.about-cred-sub { font-size: 10px; color: rgba(255,255,255,0.75); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 6px; }

.about-diff { padding: 96px 80px; background: var(--light); }
.about-diff-inner { max-width: 1100px; margin: 0 auto; }
.about-diff-inner .section-eyebrow { margin-bottom: 12px; }
.about-diff-inner .section-title { margin-bottom: 56px; }
.about-diff-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.about-diff-item {
  background: var(--white); padding: 36px; border-radius: 16px;
  border: 1px solid var(--border);
}
.adi-num {
  font-family: "Playfair Display", serif; font-size: 40px;
  color: var(--orange); opacity: 0.25; line-height: 1; margin-bottom: 16px;
}
.about-diff-item h3 { font-size: 18px; font-weight: 600; color: var(--charcoal); margin-bottom: 12px; }
.about-diff-item p { font-size: 14px; color: var(--mid); line-height: 1.78; }

.about-reviews { padding: 96px 80px; background: var(--white); }
.about-reviews-inner { max-width: 1100px; margin: 0 auto; }
.about-reviews-inner .section-eyebrow { margin-bottom: 12px; }
.about-reviews-inner .section-title { margin-bottom: 56px; }

/* ── FAQ PAGE ── */
.faq-body { padding: 96px 80px; background: var(--light); }
.faq-intro { max-width: 860px; margin: 0 auto 64px; }
.faq-intro .section-eyebrow { margin-bottom: 14px; }
.faq-intro-title { font-family: "Playfair Display", serif; font-size: clamp(28px, 3.5vw, 44px); font-weight: 400; color: var(--charcoal); line-height: 1.2; }
.faq-intro-title em { color: var(--orange); font-style: italic; }
.faq-inner { max-width: 860px; margin: 0 auto; }

.faq-cat { margin-bottom: 48px; }
.faq-cat-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 400; color: var(--charcoal);
  margin-bottom: 0;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--border);
}

.faq-list { background: var(--white); border: 1px solid var(--border); border-top: none; padding: 0 32px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:last-child { border-bottom: none; }
.faq-q {
  width: 100%; text-align: left; background: none; border: none;
  padding: 22px 0; display: flex; align-items: center;
  justify-content: space-between; gap: 16px; cursor: pointer;
  font-size: 16px; font-weight: 600; color: var(--charcoal);
  font-family: "Outfit", sans-serif; transition: color 0.2s;
}
.faq-q:hover { color: var(--orange); }
.faq-chevron { width: 20px; height: 20px; flex-shrink: 0; color: var(--mid); transition: transform 0.3s ease; }
.faq-item.open .faq-chevron { transform: rotate(180deg); color: var(--orange); }

.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.35s ease; overflow: hidden; }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a-inner { overflow: hidden; min-height: 0; padding: 0; }
.faq-item.open .faq-a-inner { padding-bottom: 24px; }
.faq-a-inner > div, .faq-a > .faq-a-inner { font-size: 15px; color: var(--mid); line-height: 1.78; }

.faq-cta {
  background: var(--light); border-radius: 20px;
  padding: 52px 48px; text-align: center; margin-top: 60px;
}
.faq-cta h3 { font-size: 26px; font-weight: 600; color: var(--charcoal); margin-bottom: 12px; }
.faq-cta p { color: var(--mid); font-size: 15px; margin-bottom: 32px; }
.faq-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-outline {
  height: 52px; padding: 0 28px;
  border: 2px solid var(--charcoal); color: var(--charcoal);
  border-radius: 100px; font-size: 15px; font-weight: 500; text-decoration: none;
  display: inline-flex; align-items: center; gap: 10px;
  transition: all 0.2s; white-space: nowrap; background: transparent;
}
.btn-outline:hover { background: var(--charcoal); color: white; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--orange); color: white; padding: 16px 32px;
  border-radius: 100px; font-size: 15px; font-weight: 600;
  text-decoration: none; transition: background 0.2s;
}
.btn-primary:hover { background: var(--orange-dark); }

/* ── LEGAL PAGES ── */
.legal-wrap { max-width: 760px; margin: 0 auto; padding: 96px 48px; }
.legal-wrap h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 3.5vw, 44px); font-weight: 500;
  color: var(--charcoal); margin-bottom: 8px;
}
.legal-updated { font-size: 13px; color: var(--mid); margin-bottom: 48px; border-bottom: 1px solid var(--border); padding-bottom: 32px; }
.legal-wrap h2 { font-size: 17px; font-weight: 600; color: var(--charcoal); margin: 40px 0 12px; }
.legal-wrap p { font-size: 15px; color: var(--mid); line-height: 1.8; margin-bottom: 12px; }
.legal-wrap ul { padding-left: 20px; margin-bottom: 16px; }
.legal-wrap li { font-size: 15px; color: var(--mid); line-height: 1.8; margin-bottom: 6px; }
.legal-wrap a { color: var(--orange); text-decoration: none; }
.legal-wrap a:hover { text-decoration: underline; }

/* ── PORTFOLIO PAGE ── */
.port-stats {
  background: var(--charcoal);
  display: flex; justify-content: center; gap: 0;
}
.port-stat {
  padding: 20px 48px; font-size: 13px; color: rgba(255,255,255,0.6);
  text-transform: uppercase; letter-spacing: 0.1em; font-weight: 500;
  border-right: 1px solid rgba(255,255,255,0.1); text-align: center;
}
.port-stat:last-child { border-right: none; }
.port-stat span { display: block; font-family: "Playfair Display", serif; font-size: 22px; font-weight: 500; color: var(--orange); letter-spacing: 0; text-transform: none; margin-bottom: 2px; }

.port-showcase { background: var(--light); padding: 80px 48px 0; }
.port-showcase-header { max-width: 1300px; margin: 0 auto 56px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.port-showcase-left .section-eyebrow { color: var(--orange); margin-bottom: 16px; }
.port-showcase-left .section-eyebrow::before { background: var(--orange); }
.port-showcase-left .section-title { color: var(--charcoal); margin-bottom: 0; max-width: none; white-space: nowrap; }
.port-showcase-left .section-title em { color: var(--orange); font-style: italic; }
.port-showcase-cta { background: var(--orange); color: white; padding: 18px 32px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; text-decoration: none; white-space: nowrap; flex-shrink: 0; transition: background 0.2s; }
.port-showcase-cta:hover { background: #c4601a; }

.port-filters {
  display: flex; justify-content: center; gap: 8px;
  padding: 48px 20px 32px;
  background: var(--white);
}
.pf-btn {
  background: none; border: 2px solid var(--border); border-radius: 100px;
  padding: 10px 24px; font-size: 13px; font-weight: 600; color: var(--mid);
  cursor: pointer; font-family: "Outfit", sans-serif;
  transition: all 0.2s;
}
.pf-btn:hover { border-color: var(--orange); color: var(--orange); }
.pf-btn.active { background: var(--charcoal); border-color: var(--charcoal); color: white; }

.port-pg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  background: var(--charcoal);
  padding: 0 0 3px;
}
.port-card { position: relative; cursor: pointer; overflow: hidden; aspect-ratio: 4/3; }
.port-card:first-child { grid-column: span 2; aspect-ratio: 16/9; }
.port-card-img { width: 100%; height: 100%; }
.port-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.port-card:hover .port-card-img img { transform: scale(1.05); }

.port-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0) 55%);
  display: flex; align-items: flex-end;
  padding: 28px 28px;
  opacity: 0; transition: opacity 0.3s ease;
}
.port-card:hover .port-card-overlay { opacity: 1; }
.port-card-type { display: none; }
.port-card-title { font-size: 18px; font-weight: 600; color: white; line-height: 1.2; margin-bottom: 4px; }
.port-card-sub { font-size: 12px; color: rgba(255,255,255,0.65); margin-bottom: 14px; }
.port-card-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: white; text-transform: uppercase; letter-spacing: 0.08em; }

/* Project lightbox */
.plb { position: fixed; inset: 0; z-index: 1200; display: flex; align-items: center; justify-content: center; padding: 20px; }
.plb[hidden] { display: none; }
.plb-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.95); cursor: pointer; }
.plb-inner {
  position: relative; z-index: 1; width: 100%; max-width: 960px;
  background: #111; border-radius: 16px; overflow: hidden;
  display: flex; flex-direction: column;
  max-height: 90vh;
}
.plb-close {
  position: absolute; top: 14px; right: 16px; z-index: 10;
  background: rgba(0,0,0,0.5); border: none; color: white;
  width: 36px; height: 36px; border-radius: 50%; font-size: 16px;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.plb-close:hover { background: rgba(255,255,255,0.15); }
.plb-stage { position: relative; display: flex; align-items: center; background: #000; }
.plb-img-wrap { flex: 1; aspect-ratio: 16/9; overflow: hidden; }
.plb-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity 0.25s; }
.plb-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(0,0,0,0.4); border: none; color: white;
  width: 44px; height: 44px; border-radius: 50%; font-size: 24px;
  cursor: pointer; z-index: 2; display: flex; align-items: center; justify-content: center;
  transition: background 0.2s; line-height: 1;
}
.plb-arrow:hover { background: rgba(255,255,255,0.15); }
.plb-prev { left: 12px; }
.plb-next { right: 12px; }
.plb-arrow[disabled] { opacity: 0.2; pointer-events: none; }

.plb-meta {
  padding: 24px 32px; display: flex;
  align-items: center; justify-content: space-between; gap: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.plb-type { display: none; }
.plb-title { font-size: 20px; font-weight: 600; color: white; margin-bottom: 8px; }
.plb-detail { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.65; max-width: 520px; }
.plb-quote-btn { white-space: nowrap; font-size: 14px; padding: 13px 26px; }

.plb-dots { display: flex; justify-content: center; gap: 6px; padding: 14px 32px 20px; }
.plb-dot {
  width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,0.25);
  cursor: pointer; transition: background 0.2s, transform 0.2s; border: none;
}
.plb-dot.active { background: var(--orange); transform: scale(1.25); }

.port-card.hidden { display: none; }
@media (max-width: 768px) {
  .port-pg { grid-template-columns: 1fr 1fr; }
  .port-card { aspect-ratio: 4/3; }
  .port-card:first-child { grid-column: span 2; aspect-ratio: 16/9; }
}

/* ── WINDOW / DOOR STYLES SECTION ── */
.styles-section { background: var(--charcoal); padding: 80px 0 0; }
.styles-grid--garage { grid-template-columns: repeat(3, 1fr) !important; justify-content: center; }
.styles-header { max-width: 580px; margin: 0 auto; text-align: center; padding: 0 40px 56px; }
.styles-header .section-eyebrow { color: var(--orange); margin-bottom: 16px; justify-content: center; }
.styles-header .section-eyebrow::before { display: none; }
.styles-heading { font-family: "Playfair Display", serif; font-size: clamp(30px, 4vw, 48px); font-weight: 400; color: var(--white); line-height: 1.15; }
.styles-heading em { color: var(--orange); font-style: italic; }
.styles-header-desc { font-size: 15px; color: rgba(255,255,255,0.55); line-height: 1.75; margin-top: 18px; }
.styles-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.styles-item { border-right: 1px solid rgba(255,255,255,0.1); overflow: hidden; }
.styles-item:last-child { border-right: none; }
.styles-img { aspect-ratio: 3/4; overflow: hidden; }
.styles-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.55s ease; }
.styles-item:hover .styles-img img { transform: scale(1.06); }
.styles-name { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--white); padding: 12px 14px; background: rgba(0,0,0,0.45); border-top: 1px solid rgba(255,255,255,0.1); }.styles-footer { text-align: center; padding: 40px 24px 64px; border-top: 1px solid rgba(255,255,255,0.08); }
.styles-footer p { color: rgba(255,255,255,0.5); font-size: 15px; margin-bottom: 14px; }
.styles-footer-cta { color: var(--orange); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; text-decoration: none; }
.styles-footer-cta:hover { text-decoration: underline; }

@media (max-width: 1024px) {
  .styles-header { padding: 0 40px 48px; }
  .styles-grid { grid-template-columns: repeat(3, 1fr); }
  .styles-item:nth-child(3n) { border-right: none; }
}
@media (max-width: 640px) {
  .styles-header { padding: 0 24px 36px; }
  .styles-grid { grid-template-columns: repeat(2, 1fr); }
  .styles-item:nth-child(2n) { border-right: none; }
}
@media (max-width: 768px) {
  .styles-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .styles-grid--garage { grid-template-columns: 1fr !important; }
  .styles-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .styles-item:last-child { border-bottom: none; }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .styles-grid--garage { grid-template-columns: repeat(3, 1fr) !important; }
}

/* ── STICKY MOBILE CTA BAR ── */
.mob-cta-bar {
  display: none; /* hidden on desktop */
}
@media (max-width: 1024px) {
  .mob-cta-bar {
    display: block;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 998;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 -4px 24px rgba(0,0,0,0.10);
    /* Delay 1.5s so users see the page before the bar slides in */
    animation: mob-cta-in 0.35s ease 1.5s both;
  }
  @keyframes mob-cta-in {
    from { transform: translateY(100%); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
  }
  .mob-cta-bar.mob-cta-hiding {
    animation: mob-cta-out 0.3s ease both;
  }
  @keyframes mob-cta-out {
    from { transform: translateY(0);    opacity: 1; }
    to   { transform: translateY(100%); opacity: 0; }
  }
  .mob-cta-inner {
    display: flex; gap: 10px; align-items: center; max-width: 480px; margin: 0 auto;
    padding-right: 44px;
  }
  .mob-cta-btn {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    height: 46px; border-radius: 10px; font-size: 14px; font-weight: 600;
    text-decoration: none; transition: opacity 0.15s;
    letter-spacing: 0.01em; flex: 1;
  }
  .mob-cta-btn:active { opacity: 0.75; }
  .mob-cta-call {
    background: var(--orange);
    color: white;
    border: 1.5px solid var(--orange);
  }
  .mob-cta-call svg { color: white; }
  .mob-cta-text {
    background: transparent;
    color: var(--charcoal);
    border: 1.5px solid rgba(28,28,28,0.6);
  }
  /* Close button — positioned top-right */
  .mob-cta-close {
    position: absolute; top: 6px; right: 8px;
    width: 36px; height: 36px;
    background: none; border: none;
    color: #bbb; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%; transition: color 0.2s;
    padding: 0;
  }
  .mob-cta-close:hover { color: var(--charcoal); }

  /* Push footer up so bar doesn't overlap content */
  body { padding-bottom: 80px; }
  body.mob-cta-closed .hero-fold { min-height: 100vh; }
  body.mob-cta-closed .hero-photo { min-height: 100vh; }
}

/* ── SERVICE PAGES ── */
.svc-hero-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--orange); color: white;
  padding: 16px 32px; border-radius: 100px;
  font-size: 15px; font-weight: 600; text-decoration: none;
  margin-top: 28px; transition: all 0.3s;
}
.svc-hero-cta:hover {
  background: var(--orange-dark);
  box-shadow: 0 8px 28px rgba(232,123,46,0.45);
  transform: translateY(-2px);
}
.svc-benefits { padding: 96px 80px; background: var(--light); }
.svc-benefits-inner { max-width: 1200px; margin: 0 auto; }
.svc-benefits-header { display: flex; align-items: flex-end; gap: 60px; margin-bottom: 56px; }
.svc-benefits-header-left { flex: 0 0 auto; }
.svc-benefits-header-left .section-eyebrow { margin-bottom: 12px; }
.svc-benefits-title { font-family: "Playfair Display", serif; font-size: clamp(32px, 4vw, 52px); font-weight: 400; color: var(--charcoal); line-height: 1.15; }
.svc-benefits-title em { color: var(--orange); font-style: italic; }
.svc-benefits-header-right { flex: 1; padding-bottom: 6px; }
.svc-benefits-header-right p { font-size: 15px; color: var(--mid); line-height: 1.75; max-width: 340px; }
.svc-benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.svc-benefit { background: var(--white); padding: 36px; border: 1px solid var(--border); position: relative; overflow: hidden; }
.svc-benefit-icon { font-size: 28px; margin-bottom: 20px; }
.svc-benefit h3 { font-size: 17px; font-weight: 700; color: var(--charcoal); margin-bottom: 10px; }
.svc-benefit p { font-size: 14px; color: var(--mid); line-height: 1.75; position: relative; z-index: 1; }
.svc-benefit-num { display: none; }

.svc-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; background: var(--charcoal); }
.svc-gallery-img { aspect-ratio: 4/3; overflow: hidden; }
.svc-gallery-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s; }
.svc-gallery-img:hover img { transform: scale(1.05); }

@media (max-width: 1024px) {
  .svc-benefits { padding: 72px 32px; }
  .svc-benefits-header { flex-direction: column; align-items: flex-start; gap: 24px; }
  .svc-benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .svc-benefits { padding: 64px 20px; }
  .svc-benefits-grid { grid-template-columns: 1fr; }
}

/* ── VIDEO SECTIONS ── */
.vid-section { background: var(--charcoal); padding: 80px 48px; }
.vid-section-header { max-width: 1300px; margin: 0 auto 56px; position: relative; }
.vid-section-header-left .section-eyebrow { color: var(--orange); margin-bottom: 20px; }
.vid-section-header-left .section-eyebrow::before { background: var(--orange); }
.vid-section-header-left .section-title { color: var(--white); margin-bottom: 0; }
.vid-section-desc { position: absolute; bottom: 0; right: 0; text-align: right; max-width: 280px; color: rgba(255,255,255,0.35); font-size: 13px; line-height: 1.8; }
.vid-grid { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.vid-item { border-radius: 12px; overflow: hidden; aspect-ratio: 16/9; background: #000; }
.vid-item iframe { width: 100%; height: 100%; display: block; }

.vid-featured { background: var(--charcoal); padding: 96px 48px; }
.vid-featured-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.vid-featured-inner .section-eyebrow { margin-bottom: 12px; }
.vid-featured-inner .section-title { margin-bottom: 40px; }
.vid-featured-embed { border-radius: 16px; overflow: hidden; aspect-ratio: 16/9; background: #000; }
.vid-featured-embed iframe { width: 100%; height: 100%; display: block; }
.vid-featured-link { display: inline-block; margin-top: 28px; font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.65); text-decoration: none; letter-spacing: 0.04em; transition: color 0.2s; }
.vid-featured-link:hover { color: var(--orange); }

@media (max-width: 1024px) {
  .vid-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .vid-section, .vid-featured { padding: 64px 20px; }
  .vid-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .vid-section-header { margin-bottom: 32px; }
  .vid-section-desc { position: static; text-align: left; margin-top: 16px; max-width: 100%; }
}

/* Responsive — inner pages */
@media (max-width: 1024px) {
  .about-story-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-creds-inner { grid-template-columns: repeat(3, 1fr); }
  .about-creds-inner .about-cred:nth-child(3n) { border-right: none; }
  .about-diff-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .port-showcase { padding-bottom: 56px; }
  .port-showcase-cta { display: none; }
  .pg-hero { min-height: 400px; padding: 72px 24px; }
  .about-story, .about-diff, .about-reviews, .faq-body { padding: 64px 20px; }
  .about-creds { padding: 40px 20px; }
  .about-creds-inner { grid-template-columns: repeat(3, 1fr); gap: 0; }
  .about-creds-inner .about-cred:nth-child(3n) { border-right: none; }
  .faq-cta { padding: 36px 24px; }
  .legal-wrap { padding: 72px 20px; }
}

/* ── BENEFITS: icon + title inline on mobile ── */
@media (max-width: 768px) {
  .svc-benefit {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 14px;
    align-items: center;
  }
  .svc-benefit-icon {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
    font-size: 26px;
  }
  .svc-benefit h3 {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
    align-self: center;
  }
  .svc-benefit p {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 14px;
  }
}

/* ── NAV BACKDROP OVERLAY ── */
body.nav-open::before {
  content: '';
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 999;
  animation: backdrop-in 0.38s ease both;
}
@keyframes backdrop-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ── HERO STATS: keep side by side on small screens ── */
@media (max-width: 420px) {
  .hero-proof-row {
    gap: 10px;
  }
}

/* ── LEGAL PAGE CONTENT (default page.php) ── */
.legal-page-content h2 { font-size: 17px; font-weight: 600; color: var(--charcoal); margin: 40px 0 12px; }
.legal-page-content p { font-size: 15px; color: var(--mid); line-height: 1.8; margin-bottom: 12px; }
.legal-page-content ul { padding-left: 20px; margin-bottom: 16px; }
.legal-page-content li { font-size: 15px; color: var(--mid); line-height: 1.8; margin-bottom: 6px; }
.legal-page-content a { color: var(--orange); text-decoration: none; }
.legal-page-content a:hover { text-decoration: underline; }

/* ── FREE QUOTE PAGE ── */
.page-template-page-free-quote .mob-cta-bar { display: none !important; }
.page-template-page-free-quote body { padding-bottom: 0 !important; }
.fq-wrap { padding-top: var(--nav-h); }
.fq-back {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 500; color: var(--mid);
  text-decoration: none; padding: 16px 48px;
  transition: color 0.2s;
}
.fq-back:hover { color: var(--charcoal); }
.fq-back svg { flex-shrink: 0; }
.fq-body {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 0;
  min-height: calc(100vh - var(--nav-h) - 56px);
  align-items: start;
}
.fq-form-col {
  padding: 40px 64px 80px;
  border-right: 1px solid var(--border);
}
.fq-form-col .form-header { margin-bottom: 32px; }
.fq-form-col .form-header h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 3vw, 40px); font-weight: 500;
  color: var(--charcoal); line-height: 1.2; margin-bottom: 8px;
}
.fq-form-col .form-header p { font-size: 14px; color: var(--mid); }
.fq-interest-group { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-bottom: 16px; }
.fq-interest-label {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px; border: 1.5px solid var(--border);
  border-radius: 10px; cursor: pointer; font-size: 13px; font-weight: 500;
  color: var(--charcoal); background: var(--light); transition: all 0.2s;
  user-select: none;
}
.fq-interest-label.checked {
  border-color: var(--orange); background: rgba(232,123,46,0.07); color: var(--orange);
}
.fq-interest-label input { display: none; }
.fq-submit-note { font-size: 12px; color: var(--mid); margin-top: 12px; line-height: 1.6; }
.fq-trust-col {
  padding: 40px 40px 80px;
  background: var(--light);
  position: sticky; top: var(--nav-h);
}
.fq-trust-strip {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px; margin-bottom: 28px;
  padding: 20px 16px;
  background: white; border-radius: 14px;
  border: 1px solid var(--border);
}
.fq-trust-stat { text-align: center; }
.fq-trust-num { font-family: "Playfair Display", serif; font-size: 20px; font-weight: 500; color: var(--charcoal); }
.fq-trust-lbl { font-size: 9px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--mid); margin-top: 3px; }
.fq-trust-testimonial {
  background: white; border-radius: 14px; padding: 24px;
  border: 1px solid var(--border); margin-bottom: 16px;
}
.fq-trust-testimonial .r-stars { font-size: 13px; color: var(--orange); letter-spacing: 2px; margin-bottom: 12px; }
.fq-trust-testimonial blockquote { font-size: 14px; color: #444; line-height: 1.75; font-style: italic; margin-bottom: 14px; }
.fq-trust-testimonial cite { font-size: 13px; font-weight: 600; font-style: normal; color: var(--charcoal); }
/* Review carousel */
.fq-review-carousel { overflow: hidden; border-radius: 14px; border: 1px solid var(--border); background: white; margin-bottom: 16px; }
.fq-review-track { display: flex; transition: transform 0.6s ease; }
.fq-review-slide { min-width: 100%; padding: 24px; box-sizing: border-box; }
.fq-review-slide .r-stars { font-size: 13px; color: var(--orange); letter-spacing: 2px; margin-bottom: 12px; }
.fq-review-slide blockquote { font-size: 14px; color: #444; line-height: 1.75; font-style: italic; margin-bottom: 14px; }
.fq-review-slide cite { font-size: 13px; font-weight: 600; font-style: normal; color: var(--charcoal); }
.fq-trust-badges { display: flex; flex-direction: column; gap: 10px; }
.fq-trust-badge {
  display: flex; align-items: center; gap: 12px;
  font-size: 13px; color: var(--mid); line-height: 1.4;
  background: white; padding: 12px 16px; border-radius: 10px;
  border: 1px solid var(--border);
}
.fq-trust-badge svg { flex-shrink: 0; color: var(--orange); }
.fq-form .form-submit { margin-top: 8px; width: 100%; justify-content: center; }
.fq-textarea {
  background: var(--light); border: 1.5px solid transparent;
  color: var(--charcoal); padding: 12px 14px; border-radius: 10px;
  font-size: 14px; font-family: "Outfit", sans-serif;
  outline: none; transition: all 0.25s; resize: vertical; width: 100%;
}
.fq-textarea:focus { border-color: var(--orange); background: white; box-shadow: 0 0 0 3px rgba(232,123,46,0.1); }

@media (max-width: 1024px) {
  .fq-body { display: flex; flex-direction: column; }
  .fq-trust-col { position: static; border-top: none; padding: 20px 32px 0; order: -1; }
  .fq-form-col { padding: 32px 32px 48px; border-right: none; order: 1; }
}
@media (max-width: 768px) {
  .fq-back { padding: 12px 20px; }
  .fq-form-col { padding: 24px 20px 48px; order: 0; }
  /* Trust col moves below form on mobile so form isn't pushed down */
  .fq-trust-col { padding: 24px 20px 40px; border-top: none; order: 1; }
  .fq-trust-strip { border: 1px solid var(--border); border-radius: 12px; padding: 16px; margin: 0 0 16px; }
  .fq-interest-group { grid-template-columns: 1fr 1fr; }
}
