/* =========================================================== */
/*                  VINTAGE RETRO STYLE RESET                 */
/* =========================================================== */
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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
}
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}
body {
  background: #F8F8F8;
  color: #3E2723;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  min-height: 100vh;
  letter-spacing: .01em;
}
ul, ol {
  list-style: none;
}
a {
  color: #3E2723;
  text-decoration: underline;
  transition: color .2s;
}
a:hover, a:focus {
  color: #CBB26A;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button {
  font-family: inherit;
  font-size: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
:focus {
  outline: 2px solid #CBB26A;
  outline-offset: 2px;
}
/* Hide scrollbars on mobile menu overlay */
.mobile-menu {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

/* =========================================================== */
/*                   BRAND FONTS & RETRO COLORS               */
/* =========================================================== */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:700,900|Montserrat:400,700&display=swap');

:root {
  --primary: #3E2723;
  --secondary: #CBB26A;
  --accent: #F8F8F8;
  --paper: #F2E5CC;
  --retro-brown: #795548;
  --retro-rose: #E5B9B6;
  --retro-mint: #B5CAA0;
  --retro-coral: #EB8875;
  --retro-blue: #A5B3C7;
  --headline: 'Playfair Display', serif;
  --bodyfont: 'Montserrat', Arial, sans-serif;
}


/* =========================================================== */
/*                   TYPOGRAPHY VINTAGE / RETRO               */
/* =========================================================== */
h1, .hero h1 {
  font-family: var(--headline);
  font-size: 2.7rem;
  font-weight: 900;
  margin-bottom: 16px;
  line-height: 1.1;
  color: var(--primary);
  letter-spacing: -0.02em;
  text-shadow: 0 4px 0 #E5B9B6, 0 1px 0 #fff1e3;
}
h1 span { 
  color: var(--secondary);
  background: linear-gradient(90deg, #F2E5CC 70%, #E5B9B6 100%);
  padding: 2px 8px;
  border-radius: 18px 8px 18px 8px;
  text-shadow: none;
}
h2 {
  font-family: var(--headline);
  font-size: 2rem;
  color: var(--retro-brown);
  margin-bottom: 18px;
  margin-top: 0;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 0 #F2E5CC;
}
h3 {
  font-family: var(--headline);
  color: var(--primary);
  font-size: 1.48rem;
  margin-bottom: 12px;
}
strong {
  font-weight: 700;
  color: var(--primary);
}
blockquote {
  border-left: 4px solid var(--secondary);
  padding-left: 20px;
  font-family: var(--headline);
  color: var(--retro-brown);
  font-style: italic;
  margin-bottom: 20px;
}
cite {
  font-family: var(--bodyfont);
  color: #98824B;
  font-style: normal;
  font-size: 15px;
}

p {
  font-size: 1.08rem;
  font-family: var(--bodyfont);
  margin-bottom: 14px;
}
ul li, ol li {
  font-family: var(--bodyfont);
  font-size: 1rem;
  color: var(--primary);
  position: relative;
  margin-bottom: 14px;
  line-height: 1.7;
}

/* Retro details on lists */
ul li::before {
  content: '\275E';
  color: var(--retro-rose);
  font-size: 1.2em;
  margin-right: 10px;
  vertical-align: middle;
  font-family: var(--headline);
}
.main-nav ul, .footer-nav ul, .mobile-nav ul {
  list-style: none;
}
h1, h2, h3, h4 {
  margin-top: 0;
}

/* =========================================================== */
/*                       LAYOUT CONTAINERS                    */
/* =========================================================== */
.container {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
  /* main content stays visually aligned */
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: var(--paper);
  border-radius: 22px;
  box-shadow: 0 4px 18px 0 rgba(56,40,28,0.08), 0 0.5px 0px #fff inset;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
.card {
  background: #fffbe8;
  border-radius: 16px;
  border: 1.5px solid #EBE3CC;
  box-shadow: 0 2px 7px 0 rgba(56,40,28,0.06);
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  min-width: 260px;
  max-width: 350px;
  transition: transform .18s, box-shadow .18s;
}
.card:hover {
  transform: translateY(-6px) scale(1.025);
  box-shadow: 0 6px 36px 0 rgba(56,40,28,0.13);
}

.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: #fff;
  border-radius: 17px;
  border: 1.5px solid #CBB26A;
  box-shadow: 0 2px 12px 0 rgba(56,40,28,0.10);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin-bottom: 24px;
  font-family: var(--bodyfont);
  color: #402419;
  min-width: 0;
  flex: 1 0 260px;
  max-width: 600px;
}
.testimonial-card p {
  color: #3E2723;
  font-size: 1.1rem;
}
.testimonial-card strong {
  color: #795548;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 20px;
}
/***************************
* SPACING, GAPS, & FLEXBOX *
****************************/
.hero {
  background: repeating-linear-gradient(135deg, #F2E5CC 0 4px, #E5B9B6 7px, #F2E5CC 12px) var(--paper);
  padding: 60px 0 40px 0;
  margin-bottom: 42px;
}
.hero .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hero .content-wrapper {
  align-items: center;
  max-width: 650px;
  text-align: center;
  gap: 18px;
}

.section {
  /* Uses flex for any internal .card-container etc as needed. */
}

/* Cards grid: sample retro polka background */
.card-container, .content-grid {
  background: repeating-linear-gradient(45deg, #FAEFCE 0 11px, #F8F8F8 12px, #F8F8F8 20px);
  border-radius: 18px;
  padding: 18px 0 10px 0;
}

/* =========================================================== */
/*                   HEADER & NAVIGATION                      */
/* =========================================================== */
header {
  background: #fffbe8;
  border-bottom: 2px solid var(--secondary);
  box-shadow: 0 2px 10px 0 rgba(206,187,97,0.06);
  width: 100%;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}
header img {
  height: 48px;
  width: auto;
}
nav.main-nav {
  display: flex;
  gap: 34px;
}
nav.main-nav a {
  color: var(--primary);
  font-family: var(--bodyfont);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 6px 12px;
  border-radius: 9px;
  background: none;
  transition: color .16s, background .16s;
  position: relative;
}
nav.main-nav a:hover, nav.main-nav a:active, nav.main-nav a:focus {
  background: var(--secondary);
  color: #fff;
  text-shadow: 0 1px 1px #b29444;
}
.mobile-menu-toggle {
  display: none;
  font-size: 2.15rem;
  color: var(--primary);
  background: none;
  border: none;
  margin-left: 15px;
  transition: color .2s;
  z-index: 1002;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  color: var(--secondary);
}

/**********************************************************
*            MOBILE MENU SLIDE-OUT (RETRO DRAWER)         *
***********************************************************/
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(62,39,35,0.96);
  box-shadow: 0 0 80px 10px #3E2723;
  z-index: 2000;
  transform: translateX(-100vw);
  transition: transform 0.31s cubic-bezier(.42,.7,.2,1.01);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 28px;
  overflow-y: auto;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  position: absolute;
  top: 22px;
  right: 23px;
  font-size: 2.2rem;
  color: var(--secondary);
  background: none;
  border: none;
  z-index: 2002;
  transition: color .2s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 64px 0 0 36px;
  width: 100vw;
  max-width: 380px;
}
.mobile-nav a {
  color: #fffbe8;
  font-family: var(--headline);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 10px 0 10px 0;
  transition: color .17s, background .17s;
  border-radius: 5px 15px 17px 6px;
  background: none;
  width: fit-content;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: var(--secondary);
  color: var(--primary);
  text-shadow: 0px 1px 3px #dac77a;
}

/************************************************************
*                  HERO & CTA ELEMENTS                      *
*************************************************************/
.cta {
  display: inline-block;
  background: var(--secondary);
  color: var(--primary);
  border-radius: 26px;
  font-family: var(--headline);
  font-size: 1.1rem;
  padding: 13px 34px;
  box-shadow: 0 3px 16px 0 rgba(203,178,106,0.09);
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: 2px solid var(--retro-rose);
  transition: background .20s, color .17s, box-shadow .17s, border .15s;
  position: relative;
  overflow: hidden;
}
.cta::before {
  content: '';
  position: absolute;
  left: 0; top: 0; height: 100%; width: 0;
  background: var(--retro-rose);
  z-index: 0;
  border-radius: 22px;
  transition: width .31s;
}
.cta:hover, .cta:focus {
  color: #fff;
  border-color: var(--primary);
}
.cta:hover::before, .cta:focus::before {
  width: 100%;
}
.cta span { position: relative; z-index: 2; }

/***************************
*     ICONS STYLING        *
****************************/
.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--retro-mint);
  border-radius: 40%;
  padding: 12px;
  width: 48px;
  height: 48px;
  margin-bottom: 3px;
  box-shadow: 0 0.5px 2px #ced6bf;
}
.feature-icon img {
  width: 28px;
  height: 28px;
}

/* Retro divider (for retro look under h2) */
h2::after {
  content: '';
  display: block;
  margin: 10px 0 0 0;
  width: 60px;
  height: 3px;
  border-radius: 5px;
  background: var(--secondary);
  opacity: 0.40;
}

/* =========================================================== */
/*                   FOOTER & CONTACT INFO                     */
/* =========================================================== */
footer {
  background: #F2E5CC;
  padding: 34px 0 18px 0;
  border-top: 2px solid var(--secondary);
  box-shadow: 0 -2px 10px 0 #FCF6E3;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 12px 0 10px 0;
  align-items: center;
}
.footer-nav a {
  color: var(--primary);
  font-family: var(--bodyfont);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 3px 9px;
  border-radius: 6px;
  transition: background .15s, color .13s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #fff;
  background: var(--secondary);
}
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-center;
  font-family: var(--bodyfont);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--retro-brown);
}
.footer-contact img {
  width: 18px;
  margin-right: 7px;
  vertical-align: middle;
}
footer img {
  height: 38px;
  margin-bottom: 5px;
}

/* =========================================================== */
/*                    COOKIE CONSENT BANNER                    */
/* =========================================================== */
#cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fffbe8;
  color: var(--primary);
  box-shadow: 0 -2px 16px 0 rgba(203,178,106,0.14);
  padding: 22px 16px 18px 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2500;
  font-family: var(--bodyfont);
  gap: 18px;
  border-top: 2px solid var(--secondary);
  animation: slideUp .31s ease;
}
@keyframes slideUp {
  from {transform: translateY(100%); opacity: 0;}
  to {transform: translateY(0); opacity: 1;}
}
#cookie-consent-banner .cookie-message {
  font-size: 1.03rem;
  color: var(--primary);
  max-width: 520px;
  line-height: 1.6;
}
.cookie-btns {
  display: flex;
  gap: 16px;
  align-items: center;
}
button.cookie-accept,button.cookie-reject,button.cookie-settings {
  font-family: var(--headline);
  font-size: 1rem;
  border: none;
  padding: 11px 16px;
  border-radius: 14px;
  margin: 0 1px;
  background: var(--secondary);
  color: var(--primary);
  font-weight: 700;
  letter-spacing: .03em;
  box-shadow: 0 2px 8px 0 rgba(203,178,106,0.09);
  transition: background .19s, color .14s, box-shadow .15s;
  cursor: pointer;
}
button.cookie-accept:hover,button.cookie-settings:hover,button.cookie-accept:focus,button.cookie-settings:focus {
  background: var(--retro-rose);
  color: #3E2723;
}
button.cookie-reject {
  background: #fff;
  color: #EB8875;
  border: 1.5px solid #EB8875;
}
button.cookie-reject:hover,button.cookie-reject:focus {
  background: #EB8875;
  color:#fff;
}
@media (max-width: 599px) {
  #cookie-consent-banner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    font-size: 16px;
  }
  .cookie-btns {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
  }
}

/* Cookie Modal */
#cookie-modal {
  display: none;
  position: fixed;
  z-index: 3000;
  left: 0; top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(62,39,35,0.73);
  align-items: flex-start;
  justify-content: center;
  animation: fadein .22s;
}
#cookie-modal.open {
  display: flex;
}
#cookie-modal .modal-content {
  background: #fffbe8;
  color: var(--primary);
  border-radius: 20px;
  box-shadow: 0 2px 36px 0 rgba(203,178,106,0.13);
  margin-top: 70px;
  padding: 38px 24px 32px 24px;
  max-width: 390px;
  width: 94vw;
  font-family: var(--bodyfont);
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
}
#cookie-modal h2 {
  margin-top: 0;
  font-size: 1.35rem;
  color: var(--primary);
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 8px;
  font-size: 1rem;
}
input[type="checkbox"].cookie-toggle {
  appearance: none;
  width: 26px; height: 14px;
  border-radius: 8px;
  background: #ebebeb;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: background 0.18s;
}
input[type="checkbox"].cookie-toggle:checked {
  background: var(--secondary);
}
input[type="checkbox"].cookie-toggle:before {
  content: '';
  position: absolute;
  top: 2px; left: 2px;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0.5px 1.5px rgba(62,39,35,0.11);
  transition: left .18s;
}
input[type="checkbox"].cookie-toggle:checked:before {
  left: 14px;
}
.cookie-modal-actions {
  display: flex;
  gap: 18px;
  justify-content: flex-end;
}
button.cookie-modal-close {
  position: absolute;
  top: 18px; right: 18px;
  font-size: 1.38rem;
  color: var(--retro-rose);
  background: none;
  border: none;
  cursor: pointer;
  transition: color .18s;
}
button.cookie-modal-close:hover,button.cookie-modal-close:focus {
  color: var(--primary);
}


/* =========================================================== */
/*                      RESPONSIVE DESIGN                     */
/* =========================================================== */
@media (max-width: 991px) {
  .container {
    max-width: 94vw;
    padding-left: 12px;
    padding-right: 12px;
  }
  .content-grid, .card-container, .footer-contact {
    gap: 16px;
  }
  .section { padding: 30px 9px; }
  header .container { padding-right: 5px; }
}
@media (max-width: 768px) {
  .content-wrapper {
    gap: 14px;
  }
  .content-grid, .card-container {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .hero .container {
    padding: 0 12px;
    min-width: 0;
  }
  .hero .content-wrapper {
    padding: 0 2px;
  }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 8px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  nav.main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  header .container {
    gap: 10px;
  }
}
@media (max-width: 650px) {
  h1,.hero h1 { font-size: 1.7rem; }
  h2 { font-size: 1.31rem; }
  .section {
    padding: 17px 2px;
    margin-bottom: 34px;
  }
  .card {
    padding: 14px 10px;
    max-width: 98vw;
  }
}

/************************************************
*               ACCESSIBILITY                   *
*************************************************/
.main-nav a:focus, .footer-nav a:focus, .cta:focus, .mobile-nav a:focus {
  outline: 2px solid var(--retro-coral);
  outline-offset: 2px;
}
/* Hide visually, retain accessibility for skip-link */
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  border:0;
}

/************************************************
*         RETRO / VINTAGE PATTERNS              *
*************************************************/
body {
  background: repeating-linear-gradient(125deg, #F8F8F8 0 34px, #FAEFCE 34px 67px);
}
.header-retro-border {
  border-bottom: 5px double #CBB26A;
  height: 0;
}

/************************************************
*      RETRO MICRO-INTERACTIONS + HOVERS        *
*************************************************/
.card:hover, .testimonial-card:hover {
  box-shadow: 0 4px 32px 0 rgba(162,116,48,0.09), 0 0.5px 0px #FCF3D2 inset;
  background: #FCF3D2;
  transition: box-shadow .18s, background .24s;
}
.testimonial-card {
  transition: background .2s, box-shadow .2s;
}

/************************************************
*                FORM ELEMENTS                  *
*************************************************/
input[type="text"], input[type="email"], textarea {
  background: #FFFBE8;
  color: #3E2723;
  border: 1.5px solid #CBB26A;
  border-radius: 13px;
  padding: 11px 13px;
  margin-bottom: 12px;
  font-size: 1rem;
  font-family: var(--bodyfont);
  resize: vertical;
  transition: border .13s;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  border: 2.5px solid #E5B9B6;
  background: #fff;
}
label {
  font-family: var(--bodyfont);
  color: var(--primary);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 3px;
}

/************************************************
*              NOTIFICATIONS / ALERTS           *
*************************************************/
.alert {
  display: flex;
  align-items: center;
  background: #EBEEEE;
  color: var(--retro-coral);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 1.06rem;
  margin-bottom: 16px;
  box-shadow: 0 1.5px 8px 0 rgba(237,47,69,0.02);
}

/*********************************************************
*              RETRO SHADOWS & DECORATIVE BORDERS         *
**********************************************************/
.card,
.section,
.testimonial-card {
  border-radius: 16px;
  border: 1.5px solid #CBB26A;
  box-shadow: 0 2px 8px 0 rgba(62,39,35,0.06);
}

/*********************************************************
*                    PRINT STYLES                        *
**********************************************************/
@media print {
  *, *:before, *:after { background: #fff !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
  .main-nav, .mobile-menu, .cta, .footer-nav, .mobile-menu-toggle, #cookie-consent-banner, #cookie-modal { display: none !important; }
  footer { page-break-after: always; }
}

/*********************************************************
*            Hide mobile menu by default (desktop)        *
**********************************************************/
.mobile-menu {
  display: none;
}
.mobile-menu.open {
  display: flex;
}

/* Allow show/hide for mobile menu with .open class from JS */

/*********************************************************
*                   SUPPORT FOR RETRO LOOK                *
**********************************************************/
hr {
  border: none;
  border-top: 2px dashed #CBB26A;
  height: 0;
  margin: 30px 0;
}

/*********************************************************
*           RETRO BADGES/ LABELS (for prices)             *
**********************************************************/
.badge {
  display: inline-block;
  background: var(--retro-coral);
  color: #fff;
  font-family: var(--headline);
  font-size: 1rem;
  padding: 2px 11px;
  border-radius: 13px 8px;
  margin-left: 12px;
  letter-spacing: .02em;
  font-weight: 700;
}

/*********************************************************
*                      MISC                              *
**********************************************************/
::-webkit-input-placeholder { color: #AAA08A; }
::-moz-placeholder { color: #AAA08A; }
:-ms-input-placeholder { color: #AAA08A; }
::placeholder { color: #AAA08A; }


/*********************************************************
*            ENSURE NO GRID & NO OVERLAPPING             *
**********************************************************/
/* --- All layout uses only flexbox as defined above. --- */
/* --- Each main container uses gap/margins for spacing.---*/
