/* Shared layout for FRIDAY Circle program mini-landings (gogogo-aligned) */
:root {
  --font-sans: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}

body.gogl-program {
  --page-x: clamp(18px, 5vw, 48px);
  --page-max: 1280px;
  background-color: #f0eee6;
}

.gogl-program {
  --green-deep: #1a3a2a;
  --green-signal: #2d9e8f;
  --cream: #f0eee6;
  --black: #0a0a0a;
  --white: #ffffff;
  --font-head: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: Georgia, "Times New Roman", Times, serif;
  color: var(--black);
  background: var(--cream);
  font-family: var(--font-body);
  line-height: 1.55;
  margin: 0;
  min-height: 100%;
  scroll-behavior: smooth;
}

.gogl-program *,
.gogl-program *::before,
.gogl-program *::after {
  box-sizing: border-box;
}

.gogl-program main a {
  color: inherit;
  text-decoration: none;
}

.gogl-program .nav,
.gogl-program .footer {
  font-family: var(--font-sans);
}

.gogl-program .gogogo-landing__logo {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: clamp(0.92rem, 2.2vw, 1.2rem);
  letter-spacing: 0.04em;
  text-transform: none;
}

.gogl-program .nav__links--empty {
  min-width: 0;
  visibility: hidden;
  pointer-events: none;
}

.gogl-program .gogogo-landing__header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--text);
  background: transparent;
  color: var(--text);
  font-weight: 500;
  font-size: 0.85rem;
  padding: 9px 20px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
}

.gogl-program .gogogo-landing__header-cta:hover,
.gogl-program .gogogo-landing__header-cta:focus-visible {
  background: var(--text);
  color: var(--bg);
  outline: none;
}

.gogl-program .pgl-brand-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  justify-self: start;
}

.gogl-program .pgl-parent {
  margin: 0;
  padding: 0;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: color-mix(in srgb, var(--logo) 75%, gray);
}

.gogl-program .pgl-parent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.gogl-program .pgl-parent a:hover {
  color: var(--text);
}

/* Slab rhythm */
.gogl-slab-pl {
  max-width: var(--page-max);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: var(--page-x);
  padding-right: var(--page-x);
}

.gogl-banderole {
  width: 100%;
  background: var(--black);
  padding: 10px var(--page-x);
  text-align: center;
  box-sizing: border-box;
}

.gogl-banderole p {
  font-family: var(--font-head);
  font-style: normal;
  font-size: clamp(0.72rem, 1.65vw, 0.82rem);
  letter-spacing: 0.045em;
  color: var(--white);
  line-height: 1.5;
  max-width: var(--page-max);
  margin: 0 auto;
}

/* Hero (dark media + centered copy) */
.pgl-hero {
  position: relative;
  min-height: calc(100dvh - 10rem);
  min-height: calc(100vh - 10rem);
  overflow: hidden;
  background: #1a2a1f;
}

.pgl-hero__media {
  position: absolute;
  inset: 0;
  background: #0a1210 center / cover no-repeat;
}

.pgl-hero__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.42) contrast(1.08) saturate(0.45);
}

.pgl-hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.38);
  z-index: 1;
}

.pgl-hero__wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  max-width: var(--page-max);
  margin: 0 auto;
  width: 100%;
  padding: 0 var(--page-x);
  padding-bottom: clamp(12px, 3vw, 22px);
  box-sizing: border-box;
}

.pgl-hero__center {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-top: 0.5rem;
}

.pgl-hero__title {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(2rem, 4.2vw, 3.75rem);
  line-height: 1.06;
  color: var(--white);
  margin: 0 0 18px;
}

.pgl-hero__sub {
  font-family: var(--font-body);
  font-style: italic;
  font-size: clamp(0.95rem, 1.55vw, 1.08rem);
  color: #d0d0d0;
  line-height: 1.56;
  max-width: 34rem;
  margin: 0 0 28px;
}

.pgl-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
}

.pgl-cta {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.96rem;
  padding: 15px 32px;
  border-radius: 999px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: filter 0.15s ease;
}

.pgl-cta--primary {
  background: #2d9e8f;
  color: #fff;
}

.pgl-cta--primary:hover,
.pgl-cta--primary:focus-visible {
  filter: brightness(1.07);
  outline: none;
}

.pgl-cta--ghost {
  background: transparent;
  color: #fff;
  font-weight: 600;
  border: 1.5px solid rgba(255, 255, 255, 0.52);
}

.pgl-cta--ghost:hover,
.pgl-cta--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.09);
  outline: none;
}

/* Cream sections */
.pgl-section {
  padding: clamp(56px, 9vw, 88px) 0;
}

.pgl-section-title {
  font-family: var(--font-head);
  font-weight: 300;
  font-size: clamp(1.85rem, 3.8vw, 2.85rem);
  line-height: 1.14;
  color: var(--black);
  margin: 0 0 12px;
}

.pgl-section-lead {
  font-family: var(--font-body);
  font-size: 1.03rem;
  color: #404040;
  max-width: 46rem;
  line-height: 1.72;
  margin: 0 0 38px;
}

.pgl-cards-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 800px) {
  .pgl-cards-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.pgl-cards-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 900px) {
  .pgl-cards-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pgl-cards-4 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

@media (min-width: 600px) {
  .pgl-cards-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .pgl-cards-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Light cards on cream */
.pgl-card {
  background: #faf9f6;
  border: 1px solid #e0dbd0;
  padding: 28px 26px;
  min-height: 100%;
}

.pgl-card__kicker {
  font-family: var(--font-head);
  text-transform: uppercase;
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  color: var(--green-signal);
  margin: 0 0 10px;
}

.pgl-card h3 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0 0 12px;
  line-height: 1.26;
}

.pgl-card p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.97rem;
  color: #3a3a3a;
  line-height: 1.74;
}

/* Dark product ribbon */
.pgl-products {
  width: 100%;
  background: var(--black);
  padding: clamp(56px, 9vw, 88px) 0;
}

.pgl-products .pgl-section-title {
  color: var(--white);
}

.pgl-products-muted {
  font-family: var(--font-body);
  font-style: italic;
  font-size: 1.06rem;
  color: #a8a8a8;
  max-width: 36rem;
  margin: -4px 0 40px;
  line-height: 1.54;
}

.pgl-prod-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

@media (min-width: 700px) {
  .pgl-prod-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.pgl-prod-card {
  background: #1a1a1a;
  padding: 30px;
  border: 1px solid rgba(45, 158, 143, 0.28);
}

.pgl-prod-card__lab {
  font-family: var(--font-head);
  font-size: 0.69rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--green-signal);
  margin: 0 0 10px;
}

.pgl-prod-card h3 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  color: var(--white);
  margin: 0 0 10px;
  line-height: 1.3;
}

.pgl-prod-card p {
  font-family: var(--font-body);
  font-size: 0.93rem;
  color: #9a9a9a;
  margin: 0;
  line-height: 1.72;
}

/* Steps (go sam etc.) */
.pgl-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 8px;
}

@media (min-width: 760px) {
  .pgl-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pgl-step {
  background: transparent;
  border: 1px solid #d8d4c8;
  padding: 28px;
}

.pgl-step__n {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.75rem;
  color: var(--green-signal);
  line-height: 1;
  margin: 0 0 10px;
}

.pgl-step h3 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.02rem;
  margin: 0 0 10px;
  line-height: 1.34;
}

.pgl-step p {
  margin: 0;
  font-size: 0.94rem;
  color: #3a3835;
}

/* References photo grid */
.pgl-ref-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

@media (min-width: 800px) {
  .pgl-ref-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pgl-ref-photo {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, #1a2f28 0%, #0f1814 70%);
}

.pgl-ref-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.pgl-ref-caption {
  font-family: var(--font-head);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--black);
  padding: 10px 0 0;
  margin: 0;
  text-align: left;
  line-height: 1.4;
}

.pgl-ref-placeholder-tip {
  position: absolute;
  inset: auto 50% 50%;
  transform: translate(50%, 50%);
  z-index: 2;
  font-family: var(--font-sans);
  font-size: max(10px, 0.72rem);
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
  letter-spacing: 0.06em;
  pointer-events: none;
}

/* Outro CTA band on cream */
.pgl-outro {
  text-align: center;
  padding: clamp(64px, 12vw, 100px) var(--page-x);
}

.pgl-outro h2 {
  font-family: var(--font-head);
  font-weight: 300;
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  margin: 0 0 12px;
}

.pgl-outro > p:last-of-type {
  font-family: var(--font-body);
  font-style: italic;
  font-size: 1.02rem;
  color: #555;
  margin: 18px auto 0;
  max-width: 28rem;
  line-height: 1.6;
}

/* Forms */
.pgl-form {
  margin-top: 12px;
  max-width: 520px;
}

.pgl-form label {
  display: block;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.82rem;
  margin-bottom: 6px;
}

.pgl-field {
  margin-bottom: 18px;
}

.pgl-field input,
.pgl-field textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1.5px solid #c8c3b6;
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 1rem;
  background: #fffefc;
}

.pgl-field textarea {
  min-height: 140px;
  resize: vertical;
}

.pgl-form-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 8px 0 20px;
  font-family: var(--font-body);
  font-size: 0.85rem;
  line-height: 1.5;
}

.pgl-form-check input {
  width: auto;
  margin-top: 3px;
  accent-color: var(--green-deep);
}

.pgl-form-check a {
  color: var(--green-deep);
  text-decoration: underline;
}

.pgl-form-msg {
  display: none;
  margin-top: 16px;
  padding: 14px;
  background: rgba(45, 158, 143, 0.12);
  border: 1px solid rgba(45, 158, 143, 0.38);
  font-family: var(--font-sans);
  font-size: 0.9rem;
  color: #1f3a34;
}

.pgl-form-msg.is-visible {
  display: block;
}

/* Error state banner */
.pgl-form-msg--err {
  background: rgba(180, 50, 50, 0.08);
  border-color: rgba(180, 50, 50, 0.35);
  color: #5c1a1a;
}
