/* src/styles.css */
/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .inline {
    display: inline;
  }
  .resize {
    resize: both;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
}
:root {
  --ink: #18352A;
  --green: #3C7A57;
  --green-deep: #2A5C40;
  --sage: #DBE6D2;
  --sage-soft: #E9EFE2;
  --paper: #F3F2EA;
  --paper-2: #FBFAF4;
  --blossom: #E2938B;
  --blossom-soft: #F4D8D2;
  --text: #283329;
  --muted: #5C6B5F;
  --line: #D7DDCD;
  --shadow: 0 18px 50px -28px rgba(24,53,42,.45);
  --shadow-sm: 0 8px 24px -16px rgba(24,53,42,.5);
  --r: 22px;
  --r-lg: 30px;
  --maxw: 1140px;
  --serif:
    "Fraunces",Georgia,serif;
  --sans:
    "Hanken Grotesk",system-ui,sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.1;
  color: var(--ink);
  margin: 0;
  letter-spacing: -.01em;
}
p {
  margin: 0 0 1em;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}
.eyebrow {
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--green);
  display: inline-flex;
  align-items: center;
  gap: .6em;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--blossom);
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: .6em;
  font-family: var(--sans);
  font-weight: 600;
  font-size: .98rem;
  padding: .92em 1.5em;
  border-radius: 100px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition:
    transform .25s,
    box-shadow .25s,
    background .25s,
    border-color .25s;
}
.btn-primary {
  background: var(--ink);
  color: #fff;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
  background: var(--green-deep);
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn-ghost:hover {
  border-color: var(--green);
  color: var(--green-deep);
  transform: translateY(-2px);
}
.btn .arr {
  transition: transform .25s;
}
.btn:hover .arr {
  transform: translateX(3px);
}
.arr {
  transition: transform .25s;
}
header.site {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(243, 242, 234, .82);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
header.site.scrolled {
  border-color: var(--line);
  box-shadow: 0 6px 24px -22px rgba(24, 53, 42, .6);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  background: none;
  padding: 0;
}
.brand .mark {
  width: 34px;
  height: 34px;
  flex: none;
}
.brand b {
  font-family: var(--serif);
  font-size: 1.32rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -.02em;
}
.brand .mark .leaf {
  fill: var(--green);
}
.brand .mark .stem {
  stroke: var(--green-deep);
}
.brand .mark .bud {
  fill: var(--blossom);
}
nav.links {
  display: flex;
  align-items: center;
  gap: 4px;
}
nav.links a,
nav.links button {
  background: none;
  border: 0;
  font-family: var(--sans);
  font-size: .96rem;
  font-weight: 500;
  color: var(--text);
  padding: .5em .9em;
  border-radius: 100px;
  cursor: pointer;
  transition: color .2s, background .2s;
  text-decoration: none;
}
nav.links a:hover,
nav.links button:hover {
  color: var(--green-deep);
}
nav.links a[aria-current=page],
nav.links button[aria-current=page] {
  color: var(--green-deep);
  background: var(--sage-soft);
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 14px;
}
.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  text-decoration: none;
  font-weight: 600;
  font-size: .95rem;
  color: var(--ink);
}
.nav-phone svg {
  width: 16px;
  height: 16px;
  stroke: var(--green);
}
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: 12px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.menu-toggle svg {
  width: 22px;
  height: 22px;
  stroke: var(--ink);
}
.page {
  display: none;
  animation: fade .5s ease both;
}
.page.active {
  display: block;
}
@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
section {
  padding: 84px 0;
}
.hero {
  position: relative;
  padding: 78px 0 90px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(2.6rem, 5.6vw, 4.4rem);
  margin: .32em 0 .5em;
}
.hero h1 em {
  font-style: italic;
  color: var(--green);
  font-weight: 400;
}
.hero p.lead {
  font-size: 1.2rem;
  color: var(--muted);
  max-width: 36ch;
  margin-bottom: 1.7em;
}
.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 2.2em;
}
.hero-trust {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: .9rem;
  color: var(--muted);
}
.hero-trust .pill {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  font-weight: 600;
  color: var(--ink);
}
.hero-trust .pill svg {
  width: 17px;
  height: 17px;
}
.hero-art {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 40% 42% 46% 44%/44% 46% 42% 44%;
  background:
    radial-gradient(
      120% 120% at 30% 20%,
      var(--sage-soft),
      var(--sage));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-art .sprig {
  width: 78%;
  height: 78%;
}
.strip {
  background: var(--ink);
  color: #fff;
  padding: 26px 0;
}
.strip .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
}
.strip .item {
  display: flex;
  align-items: center;
  gap: .7em;
  font-size: .95rem;
  color: #dfe9df;
}
.strip .item svg {
  width: 20px;
  height: 20px;
  stroke: var(--blossom);
  flex: none;
}
.strip .item b {
  color: #fff;
  font-family: var(--sans);
  font-weight: 600;
}
.head {
  max-width: 64ch;
}
.head h2 {
  font-size: clamp(2rem, 3.6vw, 2.9rem);
  margin: .4em 0 .5em;
}
.head p {
  color: var(--muted);
  font-size: 1.1rem;
}
.center {
  margin-inline: auto;
  text-align: center;
}
.center .eyebrow {
  justify-content: center;
}
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 50px;
}
.value {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 30px 26px;
  transition:
    transform .3s,
    box-shadow .3s,
    border-color .3s;
}
.value:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: var(--sage);
}
.value .vnum {
  font-family: var(--serif);
  font-style: italic;
  color: var(--blossom);
  font-size: 1.1rem;
  margin-bottom: 14px;
}
.value .vic {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: var(--sage-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.value .vic svg {
  width: 24px;
  height: 24px;
  stroke: var(--green-deep);
  fill: none;
}
.value h3 {
  font-size: 1.35rem;
  margin-bottom: .4em;
}
.value p {
  color: var(--muted);
  font-size: .97rem;
  margin: 0;
}
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 48px;
}
.svc {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .3s, box-shadow .3s;
}
.svc:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.svc .top {
  padding: 30px 28px 14px;
}
.svc .glyph {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.svc:nth-child(1) .glyph {
  background: var(--sage);
}
.svc:nth-child(2) .glyph {
  background: var(--blossom-soft);
}
.svc:nth-child(3) .glyph {
  background: #E3E0D2;
}
.svc .glyph svg {
  width: 28px;
  height: 28px;
  stroke: var(--ink);
  fill: none;
}
.svc h3 {
  font-size: 1.45rem;
  margin-bottom: .45em;
}
.svc p {
  color: var(--muted);
  font-size: .98rem;
}
.svc .foot {
  margin-top: auto;
  padding: 6px 28px 28px;
}
.svc .more {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  font-weight: 600;
  color: var(--green-deep);
  font-size: .95rem;
  text-decoration: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.svc .more:hover .arr {
  transform: translateX(3px);
}
.ph {
  position: relative;
  background:
    linear-gradient(
      135deg,
      var(--sage-soft),
      var(--sage));
  overflow: hidden;
}
.ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.svc .ph {
  height: 178px;
}
.svc:hover .ph img {
  transform: scale(1.05);
}
.col-art.photo {
  padding: 0;
}
.col-art.photo .ph {
  position: absolute;
  inset: 0;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 26px;
}
.gallery .ph {
  height: 172px;
  border-radius: 16px;
  border: 1px solid var(--line);
}
.gallery .ph:nth-child(1),
.gallery .ph:nth-child(6) {
  grid-row: span 2;
  height: auto;
}
.cqc-widget-card {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}
.cqc-widget-card .cqc-fallback {
  text-align: center;
  color: var(--muted);
  font-size: .85rem;
}
@media (max-width: 920px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery .ph:nth-child(1),
  .gallery .ph:nth-child(6) {
    grid-row: auto;
    height: 172px;
  }
}
@media (max-width: 680px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.feature-block {
  padding-top: 30px;
}
.feature-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
.feature-head .tag {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: var(--sage-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.feature-head .tag svg {
  width: 26px;
  height: 26px;
  stroke: var(--green-deep);
  fill: none;
}
.feature-head h3 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}
.feature-intro {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 70ch;
  margin-bottom: 30px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.card {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 26px;
  transition: transform .3s, box-shadow .3s;
  overflow: hidden;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}
.card .ph {
  height: 152px;
  margin: -26px -26px 20px;
}
.card:hover .ph img {
  transform: scale(1.05);
}
.card .cic {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--sage);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.card .cic svg {
  width: 22px;
  height: 22px;
  stroke: var(--green-deep);
  fill: none;
}
.card h4 {
  font-size: 1.18rem;
  margin-bottom: .35em;
}
.card p {
  color: var(--muted);
  font-size: .94rem;
  margin: 0;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}
.split.rev .col-art {
  order: -1;
}
.col-art {
  border-radius: var(--r-lg);
  background:
    radial-gradient(
      130% 120% at 70% 20%,
      var(--sage-soft),
      var(--sage));
  border: 1px solid var(--line);
  min-height: 340px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
}
.col-art .quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.45rem;
  color: var(--ink);
  text-align: center;
  max-width: 24ch;
  line-height: 1.4;
}
.col-art .quote span {
  color: var(--green);
}
.pillars {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.pillar {
  display: flex;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
.pillar .pic {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: var(--sage-soft);
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pillar .pic svg {
  width: 24px;
  height: 24px;
  stroke: var(--green-deep);
  fill: none;
}
.pillar h4 {
  font-size: 1.2rem;
  margin-bottom: .25em;
}
.pillar p {
  color: var(--muted);
  font-size: .95rem;
  margin: 0;
}
.cqc {
  background: var(--ink);
  color: #fff;
  border-radius: var(--r-lg);
  padding: 54px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: center;
}
.cqc h2 {
  color: #fff;
  font-size: 2.3rem;
}
.cqc p {
  color: #cfe0d2;
}
.rating-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 10px rgba(60, 122, 87, .22);
  margin-bottom: 8px;
}
.rating-badge b {
  font-family: var(--serif);
  font-size: 2rem;
  color: #fff;
  line-height: 1;
}
.rating-badge span {
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #dff0e2;
  margin-top: 6px;
}
.ratings {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 6px;
}
.rate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 13px;
  padding: 13px 16px;
}
.rate span {
  color: #dfe9df;
  font-size: .92rem;
}
.rate b {
  font-family: var(--sans);
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: .4em;
}
.rate b::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8fd6a6;
}
.cqc-links {
  margin-top: 22px;
}
.cqc-links a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: .92rem;
}
.mem {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.mem .m {
  font-size: .82rem;
  color: #cfe0d2;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 100px;
  padding: 7px 14px;
}
.cqc-official {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  color: #1c2b3a;
  width: 100%;
}
.cqc-official-top {
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #e6e9ee;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.cqc-logo {
  width: 56px;
  height: 56px;
  border-radius: 11px;
  background: #00558C;
  color: #fff;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.cqc-official-top strong {
  display: block;
  font-family: var(--sans);
  font-size: 1rem;
  color: #1c2b3a;
}
.cqc-official-top span {
  font-size: .8rem;
  color: #5b6675;
}
.cqc-overall {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.cqc-overall .lbl {
  font-family: var(--sans);
  font-weight: 600;
  color: #1c2b3a;
  font-size: 1.05rem;
}
.cqc-rating-pill {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.05rem;
  color: #fff;
  background: #6aae3b;
  padding: .42em 1.1em;
  border-radius: 8px;
}
.cqc-domains {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.cqc-domains li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f4f7f3;
  border-radius: 9px;
  padding: 9px 13px;
  font-size: .9rem;
  color: #33404f;
  font-family: var(--sans);
}
.cqc-domains li b {
  color: #4d8a2a;
  display: inline-flex;
  align-items: center;
  gap: .4em;
  font-weight: 600;
}
.cqc-domains li b::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6aae3b;
}
.cqc-report {
  display: inline-flex;
  align-items: center;
  gap: .4em;
  font-family: var(--sans);
  font-weight: 600;
  font-size: .9rem;
  color: #00558C;
  text-decoration: none;
}
.cqc-report:hover {
  text-decoration: underline;
}
@media (max-width: 680px) {
  .cqc-domains {
    grid-template-columns: 1fr;
  }
}
.band {
  background:
    linear-gradient(
      135deg,
      var(--sage-soft),
      var(--sage));
  border-radius: var(--r-lg);
  padding: 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
}
.band h2 {
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  max-width: 24ch;
  margin: 0 auto .4em;
}
.band p {
  color: var(--muted);
  max-width: 54ch;
  margin: 0 auto 1.8em;
  font-size: 1.08rem;
}
.band .hero-cta {
  justify-content: center;
}
.band .sprig-deco {
  position: absolute;
  opacity: .4;
  pointer-events: none;
}
.narrative {
  max-width: 760px;
}
.narrative p {
  font-size: 1.16rem;
  line-height: 1.7;
  color: var(--text);
}
.narrative .drop::first-letter {
  font-family: var(--serif);
  font-size: 3.4rem;
  float: left;
  line-height: .8;
  padding: 6px 12px 0 0;
  color: var(--green);
}
.perks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 46px;
}
.perk {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 28px;
  display: flex;
  gap: 18px;
  transition: transform .3s, box-shadow .3s;
}
.perk:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}
.perk .pic {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: var(--blossom-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.perk .pic svg {
  width: 24px;
  height: 24px;
  stroke: var(--ink);
  fill: none;
}
.perk h4 {
  font-size: 1.2rem;
  margin-bottom: .3em;
}
.perk p {
  color: var(--muted);
  font-size: .95rem;
  margin: 0;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.step {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 28px;
  position: relative;
}
.step .n {
  font-family: var(--serif);
  font-size: 1.1rem;
  color: var(--blossom);
  font-style: italic;
  margin-bottom: 10px;
}
.step h4 {
  font-size: 1.18rem;
  margin-bottom: .3em;
}
.step p {
  color: var(--muted);
  font-size: .94rem;
  margin: 0;
}
.hl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 8px;
}
.hl .item {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 26px;
}
.hl .item h4 {
  font-size: 1.2rem;
  margin-bottom: .4em;
  display: flex;
  align-items: center;
  gap: .5em;
}
.hl .item h4 svg {
  width: 20px;
  height: 20px;
  stroke: var(--green-deep);
  fill: none;
}
.hl .item p {
  color: var(--muted);
  font-size: .95rem;
  margin: 0;
}
.hl .item ul {
  margin: .6em 0 0;
  padding-left: 1.1em;
  color: var(--muted);
  font-size: .93rem;
}
.hl .item li {
  margin-bottom: .4em;
}
.contact-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 48px;
  align-items: start;
}
.info-card {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  margin-bottom: 16px;
}
.info-card .h {
  display: flex;
  align-items: center;
  gap: .6em;
  font-family: var(--sans);
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 10px;
  font-size: 1rem;
}
.info-card .h svg {
  width: 19px;
  height: 19px;
  stroke: var(--green-deep);
}
.info-card p {
  margin: 0;
  color: var(--muted);
  font-size: .97rem;
  line-height: 1.5;
}
.info-card a {
  color: var(--green-deep);
  text-decoration: none;
  font-weight: 600;
}
.info-card a:hover {
  text-decoration: underline;
}
.contact-cta {
  background:
    linear-gradient(
      135deg,
      var(--sage-soft),
      var(--sage));
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 40px;
}
.contact-cta h2 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  margin: .3em 0 .4em;
}
.contact-cta p {
  color: var(--muted);
  font-size: 1.05rem;
}
.contact-cta .cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 1.4em 0 1em;
}
.contact-cta .cta-alt {
  font-size: .95rem;
  margin: 0;
}
.contact-cta .cta-alt a {
  color: var(--green-deep);
  font-weight: 600;
  text-decoration: none;
}
.contact-cta .cta-alt a:hover {
  text-decoration: underline;
}
form.feedback {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 34px;
}
.field {
  margin-bottom: 18px;
}
.field label {
  display: block;
  font-size: .88rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 5px;
}
.field .help {
  font-size: .82rem;
  color: var(--muted);
  margin: 0 0 9px;
  font-weight: 400;
}
.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  padding: 13px 15px;
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--text);
  transition: border-color .2s, box-shadow .2s;
}
.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(60, 122, 87, .12);
}
.field textarea {
  resize: vertical;
  min-height: 96px;
}
.row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.scale {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.scale input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.scale label {
  flex: 1;
  min-width: 46px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 11px 0;
  cursor: pointer;
  font-weight: 600;
  color: var(--text);
  transition: all .2s;
  margin: 0;
}
.scale label:hover {
  border-color: var(--green);
}
.scale input:checked + label {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.scale input:focus-visible + label {
  outline: 3px solid var(--green);
  outline-offset: 2px;
}
.scale-ends {
  display: flex;
  justify-content: space-between;
  font-size: .78rem;
  color: var(--muted);
  margin-top: 6px;
}
.success {
  display: none;
  background: var(--sage-soft);
  border: 1px solid var(--green);
  border-radius: 15px;
  padding: 18px 20px;
  color: var(--green-deep);
  font-weight: 500;
  align-items: center;
  gap: .7em;
}
.success svg {
  width: 22px;
  height: 22px;
  stroke: var(--green-deep);
  flex: none;
}
.success.show {
  display: flex;
}
footer.site {
  background: var(--ink);
  color: #cfe0d2;
  padding: 64px 0 30px;
  margin-top: 30px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 40px;
}
footer.site .brand b {
  color: #fff;
}
footer.site .brand .mark .leaf {
  fill: #8fd6a6;
}
footer.site .brand .mark .bud {
  fill: var(--blossom);
}
footer.site .brand .mark .stem {
  stroke: #cfe0d2;
}
.foot-about {
  font-size: .95rem;
  line-height: 1.6;
  margin-top: 16px;
  max-width: 36ch;
}
footer.site h5 {
  font-family: var(--sans);
  color: #fff;
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
footer.site ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer.site li {
  margin-bottom: 10px;
}
footer.site li button,
footer.site li a {
  background: none;
  border: 0;
  color: #cfe0d2;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  transition: color .2s;
}
footer.site li button:hover,
footer.site li a:hover {
  color: #fff;
}
.foot-contact p {
  font-size: .92rem;
  margin: 0 0 8px;
  line-height: 1.5;
}
.foot-contact a {
  color: #fff;
  text-decoration: none;
}
.foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin-top: 48px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: .86rem;
  color: #9fb4a4;
}
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.in {
  opacity: 1;
  transform: none;
}
@media (max-width: 920px) {
  .hero-grid,
  .split,
  .contact-grid,
  .cqc {
    grid-template-columns: 1fr;
  }
  .split.rev .col-art {
    order: 0;
  }
  .values,
  .svc-grid,
  .cards,
  .steps,
  .foot-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-art {
    max-width: 420px;
    margin: 0 auto;
  }
  .cqc {
    padding: 38px;
  }
}
@media (max-width: 680px) {
  body {
    font-size: 16px;
  }
  nav.links,
  .nav-phone {
    display: none;
  }
  .menu-toggle {
    display: flex;
  }
  nav.links.open {
    display: flex;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--paper-2);
    border-bottom: 1px solid var(--line);
    padding: 14px;
    gap: 4px;
    box-shadow: var(--shadow-sm);
  }
  nav.links.open button {
    width: 100%;
    text-align: left;
    padding: .8em 1em;
  }
  .values,
  .svc-grid,
  .cards,
  .steps,
  .perks,
  .hl,
  .foot-grid,
  .ratings,
  .row2 {
    grid-template-columns: 1fr;
  }
  section {
    padding: 58px 0;
  }
  .band,
  .cqc {
    padding: 32px 24px;
  }
  .narrative .drop::first-letter {
    font-size: 2.8rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .draw {
    stroke-dashoffset: 0 !important;
  }
}
:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 2px;
  border-radius: 6px;
}
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--ink);
  color: #fff;
  padding: 10px 16px;
  border-radius: 0 0 10px 0;
  z-index: 100;
}
.skip-link:focus {
  left: 0;
}
.cf-shell {
  max-width: 720px;
  margin: 0 auto;
}
.cf-card {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.cf-card-pad {
  padding: 34px;
}
@media (max-width: 520px) {
  .cf-card-pad {
    padding: 22px;
  }
}
.cf-prog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .82rem;
  color: var(--muted);
  margin-bottom: 10px;
}
.cf-prog-top b {
  color: var(--green-deep);
  font-weight: 600;
}
.cf-prog-bar {
  height: 6px;
  background: var(--sage);
  border-radius: 99px;
  overflow: hidden;
}
.cf-prog-fill {
  height: 100%;
  background: var(--green);
  border-radius: 99px;
  transition: width .3s ease;
}
.cf-step h2 {
  font-size: 1.55rem;
  margin: 20px 0 4px;
}
.cf-step .sub {
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.5;
  margin: 0 0 20px;
}
.cf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.cf-grid .cf-full {
  grid-column: 1/-1;
}
@media (max-width: 520px) {
  .cf-grid {
    grid-template-columns: 1fr;
  }
}
label.fl {
  display: block;
  font-size: .88rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 5px;
}
label.fl .opt {
  color: var(--muted);
  font-weight: 400;
  margin-left: 4px;
}
.f {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  padding: 13px 15px;
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--text);
  transition: border-color .2s, box-shadow .2s;
}
.f:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(60, 122, 87, .12);
}
.f.bad {
  border-color: var(--blossom);
  box-shadow: 0 0 0 4px rgba(226, 147, 139, .2);
}
select.f {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235C6B5F' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px;
}
.hint {
  font-size: .78rem;
  color: var(--muted);
  margin-top: 5px;
}
.err {
  font-size: .8rem;
  color: #c0392b;
  margin-top: 5px;
}
.agree {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-size: .95rem;
  line-height: 1.45;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 15px;
  margin-top: 6px;
  background: #fff;
}
.agree input {
  margin-top: 2px;
  width: 17px;
  height: 17px;
  flex: none;
  accent-color: var(--green);
}
.agree b {
  font-weight: 600;
  color: var(--ink);
}
.rev {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 12px;
}
.rev .rh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.rev .rh h3 {
  font-size: .9rem;
  font-weight: 700;
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
}
.rev .edit {
  font-size: .8rem;
  color: var(--green-deep);
  background: none;
  border: 0;
  cursor: pointer;
  font-family: var(--sans);
  font-weight: 600;
  padding: 0;
}
.rev .edit:hover {
  text-decoration: underline;
}
.rev dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 18px;
  margin: 0;
}
@media (max-width: 520px) {
  .rev dl {
    grid-template-columns: 1fr;
  }
}
.rev .row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: .9rem;
}
.rev .row dt {
  color: var(--muted);
}
.rev .row dd {
  margin: 0;
  font-weight: 600;
  text-align: right;
  color: var(--ink);
}
.cf-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  margin-top: 26px;
  padding-top: 22px;
}
.cf-done {
  text-align: left;
}
.cf-done .tick {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: var(--sage-soft);
  color: var(--green-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
}
.cf-done h2 {
  font-size: 1.8rem;
  margin: 18px 0 8px;
}
.cf-done p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 46ch;
  margin: 0;
}
.cf-done .btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cf-secure {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  background: var(--sage-soft);
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 12px 15px;
  font-size: .82rem;
  color: var(--muted);
  margin-top: 18px;
  line-height: 1.45;
}
.admin-shell {
  min-height: 100dvh;
  background: var(--paper);
  color: var(--text);
  font-family: var(--sans);
}
.admin-bar {
  background: var(--ink);
  color: #fff;
  padding: 14px 0;
}
.admin-bar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.admin-bar b {
  font-family: var(--serif);
  font-size: 1.15rem;
}
.admin-bar .who {
  font-size: .85rem;
  color: #cfe0d2;
}
.admin-main {
  padding: 32px 0 64px;
}
.login-card {
  max-width: 400px;
  margin: 8vh auto;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 34px;
  box-shadow: var(--shadow-sm);
}
.login-card h1 {
  font-size: 1.6rem;
  margin-bottom: 6px;
}
.login-card p {
  color: var(--muted);
  font-size: .95rem;
  margin-bottom: 20px;
}
.admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.admin-count {
  color: var(--muted);
  font-size: .9rem;
}
.app-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}
.app-table th,
.app-table td {
  text-align: left;
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
  font-size: .92rem;
}
.app-table th {
  font-family: var(--sans);
  font-weight: 600;
  color: var(--ink);
  background: var(--sage-soft);
  font-size: .8rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.app-table tr:last-child td {
  border-bottom: 0;
}
.app-table tbody tr {
  cursor: pointer;
  transition: background .15s;
}
.app-table tbody tr:hover {
  background: var(--sage-soft);
}
.badge {
  display: inline-block;
  font-size: .72rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 99px;
  text-transform: capitalize;
}
.badge.new {
  background: #dbeafe;
  color: #1e40af;
}
.badge.reviewed {
  background: #fef3c7;
  color: #92400e;
}
.badge.accepted {
  background: #dcfce7;
  color: #166534;
}
.badge.rejected {
  background: #fee2e2;
  color: #991b1b;
}
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
  margin: 0 0 20px;
}
@media (max-width: 560px) {
  .detail-grid {
    grid-template-columns: 1fr;
  }
}
.detail-grid .row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px dashed var(--line);
  padding: 9px 0;
  font-size: .93rem;
}
.detail-grid .row dt {
  color: var(--muted);
}
.detail-grid .row dd {
  margin: 0;
  font-weight: 600;
  text-align: right;
  color: var(--ink);
}
.admin-empty {
  text-align: center;
  color: var(--muted);
  padding: 60px 20px;
}
.admin-error {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
  border-radius: 12px;
  padding: 12px 15px;
  font-size: .9rem;
  margin-bottom: 16px;
}
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-border-style: solid;
    }
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
