/* RESET & BASE TYPOGRAPHY */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  background: #23211F;
  color: #F3EFE5;
}

body {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  background: #23211F;
  color: #F3EFE5;
  min-height: 100vh;
}

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

a {
  color: #C6A962;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #fff;
}

ul, ol {
  list-style: none;
}

button {
  font-family: inherit;
  font-size: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

/* FONTS */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', 'Times New Roman', serif;
  color: #F3EFE5;
  letter-spacing: 1px;
  font-weight: 700;
}

h1 { font-size: 2.75rem; margin-bottom: 20px; }
h2 { font-size: 2rem; margin-bottom: 16px; }
h3 { font-size: 1.25rem; margin-bottom: 12px; }
h4 { font-size: 1.1rem; }

p, li, .author {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #E9E6DB;
}
strong { color: #C6A962; font-weight: 600; }

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  width: 100%;
  background: #23211F;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.content-wrapper {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.card {
  background: #23211F;
  border: 1.5px solid #3C3732;
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(25,19,17,0.16);
  margin-bottom: 20px;
  position: relative;
  padding: 28px 22px;
  min-width: 250px;
  flex: 1 1 320px;
  transition: box-shadow 0.3s, border-color 0.25s;
}
.card:hover {
  border-color: #C6A962;
  box-shadow: 0 6px 30px rgba(25,19,17,0.26);
  z-index: 2;
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

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

.testimonial-card {
  background: #F3EFE5;
  color: #231F1B;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 24px;
  box-shadow: 0 3px 14px rgba(27, 26, 24, 0.10);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  min-width: 250px;
  border: 1px solid #C6A962;
}
.testimonial-card .author {
  color: #7A3B2E;
  font-size: 0.95rem;
  font-style: italic;
}
.testimonial-card .stars {
  color: #C6A962;
  letter-spacing: 1px;
  font-size: 1.1rem;
}
.testimonials .testimonial-card {
  margin-bottom: 20px;
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  width: 100%;
}
.feature-grid li {
  background: #242323;
  border: 1.5px solid #33302B;
  border-radius: 10px;
  padding: 32px 20px;
  flex: 1 1 250px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: border 0.2s, box-shadow 0.25s;
}
.feature-grid li img {
  height: 38px;
  margin-bottom: 16px;
  filter: brightness(0.8) sepia(0.4) hue-rotate(-30deg) saturate(3);
}
.feature-grid li:hover {
  border-color: #C6A962;
  box-shadow: 0 4px 20px rgba(50, 50, 50, 0.17);
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.feature-list li {
  background: #1E1B19;
  border-radius: 8px;
  border: 1.5px solid #312C28;
  padding: 20px 14px 18px 14px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  transition: box-shadow 0.18s, border 0.18s;
}
.feature-list li img {
  height: 30px;
  margin-bottom: 8px;
  filter: grayscale(0.15) brightness(0.92) contrast(1.5) drop-shadow(0 0 2px rgba(198,169,98,0.16));
}
.feature-list li span {
  color: #F3EFE5;
  text-align: center;
  font-size: 1rem;
}
.feature-list li:hover {
  box-shadow: 0 2px 18px rgba(198,169,98,0.08);
  border-color: #C6A962;
}

.stats {
  font-size: 1.04rem;
  color: #C6A962;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

.section ul {
  margin-left: 0;
  padding-left: 0;
}
.section li {
  margin-bottom: 12px;
  position: relative;
}
.section li strong { color: #7A3B2E; }
.text-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* =========== HEADER & NAVIGATION ========= */
header {
  width: 100%;
  background: #151412;
  border-bottom: 2px solid #312C28;
  position: sticky;
  top: 0;
  z-index: 100;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
}
header a img {
  height: 42px;
}
nav {
  display: flex;
  gap: 30px;
}
nav a {
  color: #F3EFE5;
  font-size: 1rem;
  font-family: 'Lato', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.09em;
  position: relative;
  padding: 6px 0;
  transition: color 0.16s;
}
nav a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #C6A962;
  transition: width 0.17s;
  margin-top: 2px;
}
nav a:hover, nav a:focus {
  color: #C6A962;
}
nav a:hover:after, nav a:focus:after {
  width: 100%;
}

.cta-button {
  background: #C6A962;
  color: #23211F;
  border-radius: 7px;
  padding: 12px 34px 12px 34px;
  font-size: 1.15rem;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: none;
  box-shadow: 0 4px 16px rgba(81,60,22,0.09);
  transition: background 0.21s, color 0.21s, box-shadow 0.22s;
  cursor: pointer;
  text-align: center;
  margin-left: 12px;
}
.cta-button:hover, .cta-button:focus {
  background: #9B7B2B;
  color: #fff;
  box-shadow: 0 8px 25px rgba(198,169,98,0.13);
}

/* ===================== HERO SECTIONS ======================= */
.hero {
  background: linear-gradient(180deg, #231F1B 50%, #171513 100%);
  padding: 70px 0 28px 0;
  border-bottom: 2px solid #1E1B19;
}
.hero .container {
  align-items: center;
  justify-content: center;
}
.hero .content-wrapper {
  align-items: center;
  gap: 20px;
  text-align: center;
}
.hero h1 {
  color: #F3EFE5;
  font-size: 2.75rem;
  line-height: 1.2;
  letter-spacing: 2px;
}
.hero p {
  font-size: 1.13rem;
  color: #DFDAD0;
  margin-bottom: 13px;
}

/* ============== CTA SECTION STYLES ================ */
.cta-book-your-tour,
.cta-next-adventure,
.cta-wine-tour,
.cta-gastronomy,
.cta-masterclass,
.cta-contact,
.cta-experiences {
  background: #26231E;
  border-top: 2px solid #C6A962;
  border-bottom: 2px solid #C6A962;
  text-align: center;
  margin-bottom: 0;
  margin-top: 60px;
}
.cta-book-your-tour .content-wrapper,
.cta-next-adventure .content-wrapper,
.cta-wine-tour .content-wrapper,
.cta-gastronomy .content-wrapper,
.cta-masterclass .content-wrapper,
.cta-contact .content-wrapper,
.cta-experiences .content-wrapper {
  align-items: center;
  gap: 16px;
}
.cta-book-your-tour h2,
.cta-next-adventure h2,
.cta-wine-tour h2,
.cta-gastronomy h2,
.cta-masterclass h2,
.cta-contact h2,
.cta-experiences h2 {
  color: #C6A962;
}
.cta-book-your-tour p,
.cta-next-adventure p,
.cta-wine-tour p,
.cta-gastronomy p,
.cta-masterclass p,
.cta-contact p,
.cta-experiences p {
  color: #E9E6DB;
}

/* ============= FOOTER ============== */
footer {
  width: 100%;
  background: #1C1A17;
  color: #E9E6DB;
  border-top: 2px solid #3B362E;
  padding-top: 32px;
  margin-top: 80px;
}
footer .container {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 32px;
  align-items: flex-start;
  padding-bottom: 24px;
}
.footer-brand img {
  height: 44px;
  margin-bottom: 18px;
}
footer nav {
  flex-direction: column;
  gap: 10px;
}
footer nav a {
  color: #E9E6DB;
  font-size: 1rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
footer nav a:hover, footer nav a:focus {
  color: #C6A962;
}
footer .contact-info > div {
  font-size: 0.97rem;
  margin-bottom: 7px;
}
footer .social-links {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 12px;
}
footer .social-links a img {
  height: 28px;
  filter: grayscale(0.5) brightness(1.3);
  opacity: 0.9;
  transition: filter 0.15s, opacity 0.15s;
}
footer .social-links a:hover img,
footer .social-links a:focus img {
  filter: grayscale(0) brightness(1.6) sepia(0.35) hue-rotate(-20deg);
  opacity: 1;
}
footer .copyright {
  width: 100%;
  text-align: center;
  font-size: 0.98rem;
  margin: 0 auto;
  color: #988A73;
  padding-bottom: 24px;
  border-top: 1px solid #312C28;
  background: #181715;
  padding-top: 16px;
}

/* ========== MOBILE MENU ========== */
.mobile-menu-toggle {
  display: none;
  background: #C6A962;
  color: #23211F;
  border-radius: 7px;
  font-size: 2.15rem;
  padding: 6px 16px;
  margin-left: 16px;
  align-items: center;
  justify-content: center;
  z-index: 120;
  transition: background 0.2s, color 0.2s;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #9B7B2B;
  color: #fff;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  background: #151412;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 42px 32px 24px 32px;
  z-index: 2000;
  transform: translateX(-100%);
  transition: transform 0.36s cubic-bezier(0.77,0.2,0.05,1.0);
  box-shadow: 6px 0 32px rgba(27,25,23,0.34);
  opacity: 0.98;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  background: #7A3B2E;
  color: #fff;
  font-size: 2.25rem;
  border-radius: 6px;
  padding: 4px 14px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(122,59,46,0.13);
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #C6A962;
  color: #23211F;
}
.mobile-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.mobile-nav a {
  padding: 15px 0;
  font-size: 1.35rem;
  font-family: 'Lato', Arial, sans-serif;
  color: #F3EFE5;
  border-bottom: 1px solid #312C28;
  transition: color 0.15s, background 0.15s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #C6A962;
  background: #24211B;
}

@media (max-width: 1024px) {
  .container { max-width: 98vw; }
  header .container { flex-direction: row; gap: 14px; }
  nav { gap: 18px; }
}

@media (max-width: 900px) {
  footer .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  h1 { font-size: 2.03rem; }
  h2 { font-size: 1.6rem; }
  .section { padding: 32px 8px; }
  .card, .feature-grid li, .feature-list li {
    min-width: 95vw;
    padding: 22px 10px;
  }

  .feature-grid { flex-direction: column; gap: 18px; }
  .feature-list { flex-direction: column; gap: 14px; }
  .content-grid { flex-direction: column; gap: 12px; }
  .card-container { flex-direction: column; gap: 18px; }
  .testimonials .testimonial-card {
    max-width: 98vw;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  header nav, .cta-button {
    display: none;
  }
}

@media (max-width: 530px) {
  .container { padding: 0 5px; }
  .mobile-menu {
    padding: 38px 8px 8px 8px;
  }
}

/* =============== COOKIE CONSENT BANNER =============== */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2C1F18;
  color: #F3EFE5;
  z-index: 20000;
  box-shadow: 0 -3px 16px rgba(32,23,19,0.19);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px 28px;
  border-top: 2.5px solid #C6A962;
  animation: cookieBannerIn 0.56s cubic-bezier(0.77,0,0.18,1);
}
@keyframes cookieBannerIn {
  from { transform: translateY(100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-banner .cookie-text {
  flex: 3;
  font-size: 1.01rem;
  color: #F3EFE5;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 12px;
}
.cookie-banner .cookie-btn {
  background: #C6A962;
  color: #23211F;
  border-radius: 6px;
  font-size: 1rem;
  padding: 10px 18px;
  font-weight: 700;
  border: none;
  margin-right: 0;
  transition: background 0.18s, color 0.18s;
}
.cookie-banner .cookie-btn.settings {
  background: #24211B;
  color: #C6A962;
  border: 1px solid #C6A962;
}
.cookie-banner .cookie-btn:hover, .cookie-banner .cookie-btn:focus {
  background: #9B7B2B;
  color: #fff;
}

/* COOKIE PREFERENCES MODAL */
.cookie-modal-overlay {
  position: fixed;
  z-index: 21000;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(36, 33, 30, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeInModalBg 0.24s cubic-bezier(0.65,0,0.35,1);
}
@keyframes fadeInModalBg {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cookie-modal {
  background: #23211F;
  color: #F3EFE5;
  border-radius: 12px;
  max-width: 375px;
  width: 90vw;
  padding: 36px 24px 28px 24px;
  box-shadow: 0 12px 48px rgba(50,40,14,0.30);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: fadeInModal 0.33s cubic-bezier(0.77,0,0.18,1);
}
@keyframes fadeInModal {
  from { transform: translateY(40px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-modal h3 {
  font-size: 1.25rem;
  color: #C6A962;
}
.cookie-modal-categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookie-category {
  background: #1E1B19;
  padding: 14px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #F3EFE5;
  font-size: 1rem;
  border: 1px solid #312C28;
}
.cookie-category .cookie-toggle {
  width: 36px;
  height: 22px;
  position: relative;
  display: inline-block;
}
.cookie-category .cookie-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-category .slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #29241F;
  border-radius: 22px;
  transition: background 0.16s;
}
.cookie-category .cookie-toggle input:checked + .slider {
  background: #C6A962;
}
.cookie-category .slider:before {
  position: absolute;
  content: '';
  width: 18px; height: 18px;
  left: 2px; bottom: 2px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.15s;
}
.cookie-category .cookie-toggle input:checked + .slider:before {
  transform: translateX(14px);
}
.cookie-modal-actions {
  display: flex;
  gap: 14px;
  margin-top: 16px;
  justify-content: flex-end;
}
.cookie-modal-btn {
  background: #C6A962;
  color: #231F1B;
  border-radius: 7px;
  padding: 9px 16px;
  font-weight: 600;
  transition: background 0.15s, color 0.15s;
  border: none;
}
.cookie-modal-btn.secondary {
  background: #23211F;
  color: #C6A962;
  border: 1.1px solid #C6A962;
}
.cookie-modal-btn:hover, .cookie-modal-btn:focus {
  background: #9B7B2B;
  color: #fff;
}

/* ============= MISCELLANEOUS ============== */
::-webkit-scrollbar {
  width: 9px;
  background: #171513;
}
::-webkit-scrollbar-thumb {
  background: #2C1F18;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background: #48341D;
}

hr {
  border: none;
  border-top: 1.5px solid #3B362E;
  margin: 32px 0;
}

/* ============== FORMS ============== */
input, textarea, select {
  font-size: 1rem;
  border-radius: 7px;
  border: 1px solid #3B362E;
  padding: 10px 12px 10px 12px;
  color: #231F1B;
  margin-bottom: 16px;
  width: 100%;
  background: #F3EFE5;
  transition: border 0.17s;
}
input:focus, textarea:focus, select:focus {
  border-color: #C6A962;
  outline: none;
}
label { color: #C6A962; font-size: 0.99rem; }

/* ========== UTILITY CLASSES ========== */
.d-flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}
.align-start {
  align-items: flex-start;
}
.mt-20 { margin-top: 20px; }
.mb-20 { margin-bottom: 20px; }
.mt-32 { margin-top: 32px; }
.mb-32 { margin-bottom: 32px; }

/* ========== PAGE SECTIONS SPECIFIC ========== */
.signature-experiences, .signature-wine-tours, .event-highlights, .our-expertise, .masterclass-offerings, .exclusive-experiences {
  background: #24211B;
  border-radius: 16px;
  box-shadow: 0 1px 32px rgba(27,25,23,0.10);
}

.culinary-wine-experiences li, .about-why ul li, .section ul li, .section ol li {
  font-size: 1rem;
  color: #D9C8BC;
  margin-bottom: 8px;
}

@media (max-width: 600px) {
  .hero { padding-top: 38px; }
  .section { padding: 20px 2px; }
  .card-content, .text-section { gap: 10px; }
}

/* ========== FOCUS VISIBLE (for accessibility) ========== */
a:focus-visible, button:focus-visible, .cta-button:focus-visible {
  outline: 2.5px solid #C6A962;
  outline-offset: 2px;
}

/* ========== ANIMATIONS AND TRANSITIONS ========== */
.cta-button, .cookie-btn, .cookie-modal-btn {
  transition: background 0.16s, color 0.16s, box-shadow 0.17s;
}
.card, .feature-grid li, .feature-list li, .testimonial-card {
  transition: box-shadow 0.2s, border 0.2s;
}

/* ========== HIERARCHY, CONTRAST, SHADOWS (INDUSTRIAL MODERN) ========== */
.section, .signature-experiences, .card, .feature-grid li, .feature-list li, .testimonial-card {
  box-shadow: 0 4px 16px rgba(30, 28, 21, 0.06), 0 1.5px 6px rgba(122,59,46,0.03);
}

/* =============== INDUSTRIAL ACCENT (SUBTLE METALLIC LINE) =============== */
.card::before, .testimonial-card::before {
  content: "";
  display: block;
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 5px;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(90deg, #C6A962 0%, #BAAD9C 100%);
  opacity: 0.33;
  z-index: 0;
}
.testimonial-card::before {
  height: 3px;
  opacity: 0.16;
}

/* =============== END =============== */
