/* PHILADELPHIA TIVOLI — HOMEPAGE */

:root {
  --ink:              #141210;
  --cream:            #F6F0E8;
  --warm-white:       #FDFAF5;
  --terracotta:       #B8502A;
  --terracotta-light: #D4714A;
  --ocean:            #1B3A4B;
  --sage:             #4A6741;
  --muted:            #7A7268;
  --rule:             #DDD4C4;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--warm-white);
  color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.25rem 4rem;
  background: rgba(253,250,245,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--rule);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; font-weight: 400; letter-spacing: 0.05em;
  color: var(--ink); text-decoration: none; white-space: nowrap;
}
.nav-links { display: flex; gap: 2.5rem; align-items: center; }
.nav-link {
  font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted); text-decoration: none; transition: color 0.2s; white-space: nowrap;
}
.nav-link:hover { color: var(--ink); }
.nav-link--active { color: var(--terracotta); border-bottom: 1px solid var(--terracotta); padding-bottom: 1px; }
.nav-burger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.nav-burger span { display: block; width: 24px; height: 1.5px; background: var(--ink); transition: all 0.25s; }
.nav-burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  padding-top: 5rem;
}
.hero-left {
  position: relative; overflow: hidden;
  display: flex; align-items: flex-end;
  min-height: 100%;
}
.hero-stage-photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: left top;
}
.hero-stage-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    to top,
    rgba(20,18,16,0.92) 0%,
    rgba(20,18,16,0.6) 40%,
    rgba(27,58,75,0.35) 100%
  );
}
.hero-left-content {
  position: relative; z-index: 2;
  padding: 4rem;
  display: flex; flex-direction: column; gap: 1rem;
}
.hero-descriptor {
  font-size: 0.7rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.hero-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 300; line-height: 1;
  color: var(--cream); letter-spacing: -0.01em;
}
.hero-name em { font-style: italic; color: var(--terracotta-light); display: block; }
.hero-sentence {
  font-size: 0.88rem; color: rgba(255,255,255,0.65);
  line-height: 1.65; max-width: 38ch;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.15);
}

.hero-right {
  background: var(--cream);
  display: flex; flex-direction: column;
  justify-content: center;
  padding: 5rem 4rem 5rem 5rem;
}
.hero-eyebrow {
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--terracotta); margin-bottom: 2rem;
  display: flex; align-items: center; gap: 0.75rem;
}
.hero-eyebrow::before {
  content: ''; display: inline-block;
  width: 2rem; height: 1px; background: var(--terracotta);
}
.hero-statement {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 300; line-height: 1.35;
  color: var(--ink); margin-bottom: 1.75rem;
}
.hero-body {
  font-size: 0.97rem; color: var(--muted);
  line-height: 1.8; max-width: 46ch; margin-bottom: 3rem;
}
.btn-primary {
  display: inline-block; background: var(--terracotta); color: white;
  padding: 0.9rem 2rem; text-decoration: none;
  font-size: 0.8rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  transition: background 0.25s; align-self: flex-start;
}
.btn-primary:hover { background: var(--terracotta-light); }

/* ── WHAT I DO ── */
.what { background: var(--warm-white); padding: 8rem 4rem; }
.what-inner { max-width: 1100px; margin: 0 auto; }
.what-label {
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 4rem;
  display: flex; align-items: center; gap: 0.75rem;
}
.what-label::before { content: ''; width: 2rem; height: 1px; background: var(--muted); }
.offerings {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 2px; background: var(--rule);
}
.offering {
  background: var(--warm-white); padding: 3rem 2.5rem;
  display: flex; flex-direction: column;
  text-decoration: none; color: inherit; transition: background 0.25s;
}
.offering:hover { background: var(--cream); }
.offering-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem; font-weight: 300;
  color: var(--rule); line-height: 1; margin-bottom: 2rem;
}
.offering-tag {
  display: inline-block; font-size: 0.62rem; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: white; background: var(--terracotta);
  padding: 0.3rem 0.75rem; margin-bottom: 1.25rem; align-self: flex-start;
}
.offering-tag.sage  { background: var(--sage); }
.offering-tag.ocean { background: var(--ocean); }
.offering-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem; font-weight: 300;
  line-height: 1.2; margin-bottom: 1rem; color: var(--ink);
}
.offering-body {
  font-size: 0.9rem; color: var(--muted);
  line-height: 1.7; flex: 1; margin-bottom: 2rem;
}
.offering-link {
  font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--terracotta); text-decoration: none;
  display: flex; align-items: center; gap: 0.5rem;
}
.offering-link::after { content: '→'; }

/* ── ABOUT STRIP ── */
.about {
  background: var(--ink); padding: 7rem 4rem;
  position: relative; overflow: hidden;
}
.about::before {
  content: 'Philadelphia';
  position: absolute; bottom: -3rem; right: -1rem;
  font-family: 'Cormorant Garamond', serif; font-size: 16vw;
  font-weight: 300; color: rgba(255,255,255,0.03);
  white-space: nowrap; pointer-events: none;
}
.about-inner {
  max-width: 1100px; margin: 0 auto;
}
.about-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300; line-height: 1.2;
  color: white; margin-bottom: 2rem;
}
.about-heading em { font-style: italic; color: var(--terracotta-light); }
.about-profile-block {
  display: flex; align-items: flex-start; gap: 3rem;
  margin-bottom: 2.5rem;
}
.about-profile-photo {
  width: 320px; height: 400px;
  border-radius: 0; object-fit: cover; object-position: center top; flex-shrink: 0;
  border: 2px solid rgba(255,255,255,0.15);
}
.about-profile-text {
  display: flex; flex-direction: column; gap: 0;
}
.about-body-lead {
  font-size: 0.97rem; color: rgba(255,255,255,0.75);
  line-height: 1.75; margin-bottom: 1.25rem;
}
.about-body {
  font-size: 0.95rem; color: rgba(255,255,255,0.55);
  line-height: 1.8; margin-bottom: 1.25rem;
}
.about-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  font-weight: 300; font-style: italic;
  color: white; line-height: 1.5;
  padding-left: 2rem; border-left: 3px solid var(--terracotta);
  flex: 1; align-self: center;
}

/* ── WRITING ── */
.writing-section { background: var(--cream); padding: 7rem 4rem; }
.writing-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 6rem; align-items: center;
}
.writing-label {
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 1rem;
}
.writing-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 300; line-height: 1.2;
  color: var(--ink); margin-bottom: 1.5rem;
}
.writing-body {
  font-size: 1rem; color: var(--muted);
  line-height: 1.75; margin-bottom: 2rem;
}
.btn-ghost {
  display: inline-block; border: 1px solid var(--ink); color: var(--ink);
  padding: 0.9rem 2rem; text-decoration: none;
  font-size: 0.8rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase; transition: all 0.25s;
}
.btn-ghost:hover { background: var(--ink); color: white; }
.substack-preview { background: white; border: 1px solid var(--rule); padding: 2.5rem; }
.substack-eyebrow {
  font-size: 0.65rem; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--terracotta); margin-bottom: 1rem;
}
.substack-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 400;
  line-height: 1.3; margin-bottom: 1rem; color: var(--ink);
}
.substack-excerpt {
  font-size: 0.9rem; color: var(--muted);
  line-height: 1.65; margin-bottom: 1.5rem;
}
.substack-link {
  font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--terracotta); text-decoration: none;
  display: flex; align-items: center; gap: 0.5rem;
}
.substack-link::after { content: '→'; }

/* ── CTA ── */
.cta-section {
  background: var(--terracotta); padding: 6rem 4rem;
  position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; top: -30%; right: -10%;
  width: 50%; padding-bottom: 50%; border-radius: 50%;
  background: rgba(255,255,255,0.06);
}
.cta-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr;
  gap: 4rem; align-items: center;
}
.cta-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 300; color: white; line-height: 1.1; margin-bottom: 1rem;
}
.cta-sub { color: rgba(255,255,255,0.75); font-size: 1rem; line-height: 1.65; }
.cta-buttons { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; }
.btn-white {
  display: inline-block; background: white; color: var(--terracotta);
  padding: 1.1rem 2.5rem; text-decoration: none;
  font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  transition: opacity 0.25s; white-space: nowrap;
}
.btn-white:hover { opacity: 0.88; }
.btn-outline-white {
  display: inline-block; border: 1px solid rgba(255,255,255,0.5); color: white;
  padding: 1.1rem 2.5rem; text-decoration: none;
  font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  transition: border-color 0.25s; white-space: nowrap;
}
.btn-outline-white:hover { border-color: white; }

/* ── FOOTER ── */
footer {
  background: var(--ink); border-top: 1px solid rgba(255,255,255,0.05);
  padding: 2rem 4rem;
  display: flex; align-items: center; justify-content: space-between;
}
.footer-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; color: rgba(255,255,255,0.4);
}
.footer-links { display: flex; gap: 2rem; }
.footer-links a {
  font-size: 0.75rem; color: rgba(255,255,255,0.3);
  text-decoration: none; letter-spacing: 0.08em;
  text-transform: uppercase; transition: color 0.2s;
}
.footer-links a:hover { color: rgba(255,255,255,0.6); }

/* ── ANIMATION ── */
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: none; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  nav { padding: 1rem 1.5rem; }
  .nav-burger { display: flex; }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--warm-white); flex-direction: column;
    align-items: flex-start; gap: 0;
    border-bottom: 1px solid var(--rule); padding: 8px 0;
  }
  .nav-links.open { display: flex; }
  .nav-link { width: 100%; padding: 14px 24px; border-bottom: 1px solid var(--rule); font-size: 0.85rem; }
  .nav-link--active { border-bottom: 1px solid var(--rule); color: var(--terracotta); }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { min-height: 70vw; }
  .hero-left-content { padding: 2rem; }
  .hero-right { padding: 4rem 2rem; }
  .what { padding: 5rem 2rem; }
  .offerings { grid-template-columns: 1fr; }
  .about { padding: 5rem 2rem; }
  .about-profile-block { flex-direction: column; }
  .about-profile-photo { width: 100%; height: auto; }
  .about-quote { position: static; }
  .writing-section { padding: 5rem 2rem; }
  .writing-inner { grid-template-columns: 1fr; gap: 3rem; }
  .cta-section { padding: 5rem 2rem; }
  .cta-inner { grid-template-columns: 1fr; gap: 3rem; }
  .cta-buttons { flex-direction: row; flex-wrap: wrap; }
  footer { flex-direction: column; gap: 1rem; padding: 1.5rem 2rem; text-align: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
}

/* ── CONTACT FORM ── */
.contact-form-section {
  background: var(--warm-white);
  padding: 8rem 4rem;
  border-top: 1px solid var(--rule);
}
.contact-form-inner {
  max-width: 680px;
  margin: 0 auto;
}
.contact-form-header {
  margin-bottom: 3rem;
}
.form-section-label {
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 1rem;
}
.form-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 300; line-height: 1.2;
  color: var(--ink); margin-bottom: 0.75rem;
}
.form-subheading {
  font-size: 1rem; color: var(--muted); line-height: 1.7;
}
.contact-form {
  display: flex; flex-direction: column; gap: 1.5rem;
}
.form-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem;
}
.form-group {
  display: flex; flex-direction: column; gap: 0.5rem;
}
.form-group label {
  font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted);
}
.form-group input,
.form-group textarea,
.form-group select {
  background: white;
  border: 1px solid var(--rule);
  padding: 0.85rem 1rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem; font-weight: 300;
  color: var(--ink); outline: none;
  transition: border-color 0.2s;
  border-radius: 0; -webkit-appearance: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--rule); }
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--terracotta); }
.form-group textarea { resize: vertical; min-height: 140px; line-height: 1.6; }
.form-group select { cursor: pointer; }
.btn-form-submit {
  align-self: flex-start;
  background: var(--terracotta); color: white; border: none;
  padding: 0.9rem 2.5rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  cursor: pointer; transition: background 0.25s;
}
.btn-form-submit:hover { background: var(--terracotta-light); }
.form-success {
  text-align: center; padding: 4rem 2rem;
}
.form-success-icon {
  width: 3rem; height: 3rem; border-radius: 50%;
  background: var(--terracotta); color: white;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; margin: 0 auto 1.5rem;
}
.form-success h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem; font-weight: 300;
  color: var(--ink); margin-bottom: 0.75rem;
}
.form-success p { font-size: 0.95rem; color: var(--muted); line-height: 1.6; }

@media (max-width: 600px) {
  .contact-form-section { padding: 5rem 2rem; }
  .form-row { grid-template-columns: 1fr; }
  .btn-form-submit { width: 100%; text-align: center; }
}
