:root {
  --green-950: #042f29;
  --green-900: #073f36;
  --green-800: #0b594b;
  --green-700: #14715f;
  --gold-500: #c99c42;
  --gold-400: #dfbd70;
  --gold-200: #f1dfb2;
  --ink: #17201e;
  --muted: #5b6764;
  --line: #dce4e1;
  --paper: #f8faf9;
  --white: #fff;
  --shadow: 0 22px 70px rgba(4, 47, 41, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 1000; background: var(--gold-400); color: var(--green-950); padding: 10px 16px; font-weight: 700; border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(7,63,54,.1); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--green-900); text-decoration: none; line-height: 1.05; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--green-900); color: var(--gold-400); font-family: "Libre Baskerville", Georgia, serif; font-weight: 700; box-shadow: inset 0 0 0 2px rgba(223,189,112,.55); }
.brand strong { display: block; font-family: "Libre Baskerville", Georgia, serif; font-size: 1.05rem; }
.brand small { display: block; margin-top: 5px; text-transform: uppercase; font-size: .68rem; letter-spacing: .18em; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: #27413c; font-size: .94rem; font-weight: 600; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--green-700); }
.site-nav .nav-call { padding: 11px 18px; border: 1px solid var(--green-800); border-radius: 999px; color: var(--green-900); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--green-900); transition: .2s ease; }

.hero { position: relative; overflow: hidden; min-height: 720px; padding: 92px 0 82px; color: var(--white); background: linear-gradient(135deg, var(--green-950), var(--green-900) 55%, #0a5549); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 50px 50px; mask-image: linear-gradient(to right, transparent, #000); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.hero-glow-one { width: 380px; height: 380px; top: -230px; right: 7%; background: rgba(223,189,112,.2); }
.hero-glow-two { width: 240px; height: 240px; bottom: -150px; left: 32%; background: rgba(201,156,66,.15); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 80px; }
.eyebrow { margin: 0 0 18px; color: var(--gold-400); font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { margin: 0 7px; }
.eyebrow.dark { color: var(--green-700); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Libre Baskerville", Georgia, serif; line-height: 1.16; letter-spacing: -.025em; }
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(2.8rem, 5.7vw, 5.2rem); }
h2 { margin-bottom: 20px; color: var(--green-950); font-size: clamp(2rem, 3.8vw, 3.25rem); }
.hero-text { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.78); font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 6px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold-400); color: var(--green-950); }
.button-gold:hover { background: #e8c983; }
.button-outline { border-color: rgba(255,255,255,.4); color: var(--white); }
.button-outline:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.direct-contact { display: grid; grid-template-columns: auto 1fr; gap: 38px; margin-top: 46px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.16); }
.direct-contact div { display: grid; }
.direct-contact span { color: var(--gold-400); font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.direct-contact a { width: fit-content; margin-top: 4px; color: var(--white); font-weight: 600; text-decoration: none; }
.direct-contact small { color: rgba(255,255,255,.62); font-size: .84rem; }
.logo-panel { position: relative; padding: 26px; border: 1px solid rgba(223,189,112,.42); border-radius: 20px; background: rgba(255,255,255,.97); box-shadow: 0 30px 90px rgba(0,0,0,.22); }
.logo-panel::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(201,156,66,.18); border-radius: 13px; pointer-events: none; }
.logo-panel img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.credential-line { display: flex; justify-content: center; gap: 12px; margin-top: 18px; }
.credential-line span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.7); font-size: .76rem; }

.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); }
.service-card { min-height: 315px; padding: 34px 28px; background: var(--white); border-right: 1px solid var(--line); }
.service-card:last-child { border-right: 0; }
.service-card:nth-child(even) { background: var(--paper); }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 50%; background: rgba(201,156,66,.13); color: var(--green-800); }
.service-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3, .step h3 { color: var(--green-950); font-size: 1.15rem; line-height: 1.3; }
.service-card p, .step p { margin-bottom: 0; color: var(--muted); font-size: .95rem; }

.approach { position: relative; color: var(--white); background: var(--green-950); }
.approach::after { content: "TAXPRO"; position: absolute; right: 3%; bottom: -38px; color: rgba(255,255,255,.025); font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(5rem, 15vw, 13rem); font-weight: 700; line-height: 1; pointer-events: none; }
.approach-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.approach h2 { color: var(--white); }
.approach-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 16px; color: var(--gold-400); font-weight: 700; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.steps { border-top: 1px solid rgba(255,255,255,.15); }
.step { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.step > span { color: var(--gold-400); font-family: "Libre Baskerville", Georgia, serif; font-size: 1.15rem; }
.step h3 { margin-bottom: 6px; color: var(--white); }
.step p { color: rgba(255,255,255,.62); }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: center; }
.about-badge { min-height: 390px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(201,156,66,.45); background: var(--white); box-shadow: var(--shadow); }
.about-badge span { color: var(--green-900); font-family: "Libre Baskerville", Georgia, serif; font-size: 7rem; line-height: 1; }
.about-badge small { display: block; margin-top: 24px; color: var(--muted); font-weight: 700; letter-spacing: .14em; line-height: 1.6; text-transform: uppercase; }
.about-copy > p:not(.eyebrow) { max-width: 700px; color: var(--muted); font-size: 1.08rem; }
.qualifications { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.qualifications span { padding: 8px 13px; border: 1px solid #ccd8d4; border-radius: 4px; color: var(--green-800); font-size: .88rem; font-weight: 700; }

.contact { background: linear-gradient(to bottom, var(--paper) 50%, var(--white) 50%); }
.contact-card { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; padding: 58px 64px; border-radius: 16px; color: var(--white); background: linear-gradient(120deg, var(--green-900), #0b584b); box-shadow: var(--shadow); }
.contact-card h2 { margin-bottom: 14px; color: var(--white); }
.contact-card p:not(.eyebrow) { margin-bottom: 0; color: rgba(255,255,255,.7); }
.contact-options { display: grid; gap: 12px; }
.contact-option { display: grid; padding: 17px 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(255,255,255,.07); text-decoration: none; transition: background .2s ease, border-color .2s ease; }
.contact-option:hover { border-color: var(--gold-400); background: rgba(255,255,255,.1); }
.contact-option span { color: var(--gold-400); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-option strong { margin-top: 3px; font-size: 1.08rem; }
.contact-option small { color: rgba(255,255,255,.6); }

.site-footer { padding: 48px 0 90px; color: rgba(255,255,255,.7); background: #032923; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: start; }
.footer-brand { display: grid; }
.footer-brand strong { color: var(--white); font-family: "Libre Baskerville", Georgia, serif; }
.footer-brand span { margin-top: 5px; color: var(--gold-400); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-links a { font-size: .88rem; text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.copyright { grid-column: 1 / -1; margin: 0; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }
.mobile-call { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-one { transition-delay: .1s; }
.delay-two { transition-delay: .2s; }
.delay-three { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button, .text-link span { transition: none; } }

@media (max-width: 960px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr .76fr; gap: 45px; }
  .direct-contact { grid-template-columns: 1fr; gap: 18px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { border-bottom: 1px solid var(--line); }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card:nth-child(3), .service-card:nth-child(4) { border-bottom: 0; }
  .approach-grid { gap: 60px; }
  .about-grid { gap: 55px; }
  .contact-card { padding: 48px 40px; gap: 45px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 600px); }
  .section { padding: 78px 0; }
  .nav-wrap { min-height: 70px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 0; right: 0; top: 70px; display: none; align-items: stretch; padding: 18px 20px 24px; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: 0 18px 30px rgba(4,47,41,.1); }
  .site-nav.open { display: grid; gap: 8px; }
  .site-nav a { padding: 10px 4px; }
  .site-nav .nav-call { margin-top: 8px; text-align: center; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding: 68px 0 58px; }
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  h1 { font-size: clamp(2.55rem, 12.2vw, 4rem); }
  .hero-brand { max-width: 430px; margin-inline: auto; }
  .credential-line { flex-wrap: wrap; }
  .approach-grid, .about-grid, .contact-card { grid-template-columns: 1fr; }
  .about-badge { min-height: 310px; }
  .about-badge span { font-size: 5.5rem; }
  .contact-card { padding: 38px 26px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .copyright { grid-column: 1; }
  .mobile-call { position: fixed; z-index: 99; left: 14px; right: 14px; bottom: 12px; display: flex; align-items: center; justify-content: center; min-height: 50px; border-radius: 7px; background: var(--gold-400); color: var(--green-950); font-weight: 800; text-decoration: none; box-shadow: 0 10px 35px rgba(0,0,0,.22); }
  .site-footer { padding-bottom: 100px; }
}

@media (max-width: 520px) {
  .hero-actions { display: grid; }
  .direct-contact { margin-top: 36px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .service-card:last-child { border-bottom: 0 !important; }
  .footer-links { display: grid; gap: 10px; }
  .contact-option strong { font-size: .94rem; overflow-wrap: anywhere; }
}
