:root {
  --paper: #f2ede4;
  --paper-2: #d8cfbf;
  --ink: #f2ede4;
  --night: #07070e;
  --wine: #9d5063;
  --sage: #17141a;
  --brass: #c9a84c;
  --muted: #a8a1ab;
  --line: rgba(242, 237, 228, 0.12);
  --light-line: rgba(242, 237, 228, 0.15);
  --assma-black: #03030a;
  --assma-surface: #0e0e1a;
  --assma-gold: #c9a84c;
  --assma-gold-light: #e8c97a;
}

body {
  min-height: 100vh;
  background: #03030a;
  color: #f2ede4;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(rgba(201, 168, 76, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 168, 76, 0.025) 1px, transparent 1px),
    radial-gradient(ellipse at 52% 18%, rgba(137, 78, 22, 0.13), transparent 48%),
    #03030a;
  background-size: 120px 120px, 120px 120px, auto, auto;
}

.wrap {
  width: calc(100% - 48px);
  max-width: 1180px;
}

.skip-link {
  background: #f2ede4;
  color: #03030a;
}

.site-header {
  background: rgba(3, 3, 10, 0.9);
  border-bottom-color: rgba(201, 168, 76, 0.16);
  backdrop-filter: blur(24px);
}

.header-inner {
  min-height: 78px;
}

.brand {
  align-items: center;
  gap: 16px;
  color: #f2ede4;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.brand small {
  color: rgba(232, 201, 122, 0.7);
  font-size: 8px;
  letter-spacing: 2.5px;
}

.nav {
  gap: 28px;
  color: #e8c97a;
  font-size: 9px;
  letter-spacing: 2.4px;
}

.nav a {
  transition: color 180ms ease, opacity 180ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: #fff;
}

.nav .nav-cta {
  padding: 10px 21px;
  border: 1px solid rgba(201, 168, 76, 0.42);
  border-radius: 100px;
  background: transparent;
  color: #c9a84c;
}

.nav .nav-cta:hover,
.nav .nav-cta:focus-visible {
  background: #c9a84c;
  color: #03030a;
}

.page-hero {
  position: relative;
  min-height: 72vh;
  overflow: hidden;
  border-bottom-color: rgba(201, 168, 76, 0.14);
  background:
    linear-gradient(110deg, rgba(3, 3, 10, 0.98), rgba(13, 9, 17, 0.92) 58%, rgba(34, 18, 8, 0.68)),
    #03030a;
}

.page-hero::after {
  position: absolute;
  right: 5vw;
  bottom: 0;
  width: min(42vw, 620px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.48), transparent);
}

.hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: clamp(48px, 7vw, 104px);
  padding: 78px 0 84px;
}

.eyebrow {
  color: #c9a84c;
  font-size: 9px;
  letter-spacing: 4px;
}

h1,
h2,
.display {
  color: #f2ede4;
  font-weight: 400;
}

h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(58px, 6.5vw, 92px);
  line-height: 0.92;
  background: linear-gradient(150deg, #fffaf0 28%, #e8c97a 68%, #a56d29);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 12px 35px rgba(0, 0, 0, 0.4));
}

h2 {
  font-size: clamp(40px, 4.3vw, 58px);
}

h3 {
  color: #f2ede4;
}

.lead {
  max-width: 650px;
  color: rgba(242, 237, 228, 0.69);
  font-size: 18px;
  line-height: 1.75;
}

.button {
  min-height: 48px;
  padding: 13px 25px;
  border-color: rgba(242, 237, 228, 0.2);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.025);
  color: #f2ede4;
  font-size: 10px;
  letter-spacing: 2px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.button.primary,
.button.wine {
  border-color: #c9a84c;
  background: linear-gradient(135deg, #d4b45d, #b8893a);
  color: #03030a;
  box-shadow: 0 12px 34px rgba(201, 168, 76, 0.16);
}

.button:hover,
.button:focus-visible {
  border-color: #c9a84c;
  background: rgba(201, 168, 76, 0.08);
  color: #e8c97a;
  transform: translateY(-2px);
}

.button.primary:hover,
.button.primary:focus-visible,
.button.wine:hover,
.button.wine:focus-visible {
  background: #e8c97a;
  color: #03030a;
}

.hero-art {
  min-height: 430px;
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-left-width: 1px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(201, 168, 76, 0.07), transparent 45%),
    #08080f;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.46);
}

.hero-art::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(201, 168, 76, 0.08);
  border-radius: 4px;
  content: "";
  pointer-events: none;
}

.hero-art img {
  position: relative;
  z-index: 1;
}

.hero-art.social-card {
  padding: 26px;
}

.hero-art.social-card img {
  height: auto;
  object-fit: contain;
}

.hero-monogram {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  color: #f2ede4;
}

.monogram-seal {
  position: relative;
  display: grid;
  width: min(270px, 66vw);
  aspect-ratio: 1;
  place-items: center;
  isolation: isolate;
}

.monogram-seal::before,
.monogram-seal::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.monogram-seal::before {
  inset: 7%;
  border: 1px solid rgba(232, 201, 122, 0.34);
  box-shadow:
    inset 0 0 46px rgba(201, 168, 76, 0.05),
    0 0 42px rgba(201, 168, 76, 0.08);
}

.monogram-seal::after {
  inset: 15%;
  border: 1px solid rgba(242, 237, 228, 0.08);
}

.monogram-signature {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  animation: assma-signature-turn 32s linear infinite;
  fill: rgba(232, 201, 122, 0.78);
}

.monogram-signature text {
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 7px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.monogram-orbit {
  position: absolute;
  inset: 5%;
  border-radius: 50%;
  background: conic-gradient(from 218deg, transparent 0 11%, #e8c97a 11.5% 13%, transparent 13.5% 48%, rgba(201, 168, 76, 0.72) 49% 50.2%, transparent 51% 82%, #a56d29 83% 84.2%, transparent 85% 100%);
  filter: drop-shadow(0 0 8px rgba(201, 168, 76, 0.28));
  animation: assma-orbit-turn 18s linear infinite reverse;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
}

.monogram-beacon {
  position: absolute;
  z-index: 3;
  top: 12%;
  right: 21%;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(255, 245, 220, 0.88);
  border-radius: 50%;
  background: #c9a84c;
  box-shadow: 0 0 0 5px rgba(201, 168, 76, 0.07), 0 0 18px rgba(232, 201, 122, 0.72);
  animation: assma-beacon-pulse 3.2s ease-in-out infinite;
}

.monogram-seal strong {
  position: relative;
  z-index: 1;
  margin-top: -10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(142px, 13vw, 184px);
  font-weight: 400;
  line-height: 0.78;
  background: linear-gradient(150deg, #fffaf0 32%, #c9a84c 78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.48)) drop-shadow(0 0 30px rgba(201, 168, 76, 0.12));
}

.monogram-wave {
  position: absolute;
  z-index: 2;
  bottom: 25%;
  left: 50%;
  display: flex;
  height: 30px;
  align-items: center;
  gap: 4px;
  padding: 0 9px;
  background: #08080f;
  transform: translateX(-50%);
}

.monogram-wave b {
  width: 2px;
  height: 9px;
  background: #e8c97a;
  box-shadow: 0 0 6px rgba(232, 201, 122, 0.3);
  animation: assma-wave-pulse 2.4s ease-in-out infinite;
}

.monogram-wave b:nth-child(2),
.monogram-wave b:nth-child(8) {
  height: 15px;
}

.monogram-wave b:nth-child(3),
.monogram-wave b:nth-child(7) {
  height: 22px;
}

.monogram-wave b:nth-child(4),
.monogram-wave b:nth-child(6) {
  height: 13px;
}

.monogram-wave b:nth-child(5) {
  height: 29px;
  background: #fff5dc;
}

.monogram-wave b:nth-child(2),
.monogram-wave b:nth-child(8) {
  animation-delay: -0.25s;
}

.monogram-wave b:nth-child(3),
.monogram-wave b:nth-child(7) {
  animation-delay: -0.5s;
}

.monogram-wave b:nth-child(4),
.monogram-wave b:nth-child(6) {
  animation-delay: -0.75s;
}

.monogram-wave b:nth-child(5) {
  animation-delay: -1s;
}

.monogram-name {
  display: flex;
  margin-top: -2px;
  color: #f2ede4;
  font-size: 18px;
  font-weight: 500;
  gap: 10px;
  line-height: 1;
}

.monogram-name span {
  opacity: 0;
  transform: translateY(9px);
  animation: assma-letter-reveal 650ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.monogram-name span:nth-child(2) { animation-delay: 90ms; }
.monogram-name span:nth-child(3) { animation-delay: 180ms; }
.monogram-name span:nth-child(4) { animation-delay: 270ms; }
.monogram-name span:nth-child(5) { animation-delay: 360ms; }

@keyframes assma-signature-turn {
  to { transform: rotate(360deg); }
}

@keyframes assma-orbit-turn {
  to { transform: rotate(360deg); }
}

@keyframes assma-beacon-pulse {
  0%, 100% { opacity: 0.58; transform: scale(0.84); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes assma-wave-pulse {
  0%, 100% { transform: scaleY(0.62); opacity: 0.62; }
  50% { transform: scaleY(1); opacity: 1; }
}

@keyframes assma-letter-reveal {
  to { opacity: 1; transform: translateY(0); }
}

.hero-monogram .monogram-tagline {
  margin-top: 15px;
  color: rgba(232, 201, 122, 0.72);
  font-size: 8px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

.signal-band {
  border-top: 1px solid rgba(201, 168, 76, 0.12);
  border-bottom-color: rgba(201, 168, 76, 0.12);
  background: #0c0c14;
  color: #e8c97a;
}

.section {
  border-bottom-color: rgba(242, 237, 228, 0.09);
  background: #07070e;
}

.section:nth-of-type(even) {
  background: #0b0b13;
}

.section.dark,
.section.sage {
  border-color: rgba(242, 237, 228, 0.09);
  background: #0e0e1a;
  color: #f2ede4;
}

.section-heading p:last-child,
.dark .section-heading p:last-child,
.sage .section-heading p:last-child,
.editorial-item p,
.release-copy p {
  color: rgba(242, 237, 228, 0.62);
}

.editorial-grid,
.facts {
  border-color: rgba(242, 237, 228, 0.12);
}

.editorial-item {
  border-color: rgba(242, 237, 228, 0.12);
  background: rgba(255, 255, 255, 0.018);
}

.editorial-item span,
.fact dt,
.text-link,
.contact-direct a {
  color: #c9a84c;
}

.fact {
  border-bottom-color: rgba(242, 237, 228, 0.12);
}

.fact dd,
.contact-direct p {
  color: rgba(242, 237, 228, 0.7);
}

.field input,
.field select,
.field textarea {
  border-color: rgba(242, 237, 228, 0.16);
  background: rgba(255, 255, 255, 0.045);
  color: #f2ede4;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(201, 168, 76, 0.72);
  outline: 2px solid rgba(201, 168, 76, 0.14);
}

.field select option {
  background: #0e0e1a;
  color: #f2ede4;
}

.form-status {
  color: #e8c97a;
}

.site-footer {
  border-top: 1px solid rgba(201, 168, 76, 0.12);
  background: #03030a;
}

.footer-title {
  color: #f2ede4;
  letter-spacing: 6px;
}

.footer-copy,
.footer-links {
  color: rgba(242, 237, 228, 0.58);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #e8c97a;
}

.assma-player {
  --ap-paper: #f2ede4;
  --ap-ink: #0c0c12;
  --ap-wine: #c9a84c;
  --ap-brass: #e8c97a;
  --ap-muted: #aaa3ad;
  --ap-line: rgba(201, 168, 76, 0.2);
}

.assma-player__shell {
  background: rgba(7, 7, 14, 0.97);
  box-shadow: 0 0 0 1px rgba(201, 168, 76, 0.04), 0 18px 55px rgba(0, 0, 0, 0.48);
}

.assma-player__button,
.assma-player__link,
.assma-player__icon {
  border-radius: 6px;
}

@media (max-width: 900px) {
  .mobile-nav summary {
    color: #e8c97a;
  }

  .mobile-nav[open] div {
    border-color: rgba(201, 168, 76, 0.2);
    background: #0e0e1a;
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.48);
  }

  .mobile-nav a {
    border-bottom-color: rgba(242, 237, 228, 0.1);
    color: #f2ede4;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
    padding: 50px 0 62px;
  }

  .hero-art {
    min-height: 350px;
    order: 0;
  }
}

@media (max-width: 620px) {
  .wrap {
    width: calc(100% - 32px);
  }

  body::before {
    background-size: 80px 80px, 80px 80px, auto, auto;
  }

  .header-inner {
    min-height: 66px;
  }

  .brand {
    font-size: 19px;
    letter-spacing: 6px;
  }

  .page-hero {
    min-height: auto;
  }

  .hero-grid {
    gap: 26px;
    padding: 24px 0 44px;
  }

  .hero-art {
    min-height: 220px;
    order: -1;
  }

  .hero-art.social-card {
    padding: 14px;
  }

  h1 {
    font-size: clamp(46px, 13vw, 54px);
  }

  .monogram-seal {
    width: 174px;
  }

  .monogram-seal strong {
    font-size: 112px;
  }

  .monogram-wave {
    bottom: 22%;
    height: 22px;
    gap: 3px;
  }

  .monogram-name {
    font-size: 15px;
    gap: 8px;
  }

  .hero-monogram .monogram-tagline {
    margin-top: 11px;
    font-size: 7px;
    letter-spacing: 2.5px;
  }

  .monogram-signature text {
    font-size: 7.5px;
    letter-spacing: 2.4px;
  }

  .lead {
    font-size: 16px;
  }

  .button {
    width: 100%;
  }

  .platforms .button {
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .monogram-signature,
  .monogram-orbit,
  .monogram-beacon,
  .monogram-wave b,
  .monogram-name span {
    animation: none;
  }

  .monogram-name span {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .button,
  .nav a {
    transition: none;
  }
}
