.bt-hero {
  background:
    radial-gradient(1100px 520px at 82% -10%, rgba(250, 240, 215, 0.9), transparent 62%),
    radial-gradient(820px 480px at 2% 8%, rgba(255, 70, 24, 0.07), transparent 60%),
    #fff;
}

.bt-mock {
  position: relative;
}
.bt-editor-shot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid var(--neutral-200);
  box-shadow: var(--shadow-strong);
  background: #fff;
}

.bt-controls {
  background: var(--neutral-50);
}
.bt-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.bt-card {
  padding: 24px;
}
.bt-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: var(--orange-bg-tint);
  color: var(--orange-600);
  margin-bottom: 16px;
}
.bt-card-icon svg {
  width: 20px;
  height: 20px;
}
.bt-card h3 {
  font: 500 20px/1.15 var(--font-sans);
  letter-spacing: -0.03em;
  color: #000;
  margin-bottom: 9px;
}
.bt-card p {
  font-size: 14.5px;
  line-height: 1.55;
  color: #000;
}

.bt-virginia {
  background:
    radial-gradient(1000px 460px at 88% 0%, rgba(250, 240, 215, 0.75), transparent 62%),
    #fff;
}
.bt-case {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: stretch;
}
.bt-pdp {
  background: #faf0d7;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  box-shadow: var(--shadow-strong);
  padding: 26px 26px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.bt-pdp-logo {
  height: 26px;
  width: auto;
}
.bt-pdp-shoe {
  width: min(360px, 84%);
  height: auto;
  margin: 14px 0 4px;
}
.bt-pdp-title {
  font: 500 16px/1.25 var(--font-sans);
  letter-spacing: 0.01em;
  color: #000;
}
.bt-pdp-price {
  margin-top: 4px;
  font-size: 13.5px;
  color: #000;
}
.bt-pdp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: min(320px, 100%);
  margin-top: 16px;
  padding: 16px 0;
  border-radius: 9px;
  background: linear-gradient(180deg, #1a1a1a 0%, #000 55%, #000 100%);
  color: #fff;
  font: 700 12px/1 var(--font-sans);
  letter-spacing: 0.08em;
  box-shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.55);
}
.bt-pdp-btn svg {
  width: 15px;
  height: 15px;
}
.bt-pdp-fine {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bt-pdp-fine span {
  font-size: 11.5px;
  line-height: 1.45;
  color: #4b4b45;
}
.bt-recipe {
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.bt-recipe h3 {
  font: 500 22px/1.15 var(--font-sans);
  letter-spacing: -0.03em;
  color: #000;
  margin-bottom: 14px;
}
.bt-recipe-list {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.bt-recipe-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--neutral-150);
}
.bt-recipe-list li:last-child {
  border-bottom: 0;
}
.bt-chip {
  flex: none;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.16);
}
.bt-chip.font {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font: 700 11px/1 var(--font-sans);
  color: #000;
}
.bt-recipe-name {
  font-size: 14px;
  color: #000;
}
.bt-recipe-val {
  margin-left: auto;
  font: 500 12.5px/1 var(--font-code, monospace);
  color: #000;
  font-variant-numeric: tabular-nums;
  text-align: right;
}
.bt-recipe-note {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.55;
  color: #000;
}
.bt-recipe-note a {
  color: var(--orange-600);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bt-modal-row {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: center;
}
.bt-modal-copy h3 {
  font: 500 26px/1.12 var(--font-sans);
  letter-spacing: -0.035em;
  color: #000;
  margin-bottom: 12px;
}
.bt-modal-copy p {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
}
.bt-modal-copy p + p {
  margin-top: 12px;
}
.bt-scrim {
  position: relative;
  border-radius: 16px;
  background:
    radial-gradient(420px 260px at 50% 0%, rgba(250, 240, 215, 0.16), transparent 70%),
    #17130a;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: var(--shadow-strong);
  padding: 30px 26px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bt-sheet {
  width: min(340px, 100%);
  border-radius: 16px;
  background: #faf0d7;
  color: #000;
  padding: 18px;
  box-shadow: 0 24px 50px -24px rgba(0, 0, 0, 0.7);
}
.bt-sheet-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font: 500 9.5px/1 var(--font-sans);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 4px;
  background: #123312;
  color: #7ee787;
}
.bt-sheet-chip i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4ade80;
}
.bt-sheet-title {
  margin-top: 10px;
  font: 500 15px/1.25 var(--font-sans);
  letter-spacing: 0;
  color: #000;
}
.bt-sheet-sub {
  margin-top: 3px;
  font: 500 9.5px/1 var(--font-sans);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b6455;
}
.bt-term {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 11px;
  padding: 11px 12px;
  border: 1.4px solid #000;
  border-radius: 10px;
}
.bt-term-box {
  flex: none;
  width: 13px;
  height: 13px;
  margin-top: 1px;
  border-radius: 4px;
  border: 1.6px solid #000;
  background: transparent;
}
.bt-term.checked .bt-term-box {
  background: #000;
  box-shadow: inset 0 0 0 2.5px #faf0d7;
}
.bt-term span:last-child {
  font-size: 11.5px;
  line-height: 1.45;
  color: #000;
}
.bt-sizes {
  display: flex;
  gap: 6px;
  margin-top: 12px;
}
.bt-size {
  flex: 1;
  text-align: center;
  font: 500 11px/1 var(--font-sans);
  padding: 9px 0;
  border-radius: 8px;
  border: 1.4px solid #000;
  color: #000;
}
.bt-size.active {
  background: #000;
  color: #faf0d7;
}
.bt-sheet-cta {
  margin-top: 13px;
  border-radius: 9px;
  padding: 12px 0;
  text-align: center;
  font: 700 11px/1 var(--font-sans);
  letter-spacing: 0.07em;
  background: #000;
  color: #fff;
}
.bt-protected {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  font: 500 10.5px/1 var(--font-sans);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
.bt-protected img {
  width: 17px;
  height: 17px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1000px) {
  .bt-cards {
    grid-template-columns: 1fr;
  }
  .bt-case {
    grid-template-columns: 1fr;
  }
  .bt-modal-row {
    grid-template-columns: 1fr;
  }
}
