/* Social Strides NJ — rebuilt from the archived Eduma/WPBakery site. Plain CSS, mobile first. */
:root {
  --coral: #f28582;
  --coral-dark: #ed5854;
  --gold: #f6be61;
  --sage: #84a59e;
  --slate: #3b3f4c;
  --band: #555555;
  --pink: #e9d5d1;
  --ink: #333333;
  --text: #666666;
  --muted: #777777;
  --line: #e5e5e5;
  --white: #ffffff;
  --sans: "Roboto", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  --slab: "Roboto Slab", Georgia, "Times New Roman", serif;
  --wrap: 1170px;
  --gutter: 16px;
  --hero-photo: none;          /* set to url("/img/hero.jpg") when Lori sends slider-bg.jpg */
  --band-photo: none;          /* background.jpg  (services band)   */
  --band2-photo: none;         /* background2.jpg (inner-page bands) */
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; font: 400 15px/1.7 var(--sans); color: var(--text); background: var(--white); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--coral); text-decoration: none; }
a:hover, a:focus-visible { color: var(--coral-dark); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
h1, h2, h3, h4 { font-family: var(--slab); font-weight: 700; color: var(--ink); line-height: 1.2; margin: 0 0 .5em; }
p { margin: 0 0 1em; }
address { font-style: normal; }
ul { margin: 0; padding: 0; list-style: none; }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 14px; z-index: 100; }
.skip:focus { left: 8px; }
svg { width: 1em; height: 1em; fill: currentColor; vertical-align: -.12em; }

/* Buttons */
.btn { display: inline-block; font: 500 13px/1 var(--sans); text-transform: uppercase; letter-spacing: .02em; padding: 14px 25px; background: var(--coral); color: #fff; border: 2px solid var(--coral); border-radius: 0; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.btn:hover, .btn:focus-visible { background: var(--coral-dark); border-color: var(--coral-dark); color: #fff; }
.btn--outline { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--outline:hover, .btn--outline:focus-visible { background: var(--coral); border-color: var(--coral); color: #fff; }
.btn--light { background: #fff; color: var(--ink); border-color: #fff; }
.btn--light:hover, .btn--light:focus-visible { background: var(--coral); border-color: var(--coral); color: #fff; }
.arrow-link { font: 500 13px/1 var(--sans); text-transform: uppercase; color: var(--coral); }
.arrow-link::after { content: " \2192"; }
.arrow-link:hover { color: var(--coral-dark); }

/* Topbar */
.topbar { background: var(--coral); color: #fff; font-size: 12px; font-weight: 500; }
.topbar__inner { display: flex; flex-wrap: wrap; gap: 6px 22px; align-items: center; min-height: 40px; padding-block: 6px; }
.topbar__q { display: none; }
.topbar a { color: #fff; }
.topbar a:hover { text-decoration: underline; }
.topbar svg { margin-right: 6px; opacity: .9; }
@media (min-width: 640px) { .topbar__q { display: inline; } .topbar__inner { min-height: 50px; } }

/* Header */
.site-header { background: #fff; box-shadow: 0 1px 0 var(--line); position: relative; z-index: 20; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 84px; padding-block: 10px; }
.logo img { width: 130px; height: auto; }
.nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 2px; cursor: pointer; }
.nav-toggle__bar { position: relative; display: block; width: 22px; height: 14px; }
.nav-toggle__bar i { position: absolute; left: 0; width: 22px; height: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }
.nav-toggle__bar i:nth-child(1) { top: 0; }
.nav-toggle__bar i:nth-child(2) { top: 6px; }
.nav-toggle__bar i:nth-child(3) { top: 12px; }
.nav-toggle[aria-expanded="true"] i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 12px 24px rgba(0,0,0,.08); }
.site-nav.is-open { display: block; }
.site-nav ul { padding: 8px 0; }
.site-nav a { display: block; padding: 12px var(--gutter); color: var(--muted); font-size: 15px; border-left: 3px solid transparent; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--coral); border-left-color: var(--coral); }
@media (min-width: 900px) {
  .site-header__inner { min-height: 100px; }
  .logo img { width: 153px; }
  .nav-toggle { display: none; }
  .site-nav { display: block; position: static; background: none; border: 0; box-shadow: none; }
  .site-nav ul { display: flex; gap: 6px; padding: 0; }
  .site-nav a { padding: 8px 14px; border-left: 0; border-bottom: 2px solid transparent; font-weight: 500; text-transform: uppercase; font-size: 13px; letter-spacing: .02em; }
  .site-nav a:hover, .site-nav a[aria-current="page"] { border-bottom-color: var(--coral); }
}

/* Hero (homepage). Photo hook: --hero-photo */
.hero { position: relative; background: var(--slate); color: #fff; text-align: center; padding: 72px var(--gutter) 88px; overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--hero-photo) center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(60% 80% at 80% 20%, rgba(242,133,130,.35), transparent 60%), radial-gradient(50% 60% at 10% 90%, rgba(132,165,158,.35), transparent 60%); }
.hero__inner { max-width: 820px; margin-inline: auto; }
.hero h1 { font: 700 clamp(30px, 6.4vw, 73px)/1.05 var(--sans); text-transform: uppercase; color: #fff; letter-spacing: .01em; margin: 0 0 12px; }
.hero__sub { font: 500 clamp(13px, 1.8vw, 18px)/1.4 var(--sans); text-transform: uppercase; letter-spacing: .12em; margin: 0 0 30px; color: rgba(255,255,255,.9); }
@media (min-width: 900px) { .hero { padding: 120px var(--gutter) 150px; min-height: 560px; display: grid; place-items: center; } }

/* Icon boxes (were "thim-best-industry", desktop-only on the old site; shown on all sizes here) */
.icon-boxes { padding: 32px var(--gutter) 0; }
.icon-boxes__grid { display: grid; gap: 16px; max-width: var(--wrap); margin-inline: auto; }
.icon-box { background: #fff; border: 1px solid var(--line); padding: 28px 24px; box-shadow: 0 10px 30px rgba(0,0,0,.06); display: flex; gap: 18px; align-items: flex-start; }
.icon-box img { width: 44px; height: auto; flex: none; margin-top: 2px; }
.icon-box h2 { font-size: 20px; margin-bottom: 6px; }
.icon-box a { font-size: 13px; text-transform: uppercase; font-weight: 500; }
@media (min-width: 720px) {
  .icon-boxes { padding-top: 0; margin-top: -48px; position: relative; z-index: 2; }
  .icon-boxes__grid { grid-template-columns: repeat(3, 1fr); }
  .icon-box { flex-direction: column; }
}

/* Section headings with faint watermark, as on the old site */
.section { padding: 64px 0; }
@media (min-width: 900px) { .section { padding: 90px 0; } }
.sec-h { position: relative; margin-bottom: 22px; }
.sec-h h2 { font-size: clamp(30px, 4vw, 45px); margin: 0; position: relative; }
.sec-h h2 span { color: var(--coral); }
.sec-h .mark { position: absolute; left: 0; top: 50%; transform: translateY(-58%); font: 700 clamp(48px, 7vw, 90px)/1 var(--sans); color: var(--ink); opacity: .05; white-space: nowrap; pointer-events: none; user-select: none; }
.sec-h::after { content: ""; display: block; width: 40px; height: 2px; background: var(--coral); margin-top: 14px; }
.sec-h--center { text-align: center; }
.sec-h--center .mark { left: 50%; transform: translate(-50%, -58%); }
.sec-h--center::after { margin-inline: auto; }
.sec-h--light h2, .sec-h--light .mark { color: #fff; }
.sec-h__sub { margin: 10px 0 0; color: var(--muted); }

/* What We Do */
.what .wrap { max-width: 970px; }
.what p { max-width: 900px; }

/* Services band. Photo hook: --band-photo */
.services { position: relative; background: var(--band); color: #fff; isolation: isolate; }
.services::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--band-photo) center/cover no-repeat; opacity: .35; }
.services__grid { display: grid; gap: 40px; }
.service { scroll-margin-top: 120px; }
.service img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; margin-bottom: 22px; }
.service h3 { font-size: 25px; color: #fff; margin-bottom: 12px; }
.service p { color: rgba(255,255,255,.92); }
@media (min-width: 720px) { .services__grid { grid-template-columns: repeat(3, 1fr); gap: 30px; } }

/* Testimonials */
.quotes { text-align: center; }
.quote { max-width: 900px; margin-inline: auto; }
.quote blockquote { margin: 0 0 18px; font: italic 400 clamp(16px, 1.6vw, 19px)/1.7 var(--slab); color: var(--ink); }
.quote blockquote p { margin-bottom: .8em; }
.quote figcaption { font-family: var(--slab); font-size: 15px; color: var(--muted); }
.quote figcaption b { color: var(--coral); font-weight: 400; }
.quotes__actions { margin-top: 28px; }
/* carousel (progressive: stacked without JS) */
.carousel .quote { display: none; }
.carousel .quote.is-active { display: block; }
.carousel__nav { display: flex; justify-content: center; gap: 8px; margin: 22px 0 0; }
.carousel__dot { width: 10px; height: 10px; border-radius: 50%; border: 1px solid var(--coral); background: transparent; padding: 0; cursor: pointer; }
.carousel__dot[aria-pressed="true"] { background: var(--coral); }
.carousel__btn { background: none; border: 1px solid var(--line); color: var(--muted); width: 36px; height: 36px; border-radius: 50%; cursor: pointer; font-size: 16px; }
.carousel__btn:hover { border-color: var(--coral); color: var(--coral); }
.carousel__ctrl { display: flex; justify-content: center; align-items: center; gap: 12px; margin-top: 20px; }
.no-js .carousel .quote { display: block; margin-bottom: 40px; }
.no-js .carousel__ctrl { display: none; }

/* Testimonials archive page */
.t-list { max-width: 1170px; }
.t-item { padding: 40px 0; border-bottom: 1px solid var(--line); }
.t-item:last-child { border-bottom: 0; }
.t-item h2 { font-size: 22px; margin-bottom: 2px; }
.t-item .where { font: 500 12px/1 var(--sans); text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-bottom: 16px; }
.t-item blockquote { margin: 0; }

/* Inner page banner. Photo hook: --band2-photo */
.page-banner { position: relative; background: var(--slate); color: #fff; padding: 60px 0; isolation: isolate; }
.page-banner::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--band2-photo) center/cover no-repeat; opacity: .35; }
.page-banner h1 { font-size: clamp(30px, 5vw, 48px); text-transform: uppercase; color: #fff; margin: 0; padding-left: 20px; border-left: 4px solid var(--coral); }
@media (min-width: 900px) { .page-banner { padding: 90px 0; } .page-banner h1 { padding-left: 25px; } }
.crumbs { border-bottom: 1px solid var(--line); font-size: 13px; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 0; margin: 0; list-style: none; }
.crumbs li + li::before { content: "\00bb"; margin-right: 8px; color: var(--muted); }
.crumbs a { color: var(--ink); }
.crumbs [aria-current] { color: var(--muted); }

/* Founder */
.founder__head { text-align: center; margin-bottom: 40px; }
.founder__head h2 { font-size: 30px; margin-bottom: 4px; }
.founder__head p { color: var(--muted); margin: 0; }
.founder__grid { display: grid; gap: 32px; align-items: start; }
.founder__photo { width: 100%; max-width: 545px; margin-inline: auto; aspect-ratio: 1024 / 1308; object-fit: cover; background: var(--pink); }
.founder__photo--pending { display: grid; place-items: center; color: var(--muted); font-size: 14px; text-align: center; padding: 20px; border: 1px dashed var(--coral); }
@media (min-width: 800px) { .founder__grid { grid-template-columns: 1fr 1fr; gap: 50px; } }

/* Contact */
.contact__grid { display: grid; gap: 48px; }
.contact h2 { font-size: 30px; }
.contact__lead { margin-bottom: 30px; }
.c-item { display: flex; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.c-item:last-of-type { border-bottom: 0; }
.c-item__icon { flex: none; width: 46px; height: 46px; border: 1px solid var(--coral); color: var(--coral); display: grid; place-items: center; font-size: 20px; }
.c-item h3 { font: 700 15px/1.3 var(--slab); margin: 0 0 4px; }
.c-item p { margin: 0; }
.c-item a { color: var(--text); }
.c-item a:hover { color: var(--coral); }
@media (min-width: 800px) { .contact__grid { grid-template-columns: 1fr 1fr; gap: 60px; } }

/* Form */
.form { display: grid; gap: 14px; }
.form label { display: block; font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: 4px; }
.form input, .form textarea { width: 100%; font: inherit; color: var(--ink); padding: 10px 14px; border: 1px solid var(--line); border-radius: 0; background: #fff; }
.form input { height: 42px; }
.form textarea { min-height: 170px; resize: vertical; }
.form input:focus, .form textarea:focus { outline: 0; border-color: var(--coral); box-shadow: 0 0 0 3px rgba(242,133,130,.25); }
.form .hp { position: absolute; left: -9999px; }
.form__note { font-size: 13px; color: var(--muted); }
.form__status { margin: 0; padding: 12px 14px; font-size: 14px; display: none; }
.form__status.is-ok { display: block; background: #eef7f4; color: #256b5a; border: 1px solid #b9dccf; }
.form__status.is-err { display: block; background: #fdeeed; color: #9d2b27; border: 1px solid #f3c1bf; }

/* Footer */
.site-footer { background: var(--pink); color: var(--text); }
.site-footer__grid { display: grid; gap: 36px; padding-block: 50px; }
.site-footer__brand img { width: 145px; margin-bottom: 18px; }
.site-footer__contact { display: block; color: var(--ink); margin-bottom: 6px; }
.site-footer__contact svg { margin-right: 8px; color: var(--coral); }
.site-footer__addr { margin-top: 12px; font-size: 14px; line-height: 1.5; }
.site-footer__h { font: 700 14px/1 var(--slab); text-transform: uppercase; letter-spacing: .06em; color: #6f6464; margin: 6px 0 18px; }
.site-footer__links li { margin-bottom: 8px; }
.site-footer__links a { color: var(--ink); }
.site-footer__links a:hover { color: var(--coral); }
.site-footer__bottom { background: var(--coral); color: #fff; font-size: 13px; }
.site-footer__bottom-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 20px; padding-block: 18px; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom a { color: #fff; text-decoration: underline; }
@media (min-width: 720px) { .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; padding-block: 70px; } }
@media (min-width: 900px) { .site-footer__grid { grid-template-columns: 1.6fr 1fr 1fr; } }

/* 404 */
.nf { text-align: center; padding: 80px var(--gutter); }
.nf h1 { font-size: clamp(32px, 6vw, 48px); }
