:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 100;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  padding: .75rem 1rem;
  font-weight: 700;
}

.skip-link:focus {
  top: 1rem;
}

.top-link {
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  padding: .45rem .8rem;
  font-weight: 700;
  white-space: nowrap;
}

.brand-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #121212;
  color: #f3c35d;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.footer-mark {
  background: #ffffff;
  color: #121212;
}

.nav-link {
  color: #2b2925;
  transition: color .2s ease;
  white-space: nowrap;
}

.nav-link:hover,
.mobile-link:hover,
.footer-list a:hover {
  color: #9b6413;
}

.mobile-link {
  border-radius: 12px;
  padding: .8rem .9rem;
}

.mobile-link:hover {
  background: #ffffff;
}

.menu-button {
  display: inline-grid;
  gap: 5px;
  width: 42px;
  height: 42px;
  place-content: center;
  border: 1px solid #e6ded2;
  border-radius: 12px;
  background: #fffaf2;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  background: #121212;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border-radius: 999px;
  padding: .7rem 1rem;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-large {
  padding: .95rem 1.25rem;
}

.btn-primary {
  background: #121212;
  color: #ffffff;
}

.btn-primary:hover {
  background: #2b2925;
}

.btn-muted {
  background: #ffffff;
  color: #121212;
  border: 1px solid #e6ded2;
}

.btn-outline {
  background: transparent;
  color: #121212;
  border: 1px solid #121212;
}

.btn-light {
  background: #ffffff;
  color: #121212;
}

.btn-dark-outline {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.35);
}

.hero-section {
  background:
    linear-gradient(180deg, #f7f3ec 0%, #fffaf2 100%);
}

.eyebrow {
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #9b6413;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  font-weight: 750;
  letter-spacing: -.035em;
}

.stat-card {
  border: 1px solid #e6ded2;
  border-radius: 18px;
  background: rgba(255,255,255,.7);
  padding: 1rem;
}

.stat-card dt {
  font-size: .76rem;
  color: #6d6a64;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
}

.stat-card dd {
  margin-top: .35rem;
  font-weight: 800;
}

.product-visual-card {
  border: 1px solid #e6ded2;
  border-radius: 28px;
  background: #ffffff;
  padding: .75rem;
}

.listing-card {
  border: 1px solid #e6ded2;
  border-radius: 22px;
  background: #fffaf2;
  padding: .75rem;
  transition: transform .2s ease, border-color .2s ease;
}

.listing-card:hover {
  transform: translateY(-2px);
  border-color: #c68a1f;
}

.listing-card img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  background: #f7f3ec;
}

.listing-card h3 {
  margin-top: .8rem;
  font-weight: 800;
}

.listing-card p:last-child {
  margin-top: .3rem;
  color: #6d6a64;
  font-size: .92rem;
}

.listing-kicker {
  margin-top: .9rem;
  font-size: .7rem;
  color: #9b6413;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gallery {
  min-width: 0;
}

.main-media {
  border: 1px solid #e6ded2;
  border-radius: 28px;
  background: #ffffff;
  padding: .75rem;
}

.main-media img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  object-fit: cover;
}

.thumb-row {
  display: flex;
  gap: .8rem;
  margin-top: .9rem;
  overflow-x: auto;
  padding-bottom: .2rem;
}

.thumb {
  flex: 0 0 86px;
  border: 1px solid #e6ded2;
  border-radius: 16px;
  padding: .35rem;
  background: #ffffff;
}

.thumb.active {
  border-color: #121212;
}

.thumb img {
  aspect-ratio: 1/1;
  border-radius: 11px;
  object-fit: cover;
}

.swatch input,
.chip input {
  position: absolute;
  opacity: 0;
}

.swatch {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid #e6ded2;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swatch span {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #c87521;
}

.swatch:nth-child(2) span {
  background: #f2d091;
}

.swatch:nth-child(3) span {
  background: #1c1c1c;
}

.swatch.active,
.swatch:has(input:checked) {
  border-color: #121212;
}

.chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.chip {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  border: 1px solid #e6ded2;
  border-radius: 999px;
  background: #ffffff;
  padding: .7rem 1rem;
  color: #2b2925;
  font-size: .9rem;
  font-weight: 700;
}

.chip:has(input:checked) {
  border-color: #121212;
  background: #121212;
  color: #ffffff;
}

.upsell-card,
.service-box,
.review-card,
.feature-row,
.faq-item {
  border: 1px solid #e6ded2;
  background: #ffffff;
}

.upsell-card {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 20px;
  padding: 1rem;
}

.upsell-card h3 {
  font-weight: 800;
}

.upsell-card p {
  color: #6d6a64;
  font-size: .92rem;
}

.small-action {
  margin-top: .5rem;
  border-radius: 999px;
  background: #f7f3ec;
  padding: .45rem .8rem;
  font-size: .8rem;
  font-weight: 800;
}

.qty {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  overflow: hidden;
  border: 1px solid #d6c9b8;
  border-radius: 999px;
  background: #ffffff;
}

.qty button,
.qty input {
  min-height: 46px;
  text-align: center;
  outline: none;
}

.qty input {
  width: 100%;
  border-inline: 1px solid #e6ded2;
}

.service-box {
  display: grid;
  gap: .3rem;
  border-radius: 18px;
  padding: 1rem;
}

.service-box strong {
  color: #121212;
}

.feature-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  border-radius: 20px;
  padding: 1rem;
}

.feature-row span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: #121212;
  color: #ffffff;
  font-weight: 900;
}

.feature-row h4 {
  font-weight: 850;
}

.feature-row p {
  margin-top: .35rem;
  color: #6d6a64;
  line-height: 1.7;
}

.pill-link {
  border-radius: 999px;
  border: 1px solid #d6c9b8;
  padding: .55rem .85rem;
  color: #121212;
  font-size: .82rem;
  font-weight: 850;
}

.pill-link:hover {
  background: #121212;
  color: #ffffff;
}

.prose-copy {
  color: #46423d;
  line-height: 1.9;
}

.prose-copy p + p {
  margin-top: 1.1rem;
}

.prose-copy a {
  color: #9b6413;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.faq-list {
  display: grid;
  gap: .9rem;
}

.faq-item {
  border-radius: 18px;
  overflow: hidden;
}

.faq-item button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  text-align: left;
  font-weight: 850;
}

.faq-item button span {
  font-size: 1.25rem;
  color: #9b6413;
}

.faq-panel {
  display: none;
  padding: 0 1.25rem 1.25rem;
  color: #6d6a64;
  line-height: 1.8;
}

.faq-item.open .faq-panel {
  display: block;
}

.review-card {
  border-radius: 22px;
  padding: 1.25rem;
}

.review-card h3 {
  font-weight: 850;
}

.review-card p:last-child {
  margin-top: .8rem;
  color: #6d6a64;
  line-height: 1.75;
}

.stars {
  margin-top: .4rem;
  color: #9b6413;
  letter-spacing: .06em;
}

.footer-title {
  margin-bottom: 1rem;
  font-weight: 900;
  color: #ffffff;
}

.footer-list {
  display: grid;
  gap: .65rem;
  color: rgba(255,255,255,.7);
  font-size: .92rem;
}

@media (max-width: 640px) {
  .section-title {
    letter-spacing: -.02em;
  }

  .upsell-card {
    flex-direction: column;
  }
}
