body.sam-home {
  --sam-accent: #ab7a56;
  --sam-accent-hover: #956747;
  --sam-white: #ffffff;
  --sam-black: #000000;
  --sam-soft: #f4f4f4;
  --sam-muted: #747474;
  --sam-sand: #ead8c8;
  --sam-hero-bg: #e6c39e;
  --sam-card-bg: #f2e8df;
  --sam-gutter: 15px;
  --sam-gap: 4px;
  --sam-page: 100rem;
  --sam-font: "Jost", sans-serif;
  --sam-ease: 220ms ease;
  margin: 0;
  background: var(--sam-white);
  color: var(--sam-black);
  font-family: var(--sam-font);
}

body.sam-home #page,
body.sam-home .site,
body.sam-home #masthead,
body.sam-home .col-full-nav,
body.sam-home .header-widget-region,
body.sam-home .site-content,
body.sam-home #secondary,
body.sam-home .site-footer,
body.sam-home .shoptimizer-floating-button,
body.sam-home .mobile-overlay {
  display: none !important;
}

body.sam-home .sam-page {
  display: block;
  min-height: 100vh;
}

.sam-container {
  width: min(calc(100% - (2 * var(--sam-gutter))), var(--sam-page));
  margin-inline: auto;
}

.sam-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--sam-white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.sam-header__inner {
  min-height: 105px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 8px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
}

.sam-menu-toggle,
.sam-icon-button {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--sam-black);
  cursor: pointer;
}

.sam-menu-toggle {
  flex-direction: column;
}

.sam-menu-toggle span[aria-hidden] {
  display: block;
  width: 18px;
  height: 2px;
  margin: 2px 0;
  background: currentColor;
}

.sam-logo {
  display: inline-flex;
  justify-self: center;
  align-items: center;
  text-decoration: none;
}

.sam-logo img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.sam-nav {
  display: none;
}

.sam-nav__list,
.sam-mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sam-nav__list a,
.sam-mobile-menu a {
  color: var(--sam-black);
  text-decoration: none;
}

.sam-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-self: end;
}

.sam-icon-button svg,
.sam-cart-link svg,
.sam-account-link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.sam-cart-link,
.sam-account-link {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sam-black);
  text-decoration: none;
  position: relative;
}

.sam-cart-count {
  position: absolute;
  top: 6px;
  right: 4px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 99px;
  background: var(--sam-accent);
  color: var(--sam-white);
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}

.sam-mobile-menu {
  padding: 8px var(--sam-gutter) 24px;
  background: var(--sam-white);
}

.sam-mobile-menu a {
  min-height: 44px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.sam-search-panel {
  padding: 0 var(--sam-gutter) 18px;
}

.sam-search-panel form {
  display: flex;
  gap: 8px;
}

.sam-search-panel input {
  flex: 1;
  min-height: 47px;
  padding: 0 14px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  font: inherit;
}

.sam-search-panel button {
  min-height: 47px;
  padding: 0 18px;
  border: 0;
  background: var(--sam-accent);
  color: var(--sam-white);
  font: inherit;
  cursor: pointer;
}

.sam-hero {
  width: 100%;
  overflow: hidden;
  background: var(--sam-hero-bg);
}

.sam-hero a {
  display: block;
}

.sam-hero img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center right;
}

.sam-intro {
  padding: 36px 0 8px;
  text-align: center;
}

.sam-intro h1 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

.sam-intro p {
  margin: 0 auto;
  max-width: 36rem;
  color: var(--sam-muted);
  font-size: 16px;
  line-height: 1.6;
}

.sam-collections {
  padding: 32px 0 28px;
  color: var(--sam-white);
  background: var(--sam-accent);
}

body.sam-home .sam-collections,
body.sam-home .sam-collections h2,
body.sam-home .sam-collections strong,
body.sam-home .sam-collections a {
  color: var(--sam-white) !important;
}

.sam-collections h2,
.sam-heading h2 {
  margin: 0 0 26px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

body.sam-home .sam-intro h1,
body.sam-home .sam-heading h2,
body.sam-home .sam-statement h2,
body.sam-home .sam-card h3,
body.sam-home .sam-card h3 a {
  color: var(--sam-black) !important;
  font-family: var(--sam-font) !important;
}

.sam-collection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sam-gap);
}

.sam-collection-card {
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

.sam-collection-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #c89d7d;
  display: block;
}

.sam-collection-card strong {
  min-height: 52px;
  display: flex;
  align-items: center;
  color: var(--sam-white);
  font-size: 16px;
  font-weight: 500;
}

.sam-button {
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  padding: 0 30px;
  border: 1px solid var(--sam-accent);
  color: var(--sam-white);
  background: var(--sam-accent);
  font-size: 15px;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background var(--sam-ease), color var(--sam-ease);
}

.sam-button:hover {
  color: var(--sam-accent);
  background: var(--sam-white);
}

.sam-button--light {
  color: var(--sam-accent);
  background: var(--sam-white);
  border-color: var(--sam-white);
}

.sam-button--light:hover {
  color: var(--sam-white);
  background: transparent;
}

.sam-collections .sam-container > .sam-button {
  display: flex;
  width: fit-content;
}

.sam-products {
  padding: 42px 0 48px;
}

.sam-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 8px;
}

.sam-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
}

.sam-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--sam-card-bg);
}

.sam-card__photo,
.sam-card__image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  transition: transform 420ms ease;
}

.sam-card__image:hover img {
  transform: scale(1.015);
}

.sam-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}

.sam-card h3 {
  min-height: 3.2em;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

.sam-card h3 a {
  color: var(--sam-black);
  text-decoration: none;
}

.sam-card__price {
  min-height: 32px;
  margin: 4px 0 0;
  font-size: 16px;
  line-height: 32px;
}

.sam-card-button {
  min-height: 40px;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid var(--sam-accent);
  color: var(--sam-accent);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.sam-card-button:hover {
  background: var(--sam-accent);
  color: var(--sam-white);
}

.sam-statement {
  padding: 48px 0;
  background: var(--sam-soft);
  text-align: center;
}

.sam-statement h2 {
  margin: 0 auto 12px;
  max-width: 18ch;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 500;
  line-height: 1.25;
}

.sam-statement p {
  margin: 0 auto 8px;
  max-width: 40rem;
  color: var(--sam-muted);
}

.sam-trust {
  display: grid;
  gap: 24px;
  padding: 12px 0 8px;
}

.sam-trust article h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
}

.sam-trust article p {
  margin: 0;
  color: var(--sam-muted);
  font-size: 15px;
  line-height: 1.55;
}

.sam-cta {
  padding: 28px 0 56px;
  text-align: center;
}

.sam-footer {
  padding: 42px 0 28px;
  background: var(--sam-black);
  color: var(--sam-white);
}

body.sam-home .sam-footer,
body.sam-home .sam-footer a,
body.sam-home .sam-footer h2,
body.sam-home .sam-footer p {
  color: var(--sam-white) !important;
}

.sam-footer a {
  color: var(--sam-white);
  text-decoration: none;
}

.sam-footer__grid {
  display: grid;
  gap: 18px;
}

.sam-footer h2 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sam-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sam-footer li a {
  min-height: 40px;
  display: flex;
  align-items: center;
}

.sam-footer__copy {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

@media (min-width: 46.875rem) {
  body.sam-home {
    --sam-gutter: 32px;
    --sam-gap: 8px;
  }

  .sam-header__inner {
    min-height: 112px;
  }

  .sam-logo img {
    width: 86px;
    height: 86px;
  }

  .sam-hero {
    max-height: 760px;
  }

  .sam-hero img {
    max-height: 760px;
    object-fit: cover;
  }

  .sam-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sam-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 61.875rem) {
  body.sam-home {
    --sam-gutter: 50px;
  }

  .sam-header__inner {
    min-height: 125px;
    grid-template-columns: auto 1fr auto;
  }

  .sam-menu-toggle {
    display: none;
  }

  .sam-logo {
    justify-self: start;
  }

  .sam-logo img {
    width: 90px;
    height: 90px;
  }

  .sam-nav {
    display: block;
    justify-self: start;
    margin-left: 36px;
  }

  .sam-nav__list {
    display: flex;
    align-items: center;
    gap: 28px;
  }

  .sam-nav__list a {
    min-height: 44px;
    display: flex;
    align-items: center;
    font-size: 14px;
  }

  .sam-nav__list a:hover {
    text-decoration: underline;
    text-underline-offset: 8px;
  }

  .sam-mobile-menu {
    display: none !important;
  }

  .sam-collections h2,
  .sam-heading h2 {
    font-size: 40px;
  }

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

  .sam-footer__grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .sam-card h3 {
    min-height: 44px;
    font-size: 14px;
  }
}
