.fr-page {
  background: #fdfbf7;
}

.fr-page .header {
  background: #fff;
}

.fr-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  color: #e6007e !important;
  font-weight: 800 !important;
  font-size: 11px !important;
  letter-spacing: 3px;
}

.fr-kicker--sm {
  font-size: 10px;
  letter-spacing: 2px;
}

.fr-kicker--wine {
  color: #9d263e;
}

.fr-rule {
  width: 32px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.fr-rule--sm {
  width: 24px;
}

.fr-rule--light {
  background: rgba(255, 255, 255, 0.65);
}

.fr-hero {
  display: grid;
  grid-template-columns: var(--side) minmax(0, 780px) minmax(0, 660px) var(--side);
  min-height: 640px;
  background: #fff;
}

.fr-hero-copy {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  padding: 100px 64px 100px 84px;
}

.fr-hero h1 {
  margin: 12px 0 0;
  font-family: var(--font-serif);
  font-size: 64px;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: -3px;
  color: #1c1c19;
  text-transform: uppercase;
}

.fr-hero-lead {
  margin: 0;
  max-width: 560px;
  font-size: 20px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.65);
}

.fr-hero-lead strong {
  color: #e6007e;
  font-weight: 800;
}

.fr-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 18px 40px;
  border: 0;
  background: #e6007e;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.fr-cta:hover {
  background: #1c1c19;
}

.fr-cta--lg {
  padding: 20px 48px;
  font-size: 13px;
}

.fr-hero-media {
  grid-column: 3 / -1;
  position: relative;
  min-height: 420px;
  background: #fdfbf7;
  overflow: hidden;
}

.fr-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fr-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(230, 0, 126, 0.04);
  pointer-events: none;
}

.fr-hero-chip {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 1;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2px;
  color: #1c1c19;
}

.fr-ready {
  display: grid;
  grid-template-columns: var(--side) minmax(0, 560px) minmax(0, 1fr) var(--side);
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fr-ready-photo {
  grid-column: 1 / 3;
  position: relative;
  min-height: 700px;
  background: #1c1c19;
  overflow: hidden;
}

.fr-ready-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fr-ready-badge {
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 1;
  padding: 8px 16px;
  background: #e6007e;
  color: #fff;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.fr-ready-copy {
  grid-column: 3 / -1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 80px 84px 80px 72px;
}

.fr-ready-copy h2 {
  margin: 0 0 16px;
  font-family: var(--font-serif);
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -2px;
  color: #1c1c19;
}

.fr-ready-copy h2 span {
  color: #e6007e;
}

.fr-ready-copy > p {
  margin: 0;
  font-size: 15px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.65);
}

.fr-why-label {
  margin: 0 0 20px;
  color: #e6007e;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fr-why {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fr-why li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 22px;
  color: #1c1c19;
}

.fr-dot {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
}

.fr-dot span {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #e6007e;
}

.fr-sphere {
  background: #1c1c19;
  padding: 120px var(--inset-x);
}

.fr-sphere .fr-kicker {
  margin-bottom: 24px;
}

.fr-sphere h2 {
  margin: 0 0 72px;
  max-width: 900px;
  font-family: var(--font-serif);
  font-size: 56px;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: -3px;
  color: #f4f0e9;
}

.fr-sphere-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
}

.fr-sphere-item .fr-num {
  margin: 0 0 24px;
  font-family: var(--font-serif);
  font-size: 80px;
  line-height: 80px;
  color: #9d263e;
  opacity: 0.4;
}

.fr-sphere-item h3 {
  margin: 0 0 12px;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.fr-sphere-item p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.65);
}

.fr-section {
  padding: 120px var(--inset-x);
}

.fr-section--cream {
  background: #fdfbf7;
}

.fr-section--white {
  background: #fff;
}

.fr-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 72px;
}

.fr-head h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: -2px;
  color: #1c1c19;
}

.fr-head p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.65);
}

.fr-adv-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.fr-adv {
  min-height: 262px;
  padding: 40px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.fr-adv-icon {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: #e6007e;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
}

.fr-adv-icon img {
  width: 24px;
  height: 24px;
}

.fr-adv p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #1c1c19;
}

.fr-blog {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  background: #1c1c19;
}

.fr-blog-bg {
  position: absolute;
  inset: 0;
}

.fr-blog-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fr-blog-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(28, 28, 25, 0.82);
}

.fr-blog-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 80px var(--inset-x);
}

.fr-blog-copy {
  max-width: 700px;
}

.fr-blog-copy .fr-kicker {
  margin-bottom: 32px;
}

.fr-blog-copy h2 {
  margin: 0 0 20px;
  font-family: var(--font-serif);
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -2px;
  color: #f4f0e9;
}

.fr-blog-copy p {
  margin: 0;
  max-width: 580px;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.65);
}

.fr-partner .fr-head {
  margin-bottom: 48px;
}

.fr-checks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fr-checks li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 22px;
  color: #1c1c19;
}

.fr-checks img {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 1px;
}

.fr-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 120px var(--inset-x);
  background: #1c1c19;
  text-align: center;
}

.fr-offer h2 {
  margin: 0 0 24px;
  max-width: 860px;
  font-family: var(--font-serif);
  font-size: 52px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -2px;
  color: #fff;
}

.fr-offer p {
  margin: 0 auto;
  max-width: 700px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  opacity: 0.85;
}

.fr-faq .fr-head {
  margin-bottom: 64px;
}

.fr-faq .fr-head h2 {
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -3px;
}

.fr-acc {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fr-acc-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.fr-acc-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 28px 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: inherit;
  font: inherit;
}

.fr-acc-btn span {
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 28px;
  color: #1c1c19;
}

.fr-acc-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: grid;
  place-items: center;
  position: relative;
}

.fr-acc-icon::before,
.fr-acc-icon::after {
  content: "";
  position: absolute;
  background: #1c1c19;
  border-radius: 1px;
}

.fr-acc-icon::before {
  width: 12px;
  height: 2px;
}

.fr-acc-icon::after {
  width: 2px;
  height: 12px;
}

.fr-acc-item.is-open .fr-acc-icon::after {
  display: none;
}

.fr-acc-panel {
  display: none;
  padding: 0 0 28px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.65);
}

.fr-acc-item.is-open .fr-acc-panel {
  display: block;
}

.fr-social-top {
  display: grid;
  grid-template-columns: var(--side) minmax(0, 840px) minmax(0, 600px) var(--side);
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.fr-social-bottom {
  display: grid;
  grid-template-columns: var(--side) minmax(0, 840px) minmax(0, 600px) var(--side);
  background: #fdfbf7;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fr-social-left,
.fr-materials {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 80px 64px 80px 84px;
}

.fr-social-left {
  grid-column: 2;
}

.fr-materials {
  grid-column: 3;
  padding: 80px 84px 80px 64px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.fr-social-left h2,
.fr-materials h2 {
  margin: 12px 0 0;
  font-family: var(--font-serif);
  font-size: 42px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: -2px;
  color: #1c1c19;
}

.fr-tg-card {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: inherit;
}

.fr-tg-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  background: #1c1c19;
}

.fr-tg-card strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  transition: color 0.25s ease;
}

.fr-tg-card:hover strong {
  color: #e6007e;
}

.fr-tg-card span {
  color: #e6007e;
  font-size: 13px;
}

.fr-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 14px 28px;
  border: 1px solid #1c1c19;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1c1c19;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.fr-outline:hover {
  background: #1c1c19;
  color: #fff;
}

.fr-ig {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.fr-ig a {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.fr-ig a strong {
  transition: color 0.25s ease;
}

.fr-ig a:hover strong {
  color: #e6007e;
}

.fr-ig img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
  background: #1c1c19;
}

.fr-ig strong {
  font-size: 13px;
}

.fr-ig span {
  color: #e6007e;
  font-size: 12px;
}

.fr-note {
  margin: 0;
  font-size: 10px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.45);
}

.fr-materials-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fr-materials-block > p {
  margin: 0;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.fr-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 24px 0;
}

.fr-tg {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.fr-tg-icon {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: #1c1c19;
  display: grid;
  place-items: center;
}

.fr-tg-icon img {
  width: 18px;
  height: 18px;
  display: block;
}

.fr-tg strong {
  display: block;
  font-size: 14px;
}

.fr-tg span {
  color: #e6007e;
  font-size: 12px;
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .fr-hero,
  .fr-ready,
  .fr-sphere-grid,
  .fr-adv-grid,
  .fr-social-top,
  .fr-social-bottom {
    grid-template-columns: 1fr;
  }

  .fr-hero-copy,
  .fr-hero-media,
  .fr-ready-photo,
  .fr-ready-copy,
  .fr-social-left,
  .fr-materials {
    grid-column: auto;
  }

  .fr-hero,
  .fr-ready-photo {
    min-height: 0;
  }

  .fr-hero-media,
  .fr-ready-photo {
    min-height: 360px;
    height: 360px;
  }

  .fr-hero-copy,
  .fr-ready-copy,
  .fr-sphere,
  .fr-section,
  .fr-offer,
  .fr-blog-inner,
  .fr-social-left,
  .fr-materials {
    padding: 48px 24px;
  }

  .fr-hero h1,
  .fr-sphere h2,
  .fr-head h2,
  .fr-offer h2,
  .fr-faq .fr-head h2 {
    font-size: clamp(30px, 8vw, 36px);
    line-height: 1.15;
  }

  .fr-blog-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .fr-hero-copy,
  .fr-ready-copy,
  .fr-sphere,
  .fr-section,
  .fr-offer,
  .fr-blog-inner,
  .fr-social-left,
  .fr-materials {
    padding: 40px 16px;
  }

  .fr-hero h1,
  .fr-sphere h2,
  .fr-head h2,
  .fr-offer h2,
  .fr-faq .fr-head h2,
  .fr-social h2,
  .fr-materials h2 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.5px;
  }

  .fr-hero-media,
  .fr-ready-photo {
    min-height: 240px;
    height: 260px;
  }

  .fr-sphere-item .fr-num {
    font-size: 48px;
  }

  .fr-ig {
    grid-template-columns: 1fr;
  }

  .fr-cta,
  .fr-cta--lg {
    width: 100%;
    padding: 16px 20px;
    text-align: center;
  }
}
