.nns-wrap * { box-sizing: border-box; }
  .nns-wrap { font-family: 'Inter', -apple-system, sans-serif; background: #fefdfc; color: #241f1c; }
  .nns-wrap h1, .nns-wrap h2 { font-family: 'Outfit', -apple-system, sans-serif; }
  .nns-header { position: sticky; top: 0; z-index: 40; background: rgba(254,253,252,0.92); backdrop-filter: blur(10px); border-bottom: 3px solid #c23b2e; display: flex; align-items: center; justify-content: space-between; padding: 14px 40px; }
  .nns-brand { display: flex; align-items: center; gap: 12px; cursor: pointer; text-decoration: none; color: inherit; }
  .nns-brand img { width: 44px; height: 44px; border-radius: 10px; object-fit: cover; }
  .nns-brand-name { font-weight: 700; font-size: 16px; line-height: 1.1; }
  .nns-brand-sub { font-size: 11px; letter-spacing: 0.08em; color: #8a8580; text-transform: uppercase; }
  .nns-nav { display: flex; align-items: center; gap: 4px; }
  .nns-nav a { padding: 9px 16px; border-radius: 10px; font-size: 14px; font-weight: 500; color: #4a453f; text-decoration: none; }
  .nns-nav a:hover, .nns-nav a.active { background: #fbe9e6; color: #c23b2e; font-weight: 700; }
  .nns-main { max-width: 1280px; margin: 0 auto; padding: 56px 40px 100px; }
  .nns-main-narrow { max-width: 900px; margin: 0 auto; padding: 56px 40px 100px; }
  .nns-hero { display: flex; gap: 56px; align-items: center; margin-bottom: 52px; flex-wrap: wrap; }
  .nns-hero-copy { flex: 1 1 380px; min-width: 320px; }
  .nns-badge { display: inline-flex; align-items: center; gap: 8px; background: #c23b2e; color: white; font-size: 13px; font-weight: 700; letter-spacing: 0.03em; padding: 7px 14px; border-radius: 999px; margin-bottom: 18px; }
  .nns-hero-copy h1 { font-size: 42px; font-weight: 700; margin: 0 0 16px; line-height: 1.1; }
  .nns-hero-copy p { font-size: 16px; line-height: 1.6; color: #6b665f; margin: 0; max-width: 480px; }
  .nns-hero-img { position: relative; flex: 1 1 420px; min-width: 340px; height: 420px; }
  .nns-hero-img-main { position: absolute; inset: 0; border-radius: 22px; overflow: hidden; border: 3px solid #c23b2e; box-shadow: 0 20px 40px rgba(0,0,0,0.2); }
  .nns-hero-img-main img { width: 100%; height: 100%; object-fit: cover; }
  .nns-hero-logo { position: absolute; bottom: 18px; right: 18px; width: 96px; height: 96px; border-radius: 16px; overflow: hidden; border: 4px solid white; box-shadow: 0 8px 20px rgba(0,0,0,0.3); background: white; display: flex; align-items: center; justify-content: center; }
  .nns-hero-logo img { width: 80%; height: 80%; object-fit: contain; }
  .nns-search-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 28px; }
  .nns-search-row input { flex: 1; min-width: 240px; padding: 13px 18px; border-radius: 12px; border: 2px solid #eaddd9; background: white; font-size: 15px; font-family: inherit; color: #241f1c; outline: none; }
  .nns-search-row input:focus { border-color: #c23b2e; box-shadow: 0 0 0 3px rgba(194,59,46,0.15); }
  .nns-results-label { font-size: 14px; color: #8a8580; }
  .nns-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
  .nns-chip { padding: 8px 14px; border-radius: 999px; font-size: 13px; font-weight: 600; cursor: pointer; background: white; color: #4a453f; border: 1px solid #ecdbd5; }
  .nns-chip.active { background: #c23b2e; color: white; border-color: #c23b2e; }
  .nns-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
  .nns-card { background: white; border: 1px solid #eee7e1; border-top: 4px solid #c23b2e; border-radius: 18px; padding: 22px; cursor: pointer; transition: transform 0.15s ease, box-shadow 0.15s ease; display: flex; flex-direction: column; gap: 14px; }
  .nns-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0,0,0,0.1); }
  .nns-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
  .nns-card-name { font-weight: 700; font-size: 18px; margin-bottom: 4px; }
  .nns-card-contact { font-size: 14px; color: #6b665f; }
  .nns-card-cta { margin-top: auto; padding-top: 12px; border-top: 1px solid #f0ebe6; font-size: 13px; font-weight: 600; color: #c23b2e; display: flex; align-items: center; gap: 6px; }
  .nns-pill { font-size: 11px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: #a8433a; background: #fbe9e6; padding: 5px 10px; border-radius: 999px; text-align: right; white-space: nowrap; }
  .nns-logo-slot { border-radius: 16px; flex-shrink: 0; background: linear-gradient(135deg,#ddd,#eee); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; color: #999; border: 1px dashed #ccc; }
  .nns-no-results { text-align: center; padding: 80px 20px; color: #8a8580; }
  .nns-footer { padding: 28px 40px; text-align: center; font-size: 13px; color: #8a8580; border-top: 3px solid #c23b2e; }
  /* modal */
  .nns-modal-bg { position: fixed; inset: 0; z-index: 100; background: rgba(30,26,23,0.55); display: none; align-items: center; justify-content: center; padding: 24px; }
  .nns-modal-bg.open { display: flex; }
  .nns-modal { background: white; width: min(560px, 100%); max-height: 88vh; overflow-y: auto; border-radius: 22px; padding: 32px; border-top: 6px solid #c23b2e; }
  .nns-modal-head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 20px; }
  .nns-modal-title-row { display: flex; gap: 16px; align-items: center; }
  .nns-modal-name { font-weight: 700; font-size: 22px; }
  .nns-modal-cat { font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: #a8433a; margin-top: 4px; }
  .nns-modal-close { cursor: pointer; width: 32px; height: 32px; border-radius: 50%; background: #f0ece7; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #4a453f; flex-shrink: 0; }
  .nns-modal-desc { font-size: 15px; line-height: 1.6; color: #4a453f; margin: 0 0 20px; }
  .nns-why { background: #fbe9e6; border-radius: 14px; padding: 18px 20px; margin-bottom: 24px; }
  .nns-why-label { font-size: 12px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: #c23b2e; margin-bottom: 6px; }
  .nns-why-text { font-size: 15px; line-height: 1.6; color: #3a3632; margin: 0; }
  .nns-modal-footer { display: flex; flex-direction: column; gap: 10px; padding-top: 16px; border-top: 1px solid #eee7e1; }
  .nns-modal-actions { display: flex; gap: 10px; margin-top: 8px; flex-wrap: wrap; }
  .nns-btn-call { text-decoration: none; background: #c23b2e; color: white; padding: 12px 20px; border-radius: 10px; font-weight: 600; font-size: 14px; }
  .nns-btn-email { text-decoration: none; background: #f0ece7; color: #3a3632; padding: 12px 20px; border-radius: 10px; font-weight: 600; font-size: 14px; }
.nns-btn-site { text-decoration: none; background: #3a3632; color: #ffffff; padding: 12px 20px; border-radius: 10px; font-weight: 600; font-size: 14px;}
  /* testimonials */
  .nns-page-title { font-size: 40px; font-weight: 700; margin: 0 0 8px; text-align: center; }
  .nns-page-sub { text-align: center; font-size: 16px; color: #6b665f; margin: 0 0 48px; }
  .nns-testi { position: relative; margin-bottom: 36px; padding: 36px 32px 32px; border-radius: 20px; background: white; border: 1px solid #eee7e1; border-left: 6px solid #c23b2e; box-shadow: 0 10px 24px rgba(0,0,0,0.06); overflow: hidden; }
  .nns-testi-alt { background: #fdf3f1; }
  .nns-quote-mark { font-family: Georgia, serif; font-size: 64px; line-height: 1; color: #f0b7ae; position: absolute; top: -6px; left: 4px; z-index: 0; }
  .nns-testi-head { display: flex; gap: 16px; align-items: center; margin-bottom: 18px; position: relative; z-index: 1; }
  .nns-testi-biz { font-weight: 700; font-size: 17px; }
  .nns-testi-cat { font-size: 13px; color: #a8433a; font-weight: 600; }
  .nns-testi-quote { font-size: 18px; line-height: 1.7; color: #3a3632; margin: 0 0 16px; position: relative; }
  .nns-testi-author { font-size: 14px; font-weight: 700; position: relative; }
  .nns-photo-row { display: grid; gap: 16px; margin-bottom: 44px; }
  .nns-photo { border-radius: 16px; overflow: hidden; aspect-ratio: 4/3; }
  .nns-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
  /* about */
  .nns-about-hero { border-radius: 24px; overflow: hidden; margin-bottom: 24px; width: 100%; max-width: 560px; aspect-ratio: 4/3; border: 3px solid #c23b2e; box-shadow: 0 16px 36px rgba(194,59,46,0.18); }
  .nns-about-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .nns-about-title-row { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
  .nns-about-title-row h1 { font-size: 34px; font-weight: 700; margin: 0; }
  .nns-about p { font-size: 17px; line-height: 1.7; color: #4a453f; }
  .nns-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; margin-bottom: 40px; }
  .nns-feature-card { background: #fdf3f1; border-radius: 14px; padding: 18px 20px; }
  .nns-feature-card b { display: block; font-size: 15px; margin-bottom: 4px; }
  .nns-feature-card span { font-size: 13px; line-height: 1.5; color: #6b665f; }
  .nns-founder { display: flex; gap: 28px; align-items: center; background: white; border: 1px solid #eee7e1; border-left: 5px solid #c23b2e; border-radius: 20px; padding: 32px; margin-bottom: 48px; flex-wrap: wrap; }
  .nns-founder img { width: 96px; height: 96px; border-radius: 16px; object-fit: cover; flex-shrink: 0; }
  .nns-pledge { background: linear-gradient(135deg, #c23b2e, #8f2a20); border-radius: 20px; padding: 40px; text-align: center; }
  .nns-pledge h2 { color: white; font-size: 26px; margin: 0 0 20px; }
  .nns-pledge p { color: rgba(255,255,255,0.92); max-width: 620px; margin: 0 auto 14px; }
  @media (max-width: 640px) { .nns-nav { display: none; } .nns-header { padding: 12px 20px; } .nns-main, .nns-main-narrow { padding: 32px 20px 60px; } }

/* ============================================================
   RESPONSIVE HEADER  (added — the original export was desktop-only)
   ============================================================ */
.nns-burger { display: none; background: none; border: 0; cursor: pointer;
  padding: 10px; width: 44px; height: 44px; flex-direction: column;
  justify-content: center; gap: 5px; }
.nns-burger span { display: block; height: 2px; width: 22px; background: #c23b2e;
  border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.nns-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nns-burger.open span:nth-child(2) { opacity: 0; }
.nns-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* keep the sticky header clear of the WordPress admin bar when logged in */
.admin-bar .nns-header { top: 32px; }

@media (max-width: 860px) {
  .nns-header { padding: 12px 20px; flex-wrap: wrap; }
  .nns-burger { display: flex; }
  .nns-brand img { width: 38px; height: 38px; }
  .nns-brand-name { font-size: 15px; }
  .nns-nav { display: none; width: 100%; flex-direction: column;
    align-items: stretch; gap: 2px; padding-top: 10px; }
  .nns-nav.open { display: flex; }
  .nns-nav a { padding: 12px 14px; font-size: 16px; }
  .nns-main, .nns-main-narrow { padding: 32px 20px 64px; }
  .nns-hero { gap: 28px; }
  .nns-hero-copy h1 { font-size: 32px; }
  .nns-hero-img { height: 300px; min-width: 0; }
}
@media (max-width: 782px) { .admin-bar .nns-header { top: 46px; } }
@media (max-width: 600px) {
  .nns-header { padding: 10px 16px; }
  .nns-main, .nns-main-narrow { padding: 24px 16px 56px; }
  .nns-hero-copy h1 { font-size: 27px; }
}

/* ============================================================
   FORM CARD — light card so a form plugin's own styling (WPForms,
   CF7, Gravity) stays readable. Layout only: we do NOT restyle the
   fields, because the plugin's CSS is more specific and would win
   anyway, leaving a half-overridden mess.
   ============================================================ */
.nns-form-card { background: #fff; border: 3px solid #c23b2e; border-radius: 22px;
  padding: 32px 30px; margin-top: 40px; box-shadow: 0 14px 30px rgba(0,0,0,0.07); }
.nns-form-card h2 { font-family: 'Outfit', -apple-system, sans-serif;
  font-size: 26px; font-weight: 700; color: #241f1c; margin: 0 0 6px; }
.nns-form-intro { font-size: 15px; color: #8a8580; margin: 0 0 22px; }
.nns-form-slot { text-align: left; }
.nns-form-slot img, .nns-form-slot iframe { max-width: 100%; height: auto; }
/* only nudge the submit button toward the brand, leave fields alone */
.nns-form-slot button[type="submit"], .nns-form-slot input[type="submit"],
.nns-form-slot .wpforms-submit {
  background: #c23b2e; color: #fff; font-weight: 700; font-size: 15px;
  border: 0; border-radius: 999px; padding: 13px 30px; cursor: pointer; }
.nns-form-slot button[type="submit"]:hover, .nns-form-slot input[type="submit"]:hover,
.nns-form-slot .wpforms-submit:hover { background: #a8433a; }

@media (max-width: 600px) { .nns-form-card { padding: 24px 20px; } }

/* ============================================================
   FEED SLOT — hosts a third-party social feed shortcode inside
   the design. Deliberately light-touch: layout only, so the
   feed plugin's own skin still does the work.
   ============================================================ */
.nns-feed-slot { margin-top: 28px; }
.nns-feed-slot img,
.nns-feed-slot iframe,
.nns-feed-slot video { max-width: 100%; height: auto; }
.nns-feed-slot .efbl_feed_wraper { max-width: 100%; }

/* logo tiles: image when a Featured Image is set, initials otherwise */
.nns-logo-slot.has-logo { background: #fff !important; padding: 6px; }
.nns-logo-slot.has-logo img { width: 100%; height: 100%; object-fit: contain; display: block; }

/* ============================================================
   MODAL ON PHONES - the original export was desktop-only.
   Bottom-sheet treatment so the action buttons stay reachable.
   ============================================================ */
@media (max-width: 640px) {
  .nns-modal-bg { padding: 0; align-items: flex-end; }
  .nns-modal {
    width: 100%; max-width: none;
    max-height: 88vh;
    max-height: 92dvh;
    border-radius: 20px 20px 0 0;
    padding: 22px 18px calc(24px + env(safe-area-inset-bottom));
  }
  .nns-modal-head { margin-bottom: 16px; }
  .nns-modal-title-row { gap: 12px; }
  .nns-modal-name { font-size: 19px; line-height: 1.25; }
  .nns-modal .nns-logo-slot { width: 58px !important; height: 58px !important; }
  .nns-why { padding: 14px 16px; margin-bottom: 18px; }
  .nns-modal-actions { flex-direction: column; }
  .nns-modal-actions a { text-align: center; }
}
