/* Generated from creative/STYLE_TOKENS.json — kit-a-calm-clinical */
:root {
  --navy: #213B79;
  --navy-deep: #162855;
  --cool: #4A6FA5;
  --cool-soft: #E8EEF6;
  --urgent: #9B2C2C;
  --white: #FFFFFF;
  --off-white: #F7F9FC;
  --ink: #1A2336;
  --muted: #4A5568;
  --border: #C5D0E0;
  --font: "Segoe UI", Verdana, "Helvetica Neue", Arial, sans-serif;
  --size-xs: 0.75rem;
  --size-sm: 0.9rem;
  --size-md: 1rem;
  --size-lg: 1.2rem;
  --size-xl: 1.55rem;
  --size-display: 2.35rem;
  --lh-tight: 1.15;
  --lh-body: 1.45;
  --nav-h: 72px;
  --content-max: 1100px;
  --gutter: 1.25rem;
  --section-y: 1.5rem;
  --touch: 44px;
  --radius: 0;
  --motion: 300ms;
  --ease: ease-out;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
body {
  margin: 0;
  font-family: var(--font);
  font-size: var(--size-md);
  line-height: var(--lh-body);
  color: var(--ink);
  background: var(--off-white);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; border-radius: var(--radius); }
a {
  color: var(--navy); min-width: var(--touch); min-height: var(--touch);
  display: inline-flex; align-items: center;
}
a:focus-visible, button:focus-visible, summary:focus-visible, .cta:focus-visible {
  outline: 3px solid var(--cool);
  outline-offset: 2px;
}
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 100;
  background: var(--white); color: var(--navy); padding: 0.75rem 1rem; font-weight: 700;
}
.skip-link:focus { left: 0; }
.wrap { width: min(100% - 2 * var(--gutter), var(--content-max)); margin-inline: auto; }
.site-header {
  display: flex; align-items: center; gap: 1rem;
  height: var(--nav-h); max-height: 80px;
  padding: 0 var(--gutter); background: var(--navy); color: var(--white);
  position: sticky; top: 0; z-index: 20;
}
.logo-link { display: inline-flex; align-items: center; min-height: var(--touch); }
.logo { height: 40px; width: auto; }
.logo--mark { height: 40px; width: 40px; }
.logo--full { display: none; }
.nav-desktop { display: none; gap: 1.1rem; margin-left: auto; align-items: center; }
.nav-desktop a {
  color: var(--white); text-decoration: none; font-size: 0.95rem;
  min-height: var(--touch); display: inline-flex; align-items: center;
  border-bottom: 2px solid transparent;
}
.nav-desktop a:hover, .nav-desktop a[aria-current="page"] { border-bottom-color: var(--white); }
.nav-call {
  margin-left: auto; min-height: var(--touch); display: inline-flex; align-items: center;
  justify-content: center; padding: 0 0.9rem; background: var(--white); color: var(--navy);
  font-weight: 700; text-decoration: none; border-radius: var(--radius);
}
.nav-mobile { position: relative; }
.nav-mobile summary {
  list-style: none; cursor: pointer; min-height: var(--touch); min-width: var(--touch);
  display: inline-flex; align-items: center; padding: 0 0.75rem;
  border: 1px solid rgba(255,255,255,.55); font-weight: 600; color: var(--white);
}
.nav-mobile summary::-webkit-details-marker { display: none; }
.nav-mobile-panel {
  position: absolute; right: 0; top: calc(100% + 0.35rem);
  background: var(--navy-deep); min-width: 14rem; display: flex; flex-direction: column;
  padding: 0.5rem 0; z-index: 30; border: 1px solid rgba(255,255,255,.15);
}
.nav-mobile-panel a {
  color: var(--white); min-height: var(--touch); display: flex; align-items: center;
  text-decoration: none; padding: 0 1rem; border-bottom: 1px solid rgba(255,255,255,.12);
}
.page-main { min-height: 50vh; }
.section { padding: var(--section-y) 0; }
.section + .section { border-top: 1px solid transparent; }
.kicker {
  margin: 0 0 0.35rem; font-size: var(--size-xs); letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--navy); font-weight: 700;
}
h1, h2, h3 { color: var(--navy-deep); line-height: var(--lh-tight); letter-spacing: -0.02em; }
h1 { font-size: var(--size-xl); margin: 0 0 0.75rem; font-weight: 700; }
h2 { font-size: var(--size-lg); margin: 0 0 1rem; font-weight: 700; }
h3 { font-size: var(--size-md); margin: 0 0 0.5rem; font-weight: 700; }
.muted { color: var(--muted); }
.tel { font-weight: 700; text-decoration: none; }
.tel:hover { text-decoration: underline; }
.bullet-list { margin: 0.5rem 0 0; padding-left: 1.15rem; }
.bullet-list li { margin: 0.25rem 0; }
.callout-urgent {
  border-left: 3px solid var(--urgent); padding-left: 0.75rem; color: var(--muted); margin: 0.75rem 0 0;
}
.callout-safety {
  border-left: 3px solid var(--urgent); padding: 0.85rem 1rem; background: var(--cool-soft); margin: 1rem 0 0;
}
.hero {
  display: grid; grid-template-columns: 1fr; background: var(--white);
  border-bottom: 1px solid var(--border);
}
.hero-copy { padding: 1.5rem var(--gutter) 1.75rem; }
.hero-line { margin: 0 0 1rem; font-size: 1.05rem; max-width: 36ch; }
.hero-cta { margin: 0 0 0.75rem; font-weight: 700; color: var(--navy); }
.hero-cta .tel { color: var(--navy); }
.hero-hours { margin: 0; font-size: var(--size-sm); color: var(--muted); }
.hero-photo img {
  width: 100%; height: 220px; object-fit: cover; object-position: 50% 18%;
}
.emergency {
  background: var(--cool-soft); border-bottom: 3px solid var(--navy);
  padding: 1.1rem var(--gutter) 1.25rem;
}
.em-grid { display: grid; gap: 1rem; }
.em-hours { margin: 0; padding-left: 1.1rem; }
.em-urgent { margin: 0 0 0.5rem; font-weight: 700; color: var(--navy-deep); }
.em-cta { margin: 0 0 0.5rem; font-weight: 700; }
.em-cta .tel { color: var(--urgent); }
.svc-grid {
  display: grid; grid-template-columns: 1fr; border-top: 1px solid var(--border);
}
.svc {
  display: grid; gap: 0.25rem; padding: 0.9rem 0.15rem; min-height: var(--touch);
  border-bottom: 1px solid var(--border); text-decoration: none; color: inherit;
}
.svc-label { font-weight: 700; color: var(--navy); }
.svc-desc { font-size: 0.92rem; color: var(--muted); }
.proof-strip {
  display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem;
  padding: 1.25rem var(--gutter); background: var(--white); border-bottom: 1px solid var(--border);
}
.proof-item {
  font-weight: 700; color: var(--navy-deep); padding: 0.35rem 0;
  border-bottom: 2px solid var(--border); min-height: var(--touch); display: inline-flex; align-items: center;
}
.team-teaser, .section-pad { padding: var(--section-y) var(--gutter); }
.founder img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 50% 18%; }
.founder figcaption, .mascot figcaption, .team-card figcaption { margin-top: 0.5rem; font-size: 0.92rem; color: var(--muted); }
.mascot-row { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-top: 1.25rem; }
.mascot img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.team-facts { margin: 1rem 0 0; font-weight: 600; }
.conduct-grid { display: grid; gap: 1rem; }
.arrival-block p { max-width: 65ch; }
.quote-grid { display: grid; gap: 1rem; }
.quote {
  margin: 0; padding: 1rem 0; border-top: 1px solid var(--border);
}
.quote p { margin: 0.5rem 0; }
.quote footer { font-size: var(--size-sm); color: var(--muted); }
.contact-cta, .closing-cta {
  background: var(--navy); color: var(--white); padding: var(--section-y) var(--gutter);
}
.contact-cta h2, .closing-cta h2, .contact-cta a, .closing-cta a { color: var(--white); }
.contact-cta .tel, .closing-cta .tel { color: var(--white); }
.map-link { font-weight: 700; min-height: var(--touch); display: inline-flex; align-items: center; }
.service-detail { padding: 1.25rem var(--gutter); border-bottom: 1px solid var(--border); background: var(--white); }
.service-detail .measure { max-width: 65ch; }
.anchor-links { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; margin-top: 0.75rem; }
.anchor-links a {
  min-height: var(--touch); display: inline-flex; align-items: center;
  border: 1px solid var(--border); padding: 0 0.75rem; text-decoration: none; background: var(--off-white);
}
.team-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
.team-card { border-bottom: 1px solid var(--border); padding-bottom: 1rem; }
.team-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 50% 20%; }
.credentials { display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem; }
.map-block { display: grid; gap: 1rem; }
.map-frame {
  border: 1px solid var(--border); min-height: 240px; background: var(--cool-soft);
}
.map-frame iframe { width: 100%; height: 280px; border: 0; display: block; }
.faq details {
  border-bottom: 1px solid var(--border); padding: 0.25rem 0;
}
.faq summary {
  min-height: var(--touch); display: flex; align-items: center; cursor: pointer; font-weight: 700; color: var(--navy-deep);
}
.faq details[open] summary { margin-bottom: 0.5rem; }
.site-footer {
  background: var(--navy-deep); color: #C5D0E0; padding: 2rem var(--gutter);
  font-size: var(--size-sm);
}
.site-footer a { color: var(--white); }
.footer-nav { display: flex; flex-wrap: wrap; gap: 0.75rem 1.25rem; margin-bottom: 1rem; }
.footer-nav a { min-height: var(--touch); display: inline-flex; align-items: center; text-decoration: none; }
.footer-biz p { margin: 0.35rem 0; }
.page-404 { text-align: left; padding: 3rem var(--gutter); }
.page-404 h1 { font-size: var(--size-display); }
.reveal { opacity: 1; transform: none; transition: opacity var(--motion) var(--ease), transform var(--motion) var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}
@media (min-width: 768px) {
  :root { --gutter: 2rem; --section-y: 2rem; }
  .logo--mark { display: none; }
  .logo--full { display: block; height: 48px; width: auto; }
  .nav-desktop { display: flex; }
  .nav-mobile { display: none; }
  .nav-call { margin-left: 1rem; }
  .svc-grid { grid-template-columns: 1fr 1fr; column-gap: 2rem; }
  .mascot-row { grid-template-columns: repeat(3, 1fr); max-width: 640px; }
  .quote-grid { grid-template-columns: 1fr 1fr; }
  .conduct-grid { grid-template-columns: 1fr 1fr; }
  .em-grid { grid-template-columns: 0.9fr 1.4fr; gap: 2rem; }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .map-block { grid-template-columns: 1fr 1.2fr; align-items: start; }
  .hero { grid-template-columns: 1.05fr 0.95fr; min-height: 420px; }
  .hero-copy { padding: 2.5rem 2.5rem 2.5rem 2rem; display: flex; flex-direction: column; justify-content: center; }
  .hero h1 { font-size: var(--size-display); max-width: 16ch; }
  .hero-photo { min-height: 420px; overflow: hidden; }
  .hero-photo img { height: 100%; min-height: 420px; object-fit: cover; object-position: 50% 18%; }
  .founder { max-width: 360px; }
  .faq { max-width: 720px; }
}
@media (min-width: 1024px) {
  .logo { height: 48px; }
}
