*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --amber: #E8710A; --amber-light: #FDF0E3; --amber-mid: #F5A855; --amber-dark: #C25A06;
  --cream: #FDFAF5; --bark: #3D2B1A; --bark-mid: #7A5438;
  --stone: #F2EDE6; --stone-dark: #E0D5C7;
  --text: #2A1F14; --text-muted: #7A6A58;
  --radius: 14px; --radius-sm: 8px;
}
body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--text); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 2.5rem; height: 64px; background: rgba(253,250,245,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--stone-dark); }
.nav-logo { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 600; color: var(--amber-dark); letter-spacing: -0.5px; text-decoration: none; }
.nav-logo span { color: var(--bark); }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--amber-dark); }
.nav-cta { background: var(--amber) !important; color: white !important; padding: 8px 18px; border-radius: 999px; font-weight: 500 !important; }
.nav-cta:hover { background: var(--amber-dark) !important; }
main { padding-top: 64px; min-height: 100vh; }
.btn-primary { background: var(--amber); color: white; padding: 14px 28px; border-radius: 999px; font-size: 15px; font-weight: 500; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s; text-decoration: none; display: inline-block; font-family: 'DM Sans', sans-serif; }
.btn-primary:hover { background: var(--amber-dark); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--bark-mid); padding: 14px 24px; border-radius: 999px; font-size: 15px; font-weight: 500; border: 1.5px solid var(--stone-dark); cursor: pointer; transition: border-color 0.2s, color 0.2s; text-decoration: none; display: inline-block; font-family: 'DM Sans', sans-serif; }
.btn-ghost:hover { border-color: var(--amber); color: var(--amber-dark); }
section { padding: 5rem 2.5rem; max-width: 1100px; margin: 0 auto; }
.section-eyebrow { font-size: 13px; font-weight: 500; color: var(--amber-dark); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.75rem; }
h1 { font-family: 'Fraunces', serif; font-size: clamp(2.4rem, 4vw, 3.4rem); font-weight: 600; line-height: 1.15; color: var(--bark); margin-bottom: 1.25rem; letter-spacing: -1px; }
h1 em { font-style: italic; color: var(--amber-dark); }
h2 { font-family: 'Fraunces', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 600; color: var(--bark); line-height: 1.2; letter-spacing: -0.5px; margin-bottom: 1rem; }
.section-sub { font-size: 17px; color: var(--text-muted); max-width: 560px; }
.social-strip { background: var(--stone); padding: 1.5rem 2.5rem; display: flex; justify-content: center; gap: 4rem; flex-wrap: wrap; border-top: 1px solid var(--stone-dark); border-bottom: 1px solid var(--stone-dark); }
.social-item { text-align: center; }
.social-num { font-family: 'Fraunces', serif; font-size: 28px; font-weight: 600; color: var(--amber-dark); display: block; }
.social-label { font-size: 13px; color: var(--text-muted); }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.step-card { background: white; border-radius: var(--radius); border: 1px solid var(--stone-dark); padding: 1.75rem; transition: transform 0.2s, box-shadow 0.2s; }
.step-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(61,43,26,0.1); }
.step-num { font-family: 'Fraunces', serif; font-size: 48px; font-weight: 600; color: var(--stone-dark); line-height: 1; margin-bottom: 0.75rem; }
.step-icon { font-size: 28px; margin-bottom: 0.75rem; }
.step-title { font-size: 16px; font-weight: 500; color: var(--bark); margin-bottom: 0.5rem; }
.step-desc { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.service-card { background: white; border-radius: var(--radius); border: 1px solid var(--stone-dark); padding: 2rem; transition: transform 0.2s; }
.service-card:hover { transform: translateY(-2px); }
.service-card.featured { background: var(--bark); border-color: var(--bark); }
.service-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--amber-light); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 1rem; }
.service-card.featured .service-icon { background: rgba(255,255,255,0.15); }
.service-name { font-weight: 500; font-size: 17px; color: var(--bark); margin-bottom: 0.5rem; }
.service-card.featured .service-name { color: white; }
.service-desc { font-size: 14px; color: var(--text-muted); margin-bottom: 1rem; line-height: 1.6; }
.service-card.featured .service-desc { color: rgba(255,255,255,0.7); }
.service-price { font-size: 24px; font-weight: 500; color: var(--amber-dark); }
.service-card.featured .service-price { color: var(--amber-mid); }
.service-period { font-size: 13px; color: var(--text-muted); }
.service-card.featured .service-period { color: rgba(255,255,255,0.5); }
.testimonials { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.testimonial-card { background: white; border-radius: var(--radius); border: 1px solid var(--stone-dark); padding: 1.75rem; }
.stars { color: var(--amber); font-size: 14px; margin-bottom: 1rem; letter-spacing: 2px; }
.testimonial-text { font-size: 15px; color: var(--text-muted); line-height: 1.7; margin-bottom: 1.25rem; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 10px; }
.author-avatar { width: 40px; height: 40px; border-radius: 999px; background: var(--amber-light); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 500; color: var(--amber-dark); }
.author-name { font-size: 14px; font-weight: 500; color: var(--bark); }
.author-loc { font-size: 12px; color: var(--text-muted); }
.faq-list { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1rem; }
.faq-item { background: white; border-radius: var(--radius-sm); border: 1px solid var(--stone-dark); overflow: hidden; }
.faq-q { padding: 1.25rem 1.5rem; font-weight: 500; font-size: 15px; color: var(--bark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; user-select: none; }
.faq-q::after { content: '+'; font-size: 20px; color: var(--amber); transition: transform 0.2s; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { padding: 0 1.5rem; max-height: 0; overflow: hidden; font-size: 14px; color: var(--text-muted); line-height: 1.7; transition: max-height 0.3s ease, padding 0.3s ease; }
.faq-item.open .faq-a { max-height: 200px; padding: 0 1.5rem 1.25rem; }
.cta-banner { background: var(--bark); border-radius: 24px; padding: 4rem 3rem; text-align: center; margin: 2rem 2.5rem 5rem; }
.cta-banner h2 { color: white; margin-bottom: 1rem; }
.cta-banner p { color: rgba(255,255,255,0.7); margin-bottom: 2rem; font-size: 17px; }
footer { background: var(--stone); border-top: 1px solid var(--stone-dark); padding: 3rem 2.5rem 2rem; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; }
.footer-brand p { font-size: 14px; color: var(--text-muted); margin-top: 0.75rem; line-height: 1.7; max-width: 240px; }
.footer-col h4 { font-size: 13px; font-weight: 500; color: var(--bark); margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-col a { display: block; font-size: 14px; color: var(--text-muted); text-decoration: none; margin-bottom: 0.5rem; }
.footer-col a:hover { color: var(--amber-dark); }
.footer-bottom { max-width: 1100px; margin: 2rem auto 0; padding-top: 1.5rem; border-top: 1px solid var(--stone-dark); display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { font-size: 13px; color: var(--text-muted); }
.page-header { padding: 4rem 2.5rem 2rem; max-width: 1100px; margin: 0 auto; text-align: center; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; max-width: 1100px; margin: 2rem auto 0; padding: 0 2.5rem; }
.pricing-card { background: white; border-radius: var(--radius); border: 1px solid var(--stone-dark); padding: 2rem; }
.pricing-card.popular { border: 2px solid var(--amber); }
.popular-badge { background: var(--amber); color: white; font-size: 11px; font-weight: 500; padding: 4px 12px; border-radius: 999px; display: inline-block; margin-bottom: 1rem; }
.plan-name { font-size: 13px; font-weight: 500; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.5rem; }
.plan-price { font-family: 'Fraunces', serif; font-size: 42px; font-weight: 600; color: var(--bark); line-height: 1; }
.plan-price span { font-size: 18px; }
.plan-period { font-size: 13px; color: var(--text-muted); margin-bottom: 1.5rem; }
.plan-features { list-style: none; margin-bottom: 2rem; }
.plan-features li { font-size: 14px; color: var(--text-muted); padding: 7px 0; border-bottom: 1px solid var(--stone); display: flex; gap: 8px; align-items: flex-start; }
.plan-features li::before { content: '✓'; color: var(--amber-dark); font-weight: 500; flex-shrink: 0; }
.how-timeline { max-width: 700px; margin: 3rem auto 0; position: relative; padding-left: 3rem; }
.how-timeline::before { content: ''; position: absolute; left: 20px; top: 0; bottom: 0; width: 2px; background: var(--stone-dark); }
.timeline-item { position: relative; margin-bottom: 2.5rem; }
.timeline-dot { position: absolute; left: -2.65rem; width: 32px; height: 32px; border-radius: 999px; background: var(--amber); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 500; color: white; border: 3px solid var(--cream); }
.timeline-content { background: white; border-radius: var(--radius-sm); border: 1px solid var(--stone-dark); padding: 1.5rem; }
.timeline-title { font-weight: 500; font-size: 16px; color: var(--bark); margin-bottom: 0.4rem; }
.timeline-desc { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; max-width: 900px; margin: 2rem auto 0; padding: 0 2.5rem; }
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 13px; font-weight: 500; color: var(--bark); }
.form-group input, .form-group textarea, .form-group select { border: 1.5px solid var(--stone-dark); border-radius: var(--radius-sm); padding: 10px 14px; font-size: 14px; font-family: inherit; background: white; color: var(--text); transition: border-color 0.2s; outline: none; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--amber); }
.form-group textarea { min-height: 120px; resize: vertical; }
.contact-info h3 { font-family: 'Fraunces', serif; font-size: 24px; color: var(--bark); margin-bottom: 1rem; }
.contact-info p { font-size: 15px; color: var(--text-muted); line-height: 1.7; margin-bottom: 1.5rem; }
.contact-detail { display: flex; gap: 12px; align-items: center; margin-bottom: 1rem; }
.contact-detail-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--amber-light); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.contact-detail-text { font-size: 14px; color: var(--text-muted); }
.contact-detail-text strong { display: block; color: var(--bark); font-size: 14px; }
@media (max-width: 768px) {
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .nav-links a:not(.nav-cta) { display: none; }
  .social-strip { gap: 2rem; }
  .contact-grid { grid-template-columns: 1fr; }
}
