/* ============================================================
   Bayside Virtual Support — Shared Stylesheet
   Navy / Gold brand · Cormorant Garamond + Inter
   ============================================================ */

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

/* ----------------------------------------------------------
   1. RESET & BASE
---------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:     #1E2D3D;
  --navy-mid: #2C3E52;
  --navy-lt:  #3D5166;
  --steel:    #5B7A94;
  --slate:    #7B97AE;
  --silver:   #B0C4D2;
  --mist:     #D8E6EE;
  --fog:      #EEF4F8;
  --cloud:    #F6F9FB;
  --white:    #FFFFFF;
  --gold:     #C8980E;
  --gold-lt:  #F0C040;
  --gold-pale:#FDF5DC;
  --ink:      #151F2B;
  --body-col: #3A4F63;
  --muted:    #6E8DA3;
  --border:   #D0DDE6;
  --radius:   10px;
  --nav-h:    150px;
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--white);
  color: var(--ink);
  overflow-x: hidden;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
ul { list-style: none; }

/* Skip link */
.skip-link {
  position: absolute;
  top: -50px;
  left: 1rem;
  background: var(--gold);
  color: var(--navy);
  padding: 0.5rem 1rem;
  font-weight: 700;
  font-size: 0.85rem;
  border-radius: 0 0 4px 4px;
  z-index: 9999;
  transition: top 0.2s;
}
.skip-link:focus { top: 0; }

/* ----------------------------------------------------------
   2. NAVIGATION
---------------------------------------------------------- */
#main-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; flex-direction: column; align-items: stretch;
  padding: 0; min-height: var(--nav-h);
  background: rgba(21, 31, 43, 0.98);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(200, 152, 14, 0.25);
  transition: min-height 0.3s ease, padding 0.3s ease;
}
#main-nav.scrolled { min-height: 82px; }
#main-nav.scrolled .nav-logo { padding: 0.7rem 5vw 0.5rem; }
#main-nav.scrolled .nav-icon { display: none; }
#main-nav.scrolled .nav-text strong { font-size: clamp(0.85rem, 1.4vw, 1.05rem); letter-spacing: 0.32em; padding-left: 0.32em; }

.nav-logo {
  display: flex; align-items: center; justify-content: center; gap: 18px;
  text-decoration: none; min-width: 0; width: 100%;
  padding: 1.6rem 5vw 1.2rem;
  border-bottom: 1px solid rgba(200,152,14,0.12);
  transition: padding 0.3s ease;
}
.nav-icon { width: 38px; height: 38px; flex-shrink: 0; transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease; }
.nav-text { line-height: 1.15; min-width: 0; text-align: center; }
.nav-text strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 3.4vw, 2.6rem); font-weight: 500;
  color: var(--white);
  letter-spacing: 0.52em;
  text-transform: uppercase;
  padding-left: 0.52em;
  white-space: nowrap;
  transition: font-size 0.3s ease, letter-spacing 0.3s ease, padding-left 0.3s ease;
}
.nav-text small { display: none; }

.nav-links {
  display: flex; gap: 2rem; align-items: center; justify-content: center;
  padding: 0.5rem 5vw 0.6rem;
}
.nav-links a {
  text-decoration: none;
  color: rgba(255,255,255,0.55);
  font-size: 0.8rem; letter-spacing: 0.05em;
  transition: color 0.2s; position: relative; padding-bottom: 2px;
}
.nav-links a::after {
  content: '';
  position: absolute; bottom: -2px; left: 0;
  width: 0; height: 1px; background: var(--gold-lt);
  transition: width 0.25s ease;
}
.nav-links a:hover { color: var(--gold-lt); }
.nav-links a:hover::after { width: 100%; }
.nav-links a.active { color: var(--white); }
.nav-links a.active::after { width: 100%; background: var(--gold); }

.nav-cta {
  background: var(--gold) !important;
  color: var(--navy) !important;
  padding: 0.5rem 1.3rem !important;
  border-radius: 3px !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  transition: background 0.2s, transform 0.15s !important;
}
.nav-cta:hover { background: var(--gold-lt) !important; transform: translateY(-1px) !important; }
.nav-cta::after { display: none !important; }

/* Hamburger */
.nav-hamburger {
  display: none;
  background: none; border: none;
  cursor: pointer; padding: 8px;
  color: var(--white);
  flex-direction: column; gap: 5px; align-items: center; justify-content: center;
  position: absolute; top: 14px; right: 4vw; z-index: 201;
}
.nav-hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--white); border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.nav-hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav drawer */
.nav-drawer {
  display: none;
  position: fixed; top: var(--nav-h); left: 0; right: 0;
  background: var(--navy);
  border-top: 1px solid rgba(200, 152, 14, 0.2);
  padding: 1.5rem 5vw 2rem;
  z-index: 199;
  flex-direction: column; gap: 0;
}
.nav-drawer.open { display: flex; }
.nav-drawer a {
  text-decoration: none; color: rgba(255,255,255,0.7);
  font-size: 1rem; padding: 1rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: color 0.2s;
}
.nav-drawer a:last-child { border-bottom: none; margin-top: 0.5rem; }
.nav-drawer a:hover { color: var(--gold-lt); }
.nav-drawer .nav-cta {
  margin-top: 1rem;
  display: inline-block !important;
  text-align: center !important;
  padding: 0.85rem 1.5rem !important;
}

/* Scroll progress bar — pinned to bottom of viewport */
#nav-progress {
  position: fixed; bottom: 0; left: 0; z-index: 199;
  height: 3px; width: 0%;
  background: var(--gold);
  transition: width 0.1s linear;
  pointer-events: none;
}

/* ----------------------------------------------------------
   3. PAGE HERO (inner pages)
---------------------------------------------------------- */
.page-hero {
  padding: 10rem 5vw 5rem;
  background: var(--navy);
  position: relative; overflow: hidden;
  text-align: center;
  border-bottom: 1px solid rgba(200,152,14,0.18);
}
.page-hero-inner { max-width: 760px; position: relative; z-index: 1; margin: 0 auto; }
.page-hero .label-row { margin-bottom: 1rem; justify-content: center; }
.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  font-weight: 500; color: var(--white); line-height: 1.06;
  margin-bottom: 1.25rem;
}
.page-hero h1 em { font-style: italic; color: var(--gold-lt); font-weight: 400; }
.page-hero p {
  font-size: 1.05rem; color: rgba(176,196,210,0.82);
  font-weight: 300; line-height: 1.85; max-width: 560px;
  margin: 0 auto;
}

/* ----------------------------------------------------------
   4. SHARED SECTION LAYOUT
---------------------------------------------------------- */
section { padding: 7rem 5vw; }

.label-row { display: flex; align-items: center; gap: 10px; margin-bottom: 1.1rem; }
.label-line { width: 28px; height: 1px; background: var(--gold); flex-shrink: 0; }
.label-text {
  font-size: 0.65rem; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold);
}

.section-h {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  font-weight: 500; color: var(--ink); line-height: 1.1; margin-bottom: 1.1rem;
}
.section-h em { font-style: italic; color: var(--steel); font-weight: 400; }

.section-h--light { color: var(--white); }
.section-h--light em { color: var(--silver); }

.section-p {
  font-size: 0.95rem; color: var(--muted);
  font-weight: 300; max-width: 520px; line-height: 1.85;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6vw; align-items: center;
}

.section-intro { max-width: 680px; margin: 0 auto 3.5rem; text-align: center; }
.section-intro .label-row { justify-content: center; }
.section-intro .section-p { margin: 0 auto; }

/* ----------------------------------------------------------
   5. BUTTONS
---------------------------------------------------------- */
.btn-gold {
  background: var(--gold); color: var(--navy);
  padding: 1rem 2.25rem; border-radius: 3px;
  text-decoration: none; font-weight: 700;
  font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  border: none; cursor: pointer; min-height: 48px;
}
.btn-gold:hover {
  background: var(--gold-lt); transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200,152,14,0.3);
}
.btn-gold:focus-visible {
  outline: 2px solid var(--gold-lt); outline-offset: 3px;
}

.btn-outline {
  background: transparent; color: rgba(255,255,255,0.8);
  padding: 1rem 2.25rem; border-radius: 3px;
  text-decoration: none; font-weight: 500;
  font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.18);
  display: inline-flex; align-items: center; gap: 9px;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  min-height: 48px;
}
.btn-outline:hover {
  border-color: rgba(200,152,14,0.5);
  color: var(--gold-lt); background: rgba(200,152,14,0.05);
}
.btn-outline:focus-visible {
  outline: 2px solid var(--gold-lt); outline-offset: 3px;
}

.btn-outline--dark {
  color: var(--navy); border-color: rgba(30,45,61,0.25);
}
.btn-outline--dark:hover {
  border-color: var(--gold); color: var(--gold); background: rgba(200,152,14,0.05);
}

/* ----------------------------------------------------------
   6. LOCATION BAR
---------------------------------------------------------- */
.location-bar {
  background: var(--gold); padding: 1rem 5vw;
  display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.location-bar svg { flex-shrink: 0; }
.location-bar p { font-size: 0.82rem; color: var(--navy); font-weight: 700; }
.location-bar p span { font-weight: 500; }
.location-chips { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-left: auto; }
.chip {
  background: rgba(21,31,43,0.1); color: var(--navy);
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em;
  padding: 0.28rem 0.75rem; border-radius: 2px;
}

/* ----------------------------------------------------------
   7. CARDS
---------------------------------------------------------- */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem; margin-top: 3.5rem;
}
.svc-card {
  background: var(--cloud); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 2.5rem 2rem;
  position: relative; overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s, background 0.2s;
}
.svc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(30,45,61,0.1);
  background: var(--white);
}
.svc-card-accent {
  position: absolute; top: 0; left: 0; width: 3px; height: 0;
  background: var(--gold);
  transition: height 0.35s cubic-bezier(0.22,1,0.36,1);
}
.svc-card:hover .svc-card-accent { height: 100%; }
.svc-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem; font-weight: 400;
  color: var(--mist); display: block; margin-bottom: 1.5rem; line-height: 1;
}
.svc-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; font-weight: 600; color: var(--ink); margin-bottom: 0.6rem;
}
.svc-card p { font-size: 0.87rem; color: var(--muted); line-height: 1.75; font-weight: 300; }

/* Icon card */
.icon-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 2rem 1.75rem;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.icon-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(30,45,61,0.09);
  border-color: rgba(200,152,14,0.3);
}
.icon-card svg { margin: 0 auto 1.25rem; }
.icon-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem; font-weight: 600; color: var(--ink); margin-bottom: 0.5rem;
}
.icon-card p { font-size: 0.83rem; color: var(--muted); line-height: 1.7; font-weight: 300; }

/* ----------------------------------------------------------
   8. PROCESS / HOW STEPS
---------------------------------------------------------- */
.how { background: var(--navy); position: relative; overflow: hidden; }
.how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem; margin-top: 3.5rem; position: relative; z-index: 1;
}
.how-step {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius); padding: 2.25rem 2rem;
  transition: background 0.2s, border-color 0.2s;
}
.how-step:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(200,152,14,0.3);
}
.step-n {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem; font-weight: 400;
  color: rgba(200,152,14,0.12); line-height: 1;
  margin-bottom: 1.25rem; display: block;
}
.how-step h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem; font-weight: 600; color: var(--white); margin-bottom: 0.6rem;
}
.how-step p { font-size: 0.85rem; color: var(--slate); line-height: 1.75; font-weight: 300; }

/* ----------------------------------------------------------
   9. TESTIMONIALS
---------------------------------------------------------- */
.testimonials { background: var(--cloud); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem; margin-top: 3.5rem;
}
.testimonial-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 2.25rem 2rem;
  position: relative;
}
.testimonial-card::before {
  content: '"'; position: absolute; top: 1.25rem; left: 1.75rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem; line-height: 1; color: rgba(200,152,14,0.12);
  font-weight: 400;
}
.testimonial-stars { display: flex; gap: 3px; margin-bottom: 1.25rem; }
.testimonial-stars svg { fill: var(--gold); }
.testimonial-text {
  font-size: 0.92rem; color: var(--body-col);
  line-height: 1.8; font-weight: 300; margin-bottom: 1.5rem;
  font-style: italic;
}
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--mist); display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600;
  color: var(--steel); flex-shrink: 0;
}
.testimonial-name { font-size: 0.85rem; font-weight: 600; color: var(--ink); }
.testimonial-biz { font-size: 0.75rem; color: var(--muted); margin-top: 2px; }
.testimonial-placeholder {
  background: var(--fog); border: 1px dashed var(--border);
  border-radius: var(--radius); padding: 2.25rem 2rem;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
}
.testimonial-placeholder p {
  font-size: 0.83rem; color: var(--muted); font-style: italic; font-weight: 300;
}

/* ----------------------------------------------------------
   10. FAQ ACCORDION
---------------------------------------------------------- */
.faq-list { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 0; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-question {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.3rem 0; gap: 1rem; text-align: left;
}
.faq-question span {
  font-size: 0.95rem; font-weight: 500; color: var(--ink); line-height: 1.5;
}
.faq-icon {
  flex-shrink: 0; width: 20px; height: 20px;
  border: 1px solid var(--border); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}
.faq-icon svg { transition: transform 0.3s; }
.faq-item.open .faq-icon { background: var(--gold); border-color: var(--gold); }
.faq-item.open .faq-icon svg { transform: rotate(45deg); stroke: var(--navy); }
.faq-answer {
  overflow: hidden; max-height: 0;
  transition: max-height 0.4s cubic-bezier(0.22,1,0.36,1), padding 0.3s;
}
.faq-answer p {
  font-size: 0.88rem; color: var(--muted); line-height: 1.85;
  font-weight: 300; padding-bottom: 1.3rem;
}

/* ----------------------------------------------------------
   11. CTA SECTION
---------------------------------------------------------- */
.cta-section {
  background: var(--ink); padding: 8rem 5vw; text-align: center;
  position: relative; overflow: hidden;
  border-top: 1px solid rgba(200,152,14,0.18);
}
.cta-bg { display: none; }
.cta-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 500; color: var(--white);
  margin-bottom: 1.25rem; line-height: 1.1; position: relative;
}
.cta-section h2 em { font-style: italic; color: var(--gold-lt); font-weight: 400; }
.cta-section > p {
  font-size: 1rem; color: rgba(176,196,210,0.7);
  font-weight: 300; margin-bottom: 3rem; position: relative;
}
.cta-section .btn-gold { position: relative; font-size: 0.85rem; padding: 1.1rem 2.75rem; }
.cta-suburb-row {
  display: flex; gap: 0.4rem; justify-content: center;
  flex-wrap: wrap; margin-top: 3rem; position: relative;
}
.cta-suburb {
  font-size: 0.68rem; color: rgba(176,196,210,0.3);
  font-weight: 400; letter-spacing: 0.06em;
}
.cta-suburb:not(:last-child)::after { content: '·'; margin-left: 0.4rem; }

/* ----------------------------------------------------------
   12. FOOTER
---------------------------------------------------------- */
footer { background: var(--navy-mid); padding: 5rem 5vw 2.5rem; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 4rem; margin-bottom: 3.5rem;
}
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 1.25rem; }
.footer-logo svg { width: 36px; height: 36px; flex-shrink: 0; }
.footer-logo strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; color: var(--white); font-weight: 600;
}
.footer-brand p {
  font-size: 0.82rem; color: var(--slate);
  line-height: 1.75; font-weight: 300; max-width: 280px;
}
.footer-col h4 {
  font-size: 0.63rem; font-weight: 800; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(255,255,255,0.25); margin-bottom: 1.25rem;
}
.footer-col a {
  display: block; font-size: 0.83rem;
  color: rgba(255,255,255,0.4); text-decoration: none;
  margin-bottom: 0.65rem; transition: color 0.2s;
}
.footer-col a:hover { color: var(--gold-lt); }
.footer-rule { height: 1px; background: rgba(255,255,255,0.06); margin-bottom: 2rem; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.75rem; }
.footer-bottom p { font-size: 0.73rem; color: rgba(255,255,255,0.18); }
.footer-bottom a { color: rgba(255,255,255,0.3); text-decoration: none; transition: color 0.2s; }
.footer-bottom a:hover { color: var(--gold-lt); }

/* ----------------------------------------------------------
   13. SCROLL ANIMATIONS
---------------------------------------------------------- */
.reveal {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
.reveal.reveal-left { transform: translateX(-36px); }
.reveal.reveal-right { transform: translateX(36px); }
.reveal.is-visible { opacity: 1; transform: none; }

.stagger > * {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.22,1,0.36,1), transform 0.6s cubic-bezier(0.22,1,0.36,1);
}
.stagger.is-visible > *:nth-child(1) { opacity: 1; transform: none; transition-delay: 0s; }
.stagger.is-visible > *:nth-child(2) { opacity: 1; transform: none; transition-delay: 0.08s; }
.stagger.is-visible > *:nth-child(3) { opacity: 1; transform: none; transition-delay: 0.16s; }
.stagger.is-visible > *:nth-child(4) { opacity: 1; transform: none; transition-delay: 0.24s; }
.stagger.is-visible > *:nth-child(5) { opacity: 1; transform: none; transition-delay: 0.32s; }
.stagger.is-visible > *:nth-child(6) { opacity: 1; transform: none; transition-delay: 0.40s; }
.stagger.is-visible > *:nth-child(7) { opacity: 1; transform: none; transition-delay: 0.48s; }

@media (prefers-reduced-motion: reduce) {
  .reveal, .stagger > * { opacity: 1; transform: none; transition: none; }
}

/* ----------------------------------------------------------
   14. UTILITY
---------------------------------------------------------- */
.text-gold { color: var(--gold); }
.text-gold-lt { color: var(--gold-lt); }
.bg-cloud { background: var(--cloud); }
.bg-fog { background: var(--fog); }
.bg-navy { background: var(--navy); }
.mt-sm { margin-top: 1rem; }
.mt-md { margin-top: 2rem; }
.mt-lg { margin-top: 3.5rem; }

/* Dot list */
.dot-list { list-style: none; display: flex; flex-direction: column; gap: 0.85rem; }
.dot-list li {
  display: flex; align-items: flex-start; gap: 14px;
  font-size: 0.9rem; color: var(--body-col); font-weight: 300; line-height: 1.65;
}
.dot-list li::before {
  content: ''; flex-shrink: 0; width: 5px; height: 5px;
  border-radius: 50%; background: var(--gold); margin-top: 8px;
}

/* Trust badge row */
.trust-row {
  display: flex; gap: 2rem; flex-wrap: wrap; margin-top: 2.5rem;
}
.trust-badge {
  display: flex; align-items: center; gap: 9px;
  font-size: 0.8rem; color: var(--muted); font-weight: 400;
}
.trust-badge svg { color: var(--gold); flex-shrink: 0; }

/* ----------------------------------------------------------
   15. REDESIGNED COMPONENTS
---------------------------------------------------------- */

/* Gold top rule — sits inside hero as a visual anchor */
.gold-top-rule {
  width: 48px; height: 3px; background: var(--gold);
  margin-bottom: 2.5rem;
}

/* Service blocks (two-column, prose-led) */
.services-two-col {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0; margin-top: 4rem;
  border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden;
}
.service-block {
  padding: 3rem 2.75rem;
  border-right: 1px solid var(--border);
  transition: background 0.2s;
}
.service-block:last-child { border-right: none; }
.service-block:hover { background: var(--cloud); }
.service-block-icon {
  width: 44px; height: 44px; margin-bottom: 1.5rem;
  display: flex; align-items: center; justify-content: center;
}
.service-block h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.65rem; font-weight: 500; color: var(--ink);
  margin-bottom: 1rem; line-height: 1.15;
}
.service-block h3 em { font-style: italic; color: var(--steel); font-weight: 400; }
.service-block > p {
  font-size: 0.9rem; color: var(--body-col); line-height: 1.85;
  font-weight: 300; margin-bottom: 1.5rem;
}
.task-row {
  display: flex; flex-wrap: wrap; gap: 0.4rem;
}
.task-tag {
  font-size: 0.72rem; color: var(--muted); font-weight: 400;
  padding: 0.25rem 0.7rem;
  background: var(--fog); border: 1px solid var(--border);
  border-radius: 2px;
}

/* Who I help — simple text strip */
.who-strip {
  margin-top: 2.5rem; padding-top: 2rem;
  border-top: 1px solid var(--border);
  font-size: 0.88rem; color: var(--muted); font-weight: 300; line-height: 1.8;
}
.who-strip strong { color: var(--body-col); font-weight: 500; }

/* Process steps — clean horizontal */
.process-steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0; margin-top: 4rem; position: relative;
}
.process-steps::before {
  content: ''; position: absolute;
  top: 18px; left: calc(50% / 3); right: calc(50% / 3);
  height: 1px; background: var(--border); z-index: 0;
}
.process-step {
  padding: 0 2rem; position: relative; z-index: 1;
}
.process-step:first-child { padding-left: 0; }
.process-step:last-child { padding-right: 0; }
.process-dot {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--white); border: 1.5px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9rem; font-weight: 600; color: var(--gold);
}
.process-step h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem; font-weight: 600; color: var(--ink); margin-bottom: 0.5rem;
}
.process-step p { font-size: 0.85rem; color: var(--muted); line-height: 1.75; font-weight: 300; }

/* About intro — personal, prose */
.about-prose { max-width: 540px; }
.about-prose p {
  font-size: 0.95rem; color: var(--body-col);
  line-height: 1.9; font-weight: 300; margin-bottom: 1.25rem;
}
.about-prose p:last-child { margin-bottom: 0; }

/* Pull quote */
.pull-quote {
  border-left: 3px solid var(--gold);
  padding: 0.75rem 0 0.75rem 1.5rem;
  margin: 2rem 0;
}
.pull-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem; font-weight: 500; color: var(--ink);
  line-height: 1.55; font-style: italic;
}

/* Portrait frame (cleaner) */
.portrait-wrap { position: relative; }
.portrait-frame-clean {
  background: var(--cloud); border-radius: 12px;
  aspect-ratio: 3/4; overflow: hidden;
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 1rem; text-align: center; padding: 2rem;
}
.portrait-initials-clean {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--mist); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 1.6rem;
  font-weight: 600; color: var(--steel);
}
.portrait-caption {
  font-size: 0.78rem; color: var(--muted); font-weight: 300;
  line-height: 1.6;
}
.portrait-location-tag {
  position: absolute; bottom: 1.25rem; left: 1.25rem;
  background: var(--navy); color: var(--white);
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em;
  padding: 0.35rem 0.85rem; border-radius: 2px; text-transform: uppercase;
}

/* Simple section divider */
.section-rule {
  width: 100%; height: 1px; background: var(--border); margin: 0;
}

/* ----------------------------------------------------------
   16. MEDIA QUERIES
---------------------------------------------------------- */
@media (max-width: 1024px) {
  section { padding: 6rem 5vw; }
}

@media (max-width: 820px) {
  :root { --nav-h: 120px; }
  #main-nav { padding: 0; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .nav-text strong { font-size: clamp(1.1rem, 4.4vw, 1.7rem); letter-spacing: 0.32em; padding-left: 0.32em; }
  .nav-icon { width: 30px; height: 30px; }
  .nav-logo { padding: 1.1rem 4vw 0.9rem; gap: 12px; }
  .two-col { grid-template-columns: 1fr; gap: 3rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .services-two-col { grid-template-columns: 1fr; }
  .service-block { border-right: none; border-bottom: 1px solid var(--border); }
  .service-block:last-child { border-bottom: none; }
  .process-steps { grid-template-columns: 1fr; gap: 2.5rem; }
  .process-steps::before { display: none; }
  .process-step { padding: 0; }
}

@media (max-width: 600px) {
  :root { --nav-h: 62px; }
  section { padding: 5rem 5vw; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-grid > div:first-child { grid-column: auto; }
  .trust-row { gap: 1rem; }
}
