/*
Theme Name: Malaga Wine Tour
Theme URI: https://malagawinetour.com
Template: twentytwentyfive
Author: Ramon Lucena
Author URI: https://malagawinetour.com
Description: Child theme for Malaga Wine Tour with a custom conversion-focused homepage.
Version: 1.0.8
Text Domain: malaga-wine-tour
*/

body {
  overflow-x: hidden;
}

.page-id-1199 .site-main,
.page-id-6 .site-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

header.entry-header.alignwide:empty {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
}

/* Merged homepage styles. */
:root {
  --mwt-green: #18352e;
  --mwt-forest: #0f241f;
  --mwt-wine: #6b1737;
  --mwt-clay: #8f4b31;
  --mwt-gold: #b79a63;
  --mwt-cream: #f3e9da;
  --mwt-paper: #faf6ee;
  --mwt-sand: #e3d3bc;
  --mwt-ink: #17231f;
  --mwt-grey: #68716d;
  --mwt-bluegrey: #3a4a5c;
  --mwt-shadow: 0 18px 50px rgba(15, 36, 31, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--mwt-paper);
  color: var(--mwt-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body,
button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mwt-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.mwt-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 14px clamp(22px, 4vw, 54px);
  color: var(--mwt-green);
  background: rgba(250, 246, 238, 0.96);
  box-shadow: 0 1px 28px rgba(15, 36, 31, 0.08);
  backdrop-filter: blur(14px);
  transition: background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.mwt-header.is-scrolled {
  background: rgba(250, 246, 238, 0.96);
  color: var(--mwt-green);
  box-shadow: 0 1px 28px rgba(15, 36, 31, 0.1);
  backdrop-filter: blur(14px);
}

.mwt-brand {
  display: block;
  width: clamp(166px, 18vw, 236px);
  background: rgba(250, 246, 238, 0.92);
  padding: 7px 10px;
  border-radius: 5px;
}

.mwt-brand img {
  width: 100%;
}

.mwt-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.5vw, 34px);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mwt-nav a {
  opacity: 0.9;
}

.mwt-nav a:hover {
  opacity: 1;
}

.mwt-nav-cta {
  padding: 12px 20px;
  color: var(--mwt-cream);
  background: var(--mwt-wine);
  border-radius: 5px;
}

.mwt-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(24, 53, 46, 0.25);
  border-radius: 5px;
}

.mwt-header.is-scrolled .mwt-menu-toggle {
  border-color: rgba(24, 53, 46, 0.25);
}

.mwt-menu-toggle span:not(.screen-reader-text) {
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}

.mwt-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  color: #211a16;
  background:
    linear-gradient(180deg, #f6efe3 0, #fff 560px),
    #f6efe3;
  overflow: hidden;
}

.mwt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 22%, rgba(242, 195, 60, 0.18), transparent 28%),
    radial-gradient(circle at 86% 14%, rgba(107, 29, 59, 0.08), transparent 26%);
}

.mwt-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  gap: clamp(38px, 6vw, 72px);
  align-items: center;
  padding: 132px 0 104px;
}

.mwt-hero-copy-block {
  max-width: 660px;
}

.mwt-hero .mwt-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 13px;
  color: #3f4a2f;
  background: #fffdf8;
  border: 1px solid rgba(107, 29, 59, 0.14);
  border-radius: 9999px;
  box-shadow: 0 1px 4px rgba(107, 29, 59, 0.08), 0 1px 2px rgba(107, 29, 59, 0.04);
}

.mwt-kicker {
  margin: 0 0 16px;
  color: var(--mwt-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mwt-hero h1,
.mwt-section h2,
.mwt-final-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: 0;
}

.mwt-hero h1 {
  max-width: 680px;
  color: #18352e;
  font-size: clamp(42px, 5.7vw, 76px);
  line-height: 0.98;
}

.mwt-hero-copy {
  max-width: 580px;
  margin: 24px 0 0;
  color: #6f6259;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.62;
}

.mwt-hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 650px;
  margin: 22px 0 0;
}

.mwt-hero-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 8px 12px;
  color: #18352e;
  background: #fffdf8;
  border: 1px solid rgba(107, 29, 59, 0.14);
  border-radius: 9999px;
  box-shadow: 0 1px 4px rgba(107, 29, 59, 0.06);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.mwt-hero-benefits svg {
  color: #6b1737;
}

.mwt-lucide {
  flex: 0 0 auto;
}

.mwt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.mwt-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.mwt-button-primary {
  background: var(--mwt-wine);
  color: var(--mwt-cream);
}

.mwt-hero .mwt-button-primary {
  background: #6b1737;
  color: #f3e9da;
  border: 1px solid rgba(107, 23, 55, 0.18);
  border-radius: 9999px;
  box-shadow: 0 8px 24px rgba(107, 23, 55, 0.16), 0 4px 8px rgba(107, 23, 55, 0.08);
}

.mwt-button-secondary {
  color: #18352e;
  background: #fffdf8;
  border: 1px solid rgba(107, 29, 59, 0.14);
  border-radius: 9999px;
}

.mwt-button-ghost {
  border: 1px solid rgba(243, 233, 218, 0.34);
  color: var(--mwt-cream);
}

.mwt-button-outline {
  border: 1px solid var(--mwt-sand);
  color: var(--mwt-green);
}

.mwt-button-light {
  background: var(--mwt-cream);
  color: var(--mwt-wine);
}

.mwt-button-ghost-light {
  border: 1px solid rgba(243, 233, 218, 0.34);
  color: var(--mwt-cream);
}

.mwt-hero-proof {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  row-gap: 2px;
  align-items: center;
  width: fit-content;
  margin-top: 28px;
  padding: 13px 15px;
  color: #6f6259;
  background: #fffdf8;
  border: 1px solid rgba(107, 29, 59, 0.14);
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(107, 29, 59, 0.08), 0 1px 2px rgba(107, 29, 59, 0.04);
  font-size: 13px;
  line-height: 1.5;
}

.mwt-hero-proof svg {
  grid-row: 1 / 3;
  color: #f2c33c;
  fill: rgba(242, 195, 60, 0.28);
}

.mwt-hero-proof strong {
  color: #211a16;
  font-size: 14px;
}

.mwt-hero-visual {
  position: relative;
  min-height: 590px;
}

.mwt-hero-collage {
  position: relative;
  min-height: 590px;
}

.mwt-hero-image {
  position: absolute;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(107, 29, 59, 0.14);
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(107, 29, 59, 0.12), 0 4px 8px rgba(107, 29, 59, 0.06);
}

.mwt-hero-image-main {
  top: 36px;
  right: 0;
  width: 78%;
  height: 452px;
}

.mwt-hero-image-vineyard {
  top: 0;
  left: 0;
  z-index: 2;
  width: 42%;
  height: 258px;
}

.mwt-hero-image-winery {
  left: 52px;
  bottom: 30px;
  z-index: 2;
  width: 52%;
  height: 188px;
}

.mwt-hero-card {
  position: absolute;
  right: 22px;
  bottom: 0;
  z-index: 3;
  display: grid;
  gap: 9px;
  width: min(320px, calc(100% - 28px));
  padding: 22px;
  color: #211a16;
  background: #ffffff;
  border: 1px solid rgba(107, 29, 59, 0.14);
  border-radius: 20px;
  box-shadow: 0 16px 48px rgba(107, 29, 59, 0.14), 0 6px 12px rgba(107, 29, 59, 0.06);
}

.mwt-hero-card strong {
  color: #18352e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
}

.mwt-hero-card span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #6f6259;
  font-size: 14px;
  line-height: 1.35;
}

.mwt-hero-card span svg {
  color: #6b1737;
}

.mwt-hero-card a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  padding: 11px 18px;
  color: #f3e9da;
  background: #6b1737;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.mwt-booking-strip {
  position: relative;
  z-index: 4;
  margin-top: -54px;
  padding-bottom: 34px;
}

.mwt-booking-panel {
  display: grid;
  grid-template-columns: 1fr 0.7fr 1fr auto;
  gap: 14px;
  align-items: end;
  padding: 18px;
  background: var(--mwt-paper);
  border: 1px solid rgba(183, 154, 99, 0.32);
  border-radius: 8px;
  box-shadow: var(--mwt-shadow);
}

.mwt-booking-panel label {
  display: grid;
  gap: 8px;
}

.mwt-booking-panel span {
  color: var(--mwt-green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mwt-booking-panel input,
.mwt-booking-panel select {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  color: var(--mwt-green);
  background: #fff;
  border: 1px solid var(--mwt-sand);
  border-radius: 5px;
}

.mwt-trust {
  padding: 28px 0 18px;
}

.mwt-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(183, 154, 99, 0.35);
  border: 1px solid rgba(183, 154, 99, 0.35);
  border-radius: 8px;
  overflow: hidden;
}

.mwt-trust-grid div {
  min-height: 104px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 22px;
  background: #fff;
  text-align: center;
}

.mwt-trust-grid strong {
  color: var(--mwt-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 600;
}

.mwt-trust-grid span {
  color: var(--mwt-grey);
  font-size: 13px;
}

.mwt-section {
  padding: clamp(76px, 9vw, 118px) 0;
}

.mwt-section h2,
.mwt-final-cta h2 {
  color: var(--mwt-green);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.05;
}

.mwt-section-head {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.mwt-section-head-left {
  margin-left: 0;
  text-align: left;
}

.mwt-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(38px, 6vw, 74px);
  align-items: center;
}

.mwt-split-reverse {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.mwt-signature-media {
  position: relative;
}

.mwt-signature-media img,
.mwt-story img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--mwt-shadow);
}

.mwt-floating-note {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  color: var(--mwt-cream);
  background: rgba(107, 23, 55, 0.92);
  border-radius: 8px;
}

.mwt-floating-note span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mwt-floating-note strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 600;
}

.mwt-copy-block p:not(.mwt-kicker),
.mwt-story p,
.mwt-final-cta p {
  color: var(--mwt-grey);
  font-size: 17px;
  line-height: 1.75;
}

.mwt-check-list {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 26px 0;
  list-style: none;
}

.mwt-check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--mwt-green);
  line-height: 1.55;
}

.mwt-check-list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 13px;
  height: 13px;
  background: var(--mwt-gold);
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px var(--mwt-paper);
}

.mwt-text-link {
  color: var(--mwt-wine);
  font-weight: 800;
}

.mwt-experiences,
.mwt-faq {
  background: #fff;
}

.mwt-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.mwt-tour-card {
  display: grid;
  overflow: hidden;
  background: var(--mwt-paper);
  border: 1px solid rgba(183, 154, 99, 0.26);
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(15, 36, 31, 0.06);
}

.mwt-tour-card img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
}

.mwt-tour-card > div {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.mwt-tour-card span {
  color: var(--mwt-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mwt-tour-card h3,
.mwt-feature-grid h3,
.mwt-timeline h3 {
  margin: 0;
  color: var(--mwt-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.18;
}

.mwt-tour-card p,
.mwt-feature-grid p,
.mwt-timeline p {
  margin: 0;
  color: var(--mwt-grey);
  font-size: 14px;
  line-height: 1.65;
}

.mwt-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 10px;
}

.mwt-card-foot strong {
  color: var(--mwt-wine);
}

.mwt-card-foot a {
  color: var(--mwt-green);
  font-weight: 800;
}

.mwt-why {
  background: var(--mwt-paper);
}

.mwt-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.mwt-feature-grid > div {
  display: grid;
  gap: 14px;
  padding: 28px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(183, 154, 99, 0.24);
}

.mwt-feature-grid strong {
  color: var(--mwt-wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 600;
}

.mwt-itinerary {
  background: var(--mwt-forest);
}

.mwt-itinerary h2,
.mwt-itinerary .mwt-timeline h3 {
  color: var(--mwt-cream);
}

.mwt-timeline {
  display: grid;
  gap: 22px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.mwt-timeline li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
}

.mwt-timeline span {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mwt-forest);
  background: var(--mwt-gold);
  border-radius: 50%;
  font-weight: 900;
}

.mwt-map-panel {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(183, 154, 99, 0.15), transparent 42%),
    radial-gradient(circle at 70% 32%, rgba(143, 75, 49, 0.36), transparent 30%),
    linear-gradient(145deg, #27443b, #102620);
  border: 1px solid rgba(183, 154, 99, 0.24);
  border-radius: 8px;
}

.mwt-route-line {
  position: absolute;
  inset: 20%;
  border: 2px dashed rgba(183, 154, 99, 0.72);
  border-left: 0;
  border-bottom: 0;
  border-radius: 50%;
  transform: rotate(-18deg);
}

.mwt-pin {
  position: absolute;
  padding: 8px 12px;
  color: var(--mwt-forest);
  background: var(--mwt-cream);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mwt-pin-a {
  left: 12%;
  bottom: 18%;
}

.mwt-pin-b {
  top: 28%;
  right: 18%;
}

.mwt-pin-c {
  top: 52%;
  left: 36%;
}

.mwt-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.mwt-review-grid blockquote {
  margin: 0;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(183, 154, 99, 0.25);
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(15, 36, 31, 0.05);
}

.mwt-review-grid p {
  margin: 0 0 18px;
  color: var(--mwt-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.45;
}

.mwt-review-grid cite {
  color: var(--mwt-wine);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.mwt-included {
  color: var(--mwt-cream);
  background: var(--mwt-wine);
}

.mwt-included-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: clamp(34px, 6vw, 80px);
  align-items: start;
}

.mwt-included h2 {
  color: var(--mwt-cream);
}

.mwt-included .mwt-check-list li {
  color: rgba(243, 233, 218, 0.86);
}

.mwt-included .mwt-check-list li::before {
  box-shadow: inset 0 0 0 4px var(--mwt-wine);
}

.mwt-story {
  background: var(--mwt-paper);
}

.mwt-story img {
  aspect-ratio: 1 / 1.18;
}

.mwt-narrow {
  max-width: 820px;
}

.mwt-faq-item {
  border-bottom: 1px solid var(--mwt-sand);
}

.mwt-faq-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 0;
  color: var(--mwt-green);
  text-align: left;
}

.mwt-faq-item button span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.25;
}

.mwt-faq-item i {
  position: relative;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid var(--mwt-sand);
  border-radius: 50%;
}

.mwt-faq-item i::before,
.mwt-faq-item i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: var(--mwt-green);
  transform: translate(-50%, -50%);
}

.mwt-faq-item i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.2s ease;
}

.mwt-faq-item button[aria-expanded="true"] i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.mwt-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
}

.mwt-faq-answer p {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  color: var(--mwt-grey);
  font-size: 15px;
  line-height: 1.75;
}

.mwt-faq-item button[aria-expanded="true"] + .mwt-faq-answer {
  grid-template-rows: 1fr;
  padding-bottom: 24px;
}

.mwt-faq-contact {
  display: grid;
  justify-items: center;
  gap: 18px;
  margin-top: 44px;
  text-align: center;
}

.mwt-faq-contact p {
  margin: 0;
  color: var(--mwt-grey);
}

.mwt-final-cta {
  padding: clamp(76px, 9vw, 118px) 0;
  color: var(--mwt-cream);
  background:
    linear-gradient(135deg, rgba(15, 36, 31, 0.24), rgba(15, 36, 31, 0)),
    var(--mwt-wine);
  text-align: center;
}

.mwt-final-cta .mwt-container {
  max-width: 780px;
}

.mwt-final-cta h2 {
  color: var(--mwt-cream);
}

.mwt-final-cta p {
  color: rgba(243, 233, 218, 0.72);
}

.mwt-final-cta div div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.mwt-footer {
  padding: 64px 0 30px;
  color: rgba(243, 233, 218, 0.58);
  background: var(--mwt-forest);
}

.mwt-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 44px;
}

.mwt-footer-logo {
  width: 230px;
  padding: 8px;
  margin-bottom: 18px;
  background: rgba(250, 246, 238, 0.94);
  border-radius: 5px;
}

.mwt-footer h2 {
  margin: 0 0 18px;
  color: rgba(243, 233, 218, 0.42);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mwt-footer p {
  max-width: 300px;
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.7;
}

.mwt-footer a {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
}

.mwt-footer-button,
.mwt-footer-outline {
  padding: 13px 18px;
  border-radius: 5px;
  text-align: center;
}

.mwt-footer-button {
  color: var(--mwt-cream);
  background: var(--mwt-wine);
}

.mwt-footer-outline {
  border: 1px solid rgba(243, 233, 218, 0.14);
}

.mwt-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
  margin-top: 44px;
  border-top: 1px solid rgba(243, 233, 218, 0.09);
}

.mwt-footer-bottom p {
  margin: 0;
  color: rgba(243, 233, 218, 0.32);
  font-size: 12px;
}

.mwt-footer-bottom div {
  display: flex;
  gap: 20px;
}

.mwt-footer-bottom a {
  margin: 0;
  color: rgba(243, 233, 218, 0.32);
  font-size: 12px;
}

@media (max-width: 920px) {
  .mwt-menu-toggle {
    display: flex;
  }

  .mwt-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 22px;
    right: 22px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    color: var(--mwt-green);
    background: var(--mwt-paper);
    border-radius: 8px;
    box-shadow: var(--mwt-shadow);
  }

  .mwt-nav.is-open {
    display: flex;
  }

  .mwt-nav a {
    padding: 14px 12px;
  }

  .mwt-nav-cta {
    color: var(--mwt-cream);
    text-align: center;
  }

  .mwt-booking-panel,
  .mwt-trust-grid,
  .mwt-card-grid,
  .mwt-feature-grid,
  .mwt-review-grid,
  .mwt-included-grid,
  .mwt-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mwt-hero {
    min-height: auto;
  }

  .mwt-hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 76px;
  }

  .mwt-hero-copy-block {
    max-width: 760px;
  }

  .mwt-hero-visual {
    min-height: auto;
  }

  .mwt-hero-collage {
    min-height: 520px;
  }

  .mwt-hero-image-main {
    height: 410px;
  }

  .mwt-hero-image-vineyard {
    height: 230px;
  }

  .mwt-hero-image-winery {
    height: 168px;
  }

  .mwt-hero-card {
    right: 22px;
    bottom: 22px;
  }

  .mwt-split,
  .mwt-split-reverse {
    grid-template-columns: 1fr;
  }

  .mwt-map-panel {
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  .mwt-container {
    width: min(100% - 32px, 1180px);
  }

  .mwt-header {
    min-height: 68px;
    padding: 12px 16px;
  }

  .mwt-brand {
    width: 166px;
  }

  /* ─── Hero: image-first mobile layout ─────────────────── */

  .mwt-hero {
    background: #f6efe3;
  }

  .mwt-hero::before {
    display: none;
  }

  .mwt-hero-inner {
    padding-top: 104px;
    padding-bottom: 44px;
    gap: 0;
  }

  /* Visual comes FIRST on mobile */
  .mwt-hero-visual {
    order: -1;
    min-height: 0;
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }

  /* Gradient fade at bottom of image */
  .mwt-hero-visual::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 72px;
    background: linear-gradient(to bottom, transparent, #f6efe3);
    pointer-events: none;
  }

  .mwt-hero-collage {
    display: block;
    min-height: 0;
  }

  .mwt-hero-image {
    position: static;
    border: none;
    box-shadow: none;
  }

  .mwt-hero-image-main {
    width: 100%;
    height: clamp(248px, 64vw, 310px);
    border-radius: 0;
  }

  .mwt-hero-image-vineyard,
  .mwt-hero-image-winery {
    display: none;
  }

  .mwt-hero-card {
    display: none;
  }

  /* Copy block */
  .mwt-hero-copy-block {
    max-width: 100%;
    padding-top: 18px;
  }

  .mwt-hero .mwt-kicker {
    font-size: 10px;
    padding: 5px 10px;
  }

  .mwt-hero h1 {
    font-size: clamp(30px, 9vw, 44px);
    line-height: 1.04;
    margin-top: 10px;
    max-width: 100%;
  }

  .mwt-hero-copy {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.55;
    max-width: 100%;
  }

  /* Benefits: horizontal scroll strip */
  .mwt-hero-benefits {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 8px;
    margin-top: 16px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 2px 16px 6px;
  }

  .mwt-hero-benefits::-webkit-scrollbar {
    display: none;
  }

  .mwt-hero-benefits span {
    flex: 0 0 auto;
    white-space: nowrap;
    width: auto;
    font-size: 12px;
    padding: 7px 11px;
  }

  /* CTAs: full-width, stacked */
  .mwt-hero-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
  }

  .mwt-hero .mwt-button-primary,
  .mwt-hero .mwt-button-secondary {
    min-height: 54px;
    font-size: 15px;
  }

  .mwt-hero-proof {
    margin-top: 18px;
    font-size: 12px;
    width: 100%;
    padding: 11px 14px;
  }

  /* ─── Rest of page ─────────────────────────────────────── */

  .mwt-button {
    width: 100%;
  }

  .mwt-booking-strip {
    margin-top: 0;
    padding-top: 20px;
  }

  .mwt-booking-panel,
  .mwt-trust-grid,
  .mwt-card-grid,
  .mwt-feature-grid,
  .mwt-review-grid,
  .mwt-included-grid,
  .mwt-footer-grid {
    grid-template-columns: 1fr;
  }

  .mwt-section {
    padding: 68px 0;
  }

  .mwt-section-head {
    text-align: left;
  }

  .mwt-floating-note {
    position: static;
    margin-top: -8px;
    border-radius: 0 0 8px 8px;
  }

  .mwt-faq-item button span {
    font-size: 20px;
  }

  .mwt-final-cta div div,
  .mwt-footer-bottom {
    flex-direction: column;
  }
}


/* ============================================================
   MWT HEADER & FOOTER — enhanced components
   v2.0 · June 2025
   ============================================================ */

/* ── Top utility bar ──────────────────────────────────────── */
.mwt-topbar {
  position: fixed;
  z-index: 51;
  top: 0;
  left: 0;
  right: 0;
  height: 34px;
  background: var(--mwt-forest);
  color: rgba(243, 233, 218, 0.6);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.mwt-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.mwt-topbar-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mwt-topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: inherit;
  transition: color 0.2s;
}

.mwt-topbar-link:hover { color: var(--mwt-gold); }

.mwt-topbar-wa { color: rgba(243, 233, 218, 0.75); }

.mwt-topbar-sep {
  opacity: 0.35;
  user-select: none;
}

.mwt-topbar-rating {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--mwt-gold);
}

.mwt-topbar-rating span {
  color: rgba(243, 233, 218, 0.6);
  margin-left: 4px;
}

.mwt-topbar-langs {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mwt-lang {
  color: rgba(243, 233, 218, 0.5);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: color 0.2s;
}

.mwt-lang:hover,
.mwt-lang--active { color: var(--mwt-cream); }

/* Push header below topbar */
.mwt-header {
  top: 34px !important;
}

/* ── Nav link hover animation ─────────────────────────────── */
.mwt-nav-link {
  position: relative;
}

.mwt-nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--mwt-gold);
  border-radius: 2px;
  transition: width 0.22s ease;
}

.mwt-nav-link:hover::after { width: 100%; }

/* ── WhatsApp icon in desktop nav ────────────────────────── */
.mwt-nav-wa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #25d366;
  border: 1px solid rgba(37, 211, 102, 0.28);
  border-radius: 50%;
  transition: background 0.2s, border-color 0.2s;
}

.mwt-nav-wa-icon:hover {
  background: rgba(37, 211, 102, 0.1);
  border-color: rgba(37, 211, 102, 0.5);
}

/* ── Hamburger bar styling (replaces plain spans) ─────────── */
.mwt-bar {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

/* Animate to X when open */
.mwt-menu-toggle[aria-expanded="true"] .mwt-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.mwt-menu-toggle[aria-expanded="true"] .mwt-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.mwt-menu-toggle[aria-expanded="true"] .mwt-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ── Footer social strip ──────────────────────────────────── */
.mwt-footer-social-strip {
  border-bottom: 1px solid rgba(243, 233, 218, 0.07);
  padding: 20px 0;
}

.mwt-footer-social-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.mwt-footer-social-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(243, 233, 218, 0.35);
}

.mwt-social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mwt-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: rgba(243, 233, 218, 0.5);
  border: 1px solid rgba(243, 233, 218, 0.1);
  border-radius: 8px;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.mwt-social-icon:hover {
  color: var(--mwt-gold);
  border-color: rgba(183, 154, 99, 0.4);
  background: rgba(183, 154, 99, 0.06);
}

/* ── Footer col overrides ─────────────────────────────────── */
.mwt-footer-col--brand p {
  max-width: 280px;
  margin: 14px 0 18px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(243, 233, 218, 0.5);
}

/* ── Footer address / contact links ──────────────────────── */
.mwt-footer-address {
  display: grid;
  gap: 10px;
  font-style: normal;
}

.mwt-footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(243, 233, 218, 0.5);
  font-size: 13px;
  margin-bottom: 0;
  transition: color 0.2s;
}

.mwt-footer-contact-link:hover { color: var(--mwt-gold); }

.mwt-footer-contact-link svg { flex-shrink: 0; }

/* ── Footer nav links ─────────────────────────────────────── */
.mwt-footer-col nav a {
  display: block;
  margin-bottom: 11px;
  color: rgba(243, 233, 218, 0.5);
  font-size: 14px;
  transition: color 0.2s, padding-left 0.2s;
}

.mwt-footer-col nav a:hover {
  color: var(--mwt-cream);
  padding-left: 4px;
}

/* ── Footer trust badges ──────────────────────────────────── */
.mwt-footer-trust {
  margin-top: 18px;
  display: grid;
  gap: 9px;
}

.mwt-footer-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(243, 233, 218, 0.38);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.mwt-footer-trust-badge svg {
  flex-shrink: 0;
  color: var(--mwt-gold);
}

/* ── WhatsApp floating button ─────────────────────────────── */
.mwt-wa-float {
  position: fixed;
  z-index: 100;
  bottom: 24px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 18px 13px 15px;
  background: #25d366;
  color: #fff;
  border-radius: 9999px;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.32), 0 2px 8px rgba(37, 211, 102, 0.18);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.mwt-wa-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(37, 211, 102, 0.38), 0 4px 12px rgba(37, 211, 102, 0.22);
  color: #fff;
}

/* ── Mobile responsive ────────────────────────────────────── */
@media (max-width: 920px) {
  /* Hide WhatsApp icon from nav on mobile (float button covers it) */
  .mwt-nav-wa-icon { display: none; }

  .mwt-footer-social-inner {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
  }
}

@media (max-width: 680px) {
  /* Topbar: hide rating on very small screens */
  .mwt-topbar-rating { display: none; }

  .mwt-wa-float { bottom: 16px; right: 16px; }

  /* Compact float button on mobile */
  .mwt-wa-float-label { display: none; }

  .mwt-wa-float {
    width: 52px;
    height: 52px;
    padding: 0;
    justify-content: center;
  }
}
