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

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Karla', system-ui, sans-serif;
  color: #2C2C2A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}
a { color: #185FA5; text-decoration: none; }
a:hover { color: #0f3f70; }
h1, h2, h3, .brandtype { font-family: 'Century Gothic', 'Jost', system-ui, sans-serif; margin: 0; }
p { margin: 0; }
img { max-width: 100%; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 48px; }
.eyebrow { font-family: 'Century Gothic', 'Jost', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: #D85A30; }

.btn { display: inline-flex; align-items: center; gap: 8px; padding: 15px 30px; border-radius: 999px; font-family: 'Century Gothic', 'Jost', sans-serif; font-weight: 600; font-size: 15px; cursor: pointer; border: 2px solid transparent; white-space: nowrap; }
.btn-primary { background: #D85A30; color: #fff; }
.btn-primary:hover { background: #b84923; color: #fff; }
.btn-ghost { background: transparent; color: #2C2C2A; border-color: #2C2C2A; }
.btn-ghost:hover { border-color: #185FA5; color: #185FA5; }

.navlink { font-weight: 600; font-size: 15px; color: #2C2C2A; padding-bottom: 6px; border-bottom: 2px solid transparent; }
.navlink:hover { color: #185FA5; }
.navlink.active { color: #185FA5; border-bottom-color: #D85A30; }

.petal { position: absolute; border-radius: 0 100% 0 100%; pointer-events: none; }
.card { background: #fff; border: 1px solid #E7E3DA; border-radius: 18px; padding: 36px; }

.stat-wrap { display: flex; flex-wrap: wrap; }
.stat { flex: 1; min-width: 220px; padding: 28px 32px; border-left: 1px solid #E7E3DA; }
.stat:first-child { border-left: none; }

/* NAV */
.site-nav-bar { border-bottom: 1px solid #EDEAE2; }
.site-nav { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; padding-bottom: 22px; flex-wrap: wrap; gap: 16px; }
.site-nav .navlinks { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.site-nav img.brandmark { height: 46px; width: auto; display: block; }

/* FOOTER */
.site-footer { background: #FBF9F6; }
.site-footer .inner { padding-top: 56px; padding-bottom: 40px; }
.site-footer .row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 32px; }
.site-footer .navlinks { display: flex; gap: 40px; flex-wrap: wrap; }
.site-footer .legal { border-top: 1px solid #E7E3DA; margin-top: 36px; padding-top: 22px; color: #8a8a86; font-size: 13px; }

.tick { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 16px; }
.svc { display: flex; gap: 48px; flex-wrap: wrap; padding-top: 56px; padding-bottom: 56px; border-bottom: 1px solid #EDEAE2; }
.svc:last-child { border-bottom: none; }

.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.field label { font-size: 14px; font-weight: 600; color: #2C2C2A; }
.field input, .field textarea { border: 1px solid #DAD6CC; border-radius: 10px; padding: 13px 16px; font-family: 'Karla', sans-serif; font-size: 15px; color: #2C2C2A; background: #fff; width: 100%; }
.field textarea { resize: vertical; min-height: 120px; }
.detail-row { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.detail-row:last-child { margin-bottom: 0; }

/* Responsive */
@media (max-width: 780px) {
  .wrap { padding: 0 24px; }
  h1 { font-size: 34px !important; }
  .hero-flex, .about-flex, .svc, .contact-flex { flex-direction: column; }
  .stat { border-left: none !important; border-top: 1px solid #E7E3DA; }
  .stat:first-child { border-top: none; }
  .site-nav .navlinks { gap: 20px; }
  .about-photo { width: 100% !important; max-width: 320px; }
}
