:root {
  --sar-bg: #111016;
  --sar-bg-soft: #1a181f;
  --sar-gold: #d99500;
  --sar-gold-light: #f0b52a;
  --sar-paper: #f7f7f5;
  --sar-text: #26242a;
  --sar-muted: #69656d;
  --sar-white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.sar-site { margin: 0; color: var(--sar-text); background: var(--sar-paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.65; }
body.sar-site a { color: inherit; }
.sar-container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.sar-topbar { background: var(--sar-gold); color: #1a1711; font-size: .78rem; font-weight: 700; }
.sar-topbar-inner { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 28px; }
.sar-topbar a { text-decoration: none; }
.sar-nav { position: relative; z-index: 10; background: var(--sar-bg); color: var(--sar-white); border-bottom: 1px solid rgba(255,255,255,.08); }
.sar-nav-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.sar-brand { display: inline-flex; align-items: center; }
.sar-brand img { width: 180px; height: auto; object-fit: contain; }
.sar-nav-links { display: flex; align-items: center; gap: 30px; }
.sar-nav-links a { position: relative; padding: 26px 0 22px; color: #efedf1; font-size: .88rem; text-decoration: none; }
.sar-nav-links a:hover::after, .sar-nav-links a:focus-visible::after { position: absolute; right: 0; bottom: 16px; left: 0; height: 2px; background: var(--sar-gold); content: ""; }
.sar-hero { position: relative; min-height: 620px; display: grid; place-items: center; overflow: hidden; color: var(--sar-white); background: #12131a url('/wp-content/uploads/2023/04/AdobeStock_196533674.jpeg-scaled-1.jpg') center/cover no-repeat; }
.sar-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,12,.94) 0%, rgba(8,8,12,.74) 52%, rgba(8,8,12,.5) 100%); }
.sar-hero-content { position: relative; z-index: 1; padding-block: 90px; }
.sar-eyebrow { margin: 0 0 12px; color: var(--sar-gold); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.sar-hero h1 { max-width: 760px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.8rem, 6vw, 5.5rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.02; }
.sar-lead { max-width: 780px; font-size: 1.18rem; line-height: 1.7; }
.sar-hero .sar-lead { max-width: 720px; margin: 28px 0 34px; color: #e8e5e3; }
.sar-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 26px; border: 2px solid var(--sar-gold); border-radius: 3px; color: #17130d; background: var(--sar-gold); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transition: .2s ease; }
.sar-button:hover, .sar-button:focus-visible { color: var(--sar-white); background: transparent; }
.sar-section { padding-block: 92px; }
.sar-section h2, .sar-trust-main h1 { margin: 0 0 20px; color: var(--sar-bg); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.2rem, 4.5vw, 3.8rem); font-weight: 500; letter-spacing: -.025em; line-height: 1.12; }
.sar-specialties > .sar-container > p:not(.sar-eyebrow) { max-width: 760px; color: var(--sar-muted); }
.sar-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.sar-card-grid article { min-height: 190px; padding: 28px; border: 1px solid #ddd9d0; background: var(--sar-white); box-shadow: 0 12px 36px rgba(25,20,10,.04); }
.sar-card-grid h3, .sar-team-grid h3 { margin: 0 0 10px; font-family: Georgia, 'Times New Roman', serif; font-size: 1.35rem; font-weight: 600; line-height: 1.25; }
.sar-card-grid h3::before { display: block; width: 34px; height: 2px; margin-bottom: 18px; background: var(--sar-gold); content: ""; }
.sar-card-grid p, .sar-team-grid p { margin: 0; color: var(--sar-muted); font-size: .95rem; }
.sar-about-band { color: var(--sar-white); background: var(--sar-bg); }
.sar-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.sar-about-band h2 { color: var(--sar-white); }
.sar-about-band p { color: #d5d1d6; }
.sar-split img { width: 100%; min-height: 430px; object-fit: cover; filter: saturate(.78) contrast(1.04); }
.sar-text-link { display: inline-block; margin-top: 16px; color: var(--sar-gold-light) !important; font-weight: 700; text-underline-offset: 5px; }
.sar-credibility { text-align: center; background: #eceae6; }
.sar-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 42px; background: #d8d3c9; }
.sar-stat-grid div { padding: 30px 18px; background: var(--sar-paper); }
.sar-stat-grid strong, .sar-stat-grid span { display: block; }
.sar-stat-grid strong { color: var(--sar-gold); font-family: Georgia, 'Times New Roman', serif; font-size: 1.6rem; }
.sar-stat-grid span { margin-top: 6px; color: var(--sar-muted); font-size: .85rem; text-transform: uppercase; }
.sar-testimonials { background: var(--sar-white); }
.sar-testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.sar-testimonial-grid figure { margin: 0; padding: 30px; border-top: 3px solid var(--sar-gold); background: #f4f2ee; }
.sar-testimonial-grid blockquote { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 1.22rem; font-style: italic; line-height: 1.55; }
.sar-testimonial-grid figcaption { margin-top: 24px; color: var(--sar-muted); font-size: .82rem; font-weight: 700; text-transform: uppercase; }
.sar-team { background: #eeece8; }
.sar-team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 36px; }
.sar-team-grid article { padding: 32px; border-left: 3px solid var(--sar-gold); background: var(--sar-white); }
.sar-cta { text-align: center; color: var(--sar-white); background: linear-gradient(rgba(10,10,14,.82), rgba(10,10,14,.88)), url('/wp-content/uploads/2023/04/Themis-1.jpg') center/cover no-repeat; }
.sar-cta h2 { color: var(--sar-white); }
.sar-cta p { max-width: 700px; margin: 0 auto 28px; color: #dedade; }
.sar-cta .sar-caption { margin: 20px auto 0; font-size: .85rem; }
.sar-cta .sar-caption a { color: var(--sar-gold-light); }
.sar-footer { padding-top: 70px; color: #ddd9df; background: #0e0d12; }
.sar-footer-grid { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 60px; }
.sar-footer-logo { width: 240px; height: auto; }
.sar-footer h2 { margin: 0 0 18px; color: var(--sar-gold); font-family: Georgia, 'Times New Roman', serif; font-size: 1.25rem; }
.sar-footer ul { margin: 0; padding: 0; list-style: none; }
.sar-footer li + li { margin-top: 8px; }
.sar-footer a { color: #f1edf2; text-decoration-color: rgba(217,149,0,.7); text-underline-offset: 4px; }
.sar-footer p { margin: 0 0 10px; }
.sar-footer-legal { margin-top: 50px; padding-block: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; text-align: center; }
.sar-whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 40; padding: 12px 16px; border-radius: 999px; color: #fff !important; background: #128c4b; box-shadow: 0 10px 30px rgba(0,0,0,.3); font-size: .82rem; font-weight: 800; text-decoration: none; }
.sar-trust-main { min-height: 60vh; padding-block: 88px; background: var(--sar-paper); }
.sar-prose { max-width: 820px; }
.sar-prose h2 { margin: 48px 0 14px; color: var(--sar-bg); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.6rem, 3vw, 2.25rem); line-height: 1.2; }
.sar-prose p { margin: 0 0 20px; }
.sar-prose a { color: #805900; font-weight: 700; text-underline-offset: 4px; }

@media (max-width: 900px) {
  .sar-card-grid { grid-template-columns: repeat(2, 1fr); }
  .sar-stat-grid { grid-template-columns: repeat(2, 1fr); }
  .sar-split { grid-template-columns: 1fr; gap: 38px; }
  .sar-testimonial-grid { grid-template-columns: 1fr; }
  .sar-footer-grid { grid-template-columns: 1fr 1fr; }
  .sar-footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .sar-container { width: min(100% - 28px, 1120px); }
  .sar-topbar-inner { min-height: 38px; gap: 12px; font-size: .68rem; }
  .sar-topbar-inner span { display: none; }
  .sar-nav-inner { min-height: 68px; }
  .sar-brand img { width: 142px; }
  .sar-nav-links { gap: 14px; }
  .sar-nav-links a:nth-child(3), .sar-nav-links a:nth-child(4) { display: none; }
  .sar-hero { min-height: 590px; }
  .sar-hero-content { padding-block: 72px; }
  .sar-section { padding-block: 66px; }
  .sar-card-grid, .sar-team-grid, .sar-footer-grid { grid-template-columns: 1fr; }
  .sar-card-grid article { min-height: auto; }
  .sar-footer-grid > div:first-child { grid-column: auto; }
  .sar-whatsapp-float { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
