    /* =========================================================
       TCY GTA HOMEPAGE — PAGE-SPECIFIC STYLES
       Uses the existing /css/style.css foundation.
    ========================================================= */

    #services,
    #projects,
    #process,
    #gta-guides,
    #areas,
    #about,
    #faq,
    #contact {
      scroll-margin-top: 96px;
    }

    #estimate {
      scroll-margin-top: 96px;
    }

    .gta-brand {
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: max-content;
    }

    .gta-brand-label {
      display: grid;
      gap: 1px;
      padding-left: 10px;
      border-left: 1px solid var(--line);
      line-height: 1.05;
    }

    .gta-brand-label strong {
      color: rgba(245,247,251,.95);
      font-size: 12px;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .gta-brand-label span {
      color: rgba(245,247,251,.52);
      font-size: 10px;
      letter-spacing: .05em;
      text-transform: uppercase;
    }

    .gta-nav-home {
      color: rgba(245,247,251,.62) !important;
      font-size: 12px;
    }

    @media (min-width: 981px) {
      body.gta-basement-page > header.nav .nav-inner > nav.nav-links > a.gta-nav-home[href="/"] {
        -webkit-text-stroke: .6px #39b86a;
        paint-order: stroke fill;
      }

      @supports not (-webkit-text-stroke: .6px #39b86a) {
        body.gta-basement-page > header.nav .nav-inner > nav.nav-links > a.gta-nav-home[href="/"] {
          text-shadow:
            .35px 0 rgba(57,184,106,.68),
            -.35px 0 rgba(57,184,106,.68),
            0 .35px rgba(57,184,106,.68),
            0 -.35px rgba(57,184,106,.68);
        }
      }
    }

    .gta-hero {
      position: relative;
      overflow: hidden;
      padding: clamp(62px, 8vw, 104px) 0 58px;
      border-bottom: 1px solid var(--line);
      background:
        radial-gradient(circle at 12% 18%, rgba(193,29,36,.18), transparent 34%),
        radial-gradient(circle at 88% 26%, rgba(193,29,36,.09), transparent 29%),
        linear-gradient(180deg, rgba(255,255,255,.012), transparent);
    }

    .gta-hero::after {
      content: "";
      position: absolute;
      right: -12%;
      bottom: -230px;
      width: 640px;
      height: 440px;
      border-radius: 50%;
      background: rgba(193,29,36,.08);
      filter: blur(95px);
      pointer-events: none;
    }

    .gta-hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
      gap: clamp(30px, 5vw, 64px);
      align-items: center;
    }

    .gta-hero h1 {
      max-width: 900px;
      margin: 15px 0 18px;
      font-size: clamp(43px, 6.2vw, 78px);
      line-height: 1.01;
      letter-spacing: -.048em;
    }

    .gta-hero-copy {
      max-width: 810px;
      color: var(--muted);
      font-size: clamp(17px, 2vw, 20px);
      line-height: 1.75;
    }

    .gta-hero-copy strong {
      color: rgba(245,247,251,.92);
    }

    .gta-hero-actions,
    .gta-card-actions,
    .gta-cta-actions {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 24px;
    }

    .gta-hero-badges {
      display: flex;
      gap: 9px;
      flex-wrap: wrap;
      margin-top: 21px;
    }

    .gta-hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 8px 11px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: rgba(255,255,255,.025);
      color: rgba(245,247,251,.72);
      font-size: 12px;
      font-weight: 760;
    }

    .gta-hero-badge::before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #e1343b;
      box-shadow: 0 0 0 4px rgba(225,52,59,.11);
    }

    .gta-visual {
      position: relative;
      min-height: 530px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.13);
      border-radius: 25px;
      background: #11151d;
      box-shadow: 0 34px 90px rgba(0,0,0,.38);
    }

    .gta-visual img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(.68) saturate(.88);
    }

    .gta-visual::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(7,10,15,.02), rgba(7,10,15,.18) 38%, rgba(7,10,15,.94)),
        linear-gradient(90deg, rgba(7,10,15,.22), transparent 60%);
    }

    .gta-visual-top,
    .gta-visual-bottom {
      position: absolute;
      z-index: 2;
      right: 20px;
      left: 20px;
    }

    .gta-visual-top {
      top: 20px;
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: flex-start;
    }

    .gta-division-tag,
    .gta-photo-tag {
      display: inline-flex;
      padding: 8px 11px;
      border: 1px solid rgba(255,255,255,.16);
      border-radius: 999px;
      background: rgba(7,10,15,.72);
      color: rgba(255,255,255,.9);
      font-size: 11px;
      font-weight: 850;
      backdrop-filter: blur(10px);
    }

    .gta-photo-tag {
      color: rgba(255,255,255,.7);
      font-weight: 720;
    }

    .gta-visual-bottom {
      bottom: 20px;
    }

    .gta-visual-bottom h2 {
      max-width: 520px;
      margin: 0 0 8px;
      font-size: clamp(26px, 3.1vw, 39px);
      line-height: 1.1;
      letter-spacing: -.025em;
    }

    .gta-visual-bottom p {
      max-width: 560px;
      margin: 0;
      color: rgba(245,247,251,.67);
      line-height: 1.65;
    }

    .gta-trust-bar {
      border-bottom: 1px solid var(--line);
      background: rgba(255,255,255,.018);
    }

    .gta-trust-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .gta-trust-item {
      padding: 18px 20px;
      border-right: 1px solid var(--line);
    }

    .gta-trust-item:last-child { border-right: 0; }

    .gta-trust-item span {
      display: block;
      margin-bottom: 5px;
      color: rgba(245,247,251,.46);
      font-size: 10px;
      font-weight: 800;
      letter-spacing: .065em;
      text-transform: uppercase;
    }

    .gta-trust-item strong {
      color: rgba(245,247,251,.9);
      font-size: 14px;
      line-height: 1.45;
    }

    .gta-section-head {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 22px;
      margin-bottom: 25px;
    }

    .gta-section-head > div { max-width: 850px; }
    .gta-section-head h2 { margin: 0 0 9px; }
    .gta-section-head p { margin: 0; }

    .gta-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 10px;
      color: rgba(245,247,251,.63);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .085em;
      text-transform: uppercase;
    }

    .gta-eyebrow::before {
      content: "";
      width: 18px;
      height: 2px;
      border-radius: 999px;
      background: #e1343b;
    }

    .gta-services-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .gta-service-card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-height: 286px;
      padding: 22px;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 19px;
      background:
        linear-gradient(145deg, rgba(255,255,255,.052), rgba(255,255,255,.017));
      box-shadow: 0 18px 46px rgba(0,0,0,.18);
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
    }

    .gta-service-card::after {
      content: "";
      position: absolute;
      right: -40px;
      bottom: -70px;
      width: 170px;
      height: 170px;
      border-radius: 50%;
      background: rgba(193,29,36,.06);
      filter: blur(8px);
      pointer-events: none;
    }

    .gta-service-card:hover {
      transform: translateY(-3px);
      border-color: rgba(255,255,255,.2);
      box-shadow: 0 25px 62px rgba(0,0,0,.25);
    }

    .gta-service-number {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      margin-bottom: 34px;
      border: 1px solid rgba(225,52,59,.28);
      border-radius: 12px;
      background: rgba(193,29,36,.11);
      color: rgba(255,255,255,.9);
      font-size: 12px;
      font-weight: 900;
    }

    .gta-service-card h3 {
      position: relative;
      z-index: 1;
      margin: 0 0 10px;
      font-size: 21px;
    }

    .gta-service-card p {
      position: relative;
      z-index: 1;
      flex: 1;
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.7;
    }

    .gta-service-link {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      gap: 7px;
      width: max-content;
      margin-top: 20px;
      color: rgba(245,247,251,.88);
      font-size: 13px;
      font-weight: 850;
    }

    .gta-service-link::after {
      content: "→";
      color: #e1343b;
      transition: transform .2s ease;
    }

    .gta-service-link:hover::after { transform: translateX(3px); }

    .gta-proof-wrap {
      padding: clamp(25px, 5vw, 44px);
      overflow: hidden;
      background:
        radial-gradient(circle at 100% 10%, rgba(193,29,36,.12), transparent 30%),
        linear-gradient(145deg, rgba(255,255,255,.052), rgba(255,255,255,.016));
    }

    .gta-proof-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
      gap: clamp(26px, 5vw, 58px);
      align-items: center;
    }

    .gta-proof-list {
      display: grid;
      gap: 12px;
      margin-top: 22px;
    }

    .gta-proof-item {
      display: grid;
      grid-template-columns: 33px 1fr;
      gap: 12px;
      align-items: start;
      padding: 13px 0;
      border-bottom: 1px solid var(--line);
    }

    .gta-proof-item:last-child { border-bottom: 0; }

    .gta-proof-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: rgba(193,29,36,.13);
      color: #fff;
      font-size: 12px;
      font-weight: 900;
    }

    .gta-proof-item strong {
      display: block;
      margin-bottom: 4px;
    }

    .gta-proof-item p {
      margin: 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.6;
    }

    .gta-brief-card {
      padding: 22px;
      background: rgba(7,10,15,.42);
      box-shadow: 0 25px 70px rgba(0,0,0,.28);
    }

    .gta-brief-card h3 { margin: 0 0 16px; }

    .gta-brief-row {
      display: grid;
      grid-template-columns: 125px 1fr;
      gap: 15px;
      padding: 13px 0;
      border-bottom: 1px solid var(--line);
    }

    .gta-brief-row:last-child { border-bottom: 0; }

    .gta-brief-row span {
      color: rgba(245,247,251,.46);
      font-size: 11px;
      font-weight: 850;
      letter-spacing: .045em;
      text-transform: uppercase;
    }

    .gta-brief-row strong {
      color: rgba(245,247,251,.88);
      font-size: 13px;
      line-height: 1.55;
    }

    .gta-project-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .gta-project-card {
      position: relative;
      min-height: 390px;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 20px;
      background: #10141b;
      box-shadow: 0 18px 48px rgba(0,0,0,.22);
    }

    .gta-project-card img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(.7) saturate(.88);
      transition: transform .35s ease, filter .35s ease;
    }

    .gta-project-card:hover img {
      transform: scale(1.035);
      filter: brightness(.62) saturate(.92);
    }

    .gta-project-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 25%, rgba(7,10,15,.18) 48%, rgba(7,10,15,.97));
    }

    .gta-project-copy {
      position: absolute;
      z-index: 2;
      right: 18px;
      bottom: 18px;
      left: 18px;
    }

    .gta-project-label {
      display: inline-flex;
      margin-bottom: 10px;
      padding: 6px 9px;
      border: 1px solid rgba(255,255,255,.15);
      border-radius: 999px;
      background: rgba(7,10,15,.72);
      color: rgba(255,255,255,.72);
      font-size: 10px;
      font-weight: 850;
      letter-spacing: .05em;
      text-transform: uppercase;
      backdrop-filter: blur(8px);
    }

    .gta-project-copy h3 {
      margin: 0 0 7px;
      font-size: 21px;
    }

    .gta-project-copy p {
      margin: 0;
      color: rgba(245,247,251,.62);
      font-size: 13px;
      line-height: 1.6;
    }

    .gta-project-placeholder {
      display: flex;
      align-items: flex-end;
      background:
        radial-gradient(circle at 78% 22%, rgba(193,29,36,.24), transparent 27%),
        linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
    }

    .gta-project-placeholder::before {
      content: "GTA";
      position: absolute;
      top: 24px;
      right: 20px;
      color: rgba(255,255,255,.035);
      font-size: 105px;
      font-weight: 950;
      letter-spacing: -.07em;
    }

    .gta-process-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 12px;
    }

    .gta-process-card {
      min-height: 235px;
      padding: 19px;
      background: rgba(255,255,255,.025);
      box-shadow: none;
    }

    .gta-process-step {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      margin-bottom: 35px;
      border-radius: 50%;
      background: rgba(193,29,36,.14);
      color: rgba(255,255,255,.92);
      font-size: 11px;
      font-weight: 900;
    }

    .gta-process-card h3 {
      margin: 0 0 9px;
      font-size: 17px;
      line-height: 1.35;
    }

    .gta-process-card p {
      margin: 0;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.65;
    }

    .gta-area-card {
      padding: clamp(25px, 5vw, 42px);
      background:
        linear-gradient(90deg, rgba(193,29,36,.08), transparent 36%),
        rgba(255,255,255,.025);
    }

    .gta-area-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
      gap: 42px;
      align-items: center;
    }

    .gta-area-chips {
      display: flex;
      gap: 9px;
      flex-wrap: wrap;
      margin-top: 20px;
    }

    .gta-area-chip {
      padding: 9px 12px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: rgba(255,255,255,.025);
      color: rgba(245,247,251,.74);
      font-size: 12px;
      font-weight: 800;
    }

    .gta-area-city-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gta-area-city-grid .gta-area-chip {
      text-align: center;
    }

    .gta-area-qualification {
      margin: 12px 0 0;
      color: var(--muted);
      font-size: 13px;
    }

    .gta-area-note {
      padding: 20px;
      border: 1px solid rgba(225,52,59,.2);
      border-radius: 16px;
      background: rgba(193,29,36,.07);
    }

    .gta-area-note strong {
      display: block;
      margin-bottom: 8px;
    }

    .gta-area-note p {
      margin: 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.7;
    }

    .gta-area-note .btn {
      margin-top: 16px;
    }

    .gta-about-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
      gap: 28px;
      align-items: stretch;
    }

    .gta-about-copy,
    .gta-about-side {
      padding: clamp(24px, 4vw, 35px);
    }

    .gta-about-copy p {
      color: var(--muted);
      line-height: 1.78;
    }

    .gta-about-side {
      display: grid;
      gap: 12px;
      background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.016));
    }

    .gta-about-stat {
      padding: 15px;
      border: 1px solid var(--line);
      border-radius: 14px;
      background: rgba(255,255,255,.02);
    }

    .gta-about-stat strong {
      display: block;
      margin-bottom: 4px;
      color: rgba(245,247,251,.92);
    }

    .gta-about-stat span {
      color: var(--muted);
      font-size: 12px;
      line-height: 1.55;
    }

    .gta-faq-list {
      display: grid;
      gap: 10px;
      max-width: 980px;
    }

    .gta-faq-list details {
      padding: 17px 18px;
      border: 1px solid var(--line);
      border-radius: 15px;
      background: rgba(255,255,255,.025);
    }

    .gta-faq-list summary {
      cursor: pointer;
      font-weight: 850;
      line-height: 1.5;
    }

    .gta-faq-list details p {
      margin: 11px 0 0;
      color: var(--muted);
      line-height: 1.75;
    }

    .gta-contact-shell {
      padding: clamp(24px, 4vw, 34px);
      overflow: hidden;
      background:
        radial-gradient(circle at 95% 15%, rgba(193,29,36,.11), transparent 30%),
        linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.014));
    }

    .gta-contact-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
      gap: 18px;
      margin-top: 23px;
    }

    .gta-contact-form,
    .gta-contact-details {
      padding: 20px;
      background: rgba(7,10,15,.36);
      box-shadow: none;
    }

    .gta-form-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 11px;
    }

    .gta-form-full { grid-column: 1 / -1; }

    .gta-contact-detail {
      padding: 14px 0;
      border-bottom: 1px solid var(--line);
    }

    .gta-contact-detail:first-of-type { padding-top: 0; }
    .gta-contact-detail:last-of-type { border-bottom: 0; }

    .gta-contact-detail span {
      display: block;
      margin-bottom: 5px;
      color: rgba(245,247,251,.45);
      font-size: 10px;
      font-weight: 850;
      letter-spacing: .055em;
      text-transform: uppercase;
    }

    .gta-contact-detail strong,
    .gta-contact-detail a {
      color: rgba(245,247,251,.9);
      line-height: 1.55;
    }

    .gta-launch-note {
      margin-top: 15px;
      padding: 12px 13px;
      border: 1px solid var(--line);
      border-radius: 12px;
      background: rgba(255,255,255,.02);
      color: rgba(245,247,251,.53);
      font-size: 11px;
      line-height: 1.6;
    }

    .gta-footer-label {
      display: inline-flex;
      margin-top: 10px;
      padding: 6px 9px;
      border: 1px solid rgba(225,52,59,.22);
      border-radius: 999px;
      background: rgba(193,29,36,.08);
      color: rgba(245,247,251,.75);
      font-size: 10px;
      font-weight: 850;
      letter-spacing: .055em;
      text-transform: uppercase;
    }

    @media (max-width: 1080px) {
      .gta-services-grid,
      .gta-project-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .gta-process-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }

    @media (max-width: 930px) {
      .gta-brand-label { display: none; }

      .gta-hero-grid,
      .gta-proof-grid,
      .gta-area-grid,
      .gta-about-grid,
      .gta-contact-grid {
        grid-template-columns: 1fr;
      }

      .gta-visual { min-height: 500px; }

      .gta-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .gta-trust-item:nth-child(2) { border-right: 0; }
      .gta-trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    }

    @media (max-width: 700px) {
      .gta-section-head {
        align-items: flex-start;
        flex-direction: column;
      }

      .gta-services-grid,
      .gta-project-grid,
      .gta-process-grid,
      .gta-form-grid {
        grid-template-columns: 1fr;
      }

      .gta-form-full { grid-column: auto; }

      .gta-service-card { min-height: auto; }
      .gta-service-number { margin-bottom: 24px; }
      .gta-project-card { min-height: 360px; }
    }

    @media (max-width: 560px) {
      .gta-hero { padding-top: 48px; }
      .gta-hero h1 { font-size: clamp(39px, 12vw, 57px); }
      .gta-visual { min-height: 430px; }
      .gta-visual-top { flex-direction: column; }
      .gta-photo-tag { display: none; }

      .gta-trust-grid { grid-template-columns: 1fr; }
      .gta-trust-item,
      .gta-trust-item:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--line);
      }
      .gta-trust-item:last-child { border-bottom: 0; }

      .gta-hero-actions .btn,
      .gta-card-actions .btn,
      .gta-cta-actions .btn,
      .gta-contact-form .btn {
        width: 100%;
        text-align: center;
      }

      .gta-brief-row { grid-template-columns: 1fr; gap: 5px; }
    }
/* GTA-only accessibility, navigation and form enhancements. */
.gta-thanks {
  min-height: 72vh;
  display: grid;
  place-items: center;
  padding: 64px 0;
}

.gta-guides-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.gta-guide-card {
  overflow:hidden;
}

.gta-guide-card__image {
  display:block;
  overflow:hidden;
}

.gta-guide-card__image img {
  display:block;
  width:100%;
  aspect-ratio:3/2;
  object-fit:cover;
  transition:transform .25s ease;
}

.gta-guide-card:hover .gta-guide-card__image img {
  transform:scale(1.025);
}

.gta-guide-card__body {
  padding:22px;
}

.gta-guide-card__body h3 {
  margin:12px 0 9px;
  font-size:clamp(21px,3vw,28px);
  line-height:1.2;
}

.gta-guide-card__body p,
.gta-work-disclosure {
  color:var(--muted);
}

.gta-work-disclosure {
  margin:14px 0 0;
  font-size:12px;
}

.gta-blog-hero {
  padding:clamp(48px,8vw,88px) 0 30px;
}

.gta-breadcrumbs {
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:20px;
  color:var(--muted);
  font-size:13px;
}

.gta-blog-hero h1 {
  max-width:950px;
}

.gta-blog-hero__intro {
  max-width:760px;
  color:var(--muted);
  font-size:18px;
}

.gta-blog-meta {
  display:flex;
  gap:10px 18px;
  flex-wrap:wrap;
  margin-top:18px;
  color:rgba(245,247,251,.58);
  font-size:13px;
}

.gta-blog-image {
  margin:28px 0 0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--radius);
}

.gta-blog-image img {
  display:block;
  width:100%;
  max-height:610px;
  object-fit:cover;
}

.gta-article-layout {
  display:grid;
  grid-template-columns:minmax(0,1fr) 280px;
  gap:36px;
  align-items:start;
}

.gta-article {
  min-width:0;
}

.gta-article h2 {
  margin:40px 0 12px;
  font-size:clamp(26px,4vw,38px);
  line-height:1.16;
}

.gta-article h3 {
  margin:24px 0 8px;
  font-size:21px;
}

.gta-article p,
.gta-article li {
  color:var(--muted);
  font-size:16px;
  line-height:1.78;
}

.gta-article li {
  margin:8px 0;
}

.gta-article a:not(.btn) {
  color:#ff9a9d;
  text-decoration:underline;
  text-underline-offset:3px;
}

.gta-article-aside {
  position:sticky;
  top:92px;
  padding:20px;
}

.gta-article-aside strong {
  display:block;
  margin-bottom:10px;
}

.gta-article-aside a {
  display:block;
  padding:7px 0;
  color:var(--muted);
  font-size:13px;
}

.gta-article-callout {
  margin:24px 0;
  padding:18px 20px;
  border-left:4px solid var(--brand2);
  background:rgba(177,18,23,.09);
}

.gta-article-cta {
  margin-top:40px;
  padding:clamp(24px,5vw,38px);
}

@media (max-width: 900px) {
  .gta-article-layout {
    grid-template-columns:1fr;
  }
  .gta-article-aside {
    position:static;
    order:-1;
  }
}

@media (max-width: 700px) {
  .gta-guides-grid {
    grid-template-columns:1fr;
  }

  .gta-area-city-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

.gta-article-cta--early {
  margin: 24px 0 34px;
  padding: clamp(20px,4vw,30px);
}

.gta-article-cta--mid {
  margin: 32px 0;
  padding: clamp(20px,4vw,30px);
}

.gta-article-cta h2 {
  margin-top:0;
}

.gta-article-cta .gta-cta-actions {
  margin-top:18px;
}

@media (max-width: 560px) {
  .gta-article-cta .btn {
    width:100%;
  }
}

.gta-thanks-card {
  max-width: 760px;
  padding: clamp(26px, 6vw, 52px);
  text-align: center;
}

.gta-thanks-card h1 {
  max-width: 15ch;
  margin-right: auto;
  margin-left: auto;
}

.gta-thanks-card p {
  max-width: 62ch;
  margin: 0 auto 18px;
  color: var(--muted);
}

.gta-thanks-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.gta-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 5000;
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  color: #07090c;
  font-weight: 900;
  transform: translateY(-150%);
}

.gta-skip-link:focus {
  transform: translateY(0);
}

.gta-mobile-actions {
  align-items: center;
  gap: 8px;
}

.gta-menu-toggle {
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  color: var(--text);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.gta-mobile-menu {
  border-top: 1px solid var(--line);
  background: rgba(7,9,12,.97);
}

.gta-mobile-menu[hidden] {
  display: none;
}

.gta-mobile-menu .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  padding-top: 10px;
  padding-bottom: 12px;
}

.gta-mobile-menu a {
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
}

.gta-field {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: rgba(245,247,251,.9);
  font-size: 13px;
  font-weight: 800;
}

.gta-field .input {
  font: inherit;
  font-weight: 400;
}

.gta-field textarea.input {
  max-width: 100%;
  min-height: 150px;
  resize: vertical;
}

.gta-field .input::placeholder {
  color: rgba(245,247,251,.62);
  opacity: 1;
}

.gta-form-help {
  color: rgba(245,247,251,.68);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.gta-project-placeholder::before {
  content: "TCY";
}

.gta-skip-link:focus-visible,
.gta-menu-toggle:focus-visible,
.gta-mobile-menu a:focus-visible,
.gta-field .input:focus-visible,
body.gta-page a:focus-visible,
body.gta-page button:focus-visible,
body.gta-page summary:focus-visible {
  outline: 3px solid #ff7378;
  outline-offset: 3px;
}

@media (min-width: 981px) {
  .gta-mobile-menu,
  .gta-mobile-actions {
    display: none !important;
  }
}

@media (max-width: 560px) {
  .gta-visual {
    min-height: 360px;
  }

  .gta-hero h1 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .gta-trust-item span,
  .gta-contact-detail span,
  .gta-footer-label,
  .gta-project-label {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .reveal.in {
    opacity: 1;
    transform: none;
    transition: none;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width:980px){
  body.gta-page .gta-hero{
    padding-top:clamp(30px,8vw,52px);
    padding-bottom:clamp(36px,9vw,58px);
  }

  body.gta-page .gta-hero h1,
  body.gta-page .gta-blog-hero h1{
    max-width:18ch;
    font-size:clamp(2.15rem,8.5vw,3.5rem);
    line-height:1.02;
  }

  body.gta-page .gta-hero-actions .btn,
  body.gta-page .gta-cta-actions .btn{
    min-height:50px;
  }

  body.gta-page .gta-service-grid,
  body.gta-page .gta-project-grid{
    gap:14px;
  }

  body.gta-page .gta-project-media img{
    aspect-ratio:4/3;
    object-fit:cover;
  }
}

/* ===== FINAL GTA MOBILE POLISH 2 ===== */
@media (max-width:980px){
  body.gta-page .gta-hero .kicker,
  body.gta-page .gta-blog-hero .kicker,
  body.gta-page .gta-eyebrow{
    margin-bottom:16px;
  }

  body.gta-page .gta-hero h1,
  body.gta-page .gta-blog-hero h1,
  body.gta-page .gta-thanks-card h1{
    margin-top:0;
    margin-bottom:24px;
  }

  body.gta-page .gta-hero-copy + .gta-hero-actions,
  body.gta-page .gta-blog-hero p + .gta-hero-actions{
    margin-top:30px;
  }

  body.gta-page .gta-about-copy > p + p,
  body.gta-page .gta-thanks-card > p + p{
    position:relative;
    margin-top:26px;
    padding-top:24px;
  }

  body.gta-page .gta-about-copy > p + p::before,
  body.gta-page .gta-thanks-card > p + p::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:52px;
    height:1px;
    background:rgba(220,38,38,.7);
  }

  body.gta-page .gta-mobile-back{
    gap:8px;
    min-height:48px;
    border-radius:8px;
  }

  body.gta-page .gta-footer-back{
    display:inline-flex;
    min-height:48px;
    align-items:center;
    margin-top:10px;
    color:rgba(255,255,255,.88);
    font-weight:750;
    text-decoration:underline;
    text-decoration-color:rgba(255,255,255,.42);
    text-underline-offset:5px;
  }
}

@media (max-width:560px){
  body.gta-page .gta-hero h1,
  body.gta-page .gta-blog-hero h1{
    font-size:clamp(2rem,10vw,2.8rem);
  }

  body.gta-page .gta-hero-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  body.gta-page .gta-hero-actions .btn:first-child{
    grid-column:1/-1;
  }

  body.gta-page .gta-hero .kicker,
  body.gta-page .gta-blog-hero .kicker,
  body.gta-page .gta-eyebrow{
    margin-bottom:16px;
  }

  body.gta-page .gta-hero h1,
  body.gta-page .gta-blog-hero h1,
  body.gta-page .gta-thanks-card h1{
    margin-top:0;
    margin-bottom:24px;
  }
}

@media (max-width:980px){
  body.gta-page .gta-hero{
    padding-top:32px;
  }

  body.gta-page .gta-hero .kicker{
    margin-bottom:14px;
  }

  .gta-mobile-back{
    display:inline-flex;
    align-items:center;
    min-height:44px;
    margin:0 0 18px;
    padding:7px 2px;
    color:rgba(255,255,255,.84);
    font-size:.96rem;
    font-weight:700;
    text-decoration:underline;
    text-decoration-color:rgba(255,255,255,.4);
    text-underline-offset:5px;
  }

  body.gta-page .gta-hero h1{
    margin-top:0;
    margin-bottom:16px;
  }

  body.gta-page .gta-hero-copy{
    max-width:38rem;
    color:rgba(255,255,255,.8);
    font-size:clamp(1.08rem,4.2vw,1.18rem);
    line-height:1.58;
  }

  body.gta-page .gta-hero-actions .btn:first-child{
    border-color:#d11c25;
    background:#c91520;
    color:#fff;
  }
}

@media (max-width:980px){
  body.gta-page .gta-hero .kicker,
  body.gta-page .gta-blog-hero .kicker,
  body.gta-page .gta-eyebrow{margin-bottom:16px}
  body.gta-page .gta-hero h1,
  body.gta-page .gta-blog-hero h1,
  body.gta-page .gta-thanks-card h1{margin-top:0;margin-bottom:24px}
}

/* =========================================================
   GTA BASEMENT RENOVATION SERVICE PAGE
   Scoped to protect the primary Saskatoon site and GTA pages.
========================================================= */

body.gta-basement-page {
  overflow-x: hidden;
}

body.gta-basement-page #basement-services,
body.gta-basement-page #framing,
body.gta-basement-page #drywall,
body.gta-basement-page #flooring,
body.gta-basement-page #painting,
body.gta-basement-page #ceilings,
body.gta-basement-page #finishing,
body.gta-basement-page #areas,
body.gta-basement-page #faq,
body.gta-basement-page #estimate,
body.gta-basement-page #contact {
  scroll-margin-top: 96px;
}

body.gta-basement-page .gta-basement-section {
  position: relative;
  padding-top: clamp(62px, 8vw, 104px);
  padding-bottom: clamp(62px, 8vw, 104px);
}

body.gta-basement-page .gta-basement-section--tint {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 92% 8%, rgba(193,29,36,.075), transparent 28%),
    rgba(255,255,255,.012);
}

body.gta-basement-page .gta-section-head {
  margin-bottom: clamp(26px, 4vw, 38px);
}

body.gta-basement-page .gta-section-head h2 {
  max-width: 900px;
  font-size: clamp(32px, 4.8vw, 52px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

body.gta-basement-page .gta-section-head .lead {
  max-width: 840px;
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 1.72;
}

body.gta-basement-page .gta-basement-hero {
  padding: clamp(34px, 5vw, 66px) 0 clamp(64px, 8vw, 94px);
}

body.gta-basement-page .gta-basement-breadcrumbs {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(30px, 4vw, 48px);
}

body.gta-basement-page .gta-basement-breadcrumbs a {
  color: rgba(245,247,251,.72);
}

body.gta-basement-page .gta-basement-breadcrumbs a:hover {
  color: #fff;
}

body.gta-basement-page .gta-basement-hero-grid {
  grid-template-columns: minmax(0, .98fr) minmax(430px, 1.02fr);
  gap: clamp(40px, 6vw, 76px);
  align-items: center;
}

body.gta-basement-page .gta-basement-hero-copy {
  min-width: 0;
}

body.gta-basement-page .gta-basement-hero h1 {
  max-width: 760px;
  margin: 17px 0 20px;
  font-size: clamp(44px, 5vw, 64px);
  line-height: .99;
  letter-spacing: -.052em;
}

body.gta-basement-page .gta-basement-hero .gta-hero-copy {
  max-width: 750px;
  margin: 0;
  color: rgba(245,247,251,.75);
  font-size: clamp(17px, 1.75vw, 19px);
  line-height: 1.68;
}

body.gta-basement-page .gta-basement-hero-note {
  position: relative;
  max-width: 720px;
  margin: 22px 0 0;
  padding-left: 18px;
  color: rgba(245,247,251,.6);
  font-size: 15px;
  line-height: 1.68;
}

body.gta-basement-page .gta-basement-hero-note::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 2px;
  border-radius: 999px;
  background: #d5222a;
}

body.gta-basement-page .gta-basement-hero-actions {
  align-items: center;
  margin-top: 28px;
}

body.gta-basement-page .gta-basement-tertiary,
body.gta-basement-page .gta-basement-back {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: rgba(245,247,251,.75);
  font-size: 13px;
  font-weight: 850;
  text-underline-offset: 4px;
}

body.gta-basement-page .gta-basement-tertiary {
  padding: 0 9px;
}

body.gta-basement-page .gta-basement-tertiary:hover,
body.gta-basement-page .gta-basement-back:hover {
  color: #fff;
  text-decoration: underline;
}

body.gta-basement-page .gta-basement-back {
  margin-top: 17px;
  color: rgba(245,247,251,.52);
}

body.gta-basement-page .gta-basement-hero-visual {
  position: relative;
  min-width: 0;
  height: clamp(510px, 48vw, 610px);
}

body.gta-basement-page .gta-basement-hero-main,
body.gta-basement-page .gta-basement-hero-inset {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  background: #11151d;
  box-shadow: 0 32px 80px rgba(0,0,0,.4);
}

body.gta-basement-page .gta-basement-hero-main {
  position: absolute;
  inset: 0 54px 58px 0;
  border-radius: 26px;
}

body.gta-basement-page .gta-basement-hero-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,10,15,.02) 42%, rgba(7,10,15,.88));
  pointer-events: none;
}

body.gta-basement-page .gta-basement-hero-main img,
body.gta-basement-page .gta-basement-hero-inset img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.gta-basement-page .gta-basement-hero-main img {
  object-position: 52% center;
}

body.gta-basement-page .gta-basement-hero-main figcaption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 720;
}

body.gta-basement-page .gta-basement-hero-main figcaption span {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

body.gta-basement-page .gta-basement-hero-inset {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 45%;
  aspect-ratio: 4 / 3;
  border-width: 5px;
  border-color: #0a0d12;
  border-radius: 19px;
}

body.gta-basement-page .gta-basement-hero-inset img {
  object-position: center;
}

body.gta-basement-page .gta-basement-hero-inset figcaption {
  position: absolute;
  right: 9px;
  bottom: 9px;
  left: 9px;
  padding: 8px 9px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 9px;
  background: rgba(7,10,15,.8);
  color: rgba(255,255,255,.9);
  font-size: 10px;
  font-weight: 850;
  backdrop-filter: blur(7px);
}

body.gta-basement-page .gta-basement-visual-mark {
  position: absolute;
  top: -17px;
  right: 18px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  background: #bd1720;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 15px 35px rgba(193,29,36,.32);
}

body.gta-basement-page .gta-basement-service-nav-section {
  padding-bottom: clamp(54px, 7vw, 82px);
}

body.gta-basement-page .gta-basement-service-nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

body.gta-basement-page .gta-basement-service-nav a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  min-height: 126px;
  padding: 18px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
  color: rgba(245,247,251,.88);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

body.gta-basement-page .gta-basement-service-nav a:hover {
  transform: translateY(-3px);
  border-color: rgba(225,52,59,.42);
  background: rgba(193,29,36,.08);
}

body.gta-basement-page .gta-basement-service-nav svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #e44249;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.gta-basement-page .gta-basement-project-types {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

body.gta-basement-page .gta-basement-project-type {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: rgba(255,255,255,.025);
  box-shadow: 0 18px 46px rgba(0,0,0,.18);
}

body.gta-basement-page .gta-basement-project-type figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #11151d;
}

body.gta-basement-page .gta-basement-project-type figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(7,10,15,.82));
  pointer-events: none;
}

body.gta-basement-page .gta-basement-project-type img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

body.gta-basement-page .gta-basement-project-type:nth-child(4) img {
  object-position: center 64%;
}

body.gta-basement-page .gta-basement-project-type:hover img {
  transform: scale(1.025);
}

body.gta-basement-page .gta-basement-project-type figcaption {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 10px;
  left: 12px;
  color: rgba(255,255,255,.76);
  font-size: 10px;
  font-weight: 780;
}

body.gta-basement-page .gta-basement-project-type > div {
  padding: 20px;
}

body.gta-basement-page .gta-basement-project-type > div > span {
  display: block;
  margin-bottom: 17px;
  color: #e44249;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
}

body.gta-basement-page .gta-basement-project-type h3 {
  margin: 0 0 9px;
  font-size: 19px;
  line-height: 1.25;
}

body.gta-basement-page .gta-basement-project-type p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.68;
}

body.gta-basement-page .gta-basement-work-sequence {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

body.gta-basement-page .gta-basement-work-sequence figure {
  position: relative;
  min-width: 0;
  height: 350px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #11151d;
}

body.gta-basement-page .gta-basement-work-sequence figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(7,10,15,.94));
  pointer-events: none;
}

body.gta-basement-page .gta-basement-work-sequence img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.gta-basement-page .gta-basement-work-sequence figure:nth-child(2) img,
body.gta-basement-page .gta-basement-work-sequence figure:nth-child(3) img {
  object-position: center 42%;
}

body.gta-basement-page .gta-basement-work-sequence figcaption {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  left: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
}

body.gta-basement-page .gta-basement-work-sequence figcaption span {
  display: grid;
  flex: 0 0 31px;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #bd1720;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
}

body.gta-basement-page .gta-basement-work-sequence figcaption strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}

body.gta-basement-page .gta-basement-disclosure {
  max-width: 900px;
  margin: 16px 0 0;
  color: rgba(245,247,251,.5);
  font-size: 12px;
  line-height: 1.65;
}

body.gta-basement-page .gta-basement-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

body.gta-basement-page .gta-basement-scope-card {
  position: relative;
  display: flex;
  gap: 22px;
  min-width: 0;
  min-height: 248px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 19px;
  background:
    radial-gradient(circle at 100% 0, rgba(193,29,36,.08), transparent 35%),
    rgba(255,255,255,.023);
  box-shadow: 0 18px 44px rgba(0,0,0,.16);
}

body.gta-basement-page .gta-basement-scope-card > div {
  position: relative;
  z-index: 1;
  align-self: center;
}

body.gta-basement-page .gta-basement-scope-card--image {
  display: grid;
  grid-template-columns: minmax(150px, .72fr) minmax(0, 1.28fr);
  padding: 0;
  min-height: 300px;
}

body.gta-basement-page .gta-basement-scope-card--image > img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center 45%;
}

body.gta-basement-page .gta-basement-scope-card--image > div {
  padding: 25px;
}

body.gta-basement-page .gta-basement-scope-image--ceiling {
  object-position: 58% center;
}

body.gta-basement-page .gta-basement-card-label {
  display: inline-flex;
  margin-bottom: 11px;
  color: #ef6d72;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .085em;
  text-transform: uppercase;
}

body.gta-basement-page .gta-basement-scope-card h3 {
  margin: 0 0 10px;
  font-size: clamp(21px, 2.4vw, 27px);
  line-height: 1.16;
}

body.gta-basement-page .gta-basement-scope-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

body.gta-basement-page .gta-basement-card-number {
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(225,52,59,.25);
  border-radius: 13px;
  background: rgba(193,29,36,.1);
  color: rgba(255,255,255,.9);
  font-size: 11px;
  font-weight: 950;
}

body.gta-basement-page .gta-basement-coordination-grid,
body.gta-basement-page .gta-basement-why-grid {
  display: grid;
  gap: 15px;
}

body.gta-basement-page .gta-basement-coordination-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.gta-basement-page .gta-basement-coordination-grid article,
body.gta-basement-page .gta-basement-why-grid article {
  padding: 23px;
  background: rgba(255,255,255,.025);
  box-shadow: none;
}

body.gta-basement-page .gta-basement-coordination-grid article > span,
body.gta-basement-page .gta-basement-why-grid article > span {
  display: block;
  margin-bottom: 30px;
  color: #e44249;
  font-size: 11px;
  font-weight: 950;
}

body.gta-basement-page .gta-basement-coordination-grid h3,
body.gta-basement-page .gta-basement-why-grid h3 {
  margin: 0 0 9px;
  font-size: 20px;
}

body.gta-basement-page .gta-basement-coordination-grid p,
body.gta-basement-page .gta-basement-why-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

body.gta-basement-page .gta-basement-process-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 0, rgba(193,29,36,.11), transparent 28%),
    rgba(255,255,255,.015);
}

body.gta-basement-page .gta-basement-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.gta-basement-page .gta-basement-process::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: linear-gradient(90deg, rgba(225,52,59,.35), rgba(255,255,255,.14), rgba(225,52,59,.35));
}

body.gta-basement-page .gta-basement-process li {
  position: relative;
  z-index: 1;
  min-width: 0;
}

body.gta-basement-page .gta-basement-process li > span {
  display: grid;
  place-items: center;
  width: 51px;
  height: 51px;
  margin-bottom: 18px;
  border: 7px solid #0b0e13;
  border-radius: 50%;
  background: #c51a23;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  box-shadow: 0 0 0 1px rgba(225,52,59,.25);
}

body.gta-basement-page .gta-basement-process li > div {
  min-height: 210px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.025);
}

body.gta-basement-page .gta-basement-process h3 {
  margin: 0 0 9px;
  font-size: 17px;
  line-height: 1.3;
}

body.gta-basement-page .gta-basement-process p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

body.gta-basement-page .gta-basement-cost-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.gta-basement-page .gta-basement-cost-grid article {
  min-height: 244px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255,255,255,.022);
}

body.gta-basement-page .gta-basement-cost-grid span {
  display: inline-flex;
  margin-bottom: 29px;
  color: #e44249;
  font-size: 11px;
  font-weight: 950;
}

body.gta-basement-page .gta-basement-cost-grid h3 {
  margin: 0 0 9px;
  font-size: 20px;
}

body.gta-basement-page .gta-basement-cost-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

body.gta-basement-page .gta-basement-cost-cta {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 20px 22px;
  border: 1px solid rgba(225,52,59,.22);
  border-radius: 17px;
  background: rgba(193,29,36,.075);
}

body.gta-basement-page .gta-basement-cost-cta strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 17px;
}

body.gta-basement-page .gta-basement-cost-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

body.gta-basement-page .gta-basement-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.gta-basement-page .gta-basement-comparison-panel {
  position: relative;
  min-width: 0;
  padding: clamp(25px, 4vw, 38px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: rgba(255,255,255,.025);
}

body.gta-basement-page .gta-basement-comparison-panel--full {
  border-color: rgba(225,52,59,.29);
  background:
    radial-gradient(circle at 100% 0, rgba(193,29,36,.18), transparent 39%),
    rgba(255,255,255,.028);
}

body.gta-basement-page .gta-basement-comparison-panel--targeted {
  background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.017));
}

body.gta-basement-page .gta-basement-comparison-panel h3 {
  margin: 0 0 14px;
  font-size: clamp(25px, 3.5vw, 35px);
}

body.gta-basement-page .gta-basement-comparison-panel p {
  margin: 0 0 13px;
  color: rgba(245,247,251,.72);
  font-weight: 800;
}

body.gta-basement-page .gta-basement-comparison-panel ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.gta-basement-page .gta-basement-comparison-panel li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.58;
}

body.gta-basement-page .gta-basement-comparison-panel li::before {
  content: "";
  position: absolute;
  top: .58em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d72b33;
  box-shadow: 0 0 0 4px rgba(215,43,51,.1);
}

body.gta-basement-page .gta-basement-text-cta {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-height: 50px;
  margin-top: 18px;
  color: rgba(255,255,255,.9);
  font-weight: 900;
}

body.gta-basement-page .gta-basement-text-cta span {
  color: #e44249;
  transition: transform .2s ease;
}

body.gta-basement-page .gta-basement-text-cta:hover span {
  transform: translateX(4px);
}

body.gta-basement-page .gta-basement-why-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.gta-basement-page .gta-basement-why-grid article {
  min-height: 230px;
}

body.gta-basement-page .gta-basement-areas {
  border-top: 1px solid rgba(255,255,255,.055);
  border-bottom: 1px solid rgba(255,255,255,.055);
  background:
    radial-gradient(circle at 50% 12%, rgba(193,29,36,.075), transparent 34%),
    rgba(255,255,255,.008);
}

body.gta-basement-page .gta-basement-areas__head h2 {
  max-width: 24ch;
  font-size: clamp(34px, 4.3vw, 52px);
  text-wrap: balance;
}

body.gta-basement-page .gta-basement-areas__head .lead {
  max-width: 830px;
}

body.gta-basement-page .gta-basement-areas__panel {
  display: grid;
  gap: 18px;
}

body.gta-basement-page .gta-basement-area-feature {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(210px, .52fr);
  gap: 22px;
  align-items: center;
  min-width: 0;
  min-height: 210px;
  padding: clamp(26px, 4vw, 40px);
  overflow: hidden;
  border: 1px solid rgba(225,52,59,.38);
  border-radius: 20px;
  background:
    radial-gradient(circle at 86% 0, rgba(225,52,59,.17), transparent 34%),
    linear-gradient(135deg, rgba(193,29,36,.13), rgba(255,255,255,.025) 52%, rgba(12,15,21,.88));
  box-shadow: 0 20px 48px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.035);
}

body.gta-basement-page .gta-basement-area-feature::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -70px;
  right: -40px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(225,52,59,.1);
  border-radius: 50%;
}

body.gta-basement-page .gta-basement-area-feature__icon,
body.gta-basement-page .gta-basement-region-card__icon,
body.gta-basement-page .gta-basement-availability__icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(225,52,59,.34);
  border-radius: 50%;
  background: rgba(193,29,36,.13);
  color: #f05258;
}

body.gta-basement-page .gta-basement-area-feature__icon {
  width: 72px;
  height: 72px;
  box-shadow: 0 0 0 9px rgba(193,29,36,.045);
}

body.gta-basement-page .gta-basement-area-feature__icon svg,
body.gta-basement-page .gta-basement-region-card__icon svg,
body.gta-basement-page .gta-basement-availability__icon svg,
body.gta-basement-page .gta-basement-areas__footnote svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.gta-basement-page .gta-basement-area-feature__label {
  display: block;
  margin-bottom: 7px;
  color: #ef6d72;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.gta-basement-page .gta-basement-area-feature h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 48px);
  line-height: 1;
  letter-spacing: -.035em;
}

body.gta-basement-page .gta-basement-area-feature > p {
  max-width: 260px;
  margin: 0;
  justify-self: end;
  color: rgba(245,247,251,.72);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.55;
}

body.gta-basement-page .gta-basement-region-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

body.gta-basement-page .gta-basement-region-card {
  display: flex;
  min-width: 0;
  height: 100%;
  padding: 24px;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  background:
    linear-gradient(160deg, rgba(255,255,255,.045), rgba(255,255,255,.018)),
    #0d1117;
  box-shadow: 0 17px 38px rgba(0,0,0,.14);
}

body.gta-basement-page .gta-basement-region-card__head {
  display: flex;
  gap: 13px;
  align-items: center;
}

body.gta-basement-page .gta-basement-region-card__icon {
  width: 40px;
  height: 40px;
}

body.gta-basement-page .gta-basement-region-card h3 {
  margin: 0;
  color: rgba(255,255,255,.94);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.gta-basement-page .gta-basement-region-card__cities {
  margin: 19px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,.09);
  list-style: none;
}

body.gta-basement-page .gta-basement-region-card__cities li {
  display: flex;
  align-items: center;
  min-height: 48px;
  color: rgba(245,247,251,.77);
  font-size: 15px;
  font-weight: 650;
}

body.gta-basement-page .gta-basement-region-card__cities li + li {
  border-top: 1px solid rgba(255,255,255,.075);
}

body.gta-basement-page .gta-basement-availability {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-width: 0;
  padding: 24px 26px;
  border: 1px solid rgba(225,52,59,.32);
  border-radius: 18px;
  background: linear-gradient(110deg, rgba(193,29,36,.16), rgba(193,29,36,.055) 46%, rgba(255,255,255,.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}

body.gta-basement-page .gta-basement-availability__icon {
  width: 52px;
  height: 52px;
}

body.gta-basement-page .gta-basement-availability__copy {
  min-width: 0;
}

body.gta-basement-page .gta-basement-availability h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}

body.gta-basement-page .gta-basement-availability p {
  max-width: 710px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

body.gta-basement-page .gta-basement-availability__cta {
  min-width: 220px;
  white-space: nowrap;
}

body.gta-basement-page .gta-basement-areas__footnote {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  padding-top: 2px;
  color: rgba(245,247,251,.52);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

body.gta-basement-page .gta-basement-areas__footnote svg {
  flex: 0 0 auto;
  margin-top: 1px;
  color: #df444b;
}

body.gta-basement-page .gta-basement-resource-grid .gta-guide-card {
  display: grid;
  grid-template-columns: minmax(230px, .82fr) minmax(0, 1.18fr);
  min-width: 0;
}

body.gta-basement-page .gta-basement-resource-grid .gta-guide-card__image img {
  height: 100%;
  min-height: 330px;
  aspect-ratio: auto;
}

body.gta-basement-page .gta-basement-resource-grid .gta-guide-card__body {
  align-self: center;
}

body.gta-basement-page .gta-basement-resource-grid .gta-guide-card__body h3 a {
  color: inherit;
}

body.gta-basement-page .gta-basement-gallery-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.gta-basement-page .gta-basement-gallery-strip figure {
  position: relative;
  min-width: 0;
  height: 310px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #11151d;
}

body.gta-basement-page .gta-basement-gallery-strip figure::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgba(7,10,15,.9));
}

body.gta-basement-page .gta-basement-gallery-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

body.gta-basement-page .gta-basement-gallery-strip figcaption {
  position: absolute;
  z-index: 2;
  right: 13px;
  bottom: 13px;
  left: 13px;
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 850;
}

body.gta-basement-page .gta-basement-faq-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.012);
}

body.gta-basement-page .gta-basement-faq-section .gta-faq-list {
  max-width: 1000px;
}

body.gta-basement-page .gta-basement-faq-section summary {
  display: flex;
  align-items: center;
  min-height: 48px;
}

body.gta-basement-page .gta-basement-contact-shell > h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.1;
}

body.gta-basement-page .gta-basement-contact-intro {
  max-width: 870px;
  margin-top: 15px;
}

body.gta-basement-page .gta-basement-contact-shell .gta-contact-form h3,
body.gta-basement-page .gta-basement-contact-shell .gta-contact-details h3 {
  margin: 0 0 18px;
}

body.gta-basement-page .gta-basement-contact-shell .gta-field .input {
  font-size: 16px;
}

body.gta-basement-page .gta-basement-form-note {
  margin: 10px 0 0;
}

body.gta-basement-page .gta-basement-final-section {
  padding-top: 0;
}

body.gta-basement-page .gta-basement-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 23px;
  background:
    radial-gradient(circle at 8% 15%, rgba(193,29,36,.2), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.016));
  box-shadow: 0 28px 70px rgba(0,0,0,.25);
}

body.gta-basement-page .gta-basement-final-copy {
  align-self: center;
  padding: clamp(27px, 5vw, 52px);
}

body.gta-basement-page .gta-basement-final-copy h2 {
  max-width: 680px;
  margin: 0 0 13px;
  font-size: clamp(32px, 4.6vw, 52px);
  line-height: 1.06;
  letter-spacing: -.035em;
}

body.gta-basement-page .gta-basement-final-copy p {
  max-width: 670px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

body.gta-basement-page .gta-basement-final-cta figure {
  position: relative;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
}

body.gta-basement-page .gta-basement-final-cta figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,11,16,.48), transparent 42%);
}

body.gta-basement-page .gta-basement-final-cta figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.gta-basement-page .gta-basement-final-cta figcaption {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  padding: 7px 9px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 9px;
  background: rgba(7,10,15,.76);
  color: rgba(255,255,255,.78);
  font-size: 10px;
  font-weight: 800;
}

body.gta-basement-page .gta-basement-footer-contact {
  display: grid;
  gap: 9px;
  margin-top: 10px;
}

@media (max-width: 1120px) {
  body.gta-basement-page .gta-basement-service-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.gta-basement-page .gta-basement-project-types,
  body.gta-basement-page .gta-basement-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.gta-basement-page .gta-basement-project-type {
    display: grid;
    grid-template-columns: minmax(180px, .9fr) minmax(0, 1.1fr);
  }

  body.gta-basement-page .gta-basement-project-type figure {
    aspect-ratio: auto;
    min-height: 280px;
  }

  body.gta-basement-page .gta-basement-cost-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.gta-basement-page .gta-basement-process li > div {
    padding: 17px;
  }
}

@media (max-width: 980px) {
  body.gta-basement-page .gta-basement-hero {
    padding-top: 28px;
  }

  body.gta-basement-page .gta-basement-breadcrumbs {
    margin-bottom: 25px;
  }

  body.gta-basement-page .gta-basement-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  body.gta-basement-page .gta-basement-hero h1 {
    max-width: 15ch;
    font-size: clamp(40px, 8.4vw, 64px);
  }

  body.gta-basement-page .gta-basement-hero-visual {
    width: min(100%, 720px);
    height: 540px;
  }

  body.gta-basement-page .gta-basement-scope-grid,
  body.gta-basement-page .gta-basement-coordination-grid {
    grid-template-columns: 1fr;
  }

  body.gta-basement-page .gta-basement-region-grid {
    grid-template-columns: 1fr;
  }

  body.gta-basement-page .gta-basement-region-card {
    min-height: 0;
  }

  body.gta-basement-page .gta-basement-coordination-grid article {
    min-height: auto;
  }

  body.gta-basement-page .gta-basement-process {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 0;
  }

  body.gta-basement-page .gta-basement-process::before {
    top: 25px;
    right: auto;
    bottom: 25px;
    left: 25px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(225,52,59,.4), rgba(255,255,255,.12), rgba(225,52,59,.4));
  }

  body.gta-basement-page .gta-basement-process li {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
  }

  body.gta-basement-page .gta-basement-process li > span {
    margin: 0;
  }

  body.gta-basement-page .gta-basement-process li > div {
    min-height: auto;
    margin-bottom: 14px;
  }

  body.gta-basement-page .gta-basement-resource-grid .gta-guide-card {
    grid-template-columns: 1fr;
  }

  body.gta-basement-page .gta-basement-resource-grid .gta-guide-card__image img {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }
}

@media (max-width: 760px) {
  body.gta-basement-page .gta-basement-section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  body.gta-basement-page .gta-section-head h2 {
    font-size: clamp(30px, 8.6vw, 42px);
  }

  body.gta-basement-page .gta-basement-project-types,
  body.gta-basement-page .gta-basement-cost-grid,
  body.gta-basement-page .gta-basement-comparison,
  body.gta-basement-page .gta-basement-why-grid {
    grid-template-columns: 1fr;
  }

  body.gta-basement-page .gta-basement-project-type {
    display: block;
  }

  body.gta-basement-page .gta-basement-project-type figure {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  body.gta-basement-page .gta-basement-work-sequence {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 320px);
    gap: 12px;
    margin-right: calc(var(--gutter, 18px) * -1);
    padding-right: var(--gutter, 18px);
    padding-bottom: 13px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-color: rgba(225,52,59,.5) rgba(255,255,255,.05);
  }

  body.gta-basement-page .gta-basement-work-sequence figure {
    height: 390px;
    scroll-snap-align: start;
  }

  body.gta-basement-page .gta-basement-scope-card,
  body.gta-basement-page .gta-basement-scope-card--image {
    display: block;
    min-height: 0;
  }

  body.gta-basement-page .gta-basement-scope-card--image > img {
    display: block;
    height: 280px;
    min-height: 0;
  }

  body.gta-basement-page .gta-basement-scope-card--image > div {
    padding: 24px;
  }

  body.gta-basement-page .gta-basement-area-feature {
    grid-template-columns: auto minmax(0, 1fr);
  }

  body.gta-basement-page .gta-basement-area-feature > p {
    grid-column: 1 / -1;
    max-width: none;
    justify-self: start;
  }

  body.gta-basement-page .gta-basement-availability {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  body.gta-basement-page .gta-basement-availability__cta {
    grid-column: 1 / -1;
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  body.gta-basement-page .gta-basement-scope-card:not(.gta-basement-scope-card--image) > div {
    margin-top: 22px;
  }

  body.gta-basement-page .gta-basement-cost-grid article,
  body.gta-basement-page .gta-basement-why-grid article {
    min-height: 0;
  }

  body.gta-basement-page .gta-basement-cost-cta {
    align-items: stretch;
    flex-direction: column;
  }

  body.gta-basement-page .gta-basement-cost-cta .btn {
    width: 100%;
    text-align: center;
  }

  body.gta-basement-page .gta-basement-gallery-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.gta-basement-page .gta-basement-gallery-strip figure {
    height: 280px;
  }

  body.gta-basement-page .gta-basement-final-cta {
    grid-template-columns: 1fr;
  }

  body.gta-basement-page .gta-basement-final-cta figure {
    min-height: 300px;
    order: -1;
  }

  body.gta-basement-page .gta-basement-final-cta figure::after {
    background: linear-gradient(180deg, transparent 50%, rgba(8,11,16,.62));
  }
}

@media (max-width: 560px) {
  body.gta-basement-page .gta-basement-hero {
    padding-top: 22px;
    padding-bottom: 62px;
  }

  body.gta-basement-page .gta-basement-breadcrumbs {
    gap: 7px;
    margin-bottom: 18px;
    font-size: 12px;
  }

  body.gta-basement-page .gta-basement-hero h1 {
    max-width: 12ch;
    margin-bottom: 18px;
    font-size: clamp(36px, 11vw, 48px);
    line-height: 1.01;
  }

  body.gta-basement-page .gta-basement-hero .gta-hero-copy {
    font-size: 17px;
    line-height: 1.58;
  }

  body.gta-basement-page .gta-basement-hero-note {
    font-size: 14px;
  }

  body.gta-basement-page .gta-basement-hero-actions {
    grid-template-columns: 1fr 1fr;
  }

  body.gta-basement-page .gta-basement-hero-actions .btn:first-child {
    grid-column: 1 / -1;
  }

  body.gta-basement-page .gta-basement-tertiary {
    justify-content: center;
    min-height: 50px;
    padding: 0 6px;
    text-align: center;
  }

  body.gta-basement-page .gta-basement-hero-visual {
    height: 420px;
  }

  body.gta-basement-page .gta-basement-hero-main {
    inset: 0 20px 64px 0;
    border-radius: 20px;
  }

  body.gta-basement-page .gta-basement-hero-main figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  body.gta-basement-page .gta-basement-hero-inset {
    width: 56%;
  }

  body.gta-basement-page .gta-basement-visual-mark {
    display: none;
  }

  body.gta-basement-page .gta-basement-service-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  body.gta-basement-page .gta-basement-service-nav a {
    min-height: 116px;
    padding: 15px;
    font-size: 12px;
  }

  body.gta-basement-page .gta-basement-scope-card,
  body.gta-basement-page .gta-basement-coordination-grid article,
  body.gta-basement-page .gta-basement-cost-grid article,
  body.gta-basement-page .gta-basement-comparison-panel,
  body.gta-basement-page .gta-basement-why-grid article {
    padding: 21px;
  }

  body.gta-basement-page .gta-basement-scope-card--image {
    padding: 0;
  }

  body.gta-basement-page .gta-basement-scope-card--image > div {
    padding: 22px;
  }

  body.gta-basement-page .gta-basement-areas__head h2 {
    font-size: clamp(30px, 8.4vw, 40px);
  }

  body.gta-basement-page .gta-basement-area-feature,
  body.gta-basement-page .gta-basement-region-card,
  body.gta-basement-page .gta-basement-availability {
    padding: 20px;
  }

  body.gta-basement-page .gta-basement-area-feature {
    gap: 14px;
    min-height: 0;
  }

  body.gta-basement-page .gta-basement-area-feature__icon {
    width: 54px;
    height: 54px;
    box-shadow: 0 0 0 6px rgba(193,29,36,.04);
  }

  body.gta-basement-page .gta-basement-area-feature__icon svg {
    width: 36px;
    height: 36px;
  }

  body.gta-basement-page .gta-basement-area-feature h3 {
    font-size: 34px;
  }

  body.gta-basement-page .gta-basement-availability {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  body.gta-basement-page .gta-basement-availability__icon {
    width: 44px;
    height: 44px;
  }

  body.gta-basement-page .gta-basement-availability h3 {
    font-size: 18px;
  }

  body.gta-basement-page .gta-basement-process li {
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 12px;
  }

  body.gta-basement-page .gta-basement-process::before {
    left: 22px;
  }

  body.gta-basement-page .gta-basement-process li > span {
    width: 45px;
    height: 45px;
    border-width: 6px;
  }

  body.gta-basement-page .gta-basement-gallery-strip figure {
    height: 230px;
  }

  body.gta-basement-page .gta-basement-contact-shell {
    padding: 21px;
  }

  body.gta-basement-page .gta-basement-contact-shell > h2,
  body.gta-basement-page .gta-basement-final-copy h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  body.gta-basement-page .gta-basement-final-cta figure {
    min-height: 250px;
  }
}

@media (max-width: 360px) {
  body.gta-basement-page .gta-basement-hero-actions {
    grid-template-columns: 1fr;
  }

  body.gta-basement-page .gta-basement-hero-actions .btn:first-child {
    grid-column: auto;
  }

  body.gta-basement-page .gta-basement-gallery-strip {
    grid-template-columns: 1fr;
  }

  body.gta-basement-page .gta-basement-gallery-strip figure {
    height: 290px;
  }
}
