/* Commercial location-page system. Loaded last to supersede legacy experiments. */
:root {
	--gc-loc-ink: #15120f;
	--gc-loc-muted: #5f584e;
	--gc-loc-paper: #fbf7ef;
	--gc-loc-card: #fffdf8;
	--gc-loc-line: #ddd3c3;
	--gc-loc-purple: #6f3cff;
	--gc-loc-purple-soft: #eee7ff;
	--gc-loc-yellow: #f4be21;
	--gc-loc-dark: #17131f;
}

.gc-loc-page,
.gc-locations-hub {
	background: var(--gc-loc-paper);
	color: var(--gc-loc-ink);
	overflow: clip;
}

.gc-loc-page *,
.gc-locations-hub * { box-sizing: border-box; }
.gc-loc-page .gc-shell,
.gc-locations-hub .gc-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.gc-loc-page [id], .gc-locations-hub [id] { scroll-margin-top: 104px; }
.gc-loc-page section { padding: 76px 0; }
.gc-loc-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.gc-loc-symbol { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }

/* Locations hub */
.gc-locations-hub h1, .gc-locations-hub h2, .gc-locations-hub h3 { margin-top: 0; color: var(--gc-loc-ink); letter-spacing: -.045em; }
.gc-locations-hub h1 { max-width: 720px; margin-bottom: 23px; font-size: clamp(48px,5.4vw,74px); line-height: .98; }
.gc-locations-hub h2 { margin-bottom: 16px; font-size: clamp(36px,4.2vw,54px); line-height: 1.02; }
.gc-locations-hub h3 { font-size: 25px; line-height: 1.05; }
.gc-locations-hub p { color: var(--gc-loc-muted); font-size: 17px; line-height: 1.65; }
.gc-loc-hub-hero { padding: 82px 0 74px; background-image: linear-gradient(rgba(80,65,45,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(80,65,45,.055) 1px,transparent 1px),radial-gradient(circle at 82% 35%,rgba(111,60,255,.14),transparent 35%); background-size: 48px 48px,48px 48px,auto; }
.gc-loc-hub-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.gc-loc-hub-hero__grid > div:first-child > p:not(.gc-eyebrow) { max-width: 650px; margin-bottom: 28px; }
.gc-locations-hub .gc-button { display: inline-flex; min-height: 50px; gap: 14px; align-items: center; padding: 14px 20px; border-radius: 10px; font-weight: 800; text-decoration: none; }
.gc-locations-hub .gc-button--primary { color: #fff; background: var(--gc-loc-ink); box-shadow: 0 12px 24px rgba(21,18,15,.16); }
.gc-loc-hub-map { padding: 22px; border: 1px solid #d2c7b8; border-radius: 27px; background: #fffdf9; box-shadow: 18px 20px 0 #e5d8ad,0 28px 65px rgba(42,31,19,.11); }
.gc-loc-hub-map > header { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--gc-loc-line); }
.gc-loc-hub-map > header small { color: var(--gc-loc-purple); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.gc-loc-hub-map > header b { font-size: 13px; }
.gc-loc-hub-map > div { position: relative; min-height: 350px; background: radial-gradient(circle at center,rgba(111,60,255,.08),transparent 43%); }
.gc-loc-hub-map > div::before, .gc-loc-hub-map > div::after { position: absolute; inset: 50%; width: 80%; height: 1px; background: #bdaaed; content: ''; transform: translate(-50%,-50%) rotate(24deg); }
.gc-loc-hub-map > div::after { transform: translate(-50%,-50%) rotate(-37deg); }
.gc-loc-hub-map__centre, .gc-loc-hub-map__city { position: absolute; z-index: 1; display: grid; place-items: center; border-radius: 50%; text-align: center; font-weight: 850; }
.gc-loc-hub-map__centre { top: 50%; left: 50%; width: 142px; height: 142px; color: #fff; background: var(--gc-loc-purple); box-shadow: 0 16px 35px rgba(111,60,255,.3); transform: translate(-50%,-50%); }
.gc-loc-hub-map__centre small, .gc-loc-hub-map__city small { display: block; font-size: 9px; font-weight: 600; }
.gc-loc-hub-map__city { width: 92px; height: 92px; border: 1px solid var(--gc-loc-line); background: #fff; font-size: 13px; }
.gc-loc-hub-map__city--one { top: 22px; left: 17px; }
.gc-loc-hub-map__city--two { top: 55px; right: 9px; }
.gc-loc-hub-map__city--three { right: 31px; bottom: 17px; }
.gc-loc-hub-map > footer { padding-top: 14px; border-top: 1px solid var(--gc-loc-line); color: #726a5f; font-size: 10px; }
.gc-loc-hub-proof { padding: 16px 0; border-block: 1px solid var(--gc-loc-line); background: #fffdf9; }
.gc-loc-hub-proof .gc-shell { display: grid; grid-template-columns: repeat(4,1fr); }
.gc-loc-hub-proof span { min-height: 42px; display: grid; place-items: center; padding: 8px 15px; border-right: 1px solid var(--gc-loc-line); font-size: 12px; font-weight: 800; text-align: center; }
.gc-loc-hub-proof span:last-child { border-right: 0; }
.gc-loc-hub-markets { padding: 76px 0; background: #fffdf9; }
.gc-loc-hub-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 65px; align-items: end; margin-bottom: 38px; }
.gc-loc-hub-heading .gc-eyebrow { grid-column: 1 / -1; margin-bottom: -47px; }
.gc-loc-hub-heading p:last-child { margin-bottom: 3px; }
.gc-loc-hub-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.gc-loc-hub-grid article { position: relative; min-height: 365px; padding: 18px; border: 1px solid var(--gc-loc-line); border-radius: 19px; background: var(--gc-loc-paper); }
.gc-loc-hub-grid article:nth-child(1), .gc-loc-hub-grid article:nth-child(3) { background: var(--gc-loc-purple-soft); }
.gc-loc-hub-card__visual { position: relative; height: 120px; margin-bottom: 22px; overflow: hidden; border-radius: 13px; background: var(--gc-loc-dark); }
.gc-loc-hub-card__visual i { position: absolute; inset: -50px auto auto -40px; width: 150px; height: 150px; border: 1px solid #685a79; border-radius: 50%; }
.gc-loc-hub-card__visual span { position: absolute; top: 17px; right: 18px; color: #b797ff; font-size: 50px; font-weight: 900; }
.gc-loc-hub-card__visual b { position: absolute; bottom: 14px; left: 14px; color: #fff; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.gc-loc-hub-grid article > small { color: var(--gc-loc-purple); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.gc-loc-hub-grid h3 { margin: 8px 0 10px; }
.gc-loc-hub-grid p { margin-bottom: 24px; font-size: 14px; line-height: 1.55; }
.gc-loc-hub-grid a { position: absolute; bottom: 12px; display: inline-flex; min-height: 44px; align-items: center; color: var(--gc-loc-ink); font-size: 13px; font-weight: 800; }
.gc-loc-hub-method { padding: 76px 0; background: var(--gc-loc-dark); }
.gc-loc-hub-method h2 { color: #fff; }
.gc-loc-hub-method .gc-eyebrow { color: #d9d1e6 !important; }
.gc-loc-hub-method .gc-shell > header { max-width: 760px; margin-bottom: 34px; }
.gc-loc-hub-method .gc-shell > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.gc-loc-hub-method article { min-height: 205px; padding: 24px; border: 1px solid #3f354a; border-radius: 17px; background: #211b2a; }
.gc-loc-hub-method article span { display: grid; width: 40px; height: 40px; place-items: center; margin-bottom: 33px; border-radius: 11px; color: #fff; background: var(--gc-loc-purple); font-size: 22px; }
.gc-loc-hub-method h3 { color: #fff; }
.gc-loc-hub-method article p { margin-bottom: 0; color: #c9c2d5; font-size: 14px; }
.gc-loc-hub-cta { padding: 70px 0; background: #fffdf9; }
.gc-loc-hub-cta .gc-shell { display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: center; }
.gc-loc-hub-cta p:not(.gc-eyebrow) { max-width: 770px; margin-bottom: 0; }

.gc-loc-page h1,
.gc-loc-page h2,
.gc-loc-page h3,
.gc-loc-page p { margin-top: 0; }
.gc-loc-page h1,
.gc-loc-page h2,
.gc-loc-page h3 { color: var(--gc-loc-ink); letter-spacing: -.045em; }
.gc-loc-page h1 { max-width: 790px; margin-bottom: 22px; font-size: clamp(46px, 5.2vw, 72px); line-height: .98; }
.gc-loc-page h2 { margin-bottom: 18px; font-size: clamp(36px, 4vw, 55px); line-height: 1.02; }
.gc-loc-page h3 { font-size: 22px; line-height: 1.08; }
.gc-loc-page p { color: var(--gc-loc-muted); font-size: 17px; line-height: 1.65; }
.gc-loc-page a { text-underline-offset: 4px; }
.gc-eyebrow { display: flex; gap: 12px; align-items: center; margin-bottom: 18px; color: #4e483f !important; font-size: 12px !important; font-weight: 800; letter-spacing: .14em; line-height: 1.3 !important; text-transform: uppercase; }
.gc-eyebrow > span { width: 26px; height: 3px; background: var(--gc-loc-purple); }
.gc-loc-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 40px; }
.gc-loc-heading > p { max-width: 530px; margin-bottom: 6px; }

/* Hero */
.gc-loc-page .gc-loc-hero { padding: 80px 0 74px; background-color: var(--gc-loc-paper); background-image: linear-gradient(rgba(80,65,45,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(80,65,45,.055) 1px, transparent 1px), radial-gradient(circle at 83% 30%, rgba(111,60,255,.13), transparent 34%); background-size: 48px 48px,48px 48px,auto; }
.gc-loc-hero__grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 62px; align-items: center; }
.gc-loc-hero__promise { max-width: 670px; margin-bottom: 10px; color: var(--gc-loc-ink) !important; font-size: 21px !important; font-weight: 750; line-height: 1.45 !important; }
.gc-loc-hero__lead { max-width: 660px; margin-bottom: 28px; }
.gc-loc-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.gc-loc-actions .gc-button { min-height: 50px; padding: 14px 20px; border-radius: 10px; font-weight: 800; text-decoration: none; }
.gc-loc-actions .gc-button--primary { background: var(--gc-loc-ink); color: #fff; box-shadow: 0 12px 24px rgba(21,18,15,.16); }
.gc-loc-actions .gc-button--secondary { color: var(--gc-loc-ink); }
.gc-loc-actions .gc-button:focus-visible { outline: 3px solid var(--gc-loc-purple); outline-offset: 4px; }
.gc-loc-hero__trust { display: flex; gap: 20px; flex-wrap: wrap; margin: 22px 0 0; padding: 0; list-style: none; }
.gc-loc-hero__trust li { display: flex; gap: 8px; align-items: center; color: #4e483f; font-size: 12px; font-weight: 700; }
.gc-loc-hero__trust li::before { width: 7px; height: 7px; border-radius: 50%; background: var(--gc-loc-purple); content: ''; }
.gc-loc-hero__visual { position: relative; isolation: isolate; padding: 24px; border: 1px solid #cfc3b3; border-radius: 28px; background: #fffdf8; box-shadow: 20px 22px 0 #e5d8ad, 0 30px 70px rgba(46,32,15,.12); transform: rotate(1deg); }
.gc-loc-hero__visual::before { position: absolute; inset: 40px -18px -18px 45px; z-index: -1; border-radius: 28px; background: rgba(111,60,255,.14); content: ''; }
.gc-loc-hero__visual > header { display: flex; gap: 10px; flex-direction: column; margin-bottom: 18px; padding-bottom: 17px; border-bottom: 1px solid var(--gc-loc-line); }
.gc-loc-hero__visual > header small { color: var(--gc-loc-purple); font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.gc-loc-hero__visual > header strong { max-width: 450px; font-size: 25px; line-height: 1.15; }
.gc-loc-hero__tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gc-loc-hero__tiles article { display: flex; min-height: 112px; gap: 13px; align-items: flex-start; padding: 18px; border: 1px solid #dfd5c8; border-radius: 15px; background: #fff; }
.gc-loc-hero__tiles article:nth-child(2), .gc-loc-hero__tiles article:nth-child(3) { background: var(--gc-loc-purple-soft); }
.gc-loc-hero__tiles .gc-loc-symbol { width: 30px; height: 30px; padding: 4px; border-radius: 9px; color: var(--gc-loc-purple); background: #fff; }
.gc-loc-hero__tiles b, .gc-loc-hero__tiles span { display: block; }
.gc-loc-hero__tiles b { margin-bottom: 5px; font-size: 15px; }
.gc-loc-hero__tiles span { color: var(--gc-loc-muted); font-size: 12px; line-height: 1.4; }
.gc-loc-hero__visual > footer { display: flex; justify-content: space-between; gap: 16px; margin-top: 16px; padding: 15px 16px; border-radius: 12px; background: var(--gc-loc-dark); color: #fff; }
.gc-loc-hero__visual > footer span { color: #c9c2d5; font-size: 11px; }
.gc-loc-hero__visual > footer b { color: #fff; font-size: 12px; }

/* Honest proof strip */
.gc-loc-page .gc-loc-proofbar { padding: 16px 0; border-block: 1px solid var(--gc-loc-line); background: #fffdf9; }
.gc-loc-proofbar .gc-shell { display: grid; grid-template-columns: auto 1fr minmax(250px, 340px); gap: 24px; align-items: center; }
.gc-loc-proofbar p, .gc-loc-proofbar small { margin: 0; font-size: 11px; line-height: 1.45; }
.gc-loc-proofbar p { color: var(--gc-loc-ink); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gc-loc-proofbar small { color: #766e63; }
.gc-loc-proofbar ul { display: flex; gap: 12px; margin: 0; padding: 0; list-style: none; }
.gc-loc-proofbar li { display: flex; min-height: 44px; gap: 9px; align-items: center; padding: 7px 12px; border: 1px solid #ddd4c8; border-radius: 10px; background: #f7f2e9; }
.gc-loc-proofbar li img, .gc-loc-proofbar li > span { width: 27px; height: 27px; object-fit: contain; border-radius: 6px; }
.gc-loc-proofbar li > span { display: grid; place-items: center; color: #fff; font-weight: 850; background: var(--gc-loc-purple); }
.gc-loc-proofbar li b { font-size: 12px; white-space: nowrap; }

/* Services */
.gc-loc-services { background: #fffdf9; }
.gc-loc-services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gc-loc-services__grid article { position: relative; min-height: 265px; padding: 24px; border: 1px solid var(--gc-loc-line); border-radius: 18px; background: var(--gc-loc-card); box-shadow: 0 15px 36px rgba(38,29,19,.05); }
.gc-loc-services__grid article:nth-child(2), .gc-loc-services__grid article:nth-child(7) { background: var(--gc-loc-purple-soft); }
.gc-loc-services__grid .gc-loc-symbol { margin-bottom: 30px; color: var(--gc-loc-purple); }
.gc-loc-services__grid small { position: absolute; top: 25px; right: 22px; color: #7a7268; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gc-loc-services__grid h3 { min-height: 47px; margin-bottom: 10px; }
.gc-loc-services__grid p { margin-bottom: 18px; font-size: 14px; line-height: 1.5; }
.gc-loc-services__grid a { position: absolute; bottom: 11px; display: inline-flex; min-height: 44px; align-items: center; color: var(--gc-loc-ink); font-size: 13px; font-weight: 800; }

/* Proof */
.gc-loc-proof { background: var(--gc-loc-dark); }
.gc-loc-proof__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 68px; align-items: center; }
.gc-loc-proof h2, .gc-loc-proof h3 { color: #fff; }
.gc-loc-proof p { color: #c9c2d5; }
.gc-loc-proof .gc-eyebrow { color: #d9d1e6 !important; }
.gc-loc-proof ul { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 27px 0; padding: 0; list-style: none; }
.gc-loc-proof li { display: flex; min-height: 112px; gap: 11px; flex-direction: column; padding: 16px; border: 1px solid #3b3247; border-radius: 13px; background: #211b2a; color: #fff; }
.gc-loc-proof li .gc-loc-symbol { width: 24px; height: 24px; color: #b797ff; }
.gc-loc-proof li b, .gc-loc-proof li span { display: block; }
.gc-loc-proof li span { color: #c9c2d5; font-size: 12px; line-height: 1.4; }
.gc-loc-proof li b { margin-bottom: 4px; color: #fff; }
.gc-loc-proof a { display: inline-flex; min-height: 44px; align-items: center; color: #fff; font-weight: 800; }
.gc-loc-proof figure { position: relative; margin: 0; padding: 17px; border: 1px solid #4a4055; border-radius: 22px; background: #241e2d; }
.gc-loc-proof figure img { display: block; width: 100%; height: auto; border-radius: 13px; background: #f5f7fb; }
.gc-loc-proof figcaption { padding: 12px 3px 1px; color: #afa7bb; font-size: 11px; line-height: 1.5; }
.gc-loc-proof__label { display: inline-flex; margin-bottom: 13px; padding: 7px 10px; border-radius: 999px; color: #2a1a00; font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; background: var(--gc-loc-yellow); }

/* Market and journey */
.gc-loc-market__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.gc-loc-market__grid article { min-height: 230px; padding: 26px; border: 1px solid var(--gc-loc-line); border-radius: 18px; background: #fffdf9; }
.gc-loc-market__grid article:nth-child(2) { color: #fff; border-color: var(--gc-loc-dark); background: var(--gc-loc-dark); transform: translateY(-12px); }
.gc-loc-market__grid article:nth-child(2) h3 { color: #fff; }
.gc-loc-market__grid article:nth-child(2) p { color: #c9c2d5; }
.gc-loc-market__grid .gc-loc-symbol { width: 34px; height: 34px; margin-bottom: 28px; color: var(--gc-loc-purple); }
.gc-loc-market__grid h3 { margin-bottom: 10px; }
.gc-loc-market__grid p { margin-bottom: 0; font-size: 15px; }
.gc-loc-journey { color: #fff; background: var(--gc-loc-dark); }
.gc-loc-journey .gc-shell { display: grid; grid-template-columns: .75fr 1.25fr; gap: 68px; }
.gc-loc-journey h2 { color: #fff; }
.gc-loc-journey header > p:not(.gc-eyebrow) { color: #c9c2d5; }
.gc-loc-journey .gc-eyebrow { color: #d9d1e6 !important; }
.gc-loc-journey ol { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; counter-reset: journey; }
.gc-loc-journey li { display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: center; padding: 16px 20px; border: 1px solid #3c3348; border-radius: 14px; background: #211b2a; }
.gc-loc-journey li .gc-loc-symbol { width: 45px; height: 45px; padding: 10px; border-radius: 13px; color: #cfbbff; background: #312342; }
.gc-loc-journey h3 { margin-bottom: 4px; color: #fff; }
.gc-loc-journey li p { margin-bottom: 0; color: #c9c2d5; font-size: 14px; line-height: 1.45; }

/* Industries and process */
.gc-loc-industries { background: #fffdf9; }
.gc-loc-industries .gc-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: center; }
.gc-loc-industries header > p:not(.gc-eyebrow) { max-width: 500px; }
.gc-loc-industries .gc-shell > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.gc-loc-industries article { min-height: 140px; padding: 20px; border: 1px solid var(--gc-loc-line); border-radius: 15px; background: var(--gc-loc-paper); }
.gc-loc-industries article:nth-child(2), .gc-loc-industries article:nth-child(6) { background: var(--gc-loc-purple-soft); }
.gc-loc-industries .gc-loc-symbol { width: 30px; height: 30px; margin-bottom: 22px; color: var(--gc-loc-purple); }
.gc-loc-industries h3 { margin-bottom: 0; font-size: 18px; }
.gc-loc-process { background: var(--gc-loc-paper); }
.gc-loc-process ol { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.gc-loc-process li { min-height: 225px; padding: 22px; border: 1px solid var(--gc-loc-line); border-radius: 17px; background: #fffdf9; }
.gc-loc-process li .gc-loc-symbol { width: 42px; height: 42px; margin-bottom: 35px; padding: 9px; border-radius: 12px; color: #fff; background: var(--gc-loc-purple); }
.gc-loc-process li h3 { margin-bottom: 9px; color: var(--gc-loc-ink) !important; }
.gc-loc-process li p { margin-bottom: 0; color: var(--gc-loc-muted) !important; font-size: 13px; line-height: 1.5; }

/* Why, measurement, coverage */
.gc-loc-why { background: #fffdf9; }
.gc-loc-why__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 65px; }
.gc-loc-why__copy > p:not(.gc-eyebrow) { max-width: 520px; }
.gc-loc-why__copy figure { display: flex; gap: 14px; align-items: center; margin: 30px 0 0; padding-top: 22px; border-top: 1px solid var(--gc-loc-line); }
.gc-loc-why__copy figure img { width: 64px; height: 64px; border-radius: 16px; object-fit: cover; }
.gc-loc-why__copy figcaption span, .gc-loc-why__copy figcaption b { display: block; }
.gc-loc-why__copy figcaption b { color: var(--gc-loc-ink); }
.gc-loc-why__copy figcaption span { color: var(--gc-loc-muted); font-size: 12px; }
.gc-loc-why__items { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gc-loc-why__items article { display: flex; min-height: 154px; gap: 14px; padding: 20px; border: 1px solid var(--gc-loc-line); border-radius: 15px; background: var(--gc-loc-paper); }
.gc-loc-why__items article:nth-child(3), .gc-loc-why__items article:nth-child(6) { background: var(--gc-loc-purple-soft); }
.gc-loc-why__items .gc-loc-symbol { width: 27px; height: 27px; color: var(--gc-loc-purple); }
.gc-loc-why__items h3 { margin-bottom: 7px; font-size: 18px; }
.gc-loc-why__items p { margin-bottom: 0; font-size: 13px; line-height: 1.5; }
.gc-loc-measure { background: var(--gc-loc-dark); }
.gc-loc-measure__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; align-items: center; }
.gc-loc-measure h2 { color: #fff; }
.gc-loc-measure p { color: #c9c2d5; }
.gc-loc-measure .gc-eyebrow { color: #d9d1e6 !important; }
.gc-loc-measure__tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 23px; }
.gc-loc-measure__tags span { padding: 8px 11px; border: 1px solid #493e56; border-radius: 999px; color: #e7e0ef; font-size: 11px; font-weight: 700; }
.gc-loc-dashboard { padding: 18px; border: 1px solid #4a4055; border-radius: 20px; background: #211b2a; }
.gc-loc-dashboard > header, .gc-loc-dashboard > footer { display: flex; justify-content: space-between; gap: 15px; }
.gc-loc-dashboard > header { margin-bottom: 15px; color: #fff; font-size: 12px; }
.gc-loc-dashboard > header b { color: #b6acbf; font-size: 10px; }
.gc-loc-dashboard > div { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }
.gc-loc-dashboard article { min-height: 95px; padding: 14px; border-radius: 12px; background: #2a2234; }
.gc-loc-dashboard article small, .gc-loc-dashboard article strong { display: block; }
.gc-loc-dashboard article small { margin-bottom: 5px; color: #aa9fb5; font-size: 9px; text-transform: uppercase; }
.gc-loc-dashboard article strong { min-height: 34px; color: #fff; font-size: 12px; }
.gc-loc-dashboard article i { display: block; width: 66%; height: 5px; margin-top: 10px; border-radius: 10px; background: linear-gradient(90deg,var(--gc-loc-purple),var(--gc-loc-yellow)); }
.gc-loc-dashboard article:nth-child(even) i { width: 82%; }
.gc-loc-dashboard > footer { margin-top: 10px; padding: 13px; border-radius: 11px; color: #15120f; background: var(--gc-loc-yellow); }
.gc-loc-dashboard > footer span { font-size: 10px; font-weight: 800; text-transform: uppercase; }
.gc-loc-dashboard > footer b { max-width: 330px; font-size: 11px; }
.gc-loc-coverage { background: #fffdf9; }
.gc-loc-coverage__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.gc-loc-coverage ul { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin: 0; padding: 0; list-style: none; }
.gc-loc-coverage li { display: flex; min-height: 60px; gap: 12px; align-items: center; padding: 14px; border: 1px solid var(--gc-loc-line); border-radius: 12px; background: var(--gc-loc-paper); }
.gc-loc-coverage li .gc-loc-symbol { width: 24px; height: 24px; color: var(--gc-loc-purple); }
.gc-loc-coverage li span { font-size: 14px; font-weight: 750; }

/* Shared FAQ and contact */
.gc-loc-page .gc-loc-convert { padding: 76px 0; color: #fff; background: var(--gc-loc-dark); }
.gc-loc-convert .gc-location-convert-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: end; margin-bottom: 36px; }
.gc-loc-convert .gc-location-convert-heading .gc-eyebrow { grid-column: 1 / -1; margin-bottom: -43px; color: #d9d1e6 !important; }
.gc-loc-convert .gc-location-convert-heading h2 { color: #fff; }
.gc-loc-convert .gc-location-convert-heading > p:last-child { color: #c9c2d5; }
.gc-loc-convert .gc-location-convert-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.gc-loc-convert .gc-location-convert-faq { padding: 0; border: 0; border-radius: 0; color: #fff; background: transparent; box-shadow: none; }
.gc-loc-convert .gc-location-convert-faq h3 { margin-bottom: 18px; color: #fff; }
.gc-loc-convert .gc-location-convert-faq details { border-top: 0; border-bottom: 1px solid #453b50; background: transparent; }
.gc-loc-convert summary { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 15px; color: #fff; font-size: 15px; font-weight: 750; cursor: pointer; }
.gc-loc-convert details p { padding: 0 35px 17px 0; color: #c9c2d5; font-size: 14px; }
.gc-loc-convert .gc-form-card { padding: 25px; border-radius: 20px; color: var(--gc-loc-ink); background: #fffdf9; }
.gc-loc-convert .gc-conversion-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.gc-loc-convert .gc-form-field--full { grid-column: 1 / -1; }
.gc-loc-convert label { display: block; margin-bottom: 6px; color: var(--gc-loc-ink); font-size: 12px; font-weight: 750; }
.gc-loc-convert input:not([type='checkbox']), .gc-loc-convert textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid #cfc4b6; border-radius: 9px; background: #fff; color: var(--gc-loc-ink); }
.gc-loc-convert textarea { min-height: 105px; resize: vertical; }
.gc-loc-convert input:focus-visible, .gc-loc-convert textarea:focus-visible { outline: 3px solid rgba(111,60,255,.28); border-color: var(--gc-loc-purple); }
.gc-loc-convert .gc-form-consent label { display: flex; gap: 9px; align-items: flex-start; }
.gc-loc-convert .gc-form-submit { display: flex; width: 100%; min-height: 50px; padding: 13px 16px; border: 0; border-radius: 9px; justify-content: space-between; align-items: center; color: #fff; background: var(--gc-loc-ink); font-weight: 800; }
.gc-loc-convert .gc-form-submit:focus-visible { outline: 3px solid var(--gc-loc-purple); outline-offset: 3px; }
.gc-loc-convert .gc-field-error { min-height: 15px; color: #a41f1f; font-size: 11px; }
.gc-loc-convert .gc-location-form-note { display: block; margin-top: 8px; color: #6d655b; font-size: 10px; }
.gc-loc-convert .gc-honeypot { position: absolute !important; left: -9999px !important; }

@media (max-width: 1024px) {
	.gc-loc-page .gc-shell, .gc-locations-hub .gc-shell { width: min(100% - 40px, 920px); }
	.gc-loc-page section { padding: 62px 0; }
	.gc-loc-page .gc-loc-hero { padding: 62px 0; }
	.gc-loc-hero__grid { gap: 36px; }
	.gc-loc-page h1 { font-size: clamp(45px,6.6vw,60px); }
	.gc-loc-page h2 { font-size: clamp(34px,5vw,46px); }
	.gc-loc-hero__visual { padding: 18px; }
	.gc-loc-hero__tiles article { min-height: 105px; padding: 14px; }
	.gc-loc-proofbar .gc-shell { grid-template-columns: auto 1fr; }
	.gc-loc-proofbar small { grid-column: 1 / -1; }
	.gc-loc-services__grid { grid-template-columns: repeat(2,1fr); }
	.gc-loc-services__grid article { min-height: 230px; }
	.gc-loc-proof__grid, .gc-loc-measure__grid { gap: 38px; }
	.gc-loc-proof ul { grid-template-columns: 1fr; }
	.gc-loc-proof li { min-height: 0; flex-direction: row; }
	.gc-loc-journey .gc-shell, .gc-loc-industries .gc-shell, .gc-loc-why__grid { grid-template-columns: 1fr; gap: 36px; }
	.gc-loc-industries .gc-shell > div { grid-template-columns: repeat(3,1fr); }
	.gc-loc-process ol { grid-template-columns: repeat(3,1fr); }
	.gc-loc-process li { min-height: 210px; }
	.gc-loc-why__items { grid-template-columns: repeat(3,1fr); }
	.gc-loc-why__items article { min-height: 180px; }
	.gc-loc-hub-hero__grid { gap: 36px; }
	.gc-locations-hub h1 { font-size: clamp(44px,6.6vw,60px); }
	.gc-loc-hub-grid { grid-template-columns: repeat(2,1fr); }
	.gc-loc-hub-grid article { min-height: 335px; }
}

@media (max-width: 767px) {
	.gc-loc-page .gc-shell, .gc-locations-hub .gc-shell { width: min(100% - 28px, 560px); }
	.gc-loc-page section { padding: 48px 0; }
	.gc-loc-page [id], .gc-locations-hub [id] { scroll-margin-top: 78px; }
	.gc-loc-page h1 { margin-bottom: 18px; font-size: clamp(41px,12.4vw,54px); line-height: .98; }
	.gc-loc-page h2 { font-size: clamp(32px,9.5vw,42px); }
	.gc-loc-page p { font-size: 16px; line-height: 1.58; }
	.gc-loc-heading { grid-template-columns: 1fr; gap: 8px; margin-bottom: 28px; }
	.gc-loc-page .gc-loc-hero { padding: 48px 0 54px; background-size: 36px 36px,36px 36px,auto; }
	.gc-loc-hero__grid { grid-template-columns: 1fr; gap: 38px; }
	.gc-loc-hero__promise { font-size: 18px !important; }
	.gc-loc-actions { display: grid; grid-template-columns: 1fr; }
	.gc-loc-actions .gc-button { display: flex; justify-content: space-between; align-items: center; }
	.gc-loc-hero__trust { display: grid; gap: 8px; }
	.gc-loc-hero__visual { margin: 0 8px 12px 0; padding: 15px; border-radius: 20px; box-shadow: 10px 12px 0 #e5d8ad, 0 20px 45px rgba(46,32,15,.12); transform: none; }
	.gc-loc-hero__visual::before { inset: 28px -10px -12px 25px; border-radius: 20px; }
	.gc-loc-hero__visual > header strong { font-size: 21px; }
	.gc-loc-hero__tiles { gap: 8px; }
	.gc-loc-hero__tiles article { min-height: 116px; gap: 9px; padding: 12px; }
	.gc-loc-hero__tiles .gc-loc-symbol { width: 27px; height: 27px; }
	.gc-loc-hero__tiles b { font-size: 13px; }
	.gc-loc-hero__visual > footer { flex-direction: column; gap: 4px; }
	.gc-loc-proofbar .gc-shell { display: block; }
	.gc-loc-proofbar p { margin-bottom: 10px; }
	.gc-loc-proofbar ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
	.gc-loc-proofbar li:last-child { grid-column: 1 / -1; }
	.gc-loc-proofbar small { display: block; margin-top: 10px; }
	.gc-loc-services__grid, .gc-loc-market__grid, .gc-loc-industries .gc-shell > div, .gc-loc-process ol, .gc-loc-why__items, .gc-loc-dashboard > div, .gc-loc-coverage ul { grid-template-columns: 1fr; }
	.gc-loc-services__grid article { min-height: 220px; padding: 21px; }
	.gc-loc-proof__grid, .gc-loc-measure__grid, .gc-loc-coverage__grid { grid-template-columns: 1fr; gap: 34px; }
	.gc-loc-proof ul { grid-template-columns: 1fr; }
	.gc-loc-proof figure { padding: 11px; }
	.gc-loc-market__grid article { min-height: 0; padding: 22px; }
	.gc-loc-market__grid article:nth-child(2) { transform: none; }
	.gc-loc-market__grid .gc-loc-symbol { margin-bottom: 18px; }
	.gc-loc-journey .gc-shell { gap: 26px; }
	.gc-loc-journey li { grid-template-columns: 45px 1fr; padding: 14px; }
	.gc-loc-journey li .gc-loc-symbol { width: 42px; height: 42px; }
	.gc-loc-industries article { min-height: 105px; }
	.gc-loc-process li { display: grid; grid-template-columns: 48px 1fr; gap: 15px; min-height: 0; padding: 18px; }
	.gc-loc-process li .gc-loc-symbol { margin: 0; }
	.gc-loc-why__items article { min-height: 0; }
	.gc-loc-dashboard > header, .gc-loc-dashboard > footer { flex-direction: column; }
	.gc-loc-convert .gc-location-convert-heading, .gc-loc-convert .gc-location-convert-grid, .gc-loc-convert .gc-conversion-form { grid-template-columns: 1fr; gap: 22px; }
	.gc-loc-convert .gc-location-convert-heading .gc-eyebrow { grid-column: auto; margin-bottom: -6px; }
	.gc-loc-convert .gc-form-field--full { grid-column: auto; }
	.gc-loc-convert .gc-form-card { padding: 18px; }
	.gc-locations-hub h1 { font-size: clamp(40px,12vw,52px); }
	.gc-locations-hub h2 { font-size: clamp(32px,9.5vw,42px); }
	.gc-loc-hub-hero { padding: 48px 0 54px; background-size: 36px 36px,36px 36px,auto; }
	.gc-loc-hub-hero__grid { grid-template-columns: 1fr; gap: 38px; }
	.gc-loc-hub-map { margin: 0 8px 12px 0; padding: 15px; border-radius: 20px; box-shadow: 10px 12px 0 #e5d8ad,0 20px 45px rgba(46,32,15,.12); }
	.gc-loc-hub-map > div { min-height: 310px; }
	.gc-loc-hub-map__centre { width: 118px; height: 118px; }
	.gc-loc-hub-map__city { width: 78px; height: 78px; font-size: 12px; }
	.gc-loc-hub-proof .gc-shell { grid-template-columns: 1fr 1fr; }
	.gc-loc-hub-proof span { border-right: 0; border-bottom: 1px solid var(--gc-loc-line); }
	.gc-loc-hub-markets, .gc-loc-hub-method, .gc-loc-hub-cta { padding: 48px 0; }
	.gc-loc-hub-heading { grid-template-columns: 1fr; gap: 10px; margin-bottom: 28px; }
	.gc-loc-hub-heading .gc-eyebrow { grid-column: auto; margin-bottom: -3px; }
	.gc-loc-hub-grid, .gc-loc-hub-method .gc-shell > div, .gc-loc-hub-cta .gc-shell { grid-template-columns: 1fr; }
	.gc-loc-hub-grid article { min-height: 325px; }
	.gc-loc-hub-method article { min-height: 0; }
	.gc-loc-hub-method article span { margin-bottom: 20px; }
	.gc-loc-hub-cta .gc-button { width: 100%; justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
	.gc-loc-page *, .gc-locations-hub * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Editorial visual refresh: preserve the search architecture, remove the wall-of-cards look. */
.gc-loc-page section { padding: 82px 0; }

.gc-loc-page .gc-loc-hero {
	padding: 72px 0 64px;
	background-color: #f8f3ea;
	background-image:
		linear-gradient(rgba(63, 53, 42, .045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(63, 53, 42, .045) 1px, transparent 1px),
		radial-gradient(circle at 82% 24%, rgba(111, 60, 255, .15), transparent 30%);
	background-size: 54px 54px, 54px 54px, auto;
}

.gc-loc-hero__grid { grid-template-columns: .92fr 1.08fr; gap: 54px; }
.gc-loc-page h1 { font-size: clamp(50px, 5vw, 70px); }
.gc-loc-hero__lead { max-width: 620px; }

.gc-loc-hero__visual {
	position: relative;
	min-height: 570px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 28px;
	background: #1b1721;
	box-shadow: 20px 22px 0 #e5d7ad, 0 30px 70px rgba(46, 32, 15, .16);
	transform: none;
}

.gc-loc-hero__visual::before { display: none; }
.gc-loc-hero__visual::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(18, 14, 22, .08) 15%, rgba(18, 14, 22, .42) 57%, rgba(18, 14, 22, .9) 100%);
	content: '';
}

.gc-loc-hero__visual > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gc-loc-page--noida .gc-loc-hero__visual > img { object-position: 54% center; }
.gc-loc-page--delhi-ncr .gc-loc-hero__visual > img { object-position: center; }

.gc-loc-hero__story {
	position: absolute;
	inset: 0 0 64px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 26px;
}

.gc-loc-hero__story > header {
	max-width: 420px;
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 16px;
	background: rgba(20, 16, 24, .74);
	backdrop-filter: blur(12px);
}

.gc-loc-hero__story small,
.gc-loc-hero__story strong { display: block; color: #fff; }
.gc-loc-hero__story small { margin-bottom: 7px; color: #d9caff; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.gc-loc-hero__story strong { font-size: 23px; line-height: 1.15; }

.gc-loc-hero__tiles {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 22px;
	padding: 0 4px;
}

.gc-loc-hero__tiles article,
.gc-loc-hero__tiles article:nth-child(2),
.gc-loc-hero__tiles article:nth-child(3) {
	display: grid;
	grid-template-columns: 30px 1fr;
	min-height: 86px;
	gap: 11px;
	align-items: start;
	padding: 16px 0;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, .28);
	border-radius: 0;
	background: transparent;
}

.gc-loc-hero__tiles .gc-loc-symbol {
	width: 27px;
	height: 27px;
	padding: 4px;
	color: #1a151f;
	background: #f4be21;
}

.gc-loc-hero__tiles b { color: #fff; font-size: 14px; }
.gc-loc-hero__tiles span { color: rgba(255, 255, 255, .74); font-size: 11px; }
.gc-loc-hero__visual figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: flex;
	min-height: 64px;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
	padding: 15px 26px;
	color: #fff;
	background: #17131f;
}
.gc-loc-hero__visual figcaption span { color: #c9c2d5; font-size: 11px; }
.gc-loc-hero__visual figcaption b { color: #fff; font-size: 12px; }

/* Services now read as an editorial capability index rather than eight identical boxes. */
.gc-loc-services { background: #fff; }
.gc-loc-services__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid var(--gc-loc-line);
}
.gc-loc-services__grid article,
.gc-loc-services__grid article:nth-child(2),
.gc-loc-services__grid article:nth-child(7) {
	position: relative;
	min-height: 190px;
	padding: 27px 36px 27px 68px;
	border: 0;
	border-bottom: 1px solid var(--gc-loc-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}
.gc-loc-services__grid article:nth-child(even) { border-left: 1px solid var(--gc-loc-line); }
.gc-loc-services__grid .gc-loc-symbol {
	position: absolute;
	top: 27px;
	left: 18px;
	width: 34px;
	height: 34px;
	margin: 0;
	padding: 7px;
	border-radius: 50%;
	color: #fff;
	background: var(--gc-loc-purple);
}
.gc-loc-services__grid small { position: static; display: block; margin-bottom: 8px; color: #756d63; }
.gc-loc-services__grid h3 { min-height: 0; margin-bottom: 9px; font-size: 23px; }
.gc-loc-services__grid p { margin-bottom: 13px; font-size: 14px; }
.gc-loc-services__grid a { position: static; }

/* Proof is the single dashboard-like moment on the page. */
.gc-loc-proof__grid { grid-template-columns: .78fr 1.22fr; gap: 64px; }
.gc-loc-proof ul { gap: 0; border-block: 1px solid #3c3348; }
.gc-loc-proof li {
	min-height: 0;
	padding: 15px 10px;
	border: 0;
	border-radius: 0;
	background: transparent;
}
.gc-loc-proof figure { padding: 12px; border-radius: 18px; }

/* Market observations use open space and dividers, not coloured cards. */
.gc-loc-market { background: #efe7da; }
.gc-loc-market__grid { gap: 0; border-top: 1px solid #cfc2b2; }
.gc-loc-market__grid article,
.gc-loc-market__grid article:nth-child(2) {
	min-height: 245px;
	padding: 30px 34px;
	border: 0;
	border-right: 1px solid #cfc2b2;
	border-radius: 0;
	color: var(--gc-loc-ink);
	background: transparent;
	transform: none;
}
.gc-loc-market__grid article:last-child { border-right: 0; }
.gc-loc-market__grid article:nth-child(2) h3 { color: var(--gc-loc-ink); }
.gc-loc-market__grid article:nth-child(2) p { color: var(--gc-loc-muted); }
.gc-loc-market__grid .gc-loc-symbol {
	width: 48px;
	height: 48px;
	margin-bottom: 34px;
	padding: 11px;
	border-radius: 50%;
	color: #fff;
	background: var(--gc-loc-ink);
}

/* A connected journey line replaces the stack of dark cards. */
.gc-loc-journey .gc-shell { grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: start; }
.gc-loc-journey ol { position: relative; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; padding-top: 32px; }
.gc-loc-page--delhi-ncr .gc-loc-journey ol { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.gc-loc-journey ol::before { position: absolute; top: 50px; right: 8%; left: 8%; height: 1px; background: #544762; content: ''; }
.gc-loc-journey li {
	position: relative;
	display: block;
	padding: 0 14px 0 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}
.gc-loc-journey li .gc-loc-symbol {
	position: relative;
	z-index: 1;
	width: 40px;
	height: 40px;
	margin-bottom: 22px;
	padding: 9px;
	border: 5px solid var(--gc-loc-dark);
	border-radius: 50%;
	color: #17131f;
	background: #f4be21;
}
.gc-loc-journey h3 { font-size: 18px; }
.gc-loc-journey li p { font-size: 12px; }

/* An image-led market section gives the page human and operational context. */
.gc-loc-industries { background: #fff; }
.gc-loc-industries .gc-shell { grid-template-columns: .72fr 1.28fr; gap: 68px; align-items: start; }
.gc-loc-industries .gc-loc-industries__content { display: block; }
.gc-loc-industries__content figure {
	position: relative;
	margin: 0 0 18px;
	overflow: hidden;
	border-radius: 22px;
	background: #1b1721;
}
.gc-loc-industries__content figure::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(18, 14, 22, .76)); content: ''; }
.gc-loc-industries__content figure img { display: block; width: 100%; aspect-ratio: 16 / 8.5; object-fit: cover; }
.gc-loc-industries__content figcaption { position: absolute; right: 22px; bottom: 18px; left: 22px; z-index: 1; color: #fff; font-size: 14px; font-weight: 750; }
.gc-loc-industries .gc-loc-industries__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; }
.gc-loc-industries__list article,
.gc-loc-industries__list article:nth-child(2),
.gc-loc-industries__list article:nth-child(6) {
	display: flex;
	min-height: 64px;
	gap: 12px;
	align-items: center;
	padding: 13px 0;
	border: 0;
	border-bottom: 1px solid var(--gc-loc-line);
	border-radius: 0;
	background: transparent;
}
.gc-loc-industries__list .gc-loc-symbol { width: 25px; height: 25px; margin: 0; color: var(--gc-loc-purple); }
.gc-loc-industries__list h3 { font-size: 16px; }

/* Process becomes a visual sequence with one continuous line. */
.gc-loc-process { background: #f2ecff; }
.gc-loc-process ol { position: relative; gap: 0; }
.gc-loc-process ol::before { position: absolute; top: 46px; right: 7%; left: 7%; height: 2px; background: #cbbcf4; content: ''; }
.gc-loc-process li {
	position: relative;
	min-height: 0;
	padding: 14px 20px 0 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}
.gc-loc-process li .gc-loc-symbol {
	position: relative;
	z-index: 1;
	width: 64px;
	height: 64px;
	margin: 0 0 28px;
	padding: 17px;
	border: 8px solid #f2ecff;
	border-radius: 50%;
	color: #fff;
	background: var(--gc-loc-purple);
}
.gc-loc-process li h3 { font-size: 18px; }

/* Founder context and operating principles are presented as a profile plus a readable list. */
.gc-loc-why { background: #fff; }
.gc-loc-why__grid { grid-template-columns: .68fr 1.32fr; gap: 72px; align-items: start; }
.gc-loc-why__copy figure { padding: 22px; border: 1px solid var(--gc-loc-line); border-radius: 18px; background: #f8f3ea; }
.gc-loc-why__copy figure img { width: 86px; height: 86px; border-radius: 50%; }
.gc-loc-why__items { gap: 0 30px; }
.gc-loc-why__items article,
.gc-loc-why__items article:nth-child(3),
.gc-loc-why__items article:nth-child(6) {
	min-height: 140px;
	padding: 22px 0;
	border: 0;
	border-top: 1px solid var(--gc-loc-line);
	border-radius: 0;
	background: transparent;
}

.gc-loc-coverage { background: #efe7da; }
.gc-loc-coverage li {
	min-height: 58px;
	padding: 12px 0;
	border: 0;
	border-bottom: 1px solid #cfc2b2;
	border-radius: 0;
	background: transparent;
}

@media (max-width: 1100px) {
	.gc-loc-page .gc-loc-hero { padding-top: 60px; }
	.gc-loc-hero__grid { grid-template-columns: 1fr; gap: 42px; }
	.gc-loc-hero__copy { max-width: 800px; }
	.gc-loc-hero__visual { min-height: 540px; }
	.gc-loc-proof__grid,
	.gc-loc-measure__grid { grid-template-columns: 1fr; }
	.gc-loc-journey .gc-shell { grid-template-columns: 1fr; gap: 34px; }
	.gc-loc-industries .gc-shell,
	.gc-loc-why__grid { grid-template-columns: 1fr; }
	.gc-loc-industries header,
	.gc-loc-why__copy { max-width: 760px; }
}

@media (max-width: 767px) {
	.gc-loc-page section { padding: 56px 0; }
	.gc-loc-page .gc-loc-hero { padding: 48px 0 52px; }
	.gc-loc-page h1 { font-size: clamp(42px, 12vw, 52px); }
	.gc-loc-hero__visual { min-height: 510px; margin: 0 7px 10px 0; border-radius: 22px; box-shadow: 10px 12px 0 #e5d7ad, 0 22px 45px rgba(46, 32, 15, .14); }
	.gc-loc-hero__story { inset: 0 0 70px; padding: 15px; }
	.gc-loc-hero__story > header { max-width: none; padding: 14px 15px; }
	.gc-loc-hero__story strong { font-size: 18px; }
	.gc-loc-hero__tiles { gap: 0 12px; padding: 0; }
	.gc-loc-hero__tiles article,
	.gc-loc-hero__tiles article:nth-child(2),
	.gc-loc-hero__tiles article:nth-child(3) { grid-template-columns: 25px 1fr; min-height: 94px; gap: 8px; padding: 13px 0; }
	.gc-loc-hero__tiles .gc-loc-symbol { width: 23px; height: 23px; }
	.gc-loc-hero__tiles b { font-size: 12px; }
	.gc-loc-hero__tiles span { font-size: 9px; line-height: 1.35; }
	.gc-loc-hero__visual figcaption { min-height: 70px; align-items: flex-start; flex-direction: column; gap: 3px; padding: 12px 15px; }
	.gc-loc-proofbar ul { grid-template-columns: 1fr; }
	.gc-loc-proofbar li:last-child { grid-column: auto; }
	.gc-loc-services__grid { grid-template-columns: 1fr; }
	.gc-loc-services__grid article,
	.gc-loc-services__grid article:nth-child(2),
	.gc-loc-services__grid article:nth-child(7) { min-height: 0; padding: 23px 0 23px 50px; }
	.gc-loc-services__grid article:nth-child(even) { border-left: 0; }
	.gc-loc-services__grid .gc-loc-symbol { top: 23px; left: 0; }
	.gc-loc-market__grid { grid-template-columns: 1fr; }
	.gc-loc-market__grid article,
	.gc-loc-market__grid article:nth-child(2) { min-height: 0; padding: 26px 0; border-right: 0; border-bottom: 1px solid #cfc2b2; }
	.gc-loc-market__grid .gc-loc-symbol { margin-bottom: 18px; }
	.gc-loc-journey ol,
	.gc-loc-page--delhi-ncr .gc-loc-journey ol { grid-template-columns: 1fr; padding: 0 0 0 18px; }
	.gc-loc-journey ol::before { top: 16px; bottom: 22px; left: 37px; width: 1px; height: auto; }
	.gc-loc-journey li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 0 0 24px; }
	.gc-loc-journey li .gc-loc-symbol { margin: 0; }
	.gc-loc-industries__content figure img { aspect-ratio: 4 / 3; }
	.gc-loc-industries .gc-loc-industries__list { grid-template-columns: 1fr; }
	.gc-loc-process ol { grid-template-columns: 1fr; padding-left: 18px; }
	.gc-loc-process ol::before { top: 25px; bottom: 20px; left: 41px; width: 2px; height: auto; }
	.gc-loc-process li { grid-template-columns: 50px 1fr; gap: 15px; padding: 0 0 25px; }
	.gc-loc-process li .gc-loc-symbol { width: 50px; height: 50px; margin: 0; padding: 13px; border-width: 6px; }
	.gc-loc-why__items { grid-template-columns: 1fr; }
	.gc-loc-why__items article,
	.gc-loc-why__items article:nth-child(3),
	.gc-loc-why__items article:nth-child(6) { min-height: 0; }
	.gc-loc-coverage ul { grid-template-columns: 1fr; }
}
