:root {
  --ivory: #fbf7ef;
  --cream: #f3eadb;
  --paper: rgba(255, 252, 245, 0.86);
  --green: #1f3328;
  --green-soft: #34493b;
  --gold: #c58b2d;
  --gold-soft: #d8b26b;
  --ink: #1d211b;
  --muted: #6d6d62;
  --line: rgba(197, 139, 45, 0.45);
  --shadow: 0 22px 55px rgba(51, 45, 32, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(251,247,239,0.93), rgba(251,247,239,0.93)),
    url('assets/neet-logo-cover.jpeg') center top / cover fixed;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
}
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 72px);
  background: rgba(251, 247, 239, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(197, 139, 45, 0.22);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--green);
}
.brand-mark {
  width: 44px;
  height: 44px;
  border: 1.5px solid var(--gold);
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-family: Cormorant Garamond, serif;
  font-size: 30px;
  font-weight: 600;
  color: var(--gold);
}
.brand strong {
  display: block;
  font-family: Cormorant Garamond, serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.06em;
}
.brand small {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.22em;
}
.nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--green);
}
.nav a { text-decoration: none; }
.nav a:hover { color: var(--gold); }

.section-pad { padding: clamp(56px, 8vw, 110px) clamp(20px, 6vw, 88px); }

.hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(280px, 0.74fr);
  align-items: center;
  gap: clamp(34px, 6vw, 80px);
  overflow: hidden;
}
.ornate-border {
  position: absolute;
  inset: clamp(16px, 2vw, 34px);
  border: 1px solid var(--line);
  pointer-events: none;
}
.hero-copy { position: relative; max-width: 720px; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: Cormorant Garamond, serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 14px;
}
h1, h2, h3 {
  margin: 0;
  font-family: Cormorant Garamond, Cardo, serif;
  color: var(--green);
  line-height: 1.06;
  font-weight: 600;
}
h1 { font-size: clamp(50px, 8.5vw, 108px); letter-spacing: -0.035em; }
h2 { font-size: clamp(36px, 5.4vw, 70px); letter-spacing: -0.025em; }
h3 { font-size: clamp(24px, 2.6vw, 34px); }
.lead {
  max-width: 610px;
  margin: 26px 0 0;
  font-size: clamp(18px, 2vw, 24px);
  color: var(--green-soft);
}
.hero-actions, .contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.button.primary { background: var(--green); color: var(--ivory); border-color: var(--green); }
.button.secondary { background: rgba(255,255,255,0.46); color: var(--green); }
.button:hover { transform: translateY(-1px); box-shadow: 0 12px 24px rgba(31, 51, 40, 0.12); }
.hero-card {
  position: relative;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 12px;
  box-shadow: var(--shadow);
}
.hero-card img, .image-section img {
  width: 100%;
  display: block;
}

.intro-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}
.intro-strip div {
  background: rgba(31, 51, 40, 0.96);
  color: var(--ivory);
  padding: 24px clamp(18px, 3vw, 46px);
}
.intro-strip span {
  display: block;
  font-family: Cormorant Garamond, serif;
  font-size: 30px;
  color: var(--gold-soft);
}
.intro-strip small { color: rgba(251,247,239,0.78); }

.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(34px, 5vw, 70px);
  align-items: start;
}
.section-copy p, .about-card p, .section-heading p, .note-box p, .contact-panel p {
  color: var(--muted);
  font-size: 16px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.service-grid article, .price-card, .about-card, .quote-card, .note-box, .contact-panel {
  background: rgba(255, 252, 245, 0.78);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.service-grid article { padding: 28px; }
.service-grid p { color: var(--muted); margin-bottom: 0; }

.feature-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: stretch;
  background: linear-gradient(135deg, rgba(31,51,40,0.05), rgba(197,139,45,0.09));
}
.about-card { padding: clamp(30px, 5vw, 58px); }
.quote-card {
  display: grid;
  place-content: center;
  padding: clamp(34px, 5vw, 66px);
  background: rgba(31, 51, 40, 0.96);
  color: var(--ivory);
  text-align: center;
}
.quote-card p {
  margin: 0;
  color: var(--ivory);
  font-family: Cormorant Garamond, serif;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.1;
}
.quote-mark {
  display: block;
  color: var(--gold-soft);
  font-family: Cormorant Garamond, serif;
  font-size: 96px;
  line-height: 0.7;
}

.centered {
  max-width: 780px;
  margin: 0 auto 40px;
  text-align: center;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.price-card { padding: 32px; }
.price-card.featured { background: rgba(31, 51, 40, 0.96); }
.price-card.featured h3, .price-card.featured .price { color: var(--gold-soft); }
.price-card.featured p { color: rgba(251,247,239,0.82); }
.price {
  margin: 18px 0 14px;
  font-family: Cormorant Garamond, serif;
  font-size: 48px;
  line-height: 1;
  color: var(--gold);
}
.price.price-text {
  font-size: 38px;
}
.price span {
  display: block;
  margin-top: 8px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.note-box {
  max-width: 900px;
  margin: 26px auto 0;
  padding: 30px;
  text-align: center;
}

.image-section {
  padding-top: 0;
  display: flex;
  justify-content: center;
}
.image-section img {
  max-width: 720px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.occasion-feature {
  background: linear-gradient(135deg, rgba(31,51,40,0.05), rgba(197,139,45,0.09));
}
.occasion-card {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 58px);
  background: rgba(255, 252, 245, 0.78);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.occasion-card p {
  color: var(--muted);
  font-size: 16px;
}

.contact {
  background: linear-gradient(rgba(31,51,40,0.88), rgba(31,51,40,0.88)), url('assets/neet-services-card.jpeg') center / cover;
}
.contact-panel {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(32px, 6vw, 72px);
  text-align: center;
  background: rgba(251, 247, 239, 0.94);
}
.small-print { font-size: 13px !important; }
.site-footer {
  padding: 28px 20px;
  text-align: center;
  background: var(--green);
  color: var(--ivory);
}
.site-footer p { margin: 4px 0; }
.site-footer a { color: var(--gold-soft); text-decoration: none; white-space: nowrap; }

@media (max-width: 900px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: 12px; }
  .nav { width: 100%; overflow-x: auto; padding-bottom: 2px; }
  .hero, .split, .feature-panel, .pricing-grid { grid-template-columns: 1fr; }
  .intro-strip { grid-template-columns: 1fr; }
  .hero-card { max-width: 540px; margin: 0 auto; }
  .service-grid { grid-template-columns: 1fr; }
  h1 { font-size: clamp(46px, 13vw, 74px); }
}

@media (max-width: 520px) {
  body { background-attachment: scroll; }
  .section-pad { padding-inline: 16px; }
  .nav { gap: 16px; font-size: 11px; }
  .button { width: 100%; }
  .service-grid article, .price-card, .note-box { padding: 22px; }
  .ornate-border { display: none; }
}

/* Anchor link adjustment - prevents the sticky header from covering section headings */
#services,
#about,
#pricing,
#contact {
  scroll-margin-top: 110px;
}

@media (max-width: 900px) {
  #services,
  #about,
  #pricing,
  #contact {
    scroll-margin-top: 155px;
  }
}
