:root {
  --ink: #111211;
  --charcoal: #1b1c1a;
  --paper: #f6f5ef;
  --soft: #e9e8e1;
  --lime: #c7f53b;
  --lime-deep: #a8dc12;
  --muted: #77786f;
  --line: rgba(17, 18, 17, .16);
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 100; top: -50px; left: 16px; background: var(--lime); color: var(--ink); padding: 10px 16px; font-weight: 700; }
.skip-link:focus { top: 16px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; line-height: .98; }
h1 { font-size: clamp(3.35rem, 7.7vw, 7.3rem); }
h2 { font-size: clamp(2.65rem, 5.4vw, 5.2rem); }
h3 { font-size: 1.14rem; line-height: 1.22; }
em { color: var(--lime); font-weight: 400; }

.site-header { position: absolute; z-index: 20; width: 100%; top: 0; color: #fff; }
.nav-wrap { display: flex; justify-content: space-between; align-items: center; height: 94px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; letter-spacing: -.05em; }
.brand-mark { display: inline-grid; place-items: center; width: 37px; height: 30px; border-radius: 6px; background: var(--lime); color: var(--ink); font-size: 14px; font-weight: 900; }
.brand-mark span { color: #5b680f; }
.brand-name { font-size: 19px; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 650; }
.main-nav > a:not(.button) { opacity: .74; transition: opacity .2s ease; }
.main-nav > a:hover, .main-nav > a[aria-current="page"] { opacity: 1; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px 0 8px 8px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; min-height: 48px; padding: 12px 19px; border: 1px solid var(--ink); background: var(--ink); color: #fff; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 17px; line-height: 0; }
.button-small { min-height: 38px; padding: 8px 13px; border-color: #fff; background: #fff; color: var(--ink); }
.button-lime { border-color: var(--lime); background: var(--lime); color: var(--ink); }
.button-lime:hover { background: var(--lime-deep); }
.button-outline { background: transparent; color: inherit; }
.button-outline:hover { background: var(--ink); color: #fff; }
.text-link { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 800; }
.text-link span { font-size: 17px; line-height: 0; }
.text-link.light { color: #fff; }

.hero { position: relative; display: flex; min-height: 770px; align-items: center; overflow: hidden; background: #131310; color: #fff; }
.hero-image { position: absolute; inset: 0; background: url('../img/hero-agency.png') center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,12,11,.91) 0%, rgba(12,12,11,.76) 36%, rgba(12,12,11,.14) 72%, rgba(12,12,11,.25) 100%); }
.hero-content { position: relative; z-index: 1; padding-top: 106px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 23px; color: #4f514b; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--lime); }
.eyebrow.light { color: rgba(255,255,255,.68); }
.hero h1 { max-width: 780px; margin-bottom: 25px; }
.hero-copy { max-width: 475px; margin-bottom: 31px; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero-foot { position: absolute; z-index: 1; right: 0; bottom: 27px; left: 0; display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.53); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.hero-foot div { display: flex; align-items: center; gap: 12px; }
.hero-foot .rule { width: 56px; height: 1px; background: rgba(255,255,255,.42); }

.section { padding: 136px 0; }
.section-dark { background: var(--charcoal); color: #fff; }
.section-soft { background: var(--soft); }
.split-intro { display: grid; grid-template-columns: minmax(180px, .76fr) 2fr; gap: 75px; }
.split-intro h2 { margin-bottom: 25px; }
.lead { max-width: 700px; color: #474842; font-size: 19px; line-height: 1.65; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; margin-bottom: 65px; }
.section-heading h2 { margin: 0; }
.section-heading > p { max-width: 400px; margin: 0 0 5px; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.65; }
.section-heading.compact > p { color: var(--muted); }
.service-list { border-top: 1px solid rgba(255,255,255,.19); }
.service-item { display: grid; grid-template-columns: 110px 1fr 34px; gap: 23px; align-items: center; min-height: 137px; padding: 24px 3px; border-bottom: 1px solid rgba(255,255,255,.19); transition: padding .2s ease, color .2s ease; }
.service-item:hover { padding-inline: 12px; color: var(--lime); }
.service-item.static:hover { padding-inline: 3px; color: #fff; }
.service-number { color: var(--lime); font-size: 13px; font-weight: 750; }
.service-item strong { display: block; margin-bottom: 7px; font-size: 21px; letter-spacing: -.035em; }
.service-item small { display: block; max-width: 560px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.55; }
.service-item b { justify-self: end; font-size: 23px; font-weight: 400; }

.proof { padding-bottom: 115px; }
.proof-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 18px; align-items: end; }
.proof-copy { grid-row: span 2; padding-right: 50px; }
.proof-copy h2 { margin-bottom: 0; }
.stat-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 212px; padding: 24px; }
.stat-card strong { font-family: Georgia, "Times New Roman", serif; font-size: 50px; font-weight: 400; letter-spacing: -.07em; }
.stat-card span { max-width: 130px; font-size: 13px; font-weight: 650; line-height: 1.35; }
.stat-card.lime { background: var(--lime); }
.stat-card.dark { background: var(--ink); color: #fff; }
.stat-card.outlined { grid-column: 2 / 4; min-height: 145px; flex-direction: row; align-items: end; border: 1px solid var(--line); }
.stat-card.outlined span { max-width: 175px; }

.process-section { padding-top: 100px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.steps article { min-height: 235px; padding: 22px 24px 15px 0; border-right: 1px solid var(--line); }
.steps article + article { padding-left: 24px; }
.steps article:last-child { border-right: 0; }
.steps span { color: #7f9e21; font-size: 12px; font-weight: 800; }
.steps h3 { margin: 43px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 400; }
.steps p { max-width: 215px; color: var(--muted); font-size: 13px; line-height: 1.6; }

.cta-panel { padding-top: 30px; }
.cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; min-height: 390px; padding: 68px 72px; background: var(--lime); }
.cta-inner h2 { margin-bottom: 0; color: var(--ink); }
.cta-inner h2 em { color: #4b5c00; }
.cta-inner .eyebrow { color: #53620c; }
.cta-inner .eyebrow span { background: var(--ink); }

.site-footer { padding: 80px 0 20px; background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1.35fr; gap: 38px; padding-bottom: 75px; }
.brand-footer { margin-bottom: 20px; }
.footer-intro { max-width: 290px; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.6; }
.footer-label { margin-bottom: 18px; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a:not(.brand) { display: block; width: fit-content; margin-bottom: 10px; color: rgba(255,255,255,.7); font-size: 13px; }
.footer-grid a:not(.brand):hover { color: var(--lime); }
.footer-grid .footer-email { color: #fff; font-size: 15px; font-weight: 750; }
.footer-address { color: rgba(255,255,255,.57); font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.43); font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 19px; }
.footer-bottom a:hover { color: #fff; }

.inner-hero { padding: 185px 0 90px; background: var(--ink); color: #fff; }
.inner-hero h1 { max-width: 850px; margin: 0; }
.inner-hero-copy { max-width: 600px; margin: 28px 0 0; color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.6; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.two-column h2 { margin-bottom: 0; }
.body-copy { color: #50514b; font-size: 17px; line-height: 1.72; }
.body-copy p:last-child { margin-bottom: 0; }
.cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.cards-grid.three { grid-template-columns: repeat(3, 1fr); }
.info-card { min-height: 270px; padding: 30px; background: var(--paper); }
.info-card span { color: #769610; font-size: 12px; font-weight: 800; }
.info-card h3 { margin: 85px 0 11px; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; letter-spacing: -.045em; }
.info-card p { max-width: 300px; margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.detail-grid h2 { margin-bottom: 0; }
.tick-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.tick-list li { padding: 22px 0 22px 30px; border-top: 1px solid var(--line); font-size: 17px; }
.tick-list li:last-child { border-bottom: 1px solid var(--line); }
.tick-list li::before { content: "✓"; display: inline-block; width: 30px; margin-left: -30px; color: #789b0d; font-weight: 800; }
.contact-strip { padding: 0; background: var(--ink); color: #fff; }
.contact-strip-inner { display: flex; justify-content: space-between; align-items: center; min-height: 310px; gap: 40px; }
.contact-strip h2 { margin: 0; }

.values { display: grid; grid-template-columns: .75fr 2fr; gap: 90px; }
.values-list { display: grid; grid-template-columns: repeat(3, 1fr); }
.values-list article { min-height: 245px; padding: 0 23px; border-left: 1px solid var(--line); }
.values-list article:first-child { padding-left: 0; border-left: 0; }
.values-list span { color: #789b0d; font-size: 12px; font-weight: 800; }
.values-list h3 { margin: 45px 0 11px; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; letter-spacing: -.045em; }
.values-list p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.company-note { display: grid; grid-template-columns: .75fr 2fr; gap: 90px; }
.company-note h2 { margin-bottom: 26px; }
.company-note div > p { max-width: 480px; margin-bottom: 5px; color: var(--muted); font-size: 15px; }

.pricing-section { padding-bottom: 108px; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.price-card { display: flex; flex-direction: column; min-height: 560px; padding: 34px 30px 30px; border: 1px solid var(--line); }
.price-card > p:first-child { color: #596a14; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.price-card h2 { margin: 14px 0 19px; font-family: Georgia, "Times New Roman", serif; font-size: 51px; font-weight: 400; letter-spacing: -.07em; }
.price-card h2 span { margin-left: 5px; color: var(--muted); font-family: Inter, ui-sans-serif, sans-serif; font-size: 12px; letter-spacing: 0; }
.price-copy { min-height: 66px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.price-card ul { display: grid; gap: 12px; margin: 21px 0 29px; padding: 0; list-style: none; font-size: 13px; line-height: 1.4; }
.price-card li::before { content: "✓"; margin-right: 10px; color: #789b0d; font-weight: 800; }
.price-card .button { margin-top: auto; }
.price-card.featured { border-color: var(--ink); background: var(--ink); color: #fff; }
.price-card.featured > p:first-child { color: var(--lime); }
.price-card.featured h2 span, .price-card.featured .price-copy { color: rgba(255,255,255,.61); }
.price-card.featured li::before { color: var(--lime); }
.tag { display: inline-block; margin-left: 6px; padding: 4px 7px; background: var(--lime); color: var(--ink); font-size: 9px; letter-spacing: .04em; vertical-align: middle; }
.pricing-note { margin: 22px 0 0; color: var(--muted); font-size: 13px; text-align: center; }

.contact-section { padding-bottom: 120px; }
.form-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.form-layout h2 { margin: 0 0 22px; }
.contact-side { display: grid; gap: 17px; margin-top: 55px; }
.contact-side p { display: grid; gap: 3px; margin: 0; color: var(--muted); font-size: 14px; }
.contact-side strong { color: var(--ink); font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.contact-side a:hover { color: #739314; }
.contact-form { padding: 36px; background: var(--soft); }
.contact-form label { display: block; margin-bottom: 19px; color: #4f514c; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { display: block; width: 100%; margin-top: 7px; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(17,18,17,.27); border-radius: 0; outline: none; background: transparent; color: var(--ink); font-size: 15px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #71900a; }
.contact-form ::placeholder { color: #999a92; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.form-note { margin: 16px 0 0; color: #76766f; font-size: 11px; line-height: 1.5; }
.form-alert { margin: 0 0 20px; padding: 11px 13px; border-left: 3px solid #8d3a24; background: #f7e5df; color: #692d1c; font-size: 13px; line-height: 1.45; }
.honeypot { position: absolute; left: -9999px; }
.thank-you { min-height: 76vh; padding: 200px 0 100px; background: var(--ink); color: #fff; }
.thank-you h1 { margin: 0 0 26px; }
.thank-you p:not(.eyebrow) { max-width: 500px; margin-bottom: 30px; color: rgba(255,255,255,.68); font-size: 18px; }
.legal { min-height: 500px; }
.prose { max-width: 760px; }
.prose h2 { margin: 48px 0 12px; font-size: 34px; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: #555750; font-size: 16px; line-height: 1.72; }
.prose a { color: #66860a; text-decoration: underline; }

@media (max-width: 900px) {
  .shell { width: min(var(--max), calc(100% - 44px)); }
  .main-nav { gap: 17px; }
  .main-nav > a:not(.button) { font-size: 12px; }
  .service-item { grid-template-columns: 68px 1fr 30px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-copy { grid-column: 1 / -1; grid-row: auto; padding-right: 0; margin-bottom: 18px; }
  .stat-card.outlined { grid-column: auto; min-height: 212px; flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1.6fr 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .values, .company-note { grid-template-columns: 1fr; gap: 40px; }
  .form-layout { gap: 55px; }
}

@media (max-width: 700px) {
  .shell { width: min(var(--max), calc(100% - 32px)); }
  h1 { font-size: clamp(3.1rem, 15vw, 4.9rem); }
  h2 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .site-header { position: absolute; }
  .nav-wrap { height: 74px; }
  .menu-toggle { position: relative; z-index: 25; display: grid; gap: 4px; width: 40px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin-left: auto; background: #fff; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; visibility: hidden; flex-direction: column; align-items: flex-start; justify-content: center; gap: 25px; padding: 32px; background: var(--ink); opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
  .main-nav.is-open { visibility: visible; opacity: 1; }
  .main-nav > a:not(.button) { font-family: Georgia, "Times New Roman", serif; font-size: 40px; font-weight: 400; letter-spacing: -.055em; }
  .main-nav .button { margin-top: 10px; }
  .hero { min-height: 710px; }
  .hero-image { background-position: 59% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(12,12,11,.92) 0%, rgba(12,12,11,.71) 70%, rgba(12,12,11,.32) 100%); }
  .hero-content { padding-top: 80px; }
  .hero h1 { margin-bottom: 22px; }
  .hero-copy { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 20px; }
  .hero-foot { bottom: 20px; }
  .hero-foot p { max-width: 160px; line-height: 1.4; }
  .section { padding: 82px 0; }
  .split-intro, .two-column, .detail-grid, .form-layout { grid-template-columns: 1fr; gap: 32px; }
  .lead { font-size: 17px; }
  .section-heading { display: block; margin-bottom: 44px; }
  .section-heading > p { margin-top: 22px; font-size: 15px; }
  .service-item { grid-template-columns: 42px 1fr 22px; gap: 12px; min-height: 130px; }
  .service-item strong { font-size: 18px; }
  .service-item small { font-size: 13px; }
  .proof { padding-bottom: 65px; }
  .proof-grid { gap: 10px; }
  .stat-card { min-height: 173px; padding: 18px; }
  .stat-card strong { font-size: 39px; }
  .stat-card.outlined { min-height: 173px; }
  .process-section { padding-top: 82px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps article { min-height: 218px; padding: 18px 14px 16px 0; }
  .steps article:nth-child(2) { border-right: 0; padding-left: 14px; }
  .steps article:nth-child(3) { padding-left: 0; }
  .steps article:nth-child(4) { padding-left: 14px; }
  .steps h3 { margin-top: 30px; font-size: 20px; }
  .steps p { font-size: 12px; }
  .cta-panel { padding-top: 0; }
  .cta-inner { display: block; min-height: 370px; padding: 44px 28px; }
  .cta-inner .button { margin-top: 38px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; padding-bottom: 50px; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom div { margin-top: 12px; }
  .inner-hero { padding: 145px 0 66px; }
  .inner-hero-copy { font-size: 16px; }
  .cards-grid, .cards-grid.three, .price-grid { grid-template-columns: 1fr; }
  .info-card { min-height: 215px; }
  .info-card h3 { margin-top: 53px; }
  .contact-strip-inner { display: block; min-height: 340px; padding: 65px 0; }
  .contact-strip-inner .button { margin-top: 34px; }
  .values-list { grid-template-columns: 1fr; }
  .values-list article, .values-list article:first-child { min-height: 180px; padding: 20px 0; border-top: 1px solid var(--line); border-left: 0; }
  .values-list h3 { margin: 26px 0 8px; }
  .company-note { gap: 30px; }
  .price-card { min-height: auto; }
  .form-layout { gap: 45px; }
  .contact-form { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .thank-you { min-height: 670px; padding-top: 170px; }
}
