/* ===================================================
   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, 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 {
  scroll-behavior: smooth;
}
body {
  line-height: 1.5;
  font-family: 'Roboto', Arial, sans-serif;
  background: #232931;
  color: #EFEFEF;
  min-height: 100vh;
  font-size: 16px;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  background-color: #232931;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
a {
  color: #B4975A;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #fff;
}
strong, b {
  font-weight: 700;
}
ul, ol {
  padding-left: 20px;
}
button, .cta-button {
  font-family: inherit;
  font-size: 1rem;
  padding: 12px 32px;
  background: #B4975A;
  color: #232931;
  border: none;
  border-radius: 32px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
  box-shadow: 0 2px 8px rgba(36,34,40,0.03);
  letter-spacing: 0.06em;
  outline: none;
  position: relative;
  z-index: 1;
}
button:active, .cta-button:active {
  transform: scale(0.98);
}
button:hover, button:focus, .cta-button:hover, .cta-button:focus {
  background: #fff;
  color: #B4975A;
  box-shadow: 0 4px 16px rgba(36,34,40,0.08);
}
input, textarea, select {
  font-family: inherit;
  font-size: 1rem;
  border-radius: 6px;
}
/* ===================================================
   BRAND TYPOGRAPHY
   =================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', 'Roboto', Arial, sans-serif;
  letter-spacing: 0.01em;
  color: #fff;
}
h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.15;
}
h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 1.2;
  color: #B4975A;
}
h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
}
h4 {
  font-size: 1.1rem;
  font-weight: 500;
}
p {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.05rem;
  color: #EFEFEF;
  margin-bottom: 18px;
  line-height: 1.7;
}
small {
  font-size: .9em;
  opacity: .82;
}
.secondary-text {
  color: #B4975A;
}
/* ===================================================
   LAYOUT: SPACING, STRUCTURE, FLEXBOX PATTERNS
   =================================================== */
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: none;
}
.section:last-child {
  margin-bottom: 0;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-start;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #24282E;
  margin-bottom: 20px;
  padding: 32px;
  border-radius: 18px;
  position: relative;
  box-shadow: 0 4px 24px rgba(36,34,40,0.08);
  border: 1.5px solid rgba(180,151,90,0.08);
  transition: box-shadow 0.18s, border 0.15s;
  min-width: 240px;
  flex: 1 1 320px;
}
.card:hover {
  border-color: #B4975A;
  box-shadow: 0 8px 32px rgba(180,151,90,0.15);
}
.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 {
  background: #F5F5F5;
  color: #232931;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 14px;
  margin-bottom: 20px;
  box-shadow: 0 8px 32px rgba(36,34,40,0.10);
  border: 2px solid #B4975A;
  max-width: 370px;
  flex: 1 1 280px;
}
.testimonial-card strong {
  color: #B4975A;
  font-size: 1.05em;
  font-weight: 600;
  font-family: 'Oswald', Arial, sans-serif;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* Features - Icon Columns */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
  width: 100%;
}
.feature {
  background: #24282E;
  border-radius: 16px;
  padding: 32px 22px 28px 22px;
  flex: 1 1 280px;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 2px 12px rgba(36,34,40,0.07);
  border: 1.5px solid rgba(180,151,90,0.07);
  position: relative;
  transition: box-shadow 0.16s, border 0.16s;
}
.feature img {
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
}
.feature:hover {
  border-color: #B4975A;
  box-shadow: 0 8px 28px rgba(180,151,90,0.12);
}
/* Cards in other sections */
.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.service {
  background: #24282E;
  border-radius: 16px;
  padding: 28px 18px 26px 18px;
  flex: 1 1 260px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1.5px solid rgba(180,151,90,0.05);
  box-shadow: 0 2px 8px rgba(36,34,40,0.07);
  transition: border 0.15s, box-shadow 0.15s;
}
.service:hover {
  border-color: #B4975A;
  box-shadow: 0 8px 32px rgba(180,151,90,0.11);
}

/* Table Styles */
.pricing-table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 22px;
}
.pricing-table table {
  border-collapse: collapse;
  width: 100%;
  background: #24282E;
  border-radius: 14px;
  overflow: hidden;
}
.pricing-table th,
.pricing-table td {
  padding: 16px 18px;
  text-align: left;
  color: #EFEFEF;
  font-size: 1rem;
  border-bottom: 1px solid rgba(180,151,90,0.08);
}
.pricing-table th {
  background: #B4975A;
  color: #232931;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.08rem;
  border-bottom: 2px solid #B4975A;
}
.pricing-table tr:last-child td {
  border-bottom: none;
}

/* Call To Action Banner Section */
.cta-banner {
  background-color: #B4975A;
  color: #232931;
  border-radius: 22px;
  margin-bottom: 60px;
  padding: 48px 18px 40px 18px;
  box-shadow: 0 10px 40px rgba(36,34,40,0.13);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.cta-banner h2 {
  color: #232931;
}
.cta-banner p {
  color: #232931;
  font-size: 1.1em;
}
.cta-banner .cta-button {
  margin-top: 24px;
  background: #232931;
  color: #B4975A;
  border: 2px solid #232931;
}
.cta-banner .cta-button:hover,
.cta-banner .cta-button:focus {
  background: #fff;
  color: #B4975A;
  border-color: #B4975A;
}

/* Hero/Banner Section */
.hero {
  background: #232931;
  padding: 64px 0 56px 0;
  box-shadow: 0 6px 40px rgba(36,34,40,0.12);
  margin-bottom: 60px;
}
.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero .content-wrapper {
  align-items: center;
  text-align: center;
}
.hero h1 {
  font-size: 2.7rem;
  color: #B4975A;
  margin-bottom: 24px;
}
.hero p {
  color: #EFEFEF;
  font-size: 1.2rem;
}
.hero .cta-button {
  margin-top: 24px;
  font-size: 1.14rem;
}

/* Testimonial Slider (no sliding by default) */
.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 12px;
}

/* ===========
   NAVIGATION
   =========== */
header {
  background: #232931;
  padding: 0px 0 0px 0;
  box-shadow: 0 1px 8px rgba(36,34,40,0.04);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
}
.logo img {
  height: 44px;
  width: auto;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.main-nav a {
  color: #EFEFEF;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.05em;
  border-radius: 22px;
  padding: 8px 18px;
  transition: background 0.15s, color 0.15s;
  position: relative;
}
.main-nav a:hover,
.main-nav a:focus {
  background: #B4975A;
  color: #232931;
}
.main-nav .cta-button {
  margin-left: 22px;
  box-shadow: 0 4px 14px rgba(180,151,90,0.10);
  border: 2px solid #B4975A;
  background: #B4975A;
  color: #232931;
}
.main-nav .cta-button:hover,
.main-nav .cta-button:focus {
  background: #232931;
  color: #B4975A;
  border-color: #B4975A;
}

/* ===========
   MOBILE NAVIGATION
   =========== */
.mobile-menu-toggle {
  display: none;
  font-size: 2rem;
  color: #B4975A;
  background: transparent;
  border: none;
  margin-left: 18px;
  cursor: pointer;
  outline: none;
  z-index: 120;
  padding: 6px 12px;
  transition: background 0.18s;
}
.mobile-menu-toggle:hover {
  background: rgba(180,151,90,0.11);
  border-radius: 8px;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #232931;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transform: translateX(-100%);
  transition: transform 0.32s cubic-bezier(0.76, 0, 0.24, 1);
  overflow-y: auto;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  font-size: 2.2rem;
  background: none;
  color: #B4975A;
  border: none;
  cursor: pointer;
  margin: 32px 36px 0 0;
  align-self: flex-end;
  z-index: 2001;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 46px;
  width: 100vw;
}
.mobile-nav a {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.35em;
  color: #fff;
  padding: 15px 0 10px 0;
  border-bottom: 1px solid rgba(180,151,90,0.17);
  transition: color 0.14s;
  font-weight: 600;
  letter-spacing: .03em;
}
.mobile-nav a:last-child {
  border-bottom: none;
}
.mobile-nav a:active, .mobile-nav a:focus, .mobile-nav a:hover {
  color: #B4975A;
  background: none;
}

@media (max-width: 1000px) {
  .main-nav {
    gap: 14px;
  }
  .main-nav .cta-button {
    margin-left: 8px;
  }
}
@media (max-width: 900px) {
  .container {
    max-width: 95vw;
    padding: 0 10px;
  }
  .content-wrapper, .feature-grid, .service-list,
  .testimonial-slider, .card-container, .content-grid {
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
  .hero h1 {
    font-size: 2.1rem;
  }
  h1 {
    font-size: 1.9rem;
  }
  h2 {
    font-size: 1.35rem;
  }
  .hero, .section, .cta-banner {
    padding: 32px 6px 28px 6px;
  }
  .feature-grid, .service-list, .testimonial-slider, .card-container, .content-grid {
    flex-direction: column;
    gap: 18px;
  }
  .cta-banner {
    padding: 36px 8px 28px 8px;
    border-radius: 12px;
  }
  .testimonial-card, .feature, .service, .card {
    flex: 1 1 95vw;
    min-width: 0;
    padding: 18px 12px;
  }
  .footer-menu {
    flex-direction: column !important;
    gap: 16px !important;
    align-items: flex-start !important;
  }
  .social-links {
    margin: 12px 0 0 0;
  }
}
@media (max-width: 540px) {
  .hero h1, h1 {
    font-size: 1.3rem;
  }
  .cta-banner h2, h2 {
    font-size: 1.09rem;
  }
  .logo img {
    height: 32px;
  }
  .mobile-nav {
    padding: 24px 12px;
  }
  .testimonial-card {
    padding: 12px 8px;
    border-radius: 10px;
  }
}

/* ===========
   FOOTER
   =========== */
footer {
  background: #24282E;
  color: #EFEFEF;
  padding: 48px 0 0 0;
  margin-top: 64px;
}
.footer-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 34px 0;
  border-bottom: 1.5px solid rgba(180,151,90,0.10);
  margin-bottom: 16px;
}
.footer-menu nav {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer-menu nav a {
  color: #EFEFEF;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1em;
  opacity: 0.88;
  padding: 3px 4px;
  border-radius: 6px;
  transition: color 0.14s, background 0.12s;
}
.footer-menu nav a:hover,
.footer-menu nav a:focus {
  color: #B4975A;
  background: rgba(180,151,90,0.10);
}
.brand-claim {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.13rem;
  color: #B4975A;
  font-weight: 600;
  margin-bottom: 4px;
}
.contact-mini-info {
  font-size: .99em;
  margin-top: 0px;
  color: #EFEFEF;
  max-width: 260px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.contact-mini-info img {
  vertical-align: text-bottom;
  margin-right: 7px;
  margin-top: 0;
  height: 18px;
  width: 18px;
  display: inline;
}
.social-links {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 12px;
}
.social-links a img {
  width: 26px;
  height: 26px;
  filter: grayscale(100%) brightness(115%);
  transition: filter 0.14s, transform 0.17s;
}
.social-links a:hover img {
  filter: none;
  transform: scale(1.12);
}
.legal {
  font-size: .91em;
  color: #B4975A;
  text-align: center;
  opacity: .72;
  margin: 22px 0 0 0;
  padding-bottom: 13px;
  letter-spacing: .01em;
}
.legal a {
  color: #B4975A;
  text-decoration: underline;
  margin: 0 4px;
  font-weight: 500;
}
.legal a:hover {
  color: #fff;
}

/******************************************
   Forms and Misc
 ******************************************/
input[type=text], input[type=email], textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1.5px solid #B4975A;
  margin-bottom: 12px;
  font-size: 1em;
  background: #EFEFEF;
  color: #232931;
  outline: none;
  transition: border 0.17s;
  box-sizing: border-box;
}
input[type=text]:focus, input[type=email]:focus, textarea:focus {
  border-color: #232931;
}
label {
  font-weight: 500;
  color: #B4975A;
  font-size: .99em;
}

/******************************************
  Cookie Consent Banner + Modal
 ******************************************/
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #232931;
  color: #EFEFEF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 22px 16px 22px 16px;
  z-index: 30000;
  box-shadow: 0 -2px 30px rgba(36,34,40,0.18);
  border-top: 2.5px solid #B4975A;
  animation: cookieBannerSlideIn 0.5s cubic-bezier(0.8,0,0.18,1);
}
@keyframes cookieBannerSlideIn {
  from { transform: translateY(100%); opacity: 0.3; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-banner p {
  color: #EFEFEF;
  margin-bottom: 16px;
  text-align: center;
  font-size: 1.04em;
}
.cookie-banner .cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.cookie-banner button {
  border-radius: 7px;
  font-weight: 600;
  font-size: 1em;
  padding: 12px 22px;
  background: #B4975A;
  color: #232931;
  border: none;
  margin: 0 3px;
  transition: background 0.17s, color 0.17s;
}
.cookie-banner button:hover, .cookie-banner button:focus {
  background: #EFEFEF;
  color: #B4975A;
}
.cookie-banner .cookie-settings {
  background: transparent;
  color: #B4975A;
  border: 1.3px solid #B4975A;
}
.cookie-banner .cookie-settings:hover {
  background: #232931;
  color: #EFEFEF;
  border-color: #B4975A;
}

/* Cookie Modal */
.cookie-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(35, 41, 49, 0.84);
  z-index: 40000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: cookieModalFadeIn 0.3s;
}
@keyframes cookieModalFadeIn {
  from { opacity: 0.3; }
  to { opacity: 1; }
}
.cookie-modal {
  background: #F5F5F5;
  color: #232931;
  border-radius: 18px;
  padding: 30px 20px;
  max-width: 400px;
  width: 97vw;
  box-shadow: 0 6px 38px rgba(36,34,40,0.22);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: cookieModalPop 0.28s cubic-bezier(0.87,0,0.13,1);
}
@keyframes cookieModalPop {
  0% { transform: scale(0.92) translateY(40px); }
  100% { transform: scale(1) translateY(0); }
}
.cookie-modal h2 {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  color: #B4975A;
  margin-bottom: 14px;
}
.cookie-modal label {
  color: #232931;
  margin: 5px 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 7px;
}
.cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
  font-size: 1.05em;
}
.cookie-modal .category-description {
  font-size: 0.89em;
  color: #555;
  margin-left: 26px;
}
.cookie-modal .modal-actions {
  display: flex;
  gap: 14px;
  margin-top: 14px;
  justify-content: flex-end;
}
.cookie-modal .modal-actions button {
  border-radius: 7px;
  padding: 9px 18px;
  font-size: 1em;
  border: none;
  font-weight: 600;
  transition: background 0.17s, color 0.17s;
  background: #B4975A;
  color: #232931;
}
.cookie-modal .modal-actions button:hover, .cookie-modal .modal-actions button:focus {
  background: #232931;
  color: #B4975A;
}
.cookie-modal .close-modal {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 1.8em;
  background: transparent;
  border: none;
  color: #B4975A;
  cursor: pointer;
}

/******************************************
  Utility & Misc
 ******************************************/
.confirmation-message {
  background: #F5F5F5;
  color: #232931;
  padding: 32px 20px;
  border-radius: 16px;
  margin: 20px 0;
  box-shadow: 0 2px 14px rgba(36,34,40,0.13);
}
.confirmation-message ul {
  margin-bottom: 14px;
}
.confirmation-message a.cta-button {
  margin-top: 16px;
}
.social-follow {
  margin-top: 24px;
}
.social-follow .social-links {
  justify-content: flex-start;
  gap: 14px;
}

/******************************************
    Content Specific Minor Tweaks
******************************************/
.text-section {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.address-details, .phone-email-info, .opening-hours {
  margin-bottom: 18px;
  font-size: 1.01em;
}
.contact-info {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 22px;
}
.location-info, .directions-info {
  margin-top: 12px;
}
.location-info ul {
  margin-bottom: 10px;
}
.directions-info {
  background: #24282E;
  color: #B4975A;
  font-size: .97em;
  padding: 10px 13px;
  border-radius: 10px;
  margin-top: 10px;
}
/* Tables in Service/Benefit lists */
.product-overview-list,
.benefit-highlights,
.service-categories {
  margin-bottom: 14px;
}

/******************************************
    Focus & Accessibility
******************************************/
:focus {
  outline: 2px dotted #B4975A !important;
  outline-offset: 1px;
}

/******************************************
Custom Scrollbar (for premium look)
******************************************/
body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-thumb {
  background: #B4975A;
  border-radius: 8px;
}
body::-webkit-scrollbar-track {
  background: #232931;
}

/******************************************
   Micro-interactions & Subtle Animations
******************************************/
a, button, .cta-button, .feature, .service, .card, .testimonial-card {
  transition: box-shadow 0.13s, color 0.12s, border 0.14s, background 0.13s, transform 0.13s;
}
.card, .feature, .service {
  will-change: box-shadow, border-color, transform;
}
.card:hover, .feature:hover, .service:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 12px 36px rgba(180,151,90,0.23);
  border-color: #B4975A;
}

/******************************************
   Print Specific
******************************************/
@media print {
  header, footer, .cookie-banner, .mobile-menu, .mobile-menu-toggle { display: none !important; }
}
