/* ===========================================================
   Santel Legacy Group — Stylesheet
   Brand palette pulled from logo:
     Dark Green : #1F4534
     Gold/Brown : #B68F3E
     Cream      : #FAF6EF
     Ink        : #11241B
   =========================================================== */

:root {
  --green: #1F4534;
  --green-dark: #15301F;
  --green-soft: #2C5B45;
  --gold: #B68F3E;
  --gold-light: #D4B574;
  --gold-soft: #F2E6C8;
  --cream: #FAF6EF;
  --cream-2: #F4EEDF;
  --ink: #11241B;
  --text: #2F3A33;
  --muted: #6B756F;
  --line: #E6E1D2;
  --white: #ffffff;

  --shadow-sm: 0 2px 6px rgba(17, 36, 27, .06);
  --shadow-md: 0 10px 30px rgba(17, 36, 27, .08);
  --shadow-lg: 0 22px 50px rgba(17, 36, 27, .15);

  --radius: 14px;
  --radius-lg: 22px;

  --maxw: 1180px;
}

/* ---------- Base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--green); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--gold); }

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--ink);
  line-height: 1.18;
  margin: 0 0 .4em;
  font-weight: 700;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.1rem, 4.4vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.6rem); }
h3 { font-size: 1.35rem; }
h4 { font-size: 1.15rem; }

p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }

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

/* ---------- Eyebrows / Section heads ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .78rem;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 1rem;
}
.eyebrow.center { display: flex; justify-content: center; }
.eyebrow.light { color: var(--gold-light); }
.eyebrow-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(182,143,62,.18);
}

.section-head {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}
.section-head.left { text-align: left; margin-left: 0; }
.section-head h2 { margin-bottom: .35em; }
.section-head .section-sub {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0;
}
.section-head.left .eyebrow { justify-content: flex-start; }
.section-sub.light { color: rgba(255,255,255,.78); }
h2.light { color: var(--white); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.98rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .12s ease, background .2s ease, color .2s ease, box-shadow .2s ease, border-color .2s ease;
  text-decoration: none;
  white-space: nowrap;
}
.btn-primary {
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 6px 18px rgba(182,143,62,.35);
}
.btn-primary:hover { background: #c79a45; color: var(--ink); transform: translateY(-1px); }
.btn-ghost {
  background: transparent;
  color: var(--green);
  border-color: var(--green);
}
.btn-ghost:hover { background: var(--green); color: var(--white); }
.btn-lg { padding: 15px 28px; font-size: 1.02rem; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  gap: 16px;
}
.brand {
  display: flex; align-items: center; gap: 12px;
  color: var(--green);
}
.brand:hover { color: var(--green); }
.brand-logo {
  height: 52px;
  width: auto;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav a {
  font-weight: 500;
  font-size: .96rem;
  color: var(--ink);
}
.nav a:hover { color: var(--gold); }
.nav-cta { color: var(--ink) !important; }

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 26px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0 100px;
  background:
    radial-gradient(circle at 90% 10%, rgba(182,143,62,.10), transparent 50%),
    radial-gradient(circle at 5% 80%, rgba(31,69,52,.06), transparent 55%),
    linear-gradient(180deg, #FBF8F1 0%, #ffffff 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-copy h1 .accent { color: var(--gold); }
.hero-copy .lead {
  font-size: 1.15rem;
  color: var(--text);
  max-width: 56ch;
  margin-bottom: 1.8em;
}

/* hero family photo */
.hero-photo {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-photo-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(17, 36, 27, .25), 0 10px 25px rgba(17, 36, 27, .12);
  background: var(--green);
}
.hero-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}
.hero-photo::before {
  content: '';
  position: absolute;
  top: 28px; right: -22px;
  bottom: -22px; left: 28px;
  border: 3px solid var(--gold);
  border-radius: var(--radius-lg);
  z-index: -1;
}
.hero-photo::after {
  content: '';
  position: absolute;
  top: -20px; left: -20px;
  width: 90px; height: 90px;
  border-top: 3px solid var(--green);
  border-left: 3px solid var(--green);
  border-radius: 18px 0 0 0;
  z-index: -1;
}
.hero-photo-caption {
  position: absolute;
  bottom: 18px;
  left: 18px;
  background: rgba(17, 36, 27, .82);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 12px 18px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hero-photo-caption strong {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 600;
  color: var(--gold-light);
  font-size: .98rem;
  line-height: 1.25;
}
.hero-photo-caption strong:last-child {
  color: var(--white);
}
.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.hero-trust {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: .95rem;
}
.hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ic { width: 20px; height: 20px; }
.ic-line { width: 22px; height: 22px; flex-shrink: 0; }

/* hero card */
.hero-card {
  background: var(--white);
  border: 1px solid rgba(255,255,255,.6);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .35), 0 8px 20px rgba(0, 0, 0, .2);
  position: relative;
  color: var(--text);
}
.hero-card::before {
  content: '';
  position: absolute;
  inset: -2px -2px auto auto;
  width: 70px; height: 70px;
  background: var(--gold);
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
  z-index: -1;
  opacity: .15;
}
.card-head h3 { margin-bottom: .15em; }
.card-head p { color: var(--muted); margin-bottom: 1.4em; }
.quick-form label {
  display: block;
  margin-bottom: 14px;
}
.quick-form span,
.contact-form span {
  display: block;
  font-size: .82rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.quick-form select,
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--cream);
  font-family: inherit;
  font-size: .98rem;
  color: var(--ink);
  transition: border-color .15s ease, background .15s ease;
}
.quick-form select:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(182,143,62,.18);
}
.micro { font-size: .8rem; color: var(--muted); margin: 10px 0 0; text-align: center; }

/* ---------- Trust strip ---------- */
.trust-strip {
  background: var(--green);
  color: var(--white);
  padding: 36px 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1;
  margin-bottom: 4px;
}
.stat-label {
  font-size: .9rem;
  color: rgba(255,255,255,.82);
  text-transform: uppercase;
  letter-spacing: .1em;
}

/* ---------- About ---------- */
.about {
  padding: 110px 0;
  background: var(--white);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.about-photo { position: relative; }
.photo-shell {
  position: relative;
  aspect-ratio: 3/2;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--green);
}
.photo-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.about-photo::before {
  content: '';
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 3px solid var(--gold);
  border-radius: var(--radius-lg);
  z-index: -1;
}
.photo-badge {
  position: absolute;
  bottom: 22px;
  left: 22px;
  right: 22px;
  background: rgba(17, 36, 27, .82);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(182,143,62,.4);
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}
.badge-mark {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex-shrink: 0;
}
.photo-badge strong {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: .98rem;
  letter-spacing: .02em;
  color: var(--white);
}
.photo-badge span {
  display: block;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--gold-light);
  margin-top: 2px;
}

.checklist {
  margin: 18px 0 28px;
}
.checklist li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 8px 0;
  color: var(--ink);
  font-weight: 500;
}
.check {
  width: 24px; height: 24px;
  background: var(--gold-soft);
  color: var(--gold);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

/* ---------- Services ---------- */
.services {
  padding: 110px 0;
  background: var(--cream);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.service-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold);
}
.service-card.featured {
  border: 2px solid var(--gold);
  box-shadow: var(--shadow-md);
}
.ribbon {
  position: absolute;
  top: 18px; right: 18px;
  background: var(--gold);
  color: var(--ink);
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 5px 12px;
  border-radius: 999px;
}
.service-icon {
  width: 76px;
  height: 76px;
  background: var(--gold-soft);
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.service-card h3 { color: var(--green); margin-bottom: .35em; }
.service-card > p { color: var(--muted); margin-bottom: 1.2em; }

.feature-list { margin-bottom: 20px; }
.feature-list li {
  padding: 6px 0;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .96rem;
}
.bullet { color: var(--gold); font-size: .55rem; }
.link-arrow {
  font-weight: 600;
  color: var(--green);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.link-arrow:hover { color: var(--gold); }

/* ---------- Why ---------- */
.why {
  padding: 110px 0;
  background: var(--green);
  color: var(--white);
}
.why .section-head h2 { color: var(--white); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.why-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(212,181,116,.25);
  border-radius: var(--radius);
  padding: 30px;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.why-card:hover {
  background: rgba(255,255,255,.07);
  border-color: var(--gold);
  transform: translateY(-4px);
}
.why-ic {
  width: 60px; height: 60px;
  background: rgba(182,143,62,.12);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.why-card h4 { color: var(--white); margin-bottom: .4em; }
.why-card p { color: rgba(255,255,255,.78); margin: 0; font-size: .96rem; }

/* ---------- Process ---------- */
.process {
  padding: 110px 0;
  background: var(--white);
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  counter-reset: step;
  position: relative;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 30px; left: 10%; right: 10%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--gold) 0 8px, transparent 8px 16px);
  opacity: .4;
  z-index: 0;
}
.process-steps li {
  position: relative;
  z-index: 1;
  text-align: center;
  background: var(--white);
  padding: 0 8px;
}
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--green);
  color: var(--gold-light);
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 18px;
  box-shadow: 0 0 0 6px var(--cream-2);
}
.process-steps h4 { color: var(--green); margin-bottom: .35em; }
.process-steps p { color: var(--muted); font-size: .96rem; margin: 0; }

/* ---------- Quote block ---------- */
.quote-block {
  background: var(--cream-2);
  padding: 80px 0;
  text-align: center;
}
.quote-mark { display: block; margin: 0 auto 16px; }
.quote-block blockquote {
  margin: 0 auto;
  max-width: 740px;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  line-height: 1.5;
  color: var(--ink);
  font-style: italic;
}
.quote-block footer {
  margin-top: 18px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: .92rem;
  color: var(--muted);
  letter-spacing: .04em;
}

/* ---------- FAQ ---------- */
.faq {
  padding: 110px 0;
  background: var(--white);
}
.faq-wrap {
  display: grid;
  grid-template-columns: .9fr 1.2fr;
  gap: 70px;
  align-items: start;
}
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 22px;
  margin-bottom: 12px;
  background: var(--cream);
  transition: background .2s ease, border-color .2s ease;
}
.faq-list details[open] {
  background: var(--white);
  border-color: var(--gold);
  box-shadow: var(--shadow-sm);
}
.faq-list summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: '+';
  font-size: 1.5rem;
  color: var(--gold);
  font-weight: 400;
  line-height: 1;
  flex-shrink: 0;
  transition: transform .2s ease;
}
.faq-list details[open] summary::after { content: '−'; }
.faq-list p {
  margin: 14px 0 0;
  color: var(--text);
  font-size: .98rem;
}

/* ---------- Contact ---------- */
.contact {
  padding: 110px 0;
  background:
    linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  color: var(--white);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 60px;
  align-items: center;
}
.contact-copy h2 { margin-bottom: .5em; }
.contact-copy .light { color: rgba(255,255,255,.85); }
.contact-list {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.9);
  font-size: 1rem;
}
.contact-list a { color: var(--gold-light); }
.contact-list a:hover { color: var(--white); }

.contact-form {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-lg);
  color: var(--ink);
}
.contact-form h3 {
  margin-bottom: 1em;
  color: var(--green);
}
.contact-form label { display: block; margin-bottom: 16px; }
.contact-form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-success {
  margin: 14px 0 0;
  padding: 12px 14px;
  background: var(--gold-soft);
  border: 1px solid var(--gold);
  border-radius: 10px;
  color: var(--ink);
  font-size: .95rem;
  text-align: center;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--green-dark);
  color: rgba(255,255,255,.78);
  padding: 70px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand {
  margin-bottom: 18px;
}
.footer-logo {
  width: 220px;
  max-width: 100%;
  height: auto;
  display: block;
}
.footer-blurb {
  font-size: .94rem;
  max-width: 36ch;
  color: rgba(255,255,255,.65);
}
.site-footer h5 {
  color: var(--gold-light);
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
  margin-bottom: 14px;
}
.site-footer ul li {
  padding: 4px 0;
  font-size: .94rem;
}
.site-footer a { color: rgba(255,255,255,.78); }
.site-footer a:hover { color: var(--gold-light); }
.footer-base {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 24px;
  font-size: .82rem;
  color: rgba(255,255,255,.5);
}

/* ===========================================================
   Responsive
   =========================================================== */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-photo { max-width: 480px; margin: 0 auto; width: 100%; }
  .hero-photo-frame { aspect-ratio: 16/11; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .photo-shell { aspect-ratio: 3/2; max-width: 560px; margin: 0 auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .process-steps::before { display: none; }
  .faq-wrap { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .brand-logo { height: 38px; }
  .nav-toggle { display: inline-flex; }
  .nav {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    padding: 12px 24px 18px;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .nav.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .nav a { padding: 10px 0; border-bottom: 1px solid var(--line); }
  .nav a:last-child { border-bottom: 0; }
  .nav-cta { margin-top: 8px; }
  .service-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .contact-form .row { grid-template-columns: 1fr; }
  .hero { padding: 80px 0 80px; }
  .about, .services, .why, .process, .faq, .contact { padding: 70px 0; }
}
