:where(
		.office-hero,
		.office-intro,
		.office-experience,
		.office-gallery,
		.office-pillars,
		.office-visit,
		.office-cta
	)
	p,
:where(
		.office-hero,
		.office-intro,
		.office-experience,
		.office-gallery,
		.office-pillars,
		.office-visit,
		.office-cta
	)
	figure {
	margin-top: 0;
}
:where(
		.office-hero,
		.office-intro,
		.office-experience,
		.office-gallery,
		.office-pillars,
		.office-visit,
		.office-cta
	)
	.eyebrow {
	font-size: 0.8rem;
}
.office-hero {
	display: grid;
	min-height: min(880px, 100dvh);
	grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
	color: var(--white);
	background: var(--navy-deep);
}
.office-hero__content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(82px, 8vw, 136px) clamp(44px, 5vw, 104px);
}
.office-hero .eyebrow,
.office-hero .heading em {
	color: var(--gold-light);
}
.office-hero .heading {
	max-width: 780px;
	margin: 0 0 28px;
	color: var(--white);
	font-size: clamp(3rem, 4.6vw, 5.15rem);
	letter-spacing: -0.052em;
	line-height: 1;
}
.office-hero .heading span,
.office-hero .heading em {
	display: block;
}
.office-hero .heading em {
	margin-top: 0.14em;
	font-family: var(--script);
	font-size: 0.62em;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.08;
}
.office-hero__lead {
	max-width: 650px;
	margin-bottom: 34px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 18px;
	line-height: 1.68;
}
.office-hero__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px 28px;
}
.office-text-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	color: inherit;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}
.office-hero__media {
	position: relative;
	min-height: 680px;
	margin: 0;
	overflow: hidden;
	background: #e6eef0;
}
.office-hero__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(17, 24, 49, 0.6), transparent 50%);
	content: "";
}
.office-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.office-hero__media figcaption,
.office-experience__media figcaption,
.office-gallery__item figcaption {
	position: absolute;
	z-index: 2;
	right: clamp(22px, 4vw, 52px);
	bottom: clamp(22px, 4vw, 46px);
	max-width: 390px;
	padding: 16px 20px;
	border-left: 2px solid var(--gold-light);
	color: var(--white);
	background: rgba(17, 24, 49, 0.94);
	font-family: var(--display);
	font-size: 0.8rem;
	letter-spacing: 0.09em;
	line-height: 1.55;
	text-transform: uppercase;
}
.office-intro {
	background: var(--ivory);
}
.office-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(48px, 9vw, 130px);
}
.office-intro__copy {
	padding-top: 34px;
}
.office-intro__copy p {
	color: #4f5667;
	line-height: 1.75;
}
.office-experience {
	padding: clamp(90px, 11vw, 158px) 0;
	color: var(--white);
	background: var(--navy);
}
.office-experience__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: clamp(55px, 8vw, 120px);
	align-items: center;
}
.office-experience__media {
	position: relative;
	min-height: 680px;
	margin: 0;
	overflow: hidden;
	background: #111831;
}
.office-experience__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(17, 24, 49, 0.55), transparent 48%);
	content: "";
}
.office-experience__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	object-fit: cover;
}
.office-experience__media figcaption {
	right: 22px;
	bottom: 22px;
	left: 22px;
	max-width: none;
}
.office-experience__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.office-experience .eyebrow,
.office-experience .heading em {
	color: var(--gold-light);
}
.office-experience .heading,
.office-experience .lead {
	color: var(--white);
}
.office-experience__content > p:not(.eyebrow, .lead) {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.75;
}
.office-experience__list {
	display: grid;
	margin: 8px 0 30px;
	padding: 0;
	gap: 12px;
	color: rgba(255, 255, 255, 0.86);
	list-style: none;
}
.office-experience__list li {
	position: relative;
	padding-left: 28px;
}
.office-experience__list li::before {
	position: absolute;
	top: 0.65em;
	left: 0;
	width: 15px;
	height: 1px;
	background: var(--gold-light);
	content: "";
}
.office-gallery {
	padding: clamp(90px, 11vw, 158px) 0;
	background: #edf6f7;
}
.office-gallery__header {
	max-width: 900px;
	margin: 0 auto 60px;
	text-align: center;
}
.office-gallery__header > p:last-child {
	color: #4f5667;
}
.office-gallery__slider {
	position: relative;
	width: min(100%, 820px);
	margin: 0 auto;
}
.office-gallery__viewport {
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scrollbar-width: none;
	scroll-snap-type: x mandatory;
}
.office-gallery__viewport::-webkit-scrollbar {
	display: none;
}
.office-gallery__grid {
	display: flex;
}
.office-gallery__item {
	position: relative;
	min-width: 100%;
	aspect-ratio: 3/2;
	overflow: hidden;
	flex: 0 0 100%;
	margin: 0;
	border: 1px solid rgba(32, 41, 85, 0.14);
	background: #dfe8e9;
	box-shadow: 0 22px 56px rgba(24, 38, 72, 0.11);
	scroll-snap-align: start;
	scroll-snap-stop: always;
}
.office-gallery__item::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(17, 24, 49, 0.52), transparent 45%);
	content: "";
}
.office-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.75s ease;
}
.office-gallery__item:hover img {
	transform: scale(1.018);
}
.office-gallery__item figcaption {
	right: 18px;
	bottom: 18px;
	left: 18px;
	max-width: none;
}
.office-gallery__arrow {
	position: absolute;
	z-index: 3;
	top: calc(50% - 29px);
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border: 1px solid var(--navy);
	border-radius: 50%;
	color: var(--navy);
	background: #edf6f7;
	font-size: 1.15rem;
	cursor: pointer;
	transform: translateY(-50%);
	transition:
		color 0.3s ease,
		background-color 0.3s ease,
		transform 0.3s ease;
}
.office-gallery__arrow--previous {
	left: -78px;
}
.office-gallery__arrow--next {
	right: -78px;
}
.office-gallery__arrow:hover {
	color: var(--white);
	background: var(--navy);
	transform: translateY(calc(-50% - 2px));
}
.office-gallery__pagination {
	display: flex;
	min-height: 20px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 28px;
}
.office-gallery__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 1px solid #59617a;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	transition:
		border-color 0.25s ease,
		background-color 0.25s ease,
		transform 0.25s ease;
}
.office-gallery__dot[aria-current="true"] {
	border-color: #87652e;
	background: #87652e;
	transform: scale(1.25);
}
.office-gallery__arrow:focus-visible,
.office-gallery__dot:focus-visible,
.office-gallery__viewport:focus-visible {
	outline: 3px solid var(--azure);
	outline-offset: 4px;
}
.office-pillars {
	background: var(--ivory);
}
.office-pillars__header {
	max-width: 850px;
	margin: 0 auto 58px;
	text-align: center;
}
.office-pillars__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(32, 41, 85, 0.16);
	border-left: 1px solid rgba(32, 41, 85, 0.16);
}
.office-pillar {
	min-height: 330px;
	padding: clamp(30px, 3.5vw, 36px);
	border-right: 1px solid rgba(32, 41, 85, 0.16);
	border-bottom: 1px solid rgba(32, 41, 85, 0.16);
	background: rgba(255, 255, 255, 0.62);
}
.office-pillar span {
	color: #87652e;
	font-family: var(--display);
}
.office-pillar .heading {
	margin: 55px 0 18px;
	color: var(--navy);
	font-family: var(--display);
	font-size: 1.55rem;
}
.office-pillar p {
	color: #4f5667;
	line-height: 1.7;
}
.office-visit {
	padding: clamp(90px, 11vw, 158px) 0;
	color: var(--white);
	background: var(--navy-deep);
}
.office-visit__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 0.72fr);
	gap: clamp(50px, 9vw, 130px);
	align-items: center;
}
.office-visit .eyebrow,
.office-visit .heading em,
.office-hours .eyebrow {
	color: var(--gold-light);
}
.office-visit .heading,
.office-hours .heading {
	color: var(--white);
}
.office-visit__content > p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.75;
}
.office-visit address {
	margin: 24px 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.05rem;
	font-style: normal;
	line-height: 1.75;
}
.office-visit__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px 28px;
}
.office-hours {
	padding: clamp(34px, 5vw, 60px);
	border: 1px solid rgba(203, 156, 77, 0.42);
	background: rgba(255, 255, 255, 0.04);
}
.office-hours .heading {
	margin: 0 0 28px;
	font-family: var(--display);
	font-size: clamp(1.75rem, 3vw, 2.7rem);
	font-weight: 400;
}
.office-hours dl {
	margin: 0;
}
.office-hours dl div {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.office-hours dt {
	color: var(--white);
}
.office-hours dd {
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	text-align: right;
}
.office-cta {
	position: relative;
	overflow: hidden;
	padding: clamp(100px, 12vw, 170px) 0;
	color: var(--white);
	background: var(--navy);
	text-align: center;
	isolation: isolate;
}
.office-cta::before {
	position: absolute;
	z-index: -1;
	inset: 6% max(20px, 10vw);
	border: 1px solid rgba(203, 156, 77, 0.22);
	border-radius: 50%;
	content: "";
}
.office-cta__mark {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: min(42vw, 520px);
	opacity: 0.035;
	transform: translate(-50%, -50%);
}
.office-cta__mark img {
	display: block;
	width: 100%;
}
.office-cta .eyebrow,
.office-cta .heading em {
	color: var(--gold-light);
}
.office-cta .heading {
	color: var(--white);
}
.office-cta p:not(.eyebrow) {
	max-width: 720px;
	margin: 24px auto 34px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
}
:where(
		.office-hero,
		.office-intro,
		.office-experience,
		.office-gallery,
		.office-pillars,
		.office-visit,
		.office-cta
	)
	a:focus-visible {
	outline: 3px solid var(--azure);
	outline-offset: 4px;
}
@media (max-width: 1100px) {
	.office-hero {
		min-height: auto;
		grid-template-columns: 1fr 1fr;
	}
	.office-hero__content {
		padding: 82px 42px;
	}
	.office-hero .heading {
		font-size: clamp(2.75rem, 5.7vw, 4.3rem);
	}
	.office-gallery__slider {
		width: min(calc(100% - 132px), 820px);
	}
	.office-gallery__arrow--previous {
		left: -66px;
	}
	.office-gallery__arrow--next {
		right: -66px;
	}
	.office-pillars__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.office-visit__grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 780px) {
	.office-hero {
		grid-template-columns: 1fr;
	}
	.office-hero__content {
		min-height: 630px;
		padding: 78px 24px 62px;
	}
	.office-hero .heading {
		font-size: clamp(2.7rem, 11.5vw, 4rem);
	}
	.office-hero__media {
		min-height: 520px;
	}
	.office-intro__grid,
	.office-experience__grid,
	.office-visit__grid {
		grid-template-columns: 1fr;
	}
	.office-intro__copy {
		padding-top: 0;
	}
	.office-experience__media {
		min-height: 540px;
	}
	.office-gallery__slider {
		width: 100%;
	}
	.office-gallery__arrow {
		top: calc(50% - 27px);
		width: 46px;
		height: 46px;
		color: var(--white);
		background: rgba(17, 24, 49, 0.88);
	}
	.office-gallery__arrow--previous {
		left: 12px;
	}
	.office-gallery__arrow--next {
		right: 12px;
	}
	.office-cta::before {
		inset: 5% -20%;
	}
}
@media (max-width: 520px) {
	.office-hero__actions,
	.office-hero__actions .button,
	.office-visit__actions,
	.office-visit__actions .button {
		width: 100%;
	}
	.office-hero__media {
		min-height: 430px;
	}
	.office-hero__media figcaption {
		right: 18px;
		bottom: 18px;
		left: 18px;
		max-width: none;
	}
	.office-experience__media {
		min-height: 440px;
	}
	.office-gallery__item {
		aspect-ratio: 4/3;
	}
	.office-gallery__item figcaption {
		right: 14px;
		bottom: 14px;
		left: 14px;
	}
	.office-pillars__grid {
		grid-template-columns: 1fr;
	}
	.office-pillar {
		min-height: auto;
	}
	.office-hours dl div {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}
	.office-hours dd {
		text-align: left;
	}
}
@media (prefers-reduced-motion: reduce) {
	.office-gallery__item img,
	.office-gallery__arrow,
	.office-gallery__dot {
		transition: none;
	}
}
