@font-face {
  font-family: "Bariol";
  src: url("../fonts/Bariol-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bariol";
  src: url("../fonts/Bariol-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --home-red: #a92318;
  --home-red-dark: #7d190f;
  --home-brown: #43251b;
  --home-cream: #fbf8f3;
  --home-cream-dark: #f2e9dd;
  --home-border: #e4d2bf;
  --home-muted: #75675f;
  --home-gold: #c47425;
}

html {
  background: #2e2118;
}

body {
  margin: 0;
  padding: 0;
  background: #2e2118 url("../images/body.jpg") center top / cover fixed;
  color: var(--home-brown);
  font-family: "Bariol", Arial, sans-serif;
  font-size: 16px;
}

.site-header-slot,
.home-page,
.site-footer {
  width: min(100%, 1180px);
  margin-right: auto;
  margin-left: auto;
}

.site-header-slot {
  min-height: 82px;
}

.site-header {
  position: relative;
  z-index: 20;
  width: 100%;
  min-height: 82px;
  background: #fff;
}

.site-header.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1000;
  width: min(100%, 1180px);
  margin: 0;
  transform: translateX(-50%);
  box-shadow: 0 5px 20px rgba(49, 25, 15, 0.18);
}

.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 0 52px;
}

.site-logo {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 78px;
  display: block;
  width: 132px;
  transition: width 180ms ease, top 180ms ease, left 180ms ease;
}

.site-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.site-navigation {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: stretch;
  gap: 34px;
  height: 80px;
  transform: translateX(-50%);
}

.site-navigation a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--home-brown) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  white-space: nowrap;
}

.site-navigation a:hover,
.site-navigation a.is-active {
  color: var(--home-red) !important;
}

.site-navigation a.is-active::after {
  position: absolute;
  right: 0;
  bottom: 19px;
  left: 0;
  height: 2px;
  background: var(--home-red);
  content: "";
}

.site-header a:focus,
.site-menu-toggle:focus {
  outline: none;
}

.site-header a:focus-visible,
.site-menu-toggle:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 2px rgba(169, 35, 24, 0.28);
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.site-phone {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--home-brown) !important;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.site-phone .glyphicon {
  color: var(--home-red);
  font-size: 18px;
}

.site-cart-link {
  position: relative;
  display: block;
  color: var(--home-brown) !important;
  font-size: 21px;
}

.site-cart-count {
  position: absolute;
  top: -9px;
  right: -12px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--home-red);
  color: #fff;
  font: 700 10px/1 Arial, sans-serif;
}

.site-menu-toggle {
  display: none;
}

.site-header.is-fixed .site-logo {
  top: 8px;
  left: 52px;
  width: 64px;
}

.home-page {
  overflow: hidden;
  background: var(--home-cream);
}

.home-hero {
  position: relative;
  display: flex;
  min-height: 495px;
  align-items: center;
  background-image:
    linear-gradient(90deg, rgba(30, 12, 7, 0.34) 0%, rgba(30, 12, 7, 0.08) 43%, rgba(30, 12, 7, 0) 66%),
    url("../images/home-hero-v2.jpg");
  background-position: center;
  background-size: cover;
}

.home-hero__content {
  width: 520px;
  margin-left: 92px;
  padding: 46px 0 34px;
  color: #fff;
}

.home-hero h1 {
  margin: 0;
  color: #fff;
  font: 700 56px/1.03 Georgia, "Times New Roman", serif;
  letter-spacing: -1.2px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}

.hero-divider {
  display: block;
  width: 292px;
  height: 17px;
  margin: 20px auto 15px;
  background:
    linear-gradient(#e9cbb0, #e9cbb0) left 8px / 118px 1px no-repeat,
    linear-gradient(#e9cbb0, #e9cbb0) right 8px / 118px 1px no-repeat;
}

.hero-divider::after {
  display: block;
  color: #e9cbb0;
  content: "🌶︎";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 17px;
  text-align: center;
}

.home-hero__lead {
  width: 390px;
  margin: 0 0 25px;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  gap: 16px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  min-width: 182px;
  border-color: #dc9587;
  background: var(--home-red);
  color: #fff !important;
  box-shadow: 0 3px 12px rgba(71, 12, 7, 0.28);
}

.button--primary:hover {
  background: #bb2c20;
  color: #fff !important;
}

.button--outline {
  min-width: 182px;
  border-color: rgba(255, 255, 255, 0.86);
  background: rgba(75, 25, 14, 0.26);
  color: #fff !important;
}

.button--outline:hover {
  background: rgba(255, 255, 255, 0.13);
  color: #fff !important;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1030px;
  min-height: 162px;
  margin: 0 auto;
  align-items: center;
  gap: 34px;
  padding: 27px 0 26px;
}

.trust-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: center;
  gap: 18px;
  min-height: 106px;
  padding-right: 30px;
  border-right: 1px dashed #ddc9b7;
}

.trust-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.trust-icon {
  position: relative;
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border: 1px solid #e0cbb8;
  border-radius: 50%;
  background: #fff;
  color: var(--home-red);
  font-size: 32px;
  box-shadow: 0 3px 9px rgba(84, 41, 20, 0.06);
}

.trust-item h2 {
  margin: 0 0 9px;
  color: var(--home-brown);
  font: 700 19px/1.15 Georgia, "Times New Roman", serif;
}

.trust-item p {
  margin: 0;
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.45;
}

.home-section {
  padding: 28px 0 58px;
}

.section-heading {
  margin-bottom: 25px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: var(--home-brown);
  font: 700 31px/1.15 Georgia, "Times New Roman", serif;
}

.heading-rule {
  display: block;
  width: 74px;
  height: 14px;
  margin: 9px auto 0;
  background:
    linear-gradient(var(--home-gold), var(--home-gold)) left 7px / 25px 1px no-repeat,
    linear-gradient(var(--home-gold), var(--home-gold)) right 7px / 25px 1px no-repeat;
}

.heading-rule::after {
  display: block;
  color: var(--home-gold);
  content: "🌶︎";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 238px));
  max-width: 1000px;
  margin: 0 auto;
  gap: 16px;
  justify-content: center;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--home-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(72, 35, 20, 0.05);
}

.product-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.13 / 1;
  border-bottom: 1px solid var(--home-border);
  background: #ede3d8;
}

.product-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.product-card:hover .product-card__image img {
  transform: scale(1.025);
}

.product-card__body {
  padding: 14px 16px 16px;
}

.product-card h3 {
  min-height: 39px;
  margin: 0 0 8px;
  color: var(--home-brown);
  font: 700 17px/1.18 Georgia, "Times New Roman", serif;
}

.product-card h3 a {
  color: inherit !important;
}

.product-card__meta {
  display: flex;
  min-height: 24px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
  color: var(--home-muted);
  font-size: 12px;
}

.product-card__meta strong {
  color: var(--home-red);
  font-size: 12px;
  white-space: nowrap;
}

.product-card__button {
  display: flex;
  width: 100%;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: var(--home-red);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
}

.product-card__button:hover {
  background: var(--home-red-dark);
  color: #fff !important;
}

.text-link {
  display: block;
  width: max-content;
  margin: 23px auto 0;
  color: var(--home-red) !important;
  font-size: 13px;
  font-weight: 700;
}

.text-link span {
  margin-left: 7px;
}

.reviews-section {
  padding: 44px 0 48px;
  background:
    linear-gradient(rgba(246, 239, 230, 0.93), rgba(246, 239, 230, 0.93)),
    url("../images/texture.jpg") center / cover;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1000px;
  margin: 0 auto;
  gap: 16px;
}

.review-card {
  display: flex;
  min-height: 184px;
  flex-direction: column;
  padding: 19px 19px 16px;
  border: 1px solid var(--home-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
}

.review-quote {
  height: 28px;
  color: var(--home-red);
  font: 700 45px/0.85 Georgia, "Times New Roman", serif;
}

.review-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 7px 0 15px;
  color: #554740;
  font-size: 13px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.review-card strong {
  margin-top: auto;
  color: var(--home-brown);
  font-size: 13px;
}

.review-location {
  margin-top: 2px;
  color: #938279;
  font-size: 11px;
}

.home-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 50px;
  padding: 38px 84px;
  background: var(--home-red);
  color: #fff;
}

.home-cta .eyebrow {
  margin: 0 0 7px;
  color: #efb492;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.home-cta h2 {
  max-width: 590px;
  margin: 0 0 7px;
  color: #fff;
  font: 700 28px/1.1 Georgia, "Times New Roman", serif;
}

.home-cta p:last-child {
  margin: 0;
  color: #f9e7df;
  font-size: 13px;
}

.button--light {
  min-width: 230px;
  border-color: #fff;
  background: #fff;
  color: var(--home-red) !important;
}

.button--light:hover {
  background: #f7ede7;
  color: var(--home-red-dark) !important;
}

.site-footer {
  overflow: hidden;
  background: #fff;
  color: var(--home-brown);
}

.site-footer__main {
  display: grid;
  grid-template-columns: 1.35fr 1.2fr 0.75fr 1.1fr;
  max-width: 1030px;
  margin: 0 auto;
  gap: 38px;
  padding: 31px 0 29px;
}

.footer-brand {
  display: grid;
  grid-template-columns: 106px 1fr;
  align-items: center;
  gap: 18px;
}

.footer-brand img {
  width: 106px;
}

.footer-brand p,
.footer-column p {
  margin: 0 0 8px;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.45;
}

.footer-column h3 {
  margin: 4px 0 12px;
  color: var(--home-brown);
  font: 700 16px/1.2 Georgia, "Times New Roman", serif;
}

.footer-column a {
  display: block;
  margin: 0 0 5px;
  color: var(--home-muted) !important;
  font-size: 14px;
}

.footer-column a:hover {
  color: var(--home-red) !important;
}

.footer-contact p {
  display: grid;
  grid-template-columns: 17px 1fr;
  gap: 5px;
}

.footer-contact p a {
  margin: 0;
}

.footer-column .glyphicon {
  margin-top: 2px;
  color: var(--home-brown);
  font-size: 11px;
}

.footer-column .footer-button {
  display: inline-flex !important;
  width: max-content;
  min-height: 34px;
  align-items: center;
  margin-top: 6px !important;
  padding: 0 14px;
  border-radius: 3px;
  background: var(--home-red);
  color: #fff !important;
}

.site-footer__bottom {
  padding: 11px 15px;
  background: var(--home-red-dark);
  color: #fff;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 1080px) {
  .site-header__inner {
    padding: 0 36px;
  }

  .site-logo {
    left: 40px;
    width: 122px;
  }

  .site-header.is-fixed .site-logo {
    left: 36px;
    width: 64px;
  }

  .site-navigation {
    gap: 14px;
  }

  .site-navigation a {
    font-size: 14px;
  }

  .site-phone span:last-child {
    display: none;
  }

  .trust-strip,
  .product-grid,
  .reviews-grid,
  .site-footer__main {
    width: calc(100% - 64px);
  }
}

@media (max-width: 820px) {
  .site-header-slot {
    min-height: 72px;
  }

  .site-header {
    min-height: 72px;
  }

  .site-header__inner {
    min-height: 70px;
    padding: 0 24px;
  }

  .site-logo {
    top: 7px;
    left: 24px;
    width: 96px;
  }

  .site-header.is-fixed .site-logo {
    top: 8px;
    left: 24px;
    width: 54px;
  }

  .site-menu-toggle {
    display: flex;
    width: 42px;
    height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-left: auto;
    padding: 0;
    border: 1px solid #e5d6c9;
    border-radius: 4px;
    background: #fff;
  }

  .site-menu-toggle span:not(.sr-only) {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--home-red);
  }

  .site-navigation {
    position: absolute;
    z-index: 10;
    top: 70px;
    right: -1px;
    left: -1px;
    display: none;
    height: auto;
    flex-direction: column;
    gap: 0;
    padding: 10px 24px 17px;
    border: 1px solid #e5d6c9;
    border-top: 0;
    background: #fff;
    box-shadow: 0 12px 20px rgba(50, 20, 10, 0.16);
    transform: none;
  }

  .site-navigation.is-open {
    display: flex;
  }

  .site-navigation a {
    min-height: 44px;
    border-bottom: 1px solid #eee2d7;
    font-size: 16px;
  }

  .site-navigation a.is-active::after {
    display: none;
  }

  .site-header__actions {
    margin-left: 18px;
  }

  .site-phone {
    display: none;
  }

  .home-hero {
    min-height: 520px;
    background-position: 62% center;
  }

  .home-hero::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(34, 12, 7, 0.85) 0%, rgba(34, 12, 7, 0.64) 56%, rgba(34, 12, 7, 0.12) 100%);
    content: "";
  }

  .home-hero__content {
    position: relative;
    width: 470px;
    margin-left: 48px;
  }

  .home-hero h1 {
    font-size: 50px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 22px 0;
  }

  .trust-item {
    min-height: 118px;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px dashed #ddc9b7;
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .product-grid,
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 540px) {
  .site-header__inner {
    padding: 0 16px;
  }

  .site-logo {
    left: 16px;
    width: 88px;
  }

  .site-header.is-fixed .site-logo {
    left: 16px;
    width: 54px;
  }

  .site-cart-link {
    font-size: 20px;
  }

  .home-hero {
    min-height: 540px;
    align-items: flex-start;
    background-position: 82% center;
  }

  .home-hero::before {
    background:
      linear-gradient(180deg, rgba(28, 10, 6, 0.5) 0%, rgba(28, 10, 6, 0.2) 56%, rgba(28, 10, 6, 0.46) 100%),
      linear-gradient(90deg, rgba(28, 10, 6, 0.78) 0%, rgba(28, 10, 6, 0.28) 76%, rgba(28, 10, 6, 0.08) 100%);
  }

  .home-hero__content {
    width: auto;
    margin: 0;
    padding: 58px 23px 30px;
  }

  .home-hero h1 {
    max-width: 350px;
    font-size: 43px;
    line-height: 1.04;
  }

  .home-hero__lead {
    width: auto;
    max-width: 330px;
    font-size: 17px;
  }

  .hero-actions {
    position: static;
    gap: 10px;
    margin-top: 23px;
  }

  .button--primary,
  .button--outline {
    min-width: 0;
    flex: 1;
    padding: 0 12px;
    font-size: 13px;
  }

  .trust-strip,
  .product-grid,
  .reviews-grid,
  .site-footer__main {
    width: calc(100% - 32px);
  }

  .trust-item {
    grid-template-columns: 76px 1fr;
    gap: 14px;
  }

  .trust-icon {
    width: 72px;
    height: 72px;
    font-size: 27px;
  }

  .trust-item h2 {
    font-size: 18px;
  }

  .home-section {
    padding: 33px 0 44px;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .section-heading h2 {
    font-size: 28px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .product-card__body {
    padding: 11px 10px 12px;
  }

  .product-card h3 {
    min-height: 36px;
    font-size: 15px;
  }

  .product-card__meta {
    display: block;
  }

  .product-card__meta strong {
    display: block;
    margin-top: 3px;
  }

  .reviews-section {
    padding: 38px 0 42px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .review-card {
    min-height: 170px;
  }

  .home-cta {
    display: block;
    padding: 33px 22px;
  }

  .home-cta h2 {
    font-size: 27px;
  }

  .home-cta p:last-child {
    line-height: 1.4;
  }

  .button--light {
    width: 100%;
    margin-top: 22px;
  }

  .site-footer__main {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-brand,
  .footer-newsletter {
    grid-column: auto;
  }

  .footer-brand {
    grid-template-columns: 90px 1fr;
  }

  .footer-brand img {
    width: 90px;
  }
}
