/* 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;
  vertical-align: baseline;
  font-size: 100%;
  font: inherit;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  background: #1e1918;
  color: #F6F3EF;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  line-height: 1.6;
  min-height: 100vh;
  font-size: 1rem;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: #B89D74;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #F6F3EF;
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #F6F3EF;
  text-shadow: 0 2px 6px rgba(32,26,23,0.11);
  letter-spacing: 0.02em;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 16px;
  line-height: 1.15;
}
h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.5rem;
  margin-bottom: 14px;
}
h4, h5, h6 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
p, ul, ol, li, blockquote {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  margin-bottom: 16px;
}
.subheadline {
  font-size: 1.25rem;
  font-weight: 400;
  color: #B89D74;
  margin-bottom: 16px;
  line-height: 1.35;
}
strong, b {
  color: #F6F3EF;
  font-weight: bold;
}
blockquote {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  background: rgba(56,46,44,0.67);
  color: #B89D74;
  border-left: 4px solid #B89D74;
  margin: 18px 0 18px 0;
  padding: 14px 24px;
  border-radius: 0 7px 7px 0;
  box-shadow: 0 3px 12px rgba(0,0,0,0.13);
}

/* CONTAINERS & FLEX LAYOUTS */
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
}
.text-section {
  max-width: 720px;
  margin: 0 auto;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #2C2321;
  border: 1px solid #564C47;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.13);
  padding: 24px 20px;
  min-width: 240px;
  transition: box-shadow 0.2s, border-color 0.2s, transform 0.13s;
}
.card:hover {
  box-shadow: 0 6px 24px rgba(187,157,116,0.13), 0 2px 12px rgba(0,0,0,0.23);
  border-color: #B89D74;
  transform: translateY(-4px) scale(1.02);
}
.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;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px;
  background: #F6F3EF;
  color: #392E2C;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(56,46,44,0.13);
  margin-bottom: 20px;
  min-width: 220px;
  max-width: 520px;
}
.testimonial-name {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: #B89D74;
  font-style: italic;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* HEADER & NAVIGATION */
header {
  background: #211A18;
  box-shadow: 0 2px 14px rgba(0,0,0,0.12);
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
  top: 0;
  z-index: 51;
}
.logo img {
  height: 44px;
  width: auto;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.10));
}
header .container {
  padding: 0 12px;
}
header .content-wrapper {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.main-nav {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-left: 32px;
}
.main-nav a {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #F6F3EF;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 600;
  position: relative;
  transition: color 0.15s;
  padding: 6px 2px;
}
.main-nav a:hover, .main-nav a:focus {
  color: #B89D74;
}
.cta-btn {
  background: #B89D74;
  color: #211A18;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  border-radius: 22px;
  padding: 10px 28px;
  letter-spacing: 0.045em;
  box-shadow: 0 2px 12px rgba(190,160,116,0.10);
  margin-left: 24px;
  cursor: pointer;
  transition: background 0.18s, color 0.15s, box-shadow 0.20s;
  outline: none;
  text-shadow: 0 1px 2px rgba(34,27,25,0.10);
  display: inline-block;
  text-align: center;
}
.cta-btn:hover, .cta-btn:focus {
  background: #8C7459;
  color: #fff;
  box-shadow: 0 8px 32px rgba(184,157,116,0.17);
}

/* MOBILE NAV */
.mobile-menu-toggle {
  background: none;
  border: none;
  font-size: 2rem;
  color: #B89D74;
  cursor: pointer;
  margin-left: 12px;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 1002;
  transition: color 0.2s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  color: #F6F3EF;
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: #211A18;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transform: translateX(-100vw);
  transition: transform 0.35s cubic-bezier(.7,.4,.4,1);
  box-shadow: 1px 0 24px rgba(0,0,0,0.24);
  padding-top: 0;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  font-size: 2.2rem;
  color: #B89D74;
  cursor: pointer;
  padding: 16px 18px;
  align-self: flex-end;
  margin-bottom: 10px;
  margin-right: 6px;
  transition: color 0.2s;
  z-index: 10001;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  color: #F6F3EF;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 100%;
  align-items: flex-start;
  padding-left: 32px;
  margin-top: 16px;
}
.mobile-nav a {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #F6F3EF;
  margin-bottom: 2px;
  transition: color 0.15s, padding 0.22s;
  padding: 5px 14px 5px 4px;
  border-radius: 8px;
  letter-spacing: 0.03em;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #B89D74;
  background: rgba(184,157,116,0.03);
}
/* Hide desktop nav on mobile, show hamburger */
@media (max-width: 990px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .cta-btn {
    margin-left: 0;
  }
}
@media (min-width: 991px) {
  .mobile-menu {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: none;
  }
}

/* HERO SECTION */
.hero {
  background: #392E2C url('../assets/industrial-bg.jpg') top center/cover no-repeat;
  min-height: 340px;
  padding: 64px 0 56px 0;
  display: flex;
  align-items: center;
  box-shadow: 0 6px 42px rgba(16,11,10,0.13);
  border-bottom: 1.5px solid #564C47;
}
.hero .content-wrapper {
  max-width: 790px;
  align-items: flex-start;
  gap: 18px;
}
@media (max-width: 600px) {
  .hero {
    padding: 36px 0 24px 0;
    min-height: 210px;
  }
  .hero .content-wrapper {
    max-width: none;
    gap: 14px;
  }
}

/* FEATURE GRID & LISTS */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  list-style: none;
  padding: 0;
}
.feature-grid li {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 220px;
  font-size: 1.1rem;
  letter-spacing: 0.01em;
  background: #2C2321;
  color: #B89D74;
  border-radius: 7px;
  padding: 10px 18px 10px 10px;
  box-shadow: 0 1.5px 10px rgba(45,36,33,0.075);
  border: 1px solid #54463D;
  margin-bottom: 8px;
}
.feature-grid img {
  height: 36px;
  width: 36px;
  display: block;
  filter: brightness(0.93) contrast(1.18);
}

ul, ol {
  margin-bottom: 18px;
  margin-left: 1.5em;
}
ul li, ol li {
  margin-bottom: 8px;
}

/* PRICING */
.pricing-info strong {
  color: #B89D74;
  font-family: 'Playfair Display', serif;
  font-size: 1.14rem;
  font-weight: 700;
  margin-right: 6px;
}
.pricing-info {
  margin-bottom: 18px;
}

/* FOOTER */
footer {
  background: #211A18;
  color: #B89D74;
  font-size: 0.95rem;
  padding: 42px 0 20px 0;
  border-top: 1.5px solid #564C47;
}
.footer-logo img {
  height: 42px;
  width: auto;
  margin-bottom: 10px;
  filter: drop-shadow(0 1px 3px rgba(18,14,12,0.10));
}
footer .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 150px;
}
.footer-nav a {
  color: #B89D74;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  padding: 2px 0;
  transition: color 0.15s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #F6F3EF;
  text-decoration: underline;
}
.footer-contact {
  max-width: 220px;
  line-height: 1.35;
}
.footer-contact a {
  word-break: break-all;
  color: #B89D74;
  transition: color 0.15s;
}
.footer-contact a:hover, .footer-contact a:focus { color: #fff; }
.footer-social {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 8px;
}
.footer-social a img {
  height: 28px;
  width: 28px;
  transition: filter 0.16s, transform 0.15s;
  filter: grayscale(60%) drop-shadow(0 1px 2px rgba(0,0,0,0.08));
}
.footer-social a:hover img, .footer-social a:focus img {
  filter: none;
  transform: scale(1.06) rotate(-4deg);
}

@media (max-width: 700px) {
  footer .content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}

/* CARDS & TESTIMONIALS */
.card {
  background: #2C2321;
  color: #F6F3EF;
}
.card .cta-btn {
  margin-top: 12px;
}
.testimonial-card {
  background: #F6F3EF;
  color: #392E2C;
  border: 1px solid #B89D74;
  box-shadow: 0 3px 14px rgba(184,157,116,0.13);
  font-size: 1.07rem;
  margin-bottom: 20px;
  padding: 20px 28px;
  transition: box-shadow 0.2s, border-color 0.18s, transform 0.13s;
}
.testimonial-card:hover {
  box-shadow: 0 8px 32px rgba(184,157,116,0.23);
  border-color: #8C7459;
  transform: translateY(-3px) scale(1.012);
}

/* BUTTONS & LINKS */
button, .cta-btn, input[type=submit] {
  cursor: pointer;
  transition: background 0.17s, color 0.15s, box-shadow 0.15s, border-color 0.15s;
}
button:focus, .cta-btn:focus, input[type=submit]:focus {
  outline: 2px dashed #B89D74;
  outline-offset: 3px;
}

/* LOCATION PLACEHOLDER */
.location-map {
  background: #392E2C;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  color: #B89D74;
  box-shadow: 0 2px 12px rgba(50,40,34,0.07);
  font-style: italic;
}

/* RESPONSIVENESS */
@media (max-width: 900px) {
  .container {
    max-width: 98vw;
  }
  .feature-grid {
    gap: 18px;
  }
}
@media (max-width: 720px) {
  .content-grid, .card-container, .footer-social {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .footer-social {
    flex-direction: row;
    gap: 10px;
    margin-bottom: 8px;
  }
  .footer-nav {
    gap: 4px;
    min-width: unset;
  }
  .text-image-section {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 1.45rem;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 1.16rem;
    margin-bottom: 10px;
  }
  .hero {
    min-height: 140px;
    padding: 24px 0 16px 0;
  }
  .section {
    margin-bottom: 32px;
    padding: 28px 6px;
  }
  .testimonial-card {
    padding: 14px 10px;
    font-size: 0.97rem;
  }
  .feature-grid li {
    min-width: 130px;
    font-size: 0.97rem;
    gap: 8px;
    padding: 6px 6px 6px 4px;
  }
  .card {
    padding: 12px 8px;
    min-width: 120px;
  }
}

/* UTILITIES */
.hide,
[hidden] {
  display: none !important;
}

/* TRANSITIONS FOR MICRO-INTERACTIONS */
.card, .cta-btn, .feature-grid li, .testimonial-card, .footer-social a img {
  transition: box-shadow 0.18s, transform 0.1s, border-color 0.13s, filter 0.18s;
}

/* SCROLLBARS (Subtle, industrial look) */
::-webkit-scrollbar { width: 9px; background: #2C2321; }
::-webkit-scrollbar-thumb { background: #B89D74; border-radius: 11px; }

/* COOKIE CONSENT BANNER */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0;
  width: 100vw;
  background: #392E2C;
  color: #F6F3EF;
  z-index: 10099;
  box-shadow: 0 -2px 16px rgba(34,30,26,0.17);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  font-size: 1rem;
  gap: 20px;
  transition: transform 0.3s;
  animation: slideup-cookie-banner 0.6s cubic-bezier(0.7,0,0.3,1);
}
@keyframes slideup-cookie-banner {
  from { transform: translateY(120%); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.cookie-banner-content {
  flex: 2 1 0;
  min-width: 0;
}
.cookie-banner-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.cookie-btn {
  background: #B89D74;
  color: #211A18;
  font-family: 'Lato', Arial, sans-serif;
  border: none;
  border-radius: 20px;
  padding: 7px 20px;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 0;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(190,160,116,0.10);
  transition: background 0.17s, color 0.14s;
  outline: none;
}
.cookie-btn.accept {
  background: #B89D74;
  color: #211A18;
}
.cookie-btn.accept:hover, .cookie-btn.accept:focus {
  background: #8C7459;
  color: #fff;
}
.cookie-btn.reject {
  background: #2C2321;
  color: #F6F3EF;
  border: 1.5px solid #B89D74;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #4B3E39;
  color: #B89D74;
}
.cookie-btn.settings {
  background: none;
  color: #B89D74;
  border: 1.5px dashed #B89D74;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: #B89D74;
  color: #211A18;
}

/* Cookie Preferences Modal */
.cookie-modal {
  position: fixed;
  left: 50%; top: 50%;
  transform: translate(-50%,-50%) scale(1);
  background: #211A18;
  color: #B89D74;
  z-index: 11010;
  border-radius: 16px;
  box-shadow: 0 12px 54px rgba(60,40,22,0.23);
  max-width: 400px;
  width: 94vw;
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  opacity: 1;
  animation: fadein-cookie-modal 0.27s cubic-bezier(.6,0,.3,1);
}
@keyframes fadein-cookie-modal { from { opacity: 0; transform: translate(-50%,-48%) scale(0.98); } to { opacity: 1; transform: translate(-50%,-50%) scale(1); } }
.cookie-modal h2 {
  color: #F6F3EF;
  font-size: 1.18rem;
  margin-bottom: 12px;
}
.cookie-modal-categories {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.cookie-category label {
  font-size: 1rem;
}
.cookie-switch {
  width: 36px;
  height: 18px;
  border-radius: 12px;
  background: #392E2C;
  border: 1px solid #B89D74;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  flex-shrink: 0;
}
.cookie-switch input {
  opacity: 0; width: 0; height: 0;
}
.cookie-switch-slider {
  position: absolute;
  top: 2.5px; left: 2.5px;
  width: 13px; height: 13px;
  border-radius: 50%;
  background: #B89D74;
  transition: left 0.19s, background 0.18s;
}
.cookie-switch input:checked + .cookie-switch-slider {
  left: 20px;
  background: #8C7459;
}
.cookie-modal-actions {
  display: flex;
  flex-direction: row;
  gap: 14px;
  margin-top: 12px;
}
.cookie-modal-close {
  background: none;
  border: none;
  color: #B89D74;
  font-size: 1.7rem;
  position: absolute;
  right: 17px; top: 10px;
  cursor: pointer;
  transition: color 0.18s;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  color: #F6F3EF;
}
@media (max-width: 620px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 16px 10px;
    font-size: 0.95rem;
  }
  .cookie-banner-actions {
    gap: 9px;
  }
}

/* END OF INDUSTRIAL MODERN STYLE */