:root {
  --navy: #07172b;
  --navy-deep: #03101f;
  --blue: #087bf5;
  --blue-dark: #0568d3;
  --ink: #0a1729;
  --muted: #586577;
  --line: #dce3ec;
  --soft: #f5f7fa;
  --white: #fff;
  --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; font-size: 15px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.content { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.band { padding: 62px 0; }

h1, h2 { margin: 0; font-family: "Libre Caslon Display", Georgia, serif; font-weight: 400; line-height: 1.08; letter-spacing: 0; }
h1 { max-width: 620px; font-size: clamp(52px, 5vw, 68px); }
h2 { font-size: clamp(34px, 3vw, 44px); }
h3, p { margin-top: 0; }
.eyebrow { margin: 0 0 12px; color: #48627e; font-size: 11px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.72); }
.lead { max-width: 620px; margin: 14px 0 0; color: #465468; font-size: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 24px; padding: 22px max(32px, calc((100vw - 1160px) / 2)); color: var(--white); transition: background .2s ease, box-shadow .2s ease; }
.site-header.is-solid { position: fixed; background: rgba(3,16,31,.96); box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.brand { display: inline-flex; width: max-content; flex-direction: column; text-decoration: none; }
.brand strong { font-family: Georgia, serif; font-size: 25px; font-weight: 600; line-height: 1; letter-spacing: 9px; }
.brand small { margin-top: 6px; font-size: 7px; font-weight: 600; letter-spacing: 2.7px; text-transform: uppercase; }
.nav-links { display: flex; justify-content: center; gap: clamp(18px, 2.4vw, 34px); font-size: 13px; }
.nav-links a { color: rgba(255,255,255,.86); text-decoration: none; }
.nav-links a:hover { color: var(--white); }
.header-actions { display: flex; align-items: center; gap: 22px; }
.header-phone { display: flex; align-items: center; gap: 9px; color: var(--white); font-weight: 600; text-decoration: none; white-space: nowrap; }
.header-phone svg { width: 18px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.4); border-radius: var(--radius); background: transparent; }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--white); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 0 26px; border-radius: var(--radius); font-size: 13px; font-weight: 700; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--white); background: var(--blue); box-shadow: 0 12px 26px rgba(8,123,245,.25); }
.button.primary:hover { background: var(--blue-dark); }
.button.outline { border: 1px solid rgba(255,255,255,.68); color: var(--white); }
.button.small { min-height: 46px; padding: 0 22px; }
.button.dark-outline { border: 1px solid #9ca9b8; color: var(--ink); }
.button svg { width: 17px; }

.hero { position: relative; min-height: 640px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--navy); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,16,31,.98) 0%, rgba(3,16,31,.88) 37%, rgba(3,16,31,.38) 66%, rgba(3,16,31,.06) 100%); }
.hero-content { position: relative; z-index: 2; width: min(630px, calc(100% - 64px)); margin: 96px max(32px, calc((100vw - 1160px) / 2)) 30px; }
.hero-copy { max-width: 560px; margin: 20px 0 0; color: rgba(255,255,255,.84); font-size: 15px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 28px; color: rgba(255,255,255,.76); font-size: 11px; line-height: 1.35; }
.trust-row span { display: grid; grid-template-columns: 30px auto; align-items: center; }
.trust-row svg { grid-row: 1 / 3; width: 23px; color: rgba(255,255,255,.68); }
.hero-side-note { position: absolute; z-index: 2; top: 180px; right: max(36px, calc((100vw - 1240px) / 2)); display: flex; flex-direction: column; gap: 6px; color: rgba(8,23,43,.48); font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }
.hero-side-note b { width: 34px; height: 2px; margin-top: 15px; background: var(--blue); }

.intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 66px; align-items: center; }
.outcome-list { margin: 18px 0 0; padding: 0 0 0 54px; border-left: 1px solid #bdc7d3; list-style: none; }
.outcome-list li { position: relative; margin: 0; padding: 9px 0 9px 40px; color: #334156; font-size: 13px; }
.outcome-list li::before { content: ""; position: absolute; left: 0; top: 50%; width: 21px; height: 2px; background: var(--blue); }

.services { background: var(--soft); }
.row-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.text-link { color: var(--blue-dark); font-size: 11px; font-weight: 700; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.service-grid article { min-height: 210px; padding: 24px 20px; border: 1px solid #e6ebf1; border-radius: 2px; background: rgba(255,255,255,.9); }
.service-grid svg { width: 30px; height: 30px; margin-bottom: 22px; color: var(--blue); stroke-width: 1.7; }
.service-grid h3 { margin-bottom: 11px; font-size: 16px; line-height: 1.25; }
.service-grid h3 a { text-decoration: none; }
.service-grid h3 a:hover { color: var(--blue-dark); }
.service-grid p { margin-bottom: 0; color: #657184; font-size: 12px; }

.search-feature { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); min-height: 440px; background: var(--white); }
.search-image { min-height: 440px; overflow: hidden; }
.search-image img { width: 100%; height: 100%; object-fit: cover; }
.search-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 52px clamp(38px, 5vw, 76px); }
.search-copy p:not(.eyebrow) { max-width: 490px; margin: 18px 0 25px; color: var(--muted); font-size: 14px; }

.process { background: var(--white); }
.process h2 { margin-bottom: 30px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-grid article { display: grid; grid-template-columns: 42px 1fr; gap: 10px; min-height: 120px; padding: 10px 26px 10px 0; }
.process-grid article + article { padding-left: 24px; border-left: 1px solid #bdc7d3; }
.process-grid article > span { color: var(--blue); font-family: Georgia, serif; font-size: 27px; }
.process-grid h3 { margin: 7px 0 12px; font-size: 15px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.proof-band { position: relative; padding: 44px 0; overflow: hidden; color: var(--white); background: var(--navy); }
.proof-band::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.025), transparent 60%); }
.proof-grid { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }
.proof-statement p { max-width: 610px; margin: 0 0 16px; font-family: "Libre Caslon Display", Georgia, serif; font-size: 24px; line-height: 1.35; }
.proof-statement span { color: rgba(255,255,255,.62); font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.proof-points { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-points div { display: flex; min-height: 86px; flex-direction: column; align-items: center; justify-content: center; padding: 0 18px; text-align: center; }
.proof-points div + div { border-left: 1px solid rgba(255,255,255,.38); }
.proof-points strong { font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.proof-points span { margin-top: 9px; font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }

.cta { padding: 50px 0 56px; text-align: center; background: #fafbfc; }
.cta-inner { display: flex; flex-direction: column; align-items: center; }
.cta h2 { font-size: clamp(38px, 3.2vw, 48px); }
.cta p:not(.eyebrow) { margin: 14px 0 24px; color: #677386; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }

.site-footer { padding: 48px 0 20px; color: #4d5a6e; background: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr .65fr 1fr; gap: 54px; }
.footer-brand { color: var(--ink); }
.footer-about p { max-width: 260px; margin-top: 24px; font-size: 13px; }
.footer-grid h3 { margin: 4px 0 15px; color: var(--ink); font-size: 13px; }
.footer-grid > div:not(.footer-about) > a { display: block; margin: 7px 0; font-size: 12px; text-decoration: none; }
.footer-location p, .footer-location a { display: flex !important; align-items: flex-start; gap: 9px; }
.footer-location svg { flex: 0 0 auto; width: 15px; height: 15px; color: var(--blue); }
.footer-location a:last-child { color: var(--blue-dark); font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 42px; padding-top: 18px; border-top: 1px solid var(--line); color: #7a8595; font-size: 10px; }

.subpage-header { position: absolute; }
.nav-links a[aria-current="page"] { color: var(--white); font-weight: 700; }
.subpage-hero { min-height: 500px; display: flex; align-items: center; padding: 145px 0 76px; color: var(--white); background: linear-gradient(90deg, rgba(3,16,31,.97), rgba(3,16,31,.76)), url("assets/vival-atlanta-reputation-hero.png") center 44% / cover; }
.subpage-hero .content { display: flex; flex-direction: column; align-items: flex-start; }
.subpage-hero h1 { max-width: 780px; }
.subpage-hero p:not(.eyebrow) { max-width: 650px; margin: 22px 0 28px; color: rgba(255,255,255,.8); font-size: 16px; }
.contact-hero { min-height: 470px; }
.two-column-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.two-column-copy > div:last-child { padding-top: 28px; color: var(--muted); font-size: 16px; }
.two-column-copy > div:last-child p { margin-bottom: 20px; }
.values-section { background: var(--soft); }
.values-section > .content > h2 { max-width: 760px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 34px; background: var(--line); }
.value-grid article { min-height: 240px; padding: 32px; background: var(--white); }
.value-grid article > span { color: var(--blue); font-family: Georgia, serif; font-size: 27px; }
.value-grid h3 { margin: 34px 0 12px; font-size: 17px; }
.value-grid p { color: var(--muted); font-size: 13px; }
.audience-band { padding: 64px 0; color: var(--white); background: var(--navy); }
.audience-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.audience-grid h2 { color: var(--white); }
.audience-grid > div:last-child p { margin-bottom: 24px; color: rgba(255,255,255,.72); }

.contact-section { background: var(--white); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: center; }
.nap-panel h2 { margin-bottom: 18px; font-size: 40px; }
.nap-intro { max-width: 470px; color: var(--muted); }
.nap-list { margin: 30px 0; border-top: 1px solid var(--line); }
.nap-list > a, .nap-list > div { display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: start; padding: 18px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.nap-list svg { width: 21px; margin-top: 3px; color: var(--blue); }
.nap-list span { display: flex; flex-direction: column; }
.nap-list small { margin-bottom: 3px; color: #798597; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.nap-list strong { color: var(--ink); font-size: 15px; font-weight: 600; }
.map-panel { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.map-panel iframe { display: block; width: 100%; height: 470px; border: 0; }
.map-meta { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 20px; }
.map-meta div { display: flex; flex-direction: column; }
.map-meta strong { font-size: 14px; }
.map-meta span { color: var(--muted); font-size: 11px; }
.map-meta a { color: var(--blue-dark); font-size: 12px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.contact-note { padding: 42px 0; color: var(--white); background: var(--navy); }
.contact-note .content { display: grid; grid-template-columns: 42px 1fr auto; gap: 24px; align-items: center; }
.contact-note svg { width: 30px; color: #80bcff; }
.contact-note h2 { margin-bottom: 4px; color: var(--white); font-size: 28px; }
.contact-note p { margin-bottom: 0; color: rgba(255,255,255,.7); }

.service-hero { min-height: 560px; }
.individual-hero { background-position: center 48%; }
.business-hero { background-position: center 58%; }
.seo-hero { background-position: center 42%; }
.service-intro h2 { max-width: 560px; }
.detail-section { background: var(--soft); }
.detail-section > .content > h2 { max-width: 760px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 34px; background: var(--line); }
.feature-grid article { min-height: 245px; padding: 30px; background: var(--white); }
.feature-grid svg { width: 30px; height: 30px; margin-bottom: 30px; color: var(--blue); stroke-width: 1.7; }
.feature-grid h3 { margin-bottom: 12px; font-size: 17px; }
.feature-grid p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

.metric-band { padding: 48px 0; color: var(--white); background: var(--navy); }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.metric-grid div { display: flex; min-height: 92px; flex-direction: column; justify-content: center; padding: 0 34px; }
.metric-grid div + div { border-left: 1px solid rgba(255,255,255,.25); }
.metric-grid strong { margin-bottom: 7px; font-family: "Libre Caslon Display", Georgia, serif; font-size: 27px; font-weight: 400; }
.metric-grid span { color: rgba(255,255,255,.66); font-size: 12px; }

.local-focus { background: var(--white); }
.local-focus-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 84px; align-items: center; }
.local-focus-grid > div > p:not(.eyebrow) { max-width: 520px; margin: 20px 0 26px; color: var(--muted); }
.check-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.check-list li { display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: start; padding: 17px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.check-list svg { width: 21px; height: 21px; color: var(--blue); }
.check-list strong { color: var(--ink); }

.steps-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps-grid article { min-height: 210px; padding: 26px 22px; }
.steps-grid article + article { border-left: 1px solid var(--line); }
.steps-grid span { color: var(--blue); font-family: Georgia, serif; font-size: 25px; }
.steps-grid h3 { margin: 26px 0 10px; font-size: 16px; }
.steps-grid p { margin-bottom: 0; color: var(--muted); font-size: 12px; }

.faq-section { background: var(--soft); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.faq-list { border-top: 1px solid #cbd3dd; }
.faq-list details { border-bottom: 1px solid #cbd3dd; }
.faq-list summary { position: relative; padding: 20px 36px 20px 0; color: var(--ink); font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 16px; right: 4px; color: var(--blue); font-size: 23px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 700px; margin: -4px 40px 20px 0; color: var(--muted); font-size: 13px; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .nav-links { gap: 16px; }
  .header-phone span { display: none; }
  .hero-side-note { display: none; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { gap: 30px; }
}

@media (max-width: 820px) {
  .content { width: min(100% - 40px, 680px); }
  .site-header { grid-template-columns: 1fr auto; padding: 18px 20px; }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 76px; left: 20px; right: 20px; display: none; flex-direction: column; gap: 0; padding: 12px; border: 1px solid rgba(255,255,255,.14); background: rgba(3,16,31,.98); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 12px; }
  .header-actions { display: none; }
  .hero { min-height: 720px; }
  .hero-content { width: calc(100% - 40px); margin: 105px 20px 35px; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,16,31,.97), rgba(3,16,31,.64)); }
  .intro-grid, .proof-grid { grid-template-columns: 1fr; gap: 40px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .search-feature { grid-template-columns: 1fr; }
  .search-image { min-height: 380px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
  .process-grid article:nth-child(3) { padding-left: 0; border-left: 0; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .two-column-copy, .audience-grid, .contact-layout { grid-template-columns: 1fr; gap: 42px; }
  .value-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .local-focus-grid, .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid article:nth-child(3), .steps-grid article:nth-child(5) { border-left: 0; }
  .steps-grid article { border-bottom: 1px solid var(--line); }
  .contact-note .content { grid-template-columns: 36px 1fr; }
  .contact-note .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 560px) {
  .band { padding: 58px 0; }
  h1 { font-size: 48px; }
  h2 { font-size: 36px; }
  .brand strong { font-size: 22px; letter-spacing: 8px; }
  .hero { min-height: 760px; }
  .hero-media { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,16,31,.96), rgba(3,16,31,.75)); }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 18px; }
  .trust-row span { width: calc(50% - 9px); }
  .row-heading { align-items: flex-start; flex-direction: column; }
  .service-grid, .process-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 0; }
  .search-image { min-height: 300px; }
  .search-copy { padding: 50px 20px 58px; }
  .process-grid article, .process-grid article + article, .process-grid article:nth-child(3) { padding: 16px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .proof-points { grid-template-columns: 1fr; }
  .proof-points div + div { border-top: 1px solid rgba(255,255,255,.28); border-left: 0; }
  .cta-actions .button { width: 100%; }
  .footer-grid { gap: 30px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .subpage-hero { min-height: 560px; padding: 135px 0 65px; }
  .subpage-hero h1 { font-size: 46px; }
  .value-grid article { min-height: 0; }
  .feature-grid, .metric-grid, .steps-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 0; }
  .metric-grid div { padding: 24px 0; }
  .metric-grid div + div { border-top: 1px solid rgba(255,255,255,.25); border-left: 0; }
  .steps-grid article, .steps-grid article + article, .steps-grid article:nth-child(3), .steps-grid article:nth-child(5) { min-height: 0; border-left: 0; }
  .map-panel iframe { height: 360px; }
  .map-meta { align-items: flex-start; flex-direction: column; }
  .contact-note .content { grid-template-columns: 1fr; }
  .contact-note .button { grid-column: auto; width: 100%; }
}
