:root {
  --color-bg: #f5efe7;
  --color-surface: #fffaf4;
  --color-text: #2a1d15;
  --color-muted: #6f5848;
  --color-accent: #8a5a3c;
  --color-border: #c9b29f;
  --radius: 0px;
  --container-max: 1200px;
  --section-space: 80px;
  --shadow-strong: 0 16px 36px rgba(42, 29, 21, 0.18);
  --button-text: #8a5a3c;
  --button-bg: transparent;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--color-text);
  transition: color 0.25s ease;
}

a:hover,
a:focus {
  color: var(--color-accent);
}

.site-header a,
.site-header a:link,
.site-header a:visited,
.site-header a:hover,
.site-header a:focus,
.site-header .nav-link,
.site-footer a {
  color: var(--color-text);
  text-decoration: none;
}

.site-header a:hover,
.site-header a:focus,
.site-header .nav-link:hover,
.site-header .nav-link:focus,
.site-footer a:hover,
.site-footer a:focus {
  color: var(--color-accent);
}

body,
button,
input,
textarea,
select {
  font-family: Arial, Helvetica, sans-serif;
}

.theme-shell {
  min-height: 100vh;
}

.container-fluid-max,
.section-shell .container,
.site-header .container,
.site-footer .container {
  max-width: var(--container-max);
}

.section {
  padding: var(--section-space) 0;
}

.section-title {
  font-size: clamp(1.9rem, 2.2vw, 3rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-copy {
  color: var(--color-muted);
  max-width: 760px;
}

.eyebrow {
  color: var(--color-accent);
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.button,
.btn,
.button-primary,
.button-secondary {
  border-radius: var(--radius);
  padding: 12px 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 2px solid var(--color-accent);
  background: var(--button-bg);
  color: var(--button-text);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.button:hover,
.btn:hover,
.button-primary:hover,
.button-secondary:hover {
  background: var(--color-accent);
  color: var(--color-bg);
}

.card-surface {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-strong);
}

.site-header {
  background: var(--color-surface);
  border-bottom: 2px solid var(--color-border);
  position: sticky;
  top: 0;
  z-index: 50;
}

.site-header__brand {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.site-header__menu {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-header__toggle {
  display: none;
  border: 2px solid var(--color-border);
  background: transparent;
  color: var(--color-text);
  padding: 10px 12px;
}

.site-header__mobile {
  display: none;
  padding: 12px 0 20px;
  border-top: 1px solid var(--color-border);
}

.site-header__mobile.is-open {
  display: block;
}

.site-header__mobile nav,
.site-header__mobile-actions {
  display: grid;
  gap: 12px;
}

.announcement-bar {
  padding: 0;
  background: #2d2119;
  color: #fff4ea;
}

.announcement-bar__slide {
  padding: 14px 18px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.text-with-image__media img {
  width: 100%;
  height: auto;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-strong);
}

.text-with-image__content {
  padding: 28px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-strong);
}

.collection-products__grid,
.feature-icons__grid,
.brand-logos__grid,
.reviews__grid,
.icon-list__grid {
  display: grid;
  gap: 24px;
}

.collection-products__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-strong);
  overflow: hidden;
  height: 100%;
}

.product-card__media img {
  width: 100%;
  height: auto;
}

.product-card__body {
  padding: 20px;
}

.product-card__title {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.product-card__desc {
  color: var(--color-muted);
  margin-bottom: 16px;
}

.icon-list__grid,
.feature-icons__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.icon-list__item,
.feature-icons__item,
.reviews__item {
  padding: 26px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-strong);
}

.icon-mark {
  width: 56px;
  height: 56px;
  border: 2px solid var(--color-accent);
  color: var(--color-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 16px;
}

.testimonials__carousel .carousel-cell,
.trusted-by-carousel__carousel .carousel-cell {
  width: 100%;
}

.testimonial-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-strong);
  padding: 32px;
  min-height: 260px;
}

.brand-logos__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.brand-logo {
  min-height: 90px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-strong);
  overflow: hidden;
}

.video-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-info__card,
.rich-text__card,
.store-map__card {
  padding: 30px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-strong);
}

.store-map__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-strong);
}

.store-map__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.collection-page__grid,
.search-page__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cart-shell,
.profile-shell,
.order-shell,
.orders-shell,
.page-shell {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-strong);
  padding: 28px;
}

.site-footer {
  background: #221812;
  color: #f6ebdf;
  padding-top: 60px;
}

.site-footer a {
  color: #f6ebdf;
}

.site-footer__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1.2fr 1fr 1fr;
}

.site-footer__brand {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.site-footer__caption {
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.site-footer__menu,
.footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__menu li,
.footer-social li {
  margin-bottom: 10px;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 36px;
  padding: 18px 0 28px;
  color: rgba(246, 235, 223, 0.8);
}

@media (max-width: 991px) {
  .collection-products__grid,
  .collection-page__grid,
  .search-page__grid,
  .brand-logos__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .icon-list__grid,
  .feature-icons__grid,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .site-header__menu,
  .site-header__actions {
    display: none;
  }

  .site-header__toggle {
    display: inline-flex;
  }
}

@media (max-width: 767px) {
  :root {
    --section-space: 56px;
  }

  .collection-products__grid,
  .collection-page__grid,
  .search-page__grid,
  .brand-logos__grid {
    grid-template-columns: 1fr;
  }
}
