:root {
  --make-bg: #f9f8f6;
  --make-ink: #022b1b;
  --make-mint: #00d37f;
  --make-saffron: #f4c542;
  --make-turquoise: #1ecad3;
  --make-terracotta: #f47a3a;
  --make-teal: #08363a;
  --make-panel-border: rgba(2, 43, 27, 0.1);
}

body.make-page {
  background:
    radial-gradient(circle at top right, rgba(0, 211, 127, 0.12), transparent 28%),
    radial-gradient(circle at 16% 18%, rgba(244, 197, 66, 0.08), transparent 24%),
    linear-gradient(180deg, #fbfaf8 0%, #f9f8f6 100%);
}

.make-navbar {
  background: rgba(249, 248, 246, 0.97);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.make-brand__mark {
  box-shadow: 0 12px 24px rgba(2, 43, 27, 0.14);
}

.make-search-button,
.make-button,
.make-tag,
.make-filter-pills a,
.make-link-arrow,
.make-nav a,
.make-footer__column a,
.make-footer__bottom-links a {
  transition:
    transform 0.2s ease,
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.make-search-button:hover {
  background: rgba(2, 43, 27, 0.05);
}

.make-button--primary {
  background: linear-gradient(135deg, #00d37f 0%, #67ecaa 100%);
  box-shadow: 0 12px 28px rgba(0, 211, 127, 0.24);
}

.make-button--primary:hover {
  box-shadow: 0 18px 36px rgba(0, 211, 127, 0.28);
}

.make-hero__actions .make-hero__site-button {
  min-height: 54px;
  padding-inline: 28px;
  border-color: rgba(244, 197, 66, 0.86);
  background: linear-gradient(135deg, #f4c542 0%, #ffe28a 100%);
  color: #022b1b;
  font-weight: 800;
  box-shadow:
    0 18px 44px rgba(244, 197, 66, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.38);
}

.make-hero__actions .make-hero__site-button:hover {
  background: linear-gradient(135deg, #ffe07a 0%, #f4c542 100%);
  border-color: rgba(255, 226, 138, 0.96);
  box-shadow:
    0 24px 54px rgba(244, 197, 66, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.46);
}

.make-hero__actions .make-hero__site-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.92);
  outline-offset: 4px;
}

.make-button--ghost:hover,
.make-button--secondary:hover {
  background: rgba(2, 43, 27, 0.04);
}

.make-inline-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
  font-size: 16px;
  line-height: 1;
}

.make-pill--hero {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: inset 0 0 0 1px rgba(0, 211, 127, 0.04);
}

.make-pill__dot {
  display: none;
}

.make-pill__icon {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.make-hero::after {
  content: '';
  position: absolute;
  right: -12%;
  bottom: -42%;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 202, 211, 0.18) 0%, transparent 62%);
  pointer-events: none;
}

.make-featured-card,
.make-card,
.make-newsletter,
.make-page-header .make-shell,
.make-copy-card,
.make-info-card,
.make-form-card,
.make-table-card,
.make-search-card,
.admin-table,
.admin-form,
.add-form,
.stat-card {
  position: relative;
  overflow: hidden;
}

.make-featured-card::before,
.make-card::before,
.make-newsletter::before,
.make-page-header .make-shell::before,
.make-copy-card::before,
.make-form-card::before,
.make-table-card::before,
.admin-form::before,
.add-form::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #00d37f 0%, #1ecad3 48%, #f4c542 100%);
}

.make-featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(2, 43, 27, 0.12);
}

.make-featured-card__image img {
  transition: transform 0.45s ease;
}

.make-featured-card:hover .make-featured-card__image img {
  transform: scale(1.03);
}

.make-featured-card__meta strong {
  display: block;
  margin-bottom: 2px;
}

.make-featured-card__meta span:last-child {
  color: var(--make-mint);
  font-weight: 600;
}

.make-filter-pills--destinations {
  gap: 10px;
}

.make-filter-pills--destinations a {
  border-color: rgba(2, 43, 27, 0.12);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 24px rgba(2, 43, 27, 0.05);
}

.make-filter-pills--destinations a:hover {
  transform: translateY(-1px);
  border-color: var(--pill-accent, #022b1b);
}

.make-filter-pills--destinations a.active {
  border-color: var(--pill-accent, #022b1b);
  background: var(--pill-accent, #022b1b);
  color: var(--pill-ink, #f9f8f6);
  box-shadow: 0 16px 32px rgba(2, 43, 27, 0.12);
}

.make-card {
  background: rgba(255, 255, 255, 0.95);
}

.make-card__body h3 a:hover {
  color: var(--make-mint);
}

.make-tag {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 22px rgba(2, 43, 27, 0.05);
}

.make-tag:hover,
.make-tag--active {
  transform: translateY(-1px);
  border-color: rgba(2, 43, 27, 0.22);
}

.make-newsletter {
  background: linear-gradient(135deg, #08363a 0%, #0b4b51 100%);
  box-shadow: 0 28px 64px rgba(8, 54, 58, 0.18);
}

.make-newsletter::after {
  content: '';
  position: absolute;
  top: -25%;
  right: 18%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 197, 66, 0.18) 0%, transparent 60%);
  pointer-events: none;
}

.make-newsletter__hint {
  margin-top: 12px;
  color: rgba(249, 248, 246, 0.36);
  font-size: 12px;
}

.make-page-header .make-shell {
  border: 1px solid rgba(2, 43, 27, 0.06);
  background: linear-gradient(135deg, rgba(2, 43, 27, 0.05) 0%, rgba(244, 197, 66, 0.08) 50%, rgba(30, 202, 211, 0.12) 100%);
  box-shadow: 0 20px 50px rgba(2, 43, 27, 0.06);
}

.make-article-panel {
  padding: 36px;
  border: 1px solid var(--make-panel-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 44px rgba(2, 43, 27, 0.06);
}

.make-article-body-shell {
  max-width: 1240px;
}

.make-article-layout {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.make-article-aside {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 18px;
}

.make-article-summary,
.make-article-toc {
  padding: 22px;
  border: 1px solid rgba(2, 43, 27, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(2, 43, 27, 0.05);
}

.make-article-summary {
  display: grid;
  gap: 14px;
}

.make-article-summary__item {
  display: grid;
  gap: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(2, 43, 27, 0.08);
}

.make-article-summary__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.make-article-summary__item span {
  color: #6a6d6c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.make-article-summary__item strong {
  color: #022b1b;
  font-size: 15px;
}

.make-article-toc__title {
  margin-bottom: 14px;
  color: #022b1b;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.make-article-toc__list {
  display: grid;
  gap: 8px;
}

.make-article-toc__link {
  display: block;
  padding: 10px 12px;
  border-radius: 14px;
  color: #355146;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.make-article-toc__link:hover,
.make-article-toc__link.is-active {
  background: rgba(0, 211, 127, 0.12);
  color: #022b1b;
  transform: translateX(2px);
}

.make-article-toc__link--level-3 {
  padding-left: 22px;
  color: #55605b;
  font-size: 13px;
}

.make-card,
.make-featured-card,
.make-search-card,
.make-value-card,
.make-check-item,
.make-hero__fact {
  contain: layout paint style;
}

.make-card,
.make-search-card,
.make-value-card,
.make-check-item {
  content-visibility: auto;
  contain-intrinsic-size: 360px;
}

.make-article-tags {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(2, 43, 27, 0.1);
}

.make-article-videos {
  margin-top: 42px;
  padding-top: 32px;
  border-top: 1px solid rgba(2, 43, 27, 0.1);
}

.make-article-videos__header {
  max-width: 680px;
  margin-bottom: 22px;
}

.make-article-videos__header span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #00a565;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.make-article-videos__header h2 {
  margin: 0;
  color: #022b1b;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(26px, 3vw, 38px);
}

.make-article-videos__header p {
  margin: 10px 0 0;
  color: #5b605e;
  line-height: 1.7;
}

.make-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.make-video-card {
  display: grid;
  gap: 10px;
}

.make-video-card a {
  color: #0a5b42;
  font-size: 14px;
  font-weight: 800;
}

.make-video-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(2, 43, 27, 0.1);
  border-radius: 22px;
  background: #022b1b;
  box-shadow: 0 18px 36px rgba(2, 43, 27, 0.12);
  aspect-ratio: 16 / 9;
}

.make-video-card--short .make-video-frame {
  max-width: 340px;
  aspect-ratio: 9 / 16;
}

.make-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.make-centered-action {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.make-results-count {
  margin: 0 0 20px;
  color: #454746;
  font-size: 14px;
  font-weight: 500;
}

.make-tag-row--filters {
  margin-top: 18px;
}

.make-filter-group {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid rgba(2, 43, 27, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 28px rgba(2, 43, 27, 0.06);
}

.make-filter-group h2 {
  margin: 0;
  color: #022b1b;
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.make-success-msg {
  margin-bottom: 24px;
  padding: 16px 18px;
  border: 1px solid rgba(0, 211, 127, 0.24);
  border-radius: 18px;
  background: rgba(0, 211, 127, 0.12);
  color: #0d5f40;
  font-size: 14px;
  font-weight: 600;
}

.make-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.make-dashboard-sidebar {
  position: sticky;
  top: 92px;
}

.make-profile-card {
  display: grid;
  gap: 24px;
}

.make-profile-card__head {
  display: flex;
  align-items: center;
  gap: 18px;
}

.make-profile-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: linear-gradient(135deg, #022b1b 0%, #0a5b42 100%);
  box-shadow: 0 18px 34px rgba(2, 43, 27, 0.14);
  color: #00d37f;
  font-family: 'Manrope', sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.make-profile-label {
  margin: 0 0 6px;
  color: #00a565;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.make-profile-card__head h2 {
  margin: 0;
  font-size: 28px;
}

.make-profile-subtitle {
  margin: 6px 0 0;
  color: #5b605e;
  font-size: 14px;
}

.make-profile-details {
  display: grid;
  gap: 14px;
}

.make-profile-detail {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(2, 43, 27, 0.08);
  border-radius: 18px;
  background: rgba(249, 248, 246, 0.72);
}

.make-profile-detail span,
.make-form-note,
.make-table-note {
  color: #6a6d6c;
  font-size: 13px;
  line-height: 1.6;
}

.make-profile-detail strong {
  color: #022b1b;
  font-size: 14px;
  line-height: 1.6;
}

.make-dashboard-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.make-dashboard-stat {
  padding: 16px;
  border: 1px solid rgba(2, 43, 27, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.make-dashboard-stat span {
  display: block;
  color: #6a6d6c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.make-dashboard-stat strong {
  display: block;
  margin-top: 8px;
  color: #022b1b;
  font-family: 'Manrope', sans-serif;
  font-size: 28px;
  line-height: 1;
}

.make-profile-actions,
.make-form-actions-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.make-dashboard-content,
.make-dashboard-sections {
  display: grid;
  gap: 24px;
}

.make-dashboard-section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.make-dashboard-section-header h2 {
  margin: 0;
}

.make-dashboard-section-header .make-form-note {
  max-width: 360px;
  margin: 0;
}

.make-form-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.make-form-columns--triple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.make-form-card .form-group:last-of-type {
  margin-bottom: 0;
}

.make-empty--dashboard {
  min-height: 180px;
  text-align: center;
}

.make-table-wrap {
  overflow-x: auto;
}

.make-search-card {
  box-shadow: 0 18px 38px rgba(2, 43, 27, 0.05);
}

.make-footer {
  margin-top: 72px;
}

.make-footer::before {
  content: '';
  position: absolute;
  top: -90px;
  right: 10%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 202, 211, 0.12) 0%, transparent 64%);
  pointer-events: none;
}

.make-footer .make-brand__text {
  color: #f9f8f6;
}

.make-footer__column a {
  width: fit-content;
}

.make-footer__bottom-links {
  flex-wrap: wrap;
}

.admin-body {
  background:
    radial-gradient(circle at top right, rgba(0, 211, 127, 0.12), transparent 28%),
    linear-gradient(180deg, #fbfaf8 0%, #f9f8f6 100%);
}

.admin-page,
.admin-dashboard {
  padding: 48px 0 72px;
}

.admin-page .container,
.admin-dashboard .container {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.admin-page h1,
.admin-dashboard h1 {
  margin: 0 0 24px;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.08;
  color: var(--make-ink);
}

.filter-tabs,
.quick-links,
.form-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.filter-tabs,
.quick-links {
  margin: 24px 0 32px;
}

.filter-tabs a,
.quick-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(2, 43, 27, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(2, 43, 27, 0.04);
  font-size: 14px;
  font-weight: 500;
  color: var(--make-ink);
}

.filter-tabs a.active,
.filter-tabs a:hover,
.quick-links a:hover {
  background: var(--make-ink);
  border-color: var(--make-ink);
  color: #f9f8f6;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 32px;
}

.stat-card {
  padding: 24px;
  border: 1px solid rgba(2, 43, 27, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 36px rgba(2, 43, 27, 0.05);
}

.stat-value {
  display: block;
  margin-bottom: 6px;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 800;
  color: var(--make-ink);
}

.stat-label {
  color: #6a6d6c;
  font-size: 13px;
}

.admin-table {
  width: 100%;
  margin-bottom: 24px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(2, 43, 27, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 38px rgba(2, 43, 27, 0.05);
}

.admin-table thead th {
  background: rgba(2, 43, 27, 0.03);
  color: #454746;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-table th,
.admin-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(2, 43, 27, 0.08);
  text-align: left;
  vertical-align: top;
}

.admin-table tbody tr:last-child td {
  border-bottom: none;
}

.admin-form,
.add-form {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
  padding: 28px;
  border: 1px solid rgba(2, 43, 27, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 38px rgba(2, 43, 27, 0.05);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.admin-form .form-group,
.add-form .form-group {
  margin: 0;
}

.admin-form label,
.add-form label,
.admin-page .form-group label {
  display: block;
  margin-bottom: 8px;
  color: var(--make-ink);
  font-size: 14px;
  font-weight: 600;
}

.btn-primary,
.btn-secondary,
.btn-delete,
.btn-approve,
.btn-reject {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
}

.btn-primary,
.btn-approve {
  background: linear-gradient(135deg, #00d37f 0%, #67ecaa 100%);
  color: #022b1b;
}

.btn-secondary {
  border-color: rgba(2, 43, 27, 0.12);
  background: rgba(2, 43, 27, 0.04);
  color: #022b1b;
}

.btn-delete,
.btn-reject {
  background: #f47a3a;
  color: #fff7f0;
}

.actions form {
  display: inline-flex !important;
  gap: 10px;
  align-items: center;
}

.current-image {
  margin: 10px 0 0;
  color: #6a6d6c;
  font-size: 13px;
}

.current-image img {
  display: block;
  margin-top: 10px;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(2, 43, 27, 0.08);
}

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

@media (max-width: 900px) {
  .make-article-panel {
    padding: 28px 24px;
  }

  .make-article-layout {
    grid-template-columns: 1fr;
  }

  .make-article-aside {
    position: static;
  }

  .make-video-grid {
    grid-template-columns: 1fr;
  }

  .make-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .make-dashboard-sidebar {
    position: static;
  }

  .make-dashboard-section-header,
  .make-profile-actions,
  .make-form-actions-inline {
    flex-direction: column;
    align-items: stretch;
  }

  .make-dashboard-section-header .make-form-note {
    max-width: none;
  }

  .admin-page .container,
  .admin-dashboard .container {
    width: min(1240px, calc(100% - 24px));
  }

  .form-row,
  .make-form-columns,
  .make-form-columns--triple {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .make-filter-pills--destinations a {
    width: 100%;
    justify-content: center;
  }
}

.make-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.make-hero__fact {
  padding: 16px 18px;
  border: 1px solid rgba(249, 248, 246, 0.12);
  border-radius: 24px;
  background: rgba(249, 248, 246, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.make-hero__fact strong {
  display: block;
  margin-bottom: 8px;
  color: #f9f8f6;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.make-hero__fact p {
  margin: 0;
  color: rgba(249, 248, 246, 0.78);
  font-size: 14px;
  line-height: 1.65;
}

.make-value-grid,
.make-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.make-checklist {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.make-value-card,
.make-check-item {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(2, 43, 27, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(2, 43, 27, 0.06);
}

.make-value-card::before,
.make-check-item::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #00d37f 0%, #f4c542 55%, #1ecad3 100%);
}

.make-value-card__label {
  display: inline-flex;
  margin-bottom: 14px;
  color: #00a565;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.make-value-card h3,
.make-check-item h3 {
  margin: 0;
  color: #022b1b;
  font-family: 'Manrope', sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.make-value-card p,
.make-check-item p {
  margin: 14px 0 0;
  color: #454746;
  font-size: 15px;
  line-height: 1.72;
}

.make-copy-card ul,
.make-info-card ul {
  margin: 16px 0 0;
  padding-left: 18px;
  color: #454746;
  line-height: 1.7;
}

.make-info-card li + li,
.make-copy-card li + li {
  margin-top: 8px;
}

.make-results-count {
  margin-bottom: 20px;
}

.admin-inline-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #454746;
  font-size: 14px;
}

.admin-inline-check input {
  margin: 0;
}

.make-comments-layout {
  display: grid;
  grid-template-columns: minmax(320px, 380px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.make-comment-form-card,
.make-comment-card,
.make-comment-empty {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--make-panel-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 44px rgba(2, 43, 27, 0.06);
}

.make-comment-form-card {
  padding: 28px;
}

.make-comment-form-card::before,
.make-comment-card::before,
.make-comment-empty::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #00d37f 0%, #1ecad3 48%, #f4c542 100%);
}

.make-comment-form-card h3 {
  margin-bottom: 10px;
  font-size: 28px;
}

.make-comment-form-card__lead {
  margin-bottom: 18px;
  color: #5b605e;
  font-size: 14px;
  line-height: 1.7;
}

.make-comment-form {
  display: grid;
  gap: 16px;
}

.make-comment-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.make-comment-field {
  display: grid;
  gap: 8px;
}

.make-comment-field span {
  font-size: 13px;
  font-weight: 700;
  color: var(--make-ink);
}

.make-comment-field textarea {
  min-height: 180px;
}

.make-comment-form__footer {
  display: grid;
  gap: 16px;
}

.make-comment-form__footer p {
  color: #6a6d6c;
  font-size: 13px;
  line-height: 1.6;
}

.make-comment-alert {
  margin-bottom: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(216, 90, 53, 0.2);
  border-radius: 18px;
  background: rgba(216, 90, 53, 0.08);
  color: #8d3418;
  font-size: 14px;
  font-weight: 600;
}

.make-comments-feed {
  display: grid;
  gap: 18px;
}

.make-comments-feed__summary {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  padding: 0 4px;
}

.make-comments-feed__summary strong {
  font-family: 'Manrope', sans-serif;
  font-size: 30px;
  line-height: 1;
}

.make-comments-feed__summary span {
  color: #5b605e;
  font-size: 14px;
  font-weight: 600;
}

.make-comments-list {
  display: grid;
  gap: 16px;
}

.make-comment-card,
.make-comment-empty {
  padding: 24px;
}

.make-comment-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.make-comment-card__head strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.make-comment-card__head span {
  color: #6a6d6c;
  font-size: 13px;
}

.make-comment-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(0, 211, 127, 0.12);
  color: #0d5f40;
  font-size: 12px;
  font-weight: 700;
}

.make-comment-card__body {
  color: #28302d;
  font-size: 15px;
  line-height: 1.78;
  white-space: pre-line;
}

.make-comment-card__actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 18px;
}

.make-comment-like {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(2, 43, 27, 0.12);
  border-radius: 999px;
  background: rgba(249, 248, 246, 0.88);
  color: var(--make-ink);
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.make-comment-like:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 211, 127, 0.42);
  box-shadow: 0 12px 24px rgba(2, 43, 27, 0.08);
}

.make-comment-like strong {
  font-size: 14px;
}

.make-comment-like.is-active {
  border-color: rgba(0, 211, 127, 0.38);
  background: rgba(0, 211, 127, 0.12);
  color: #0d5f40;
}

.make-comment-empty {
  color: #5b605e;
  font-size: 15px;
  line-height: 1.7;
}

.make-hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 24%, rgba(0, 211, 127, 0.13) 0, rgba(0, 211, 127, 0) 34%),
    radial-gradient(circle at 74% 88%, rgba(244, 197, 66, 0.1) 0, rgba(244, 197, 66, 0) 28%),
    linear-gradient(135deg, #022b1b 0%, #033824 52%, #021b13 100%);
}

.make-hero__media {
  z-index: 1;
  pointer-events: none;
}

.make-hero__media img {
  display: none;
}

.make-hero__overlay {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(2, 43, 27, 0.96) 0%, rgba(2, 43, 27, 0.86) 48%, rgba(2, 43, 27, 0.72) 100%),
    radial-gradient(circle at 86% 48%, rgba(0, 211, 127, 0.08), transparent 38%);
}

.make-hero__content {
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 4vw, 58px);
  justify-content: stretch;
}

.make-hero__copy {
  align-self: center;
  max-width: 580px;
  min-width: 0;
}

.make-hero .make-hero__ornament {
  display: none;
}

.make-hero__copy p,
.make-hero__fact p {
  color: rgba(249, 248, 246, 0.86);
}

.make-hero__fact {
  border-color: rgba(0, 211, 127, 0.22);
  background: rgba(3, 56, 36, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(249, 248, 246, 0.08),
    0 18px 48px rgba(0, 0, 0, 0.18);
}

.make-hero-slider {
  position: relative;
  flex: 0 0 min(42vw, 520px);
  max-width: 520px;
  padding: 18px;
  border: 1px solid rgba(0, 211, 127, 0.24);
  border-radius: 36px;
  background:
    linear-gradient(150deg, rgba(249, 248, 246, 0.16), rgba(249, 248, 246, 0.04)),
    rgba(2, 43, 27, 0.82);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(249, 248, 246, 0.16);
}

.make-hero-slider::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(0, 211, 127, 0.55), rgba(30, 202, 211, 0.2), rgba(244, 197, 66, 0.42));
  opacity: 0.28;
  z-index: -1;
}

.make-hero-slider__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.make-hero-slider__eyebrow,
.make-hero-slider__count {
  color: #00d37f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.make-hero-slider__header h2 {
  max-width: 310px;
  margin: 5px 0 0;
  color: #f9f8f6;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(22px, 2.2vw, 31px);
  line-height: 1.1;
}

.make-hero-slider__count {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(244, 197, 66, 0.28);
  border-radius: 999px;
  color: #f4c542;
  background: rgba(244, 197, 66, 0.08);
  white-space: nowrap;
}

.make-hero-slider__viewport {
  position: relative;
  min-height: 450px;
}

.make-hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(249, 248, 246, 0.12);
  border-radius: 30px;
  background: #f9f8f6;
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateX(22px) scale(0.96);
  transition: opacity 0.42s ease, transform 0.42s ease;
}

.make-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.make-hero-slide__image {
  position: relative;
  display: block;
  min-height: 210px;
  overflow: hidden;
  background: #033824;
}

.make-hero-slide__image::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 43, 27, 0) 34%, rgba(2, 43, 27, 0.68) 100%),
    radial-gradient(circle at 18% 12%, rgba(0, 211, 127, 0.24), transparent 34%);
}

.make-hero-slide__image img,
.make-hero-slide__placeholder {
  display: block;
  width: 100%;
  height: 240px;
}

.make-hero-slide__image img {
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.5s ease;
}

.make-hero-slide:hover .make-hero-slide__image img {
  transform: scale(1.08);
}

.make-hero-slide__placeholder {
  display: grid;
  place-items: center;
  color: rgba(249, 248, 246, 0.7);
  font-weight: 800;
}

.make-hero-slide__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.make-hero-slide__meta,
.make-hero-slide__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.make-hero-slide__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(0, 211, 127, 0.1);
  color: #0d5f40;
  font-size: 12px;
  font-weight: 800;
}

.make-hero-slide__meta span:last-child {
  background: rgba(244, 197, 66, 0.18);
  color: #72580a;
}

.make-hero-slide h3 {
  margin: 18px 0 0;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(21px, 2.2vw, 29px);
  line-height: 1.14;
}

.make-hero-slide h3 a {
  color: #022b1b;
}

.make-hero-slide p {
  margin: 14px 0 0;
  color: #48504d;
  font-size: 15px;
  line-height: 1.7;
}

.make-hero-slide__footer {
  margin-top: auto;
  padding-top: 20px;
  color: #64706b;
  font-size: 13px;
  font-weight: 700;
}

.make-hero-slide__footer a {
  color: #0d5f40;
}

.make-hero-slider__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}

.make-hero-slider__button,
.make-hero-slider__dots button {
  border: 0;
  cursor: pointer;
}

.make-hero-slider__button {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(249, 248, 246, 0.12);
  color: #f9f8f6;
  font-size: 18px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.make-hero-slider__button:hover {
  transform: translateY(-1px);
  background: rgba(0, 211, 127, 0.28);
}

.make-hero-slider__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.make-hero-slider__dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(249, 248, 246, 0.34);
  transition: width 0.2s ease, background-color 0.2s ease;
}

.make-hero-slider__dots button.is-active {
  width: 28px;
  background: #00d37f;
}

.make-hero-slider--window {
  overflow: hidden;
  align-self: center;
  width: 100%;
  max-width: none;
  min-width: 0;
  min-height: clamp(360px, 36vw, 500px);
  aspect-ratio: 16 / 9;
  padding: 0;
  border: 0;
  border-radius: clamp(24px, 2.4vw, 34px);
  background:
    radial-gradient(circle at 84% 18%, rgba(0, 211, 127, 0.18), transparent 34%),
    #021b13;
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(249, 248, 246, 0.08);
}

.make-hero-slider__windowbar {
  display: none;
}

.make-hero-slider__windowbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #00d37f;
  box-shadow: 0 0 0 4px rgba(0, 211, 127, 0.12);
}

.make-hero-slider__windowbar span:nth-child(2) {
  background: #f4c542;
  box-shadow: 0 0 0 4px rgba(244, 197, 66, 0.12);
}

.make-hero-slider__windowbar span:nth-child(3) {
  background: #1ecad3;
  box-shadow: 0 0 0 4px rgba(30, 202, 211, 0.12);
}

.make-hero-slider--window .make-hero-slider__header {
  display: none;
}

.make-hero-slider--window .make-hero-slider__count {
  min-width: 64px;
  justify-content: center;
  font-variant-numeric: tabular-nums;
}

.make-hero-slider--window .make-hero-slider__viewport {
  min-height: 100%;
  height: 100%;
  margin: 0;
  border-radius: inherit;
}

.make-hero-slider--window .make-hero-slide {
  display: block;
  border-color: rgba(249, 248, 246, 0.14);
  background: #021b13;
}

.make-hero-slider--window .make-hero-slide__image {
  position: absolute;
  inset: 0;
  min-height: 0;
}

.make-hero-slider--window .make-hero-slide__image img,
.make-hero-slider--window .make-hero-slide__placeholder {
  height: 100%;
}

.make-hero-slider--window .make-hero-slide__image::after {
  background:
    linear-gradient(90deg, rgba(2, 43, 27, 0.88) 0%, rgba(2, 43, 27, 0.38) 48%, rgba(2, 43, 27, 0.12) 100%),
    linear-gradient(0deg, rgba(2, 43, 27, 0.88) 0%, rgba(2, 43, 27, 0) 62%),
    radial-gradient(circle at 12% 20%, rgba(0, 211, 127, 0.22), transparent 34%);
}

.make-hero-slider--window .make-hero-slide__body {
  position: relative;
  z-index: 2;
  justify-content: flex-end;
  width: min(76%, 560px);
  min-height: 100%;
  padding: clamp(34px, 4vw, 56px);
  padding-right: clamp(84px, 9vw, 120px);
  padding-bottom: clamp(46px, 4vw, 58px);
}

.make-hero-slider--window .make-hero-slide__meta {
  justify-content: flex-start;
}

.make-hero-slider--window .make-hero-slide__meta span {
  background: rgba(249, 248, 246, 0.14);
  color: #f9f8f6;
}

.make-hero-slider--window .make-hero-slide__meta span:last-child {
  background: rgba(244, 197, 66, 0.22);
  color: #ffe48a;
}

.make-hero-slider--window .make-hero-slide h3 {
  max-width: 520px;
  margin-top: 20px;
  font-size: clamp(34px, 4.2vw, 64px);
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.make-hero-slider--window .make-hero-slide h3 a {
  color: #fffaf0;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.28);
}

.make-hero-slider--window .make-hero-slide p {
  max-width: 430px;
  color: rgba(249, 248, 246, 0.82);
  font-size: 16px;
}

.make-hero-slider--window .make-hero-slide__footer {
  justify-content: flex-start;
  gap: 18px;
  margin-top: 22px;
  padding-top: 0;
  color: rgba(249, 248, 246, 0.76);
}

.make-hero-slider--window .make-hero-slide__footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: #00d37f;
  color: #022b1b;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(0, 211, 127, 0.26);
}

.make-hero-slider__progress {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 14px;
  z-index: 4;
  height: 3px;
  margin: 0;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(249, 248, 246, 0.16);
}

.make-hero-slider__progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #00d37f, #f4c542);
  transition: width 0.25s linear;
}

.make-hero-slider--window .make-hero-slider__controls {
  position: absolute;
  inset: 0;
  z-index: 5;
  margin: 0;
  padding: 0 18px;
  border: 0;
  border-radius: inherit;
  background: transparent;
  pointer-events: none;
}

.make-hero-slider--window .make-hero-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  flex: 0 0 auto;
  justify-content: center;
  gap: 7px;
  overflow-x: auto;
  padding: 2px;
  transform: translateX(-50%);
  pointer-events: auto;
  scrollbar-width: thin;
}

.make-hero-slider--window .make-hero-slider__dots button {
  display: block;
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(249, 248, 246, 0.52);
  color: transparent;
}

.make-hero-slider--window .make-hero-slider__dots button.is-active {
  width: 30px;
  border-color: rgba(0, 211, 127, 0.48);
  background: #00d37f;
  color: #f9f8f6;
}

.make-hero-slider--window .make-hero-slider__button {
  pointer-events: auto;
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.94);
  color: #022b1b;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.make-hero-slider--window .make-hero-slider__button:hover {
  background: #00d37f;
  color: #022b1b;
}

.make-hero-slider__thumb {
  display: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(0, 211, 127, 0.12);
}

.make-hero-slider__thumb img,
.make-hero-slider__thumb > span {
  display: block;
  width: 100%;
  height: 100%;
}

.make-hero-slider__thumb img {
  object-fit: cover;
}

.make-hero-slider__thumb-title {
  display: none;
}

.make-hero--legacy {
  display: none;
}

html,
.make-page {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  html,
  .make-page {
    overflow-x: hidden;
  }
}

.make-hero--intrepid:not(.make-hero--promo) {
  display: none;
}

.make-hero--promo {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: auto;
  margin: 0;
  padding: clamp(16px, 2.4vw, 34px) clamp(16px, 3.5vw, 64px) clamp(24px, 3vw, 44px);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 211, 127, 0.12), transparent 28%),
    radial-gradient(circle at 86% 100%, rgba(30, 202, 211, 0.14), transparent 34%),
    linear-gradient(180deg, #f9f8f6 0%, #f1eee8 100%);
}

.make-promo-hero {
  position: relative;
  width: 100%;
  max-width: 1760px;
  min-height: clamp(520px, 72vh, 720px);
  margin-inline: auto;
  overflow: hidden;
  border-radius: clamp(22px, 2.2vw, 34px);
  background: #022b1b;
  box-shadow:
    0 34px 90px rgba(2, 43, 27, 0.16),
    0 1px 0 rgba(255, 255, 255, 0.82) inset;
}

.make-promo-hero__viewport,
.make-promo-hero__slide {
  position: absolute;
  inset: 0;
}

.make-promo-hero__slide {
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.02);
  transition: opacity 0.52s ease, transform 0.7s ease;
}

.make-promo-hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.make-promo-hero__slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 6.5s ease;
}

.make-promo-hero__slide.is-active img {
  transform: scale(1.07);
}

.make-promo-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 43, 27, 0.9) 0%, rgba(2, 43, 27, 0.62) 36%, rgba(2, 43, 27, 0.16) 72%, rgba(2, 43, 27, 0.08) 100%),
    linear-gradient(0deg, rgba(2, 43, 27, 0.72) 0%, rgba(2, 43, 27, 0) 54%);
}

.make-promo-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(760px, calc(100% - 190px));
  min-height: inherit;
  padding: clamp(42px, 6vw, 86px);
  color: #fffaf0;
}

.make-promo-hero__eyebrow {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(0, 211, 127, 0.42);
  border-radius: 999px;
  background: rgba(0, 211, 127, 0.16);
  color: #9dffd3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.make-promo-hero h1 {
  max-width: 780px;
  margin: 24px 0 0;
  color: #fffaf0;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(50px, 6.2vw, 92px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.92;
  text-wrap: balance;
}

.make-promo-hero p {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(255, 250, 240, 0.86);
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.58;
}

.make-promo-hero__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.make-promo-hero__highlights span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.12);
  color: rgba(255, 250, 240, 0.92);
  font-size: 13px;
  font-weight: 900;
}

.make-promo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.make-promo-hero__button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.make-promo-hero__button:hover {
  transform: translateY(-2px);
}

.make-promo-hero__button--primary {
  background: #00d37f;
  color: #022b1b;
  box-shadow: 0 18px 44px rgba(0, 211, 127, 0.3);
}

.make-promo-hero__button--secondary {
  border: 1px solid rgba(255, 250, 240, 0.38);
  background: rgba(255, 250, 240, 0.13);
  color: #fffaf0;
}

.make-promo-hero__arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: inline-grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #022b1b;
  cursor: pointer;
  font-size: 22px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  transform: translateY(-50%);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.make-promo-hero__arrow:hover {
  background: #00d37f;
  transform: translateY(-50%) scale(1.06);
}

.make-promo-hero__arrow--prev {
  left: clamp(14px, 2vw, 28px);
}

.make-promo-hero__arrow--next {
  right: clamp(14px, 2vw, 28px);
}

.make-promo-hero__panel {
  position: absolute;
  right: clamp(22px, 3vw, 42px);
  bottom: clamp(20px, 2.8vw, 38px);
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 46px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: 999px;
  background: rgba(2, 43, 27, 0.58);
  color: #fffaf0;
}

.make-promo-hero__progress {
  width: 94px;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.24);
}

.make-promo-hero__progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #00d37f, #f4c542);
}

.make-promo-hero__dots {
  display: flex;
  gap: 7px;
}

.make-promo-hero__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.56);
  cursor: pointer;
  transition: width 0.2s ease, background-color 0.2s ease;
}

.make-promo-hero__dots button.is-active {
  width: 30px;
  background: #00d37f;
}

.make-promo-hero__counter {
  font-size: 12px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.make-hero--intrepid {
  min-height: auto;
  padding: clamp(22px, 4vw, 44px) 0 clamp(24px, 4vw, 52px);
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 211, 127, 0.12), transparent 30%),
    linear-gradient(180deg, #f9f8f6 0%, #f1eee8 100%);
}

.make-intrepid-slider {
  position: relative;
  overflow: hidden;
  min-height: clamp(420px, 58vh, 560px);
  border-radius: clamp(22px, 2.2vw, 34px);
  background: #022b1b;
  box-shadow:
    0 28px 90px rgba(2, 43, 27, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.82) inset;
}

.make-intrepid-slider__viewport,
.make-intrepid-slide {
  position: absolute;
  inset: 0;
}

.make-intrepid-slide {
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.02);
  transition: opacity 0.5s ease, transform 0.7s ease;
}

.make-intrepid-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.make-intrepid-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 6.5s ease;
}

.make-intrepid-slide.is-active img {
  transform: scale(1.08);
}

.make-intrepid-slide__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 43, 27, 0.88) 0%, rgba(2, 43, 27, 0.52) 39%, rgba(2, 43, 27, 0.06) 78%),
    linear-gradient(0deg, rgba(2, 43, 27, 0.76) 0%, rgba(2, 43, 27, 0) 55%);
}

.make-intrepid-slide__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(640px, calc(100% - 180px));
  min-height: inherit;
  padding: clamp(38px, 5vw, 72px);
  color: #fffaf0;
}

.make-intrepid-slide__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(0, 211, 127, 0.34);
  border-radius: 999px;
  background: rgba(0, 211, 127, 0.14);
  color: #8dffcc;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.make-intrepid-slide h1 {
  margin: 22px 0 0;
  max-width: 690px;
  color: #fffaf0;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(46px, 6.5vw, 88px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-wrap: balance;
}

.make-intrepid-slide p {
  max-width: 560px;
  margin: 20px 0 0;
  color: rgba(255, 250, 240, 0.86);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.62;
}

.make-intrepid-slide__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.make-intrepid-slide__highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 250, 240, 0.2);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.12);
  color: rgba(255, 250, 240, 0.9);
  font-size: 13px;
  font-weight: 800;
}

.make-intrepid-slide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.make-intrepid-slide__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.make-intrepid-slide__button:hover {
  transform: translateY(-2px);
}

.make-intrepid-slide__button--primary {
  background: #00d37f;
  color: #022b1b;
  box-shadow: 0 18px 44px rgba(0, 211, 127, 0.28);
}

.make-intrepid-slide__button--secondary {
  border: 1px solid rgba(255, 250, 240, 0.34);
  background: rgba(255, 250, 240, 0.12);
  color: #fffaf0;
}

.make-intrepid-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #022b1b;
  cursor: pointer;
  font-size: 21px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  transform: translateY(-50%);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.make-intrepid-slider__arrow:hover {
  background: #00d37f;
  transform: translateY(-50%) scale(1.06);
}

.make-intrepid-slider__arrow--prev {
  left: 18px;
}

.make-intrepid-slider__arrow--next {
  right: 18px;
}

.make-intrepid-slider__footer {
  position: absolute;
  right: 28px;
  bottom: 24px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: 999px;
  background: rgba(2, 43, 27, 0.52);
  color: #fffaf0;
}

.make-intrepid-slider__progress {
  width: 86px;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.22);
}

.make-intrepid-slider__progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #00d37f, #f4c542);
}

.make-intrepid-slider__dots {
  display: flex;
  gap: 7px;
}

.make-intrepid-slider__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.55);
  cursor: pointer;
  transition: width 0.2s ease, background-color 0.2s ease;
}

.make-intrepid-slider__dots button.is-active {
  width: 28px;
  background: #00d37f;
}

.make-intrepid-slider__counter {
  font-size: 12px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 1100px) {
  .make-promo-hero {
    width: 100%;
    min-height: 610px;
  }

  .make-promo-hero__content {
    width: min(760px, calc(100% - 120px));
  }

  .make-intrepid-slide__content {
    width: min(720px, calc(100% - 120px));
  }

  .make-hero__content {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .make-hero-slider {
    flex: none;
    width: 100%;
    max-width: none;
  }

  .make-hero-slider--window {
    min-height: clamp(360px, 62vw, 520px);
    aspect-ratio: 16 / 8;
  }

  .make-hero__facts,
  .make-value-grid,
  .make-checklist,
  .make-comment-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .make-comments-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .make-promo-hero {
    min-height: 650px;
  }

  .make-promo-hero__shade {
    background:
      linear-gradient(0deg, rgba(2, 43, 27, 0.94) 0%, rgba(2, 43, 27, 0.62) 58%, rgba(2, 43, 27, 0.18) 100%);
  }

  .make-promo-hero__content {
    justify-content: flex-end;
    width: 100%;
    padding: 34px 34px 108px;
  }

  .make-promo-hero h1 {
    max-width: 720px;
  }

  .make-intrepid-slider {
    min-height: 560px;
  }

  .make-intrepid-slide__shade {
    background:
      linear-gradient(0deg, rgba(2, 43, 27, 0.94) 0%, rgba(2, 43, 27, 0.52) 58%, rgba(2, 43, 27, 0.16) 100%);
  }

  .make-intrepid-slide__content {
    justify-content: flex-end;
    width: 100%;
    padding: 34px 34px 86px;
  }

  .make-intrepid-slide h1 {
    max-width: 620px;
  }

  .make-hero__facts {
    grid-template-columns: 1fr;
  }

  .make-hero-slider__viewport {
    min-height: 420px;
  }

  .make-hero-slider--window,
  .make-hero-slider--window .make-hero-slider__viewport {
    min-height: 430px;
  }

  .make-hero-slider--window .make-hero-slide__body {
    width: 86%;
    min-height: 430px;
    padding: 42px 34px 46px;
    padding-right: 74px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .make-button,
  .make-card,
  .make-featured-card,
  .make-tag,
  .make-filter-pills a,
  .make-link-arrow,
  .make-search-button,
  .make-card__image img,
  .make-featured-card__image img {
    transition: none !important;
    transform: none !important;
  }
}

@media (max-width: 640px) {
  .make-hero--promo {
    padding-top: 12px;
    padding-inline: 9px;
  }

  .make-promo-hero {
    width: 100%;
    min-height: 680px;
    border-radius: 24px;
  }

  .make-promo-hero__content {
    padding: 28px 22px 116px;
  }

  .make-promo-hero h1 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .make-promo-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .make-promo-hero__button {
    width: 100%;
  }

  .make-promo-hero__arrow {
    top: auto;
    bottom: 24px;
    width: 42px;
    height: 42px;
    transform: none;
  }

  .make-promo-hero__arrow:hover {
    transform: scale(1.04);
  }

  .make-promo-hero__panel {
    right: 72px;
    left: 72px;
    justify-content: center;
    min-width: 0;
    padding-inline: 10px;
  }

  .make-promo-hero__progress {
    display: none;
  }

  .make-hero--intrepid {
    padding-top: 14px;
  }

  .make-intrepid-slider {
    min-height: 620px;
    border-radius: 24px;
  }

  .make-intrepid-slide__content {
    padding: 28px 22px 98px;
  }

  .make-intrepid-slide h1 {
    font-size: clamp(36px, 13vw, 54px);
  }

  .make-intrepid-slide__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .make-intrepid-slide__button {
    width: 100%;
  }

  .make-intrepid-slider__arrow {
    top: auto;
    bottom: 24px;
    width: 42px;
    height: 42px;
    transform: none;
  }

  .make-intrepid-slider__arrow:hover {
    transform: scale(1.04);
  }

  .make-intrepid-slider__footer {
    right: 74px;
    left: 74px;
    justify-content: center;
    min-width: 0;
    padding-inline: 10px;
  }

  .make-intrepid-slider__progress {
    display: none;
  }

  .make-value-grid,
  .make-checklist {
    grid-template-columns: 1fr;
  }

  .make-hero-slider {
    padding: 12px;
    border-radius: 28px;
  }

  .make-hero-slider--window {
    padding: 0;
  }

  .make-hero-slider__header {
    flex-direction: column;
  }

  .make-hero-slider__viewport {
    min-height: 455px;
  }

  .make-hero-slider--window,
  .make-hero-slider--window .make-hero-slider__viewport {
    min-height: 430px;
  }

  .make-hero-slider--window .make-hero-slide__body {
    width: 100%;
    min-height: 430px;
    padding: 36px 22px 54px;
    padding-right: 22px;
  }

  .make-hero-slider--window .make-hero-slide h3 {
    font-size: clamp(30px, 11vw, 44px);
  }

  .make-hero-slide {
    border-radius: 24px;
  }

  .make-hero-slide__image,
  .make-hero-slide__image img,
  .make-hero-slide__placeholder {
    min-height: 0;
    height: 188px;
  }

  .make-hero-slide__body {
    padding: 18px;
  }

  .make-hero-slide__meta,
  .make-hero-slide__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .make-hero-slider--window .make-hero-slider__controls {
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 10px;
  }

  .make-hero-slider--window .make-hero-slider__dots {
    order: 3;
    flex-basis: auto;
  }

  .make-comment-form__grid,
  .make-comment-card__head {
    grid-template-columns: 1fr;
  }

  .make-comment-card__head {
    display: grid;
  }

  .make-value-card,
  .make-check-item,
  .make-comment-form-card,
  .make-comment-card,
  .make-comment-empty {
    padding: 24px 20px;
    border-radius: 24px;
  }
}
