/* RESET & BASE -------------------------- */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background: #F2E9E4;
  color: #22223B;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 16px;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #22223B;
  text-decoration: none;
  transition: color .2s;
}
a:hover, a:focus {
  color: #9A8C98;
}
ul, ol {
  padding-left: 20px;
  margin: 12px 0 12px 0;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}

/* TYPOGRAPHY -------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #22223B;
}
h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 24px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.5rem;
  margin-bottom: 14px;
}
h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
p, li {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #22223B;
}
strong {
  font-weight: 800;
}

/* BUTTONS & CTAs --------------------- */
.cta-btn, button, .package-comparison-table td:last-child a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.05rem;
  padding: 14px 32px;
  border-radius: 100px;
  border: none;
  background: #22223B;
  color: #F2E9E4;
  cursor: pointer;
  box-shadow: 0 2px 20px rgba(34,34,59,0.10);
  letter-spacing: .05em;
  transition: background .18s, color .18s, transform .15s, box-shadow .2s;
}
.cta-btn.primary:hover, .cta-btn.primary:focus, button:hover, button:focus {
  background: #9A8C98;
  transform: translateY(-3px) scale(1.03);
  color: #fff;
  box-shadow: 0 4px 40px rgba(154, 140, 152, 0.20);
}
.cta-btn.secondary {
  background: #F2E9E4;
  color: #22223B;
  border: 2px solid #22223B;
}
.cta-btn.secondary:hover, .cta-btn.secondary:focus {
  background: #22223B;
  color: #fff;
}

/* BRAND COLORS ----------------------- */
:root {
  --primary: #22223B;
  --secondary: #F2E9E4;
  --accent: #9A8C98;
}

/* CONTAINERS, WRAPPERS & LAYOUT------ */
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 20px rgba(34,34,59,0.10);
  padding: 32px 24px 28px 24px;
  flex: 1 1 290px;
  min-width: 270px;
  transition: box-shadow .22s, transform .15s;
}
.card:hover, .card:focus-within {
  box-shadow: 0 8px 32px rgba(154,140,152,0.13), 0 4px 8px rgba(34,34,59,.07);
  transform: translateY(-3px) scale(1.02);
  z-index: 2;
}
.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 {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 3px 16px rgba(34,34,59,0.07);
  margin-bottom: 24px;
  font-size: 1.09rem;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #22223B;
  transition: box-shadow .22s, transform .15s;
}
.testimonial-card:hover {
  box-shadow: 0 6px 32px rgba(154,140,152,0.13), 0 2px 8px rgba(34,34,59,.07);
  transform: translateY(-2px) scale(1.01);
}
.testimonial-card .author {
  margin-left: auto;
  font-weight: 700;
  font-size: 1rem;
  color: #9A8C98;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border-radius: 18px;
  padding: 28px 20px 24px 20px;
  box-shadow: 0 2px 18px rgba(34,34,59,0.09);
  min-width: 230px;
  flex: 1 1 215px;
  margin-bottom: 20px;
  transition: box-shadow .18s, transform .16s;
}
.feature-item:hover {
  box-shadow: 0 8px 28px rgba(154,140,152,0.13), 0 2px 8px rgba(34,34,59,.07);
  transform: translateY(-2.5px) scale(1.015);
}
.feature-item img {
  width: 38px;
  height: 38px;
}

/* NAVIGATION ------------------------- */
header {
  background: #fff;
  box-shadow: 0 2px 14px rgba(34,34,59,0.04);
  z-index: 30;
  position: sticky;
  top: 0;
}
.nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 16px 20px;
}
.logo img {
  height: 45px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.06rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.main-nav a {
  color: #22223B;
  position: relative;
  padding-bottom: 3px;
  transition: color .16s;
}
.main-nav a:after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 0%;
  border-bottom: 2.5px solid #9A8C98;
  transition: width 0.22s ease-out;
}
.main-nav a:hover:after, .main-nav a:focus:after {
  width: 100%;
}
.main-nav a:hover, .main-nav a:focus {
  color: #9A8C98;
}
.cta-btn.primary {
  margin-left: 32px;
  background: #9A8C98;
  color: #fff;
  border: none;
}
.cta-btn.primary:hover, .cta-btn.primary:focus {
  background: #22223B;
  color: #F2E9E4;
}

/* MOBILE NAVIGATION ------------------ */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #9A8C98;
  font-size: 2.1rem;
  padding: 8px 10px;
  transition: background .2s;
  z-index: 41;
  border-radius: 8px;
}
.mobile-menu-toggle:focus {
  outline: 2px solid #9A8C98;
  background: #F2E9E4;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #fff;
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform .34s cubic-bezier(.75,0,.25,1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 42px 0 0 0;
  box-shadow: 0 7px 24px rgba(34,34,59,0.17);
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: #f2e9e4;
  color: #22223B;
  border: none;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 0 0 36px 24px;
  z-index: 1002;
  align-self: flex-start;
  padding: 5px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: background .14s, color .14s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #9A8C98;
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 100%;
  align-items: flex-start;
  padding-left: 42px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: #22223B;
  padding: 8px 0;
  border-radius: 3px;
  transition: background .16s, color .16s;
  width: 100%;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #F2E9E4;
  color: #9A8C98;
}

@media (max-width: 1000px) {
  .main-nav, .cta-btn.primary {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
  }
}

@media (min-width: 1001px) {
  .mobile-menu, .mobile-menu-toggle {
    display: none !important;
  }
}

/* HERO & SHOWCASE -------------------- */
.hero {
  background: #22223B;
  color: #fff;
  min-height: 410px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  padding: 65px 0 55px 0;
  position: relative;
}
.hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  max-width: 620px;
}
.hero h1 {
  color: #fff;
  font-size: 2.6rem;
}
.hero-subline {
  color: #F2E9E4;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.18rem;
}

/* FEATURES GRID ---------------------- */
.features {
  background: #F2E9E4;
  padding: 48px 0 28px 0;
}
.feature-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px;
}
@media (max-width: 900px) {
  .feature-grid {
    flex-direction: column;
    gap: 24px;
  }
}

/* CARDS ------------------------------ */
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* TABLES (Pricing) ------------------- */
.package-comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 24px 0 36px 0;
  font-size: 1.08rem;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(34,34,59,0.08);
}
.package-comparison-table th {
  background: #9A8C98;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 1.03rem;
  font-weight: bold;
  padding: 18px 14px;
  text-align: left;
}
.package-comparison-table td {
  padding: 16px 14px;
  border-bottom: 1px solid #F2E9E4;
}
.package-comparison-table tr:last-child td {
  border-bottom: none;
}

/* TESTIMONIALS / CLIENT QUOTES ------- */
.testimonials, .client-quotes {
  background: #F2E9E4;
  padding: 56px 0 42px;
}
.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.client-quotes {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* ABOUT / TEXT SECTIONS -------------- */
.about, .about-mission, .about-team, .brand-story {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 20px rgba(34,34,59,0.06);
  margin-bottom: 40px;
  padding: 36px 0 36px 0;
}
.text-section {
  margin-bottom: 20px;
}
.text-section ul {
  margin-top: 6px;
  margin-bottom: 8px;
}
.text-section li {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.5;
}

/* GALERIE/EVENT-HIGHLIGHTS ----------- */
.event-highlights ul {
  margin-top: 6px;
}
.event-highlights li {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 1.5px 8px rgba(154,140,152,0.10);
  padding: 19px 18px 14px 18px;
  margin-bottom: 20px;
  font-size: 1.02rem;
  color: #22223B;
}

/* BENEFITS, TIMELINE, COLLABORATION -- */
.benefits ul, .timeline, .collaboration, .package-details ul {
  font-size: 1.04rem;
  margin-bottom: 4px;
}
.pricing-transparency {
  margin: 19px 0 0 0;
  font-size: 1rem;
}

/* FAQ-LIST --------------------------- */
.faq-list h2, .faq-list h3 {
  margin-top: 32px;
  margin-bottom: 6px;
  color: #9A8C98;
  font-size: 1.2rem;
  font-family: 'Playfair Display', serif;
}
.faq-list p {
  margin-bottom: 16px;
}

/* CONTACT / MAP-EMBED ---------------- */
.contact-home, .contact-section {
  background: #9A8C98;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 20px rgba(154,140,152,0.10);
  padding: 48px 0 30px 0;
  margin-bottom: 60px;
}
.contact-home h2, .contact-section h1, .contact-home h3 {
  color: #fff;
}
.contact-home ul, .contact-section ul {
  margin-top: 2px;
}
.contact-home li, .contact-section li {
  margin-bottom: 9px;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  gap: 11px;
}
.contact-home li img, .contact-section li img {
  width: 20px;
  height: 20px;
}
.map-embed {
  margin-top: 24px;
  font-size: 0.99rem;
  color: #F2E9E4;
}
.office-hours {
  padding: 34px 0 25px 0;
}
.office-hours h2 {
  margin-bottom: 10px;
}
.office-hours ul {
  font-size: 1.01rem;
  color: #22223B;
}

/* THANK YOU -------------------------- */
.thank-you-section {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 20px rgba(154,140,152,0.10);
  padding: 56px 0 42px 0;
  text-align: center;
}
.next-steps {
  margin-top: 16px;
  text-align: left;
}
.next-steps ul {
  margin-bottom: 0;
}
.next-steps li {
  margin-bottom: 10px;
}

/* FOOTER ----------------------------- */
footer {
  background: #22223B;
  color: #F2E9E4;
  padding: 40px 20px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-nav {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.footer-nav a {
  color: #F2E9E4;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  text-decoration: underline;
  transition: color .18s;
}
.footer-nav a:hover,
.footer-nav a:focus {
  color: #9A8C98;
}
.footer-contact {
  text-align: center;
  font-size: 0.97rem;
  color: #F2E9E4;
}


/* COOKIE BANNER & MODAL -------------- */
#cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background: #fff;
  border-top: 3px solid #9A8C98;
  box-shadow: 0 -4px 32px rgba(34,34,59,0.12);
  padding: 24px 16px 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  animation: cookie-fade-in .45s cubic-bezier(.77,.04,.42,1);
}
@keyframes cookie-fade-in {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}
#cookie-banner .cookie-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 4px;
}
#cookie-banner button {
  border-radius: 8px;
  font-size: 1rem;
  padding: 10px 19px;
  background: #9A8C98;
  color: #fff;
  border: none;
  font-weight: 700;
  cursor: pointer;
  transition: background .16s;
}
#cookie-banner button:hover {
  background: #22223B;
}
#cookie-banner .cookie-settings {
  background: #F2E9E4;
  color: #22223B;
  border: 2px solid #9A8C98;
}
#cookie-banner .cookie-settings:hover {
  background: #9A8C98;
  color: #fff;
}

#cookie-modal {
  position: fixed;
  z-index: 2200;
  left: 0; right: 0; top: 0; bottom: 0;
  background: rgba(34,34,59,0.57);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: cookie-fade-in .33s cubic-bezier(.77,.04,.42,1) both;
}
#cookie-modal .cookie-modal-dialog {
  background: #fff;
  border-radius: 18px;
  padding: 36px 28px 26px 28px;
  min-width: 330px;
  max-width: 94vw;
  box-shadow: 0 4px 28px rgba(34,34,59,0.23);
  font-family: 'Montserrat', Arial, sans-serif;
  animation: cookie-fade-in .17s cubic-bezier(.77,.04,.42,1) both;
}
#cookie-modal h2 {
  font-size: 1.35rem;
  color: #9A8C98;
  margin-bottom: 14px;
}
#cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 16px;
  font-size: 1.08rem;
}
#cookie-modal .cookie-category label {
  font-weight: 500;
}
#cookie-modal .cookie-category input[type=checkbox] {
  accent-color: #9A8C98;
  width: 17px;
  height: 17px;
}
#cookie-modal .category-essential {
  color: #22223B;
  font-weight: bold;
}
#cookie-modal .modal-actions {
  display: flex;
  gap: 13px;
  margin-top: 22px;
}
#cookie-modal button {
  padding: 9px 16px;
  border-radius: 7px;
  border: none;
  font-weight: 700;
  background: #9A8C98;
  color: #fff;
  font-size: 0.99rem;
}
#cookie-modal button.secondary {
  background: #F2E9E4;
  color: #22223B;
  border: 2px solid #9A8C98;
}
#cookie-modal button.secondary:hover {
  background: #9A8C98;
  color: #fff;
}
#cookie-modal button:hover {
  background: #22223B;
}
#cookie-modal .close-modal-btn {
  position: absolute;
  top: 24px;
  right: 36px;
  background: transparent;
  color: #9A8C98;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}
#cookie-modal .close-modal-btn:hover {
  color: #22223B;
}

/* MEDIA QUERIES ---------------------- */
@media (max-width: 900px) {
  .container {
    max-width: 98vw;
    padding: 0 9px;
  }
  .content-wrapper {
    gap: 16px;
  }
  .feature-item, .card {
    min-width: 98vw;
  }
}
@media (max-width: 768px) {
  .hero {
    min-height: 270px;
    padding: 33px 0 30px 0;
  }
  .hero h1 {
    font-size: 2.05rem;
  }
  .section {
    padding: 24px 6px;
    margin-bottom: 32px;
  }
  .feature-grid, .testimonial-slider, .card-container, .content-grid {
    flex-direction: column;
    gap: 20px;
  }
  .feature-item, .card {
    min-width: 0;
    width: 100%;
  }
  .nav-header {
    padding: 14px 8px;
    gap: 12px;
  }
}
@media (max-width: 520px) {
  h1 {
    font-size: 1.45rem;
  }
  h2 {
    font-size: 1.12rem;
  }
  .hero {
    min-height: 130px;
    padding: 18px 0 16px 0;
  }
  .main-nav {
    gap: 10px;
    font-size: .94rem;
  }
  .footer-nav {
    gap: 9px;
  }
}

/* MICRO-INTERACTIONS  ----------------*/
input, textarea, select {
  border-radius: 8px;
  border: 1.5px solid #9A8C98;
  padding: 10px 13px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  transition: border .16s, box-shadow .18s;
  outline: none;
}
input:focus, textarea:focus, select:focus {
  border-color: #22223B;
  box-shadow: 0 0 0 1.5px #22223B;
}

::-webkit-input-placeholder { color: #9A8C98; }
::-moz-placeholder { color: #9A8C98; }
:-ms-input-placeholder { color: #9A8C98; }
::placeholder { color: #9A8C98; }

/* OTHER GENERAL ---------------------- */
section {
  margin-bottom: 60px;
}

::-webkit-scrollbar {
  width: 11px;
  background: #F2E9E4;
}
::-webkit-scrollbar-thumb {
  background: #9A8C98;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: #22223B;
}

/* ACCESSIBILITY: FOCUS STATES -------- */
a:focus, button:focus, .cta-btn:focus {
  outline: 2.5px solid #9A8C98;
  outline-offset: 2px;
}

