/* ====== Velvet Hut Industrial Modern CSS v1.0 ====== */
/* ---- CSS Reset and 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, 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;
}
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
body { line-height: 1.5; background: #22223B; color: #F2E9E4; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 16px; }
a { color: #F2E9E4; text-decoration: none; transition: color 0.2s; }
a:focus { outline: 2px solid #F2E9E4; outline-offset: 2px; }
img { max-width: 100%; display: block; }
h1,h2,h3,h4,h5,h6 { font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-weight: 700; color: #F2E9E4; }
h1 { font-size: 2.5rem; letter-spacing: 1.5px; margin-bottom: 24px; }
h2 { font-size: 2rem; letter-spacing: 1px; margin-bottom: 20px; }
h3 { font-size: 1.25rem; letter-spacing: 0.8px; margin-bottom: 12px; }
h4 { font-size: 1.125rem; margin-bottom: 8px; }
p, li, dl, dd { color: #E3DFD8; font-size: 1rem; line-height: 1.7; }
strong { color: #F2E9E4; }
ul, ol { padding-left: 24px; margin-bottom: 16px; }
hr { border: none; border-top: 1px solid #4A4E69; margin: 32px 0; }

/* ---- Brand Colors ---- */
:root {
  --vh-primary: #22223B;
  --vh-secondary: #4A4E69;
  --vh-accent: #F2E9E4;
  --vh-grey: #282830;
  --vh-dark: #181824;
  --vh-steel: #9A8C98;
  --vh-shadow: rgba(34,34,59,0.15);
  --vh-contrast-dark: #101017;
  --vh-success: #6ae17e;
  --vh-error: #ff5b63;
}

/* ---- Base Container ---- */
.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ---- Typography Utilities ---- */
.display {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tagline {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.15rem;
  color: var(--vh-steel);
  margin: 8px 0 0 0;
  letter-spacing: .5px;
}

/* ---- Header ---- */
header {
  background: var(--vh-dark);
  border-bottom: 1.5px solid var(--vh-secondary);
  box-shadow: 0 2px 8px var(--vh-shadow);
  position: sticky;
  top: 0;
  z-index: 30;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  height: 72px;
  gap: 30px;
}
.logo { display: flex; align-items: center; height: 56px; }
.logo img { height: 44px; filter: grayscale(10%) brightness(94%) contrast(1.15); }

.main-nav {
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #F2E9E4;
  padding: 7px 0;
  letter-spacing: 1px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.18s, color 0.18s;
}
.main-nav a:hover, .main-nav a:focus {
  color: var(--vh-accent);
  border-bottom: 2px solid var(--vh-steel);
}

header .btn-primary {
  margin-left: 24px;
}

.mobile-menu-toggle {
  background: none;
  border: none;
  color: #F2E9E4;
  font-size: 2.1rem;
  cursor: pointer;
  padding: 4px 10px;
  display: none;
  z-index: 101;
  line-height: 1;
  border-radius: 4px;
  transition: background 0.2s;
}
.mobile-menu-toggle:focus {
  background: var(--vh-secondary);
}

/* ---- Mobile Menu Styles ---- */
.mobile-menu {
  position: fixed;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: var(--vh-grey);
  color: #F2E9E4;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.45s cubic-bezier(.41,.72,.52,.96), opacity 0.35s cubic-bezier(.46,.53,.64,.97);
}
.mobile-menu.active {
  transform: translateX(0);
  opacity: 1;
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #F2E9E4;
  font-size: 2.2rem;
  cursor: pointer;
  margin: 18px 0 24px 18px;
  align-self: flex-start;
  padding: 10px;
  border-radius: 50%;
  transition: background 0.2s;
}
.mobile-menu-close:hover,.mobile-menu-close:focus {
  background: var(--vh-secondary);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 96vw;
  padding: 16px 22px 0 28px;
  font-size: 1.25rem;
}
.mobile-nav a {
  color: var(--vh-accent);
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  padding: 10px 0;
  width: 100%;
  border-left: 3px solid transparent;
  transition: color 0.18s, border-color 0.22s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: var(--vh-steel);
  border-left: 3px solid var(--vh-steel);
}

/* ---- Section and Content Layouts ---- */
.section, section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: none;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
  width: 100%;
}
.card-container { display: flex; flex-wrap: wrap; gap: 24px; }
.card { margin-bottom: 20px; position: relative; background: var(--vh-grey); border-radius: 18px; box-shadow: 0 3px 16px var(--vh-shadow); padding: 24px; min-width: 280px; transition: box-shadow 0.2s, transform 0.12s; }
.card:hover { box-shadow: 0 8px 32px 0 #000b1a33; transform: translateY(-2px) scale(1.015); }
.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: center; gap: 20px; padding: 20px 28px; background: #fafafc; color: #22223B; border-radius: 13px; box-shadow: 0 2px 8px 0 #22223b22; margin-bottom: 20px; min-width: 260px; transition: box-shadow 0.2s, transform 0.13s; }
.testimonial-card:hover { box-shadow: 0 6px 24px #4A4E6933; transform: translateY(-2px) scale(1.01); }
.feature-item { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }

/* ---- Hero and Utility Sections ---- */
.hero {
  background: linear-gradient(98deg, #181824 0%, #22223B 100%);
  min-height: 440px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  padding: 60px 0 50px 0;
}
.hero .content-wrapper {
  max-width: 650px;
  gap: 18px;
}
.hero h1 {
  font-size: 2.5rem;
  color: #F2E9E4;
}
.hero p {
  font-size: 1.17rem;
  color: #E3DFD8;
}

.features .feature-grid {
  display: flex; flex-wrap: wrap; gap: 32px; margin-bottom: 20px;
}
.features .feature-grid li {
  flex: 1 1 240px; display: flex; flex-direction: column; align-items: flex-start;
  background: var(--vh-dark);
  border-radius: 15px;
  box-shadow: 0 2px 10px var(--vh-shadow);
  padding: 30px 22px;
  min-width: 275px;
  max-width: 340px;
  margin-bottom: 0;
  transition: box-shadow 0.2s, transform 0.11s;
  border: 1px solid #393953;
}
.features .feature-grid li:hover { box-shadow: 0 6px 24px #000b1a33; transform: translateY(-2px) scale(1.013); }
.features .feature-grid img { height: 56px; width: auto; margin-bottom: 15px; filter: grayscale(75%) contrast(1.05); }
.features .feature-list {
  display: flex; flex-direction: row; flex-wrap: wrap; gap: 24px;
}
.features .feature-list li {
  background: #28283a;
  padding: 9px 17px;
  border-radius: 12px;
  color: var(--vh-accent);
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0.95rem;
}

.services-overview .service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-bottom: 20px;
}
.services-overview .service-list > div {
  background: var(--vh-secondary);
  color: var(--vh-accent);
  border-radius: 14px;
  padding: 22px 18px;
  flex: 1 1 230px;
  min-width: 210px;
  box-shadow: 0 2px 12px var(--vh-shadow);
  transition: box-shadow 0.2s, background 0.2s, transform 0.11s;
  margin-bottom: 0;
}
.services-overview .service-list > div:hover {
  background: #7e759f;
  box-shadow: 0 6px 26px #4A4E6959;
  transform: scale(1.014) translateY(-1px);
}

.process-highlight .process-steps {
  display: flex; flex-direction: row; flex-wrap: wrap; gap: 30px; justify-content: flex-start; margin-bottom: 20px;
}
.process-highlight .process-steps li {
  flex: 1 1 180px;
  display: flex; flex-direction: column; align-items: center;
  background: #22223b;
  border-radius: 13px;
  box-shadow: 0 2px 9px var(--vh-shadow);
  padding: 24px 12px;
  max-width: 220px;
}
.process-highlight .process-steps img { height: 48px; margin-bottom: 14px; filter: grayscale(85%) contrast(1.12); }
.process-highlight .process-steps span { color: #F2E9E4; font-weight: 500; text-align: center; font-size: 1.04rem; }

.testimonials .testimonial-list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.testimonials .testimonial-card p {
  font-size: 1.12rem;
  color: #1B1B2B;
  text-align: center;
}
.testimonials .testimonial-card span {
  font-size: 1rem;
  color: #4A4E69;
  margin-top: 7px;
  font-weight: 600;
  letter-spacing: .5px;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1.5px solid #222242;
  padding: 30px 0 0 0;
}
.footer-logo img { height: 38px; filter: grayscale(13%) brightness(102%) contrast(1.1); }
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer-nav a {
  font-size: 1rem;
  color: #e1d9ce;
  letter-spacing: .6px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.footer-contact p, .footer-contact a {
  color: #bbb6ae;
  font-size: .98rem;
}
.footer-cta { margin-top: 8px; }
.footer-socials {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.footer-socials a img { height: 26px; transition: filter 0.2s; }
.footer-socials a:hover img { filter: brightness(1.1) sepia(.11); }
.footer-copy {
  font-size: 0.93rem;
  color: #574f64;
  text-align: center;
  margin: 30px 0 20px 0;
  letter-spacing: 1px;
}

/* ---- Button Styles ---- */
.btn-primary, .btn-secondary {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  border-radius: 7px;
  padding: 12px 34px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1.08rem;
  cursor: pointer;
  outline: none;
  min-width: 170px;
  box-shadow: 0 3px 8px var(--vh-shadow);
  transition: background 0.2s, color 0.2s, transform 0.13s, box-shadow 0.16s;
  display: inline-block;
  margin-right: 0;
  margin-top: 16px;
}
.btn-primary {
  background: var(--vh-secondary);
  color: var(--vh-accent);
}
.btn-primary:hover, .btn-primary:focus {
  background: #28283a;
  color: #fff;
  box-shadow: 0 5px 13px 0 #000b1a44;
  transform: scale(1.03);
}
.btn-secondary {
  background: #E3DFD8;
  color: var(--vh-primary);
  border: 1.5px solid var(--vh-secondary);
}
.btn-secondary:hover, .btn-secondary:focus {
  background: var(--vh-steel);
  color: #fff;
  border-color: var(--vh-secondary);
  transform: scale(1.03);
}

/* ---- Tables (Service Comparison) ---- */
.comparison-table {
  width: 100%;
  background: var(--vh-dark);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px var(--vh-shadow);
}
.comparison-table th {
  background: var(--vh-secondary);
  color: var(--vh-accent);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.08rem;
  padding: 13px 8px;
  font-weight: 700;
  text-align: left;
}
.comparison-table td {
  color: #F2E9E4;
  padding: 12px 8px;
  font-size: .99rem;
  border-bottom: 1px solid #4A4E69;
  font-family: 'Open Sans', sans-serif;
}
.comparison-table tr:last-child td { border-bottom: none; }

/* ---- FAQ, Values, and List Utility ---- */
.faq-categories {
  display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 20px;
}
.faq-categories li { list-style: none; margin-bottom: 0; }
.faq-categories a {
  background: #28283a;
  color: var(--vh-accent);
  padding: 8px 18px;
  border-radius: 11px;
  font-weight: 500;
  font-size: .98rem;
  transition: background 0.18s, color 0.18s;
}
.faq-categories a:hover, .faq-categories a:focus {
  background: var(--vh-secondary);
  color: #fff;
}
.brand-values .values-list {
  display: flex; flex-direction: column; gap: 18px; margin-bottom: 18px;
}
.values-list li {
  background: #22223B;
  padding: 14px 16px;
  border-radius: 11px;
  color: var(--vh-accent);
  font-size: 1rem;
}
.trust-signals {
  display: flex; flex-wrap: wrap; gap: 15px;
  font-size: .99rem;
  color: var(--vh-steel);
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: .5px;
}
.certification, .guarantee { background: #28283a; padding: 7px 13px; border-radius: 9px; }

.team-bios {
  display: flex; flex-wrap: wrap; gap: 24px; margin-bottom: 12px;
}
.team-member {
  background: #181824;
  color: #e3dfd8;
  padding: 20px 16px;
  border-radius: 12px;
  min-width: 220px;
  max-width: 320px;
  box-shadow: 0 1.5px 9px #22223b25;
}

.detailed-service-list {
  display: flex; flex-direction: column; gap: 32px;
}
.detailed-service-list li {
  background: var(--vh-dark);
  border-radius: 14px;
  box-shadow: 0 2px 10px var(--vh-shadow);
  padding: 28px 24px;
}

/* ---- Gallery Page Utility ---- */
.gallery-inspire .case-studies {
  display: flex; flex-direction: column; gap: 22px; margin-bottom: 8px;
}
.before-after-descriptions {
  background: #28283a;
  padding: 18px 15px;
  border-radius: 11px;
  margin-top: 18px;
}

/* ---- Process Stepper ---- */
.stepper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.timeline {
  background: #28283a;
  border-radius: 10px;
  padding: 18px 13px;
  margin-top: 15px;
  color: var(--vh-accent);
}

/* ---- Contact Page ---- */
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
  color: #E3DFD8;
  font-size: 1.04rem;
}
.map-placeholder {
  background: #28283a;
  color: #bbb6ae;
  text-align: center;
  padding: 32px 0;
  border-radius: 13px;
  margin: 20px 0 0 0;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
}

/* ---- Cookie Consent Banner ---- */
.cookie-consent-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 2500;
  background: #181824;
  color: #F2E9E4;
  width: 100vw;
  min-height: 70px;
  box-shadow: 0 -2px 14px #120f1a77;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  justify-content: center;
  padding: 18px 14px;
  font-size: 1rem;
  letter-spacing: .2px;
  animation: bannerFadeIn 0.65s cubic-bezier(.33,1.38,.8,1.01);
}
@keyframes bannerFadeIn {
  from { transform: translateY(100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.btn-cookie {
  background: var(--vh-secondary);
  color: var(--vh-accent);
  border: none;
  border-radius: 6px;
  padding: 9px 20px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin-right: 0;
  cursor: pointer;
  transition: background 0.14s, color 0.19s, transform 0.10s;
}
.btn-cookie:hover, .btn-cookie:focus {
  background: var(--vh-accent);
  color: var(--vh-primary);
  transform: scale(1.052);
}
.btn-cookie-settings {
  background: transparent;
  color: var(--vh-accent);
  padding: 9px 14px;
  font-weight: 600;
  border: 1.5px solid var(--vh-secondary);
  margin-left: 6px;
  border-radius: 6px;
  transition: border-color 0.16s, color 0.19s, background 0.19s;
}
.btn-cookie-settings:hover, .btn-cookie-settings:focus {
  border-color: var(--vh-accent);
  color: var(--vh-secondary);
  background: #f2e9e415;
}

.cookie-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(34,34,59,0.84);
  z-index: 2600;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.38s cubic-bezier(.46,.74,.66,1.03);
}
.cookie-modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.cookie-modal {
  background: #1b1b2b;
  color: #F2E9E4;
  padding: 34px 24px 22px 24px;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -14px 60px #000b1aa9;
  min-width: 0;
  width: 95vw;
  max-width: 480px;
  margin-bottom: 0;
  animation: modalSlideUp 0.54s cubic-bezier(.33,1.38,.8,1.01);
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@keyframes modalSlideUp {
  from { transform: translateY(48px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-modal .cm-header {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.13rem;
  margin-bottom: 6px;
}
.cookie-modal .cm-category {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  gap: 12px;
}
.cookie-modal .cm-desc { color: #bbb6ae; font-size: .95rem; margin-bottom: 5px; }
.cm-toggle {
  min-width: 54px;
  min-height: 32px;
  border-radius: 20px;
  background: #28283a;
  position: relative;
  border: 1.5px solid var(--vh-secondary);
  cursor: pointer;
  transition: background 0.22s, border-color 0.17s;
  display: flex;
  align-items: center;
}
.cm-toggle input[type="checkbox"] { display: none; }
.cm-toggle .cm-switch {
  width: 28px; height: 28px; border-radius: 18px; background: var(--vh-steel);
  position: absolute; left: 2px; top: 1.5px;
  transition: left 0.22s, background 0.17s;
}
.cm-toggle input[type="checkbox"]:checked + .cm-switch {
  left: 22px; background: var(--vh-success);
}
.cm-toggle[disabled], .cm-toggle input[disabled] + .cm-switch { opacity: 0.68; cursor: not-allowed; }
.cm-category-label { font-size: 1rem; color: #F2E9E4; }
.cm-actions {
  display: flex; flex-direction: row; gap: 13px; margin-top: 10px; justify-content: flex-end;
}
.cm-actions .btn-primary, .cm-actions .btn-secondary { margin-top: 0; min-width: 0; }
.cm-actions .btn-secondary { border: 1.5px solid var(--vh-secondary); background: transparent; color: #F2E9E4; }
.cm-actions .btn-secondary:hover { background: var(--vh-secondary); color: #fff; }

/* ---- Responsive Layout: MOBILE-FIRST ---- */
@media (max-width: 1200px) {
  .container { max-width: 990px; }
}
@media (max-width: 990px) {
  .features .feature-grid, .services-overview .service-list, .team-bios, .footer-main {
    gap: 16px;
  }
}
@media (max-width: 850px) {
  header .container {
    gap: 10px;
    padding: 0 7px;
  }
  .main-nav { gap: 11px; }
  .features .feature-grid li, .services-overview .service-list > div, .team-member { min-width: 160px; padding: 18px 10px; }
}
@media (max-width: 1024px) {
  .footer-main {
    flex-wrap: wrap;
    gap: 18px;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  header .container {
    flex-direction: row;
    padding: 0 7px;
    gap: 7px;
    height: 68px;
  }
  .main-nav { display: none !important; }
  .mobile-menu-toggle { display: inline-block; }
  .container { padding: 0 5px; }
  .footer-main { flex-direction: column; gap: 18px; }
  .footer-contact, .footer-nav, .footer-cta, .footer-socials { align-self: flex-start; }
  .features .feature-grid, .services-overview .service-list, .team-bios, .testimonial-list, .process-highlight .process-steps {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;
    align-items: stretch;
  }
  .content-grid, .card-container {
    flex-direction: column;
    gap: 15px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
  .section, section {
    margin-bottom: 38px;
    padding: 28px 5px;
  }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.18rem; }
  .hero {
    padding: 44px 0 32px 0;
    min-height: 255px;
  }
}
@media (max-width: 500px) {
  body { font-size: 15px; }
  .btn-primary, .btn-secondary {
    font-size: .97rem;
    padding: 10px 10vw;
    min-width: 90vw;
  }
  .section, section { padding: 13vw 2vw; }
  .footer-main { gap: 9px; padding: 18px 0 0 0; }
  .cookie-consent-banner { font-size: .97rem; flex-direction: column; gap: 10px; padding: 12px 6px; }
  .cookie-modal { width: 99vw; padding: 23px 6px 11px 6px; }
}

/* ---- Microinteractions & Transitions ---- */
a, .btn-primary, .btn-secondary, .mobile-menu-toggle, .mobile-menu-close {
  transition: color 0.18s, background 0.18s, border-color 0.18s, box-shadow 0.12s, transform 0.12s;
}
ul li, ol li, dl dd, dl dt { transition: background 0.16s, color 0.16s; }

/* ---- Focus Accessibility ---- */
:focus-visible { outline: 2px solid var(--vh-steel); outline-offset: 2px; }

/* ---- Misc Utilities ---- */
.mt-24 { margin-top: 24px; } .mb-24 { margin-bottom: 24px; }
.rounded-8 { border-radius: 8px; }
.shadow-mild { box-shadow: 0 3px 14px #000b1a14; }

/* ---- Hide elements visually ---- */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* ---- For print: hide nav, cookie bar, etc. ---- */
@media print {
  header, footer, .mobile-menu, .cookie-consent-banner, .cookie-modal-overlay { display: none !important; }
}
