/*
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.5
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;
  }

  .mwt-hero-inner {
    padding-top: 104px;
    padding-bottom: 58px;
  }

  .mwt-hero h1 {
    font-size: clamp(36px, 11vw, 52px);
    line-height: 1.02;
  }

  .mwt-hero-copy {
    margin-top: 18px;
    font-size: 16px;
  }

  .mwt-hero-benefits {
    margin-top: 18px;
    font-size: 13px;
  }

  .mwt-hero-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .mwt-hero-proof {
    margin-top: 22px;
  }

  .mwt-hero-benefits {
    gap: 8px;
  }

  .mwt-hero-benefits span {
    width: 100%;
    justify-content: flex-start;
  }

  .mwt-hero-collage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    min-height: 0;
  }

  .mwt-hero-image {
    position: static;
    width: 100%;
    box-shadow: 0 4px 14px rgba(107, 29, 59, 0.1);
  }

  .mwt-hero-image-main {
    grid-column: 1 / -1;
    height: 260px;
  }

  .mwt-hero-image-vineyard,
  .mwt-hero-image-winery {
    height: 148px;
  }

  .mwt-hero-card {
    position: static;
    width: 100%;
    margin-top: 14px;
    padding: 18px;
  }

  .mwt-hero-card strong {
    font-size: 21px;
  }

  .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;
  }
}
