@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=Manrope:wght@400;600;700&display=swap');

:root {
  --black: #0b0a09;
  --black-soft: #15110e;
  --gold: #bc8a52;
  --gold-light: #e1bc87;
  --ivory: #f2ece2;
  --muted: rgba(242, 236, 226, .58);
  --line: rgba(225, 188, 135, .25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--black);
  color: var(--ivory);
  font-family: 'Manrope', Arial, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; }

.grain {
  position: fixed;
  z-index: 50;
  inset: 0;
  pointer-events: none;
  opacity: .06;
  background-image:
    radial-gradient(circle at 17% 23%, white 0 1px, transparent 1.5px),
    radial-gradient(circle at 71% 64%, white 0 1px, transparent 1.5px),
    radial-gradient(circle at 42% 82%, white 0 .7px, transparent 1.2px);
  background-size: 43px 47px, 59px 61px, 31px 37px;
}

.header {
  height: 112px;
  padding: 0 4.5vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(11, 10, 9, .92);
  position: relative;
  z-index: 10;
}
.brand { width: 190px; height: 100px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: cover; }
.header-note { margin: 0; display: flex; align-items: center; gap: 13px; color: var(--muted); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.header-note span { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(188,138,82,.1); animation: pulse 2.4s ease-in-out infinite; }
.social { justify-self: end; color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.social b { margin-left: 9px; font-size: 14px; }

.hero { min-height: calc(100svh - 112px); display: grid; grid-template-columns: 52% 48%; position: relative; }
.hero-copy { padding: 10vh 4vw 8vh 8vw; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 4; }
.eyebrow { margin: 0 0 34px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
h1, h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 400; }
h1 { margin: 0; font-size: clamp(82px, 8.2vw, 142px); line-height: .71; letter-spacing: -.055em; }
h1 em { color: var(--gold-light); font-weight: 400; }
.intro { max-width: 610px; margin: 7vh 0 0; color: var(--muted); font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(19px, 1.55vw, 25px); line-height: 1.5; }
.actions { margin-top: 44px; display: flex; align-items: center; gap: 34px; flex-wrap: wrap; }
.primary, .secondary { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.primary { min-width: 214px; padding: 0 22px; background: var(--gold); color: var(--black); transition: background .25s; }
.primary:hover { background: var(--gold-light); }
.secondary { padding: 0 0 7px; min-height: 0; border-bottom: 1px solid rgba(242,236,226,.55); }
.primary span, .secondary span { font-size: 16px; }

.art-stage { min-height: 680px; position: relative; display: grid; place-items: center; background: radial-gradient(circle at 53% 43%, #3c281d 0, #1e1712 35%, var(--black-soft) 70%); overflow: hidden; }
.art-stage::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--black) 0, transparent 18%), linear-gradient(0deg, rgba(11,10,9,.75), transparent 30%); }
.stage-word { position: absolute; z-index: 0; left: -90px; top: 44%; color: rgba(255,255,255,.035); font-family: 'Cormorant Garamond', serif; font-size: 175px; letter-spacing: .12em; transform: rotate(-90deg); }
.orbit { position: absolute; border: 1px solid rgba(188,138,82,.16); border-radius: 50%; animation: orbit 18s linear infinite; }
.orbit::after { content: ''; position: absolute; width: 7px; height: 7px; top: 50%; left: -4px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 24px var(--gold); }
.orbit-one { width: 610px; height: 610px; }
.orbit-two { width: 420px; height: 420px; animation-duration: 13s; animation-direction: reverse; }
.painting { margin: 0; position: absolute; overflow: hidden; background: #ebe2d4; box-shadow: 0 35px 80px rgba(0,0,0,.5); }
.painting img { width: 100%; height: 100%; object-fit: cover; }
.painting-back img { object-position: 10% 50%; transform: scale(1.08); }
.painting-main img { object-position: 53% 50%; }
.painting-front img { object-position: 91% 50%; transform: scale(1.12); }
.painting-main { z-index: 3; width: min(420px, 58%); aspect-ratio: 281 / 320; padding: 11px; transform: rotate(1deg); animation: reveal 1.2s .15s both cubic-bezier(.2,.8,.2,1); }
.painting-main img { border: 1px solid rgba(11,10,9,.18); }
.painting-main figcaption { position: absolute; left: 11px; right: 11px; bottom: 11px; padding: 14px 15px; display: flex; justify-content: space-between; background: rgba(11,10,9,.82); backdrop-filter: blur(8px); color: var(--gold-light); font-size: 7px; letter-spacing: .15em; text-transform: uppercase; }
.painting-back { z-index: 1; width: 245px; aspect-ratio: 281 / 320; left: 6%; top: 7%; transform: rotate(-8deg); opacity: .52; filter: saturate(.65); animation: float-left 8s ease-in-out infinite; }
.painting-front { z-index: 4; width: 190px; aspect-ratio: 281 / 320; right: -7%; top: 17%; transform: rotate(7deg); opacity: .78; animation: float-right 7s ease-in-out infinite; }
.release-card { position: absolute; z-index: 6; right: 4.5vw; bottom: 5vh; width: 220px; padding: 20px; background: var(--gold); color: var(--black); box-shadow: 0 20px 55px rgba(0,0,0,.38); }
.release-card small, .release-card span { display: block; font-size: 7px; letter-spacing: .16em; text-transform: uppercase; }
.release-card strong { display: block; margin: 11px 0 18px; font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 500; line-height: 1; }
.release-card span { padding-top: 13px; border-top: 1px solid rgba(11,10,9,.26); }

.manifesto { padding: 140px 8vw 120px; background: var(--ivory); color: var(--black); }
.manifesto > p { margin: 0 0 20px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.manifesto h2 { max-width: 1050px; margin: 0; color: #35271f; font-size: clamp(68px, 8vw, 128px); line-height: .88; letter-spacing: -.055em; }
.manifesto-grid { margin-top: 100px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(11,10,9,.18); border-bottom: 1px solid rgba(11,10,9,.18); }
.manifesto-grid span { padding: 28px 0; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.manifesto-grid span + span { padding-left: 3vw; border-left: 1px solid rgba(11,10,9,.18); }

footer { padding: 34px 4.5vw; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; color: rgba(242,236,226,.42); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
footer span:nth-child(2) { text-align: center; }
footer a { justify-self: end; color: var(--gold-light); }

.contact { padding: 135px 8vw 145px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; background: #17120f; border-top: 1px solid var(--line); }
.contact-heading h2 { margin: 0; color: var(--ivory); font-size: clamp(64px, 6.6vw, 108px); line-height: .85; letter-spacing: -.05em; }
.contact-heading > p:last-child { max-width: 470px; margin: 42px 0 0; color: var(--muted); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 22px; line-height: 1.55; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 24px; align-content: start; }
.field { position: relative; }
.field-wide { grid-column: 1 / 3; }
.field label { display: flex; justify-content: space-between; margin-bottom: 11px; color: var(--gold-light); font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.field label span { color: rgba(242,236,226,.38); font-size: 7px; font-weight: 400; letter-spacing: .06em; text-transform: none; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(242,236,226,.27);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ivory);
  font: 400 17px 'Cormorant Garamond', Georgia, serif;
  transition: border-color .2s;
}
.field input, .field select { height: 53px; }
.field textarea { padding: 15px 0; resize: vertical; line-height: 1.45; }
.field select { appearance: none; cursor: pointer; background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%); background-position: calc(100% - 13px) 23px, calc(100% - 8px) 23px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.field select option { background: var(--black-soft); color: var(--ivory); }
.field input::placeholder, .field textarea::placeholder { color: rgba(242,236,226,.32); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.website-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.consent { grid-column: 1 / 3; display: grid; grid-template-columns: 18px 1fr; gap: 13px; align-items: start; color: rgba(242,236,226,.48); font-size: 9px; line-height: 1.55; cursor: pointer; }
.consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--gold); }
.form-action { grid-column: 1 / 3; display: grid; grid-template-columns: minmax(210px,260px) 1fr; gap: 24px; align-items: center; }
.form-action button { min-height: 58px; padding: 0 21px; display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--gold); background: var(--gold); color: var(--black); cursor: pointer; font: 700 9px 'Manrope', Arial, sans-serif; letter-spacing: .15em; text-transform: uppercase; transition: background .2s, opacity .2s; }
.form-action button:hover { background: var(--gold-light); }
.form-action button:disabled { cursor: wait; opacity: .55; }
.form-action button b { font-size: 16px; }
.form-status { min-height: 35px; margin: 0; color: var(--gold-light); font-size: 10px; line-height: 1.5; }
.form-status.error { color: #eea28e; }

@keyframes pulse { 50% { opacity: .45; transform: scale(.75); } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes reveal { from { opacity: 0; transform: translateY(35px) rotate(1deg); } }
@keyframes float-left { 50% { transform: translate(10px,16px) rotate(-5deg); } }
@keyframes float-right { 50% { transform: translate(-8px,18px) rotate(4deg); } }

@media (max-width: 900px) {
  .header { grid-template-columns: 1fr auto; }
  .header-note { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 650px; padding: 95px 7vw 80px; }
  .art-stage { min-height: 760px; }
  .art-stage::after { background: linear-gradient(0deg, rgba(11,10,9,.75), transparent 30%); }
  .contact { grid-template-columns: 1fr; gap: 75px; }
}

@media (max-width: 560px) {
  .header { height: 80px; padding: 0 20px; }
  .brand { width: 125px; height: 70px; }
  .social { font-size: 8px; }
  .hero-copy { min-height: 590px; padding: 78px 24px 64px; }
  .eyebrow { margin-bottom: 27px; }
  h1 { font-size: clamp(67px, 21.5vw, 91px); line-height: .73; }
  .intro { margin-top: 44px; font-size: 18px; }
  .actions { align-items: flex-start; flex-direction: column; }
  .art-stage { min-height: 610px; }
  .painting-main { width: 72%; }
  .painting-back { width: 145px; left: -7%; }
  .painting-front { width: 125px; right: -12%; }
  .orbit-one { width: 440px; height: 440px; }
  .orbit-two { width: 300px; height: 300px; }
  .stage-word { font-size: 110px; left: -80px; }
  .release-card { right: 16px; bottom: 16px; width: 190px; }
  .manifesto { padding: 100px 24px 90px; }
  .manifesto h2 { font-size: 62px; }
  .manifesto-grid { margin-top: 70px; grid-template-columns: 1fr; }
  .manifesto-grid span { padding: 22px 0; }
  .manifesto-grid span + span { padding-left: 0; border-left: 0; border-top: 1px solid rgba(11,10,9,.18); }
  .contact { padding: 100px 24px 110px; gap: 65px; }
  .contact-heading h2 { font-size: 59px; }
  .contact-heading > p:last-child { font-size: 19px; }
  .contact-form { grid-template-columns: 1fr; }
  .field-wide, .consent, .form-action { grid-column: 1; }
  .field label { align-items: flex-start; flex-direction: column; gap: 5px; }
  .form-action { grid-template-columns: 1fr; }
  footer { padding: 32px 24px 45px; grid-template-columns: 1fr; gap: 13px; }
  footer span:nth-child(2) { text-align: left; }
  footer a { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
