/* =========================================================
   ALTerra — main.css
   Lugares Extraordinários. Portugal Autêntico.
   ========================================================= */

:root {
	--forest: #14302a;        /* verde floresta principal */
	--forest-deep: #0e231f;   /* fundos escuros */
	--forest-soft: #1d3f36;   /* painéis sobre verde */
	--stone: #6f6a60;         /* cinza-pedra para etiquetas */
	--sand: #d9cbb4;          /* areia / dourado suave */
	--ivory: #f2ede3;         /* fundo claro principal */
	--paper: #faf7f0;         /* fundo mais claro */
	--ink: #23231f;           /* texto */
	--line: rgba(35, 35, 31, .14);
	--line-light: rgba(255, 255, 255, .22);
	--white: #fff;

	--serif: 'Cormorant Garamond', Georgia, serif;
	--sans: 'Inter', -apple-system, Helvetica, Arial, sans-serif;

	--pad-x: clamp(24px, 5vw, 64px);
	--ease: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--sans);
	font-size: 15px;
	color: var(--ink);
	background: var(--paper);
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.8; margin: 0 0 1em; }

h1, h2, .h-display {
	font-family: var(--serif);
	font-weight: 500;
	line-height: 1.04;
	letter-spacing: .005em;
	margin: 0 0 .4em;
}
h1 { font-size: clamp(46px, 6.4vw, 84px); }
h2 { font-size: clamp(32px, 4vw, 52px); }
.h-small { font-size: clamp(22px, 2.4vw, 30px); font-family: var(--sans); font-weight: 800; text-transform: uppercase; letter-spacing: .04em; line-height: 1.25; }
h3 { margin: 0 0 .5em; }
h4 { margin: 0 0 .9em; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; opacity: .85; }

.eyebrow {
	margin: 0 0 20px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--stone);
}
.eyebrow.light { color: var(--sand); }
.centered { text-align: center; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.skip-link:focus {
	clip: auto; width: auto; height: auto;
	position: fixed; z-index: 999;
	padding: 12px 18px;
	background: var(--forest); color: var(--white);
}

/* ---------- Botões ---------- */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 30px;
	font-family: var(--sans);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	border: 1px solid transparent;
	cursor: pointer;
	transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.btn-forest { background: var(--forest); color: var(--white); border-color: var(--forest); }
.btn-forest:hover { background: var(--forest-deep); }
.btn-light { background: var(--ivory); color: var(--ink); border-color: var(--ivory); }
.btn-light:hover { background: var(--white); }
.btn-sand { background: var(--sand); color: var(--forest-deep); border-color: var(--sand); }
.btn-sand:hover { background: #e6dcc8; }
.btn-outline { background: transparent; color: var(--ink); border-color: rgba(35,35,31,.4); }
.btn-outline:hover { border-color: var(--ink); }
.btn-outline-light { background: rgba(14,35,31,.55); color: var(--white); border-color: var(--line-light); backdrop-filter: blur(2px); }
.btn-outline-light:hover { background: rgba(14,35,31,.8); }

.text-link {
	display: inline-block;
	margin-top: 16px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	border-bottom: 1px solid currentColor;
	padding-bottom: 4px;
}

/* ---------- Header ---------- */
.site-header {
	position: absolute;
	z-index: 40;
	top: 0; left: 0; right: 0;
	color: var(--white);
}
.site-header.is-solid {
	position: relative;
	background: var(--forest-deep);
}
.site-header.is-overlay {
	background: linear-gradient(to bottom, rgba(10, 18, 14, .55), transparent);
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 22px var(--pad-x);
}
.brand-text { display: grid; gap: 3px; }
.brand-mark { width: 52px; height: 20px; color: var(--sand); }
.brand-name {
	font-family: var(--serif);
	font-size: 26px;
	letter-spacing: .3em;
	text-transform: uppercase;
}
.brand-tag { font-size: 8.5px; letter-spacing: .18em; text-transform: uppercase; opacity: .8; }
.custom-logo { max-height: 64px; width: auto; }

.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav .menu { display: flex; gap: 28px; margin: 0; padding: 0; list-style: none; }
.main-nav a {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	opacity: .92;
	transition: opacity .2s;
}
.main-nav a:hover { opacity: 1; }
.nav-cta {
	padding: 15px 24px;
	background: rgba(20, 48, 42, .9);
	border: 1px solid var(--line-light);
}
.site-header.is-solid .nav-cta { background: var(--forest-soft); }

.menu-toggle { display: none; background: transparent; border: 0; padding: 10px; cursor: pointer; }
.menu-toggle-bars { display: grid; gap: 5px; }
.menu-toggle-bars i { display: block; width: 26px; height: 2px; background: var(--white); }

/* ---------- Hero ---------- */
.hero {
	position: relative;
	min-height: min(92vh, 880px);
	display: flex;
	align-items: center;
	padding: 160px var(--pad-x) 90px;
	color: var(--white);
	background-size: cover;
	background-position: center;
	background-color: var(--forest-deep);
}
.hero-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(95deg, rgba(8, 14, 11, .72) 8%, rgba(8, 14, 11, .3) 52%, rgba(8, 14, 11, .08));
}
.hero-content { position: relative; max-width: 760px; }
.hero-copy { max-width: 480px; font-size: 16.5px; opacity: .95; }
.hero-actions { display: flex; gap: 16px; margin-top: 34px; flex-wrap: wrap; }

/* ---------- Sobre / split ---------- */
.split-section {
	display: grid;
	grid-template-columns: minmax(380px, .86fr) 1.14fr;
	background: var(--paper);
}
.split-copy { padding: clamp(56px, 7vw, 96px) clamp(28px, 5vw, 76px); align-self: center; }
.split-copy .lines { font-size: 15.5px; }
.split-image { min-height: 560px; background-size: cover; background-position: center; background-color: var(--ivory); }

/* ---------- Coleção ---------- */
.collection {
	padding: clamp(64px, 8vw, 100px) var(--pad-x);
	background: var(--ivory);
}
.section-intro { max-width: 640px; margin: 0 auto 56px; text-align: center; }
.icon-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	max-width: 1240px;
	margin: 0 auto 48px;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}
.icon-grid article {
	padding: 34px 16px;
	text-align: center;
	border-right: 1px solid var(--line);
}
.icon-grid article:last-child { border-right: 0; }
.icon-grid .icon { width: 30px; height: 30px; margin-bottom: 16px; color: var(--stone); }
.icon-grid h3 {
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	line-height: 1.6;
}

/* ---------- Experiências ---------- */
.experience-band {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	background: var(--paper);
}
.band-image { min-height: 560px; background-size: cover; background-position: center; background-color: var(--ivory); }
.band-copy { padding: clamp(56px, 7vw, 92px) clamp(28px, 5vw, 76px); align-self: center; }

.feature-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px 28px;
	margin: 30px 0 34px;
	padding: 0;
	list-style: none;
}
.feature-list li { display: flex; align-items: center; gap: 12px; }
.feature-list .icon { width: 22px; height: 22px; flex: none; color: var(--stone); }
.feature-list span {
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.feature-list.light .icon { color: var(--sand); }

/* ---------- Proprietários ---------- */
.owners {
	display: grid;
	grid-template-columns: 1.15fr .75fr .85fr;
	background: var(--forest);
	color: var(--white);
}
.owners-copy { padding: clamp(56px, 7vw, 88px) clamp(28px, 4vw, 60px); }
.owners-why {
	padding: clamp(56px, 7vw, 88px) clamp(28px, 4vw, 52px);
	background: var(--forest-soft);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.owners-why h3 {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--sand);
	margin-bottom: 18px;
}
.owners-why p { font-size: 14.5px; opacity: .92; }
.owners-why .btn { align-self: flex-start; margin-top: 14px; }
.owners-image { min-height: 480px; background-size: cover; background-position: center; background-color: var(--forest-soft); }

/* ---------- Região ---------- */
.destinations {
	display: grid;
	grid-template-columns: minmax(260px, .5fr) 1.5fr;
	gap: clamp(28px, 4vw, 56px);
	padding: clamp(56px, 7vw, 88px) var(--pad-x);
	background: var(--paper);
	align-items: center;
}
.destination-cards {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
}
.card {
	position: relative;
	min-height: 210px;
	display: flex;
	align-items: flex-end;
	padding: 14px 12px;
	overflow: hidden;
	color: var(--white);
	background-size: cover;
	background-position: center;
	background-color: var(--forest-soft);
}
.card::before {
	content: '';
	position: absolute; inset: 0;
	background: linear-gradient(to top, rgba(8, 14, 11, .72), transparent 60%);
	transition: background .3s var(--ease);
}
.card:hover::before { background: linear-gradient(to top, rgba(8, 14, 11, .85), rgba(8, 14, 11, .15)); }
.card span {
	position: relative;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	line-height: 1.5;
}

/* ---------- CTA final ---------- */
.final-cta {
	position: relative;
	padding: clamp(80px, 10vw, 130px) var(--pad-x);
	text-align: center;
	color: var(--white);
	background-size: cover;
	background-position: center;
	background-color: var(--forest-deep);
}
.final-cta::before {
	content: '';
	position: absolute; inset: 0;
	background: rgba(8, 14, 11, .62);
}
.final-cta-inner { position: relative; max-width: 680px; margin: 0 auto; }
.final-cta p { opacity: .94; }
.final-cta .btn { margin-top: 18px; }

/* ---------- Contactos ---------- */
.contact-section {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: clamp(36px, 5vw, 72px);
	padding: clamp(64px, 8vw, 100px) var(--pad-x);
	background: var(--ivory);
}
.contact-detail { margin-top: 26px; font-weight: 700; line-height: 2; }
.form-note { font-size: 13px; color: var(--stone); }

.contact-form, .contact-form-wrap .wpcf7-form { display: grid; gap: 16px; }
.contact-form label,
.contact-form-wrap .wpcf7-form label {
	display: grid;
	gap: 8px;
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.contact-form-wrap input[type="text"],
.contact-form-wrap input[type="email"],
.contact-form-wrap input[type="tel"],
.contact-form-wrap textarea {
	width: 100%;
	padding: 15px 16px;
	font: inherit;
	font-size: 14px;
	letter-spacing: normal;
	text-transform: none;
	border: 1px solid var(--line);
	background: var(--white);
}
.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus {
	outline: 2px solid var(--forest);
	outline-offset: 1px;
}
.contact-form-wrap input[type="submit"],
.contact-form-wrap .wpcf7-submit {
	min-height: 52px;
	padding: 0 30px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--white);
	background: var(--forest);
	border: 1px solid var(--forest);
	cursor: pointer;
	justify-self: start;
	transition: background .25s var(--ease);
}
.contact-form-wrap input[type="submit"]:hover { background: var(--forest-deep); }
.is-preview { opacity: .55; pointer-events: none; }

/* ---------- Footer ---------- */
.site-footer { background: var(--forest-deep); color: var(--white); }
.footer-inner {
	display: grid;
	grid-template-columns: 1.3fr .8fr .8fr .8fr;
	gap: 36px;
	padding: clamp(48px, 6vw, 72px) var(--pad-x) 40px;
}
.footer-brand { display: grid; gap: 4px; align-content: start; }
.footer-menu { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.site-footer a { font-size: 12.5px; opacity: .85; transition: opacity .2s; }
.site-footer a:hover { opacity: 1; }
.site-footer p { font-size: 12.5px; opacity: .85; line-height: 2; }
.footer-social { display: flex; gap: 14px; }
.footer-social svg { width: 20px; height: 20px; }
.footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	padding: 20px var(--pad-x);
	border-top: 1px solid var(--line-light);
}
.footer-bottom p { margin: 0; font-size: 11.5px; opacity: .7; }
.footer-legal { display: flex; gap: 22px; }
.footer-legal a { font-size: 11.5px; }

/* ---------- Conteúdo interior (páginas/artigos) ---------- */
.page-shell {
	max-width: 860px;
	margin: 0 auto;
	padding: clamp(48px, 6vw, 80px) var(--pad-x) 96px;
}
.page-shell .entry-title { margin-bottom: .6em; }
.archive-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(48px, 6vw, 72px) var(--pad-x) 96px;
}
.property-card { background: var(--white); border: 1px solid var(--line); }
.property-card .thumb { display: block; aspect-ratio: 4 / 3; background: var(--ivory); object-fit: cover; width: 100%; }
.property-card .body { padding: 22px; }
.property-card h3 { font-family: var(--serif); font-size: 24px; font-weight: 500; }
.property-card .meta { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--stone); }
.archive-header { text-align: center; padding: clamp(56px, 7vw, 88px) var(--pad-x) 0; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Responsivo ---------- */
@media (max-width: 1100px) {
	.icon-grid { grid-template-columns: repeat(3, 1fr); }
	.icon-grid article:nth-child(3n) { border-right: 0; }
	.icon-grid article:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
	.owners { grid-template-columns: 1fr 1fr; }
	.owners-image { grid-column: 1 / -1; min-height: 380px; }
	.destination-cards { grid-template-columns: repeat(3, 1fr); }
	.archive-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
	.menu-toggle { display: block; }
	.main-nav {
		display: none;
		position: absolute;
		top: calc(100% + 8px);
		left: 16px; right: 16px;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 18px;
		background: var(--forest-deep);
		border: 1px solid var(--line-light);
	}
	.main-nav.is-open { display: flex; }
	.main-nav .menu { flex-direction: column; gap: 0; }
	.main-nav .menu a { display: block; padding: 13px 6px; }
	.nav-cta { margin-top: 12px; text-align: center; justify-content: center; display: flex; }
	.site-header.is-solid .main-nav { position: absolute; }

	.split-section, .experience-band, .owners, .destinations, .contact-section { grid-template-columns: 1fr; }
	.split-image, .band-image { min-height: 340px; }
	.band-image { order: -1; }
	.owners-image { min-height: 320px; }
	.footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
	.brand-name { font-size: 21px; }
	.hero { padding-top: 130px; min-height: 78vh; }
	.hero-actions { flex-direction: column; align-items: stretch; }
	.icon-grid { grid-template-columns: 1fr 1fr; }
	.icon-grid article { border-bottom: 1px solid var(--line); }
	.icon-grid article:nth-child(3n) { border-right: 1px solid var(--line); }
	.icon-grid article:nth-child(2n) { border-right: 0; }
	.feature-list { grid-template-columns: 1fr; }
	.destination-cards { grid-template-columns: 1fr 1fr; }
	.footer-inner { grid-template-columns: 1fr; }
	.footer-bottom { flex-direction: column; }
	.archive-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   Páginas interiores (Coleção, Experiências, Proprietários,
   Sobre, Contactos)
   ========================================================= */

.page-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: clamp(320px, 44vh, 460px);
	padding: 150px var(--pad-x) 56px;
	color: var(--white);
	background-size: cover;
	background-position: center;
	background-color: var(--forest-deep);
}
.page-hero::before {
	content: '';
	position: absolute; inset: 0;
	background: linear-gradient(to top, rgba(8, 14, 11, .78), rgba(8, 14, 11, .3) 60%, rgba(8, 14, 11, .35));
}
.page-hero-inner { position: relative; max-width: 820px; }
.page-hero h1 { font-size: clamp(38px, 5vw, 66px); }
.page-hero-lead { max-width: 580px; font-size: 16px; opacity: .94; margin-bottom: 0; }

.inner-section { padding: clamp(60px, 7.5vw, 96px) var(--pad-x); }
.inner-wrap { max-width: 1240px; margin: 0 auto; }
.bg-ivory { background: var(--ivory); }
.inner-section h2.centered { margin-bottom: 48px; }
.page-shell--intro { padding-bottom: 0; }

.split-2 {
	display: grid;
	grid-template-columns: minmax(280px, .8fr) 1.2fr;
	gap: clamp(28px, 4vw, 64px);
	align-items: start;
}

.tile-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}
.tile-grid--4 { grid-template-columns: repeat(4, 1fr); }
.tile-grid--3 { grid-template-columns: repeat(3, 1fr); }
.tile {
	padding: 30px 26px;
	background: var(--paper);
	border: 1px solid var(--line);
	transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.bg-ivory .tile { background: var(--paper); }
.inner-section:not(.bg-ivory) .tile { background: var(--white); }
.tile:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(20, 48, 42, .08); }
.tile h3 {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.tile p { font-size: 13.5px; margin: 0; opacity: .85; }

.quote-band {
	padding: clamp(70px, 9vw, 110px) var(--pad-x);
	background: var(--forest);
	color: var(--white);
}
.quote {
	max-width: 780px;
	margin: 0 auto;
	font-family: var(--serif);
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 500;
	line-height: 1.35;
}

.steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: passo;
}
.steps li {
	counter-increment: passo;
	padding: 30px 26px;
	background: var(--white);
	border: 1px solid var(--line);
}
.steps li::before {
	content: counter(passo, decimal-leading-zero);
	display: block;
	margin-bottom: 16px;
	font-family: var(--serif);
	font-size: 34px;
	color: var(--sand);
	line-height: 1;
}
.steps h3 {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.steps p { font-size: 13.5px; margin: 0; opacity: .85; }

.inner-cta {
	padding: clamp(70px, 9vw, 110px) var(--pad-x);
	background: var(--forest-deep);
	color: var(--white);
}
.inner-cta p { opacity: .92; }
.inner-cta .btn { margin-top: 16px; }

.archive-grid--embedded { padding: 0; max-width: none; }
.contact-section--page { background: var(--paper); }
.contact-social { margin-top: 22px; color: var(--forest); }
.contact-social a { color: var(--forest); }

@media (max-width: 1100px) {
	.tile-grid--4 { grid-template-columns: repeat(2, 1fr); }
	.steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
	.split-2 { grid-template-columns: 1fr; }
	.tile-grid, .tile-grid--3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
	.tile-grid, .tile-grid--3, .tile-grid--4, .steps { grid-template-columns: 1fr; }
	.page-hero { padding-top: 130px; }
}

/* =========================================================
   Componentes das páginas completas (v1.2.0)
   ========================================================= */

.inner-wrap--narrow { max-width: 860px; }
.tile-note { font-size: 12px !important; color: var(--stone); margin-top: 12px !important; font-style: italic; }
.tile--feature { border-top: 3px solid var(--forest); }
.tile--feature .eyebrow { margin-bottom: 10px; font-size: 10px; }
.tile--feature h3 { font-family: var(--serif); font-size: 22px; font-weight: 500; letter-spacing: 0; text-transform: none; }

/* Filtro de tipologias */
.filter-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0 0 40px;
}
.filter-pill {
	padding: 11px 20px;
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	border: 1px solid var(--line);
	background: var(--white);
	transition: all .25s var(--ease);
}
.filter-pill:hover { border-color: var(--forest); }
.filter-pill.is-active { background: var(--forest); color: var(--white); border-color: var(--forest); }

/* Estado vazio */
.empty-state {
	max-width: 620px;
	margin: 0 auto;
	padding: 56px 32px;
	text-align: center;
	border: 1px solid var(--line);
	background: var(--paper);
}
.quote-dark {
	font-family: var(--serif);
	font-size: clamp(22px, 2.6vw, 30px);
	line-height: 1.35;
	margin-bottom: 18px;
}
.empty-state .btn { margin-top: 8px; }

/* Linhas de experiências */
.exp-rows { display: grid; gap: 14px; max-width: 980px; margin: 0 auto; }
.exp-row {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 24px;
	padding: 34px 36px;
	background: var(--paper);
	border: 1px solid var(--line);
}
.exp-row--alt { background: var(--white); }
.exp-row-num {
	font-family: var(--serif);
	font-size: 44px;
	line-height: 1;
	color: var(--sand);
}
.exp-row-body h3 {
	font-family: var(--serif);
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 10px;
}
.exp-row-body p { font-size: 14px; margin-bottom: 10px; }
.exp-row-meta {
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--stone);
	margin: 0 !important;
}

/* Pontos de valor (proprietários) */
.value-points {
	display: grid;
	gap: 18px;
	margin-top: 30px;
	padding-top: 26px;
	border-top: 1px solid var(--line);
}
.value-point h3 {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.value-point p { font-size: 13.5px; margin: 0; opacity: .85; }

/* Lista de checks */
.check-list {
	margin: 22px 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 12px;
}
.check-list li {
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	line-height: 1.6;
}
.check-list li::before {
	content: '';
	position: absolute;
	left: 0; top: 3px;
	width: 16px; height: 16px;
	border: 1.4px solid var(--forest);
	border-radius: 50%;
	background:
		linear-gradient(transparent, transparent) padding-box;
}
.check-list li::after {
	content: '';
	position: absolute;
	left: 4.5px; top: 7px;
	width: 7px; height: 4px;
	border-left: 1.6px solid var(--forest);
	border-bottom: 1.6px solid var(--forest);
	transform: rotate(-45deg);
}

/* FAQ (accordion nativo) */
.faq { display: grid; gap: 10px; }
.faq details {
	border: 1px solid var(--line);
	background: var(--white);
}
.bg-ivory .faq details { background: var(--paper); }
.faq summary {
	padding: 22px 54px 22px 26px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .02em;
	cursor: pointer;
	list-style: none;
	position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
	content: '+';
	position: absolute;
	right: 24px; top: 50%;
	transform: translateY(-50%);
	font-family: var(--serif);
	font-size: 26px;
	color: var(--stone);
	transition: transform .25s var(--ease);
}
.faq details[open] summary::after { content: '–'; }
.faq details p {
	padding: 0 26px 24px;
	margin: 0;
	font-size: 14px;
	opacity: .88;
}

/* Horário (contactos) */
.contact-hours { margin-top: 26px; }
.contact-hours p { font-size: 14px; line-height: 2; margin: 0; }

/* CTA com duas ações */
.cta-actions {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 18px;
}
.cta-actions .btn { margin-top: 0; }

/* Destinos nas páginas interiores */
.destination-cards--page { margin-top: 8px; }

@media (max-width: 640px) {
	.exp-row { grid-template-columns: 1fr; gap: 8px; padding: 26px 22px; }
	.exp-row-num { font-size: 34px; }
	.cta-actions { flex-direction: column; align-items: stretch; }
}
