@import url('https://fonts.googleapis.com/css2?family=Georgia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@1,600;1,700&family=Inter:wght@400;500;600&display=swap');

.ny-theme {
  --ny-cream: #EDE6D4;
  --ny-cream-deep: #E4DBC6;
  --ny-ink: #1C1B17;
  --ny-ink-soft: #5C574B;
  --ny-line: #D6CCB4;
  --ny-green: #33513E;
  --ny-coral: #2F4B3C;
  background: var(--ny-cream);
}

.ny-serif {
  font-family: 'Lora', Georgia, serif;
  font-style: italic;
  font-weight: 700;
}

.ny-hero {
  color: var(--ny-ink);
  padding: 20px 0 60px;
  position: relative;
}
.ny-hero .tag {
  font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--ny-coral);
  text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 18px;
}
.ny-hero h1 {
  font-family: 'Lora', Georgia, serif; font-style: italic; font-weight: 700;
  font-size: clamp(34px, 6.5vw, 58px); line-height: 1.1; letter-spacing: -0.01em;
  margin: 0 0 18px; max-width: 14ch; color: var(--ny-ink);
}
.ny-hero h1 em { font-style: italic; color: var(--ny-coral); }
.ny-hero p.sub { font-size: 18px; color: var(--ny-ink-soft); max-width: 42ch; margin: 0 0 32px; }

.ny-brand { color: var(--ny-ink); font-family: 'Lora', Georgia, serif; font-style: italic; font-weight: 700; }
.ny-brand span { color: var(--ny-coral); }
.ny-nav a { color: var(--ny-ink) !important; font-weight: 500; }
.ny-nav a:hover { color: var(--ny-coral) !important; }
.ny-back { color: var(--ny-ink-soft) !important; }
.ny-back:hover { color: var(--ny-coral) !important; }

.ny-phone-wrap { display: flex; justify-content: center; margin-top: 20px; }
.ny-phone-frame {
  display: block;
  width: 100%; max-width: 280px; margin: 0 auto;
  filter: drop-shadow(0 24px 40px rgba(28,27,23,0.15));
}

/* lightweight swipeable carousel — used wherever a spot has more than one screen.
   to add more screens later: drop another .ny-carousel-slide img in the track
   and another .ny-dot span in the dots row. */
.ny-carousel { width: 100%; max-width: 280px; margin: 0 auto; }
.ny-carousel-track {
  display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  filter: drop-shadow(0 24px 40px rgba(28,27,23,0.15));
  scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.ny-carousel-track::-webkit-scrollbar { display: none; }
.ny-carousel-slide { flex: 0 0 100%; scroll-snap-align: center; width: 100%; display: block; }
.ny-carousel-dots { display: flex; justify-content: center; gap: 6px; margin-top: 16px; }
.ny-dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--ny-line);
  cursor: pointer; transition: background .2s, transform .2s; border: none; padding: 0;
}
.ny-dot.active { background: var(--ny-coral); transform: scale(1.3); }

.ny-row { color: var(--ny-ink); padding: 80px 0; border-top: 1px solid var(--ny-line); }
.ny-row .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.ny-row.flip .grid { direction: rtl; }
.ny-row.flip .grid > * { direction: ltr; }
.ny-row .idx { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--ny-coral); margin-bottom: 14px; }
.ny-row h2 {
  font-family: 'Lora', Georgia, serif; font-style: italic; font-weight: 700;
  font-size: clamp(24px, 3.6vw, 34px); margin: 0 0 14px; letter-spacing: -0.01em; max-width: 14ch;
  color: var(--ny-ink);
}
.ny-row h2 em { color: var(--ny-green); font-style: italic; }
.ny-row p { color: var(--ny-ink-soft); max-width: 42ch; font-size: 16.5px; }

@media (max-width: 760px) {
  .ny-row .grid { grid-template-columns: 1fr; gap: 32px; }
  .ny-row.flip .grid { direction: ltr; }
}

.ny-cta { color: var(--ny-ink); padding: 80px 0; text-align: center; border-top: 1px solid var(--ny-line); }
.ny-cta h2 { font-family: 'Lora', Georgia, serif; font-style: italic; font-weight: 700; font-size: clamp(26px, 5vw, 36px); margin: 0 0 24px; }
.ny-cta .contact-block { background: var(--ny-ink); border-color: var(--ny-ink); }
.ny-cta .contact-block .label { color: #B9B3A4; }
.ny-cta .contact-block .email { color: var(--ny-cream); }
.ny-cta .btn { background: var(--ny-coral); }
.ny-cta .btn:hover { background: #24392C; }

.ny-footer { border-top: 1px solid var(--ny-line); background: transparent; }
.ny-footer .wrap { color: var(--ny-ink-soft); }
.ny-footer a { color: var(--ny-ink-soft); }
.ny-footer a:hover { color: var(--ny-coral); }

.ny-theme .page-eyebrow { color: var(--ny-coral); }
.ny-theme .page h1 { color: var(--ny-ink); font-family: 'Lora', Georgia, serif; font-style: italic; }
.ny-theme .page .updated { color: var(--ny-ink-soft); }
.ny-theme .page h2 { color: var(--ny-ink); }
.ny-theme .page p, .ny-theme .page li { color: var(--ny-ink-soft); }
.ny-theme .card { background: var(--ny-cream-deep); border-color: var(--ny-line); }
.ny-theme .contact-block { background: var(--ny-cream-deep); border-color: var(--ny-line); }
.ny-theme .contact-block .label { color: var(--ny-ink-soft); }
.ny-theme .contact-block .email { color: var(--ny-ink); }
.ny-theme .btn { background: var(--ny-ink); color: var(--ny-cream) !important; }
.ny-theme .btn:hover { background: var(--ny-coral); }
.ny-theme .back-link { color: var(--ny-ink-soft) !important; }
.ny-theme .back-link:hover { color: var(--ny-coral) !important; }
.ny-theme footer.site { border-color: var(--ny-line); background: transparent; }
.ny-theme footer.site .wrap { color: var(--ny-ink-soft); }
.ny-theme footer.site a { color: var(--ny-ink-soft); }
.ny-theme footer.site a:hover { color: var(--ny-coral); }