


*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

table {
  border-collapse: collapse;
  text-indent: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
}


:root {
  --c-bg: #141414;
  --c-bg-2: #1c1c1c;
  --c-bg-3: #242424;
  --c-accent: #bd3d65;
  --c-accent-hi: #d64573;
  --c-head: #a5d2f2;
  --c-head-ink: #141414;
  --c-ink: #ffffff;
  --c-ink-2: #c0c0c0;
  --c-ink-3: #888888;
  --c-foot: #f8fafc;
  --c-foot-ink: #334155;
  --c-foot-line: #e2e8f0;
  --c-hair: rgba(255, 255, 255, 0.14);
  --c-hair-dk: rgba(20, 20, 20, 0.14);
  --c-veil: rgba(20, 20, 20, 0.62);
}


body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1.0625em;
  color: var(--c-ink);
  background: var(--c-bg);
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.018em;
}

h1 {
  font-size: 4.236em;
  line-height: 1.04;
}

h2 {
  font-size: 2.618em;
  line-height: 1.12;
}

h3 {
  font-size: 1.618em;
  line-height: 1.24;
}

h4 {
  font-size: 1.272em;
  line-height: 1.3;
}

p {
  font-size: 1em;
  line-height: 1.66;
}

strong {
  font-weight: 700;
}


.a-ink2 {
  color: var(--c-ink-2);
}

.a-acc {
  color: var(--c-accent);
}

.a-cap {
  font-size: 0.8125em;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-accent);
  font-weight: 700;
}

.a-lead {
  font-size: 1.272em;
  line-height: 1.5;
  color: var(--c-ink-2);
}

.a-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}


.btn-pr {
  display: inline-block;
  background: var(--c-ink);
  color: var(--c-bg);
  border: 2px solid var(--c-ink);
  border-radius: 0.5em;
  padding: 0.8em 1.7em;
  font-weight: 600;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}

.btn-pr:hover,
.btn-pr:focus-visible {
  background: transparent;
  color: var(--c-ink);
}

.btn-se {
  display: inline-block;
  background: transparent;
  color: var(--c-ink);
  border: 2px solid var(--c-hair);
  border-radius: 0.5em;
  padding: 0.8em 1.7em;
  font-weight: 600;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}

.btn-se:hover,
.btn-se:focus-visible {
  border-color: var(--c-accent);
  color: var(--c-accent);
}

.btn-lnk {
  display: inline-block;
  color: var(--c-ink);
  border-bottom: 2px solid var(--c-accent);
  padding-bottom: 0.18em;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}

.btn-lnk:hover,
.btn-lnk:focus-visible {
  color: var(--c-accent);
}

:focus-visible {
  outline: 2px solid var(--c-accent);
  outline-offset: 3px;
}


.a-now {
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  font-size: 2.618em;
  font-weight: 700;
  line-height: 1;
  color: var(--c-ink);
}

.a-was {
  font-size: 1.1em;
  color: var(--c-ink-3);
  text-decoration: line-through;
}

.a-badge {
  display: inline-block;
  background: var(--c-accent);
  color: var(--c-ink);
  border-radius: 0.4em;
  padding: 0.28em 0.7em;
  font-size: 0.8125em;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.a-stock {
  display: inline-block;
  color: var(--c-head);
  font-size: 0.9375em;
  font-weight: 600;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 3.2em;
  }

  h2 {
    font-size: 2.1em;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 1em;
  }

  h1 {
    font-size: 2.4em;
  }

  h2 {
    font-size: 1.75em;
  }

  h3 {
    font-size: 1.36em;
  }
}
