/*
Theme Name: Kancelaria Ewelina Ligocka
Theme URI: https://notariusz.elevation-group.pl
Author: Elevation Group
Description: Dedykowany motyw dla Kancelarii Notarialnej Eweliny Ligockiej w Oleśnicy.
Version: 2.0.0
Text Domain: notariusz-ligocka
*/

:root {
  --navy: #0f2942;
  --navy-deep: #0a1c2e;
  --navy-light: #1c3f61;
  --gold: #b6912f;
  --gold-light: #e2c876;
  --gold-soft: #cba43f;
  --wine: #7a2430;
  --cream: #faf6ee;
  --cream-dark: #efe4cc;
  --cream-deep: #e7d8b4;
  --paper: #fffdf9;
  --charcoal: #24272e;
  --charcoal-soft: #4a4f59;
  --line: #ddd0aa;
  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --shadow-soft: 0 24px 60px -20px rgba(15, 41, 66, 0.35);
  --shadow-card: 0 14px 34px -14px rgba(15, 41, 66, 0.25);
  --ease: cubic-bezier(.16,.8,.24,1);
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overscroll-behavior-x: none;
}

body {
  margin: 0;
  overscroll-behavior-x: none;
  font-family: var(--font-body);
  color: var(--charcoal);
  background: var(--cream);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Hard safety net: fixed-position elements (header, cookie consent banner)
   are not clipped by body's overflow-x:hidden on some mobile browsers,
   which allows horizontal rubber-band scroll if they render wider than
   the viewport before their own responsive CSS has fully applied. */
.cmplz-cookiebanner,
#cmplz-manage-consent .cmplz-manage-consent {
  max-width: 100vw !important;
  box-sizing: border-box !important;
}
@media (max-width: 768px) {
  .cmplz-cookiebanner {
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
  }
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { padding: 0; margin: 0; list-style: none; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.18;
  margin: 0 0 .5em;
}
p { margin: 0 0 1em; }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 16px;
}
.eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--gold-soft);
  display: inline-block;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .02em;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s ease, color .3s ease;
}
.btn::before {
  content: '';
  position: absolute; inset: 0;
  background: rgba(255,255,255,.25);
  transform: translateX(-110%) skewX(-12deg);
  transition: transform .55s ease;
}
.btn:hover::before { transform: translateX(110%) skewX(-12deg); }
.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold-soft));
  color: var(--navy-deep);
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 18px 32px -12px rgba(182,145,47,.6); }
.btn-outline {
  border-color: rgba(255,255,255,.55);
  color: #fff;
}
.btn-outline:hover { background: rgba(255,255,255,.12); transform: translateY(-3px); border-color: var(--gold-light); }
.btn-navy {
  background: var(--navy);
  color: #fff;
}
.btn-navy:hover { background: var(--navy-light); transform: translateY(-3px); box-shadow: var(--shadow-card); }

/* ---------- Scroll progress ---------- */
#scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold-soft), var(--gold-light));
  width: 0%;
  z-index: 1100;
  transition: width .1s linear;
}

/* ---------- Header ---------- */
#site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  z-index: 999;
  background: rgba(250, 246, 238, 0);
  transition: background .35s ease, box-shadow .35s ease, padding .35s ease;
  padding: 26px 0;
  box-sizing: border-box;
}
#site-header.scrolled {
  background: rgba(250, 246, 238, .96);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px -18px rgba(15,41,66,.4);
  padding: 14px 0;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  color: var(--navy);
  min-width: 0;
  flex-shrink: 1;
}
.brand span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#site-header:not(.scrolled) .brand,
#site-header:not(.scrolled) .nav-link,
#site-header:not(.scrolled) .header-phone {
  color: #fff;
}
.brand-mark {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--gold-light);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--gold-light);
  font-size: 16px;
  flex-shrink: 0;
  transition: transform .4s var(--ease);
}
.brand:hover .brand-mark { transform: rotate(10deg) scale(1.08); }
.brand small { display: block; font-family: var(--font-body); font-weight: 500; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; opacity: .75; }

.main-nav { display: flex; align-items: center; gap: 34px; }
.nav-link {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--navy);
  position: relative;
  padding: 6px 0;
}
.nav-link::after {
  content: '';
  position: absolute; left: 0; bottom: 0;
  width: 0; height: 1.5px;
  background: var(--gold-soft);
  transition: width .3s var(--ease);
}
.nav-link:hover::after { width: 100%; }

.header-cta { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.header-phone {
  display: flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: 15px;
  transition: color .25s ease;
}
.header-phone:hover { color: var(--gold-soft); }
.header-phone svg { flex-shrink: 0; }

.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: currentColor; margin: 6px 0; color: var(--navy); transition: all .3s ease; }
#site-header:not(.scrolled) .menu-toggle span { color: #fff; }

/* ---------- Hero ---------- */
#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--navy-deep);
  overflow: hidden;
}
#hero .hero-bg {
  position: absolute; inset: -40px;
  background-size: cover;
  background-position: center 30%;
  animation: kenburns 26s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes kenburns {
  0% { transform: scale(1) translate3d(0,0,0); }
  100% { transform: scale(1.14) translate3d(-1%,-1%,0); }
}
#hero .hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(8,22,38,.96) 12%, rgba(9,25,42,.8) 42%, rgba(10,28,46,.48) 75%, rgba(10,28,46,.62) 100%);
}
#hero .hero-vignette {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 90% 70% at 75% 20%, rgba(226,200,118,.16), transparent 60%),
              radial-gradient(ellipse 60% 60% at 10% 100%, rgba(0,0,0,.55), transparent 60%);
  pointer-events: none;
}
#hero .hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(226,200,118,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(226,200,118,.07) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.55), transparent 75%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 190px;
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 40px;
  align-items: end;
  width: 100%;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold-light);
  background: rgba(226,200,118,.12);
  border: 1px solid rgba(226,200,118,.38);
  padding: 8px 16px;
  border-radius: 30px;
  margin-bottom: 28px;
}
.hero-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 0 4px rgba(226,200,118,.25); animation: pulse-dot 2.4s ease-in-out infinite; }
@keyframes pulse-dot { 0%,100% { opacity: 1; } 50% { opacity: .4; } }
.hero-inner h1 {
  color: #fff;
  font-size: 56px;
  max-width: 660px;
  margin-bottom: 24px;
  letter-spacing: -.01em;
}
.hero-inner h1 em { color: var(--gold-light); font-style: normal; position: relative; white-space: nowrap; }
.hero-inner h1 em::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: 6px; height: 10px;
  background: rgba(226,200,118,.18);
  z-index: -1;
  border-radius: 2px;
}
.hero-sub {
  font-size: 18.5px;
  color: rgba(255,255,255,.85);
  max-width: 480px;
  margin-bottom: 36px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-facts { display: flex; gap: 40px; flex-wrap: wrap; }
.hero-fact { position: relative; padding-left: 18px; }
.hero-fact::before { content: ''; position: absolute; left: 0; top: 4px; bottom: 4px; width: 2px; background: linear-gradient(180deg, var(--gold-light), transparent); }
.hero-fact strong { display: block; font-family: var(--font-display); font-size: 28px; color: var(--gold-light); }
.hero-fact span { font-size: 13px; color: rgba(255,255,255,.68); }

.hero-card-wrap { perspective: 1200px; }
.hero-card {
  position: relative;
  background: var(--paper);
  color: var(--charcoal);
  border-radius: 8px;
  padding: 36px 32px;
  box-shadow: var(--shadow-soft);
  border-top: 3px solid var(--gold-soft);
  transform-style: preserve-3d;
  transition: transform .25s var(--ease);
}
.hero-card::before {
  content: '';
  position: absolute; top: 18px; right: 18px;
  width: 34px; height: 34px;
  opacity: .12;
  background: radial-gradient(circle, var(--gold-soft) 0%, transparent 70%);
}
.hero-card h3 { font-size: 19px; margin-bottom: 18px; }
.hero-card .info-row {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.hero-card .info-row:last-of-type { border-bottom: none; }
.hero-card .info-row svg { flex-shrink: 0; margin-top: 2px; color: var(--gold-soft); }
.hero-card .info-row a, .hero-card .info-row div { font-size: 15px; }
.hero-card .info-label { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--charcoal-soft); margin-bottom: 2px; }
.hero-card .btn { width: 100%; justify-content: center; margin-top: 18px; }

.hero-scroll {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(255,255,255,.65);
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
}
.scroll-line { width: 1px; height: 34px; background: linear-gradient(rgba(255,255,255,.7), transparent); animation: scrolldown 1.8s infinite; }
@keyframes scrolldown { 0% { transform: scaleY(0); transform-origin: top; opacity: 0; } 40% { transform: scaleY(1); transform-origin: top; opacity: 1; } 60% { transform: scaleY(1); transform-origin: bottom; opacity: 1; } 100% { transform: scaleY(0); transform-origin: bottom; opacity: 0; } }

/* ---------- Section basics ---------- */
.section { padding: 120px 0; position: relative; }
.section-tight { padding: 90px 0; }
.section-header { max-width: 640px; margin-bottom: 64px; position: relative; z-index: 2; }
.section-header.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-header h1, .section-header h2 { font-size: 40px; }
.section-header p { font-size: 17px; color: var(--charcoal-soft); }

.section-mark {
  position: absolute;
  top: -.35em; right: 0;
  font-family: var(--font-display);
  font-size: 190px;
  font-weight: 700;
  line-height: 1;
  color: var(--navy);
  opacity: .045;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.bg-navy .section-mark { color: #fff; opacity: .05; }

.bg-navy { background: var(--navy-deep); color: #fff; position: relative; overflow: hidden; }
.bg-navy h1, .bg-navy h2, .bg-navy h3, .bg-navy h4 { color: #fff; }
.bg-navy .section-header p { color: rgba(255,255,255,.72); }
.bg-navy::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(226,200,118,.15) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: .5;
}
.bg-navy::after {
  content: '';
  position: absolute; top: -20%; right: -10%;
  width: 620px; height: 620px;
  background: radial-gradient(circle, rgba(226,200,118,.14), transparent 70%);
  filter: blur(10px);
  pointer-events: none;
}

.bg-cream-dark {
  background: linear-gradient(175deg, var(--cream-dark) 0%, var(--cream-deep) 100%);
  position: relative;
  overflow: hidden;
}
.bg-cream-dark::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(15,41,66,.07) 1px, transparent 1px);
  background-size: 24px 24px;
  z-index: 0;
}
.bg-cream-dark .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  z-index: 0;
  pointer-events: none;
}
.bg-cream-dark .blob-1 { width: 460px; height: 460px; top: -180px; right: -140px; background: radial-gradient(circle, rgba(182,145,47,.28), transparent 70%); }
.bg-cream-dark .blob-2 { width: 380px; height: 380px; bottom: -160px; left: -120px; background: radial-gradient(circle, rgba(15,41,66,.16), transparent 70%); }
.bg-cream-dark > .container, .bg-cream-dark > .section-mark { position: relative; z-index: 1; }

.bg-paper { background: var(--paper); }

/* ---------- About ---------- */
.about-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
  align-items: center;
}
.about-grid > * { min-width: 0; }
.about-media { position: relative; }
.about-media .frame-main {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  position: relative;
}
.about-media .frame-main::after {
  content: '';
  position: absolute; inset: 0;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 8px;
  pointer-events: none;
}
.about-media .frame-main img { width: 100%; height: 540px; object-fit: cover; transition: transform .8s var(--ease); }
.about-media:hover .frame-main img { transform: scale(1.04); }
.about-media .frame-accent {
  position: absolute;
  bottom: -40px; left: -40px;
  width: 200px; height: 200px;
  border-radius: 8px;
  overflow: hidden;
  border: 6px solid var(--paper);
  box-shadow: var(--shadow-card);
}
.about-media .frame-accent img { width: 100%; height: 100%; object-fit: cover; }
.about-media .seal-badge {
  position: absolute;
  top: -30px; right: -30px;
  width: 122px; height: 122px;
  background: var(--paper);
  border-radius: 50%;
  box-shadow: var(--shadow-card);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
  text-align: center;
  border: 2px solid var(--gold-soft);
  animation: float-badge 5s ease-in-out infinite;
}
@keyframes float-badge { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.about-media .seal-badge strong { font-family: var(--font-display); font-size: 22px; color: var(--navy); line-height: 1; }
.about-media .seal-badge span { font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--charcoal-soft); margin-top: 4px; }

.about-copy .signature-name { font-family: var(--font-display); font-size: 22px; color: var(--navy); margin-top: 26px; }
.about-copy .signature-role { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-soft); margin-top: 2px; }
.about-highlights { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 30px; min-width: 0; }
.about-highlights > * { min-width: 0; }
.about-highlights li { min-width: 0; }
.about-grid > *, .fees-wrap > *, .contact-grid > *, .services-grid > *, .process-item > * { min-width: 0; }
.about-grid, .fees-wrap, .contact-grid, .services-grid { min-width: 0; }
[data-aos] { min-width: 0; }
.about-highlights li { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; color: var(--charcoal-soft); transition: transform .25s ease; }
.about-highlights li:hover { transform: translateX(4px); color: var(--charcoal); }
.about-highlights svg { flex-shrink: 0; color: var(--gold-soft); margin-top: 2px; }

/* ---------- Services ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.services-grid > * { min-width: 0; }
.service-card {
  background: var(--paper);
  border-radius: 10px;
  border: 1px solid var(--line);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s ease;
  position: relative;
}
.service-card:hover { transform: translateY(-12px); box-shadow: var(--shadow-soft); border-color: transparent; }
.service-photo {
  position: relative;
  height: 220px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.service-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .7s var(--ease);
}
.service-card:hover .service-photo img { transform: scale(1.1); }
.service-photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,28,46,0) 35%, rgba(10,28,46,.82) 100%);
}
.service-num {
  position: absolute; top: 16px; right: 16px;
  font-family: var(--font-display);
  font-size: 15px;
  color: rgba(255,255,255,.85);
  background: rgba(10,28,46,.45);
  backdrop-filter: blur(3px);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 30px;
  padding: 4px 12px;
  z-index: 2;
}
.service-icon {
  position: absolute;
  left: 22px; bottom: -24px;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--navy-deep);
  border: 3px solid var(--paper);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-light);
  z-index: 2;
  transition: background .3s ease, color .3s ease, transform .3s var(--ease);
}
.service-card:hover .service-icon { background: var(--gold-soft); color: var(--navy-deep); transform: rotate(-8deg) scale(1.08); }
.service-body { padding: 40px 26px 30px; }
.service-card h3 { font-size: 19px; margin-bottom: 10px; }
.service-card p { font-size: 14.5px; color: var(--charcoal-soft); margin-bottom: 0; }
.service-more { margin-top: 50px; text-align: center; }
.service-more-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 24px; }
.service-pill {
  font-size: 13.5px; padding: 9px 18px; border-radius: 30px;
  background: var(--paper); border: 1px solid var(--line); color: var(--charcoal-soft);
  transition: all .25s ease;
}
.service-pill:hover { background: var(--navy-deep); color: var(--gold-light); border-color: var(--navy-deep); transform: translateY(-2px); }

/* ---------- Process ---------- */
.process-list { counter-reset: step; position: relative; z-index: 1; }
.process-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 26px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: padding-left .35s var(--ease);
}
.process-item > * { min-width: 0; }
.process-item:hover { padding-left: 10px; }
.process-item:last-child { border-bottom: none; }
.process-num {
  counter-increment: step;
  font-family: var(--font-display);
  font-size: 46px;
  color: var(--gold-light);
  opacity: .8;
  transition: opacity .35s ease;
}
.process-item:hover .process-num { opacity: 1; }
.process-num::before { content: counter(step, decimal-leading-zero); }
.process-item h3 { color: #fff; font-size: 21px; margin-bottom: 8px; }
.process-item p { color: rgba(255,255,255,.72); margin-bottom: 0; max-width: 640px; }

.bg-cream-dark .process-item { border-bottom-color: rgba(15,41,66,.14); }
.bg-cream-dark .process-num { color: var(--gold-soft); }
.bg-cream-dark .process-item h3 { color: var(--navy); }
.bg-cream-dark .process-item p { color: var(--charcoal-soft); }

/* ---------- Fees ---------- */
.fees-wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: start; }
.fees-wrap > * { min-width: 0; }
.fee-note {
  background: var(--paper);
  border-left: 3px solid var(--gold-soft);
  padding: 26px 28px;
  border-radius: 4px;
  margin-bottom: 20px;
  box-shadow: var(--shadow-card);
}
.fee-note h4 { font-size: 17px; margin-bottom: 8px; }
.fee-note p { font-size: 14.5px; color: var(--charcoal-soft); margin-bottom: 0; }
.fee-list li { display: flex; gap: 12px; padding: 10px 0; font-size: 15px; border-bottom: 1px dashed var(--line); }
.fee-list li:last-child { border-bottom: none; }
.fee-free {
  margin-top: 30px;
  background: var(--navy-deep);
  color: #fff;
  border-radius: 8px;
  padding: 34px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.fee-free::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(226,200,118,.18) 1px, transparent 1px);
  background-size: 22px 22px;
}
.fee-free > * { position: relative; z-index: 1; }
.fee-free strong { font-family: var(--font-display); display: block; font-size: 23px; color: var(--gold-light); margin-bottom: 6px; }
.fee-free p { color: rgba(255,255,255,.78); margin-bottom: 18px; font-size: 14.5px; }

/* ---------- Reviews ---------- */
.reviews-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  flex-wrap: wrap;
  text-align: center;
}
.stars { color: var(--gold-soft); font-size: 30px; letter-spacing: 4px; }
.rating-score { font-family: var(--font-display); font-size: 68px; color: var(--navy); line-height: 1; }
.rating-meta { font-size: 14px; color: var(--charcoal-soft); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 0; border-radius: 10px; overflow: hidden; box-shadow: var(--shadow-soft); }
.contact-grid > * { min-width: 0; }
.contact-info { background: var(--navy-deep); color: #fff; padding: 60px 50px; position: relative; overflow: hidden; }
.contact-info::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(226,200,118,.12) 1px, transparent 1px);
  background-size: 24px 24px;
}
.contact-info > * { position: relative; z-index: 1; }
.contact-info h2 { color: #fff; font-size: 32px; }
.contact-info .info-row { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-info .info-row svg { color: var(--gold-soft); flex-shrink: 0; margin-top: 3px; }
.contact-info .info-label { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.55); margin-bottom: 3px; }
.contact-info .info-value { font-size: 16px; }
.contact-info .hours-table { margin-top: 4px; }
.contact-info .hours-table div { display: flex; justify-content: space-between; font-size: 14.5px; padding: 3px 0; color: rgba(255,255,255,.85); }
.contact-map { position: relative; min-height: 440px; }
.contact-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(.2) contrast(1.05) sepia(.06); }

/* ---------- Footer ---------- */
#site-footer { background: var(--navy-deep); color: rgba(255,255,255,.65); padding: 54px 0 26px; font-size: 14px; position: relative; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; flex-wrap: wrap; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand { font-family: var(--font-display); color: #fff; font-size: 20px; }
.footer-motto { font-style: italic; color: var(--gold-light); margin-top: 6px; font-size: 13.5px; letter-spacing: .04em; }
.footer-links { display: flex; gap: 26px; flex-wrap: wrap; }
.footer-links a { position: relative; }
.footer-links a::after { content:''; position:absolute; left:0; bottom:-3px; width:0; height:1px; background:var(--gold-light); transition:width .25s ease; }
.footer-links a:hover { color: var(--gold-light); }
.footer-links a:hover::after { width: 100%; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 12.5px; }

/* ---------- Utility / animation base ---------- */
.divider-gold { width: 60px; height: 2px; background: linear-gradient(90deg, var(--gold-soft), var(--gold-light)); margin: 0 auto 24px; }
.reveal-word { display: inline-block; overflow: hidden; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .main-nav, .header-cta .header-phone { display: none; }
  .menu-toggle { display: block; }
}
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-inner h1 { font-size: 46px; }
  .hero-card { max-width: 460px; }
  .about-grid, .fees-wrap, .contact-grid { grid-template-columns: 1fr !important; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .about-media { margin-bottom: 90px; }
  .about-media .frame-main img { height: 420px; }
  .contact-map { min-height: 320px; }
  .section-mark { font-size: 130px; }
}
@media (max-width: 760px) {
  .container { padding: 0 20px; }
  .hero-inner { padding-top: 116px; padding-bottom: 40px; }
  .hero-inner h1 { font-size: 34px; }
  .hero-sub { font-size: 16.5px; }
  .hero-card { padding: 26px 22px; }
  .hero-facts { flex-direction: column; align-items: flex-start; gap: 16px; }
  .section { padding: 70px 0; }
  .section-header h1, .section-header h2 { font-size: 26px; }
  .services-grid { grid-template-columns: 1fr; }
  .about-media { margin-bottom: 70px; }
  .about-media .frame-main img { height: 320px; }
  .about-media .frame-accent { left: 0; bottom: -28px; width: 130px; height: 130px; border-width: 4px; }
  .about-media .seal-badge { top: -22px; right: 0; width: 92px; height: 92px; }
  .about-media .seal-badge strong { font-size: 17px; }
  .about-media .seal-badge span { font-size: 8.5px; }
  .about-highlights { grid-template-columns: 1fr; }
  .process-item { grid-template-columns: 1fr; gap: 8px; }
  .process-num { font-size: 36px; }
  .fee-note { padding: 20px 22px; }
  .reviews-banner { gap: 16px; }
  .rating-score { font-size: 48px; }
  .contact-info { padding: 40px 26px; }
  .contact-map { min-height: 260px; }
  .footer-top, .footer-bottom { flex-direction: column; align-items: flex-start; gap: 16px; }
  .section-mark { display: none; }
  #hero .hero-bg { animation: none; }
}
@media (max-width: 480px) {
  .header-cta .btn-gold { display: none; }
}
@media (max-width: 420px) {
  .hero-inner h1 { font-size: 30px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { justify-content: center; }
  .brand { font-size: 17px; }
  .brand small { font-size: 10px; }
  .btn { padding: 14px 22px; font-size: 14px; }
  .rating-score { font-size: 40px; }
  .stars { font-size: 24px; }
}

/* ---------- Mobile nav drawer ---------- */
.mobile-nav {
  position: fixed; inset: 0; z-index: 1000;
  background: var(--navy-deep);
  color: #fff;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center; gap: 30px;
  transform: translateY(-100%);
  transition: transform .45s var(--ease);
}
.mobile-nav.open { transform: translateY(0); }
.mobile-nav a { font-family: var(--font-display); font-size: 26px; color: #fff; }
.mobile-nav .close-mobile { position: absolute; top: 26px; right: 26px; background: none; border: none; color: #fff; font-size: 28px; cursor: pointer; }

/* ---------- FAQ accordion ---------- */
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 6px 0;
}
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 4px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  color: var(--navy);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1.5px solid var(--gold-soft);
  color: var(--gold-soft);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  font-family: var(--font-body);
  transition: transform .3s var(--ease);
}
.faq-item[open] summary::after { content: '\2212'; }
.faq-item .faq-answer {
  padding: 0 4px 22px;
  color: var(--charcoal-soft);
  font-size: 15.5px;
  line-height: 1.7;
}
.faq-item .faq-answer a { color: var(--gold); text-decoration: underline; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  #hero .hero-bg { animation: none; }
  .about-media .seal-badge { animation: none; }
  .hero-eyebrow .dot { animation: none; }
}
