:root {
	--ih-black: #333332;
	--ih-charcoal: #595959;
	--ih-grey: #7c7b77;
	--ih-beige: #b7ac97;
	--ih-white: #fffffa;
	--ih-sand: #f3efe7;
	--ih-stucco: #e0d1b6;
	--ih-gold: #c6a25a;
	--ih-display: "Cormorant Garamond", Georgia, serif;
	--ih-sans: "Montserrat", Arial, sans-serif;
	--ih-content: 1180px;
	--ih-shadow: 0 24px 70px rgba(51, 51, 50, 0.16);
}

html {
	scroll-behavior: smooth;
}

body.iron-hills-page {
	margin: 0;
	background: var(--ih-sand);
	color: var(--ih-black);
	font-family: var(--ih-sans);
	font-size: 16px;
	line-height: 1.7;
}

.iron-hills-page *,
.iron-hills-page *::before,
.iron-hills-page *::after {
	box-sizing: border-box;
}

.iron-hills-page img {
	display: block;
	max-width: 100%;
}

.iron-hills-page figure {
	margin: 0;
}

.iron-hills-page .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.iron-hills-page a {
	color: inherit;
}

.iron-hills-page h1,
.iron-hills-page h2,
.iron-hills-page h3,
.iron-hills-page h4,
.iron-hills-page p {
	margin-top: 0;
}

.iron-hills-page h1,
.iron-hills-page h2,
.iron-hills-page h3 {
	font-family: var(--ih-display);
	font-weight: 500;
	line-height: 0.98;
}

.ih-skip-link {
	position: fixed;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 10000;
	padding: 0.75rem 1rem;
	background: var(--ih-white);
	color: var(--ih-black);
	transform: translateY(-160%);
}

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

.ih-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	color: var(--ih-white);
	transition: background 220ms ease, box-shadow 220ms ease;
}

.admin-bar .ih-header {
	top: 32px;
}

.ih-header.is-scrolled,
.ih-header.is-open {
	background: rgba(51, 51, 50, 0.97);
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.17);
	backdrop-filter: blur(14px);
}

.ih-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(calc(100% - 48px), 1380px);
	min-height: 96px;
	margin: 0 auto;
}

.ih-header__logo img {
	width: 238px;
	height: auto;
}

.ih-nav {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.ih-nav__list {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 2vw, 2rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.ih-nav__list a {
	position: relative;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	text-decoration: none;
	text-transform: uppercase;
}

.ih-nav__list a::after {
	position: absolute;
	bottom: -0.5rem;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--ih-gold);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
}

.ih-nav__list a:hover::after,
.ih-nav__list a:focus-visible::after {
	transform: scaleX(1);
}

.ih-nav-toggle {
	display: none;
	align-items: center;
	gap: 0.75rem;
	border: 0;
	background: transparent;
	color: inherit;
	font: 600 0.7rem/1 var(--ih-sans);
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ih-nav-toggle__bars {
	display: grid;
	gap: 5px;
	width: 25px;
}

.ih-nav-toggle__bars span {
	display: block;
	height: 1px;
	background: currentColor;
	transition: transform 180ms ease;
}

.ih-button,
.iron-hills-page .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0.9rem 1.5rem;
	border: 1px solid transparent;
	border-radius: 0;
	font-family: var(--ih-sans);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.15;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ih-button:hover,
.iron-hills-page .wp-block-button__link:hover {
	transform: translateY(-2px);
}

.ih-button--small {
	min-height: 44px;
	padding: 0.75rem 1.15rem;
}

.ih-button--gold,
.iron-hills-page .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.iron-hills-page .is-style-fill .wp-block-button__link {
	background: var(--ih-gold);
	color: var(--ih-black);
}

.ih-button--outline,
.iron-hills-page .is-style-outline .wp-block-button__link {
	border-color: rgba(255, 255, 250, 0.72);
	background: transparent;
	color: var(--ih-white);
}

.ih-main {
	overflow: hidden;
}

.iron-hills-interior-page .ih-header {
	background: rgba(51, 51, 50, 0.98);
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.14);
}

.ih-interior-main {
	padding-top: 96px;
	background: var(--ih-white);
}

.ih-interior-title {
	padding: clamp(4.5rem, 8vw, 8rem) 24px;
	border-bottom: 1px solid rgba(51, 51, 50, 0.08);
	background: linear-gradient(135deg, var(--ih-sand), var(--ih-white));
}

.ih-interior-title__inner {
	width: min(100%, var(--ih-content));
	margin-inline: auto;
}

.ih-interior-title h1 {
	max-width: 980px;
	margin-bottom: 0;
	font-size: clamp(3.5rem, 8vw, 7rem);
}

.ih-interior-content {
	padding: clamp(4.5rem, 8vw, 8rem) 24px;
	background: var(--ih-white);
}

.ih-interior-content > * {
	width: min(100%, 920px);
	margin-right: auto;
	margin-left: auto;
}

.ih-interior-content > .alignwide {
	width: min(100%, var(--ih-content));
}

.ih-interior-content > .alignfull {
	width: calc(100% + 48px);
	max-width: none;
	margin-right: -24px;
	margin-left: -24px;
}

.ih-interior-content h2 {
	margin-top: clamp(3rem, 6vw, 5rem);
	margin-bottom: 1.25rem;
	font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.ih-interior-content h3 {
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	font-size: clamp(1.8rem, 3vw, 2.75rem);
}

.ih-interior-content p,
.ih-interior-content li {
	font-size: clamp(1rem, 1.4vw, 1.12rem);
	line-height: 1.9;
}

.ih-interior-content > *:first-child {
	margin-top: 0;
}

.ih-interior-content > *:last-child {
	margin-bottom: 0;
}

.ih-section {
	position: relative;
	padding: clamp(5rem, 9vw, 9rem) 24px;
}

.ih-section > .wp-block-group__inner-container,
.ih-section__inner,
.ih-container {
	width: min(100%, var(--ih-content));
	margin-inline: auto;
}

.ih-section > * {
	width: min(100%, var(--ih-content));
	margin-inline: auto;
}

.ih-eyebrow {
	margin-bottom: 1.25rem;
	color: var(--ih-gold);
	font-size: 0.69rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.ih-lede {
	max-width: 720px;
	font-size: clamp(1rem, 1.4vw, 1.18rem);
	line-height: 1.85;
}

.ih-hero {
	position: relative;
	display: grid;
	align-items: end;
	min-height: min(940px, 100svh);
	padding: 160px 24px clamp(4rem, 8vw, 7rem);
	background: var(--ih-black);
	color: var(--ih-white);
	isolation: isolate;
}

.ih-hero::before,
.ih-hero::after {
	position: absolute;
	inset: 0;
	content: "";
	z-index: -1;
}

.ih-hero::before {
	background: var(--ih-hero-image) center 48% / cover no-repeat;
}

.ih-hero::after {
	background:
		linear-gradient(90deg, rgba(30, 30, 29, 0.83) 0%, rgba(30, 30, 29, 0.47) 48%, rgba(30, 30, 29, 0.12) 78%),
		linear-gradient(0deg, rgba(30, 30, 29, 0.55) 0%, transparent 48%);
}

.ih-hero.wp-block-cover::before,
.ih-hero.wp-block-cover::after {
	z-index: 1;
}

.ih-hero.wp-block-cover > .wp-block-cover__image-background {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-position: center 55%;
}

.ih-hero.wp-block-cover > .wp-block-cover__background {
	display: none;
}

.ih-hero.wp-block-cover > .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	width: min(100%, var(--ih-content));
	margin-inline: auto;
}

.ih-hero__inner {
	width: min(100%, var(--ih-content));
	margin-inline: auto;
}

.ih-hero__content {
	max-width: 720px;
}

.ih-hero h1 {
	max-width: 700px;
	margin-bottom: 1.7rem;
	font-size: clamp(4rem, 8.2vw, 8rem);
	letter-spacing: -0.035em;
}

.ih-hero h1 em {
	color: var(--ih-stucco);
	font-weight: 500;
}

.ih-hero__copy {
	max-width: 620px;
	margin-bottom: 2rem;
	font-size: clamp(1rem, 1.45vw, 1.18rem);
	line-height: 1.8;
}

.ih-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
}

.ih-hero__note {
	position: absolute;
	right: max(24px, calc((100vw - var(--ih-content)) / 2));
	bottom: 2rem;
	max-width: 325px;
	margin: 0;
	font-size: 0.68rem;
	letter-spacing: 0.08em;
	opacity: 0.78;
	text-align: right;
	text-transform: uppercase;
}

.ih-intro {
	background: var(--ih-white);
}

.ih-intro__grid,
.ih-split {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(3rem, 7vw, 8rem);
	align-items: center;
}

.ih-section h2 {
	margin-bottom: 1.5rem;
	font-size: clamp(3.1rem, 6vw, 6rem);
	letter-spacing: -0.03em;
}

.ih-section h3 {
	margin-bottom: 0.7rem;
	font-size: clamp(2rem, 3vw, 3.25rem);
}

.ih-image-frame {
	position: relative;
}

.ih-image-frame::before {
	position: absolute;
	top: -22px;
	right: -22px;
	width: 45%;
	height: 42%;
	border-top: 1px solid var(--ih-gold);
	border-right: 1px solid var(--ih-gold);
	content: "";
}

.ih-image-frame img {
	width: 100%;
	min-height: 520px;
	box-shadow: var(--ih-shadow);
	object-fit: cover;
}

.ih-pillars {
	background: var(--ih-black);
	color: var(--ih-white);
}

.ih-pillars__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin-top: 3rem;
	background: rgba(224, 209, 182, 0.25);
}

.ih-pillar {
	padding: clamp(2rem, 4vw, 3.5rem);
	background: var(--ih-black);
}

.ih-pillar__number {
	display: block;
	margin-bottom: 2rem;
	color: var(--ih-gold);
	font-family: var(--ih-display);
	font-size: 1.45rem;
}

.ih-pillar p:last-child {
	margin-bottom: 0;
	color: rgba(255, 255, 250, 0.74);
}

.ih-amenities {
	background: var(--ih-sand);
}

.ih-amenities__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	margin-top: 3.5rem;
}

.ih-amenity {
	min-height: 250px;
	padding: 2rem;
	border: 1px solid rgba(89, 89, 89, 0.16);
	background: rgba(255, 255, 250, 0.48);
}

.ih-amenity img {
	width: 48px;
	height: 48px;
	margin-bottom: 2rem;
}

.ih-amenity h3 {
	font-family: var(--ih-sans);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.35;
	text-transform: uppercase;
}

.ih-amenity p {
	margin-bottom: 0;
	color: var(--ih-charcoal);
	font-size: 0.9rem;
}

.ih-map-section {
	background: var(--ih-white);
}

.ih-map-layout {
	display: grid;
	grid-template-columns: minmax(250px, 0.32fr) minmax(0, 1fr);
	gap: 2rem;
	align-items: stretch;
}

.ih-map-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2rem 1rem 2rem 0;
}

.ih-map-copy h2 {
	font-size: clamp(2.75rem, 3.1vw, 3.75rem);
	letter-spacing: -0.02em;
}

.ih-map-disclaimer {
	margin-top: auto;
	padding-top: 2rem;
	color: var(--ih-grey);
	font-size: 0.68rem;
	line-height: 1.5;
}

.ih-map {
	position: relative;
	min-height: 650px;
	overflow: hidden;
	background: var(--ih-black);
	box-shadow: var(--ih-shadow);
}

.ih-map__canvas {
	position: absolute;
	inset: 0;
	transform: scale(1);
	transform-origin: center;
	transition: transform 280ms ease;
}

.ih-map.is-zoomed .ih-map__canvas {
	transform: scale(1.32);
}

.ih-map__canvas > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ih-map__canvas::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.18));
	content: "";
	pointer-events: none;
}

.ih-map__hotspot {
	position: absolute;
	z-index: 2;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid var(--ih-white);
	border-radius: 50%;
	background: var(--ih-gold);
	box-shadow: 0 0 0 8px rgba(198, 162, 90, 0.2);
	color: var(--ih-black);
	font: 700 0.8rem/1 var(--ih-sans);
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.ih-map__hotspot:hover,
.ih-map__hotspot:focus-visible,
.ih-map__hotspot[aria-expanded="true"] {
	box-shadow: 0 0 0 12px rgba(198, 162, 90, 0.28);
	transform: scale(1.1);
}

.ih-map__card {
	position: absolute;
	right: 1.5rem;
	bottom: 1.5rem;
	z-index: 4;
	width: min(360px, calc(100% - 3rem));
	padding: 1.5rem;
	background: rgba(51, 51, 50, 0.95);
	box-shadow: var(--ih-shadow);
	color: var(--ih-white);
	transform: translateY(calc(100% + 2rem));
	transition: transform 220ms ease;
}

.ih-map__card.is-visible {
	transform: translateY(0);
}

.ih-map__card h3 {
	margin-bottom: 0.5rem;
	padding-right: 2rem;
	font-family: var(--ih-display);
	font-size: 2rem;
	line-height: 1.05;
}

.ih-map__card p {
	margin-bottom: 0;
	color: rgba(255, 255, 250, 0.75);
	font-size: 0.86rem;
}

.ih-map__close {
	position: absolute;
	top: 0.65rem;
	right: 0.65rem;
	border: 0;
	background: transparent;
	color: var(--ih-white);
	font-size: 1.4rem;
	cursor: pointer;
}

.ih-map__tools {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 5;
	display: flex;
	gap: 0.5rem;
}

.ih-map__tool {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(255, 255, 250, 0.64);
	background: rgba(51, 51, 50, 0.85);
	color: var(--ih-white);
	font: 600 1.15rem/1 var(--ih-sans);
	cursor: pointer;
}

.ih-homes {
	background: var(--ih-black);
	color: var(--ih-white);
}

.ih-home-gallery {
	display: grid;
	grid-template-columns: 1.35fr 0.65fr;
	gap: 1rem;
	margin-top: 3rem;
}

.ih-home-gallery__main img,
.ih-home-gallery__stack img {
	display: block;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	object-fit: cover;
}

.ih-home-gallery__main {
	aspect-ratio: 1 / 1;
	height: auto;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
}

.ih-home-gallery__stack {
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: clamp(1.5rem, 2vw, 2rem);
	height: auto;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
}

.ih-home-gallery__stack img {
	background: var(--ih-black);
	object-fit: contain;
}

/*
 * iOS Safari can initially position fixed headers above the visual viewport
 * while its browser chrome is expanded. Keep the top-of-page header in normal
 * document coordinates on touch devices, then restore the fixed header after
 * scrolling begins.
 */
@media (hover: none) and (pointer: coarse) {
	.ih-header:not(.is-scrolled) {
		position: absolute;
	}

	.ih-header:not(.is-scrolled) .ih-header__inner {
		min-height: 108px;
		padding-top: max(12px, env(safe-area-inset-top));
		padding-bottom: 12px;
	}
}

/* Keep the same safeguard active in iOS Safari when a trackpad changes its
 * reported pointer capabilities. */
@supports (-webkit-touch-callout: none) {
	.ih-header:not(.is-scrolled) {
		position: absolute;
	}

	.ih-header:not(.is-scrolled) .ih-header__inner {
		min-height: 108px;
		padding-top: max(12px, env(safe-area-inset-top));
		padding-bottom: 12px;
	}
}

.ih-home-details {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(3rem, 8vw, 8rem);
	margin-top: 4rem;
	align-items: start;
}

.ih-home-details h2 {
	font-size: clamp(3.5rem, 6vw, 6rem);
}

.ih-specs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	background: rgba(224, 209, 182, 0.22);
}

.ih-spec {
	padding: 1.5rem;
	background: var(--ih-black);
}

.ih-spec strong {
	display: block;
	color: var(--ih-gold);
	font-family: var(--ih-display);
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1;
}

.ih-spec span {
	font-size: 0.66rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ih-location {
	background: var(--ih-stucco);
}

.ih-location__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2.5rem;
}

.ih-location__fact {
	padding-top: 1rem;
	border-top: 1px solid rgba(51, 51, 50, 0.3);
	font-size: 0.77rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ih-location__visual img {
	width: 100%;
	min-height: 600px;
	object-fit: cover;
}

.ih-vip {
	background: var(--ih-sand);
}

.ih-vip__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(3rem, 7vw, 7rem);
	align-items: start;
}

.ih-vip__form {
	padding: clamp(2rem, 4vw, 3.5rem);
	background: var(--ih-white);
	box-shadow: var(--ih-shadow);
}

.ih-vip .wpforms-container {
	margin: 0;
}

.ih-vip .wpforms-field {
	padding: 0 0 1rem;
}

.ih-vip .wpforms-field-label {
	font-size: 0.68rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ih-vip input[type="text"],
.ih-vip input[type="email"],
.ih-vip input[type="tel"],
.ih-vip select,
.ih-vip textarea {
	max-width: none !important;
	min-height: 50px;
	border: 0 !important;
	border-bottom: 1px solid rgba(51, 51, 50, 0.35) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.ih-vip button[type="submit"] {
	min-height: 52px !important;
	padding: 0.9rem 1.5rem !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--ih-black) !important;
	color: var(--ih-white) !important;
	font: 700 0.7rem/1.15 var(--ih-sans) !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase;
}

.ih-footer {
	padding: 4rem 24px 1.5rem;
	background: var(--ih-black);
	color: var(--ih-white);
}

.ih-footer__inner,
.ih-footer__bottom {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2rem;
	align-items: center;
	width: min(100%, var(--ih-content));
	margin-inline: auto;
}

.ih-footer__brand img {
	width: 250px;
}

.ih-footer__statement {
	max-width: 330px;
	margin: 0;
	color: var(--ih-stucco);
	font-family: var(--ih-display);
	font-size: 1.5rem;
	line-height: 1.15;
}

.ih-footer__contact {
	display: grid;
	gap: 0.5rem;
	justify-items: end;
	font-size: 0.8rem;
}

.ih-footer__contact a,
.ih-footer__bottom a {
	text-decoration: none;
}

.ih-footer__bottom {
	grid-template-columns: 1fr auto;
	margin-top: 3rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 250, 0.16);
	color: rgba(255, 255, 250, 0.62);
	font-size: 0.68rem;
}

.ih-footer__bottom p {
	margin: 0;
}

@media (max-width: 1080px) {
	.ih-header__inner {
		min-height: 80px;
	}

	.ih-interior-main {
		padding-top: 80px;
	}

	.ih-nav-toggle {
		display: inline-flex;
	}

	.ih-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		align-items: stretch;
		padding: 1.5rem 24px 2rem;
		background: rgba(51, 51, 50, 0.98);
	}

	.ih-header.is-open .ih-nav {
		display: grid;
	}

	.ih-nav__list {
		display: grid;
		gap: 0;
	}

	.ih-nav__list a {
		display: block;
		padding: 0.9rem 0;
		border-bottom: 1px solid rgba(255, 255, 250, 0.12);
	}

	.ih-nav-toggle[aria-expanded="true"] .ih-nav-toggle__bars span:first-child {
		transform: translateY(3px) rotate(45deg);
	}

	.ih-nav-toggle[aria-expanded="true"] .ih-nav-toggle__bars span:last-child {
		transform: translateY(-3px) rotate(-45deg);
	}

	.ih-intro__grid,
	.ih-split,
	.ih-map-layout,
	.ih-home-details,
	.ih-vip__grid {
		grid-template-columns: 1fr;
	}

	.ih-map-copy {
		padding-right: 0;
	}

	.ih-map-disclaimer {
		margin-top: 1rem;
	}

	.ih-home-gallery {
		grid-template-columns: 1fr;
	}

	.ih-home-gallery__main {
		aspect-ratio: 1 / 1;
		height: auto;
	}

	.ih-home-gallery__stack {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
		aspect-ratio: 2 / 1;
		height: auto;
	}
}

@media (max-width: 782px) {
	.admin-bar .ih-header {
		top: 46px;
	}

	.ih-header__inner {
		width: min(calc(100% - 32px), 1380px);
	}

	.ih-header__logo img {
		width: 190px;
	}

	.ih-interior-title,
	.ih-interior-content {
		padding-right: 18px;
		padding-left: 18px;
	}

	.ih-interior-title h1 {
		font-size: clamp(3.2rem, 15vw, 5rem);
	}

	.ih-interior-content > .alignfull {
		width: calc(100% + 36px);
		margin-right: -18px;
		margin-left: -18px;
	}

	.ih-hero {
		min-height: 830px;
		padding-inline: 18px;
	}

	.ih-hero::after {
		background: linear-gradient(90deg, rgba(30, 30, 29, 0.83), rgba(30, 30, 29, 0.35));
	}

	.ih-hero h1 {
		font-size: clamp(3.6rem, 17vw, 5.5rem);
	}

	.ih-hero__note {
		position: static;
		margin-top: 2rem;
		text-align: left;
	}

	.ih-section {
		padding-inline: 18px;
	}

	.ih-pillars__grid,
	.ih-amenities__grid {
		grid-template-columns: 1fr;
	}

	.ih-pillar {
		padding: 2rem;
	}

	.ih-amenity {
		min-height: auto;
	}

	.ih-map {
		min-height: 480px;
	}

	.ih-map__hotspot {
		width: 38px;
		height: 38px;
	}

	.ih-home-gallery__main {
		height: auto;
	}

	.ih-home-gallery__stack {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
		height: auto;
	}

	.ih-home-gallery__stack img {
		height: 100%;
		min-height: 0;
	}

	.ih-location__facts,
	.ih-specs {
		grid-template-columns: 1fr;
	}

	.ih-location__visual img,
	.ih-image-frame img {
		min-height: 440px;
	}

	.ih-footer__inner,
	.ih-footer__bottom {
		grid-template-columns: 1fr;
	}

	.ih-footer__contact {
		justify-items: start;
	}
}

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

	.iron-hills-page *,
	.iron-hills-page *::before,
	.iron-hills-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
