@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/luxia/bodoni.ttf") format("truetype");
}
@font-face {
  font-family: "Bodoni Moda";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/luxia/bodoni-italic.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/luxia/manrope.ttf") format("truetype");
}
/* LUXIA: magazine-first editorial design. Real supplied imagery only. */
.lx {
  --ink: #111110;
  --paper: #f0ede7;
  --red: #bc303b;
  --muted: #aaa69f;
  --rule: rgba(255, 255, 255, 0.19);
  background: var(--ink);
  color: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  overflow: clip;
}
.lx * {
  box-sizing: border-box;
}
.lx a {
  color: inherit;
  text-decoration: none;
}
.lx button {
  font: inherit;
  cursor: pointer;
  color: inherit;
}
.lx img {
  display: block;
  max-width: 100%;
  height: auto;
}
.lx h1,
.lx h2,
.lx h3,
.lx p,
.lx figure {
  margin: 0;
}
.lx em {
  font-family: "Bodoni Moda", Georgia, serif;
  font-weight: 400;
}
.lx h1,
.lx h2 {
  font-family: "Bodoni Moda", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1.05;
}
.lx h2 {
  font-size: clamp(42px, 4.7vw, 68px);
}
.lx a:focus-visible,
.lx button:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 6px;
}
.lx section[id] {
  scroll-margin-top: 25px;
}
.lx-shell {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}
.lx-kicker {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.5;
}
.lx-text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
  width: fit-content;
}
.lx-text-link:hover {
  color: var(--red);
}
.lx-skip {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  background: var(--paper);
  color: var(--ink) !important;
  padding: 15px;
}
.lx-skip:focus {
  top: 15px;
}
.lx-header {
  padding: 0 5%;
  max-width: 1440px;
  margin: auto;
}
.lx-masthead {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 30px 0 23px;
  gap: 24px;
}
.lx-masthead img {
  width: 310px;
  height: auto;
}
.lx-masthead-note {
  font-size: 9px;
  letter-spacing: 0.16em;
  line-height: 1.8;
  color: #c4c0b8;
}
.lx-right {
  text-align: right;
}
.lx-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 15px 0;
  gap: 22px;
  font-size: 11px;
}
.lx-nav > div {
  display: flex;
  gap: 30px;
}
.lx-nav a:hover {
  color: #ef7c83;
}
.lx-nav-submit {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.lx-hero {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 25px;
  padding-top: 48px;
  padding-bottom: 40px;
  min-height: 655px;
}
.lx-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: var(--red);
  margin-right: 8px;
}
.lx-hero h1 {
  font-size: clamp(70px, 7.8vw, 112px);
  margin: 25px 0 23px;
  line-height: 0.99;
}
.lx-hero h1 em {
  color: #d3b7a6;
}
.lx-intro {
  color: #d3cfc7;
  font-size: 14px;
  line-height: 1.85;
}
.lx-hero-action {
  margin: 28px 0 27px;
}
.lx-submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--red);
  color: #fff !important;
  padding: 20px 23px;
  gap: 35px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.045em;
  max-width: 360px;
  min-height: 66px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.lx-submit:hover {
  background: #d13c48;
  transform: translateY(-2px);
}
.lx-hero-action p {
  font-size: 8px;
  letter-spacing: 0.085em;
  margin-top: 12px;
  color: #c8c1b7;
}
.lx-hero-action p span {
  padding: 0 4px;
}
.lx-hero-copy > .lx-text-link {
  color: #b6b1a9;
  font-size: 11px;
}
.lx-cover-stage {
  position: relative;
  height: 466px;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
}
.lx-main-cover {
  position: relative;
  z-index: 3;
  display: block;
  width: 340px;
  max-width: 68%;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease,
    filter 0.45s ease;
}
.lx-main-cover img {
  width: 100%;
  animation: lx-cover-in 0.5s ease-out;
}
.lx-side-cover {
  position: absolute !important;
  width: 45%;
  max-height: 385px;
  object-fit: contain;
  z-index: 1;
  opacity: 0.72;
  filter: brightness(0.8);
  top: 50%;
  transition:
    transform 0.62s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.42s ease,
    filter 0.42s ease,
    box-shadow 0.42s ease;
  cursor: zoom-in;
}
.lx-side-left {
  left: 0;
  transform: translateY(-49%) rotate(-10deg);
  transform-origin: 55% 50%;
}
.lx-side-right {
  right: 0;
  transform: translateY(-49%) rotate(10deg);
  transform-origin: 45% 50%;
}
@media (hover: hover) and (pointer: fine) {
  .lx-side-cover:hover {
    z-index: 6;
    opacity: 1;
    filter: brightness(1);
    box-shadow: 0 28px 58px rgba(0, 0, 0, 0.58);
    cursor: zoom-out;
  }
  .lx-side-left:hover {
    transform: translate(26%, -50%) rotate(-1.5deg) scale(1.08);
  }
  .lx-side-right:hover {
    transform: translate(-26%, -50%) rotate(1.5deg) scale(1.08);
  }
  .lx-cover-stage:has(.lx-side-cover:hover) .lx-main-cover {
    transform: scale(0.94);
    opacity: 0.52;
    filter: brightness(0.72);
  }
  .lx-cover-stage:has(.lx-side-left:hover) .lx-side-right,
  .lx-cover-stage:has(.lx-side-right:hover) .lx-side-left {
    opacity: 0.24;
  }
}
.lx-edition-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--rule);
  padding-top: 18px;
  margin-top: 16px;
  gap: 12px;
}
.lx-edition-caption .lx-kicker {
  font-size: 8px;
  color: #b8b1a8;
}
.lx-edition-caption p {
  font-size: 12px;
  margin-top: 5px;
}
.lx-edition-caption p span {
  font-size: 10px;
  color: #a7a097;
}
.lx-controls {
  display: flex;
  gap: 6px;
}
.lx-controls button {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border: 1px solid var(--rule);
  background: transparent;
  border-radius: 50%;
  transition: background 0.2s;
}
.lx-controls button:hover {
  background: var(--red);
}
.lx-band {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 18px 5%;
  border-top: 1px solid var(--rule);
  gap: 20px;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.015em;
}
.lx-band-star {
  color: #c44049;
  font-style: normal;
  font-size: 28px;
}
.lx-paper {
  background: var(--paper);
  color: var(--ink);
  padding: 82px 0 65px;
}
.lx-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 43px;
}
.lx-section-heading .lx-kicker {
  margin-bottom: 16px;
}
.lx-section-heading > .lx-text-link {
  margin-bottom: 6px;
  flex-shrink: 0;
}
.lx-editions-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}
.lx-edition-image {
  display: block;
  position: relative;
  background: #dad5cd;
  overflow: hidden;
  box-shadow: 0 9px 15px rgba(30, 20, 10, 0.09);
}
.lx-edition-image img {
  width: 100%;
  aspect-ratio: 1375/1781;
  object-fit: contain;
  transition: transform 0.35s;
}
.lx-edition-image > span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background: rgba(17, 17, 16, 0.9);
  color: #fff;
  font-size: 10px;
  transform: translateY(100%);
  transition: transform 0.25s;
}
.lx-edition-image:hover img {
  transform: scale(1.02);
}
.lx-edition-image:hover > span,
.lx-edition-image:focus-visible > span {
  transform: translateY(0);
}
.lx-edition-label {
  display: flex;
  gap: 12px;
  margin-top: 18px;
  align-items: baseline;
}
.lx-edition-label > span {
  font-size: 9px;
  color: #746c62;
}
.lx-edition-label h3 {
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
}
.lx-edition-label p {
  font-size: 10px;
  margin-top: 5px;
  color: #6f685f;
}
.lx-archive-note {
  font-size: 10px;
  color: #6d665e;
  margin-top: 35px;
}
.lx-editorials {
  padding-top: 90px;
  padding-bottom: 70px;
}
.lx-heading-note {
  font-size: 12px;
  color: #b9b1a8;
  margin-bottom: 7px;
}
.lx-editorial-spread {
  display: grid;
  grid-template-columns: 1.07fr 0.93fr;
  gap: 7%;
  align-items: start;
}
.lx-beauty {
  padding-top: 6px;
}
.lx-editorial-spread img {
  width: 100%;
  height: auto;
}
.lx-editorial-spread figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 9px;
  margin-top: 14px;
  letter-spacing: 0.08em;
  color: #b6afa5;
}
.lx-editorial-spread figcaption span:first-child {
  color: var(--paper);
  font-size: 10px;
}
.lx-fashion-column {
  padding-top: 13px;
}
.lx-editorial-statement {
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(25px, 3.6vw, 49px);
  line-height: 1.17;
  letter-spacing: -0.03em;
  margin-bottom: 45px !important;
}
.lx-fashion-column figure {
  width: 85%;
  margin-left: auto;
}
.lx-about {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 8%;
  padding-top: 65px;
  padding-bottom: 90px;
  border-top: 1px solid var(--rule);
}
.lx-about > .lx-kicker {
  margin-top: 13px;
}
.lx-about h2 {
  font-size: clamp(38px, 4vw, 58px);
}
.lx-about-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-top: 30px;
  font-size: 12px;
  color: #bfb7ae;
  line-height: 1.95;
}
.lx-open-call {
  background: #3b151b;
  padding: 70px 0 78px;
  border-top: 1px solid #663139;
  border-bottom: 1px solid #663139;
}
.lx-call-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
}
.lx-free-badge {
  padding: 7px 13px;
  border: 1px solid #a4646b;
  font-size: 9px;
  letter-spacing: 0.12em;
}
.lx-open-call h2 {
  font-size: clamp(48px, 6.6vw, 92px);
  line-height: 1.02;
}
.lx-open-call h2 em {
  color: #dfb8ab;
}
.lx-call-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13%;
  margin-top: 40px;
  align-items: end;
}
.lx-call-bottom > div > p {
  max-width: 360px;
  font-size: 13px;
  color: #d9bbb8;
  margin-bottom: 25px;
}
.lx-call-bottom small {
  display: block;
  margin-top: 12px;
  font-size: 9px;
  color: #d8b8b5;
}
.lx-process {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lx-process li {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 15px 0;
  border-top: 1px solid #76434b;
}
.lx-process li > span {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 29px;
  color: #cf929a;
}
.lx-process h3 {
  font-size: 13px;
  font-weight: 500;
}
.lx-process p {
  font-size: 10px;
  color: #d1b2b3;
  margin-top: 3px;
}
.lx-voices-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.lx-voices-grid figure {
  border-top: 1px solid #c7beb2;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
}
.lx-quote-mark {
  font-family: Georgia, serif;
  font-size: 52px;
  line-height: 1.2;
  color: #9e2835;
}
.lx-voices-grid h3 {
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 16px;
}
.lx-voices-grid blockquote {
  margin: 0 0 30px;
  font-size: 12px;
  line-height: 1.8;
  color: #60594f;
}
.lx-voices-grid figcaption {
  font-size: 10px;
  font-weight: 600;
  margin-top: auto;
}
.lx-voices-grid figcaption span {
  display: block;
  font-size: 9px;
  color: #756b60;
  font-weight: 400;
  margin-top: 3px;
}
.lx-next {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  padding-top: 78px;
  padding-bottom: 80px;
}
.lx-next h2 {
  font-size: 48px;
  margin-top: 20px;
}
.lx-next-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 21px 0;
  border-bottom: 1px solid var(--rule);
  font-family: Georgia, serif;
  font-size: 24px;
  transition: color 0.2s;
}
.lx-next-links a:first-child {
  padding-top: 0;
}
.lx-next-links a:hover {
  color: #e78c91;
}
.lx-next-links small {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 0.14em;
  color: #aaa098;
  margin-bottom: 6px;
}
.lx-footer {
  border-top: 1px solid var(--rule);
}
.lx-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 38px;
  padding-bottom: 40px;
  gap: 30px;
}
.lx-footer-top img {
  width: 220px;
}
.lx-footer-top p {
  font-size: 9px;
  letter-spacing: 0.16em;
  margin-bottom: 5px;
  color: #c3b8a8;
}
.lx-footer-top > div > a {
  font-size: 12px;
}
.lx-socials {
  display: flex;
  align-items: center;
  gap: 18px;
}
.lx-socials a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.lx-socials a span {
  font-size: 9px;
}
.lx-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--rule);
  padding: 19px 0 23px;
  color: #9d958a;
  font-size: 9px;
}
@keyframes lx-cover-in {
  from {
    opacity: 0.4;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1600px) {
  .lx-shell,
  .lx-header {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 1000px) {
  .lx-masthead img {
    width: 260px;
  }
  .lx-nav > div {
    gap: 20px;
  }
  .lx-hero {
    min-height: 570px;
    gap: 15px;
  }
  .lx-hero h1 {
    font-size: 80px;
  }
  .lx-cover-stage {
    height: 410px;
  }
  .lx-main-cover {
    max-width: 75%;
  }
  .lx-side-cover {
    width: 49%;
  }
  .lx-hero-action p {
    font-size: 7px;
  }
  .lx-edition-caption p span {
    display: block;
  }
  .lx-editions-grid {
    gap: 15px;
  }
  .lx-edition-label {
    gap: 7px;
  }
  .lx-edition-label h3 {
    font-size: 16px;
  }
  .lx-voices-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 35px;
  }
  .lx-footer-top {
    flex-wrap: wrap;
  }
  .lx-footer-top img {
    width: 190px;
  }
  .lx-socials a span {
    display: none;
  }
}
@media (max-width: 680px) {
  .lx-shell {
    padding-left: 6%;
    padding-right: 6%;
  }
  .lx-header {
    padding: 0 6%;
  }
  .lx-masthead {
    display: flex;
    justify-content: center;
    padding: 25px 0 20px;
  }
  .lx-masthead img {
    width: 230px;
  }
  .lx-masthead-note {
    display: none;
  }
  .lx-nav {
    justify-content: center;
    padding: 12px 0;
  }
  .lx-nav > div {
    gap: 20px;
    font-size: 10px;
  }
  .lx-nav > div a:nth-child(3),
  .lx-nav > div a:nth-child(4),
  .lx-nav-submit {
    display: none !important;
  }
  .lx-hero {
    grid-template-columns: 1fr;
    padding-top: 34px;
    padding-bottom: 30px;
    gap: 24px;
    min-height: 0;
  }
  .lx-hero h1 {
    font-size: 76px;
    margin: 18px 0;
    line-height: 0.96;
  }
  .lx-hero h1 br {
    display: none;
  }
  .lx-hero h1 em {
    display: block;
  }
  .lx-intro {
    font-size: 13px;
  }
  .lx-kicker {
    font-size: 9px;
  }
  .lx-hero-action {
    margin: 23px 0 18px;
  }
  .lx-submit {
    max-width: none;
    width: 100%;
    font-size: 14px;
    padding: 19px 20px;
    min-height: 62px;
  }
  .lx-hero-action p {
    font-size: 7px;
    margin-top: 10px;
  }
  .lx-hero-copy > .lx-text-link {
    font-size: 10px;
  }
  .lx-cover-stage {
    height: auto;
    min-height: 380px;
    padding: 10px 0;
  }
  .lx-main-cover {
    width: 75%;
    max-width: 290px;
  }
  .lx-side-cover {
    max-width: 52%;
    width: 52%;
  }
  .lx-edition-caption {
    margin-top: 10px;
  }
  .lx-band {
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px 18px;
    font-size: 14px;
    padding: 17px 5%;
  }
  .lx-band span:nth-child(3) {
    font-size: 12px;
  }
  .lx-band-star {
    font-size: 18px;
  }
  .lx-paper {
    padding: 48px 0 38px;
  }
  .lx-section-heading {
    display: block;
    margin-bottom: 28px;
  }
  .lx-section-heading h2 {
    font-size: 44px;
  }
  .lx-section-heading > .lx-text-link {
    margin-top: 20px;
    font-size: 11px;
  }
  .lx-editions-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 18px;
  }
  .lx-edition:last-child {
    display: none;
  }
  .lx-edition-label h3 {
    font-size: 19px;
  }
  .lx-edition-label p {
    font-size: 9px;
  }
  .lx-edition-label {
    margin-top: 13px;
  }
  .lx-edition-image > span {
    display: none;
  }
  .lx-archive-note {
    margin-top: 26px;
    font-size: 9px;
  }
  .lx-editorials {
    padding-top: 48px;
    padding-bottom: 42px;
  }
  .lx-heading-note {
    margin-top: 20px;
  }
  .lx-editorial-spread {
    gap: 24px;
    grid-template-columns: 1fr;
  }
  .lx-fashion-column {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 16px;
    padding-top: 0;
  }
  .lx-fashion-column figure {
    width: 100%;
    margin: 0;
  }
  .lx-editorial-statement {
    font-size: 24px;
    margin-bottom: 0 !important;
  }
  .lx-editorial-spread figcaption {
    font-size: 8px;
    gap: 5px;
    letter-spacing: 0;
  }
  .lx-editorial-spread figcaption span:first-child {
    font-size: 8px;
  }
  .lx-fashion-column figcaption span:last-child {
    display: none;
  }
  .lx-about {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 35px;
    padding-bottom: 48px;
  }
  .lx-about h2 {
    font-size: 39px;
  }
  .lx-about-columns {
    grid-template-columns: 1fr;
    gap: 17px;
    margin-top: 23px;
    font-size: 12px;
  }
  .lx-open-call {
    padding: 40px 0 45px;
  }
  .lx-call-top {
    gap: 12px;
    margin-bottom: 28px;
  }
  .lx-free-badge {
    font-size: 7px;
    white-space: nowrap;
    padding: 6px 8px;
  }
  .lx-open-call h2 {
    font-size: 48px;
  }
  .lx-open-call h2 em {
    font-size: 39px;
  }
  .lx-call-bottom {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 28px;
  }
  .lx-process li {
    padding: 14px 0;
  }
  .lx-voices-grid {
    gap: 28px 20px;
  }
  .lx-voices-grid h3 {
    font-size: 20px;
  }
  .lx-voices-grid blockquote {
    font-size: 11px;
  }
  .lx-voices-grid figcaption {
    font-size: 9px;
  }
  .lx-next {
    grid-template-columns: 1fr;
    padding-top: 42px;
    padding-bottom: 45px;
    gap: 30px;
  }
  .lx-next h2 {
    font-size: 43px;
    margin-top: 14px;
  }
  .lx-next-links a {
    font-size: 23px;
  }
  .lx-footer-top {
    display: grid;
    grid-template-columns: 1fr;
    padding: 30px 0;
    gap: 25px;
  }
  .lx-footer-top img {
    width: 220px;
  }
  .lx-socials a span {
    display: inline;
  }
  .lx-footer-bottom {
    flex-wrap: wrap;
    font-size: 8px;
    gap: 10px;
  }
  .lx-footer-bottom span:nth-child(2) {
    display: none;
  }
  .lx-footer-bottom a {
    margin-left: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lx *,
  .lx *::before,
  .lx *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* Final accessibility and first-screen submission emphasis. */
.lx-root {
  margin: 0;
  background: #111110;
  color: #f0ede7;
}
.lx-error {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  gap: 20px;
  font-family: Arial, sans-serif;
  text-align: center;
}
.lx-error h1 {
  font-family: Georgia, serif;
  font-size: 42px;
}
.lx-error a,
.lx-error button {
  display: inline-block;
  border: 1px solid currentColor;
  padding: 12px 20px;
  margin: 10px;
  background: transparent;
  color: inherit;
}
.lx-submit {
  font-size: 17px;
  max-width: 385px;
  gap: 20px;
}
.lx-hero-action p {
  font-size: 10px;
  letter-spacing: 0.04em;
}
.lx-hero-action strong {
  font-weight: 600;
  color: #f0ede7;
}
@media (max-width: 1000px) {
  .lx-hero-action p {
    font-size: 9px;
  }
}
@media (max-width: 680px) {
  .lx-submit {
    font-size: 16px;
    max-width: none;
  }
  .lx-hero-action p {
    font-size: 8px;
  }
}

@media (max-width: 680px) {
  .lx .lx-hero h1 {
    font-size: 68px;
  }
  .lx .lx-hero h1 br {
    display: block;
  }
  .lx .lx-hero h1 em {
    display: inline;
  }
  .lx .lx-hero-action strong {
    display: block;
    font-size: 11px;
    margin-bottom: 4px;
  }
  .lx .lx-hero-action p > span {
    display: none;
  }
}
