/*
Theme Name: Filvois
Theme URI: https://filvois.be
Author: Filvois
Description: Bespoke luxury travel agency theme — privereizen op maat.
Version: 1.0.0
Text Domain: filvois
*/

/* ---------------------------------------------------------
 * VARIABLES
 * --------------------------------------------------------- */
:root {
	--fv-teal-deep: #12403f;
	--fv-teal: #1c5c58;
	--fv-coral: #e8794f;
	--fv-amber: #d99a4e;
	--fv-cream: #faf3e9;
	--fv-cream-alt: #f2e6d3;
	--fv-ink: #24211d;
	--fv-ink-soft: #55504a;
	--fv-white: #ffffff;

	--fv-font-display: 'Fraunces', Georgia, serif;
	--fv-font-body: 'Work Sans', -apple-system, sans-serif;

	--fv-radius: 4px;
	--fv-shadow: 0 20px 50px rgba(18, 64, 63, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
	margin: 0;
	font-family: var(--fv-font-body);
	color: var(--fv-ink);
	background: var(--fv-cream);
	line-height: 1.6;
	font-weight: 400;
}

img { width: 100% !important; height: auto !important; object-fit: cover !important; display: block; }

h1, h2, h3 {
	font-family: var(--fv-font-display);
	font-weight: 500;
	color: var(--fv-teal-deep);
	line-height: 1.15;
	margin: 0 0 0.5em;
}
h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1em; color: var(--fv-ink-soft); }
a { color: inherit; text-decoration: none; }

.fv-eyebrow {
	font-family: var(--fv-font-body);
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 0.78rem;
	color: var(--fv-coral);
	font-weight: 600;
	margin-bottom: 0.8em;
}

.fv-btn {
	display: inline-block;
	padding: 0.9em 2em;
	border-radius: var(--fv-radius);
	font-weight: 500;
	font-size: 0.95rem;
	letter-spacing: 0.02em;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	border: 1px solid transparent;
}
.fv-btn-primary { background: var(--fv-coral); color: var(--fv-white); }
.fv-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(232, 121, 79, 0.35); }
.fv-btn-outline { background: transparent; border-color: var(--fv-teal-deep); color: var(--fv-teal-deep); }
.fv-btn-outline:hover { background: var(--fv-teal-deep); color: var(--fv-white); }

.fv-link-arrow { color: var(--fv-teal); font-weight: 600; display: inline-block; margin-top: 1em; }

/* ---------------------------------------------------------
 * HEADER / NAV
 * --------------------------------------------------------- */
.fv-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(250, 243, 233, 0.94);
	backdrop-filter: blur(6px);
	border-bottom: 1px solid rgba(18, 64, 63, 0.08);
}
.fv-header-inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 1.1em 1.5em;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fv-logo {
	font-family: var(--fv-font-display);
	font-size: 1.5rem;
	color: var(--fv-teal-deep);
	font-weight: 600;
	letter-spacing: 0.02em;
}
.fv-nav-list { list-style: none; display: flex; gap: 2.2em; margin: 0; padding: 0; }
.fv-nav-list a { font-size: 0.95rem; font-weight: 500; color: var(--fv-ink); }
.fv-nav-list a:hover { color: var(--fv-coral); }

.fv-menu-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 6px;
}
.fv-menu-toggle span { width: 24px; height: 2px; background: var(--fv-teal-deep); display: block; }

.fv-mobile-menu {
	display: none;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: var(--fv-cream);
	z-index: 200;
	padding: 6em 2em;
}
.fv-mobile-menu.is-open { display: block; }
.fv-mobile-menu-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 1.4em; }
.fv-mobile-menu-list a { font-family: var(--fv-font-display); font-size: 1.6rem; }

/* ---------------------------------------------------------
 * HERO
 * --------------------------------------------------------- */
.fv-hero {
	position: relative;
	min-height: 88vh;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.fv-hero-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(18,64,63,0.55) 0%, rgba(18,64,63,0.75) 100%);
}
.fv-hero-content {
	position: relative;
	z-index: 2;
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
	padding: 0 1.5em;
	color: var(--fv-white);
}
.fv-hero-content h1 { color: var(--fv-white); }
.fv-hero-content .fv-eyebrow { color: var(--fv-amber); }
.fv-hero-lead { color: rgba(255,255,255,0.88); font-size: 1.1rem; max-width: 560px; margin: 0 auto 1.6em; }

.fv-hero-wave {
	position: absolute;
	bottom: -1px; left: 0; right: 0;
	height: 60px;
	background: var(--fv-cream);
	clip-path: path('M0,40 C 200,80 400,0 600,30 C 800,60 1000,10 1200,40 L1200,60 L0,60 Z');
}

/* ---------------------------------------------------------
 * DIVIDER — thin wavy horizon line
 * --------------------------------------------------------- */
.fv-divider {
	max-width: 1240px;
	margin: 2em auto;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 24'%3E%3Cpath d='M0,12 C150,0 300,24 450,12 C600,0 750,24 900,12 C1050,0 1150,24 1200,12' fill='none' stroke='%231c5c58' stroke-opacity='0.25' stroke-width='1.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* ---------------------------------------------------------
 * JOURNEY COMPOSER
 * --------------------------------------------------------- */
.fv-composer { background: var(--fv-white); padding: 5em 1.5em; }
.fv-composer-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.fv-section-lead { max-width: 560px; margin: 0 auto 2.4em; }

.fv-composer-widget {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 2.5em;
	text-align: left;
	background: var(--fv-cream);
	border-radius: 12px;
	padding: 2.5em;
	box-shadow: var(--fv-shadow);
}
.fv-composer-group { margin-bottom: 1.6em; }
.fv-composer-label { display: block; font-weight: 600; margin-bottom: 0.6em; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--fv-teal); }
.fv-composer-pills { display: flex; gap: 0.6em; flex-wrap: wrap; }
.fv-pill {
	background: var(--fv-white);
	border: 1px solid rgba(18,64,63,0.15);
	border-radius: 999px;
	padding: 0.5em 1.2em;
	font-family: var(--fv-font-body);
	font-size: 0.9rem;
	cursor: pointer;
	transition: all 0.2s ease;
}
.fv-pill:hover { border-color: var(--fv-coral); }
.fv-pill.is-active { background: var(--fv-teal-deep); color: var(--fv-white); border-color: var(--fv-teal-deep); }
.fv-composer-slider { width: 100%; accent-color: var(--fv-coral); margin: 0.6em 0; }
.fv-composer-value { font-weight: 600; color: var(--fv-teal-deep); }

.fv-composer-map { display: flex; flex-direction: column; gap: 1.4em; }
#fv-route-svg { width: 100%; height: auto; background: var(--fv-white); border-radius: 8px; }
.fv-route-point { fill: var(--fv-coral); }
.fv-route-line { fill: none; stroke: var(--fv-teal); stroke-width: 2; stroke-dasharray: 6 6; }
.fv-composer-summary { background: var(--fv-white); border-radius: 8px; padding: 1.4em 1.6em; }
.fv-composer-estimate { color: var(--fv-coral); font-weight: 600; }

/* ---------------------------------------------------------
 * DESTINATIONS — horizontal scroll
 * --------------------------------------------------------- */
.fv-destinations { padding: 4em 1.5em; max-width: 1240px; margin: 0 auto; }
.fv-destinations h2 { text-align: center; margin-bottom: 1.2em; }
.fv-destinations-scroll {
	display: flex;
	gap: 1.4em;
	overflow-x: auto;
	padding-bottom: 1em;
	scroll-snap-type: x mandatory;
}
.fv-dest-card {
	flex: 0 0 280px;
	scroll-snap-align: start;
	border-radius: 10px;
	overflow: hidden;
	background: var(--fv-white);
	box-shadow: 0 10px 24px rgba(18,64,63,0.1);
}
.fv-dest-card img { aspect-ratio: 4/5; }
.fv-dest-card-text { padding: 1.2em; }
.fv-dest-card-text h3 { margin-bottom: 0.3em; }
.fv-dest-card-text p { font-size: 0.92rem; margin: 0; }

/* ---------------------------------------------------------
 * PHILOSOPHY split
 * --------------------------------------------------------- */
.fv-philosophy {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1240px;
	margin: 3em auto;
	gap: 3em;
	padding: 0 1.5em;
	align-items: center;
}
.fv-philosophy-image img { border-radius: 10px; aspect-ratio: 4/3; }
.fv-philosophy-text p { max-width: 480px; }

/* ---------------------------------------------------------
 * POSTCARD TESTIMONIALS
 * --------------------------------------------------------- */
.fv-postcards {
	background: linear-gradient(rgba(242, 230, 211, 0.94), rgba(242, 230, 211, 0.94)), url('images/vintage-postcards.jpg');
	background-size: cover;
	background-position: center;
	padding: 4.5em 1.5em;
	text-align: center;
}
.fv-postcards h2 { margin-bottom: 1.4em; }
.fv-postcard-stack {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1.6em;
	max-width: 1100px;
	margin: 0 auto 1.6em;
	text-align: left;
}
.fv-postcard {
	position: relative;
	background: #fffdf8;
	border: 1px solid rgba(18,64,63,0.08);
	border-radius: 6px;
	padding: 1.6em 1.4em;
	box-shadow: 0 8px 20px rgba(18,64,63,0.08);
	transform: rotate(-0.6deg);
}
.fv-postcard:nth-child(even) { transform: rotate(0.6deg); }
.fv-postcard-stamp {
	position: absolute;
	top: 1em; right: 1em;
	width: 34px; height: 40px;
	border: 1.5px dashed var(--fv-amber);
	border-radius: 2px;
	opacity: 0.6;
}
.fv-postcard-title { font-family: var(--fv-font-display); font-size: 1.05rem; color: var(--fv-teal-deep); margin-bottom: 0.5em; }
.fv-postcard-body { font-size: 0.92rem; }
.fv-postcard-signature { font-style: italic; font-size: 0.88rem; margin-bottom: 0.3em; }
.fv-postcard-rating { color: var(--fv-amber); letter-spacing: 0.1em; }

/* ---------------------------------------------------------
 * SIGNATURE ROUTES grid
 * --------------------------------------------------------- */
.fv-signature-routes { max-width: 1240px; margin: 4em auto; padding: 0 1.5em; }
.fv-signature-routes h2 { text-align: center; margin-bottom: 1.4em; }
.fv-signature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6em; }
.fv-signature-card img { border-radius: 10px; aspect-ratio: 4/3; margin-bottom: 0.8em; }
.fv-signature-card h3 { margin-bottom: 0.3em; }
.fv-signature-card p { font-size: 0.92rem; }

/* ---------------------------------------------------------
 * CTA band
 * --------------------------------------------------------- */
.fv-cta { background: var(--fv-teal-deep); padding: 4.5em 1.5em; text-align: center; }
.fv-cta h2, .fv-cta p { color: var(--fv-white); }
.fv-cta-inner { max-width: 560px; margin: 0 auto; }

/* ---------------------------------------------------------
 * PAGE HERO (inner pages)
 * --------------------------------------------------------- */
.fv-page-hero {
	padding: 6em 1.5em 3em;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
.fv-page-lead { max-width: 560px; margin: 0 auto; font-size: 1.05rem; }
.fv-page-hero-contact, .fv-page-hero-about { position: relative; }
.fv-page-hero-contact { background-size: cover; background-position: center; max-width: none; color: var(--fv-white); padding: 8em 1.5em; }
.fv-page-hero-contact .fv-hero-overlay { position: absolute; inset: 0; background: rgba(18,64,63,0.72); }
.fv-page-hero-contact .fv-hero-content { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; }
.fv-page-hero-contact h1, .fv-page-hero-contact p { color: var(--fv-white); }

/* ---------------------------------------------------------
 * CONTENT BLOCK (about)
 * --------------------------------------------------------- */
.fv-content-block { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 3em; max-width: 1100px; margin: 0 auto 4em; padding: 0 1.5em; align-items: start; }
.fv-content-image img { border-radius: 10px; position: sticky; top: 100px; }
.fv-content-text h2 { margin-top: 1.4em; }
.fv-content-text h2:first-child { margin-top: 0; }

/* ---------------------------------------------------------
 * TOURS grid
 * --------------------------------------------------------- */
.fv-tours-grid { max-width: 1100px; margin: 0 auto 4em; padding: 0 1.5em; display: grid; grid-template-columns: repeat(2, 1fr); gap: 2em; }
.fv-tour-card { background: var(--fv-white); border-radius: 10px; overflow: hidden; box-shadow: 0 10px 24px rgba(18,64,63,0.08); }
.fv-tour-card img { aspect-ratio: 3/2; }
.fv-tour-card-body { padding: 1.6em; }
.fv-tour-facts { list-style: none; padding: 0; margin: 1em 0 0; font-size: 0.9rem; }
.fv-tour-facts li { padding: 0.35em 0; border-top: 1px solid rgba(18,64,63,0.08); color: var(--fv-ink-soft); }

.fv-tours-process { background: var(--fv-cream-alt); padding: 4em 1.5em; text-align: center; }
.fv-process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6em; max-width: 1100px; margin: 0 auto 2em; text-align: left; }
.fv-process-number { font-family: var(--fv-font-display); font-size: 1.6rem; color: var(--fv-coral); }

/* ---------------------------------------------------------
 * FORMS
 * --------------------------------------------------------- */
.fv-form { display: flex; flex-direction: column; gap: 1.2em; }
.fv-form label { font-weight: 500; font-size: 0.92rem; display: flex; flex-direction: column; gap: 0.4em; color: var(--fv-ink); }
.fv-form input, .fv-form textarea, .fv-form select {
	font-family: var(--fv-font-body);
	padding: 0.8em 1em;
	border: 1px solid rgba(18,64,63,0.2);
	border-radius: var(--fv-radius);
	font-size: 0.95rem;
	background: var(--fv-white);
}
.fv-form-honeypot { position: absolute; left: -9999px; }
.fv-form-notice { max-width: 700px; margin: 0 auto 2em; padding: 1em 1.4em; border-radius: var(--fv-radius); text-align: center; }
.fv-form-success { background: #e4f2e0; color: #2f5d27; }
.fv-form-error { background: #fbe4e0; color: #7a2a1c; }

.fv-contact-section { max-width: 1100px; margin: 0 auto 5em; padding: 0 1.5em; }
.fv-contact-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 3em; }

.fv-review-form-section { max-width: 640px; margin: 0 auto 5em; padding: 0 1.5em; }
.fv-review-form-section h2 { text-align: center; margin-bottom: 1em; }

/* ---------------------------------------------------------
 * BLOG
 * --------------------------------------------------------- */
.fv-blog-grid { max-width: 1100px; margin: 0 auto 3em; padding: 0 1.5em; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8em; }
.fv-blog-card { background: var(--fv-white); border-radius: 10px; overflow: hidden; box-shadow: 0 8px 20px rgba(18,64,63,0.08); }
.fv-blog-card img { aspect-ratio: 4/3; }
.fv-blog-card-body { padding: 1.2em; }
.fv-blog-date { font-size: 0.8rem; color: var(--fv-coral); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }

.fv-single-post { max-width: 760px; margin: 0 auto; padding: 0 1.5em; }
.fv-page-hero-post { padding-top: 3em; }
.fv-single-image img { border-radius: 10px; margin-bottom: 2em; aspect-ratio: 16/9; }
.fv-single-content h2 { margin-top: 1.6em; }

/* ---------------------------------------------------------
 * LEGAL
 * --------------------------------------------------------- */
.fv-legal-content { max-width: 760px; margin: 0 auto 5em; padding: 0 1.5em; }
.fv-legal-content h2 { margin-top: 1.6em; }

/* ---------------------------------------------------------
 * 404
 * --------------------------------------------------------- */
.fv-404 { text-align: center; padding: 8em 1.5em; }
.fv-404 h1 { font-size: 5rem; }

/* ---------------------------------------------------------
 * FOOTER
 * --------------------------------------------------------- */
.fv-footer { background: var(--fv-teal-deep); color: rgba(255,255,255,0.8); padding: 4em 1.5em 1.5em; }
.fv-footer-inner { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5em; }
.fv-logo-footer { color: var(--fv-white); margin-bottom: 0.6em; }
.fv-footer h3 { color: var(--fv-white); font-size: 1rem; margin-bottom: 0.8em; }
.fv-footer a:hover { color: var(--fv-coral); }
.fv-footer-menu { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 0.5em; }
.fv-footer-bottom { max-width: 1240px; margin: 3em auto 0; padding-top: 1.5em; border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.82rem; }

/* ---------------------------------------------------------
 * COOKIE BAR — full width bottom
 * --------------------------------------------------------- */
.fv-cookie-bar {
	position: fixed;
	left: 0; right: 0; bottom: -120px;
	background: var(--fv-teal-deep);
	color: var(--fv-white);
	padding: 1.2em 1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.4em;
	flex-wrap: wrap;
	z-index: 500;
	transition: bottom 0.4s ease;
}
.fv-cookie-bar.is-visible { bottom: 0; }
.fv-cookie-bar p { margin: 0; color: rgba(255,255,255,0.85); font-size: 0.9rem; }
#fv-cookie-accept { background: var(--fv-coral); color: var(--fv-white); border: none; padding: 0.6em 1.6em; border-radius: var(--fv-radius); cursor: pointer; font-family: var(--fv-font-body); }

/* ---------------------------------------------------------
 * RESPONSIVE
 * --------------------------------------------------------- */
@media (max-width: 900px) {
	.fv-nav-list { display: none; }
	.fv-menu-toggle { display: flex; }
	.fv-composer-widget { grid-template-columns: 1fr; }
	.fv-philosophy { grid-template-columns: 1fr; }
	.fv-content-block { grid-template-columns: 1fr; }
	.fv-content-image img { position: static; }
	.fv-signature-grid { grid-template-columns: 1fr; }
	.fv-tours-grid { grid-template-columns: 1fr; }
	.fv-process-steps { grid-template-columns: repeat(2, 1fr); }
	.fv-contact-grid { grid-template-columns: 1fr; }
	.fv-blog-grid { grid-template-columns: 1fr; }
	.fv-footer-inner { grid-template-columns: 1fr; }
}
