.fhp {
	--fhp-ac: #c0a062;
	--fhp-ac-dark: #a4874f;
	--fhp-ink: #14161a;
	--fhp-body: #3f4650;
	--fhp-soft: #767c86;
	--fhp-line: #e7e8ea;
	--fhp-tint: #faf8f4;
	--fhp-dark: #16181d;
	--fhp-max: 1200px;
	--fhp-serif: Georgia, 'Times New Roman', serif;
	--fhp-shape: 4 / 3;

	color: var(--fhp-body);
	font-size: 17px;
	line-height: 1.75;
	overflow-x: hidden;
}
.fhp *, .fhp *::before, .fhp *::after { box-sizing: border-box; }
.fhp-wrap { width: 100%; max-width: var(--fhp-max); margin-inline: auto; padding-inline: clamp(18px, 5vw, 40px); }

.fhp-hero {
	color: #fff;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	min-height: clamp(430px, 66vh, 660px);
	display: flex;
	align-items: center;
	padding: clamp(56px, 8vw, 96px) 0;
	background-repeat: no-repeat;
}

/* The handwritten line. The script faces are the ones already sitting on most
   machines; where none of them lands, italic Georgia carries the same tone
   rather than dropping to a block sans. */
.fhp-script {
	margin: 0 0 clamp(12px, 1.6vw, 18px);
	font-family: 'Snell Roundhand', 'Apple Chancery', 'Segoe Script', 'Brush Script MT', 'Lucida Handwriting', var(--fhp-serif);
	font-style: italic;
	font-weight: 400;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.2;
	color: var(--fhp-ac);
}

.fhp-h1 {
	margin: 0;
	max-width: 17ch;
	font-family: var(--fhp-serif); font-weight: 400;
	font-size: clamp(34px, 5.4vw, 62px);
	line-height: 1.12; letter-spacing: -.015em;
	color: #fff;
}

.fhp-hero-sub {
	margin: clamp(18px, 2.4vw, 26px) 0 0; max-width: 52ch;
	font-size: clamp(15px, 1.7vw, 17px); line-height: 1.8;
	color: rgba(255, 255, 255, .8);
}

.fhp-hero-act { margin: clamp(26px, 3.4vw, 38px) 0 0; }

/* Listing pages get the same dark band without the full-height stage. */
.fhp-hero-lite {
	min-height: 0;
	display: block;
	padding: clamp(40px, 6vw, 70px) 0 clamp(38px, 5vw, 60px);
}
.fhp-hero-lite .fhp-h1 { max-width: none; font-size: clamp(30px, 4.4vw, 48px); }
.fhp-hero-lite .fhp-rule { display: block; width: 52px; height: 2px; margin: 18px 0 0; background: var(--fhp-ac); }
.fhp-crumbs {
	display: flex; align-items: center; flex-wrap: wrap; gap: 9px;
	margin: 0 0 clamp(18px, 2.6vw, 26px);
	font-size: 13px;
	color: rgba(255, 255, 255, .55);
}
.fhp-crumbs a { color: rgba(255, 255, 255, .8); text-decoration: none; }
.fhp-crumbs a:hover { color: var(--fhp-ac); }
.fhp-crumbs [aria-current] { color: #fff; }

.fhp-hero-foot {
	display: flex; align-items: center; flex-wrap: wrap; gap: 12px 26px;
	margin-top: clamp(24px, 3vw, 34px);
	padding-top: clamp(20px, 2.6vw, 28px);
	border-top: 1px solid rgba(255, 255, 255, .16);
	max-width: 52ch;
}
.fhp-price em {
	display: block; font-style: normal;
	font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
	color: rgba(255, 255, 255, .55);
}
.fhp-price { margin: 0; }
.fhp-price strong { font-family: var(--fhp-serif); font-size: clamp(21px, 2.4vw, 26px); color: #fff; }
.fhp-price span { color: rgba(255, 255, 255, .6); font-size: 14px; }
.fhp-stars, .fhp-where { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--fhp-ac); }
.fhp-stars strong { font-size: 17px; color: #fff; }
.fhp-stars span, .fhp-where span { color: rgba(255, 255, 255, .68); font-size: 14px; }

.fhp-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	padding: 14px 30px;
	font-family: inherit;
	font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
	text-decoration: none;
	color: #fff !important;
	background: var(--fhp-ac) !important;
	background-image: none !important;
	border: 0; border-radius: 4px;
	cursor: pointer;
	transition: background .15s ease;
}
.fhp-btn:hover { background: var(--fhp-ac-dark) !important; color: #fff !important; }
.fhp-btn-sm { padding: 11px 22px; font-size: 11px; }
.fhp-btn-wide { width: 100%; }

.fhp-sec { padding: clamp(46px, 7vw, 84px) 0; }
.fhp-tone-light { background: #fff; }
.fhp-tone-tint { background: var(--fhp-tint); }
.fhp-tone-dark { background: var(--fhp-dark); color: rgba(255, 255, 255, .78); }
.fhp-tone-tint, .fhp-tone-dark { width: 100vw; margin-left: calc(50% - 50vw); }
.fhp-tone-tint > .fhp-wrap, .fhp-tone-dark > .fhp-wrap { margin-inline: auto; }

.fhp-head { text-align: center; max-width: 660px; margin: 0 auto clamp(28px, 4vw, 46px); }
.fhp-head-left { text-align: left; margin-inline: 0; }
.fhp-eyebrow {
	margin: 0 0 12px;
	font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
	color: var(--fhp-ac);
}
.fhp-h2 {
	margin: 0;
	font-family: var(--fhp-serif); font-weight: 700;
	font-size: clamp(24px, 3.2vw, 36px);
	line-height: 1.2; letter-spacing: -.012em;
	color: var(--fhp-ink);
}
.fhp-tone-dark .fhp-h2 { color: #fff; }
.fhp-head-rule { display: block; width: 52px; height: 2px; margin: 18px auto 0; background: var(--fhp-ac); }
.fhp-head-left .fhp-head-rule { margin-inline: 0; }

.fhp-embed > *:last-child { margin-bottom: 0; }

/* Facilities cards ------------------------------------------------------- */

.fhp-facilities-intro {
	max-width: 60ch;
	margin: -14px auto clamp(28px, 4vw, 42px);
	text-align: center;
	font-size: 16px;
	line-height: 1.75;
	color: var(--fhp-soft);
}
.fhp-tone-dark .fhp-facilities-intro { color: rgba(255, 255, 255, .68); }

.fhp-facilities {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(14px, 1.8vw, 22px);
}
.fhp-facility {
	position: relative;
	padding: clamp(28px, 3.2vw, 40px) clamp(18px, 2vw, 26px);
	text-align: center;
	background-color: #fff;
	/* The faint crosshatch keeps a card from reading as an empty white box
	   without adding another colour to the palette. */
	background-image:
		repeating-linear-gradient(45deg, rgba(20, 22, 26, .028) 0 1px, transparent 1px 15px),
		repeating-linear-gradient(-45deg, rgba(20, 22, 26, .028) 0 1px, transparent 1px 15px);
	border: 1px solid var(--fhp-line);
	border-radius: 4px;
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.fhp-facility:hover {
	border-color: var(--fhp-ac);
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(20, 22, 26, .07);
}
.fhp-facility-ic {
	display: block;
	margin-bottom: 18px;
	line-height: 0;
	color: var(--fhp-ac);
}
.fhp-facility-ic svg { display: inline-block; }
.fhp-facility h3 {
	margin: 0 0 12px;
	font-family: var(--fhp-serif);
	font-weight: 400;
	font-size: clamp(17px, 1.9vw, 20px);
	line-height: 1.3;
	color: var(--fhp-ac);
}
.fhp-facility p {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
	color: var(--fhp-soft);
}

.fhp-tone-tint .fhp-facility { background-color: #fff; }
.fhp-tone-dark .fhp-facility {
	background-color: rgba(255, 255, 255, .04);
	background-image:
		repeating-linear-gradient(45deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 15px),
		repeating-linear-gradient(-45deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 15px);
	border-color: rgba(255, 255, 255, .14);
}
.fhp-tone-dark .fhp-facility:hover { border-color: var(--fhp-ac); box-shadow: none; }
.fhp-tone-dark .fhp-facility p { color: rgba(255, 255, 255, .68); }

@media (max-width: 1024px) {
	.fhp-facilities { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
	.fhp-facilities { grid-template-columns: minmax(0, 1fr); }
	.fhp-facility { padding: 26px 20px; }
}

.fhp-shots {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(10px, 1.5vw, 18px);
}
.fhp-shot {
	position: relative;
	display: block; width: 100%; padding: 0; margin: 0;
	aspect-ratio: var(--fhp-shape);
	overflow: hidden;
	background: var(--fhp-tint);
	border: 0; border-radius: 4px;
	cursor: zoom-in; line-height: 0;
}
.fhp-shot img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.fhp-shot:hover img { transform: scale(1.04); }
.fhp-shot::after {
	content: ''; position: absolute; inset: 0; pointer-events: none;
	background: linear-gradient(to top, rgba(20, 22, 26, .6), rgba(20, 22, 26, 0) 55%);
	opacity: 0; transition: opacity .25s ease;
}
.fhp-shot:hover::after, .fhp-shot:focus-visible::after { opacity: 1; }
.fhp-shot-cap {
	position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
	padding: 14px 16px;
	font-size: 12px; line-height: 1.5; text-align: left; color: #fff;
	opacity: 0; transform: translateY(6px);
	transition: opacity .25s ease, transform .25s ease;
	pointer-events: none;
}
.fhp-shot:hover .fhp-shot-cap, .fhp-shot:focus-visible .fhp-shot-cap { opacity: 1; transform: none; }

.fhp-faq { max-width: 780px; margin-inline: auto; }
.fhp-faq details { border-bottom: 1px solid var(--fhp-line); }
.fhp-faq summary {
	display: flex; align-items: flex-start; justify-content: space-between; gap: 18px;
	padding: 19px 0;
	font-family: var(--fhp-serif); font-size: 18px; font-weight: 700; line-height: 1.4;
	color: var(--fhp-ink); cursor: pointer; list-style: none;
}
.fhp-faq summary::-webkit-details-marker { display: none; }
.fhp-faq summary::after { content: '+'; flex: 0 0 auto; font-family: inherit; font-size: 22px; font-weight: 400; color: var(--fhp-ac); }
.fhp-faq details[open] summary::after { content: '\2212'; }
.fhp-faq details > div { padding: 0 0 20px; font-size: 16px; line-height: 1.78; }
.fhp-tone-dark .fhp-faq summary { color: #fff; }
.fhp-tone-dark .fhp-faq details { border-color: rgba(255, 255, 255, .16); }

.fhp-cta { text-align: center; max-width: 620px; margin-inline: auto; }
.fhp-cta p { margin: 0 0 26px; font-size: 16px; line-height: 1.75; }
.fhp-cta-buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin: 0; }

.fhp-split { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 56px); align-items: start; }
.fhp-plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 14px; }
.fhp-plan {
	padding: 22px;
	background: #fff;
	border: 1px solid var(--fhp-line);
	border-radius: 6px;
	transition: border-color .15s ease, transform .15s ease;
}
.fhp-plan:hover { border-color: var(--fhp-ac); transform: translateY(-2px); }
.fhp-plan h3 { margin: 0 0 6px; font-family: var(--fhp-serif); font-size: 19px; font-weight: 700; color: var(--fhp-ink); }
.fhp-plan-note { margin: 0 0 14px; font-size: 13px; color: var(--fhp-soft); line-height: 1.5; }
.fhp-plan-price { margin: 0; }
.fhp-plan-price strong { font-family: var(--fhp-serif); font-size: 24px; color: var(--fhp-ac); }
.fhp-plan-price span { font-size: 13px; color: var(--fhp-soft); }

.fhp-terms-h {
	margin: clamp(30px, 4vw, 42px) 0 16px;
	font-family: var(--fhp-serif); font-size: 20px; font-weight: 700; color: var(--fhp-ink);
}
.fhp-terms {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 14px;
	margin: 0;
}
.fhp-term {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: start;
	column-gap: 14px;
	padding: 18px 20px;
	background: #fff;
	border: 1px solid var(--fhp-line);
	border-radius: 6px;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.fhp-term:hover { border-color: #ddd3bd; box-shadow: 0 6px 20px rgba(20, 22, 26, .06); }
.fhp-term-ic {
	grid-row: 1 / 3;
	width: 44px; height: 44px;
	display: grid; place-items: center;
	color: var(--fhp-ac);
	background: var(--fhp-tint);
	border-radius: 50%;
}
.fhp-terms dt {
	align-self: center;
	font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
	color: var(--fhp-soft);
}
.fhp-terms dd { margin: 3px 0 0; font-size: 15px; line-height: 1.5; color: var(--fhp-ink); }

/* The rating and the area under the hero carry a link when one is set. */
.fhp-hero-link {
	display: inline-flex; align-items: center; gap: 8px;
	color: inherit; text-decoration: none;
	border-bottom: 1px solid transparent;
}
.fhp-hero-link:hover { border-bottom-color: rgba(255, 255, 255, .45); }

.fhp-form-card { padding: clamp(22px, 3vw, 30px); background: var(--fhp-tint); border: 1px solid #efece4; border-radius: 6px; }
.fhp-form-card h3 { margin: 0 0 6px; font-family: var(--fhp-serif); font-size: 21px; font-weight: 700; color: var(--fhp-ink); }
.fhp-form-note { margin: 0 0 20px; font-size: 14px; color: var(--fhp-soft); line-height: 1.6; }
.fhp-field { margin: 0 0 14px; }
.fhp-field label {
	display: block; margin: 0 0 6px;
	font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
	color: var(--fhp-soft);
}
.fhp-field input, .fhp-field select, .fhp-field textarea {
	width: 100%; padding: 11px 14px;
	font-family: inherit; font-size: 15px; line-height: 1.5; color: var(--fhp-ink);
	background: #fff; border: 1px solid var(--fhp-line); border-radius: 8px;
	transition: border-color .15s ease, box-shadow .15s ease;
}
.fhp-field textarea { resize: vertical; }
.fhp-field input:focus, .fhp-field select:focus, .fhp-field textarea:focus {
	outline: none; border-color: var(--fhp-ac); box-shadow: 0 0 0 3px rgba(192, 160, 98, .18);
}
.fhp-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.fhp-note { padding: 12px 16px; border-radius: 8px; margin: 0 0 18px; font-size: 14px; line-height: 1.6; }
.fhp-note-ok { background: #edf7f0; color: #1a6b3c; border: 1px solid #cfe9d9; }
.fhp-note-bad { background: #fdeeee; color: #9a2b2b; border: 1px solid #f3d2d2; }

.fhp-whats {
	display: flex; align-items: center; justify-content: center; gap: 9px;
	margin-top: 12px; padding: 12px;
	font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
	color: var(--fhp-ink); text-decoration: none;
	border: 1px solid var(--fhp-line); border-radius: 4px; background: #fff;
	transition: border-color .15s ease, color .15s ease;
}
.fhp-whats:hover { color: #128c7e; border-color: #128c7e; }

.fhp-facs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px 30px;
	margin: 0; padding: 0; list-style: none;
}
.fhp-facs li { display: flex; align-items: center; gap: 13px; font-size: 15px; }
.fhp-fac-ic { flex: 0 0 auto; color: var(--fhp-ac); line-height: 0; }

.fhp-rules { margin-top: clamp(32px, 5vw, 48px); padding-top: 28px; border-top: 1px solid #e8e2d4; }
.fhp-rules h3 { margin: 0 0 14px; font-family: var(--fhp-serif); font-size: 20px; font-weight: 700; color: var(--fhp-ink); }
.fhp-rules ul { margin: 0; padding: 0; list-style: none; columns: 2; column-gap: 34px; }
.fhp-rules li { position: relative; margin-bottom: 9px; padding-left: 24px; font-size: 15px; break-inside: avoid; }
.fhp-rules li::before { content: ''; position: absolute; left: 0; top: .78em; width: 12px; height: 2px; background: var(--fhp-ac); }

.fhp-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: clamp(20px, 3vw, 30px); align-items: stretch; }
.fhp-card {
	display: flex; flex-direction: column;
	background: #fff; border: 1px solid var(--fhp-line); border-radius: 6px; overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.fhp-card:hover { transform: translateY(-3px); border-color: #ddd8cc; box-shadow: 0 18px 36px -22px rgba(20, 22, 26, .45); }
.fhp-card-media { display: block; overflow: hidden; }
.fhp-card-media img, .fhp-card-blank { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .5s ease; }
.fhp-card:hover .fhp-card-media img { transform: scale(1.04); }
.fhp-card-blank { background: linear-gradient(140deg, rgba(192, 160, 98, .2), var(--fhp-tint)); }
.fhp-card-body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 22px; }
.fhp-card-stars { display: flex; align-items: center; gap: 6px; margin: 0 0 8px; color: var(--fhp-ac); font-size: 13px; }
.fhp-card-stars strong { color: var(--fhp-ink); }
.fhp-card-title { margin: 0 0 8px; font-family: var(--fhp-serif); font-size: 20px; font-weight: 700; line-height: 1.3; }
.fhp-card-title a { color: var(--fhp-ink); text-decoration: none; }
.fhp-card-title a:hover { color: var(--fhp-ac); }
.fhp-card-area { display: flex; align-items: center; gap: 7px; margin: 0 0 14px; font-size: 14px; color: var(--fhp-soft); }
.fhp-card-area svg { color: var(--fhp-ac); }
.fhp-card-facs { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 16px; }
.fhp-card-facs span { padding: 5px 11px; font-size: 11px; font-weight: 600; color: var(--fhp-soft); border: 1px solid var(--fhp-line); border-radius: 999px; }
.fhp-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-top: auto; }
.fhp-card-price { margin: 0; }
.fhp-card-price strong { font-family: var(--fhp-serif); font-size: 21px; color: var(--fhp-ink); }
.fhp-card-price span { font-size: 13px; color: var(--fhp-soft); }

.fhp-pages { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: clamp(34px, 5vw, 52px); }
.fhp-pages .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 42px; height: 42px; padding: 0 13px;
	font-size: 14px; font-weight: 700; color: var(--fhp-body); text-decoration: none;
	background: #fff; border: 1px solid var(--fhp-line); border-radius: 4px;
}
.fhp-pages .page-numbers:hover { border-color: var(--fhp-ac); color: var(--fhp-ink); }
.fhp-pages .page-numbers.current { color: #fff; background: var(--fhp-ac); border-color: var(--fhp-ac); }
.fhp-empty { text-align: center; padding: 60px 20px; color: var(--fhp-soft); background: var(--fhp-tint); border-radius: 6px; }

.fhp-box {
	position: fixed; inset: 0; z-index: 2147483000;
	display: none; align-items: center; justify-content: center;
	padding: clamp(16px, 4vw, 48px);
	background: rgba(12, 13, 16, .94);
}
.fhp-box.open { display: flex; }
.fhp-box img {
	position: relative; z-index: 1;
	max-width: min(100%, 1100px); max-height: 80vh;
	display: block; object-fit: contain; border-radius: 4px;
}
.fhp-box button {
	position: absolute; z-index: 20;
	pointer-events: auto;
	display: flex; align-items: center; justify-content: center;
	width: 52px; height: 52px; padding: 0;
	color: #fff; background: rgba(38, 40, 46, .9);
	border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%;
	cursor: pointer;
	transition: background .15s ease;
}
.fhp-box button:hover { background: var(--fhp-ac); border-color: var(--fhp-ac); }
.fhp-box button svg { pointer-events: none; }
.fhp-box button[hidden] { display: none !important; }
.fhp-shut { top: clamp(14px, 3vw, 26px); right: clamp(14px, 3vw, 26px); }
.fhp-prev { left: clamp(10px, 2.5vw, 26px); top: 50%; transform: translateY(-50%); }
.fhp-next { right: clamp(10px, 2.5vw, 26px); top: 50%; transform: translateY(-50%); }
.fhp-box-cap {
	position: absolute; z-index: 2; left: 0; right: 0; bottom: clamp(14px, 3vw, 26px);
	padding-inline: 90px; pointer-events: none; text-align: center;
	font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, .74);
}
.fhp-tally {
	position: absolute; z-index: 2; pointer-events: none;
	top: clamp(18px, 3vw, 30px); left: clamp(18px, 3vw, 30px);
	font-size: 13px; font-weight: 700; letter-spacing: .1em;
	color: rgba(255, 255, 255, .6); font-variant-numeric: tabular-nums;
}

.fhp a:focus-visible, .fhp button:focus-visible { outline: 2px solid var(--fhp-ac); outline-offset: 3px; }

@media (max-width: 900px) {
	.fhp-split { grid-template-columns: minmax(0, 1fr); }
	.fhp-shots { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
	.fhp { font-size: 16px; }
	.fhp-shots { grid-template-columns: minmax(0, 1fr); }
	.fhp-shot-cap { opacity: 1; transform: none; }
	.fhp-shot::after { opacity: 1; }
	.fhp-rules ul { columns: 1; }
	.fhp-cards { grid-template-columns: minmax(0, 1fr); }
	.fhp-btn { width: 100%; }
	.fhp-hero-foot .fhp-btn { width: auto; }
	.fhp-box-cap { padding-inline: 20px; }
	.fhp-prev, .fhp-next { top: auto; bottom: 18px; transform: none; width: 46px; height: 46px; }
}


/* The enquiry popup. It is moved to the end of the body when the page loads,
   so it carries its own colours rather than inheriting them from .fhp. */
.fhp-modal {
	--fhp-ac: #c0a062;
	--fhp-ink: #14161a;
	--fhp-body: #3f4650;
	--fhp-soft: #767c86;
	--fhp-tint: #faf8f4;
	--fhp-serif: Georgia, 'Times New Roman', serif;

	position: fixed; inset: 0; z-index: 100000;
	display: none;
	align-items: center; justify-content: center;
	padding: clamp(14px, 4vw, 40px);
	color: var(--fhp-body);
	font-size: 16px; line-height: 1.7;
}
.fhp-modal.open { display: flex; }
.fhp-modal *, .fhp-modal *::before, .fhp-modal *::after { box-sizing: border-box; }
.fhp-modal-veil { position: absolute; inset: 0; background: rgba(16, 18, 22, .68); }

.fhp-modal-card {
	position: relative;
	width: 100%; max-width: 460px;
	max-height: 90vh; overflow-y: auto;
	padding: clamp(24px, 4vw, 34px);
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 30px 70px rgba(0, 0, 0, .3);
	animation: fhp-rise .22s ease-out;
}
@keyframes fhp-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.fhp-modal-card h3 {
	margin: 0 0 6px; padding-right: 34px;
	font-family: var(--fhp-serif); font-size: 23px; font-weight: 700; color: var(--fhp-ink);
}
.fhp-modal-card .fhp-form-note { margin: 0 0 20px; font-size: 14px; color: var(--fhp-soft); line-height: 1.6; }

.fhp-modal-shut {
	position: absolute; top: 12px; right: 12px;
	width: 34px; height: 34px;
	display: grid; place-items: center;
	background: transparent; border: 0; border-radius: 50%;
	color: var(--fhp-soft); cursor: pointer;
}
.fhp-modal-shut:hover { background: var(--fhp-tint); color: var(--fhp-ink); }
.fhp-modal-shut svg { pointer-events: none; }

/* The fields and the button inside the popup are the same ones the page card
   uses, so they only need the shared rules repeated outside .fhp. */
.fhp-modal .fhp-field { margin: 0 0 14px; }
.fhp-modal .fhp-field label {
	display: block; margin: 0 0 6px;
	font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
	color: var(--fhp-soft);
}
.fhp-modal .fhp-field input, .fhp-modal .fhp-field select, .fhp-modal .fhp-field textarea {
	width: 100%; padding: 12px 14px;
	font: inherit; font-size: 15px; color: var(--fhp-ink);
	background: #fff; border: 1px solid #e2ddd2; border-radius: 4px;
}
.fhp-modal .fhp-field textarea { resize: vertical; }
.fhp-modal .fhp-field input:focus, .fhp-modal .fhp-field select:focus, .fhp-modal .fhp-field textarea:focus {
	outline: none; border-color: var(--fhp-ac); box-shadow: 0 0 0 3px rgba(192, 160, 98, .16);
}
.fhp-modal .fhp-note { padding: 12px 16px; border-radius: 8px; margin: 0 0 18px; font-size: 14px; line-height: 1.6; }
.fhp-modal .fhp-note-ok { background: #edf7f0; color: #1a6b3c; border: 1px solid #cfe9d9; }
.fhp-modal .fhp-note-bad { background: #fdeeee; color: #9a2b2b; border: 1px solid #f3d2d2; }
.fhp-modal .fhp-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	padding: 15px 26px;
	font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; text-decoration: none;
	color: #fff; background: var(--fhp-ac); border: 0; border-radius: 3px; cursor: pointer;
}
.fhp-modal .fhp-btn:hover { background: #a4874f; }
.fhp-modal .fhp-btn[disabled] { opacity: .6; cursor: default; }
.fhp-modal .fhp-btn-wide { width: 100%; }
.fhp-modal .fhp-whats {
	display: inline-flex; align-items: center; gap: 8px;
	margin-top: 14px; padding: 10px 16px;
	font-size: 14px; text-decoration: none;
	color: #25d366; border: 1px solid #25d366; border-radius: 4px;
}
.fhp-modal .fhp-whats:hover { color: #128c7e; border-color: #128c7e; }
.fhp-modal .fhp-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
	.fhp *, .fhp-box *, .fhp-modal * { transition: none !important; animation: none !important; }
}

.fhp-hero { position: relative; overflow: hidden; }
.fhp-hero > .fhp-wrap { position: relative; z-index: 3; }
.fhp-veil { position: absolute; inset: 0; z-index: 2; }

.fhp-slides { position: absolute; inset: 0; z-index: 1; }
.fhp-slide {
	position: absolute; inset: 0; margin: 0;
	opacity: 0;
	transition: opacity 1.1s ease;
}
.fhp-slide.on { opacity: 1; }
.fhp-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }

.fhp-dots {
	position: absolute; z-index: 4; left: 50%; bottom: 18px;
	transform: translateX(-50%);
	display: flex; gap: 9px;
}
.fhp-dots button {
	width: 9px; height: 9px; padding: 0;
	background: rgba(255, 255, 255, .45);
	border: 0; border-radius: 50%;
	cursor: pointer;
	transition: background .2s ease, width .2s ease;
}
.fhp-dots button.on { width: 26px; border-radius: 999px; background: var(--fhp-ac); }

.fhp-video { position: absolute; inset: 0; z-index: 1; }
.fhp-video video { width: 100%; height: 100%; object-fit: cover; display: block; }

.fhp-about {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(30px, 5vw, 70px);
	align-items: center;
}
.fhp-about-solo { grid-template-columns: minmax(0, 1fr); max-width: 760px; margin-inline: auto; }

.fhp-mosaic {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	gap: clamp(10px, 1.6vw, 18px);
	align-items: start;
}
.fhp-mosaic-col { display: grid; gap: clamp(10px, 1.6vw, 18px); }
.fhp-mosaic figure { margin: 0; overflow: hidden; border-radius: 4px; }
.fhp-mosaic-col img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.fhp-mosaic-tall { align-self: stretch; }
.fhp-mosaic-tall img { display: block; width: 100%; height: 100%; aspect-ratio: 3 / 4.3; object-fit: cover; }

.fhp-eyebrow-dash { display: flex; align-items: center; gap: 12px; letter-spacing: .1em; }
.fhp-eyebrow-dash::before { content: ''; width: 26px; height: 2px; background: currentColor; flex: 0 0 auto; }

.fhp-about-h {
	margin: 0 0 20px;
	font-family: var(--fhp-serif); font-weight: 700;
	font-size: clamp(28px, 4vw, 46px);
	line-height: 1.14; letter-spacing: -.02em;
	color: var(--fhp-ink);
}
.fhp-about-h em { font-style: italic; font-weight: 400; }
.fhp-tone-dark .fhp-about-h { color: #fff; }

.fhp-about-text { margin: 0 0 26px; max-width: 46ch; font-size: 16px; line-height: 1.8; }

.fhp-about-list { margin: 0 0 30px; padding-left: clamp(18px, 2.5vw, 28px); border-left: 1px solid var(--fhp-line); }
.fhp-about-list ul { margin: 0; padding: 0; list-style: none; }
.fhp-about-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 13px; font-size: 15px; line-height: 1.6; }
.fhp-about-list li:last-child { margin-bottom: 0; }
.fhp-diamond {
	flex: 0 0 auto; margin-top: .55em;
	width: 7px; height: 7px;
	background: var(--fhp-ac);
	transform: rotate(45deg);
}
.fhp-tone-dark .fhp-about-list { border-color: rgba(255, 255, 255, .18); }

.fhp-about-foot { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 34px; }
.fhp-btn-round { padding: 8px 8px 8px 26px; border-radius: 999px; gap: 16px; }
.fhp-btn-dot {
	display: inline-flex; align-items: center; justify-content: center;
	width: 38px; height: 38px;
	color: var(--fhp-ac); background: #fff;
	border-radius: 50%;
}
.fhp-btn-round:hover .fhp-btn-dot { color: var(--fhp-ac-dark); }

.fhp-signer { display: flex; align-items: center; gap: 14px; }
.fhp-sign { display: block; width: auto; max-width: 92px; height: auto; max-height: 44px; opacity: .85; }
.fhp-signer strong { display: block; font-size: 15px; color: var(--fhp-ink); }
.fhp-signer span { font-size: 13px; color: var(--fhp-soft); }
.fhp-tone-dark .fhp-signer strong { color: #fff; }

@media (max-width: 900px) {
	.fhp-about { grid-template-columns: minmax(0, 1fr); }
	.fhp-mosaic { order: -1; }
}

@media (max-width: 600px) {
	.fhp-mosaic { grid-template-columns: minmax(0, 1fr); }
	.fhp-mosaic-tall img { aspect-ratio: 4 / 3; }
	.fhp-about-foot { flex-direction: column; align-items: flex-start; }
	.fhp-btn-round { width: auto; }
}
