/* CSS RESET & BASE STYLES */
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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background: #F9F8F6;
  color: #232421;
  font-family: 'Lato', Arial, sans-serif;
  min-height: 100vh;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
  max-width: 100%;
  display: block;
}
ul, ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
button, input, select, textarea {
  font: inherit;
  color: inherit;
}
::-webkit-input-placeholder { color: #232421; opacity: 0.65; }
::-moz-placeholder { color: #232421; opacity: 0.65; }
:-ms-input-placeholder { color: #232421; opacity: 0.65; }
::placeholder { color: #232421; opacity: 0.65; }

/* BRAND & TYPOGRAPHY */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:700,700italic&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: #232421;
  letter-spacing: 0.01em;
  font-weight: 700;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.13;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}
h2 {
  font-size: 2rem;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.2px;
}
h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}
h4, h5, h6 {
  font-size: 1.08rem;
}
.subheadline {
  font-size: 1.15rem;
  font-family: 'Lato', Arial, sans-serif;
  color: #8D7357;
  margin-bottom: 18px;
  letter-spacing: 0.03em;
}
strong {
  font-weight: 700;
}
p, ul li, ol li {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 10px;
  color: #232421;
}

/* STRUCTURE & CONTAINER */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: none;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.text-section {
  align-items: flex-start;
  max-width: 680px;
}

/* GEOMETRIC STRUCTURED LAYOUTS */
.feature-grid {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 24px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(35,36,33,0.07);
  border: 1.5px solid #E8E5E0;
  padding: 28px 26px;
  min-width: 240px;
  max-width: 350px;
  flex: 1 1 220px;
  transition: box-shadow 0.18s;
}
.feature-item:hover {
  box-shadow: 0 6px 16px rgba(35,36,33,0.13);
  z-index: 2;
}
.card-container, .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #E8E5E0;
  box-shadow: 0 2px 10px rgba(35,36,33,0.07);
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px 22px;
}
.card:hover {
  box-shadow: 0 6px 16px rgba(35,36,33,0.13);
  border-color: #8D7357;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.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;
}

/* HERO */
.hero {
  background: #F1E9DF;
  padding: 60px 0 36px 0;
  min-height: 340px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.hero .content-wrapper {
  align-items: flex-start;
}

/* SERVICE LISTS */
.service-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 32px 0 36px 0;
}
.service-list li, .service-item {
  background: #fff;
  border-radius: 10px;
  border: 1.5px solid #E8E5E0;
  padding: 18px 20px 18px 26px;
  margin-bottom: 0;
  box-shadow: 0 1px 6px rgba(35,36,33,0.07);
  transition: box-shadow 0.17s, border-color 0.17s;
}
.service-list li:hover, .service-item:hover {
  box-shadow: 0 4px 12px rgba(35,36,33,0.12);
  border-color: #8D7357;
}
.service-item + .service-item {
  margin-top: 20px;
}
.price {
  display: inline-block;
  font-weight: bold;
  color: #8D7357;
  margin-top: 4px;
  font-size: 1.05em;
}

/* CTA SECTION */
.cta {
  background: #232421;
  color: #fff;
  border-radius: 18px;
  margin: 30px 0 32px 0;
  padding: 52px 0 34px 0;
  box-shadow: 0 6px 36px rgba(35,36,33,0.13);
}
.cta h2,
.cta p {
  color: #fff;
}
.cta .button-primary {
  margin-top: 10px;
}

/* TESTIMONIALS */
.testimonials {
  background: #fff;
  margin-bottom: 60px;
  padding: 40px 0;
  border-radius: 14px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 28px;
  background: #F1E9DF;
  border-radius: 12px;
  box-shadow: 0 1px 8px rgba(35,36,33,0.09);
  margin-bottom: 24px;
  border-left: 6px solid #8D7357;
  min-width: 260px;
  max-width: 520px;
}
.testimonial-card:last-child {
  margin-bottom: 0;
}
.testimonial-card .stars {
  color: #FFBD13;
  font-size: 1.2em;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.testimonial-card .client {
  color: #232421;
  font-size: 1em;
  font-weight: 700;
  font-family: 'Lato', Arial, sans-serif;
  margin-top: 5px;
}
.before-after-desc {
  font-size: 0.99em;
  color: #8D7357;
  font-style: italic;
}

/* FAQ LISTS */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 16px;
}
.faq-item {
  background: #F1E9DF;
  border-radius: 10px;
  border: 1.2px solid #E8E5E0;
  padding: 20px 22px;
  transition: box-shadow 0.17s, border-color 0.17s;
  box-shadow: 0 1px 8px rgba(35,36,33,0.06);
}
.faq-item h2 {
  margin-bottom: 10px;
  font-size: 1.11rem;
  color: #232421;
}
.faq-item p {
  font-size: 1em;
  color: #232421;
}

/* FOOTER & HEADER */
header {
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 18px rgba(35,36,33,0.03);
  padding: 0 0 0 0;
  min-height: 62px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 10;
}
header .container {
  flex-direction: row;
  align-items: center;
}
.logo {
  display: flex;
  align-items: center;
  margin-right: 32px;
  min-width: 52px;
}
.logo img {
  height: 46px;
}
.main-nav {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-right: auto;
  font-size: 1.02em;
}
.main-nav a {
  padding: 8px 0;
  border-bottom: 2.5px solid transparent;
  letter-spacing: 0.02em;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 700;
  color: #232421;
  transition: border-color 0.16s, color 0.16s;
}
.main-nav a:hover, .main-nav a:focus {
  color: #8D7357;
  border-bottom: 2.5px solid #8D7357;
}
.button-primary, .button-secondary {
  display: inline-block;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  font-size: 1.08em;
  padding: 12px 28px;
  margin-left: 16px;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  box-shadow: 0 2px 8px rgba(141,115,87,0.08);
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.01em;
  outline: none;
}
.button-primary {
  background: #8D7357;
  color: #fff;
}
.button-secondary {
  background: #fff;
  border: 2px solid #8D7357;
  color: #8D7357;
}
.button-primary:hover, .button-primary:focus {
  background: #232421;
  color: #fff;
  box-shadow: 0 3px 20px rgba(35,36,33,0.13);
}
.button-secondary:hover, .button-secondary:focus {
  background: #8D7357;
  color: #fff;
  border-color: #8D7357;
}

footer {
  background: #232421;
  color: #fff;
  padding: 48px 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  box-shadow: 0 -2px 28px rgba(35,36,33,0.07);
}
footer .logo img {
  filter: brightness(1.12) grayscale(0.5);
  height: 36px;
  margin-bottom: 20px;
}
.footer-nav {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 16px;
}
.footer-nav a {
  color: #fff;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1em;
  opacity: 0.96;
  border-bottom: 1.4px solid transparent;
  transition: border-color 0.14s;
}
.footer-nav a:hover {
  border-bottom: 1.4px solid #8D7357;
  color: #8D7357;
}
.footer-contact {
  font-family: 'Lato', Arial, sans-serif;
  color: #fff;
  font-size: 0.98em;
  margin-top: 10px;
  text-align: center;
  opacity: 0.995;
}
.footer-contact a { color: #fff; text-decoration: underline; transition: color 0.14s; }
.footer-contact p{color: white;}
.footer-contact a:hover { color: #F1E9DF; }

/* SECTIONS SPACING PER DESIGN MANDATE */
section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container { display: flex; flex-wrap: wrap; gap: 24px; }
.card { margin-bottom: 20px; position: relative; }
.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; }
.feature-item { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }

/* NAV: MOBILE MENU */
.mobile-menu-toggle {
  background: #fff;
  border: 2.5px solid #8D7357;
  color: #8D7357;
  font-size: 2.2rem;
  padding: 4px 16px;
  border-radius: 8px;
  margin-left: 18px;
  cursor: pointer;
  display: none;
  transition: background 0.16s, color 0.16s;
  z-index: 31;
}
.mobile-menu-toggle:focus,
.mobile-menu-toggle:hover {
  background: #8D7357;
  color: #fff;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #232421;
  transform: translateX(-100vw);
  transition: transform 0.34s cubic-bezier(.53,.2,0,1.01);
  z-index: 40;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 52px;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  position: absolute;
  top: 24px;
  right: 28px;
  background: none;
  border: none;
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
  z-index: 41;
  transition: color 0.18s;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  color: #8D7357;
}
.mobile-nav {
  width: 100%;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-start;
  padding-left: 40px;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.20rem;
  font-weight: 700;
  padding: 14px 0;
  width: 100%;
  letter-spacing: 0.03em;
  border-bottom: 2.4px solid transparent;
  transition: border-color 0.13s, color 0.13s, background 0.13s;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  background: #8D7357;
  color: #fff;
  border-bottom: 2.4px solid #F1E9DF;
}

/* Responsive Display: Show/Hide Navs */
@media (max-width: 1050px) {
  .main-nav { gap: 16px; }
}
@media (max-width: 900px) {
  .main-nav { display: none; }
  .button-primary { display: none; }
  .mobile-menu-toggle { display: inline-block; }
}
@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.2rem; }
  .container { padding: 0 6px; }
  .text-section, .content-wrapper, .content-grid, .card-container, .feature-grid {
    flex-direction: column !important;
    gap: 20px;
    align-items: stretch;
  }
  .feature-item, .card, .service-list li, .service-item {
    max-width: 100%;
    min-width: 0;
  }
  .section, section {
    padding: 28px 2vw;
    margin-bottom: 40px;
  }
  .hero { padding: 38px 0 20px 0; min-height: 180px; }
  .footer-nav { flex-direction: column; gap: 10px; }
  footer { padding: 35px 0 20px; }
  .cta { padding: 30px 0 24px 0; }
  .testimonial-card {
    max-width: 99vw;
    padding: 15px 8px;
  }
  .mobile-nav { padding-left: 18px; }
}
@media (max-width: 480px) {
  h1 { font-size: 1.3rem; }
  h2 { font-size: 1.1rem; }
  .logo img { height: 32px; }
  .cta { padding: 18px 0 10px 0; }
  .testimonial-card {
    padding: 10px 4px; }
  .service-list li, .service-item { padding: 12px 5vw 12px 8vw; }
}

/* COOKIE CONSENT BANNER */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #232421;
  color: #fff;
  padding: 26px 6vw 22px 6vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 200;
  box-shadow: 0 -3px 30px rgba(35,36,33,0.17);
  gap: 24px;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1.02em;
  transition: transform 0.33s cubic-bezier(.68,-0.55,.27,1.55);
}
.cookie-banner.hide {
  transform: translateY(140%);
}
.cookie-banner .cookie-buttons {
  display: flex;
  gap: 16px;
}
.cookie-banner .cookie-btn {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 7px;
  border: none;
  margin: 0 2px;
  transition: background 0.15s, color 0.15s;
  cursor: pointer;
}
.cookie-banner .cookie-accept {
  background: #8D7357;
  color: #fff;
}
.cookie-banner .cookie-accept:hover,
.cookie-banner .cookie-accept:focus {
  background: #F1E9DF;
  color: #232421;
}
.cookie-banner .cookie-reject {
  background: #fff;
  color: #232421;
  border: 1.5px solid #8D7357;
}
.cookie-banner .cookie-reject:hover,
.cookie-banner .cookie-reject:focus {
  background: #8D7357;
  color: #fff;
}
.cookie-banner .cookie-settings {
  background: transparent;
  color: #fff;
  border: 1.5px solid #fff;
}
.cookie-banner .cookie-settings:hover,
.cookie-banner .cookie-settings:focus {
  background: #F1E9DF;
  color: #232421;
  border-color: #F1E9DF;
}

/* COOKIE PREFERENCES MODAL */
.cookie-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 94vw;
  max-width: 440px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 40px rgba(35,36,33,0.32);
  transform: translate(-50%, -50%) scale(1);
  z-index: 300;
  padding: 30px 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #232421;
  font-family: 'Lato', Arial, sans-serif;
  animation: cookieFadeIn 0.3s cubic-bezier(.45,0,.28,1.47);
}
@keyframes cookieFadeIn {
  from { transform: translate(-50%,-50%) scale(.85); opacity: 0; }
  to {   transform: translate(-50%,-50%) scale(1); opacity: 1; }
}
.cookie-modal h2 {
  font-size: 1.25em; font-family: 'Playfair Display', serif; color: #232421;
}
.cookie-modal .cookie-modal-close {
  position: absolute;
  top: 18px;
  right: 22px;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #232421;
  cursor: pointer;
}
.cookie-modal .cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 12px 0 8px 0;
}
.cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 0;
}
.cookie-modal .cookie-toggle {
  width: 38px;
  height: 22px;
  background: #E8E5E0;
  border-radius: 11px;
  position: relative;
  margin-left: auto;
}
.cookie-modal .cookie-toggle input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.cookie-modal .toggle-slider {
  position: absolute;
  top: 2px; left: 2px;
  width: 18px; height: 18px;
  background: #8D7357;
  border-radius: 50%;
  transition: left 0.17s;
}
.cookie-modal .cookie-toggle input:checked + .toggle-slider {
  background: #232421;
  left: 18px;
}
.cookie-modal .cookie-essential .toggle-slider {
  background: #A3A3A3;
}
.cookie-modal .cookie-essential .cookie-toggle {
  background: #F1E9DF;
}
.cookie-modal .cookie-essential label {
  color: #333;
  opacity: 0.8;
}
.cookie-modal .cookie-essential .cookie-toggle,
.cookie-modal .cookie-essential .cookie-toggle input[disabled] {
  pointer-events: none;
  opacity: 0.6;
}
.cookie-modal .cookie-modal-actions {
  margin-top: 6px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.cookie-modal .cookie-btn {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1em;
  padding: 9px 16px;
  border-radius: 8px;
  border: none;
}
.cookie-modal .cookie-accept {
  background: #8D7357;
  color: #fff;
}
.cookie-modal .cookie-reject {
  background: #fff;
  color: #232421;
  border: 1.4px solid #8D7357;
}

/* INPUTS & FORMS (if any later) */
input, textarea, select {
  border: 1.5px solid #8D7357;
  border-radius: 8px;
  padding: 10px 14px;
  background: #fff;
  color: #232421;
  font-size: 1.02em;
  margin-bottom: 16px;
  transition: border-color 0.13s;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #232421;
}

/* MAP PLACEHOLDER */
.map-placeholder {
  background: #F1E9DF;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  color: #8D7357;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1.02em;
  border: 1.6px solid #E8E5E0;
  margin-top: 16px;
}

/* MISC */
::-webkit-scrollbar {
  width: 9px;
  background: #F1E9DF;
}
::-webkit-scrollbar-thumb {
  background: #8D7357;
  border-radius: 4.5px;
}

/* GEOMETRIC DECORATIVE SHAPES (optional accent) */
.section[data-geometry]::after {
  content: '';
  display: block;
  width: 60px;
  height: 8px;
  background: #8D7357;
  border-radius: 4px;
  margin: 24px auto 0;
}

/* MICRO-INTERACTIONS */
.button-primary, .button-secondary, .mobile-menu-toggle, .mobile-menu-close, .cookie-btn {
  transition: background 0.18s, color 0.18s, box-shadow 0.20s, border-color 0.15s;
}
.card, .feature-item {
  transition: box-shadow 0.20s, border-color 0.18s, transform 0.22s;
}
.card:hover, .feature-item:hover {
  transform: translateY(-2px) scale(1.02);
}

/* VISUAL HIERARCHY: SPACING UTILS */
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 12px !important; }
.mt-2 { margin-top: 24px !important; }
.mt-3 { margin-top: 36px !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 12px !important; }
.mb-2 { margin-bottom: 24px !important; }
.mb-3 { margin-bottom: 36px !important; }

/* Accessibility: Focusrings */
a:focus, button:focus, .button-primary:focus, .button-secondary:focus, .cookie-btn:focus {
  outline: 2px dashed #8D7357;
  outline-offset: 2px;
}

/* Hide visually but keep for screen readers */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
