:root{
  --ink: #1C1B17;
  --ink-soft: #5E594E;
  --ivory: #FAF6EE;
  --paper: #FFFFFF;
  --gold: #A8813F;
  --gold-light: #D8B876;
  --gold-wash: #F1E6CC;
  --rust: #9A4426;
  --line: rgba(28,27,23,0.12);
  --line-strong: rgba(28,27,23,0.22);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin:0;
  background: var(--ivory);
  color: var(--ink);
  font-family: 'Inter', sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,.display{
  font-family: 'Fraunces', serif;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0;
}
em{ font-style: italic; font-family: 'Fraunces', serif; color: var(--gold); font-weight: 400; }
a{ color: inherit; text-decoration: none; }
.wrap{ max-width: 1140px; margin: 0 auto; padding: 0 40px; }

/* Scroll reveal */
[data-reveal]{ opacity: 0; transform: translateY(22px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
[data-reveal].is-visible{ opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce){
  [data-reveal]{ opacity:1; transform:none; transition:none; }
  html{ scroll-behavior:auto; }
}

/* Nav */
nav{ position: sticky; top:0; z-index: 50; display:flex; align-items:center; justify-content:space-between; padding: 24px 40px; max-width:1140px; margin:0 auto; background: transparent; border-bottom: 1px solid transparent; transition: background 0.4s var(--ease), border-color 0.4s var(--ease), backdrop-filter 0.4s var(--ease); }
nav.scrolled{ background: rgba(250,246,238,0.86); backdrop-filter: blur(10px); border-bottom-color: var(--line); }
.logo-mark{ display:flex; align-items:center; }
.logo-mark img{ height:56px; width:auto; display:block; }
.navlinks{ display:flex; gap:38px; font-size:14.5px; color: var(--ink-soft); }
.navlinks a{ position:relative; padding-bottom:2px; }
.navlinks a::after{ content:''; position:absolute; left:0; right:100%; bottom:0; height:1px; background: var(--gold); transition: right 0.3s var(--ease); }
.navlinks a:hover{ color: var(--ink); }
.navlinks a:hover::after{ right:0; }
.nav-cta{ border:1px solid var(--ink); padding:10px 22px; border-radius:2px; font-size:13.5px; letter-spacing:0.02em; transition: all 0.3s var(--ease); }
.nav-cta:hover{ background:var(--ink); color:var(--ivory); }

/* Hero */
.hero{ padding: 64px 0 20px; position:relative; }
.hero-sub{ text-align:center; max-width:580px; margin:0 auto; }
.hero-tag{ font-family:'Fraunces',serif; font-style:italic; font-size:16px; color: var(--gold); margin:0 0 18px; }
.hero-sub h1{ font-size:33px; line-height:1.32; }
.hero-sub p.lede{ font-size:17px; color: var(--ink-soft); margin-top:18px; }
.hero-ctas{ display:flex; gap:18px; margin-top:34px; align-items:center; justify-content:center; }
.btn-primary{ background: var(--ink); color:var(--ivory); padding:15px 28px; border-radius:2px; font-size:14.5px; letter-spacing:0.02em; border:none; cursor:pointer; font-family:inherit; transition: all 0.3s var(--ease); }
.btn-primary:hover{ background: var(--gold); color:var(--ink); transform: translateY(-1px); }
.btn-primary:disabled{ opacity:0.6; cursor:not-allowed; transform:none; }
.btn-ghost{ font-size:14.5px; color: var(--ink); border-bottom:1px solid var(--line-strong); padding-bottom:3px; transition: border-color 0.3s var(--ease); }
.btn-ghost:hover{ border-color: var(--gold); color: var(--gold); }

.hero-rule{ max-width:640px; margin: 56px auto 0; opacity:0.7; }
.hero-rule svg{ width:100%; height:12px; display:block; }
.rule-path{ fill:none; stroke: var(--gold); stroke-width:1; stroke-dasharray: 220; stroke-dashoffset: 220; transition: stroke-dashoffset 1.6s var(--ease) 0.2s; }
.hero-rule.is-visible .rule-path{ stroke-dashoffset: 0; }

/* Trust strip */
.trust{ border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding: 26px 0; margin-top:40px; }
.trust .wrap{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:18px; font-size:13.5px; color: var(--ink-soft); letter-spacing:0.01em; }
.trust b{ color:var(--ink); font-weight:500; }

/* Approach */
.approach{ padding: 100px 0 90px; }
.approach-grid{ display:grid; grid-template-columns: 0.9fr 1.1fr; gap:64px; align-items:start; }
.eyebrow{ font-size:12.5px; letter-spacing:0.16em; text-transform:uppercase; color: var(--gold); margin-bottom:18px; display:flex; align-items:center; gap:12px; }
.eyebrow::before{ content:''; width:30px; height:1px; background: var(--gold); }
.approach h2{ font-size:31px; }
.approach p{ color:var(--ink-soft); font-size:16px; margin-top:16px; max-width:480px; }
.approach-note{ background:var(--paper); border:1px solid var(--line); border-left: 2px solid var(--gold); border-radius:2px; padding:30px 32px; font-size:15px; color:var(--ink-soft); }
.approach-note strong{ color:var(--ink); font-family:'Fraunces',serif; font-weight:500; display:block; margin-bottom:10px; font-size:18px; }
.framework-close{ max-width:720px; margin: 46px auto 0; text-align:center; font-family:'Fraunces',serif; font-style:italic; font-size:19px; color: var(--ink); line-height:1.6; padding-top:38px; border-top:1px solid var(--line); }

/* Pillars */
.pillars{ padding: 20px 0 96px; }
.section-head{ max-width:620px; margin-bottom:54px; }
.section-head h2{ font-size:32px; }
.section-head p{ color:var(--ink-soft); margin-top:16px; font-size:16px; }
.pillars-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap:26px; }
.pillar{ background: var(--paper); border:1px solid var(--line); border-radius:2px; padding:36px 28px; transition: border-color 0.35s var(--ease), transform 0.35s var(--ease), box-shadow 0.35s var(--ease); }
.pillar:hover{ border-color: var(--gold-light); transform: translateY(-4px); box-shadow: 0 20px 40px -24px rgba(28,27,23,0.25); }
.pillar h3{ font-size:19px; margin-bottom:12px; }
.pillar p{ color:var(--ink-soft); font-size:14.5px; }
.pillar a{ display:inline-block; margin-top:18px; font-size:13.5px; letter-spacing:0.01em; border-bottom:1px solid var(--gold); color:var(--gold); padding-bottom:2px; }
.fine-print{ font-size:13px; color: var(--ink-soft); margin-top:40px; border-top:1px solid var(--line); padding-top:22px; }

/* Photo band - unified treatment ties candid photos together */
.band{ padding: 10px 0 96px; }
.band-grid{ display:grid; grid-template-columns: 1.2fr 1fr 1fr; gap:20px; }
.band-grid img{ width:100%; height:270px; object-fit:cover; border-radius:2px; display:block; filter: sepia(0.18) saturate(0.9) contrast(1.04) brightness(0.98); transition: filter 0.4s var(--ease); }
.band-grid img:hover{ filter: sepia(0.05) saturate(1.05) contrast(1.04); }

/* Testimonials */
.testimonials{ background: var(--ink); padding: 92px 0; }
.testimonials .eyebrow{ color: var(--gold-light); }
.testimonials .eyebrow::before{ background: var(--gold-light); }
.testimonials h2{ color:#FBF8F2; font-size:31px; }
.testimonials .section-head p{ color:#B8B2A4; }
.t-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap:22px; margin-top:48px; }
.t-card{ background: rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.12); border-radius:2px; padding:30px; color:#EDE9DF; transition: border-color 0.3s var(--ease); }
.t-card:hover{ border-color: rgba(216,184,118,0.4); }
.t-card .quote-mark{ font-family:'Fraunces',serif; font-style:italic; font-size:38px; color: var(--gold-light); line-height:1; margin-bottom:8px; }
.t-card p.quote{ font-size:14.5px; line-height:1.7; min-height:72px; }
.t-card .who{ margin-top:20px; font-size:13px; color:#8F8A7C; }
.t-card.empty{ border-style:dashed; display:flex; align-items:center; justify-content:center; text-align:center; color:#8F8A7C; font-size:13.5px; }
.t-cta{ margin-top:42px; padding-top:32px; border-top:1px solid rgba(255,255,255,0.12); text-align:center; }
.t-cta p{ color:#B8B2A4; font-size:14.5px; margin:0 0 12px; }
.t-cta a{ font-size:15px; color: var(--gold-light); border-bottom:1px solid var(--gold-light); padding-bottom:3px; transition: color 0.3s var(--ease), border-color 0.3s var(--ease); }
.t-cta a:hover{ color:#EDE9DF; border-color:#EDE9DF; }

/* Rating summary - Google-style aggregate rating */
.rating-summary{ display:flex; align-items:center; gap:14px; margin-top:22px; }
.rating-summary .avg{ font-family:'Fraunces',serif; font-size:30px; color:#FBF8F2; line-height:1; }
.rating-summary .stars{ color: var(--gold-light); font-size:18px; letter-spacing:2px; }
.rating-summary .stars .empty-star{ color: rgba(255,255,255,0.2); }
.rating-summary .count{ font-size:13.5px; color:#8F8A7C; }

/* Small stars inline on each testimonial card */
.card-stars{ color: var(--gold-light); font-size:13px; letter-spacing:1.5px; margin-bottom:10px; }
.card-stars .empty-star{ color: rgba(255,255,255,0.18); }

/* Quick review form */
.review-form-wrap{ margin-top:56px; padding-top:48px; border-top:1px solid rgba(255,255,255,0.12); max-width:560px; margin-left:auto; margin-right:auto; text-align:center; }
.review-form-wrap h3{ color:#FBF8F2; font-size:22px; }
.review-form-wrap > p{ color:#B8B2A4; font-size:14px; margin-top:8px; margin-bottom:26px; }
.review-form{ text-align:left; }

.star-input{ display:inline-flex; flex-direction: row-reverse; gap:6px; border:none; padding:0; margin:0 0 22px; justify-content:center; width:100%; }
.star-input input{ position:absolute; opacity:0; width:1px; height:1px; }
.star-input label{ font-size:30px; line-height:1; color: rgba(255,255,255,0.22); cursor:pointer; transition: color 0.15s var(--ease); }
.star-input input:checked ~ label{ color: var(--gold-light); }
.star-input label:hover, .star-input label:hover ~ label{ color: var(--gold-light); }
.star-input input:focus-visible + label{ outline: 1px solid var(--gold-light); outline-offset:3px; }

.review-form label{ display:block; font-size:12.5px; letter-spacing:0.02em; color:#B8B2A4; margin-bottom:7px; margin-top:16px; }
.review-form input, .review-form textarea{
  width:100%; padding:12px 14px; border:1px solid rgba(255,255,255,0.16); border-radius:2px;
  font-family:inherit; font-size:14.5px; background: rgba(255,255,255,0.04); color:#EDE9DF; transition: border-color 0.25s var(--ease);
}
.review-form input::placeholder, .review-form textarea::placeholder{ color:#6E6A5E; }
.review-form input:focus, .review-form textarea:focus{ outline:none; border-color: var(--gold-light); }
.review-form textarea{ min-height:100px; resize:vertical; }
.review-form button{ margin-top:22px; width:100%; }
.review-form button:hover{ background: var(--gold-light); }

/* Blog */
.blog{ padding: 96px 0; }
.blog-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap:26px; margin-top:48px; }
.blog-card{ border:1px solid var(--line); border-radius:2px; overflow:hidden; background:var(--paper); transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease); }
.blog-card:hover{ transform: translateY(-4px); box-shadow: 0 20px 40px -24px rgba(28,27,23,0.22); }
.blog-card .thumb{ height:156px; background: var(--gold-wash); overflow:hidden; }
.blog-card .thumb img{ width:100%; height:100%; object-fit:cover; display:block; }
.blog-card .body{ padding:24px; }
.blog-card .tag{ background: var(--gold-wash); color: var(--gold); font-size:11.5px; letter-spacing:0.06em; text-transform:uppercase; padding:5px 11px; border-radius:20px; margin-bottom:14px; display:inline-block; }
.blog-card h3{ font-size:17px; margin-bottom:10px; }
.blog-card p{ color:var(--ink-soft); font-size:14px; }

/* Contact */
.contact{ padding: 96px 0; }
.contact-grid{ display:grid; grid-template-columns: 0.9fr 1.1fr; gap:60px; }
.contact-info p{ color:var(--ink-soft); margin-top:14px; }
.contact-info .detail{ margin-top:24px; font-size:15px; }
.contact-info .detail b{ display:block; font-size:11.5px; letter-spacing:0.1em; text-transform:uppercase; color: var(--gold); margin-bottom:6px; }
form.contact-form{ background:var(--paper); border:1px solid var(--line); border-radius:2px; padding:32px; }
.form-row{ display:grid; grid-template-columns: 1fr 1fr; gap:18px; }
form.contact-form label{ display:block; font-size:12.5px; letter-spacing:0.02em; color:var(--ink-soft); margin-bottom:7px; margin-top:18px; }
form.contact-form input, form.contact-form textarea{
  width:100%; padding:12px 14px; border:1px solid var(--line); border-radius:2px;
  font-family:inherit; font-size:14.5px; background:#fff; color:var(--ink); transition: border-color 0.25s var(--ease);
}
form.contact-form input:focus, form.contact-form textarea:focus{ outline:none; border-color: var(--gold); }
form.contact-form textarea{ min-height:112px; resize:vertical; }
form.contact-form button{ margin-top:24px; width:100%; }
.form-status{ margin-top:16px; font-size:14px; }
.form-status.success{ color: var(--gold); }
.form-status.error{ color: var(--rust); }
.hp-field{ position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }

.success-toast{
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(-16px);
  background: #2F6B4F;
  color: #F3FAF6;
  padding: 14px 26px;
  border-radius: 4px;
  font-size: 14.5px;
  font-weight: 500;
  box-shadow: 0 12px 30px -10px rgba(0,0,0,0.35);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease);
  max-width: min(90vw, 420px);
  text-align: center;
}
.success-toast.is-visible{ opacity: 1; transform: translateX(-50%) translateY(0); }

/* CTA */
.cta{ padding: 96px 0; text-align:center; }
.cta h2{ font-size:32px; max-width:640px; margin:0 auto; }
.cta p{ color:var(--ink-soft); margin-top:16px; }
.cta-buttons{ display:flex; gap:18px; justify-content:center; margin-top:34px; }

footer{ border-top:1px solid var(--line); padding: 42px 0; font-size:13px; color:var(--ink-soft); }
footer .wrap{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; }

/* Standalone service pages */
.service-hero{ padding: 90px 0 60px; max-width:720px; }
.service-hero h1{ font-size:36px; line-height:1.25; margin-top:16px; }
.service-hero .lede{ font-size:18px; color: var(--ink-soft); margin-top:20px; }
.service-body{ padding: 0 0 20px; max-width:720px; }
.service-body .fine-print{ margin-top:46px; }

.detail-block{ margin-top:44px; }
.detail-block h2{ font-size:19px; margin-bottom:18px; }
.detail-list{ list-style:none; padding:0; margin:0; display:grid; gap:11px; }
.detail-list li{ position:relative; padding-left:22px; color:var(--ink-soft); font-size:15px; line-height:1.55; }
.detail-list li::before{ content:'—'; position:absolute; left:0; color: var(--gold); }

.outcomes-list{ list-style:none; padding:0; margin:0; display:grid; gap:11px; }
.outcomes-list li{ position:relative; padding-left:26px; color:var(--ink); font-size:15px; font-weight:500; }
.outcomes-list li::before{ content:'✓'; position:absolute; left:0; color: var(--gold); font-weight:600; }
.service-links{ padding: 50px 0 96px; border-top:1px solid var(--line); }
.service-links h2{ font-size:20px; margin-bottom:22px; }
.service-links-grid{ display:grid; grid-template-columns: repeat(2,1fr); gap:20px; }
.service-links-grid a{ display:block; background:var(--paper); border:1px solid var(--line); border-radius:2px; padding:22px 24px; font-size:15px; transition: border-color 0.3s var(--ease), transform 0.3s var(--ease); }
.service-links-grid a:hover{ border-color: var(--gold-light); transform: translateY(-3px); }
.service-links-grid a span{ display:block; font-size:12.5px; color: var(--gold); margin-bottom:6px; letter-spacing:0.04em; text-transform:uppercase; }

@media (max-width: 860px){
  .service-links-grid{ grid-template-columns: 1fr; }
}

@media (max-width: 860px){
  .approach-grid, .contact-grid{ grid-template-columns: 1fr; }
  .pillars-grid, .band-grid, .t-grid, .blog-grid, .form-row{ grid-template-columns: 1fr; }
  .navlinks{ display:none; }
  .hero-sub h1{ font-size:25px; }
  nav{ padding: 22px 24px; }
  .wrap{ padding: 0 24px; }
}
