.hw-page:has(.hw-shop-draft) {
  width: 100%;
  max-width: none;
  padding-top: 0;
}

.hw-page:has(.hw-shop-draft) .hw-page-header {
  display: none;
}

.hw-page:has(.hw-shop-draft) .hw-content > * {
  margin-block-end: 0;
}

.hw-shop-draft {
  --shop-navy: #102a5c;
  --shop-navy-2: #18396f;
  --shop-ink: #16213a;
  --shop-muted: #5f6b82;
  --shop-line: #dbe4f0;
  --shop-soft-2: #eef4fb;
  --shop-yellow: #f7b51e;
  --shop-green: #2f6d53;
  --shop-shadow: 0 16px 42px rgba(16, 42, 92, .09);
  color: var(--shop-ink);
  background: linear-gradient(180deg, #fff 0%, #f7f9fc 78%, #fff 100%);
  font-family: inherit;
}

.hw-shop-draft * {
  box-sizing: border-box;
}

.hw-shop-draft a {
  color: inherit;
  text-decoration: none;
}

.hw-shop-draft__wrap {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
}

.hw-shop-draft__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  gap: 42px;
  align-items: center;
  padding: clamp(34px, 5vw, 58px) 0 34px;
  border-bottom: 1px solid var(--shop-line);
}

.hw-shop-draft__hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--shop-navy);
  font-size: clamp(3rem, 6.2vw, 5.4rem);
  font-weight: 900;
  line-height: .96;
  letter-spacing: 0;
}

.hw-shop-draft__hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: #27334c;
  font-size: clamp(1.1rem, 1.9vw, 1.38rem);
  line-height: 1.48;
}

.hw-shop-draft__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hw-shop-draft__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--shop-line);
  border-radius: 8px;
  background: #fff;
  color: var(--shop-navy);
  padding: 0 20px;
  font-size: .98rem;
  font-weight: 900;
  line-height: 1.15;
}

.hw-shop-draft__button--primary {
  border-color: #e6a400;
  background: var(--shop-yellow);
  color: #071b3f;
  box-shadow: 0 12px 30px rgba(247, 181, 30, .24);
}

.hw-shop-draft__note {
  max-width: 680px;
  margin-top: 22px;
  color: var(--shop-muted);
  font-size: .92rem;
  line-height: 1.45;
}

.hw-shop-draft__hero-card,
.hw-shop-draft__product,
.hw-shop-draft__side,
.hw-shop-draft__focus {
  border: 1px solid var(--shop-line);
  border-radius: 8px;
  background: #fff;
}

.hw-shop-draft__hero-card {
  overflow: hidden;
  box-shadow: var(--shop-shadow);
}

.hw-shop-draft__hero-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.hw-shop-draft__hero-card-body {
  padding: 20px;
}

.hw-shop-draft__hero-card h2 {
  margin: 0;
  color: var(--shop-navy);
  font-size: 1.5rem;
  line-height: 1.12;
}

.hw-shop-draft__hero-card p {
  margin: 10px 0 0;
  color: var(--shop-muted);
  font-size: 1rem;
  line-height: 1.45;
}

.hw-shop-draft__shell {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 260px;
  gap: 26px;
  align-items: start;
  padding: 34px 0 56px;
}

.hw-shop-draft__side,
.hw-shop-draft__focus {
  position: sticky;
  top: 106px;
  box-shadow: 0 10px 28px rgba(16, 42, 92, .05);
}

.hw-shop-draft__side,
.hw-shop-draft__focus {
  padding: 18px;
}

.hw-shop-draft__side h2,
.hw-shop-draft__focus h2 {
  margin: 0 0 12px;
  color: var(--shop-navy);
  font-size: 1rem;
  line-height: 1.2;
}

.hw-shop-draft__side a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  width: 100%;
  border-radius: 8px;
  padding: 12px;
  color: var(--shop-ink);
  font-weight: 850;
}

.hw-shop-draft__side a:first-of-type {
  background: var(--shop-soft-2);
  color: var(--shop-navy);
}

.hw-shop-draft__side-label {
  min-width: 0;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.2;
}

.hw-shop-draft__side-count {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  margin-left: auto;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--shop-soft-2);
  color: var(--shop-muted);
  font-size: .78rem;
  font-weight: 900;
}

.hw-shop-draft__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.hw-shop-draft__head h2 {
  margin: 0;
  color: var(--shop-navy);
  font-size: clamp(1.9rem, 3.2vw, 2.15rem);
  line-height: 1.05;
}

.hw-shop-draft__head p {
  max-width: 570px;
  margin: 8px 0 0;
  color: var(--shop-muted);
  line-height: 1.5;
}

.hw-shop-draft__signal {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--shop-muted);
  font-size: .88rem;
  font-weight: 850;
  white-space: nowrap;
}

.hw-shop-draft__signal::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--shop-green);
}

.hw-shop-draft__products {
  display: grid;
  gap: 18px;
}

.hw-shop-draft__product {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 22px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(16, 42, 92, .04);
}

.hw-shop-draft__product > p:empty,
.hw-shop-draft__reason-grid > p:empty {
  display: none;
}

.hw-shop-draft__product img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

.hw-shop-draft__product-body {
  display: grid;
  gap: 16px;
  padding: 22px 22px 20px 0;
}

.hw-shop-draft__product-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.hw-shop-draft__product-top p {
  margin: 0;
}

.hw-shop-draft__product h3 {
  margin: 0;
  color: var(--shop-navy);
  font-size: clamp(1.32rem, 2.4vw, 1.58rem);
  line-height: 1.12;
}

.hw-shop-draft__tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--shop-soft-2);
  color: var(--shop-navy-2);
  padding: 8px 11px;
  font-size: .75rem;
  font-weight: 900;
  white-space: nowrap;
}

.hw-shop-draft__product p {
  margin: 0;
  color: #3d4860;
  font-size: 1rem;
  line-height: 1.5;
}

.hw-shop-draft__reason-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.hw-shop-draft__reason {
  min-height: 70px;
  border-left: 3px solid var(--shop-yellow);
  background: #fffaf0;
  padding: 10px 12px;
}

.hw-shop-draft__reason strong {
  display: block;
  margin-bottom: 4px;
  color: var(--shop-navy);
  font-size: .82rem;
}

.hw-shop-draft__reason span {
  display: block;
  color: #526078;
  font-size: .88rem;
  line-height: 1.35;
}

.hw-shop-draft__product-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hw-shop-draft__text-link {
  border-bottom: 2px solid rgba(247, 181, 30, .55);
  color: var(--shop-navy-2);
  font-weight: 900;
}

.hw-shop-draft__focus-lead {
  margin: 0 0 16px;
  color: var(--shop-muted);
  font-size: .95rem;
  line-height: 1.45;
}

.hw-shop-draft__trust-list {
  display: grid;
  gap: 10px;
}

.hw-shop-draft__trust-list div {
  border: 1px solid var(--shop-line);
  border-radius: 8px;
  background: #fff;
  padding: 12px;
}

.hw-shop-draft__trust-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--shop-navy);
  font-size: .9rem;
  line-height: 1.2;
}

.hw-shop-draft__trust-list span {
  display: block;
  color: #526078;
  font-size: .88rem;
  line-height: 1.35;
}

.hw-shop-draft__quiet-note {
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--shop-line);
  color: var(--shop-muted);
  font-size: .86rem;
  line-height: 1.45;
}

.hw-shop-draft__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin: 0 0 70px;
  border: 1px solid var(--shop-line);
  border-left: 5px solid var(--shop-yellow);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 42, 92, .06);
  padding: 24px;
}

.hw-shop-draft__bottom-label {
  display: block;
  margin: 0 0 8px;
  color: var(--shop-muted);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.hw-shop-draft__bottom h2 {
  margin: 0;
  color: var(--shop-navy);
  font-size: clamp(1.35rem, 2.4vw, 1.65rem);
  line-height: 1.1;
}

.hw-shop-draft__bottom p {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--shop-muted);
  line-height: 1.5;
}

.hw-shop-draft__bottom-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
}

@media (max-width: 1040px) {
  .hw-shop-draft__hero,
  .hw-shop-draft__shell {
    grid-template-columns: 1fr;
  }

  .hw-shop-draft__side,
  .hw-shop-draft__focus {
    position: static;
  }

  .hw-shop-draft__side {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .hw-shop-draft__side h2 {
    grid-column: 1 / -1;
  }

  .hw-shop-draft__focus {
    order: -1;
  }
}

@media (max-width: 720px) {
  .hw-shop-draft__wrap {
    width: min(100% - 24px, 1180px);
  }

  .hw-shop-draft__hero {
    gap: 24px;
    padding-top: 28px;
  }

  .hw-shop-draft__hero h1 {
    font-size: 2.75rem;
  }

  .hw-shop-draft__head {
    align-items: start;
    flex-direction: column;
  }

  .hw-shop-draft__side {
    grid-template-columns: 1fr;
  }

  .hw-shop-draft__product {
    grid-template-columns: 1fr;
  }

  .hw-shop-draft__product img {
    min-height: 190px;
  }

  .hw-shop-draft__product-body {
    padding: 0 18px 20px;
  }

  .hw-shop-draft__product-top {
    flex-direction: column;
    gap: 10px;
  }

  .hw-shop-draft__reason-grid {
    grid-template-columns: 1fr;
  }

  .hw-shop-draft__bottom {
    grid-template-columns: 1fr;
  }

  .hw-shop-draft__bottom-actions {
    justify-content: flex-start;
  }
}
