:root{--ink:#0b2c52;--muted:#4d657b;--accent:#88bedf;--paper:#fff;--pale:#eef5fb;--line:#ccdeed;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;border-top:5px solid var(--ink)}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #286b9c;outline-offset:6px}p{line-height:1.65}img{display:block;max-width:100%;height:auto}.wrap{width:min(1240px,calc(100% - 80px));margin:auto}.skip-link{position:absolute;top:-100px;left:20px;padding:12px;background:var(--accent);z-index:5}.skip-link:focus{top:12px}
.header{min-height:112px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{display:flex;align-items:center;gap:18px}.brand-mark{font-size:2.8rem;font-weight:800;letter-spacing:-.17rem}.brand-name{font-size:.875rem;line-height:1.35;border-left:1px solid var(--line);padding-left:18px}nav{display:flex;gap:32px;font-size:.95rem}nav a:hover{text-decoration:underline;text-underline-offset:6px}
.hero{display:grid;grid-template-columns:.85fr 1.25fr;align-items:center;gap:38px;padding-top:60px;padding-bottom:65px}.eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.14em;margin:0 0 25px;color:#276a99}h1{font-size:clamp(2.8rem,4.7vw,4.4rem);line-height:1.08;letter-spacing:-.045em;margin:0 0 28px;font-weight:700}.intro{font-size:1.125rem;max-width:470px;color:var(--muted);margin-bottom:32px}.button{display:inline-flex;align-items:center;gap:35px;background:var(--ink);color:#fff;padding:19px 24px;font-weight:700;font-size:.95rem;box-shadow:0 6px 20px #0b2c521c}.button:hover{background:#174977}.button span{font-size:1.35rem}.hero-art{background:white}.hero-art img{width:100%;object-fit:contain}
.services{background:var(--ink);padding:68px 0 76px;color:white;border-top:4px solid var(--accent)}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:40px}.section-heading .eyebrow{margin-bottom:15px;color:#a4d3f0}h2{font-size:clamp(2rem,3vw,2.8rem);line-height:1.2;letter-spacing:-.035em;margin:0}.section-heading>p{color:#c8dcee;margin:0}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service{background:#12385e;border:1px solid #416185;padding:30px;min-height:260px}.number{font-size:.875rem;color:#a4d3f0;display:block;margin-bottom:30px}h3{font-size:1.3rem;line-height:1.3;letter-spacing:-.02em;margin:0 0 15px}.service p{font-size:1rem;color:#d4e4f2;margin:0}.service-note{background:#d8ebf8;color:var(--ink);display:flex;flex-direction:column;justify-content:center;border-color:#d8ebf8}.service-note p{font-size:2rem;line-height:1.2;letter-spacing:-.03em;color:var(--ink);margin-bottom:24px}.service-note span{font-size:.95rem}
.about{padding-top:76px;padding-bottom:76px;display:grid;grid-template-columns:.85fr 1.25fr;align-items:center;gap:70px}.about-art{max-width:390px}.about-art img{width:100%;border:1px solid #517a9b;box-shadow:14px 14px 0 var(--pale)}.about p:not(.eyebrow){max-width:660px;color:var(--muted);margin-top:26px;font-size:1.0625rem}.contact{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding-top:50px;padding-bottom:70px;border-top:1px solid var(--line)}.contact p:not(.eyebrow){color:var(--muted)}.contact-links{display:flex;flex-direction:column;gap:28px;justify-content:center}.contact-links a{font-size:clamp(1.25rem,2.5vw,2rem);letter-spacing:-.02em;overflow-wrap:anywhere}.contact-links a:hover{text-decoration:underline}.contact-links span{display:block;font-size:.75rem;font-weight:700;letter-spacing:.12em;color:#276a99;margin-bottom:10px}.footer{background:#071e38;color:#fff;padding:38px 0}.footer .wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-brand{font-size:2rem;font-weight:800}.footer-brand span{display:block;font-size:.8rem;font-weight:400;margin-top:8px}.footer p,.footer .wrap>a:last-child{font-size:.875rem;color:#c8dcee}.footer a:hover{text-decoration:underline}
@media(max-width:900px){.wrap{width:calc(100% - 40px)}.hero{grid-template-columns:1fr 1fr;gap:20px}.hero h1{font-size:3rem}.service-grid{grid-template-columns:repeat(2,1fr)}.section-heading{align-items:flex-start}.about{gap:35px}.footer .wrap{flex-wrap:wrap}}
@media(max-width:680px){.header{min-height:110px;align-items:flex-start;padding-top:22px;padding-bottom:22px;flex-direction:column;gap:22px}.brand-mark{font-size:2.25rem}.brand-name{font-size:.8rem}nav{gap:24px;font-size:.875rem}.hero{grid-template-columns:1fr;padding-top:36px;padding-bottom:40px;gap:24px}.hero h1{font-size:clamp(2.6rem,10vw,3.5rem)}.hero-art{grid-row:1}.hero-copy .eyebrow{margin-bottom:18px}.eyebrow{font-size:.75rem}.section-heading{flex-direction:column;gap:16px}.services{padding:44px 0}.service-grid{grid-template-columns:1fr;gap:12px}.service{min-height:0;padding:28px}.number{margin-bottom:18px}.about{padding-top:48px;padding-bottom:48px;grid-template-columns:1fr;gap:38px}.about-art{max-width:340px;width:100%;margin:auto}.contact{grid-template-columns:1fr;gap:20px;padding-top:44px;padding-bottom:44px}.footer .wrap{align-items:flex-start;flex-direction:column;gap:15px}.footer p{margin:0}.desktop-break{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Blue depth and consistent service symbols complement ACE's spade branding. */
.service {
  border-radius: 18px;
  padding: 32px;
  background: linear-gradient(155deg, #204d78 0%, #12385e 48%, #0c2949 100%);
  border-color: #52759a;
  box-shadow: 0 8px 24px #04162a24, inset 0 1px 0 #ffffff0f;
}
.service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}
.service-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #d3edff;
  background: #8dc6eb14;
  border: 1px solid #86b6d75c;
  border-radius: 14px;
}
.service-top .number { margin: 0; color: #badcf3; letter-spacing: .08em; }
.service h3 { margin-bottom: 18px; }
.service p { line-height: 1.75; }
.service-note {
  background: linear-gradient(145deg, #e6f4fe, #c4deef);
  border-color: #d8ebf8;
}
.service-note p { line-height: 1.2; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  article.service { transition: border-color .2s ease, box-shadow .2s ease; }
  article.service:hover { border-color: #90c5e9; box-shadow: 0 8px 24px #04162a24, inset 0 0 0 1px #90c5e93b; }
}
@media (max-width: 680px) {
  .service { padding: 28px; border-radius: 16px; }
  .service-top { margin-bottom: 22px; }
}

/* Follow the operating system automatically, including changes while open. */
:root { color-scheme: light dark; }
@media (prefers-color-scheme: dark) {
  :root {
    --paper: #081b30;
    --muted: #b5c9dd;
    --pale: #142f4b;
    --line: #35516c;
    color: #edf5fc;
  }
  body { border-top-color: #88bedf; }
  .eyebrow, .contact-links span { color: #9bd0f2; }
  a:focus-visible { outline-color: #9bd0f2; }
  .skip-link { color: #0b2c52; }
  .hero-art { background: transparent; }
  .hero-art img { max-width: 460px; margin-inline: auto; border-radius: 18px; border: 1px solid #35516c; }
  .button { background: #9bd0f2; color: #081b30; box-shadow: 0 6px 20px #00000030; }
  .button:hover { background: #c4e6fc; }
  .services { background: #0a2340; }
  .service { background: linear-gradient(155deg, #173f65 0%, #102f50 48%, #0a223c 100%); }
  .service-note { background: linear-gradient(145deg, #244d70, #173753); color: #edf5fc; border-color: #52759a; }
  .service-note p { color: #edf5fc; }
  .footer { background: #051426; }
}
