/* ========================
   CSS RESET & VINTAGE RETRO VARS
   ======================== */
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: #F4F4F4;
  color: #2B2523;
  font-family: 'Roboto', Arial, sans-serif;
  min-height: 100vh;
}
ol, ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
button, input, select, textarea {
  font: inherit;
  border: none;
  background: none;
}
img {
  max-width: 100%;
  display: block;
}
:root {
  --primary: #174B7D;
  --secondary: #D4A057;
  --accent: #F4F4F4;
  --dark: #2B2523;
  --retro-green: #386641;
  --retro-cream: #f6ecd9;
  --retro-red: #A84C38;
  --retro-blue: #437393;
  --retro-mustard: #D9AB42;
  --retro-brown: #785943;
  --shadow: 0 3px 24px 0 rgba(44,37,28,0.05);
  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-sm: 7px;
}
/* ===============================
   RETRO FONTS (USE GOOGLE FONTS):
   =============================== */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

h1, h2, h3, h4, h5, h6, .cta-btn {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.03em;
}
h1 { font-size: 2.4rem; color: var(--primary); margin-bottom: 20px; text-shadow: 1px 1px 0 var(--retro-mustard); }
h2 { font-size: 1.8rem; color: var(--retro-blue); margin-bottom: 16px; }
h3 { font-size: 1.2rem; color: var(--retro-brown); margin-bottom: 10px; font-weight: 700;}
h4, h5, h6{ font-size:1rem; color:var(--retro-brown);} 
.subheadline {
  font-family: 'Roboto', Arial, sans-serif;
  color: var(--retro-red);
  font-size: 1.125rem;
  margin-bottom: 18px;
  letter-spacing: 0.03em;
}
p, ul, li, .text-section {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.0625rem;
  color: var(--dark);
  margin-bottom: 16px;
}
.text-section ul {
  margin-left: 18px;
  color: var(--retro-brown);
}
.text-section ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.privacy-disclaimer {
  font-size: 0.98rem;
  color: var(--retro-red);
  margin-top: 10px;
}
@media (max-width: 510px) {
  h1 { font-size: 1.55rem; }
  h2 { font-size: 1.18rem; }
  h3 { font-size: 1.05rem; }
}
/* =========================
   GENERAL LAYOUT
   ========================= */
.container {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section,
.hero-section,
.features-section,
.cta-section,
.testimonials-section,
.contact-mini-section,
.about-section,
.why-us-section,
.service-list-section,
.process-section,
.project-highlights-section,
.results-section,
.faq-section,
.legal-section,
.thank-you-section,
.contact-form-section,
.contact-info-section,
.testimonials-full-section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: var(--retro-cream);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
@media (max-width: 768px) {
  .section,
  .hero-section,
  .features-section,
  .cta-section,
  .testimonials-section,
  .contact-mini-section,
  .about-section,
  .why-us-section,
  .service-list-section,
  .process-section,
  .project-highlights-section,
  .results-section,
  .faq-section,
  .legal-section,
  .thank-you-section,
  .contact-form-section,
  .contact-info-section,
  .testimonials-full-section {
    padding: 28px 5px;
    margin-bottom: 34px;
  }
}
/* =========================
   HEADER & NAVIGATION
   ========================= */
header {
  background: var(--primary);
  border-bottom: 6px dotted var(--retro-mustard);
  position: sticky;
  top: 0;
  z-index: 120;
  width: 100%;
}
header .container {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
}
header a img {
  height: 47px;
  width: auto;
  margin-right: 18px;
}
nav {
  display: flex;
  gap: 24px;
  align-items: center;
}
nav a {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: bold;
  color: var(--retro-cream);
  font-size: 1.04rem;
  letter-spacing: 0.02em;
  position: relative;
  padding: 2px 6px;
  border-radius: var(--radius-sm);
  transition: background 0.18s, color 0.18s;
}
nav a:hover, nav a:focus {
  background: var(--retro-mustard);
  color: var(--primary);
}
.cta-btn {
  background: var(--secondary);
  color: var(--primary);
  font-size: 1.03rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding: 10px 28px;
  margin-left: 12px;
  text-align: center;
  border-radius: var(--radius-md);
  box-shadow: 0 2px 10px 0 rgba(44,36,9,0.04);
  letter-spacing: 0.04em;
  transition: background 0.22s, color 0.22s, transform 0.14s;
  border: 2px solid var(--primary);
  cursor: pointer;
  display: inline-block;
}
.cta-btn:hover, .cta-btn:focus {
  background: var(--primary);
  color: var(--retro-mustard);
  transform: translateY(-2px) scale(1.04);
}
/* =========================
   MOBILE BURGER MENU (Overlay)
   ========================= */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2.2rem;
  color: var(--retro-mustard);
  cursor: pointer;
  margin-left: 8px;
  z-index: 2002;
  transition: color 0.15s;
  line-height: 1;
}
.mobile-menu-toggle:focus{
  color: var(--retro-red);
  outline: none;
}
.mobile-menu {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(40,31,24, 0.88);
  z-index: 2001;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  pointer-events: none;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.25s, transform 0.35s cubic-bezier(.68,-0.55,.27,1.55);
}
.mobile-menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  font-size: 2.5rem;
  color: var(--retro-mustard);
  cursor: pointer;
  margin: 24px 24px 0 0;
  align-self: flex-end;
  transition: color 0.17s;
  z-index:2;
}
.mobile-menu-close:focus{
  color: var(--retro-red);
  outline: none;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 28px;
  margin: 64px 30px 0 0;
  padding: 24px 0;
  width: 80vw;
  max-width: 330px;
}
.mobile-nav a {
  font-family: 'Montserrat', sans-serif;
  color: var(--retro-cream);
  font-size: 1.18rem;
  padding: 9px 18px;
  border-radius: var(--radius-md);
  background: var(--primary);
  margin-bottom: 3px;
  border-left: 6px solid var(--secondary);
  transition: background 0.2s, color 0.2s;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  background: var(--retro-mustard);
  color: var(--primary);
}
@media (max-width: 1024px) {
  header nav, .cta-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  .mobile-menu, .mobile-menu-toggle { display: none !important; }
  header nav, .cta-btn { display: inline-flex !important; }
}
/* =====================
   FOOTER
   ===================== */
footer {
  background: var(--retro-brown);
  color: var(--retro-cream);
  padding: 32px 0 18px 0;
  margin-top: 28px;
  font-size: 1rem;
  border-top: 7px double var(--retro-mustard);
}
footer .container { flex-direction: column; align-items: flex-start; gap:12px; }
.footer-nav {
  display: flex;
  gap: 20px;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.footer-nav a{
  color: var(--retro-cream);
  padding: 3px 11px;
  border-radius: var(--radius-sm);
  font-weight: bold;
  font-size: 0.97rem;
}
.footer-nav a:hover, .footer-nav a:focus {
  background: var(--retro-mustard);
  color: var(--retro-brown);
}
.footer-contact, .footer-copy {
  color: var(--retro-cream);
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  letter-spacing:0.01em;
}
.footer-copy {
  font-size: 0.9rem;
  margin-top: 8px;
  opacity: 0.8;
}
@media (max-width: 650px){
  .footer-nav{ flex-direction: column; gap: 8px; }
  .footer-contact{ font-size:0.88rem; }
}
/* =====================
   HERO SECTION
   ===================== */
.hero-section {
  background: repeating-linear-gradient(135deg, var(--retro-cream), var(--retro-cream) 16px, #e5dac7 18px, #e5dac7 32px);
  box-shadow: var(--shadow);
  min-height: 300px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.hero-section .content-wrapper {
  align-items: flex-start;
  gap: 14px;
  max-width: 610px;
}
.hero-section h1 {
  color: var(--primary);
  font-size: 2.2rem;
  text-shadow: 0 2px 0 var(--retro-mustard);
}
/* =====================
   GENERIC FLEXBOX SPACING
   ===================== */
.card-container, .feature-grid, .service-grid, .process-steps, .project-list, .testimonial-list, .faq-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: var(--accent);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  padding: 24px;
  min-width: 220px;
  flex: 1 1 280px;
}
.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: var(--accent);
  border: 2px dashed var(--retro-mustard);
  border-radius: var(--radius-md);
  box-shadow: 0 2px 8px 0 rgba(60,33,24,0.08);
  margin-bottom: 20px;
  flex-direction: column;
  max-width: 650px;
}
.testimonial-card p {
  color: var(--dark);
  font-size: 1.13rem;
  font-style: italic;
  margin-bottom: 8px;
  font-family: 'Roboto', sans-serif;
}
.testimonial-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.97rem;
  color: var(--retro-blue);
  opacity: 0.95;
  font-weight: bold;
  font-family: 'Montserrat',sans-serif;
}
.feature-item, .service-item, .process-step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: var(--accent);
  padding: 24px;
  border-radius: var(--radius-md);
  box-shadow: 0 2px 8px 0 rgba(60,33,24,0.07);
  min-width: 185px;
  margin-bottom: 20px;
  border: 2px solid var(--retro-brown);
  transition: box-shadow 0.22s, border-color 0.2s, transform 0.18s;
}
.feature-item img, .service-item img, .process-step img {
  width: 44px;
  height: 44px;
  margin-bottom: 6px;
  background: var(--retro-mustard);
  border-radius: 50%;
  padding: 3px;
  box-shadow: 0 1px 5px 0 rgba(212,160,87,0.15);
}
.feature-item:hover, .service-item:hover, .process-step:hover {
  border-color: var(--retro-red);
  box-shadow: 0 6px 24px 0 rgba(168,76,56,0.13);
  transform: translateY(-4px) scale(1.03);
}
.project-item {
  padding: 22px;
  background: var(--retro-cream);
  border-radius: var(--radius-md);
  border: 1px solid var(--retro-brown);
  margin-bottom: 20px;
  box-shadow: 0 2px 10px 0 rgba(44,37,28,0.03);
}
.project-item h3 {
  margin-bottom: 7px;
  color: var(--retro-green);
}
/* ===============
   FAQ ACCORDION
   =============== */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-item {
  background: var(--accent);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  padding: 16px 20px;
  border: 2px dashed var(--retro-blue);
  transition: border-color 0.21s, box-shadow 0.2s;
}
.faq-item h3 {
  cursor: pointer;
  position: relative;
  padding-right: 28px;
  font-size: 1.08rem;
  color: var(--primary);
}
.faq-answer {
  display: block;
  margin-top: 10px;
  color: var(--dark);
  font-size: 1rem;
}
.faq-item.active {
  border-color: var(--retro-mustard);
  box-shadow: 0 5px 20px 0 rgba(40,39,28,0.10);
}
.faq-item h3:hover {
  color: var(--retro-red);
}
/* ===============
   CONTACT SNIPPETS
   =============== */
.contact-info-snippet, .contact-info-section ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.contact-info-snippet div,
.contact-info-section ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.05rem;
  color: var(--retro-green);
}
.contact-info-section ul img,
.contact-info-snippet img {
  width: 24px;
  height: 24px;
}
.map-embed {
  margin-top: 18px;
  padding: 13px 0 1px 0;
  color: var(--retro-brown);
  border-left: 3px solid var(--retro-mustard);
  padding-left: 13px;
}
/* =====================
   CARD GRID LAYOUTS
   ===================== */
.card-container, .feature-grid, .service-grid, .project-list, .process-steps {
  gap: 24px;
}
@media (max-width: 1024px) {
  .card-container, .feature-grid, .service-grid, .project-list, .process-steps {
    gap: 16px;
  }
  .feature-item, .service-item, .process-step, .card {
    min-width: 168px;
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .content-wrapper, .card-container, .feature-grid, .service-grid, .project-list, .process-steps {
    flex-direction: column;
    gap: 14px;
  }
  .card, .feature-item, .service-item, .process-step {
    min-width: 95%;
    width: 100%;
  }
  .text-image-section {
    flex-direction: column;
    gap: 16px;
  }
}
/* =======================
   BUTTONS, LINKS, EFFECTS
   ======================= */
button, .cta-btn {
  cursor: pointer;
  outline: none;
}
button:focus, .cta-btn:focus {
  box-shadow: 0 0 0 3px var(--retro-mustard);
}
a {
  transition: color 0.16s, background 0.16s;
}
a:active {
  color: var(--retro-red);
}
/* =======================
   LEGAL SECTION
   ======================= */
.legal-section {
  background: var(--retro-cream);
}
.legal-section .text-section {
  background: rgba(255,255,255,0.5);
  border-radius: var(--radius-md);
  padding:18px 16px;
  border-left: 5px solid var(--retro-mustard);
}
/* ================
   CTA SECTION
   ================ */
.cta-section {
  background: repeating-linear-gradient(-25deg, var(--retro-green), var(--retro-green) 18px, var(--retro-cream) 20px, var(--retro-cream) 40px);
  color: var(--retro-cream);
  text-align: center;
  border: 2px solid var(--retro-mustard);
}
.cta-section h2, .cta-section p, .cta-section .cta-btn {
  color: var(--retro-brown);
}
.cta-section .cta-btn {
  margin-top: 16px;
}
/* ========================
   THANK YOU SECTION
   ======================== */
.thank-you-section {
  background: var(--retro-blue);
  color: var(--retro-cream);
  text-align: center;
}
.thank-you-section a.cta-btn {
  margin-top: 19px;
}
.thank-you-section h1, .thank-you-section p {
  color: var(--retro-cream);
}
/* ==============
   COOKIE BANNER
   ==============
*/
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  background: var(--retro-brown);
  color: var(--retro-cream);
  box-shadow: 0 -2px 16px 0 rgba(70,54,35,0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 18px;
  gap: 14px;
  z-index: 3005;
  transition: transform 0.33s cubic-bezier(.48,1.56,.46,0.97);
  font-size: 1rem;
}
.cookie-banner.hide {
  transform: translateY(110%);
  pointer-events: none;
  opacity: 0.5;
}
.cookie-banner .cookie-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 18px;
}
.cookie-banner button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  border-radius: var(--radius-md);
  padding: 8px 16px;
  font-size: 1rem;
  margin: 0 2px;
  border: 2px solid var(--retro-mustard);
  color: var(--retro-brown);
  background: var(--retro-mustard);
  transition: background 0.2s, color 0.2s, border 0.18s;
}
.cookie-banner .cookie-reject {
  background: var(--retro-red);
  color: #fff;
  border: 2px solid var(--retro-red);
}
.cookie-banner .cookie-settings {
  background: transparent;
  color: var(--retro-mustard);
  border: 2px solid var(--retro-mustard);
}
.cookie-banner button:hover, .cookie-banner button:focus {
  background: var(--retro-green);
  color: #fff;
}
@media (max-width: 640px) {
  .cookie-banner {
    flex-direction: column;
    text-align: center;
    gap: 8px;
    padding: 16px 6px;
  }
  .cookie-banner .cookie-buttons {
    margin-left: 0;
    gap: 7px;
  }
}
/* ========================
   COOKIE PREFERENCES MODAL
   ======================== */
.cookie-modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(32,22,10,0.7);
  z-index: 3400;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.24s;
}
.cookie-modal.open {
  pointer-events: auto;
  opacity: 1;
}
.cookie-modal-content {
  min-width: 320px;
  max-width: 96vw;
  background: var(--retro-cream);
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 38px 0 rgba(50,40,30,0.18);
  padding: 34px 24px 24px 24px;
  text-align: left;
  border: 3px double var(--retro-mustard);
  position: relative;
  animation: popup-bounce 0.35s cubic-bezier(.27,1.4,.48,1.05);
}
@keyframes popup-bounce {
  0% { transform: scale(.96) translateY(30px); opacity:0; }
  100% { transform: scale(1) translateY(0); opacity: 1;}
}
.cookie-modal-close {
  position: absolute;
  top: 10px; right: 16px;
  font-size: 2.1rem;
  color: var(--retro-red);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
  transition: color 0.16s;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  color: var(--retro-mustard);
}
.cookie-categories {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Roboto',sans-serif;
  background: var(--accent);
  border-radius: var(--radius-md);
  padding: 13px 17px;
}
.cookie-category label {
  font-weight: 700;
  color: var(--retro-blue);
}
.cookie-toggle {
  width: 42px;
  height: 24px;
  border-radius: 16px;
  background: var(--retro-brown);
  position: relative;
  cursor: pointer;
  transition: background 0.17s;
}
.cookie-toggle input {
  display: none;
}
.cookie-toggle::before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: left 0.19s;
  box-shadow: 0 1px 3px 0 rgba(80,66,50,0.11);
}
.cookie-toggle input:checked + .cookie-toggle::before {
  left: 21px;
  background: var(--retro-mustard);
}
.cookie-toggle input:checked + .cookie-toggle {
  background: var(--retro-green);
}
.cookie-category .always-on {
  color: var(--retro-green);
  font-weight: bold;
  font-size: 0.93rem;
}
.cookie-modal-buttons {
  display: flex;
  gap: 18px;
  margin-top: 26px;
}
.cookie-modal-buttons button {
  font-size: 1rem;
  padding: 9px 26px;
  border-radius: var(--radius-md);
  background: var(--retro-mustard);
  color: var(--retro-brown);
  font-weight: 700;
  border: 2px solid var(--retro-mustard);
  transition: background 0.2s, color 0.18s;
}
.cookie-modal-buttons button:hover {
  background: var(--retro-green);
  color: #fff;
}
@media (max-width:475px) {
  .cookie-modal-content{
    padding: 19px 5vw 15px 5vw;
  }
  .cookie-category{
    flex-direction:column; align-items: flex-start; gap:5px;
  }
  .cookie-modal-buttons{
    flex-direction: column; gap:10px;
  }
}
/* =======================
   ANIMATIONS & EFFECTS
   ======================= */
.card, .feature-item, .service-item, .project-item, .testimonial-card {
  transition: box-shadow 0.22s, border-color 0.21s, transform 0.16s;
}
.card:hover,
.feature-item:hover,
.service-item:hover,
.project-item:hover,
.testimonial-card:hover {
  box-shadow: 0 9px 30px 0 rgba(44,37,28,0.11);
  border-color: var(--retro-mustard);
  transform: translateY(-3px) scale(1.018);
}
::-webkit-scrollbar {
  width: 11px; background: var(--retro-mustard);
}
::-webkit-scrollbar-thumb {
  background: var(--retro-brown);
  border-radius: 8px;
}
/* ========================
   RESPONSIVE CORNER CASES
   ======================== */
@media (max-width:450px){
  .hero-section, .project-item, .card, .testimonial-card, .feature-item, .service-item {
    padding: 11px 7px;
  }
}
@media (max-width:375px){
  .footer-contact, .footer-copy, .footer-nav {
    font-size:0.82rem;
  }
}
/*
==================
RETRO DECORATIVE ELEMENTS
==================
*/
.feature-item, .service-item {
  background: repeating-linear-gradient(-20deg,#FAF6EA,#FAF6EA 12px,#f2dfbc 18px,#f2dfbc 36px);
}
.process-step {
  background: repeating-linear-gradient(30deg,#F8F4EC,#F8F4EC 17px,#e7d9ba 22px,#e7d9ba 44px);
}
.project-item { border-style: dashed; }
.hero-section { border-style: dotted; border-color: var(--retro-mustard); border-width:2px; }

/* Ensure no grid or columns used globally */
/* END OF FILE */
