/* NOCTURNE homepage polish — transparent logo treatment, editorial rhythm, luxury footer. */

/* ---------- Hero lockup: remove the rectangular logo-card feeling ---------- */
.hero-copy {
  max-width: 740px;
}

.hero-lockup {
  position: relative;
  width: min(760px, 100%);
  margin: -.35rem 0 .8rem;
  isolation: isolate;
}

.hero-lockup::before {
  content: '';
  position: absolute;
  inset: 10% 3% 8%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 42% 45%, rgba(255,202,97,.095), transparent 42%),
    radial-gradient(ellipse at 68% 42%, rgba(216,154,43,.045), transparent 55%);
  filter: blur(28px);
  opacity: .85;
}

.hero-logo {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
  aspect-ratio: 2 / 1;
  margin: 0 !important;
  overflow: visible;
  mix-blend-mode: normal !important;
  filter:
    drop-shadow(0 0 11px rgba(255,202,97,.10))
    drop-shadow(0 0 32px rgba(216,154,43,.09));
}

.hero-tagline {
  max-width: 700px;
  margin-top: .35rem;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  line-height: 1.04;
  letter-spacing: -.018em;
}

.hero-sub {
  max-width: 650px;
  margin-top: 1.2rem;
  font-size: clamp(.92rem, 1.1vw, 1.02rem);
  line-height: 1.82;
}

.hero-actions {
  margin-top: 2.25rem;
}

.hero-note {
  margin-top: 1.25rem;
  letter-spacing: .11em;
}

/* ---------- Editorial rhythm across the homepage ---------- */
.section {
  padding-top: clamp(6.4rem, 9vw, 9.25rem);
  padding-bottom: clamp(6.4rem, 9vw, 9.25rem);
}

.container {
  width: min(1200px, 100%);
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: 0 0 1.25rem;
  letter-spacing: .38em;
}

.section-kicker::before {
  content: '';
  width: 32px;
  height: 1px;
  flex: 0 0 auto;
  background: linear-gradient(90deg, var(--gold-bright), rgba(216,154,43,.12));
  box-shadow: 0 0 12px rgba(216,154,43,.14);
}

.section-title {
  font-size: clamp(3rem, 6.1vw, 5.8rem);
  line-height: .92;
  letter-spacing: -.025em;
}

.lead {
  font-size: clamp(1.45rem, 2.6vw, 2.12rem);
  line-height: 1.3;
  letter-spacing: -.012em;
}

.manifesto-grid {
  grid-template-columns: minmax(280px,.78fr) minmax(0,1.22fr);
  gap: clamp(3.5rem, 8vw, 8.5rem);
}

.manifesto-copy {
  padding-top: .4rem;
}

.manifesto-copy p {
  max-width: 670px;
  margin: 0 0 1.25rem;
  line-height: 1.85;
}

.manifesto-copy .lead {
  margin-bottom: 1.65rem;
  line-height: 1.35;
}

.experience-grid {
  margin-top: clamp(3.6rem, 6vw, 5.4rem);
  background: rgba(216,154,43,.18);
  border-color: rgba(216,154,43,.18);
  box-shadow: 0 28px 90px rgba(0,0,0,.22);
}

.experience-card {
  min-height: 300px;
  padding: clamp(1.8rem, 3.2vw, 2.7rem);
  background:
    linear-gradient(150deg, rgba(10,8,6,.98), rgba(4,4,3,.98)),
    #060504;
  transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
}

.experience-card:hover {
  transform: translateY(-4px);
  background:
    radial-gradient(circle at 80% 15%, rgba(216,154,43,.08), transparent 15rem),
    #070604;
  box-shadow: 0 20px 55px rgba(0,0,0,.26);
}

.experience-card .num {
  font-size: 2.6rem;
}

.experience-card h3 {
  margin-top: .85rem;
  font-size: 2.15rem;
}

.experience-card p,
.process-step p {
  line-height: 1.78;
}

.invite-process .lead {
  margin-top: 1.65rem;
}

.process-grid {
  margin-top: 4rem;
  gap: clamp(1.2rem, 2.6vw, 2.25rem);
}

.process-step {
  padding-top: 1.8rem;
  border-top-color: rgba(216,154,43,.32);
}

.process-step h3 {
  margin: .75rem 0 .7rem;
  font-size: 1.62rem;
}

.apply-section {
  background:
    radial-gradient(circle at 8% 22%, rgba(216,154,43,.11), transparent 30rem),
    radial-gradient(circle at 88% 80%, rgba(216,154,43,.045), transparent 28rem),
    #030303;
}

.apply-grid {
  gap: clamp(3.5rem, 7.5vw, 7.5rem);
}

.apply-copy p {
  max-width: 480px;
  line-height: 1.82;
}

.application-form {
  border-color: rgba(216,154,43,.26);
  background:
    linear-gradient(145deg, rgba(11,8,5,.9), rgba(4,4,3,.91));
  box-shadow:
    0 35px 90px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,226,160,.025);
}

.form-section h3 {
  font-size: 2rem;
  letter-spacing: -.012em;
}

.field label {
  letter-spacing: .14em;
}

#faq .section-title {
  margin-bottom: .25rem;
}

.faq-list {
  margin-top: 3.8rem;
}

.faq-item button {
  padding: 1.65rem 0;
}

.faq-item button span:first-child {
  font-size: clamp(1.35rem, 2vw, 1.65rem);
}

/* ---------- Luxury footer ---------- */
.footer {
  position: relative;
  overflow: hidden;
  padding: clamp(4.8rem, 8vw, 7.5rem) clamp(1.2rem, 4vw, 4rem) 2rem;
  border-top: 1px solid rgba(216,154,43,.16);
  color: #958875;
  background:
    radial-gradient(circle at 14% -5%, rgba(216,154,43,.11), transparent 26rem),
    radial-gradient(circle at 84% 110%, rgba(216,154,43,.055), transparent 25rem),
    linear-gradient(180deg, #060504 0%, #020202 74%);
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 2.4rem));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255,202,97,.5), transparent);
  box-shadow: 0 0 22px rgba(216,154,43,.16);
}

.footer-orbit {
  position: absolute;
  right: clamp(-9rem, -7vw, -4rem);
  top: -9rem;
  width: 28rem;
  aspect-ratio: 1;
  border: 1px solid rgba(216,154,43,.075);
  border-radius: 50%;
  pointer-events: none;
}

.footer-orbit::before,
.footer-orbit::after {
  content: '';
  position: absolute;
  border: 1px solid rgba(216,154,43,.055);
  border-radius: 50%;
}

.footer-orbit::before { inset: 3.5rem; }
.footer-orbit::after { inset: 7rem; }

.footer-grid {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px,1.45fr) .72fr .78fr minmax(220px,.9fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.footer-brand {
  max-width: 455px;
}

.footer-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}

.footer-mark {
  width: 74px;
  height: 74px;
  object-fit: contain;
  flex: 0 0 auto;
  border-radius: 0;
  filter:
    drop-shadow(0 0 8px rgba(255,202,97,.16))
    drop-shadow(0 0 26px rgba(216,154,43,.12));
}

.footer-wordmark {
  font-family: var(--serif);
  color: #f7e2b5;
  font-size: clamp(1.65rem, 2.3vw, 2.15rem);
  line-height: .95;
  letter-spacing: .16em;
}

.footer-label {
  margin-top: .45rem;
  color: #a77b37;
  font-size: .57rem;
  font-weight: 500;
  letter-spacing: .34em;
  text-transform: uppercase;
}

.footer-summary {
  max-width: 430px;
  margin: 1.4rem 0 1.25rem;
  color: #9d907d;
  font-size: .86rem;
  line-height: 1.8;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}

.footer-social {
  display: inline-flex !important;
  align-items: center;
  gap: .65rem;
  margin: 0 !important;
  padding: .65rem .85rem;
  border: 1px solid rgba(216,154,43,.19);
  color: #cbb995;
  text-decoration: none;
  font-size: .72rem !important;
  letter-spacing: .06em;
  transition: border-color .25s ease, color .25s ease, background .25s ease, transform .25s ease;
}

.footer-social svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.footer-social:hover,
.footer-social:focus-visible {
  transform: translateY(-2px) !important;
  color: var(--gold-bright) !important;
  border-color: rgba(255,202,97,.48);
  background: rgba(216,154,43,.045);
}

.footer-column h4,
.footer-cta h4 {
  margin: .25rem 0 1.25rem;
  color: #d8c6a4;
  font-size: .61rem;
  font-weight: 500;
  letter-spacing: .27em;
  text-transform: uppercase;
}

.footer-column a {
  display: block;
  width: fit-content;
  margin: .7rem 0;
  color: #958875;
  font-size: .8rem;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--gold-bright);
  transform: translateX(3px);
}

.footer-cta p {
  margin: 0 0 1.25rem;
  color: #a69a86;
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.35;
}

.footer-cta .btn {
  min-height: 44px;
  padding: .75rem 1rem;
  font-size: .62rem;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  margin: clamp(3.2rem, 6vw, 5.2rem) auto 0;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(216,154,43,.11);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #746a5c;
  font-size: .62rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.footer-bottom a {
  display: inline;
  margin: 0;
  color: #9a8c77;
  text-decoration: none;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--gold-bright);
}

.footer-top-link {
  display: inline-flex !important;
  align-items: center;
  gap: .45rem;
  margin: 0 !important;
  white-space: nowrap;
}

@media (max-width: 1050px) {
  .footer-grid {
    grid-template-columns: 1.3fr .7fr .7fr;
  }
  .footer-cta {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(216,154,43,.1);
  }
  .footer-cta p { max-width: 500px; margin-bottom: 0; }
}

@media (max-width: 900px) {
  .hero-lockup { width: min(680px, 100%); }
  .hero-tagline { font-size: clamp(2rem, 6vw, 3rem); }
  .section { padding-top: clamp(5.5rem, 12vw, 7rem); padding-bottom: clamp(5.5rem, 12vw, 7rem); }
  .manifesto-grid { grid-template-columns: 1fr; gap: 2.6rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; max-width: 620px; }
  .footer-cta { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .hero-lockup {
    width: 108%;
    margin-left: -4%;
    margin-top: -.15rem;
  }
  .hero-tagline { margin-top: .15rem; }
  .section-kicker { letter-spacing: .3em; }
  .section-kicker::before { width: 24px; }
  .section-title { font-size: clamp(2.9rem, 15vw, 4.4rem); }
  .experience-card { min-height: 0; }
  .footer { padding-top: 4.5rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.4rem; }
  .footer-brand { grid-column: auto; }
  .footer-mark { width: 66px; height: 66px; }
  .footer-cta {
    grid-column: auto;
    display: block;
    padding-top: 2rem;
  }
  .footer-cta p { margin-bottom: 1.25rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; line-height: 1.7; }
}

@media (prefers-reduced-motion: reduce) {
  .experience-card,
  .footer-social,
  .footer-column a { transition: none; }
}
