/* Shared chrome owns its geometry and typography; nothing here changes campaign content. */
.shared-chrome {
  --font: Manrope, Arial, sans-serif; --container: 1200px; --gutter: 24px;
  --charcoal: #24201F; --red-primary: #C8101E; --red-dark: #8F0D18; --border: #E5DED5;
  font-family: var(--font); font-size: 16px; line-height: 26px; color: var(--charcoal);
}
.shared-chrome, .shared-chrome *, .shared-chrome *::before, .shared-chrome *::after { box-sizing: border-box; }
.shared-chrome a { color: inherit; text-decoration: none; }
.shared-chrome :focus-visible { outline: 3px solid #C8101E; outline-offset: 4px; }
.site-header.shared-chrome { position: relative; top: auto; z-index: 40; background: #fff; border-bottom: 1px solid var(--border); }
.site-header.shared-chrome .header-inner { position: relative; width: 100%; max-width: 1328px; margin-inline: auto; padding-inline: var(--gutter); min-height: 81px; height: auto; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 24px; }
.site-header.shared-chrome .logo { display: inline-flex; align-items: center; justify-self: start; min-height: 44px; flex-shrink: 0; }
.site-header.shared-chrome .logo img { width: 160px; height: auto; max-height: none; }
.site-header.shared-chrome .header-actions { display: flex; align-items: center; gap: 16px; }
.site-header.shared-chrome .header-search, .site-header.shared-chrome .nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--charcoal); cursor: pointer; }
.site-header.shared-chrome .header-search:hover, .site-header.shared-chrome .nav-toggle:hover { background: #F7ECE8; color: var(--red-dark); }
.site-header.shared-chrome .header-find { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 20px; border-radius: 999px; background: var(--red-dark); color: #fff; font-size: 14px; font-weight: 700; line-height: 20px; white-space: nowrap; transition: background-color 180ms; }
.site-header.shared-chrome .header-find:hover { background: var(--red-primary); color: #fff; }
.site-header.shared-chrome .primary-nav { display: flex; position: static; justify-content: center; gap: 18px; min-width: 0; padding: 0; border: 0; box-shadow: none; background: #fff; }
.site-header.shared-chrome .primary-nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 4px 0; margin: 0; border: 0; font-size: 13px; font-weight: 600; line-height: 26px; color: #625C58; white-space: nowrap; }
.site-header.shared-chrome .primary-nav a:hover, .site-header.shared-chrome .primary-nav a[aria-current="page"] { color: var(--red-dark); }
.site-header.shared-chrome .primary-nav a[aria-current="page"] { font-weight: 700; }
.site-header.shared-chrome .nav-toggle { display: none; flex-direction: column; gap: 5px; }
.site-header.shared-chrome .nav-toggle-bar { width: 20px; height: 2px; background: currentColor; border-radius: 2px; transition: transform 180ms, opacity 180ms; }
.site-footer.shared-chrome { margin-top: 0; padding: 56px 0 24px; background: #FAF7F1; border-top: 1px solid var(--border); color: var(--charcoal); }
.site-footer.shared-chrome > .container { width: 100%; max-width: 1200px; margin-inline: auto; padding-inline: var(--gutter); }
.site-footer.shared-chrome .footer-grid { display: grid; grid-template-columns: 1.1fr minmax(240px, 1fr) 1.4fr; gap: 40px; }
.site-footer.shared-chrome .footer-brand img { width: 144px; height: auto; }
.site-footer.shared-chrome .footer-tagline { margin-top: 16px; max-width: 40ch; color: #625C58; }
.site-footer.shared-chrome .footer-address { margin-top: 16px; color: #625C58; font-style: normal; }
.site-footer.shared-chrome .footer-line { margin-top: 12px; font-size: 13px; color: #625C58; }
.site-footer.shared-chrome .footer-heading { font-size: 13px; font-weight: 700; line-height: 20px; letter-spacing: 0; text-transform: uppercase; color: var(--charcoal); margin: 0 0 12px; }
.site-footer.shared-chrome a { color: var(--charcoal); overflow-wrap: anywhere; text-underline-offset: 4px; }
.site-footer.shared-chrome a:hover { color: var(--red-dark); text-decoration: underline; }
.site-footer.shared-chrome .footer-col { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; gap: 10px; }
.site-footer.shared-chrome .footer-contact { max-width: none; }
.site-footer.shared-chrome .footer-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.site-footer.shared-chrome .footer-links ul { display: flex; flex-direction: column; gap: 12px; min-width: 0; list-style: none; padding: 0; margin: 0; }
.site-footer.shared-chrome .footer-links a { line-height: 24px; }
.site-footer.shared-chrome .footer-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--border); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 24px; font-size: 13px; line-height: 20px; color: #625C58; }
.site-footer.shared-chrome .footer-legal { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.site-footer.shared-chrome .footer-legal a { color: #625C58; }
.site-footer.shared-chrome .footer-legal a:hover { color: var(--red-dark); }
.shared-chrome.noscript-chrome { width: 100%; max-width: 1200px; margin-inline: auto; display: flex; flex-wrap: wrap; align-items: center; gap: 20px; padding: 16px var(--gutter); }
.shared-chrome.noscript-chrome img { width: 160px; height: auto; }
.shared-chrome.noscript-chrome nav { display: flex; flex-wrap: wrap; gap: 16px; }
@media (max-width: 1100px) {
  .site-header.shared-chrome .primary-nav { gap: 10px; }
  .site-header.shared-chrome .header-inner { gap: 14px; }
}
@media (max-width: 1023px) {
  .site-header.shared-chrome .header-inner { min-height: 72px; grid-template-columns: 44px 1fr 44px; }
  .site-header.shared-chrome .logo { grid-column: 2; grid-row: 1; justify-self: center; }
  .site-header.shared-chrome .logo img { width: 140px; }
  .site-header.shared-chrome .header-actions { display: contents; }
  .site-header.shared-chrome .header-search { grid-column: 1; grid-row: 1; }
  .site-header.shared-chrome .header-find { display: none; }
  .site-header.shared-chrome .nav-toggle { display: flex; grid-column: 3; grid-row: 1; }
  .site-header.shared-chrome .primary-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 16px 24px; border-bottom: 1px solid var(--border); }
  .site-header.shared-chrome .primary-nav a { display: flex; font-size: 15px; padding: 10px 0; }
  body.nav-open .site-header.shared-chrome .primary-nav { display: block; }
  .site-footer.shared-chrome .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .site-footer.shared-chrome .footer-links { grid-column: 1/-1; }
  .shared-chrome.noscript-chrome img { width: 140px; }
}
@media (max-width: 639px) {
  .shared-chrome { --gutter: 20px; }
  .site-footer.shared-chrome .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .shared-chrome *, .shared-chrome *::before, .shared-chrome *::after { transition: none !important; animation: none !important; scroll-behavior: auto; }
}
