/*
 * Team Kathy Borys color skin.
 * The Boca Raton service template remains structurally untouched.
 */
:root {
  --ink: #2b2b2b;
  --ink-soft: #363636;
  --shell: #ffffff;
  --shell-deep: #f5f2ef;
  --brass: #e1754e;
  --brass-bright: #f0a17d;
  --brass-deep: #9a3f22;
  --glass: #f0a17d;
  --slate: #44403e;
  --mist: #e6e1db;
  --line: rgba(43, 43, 43, 0.16);
  --line-dark: rgba(245, 242, 239, 0.2);
  --field-border: rgba(43, 43, 43, 0.5);
}

.proof .proof-copy {
  max-width: 1080px;
  margin-bottom: 48px;
}

.proof .proof-copy p + p {
  margin-top: 1.35em;
}

/* Local preview shell only. Sierra supplies the production header. */
.local-service-preview { padding-top: 0 !important; }

.preview-site-header {
  position: relative;
  z-index: 60;
  height: 78px;
  background: #2b2b2b;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.preview-header-inner {
  width: min(100% - 48px, 1440px);
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr);
  align-items: center;
  gap: 28px;
}

.preview-logo {
  display: block;
  width: 220px;
  align-self: start;
}
.preview-logo img { width: 220px; height: auto; }

.preview-primary-nav,
.preview-utility-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.preview-utility-nav { justify-content: flex-end; gap: 20px; }
.preview-site-header a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
  white-space: nowrap;
}
.preview-site-header a:hover,
.preview-site-header a:focus-visible { color: var(--brass-bright); }

.preview-menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
}
.preview-menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #fff;
}

@media (max-width: 900px) {
  .preview-header-inner {
    width: min(100% - 32px, 860px);
    grid-template-columns: 1fr auto;
  }
  .preview-primary-nav,
  .preview-utility-nav { display: none; }
  .preview-menu-button { display: block; }
  .preview-logo,
  .preview-logo img { width: 190px; }
}

@media (max-width: 640px) {
  .preview-site-header { height: 70px; }
}
