/* =============================================================
   CasaRicamo: "tech_futuristic" Responsive CSS Stylesheet
   Branding: CasaRicamo | Futuristic-tech look, warm & elegant
   Fonts: Playfair Display (display), Montserrat (body)
   Color Palette: primary #73655C, secondary #DEC7B4, accent #B64B32
   Layout ONLY WITH FLEXBOX - NO GRID OR COLUMNS
   ============================================================== */
/* ---------------------- 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%;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  background: linear-gradient(135deg,#292421 0%, #73655C 70%, #DEC7B4 100%);
  color: #E6DFD8;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
ul, ol { list-style: none; }
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s, opacity 0.2s;
}
a:focus { outline: 2px solid #DEC7B4; }
img {
  max-width: 100%;
  display: block;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* ------------- BRAND FONTS: Import Google Fonts --------------- */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 16px;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
}
h1 {
  font-size: 2.5rem;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
h2 {
  font-size: 2rem;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
h4 {
  font-size: 1.1rem;
  font-weight: 600;
}
p, blockquote {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #E6DFD8;
  font-weight: 400;
  margin-bottom: 16px;
  font-size: 1rem;
}
blockquote {
  color: #292421;
  background: #FFF;
  border-left: 4px solid #B64B32;
  box-shadow: 0 2px 12px rgba(60,47,37,0.05);
  font-size: 1.1rem;
  padding: 18px 24px;
  border-radius: 12px 16px 16px 12px;
  margin-bottom: 10px;
}
strong, b { font-weight: 700; color: #DEC7B4; }
em, i { font-style: italic; }

/* ======================== LAYOUT & SPACING ======================= */
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 18px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container, .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  padding: 24px;
  background: #35302B;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(176,100,60,0.12), 0 2px 6px rgba(60,47,37,0.10);
  transition: box-shadow 0.25s, background 0.23s;
  min-width: 220px;
  flex: 1 1 240px;
}
.card:hover {
  box-shadow: 0 8px 28px rgba(182,75,50,0.45), 0 2px 8px rgba(60,47,37,0.13);
  background: #49413A;
}
.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;
  background: #fff;
  color: #23201D;
  border-radius: 20px;
  box-shadow: 0 2px 20px 0px rgba(182,75,50,0.12);
  padding: 20px;
  margin-bottom: 30px;
  flex: 1 1 320px;
  min-width: 250px;
}
.testimonial-card blockquote {
  background: transparent;
  border-left: 5px solid #73655C;
  color: #23201D;
  padding: 0 16px 0 8px;
  box-shadow: none;
  margin-bottom: 6px;
}
.testimonial-card div { font-size: 1rem; font-style: italic; color: #333; margin-left: 12px; }
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.features ul, .categories ul, .services-list ul, .about-snippet ul, .features-artigiani ul, .product-highlights ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.features ul li,
.services-list ul li,
.categories ul li,
.about-snippet ul li,
.features-artigiani ul li,
.product-highlights ul li {
  background: #2F2822;
  color: #E5DBD1;
  border-radius: 16px;
  box-shadow: 0 2px 7px rgba(182,75,50,0.06);
  padding: 20px 18px;
  margin-bottom: 20px;
  flex: 1 1 220px;
  min-width: 180px;
  transition: box-shadow 0.24s;
  border: 1.5px solid transparent;
}
.features ul li:hover, .categories ul li:hover, .services-list ul li:hover, .about-snippet ul li:hover {
  border: 1.5px solid #DEC7B4;
  box-shadow: 0 8px 28px rgba(222,199,180,0.23);
}
.features ul li img {
  width: 40px; height: 40px;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 6px #B64B32BB);
}
/* ============= HEADER ============ */
header {
  width: 100%;
  background: rgba(44,36,29,0.99);
  box-shadow: 0 2px 12px rgba(182,75,50,0.05);
  position: sticky;
  top: 0;
  z-index: 90;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 26px;
}
.logo img {
  height: 44px;
  transition: filter 0.22s;
  filter: drop-shadow(0 0 5px #B64B32);
}
.main-nav {
  display: flex;
  gap: 22px;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  color: #DEC7B4;
  font-weight: 500;
  transition: color 0.18s;
  position: relative;
  padding: 4px 0;
}
.main-nav a:after {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background: #B64B32;
  transition: width 0.22s;
  border-radius: 2px;
  position: absolute;
  left: 0; bottom: -2px;
}
.main-nav a:hover, .main-nav a.active {
  color: #fff;
}
.main-nav a:hover:after, .main-nav a.active:after { width: 100%; }
.btn-primary {
  background: #B64B32;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 11px 23px;
  border: none;
  border-radius: 30px;
  font-size: 1.08rem;
  font-weight: 700;
  margin-left: 24px;
  letter-spacing: 0.05em;
  cursor: pointer;
  box-shadow: 0 2px 15px rgba(182,75,50,0.10);
  transition: background 0.21s, box-shadow 0.18s, color 0.08s;
  position: relative;
}
.btn-primary:hover, .btn-primary:focus {
  background: #A12E15;
  color: #FFF5EF;
  box-shadow: 0 0 18px #B64B32;
}
.btn-secondary {
  background: #73655C;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 11px 23px;
  border-radius: 30px;
  border: 1.5px solid #B64B32;
  font-size: 1.04rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  cursor: pointer;
  margin-top: 25px;
  margin-bottom: 5px;
  transition: background 0.21s, color 0.21s, box-shadow 0.13s;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #DEC7B4;
  color: #B64B32;
  box-shadow: 0 0 18px #DEC7B4;
}
.mobile-menu-toggle {
  display: none;
  font-size: 2.2rem;
  background: none;
  border: none;
  color: #DEC7B4;
  margin-left: 18px;
  cursor: pointer;
  transition: color 0.22s, background 0.12s;
  border-radius: 50%;
  z-index: 102;
  width: 48px;
  height: 48px;
}
.mobile-menu-toggle:focus { outline: 2px solid #B64B32; }

/* ================== MOBILE BURGER MENU ================== */
.mobile-menu {
  position: fixed;
  top: 0; right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(44,36,29,0.98);
  box-shadow: -6px 0 32px #B64B3210;
  z-index: 111;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.77,0,0.175,1.0);
  pointer-events: none;
  opacity: 0;
}
.mobile-menu.open {
  transform: translateX(0%);
  pointer-events: auto;
  opacity: 1;
}
.mobile-menu-close {
  font-size: 2.2rem;
  background: none;
  border: none;
  color: #DEC7B4;
  margin: 26px 32px 0 0;
  cursor: pointer;
  align-self: flex-end;
  border-radius: 50%;
  width: 48px; height: 48px;
  transition: background 0.17s, color 0.16s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #B64B32;
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  align-items: flex-start;
  padding: 60px 40px 20px 40px;
}
.mobile-nav a {
  font-size: 1.18rem;
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 18px 0;
  color: #E5DBD1;
  font-weight: 700;
  border-bottom: 1px solid #87786F33;
  width: 100%;
  transition: color 0.20s, background 0.16s;
}
.mobile-nav a:hover {
  color: #B64B32;
  background: #DEC7B421;
}

/* ========== HERO/MAIN BANNER =========== */
.hero, .catalogo-hero, .hero-artigiani, .thank-you {
  background: linear-gradient(110deg,#292421 65%, #73655C 98%);
  padding: 70px 0 40px 0;
  margin-bottom: 56px;
  border-radius: 0 0 38px 38px / 0 0 38px 38px;
  box-shadow: 0 4px 36px #DEC7B410;
  position: relative;
  overflow: hidden;
}
.hero .content-wrapper, .catalogo-hero .content-wrapper,
.hero-artigiani .content-wrapper, .thank-you .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  padding: 0 0 10px 0;
  z-index: 1;
}
.hero h1, .catalogo-hero h1, .hero-artigiani h1, .thank-you h1 {
  font-size: 2.7rem;
  color: #DEC7B4;
  font-weight: 900;
  text-shadow: 0 3px 10px #73655C44;
}
.hero p, .catalogo-hero p, .hero-artigiani p, .thank-you p {
  font-size: 1.24rem;
  color: #fff;
  margin-bottom: 18px;
}

/* ========== CONTENT/DETAILS SECTIONS ========== */
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-snippet, .about, .features, .features-artigiani, .services, .services-list, .team, .categories, .cta, .contact, .form-section, .map-snippet,
.legal, .product-highlights {
  margin-bottom: 60px;
  padding: 40px 0;
}
.cta {
  background: linear-gradient(110deg,#73655C 30%, #B64B32 70%);
  border-radius: 26px;
  box-shadow: 0 9px 34px #B64B3211;
  color: #fff;
  margin-bottom: 72px;
}
.cta h2 {
  color: #fff;
  font-size: 2.18rem;
  margin-bottom: 18px;
}
.cta .btn-primary { margin-left: 0; margin-top: 8px; }

/* ========== SERVICES CARDS & FEATURES ============ */
.services ul, .services-list ul {
  gap: 20px;
}
.services ul li, .services-list ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding-bottom: 10px;
}
.services ul li b, .services-list ul li b {
  margin-bottom: 3px;
  color: #B64B32;
  font-size: 1.16rem;
}
.services ul li span, .services-list ul li span {
  font-size: 0.97rem;
  color: #DEC7B4;
  background: #49413A;
  border-radius: 12px;
  padding: 2px 10px;
  margin-bottom: 6px;
}
.services ul li p,
.services-list ul li p {
  margin-bottom: 0;
  color: #DEC7B4;
}

/* ========== LISTS & CATEGORIES ========== */
.categories ul li b {
  color: #B64B32;
  font-size: 1.1rem;
}

/* =========== ABOUT/TEAM/BIO =========== */
.founder-bio {
  background: #3C2F25;
  color: #E6DFD8;
  padding: 18px 24px;
  border-radius: 18px;
  box-shadow: 0 2px 10px rgba(114,101,92,0.07);
  margin-top: 14px;
  font-size: 1rem;
}
.team h2 { margin-bottom: 12px; }

/* ========== ARTIGIANI/SHOWCASE =========== */
.artisan-profiles {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 14px;
}
.artisan-profiles > div {
  background: #2F2822;
  border-radius: 13px;
  padding: 20px;
  color: #DEC7B4;
  flex: 1 1 240px;
  min-width: 180px;
  box-shadow: 0 2px 8px #DEC7B424;
  border-left: 3px solid #73655C;
  transition: box-shadow 0.19s, border 0.14s;
}
.artisan-profiles > div:hover {
  box-shadow: 0 8px 32px #B64B3220;
  border-left: 3px solid #B64B32;
}
.product-highlights ul {
  gap: 18px;
}
.product-highlights h3 {
  color: #B64B32;
  margin-bottom: 9px;
}

/* =========== CONTACT/PAGE UTILS ============= */
.contact a {
  color: #B64B32;
  text-decoration: underline;
}
.form-section .btn-primary {
  margin-top: 10px;
  margin-left: 0;
}

/* ============= FOOTER ============= */
footer {
  background: #292421;
  color: #DEC7B4;
  padding: 50px 0;
  box-shadow: 0 -4px 18px rgba(182,75,50,0.04);
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 60px;
  align-items: stretch;
  justify-content: space-between;
}
.footer-brand { align-self: center; margin-right: 16px; }
.footer-brand img { height: 54px; filter: drop-shadow(0 0 12px #2F2822);
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav a {
  color: #DEC7B4;
  font-size: 1rem;
  margin-bottom: 4px;
  transition: color 0.15s;
  font-family: 'Montserrat', Arial, sans-serif;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #B64B32;
  text-decoration: underline;
}
.footer-contact {
  font-size: 0.97rem;
  color: #C8B8AB;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 12px;
}
.footer-contact a {
  color: #B64B32;
  text-decoration: underline;
}

/* ========== COOKIE CONSENT BANNER ========== */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: rgba(44,36,29,0.98);
  color: #DEC7B4;
  padding: 22px 18px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  z-index: 9999;
  box-shadow: 0 -4px 16px #B64B3217;
  font-size: 1rem;
  transition: transform 0.32s, opacity 0.2s;
  transform: translateY(0);
  opacity: 1;
}
.cookie-banner.hide {
  transform: translateY(130%);
  opacity: 0;
  pointer-events: none;
}
.cookie-banner p {
  color: #DEC7B4;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 4px;
}
.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 3px;
}
.cookie-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  border-radius: 24px;
  padding: 8px 22px;
  border: 1.5px solid #DEC7B4;
  background: #B64B32;
  color: #fff;
  font-weight: 700;
  margin: 0 3px;
  cursor: pointer;
  transition: background 0.17s, color 0.15s, border 0.12s;
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #DEC7B4;
  color: #B64B32;
  border-color: #B64B32;
}
.cookie-btn.cookie-settings {
  background: #49413A;
  color: #DEC7B4;
  border: 1.5px solid #DEC7B4;
}
.cookie-btn.cookie-settings:hover, .cookie-btn.cookie-settings:focus {
  background: #B64B32;
  color: #fff;
}

/* Cookie Preferences Modal */
.cookie-modal {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(44,36,29,0.95);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.23s;
}
.cookie-modal.open {
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal-content {
  background: #FFF;
  color: #23201D;
  border-radius: 20px;
  min-width: 320px;
  max-width: 96vw;
  padding: 34px 30px 24px 30px;
  box-shadow: 0 8px 44px #73655C18;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookie-modal-content h3 {
  color: #B64B32;
  font-size: 1.2rem;
  margin-bottom: 7px;
}
.cookie-modal-content .cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
}
.cookie-toggle {
  position: relative;
  width: 46px; height: 26px;
  background: #DEC7B4;
  border-radius: 22px;
  transition: background 0.19s;
}
.cookie-toggle input { display: none; }
.cookie-toggle label {
  position: absolute;
  left: 3px; top: 3px;
  width: 20px; height: 20px;
  background: #B64B32;
  border-radius: 50%;
  cursor: pointer;
  transition: left 0.17s, background 0.15s;
}
.cookie-toggle input:checked + label {
  left: 23px;
  background: #73655C;
}
.cookie-modal-actions {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  margin-top: 10px;
}
.cookie-modal-close {
  background: none;
  border: none;
  font-size: 1.25rem;
  color: #73655C;
  position: absolute;
  right: 18px; top: 16px;
  cursor: pointer;
}

/* ================ SPACING & UTILITIES =============== */
.mb-0 { margin-bottom: 0 !important; }
.mb-8 { margin-bottom: 8px !important; }
.mb-16 { margin-bottom: 16px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-32 { margin-bottom: 32px !important; }
.mt-16 { margin-top: 16px !important; }
.gap-20 { gap: 20px !important; }
.gap-24 { gap: 24px !important; }
.text-center { text-align: center; }

/* ================ ANIMATIONS =============== */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeOut {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(35px); }
}

/* =============== RESPONSIVE: MOBILE-FIRST ============== */
@media (max-width: 1200px) {
  .container {
    max-width: 98vw;
    padding: 0 12px;
  }
}
@media (max-width: 960px) {
  .main-nav {
    gap: 12px;
  }
  .card, .features ul li, .categories ul li, .artisan-profiles > div {
    min-width: 145px;
    padding: 16px 12px;
  }
  .testimonial-card { min-width: 180px; }
  .content-grid, .card-container, .artisan-profiles {
    gap: 16px;
  }
}
@media (max-width: 820px) {
  .footer-brand img { height: 40px; }
  h1 { font-size: 2.1rem; }
  h2 { font-size: 1.5rem; }
  .hero h1, .thank-you h1 { font-size: 1.9rem; }
}
@media (max-width: 768px) {
  .main-nav,
  .btn-primary { display: none !important; }
  .mobile-menu-toggle { display: block !important; }
  header .container {
    gap: 10px;
    min-height: 60px;
    padding: 0 8px;
  }
  .hero, .catalogo-hero, .hero-artigiani, .thank-you {
    padding: 44px 0 28px 0;
    margin-bottom: 38px;
  }
  .section, .about-snippet, .features, .services, .about, .categories, .features-artigiani, .product-highlights, .legal, .services-list, .cta, .team, .contact, .form-section, .map-snippet {
    padding: 28px 0 22px 0;
    margin-bottom: 34px;
  }
  .features ul, .categories ul, .services-list ul, .artisan-profiles {
    flex-direction: column;
    gap: 15px;
  }
  .footer-brand img { height: 38px; }
  .footer-contact { font-size: 0.92rem; }
  footer .container {
    flex-direction: column;
    gap: 24px;
  }
  .content-grid, .card-container {
    flex-direction: column;
    gap: 16px !important;
  }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    min-width: 120px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}
@media (max-width:540px) {
  .container { padding: 0 4px; }
  .hero h1, .thank-you h1 { font-size: 1.23rem; }
  .hero p, .thank-you p { font-size: 0.96rem; }
  h2 { font-size: 1.08rem; }
  .btn-primary, .btn-secondary { font-size: 0.96rem; padding: 8px 13px; }
}

/* =============== SCROLLBAR (for futuristic touch) ============== */
::-webkit-scrollbar {
  width: 9px;
  background: #2F2822;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(145deg,#DEC7B4 65%,#B64B32 95%);
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:active {
  background: #B64B32;
}

/* ======= MICRO-INTERACTIONS & TECH FUTURISTIC EFFECTS ======= */
.btn-primary::before, .btn-secondary::before {
  content: '';
  display: block;
  position: absolute;
  top: -4px; left: -4px; bottom: -4px; right: -4px;
  border-radius: 34px;
  z-index: -1;
  background: linear-gradient(95deg, #73655C 40%, #DEC7B4 95%);
  opacity: 0.10;
  box-shadow: 0 0 12px #DEC7B488,0 0 0px #B64B3255 inset;
  transition: opacity 0.3s;
}
.btn-primary:hover::before, .btn-secondary:hover::before {
  opacity: 0.35;
}
.card, .services ul li, .categories ul li, .features ul li, .testimonial-card {
  transition: box-shadow 0.24s, border 0.17s, transform 0.23s;
}
.card:hover, .services ul li:hover, .testimonial-card:hover {
  transform: translateY(-3px) scale(1.017);
  box-shadow: 0 8px 28px #DEC7B430, 0 2px 8px #B64B3220;
  border-color: #B64B32;
}
/* Subtle neon accents as border glow */
.card:after, .testimonial-card:after, .features ul li:after, .artisan-profiles > div:after {
  content: '';
  display: block;
  pointer-events: none;
  border-radius: inherit;
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  z-index: 2;
  border: 2px solid rgba(182,75,50,0.05);
  box-shadow: 0 0 18px 0 #B64B3244;
  opacity: 0;
  transition: opacity 0.19s;
}
.card:hover:after, .testimonial-card:hover:after, .features ul li:hover:after, .artisan-profiles > div:hover:after {
  opacity: 1;
}

/* ========== MODALS: OVERLAY ANIMATION ========== */
@media (max-width: 480px) {
  .cookie-modal-content {
    padding: 15px 5vw;
    min-width: 96vw;
  }
}

/* ================ ACCESSIBILITY =============== */
:focus-visible { outline: 2.5px solid #B64B32; outline-offset: 2px; }
::-moz-focus-inner { border: 0; }

/* Hide visually (for accessibility helpers) */
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
