/*
Theme Name: Tvian-Tur Astra
Description: Lightweight Tvian-Tur presentation layer built on Astra Free.
Author: Tvian-Tur
Template: astra
Version: 1.2.2
Requires at least: 6.7
Requires PHP: 8.1
License: GPL-2.0-or-later
Text Domain: tvian-tur-astra
*/

:root {
	--tvian-forest: #153d37;
	--tvian-ink: #17211f;
	--tvian-sand: #f3eee4;
	--tvian-coral: #c85e42;
	--tvian-cream: #fbf9f4;
}

html { font-size: 16px !important; scroll-behavior: smooth; }
body { color: var(--tvian-ink); background: var(--tvian-cream); text-wrap: pretty; }
body, button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
h1, h2, h3, h4, h5, h6 { color: var(--tvian-ink); font-family: Georgia, 'Times New Roman', serif; line-height: 1.08; }
a { text-underline-offset: .18em; }
.site-content .ast-container { max-width: none; padding: 0; }
.site-content .content-area { width: 100%; }
#primary { width: 100%; margin: 0; }
.site-main, .entry-content, .entry-content > * { margin-top: 0; }
body .entry-content > .alignfull { width: 100% !important; max-width: 100% !important; margin-inline: 0 !important; }
.entry-header { display: none; }

.tvian-shell { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.tvian-site-header { position: relative; z-index: 20; border-bottom: 1px solid rgb(21 61 55 / 12%); background: rgb(251 249 244 / 96%); }
.tvian-header-inner { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 2rem; }
.tvian-brand { color: var(--tvian-forest); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.45rem, 2.5vw, 2rem); font-weight: 700; letter-spacing: -.03em; text-decoration: none; }
.tvian-eyebrow { letter-spacing: .14em; text-transform: uppercase; }
.tvian-primary-nav { display: flex; align-items: center; gap: 1.25rem; font-size: .9rem; }
.tvian-primary-nav ul { display: flex; align-items: center; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.tvian-primary-nav a { color: var(--tvian-forest); text-decoration: none; }
.tvian-primary-nav a:hover { text-decoration: underline; }
.tvian-nav-cta a { display: inline-flex; min-height: 44px; align-items: center; padding-inline: 1rem; border-radius: 999px; background: var(--tvian-coral); color: #fff; font-weight: 700; }
.tvian-language-switcher { padding-left: 1rem !important; border-left: 1px solid #c8bda8; }
.tvian-language-switcher .is-current { font-weight: 700; text-decoration: underline; text-underline-offset: .25em; }
.tvian-menu-toggle { display: none; min-height: 44px; align-items: center; gap: .7rem; border: 1px solid var(--tvian-forest); border-radius: 999px; padding: .55rem .9rem; background: transparent; color: var(--tvian-forest); font: inherit; font-weight: 700; cursor: pointer; }
.tvian-menu-icon { display: grid; gap: 3px; width: 18px; }
.tvian-menu-icon span { display: block; height: 2px; background: currentColor; }

.tvian-home-hero { position: relative; display: grid; min-height: min(580px, calc(100svh - 72px)); overflow: hidden; place-items: center; background: var(--tvian-forest); }
.tvian-hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tvian-hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(7 25 22 / 78%) 0%, rgb(7 25 22 / 58%) 45%, rgb(7 25 22 / 18%) 78%, rgb(7 25 22 / 8%) 100%); }
.tvian-hero-inner { position: relative; z-index: 1; width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.tvian-hero-copy { max-width: 650px; }
.tvian-home-hero h1 { max-width: 13ch; margin: .4rem 0 1rem; color: #fff; font-size: clamp(2.25rem, 3.6vw, 3.25rem); line-height: 1.06; text-shadow: 0 2px 22px rgb(0 0 0 / 32%); text-wrap: balance; }
.tvian-home-hero .tvian-eyebrow { color: #f6d9c9; }
.tvian-hero-lead { max-width: 560px; margin-bottom: 1.5rem; color: #fff; font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.55; }
.tvian-home-hero .wp-block-button__link, .tvian-process .wp-block-button__link { border-radius: 999px; background: var(--tvian-coral); color: #fff; }
.tvian-home-hero .is-style-outline .wp-block-button__link { border-color: #fff; background: transparent; }
.tvian-destinations { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.tvian-destinations > h2, .tvian-process > h2 { margin-bottom: 3rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.2rem, 5vw, 4rem); }
.tvian-destinations .wp-block-columns, .tvian-process .wp-block-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 2rem); }
.tvian-destination-image { margin-bottom: 1.2rem; overflow: hidden; }
.tvian-destination-image img { display: block; width: 100%; transition: transform .5s ease; }
.tvian-destination-image a:hover img { transform: scale(1.025); }
.tvian-destinations h3 { font-family: Georgia, 'Times New Roman', serif; }
.tvian-destinations h3 a { color: var(--tvian-forest); text-decoration: none; }
.tvian-process { padding: 6rem max(20px, calc((100vw - 1180px) / 2)); background: var(--tvian-sand) !important; }
.tvian-step-number { color: var(--tvian-coral); font-size: .8rem; font-weight: 700; letter-spacing: .16em; }

/* Editorial homepage system. */
.tvian-section { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.tvian-kicker { margin: 0 0 1rem; color: var(--tvian-coral); font-size: .75rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.tvian-section h2, .tvian-feature h2, .tvian-final-cta h2 { margin: 0; font-size: clamp(1.65rem, 2.4vw, 2.25rem); line-height: 1.16; text-wrap: balance; }
.tvian-intro { padding: clamp(3.5rem, 6vw, 5.5rem) 0; background: #fff; }
.tvian-intro-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(2rem, 8vw, 8rem); }
.tvian-large-copy { max-width: 720px; margin: 1.25rem 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1rem, 1.2vw, 1.125rem); line-height: 1.65; }
.tvian-text-link { display: inline-flex; min-height: 44px; align-items: center; color: var(--tvian-forest); font-weight: 700; text-decoration-thickness: 1px; }
.tvian-destination-section { padding: clamp(3.5rem, 6vw, 5.5rem) 0; background: var(--tvian-cream); }
.tvian-section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 3rem; margin-bottom: 3rem; }
.tvian-section-heading > p { max-width: 470px; margin: 0 0 .35rem; }
.tvian-destination-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.tvian-place-card { margin: 0; }
.tvian-place-card a { display: block; color: var(--tvian-forest); text-decoration: none; }
.tvian-place-card img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.tvian-place-card span { display: flex; min-height: 50px; align-items: center; justify-content: space-between; padding-top: .65rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.15rem; font-weight: 700; }
.tvian-place-card span::after { content: '→'; font-family: Arial, sans-serif; font-size: 1rem; transition: transform .2s ease; }
.tvian-place-card a:hover span::after { transform: translateX(4px); }
.tvian-placeholder-note { margin: 2rem 0 0; color: #5b6663; font-size: .8rem; }
.tvian-feature { display: grid; grid-template-columns: 1.15fr .85fr; background: var(--tvian-forest); }
.tvian-feature-image img { display: block; width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.tvian-feature-copy { display: flex; padding: clamp(3rem, 6vw, 5rem); justify-content: center; flex-direction: column; color: #fff; }
.tvian-feature-copy h2 { color: #fff; }
.tvian-feature-copy > p:not(.tvian-kicker) { max-width: 540px; margin: 1.5rem 0; }
.tvian-feature-copy .tvian-text-link { color: #fff; }
.tvian-steps { padding: clamp(3.5rem, 6vw, 5.5rem) 0; background: #fff; }
.tvian-centered-heading { max-width: 780px; margin: 0 auto 3.5rem; text-align: center; }
.tvian-step-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #c8bda8; }
.tvian-step { padding: 2rem 1.5rem 1rem 0; }
.tvian-step + .tvian-step { padding-left: 1.5rem; border-left: 1px solid #c8bda8; }
.tvian-step > span { color: var(--tvian-coral); font-size: .75rem; font-weight: 700; letter-spacing: .12em; }
.tvian-step h3 { margin: 1.2rem 0 .75rem; font-size: 1.35rem; }
.tvian-step p { margin: 0; font-size: .92rem; }
.tvian-center { margin-top: 2.5rem; text-align: center; }
.tvian-button { display: inline-flex; min-height: 48px; align-items: center; border-radius: 999px; padding: .65rem 1.4rem; background: var(--tvian-coral); color: #fff !important; font-weight: 700; text-decoration: none; transition: background .2s ease; }
.tvian-button:hover { background: #ad4933; }
.tvian-styles { padding: clamp(3.5rem, 6vw, 5.5rem) 0; background: var(--tvian-sand); }
.tvian-style-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #b9a886; }
.tvian-style-grid a { display: flex; min-height: 110px; padding: 1.5rem 0; justify-content: space-between; flex-direction: column; border-bottom: 1px solid #b9a886; color: var(--tvian-forest); text-decoration: none; }
.tvian-style-grid a:nth-child(odd) { padding-right: 2rem; }
.tvian-style-grid a:nth-child(even) { padding-left: 2rem; border-left: 1px solid #b9a886; }
.tvian-style-grid span { font-family: Georgia, 'Times New Roman', serif; font-size: 1.35rem; font-weight: 700; }
.tvian-style-grid small { color: #46514f; font-size: .9rem; }
.tvian-why { padding: clamp(3.5rem, 6vw, 5.5rem) 0; background: var(--tvian-forest); color: #fff; }
.tvian-why h2, .tvian-why h3 { color: #fff; }
.tvian-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.5rem; }
.tvian-why-grid h3 { margin: 0 0 1rem; font-size: 1.35rem; }
.tvian-why-grid p { margin: 0; color: #dbe4e1; font-size: .92rem; }
.tvian-final-cta .wp-block-cover__inner-container { width: min(1180px, calc(100% - 40px)); }
.tvian-final-cta { min-height: 440px !important; }
.tvian-final-cta .wp-block-cover__inner-container > div { max-width: 650px; }
.tvian-final-cta h2, .tvian-final-cta p, .tvian-final-cta .tvian-kicker { color: #fff !important; text-shadow: 0 1px 12px rgb(0 0 0 / 55%); }
.tvian-final-cta p:not(.tvian-kicker) { margin: 1.5rem 0; font-size: 1.1rem; }

.tvian-enquiry-form { max-width: 720px; margin: 4rem auto; padding-inline: 20px; }
.tvian-enquiry-form input:not([type="checkbox"]), .tvian-enquiry-form textarea, .tvian-enquiry-form select { box-sizing: border-box; width: 100%; min-height: 48px; margin-top: .35rem; padding: .8rem; border: 1px solid #9e927c; border-radius: 3px; background: #fff; font: inherit; }
.tvian-enquiry-form fieldset { margin: 2rem 0; padding: 1.25rem; border: 1px solid #b9a886; }
.tvian-enquiry-form legend { padding-inline: .5rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.35rem; }
.tvian-form-row { display: grid; grid-template-columns: 1fr 2fr; gap: 1rem; }
.tvian-enquiry-form button { border: 0; border-radius: 999px; padding: .9rem 1.5rem; background: var(--tvian-coral); color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
.tvian-enquiry-form :focus-visible, .tvian-site-header :focus-visible { outline: 3px solid var(--tvian-forest); outline-offset: 3px; }
.tvian-form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.tvian-site-footer { padding: 5rem 0 1.5rem; background: var(--tvian-forest); color: #fff; }
.tvian-footer-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.tvian-footer-inner h2 { color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.65rem, 2.6vw, 2.35rem); }
.tvian-footer-brand { font-family: Georgia, 'Times New Roman', serif; font-size: 1.7rem; }
.tvian-footer-inner a, .tvian-footer-bottom a { color: #fff; }
.tvian-footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid rgb(255 255 255 / 28%); font-size: .85rem; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
@media (prefers-reduced-motion: reduce) { .tvian-home-hero { background: linear-gradient(90deg, rgb(7 25 22 / 72%), rgb(7 25 22 / 25%)), url('assets/images/hero-mediterranean.jpg') center/cover no-repeat; } .tvian-hero-video { display: none; } }
@media (max-width: 920px) {
	.tvian-header-inner { min-height: 72px; flex-wrap: wrap; padding-block: .75rem; }
	.tvian-menu-toggle { display: inline-flex; }
	.tvian-primary-nav { display: none; width: 100%; padding: 1rem 0 .5rem; align-items: stretch; flex-direction: column; }
	.tvian-primary-nav.is-open { display: flex; }
	.tvian-primary-nav ul { align-items: stretch; flex-direction: column; }
	.tvian-primary-nav li, .tvian-primary-nav a { width: 100%; }
	.tvian-primary-nav a { display: flex; min-height: 44px; align-items: center; }
	.tvian-nav-cta a { justify-content: center; width: auto; }
	.tvian-language-switcher { padding-top: 1rem !important; padding-left: 0 !important; border-top: 1px solid #c8bda8; border-left: 0; flex-direction: row !important; }
	.tvian-language-switcher li, .tvian-language-switcher a { width: auto; }
	.tvian-form-row, .tvian-destinations .wp-block-columns, .tvian-process .wp-block-columns, .tvian-footer-inner { grid-template-columns: 1fr; }
	.tvian-home-hero { min-height: 540px; }
	.tvian-intro-grid, .tvian-section-heading, .tvian-feature { grid-template-columns: 1fr; }
	.tvian-destination-grid { grid-template-columns: repeat(2, 1fr); }
	.tvian-feature-image img { min-height: 440px; }
	.tvian-step-grid, .tvian-why-grid { grid-template-columns: repeat(2, 1fr); }
	.tvian-step:nth-child(3) { border-left: 0; }
	.tvian-footer-bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 600px) {
	.tvian-home-hero { min-height: 500px; }
	.tvian-hero-inner { width: calc(100% - 40px); }
	.tvian-hero-scrim { background: linear-gradient(90deg, rgb(7 25 22 / 82%), rgb(7 25 22 / 46%)); }
	.tvian-home-hero h1 { font-size: clamp(2rem, 9.5vw, 2.35rem); }
	.tvian-home-hero .wp-block-buttons { gap: .65rem; }
	.tvian-home-hero .wp-block-button__link { padding: .65rem 1rem; font-size: .82rem; }
	.tvian-destination-grid { grid-template-columns: 1fr; gap: 2rem; }
	.tvian-section-heading { gap: 1.25rem; }
	.tvian-place-card img { aspect-ratio: 4 / 4.7; }
	.tvian-feature-image img { min-height: 400px; }
	.tvian-feature-copy { padding: 3.5rem 20px; }
	.tvian-step-grid, .tvian-why-grid, .tvian-style-grid { grid-template-columns: 1fr; }
	.tvian-step + .tvian-step, .tvian-step:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid #c8bda8; }
	.tvian-style-grid a:nth-child(odd), .tvian-style-grid a:nth-child(even) { padding-inline: 0; border-left: 0; }
}
