/* CSS RESET & NORMALIZATION */
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 {
  line-height: 1;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  background: #FBF8EF;
  color: #151B2A;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
ul, ol {
  padding-left: 24px;
  margin-bottom: 16px;
}
a {
  color: #B85A19;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #25E6F7;
  outline: none;
}
button, .cta-btn {
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-decoration: none;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, border-color 0.18s, transform 0.15s;
}
h1, h2, h3, h4 {
  font-family: 'Titillium Web', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5em;
  letter-spacing: 0.03em;
}
h1 {
  font-size: 2.75rem;
  color: #B85A19;
  text-shadow: 2px 2px 0 #FFEB3B, 0 4px 12px #0001;
  margin-bottom: 24px;
}
h2 {
  font-size: 2rem;
  color: #6B5526;
  margin-bottom: 20px;
  text-shadow: 1px 2px 0 #FFEB3B40;
}
h3 {
  font-size: 1.3rem;
  color: #151B2A;
  margin-bottom: 10px;
}
h4 {
  font-size: 1.1rem;
  color: #77613B;
}
p {
  margin-bottom: 18px;
}
strong {
  font-weight: 700;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.text-section {
  background: #FFFCEA;
  border: 2px dashed #C79E60;
  border-radius: 12px;
  padding: 32px 24px;
  box-shadow: 0 4px 24px #EAB67633;
}

/* SECTION SPACING & PATTERNS */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #FFFCEA;
  border-radius: 10px;
  box-shadow: 0 2px 14px #B85A1930;
  padding: 28px 20px;
  border: 1px solid #F8E4AC;
  min-width: 260px;
  flex: 1 1 260px;
  transition: box-shadow 0.2s, transform 0.15s;
}
.card:hover, .card:focus-within {
  box-shadow: 0 4px 24px #B85A1960;
  transform: translateY(-2px) scale(1.025);
  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 28px;
  border-radius: 14px;
  background: #F9EBA0;
  box-shadow: 0 2px 10px #6B552620;
  border: 2px solid #E2C761;
  margin-bottom: 24px;
  position: relative;
  font-size: 1.08rem;
  color: #151B2A;
  min-width: 220px;
  max-width: 600px;
}
.testimonial-card strong {
  display: block;
  margin-top: 8px;
  font-size: 0.97em;
  color: #7D5B18;
  letter-spacing: 0.03em;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* ===== VINTAGE RETRO COLORS & PATTERNS ===== */
:root {
  --color-primary: #151B2A;
  --color-secondary: #25E6F7;
  --color-accent: #FFEB3B;
  --color-bg: #FBF8EF;
  --color-vintage1: #FFEB3B;
  --color-vintage2: #EAB676;
  --color-vintage3: #C79E60;
  --color-vintage4: #B85A19;
  --color-vintage5: #F9EBA0;
  --color-nav-bg: #EAB676;
  --color-footer-bg: #F4EDCC;
}

/* ==== HEADER NAVIGATION & RETRO MENU ==== */
header {
  background: var(--color-nav-bg);
  border-bottom: 6px double #B85A19;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 20;
}
.main-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  padding: 18px 0;
  font-family: 'Titillium Web', 'Roboto', Arial, sans-serif;
  font-size: 1.11rem;
  letter-spacing: 0.01em;
  background: transparent;
}
.main-navigation > a {
  color: #151B2A;
  text-decoration: none;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 4px;
  transition: background 0.15s, color 0.15s;
  position: relative;
}
.main-navigation > a.cta-btn {
  background: var(--color-secondary);
  color: #151B2A;
  margin-left: auto;
  font-family: 'Titillium Web', Arial, sans-serif;
  letter-spacing: 0.03em;
  padding: 8px 26px;
  border-radius: 25px;
  border: 2px solid var(--color-accent);
  box-shadow: 0 2px 16px #25E6F730;
  font-size: 1.12rem;
}
.main-navigation > a.cta-btn:hover, .main-navigation > a.cta-btn:focus {
  background: var(--color-accent);
  color: #B85A19;
  border-color: #25E6F7;
  box-shadow: 0 4px 24px #FFEB3B60;
}
.main-navigation > a:hover, .main-navigation > a:focus {
  background: #F9EBA0;
  color: #B85A19;
}
.main-navigation img {
  height: 40px;
  width: auto;
  margin-right: 8px;
}
.mobile-menu-toggle {
  display: none;
  margin: 0 12px 0 auto;
  background: var(--color-secondary);
  color: #151B2A;
  border: 2px solid var(--color-accent);
  border-radius: 30px;
  font-size: 2rem;
  padding: 6px 14px;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
  z-index: 1001;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: var(--color-accent);
  color: #B85A19;
  outline: none;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #F9EBA0ee;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(.7,.2,.23,1);
  z-index: 1200;
  box-shadow: 4px 0 32px #C79E6040;
  display: flex;
  flex-direction: column;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  color: #B85A19;
  background: none;
  border: none;
  font-size: 2.2rem;
  align-self: flex-end;
  margin: 20px 26px 0 0;
  cursor: pointer;
  z-index: 1300;
  transition: color 0.2s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #25E6F7;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 44px 44px 0 44px;
}
.mobile-nav a {
  color: #151B2A;
  font-family: 'Titillium Web', Arial, sans-serif;
  font-size: 1.3rem;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 0;
  transition: color 0.16s, background 0.16s;
  border-radius: 6px;
  min-width: 140px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: var(--color-accent);
  color: #B85A19;
}
@media (max-width: 1100px) {
  .container {
    max-width: 96vw;
  }
}
@media (max-width: 900px) {
  .main-navigation {
    gap: 13px;
    font-size: 1rem;
  }
  .main-navigation img {
    height: 32px;
  }
  .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .main-navigation {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .container {
    padding: 0 8px;
  }
}

/* ===== HERO SECTION STYLES ===== */
.hero {
  background: repeating-linear-gradient(120deg, #FBF8EF, #FBF8EF 25px, #FFFCEA 25px, #FFFCEA 50px), url('assets/hero_pattern.svg');
  border-bottom: 4px solid #EAB676;
  min-height: 250px;
}
.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
.hero .content-wrapper {
  align-items: flex-start;
  max-width: 650px;
  background: #FFFCEAee;
  border-radius: 14px;
  box-shadow: 0 4px 36px #B85A1933;
  margin-top: 0;
  margin-bottom: 0;
  padding: 26px 38px;
  gap: 14px;
  border: 1.5px solid #F9EBA0;
}
@media (max-width: 600px) {
  .hero .content-wrapper {
    padding: 18px 12px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* ===== BUTTONS & CTA LINKS ===== */
.cta-btn {
  background: var(--color-vintage2);
  color: #151B2A;
  padding: 12px 38px;
  border-radius: 28px;
  font-size: 1.14rem;
  font-family: 'Titillium Web', 'Roboto', Arial, sans-serif;
  box-shadow: 0 2px 16px #EAB67655;
  border: 2px solid var(--color-accent);
  transition: background 0.16s, box-shadow 0.16s, color 0.16s, border-color 0.18s, transform 0.14s;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 6px;
}
.cta-btn:hover, .cta-btn:focus {
  background: var(--color-accent);
  color: #B85A19;
  border-color: #25E6F7;
  box-shadow: 0 8px 32px #FFEB3B80;
  transform: scale(1.04);
  text-decoration: underline;
}

/* ===== LISTS & ICONS ===== */
ul li, ol li {
  margin-bottom: 12px;
  position: relative;
  font-size: 1em;
}
ul li img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  vertical-align: middle;
}
ul li strong, ol li strong {
  color: #B85A19;
  font-family: 'Titillium Web', 'Roboto', Arial, sans-serif;
  font-size: 1em;
}
ul > li > h3 {
  margin-bottom: 5px;
}

/* ==== FOOTER === */
footer {
  background: var(--color-footer-bg);
  border-top: 6px double #B85A19;
  padding: 32px 20px 22px 20px;
  margin-top: 54px;
  font-size: 1.02rem;
}
.footer-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 20px;
}
.footer-navigation a {
  color: #935b2e;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.18s;
}
.footer-navigation a:hover, .footer-navigation a:focus {
  color: #25E6F7;
}
.footer-brand {
  display: flex;
  justify-content: center;
  margin: 16px 0;
}
.footer-brand img {
  height: 54px;
  width: auto;
}
.footer-social {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-bottom: 14px;
}
.footer-social img {
  height: 28px;
  width: 28px;
  filter: grayscale(0.15) contrast(1.2) drop-shadow(0 2px 5px #B85A1930);
  transition: filter 0.18s, transform 0.15s;
}
.footer-social img:hover {
  filter: none;
  transform: scale(1.13) rotate(-5deg);
}
footer p {
  color: #7D5B18;
  text-align: center;
  font-size: 0.98rem;
  margin-top: 16px;
}

/* == ACCESSIBILITY: FOCUS STYLES == */
a:focus, button:focus, .cta-btn:focus {
  outline: 3px solid #25E6F7;
  outline-offset: 2px;
}

/* == VINTAGE/RETRO MICRODECORATION == */
.section, .content-wrapper, .hero, .text-section {
  position: relative;
}
.section::before {
  content: '';
  display: block;
  position: absolute;
  left: 24px;
  top: 14px;
  width: 36px;
  height: 36px;
  background: url('assets/vintage-dot.svg') center no-repeat;
  opacity: .18;
  z-index: 0;
}
.section:nth-child(even)::before {
  left: auto; right: 24px;
}
@media (max-width: 768px) {
  .section::before { left: 10px; top: 6px; width: 20px; height: 20px; }
}

/* == TESTIMONIALS ACCESSIBILITY & EFFECTS == */
.testimonial-card {
  color: #151B2A;
  background: linear-gradient(100deg, #F9EBA0 70%, #FFFCEA 100%);
  font-family: 'Roboto', Arial, sans-serif;
  border-left: 8px solid #B85A19;
  box-shadow: 0 2px 10px #EAB67630, 0 0px 1px #151B2A10;
  transition: box-shadow 0.19s, transform 0.15s;
  margin-left: 0;
  margin-right: 0;
}
.testimonial-card:hover, .testimonial-card:focus-within {
  box-shadow: 0 8px 24px #FFEB3B70;
  transform: scale(1.03) translateY(-3px);
  z-index: 3;
}
/* Highlight the quote marks retro-style: */
.testimonial-card p {
  position: relative;
  margin-bottom: 0;
}
.testimonial-card p::before, .testimonial-card p::after {
  font-family: serif;
  font-size: 2.1rem;
  color: #FFEB3B;
  opacity: .45;
  position: absolute;
  line-height: 0.5;
}
.testimonial-card p::before { content: '“'; left: -22px; top: -18px; }
.testimonial-card p::after  { content: '”'; right: -15px; bottom: -10px; }

/* == SHOP PAGE BADGE == */
li span {
  display: inline-block;
  background: #25E6F7;
  color: #151B2A;
  font-size: 0.87rem;
  padding: 2px 10px;
  margin-left: 10px;
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
  box-shadow: 0 2px 6px #25E6F730;
}

/* == RETRO DECORATIVE BORDER == */
.text-section {
  border: 2.5px double #B85A19;
  background: #FFFCEAee url('assets/retro-stripes.svg') repeat-x center bottom/auto 24px;
  background-blend-mode: multiply;
}

/* == RESPONSIVE / MOBILE QUERIES == */
@media (max-width: 900px) {
  .footer-brand img { height: 38px; }
  .footer-social img { height: 22px; width: 22px; }
}
@media (max-width: 768px) {
  .content-grid, .card-container {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }
  .testimonial-card { max-width: 100%; font-size: 0.97rem; }
  .main-navigation img, .footer-brand img {
    height: 28px;
  }
  .section {
    margin-bottom: 36px;
    padding: 24px 8px;
  }
  .text-section {
    padding: 18px 8px;
  }
  .card { min-width: 0; }
  .hero .container { padding: 0 4px; }
  .hero .content-wrapper { padding: 14px 6px; }
  .text-image-section { flex-direction: column; gap: 18px; }
}
@media (max-width: 540px) {
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.22rem; }
  .cta-btn { font-size: 1rem; padding: 10px 22px; }
  .mobile-nav { padding: 44px 16px 0 16px; }
}

/* == COOKIE CONSENT BANNER == */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #FFFCEA;
  border-top: 3px solid #FFEB3B;
  box-shadow: 0 -4px 24px #B85A1950;
  z-index: 2000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px 8px;
  gap: 18px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.01rem;
  transition: transform 0.4s, opacity 0.2s;
}
.cookie-banner.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}
.cookie-banner__text {
  color: #151B2A;
  flex: 1 1 auto;
  max-width: 500px;
}
.cookie-banner__btn,
.cookie-banner__settings {
  background: #FFEB3B;
  color: #151B2A;
  border: 2px solid #B85A19;
  border-radius: 16px;
  padding: 7px 22px;
  font-size: 1em;
  margin-left: 10px;
  font-family: 'Titillium Web', 'Roboto', Arial, sans-serif;
  font-weight: bold;
  transition: all 0.17s;
}
.cookie-banner__btn:hover, .cookie-banner__btn:focus,
.cookie-banner__settings:hover, .cookie-banner__settings:focus {
  background: #25E6F7;
  color: #151B2A;
  border-color: #FFEB3B;
  outline: none;
}

/* COOKIE PREFERENCES MODAL */
.cookie-modal-overlay {
  position: fixed;
  inset: 0;
  background: #151B2A88;
  z-index: 2200;
  opacity: 1;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.24s;
}
.cookie-modal-overlay.hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal {
  background: #FBF8EF;
  border-radius: 18px;
  padding: 34px 26px 30px 26px;
  min-width: 290px;
  max-width: 96vw;
  box-shadow: 0 8px 40px #B85A19AA;
  border: 3px double #EAB676;
  font-family: 'Roboto', Arial, sans-serif;
  color: #151B2A;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.cookie-modal h3 {
  font-family: 'Titillium Web', 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  color: #B85A19;
  margin-bottom: 10px;
}
.cookie-modal__category {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
  gap: 14px;
}
.cookie-switch {
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 20px;
  background: #F9EBA0;
  border-radius: 14px;
  border: 1.5px solid #EAB676;
  margin-left: 6px;
}
.cookie-switch input[type="checkbox"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.cookie-switch::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2.5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFEB3B;
  box-shadow: 0 0 2px #EAB67670;
  transition: left 0.18s;
}
.cookie-switch input[type="checkbox"]:checked + .cookie-switch::after {
  left: 18px;
}
.cookie-modal__confirm {
  display: flex;
  gap: 20px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.cookie-modal__btn {
  background: #FFEB3B;
  color: #B85A19;
  border: 2px solid #B85A19;
  border-radius: 18px;
  padding: 9px 28px;
  font-family: 'Titillium Web', 'Roboto', Arial, sans-serif;
  font-size: 1.06rem;
  font-weight: 700;
  transition: background 0.18s, color 0.18s, border-color 0.18s, transform 0.14s;
}
.cookie-modal__btn:hover, .cookie-modal__btn:focus {
  background: #25E6F7;
  color: #151B2A;
  border-color: #25E6F7;
  transform: scale(1.04);
  outline: none;
}
.cookie-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #B85A19;
  cursor: pointer;
  transition: color 0.18s;
}
.cookie-modal__close:hover, .cookie-modal__close:focus {
  color: #25E6F7;
}

/* --- UTILITIES --- */
.gap-24 { gap: 24px; }
.gap-16 { gap: 16px; }
.m-auto { margin: auto; }
.flex-center { display: flex; align-items: center; justify-content: center; }

/* == RETRO DETAILS == */
h1, h2, h3 {
  font-family: 'Titillium Web', 'Roboto', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
/* Vintage stripe pattern for sections (simulate retro paper) */
.section {
  background-image: repeating-linear-gradient(-45deg, #FFFCEA 0px, #FFFCEA 10px, #FBF8EF 10px, #FBF8EF 30px);
  background-blend-mode: multiply;
  border-radius: 15px;
  box-shadow: 0 6px 36px #EAB67616;
}

@media (max-width: 600px) {
  .section, .card, .text-section, .testimonial-card {
    border-radius: 7px !important;
  }
}

/* == OVERRIDES: SYSTEM DEFAULTS == */
::-webkit-scrollbar {width:8px;background:#f6ecd2;}
::-webkit-scrollbar-thumb {background:#EAB67699;border-radius:8px;}

/* == CARD LINKS == */
.card a, .content-wrapper a {
  color: #B85A19;
  font-weight: 700;
  transition: color 0.16s;
}
.card a:hover, .content-wrapper a:hover { color: #25E6F7; }

/* === END === */