:root {
  --matte-black: #0F0F11;
  --black-deep: #09090A;
  --charcoal-deep: #161619;
  --charcoal-soft: #1C1C20;
  --charcoal-light: #24242A;
  --italian-red: #C8102E;
  --italian-red-hover: #A90C25;
  --italian-green: #009246;
  --gold: #D4AF37;
  --gold-soft: #F3E5AB;
  --text-main: #F5F5F7;
  --text-soft: #C7C7CD;
  --text-muted: #8C8C94;
  --line: #2A2A30;
  --font-serif: "Playfair Display", Georgia, serif;
  --font-sans: "Plus Jakarta Sans", Arial, sans-serif;
}

.page-body {
  margin: 0px;
  overflow-x: hidden;
  background: var(--matte-black);
  color: var(--text-main);
  font-family: var(--font-sans);
  background-image: radial-gradient(circle at 50% 0%, #211715 0%, #0F0F11 62%, #0F0F11 100%);
}

.site-header {
  position: sticky;
  top: 0px;
  z-index: 100;
  background: rgba(9, 9, 10, 0.94);
  border-bottom: 1px solid #202024;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.site-header .site-header__flag {
  display: flex;
  width: 100%;
  height: 4px;
}

.site-header .site-header__flag-green,
.site-header .site-header__flag-white,
.site-header .site-header__flag-red {
  width: 33.333%;
  height: 4px;
}

.site-header .site-header__flag-green {
  background: var(--italian-green);
}

.site-header .site-header__flag-white {
  background: #FFFFFF;
}

.site-header .site-header__flag-red {
  background: var(--italian-red);
}

.site-header .site-header__container {
  width: 100%;
  max-width: 1280px;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header .site-header__brand-wrap,
.site-header .site-header__action-wrap {
  width: 25%;
}

.site-header .site-header__action-wrap {
  display: flex;
  justify-content: flex-end;
}

.site-header .site-header__brand {
  color: #FFFFFF;
  text-decoration: none;
  font-family: var(--font-serif);
  font-size: 24px;
  line-height: 29px;
  font-weight: 900;
  letter-spacing: 1.8px;
}

.site-header .site-header__brand-accent {
  color: var(--italian-red);
}

.site-header .site-header__batch {
  width: 50%;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 20px;
  border: 1px solid rgba(200, 16, 46, 0.28);
  border-radius: 24px;
  background: rgba(22, 22, 25, 0.82);
}

.site-header .site-header__batch-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--italian-red);
  box-shadow: 0px 0px 12px rgba(200, 16, 46, 0.8);
}

.site-header .site-header__batch-copy,
.site-header .site-header__batch-time {
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.site-header .site-header__batch-copy {
  color: #CFCFD4;
}

.site-header .site-header__batch-time {
  color: #FFFFFF;
}

.site-header .site-header__action {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border: 1px solid rgba(255, 93, 111, 0.45);
  border-radius: 24px;
  background: var(--italian-red);
  color: #FFFFFF;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 0.7px;
  box-shadow: 0px 10px 24px rgba(200, 16, 46, 0.18);
  transition: all 0.25s ease;
}

.site-header .site-header__action:hover {
  background: var(--italian-red-hover);
}

.hero-section {
  padding: 92px 0px 96px;
  background: radial-gradient(circle at 72% 35%, rgba(118, 66, 24, 0.14) 0%, rgba(15, 15, 17, 0) 38%), linear-gradient(180deg, #141010 0%, #0F0F11 100%);
}

.hero-section .hero-section__container {
  width: 100%;
  max-width: 1280px;
}

.hero-section .hero-section__row {
  row-gap: 50px;
}

.hero-section .hero-section__content-col {
  padding-right: 44px;
}

.hero-section .hero-section__eyebrow {
  width: auto;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 8px 13px;
  border: 1px solid rgba(200, 16, 46, 0.32);
  border-radius: 18px;
  background: rgba(200, 16, 46, 0.08);
}

.hero-section .hero-section__eyebrow-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--italian-green);
}

.hero-section .hero-section__eyebrow-text {
  color: #F0445F;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 0.8px;
}

.hero-section .hero-section__title {
  max-width: 790px;
  margin: 0px 0px 24px;
  color: #FFFFFF;
  font-family: var(--font-serif);
  font-size: 64px;
  line-height: 68px;
  font-weight: 900;
  letter-spacing: -1.1px;
}

.hero-section .hero-section__accent {
  color: #E21D3C;
  font-style: italic;
}

.hero-section .hero-section__copy {
  max-width: 700px;
  margin: 0px 0px 30px;
  color: #A8A8AF;
  font-size: 18px;
  line-height: 30px;
  font-weight: 450;
}

.hero-section .hero-section__copy-highlight {
  color: #FFFFFF;
  font-weight: 800;
}

.hero-section .hero-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.hero-section .hero-section__primary-btn,
.hero-section .hero-section__secondary-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 9px;
  text-decoration: none;
  font-size: 15px;
  line-height: 21px;
  font-weight: 800;
  transition: all 0.25s ease;
}

.hero-section .hero-section__primary-btn {
  border: 1px solid #E52C48;
  background: var(--italian-red);
  color: #FFFFFF;
  box-shadow: 0px 14px 30px rgba(200, 16, 46, 0.30);
}

.hero-section .hero-section__secondary-btn {
  border: 1px solid #3A3A40;
  background: rgba(22, 22, 25, 0.66);
  color: #E3E3E7;
}

.hero-section .hero-section__secondary-btn:hover {
  border-color: #63636B;
  color: #FFFFFF;
}

.hero-section .hero-section__stats {
  display: flex;
  align-items: flex-start;
  gap: 56px;
  padding-top: 8px;
}

.hero-section .hero-section__stat {
  min-width: 120px;
}

.hero-section .hero-section__stat-value {
  margin: 0px 0px 4px;
  color: #FFFFFF;
  font-family: var(--font-serif);
  font-size: 28px;
  line-height: 34px;
  font-weight: 800;
}

.hero-section .hero-section__stat-value--red {
  color: #F0445F;
}

.hero-section .hero-section__stat-label {
  margin: 0px;
  color: #6F6F77;
  font-size: 11px;
  line-height: 16px;
  font-weight: 800;
  letter-spacing: 0.8px;
}

.hero-section .hero-section__media-col {
  display: flex;
  justify-content: flex-end;
}

.hero-section .hero-section__product-card {
  position: relative;
  width: 100%;
  max-width: 440px;
  padding: 16px;
  border: 1px solid #2F2924;
  border-radius: 18px;
  background: #09090A;
  box-shadow: 0px 0px 30px rgba(212, 175, 55, 0.22), 0px 22px 70px rgba(0, 0, 0, 0.38);
}

.hero-section .hero-section__product-image {
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 12px;
}

.hero-section .hero-section__price-badge {
  position: absolute;
  top: 34px;
  right: 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 10px 13px;
  border: 1px solid rgba(212, 175, 55, 0.42);
  border-radius: 7px;
  background: rgba(9, 9, 10, 0.90);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-section .hero-section__price-label {
  color: #A7A7AE;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
}

.hero-section .hero-section__price-value {
  color: #F1C94E;
  font-size: 20px;
  line-height: 25px;
  font-weight: 900;
}

.hero-section .hero-section__product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 2px 0px;
}

.hero-section .hero-section__product-name {
  margin: 0px;
  color: #8F8F97;
  font-size: 13px;
  line-height: 19px;
}

.hero-section .hero-section__product-name-accent {
  color: #FFFFFF;
  font-weight: 800;
}

.hero-section .hero-section__pressure {
  flex: 0 0 auto;
  padding: 5px 8px;
  border: 1px solid rgba(200, 16, 46, 0.25);
  border-radius: 4px;
  background: rgba(200, 16, 46, 0.12);
  color: #F0445F;
  font-size: 11px;
  line-height: 16px;
  font-weight: 800;
}

.explorer-section {
  padding: 88px 0px;
  border-top: 1px solid #1D1D21;
  border-bottom: 1px solid #1D1D21;
  background: #080809;
}

.explorer-section .explorer-section__container {
  width: 100%;
  max-width: 1280px;
}

.explorer-section .explorer-section__heading {
  max-width: 780px;
  margin: 0px auto 48px;
  text-align: center;
}

.explorer-section .explorer-section__kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #E3B739;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 1px;
}

.explorer-section .explorer-section__title {
  margin: 0px 0px 12px;
  color: #FFFFFF;
  font-family: var(--font-serif);
  font-size: 42px;
  line-height: 50px;
  font-weight: 900;
}

.explorer-section .explorer-section__subtitle {
  margin: 0px;
  color: #8F8F97;
  font-size: 17px;
  line-height: 27px;
}

.explorer-section .explorer-section__row {
  align-items: center;
  row-gap: 30px;
}

.explorer-section .explorer-section__list-col {
  padding-right: 22px;
}

.explorer-section .explorer-section__variant-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.explorer-section .explorer-section__variant {
  width: 100%;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 15px;
  border: 1px solid #28282D;
  border-radius: 10px;
  background: #121214;
  color: #FFFFFF;
  text-align: left;
  cursor: pointer;
  transition: all 0.25s ease;
}

.explorer-section .explorer-section__variant:hover,
.explorer-section .explorer-section__variant--active {
  border-color: rgba(200, 16, 46, 0.62);
  background: #151416;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.20);
  transform: translateX(4px);
}

.explorer-section .explorer-section__variant--active {
  border-left: 4px solid var(--italian-red);
}

.explorer-section .explorer-section__variant-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.explorer-section .explorer-section__variant-title {
  color: #F7F7F8;
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
}

.explorer-section .explorer-section__variant-desc {
  color: #85858E;
  font-size: 13px;
  line-height: 19px;
}

.explorer-section .explorer-section__variant-tag {
  flex: 0 0 auto;
  padding: 5px 8px;
  border: 1px solid rgba(200, 16, 46, 0.26);
  border-radius: 4px;
  background: rgba(200, 16, 46, 0.12);
  color: #F0445F;
  font-size: 11px;
  line-height: 16px;
  font-weight: 800;
}

.explorer-section .explorer-section__preview-card {
  position: relative;
  min-height: 500px;
  height: 100%;
  padding: 14px;
  border: 1px solid #2D2924;
  border-radius: 17px;
  background: #111113;
  box-shadow: 0px 0px 34px rgba(212, 175, 55, 0.12), 0px 20px 60px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.explorer-section .explorer-section__preview-image {
  display: block;
  width: 100%;
  height: 470px;
  object-fit: contain;
  border-radius: 11px;
  background: #000000;
  transition: opacity 0.18s ease;
}

.explorer-section .explorer-section__preview-caption {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  padding: 16px 18px;
  border: 1px solid #333339;
  border-radius: 9px;
  background: rgba(9, 9, 10, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.explorer-section .explorer-section__preview-title {
  margin: 0px 0px 5px;
  color: #FFFFFF;
  font-family: var(--font-serif);
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
}

.explorer-section .explorer-section__preview-copy {
  margin: 0px;
  color: #9A9AA2;
  font-size: 14px;
  line-height: 21px;
}

.value-section {
  padding: 88px 0px;
  background: #0A0A0B;
}

.value-section .value-section__container {
  width: 100%;
  max-width: 1280px;
}

.value-section .value-section__heading {
  max-width: 780px;
  margin: 0px auto 44px;
  text-align: center;
}

.value-section .value-section__title {
  margin: 0px 0px 12px;
  color: #FFFFFF;
  font-family: var(--font-serif);
  font-size: 42px;
  line-height: 50px;
  font-weight: 900;
}

.value-section .value-section__subtitle {
  margin: 0px;
  color: #8F8F97;
  font-size: 17px;
  line-height: 27px;
}

.value-section .value-section__row {
  row-gap: 24px;
}

.value-section .value-section__card {
  height: 100%;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #2A2A30;
  border-radius: 12px;
  background: rgba(22, 22, 25, 0.80);
  box-shadow: 0px 16px 38px rgba(0, 0, 0, 0.18);
}

.value-section .value-section__card--gold {
  border-color: rgba(212, 175, 55, 0.30);
  box-shadow: 0px 0px 26px rgba(212, 175, 55, 0.09), 0px 16px 38px rgba(0, 0, 0, 0.18);
}

.value-section .value-section__icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border: 1px solid rgba(200, 16, 46, 0.30);
  border-radius: 9px;
  background: rgba(200, 16, 46, 0.10);
  color: #F0445F;
  font-size: 22px;
}

.value-section .value-section__icon--gold {
  border-color: rgba(212, 175, 55, 0.30);
  background: rgba(212, 175, 55, 0.10);
  color: #E4B93E;
}

.value-section .value-section__icon--green {
  border-color: rgba(0, 146, 70, 0.30);
  background: rgba(0, 146, 70, 0.10);
  color: #26B76B;
}

.value-section .value-section__card-title {
  margin: 0px 0px 12px;
  color: #FFFFFF;
  font-size: 21px;
  line-height: 28px;
  font-weight: 800;
}

.value-section .value-section__card-copy {
  flex: 1 1 auto;
  margin: 0px 0px 24px;
  color: #96969E;
  font-size: 16px;
  line-height: 26px;
}

.value-section .value-section__label {
  margin: 0px 0px 6px;
  padding-top: 18px;
  border-top: 1px solid #27272C;
  color: #74747C;
  font-size: 11px;
  line-height: 16px;
  font-weight: 800;
  letter-spacing: 0.6px;
}

.value-section .value-section__price {
  margin: 0px;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 34px;
  font-weight: 900;
}

.value-section .value-section__price--gold {
  color: #F1C94E;
}

.value-section .value-section__price--green {
  color: #2FCF7D;
}

.savings-section {
  padding: 64px 0px;
  background: #141112;
}

.savings-section .savings-section__container {
  width: 100%;
  max-width: 1280px;
}

.savings-section .savings-section__panel {
  padding: 48px;
  border: 1px solid rgba(200, 16, 46, 0.48);
  border-radius: 16px;
  background: #09090A;
  box-shadow: 0px 0px 25px rgba(200, 16, 46, 0.10);
}

.savings-section .savings-section__row {
  align-items: center;
  margin-left: -24px;
  margin-right: -24px;
  row-gap: 36px;
}

.savings-section .savings-section__controls-col,
.savings-section .savings-section__results-col {
  padding-left: 24px;
  padding-right: 24px;
}

.savings-section .savings-section__kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #FF3655;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 1px;
}

.savings-section .savings-section__title {
  margin: 0px 0px 14px;
  color: #FFFFFF;
  font-family: var(--font-serif);
  font-size: 30px;
  line-height: 38px;
  font-weight: 900;
}

.savings-section .savings-section__subtitle {
  max-width: 670px;
  margin: 0px 0px 34px;
  color: #A3A0A2;
  font-size: 14px;
  line-height: 22px;
}

.savings-section .savings-section__control {
  margin-top: 28px;
}

.savings-section .savings-section__control-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 13px;
}

.savings-section .savings-section__control-label {
  color: #F0EFF1;
  font-size: 14px;
  line-height: 21px;
  font-weight: 800;
}

.savings-section .savings-section__control-value {
  color: #FF3555;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
}

.savings-section .savings-section__range {
  display: block;
  width: 100%;
  height: 8px;
  margin: 0px;
  border: 0px;
  border-radius: 8px;
  outline: 0px;
  background: #2B2829;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.savings-section .savings-section__range::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  border: 0px;
  border-radius: 8px;
  background: #2B2829;
}

.savings-section .savings-section__range::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  margin-top: -8px;
  border: 2px solid #D4AF37;
  border-radius: 50%;
  background: #D91535;
  box-shadow: 0px 0px 10px rgba(200, 16, 46, 0.55);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.savings-section .savings-section__range::-moz-range-track {
  width: 100%;
  height: 8px;
  border: 0px;
  border-radius: 8px;
  background: #2B2829;
}

.savings-section .savings-section__range::-moz-range-progress {
  height: 8px;
  border-radius: 8px;
  background: #2B2829;
}

.savings-section .savings-section__range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border: 2px solid #D4AF37;
  border-radius: 50%;
  background: #D91535;
  box-shadow: 0px 0px 10px rgba(200, 16, 46, 0.55);
  cursor: pointer;
}

.savings-section .savings-section__result-card {
  width: 100%;
  padding: 32px;
  border: 1px solid #2B292A;
  border-radius: 12px;
  background: #1A1818;
}

.savings-section .savings-section__result-row {
  padding: 0px;
}

.savings-section .savings-section__result-label {
  margin: 0px 0px 7px;
  color: #7F7774;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 0px;
}

.savings-section .savings-section__result-label--green {
  color: #00D66F;
}

.savings-section .savings-section__result-old,
.savings-section .savings-section__result-normal,
.savings-section .savings-section__result-saving {
  margin: 0px;
  font-family: var(--font-serif);
  font-weight: 900;
}

.savings-section .savings-section__result-old {
  color: #9D9794;
  font-size: 24px;
  line-height: 30px;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.savings-section .savings-section__result-normal {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 27px;
}

.savings-section .savings-section__result-saving {
  margin-top: 2px;
  color: #0AD574;
  font-size: 48px;
  line-height: 54px;
}

.savings-section .savings-section__result-note {
  display: block;
  margin-top: 2px;
  color: #77716E;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
}

.savings-section .savings-section__divider {
  width: 100%;
  height: 1px;
  margin: 20px 0px;
  background: #302D2D;
}

.blends-section {
  padding: 80px 0px;
  background: #101012;
}

.blends-section .blends-section__container {
  width: 100%;
  max-width: 1280px;
}

.blends-section .blends-section__heading {
  max-width: 720px;
  margin: 0px auto 38px;
  text-align: center;
}

.blends-section .blends-section__kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #F0445F;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 1px;
}

.blends-section .blends-section__title {
  margin: 0px 0px 11px;
  color: #FFFFFF;
  font-family: var(--font-serif);
  font-size: 36px;
  line-height: 44px;
  font-weight: 900;
}

.blends-section .blends-section__subtitle {
  margin: 0px;
  color: #959197;
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
}

.blends-section .blends-section__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px;
  margin-bottom: 24px;
  border-bottom: 1px solid #25252A;
}

.blends-section .blends-section__tab {
  padding: 12px 20px;
  border: 0px;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #918D93;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.blends-section .blends-section__tab:hover,
.blends-section .blends-section__tab--active {
  border-bottom-color: #C8102E;
  color: #EF3552;
}

.blends-section .blends-section__cards {
  row-gap: 20px;
}

.blends-section .blends-section__card-col {
  display: flex;
}

.blends-section .blends-section__card {
  width: 100%;
  min-height: 160px;
  padding: 24px;
  border: 1px solid #303036;
  border-radius: 12px;
  background: #171719;
}

.blends-section .blends-section__card--featured {
  border-color: rgba(212, 175, 55, 0.48);
}

.blends-section .blends-section__card-title {
  margin: 0px 0px 8px;
  color: #F5F3F3;
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 27px;
  font-weight: 800;
}

.blends-section .blends-section__card-copy {
  min-height: 44px;
  margin: 0px 0px 14px;
  color: #A19DA2;
  font-size: 14px;
  line-height: 23px;
}

.blends-section .blends-section__intensity {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blends-section .blends-section__intensity-label {
  color: #F3B516;
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
}

.blends-section .blends-section__bars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.blends-section .blends-section__bar {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #FF314C;
}

.blends-section .blends-section__bar--active {
  background: #FF314C;
}

.blends-section .blends-section__score {
  margin-left: 24px;
  color: #F6C91E;
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
}

.video-section {
  padding: 88px 0px 92px;
  border-top: 1px solid #1D1D21;
  background: #080809;
}

.video-section .video-section__container {
  width: 100%;
  max-width: 1320px;
}

.video-section .video-section__heading {
  max-width: 820px;
  margin: 0px auto 42px;
  text-align: center;
}

.video-section .video-section__kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #E3B739;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 1px;
}

.video-section .video-section__title {
  margin: 0px 0px 12px;
  color: #FFFFFF;
  font-family: var(--font-serif);
  font-size: 42px;
  line-height: 50px;
  font-weight: 900;
}

.video-section .video-section__subtitle {
  margin: 0px auto;
  max-width: 720px;
  color: #8F8F97;
  font-size: 16px;
  line-height: 26px;
}

.video-section .video-section__row {
  margin-left: -12px;
  margin-right: -12px;
}

.video-section .video-section__col {
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

.video-section .video-section__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #29292E;
  border-radius: 18px;
  background: #111113;
  box-shadow: 0px 20px 55px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.video-section .video-section__card:hover {
  border-color: rgba(227, 183, 57, 0.42);
  box-shadow: 0px 26px 70px rgba(0, 0, 0, 0.42);
}

.video-section .video-section__media {
  position: relative;
  width: 100%;
  height: 245px;
  overflow: hidden;
  background: #000000;
}

.video-section .video-section__tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  padding: 7px 11px;
  border: 1px solid rgba(255, 96, 116, 0.30);
  border-radius: 15px;
  background: rgba(200, 16, 46, 0.92);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 16px;
  font-weight: 800;
  letter-spacing: 0.6px;
}

.video-section .video-section__video {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: center center;
  background: #000000;
}

.video-section .video-section__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 22px 24px;
}

.video-section .video-section__number {
  display: block;
  margin-bottom: 8px;
  color: #E3B739;
  font-size: 11px;
  line-height: 17px;
  font-weight: 800;
  letter-spacing: 0.8px;
}

.video-section .video-section__card-title {
  margin: 0px 0px 9px;
  color: #FFFFFF;
  font-size: 21px;
  line-height: 29px;
  font-weight: 800;
}

.video-section .video-section__card-copy {
  margin: 0px;
  color: #9B9BA3;
  font-size: 14px;
  line-height: 23px;
}

.video-section .video-section__fallback {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
}

.reserve-section {
  padding: 94px 0px;
  background: #101012;
}

.reserve-section .reserve-section__container {
  width: 100%;
  max-width: 1000px;
}

.reserve-section .reserve-section__panel {
  width: 100%;
  max-width: 900px;
  margin: 0px auto;
  padding: 42px;
  border: 1px solid rgba(212, 175, 55, 0.42);
  border-radius: 16px;
  background: #0A0A0B;
  box-shadow: 0px 0px 30px rgba(212, 175, 55, 0.10), 0px 20px 60px rgba(0, 0, 0, 0.28);
}

.reserve-section .reserve-section__heading {
  max-width: 700px;
  margin: 0px auto 26px;
  text-align: center;
}

.reserve-section .reserve-section__kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #E3B739;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 1px;
}

.reserve-section .reserve-section__title {
  margin: 0px;
  color: #FFFFFF;
  font-family: var(--font-serif);
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
}

.reserve-section .reserve-section__steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 430px;
  margin: 0px auto 30px;
}

.reserve-section .reserve-section__step {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.reserve-section .reserve-section__step-number {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #303036;
  border-radius: 50%;
  background: #18181B;
  color: #77777F;
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
}

.reserve-section .reserve-section__step--active .reserve-section__step-number {
  border-color: var(--italian-red);
  background: var(--italian-red);
  color: #FFFFFF;
}

.reserve-section .reserve-section__step-label {
  color: #707078;
  font-size: 11px;
  line-height: 16px;
  font-weight: 800;
  letter-spacing: 0.6px;
}

.reserve-section .reserve-section__step--active .reserve-section__step-label {
  color: #FFFFFF;
}

.reserve-section .reserve-section__step-line {
  width: 70px;
  height: 2px;
  margin-top: 14px;
  background: #2D2D32;
}

.reserve-section .reserve-section__form-step {
  display: none;
}

.reserve-section .reserve-section__form-step--active {
  display: block;
}

.reserve-section .reserve-section__form-row,
.reserve-section .reserve-section__model-row {
  row-gap: 18px;
}

.reserve-section .reserve-section__label {
  display: block;
  margin-bottom: 7px;
  color: #A4A4AC;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 0.6px;
}

.reserve-section .reserve-section__input {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid #34343A;
  border-radius: 7px;
  outline: none;
  background: rgba(15, 15, 17, 0.92);
  color: #FFFFFF;
  font-size: 15px;
  line-height: 22px;
  transition: all 0.2s ease;
}

.reserve-section .reserve-section__input::placeholder {
  color: #66666E;
}

.reserve-section .reserve-section__input:focus {
  border-color: var(--italian-red);
  box-shadow: 0px 0px 10px rgba(200, 16, 46, 0.28);
}

.reserve-section .reserve-section__select {
  color: #DADADF;
}

.reserve-section .reserve-section__option {
  background: #111113;
  color: #FFFFFF;
}

.reserve-section .reserve-section__next,
.reserve-section .reserve-section__back {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 13px 18px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 900;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.reserve-section .reserve-section__next {
  width: 100%;
  border: 1px solid #E52C48;
  background: var(--italian-red);
  color: #FFFFFF;
  box-shadow: 0px 12px 28px rgba(200, 16, 46, 0.24);
}

.reserve-section .reserve-section__back {
  width: 30%;
  border: 1px solid #34343A;
  background: #171719;
  color: #D8D8DD;
}

.reserve-section .reserve-section__next--split {
  width: 68%;
}

.reserve-section .reserve-section__nav-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.reserve-section .reserve-section__question {
  margin: 0px 0px 18px;
  color: #E7E7EA;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.reserve-section .reserve-section__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.reserve-section .reserve-section__choice {
  width: calc(50% - 6px);
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #303036;
  border-radius: 8px;
  background: #151517;
  cursor: pointer;
  transition: all 0.2s ease;
}

.reserve-section .reserve-section__choice:hover {
  border-color: rgba(212, 175, 55, 0.35);
}

.reserve-section .reserve-section__choice-input {
  accent-color: var(--italian-red);
}

.reserve-section .reserve-section__choice-text {
  color: #B0B0B7;
  font-size: 14px;
  line-height: 21px;
}

.reserve-section .reserve-section__model-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 12px;
  border: 1px solid #303036;
  border-radius: 9px;
  background: #151517;
  cursor: pointer;
  transition: all 0.2s ease;
}

.reserve-section .reserve-section__model-card:has(.reserve-section__model-input:checked) {
  border-color: var(--italian-red);
  box-shadow: 0px 0px 18px rgba(200, 16, 46, 0.13);
}

.reserve-section .reserve-section__model-input {
  position: absolute;
  top: 12px;
  right: 12px;
  accent-color: var(--italian-red);
}

.reserve-section .reserve-section__model-image {
  width: 100%;
  height: 160px;
  object-fit: contain;
  margin-bottom: 10px;
  border-radius: 7px;
  background: #080809;
}

.reserve-section .reserve-section__model-title {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 22px;
  font-weight: 800;
}

.reserve-section .reserve-section__model-desc {
  margin-top: 3px;
  color: #808088;
  font-size: 12px;
  line-height: 18px;
}

.reserve-section .reserve-section__note {
  margin: 18px 0px 0px;
  color: #77777F;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}

.site-footer {
  padding: 42px 0px;
  border-top: 1px solid #1E1E22;
  background: #080809;
}

.site-footer .site-footer__container {
  width: 100%;
  max-width: 1280px;
  text-align: center;
}

.site-footer .site-footer__brand {
  margin: 0px 0px 12px;
  color: #FFFFFF;
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 28px;
  font-weight: 900;
  letter-spacing: 1.5px;
}

.site-footer .site-footer__brand-accent {
  color: var(--italian-red);
}

.site-footer .site-footer__copy {
  max-width: 760px;
  margin: 0px auto;
  color: #686870;
  font-size: 12px;
  line-height: 19px;
}

.reservation-modal {
  position: fixed;
  inset: 0px;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.reservation-modal.reservation-modal--open {
  display: flex;
}

.reservation-modal .reservation-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 560px;
  padding: 40px;
  border: 1px solid rgba(200, 16, 46, 0.62);
  border-radius: 15px;
  background: #0D0D0F;
  box-shadow: 0px 0px 34px rgba(200, 16, 46, 0.18), 0px 24px 80px rgba(0, 0, 0, 0.50);
  text-align: center;
}

.reservation-modal .reservation-modal__close {
  position: absolute;
  top: 12px;
  right: 15px;
  border: 0px;
  background: transparent;
  color: #8D8D95;
  font-size: 27px;
  line-height: 30px;
  cursor: pointer;
}

.reservation-modal .reservation-modal__kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #F0445F;
  font-size: 11px;
  line-height: 16px;
  font-weight: 900;
  letter-spacing: 1px;
}

.reservation-modal .reservation-modal__title {
  margin: 0px 0px 12px;
  color: #FFFFFF;
  font-family: var(--font-serif);
  font-size: 34px;
  line-height: 42px;
  font-weight: 900;
}

.reservation-modal .reservation-modal__copy {
  margin: 0px auto 22px;
  max-width: 430px;
  color: #9A9AA2;
  font-size: 15px;
  line-height: 23px;
}

.reservation-modal .reservation-modal__summary {
  padding: 18px;
  border: 1px solid #2C2C31;
  border-radius: 9px;
  background: #161619;
  text-align: left;
}

.reservation-modal .reservation-modal__summary-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0px 0px 10px;
  color: #85858D;
  font-size: 13px;
  line-height: 19px;
}

.reservation-modal .reservation-modal__summary-line:last-child {
  margin-bottom: 0px;
}

.reservation-modal .reservation-modal__summary-value {
  color: #FFFFFF;
  font-weight: 800;
  text-align: right;
}

.reservation-modal .reservation-modal__button {
  width: 100%;
  min-height: 46px;
  margin-top: 20px;
  border: 1px solid #323238;
  border-radius: 8px;
  background: #19191C;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 1400px) {

  .site-header .site-header__container,
  .hero-section .hero-section__container,
  .explorer-section .explorer-section__container,
  .value-section .value-section__container,
  .savings-section .savings-section__container,
  .blends-section .blends-section__container,
  .site-footer .site-footer__container {
    max-width: 1180px;
  }

  .hero-section .hero-section__title {
    font-size: 60px;
    line-height: 64px;
  }

  .hero-section .hero-section__product-card {
    max-width: 420px;
  }
}

@media (max-width: 1200px) {

  .site-header .site-header__container,
  .hero-section .hero-section__container,
  .explorer-section .explorer-section__container,
  .value-section .value-section__container,
  .savings-section .savings-section__container,
  .blends-section .blends-section__container,
  .site-footer .site-footer__container {
    max-width: 1080px;
  }

  .site-header .site-header__brand {
    font-size: 22px;
  }

  .site-header .site-header__batch-copy,
  .site-header .site-header__batch-time {
    font-size: 11px;
  }

  .hero-section {
    padding: 78px 0px 84px;
  }

  .hero-section .hero-section__content-col {
    padding-right: 28px;
  }

  .hero-section .hero-section__title {
    font-size: 55px;
    line-height: 59px;
  }

  .hero-section .hero-section__copy {
    font-size: 17px;
    line-height: 29px;
  }

  .hero-section .hero-section__stats {
    gap: 34px;
  }

  .hero-section .hero-section__product-image {
    height: 350px;
  }

  .explorer-section .explorer-section__preview-image {
    height: 430px;
  }
}

@media (max-width: 992px) {

  .site-header .site-header__container,
  .hero-section .hero-section__container,
  .explorer-section .explorer-section__container,
  .value-section .value-section__container,
  .savings-section .savings-section__container,
  .blends-section .blends-section__container,
  .video-section .video-section__container,
  .reserve-section .reserve-section__container,
  .site-footer .site-footer__container {
    max-width: 900px;
  }

  .site-header .site-header__brand-wrap,
  .site-header .site-header__action-wrap {
    width: 30%;
  }

  .site-header .site-header__batch {
    width: 40%;
  }

  .site-header .site-header__batch-copy {
    display: none;
  }

  .hero-section {
    padding: 68px 0px 74px;
  }

  .hero-section .hero-section__content-col {
    padding-right: 12px;
  }

  .hero-section .hero-section__title {
    max-width: 760px;
    font-size: 52px;
    line-height: 57px;
  }

  .hero-section .hero-section__media-col {
    justify-content: flex-start;
  }

  .hero-section .hero-section__product-card {
    max-width: 520px;
  }

  .hero-section .hero-section__product-image {
    height: 410px;
  }

  .explorer-section,
  .value-section,
  .blends-section,
  .video-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .explorer-section .explorer-section__list-col {
    padding-right: 12px;
  }

  .explorer-section .explorer-section__preview-card {
    min-height: 460px;
  }

  .explorer-section .explorer-section__preview-image {
    height: 430px;
  }

  .value-section .value-section__card {
    min-height: 0px;
  }

  .savings-section {
    padding: 64px 0px;
  }

  .savings-section .savings-section__row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .savings-section .savings-section__controls-col,
  .savings-section .savings-section__results-col {
    padding-left: 12px;
    padding-right: 12px;
  }

  .savings-section .savings-section__panel {
    padding: 34px;
  }

  .reserve-section {
    padding: 76px 0px;
  }
}

@media (max-width: 768px) {
  .site-header .site-header__container {
    min-height: 64px;
    gap: 12px;
  }

  .site-header .site-header__brand-wrap {
    width: 48%;
  }

  .site-header .site-header__action-wrap {
    width: 52%;
  }

  .site-header .site-header__batch {
    display: none;
  }

  .site-header .site-header__brand {
    font-size: 20px;
    letter-spacing: 1.2px;
  }

  .site-header .site-header__action {
    min-height: 40px;
    padding: 10px 16px;
    font-size: 11px;
  }

  .hero-section {
    padding: 54px 0px 62px;
  }

  .hero-section .hero-section__title {
    font-size: 46px;
    line-height: 51px;
    letter-spacing: -0.6px;
  }

  .hero-section .hero-section__copy {
    font-size: 16px;
    line-height: 27px;
  }

  .hero-section .hero-section__actions {
    flex-direction: column;
  }

  .hero-section .hero-section__primary-btn,
  .hero-section .hero-section__secondary-btn {
    width: 100%;
  }

  .hero-section .hero-section__stats {
    gap: 20px;
  }

  .hero-section .hero-section__stat {
    min-width: 0px;
    width: 33.333%;
  }

  .hero-section .hero-section__stat-value {
    font-size: 24px;
    line-height: 29px;
  }

  .hero-section .hero-section__product-image {
    height: 360px;
  }

  .explorer-section,
  .value-section,
  .blends-section,
  .video-section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .explorer-section .explorer-section__heading,
  .value-section .value-section__heading,
  .blends-section .blends-section__heading,
  .video-section .video-section__heading {
    margin-bottom: 34px;
  }

  .explorer-section .explorer-section__title,
  .value-section .value-section__title,
  .video-section .video-section__title {
    font-size: 37px;
    line-height: 44px;
  }

  .blends-section .blends-section__title {
    font-size: 36px;
    line-height: 44px;
  }

  .explorer-section .explorer-section__subtitle,
  .value-section .value-section__subtitle,
  .blends-section .blends-section__subtitle,
  .video-section .video-section__subtitle {
    font-size: 15px;
    line-height: 25px;
  }

  .explorer-section .explorer-section__preview-card {
    min-height: 410px;
  }

  .explorer-section .explorer-section__preview-image {
    height: 390px;
  }

  .savings-section {
    padding: 56px 0px;
  }

  .savings-section .savings-section__panel {
    padding: 28px;
  }

  .savings-section .savings-section__title {
    font-size: 30px;
    line-height: 38px;
  }

  .savings-section .savings-section__result-saving {
    font-size: 44px;
    line-height: 50px;
  }

  .blends-section .blends-section__tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .blends-section .blends-section__tab {
    flex: 0 0 auto;
  }

  .reserve-section {
    padding: 64px 0px;
  }

  .reserve-section .reserve-section__panel {
    padding: 28px;
  }

  .reserve-section .reserve-section__title {
    font-size: 35px;
    line-height: 42px;
  }

  .reserve-section .reserve-section__choice {
    width: 100%;
  }
}

@media (max-width: 576px) {

  .site-header .site-header__container,
  .hero-section .hero-section__container,
  .explorer-section .explorer-section__container,
  .value-section .value-section__container,
  .savings-section .savings-section__container,
  .blends-section .blends-section__container,
  .video-section .video-section__container,
  .reserve-section .reserve-section__container,
  .site-footer .site-footer__container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-header .site-header__brand {
    font-size: 18px;
    letter-spacing: 0.8px;
  }

  .site-header .site-header__action {
    padding: 10px 12px;
    font-size: 10px;
    letter-spacing: 0.4px;
  }

  .hero-section {
    padding: 44px 0px 54px;
  }

  .hero-section .hero-section__eyebrow {
    align-items: flex-start;
    padding: 8px 10px;
  }

  .hero-section .hero-section__eyebrow-text {
    font-size: 11px;
    line-height: 16px;
  }

  .hero-section .hero-section__title {
    font-size: 40px;
    line-height: 45px;
  }

  .hero-section .hero-section__copy {
    font-size: 15px;
    line-height: 26px;
  }

  .hero-section .hero-section__stats {
    gap: 12px;
  }

  .hero-section .hero-section__stat-value {
    font-size: 21px;
    line-height: 26px;
  }

  .hero-section .hero-section__stat-label {
    font-size: 10px;
    line-height: 14px;
  }

  .hero-section .hero-section__product-card {
    padding: 11px;
  }

  .hero-section .hero-section__product-image {
    height: 300px;
  }

  .hero-section .hero-section__price-badge {
    top: 22px;
    right: 22px;
    padding: 8px 10px;
  }

  .hero-section .hero-section__product-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .explorer-section,
  .value-section,
  .blends-section,
  .video-section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .explorer-section .explorer-section__title,
  .value-section .value-section__title,
  .video-section .video-section__title {
    font-size: 33px;
    line-height: 40px;
  }

  .blends-section .blends-section__title {
    font-size: 30px;
    line-height: 38px;
  }

  .explorer-section .explorer-section__variant {
    min-height: 74px;
    padding: 12px;
  }

  .explorer-section .explorer-section__variant-title {
    font-size: 14px;
  }

  .explorer-section .explorer-section__variant-desc {
    font-size: 11px;
    line-height: 17px;
  }

  .explorer-section .explorer-section__preview-card {
    min-height: 350px;
    padding: 10px;
  }

  .explorer-section .explorer-section__preview-image {
    height: 330px;
  }

  .explorer-section .explorer-section__preview-caption {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 13px;
  }

  .explorer-section .explorer-section__preview-title {
    font-size: 21px;
    line-height: 26px;
  }

  .value-section .value-section__card {
    padding: 24px;
  }

  .savings-section {
    padding: 48px 0px;
  }

  .savings-section .savings-section__panel {
    padding: 22px;
  }

  .savings-section .savings-section__title {
    font-size: 28px;
    line-height: 35px;
  }

  .savings-section .savings-section__control-head {
    align-items: flex-start;
  }

  .savings-section .savings-section__result-card {
    padding: 22px;
  }

  .savings-section .savings-section__result-old {
    font-size: 24px;
    line-height: 30px;
  }

  .savings-section .savings-section__result-normal {
    font-size: 20px;
    line-height: 27px;
  }

  .savings-section .savings-section__result-saving {
    font-size: 38px;
    line-height: 46px;
  }

  .video-section .video-section__frame {
    padding: 8px;
  }

  .video-section .video-section__tag {
    top: 18px;
    left: 18px;
    font-size: 10px;
  }

  .reserve-section {
    padding: 52px 0px;
  }

  .reserve-section .reserve-section__panel {
    padding: 22px;
  }

  .reserve-section .reserve-section__title {
    font-size: 32px;
    line-height: 39px;
  }

  .reserve-section .reserve-section__steps {
    max-width: 100%;
  }

  .reserve-section .reserve-section__step {
    width: 82px;
  }

  .reserve-section .reserve-section__step-line {
    width: 32px;
  }

  .reserve-section .reserve-section__step-label {
    font-size: 10px;
  }

  .reserve-section .reserve-section__nav-actions {
    flex-direction: column;
  }

  .reserve-section .reserve-section__back,
  .reserve-section .reserve-section__next--split {
    width: 100%;
  }

  .reserve-section .reserve-section__model-image {
    height: 190px;
  }

  .reservation-modal .reservation-modal__dialog {
    padding: 30px 22px;
  }

  .reservation-modal .reservation-modal__title {
    font-size: 30px;
    line-height: 37px;
  }

  .reservation-modal .reservation-modal__summary-line {
    flex-direction: column;
    gap: 3px;
  }

  .reservation-modal .reservation-modal__summary-value {
    text-align: left;
  }
}
@media (max-width: 1400px) {
  .video-section .video-section__container {
    max-width: 1240px;
  }

  .video-section .video-section__media,
  .video-section .video-section__video {
    height: 290px;
  }
}

@media (max-width: 1200px) {
  .video-section .video-section__media,
  .video-section .video-section__video {
    height: 280px;
  }

  .video-section .video-section__content {
    padding: 20px;
  }
}

@media (max-width: 992px) {
  .video-section .video-section__media,
  .video-section .video-section__video {
    height: 270px;
  }
}

@media (max-width: 768px) {
  .video-section .video-section__media,
  .video-section .video-section__video {
    height: 250px;
  }

  .video-section .video-section__card-title {
    font-size: 19px;
    line-height: 27px;
  }
}

@media (max-width: 576px) {
  .video-section .video-section__row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .video-section .video-section__col {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 18px;
  }

  .video-section .video-section__media,
  .video-section .video-section__video {
    height: 230px;
  }

  .video-section .video-section__content {
    padding: 18px;
  }
}
