/* ==========================================================================
   Spainbase

   This is Resetyl's composition, rebuilt for WordPress and warmed for a
   family audience. The structure is deliberately the same: a full-height
   photographic hero with the copy pinned to its bottom left, a sand trust
   strip beneath it, then full-bleed alternating bands rather than floating
   cards, a terracotta quote band, and a footer that reprises the hero.

   Warmed where it counts: a softer cream, a heavier serif weight so the
   headings read family rather than luxury, and photographs framed rather
   than bled.
   ========================================================================== */

:root {
	--cream:      #FAF8F3;
	--sand-50:    #FAF8F3;
	--sand-100:   #F3EFE4;
	--sand-200:   #E6DDC8;
	--paper:      #FFFFFF;

	--ink:        #2C2622;
	--ink-soft:   #57504A;
	--ink-faint:  #857C74;

	--terracotta: #E86C4A;
	--terracotta-600: #D44F2D;
	--terracotta-700: #B03B22;
	--olive:      #8D9A4F;
	--olive-700:  #545D2D;

	--rule:       #E6DDC8;

	--wrap:       1180px;
	--wrap-wide:  1320px;
}

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

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: Inter, system-ui, sans-serif;
	font-size: 17px;
	line-height: 1.7;
	text-wrap: pretty;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, blockquote, figcaption, .eyebrow { text-wrap: balance; }

h1, h2, h3, h4 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: -0.02em;
	margin: 0;
}
h1 { font-size: clamp(3rem, 6.6vw, 5.6rem); }
h2 { font-size: clamp(2.2rem, 4.2vw, 3.6rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.wrap-wide { max-width: var(--wrap-wide); margin: 0 auto; padding: 0 24px; }

/* Resetyl sets its eyebrows in tracked caps, so Spainbase mirrors its parent
   rather than importing a different label convention. */
.eyebrow {
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: var(--terracotta-700);
	margin: 0 0 18px;
}
.eyebrow.on-dark { color: #E8D9CD; }

.lede { font-size: clamp(1.05rem, 1.4vw, 1.2rem); line-height: 1.7; color: var(--ink-soft); max-width: 60ch; }

/* -------------------------------------------------------------- buttons */

.btn {
	display: inline-flex; align-items: center; gap: 10px;
	padding: 16px 34px; border-radius: 999px;
	font-weight: 500; font-size: 1.05rem; text-decoration: none;
	border: 2px solid transparent; cursor: pointer;
	transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.btn-primary { background: var(--terracotta); color: #fff; }
.btn-primary:hover { background: var(--terracotta-600); }
.btn-ghost { border-color: var(--ink); color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-ghost.on-dark { border-color: #FFFFFF; color: #fff; }
.btn-ghost.on-dark:hover { background: #fff; color: var(--ink); }

/* ----------------------------------------------------------------- nav */

.site-nav {
	position: absolute; top: 26px; left: 26px; right: 26px; z-index: 40;
	display: flex; align-items: center; gap: 26px;
	padding: 12px 14px 12px 24px; border-radius: 999px;
	transition: background-color 0.25s, box-shadow 0.25s;
}
.site-nav.is-stuck {
	position: fixed; background: var(--paper);
	box-shadow: 0 10px 34px -22px rgba(44, 38, 34, 0.5);
}
.brand {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.1rem, 2.9vw, 2.8rem);
	font-weight: 600; letter-spacing: -0.02em; line-height: 1;
	text-decoration: none; color: #fff; transition: font-size 0.25s, color 0.25s;
}
.site-nav.is-stuck .brand, .site-nav.on-light .brand { color: var(--ink); }
.site-nav.is-stuck .brand { font-size: 1.7rem; }
.brand .dot { color: var(--terracotta); }

.nav-links { display: flex; gap: 28px; margin-left: auto; list-style: none; padding: 0; }
.nav-links a { text-decoration: none; font-size: 0.95rem; color: #F2E9E2; transition: color 0.2s; }
.site-nav.is-stuck .nav-links a, .site-nav.on-light .nav-links a { color: var(--ink-soft); }
.nav-links a:hover { color: var(--terracotta); }
.nav-cta { margin-left: 4px; padding: 12px 26px; font-size: 0.95rem; }
.nav-toggle { display: none; }

/* ---------------------------------------------------------------- hero */

.hero {
	position: relative; min-height: 100vh;
	display: flex; align-items: flex-end; overflow: hidden; background: var(--ink);
}
.hero-media { position: absolute; inset: 0; }
.hero-media img, .hero-media video { width: 100%; height: 100%; object-fit: cover; }
.hero-media video { position: absolute; inset: 0; opacity: 0; transition: opacity 1s linear; }
.hero-media video.is-on { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .hero-media video { display: none; } }

/* Weighted to the left, where every line of copy sits, then up from the
   bottom so the type never floats on bright footage. */
.hero-scrim {
	position: absolute; inset: 0; z-index: 2;
	background:
		linear-gradient(90deg, rgba(24, 17, 12, 0.86) 0%, rgba(24, 17, 12, 0.62) 32%, rgba(24, 17, 12, 0.14) 62%, rgba(24, 17, 12, 0.04) 100%),
		linear-gradient(0deg, rgba(24, 17, 12, 0.62) 0%, rgba(24, 17, 12, 0.10) 42%, rgba(24, 17, 12, 0.30) 100%);
}
.hero-inner {
	position: relative; z-index: 10; width: 100%;
	max-width: 1280px;
	padding: 0 24px 110px clamp(32px, 7vw, 96px);
}
.hero .eyebrow { color: #E3D3C6; }
.hero h1 { color: #fff; max-width: 21ch; }
.hero h1 .accent { font-style: italic; font-weight: 400; }
.hero .lede { color: #EFE3D8; margin-top: 26px; max-width: 34rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 36px; }
.hero-note { margin-top: 20px; font-size: 0.9rem; color: #D8C9BC; }

/* The cue sits on the seam, aligned to the hero copy's own left edge. */
.straddle { position: relative; height: 0; z-index: 6; }
.straddle .scroll-circle {
	position: absolute; top: 0; transform: translateY(-50%); z-index: 7;
	left: clamp(32px, 7vw, 96px);
	width: 92px; height: 92px; border-radius: 50%;
	background: var(--terracotta); border: 3px solid var(--paper);
	box-shadow: 0 18px 40px -16px rgba(24, 17, 12, 0.6);
	display: flex; align-items: center; justify-content: center;
	transition: background-color 0.2s;
	animation: sb-nudge 2.6s ease-in-out infinite;
}
.straddle .scroll-circle:hover { background: var(--terracotta-600); animation-play-state: paused; }
.sc-arrow {
	width: 20px; height: 20px;
	border-right: 4px solid #fff; border-bottom: 4px solid #fff;
	transform: rotate(45deg); position: relative; top: -5px;
}
@keyframes sb-nudge {
	0%, 72%, 100% { transform: translateY(-50%); }
	82%           { transform: translateY(-36%); }
}
@media (prefers-reduced-motion: reduce) { .straddle .scroll-circle { animation: none; } }

/* ------------------------------------------------------- trust strip */

.trustbar { background: var(--sand-100); border-top: 1px solid var(--sand-200); border-bottom: 1px solid var(--sand-200); }
.trustbar ul {
	display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
	gap: 14px 40px; margin: 0; padding: 20px 24px; list-style: none;
	max-width: 1080px; margin-inline: auto;
}
.trustbar li { display: flex; align-items: center; gap: 10px; font-size: 0.92rem; color: var(--ink-soft); }
.trustbar .tick { width: 7px; height: 7px; border-radius: 50%; background: var(--terracotta); flex: none; }

/* ------------------------------------------------- full bleed bands */

.band { padding: clamp(72px, 9vw, 132px) 0; }
.band-white { background: var(--paper); }
.band-cream { background: var(--cream); }
.band-sand  { background: var(--sand-100); }
.band-ink   { background: var(--ink); color: #EFE7DF; }
.band-ink h2, .band-ink h3 { color: #fff; }
.band-ink .lede { color: #CFC5BB; }
.band-tight { padding: clamp(52px, 6vw, 88px) 0; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(38px, 6vw, 88px); align-items: center; }
.split.narrow-left  { grid-template-columns: 5fr 6fr; }
.split.narrow-right { grid-template-columns: 6fr 5fr; }
.split + .split { margin-top: clamp(56px, 7vw, 104px); }

.shot { border-radius: 4px; overflow: hidden; box-shadow: 0 30px 70px -40px rgba(44, 38, 34, 0.55); }
.shot img { width: 100%; }
.shot figcaption { padding: 14px 18px; background: var(--sand-100); font-size: 0.9rem; color: var(--ink-soft); }

/* ------------------------------------------------------------- steps */

.steps { display: grid; gap: 0; margin-top: 46px; border-top: 1px solid var(--rule); }
.step {
	display: grid; grid-template-columns: 88px 1fr; gap: 26px;
	padding: 32px 0; border-bottom: 1px solid var(--rule); align-items: start;
}
.band-ink .steps, .band-ink .step { border-color: #453D36; }
.step-n {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2.6rem; line-height: 1; color: var(--terracotta);
}
.step h3 { margin-bottom: 8px; }
.step p { color: var(--ink-soft); margin: 0; }
.band-ink .step p { color: #BFB5AC; }

/* --------------------------------------------------------- the index */

.resource-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 0; margin-top: 48px; border-top: 1px solid var(--rule); }
.resource {
	display: block; text-decoration: none; padding: 32px 30px 34px 0;
	border-bottom: 1px solid var(--rule); transition: background-color 0.18s;
}
.resource:hover { background: var(--sand-100); }
.resource .r-kicker { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.6rem; color: var(--terracotta); display: block; margin-bottom: 10px; }
.resource h3 { font-size: 1.3rem; }
.resource p { color: var(--ink-soft); margin-top: 8px; font-size: 0.97rem; }

.figures { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 34px; margin-top: 46px; }
.figure .n { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.8rem, 4.4vw, 4rem); line-height: 1; color: var(--terracotta); }
.figure .l { margin-top: 10px; color: #E4DBD2; }
.figure .s { margin-top: 5px; font-size: 0.87rem; color: #A99E94; }

/* --------------------------------------------------------- the quote */

.quote-band { background: var(--terracotta); color: #fff; padding: clamp(76px, 9vw, 128px) 0; text-align: center; }
.quote-band blockquote {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-style: italic; font-weight: 400;
	font-size: clamp(1.75rem, 3.2vw, 2.9rem); line-height: 1.3;
	margin: 0 auto; max-width: 34ch; color: #fff;
}
.quote-who { margin-top: 30px; font-weight: 500; color: #FFE8DE; }
.quote-where { color: #FFD3C2; font-size: 0.92rem; }

/* ---------------------------------------------------------- editorial */

.post-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 44px; margin-top: 50px; }
.post-card { text-decoration: none; display: block; }
.post-card h3 { margin-top: 20px; }
.post-meta { font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); margin-top: 12px; }
.post-card p { color: var(--ink-soft); margin-top: 12px; }

.entry { max-width: 68ch; margin: 0 auto; font-size: 1.09rem; }
.entry h2 { margin: 1.6em 0 0.45em; }
.entry h3 { margin: 1.4em 0 0.35em; }
.entry img { border-radius: 4px; margin: 1.8em 0; }
.entry blockquote {
	border-left: 3px solid var(--terracotta); margin: 1.8em 0; padding: 6px 0 6px 26px;
	font-family: "Cormorant Garamond", Georgia, serif; font-style: italic;
	font-size: 1.45rem; line-height: 1.4; color: var(--ink);
}
.entry ul, .entry ol { padding-left: 1.3em; color: var(--ink-soft); }
.entry li { margin-bottom: 0.55em; }
.page-head { text-align: center; max-width: 46ch; margin: 0 auto 10px; }
.page-head .lede { margin: 18px auto 0; }

/* ------------------------------------------------------------ footer */

.footer-reprise { position: relative; min-height: 62vh; display: flex; align-items: center; overflow: hidden; background: var(--ink); }
.footer-reprise .hero-scrim {
	background:
		linear-gradient(90deg, rgba(24, 17, 12, 0.72) 0%, rgba(24, 17, 12, 0.52) 40%, rgba(24, 17, 12, 0.34) 100%),
		linear-gradient(0deg, rgba(24, 17, 12, 0.68) 0%, rgba(24, 17, 12, 0.22) 50%, rgba(24, 17, 12, 0.44) 100%);
}
.footer-reprise .inner { position: relative; z-index: 10; width: 100%; text-align: center; color: #fff; padding: 96px 24px; }
.footer-reprise h2 { color: #fff; max-width: 17ch; margin: 0 auto; }
.footer-reprise .lede { color: #EFE3D8; margin: 22px auto 0; text-align: center; }
.footer-reprise .hero-actions { justify-content: center; }

.site-foot { background: #221D1A; color: #B6ACA3; padding: 60px 0 42px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 44px; }
.site-foot a { color: #B6ACA3; text-decoration: none; }
.site-foot a:hover { color: #fff; }
.site-foot h4 { color: #fff; font-family: Inter, sans-serif; font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 16px; font-weight: 500; }
.foot-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.foot-legal { margin-top: 46px; padding-top: 24px; border-top: 1px solid #3A322D; font-size: 0.86rem; color: #8C837B; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

/* -------------------------------------------------------------- quiz */

.quiz-shell { min-height: 100vh; background: var(--cream); padding: 150px 0 90px; }
.quiz-card { background: var(--paper); border-radius: 6px; box-shadow: 0 30px 70px -44px rgba(44,38,34,0.5); padding: clamp(32px, 4vw, 60px); max-width: 720px; margin: 0 auto; }
.quiz-progress { height: 4px; background: var(--sand-200); border-radius: 999px; overflow: hidden; margin-bottom: 12px; }
.quiz-progress span { display: block; height: 100%; background: var(--terracotta); transition: width 0.3s; }
.quiz-count { font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 30px; }
.quiz-q { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.9rem, 3vw, 2.6rem); line-height: 1.1; margin-bottom: 10px; }
.quiz-help { color: var(--ink-soft); margin-bottom: 30px; }
.opts { display: grid; gap: 10px; }
.opt {
	display: flex; align-items: center; gap: 14px; padding: 18px 24px;
	border: 1px solid var(--rule); border-radius: 6px; background: var(--paper);
	cursor: pointer; font-size: 1.02rem; text-align: left; width: 100%;
	transition: border-color 0.16s, background-color 0.16s;
}
.opt:hover { border-color: var(--terracotta); background: #FEF6F2; }
.opt.is-on { border-color: var(--terracotta); background: #FDEFE9; }
.quiz-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 34px; gap: 14px; }
.quiz-back { background: none; border: 0; color: var(--ink-faint); cursor: pointer; font-size: 0.95rem; padding: 10px 4px; }
.quiz-back:hover { color: var(--ink); }
.opt .opt-tag { display: block; margin-top: 3px; font-size: 12px; letter-spacing: .01em; color: var(--soft, #6b655e); }
.opt .opt-tag.is-ok { color: var(--orange, #e2603f); }
.opt.is-on .opt-tag { color: inherit; }
.quiz-consent { display: flex; gap: 12px; align-items: flex-start; margin-top: 18px; font-size: 14px; line-height: 1.5; color: var(--soft, #5b5650); }
.quiz-consent input { margin: 4px 0 0; width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--orange, #e2603f); }
.quiz-consent a { color: inherit; text-decoration: underline; }
.quiz-field { width: 100%; padding: 17px 22px; font-size: 16px; border: 1px solid var(--rule); border-radius: 6px; font-family: inherit; background: var(--paper); color: var(--ink); }
.quiz-field:focus { outline: none; border-color: var(--terracotta); }

/* ----------------------------------------------------------- results */

.result-hero { background: var(--ink); color: #fff; padding: clamp(46px, 6vw, 84px); border-radius: 6px; }
.result-hero h1 { color: #fff; font-size: clamp(2.4rem, 4.6vw, 3.8rem); }
.result-hero .lede { color: #D6CCC3; }
.result-flag { display: inline-flex; align-items: center; gap: 9px; background: #3A322D; color: #EFD9CD; padding: 9px 18px; border-radius: 999px; font-size: 0.76rem; letter-spacing: 0.18em; text-transform: uppercase; }
.blockers { background: #332C27; border-radius: 6px; padding: 26px 30px; margin-top: 30px; }
.blockers h3 { font-size: 1.15rem; color: #fff; }
.blockers ul { margin: 12px 0 0; padding-left: 1.2em; color: #CFC5BB; }

.tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 34px; }
.tile { text-decoration: none; display: block; }
.tile h3 { margin-top: 18px; }
.tile p { color: var(--ink-soft); margin-top: 8px; }

/* -------------------------------------------------------- responsive */

@media (max-width: 980px) {
	.split, .split.narrow-left, .split.narrow-right { grid-template-columns: 1fr; }
	.foot-grid { grid-template-columns: 1fr 1fr; }
	.straddle { display: none; }
}
@media (max-width: 760px) {
	body { font-size: 16px; }
	.nav-links { display: none; }
	.nav-toggle {
		display: inline-flex; margin-left: auto; background: #fff; color: var(--ink);
		border: 0; border-radius: 999px; padding: 12px 22px; font-weight: 500;
		font-size: 0.95rem; min-height: 44px; cursor: pointer;
	}
	.site-nav.is-open .nav-links {
		display: grid; position: absolute; top: calc(100% + 10px); left: 0; right: 0;
		background: #fff; border-radius: 8px; padding: 22px; gap: 4px;
		box-shadow: 0 24px 60px -34px rgba(44,38,34,0.6);
	}
	.site-nav.is-open .nav-links a { color: var(--ink); min-height: 44px; display: flex; align-items: center; }
	/* On a short phone the copy is taller than the space beneath the bar, so
	   it needs room reserved above it or the headline runs into the brand. */
	.hero { min-height: 100svh; }
	.hero-inner { padding-top: 150px; padding-bottom: 64px; }
	.hero .lede { margin-top: 20px; }
	.hero-actions { margin-top: 28px; }
	.site-nav { top: 16px; left: 16px; right: 16px; padding-left: 20px; }
	.nav-cta { display: none; }
	.foot-grid { grid-template-columns: 1fr; }
	.step { grid-template-columns: 56px 1fr; gap: 16px; padding: 26px 0; }
	.step-n { font-size: 1.9rem; }
	.resource { padding-right: 0; }
}


/* ------------------------------------------------- the quiz overlay

   Resetyl runs its quiz as a full screen modal rather than a page, opened
   from any call to action and from the quiz URL directly. Same here: full
   bleed on a phone, a held panel on a desktop, with the page behind it
   locked so the two never scroll against each other.
   ------------------------------------------------------------------- */

.quiz-overlay {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: none;
	align-items: center;
	justify-content: center;
}
.quiz-overlay.is-open { display: flex; }
body.quiz-locked { overflow: hidden; }

.quiz-backdrop {
	position: absolute;
	inset: 0;
	background: #18110C;
	border: 0;
	cursor: pointer;
}
@supports (backdrop-filter: blur(6px)) {
	.quiz-backdrop { background: rgba(24, 17, 12, 0.72); backdrop-filter: blur(6px); }
}

/* The panel is a column: a bar that never scrolls, holding the brand and
   the close button, above a region that does. Centring happens inside the
   scroll region with auto margins, which give way the moment a question is
   taller than the space, so a long list starts at its top and scrolls to
   its bottom rather than being clipped at both ends. */
.quiz-panel {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: var(--cream);
	overflow: hidden;
}
.quiz-top {
	flex: none;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 22px 22px 0 24px;
}
.quiz-brand { text-decoration: none; color: var(--ink); display: block; }
.quiz-brand-name {
	display: block;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2rem; font-weight: 600; letter-spacing: -0.02em; line-height: 1;
}
.quiz-brand-name .dot { color: var(--terracotta); }
.quiz-brand-line { display: block; margin-top: 6px; font-size: 0.82rem; color: var(--ink-faint); }
.quiz-close {
	flex: none;
	width: 48px;
	height: 48px;
	margin-top: -4px;
	border-radius: 50%;
	border: 0;
	background: var(--sand-200);
	color: var(--ink);
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.18s;
}
.quiz-close:hover { background: var(--terracotta); color: #fff; }
.quiz-scroll {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	display: flex;
	flex-direction: column;
	padding: 28px 24px 48px;
}
.quiz-body { width: 100%; max-width: 620px; margin: auto; }
@media (min-width: 860px) {
	.quiz-panel {
		height: min(90vh, 900px);
		max-width: 860px;
		border-radius: 10px;
		box-shadow: 0 60px 120px -50px #18110C;
	}
	.quiz-top { padding: 26px 26px 0 40px; }
	.quiz-scroll { padding: 36px 40px 56px; }
	/* Country lists run to thirty entries; two columns keep the whole
	   question on one screen where there is the width for it. */
	.opts.is-long { grid-template-columns: 1fr 1fr; }
	.opts.is-long .opt { padding: 14px 18px; font-size: 0.98rem; }
}
.opt-multi::before {
	content: ""; flex: none; width: 18px; height: 18px; border-radius: 4px;
	border: 1.5px solid var(--sand-200); background: var(--paper);
}
.opt-multi.is-on::before { background: var(--terracotta); border-color: var(--terracotta); box-shadow: inset 0 0 0 3px #fff; }


/* ------------------------------------------------- why Spain at all

   The reference answers "how". This answers "why", which is the question
   somebody actually has before they care about income thresholds. Life
   first, paperwork second.
   ------------------------------------------------------------------- */

.reasons { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 42px 36px; margin-top: 54px; }
.reason { }
.reason .r-shot {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 22px;
	box-shadow: 0 26px 60px -40px rgba(44, 38, 34, 0.6);
}
.reason .r-shot img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
/* The figure sits on the photograph, so the number and the thing it counts
   are read together rather than as a caption underneath. */
.reason .r-stat {
	position: absolute;
	left: 18px;
	bottom: 12px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.6rem, 4vw, 3.5rem);
	line-height: 1;
	color: #fff;
	text-shadow: 0 2px 24px rgba(24, 17, 12, 0.85);
}
.reason .r-veil {
	position: absolute; inset: 0;
	background: linear-gradient(0deg, rgba(24,17,12,0.62) 0%, rgba(24,17,12,0.06) 44%, rgba(24,17,12,0) 100%);
}
.reason h3 { font-size: 1.45rem; margin-bottom: 10px; }
.reason p { color: var(--ink-soft); font-size: 1rem; margin: 0; }

/* A wide photographic band that shows the life rather than describing it. */
.life {
	position: relative;
	min-height: 76vh;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: var(--ink);
}
.life-media { position: absolute; inset: 0; }
.life-media img { width: 100%; height: 100%; object-fit: cover; }
.life-scrim {
	position: absolute; inset: 0; z-index: 2;
	background:
		linear-gradient(90deg, rgba(24,17,12,0.80) 0%, rgba(24,17,12,0.52) 34%, rgba(24,17,12,0.10) 66%, rgba(24,17,12,0.02) 100%),
		linear-gradient(0deg, rgba(24,17,12,0.58) 0%, rgba(24,17,12,0.06) 46%, rgba(24,17,12,0.20) 100%);
}
.life-inner {
	position: relative; z-index: 10; width: 100%; max-width: 1280px;
	padding: 0 24px 96px clamp(32px, 7vw, 96px); color: #fff;
}
.life-inner h2 { color: #fff; max-width: 20ch; }
.life-inner .lede { color: #EFE3D8; margin-top: 22px; max-width: 44ch; }
.life-inner blockquote {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-style: italic; font-size: clamp(1.5rem, 2.6vw, 2.2rem);
	line-height: 1.35; color: #fff; max-width: 28ch; margin: 0;
}
.life-cite { margin-top: 20px; font-size: 0.9rem; color: #DCCCC0; }

@media (max-width: 760px) {
	.reason { padding-right: 0; }
	.life { min-height: 62vh; }
	.life-inner { padding-bottom: 64px; }
}


/* ----------------------------------------------------- city guide facts */

.city-facts { max-width: 68ch; margin: 56px auto 0; padding-top: 44px; border-top: 1px solid var(--rule); }
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 28px 32px; margin: 0; }
.budgets { margin-top: 44px; }
.budgets h3 { margin: 0 0 14px; }
.budget-table { width: 100%; border-collapse: collapse; margin: 0 0 12px; }
.budget-table th, .budget-table td { padding: 14px 16px 13px; text-align: left; border-bottom: 1px solid var(--line, #e6e1d8); font-variant-numeric: tabular-nums; }
.budget-table thead th { font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; opacity: 1; color: var(--muted, #6b6560); }
.budget-table tbody th { font-weight: 600; }
.budget-table td b { font-weight: 700; }
@media (max-width: 560px) { .budget-table th, .budget-table td { padding: 12px 8px; } }
.fact dt { font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); }
.fact dd { margin: 8px 0 0; }
.fact dd b { display: block; font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; font-size: 2rem; line-height: 1; color: var(--terracotta); }
.fact dd span { display: block; margin-top: 6px; font-size: 0.92rem; color: var(--ink-soft); }
.for-against { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 44px; }
.for-against h3 { font-size: 1.35rem; margin-bottom: 12px; }
.for-against ul { margin: 0; padding-left: 1.2em; color: var(--ink-soft); font-size: 1rem; }
.for-against li { margin-bottom: 0.5em; }
.facts-note { margin-top: 30px; font-size: 0.88rem; color: var(--ink-faint); }
@media (max-width: 700px) { .for-against { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------ booking */

.call-facts { display: flex; justify-content: center; gap: 32px; list-style: none; padding: 0; margin: 34px 0 0; flex-wrap: wrap; }
.call-facts li { text-align: center; }
.call-facts b { display: block; font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; font-size: 1.9rem; line-height: 1; color: var(--terracotta); }
.call-facts span { display: block; margin-top: 6px; font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-faint); }
.book-note { margin-top: 16px; font-size: 0.9rem; color: var(--ink-faint); }
.book-error { margin-top: 14px; color: var(--terracotta-700); font-size: 0.95rem; }
.calendly-frame { margin: 40px auto 0; max-width: 1000px; border-radius: 10px; overflow: hidden; background: var(--paper); box-shadow: 0 30px 70px -44px #2C2622; }
.calendly-frame iframe { display: block; width: 100%; height: 820px; border: 0; }
@media (max-width: 760px) { .calendly-frame iframe { height: 1000px; } .call-facts { gap: 22px 28px; } }
