:root {
  --ink: #111111;
  --muted: #7a7a7a;
  --cream: #f6f4f1;
  --paper: #ffffff;
  --clay: #e21e26;
  --sage: #333333;
  --line: #e6e6e6;
  --serif: "Bebas Neue", Impact, sans-serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.announcement {
  background: var(--ink);
  color: #f6f0e7;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  padding: 9px 24px;
  text-align: center;
  text-transform: uppercase;
}
.site-header {
  align-items: center;
  background: rgba(246, 244, 241, .96);
  border-bottom: 1px solid rgba(17, 17, 17, .09);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 auto;
  max-width: 1280px;
  padding: 26px 42px;
  position: relative;
  z-index: 2;
}
.brand { align-items: center; display: inline-flex; flex-shrink: 0; gap: 10px; font-size: 15px; letter-spacing: .04em; }
.site-header .brand { grid-column: 1; justify-self: start; }
.brand-logo { display: block; height: 64px; object-fit: contain; mix-blend-mode: multiply; width: 220px; }
.site-header .brand-logo { height: 160px; width: 500px; }
.brand strong { display: block; font-size: 13px; font-weight: 800; letter-spacing: .08em; line-height: 1; }
.brand-copy small { color: var(--clay); display: block; font-size: 7px; font-weight: 800; letter-spacing: .16em; line-height: 1; margin-top: 4px; }
.brand-mark {
  align-items: center;
  background: var(--clay);
  border-radius: 50%;
  color: #fff9f1;
  display: inline-flex;
  font-family: var(--sans);
  font-size: 23px;
  font-weight: 600;
  height: 35px;
  justify-content: center;
  letter-spacing: -.1em;
  padding-right: 3px;
  width: 35px;
}
.main-nav { display: flex; gap: 38px; grid-column: 2; justify-self: center; margin-left: 0; }
.main-nav a, .bag-button { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a { color: var(--muted); position: relative; transition: color .2s; }
.main-nav a::after { background: var(--clay); bottom: -8px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .2s; width: 100%; }
.main-nav a:hover { color: var(--clay); }
.main-nav a:hover::after { transform: scaleX(1); }
.bag-button { align-items: center; background: rgba(255, 255, 255, .5); border: 1px solid var(--line); border-radius: 999px; cursor: pointer; display: flex; gap: 8px; grid-column: 3; justify-self: end; padding: 8px 11px 8px 9px; transition: border-color .2s, background .2s; }
.bag-button:hover { background: var(--paper); border-color: var(--clay); }
.header-icon { display: inline-flex; height: 22px; width: 22px; }
.header-icon svg { fill: none; height: 100%; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; width: 100%; }
.bag-label { color: var(--muted); }
.bag-count { align-items: center; background: var(--clay); border-radius: 50%; color: white; display: inline-flex; font-size: 10px; height: 18px; justify-content: center; width: 18px; }
.hero { display: grid; grid-template-columns: minmax(340px, .86fr) 1.14fr; margin: 8px auto 0; max-width: 1280px; min-height: 610px; padding: 0 42px; }
.hero-copy { align-self: center; max-width: 480px; padding: 10px 0 50px 7vw; }
.eyebrow { color: var(--clay); font-size: 10px; font-weight: 700; letter-spacing: .22em; margin: 0 0 21px; text-transform: uppercase; }
h1, h2 { font-family: var(--serif); font-weight: 700; letter-spacing: .01em; line-height: .9; margin: 0; text-transform: uppercase; }
h1 { font-size: clamp(60px, 7.7vw, 106px); }
h2 { font-size: clamp(44px, 5vw, 68px); }
em { color: var(--clay); font-style: italic; }
.hero-text { color: var(--muted); font-size: 15px; line-height: 1.8; margin: 28px 0 34px; max-width: 380px; }
.button { align-items: center; border: 1px solid transparent; display: inline-flex; font-size: 11px; font-weight: 700; gap: 31px; letter-spacing: .15em; padding: 15px 19px; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: #fffdf9; }
.button-dark:hover { background: var(--clay); }
.hero-art { background: #dfd1bd; height: 100%; min-height: 540px; overflow: hidden; position: relative; }
.sun-disc { background: #d2b496; border-radius: 50%; height: 290px; left: 12%; position: absolute; top: 8%; width: 290px; }
.hero-image {
  background: linear-gradient(155deg, transparent 38%, rgba(17, 17, 17, .14) 38% 44%, transparent 44%),
    url("https://images.unsplash.com/photo-1556912173-3bb406ef7e77?auto=format&fit=crop&w=1200&q=85") center/cover;
  bottom: 0; height: 88%; left: 20%; mix-blend-mode: multiply; position: absolute; width: 71%;
}
.art-label { color: #725744; font-family: var(--serif); font-size: 13px; font-style: italic; position: absolute; writing-mode: vertical-rl; }
.art-label-top { right: 7%; top: 18%; }
.art-label-bottom { bottom: 11%; left: 8%; transform: rotate(180deg); }
.values { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; justify-content: space-around; margin: 0 auto; max-width: 1196px; padding: 22px 20px; }
.values div { color: var(--muted); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.value-icon { color: var(--clay); display: inline-flex; height: 15px; margin-right: 10px; vertical-align: -3px; width: 15px; }
.value-icon svg { fill: currentColor; height: 100%; width: 100%; }
.section-shell { margin: 0 auto; max-width: 1196px; padding: 126px 20px; }
.section-heading { align-items: end; display: flex; justify-content: space-between; }
.section-intro { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0 0 3px; max-width: 240px; }
.filters { display: flex; gap: 26px; margin: 47px 0 27px; }
.filter-button { background: transparent; border: 0; border-bottom: 1px solid transparent; color: var(--muted); cursor: pointer; font-size: 11px; padding: 4px 0; text-transform: uppercase; letter-spacing: .11em; }
.filter-button:hover, .filter-button.active { border-bottom-color: var(--clay); color: var(--ink); }
.product-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.product-card { min-width: 0; }
.product-art { aspect-ratio: .82; overflow: hidden; position: relative; }
.product-art img { height: 100%; object-fit: cover; transition: transform .5s; width: 100%; }
.product-card:hover .product-art img { transform: scale(1.04); }
.product-card:nth-child(4n+1) .product-art { background: #d7c2ac; }
.product-card:nth-child(4n+2) .product-art { background: #d9d9cd; }
.product-card:nth-child(4n+3) .product-art { background: #dbc4b6; }
.product-card:nth-child(4n) .product-art { background: #c8c2ae; }
.favorite { align-items: center; background: rgba(255, 253, 249, .88); border: 0; border-radius: 50%; cursor: pointer; display: inline-flex; height: 37px; justify-content: center; position: absolute; right: 13px; top: 13px; width: 37px; }
.favorite-icon { fill: none; height: 22px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; width: 22px; }
.favorite.active { color: var(--clay); }
.favorite-icon.is-active { fill: currentColor; }
.product-details { align-items: start; display: flex; justify-content: space-between; padding-top: 14px; }
.product-name { font-family: var(--serif); font-size: 19px; line-height: 1.2; margin: 0; }
.product-category { color: var(--muted); font-size: 10px; letter-spacing: .1em; margin: 4px 0 0; text-transform: uppercase; }
.story { align-items: center; display: grid; gap: clamp(45px, 9vw, 130px); grid-template-columns: 1fr .9fr; padding-bottom: 140px; padding-top: 40px; }
.story-image { background: url("https://images.unsplash.com/photo-1610701596007-11502861dcfa?auto=format&fit=crop&w=1000&q=85") center/cover; min-height: 555px; }
.story-copy { max-width: 410px; }
.story-copy h2 { margin-bottom: 27px; }
.story-copy p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.85; margin: 0 0 18px; }
.text-link { border-bottom: 1px solid var(--ink); display: inline-flex; font-size: 11px; font-weight: 700; gap: 30px; letter-spacing: .14em; margin-top: 16px; padding-bottom: 8px; text-transform: uppercase; }
.button-icon { display: inline-flex; height: 16px; width: 16px; }
.button-icon svg { fill: none; height: 100%; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; width: 100%; }
.contact { align-items: center; background: var(--sage); color: #f9f5ec; display: grid; gap: 60px; grid-template-columns: 1fr 1fr; max-width: none; padding-left: max(20px, calc((100% - 1156px) / 2)); padding-right: max(20px, calc((100% - 1156px) / 2)); }
.contact .eyebrow { color: #d9c5a6; }
.contact h2 em { color: #e0c79f; }
.contact-action { max-width: 340px; }
.contact-action p { color: #e4e0d5; font-size: 14px; line-height: 1.8; margin: 0 0 28px; }
.contact-details { display: flex; gap: 35px; margin-bottom: 28px; }
.contact-details p { color: #e4e0d5; font-size: 11px !important; line-height: 1.65 !important; margin: 0 !important; }
.contact-details strong { color: #fff; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.button-light { background: #f8f2e8; color: var(--ink); }
.button-light:hover { background: #e1c8a5; }
.site-footer { align-items: center; color: var(--muted); display: flex; font-size: 11px; justify-content: space-between; margin: 0 auto; max-width: 1196px; padding: 31px 20px; }
.footer-brand { color: var(--ink); font-size: 12px; }
.footer-brand .brand-logo { height: 55px; width: 190px; }
.toast { background: var(--ink); bottom: 22px; color: white; font-size: 12px; left: 50%; opacity: 0; padding: 12px 18px; pointer-events: none; position: fixed; transform: translate(-50%, 15px); transition: opacity .2s, transform .2s; z-index: 5; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 760px) {
  .site-header { display: flex; padding: 10px 16px; }
  .brand-logo { height: 51px; width: 175px; }
  .site-header .brand-logo { height: 115px; width: 360px; }
  .main-nav { display: none; }
  .bag-label { display: none; }
  .bag-button { padding: 7px 9px; }
  .hero { display: block; margin-top: 0; padding: 0 20px; }
  .hero-copy { padding: 55px 0 54px; }
  .hero-art { min-height: 410px; }
  .sun-disc { height: 190px; width: 190px; }
  .values { flex-wrap: wrap; gap: 14px 20px; justify-content: center; padding: 17px 12px; }
  .values div { font-size: 9px; }
  .section-shell { padding: 78px 20px; }
  .section-heading { align-items: start; display: block; }
  .section-intro { margin-top: 22px; }
  .filters { gap: 17px; margin: 35px 0 22px; overflow-x: auto; }
  .filter-button { flex-shrink: 0; font-size: 10px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); row-gap: 31px; }
  .product-name { font-size: 16px; }
  .story { display: flex; flex-direction: column; gap: 45px; padding-top: 0; }
  .story-image { min-height: 410px; width: 100%; }
  .contact { display: block; padding-bottom: 80px; padding-top: 80px; }
  .contact-action { margin-top: 35px; }
  .contact-details { flex-direction: column; gap: 16px; }
  .site-footer { align-items: start; flex-direction: column; gap: 12px; }
  .site-footer p { margin: 0; }
}