/*! Theme Name: Marlene Editorial
Theme URI: https://marleneparafioriti.com
Author: Marlene Parafioriti
Description: Tema de bloques editorial para Marlene Parafioriti.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: marlene-editorial */
:root {
  --wp--preset--color--blue: #071a52;
  --wp--preset--color--electric: #2455df;
  --wp--preset--color--yellow: #f4cf3d;
  --wp--preset--color--cream: #f5f2e9;
  --wp--preset--color--charcoal: #050505;
}

/*! Theme Name: Marlene Editorial
Theme URI: https://marleneparafioriti.com
Author: Marlene Parafioriti
Description: Tema de bloques editorial para Marlene Parafioriti.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: marlene-editorial */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.is-layout-constrained > * {
  margin-block-start: 0 !important;
}

body {
  color: #f5f2e9;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

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

a {
  color: inherit;
}

.wp-site-blocks {
  overflow: clip;
}

.wp-block-group,
.wp-block-columns {
  margin-block-start: 0;
}

.wp-block-heading {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -0.08em;
}

h1.wp-block-heading,
h2.wp-block-heading {
  font-size: clamp(4rem, 9vw, 9rem);
  line-height: 0.88;
  margin-bottom: 27px;
}

h1 em,
h2 em,
h3 em {
  color: #f4cf3d;
  font-style: normal;
}

.eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.yellow-text {
  color: #f4cf3d !important;
}

.blue-text {
  color: #2455df !important;
}

.lead {
  color: #fff;
  font: 500 clamp(1.1rem, 1.8vw, 1.5rem)/1.25 "Space Grotesk", Arial, sans-serif;
  max-width: 520px;
}

.dark-lead {
  color: #0c1b40;
}

.body-copy {
  color: #dddddd;
  max-width: 450px;
}

.section-padding {
  padding-bottom: clamp(85px, 10vw, 130px);
  padding-top: clamp(85px, 10vw, 130px);
}

.section-dark {
  background-color: #071a52;
  color: #f5f2e9;
}
.section-dark::after {
  background: rgba(5, 5, 5, 0.12) 40%;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.section-light {
  background: #f5f2e9;
  color: #0c1b40;
}

.section-yellow {
  background: #f4cf3d;
  color: #071a52;
}

.wp-site-blocks {
  padding-top: 0;
}

.entry-content {
  margin-block-start: 0;
}

.section-kicker {
  /*  border-top: 1px solid $line;
   color: $muted;
   display: flex;
   font-size: 0.61rem;
   justify-content: space-between;
   letter-spacing: 0.14em;
   padding-top: 15px;
   text-transform: uppercase; */
}

.dark-kicker {
  border-color: rgba(12, 27, 64, 0.25);
  color: rgba(12, 27, 64, 0.62);
}

.wp-block-button__link {
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.wp-block-button__link:hover {
  transform: translateY(-3px);
}

.button-yellow .wp-block-button__link {
  background: #f4cf3d;
  color: #071a52;
}

.button-outline .wp-block-button__link {
  background: transparent;
  border: 1px solid #f4cf3d;
  color: #f4cf3d;
}

.button-blue .wp-block-button__link {
  background: #071a52;
  color: #f4cf3d;
}

.button-text .wp-block-button__link {
  background: transparent;
  color: #f5f2e9;
  padding-left: 0;
  padding-right: 0;
}

.button-text .wp-block-button__link:hover {
  color: #f4cf3d;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
/*! Theme Name: Marlene Editorial
Theme URI: https://marleneparafioriti.com
Author: Marlene Parafioriti
Description: Tema de bloques editorial para Marlene Parafioriti.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: marlene-editorial */
.site-header {
  align-items: center;
  background: transparent;
  color: #f5f2e9;
  display: flex;
  left: 0;
  padding: 28px 5vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.site-header.is-scrolled {
  background: black;
  position: fixed;
}

.site-header .wp-block-site-title a {
  color: #f5f2e9;
  font: 400 1rem "Space Grotesk", Arial, sans-serif;
  letter-spacing: 0.23em;
  text-decoration: none;
}

.site-header .wp-block-navigation {
  font-size: 0.9rem;
}

.site-header .wp-block-navigation-item__content {
  color: #f5f2e9;
}

.site-footer {
  background: #071a52;
  color: #dddddd;
  font-size: 0.7rem;
  padding: 24px 5vw;
}

.site-footer .wp-block-site-title a {
  color: #f5f2e9;
  font: 700 1rem "Space Grotesk", Arial, sans-serif;
  letter-spacing: 0.13em;
  text-decoration: none;
}

.site-footer p:last-child {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.texture::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  opacity: 0.06;
}

/*! Theme Name: Marlene Editorial
Theme URI: https://marleneparafioriti.com
Author: Marlene Parafioriti
Description: Tema de bloques editorial para Marlene Parafioriti.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: marlene-editorial */
.hero-right {
  position: relative;
  width: 100%;
  align-items: center;
  background: #050505;
  display: flex;
  justify-content: flex-end;
  min-height: 90svh;
  overflow: hidden;
}

.hero-right::before {
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.04) 0%, rgba(5, 5, 5, 0.34) 44%, rgba(5, 5, 5, 0.93) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-right > .hero-content,
.hero-right .wp-block-cover__inner-container > .hero-content {
  margin-left: auto;
  max-width: none;
  padding-left: 3vw;
  position: relative;
  text-align: left;
  width: min(520px, 100%);
  z-index: 2;
}

.hero-right .wp-block-cover__image-background {
  object-position: 38% center;
}

.hero-right .hero-title {
  font-size: clamp(4rem, 7vw, 7.2rem);
  margin-bottom: 32px;
}

.hero-intro {
  color: #e3e7f5;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  max-width: 380px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 25px;
}

.hero-meta {
  bottom: 9vh;
  color: rgba(245, 242, 233, 0.8);
  font-size: 0.6rem;
  gap: 25px;
  letter-spacing: 0.16em;
  position: absolute;
  right: 5vw;
  text-transform: uppercase;
  z-index: 3;
}

/*! Theme Name: Marlene Editorial
Theme URI: https://marleneparafioriti.com
Author: Marlene Parafioriti
Description: Tema de bloques editorial para Marlene Parafioriti.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: marlene-editorial */
.album-layout,
.bio-layout {
  align-items: center;
  gap: 11vw;
}

.album-art {
  max-width: 530px;
  position: relative;
}
.album-art img {
  box-shadow: 16px 16px 0 rgba(36, 85, 223, 0.45);
  position: relative;
  z-index: 1;
}
.album-art::after {
  border: 1px solid #f4cf3d;
  content: "";
  inset: 18px -18px -18px 18px;
  position: absolute;
  z-index: 0;
}
.album-art--yellow::after {
  border: 1px solid #f4cf3d;
  content: "";
  inset: 18px 18px -18px -18px;
  position: absolute;
  z-index: 0;
}
.album-art--yellow img {
  box-shadow: -18px 16px 0 #f4cf3d;
}

.album-art .album-copy h2,
.bio-copy h2 {
  font-size: clamp(4rem, 8vw, 6rem);
}

.bio-image-wrap {
  max-width: 500px;
}

.bio-image-wrap img {
  aspect-ratio: 4/5;
  filter: saturate(0.9);
  object-fit: cover;
  width: 100%;
}

.bio-facts {
  border-top: 1px solid rgba(12, 27, 64, 0.28);
  list-style: none;
  margin: 35px 0;
  padding: 0;
}

.bio-facts li {
  border-bottom: 1px solid rgba(12, 27, 64, 0.28);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  padding: 15px 0;
  text-transform: uppercase;
}

.bio-detail {
  border-top: 1px solid rgba(12, 27, 64, 0.28);
  gap: 35px;
  margin-top: 120px;
}

.bio-detail p:not(.eyebrow) {
  font-size: 0.88rem;
}

.section-heading-row {
  align-items: flex-end;
  margin-bottom: 70px;
}

.section-heading-row h2 {
  font-size: clamp(4rem, 8vw, 6rem);
  margin: 0;
}

.section-description {
  color: #dddddd;
  max-width: 260px;
}

.media-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  display: flex;
  gap: 24px;
  margin-bottom: 38px;
}

.media-tabs .wp-block-button__link {
  background: transparent;
  color: #dddddd;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  padding: 0 0 14px;
  text-transform: uppercase;
}

.media-tabs .is-active .wp-block-button__link {
  color: #f4cf3d;
}

.video-grid {
  gap: 28px;
}

.video-feature {
  flex-basis: 60% !important;
}

.video-poster {
  min-height: 230px;
  overflow: hidden;
}

.video-feature .video-poster {
  min-height: 485px;
}

.video-poster .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}

.video-placeholder {
  background: rgba(7, 26, 82, 0.8);
  color: #f4cf3d;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  padding: 12px;
  text-transform: uppercase;
}

.poster-yellow {
  background: #f4cf3d;
  color: #071a52;
}

.poster-blue {
  background: #2455df;
  color: #f5f2e9;
}

.poster-blue h3 {
  font-size: 3rem;
  line-height: 0.85;
}

.video-grid h3 {
  font-size: 1.2rem;
}

.gallery-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  margin-top: 100px;
  padding-bottom: 18px;
}

.photo-grid {
  display: grid !important;
  gap: 18px;
  grid-template-columns: 1.2fr 0.8fr 0.8fr !important;
}

.photo-grid .wp-block-image {
  height: 300px;
  margin: 0;
  overflow: hidden;
}

.photo-grid .wp-block-image:first-child {
  height: 360px;
}

.photo-grid img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
  width: 100%;
}

.photo-grid .wp-block-image:hover img {
  transform: scale(1.05);
}

.contact-layout {
  gap: 10vw;
}

.contact-section h2 {
  font-size: clamp(4rem, 8vw, 6rem);
}

.contact-copy {
  max-width: 330px;
}

.contact-details {
  font-size: 0.86rem;
  font-weight: 700;
  margin-top: 65px;
}

.contact-details a {
  text-underline-offset: 5px;
}

.contact-cta {
  align-self: end;
  max-width: 360px;
}

.marlene-lightbox {
  align-items: center;
  background: rgba(2, 8, 29, 0.94);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 6vw;
  position: fixed;
  z-index: 100;
}

.marlene-lightbox[hidden] {
  display: none;
}

.marlene-lightbox img {
  max-height: 85vh;
  max-width: 90vw;
  object-fit: contain;
}

.marlene-lightbox button {
  background: none;
  border: 0;
  color: #f5f2e9;
  font-size: 2.5rem;
  position: absolute;
  right: 28px;
  top: 22px;
}

/*! Theme Name: Marlene Editorial
Theme URI: https://marleneparafioriti.com
Author: Marlene Parafioriti
Description: Tema de bloques editorial para Marlene Parafioriti.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: marlene-editorial */
@media (max-width: 800px) {
  .site-header {
    padding: 22px 6vw;
  }
  .site-header .wp-block-navigation__responsive-container-open {
    color: #f5f2e9;
  }
  .hero-right {
    align-items: flex-end;
    justify-content: flex-start;
    min-height: 680px;
  }
  .hero-right::before {
    background: linear-gradient(0deg, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.12) 70%);
  }
  .hero-right .wp-block-cover__image-background {
    object-position: 46% center;
  }
  .hero-right > .hero-content,
  .hero-right .wp-block-cover__inner-container > .hero-content {
    margin: 0;
    padding: 0 6vw 11vh;
    width: 100%;
  }
  .hero-right .hero-title {
    font-size: clamp(4rem, 17vw, 6rem);
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 19px;
  }
  .section-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .album-layout,
  .bio-layout,
  .contact-layout {
    gap: 60px;
  }
  .album-art {
    margin: 0 auto;
    max-width: 470px;
  }
  .album-copy h2,
  .bio-copy h2 {
    font-size: clamp(4rem, 18vw, 6rem);
  }
  .bio-detail {
    gap: 28px;
    margin-top: 80px;
  }
  .section-heading-row {
    margin-bottom: 45px;
  }
  .section-heading-row h2 {
    font-size: clamp(4rem, 17vw, 6rem);
    margin-bottom: 20px;
  }
  .video-grid {
    display: block;
  }
  .video-grid > .wp-block-column {
    margin-bottom: 38px;
  }
  .video-feature .video-poster {
    min-height: 300px;
  }
  .photo-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .photo-grid .wp-block-image,
  .photo-grid .wp-block-image:first-child {
    height: 220px;
  }
  .photo-grid .wp-block-image:first-child {
    grid-column: span 2;
  }
  .contact-cta {
    max-width: none;
  }
}

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