/* ==============================================
   Step Forward By Trina — shared styles
   Theme: Pink · Gold · Black
   ============================================== */
:root {
  --black: #141414;
  --charcoal: #1e1a1c;
  --pink: #e3a4b8;          /* signature pink */
  --pink-deep: #c9748f;     /* deeper rose */
  --pink-soft: #f9e8ee;     /* blush background */
  --pink-pale: #fdf5f8;     /* palest blush */
  --gold: #c9a24b;
  --gold-light: #e3c778;
  --cream: #fffdfa;
  --ink: #2b2428;
  --grey: #7a6b71;
  --calligraphy: 'Great Vibes', cursive;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Montserrat', Helvetica, Arial, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--pink-pale);
  line-height: 1.75;
  font-weight: 300;
}

/* ---------- Typography ---------- */
h1.script, h2.script, h3.script, .script {
  font-family: var(--calligraphy);
  font-weight: 400;
  line-height: 1.2;
}
h2.script { font-size: clamp(2.6rem, 5.5vw, 4rem); color: var(--black); }
h2.script .accent { color: var(--pink-deep); }
h3 { font-family: var(--calligraphy); font-weight: 400; letter-spacing: 0.01em; }
.eyebrow {
  font-size: 0.7rem; letter-spacing: 0.38em; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: 0.6rem;
}
.divider {
  width: 70px; height: 1px; background: var(--gold); margin: 1.4rem auto; position: relative;
}
.divider::after {
  content: '❀'; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%); color: var(--pink-deep);
  font-size: 0.8rem; background: transparent; padding: 0 0.4rem;
}

/* ---------- Layout ---------- */
.section { padding: 5.5rem 1.5rem; }
.container { max-width: 1120px; margin: 0 auto; }
.center { text-align: center; }

/* ---------- Site header (contact bar + nav) ---------- */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; }
.topbar {
  background: linear-gradient(90deg, var(--pink-deep), var(--pink));
  color: #fff; text-align: center; font-size: 0.72rem; letter-spacing: 0.06em;
  padding: 0.45rem 1rem; display: flex; justify-content: center; align-items: center; gap: 0.5rem; flex-wrap: wrap;
}
.topbar a { color: #fff; text-decoration: none; font-weight: 600; }
.topbar a:hover { color: var(--black); }
.topbar .sep { opacity: 0.55; margin: 0 0.5rem; }

/* ---------- Navigation ---------- */
nav {
  position: relative;
  background: rgba(20,20,20,0.93); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(227,164,184,0.35);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0.9rem 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
}
.logo {
  font-family: var(--calligraphy); color: var(--pink); font-size: 1.9rem;
  text-decoration: none; line-height: 1;
}
.logo span { color: var(--gold-light); }
.nav-links { display: flex; gap: 2.1rem; list-style: none; align-items: center; }
.nav-links a {
  color: #f6eef1; text-decoration: none; font-size: 0.72rem;
  letter-spacing: 0.24em; text-transform: uppercase; font-weight: 500;
  padding-bottom: 0.25rem; border-bottom: 1px solid transparent; transition: all .3s;
}
.nav-links a:hover { color: var(--pink); border-bottom-color: var(--pink); }
.nav-links a.active { color: var(--gold-light); border-bottom-color: var(--gold); }
.nav-toggle { display: none; background: none; border: none; color: var(--pink); font-size: 1.7rem; cursor: pointer; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; padding: 0.95rem 2.7rem; text-decoration: none;
  font-size: 0.72rem; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 600;
  transition: all .35s; border: 1px solid var(--gold); cursor: pointer;
}
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: var(--black); }
.btn-gold:hover { background: var(--pink-deep); border-color: var(--pink-deep); color: #fff; }
.btn-pink { background: var(--pink-deep); border-color: var(--pink-deep); color: #fff; }
.btn-pink:hover { background: transparent; color: var(--pink-deep); }
.btn-outline-light { background: transparent; color: #fff; border-color: var(--pink); }
.btn-outline-light:hover { background: var(--pink); color: var(--black); }

/* ---------- Hero (parallax scrolling background) ---------- */
.hero {
  min-height: 88vh; display: flex; align-items: center; justify-content: center;
  text-align: center; color: var(--cream); position: relative; overflow: hidden;
  padding: 8rem 1.5rem 5rem;
  background:
    radial-gradient(ellipse at 20% 20%, rgba(227,164,184,0.35), transparent 55%),
    radial-gradient(ellipse at 80% 75%, rgba(201,162,75,0.28), transparent 55%),
    radial-gradient(ellipse at 60% 10%, rgba(201,116,143,0.25), transparent 50%),
    linear-gradient(160deg, #1a1416 0%, #241a1f 50%, #141414 100%);
  background-attachment: fixed;
}
.hero.compact { min-height: 46vh; padding: 8rem 1.5rem 4rem; }
.hero::before, .hero::after {
  content: ''; position: absolute; border-radius: 50%; pointer-events: none;
}
.hero::before {
  width: 620px; height: 620px; top: -220px; right: -180px;
  border: 1px solid rgba(227,164,184,0.3);
}
.hero::after {
  width: 460px; height: 460px; bottom: -180px; left: -140px;
  border: 1px solid rgba(201,162,75,0.3);
}
/* Hero photo slider */
.hero-slider .slides { position: absolute; inset: 0; z-index: 0; }
.hero-slider .slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.4s ease-in-out;
}
.hero-slider .slide.active { opacity: 1; }
.hero-slider .hero-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(ellipse at 25% 25%, rgba(201,116,143,0.35), transparent 55%),
    linear-gradient(160deg, rgba(20,16,18,0.78) 0%, rgba(42,26,34,0.62) 50%, rgba(20,20,20,0.82) 100%);
}
.hero-slider .hero-dots { position: absolute; bottom: 1.6rem; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; gap: 0.6rem; }
.hero-slider .hero-dots button {
  width: 10px; height: 10px; border-radius: 50%; border: 1px solid #fff; background: transparent;
  padding: 0; cursor: pointer; transition: background .3s;
}
.hero-slider .hero-dots button.active { background: var(--pink); border-color: var(--pink); }

.hero-content { position: relative; z-index: 2; max-width: 860px; }
.hero .tagline { font-family: var(--calligraphy); color: var(--gold-light); font-size: clamp(1.6rem, 3.5vw, 2.4rem); margin-top: 0.4rem; }
.hero .eyebrow { color: var(--pink); }
.hero h1 {
  font-family: var(--calligraphy); font-weight: 400;
  font-size: clamp(3rem, 8vw, 5.6rem); margin-bottom: 1rem; color: var(--cream);
}
.hero h1 .accent { color: var(--pink); }
.hero h1 .gold { color: var(--gold-light); }
.hero p.lead {
  font-family: var(--serif); font-size: 1.2rem; color: rgba(255,253,250,0.85);
  max-width: 600px; margin: 0 auto 2.4rem; font-style: italic;
}

/* ---------- Parallax band (scrolling background strip) ---------- */
.parallax-band {
  padding: 6rem 1.5rem; text-align: center; color: var(--cream); position: relative;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(227,164,184,0.4), transparent 60%),
    radial-gradient(ellipse at 75% 40%, rgba(201,162,75,0.3), transparent 55%),
    linear-gradient(120deg, #1c1418 0%, #2a1c22 60%, #171214 100%);
  background-attachment: fixed;
}
.parallax-band .script { font-size: clamp(2.4rem, 5vw, 3.6rem); color: var(--pink); }
.parallax-band p { font-family: var(--serif); font-style: italic; font-size: 1.15rem; color: rgba(255,253,250,0.8); max-width: 620px; margin: 0.8rem auto 0; }

/* ---------- Photo spots (gallery placeholders) ---------- */
.photo-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.4rem;
}
.photo-grid.tall { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.photo-spot {
  position: relative; aspect-ratio: 4 / 3; overflow: hidden;
  background: linear-gradient(145deg, var(--pink-soft), #f3d3dd);
  border: 1px solid var(--pink);
  outline: 1px dashed var(--gold); outline-offset: -10px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.5rem; color: var(--pink-deep); text-align: center; padding: 1rem;
  transition: transform .35s, box-shadow .35s;
}
.photo-spot:hover { transform: translateY(-5px); box-shadow: 0 16px 34px rgba(201,116,143,0.25); }
.photo-spot .cam { font-size: 1.9rem; color: var(--gold); }
.photo-spot .cap {
  font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600;
}
.photo-spot .hint { font-family: var(--serif); font-style: italic; font-size: 0.85rem; color: var(--grey); }
.photo-spot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-spot.portrait { aspect-ratio: 3 / 4; }
/* Filled photo (real image) */
.photo-spot.filled { outline: none; border-color: var(--gold); padding: 0; cursor: pointer; }
.photo-spot.filled .cap-overlay {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 1.4rem 1rem 0.9rem; text-align: left;
  background: linear-gradient(to top, rgba(20,20,20,0.82), rgba(20,20,20,0.35) 60%, transparent);
  color: #fff; font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
}
.photo-spot.filled .cap-overlay span { display: block; font-family: var(--serif); font-style: italic; text-transform: none; letter-spacing: 0.02em; font-weight: 400; font-size: 0.92rem; color: var(--gold-light); margin-top: 0.15rem; }

/* ---------- Cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.8rem; }
.card {
  background: var(--cream); padding: 2.6rem 2rem; text-align: center;
  border: 1px solid var(--pink); border-top: 3px solid var(--gold);
  transition: transform .35s, box-shadow .35s;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(201,116,143,0.2); }
.card .icon {
  width: 58px; height: 58px; margin: 0 auto 1.3rem;
  border: 1px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem; color: var(--pink-deep); background: var(--pink-soft);
}
.card h3 { font-size: 2rem; margin-bottom: 0.5rem; color: var(--black); }
.card p { font-size: 0.9rem; color: var(--grey); }

/* ---------- Callout blocks ---------- */
.callouts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; margin-top: 2.6rem; }
.callout {
  background: var(--cream); border: 1px solid var(--pink); border-bottom: 3px solid var(--gold);
  padding: 2.1rem 1.4rem; text-align: center; text-decoration: none; color: var(--ink);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  transition: transform .35s, box-shadow .35s;
}
.callout:hover { transform: translateY(-6px); box-shadow: 0 16px 34px rgba(201,116,143,0.22); }
.callout .co-icon {
  width: 54px; height: 54px; border-radius: 50%; border: 1px solid var(--gold); background: var(--pink-soft);
  display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: var(--pink-deep);
}
.callout h3 { font-size: 1.55rem; color: var(--black); line-height: 1.1; }
.callout p { font-size: 0.82rem; color: var(--grey); line-height: 1.5; }

/* ---------- Split feature (About intro with side image) ---------- */
.split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 3.5rem; align-items: center; }
.split .photo-spot { aspect-ratio: 4/5; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; gap: 2rem; } }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; max-width: 780px; margin: 3rem auto 0; }
.stat .num { font-family: var(--calligraphy); font-size: 3.2rem; color: var(--pink-deep); line-height: 1; }
.stat .label { font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--grey); margin-top: 0.5rem; }

/* ---------- Quotes ---------- */
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin-top: 2.6rem; }
.quote {
  background: var(--cream); padding: 2.4rem 2rem; text-align: left;
  border-left: 3px solid var(--pink); border-top: 1px solid var(--gold);
}
.quote p { font-family: var(--serif); font-style: italic; font-size: 1.12rem; margin-bottom: 1.1rem; }
.quote .who { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--pink-deep); font-weight: 600; }

/* ---------- Forms ---------- */
form.inquiry { background: var(--cream); padding: 2.5rem; border: 1px solid var(--pink); border-top: 3px solid var(--gold); }
.field { margin-bottom: 1.3rem; }
label { display: block; font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; margin-bottom: 0.45rem; color: var(--ink); }
input, select, textarea {
  width: 100%; padding: 0.8rem 1rem; border: 1px solid #ecc7d3; background: #fff;
  font-family: var(--sans); font-size: 0.95rem; color: var(--ink);
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--pink-deep); }
.form-note { font-size: 0.8rem; color: var(--grey); margin-top: 1rem; text-align: center; }

/* ---------- Section tints ---------- */
.tint-blush { background: var(--pink-soft); }
.tint-white { background: var(--cream); }

/* ---------- CTA strip ---------- */
.cta-strip {
  background: linear-gradient(120deg, var(--pink-deep), var(--pink));
  color: #fff; text-align: center; padding: 4rem 1.5rem;
}
.cta-strip .script { font-size: clamp(2.2rem, 5vw, 3.2rem); color: #fff; margin-bottom: 0.6rem; }
.cta-strip p { font-family: var(--serif); font-style: italic; margin-bottom: 1.8rem; }
.cta-strip .btn { border-color: #fff; color: #fff; background: transparent; }
.cta-strip .btn:hover { background: var(--black); border-color: var(--black); }

/* ---------- Newsletter ---------- */
.newsletter { background: linear-gradient(120deg, #1a1416, var(--charcoal) 60%, #141414); color: var(--cream); text-align: center; }
.newsletter .eyebrow { color: var(--gold-light); }
.newsletter h2.script { color: var(--pink); }
.newsletter h2.script .accent { color: var(--pink-deep); }
.nl-form { display: flex; gap: 0.6rem; max-width: 540px; margin: 1.8rem auto 0; }
.nl-form input { flex: 1; }
.nl-form button { white-space: nowrap; }
.nl-note { font-size: 0.86rem; margin-top: 0.9rem; color: var(--gold-light); min-height: 1.2em; }

/* Footer newsletter mini-form */
.footer-nl { max-width: 420px; margin: 0 auto 1.6rem; }
.footer-nl form { display: flex; gap: 0.5rem; }
.footer-nl input { flex: 1; padding: 0.6rem 0.85rem; border: 1px solid var(--pink); background: #1e1a1c; color: var(--cream); font-family: var(--sans); font-size: 0.9rem; }
.footer-nl input::placeholder { color: rgba(246,238,241,0.55); }
.footer-nl input:focus { outline: none; border-color: var(--pink-deep); }
.footer-nl .btn { padding: 0.6rem 1.4rem; }
.footer-nl .nl-note { color: var(--pink); margin-top: 0.7rem; }

@media (max-width: 520px) {
  .nl-form, .footer-nl form { flex-direction: column; }
}

/* ---------- Footer ---------- */
footer { background: var(--black); color: rgba(246,238,241,0.65); text-align: center; padding: 3.2rem 1.5rem 2.4rem; font-size: 0.8rem; }
footer .logo { font-size: 2.1rem; display: inline-block; margin-bottom: 0.4rem; }
footer .slogan { font-family: var(--serif); font-style: italic; color: var(--pink); font-size: 1.05rem; margin-bottom: 1rem; }
.socials { margin: 0.8rem 0 1.4rem; display: flex; justify-content: center; gap: 1.6rem; }
.socials a { color: #f6eef1; text-decoration: none; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; transition: color .3s; }
.socials a:hover { color: var(--pink); }
.footer-nav { display: flex; justify-content: center; gap: 1.4rem; flex-wrap: wrap; margin-bottom: 1.2rem; }
.footer-nav a { color: rgba(246,238,241,0.75); text-decoration: none; font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; }
.footer-nav a:hover { color: var(--gold-light); }

/* ---------- Contact info ---------- */
.info-line { display: flex; gap: 0.9rem; margin-bottom: 1rem; font-size: 0.95rem; align-items: baseline; }
.info-line .k { color: var(--pink-deep); font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; min-width: 80px; }
.two-col { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: start; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0; background: var(--black);
    flex-direction: column; gap: 0; display: none;
    border-bottom: 1px solid rgba(227,164,184,0.35);
  }
  .nav-links.open { display: flex; }
  .nav-links li { text-align: center; width: 100%; }
  .nav-links a { display: block; padding: 1rem; border-bottom: none; }
  .nav-toggle { display: block; }
  .two-col { grid-template-columns: 1fr; gap: 2.5rem; }
  .stats { grid-template-columns: 1fr; gap: 2.2rem; }
  .hero, .parallax-band { background-attachment: scroll; }
  .hero .btn { display: block; max-width: 300px; margin: 0 auto 0.9rem; }
  .callouts { grid-template-columns: repeat(2, 1fr); }
  .topbar { font-size: 0.66rem; }
  .topbar .sep { margin: 0 0.3rem; }
}
@media (max-width: 520px) {
  .callouts { grid-template-columns: 1fr; }
}
