@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  color-scheme: light;
  --ink: #183236;
  --muted: #52656a;
  --aqua: #00c9c6;
  --paper: #f8f6f0;
  --cream: #eeeae0;
  --line: #d8ddd8;
  font-family: 'DM Sans', Arial, sans-serif;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(100% - 64px, 1200px); margin-inline: auto; }
.skip-link { position: absolute; z-index: 10; left: 16px; top: -80px; padding: 12px 16px; background: white; color: var(--ink); }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--aqua); outline-offset: 4px; }

.site-header { background: var(--ink); color: white; border-bottom: 1px solid rgba(255,255,255,.17); }
.header-inner { min-height: 100px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; font: 700 21px/1.15 Manrope, Arial, sans-serif; letter-spacing: -.045em; white-space: nowrap; }
.brand img { width: 46px; height: 46px; }
.brand-light { font-weight: 400; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); font-size: 14px; font-weight: 600; }
nav a { text-decoration: none; transition: color .2s; }
nav a:hover { color: var(--aqua); }
.nav-contact { border-bottom: 1px solid var(--aqua); padding-bottom: 6px; }
.nav-contact span { color: var(--aqua); padding-left: 8px; }

.hero { color: white; background: var(--ink); overflow: hidden; }
.hero-grid { min-height: 630px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 6%; }
.hero-copy { position: relative; z-index: 1; padding: 84px 0 92px; }
.eyebrow, .section-label { margin: 0 0 27px; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 14px; color: var(--aqua); }
.eyebrow-line { width: 28px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.055em; }
h1 { max-width: 750px; margin-bottom: 29px; font-size: clamp(64px, 7vw, 112px); line-height: .98; }
h1 em { color: var(--aqua); font-weight: 400; }
.hero-intro { max-width: 570px; color: #c9d5d3; font-size: clamp(17px, 1.7vw, 20px); line-height: 1.65; margin-bottom: 38px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; min-height: 54px; padding: 15px 20px; text-decoration: none; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-light { color: var(--ink); background: var(--aqua); }
.button-light:hover { background: #53dfdc; }
.button span { font-size: 20px; line-height: .5; }
.hero-art { position: relative; width: min(100%, 490px); aspect-ratio: 1; display: grid; place-items: center; margin-inline: auto; }
.hero-art::before { content: ''; position: absolute; inset: 13%; border-radius: 50%; background: radial-gradient(circle, rgba(0,201,198,.14), transparent 68%); }
.art-ring { position: absolute; border: 1px solid rgba(0,201,198,.25); border-radius: 50%; }
.art-ring-one { inset: 0; }.art-ring-two { inset: 10%; }.art-ring-three { inset: 20%; }
.hero-art img { width: 48%; filter: drop-shadow(0 0 35px rgba(0,201,198,.18)); }
.art-caption { position: absolute; bottom: 3%; left: 0; right: 0; display: flex; justify-content: space-between; color: #8ea8a8; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }
.hero-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 22px; border-top: 1px solid rgba(255,255,255,.17); color: #8fa9a8; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 700; }

.section-pad { padding: clamp(78px, 9vw, 140px) 0; }
.section-label { color: #358785; }
.section-label span { display: inline-block; color: var(--ink); margin-right: 20px; letter-spacing: 0; }
h2 { font-size: clamp(44px, 5vw, 72px); line-height: 1.09; margin-bottom: 28px; }
.intro-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 7%; }
.intro-grid > div { max-width: 790px; }
.intro-grid p:not(.section-label), .about p:not(.section-label), .contact p:not(.section-label) { max-width: 630px; font-size: 18px; line-height: 1.75; color: var(--muted); }
.intro-grid p:last-child { margin-bottom: 0; }

.expertise { background: var(--cream); }
.section-heading { display: flex; justify-content: space-between; align-items: start; gap: 30px; margin-bottom: 30px; }
.section-heading h2 { width: 66%; margin-bottom: 0; }
.services { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #bbc7c1; }
.service { min-height: 290px; padding: 34px 36px 20px 0; }
.service + .service { border-left: 1px solid #bbc7c1; padding-left: 36px; }
.service-number { color: #468b89; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
h3 { max-width: 290px; font: 400 clamp(27px, 2.5vw, 36px)/1.18 Georgia, 'Times New Roman', serif; letter-spacing: -.035em; margin: 45px 0 20px; }
.service p { max-width: 310px; color: var(--muted); font-size: 15px; line-height: 1.7; }

.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10%; align-items: center; }
.about-mark { display: grid; place-items: center; aspect-ratio: 1; background: #dcebe6; border-radius: 50%; }
.about-mark img { width: 52%; }
.about p:last-child { margin-bottom: 0; }
.contact { background: #d9ebe7; }
.contact-grid { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.contact h2 { margin-bottom: 18px; }
.contact p:last-child { margin-bottom: 0; }
.button-dark { min-width: 178px; color: white; background: var(--ink); flex-shrink: 0; }
.button-dark:hover { background: #295157; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; flex-shrink: 0; }
.contact-actions .button { width: 100%; margin-bottom: 5px; }
.contact-email, .contact-phone { text-decoration-color: #80aaa4; text-underline-offset: 4px; font-size: 14px; }
.contact-phone { color: var(--muted); }
.site-footer { background: var(--ink); color: #9fb8b6; }
.footer-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; }

@media (max-width: 850px) {
  .hero-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 92px 0 32px; }
  .hero-art { width: min(75%, 410px); margin-bottom: 60px; }
  .intro-grid { grid-template-columns: 1fr; gap: 10px; }
  .section-heading { display: block; }
  .section-heading h2 { width: 100%; }
  .services { grid-template-columns: 1fr; }
  .service { min-height: auto; padding: 27px 0 30px; }
  .service + .service { border-left: 0; border-top: 1px solid #bbc7c1; padding-left: 0; }
  h3 { margin: 25px 0 12px; max-width: none; }
}
@media (max-width: 600px) {
  .container { width: min(100% - 36px, 1200px); }
  .header-inner { min-height: 78px; }
  .brand { font-size: 17px; gap: 8px; }
  .brand img { width: 36px; height: 36px; }
  nav { gap: 0; }
  nav a:not(.nav-contact) { display: none; }
  .nav-contact { font-size: 13px; }
  .hero-copy { padding-top: 76px; }
  h1 { font-size: clamp(59px, 13vw, 82px); }
  .hero-art { width: 80%; margin-bottom: 48px; }
  .art-caption { font-size: 8px; }
  .hero-bottom { flex-direction: column; gap: 7px; }
  .about-grid { grid-template-columns: 1fr; gap: 45px; }
  .about-mark { width: min(65%, 280px); }
  .contact-grid { display: block; }
  .contact-actions { margin-top: 30px; }
  .footer-inner { align-items: start; flex-direction: column; justify-content: center; gap: 7px; padding-block: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  .button, nav a { transition: none; }
}
