:root {
	--hp-bg: #f6f1e8;
	--hp-bg-soft: #fffaf2;
	--hp-surface: rgba(255, 251, 245, 0.88);
	--hp-surface-strong: #ffffff;
	--hp-text: #1e2430;
	--hp-text-soft: #5e6879;
	--hp-line: rgba(33, 43, 60, 0.10);
	--hp-primary: #127a6f;
	--hp-primary-dark: #0d6259;
	--hp-primary-soft: #dff4ef;
	--hp-blue: #5a8df1;
	--hp-blue-soft: #e6eeff;
	--hp-purple: #7a58d7;
	--hp-purple-soft: #efe6ff;
	--hp-yellow: #dc922c;
	--hp-yellow-soft: #fff0d7;
	--hp-orange: #ef8b38;
	--hp-orange-soft: #fff1e3;
	--hp-green: #1f7b56;
	--hp-green-soft: #e3f5ec;
	--hp-rose: #cc5e7f;
	--hp-rose-soft: #ffe7ef;
	--hp-shadow: 0 1.25rem 3rem rgba(36, 28, 17, 0.12);
}

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

html {
	scroll-behavior: smooth;
}

body.hp-page {
	margin: 0;
	font-family: "Inter", system-ui, sans-serif;
	color: var(--hp-text);
	background:
		radial-gradient(circle at 15% 12%, rgba(18, 122, 111, 0.10), transparent 18rem),
		radial-gradient(circle at 85% 18%, rgba(122, 88, 215, 0.09), transparent 20rem),
		linear-gradient(180deg, #f7efe2 0%, var(--hp-bg) 28rem, var(--hp-bg-soft) 100%);
}

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

a {
	color: inherit;
}

.hp-shell {
	width: 100%;
	max-width: min(1680px, calc(100vw - 2rem));
	margin: 0 auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

.hp-header {
	position: absolute;
	inset: 0 0 auto 0;
	z-index: 50;
	padding-top: 1.1rem;
}

.hp-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0 0.2rem;
}

.hp-logo-link {
	display: inline-flex;
	align-items: center;
}

.hp-logo {
	display: block;
	height: 3.35rem;
	width: auto;
	filter: brightness(0) invert(1);
}

.hp-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.hp-nav a {
	text-decoration: none;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.92);
	padding: 0.7rem 1.05rem;
	border-radius: 999px;
	transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.hp-nav a:hover,
.hp-nav a:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	outline: none;
	transform: translateY(-1px);
}

.hp-nav-cta {
	background: var(--hp-primary);
	color: #fff !important;
	box-shadow: 0 0.8rem 1.6rem rgba(18, 122, 111, 0.24);
}

.hp-nav-cta:hover,
.hp-nav-cta:focus-visible {
	background: var(--hp-primary-dark) !important;
	color: #fff !important;
}

.hp-hero {
	padding-top: 0;
}

.hp-hero-image-wrap {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: end;
	overflow: hidden;
}

.hp-hero-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hp-hero-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(18, 14, 10, 0.20) 0%, rgba(18, 14, 10, 0.50) 58%, rgba(18, 14, 10, 0.22) 100%),
		linear-gradient(90deg, rgba(18, 14, 10, 0.72) 0%, rgba(18, 14, 10, 0.34) 44%, rgba(18, 14, 10, 0.14) 100%);
}

.hp-hero-content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: min(1680px, calc(100vw - 2rem));
	margin: 0 auto;
	padding: 11.5rem 0 12rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.hp-hero-panel {
	max-width: 46rem;
	padding: 0;
	border-radius: 0;
	background: transparent;
	backdrop-filter: none;
	border: 0;
	box-shadow: none;
}

.hp-eyebrow,
.hp-kicker {
	display: inline-flex;
	align-items: center;
	padding: 0.58rem 0.9rem;
	border-radius: 999px;
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.hp-eyebrow {
	background: transparent;
	color: rgba(255, 255, 255, 0.92);
	padding: 0;
}

.hp-kicker {
	background: rgba(18, 122, 111, 0.10);
	color: var(--hp-primary-dark);
	margin-bottom: 0.9rem;
}

.hp-kicker--light {
	background: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.94);
}

.hp-hero-panel h1,
.hp-section-head h2,
.hp-intro-copy h2,
.hp-showcase-copy h2,
.hp-story-copy h2,
.hp-mobile-copy h2,
.hp-cta-copy h2 {
	margin: 0;
	font-family: "Manrope", sans-serif;
	letter-spacing: -0.05em;
	line-height: 0.94;
	text-wrap: balance;

	width: 100%;
	max-inline-size: none;
}

.hp-hero-panel h1 {
	font-size: clamp(3rem, 7vw, 6rem);
	margin-top: 1rem;

	text-wrap: balance;
	color: #fff;
	text-shadow: 0 0.2rem 1.2rem rgba(18, 14, 10, 0.14);
	width: 100%;
	max-inline-size: none;
}

.hp-hero-panel p,
.hp-intro-copy p,
.hp-showcase-copy p,
.hp-feature p,
.hp-screen-copy p,
.hp-story-copy p,
.hp-mobile-copy p,
.hp-mobile-points p,
.hp-cta-copy p,
.hp-statement p {
	line-height: 1.7;
	color: var(--hp-text-soft);
}

.hp-hero-panel p {
	max-width: 36rem;
	color: rgba(255, 255, 255, 0.92);
	font-size: 1.18rem;
	font-style: italic;
	text-shadow: 0 0.15rem 0.9rem rgba(18, 14, 10, 0.18);
}

.hp-hero-actions,
.hp-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1.4rem;
}

.hp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.15rem;
	padding: 0.75rem 1.25rem;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 800;
	border: 1px solid transparent;
	cursor: pointer;
	transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.hp-btn:hover,
.hp-btn:focus-visible {
	transform: translateY(-2px);
	outline: none;
}

.hp-btn--primary {
	background: var(--hp-primary);
	border-color: var(--hp-primary);
	color: #fff;
}

.hp-btn--primary:hover,
.hp-btn--primary:focus-visible {
	background: var(--hp-primary-dark);
	border-color: var(--hp-primary-dark);
}

.hp-btn--secondary {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.28);
	color: #fff;
}

.hp-btn--secondary:hover,
.hp-btn--secondary:focus-visible {
	background: rgba(255, 255, 255, 0.22);
	border-color: rgba(255, 255, 255, 0.42);
}

.hp-btn--light {
	background: #fff;
	border-color: #fff;
	color: var(--hp-text);
}

.hp-btn--light:hover,
.hp-btn--light:focus-visible {
	background: rgba(255, 255, 255, 0.88);
	border-color: rgba(255, 255, 255, 0.88);
}

.hp-btn--outline-light {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.28);
	color: #fff;
}

.hp-btn--outline-light:hover,
.hp-btn--outline-light:focus-visible {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.40);
}

.hp-wave {
	position: absolute;
	inset: auto 0 -1px 0;
	z-index: 2;
	line-height: 0;
}

.hp-wave svg {
	display: block;
	width: 100%;
	height: 12rem;
}

.hp-wave-back {
	fill: rgba(246, 241, 232, 0.74);
}

.hp-wave-front {
	fill: var(--hp-bg);
}

.hp-section {
	position: relative;
	padding: 2rem 0 2.4rem;
}

.hp-section--intro {
	padding-top: 0.6rem;
}

.hp-section--device-intro {
	padding-top: 0.8rem;
}

.hp-device-intro {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 1rem;
	align-items: center;
}

.hp-device-intro-image img {
	display: block;
	width: 100%;
	min-height: 24rem;
	object-fit: cover;
	border-radius: 2rem;
	box-shadow: var(--hp-shadow);
}

.hp-device-intro-copy {
	padding: 1rem 0.5rem 1rem 0.25rem;
}

.hp-device-intro-copy h2 {
	margin: 0;
	font-family: "Manrope", sans-serif;
	font-size: clamp(2.1rem, 4.4vw, 3.8rem);
	letter-spacing: -0.05em;
	line-height: 0.95;

	width: 100%;
	max-inline-size: none;
}

.hp-device-intro-copy p {
	line-height: 1.7;
	color: var(--hp-text-soft);
}

.hp-intro-grid,
.hp-showcase-grid,
.hp-story-layout,
.hp-mobile-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: 1.15rem;
	align-items: center;
}

.hp-intro-copy h2,
.hp-showcase-copy h2,
.hp-story-copy h2,
.hp-mobile-copy h2,
.hp-cta-copy h2 {
	font-size: clamp(2.3rem, 4.6vw, 4.1rem);

}

.hp-intro-cards {
	display: grid;
	gap: 0.9rem;
	align-self: stretch;
}

.hp-statement {
	padding: 1.2rem;
	border-radius: 1.7rem;
	background: var(--hp-surface);
	border: 1px solid rgba(33, 43, 60, 0.08);
	box-shadow: 0 1rem 2rem rgba(36, 28, 17, 0.06);
}

.hp-statement strong {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 1rem;
}

.hp-statement--warm {
	background: #fff2e2;
}

.hp-statement--fresh {
	background: #e8f8f3;
}

.hp-statement--cool {
	background: #edf2ff;
}

.hp-showcase-photo img {
	display: block;
	width: 100%;
	min-height: 32rem;
	object-fit: cover;
	border-radius: 2rem;
	box-shadow: var(--hp-shadow);
}

.hp-check-list {
	margin: 1rem 0 0;
	padding-left: 1rem;
	line-height: 1.8;
	color: var(--hp-text-soft);
}

.hp-section-head {
	margin-bottom: 1.2rem;
}

.hp-section-head h2 {
	font-size: clamp(2.4rem, 4.8vw, 4.2rem);

	text-wrap: balance;
	max-inline-size: none;
	width: 100%;
}

.hp-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.hp-feature {
	position: relative;
	padding: 1.3rem;
	border-radius: 1.9rem;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.6);
	box-shadow: 0 1rem 2rem rgba(36, 28, 17, 0.06);
	min-height: 15rem;
	overflow: hidden;
}

.hp-feature::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 0.56rem;
	background: var(--feature-accent);
}

.hp-feature h3 {
	margin: 1.1rem 0 0.55rem;
	font: 800 1.38rem/1.05 "Manrope", sans-serif;
	letter-spacing: -0.04em;
}

.hp-feature--blue {
	--feature-accent: var(--hp-blue);
	background: linear-gradient(180deg, rgba(230, 238, 255, 0.90) 0%, rgba(255, 255, 255, 0.76) 100%);
}

.hp-feature--green {
	--feature-accent: var(--hp-green);
	background: linear-gradient(180deg, rgba(227, 245, 236, 0.92) 0%, rgba(255, 255, 255, 0.78) 100%);
}

.hp-feature--yellow {
	--feature-accent: var(--hp-yellow);
	background: linear-gradient(180deg, rgba(255, 240, 215, 0.92) 0%, rgba(255, 255, 255, 0.78) 100%);
}

.hp-feature--orange {
	--feature-accent: var(--hp-orange);
	background: linear-gradient(180deg, rgba(255, 241, 227, 0.94) 0%, rgba(255, 255, 255, 0.78) 100%);
}

.hp-feature--purple {
	--feature-accent: var(--hp-purple);
	background: linear-gradient(180deg, rgba(239, 230, 255, 0.94) 0%, rgba(255, 255, 255, 0.78) 100%);
}

.hp-feature--rose {
	--feature-accent: var(--hp-rose);
	background: linear-gradient(180deg, rgba(255, 231, 239, 0.94) 0%, rgba(255, 255, 255, 0.78) 100%);
}

.hp-screen-showcase {
	display: grid;
	gap: 1.4rem;
}

.hp-screen-row {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
	gap: 1.6rem;
	align-items: center;
}

.hp-screen-row--reverse .hp-screen-visual {
	order: 2;
}

.hp-screen-row--reverse .hp-screen-text {
	order: 1;
}

.hp-screen-visual {
	position: relative;
	min-height: 38rem;
	padding: 0.9rem;
	border-radius: 2rem;
	overflow: hidden;
	border: 1px solid rgba(33, 43, 60, 0.08);
	box-shadow: 0 1.1rem 2.2rem rgba(36, 28, 17, 0.08);
}

.hp-screen-visual::before {
	content: "";
	position: absolute;
	inset: 0.7rem;
	border-radius: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.7);
	pointer-events: none;
}

.hp-screen-visual--teal {
	background: linear-gradient(135deg, rgba(18, 122, 111, 0.20), rgba(90, 141, 241, 0.10) 60%, rgba(255,255,255,0.65));
}

.hp-screen-visual--gold {
	background: linear-gradient(135deg, rgba(239, 139, 56, 0.24), rgba(220, 146, 44, 0.12) 60%, rgba(255,255,255,0.68));
}

.hp-screen-visual--mint {
	background: linear-gradient(135deg, rgba(31, 123, 86, 0.20), rgba(18, 122, 111, 0.08) 60%, rgba(255,255,255,0.68));
}

.hp-screen-visual--orange {
	background: linear-gradient(135deg, rgba(239, 139, 56, 0.22), rgba(255, 241, 227, 0.70) 65%, rgba(255,255,255,0.7));
}

.hp-screen-visual--purple {
	background: linear-gradient(135deg, rgba(122, 88, 215, 0.22), rgba(90, 141, 241, 0.10) 60%, rgba(255,255,255,0.7));
}

.hp-screen-visual--rose {
	background: linear-gradient(135deg, rgba(204, 94, 127, 0.20), rgba(255, 231, 239, 0.74) 60%, rgba(255,255,255,0.7));
}

.hp-screen-frame {
	position: absolute;
	left: 1rem;
	right: 1rem;
	top: 1rem;
	bottom: 1rem;
	padding: 0.6rem;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(225, 231, 240, 0.95);
	border-radius: 1.5rem;
	box-shadow: 0 0.7rem 1.6rem rgba(36, 28, 17, 0.08);
}

.hp-screen-frame--float-left {
	transform: rotate(-0.8deg) translateY(-2px);
}

.hp-screen-frame--float-right {
	transform: rotate(0.8deg) translateY(-2px);
}

.hp-screen-frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center top;
	border-radius: 1rem;
	background: #fff;
}

.hp-screen-text {
	padding: 1rem 0.8rem 1rem 1.4rem;
}

.hp-screen-label {
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 0.8rem;
	border-radius: 999px;
	background: rgba(18, 122, 111, 0.10);
	color: var(--hp-primary-dark);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	margin-bottom: 0.8rem;
}

.hp-screen-text h3 {
	margin: 0 0 0.6rem;
	font: 800 clamp(2rem, 4vw, 3rem)/0.95 "Manrope", sans-serif;
	letter-spacing: -0.05em;

	text-wrap: balance;
	width: 100%;
	max-inline-size: none;
}

.hp-screen-text p {
	max-width: 44rem;
}

.hp-story-image-stack {
	position: relative;
	min-height: 34rem;
}

.hp-story-image {
	position: absolute;
	display: block;
	object-fit: cover;
	border-radius: 2rem;
	box-shadow: var(--hp-shadow);
}

.hp-story-image--main {
	inset: 0 0 auto auto;
	width: 82%;
	height: 24rem;
}

.hp-story-image--float {
	inset: auto auto 0 0;
	width: 46%;
	height: 15rem;
	border: 0.55rem solid rgba(255, 255, 255, 0.94);
}

.hp-phone {
	display: flex;
	justify-content: center;
}

.hp-mobile-photo {
	display: flex;
	justify-content: center;
}

.hp-mobile-photo img {
	display: block;
	width: min(100%, 34rem);
	min-height: 32rem;
	object-fit: cover;
	object-position: center;
	border-radius: 2rem;
	box-shadow: var(--hp-shadow);
}

.hp-phone-frame {
	max-width: 23rem;
	padding: 0.9rem;
	background: #1d2430;
	border-radius: 2.4rem;
	transform: rotate(-4deg);
	box-shadow: var(--hp-shadow);
}

.hp-phone-notch {
	width: 42%;
	height: 1rem;
	margin: -0.9rem auto 0.9rem;
	border-radius: 0 0 0.8rem 0.8rem;
	background: #1d2430;
}

.hp-phone-frame img {
	display: block;
	width: 100%;
	border-radius: 1.2rem;
}

.hp-mobile-points {
	display: grid;
	gap: 0.9rem;
	margin-top: 1rem;
}

.hp-mobile-points div {
	padding: 1rem;
	border-radius: 1.4rem;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(33, 43, 60, 0.08);
}

.hp-mobile-points strong {
	display: block;
	margin-bottom: 0.25rem;
}

.hp-carrier-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 1rem;
	align-items: center;
}

.hp-carrier-copy p {
	line-height: 1.7;
	color: var(--hp-text-soft);
}

.hp-carrier-placeholder {
	min-height: 24rem;
	border-radius: 2rem;
	background:
		linear-gradient(135deg, rgba(90, 141, 241, 0.16) 0%, rgba(18, 122, 111, 0.10) 100%),
		rgba(255, 255, 255, 0.72);
	border: 1px dashed rgba(33, 43, 60, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
}

.hp-carrier-placeholder-inner {
	text-align: center;
	padding: 2rem;
	border-radius: 1.6rem;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.72);
}

.hp-carrier-placeholder-inner strong {
	display: block;
	font-family: "Manrope", sans-serif;
	font-size: 1.5rem;
	letter-spacing: -0.04em;
	margin-bottom: 0.4rem;
}

.hp-carrier-placeholder-inner span {
	color: var(--hp-text-soft);
	font-weight: 700;
}

.hp-carrier-placeholder--image {
	min-height: 0;
	padding: 0;
	overflow: hidden;
	border-style: solid;
	background: rgba(255, 255, 255, 0.82);
}

.hp-carrier-placeholder--image img {
	display: block;
	width: 100%;
	height: auto;
}

.hp-privacy-box {
	padding: 1.5rem;
	border-radius: 2rem;
	background:
		radial-gradient(circle at top right, rgba(18, 122, 111, 0.12), transparent 18rem),
		rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(33, 43, 60, 0.08);
	box-shadow: 0 1rem 2rem rgba(36, 28, 17, 0.06);
}

.hp-privacy-copy h2 {
	margin: 0;
	font-family: "Manrope", sans-serif;
	font-size: clamp(2rem, 4.2vw, 3.5rem);
	letter-spacing: -0.05em;
	line-height: 0.95;

	width: 100%;
	max-inline-size: none;
}

.hp-privacy-copy p {
	line-height: 1.7;
	color: var(--hp-text-soft);
}

.hp-section--cta {
	padding-bottom: 2.8rem;
}

.hp-cta-box {
	position: relative;
	overflow: hidden;
	padding: 1.6rem;
	border-radius: 2.4rem;
	background:
		radial-gradient(circle at 20% 20%, rgba(90, 141, 241, 0.18), transparent 16rem),
		radial-gradient(circle at 80% 0%, rgba(18, 122, 111, 0.20), transparent 18rem),
		#1d2430;
	color: #fff;
}

.hp-cta-box::before {
	content: "";
	position: absolute;
	right: -4rem;
	bottom: -4rem;
	width: 16rem;
	height: 16rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
}

.hp-cta-copy {
	position: relative;
	z-index: 1;
}

.hp-cta-copy p {
	color: rgba(255, 255, 255, 0.78);
	max-width: 42rem;
}

.hp-legal-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
	padding-top: 1rem;
}

.hp-legal-links a {
	text-decoration: none;
	font-weight: 700;
	color: var(--hp-text-soft);
}

.hp-legal-links a:hover,
.hp-legal-links a:focus-visible {
	color: var(--hp-primary-dark);
	outline: none;
}

.hp-image-credit {
	margin: 0.85rem 0 0;
	text-align: center;
	color: var(--hp-text-soft);
	font-size: 0.92rem;
}

@media (max-width: 1100px) {
	.hp-intro-grid,
	.hp-device-intro,
	.hp-showcase-grid,
	.hp-story-layout,
	.hp-mobile-grid,
	.hp-carrier-grid,
	.hp-screen-row {
		grid-template-columns: 1fr;
	}

	.hp-screen-row--reverse .hp-screen-visual,
	.hp-screen-row--reverse .hp-screen-text {
		order: initial;
	}

	.hp-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hp-story-image-stack {
		min-height: 28rem;
	}

	.hp-story-image--main {
		width: 78%;
	}
}

@media (max-width: 780px) {
	.hp-header {
		padding-top: 0.7rem;
	}

	.hp-header-inner {
		align-items: flex-start;
		justify-content: center;
	}

	.hp-nav {
		display: none;
	}

	.hp-hero-content {
		padding: 9rem 0 8.5rem;
	}

	.hp-hero-panel {
		padding: 0;
	}

	.hp-hero-panel h1 {
		max-width: none;
	}

	.hp-feature-grid {
		grid-template-columns: 1fr;
	}

	.hp-showcase-photo img {
		min-height: 22rem;
	}

	.hp-story-image-stack {
		min-height: 22rem;
	}

	.hp-story-image--main {
		position: relative;
		inset: auto;
		width: 100%;
		height: 18rem;
	}

	.hp-story-image--float {
		display: none;
	}

	.hp-shell {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.hp-hero-content {
		width: 100%;
	}

	.hp-wave svg {
		height: 7rem;
	}
}

@media (max-width: 1100px) {
	.hp-screen-visual { min-height: 30rem; }
}

@media (max-width: 780px) {
	.hp-screen-visual { min-height: 22rem; }
	.hp-screen-frame { left: 1rem; right: 1rem; top: 1rem; bottom: 1rem; }
	.hp-screen-text { padding: 0.2rem 0.1rem 0.8rem; }
	.hp-screen-text h3 { max-width: none; }
}


.hp-screen-zoom {
	display: block;
	height: 100%;
	border-radius: 1rem;
	overflow: hidden;
	cursor: zoom-in;
}

.hp-screen-zoom img {
	transition: transform 0.22s ease;
}

.hp-screen-zoom:hover img,
.hp-screen-zoom:focus-visible img {
	transform: scale(1.012);
}

.hp-lightbox-open {
	overflow: hidden;
}

.hp-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	background: rgba(18, 22, 30, 0.78);
	backdrop-filter: blur(6px);
}

.hp-lightbox[hidden] {
	display: none;
}

.hp-lightbox-stage {
	position: relative;
	max-width: min(1800px, 96vw);
	max-height: 92vh;
	padding: 1rem;
	border-radius: 1.5rem;
	background: rgba(255,255,255,0.96);
	box-shadow: 0 2rem 4rem rgba(0,0,0,0.26);
}

.hp-lightbox-image {
	display: block;
	max-width: min(1720px, 92vw);
	max-height: calc(92vh - 4.5rem);
	width: auto;
	height: auto;
	border-radius: 1rem;
}

.hp-lightbox-caption {
	margin: 0.75rem 0 0;
	font-weight: 700;
	color: var(--hp-text);
}

.hp-lightbox-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 3rem;
	height: 3rem;
	border: 0;
	border-radius: 999px;
	background: rgba(255,255,255,0.92);
	color: var(--hp-text);
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 0.6rem 1.4rem rgba(0,0,0,0.18);
}

.hp-lightbox-close:hover,
.hp-lightbox-close:focus-visible {
	background: #fff;
	outline: none;
}

.hp-contact-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.4rem;
	background: rgba(15, 24, 28, 0.52);
	backdrop-filter: blur(8px);
}

.hp-contact-modal[hidden] {
	display: none;
}

.hp-contact-modal-stage {
	position: relative;
	width: min(34rem, 100%);
	padding: 2rem 1.6rem 1.5rem;
	border-radius: 1.5rem;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 2rem 4rem rgba(14, 26, 34, 0.18);
	border: 1px solid rgba(33, 43, 60, 0.08);
}

.hp-contact-modal-kicker {
	margin: 0 0 0.35rem;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hp-primary-dark);
}

.hp-contact-modal-stage h3 {
	margin: 0 0 0.6rem;
	font: 800 clamp(1.55rem, 4vw, 2.1rem)/1 "Manrope", sans-serif;
	letter-spacing: -0.04em;
	color: var(--hp-text);
}

.hp-contact-modal-stage p {
	margin: 0;
	color: var(--hp-text-soft);
}

.hp-contact-modal-address {
	margin-top: 1rem !important;
}

.hp-contact-modal-address a {
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--hp-primary-dark);
	text-decoration: none;
	word-break: break-word;
}

.hp-contact-modal-address a:hover,
.hp-contact-modal-address a:focus-visible {
	color: var(--hp-primary);
	outline: none;
}

.hp-contact-modal-close {
	position: absolute;
	top: 0.9rem;
	right: 0.9rem;
	width: 2.6rem;
	height: 2.6rem;
	border: 0;
	border-radius: 999px;
	background: rgba(18, 122, 111, 0.08);
	color: var(--hp-text);
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
}

.hp-contact-modal-close:hover,
.hp-contact-modal-close:focus-visible {
	background: rgba(18, 122, 111, 0.16);
	outline: none;
}

@media (min-width: 1500px) {
	.hp-shell {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.hp-feature-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.2rem;
	}
}

@media (max-width: 780px) {
	.hp-lightbox {
		padding: 1rem;
	}

	.hp-lightbox-stage {
		padding: 0.75rem;
	}

	.hp-lightbox-image {
		max-width: 94vw;
	}
}
