/* ============================================================
   Aeternum Event — website stylesheet
   Brand palette & typography per Aeternum Design Specification
   ============================================================ */

:root {
  --wine: #810947;
  --wine-dark: #5E0733;
  --gold: #C6A15B;
  --gold-soft: #E4CE9E;
  --ivory: #FBF7F1;
  --ink: #3A2A31;

  --bg-soft: #e9e4dc;
  --card-border: #ecdfd0;

  /* package accents */
  --gem-consult: #C6A15B;
  --gem-emerald: #2E7D5B;
  --gem-sapphire: #2E5A9E;
  --gem-pearl: #B8860B;

  --maxw: 1160px;
  --shadow: 0 3px 14px rgba(90, 18, 49, 0.07);
  --shadow-lg: 0 10px 40px rgba(90, 18, 49, 0.14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'EB Garamond', Georgia, serif;
  color: var(--ink);
  background: var(--ivory);
  font-size: 18px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  color: var(--wine);
  line-height: 1.15;
  margin: 0 0 .5em;
}

.script {
  font-family: 'Parisienne', cursive;
  font-weight: 400;
}

a { color: var(--wine); text-decoration: none; }
a:hover { color: var(--wine-dark); }

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

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: .78rem;
  font-weight: 600;
  color: var(--gold);
  margin: 0 0 .6rem;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .82rem;
  padding: 14px 30px;
  border-radius: 2px;
  border: 1.5px solid var(--gold);
  transition: all .25s ease;
  cursor: pointer;
}
.btn-primary { background: var(--wine); color: var(--gold-soft); }
.btn-primary:hover { background: var(--wine-dark); color: #fff; }
.btn-ghost { background: transparent; color: var(--wine); }
.btn-ghost:hover { background: var(--wine); color: var(--gold-soft); }

/* ---------- Navigation ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 247, 241, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(198, 161, 91, 0.35);
}
.nav-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.nav-brand { display: flex; align-items: center; gap: 12px; }
.nav-brand img { height: 46px; width: auto; }
.nav-brand .name {
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: .92rem;
  font-weight: 600;
  color: var(--wine);
}
.nav-links { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.nav-links a {
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .82rem;
  font-weight: 600;
  color: var(--ink);
}
.nav-links a:hover { color: var(--wine); }
.nav-links a.cta {
  border: 1.5px solid var(--gold);
  padding: 8px 18px;
  color: var(--wine);
}
.nav-links a.cta:hover { background: var(--wine); color: var(--gold-soft); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  text-align: center;
  color: var(--gold-soft);
  padding: 120px 24px 130px;
  background:
    linear-gradient(rgba(94,7,51,.82), rgba(94,7,51,.88)),
    url('assets/cover.png') center/cover no-repeat;
  border-bottom: 1px solid var(--gold);
}
.hero .logo-mark { height: 120px; margin: 0 auto 22px; width: auto; }
.hero h1 {
  color: var(--gold-soft);
  font-family: 'Parisienne', cursive;
  font-weight: 400;
  font-size: clamp(3rem, 8vw, 5.6rem);
  margin: 0 0 .1em;
}
.hero .subtitle {
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  letter-spacing: .34em;
  font-size: clamp(.8rem, 2vw, 1rem);
  color: var(--gold);
  margin-bottom: 1.4rem;
}
.hero .lead {
  max-width: 640px;
  margin: 0 auto 2.2rem;
  font-size: 1.2rem;
  color: #f4e9dd;
}
.hero .rule {
  width: 90px; height: 1px;
  background: var(--gold);
  margin: 0 auto 26px;
  opacity: .8;
}
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-actions .btn-ghost { color: var(--gold-soft); border-color: var(--gold); }
.hero-actions .btn-ghost:hover { background: var(--gold); color: var(--wine-dark); }

/* ---------- Section shell ---------- */
.section { padding: 90px 0; }
.section-tint { background: var(--bg-soft); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-head h2 {
  font-size: clamp(2rem, 4.5vw, 2.9rem);
}
.section-head .script-title {
  font-family: 'Parisienne', cursive;
  color: var(--gold);
  font-size: 1.6rem;
  display: block;
  margin-bottom: .2rem;
}

/* ---------- About ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 56px;
  align-items: center;
}
.about-portrait {
  border-radius: 100px 100px 6px 6px;
  border: 2px solid var(--gold);
  padding: 8px;
  background: #fff;
  box-shadow: var(--shadow-lg);
}
.about-portrait img { border-radius: 94px 94px 3px 3px; width: 100%; }
.about-text .signature {
  font-family: 'Parisienne', cursive;
  font-size: 2rem;
  color: var(--wine);
  margin-top: 1rem;
}
.about-text .role {
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: .8rem;
  color: var(--gold);
}

/* ---------- Packages ---------- */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.card {
  position: relative;
  background: #fff;
  border: 1px solid var(--card-border);
  border-radius: 6px;
  padding: 34px 28px;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--gem, var(--gold));
}
.card h3 { font-size: 1.65rem; margin-bottom: .15rem; }
.card .tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--ink);
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
}
.card ul { list-style: none; margin: 0; padding: 0; }
.card li {
  position: relative;
  padding-left: 26px;
  margin-bottom: .8rem;
  font-size: 1rem;
}
.card li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: var(--gem, var(--gold));
  font-size: .7rem;
  top: .3rem;
}

/* featured (premium) card */
.card.featured {
  background: linear-gradient(160deg, var(--wine), var(--wine-dark));
  border-color: var(--gold);
  color: #f4e9dd;
  grid-column: span 3;
}
.card.featured::before { height: 5px; background: linear-gradient(90deg, var(--gold-soft), var(--gold)); }
.card.featured h3 { color: var(--gold-soft); font-size: 2rem; }
.card.featured .tagline { color: var(--gold); }
.card.featured li { color: #f2e6da; }
.card.featured li::before { color: var(--gold); }
.card.featured .premium-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 40px;
}
.ribbon {
  position: absolute;
  top: 20px; right: -42px;
  transform: rotate(45deg);
  background: var(--gold);
  color: var(--wine-dark);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .72rem;
  padding: 6px 54px;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
}

/* ---------- References / online ---------- */
.ref-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ref-card {
  background: #fff;
  border: 1px solid var(--card-border);
  border-radius: 6px;
  padding: 30px 26px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.ref-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.ref-card .ico {
  font-size: 1.8rem;
  color: var(--gold);
  margin-bottom: .5rem;
}
.ref-card h4 {
  font-size: 1.3rem;
  margin-bottom: .3rem;
  color: var(--wine);
}
.ref-card p { margin: 0 0 1rem; font-size: 1rem; }
.ref-note {
  text-align: center;
  font-style: italic;
  color: var(--ink);
  opacity: .75;
  max-width: 640px;
  margin: 34px auto 0;
  font-size: .95rem;
}

/* ---------- CTA banner ---------- */
.cta-banner {
  text-align: center;
  color: var(--gold-soft);
  padding: 84px 24px;
  background:
    linear-gradient(rgba(94,7,51,.9), rgba(94,7,51,.94)),
    url('assets/roses.png') right top/240px no-repeat,
    var(--wine);
}
.cta-banner h2 { color: var(--gold-soft); font-size: clamp(2rem,5vw,3rem); }
.cta-banner p { max-width: 560px; margin: 0 auto 1.8rem; color: #f4e9dd; }

/* ---------- Contact page ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.contact-info .info-item { margin-bottom: 1.6rem; }
.contact-info .label {
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .78rem;
  color: var(--gold);
  margin-bottom: .1rem;
}
.contact-info .value { font-size: 1.2rem; }
.contact-info .value a { font-weight: 600; }

form.contact-form { display: flex; flex-direction: column; gap: 16px; }
.contact-form label {
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .74rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: -6px;
}
.contact-form input,
.contact-form textarea {
  font-family: 'EB Garamond', serif;
  font-size: 1rem;
  padding: 12px 14px;
  border: 1px solid var(--card-border);
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(198,161,91,.18);
}
.contact-form textarea { min-height: 140px; resize: vertical; }
.form-note { font-size: .85rem; opacity: .7; font-style: italic; }

/* ---------- Footer ---------- */
.footer {
  background: var(--wine-dark);
  color: #e9d8c6;
  padding: 60px 24px 34px;
  text-align: center;
}
.footer .logo-mark { height: 74px; margin: 0 auto 18px; }
.footer .brand-name {
  font-family: 'Parisienne', cursive;
  font-size: 2rem;
  color: var(--gold-soft);
}
.footer .tag {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: .24em;
  text-transform: uppercase;
  font-size: .76rem;
  color: var(--gold);
  margin-bottom: 1.4rem;
}
.footer-links { display: flex; gap: 26px; justify-content: center; flex-wrap: wrap; margin-bottom: 1.6rem; }
.footer-links a { color: #e9d8c6; font-size: .95rem; }
.footer-links a:hover { color: var(--gold-soft); }
.footer .copy {
  border-top: 1px solid rgba(198,161,91,.3);
  padding-top: 18px;
  font-size: .82rem;
  color: #c9b39c;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; text-align: center; }
  .about-portrait { max-width: 300px; margin: 0 auto; }
  .cards { grid-template-columns: 1fr; }
  .card.featured { grid-column: span 1; }
  .card.featured .premium-body { grid-template-columns: 1fr; }
  .ref-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .nav-links { gap: 16px; }
  .nav-brand .name { display: none; }
  .section { padding: 60px 0; }
}
