:root {
  --green: #4d8b45;
  --green-dark: #2d5c2c;
  --gold: #c59d55;
  --ink: #1d2327;
  --muted: #697077;
  --line: #e7e3dc;
  --soft: #f7f4ee;
  --dark: #111820;
  --white: #fff;
  --shadow: 0 18px 45px rgba(14, 22, 30, .12);
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--green); color: white; padding: 10px; z-index: 50; }
.skip-link:focus { left: 10px; }
.topbar { background: #111; color: rgba(255,255,255,.86); font-size: 13px; }
.topbar-inner { display: flex; gap: 20px; align-items: center; justify-content: center; flex-wrap: wrap; padding: 8px 0; }
.topbar a { color: white; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(0,0,0,.08); backdrop-filter: blur(10px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand img { width: 260px; max-height: 55px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; flex-wrap: wrap; justify-content: flex-end; }
.main-nav a { text-decoration: none; color: #25313c; padding: 10px 12px; border-radius: 999px; font-size: 13px; font-weight: 700; }
.main-nav a:hover, .main-nav a.active { background: rgba(77,139,69,.12); color: var(--green-dark); }
.header-cta { text-decoration: none; background: var(--green); color: white; padding: 11px 18px; border-radius: 999px; font-weight: 800; font-size: 13px; white-space: nowrap; }
.hero { position: relative; min-height: 620px; display: grid; align-items: center; overflow: hidden; background: var(--dark); color: white; }
.hero-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,18,24,.88), rgba(12,18,24,.50), rgba(12,18,24,.15)), url('/assets/images/newstones-hero-clean.png') center/cover no-repeat; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 15% 30%, rgba(197,157,85,.28), transparent 32%); }
.hero-content { position: relative; padding: 90px 0; }
.eyebrow, .kicker { color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-size: 13px; margin: 0 0 12px; }
.hero h1 { font-size: clamp(42px, 7vw, 84px); line-height: .94; margin: 0 0 24px; letter-spacing: -.05em; max-width: 880px; }
.lead { font-size: clamp(18px, 2vw, 24px); max-width: 760px; margin: 0 0 30px; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; border: 0; cursor: pointer; text-decoration: none; font-weight: 800; font-size: 14px; }
.btn.primary { background: var(--green); color: white; box-shadow: 0 12px 22px rgba(77,139,69,.25); }
.btn.ghost { background: rgba(255,255,255,.12); color: white; border: 1px solid rgba(255,255,255,.28); }
.section { padding: 82px 0; }
.section.compact { padding-top: 36px; }
.section.light { background: var(--soft); }
.section.dark { background: var(--dark); color: white; }
.section-intro { max-width: 790px; margin-bottom: 32px; }
.section-intro h2, .cta-row h2, .form-wrap h2, .contact-card h2 { margin: 0 0 14px; font-size: clamp(30px, 4vw, 48px); line-height: 1.05; letter-spacing: -.035em; }
.section-intro p { color: var(--muted); font-size: 18px; margin: 0; }
.dark .section-intro p, .dark p { color: rgba(255,255,255,.76); }
.benefits-strip { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; margin-top: -124px; position: relative; z-index: 4; }
.benefits-strip div { background: white; border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); border-top: 4px solid var(--green); }
.benefits-strip strong { display: block; font-size: 18px; margin-bottom: 8px; }
.benefits-strip span { color: var(--muted); font-size: 14px; }
.two-col { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.two-col.reverse { grid-template-columns: .95fr 1.05fr; }
.rounded-img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; object-fit: cover; }
.text-link { color: var(--green-dark); font-weight: 800; text-decoration: none; }
.card-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.card { border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; background: white; box-shadow: 0 8px 24px rgba(14,22,30,.05); }
.card h3 { margin: 0 0 10px; font-size: 22px; }
.card p { margin: 0; color: var(--muted); }
.service-card a { display: inline-block; margin-top: 16px; color: var(--green-dark); font-weight: 800; text-decoration: none; }
.media-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.media-card { overflow: hidden; border-radius: var(--radius); background: white; border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(14,22,30,.06); }
.media-card img { width: 100%; aspect-ratio: 1.08 / 1; object-fit: cover; background: #eee; }
.media-card div { padding: 20px; }
.media-card h3 { margin: 0 0 8px; font-size: 21px; }
.media-card p { margin: 0; color: var(--muted); font-size: 14px; }
.resource-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.resource-panel { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: 0 8px 24px rgba(14,22,30,.05); }
.resource-panel h2 { margin: 0 0 14px; font-size: 24px; }
.cta-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-row p { max-width: 720px; margin: 0; }
.timeline { display: grid; gap: 18px; counter-reset: step; }
.timeline article { display: grid; grid-template-columns: 72px 1fr; gap: 22px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 8px 24px rgba(14,22,30,.05); }
.timeline span { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--green); color: white; font-weight: 900; }
.timeline h2 { margin: 0 0 6px; font-size: 24px; }
.timeline p { margin: 0; color: var(--muted); }
.check-list { padding: 0; margin: 20px 0 0; list-style: none; display: grid; gap: 10px; }
.check-list li { padding-left: 28px; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.faq-list { display: grid; gap: 16px; max-width: 900px; }
.faq-list article { padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(14,22,30,.05); }
.faq-list h2 { margin: 0 0 10px; font-size: 24px; }
.faq-list p { margin: 0; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.4fr; gap: 34px; align-items: start; }
.contact-card, .form-wrap { border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); background: white; border: 1px solid var(--line); }
.contact-card p { margin: 0 0 20px; color: var(--muted); }
.contact-card a { color: var(--green-dark); font-weight: 700; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 22px; }
.contact-form label { display: grid; gap: 7px; font-weight: 800; font-size: 14px; }
.contact-form .full { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d8d2c8; border-radius: 12px; padding: 13px 14px; font: inherit; background: white; }
.contact-form textarea { resize: vertical; min-height: 150px; }
.contact-form .hp { position: absolute; left: -10000px; opacity: 0; pointer-events: none; }
.form-status { display: none; margin: 18px 0 0; padding: 14px 16px; border-radius: 12px; font-weight: 800; }
.form-status.success { display: block; background: #e9f7ec; color: #236b35; }
.form-status.error { display: block; background: #fff0ef; color: #a0342c; }
.site-footer { background: #0f1419; color: rgba(255,255,255,.78); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .65fr .95fr .85fr; gap: 34px; padding: 58px 0; }
.footer-logo { width: 315px; margin-bottom: 18px; background: #fff; border-radius: 10px; padding: 9px 12px; }
.site-footer h2 { color: white; font-size: 18px; margin: 0 0 16px; }
.site-footer a { display: block; color: rgba(255,255,255,.82); text-decoration: none; margin-bottom: 8px; }
.site-footer p { margin: 0 0 12px; }
.footer-bottom { text-align: center; border-top: 1px solid rgba(255,255,255,.1); padding: 18px; font-size: 13px; }
@media (max-width: 980px) {
  .header-inner { flex-wrap: wrap; padding: 16px 0; }
  .main-nav { order: 3; width: 100%; justify-content: flex-start; }
  .header-cta { margin-left: auto; }
  .benefits-strip, .card-grid, .media-grid, .resource-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .two-col, .two-col.reverse, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .benefits-strip { margin-top: -70px; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand img { width: 220px; }
  .header-cta { display: none; }
  .main-nav a { font-size: 12px; padding: 8px 9px; }
  .hero { min-height: 560px; }
  .section { padding: 58px 0; }
  .benefits-strip, .card-grid, .media-grid, .resource-grid, .contact-form { grid-template-columns: 1fr; }
  .contact-form .full { grid-column: auto; }
  .timeline article { grid-template-columns: 1fr; }
  .cta-row { display: block; }
  .cta-row .btn { margin-top: 22px; }
}

/* 2026 professional refresh */
:root {
  --green: #2f7d42;
  --green-dark: #123b25;
  --gold: #c79a4b;
  --ink: #202528;
  --muted: #687176;
  --line: #e6e8e3;
  --soft: #f6f8f3;
  --dark: #101719;
  --shadow: 0 22px 55px rgba(17, 24, 28, .13);
  --radius: 16px;
}
body { font-family: Inter, Montserrat, Arial, Helvetica, sans-serif; color: var(--ink); background: #fff; }
.topbar { display: none; }
.container { width: min(1220px, calc(100% - 44px)); }
.site-header { background: rgba(255,255,255,.98); box-shadow: 0 1px 0 rgba(16,23,25,.10); }
.header-inner { min-height: 78px; gap: 16px; }
.brand { flex: 0 0 auto; }
.brand img { width: 310px; max-height: 52px; object-fit: contain; }
.main-nav { gap: 2px; }
.main-nav a { color: #1b2623; font-size: 12px; letter-spacing: -.01em; padding: 9px 9px; border-radius: 8px; }
.main-nav a:hover, .main-nav a.active { background: transparent; color: var(--green); }
.header-cta { background: var(--green); border-radius: 8px; padding: 12px 18px; box-shadow: 0 12px 22px rgba(47,125,66,.22); }
.hero { min-height: 650px; background: var(--dark); }
.hero-media {
  background:
    linear-gradient(90deg, rgba(12,18,20,.94) 0%, rgba(12,18,20,.80) 28%, rgba(12,18,20,.34) 58%, rgba(12,18,20,.04) 100%),
    url('/assets/images/newstones-hero-clean.png') center/cover no-repeat;
  transform: none;
}
.hero-overlay {
  background:
    linear-gradient(0deg, rgba(12,18,20,.28), transparent 42%),
    radial-gradient(circle at 22% 48%, rgba(47,125,66,.25), transparent 34%);
}
.hero-content { padding: 112px 0 128px; }
.hero h1 {
  font-size: clamp(48px, 6.8vw, 86px);
  max-width: 740px;
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.lead { max-width: 630px; font-size: clamp(18px, 1.9vw, 23px); line-height: 1.55; color: rgba(255,255,255,.90); }
.btn { min-height: 50px; border-radius: 8px; padding: 0 22px; gap: 10px; letter-spacing: -.01em; }
.btn.primary { background: var(--green); box-shadow: 0 14px 26px rgba(47,125,66,.24); }
.btn.ghost { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.06); }
.btn.outline { border: 1px solid var(--green); color: var(--green-dark); background: #fff; }
.section { padding: 86px 0; }
.section.light { background: var(--soft); }
.section.dark { background: linear-gradient(135deg, #101719 0%, #172321 100%); }
.section-intro { max-width: 760px; }
.section-intro h2, .cta-row h2, .form-wrap h2, .contact-card h2, .quote-panel h2 {
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.section-intro p, .quote-panel p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.kicker { color: var(--green); letter-spacing: .13em; }

.proof-section { position: relative; z-index: 5; margin-top: -60px; padding-bottom: 38px; }
.proof-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(16,23,25,.08);
  overflow: hidden;
}
.proof-panel article { padding: 30px 28px; border-right: 1px solid var(--line); }
.proof-panel article:last-child { border-right: 0; }
.proof-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(47,125,66,.30);
  color: var(--green);
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 16px;
}
.proof-panel h2 { font-size: 20px; line-height: 1.15; margin: 0 0 8px; letter-spacing: -.025em; }
.proof-panel p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.service-showcase-section { padding-top: 44px; }
.service-showcase-section .section-intro { text-align: center; margin: 0 auto 32px; }
.service-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.service-tile {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(17,24,28,.06);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.service-tile:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(17,24,28,.11); border-color: rgba(47,125,66,.35); }
.service-tile img { width: 100%; aspect-ratio: 1.12 / .82; object-fit: cover; object-position: center; }
.service-tile a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 78px;
  padding: 18px 16px;
  color: var(--ink);
  text-decoration: none;
}
.service-tile h3 { margin: 0; font-size: 18px; line-height: 1.16; letter-spacing: -.025em; }
.service-tile span { color: var(--green); font-size: 25px; line-height: 1; }

.process-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.process-flow article { position: relative; padding-top: 78px; }
.process-flow article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 31px;
  left: 90px;
  right: -4px;
  height: 1px;
  background: linear-gradient(90deg, rgba(47,125,66,.45), rgba(47,125,66,.05));
}
.process-flow span {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 1px solid rgba(47,125,66,.45);
  color: var(--green);
  background: #fff;
  font-size: 26px;
  font-weight: 900;
}
.process-flow h3 { margin: 0 0 8px; font-size: 22px; letter-spacing: -.03em; }
.process-flow p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }

.quote-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .86fr);
  align-items: stretch;
  gap: 0;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #fff;
  overflow: hidden;
}
.quote-image { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.quote-panel { padding: clamp(34px, 5vw, 64px); display: flex; flex-direction: column; justify-content: center; }
.quote-list { padding: 0; margin: 24px 0 28px; list-style: none; display: grid; gap: 0; border-top: 1px solid var(--line); }
.quote-list li {
  position: relative;
  padding: 13px 0 13px 32px;
  border-bottom: 1px solid var(--line);
  color: #394146;
}
.quote-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 13px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(47,125,66,.12);
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}
.final-cta { align-items: center; }
.cta-actions { display: grid; gap: 12px; min-width: 240px; }
.contact-line { color: rgba(255,255,255,.86); text-decoration: none; font-weight: 700; }

.card-grid, .media-grid, .resource-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.card, .media-card, .resource-panel, .contact-card, .form-wrap, .faq-list article {
  border-radius: 14px;
  border-color: var(--line);
  box-shadow: 0 12px 30px rgba(17,24,28,.055);
}
.rounded-img { border-radius: 14px; }
.site-footer { background: #101719; }

@media (max-width: 1120px) {
  .main-nav { order: 3; width: 100%; justify-content: flex-start; }
  .header-inner { flex-wrap: wrap; padding: 14px 0; }
  .service-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .quote-feature { grid-template-columns: 1fr; }
  .quote-image { min-height: 360px; }
}
@media (max-width: 820px) {
  .hero { min-height: 590px; }
  .hero-content { padding: 76px 0 104px; }
  .hero-media { background-position: 58% center; }
  .proof-panel, .process-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-panel article:nth-child(2) { border-right: 0; }
  .proof-panel article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process-flow article:not(:last-child)::after { display: none; }
  .service-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .container { width: min(100% - 30px, 1220px); }
  .brand img { width: 240px; max-height: 48px; }
  .main-nav { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
  .main-nav a { flex: 0 0 auto; }
  .hero h1 { font-size: 46px; }
  .proof-section { margin-top: -34px; }
  .proof-panel, .service-rail, .process-flow { grid-template-columns: 1fr; }
  .proof-panel article { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-panel article:last-child { border-bottom: 0; }
  .quote-panel { padding: 30px 22px; }
  .quote-image { min-height: 280px; }
  .cta-actions { margin-top: 22px; }
}
