/* WeatherFlo /go — General link hub (link-in-bio) page
   Overrides / extends the go-* section of styles.css.
   Loaded after styles.css in go.html. */

/* ─── Page shell ─────────────────────────────────────────────────────────── */

.go-page {
  background: var(--sage);
  color: var(--canopy);
  min-height: 100dvh;
  margin: 0 auto;
  max-width: 420px;
  padding: 2rem 1.25rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-family: var(--font-body);
}

/* ─── Header ─────────────────────────────────────────────────────────────── */

.go-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.go-brand {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 8vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--canopy);
}

/* Em-based gold dot — scales with heading. Mirrors .picks-logo-dot. */
.go-logo-dot {
  display: inline-block;
  width: 0.52em;
  height: 0.52em;
  margin-left: 0.04em;
  margin-right: 0.07em;
  background: var(--gold);
  border-radius: 50%;
  vertical-align: 0;
}

.go-tagline {
  margin: 0.35rem 0 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(19, 26, 20, 0.5);
}

/* ─── Weather pill ───────────────────────────────────────────────────────── */

/* Colour set inline by go.js — mirrors picks-weather-pill */
.go-weather-pill {
  display: inline-block;
  margin: 0;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
}

/* ─── State picker ───────────────────────────────────────────────────────── */

.go-state-picker {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.85rem;
}

/* Mirrors picks-state-btn */
.go-state-btn {
  border: 1px solid rgba(19, 26, 20, 0.2);
  background: transparent;
  color: rgba(19, 26, 20, 0.55);
  border-radius: 999px;
  padding: 0.3rem 0.55rem;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
}

/* Active colour applied inline by go.js */
.go-state-btn.is-active {
  font-weight: 500;
}

/* ─── Affiliate card ─────────────────────────────────────────────────────── */

.go-affiliate-section {
  margin-bottom: 1.25rem;
}

.go-affiliate-card {
  border-radius: var(--radius-lg);
  padding: 1.35rem 1.2rem 1.4rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  /* background + color set inline by go.js */
}

.go-aff-eyebrow {
  margin: 0 0 0.6rem;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.72;
}

.go-aff-heading {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 6.5vw, 2rem);
  font-weight: 600;
  line-height: 1.12;
}

.go-aff-sub {
  margin: 0.5rem 0 0;
  font-size: 0.88rem;
  line-height: 1.45;
  opacity: 0.88;
}

/* CTA pill — inverted colours set inline by go.js */
.go-aff-cta {
  display: block;
  margin-top: 1.35rem;
  width: 100%;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  border: 2px solid transparent;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: opacity 0.15s ease;
}

.go-aff-cta:hover {
  opacity: 0.82;
}

.go-amazon-disclosure {
  margin: 0.65rem 0 0;
  font-size: 0.68rem;
  line-height: 1.45;
  color: rgba(19, 26, 20, 0.45);
  text-align: center;
}

/* ─── Static links nav ───────────────────────────────────────────────────── */

.go-links {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}

/* Override styles.css .go-link */
.go-link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem 1.15rem;
  border-radius: var(--radius-lg);
  background: var(--forest);
  border: none;
  color: var(--frost);
  text-decoration: none;
  transition: opacity 0.15s ease;
  cursor: pointer;
}

.go-link:hover {
  opacity: 0.86;
  color: var(--frost);
  transform: none;
  border-color: transparent;
}

.go-link-tag {
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(248, 250, 246, 0.1);
  color: rgba(248, 250, 246, 0.6);
  border-radius: 6px;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 2.4rem;
  text-align: center;
}

.go-link-copy {
  flex: 1;
  min-width: 0;
}

.go-link-title {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--frost);
}

.go-link-sub {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.74rem;
  line-height: 1.35;
  color: rgba(248, 250, 246, 0.5);
  font-weight: 300;
}

.go-link-chevron {
  flex-shrink: 0;
  font-size: 1rem;
  color: rgba(248, 250, 246, 0.35);
  align-self: center;
}

/* ─── Social icon row ────────────────────────────────────────────────────── */

.go-social {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.go-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--forest);
  color: var(--frost);
  text-decoration: none;
  transition: opacity 0.15s ease;
  flex-shrink: 0;
}

.go-social-icon svg {
  width: 22px;
  height: 22px;
}

.go-social-icon:hover {
  opacity: 0.78;
  color: var(--frost);
}

/* ─── Footer ─────────────────────────────────────────────────────────────── */

.go-footer {
  margin-top: auto;
  padding-top: 0;
  text-align: center;
  font-size: 0.7rem;
  color: rgba(19, 26, 20, 0.45);
}

.go-footer p {
  margin: 0 0 0.25rem;
}

.go-footer a {
  color: rgba(19, 26, 20, 0.45);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.15s ease;
}

.go-footer a:hover {
  color: var(--canopy);
}
