:root {
  --emerald-950: #0a312c;
  --emerald-900: #0d4038;
  --emerald-800: #0f4f46;
  --emerald-700: #166458;
  --gold: #c6a15b;
  --gold-light: #dec78f;
  --cream: #f7f2e8;
  --paper: #fbfaf6;
  --ink: #17211f;
  --muted: #6f7773;
  --line: rgba(20, 54, 48, 0.13);
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(16, 59, 52, 0.13);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 250, 246, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: .25s ease;
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 10px 30px rgba(20, 54, 48, .05); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center;
  border: 1px solid var(--gold); color: var(--gold);
  font-family: "Playfair Display", serif; font-size: 26px; line-height: 1;
  border-radius: 50%;
}
.brand-text { display: grid; line-height: 1; gap: 4px; }
.brand-text strong { letter-spacing: .16em; font-size: 16px; color: var(--emerald-950); }
.brand-text small { letter-spacing: .32em; font-size: 8px; color: var(--gold); }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 600; }
.main-nav a { transition: .2s ease; }
.main-nav a:not(.nav-cta):hover { color: var(--emerald-700); }
.nav-cta { padding: 12px 18px; border-radius: 999px; border: 1px solid var(--emerald-800); color: var(--emerald-800); }
.nav-cta:hover { background: var(--emerald-800); color: var(--white); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { width: 25px; height: 2px; background: var(--emerald-950); display: block; margin: 5px 0; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 84px;
  background:
    radial-gradient(circle at 72% 30%, rgba(198, 161, 91, .10), transparent 28%),
    linear-gradient(145deg, #fbfaf6 0%, #f6f1e8 52%, #f2eee5 100%);
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 161, 91, .65), transparent);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 84px; align-items: center; }
.eyebrow { display: inline-block; font-size: 12px; letter-spacing: .18em; font-weight: 700; color: var(--gold); margin-bottom: 18px; }
.hero h1, .section-heading h2, .about-panel h2, .cta-band h2, .contact-copy h2 {
  font-family: "Playfair Display", serif;
  margin: 0;
  font-weight: 600;
  line-height: 1.04;
}
.hero h1 { font-size: clamp(52px, 6vw, 86px); letter-spacing: -.035em; color: var(--emerald-950); }
.hero h1 em { color: var(--gold); font-style: italic; font-weight: 500; }
.hero-lead { font-size: 19px; color: #46514e; max-width: 670px; margin: 26px 0 0; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 24px; border-radius: 999px;
  font-weight: 700; border: 1px solid transparent; cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--emerald-800); color: white; }
.btn-primary:hover { background: var(--emerald-950); }
.btn-ghost { border-color: rgba(15, 79, 70, .24); color: var(--emerald-900); }
.btn-ghost:hover { border-color: var(--emerald-800); }
.btn-gold { background: var(--gold); color: var(--emerald-950); }
.btn-gold:hover { background: var(--gold-light); }
.btn-full { width: 100%; }
.hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero-meta div { display: grid; gap: 3px; }
.hero-meta strong { font-size: 13px; color: var(--emerald-950); }
.hero-meta span { font-size: 12px; color: var(--muted); }

.hero-card {
  min-height: 530px;
  border-radius: 34px;
  background: linear-gradient(160deg, var(--emerald-950), #104c44 58%, #0b3732);
  box-shadow: 0 35px 90px rgba(11, 55, 50, .26);
  padding: 34px;
  color: white;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-card::before {
  content: ""; position: absolute; width: 330px; height: 330px; border: 1px solid rgba(198, 161, 91, .28); border-radius: 50%; right: -115px; top: 95px;
}
.hero-card::after {
  content: ""; position: absolute; width: 210px; height: 210px; border: 1px solid rgba(198, 161, 91, .18); border-radius: 50%; right: -55px; top: 155px;
}
.hero-card-top, .hero-card-bottom { display: flex; align-items: center; gap: 14px; position: relative; z-index: 2; }
.hero-card-top { font-size: 12px; font-weight: 700; letter-spacing: .24em; color: var(--gold-light); }
.hero-card-line { height: 1px; flex: 1; background: rgba(222, 199, 143, .42); }
.hero-card-center { position: relative; z-index: 2; padding: 40px 20px 20px; }
.hero-monogram { font-family: "Playfair Display", serif; font-size: 180px; color: rgba(255,255,255,.035); position: absolute; inset: -100px auto auto -10px; }
.hero-card-center p { max-width: 350px; margin: 0; font-family: "Playfair Display", serif; font-size: 34px; line-height: 1.14; }
.hero-card-bottom { flex-wrap: wrap; font-size: 12px; color: #d8e6e1; }
.hero-card-bottom span:not(:last-child)::after { content: "•"; margin-left: 14px; color: var(--gold); }

.trust-strip { background: var(--cream); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { padding: 32px 32px 32px 0; display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; }
.trust-grid > div:not(:last-child) { border-right: 1px solid var(--line); margin-right: 32px; }
.trust-number { font-family: "Playfair Display", serif; color: var(--gold); font-size: 24px; }
.trust-grid p { margin: 0; color: #4f5a56; font-size: 14px; }

.section { padding: 108px 0; }
.section-heading { max-width: 820px; margin-bottom: 54px; }
.section-heading.compact { max-width: 650px; }
.section-heading h2, .about-panel h2, .contact-copy h2 { font-size: clamp(38px, 4.3vw, 60px); color: var(--emerald-950); letter-spacing: -.025em; }
.section-heading p { max-width: 720px; margin-top: 20px; color: var(--muted); font-size: 17px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  border: 1px solid var(--line); background: rgba(255,255,255,.56); border-radius: var(--radius);
  padding: 30px; min-height: 300px; display: flex; flex-direction: column;
  transition: .25s ease;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(198, 161, 91, .45); }
.service-icon { font-family: "Playfair Display", serif; color: var(--gold); font-size: 28px; }
.service-card h3 { margin: 28px 0 12px; font-size: 20px; color: var(--emerald-950); }
.service-card p { margin: 0; color: var(--muted); font-size: 15px; }
.service-card a { margin-top: auto; padding-top: 26px; color: var(--emerald-800); font-weight: 700; font-size: 14px; }
.service-card a span { color: var(--gold); margin-left: 5px; }

.section-dark { background: var(--emerald-950); color: white; }
.about-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 90px; align-items: start; }
.eyebrow-light { color: var(--gold-light); }
.about-panel h2 { color: white; }
.about-panel p { color: #c9d7d3; font-size: 17px; }
.text-link { color: var(--gold-light); font-weight: 700; display: inline-block; margin-top: 12px; }
.principles { border-top: 1px solid rgba(255,255,255,.14); }
.principle { display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.principle > span { font-family: "Playfair Display", serif; color: var(--gold); font-size: 24px; }
.principle h3 { margin: 0 0 5px; font-size: 17px; }
.principle p { margin: 0; color: #b8c9c5; font-size: 14px; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.step { padding: 28px 24px 0 0; }
.step:not(:last-child) { border-right: 1px solid var(--line); margin-right: 24px; }
.step > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--gold); font-family: "Playfair Display", serif; font-size: 20px; }
.step h3 { margin: 22px 0 10px; color: var(--emerald-950); font-size: 18px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }

.cta-band { background: linear-gradient(135deg, #0d4038, #0a312c); color: white; padding: 66px 0; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.cta-band h2 { font-size: clamp(34px, 4vw, 54px); max-width: 760px; }

.faq-section { background: #f5f0e7; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 82px; align-items: start; }
.accordion details { border-bottom: 1px solid rgba(15,79,70,.18); padding: 0; }
.accordion summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 24px; padding: 24px 0; font-weight: 700; color: var(--emerald-950); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--gold); font-size: 22px; font-weight: 400; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion p { margin: -8px 0 24px; color: var(--muted); }

.contact-section { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.contact-copy p { color: var(--muted); font-size: 17px; }
.contact-details { margin-top: 42px; display: grid; gap: 22px; }
.contact-details div { display: grid; gap: 5px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.contact-details span { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.contact-details strong, .contact-details a { color: var(--emerald-950); font-size: 15px; }
.contact-form { background: white; border: 1px solid var(--line); border-radius: 30px; padding: 34px; box-shadow: 0 22px 60px rgba(20,54,48,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; font-size: 13px; font-weight: 700; color: var(--emerald-950); margin-bottom: 17px; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%; border: 1px solid rgba(15,79,70,.18); border-radius: 14px; background: #fbfaf7; color: var(--ink); padding: 14px 15px; outline: none;
  transition: .2s ease;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,161,91,.10); }
.privacy-check { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 500 !important; color: var(--muted) !important; line-height: 1.4; }
.privacy-check input { width: 17px; margin-top: 3px; }
.form-status { min-height: 22px; margin: 12px 0 0; text-align: center; font-size: 13px; color: var(--emerald-700); }

.site-footer { padding: 32px 0; background: #082c28; color: #c8d6d2; }
.footer-grid { display: grid; grid-template-columns: auto 1fr 1.6fr; gap: 28px; align-items: center; }
.footer-brand .brand-text strong { color: white; }
.site-footer p { margin: 0; font-size: 13px; }
.footer-legal { text-align: right; color: #92aaa4; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 980px) {
  .main-nav { position: absolute; top: 82px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 10px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero { padding-top: 72px; }
  .hero-card { min-height: 420px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 36px 0; }
  .step:nth-child(2) { border-right: 0; }
  .cta-band-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-legal { text-align: left; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 78px 0; }
  .hero { padding: 60px 0 64px; }
  .hero-lead { font-size: 17px; }
  .hero-meta { grid-template-columns: 1fr; }
  .hero-card { min-height: 380px; padding: 26px; }
  .hero-card-center p { font-size: 29px; }
  .trust-grid, .services-grid, .steps { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0 !important; margin-right: 0 !important; border-bottom: 1px solid var(--line); }
  .services-grid { gap: 14px; }
  .step { border-right: 0 !important; margin-right: 0 !important; border-bottom: 1px solid var(--line); padding-bottom: 26px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px; }
  .brand-text strong { font-size: 14px; }
  .hero-actions .btn { width: 100%; }
}
