:root {
  --obsidian: #07070a;
  --obsidian-2: #101014;
  --charcoal: #2a2a32;
  --ruby: #9b1b30;
  --ruby-hot: #c41e3a;
  --violet: #6b3fa0;
  --petal: #b48cc9;
  --gold: #d4af37;
  --gold-soft: #c9a86c;
  --paper: #f3ead8;
  --muted: #b8b0c4;
  --glass: rgba(12, 10, 16, 0.72);
  --serif: "Cormorant Garamond", "Palatino Linotype", Palatino, serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--serif);
  font-size: 1.2rem;
  line-height: 1.55;
  color: var(--paper);
  background-color: var(--obsidian);
  background-image:
    radial-gradient(ellipse at 12% 0%, rgba(155, 27, 48, 0.18), transparent 42%),
    radial-gradient(ellipse at 88% 8%, rgba(107, 63, 160, 0.2), transparent 40%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cpath fill='none' stroke='%23d4af37' stroke-opacity='0.07' d='M90 20c8 18 16 30 0 54-16-24-8-36 0-54zm-28 48c10 6 22 8 28 22-14-2-24 2-28-22zm56 0c-10 6-22 8-28 22 14-2 24 2 28-22zM90 92c18 8 30 20 34 40-20-8-38-6-34-40zm0 0C72 100 60 112 56 132c20-8 38-6 34-40z'/%3E%3C/svg%3E");
  background-attachment: fixed;
}

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

a {
  color: var(--gold-soft);
}

a:hover {
  color: var(--paper);
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--gold);
  color: var(--obsidian);
  padding: 0.5rem 1rem;
}

.skip:focus {
  left: 0.5rem;
  z-index: 20;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 8vw 1rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.22);
  background: linear-gradient(180deg, rgba(7, 7, 10, 0.92), rgba(7, 7, 10, 0.55));
  position: sticky;
  top: 0;
  z-index: 8;
  backdrop-filter: blur(10px);
}

.mark {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--paper);
}

.mark-bloom {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, var(--gold), transparent 28%),
    radial-gradient(circle at 70% 40%, var(--ruby-hot), transparent 36%),
    radial-gradient(circle at 50% 70%, var(--violet), #1a0a12 70%);
  box-shadow: 0 0 18px rgba(155, 27, 48, 0.45);
}

.mark-text {
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.15;
}

.mark-text em {
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  color: var(--petal);
}

.nav-toggle {
  font-family: var(--serif);
  background: transparent;
  color: var(--paper);
  border: 1px solid var(--gold);
  padding: 0.35rem 0.8rem;
  display: none;
  cursor: pointer;
}

.site-nav ul {
  display: flex;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav a {
  text-decoration: none;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.site-nav a[aria-current="page"],
.site-nav a:hover {
  color: var(--gold);
}

.hero-ledger {
  padding: 2.5rem 8vw 3rem;
}

.hero-place {
  font-size: 0.95rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1.25rem;
}

.hero-ledger-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2.5rem;
  align-items: center;
}

.hero-copy h1 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 500;
  line-height: 1.08;
  margin: 0.2rem 0 1rem;
}

.hero-copy blockquote {
  margin: 0 0 1.5rem;
  padding-left: 1.1rem;
  border-left: 1px solid var(--ruby);
  color: var(--muted);
  font-style: italic;
}

.hero-single {
  margin: 0;
}

.kicker {
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.82rem;
  color: var(--ruby-hot);
  margin: 0 0 0.4rem;
}

.bloom-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 1.5rem 0.4rem 1.8rem 0.5rem;
  box-shadow:
    0 0 0 1px rgba(212, 175, 55, 0.28),
    0 20px 50px rgba(0, 0, 0, 0.45);
}

.bloom-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.12), transparent 40%),
    radial-gradient(circle at 80% 90%, rgba(107, 63, 160, 0.25), transparent 45%);
}

.bloom-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.05);
}

.bloom-frame.wide {
  margin: 0 0 2rem;
}

.btn {
  position: relative;
  isolation: isolate;
  display: inline-block;
  font-family: var(--serif);
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: var(--paper) !important;
  padding: 0.7rem 1.4rem;
  border: 1px solid var(--gold);
  background: linear-gradient(180deg, #1b1218, #0b0b10);
  cursor: pointer;
  overflow: hidden;
  transition: color 0.35s ease;
}

.btn::before,
.btn::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  transition: transform 0.55s ease, opacity 0.55s ease;
  opacity: 0;
}

.btn::before {
  width: 140%;
  height: 180%;
  left: -20%;
  top: 40%;
  background: radial-gradient(circle, rgba(196, 30, 58, 0.7), transparent 55%);
  transform: scale(0.2);
}

.btn::after {
  width: 90%;
  height: 160%;
  right: -20%;
  top: -40%;
  background: radial-gradient(circle, rgba(107, 63, 160, 0.65), transparent 60%);
  transform: scale(0.15);
}

.btn:hover::before,
.btn:hover::after,
.btn:focus-visible::before,
.btn:focus-visible::after {
  opacity: 1;
  transform: scale(1);
}

.btn-ghost {
  background: transparent;
}

.text-link {
  color: var(--gold);
}

.band {
  padding: 2.5rem 8vw 3rem;
}

.band.muted {
  background: rgba(16, 12, 20, 0.65);
}

.band-intro h2,
.section-title,
.band h2 {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 0.75rem;
}

.primary-offer,
.place-band,
.split-head,
.contact-split,
.desk-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: var(--gold-soft);
  font-style: italic;
}

.offer-list,
.voices,
.team-grid,
.service-index,
.note-index,
.pattern-wall {
  list-style: none;
  margin: 0;
  padding: 0;
}

.offer-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.offer-list a,
.service-index a,
.note-index a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
  background: var(--glass);
  border: 1px solid rgba(180, 140, 201, 0.18);
  padding: 0 0 1rem;
  overflow: hidden;
}

.offer-list h3,
.service-index h2,
.note-index h2 {
  margin: 0.8rem 1rem 0.3rem;
  font-weight: 500;
}

.offer-list p,
.note-index p,
.service-index p {
  margin: 0 1rem 0.6rem;
  color: var(--muted);
}

.offer-list span {
  margin: 0 1rem;
  color: var(--gold);
}

.offer-list img,
.service-index img,
.note-index img,
.team-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.voices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.voices blockquote {
  margin: 0;
  padding: 1.2rem 1.3rem;
  background: linear-gradient(180deg, rgba(155, 27, 48, 0.12), rgba(7, 7, 10, 0.8));
  border: 1px solid rgba(212, 175, 55, 0.18);
  min-height: 100%;
}

.voices footer {
  color: var(--gold-soft);
  font-size: 1rem;
  margin-top: 0.8rem;
}

.page-shell {
  padding: 2.5rem 8vw 4rem;
  max-width: 1100px;
}

.page-head h1,
.note-head h1,
.error-page h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 500;
  margin: 0 0 0.6rem;
}

.lede {
  font-size: 1.35rem;
  color: var(--muted);
  font-style: italic;
}

.prose {
  max-width: 42rem;
}

.prose p {
  margin: 0 0 1rem;
}

.prose.legal h2 {
  font-size: 1.45rem;
  font-weight: 600;
  margin: 1.8rem 0 0.5rem;
  color: var(--gold-soft);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.team-grid li {
  background: var(--glass);
  border: 1px solid rgba(212, 175, 55, 0.15);
}

.team-grid img {
  height: 280px;
}

.team-grid h3,
.team-grid .role,
.team-grid p {
  margin: 0.4rem 1rem;
}

.team-grid .role {
  color: var(--petal);
  font-style: italic;
}

.team-grid p:last-child {
  padding-bottom: 1rem;
  color: var(--muted);
}

.service-index li + li,
.note-index li + li {
  margin-top: 1.25rem;
}

.service-index a,
.note-index a {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 0;
  padding: 0;
}

.service-index img,
.note-index img {
  height: 100%;
  min-height: 180px;
}

.pattern-wall {
  display: grid;
  gap: 1rem;
  margin: 2rem 0;
}

.pattern-wall li {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  background: rgba(16, 12, 22, 0.55);
}

.pattern-num {
  font-size: 1.8rem;
  color: var(--ruby-hot);
}

.kind {
  color: var(--petal);
  font-style: italic;
  margin: 0.1rem 0 0.4rem;
}

.after-cta {
  margin-top: 2rem;
}

.studio-form {
  display: grid;
  gap: 0.9rem;
  padding: 1.2rem;
  background: rgba(10, 8, 14, 0.75);
  border: 1px solid rgba(180, 140, 201, 0.22);
}

.field label {
  display: block;
  margin-bottom: 0.25rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  font-family: var(--serif);
  font-size: 1.1rem;
  padding: 0.5rem 0.6rem;
  color: var(--paper);
  background: #121218;
  border: 1px solid var(--charcoal);
}

.field-error,
.island-error {
  color: #f3c1c8;
  margin: 0.3rem 0 0;
  font-size: 1rem;
}

.form-status {
  color: var(--gold);
}

.cookie-banner {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  max-width: 26rem;
  padding: 1rem 1.1rem;
  background: #120c14;
  border: 1px solid var(--gold);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
  z-index: 12;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.7rem;
}

.site-footer {
  padding: 2.5rem 8vw 3rem;
  border-top: 1px solid rgba(212, 175, 55, 0.22);
  background: #050508;
  color: var(--muted);
  font-size: 1.05rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
}

.footer-name {
  color: var(--paper);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-label {
  color: var(--gold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer li {
  margin: 0.3rem 0;
}

.footer-note {
  margin-top: 2rem;
  max-width: 40rem;
}

.error-page {
  min-height: 50vh;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    display: none;
    position: absolute;
    right: 6vw;
    top: 4.4rem;
    background: #120c16;
    border: 1px solid var(--gold);
    padding: 0.8rem 1.2rem;
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    gap: 0.6rem;
  }

  .hero-ledger-grid,
  .primary-offer,
  .place-band,
  .split-head,
  .contact-split,
  .desk-hero,
  .service-index a,
  .note-index a,
  .offer-list,
  .voices,
  .team-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
