/*
Theme Name: Arya Group
Theme URI: https://aryagroup.ind.in
Author: Arya Group
Description: Custom theme for Arya Group of Companies — business advisory and real estate consulting. Fully dynamic: every heading, paragraph, list, stat and image is editable from the WordPress admin. No plugins required.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arya
Tags: business, custom-fields, one-column, custom-menu
*/

/* ==========================================================================
   1. Tokens
   ========================================================================== */

:root {
	--navy: #0E2E4E;
	--navy-deep: #09213D;
	--navy-panel: #16293C;
	--cream: #F5EFE4;
	--cream-card: #FBF6EC;
	--gray-section: #E4E9EE;
	--sand: #EFE7D8;
	--blue-panel: #DCE6EE;
	--amber: #D4A985;
	--amber-hover: #C4966E;
	--body-text: #4A5765;
	--body-text-2: #5A6673;
	--muted: #8A94A0;
	--ink: #25384A;
	--field-border: #D8CEBB;
	--error: #B5643C;
	--olive: #586048;

	--font-display: 'Oswald', 'Helvetica Neue', Arial, sans-serif;
	--font-body: 'Mulish', 'Helvetica Neue', Arial, sans-serif;

	--wrap: 1240px;
	--wrap-wide: 1300px;
	--gutter: 5vw;

	--ease: cubic-bezier(.22, .61, .36, 1);
	--hairline: rgba(14, 46, 78, .06);
	--hairline-strong: rgba(14, 46, 78, .14);
	--on-dark: rgba(248, 243, 234, .8);
}

/* ==========================================================================
   2. Base
   ========================================================================== */

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	font-family: var(--font-body);
	font-weight: 400;
	background: var(--cream);
	color: var(--navy-panel);
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--amber-hover); text-decoration: none; transition: color .25s var(--ease); }
a:hover { color: var(--navy-panel); }

p { margin: 0 0 16px; }
p:last-child { margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 800; }

input, textarea, select, button { font-family: inherit; font-size: inherit; }

::selection { background: var(--amber); color: var(--navy); }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	margin: -1px; padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 9999;
	background: var(--amber);
	color: var(--navy);
	padding: 14px 22px;
	font-family: var(--font-display);
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-size: 13px;
}
.skip-link:focus { left: 12px; top: 12px; }

:where(a, button, input, textarea, summary):focus-visible {
	outline: 2px solid var(--amber);
	outline-offset: 3px;
}

/* ==========================================================================
   3. Layout primitives
   ========================================================================== */

.wrap { max-width: var(--wrap); margin: 0 auto; }
.wrap--wide { max-width: var(--wrap-wide); }
.wrap--narrow { max-width: 760px; }

.section { padding: 90px var(--gutter); }
.section--lg { padding: 110px var(--gutter); }
.section--cream { background: var(--cream); }
.section--card { background: var(--cream-card); }
.section--gray { background: var(--gray-section); }
.section--sand { background: var(--sand); }
.section--navy { background: var(--navy); color: #fff; }
.section--navy-deep { background: var(--navy-deep); color: #fff; }
.section--center { text-align: center; }

.grid { display: grid; }
.grid--2 { grid-template-columns: repeat(2, 1fr); gap: 24px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid--4 { grid-template-columns: repeat(4, 1fr); gap: 22px; }

.split { display: grid; gap: 70px; align-items: center; }
.split--media-first { grid-template-columns: 1fr 1.1fr; }
.split--copy-first { grid-template-columns: 1fr 1fr; }
.split--portrait { grid-template-columns: 1fr 1.2fr; }
.split--portrait-lg { grid-template-columns: 1fr 1.25fr; gap: 64px; align-items: start; }
.split--top { align-items: start; }
.split--detail { grid-template-columns: 1.3fr 1fr; align-items: start; }
.split--contact { grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }

.sticky-media { position: sticky; top: 110px; }

/* ==========================================================================
   4. Typography
   ========================================================================== */

.eyebrow {
	display: block;
	font-family: var(--font-display);
	font-weight: 400;
	color: var(--amber-hover);
	letter-spacing: 3px;
	font-size: 13px;
	text-transform: uppercase;
}
.eyebrow--on-dark { color: var(--amber); }
.eyebrow--sm { font-size: 12px; }

.h-display {
	font-family: var(--font-display);
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.02;
	letter-spacing: 0;
}

.h-hero {
	font-family: var(--font-display);
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: clamp(38px, 7.5vw, 78px);
	line-height: .96;
	margin: 0;
}

.h-section {
	font-family: var(--font-body);
	font-weight: 800;
	color: var(--navy);
	font-size: clamp(28px, 3.2vw, 42px);
	line-height: 1.1;
	margin: 14px 0 46px;
	max-width: 640px;
}
.h-section--tight { margin-bottom: 22px; }
.h-section--wide { max-width: none; }
.h-section--on-dark { color: #fff; }
.h-section--lg { font-size: clamp(30px, 3.4vw, 44px); }
.h-section--center { margin-left: auto; margin-right: auto; }

.cta-body {
	font-size: 17px;
	line-height: 1.6;
	margin: 0 0 34px;
	color: var(--body-text);
}
.section--navy .cta-body,
.section--navy-deep .cta-body { color: rgba(248, 243, 234, .78); }

.page-title {
	font-family: var(--font-body);
	font-weight: 800;
	font-size: clamp(38px, 5.5vw, 68px);
	line-height: 1.05;
	margin: 14px 0 20px;
	max-width: 900px;
}
.page-title--display {
	font-family: var(--font-display);
	font-weight: 600;
	text-transform: uppercase;
	font-size: clamp(38px, 6vw, 72px);
	line-height: 1.02;
	margin-bottom: 18px;
}

.lede {
	color: var(--on-dark);
	font-size: 18px;
	line-height: 1.7;
	max-width: 720px;
	margin: 0;
}
.lede--light { color: var(--body-text); }

.prose { color: var(--body-text); line-height: 1.8; font-size: 16.5px; }
.prose p { margin: 0 0 20px; }
.prose p:last-child { margin-bottom: 0; }

.body-copy { color: var(--body-text); line-height: 1.75; font-size: 16px; }
.body-copy--spaced { margin-bottom: 28px; }

/* Oswald display heading used by the home services grid. */
.h-portfolio {
	font-family: var(--font-display);
	font-weight: 600;
	text-transform: uppercase;
	color: var(--navy);
	font-size: clamp(32px, 4.5vw, 56px);
	line-height: 1.05;
	margin: 14px 0 46px;
	max-width: 640px;
}

/* Small spacing utilities used where a component needs one-off separation. */
.mt-12 { margin-top: 12px; }
.mt-32 { margin-top: 32px; }
.mt-34 { margin-top: 34px; }
.mb-24 { margin-bottom: 24px; }

/* ==========================================================================
   5. Buttons
   ========================================================================== */

.btn {
	display: inline-block;
	font-family: var(--font-display);
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 13px 26px;
	border: 1.4px solid transparent;
	cursor: pointer;
	transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}

.btn--solid { background: var(--amber); color: var(--navy); border-color: var(--amber); }
.btn--solid:hover { background: var(--amber-hover); border-color: var(--amber-hover); color: var(--navy); }

.btn--outline-dark { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn--outline-dark:hover { background: var(--navy); color: #fff; }

.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .8); }
.btn--outline-light:hover { background: var(--amber); color: var(--navy); border-color: var(--amber); }

.btn--lg { font-size: 14px; padding: 16px 40px; }
.btn--hero { font-size: 14px; padding: 15px 34px; }
.btn--wide { font-size: 13px; padding: 15px 32px; }
.btn--block { display: block; width: 100%; text-align: center; padding: 17px; font-size: 14px; border: none; }

.link-more {
	font-family: var(--font-display);
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--navy);
	display: inline-flex;
	align-items: center;
	gap: 9px;
}
.link-more__plus {
	width: 20px; height: 20px;
	border-radius: 50%;
	background: var(--amber);
	color: var(--navy);
	display: grid; place-items: center;
	font-size: 14px; line-height: 1;
}

.back-link {
	font-family: var(--font-display);
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(248, 243, 234, .7);
}
.back-link:hover { color: #fff; }

/* ==========================================================================
   6. Placeholder blocks (used until real photography is supplied)
   ========================================================================== */

.ph {
	position: relative;
	overflow: hidden;
	background: var(--navy);
	background-size: cover;
	background-position: center;
}
.ph--panel { background: var(--navy-panel); }
.ph--portrait { background: var(--olive); }
.ph::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, .05) 0 2px, transparent 2px 22px);
}
.ph.has-image::before { content: none; }
.ph__label {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 11px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, .3);
	text-align: center;
	padding: 0 12px;
	white-space: nowrap;
}
.ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.ph--square { aspect-ratio: 1 / 1; }
.ph--portrait-ratio { aspect-ratio: 4 / 5; }
.ph--fill { position: absolute; inset: 0; height: 100%; }

.media-shadow { box-shadow: 0 30px 60px -25px rgba(14, 46, 78, .5); }

/* Overlapping two-image stack (Network) */
.stack { position: relative; height: 520px; }
.stack--tall { height: 560px; }
.stack__back {
	position: absolute; top: 0; left: 0;
	width: 74%; height: 74%;
	box-shadow: 0 30px 60px -30px rgba(14, 46, 78, .6);
}
.stack__front {
	position: absolute; bottom: 0; right: 0;
	width: 60%; height: 64%;
	box-shadow: 0 30px 60px -30px rgba(14, 46, 78, .7);
	border: 6px solid var(--cream);
}

/* ==========================================================================
   7. Header / navigation
   ========================================================================== */

.site-header {
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 100;
	color: #fff;
	padding: 20px var(--gutter);
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: transparent;
	transition: background .4s var(--ease), box-shadow .4s var(--ease), padding .4s var(--ease);
}
.site-header.is-solid {
	background: var(--navy);
	box-shadow: 0 8px 30px -12px rgba(0, 0, 0, .5);
}
.site-header.is-compact { padding: 14px var(--gutter); }

.brand { display: block; width: 172px; height: 46px; flex: none; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.brand__fallback {
	width: 100%; height: 100%;
	border: 1px dashed rgba(255, 255, 255, .35);
	display: grid; place-items: center;
	font-family: var(--font-display);
	font-size: 12px;
	letter-spacing: 3px;
	color: rgba(255, 255, 255, .55);
}

.nav-toggle {
	display: none;
	background: none;
	border: none;
	color: inherit;
	cursor: pointer;
	flex-direction: column;
	align-items: flex-end;
	gap: 6px;
	padding: 8px;
}
.nav-toggle span { display: block; width: 26px; height: 2px; background: currentColor; }

.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 30px; }
.primary-nav li { position: relative; }

/* Scoped to the menu list so the "Get in Touch" button — a sibling of the
   <ul>, not a menu item — keeps its own padding and full border. */
.primary-nav ul a {
	font-family: var(--font-display);
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: inherit;
	padding: 6px 0;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	opacity: .8;
	border-bottom: 1.5px solid transparent;
	transition: opacity .25s var(--ease), border-color .25s var(--ease);
}
.primary-nav ul a:hover { opacity: 1; color: inherit; }

.nav-cta { flex: none; }
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a,
.primary-nav .current-menu-ancestor > a,
.primary-nav .is-current > a { opacity: 1; border-bottom-color: var(--amber); }

.nav-caret { font-size: 9px; }

/* Services dropdown */
.has-dropdown { padding-bottom: 20px; margin-bottom: -20px; }

.nav-dropdown {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(-8px);
	width: 352px;
	background: rgba(9, 33, 61, .98);
	box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .6);
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 9px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .22s var(--ease), transform .22s var(--ease), visibility .22s;
}
.has-dropdown:hover .nav-dropdown,
.has-dropdown:focus-within .nav-dropdown,
.has-dropdown.is-open .nav-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}
.nav-dropdown::before {
	content: "";
	position: absolute;
	top: -7px; left: 50%;
	transform: translateX(-50%) rotate(45deg);
	width: 14px; height: 14px;
	background: rgba(9, 33, 61, .98);
}
.nav-dropdown a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 13px 16px;
	border: 1px solid rgba(255, 255, 255, .1);
	color: rgba(248, 243, 234, .9);
	font-family: var(--font-body);
	font-size: 14px;
	letter-spacing: 0;
	text-transform: none;
	opacity: 1;
	transition: background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
}
.nav-dropdown a:hover {
	background: rgba(212, 169, 133, .14);
	border-color: rgba(212, 169, 133, .5);
	color: #fff;
}
.nav-dropdown .plus { color: var(--amber); font-size: 16px; line-height: 1; }

/* Mobile overlay */
.mobile-menu {
	position: fixed;
	inset: 0;
	z-index: 200;
	background: var(--navy-deep);
	color: #fff;
	display: none;
	flex-direction: column;
	padding: 24px 7vw 40px;
	overflow-y: auto;
}
.mobile-menu.is-open { display: flex; animation: menuIn .25s ease both; }
.mobile-menu__top { display: flex; justify-content: space-between; align-items: center; }
.mobile-menu__close {
	background: none; border: none;
	color: #fff; font-size: 32px; line-height: 1;
	cursor: pointer; padding: 4px 10px;
}
.mobile-menu nav ul { list-style: none; margin: 30px 0 0; padding: 0; display: flex; flex-direction: column; }
.mobile-menu nav a {
	display: block;
	font-family: var(--font-display);
	font-weight: 400;
	font-size: 23px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.mobile-menu__services { margin-top: 26px; }
.mobile-menu__services > span {
	font-family: var(--font-display);
	color: rgba(255, 255, 255, .5);
	letter-spacing: 2px;
	font-size: 12px;
}
.mobile-menu__services div { display: flex; flex-direction: column; margin-top: 10px; }
.mobile-menu__services a { color: rgba(248, 243, 234, .75); font-size: 15px; padding: 9px 0; }
.mobile-menu__cta {
	margin-top: 28px;
	text-align: center;
	font-family: var(--font-display);
	font-size: 14px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	background: var(--amber);
	color: var(--navy);
	padding: 16px;
}
.mobile-menu .brand { width: 150px; height: 40px; }

body.menu-open { overflow: hidden; }

/* ==========================================================================
   8. Hero
   ========================================================================== */

.hero {
	position: relative;
	min-height: 100vh;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	padding-top: 120px;
}
.hero__media { position: absolute; inset: 0; }
.hero__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 1.1s ease;
	background: var(--navy);
	background-size: cover;
	background-position: center;
}
.hero__slide.is-active { opacity: 1; }
.hero__slide::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, .05) 0 2px, transparent 2px 22px);
	animation: kenburns 8s ease-in-out infinite alternate;
}
.hero__slide.has-image::before {
	background-image: none;
	animation: none;
}
.hero__slide.has-image { animation: kenburns 8s ease-in-out infinite alternate; }
.hero__slide-label {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 12px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, .28);
	text-align: center;
	white-space: nowrap;
}
.hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, rgba(9, 33, 61, .92) 0%, rgba(16, 48, 78, .7) 50%, rgba(212, 169, 133, .2) 100%);
}
.hero__inner {
	position: relative;
	z-index: 2;
	padding: 0 var(--gutter) 13vh;
	/* 760px of *content* — the gutter is added on top so the editor's line
	   breaks survive at desktop widths instead of wrapping mid-line. */
	max-width: calc(760px + 2 * var(--gutter));
}
.hero__line { display: block; overflow: hidden; }
.hero__line > span { display: inline-block; animation: wordRise .9s var(--ease) both; }
.hero__line:nth-child(1) > span { animation-delay: .15s; }
.hero__line:nth-child(2) > span { animation-delay: .3s; }
.hero__line:nth-child(3) > span { animation-delay: .45s; }
.hero__line:nth-child(4) > span { animation-delay: .6s; }

.hero__sub {
	color: rgba(248, 243, 234, .86);
	font-size: 18px;
	line-height: 1.65;
	max-width: 520px;
	margin: 26px 0 0;
	animation: fadeIn 1s ease .7s both;
}
.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 38px;
	animation: fadeIn 1s ease .9s both;
}

.scroll-cue {
	position: absolute;
	bottom: 30px; left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 9px;
}
.scroll-cue__track { position: relative; width: 1px; height: 40px; background: rgba(248, 243, 234, .35); }
.scroll-cue__dot {
	position: absolute; top: 0; left: 50%;
	width: 5px; height: 5px;
	border-radius: 50%;
	background: rgba(248, 243, 234, .7);
	animation: scrollDot 2.2s ease-in-out infinite;
}
.scroll-cue span {
	font-family: var(--font-display);
	color: rgba(248, 243, 234, .5);
	font-size: 11px;
	letter-spacing: 2px;
}

/* Inner-page header spacer + banner */
.page-banner-spacer { height: 170px; background: var(--navy); }
.page-banner-spacer--sm { height: 90px; }
.page-banner { padding: 80px var(--gutter) 60px; background: var(--navy); color: #fff; }
.page-banner--tight { padding-bottom: 40px; }

/* ==========================================================================
   9. Cards & repeating components
   ========================================================================== */

.card {
	background: var(--cream-card);
	border: 1px solid var(--hairline);
	padding: 34px 30px 30px;
}

.service-card {
	display: block;
	color: inherit;
	background: var(--cream-card);
	border: 1px solid var(--hairline);
	padding: 34px 30px 30px;
	transition: box-shadow .3s var(--ease), transform .3s var(--ease);
}
.service-card:hover {
	color: inherit;
	box-shadow: 0 24px 44px -26px rgba(14, 46, 78, .45);
	transform: translateY(-4px);
}
.service-card--lg { padding: 36px 32px 32px; }
.service-card__icon {
	width: 44px; height: 44px;
	border: 1.5px solid var(--amber-hover);
	border-radius: 8px;
	display: grid; place-items: center;
	margin-bottom: 22px;
}
.service-card--lg .service-card__icon { width: 46px; height: 46px; }
.service-card__icon i {
	display: block;
	width: 18px; height: 18px;
	border: 1.5px solid var(--amber-hover);
	border-radius: 3px;
}
.service-card h3 {
	font-family: var(--font-display);
	font-weight: 500;
	text-transform: uppercase;
	color: var(--navy);
	font-size: 20px;
	letter-spacing: .5px;
	margin: 0 0 12px;
}
.service-card--lg h3 { font-size: 21px; }
.service-card p { color: var(--body-text-2); line-height: 1.65; font-size: 15px; margin: 0 0 20px; }
.service-card--lg p { margin-bottom: 22px; }

.pillar-card {
	background: var(--cream-card);
	border: 1px solid var(--hairline);
	padding: 38px 32px;
}
.pillar-card__num {
	font-family: var(--font-display);
	font-weight: 600;
	color: var(--amber);
	font-size: 34px;
	line-height: 1;
}
.pillar-card h3 {
	font-family: var(--font-display);
	font-weight: 500;
	text-transform: uppercase;
	color: var(--navy);
	font-size: 19px;
	letter-spacing: .5px;
	margin: 18px 0 12px;
}
.pillar-card p { color: var(--body-text-2); line-height: 1.65; font-size: 15px; margin: 0; }

.rule-card { border-top: 2px solid var(--amber); padding: 26px 4px 0; }
.rule-card__num {
	font-family: var(--font-display);
	font-weight: 600;
	color: var(--amber);
	font-size: 30px;
	line-height: 1;
}
.rule-card h3 {
	font-family: var(--font-display);
	font-weight: 500;
	text-transform: uppercase;
	color: var(--navy);
	font-size: 18px;
	letter-spacing: .5px;
	margin: 0 0 12px;
}
.rule-card--step { padding-top: 24px; }
.rule-card--step h3 { font-size: 17px; margin: 14px 0 10px; }
.rule-card p { color: var(--body-text-2); line-height: 1.6; font-size: 14.5px; margin: 0; }
.rule-card--step p { font-size: 14px; }

.panel-card {
	background: var(--cream-card);
	border: 1px solid var(--hairline);
	padding: 34px 28px;
}
.panel-card h3 {
	font-family: var(--font-display);
	font-weight: 500;
	text-transform: uppercase;
	color: var(--navy);
	font-size: 18px;
	letter-spacing: .5px;
	margin: 0 0 12px;
}
.panel-card p { color: var(--body-text-2); line-height: 1.6; font-size: 14.5px; margin: 0; }

.step-card {
	background: var(--cream-card);
	border: 1px solid var(--hairline);
	padding: 36px 30px;
}
.step-card__num {
	font-family: var(--font-display);
	font-weight: 600;
	color: var(--amber);
	font-size: 32px;
	line-height: 1;
}
.step-card h3 {
	font-family: var(--font-display);
	font-weight: 500;
	text-transform: uppercase;
	color: var(--navy);
	font-size: 18px;
	letter-spacing: .5px;
	margin: 16px 0 10px;
}
.step-card p { color: var(--body-text-2); line-height: 1.6; font-size: 15px; margin: 0; }

/* Checklist */
.check-list { display: flex; flex-direction: column; gap: 14px; }
.check-list--lg { gap: 16px; }
.check-row { display: flex; align-items: center; gap: 13px; }
.check-row__mark {
	flex: none;
	width: 24px; height: 24px;
	border-radius: 50%;
	background: var(--amber);
	color: var(--navy);
	display: grid; place-items: center;
	font-size: 13px;
	font-weight: 700;
}
.check-row span:last-child { color: var(--ink); font-weight: 600; font-size: 15px; }
.check-list--lg .check-row__mark { width: 26px; height: 26px; font-size: 14px; }
.check-list--lg .check-row span:last-child { font-size: 16px; }

.deliverables {
	background: var(--cream-card);
	border: 1px solid rgba(14, 46, 78, .08);
	padding: 38px 34px;
}
.deliverables h3 {
	font-family: var(--font-display);
	font-weight: 500;
	text-transform: uppercase;
	color: var(--navy);
	letter-spacing: 1px;
	font-size: 18px;
	margin: 0 0 22px;
}
.deliverables__list { display: flex; flex-direction: column; gap: 16px; }
.deliverables__item { display: flex; gap: 13px; align-items: flex-start; }
.deliverables__mark {
	flex: none;
	width: 22px; height: 22px;
	border-radius: 50%;
	background: var(--amber);
	color: var(--navy);
	display: grid; place-items: center;
	font-size: 12px;
	font-weight: 700;
	margin-top: 2px;
}
.deliverables__item span:last-child { color: var(--ink); font-size: 15px; line-height: 1.5; }

/* Stats */
.stats-row { display: flex; gap: 48px; flex-wrap: wrap; margin: 34px 0 30px; }
.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	padding: 34px 0;
	border-top: 1px solid var(--hairline-strong);
	border-bottom: 1px solid var(--hairline-strong);
}
.stat__value {
	font-family: var(--font-display);
	font-weight: 600;
	color: var(--navy);
	font-size: 38px;
	line-height: 1;
}
.stat__label {
	font-family: var(--font-display);
	color: var(--muted);
	letter-spacing: 2px;
	font-size: 11px;
	margin-top: 6px;
	text-transform: uppercase;
}
.stats-grid .stat__value { font-size: 40px; }
.stats-grid .stat__label { letter-spacing: 1.5px; }

.stats-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.stats-band .stat__value { color: var(--amber); font-size: clamp(34px, 3.4vw, 46px); }
.stats-band .stat__label { color: rgba(255, 255, 255, .55); letter-spacing: 1.5px; margin-top: 8px; }

/* Chips */
.chip-row { display: flex; gap: 14px; flex-wrap: wrap; }
.chip {
	font-family: var(--font-display);
	font-size: 13px;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: var(--navy);
	border: 1.3px solid rgba(14, 46, 78, .3);
	padding: 11px 20px;
	transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
a.chip:hover { background: var(--navy); color: #fff; border-color: var(--navy); }

/* Expertise tiles */
.tile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 40px; }
.tile {
	background: var(--blue-panel);
	color: var(--ink);
	padding: 16px 20px;
	font-size: 14.5px;
	font-weight: 600;
}

/* Vision quote */
.vision { border-left: 3px solid var(--amber); padding-left: 22px; }
.vision p {
	font-family: var(--font-body);
	font-weight: 800;
	color: var(--navy);
	font-size: clamp(22px, 2.6vw, 32px);
	line-height: 1.25;
	margin: 10px 0 0;
}

.person-name {
	font-family: var(--font-body);
	font-weight: 800;
	color: var(--navy);
	font-size: clamp(40px, 5vw, 64px);
	margin: 14px 0 4px;
	line-height: 1.05;
}
.person-name--teaser { font-size: clamp(34px, 4vw, 52px); }

.person-role {
	font-family: var(--font-display);
	font-weight: 500;
	color: var(--navy);
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 28px;
}

/* ==========================================================================
   10. Services in focus carousel
   ========================================================================== */

.focus {
	position: relative;
	height: 70vh;
	min-height: 520px;
	overflow: hidden;
	background: var(--navy);
}
.focus__media { position: absolute; inset: 0; }
.focus__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 1s ease;
	background-size: cover;
	background-position: center;
}
.focus__slide.is-active { opacity: 1; }
.focus__slide::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, .05) 0 2px, transparent 2px 22px);
}
.focus__slide.has-image::before { content: none; }
.focus__slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(9, 33, 61, .9) 0%, rgba(9, 33, 61, .4) 60%, rgba(9, 33, 61, .15) 100%);
}
.focus__inner {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 var(--gutter) 60px;
	max-width: calc(760px + 2 * var(--gutter));
}
.focus__title {
	font-family: var(--font-body);
	font-weight: 800;
	color: #fff;
	font-size: clamp(30px, 4vw, 52px);
	margin: 14px 0 12px;
	line-height: 1.1;
}
.focus__desc {
	color: rgba(248, 243, 234, .82);
	font-size: 17px;
	line-height: 1.6;
	max-width: 480px;
	margin: 0 0 26px;
}
.focus__dots { display: flex; gap: 10px; }
.focus__dot {
	width: 26px; height: 4px;
	background: rgba(255, 255, 255, .3);
	border: none;
	padding: 0;
	cursor: pointer;
	transition: background .3s var(--ease), width .3s var(--ease);
}
.focus__dot.is-active { background: var(--amber); width: 40px; }

/* ==========================================================================
   11. Service detail hero
   ========================================================================== */

.service-hero {
	position: relative;
	min-height: 66vh;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: var(--navy);
	background-size: cover;
	background-position: center;
}
.service-hero__texture {
	position: absolute;
	inset: 0;
	background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, .05) 0 2px, transparent 2px 22px);
	animation: kenburns 10s ease-in-out infinite alternate;
}
.service-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, rgba(9, 33, 61, .94) 0%, rgba(16, 48, 78, .7) 55%, rgba(212, 169, 133, .2) 100%);
}
.service-hero__inner {
	position: relative;
	z-index: 2;
	padding: 0 var(--gutter) 70px;
	max-width: calc(820px + 2 * var(--gutter));
}
.service-hero__eyebrow { margin-top: 24px; }
.service-hero h1 {
	font-family: var(--font-body);
	font-weight: 800;
	color: #fff;
	font-size: clamp(38px, 6vw, 72px);
	line-height: 1.03;
	margin: 12px 0 16px;
}
.service-hero p {
	color: rgba(248, 243, 234, .85);
	font-size: 19px;
	line-height: 1.6;
	max-width: 560px;
	margin: 0;
}
.service-hero__note {
	position: absolute;
	top: 130px; right: var(--gutter);
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 11px;
	color: rgba(255, 255, 255, .3);
	z-index: 2;
}

.h-overview {
	font-family: var(--font-body);
	font-weight: 800;
	color: var(--navy);
	font-size: clamp(26px, 3vw, 38px);
	line-height: 1.15;
	margin: 14px 0 22px;
}

.other-services-title {
	font-family: var(--font-display);
	font-weight: 500;
	text-transform: uppercase;
	color: var(--navy);
	letter-spacing: 1px;
	font-size: 15px;
	margin: 0 0 24px;
}

/* ==========================================================================
   12. Contact block & form
   ========================================================================== */

.contact-info__row {
	border-top: 1px solid rgba(255, 255, 255, .14);
	padding: 22px 0;
}
.contact-info__row:last-child { border-bottom: 1px solid rgba(255, 255, 255, .14); }
.contact-info__label {
	font-family: var(--font-display);
	color: rgba(255, 255, 255, .5);
	letter-spacing: 2.5px;
	font-size: 12px;
	text-transform: uppercase;
}
.contact-info__row p { font-size: 17px; font-weight: 600; margin: 8px 0 0; }
.contact-info__row a { color: var(--amber); font-size: 16px; }
.contact-info__row a:hover { color: #fff; }
.contact-info__intro { color: rgba(248, 243, 234, .75); font-size: 17px; line-height: 1.65; margin: 0 0 40px; max-width: 460px; }

.socials { display: flex; gap: 12px; margin-top: 14px; }
.socials a {
	width: 40px; height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .3);
	display: grid; place-items: center;
	font-family: var(--font-display);
	font-size: 12px;
	letter-spacing: .5px;
	color: #fff;
	transition: background .3s var(--ease), border-color .3s var(--ease), color .3s var(--ease);
}
.socials a:hover { background: var(--amber); color: var(--navy); border-color: var(--amber); }

.form-card {
	background: var(--cream-card);
	padding: 44px 40px;
	box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .6);
}
.form-card h3 {
	font-family: var(--font-display);
	font-weight: 500;
	text-transform: uppercase;
	color: var(--navy);
	letter-spacing: 1px;
	font-size: 18px;
	margin: 0 0 26px;
}

.field { margin-bottom: 18px; }
.field--last { margin-bottom: 24px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.field label {
	display: block;
	font-family: var(--font-display);
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--navy);
	margin-bottom: 8px;
}
.field input,
.field textarea {
	width: 100%;
	background: #fff;
	border: 1px solid var(--field-border);
	border-radius: 0;
	color: var(--navy-panel);
	padding: 14px 15px;
	font-size: 15px;
	outline: none;
	transition: border-color .2s var(--ease);
}
.field textarea { resize: vertical; min-height: 150px; }
.field input:focus,
.field textarea:focus { border-color: var(--amber-hover); outline: none; }
.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"] { border-color: var(--error); }
.field__error {
	display: block;
	color: var(--error);
	font-size: 12.5px;
	margin-top: 6px;
}
.field__error:empty { display: none; }

.form-hp {
	position: absolute !important;
	left: -9999px;
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

.form-card button[type="submit"] {
	background: var(--amber);
	border: none;
	color: var(--navy);
	font-family: var(--font-display);
	font-size: 14px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 17px;
	width: 100%;
	cursor: pointer;
	transition: background .3s var(--ease);
}
.form-card button[type="submit"]:hover { background: var(--amber-hover); }
.form-card button[type="submit"][disabled] { opacity: .7; cursor: default; }

.form-success { text-align: center; padding: 20px 0; }
.form-success__mark {
	width: 56px; height: 56px;
	border-radius: 50%;
	background: var(--amber);
	color: var(--navy);
	display: grid; place-items: center;
	font-size: 26px;
	font-weight: 700;
	margin: 0 auto 20px;
}
.form-success h3 {
	font-family: var(--font-body);
	font-weight: 800;
	text-transform: none;
	letter-spacing: 0;
	color: var(--navy);
	font-size: 24px;
	margin: 0 0 10px;
}
.form-success p { color: var(--body-text-2); line-height: 1.6; margin: 0 auto 24px; max-width: 360px; }
.form-success button {
	background: transparent;
	border: 1.4px solid var(--navy);
	color: var(--navy);
	font-family: var(--font-display);
	font-size: 13px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 13px 28px;
	cursor: pointer;
	transition: background .3s var(--ease), color .3s var(--ease);
}
.form-success button:hover { background: var(--navy); color: #fff; }

.form-notice {
	background: rgba(181, 100, 60, .1);
	border-left: 3px solid var(--error);
	color: var(--error);
	padding: 12px 16px;
	font-size: 14px;
	margin-bottom: 20px;
}
.form-notice:empty { display: none; }

/* ==========================================================================
   13. Footer
   ========================================================================== */

.site-footer {
	background: var(--navy-deep);
	color: rgba(248, 243, 234, .6);
	padding: 70px var(--gutter) 34px;
	border-top: 3px solid var(--amber);
}
.site-footer__cols {
	max-width: var(--wrap-wide);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.2fr 1.3fr 2fr;
	gap: 50px;
}
.site-footer .brand { margin-bottom: 20px; }
.site-footer__tagline {
	font-size: 13.5px;
	line-height: 1.7;
	max-width: 260px;
	margin: 0;
	color: rgba(248, 243, 234, .5);
}
.site-footer__heading {
	font-family: var(--font-display);
	color: rgba(255, 255, 255, .85);
	letter-spacing: 2.5px;
	font-size: 12px;
	text-transform: uppercase;
}
.site-footer__list {
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 30px;
}
.site-footer__list--services { gap: 14px 40px; }
.site-footer__list a { font-size: 14.5px; color: rgba(248, 243, 234, .62); }
.site-footer__list a:hover { color: var(--amber); }
.site-footer__bar {
	max-width: var(--wrap-wide);
	margin: 46px auto 0;
	padding-top: 26px;
	border-top: 1px solid rgba(248, 243, 234, .14);
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
	align-items: center;
}
.site-footer__bar span { font-size: 13px; color: rgba(248, 243, 234, .5); }
.site-footer__bar a { font-size: 13px; color: var(--amber); }
.site-footer__bar a:hover { color: #fff; }

/* ==========================================================================
   13b. Section-specific adjustments
   ========================================================================== */

.section--band { padding-top: 70px; padding-bottom: 70px; }

.services-archive { padding: 80px var(--gutter) 100px; }

.network-tagline {
	font-family: var(--font-body);
	font-weight: 800;
	font-size: clamp(24px, 2.6vw, 34px);
	line-height: 1.2;
	max-width: none;
	margin: 26px 0 0;
}

.inquiry-block { margin-top: 60px; }
.chip-row--inquiries { margin-top: 22px; }

/* --- "Keep exploring" related services ------------------------------- */

.other-services { padding: 80px var(--gutter) 100px; }

.other-services__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.other-services__head .h-section { margin-bottom: 0; }
.other-services__all { flex: none; }

.related-card {
	display: flex;
	flex-direction: column;
	color: inherit;
	background: var(--cream-card);
	border: 1px solid var(--hairline);
	transition: box-shadow .35s var(--ease), transform .35s var(--ease), border-color .35s var(--ease);
}
.related-card:hover {
	color: inherit;
	transform: translateY(-5px);
	box-shadow: 0 28px 50px -28px rgba(14, 46, 78, .5);
	border-color: rgba(212, 169, 133, .6);
}

.related-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--navy);
}
.related-card__media .ph { position: absolute; inset: 0; height: 100%; }
.related-card__media img { transition: transform .7s var(--ease); }
.related-card:hover .related-card__media img { transform: scale(1.07); }
.related-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(9, 33, 61, .1) 0%, rgba(9, 33, 61, .72) 100%);
}
.related-card__num {
	position: absolute;
	left: 22px;
	bottom: 14px;
	z-index: 2;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 30px;
	line-height: 1;
	color: var(--amber);
	letter-spacing: 1px;
}

.related-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 26px 28px 26px;
}

.related-card__title {
	font-family: var(--font-display);
	font-weight: 500;
	text-transform: uppercase;
	color: var(--navy);
	font-size: 17px;
	letter-spacing: .5px;
	line-height: 1.25;
	margin: 0 0 12px;
}

.related-card__desc {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: var(--body-text-2);
	font-size: 14.5px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.related-card__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-top: 18px;
	margin-bottom: 22px;
	border-top: 1px solid var(--hairline-strong);
}
.related-card__item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: var(--ink);
	font-size: 13.5px;
	line-height: 1.45;
}
.related-card__tick {
	flex: none;
	width: 17px;
	height: 17px;
	margin-top: 1px;
	border-radius: 50%;
	background: rgba(212, 169, 133, .3);
	color: var(--navy);
	display: grid;
	place-items: center;
	font-size: 9px;
	font-weight: 700;
}
.related-card__more {
	font-family: var(--font-display);
	color: var(--muted);
	font-size: 11.5px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	padding-left: 27px;
}

.related-card__foot { margin-top: auto; }
.related-card:hover .link-more__plus { background: var(--navy); color: var(--amber); }
.related-card .link-more__plus { transition: background .3s var(--ease), color .3s var(--ease); }

/* Blog / search fallback views */
.entry-title {
	font-family: var(--font-display);
	font-weight: 500;
	text-transform: uppercase;
	color: var(--navy);
	font-size: 20px;
	letter-spacing: .5px;
	margin: 0 0 12px;
}
.entry-title a { color: inherit; }
.entry-title a:hover { color: var(--amber-hover); }

.pagination { margin-top: 48px; }
.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-family: var(--font-display);
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-size: 13px;
}
.pagination .page-numbers {
	display: inline-block;
	padding: 10px 16px;
	border: 1.3px solid rgba(14, 46, 78, .3);
	color: var(--navy);
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover { background: var(--navy); color: #fff; border-color: var(--navy); }

.entry-content a { color: var(--amber-hover); text-decoration: underline; }
.entry-content h2,
.entry-content h3 { color: var(--navy); margin: 32px 0 14px; }
.entry-content ul,
.entry-content ol { padding-left: 22px; margin: 0 0 20px; }
.entry-content li { margin-bottom: 8px; }

@media (max-width: 900px) {
	.services-archive { padding: 56px var(--gutter) 70px; }
	.other-services { padding: 50px var(--gutter) 70px; }
	.section--band { padding-top: 50px; padding-bottom: 50px; }
	.inquiry-block { margin-top: 44px; }
}

/* ==========================================================================
   14. Motion
   ========================================================================== */

@keyframes kenburns { 0% { transform: scale(1.02); } 100% { transform: scale(1.14); } }
@keyframes scrollDot { 0% { transform: translate(-50%, 0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translate(-50%, 34px); opacity: 0; } }
@keyframes pageIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes wordRise { from { transform: translateY(105%); } to { transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes menuIn { from { opacity: 0; } to { opacity: 1; } }

.page-enter { animation: pageIn .55s var(--ease) both; }

[data-reveal] {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity .7s var(--ease), transform .7s var(--ease);
}
[data-reveal="x"] { transform: translateX(-18px); }
[data-reveal].is-in { opacity: 1; transform: none; }

[data-reveal-delay="1"] { transition-delay: .12s; }
[data-reveal-delay="2"] { transition-delay: .2s; }
[data-reveal-delay="3"] { transition-delay: .28s; }

.no-js [data-reveal] { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .001ms !important;
		scroll-behavior: auto !important;
	}
	[data-reveal] { opacity: 1; transform: none; }
	.hero__slide::before,
	.hero__slide.has-image,
	.service-hero__texture { animation: none; }
}

/* ==========================================================================
   15. Responsive
   ========================================================================== */

@media (max-width: 1100px) {
	.grid--3 { grid-template-columns: repeat(2, 1fr); }
	.grid--4 { grid-template-columns: repeat(2, 1fr); }
	.stats-grid { grid-template-columns: repeat(2, 1fr); gap: 26px 24px; }
	.stats-band { grid-template-columns: repeat(2, 1fr); gap: 28px; }
	.site-footer__cols { grid-template-columns: 1fr 1fr; gap: 40px; }
	.split { gap: 48px; }
}

@media (max-width: 900px) {
	.primary-nav { display: none; }
	.nav-toggle { display: inline-flex; }

	.split,
	.split--media-first,
	.split--copy-first,
	.split--portrait,
	.split--portrait-lg,
	.split--detail,
	.split--contact { grid-template-columns: 1fr; gap: 44px; }

	.sticky-media { position: static; }
	.stack, .stack--tall { height: 340px; }

	.section, .section--lg { padding: 60px var(--gutter); }
	.page-banner { padding: 60px var(--gutter) 44px; }
	.page-banner-spacer { height: 120px; }
	.page-banner-spacer--sm { height: 84px; }

	.h-hero { font-size: clamp(30px, 9vw, 46px); }
	.page-title, .page-title--display { font-size: clamp(32px, 8vw, 48px); }

	.hero { min-height: 88vh; padding-top: 100px; }
	.hero__inner { padding-bottom: 10vh; }
	.focus { height: auto; min-height: 460px; }
	.focus__inner { padding-bottom: 48px; padding-top: 160px; }

	.form-card { padding: 32px 24px; }
	.site-footer__cols { grid-template-columns: 1fr; gap: 36px; }
	.stats-row { gap: 32px; }
}

@media (max-width: 640px) {
	.grid--2,
	.grid--3,
	.grid--4 { grid-template-columns: 1fr; }
	.tile-grid { grid-template-columns: 1fr; }
	.field-row { grid-template-columns: 1fr; gap: 0; margin-bottom: 0; }
	.field-row .field { margin-bottom: 18px; }
	.stats-grid { grid-template-columns: 1fr 1fr; }
	.stats-band { grid-template-columns: 1fr 1fr; }
	.site-footer__list { grid-template-columns: 1fr; }
	.hero__actions .btn { flex: 1 1 100%; text-align: center; }
	.service-hero__note { display: none; }
}
