:root {
  --ny-graphite: #112338;
  --ny-graphite-2: #183653;
  --ny-steel: #1F557A;
  --ny-patina: #5F8F88;
  --ny-copper: #7C5A32;
  --ny-red: #9B7440;
  --ny-red-2: #B88A4A;
  --ny-ivory: #FCF7EE;
  --ny-parchment: #F1E6D5;
  --ny-card: #FFFDF8;
  --ny-rule: #D5C6B0;
  --ny-text: #1E2633;
  --ny-text-mid: #3D4D5E;
  --radius-sm: 3px;
  --radius-md: 6px;
  --radius-lg: 11px;
}
* { box-sizing: border-box; }
html { overflow-x: hidden; }
body.ny-free,
body.ny-ps-body {
  margin: 0;
  background: var(--ny-ivory);
  color: var(--ny-text);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.56;
  overflow-x: hidden;
}
body.ny-free a,
body.ny-ps-body a { color: var(--ny-steel); font-weight: 800; text-decoration-thickness: .08em; text-underline-offset: .18em; }
body.ny-free a:visited,
body.ny-ps-body a:visited { color: var(--ny-copper); }
body.ny-free a:hover,
body.ny-ps-body a:hover { color: var(--ny-graphite); text-decoration-thickness: .13em; }
body.ny-free a:focus-visible,
body.ny-ps-body a:focus-visible,
.ny-topnav a:focus-visible,
.ny-free button:focus-visible,
.ny-ps-body button:focus-visible,
.ny-free input:focus-visible,
.ny-ps-body input:focus-visible,
.ny-free select:focus-visible,
.ny-ps-body select:focus-visible,
.pr-cookie-manage:focus-visible { outline: 3px solid var(--ny-red-2); outline-offset: 3px; box-shadow: 0 0 0 6px rgba(184, 138, 74, .16); }
.ny-topnav { background: var(--ny-graphite); color: #fff; border-bottom: 1px solid rgba(255,255,255,.14); }
.ny-topnav__inner { width: min(1140px, 100%); margin: 0 auto; min-height: 52px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px; min-width: 0; }
.ny-topnav a { color: #fff; text-decoration: none; }
.ny-topnav a:visited { color: #fff; }
.ny-topnav a:hover { color: var(--ny-parchment); }
.ny-topnav__brand { flex: 0 1 auto; min-width: 0; font-weight: 800; letter-spacing: -.01em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ny-topnav__links { flex: 0 1 auto; min-width: 0; display: flex; align-items: center; gap: 8px; overflow-x: auto; white-space: nowrap; scrollbar-width: none; -ms-overflow-style: none; padding: 7px 0; }
.ny-topnav__links::-webkit-scrollbar { display: none; }
.ny-topnav__link { display: inline-flex; flex: 0 0 auto; align-items: center; border-radius: var(--radius-md); padding: 6px 9px; font-size: .9rem; font-weight: 800; }
.ny-topnav__link--active,
.ny-topnav__link:hover { background: rgba(255,255,255,.12); }
.ny-free-wrap,
.ny-ps-wrap { width: min(1140px, 100%); margin: 0 auto; padding: 24px 18px 34px; }
.ny-free-hero,
.ny-ps-hero { background: linear-gradient(180deg, rgba(255,253,248,.92), rgba(241,230,213,.56)); border: 1px solid var(--ny-rule); border-radius: var(--radius-lg); padding: 24px; margin: 18px 0 16px; box-shadow: 0 10px 22px rgba(17,35,56,.06); }
.ny-free-card,
.ny-ps-card { background: var(--ny-card); border: 1px solid var(--ny-rule); border-radius: var(--radius-lg); padding: 22px; margin: 14px 0; box-shadow: 0 8px 18px rgba(17,35,56,.05); }
.ny-free-eyebrow,
.ny-ps-eyebrow,
.ny-free-section-label { color: var(--ny-copper); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .76rem; margin: 0 0 8px; }
.ny-free h1,
.ny-ps-hero h1 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.05rem, 5vw, 3.35rem); line-height: 1.04; margin: .12em 0 .24em; letter-spacing: -.035em; color: var(--ny-graphite); }
.ny-free h2,
.ny-ps-card h2 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.3rem, 2.5vw, 1.85rem); line-height: 1.13; margin: 0 0 .45em; letter-spacing: -.018em; color: var(--ny-graphite); }
.ny-free h3 { color: var(--ny-graphite-2); line-height: 1.2; margin: 0 0 .4rem; }
.ny-free-hero p,
.ny-ps-hero p { max-width: 760px; margin: .55rem 0; color: var(--ny-text-mid); }
.ny-free-related,
.ny-ps-related { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 14px; }
.ny-free-related a,
.ny-ps-related a { border: 1px solid var(--ny-rule); border-radius: var(--radius-md); padding: 6px 9px; background: rgba(255,253,248,.72); text-decoration: none; }
.ny-free-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding-left: 0; list-style-position: inside; }
.ny-free-day,
.ny-free-step { border-left: 3px solid var(--ny-steel); background: rgba(241,230,213,.34); border-radius: var(--radius-md); padding: 14px; }
.ny-free-cta,
.ny-ps-button,
.ny-ps-cta,
.ny-ps-small-button { appearance: none; display: inline-flex; align-items: center; justify-content: center; background: var(--ny-graphite-2); color: #fff !important; border: 1px solid var(--ny-graphite-2); border-radius: var(--radius-sm); padding: 10px 14px; min-height: 42px; font-weight: 900; text-decoration: none; margin: 6px 8px 6px 0; cursor: pointer; }
.ny-free-cta:visited,
.ny-ps-button:visited,
.ny-ps-cta:visited { color: #fff !important; }
.ny-free-cta:hover,
.ny-ps-button:hover,
.ny-ps-cta:hover,
.ny-ps-small-button:hover { background: var(--ny-steel); border-color: var(--ny-steel); color: #fff !important; }
.ny-ps-button.secondary { background: var(--ny-parchment); border-color: var(--ny-rule); color: var(--ny-graphite) !important; }
.ny-free-note,
.ny-ps-note,
.ny-ps-loading,
.ny-ps-error { background: rgba(95,143,136,.11); border-left: 3px solid var(--ny-patina); padding: 12px 14px; border-radius: var(--radius-md); color: var(--ny-text-mid); }
.ny-ps-error { background: rgba(155,116,64,.12); border-left-color: var(--ny-red); }
.ny-free-sources li { margin: .45rem 0; }
.ny-free-footer,
.ny-ps-footer { width: 100%; max-width: none; margin: 26px 0 0; background: var(--ny-graphite); color: rgba(255,255,255,.86); padding: 24px 18px; }
.ny-free-footer p,
.ny-ps-footer p { width: min(1140px, 100%); margin: 0 auto; }
.ny-free-footer a,
.ny-ps-footer a { color: #fff; }
.ny-free-footer a:visited,
.ny-ps-footer a:visited { color: var(--ny-parchment); }
.ny-free-footer a:hover,
.ny-ps-footer a:hover { color: #fff; }
.pr-cookie-manage { border: 1px solid rgba(255,255,255,.72); border-radius: var(--radius-sm); background: transparent; color: #fff; padding: 6px 9px; font-weight: 800; }
.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; }
@media (max-width: 760px) { .ny-topnav__inner { padding: 0 14px; gap: 10px; } .ny-topnav__brand { max-width: 46%; font-size: .9rem; } .ny-topnav__links { gap: 7px; } .ny-topnav__link { padding: 6px 8px; } .ny-free-wrap, .ny-ps-wrap { padding: 18px 14px 28px; } .ny-free-card, .ny-free-hero, .ny-ps-card, .ny-ps-hero { padding: 18px; } .ny-free-grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; } }
