/* concept-frame.css
   Slim banner wrapper used at the top of each demo site so visitors know
   they're looking at a Pinellas Web Studio concept, while still seeing the
   demo site as a real, full-bleed experience.
*/
.pws-frame {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #14233D;
  color: #EFE9DC;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.pws-frame__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.pws-frame__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #EFE9DC;
  text-decoration: none;
  font-weight: 500;
}
.pws-frame__brand .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #3FA9A8;
  display: inline-block;
}
.pws-frame__brand strong {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.pws-frame__brand .label {
  color: rgba(239,233,220,0.65);
  font-weight: 400;
}
.pws-frame__links {
  display: flex;
  gap: 18px;
  align-items: center;
}
.pws-frame__links a {
  color: rgba(239,233,220,0.75);
  text-decoration: none;
  font-size: 13px;
}
.pws-frame__links a:hover { color: #EFE9DC; }
.pws-frame__links .pill {
  border: 1px solid rgba(239,233,220,0.3);
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 12px;
}
.pws-frame__links .pill:hover {
  background: #EFE9DC;
  color: #14233D;
  border-color: #EFE9DC;
}
@media (max-width: 640px) {
  .pws-frame__inner { padding: 9px 18px; }
  .pws-frame__brand .label { display: none; }
  .pws-frame__links a:not(.pill) { display: none; }
}

/* Transition strip between the demo and the design-notes section.
   Visually punctuates "you have just left the fictional demo, what
   follows is commentary by Pinellas Web Studio about how it was built."
*/
.pws-divider {
  background: #14233D;
  color: #EFE9DC;
  padding: 64px 24px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pws-divider::before,
.pws-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  width: clamp(120px, 30%, 380px);
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(239,233,220,0.22), transparent);
  transform: translateX(-50%);
}
.pws-divider::before { top: 30px; }
.pws-divider::after  { bottom: 30px; }
.pws-divider__kicker {
  display: inline-block;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(239,233,220,0.5);
  margin-bottom: 14px;
}
.pws-divider__title {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  color: #3FA9A8;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0 0 12px;
}
.pws-divider__sub {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: rgba(239,233,220,0.6);
  margin: 0;
  line-height: 1.55;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.pws-divider__arrow {
  display: inline-block;
  margin-top: 18px;
  width: 22px;
  height: 22px;
  border-right: 1px solid rgba(63,169,168,0.6);
  border-bottom: 1px solid rgba(63,169,168,0.6);
  transform: rotate(45deg);
}
@media (max-width: 640px) {
  .pws-divider { padding: 48px 18px 44px; }
  .pws-divider::before { top: 22px; }
  .pws-divider::after { bottom: 22px; }
}

/* The notes bar at the bottom of each concept page (anchor target #notes) */
.pws-notes {
  background: #FBF8F2;
  color: #131A26;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding: 80px 24px;
}
.pws-notes__inner {
  max-width: 980px;
  margin: 0 auto;
}
.pws-notes__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2F8786;
  margin-bottom: 12px;
}
.pws-notes h2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #14233D;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  line-height: 1.1;
}
.pws-notes p.lede {
  font-size: 1.05rem;
  color: #44505F;
  max-width: 640px;
  margin: 0 0 36px;
  line-height: 1.55;
}
.pws-notes__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 40px;
}
.pws-notes__block {
  background: #fff;
  border: 1px solid #E3DCCB;
  border-radius: 14px;
  padding: 26px;
}
.pws-notes__block h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: 1.15rem;
  color: #14233D;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}
.pws-notes__block ul { margin: 0; padding-left: 18px; color: #44505F; line-height: 1.6; font-size: 0.97rem; }
.pws-notes__block ul li { margin-bottom: 6px; }
.pws-notes__block p { margin: 0; color: #44505F; line-height: 1.55; font-size: 0.97rem; }
@media (max-width: 720px) { .pws-notes__grid { grid-template-columns: 1fr; gap: 18px; } }

.pws-notes__cta {
  margin-top: 16px;
  text-align: center;
  padding: 40px 20px;
  background: #14233D;
  color: #EFE9DC;
  border-radius: 18px;
}
.pws-notes__cta h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #EFE9DC;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.pws-notes__cta p { color: rgba(239,233,220,0.8); margin: 0 auto 22px; max-width: 460px; font-size: 0.97rem; }
.pws-notes__cta a {
  display: inline-block;
  background: #EFE9DC;
  color: #14233D;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 0.95rem;
}
.pws-notes__cta a:hover { background: #fff; }
