
      /* ── LOCATION PAGE ─────────────────────────────────────────── */

      /* ── Variables / Scaling System (same pattern as other pages) ── */
      :root {
        --animation-fade: 0.1s linear;
        --animation-fast: 0.35s cubic-bezier(0.62, 0.05, 0.01, 0.99);
        --animation-primary: 0.735s cubic-bezier(0.62, 0.05, 0.01, 0.99);
        --size-unit: 16;
        --size-container-ideal: 1920;
        --size-container-min: 992px;
        --size-container-max: 2160px;
        --size-container: clamp(var(--size-container-min), 100vw, var(--size-container-max));
        --size-font: calc(var(--size-container) / (var(--size-container-ideal) / var(--size-unit)));
      }
      @media screen and (max-width: 991px) {
        :root {
          --size-container-ideal: 1384;
          --size-container-min: 768px;
          --size-container-max: 991px;
        }
      }
      @media screen and (max-width: 767px) {
        :root {
          --size-container-ideal: 377;
          --size-container-min: 320px;
          --size-container-max: 767px;
        }
      }

      /* ── TOP HEADER ─────────────────────────────────────────────── */
      .loc-top-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 7em 4em 1.5em 4em;
      }
      .loc-stamp-group {
        display: inline-flex;
        align-items: center;
        gap: 14px;
      }
      .loc-stamp-icon { width: 54px; height: auto; object-fit: contain; }
      .loc-stamp-text {
        font-family: Comedik, Arial, sans-serif;
        font-size: 40px;
        line-height: 0.81;
        color: #748370;
        text-transform: uppercase;
      }

      /* ── HERO ───────────────────────────────────────────────────── */
      .loc-hero-section {
        padding: 0 4em 4em 4em;
        position: relative;
      }
      .loc-hero-grid {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
      }
      .loc-main-heading {
        font-family: 'Schabo Condensed', Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        margin: 0;
        display: flex;
        flex-direction: column;
        color: #FCFFDB;
      }
      .loc-heading-city {
        font-size: 380px;
        line-height: 0.88;
        display: block;
      }
      .loc-heading-line2 {
        font-size: 145px;
        line-height: 0.9;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.2em;
      }
      .loc-hero-map-icon {
        width: 1.5em;
        height: auto;
        display: inline-block;
        flex-shrink: 0;
      }
      .loc-heading-line3 {
        font-size: 145px;
        line-height: 0.9;
        display: block;
      }
      .loc-scroll-hint {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        color: #B6BA90;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: 700;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        margin-top: 6em;
      }
      .loc-hero-right { padding-top: 2em; }

      /* ── ABOUT SECTION ──────────────────────────────────────────── */
      .loc-about-section { padding: 4em 0 6em; }
      .loc-about-grid {
        display: grid;
        grid-template-columns: 3fr 7fr;
        gap: 4em;
        align-items: center;
        max-width: 1320px;
      }
      .loc-about-visual {
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .loc-about-camera-icon {
        width: 206px;
        height: auto;
        display: block;
      }
      .loc-about-text p {
        font-family: 'Object Sans', Arial, sans-serif;
        font-size: 22.4px;
        line-height: 1.55;
        color: #FEFEFE;
        margin: 0 0 1em;
      }

      /* ── WHY KYA HUA ────────────────────────────────────────────── */
      .loc-why-section { padding: 0 0 6em; }
      .loc-why-header {
        margin: 0 auto 2em;
        max-width: 1140px;
      }
      .loc-why-title {
        font-family: Comedik, Arial, sans-serif;
        font-size: 40px;
        line-height: 1.2;
        color: #E2F533;
        margin: 0;
        font-weight: 400;
        max-width: 30%;
      }
      .loc-why-callout-wrap {
        position: relative;
        max-width: 1140px;
        margin: 0 auto;
      }
      .loc-why-stars {
        position: absolute;
        top: -55px;
        right: -35px;
        width: 120px;
        height: 120px;
        pointer-events: none;
      }
      .loc-why-callout {
        background: #FF6316;
        border-radius: 24px;
        padding: 40px;
      }
      .loc-why-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
      }
      .loc-why-list li {
        font-family: Comedik, Arial, sans-serif;
        font-size: 25px;
        line-height: 1.3;
        color: #fff;
        padding-left: 28px;
        position: relative;
      }
      .loc-why-list li::before {
        content: "•";
        position: absolute;
        left: 0;
        color: #fff;
      }
      .loc-why-exclaim {
        position: absolute;
        bottom: -50px;
        right: -80px;
        width: 100px;
        height: auto;
        opacity: 0.9;
        z-index: 1;
      }

      /* ── INDUSTRIES ─────────────────────────────────────────────── */
      .loc-industries-section { padding: 5em 0 5em; }
      .loc-industries-grid {
        display: grid;
        grid-template-columns: 280px 1fr;
        gap: 3.5em;
        align-items: start;
      }
      .loc-industries-left {
        position: sticky;
        top: 2em;
      }
      .loc-industries-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
      }
      .loc-industries-title {
        font-family: Comedik, Arial, sans-serif;
        font-size: 33px;
        line-height: 1.2;
        color: #E2F533;
        margin: 0 0 0.5em;
        font-weight: 400;
      }
      .loc-industries-underline-svg {
        width: 95px;
        height: auto;
        display: block;
        opacity: 0.8;
      }
      .loc-industries-right {
        display: flex;
        flex-direction: column;
        gap: 3.5em;
      }
      .loc-industries-tags {
        display: grid;
        grid-template-columns: repeat(2, max-content);
        gap: 18px 24px;
        max-width: 100%;
      }
      .loc-industry-tag:nth-child(3),
      .loc-industry-tag:nth-child(4) {
        margin-left: 3.5em;
      }
      .loc-industry-tag {
        position: relative;
        padding: 12px 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }
      .loc-tag-inner {
        position: relative;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        width: 100%;
        height: 100%;
      }
      .loc-tag-text, .loc-industry-tag span {
        font-family: Comedik, Arial, sans-serif;
        font-size: 22px;
        color: #552200;
        text-transform: uppercase;
        line-height: 1;
        position: relative;
      }
      .loc-industries-lower {
        display: grid;
        grid-template-columns: 1fr 1.6fr;
        gap: 4em;
        align-items: start;
        position: relative;
      }
      .loc-industries-note-wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding-top: 4.5em;
      }
      .loc-industries-arrow {
        position: absolute;
        top: -3.2em;
        left: 4px;
        width: 104px;
        height: auto;
        pointer-events: none;
        z-index: 5;
      }
      .loc-industries-note {
        font-family: Comedik, Arial, sans-serif;
        font-size: 28.8px;
        line-height: 1.25;
        color: #FEFEFE;
        margin: 0;
        text-transform: uppercase;
        transform: rotate(-6deg);
        transform-origin: left center;
      }
      .loc-industries-main {
        display: flex;
        flex-direction: column;
        gap: 3.5em;
      }
      .loc-industries-desc {
        font-family: Comedik, Arial, sans-serif;
        font-size: 40px;
        line-height: 1.08;
        color: #FF6316;
        margin: 0;
        max-width: 530px;
        text-transform: uppercase;
      }
      .loc-industries-btn-wrap {
        display: flex;
        justify-content: flex-start;
        cursor: pointer;
      }
      .loc-start-btn {
        position: relative;
        display: inline-flex;
        align-items: center;
        padding: 14px 34px;
        text-decoration: none;
        white-space: nowrap;
        pointer-events: none;
      }
      .loc-start-btn .btn__back {
        pointer-events: none;
      }
      .loc-start-btn .btn__back-svg {
        will-change: transform;
      }
      .loc-start-btn-svg {
        width: 46px;
        height: 46px;
        flex-shrink: 0;
        display: block;
        position: relative;
        z-index: 2;
      }
      .loc-start-btn span {
        font-family: Comedik, Arial, sans-serif;
        font-size: 29px;
        color: #552200;
        text-transform: uppercase;
        line-height: 1;
        position: relative;
      }

      /* ── PROCESS ────────────────────────────────────────────────── */
      .loc-process-section {
        padding: 2em 0 6em;
        overflow: hidden;
      }
      .loc-process-title {
        font-family: Comedik, Arial, sans-serif;
        font-size: 40px;
        line-height: 1.1;
        color: #FEFEFE;
        margin: 0 0 2.5em;
        max-width: 720px;
        font-weight: 400;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
        padding-right: 49px;
      }
      .loc-process-burst {
        position: absolute;
        top: -12px;
        right: 34px;
        width: 57px;
        height: 100px;
        display: block;
      }
      .loc-process-list { display: flex; flex-direction: column; }
      .loc-process-row {
        position: relative;
      }
      .loc-process-row .single-step__top-inner {
        padding: 54px 0;
        cursor: pointer;
      }
      .border-x-primary.is--absolute-bottom {
        width: 200vw;
        position: absolute;
        bottom: 0;
      }
      .loc-process-divider { display: none; }
      .loc-process-inner {
        display: grid;
        grid-template-columns: 240px 1fr;
        gap: 2em;
        align-items: start;
      }
      .loc-process-tag {
        font-family: Comedik, Arial, sans-serif;
        font-size: 40px;
        color: #FF6316;
        line-height: 1.08;
        font-weight: 400;
      }
      .loc-process-desc {
        font-family: 'Object Sans', Arial, sans-serif;
        font-size: 20px;
        line-height: 1.1;
        color: #FCFFDB;
        margin: 0;
        padding-top: 6px;
        max-width: 90%;
      }

      /* ── PORTFOLIO HEADER ───────────────────────────────────────── */
      .loc-portfolio-header {
        margin-top: 5em;
        margin-bottom: 2em;
        display: flex;
        justify-content: flex-start;
      }
      .loc-portfolio-title-wrap {
        position: relative;
        display: inline-block;
        padding-right: 70px;
      }
      .loc-portfolio-title {
        font-family: Comedik, Arial, sans-serif;
        font-size: 40px;
        line-height: 1.1;
        color: #E2F533;
        margin: 0;
        font-weight: 400;
        text-transform: uppercase;
        display: inline-block;
        transform: rotate(-3deg);
      }
      .loc-portfolio-burst {
        position: absolute;
        top: -42px;
        right: 0;
        width: 57px;
        height: 100px;
        display: block;
        transform: rotate(15deg);
      }
      .loc-portfolio-underline {
        display: block;
        width: 306px;
        height: auto;
        margin-top: 10px;
        transform: rotate(-3deg);
      }

      /* ── TESTIMONIALS ───────────────────────────────────────────── */
      .loc-testimonials-section { padding: 0 0 6em; }
      .loc-testimonials-inner {
        background: transparent;
        padding: 120px 112px;
        display: flex;
        flex-direction: column;
        gap: 80px;
      }
      .loc-testimonials-title {
        font-family: 'Schabo Condensed', Arial, sans-serif;
        font-size: 96px;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase;
        color: #FCFFDB;
        margin: 0;
        max-width: 840px;
      }
      .loc-testimonials-thumbs-up {
        display: inline-block;
        vertical-align: middle;
        width: 120px;
        height: auto;
        transform: rotate(5deg);
        margin-left: 10px;
        margin-bottom: 4px;
      }
      .loc-testimonials-title .serv-heading-circle-wrap {
        position: relative;
        display: inline-block;
      }
      .loc-testimonials-title .serv-draw-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scaleY(0.6);
        width: 108%;
        pointer-events: none;
        z-index: 1;
      }
      .loc-testimonials-title .serv-draw-circle-svg {
        width: 100%;
        max-width: none;
        display: none;
        position: relative;
      }
      .loc-testimonials-title .serv-draw-circle-svg-mask {
        opacity: 1;
        width: 100%;
        position: relative;
      }
      .loc-testimonials-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
        align-items: center;
      }
      .loc-testimonial-card {
        background: #1C1C1A;
        border: 2px solid #E2F533;
        border-radius: 24px;
        padding: 18px 22px;
        width: 103%;
        margin-left: -1.5%;
        display: flex;
        flex-direction: column;
        gap: 32px;
        transition: transform 0.35s ease;
        position: relative;
      }
      .loc-testimonial-card:nth-child(2) {
        transform: rotate(-8deg);
        z-index: 2;
      }
      .loc-testimonial-card:nth-child(1) {
        z-index: 1;
      }
      .loc-testimonial-card:nth-child(3) {
        z-index: 1;
      }
      .loc-testimonial-card:nth-child(2):hover {
        transform: rotate(0deg);
      }
      .loc-testimonial-quote {
        font-family: Comedik, Arial, sans-serif;
        font-size: 28px;
        line-height: 1.3;
        color: #fff;
        margin: 0;
        flex: 1;
      }
      .loc-testimonial-author {
        display: flex;
        flex-direction: column;
        gap: 4px;
      }
      .loc-testimonial-name {
        font-family: Inter, Arial, sans-serif;
        font-size: 20px;
        font-weight: 800;
        color: #E2F533;
      }
      .loc-testimonial-role {
        font-family: Inter, Arial, sans-serif;
        font-size: 16px;
        color: #748370;
      }

      /* ── ALSO BUILDING ELSEWHERE ────────────────────────────────── */
      .loc-elsewhere-section { padding: 0 0 6em; }
      .loc-elsewhere-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4em;
        align-items: start;
      }
      .loc-elsewhere-left { position: relative; }
      .loc-elsewhere-title {
        font-family: 'Schabo Condensed', Arial, sans-serif;
        font-size: 115px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        line-height: 1.08;
        color: #FCFFDB;
        margin: 0;
      }
      .loc-elsewhere-exclaim {
        position: absolute;
        bottom: -20px;
        right: 10px;
        width: 100px;
        height: auto;
        opacity: 0.85;
      }
      .loc-elsewhere-right {
        display: flex;
        flex-direction: column;
        gap: 2em;
        margin-top: 160px;
      }
      .loc-elsewhere-desc {
        font-family: Comedik, Arial, sans-serif;
        font-size: 40px;
        line-height: 1.08;
        color: #FF6316;
        margin: 0;
      }
      .loc-city-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
      }
      .loc-city-tag {
        position: relative;
        padding: 14px 34px;
        display: inline-flex;
        align-items: center;
      }
      .loc-city-tag span, .loc-tag-text {
        font-family: Comedik, Arial, sans-serif;
        font-size: 29px;
        color: #552200;
        text-transform: uppercase;
        line-height: 1;
        position: relative;
      }
      .loc-tag-pin {
        width: 29px;
        height: 34px;
        flex-shrink: 0;
        display: block;
      }

      /* ── FAQ ────────────────────────────────────────────────────── */
      .loc-faq-section { padding: 0 0 8em; }
      .loc-faq-inner {
        position: relative;
        max-width: 980px;
        margin: 0 auto;
      }
            /* ── RESPONSIVE ─────────────────────────────────────────────── */
      @media screen and (max-width: 991px) {
        .loc-top-header { padding: 6em 2em 1.5em; }
        .loc-hero-section { padding: 0 2em 4em; }
        .loc-heading-city { font-size: 250px; }
        .loc-heading-line2, .loc-heading-line3 { font-size: 100px; }
        .loc-about-grid { gap: 3em; }
        .loc-about-camera-icon { width: 168px; }
        .loc-process-inner { grid-template-columns: 200px 1fr; }
        .loc-testimonials-grid { grid-template-columns: 1fr; gap: 24px; }
        .loc-testimonials-inner { padding: 60px 40px; }
        .loc-testimonials-title { font-size: 64px; }
        .loc-elsewhere-grid { grid-template-columns: 1fr; gap: 3em; }
        .loc-elsewhere-title { font-size: 80px; }
        .loc-industries-grid { grid-template-columns: 1fr; gap: 3em; }
        .loc-industries-desc { max-width: 100%; }
        .loc-industries-tags {
          display: grid;
          grid-template-columns: 1fr;
          gap: 12px;
          justify-items: center;
          width: 100%;
        }
        .loc-industry-tag:nth-child(3),
        .loc-industry-tag:nth-child(4) {
          margin-left: 0 !important;
        }
        .loc-industry-tag {
          padding: 8px 20px;
          width: 100%;
          max-width: 320px;
        }
        .loc-industry-tag span {
          font-size: 20px;
        }
        .loc-why-stars {
          right: -10px;
          top: -45px;
          width: 90px;
          height: 90px;
        }
        .loc-why-exclaim {
          right: -30px;
          bottom: -40px;
          width: 80px;
        }
      }
 
      @media screen and (max-width: 767px) {
        .loc-top-header {
          flex-direction: column;
          align-items: flex-start;
          gap: 1em;
          padding: 5em 1.5em 1em;
        }
        .loc-stamp-text { font-size: 28px; }
        .loc-stamp-icon { width: 40px; }
        .loc-stamp-group { gap: 10px; }
        .loc-hero-section { padding: 0 1.5em 3em; }
        .loc-heading-city { font-size: 160px; }
        .loc-heading-line2, .loc-heading-line3 { font-size: 65px; }
        .loc-scroll-hint { display: none; }
        .loc-about-section { padding: 2em 0 3em; }
        .loc-about-grid {
          grid-template-columns: 1fr;
          gap: 2.5em;
          text-align: center;
          justify-items: center;
        }
        .loc-about-camera-icon { width: 144px; }
        .loc-about-text p { font-size: 18px; }
        .loc-why-list li { font-size: 20.4px; }
        .loc-why-title { font-size: 30px; max-width: 100%; }
        .loc-why-stars {
          right: 5px;
          top: -30px;
          width: 60px;
          height: 60px;
        }
        .loc-why-exclaim {
          right: 5px;
          bottom: -35px;
          width: 50px;
        }
        .loc-testimonials-inner { padding: 40px 24px; }
        .loc-testimonials-title { font-size: 44px; }
        .loc-testimonials-grid { grid-template-columns: 1fr; }
        .loc-testimonials-section { padding-bottom: 3em; }
        .loc-process-inner { grid-template-columns: 1fr; gap: 0.5em; }
        .loc-process-tag { font-size: 30px; }
        .loc-process-title { margin-bottom: 0.25em; }
        .loc-process-section { padding-bottom: 3em; }
        .loc-elsewhere-title { font-size: 60px; }
        .loc-elsewhere-right { margin-top: 0; }
        .loc-elsewhere-desc { font-size: 18px; }
        .loc-industries-section { padding: 2.5em 0; }
        .loc-industries-left {
          position: static;
        }
        .loc-industries-lower {
          grid-template-columns: 1fr;
          gap: 2.5em;
        }
        .loc-industries-note-wrap {
          padding-top: 0;
          align-items: center;
          text-align: center;
        }
        .loc-industries-arrow {
          display: none;
        }
        .loc-industries-note {
          transform: rotate(-3deg);
          font-size: 24px;
          text-align: center;
        }
        .loc-industries-main {
          gap: 2em;
          align-items: center;
        }
        .loc-industries-desc {
          font-size: 28px;
          text-align: center;
          max-width: 100%;
        }
        .loc-industries-btn-wrap {
          justify-content: center;
        }
        .loc-industries-section {
          padding: 2.5em 0;
        }
        .loc-portfolio-header {
          margin-top: 3em;
          margin-bottom: 1.5em;
          display: flex;
          justify-content: center;
          text-align: center;
        }
        .loc-portfolio-title {
          font-size: 28px;
        }
        .loc-portfolio-burst {
          width: 38px;
          height: 66px;
          top: -24px;
          right: -10px;
        }
        .loc-portfolio-underline {
          width: 220px;
          margin: 6px auto 0;
        }
        .loc-testimonials-thumbs-up {
          width: 60px;
        }
        .loc-elsewhere-section { padding-bottom: 0em !important; }
        .loc-loc-faq-content { padding: 2em 2em; }
        .loc-faq-q, .loc-faq-a { font-size: 16px; }
      }
