:root {
  --obsidian: #070709;
  --obsidian-soft: #121218;
  --charcoal: #2c2c34;
  --ruby: #9b1b3a;
  --ruby-glow: #c42b52;
  --petal: #6b2d5b;
  --violet: #8a4a7a;
  --gold: #d4af37;
  --gold-soft: #e6d5a8;
  --paper: #f4efe6;
  --mist: #c8c2b8;
  --glass: rgba(18, 18, 24, 0.72);
  --serif-display: "Cormorant Garamond", "Times New Roman", serif;
  --serif-body: "Libre Baskerville", Georgia, serif;
  --max: 1120px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--paper);
  font-family: var(--serif-body);
  font-size: 1.05rem;
  line-height: 1.7;
  background-color: var(--obsidian);
  background-image:
    radial-gradient(ellipse at 10% 0%, rgba(155, 27, 58, 0.18), transparent 42%),
    radial-gradient(ellipse at 90% 20%, rgba(107, 45, 91, 0.22), 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='%23d4af37' fill-opacity='0.035' d='M90 12c18 24 42 36 42 66a42 42 0 1 1-84 0c0-30 24-42 42-66z'/%3E%3C/svg%3E");
}

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

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

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

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

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

h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--gold-soft);
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--gold);
  color: var(--obsidian);
  padding: 0.5rem 0.8rem;
  z-index: 20;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(16px);
  background: linear-gradient(to bottom, rgba(7, 7, 9, 0.92), rgba(7, 7, 9, 0.7));
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

.header-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.9rem 0;
}

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

.brand-mark {
  width: 1.35rem;
  height: 1.8rem;
  border-radius: 50% 50% 45% 45%;
  background:
    radial-gradient(circle at 50% 70%, var(--gold), transparent 45%),
    linear-gradient(180deg, var(--violet), var(--ruby));
  box-shadow: 0 0 16px rgba(196, 43, 82, 0.45);
}

.brand-text {
  font-size: 1.55rem;
}

.nav-toggle {
  font-family: var(--serif-display);
  font-size: 1.1rem;
  background: transparent;
  color: var(--paper);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  cursor: pointer;
}

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

.site-nav a {
  color: var(--mist);
  text-decoration: none;
  font-family: var(--serif-display);
  font-size: 1.2rem;
}

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

.hero-editorial {
  display: grid;
  gap: 0;
  margin-bottom: 3rem;
}

.hero-frame {
  position: relative;
  min-height: min(78vh, 720px);
  overflow: hidden;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
}

.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: min(78vh, 720px);
  filter: saturate(0.85) contrast(1.05);
}

.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 7, 9, 0.88) 0%, rgba(7, 7, 9, 0.35) 52%, rgba(7, 7, 9, 0.55) 100%),
    radial-gradient(circle at 80% 80%, rgba(155, 27, 58, 0.28), transparent 40%);
}

.hero-caption {
  position: absolute;
  inset: auto 6% 8% 6%;
  z-index: 1;
  max-width: 38rem;
}

.kicker {
  display: inline-block;
  font-family: var(--serif-display);
  font-style: italic;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.82rem;
  color: var(--gold);
  margin-bottom: 0.6rem;
}

.lede {
  font-size: 1.15rem;
  color: var(--mist);
  max-width: 40rem;
}

.btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif-display);
  font-size: 1.15rem;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  padding: 0.7rem 1.4rem;
  color: var(--paper);
  background: transparent;
  overflow: hidden;
}

.btn-bloom {
  border: 1px solid rgba(212, 175, 55, 0.55);
  background: linear-gradient(180deg, rgba(155, 27, 58, 0.35), rgba(7, 7, 9, 0.4));
}

.btn-bloom::before,
.btn-bloom::after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 60% 40% 70% 30%;
  background: radial-gradient(circle, rgba(196, 43, 82, 0.7), transparent 68%);
  z-index: -1;
  opacity: 0;
  transform: scale(0.2);
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.btn-bloom::before {
  left: 0.2rem;
  top: 50%;
}

.btn-bloom::after {
  right: 0.2rem;
  top: 20%;
  border-radius: 40% 70% 30% 60%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.55), transparent 68%);
}

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

.btn-bloom:hover,
.btn-bloom:focus-visible {
  color: var(--gold-soft);
  box-shadow: 0 0 24px rgba(155, 27, 58, 0.35);
}

.btn-ghost {
  color: var(--gold-soft);
  background: transparent;
  border: 0;
  padding: 0.4rem 0.2rem;
  text-decoration: underline;
}

.section {
  padding: 3.2rem 0;
}

.section-head {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.panel {
  background: var(--glass);
  border: 1px solid rgba(212, 175, 55, 0.16);
  box-shadow: inset 0 1px 0 rgba(244, 239, 230, 0.06), 0 20px 50px rgba(0, 0, 0, 0.35);
  border-radius: 1.4rem;
  padding: 1.4rem;
  position: relative;
}

.panel::before {
  content: "";
  position: absolute;
  inset: 10% 8%;
  pointer-events: none;
  opacity: 0.08;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90' viewBox='0 0 90 90'%3E%3Cpath fill='%238a4a7a' d='M45 8c10 14 24 20 24 36a24 24 0 1 1-48 0c0-16 14-22 24-36z'/%3E%3C/svg%3E");
}

.card-grid,
.offer-grid,
.team-grid,
.quote-grid {
  display: grid;
  gap: 1.2rem;
}

.offer-grid,
.card-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.team-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.media {
  border-radius: 1.1rem 1.1rem 0.4rem 1.1rem;
  overflow: hidden;
  border: 1px solid rgba(138, 74, 122, 0.35);
}

.media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: contrast(1.05) saturate(0.9);
}

.price {
  font-family: var(--serif-display);
  color: var(--gold);
  font-size: 1.4rem;
  margin: 0.4rem 0;
}

.quote-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

blockquote {
  margin: 0;
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 1.35rem;
  color: var(--paper);
}

.cite {
  display: block;
  margin-top: 0.8rem;
  font-style: normal;
  font-size: 0.95rem;
  color: var(--mist);
}

.split {
  display: grid;
  gap: 1.5rem;
}

.split img {
  width: 100%;
  border-radius: 1.2rem;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.prose p {
  max-width: 42rem;
}

.legal .prose p,
.legal li {
  color: var(--mist);
}

ul.plain {
  padding-left: 1.1rem;
}

.site-footer {
  margin-top: 3rem;
  padding: 2.5rem 0 1.5rem;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  background: linear-gradient(180deg, transparent, rgba(107, 45, 91, 0.12));
}

.footer-grid {
  display: grid;
  gap: 1.5rem;
}

.footer-brand {
  font-size: 1.8rem;
  margin: 0 0 0.4rem;
}

.footer-label {
  font-family: var(--serif-display);
  color: var(--gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

address {
  font-style: normal;
}

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

.footer-base {
  margin-top: 1.5rem;
  color: var(--mist);
  font-size: 0.9rem;
}

.form {
  display: grid;
  gap: 0.9rem;
  max-width: 36rem;
}

label {
  display: grid;
  gap: 0.35rem;
  font-family: var(--serif-display);
  font-size: 1.15rem;
}

input,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  padding: 0.7rem 0.8rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(212, 175, 55, 0.28);
  background: rgba(7, 7, 9, 0.65);
  color: var(--paper);
}

textarea {
  min-height: 9rem;
  resize: vertical;
}

.field-error,
.form-status {
  font-size: 0.92rem;
  color: var(--gold-soft);
  margin: 0;
}

.form-status.is-error,
.field-error {
  color: #f3b7c4;
}

.form-status.is-ok {
  color: #d7e7c7;
}

.cookie-banner {
  position: sticky;
  bottom: 0;
  z-index: 12;
  background: rgba(7, 7, 9, 0.94);
  border-top: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.45);
}

.cookie-inner {
  display: grid;
  gap: 0.8rem;
  padding: 1rem 0 1.2rem;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline article {
  display: grid;
  gap: 0.3rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(155, 27, 58, 0.7);
}

.page-hero {
  padding: 2.5rem 0 1rem;
}

.page-hero img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 1.2rem;
  margin-top: 1rem;
}

.muted {
  color: var(--mist);
}

@media (min-width: 820px) {
  .nav-toggle {
    display: none;
  }

  .site-nav[hidden] {
    display: block;
  }

  .split {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
  }

  .footer-grid {
    grid-template-columns: 1.3fr 1fr 0.8fr;
  }

  .hero-caption {
    left: max(calc((100% - var(--max)) / 2), 1.5rem);
  }

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

@media (max-width: 819px) {
  .site-nav {
    flex-basis: 100%;
  }

  .site-nav ul {
    flex-direction: column;
    padding-bottom: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn-bloom::before,
  .btn-bloom::after {
    transition: none;
  }
}
