:root {
	--ohp-v17-jade: #1e8150;
	--ohp-v17-jade-deep: #135e3a;
	--ohp-v17-jade-soft: #dbe9df;
	--ohp-v17-navy: #172a46;
	--ohp-v17-paper: #fbf8ef;
	--ohp-v17-paper-deep: #f1eadb;
	--ohp-v17-gold: #9c6a2c;
	--ohp-v17-gold-soft: #d9bd88;
	--ohp-v17-crimson: #64141d;
	--ohp-v17-ink: #173d31;
	--ohp-v17-muted: #66716c;
	--ohp-v17-white: #fffdf8;
	--ohp-v17-line: rgba(23, 61, 49, 0.16);
	--ohp-v17-serif: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
	--ohp-v17-sans: "Manrope", "Avenir Next", Avenir, "Segoe UI", sans-serif;
	--ohp-v17-max: 1240px;
	--ohp-v17-reading: 760px;
	--ohp-v17-radius: 28px;
	--ohp-v17-shadow: 0 24px 70px rgba(23, 42, 70, 0.13);
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 126px;
}

body {
	margin: 0;
	overflow-x: hidden;
	color: var(--ohp-v17-ink);
	background: var(--ohp-v17-paper);
	font-family: var(--ohp-v17-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.ohp-menu-open {
	overflow: hidden;
}

img,
svg {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p,
figure,
blockquote,
dl,
dd {
	margin-top: 0;
}

h1,
h2,
h3 {
	text-wrap: balance;
}

p {
	text-wrap: pretty;
}

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

.skip-link {
	position: fixed;
	left: 20px;
	top: 18px;
	z-index: 100000;
	padding: 11px 17px;
	border-radius: 999px;
	color: white;
	background: var(--ohp-v17-crimson);
	transform: translateY(-180%);
	transition: transform 180ms ease;
}

.skip-link:focus {
	transform: none;
}

:where(a, button, input, select, textarea, summary):focus-visible {
	outline: 3px solid var(--ohp-v17-gold-soft);
	outline-offset: 3px;
}

.ohp-kicker,
.eyebrow {
	margin-bottom: 18px;
	color: var(--ohp-v17-gold);
	font-size: 0.69rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	line-height: 1.4;
	text-transform: uppercase;
}

.ohp-primary-button,
.ohp-outline-button {
	min-height: 48px;
	padding: 13px 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 999px;
	cursor: pointer;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.035em;
	line-height: 1.25;
	text-align: center;
	transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.ohp-primary-button {
	color: white;
	background: var(--ohp-v17-jade);
	box-shadow: 0 12px 30px rgba(30, 129, 80, 0.18);
}

.ohp-primary-button:hover {
	color: white;
	background: var(--ohp-v17-jade-deep);
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(30, 129, 80, 0.25);
}

.ohp-outline-button {
	color: var(--ohp-v17-paper);
	border-color: rgba(251, 248, 239, 0.48);
	background: transparent;
}

.ohp-outline-button:hover {
	color: var(--ohp-v17-navy);
	background: var(--ohp-v17-paper);
}

.ohp-text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--ohp-v17-jade-deep);
	border-bottom: 1px solid rgba(30, 129, 80, 0.36);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.035em;
	transition: color 180ms ease, border-color 180ms ease;
}

.ohp-text-link:hover {
	color: var(--ohp-v17-crimson);
	border-color: var(--ohp-v17-crimson);
}

.ohp-actions {
	margin-top: 34px;
	display: flex;
	align-items: center;
	gap: 22px;
	flex-wrap: wrap;
}

.ohp-section,
.ohp-inner-section {
	padding: clamp(86px, 9vw, 142px) max(24px, calc((100vw - var(--ohp-v17-max)) / 2));
}

.ohp-section-heading,
.ohp-inner-heading {
	max-width: 800px;
	margin-bottom: 54px;
}

.ohp-section-heading h2,
.ohp-inner-heading h2,
.ohp-founder-copy h2,
.ohp-blessing-intro-copy h2,
.ohp-ceremony-copy h2,
.ohp-lineage-bridge-copy h2,
.ohp-meaning-record h2 {
	margin-bottom: 22px;
	color: var(--ohp-v17-navy);
	font-family: var(--ohp-v17-serif);
	font-size: clamp(2.8rem, 5.5vw, 5.3rem);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.ohp-section-heading h2 em,
.ohp-inner-heading h2 em,
.ohp-founder-copy h2 em,
.ohp-blessing-intro-copy h2 em,
.ohp-ceremony-copy h2 em,
.ohp-lineage-bridge-copy h2 em,
.ohp-meaning-record h2 em {
	color: var(--ohp-v17-jade);
	font-weight: 400;
}

.ohp-section-heading > p:last-child,
.ohp-inner-heading > p:last-child {
	max-width: 690px;
	margin-bottom: 0;
	color: var(--ohp-v17-muted);
}

/* Floating editorial navigation */
.ohp-site-header {
	position: fixed;
	top: 18px;
	left: 50%;
	z-index: 900;
	width: min(1320px, calc(100% - 36px));
	height: 78px;
	padding: 7px 10px 7px 16px;
	display: grid;
	grid-template-columns: minmax(126px, 164px) 1fr auto;
	align-items: center;
	gap: clamp(14px, 2vw, 30px);
	border: 1px solid rgba(23, 61, 49, 0.12);
	border-radius: 999px;
	background: rgba(255, 253, 248, 0.92);
	box-shadow: 0 14px 44px rgba(23, 42, 70, 0.1);
	backdrop-filter: blur(18px) saturate(1.2);
	transform: translateX(-50%);
	transition: top 180ms ease, height 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.ohp-site-header.is-scrolled {
	top: 8px;
	height: 70px;
	background: rgba(255, 253, 248, 0.97);
	box-shadow: 0 12px 36px rgba(23, 42, 70, 0.16);
}

body.admin-bar .ohp-site-header {
	top: 50px;
}

body.admin-bar .ohp-site-header.is-scrolled {
	top: 40px;
}

.ohp-header-brand,
.ohp-header-brand picture {
	height: 100%;
	display: flex;
	align-items: center;
}

.ohp-header-logo {
	width: 122px;
	height: 58px;
	object-fit: contain;
	border-radius: 14px;
	background: white;
}

.ohp-desktop-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(15px, 1.55vw, 28px);
}

.ohp-desktop-nav > a,
.ohp-nav-group > a {
	position: relative;
	color: #314c43;
	font-size: 0.71rem;
	font-weight: 600;
	letter-spacing: 0.045em;
	white-space: nowrap;
}

.ohp-desktop-nav > a::after,
.ohp-nav-group > a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	height: 1px;
	background: var(--ohp-v17-jade);
	transform: scaleX(0);
	transition: transform 180ms ease;
}

.ohp-desktop-nav a:hover::after,
.ohp-desktop-nav a[aria-current="page"]::after,
.ohp-nav-group:focus-within > a::after {
	transform: scaleX(1);
}

.ohp-nav-group {
	position: relative;
	display: flex;
	align-items: center;
	gap: 4px;
}

.ohp-submenu-toggle {
	width: 22px;
	height: 26px;
	padding: 0;
	display: grid;
	place-items: center;
	border: 0;
	color: var(--ohp-v17-jade-deep);
	background: transparent;
	cursor: pointer;
}

.ohp-submenu-toggle span {
	margin-top: -4px;
	font-size: 1rem;
	transition: transform 180ms ease;
}

.ohp-nav-group:hover .ohp-submenu-toggle span,
.ohp-nav-group:focus-within .ohp-submenu-toggle span,
.ohp-nav-group.is-open .ohp-submenu-toggle span {
	transform: rotate(180deg);
}

.ohp-submenu {
	position: absolute;
	top: calc(100% + 22px);
	left: 50%;
	width: 290px;
	padding: 12px;
	display: grid;
	border: 1px solid rgba(23, 61, 49, 0.12);
	border-radius: 20px;
	background: rgba(255, 253, 248, 0.98);
	box-shadow: var(--ohp-v17-shadow);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -8px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.ohp-submenu::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -24px;
	height: 25px;
}

.ohp-nav-group:hover .ohp-submenu,
.ohp-nav-group:focus-within .ohp-submenu,
.ohp-nav-group.is-open .ohp-submenu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.ohp-submenu a {
	padding: 10px 12px;
	display: grid;
	grid-template-columns: 26px 1fr;
	gap: 8px;
	border-radius: 11px;
	color: var(--ohp-v17-navy);
	font-size: 0.76rem;
	font-weight: 500;
}

.ohp-submenu a:hover {
	background: var(--ohp-v17-jade-soft);
}

.ohp-submenu a span {
	color: var(--ohp-v17-gold);
	font-family: var(--ohp-v17-serif);
	font-size: 0.95rem;
}

.ohp-header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ohp-header-cta {
	min-height: 48px;
	padding: 12px 19px;
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	color: white;
	background: var(--ohp-v17-navy);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.045em;
	white-space: nowrap;
	transition: background 180ms ease, transform 180ms ease;
}

.ohp-header-cta:hover {
	color: white;
	background: var(--ohp-v17-jade-deep);
	transform: translateY(-1px);
}

.ohp-cart-link {
	position: relative;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border: 1px solid var(--ohp-v17-line);
	border-radius: 50%;
	color: var(--ohp-v17-navy);
}

.ohp-cart-link svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.ohp-cart-link span {
	position: absolute;
	right: -3px;
	top: -5px;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	display: grid;
	place-items: center;
	border-radius: 999px;
	color: white;
	background: var(--ohp-v17-crimson);
	font-size: 0.58rem;
	font-weight: 600;
}

.ohp-cart-link--disabled {
	color: #8b908d;
	background: #efeee9;
	cursor: not-allowed;
	opacity: 0.72;
}

.ohp-cart-link--disabled > span {
	background: #8b908d;
}

.ohp-menu-toggle {
	width: 45px;
	height: 45px;
	padding: 12px 10px;
	display: none;
	align-content: center;
	gap: 5px;
	border: 0;
	border-radius: 50%;
	background: var(--ohp-v17-navy);
	cursor: pointer;
}

.ohp-menu-toggle span {
	width: 100%;
	height: 1px;
	background: white;
}

.ohp-mobile-backdrop {
	position: fixed;
	inset: 0;
	z-index: 920;
	background: rgba(10, 23, 37, 0.52);
	backdrop-filter: blur(4px);
	opacity: 0;
	transition: opacity 220ms ease;
}

.ohp-mobile-backdrop.is-visible {
	opacity: 1;
}

.ohp-mobile-menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 930;
	width: min(430px, 92vw);
	height: 100dvh;
	padding: 22px 24px 30px;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	color: var(--ohp-v17-paper);
	background: var(--ohp-v17-navy);
	box-shadow: -28px 0 70px rgba(0, 0, 0, 0.24);
	transform: translateX(105%);
	transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ohp-mobile-menu.is-open {
	transform: none;
}

.ohp-mobile-menu-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.ohp-mobile-menu-head a {
	width: 120px;
	padding: 4px;
	border-radius: 12px;
	background: white;
}

.ohp-mobile-logo {
	width: 100%;
	height: 70px;
	object-fit: contain;
}

.ohp-menu-close {
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	color: white;
	background: transparent;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
}

.ohp-mobile-links {
	margin-top: 40px;
	display: grid;
}

.ohp-mobile-links a {
	padding: 12px 0;
	display: grid;
	grid-template-columns: 36px 1fr;
	align-items: baseline;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	font-family: var(--ohp-v17-serif);
	font-size: 1.8rem;
	line-height: 1.2;
}

.ohp-mobile-links span {
	color: var(--ohp-v17-gold-soft);
	font-family: var(--ohp-v17-sans);
	font-size: 0.62rem;
	letter-spacing: 0.12em;
}

.ohp-mobile-vault-links {
	margin: 30px 0;
	display: flex;
	gap: 12px 18px;
	flex-wrap: wrap;
}

.ohp-mobile-vault-links p {
	width: 100%;
	margin: 0;
	color: var(--ohp-v17-gold-soft);
	font-size: 0.62rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.ohp-mobile-vault-links a {
	font-size: 0.72rem;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.ohp-mobile-cta {
	margin-top: auto;
	background: var(--ohp-v17-jade);
}

.ohp-mobile-region {
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.65rem;
	text-align: center;
}

/* Home */
.ohp-home-main {
	background: var(--ohp-v17-paper);
}

.ohp-home-hero {
	min-height: 860px;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	background: var(--ohp-v17-paper);
}

.ohp-home-hero-copy {
	padding: 150px clamp(36px, 6vw, 108px) 90px max(30px, calc((100vw - var(--ohp-v17-max)) / 2));
	display: flex;
	flex-direction: column;
	justify-content: center;
	background:
		radial-gradient(circle at 0 22%, rgba(30, 129, 80, 0.12), transparent 33rem),
		var(--ohp-v17-paper);
}

.ohp-hero-logo {
	width: 178px;
	margin-bottom: 30px;
	padding: 4px;
	border-radius: 22px;
	background: white;
	box-shadow: 0 14px 38px rgba(23, 42, 70, 0.08);
}

.ohp-hero-logo-image {
	width: 100%;
	height: auto;
	border-radius: 18px;
}

.ohp-home-hero h1 {
	max-width: 700px;
	margin-bottom: 25px;
	color: var(--ohp-v17-navy);
	font-family: var(--ohp-v17-serif);
	font-size: clamp(4.2rem, 7.4vw, 7.8rem);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 0.84;
}

.ohp-home-hero h1 em {
	display: block;
	color: var(--ohp-v17-jade);
	font-weight: 400;
}

.ohp-lead {
	max-width: 590px;
	margin-bottom: 0;
	color: #53645e;
	font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.ohp-hero-proof {
	max-width: 620px;
	margin-top: 54px;
	padding-top: 22px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	border-top: 1px solid var(--ohp-v17-line);
}

.ohp-hero-proof div {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 9px;
}

.ohp-hero-proof strong {
	color: var(--ohp-v17-gold);
	font-family: var(--ohp-v17-serif);
	font-size: 1.55rem;
	font-weight: 400;
}

.ohp-hero-proof span {
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

.ohp-home-hero-photo {
	position: relative;
	min-height: 760px;
	overflow: hidden;
	background: var(--ohp-v17-navy);
}

.ohp-home-hero-photo::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(23, 42, 70, 0.18), transparent 30%), linear-gradient(0deg, rgba(10, 25, 20, 0.38), transparent 38%);
}

.ohp-home-hero-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ohp-home-hero-photo > span {
	position: absolute;
	right: 28px;
	bottom: 34px;
	z-index: 2;
	color: white;
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}

.ohp-brand-tide {
	overflow: hidden;
	color: var(--ohp-v17-paper);
	background: var(--ohp-v17-jade-deep);
}

.ohp-brand-tide > div {
	width: max-content;
	min-height: 62px;
	display: flex;
	align-items: center;
	gap: 28px;
	animation: ohp-tide 34s linear infinite;
}

.ohp-brand-tide span {
	font-family: var(--ohp-v17-serif);
	font-size: 1.05rem;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.ohp-brand-tide i {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--ohp-v17-gold-soft);
}

@keyframes ohp-tide {
	to { transform: translateX(-50%); }
}

.ohp-statement {
	padding: clamp(100px, 12vw, 180px) max(24px, calc((100vw - 1080px) / 2));
	text-align: center;
}

.ohp-statement h2 {
	max-width: 930px;
	margin: 0 auto 50px;
	color: var(--ohp-v17-navy);
	font-family: var(--ohp-v17-serif);
	font-size: clamp(3.4rem, 7vw, 7rem);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.92;
}

.ohp-statement h2 em {
	color: var(--ohp-v17-jade);
	font-weight: 400;
}

.ohp-statement-grid {
	max-width: 900px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 50px;
	text-align: left;
}

.ohp-statement-grid p {
	margin: 0;
	color: var(--ohp-v17-muted);
}

.ohp-vault-highlight {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	color: white;
	background: var(--ohp-v17-navy);
}

.ohp-vault-highlight-image {
	position: relative;
	min-height: 790px;
	overflow: hidden;
}

.ohp-vault-highlight-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(9, 23, 39, 0.55), transparent 48%);
}

.ohp-vault-highlight-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ohp-vault-highlight-image > p {
	position: absolute;
	left: clamp(28px, 5vw, 78px);
	bottom: 45px;
	z-index: 2;
	margin: 0;
	color: white;
	font-family: var(--ohp-v17-serif);
	font-size: clamp(2.2rem, 4vw, 4.5rem);
	line-height: 0.95;
}

.ohp-vault-highlight-copy {
	padding: clamp(80px, 9vw, 140px) max(32px, calc((100vw - var(--ohp-v17-max)) / 2)) clamp(80px, 9vw, 140px) clamp(40px, 6.5vw, 100px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ohp-vault-highlight-copy h2,
.ohp-member-band h2,
.ohp-blessing-copy h2 {
	margin-bottom: 22px;
	font-family: var(--ohp-v17-serif);
	font-size: clamp(3.1rem, 5.8vw, 5.6rem);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.94;
}

.ohp-vault-highlight-copy h2 em,
.ohp-member-band h2 em,
.ohp-blessing-copy h2 em {
	color: var(--ohp-v17-gold-soft);
	font-weight: 400;
}

.ohp-vault-highlight-copy > p:not(.ohp-kicker) {
	max-width: 600px;
	color: rgba(255, 255, 255, 0.7);
}

.ohp-record-list {
	margin-top: 30px;
	display: grid;
}

.ohp-record-list article {
	padding: 20px 0;
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ohp-record-list article > span {
	color: var(--ohp-v17-gold-soft);
	font-family: var(--ohp-v17-serif);
	font-size: 1.35rem;
}

.ohp-record-list h3 {
	margin-bottom: 4px;
	font-family: var(--ohp-v17-serif);
	font-size: 1.45rem;
	font-weight: 400;
}

.ohp-record-list p {
	margin: 0;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.83rem;
}

.ohp-vault-highlight .ohp-primary-button {
	background: var(--ohp-v17-jade);
}

.ohp-vault-highlight .ohp-text-link {
	color: white;
	border-color: rgba(255, 255, 255, 0.32);
}

.ohp-difference {
	background: var(--ohp-v17-paper);
}

.ohp-difference-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--ohp-v17-line);
	border-bottom: 1px solid var(--ohp-v17-line);
}

.ohp-difference-grid article {
	min-height: 320px;
	padding: 34px 27px;
	border-right: 1px solid var(--ohp-v17-line);
}

.ohp-difference-grid article:last-child {
	border-right: 0;
}

.ohp-difference-grid span,
.ohp-journey-cards > article > span {
	color: var(--ohp-v17-gold);
	font-family: var(--ohp-v17-serif);
	font-size: 1.4rem;
}

.ohp-difference-grid h3,
.ohp-journey-cards h3 {
	margin: 70px 0 15px;
	color: var(--ohp-v17-navy);
	font-family: var(--ohp-v17-serif);
	font-size: 1.85rem;
	font-weight: 400;
	line-height: 1.05;
}

.ohp-difference-grid p,
.ohp-journey-cards p {
	margin: 0;
	color: var(--ohp-v17-muted);
	font-size: 0.82rem;
}

.ohp-verify-strip {
	margin-top: 64px;
	padding: clamp(28px, 4vw, 48px);
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	align-items: end;
	gap: 44px;
	color: white;
	background: var(--ohp-v17-navy);
	border-radius: var(--ohp-v17-radius);
}

.ohp-verify-strip h3 {
	margin: 0;
	font-family: var(--ohp-v17-serif);
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	font-weight: 400;
	line-height: 1.05;
}

.ohp-verify-strip form {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
}

.ohp-verify-strip input {
	width: 100%;
	min-height: 50px;
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	color: white;
	background: rgba(255, 255, 255, 0.08);
}

.ohp-verify-strip input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.ohp-editorial-quote {
	padding: clamp(110px, 13vw, 200px) 24px;
	color: white;
	background: var(--ohp-v17-crimson);
	text-align: center;
}

.ohp-editorial-quote > span {
	display: block;
	height: 68px;
	color: var(--ohp-v17-gold-soft);
	font-family: var(--ohp-v17-serif);
	font-size: 7rem;
	line-height: 1;
}

.ohp-editorial-quote blockquote {
	max-width: 1020px;
	margin: 0 auto 28px;
	font-family: var(--ohp-v17-serif);
	font-size: clamp(2.7rem, 6vw, 6rem);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.96;
}

.ohp-editorial-quote p {
	margin: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.68rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ohp-journey {
	background: var(--ohp-v17-white);
}

.ohp-journey-heading {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	align-items: end;
	gap: 80px;
	margin-bottom: 60px;
}

.ohp-journey-heading .ohp-kicker {
	grid-column: 1 / -1;
	margin-bottom: -52px;
}

.ohp-journey-heading h2 {
	margin: 0;
	color: var(--ohp-v17-navy);
	font-family: var(--ohp-v17-serif);
	font-size: clamp(3.3rem, 6vw, 6rem);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.94;
}

.ohp-journey-heading h2 em {
	display: block;
	color: var(--ohp-v17-jade);
	font-weight: 400;
}

.ohp-journey-heading > p:last-child {
	margin: 0;
	color: var(--ohp-v17-muted);
}

.ohp-journey-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.ohp-journey-cards article {
	min-height: 380px;
	padding: 28px;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--ohp-v17-line);
	border-radius: 4px 4px 60px 4px;
	background: var(--ohp-v17-paper);
	transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.ohp-journey-cards article:hover {
	color: white;
	background: var(--ohp-v17-jade-deep);
	transform: translateY(-5px);
}

.ohp-journey-cards article:hover h3,
.ohp-journey-cards article:hover p,
.ohp-journey-cards article:hover a {
	color: white;
}

.ohp-journey-cards a {
	margin-top: auto;
	color: var(--ohp-v17-jade-deep);
	font-size: 0.72rem;
	font-weight: 600;
}

.ohp-home-shop {
	background: var(--ohp-v17-paper-deep);
}

.ohp-shop-empty {
	padding: 46px;
	border: 1px solid var(--ohp-v17-line);
	border-radius: var(--ohp-v17-radius);
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
}

.ohp-shop-empty h3 {
	margin-bottom: 10px;
	font-family: var(--ohp-v17-serif);
	font-size: 2rem;
	font-weight: 400;
}

.ohp-shop-empty p {
	max-width: 660px;
	margin: 0 auto;
	color: var(--ohp-v17-muted);
}

.ohp-center-action {
	margin: 44px 0 0;
	text-align: center;
}

.ohp-member-band {
	padding: clamp(80px, 10vw, 150px) max(24px, calc((100vw - var(--ohp-v17-max)) / 2));
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
	align-items: center;
	gap: clamp(60px, 10vw, 150px);
	color: white;
	background:
		radial-gradient(circle at 88% 20%, rgba(217, 189, 136, 0.18), transparent 28rem),
		var(--ohp-v17-navy);
}

.ohp-member-band-copy > p:not(.ohp-kicker) {
	max-width: 650px;
	color: rgba(255, 255, 255, 0.66);
}

.ohp-member-points {
	margin: 30px 0 36px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 24px;
}

.ohp-member-points span {
	position: relative;
	padding-left: 19px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.75rem;
}

.ohp-member-points span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.7em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--ohp-v17-gold-soft);
}

.ohp-member-card-stage {
	min-width: 0;
	perspective: 1100px;
}

.ohp-member-card {
	position: relative;
	isolation: isolate;
	min-height: clamp(320px, 31vw, 380px);
	padding: clamp(28px, 3vw, 40px);
	overflow: hidden;
	border: 1px solid rgba(222, 190, 126, 0.72);
	border-radius: 30px;
	background:
		radial-gradient(circle at 86% 12%, rgba(231, 202, 143, 0.22), transparent 26%),
		radial-gradient(circle at 8% 112%, rgba(52, 157, 103, 0.46), transparent 48%),
		linear-gradient(118deg, rgba(255, 255, 255, 0.11), transparent 25%, rgba(255, 255, 255, 0.025) 50%, transparent 73%),
		repeating-linear-gradient(116deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 8px),
		linear-gradient(138deg, #103f35 0%, #0a2c27 42%, #07231f 72%, #123e32 100%);
	box-shadow:
		0 42px 90px rgba(3, 13, 26, 0.5),
		0 12px 34px rgba(0, 0, 0, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.2),
		inset 0 -1px 0 rgba(0, 0, 0, 0.35);
	transform: perspective(1100px) rotateY(-2.2deg) rotateZ(1.2deg);
	transform-origin: center;
}

.ohp-member-card::before {
	content: "";
	position: absolute;
	inset: 10px;
	z-index: -1;
	border: 1px solid rgba(222, 190, 126, 0.28);
	border-radius: 22px;
	pointer-events: none;
}

.ohp-member-card::after {
	content: "OHP";
	position: absolute;
	right: -0.03em;
	bottom: -0.32em;
	z-index: -1;
	color: rgba(229, 201, 144, 0.055);
	font-family: var(--ohp-v17-serif);
	font-size: clamp(9rem, 15vw, 13rem);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 1;
	pointer-events: none;
}

.ohp-member-card-head {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
}

.ohp-member-card-brand {
	display: flex;
	align-items: center;
	gap: 14px;
}

.ohp-member-card-monogram {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid rgba(222, 190, 126, 0.56);
	border-radius: 50%;
	color: var(--ohp-v17-gold-soft);
	font-family: var(--ohp-v17-serif);
	font-size: 0.92rem;
	letter-spacing: 0.05em;
}

.ohp-member-card-brand p {
	margin: 0;
	font-family: var(--ohp-v17-serif);
	font-size: clamp(1.08rem, 1.45vw, 1.38rem);
	line-height: 1.05;
}

.ohp-member-card-brand div > span {
	display: block;
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.58rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.ohp-member-card-seal {
	display: grid;
	width: 56px;
	height: 56px;
	flex: 0 0 auto;
	place-content: center;
	border: 1px solid rgba(222, 190, 126, 0.62);
	border-radius: 50%;
	color: var(--ohp-v17-gold-soft);
	text-align: center;
	box-shadow: inset 0 0 0 4px rgba(222, 190, 126, 0.08);
}

.ohp-member-card-seal b,
.ohp-member-card-seal small {
	display: block;
	line-height: 1;
}

.ohp-member-card-seal b {
	font-family: var(--ohp-v17-serif);
	font-weight: 400;
	font-size: 0.92rem;
	letter-spacing: 0.06em;
}

.ohp-member-card-seal small {
	margin-top: 3px;
	font-size: 0.4rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.ohp-member-card-title {
	position: relative;
	z-index: 2;
	margin-top: clamp(42px, 5vw, 62px);
}

.ohp-member-card-title > span {
	display: block;
	margin-bottom: 5px;
	color: rgba(222, 190, 126, 0.88);
	font-size: 0.58rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.ohp-member-card-title > strong {
	display: block;
	font-family: var(--ohp-v17-serif);
	font-size: clamp(2.12rem, 4vw, 3.25rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 0.95;
}

.ohp-member-card-title > strong em {
	color: var(--ohp-v17-gold-soft);
	font-weight: 400;
}

.ohp-member-card-title > p {
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.58rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.ohp-member-card-details {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-top: clamp(24px, 3vw, 34px);
	padding-top: 15px;
	border-top: 1px solid rgba(222, 190, 126, 0.34);
}

.ohp-member-card-details > div {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.ohp-member-card-details small,
.ohp-member-card-details b {
	display: block;
	font-size: 0.58rem;
}

.ohp-member-card-details small {
	color: rgba(255, 255, 255, 0.56);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ohp-member-card-details b {
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.68rem;
	font-weight: 600;
}

.ohp-member-card-foot {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.43);
	font-size: 0.48rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.ohp-member-card-foot i {
	color: var(--ohp-v17-gold-soft);
	font-size: 0.7rem;
	font-style: normal;
}

.ohp-blessing-feature {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
	align-items: center;
	gap: clamp(50px, 8vw, 120px);
	background: var(--ohp-v17-white);
}

.ohp-blessing-image {
	position: relative;
	min-height: 620px;
	overflow: hidden;
	border-radius: 160px 4px 4px 4px;
}

.ohp-blessing-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ohp-blessing-copy h2 {
	color: var(--ohp-v17-navy);
}

.ohp-blessing-copy h2 em {
	color: var(--ohp-v17-jade);
}

.ohp-blessing-copy > p:not(.ohp-kicker) {
	color: var(--ohp-v17-muted);
}

.ohp-disclaimer {
	margin: 28px 0;
	padding: 18px 20px;
	border-left: 3px solid var(--ohp-v17-gold);
	background: var(--ohp-v17-paper);
	font-size: 0.73rem;
}

.ohp-faq {
	display: grid;
	grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(60px, 10vw, 150px);
	background: var(--ohp-v17-paper);
}

.ohp-faq-heading h2 {
	margin: 0;
	color: var(--ohp-v17-navy);
	font-family: var(--ohp-v17-serif);
	font-size: clamp(3rem, 5vw, 5rem);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.96;
}

.ohp-faq-heading h2 em {
	color: var(--ohp-v17-jade);
	font-weight: 400;
}

.ohp-faq-list {
	border-top: 1px solid var(--ohp-v17-line);
}

.ohp-faq-list details {
	border-bottom: 1px solid var(--ohp-v17-line);
}

.ohp-faq-list summary {
	position: relative;
	padding: 24px 44px 24px 0;
	list-style: none;
	cursor: pointer;
	color: var(--ohp-v17-navy);
	font-family: var(--ohp-v17-serif);
	font-size: 1.35rem;
}

.ohp-faq-list summary::-webkit-details-marker {
	display: none;
}

.ohp-faq-list summary::after {
	content: "+";
	position: absolute;
	right: 4px;
	top: 21px;
	color: var(--ohp-v17-jade);
	font-family: var(--ohp-v17-sans);
	font-weight: 300;
}

.ohp-faq-list details[open] summary::after {
	content: "−";
}

.ohp-faq-list details p {
	max-width: 700px;
	margin: -4px 44px 24px 0;
	color: var(--ohp-v17-muted);
	font-size: 0.86rem;
}

.ohp-contact {
	padding: clamp(90px, 10vw, 150px) max(24px, calc((100vw - var(--ohp-v17-max)) / 2));
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(60px, 10vw, 150px);
	color: white;
	background: var(--ohp-v17-jade-deep);
}

.ohp-contact-copy h2 {
	margin-bottom: 24px;
	font-family: var(--ohp-v17-serif);
	font-size: clamp(3.1rem, 5.8vw, 5.7rem);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.94;
}

.ohp-contact-copy h2 em {
	color: var(--ohp-v17-gold-soft);
	font-weight: 400;
}

.ohp-contact-copy > p:not(.ohp-kicker) {
	color: rgba(255, 255, 255, 0.7);
}

.ohp-contact-details {
	margin-top: 44px;
	display: grid;
	gap: 14px;
}

.ohp-contact-details a {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ohp-contact-details span,
.ohp-contact-details strong {
	padding-bottom: 12px;
}

.ohp-contact-details span {
	color: var(--ohp-v17-gold-soft);
	font-size: 0.64rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ohp-contact-details strong {
	font-size: 0.78rem;
	font-weight: 500;
	overflow-wrap: anywhere;
}

.ohp-contact-form-wrap {
	padding: clamp(28px, 4vw, 46px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--ohp-v17-radius);
	background: rgba(255, 255, 255, 0.08);
}

.ohp-contact-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.ohp-contact-form label {
	display: grid;
	gap: 7px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.ohp-contact-form label:nth-last-of-type(1) {
	grid-column: 1 / -1;
}

.ohp-contact-form input,
.ohp-contact-form select,
.ohp-contact-form textarea {
	width: 100%;
	min-height: 49px;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 11px;
	color: white;
	background: rgba(255, 255, 255, 0.08);
	font-size: 0.82rem;
}

.ohp-contact-form option {
	color: var(--ohp-v17-ink);
	background: white;
}

.ohp-contact-form textarea {
	min-height: 132px;
	resize: vertical;
}

.ohp-contact-form .ohp-primary-button {
	grid-column: 1 / -1;
	justify-self: start;
	background: var(--ohp-v17-gold);
}

.ohp-honeypot {
	position: absolute !important;
	left: -9999px !important;
}

.ohp-form-message {
	margin-bottom: 22px;
	padding: 13px 15px;
	border-radius: 10px;
	font-size: 0.78rem;
}

.ohp-form-message.is-success {
	color: #0b4629;
	background: #dff3e6;
}

.ohp-form-message.is-warning {
	color: #5f2027;
	background: #f7dfe1;
}

/* Interior page system */
.ohp-interior {
	background: var(--ohp-v17-paper);
}

.ohp-inner-hero {
	position: relative;
	min-height: 570px;
	padding: 180px max(24px, calc((100vw - var(--ohp-v17-max)) / 2)) 100px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 50px;
	overflow: hidden;
	color: white;
	background:
		radial-gradient(circle at 80% 18%, rgba(30, 129, 80, 0.32), transparent 30rem),
		linear-gradient(120deg, #0f223a, var(--ohp-v17-navy));
}

.ohp-inner-hero::before {
	content: "";
	position: absolute;
	left: -90px;
	top: 90px;
	width: 320px;
	height: 320px;
	border: 1px solid rgba(217, 189, 136, 0.2);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgba(217, 189, 136, 0.04), 0 0 0 140px rgba(217, 189, 136, 0.025);
}

.ohp-inner-hero > div {
	position: relative;
	z-index: 2;
	max-width: 910px;
}

.ohp-inner-hero h1 {
	margin-bottom: 24px;
	font-family: var(--ohp-v17-serif);
	font-size: clamp(4rem, 8vw, 8rem);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 0.86;
}

.ohp-inner-hero h1 em {
	display: block;
	color: var(--ohp-v17-gold-soft);
	font-weight: 400;
}

.ohp-inner-hero > div > p:last-child {
	max-width: 700px;
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 1.02rem;
}

.ohp-inner-hero > span {
	position: relative;
	z-index: 2;
	color: rgba(255, 255, 255, 0.14);
	font-family: var(--ohp-v17-serif);
	font-size: clamp(7rem, 16vw, 15rem);
	line-height: 0.65;
}

.ohp-inner-hero-blessings {
	background:
		radial-gradient(circle at 78% 20%, rgba(156, 106, 44, 0.32), transparent 29rem),
		linear-gradient(120deg, #481016, var(--ohp-v17-crimson));
}

.ohp-inner-hero-lineage {
	background:
		radial-gradient(circle at 80% 20%, rgba(30, 129, 80, 0.3), transparent 30rem),
		linear-gradient(120deg, #102b23, var(--ohp-v17-jade-deep));
}

.ohp-six-grid,
.ohp-security-grid,
.ohp-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--ohp-v17-line);
	border-left: 1px solid var(--ohp-v17-line);
}

.ohp-six-grid article,
.ohp-security-grid article,
.ohp-service-grid article {
	min-height: 280px;
	padding: 30px;
	border-right: 1px solid var(--ohp-v17-line);
	border-bottom: 1px solid var(--ohp-v17-line);
	background: rgba(255, 255, 255, 0.24);
}

.ohp-six-grid span,
.ohp-service-grid article > span {
	color: var(--ohp-v17-gold);
	font-family: var(--ohp-v17-serif);
	font-size: 1.35rem;
}

.ohp-six-grid h3,
.ohp-security-grid h3,
.ohp-service-grid h3 {
	margin: 52px 0 12px;
	color: var(--ohp-v17-navy);
	font-family: var(--ohp-v17-serif);
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.05;
}

.ohp-six-grid p,
.ohp-security-grid p,
.ohp-service-grid p {
	margin: 0;
	color: var(--ohp-v17-muted);
	font-size: 0.82rem;
}

.ohp-vault-story {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	color: white;
	background: var(--ohp-v17-jade-deep);
}

.ohp-vault-story-visual {
	position: relative;
	min-height: 760px;
	overflow: hidden;
}

.ohp-vault-story-visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(8, 39, 25, 0.55), transparent 50%);
}

.ohp-vault-story-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ohp-vault-story-visual p {
	position: absolute;
	left: clamp(28px, 5vw, 76px);
	bottom: 42px;
	z-index: 2;
	margin: 0;
	font-family: var(--ohp-v17-serif);
	font-size: clamp(2.5rem, 5vw, 5rem);
	line-height: 0.9;
}

.ohp-vault-story-copy {
	padding: clamp(80px, 9vw, 140px) max(28px, calc((100vw - var(--ohp-v17-max)) / 2)) clamp(80px, 9vw, 140px) clamp(42px, 6vw, 95px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ohp-vault-story-copy h2 {
	margin-bottom: 42px;
	font-family: var(--ohp-v17-serif);
	font-size: clamp(3rem, 5.4vw, 5.3rem);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.94;
}

.ohp-vault-story-copy h2 em {
	display: block;
	color: var(--ohp-v17-gold-soft);
	font-weight: 400;
}

.ohp-timeline {
	display: grid;
}

.ohp-timeline article {
	position: relative;
	padding: 0 0 32px 34px;
	border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.ohp-timeline article::before {
	content: "";
	position: absolute;
	left: -5px;
	top: 4px;
	width: 9px;
	height: 9px;
	border: 2px solid var(--ohp-v17-jade-deep);
	border-radius: 50%;
	background: var(--ohp-v17-gold-soft);
}

.ohp-timeline time {
	color: var(--ohp-v17-gold-soft);
	font-size: 0.62rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ohp-timeline h3 {
	margin: 8px 0 6px;
	font-family: var(--ohp-v17-serif);
	font-size: 1.6rem;
	font-weight: 400;
}

.ohp-timeline p {
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.8rem;
}

.ohp-security-section {
	background: var(--ohp-v17-white);
}

.ohp-security-grid article {
	min-height: 250px;
}

.ohp-security-grid h3 {
	margin-top: 20px;
}

.ohp-security-grid h3::before {
	content: "✦";
	display: block;
	margin-bottom: 34px;
	color: var(--ohp-v17-jade);
	font-family: var(--ohp-v17-sans);
	font-size: 1rem;
}

.ohp-security-note {
	max-width: 900px;
	margin: 44px 0 0;
	padding: 22px 25px;
	border-left: 3px solid var(--ohp-v17-gold);
	color: var(--ohp-v17-muted);
	background: var(--ohp-v17-paper);
	font-size: 0.78rem;
}

.ohp-vault-actions {
	padding: clamp(90px, 10vw, 150px) max(24px, calc((100vw - var(--ohp-v17-max)) / 2));
	display: grid;
	grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
	gap: clamp(60px, 9vw, 135px);
	color: white;
	background: var(--ohp-v17-navy);
}

.ohp-vault-actions h2 {
	margin-bottom: 22px;
	font-family: var(--ohp-v17-serif);
	font-size: clamp(3rem, 5vw, 5rem);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.94;
}

.ohp-vault-actions h2 em {
	color: var(--ohp-v17-gold-soft);
	font-weight: 400;
}

.ohp-vault-actions > div:first-child > p:last-child {
	color: rgba(255, 255, 255, 0.62);
}

.ohp-vault-action-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.ohp-vault-action-grid a {
	min-height: 160px;
	padding: 22px;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	transition: background 180ms ease, transform 180ms ease;
}

.ohp-vault-action-grid a:hover,
.ohp-vault-action-grid .is-featured {
	color: white;
	background: var(--ohp-v17-jade-deep);
	transform: translateY(-3px);
}

.ohp-vault-action-grid span {
	color: var(--ohp-v17-gold-soft);
	font-family: var(--ohp-v17-serif);
	font-size: 1.2rem;
}

.ohp-vault-action-grid strong {
	margin-top: auto;
	font-family: var(--ohp-v17-serif);
	font-size: 1.4rem;
	font-weight: 400;
}

.ohp-vault-action-grid small {
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.67rem;
}

.ohp-vault-process {
	background: var(--ohp-v17-paper-deep);
}

.ohp-vault-process > h2 {
	max-width: 850px;
	margin-bottom: 56px;
	color: var(--ohp-v17-navy);
	font-family: var(--ohp-v17-serif);
	font-size: clamp(3rem, 5.8vw, 5.7rem);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.94;
}

.ohp-vault-process ol {
	margin: 0 0 70px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	list-style: none;
	border-top: 1px solid var(--ohp-v17-line);
}

.ohp-vault-process li {
	position: relative;
	padding: 30px 10px 0 0;
	font-family: var(--ohp-v17-serif);
	font-size: 1.2rem;
}

.ohp-vault-process li::before {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--ohp-v17-jade);
}

.ohp-vault-process li span {
	display: block;
	color: var(--ohp-v17-gold);
	font-family: var(--ohp-v17-sans);
	font-size: 0.62rem;
}

.ohp-trust-panel {
	max-width: 880px;
	padding: 36px;
	border: 1px solid var(--ohp-v17-line);
	border-radius: var(--ohp-v17-radius);
	background: var(--ohp-v17-white);
}

.ohp-trust-panel h3 {
	margin-bottom: 10px;
	color: var(--ohp-v17-navy);
	font-family: var(--ohp-v17-serif);
	font-size: 2rem;
	font-weight: 400;
}

.ohp-trust-panel p:last-child {
	margin: 0;
	color: var(--ohp-v17-muted);
}

/* Collection */
.ohp-buying-note {
	margin-bottom: 70px;
	padding: 26px 30px;
	display: grid;
	grid-template-columns: 190px 1fr;
	gap: 30px;
	border: 1px solid var(--ohp-v17-line);
	border-radius: 18px;
	background: var(--ohp-v17-white);
}

.ohp-buying-note strong {
	color: var(--ohp-v17-navy);
	font-family: var(--ohp-v17-serif);
	font-size: 1.45rem;
	font-weight: 400;
}

.ohp-buying-note p {
	margin: 0;
	color: var(--ohp-v17-muted);
	font-size: 0.84rem;
}

.ohp-curation-paths {
	background: var(--ohp-v17-white);
}

.ohp-curation-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.ohp-curation-grid article {
	overflow: hidden;
	border: 1px solid var(--ohp-v17-line);
	background: var(--ohp-v17-paper);
}

.ohp-curation-grid img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 500ms ease;
}

.ohp-curation-grid article:hover img {
	transform: scale(1.035);
}

.ohp-curation-grid article > div {
	padding: 28px;
}

.ohp-curation-grid span {
	color: var(--ohp-v17-gold);
	font-size: 0.62rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ohp-curation-grid h3 {
	margin: 14px 0 9px;
	color: var(--ohp-v17-navy);
	font-family: var(--ohp-v17-serif);
	font-size: 1.8rem;
	font-weight: 400;
}

.ohp-curation-grid p {
	min-height: 80px;
	color: var(--ohp-v17-muted);
	font-size: 0.8rem;
}

.ohp-curation-grid a {
	color: var(--ohp-v17-jade-deep);
	font-size: 0.72rem;
	font-weight: 600;
}

.ohp-material-clarity {
	padding: clamp(90px, 10vw, 150px) max(24px, calc((100vw - var(--ohp-v17-max)) / 2));
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
	gap: clamp(60px, 9vw, 130px);
	color: white;
	background: var(--ohp-v17-navy);
}

.ohp-material-clarity h2 {
	margin-bottom: 22px;
	font-family: var(--ohp-v17-serif);
	font-size: clamp(3rem, 5vw, 5rem);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.94;
}

.ohp-material-clarity h2 em {
	display: block;
	color: var(--ohp-v17-gold-soft);
	font-weight: 400;
}

.ohp-material-clarity > div > p:last-child {
	color: rgba(255, 255, 255, 0.64);
}

.ohp-material-clarity ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ohp-material-clarity li {
	padding: 14px 0 14px 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	font-size: 0.8rem;
}

.ohp-material-clarity li::before {
	content: "•";
	margin-left: -20px;
	margin-right: 12px;
	color: var(--ohp-v17-gold-soft);
}

.ohp-inner-cta {
	padding: clamp(95px, 11vw, 170px) 24px;
	background: var(--ohp-v17-paper-deep);
	text-align: center;
}

.ohp-inner-cta h2 {
	max-width: 900px;
	margin: 0 auto 20px;
	color: var(--ohp-v17-navy);
	font-family: var(--ohp-v17-serif);
	font-size: clamp(3rem, 6vw, 6rem);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.94;
}

.ohp-inner-cta > p:not(.ohp-kicker) {
	max-width: 700px;
	margin: 0 auto 32px;
	color: var(--ohp-v17-muted);
}

/* Blessings */
.ohp-blessing-intro,
.ohp-founder-story {
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
	align-items: stretch;
	background: var(--ohp-v17-white);
}

.ohp-blessing-intro-photo,
.ohp-founder-photo {
	min-height: 720px;
	overflow: hidden;
}

.ohp-blessing-intro-photo img,
.ohp-founder-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ohp-blessing-intro-copy,
.ohp-founder-copy {
	padding: clamp(80px, 9vw, 140px) max(28px, calc((100vw - var(--ohp-v17-max)) / 2)) clamp(80px, 9vw, 140px) clamp(42px, 7vw, 110px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ohp-blessing-intro-copy > p:not(.ohp-kicker),
.ohp-founder-copy > p:not(.ohp-kicker) {
	color: var(--ohp-v17-muted);
}

.ohp-blessing-intro-copy .ohp-primary-button {
	align-self: flex-start;
	margin-top: 20px;
}

.ohp-service-section {
	background: var(--ohp-v17-paper);
}

.ohp-service-grid article {
	min-height: 330px;
}

.ohp-service-grid small {
	display: block;
	margin-top: 24px;
	color: var(--ohp-v17-gold);
	font-size: 0.62rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ohp-ceremony-story {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	color: white;
	background: var(--ohp-v17-crimson);
}

.ohp-ceremony-copy {
	padding: clamp(80px, 9vw, 140px) clamp(42px, 7vw, 110px) clamp(80px, 9vw, 140px) max(28px, calc((100vw - var(--ohp-v17-max)) / 2));
}

.ohp-ceremony-copy h2 {
	color: white;
}

.ohp-ceremony-copy h2 em {
	color: var(--ohp-v17-gold-soft);
}

.ohp-ceremony-copy ol {
	margin: 44px 0 0;
	padding: 0;
	list-style: none;
}

.ohp-ceremony-copy li {
	padding: 18px 0;
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ohp-ceremony-copy li > span {
	color: var(--ohp-v17-gold-soft);
	font-family: var(--ohp-v17-serif);
	font-size: 1.2rem;
}

.ohp-ceremony-copy h3 {
	margin-bottom: 3px;
	font-family: var(--ohp-v17-serif);
	font-size: 1.35rem;
	font-weight: 400;
}

.ohp-ceremony-copy li p {
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.78rem;
}

.ohp-ceremony-photo {
	min-height: 760px;
	margin: 0;
	display: flex;
	flex-direction: column;
	background: #26100e;
}

.ohp-ceremony-photo img {
	width: 100%;
	min-height: 0;
	flex: 1;
	object-fit: cover;
}

.ohp-ceremony-photo figcaption {
	padding: 16px 24px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.64rem;
}

.ohp-meaning-record {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(330px, 0.75fr);
	align-items: center;
	gap: clamp(60px, 10vw, 150px);
	background: var(--ohp-v17-white);
}

.ohp-meaning-record > div:first-child > p:not(.ohp-kicker) {
	color: var(--ohp-v17-muted);
}

.ohp-record-card {
	padding: 34px;
	border: 1px solid var(--ohp-v17-line);
	border-radius: 24px;
	background: var(--ohp-v17-paper);
	box-shadow: var(--ohp-v17-shadow);
}

.ohp-record-card > p {
	margin-bottom: 30px;
	color: var(--ohp-v17-gold);
	font-size: 0.64rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ohp-record-card dl {
	margin: 0;
}

.ohp-record-card dl div {
	padding: 13px 0;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	border-top: 1px solid var(--ohp-v17-line);
}

.ohp-record-card dt {
	color: var(--ohp-v17-muted);
	font-size: 0.7rem;
}

.ohp-record-card dd {
	margin: 0;
	font-size: 0.74rem;
	font-weight: 600;
	text-align: right;
}

.ohp-service-disclaimer {
	padding: clamp(70px, 8vw, 110px) max(24px, calc((100vw - 940px) / 2));
	color: white;
	background: var(--ohp-v17-navy);
	text-align: center;
}

.ohp-service-disclaimer h2 {
	margin-bottom: 20px;
	font-family: var(--ohp-v17-serif);
	font-size: clamp(2.4rem, 4.5vw, 4.5rem);
	font-weight: 400;
	line-height: 1;
}

.ohp-service-disclaimer > p:last-child {
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.78rem;
}

/* Lineage */
.ohp-founder-photo {
	position: relative;
	margin: 0;
}

.ohp-founder-photo::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(15, 43, 35, 0.55), transparent 45%);
}

.ohp-founder-photo figcaption {
	position: absolute;
	left: clamp(26px, 5vw, 70px);
	bottom: 34px;
	z-index: 2;
	color: white;
	font-family: var(--ohp-v17-serif);
	font-size: clamp(1.5rem, 3vw, 3rem);
}

.ohp-founder-copy .ohp-large-copy {
	color: var(--ohp-v17-ink) !important;
	font-family: var(--ohp-v17-serif);
	font-size: 1.45rem;
	line-height: 1.4;
}

.ohp-founder-copy blockquote {
	margin: 26px 0;
	padding: 20px 0 20px 26px;
	border-left: 2px solid var(--ohp-v17-gold);
	color: var(--ohp-v17-crimson);
	font-family: var(--ohp-v17-serif);
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	line-height: 1.15;
}

.ohp-lineage-principles {
	background: var(--ohp-v17-paper);
}

.ohp-principle-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.ohp-principle-grid article {
	min-height: 330px;
	padding: 28px;
	border: 1px solid var(--ohp-v17-line);
	border-radius: 4px 4px 50px 4px;
	background: var(--ohp-v17-white);
}

.ohp-principle-grid span {
	color: var(--ohp-v17-gold);
	font-family: var(--ohp-v17-serif);
	font-size: 1.35rem;
}

.ohp-principle-grid h3 {
	margin: 70px 0 13px;
	color: var(--ohp-v17-navy);
	font-family: var(--ohp-v17-serif);
	font-size: 1.65rem;
	font-weight: 400;
	line-height: 1.05;
}

.ohp-principle-grid p {
	margin: 0;
	color: var(--ohp-v17-muted);
	font-size: 0.8rem;
}

.ohp-lineage-bridge {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	color: white;
	background: var(--ohp-v17-jade-deep);
}

.ohp-lineage-bridge-copy {
	padding: clamp(80px, 9vw, 140px) clamp(42px, 7vw, 110px) clamp(80px, 9vw, 140px) max(28px, calc((100vw - var(--ohp-v17-max)) / 2));
}

.ohp-lineage-bridge-copy h2 {
	color: white;
}

.ohp-lineage-bridge-copy h2 em {
	color: var(--ohp-v17-gold-soft);
}

.ohp-lineage-bridge-copy > p:not(.ohp-kicker) {
	color: rgba(255, 255, 255, 0.65);
}

.ohp-lineage-bridge-copy ul {
	margin: 32px 0 38px;
	padding: 0;
	list-style: none;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.ohp-lineage-bridge-copy li {
	padding: 12px 0 12px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	font-size: 0.78rem;
}

.ohp-lineage-bridge-copy li::before {
	content: "•";
	margin-left: -20px;
	margin-right: 12px;
	color: var(--ohp-v17-gold-soft);
}

.ohp-lineage-bridge-image {
	min-height: 760px;
	overflow: hidden;
}

.ohp-lineage-bridge-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ohp-standards {
	background: var(--ohp-v17-white);
}

.ohp-standards-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--ohp-v17-line);
	border-left: 1px solid var(--ohp-v17-line);
}

.ohp-standards-grid > div {
	padding: 32px;
	border-right: 1px solid var(--ohp-v17-line);
	border-bottom: 1px solid var(--ohp-v17-line);
}

.ohp-standards-grid strong {
	color: var(--ohp-v17-gold);
	font-size: 0.7rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ohp-standards-grid p {
	max-width: 500px;
	margin: 14px 0 0;
	color: var(--ohp-v17-muted);
}

.ohp-lineage-quote {
	padding: clamp(100px, 12vw, 180px) 24px;
	color: white;
	background: var(--ohp-v17-crimson);
	text-align: center;
}

.ohp-lineage-quote > span {
	display: block;
	margin-bottom: 26px;
	color: var(--ohp-v17-gold-soft);
	font-family: var(--ohp-v17-serif);
	font-size: 4rem;
}

.ohp-lineage-quote blockquote {
	max-width: 950px;
	margin: 0 auto 28px;
	font-family: var(--ohp-v17-serif);
	font-size: clamp(2.7rem, 5.8vw, 5.7rem);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.96;
}

.ohp-lineage-quote p {
	margin: 0;
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.64rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

/* Standard WordPress pages */
.ohp-platform-main {
	min-height: 70vh;
	padding-top: 120px;
	background: var(--ohp-v17-paper);
}

.ohp-platform-content {
	width: min(var(--ohp-v17-max), calc(100% - 48px));
	margin-inline: auto;
	padding: 55px 0 110px;
}

.ohp-page-title {
	max-width: 880px;
	margin-bottom: 52px;
}

.ohp-page-title h1,
.ohp-platform-content > h1,
.ohp-platform-content article > h1 {
	margin-bottom: 24px;
	color: var(--ohp-v17-navy);
	font-family: var(--ohp-v17-serif);
	font-size: clamp(3.4rem, 7vw, 6.6rem);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.94;
}

.ohp-page-body:not(.is-secure-application) {
	max-width: var(--ohp-v17-reading);
}

.ohp-page-body:not(.is-secure-application) a {
	color: var(--ohp-v17-jade-deep);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ohp-page-body:not(.is-secure-application) :where(h2, h3) {
	color: var(--ohp-v17-navy);
	font-family: var(--ohp-v17-serif);
	font-weight: 400;
}

.ohp-page-body:not(.is-secure-application) h2 {
	font-size: 2.4rem;
}

/* Footer */
.ohp-site-footer {
	padding: 78px max(24px, calc((100vw - var(--ohp-v17-max)) / 2)) 28px;
	color: white;
	background: #0e1d31;
}

.ohp-footer-grid {
	display: grid;
	grid-template-columns: 1.45fr 0.72fr 0.9fr 1fr;
	gap: clamp(36px, 6vw, 85px);
}

.ohp-footer-brand a {
	display: block;
	width: min(210px, 100%);
	padding: 6px;
	border-radius: 18px;
	background: white;
}

.ohp-footer-logo {
	width: 100%;
	height: auto;
	border-radius: 14px;
}

.ohp-footer-brand > p {
	margin: 24px 0 7px;
	color: var(--ohp-v17-gold-soft);
	font-family: var(--ohp-v17-serif);
	font-size: 1.25rem;
}

.ohp-footer-brand small {
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.7rem;
}

.ohp-footer-column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 9px;
}

.ohp-footer-column > span {
	margin-bottom: 12px;
	color: var(--ohp-v17-gold-soft);
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.ohp-footer-column a {
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.72rem;
	transition: color 180ms ease;
}

.ohp-footer-column a:hover {
	color: white;
}

.ohp-footer-contact a {
	overflow-wrap: anywhere;
}

.ohp-footer-contact p {
	margin-top: 14px;
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.67rem;
}

.ohp-footer-bottom {
	margin-top: 66px;
	padding-top: 22px;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ohp-footer-bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.38);
	font-size: 0.6rem;
	letter-spacing: 0.06em;
}

.ohp-floating-whatsapp {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 800;
	min-height: 50px;
	padding: 10px 17px 10px 12px;
	display: flex;
	align-items: center;
	gap: 9px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 999px;
	color: white;
	background: #166d45;
	box-shadow: 0 14px 34px rgba(10, 51, 32, 0.28);
	font-size: 0.68rem;
	font-weight: 600;
}

.ohp-floating-whatsapp:hover {
	color: white;
	background: #0f5a37;
}

.ohp-floating-whatsapp svg {
	width: 25px;
	height: 25px;
	fill: currentColor;
}

/* Motion */
.ohp-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ohp-reveal.is-visible {
	opacity: 1;
	transform: none;
}

/* Responsive */
@media (max-width: 1160px) {
	.ohp-site-header {
		grid-template-columns: 136px 1fr auto;
	}

	.ohp-desktop-nav {
		gap: 14px;
	}

	.ohp-desktop-nav > a,
	.ohp-nav-group > a {
		font-size: 0.66rem;
	}

	.ohp-header-cta {
		display: none;
	}

	.ohp-difference-grid,
	.ohp-journey-cards,
	.ohp-principle-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ohp-difference-grid article:nth-child(2) {
		border-right: 0;
	}

	.ohp-difference-grid article:nth-child(-n + 2) {
		border-bottom: 1px solid var(--ohp-v17-line);
	}

	.ohp-footer-grid {
		grid-template-columns: 1.2fr repeat(3, 1fr);
		gap: 35px;
	}
}

@media (max-width: 1020px) {
	.ohp-site-header {
		grid-template-columns: 1fr auto;
	}

	.ohp-desktop-nav {
		display: none;
	}

	.ohp-header-actions {
		justify-content: flex-end;
	}

	.ohp-header-cta,
	.ohp-menu-toggle {
		display: inline-flex;
	}

	.ohp-menu-toggle {
		display: grid;
	}

	.ohp-home-hero,
	.ohp-vault-highlight,
	.ohp-vault-story,
	.ohp-blessing-intro,
	.ohp-founder-story,
	.ohp-ceremony-story,
	.ohp-lineage-bridge {
		grid-template-columns: 1fr;
	}

	.ohp-home-hero-copy {
		min-height: 760px;
		padding-right: max(30px, calc((100vw - 760px) / 2));
		padding-left: max(30px, calc((100vw - 760px) / 2));
	}

	.ohp-home-hero-photo {
		min-height: 680px;
	}

	.ohp-vault-highlight-image,
	.ohp-vault-story-visual,
	.ohp-blessing-intro-photo,
	.ohp-founder-photo,
	.ohp-ceremony-photo,
	.ohp-lineage-bridge-image {
		min-height: 620px;
	}

	.ohp-vault-highlight-copy,
	.ohp-vault-story-copy,
	.ohp-blessing-intro-copy,
	.ohp-founder-copy,
	.ohp-ceremony-copy,
	.ohp-lineage-bridge-copy {
		padding: 90px max(30px, calc((100vw - 760px) / 2));
	}

	.ohp-member-band,
	.ohp-blessing-feature,
	.ohp-contact,
	.ohp-material-clarity,
	.ohp-meaning-record {
		grid-template-columns: 1fr;
	}

	.ohp-member-card {
		width: min(560px, 100%);
		transform: none;
	}

	.ohp-blessing-image {
		min-height: 650px;
	}

	.ohp-faq,
	.ohp-vault-actions {
		grid-template-columns: 1fr;
	}

	.ohp-faq-heading {
		max-width: 600px;
	}

	.ohp-six-grid,
	.ohp-security-grid,
	.ohp-service-grid,
	.ohp-curation-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ohp-curation-grid {
		gap: 16px;
	}

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

@media (max-width: 782px) {
	body.admin-bar .ohp-site-header,
	body.admin-bar .ohp-site-header.is-scrolled {
		top: 58px;
	}

	.ohp-inner-hero {
		min-height: 520px;
		padding-top: 170px;
	}

	.ohp-inner-hero > span {
		display: none;
	}
}

@media (max-width: 720px) {
	:root {
		--ohp-v17-radius: 20px;
	}

	body {
		font-size: 15px;
	}

	.ohp-site-header {
		top: 10px;
		width: calc(100% - 20px);
		height: 66px;
		padding: 5px 6px 5px 11px;
	}

	.ohp-site-header.is-scrolled {
		top: 6px;
		height: 62px;
	}

	.ohp-header-logo {
		width: 96px;
		height: 50px;
	}

	.ohp-header-cta {
		display: none;
	}

	.ohp-cart-link {
		width: 40px;
		height: 40px;
	}

	.ohp-menu-toggle {
		width: 42px;
		height: 42px;
	}

	.ohp-home-hero-copy {
		min-height: 700px;
		padding: 120px 24px 72px;
	}

	.ohp-hero-logo {
		width: 138px;
		margin-bottom: 24px;
	}

	.ohp-home-hero h1 {
		font-size: clamp(3.6rem, 17vw, 5.2rem);
	}

	.ohp-actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.ohp-hero-proof {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.ohp-home-hero-photo {
		min-height: 520px;
	}

	.ohp-home-hero-photo > span {
		display: none;
	}

	.ohp-statement {
		padding: 90px 24px;
	}

	.ohp-statement-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.ohp-vault-highlight-image,
	.ohp-vault-story-visual,
	.ohp-blessing-intro-photo,
	.ohp-founder-photo,
	.ohp-ceremony-photo,
	.ohp-lineage-bridge-image {
		min-height: 480px;
	}

	.ohp-vault-highlight-copy,
	.ohp-vault-story-copy,
	.ohp-blessing-intro-copy,
	.ohp-founder-copy,
	.ohp-ceremony-copy,
	.ohp-lineage-bridge-copy {
		padding: 76px 24px;
	}

	.ohp-difference-grid,
	.ohp-journey-cards,
	.ohp-principle-grid,
	.ohp-six-grid,
	.ohp-security-grid,
	.ohp-service-grid,
	.ohp-curation-grid,
	.ohp-standards-grid {
		grid-template-columns: 1fr;
	}

	.ohp-difference-grid article {
		min-height: 260px;
		border-right: 0;
		border-bottom: 1px solid var(--ohp-v17-line);
	}

	.ohp-difference-grid article:last-child {
		border-bottom: 0;
	}

	.ohp-difference-grid h3 {
		margin-top: 45px;
	}

	.ohp-verify-strip {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.ohp-verify-strip form {
		grid-template-columns: 1fr;
	}

	.ohp-journey-heading {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.ohp-journey-heading .ohp-kicker {
		grid-column: auto;
		margin-bottom: 0;
	}

	.ohp-journey-cards article {
		min-height: 310px;
	}

	.ohp-member-band,
	.ohp-blessing-feature,
	.ohp-faq,
	.ohp-contact,
	.ohp-vault-actions,
	.ohp-material-clarity,
	.ohp-meaning-record {
		padding-right: 24px;
		padding-left: 24px;
	}

	.ohp-member-points {
		grid-template-columns: 1fr;
	}

	.ohp-member-card {
		min-height: 340px;
		padding: 28px;
	}

	.ohp-member-card-head {
		gap: 12px;
	}

	.ohp-member-card-brand {
		gap: 10px;
	}

	.ohp-member-card-monogram {
		width: 38px;
		height: 38px;
		font-size: 0.78rem;
	}

	.ohp-member-card-brand p {
		font-size: 1rem;
	}

	.ohp-member-card-brand div > span {
		font-size: 0.5rem;
		letter-spacing: 0.12em;
	}

	.ohp-member-card-seal {
		width: 48px;
		height: 48px;
	}

	.ohp-member-card-title {
		margin-top: 42px;
	}

	.ohp-member-card-title > strong {
		font-size: clamp(2.15rem, 11vw, 2.8rem);
	}

	.ohp-member-card-details {
		gap: 12px;
		margin-top: 26px;
	}

	.ohp-member-card-details b {
		font-size: 0.62rem;
	}

	.ohp-member-card-foot {
		font-size: 0.42rem;
		letter-spacing: 0.12em;
	}

	.ohp-blessing-image {
		min-height: 480px;
		border-radius: 90px 4px 4px 4px;
	}

	.ohp-contact-form {
		grid-template-columns: 1fr;
	}

	.ohp-contact-form label:nth-last-of-type(1),
	.ohp-contact-form .ohp-primary-button {
		grid-column: auto;
	}

	.ohp-inner-hero {
		min-height: 500px;
		padding: 145px 24px 72px;
	}

	.ohp-inner-hero h1 {
		font-size: clamp(3.7rem, 17vw, 5.6rem);
	}

	.ohp-six-grid,
	.ohp-security-grid,
	.ohp-service-grid {
		border-left: 0;
	}

	.ohp-six-grid article,
	.ohp-security-grid article,
	.ohp-service-grid article {
		min-height: 240px;
		border-left: 1px solid var(--ohp-v17-line);
	}

	.ohp-vault-action-grid {
		grid-template-columns: 1fr;
	}

	.ohp-vault-process ol {
		grid-template-columns: 1fr;
		border-top: 0;
	}

	.ohp-vault-process li {
		padding: 14px 0 14px 28px;
		border-left: 1px solid var(--ohp-v17-line);
	}

	.ohp-vault-process li::before {
		top: 24px;
		left: -4px;
	}

	.ohp-vault-process li span {
		display: inline;
		margin-right: 12px;
	}

	.ohp-buying-note {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.ohp-curation-grid p {
		min-height: 0;
	}

	.ohp-record-card dl div {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}

	.ohp-record-card dd {
		text-align: left;
	}

	.ohp-founder-copy .ohp-large-copy {
		font-size: 1.25rem;
	}

	.ohp-platform-main {
		padding-top: 96px;
	}

	.ohp-platform-content {
		width: calc(100% - 32px);
		padding: 42px 0 78px;
	}

	.ohp-footer-grid {
		grid-template-columns: 1fr;
	}

	.ohp-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.ohp-floating-whatsapp span {
		display: none;
	}

	.ohp-floating-whatsapp {
		width: 52px;
		height: 52px;
		padding: 0;
		justify-content: center;
		border-radius: 50%;
	}
}

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

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	.ohp-reveal {
		opacity: 1;
		transform: none;
	}
}
