:root {
  --lifeq-ink: #15223b;
  --lifeq-muted: #627087;
  --lifeq-brand: #275dff;
  --lifeq-bg: #f7f9fe;
  --lifeq-line: #e4e9f2;
  --lifeq-radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--lifeq-ink); background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { width: auto; height: auto; padding: 8px; clip: auto; background: #fff; z-index: 9999; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.92); border-bottom: 1px solid var(--lifeq-line); backdrop-filter: blur(10px); }
.site-header__inner { display: flex; align-items: center; gap: 28px; width: min(1200px, calc(100% - 40px)); min-height: 72px; margin: 0 auto; }
.site-branding { flex: 0 0 auto; }
.site-branding__name, .site-footer__brand { color: var(--lifeq-ink); font-size: 22px; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.custom-logo-link { display: block; line-height: 0; }
.custom-logo { max-height: 42px; width: auto; }
.site-nav { flex: 1; }
.site-nav__list, .footer-nav { display: flex; flex-wrap: wrap; gap: 20px; padding: 0; margin: 0; list-style: none; }
.site-nav__list a, .footer-nav a { color: var(--lifeq-muted); font-size: 14px; font-weight: 650; text-decoration: none; }
.site-nav__list a:hover, .site-nav__list .current-menu-item a { color: var(--lifeq-brand); }
.button { display: inline-block; padding: 13px 20px; color: #fff; background: var(--lifeq-brand); border-radius: 999px; font-size: 14px; font-weight: 750; text-decoration: none; transition: transform .15s ease, background .15s ease; }
.button:hover { background: #174ae7; transform: translateY(-1px); }
.button--small { padding: 9px 14px; white-space: nowrap; }
.hero { padding: 125px 0 110px; background: linear-gradient(135deg, #eff3ff 0%, #fff 65%); }
.hero__inner { max-width: 860px; margin-left: max(20px, calc((100vw - 1120px) / 2)); }
.eyebrow { margin: 0 0 12px; color: var(--lifeq-brand); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.hero h1, .section h2, .page-heading h1 { margin: 0; letter-spacing: -.055em; line-height: 1.14; }
.hero h1 { max-width: 690px; font-size: clamp(42px, 6vw, 72px); }
.hero__copy { max-width: 610px; margin: 25px 0 30px; color: var(--lifeq-muted); font-size: 19px; }
.hero__actions { display: flex; align-items: center; gap: 24px; }
.text-link { color: var(--lifeq-brand); font-size: 14px; font-weight: 750; text-decoration: none; }
.text-link::after { content: " →"; }
.section { padding-top: 96px; padding-bottom: 96px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 32px; }
.section h2 { font-size: clamp(30px, 4vw, 46px); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { min-height: 230px; padding: 28px; border: 1px solid var(--lifeq-line); border-radius: var(--lifeq-radius); background: #fff; }
.service-card h3 { margin: 0 0 14px; font-size: 22px; letter-spacing: -.035em; }
.service-card p { min-height: 82px; margin: 0; color: var(--lifeq-muted); font-size: 14px; }
.section--soft { background: var(--lifeq-bg); }
.two-column { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.two-column > p { margin: 0; color: var(--lifeq-muted); font-size: 18px; }
.consultation-placeholder { text-align: center; }
.consultation-placeholder p:not(.eyebrow) { max-width: 500px; margin: 16px auto 0; color: var(--lifeq-muted); }
.content-area { min-height: 60vh; padding-top: 80px; padding-bottom: 100px; }
.page-heading { margin-bottom: 42px; }
.page-heading h1 { font-size: clamp(34px, 5vw, 58px); }
.entry-content { max-width: 760px; }
.entry-content img { max-width: 100%; height: auto; }
.post-card { padding: 26px 0; border-bottom: 1px solid var(--lifeq-line); }
.post-card h2 { margin: 0 0 8px; font-size: 28px; letter-spacing: -.035em; }
.post-card h2 a { text-decoration: none; }
.site-footer { padding: 55px 0 24px; color: #dce5ff; background: var(--lifeq-ink); }
.site-footer__inner, .site-footer__legal { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-footer__inner { display: flex; justify-content: space-between; gap: 30px; }
.site-footer__brand { color: #fff; }
.site-footer p { margin: 8px 0 0; font-size: 14px; }
.footer-nav a { color: #dce5ff; }
.site-footer__legal { margin-top: 42px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); color: #9eabc6; font-size: 12px; }

@media (max-width: 760px) {
  .site-header__inner { min-height: 64px; flex-wrap: wrap; gap: 8px 14px; padding-top: 8px; }
  .site-nav { display: block; order: 3; flex-basis: 100%; }
  .site-nav__list { flex-wrap: nowrap; gap: 16px; padding-bottom: 10px; overflow-x: auto; white-space: nowrap; }
  .site-header .button { margin-left: auto; }
  .hero { padding: 85px 0 75px; }
  .hero__inner { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
  .hero__copy { font-size: 17px; }
  .service-grid, .two-column { grid-template-columns: 1fr; gap: 16px; }
  .service-card { min-height: auto; }
  .service-card p { min-height: auto; }
  .section { padding-top: 65px; padding-bottom: 65px; }
  .site-footer__inner { display: block; }
  .footer-nav { margin-top: 22px; }
}
