@import url("https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&display=swap");

@font-face {
  font-family: "Avenir Next Cyr";
  src: url("https://cdn.prod.website-files.com/689af01563721e10886cd67c/689af4b338cc77649905e9a8_AvenirNextCyr-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next Cyr";
  src: url("https://cdn.prod.website-files.com/689af01563721e10886cd67c/689af4b308eeb355e573d4c1_AvenirNextCyr-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next Cyr";
  src: url("https://cdn.prod.website-files.com/689af01563721e10886cd67c/689af4b33caff6492c1fccae_AvenirNextCyr-Demi.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond SND";
  src: url("https://cdn.prod.website-files.com/689af01563721e10886cd67c/69dd1672500ff58ec117b7a0_CormorantGaramond-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

:root {
  --snd-ink: #272525;
  --snd-ink-soft: #464445;
  --snd-muted: #706a6b;
  --snd-paper: #fffefe;
  --snd-surface: #f9f9f9;
  --snd-surface-alt: #f5f5f5;
  --snd-border: #e8cccc;
  --snd-bordeaux: #a42436;
  --snd-bordeaux-dark: #7b2033;
  --snd-red: #cb3344;
  --snd-rose: #fb7286;
  --snd-green: #00b317;
  --snd-green-hover: #15d72e;
  --snd-green-dark: #005118;

  --snd-gradient-red: linear-gradient(201deg, #ba2f43 12%, #bd2e42 37%, #fb7286 52%, #c53a4e 73%, #ba2f43);
  --snd-gradient-red-soft: linear-gradient(135deg, #ba2f43 12%, #e16b79 38%, #fb7286 52%, #bd2e42 73%, #7d0c1b);
  --snd-gradient-green: linear-gradient(54deg, #0bb220 3.37%, #008912 37%, #0bb220 60%, #008912 89%);

  --snd-font-body: "Avenir Next Cyr", Arial, sans-serif;
  --snd-font-display: "Cormorant Garamond SND", "Cormorant Garamond", Georgia, serif;
  --snd-font-label: "Courier Prime", "Courier New", monospace;

  --snd-container: 1280px;
  --snd-content: 1062px;
  --snd-radius-sm: 8px;
  --snd-radius-md: 12px;
  --snd-radius-lg: 16px;
  --snd-radius-xl: 20px;
  --snd-space-1: 4px;
  --snd-space-2: 8px;
  --snd-space-3: 12px;
  --snd-space-4: 16px;
  --snd-space-5: 20px;
  --snd-space-6: 24px;
  --snd-space-8: 32px;
  --snd-space-10: 40px;
  --snd-space-20: 80px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color-scheme: light;
  background: var(--snd-paper);
  font-family: var(--snd-font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  color: var(--snd-ink);
  background: var(--snd-paper);
  font-family: var(--snd-font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.44;
}

button,
a {
  font: inherit;
}

.snd-container {
  width: min(100%, var(--snd-container));
  margin-inline: auto;
  padding-inline: 16px;
}

.snd-content {
  width: min(100%, var(--snd-content));
  margin-inline: auto;
}

.snd-accent {
  margin-inline: -0.04em -0.14em;
  padding: 0.12em 0.14em 0.08em 0.04em;
  color: var(--snd-bordeaux);
  background: var(--snd-gradient-red);
  background-clip: text;
  box-decoration-break: clone;
  font-family: var(--snd-font-display);
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.28;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  -webkit-text-fill-color: transparent;
}

.snd-eyebrow {
  min-height: 28px;
  margin: 0 auto 16px;
  color: var(--snd-bordeaux);
  font-family: var(--snd-font-label);
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.32;
  text-transform: uppercase;
}

.snd-hero {
  min-height: 706px;
  padding-block: 40px 24px;
  overflow: hidden;
  background-color: var(--snd-paper);
  background-image: url("https://cdn.prod.website-files.com/689af01563721e10886cd67c/6a3cf38660cddb5bc22808d1_05368971a21f12a4ff32dbe0d95dbf52_1440%20px%20_%20landing%20page.avif");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.snd-marquee {
  width: min(665px, 100%);
  height: 28px;
  margin-inline: auto;
  overflow: hidden;
  white-space: nowrap;
}

.snd-marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
}

.snd-marquee-item {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding-inline: 12px;
}

.snd-info-icon {
  display: inline-grid;
  width: 14px;
  height: 14px;
  border: 1px solid currentColor;
  border-radius: 50%;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 9px;
  font-style: normal;
  line-height: 1;
}

.snd-hero-layout {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: stretch;
}

.snd-hero-copy {
  text-align: center;
}

.snd-hero-title {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.22;
}

.snd-hero-text {
  max-width: var(--snd-content);
  margin: 4px auto 0;
  color: var(--snd-ink-soft);
  font-size: 16px;
  line-height: 1.52;
}

.snd-video {
  position: relative;
  width: min(548px, 100%);
  aspect-ratio: 16 / 9;
  margin-inline: auto;
  overflow: hidden;
  border-radius: var(--snd-radius-xl);
  box-shadow: 0 7px 17px #b9939414;
  isolation: isolate;
}

.snd-video::before {
  position: absolute;
  z-index: -2;
  inset: -8px;
  content: "";
  background-image: url("https://cdn.prod.website-files.com/689af01563721e10886cd67c/6909bce32d573634cf25bf1e_04cd194fcb5772916cb50132bc8105b6_Frame%202085665627%20(1).avif");
  background-position: center;
  background-size: cover;
  filter: blur(4px);
  transform: scale(1.04);
}

.snd-video::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: rgb(39 37 37 / 28%);
  backdrop-filter: blur(3px);
}

.snd-video-copy {
  position: absolute;
  inset: 74px 16px auto;
  color: var(--snd-paper);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.snd-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 66px;
  height: 66px;
  padding: 8px;
  border: 1px solid rgb(255 255 255 / 35%);
  border-radius: 50%;
  background: rgb(255 255 255 / 8%);
  box-shadow: 0 5px 20px #79494a1a;
  place-items: center;
  transform: translate(-50%, -18%);
  backdrop-filter: blur(8px);
}

.snd-play::before {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  content: "";
  background: rgb(255 254 254 / 85%);
}

.snd-play::after {
  position: absolute;
  left: 30px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid var(--snd-bordeaux);
  content: "";
}

.snd-cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.snd-cta {
  display: inline-flex;
  min-height: 56px;
  padding: 4px 32px 4px 4px;
  border: 0;
  border-radius: var(--snd-radius-md);
  color: var(--snd-paper);
  background: var(--snd-green);
  box-shadow: 0 15px 16px -8px #24a4313d, inset 0 0 20px #baefc9;
  cursor: pointer;
  gap: 12px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.48;
  text-decoration: none;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.snd-cta:hover,
.snd-cta:focus-visible {
  background: var(--snd-green-hover);
  box-shadow: 0 15px 16px -5px #24a4313d, inset 0 0 20px #baefc9;
  outline: none;
  transform: translateY(-1px);
}

.snd-cta-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: var(--snd-radius-sm);
  background: rgb(136 124 124 / 6%);
  box-shadow: inset 0 0 20px rgb(255 255 255 / 12%);
  place-items: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.snd-cta-note {
  margin-top: 8px;
  color: var(--snd-green-dark);
  font-family: var(--snd-font-label);
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.32;
  text-align: center;
  text-transform: uppercase;
}

.snd-modal[hidden] {
  display: none;
}

.snd-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  padding: 20px;
  background: rgb(39 37 37 / 48%);
  place-items: center;
  backdrop-filter: blur(10px);
}

.snd-form-modal {
  padding: clamp(10px, 2vw, 28px);
  overflow-y: auto;
}

.snd-modal-card.snd-form-modal__card {
  display: grid;
  width: min(100%, 980px);
  max-height: min(900px, calc(100dvh - 40px));
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgb(164 36 54 / 10%);
  border-radius: 22px;
  background:
    linear-gradient(rgb(255 255 255 / 96%), rgb(255 255 255 / 96%)),
    center / cover no-repeat url("./assets/snd-card-texture.avif");
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(14px, 2vw, 22px);
  overflow: hidden;
  text-align: left;
  opacity: 0;
  transform: translateY(14px) scale(.985);
  transition: opacity 180ms ease, transform 220ms cubic-bezier(.22, 1, .36, 1);
}

.snd-form-modal.is-open .snd-modal-card.snd-form-modal__card {
  opacity: 1;
  transform: none;
}

.snd-form-modal.is-open ~ .inline-editor {
  opacity: 0;
  pointer-events: none;
}

.snd-form-modal__header {
  padding: 0 clamp(10px, 1.5vw, 20px);
}

.snd-form-modal__header .lp-label {
  margin: 0 0 10px;
}

.snd-form-modal__card .snd-form-modal__header h2 {
  max-width: 780px;
  margin: 0;
  color: var(--snd-ink);
  font-family: var(--snd-font-display);
  font-size: clamp(26px, 3vw, 38px);
  font-style: italic;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.08;
  text-align: left;
}

.snd-form-modal__embed {
  min-height: 520px;
  border-top: 1px solid rgb(164 36 54 / 10%);
  background: var(--snd-paper);
  overflow: hidden;
}

.snd-form-modal__embed > div,
.snd-form-modal__embed .tf-v1-widget,
.snd-form-modal__embed iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 520px;
  border: 0;
}

.snd-form-modal .snd-modal-close {
  z-index: 2;
  top: 14px;
  right: 14px;
  color: var(--snd-bordeaux);
  background: rgb(164 36 54 / 7%);
}

.snd-form-modal .snd-modal-close:hover,
.snd-form-modal .snd-modal-close:focus-visible {
  background: rgb(164 36 54 / 13%);
}

@media (max-width: 620px) {
  .snd-form-modal {
    padding: 0;
    place-items: stretch;
  }

  .snd-modal-card.snd-form-modal__card {
    width: 100%;
    max-height: 100dvh;
    min-height: 100dvh;
    padding: 22px 12px 0;
    border: 0;
    border-radius: 0;
    gap: 12px;
  }

  .snd-form-modal__header {
    padding: 0 42px 0 6px;
  }

  .snd-form-modal__header .lp-label {
    margin-bottom: 8px;
  }

  .snd-form-modal__card .snd-form-modal__header h2 {
    font-size: clamp(23px, 7vw, 29px);
    line-height: 1.05;
  }

  .snd-form-modal__embed,
  .snd-form-modal__embed > div,
  .snd-form-modal__embed .tf-v1-widget,
  .snd-form-modal__embed iframe {
    min-height: 0;
    height: 100% !important;
  }

  .snd-form-modal .snd-modal-close {
    top: 10px;
    right: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .snd-modal-card.snd-form-modal__card {
    transition: none;
  }
}

.snd-modal-card {
  position: relative;
  width: min(100%, 520px);
  padding: 40px;
  border-radius: var(--snd-radius-xl);
  background: var(--snd-paper);
  box-shadow: 0 24px 80px rgb(39 37 37 / 20%);
  text-align: center;
}

.snd-modal-card h2 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.snd-modal-card p {
  margin: 0;
  color: var(--snd-ink-soft);
  font-size: 16px;
  line-height: 1.52;
}

.snd-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  color: var(--snd-ink);
  background: var(--snd-surface);
  cursor: pointer;
  font-size: 24px;
}

.snd-style-page {
  background: var(--snd-surface);
}

.snd-style-header,
.snd-style-section {
  padding-block: 64px;
}

.snd-style-header {
  background: var(--snd-paper);
}

.snd-style-header h1,
.snd-style-section h2 {
  max-width: 900px;
  margin: 0 0 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.snd-style-header h1 {
  font-size: clamp(36px, 5vw, 64px);
}

.snd-style-section h2 {
  font-size: 36px;
}

.snd-style-lead {
  max-width: 820px;
  margin: 0;
  color: var(--snd-ink-soft);
  font-size: 18px;
  line-height: 1.52;
}

.snd-token-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.snd-token-card {
  padding: 20px;
  border: 1px solid rgb(164 36 54 / 10%);
  border-radius: var(--snd-radius-lg);
  background: var(--snd-paper);
  box-shadow: 0 7px 17px #b9939414;
}

.snd-swatch {
  height: 92px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: var(--swatch);
}

.snd-token-card strong,
.snd-token-card code {
  display: block;
}

.snd-token-card code {
  margin-top: 4px;
  color: var(--snd-muted);
}

.snd-type-sample {
  margin-top: 24px;
  padding: 24px;
  border-radius: var(--snd-radius-lg);
  background: var(--snd-paper);
}

.snd-type-sample p {
  margin: 0;
}

.snd-type-display {
  font-family: var(--snd-font-display);
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.05;
}

.snd-type-label {
  color: var(--snd-bordeaux);
  font-family: var(--snd-font-label);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.snd-rule-list {
  display: grid;
  gap: 16px;
  max-width: 900px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.snd-rule-list li {
  padding: 20px 24px;
  border-left: 3px solid var(--snd-bordeaux);
  background: var(--snd-paper);
  line-height: 1.52;
}

@media (max-width: 767px) {
  .snd-container {
    padding-inline: 20px;
  }

  .snd-hero {
    min-height: 677px;
    padding-block: 20px 40px;
    background-image: url("https://cdn.prod.website-files.com/689af01563721e10886cd67c/68a42a1f063450ac9b10964c_8280b453c04cc801aa094f171044f56c_Frame%202085665411.avif");
    background-position: center;
    background-size: cover;
  }

  .snd-marquee {
    width: 100vw;
    margin-left: -20px;
  }

  .snd-marquee-track {
    animation: snd-marquee 48s linear infinite reverse;
  }

  .snd-marquee-item {
    padding-inline: 18px;
  }

  .snd-hero-layout {
    gap: 24px;
  }

  .snd-hero-title {
    max-width: 330px;
    padding-bottom: 8px;
    font-size: 24px;
    line-height: 1.24;
  }

  .snd-hero-copy {
    margin-bottom: 10px;
  }

  .snd-accent {
    font-size: inherit;
    line-height: 1.07;
  }

  .snd-hero-text {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.48;
  }

  .snd-video {
    width: 100%;
    border-radius: var(--snd-radius-lg);
  }

  .snd-video-copy {
    inset: 17px 16px auto;
    font-size: 14px;
    line-height: 1.4;
  }

  .snd-play {
    width: 60px;
    height: 60px;
    transform: translate(-50%, -30%);
  }

  .snd-play::before {
    width: 44px;
    height: 44px;
  }

  .snd-play::after {
    left: 28px;
  }

  .snd-cta {
    width: min(322px, 100%);
    padding-right: 16px;
    border-radius: var(--snd-radius-sm);
    font-size: 15px;
  }

  .snd-cta-note {
    font-size: 12px;
    letter-spacing: 0.02em;
  }

  .snd-style-header,
  .snd-style-section {
    padding-block: 40px;
  }

  .snd-style-section h2 {
    font-size: 28px;
  }

  .snd-type-display {
    font-size: 36px;
  }
}

@keyframes snd-marquee {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
