/* ── Palaio Marketing — Shared Styles ── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&family=Cormorant+SC:wght@300;400;500&family=Great+Vibes&family=Raleway:wght@300;400;500;600;700&display=swap');

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

:root {
  --ink:        #1C1F1E;
  --gold:       #B08930;
  --sage:       #3D5242;
  --mist:       #536860;
  --parchment:  #FAF8F3;
  --parchment2: #F2EDE3;
  --gold-bg:    rgba(176,137,48,0.11);
  --gold-dim:   rgba(176,137,48,0.22);
  --line:       rgba(28,31,30,0.13);
}

html  { scroll-behavior: smooth; }
body  {
  font-family: 'Raleway', sans-serif;
  background: var(--parchment);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }

/* ── Utilities ── */
.eyebrow {
  font-family: 'Cormorant SC', serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
}
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ── Announcement bar ── */
.announce {
  background: var(--ink);
  color: var(--parchment);
  text-align: center;
  padding: 11px 24px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.announce a { color: var(--gold); font-weight: 700; margin-left: 8px; }
.announce a:hover { text-decoration: underline; }

/* ── Nav ── */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250,248,243,0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.2s;
}
nav.scrolled { box-shadow: 0 2px 16px rgba(28,31,30,0.08); }
.nav-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 32px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-wordmark {
  font-family: 'Great Vibes', cursive;
  font-size: 30px;
  color: var(--ink);
  line-height: 1;
}
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-link {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--mist);
  transition: color 0.15s;
}
.nav-link:hover { color: var(--ink); }
.btn-nav {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--parchment);
  background: var(--ink);
  border: none;
  border-radius: 4px;
  padding: 10px 22px;
  cursor: pointer;
  transition: background 0.15s;
  display: inline-block;
}
.btn-nav:hover { background: var(--sage); }

/* ── Hero ── */
.hero {
  background: var(--ink);
  color: var(--parchment);
  padding: 100px 32px 110px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero-rings {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.hero-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(176,137,48,0.08);
  transform: translate(-50%, -50%);
}
.hero-content { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.hero-eyebrow {
  font-family: 'Cormorant SC', serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: var(--gold);
  opacity: 0.85;
  margin-bottom: 28px;
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(44px, 7vw, 72px);
  font-weight: 400;
  line-height: 1.12;
  color: var(--parchment);
  margin-bottom: 24px;
}
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-sub {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  color: rgba(250,248,243,0.62);
  max-width: 520px;
  margin: 0 auto 44px;
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ── Buttons ── */
.btn-primary {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--gold);
  border: none;
  border-radius: 4px;
  padding: 16px 36px;
  cursor: pointer;
  transition: opacity 0.15s;
  display: inline-block;
}
.btn-primary:hover { opacity: 0.88; }
.btn-ghost-light {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(250,248,243,0.6);
  background: none;
  border: 1px solid rgba(250,248,243,0.2);
  border-radius: 4px;
  padding: 15px 28px;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
  display: inline-block;
}
.btn-ghost-light:hover { color: var(--parchment); border-color: rgba(250,248,243,0.4); }
.btn-ghost-dark {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--sage);
  background: none;
  border: 1px solid rgba(61,82,66,0.3);
  border-radius: 4px;
  padding: 15px 28px;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
  display: inline-block;
}
.btn-ghost-dark:hover { color: var(--ink); border-color: rgba(61,82,66,0.6); }

/* ── Section base ── */
.section {
  padding: 96px 32px;
  text-align: center;
}
.section-parchment { background: var(--parchment); }
.section-parchment2 { background: var(--parchment2); }
.section-ink { background: var(--ink); color: var(--parchment); }
.section-sage { background: var(--sage); color: var(--parchment); }

.section-header { margin-bottom: 60px; }
.section-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 5vw, 50px);
  font-weight: 400;
  line-height: 1.2;
  margin-top: 14px;
}
.section-ink .section-header h2   { color: var(--parchment); }
.section-sage .section-header h2  { color: var(--parchment); }
.section-ink .eyebrow  { color: rgba(176,137,48,0.75); }
.section-sage .eyebrow { color: rgba(250,248,243,0.55); }

/* ── Feature grid ── */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
}
.feature-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 36px 28px;
  text-align: left;
  transition: box-shadow 0.2s, transform 0.2s;
}
.feature-card:hover {
  box-shadow: 0 8px 40px rgba(28,31,30,0.09);
  transform: translateY(-2px);
}
.feature-card.gold-accent { border-color: rgba(176,137,48,0.35); }
.feature-icon { font-size: 26px; margin-bottom: 18px; }
.feature-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 12px;
  line-height: 1.2;
}
.feature-card p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--mist);
}

/* ── Steps ── */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.steps::before {
  content: '';
  position: absolute;
  top: 22px;
  left: calc(16.67% + 16px);
  right: calc(16.67% + 16px);
  height: 1px;
  background: linear-gradient(to right, rgba(176,137,48,0.3), rgba(176,137,48,0.1), rgba(176,137,48,0.3));
}
.step { padding: 0 16px; }
.step-num {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(176,137,48,0.35);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px;
  font-family: 'Cormorant SC', serif;
  font-size: 16px; font-weight: 500;
  color: var(--gold);
  background: rgba(176,137,48,0.06);
  position: relative; z-index: 1;
}
.step h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; font-weight: 500;
  color: var(--parchment);
  margin-bottom: 10px;
}
.step p { font-size: 13px; line-height: 1.7; color: rgba(250,248,243,0.5); }

/* ── Pricing ── */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto 40px;
}
.pricing-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 40px 32px;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
}
.pricing-card.recommended { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.rec-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: white;
  font-size: 9px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 4px 14px; border-radius: 20px; white-space: nowrap;
}
.price-label { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mist); margin-bottom: 16px; }
.price-amount { font-family: 'Cormorant Garamond', serif; font-size: 64px; font-weight: 400; color: var(--ink); line-height: 1; margin-bottom: 6px; }
.price-amount sup { font-size: 28px; vertical-align: super; font-weight: 500; }
.price-period { font-size: 13px; color: var(--mist); margin-bottom: 8px; }
.price-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-style: italic;
  color: var(--mist);
  margin-bottom: 28px;
  line-height: 1.5;
}
.price-divider {
  height: 1px;
  background: var(--line);
  margin-bottom: 28px;
}
.price-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
  flex: 1;
}
.price-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--mist);
}
.price-check {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--gold-bg);
  border: 1px solid var(--gold-dim);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.price-check::after {
  content: '';
  width: 4px;
  height: 7px;
  border-right: 1.5px solid var(--gold);
  border-bottom: 1.5px solid var(--gold);
  transform: rotate(45deg) translate(-1px, -1px);
}
.btn-price {
  display: block; width: 100%;
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  text-align: center; padding: 16px; border-radius: 4px; border: none;
  cursor: pointer; transition: opacity 0.15s;
}
.btn-price:hover { opacity: 0.85; }
.btn-price-ink  { background: var(--ink);  color: var(--parchment); }
.btn-price-gold { background: var(--gold); color: white; }
.btn-price-dim  { background: var(--line); color: var(--mist); cursor: default; opacity: 0.7; pointer-events: none; }
.pricing-note {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px; font-style: italic; color: var(--mist);
}
.pricing-note a { color: var(--gold); font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }

/* ── Final CTA ── */
.final-cta {
  background: var(--parchment);
  padding: 100px 32px;
  text-align: center;
}
.final-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 5vw, 56px);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.15;
  margin: 16px 0 18px;
}
.final-cta p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; font-style: italic;
  color: var(--mist);
  margin-bottom: 44px; line-height: 1.6;
}
.btn-cta-final {
  display: inline-block;
  font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--parchment); background: var(--ink);
  border: none; border-radius: 4px; padding: 18px 48px;
  cursor: pointer; transition: opacity 0.15s;
}
.btn-cta-final:hover { opacity: 0.88; }

/* ── Quote block ── */
.quote-block {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.quote-block blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.55;
  color: var(--ink);
  margin-bottom: 20px;
}
.quote-block cite {
  font-size: 12px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--mist);
  font-style: normal;
}

/* ── Footer ── */
footer {
  background: var(--ink);
  color: rgba(250,248,243,0.45);
  padding: 48px 32px;
}
.footer-inner {
  max-width: 1080px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.footer-wordmark { font-family: 'Great Vibes', cursive; font-size: 26px; color: rgba(250,248,243,0.6); }
.footer-links { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.footer-link {
  font-size: 12px; font-weight: 500; letter-spacing: 0.06em;
  color: rgba(250,248,243,0.4); transition: color 0.15s;
}
.footer-link:hover { color: rgba(250,248,243,0.75); }
.footer-copy {
  font-size: 12px; color: rgba(250,248,243,0.25);
  width: 100%; text-align: center;
  margin-top: 28px; padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .nav-links .nav-link { display: none; }
  .feature-grid { grid-template-columns: 1fr; max-width: 440px; }
  .steps { grid-template-columns: 1fr; gap: 40px; }
  .steps::before { display: none; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 440px; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-links { justify-content: center; }
}
@media (max-width: 480px) {
  .hero, .section { padding: 72px 24px; }
  .final-cta { padding: 72px 24px; }
  .container, .nav-inner { padding-left: 24px; padding-right: 24px; }
}
