:root {
	--hh24-wine: #5a1f2c;
	--hh24-wine-deep: #34151d;
	--hh24-ink: #241d1e;
	--hh24-ivory: #fbf7f1;
	--hh24-paper: #fffdf9;
	--hh24-sand: #e9dfd2;
	--hh24-gold: #a98755;
	--hh24-sage: #68786a;
	--hh24-blush: #dec1bd;
	--hh24-muted: #6f6464;
	--hh24-line: rgba(52, 21, 29, 0.15);
	--hh24-display: "Bodoni Moda Variable", Didot, "Times New Roman", serif;
	--hh24-body: "DM Sans Variable", Arial, sans-serif;
	--hh24-script: "Allura", cursive;
	--hh24-shadow-soft: 0 32px 90px rgba(52, 21, 29, 0.12);
}

html {
	scroll-padding-top: 88px;
}

body {
	background: var(--hh24-ivory);
	color: var(--hh24-ink);
	font-family: var(--hh24-body);
	font-size: 16px;
	line-height: 1.7;
}

body * {
	box-sizing: border-box;
}

.hh24-container {
	width: min(calc(100% - 48px), 1240px);
}

.hh24-site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	border-bottom: 1px solid rgba(52, 21, 29, 0.09);
	background: rgba(251, 247, 241, 0.92);
	backdrop-filter: blur(18px);
}

.hh24-header-inner {
	min-height: 86px;
	gap: 32px;
}

.hh24-brand {
	display: inline-flex;
	width: auto;
	max-width: none;
	align-items: center;
	gap: 11px;
	color: var(--hh24-ink);
	line-height: 1;
	text-decoration: none;
}

.hh24-brand-mark {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid var(--hh24-gold);
	border-radius: 50%;
	color: var(--hh24-wine);
}

.hh24-brand-mark svg {
	width: 27px;
	height: 27px;
}

.hh24-brand-type {
	display: grid;
	gap: 3px;
}

.hh24-brand-type strong {
	font: 600 16px/1 var(--hh24-display);
	letter-spacing: 0.01em;
}

.hh24-brand-type small {
	color: var(--hh24-wine);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.hh24-primary-nav {
	margin-left: auto;
}

.hh24-primary-nav ul {
	gap: 28px;
}

.hh24-primary-nav a {
	position: relative;
	color: var(--hh24-ink);
	font-size: 12px;
	font-weight: 650;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hh24-primary-nav a::after {
	position: absolute;
	right: 0;
	bottom: -7px;
	left: 0;
	height: 1px;
	background: var(--hh24-wine);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.hh24-primary-nav a:hover::after,
.hh24-primary-nav a:focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}

.hh24-header-login {
	min-height: 45px;
	padding: 10px 17px;
	border-color: var(--hh24-wine);
	border-radius: 0;
	background: var(--hh24-wine);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hh24-front-page main {
	overflow: clip;
}

.hh24-front-page h1,
.hh24-front-page h2,
.hh24-front-page h3 {
	font-family: var(--hh24-display);
	font-weight: 500;
}

.hh24-premium-hero {
	position: relative;
	display: grid;
	min-height: calc(100svh - 86px);
	align-items: center;
	background: #d9d0c3;
	isolation: isolate;
}

.hh24-hero-media {
	position: absolute;
	z-index: -2;
	inset: 0;
	margin: 0;
}

.hh24-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 61% center;
}

.hh24-hero-media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(251, 247, 241, 0.99) 0%, rgba(251, 247, 241, 0.95) 28%, rgba(251, 247, 241, 0.74) 45%, rgba(52, 21, 29, 0.08) 72%, rgba(52, 21, 29, 0.16) 100%);
	content: "";
}

.hh24-hero-inner {
	width: min(calc(100% - 48px), 1240px);
	margin: 0 auto;
	padding: 112px 0 120px;
}

.hh24-hero-copy {
	max-width: 690px;
}

.hh24-eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 24px;
	color: var(--hh24-wine);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.hh24-eyebrow::before {
	width: 42px;
	height: 1px;
	background: var(--hh24-gold);
	content: "";
}

.hh24-premium-hero h1 {
	max-width: 670px;
	margin: 0;
	color: var(--hh24-wine-deep);
	font-size: clamp(58px, 6.2vw, 98px);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 0.93;
}

.hh24-premium-hero h1 em {
	display: block;
	color: var(--hh24-wine);
	font-style: italic;
	font-weight: 450;
}

.hh24-hero-intro {
	max-width: 590px;
	margin: 30px 0 0;
	color: #4e4243;
	font-size: clamp(18px, 1.5vw, 21px);
	line-height: 1.6;
}

.hh24-hero-actions {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 34px;
}

.hh24-cta,
.hh24-cta-secondary {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 24px;
	border: 1px solid var(--hh24-wine);
	border-radius: 0;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.hh24-cta {
	background: var(--hh24-wine);
	color: #fff;
	box-shadow: 0 14px 38px rgba(90, 31, 44, 0.18);
}

.hh24-cta-secondary {
	background: transparent;
	color: var(--hh24-wine);
}

.hh24-cta:hover,
.hh24-cta-secondary:hover {
	transform: translateY(-2px);
}

.hh24-cta:hover {
	background: var(--hh24-wine-deep);
	color: #fff;
}

.hh24-cta-secondary:hover {
	background: var(--hh24-wine);
	color: #fff;
}

.hh24-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin: 25px 0 0;
	padding: 0;
	color: var(--hh24-muted);
	font-size: 12px;
	list-style: none;
}

.hh24-hero-meta li::before {
	margin-right: 8px;
	color: var(--hh24-sage);
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	content: "\f058";
}

.hh24-hero-signature {
	position: absolute;
	right: 38px;
	bottom: 30px;
	max-width: 250px;
	padding: 15px 18px;
	border-left: 1px solid rgba(255, 255, 255, 0.7);
	color: #fff;
	font-size: 11px;
	line-height: 1.5;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.32);
}

.hh24-proof-ribbon {
	background: var(--hh24-wine-deep);
	color: #fff;
}

.hh24-proof-ribbon .hh24-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.hh24-proof-item {
	display: grid;
	min-height: 108px;
	align-content: center;
	gap: 3px;
	padding: 22px 28px;
	border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.hh24-proof-item:first-child {
	border-left: 0;
}

.hh24-proof-item strong {
	font: 500 24px/1.1 var(--hh24-display);
}

.hh24-proof-item span {
	color: rgba(255, 255, 255, 0.7);
	font-size: 10px;
	font-weight: 650;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hh24-editorial-section {
	padding: clamp(90px, 10vw, 150px) 0;
}

.hh24-editorial-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
	align-items: center;
	gap: clamp(60px, 8vw, 120px);
}

.hh24-editorial-visual {
	position: relative;
	margin: 0;
}

.hh24-editorial-visual::before {
	position: absolute;
	z-index: -1;
	top: -28px;
	right: -28px;
	width: 58%;
	height: 67%;
	border: 1px solid var(--hh24-gold);
	content: "";
}

.hh24-editorial-visual img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	box-shadow: var(--hh24-shadow-soft);
}

.hh24-editorial-note {
	position: absolute;
	right: -34px;
	bottom: -34px;
	max-width: 245px;
	padding: 25px 28px;
	background: var(--hh24-wine);
	color: #fff;
	box-shadow: 0 22px 54px rgba(52, 21, 29, 0.2);
}

.hh24-editorial-note i {
	margin-bottom: 12px;
	color: var(--hh24-blush);
	font-size: 22px;
}

.hh24-editorial-note strong {
	display: block;
	font: 500 22px/1.15 var(--hh24-display);
}

.hh24-editorial-note span {
	display: block;
	margin-top: 7px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 11px;
}

.hh24-script-line {
	margin: 0 0 -6px;
	color: var(--hh24-gold);
	font: 400 clamp(42px, 5vw, 69px)/0.9 var(--hh24-script);
}

.hh24-editorial-copy h2,
.hh24-section-heading h2,
.hh24-logo-copy h2,
.hh24-ai-copy h2,
.hh24-story-copy h2,
.hh24-pricing-heading h2 {
	margin: 0;
	color: var(--hh24-wine-deep);
	font-size: clamp(46px, 5vw, 74px);
	letter-spacing: -0.045em;
	line-height: 1;
}

.hh24-editorial-copy > p:not(.hh24-eyebrow):not(.hh24-script-line) {
	margin: 27px 0 0;
	color: var(--hh24-muted);
	font-size: 18px;
}

.hh24-editorial-points {
	display: grid;
	gap: 15px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.hh24-editorial-points li {
	display: grid;
	grid-template-columns: 32px 1fr;
	align-items: start;
	gap: 12px;
}

.hh24-editorial-points i {
	color: var(--hh24-gold);
	font-size: 17px;
	line-height: 1.7;
}

.hh24-features {
	padding: clamp(92px, 10vw, 150px) 0;
	background: var(--hh24-paper);
}

.hh24-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.45fr);
	align-items: end;
	gap: 70px;
	margin-bottom: 64px;
}

.hh24-section-heading > p {
	margin: 0 0 5px;
	color: var(--hh24-muted);
	font-size: 17px;
}

.hh24-feature-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--hh24-line);
	border-left: 1px solid var(--hh24-line);
}

.hh24-feature-card {
	min-height: 320px;
	padding: 38px 34px;
	border-right: 1px solid var(--hh24-line);
	border-bottom: 1px solid var(--hh24-line);
	background: var(--hh24-paper);
	transition: background 200ms ease, transform 200ms ease;
}

.hh24-feature-card:hover {
	z-index: 2;
	background: var(--hh24-ivory);
	transform: translateY(-4px);
}

.hh24-feature-icon {
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border: 1px solid var(--hh24-gold);
	border-radius: 50%;
	color: var(--hh24-wine);
	font-size: 18px;
}

.hh24-feature-card small {
	display: block;
	margin-top: 36px;
	color: var(--hh24-gold);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.18em;
}

.hh24-feature-card h3 {
	margin: 7px 0 12px;
	color: var(--hh24-wine-deep);
	font-size: 29px;
	line-height: 1.08;
}

.hh24-feature-card p {
	margin: 0;
	color: var(--hh24-muted);
	font-size: 14px;
}

.hh24-styles {
	padding: clamp(92px, 10vw, 150px) 0;
	background: var(--hh24-wine-deep);
	color: #fff;
}

.hh24-styles .hh24-section-heading h2,
.hh24-styles .hh24-section-heading > p {
	color: #fff;
}

.hh24-styles .hh24-eyebrow {
	color: var(--hh24-blush);
}

.hh24-style-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.hh24-style-card {
	margin: 0;
}

.hh24-style-preview {
	position: relative;
	display: grid;
	min-height: 530px;
	place-items: center;
	overflow: hidden;
	background: #e9e0d4;
	transition: transform 300ms ease;
}

.hh24-style-card:hover .hh24-style-preview {
	transform: translateY(-6px);
}

.hh24-style-preview::before,
.hh24-style-preview::after {
	position: absolute;
	content: "";
}

.hh24-style-romantic {
	background: linear-gradient(145deg, #f4e5e2, #e9d6d0);
}

.hh24-style-romantic::before {
	width: 430px;
	height: 430px;
	border: 1px solid rgba(90, 31, 44, 0.18);
	border-radius: 50%;
	transform: translate(35%, -38%);
}

.hh24-style-editorial {
	background: #dedbd3;
}

.hh24-style-editorial::before {
	inset: 0;
	background: linear-gradient(125deg, transparent 49.8%, rgba(52, 21, 29, 0.1) 50%, transparent 50.2%);
}

.hh24-style-botanical {
	background: #dce1d9;
}

.hh24-style-botanical::before {
	right: -30px;
	bottom: -20px;
	width: 210px;
	height: 410px;
	border: 1px solid rgba(62, 82, 66, 0.35);
	border-radius: 100% 0 100% 0;
	transform: rotate(20deg);
}

.hh24-invite-card {
	position: relative;
	z-index: 2;
	display: grid;
	width: min(76%, 310px);
	min-height: 390px;
	place-content: center;
	padding: 35px;
	border: 1px solid rgba(52, 21, 29, 0.12);
	background: rgba(255, 253, 249, 0.92);
	color: var(--hh24-wine-deep);
	text-align: center;
	box-shadow: 0 22px 60px rgba(52, 21, 29, 0.12);
}

.hh24-invite-card i {
	margin-bottom: 22px;
	color: var(--hh24-gold);
	font-size: 18px;
}

.hh24-invite-card small {
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.hh24-invite-card strong {
	display: block;
	margin: 22px 0 16px;
	font: 500 47px/0.95 var(--hh24-display);
}

.hh24-invite-card span {
	font-size: 10px;
	letter-spacing: 0.16em;
}

.hh24-style-card figcaption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 18px;
}

.hh24-style-card figcaption strong {
	font: 500 25px/1 var(--hh24-display);
}

.hh24-style-card figcaption span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hh24-logo-designer {
	padding: clamp(92px, 10vw, 150px) 0;
	background: #eee6dc;
}

.hh24-logo-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
	align-items: center;
	gap: clamp(60px, 8vw, 110px);
}

.hh24-logo-studio {
	position: relative;
	display: grid;
	min-height: 650px;
	grid-template-columns: 115px 1fr;
	overflow: hidden;
	background: var(--hh24-paper);
	box-shadow: var(--hh24-shadow-soft);
}

.hh24-logo-tools {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 23px;
	padding: 30px 15px;
	background: var(--hh24-wine);
	color: #fff;
}

.hh24-logo-tools button {
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 50%;
	background: transparent;
	color: #fff;
}

.hh24-logo-tools button:first-child {
	background: var(--hh24-blush);
	color: var(--hh24-wine);
}

.hh24-logo-canvas {
	position: relative;
	display: grid;
	place-items: center;
	padding: 50px;
	background: linear-gradient(rgba(255, 253, 249, 0.92), rgba(255, 253, 249, 0.92)), radial-gradient(circle, rgba(90, 31, 44, 0.12) 1px, transparent 1px);
	background-size: auto, 20px 20px;
}

.hh24-logo-mark {
	position: relative;
	display: grid;
	width: min(86%, 370px);
	aspect-ratio: 1;
	place-content: center;
	border: 1px solid var(--hh24-wine);
	border-radius: 50%;
	color: var(--hh24-wine);
	text-align: center;
}

.hh24-logo-mark::before,
.hh24-logo-mark::after {
	position: absolute;
	inset: 14px;
	border: 1px solid rgba(169, 135, 85, 0.48);
	border-radius: 50%;
	content: "";
}

.hh24-logo-mark::after {
	inset: 29px;
	border-color: rgba(90, 31, 44, 0.12);
}

.hh24-logo-mark i {
	margin-bottom: 5px;
	color: var(--hh24-gold);
	font-size: 23px;
}

.hh24-logo-mark strong {
	font: 500 clamp(58px, 7vw, 90px)/0.9 var(--hh24-display);
	letter-spacing: -0.08em;
}

.hh24-logo-mark span {
	margin-top: 15px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.hh24-logo-palette {
	position: absolute;
	right: 22px;
	bottom: 22px;
	display: flex;
	gap: 4px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(52, 21, 29, 0.14);
}

.hh24-logo-palette i {
	width: 22px;
	height: 22px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--hh24-wine);
	box-shadow: 0 0 0 1px rgba(52, 21, 29, 0.15);
}

.hh24-logo-palette i:nth-child(2) { background: var(--hh24-gold); }
.hh24-logo-palette i:nth-child(3) { background: var(--hh24-sage); }
.hh24-logo-palette i:nth-child(4) { background: var(--hh24-blush); }

.hh24-logo-copy > p:not(.hh24-eyebrow) {
	margin: 26px 0 0;
	color: var(--hh24-muted);
	font-size: 17px;
}

.hh24-logo-options-premium {
	margin: 32px 0;
	border-top: 1px solid var(--hh24-line);
}

.hh24-logo-option {
	display: grid;
	grid-template-columns: 30px 1fr auto;
	align-items: center;
	gap: 12px;
	padding: 16px 0;
	border-bottom: 1px solid var(--hh24-line);
}

.hh24-logo-option i {
	color: var(--hh24-gold);
}

.hh24-logo-option strong {
	font-size: 14px;
}

.hh24-logo-option span {
	color: var(--hh24-muted);
	font-size: 12px;
}

.hh24-ai {
	position: relative;
	padding: clamp(92px, 10vw, 150px) 0;
	background: var(--hh24-paper);
}

.hh24-ai-grid-premium {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	align-items: center;
	gap: clamp(60px, 9vw, 130px);
}

.hh24-ai-copy > p:not(.hh24-eyebrow) {
	margin: 26px 0 0;
	color: var(--hh24-muted);
	font-size: 17px;
}

.hh24-ai-principles {
	display: grid;
	gap: 12px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.hh24-ai-principles li {
	display: flex;
	gap: 12px;
}

.hh24-ai-principles i {
	margin-top: 6px;
	color: var(--hh24-sage);
}

.hh24-ai-preview {
	position: relative;
	padding: 44px;
	background: var(--hh24-wine-deep);
	color: #fff;
	box-shadow: var(--hh24-shadow-soft);
}

.hh24-ai-preview::before {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 90px;
	height: 90px;
	border-top: 1px solid var(--hh24-gold);
	border-right: 1px solid var(--hh24-gold);
	content: "";
}

.hh24-ai-preview-head {
	display: flex;
	align-items: center;
	gap: 13px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.hh24-ai-preview-head i {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 50%;
	background: var(--hh24-blush);
	color: var(--hh24-wine);
}

.hh24-ai-preview-head span {
	margin-left: auto;
	color: var(--hh24-blush);
	font-size: 9px;
	font-weight: 750;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.hh24-ai-message {
	margin: 30px 0;
	padding: 27px;
	border-left: 1px solid var(--hh24-gold);
	background: rgba(255, 255, 255, 0.06);
	font: 400 25px/1.38 var(--hh24-display);
}

.hh24-ai-actions {
	display: flex;
	gap: 12px;
}

.hh24-ai-actions button {
	padding: 11px 16px;
	border: 1px solid rgba(255, 255, 255, 0.36);
	background: transparent;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hh24-ai-actions button:first-child {
	border-color: var(--hh24-blush);
	background: var(--hh24-blush);
	color: var(--hh24-wine);
}

.hh24-pricing-premium {
	padding: clamp(92px, 10vw, 150px) 0;
	background: #eee6dc;
}

.hh24-pricing-heading {
	max-width: 800px;
	margin: 0 auto 62px;
	text-align: center;
}

.hh24-pricing-heading .hh24-eyebrow {
	justify-content: center;
}

.hh24-pricing-heading > p:last-child {
	max-width: 620px;
	margin: 22px auto 0;
	color: var(--hh24-muted);
}

.hh24-pricing-grid-premium {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 18px;
}

.hh24-price-card-premium {
	position: relative;
	display: flex;
	min-height: 610px;
	flex-direction: column;
	padding: 38px;
	border: 1px solid rgba(52, 21, 29, 0.14);
	background: var(--hh24-paper);
}

.hh24-price-card-premium.is-featured {
	border-color: var(--hh24-wine);
	background: var(--hh24-wine);
	color: #fff;
	box-shadow: 0 28px 70px rgba(52, 21, 29, 0.2);
	transform: translateY(-12px);
}

.hh24-price-tag {
	color: var(--hh24-gold);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.hh24-price-card-premium.is-featured .hh24-price-tag {
	color: var(--hh24-blush);
}

.hh24-price-card-premium h3 {
	margin: 17px 0 8px;
	color: var(--hh24-wine-deep);
	font-size: 38px;
}

.hh24-price-card-premium.is-featured h3 {
	color: #fff;
}

.hh24-price-value {
	margin: 10px 0 20px;
	color: var(--hh24-wine);
	font-size: 42px;
	font-weight: 720;
}

.hh24-price-card-premium.is-featured .hh24-price-value {
	color: #fff;
}

.hh24-price-value small {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hh24-price-summary {
	min-height: 60px;
	margin: 0;
	color: var(--hh24-muted);
}

.hh24-price-card-premium.is-featured .hh24-price-summary {
	color: rgba(255, 255, 255, 0.72);
}

.hh24-price-features {
	display: grid;
	gap: 13px;
	margin: 28px 0 34px;
	padding: 25px 0 0;
	border-top: 1px solid var(--hh24-line);
	list-style: none;
}

.hh24-price-card-premium.is-featured .hh24-price-features {
	border-color: rgba(255, 255, 255, 0.17);
}

.hh24-price-features li {
	display: grid;
	grid-template-columns: 21px 1fr;
	gap: 9px;
	font-size: 14px;
}

.hh24-price-features i {
	margin-top: 4px;
	color: var(--hh24-sage);
}

.hh24-price-card-premium.is-featured .hh24-price-features i {
	color: var(--hh24-blush);
}

.hh24-price-card-premium .hh24-cta,
.hh24-price-card-premium .hh24-cta-secondary {
	width: 100%;
	margin-top: auto;
}

.hh24-price-card-premium.is-featured .hh24-cta {
	border-color: var(--hh24-blush);
	background: var(--hh24-blush);
	color: var(--hh24-wine);
}

.hh24-addon-strip {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 42px;
}

.hh24-addon-strip span {
	padding: 9px 13px;
	border: 1px solid rgba(52, 21, 29, 0.14);
	background: rgba(255, 253, 249, 0.68);
	color: var(--hh24-muted);
	font-size: 11px;
}

.hh24-story {
	padding: clamp(92px, 10vw, 150px) 0;
	background: var(--hh24-paper);
}

.hh24-story-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	align-items: center;
	gap: clamp(60px, 9vw, 130px);
}

.hh24-story-art {
	position: relative;
	display: grid;
	min-height: 620px;
	place-items: center;
	background: var(--hh24-wine-deep);
	color: #fff;
	text-align: center;
}

.hh24-story-art::before {
	position: absolute;
	inset: 28px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	content: "";
}

.hh24-story-art i {
	color: var(--hh24-gold);
	font-size: 28px;
}

.hh24-story-art strong {
	display: block;
	margin-top: 22px;
	font: 500 clamp(70px, 10vw, 126px)/0.8 var(--hh24-display);
}

.hh24-story-art span {
	display: block;
	margin-top: 25px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.hh24-story-art small {
	position: absolute;
	right: 52px;
	bottom: 46px;
	left: 52px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 11px;
}

.hh24-story-copy blockquote {
	margin: 28px 0;
	padding: 0 0 0 26px;
	border-left: 2px solid var(--hh24-gold);
	color: var(--hh24-wine);
	font: 500 27px/1.35 var(--hh24-display);
}

.hh24-story-copy > p:not(.hh24-eyebrow) {
	color: var(--hh24-muted);
}

.hh24-partner-callout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-top: 36px;
	padding: 28px;
	background: #eee6dc;
}

.hh24-partner-callout strong {
	display: block;
	color: var(--hh24-wine-deep);
	font: 500 22px/1.2 var(--hh24-display);
}

.hh24-partner-callout span {
	color: var(--hh24-muted);
	font-size: 12px;
}

.hh24-partner-callout a {
	flex: 0 0 auto;
	color: var(--hh24-wine);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.hh24-final-premium {
	position: relative;
	padding: clamp(110px, 13vw, 190px) 0;
	overflow: hidden;
	background: var(--hh24-wine);
	color: #fff;
	text-align: center;
}

.hh24-final-premium::before,
.hh24-final-premium::after {
	position: absolute;
	width: 430px;
	height: 430px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	content: "";
}

.hh24-final-premium::before { top: -240px; left: -120px; }
.hh24-final-premium::after { right: -160px; bottom: -270px; }

.hh24-final-premium .hh24-script-line {
	color: var(--hh24-blush);
}

.hh24-final-premium h2 {
	max-width: 920px;
	margin: 0 auto;
	font-size: clamp(55px, 7vw, 96px);
	letter-spacing: -0.05em;
	line-height: 0.95;
}

.hh24-final-premium p:not(.hh24-script-line) {
	max-width: 570px;
	margin: 25px auto 0;
	color: rgba(255, 255, 255, 0.76);
}

.hh24-final-premium .hh24-cta {
	margin-top: 34px;
	border-color: var(--hh24-paper);
	background: var(--hh24-paper);
	color: var(--hh24-wine);
}

.hh24-site-footer {
	padding: 78px 0 28px;
	background: #1d1719;
}

.hh24-footer-brand {
	display: flex;
	align-items: center;
	gap: 13px;
	color: #fff;
}

.hh24-footer-brand .hh24-brand-mark {
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--hh24-blush);
}

.hh24-footer-brand strong {
	font: 500 22px/1 var(--hh24-display);
}

.hh24-footer-grid h2 {
	font-family: var(--hh24-body);
	font-size: 11px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.hh24-footer-grid a,
.hh24-footer-grid p {
	font-size: 13px;
}

@media (max-width: 1060px) {
	.hh24-primary-nav ul { gap: 16px; }
	.hh24-primary-nav a { font-size: 10px; }
	.hh24-feature-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hh24-price-card-premium { padding: 30px; }
}

@media (max-width: 820px) {
	.hh24-container,
	.hh24-hero-inner { width: min(calc(100% - 32px), 1240px); }
	.hh24-header-inner { min-height: 72px; }
	.hh24-brand-type strong { font-size: 14px; }
	.hh24-brand-type small { display: none; }
	.hh24-menu-toggle { display: grid; }
	.hh24-primary-nav { top: 72px; padding: 20px 24px 28px; background: var(--hh24-ivory); }
	.hh24-primary-nav ul { gap: 0; }
	.hh24-primary-nav a { padding: 13px 4px; font-size: 12px; }
	.hh24-header-login { display: none; }
	.hh24-premium-hero { display: block; min-height: 0; padding-bottom: 52px; background: var(--hh24-ivory); }
	.hh24-hero-media { position: relative; height: min(70svh, 620px); }
	.hh24-hero-media img { object-position: 62% center; }
	.hh24-hero-media::after { background: linear-gradient(180deg, transparent 48%, rgba(52, 21, 29, 0.13) 100%); }
	.hh24-hero-inner { position: relative; margin-top: -64px; padding: 0; }
	.hh24-hero-copy { max-width: none; padding: 38px 34px; background: rgba(251, 247, 241, 0.98); box-shadow: var(--hh24-shadow-soft); }
	.hh24-premium-hero h1 { font-size: clamp(53px, 11vw, 78px); }
	.hh24-hero-signature { display: none; }
	.hh24-proof-ribbon .hh24-container { grid-template-columns: 1fr 1fr; }
	.hh24-proof-item:nth-child(3) { border-left: 0; }
	.hh24-editorial-grid,
	.hh24-logo-grid,
	.hh24-ai-grid-premium,
	.hh24-story-grid { grid-template-columns: minmax(0, 1fr); }
	.hh24-editorial-grid { gap: 78px; }
	.hh24-editorial-copy { max-width: 650px; }
	.hh24-section-heading { grid-template-columns: 1fr; gap: 24px; }
	.hh24-style-grid { grid-template-columns: 1fr; gap: 55px; }
	.hh24-style-preview { min-height: 600px; }
	.hh24-logo-copy { grid-row: 1; }
	.hh24-logo-studio { min-height: 580px; }
	.hh24-ai-grid-premium { gap: 70px; }
	.hh24-pricing-grid-premium { grid-template-columns: 1fr; }
	.hh24-price-card-premium { min-height: 0; }
	.hh24-price-card-premium.is-featured { transform: none; }
	.hh24-story-art { min-height: 520px; }
}

@media (max-width: 560px) {
	.hh24-container,
	.hh24-hero-inner { width: min(calc(100% - 28px), 1240px); }
	.hh24-brand-mark { width: 38px; height: 38px; }
	.hh24-brand-type strong { font-size: 13px; }
	.hh24-hero-media { height: 58svh; min-height: 430px; }
	.hh24-hero-copy { padding: 30px 24px; }
	.hh24-eyebrow { font-size: 9px; letter-spacing: 0.17em; }
	.hh24-premium-hero h1 { font-size: clamp(47px, 14.1vw, 66px); }
	.hh24-hero-intro { font-size: 17px; }
	.hh24-hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
	.hh24-cta,
	.hh24-cta-secondary { width: 100%; }
	.hh24-hero-meta { display: grid; }
	.hh24-proof-ribbon .hh24-container { width: 100%; grid-template-columns: 1fr; }
	.hh24-proof-item { min-height: 88px; border-left: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.13); text-align: center; }
	.hh24-editorial-visual::before { top: -14px; right: -10px; }
	.hh24-editorial-note { right: -4px; bottom: -45px; max-width: 225px; }
	.hh24-editorial-copy h2,
	.hh24-section-heading h2,
	.hh24-logo-copy h2,
	.hh24-ai-copy h2,
	.hh24-story-copy h2,
	.hh24-pricing-heading h2 { font-size: clamp(42px, 12vw, 58px); }
	.hh24-feature-list { grid-template-columns: 1fr; }
	.hh24-feature-card { min-height: 0; padding: 30px 26px; }
	.hh24-feature-card small { margin-top: 28px; }
	.hh24-style-preview { min-height: 500px; }
	.hh24-logo-studio { min-height: 530px; grid-template-columns: 68px 1fr; }
	.hh24-logo-tools { gap: 16px; padding: 22px 8px; }
	.hh24-logo-tools button { width: 43px; height: 43px; }
	.hh24-logo-canvas { padding: 25px 15px; }
	.hh24-logo-mark { width: min(96%, 280px); }
	.hh24-logo-palette { right: 10px; bottom: 10px; }
	.hh24-logo-option { grid-template-columns: 25px 1fr; }
	.hh24-logo-option span { grid-column: 2; }
	.hh24-ai-preview { padding: 28px 22px; }
	.hh24-ai-message { font-size: 21px; }
	.hh24-ai-actions { flex-direction: column; }
	.hh24-price-card-premium { padding: 31px 25px; }
	.hh24-story-art { min-height: 430px; }
	.hh24-story-art small { right: 38px; bottom: 35px; left: 38px; }
	.hh24-partner-callout { align-items: flex-start; flex-direction: column; }
	.hh24-final-premium h2 { font-size: clamp(50px, 14vw, 66px); }
}

@media (prefers-reduced-motion: reduce) {
	.hh24-feature-card,
	.hh24-style-preview,
	.hh24-cta,
	.hh24-cta-secondary { transition: none; }
}
