/*
Theme Name: Dr Hassan Reports
Theme URI: https://drsyedhassanreports.co.uk
Author: 23 Health Care Ltd
Author URI: https://drsyedhassanreports.co.uk
Description: Custom medico-legal theme for Dr Syed Hassan. Editorial dark-brown palette with brass accents.
Version: 5.1.0
Requires at least: 6.0
Requires PHP: 7.4
License: All Rights Reserved
Text Domain: drhassanreports
*/

:root {
  --bg: #1a120b;
  --panel: #221710;
  --text: #f0e6d6;
  --brass: #b08d57;
  --line: rgba(176, 141, 87, 0.16);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  line-height: 1.65;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: '';
  position: fixed; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 65% 45% at 15% 0%, rgba(176, 141, 87, 0.05), transparent 60%),
    radial-gradient(ellipse 55% 40% at 85% 100%, rgba(176, 141, 87, 0.03), transparent 60%);
  pointer-events: none;
}
body::after {
  content: '';
  position: fixed; inset: 0; z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.55;
}
.container { max-width: 1280px; margin: 0 auto; padding: 0 40px; position: relative; z-index: 2; }
.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 24px 0; background: rgba(26, 18, 11, 0.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); transition: padding 0.4s ease, background 0.4s ease; }
.site-nav.scrolled { padding: 14px 0; background: rgba(17, 11, 6, 0.94); }
.site-nav .container { display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 14px; text-decoration: none; color: var(--text); }
.logo-mark { width: 38px; height: 38px; border: 1px solid var(--brass); border-radius: 50%; display: grid; place-items: center; font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 15px; color: var(--brass); letter-spacing: 0.5px; transition: background 0.5s ease, color 0.5s ease; }
.logo:hover .logo-mark { background: var(--brass); color: var(--bg); }
.logo-text { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 400; letter-spacing: 0.3px; line-height: 1; }
.logo-text small { display: block; font-family: 'Inter', sans-serif; font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(240, 230, 214, 0.55); margin-top: 6px; font-weight: 500; }
.nav-links { display: flex; gap: 42px; align-items: center; }
.nav-links a { color: rgba(240, 230, 214, 0.75); text-decoration: none; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; transition: color 0.3s ease; position: relative; }
.nav-links a:not(.cta-btn)::after { content: ''; position: absolute; bottom: -6px; left: 0; width: 0; height: 1px; background: var(--brass); transition: width 0.3s ease; }
.nav-links a:hover { color: var(--text); }
.nav-links a:not(.cta-btn):hover::after { width: 100%; }
.cta-btn { padding: 11px 24px; border: 1px solid var(--brass); color: var(--brass) !important; transition: background 0.3s ease, color 0.3s ease; }
.cta-btn:hover { background: var(--brass); color: var(--bg) !important; }
.menu-toggle { display: none; background: none; border: none; color: var(--text); font-size: 24px; cursor: pointer; }
.trust-bar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px 0; background: rgba(34, 23, 16, 0.5); }
.trust-bar .container { display: flex; align-items: center; justify-content: center; gap: 56px; flex-wrap: wrap; }
.trust-item { text-align: center; }
.trust-item .t-label { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: rgba(240,230,214,0.45); font-weight: 500; margin-bottom: 6px; }
.trust-item .t-value { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: var(--brass); letter-spacing: 0.3px; }
.hero { min-height: 100vh; padding: 140px 0 0; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.15fr; align-items: stretch; min-height: 78vh; }
.hero-text { padding: 40px 80px 60px 0; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 3; }
.eyebrow { display: inline-flex; align-items: center; gap: 16px; font-size: 10px; letter-spacing: 3.5px; text-transform: uppercase; color: var(--brass); margin-bottom: 32px; font-weight: 500; opacity: 0; animation: fadeUp 0.8s ease 0.2s forwards; }
.eyebrow::before { content: ''; width: 48px; height: 1px; background: var(--brass); }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: clamp(46px, 5.8vw, 84px); line-height: 1.02; letter-spacing: -1.5px; margin-bottom: 32px; margin-right: -120px; opacity: 0; animation: fadeUp 1.1s ease 0.4s forwards; }
.hero h1 em { font-style: italic; color: var(--brass); display: block; }
.hero-sub { font-size: 17px; color: rgba(240, 230, 214, 0.78); max-width: 480px; margin-bottom: 22px; line-height: 1.75; opacity: 0; animation: fadeUp 1s ease 0.55s forwards; }
.hero-meta { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(240, 230, 214, 0.55); margin-bottom: 46px; font-weight: 500; opacity: 0; animation: fadeUp 1s ease 0.7s forwards; }
.hero-meta span { color: var(--brass); margin: 0 10px; }
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; opacity: 0; animation: fadeUp 1s ease 0.85s forwards; }
.btn-primary, .btn-secondary { padding: 17px 34px; text-decoration: none; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 500; transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease; display: inline-flex; align-items: center; gap: 14px; }
.btn-primary { background: var(--brass); color: var(--bg); border: 1px solid var(--brass); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(176, 141, 87, 0.22); }
.btn-secondary { color: var(--text); border: 1px solid rgba(176, 141, 87, 0.32); }
.btn-secondary:hover { border-color: var(--brass); }
.btn-primary svg, .btn-secondary svg { transition: transform 0.3s ease; }
.btn-primary:hover svg, .btn-secondary:hover svg { transform: translateX(4px); }
.portrait-wrap { position: relative; margin-right: -40px; opacity: 0; animation: fadeIn 1.6s ease 0.4s forwards; }
.portrait-frame { position: relative; height: 100%; min-height: 78vh; overflow: hidden; background: var(--panel); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 12%; display: block; filter: brightness(0.9) contrast(1.06) saturate(0.92); transition: transform 9s ease; }
.portrait-wrap:hover .portrait-frame img { transform: scale(1.04); }
.portrait-frame::before { content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(90deg, var(--bg) 0%, transparent 30%, transparent 72%, rgba(26,18,11,0.55) 100%), linear-gradient(180deg, transparent 62%, rgba(26,18,11,0.5) 100%); }
.portrait-caption { position: absolute; bottom: 36px; left: 36px; z-index: 3; border-left: 1px solid var(--brass); padding-left: 16px; max-width: 220px; }
.portrait-caption .name { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; color: var(--text); line-height: 1.2; margin-bottom: 8px; }
.portrait-caption .meta { font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(240,230,214,0.55); font-weight: 500; }
.how { padding: 140px 0; border-top: 1px solid var(--line); }
.how-grid { display: grid; grid-template-columns: 0.7fr 1fr; gap: 100px; align-items: start; }
.how-grid .label { font-size: 10px; letter-spacing: 3.5px; text-transform: uppercase; color: var(--brass); font-weight: 500; }
.how-statement { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: clamp(26px, 2.6vw, 36px); line-height: 1.4; color: var(--text); letter-spacing: -0.3px; }
.how-statement em { font-style: italic; color: var(--brass); }
.how-statement .small { display: block; font-family: 'Inter', sans-serif; font-style: normal; font-size: 14px; color: rgba(240,230,214,0.7); line-height: 1.7; margin-top: 36px; letter-spacing: 0; font-weight: 300; max-width: 540px; }
.expertise { padding: 110px 0; border-top: 1px solid var(--line); background: rgba(34,23,16,0.4); }
.expertise-intro { max-width: 760px; margin-bottom: 70px; }
.expertise-intro .label { font-size: 10px; letter-spacing: 3.5px; text-transform: uppercase; color: var(--brass); margin-bottom: 24px; font-weight: 500; display: inline-flex; align-items: center; gap: 14px; }
.expertise-intro .label::before { content: ''; width: 40px; height: 1px; background: var(--brass); }
.expertise-intro h2 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: clamp(30px, 3.4vw, 42px); line-height: 1.15; letter-spacing: -0.5px; }
.expertise-intro h2 em { font-style: italic; color: var(--brass); }
.expertise-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 56px; }
.expertise-item .num { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 14px; color: var(--brass); margin-bottom: 18px; }
.expertise-item h3 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 24px; color: var(--text); line-height: 1.3; margin-bottom: 14px; letter-spacing: -0.3px; }
.expertise-item h3 em { font-style: italic; color: var(--brass); }
.expertise-item p { font-size: 15px; color: rgba(240,230,214,0.72); line-height: 1.75; }
.expertise-item p a { color: var(--brass); text-decoration: none; border-bottom: 1px solid rgba(176,141,87,0.3); transition: border-color 0.3s ease; }
.expertise-item p a:hover { border-color: var(--brass); }
.credentials { padding: 140px 0; border-top: 1px solid var(--line); }
.credentials-header { margin-bottom: 90px; max-width: 720px; }
.credentials-header h2 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: clamp(36px, 4.5vw, 56px); line-height: 1.1; letter-spacing: -0.5px; }
.credentials-header h2 em { font-style: italic; color: var(--brass); }
.credentials-header .label { font-size: 10px; letter-spacing: 3.5px; text-transform: uppercase; color: var(--brass); margin-bottom: 26px; font-weight: 500; display: inline-flex; align-items: center; gap: 14px; }
.credentials-header .label::before { content: ''; width: 40px; height: 1px; background: var(--brass); }
.credentials-header p { font-size: 16px; color: rgba(240,230,214,0.7); line-height: 1.75; margin-top: 22px; max-width: 560px; }
.creds-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cred-block { padding: 56px 36px; border-right: 1px solid var(--line); transition: background 0.4s ease; }
.cred-block:last-child { border-right: none; }
.cred-block:hover { background: rgba(176,141,87,0.04); }
.cred-block .tiny { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: rgba(240,230,214,0.55); margin-bottom: 28px; font-weight: 500; }
.cred-block .big { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: clamp(28px, 3vw, 40px); color: var(--text); line-height: 1; margin-bottom: 16px; letter-spacing: -1px; }
.cred-block .desc { font-size: 13px; color: rgba(240,230,214,0.6); line-height: 1.6; }
.services { padding: 140px 0; border-top: 1px solid var(--line); }
.services-header { margin-bottom: 80px; max-width: 760px; }
.services-header .label { font-size: 10px; letter-spacing: 3.5px; text-transform: uppercase; color: var(--brass); margin-bottom: 26px; font-weight: 500; display: inline-flex; align-items: center; gap: 14px; }
.services-header .label::before { content: ''; width: 40px; height: 1px; background: var(--brass); }
.services-header h2 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: clamp(36px, 4.5vw, 56px); line-height: 1.1; letter-spacing: -0.5px; }
.services-header h2 em { font-style: italic; color: var(--brass); }
.services-header p { font-size: 16px; color: rgba(240,230,214,0.7); line-height: 1.75; margin-top: 22px; max-width: 580px; }
.services-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; }
.service-feature { background: var(--panel); border: 1px solid var(--line); padding: 64px 60px; display: flex; flex-direction: column; justify-content: space-between; min-height: 520px; transition: background 0.5s ease, border-color 0.5s ease; position: relative; }
.service-feature::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, var(--brass), transparent 70%); }
.service-feature:hover { border-color: rgba(176,141,87,0.32); }
.service-feature .tag { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--brass); margin-bottom: 32px; font-weight: 500; }
.service-feature h3 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: clamp(32px, 3.6vw, 46px); line-height: 1.1; letter-spacing: -1px; margin-bottom: 26px; }
.service-feature h3 em { font-style: italic; color: var(--brass); }
.service-feature p { font-size: 16px; color: rgba(240,230,214,0.75); line-height: 1.75; max-width: 480px; margin-bottom: 18px; }
.meta-row { display: flex; gap: 50px; padding-top: 32px; border-top: 1px solid var(--line); }
.meta-row .k { font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(240,230,214,0.55); margin-bottom: 8px; font-weight: 500; }
.meta-row .v { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 400; font-size: 18px; color: var(--text); }
.service-stack { display: flex; flex-direction: column; gap: 28px; }
.service-card { background: var(--panel); border: 1px solid var(--line); padding: 44px 40px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; transition: background 0.5s ease, border-color 0.5s ease, transform 0.5s ease; }
.service-card:hover { border-color: rgba(176,141,87,0.32); transform: translateX(-6px); }
.service-card .tag { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--brass); margin-bottom: 22px; font-weight: 500; }
.service-card h3 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 24px; line-height: 1.2; margin-bottom: 16px; letter-spacing: -0.3px; }
.service-card h3 em { font-style: italic; color: var(--brass); }
.service-card p { color: rgba(240,230,214,0.7); font-size: 14px; line-height: 1.7; }
.service-card p a { color: var(--brass); text-decoration: none; border-bottom: 1px solid rgba(176,141,87,0.3); }
.service-link { color: var(--text); text-decoration: none; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; display: inline-flex; align-items: center; gap: 10px; transition: gap 0.3s ease, color 0.3s ease; margin-top: 24px; font-weight: 500; }
.service-link:hover { gap: 16px; color: var(--brass); }
.locations { padding: 140px 0; border-top: 1px solid var(--line); }
.locations-header { margin-bottom: 80px; max-width: 800px; }
.locations-header .label { font-size: 10px; letter-spacing: 3.5px; text-transform: uppercase; color: var(--brass); margin-bottom: 26px; font-weight: 500; display: inline-flex; align-items: center; gap: 14px; }
.locations-header .label::before { content: ''; width: 40px; height: 1px; background: var(--brass); }
.locations-header h2 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: clamp(36px, 4.5vw, 56px); line-height: 1.1; letter-spacing: -0.5px; }
.locations-header h2 em { font-style: italic; color: var(--brass); }
.locations-header p { font-size: 16px; color: rgba(240,230,214,0.7); line-height: 1.75; margin-top: 22px; max-width: 620px; }
.locations-header p a { color: var(--brass); text-decoration: none; border-bottom: 1px solid rgba(176,141,87,0.3); }
.loc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-left: 1px solid var(--line); }
.loc-grid.three { grid-template-columns: repeat(3, 1fr); }
.loc-card { padding: 36px 28px; border-right: 1px solid var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background 0.4s ease; position: relative; }
.loc-card:hover { background: rgba(176,141,87,0.04); }
.loc-card .loc-tag { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--brass); margin-bottom: 16px; font-weight: 500; }
.loc-card .loc-name { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 22px; color: var(--text); line-height: 1.1; margin-bottom: 10px; letter-spacing: -0.3px; }
.loc-card .loc-addr { font-size: 12px; color: rgba(240,230,214,0.6); line-height: 1.6; margin-bottom: 8px; }
.loc-card .loc-meta { font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: rgba(240,230,214,0.35); font-weight: 500; }
.cta-section { text-align: center; padding: 140px 0; border-top: 1px solid var(--line); }
.cta-section h2 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: clamp(44px, 6vw, 80px); line-height: 1.02; margin-bottom: 28px; letter-spacing: -1.5px; }
.cta-section h2 em { font-style: italic; color: var(--brass); }
.cta-section p { color: rgba(240,230,214,0.7); font-size: 17px; max-width: 540px; margin: 0 auto 50px; line-height: 1.75; }
.cta-pair { display: inline-flex; gap: 18px; flex-wrap: wrap; justify-content: center; }
.cta-contact-line { margin-top: 32px; font-size: 12px; color: rgba(240,230,214,0.4); letter-spacing: 1.5px; text-transform: uppercase; }
.site-footer { padding: 90px 0 36px; border-top: 1px solid var(--line); text-align: center; }
.footer-mark { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: clamp(34px, 4vw, 48px); line-height: 1; letter-spacing: -0.5px; margin-bottom: 14px; }
.footer-mark em { font-style: italic; color: var(--brass); }
.footer-tag { font-size: 10px; letter-spacing: 3.5px; text-transform: uppercase; color: rgba(240,230,214,0.55); margin-bottom: 50px; font-weight: 500; }
.footer-nav { display: flex; justify-content: center; gap: 40px; margin-bottom: 44px; flex-wrap: wrap; }
.footer-nav a { color: rgba(240,230,214,0.7); text-decoration: none; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; transition: color 0.3s ease; }
.footer-nav a:hover { color: var(--brass); }
.footer-divider { width: 50px; height: 1px; background: var(--brass); margin: 0 auto 36px; opacity: 0.5; }
.footer-meta { font-size: 11px; color: rgba(240,230,214,0.45); line-height: 2; letter-spacing: 0.3px; }
.footer-meta a { color: var(--brass); text-decoration: none; }
.page-hero { padding: 180px 0 80px; border-bottom: 1px solid var(--line); }
.page-hero .eyebrow { margin-bottom: 28px; }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: clamp(44px, 5.5vw, 72px); line-height: 1.05; letter-spacing: -1px; max-width: 880px; }
.page-hero h1 em { font-style: italic; color: var(--brass); }
.page-hero .lede { font-size: 17px; color: rgba(240,230,214,0.75); line-height: 1.75; margin-top: 28px; max-width: 720px; }
.page-prose { max-width: 760px; font-size: 16px; color: rgba(240,230,214,0.82); line-height: 1.8; }
.page-prose h2 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: clamp(28px, 3vw, 36px); line-height: 1.2; letter-spacing: -0.3px; color: var(--text); margin-top: 56px; margin-bottom: 22px; }
.page-prose h2:first-child { margin-top: 0; }
.page-prose h2 em { font-style: italic; color: var(--brass); }
.page-prose h3 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 22px; color: var(--text); margin-top: 40px; margin-bottom: 14px; letter-spacing: -0.2px; }
.page-prose p { margin-bottom: 22px; }
.page-prose strong { color: var(--text); font-weight: 500; }
.page-prose em { color: var(--brass); font-style: italic; font-family: 'Cormorant Garamond', serif; }
.page-prose ul, .page-prose ol { margin: 0 0 22px 22px; }
.page-prose li { margin-bottom: 12px; padding-left: 6px; }
.page-prose li::marker { color: var(--brass); }
.page-prose a { color: var(--brass); text-decoration: none; border-bottom: 1px solid rgba(176,141,87,0.3); transition: border-color 0.3s ease; }
.page-prose a:hover { border-color: var(--brass); }
.page-prose blockquote { border-left: 2px solid var(--brass); padding: 4px 0 4px 22px; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 22px; color: var(--text); line-height: 1.5; margin: 36px 0; }
.page-prose hr { border: none; border-top: 1px solid var(--line); margin: 56px 0; }
.compare-table { border: 1px solid var(--line); background: var(--panel); }
.compare-table-header { padding: 28px 32px; border-bottom: 1px solid var(--line); }
.compare-table-row { display: grid; grid-template-columns: 1.2fr 1fr 1fr; padding: 16px 32px; border-bottom: 1px solid var(--line); }
.compare-table-row.head { background: rgba(176,141,87,0.06); padding: 14px 32px; }
.compare-table-row:last-child { border-bottom: none; }
.compare-table-row.head div { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--brass); font-weight: 500; }
.compare-table-row div { font-size: 13px; color: rgba(240,230,214,0.7); }
.compare-table-row div:first-child { color: rgba(240,230,214,0.85); }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border-left: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-left: 1px solid var(--line); }
.faq-item { padding: 36px 32px; border-right: 1px solid var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.faq-item:hover { background: rgba(176,141,87,0.04); }
.faq-q { font-family: 'Cormorant Garamond', serif; font-size: 19px; color: var(--text); line-height: 1.3; margin-bottom: 16px; letter-spacing: -0.2px; }
.faq-a { font-size: 14px; color: rgba(240,230,214,0.68); line-height: 1.75; margin: 0; }
.faq-a a { color: var(--brass); text-decoration: none; border-bottom: 1px solid rgba(176,141,87,0.3); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s ease, transform 0.9s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-1 { transition-delay: 0.08s; }
.reveal-2 { transition-delay: 0.16s; }
.reveal-3 { transition-delay: 0.24s; }
.reveal-4 { transition-delay: 0.32s; }
.reveal-5 { transition-delay: 0.40s; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@media (max-width: 980px) {
  .hero-grid, .services-grid, .how-grid, .expertise-grid { grid-template-columns: 1fr; gap: 50px; }
  .creds-grid { grid-template-columns: repeat(2, 1fr); }
  .cred-block:nth-child(2n) { border-right: none; }
  .loc-grid, .loc-grid.three { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .menu-toggle { display: block; }
  .container { padding: 0 24px; }
  .hero, .how, .credentials, .services, .cta-section, .expertise, .locations { padding-top: 90px; padding-bottom: 90px; }
  .hero { padding-top: 110px; }
  .hero-text { padding: 30px 0 50px; }
  .hero h1 { margin-right: 0; }
  .portrait-wrap { margin-right: -24px; }
  .portrait-frame { min-height: 65vh; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn-primary, .btn-secondary { justify-content: center; }
  .service-feature, .service-card { padding: 40px 32px; }
  .service-feature { min-height: auto; }
  .meta-row { flex-direction: column; gap: 22px; }
  .footer-nav { gap: 18px 28px; }
  .trust-bar .container { gap: 28px; }
  .page-hero { padding: 130px 0 60px; }
  .compare-table-row { grid-template-columns: 1fr; gap: 6px; padding: 16px 20px; }
  .compare-table-row.head { display: none; }
  .compare-table-row div:first-child { color: var(--brass); font-size: 11px; letter-spacing: 1px; }
}
@media (max-width: 540px) {
  .creds-grid, .loc-grid, .loc-grid.three { grid-template-columns: 1fr; }
  .cred-block, .loc-card { border-right: none; }
  .loc-grid, .loc-grid.three { border-left: none; }
}
