*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink: #1a1814;
  --ink-mid: #3b3730;
  --ink-soft: #6b6560;
  --gold: #b8963e;
  --gold-light: #d4af6a;
  --gold-pale: #f5edda;
  --cream: #faf8f4;
  --white: #ffffff;
  --border: rgba(184,150,62,0.25);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Jost', sans-serif;
  background: var(--cream);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
}

/* NAV LOGO IMAGE */
.nav-logo {
  display: flex; flex-direction: column; align-items: flex-start;
  text-decoration: none; gap: 0.1rem; line-height: 1;
}
.nav-logo-img {
  height: 44px; width: auto;
  mix-blend-mode: multiply;   /* makes cream background disappear on cream nav */
  transition: opacity 0.2s;
}
.nav-logo-img:hover { opacity: 0.75; }

/* FOOTER LOGO — use text version, PNG has light bg that clashes with dark footer */
.footer-logo {
  display: flex; flex-direction: column; align-items: flex-start;
  text-decoration: none;
}
.footer-logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; font-weight: 500; letter-spacing: 0.04em;
  color: rgba(255,255,255,0.5);
}
.footer-logo-text span { color: var(--gold); }
.footer-logo-sub {
  font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); opacity: 0.7; margin-top: 0.2rem;
}

/* NAV TAGLINE */
.nav-tagline {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.6rem; font-weight: 300; font-style: normal;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); opacity: 0.8;
  margin-top: 0.15rem;
}

/* HERO TAGLINE DISPLAY */
.hero-tagline-display {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem; font-style: italic; font-weight: 300;
  color: var(--gold-light); opacity: 0.75;
  letter-spacing: 0.04em;
  margin-bottom: 1.75rem;
  margin-top: -0.75rem;
}

/* 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 5%;
  background: rgba(250,248,244,0.94);
  backdrop-filter: blur(12px);
  border-bottom: 0.5px solid var(--border);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; font-weight: 500; letter-spacing: 0.04em;
  color: var(--ink); text-decoration: none;
}
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a {
  font-size: 0.78rem; font-weight: 400; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--ink-soft);
  text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta {
  font-size: 0.78rem; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--gold);
  border: 0.5px solid var(--gold); padding: 0.55rem 1.4rem;
  text-decoration: none; transition: all 0.25s;
}
.nav-cta:hover { background: var(--gold); color: var(--white); }

/* HERO */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  padding: 8rem 5% 5rem;
  background: var(--ink);
  position: relative; overflow: hidden;
}
.hero-texture {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 75% 30%, rgba(184,150,62,0.08) 0%, transparent 55%),
    radial-gradient(circle at 20% 75%, rgba(184,150,62,0.05) 0%, transparent 40%);
}
.hero-line {
  position: absolute; top: 0; left: 42%; width: 0.5px;
  height: 100%; background: rgba(184,150,62,0.15);
}
.hero-content { position: relative; z-index: 1; max-width: 700px; }
.hero-eyebrow {
  font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 2rem; display: flex; align-items: center; gap: 1rem;
}
.hero-eyebrow::before {
  content: ''; display: inline-block; width: 40px; height: 0.5px; background: var(--gold);
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 300; line-height: 1.1;
  color: var(--white); margin-bottom: 1.5rem;
}
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero-desc {
  font-size: 1rem; font-weight: 300; color: rgba(255,255,255,0.55);
  max-width: 440px; margin-bottom: 3rem; line-height: 1.8;
}
.hero-actions { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.btn-primary {
  font-size: 0.78rem; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ink);
  background: var(--gold); padding: 1rem 2.2rem;
  text-decoration: none; transition: background 0.25s;
  display: inline-block;
}
.btn-primary:hover { background: var(--gold-light); }
.btn-ghost {
  font-size: 0.78rem; font-weight: 400; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255,255,255,0.65);
  border: 0.5px solid rgba(255,255,255,0.2); padding: 1rem 2.2rem;
  text-decoration: none; transition: all 0.25s; display: inline-block;
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-light); }
.hero-stats {
  position: absolute; right: 5%; bottom: 4rem;
  display: flex; flex-direction: column; gap: 2.5rem; z-index: 1;
}
.stat { text-align: right; }
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem; font-weight: 300; color: var(--gold); line-height: 1;
}
.stat-label {
  font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(255,255,255,0.4); margin-top: 0.3rem;
}

/* SECTION BASE */
section { padding: 7rem 5%; }
.section-eyebrow {
  font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1rem; display: flex; align-items: center; gap: 1rem;
}
.section-eyebrow::before {
  content: ''; display: inline-block; width: 30px; height: 0.5px; background: var(--gold);
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 400; line-height: 1.2;
  color: var(--ink); margin-bottom: 1rem;
}
.section-title em { font-style: italic; color: var(--gold); }

/* SERVICES */
#services { background: var(--white); }
.services-header { max-width: 600px; margin-bottom: 4rem; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5px; background: var(--border);
  border: 0.5px solid var(--border);
}
.service-card {
  background: var(--white); padding: 2.5rem;
  transition: background 0.3s; cursor: default;
  position: relative; overflow: hidden;
}
.service-card::after {
  content: ''; position: absolute; left: 0; top: 0;
  width: 2px; height: 0; background: var(--gold);
  transition: height 0.35s ease;
}
.service-card:hover { background: var(--gold-pale); }
.service-card:hover::after { height: 100%; }
.service-icon {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem; font-weight: 300; color: var(--gold);
  opacity: 0.5; margin-bottom: 1.5rem; display: block; line-height: 1;
}
.service-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem; font-weight: 500; margin-bottom: 0.8rem; color: var(--ink);
}
.service-desc { font-size: 0.9rem; color: var(--ink-soft); font-weight: 300; line-height: 1.75; }

/* ABOUT */
#about {
  background: var(--cream);
  display: grid; grid-template-columns: 360px 1fr; gap: 5rem; align-items: center;
  padding: 7rem 5%;
}
.about-portrait {
  position: relative; width: 100%; max-width: 360px;
  aspect-ratio: 3/4;
  background: var(--cream); overflow: hidden;
}
.about-portrait-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem; font-weight: 300; color: rgba(0,0,0,0.08);
}
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.about-portrait-frame {
  position: absolute; top: -1.5rem; left: -1.5rem; right: 1.5rem; bottom: 1.5rem;
  border: 0.5px solid var(--border); z-index: -1;
}
.about-badge {
  position: absolute; bottom: -1.5rem; right: -1.5rem;
  background: var(--gold); padding: 1.5rem; text-align: center;
}
.about-badge-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem; font-weight: 300; color: var(--white); line-height: 1;
}
.about-badge-text { font-size: 0.7rem; letter-spacing: 0.1em; color: rgba(255,255,255,0.8); }
.about-content { padding: 2rem 0; }
.about-desc { font-size: 1rem; color: var(--ink-soft); font-weight: 300; margin-bottom: 1.5rem; }

/* PROCESS */
#process { background: var(--ink); }
#process .section-title { color: var(--white); }
.process-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; margin-top: 4rem;
  border: 0.5px solid rgba(184,150,62,0.2);
}
.process-step {
  padding: 2.5rem 2rem;
  border-right: 0.5px solid rgba(184,150,62,0.2);
}
.process-step:last-child { border-right: none; }
.step-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem; font-weight: 300; color: rgba(184,150,62,0.15);
  line-height: 1; margin-bottom: 1.5rem; display: block;
}
.step-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 500; color: var(--white); margin-bottom: 0.8rem;
}
.step-desc { font-size: 0.88rem; color: rgba(255,255,255,0.4); font-weight: 300; line-height: 1.75; }

/* TESTIMONIALS */
#testimonials { background: var(--gold-pale); text-align: center; padding: 6rem 5%; }
.testimonial-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem); font-weight: 400; font-style: italic;
  color: var(--ink); max-width: 750px; margin: 2rem auto; line-height: 1.6;
}
.testimonial-author {
  font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold);
}
.testimonial-dots { display: flex; gap: 0.5rem; justify-content: center; margin-top: 2.5rem; }
.dot { width: 6px; height: 6px; background: var(--gold); cursor: pointer; transition: opacity 0.2s; }
.dot.inactive { opacity: 0.25; }

/* CONTACT */
#contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; margin-top: 4rem; }
.contact-info h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem; font-weight: 500; margin-bottom: 1.5rem; color: var(--ink);
}
.contact-item { display: flex; gap: 1rem; margin-bottom: 1.5rem; align-items: flex-start; }
.contact-item-icon {
  width: 36px; height: 36px; border: 0.5px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--gold); font-size: 0.9rem;
}
.contact-item-label { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); }
.contact-item-value { font-size: 0.95rem; color: var(--ink); margin-top: 0.2rem; }
.contact-form { display: flex; flex-direction: column; gap: 1.2rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); }
.form-group input, .form-group select, .form-group textarea {
  font-family: 'Jost', sans-serif; font-size: 0.9rem;
  border: 0.5px solid #d0cbc0; background: var(--cream);
  padding: 0.85rem 1rem; color: var(--ink); outline: none;
  transition: border-color 0.2s; width: 100%;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-notice {
  font-size: 0.78rem; color: var(--ink-soft); margin-top: 0.5rem;
}
.form-submit {
  font-family: 'Jost', sans-serif; font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  background: var(--gold); color: var(--white); border: none;
  padding: 1rem 2.5rem; cursor: pointer; transition: background 0.25s;
  align-self: flex-start; margin-top: 0.5rem;
}
.form-submit:hover { background: var(--ink); }
.form-success {
  background: #eaf3de; border-left: 3px solid #3B6D11;
  padding: 1rem 1.25rem; font-size: 0.9rem; color: #27500a;
}
.form-error {
  background: #fcebeb; border-left: 3px solid #A32D2D;
  padding: 1rem 1.25rem; font-size: 0.9rem; color: #501313;
}

/* BLOG */
.page-header {
  background: var(--ink); padding: 10rem 5% 5rem;
  position: relative; overflow: hidden;
}
.page-header::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 70% 50%, rgba(184,150,62,0.07) 0%, transparent 60%);
}
.page-header-content { position: relative; z-index: 1; }
.page-header h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 300;
  color: var(--white); line-height: 1.1; margin-bottom: 1rem;
}
.page-header h1 em { font-style: italic; color: var(--gold-light); }
.page-header p { font-size: 1rem; color: rgba(255,255,255,0.5); max-width: 500px; font-weight: 300; }

.blog-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem; padding: 5rem 5%;
}
.blog-card {
  background: var(--white); border: 0.5px solid var(--border);
  display: flex; flex-direction: column; transition: border-color 0.25s;
}
.blog-card:hover { border-color: var(--gold); }
.blog-card-img {
  height: 200px; background: var(--ink-mid);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-img-placeholder {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem; font-weight: 300; color: rgba(255,255,255,0.1);
}
.blog-card-body { padding: 2rem; flex: 1; display: flex; flex-direction: column; }
.blog-card-meta {
  display: flex; gap: 1rem; margin-bottom: 1rem;
  font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold);
}
.blog-card h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; font-weight: 500; color: var(--ink);
  margin-bottom: 0.8rem; line-height: 1.3;
}
.blog-card-excerpt { font-size: 0.9rem; color: var(--ink-soft); font-weight: 300; flex: 1; }
.blog-card-link {
  display: inline-block; margin-top: 1.5rem;
  font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); text-decoration: none; border-bottom: 0.5px solid var(--border);
  padding-bottom: 0.25rem; transition: border-color 0.2s;
}
.blog-card-link:hover { border-color: var(--gold); }

/* SINGLE POST */
.post-layout { display: grid; grid-template-columns: 1fr 300px; gap: 4rem; padding: 5rem 5%; }
.post-content { max-width: 720px; }
.post-meta { display: flex; gap: 1.5rem; margin-bottom: 2rem; flex-wrap: wrap; }
.post-meta span { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); }
.post-meta .tag {
  background: var(--gold-pale); color: var(--gold);
  padding: 0.2rem 0.6rem; font-size: 0.7rem; letter-spacing: 0.08em;
}
.post-body { font-size: 1rem; font-weight: 300; color: var(--ink-mid); line-height: 1.9; }
.post-body h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; font-weight: 400; color: var(--ink);
  margin: 2.5rem 0 1rem;
}
.post-body h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 500; color: var(--ink); margin: 2rem 0 0.75rem;
}
.post-body p { margin-bottom: 1.5rem; }
.post-body ul, .post-body ol { margin: 0 0 1.5rem 1.5rem; }
.post-body li { margin-bottom: 0.5rem; }
.post-body strong { font-weight: 500; color: var(--ink); }
.post-body a { color: var(--gold); text-decoration: none; border-bottom: 0.5px solid var(--border); }
.post-body blockquote {
  border-left: 2px solid var(--gold); padding: 1rem 1.5rem;
  margin: 2rem 0; background: var(--gold-pale);
  font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-style: italic;
}
.post-sidebar { padding-top: 0.5rem; }
.sidebar-widget { margin-bottom: 2.5rem; }
.sidebar-widget h3 {
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ink-soft); margin-bottom: 1rem;
  padding-bottom: 0.5rem; border-bottom: 0.5px solid var(--border);
}
.sidebar-link {
  display: block; font-size: 0.9rem; color: var(--ink-mid);
  text-decoration: none; padding: 0.5rem 0;
  border-bottom: 0.5px solid var(--border); transition: color 0.2s;
}
.sidebar-link:hover { color: var(--gold); }
.sidebar-cta {
  background: var(--ink); padding: 2rem; text-align: center;
}
.sidebar-cta p { font-size: 0.9rem; color: rgba(255,255,255,0.6); margin-bottom: 1.5rem; font-weight: 300; }

/* FOOTER */
footer {
  background: var(--ink); padding: 3rem 5%;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
}
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1rem; color: rgba(255,255,255,0.5); text-decoration: none; }
.footer-logo span { color: var(--gold); }
.footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.3); letter-spacing: 0.05em; }
.footer-links { display: flex; gap: 2rem; }
.footer-links a {
  font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.2s;
}
.footer-links a:hover { color: var(--gold); }

/* SCROLL ANIMATIONS */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ── HAMBURGER MENU BUTTON ── */
.nav-hamburger {
  display: none;
  flex-direction: column; justify-content: center; gap: 5px;
  background: none; border: none; cursor: pointer;
  padding: 4px; width: 32px; height: 32px;
}
.nav-hamburger span {
  display: block; height: 1.5px; background: var(--ink);
  transition: all 0.3s ease; transform-origin: center;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── MOBILE NAV DRAWER ── */
.mobile-nav {
  display: none; position: fixed; inset: 0; z-index: 99;
  background: var(--cream); padding: 6rem 8% 3rem;
  flex-direction: column; justify-content: center; align-items: flex-start;
  gap: 0;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 7vw, 3rem); font-weight: 300; color: var(--ink);
  text-decoration: none; letter-spacing: 0.02em; line-height: 1.3;
  padding: 0.4rem 0; border-bottom: 0.5px solid var(--border); width: 100%;
  transition: color 0.2s;
}
.mobile-nav a:hover { color: var(--gold); }
.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav-cta {
  display: inline-block; margin-top: 2rem;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.8rem !important; font-weight: 500 !important;
  letter-spacing: 0.12em !important; text-transform: uppercase !important;
  background: var(--gold); color: var(--white) !important;
  padding: 0.9rem 2rem; border-bottom: none !important; width: auto !important;
}
.mobile-nav-tagline {
  font-family: 'Jost', sans-serif; font-size: 0.7rem;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold);
  opacity: 0.7; margin-top: 2rem;
}

/* ════════════════════════════════════════════
   TABLET  ≤ 900px
════════════════════════════════════════════ */
@media (max-width: 900px) {

  /* Nav */
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  nav { padding: 1rem 5%; }

  /* Hero */
  .hero { padding: 7rem 6% 4rem; min-height: auto; }
  .hero-stats {
    position: static; flex-direction: row; flex-wrap: wrap;
    margin-top: 3rem; gap: 2rem;
  }
  .stat { text-align: left; }
  .stat-num { font-size: 2.2rem; }
  .hero-line { display: none; }

  /* About */
  #about {
    grid-template-columns: 1fr;
    padding: 5rem 6%;
    gap: 3rem;
    justify-items: center;
  }
  .about-portrait {
    max-width: 300px; width: 100%;
    aspect-ratio: 3/4;
    margin: 0 auto;
  }
  .about-portrait-frame { display: none; }
  .about-badge {
    bottom: -1rem; right: -1rem;
    padding: 1rem;
  }
  .about-badge-num { font-size: 1.8rem; }
  .about-content { padding: 0; width: 100%; }

  /* Services */
  .services-grid { grid-template-columns: 1fr 1fr; }
  section { padding: 5rem 6%; }

  /* Process */
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-step {
    border-right: none;
    border-bottom: 0.5px solid rgba(184,150,62,0.2);
  }

  /* Contact */
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }

  /* Blog */
  .blog-grid { grid-template-columns: 1fr 1fr; padding: 3rem 6%; }

  /* Post */
  .post-layout { grid-template-columns: 1fr; padding: 3rem 6%; }
  .post-sidebar { display: none; }

  /* Footer */
  footer {
    flex-direction: column; align-items: flex-start;
    gap: 1.5rem; padding: 2.5rem 6%;
  }
  .footer-links { flex-wrap: wrap; gap: 1rem 1.5rem; }
}

/* ════════════════════════════════════════════
   MOBILE  ≤ 600px
════════════════════════════════════════════ */
@media (max-width: 600px) {

  /* General spacing */
  section { padding: 4rem 5%; }

  /* Hero */
  .hero { padding: 6rem 5% 3.5rem; }
  .hero h1 { font-size: clamp(2.4rem, 10vw, 3.5rem); }
  .hero-desc { font-size: 0.92rem; max-width: 100%; }
  .hero-actions { flex-direction: column; gap: 1rem; }
  .btn-primary, .btn-ghost { text-align: center; width: 100%; padding: 0.9rem 1.5rem; }
  .hero-stats {
    flex-direction: row; flex-wrap: wrap;
    gap: 1.5rem; margin-top: 2.5rem;
  }
  .stat-num { font-size: 2rem; }
  .stat-label { font-size: 0.62rem; }

  /* Services */
  .services-grid { grid-template-columns: 1fr; }
  .service-card { padding: 1.75rem; }

  /* About */
  #about { padding: 4rem 5%; gap: 2.5rem; }
  .about-portrait { max-width: 260px; }
  .about-badge { padding: 0.75rem; }
  .about-badge-num { font-size: 1.5rem; }
  .about-badge-text { font-size: 0.6rem; }
  .about-desc { font-size: 0.92rem; }

  /* Section titles */
  .section-title { font-size: clamp(1.7rem, 6vw, 2.5rem); }

  /* Process */
  .process-steps { grid-template-columns: 1fr; }
  .process-step { padding: 2rem 1.5rem; border-right: none; }
  .step-number { font-size: 2.5rem; margin-bottom: 1rem; }

  /* Testimonials */
  #testimonials { padding: 4rem 5%; }
  .testimonial-quote { font-size: clamp(1.1rem, 4vw, 1.5rem); }

  /* Contact form */
  .form-row { grid-template-columns: 1fr; }
  .contact-info h3 { font-size: 1.1rem; }
  .form-submit { width: 100%; text-align: center; }

  /* Blog */
  .blog-grid { grid-template-columns: 1fr; padding: 3rem 5%; }
  .blog-card-body { padding: 1.5rem; }

  /* Page header */
  .page-header { padding: 7rem 5% 3rem; }
  .page-header h1 { font-size: clamp(2rem, 8vw, 3rem); }
  .page-header p { font-size: 0.9rem; }

  /* Post content */
  .post-layout { padding: 3rem 5%; }
  .post-body h2 { font-size: 1.5rem; }
  .post-body { font-size: 0.95rem; }

  /* Legal pages */
  .legal-page { padding: 6rem 5% 4rem; }
  .legal-page h2 { font-size: 1.25rem; }

  /* Footer */
  footer { padding: 2rem 5%; gap: 1.25rem; }
  .footer-links { gap: 0.75rem 1.25rem; }
  .footer-copy { font-size: 0.7rem; }

  /* Nav logo smaller on mobile */
  .nav-logo-img { height: 36px; }
}

/* LEGAL & GENERIC PAGES */
.legal-page { max-width: 820px; margin: 0 auto; padding: 8rem 5% 6rem; }
.legal-page h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 300; color: var(--ink);
  margin-bottom: 0.5rem; line-height: 1.2;
}
.legal-page .legal-date {
  font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 3rem; display: block;
}
.legal-page h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 500; color: var(--ink);
  margin: 2.5rem 0 0.75rem;
}
.legal-page h3 {
  font-size: 1rem; font-weight: 500; color: var(--ink); margin: 1.5rem 0 0.5rem;
}
.legal-page p { color: var(--ink-soft); font-weight: 300; margin-bottom: 1.25rem; line-height: 1.85; }
.legal-page ul { margin: 0 0 1.25rem 1.5rem; color: var(--ink-soft); font-weight: 300; }
.legal-page ul li { margin-bottom: 0.5rem; line-height: 1.75; }
.legal-page a { color: var(--gold); }
.legal-page .legal-divider {
  border: none; border-top: 0.5px solid var(--border); margin: 2.5rem 0;
}
.legal-highlight {
  background: var(--gold-pale); border-left: 2px solid var(--gold);
  padding: 1.25rem 1.5rem; margin: 2rem 0; border-radius: 0;
}
.legal-highlight p { margin-bottom: 0; }

/* HOME.PHP BLOG PAGE */
.blog-page-header { padding: 9rem 5% 0; }

/* ════════════════════════════════════════════
   CONTACT FORM — ENVELOPE ANIMATION
════════════════════════════════════════════ */

.cf-wrapper {
  position: relative;
  min-height: 420px;
}

/* Form exit fade */
.cf-form-exit {
  animation: cfFormExit 0.5s ease forwards;
}
@keyframes cfFormExit {
  to { opacity: 0; transform: translateY(-8px); pointer-events: none; }
}

/* ── Envelope Stage ── */
.cf-envelope-stage {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.4s ease;
}
.cf-envelope-stage.visible { opacity: 1; }

/* The envelope container */
.envelope {
  position: relative;
  width: 140px;
  filter: drop-shadow(0 8px 24px rgba(184,150,62,0.25));
  transition: opacity 0.3s ease;
}
.env-svg { width: 100%; height: auto; display: block; }

/* Trail dots — appear before fly */
.env-trail {
  position: absolute; right: -32px; top: 50%;
  display: flex; flex-direction: column; gap: 6px;
  transform: translateY(-50%);
  opacity: 0;
}
.env-trail span {
  display: block; width: 5px; height: 5px;
  background: var(--gold); border-radius: 50%;
  opacity: 0;
}

/* Fly animation — triggered by adding .fly class */
.envelope.fly {
  animation: envFly 1.0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.envelope.fly .env-trail { opacity: 1; }
.envelope.fly .env-trail span:nth-child(1) { animation: trailFade 1.0s 0.0s ease forwards; }
.envelope.fly .env-trail span:nth-child(2) { animation: trailFade 1.0s 0.1s ease forwards; }
.envelope.fly .env-trail span:nth-child(3) { animation: trailFade 1.0s 0.2s ease forwards; }

@keyframes envFly {
  0%   { transform: translate(0, 0) rotate(0deg) scale(1); opacity: 1; }
  20%  { transform: translate(20px, -30px) rotate(8deg) scale(1.05); opacity: 1; }
  60%  { transform: translate(120px, -160px) rotate(20deg) scale(0.85); opacity: 0.9; }
  100% { transform: translate(260px, -320px) rotate(30deg) scale(0.5); opacity: 0; }
}

@keyframes trailFade {
  0%   { opacity: 0.8; transform: scale(1); }
  100% { opacity: 0; transform: scale(0.3); }
}

/* ── Thank You State ── */
.cf-thankyou {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  padding: 1rem 0;
  opacity: 0; transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.7s ease 0.1s, transform 0.7s ease 0.1s;
}
.cf-thankyou.visible {
  opacity: 1; transform: none; pointer-events: auto;
}

/* Animated check circle */
.cf-check {
  width: 56px; height: 56px; margin-bottom: 2rem;
}
.cf-check svg { width: 100%; height: 100%; }

.cf-check-circle {
  stroke-dasharray: 157;
  stroke-dashoffset: 157;
  animation: none;
}
.cf-check-tick {
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
  animation: none;
}
.cf-thankyou.visible .cf-check-circle {
  animation: drawCircle 0.6s ease 0.2s forwards;
}
.cf-thankyou.visible .cf-check-tick {
  animation: drawTick 0.4s ease 0.8s forwards;
}
@keyframes drawCircle {
  to { stroke-dashoffset: 0; }
}
@keyframes drawTick {
  to { stroke-dashoffset: 0; }
}

/* Thank you typography */
.cf-ty-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem; font-weight: 400; color: var(--ink);
  margin-bottom: 0.75rem; line-height: 1.2;
}
.cf-ty-sub {
  font-size: 1rem; color: var(--ink-soft); font-weight: 300;
  margin-bottom: 0; max-width: 380px; line-height: 1.7;
}
.cf-ty-sub strong { font-weight: 500; color: var(--ink); }

.cf-ty-divider {
  width: 40px; height: 0.5px; background: var(--gold);
  margin: 2rem 0;
}
.cf-ty-contact {
  font-size: 0.88rem; color: var(--ink-soft); font-weight: 300; line-height: 1.9;
}
.cf-ty-contact a {
  color: var(--gold); text-decoration: none;
  border-bottom: 0.5px solid var(--border);
}
.cf-ty-contact a:hover { border-color: var(--gold); }

/* Mobile adjustments */
@media (max-width: 600px) {
  .envelope { width: 100px; }
  .cf-ty-title { font-size: 1.6rem; }
  .cf-ty-sub { font-size: 0.92rem; }
  .cf-wrapper { min-height: 380px; }
}

/* CLIENT PORTAL NAV LINK */
.nav-portal-link {
  display: inline-flex !important;
  align-items: center; gap: 6px;
  background: rgba(184,150,62,0.12) !important;
  color: var(--gold) !important;
  border: 0.5px solid var(--gold) !important;
  padding: 0.3rem 0.9rem !important;
  border-radius: 3px;
  letter-spacing: 0.08em;
  transition: background 0.2s, color 0.2s !important;
}
.nav-portal-link::before {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: 50%;
  animation: lrn-pulse 2s infinite;
}
@keyframes lrn-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(0.7); }
}
.nav-portal-link:hover {
  background: var(--gold) !important;
  color: var(--white) !important;
}
.nav-portal-link:hover::before { background: var(--white); }

/* Mobile portal link */
.mobile-nav-portal {
  color: var(--gold) !important;
  font-size: 1.5rem !important;
}
