/* Lady Katharine — Bespoke Luxury Wedding & Event Planning.
   Design: ivory ground, champagne gold + soft taupe, Didone display serif,
   very generous whitespace. Deliberately unlike the sibling balloon/floral
   sites — this is restrained, formal, high-end. No sage, no slate, no rust. */

:root {
  --bg:      #f8f4ed;        /* warm ivory */
  --bg-soft: #f0eade;        /* deeper ivory, sections */
  --ink:     #2c2820;        /* near-black warm brown */
  --muted:   #7a6e5f;        /* warm taupe */
  --primary: #bfa06a;        /* champagne gold */
  --accent:  #8c7045;        /* deep gold / antique */
  --line:    #e3d8c4;
  --border:  #e3d8c4;
  --card:    #fdfaf5;
  --maxw:    1060px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Optima", "Gill Sans", "Gill Sans MT", Seravek, "Trebuchet MS", Verdana, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.82;
  font-size: 17px;
}

h1, h2, h3, h4 {
  font-family: "Didot", "Bodoni MT", "Playfair Display", "Libre Baskerville", "Times New Roman", Georgia, serif;
  font-weight: 400;
  line-height: 1.14;
  margin: 0;
  color: var(--ink);
  letter-spacing: 0.015em;
}

a { color: var(--accent); }
img { max-width: 100%; display: block; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.36em;
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--primary);
  margin: 0 0 18px;
}

/* ---- Hairline rule ornament ---- */
.rule {
  display: block;
  width: 56px;
  height: 1px;
  background: var(--primary);
  margin: 0 auto 28px;
  opacity: 0.7;
}

/* ---- Header ---- */
header {
  background: rgba(248,244,237,.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}
nav {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Didot", "Bodoni MT", "Playfair Display", "Libre Baskerville", Georgia, serif;
  font-size: 1.42rem;
  font-weight: 400;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: 0.04em;
}
.brand-icon { width: 26px; height: 26px; flex-shrink: 0; color: var(--primary); }
.brand-icon path, .brand-icon circle, .brand-icon ellipse, .brand-icon line { vector-effect: non-scaling-stroke; }
.brand:hover .brand-icon { color: var(--accent); transition: color 0.15s ease; }
.brand-text { color: var(--ink); }
.nav-links { display: flex; gap: 30px; flex-wrap: wrap; }
.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 600;
  transition: color .15s;
}
.nav-links a:hover { color: var(--primary); }

/* ---- Hero ---- */
.hero {
  background: linear-gradient(172deg, color-mix(in srgb, var(--primary) 7%, var(--bg)) 0%, var(--bg) 64%);
  text-align: center;
  padding: 104px 28px 82px;
  position: relative;
}
.hero::before {
  content: '';
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 1px;
  background: var(--primary);
  opacity: 0.55;
}
.hero h1 {
  font-size: 3.2rem;
  max-width: 18ch;
  margin: 0 auto 24px;
  font-weight: 400;
  font-family: "Didot", "Bodoni MT", "Playfair Display", Georgia, serif;
}
.hero p { font-size: 1.15rem; color: var(--muted); max-width: 52ch; margin: 0 auto 32px; }
.hero .btn { margin: 0 5px 8px; }

/* ---- Buttons ---- */
.btn {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  padding: 13px 32px;
  border-radius: 1px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  transition: background .15s, transform .12s;
}
.btn:hover { background: var(--accent); color: #fff; transform: translateY(-1px); }
.btn-soft {
  background: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
}
.btn-soft:hover { background: var(--primary); color: #fff; }
.btn-outline {
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--accent);
}
.btn-outline:hover { background: var(--accent); color: #fff; }

/* ---- Sections ---- */
section { padding: 74px 0; }
section.soft { background: var(--bg-soft); }
.section-head { text-align: center; max-width: 58ch; margin: 0 auto 50px; }
.section-head h2 { font-size: 2.3rem; margin-bottom: 16px; }
section h2 { font-size: 2.1rem; margin-bottom: 14px; }
section p { color: var(--muted); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.split.reverse .ph { order: 2; }
.ph {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 24px 52px rgba(44,40,32,.13);
}
.ph::after {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(191,160,106,.3);
  pointer-events: none;
}
.ph img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---- Card grid ---- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
  transition: transform .16s, box-shadow .16s;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(44,40,32,.10); }
.card img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.card-body { padding: 26px 28px 30px; }
.pill {
  display: inline-block;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 600;
  color: var(--primary);
  border: 1px solid color-mix(in srgb, var(--primary) 45%, transparent);
  padding: 4px 14px;
  border-radius: 30px;
  margin-bottom: 14px;
}
.card h3 { font-size: 1.28rem; margin-bottom: 9px; }
.card p { font-size: 0.94rem; margin: 0; color: var(--muted); }

/* ---- Services tier list ---- */
.tier { border: 1px solid var(--line); border-radius: 2px; background: var(--card); padding: 36px 38px; margin-bottom: 24px; }
.tier h3 { font-size: 1.46rem; margin-bottom: 10px; }
.tier .tier-tag {
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}
.tier p { color: var(--muted); margin: 0 0 14px; }
.tier ul { margin: 0; padding-left: 20px; color: var(--muted); }
.tier ul li { margin-bottom: 6px; font-size: 0.96rem; }

/* ---- Prose ---- */
.prose { max-width: 68ch; margin: 0 auto; }
.prose h2 { font-size: 1.82rem; margin: 50px 0 14px; }
.prose h3 { font-size: 1.3rem; margin: 34px 0 8px; }
.prose p, .prose li { color: #5a5047; }
.prose ul, .prose ol { padding-left: 22px; }
.prose li { margin-bottom: 8px; }
.note {
  background: var(--card);
  border: 1px solid var(--line);
  border-left: 3px solid var(--primary);
  border-radius: 2px;
  padding: 20px 26px;
  margin: 32px 0;
}
.note p { margin: 0; color: var(--ink); }
.pull {
  font-family: "Didot", "Bodoni MT", "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 1.56rem;
  line-height: 1.5;
  color: var(--primary);
  text-align: center;
  max-width: 30ch;
  margin: 48px auto;
}

/* ---- Steps / process list ---- */
.steps { counter-reset: step; list-style: none; padding: 0; margin: 0; }
.steps li {
  counter-increment: step;
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 36px;
}
.steps li::before {
  content: counter(step, decimal-leading-zero);
  font-family: "Didot", "Bodoni MT", Georgia, serif;
  font-size: 1.5rem;
  color: var(--primary);
  opacity: 0.6;
  flex-shrink: 0;
  width: 44px;
  line-height: 1.2;
}
.steps li h3 { font-size: 1.22rem; margin-bottom: 6px; }
.steps li p { color: var(--muted); margin: 0; font-size: 0.97rem; }

/* ---- CTA ---- */
.cta {
  background: var(--ink);
  color: #ece5d8;
  text-align: center;
  padding: 80px 28px;
}
.cta h2 { font-size: 2.1rem; margin-bottom: 14px; color: #f5f0e6; }
.cta p { color: #b5a998; max-width: 50ch; margin: 0 auto 28px; }
.cta .btn-soft { color: var(--primary); border-color: var(--primary); }

/* ---- Footer ---- */
footer {
  background: var(--ink);
  color: #b5a998;
  padding: 58px 0 34px;
  border-top: 1px solid rgba(191,160,106,.2);
}
.footer-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 40px;
  text-align: left;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(191,160,106,.15);
}
.footer-grid h4 {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-family: inherit;
}
.footer-grid p,
.footer-grid a {
  font-size: 0.9rem;
  color: #9e9282;
  display: block;
  margin-bottom: 6px;
  text-decoration: none;
  line-height: 1.55;
}
.footer-grid a:hover { color: var(--primary); }
.footer-meta {
  font-size: 0.8rem;
  color: #7a6e5f;
  opacity: 0.75;
  text-align: center;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px;
}

/* ---- Responsive ---- */
@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; gap: 32px; }
  .split.reverse .ph { order: 0; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 2.5rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
}
@media (max-width: 540px) {
  .grid-3 { grid-template-columns: 1fr; }
  nav { flex-direction: column; align-items: flex-start; gap: 12px; }
  .hero h1 { font-size: 2.1rem; }
  .tier { padding: 24px 22px; }
}
