:root {
  --green-950: #07110e;
  --green-900: #10241c;
  --green-800: #173328;
  --green-700: #234c3b;
  --gold: #c9a96a;
  --gold-soft: #e4d2a3;
  --ivory: #f6f1e7;
  --cream: #efe6d4;
  --muted: #5d6f66;
  --line: rgba(201, 169, 106, 0.28);
  --shadow: 0 24px 60px rgba(10, 22, 18, 0.22);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Outfit", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  font-family: var(--sans);
  color: var(--green-900);
  background: var(--ivory);
  line-height: 1.65;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.page-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 85% 8%, rgba(201, 169, 106, 0.1), transparent 26%),
    linear-gradient(180deg, #f7f2e8 0%, #efe6d4 100%);
  z-index: -1;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(16, 36, 28, 0.9);
  border-bottom: 1px solid var(--line);
}

.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ivory);
}

.logo-img {
  height: 80px;
  width: auto;
  display: block;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.logo-text small {
  color: var(--gold-soft);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-logo {
  width: min(120px, 32vw);
  height: auto;
  margin-bottom: 14px;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ivory);
}

.footer-brand img {
  height: 52px;
  width: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav a {
  color: var(--cream);
  font-size: 0.94rem;
}

.nav a:hover,
.site-footer a:hover {
  color: var(--gold);
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.2s ease;
}

.nav-cta,
.btn-gold {
  background: var(--gold);
  color: var(--green-950);
  font-weight: 600;
}

.btn-gold:hover,
.nav-cta:hover {
  background: var(--gold-soft);
}

.btn-ghost {
  border-color: var(--gold);
  color: var(--ivory);
}

.btn-ghost:hover {
  background: rgba(201, 169, 106, 0.12);
}

.btn-whatsapp {
  background: #25d366;
  color: #073b1e;
  font-weight: 600;
  gap: 8px;
}

.btn-whatsapp:hover {
  background: #6fe295;
}

.btn-ghost-dark {
  border-color: var(--green-800);
  color: var(--green-800);
}

.btn-ghost-dark:hover {
  background: rgba(16, 36, 28, 0.06);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 28px rgba(7, 59, 30, 0.28);
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
}

.whatsapp-float:hover {
  background: #1ebe5d;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: var(--ivory);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  color: var(--ivory);
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(7, 17, 14, 0.2) 0%, rgba(7, 17, 14, 0.84) 78%);
}

.hero-content {
  position: relative;
  padding: 108px 0 40px;
}

.eyebrow {
  color: var(--gold);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 14px;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.2rem, 4.4vw, 4.2rem);
  max-width: 14ch;
  margin-bottom: 16px;
}

h2 {
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  margin-bottom: 16px;
}

h3 {
  font-size: 1.55rem;
  margin-bottom: 8px;
}

.lede,
.section-copy p,
.section-head p,
.note,
.highlight {
  max-width: 64ch;
}

.lede {
  font-size: 1.08rem;
  color: var(--cream);
  margin-bottom: 24px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.section {
  padding: 96px 0;
  scroll-margin-top: 96px;
}

.section-dark {
  background: var(--green-900);
  color: var(--ivory);
}

.section-events {
  background:
    linear-gradient(180deg, rgba(16, 36, 28, 0.94), rgba(16, 36, 28, 0.94)),
    url("../assets/foto-alana.png") center 20%/cover;
  color: var(--ivory);
}

.section-steps {
  background: var(--green-800);
  color: var(--ivory);
}

.section-head {
  margin-bottom: 42px;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.section-copy p + p {
  margin-top: 16px;
}

.photo-card {
  overflow: hidden;
  box-shadow: var(--shadow);
}

.photo-card img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center 18%;
}

.photo-card figcaption {
  padding: 14px 16px;
  background: var(--green-900);
  color: var(--gold-soft);
}

.stats {
  background: var(--green-800);
  color: var(--ivory);
  padding: 40px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.stats-grid span {
  display: block;
  font-family: var(--serif);
  font-size: 2.7rem;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 8px;
}

.cards,
.event-grid,
.split-cards {
  display: grid;
  gap: 18px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cards .card {
  flex: 1 1 280px;
  max-width: 340px;
}

.event-grid,
.split-cards {
  grid-template-columns: 1fr 1fr;
}

.card,
.event-grid article,
.split-cards article,
.why-list article,
.contact-form,
.model-box {
  border: 1px solid var(--line);
  padding: 24px;
}

.card,
.event-grid article,
.split-cards article {
  background: rgba(246, 241, 231, 0.05);
}

.section:not(.section-dark):not(.section-events):not(.section-steps) .card,
.contact-form,
.model-box,
.why-list article {
  background: #fffdf8;
}

.card:hover,
.event-grid article:hover {
  transform: translateY(-4px);
  transition: 0.2s ease;
}

.process,
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.process li,
.steps li {
  list-style: none;
}

.process span,
.steps span {
  display: inline-block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.7rem;
  margin-bottom: 10px;
}

.note,
.highlight {
  margin-top: 32px;
  color: var(--muted);
}

.section-dark .note,
.section-dark .highlight,
.section-events .note,
.section-steps .section-head p {
  color: var(--cream);
}

.event-kicker {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  margin-bottom: 8px;
}

.split-cards ul,
.contact-list {
  list-style: none;
}

.split-cards li + li,
.contact-list li + li,
.why-list article + article {
  margin-top: 12px;
}

.model-box {
  margin: 24px 0;
  border-left: 3px solid var(--gold);
}

.model-kicker {
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1.15;
  color: var(--green-800);
  margin-bottom: 8px;
}

.contact-list span {
  display: block;
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-list a {
  color: var(--green-800);
  font-weight: 500;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form .full,
.contact-form button,
.form-status {
  grid-column: 1 / -1;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.92rem;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d7cdb8;
  background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 2px solid var(--gold);
  outline-offset: 1px;
}

.form-status {
  min-height: 1.4em;
}

.site-footer {
  background: var(--green-950);
  color: var(--cream);
}

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

@media (max-width: 980px) {
  .split,
  .cards,
  .process,
  .steps,
  .stats-grid,
  .event-grid,
  .split-cards,
  .contact-form {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .menu-toggle {
    display: block;
  }

  .nav {
    display: none;
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    min-height: calc(100vh - 88px);
    flex-direction: column;
    align-items: stretch;
    padding: 28px 22px 40px;
    background: var(--green-900);
    border-bottom: 1px solid var(--line);
  }

  .nav a {
    padding: 12px 0;
    border-bottom: 1px solid rgba(201, 169, 106, 0.16);
  }

  .nav-cta {
    margin-top: 12px;
    width: 100%;
  }

  .nav.open {
    display: flex;
  }

  body.menu-open {
    overflow: hidden;
  }

  .split,
  .cards,
  .process,
  .steps,
  .stats-grid,
  .event-grid,
  .split-cards,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .logo-img {
    height: 52px;
  }

  .hero-logo {
    width: min(140px, 46vw);
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 0;
  }

  .hero-content,
  .section {
    padding: 68px 0;
  }

  .photo-card img {
    height: 320px;
  }
}

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

  .card:hover,
  .event-grid article:hover {
    transform: none;
  }
}
