/* =========================================================
   DIRECT ORDER PAGE — PREMIUM PUBLIC READY
   ========================================================= */

body[data-page="direct"] main {
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 218, 92, .24), transparent 28%),
    radial-gradient(circle at 84% 38%, rgba(242, 194, 0, .15), transparent 30%),
    linear-gradient(180deg, #fff8df 0%, #fff3bd 48%, #fff7db 100%);
}

.direct-hero-section {
  padding: clamp(54px, 8vw, 86px) 0 36px;
}

.direct-hero-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 360px;
  gap: clamp(22px, 4vw, 42px);
  align-items: stretch;
  overflow: hidden;
  padding: clamp(26px, 4.5vw, 48px);
  border-radius: 36px;
  border: 1px solid rgba(92, 67, 10, .12);
  background:
    radial-gradient(circle at 84% 16%, rgba(242, 194, 0, .22), transparent 26%),
    linear-gradient(135deg, rgba(255,255,255,.985), rgba(255,250,231,.97));
  box-shadow:
    0 28px 78px rgba(91, 68, 13, .14),
    inset 0 1px 0 rgba(255,255,255,.88);
}

.direct-hero-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -94px;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: rgba(242, 194, 0, .16);
  pointer-events: none;
}

.direct-hero-card > * {
  position: relative;
  z-index: 1;
}

.direct-hero-copy {
  display: grid;
  align-content: center;
}

.direct-hero-copy .badge {
  width: fit-content;
  margin-bottom: 18px;
}

.direct-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #0f0b03;
  font-size: clamp(2.45rem, 5.6vw, 5.15rem);
  line-height: .98;
  letter-spacing: -.065em;
}

.direct-hero-copy p {
  max-width: 650px;
  margin: 24px 0 0;
  color: #725a25;
  font-size: clamp(.98rem, 1.15vw, 1.08rem);
  line-height: 1.75;
  font-weight: 650;
}

.direct-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.direct-hero-actions .btn {
  min-height: 54px;
  border-radius: 999px;
  padding-inline: 24px;
}

.direct-hero-panel {
  display: grid;
  align-content: center;
  padding: 18px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 246, 210, .92), rgba(255,255,255,.78));
  border: 1px solid rgba(201, 154, 14, .14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}

.direct-steps {
  display: grid;
  gap: 12px;
}

.direct-step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(79, 60, 10, .08);
}

.direct-step span {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd43b, #e8b600);
  color: #231805;
  font-weight: 950;
  box-shadow: 0 10px 22px rgba(198, 151, 0, .20);
}

.direct-step p {
  margin: 0;
  color: #382909;
  font-weight: 850;
  line-height: 1.35;
}

.direct-menu-section {
  padding-top: 42px;
}

.direct-section-head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.direct-section-head .badge {
  margin-left: auto;
  margin-right: auto;
}

.direct-section-head .section-title {
  margin-bottom: 12px;
}

.direct-section-head .section-copy {
  margin-left: auto;
  margin-right: auto;
}

.direct-order-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.direct-order-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(92, 67, 10, .11);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,249,226,.96));
  box-shadow:
    0 22px 58px rgba(91, 68, 13, .12),
    inset 0 1px 0 rgba(255,255,255,.85);
}

.direct-card-media {
  position: relative;
  height: 218px;
  overflow: hidden;
  background: #fff0a8;
}

.direct-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.direct-order-card:hover .direct-card-media img {
  transform: scale(1.045);
}

.direct-card-media span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(35, 24, 5, .92);
  color: #fff4cf;
  font-size: .82rem;
  font-weight: 950;
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
}

.direct-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px;
}

.direct-card-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.direct-card-topline span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 238, 165, .94), rgba(255, 215, 78, .82));
  color: #6a4f05;
  font-size: .78rem;
  font-weight: 950;
}

.direct-card-topline strong {
  color: #211706;
  font-size: 1.12rem;
  font-weight: 950;
}

.direct-card-body h3 {
  margin: 0;
  color: #151006;
  font-size: clamp(1.18rem, 1.45vw, 1.38rem);
  line-height: 1.15;
  letter-spacing: -.035em;
}

.direct-card-body p {
  margin: 12px 0 18px;
  color: #6f5929;
  font-size: .95rem;
  line-height: 1.65;
  font-weight: 650;
}

.direct-order-btn {
  margin-top: auto;
  width: 100%;
  min-height: 50px;
  border-radius: 999px;
  justify-content: center;
}

.direct-trust-section {
  padding-bottom: clamp(58px, 8vw, 90px);
}

.direct-trust-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  overflow: hidden;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 32px;
  border: 1px solid rgba(92, 67, 10, .12);
  background:
    radial-gradient(circle at 92% 18%, rgba(242, 194, 0, .20), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,250,232,.96));
  box-shadow:
    0 24px 70px rgba(91, 68, 13, .13),
    inset 0 1px 0 rgba(255,255,255,.88);
}

.direct-trust-card h2 {
  max-width: 720px;
  margin: 16px 0 12px;
  color: #120d03;
  font-size: clamp(1.9rem, 3.8vw, 3.4rem);
  line-height: 1.03;
  letter-spacing: -.055em;
}

.direct-trust-card p {
  max-width: 680px;
  margin: 0;
  color: #6f5929;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 650;
}

.direct-trust-actions {
  display: grid;
  gap: 12px;
  min-width: 260px;
}

.direct-trust-actions .btn {
  min-height: 52px;
  border-radius: 999px;
  justify-content: center;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .direct-order-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .direct-hero-card {
    grid-template-columns: 1fr;
  }

  .direct-hero-panel {
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .direct-hero-section {
    padding-top: 34px;
  }

  .direct-hero-card {
    padding: 22px;
    border-radius: 28px;
  }

  .direct-hero-copy h1 {
    font-size: clamp(2.25rem, 12vw, 3.25rem);
  }

  .direct-hero-copy p {
    margin-top: 18px;
    font-size: .95rem;
    line-height: 1.65;
  }

  .direct-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .direct-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .direct-hero-panel {
    padding: 12px;
    border-radius: 22px;
  }

  .direct-step {
    padding: 12px;
    border-radius: 17px;
  }

  .direct-section-head {
    text-align: left;
    margin-bottom: 22px;
  }

  .direct-section-head .badge {
    margin-left: 0;
  }

  .direct-order-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .direct-card-media {
    height: 220px;
  }

  .direct-card-body {
    padding: 16px;
  }

  .direct-trust-card {
    grid-template-columns: 1fr;
    padding: 22px;
    border-radius: 28px;
  }

  .direct-trust-actions {
    min-width: 0;
  }

  .direct-trust-actions .btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .direct-card-media {
    height: 190px;
  }

  .direct-card-topline {
    align-items: flex-start;
  }
}