/* =========================================================
   The Vow Studio — Wedding Website Design Business
   Elegant, editorial palette: ink · ivory · muted gold · slate blue
   ========================================================= */

:root {
  --ink:        #2c2a30;
  --ink-soft:   #6b6570;
  --ivory:      #fdfbf7;
  --cream:      #f4efe6;
  --gold:       #b89b63;
  --gold-light: #d9c69a;
  --gold-deep:  #8f7434;
  --slate:      #b89b63;
  --slate-d:    #8f7434;
  --rose:       #b0778a;

  --serif: "Cormorant Garamond", Georgia, serif;
  --script: "Great Vibes", cursive;
  --sans: "Montserrat", "Helvetica Neue", Arial, sans-serif;

  --maxw: 1140px;
  --shadow: 0 18px 44px rgba(44, 42, 48, 0.12);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.7;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.15; }
img { display: block; max-width: 100%; }
a { text-decoration: none; }

.eyebrow {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 0.8rem;
}

/* ===== Buttons ===== */
.btn {
  display: inline-block;
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  font-weight: 500;
  padding: 0.95rem 2.4rem;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--light { background: var(--ink); color: #fff; }
.btn--light:hover { background: var(--gold-deep); }
.btn--outline-light { background: transparent; border: 1px solid var(--ink); color: var(--ink); }
.btn--outline-light:hover { background: var(--ink); color: #fff; }
.btn--dark { background: var(--gold-deep); color: #fff; }
.btn--dark:hover { background: var(--ink); }
.btn--outline { background: transparent; border: 1px solid var(--ink); color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: #fff; }

/* ===== Navigation ===== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 2rem;
  transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}
.nav.is-scrolled {
  background: rgba(253, 251, 247, 0.95);
  box-shadow: 0 2px 20px rgba(44,42,48,0.08);
  backdrop-filter: blur(8px);
  padding: 0.7rem 2rem;
}
.nav__brand {
  font-family: var(--serif);
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  color: var(--ink);
}
.nav__menu { display: flex; gap: 1.8rem; align-items: center; }
.nav__menu a {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink);
  transition: color 0.25s ease;
}
.nav__menu a:hover { color: var(--gold-deep); }
.nav__cta { border: 1px solid currentColor; padding: 0.5rem 1.3rem; border-radius: 999px; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; }
.nav__toggle span { width: 26px; height: 2px; background: var(--ink); transition: background 0.3s ease; }

/* ===== Hero ===== */
.hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0;
  background: linear-gradient(150deg, #efe6d3, #f8f3e8 55%, #ffffff);
}
.hero__bg::after {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(184,155,99,0.16), transparent 45%),
                     radial-gradient(circle at 80% 70%, rgba(184,155,99,0.12), transparent 40%);
}
.hero__overlay { position: absolute; inset: 0; background: rgba(255,255,255,0.05); }
.hero__content { position: relative; z-index: 2; color: var(--ink); padding: 1.5rem; max-width: 760px; }
.hero__eyebrow { text-transform: uppercase; letter-spacing: 0.3em; font-size: 0.78rem; margin-bottom: 1.2rem; color: var(--gold-deep); }
.hero__title { font-size: clamp(2.6rem, 7vw, 4.6rem); font-weight: 400; margin-bottom: 1.2rem; }
.hero__title span { font-family: var(--script); font-weight: 400; color: var(--gold-deep); }
.hero__subtitle { font-size: clamp(1rem, 2vw, 1.2rem); color: var(--ink-soft); max-width: 560px; margin: 0 auto 2.2rem; }
.hero__ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ===== Trust strip ===== */
.trust {
  background: var(--cream);
  text-align: center;
  padding: 1.4rem 1.5rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--ink-soft);
}

/* ===== Sections ===== */
.section { padding: 6rem 1.5rem; max-width: var(--maxw); margin: 0 auto; }
.section__head { text-align: center; margin-bottom: 3.5rem; }
.section__head h2 { font-size: clamp(2.2rem, 5vw, 3.2rem); letter-spacing: 0.03em; }
.section__intro { max-width: 560px; margin: 1rem auto 0; color: var(--ink-soft); }

/* ===== Services ===== */
.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 2.2rem 1.8rem;
  box-shadow: var(--shadow);
  position: relative;
  transition: transform 0.3s ease;
}
.service-card:hover { transform: translateY(-6px); }
.service-card--featured { border: 1px solid var(--gold-light); }
.service-card__icon { font-size: 2.2rem; margin-bottom: 0.8rem; }
.service-card h3 { font-size: 1.4rem; margin-bottom: 0.6rem; }
.service-card p { font-size: 0.95rem; color: var(--ink-soft); }
.service-card__tag {
  position: absolute; top: -12px; right: 1.4rem;
  background: var(--gold); color: #fff;
  font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.1em;
  padding: 0.3rem 0.8rem; border-radius: 999px;
}

/* ===== Our Story ===== */
.section--story { background: var(--cream); max-width: none; }
.section--story .story { max-width: var(--maxw); margin: 0 auto; }
.story {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3rem;
  align-items: center;
}
.story__img img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: var(--shadow);
}
.story__text p { margin-bottom: 1.1rem; color: var(--ink); font-size: 1.05rem; }
.story__text h2 { margin-bottom: 1rem; font-size: clamp(2rem, 4vw, 2.8rem); }
.story__heart { color: var(--gold); }
.story__tagline {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--gold-deep);
  margin-top: 1.4rem;
}

/* ===== Portfolio ===== */
.portfolio-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}
.portfolio-tile {
  display: block;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  color: var(--ink);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.portfolio-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(44, 42, 48, 0.18);
}
.portfolio-tile__img {
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  background-color: var(--cream);
}
.portfolio-tile__info { padding: 1.5rem; }
.portfolio-tile__info h3 { font-size: 1.3rem; margin-bottom: 0.6rem; }
.portfolio-tile__info p { color: var(--ink-soft); font-size: 0.92rem; margin-bottom: 1rem; min-height: 3.2rem; }
.portfolio-tile__cta {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--gold-deep);
}
.portfolio-tile:hover .portfolio-tile__cta { color: var(--ink); }

/* ===== Process ===== */
.section--process { background: var(--cream); max-width: none; }
.section--process .section__head { max-width: var(--maxw); margin: 0 auto 3.5rem; }
.process {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}
.process__step { text-align: center; }
.process__num {
  font-family: var(--serif);
  font-size: 2.6rem;
  color: var(--gold-light);
  margin-bottom: 0.6rem;
}
.process__step h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.process__step p { font-size: 0.92rem; color: var(--ink-soft); }

/* ===== Pricing ===== */
.currency-toggle {
  display: inline-flex;
  margin-top: 1.5rem;
  border: 1px solid var(--gold-light);
  border-radius: 999px;
  padding: 3px;
  gap: 3px;
}
.currency-toggle__btn {
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.currency-toggle__btn.is-active {
  background: var(--gold-deep);
  color: #fff;
}
.pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  align-items: start;
}
.price-card {
  background: #fff;
  border-radius: 14px;
  padding: 2.4rem 2rem;
  box-shadow: var(--shadow);
  text-align: center;
  position: relative;
}
.price-card--featured { border: 2px solid var(--gold); transform: scale(1.03); }
.price-card__tag {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: #fff;
  font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.1em;
  padding: 0.35rem 1rem; border-radius: 999px; white-space: nowrap;
}
.price-card h3 { font-size: 1.5rem; margin-bottom: 0.6rem; }
.price-card__price { font-family: var(--serif); font-size: 2.4rem; color: var(--slate-d); margin-bottom: 0.8rem; }
.price-card__desc { color: var(--ink-soft); font-size: 0.92rem; margin-bottom: 1.4rem; min-height: 3.5rem; }
.price-card ul { list-style: none; text-align: left; margin-bottom: 1.8rem; display: grid; gap: 0.55rem; }
.price-card li { font-size: 0.9rem; padding-left: 1.4rem; position: relative; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }

/* ===== Contact ===== */
.section--contact { max-width: none; background: linear-gradient(150deg, #f4f6f9, var(--ivory) 60%); }
.section--contact .section__head, .contact-form { max-width: 720px; margin-left: auto; margin-right: auto; }
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.3rem;
  background: #fff;
  padding: 2.4rem 2.2rem;
  border-radius: 14px;
  box-shadow: var(--shadow);
}
.field { display: flex; flex-direction: column; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.5rem; color: var(--ink-soft); }
.field input, .field select, .field textarea {
  font-family: var(--sans);
  font-size: 0.95rem;
  padding: 0.8rem 1rem;
  border: 1px solid #e3ddd0;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  transition: border 0.25s ease, box-shadow 0.25s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--slate);
  box-shadow: 0 0 0 3px rgba(97,116,143,0.15);
}
.contact-form .btn { grid-column: 1 / -1; justify-self: center; }
.contact-form__msg { grid-column: 1 / -1; text-align: center; font-size: 0.95rem; min-height: 1.2rem; }
.contact-form__msg.is-ok { color: var(--slate-d); font-weight: 500; }
.contact-form__msg.is-err { color: var(--rose); font-weight: 500; }

/* ===== Footer ===== */
.footer { text-align: center; padding: 3.5rem 1.5rem; background: var(--ink); color: var(--ivory); }
.footer__brand { font-family: var(--serif); font-size: 1.8rem; margin-bottom: 0.4rem; }
.footer__tag { font-size: 0.9rem; opacity: 0.8; margin-bottom: 1rem; }
.footer__copy { font-size: 0.75rem; opacity: 0.5; letter-spacing: 0.05em; }

/* ===== Reveal on scroll ===== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .services { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .pricing { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .price-card--featured { transform: none; }
}
@media (max-width: 760px) {
  .nav__toggle { display: flex; }
  .nav__menu {
    position: fixed; top: 0; right: 0; height: 100vh; width: 72%; max-width: 300px;
    background: var(--ivory);
    flex-direction: column; justify-content: center; gap: 2rem;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    box-shadow: -10px 0 40px rgba(0,0,0,0.1);
  }
  .nav__menu.is-open { transform: translateX(0); }
  .nav__menu a { color: var(--ink) !important; font-size: 1rem; }
  .story { grid-template-columns: 1fr; }
  .services { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr; }
}
