:root {
  --obsidian: #070708;
  --obsidian-2: #111114;
  --charcoal: #2a2a30;
  --ruby: #c41e3a;
  --ruby-deep: #8a1428;
  --violet: #6b2d7a;
  --violet-soft: #8b4c9f;
  --gold: #d4af37;
  --gold-dim: #a8882a;
  --petal: #f3e6ee;
  --mist: #c8c2c6;
  --glass: rgba(255, 255, 255, 0.04);
  --serif-display: "Cormorant Garamond", "Times New Roman", serif;
  --serif-body: "Source Serif 4", Georgia, serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 8%, rgba(196, 30, 58, 0.16), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(107, 45, 122, 0.22), transparent 36%),
    linear-gradient(180deg, var(--obsidian) 0%, var(--obsidian-2) 48%, #0c0c10 100%);
  color: var(--petal);
  font-family: var(--serif-body);
  font-size: 1.125rem;
  line-height: 1.7;
}

body::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: 0.18;
  background-image:
    radial-gradient(ellipse at 20% 30%, rgba(212, 175, 55, 0.12) 0 2px, transparent 3px),
    radial-gradient(ellipse at 70% 60%, rgba(196, 30, 58, 0.18) 0 1px, transparent 2px);
  background-size: 180px 180px, 90px 90px;
  mix-blend-mode: screen;
}

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

a {
  color: var(--gold);
  text-underline-offset: 0.22em;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: linear-gradient(180deg, rgba(7, 7, 8, 0.94), rgba(7, 7, 8, 0.78));
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
  backdrop-filter: blur(10px);
}

.header-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.9rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: inherit;
}

.brand-mark {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 35%, var(--gold) 0 14%, transparent 16%),
    radial-gradient(circle at 50% 70%, var(--ruby) 0 38%, var(--violet) 60%, #050506 70%);
  box-shadow: 0 0 18px rgba(196, 30, 58, 0.45);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-text strong {
  font-family: var(--serif-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.brand-text em {
  font-style: italic;
  font-size: 0.82rem;
  color: var(--mist);
}

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

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

.nav-principal a {
  color: var(--mist);
  text-decoration: none;
  font-size: 0.98rem;
}

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

main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2.2rem 1.4rem 4rem;
}

.issue-bar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-dim);
  border-top: 1px solid rgba(212, 175, 55, 0.28);
  border-bottom: 1px solid rgba(212, 175, 55, 0.28);
  padding: 0.55rem 0;
  margin-bottom: 1.8rem;
}

.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2.4rem;
  align-items: stretch;
  margin-bottom: 3.5rem;
}

.hero-copy h1 {
  font-family: var(--serif-display);
  font-weight: 600;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.05;
  margin: 0 0 1rem;
  color: #fff;
}

.kicker {
  font-style: italic;
  color: var(--violet-soft);
  margin-bottom: 0.6rem;
}

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

.hero-panel {
  position: relative;
  min-height: 28rem;
  border-radius: 1.4rem;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    inset 0 0 0 1px rgba(212, 175, 55, 0.28),
    0 24px 50px rgba(0, 0, 0, 0.45);
}

.hero-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7) contrast(1.08) brightness(0.55);
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 80%, rgba(196, 30, 58, 0.35), transparent 45%),
    linear-gradient(180deg, transparent 20%, rgba(7, 7, 8, 0.82));
  pointer-events: none;
}

.hero-caption {
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  z-index: 1;
  max-width: 16rem;
  font-size: 0.95rem;
  font-style: italic;
  color: var(--petal);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif-display);
  font-size: 1.05rem;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  padding: 0.7rem 1.35rem;
}

.btn-petal {
  position: relative;
  color: var(--obsidian);
  background: linear-gradient(180deg, var(--gold) 0%, var(--gold-dim) 100%);
  border-radius: 999px;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.4s ease;
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.4), 0 8px 24px rgba(196, 30, 58, 0.25);
}

.btn-petal::before,
.btn-petal::after {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50% 0 50% 50%;
  background: rgba(196, 30, 58, 0.55);
  opacity: 0;
  transform: scale(0.2) rotate(20deg);
  transition: opacity 0.35s ease, transform 0.45s ease;
  z-index: -1;
}

.btn-petal::before {
  left: 0.4rem;
  top: 0.15rem;
}

.btn-petal::after {
  right: 0.4rem;
  bottom: 0.1rem;
  background: rgba(107, 45, 122, 0.6);
}

.btn-petal:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 0 24px rgba(212, 175, 55, 0.45);
}

.btn-petal:hover::before,
.btn-petal:hover::after {
  opacity: 1;
  transform: scale(1.6) rotate(40deg);
}

.btn-petal:active {
  opacity: 0;
  transform: scale(1.15);
  transition-duration: 0.2s;
}

.btn-ghost {
  background: transparent;
  color: var(--petal);
  border: 1px solid rgba(243, 230, 238, 0.28);
  border-radius: 999px;
}

.single-cta {
  margin-top: 1.6rem;
}

.glass-card {
  background: var(--glass);
  border: 1px solid rgba(243, 230, 238, 0.08);
  border-radius: 1.1rem;
  padding: 1.4rem 1.5rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  position: relative;
}

.glass-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 90% 10%, rgba(107, 45, 122, 0.18), transparent 40%);
  pointer-events: none;
}

h2 {
  font-family: var(--serif-display);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 600;
  margin: 0 0 0.8rem;
}

.section {
  margin: 3.2rem 0;
}

.offer-primary {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.offer-primary img {
  width: 100%;
  border-radius: 1.2rem;
  filter: contrast(1.05) brightness(0.78);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.2);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

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

.service-card img,
.post-card img,
.portrait img {
  width: 100%;
  height: 11rem;
  object-fit: cover;
  border-radius: 0.7rem;
  margin-bottom: 0.8rem;
  filter: saturate(0.75) brightness(0.8);
}

.price {
  color: var(--gold);
  font-style: italic;
}

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

blockquote {
  margin: 0;
  font-style: italic;
  color: var(--mist);
}

blockquote cite {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  color: var(--gold-dim);
  font-size: 0.95rem;
}

.site-footer {
  border-top: 1px solid rgba(212, 175, 55, 0.18);
  background: #050506;
  padding: 2.4rem 1.4rem 2rem;
}

.footer-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 1.5rem;
}

.footer-brand {
  font-family: var(--serif-display);
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}

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

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

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

.footer-note {
  max-width: 1120px;
  margin: 1.8rem auto 0;
  color: var(--mist);
  font-size: 0.92rem;
}

.cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  max-width: 28rem;
  background: linear-gradient(180deg, #16161c, #0c0c10);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 1rem;
  padding: 1.1rem 1.2rem;
  z-index: 30;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}

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

.field {
  margin-bottom: 1rem;
}

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

.field input,
.field textarea,
.field select {
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(243, 230, 238, 0.16);
  color: var(--petal);
  font-family: inherit;
  font-size: 1rem;
  padding: 0.6rem 0.7rem;
  border-radius: 0.4rem;
}

.field-error {
  color: #f0a0ad;
  font-size: 0.92rem;
  margin: 0.25rem 0 0;
}

.form-status {
  margin-top: 0.8rem;
  color: #f0a0ad;
}

.form-status.is-success {
  color: #d4af37;
}

.prose {
  max-width: 42rem;
}

.prose p + p {
  margin-top: 0.9rem;
}

.timeline {
  border-left: 1px solid rgba(212, 175, 55, 0.35);
  padding-left: 1.2rem;
  display: grid;
  gap: 1.4rem;
}

.timeline h3 {
  font-family: var(--serif-display);
  margin: 0 0 0.3rem;
  font-size: 1.45rem;
}

.meta {
  color: var(--mist);
  font-size: 0.95rem;
}

.page-hero img {
  width: 100%;
  max-height: 22rem;
  object-fit: cover;
  border-radius: 1.2rem;
  margin: 1rem 0 1.6rem;
  filter: brightness(0.72) saturate(0.8);
}

.portrait img {
  height: 16rem;
}

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

  .nav-principal {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #0b0b0e;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    padding: 0.8rem 1.4rem 1.2rem;
  }

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

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

  .hero-split,
  .offer-primary,
  .card-grid,
  .card-grid.two,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: 18rem;
  }

  .site-header {
    position: relative;
  }
}
