/**
 * Family & Summer theme landing — reuses first-timers tokens.
 */

body.page-id-2334,
body.gcn-family-summer-page {
  --gcn-ft-ink: var(--gcn-figma-fg, #1c1a18);
  --gcn-ft-muted: var(--gcn-figma-muted-fg, #7a6e67);
  --gcn-ft-line: var(--gcn-figma-border, rgba(28, 26, 24, 0.12));
  --gcn-ft-paper: var(--gcn-figma-secondary, #f5ede8);
  --gcn-ft-cream: var(--gcn-figma-bg, #fdfcfa);
  --gcn-ft-brand: var(--gcn-brand, #a33b39);
  --gcn-ft-brand-dark: var(--gcn-brand-dark, #8b2626);
  --gcn-ft-display: var(--gcn-figma-display, "Playfair Display", Georgia, "Times New Roman", serif);
  --gcn-ft-max: var(--gcn-figma-max, 1280px);
  --gcn-ft-px: var(--gcn-figma-px, clamp(16px, 4vw, 32px));
}

body.page-id-2334 .gcn-page,
body.gcn-family-summer-page .gcn-page,
body.gcn-family-summer-page .gcn-page-fullwidth {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  max-width: none;
  background: var(--gcn-figma-bg, #fdfcfa);
}

body.page-id-2334 .gcn-page-content,
body.gcn-family-summer-page .gcn-page-content,
body.gcn-family-summer-page .gcn-page-fullwidth {
  max-width: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.gcn-fs-hero {
  position: relative;
  min-height: min(92vh, 860px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
  background: #120e0c;
}

.gcn-fs-hero__media,
.gcn-fs-hero__video,
.gcn-fs-hero__poster,
.gcn-fs-hero__veil,
.gcn-fs-hero__glow {
  position: absolute;
  inset: 0;
}

.gcn-fs-hero__video,
.gcn-fs-hero__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.gcn-fs-hero__video {
  z-index: 1;
}

.gcn-fs-hero__poster {
  z-index: 0;
}

.gcn-fs-hero__veil {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(14, 11, 10, 0.82) 0%, rgba(14, 11, 10, 0.48) 46%, rgba(14, 11, 10, 0.18) 100%),
    linear-gradient(180deg, rgba(14, 11, 10, 0.28) 0%, rgba(14, 11, 10, 0.12) 38%, rgba(14, 11, 10, 0.78) 100%);
}

.gcn-fs-hero__glow {
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(ellipse at 18% 88%, rgba(163, 59, 57, 0.32), transparent 58%);
}

.gcn-fs-hero__inner {
  position: relative;
  z-index: 3;
  padding-top: clamp(7.5rem, 18vw, 11rem);
  padding-bottom: clamp(2.8rem, 7vw, 4.6rem);
}

.gcn-fs-hero__copy {
  max-width: 40rem;
}

.gcn-fs-hero__eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.gcn-fs-hero__title {
  font-family: var(--gcn-figma-display, "Playfair Display", Georgia, serif);
  font-size: clamp(2.25rem, 5.4vw, 3.7rem);
  line-height: 1.08;
  margin: 0 0 0.9rem;
  font-weight: 600;
  text-wrap: balance;
}

.gcn-fs-hero__lead {
  margin: 0 0 1.5rem;
  font-size: 1.08rem;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.9);
  max-width: 36rem;
}

.gcn-fs-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.gcn-fs-hero__actions .gcn-ft-btn--ghost {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.gcn-fs-hero__note {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
}

.gcn-fs-switch {
  background: #f6efe8;
  border-bottom: 1px solid rgba(28, 26, 24, 0.08);
}

.gcn-fs-switch__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem 1.25rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.gcn-fs-switch__inner p {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 650;
  color: var(--gcn-ft-ink, #1c1a18);
}

.gcn-fs-switch__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.85rem;
}

.gcn-fs-switch__yes {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: 0.25rem 0.9rem;
  border-radius: 999px;
  background: var(--gcn-ft-brand, #a33b39);
  color: #fff !important;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 700;
}

.gcn-fs-switch__yes:hover {
  filter: brightness(0.96);
}

.gcn-fs-switch__no {
  color: var(--gcn-ft-muted, #7a6e67) !important;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.gcn-fs-switch__no:hover {
  color: var(--gcn-ft-ink, #1c1a18) !important;
}

.gcn-fs-private__grid,
.gcn-fs-products__grid {
  display: grid;
  gap: 1rem;
}

.gcn-fs-cal__cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: start;
}

.gcn-fs-cal__col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.gcn-fs-cal__col:nth-child(2) {
  margin-top: 2.25rem;
}

.gcn-fs-cal__card {
  display: block;
  background: #fff;
  border: 1px solid var(--gcn-ft-line, rgba(28, 26, 24, 0.12));
  border-radius: 24px;
  padding: 1.75rem 1.6rem 1.5rem;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 28px rgba(163, 59, 57, 0.07);
  scroll-margin-top: calc(var(--gcn-header-h, 72px) + 24px);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.gcn-fs-cal__card:hover {
  transform: translateY(-3px);
  border-color: rgba(163, 59, 57, 0.35);
  box-shadow: 0 16px 36px rgba(28, 26, 24, 0.1);
  color: inherit;
}

.gcn-fs-cal__card:focus-visible {
  outline: 2px solid var(--gcn-ft-brand, #a33b39);
  outline-offset: 3px;
}

.gcn-fs-cal__quote {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--gcn-ft-ink, #1c1a18);
}

.gcn-fs-cal__who {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.gcn-fs-cal__flag {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 40px;
  display: block;
  border: 1px solid rgba(28, 26, 24, 0.1);
  background: #f3eee9;
}

.gcn-fs-cal__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 0.12rem;
}

.gcn-fs-cal__meta strong {
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.gcn-fs-cal__meta em {
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.35;
  color: var(--gcn-ft-muted, #7a6e67);
}

.gcn-fs-private__grid {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.gcn-fs-private__card {
  background: #fff;
  border: 1px solid var(--gcn-ft-line, rgba(28, 26, 24, 0.12));
  border-radius: 16px;
  padding: 1.15rem 1.2rem;
}

.gcn-fs-private__card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
}

.gcn-fs-private__card p,
.gcn-fs-products__empty,
.gcn-fs-products__foot {
  margin: 0;
  color: var(--gcn-ft-muted, #7a6e67);
  line-height: 1.55;
}

.gcn-fs-private__cta {
  margin: 1.75rem 0 0;
  text-align: center;
}

.gcn-fs-products__grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}

.gcn-fs-product {
  background: #fff;
  border: 1px solid var(--gcn-ft-line, rgba(28, 26, 24, 0.12));
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.gcn-fs-product__media {
  position: relative;
  aspect-ratio: 3 / 2;
  background: #eee;
}

.gcn-fs-product__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gcn-fs-product__days {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  background: rgba(28, 26, 24, 0.82);
  color: #fff;
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
}

.gcn-fs-product__body {
  padding: 1rem 1.1rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
}

.gcn-fs-product__body h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.3;
}

.gcn-fs-product__route {
  margin: 0;
  font-size: 0.86rem;
  color: var(--gcn-ft-brand, #a33b39);
}

.gcn-fs-product__desc {
  margin: 0;
  font-size: 0.9rem;
  color: var(--gcn-ft-muted, #7a6e67);
  line-height: 1.5;
}

.gcn-fs-product__actions {
  margin-top: auto;
  padding-top: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
}

.gcn-fs-products__empty,
.gcn-fs-products__foot {
  text-align: center;
}

.gcn-fs-products__foot {
  margin-top: 1.5rem;
}

.gcn-fs-seo__jumps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1rem;
}

.gcn-fs-seo__jumps a {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff !important;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.08);
}

.gcn-fs-seo__jumps a:hover {
  background: rgba(255, 255, 255, 0.18);
}

@media (max-width: 960px) {
  .gcn-fs-cal__cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gcn-fs-cal__col {
    display: contents;
  }

  .gcn-fs-cal__col:nth-child(2) {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .gcn-fs-hero {
    min-height: 82vh;
  }

  .gcn-fs-hero__actions .gcn-ft-btn {
    width: 100%;
  }

  .gcn-fs-switch__yes,
  .gcn-fs-switch__no {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .gcn-fs-cal__cols {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gcn-fs-hero__video {
    display: none;
  }
}
