:root {
  --obsidian: #09070b;
  --obsidian-2: #121016;
  --charcoal: #2a262e;
  --ruby: #9c1c38;
  --ruby-glow: #d44562;
  --violet: #6b3d8a;
  --petal: #b07ac8;
  --gold: #c9a44a;
  --gold-soft: #e6d3a3;
  --ink: #f3eef6;
  --muted: #b8aebf;
  --glass: rgba(18, 16, 22, 0.72);
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Source Sans 3", "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.65;
  background-color: var(--obsidian);
  background-image:
    radial-gradient(ellipse at 12% 8%, rgba(156, 28, 56, 0.22), transparent 42%),
    radial-gradient(ellipse at 88% 18%, rgba(107, 61, 138, 0.28), transparent 46%),
    radial-gradient(ellipse at 50% 100%, rgba(201, 164, 74, 0.08), transparent 40%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cpath fill='none' stroke='%236b3d8a' stroke-opacity='0.18' d='M110 18c8 24 24 42 44 52-20 10-36 28-44 52-8-24-24-42-44-52 20-10 36-28 44-52z'/%3E%3Cpath fill='%239c1c38' fill-opacity='0.06' d='M40 150c6 16 16 28 30 35-14 7-24 19-30 35-6-16-16-28-30-35 14-7 24-19 30-35z'/%3E%3C/svg%3E");
  background-attachment: fixed;
}

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

a {
  color: var(--gold-soft);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

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

h1,
h2,
h3,
.brand-name,
.footer-brand {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.15;
}

h1 {
  font-size: clamp(2.1rem, 4.4vw, 3.6rem);
  margin: 0.2em 0 0.4em;
}

h2 {
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
}

.shell {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(180deg, rgba(9, 7, 11, 0.96), rgba(9, 7, 11, 0.78));
  border-bottom: 1px solid rgba(201, 164, 74, 0.18);
  backdrop-filter: blur(10px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 40%, var(--gold) 0 18%, transparent 19%),
    radial-gradient(circle at 50% 55%, var(--ruby) 0 42%, var(--violet) 43% 70%, transparent 71%);
  box-shadow: 0 0 16px rgba(212, 69, 98, 0.45);
}

.brand-name {
  font-size: 1.35rem;
}

.nav-toggle {
  display: none;
  background: transparent;
  color: var(--gold-soft);
  border: 1px solid rgba(201, 164, 74, 0.4);
  font-family: var(--serif);
  padding: 0.35rem 0.8rem;
  cursor: pointer;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
}

.site-nav a {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.95rem;
}

.site-nav a:hover {
  color: var(--petal);
}

.hero-editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: calc(100vh - 4.2rem);
}

.hero-figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

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

.hero-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 40%, var(--obsidian) 100%),
    radial-gradient(circle at 30% 70%, rgba(156, 28, 56, 0.25), transparent 45%);
  mix-blend-mode: multiply;
}

.hero-figure figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  max-width: 18rem;
  font-size: 0.85rem;
  color: var(--gold-soft);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 5vw, 4.5rem);
}

.dateline {
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--petal);
  margin: 0 0 0.8rem;
}

.lead {
  color: var(--muted);
  font-size: 1.12rem;
}

.text-cta {
  font-family: var(--serif);
  font-size: 1.25rem;
  color: var(--gold);
}

.hero-cta-line {
  margin-top: 1.5rem;
}

.band {
  padding: 4.5rem 0;
}

.band-tight {
  padding-top: 0;
}

.split-offer {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 2rem;
  align-items: start;
}

.glass-card {
  background: var(--glass);
  border: 1px solid rgba(176, 122, 200, 0.28);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  padding: 1.4rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.glass-card::before {
  content: "";
  position: absolute;
  width: 8rem;
  height: 8rem;
  right: -2rem;
  top: -2rem;
  background: radial-gradient(circle, rgba(156, 28, 56, 0.35), transparent 70%);
  pointer-events: none;
}

.aside-kicker {
  font-family: var(--serif);
  color: var(--gold);
  margin-top: 0;
}

.plain-list {
  padding-left: 1.1rem;
  color: var(--muted);
}

.card-row,
.team-grid {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: grid;
  gap: 1.25rem;
}

.card-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bloom-card,
.team-card,
.news-item,
.service-block {
  background: linear-gradient(180deg, rgba(22, 18, 28, 0.92), rgba(12, 10, 16, 0.94));
  border: 1px solid rgba(201, 164, 74, 0.14);
  overflow: hidden;
}

.bloom-card img,
.team-card img,
.news-item img,
.service-block img,
.content-figure img {
  width: 100%;
  height: 12.5rem;
  object-fit: cover;
  filter: contrast(1.04);
}

.bloom-card-body,
.team-card,
.news-item > div,
.service-block > div {
  padding: 1rem 1.15rem 1.25rem;
}

.price-line,
.meta-line {
  color: var(--gold-soft);
  font-size: 0.92rem;
}

.quote-stage blockquote {
  margin: 0 0 1.8rem;
  padding: 1.2rem 1.4rem 1.2rem 1.3rem;
  border-left: 2px solid var(--ruby);
  background: rgba(156, 28, 56, 0.08);
  font-family: var(--serif);
  font-size: 1.35rem;
  font-style: italic;
}

.quote-stage footer {
  font-family: var(--sans);
  font-size: 0.9rem;
  font-style: normal;
  color: var(--muted);
  margin-top: 0.7rem;
}

.page-wrap {
  width: min(860px, calc(100% - 2rem));
  margin: 2.5rem auto 4rem;
}

.page-wrap.legal {
  width: min(760px, calc(100% - 2rem));
}

.content-figure {
  margin: 0 0 1.8rem;
}

.content-figure img {
  height: 22rem;
}

.prose p {
  color: var(--muted);
}

.service-stack,
.news-list,
.agenda-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.4rem;
}

.service-block,
.news-item {
  display: grid;
  grid-template-columns: 220px 1fr;
}

.service-block img,
.news-item img {
  height: 100%;
  min-height: 10rem;
}

.agenda-list li {
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(176, 122, 200, 0.2);
}

.agenda-list time {
  color: var(--gold);
  letter-spacing: 0.06em;
}

.team-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.team-card img {
  height: 16rem;
}

.contact-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.5rem;
}

.contact-form,
.field {
  display: grid;
  gap: 0.35rem;
}

.contact-form {
  gap: 1rem;
}

label {
  font-size: 0.92rem;
  color: var(--gold-soft);
}

input,
textarea {
  width: 100%;
  background: rgba(9, 7, 11, 0.7);
  color: var(--ink);
  border: 1px solid rgba(176, 122, 200, 0.35);
  padding: 0.65rem 0.7rem;
  font: inherit;
}

input:focus,
textarea:focus {
  outline: 1px solid var(--gold);
}

.field-error,
.island-error {
  color: var(--ruby-glow);
  font-size: 0.88rem;
  min-height: 1em;
}

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

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.05rem;
  padding: 0.7rem 1.25rem;
  text-decoration: none;
  color: var(--ink);
  background: var(--charcoal);
  transition: color 0.35s ease, transform 0.35s ease;
}

.btn::before,
.btn::after {
  content: "";
  position: absolute;
  inset: auto;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 70% 40% 60% 40%;
  z-index: -1;
  opacity: 0;
  transform: scale(0.2);
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.btn::before {
  left: 12%;
  top: -40%;
  background: radial-gradient(circle, var(--ruby-glow), transparent 70%);
}

.btn::after {
  right: 8%;
  bottom: -45%;
  background: radial-gradient(circle, var(--petal), transparent 70%);
}

.btn:hover {
  color: #fff;
}

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

.btn-ruby {
  background: linear-gradient(180deg, #b42846, var(--ruby));
}

.btn-gold {
  background: linear-gradient(180deg, #d8b45c, #9a7a2e);
  color: var(--obsidian);
}

.btn-ghost {
  background: transparent;
  border: 1px solid rgba(201, 164, 74, 0.45);
  color: var(--gold-soft);
}

.site-footer {
  border-top: 1px solid rgba(201, 164, 74, 0.16);
  padding: 2.8rem 0 1.4rem;
  background: rgba(9, 7, 11, 0.88);
}

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

.footer-brand {
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}

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

address {
  font-style: normal;
}

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

.footer-links a {
  color: var(--muted);
  text-decoration: none;
}

.footer-copy {
  color: var(--muted);
  font-size: 0.85rem;
  margin-top: 2rem;
}

.cookie-banner {
  position: fixed;
  z-index: 40;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(12, 10, 16, 0.94);
  border-top: 1px solid rgba(176, 122, 200, 0.35);
  padding: 1rem 0;
}

.cookie-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
}

.cookie-actions {
  display: flex;
  gap: 0.6rem;
}

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

  .site-nav {
    display: none;
    position: absolute;
    top: 3.4rem;
    left: 0;
    right: 0;
    flex-direction: column;
    padding: 1rem 1.2rem 1.2rem;
    background: var(--obsidian-2);
    border-bottom: 1px solid rgba(201, 164, 74, 0.2);
  }

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

  .hero-editorial,
  .split-offer,
  .card-row,
  .service-block,
  .news-item,
  .team-grid,
  .contact-split,
  .footer-grid,
  .cookie-inner {
    grid-template-columns: 1fr;
  }

  .hero-figure {
    min-height: 42vh;
  }

  .hero-figure::after {
    background: linear-gradient(180deg, transparent 30%, var(--obsidian) 100%);
  }

  .content-figure img {
    height: 14rem;
  }
}
