/* RESET & BASE STYLES | VINTAGE RETRO LUXURY */

html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  min-height: 100vh;
  color: #22253A;
  background: #ECDCC6;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #22253A;
  text-decoration: none;
  transition: color 0.2s;
}
a:focus {
  outline: 2px dashed #B0985B;
}
ul, ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
li {
  margin-bottom: 8px;
}
strong {
  font-weight: 700;
}

/* VINTAGE RETRO TYPE SCALE & FONTS */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', 'Times New Roman', serif;
  color: #22253A;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1.15;
}
h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
h4, h5, h6 {
  font-size: 1rem;
}
p {
  margin-bottom: 16px;
  font-size: 1.125rem;
}

/* CARD LAYOUTS & SECTIONS (Flexbox Only) */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* Feature grid usage in multiple sections (Flex Only!) */
.feature-grid, .destination-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: flex-start;
}
.feature-item, .destination-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #F8F5EC;
  border: 1.5px solid #B0985B;
  border-radius: 16px;
  box-shadow: 0 4px 14px 0 rgba(34,37,58,0.04), 0 1.5px 3px 0 rgba(188,178,147,0.05);
  padding: 26px 20px;
  min-width: 260px;
  max-width: 360px;
  margin-bottom: 20px;
  transition: box-shadow 0.18s, transform 0.13s;
}
.feature-item:hover, .destination-item:hover {
  box-shadow: 0 8px 32px 0 rgba(34,37,58,0.13);
  transform: translateY(-2px) scale(1.025);
  border-color: #22253A;
}

/* Testimonial Cards */
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #f5e6ce;
  color: #141217;
  gap: 10px;
  padding: 20px 24px;
  border-radius: 18px;
  margin-bottom: 24px;
  font-size: 1.12rem;
  box-shadow: 0 3px 13px 0 rgba(176,152,91,0.12);
  border: 1.5px solid #ecd0b0;
  transition: box-shadow 0.18s, border-color 0.13s;
}
.testimonial-card p {
  margin-bottom: 10px;
  font-style: italic;
}
.testimonial-card span {
  color: #735924;
  font-size: 0.98rem;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 0.01em;
  opacity: 0.85;
}
.testimonial-card:hover {
  box-shadow: 0 8px 38px 0 rgba(176,152,91,.20);
  border-color: #B0985B;
}

/* Card container for multiple testimonials or items (Flex only - see .card-container reqs) */
.card-container, .testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #F8F5EC;
  border-radius: 16px;
  box-shadow: 0 3px 13px 0 rgba(188,178,147,0.07);
  padding: 32px;
}

/* Utility content flex layouts */
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* VISUAL and DECORATIVE RETRO VIBES */
.visual-accent img {
  width: 70px;
  height: auto;
  margin-top: 18px;
  filter: sepia(0.65) contrast(0.93) saturate(0.95);
  opacity: 0.82;
}

/* Decorative classic retro border lines (used where needed) */
.retro-border {
  width: 100%;
  height: 6px;
  background: repeating-linear-gradient(90deg,#B0985B,#B0985B 8px,transparent 8px,transparent 16px);
  border-radius: 3px;
  margin: 24px 0;
  opacity: 0.15;
}

/* HEADER & NAVIGATION VINTAGE LUX STYLE */
header {
  background: #22253A;
  color: #ECE4CB;
  box-shadow: 0 1px 12px 0 rgba(34,37,58, 0.10);
  padding: 0 0 4px 0;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 72px;
}
header a img {
  height: 48px;
}
.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.045em;
  color: #ECDCC6;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 6px 0;
  position: relative;
  transition: color 0.16s;
}
.main-nav a:after {
  content: '';
  display: block;
  height: 2px;
  width: 0%;
  background: #B0985B;
  border-radius: 2px;
  transition: width 0.18s;
  margin: 2px auto 0 auto;
}
.main-nav a:hover,
.main-nav a:focus {
  color: #B0985B;
}
.main-nav a:hover:after,
.main-nav a:focus:after {
  width: 80%;
}
.main-nav .cta-primary {
  background: #B0985B;
  color: #22253A;
  font-weight: 700;
  border-radius: 19px;
  padding: 8px 28px;
  box-shadow: 0 2px 8px 0 rgba(188,152,91,0.11);
  margin-left: 10px;
  text-transform: none;
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  border: none;
  transition: background 0.16s, color 0.16s, box-shadow 0.16s;
}
.main-nav .cta-primary:hover,
.main-nav .cta-primary:focus {
  background: #ECDCC6;
  color: #735924;
  box-shadow: 0 5px 18px 0 rgba(188,152,91,.19);
}

/* MOBILE MENU BUTTON */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #ECDCC6;
  font-size: 2.1rem;
  cursor: pointer;
  padding: 2px 10px;
  margin-left: 16px;
  transition: color 0.14s;
}
.mobile-menu-toggle:focus {
  outline: 2px dashed #B0985B;
}

/* MOBILE MENU OVERLAY */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #22253A;
  z-index: 1400;
  box-shadow: 0 4px 44px 0 rgba(34,37,58,.4);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 22px 22px 22px;
  transform: translateX(-110vw);
  transition: transform 0.38s cubic-bezier(.65,.16,.41,.97);
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #ECDCC6;
  font-size: 2.15rem;
  align-self: flex-end;
  cursor: pointer;
  margin-bottom: 24px;
  transition: color 0.14s;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.mobile-nav a {
  color: #ECDCC6;
  font-family: 'Playfair Display', serif;
  font-size: 1.22rem;
  padding: 10px 2px;
  font-weight: 700;
  border-bottom: 1.5px dotted #B0985B;
  transition: color 0.14s, background 0.14s;
}
.mobile-nav a:active,
.mobile-nav a:focus {
  background: #ECDCC6;
  color: #22253A;
  border-radius: 9px;
}

/* HERO, CTAS, AND BUTTONS */
.hero-section {
  background: #B0985B url('../assets/retro-pattern.svg') repeat;
  background-size: 160px 160px;
  color: #22253A;
  padding: 64px 0 48px 0;
}
.hero-section h1 {
  color: #ECDCC6;
  font-size: 2.7rem;
  text-shadow: 0 2px 18px #B0985B55;
}
.hero-section p {
  color: #F7F6ED;
  font-size: 1.23rem;
  margin-bottom: 22px;
}
.cta-primary {
  display: inline-block;
  padding: 13px 42px;
  background: #B0985B;
  color: #22253A;
  border: none;
  border-radius: 33px;
  box-shadow: 0 3px 16px 0 rgba(188,152,91,0.13);
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.18rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.13s, color 0.11s, box-shadow 0.18s;
}
.cta-primary:hover, .cta-primary:focus {
  background: #ECDCC6;
  color: #735924;
  box-shadow: 0 6px 22px 0 rgba(176,152,91,0.22);
  text-decoration: none;
}

/* CTA Sections */
.cta-section {
  background: #F8F5EC;
  border-top: 3px solid #B0985B;
  border-bottom: 3px solid #B0985B;
  margin-bottom: 60px;
  padding: 44px 20px;
  text-align: center;
}
.cta-section .content-wrapper,
.cta-section h2, .cta-section p {
  align-items: center;
  justify-content: center;
}

/* About, Case, and Misc */
.text-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1.1rem;
}
.case-snippets {
  font-style: italic;
  color: #735924;
  border-left: 5px solid #B0985B;
  padding-left: 16px;
  margin-top: 20px;
  background: #f6eada;
  border-radius: 10px;
}

/* Accordion (FAQ) */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-bottom: 24px;
}
.faq-item h3 {
  cursor: pointer;
  position: relative;
  font-size: 1.08rem;
  padding-right: 25px;
}
.faq-item p {
  font-size: 1rem;
  color: #735924;
  margin-bottom: 5px;
}
.faq-item {
  background: #F8F5EC;
  border-radius: 16px;
  border: 1.2px solid #ecd0b0;
  padding: 15px 24px 15px 18px;
  transition: box-shadow 0.15s;
  margin-bottom: 12px;
}
.faq-item:hover {
  box-shadow: 0 2px 16px 0 rgba(176,152,91,0.19);
}
.quick-links ul {
  margin-top: 10px;
  list-style: circle inside;
}
.quick-links h3 {
  margin-bottom: 9px;
}

/* Footer Styles */
footer {
  background: #22253A;
  color: #ECDCC6;
  font-size: 1rem;
  padding: 46px 0 16px 0;
  border-top: 6px solid #B0985B;
  margin-top: 30px;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-start;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
.footer-menu a {
  color: #ECDCC6;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  transition: color 0.13s;
}
.footer-menu a:hover, .footer-menu a:focus {
  color: #B0985B;
  text-decoration: underline dotted #B0985B;
}
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: #ECDCC6;
  font-size: 0.98rem;
}
.contact-detail {
  display: flex;
  align-items: center;
  gap: 8px;
}
.social-links {
  display: flex;
  gap: 13px;
}
.social-links a img {
  width: 30px; height: 30px;
  opacity: 0.78;
  transition: opacity 0.16s, filter 0.18s;
  filter: sepia(0.88) saturate(0.85) hue-rotate(-15deg);
}
.social-links a:hover img {
  opacity: 1;
  filter: sepia(0.45) saturate(1.55) brightness(1.12);
}
footer p:last-child {
  margin-top: 17px;
  color: #DEC99C;
  font-size: 0.98rem;
  opacity: 0.80;
}

/* CONTACT DETAILS LIST STYLE */
.contact-details ul,
.hero-section ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.contact-details li,
.hero-section ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  color: #735924;
}

/* Cookie Consent Banner Styles */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0;
  width: 100vw;
  background: #22253A;
  color: #ECDCC6;
  font-family: 'Montserrat', Arial, sans-serif;
  box-shadow: 0 -3px 22px 0 rgba(34,37,58, 0.18);
  z-index: 2000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 22px 18px 18px 18px;
  font-size: 1.08rem;
  transition: transform 0.33s cubic-bezier(.63, .03, .4, .99);
}
.cookie-banner.hide {
  transform: translateY(120%);
}
.cookie-banner .cookie-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.cookie-banner button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  border-radius: 26px;
  border: none;
  padding: 9px 30px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.13s, color 0.15s;
}
.cookie-banner .cookie-accept {
  background: #B0985B;
  color: #22253A;
}
.cookie-banner .cookie-accept:focus,
.cookie-banner .cookie-accept:hover {
  background: #ECDCC6;
  color: #735924;
}
.cookie-banner .cookie-reject {
  background: #fff;
  color: #B0985B;
  border: 1.5px solid #B0985B;
}
.cookie-banner .cookie-reject:focus,
.cookie-banner .cookie-reject:hover {
  border-color: #22253A;
  color: #22253A;
}
.cookie-banner .cookie-settings {
  background: transparent;
  color: #ECDCC6;
  border: 1.5px solid #ECDCC6;
}
.cookie-banner .cookie-settings:focus,
.cookie-banner .cookie-settings:hover {
  background: #DEC99C;
  color: #22253A;
  border-color: #B0985B;
}

/* Cookie Modal Popup */
.cookie-modal {
  position: fixed;
  left: 50%;
  bottom: 30%;
  transform: translate(-50%, 100px) scale(0.87);
  z-index: 2200;
  max-width: 95vw;
  min-width: 300px;
  background: #F8F5EC;
  color: #22253A;
  border-radius: 18px;
  box-shadow: 0 8px 60px 0 rgba(34,37,58,0.24);
  padding: 40px 24px 28px 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s cubic-bezier(.63, .03, .4, .99), transform 0.26s cubic-bezier(.63, .03, .4, .99);
}
.cookie-modal.open {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%, 0) scale(1);
}
.cookie-modal h2 {
  font-size: 1.35rem;
  margin-bottom: 18px;
  color: #735924;
}
.cookie-modal .cookie-category {
  margin-bottom: 23px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px dotted #ecd0b0;
}
.cookie-modal label {
  font-size: 1.07rem;
  font-weight: 600;
}
.cookie-modal input[type='checkbox'] {
  width: 21px;
  height: 21px;
  accent-color: #B0985B;
  border-radius: 8px;
  outline: 2px solid #B0985B;
  margin-right: 8px;
}
.cookie-modal input[disabled] {
  opacity: 0.5;
  accent-color: #DEC99C;
}
.cookie-modal .modal-btns {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  margin-top: 10px;
}
.cookie-modal button {
  border-radius: 22px;
  padding: 7px 28px;
  font-family: 'Montserrat', Arial, sans-serif;
  border: 1.5px solid #B0985B;
  background: #B0985B;
  color: #22253A;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
}
.cookie-modal button.cancel {
  background: #F8F5EC;
  color: #B0985B;
}
.cookie-modal button.save {
  background: #B0985B;
  color: #22253A;
}

/* RETRO-INSPIRED SHADOWS, BORDERS, PATTERNS */
.pattern-bg {
  background: url('../assets/retro-pattern.svg') repeat;
  background-size: 170px 170px;
}

/* Animations for Microinteractions */
.cta-primary, .mobile-menu, .cookie-banner, .testimonial-card, .feature-item, .faq-item {
  transition: box-shadow 0.16s, color 0.13s, background 0.13s, border 0.13s, transform 0.17s;
}

/* RESPONSIVE STYLES - MOBILE FIRST */
@media (max-width: 1200px) {
  .container { max-width: 990px; }
}
@media (max-width: 900px) {
  .container { max-width: 96vw; }
  .hero-section { padding: 42px 0 30px 0; }
  .section { padding: 24px 6px; }
}
@media (max-width: 768px) {
  html { font-size: 15px; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.4rem; }
  h3 { font-size: 1.07rem; }
  .container {
    max-width: 100vw;
    padding-left: 6px; padding-right: 6px;
  }
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  /* Footer responsive */
  footer .container, .footer-contact {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
  }
  .footer-menu {
    gap: 10px;
    font-size: .97rem;
    flex-wrap: wrap;
  }
  /* Testimonial and Feature grids stack */
  .feature-grid, .destination-grid, .card-container, .testimonial-slider {
    flex-direction: column;
    gap: 20px;
  }
  .content-grid, .text-image-section {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  .testimonial-card, .feature-item, .destination-item {
    min-width: unset;
    width: 100%;
    padding: 18px;
    font-size: 1rem;
  }
  .cookie-banner {
    flex-direction: column;
    gap: 13px;
    align-items: flex-start;
  }
}
@media (max-width: 500px) {
  html { font-size: 14px; }
  .hero-section h1 { font-size: 1.38rem; }
  .column, .feature-item, .testimonial-card {
    font-size: 0.97rem;
    padding: 13px 8px;
  }
  .section, .cta-section { padding: 18px 2px; }
  footer { padding: 28px 0 9px 0; }
}
