/* =====================================================================
   ZOLA IMETHKI - style.css
   Creative Artistic Flex-only Responsive CSS
   Brand: Zola Imethki (Merriweather + Open Sans | #523A28 #DEE5DF #A6435A)
   ===================================================================== */

/* ---- CSS Reset & Normalize ---- */
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;
}
html {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  line-height: 1.5;
  background: #DEE5DF;
  color: #523A28;
  font-family: 'Open Sans', Arial, Helvetica Neue, Helvetica, sans-serif;
  min-height: 100vh;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
ul, ol, dl {
  margin-left: 1.1em;
  margin-bottom: 1.1em;
}
ul ul {
  margin-bottom: 0;
}
a {
  color: #A6435A;
  text-decoration: none;
  transition: color 0.2s;
}
a:focus {
  outline: 2px dashed #A6435A;
  outline-offset: 2px;
}
a:hover {
  color: #523A28;
  text-decoration: underline;
}
hr {
  border: none;
  border-top: 1px solid #B7B7B7;
  margin: 30px 0 20px;
}

/* ---- Font Imports ---- */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Open+Sans:wght@400;700&display=swap');

/* ---- Typography ---- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', Georgia, serif;
  color: #7C2237;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 18px;
  line-height: 1.2;
}
h1 {
  font-size: 2.6rem;
  margin-bottom: 24px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 18px;
}
h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}
h4 {
  font-size: 1.2rem;
}
p, li, dd {
  font-size: 1rem;
  color: #523A28;
  line-height: 1.6;
  margin-bottom: 12px;
}
strong { font-weight: 700; color: #A6435A; }
em {
  color: #A6435A;
}
blockquote {
  font-family: 'Merriweather', serif;
  font-size: 1.1rem;
  color: #523A28;
  background: #ffffffbb;
  border-left: 4px solid #A6435A;
  padding: 16px 24px;
  border-radius: 16px 2px 18px 2px;
  margin: 0 0 18px 0;
}
dt {
  font-weight: 700;
  color: #7C2237;
  margin-top: 12px;
}
dd {
  margin-left: 0;
  margin-bottom: 10px;
}
label {
  font-weight: 700;
  color: #523A28;
}
input, select, textarea {
  font-family: 'Open Sans', Arial, Helvetica Neue, Helvetica, sans-serif;
  border: 2px solid #A6435A;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 1rem;
  margin-top: 6px;
  margin-bottom: 14px;
  background: #fff;
  transition: border-color 0.2s;
}
input:focus, select:focus, textarea:focus {
  border-color: #7C2237;
  outline: none;
}

/* ---- Brand Containers ---- */
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* ---- HEADER ---- */
header {
  background: #FFFFFF;
  border-bottom: 3px solid #A6435A;
  box-shadow: 0 6px 18px -8px #523A2833;
  z-index: 50;
  position: relative;
  padding: 0;
}
header .container {
  flex-direction: row;
  align-items: center;
  min-height: 68px;
  justify-content: space-between;
  gap: 18px;
}
/* Logo */
header a img {
  height: 38px;
  width: auto;
  margin-right: 16px;
}

/* ---- Main Navigation ---- */
.main-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-left: 16px;
}
.main-nav a {
  font-family: 'Open Sans', sans-serif;
  color: #523A28;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  padding: 7px 8px;
  border-radius: 5px;
  position: relative;
  transition: background 0.15s, color 0.15s;
}
.main-nav a:hover, .main-nav a:focus {
  background: #DEE5DF;
  color: #A6435A;
  outline: none;
}

/* ---- CTA Button ---- */
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Merriweather', serif;
  font-size: 1.1rem;
  background: #A6435A;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 1000px 20px 1000px 24px / 60px 15px 70px 20px;
  box-shadow: 0 4px 16px -5px #A6435A22;
  cursor: pointer;
  font-weight: 700;
  margin-left: 14px;
  transition: background 0.2s, transform 0.18s;
  text-shadow: 0 1px 10px #7C223744;
  letter-spacing: 0.01em;
  outline: none;
}
.cta-btn:hover, .cta-btn:focus {
  background: #7C2237;
  color: #fff;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 18px -5px #A6435A44;
}

/* ---- Mobile Burger ---- */
.mobile-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background: none;
  border: none;
  padding: 8px 16px;
  color: #A6435A;
  z-index: 101;
  cursor: pointer;
  margin-left: auto;
  border-radius: 12px;
  transition: background 0.2s;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  background: #DEE5DF;
}

/* ---- MOBILE MENU ---- */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  box-shadow: -8px 0 24px #A6435A33;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.85,0,0.25,1);
  will-change: transform;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  margin: 20px 24px 10px 0;
  font-size: 2.4rem;
  background: none;
  border: none;
  color: #A6435A;
  cursor: pointer;
  transition: color 0.2s;
  border-radius: 12px;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  color: #7C2237;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-top: 32px;
  width: 100%;
  padding-left: 32px;
}
.mobile-nav a {
  font-size: 1.15rem;
  color: #523A28;
  font-family: 'Merriweather', serif;
  padding: 10px 0 10px 12px;
  border-radius: 8px;
  font-weight: 700;
  transition: background 0.15s, color 0.15s;
  width: 90%;
  display: block;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  background: #DEE5DF;
  color: #A6435A;
}

/* Hide desktop nav on mobile */
@media (max-width: 1050px) {
  .main-nav {
    display: none;
  }
  header .cta-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
}
/* Hide burger on desktop */
@media (min-width: 1051px) {
  .mobile-menu {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: none !important;
  }
}

/* Responsive container below header */
@media (max-width: 850px) {
  .container {
    max-width: 94vw;
    padding: 0 7vw;
  }
}
@media (max-width: 650px) {
  header .container {
    flex-direction: row;
    gap: 8px;
    padding: 0 8px;
  }
}

/* ---- HERO ---- */
.hero {
  background: #F7F2ED;
  border-radius: 0 0 48px 48px / 0 0 90px 90px;
  box-shadow: 0 12px 32px -16px #523A2840;
  margin-bottom: 60px;
  padding: 0;
}
.hero .container {
  min-height: 350px;
  justify-content: center;
  align-items: center;
}
.hero h1 {
  font-size: 2.9rem;
  color: #A6435A;
  margin-bottom: 14px;
}
.hero p {
  font-size: 1.25rem;
  color: #523A28;
  margin-bottom: 23px;
}
.hero .cta-btn {
  margin-top: 18px;
  font-size: 1.1rem;
}

/* ---- Sections, Cards, Spacing Patterns ---- */
section, .section {
  background: none;
  margin-bottom: 60px;
  padding: 40px 20px;
  border-radius: 30px 4px 18px 30px;
  box-shadow: 0 2px 22px -12px #A6435A19;
}
@media (max-width: 600px) {
  section, .section {
    padding: 32px 5vw;
    border-radius: 18px 6px 18px 18px;
  }
  .callout {
    border-radius: 24px 4px 12px 18px;
  }
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 18px 6px 26px 9px;
  box-shadow: 0 6px 22px -12px #7C223729;
  padding: 28px;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
  min-width: 220px;
  flex: 1 1 280px;
}
.card:hover, .card:focus-within {
  transform: translateY(-5px) scale(1.015);
  box-shadow: 0 12px 32px -8px #A6435A35;
}

.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;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    gap: 22px;
    align-items: flex-start;
  }
}

.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #FFFFFF;
  border: 2px dashed #DEE5DF;
  border-radius: 24px 7px 14px 24px;
  box-shadow: 0 6px 24px -12px #7C223710;
  margin-bottom: 20px;
  transition: box-shadow 0.18s;
  flex-direction: row;
  color: #2C1B11;
}
.testimonial-card:hover, .testimonial-card:focus-within {
  box-shadow: 0 10px 34px -10px #A6435A45;
}
.testimonial-card blockquote {
  border: none;
  padding: 0 0 0 10px;
  background: none;
  font-style: italic;
  color: #523A28;
}
.testimonial-card p { margin-bottom: 0; }
@media (max-width: 600px) {
  .testimonial-card {
    flex-direction: column;
    padding: 16px 12px;
    gap: 12px;
  }
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}
.service-grid > div {
  background: #fff;
  border-radius: 18px 8px 16px 14px;
  box-shadow: 0 3px 10px -5px #A6435A23;
  padding: 22px 16px 18px 22px;
  margin-bottom: 12px;
  flex: 1 1 260px;
  transition: transform 0.15s, box-shadow 0.16s;
}
.service-grid > div:hover, .service-grid > div:focus-within {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 9px 26px -8px #A6435A35;
}

.callout {
  background: #A6435A linear-gradient(100deg, #A6435A 60%, #7C2237 100%);
  color: #FFF;
  border-radius: 50px 10px 24px 24px / 110px 18px 14px 46px;
  box-shadow: 0 10px 32px -8px #7C223744;
  padding-top: 28px;
  padding-bottom: 38px;
  margin-bottom: 70px;
  position: relative;
}
.callout .container {
  align-items: center;
}
.callout .content-wrapper h2,
.callout .content-wrapper p {
  color: #fff;
}
.callout .cta-btn {
  background: #fff;
  color: #A6435A;
  box-shadow: 0 2px 8px -2px #fff9;
  margin-top: 18px;
}
.callout .cta-btn:hover { background: #DEE5DF; color: #7C2237; }

/* ---- Icon styles ---- */
ul li img, ul li svg {
  height: 32px;
  width: 32px;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: -6px;
}

/* ---- Custom Artistic Borders/Brushes with Pseudo-elements ---- */
.hero, .callout, .card, .service-grid > div, .testimonial-card {
  position: relative;
}
.hero::after, .card::after, .service-grid > div::after, .testimonial-card::after, .callout::after {
  content: '';
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 48px;
  height: 28px;
  border-radius: 20px 100px 90px 80px / 10px 38px 22px 12px;
  background: #FBD5DF;
  opacity: 0.8;
  z-index: 1;
  pointer-events: none;
}

/* ---- Forms & Filters ---- */
select, input[type="text"] {
  background: #DEE5DF;
  border: 2px solid #A6435A;
  border-radius: 12px;
  padding: 10px 16px;
  color: #523A28;
  min-width: 130px;
  margin-top: 0;
}
select:focus, input[type="text"]:focus {
  border-color: #7C2237;
}

/* ---- Buttons in Cookie banner, modal ---- */
button, .button, input[type="submit"] {
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  background: #A6435A;
  color: #fff;
  border: none;
  border-radius: 18px 6px 40px 20px / 24px 16px 34px 14px;
  padding: 11px 28px;
  cursor: pointer;
  font-weight: 700;
  margin-right: 11px;
  margin-bottom: 8px;
  transition: background 0.18s, transform 0.14s;
  box-shadow: 0 2px 8px -2px #A6435A26;
}
button:hover, .button:hover, input[type="submit"]:hover,
button:focus, .button:focus, input[type="submit"]:focus {
  background: #7C2237;
  outline: none;
  transform: translateY(-1px) scale(1.04);
}

/* ---- FOOTER ---- */
footer {
  background: #523A28;
  padding: 40px 0 18px 0;
  color: #fff;
  border-top: 3px solid #A6435A;
  margin-top: 90px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}
.footer-nav a {
  color: #DEE5DF;
  font-size: 1rem;
  letter-spacing: 0.03em;
  transition: color 0.18s;
  font-weight: 700;
}
.footer-nav a:hover {
  color: #FBD5DF;
}
.footer-info {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 0.89rem;
  letter-spacing: 0.01em;
  opacity: 0.87;
}

/* ---- Cookie Banner ---- */
#cookie-banner {
  position: fixed;
  left: 0; right: 0;
  bottom: 0;
  width: 100vw;
  background: #7C2237;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  z-index: 3000;
  padding: 18px 8vw 18px 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 -2px 24px #7C223746;
  transition: transform 0.18s;
}
#cookie-banner.hide {
  transform: translateY(120%);
}
#cookie-banner .cookie-msg {
  flex: 1 1 auto;
  font-size: 1rem;
  margin-right: 20px;
}
#cookie-banner .cookie-actions {
  display: flex;
  gap: 16px;
  align-items: center;
}
#cookie-banner button, #cookie-banner .button {
  background: #DEE5DF;
  color: #7C2237;
  font-weight: 700;
  margin-right: 8px;
  border-radius: 18px 6px 20px 10px / 24px 12px 20px 8px;
}
#cookie-banner button:hover, #cookie-banner button:focus {
  background: #FBD5DF;
  color: #A6435A;
}

/* ---- Cookie Modal ---- */
#cookie-modal {
  position: fixed;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  z-index: 4000;
  background: rgba(82, 58, 40, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.27s;
  visibility: visible;
}
#cookie-modal.hide {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.cookie-modal-content {
  background: #fff;
  color: #523A28;
  padding: 38px 32px 24px 32px;
  border-radius: 32px 12px 28px 18px;
  min-width: 300px;
  max-width: 96vw;
  box-shadow: 0 16px 60px -10px #A6435A55;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  z-index: 4010;
}
#cookie-modal h2 {
  color: #A6435A;
  font-size: 1.3rem;
  font-family: 'Merriweather', serif;
  margin-bottom: 4px;
}
#cookie-modal .close-modal {
  position: absolute;
  top: 16px; right: 22px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #A6435A;
  cursor: pointer;
  z-index: 10;
  transition: color 0.14s;
}
#cookie-modal .close-modal:hover { color: #523A28; }
#cookie-modal .cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  margin-bottom: 12px;
}
#cookie-modal .cookie-category label {
  flex: 1 1 auto;
  font-weight: 700;
  color: #A6435A;
  font-size: 1rem;
}
#cookie-modal .cookie-category input[type=checkbox],
#cookie-modal .cookie-category input[type=radio] {
  accent-color: #A6435A;
  width: 1.1em;
  height: 1.1em;
}
#cookie-modal .category-essential {
  color: #523A28;
  opacity: 0.7;
  font-size: 0.96em;
}
#cookie-modal .modal-actions {
  display: flex;
  gap: 16px;
  margin-top: 22px;
  justify-content: flex-end;
}
#cookie-modal button, #cookie-modal .button {
  background: #A6435A;
  color: #fff;
  font-weight: 700;
  border-radius: 18px 6px 20px 10px / 24px 12px 20px 8px;
}
#cookie-modal button:hover, #cookie-modal button:focus {
  background: #7C2237;
}

/* ---- Utility Mob Styles ---- */
@media (max-width:900px) {
  h1 { font-size: 2.1rem; }
  h2 { font-size: 1.6rem; }
  .hero h1 { font-size: 2.3rem; }
}
@media (max-width:600px) {
  h1 { font-size: 1.48rem; }
  h2 { font-size: 1.22rem; }
  h3 { font-size: 1.02rem; }
  .hero h1 { font-size: 1.42rem; }
}

@media (max-width:950px) {
  .service-grid { gap: 12px; }
  .card-container, .content-grid { gap: 12px; }
}
@media (max-width:750px) {
  .service-grid {
    flex-direction: column;
    gap: 12px;
  }
  .card-container,
  .content-grid {
    flex-direction: column;
    gap: 14px;
  }
}
@media (max-width: 600px) {
  .footer-nav { gap: 13px; }
  .callout, .card {
    padding: 24px 10px;
    border-radius: 16px 5px 14px 8px;
  }
}

/* ---- Miscellaneous Artistic and Modern Tweaks ---- */
hr {
  border: none;
  border-top: 2px dashed #DEE5DF;
}
::selection {
  background: #FBD5DF;
  color: #523A28;
}

/* ---- Ensure proper spacing for all lists ---- */
ul, ol {
  padding-left: 22px;
  margin-bottom: 20px;
  margin-top: 4px;
}
li {
  margin-bottom: 10px;
}

/* ---- Visual hierarchy and box shadows ---- */
.card, .service-grid > div, .testimonial-card {
  border: 2px solid #DEE5DF;
}

/* ---- Remove overlapping, consistent gap ---- */
.card, .service-grid > div, .testimonial-card, .card-container > *, .service-grid > *, .testimonial-card > * {
  margin-right: 0;
  margin-left: 0;
}

/* ---- Z-index stacking for overlays ---- */
.mobile-menu,
#cookie-banner,
#cookie-modal {
  z-index: 3000;
}

/* ---- Animations & hover micro-interactions ---- */
.cta-btn, .card, .service-grid > div, .testimonial-card,
button, select, input[type=text] {
  transition: box-shadow 0.19s, transform 0.18s, background 0.17s, color 0.17s, border 0.16s;
}

/* ---- Utilities ---- */
.hide { display: none !important; }


/* ========== END OF STYLE.CSS ========== */