/* =====================================================
   Rustic Bush Meble – Monochrome Sophisticated CSS
   Brand monochrome + elegance, ONLY flex layouts!
   ===================================================== */
/* ==== CSS Reset / Normalize ==== */
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 {
  font-size: 16px;
  font-family: 'Roboto', Arial, sans-serif;
  background: #fff;
  color: #222;
  scroll-behavior: smooth;
}
body {
  background: #fcfcfc;
  color: #181818;
  min-height: 100vh;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
img, picture, video, canvas, svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
a {
  color: #181818;
  text-decoration: none;
  transition: color 0.2s;
}
a:focus {
  outline: 2px solid #222;
  outline-offset: 2px;
}
a:hover, .main-nav a:hover, .footer-menu a:hover, .cta:hover {
  color: #fff;
  background: #181818;
  transition: color 0.2s, background 0.2s;
}
ul, ol {
  margin-left: 1.5em;
  margin-bottom: 16px;
  padding-left: 0.5em;
}
strong {
  font-weight: 600;
}

/* ==== Typography ==== */
h1, h2, h3, h4 {
  font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
  font-weight: 700;
  margin-bottom: 16px;
  color: #111;
  letter-spacing: -0.5px;
}
h1 {
  font-size: 2.75rem;
  line-height: 1.1;
  margin-bottom: 24px;
}
h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #181818;
}
h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
  color: #272727;
}
h4 {
  font-size: 1.15rem;
  margin-bottom: 10px;
  color: #393939;
}
p, li, address {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.04rem;
  color: #222;
  line-height: 1.7;
  margin-bottom: 14px;
}

blockquote {
  font-style: italic;
  border-left: 4px solid #1a1a1a;
  padding-left: 16px;
  color: #222;
  margin: 16px 0;
}

/* ==== Utilities ==== */
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container, .content-grid, .features {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
  padding: 28px 22px 22px 22px;
  flex: 1 1 320px;
  min-width: 270px;
  max-width: 384px;
  transition: transform 0.18s, box-shadow 0.18s;
}
.card:hover {
  transform: translateY(-6px) scale(1.012);
  box-shadow: 0 6px 24px 0 rgba(0,0,0,0.15);
}
/* For special groupings: .card-content (if present) */
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-grid {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: #f4f4f6;
  border-left: 5px solid #111;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.06);
  position: relative;
  color: #222;
}
.testimonial-card p {
  margin-bottom: 10px;
  font-family: 'Merriweather', Georgia, serif;
  font-size: 1.14rem;
  color: #181818;
  line-height: 1.5;
}
.testimonial-card span {
  font-size: 0.98rem;
  font-family: 'Roboto', Arial, sans-serif;
  color: #767676;
  letter-spacing: 0.05em;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 18px;
  padding: 18px 0;
}

/* ==== Header & Navigation ==== */
header {
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  z-index: 25;
}
header .container {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
  padding: 18px 20px;
  min-height: 72px;
}
.branding img, .branding svg {
  height: 46px;
  display: block;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: 16px;
}
.main-nav a {
  font-family: 'Merriweather', Georgia, serif;
  letter-spacing: 0.01em;
  color: #222;
  padding: 6px 14px;
  border-radius: 7px;
  font-size: 1.03rem;
  font-weight: 500;
  line-height: 1.1;
  transition: color 0.17s, background 0.17s;
}
.main-nav a.active,
.main-nav a:focus,
.main-nav a:hover {
  background: #111;
  color: #fff;
  text-decoration: none;
}

.cta.primary {
  background: #181818;
  color: #fff;
  border: none;
  padding: 11px 28px;
  border-radius: 32px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: bold;
  margin-left: auto;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.09);
  letter-spacing: 0.05em;
  transition: background 0.18s, color 0.15s, box-shadow 0.18s;
  cursor: pointer;
}
.cta.primary:focus,
.cta.primary:hover {
  background: #fff;
  color: #181818;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,0.15);
  outline: 2px solid #222;
}
.cta {
  background: #e9e9e9;
  color: #181818;
  border: none;
  padding: 11px 28px;
  border-radius: 32px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.07);
  margin-right: 14px;
  transition: background 0.18s, color 0.13s;
  cursor: pointer;
}
.cta:hover, .cta:focus {
  background: #181818;
  color: #fff;
}

.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}

/* ==== Mobile Menu ==== */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2.3rem;
  color: #222;
  cursor: pointer;
  z-index: 100;
  line-height: 1;
  margin-left: 18px;
}
/* Mobile menu overlay */
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(14,14,14,0.92);
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.78,0.01,0.33,1);
  z-index: 1001;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  /* Hidden by default, shown by .open class */
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 2.7rem;
  padding: 16px 20px 0 18px;
  line-height: 1;
  cursor: pointer;
  align-self: flex-end;
  z-index: 1010;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
  padding: 48px 32px 0 38px;
  height: 100%;
  width: 100vw;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Merriweather', Georgia, serif;
  font-size: 1.32rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color 0.15s;
  padding: 4px 0;
}
.mobile-nav a:hover, .mobile-nav a.active {
  color: #D9B793;
  text-decoration: underline;
}
/* Hides main nav and shows mobile button on mobile */
@media (max-width: 992px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  header .container {
    gap: 18px;
  }
}
@media (min-width:993px) {
  .mobile-menu {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: none !important;
  }
}

/* ==== Sections & Layout ==== */
section {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.05);
  margin-bottom: 28px;
  transition: box-shadow 0.18s;
}
section:last-child {
  margin-bottom: 0;
}

.pricing-table {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 10px 0 14px 0;
}
.pricing-table > div {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 17px 30px;
  flex: 1 1 220px;
  min-width: 185px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  box-shadow: 0 1px 10px 0 rgba(0,0,0,0.07);
  margin-bottom: 8px;
}
.pricing-table strong {
  font-family: 'Merriweather', serif;
  font-size: 1.06rem;
  font-weight: 700;
  margin-bottom: 1px;
  color: #181818;
}
.pricing-table span {
  color: #5C4322;
  font-size: 1.01rem;
  font-weight: 500;
}

.team-profile {
  margin-bottom: 28px;
  background: #faf9f8;
  border-radius: 12px;
  box-shadow: 0 1px 10px 0 rgba(40,40,40,0.09);
  padding: 24px 24px 18px 24px;
  transition: box-shadow 0.14s;
}
.team-profile:last-child {
  margin-bottom: 0;
}

.process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 14px 0 8px 0;
  align-items: stretch;
}
.process-steps > div {
  flex: 1 1 200px;
  min-width: 180px;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 20px 18px 20px 20px;
  box-shadow: 0 1px 12px 0 rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  transition: box-shadow 0.19s, background 0.17s;
}
.process-steps > div span {
  font-size: 1.45rem;
  margin-bottom: 7px;
)
.process-steps > div:hover {
  background: #ececec;
  box-shadow: 0 3px 18px 0 rgba(0,0,0,0.12);
}

.map-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ededed;
  color: #333;
  border-radius: 10px;
  min-height: 90px;
  margin-top: 8px;
  font-size: 1.1rem;
  font-style: italic;
  box-shadow: 0 1px 8px 0 rgba(0,0,0,0.09);
}

/* ==== Footer ==== */
footer {
  background: #181818;
  color: #fff;
  padding: 38px 0 24px 0;
  border-top: 1px solid #373737;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 22px !important;
  margin-bottom: 8px;
  justify-content: center;
}
.footer-menu a {
  color: #fff;
  font-size: 1.04rem;
  text-decoration: underline;
  opacity: 0.93;
  transition: opacity 0.15s, color 0.15s;
}
.footer-menu a:hover, .footer-menu a:focus {
  color: #D9B793;
  opacity: 1;
}
footer p {
  color: #cacaca;
  font-size: 0.97rem;
}

/* ==== Cookie Consent Banner ==== */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0;
  width: 100vw;
  background: #111;
  color: #fff;
  padding: 22px 8px 24px 8px;
  box-shadow: 0 -2px 28px 0 rgba(0,0,0,0.17);
  z-index: 2100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  animation: fadeInUp 0.49s cubic-bezier(0.5,1.45,0.72,1.12);
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}
.cookie-banner-text {
  flex: 2 1 240px;
  font-size: 1rem;
}
.cookie-banner .cookie-btns {
  display: flex;
  gap: 14px;
}
.cookie-banner button {
  border: none;
  border-radius: 20px;
  padding: 9px 22px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 0.99rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.16s, color 0.16s;
}
.cookie-banner .accept {
  background: #222;
  color: #fff;
}
.cookie-banner .accept:hover, .cookie-banner .accept:focus {
  background: #fff;
  color: #222;
}
.cookie-banner .reject {
  background: #e5e5e5;
  color: #222;
}
.cookie-banner .reject:hover, .cookie-banner .reject:focus {
  background: #222;
  color: #fff;
}
.cookie-banner .settings {
  background: #1e1e1e;
  color: #D9B793;
}
.cookie-banner .settings:hover, .cookie-banner .settings:focus {
  background: #fff;
  color: #1e1e1e;
}

/* Cookie Modal */
.cookie-modal-overlay {
  position: fixed;
  z-index: 2202;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(12,12,12,0.66);
  transition: opacity 0.19s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-modal {
  background: #fff;
  color: #111;
  border-radius: 14px;
  box-shadow: 0 12px 44px 0 rgba(0,0,0,0.18);
  padding: 40px 24px 28px 24px;
  width: 90vw;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  position: relative;
  animation: modalBounceIn 0.49s cubic-bezier(0.6, 1.2, 0.4, 1);
}
@keyframes modalBounceIn {
  from { opacity: 0; transform: scale(0.82) translateY(70px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}
.cookie-modal h3 {
  font-size: 1.32rem;
  margin-bottom: 4px;
  font-family: 'Merriweather', Georgia, serif;
  color: #181818;
}
.cookie-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px 0;
}
.cookie-category strong {
  font-size: 1.06rem;
}
.cookie-category label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.99rem;
}
/* Toggle (switch) style */
.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 18px;
}
.switch input {
  opacity: 0;
  width: 0; height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #e2e2e2;
  border-radius: 14px;
  transition: 0.28s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background: #181818;
  border-radius: 50%;
  transition: 0.26s;
}
.switch input:checked + .slider {
  background: #5C4322;
}
.switch input:checked + .slider:before {
  transform: translateX(16px);
}
.cookie-modal .modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 14px;
}
.cookie-modal button {
  border: none;
  border-radius: 18px;
  padding: 8px 19px;
  background: #222;
  color: #fff;
  font-weight: 500;
  font-family: 'Roboto', Arial, sans-serif;
  cursor: pointer;
  transition: background 0.15s, color 0.14s;
}
.cookie-modal button.cancel {
  background: #e5e5e5;
  color: #181818;
}
.cookie-modal button.cancel:hover, .cookie-modal button.cancel:focus {
  background: #cacaca;
  color: #111;
}
.cookie-modal button.save {
  background: #181818;
  color: #fff;
}
.cookie-modal button.save:hover, .cookie-modal button.save:focus {
  background: #111;
  color: #fff;
}
.cookie-modal .close-modal {
  position: absolute;
  top: 8px; right: 12px;
  background: none;
  border: none;
  color: #767676;
  font-size: 1.75rem;
  cursor: pointer;
}

/* ==== Responsive Design ==== */
@media (max-width: 768px) {
  .container {
    padding-left: 7px;
    padding-right: 7px;
  }
  .content-wrapper { padding: 0; }
  .section {
    margin-bottom: 36px;
    padding: 23px 7px;
    border-radius: 7px;
  }
  h1 {
    font-size: 1.7rem;
    margin-bottom: 16px;
  }
  h2 {
    font-size: 1.19rem;
    margin-bottom: 11px;
  }
  .main-nav, .footer-menu {
    gap: 10px;
    font-size: 1.01rem;
  }
  .cta.primary, .cta {
    padding: 9px 14px;
    font-size: 1rem;
  }
  .card-container, .content-grid, .features,
  .process-steps, .pricing-table, .testimonial-cards {
    flex-direction: column;
    gap: 14px;
  }
  .card, .team-profile, .testimonial-card, .process-steps > div, .pricing-table > div {
    min-width: 90%;
    max-width: unset;
    width: 100%;
    padding: 16px 8px;
    font-size: 1rem;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  header .container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding: 13px 7px;
    min-height: 55px;
  }
}
@media (max-width: 480px) {
  .cta.primary, .cta {
    width: 100%;
    padding: 11px 0;
    font-size: 1.07rem;
    margin-bottom: 7px;
  }
  .cookie-modal {
    padding: 22px 7px 20px 7px;
  }
  .footer-menu, .container, .main-nav {
    gap: 7px;
    font-size: 0.97rem;
  }
}

/* ==== Utility: Visual Hierarchy, Contrast, Spacing ==== */
::-webkit-input-placeholder, ::placeholder { color: #666; opacity: 1; }
input, textarea, select, button {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 24px 0;
}

/* ==== Other helpers for forms etc. ==== */
label {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 4px;
  color: #202020;
}
input, textarea, select {
  padding: 10px 13px;
  border-radius: 4px;
  border: 1px solid #dadada;
  background: #f3f3f3;
  color: #222;
  margin-bottom: 13px;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1rem;
}
input:focus, textarea:focus, select:focus {
  outline: 2px solid #181818;
  background: #fff;
  border-color: #5C4322;
}
button:focus {
  outline: 2px solid #181818;
  z-index: 1;
}

/* ==== Custom Scrollbar for desktop ==== */
@media (hover: hover) {
  ::-webkit-scrollbar {
    width: 12px;
    background: #e6e6e6;
  }
  ::-webkit-scrollbar-thumb {
    background: #d1d1d4;
    border-radius: 7px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #bababa;
  }
}

/* ==== Icon alignment for contacts ==== */
ul li img {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  width: 22px;
  margin-right: 10px;
  filter: grayscale(100%) contrast(1.15);
}

/* ==== Address Styling ==== */
address {
  font-style: normal;
  font-size: 1.04rem;
  margin-bottom: 10px;
  color: #222;
}

/* ==== Hide redundant elements if JS is disabled ==== */
.no-js .mobile-menu,
.no-js .cookie-banner, 
.no-js .cookie-modal-overlay { display:none!important;}

/* === End of CSS === */
