/* --- CSS RESET & BASIC NORMALIZE --- */
html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #181818;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  min-height: 100vh;
  position: relative;
  word-break: break-word;
}
img, svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border: 0;
}
a {
  color: #181818;
  text-decoration: underline;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #283618;
}
ul, ol {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #101010;
  letter-spacing: .01em;
}
h1 { font-size: 2.8rem; line-height: 1.13; }
h2 { font-size: 2rem; line-height: 1.15; }
h3 { font-size: 1.3rem; line-height: 1.25; }
h4, h5, h6 { font-size: 1rem; }
p { margin-bottom: 1em; }
strong { font-weight: 600; }
em { font-style: italic; }

/* --- BRAND COLORS (MONOCHROME SOPHISTICATED MOD) --- */
:root {
  --color-bg: #fff;
  --color-dark: #181818;
  --color-darker: #101010;
  --color-mid: #555555;
  --color-light: #f4f4f4;
  --color-shadow: rgba(0,0,0,0.06);
  --color-border: #e0e0e0;
  --brand-primary: #283618;
  --brand-secondary: #DDA15E;
  --brand-accent: #FFFBE6;
}

/* --- LAYOUT CONTAINERS & SPACING --- */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 4vw;
  padding-right: 4vw;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: var(--color-bg);
  border-radius: 22px;
  box-shadow: 0 4px 24px var(--color-shadow);
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 3px 16px var(--color-shadow);
  padding: 20px;
  min-width: 260px;
  flex: 1 1 280px;
  transition: transform .13s, box-shadow .2s;
}
.card:hover, .card:focus-within {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 8px 32px rgba(0,0,0,0.17);
}

.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: #f8f8f8;
  border-left: 4px solid #181818;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px var(--color-shadow);
  font-size: 1.15rem;
  color: #222;
}
.testimonial-card span {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: .98em;
  color: #888;
  margin-left: auto;
}

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

/* --- BUTTONS & INTERACTIVE ELEMENTS --- */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #181818;
  color: #FFF;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  border: none;
  border-radius: 8px;
  padding: 14px 36px;
  margin-top: 12px;
  cursor: pointer;
  outline: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: background .18s, color .18s, box-shadow .2s, transform .1s;
  text-decoration: none;
}
.btn-primary:hover, .btn-primary:focus {
  background: #101010;
  box-shadow: 0 4px 18px rgba(0,0,0,0.15);
  color: #DDA15E;
  transform: translateY(-2px) scale(1.015);
}

.btn-secondary {
  background: none;
  color: #181818;
  border: 2px solid #181818;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  border-radius: 8px;
  padding: 14px 28px;
  cursor: pointer;
  box-shadow: 0 2px 6px var(--color-shadow);
  transition: background 0.16s, color 0.16s, border-color 0.16s;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #181818;
  color: #fff;
  border-color: #181818;
}

/* --- HEADER & NAVIGATION --- */
header {
  width: 100%;
  background: #fff;
  border-bottom: 1.5px solid var(--color-border);
  position: sticky;
  top: 0;
  z-index: 30;
  box-shadow: 0 0.5px 10px var(--color-shadow);
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.main-nav > a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #181818;
  text-decoration: none;
  font-weight: 500;
  padding: 3px 2px;
  border-bottom: 2.5px solid transparent;
  transition: border-color .15s, color .15s;
}
.main-nav > a:hover, .main-nav > a:active, .main-nav > a:focus {
  color: #283618;
  border-bottom: 2.5px solid #283618;
}

header img {
  height: 45px;
  object-fit: contain;
  margin-right: 22px;
}
.mobile-menu-toggle {
  display: none;
  background: #181818;
  color: #fff;
  border: none;
  border-radius: 7px;
  font-size: 2.2rem;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1002;
  outline: none;
  transition: background .2s, color .2s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #181818;
  color: #DDA15E;
}

/* --- MOBILE MENU --- */
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(10,10,10,0.97);
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  transform: translateX(-100%);
  transition: transform 0.37s cubic-bezier(.77,0,.18,1);
  will-change: transform;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: transparent;
  color: #fff;
  font-size: 2.2rem;
  border: none;
  cursor: pointer;
  align-self: flex-end;
  margin: 18px 30px;
  z-index: 1020;
  transition: color .18s;
}
.mobile-menu-close:focus,
.mobile-menu-close:hover {
  color: #DDA15E;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10vh;
  gap: 28px;
  padding-left: 34px;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 2px;
  border-bottom: 2.5px solid transparent;
  transition: border-color .16s, color .14s;
  outline: none;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  color: #DDA15E;
  border-bottom: 2.5px solid #DDA15E;
}

/* --- FOOTER --- */
footer {
  background: #181818;
  color: #fff;
  padding: 42px 0 18px 0;
  margin-top: 72px;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 11px;
  align-items: center;
  justify-content: center;
}
.footer-nav a {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  opacity: 0.92;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  transition: color .13s, opacity .14s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #DDA15E;
  opacity: 1;
  text-decoration: underline;
}
footer p {
  color: #999;
  font-size: .95rem;
  margin-bottom: 0;
}

/* --- SERVICE LIST (INDEX ETC) --- */
.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
  justify-content: flex-start;
}
.service-item {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 24px 20px;
  min-width: 250px;
  flex: 1 1 230px;
  margin-bottom: 8px;
  box-shadow: 0 2px 8px var(--color-shadow);
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: flex-start;
  transition: box-shadow .18s, transform .09s;
  border: 1.2px solid #e8e8e8;
}
.service-item h3 {
  font-size: 1.24rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  margin-bottom: 6px;
  color: #181818;
}
.service-item p {
  color: #444;
  font-size: 1.07rem;
}
.service-item strong {
  color: #181818;
}
.service-item:hover, .service-item:focus-within {
  box-shadow: 0 6px 22px rgba(0,0,0,0.17);
  transform: translateY(-2px) scale(1.01);
  border-color: #181818;
}

/* --- MAP SNIPPET/ADDRESS MAP --- */
.map-snippet, .address-map {
  background: #faf9f7;
  border: 1.4px dashed #bababa;
  border-radius: 8px;
  padding: 18px 17px;
  margin-top: 18px;
  color: #555;
}

/* --- UL/OL Styling --- */
ul, ol {
  margin-bottom: 1.5em;
}
ul li, ol li {
  margin-bottom: .4em;
  line-height: 1.6;
  font-size: 1.04em;
}
ul li::marker {
  color: #181818;
}

/* --- TEXT SECTION --- */
.text-section {
  margin-bottom: 1.7em;
}

/* --- SECTIONS --- */
section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

/* --- SPECIAL TYPOGRAPHY (MONOCHROME EMPHASIS) --- */
/* Headings */
h1, h2, h3, h4 {
  color: #181818;
  letter-spacing: 0.01em;
}
section > .container > .content-wrapper > h1,
section > .container > .content-wrapper > h2 {
  margin-bottom: 0.6em;
}

/* Lead text (hero sections) */
.content-wrapper > p:first-of-type {
  font-size: 1.25em;
  color: #333;
  line-height: 1.51;
}

/* --- HERO & PAGE HEADER --- */
section:first-of-type {
  background: #fff;
  box-shadow: none;
  padding-top: 48px;
  /* no padding-bottom because next section is already spaced */
}
section:first-of-type h1 {
  font-size: 2.7rem;
  color: #101010;
  text-shadow: 0 2px 4px rgba(18,18,18,0.03);
}

/* --- COOKIES BANNER --- */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 3000;
  background: #fff;
  color: #222;
  box-shadow: 0 -2px 16px rgba(0,0,0,0.12);
  border-top: 2px solid #181818;
  padding: 22px 20px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  animation: cookieDrop 0.5s ease;
}
@keyframes cookieDrop {
  from { transform: translateY(100%); opacity: 0.4; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-banner strong {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #181818;
}
.cookie-banner-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 5px;
}
.cookie-banner .btn-primary,
.cookie-banner .btn-secondary {
  font-size: 1rem;
  padding: 12px 22px;
  min-width: 130px;
}

/* COOKIES MODAL */
.cookie-modal-overlay {
  position: fixed;
  z-index: 4000;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(18,18,18,0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: modalBgIn .24s;
}
@keyframes modalBgIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cookie-modal {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 64px rgba(0,0,0,0.28);
  padding: 38px 30px 32px 30px;
  max-width: 450px;
  width: 90vw;
  display: flex;
  flex-direction: column;
  gap: 22px;
  animation: modalContentAppear .28s cubic-bezier(.17,.99,.72,1.26);
}
@keyframes modalContentAppear {
  0% { transform: translateY(60px) scale(.96); opacity: 0.4; }
  100% { transform: none; opacity: 1; }
}
.cookie-modal h3 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  color: #181818;
  margin-bottom: 8px;
}
.cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 11px;
}
.cookie-category label {
  font-size: 1.08rem;
}
.cookie-toggle {
  width: 38px;
  height: 22px;
  background: #e6e6e6;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
  border: none;
  outline: none;
  transition: background .15s;
  appearance: none;
}
.cookie-toggle:checked {
  background: #283618;
}
.cookie-toggle::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0,0,0,0.08);
  position: relative;
  left: 0px;
  transition: left .15s;
}
.cookie-toggle:checked::-webkit-slider-thumb {
  left: 18px;
}
/* For Firefox toggle fallback */
.cookie-toggle::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 2px;
  transition: left .18s;
}
.cookie-toggle:checked::before {
  left: 18px;
}
/* End fallback */

/* --- ANIMATIONS & MICRO-INTERACTIONS --- */
.btn-primary, .btn-secondary, .card, .service-item {
  transition: box-shadow .15s, background .13s, color .13s, border-color .13s, transform .12s;
}

/* Appearance for focus (WCAG) */
a:focus, button:focus, .btn-primary:focus, .btn-secondary:focus {
  outline: 2.5px solid #283618;
  outline-offset: 2px;
}

/* --- RESPONSIVE DESIGN (MOBILE-FIRST) --- */
@media (max-width: 1020px) {
  .service-list { flex-direction: column; }
  .service-item { min-width: unset; width: 100%; }
  .card { min-width: 180px; }
}
@media (max-width: 900px) {
  .container {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  header .container {
    padding-left: 2vw; padding-right: 2vw;
  }
}
@media (max-width: 768px) {
  html { font-size: 15px; }
  .container { max-width: 96vw; }
  .main-nav { display: none; }
  .mobile-menu-toggle { display: flex; }
  .service-list { flex-direction: column; gap: 16px; }
  .card-container, .content-grid { flex-direction: column; gap: 16px; }
  .testimonial-card { flex-direction: column; gap: 5px; font-size: 1rem; }
  section, .section { padding: 28px 7px; }
  .content-wrapper { gap: 13px; }
  .text-image-section { flex-direction: column; gap: 15px; }
  header .container { gap: 8px; }
  .footer-nav { gap: 12px; }
}
@media (max-width: 480px) {
  html { font-size: 14px; }
  header img { height: 29px; }
  .btn-primary, .btn-secondary { padding: 12px 13px; font-size: .98rem; }
  .testimonial-card { padding: 15px 7px; }
  .service-item { padding: 15px 9px; }
  .cookie-modal { padding: 18px 5vw 15px 5vw; }
}

/* --- PRINT --- */
@media print {
  header, footer, .mobile-menu, .cookie-banner, .cookie-modal-overlay { display: none !important; }
  section, .section, .container { box-shadow: none !important; background: #fff !important; color: #111; }
}

/* --- UTILITY CLASSES --- */
.hide { display: none !important; }
.align-center { align-items: center !important; justify-content: center !important; }

/* --- END OF STYLE --- */
