:root {
  --ink: #152821;
  --paper: #f5f0e6;
  --cream: #fffaf0;
  --orange: #e8692b;
  --gold: #d9aa54;
  --sage: #7f9b83;
  --line: rgba(21, 40, 33, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, textarea { font: inherit; }
section { scroll-margin-top: 80px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.section-shell {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--orange);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.eyebrow.light { color: #ffcda9; }
h1, h2, h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}
h2 { font-size: clamp(2.6rem, 5vw, 5rem); line-height: 0.98; }
p { line-height: 1.6; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 24px 42px;
  color: white;
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 1.3rem;
}
.brand strong { display: block; font-family: Georgia, serif; font-size: 1.03rem; font-weight: 400; }
.brand small { display: block; opacity: 0.74; font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 28px; font-size: 0.86rem; }
nav > a:not(.nav-cta) { position: relative; padding-block: 9px; }
nav > a:not(.nav-cta)::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  background: white;
  content: "";
  transition: width 180ms ease;
}
nav > a:hover::after, nav > a:focus-visible::after { width: 100%; }
.nav-cta {
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  padding: 12px 17px;
  transition: background 180ms ease, color 180ms ease;
}
.nav-cta:hover { background: white; color: var(--ink); }
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: white;
  background: #183028;
}
.hero-image {
  position: absolute;
  inset: 0;
  background: url("/assets/images/princeton-nassau.jpg") center 46% / cover no-repeat;
  transform: scale(1.025);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12,31,25,.91) 0%, rgba(12,31,25,.68) 47%, rgba(12,31,25,.24) 100%),
    linear-gradient(0deg, rgba(12,31,25,.56), transparent 60%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
  padding-top: 190px;
}
.hero h1 {
  max-width: 930px;
  font-size: clamp(4rem, 7.2vw, 7.8rem);
  line-height: 0.91;
  text-wrap: balance;
}
.hero h1 em { color: #ffc79f; font-weight: 400; }
.hero-lede { max-width: 590px; margin: 34px 0 0; font-size: 1.12rem; color: rgba(255,255,255,.84); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 0;
  border-radius: 999px;
  padding: 16px 24px;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 700;
}
.button-light { background: var(--cream); color: var(--ink); }
.button-light:hover { background: #ffd4b5; }
.text-link { display: inline-flex; align-items: center; gap: 15px; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-weight: 700; font-size: 0.85rem; }
.light-link { color: white; border-color: rgba(255,255,255,.46); }
.hero-note {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 26px;
  left: 28px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.35);
  padding-top: 12px;
  color: rgba(255,255,255,.64);
  font-size: 0.62rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; padding-block: 120px; }
.intro h2 { max-width: 670px; font-size: clamp(2.8rem, 5.1vw, 5.2rem); }
.intro-copy { border-left: 1px solid var(--line); padding-left: 50px; }
.intro-copy p { margin: 0 0 22px; color: #42504b; font-size: 1.04rem; }

.stories-section { background: #fcf8f0; padding: 110px 0 70px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.section-heading > p { margin: 0; max-width: 480px; color: #57625e; }
.story-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 26px; margin-top: 64px; align-items: start; }
.story-card { grid-column: span 4; }
.story-2 { margin-top: 80px; }
.story-photo { position: relative; overflow: hidden; aspect-ratio: 4/5; background: #ddd; }
.story-photo::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,19,15,.34), transparent 45%); content: ""; }
.story-photo img { height: 100%; object-fit: cover; transition: transform 500ms ease; }
.story-card:hover img { transform: scale(1.035); }
.story-photo span {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 14px;
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(255,250,240,.9);
  color: var(--ink);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.story-card-copy { padding: 24px 3px 0; }
.story-card-copy > p:first-child { margin: 0 0 8px; color: #7b827f; font-size: .72rem; text-transform: uppercase; letter-spacing: .11em; }
.story-card h3 { font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.05; }
.story-excerpt { color: #56615c; font-size: .88rem; }
.story-card-copy a { display: inline-flex; gap: 13px; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 4px; font-size: .78rem; font-weight: 700; }
.archive-note { display: flex; gap: 18px; margin-top: 55px; border-top: 1px solid var(--line); padding-top: 18px; color: #59635f; font-size: .77rem; }
.archive-note span { color: var(--orange); font-weight: 700; }

.stations-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: var(--ink); color: white; }
.station-map {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  background:
    radial-gradient(circle at 20% 25%, rgba(255,255,255,.08) 0 2px, transparent 3px),
    linear-gradient(135deg, #d8d3c2 0%, #f0eadc 100%);
  background-size: 28px 28px, auto;
}
.station-map::after {
  position: absolute;
  inset: 0;
  opacity: .28;
  background:
    linear-gradient(72deg, transparent 42%, #9ba89d 43% 44%, transparent 45%),
    linear-gradient(-17deg, transparent 52%, #c0b69f 53% 54%, transparent 55%),
    linear-gradient(8deg, transparent 58%, #a9b0a7 59% 60%, transparent 61%);
  content: "";
}
.station-map b {
  position: absolute;
  z-index: 2;
  top: 46%;
  left: 50%;
  color: rgba(21,40,33,.2);
  font-family: Georgia, serif;
  font-size: clamp(3rem, 7vw, 7rem);
  letter-spacing: .06em;
  transform: translate(-50%, -50%) rotate(-8deg);
}
.route { position: absolute; z-index: 1; display: block; width: 120%; height: 4px; border-top: 3px dashed rgba(232,105,43,.8); transform-origin: left; }
.route-a { top: 28%; left: -10%; transform: rotate(24deg); }
.route-b { top: 73%; left: -4%; transform: rotate(-25deg); }
.map-pin {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 5px solid var(--orange);
  border-radius: 50% 50% 50% 4px;
  background: var(--cream);
  color: var(--ink);
  font-size: .66rem;
  font-style: normal;
  font-weight: 800;
  transform: rotate(-45deg);
  box-shadow: 0 5px 15px rgba(21,40,33,.2);
}
.map-pin::first-letter { transform: rotate(45deg); }
.pin-1 { top: 18%; left: 22%; }
.pin-2 { top: 36%; left: 68%; }
.pin-3 { top: 55%; left: 40%; }
.pin-4 { top: 72%; left: 73%; }
.pin-5 { top: 78%; left: 16%; }
.station-content { padding: 90px clamp(48px, 7vw, 110px); }
.station-content h2 { max-width: 590px; }
.station-intro { max-width: 570px; color: rgba(255,255,255,.68); }
.station-list { margin: 44px 0 0; padding: 0; list-style: none; }
.station-list li { display: flex; gap: 25px; align-items: center; border-top: 1px solid rgba(255,255,255,.16); padding: 15px 0; }
.station-list li > span { color: #ffb37e; font-size: .7rem; }
.station-list strong, .station-list small { display: block; }
.station-list strong { font-family: Georgia, serif; font-size: 1.16rem; font-weight: 400; }
.station-list small { margin-top: 3px; color: rgba(255,255,255,.5); font-size: .68rem; }
.station-footnote { color: rgba(255,255,255,.5); font-size: .72rem; }

.about-section {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 90px;
  padding-block: 120px 100px;
}
.about-title { grid-column: 1; }
.about-copy { grid-column: 2; max-width: 610px; }
.about-copy p { color: #4d5a55; }
.dropcap::first-letter { float: left; margin: 7px 10px 0 0; color: var(--orange); font-family: Georgia, serif; font-size: 4.9rem; line-height: .68; }
.about-image { grid-column: 1 / -1; margin: 35px 0 0; }
.about-image img { height: 560px; object-fit: cover; object-position: center 45%; filter: saturate(.88) contrast(1.02); }
.about-image figcaption { display: flex; justify-content: space-between; margin-top: 10px; color: #68726d; font-size: .66rem; text-transform: uppercase; letter-spacing: .09em; }

.submit-section {
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  gap: 80px;
  padding: 110px max(32px, calc((100vw - 1180px) / 2));
  background: #1d3a30;
  color: white;
}
.submit-intro h2 { font-size: clamp(3rem, 5.5vw, 5.6rem); }
.submit-intro > p:not(.eyebrow) { color: rgba(255,255,255,.67); }
.submit-details { display: grid; gap: 0; margin-top: 38px; }
.submit-details span { border-top: 1px solid rgba(255,255,255,.16); padding: 14px 0; color: rgba(255,255,255,.62); font-size: .74rem; }
.submit-details strong { display: inline-block; min-width: 92px; color: #ffb37e; }
.story-form { align-self: center; border-radius: 4px; padding: 42px; background: var(--cream); color: var(--ink); box-shadow: 0 30px 70px rgba(0,0,0,.18); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.story-form label { display: grid; gap: 9px; margin-bottom: 22px; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.story-form input, .story-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(21,40,33,.35);
  border-radius: 0;
  padding: 11px 2px;
  outline: none;
  background: transparent;
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 1.12rem;
  text-transform: none;
}
.story-form textarea { border: 1px solid rgba(21,40,33,.25); padding: 15px; resize: vertical; }
.story-form input:focus, .story-form textarea:focus { border-color: var(--orange); box-shadow: 0 1px 0 var(--orange); }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.form-footer p { max-width: 310px; margin: 0; color: #69716d; font-size: .67rem; }
.button-orange { flex: 0 0 auto; background: var(--orange); color: white; }
.button-orange:hover { background: #c9501a; }
.form-note { margin: 18px 0 0; color: #4d6258; font-size: .75rem; }

footer {
  display: grid;
  grid-template-columns: 1.4fr 1fr auto;
  gap: 55px;
  align-items: end;
  padding: 70px max(32px, calc((100vw - 1180px) / 2));
  background: #10221c;
  color: rgba(255,255,255,.68);
  font-size: .72rem;
}
.footer-brand { display: flex; align-items: center; gap: 18px; color: white; }
.footer-brand p { line-height: 1.55; }
footer a { color: white; border-bottom: 1px solid rgba(255,255,255,.3); }
.footer-end { text-align: right; }

@media (max-width: 900px) {
  .site-header { padding: 20px 22px; }
  .menu-button {
    z-index: 2;
    display: grid;
    gap: 4px;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 50%;
    background: transparent;
  }
  .menu-button span:not(.sr-only) { display: block; width: 17px; height: 1px; background: white; }
  nav {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: min(360px, 100vw);
    min-height: 100vh;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
    padding: 80px 42px;
    background: var(--ink);
    font-family: Georgia, serif;
    font-size: 1.8rem;
  }
  nav.nav-open { display: flex; }
  .nav-cta { margin-top: 15px; font-family: Arial, sans-serif; font-size: .85rem; }
  .hero { min-height: 690px; }
  .hero-content { padding-top: 170px; }
  .hero h1 { font-size: clamp(3.6rem, 11vw, 6rem); }
  .intro, .about-section, .submit-section { grid-template-columns: 1fr; gap: 50px; }
  .intro { padding-block: 85px; }
  .intro-copy { border-left: 0; border-top: 1px solid var(--line); padding: 30px 0 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .story-card { grid-column: span 6; }
  .story-3 { grid-column-start: 4; }
  .stations-section { grid-template-columns: 1fr; }
  .station-map { min-height: 480px; }
  .about-title, .about-copy, .about-image { grid-column: 1; }
  .about-image img { height: 430px; }
  .submit-section { padding-block: 85px; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-end { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 620px) {
  .section-shell, .hero-content { width: min(100% - 38px, 1180px); }
  .brand small { display: none; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 155px; }
  .hero h1 { font-size: 3.65rem; }
  .hero-lede { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-note span:first-child, .hero-note span:last-child { display: none; }
  .hero-note { justify-content: center; }
  .intro { gap: 35px; }
  h2 { font-size: 2.75rem; }
  .stories-section { padding-top: 80px; }
  .story-grid { display: block; }
  .story-card, .story-2, .story-3 { margin: 0 0 55px; }
  .story-photo { aspect-ratio: 5/6; }
  .station-content { padding: 70px 24px; }
  .about-section { padding-block: 80px; }
  .about-image img { height: 300px; }
  .about-image figcaption span { display: none; }
  .submit-section { padding: 75px 19px; }
  .story-form { padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: stretch; flex-direction: column; }
  footer { grid-template-columns: 1fr; padding: 55px 24px; }
  .footer-end { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

/* Expanded database-backed submission */
.expanded-form { align-self: start; }
.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-heading {
  margin: -42px -42px 34px;
  padding: 35px 42px 30px;
  border-bottom: 1px solid var(--line);
  background: #f0e8d9;
}
.form-heading .eyebrow { margin-bottom: 9px; }
.form-heading h3 {
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1;
}
.form-heading > p:last-child { margin: 12px 0 0; color: #69716d; font-size: .7rem; }
.expanded-form fieldset {
  margin: 0 0 24px;
  border: 1px solid rgba(21,40,33,.22);
  border-radius: 3px;
  padding: 20px 20px 12px;
}
.expanded-form legend {
  padding: 0 7px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.story-form .choice {
  display: flex;
  align-items: flex-start;
  grid-template-columns: none;
  gap: 10px;
  margin: 0 0 10px;
  font-size: .76rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}
.story-form .choice input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  border: initial;
  box-shadow: none;
  accent-color: var(--orange);
}
.story-form .choice a {
  color: #a23f17;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.field-help {
  display: block;
  margin-top: -3px;
  color: #77807c;
  font-size: .67rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}
.upload-field {
  position: relative;
  border: 1px dashed rgba(21,40,33,.35);
  border-radius: 3px;
  padding: 20px;
  cursor: pointer;
}
.story-form .upload-field input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}
.upload-button {
  display: inline-block;
  width: fit-content;
  margin-top: 8px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: .68rem;
}
.file-list {
  color: #64706a;
  font-size: .68rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
}
.age-notice {
  margin: 12px 0 8px;
  border-left: 3px solid var(--orange);
  padding: 10px 13px;
  background: #fff1e7;
  color: #7e3216;
  font-size: .74rem;
}
.agreement-box {
  margin: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 20px 0 10px;
}
.story-form button:disabled {
  cursor: not-allowed;
  opacity: .55;
}
.error-note { color: #a12b1e; }
.submission-success {
  align-self: center;
  border-radius: 4px;
  padding: 60px 48px;
  background: var(--cream);
  color: var(--ink);
  text-align: center;
  box-shadow: 0 30px 70px rgba(0,0,0,.18);
}
.submission-success > span {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 26px;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  font-size: 1.7rem;
}
.submission-success h3 { font-size: clamp(2.2rem, 4vw, 4rem); }
.submission-success p:not(.eyebrow) { color: #5f6b65; }
.submission-success small { display: block; margin: 18px 0 25px; color: #7a837e; }

/* Terms and privacy */
.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  color: white;
}
.legal-brand small { color: rgba(255,255,255,.68); }
.legal-back { font-size: .78rem; font-weight: 700; }
.legal-article {
  width: min(790px, calc(100% - 40px));
  margin: 0 auto;
  padding: 100px 0 120px;
}
.legal-article > h1 {
  max-width: none;
  font-size: clamp(4rem, 9vw, 7rem);
  line-height: .9;
}
.legal-date {
  margin: 20px 0 0;
  color: #6a746f;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.legal-lede {
  margin: 55px 0 70px;
  border-left: 4px solid var(--orange);
  padding-left: 25px;
  color: #394842;
  font-family: Georgia, serif;
  font-size: 1.34rem;
  line-height: 1.55;
}
.legal-article section {
  margin-top: 42px;
  scroll-margin-top: 30px;
}
.legal-article section h2 {
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
  font-family: Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0;
}
.legal-article section p,
.legal-article li {
  color: #4b5853;
  font-size: .95rem;
}
.legal-article li { margin-bottom: 9px; line-height: 1.55; }
.legal-article section a { color: #a23f17; text-decoration: underline; text-underline-offset: 3px; }
.legal-note {
  margin-top: 70px;
  border: 1px solid var(--line);
  padding: 20px;
  color: #69726e;
  font-size: .76rem;
  line-height: 1.55;
}
.footer-end p { margin: 4px 0; }

@media (max-width: 620px) {
  .form-heading {
    margin: -28px -20px 28px;
    padding: 28px 20px 24px;
  }
  .legal-header { align-items: flex-start; gap: 24px; }
  .legal-back { max-width: 100px; text-align: right; }
  .legal-article { padding-block: 70px 90px; }
  .legal-lede { margin-block: 40px 55px; }
}
