p, h1, h2, h3, blockquote, figure { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
.hero { padding: 64px 0; background-image: radial-gradient(#dededd .7px, transparent .7px); background-size: 20px 20px; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); align-items: center; gap: 70px; }
.availability { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 28px; background: #fff; padding: 4px 0; }
.availability::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #29813e; }
.hero h1 { font-size: clamp(48px, 5.25vw, 76px); line-height: 1.03; letter-spacing: -4px; font-weight: 400; margin-bottom: 26px; }
.hero h1 span { display: block; }
.hero-copy > p { max-width: 450px; font-size: 17px; line-height: 1.7; color: var(--text-secondary); }
.hero-buttons { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 32px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--border-color); }
.hero-proof a { display: block; text-decoration: none; }
.hero-proof strong { display: block; font-size: 30px; font-weight: 400; letter-spacing: -1px; line-height: 1.2; }
.hero-proof span { display: block; max-width: 140px; margin-top: 8px; color: var(--text-secondary); font-size: 10px; line-height: 1.6; }
.hero-proof a:hover span { text-decoration: underline; text-underline-offset: 3px; }
.hero-form { padding: 32px; background: var(--bg-secondary); border: 1px solid #e5e2df; border-radius: 8px; scroll-margin-top: 24px; }
.hero-form-heading { margin-bottom: 24px; }
.hero-form-heading .eyebrow { margin-bottom: 12px; font-size: 10px; }
.hero-form-heading h2 { margin-bottom: 12px; font-size: 29px; font-weight: 400; letter-spacing: -1px; line-height: 1.2; }
.hero-form-heading > p:last-child { color: var(--text-secondary); font-size: 13px; line-height: 1.7; }
.hero-form .contact-form { gap: 18px 16px; }
.hero-form .form-group textarea { min-height: 94px; }
.hero-form .form-submit { justify-self: stretch; }
.industry-strip { background: var(--bg-secondary); border-block: 1px solid #e5e2df; padding: 40px 0; }
.industry-content { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.industry-content > p { flex-shrink: 0; border-left: 3px solid var(--lime); padding-left: 16px; font-size: 14px; font-weight: 500; color: var(--text-primary); max-width: 200px; line-height: 1.55; }
.industries { display: flex; flex: 1; align-items: center; justify-content: space-between; gap: 24px; color: #595957; font-size: 14px; font-weight: 500; letter-spacing: -.3px; }
.section { padding: 100px 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.section-heading .eyebrow { margin-bottom: 18px; }
.section-heading h2, .contact-copy h2 { font-size: clamp(32px, 3.25vw, 46px); line-height: 1.12; letter-spacing: -1.9px; font-weight: 400; }
.section-heading > p { max-width: 350px; color: var(--text-secondary); font-size: 14px; line-height: 1.7; }
.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.service-card { padding: 32px; background: var(--bg-secondary); border-radius: 6px; position: relative; }
.service-topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.service-number { font-size: 11px; color: var(--text-muted); font-family: monospace; }
.service-icon { width: 40px; height: 40px; display: grid; place-items: center; background: white; border-radius: 4px; }
.service-icon svg { width: 22px; height: 22px; stroke-width: 1.5; }
.service-card h3 { font-size: 23px; font-weight: 500; letter-spacing: -.8px; margin-bottom: 12px; }
.service-card > p { color: var(--text-secondary); font-size: 14px; line-height: 1.7; max-width: 440px; }
.service-features { list-style: none; padding: 20px 0 22px; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; }
.service-features li { display: flex; align-items: baseline; gap: 8px; font-size: 11px; color: var(--text-secondary); }
.service-features li::before { content: '+'; color: var(--text-primary); }
.service-card .text-link { font-size: 12px; }
.security-band { margin-top: 18px; display: flex; align-items: center; gap: 24px; background: #f1f3df; border: 1px solid #e4e6cf; border-radius: 6px; padding: 28px 32px; }
.security-band h3 { font-size: 18px; font-weight: 500; letter-spacing: -.5px; margin-bottom: 5px; }
.security-band p { font-size: 12px; color: var(--text-secondary); }
.security-band .text-link { margin-left: auto; white-space: nowrap; font-size: 12px; }
.work { background: #f7f7f6; }
.work-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 20px; }
.work-card { grid-column: span 2; display: flex; flex-direction: column; border: 1px solid var(--border-color); border-radius: 6px; background: #fff; text-decoration: none; overflow: hidden; transition: border-color .2s, transform .2s; }
.work-card:hover { border-color: var(--text-primary); transform: translateY(-3px); }
.work-card:nth-child(-n+2) { grid-column: span 3; }
.work-card-visual { padding: 28px 26px 24px; background: #eeeee9; display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; min-height: 123px; }
.work-card:nth-child(1) .work-card-visual { background: #e4f222; }
.work-card:nth-child(2) .work-card-visual { background: #e4e9df; }
.work-card:nth-child(5) .work-card-visual { background: #ebe7df; }
.work-card:nth-child(6) .work-card-visual { background: #e8ebd9; }
.work-card-visual strong { font-size: 42px; line-height: 1.05; font-weight: 400; letter-spacing: -2px; white-space: nowrap; }
.work-card:nth-child(-n+2) .work-card-visual { min-height: 175px; padding: 32px; }
.work-card:nth-child(-n+2) .work-card-visual strong { font-size: 66px; letter-spacing: -3px; }
.work-card-visual span { font-family: monospace; font-size: 10px; max-width: 95px; text-align: right; text-transform: uppercase; letter-spacing: .5px; }
.work-card-content { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.work-card-content .eyebrow { font-size: 9px; letter-spacing: 1px; margin-bottom: 12px; }
.work-card-content h3 { font-size: 20px; font-weight: 500; line-height: 1.3; letter-spacing: -.6px; margin-bottom: 12px; }
.work-card-content > p { color: var(--text-secondary); font-size: 12px; line-height: 1.8; margin-bottom: 22px; }
.work-card-content .text-link { font-size: 12px; margin-top: auto; justify-content: space-between; padding-top: 18px; border-top: 1px solid #e8e8e8; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 30px; }
.process-step { border-top: 1px solid var(--border-color); padding-top: 24px; }
.process-number { font-size: 11px; font-family: monospace; margin-bottom: 32px; color: var(--text-muted); }
.process-step h3 { font-size: 20px; font-weight: 500; letter-spacing: -.5px; margin-bottom: 12px; }
.process-step p { color: var(--text-secondary); font-size: 13px; line-height: 1.8; }
.testimonials { padding: 64px 0; border-top: 1px solid var(--border-color); }
.testimonials .section-heading { margin-bottom: 32px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 30px; }
.testimonial-card { display: flex; flex-direction: column; }
.quote-mark { font-size: 54px; font-family: Georgia,serif; line-height: 1; margin-bottom: 6px; color: var(--accent); }
.testimonial-card blockquote { font-size: 14px; line-height: 1.9; letter-spacing: -.1px; margin-bottom: 24px; }
.testimonial-author { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--border-color); }
.testimonial-name { display: block; font-size: 12px; font-weight: 600; }
.testimonial-role { display: block; margin-top: 4px; font-size: 11px; color: var(--text-muted); }
.contact { background: var(--bg-secondary); }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.contact-copy .eyebrow { margin-bottom: 20px; }
.contact-copy h2 { font-size: clamp(40px, 4vw, 58px); letter-spacing: -2.5px; max-width: 440px; margin-bottom: 22px; }
.contact-copy > p { font-size: 15px; color: var(--text-secondary); max-width: 360px; }
.contact-email { display: inline-block; font-size: 14px; margin-top: 32px; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.closing-actions { align-self: center; justify-self: end; }
.closing-actions > p { max-width: 260px; margin-top: 16px; font-size: 13px; color: var(--text-secondary); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; }
.form-group { min-width: 0; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { display: block; font-size: 12px; margin-bottom: 8px; }
.form-group input, .form-group select, .form-group textarea { display: block; width: 100%; border: 1px solid #b9b9bb; background: #fff; border-radius: 4px; color: var(--text-primary); font-size: 14px; padding: 12px 14px; min-height: 46px; }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--text-muted); opacity: 1; }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-submit { grid-column: 1 / -1; justify-self: start; min-width: 170px; }
.form-submit:disabled { cursor: wait; opacity: .65; }
.form-status { grid-column: 1 / -1; font-size: 13px; color: var(--text-secondary); }
.form-status:empty, .form-status:not([data-state]) { display: none; }
.form-status[data-state='error'] { color: #a82127; }
.form-status[data-state='success'] { color: #237536; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
@media (max-width: 1100px) {
  .hero-layout { gap: 35px; }
  .hero h1 { letter-spacing: -2.8px; }
  .hero-form { padding: 26px; }
  .contact-layout { gap: 60px; }
  .work-card { grid-column: span 3; }
}
@media (max-width: 850px) {
  .hero { padding-top: 56px; }
  .hero-layout { gap: 30px; }
  .hero h1 { font-size: 49px; }
  .hero-copy > p { font-size: 15px; }
  .hero-buttons { gap: 16px; }
  .hero-buttons .btn-primary { padding: 13px 17px; }
  .hero-proof { gap: 14px; }
  .hero-proof strong { font-size: 26px; }
  .industry-content { flex-direction: column; align-items: stretch; gap: 24px; }
  .industry-content > p { max-width: none; }
  .industry-content > p br { display: none; }
  .industries { flex-wrap: wrap; justify-content: flex-start; font-size: 12px; }
  .section { padding: 72px 0; }
  .section-heading { gap: 24px; }
  .section-heading > p { max-width: 280px; font-size: 13px; }
  .service-card { padding: 26px; }
  .service-features { grid-template-columns: 1fr; gap: 8px; }
  .security-band { flex-wrap: wrap; gap: 18px; }
  .security-band .text-link { margin-left: 0; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .testimonials { padding: 56px 0; }
  .testimonials-grid { gap: 22px; }
  .testimonial-card blockquote { font-size: 13px; }
  .contact-layout { gap: 36px; }
  .contact-form { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .hero { padding: 46px 0 40px; }
  .hero-layout { grid-template-columns: 1fr; gap: 40px; }
  .hero h1 { font-size: clamp(44px, 9.2vw, 64px); letter-spacing: -2.5px; }
  .availability { font-size: 9px; margin-bottom: 22px; }
  .hero-copy > p { font-size: 16px; }
  .hero-form { padding: 24px; width: 100%; }
  .hero-form-heading h2 { font-size: 28px; }
  .hero-form .form-group input, .hero-form .form-group select, .hero-form .form-group textarea { font-size: 16px; }
  .industry-strip { padding: 32px 0; }
  .industries { gap: 14px 24px; }
  .section { padding: 60px 0; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading h2 { font-size: 35px; letter-spacing: -1.4px; }
  .section-heading > p { max-width: 400px; margin-top: 18px; }
  .services-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { padding: 28px; }
  .service-topline { margin-bottom: 22px; }
  .service-features { grid-template-columns: 1fr 1fr; }
  .security-band { padding: 24px; align-items: flex-start; }
  .security-band > div { flex: 1; }
  .security-band .text-link { margin-left: 0; }
  .work-grid { grid-template-columns: 1fr; gap: 20px; }
  .work-card, .work-card:nth-child(-n+2) { grid-column: auto; }
  .work-card .work-card-visual, .work-card:nth-child(-n+2) .work-card-visual { min-height: 135px; padding: 26px; }
  .work-card .work-card-visual strong, .work-card:nth-child(-n+2) .work-card-visual strong { font-size: 52px; }
  .work-card-content > p { font-size: 13px; }
  .testimonials { padding: 48px 0; }
  .testimonials-grid { grid-template-columns: 1fr; gap: 40px; }
  .testimonial-card blockquote { font-size: 15px; }
  .contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .contact-copy h2 { font-size: 44px; }
  .closing-actions { justify-self: start; }
}
@media (max-width: 380px) {
  .service-features, .process-grid { grid-template-columns: 1fr; }
  .hero-proof strong { font-size: 24px; }
  .brand-name { font-size: 18px; }
}
