body {
  font-family: Inter, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

.font-display-lg,
.font-display-lg-mobile,
.font-headline-md,
.font-headline-sm,
.font-serif {
  font-family: Georgia, STSong, SimSun, serif;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.max-w-container {
  max-width: 1280px;
}

.btn-primary {
  align-items: center;
  background: #775a19;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.12em;
  line-height: 20px;
  padding: 14px 28px;
  text-transform: uppercase;
  transition: background 200ms ease, color 200ms ease;
}

.btn-primary:hover {
  background: #fed488;
  color: #261900;
}

.btn-secondary {
  align-items: center;
  border: 1px solid currentColor;
  color: #775a19;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.12em;
  line-height: 20px;
  padding: 13px 28px;
  text-transform: uppercase;
  transition: background 200ms ease, color 200ms ease;
}

.btn-secondary:hover {
  background: #fed488;
  color: #261900;
}

.eyebrow {
  color: #775a19;
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.section-title {
  color: #051b17;
  font-family: Georgia, STSong, SimSun, serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 48px;
  }
}

.hero-gradient {
  background: linear-gradient(90deg, rgba(5, 27, 23, 0.72) 0%, rgba(5, 27, 23, 0.28) 45%, rgba(5, 27, 23, 0.05) 100%);
}

.text-vertical {
  writing-mode: vertical-rl;
}

.scroll-hide {
  scrollbar-width: none;
}

.scroll-hide::-webkit-scrollbar {
  display: none;
}

.gold-line {
  background: #775a19;
  height: 1px;
}

.luxury-line {
  background: linear-gradient(to right, transparent, #c5a059, transparent);
  height: 1px;
}

.gold-border {
  border: 1px solid #775a19;
}

.step-active,
.active-filter,
.active-tab {
  border-bottom: 2px solid #775a19;
  color: #051b17;
}

.product-card:hover .quick-add {
  opacity: 1;
  transform: translateY(0);
}

.image-hover-tint::after {
  background: rgba(5, 27, 23, 0.1);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 300ms ease;
}

.image-hover-tint:hover::after {
  opacity: 1;
}

.accordion-item .accordion-content {
  display: none;
}

.accordion-item.active .accordion-content,
.accordion-item:first-child .accordion-content {
  display: block;
}

.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

form input:not([type="radio"]):not([type="checkbox"]),
form textarea,
form select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #c2c8c5;
  border-radius: 0;
  color: #051b17;
  padding-left: 0;
  width: 100%;
}

form input[type="radio"],
form input[type="checkbox"] {
  accent-color: #775a19;
  flex-shrink: 0;
  height: 16px;
  width: 16px;
}

.payment-option {
  display: block;
  position: relative;
}

.payment-option input[type="radio"] {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.payment-option-card {
  align-items: center;
  border: 1px solid rgba(194, 200, 197, 0.4);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  text-align: center;
  transition: border-color 200ms ease, background 200ms ease;
}

.payment-option-card:hover {
  border-color: #775a19;
}

.payment-option input[type="radio"]:checked + .payment-option-card {
  background: rgba(254, 212, 136, 0.2);
  border-color: #775a19;
}

.payment-option input[type="radio"]:checked + .payment-option-card .material-symbols-outlined {
  color: #775a19;
}

.payment-option-card .material-symbols-outlined {
  color: #414943;
  font-size: 30px;
  margin-bottom: 8px;
}

input::placeholder,
textarea::placeholder {
  color: #c2c8c5;
  font-size: 12px;
}

form input:focus,
form textarea:focus,
form select:focus {
  border-color: #775a19;
  box-shadow: none;
}
