/*
Theme Name: The LIVING ROOM
Author: thyme.studio
Author URI: https://thmye.studio.com

Version: 2026.01
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: thelivingroom
*/
@import "includes/scss/swiper-bundle.min.css";
@font-face {
  font-family: "Founders Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("includes/fonts/klim/founders-grotesk-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Sirca";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("includes/fonts/sirca/Sirca-Regular.woff") format("woff"), url("includes/fonts/sirca/Sirca-Regular.woff2") format("woff2");
}
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

:root {
  --c-red: #FB240A;
  --c-black: #000000;
  --f-founders: "Founders Grotesk", sans-serif;
  --f-sirca: "Sirca", sans-serif;
}

::selection {
  background: var(--c-red);
  color: var(--c-black);
}

.p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.02;
}

html, body {
  font-size: 14px;
  line-height: 1.5rem;
  font-family: var(--f-founders);
  color: var(--c-red);
  overscroll-behavior: none;
}

body {
  position: relative;
  display: block;
  width: 100dvw;
  height: 100%;
  min-height: 100dvh;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

#wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100dvh;
  padding: 1.4285714286rem 0.7142857143rem;
}
@media only screen and (min-width: 768px) {
  #wrapper {
    padding: 1.4285714286rem 1.4285714286rem 1.5714285714rem;
  }
}

header {
  position: fixed;
  display: block;
  top: 1.4285714286rem;
  right: 0.7142857143rem;
  left: 0.7142857143rem;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  header {
    right: 1.4285714286rem;
    left: 1.4285714286rem;
  }
}
header .logo {
  position: relative;
  display: block;
  text-align: center;
}
header .logo a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
header .logo svg {
  position: relative;
  display: inline-block;
  width: auto;
  height: clamp(2.7857142857rem, 5.5vw, 3.6428571429rem);
  margin: 0;
  padding: 0;
}
header .logo svg > * {
  fill: var(--c-red);
}
header h1 {
  position: relative;
  display: block;
  font-family: var(--f-sirca);
  font-size: 2.5714285714rem;
  line-height: 2.3571428571rem;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  header h1 {
    display: inline-block;
    font-size: clamp(2.5714285714rem, 5.8vw, 4.2857142857rem);
    line-height: clamp(2.3571428571rem, 5.3vw, 4.2857142857rem);
    text-align: left;
  }
}
header h1 .firstname,
header h1 .lastname {
  display: block;
}
@media only screen and (min-width: 768px) {
  header h1 .firstname,
  header h1 .lastname {
    display: inline-block;
  }
}

footer {
  position: fixed;
  display: block;
  right: 0.7142857143rem;
  bottom: 0;
  left: 0.7142857143rem;
  color: var(--c-red);
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  footer {
    right: 1.4285714286rem;
    bottom: 1.4285714286rem;
    left: 1.4285714286rem;
  }
}
footer * {
  color: inherit;
}
footer .categories {
  position: relative;
  display: block;
  margin-bottom: 1.0714285714rem;
  text-align: center;
  text-transform: uppercase;
}
footer .categories-list {
  position: relative;
  display: inline-flex;
  font-family: var(--f-sirca);
  gap: 1.4285714286rem;
}
footer .categories-title {
  display: none;
}
@media only screen and (min-width: 992px) {
  footer .categories-title {
    display: inline-block;
    margin-bottom: 2.1428571429rem;
    font-family: var(--f-founders);
    font-size: 1rem;
    line-height: 1.5;
    text-transform: none;
    cursor: pointer;
  }
}
footer .logo {
  position: relative;
  display: block;
  margin-bottom: 1.4285714286rem;
}
footer .contact ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.4285714286rem;
  font-family: var(--f-sirca);
}
@media only screen and (min-width: 992px) {
  footer .contact ul {
    display: inline-flex;
    gap: 1.4285714286rem;
  }
}
footer .contact ul li.newsletter {
  display: block;
  text-align: center;
}
footer .contact ul li.newsletter .mobile {
  display: block;
  text-transform: uppercase;
}
footer .contact ul li.newsletter .desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  footer .contact ul li.newsletter .mobile {
    display: none;
  }
  footer .contact ul li.newsletter .desktop {
    display: block;
  }
}

body.home {
  background: var(--c-red);
  color: var(--c-black);
  position: relative;
}
@media only screen and (min-width: 768px) {
  body.home {
    overflow: clip;
  }
}
body.home * {
  color: inherit;
}
body.home header, body.home footer {
  display: none;
}
body.home main {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.front {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-family: var(--f-sirca);
}
.front-t, .front-b {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .front-t {
    flex: none;
  }
}
.front-b {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 1.5714285714rem;
  line-height: 1.5714285714rem;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .front-b {
    font-size: clamp(1.5714285714rem, 4.5vw, 4.2857142857rem);
    line-height: clamp(1.5714285714rem, 4.5vw, 4.2857142857rem);
    justify-content: flex-end;
  }
}
.front-b .about {
  display: block;
}
@media only screen and (min-width: 768px) {
  .front-b .about {
    display: none;
  }
}
.front .categories {
  margin-top: clamp(2.8571428571rem, 8.5vh, 5.7142857143rem);
}
.front .categories-list {
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  .front .categories-list {
    display: flex;
    gap: 2.1428571429rem;
    justify-content: center;
  }
}
.front .categories-list__item:not(:last-of-type) {
  margin-bottom: 1.4285714286rem;
}
@media only screen and (min-width: 768px) {
  .front .categories-list__item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.front .categories-list__item a {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .front .categories-list__item a {
    text-decoration: none;
  }
  .front .categories-list__item a::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    border-bottom: solid 0.0714285714rem var(--c-black);
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .front .categories-list__item a:hover::after {
    opacity: 1;
  }
}
.front .categories-title {
  display: none;
}
@media only screen and (min-width: 768px) {
  .front .categories-title {
    display: inline-block;
    margin-bottom: 2.1428571429rem;
    font-family: var(--f-founders);
    font-size: 1rem;
    line-height: 1.5;
    text-transform: none;
    cursor: pointer;
  }
}

body.tax-talent_category {
  position: fixed;
  inset: 0;
  color: var(--c-red);
}
body.tax-talent_category #wrapper {
  max-height: 100dvh;
  overflow-x: hidden;
  overflow-y: scroll;
}
body.tax-talent_category main {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100dvh;
  justify-content: center;
  align-items: center;
}
body.tax-talent_category .category {
  font-family: var(--f-sirca);
  font-size: clamp(1.5714285714rem, 4.5vw, 4.2857142857rem);
  line-height: clamp(1.5714285714rem, 4.5vw, 4.2857142857rem);
  letter-spacing: 0;
  text-align: center;
}
body.tax-talent_category .category.offcenter {
  align-self: flex-start;
  padding: 20vh 0;
}
body.tax-talent_category .category-list {
  position: relative;
  display: block;
  z-index: 9;
}
body.tax-talent_category .category-list__item {
  text-transform: uppercase;
}
body.tax-talent_category .category-list__item:not(:last-of-type) {
  margin-bottom: 0.7142857143rem;
}
body.tax-talent_category .category-list__item a {
  color: inherit;
  text-decoration: none;
}
body.tax-talent_category .category-list__item.active a {
  text-decoration: underline;
  text-underline-offset: 0.2142857143rem;
  text-decoration-thickness: 0.0714285714rem;
}
body.tax-talent_category .category-thumbs,
body.tax-talent_category .category-tl {
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
body.tax-talent_category .category-thumbs {
  position: fixed;
  inset: 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  body.tax-talent_category .category-thumbs {
    left: 50%;
  }
}
body.tax-talent_category .category-thumbs img,
body.tax-talent_category .category-thumbs picture,
body.tax-talent_category .category-thumbs .active {
  -webkit-user-drag: none;
}
body.tax-talent_category .category-thumbs .category-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  pointer-events: none;
  user-select: none;
}
body.tax-talent_category .category-thumbs .category-thumb img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-position: center;
  object-fit: cover;
}
body.tax-talent_category .category-thumbs .category-thumb.active {
  display: block;
}
body.tax-talent_category .category-tl,
body.tax-talent_category #category-tl {
  background: none;
  position: fixed;
  inset: 0;
  z-index: 8;
}
body.tax-talent_category .about {
  display: none;
}
@media only screen and (min-width: 992px) {
  body.tax-talent_category .about {
    position: fixed;
    display: inline-block;
    bottom: 1.4285714286rem;
    left: 1.4285714286rem;
    z-index: 9;
  }
  body.tax-talent_category .about a {
    font-family: var(--f-sirca);
    color: var(--c-red);
  }
}
body.tax-talent_category.term-115 #term-115 a {
  text-decoration: none;
}
body.tax-talent_category.term-116 #term-116 a {
  text-decoration: none;
}
body.tax-talent_category.term-117 #term-117 a {
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  body.tax-talent_category footer .categories {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 1.4285714286rem;
    left: 1.4285714286rem;
    bottom: 1.4285714286rem;
    margin: 0;
    justify-content: center;
    pointer-events: none;
  }
  body.tax-talent_category footer .categories-title {
    display: none;
  }
  body.tax-talent_category footer .categories-list {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1428571429rem;
    pointer-events: auto;
  }
}

body.single-talent {
  background: none;
  transition: background 0.4s ease;
  color: var(--c-black);
}
body.single-talent * {
  color: inherit;
}
body.single-talent #wrapper {
  min-height: 100dvh;
  height: auto;
  padding-bottom: 0.7142857143rem;
}
@media only screen and (min-width: 992px) {
  body.single-talent #wrapper {
    padding-bottom: 1.4285714286rem;
  }
}
@media only screen and (min-width: 992px) {
  body.single-talent header {
    display: inline-block;
    right: auto;
  }
}
body.single-talent main {
  flex: 1;
}
body.single-talent .about {
  display: none;
}
@media only screen and (min-width: 992px) {
  body.single-talent .about {
    position: fixed;
    display: inline-block;
    bottom: 1.4285714286rem;
    left: 1.4285714286rem;
    z-index: 9;
  }
  body.single-talent .about a {
    font-family: var(--f-sirca);
    color: var(--c-black);
  }
}
body.single-talent footer {
  position: relative;
  display: block;
  bottom: auto;
  right: auto;
  left: auto;
  z-index: 8;
}
@media only screen and (min-width: 992px) {
  body.single-talent footer {
    text-align: center;
  }
  body.single-talent footer .logo {
    display: inline-block;
    width: auto;
    height: 3.6428571429rem;
    margin: 0 auto;
  }
  body.single-talent footer .logo a {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
  }
  body.single-talent footer .logo svg {
    width: auto;
    height: 100%;
  }
  body.single-talent footer .categories {
    display: none;
  }
  body.single-talent footer .contact {
    display: none;
  }
}
body.single-talent.section--biography .talent-main__biography {
  display: block;
}
body.single-talent.section--biography .talent-main__filmography {
  display: none;
}
body.single-talent.section--biography nav ul li[data-ref=biography] {
  text-decoration: none;
  cursor: default;
}
body.single-talent.section--filmography {
  background: var(--c-red);
  color: black;
}
body.single-talent.section--filmography .talent-main__biography {
  display: none;
}
body.single-talent.section--filmography .talent-main__filmography {
  display: block;
}
body.single-talent.section--filmography nav ul li[data-ref=filmography] {
  text-decoration: none;
  cursor: default;
}
body.single-talent.section--gallery {
  background: none;
}

.talent {
  position: relative;
  display: block;
  margin-bottom: 2.8571428571rem;
}
.talent-header {
  position: relative;
  display: block;
  text-align: right;
  padding-top: 6.4285714286rem;
  margin-bottom: 2.1428571429rem;
  z-index: 11;
}
@media only screen and (min-width: 992px) {
  .talent-header {
    position: fixed;
    width: auto;
    margin: 0;
    padding: 0;
    top: 6.4285714286rem;
  }
}
.talent-header nav ul {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .talent-header nav ul {
    flex-direction: row;
    gap: 1.4285714286rem;
  }
}
.talent-header nav ul li {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  align-self: flex-end;
}
.talent-header nav ul li:not(:first-of-type) {
  margin-top: 0.7142857143rem;
}
@media only screen and (min-width: 992px) {
  .talent-header nav ul li:not(:first-of-type) {
    margin-top: 0;
  }
}
.talent-header nav ul li:last-of-type {
  margin-top: 1.4285714286rem;
}
@media only screen and (min-width: 992px) {
  .talent-header nav ul li:last-of-type {
    margin-top: 0;
  }
}
.talent-header nav ul li a span {
  position: relative;
  display: block;
  width: auto;
  height: 1.0714285714rem;
}
.talent-header nav ul li a svg {
  display: block;
  width: auto;
  height: 100%;
}
.talent-header nav ul li a svg * {
  fill: var(--c-black);
}
.talent-header nav ul li.links-item--icon {
  margin-bottom: 0.1428571429rem;
}
.talent-main {
  position: relative;
  display: block;
  padding-right: 2.8571428571rem;
}
@media only screen and (min-width: 992px) {
  .talent-main__biography {
    width: calc((100% - 40px) / 5 * 3);
    max-width: calc(2 * 25rem + 0.7142857143rem);
    margin-bottom: 0;
    margin-left: auto;
    padding-right: 0;
    columns: 25rem;
    column-gap: 0.7142857143rem;
  }
  .talent-main__biography > * {
    break-inside: avoid;
    width: 25rem;
    text-align: left;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .talent-main__filmography {
    width: calc((100% - 40px) / 5 * 4);
    max-width: calc(2 * 25rem + 0.7142857143rem);
    margin-left: auto;
    margin-bottom: 0;
    padding-right: 0;
    columns: 25rem;
    column-gap: 0.7142857143rem;
  }
  .talent-main__filmography > * {
    break-inside: avoid;
    width: 25rem;
    text-align: left;
    margin-bottom: 0.7142857143rem;
  }
  .talent-main__filmography.--col2, .talent-main__filmography.--col3 {
    width: calc((100% - 40px) / 5 * 4);
    max-width: calc(2 * 25rem + 0.7142857143rem);
    columns: 25rem;
    column-gap: 0.7142857143rem;
  }
}
.talent-main__gallery {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  pointer-events: none;
  z-index: 11;
  transition: opacity 0.2s ease;
}
.talent-main__gallery .gallery-bg {
  background: white;
  position: fixed;
  display: block;
  width: 100dvw;
  height: 100dvh;
  top: 0;
  left: 0;
}
.talent-main__gallery::after {
  content: "";
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  filter: blur(0.1428571429rem);
  pointer-events: none;
}
.talent-main__gallery .gallery {
  position: fixed;
  inset: 0;
  height: 100dvh;
  touch-action: none;
  user-select: none;
}
.talent-main__gallery .gallery__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  will-change: transform;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .talent-main__gallery .gallery__item {
    width: 50%;
    margin: 0 25%;
  }
}
.talent-main__gallery .gallery__item img {
  display: block;
  width: 100%;
  height: auto;
}
.talent-main__gallery.--visible {
  opacity: 1;
  pointer-events: auto;
}
.talent-main__gallery .close-gallery {
  padding: 1.4285714286rem;
  margin-bottom: -1.4285714286rem;
  text-decoration: underline;
  cursor: pointer;
}
.talent-main__gallery .close-gallery-wrap {
  position: fixed;
  display: inline-block;
  width: 100%;
  bottom: 1.4285714286rem;
  text-transform: uppercase;
  text-align: center;
  z-index: 12;
}
@media only screen and (min-width: 992px) {
  .talent-main__gallery .close-gallery-wrap {
    top: 1.4285714286rem;
    bottom: auto;
    text-align: right;
    margin-right: -0.7142857143rem;
  }
}
.talent p {
  position: relative;
  display: block;
}
.talent p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

body.page-template-about {
  color: var(--c-red);
}
body.page-template-about #wrapper {
  min-height: 100dvh;
  height: auto;
  padding-bottom: 0.7142857143rem;
}
@media only screen and (min-width: 1280px) {
  body.page-template-about #wrapper {
    padding-bottom: 1.4285714286rem;
  }
}
body.page-template-about h1 {
  position: relative;
}
body.page-template-about header {
  display: inline-block;
  right: auto;
}
body.page-template-about main {
  position: relative;
  padding-top: 4.2857142857rem;
  padding-right: 2.8571428571rem;
  margin-bottom: 2.8571428571rem;
  flex: 1;
}
@media only screen and (min-width: 992px) {
  body.page-template-about main {
    margin-bottom: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  body.page-template-about main .about {
    width: calc((100% - 40px) / 5 * 4);
    max-width: 25rem;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
  }
}
body.page-template-about main .about__desc {
  position: relative;
  margin-bottom: 2.1428571429rem;
}
body.page-template-about main .about__newsletter {
  display: none;
}
@media only screen and (min-width: 992px) {
  body.page-template-about main .about__newsletter {
    display: inline-block;
  }
  body.page-template-about main .about__newsletter a {
    color: var(--c-red);
  }
}
body.page-template-about main .about__contact-toggle {
  background: none;
  position: relative;
  display: inline-block;
  margin-bottom: 1.4285714286rem;
  padding: 0;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  border: none;
}
@media only screen and (min-width: 992px) {
  body.page-template-about main .about__contact-toggle {
    display: none;
  }
}
body.page-template-about main .about__contact-toggle .open {
  display: none;
}
body.page-template-about main .about__contact-toggle .closed {
  display: inline-block;
}
body.page-template-about main .about__contact .links {
  position: relative;
  display: none;
  gap: 0.9285714286rem;
}
@media only screen and (min-width: 992px) {
  body.page-template-about main .about__contact .links {
    display: inline-flex;
  }
}
body.page-template-about main .about__contact .links-item {
  width: auto;
  height: 2.2142857143rem;
}
@media only screen and (min-width: 992px) {
  body.page-template-about main .about__contact .links-item {
    height: 1.0714285714rem;
  }
}
body.page-template-about main .about__contact .links-item__svg, body.page-template-about main .about__contact .links-item svg {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
}
body.page-template-about main .about__contact.--toggled .about__contact-toggle .open {
  display: inline-block;
}
body.page-template-about main .about__contact.--toggled .about__contact-toggle .closed {
  display: none;
}
body.page-template-about main .about__contact.--toggled .links {
  display: flex;
}
body.page-template-about main p {
  position: relative;
  display: block;
}
body.page-template-about main p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
body.page-template-about footer {
  position: relative;
  display: block;
  bottom: auto;
  right: auto;
  left: auto;
}
@media only screen and (min-width: 992px) {
  body.page-template-about footer {
    text-align: center;
  }
  body.page-template-about footer .logo {
    width: auto;
    height: 17.8571428571rem;
    margin-bottom: 1.4285714286rem;
  }
  body.page-template-about footer .logo a {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
  }
  body.page-template-about footer .logo svg {
    width: auto;
    height: 100%;
  }
  body.page-template-about footer .contact {
    display: none;
  }
  body.page-template-about footer .categories {
    margin-bottom: 0;
  }
  body.page-template-about footer .categories-title {
    display: none;
  }
}
body.page-template-about .logo svg * {
  fill: var(--c-red);
}
body.page-template-about .history-back {
  position: fixed;
  display: none;
  top: 6.0714285714rem;
  left: 1.4285714286rem;
  color: var(--c-red);
  text-decoration: underline;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  body.page-template-about .history-back {
    display: inline-block;
  }
}

#newsletter-popup {
  background: var(--c-red);
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 23.9285714286rem;
  max-width: 27.8571428571rem;
  padding: 0.7142857143rem;
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: translateY(25rem);
  transition: 0.4s ease;
}
#newsletter-popup.--visible {
  opacity: 1;
  transform: translateY(0);
}

.newsletter-popup {
  color: var(--c-black);
  font-size: 1rem;
  line-height: 1.5;
  font-family: var(--f-sirca);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -0.02em;
}
.newsletter-popup__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.1428571429rem;
  border-bottom: solid 0.0714285714rem var(--c-black);
}
.newsletter-popup__email, .newsletter-popup__submit, .newsletter-popup__close {
  background: none;
  position: relative;
  display: inline-block;
  border: none;
  font-size: inherit;
  font-family: inherit;
  text-transform: inherit;
  color: inherit;
}
.newsletter-popup__email:focus, .newsletter-popup__submit:focus, .newsletter-popup__close:focus {
  outline: none;
}
.newsletter-popup__email::placeholder {
  font-size: inherit;
  font-family: inherit;
  text-transform: inherit;
  color: inherit;
}
.newsletter-popup__submit, .newsletter-popup__close {
  text-decoration: underline;
  cursor: pointer;
}
.newsletter-popup p {
  position: relative;
  display: block;
  padding-bottom: 2.1428571429rem;
  margin-bottom: 0.3571428571rem;
}

/*# sourceMappingURL=style.css.map */
