/* Open Sans self-hosted on herrror.art — no Google Fonts request */
@font-face{
  font-family:"Open Sans";
  src:url("assets/fonts/OpenSans-Semibold.ttf") format("truetype");
  font-style:normal;
  font-weight:600;
  font-display:swap;
}
@font-face{
  font-family:"Open Sans";
  src:url("assets/fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-style:normal;
  font-weight:800;
  font-display:swap;
}

* { box-sizing: border-box; }

:root {
  --red: #f40000;
  --bg: #eeeaff;
  --line: rgba(0,0,0,.14);
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  background: var(--bg);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #111;
  overflow-x: hidden;
}

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

/* =========================================================
   LANDING — same composition / typography as current herrror.art
   ========================================================= */

.landing {
  position: relative;
  width: 100vw;
  height: 100svh;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.background {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("assets/bg-desktop.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.008);
  transition: opacity 1.35s ease, transform 2.2s cubic-bezier(.2,.75,.2,1);
}

.hero {
  position: absolute;
  z-index: 1;
  left: 57%;
  top: 49%;
  width: min(48vw, 860px);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity 1.15s ease .22s;
}

.logo {
  display: block;
  width: min(100%, 830px);
  height: auto;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.copy {
  margin-top: -2px;
  color: var(--red);
}

.copy h1 {
  margin: 0;
  font-size: clamp(48px, 5vw, 95px);
  line-height: .98;
  font-weight: 800;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.copy p {
  margin: 18px 0 0;
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .06em;
}

body.loaded .background {
  opacity: 1;
  transform: scale(1);
}

body.loaded .hero {
  opacity: 1;
}

@media (max-width: 1200px) and (min-width: 701px) {
  .hero {
    left: 60%;
    width: min(50vw, 720px);
  }

  .copy h1 {
    font-size: clamp(42px, 5vw, 72px);
  }

  .copy p {
    font-size: 22px;
  }
}

/* =========================================================
   FOOTER — based on the existing shop footer
   ========================================================= */

.site-footer {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 54px 24px 46px;
  border-top: 1px solid var(--line);
  background: var(--bg);
  text-align: center;
}

.newsletter {
  width: min(620px, 100%);
  margin: 0 auto 38px;
}

.newsletter-title {
  margin-bottom: 16px;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
}

.sender-form-field {
  width: 100%;
  min-height: 80px;
}

/* Sender injects the actual form markup here. These rules only constrain it
   to the footer width without changing Sender's internal form design. */
.sender-form-field iframe,
.sender-form-field form,
.sender-form-field > div {
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.footer-social {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.footer-social a {
  display: inline-flex;
  width: 25px;
  height: 25px;
  color: var(--red);
}

.footer-social svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-links a {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.footer-links a:hover {
  color: var(--red);
}

.footer-copyright {
  margin-top: 28px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .10em;
  color: rgba(17,17,17,.55);
}

/* =========================================================
   MOBILE — preserves the current live mobile composition
   ========================================================= */

@media (max-width: 700px) {
  .landing {
    width: 100vw;
    height: 100dvh;
    min-height: 100svh;
    background: #d5cbec;
  }

  .background {
    background-image: url("assets/bg.jpg");
    background-size: 100% auto;
    background-position: left bottom;
    background-color: #d5cbec;
  }

  .background::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100dvh - 100vw - 34px);
    height: 92px;
    pointer-events: none;
    background: linear-gradient(
      to bottom,
      #d5cbec 0%,
      #d5cbec 30%,
      rgba(213, 203, 236, 0.78) 48%,
      rgba(213, 203, 236, 0.28) 72%,
      rgba(213, 203, 236, 0) 100%
    );
  }

  .hero {
    left: 50%;
    top: clamp(28px, 5.5vh, 58px);
    width: 94vw;
    transform: translateX(-50%);
  }

  .logo {
    width: min(82vw, 430px);
    max-height: 27vh;
  }

  .copy {
    width: 100%;
    margin-top: -2px;
  }

  .copy h1 {
    font-size: clamp(27px, 8.7vw, 42px);
    line-height: 1;
    letter-spacing: -0.045em;
  }

  .copy p {
    margin-top: 9px;
    font-size: clamp(16px, 4.4vw, 21px);
    letter-spacing: .055em;
  }

  .site-footer {
    padding: 42px 18px;
  }

  .newsletter {
    margin-bottom: 32px;
  }

  .footer-links {
    flex-direction: column;
    gap: 14px;
  }
}

@media (max-width: 390px), (max-height: 700px) and (max-width: 700px) {
  .hero {
    top: 22px;
    width: 96vw;
  }

  .logo {
    width: min(76vw, 360px);
    max-height: 24vh;
  }

  .copy h1 {
    font-size: clamp(25px, 8.2vw, 32px);
  }

  .copy p {
    margin-top: 7px;
    font-size: clamp(15px, 4vw, 18px);
  }
}

@media (min-height: 850px) and (max-width: 700px) {
  .hero {
    top: clamp(42px, 6.5vh, 72px);
  }

  .logo {
    width: min(84vw, 440px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .background,
  .hero {
    transition: none;
  }
}


/* =========================================================
   FOOTER MODAL LINKS
   ========================================================= */
.footer-links button{
  appearance:none;
  border:0;
  background:none;
  padding:0;
  color:inherit;
  font:inherit;
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  cursor:pointer;
}

.footer-links button:hover{
  color:var(--red);
}

/* =========================================================
   MODAL OVERLAYS
   ========================================================= */
.modal-backdrop{
  position:fixed;
  inset:0;
  z-index:10000;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(15,10,22,.52);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .22s ease, visibility .22s ease;
}

.modal-backdrop.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.modal-card{
  position:relative;
  width:min(680px,100%);
  max-height:min(82vh,820px);
  overflow:auto;
  padding:44px 42px 40px;
  background:var(--bg);
  color:#111;
  box-shadow:0 24px 80px rgba(0,0,0,.24);
  transform:translateY(10px) scale(.985);
  transition:transform .22s ease;
}

.modal-backdrop.is-open .modal-card{
  transform:none;
}

.modal-close{
  position:absolute;
  top:14px;
  right:17px;
  width:34px;
  height:34px;
  border:0;
  background:none;
  color:var(--red);
  font-size:30px;
  line-height:1;
  font-weight:400;
  cursor:pointer;
}

.modal-card h2{
  margin:0 46px 34px 0;
  color:var(--red);
  font-size:clamp(32px,5vw,54px);
  line-height:.95;
  letter-spacing:-.04em;
}

.modal-card h3{
  margin:34px 0 10px;
  color:var(--red);
  font-size:15px;
}

.modal-copy{
  font-size:14px;
  line-height:1.7;
}

.modal-copy a,
.contact-direct a{
  color:var(--red);
  text-decoration:underline;
  text-underline-offset:3px;
}

.placeholder-note{
  padding:12px 14px;
  border:1px solid var(--red);
  color:var(--red);
  font-size:10px;
  font-weight:700;
  letter-spacing:.04em;
}

body.modal-open{
  overflow:hidden;
}

/* =========================================================
   CONTACT FORM
   ========================================================= */
.contact-form{
  display:grid;
  gap:22px;
}

.contact-form label{
  display:grid;
  gap:8px;
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
}

.contact-form input,
.contact-form textarea{
  width:100%;
  border:0;
  border-bottom:1px solid #111;
  border-radius:0;
  background:transparent;
  padding:11px 0;
  color:#111;
  font:inherit;
  outline:none;
}

.contact-form textarea{
  border:1px solid #111;
  padding:13px;
  resize:vertical;
}

.contact-form input:focus,
.contact-form textarea:focus{
  border-color:var(--red);
}

.contact-submit{
  justify-self:start;
  border:0;
  background:var(--red);
  color:#fff;
  padding:14px 22px;
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  cursor:pointer;
}

.honeypot{
  position:absolute!important;
  left:-9999px!important;
}

.contact-status{
  min-height:18px;
  color:var(--red);
  font-size:11px;
  font-weight:700;
}

.contact-direct{
  margin:30px 0 0;
  font-size:13px;
}

@media(max-width:700px){
  .modal-backdrop{
    padding:14px;
  }

  .modal-card{
    padding:38px 20px 28px;
    max-height:88vh;
  }

  .modal-card h2{
    margin-bottom:28px;
  }
}




/* =========================================================
   CUSTOM NEWSLETTER FORM — LOCAL, NO SENDER/GOOGLE JS
   ========================================================= */
.custom-newsletter{
  width:min(430px,100%);
  margin:0 auto 38px;
  text-align:left;
}

.custom-newsletter .newsletter-title{
  text-align:center;
  margin-bottom:18px;
}

.newsletter-form{
  width:100%;
  padding:0;
  font-family:"Open Sans", Arial, Helvetica, sans-serif;
  color:var(--red);
}

.newsletter-heading{
  margin:0 0 26px;
  font-size:clamp(34px,4.1vw,54px);
  line-height:.95;
  font-weight:800;
  letter-spacing:-.035em;
  color:var(--red);
}

.newsletter-field{
  display:grid;
  gap:8px;
  margin-bottom:18px;
  font-size:13px;
  font-weight:600;
  color:var(--red);
}

.newsletter-field input{
  width:100%;
  height:46px;
  padding:0 13px;
  border:1px solid rgba(244,0,0,.28);
  border-radius:6px;
  background:#fff;
  color:#111;
  font:inherit;
  outline:none;
}

.newsletter-field input:focus{
  border-color:var(--red);
  box-shadow:0 0 0 2px rgba(244,0,0,.06);
}

.newsletter-consent{
  display:grid;
  grid-template-columns:22px 1fr;
  gap:10px;
  align-items:start;
  margin:6px 0 22px;
  font-size:13px;
  line-height:1.25;
  font-weight:600;
  color:var(--red);
  cursor:pointer;
}

.newsletter-consent input{
  appearance:none;
  width:20px;
  height:20px;
  margin:0;
  border:1px solid rgba(244,0,0,.35);
  border-radius:5px;
  background:#fff;
  cursor:pointer;
  position:relative;
}

.newsletter-consent input:checked{
  background:var(--red);
  border-color:var(--red);
}

.newsletter-consent input:checked::after{
  content:"";
  position:absolute;
  left:6px;
  top:2px;
  width:5px;
  height:10px;
  border:solid #fff;
  border-width:0 2px 2px 0;
  transform:rotate(45deg);
}

.newsletter-privacy-note{
  margin:0 0 18px;
  font-size:10px;
  line-height:1.45;
  color:var(--red);
}

.inline-modal-link{
  appearance:none;
  border:0;
  background:none;
  padding:0;
  color:var(--red);
  font:inherit;
  text-decoration:underline;
  text-underline-offset:2px;
  cursor:pointer;
}

.newsletter-submit{
  width:100%;
  min-height:54px;
  border:0;
  border-radius:4px;
  background:var(--red);
  color:#fff;
  font-family:"Open Sans",Arial,sans-serif;
  font-size:15px;
  font-weight:800;
  cursor:pointer;
  transition:transform .15s ease, opacity .15s ease;
}

.newsletter-submit:hover{
  transform:translateY(-1px);
}

.newsletter-submit:disabled{
  opacity:.55;
  cursor:default;
  transform:none;
}

.newsletter-value{
  margin:14px auto 0;
  max-width:280px;
  text-align:center;
  font-size:10px;
  line-height:1.45;
  color:var(--red);
}

.newsletter-status{
  min-height:18px;
  margin-top:12px;
  text-align:center;
  font-size:11px;
  font-weight:700;
  color:var(--red);
}

.newsletter-form.is-success .newsletter-field,
.newsletter-form.is-success .newsletter-consent,
.newsletter-form.is-success .newsletter-privacy-note,
.newsletter-form.is-success .newsletter-submit,
.newsletter-form.is-success .newsletter-value{
  display:none;
}

.newsletter-form.is-success .newsletter-heading{
  margin-bottom:12px;
}

@media(max-width:700px){
  .custom-newsletter{
    width:min(100%,360px);
  }

  .newsletter-heading{
    font-size:40px;
  }
}


/* =========================================================
   CUSTOM NEWSLETTER V2 — FRAMED CARD + SINGLE-LINE HEADING
   ========================================================= */
.custom-newsletter{
  width:min(470px,100%);
  box-sizing:border-box;
  padding:28px 30px 30px;
  border:1px solid rgba(244,0,0,.38);
  border-radius:5px;
  background:rgba(255,255,255,.90);
}

.custom-newsletter .newsletter-title{
  margin-bottom:20px;
}

.newsletter-heading{
  white-space:nowrap;
  margin:0 0 28px;
  font-size:clamp(27px,3vw,42px);
  line-height:1;
  letter-spacing:-.035em;
}

@media(max-width:700px){
  .custom-newsletter{
    width:min(100%,390px);
    padding:24px 22px 26px;
  }

  .newsletter-heading{
    font-size:clamp(25px,8vw,34px);
    white-space:nowrap;
  }
}


/* CUSTOM NEWSLETTER V3 — tighter bottom spacing */
.custom-newsletter{
  padding-bottom:20px;
}
.newsletter-value{
  margin-bottom:0;
}
.newsletter-status{
  margin-bottom:0;
  min-height:0;
}
@media(max-width:700px){
  .custom-newsletter{
    padding-bottom:18px;
  }
}


.newsletter-honeypot{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}


/* Newsletter success state */
.newsletter-form.is-success .newsletter-heading{
  display:none;
}
.newsletter-form.is-success .newsletter-status{
  margin-top:0;
  text-align:left;
}
.newsletter-success-title{
  margin:0 0 16px;
  color:var(--red);
  font-size:20px;
  line-height:1.1;
  font-weight:800;
}
.newsletter-success-copy{
  color:var(--red);
  font-size:13px;
  line-height:1.55;
  font-weight:600;
}


/* =========================================================
   HERO V4 — AIR PLANT / SINGLE RELEASE / OCTOBER, 9TH
   ========================================================= */
.hero{
  top:46%;
}

.copy{
  margin-top:-4px;
}

.copy .release-name{
  margin:0;
  font-size:clamp(58px,6.4vw,118px);
  line-height:.9;
  font-weight:800;
  letter-spacing:-.045em;
  white-space:nowrap;
}

.copy .release-type{
  margin-top:12px;
  color:var(--red);
  font-size:clamp(31px,3.7vw,62px);
  line-height:.96;
  font-weight:800;
  letter-spacing:-.025em;
  white-space:nowrap;
}

.copy .release-date{
  margin:14px 0 0;
  font-size:clamp(19px,2vw,29px);
  line-height:1;
  font-weight:600;
  letter-spacing:.07em;
  white-space:nowrap;
}

@media(max-width:700px){
  .hero{
    top:clamp(22px,4.5vh,48px);
  }

  .copy .release-name{
    font-size:clamp(35px,11vw,54px);
  }

  .copy .release-type{
    margin-top:8px;
    font-size:clamp(22px,7vw,34px);
  }

  .copy .release-date{
    margin-top:8px;
    font-size:clamp(15px,4.4vw,20px);
  }
}

/* LIVE V4 — refined release typography */
.copy .release-type {
  font-size: clamp(24px, 2.8vw, 46px);
  margin-top: 12px;
}
.copy .release-date {
  font-size: clamp(15px, 1.55vw, 23px);
  margin-top: 12px;
}
@media (max-width: 700px) {
  .copy .release-type {
    font-size: clamp(18px, 5.5vw, 27px);
    margin-top: 7px;
  }
  .copy .release-date {
    font-size: clamp(13px, 3.8vw, 17px);
    margin-top: 7px;
  }
}

/* Social icons added in V5 */
.hero-social{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:18px;
  margin-top:18px;
}
.hero-social a{
  display:inline-flex;
  width:28px;
  height:28px;
  color:var(--red);
  transition:transform .18s ease, opacity .18s ease;
}
.hero-social a:hover{
  transform:translateY(-1px);
  opacity:.72;
}
.hero-social svg,
.footer-social svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.hero-social .fill-dot,
.footer-social .fill-dot{
  fill:currentColor;
  stroke:none;
}
.footer-social{
  gap:24px;
}
@media(max-width:700px){
  .hero-social{
    margin-top:14px;
    gap:16px;
  }
  .hero-social a{
    width:25px;
    height:25px;
  }
}
