*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--psg-ink-800); background: var(--psg-bg); font: 16px/1.55 var(--font-sans); -webkit-font-smoothing: antialiased; }
button, summary { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.skip-link { position: fixed; inset: 12px auto auto 12px; z-index: 100; padding: 10px 14px; color: var(--psg-on-dark); background: var(--psg-blue-900); border-radius: var(--radius-small); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.experiment-banner { display: flex; justify-content: center; gap: 12px; padding: 9px 24px; color: var(--psg-warning-text); background: var(--psg-warning-bg); border-bottom: 1px solid var(--psg-warning-border); font: 11px/1.45 var(--font-mono); letter-spacing: 0.04em; text-align: center; }
.experiment-banner strong { text-transform: uppercase; letter-spacing: 0.08em; }

.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; gap: 28px; min-height: 72px; padding: 14px 40px; background: color-mix(in srgb, var(--psg-bg) 94%, transparent); border-bottom: 1px solid var(--psg-border); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
.brand img { width: 30px; height: 30px; }
.brand span { color: var(--psg-blue-900); font-size: 18px; font-weight: 800; }
.desktop-nav { display: flex; flex: 1; align-items: center; gap: 24px; }
.desktop-nav a, .desktop-nav span { font-size: 14px; font-weight: 600; text-decoration: none; }
.desktop-nav a { color: var(--psg-blue-700); }
.desktop-nav span { color: var(--psg-ink-500); }
.header-actions { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { min-width: 48px; min-height: 44px; display: grid; place-items: center; cursor: pointer; list-style: none; border: 1px solid var(--psg-border-strong); border-radius: var(--radius-medium); }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav nav { position: absolute; top: calc(100% + 10px); right: 0; width: min(290px, calc(100vw - 40px)); padding: 12px; background: var(--psg-surface); border: 1px solid var(--psg-border); border-radius: var(--radius-medium); box-shadow: var(--shadow-raised); }
.mobile-nav nav > * { display: block; padding: 12px; border-radius: var(--radius-small); }
.mobile-nav nav a { color: var(--psg-blue-700); font-weight: 700; text-decoration: none; }
.mobile-nav nav span { color: var(--psg-ink-500); }

.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; border-radius: var(--radius-medium); font-weight: 700; text-decoration: none; cursor: pointer; transition: transform 80ms ease, background-color 150ms ease, box-shadow 150ms ease; }
.button:hover:not(:disabled) { transform: translateY(-1px); }
.button:active:not(:disabled) { transform: translateY(1px); }
.button:disabled { cursor: not-allowed; opacity: 0.58; }
.button-primary { color: var(--psg-on-dark); background: var(--psg-blue-600); }
.button-primary:hover { background: var(--psg-blue-700); }
.button-secondary { color: var(--psg-ink-900); background: var(--psg-surface); border-color: var(--psg-border-strong); }
.button-ghost { color: var(--psg-ink-700); background: transparent; }
.button-large { min-height: 52px; padding-inline: 26px; font-size: 15px; }
.button-small { min-height: 44px; padding-inline: 14px; font-size: 13px; }

.hero { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr); align-items: center; gap: 64px; padding: 80px max(40px, calc((100vw - 1200px) / 2)); background: radial-gradient(800px 360px at 90% 0%, var(--psg-ai-glow), transparent 60%), radial-gradient(500px 280px at 0% 100%, var(--psg-coral-glow), transparent 60%), linear-gradient(180deg, var(--psg-bg) 0%, var(--psg-bg-hero) 100%); }
.sample-tag { display: inline-flex; align-items: center; gap: 7px; padding: 5px 9px; color: var(--psg-coral-700); background: var(--psg-coral-100); border-radius: 4px; font: 10px/1.4 var(--font-mono); letter-spacing: 0.08em; text-transform: uppercase; }
.sample-tag::before { content: ""; width: 6px; height: 6px; background: var(--psg-coral-600); border-radius: 50%; }
.eyebrow { margin: 16px 0; color: var(--psg-coral-700); font: 12px/1.4 var(--font-mono); letter-spacing: 0.14em; text-transform: uppercase; }
.hero h1 { max-width: 16ch; margin: 0; color: var(--psg-ink-900); font-size: clamp(48px, 5vw, 72px); line-height: 0.98; letter-spacing: -0.04em; }
.hero h1 em { color: var(--psg-blue-700); font-family: var(--font-serif); font-weight: 400; }
.hero-lede { max-width: 58ch; margin: 24px 0 30px; color: var(--psg-ink-600); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.choice-separator { color: var(--psg-ink-500); font: 11px/1 var(--font-mono); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 14px 26px; margin: 30px 0 0; padding: 0; color: var(--psg-ink-500); font: 10px/1.5 var(--font-mono); letter-spacing: 0.06em; list-style: none; text-transform: uppercase; }
.hero-meta li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 7px; background: var(--psg-blue-500); border-radius: 50%; }
.hero-meta li:nth-child(2)::before { background: var(--psg-ai-500); }
.hero-meta li:nth-child(3)::before { background: var(--psg-coral-400); }

.trip-canvas { padding: 24px; color: var(--psg-on-dark); background: linear-gradient(160deg, var(--psg-blue-800), var(--psg-blue-900)); border: 1px solid color-mix(in srgb, var(--psg-blue-500) 55%, transparent); border-radius: var(--radius-large); box-shadow: var(--shadow-raised); }
.canvas-kicker { display: block; margin-bottom: 18px; color: var(--psg-on-ai-soft); font: 11px/1.4 var(--font-mono); letter-spacing: 0.1em; text-transform: uppercase; }
.canvas-step { display: flex; align-items: center; gap: 14px; padding: 12px; background: var(--psg-dark-surface-subtle); border-radius: var(--radius-medium); }
.canvas-step small { display: block; color: var(--psg-on-dark-muted); font: 10px/1.4 var(--font-mono); text-transform: uppercase; }
.canvas-step strong { display: block; margin-top: 2px; }
.canvas-letter { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--psg-ai-600); font-weight: 800; }
.canvas-stay .canvas-letter { background: var(--psg-blue-600); }
.canvas-go .canvas-letter { background: var(--psg-coral-600); }
.canvas-line { width: 2px; height: 14px; margin-left: 29px; background: var(--psg-blue-500); }
.trip-canvas p { margin: 18px 0 0; color: var(--psg-on-dark-muted); font: 10px/1.5 var(--font-mono); }

.intent-section { max-width: 1280px; margin: 0 auto; padding: 72px 40px 84px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 30px; }
.section-heading .eyebrow { margin-top: 0; }
.section-heading h2 { max-width: 22ch; margin: 0; color: var(--psg-ink-900); font-size: 38px; line-height: 1.08; letter-spacing: -0.03em; }
.section-heading > p { max-width: 40ch; margin: 0; color: var(--psg-ink-600); font-size: 14px; }
.intent-board { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: 190px; gap: 12px; margin: 0; padding: 0; list-style: none; }
.intent-board li { min-width: 0; }
.intent-featured { grid-column: span 3; grid-row: span 2; }
.intent-tall { grid-row: span 2; }
.intent-board li:not(.intent-featured, .intent-tall) { grid-column: span 2; }
.intent-card { --intent-art: linear-gradient(160deg, var(--psg-blue-600), var(--psg-blue-900)); position: relative; isolation: isolate; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; overflow: hidden; padding: 20px; color: var(--psg-on-dark); background: var(--intent-art); border: 1px solid var(--psg-border); border-radius: var(--radius-large); text-align: left; cursor: pointer; transition: transform 150ms ease, box-shadow 150ms ease; }
.intent-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: repeating-linear-gradient(135deg, var(--psg-stripe-overlay) 0 14px, transparent 14px 28px); }
.intent-card::after { content: ""; position: absolute; inset: 32% 0 0; z-index: -1; background: linear-gradient(180deg, transparent, var(--psg-overlay-dark)); }
.intent-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-raised); }
.intent-card[aria-pressed="true"] { outline: 4px solid var(--psg-focus); outline-offset: 3px; }
.intent-card strong { max-width: 18ch; font-size: 18px; line-height: 1.15; }
.intent-featured strong { font-size: 28px; }
.intent-context { margin-bottom: 7px; color: var(--psg-on-dark-context); font: 10px/1.4 var(--font-mono); letter-spacing: 0.08em; text-transform: uppercase; }
.intent-badge { position: absolute; top: 14px; padding: 5px 10px; color: var(--psg-on-dark); border-radius: var(--radius-pill); font-size: 10px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; }
.intent-badge-ai { left: 14px; background: linear-gradient(135deg, var(--psg-ai-600), var(--psg-blue-600), var(--psg-focus)); }
.intent-badge-featured { right: 14px; background: var(--psg-coral-700); }
.intent-park { --intent-art: linear-gradient(160deg, var(--psg-ai-500), var(--psg-blue-600) 60%, var(--psg-blue-900)); }
.intent-pool { --intent-art: linear-gradient(160deg, var(--psg-pool-light), var(--psg-pool-mid) 50%, var(--psg-blue-700)); }
.intent-reunion { --intent-art: linear-gradient(160deg, var(--psg-reunion-light), var(--psg-reunion-mid) 60%, var(--psg-reunion-dark)); }
.intent-resort { --intent-art: linear-gradient(160deg, var(--psg-coral-400), var(--psg-resort-mid) 60%, var(--psg-resort-dark)); }
.intent-davenport { --intent-art: linear-gradient(160deg, var(--psg-davenport-light), var(--psg-davenport-mid) 50%, var(--psg-blue-800)); }
.intent-mixed { --intent-art: linear-gradient(160deg, var(--psg-mixed-light), var(--psg-mixed-mid) 60%, var(--psg-blue-800)); }
.selection-status { margin: 18px 0 0; color: var(--psg-ink-600); font-weight: 600; }
.experiment-footer { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 28px 20px; color: var(--psg-on-dark-muted); background: var(--psg-blue-900); font: 11px/1.5 var(--font-mono); text-align: center; }
.experiment-footer img { width: 24px; height: 24px; }
:focus-visible { outline: 3px solid var(--psg-focus); outline-offset: 4px; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .hero { grid-template-columns: 1fr; gap: 36px; padding: 64px 32px; }
  .trip-canvas { max-width: 560px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .intent-board { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 180px; }
  .intent-featured { grid-column: span 2; }
  .intent-tall { grid-row: span 2; }
  .intent-board li:not(.intent-featured, .intent-tall) { grid-column: span 1; }
}

@media (max-width: 620px) {
  .experiment-banner { flex-direction: column; gap: 1px; padding-inline: 16px; }
  .site-header { min-height: 64px; padding: 10px 20px; }
  .brand img { width: 28px; height: 28px; }
  .button-ghost { display: none; }
  .hero { gap: 30px; padding: 52px 20px 46px; }
  .hero h1 { font-size: clamp(42px, 13vw, 54px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .choice-separator { text-align: center; }
  .trip-canvas { padding: 18px; }
  .intent-section { padding: 52px 20px 64px; }
  .section-heading h2 { font-size: 34px; }
  .intent-board { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .intent-board li, .intent-featured, .intent-tall, .intent-board li:not(.intent-featured, .intent-tall) { grid-column: span 1; grid-row: span 1; }
  .intent-board li { min-height: 190px; }
  .intent-board .intent-featured { min-height: 290px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .button:hover:not(:disabled), .intent-card:hover { transform: none; }
}

/* Static Coming Soon public surface. Legacy trip-intent selectors above remain
   available to the committed interaction scenarios. */
.coming-header { display: flex; align-items: center; justify-content: space-between; min-height: 82px; padding: 18px max(40px, calc((100vw - 1240px) / 2)); background: var(--psg-bg); border-bottom: 1px solid var(--psg-border); }
.coming-brand { display: block; }
.coming-brand img { width: 154px; height: auto; }
.build-status { display: flex; align-items: center; gap: 9px; margin: 0; color: var(--psg-ink-600); font-size: 12px; letter-spacing: .03em; }
.build-status span, .development-note > span { width: 7px; height: 7px; flex: 0 0 auto; background: var(--psg-coral-600); border-radius: var(--radius-pill); }
.coming-hero { display: grid; grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr); align-items: center; gap: 72px; min-height: 690px; padding: 72px max(40px, calc((100vw - 1240px) / 2)) 88px; background: var(--psg-bg); }
.coming-kicker { margin: 0 0 22px; color: var(--psg-blue-600); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.coming-hero h1 { max-width: 10ch; margin: 0; color: var(--psg-blue-900); font: 400 clamp(58px, 5.25vw, 80px)/.96 var(--font-serif); letter-spacing: -.045em; }
.coming-hero h1 em { color: var(--psg-blue-600); font-weight: 400; }
.coming-hero .hero-lede { max-width: 47ch; margin: 28px 0 32px; color: var(--psg-ink-600); font-size: 18px; line-height: 1.7; }
.coming-button { display: inline-flex; align-items: center; gap: 26px; min-height: 52px; padding: 0 24px; color: var(--psg-on-dark); background: var(--psg-blue-700); border-radius: var(--radius-pill); font-size: 14px; font-weight: 700; text-decoration: none; }
.development-note { display: flex; align-items: center; gap: 8px; margin: 28px 0 0; color: var(--psg-ink-500); font-size: 12px; }
.development-note strong { color: var(--psg-ink-700); }
.hero-media { position: relative; min-width: 0; height: 525px; margin: 0; overflow: hidden; border-radius: var(--radius-large); box-shadow: var(--shadow-raised); }
.hero-media picture, .hero-media img { width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center; }
.hero-media figcaption { position: absolute; inset: auto 0 0; display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 50px 30px 27px; color: var(--psg-on-dark); background: linear-gradient(transparent, var(--psg-overlay-dark)); }
.hero-media figcaption span { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-media figcaption strong { font: 400 26px/1.1 var(--font-serif); text-align: right; }
.process-section { padding: 104px max(40px, calc((100vw - 1240px) / 2)) 116px; color: var(--psg-on-dark); background: var(--psg-blue-900); }
.section-intro h2 { margin: 0; font: 400 clamp(44px, 4vw, 62px)/1.02 var(--font-serif); letter-spacing: -.035em; }
.process-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 80px; align-items: end; }
.process-intro .coming-kicker { grid-column: 1 / -1; color: var(--psg-on-dark-muted); }
.process-intro > p:last-child { max-width: 44ch; margin: 0 0 5px; color: var(--psg-on-dark-muted); line-height: 1.7; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 64px 0 0; padding: 0; list-style: none; }
.process-grid li { min-height: 260px; padding: 28px; background: var(--psg-dark-surface-subtle); border: 1px solid var(--psg-dark-surface-subtle); border-radius: var(--radius-large); }
.process-grid li > span { display: grid; place-items: center; width: 44px; height: 44px; color: var(--psg-on-dark); background: var(--psg-blue-600); border-radius: var(--radius-pill); font-size: 12px; font-weight: 800; }
.process-grid li:nth-child(2) > span { color: var(--psg-blue-900); background: var(--psg-pool-light); }
.process-grid li:nth-child(3) > span { background: var(--psg-coral-600); }
.process-grid h3 { margin: 52px 0 12px; font: 400 26px/1.1 var(--font-serif); }
.process-grid p { margin: 0; color: var(--psg-on-dark-muted); font-size: 14px; line-height: 1.65; }
.editorial-section { padding: 112px max(40px, calc((100vw - 1240px) / 2)) 124px; background: var(--psg-bg-alt); }
.editorial-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }
.editorial-intro h2 { color: var(--psg-blue-900); }
.editorial-intro > p { max-width: 47ch; margin: 0 0 5px; color: var(--psg-ink-600); line-height: 1.75; }
.story-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 20px; margin-top: 58px; }
.story-card { position: relative; height: 480px; overflow: hidden; border-radius: var(--radius-large); }
.story-card picture, .story-card img { width: 100%; height: 100%; }
.story-card img { object-fit: cover; }
.story-narrow img { object-position: center; }
.story-card > div { position: absolute; inset: auto 0 0; padding: 72px 30px 30px; color: var(--psg-on-dark); background: linear-gradient(transparent, var(--psg-overlay-dark)); }
.story-card p { margin: 0 0 12px; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.story-card h3 { margin: 0; font: 400 clamp(28px, 2.5vw, 38px)/1.08 var(--font-serif); }
.closing-section { padding: 116px max(40px, calc((100vw - 1240px) / 2)) 0; text-align: center; background: var(--psg-bg-hero); }
.closing-mark { width: 40%; height: auto; margin: 0 auto 34px; }
.closing-section h2 { margin: 0; color: var(--psg-blue-900); font: 400 clamp(48px, 5vw, 72px)/1 var(--font-serif); letter-spacing: -.04em; }
.closing-section > p:not(.coming-kicker) { max-width: 55ch; margin: 28px auto 100px; color: var(--psg-ink-600); line-height: 1.75; }
.coming-footer { display: flex; justify-content: space-between; gap: 24px; padding: 25px 0; color: var(--psg-ink-500); border-top: 1px solid var(--psg-border-strong); font-size: 11px; }

@media (max-width: 900px) {
  .coming-hero { grid-template-columns: 1fr; gap: 46px; padding-block: 64px; }
  .hero-media { height: min(70vw, 560px); }
  .process-intro, .editorial-intro { grid-template-columns: 1fr; gap: 24px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: auto; }
  .process-grid h3 { margin-top: 32px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card { height: 440px; }
}

@media (max-width: 520px) {
  .coming-header { min-height: 68px; padding: 14px 20px; }
  .coming-brand img { width: 124px; }
  .build-status { max-width: 145px; justify-content: flex-end; font-size: 10px; text-align: right; }
  .coming-hero { padding: 48px 20px 64px; }
  .coming-hero h1 { font-size: clamp(48px, 14vw, 62px); }
  .coming-hero .hero-lede { font-size: 16px; }
  .hero-media { height: 480px; }
  .hero-media figcaption { align-items: flex-start; flex-direction: column; }
  .hero-media figcaption strong { text-align: left; }
  .process-section, .editorial-section { padding: 76px 20px 84px; }
  .section-intro h2 { font-size: 42px; }
  .process-grid { margin-top: 42px; }
  .story-card { height: 390px; }
  .story-card h3 br { display: none; }
  .closing-section { padding: 82px 20px 0; }
  .closing-mark { width: 60%; }
  .closing-section h2 { font-size: 46px; }
  .closing-section h2 br { display: none; }
  .closing-section > p:not(.coming-kicker) { margin-bottom: 64px; }
  .coming-footer { align-items: center; flex-direction: column; }
}
