/* ========================================================================
   NATURE_ORGANIC "STORM BLAZE" STYLE: MODERN, ORGANIC, NATURE-INSPIRED UI
   Responsive, Professional, Strictly FLEXBOX LAYOUT ONLY (NO GRID)
   Fonts: Montserrat (display), Roboto (body)
   Colors: Earth tones with accent green, brand #304659/#F9B233/#F5F4F1
   -----------------------------------------------------------------------
*/

/* == CSS RESET & BASE == */
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: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html { box-sizing: border-box; scroll-behavior: smooth; }
*, *:before, *:after { box-sizing: inherit; }
body {
  line-height: 1.6;
  background: #F8F7F4;
  color: #314338;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  transition: background 0.2s;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}
input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
a {
  color: #35694b;
  text-decoration: none;
  transition: color 0.15s;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #304659;
}

/* == BRAND TYPOGRAPHY == */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  color: #314338;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
h1 { font-size: 2.5rem; line-height: 1.13; margin-bottom: 18px; }
h2 { font-size: 2rem; line-height: 1.18; margin-bottom: 16px; }
h3 { font-size: 1.25rem; line-height: 1.24; }
h4 { font-size: 1.1rem; }

p, ul, ol, address {
  color: #444d3c;
  font-size: 1rem;
  margin-bottom: 16px;
}

strong { font-weight: 600; }
em { font-style: italic; }

ul, ol {
  padding-left: 20px;
}
ul li, ol li { margin-bottom: 8px; }

/* Section Title Decorations */
h2 {
  position: relative;
  padding-bottom: 12px;
}
h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  border-radius: 4px;
  background: #93b36d;
  margin-top: 4px;
}


/* == CONTAINERS & LAYOUT == */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 4px 24px rgba(60,74,54,0.07);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Organic background touch for hero/cta */
.hero, .cta {
  background: #f6f8f3;
  border-radius: 28px;
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(72,90,68,0.09);
}

.hero .content-wrapper, .cta .content-wrapper {
  align-items: flex-start;
  padding: 32px 0;
  gap: 20px;
}

/* ORGANIC SHAPE DECORATIONS */
.hero::before, .cta::before {
  content: '';
  position: absolute;
  left: -36px; top: -28px;
  width: 144px; height: 80px;
  background: #93b36d42;
  border-radius: 62% 38% 32% 68% / 61% 38% 62% 39%;
  z-index: 0;
  pointer-events: none;
}
.hero::after, .cta::after {
  content: '';
  position: absolute;
  right: -40px; bottom: -24px;
  width: 110px; height: 62px;
  background: #b8af7b1a;
  border-radius: 44% 56% 52% 48% / 58% 39% 61% 42%;
  z-index: 0;
  pointer-events: none;
}
.hero .content-wrapper, .cta .content-wrapper {
  position: relative;
  z-index: 2;
}

/* == FLEXBOX CARDS & GRIDS == */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(103, 114, 84, 0.12);
  transition: box-shadow .2s, transform .18s;
  padding: 28px 20px;
  flex: 1 1 260px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.card:hover {
  box-shadow: 0 10px 26px rgba(126,139,97,0.17);
  transform: translateY(-3px) scale(1.015);
}
.card h3 {
  font-size: 1.18rem;
  color: #44614e;
  margin-bottom: 8px;
}

/* Feature Grid (Index, About, etc.) */
.feature-grid, .service-list,
.project-categories-grid, .product-categories-grid,
.featured-projects-list, .featured-products-list,
.guides-list, .team-list, .category-grid, .inspiration-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.feature-grid li, .service-list li, .project-categories-grid li, .product-categories-grid li,
.featured-projects-list li, .featured-products-list li, .guides-list li, .team-list li, .category-grid li, .inspiration-list li {
  flex: 1 1 220px;
  background: #fcfcfa;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(92,104,81,0.07);
  min-width: 220px;
  padding: 24px 18px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  transition: box-shadow .19s, transform .18s;
}
.feature-grid li:hover, .service-list li:hover,
.project-categories-grid li:hover, .product-categories-grid li:hover,
.featured-projects-list li:hover, .featured-products-list li:hover,
.guides-list li:hover, .team-list li:hover, .category-grid li:hover, .inspiration-list li:hover {
  box-shadow: 0 6px 18px rgba(92, 104, 81, 0.13);
  transform: translateY(-2px) scale(1.008);
}
.feature-grid img, .service-list img, .project-categories-grid img, .product-categories-grid img {
  height: 40px;
  width: auto;
  margin-bottom: 10px;
  filter: grayscale(0.15) brightness(0.90);
}

.service-list li a,
.featured-projects-list li a {
  margin-top: 8px;
}

.team-list li {
  background: #f2f6ea;
  border-left: 4px solid #93b36d;
}

.category-grid li {
  background: #ede8db;
  text-align: center;
  color: #3d4a29;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 15px;
  padding: 16px 12px;
  box-shadow: 0 1px 8px rgba(175,175,141,0.07);
}

.text-section {
  margin-bottom: 20px;
  background: transparent;
  border-radius: 13px;
  padding: 0;
}

.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .feature-grid, .service-list,
  .project-categories-grid, .product-categories-grid,
  .featured-projects-list, .featured-products-list,
  .guides-list, .team-list, .category-grid, .inspiration-list {
    flex-direction: column;
    gap: 18px;
  }
  .hero, .cta, .section {
    padding: 28px 6px;
    border-radius: 18px;
  }
  .card-container {
    flex-direction: column;
    gap: 16px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .container {
    padding: 0 8px;
  }
}

/* == TESTIMONIALS == */
.testimonials {
  background: #eef6ea;
  padding-bottom: 0;
  border-radius: 28px 28px 0 0;
}
.testimonials .content-wrapper {
  gap: 24px;
  align-items: flex-start;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  background: #fff;
  padding: 20px 28px;
  border-radius: 18px;
  margin-bottom: 20px;
  box-shadow: 0 2px 14px rgba(60,74,54,0.11);
  border-left: 6px solid #7fb17c;
  min-width: 210px;
  max-width: 480px;
  color: #284230;
  transition: box-shadow .16s;
}
.testimonial-card p {
  color: #47664d;
  font-size: 1.03rem;
}
.testimonial-card span {
  color: #597e54;
  font-weight: 600;
  font-size: 0.93rem;
  letter-spacing: .1px;
}
.testimonial-card strong {
  color: #314338;
}
.testimonial-card:hover {
  box-shadow: 0 8px 32px rgba(72,90,68,0.19);
}

@media (max-width: 576px) {
  .testimonial-card {
    padding: 16px 12px;
    min-width: 0;
    max-width: 100%;
  }
}


/* == HEADER / NAVIGATION == */
header {
  width: 100%;
  background: #f0f5eb;
  box-shadow: 0 2px 12px rgba(60,74,54,0.04);
  position: sticky;
  top: 0;
  z-index: 90;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  position: relative;
}
.logo-link img {
  height: 46px;
  width: auto;
  display: block;
}
.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.main-nav a {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #365d2d;
  padding: 6px 8px;
  border-radius: 7px;
  background: transparent;
  transition: background 0.15s, color .14s;
}
.main-nav a:hover, .main-nav a:focus {
  color: #304659;
  background: #e5efd7;
  text-decoration: none;
}
/* Primary site button in header */
.btn-primary {
  background: #7fb17c;
  color: #fff;
  border: none;
  border-radius: 20px 12px 22px 12px;
  font-family: 'Montserrat', 'Roboto', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 11px 28px;
  margin-left: 20px;
  box-shadow: 0 2px 12px rgba(48,70,89,0.06);
  cursor: pointer;
  transition: background .18s, box-shadow .16s, color .15s, transform .15s;
  outline: 0;
  display: inline-block;
}
.btn-primary:hover, .btn-primary:focus {
  background: #4c8356;
  color: #fffbe2;
  box-shadow: 0 6px 20px rgba(100,120,89,0.17);
  transform: translateY(-1px) scale(1.03);
}

/* Secondary button for cards etc */
.btn-secondary {
  background: #e5efd7;
  color: #2e4636;
  border: none;
  border-radius: 14px 7px 16px 7px;
  font-family: 'Montserrat', 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 22px;
  transition: background .18s, color .15s;
  box-shadow: 0 1px 8px rgba(48,70,89,0.06);
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
  outline: 0;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #b8af7b;
  color: #fff;
}

/* BURGER MENU MOBILE */
.mobile-menu-toggle {
  display: none;
  background: #7fb17c;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  margin-left: 18px;
  transition: background .18s;
  outline: none;
  z-index: 101;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #4c8356;
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: fixed;
  left: 0; top: 0;
  width: 100vw;
  height: 100vh;
  background: #f6f8f3;
  box-shadow: 0 4px 36px rgba(60,74,54,0.11);
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(.66,-0.12,.33,1.1);
  z-index: 200;
  padding: 48px 32px 48px 28px;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #274b28;
  font-size: 2rem;
  align-self: flex-end;
  margin-bottom: 24px;
  cursor: pointer;
  outline: none;
  z-index: 201;
  transition: color .17s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #4c8356;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
}
.mobile-nav a {
  font-family: 'Montserrat', sans-serif;
  color: #365d2d;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 13px 0 13px 14px;
  border-radius: 12px 12px 16px 7px;
  background: none;
  transition: background 0.12s, color .13s;
}
.mobile-nav a:active, .mobile-nav a:hover, .mobile-nav a:focus {
  background: #e5efd7;
  color: #304659;
}
@media (max-width: 1000px) {
  .main-nav {
    display: none;
  }
  .btn-primary {
    margin-left: 5px;
  }
  .mobile-menu-toggle {
    display: flex;
  }
}
@media (min-width: 1001px) {
  .mobile-menu, .mobile-menu-toggle { display: none !important; }
}

/* == FOOTER == */
footer {
  background: #ede8db;
  border-top: 4px solid #bcaf7c;
  box-shadow: 0 -2px 9px rgba(48,70,89,0.04);
  font-size: 1rem;
  margin-top: 48px;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}
footer .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 44px;
  padding: 32px 0 20px 0;
  justify-content: space-between;
}
.footer-logo-address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  min-width: 200px;
}
.footer-logo-address img {
  height: 35px;
  margin-bottom: 5px;
}
.footer-logo-address address {
  font-size: .98rem;
  color: #5f6545;
  font-style: normal;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #556050;
  font-size: .96rem;
}
.footer-contact img {
  height: 17px;
  width: 17px;
  vertical-align: middle;
  margin-right: 7px;
  opacity: .85;
}
.footer-contact a {
  color: #527e54;
}
.footer-contact a:hover {
  color: #304659;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 180px;
  margin-left: 12px;
}
.footer-nav a {
  color: #44614e;
  font-size: .97rem;
  padding: 2px 0;
}
.footer-nav a:hover {
  color: #304659;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: 10px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
}
.footer-social img {
  height: 26px;
  width: 26px;
  filter: grayscale(.17) brightness(0.9);
  transition: filter .17s, transform .13s;
}
.footer-social a:hover img {
  filter: none;
  transform: scale(1.10) rotate(-3deg);
}
.copyright {
  color: #7b7539;
  font-size: 0.91rem;
  margin: 0 0 14px 7px;
}

@media (max-width: 1024px) {
  footer .content-wrapper {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .footer-nav, .footer-social {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .footer-logo-address img {height: 28px;}
  .copyright { margin-left: 0; }
}

/* == COOKIE CONSENT BANNER == */
.cookie-banner {
  position: fixed;
  left: 0; right: 0;
  bottom: 0;
  background: #e9f5e1;
  color: #324c33;
  box-shadow: 0 -2px 18px rgba(34,59,25,0.13);
  padding: 20px 12px;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  border-radius: 18px 18px 0 0;
  transition: transform 0.38s, opacity 0.21s;
  opacity: 1;
  transform: translateY(0);
  min-height: 0;
}
.cookie-banner.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  min-height: 0;
}
.cookie-banner p {
  color: #324c33;
  font-size: .98rem;
  text-align: center;
}
.cookie-banner .cookie-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.cookie-btns button {
  border: none;
  border-radius: 14px 7px 16px 7px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 18px;
  cursor: pointer;
  margin: 0 2px;
  outline: 0;
  transition: background .18s, color .12s;
}
.cookie-btns .accept {
  background: #7fb17c;
  color: #fff;
}
.cookie-btns .accept:hover { background: #4c8356; }
.cookie-btns .reject {
  background: #ede8db;
  color: #816648;
}
.cookie-btns .reject:hover { background: #e5efd7; color:#365d2d; }
.cookie-btns .settings {
  background: #e5efd7;
  color: #2e4636;
}
.cookie-btns .settings:hover { background: #b8af7b; color: #fff; }
@media (max-width: 480px) {
  .cookie-banner .cookie-btns {
    flex-direction: column;
    gap: 10px;
  }
}

/* Cookie Settings Modal */
#cookie-modal {
  display: none;
  position: fixed;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  background: rgba(55,70,52,0.6);
  z-index: 20000;
  align-items: center;
  justify-content: center;
  animation: fadeInModalBg .33s;
}
#cookie-modal.active { display: flex; }
@keyframes fadeInModalBg {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.cookie-modal-content {
  background: #f7fff4;
  border-radius: 22px;
  min-width: 320px;
  max-width: 94vw;
  box-shadow: 0 8px 48px rgba(48,70,89,0.16);
  padding: 32px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  position: relative;
  animation: fadeInModal .42s cubic-bezier(.58,.3,.6,1.1);
}
@keyframes fadeInModal {
  from { transform: translateY(40px) scale(.98); opacity: 0; }
  to { transform: translateY(0) scale(1); opacity: 1; }
}
.cookie-modal-close {
  position: absolute;
  right: 24px; top: 18px;
  background: transparent;
  border: none;
  font-size: 1.6rem;
  color: #365d2d;
  cursor: pointer;
  transition: color .13s;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  color: #4c8356;
}
.cookie-modal-content h3 {
  font-size: 1.25rem;
  margin-bottom: 5px;
  color: #44614e;
}
.cookie-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  width: 100%;
  border-bottom: 1px solid #e1e6d9;
  font-size: 1.03rem;
}
.cookie-category:last-child { border-bottom: none; }
.cookie-category .toggle {
  background: #ede8db;
  width: 38px; height: 22px;
  border-radius: 40px;
  position: relative;
  cursor: pointer;
  transition: background .15s;
  margin-left: 16px;
  flex-shrink: 0;
}
.cookie-category .toggle[data-enabled=true] {
  background: #7fb17c;
}
.cookie-category .toggle:before {
  content: '';
  display: block;
  position: absolute;
  left: 3px; top: 3px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 5px rgba(99,123,87,.12);
  transition: left .15s;
}
.cookie-category .toggle[data-enabled=true]:before {
  left: 19px;
}
.cookie-category .essential .toggle {
  background: #b8af7b;
  pointer-events: none;
}
.cookie-modal-btns {
  display: flex;
  gap: 14px;
  width: 100%;
  justify-content: flex-end;
  margin-top: 8px;
}
.cookie-modal-btns button {
  border: none;
  border-radius: 14px 7px 14px 7px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: .98rem;
  padding: 7px 20px;
  cursor: pointer;
  outline: 0;
  transition: background .18s, color .11s;
}
.cookie-modal-btns .save {
  background: #7fb17c;
  color: #fff;
}
.cookie-modal-btns .save:hover { background: #4c8356; }
.cookie-modal-btns .cancel {
  background: #ede8db;
  color: #4c4936;
}
.cookie-modal-btns .cancel:hover { background: #e5efd7; color: #365d2d; }

/* == SUCCESS MESSAGE (THANK-YOU PAGE) == */
.success { background: #f7fff4; border-radius: 24px; margin-bottom: 48px; }
.success .content-wrapper {
  align-items: center;
  padding: 38px 0;
  gap: 20px;
  text-align: center;
}
.success h1 {
  color: #4c8356;
}
.success p {
  color: #597e54;
  font-size: 1.12rem;
  max-width: 500px;
}

/* == GENERAL FORM ELEMENTS  == */
input, select, textarea {
  border: 1.5px solid #c9dcb4;
  border-radius: 9px 9px 13px 7px;
  padding: 10px 13px;
  font-size: 1rem;
  margin-bottom: 16px;
  background: #f8fff6;
  color: #365d2d;
  width: 100%;
  appearance: none;
  outline: none;
  transition: border 0.13s, box-shadow 0.15s;
}
input:focus, textarea:focus, select:focus {
  border-color: #7fb17c;
  box-shadow: 0 2px 8px #b8af7b33;
}
label {
  display: block;
  margin-bottom: 6px;
  color: #4c8356;
  font-size: 1rem;
  font-weight: 600;
}

::-webkit-input-placeholder { color: #b8ba9a; }
:-ms-input-placeholder      { color: #b8ba9a; }
::placeholder              { color: #b8ba9a; }

/* == VISUAL ENHANCEMENTS FOR "NATURE_ORGANIC" == */
.section, .card, .feature-grid li, .testimonial-card, .service-list li,
.project-categories-grid li, .product-categories-grid li,
.featured-projects-list li, .featured-products-list li, .guides-list li,
.team-list li, .inspiration-list li {
  background: linear-gradient(120deg, #f8fff6 88%, #ede8db 100%);
  border-radius: 22px 16px 33px 18px / 20px 30px 20px 10px;
}

/* == SUBTLE ORGANIC SHADOWS == */
.section, .feature-grid li, .testimonial-card, .service-list li,
.project-categories-grid li, .product-categories-grid li,
.featured-projects-list li, .featured-products-list li, .guides-list li,
.team-list li, .inspiration-list li {
  box-shadow: 0 2px 19px rgba(82,101,77,0.09);
}

/* == ADDITIONAL LAYOUT CONTAINERS == */
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media (max-width: 768px) {
  .content-grid {
    flex-direction: column;
    gap: 16px;
  }
  .feature-item {
    align-items: flex-start;
  }
}


/* == SPACING & ALIGNMENT RULES == */
.section, .card, .feature-grid li, .service-list li, .testimonial-card, .content-grid > *, .card-container > * {
  margin-bottom: 20px;
}
.section:last-child, .feature-grid li:last-child, .service-list li:last-child,
.card-container > *:last-child, .testimonial-card:last-child,
.content-grid > *:last-child {
  margin-bottom: 0;
}

/* == VISUAL HIERARCHY, WHITE SPACE == */
.section {
  margin-top: 28px;
  gap: 22px;
}
main {
  padding-bottom: 32px;
  margin-bottom: 42px;
  min-height: 64vh;
}

/* == MEDIA QUERIES FOR MOBILE == */
@media (max-width: 540px) {
  h1 { font-size: 1.63rem; }
  h2 { font-size: 1.22rem; }
  .footer-logo-address address, .footer-contact, .footer-nav, .copyright {
    font-size: .96rem;
  }
  .btn-primary, .btn-secondary {
    font-size: .97rem;
    padding: 10px 15px;
  }
}

/* == ACCESSIBLE FOCUS == */
button:focus, a:focus {
  outline: 2px solid #bcaf7c;
  outline-offset: 2px;
}

/* == MICRO-INTERACTIONS == */
.btn-primary, .btn-secondary, .cookie-btns button, .cookie-modal-btns button {
  transition: background 0.16s, color 0.1s, transform .10s, box-shadow .13s;
}

/* == FIN == */
