/*
 * 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 {
  scroll-behavior: smooth;
  box-sizing: border-box;
}
body {
  line-height: 1.6;
  background: #EAE6E1;
  color: #273246;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 16px;
  min-height: 100vh;
}
img,svg {
  max-width: 100%;
  height: auto;
  display: block;
}
ul,ol {
  list-style: none;
}
a {
  color: #273246;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #B6925B;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
  color: #273246;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
h1 { font-size: 2.75rem; margin-bottom: 24px; }
h2 { font-size: 2rem; margin-bottom: 16px; }
h3 { font-size: 1.25rem; margin-bottom: 12px; }
h4 { font-size: 1.05rem; margin-bottom: 8px; }

p,li {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #273246;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 12px;
}
p:last-child, li:last-child { margin-bottom: 0; }
strong, b { font-weight: 600; }


/*
 * CONTAINER & LAYOUT
 */
.container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 800px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(39,50,70,0.06);
}


/*
 * HEADER NAVIGATION
 */
header {
  background-color: #FFFFFF;
  border-bottom: 1px solid #D8DDE7;
  box-shadow: 0 2px 10px rgba(39,50,70,0.03);
}
header .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 18px;
  padding-bottom: 18px;
  gap: 24px;
}
.logo {
  height: 48px;
  width: auto;
  margin-right: 32px;
}

.main-nav {
  display: flex;
  margin-left: 18px;
  flex: 1 1 auto;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.3px;
  padding: 6px 10px;
  color: #273246;
  border-radius: 5px;
  transition: background 0.2s, color 0.2s;
}
.main-nav a:hover, .main-nav a.active {
  background: #EAE6E1;
  color: #B6925B;
}

.cta-btn {
  background: #273246;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  border: none;
  border-radius: 7px;
  padding: 12px 26px;
  margin-left: 24px;
  letter-spacing: 0.4px;
  box-shadow: 0 2px 8px rgba(39,50,70,0.07);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}
.cta-btn:hover, .cta-btn:focus {
  background: #B6925B;
  color: #fff;
  box-shadow: 0 4px 20px rgba(182,146,91,0.16);
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  color: #273246;
  margin-left: 18px;
  cursor: pointer;
  outline: none;
  transition: color 0.2s;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  color: #B6925B;
}

/*
 * MOBILE NAVIGATION OVERLAY
 */
.mobile-menu {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0; top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(39,50,70,0.94);
  transition: transform 0.4s cubic-bezier(.6,.46,.56,1.18);
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  transform: translateX(100%);
}
.mobile-menu.open {
  display: flex;
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 2.4rem;
  color: #fff;
  margin: 24px 24px 0 0;
  cursor: pointer;
  transition: color 0.2s;
  z-index: 6;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #B6925B;
}
.mobile-nav {
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 44px;
  padding-left: 32px;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 10px 0;
  border-radius: 5px;
  transition: background 0.15s, color 0.15s;
  width: 100%;
  display: block;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #273246;
  color: #B6925B;
}

/* Only show hamburger on small screens */
@media (max-width: 1024px) {
  .main-nav, .cta-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  header .container {
    gap: 8px;
    flex-wrap: wrap;
    padding: 12px 12px;
  }
  .logo {
    height: 38px;
  }
}


/*
 * FLEXBOX UTILITIES FOR CONTENT
 */
.card-container,
.card-grid,
.feature-grid,
.service-cards,
.article-preview-grid,
.testimonial-grid,
.value-list,
.categories-list ul,
.process-steps,
.tip-list,
.hair-tip-list,
.step-by-step-guides ol,
.routine-examples ol {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}

.card,
.feature,
.service-card,
article,
.value-list li,
.testimonial-card {
  margin-bottom: 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 9px rgba(39,50,70,0.07);
  padding: 28px 20px;
  transition: box-shadow .22s, transform .16s;
  position: relative;
}

.card:hover,
.feature:hover,
.service-card:hover,
article:hover,
.value-list li:hover,
.testimonial-card:hover {
  box-shadow: 0 8px 32px rgba(39,50,70,0.13);
  transform: translateY(-3px) scale(1.012);
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #FFFFFF;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(39,50,70,0.06);
  position: relative;
}

.card-container { display: flex; flex-wrap: wrap; gap: 24px; }
.card { margin-bottom: 20px; position: relative; }
.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: 12px; padding: 20px; }
.feature-item { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }

@media (max-width: 768px) {
  .content-grid,
  .text-image-section,
  .feature-grid,
  .card-container,
  .card-grid,
  .service-cards,
  .article-preview-grid,
  .testimonial-grid {
    flex-direction: column !important;
    gap: 20px;
    align-items: stretch;
  }
}


/*
 * HERO SECTION
 */
.hero {
  background: linear-gradient(115deg, #EAE6E1 60%, #F0F2F7 100%);
  padding: 60px 0 48px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #D8DDE7;
}
.hero .content-wrapper {
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
}
.hero h1 {
  color: #273246;
  font-size: 2.8rem;
}
.hero .subheadline {
  color: #273246;
  font-size: 1.2rem;
  margin-bottom: 28px;
  margin-top: 10px;
}


/*
 * FEATURES & CARD STYLES
 */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 36px;
}
.feature {
  background: #fff;
  flex: 1 1 210px;
  min-width: 220px;
  max-width: 300px;
  align-items: flex-start;
  box-shadow: 0 2px 12px rgba(39,50,70,0.05);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: box-shadow 0.2s, transform 0.18s;
}
.feature img {
  margin-bottom: 14px;
  width: 42px;
  height: 42px;
}
.feature h3 {
  color: #273246;
  font-size: 1.1rem;
  margin-bottom: 7px;
  font-family: 'Playfair Display', serif;
}

/* SERVICES LIST & CARDS */
.service-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
  justify-content: flex-start;
}
.service-card {
  background: #fff;
  border-left: 5px solid #B6925B;
  box-shadow: 0 2px 16px rgba(39,50,70,0.07);
  border-radius: 13px;
  flex: 1 1 240px;
  min-width: 240px;
  max-width: 320px;
  padding: 28px 22px 28px 28px;
  margin-bottom: 20px;
  transition: box-shadow 0.2s, transform 0.16s;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.service-card h2 {
  font-size: 1.15rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
  color: #273246;
}
.service-card .price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #B6925B;
  margin-top: 18px;
  letter-spacing: .1em;
  font-family: 'Montserrat', sans-serif;
}

/* ARTICLE PREVIEW GRID (BLOG) */
.article-preview-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}
.article-preview-grid article {
  flex: 1 1 240px;
  min-width: 220px;
  max-width: 320px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 13px rgba(39,50,70,0.07);
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.18s, transform 0.13s;
}
.article-preview-grid article h2 {
  font-size: 1.13rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 7px;
}
.article-preview-grid article a {
  color: #B6925B;
  font-weight: 600;
  margin-top: 10px;
  transition: color 0.15s;
}
.article-preview-grid article a:hover {
  color: #273246;
  text-decoration: underline;
}

.categories-list {
  margin-top: 18px;
}
.categories-list h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.categories-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.categories-list li a {
  color: #B6925B;
  background: #f7f4ef;
  border-radius: 7px;
  padding: 7px 16px;
  font-weight: 500;
  font-size: .98rem;
  transition: background 0.14s, color 0.12s;
}
.categories-list li a:hover {
  color: #fff;
  background: #B6925B;
}


/*
 * TESTIMONIALS (corporate card style)
 */
.testimonials { margin-bottom: 60px; padding-top: 36px; padding-bottom: 36px; }
.testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 20px;
  margin-bottom: 0;
  justify-content: flex-start;
}
.testimonial-card {
  background: #F5F8FB;
  border-radius: 13px;
  box-shadow: 0 2px 14px rgba(39,50,70,0.07);
  padding: 24px 20px;
  flex: 1 1 240px;
  min-width: 200px;
  max-width: 360px;
  color: #273246;
  font-size: 1.03rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  border-top: 4px solid #B6925B;
  transition: box-shadow 0.2s, transform 0.14s;
}
.testimonial-card p {
  color: #273246;
  margin-bottom: 0;
}
.testimonial-meta {
  color: #AC8544;
  font-size: .97rem;
  font-weight: 600;
  margin-top: 0px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .3px;
}

/* Accent swatch chips */
.color-swatch {
  display: inline-block;
  width: 32px;
  height: 18px;
  border-radius: 6px;
  margin-right: 10px;
  margin-bottom: -4px;
  border: 1px solid #dfdbd0;
}

/* ABOUT VALUES */
.value-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 0;
}
.value-list li {
  flex: 1 1 200px;
  min-width: 170px;
  max-width: 300px;
  display: flex;
  align-items: flex-start;
  font-size: 1.02rem;
  padding-left: 10px;
  font-weight: 500;
  gap: 13px;
}
.value-list img {
  width: 32px;
  height: 32px;
  margin-top: 3px;
}

/* CONTACT/LOCATION SECTION */
.contact-section .contact-details p,
.contact-section .contact-details img {
  vertical-align: middle;
  margin-bottom: 0;
}
.contact-section .contact-details p {
  font-size: 1.05rem;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-section .contact-details img {
  width: 20px;
  height: 20px;
}

.address-info {
  font-size: 1.02rem;
  background: #F7F6F3;
  padding: 18px 16px;
  border-radius: 9px;
}

/* PROCESS STEPS */
.process-steps {
  display: flex;
  flex-direction: column;
  gap: 17px;
  list-style-position: inside;
  margin-bottom: 32px;
  align-items: flex-start;
}
.process-steps li {
  background: #F0F2F7;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 1rem;
  margin-bottom: 0;
}

/* CTA BLOCKS */
.cta-block {
  background: linear-gradient(100deg,#273246 60%,#B6925B 150%);
  text-align: center;
  color: #fff;
  border-radius: 17px;
  margin-bottom: 60px;
  padding: 56px 20px 48px 20px;
  box-shadow: 0 3px 16px rgba(39,50,70,0.10);
}
.cta-block h2,
.cta-block p {
  color: #fff;
}
.cta-block .cta-btn {
  margin-top: 28px;
  background: #B6925B;
  color: #fff;
}
.cta-block .cta-btn:hover {
  background: #EAE6E1;
  color: #273246;
}


/*
 * FOOTER
 */
footer {
  background: #273246;
  color: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 24px;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
}
footer img {
  margin-bottom: 17px;
  max-width: 58px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-nav a {
  font-size: .98rem;
  color: #EFF3F8;
  margin-bottom: 2px;
  transition: color 0.12s;
}
.footer-nav a:hover,
.footer-nav a:focus {
  color: #B6925B;
}
.footer-contact {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer-contact p {
  margin-bottom: 2px;
  color: #dee2ef;
  display: flex;
  align-items: center;
  gap: 7px;
}
.footer-contact img {
  width: 16px;
  height: 16px;
}

@media (max-width: 768px) {
  .footer-nav, .footer-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }
  footer .container {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-contact {
    font-size: 0.97rem;
  }
}


/*
 * PAGE/CONTENT STRUCTURE OVERRIDES, spacing, etc
 */
.about-philosophy, .about-values, .about-style,
.services-list, .process-info,
.location-section, .confirmation-section,
.expert-tips, .haircare-tips,
.policy-section, .contact-section, .skincare-callout, .haircare-callout {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 16px rgba(39,50,70,0.07);
}
@media (max-width: 768px) {
  .about-philosophy, .about-values, .about-style,
  .services-list, .process-info, .location-section, .confirmation-section,
  .expert-tips, .haircare-tips, .policy-section, .contact-section, .skincare-callout, .haircare-callout {
    padding: 28px 8px;
    border-radius: 12px;
    margin-bottom: 36px;
  }
}

/* Correct bold for list service pricing */
.services-preview ul li strong, .service-card h2 {
  font-weight: 600;
  color: #273246;
}
.services-preview ul span, .card .price {
  color: #B6925B;
  font-weight: 700;
}

.step-by-step-guides h3, .routine-examples h3 {
  font-size: 1.07rem;
  margin-bottom: 5px;
}

.tip-list, .hair-tip-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tip-list li, .hair-tip-list li {
  display: flex;
  align-items: flex-start;
  background: #F6F7F9;
  border-radius: 8px;
  padding: 10px 15px;
}

.step-by-step-guides ol,
.routine-examples ol {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.step-by-step-guides ol li,
.routine-examples ol li {
  background: #F2F6F9;
  border-radius: 7px;
  padding: 7px 13px;
  margin-bottom: 0;
}

@media (max-width: 540px) {
  .hero h1 { font-size: 1.5rem; }
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.25rem; }
}


/*
 * COOKIES BANNER & MODAL
 */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0; right: 0;
  z-index: 3000;
  background: #273246;
  color: #fff;
  width: 100%;
  padding: 19px 30px 14px 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  box-shadow: 0 -2px 22px rgba(39,50,70,0.16);
  font-size: 1rem;
  max-width: 100vw;
  transition: transform .3s;
}
.cookie-banner.hide {
  transform: translateY(110%);
}
.cookie-banner__text {
  flex: 1 1 240px;
  font-size: 1rem;
  margin-right: 20px;
}
.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.cookie-btn, .cookie-settings-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 9px 23px;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  transition: background 0.16s, color 0.14s, border 0.15s;
}
.cookie-btn.accept {
  background: #B6925B;
  color: #fff;
  border: 1px solid #B6925B;
}
.cookie-btn.accept:hover,
.cookie-btn.accept:focus {
  background: #EAE6E1;
  color: #273246;
  border: 1px solid #B6925B;
}
.cookie-btn.reject {
  background: #fff;
  color: #273246;
  border: 1px solid #efebe6;
}
.cookie-btn.reject:hover,
.cookie-btn.reject:focus {
  background: #273246;
  color: #fff;
  border: 1px solid #B6925B;
}
.cookie-settings-btn {
  background: none;
  border: 1px solid #B6925B;
  color: #B6925B;
}
.cookie-settings-btn:hover,
.cookie-settings-btn:focus {
  background: #B6925B;
  color: #fff;
}

/* COOKIE PREFERENCES MODAL */
.cookie-modal-overlay {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(39,50,70,0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3500;
  visibility: hidden;
  opacity: 0;
  transition: opacity .34s, visibility .34s;
}
.cookie-modal-overlay.open {
  visibility: visible;
  opacity: 1;
}
.cookie-modal {
  background: #fff;
  border-radius: 13px;
  padding: 42px 34px 28px 34px;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 4px 28px rgba(39,50,70,0.15);
  color: #273246;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  animation: cookieModalIn .5s cubic-bezier(.71,.34,.45,1.22);
}
@keyframes cookieModalIn {
  from { transform: scale(0.95) translateY(40px); opacity:0; }
  to { transform: scale(1) translateY(0); opacity:1; }
}
.cookie-modal h2 {
  font-size: 1.15rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 18px;
}
.cookie-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.cookie-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 1rem;
}
.cookie-option label {
  font-size: 1rem;
  font-weight: 500;
}
.cookie-toggle {
  appearance: none;
  width: 38px;
  height: 21px;
  border-radius: 13px;
  background: #CED3DB;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: background 0.16s;
  margin-right: 7px;
}
.cookie-toggle:checked {
  background: #B6925B;
}
.cookie-toggle:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 2.5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  transition: left 0.18s;
}
.cookie-toggle:checked:before {
  left: 18px;
}
.cookie-modal-actions {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  width: 100%;
  justify-content: flex-end;
}
.cookie-modal-btn {
  padding: 9px 21px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  background: #B6925B;
  color: #fff;
  cursor: pointer;
  transition: background 0.16s, color 0.13s;
}
.cookie-modal-btn:disabled {
  background: #CED3DB;
  color: #fff;
  cursor: default;
}
.cookie-modal-btn:hover,
.cookie-modal-btn:focus {
  background: #273246;
  color: #fff;
}

/* MODAL CLOSE BUTTON */
.cookie-modal-close {
  position: absolute;
  right: 18px;
  top: 15px;
  font-size: 1.7rem;
  background: none;
  border: none;
  color: #B6925B;
  cursor: pointer;
}

/* Responsive adjustments for cookie/banner */
@media (max-width: 700px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 10px 16px 10px;
    gap: 14px;
  }
  .cookie-banner__actions {
    gap: 8px;
  }
  .cookie-modal {
    padding: 26px 8px 18px 10px;
  }
}


/*
 * MICRO-INTERACTIONS & FOCUS STATES
 */
button, .cta-btn, .cookie-btn, .cookie-modal-btn {
  outline: none;
  transition: filter 0.12s, background 0.14s, box-shadow 0.18s;
}
button:focus, .cta-btn:focus, .cookie-btn:focus {
  filter: brightness(1.13);
  box-shadow: 0 0 0 3px rgba(39,50,70,0.14);
}

a:active { color: #AC8544; }

::selection {
  background: #B6925B;
  color: #fff;
}

/* Prevent card/image/text overlap */
.card, .feature, .testimonial-card, .service-card, article {
  z-index: 1;
}

/* Prevent accidental absolute overlaps */
.card, .feature, .testimonial-card, .service-card {
  position: relative;
}

/* Hide scrollbars for overlay when open */
.mobile-menu.open, .cookie-modal-overlay.open {
  overflow-y: auto;
}

/* Hide scroll for modal background */
body.overlay-visible {
  overflow: hidden;
}

/* END */
