:root {
  --plum: #5f286d;
  --plum-dark: #311638;
  --plum-soft: #84518e;
  --green: #70bd45;
  --green-dark: #3f7f2a;
  --cream: #f5f6f4;
  --ink: #29232d;
  --muted: #6b6570;
  --white: #fff;
  --line: #e8e0e9;
  --shadow: 0 24px 70px rgba(49, 22, 56, .12);
  --font-executive: Aptos, "Segoe UI", Arial, sans-serif;
  --font-accent: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-executive); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 99; top: 10px; left: 10px; transform: translateY(-150%); background: var(--white); padding: 10px 16px; border-radius: 4px; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; padding: 18px 0; border-bottom: 1px solid rgba(41,35,45,.09); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 118px; height: 78px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 27px; font-size: .93rem; font-weight: 600; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.button):hover { color: var(--plum); }
.nav-dropdown { position: relative; }
.dropdown-toggle { display: inline-flex; align-items: center; gap: 6px; padding: 12px 0; border: 0; background: transparent; color: var(--ink); font: inherit; font-weight: 600; cursor: pointer; }
.dropdown-toggle:hover, .dropdown-toggle[aria-expanded="true"] { color: var(--plum); }
.dropdown-toggle span { font-size: 1rem; transition: transform .2s; }
.dropdown-toggle[aria-expanded="true"] span { transform: rotate(180deg); }
.dropdown-menu { position: absolute; top: calc(100% + 7px); left: -24px; z-index: 30; display: none; width: 285px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 18px 45px rgba(31,25,33,.13); }
.dropdown-menu.open { display: grid; }
.dropdown-menu a { padding: 10px 12px; border-radius: 5px; color: #4b4650; font-size: .88rem; font-weight: 500; }
.dropdown-menu a:hover { background: var(--cream); }
.menu-button { display: none; border: 1px solid var(--plum); background: transparent; color: var(--plum); padding: 8px 13px; border-radius: 999px; font: inherit; font-weight: 700; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border-radius: 999px; background: var(--plum); color: var(--white); text-decoration: none; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--plum-dark); }
.button-small { min-height: 42px; padding-inline: 20px; }
.button-light { background: var(--white); color: var(--plum-dark); }
.button-light:hover { background: var(--cream); }
.text-link { color: var(--plum); font-weight: 700; text-decoration: none; }
.text-link span { display: inline-block; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.hero { position: relative; min-height: 780px; display: grid; align-items: center; overflow: hidden; padding: 150px 0 90px; background: #f7f8f6; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: linear-gradient(90deg, var(--plum) 0 72%, var(--green) 72%); }
.hero-grid { position: relative; z-index: 2; display: block; }
.hero-copy { max-width: 850px; }
.eyebrow { margin: 0 0 16px; color: var(--green-dark); font-family: var(--font-accent); text-transform: uppercase; letter-spacing: .15em; font-size: .8rem; font-weight: 700; }
h1, h2 { margin: 0; color: var(--plum-dark); font-family: var(--font-executive); line-height: 1.08; }
h1 { max-width: 950px; font-size: clamp(3rem, 5.5vw, 5.4rem); font-weight: 700; letter-spacing: -.045em; }
h2 { font-size: clamp(2.3rem, 4vw, 4rem); letter-spacing: -.035em; }
h3 { line-height: 1.25; }
.hero-lede { max-width: 630px; margin: 28px 0 34px; color: #564e59; font-size: clamp(1.08rem, 1.6vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; }

.section { padding: 110px 0; }
.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.section-heading > p:last-child { max-width: 580px; color: var(--muted); font-size: 1.05rem; }
.section-heading.centered { text-align: center; }
.section-heading.centered > p:last-child { margin: 20px auto 0; }
.about-copy { padding-top: 7px; }
.about-copy > p { color: var(--muted); }
.about-copy .lead { margin-top: 0; color: var(--ink); font-size: 1.22rem; font-weight: 600; }
.founder-card { display: flex; align-items: center; gap: 14px; margin-top: 28px; }
.founder-initials { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--plum); color: var(--white); font-family: var(--font-executive); }
.founder-card strong, .founder-card span { display: block; }
.founder-card div span { color: var(--muted); font-size: .9rem; }

.services { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 55px; }
.service-card { min-height: 300px; padding: 34px; scroll-margin-top: 30px; border: 1px solid #dfe1df; border-radius: 5px; background: var(--white); box-shadow: 0 8px 22px rgba(35,30,36,.045); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-number { color: var(--green-dark); font-family: var(--font-accent); font-size: .82rem; font-weight: 700; letter-spacing: .13em; }
.service-card h3 { margin: 55px 0 14px; color: var(--plum); font-family: var(--font-executive); font-size: 1.65rem; }
.service-card p { color: var(--muted); }

.smb-solutions { background: var(--white); }
.smb-highlight { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; margin-top: 50px; padding: 40px; border-left: 5px solid var(--green); background: var(--plum-dark); color: var(--white); }
.smb-kicker { color: #a8db8a; font-family: var(--font-accent); text-transform: uppercase; letter-spacing: .13em; font-size: .76rem; font-weight: 700; }
.smb-highlight h3 { max-width: 700px; margin: 9px 0 10px; font-family: var(--font-executive); font-size: clamp(1.7rem, 3vw, 2.45rem); }
.smb-highlight p { max-width: 740px; margin: 0; color: rgba(255,255,255,.72); }
.smb-highlight .button { background: var(--white); color: var(--plum-dark); white-space: nowrap; }
.smb-service-list { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 25px; border-top: 1px solid #dfe1df; border-left: 1px solid #dfe1df; }
.smb-service-list span { position: relative; padding: 16px 20px 16px 42px; border-right: 1px solid #dfe1df; border-bottom: 1px solid #dfe1df; color: #4e4851; font-size: .93rem; }
.smb-service-list span::before { content: ""; position: absolute; left: 20px; top: 25px; width: 8px; height: 2px; background: var(--green); }
.resource-links { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 25px; }
.resource-links a { color: var(--plum); font-size: .9rem; font-weight: 700; text-decoration: none; }
.resource-links a:hover { text-decoration: underline; }

.partners { background: var(--white); }
.partnership-statement { padding-block: 15px; }

.approach { color: var(--white); background: var(--plum-dark); }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.approach h2 { color: var(--white); }
.approach-intro { max-width: 520px; color: rgba(255,255,255,.7); }
.eyebrow.light { color: #a8db8a; }
.steps { margin: 0; padding: 0; list-style: none; counter-reset: step; }
.steps li { position: relative; padding: 22px 0 22px 72px; border-bottom: 1px solid rgba(255,255,255,.15); counter-increment: step; }
.steps li::before { content: "0" counter(step); position: absolute; left: 0; top: 24px; color: #a8db8a; font-family: var(--font-accent); font-size: .84rem; font-weight: 700; letter-spacing: .1em; }
.steps span { font-size: 1.15rem; font-weight: 700; }
.steps p { margin: 5px 0 0; color: rgba(255,255,255,.68); }

.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 55px; }
.insight-card { padding: 28px 0; border-top: 2px solid var(--green); }
.insight-card > span { color: var(--green-dark); font-family: var(--font-accent); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.insight-card h3 { color: var(--plum-dark); font-family: var(--font-executive); font-size: 1.45rem; }
.insight-card p { color: var(--muted); }

.contact { padding-top: 35px; }
.contact-card { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: center; padding: 70px; border-radius: 26px; color: var(--white); background: linear-gradient(135deg, var(--plum), var(--plum-dark)); box-shadow: var(--shadow); }
.contact-card h2 { color: var(--white); font-size: clamp(2.2rem, 4vw, 3.6rem); }
.contact-card p:last-child { color: rgba(255,255,255,.72); }
.contact-actions { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.phone-link { color: var(--white); text-decoration-color: rgba(255,255,255,.4); font-weight: 700; }

.site-footer { padding: 70px 0 35px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.site-footer img { width: 72px; height: 54px; object-fit: contain; object-position: left; }
.site-footer p { margin: 4px 0 0; color: var(--muted); font-size: .9rem; }
.footer-links { display: flex; gap: 28px; }
.footer-links a { color: var(--plum); text-decoration: none; font-weight: 600; }
.copyright { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid var(--line); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 820px) {
  .site-header { padding: 14px 0; }
  .brand img { width: 95px; height: 65px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 88px; left: 20px; right: 20px; display: none; flex-direction: column; gap: 18px; align-items: stretch; padding: 24px; border-radius: 18px; background: var(--white); box-shadow: var(--shadow); text-align: center; }
  .site-nav.open { display: flex; }
  .nav-dropdown { width: 100%; }
  .dropdown-toggle { justify-content: center; width: 100%; }
  .dropdown-menu { position: static; width: 100%; margin-top: 4px; box-shadow: none; text-align: left; }
  .hero { min-height: auto; padding-top: 140px; }
  .hero-grid, .split-grid, .approach-grid, .contact-card { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .section { padding: 80px 0; }
  .service-grid, .insight-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card h3 { margin-top: 35px; }
  .contact-card { padding: 44px 30px; }
  .contact-actions { align-items: stretch; text-align: center; }
  .smb-highlight { grid-template-columns: 1fr; padding: 32px 26px; }
  .smb-service-list { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 28px, 1120px); }
  h1 { font-size: 3.35rem; }
  .hero-actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
