@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Jost:wght@300;400;500;600&display=swap');

:root {
  --cream: #FAF5EC;
  --cream-alt: #F2EAD9;
  --charcoal: #211D19;
  --charcoal-2: #1B1815;
  --charcoal-card: #2A241E;
  --line-dark: #3A332C;
  --line-light: #E4D6B8;
  --ink: #2B2620;
  --ink-soft: #5C5040;
  --ink-soft-2: #4A3F33;
  --gold: #C9A15C;
  --gold-deep: #A67C3D;
  --cream-text: #F3ECDF;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Jost', sans-serif;
  color: var(--ink);
  background: var(--charcoal-2);
}
img { max-width: 100%; display: block; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-deep); }
::selection { background: var(--gold); color: var(--charcoal); }

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 500;
}
.eyebrow--dark { color: var(--gold); }

h1, h2, h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  margin: 0;
  color: var(--ink);
}
.headline { font-variant: small-caps; letter-spacing: 0.02em; }

.btn {
  display: inline-block;
  padding: 14px 34px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--gold);
  cursor: pointer;
}
.btn--solid { background: var(--gold); color: var(--charcoal); font-weight: 600; }
.btn--dark-border { color: var(--gold-deep); border-color: var(--gold-deep); }

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

/* NAV */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 32px;
  background: var(--charcoal);
  border-bottom: 1px solid var(--line-dark);
  position: sticky;
  top: 0;
  z-index: 20;
}
.nav-brand { display: flex; align-items: center; gap: 12px; }

/* Logo mark — recreated from Young Designs' own wordmark (flourish "Y" + tulip + script) */
.logo-icon { flex-shrink: 0; }
.logo-icon--nav { height: 38px; width: auto; }
.logo-icon--footer { height: 34px; width: auto; }
.logo-lockup { width: 300px; height: auto; margin: 0 auto 4px; }

.nav-wordmark {
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream-text);
  font-weight: 500;
  white-space: nowrap;
}
.nav-links { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.nav-links a {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(243,236,223,0.75);
  font-weight: 400;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta { flex-shrink: 0; white-space: nowrap; padding: 10px 20px; font-size: 11px; }

/* HERO */
.hero {
  position: relative;
  background: linear-gradient(rgba(27,24,21,0.72), rgba(27,24,21,0.82)),
              url('../assets/stock/hero-couple-bouquet.jpg') center 30% / cover no-repeat;
  padding: 110px 32px 120px;
  text-align: center;
  color: var(--cream-text);
}
.hero-inner { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 22px; }
.hero h1 { font-size: clamp(42px, 7vw, 66px); color: var(--cream-text); line-height: 1.05; }
.hero-tagline { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 22px; color: var(--gold); margin: 0; }
.hero-sub { font-size: 16px; line-height: 1.8; color: rgba(243,236,223,0.85); font-weight: 300; margin: 0; max-width: 560px; }

/* SECTIONS */
.section { padding: 100px 32px; }
.section--cream { background: var(--cream); }
.section--alt { background: var(--cream-alt); }
.section--charcoal { background: var(--charcoal); border-top: 1px solid var(--line-dark); }
.section-head { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; max-width: 640px; margin: 0 auto 52px; }
.section-head p { font-size: 16px; line-height: 1.8; color: var(--ink-soft); font-weight: 300; margin: 0; }
.section-head--dark h2 { color: var(--cream-text); }

/* TWO COL */
.two-col {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 60px;
  align-items: center;
}
.two-col img, .two-col .ph {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border: 1px solid var(--gold);
}
.two-col h2 { font-size: 40px; line-height: 1.15; }
.two-col p { font-size: 16px; line-height: 1.85; color: var(--ink-soft-2); font-weight: 300; margin: 0 0 18px; }
.two-col p:last-of-type { margin-bottom: 0; }

/* PLACEHOLDER */
.ph {
  position: relative;
  background: linear-gradient(135deg, #EFE6D2 0%, #E4D6B8 45%, #D9C79C 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ph::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(201,161,92,0.55); }
.ph-inner { display: flex; flex-direction: column; align-items: center; gap: 10px; color: #8A7752; z-index: 1; }
.ph-inner svg { width: 30px; height: 30px; }
.ph-inner span { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; }
.ph--dark { background: linear-gradient(135deg, #2A241E 0%, #322B22 100%); }
.ph--dark::before { border-color: rgba(201,161,92,0.4); }
.ph--dark .ph-inner { color: rgba(243,236,223,0.55); }
.ph--dark .ph-inner svg { stroke: rgba(243,236,223,0.55); }

/* SERVICES */
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 30px; }
.card {
  background: var(--cream);
  border: 1px solid var(--line-light);
  padding: 38px 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.card--alt-bg { background: var(--cream); }
.icon-circle {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--cream-alt);
  display: flex; align-items: center; justify-content: center;
}
.icon-circle svg { width: 26px; height: 26px; stroke: var(--gold); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.card h3 { font-size: 22px; font-weight: 600; }
.card p { font-size: 15px; line-height: 1.75; color: var(--ink-soft); font-weight: 300; margin: 0; }
.tag {
  width: fit-content;
  padding: 5px 12px;
  background: rgba(201,161,92,0.14);
  color: var(--gold-deep);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 20px;
}

/* PUMPKIN BANNER */
.banner-two-col .two-col { gap: 56px; }
.banner-two-col img, .banner-two-col .ph { height: 320px; }
.banner-two-col h2 { color: var(--cream-text); font-size: 38px; }
.banner-two-col p { color: rgba(243,236,223,0.8); }

/* TESTIMONIALS */
.rating-row {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(243,236,223,0.65);
  font-weight: 400;
}
.rating-row--light { color: var(--ink-soft); }
.grid-3.testimonials { margin-top: 8px; }
.quote-card {
  border: 1px solid var(--line-dark);
  background: var(--charcoal-card);
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.quote-card--light { background: var(--cream-alt); border-color: var(--line-light); }
.quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 54px;
  color: var(--gold);
  line-height: 0.5;
  height: 30px;
  display: block;
}
.quote-card p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(243,236,223,0.92);
  margin: 0;
}
.quote-card--light p { color: var(--ink-soft-2); }
.quote-attr { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.quote-attr--light { color: var(--gold-deep); }

/* PILLARS (about) */
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 26px; }
.pillar {
  background: var(--cream);
  border: 1px solid var(--line-light);
  padding: 32px 30px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.pillar svg { width: 26px; height: 26px; stroke: var(--gold); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; margin-top: 4px; }
.pillar h3 { font-size: 20px; font-weight: 600; margin: 0 0 8px; }
.pillar p { font-size: 15px; line-height: 1.75; color: var(--ink-soft); font-weight: 300; margin: 0; }

/* BIG QUOTE */
.big-quote {
  padding: 100px 32px;
  background: var(--charcoal);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.big-quote .quote-mark { font-size: 60px; height: 32px; }
.big-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.5;
  color: var(--cream-text);
  max-width: 740px;
  margin: 0;
}

/* CTA */
.cta {
  padding: 100px 32px;
  background: var(--charcoal);
  border-top: 1px solid var(--line-dark);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.cta h2 { color: var(--cream-text); font-size: clamp(28px, 4vw, 38px); max-width: 620px; }
.cta p { color: rgba(243,236,223,0.8); font-size: 16px; line-height: 1.8; font-weight: 300; max-width: 500px; margin: 0; }
.cta-contact { display: flex; gap: 26px; flex-wrap: wrap; justify-content: center; font-size: 14px; color: rgba(243,236,223,0.85); font-weight: 300; }

/* FOOTER */
.footer {
  padding: 60px 32px 30px;
  background: var(--charcoal-2);
  border-top: 1px solid var(--line-dark);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer-top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.footer-brand { display: flex; flex-direction: column; gap: 14px; max-width: 300px; }
.footer-brand-row { display: flex; align-items: center; gap: 10px; }
.footer-brand-row span { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--cream-text); font-weight: 500; }
.footer-brand p { margin: 0; font-size: 13px; line-height: 1.7; color: rgba(243,236,223,0.6); font-weight: 300; }
.footer-nav { display: flex; flex-direction: column; gap: 12px; }
.footer-nav a { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(243,236,223,0.7); }
.footer-contact { display: flex; flex-direction: column; gap: 12px; }
.footer-contact-row { display: flex; align-items: center; gap: 10px; }
.footer-contact-row svg { width: 17px; height: 17px; stroke: var(--gold); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.footer-contact-row span { font-size: 13px; color: rgba(243,236,223,0.8); font-weight: 300; }
.footer-social { display: flex; gap: 14px; margin-top: 4px; }
.footer-social svg { width: 19px; height: 19px; stroke: var(--gold); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.footer-bottom { border-top: 1px solid var(--line-dark); padding-top: 22px; text-align: center; }
.footer-bottom span { font-size: 12px; color: rgba(243,236,223,0.45); font-weight: 300; }
.footer--centered { align-items: center; text-align: center; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .two-col, .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .two-col img, .two-col .ph { height: 320px; }
  .nav-links { display: none; }
  .section { padding: 70px 24px; }
  .hero { padding: 90px 24px 90px; }
  .footer-top { flex-direction: column; }
}
