@font-face {
  font-family: 'Abadi Heading';
  src: local('Abadi Extra Light'), local('Abadi ExtraLight'), local('Abadi-ExtraLight');
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
:root {
  --font-family-body: 'Abadi', Arial, sans-serif;
  --font-family-heading: 'Abadi Heading', 'Abadi Extra Light', 'Abadi', Arial, sans-serif;
  --teal: #007e88; --light-blue: #8fbfce; --text: #263b47; --muted: #596970;
  --border: #dce5e6; --background: #fff; --wash: #f3f7f7; --max-width: 1240px;
  --space-1: .5rem; --space-2: 1rem; --space-3: 1.5rem; --space-4: 2rem; --space-5: 3rem; --space-6: 4.5rem;
  --font-small: .875rem; --font-body: 1rem; --font-lead: 1.125rem; --font-heading: clamp(2.1rem, 3.4vw, 3.15rem);
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--text); background: var(--background); font: var(--font-body)/1.65 var(--font-family-body); }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--teal); text-underline-offset: .3em; }
a:hover { color: #005b64; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 5px; }
[hidden] { display: none !important; }
.container { width: min(var(--max-width), calc(100% - 4rem)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 1rem; background: white; padding: 1rem; z-index: 10; }
.skip-link:focus { top: 1rem; }
.site-header { background: white; border-bottom: 1px solid var(--border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 116px; }
.brand { display: block; flex-shrink: 0; }
.brand img { width: 120px; height: 120px; object-fit: contain; }
.site-nav { display: flex; gap: 2.5rem; align-items: center; }
.site-nav a { color: var(--text); text-decoration: none; padding: .5rem 0; border-bottom: 2px solid transparent; font-size: .9rem; }
.site-nav a:hover, .site-nav a[aria-current] { color: var(--teal); border-color: var(--teal); }
.menu-toggle { display: none; color: var(--text); background: white; border: 1px solid var(--border); padding: .65rem 1rem; cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-family-heading); font-weight: 200; line-height: 1.2; }
h1 { font-size: var(--font-heading); letter-spacing: -.025em; margin-bottom: 1.5rem; }
h2 { font-size: clamp(1.8rem, 2.5vw, 2.4rem); letter-spacing: -.02em; margin-bottom: 1.5rem; }
h3 { font-size: 1.45rem; }
p { margin-bottom: 1rem; }
.eyebrow { font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--teal); margin-bottom: 1rem; }
.lead { font-size: var(--font-lead); color: var(--muted); max-width: 580px; }
.actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.75rem; }
.button { display: inline-block; padding: .8rem 1.35rem; border: 1px solid var(--teal); border-radius: 2px; background: var(--teal); color: white; font-size: .9rem; text-decoration: none; cursor: pointer; transition: background .15s, color .15s; }
.button:hover { color: white; background: #005b64; }
.button-secondary { background: transparent; color: var(--teal); }
.button-secondary:hover { background: #e9f3f3; color: #005b64; }
.button:disabled { opacity: .55; cursor: not-allowed; }
.hero { background: #f5f6f3; }
.hero-inner { display: grid; grid-template-columns: 1fr 1.05fr; min-height: 430px; align-items: stretch; }
.hero-copy { align-self: center; padding: 3.5rem 2rem 3.5rem 0; }
.hero h1 span { color: var(--teal); }
.hero .lead { max-width: 410px; }
.hero-image { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.section { padding-block: var(--space-6); }
.section-heading { text-align: center; margin-bottom: 2.5rem; }
.section-heading h2 { margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1.4rem; }
.service-tile { display: flex; flex-direction: column; min-width: 0; }
.service-tile img { width: 100%; aspect-ratio: 1.12; object-fit: cover; margin-bottom: 1.4rem; }
.service-tile h3 { font-size: 1.23rem; margin-bottom: .65rem; min-height: 2.5em; }
.service-tile p { color: var(--muted); font-size: .83rem; margin-bottom: 1rem; }
.service-tile > a:last-child { margin-top: auto; font-size: .85rem; align-self: flex-start; padding-block: .25rem; }
.process { background: var(--wash); }
.steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; margin: 0; counter-reset: step; }
.steps li { border-top: 1px solid #b9d1d5; padding-top: 1.25rem; counter-increment: step; }
.steps li::before { content: '0' counter(step); display: block; font: 200 2.6rem/1 var(--font-family-heading); color: var(--teal); margin-bottom: 1.2rem; }
.steps h3 { margin-bottom: .55rem; }
.steps p { color: var(--muted); margin-bottom: 0; font-size: .95rem; }
.closing { position: relative; overflow: hidden; text-align: center; padding: 4rem 1.5rem; isolation: isolate; background: #f1f5f3; }
.closing-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 57%; }
.closing::before { content: ''; position: absolute; z-index: -1; inset: 0; background: rgb(249 251 249 / 91%); }
.closing h2 { margin-bottom: 1rem; }
.closing p { color: var(--muted); }
.closing .actions { justify-content: center; }
.site-footer { background: white; padding-block: 1.5rem; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand img { width: 100px; height: 100px; }
.footer-brand p { margin: 0; font-size: .85rem; color: var(--muted); }
.footer-nav { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.footer-nav a { color: var(--text); font-size: .85rem; text-decoration: none; padding-block: .5rem; }
.footer-nav a:hover { color: var(--teal); text-decoration: underline; }
.footer-bottom { border-top: 1px solid var(--border); margin-top: 1rem; padding-top: 1rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 2rem; }
.footer-bottom p { margin: 0; font-size: .72rem; color: var(--muted); }
.page-heading { padding-block: 3rem; background: var(--wash); }
.page-heading .lead { margin-bottom: 0; }
.editorial-row { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; padding-block: 2.5rem; border-bottom: 1px solid var(--border); }
.editorial-row:first-child { padding-top: 0; }
.editorial-row:last-child { border-bottom: 0; padding-bottom: 0; }
.editorial-row:nth-child(even) .editorial-image { order: 2; }
.editorial-image { width: 100%; aspect-ratio: 1.7; object-fit: cover; }
.editorial-row h2 { margin-bottom: .75rem; }
.tagline { color: var(--teal); }
.editorial-row .summary { color: var(--muted); max-width: 480px; }
.text-link { font-size: .9rem; }
.breadcrumb { font-size: .8rem; margin-block: 1.5rem; }
.breadcrumb span { color: var(--muted); margin-left: .6rem; }
.service-hero, .about-hero { display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; background: var(--wash); }
.service-hero-copy, .about-copy { padding: 2.5rem; }
.service-hero h1 { font-size: clamp(2rem, 3.5vw, 3.1rem); }
.service-hero .tagline { font-size: 1.1rem; margin-bottom: 0; }
.service-hero img, .about-hero img { width: 100%; height: 360px; object-fit: cover; }
.detail-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; }
.detail-columns p { max-width: 520px; color: var(--muted); }
.detail-list { padding-left: 1.2rem; margin: 0; }
.detail-list li { padding: .45rem 0 .45rem .3rem; color: var(--muted); }
.detail-list li::marker { color: var(--teal); }
.document-note { font-size: .85rem; margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--border); }
.benefits { background: var(--wash); padding-block: 2.5rem; }
.benefits h2 { font-size: 1.7rem; }
.benefit-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 1rem 2rem; }
.benefit-list li { border-left: 2px solid var(--light-blue); padding-left: 1rem; }
.service-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 3rem; }
.service-cta h2 { margin: 0; font-size: 1.8rem; }
.service-cta .button { flex-shrink: 0; }
.values { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem 3rem; }
.values li { border-top: 1px solid var(--border); padding-top: 1.25rem; }
.values h3 { margin-bottom: .5rem; }
.values p { color: var(--muted); font-size: .9rem; margin: 0; }
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 5rem; }
.contact-image { width: 100%; aspect-ratio: 1.15; object-fit: cover; margin-bottom: 1.5rem; }
.prototype-note { font-size: .9rem; color: var(--muted); border-left: 2px solid var(--light-blue); padding-left: 1rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.field-wide { grid-column: 1 / -1; }
label { display: block; font-size: .9rem; margin-bottom: .4rem; }
label span { color: var(--muted); font-size: .8rem; }
input, select, textarea { width: 100%; border: 1px solid #9aaeb5; border-radius: 2px; padding: .7rem; color: var(--text); background: white; }
textarea { resize: vertical; min-height: 135px; }
.form-note { font-size: .8rem; color: var(--muted); margin-top: 1.25rem; }
.form-status { margin-top: 1.5rem; background: #eef7f3; border-left: 3px solid var(--teal); padding: 1rem; }
@media (max-width: 1050px) {
  .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
  .service-tile h3 { min-height: 0; }
  .editorial-row { gap: 2.5rem; }
  .detail-columns, .contact-layout { gap: 3rem; }
  .hero-copy { padding-right: 1.5rem; }
}
@media (max-width: 760px) {
  .container { width: calc(100% - 3rem); }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-inner, .service-hero, .about-hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 3rem 0; }
  .hero-image { height: 300px; min-height: 0; }
  .steps { gap: 1.5rem; }
  .steps h3 { font-size: 1.2rem; }
  .footer-top, .footer-brand { gap: .75rem; }
  .footer-brand { align-items: flex-start; flex-direction: column; }
  .values { grid-template-columns: repeat(2, 1fr); }
  .service-hero img, .about-hero img { height: 320px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-image { display: none; }
}
@media (max-width: 600px) {
  :root { --space-6: 3rem; }
  .container { width: calc(100% - 2.5rem); }
  .header-inner { flex-wrap: wrap; gap: 0; min-height: 100px; }
  .brand img { width: 100px; height: 100px; }
  .menu-toggle.is-ready { display: block; }
  .site-nav { width: 100%; justify-content: space-between; gap: .8rem; padding-bottom: 1.25rem; }
  .site-nav.is-collapsed { display: none; }
  .hero-copy { padding-block: 2.5rem; }
  .hero-image { height: 260px; }
  .hero h1 { font-size: clamp(1.9rem, 7vw, 2.6rem); }
  .service-grid, .steps, .editorial-row, .detail-columns, .values { grid-template-columns: 1fr; }
  .service-grid { gap: 2.5rem; }
  .service-tile img { aspect-ratio: 1.5; margin-bottom: 1rem; }
  .service-tile h3 { font-size: 1.5rem; }
  .service-tile p { font-size: .95rem; margin-bottom: .5rem; }
  .steps { gap: 2rem; }
  .steps h3 { font-size: 1.4rem; }
  .steps li::before { font-size: 2.2rem; }
  .closing { padding-block: 3rem; }
  .footer-top { flex-direction: column; align-items: flex-start; }
  .footer-brand { flex-direction: row; align-items: center; }
  .footer-brand p { max-width: 200px; }
  .editorial-row { gap: 1.5rem; }
  .editorial-row:nth-child(even) .editorial-image { order: 0; }
  .service-hero-copy, .about-copy { padding: 2rem 1.5rem; }
  .service-hero img, .about-hero img { height: 250px; }
  .detail-columns { gap: 2rem; }
  .benefit-list { flex-direction: column; }
  .service-cta { flex-direction: column; align-items: flex-start; }
  .form-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
