:root {
  --brand: #bad736;
  --brand-dark: #87a121;
  --brand-soft: #f1f4e8;
  --brand-soft-2: #f3f4f2;
  --brand-deep: #233d14;
  --brand-green: var(--brand);
  --brand-green-soft: var(--brand-soft);
  --brand-green-muted: #d9ebb0;
  --brand-green-dark: var(--brand-dark);
  --deep-green: #1d3411;
  --forest-green: #2a4919;
  --text-green: #203717;
  --soft-mint: #f7f7f5;
  --section-cream: #f5f6f4;
  --border-soft: #e2e5dd;
  --card-bg: #ffffff;
  --text-main: #1e2a1a;
  --text-muted: #616d57;
  --cab-primary: var(--brand-green);
  --cab-secondary: var(--brand-green-dark);
  --cab-accent: var(--brand-green-muted);
  --cab-dark: var(--brand-deep);
  --cab-neutral: var(--soft-mint);
  --cab-white: #ffffff;
  --cab-line: var(--border-soft);
  --cab-ink: var(--text-main);
  --cab-ink-soft: var(--text-muted);
  --cab-surface: var(--section-cream);
  --cab-surface-2: var(--soft-mint);
  --cab-content-shell: 1440px;
  --cab-hero-shell: var(--cab-content-shell);
  --cab-shell: var(--cab-content-shell);
  --cab-shell-narrow: var(--cab-content-shell);
  --cab-gutter: clamp(20px, 4vw, 64px);
  --cab-hero-gutter: var(--cab-gutter);
  --cab-radius-xl: 4px;
  --cab-radius-lg: 4px;
  --cab-radius-md: 4px;
  --cab-radius-sm: 3px;
  --cab-shadow: 0 24px 50px rgba(24, 56, 15, 0.08);
  --cab-shadow-soft: 0 14px 30px rgba(24, 56, 15, 0.05);
  --cab-header-height: 64px;
  --cab-header-shell-height: 104px;
  --cab-font-heading: "Inter", "Open Sans", "Segoe UI", Arial, sans-serif;
  --cab-font-body: "Inter", "Open Sans", "Segoe UI", Arial, sans-serif;
}

.region-hub-page,
.region-detail-page {
  background:
    radial-gradient(circle at top left, rgba(186, 215, 54, 0.1), transparent 24%),
    linear-gradient(180deg, #fbfcf8 0%, #ffffff 22%, #fbfcf8 100%);
}

.contact-page {
  background:
    radial-gradient(circle at top left, rgba(186, 215, 54, 0.08), transparent 24%),
    linear-gradient(180deg, #fbfcf8 0%, #ffffff 20%, #fbfcf8 100%);
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus,
.skip-link:focus-visible {
  position: fixed;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  margin: 0;
  overflow: visible;
  clip: auto;
  clip-path: none;
  white-space: normal;
  border: 1px solid rgba(85, 104, 63, 0.2);
  border-radius: var(--cab-radius-md);
  background: #ffffff;
  color: var(--cab-dark);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(32, 49, 24, 0.12);
  z-index: 10000;
}

.region-hub-page .page-intro-wrap,
.region-detail-page .page-intro-wrap {
  padding: 24px 0 20px;
}

.contact-page .page-intro-wrap {
  padding: 20px 0 14px;
}

.region-hub-page .region-hero,
.region-detail-page .region-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(85, 104, 63, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 238, 0.96)),
    radial-gradient(circle at top right, rgba(186, 215, 54, 0.12), transparent 26%);
  box-shadow: 0 18px 50px rgba(32, 49, 24, 0.06);
}

.contact-page__hero {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 20px 26px;
  align-items: center;
  padding: 24px 26px 22px;
  border: 1px solid rgba(85, 104, 63, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.985), rgba(246, 249, 238, 0.95)),
    radial-gradient(circle at top right, rgba(186, 215, 54, 0.11), transparent 26%);
  box-shadow: 0 16px 40px rgba(32, 49, 24, 0.055);
}

.contact-page__hero .page-intro__title {
  max-width: 12.8ch;
  line-height: 0.95;
}

.contact-page__hero .page-intro__text {
  max-width: 60ch;
  align-self: start;
}

.contact-page__hero-aside {
  gap: 12px;
  align-content: center;
  align-self: stretch;
  padding: 20px 20px 18px;
  border-color: rgba(86, 104, 63, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 243, 0.92));
  box-shadow: 0 10px 24px rgba(32, 49, 24, 0.035);
}

.contact-page__hero-aside ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 10px;
}

.contact-page__hero-aside li {
  position: relative;
  padding-left: 18px;
}

.contact-page__hero-aside li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cab-primary);
  box-shadow: 0 0 0 5px rgba(186, 215, 54, 0.14);
}

.contact-page__cards {
  margin-bottom: 14px;
}

.contact-page .contact-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 100%;
  padding: 26px 24px 24px;
  border-color: rgba(85, 104, 63, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 249, 244, 0.96));
  box-shadow: 0 14px 30px rgba(32, 49, 24, 0.038);
}

.contact-page .contact-card::before {
  content: "";
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cab-primary), rgba(186, 215, 54, 0.14));
}

.contact-page .contact-card h3 {
  margin-bottom: 0;
}

.contact-page .contact-card__meta {
  gap: 9px;
}

.contact-page .contact-card__meta a:first-child,
.contact-page .contact-card__meta--address span:first-child {
  font-weight: 700;
  color: var(--cab-dark);
}

.contact-page .contact-card__meta a:first-child {
  font-size: 1.05rem;
}

.contact-page .contact-card__meta--address {
  font-style: normal;
}

.contact-page .contact-card__hours {
  margin-top: 8px;
}

.contact-page__support,
.contact-page__note {
  width: min(calc(100% - 40px), 1180px);
  margin: 0 auto 16px;
}

.contact-page__support {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  padding: 26px 30px;
  border-color: rgba(85, 104, 63, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 242, 0.96));
  box-shadow: 0 14px 34px rgba(32, 49, 24, 0.035);
}

.contact-page__support h2,
.contact-page__support p {
  position: relative;
  z-index: 1;
  width: min(100%, 82ch);
}

.contact-page__support h2 {
  margin-bottom: 12px;
}

.contact-page__support p + p,
.contact-page__note p + p {
  margin-top: 12px;
}

.contact-page__note {
  margin-top: -2px;
  margin-bottom: 10px;
  padding: 26px 30px 24px;
  border-left-width: 4px;
  border-left-color: rgba(135, 161, 33, 0.9);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 251, 244, 0.96));
  box-shadow: 0 12px 28px rgba(32, 49, 24, 0.03);
}

.contact-page__note h2,
.contact-page__note p {
  width: min(100%, 72ch);
}

.contact-page__note h2 {
  margin-bottom: 12px;
}

.contact-page__cta {
  width: min(calc(100% - 40px), 1180px);
  margin: -2px auto 2px;
}

.contact-page__cta-box {
  padding: 24px 28px 22px;
  border: 1px solid rgba(135, 161, 33, 0.12);
  border-radius: var(--cab-radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 235, 0.96)),
    radial-gradient(circle at top right, rgba(186, 215, 54, 0.14), transparent 24%);
  color: var(--cab-ink);
  box-shadow: 0 10px 22px rgba(32, 49, 24, 0.03);
}

.contact-page__cta-box p {
  color: var(--cab-ink-soft);
  max-width: 60ch;
}

.contact-page__cta-actions {
  margin-top: 16px;
  align-items: center;
}

.contact-page__cta-actions .button {
  text-transform: none;
  letter-spacing: 0;
  min-width: 210px;
}

.contact-page__cta-actions .button--ghost {
  background: #ffffff;
}

body[data-nav="ueber-uns"] .page-intro-wrap {
  padding: 20px 0 14px;
}

body[data-nav="ueber-uns"] {
  background:
    radial-gradient(circle at top left, rgba(186, 215, 54, 0.08), transparent 24%),
    linear-gradient(180deg, #fbfcf8 0%, #ffffff 20%, #fbfcf8 100%);
}

body[data-nav="ueber-uns"] .page-intro {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
  gap: 18px 48px;
  align-items: center;
  padding: 26px 24px 24px;
  border-color: rgba(85, 104, 63, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.985), rgba(246, 249, 238, 0.95)),
    radial-gradient(circle at top right, rgba(186, 215, 54, 0.1), transparent 26%);
  box-shadow: 0 12px 28px rgba(32, 49, 24, 0.04);
}

body[data-nav="ueber-uns"] .page-intro > .eyebrow {
  grid-column: 1 / 2;
  grid-row: 1;
  align-self: start;
}

body[data-nav="ueber-uns"] .page-intro__title {
  grid-column: 1 / 2;
  grid-row: 2;
  max-width: 11.5ch;
  line-height: 0.95;
  margin: 0;
  align-self: start;
}

body[data-nav="ueber-uns"] .page-intro__text {
  grid-column: 1 / 2;
  grid-row: 3;
  max-width: 60ch;
  align-self: start;
}

body[data-nav="ueber-uns"] .about-page__hero-visual {
  grid-column: 2 / 3;
  grid-row: 1 / span 3;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  align-self: center;
  width: 100%;
  max-width: 560px;
  min-width: 420px;
  justify-self: end;
  justify-content: center;
}

body[data-nav="ueber-uns"] .about-page__hero-visual > * {
  width: 100%;
}

body[data-nav="ueber-uns"] .about-page__hero-image {
  position: relative;
  display: block;
  flex: 0 0 auto;
  justify-self: stretch;
  align-self: stretch;
  width: 100%;
  height: 336px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(85, 104, 63, 0.1);
  border-radius: var(--cab-radius-xl);
  background: linear-gradient(180deg, rgba(247, 250, 241, 0.96), rgba(239, 245, 228, 0.92));
  box-shadow: 0 12px 28px rgba(32, 49, 24, 0.04);
}

body[data-nav="ueber-uns"] .about-page__hero-image img {
  display: block;
  width: 100% !important;
  min-width: 100%;
  max-width: none;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

body[data-nav="ueber-uns"] .section-wrap {
  gap: 18px;
}

body[data-nav="ueber-uns"] .section-wrap > .section:first-child .about-page__intro-grid {
  align-items: stretch;
}

body[data-nav="ueber-uns"] .about-page__intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body[data-nav="ueber-uns"] .about-page__intro-cards .card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 100%;
  padding: 21px 19px 18px;
  border-color: rgba(85, 104, 63, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.975), rgba(248, 250, 243, 0.94)),
    radial-gradient(circle at top right, rgba(186, 215, 54, 0.08), transparent 28%);
  box-shadow: 0 10px 22px rgba(32, 49, 24, 0.024);
}

body[data-nav="ueber-uns"] .about-page__intro-cards .card::before {
  content: "";
  width: 40px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cab-primary), rgba(186, 215, 54, 0.18));
}

body[data-nav="ueber-uns"] .about-page__intro-cards .link-card__icon {
  width: 32px;
  height: 32px;
  opacity: 0.9;
}

body[data-nav="ueber-uns"] .about-page__intro-cards .card h3 {
  font-size: 1.18rem;
  line-height: 1.12;
}

body[data-nav="ueber-uns"] .about-page__intro-cards .card p {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.55;
}

body[data-nav="ueber-uns"] .about-page__positioning {
  width: min(calc(100% - 40px), var(--cab-shell-narrow));
  margin: 12px auto 0;
}

body[data-nav="ueber-uns"] .about-page__positioning-box {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.95fr);
  gap: 16px 22px;
  align-items: center;
  padding: 29px 32px 26px;
  border: 1px solid rgba(135, 161, 33, 0.12);
  border-radius: var(--cab-radius-xl);
  background:
    linear-gradient(135deg, rgba(251, 253, 247, 0.985), rgba(243, 247, 235, 0.97)),
    radial-gradient(circle at top right, rgba(186, 215, 54, 0.12), transparent 25%),
    radial-gradient(circle at bottom left, rgba(186, 215, 54, 0.06), transparent 20%);
  box-shadow: 0 10px 24px rgba(32, 49, 24, 0.028);
}

body[data-nav="ueber-uns"] .about-page__positioning-copy {
  display: grid;
  gap: 11px;
  align-content: start;
}

body[data-nav="ueber-uns"] .about-page__positioning-copy h2 {
  max-width: 16ch;
  margin: 0;
  color: var(--cab-dark);
  font-family: var(--cab-font-heading);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

body[data-nav="ueber-uns"] .about-page__positioning-copy p {
  max-width: 60ch;
  margin: 0;
  color: var(--cab-ink-soft);
  font-size: 0.97rem;
  line-height: 1.6;
}

body[data-nav="ueber-uns"] .about-page__positioning-points {
  display: grid;
  gap: 9px;
  align-content: center;
  padding-top: 2px;
  border-left: 1px solid rgba(135, 161, 33, 0.14);
  padding-left: 16px;
}

body[data-nav="ueber-uns"] .about-page__point-card {
  display: grid;
  gap: 7px;
  min-height: 0;
  padding: 15px 17px 14px;
  border: 1px solid rgba(85, 104, 63, 0.1);
  border-radius: var(--cab-radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(250, 251, 245, 0.72));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    0 6px 14px rgba(32, 49, 24, 0.02);
}

body[data-nav="ueber-uns"] .about-page__hero-points {
  padding-top: 0;
  padding-left: 0;
  border-left: 0;
  gap: 10px;
}

body[data-nav="ueber-uns"] .about-page__hero-points .about-page__point-card {
  padding: 16px 18px 15px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 241, 0.9)),
    radial-gradient(circle at top right, rgba(186, 215, 54, 0.08), transparent 28%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 8px 18px rgba(32, 49, 24, 0.026);
}

body[data-nav="ueber-uns"] .about-page__point-line {
  width: 38px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cab-primary), rgba(186, 215, 54, 0.14));
}

body[data-nav="ueber-uns"] .about-page__point-card p {
  margin: 0;
  color: var(--cab-dark);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.44;
}

body[data-nav="ueber-uns"] .trust-section__header {
  max-width: 820px;
  margin-bottom: 0;
}

body[data-nav="ueber-uns"] .trust-section__header h2 {
  max-width: 15ch;
}

body[data-nav="ueber-uns"] .trust-section {
  gap: 12px;
}

body[data-nav="ueber-uns"] .about-page__trust-band .section-band__inner {
  padding-top: 0;
  padding-bottom: 0;
}

body[data-nav="ueber-uns"] .about-page__trust-band {
  background-color: #bad736;
  background:
    linear-gradient(180deg, rgba(194, 221, 78, 0.98), rgba(186, 215, 54, 0.96) 44%, rgba(176, 205, 47, 0.98)),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 22%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.14), transparent 24%);
}

body[data-nav="ueber-uns"] .about-page__trust-band .section-band__inner,
body[data-nav="ueber-uns"] .about-page__trust-section {
  background: transparent !important;
}

body[data-nav="ueber-uns"] .section-wrap > .about-page__trust-band {
  background-color: #bad736 !important;
  background-image:
    linear-gradient(180deg, rgba(194, 221, 78, 0.98), rgba(186, 215, 54, 0.96) 44%, rgba(176, 205, 47, 0.98)),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 22%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.14), transparent 24%) !important;
}

body[data-nav="ueber-uns"] .about-page__trust-section {
  padding-top: 0;
  padding-bottom: 0;
}

body[data-nav="ueber-uns"] .about-page__trust-header .eyebrow,
body[data-nav="ueber-uns"] .about-page__trust-header h2,
body[data-nav="ueber-uns"] .about-page__trust-header p {
  color: var(--cab-dark);
}

body[data-nav="ueber-uns"] .about-page__trust-header .eyebrow {
  border-color: rgba(51, 79, 34, 0.14);
  background: rgba(255, 255, 255, 0.24);
}

body[data-nav="ueber-uns"] .about-page__trust-header {
  display: grid;
  gap: 6px;
  margin-bottom: 4px;
}

body[data-nav="ueber-uns"] .about-page__trust-header h2 {
  margin: 0;
  max-width: 14ch;
}

body[data-nav="ueber-uns"] .about-page__trust-header p {
  max-width: 55ch;
  margin: 0;
  font-size: 1rem;
  line-height: 1.62;
}

body[data-nav="ueber-uns"] .trust-section__grid {
  gap: 10px;
}

body[data-nav="ueber-uns"] .trust-feature-card,
body[data-nav="ueber-uns"] .trust-mini-card,
body[data-nav="ueber-uns"] .trust-testimonial {
  border-color: rgba(85, 104, 63, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(250, 249, 242, 0.95)),
    radial-gradient(circle at top right, rgba(186, 215, 54, 0.07), transparent 30%);
  box-shadow: 0 8px 18px rgba(32, 49, 24, 0.018);
}

body[data-nav="ueber-uns"] .trust-feature-card {
  gap: 9px;
  min-height: 224px;
  padding: 17px 18px 15px;
}

body[data-nav="ueber-uns"] .trust-feature-card__head {
  align-items: center;
}

body[data-nav="ueber-uns"] .trust-feature-card__head {
  gap: 10px;
  min-height: 32px;
}

body[data-nav="ueber-uns"] .trust-feature-card__number {
  min-width: 32px;
  min-height: 26px;
}

body[data-nav="ueber-uns"] .trust-feature-card__icon,
body[data-nav="ueber-uns"] .trust-mini-card__icon {
  width: 24px;
  height: 24px;
}

body[data-nav="ueber-uns"] .trust-feature-card h3,
body[data-nav="ueber-uns"] .trust-mini-card h3 {
  font-size: 1.14rem;
  line-height: 1.14;
}

body[data-nav="ueber-uns"] .trust-feature-card p,
body[data-nav="ueber-uns"] .trust-mini-card p {
  font-size: 0.93rem;
  line-height: 1.56;
}

body[data-nav="ueber-uns"] .trust-section__secondary {
  gap: 10px;
  grid-template-columns: minmax(0, 1.34fr) minmax(0, 1fr);
  align-items: stretch;
}

body[data-nav="ueber-uns"] .trust-testimonial {
  display: grid;
  align-content: center;
  min-height: 0;
  padding: 19px 22px 17px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 250, 241, 0.96)),
    radial-gradient(circle at top right, rgba(186, 215, 54, 0.08), transparent 30%);
}

body[data-nav="ueber-uns"] .trust-testimonial__label,
body[data-nav="ueber-uns"] .trust-testimonial__rating,
body[data-nav="ueber-uns"] .trust-testimonial__quote,
body[data-nav="ueber-uns"] .trust-testimonial__source {
  max-width: 38ch;
}

body[data-nav="ueber-uns"] .trust-testimonial__quote {
  margin: 10px 0 8px;
  font-size: clamp(1.16rem, 1.35vw, 1.4rem);
  line-height: 1.44;
}

body[data-nav="ueber-uns"] .trust-testimonial__art {
  display: none;
}

body[data-nav="ueber-uns"] .trust-testimonial__label {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-nav="ueber-uns"] .trust-testimonial__rating {
  margin-top: 2px;
  letter-spacing: 0.08em;
}

body[data-nav="ueber-uns"] .trust-testimonial__source {
  color: var(--cab-ink-soft);
  font-size: 0.92rem;
  margin-top: 0;
}

body[data-nav="ueber-uns"] .trust-feature-card__link {
  margin-top: auto;
  color: rgba(51, 79, 34, 0.72);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  opacity: 0.92;
}

body[data-nav="ueber-uns"] .trust-feature-card__link:hover,
body[data-nav="ueber-uns"] .trust-feature-card__link:focus-visible {
  color: var(--cab-dark);
}

body[data-nav="ueber-uns"] .trust-mini-card {
  min-height: 100%;
}

body[data-nav="ueber-uns"] .trust-section__stack {
  gap: 10px;
  align-content: stretch;
}

body[data-nav="ueber-uns"] .trust-mini-card {
  min-height: 0;
  padding: 17px 18px 15px;
}

body[data-nav="ueber-uns"] .trust-mini-card h3 {
  margin-bottom: 2px;
}

body[data-nav="ueber-uns"] .about-page__cta-section {
  width: min(calc(100% - 40px), var(--cab-shell-narrow));
  margin: 12px auto 6px;
}

body[data-nav="ueber-uns"] .about-page__cta {
  width: 100%;
  margin: 0;
}

body[data-nav="ueber-uns"] .about-page__cta-box {
  position: relative;
  padding: 24px 30px 22px;
  border: 1px solid rgba(135, 161, 33, 0.11);
  border-radius: var(--cab-radius-xl);
  background:
    linear-gradient(135deg, rgba(251, 253, 247, 0.985), rgba(244, 248, 236, 0.97)),
    radial-gradient(circle at top right, rgba(186, 215, 54, 0.11), transparent 23%);
  color: var(--cab-ink);
  box-shadow: 0 10px 22px rgba(32, 49, 24, 0.026);
}

body[data-nav="ueber-uns"] .about-page__cta-box::before {
  content: "";
  position: absolute;
  inset: 18px auto 18px 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--cab-primary), rgba(186, 215, 54, 0.32));
}

body[data-nav="ueber-uns"] .about-page__cta-box h2 {
  color: var(--cab-dark);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
}

body[data-nav="ueber-uns"] .about-page__cta-box p {
  color: var(--cab-ink-soft);
  max-width: 62ch;
}

body[data-nav="ueber-uns"] .about-page__cta-actions {
  margin-top: 14px;
  align-items: center;
}

body[data-nav="ueber-uns"] .about-page__cta-actions .button {
  text-transform: none;
  letter-spacing: 0;
}

@media (max-width: 1140px) {
  body[data-nav="ueber-uns"] .page-intro {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
    gap: 14px 28px;
    padding: 24px 22px 22px;
  }

  body[data-nav="ueber-uns"] .about-page__hero-visual {
    max-width: 500px;
    min-width: 360px;
  }

  body[data-nav="ueber-uns"] .about-page__hero-image {
    height: 308px;
  }

  body[data-nav="ueber-uns"] .about-page__positioning-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  body[data-nav="ueber-uns"] .page-intro-wrap {
    padding: 18px 0 14px;
  }

  body[data-nav="ueber-uns"] .page-intro {
    grid-template-columns: 1fr;
    gap: 12px 18px;
    align-items: start;
    padding: 22px 18px 18px;
  }

  body[data-nav="ueber-uns"] .about-page__hero-visual {
    grid-column: 1 / -1;
    grid-row: 4;
    gap: 14px;
    max-width: none;
    min-width: 0;
    justify-self: stretch;
  }

  body[data-nav="ueber-uns"] .about-page__hero-image {
    height: 300px;
  }

  body[data-nav="ueber-uns"] .section-wrap {
    gap: 18px;
  }

  body[data-nav="ueber-uns"] .about-page__positioning,
  body[data-nav="ueber-uns"] .about-page__cta-section {
    width: min(calc(100% - 32px), 100%);
  }

  body[data-nav="ueber-uns"] .about-page__intro-grid {
    grid-template-columns: 1fr;
  }

  body[data-nav="ueber-uns"] .trust-section__secondary,
  body[data-nav="ueber-uns"] .trust-section__stack {
    grid-template-columns: 1fr;
  }

  body[data-nav="ueber-uns"] .trust-testimonial__label,
  body[data-nav="ueber-uns"] .trust-testimonial__rating,
  body[data-nav="ueber-uns"] .trust-testimonial__quote,
  body[data-nav="ueber-uns"] .trust-testimonial__source {
    max-width: none;
  }

  body[data-nav="ueber-uns"] .about-page__cta-actions {
    justify-content: stretch;
  }
}

@media (max-width: 560px) {
  body[data-nav="ueber-uns"] .page-intro {
    gap: 12px;
  }

  body[data-nav="ueber-uns"] .page-intro,
  body[data-nav="ueber-uns"] .about-page__positioning-box,
  body[data-nav="ueber-uns"] .about-page__cta-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  body[data-nav="ueber-uns"] .about-page__hero-image {
    height: 240px;
  }

  body[data-nav="ueber-uns"] .about-page__hero-image img {
    min-height: 250px;
  }

  body[data-nav="ueber-uns"] .about-page__positioning-copy h2,
  body[data-nav="ueber-uns"] .about-page__cta-box h2 {
    max-width: none;
  }
}

.region-hub-page .region-hero::after,
.region-detail-page .region-hero::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -36px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(186, 215, 54, 0.18), rgba(186, 215, 54, 0));
  pointer-events: none;
}

.region-hub-page .region-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  column-gap: 34px;
  row-gap: 18px;
  align-items: start;
}

.region-hub-page .region-hero > .eyebrow {
  grid-column: 1 / -1;
}

.region-hub-page .region-hero .page-intro__title {
  max-width: 14ch;
  margin-bottom: 0;
}

.region-hub-page .region-hero .page-intro__text {
  max-width: 60ch;
  padding-top: 10px;
}

.region-detail-page .region-hero .page-intro__title {
  max-width: 18ch;
  margin-bottom: 14px;
}

.region-detail-page .region-hero .page-intro__text {
  max-width: 64ch;
}

.region-hub-page .section-wrap,
.region-detail-page .section-wrap {
  display: grid;
  gap: 26px;
}

.region-hub-page .region-hub-grid {
  padding-top: 2px;
}

.region-hub-page .grid-4 {
  align-items: stretch;
}

.region-hub-page .region-card,
.region-detail-page .contact-card,
.region-detail-page .article,
.region-hub-page .region-note,
.region-detail-page .region-cta {
  border-color: rgba(93, 114, 70, 0.14);
  box-shadow: 0 14px 36px rgba(36, 52, 27, 0.04);
}

.region-hub-page .region-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 12px;
  padding: 26px 24px 24px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfcf7 100%);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.region-hub-page .region-card::before,
.region-detail-page .contact-card::before {
  content: "";
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cab-primary), rgba(186, 215, 54, 0.12));
}

.region-hub-page .region-card:hover {
  transform: translateY(-2px);
  border-color: rgba(123, 148, 69, 0.24);
  box-shadow: 0 18px 42px rgba(36, 52, 27, 0.08);
}

.region-hub-page .region-card h3 {
  margin-bottom: 2px;
}

.region-hub-page .region-card p {
  flex: 1;
  margin-bottom: 0;
}

.region-hub-page .region-card .text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  padding: 10px 14px;
  border: 1px solid rgba(93, 114, 70, 0.16);
  border-radius: 12px;
  background: rgba(251, 252, 248, 0.96);
  text-decoration: none;
}

.region-hub-page .region-card .text-link::after,
.region-detail-page .region-cta .text-link::after {
  content: "\2192";
  font-size: 0.95em;
}

.region-hub-page .region-note,
.region-detail-page .region-cta {
  position: relative;
  overflow: hidden;
  padding: 30px 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 241, 0.96));
}

.region-hub-page .region-note::before,
.region-detail-page .region-cta::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--cab-primary), rgba(186, 215, 54, 0.42));
}

.region-hub-page .region-note p {
  max-width: 86ch;
  margin-bottom: 0;
}

.region-detail-page .region-summary {
  gap: 16px;
  margin-bottom: -4px;
}

.region-detail-page .contact-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 100%;
  padding: 26px 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fafcf6 100%);
}

.region-detail-page .contact-card h3 {
  margin-bottom: 0;
}

.region-detail-page .contact-card__meta {
  gap: 10px;
  max-width: 28ch;
}

.region-detail-page .region-content {
  width: min(calc(100% - 40px), 1140px);
  padding-top: 2px;
  padding-bottom: 0;
}

.region-detail-page .region-content .article {
  max-width: none;
  margin: 0 auto;
  padding: clamp(30px, 3vw, 42px) clamp(30px, 3.2vw, 44px);
  background:
    linear-gradient(180deg, #ffffff 0%, #fcfdf9 100%);
}

.region-detail-page .region-content .article > h2,
.region-detail-page .region-content .article > p,
.region-detail-page .region-content .article > ul,
.region-detail-page .region-content .article > ol {
  width: min(100%, 84ch);
  margin-left: 0;
  margin-right: 0;
}

.region-detail-page .region-content .article h2 {
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.18;
  margin-top: 30px;
  margin-bottom: 10px;
}

.region-detail-page .region-content .article h2:first-child {
  margin-top: 0;
}

.region-detail-page .region-content .article p,
.region-detail-page .region-content .article li {
  max-width: none;
}

.region-detail-page .region-content .article ol,
.region-detail-page .region-content .article ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.region-detail-page .region-cta {
  width: min(calc(100% - 40px), 1140px);
}

.region-detail-page .region-cta h2 {
  max-width: 24ch;
}

.region-detail-page .region-cta p {
  max-width: 66ch;
}

.region-detail-page .region-cta .page-intro__actions {
  align-items: center;
  gap: 12px 14px;
  margin-top: 16px;
}

.region-detail-page .region-cta .text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-block: 2px;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .region-hub-page .region-hero {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }

  .region-hub-page .region-hero .page-intro__text {
    padding-top: 0;
  }
}

@media (max-width: 900px) {
  .region-hub-page .section-wrap,
  .region-detail-page .section-wrap {
    gap: 22px;
  }

  .region-hub-page .region-note,
  .region-detail-page .region-cta {
    padding: 26px 24px;
  }

  .region-detail-page .region-content {
    width: min(calc(100% - 32px), 1000px);
  }

  .region-detail-page .region-cta {
    width: min(calc(100% - 32px), 1000px);
  }
}

@media (max-width: 720px) {
  .region-hub-page .page-intro-wrap,
  .region-detail-page .page-intro-wrap {
    padding: 18px 0 16px;
  }

  .region-detail-page .region-content .article {
    padding: 24px 22px;
  }

  .region-detail-page .region-content {
    width: min(calc(100% - 24px), 100%);
  }

  .region-detail-page .region-summary {
    margin-bottom: 0;
  }

  .region-detail-page .region-cta {
    width: min(calc(100% - 24px), 100%);
  }

  .region-detail-page .region-content .article > h2,
  .region-detail-page .region-content .article > p,
  .region-detail-page .region-content .article > ul,
  .region-detail-page .region-content .article > ol {
    width: 100%;
  }

  .region-detail-page .region-content .article h2 {
    font-size: clamp(1.4rem, 5vw, 1.7rem);
    margin-top: 26px;
  }

  .region-detail-page .region-cta .page-intro__actions {
    align-items: stretch;
  }

  .region-detail-page .region-cta .text-link,
  .region-hub-page .region-card .text-link {
    width: 100%;
    justify-content: center;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

main {
  background: transparent;
}

body.has-fixed-header main {
  padding-top: var(--cab-header-height);
}

body {
  margin: 0;
  font-family: var(--cab-font-body);
  line-height: 1.6;
  color: var(--cab-ink);
  background: #ffffff;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-shell {
  min-height: 100vh;
}

.announcement__inner,
.site-header__inner,
.site-footer__inner,
.breadcrumb,
.page-intro,
.section-band__inner,
.cta-band,
.legal-page {
  width: min(calc(100% - var(--cab-gutter)), var(--cab-content-shell));
  margin: 0 auto;
}

.hero-wrap {
  width: min(calc(100% - var(--cab-hero-gutter)), var(--cab-hero-shell));
  margin: 0 auto;
}

[data-include="/partials/header.html"]:empty {
  display: block;
  min-height: var(--cab-header-shell-height);
}

.announcement {
  display: flex;
  align-items: center;
  min-height: 40px;
  height: 40px;
  background: var(--cab-primary);
  color: var(--cab-dark);
  font-size: 0.9rem;
  font-weight: 700;
}

.announcement__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 34px;
  min-height: 40px;
  padding: 0;
}

.site-header {
  position: relative;
  z-index: 50;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #e7ebdf;
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

body.has-fixed-header .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.site-header.is-scrolled {
  box-shadow: 0 10px 28px rgba(31, 45, 9, 0.08);
}

.site-header__inner {
  min-height: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  margin-left: 68px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  user-select: none;
  -webkit-user-select: none;
}

.brand__logo {
  width: auto;
  height: 46px;
  max-width: min(410px, 29vw);
  object-fit: contain;
  object-position: left center;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.brand:focus,
.brand:active {
  outline: none;
}

.brand:focus-visible {
  outline: 2px solid rgba(135, 161, 33, 0.9);
  outline-offset: 4px;
  border-radius: 3px;
}

.brand__text,
.brand__title,
.brand__meta {
  display: none;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: var(--cab-radius-lg);
  background: rgba(67, 92, 17, 0.08);
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: var(--cab-dark);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-toggle span {
  margin: 5px auto;
}

.nav-toggle[aria-expanded="true"]::before {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"]::after {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav {
  display: flex;
  align-items: center;
}

.site-nav__links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 2px;
  border-radius: 0;
  color: var(--cab-ink-soft);
  font-size: 0.98rem;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  transition: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: transparent;
  color: var(--cab-dark);
  border-bottom-color: var(--cab-primary);
}

.site-nav .button,
.site-nav .button:hover,
.site-nav .button[aria-current="page"] {
  min-height: 44px;
  padding: 0 18px;
  border-bottom: 0;
  background: var(--cab-primary);
  color: var(--cab-dark);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: var(--cab-radius-sm);
  border: 1px solid var(--cab-primary);
  background: var(--cab-primary);
  color: var(--cab-dark);
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(24, 56, 15, 0.06);
}

.button--ghost {
  background: #ffffff;
  color: var(--cab-dark);
  border-color: rgba(135, 161, 33, 0.22);
  box-shadow: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 7px;
  border-radius: var(--cab-radius-sm);
  border: 1px solid rgba(186, 215, 54, 0.14);
  background: rgba(186, 215, 54, 0.04);
  color: #61790f;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-wrap {
  padding: 26px 0 18px;
  background: transparent;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--cab-line);
  border-radius: var(--cab-radius-xl);
  background: #ffffff;
  box-shadow: none;
}

.hero__panel,
.hero__visual {
  min-width: 0;
}

.hero__panel {
  position: relative;
  padding: 60px 48px 52px;
  display: grid;
  align-content: start;
  background: #ffffff;
  z-index: 2;
}

.hero__panel-mark {
  position: absolute;
  top: 42px;
  right: 22px;
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  opacity: 0.1;
}

.hero__panel-mark img {
  width: 100%;
  max-width: 104px;
  height: auto;
}

.hero__title,
.page-intro__title,
.section__header h2,
.article h1,
.article h2,
.article h3,
.card h3,
.process-card h3,
.region-card h3,
.link-card h3,
.contact-card h3,
.article-callout h3,
.site-footer h3,
.notice h2,
.quick-card h3,
.trust-card h3,
.legal-content h1,
.legal-content h2 {
  font-family: var(--cab-font-heading);
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin: 0;
}

.hero__title {
  max-width: 11.5ch;
  margin-top: 18px;
  font-size: clamp(2.9rem, 4.2vw, 4.6rem);
  line-height: 0.94;
}

.hero__lead {
  max-width: 28ch;
  margin: 22px 0 0;
  color: var(--cab-dark);
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.45;
}

.hero__summary {
  max-width: 37ch;
  margin: 18px 0 0;
  color: var(--cab-ink-soft);
  font-size: 1rem;
  line-height: 1.7;
}

.hero__text,
.page-intro__text,
.section__header p,
.card p,
.process-card p,
.region-card p,
.link-card p,
.article p,
.article li,
.article-callout p,
.contact-card__meta,
.notice p,
.site-footer p,
.site-footer li,
.hero__visual-card p,
.hero__visual-card li,
.trust-card p,
.quick-card p,
.legal-content p,
.legal-content li {
  color: var(--cab-ink-soft);
}

.hero__text {
  max-width: 54ch;
  margin: 24px 0 0;
}

.hero__actions,
.page-intro__actions,
.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.mini-stat {
  padding: 18px 18px 20px;
  border: 1px solid var(--cab-line);
  border-radius: var(--cab-radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 238, 0.98));
}

.mini-stat strong {
  display: block;
  font-family: var(--cab-font-heading);
  font-size: 1.18rem;
}

.hero__visual {
  position: relative;
  padding: 38px 34px 34px;
  background:
    radial-gradient(circle at 12% 12%, rgba(207, 234, 122, 0.2), transparent 38%),
    radial-gradient(circle at 85% 88%, rgba(186, 215, 54, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfcf7 100%);
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: stretch;
  justify-content: flex-end;
  min-height: 560px;
}

.hero__badge-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px 16px;
  margin-top: 20px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 24px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--cab-dark);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero__badge img {
  width: 20px;
  height: 20px;
}

.hero__scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero__scene-orbit {
  position: absolute;
  top: 42px;
  left: 96px;
  width: 300px;
  height: 300px;
  border: 2px solid rgba(186, 215, 54, 0.18);
  border-radius: 50%;
}

.hero__scene-glow {
  position: absolute;
  left: 144px;
  top: 182px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(207, 234, 122, 0.5), rgba(207, 234, 122, 0.12) 62%, transparent 74%);
}

.hero__scene-dots {
  position: absolute;
  top: 98px;
  left: 266px;
  width: 62px;
  height: 62px;
  background-image: radial-gradient(rgba(186, 215, 54, 0.42) 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: 0.72;
}

.hero__scene-plus {
  position: absolute;
  top: 80px;
  right: 126px;
  width: 84px;
  height: 84px;
  opacity: 0.16;
}

.hero__scene-plus::before,
.hero__scene-plus::after {
  content: "";
  position: absolute;
  background: rgba(186, 215, 54, 0.34);
  border-radius: var(--cab-radius-sm);
}

.hero__scene-plus::before {
  top: 0;
  left: 31px;
  width: 22px;
  height: 84px;
}

.hero__scene-plus::after {
  top: 31px;
  left: 0;
  width: 84px;
  height: 22px;
}

.hero__scene-mark {
  position: absolute;
  left: 130px;
  bottom: 54px;
  width: 230px;
  height: auto;
  opacity: 0.22;
  filter: saturate(0.9) brightness(1.03);
}

.hero__visual-card {
  position: relative;
  margin-top: auto;
  align-self: flex-end;
  width: min(100%, 340px);
  padding: 24px 24px 22px;
  border-radius: var(--cab-radius-lg);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(221, 230, 212, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 22px 46px rgba(31, 45, 9, 0.11);
  z-index: 2;
}

.hero__visual-card h2 {
  color: var(--cab-dark);
  font-size: 1.9rem;
  margin-bottom: 12px;
}

.hero__visual-card p,
.hero__visual-card li,
.hero__visual-card span,
.hero__visual-card a {
  color: var(--cab-ink-soft);
  line-height: 1.65;
}

.hero__visual-card p + p {
  margin-top: 14px;
}

.aside-list,
.check-list,
.article ul,
.article ol,
.legal-content ul {
  padding-left: 1.2rem;
}

.contact-chip {
  margin-top: 20px;
  padding: 15px 16px;
  border-radius: var(--cab-radius-lg);
  background: rgba(247, 249, 242, 0.96);
  border: 1px solid rgba(221, 230, 212, 0.92);
}

.contact-chip strong {
  display: block;
  color: var(--cab-dark);
}

.contact-chip a {
  color: var(--cab-ink-soft);
}

.principle-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--cab-line);
  border-radius: var(--cab-radius-xl);
  background: #ffffff;
  box-shadow: none;
}

.principle-strip--compact {
  margin-bottom: 28px;
}

.principle-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: center;
  padding: 22px 24px;
}

.principle-item + .principle-item {
  border-left: 1px solid var(--cab-line);
}

.principle-item__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(67, 92, 17, 0.16);
  background: rgba(244, 248, 238, 0.94);
}

.principle-item__icon img {
  width: 24px;
  height: 24px;
}

.principle-item strong {
  display: block;
  margin-bottom: 2px;
  color: var(--cab-dark);
}

.principle-item span {
  color: var(--cab-ink-soft);
  font-size: 0.95rem;
}

.section-wrap {
  padding: 0 0 72px;
  background: transparent;
}

.section-band {
  padding: 54px 0;
  background: transparent;
}

.section-wrap > .section-band:not(.section-band--dark):nth-of-type(odd) {
  background: var(--section-cream);
}

.section-wrap > .section-band:not(.section-band--dark):nth-of-type(even) {
  background: #ffffff;
}

.section-band--consulting {
  position: relative;
  z-index: 0;
  padding-top: 4px;
  padding-bottom: 0;
}

.section-band--knowledge {
  position: relative;
  z-index: 0;
  isolation: isolate;
  padding: 42px 0 34px;
}

.section-band--knowledge .section-band__inner {
  width: min(calc(100% - var(--cab-gutter)), var(--cab-content-shell));
}

.section-band--consulting .eyebrow,
.section-band--knowledge .eyebrow {
  color: #435c11;
}

.section-band--soft {
  border-top: 1px solid #e7e7e3;
  border-bottom: 1px solid #e7e7e3;
}

.section-band--dark {
  padding: 0;
  background: var(--brand-deep);
}

.section {
  width: 100%;
  margin-top: 0;
}

.section__header {
  display: grid;
  gap: 12px;
  margin-bottom: 26px;
  max-width: 760px;
}

.section__header h2 {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
}

.section__header p {
  margin: 0;
}

.grid-3,
.grid-4,
.page-grid,
.contact-strip {
  display: grid;
  gap: 18px;
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.panel,
.card,
.process-card,
.region-card,
.link-card,
.contact-card,
.article,
.article-callout,
.faq-item,
.notice,
.trust-card,
.quick-card,
.legal-content {
  border: 1px solid var(--cab-line);
  border-radius: var(--cab-radius-lg);
  background: #ffffff;
  box-shadow: none;
}

.card,
.process-card,
.region-card,
.link-card,
.contact-card,
.trust-card,
.quick-card {
  padding: 24px;
}

.link-card {
  display: grid;
  gap: 14px;
}

.link-card__icon {
  width: 64px;
  height: 64px;
}

.card h3,
.process-card h3,
.region-card h3,
.link-card h3,
.contact-card h3,
.article-callout h3,
.trust-card h3,
.quick-card h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.metric {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border-radius: var(--cab-radius-sm);
  background: rgba(186, 215, 54, 0.18);
  color: var(--cab-secondary);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.trust-section__header {
  max-width: 760px;
  margin-bottom: 2px;
}

.trust-section {
  display: grid;
  gap: 18px;
}

.trust-section__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.trust-section__secondary {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.trust-feature-card,
.trust-mini-card,
.trust-testimonial {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(29, 53, 22, 0.04);
  border-radius: var(--cab-radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(252, 252, 250, 0.98));
  box-shadow: none;
}

.trust-feature-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 12px;
  min-height: 288px;
  padding: 20px 20px 20px;
}

.trust-feature-card__head {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 34px;
}

.trust-feature-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 28px;
  padding: 0 8px;
  border-radius: 3px;
  background: rgba(186, 215, 54, 0.92);
  color: var(--deep-green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.trust-feature-card__icon,
.trust-mini-card__icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.trust-feature-card h3,
.trust-mini-card h3 {
  margin: 0;
  color: var(--text-green);
  font-size: 1.18rem;
  line-height: 1.16;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.trust-feature-card p,
.trust-mini-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.96rem;
  line-height: 1.66;
}

.trust-feature-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 4px;
  color: var(--brand-green-dark);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  align-self: end;
}

.trust-feature-card__link::after {
  content: "\2192";
  font-size: 1rem;
  line-height: 1;
}

.trust-feature-card__link:hover {
  color: var(--deep-green);
}

.trust-testimonial {
  display: grid;
  align-content: start;
  min-height: 214px;
  padding: 22px 26px 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.97) 56%, rgba(255, 255, 255, 0.82) 78%, rgba(255, 255, 255, 0.5) 100%),
    linear-gradient(180deg, rgba(251, 252, 247, 0.98), rgba(255, 255, 255, 0.96));
}

.trust-testimonial__label {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  width: fit-content;
  padding: 0 8px;
  border-radius: 3px;
  background: rgba(186, 215, 54, 0.06);
  color: var(--brand-green-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.trust-testimonial__rating {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: var(--brand-green-dark);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 0.72;
}

.trust-testimonial__quote {
  position: relative;
  z-index: 1;
  max-width: 28ch;
  margin: 16px 0 12px;
  color: var(--text-green);
  font-family: var(--cab-font-heading);
  font-size: clamp(1.18rem, 1.42vw, 1.42rem);
  line-height: 1.38;
  letter-spacing: -0.02em;
  text-wrap: pretty;
}

.trust-testimonial__source {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--text-muted);
  font-size: 0.8rem;
  line-height: 1.42;
}

.trust-testimonial__art {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(44%, 260px);
  height: auto;
  opacity: 0.24;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}

.trust-section__stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.trust-mini-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: start;
  gap: 12px;
  min-height: 214px;
  height: 100%;
  padding: 22px 20px 20px;
}

.trust-mini-card__icon {
  margin-bottom: 2px;
}

.trust-mockup-band {
  position: relative;
  overflow: hidden;
  padding: 27px 0;
  background: #bad736;
}

.trust-mockup-band::before {
  content: "";
  position: absolute;
  left: -146px;
  bottom: -102px;
  width: 430px;
  height: 430px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 420'%3E%3Cpath d='M104 33c-44 88-67 172-67 253 0 26 2 49 6 70 66-10 120-29 164-58-53-6-94-17-123-32 6-24 18-48 35-73-35-13-62-31-80-53 36-24 71-67 104-129 32 74 47 139 47 194 0 64-19 118-57 162 80-11 144-39 191-83 42-40 72-95 88-164' fill='none' stroke='rgba(255,255,255,0.48)' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  pointer-events: none;
}

.trust-mockup-section {
  position: relative;
  z-index: 1;
}

.trust-mockup {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.7fr);
  column-gap: 10px;
  row-gap: 4px;
  align-items: center;
}

.trust-mockup__intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  padding: 0;
  min-width: 0;
  align-self: center;
}

.trust-mockup__eyebrow {
  display: inline-flex;
  width: fit-content;
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(26, 45, 11, 0.8);
  color: #1a2d0b;
  font-size: 0.93rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.trust-mockup__intro h2 {
  max-width: 8.6ch;
  margin: 0;
  color: #14310f;
  font-size: clamp(2.65rem, 4.1vw, 4rem);
  line-height: 0.88;
  letter-spacing: -0.05em;
}

.trust-mockup__intro h2 span {
  display: block;
}

.trust-mockup__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(118px, 1fr));
  justify-content: start;
  column-gap: 18px;
  max-width: 438px;
  margin-top: 44px !important;
  margin-left: -18px;
  padding-top: 0;
  align-items: start;
  align-self: flex-start;
  position: static;
  transform: none;
}

.trust-mockup-point {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: start;
  column-gap: 7px;
  min-width: 0;
}

.trust-mockup-point__icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  color: #16320f;
}

.trust-mockup-point__icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-mockup-point p {
  margin: 0;
  color: #17310f;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.14;
}

.trust-mockup__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-width: 0;
  gap: 10px;
  align-items: stretch;
  align-self: start;
  margin-top: 4px;
}

.trust-mockup-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: start;
  gap: 11px;
  min-height: 234px;
  padding: 21px 20px 19px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 76% 15%, rgba(237, 234, 223, 0.82), rgba(237, 234, 223, 0) 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(250, 249, 244, 0.985));
  border: 1px solid rgba(225, 228, 214, 0.96);
  box-shadow: 0 20px 42px rgba(84, 99, 18, 0.09);
}

.trust-mockup-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(246, 248, 206, 0.98), rgba(243, 246, 203, 0.78));
}

.trust-mockup-card__badge img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.trust-mockup-card h3 {
  margin: 0;
  max-width: 13.5ch;
  color: #183512;
  font-size: 1.18rem;
  font-weight: 825;
  line-height: 1.1;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.trust-mockup-card p {
  margin: 0;
  color: rgba(23, 49, 15, 0.82);
  align-self: start;
  font-size: 0.91rem;
  line-height: 1.44;
  text-wrap: pretty;
}

.trust-mockup-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-top: auto;
  padding-top: 5px;
  border-top: 1px solid rgba(193, 215, 87, 0.95);
  color: #16320f;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  align-self: end;
}

.trust-mockup-card__link::after {
  content: "\2192";
  font-size: 1.35rem;
  line-height: 1;
  transform: translateY(-1px);
}

.trust-mockup-card__link:hover {
  color: #0f2508;
}

.trust-card {
  display: grid;
  gap: 14px;
  border-color: rgba(29, 53, 22, 0.05);
  background: rgba(255, 255, 255, 0.72);
}

.trust-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 42px;
}

.trust-card__kicker {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 0 7px;
  border-radius: var(--cab-radius-sm);
  border: 1px solid rgba(186, 215, 54, 0.12);
  background: rgba(186, 215, 54, 0.045);
  color: var(--cab-secondary);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.trust-card__media {
  width: auto;
  height: 34px;
  object-fit: contain;
  object-position: right center;
}

.trust-card__media--wide {
  height: 32px;
  max-width: 128px;
}

.trust-card__icon {
  width: 64px;
  height: 64px;
}

.process-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 26px;
}

.process-overview__art {
  padding: 18px;
  border: 1px solid rgba(29, 53, 22, 0.05);
  border-radius: var(--cab-radius-xl);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: none;
}

.process-overview__art img {
  width: 100%;
  height: auto;
}

.process-card {
  display: grid;
  align-content: start;
  gap: 12px;
  border-color: rgba(29, 53, 22, 0.05);
  background: rgba(255, 255, 255, 0.7);
}

.process-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.process-card__icon {
  width: 52px;
  height: 52px;
}

.process-card__count {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 7px;
  border-radius: var(--cab-radius-sm);
  border: 1px solid rgba(186, 215, 54, 0.12);
  background: rgba(186, 215, 54, 0.045);
  color: var(--cab-secondary);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: stretch;
}

.story-layout__visual,
.story-layout__body {
  min-width: 0;
}

.story-layout__visual {
  padding: 18px;
  border: 1px solid var(--cab-line);
  border-radius: var(--cab-radius-xl);
  background: #ffffff;
}

.story-layout__visual img {
  width: 100%;
  height: auto;
}

.story-layout__body {
  display: grid;
  gap: 16px;
}

.story-list {
  display: grid;
  gap: 16px;
}

.story-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--cab-line);
}

.story-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.story-item__icon {
  width: 58px;
  height: 58px;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.quick-card {
  display: grid;
  gap: 14px;
  border-color: rgba(29, 53, 22, 0.05);
  background: rgba(255, 255, 255, 0.78);
}

.quick-card__icon {
  width: 72px;
  height: 72px;
  padding: 10px;
  border-radius: var(--cab-radius-lg);
  background: linear-gradient(180deg, rgba(186, 215, 54, 0.18), rgba(255, 255, 255, 0.94));
  border: 1px solid rgba(67, 92, 17, 0.08);
}

.quick-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.article-teasers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.article-teaser {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--cab-line);
  border-radius: var(--cab-radius-lg);
  background: #ffffff;
  box-shadow: none;
}

.article-teaser__icon {
  width: 72px;
  height: 72px;
  padding: 12px;
  border-radius: var(--cab-radius-lg);
  background: linear-gradient(180deg, rgba(186, 215, 54, 0.18), rgba(255, 255, 255, 0.94));
  border: 1px solid rgba(67, 92, 17, 0.08);
}

.regions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.note-band {
  padding: 28px 30px;
  border: 1px solid rgba(29, 53, 22, 0.05);
  border-left: 6px solid var(--cab-primary);
  border-radius: var(--cab-radius-xl);
  background: #ffffff;
  box-shadow: none;
}

.notice {
  padding: 28px 30px;
}

.notice h2 {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  margin-bottom: 10px;
}

.link-card__link,
.text-link {
  color: var(--cab-secondary);
  font-weight: 700;
}

.page-intro-wrap {
  padding: 26px 0 16px;
  background: transparent;
}

.breadcrumb {
  width: min(calc(100% - 40px), var(--cab-shell-narrow));
  padding-top: 10px;
  font-size: 0.93rem;
  color: var(--cab-ink-soft);
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb li::after {
  content: "/";
  margin-left: 10px;
  color: rgba(91, 109, 85, 0.5);
}

.breadcrumb li:last-child::after {
  display: none;
}

.page-intro {
  width: min(calc(100% - 40px), var(--cab-shell-narrow));
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
  gap: 24px;
  align-items: start;
  padding: 28px;
  border: 1px solid var(--cab-line);
  border-radius: var(--cab-radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 239, 0.94));
  box-shadow: var(--cab-shadow-soft);
}

.page-intro > .eyebrow {
  grid-column: 1 / -1;
  justify-self: start;
}

.page-intro__title {
  grid-column: 1 / 2;
  max-width: 12.5ch;
  font-size: clamp(2.25rem, 3.5vw, 3.6rem);
}

.page-intro__text {
  grid-column: 2 / 3;
  margin: 0;
}

.page-intro__actions,
.page-intro__meta {
  grid-column: 2 / 3;
}

.page-intro__aside {
  grid-column: 2 / 3;
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--cab-line);
  border-radius: var(--cab-radius-lg);
  background: rgba(255, 255, 255, 0.92);
}

.page-intro__aside img {
  width: 100%;
  height: auto;
}

.page-intro__aside h2,
.page-intro__aside h3 {
  margin: 0;
  font-family: var(--cab-font-heading);
  font-size: 1.6rem;
  line-height: 1.02;
}

.page-intro__aside p,
.page-intro__aside li {
  margin: 0;
  color: var(--cab-ink-soft);
}

.page-intro__aside ul {
  margin: 0;
  padding-left: 1.1rem;
}

@supports selector(:has(*)) {
  .page-intro:has(.page-intro__aside) .page-intro__text,
  .page-intro:has(.page-intro__aside) .page-intro__actions,
  .page-intro:has(.page-intro__aside) .page-intro__meta {
    grid-column: 1 / 2;
    max-width: 62ch;
  }

  .page-intro:has(.page-intro__aside) .page-intro__aside {
    grid-column: 2 / 3;
    grid-row: 2 / span 3;
    align-self: start;
  }
}

.order-page-hero-wrap {
  padding: 28px 0 20px;
  background:
    radial-gradient(circle at 18% 12%, rgba(186, 215, 54, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 251, 246, 0.96));
}

.order-page {
  --order-surface-radius: 6px;
  --order-card-radius: 6px;
  --order-button-radius: 5px;
  --order-panel-border: rgba(29, 53, 22, 0.09);
  --order-panel-shadow: 0 12px 24px rgba(24, 56, 15, 0.035);
  --order-panel-shadow-strong: 0 16px 28px rgba(24, 56, 15, 0.045);
}

.order-page .button,
.order-page .button:hover {
  text-transform: none;
  letter-spacing: 0;
  border-radius: var(--order-button-radius);
  box-shadow: none;
}

.order-page__hero,
.order-page__alert {
  width: min(calc(100% - var(--cab-gutter)), var(--cab-content-shell));
  margin: 0 auto;
}

.order-page__hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) 420px;
  gap: 26px;
  align-items: center;
  min-height: 418px;
  padding: 34px 34px 32px;
  border: 1px solid var(--order-panel-border);
  border-radius: var(--order-surface-radius);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.82) 36%, rgba(255, 255, 255, 0.34) 62%, rgba(255, 255, 255, 0.08) 100%);
  box-shadow: 0 20px 36px rgba(24, 56, 15, 0.056);
}

.order-page__hero::before,
.order-page__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.order-page__hero::before {
  background:
    linear-gradient(90deg, rgba(248, 247, 241, 0.84) 0%, rgba(248, 247, 241, 0.68) 28%, rgba(248, 247, 241, 0.24) 46%, rgba(248, 247, 241, 0.04) 66%),
    url("/cab_website_assets/illustrations/optimized/order-page-hero-background.webp") 76% 52% / cover no-repeat;
}

.order-page__hero::after {
  background:
    radial-gradient(circle at 14% 20%, rgba(186, 215, 54, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0));
}

.order-page__hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  align-content: start;
  max-width: 35rem;
  padding: 10px 0 8px;
}

.order-page__eyebrow {
  width: fit-content;
}

.order-page__title,
.order-page__section-heading h2,
.order-page__cta-copy h2 {
  margin: 0;
  color: var(--text-green);
  font-family: var(--cab-font-heading);
  letter-spacing: -0.045em;
}

.order-page__title {
  max-width: 11ch;
  font-size: clamp(3.9rem, 5.05vw, 5.35rem);
  line-height: 0.98;
  text-wrap: balance;
}

.order-page__lead {
  max-width: 44ch;
  margin: 0;
  color: var(--text-muted);
  font-size: 1.04rem;
  line-height: 1.64;
}

.order-page__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  align-items: center;
  margin-top: 8px;
}

.order-page__hero-button,
.order-page__quick-primary {
  min-height: 58px;
  padding-inline: 20px 24px;
  gap: 10px;
}

.order-page__hero-button {
  box-shadow: 0 10px 18px rgba(186, 215, 54, 0.12);
}

.order-page__button-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.order-page__button-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.order-page__hero-link,
.order-page__cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-green);
  font-weight: 700;
  line-height: 1.2;
}

.order-page__hero-link::after,
.order-page__cta-link::after {
  content: "\2192";
  font-size: 1.05rem;
  line-height: 1;
}

.order-page__quick-card {
  position: relative;
  z-index: 1;
  display: grid;
  box-sizing: border-box;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  align-self: center;
  margin: 0;
  overflow: hidden;
  padding: 31px 29px 29px;
  border: 1px solid rgba(29, 53, 22, 0.085);
  border-radius: var(--order-card-radius);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 34px rgba(24, 56, 15, 0.054);
}

.order-page__quick-card h2 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-green);
  font-size: 1.98rem;
  line-height: 1.06;
}

.order-page__quick-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(186, 215, 54, 0.16);
  color: #89a318;
}

.order-page__quick-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.order-page__quick-actions {
  display: grid;
  gap: 9px;
}

.order-page__quick-actions > a {
  width: 100%;
  justify-content: center;
}

.order-page__quick-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(186, 215, 54, 0.54);
  border-radius: var(--order-button-radius);
  background: rgba(255, 255, 255, 0.98);
  color: var(--text-green);
  font-weight: 700;
}

.order-page__alert {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  width: min(calc(100% - var(--cab-gutter)), var(--cab-content-shell));
  margin-top: 22px;
  padding: 18px 24px 17px;
  overflow: hidden;
  border: 1px solid rgba(186, 215, 54, 0.28);
  border-radius: var(--order-card-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(252, 251, 245, 0.985));
  box-shadow: 0 13px 24px rgba(24, 56, 15, 0.026);
}

.order-page__alert::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -8px;
  width: 98px;
  height: 98px;
  background: url("/cab_website_assets/logos/svg/cab_heritage_compact_mark.svg") center / contain no-repeat;
  opacity: 0.045;
  pointer-events: none;
}

.order-page__alert-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  margin-top: 2px;
  border: 2px solid #a8c123;
  border-radius: 999px;
  color: #92ab19;
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1;
}

.order-page__alert-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding-right: 88px;
}

.order-page__alert-copy h2 {
  margin: 0;
  color: var(--text-green);
  font-family: var(--cab-font-heading);
  font-size: clamp(1.48rem, 1.95vw, 1.92rem);
  line-height: 1.06;
}

.order-page__alert-copy p {
  margin: 0;
  max-width: none;
  color: var(--text-muted);
  font-size: 0.99rem;
  line-height: 1.56;
}

.order-page__sections {
  padding-bottom: 0;
}

.order-page__journey-section {
  padding-top: 12px;
}

.order-page__journey {
  gap: 12px;
  padding: 20px 20px 12px;
  border: 1px solid rgba(29, 53, 22, 0.072);
  border-radius: var(--order-surface-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 250, 243, 0.82));
  box-shadow: 0 18px 30px rgba(24, 56, 15, 0.03);
}

.order-page__journey-header {
  gap: 12px;
}

.order-page__journey-pill::before {
  display: none;
}

.order-page__journey .order-journey__steps {
  gap: 13px;
  margin-top: 19px;
  align-items: stretch;
}

.order-page__journey .order-journey-step {
  grid-template-rows: auto 58px minmax(3.4em, auto) minmax(7.2em, auto);
  row-gap: 5px;
  padding: 0 14px 14px;
  border: 1px solid rgba(29, 53, 22, 0.075);
  border-radius: var(--order-card-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(251, 251, 247, 0.96));
  box-shadow: 0 12px 22px rgba(24, 56, 15, 0.028);
}

.order-page__journey .order-journey-step__icon-wrap {
  margin-top: -10px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.99), rgba(248, 249, 241, 0.82) 62%, rgba(248, 249, 241, 0.24) 100%);
  box-shadow: 0 11px 18px rgba(157, 189, 16, 0.14);
}

.order-page__journey .order-journey-step__line {
  min-height: 54px;
}

.order-page__journey .order-journey-step__connector {
  width: calc(100% + 38px);
  height: 24px;
  opacity: 0.48;
}

.order-page__journey .order-journey-step__number {
  width: 42px;
  height: 42px;
  font-size: 1.36rem;
}

.order-page__journey .order-journey-step h3 {
  min-height: 2.9em;
  font-size: clamp(1.16rem, 1.34vw, 1.34rem);
}

.order-page__journey .order-journey-step p,
.order-page__journey .order-journey-step:nth-child(2) p,
.order-page__journey .order-journey-step:nth-child(3) p {
  max-width: 23.2ch;
  font-size: 0.91rem;
  line-height: 1.42;
}

.order-page__journey .order-journey-step__email,
.order-page__journey .order-journey-step:nth-child(2) .order-journey-step__email {
  margin-top: -18px !important;
  font-size: 0.84rem !important;
  line-height: 1.2 !important;
}

.order-page__details-band {
  border-top: 0;
  padding-top: 4px;
  padding-bottom: 12px;
}

.order-page__detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.order-page__detail-card {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 17px;
  align-items: start;
  min-height: 100%;
  padding: 20px 20px 18px;
  border: 1px solid rgba(29, 53, 22, 0.078);
  border-radius: var(--order-card-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(251, 251, 247, 0.965));
  box-shadow: 0 12px 22px rgba(24, 56, 15, 0.026);
}

.order-page__detail-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(247, 249, 235, 0.98), rgba(240, 244, 219, 0.96));
  color: #19350f;
  box-shadow:
    inset 0 0 0 1px rgba(186, 215, 54, 0.18),
    0 8px 14px rgba(157, 189, 16, 0.08);
}

.order-page__detail-icon svg {
  width: 32px;
  height: 32px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.order-page__detail-copy {
  display: grid;
  gap: 8px;
  align-content: start;
}

.order-page__detail-copy h3 {
  margin: 0;
  color: var(--text-green);
  font-size: clamp(1.52rem, 1.84vw, 2.04rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.order-page__detail-copy p,
.order-page__detail-copy li {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.56;
}

.order-page__detail-subline {
  color: var(--text-green) !important;
  font-weight: 700;
}

.order-page__detail-note,
.order-page__location {
  font-size: 0.94rem;
}

.order-page__checklist {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.order-page__checklist li {
  position: relative;
  padding-left: 28px;
}

.order-page__checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.32rem;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1px solid rgba(186, 215, 54, 0.6);
  background: rgba(186, 215, 54, 0.14);
  box-shadow: inset 0 0 0 3px #ffffff;
}

.order-page__faq-band {
  padding-top: 16px;
  padding-bottom: 20px;
}

.order-page__section-heading {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.order-page__section-eyebrow {
  width: fit-content;
}

.order-page__section-heading h2 {
  font-size: clamp(2.3rem, 3.2vw, 3.6rem);
  line-height: 0.98;
}

.order-page__faq-list {
  width: min(100%, 1080px);
  margin: 0 auto;
  display: grid;
  gap: 8px;
}

.order-page__faq-list .faq-item {
  border-radius: var(--order-card-radius);
  border-color: rgba(29, 53, 22, 0.085);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(250, 251, 245, 0.975));
  box-shadow: 0 12px 20px rgba(24, 56, 15, 0.022);
}

.order-page__faq-list .faq-item button {
  padding: 18px 22px;
  align-items: center;
  font-weight: 700;
  line-height: 1.3;
}

.order-page__faq-list .faq-item__content {
  padding: 0 22px 22px;
}

.order-page__faq-list .faq-item button span:last-child {
  width: 18px;
  flex: 0 0 18px;
  text-align: center;
}

.order-page__cta-band {
  padding-top: 14px;
  padding-bottom: 14px;
}

.order-page__cta-card {
  display: grid;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  grid-template-columns: 184px minmax(0, 1.36fr) minmax(244px, 272px);
  gap: 20px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid rgba(186, 215, 54, 0.34);
  border-radius: var(--order-card-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 241, 0.96));
  box-shadow: 0 18px 28px rgba(24, 56, 15, 0.03);
}

.order-page__cta-media {
  display: grid;
  overflow: hidden;
  border-radius: 6px;
}

.order-page__cta-media img {
  width: 100%;
  height: 100%;
  min-height: 124px;
  object-position: 34% center;
  object-fit: cover;
  display: block;
}

.order-page__cta-copy {
  display: grid;
  gap: 8px;
  align-content: center;
  max-width: 47ch;
  min-width: 0;
}

.order-page__cta-copy h2 {
  max-width: 22ch;
  font-size: clamp(1.78rem, 2vw, 2.28rem);
  line-height: 1.1;
  text-wrap: balance;
}

.order-page__cta-copy p {
  margin: 0;
  max-width: 47ch;
  color: var(--text-muted);
  line-height: 1.56;
}

.order-page__cta-actions {
  display: grid;
  grid-template-columns: 1fr;
  justify-self: end;
  gap: 9px;
  align-items: stretch;
  align-content: center;
  width: min(100%, 272px);
  min-width: 0;
}

.order-page__cta-actions .button,
.order-page__cta-link {
  min-height: 52px;
}

.order-page__cta-actions .button {
  width: 100%;
  justify-content: center;
  white-space: nowrap;
}

.order-page__cta-link {
  justify-self: start;
  padding-inline: 4px;
}

@media (max-width: 1140px) {
  .order-page__hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 28px;
    min-height: 0;
  }

  .order-page__journey .order-journey__steps {
    gap: 20px 18px;
  }

  .order-page__detail-grid,
  .order-page__cta-card {
    grid-template-columns: 1fr;
  }

  .order-page__cta-actions {
    width: 100%;
    justify-self: start;
  }
}

@media (max-width: 860px) {
  .order-page__hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .order-page__hero-button,
  .order-page__hero-link,
  .order-page__cta-link,
  .order-page__cta-actions .button {
    width: 100%;
    justify-content: center;
  }

  .order-page__alert {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .order-page__alert-copy {
    padding-right: 0;
  }

  .order-page__hero::before {
    background:
      linear-gradient(180deg, rgba(248, 247, 241, 0.88) 0%, rgba(248, 247, 241, 0.78) 32%, rgba(248, 247, 241, 0.46) 56%, rgba(248, 247, 241, 0.14) 100%),
      url("/cab_website_assets/illustrations/optimized/order-page-hero-background.webp") 72% 22% / cover no-repeat;
  }

  .order-page__cta-actions {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .order-page__cta-link {
    justify-self: start;
  }

  .order-page__detail-grid {
    grid-template-columns: 1fr;
  }

  .order-page__journey .order-journey-step {
    padding-inline: 16px;
  }

  .order-page__detail-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 560px) {
  .order-page__title {
    font-size: clamp(3rem, 13vw, 4.2rem);
  }

  .order-page__lead {
    font-size: 1rem;
  }

  .order-page__quick-card,
  .order-page__detail-card,
  .order-page__cta-card {
    padding: 18px;
    border-radius: 8px;
  }

  .order-page__cta-actions .button {
    white-space: normal;
  }

  .order-page__hero {
    padding: 24px 18px;
    border-radius: 8px;
  }

  .order-page__journey .order-journey-step {
    padding: 0 14px 18px;
    border-radius: 8px;
  }

  .order-page__journey .order-journey-step__icon-wrap {
    margin-top: -8px;
  }

  .order-page__quick-card h2 {
    font-size: 1.52rem;
  }

  .order-page__alert-copy h2,
  .order-page__section-heading h2 {
    font-size: clamp(1.85rem, 9vw, 2.5rem);
  }

  .order-page__detail-copy h3,
  .order-page__cta-copy h2 {
    font-size: 1.8rem;
  }
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
  align-items: start;
}

.article {
  padding: 30px;
}

.article h1 {
  font-size: clamp(2.3rem, 4.8vw, 3.9rem);
  margin-bottom: 16px;
}

.article h2 {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  margin-top: 28px;
  margin-bottom: 10px;
}

.article h3 {
  font-size: 1.45rem;
  margin-top: 22px;
  margin-bottom: 8px;
}

.sticky-stack {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 18px;
}

.article-callout {
  padding: 22px;
}

.knowledge-page,
.knowledge-hub {
  background:
    radial-gradient(circle at top left, rgba(186, 215, 54, 0.08), transparent 22%),
    linear-gradient(180deg, #fbfcf8 0%, #ffffff 24%, #fbfcf8 100%);
}

.knowledge-hero-wrap {
  padding: 18px 0 10px;
}

.knowledge-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 20px;
  padding: clamp(22px, 2.8vw, 34px);
  border: 1px solid rgba(35, 61, 20, 0.08);
  border-radius: 7px;
  background:
    linear-gradient(108deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.87) 42%, rgba(250, 251, 246, 0.78) 100%),
    url("/cab_website_assets/illustrations/optimized/subpage-hero-background.webp") center/cover no-repeat;
  box-shadow: 0 14px 30px rgba(24, 56, 15, 0.045);
  isolation: isolate;
}

.knowledge-hero::after {
  content: "";
  position: absolute;
  inset: auto -2% -36% auto;
  width: clamp(180px, 20vw, 280px);
  aspect-ratio: 1;
  background: url("/cab_website_assets/icons/svg/hemp-leaf-mark.svg") center/contain no-repeat;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.knowledge-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(300px, 0.68fr);
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
}

.knowledge-hero__grid > * {
  min-width: 0;
  max-width: 100%;
}

.knowledge-hero__copy {
  display: grid;
  gap: 10px;
  align-content: start;
  max-width: 760px;
}

.knowledge-hero__copy .eyebrow,
.knowledge-section-heading .eyebrow,
.knowledge-related__header .eyebrow,
.knowledge-end-cta__copy .eyebrow {
  margin-bottom: 3px;
}

.knowledge-hero__title {
  margin: 0;
  max-width: 12.5ch;
  font-size: clamp(2.5rem, 4.3vw, 4.25rem);
  line-height: 0.97;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.knowledge-hero__text {
  max-width: 66ch;
  margin: 0;
  font-size: 1rem;
  line-height: 1.68;
  color: var(--cab-ink-soft);
}

.knowledge-hero__copy > .knowledge-hero__text:first-of-type {
  margin-top: 2px;
}

.knowledge-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.knowledge-meta__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid rgba(35, 61, 20, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--cab-ink-soft);
  font-size: 0.94rem;
  font-weight: 600;
}

.knowledge-meta__item strong {
  color: var(--cab-ink);
  font-weight: 700;
}

.knowledge-hero__spotlight {
  position: relative;
  display: grid;
  box-sizing: border-box;
  gap: 12px;
  width: 100%;
  max-width: 390px;
  min-width: 0;
  justify-self: end;
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(35, 61, 20, 0.09);
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.64));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 8px 18px rgba(24, 56, 15, 0.028);
  backdrop-filter: blur(4px);
  align-content: start;
  align-self: start;
}

.knowledge-hero__spotlight::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(248, 250, 242, 0.06));
  pointer-events: none;
}

.knowledge-hero__spotlight-media {
  position: relative;
  display: grid;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  aspect-ratio: 1.34;
  min-height: clamp(226px, 21vw, 296px);
  border-radius: 6px;
  border: 1px solid rgba(35, 61, 20, 0.06);
  background: linear-gradient(180deg, rgba(245, 247, 240, 0.92), rgba(255, 255, 255, 0.96));
}

.knowledge-hero__spotlight-media img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 50%;
}

.knowledge-hero__spotlight-copy {
  display: grid;
  gap: 6px;
}

.knowledge-mini-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(186, 215, 54, 0.14);
  color: var(--cab-secondary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.knowledge-mini-tag::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/cab_website_assets/icons/svg/hemp-leaf-mark.svg") center/contain no-repeat;
  opacity: 0.9;
}

.knowledge-hero__spotlight h2,
.knowledge-hero__spotlight h3 {
  margin: 0;
  font-size: 1.46rem;
  line-height: 1.08;
}

.knowledge-hero__spotlight p {
  margin: 0;
  color: var(--cab-ink-soft);
  font-size: 0.95rem;
  line-height: 1.58;
}

.knowledge-summary-section {
  padding: 6px 0 6px;
}

.knowledge-summary {
  display: grid;
  gap: 18px;
  padding: 22px 24px 24px;
  border: 1px solid rgba(35, 61, 20, 0.08);
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 242, 0.94));
  box-shadow: 0 14px 30px rgba(24, 56, 15, 0.035);
}

.knowledge-section-heading {
  display: grid;
  gap: 8px;
  max-width: 720px;
}

.knowledge-section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
}

.knowledge-section-heading p {
  margin: 0;
  color: var(--cab-ink-soft);
}

.knowledge-summary__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.knowledge-keyfact {
  position: relative;
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 100%;
  padding: 22px 20px 20px;
  border: 1px solid rgba(35, 61, 20, 0.08);
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 250, 241, 0.95));
  box-shadow: 0 12px 24px rgba(24, 56, 15, 0.028);
}

.knowledge-keyfact::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, rgba(186, 215, 54, 0.9), rgba(186, 215, 54, 0.22));
}

.knowledge-keyfact__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(186, 215, 54, 0.16);
  color: var(--cab-secondary);
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(186, 215, 54, 0.1);
}

.knowledge-keyfact h3 {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.18;
  text-wrap: balance;
}

.knowledge-keyfact p {
  margin: 0;
  color: var(--cab-ink-soft);
  line-height: 1.66;
}

.knowledge-layout-wrap {
  padding: 8px 0 0;
}

.knowledge-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(320px, 0.82fr);
  gap: clamp(24px, 2.8vw, 36px);
  align-items: start;
}

.knowledge-layout > * {
  min-width: 0;
}

.knowledge-article-shell,
.knowledge-sidebar__card,
.knowledge-related,
.knowledge-end-cta {
  border: 1px solid rgba(35, 61, 20, 0.08);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 34px rgba(24, 56, 15, 0.04);
}

.knowledge-article-shell {
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(24, 56, 15, 0.04);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(254, 255, 252, 0.98));
}

.knowledge-article {
  padding: clamp(30px, 3vw, 42px);
}

.knowledge-article section {
  scroll-margin-top: 120px;
}

.knowledge-article section + section {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid rgba(35, 61, 20, 0.06);
}

.knowledge-article h2 {
  margin: 0 0 14px;
  font-size: clamp(1.75rem, 2.5vw, 2.4rem);
  line-height: 1.06;
  text-wrap: balance;
}

.knowledge-article h3 {
  margin: 24px 0 12px;
  font-size: 1.3rem;
  line-height: 1.22;
}

.knowledge-article p,
.knowledge-article li {
  color: var(--cab-ink-soft);
  line-height: 1.8;
}

.knowledge-article p {
  margin: 0 0 15px;
  max-width: 74ch;
  text-wrap: pretty;
}

.knowledge-article ul,
.knowledge-article ol {
  margin: 4px 0 16px;
  padding-left: 1.35rem;
}

.knowledge-article li + li {
  margin-top: 10px;
}

.knowledge-article section:last-child {
  margin-top: 30px;
  padding: 24px 26px 8px;
  border: 1px solid rgba(35, 61, 20, 0.08);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(249, 251, 244, 0.92), rgba(255, 255, 255, 0.98));
}

.knowledge-article section:last-child h2 {
  font-size: clamp(1.38rem, 2vw, 1.7rem);
}

.knowledge-article section:last-child ul {
  margin-bottom: 6px;
}

.knowledge-article section:last-child li,
.knowledge-article section:last-child p {
  font-size: 0.97rem;
  line-height: 1.72;
}

.knowledge-lead {
  font-size: 1.08rem;
}

.knowledge-highlight-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.knowledge-highlight-list li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 0;
}

.knowledge-highlight-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 4px;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(186, 215, 54, 0.95) 0 42%, transparent 43%),
    rgba(186, 215, 54, 0.14);
}

.knowledge-note {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-top: 34px;
  padding: 24px;
  border: 1px solid rgba(186, 215, 54, 0.32);
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(248, 250, 240, 0.96), rgba(255, 255, 255, 0.98));
  box-shadow: 0 14px 28px rgba(24, 56, 15, 0.03);
}

.knowledge-note__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: rgba(186, 215, 54, 0.14);
}

.knowledge-note__icon img {
  width: 26px;
  height: 26px;
}

.knowledge-note h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
}

.knowledge-note p:last-child {
  margin-bottom: 0;
}

.knowledge-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 14px;
  align-self: start;
  padding: 16px;
  border: 1px solid rgba(35, 61, 20, 0.08);
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 250, 242, 0.95));
  box-shadow: 0 18px 34px rgba(24, 56, 15, 0.035);
}

.knowledge-sidebar__card {
  padding: 17px;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(251, 252, 248, 0.97));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.knowledge-sidebar__card h2,
.knowledge-sidebar__card h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  line-height: 1.15;
}

.knowledge-sidebar__card p {
  margin: 0 0 12px;
  color: var(--cab-ink-soft);
  line-height: 1.62;
}

.knowledge-sidebar__nav {
  display: grid;
  gap: 7px;
}

.knowledge-sidebar__nav a,
.knowledge-sidebar__related a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 13px;
  border: 1px solid rgba(35, 61, 20, 0.08);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 242, 0.98));
  color: var(--cab-ink);
  font-weight: 600;
  line-height: 1.38;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.knowledge-sidebar__nav a {
  min-height: 44px;
}

.knowledge-sidebar__nav a::after,
.knowledge-sidebar__related a::after {
  content: "\2192";
  color: var(--cab-secondary);
}

.knowledge-sidebar__nav a:hover,
.knowledge-sidebar__nav a:focus-visible,
.knowledge-sidebar__related a:hover,
.knowledge-sidebar__related a:focus-visible,
.knowledge-sidebar__contact .button:hover,
.knowledge-related-card:hover {
  transform: translateY(-1px);
  border-color: rgba(186, 215, 54, 0.38);
}

.knowledge-sidebar__nav a:hover,
.knowledge-sidebar__nav a:focus-visible {
  background: linear-gradient(180deg, rgba(248, 250, 242, 1), rgba(243, 247, 231, 0.98));
}

.knowledge-sidebar__contact {
  gap: 12px;
  background: linear-gradient(180deg, rgba(247, 250, 239, 0.98), rgba(255, 255, 255, 0.98));
}

.knowledge-sidebar__related {
  display: grid;
  gap: 7px;
}

.knowledge-sidebar__contact .button.button--ghost {
  border-color: rgba(35, 61, 20, 0.1);
}

.knowledge-sidebar__contact .button,
.knowledge-hub-card__link.button {
  width: 100%;
  justify-content: center;
}

.knowledge-bottom {
  display: grid;
  gap: 18px;
  padding: 16px 0 34px;
}

.knowledge-related {
  padding: 24px 26px;
}

.knowledge-related__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.knowledge-related__header h2 {
  margin: 0;
  font-size: clamp(1.85rem, 2.8vw, 2.6rem);
  line-height: 0.98;
  text-wrap: balance;
}

.knowledge-related__header p {
  max-width: 58ch;
  margin: 0;
  color: var(--cab-ink-soft);
}

.knowledge-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.knowledge-related-card {
  display: grid;
  gap: 14px;
  grid-template-rows: auto auto auto 1fr auto;
  height: 100%;
  padding: 18px;
  border: 1px solid rgba(35, 61, 20, 0.08);
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 242, 0.96));
  box-shadow: 0 12px 24px rgba(24, 56, 15, 0.026);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.knowledge-related-card img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.knowledge-related-card span {
  color: var(--cab-secondary);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.knowledge-related-card h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.2;
  text-wrap: balance;
}

.knowledge-related-card p {
  margin: 0;
  color: var(--cab-ink-soft);
  line-height: 1.62;
}

.knowledge-related-card strong {
  color: var(--cab-secondary);
  font-weight: 700;
  align-self: end;
}

.knowledge-end-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 24px 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 234, 0.98)),
    url("/cab_website_assets/illustrations/optimized/subpage-hero-background.webp") center/cover no-repeat;
  box-shadow: 0 18px 34px rgba(24, 56, 15, 0.04);
}

.knowledge-end-cta__copy {
  display: grid;
  gap: 10px;
  max-width: 62ch;
}

.knowledge-end-cta__copy h2 {
  margin: 0;
  font-size: clamp(1.9rem, 2.8vw, 2.7rem);
  line-height: 1.02;
  text-wrap: balance;
}

.knowledge-end-cta__copy p {
  margin: 0;
  color: var(--cab-ink-soft);
}

.knowledge-end-cta__actions {
  display: grid;
  gap: 10px;
  justify-items: end;
  align-content: center;
}

.knowledge-end-cta__actions .button:first-child {
  min-width: 240px;
}

.knowledge-hub__hero .knowledge-hero__title {
  max-width: 10.8ch;
}

.knowledge-hub__hero .knowledge-hero__text {
  max-width: 58ch;
}

.knowledge-hub__hero .knowledge-hero__spotlight {
  max-width: 372px;
}

.knowledge-page .knowledge-hero-wrap {
  padding: 10px 0 2px;
}

.knowledge-page .knowledge-hero {
  gap: 12px;
  padding: clamp(14px, 1.6vw, 18px);
}

.knowledge-page .knowledge-hero__grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.68fr);
  gap: clamp(12px, 1.1vw, 14px);
  align-items: center;
}

.knowledge-page .knowledge-hero__copy {
  gap: 7px;
  max-width: 700px;
}

.knowledge-page .knowledge-hero__copy .eyebrow {
  margin-bottom: 0;
}

.knowledge-page .knowledge-hero__title {
  max-width: 13.6ch;
  font-size: clamp(2.22rem, 3.5vw, 3.45rem);
  line-height: 0.96;
}

.knowledge-page .knowledge-hero__text {
  max-width: 62ch;
  font-size: 0.96rem;
  line-height: 1.58;
}

.knowledge-page .knowledge-meta {
  gap: 6px;
  margin-top: 2px;
}

.knowledge-page .knowledge-meta__item {
  min-height: 32px;
  padding: 6px 10px;
  font-size: 0.78rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.knowledge-page .knowledge-hero__spotlight {
  max-width: 356px;
  gap: 8px;
  padding: 10px;
  justify-self: start;
  align-self: center;
}

.knowledge-page .knowledge-hero__spotlight-media img {
  height: 100%;
}

.knowledge-page .knowledge-hero__spotlight-media {
  aspect-ratio: 1.5;
  min-height: clamp(208px, 18vw, 246px);
}

.knowledge-hero__spotlight-media img[src*="prescription-documents-photo.webp"],
.knowledge-hero__spotlight-media img[src*="knowledge-cannabis-prescription-hero.webp"],
.knowledge-hero__spotlight-media img[src*="knowledge-e-prescription-hero.webp"] {
  object-position: center 52%;
}

.knowledge-hero__spotlight-media img[src*="knowledge-medical-cannabis-hero.webp"],
.knowledge-hero__spotlight-media img[src*="knowledge-order-hero.webp"] {
  object-position: center 50%;
}

.knowledge-hero__spotlight-media img[src*="knowledge-travel-hero.webp"] {
  object-position: center 56%;
}

.knowledge-hero__spotlight-media img[src*="knowledge-shipping-pickup-hero.webp"] {
  object-position: center 48%;
}

.knowledge-hero__spotlight-media img[src*="knowledge-flower-extract-hero.webp"] {
  object-position: center 44%;
}

.knowledge-page .knowledge-hero__spotlight-copy {
  gap: 4px;
}

.knowledge-page .knowledge-mini-tag {
  padding: 5px 8px;
  font-size: 0.68rem;
}

.knowledge-page .knowledge-hero__spotlight h2,
.knowledge-page .knowledge-hero__spotlight h3 {
  font-size: 1.18rem;
  line-height: 1.05;
}

.knowledge-page .knowledge-hero__spotlight p {
  font-size: 0.86rem;
  line-height: 1.45;
}

.knowledge-page .knowledge-summary {
  padding: 20px 22px 22px;
  border-color: rgba(35, 61, 20, 0.075);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(248, 250, 242, 0.95));
  box-shadow: 0 16px 30px rgba(24, 56, 15, 0.032);
}

.knowledge-page .knowledge-summary,
.knowledge-page .knowledge-layout,
.knowledge-page .knowledge-bottom {
  width: min(100%, 1240px);
  margin-inline: auto;
}

.knowledge-page .knowledge-summary-section {
  padding: 6px 0 10px;
}

.knowledge-page .knowledge-summary__grid {
  gap: 14px;
}

.knowledge-page .knowledge-keyfact {
  gap: 8px;
  padding: 20px 18px 18px;
  border-color: rgba(35, 61, 20, 0.07);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(249, 251, 244, 0.965));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    0 12px 22px rgba(24, 56, 15, 0.022);
}

.knowledge-page .knowledge-keyfact::before {
  width: 2px;
  opacity: 0.82;
}

.knowledge-page .knowledge-keyfact__number {
  width: 32px;
  height: 32px;
  margin-bottom: 2px;
  box-shadow:
    inset 0 0 0 1px rgba(186, 215, 54, 0.12),
    0 4px 10px rgba(24, 56, 15, 0.035);
}

.knowledge-page .knowledge-keyfact h3 {
  font-size: 1.2rem;
  line-height: 1.2;
}

.knowledge-page .knowledge-keyfact p {
  font-size: 0.96rem;
  line-height: 1.62;
}

.knowledge-page .knowledge-layout-wrap {
  padding: 6px 0 0;
}

.knowledge-page .knowledge-layout {
  grid-template-columns: minmax(0, 884px) minmax(286px, 318px);
  justify-content: space-between;
  gap: clamp(22px, 2.3vw, 28px);
}

.knowledge-page .knowledge-article-shell {
  border-color: rgba(35, 61, 20, 0.065);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 16px 28px rgba(24, 56, 15, 0.026);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(252, 253, 250, 0.988));
}

.knowledge-page .knowledge-article {
  padding: clamp(30px, 2.7vw, 38px);
}

.knowledge-page .knowledge-article > section > * {
  max-width: 72ch;
}

.knowledge-page .knowledge-article > section > ul,
.knowledge-page .knowledge-article > section > ol {
  max-width: 69ch;
}

.knowledge-page .knowledge-article section + section {
  margin-top: 30px;
  padding-top: 28px;
  border-top-color: rgba(35, 61, 20, 0.05);
}

.knowledge-page .knowledge-article h2 {
  margin-bottom: 12px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.knowledge-page .knowledge-article h3 {
  margin: 22px 0 10px;
}

.knowledge-page .knowledge-article p,
.knowledge-page .knowledge-article li {
  line-height: 1.76;
}

.knowledge-page .knowledge-article p {
  margin-bottom: 14px;
}

.knowledge-page .knowledge-article ul,
.knowledge-page .knowledge-article ol {
  margin: 6px 0 14px;
  padding-left: 1.22rem;
}

.knowledge-page .knowledge-article li + li {
  margin-top: 8px;
}

.knowledge-page .knowledge-article section:last-child {
  margin-top: 28px;
  padding: 20px 22px 6px;
  border-color: rgba(35, 61, 20, 0.07);
  background: linear-gradient(180deg, rgba(248, 250, 242, 0.82), rgba(255, 255, 255, 0.99));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.knowledge-page .knowledge-sidebar {
  gap: 12px;
  width: 100%;
  max-width: 318px;
  justify-self: end;
  padding: 14px;
  border-color: rgba(35, 61, 20, 0.065);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.982), rgba(249, 251, 245, 0.964));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    0 16px 26px rgba(24, 56, 15, 0.024);
}

.knowledge-page .knowledge-sidebar__card {
  padding: 16px;
  border-color: rgba(35, 61, 20, 0.06);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.996), rgba(251, 252, 249, 0.984));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 5px 10px rgba(24, 56, 15, 0.014);
}

.knowledge-page .knowledge-sidebar__card h2,
.knowledge-page .knowledge-sidebar__card h3 {
  margin-bottom: 11px;
}

.knowledge-page .knowledge-sidebar__nav,
.knowledge-page .knowledge-sidebar__related {
  gap: 8px;
}

.knowledge-page .knowledge-sidebar__nav a,
.knowledge-page .knowledge-sidebar__related a {
  min-height: 46px;
  padding: 11px 13px;
  border-color: rgba(35, 61, 20, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.992), rgba(249, 251, 245, 0.988));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
  line-height: 1.34;
}

.knowledge-page .knowledge-related {
  padding: 26px 26px 24px;
  border-color: rgba(35, 61, 20, 0.07);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.992), rgba(248, 250, 243, 0.972));
  box-shadow: 0 18px 30px rgba(24, 56, 15, 0.028);
}

.knowledge-page .knowledge-related__header {
  align-items: end;
  gap: 18px;
  margin-bottom: 20px;
}

.knowledge-page .knowledge-related__header > div {
  display: grid;
  gap: 6px;
}

.knowledge-page .knowledge-related__header p {
  max-width: 54ch;
  line-height: 1.64;
}

.knowledge-page .knowledge-related__grid {
  gap: 15px;
  align-items: stretch;
}

.knowledge-page .knowledge-related-card {
  gap: 11px;
  grid-template-rows: 46px auto auto 1fr auto;
  padding: 20px 19px 18px;
  border-color: rgba(35, 61, 20, 0.07);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.996), rgba(249, 251, 244, 0.972));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 14px 24px rgba(24, 56, 15, 0.02);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.knowledge-page .knowledge-related-card img {
  width: 46px;
  height: 46px;
  align-self: start;
}

.knowledge-page .knowledge-related-card span {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.knowledge-page .knowledge-related-card h3 {
  line-height: 1.16;
  min-height: 2.35em;
}

.knowledge-page .knowledge-related-card p {
  line-height: 1.64;
}

.knowledge-page .knowledge-related-card strong {
  margin-top: 2px;
}

.knowledge-page .knowledge-related-card:hover,
.knowledge-page .knowledge-related-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(186, 215, 54, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 18px 28px rgba(24, 56, 15, 0.03);
}

.knowledge-page .knowledge-bottom {
  gap: 18px;
  padding: 18px 0 40px;
}

.knowledge-page .knowledge-related,
.knowledge-page .knowledge-end-cta {
  width: 100%;
}

.knowledge-page .knowledge-end-cta {
  gap: 20px;
  padding: 24px 26px;
  border-color: rgba(35, 61, 20, 0.075);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.994), rgba(245, 248, 236, 0.978)),
    url("/cab_website_assets/illustrations/optimized/subpage-hero-background.webp") center/cover no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 18px 30px rgba(24, 56, 15, 0.03);
}

.knowledge-page .knowledge-end-cta__copy {
  gap: 9px;
  max-width: 60ch;
}

.knowledge-page .knowledge-end-cta__copy h2 {
  line-height: 1.04;
}

.knowledge-page .knowledge-end-cta__copy p {
  line-height: 1.66;
}

.knowledge-page .knowledge-end-cta__actions {
  gap: 9px;
  justify-items: end;
  align-self: center;
}

.knowledge-page .knowledge-end-cta__actions .button {
  min-width: 228px;
  box-shadow: 0 10px 18px rgba(186, 215, 54, 0.12);
}

.knowledge-page .knowledge-end-cta__actions .button.button--ghost {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(35, 61, 20, 0.1);
  box-shadow: none;
}

.knowledge-page .knowledge-end-cta__actions .button:not(.button--ghost) {
  border-color: rgba(186, 215, 54, 0.82);
}

.knowledge-hub-index {
  padding: 8px 0 24px;
}

.knowledge-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.knowledge-hub-card {
  display: grid;
  gap: 14px;
  height: 100%;
  padding: 22px;
  border: 1px solid rgba(35, 61, 20, 0.08);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 239, 0.94));
  box-shadow: 0 14px 30px rgba(24, 56, 15, 0.04);
}

.knowledge-hub-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.knowledge-hub-card__header img {
  width: 42px;
  height: 42px;
  padding: 8px;
  border: 1px solid rgba(35, 61, 20, 0.07);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 232, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
  object-fit: contain;
}

.knowledge-hub-card__tag {
  color: var(--cab-secondary);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.knowledge-hub-card h2,
.knowledge-hub-card h3 {
  margin: 0;
  font-size: 1.38rem;
  line-height: 1.14;
}

.knowledge-hub-card p {
  margin: 0;
  color: var(--cab-ink-soft);
  line-height: 1.7;
}

.knowledge-hub-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.knowledge-hub-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(186, 215, 54, 0.12);
  color: var(--cab-secondary);
  font-size: 0.82rem;
  font-weight: 700;
}

.knowledge-hub-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

@media (max-width: 1080px) {
  .knowledge-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .knowledge-sidebar {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .knowledge-hero__grid,
  .knowledge-end-cta,
  .knowledge-hub-grid,
  .knowledge-related__grid,
  .knowledge-summary__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .knowledge-hero__copy,
  .knowledge-hero__spotlight,
  .knowledge-end-cta__copy {
    max-width: none;
  }

  .knowledge-end-cta__actions {
    justify-items: start;
  }

  .knowledge-page .knowledge-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  }

  .knowledge-page .knowledge-hero__title {
    max-width: 14.2ch;
  }
}

@media (max-width: 860px) {
  .knowledge-hero,
  .knowledge-summary,
  .knowledge-article,
  .knowledge-related,
  .knowledge-end-cta,
  .knowledge-hub-card,
  .knowledge-keyfact,
  .knowledge-sidebar__card {
    padding: 22px;
  }

  .knowledge-hero__grid,
  .knowledge-summary__grid,
  .knowledge-related__grid,
  .knowledge-hub-grid,
  .knowledge-end-cta {
    grid-template-columns: minmax(0, 1fr);
  }

  .knowledge-sidebar {
    grid-template-columns: minmax(0, 1fr);
  }

  .knowledge-note {
    grid-template-columns: minmax(0, 1fr);
  }

  .knowledge-end-cta__actions {
    justify-items: stretch;
  }

  .knowledge-end-cta__actions .button {
    width: 100%;
  }

  .knowledge-page .knowledge-hero-wrap {
    padding: 12px 0 6px;
  }

  .knowledge-page .knowledge-hero {
    gap: 12px;
    padding: 18px;
  }

  .knowledge-page .knowledge-hero__copy {
    gap: 8px;
  }

  .knowledge-page .knowledge-hero__title {
    max-width: none;
    font-size: clamp(2.1rem, 6vw, 3rem);
  }

  .knowledge-page .knowledge-hero__text,
  .knowledge-page .knowledge-meta {
    max-width: none;
  }

  .knowledge-page .knowledge-hero__spotlight {
    width: 100%;
    max-width: 420px;
    justify-self: start;
  }

  .knowledge-page .knowledge-hero__spotlight-media {
    min-height: clamp(228px, 56vw, 310px);
  }
}

@media (max-width: 900px) {
  .knowledge-page .knowledge-layout,
  .knowledge-page .knowledge-hero__grid,
  .knowledge-page .knowledge-summary__grid,
  .knowledge-page .knowledge-related__grid,
  .knowledge-page .knowledge-end-cta {
    grid-template-columns: minmax(0, 1fr);
  }

  .knowledge-page .knowledge-layout {
    gap: 18px;
  }

  .knowledge-page .knowledge-sidebar {
    position: static;
    top: auto;
    width: 100%;
    max-width: none;
    justify-self: stretch;
    grid-template-columns: minmax(0, 1fr);
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .knowledge-page .knowledge-hero,
  .knowledge-page .knowledge-summary,
  .knowledge-page .knowledge-article,
  .knowledge-page .knowledge-related,
  .knowledge-page .knowledge-end-cta,
  .knowledge-page .knowledge-keyfact,
  .knowledge-page .knowledge-sidebar__card {
    padding: 22px;
  }

  .knowledge-page .knowledge-hero,
  .knowledge-page .knowledge-end-cta,
  .knowledge-page .knowledge-related__header {
    gap: 14px;
  }

  .knowledge-page .knowledge-hero__copy,
  .knowledge-page .knowledge-hero__spotlight,
  .knowledge-page .knowledge-end-cta__copy,
  .knowledge-page .knowledge-hero__text,
  .knowledge-page .knowledge-meta {
    max-width: none;
  }

  .knowledge-page .knowledge-hero__title {
    max-width: none;
    font-size: clamp(2.1rem, 7vw, 3rem);
  }

  .knowledge-page .knowledge-hero__spotlight {
    width: 100%;
    justify-self: stretch;
    align-self: start;
  }

  .knowledge-page .knowledge-hero__spotlight-media {
    min-height: clamp(220px, 58vw, 310px);
  }

  .knowledge-page .knowledge-related__header {
    align-items: start;
  }

  .knowledge-page .knowledge-related__header > div {
    gap: 8px;
  }

  .knowledge-page .knowledge-related-card h3 {
    min-height: 0;
  }

  .knowledge-page .knowledge-end-cta__actions {
    justify-items: stretch;
  }

  .knowledge-page .knowledge-end-cta__actions .button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 600px) {
  .knowledge-page .knowledge-hero,
  .knowledge-page .knowledge-summary,
  .knowledge-page .knowledge-article,
  .knowledge-page .knowledge-related,
  .knowledge-page .knowledge-end-cta,
  .knowledge-page .knowledge-keyfact {
    padding: 18px;
  }

  .knowledge-page .knowledge-sidebar__card {
    padding: 16px;
  }

  .knowledge-page .knowledge-article {
    padding: 20px 18px;
  }

  .knowledge-page .knowledge-article section + section {
    margin-top: 24px;
    padding-top: 22px;
  }

  .knowledge-page .knowledge-article section:last-child {
    padding: 18px 18px 4px;
  }

  .knowledge-page .knowledge-meta__item {
    width: 100%;
    justify-content: flex-start;
  }
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-groups {
  display: grid;
  gap: 38px;
  width: min(100%, 980px);
  margin: 0 auto;
}

.faq-group {
  display: grid;
  gap: 16px;
  width: 100%;
  padding: 15px 16px 17px;
  border: 1px solid rgba(35, 61, 20, 0.055);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(250, 251, 247, 0.965));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 10px 22px rgba(24, 56, 15, 0.02);
}

.faq-group + .faq-group {
  padding-top: 6px;
}

.faq-group__heading {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  padding: 2px 2px 0;
}

.faq-group__heading::before {
  content: "Themenbereich";
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--cab-secondary);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
}

.faq-group__heading::after {
  content: "";
  width: 54px;
  height: 2px;
  margin-top: 2px;
  background: linear-gradient(90deg, rgba(186, 215, 54, 0.95), rgba(186, 215, 54, 0.18));
  border-radius: 999px;
}

.faq-group__heading h2 {
  margin: 0;
  font-family: var(--cab-font-heading);
  font-size: clamp(1.28rem, 1.8vw, 1.72rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--cab-dark);
}

.faq-group .faq-list {
  gap: 12px;
}

.faq-group .faq-list,
.faq-group__heading {
  width: min(100%, 900px);
  margin: 0 auto;
}

.faq-group .faq-item {
  max-width: 100%;
  border-color: rgba(35, 61, 20, 0.07);
  box-shadow: 0 6px 14px rgba(24, 56, 15, 0.014);
}

.faq-group .faq-item button {
  padding: 18px 20px;
}

.faq-group .faq-item__content {
  padding: 0 20px 20px;
}

body[data-nav="faq"] .cta-band {
  width: min(calc(100% - var(--cab-gutter)), 980px);
  margin: 30px auto 6px;
}

body[data-nav="faq"] .cta-band__box {
  padding: 26px 30px 27px;
  background: linear-gradient(135deg, #88a321 0%, #243a16 100%);
  box-shadow: 0 16px 28px rgba(24, 56, 15, 0.12);
}

body[data-nav="faq"] .cta-band__actions {
  margin-top: 22px;
}

.faq-item {
  overflow: hidden;
}

.faq-item button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  color: var(--cab-ink);
  font-weight: 700;
}

.faq-item button span:last-child {
  color: var(--cab-secondary);
}

.faq-item__content {
  padding: 0 22px 22px;
}

.faq-item__content[hidden] {
  display: none;
}

.contact-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-strip,
.notice {
  width: min(calc(100% - 40px), var(--cab-shell-narrow));
  margin: 0 auto;
}

.contact-card__meta {
  display: grid;
  gap: 8px;
}

.legal-note {
  margin-top: 24px;
  padding: 28px 30px;
  border: 1px solid #e3e8d8;
  border-left: 6px solid var(--cab-primary);
  border-radius: var(--cab-radius-xl);
  background: #ffffff;
  color: var(--cab-ink-soft);
  box-shadow: none;
}

.cta-band {
  margin-top: 34px;
}

.cta-band__box {
  padding: 32px;
  border-radius: var(--cab-radius-xl);
  background: linear-gradient(135deg, var(--cab-secondary), var(--cab-dark));
  color: #f4f8ee;
  box-shadow: var(--cab-shadow);
}

.cta-band__box h2 {
  font-family: var(--cab-font-heading);
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 1;
  margin: 0;
}

.cta-band__box p {
  color: rgba(244, 248, 238, 0.82);
  max-width: 58ch;
}

.section-band--dark .cta-band {
  width: min(calc(100% - 40px), var(--cab-shell));
  margin: 0 auto;
}

.section-band--dark .cta-band__box {
  min-height: 230px;
  padding: 42px 40px;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(31, 45, 9, 0.96) 0%, rgba(31, 45, 9, 0.95) 50%, rgba(31, 45, 9, 0.38) 100%),
    url("/cab_website_assets/illustrations/jpg/cannabis-field-hero.jpg") right center / cover no-repeat;
  box-shadow: none;
}

.section-band--dark .button {
  background: var(--cab-primary);
  border-color: var(--cab-primary);
  color: var(--cab-dark);
}

.section-band--dark .button--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.65);
  color: #ffffff;
}

.site-footer {
  padding: 0 0 32px;
  background: var(--cab-primary);
}

.site-footer__panel {
  padding: 50px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.18fr 0.92fr 1fr;
  gap: 36px 64px;
  align-items: start;
}

.site-footer__column {
  display: grid;
  align-content: start;
}

.site-footer__grid h3 {
  color: var(--cab-dark);
  font-size: 0.95rem;
  font-family: var(--cab-font-body);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.site-footer__column--brand > p {
  max-width: 34ch;
}

.site-footer__grid p,
.site-footer__grid li,
.site-footer__grid a,
.site-footer__bottom {
  color: rgba(31, 45, 9, 0.9);
  font-size: 1rem;
  line-height: 1.6;
}

.site-footer__brand {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.site-footer__brand-logo {
  width: 58px;
  height: auto;
}

.site-footer__brand-copy {
  display: grid;
  gap: 2px;
}

.site-footer__brand-copy strong,
.site-footer__brand-copy span {
  color: var(--cab-dark);
}

.site-footer__brand-copy strong {
  font-size: 1.65rem;
  line-height: 1;
  font-family: var(--cab-font-heading);
}

.site-footer__brand-copy span {
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.4;
}

.site-footer__stack {
  margin-top: 22px;
}

.site-footer__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 48px;
  margin-top: 26px;
  padding: 0 22px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: var(--cab-radius-sm);
  background: var(--cab-dark);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: none;
  box-shadow: 0 10px 20px rgba(31, 45, 9, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-footer__action:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(31, 45, 9, 0.18);
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: var(--cab-radius-sm);
  background: rgba(255, 255, 255, 0.24);
  color: var(--cab-dark);
  font-size: 0.9rem;
  font-weight: 700;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.site-footer__regions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: fit-content;
  gap: 6px 16px;
  align-items: start;
}

.site-footer__regions li {
  min-width: 0;
}

.site-footer__regions a {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.4;
}

.site-footer__media-row {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 18px 28px;
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid rgba(31, 45, 9, 0.18);
}

.site-footer__seal {
  height: 82px;
  width: auto;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 6px;
}

.site-footer__seal--medicon {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.site-footer__membership {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.site-footer__membership-link {
  display: inline-flex;
  width: fit-content;
  line-height: 0;
}

.site-footer__seal--vca {
  height: 66px;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.badge-row {
  align-self: center;
  min-height: auto;
  align-items: center;
  gap: 8px;
}

.site-footer__bottom {
  margin-top: 20px;
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
}

.site-footer__tag {
  width: clamp(190px, 13vw, 225px);
  height: auto;
  position: relative;
  top: -34px;
  margin-bottom: -78px;
  align-self: flex-end;
  margin-top: 0;
}

.legal-page {
  width: min(calc(100% - 40px), var(--cab-shell-narrow));
  padding: 24px 0 70px;
}

.legal-content {
  padding: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.legal-content h1 {
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  margin-bottom: 18px;
}

.legal-content h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  margin-top: 28px;
  margin-bottom: 8px;
}

.legal-content ul {
  margin: 0;
}

.legal-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.home-main .button,
.home-main .button:hover {
  text-transform: none;
  letter-spacing: 0;
}

.home-hero-wrap {
  position: relative;
  width: 100%;
  padding: 2px 0 18px;
}

.home-hero-wrap::before {
  display: none;
}

.home-main .hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background:
    url("/cab_website_assets/illustrations/optimized/about-hero-background.webp") 72% 56% / cover no-repeat,
    linear-gradient(180deg, rgba(252, 250, 244, 0.98), rgba(246, 241, 231, 0.98));
  box-shadow: 0 14px 30px rgba(31, 47, 18, 0.06);
}

.home-main .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 24%, rgba(255, 255, 255, 0.66), transparent 31%),
    linear-gradient(90deg, rgba(249, 244, 234, 0.92) 0%, rgba(249, 244, 234, 0.86) 20%, rgba(249, 244, 234, 0.54) 38%, rgba(249, 244, 234, 0.18) 54%, rgba(249, 244, 234, 0) 70%);
  pointer-events: none;
}

.home-main .hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  background: linear-gradient(180deg, rgba(246, 241, 231, 0) 0%, rgba(246, 241, 231, 0.72) 72%, rgba(246, 241, 231, 0.92) 100%);
  pointer-events: none;
}

.home-hero__inner {
  position: relative;
  display: block;
  width: min(calc(100% - var(--cab-gutter)), var(--cab-content-shell));
  margin: 0 auto;
  min-height: clamp(540px, 34vw, 600px);
}

.home-hero__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  max-width: min(100%, 812px);
  background: transparent;
  padding: clamp(34px, 3vw, 46px) clamp(20px, 1.7vw, 28px) clamp(28px, 2vw, 32px) clamp(16px, 1.2vw, 22px);
}

.home-main .hero__title {
  max-width: 22ch;
  margin-top: 0;
  color: var(--text-green);
  font-size: clamp(1.08rem, 1.05vw, 1.28rem);
  line-height: 1.08;
  letter-spacing: -0.005em;
}

.home-hero__claim {
  max-width: 13.7ch;
  margin: 0;
  color: var(--text-green);
  font-family: var(--cab-font-heading);
  font-size: clamp(3.45rem, 4.45vw, 5.05rem);
  font-weight: 700;
  line-height: 0.97;
  letter-spacing: -0.04em;
  text-wrap: pretty;
}

.home-hero__claim-line {
  display: block;
}

.home-hero__claim-line--accent {
  color: var(--forest-green);
}

.home-main .hero__lead {
  display: none;
}

.home-main .hero__actions {
  gap: 18px;
  width: fit-content;
  margin-top: 16px;
  align-items: center;
}

.home-hero__actions .button {
  min-width: 186px;
  min-height: 54px;
  padding: 0 28px;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 0;
}

.home-hero__actions .button {
  background: #BAD736;
  border-color: #BAD736;
  color: var(--forest-green);
  box-shadow: none;
}

.home-hero__actions .button--ghost {
  background: rgba(255, 252, 245, 0.92);
  border-color: rgba(186, 215, 54, 0.8);
  color: var(--forest-green);
}

.home-hero__visual {
  display: none;
}

.home-hero__visual::before {
  content: none;
}

.home-hero__visual::after {
  content: none;
}

.home-hero__benefits {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: stretch;
  justify-content: flex-start;
  width: min(100%, 652px);
  max-width: 652px;
  margin-top: 18px;
  margin-left: 1px;
  padding-top: 0;
  border-top: 0;
}

.home-hero__benefit {
  display: inline-grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 66px;
  flex: 0 1 200px;
  max-width: 200px;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background: transparent;
  box-shadow: none;
}

.home-hero__benefit:first-child {
  flex-basis: 244px;
  max-width: 244px;
}

.home-hero__benefit + .home-hero__benefit {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.home-hero__benefit > div {
  display: grid;
  gap: 4px;
  min-width: 0;
  align-content: center;
  align-self: center;
  justify-items: start;
}

.home-hero__benefit:first-child > div {
  gap: 5px;
}

.home-hero__benefit-icon,
.home-hero__benefit img {
  width: 66px;
  height: 66px;
  min-width: 66px;
  min-height: 66px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(31, 45, 9, 0.09);
  opacity: 1;
}

.home-hero__benefit-icon svg {
  width: 38px;
  height: 38px;
  display: block;
  flex: 0 0 auto;
  overflow: visible;
}

.home-hero__benefit-icon svg path,
.home-hero__benefit-icon svg circle {
  fill: none;
  stroke: #17380f;
  stroke-width: 9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-hero__benefit-icon svg text {
  fill: #17380f;
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.home-hero__benefit-icon .home-hero__benefit-icon-accent {
  stroke: #bad736;
  stroke-width: 10;
}

.home-hero__benefit h2 {
  margin: 0;
  color: var(--text-green);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.18;
  overflow-wrap: normal;
}

.home-hero__benefit p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.22;
}

.home-hero__benefit:first-child p {
  max-width: 18ch;
  line-height: 1.28;
}

.home-sections {
  padding-bottom: 0;
}

.home-sections .section-band {
  padding: 62px 0;
}

.home-sections > .section-band:first-child {
  padding-top: 30px;
}

.home-sections > .section-band:not(.section-band--dark):nth-of-type(odd) {
  background: var(--section-cream);
}

.home-sections > .section-band:not(.section-band--dark):nth-of-type(even) {
  background: #ffffff;
}

.home-sections > .section-band.trust-mockup-band {
  width: 100%;
  background: #bad736 !important;
}

.home-section__header {
  margin-bottom: 30px;
}

.home-section__header h2 {
  color: var(--text-green);
}

.home-card,
.knowledge-card {
  border-radius: var(--cab-radius-lg);
  border-color: rgba(29, 53, 22, 0.045);
  box-shadow: none;
}

.home-card h3,
.knowledge-card h3 {
  color: var(--text-green);
  max-width: 15ch;
  font-size: 1.48rem;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.home-card p,
.knowledge-card p,
.consulting-panel__card p,
.consulting-panel__list,
.consulting-fact a,
.consulting-fact strong,
.legal-note {
  font-size: 0.96rem;
  line-height: 1.62;
}

.home-card p,
.knowledge-card p {
  margin: 0;
  max-width: 34ch;
  color: var(--text-muted);
}

.home-card:hover,
.knowledge-card:hover {
  transform: none;
  box-shadow: none;
}

.consulting-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  scroll-margin-top: calc(var(--cab-header-height) + 32px);
}

.consulting-showcase__intro {
  display: grid;
  align-content: start;
  gap: 0;
  padding-top: 0;
}

.consulting-showcase__intro h2 {
  margin: 2px 0 8px;
  color: var(--text-green);
  font-family: var(--cab-font-heading);
  font-size: clamp(2.72rem, 3.52vw, 3.45rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.consulting-showcase__intro h2 span {
  display: block;
}

.consulting-showcase__intro p {
  max-width: 38ch;
  margin: 0 0 3px;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.68;
}

.consulting-showcase__intro p + p {
  margin-top: 2px;
}

.consulting-showcase__contacts {
  display: grid;
  grid-template-columns: minmax(0, 25%) minmax(0, 38%) minmax(0, 37%);
  gap: 0;
  margin-top: 1px;
  padding-top: 5px;
  border-top: 1px solid rgba(29, 53, 22, 0.08);
  align-items: stretch;
  justify-self: start;
  width: 100%;
}

.consulting-contact-card {
  display: grid;
  align-content: start;
  gap: 3px;
  min-height: 64px;
  padding: 1px 14px 1px 0;
  height: 100%;
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.team-section .consulting-contact-card {
  gap: 9px;
}

.consulting-contact-card + .consulting-contact-card {
  padding: 1px 14px;
  border-left: 1px solid rgba(29, 53, 22, 0.08);
}

.consulting-contact-card:last-child {
  padding-right: 0;
}

.consulting-icon-badge {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 999px;
  background: #f3f8de;
  border: 1px solid rgba(186, 215, 54, 0.35);
  color: #17380f;
  overflow: hidden;
}

.consulting-icon-badge svg {
  display: block;
  width: 19px;
  height: 19px;
  opacity: 1;
  filter: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.team-section .contact-icon {
  width: 38px;
  height: 38px;
}

.team-section .feature-icon {
  width: 34px;
  height: 34px;
}

.team-section .contact-icon svg,
.team-section .feature-icon svg {
  opacity: 1;
  color: #17380f;
}

.team-section .contact-icon svg {
  width: 27px !important;
  height: 27px !important;
  min-width: 27px !important;
  min-height: 27px !important;
  stroke-width: 2.4 !important;
}

.team-section .feature-icon svg {
  width: 25px !important;
  height: 25px !important;
  min-width: 25px !important;
  min-height: 25px !important;
  stroke-width: 2.3 !important;
}

.consulting-icon-badge--list {
  width: 28px;
  height: 28px;
}

.consulting-icon-badge--list svg {
  width: 18px;
  height: 18px;
}

.consulting-contact-card span {
  color: var(--text-muted);
  font-size: 0.69rem;
  font-weight: 700;
  line-height: 1.24;
}

.consulting-contact-card a,
.consulting-contact-card strong {
  display: block;
  color: var(--text-green);
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.28;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: none;
}

.consulting-contact-card:nth-child(2) a {
  font-size: 0.8rem;
  line-height: 1.18;
}

.consulting-showcase__card {
  display: grid;
  align-content: start;
  padding: 15px 15px 13px;
  border: 1px solid rgba(29, 53, 22, 0.075);
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(24, 56, 15, 0.035);
}

.consulting-showcase__side {
  display: grid;
  gap: 14px;
  align-content: start;
}

.consulting-showcase__side > * {
  width: 100%;
}

.consulting-showcase__content {
  padding-top: 0;
}

.consulting-showcase__content h3 {
  margin: 0 0 12px;
  color: var(--text-green);
  font-family: var(--cab-font-heading);
  font-size: clamp(1.58rem, 1.75vw, 1.9rem);
  line-height: 1.08;
}

.consulting-showcase__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 14px;
}

.consulting-showcase__item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid rgba(29, 53, 22, 0.08);
}

.consulting-showcase__item:first-child {
  border-top: 0;
  padding-top: 0;
}

.consulting-showcase__item:nth-child(2) {
  border-top: 0;
  padding-top: 0;
}

.consulting-showcase__item p {
  margin: 0;
  color: var(--text-green);
  font-size: 0.91rem;
  font-weight: 650;
  line-height: 1.48;
}

.team-section .consulting-showcase__contacts,
.team-section .consulting-showcase__list {
  align-items: start;
}

.consulting-showcase__photo {
  margin: 0;
  display: grid;
}

.consulting-showcase__photo img {
  width: 100%;
  height: clamp(268px, 23vw, 288px);
  max-height: 288px;
  border-radius: 4px;
  object-fit: cover;
  object-position: center 47%;
  border: 1px solid rgba(29, 53, 22, 0.055);
  display: block;
}

@media (max-width: 1140px) {
  .consulting-showcase {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .consulting-showcase__contacts {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 0;
    border-top: 0;
  }

  .consulting-contact-card,
  .consulting-contact-card + .consulting-contact-card,
  .consulting-contact-card:last-child {
    padding: 8px 0;
    border-left: 0;
    border-top: 1px solid rgba(29, 53, 22, 0.08);
  }

  .consulting-contact-card:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .consulting-showcase__list {
    grid-template-columns: 1fr;
  }

  .consulting-showcase__item:nth-child(2) {
    border-top: 1px solid rgba(29, 53, 22, 0.07);
    padding-top: 8px;
  }

  .consulting-showcase__brand {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .consulting-showcase__brand p {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 860px) {
  .consulting-showcase__intro p {
    max-width: none;
  }

  .consulting-showcase__photo img {
    height: 300px;
  }
}

@media (max-width: 560px) {
  .consulting-showcase__intro h2 {
    max-width: none;
    font-size: clamp(2.4rem, 10vw, 3rem);
    line-height: 1.04;
  }

  .consulting-contact-card {
    padding: 16px 14px;
  }

  .consulting-showcase__item {
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 12px;
  }

  .consulting-icon-badge {
    width: 28px;
    height: 28px;
  }

  .consulting-icon-badge svg {
    width: 17px;
    height: 17px;
  }

  .consulting-showcase__item svg {
    width: 16px;
    height: 16px;
  }

  .team-section .contact-icon {
    width: 38px;
    height: 38px;
  }

  .team-section .feature-icon {
    width: 34px;
    height: 34px;
  }

  .team-section .contact-icon svg {
    width: 27px !important;
    height: 27px !important;
    min-width: 27px !important;
    min-height: 27px !important;
  }

  .team-section .feature-icon svg {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important;
  }

  .consulting-showcase__photo img {
    height: 240px;
  }
}

.home-process-overview {
  gap: 30px;
  align-items: end;
}

.home-process-overview__art {
  padding: 24px;
  border-radius: var(--cab-radius-lg);
  border: 1px solid rgba(29, 53, 22, 0.045);
  background: rgba(255, 255, 255, 0.9);
}

.home-process-grid {
  position: relative;
  gap: 20px;
}

.home-process-grid::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, rgba(186, 215, 54, 0.14), rgba(186, 215, 54, 0.55), rgba(186, 215, 54, 0.14));
}

.home-process-grid .process-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 12px;
  height: 100%;
  padding: 24px 22px 22px;
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(29, 53, 22, 0.045);
}

.home-process-grid .process-card__head {
  align-items: center;
  gap: 12px;
  min-height: 48px;
}

.home-process-grid .process-card__icon {
  width: 48px;
  height: 48px;
  padding: 8px;
  border-radius: var(--cab-radius-sm);
  background: rgba(250, 250, 248, 0.94);
}

.home-process-grid .process-card__count {
  border: 1px solid rgba(186, 215, 54, 0.12);
  background: rgba(186, 215, 54, 0.045);
  color: var(--forest-green);
}

.home-process-grid .process-card h3 {
  max-width: 12ch;
  margin: 0;
  font-size: 1.34rem;
  line-height: 1.08;
  text-wrap: balance;
}

.home-process-grid .process-card p {
  max-width: none;
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.58;
}

.home-legal-note {
  margin-top: 28px;
  border-radius: var(--cab-radius-lg);
  border: 1px solid rgba(29, 53, 22, 0.045);
  background: #ffffff;
}

.order-journey {
  display: grid;
  gap: 4px;
  padding: 22px 28px 18px;
  border: 1px solid rgba(186, 215, 54, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 249, 244, 0.94));
  box-shadow: 0 14px 30px rgba(24, 56, 15, 0.04);
}

.order-journey__header {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.order-journey__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 4px 17px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(245, 247, 234, 0.96), rgba(241, 243, 231, 0.92));
  color: #9bb60d;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.order-journey__pill::before {
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: center / contain no-repeat url("/cab_website_assets/icons/optimized/create-order-icon.png");
  filter: saturate(0.82);
}

.order-journey__header h2 {
  margin: 0;
  color: #14310f;
  font-family: var(--cab-font-heading);
  font-size: clamp(2.34rem, 3.9vw, 3.52rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.order-journey__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
  margin-top: 22px;
}

.order-journey__steps::before {
  display: none;
}

.order-journey-step {
  position: relative;
  display: grid;
  grid-template-rows: auto 58px minmax(3.3em, auto) minmax(7.4em, auto) auto;
  justify-items: center;
  row-gap: 8px;
  min-width: 0;
  padding: 0;
  text-align: center;
  align-content: start;
}

.order-journey-step__icon-wrap {
  display: grid;
  place-items: center;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(249, 250, 243, 0.98), rgba(248, 249, 241, 0.58) 58%, rgba(248, 249, 241, 0.14) 100%);
  border: 1px solid rgba(181, 202, 91, 0.56);
  box-shadow: 0 16px 30px rgba(157, 189, 16, 0.22);
}

.order-journey-step__icon {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.order-journey-step__line {
  position: relative;
  width: 100%;
  min-height: 58px;
  display: grid;
  place-items: center;
  overflow: visible;
  z-index: 1;
  margin-bottom: 0;
}

.order-journey-step__connector {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 14px);
  height: 32px;
  transform: translateY(-50%);
  background-image: url("/cab_website_assets/ui/svg/order-journey-connector.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 0;
}

.order-journey-step:last-child .order-journey-step__connector {
  display: none;
}

.order-journey-step__number {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #bad736;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(157, 189, 16, 0.34);
  font-size: 1.74rem;
  font-weight: 700;
  line-height: 1;
}

.order-journey-step h3 {
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #183512;
  font-size: clamp(1.26rem, 1.74vw, 1.5rem);
  line-height: 1.12;
  text-wrap: balance;
  min-height: 2.7em;
  max-width: 18.8ch;
  width: 100%;
  font-weight: 800;
}

.order-journey-step p {
  margin: 0;
  color: #4c5946;
  max-width: 24.6ch;
  font-size: 1.02rem;
  line-height: 1.46;
  text-wrap: pretty;
  width: 100%;
}

.order-journey-step:nth-child(2) p,
.order-journey-step:nth-child(3) p {
  max-width: 23.4ch;
}

.order-journey-step:nth-child(3) h3,
.order-journey-step:nth-child(3) p {
  max-width: 22.2ch;
}

.order-journey-step__email {
  margin-top: -32px !important;
  width: max-content;
  max-width: none;
  justify-self: center;
  color: #5f6c58;
  font-size: 0.88rem !important;
  line-height: 1.2 !important;
  text-align: center;
  white-space: nowrap;
}

.order-journey-step:nth-child(2) .order-journey-step__email {
  width: max-content;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.order-journey__note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
  padding: 11px 16px;
  border: 2px solid #bad736;
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(236, 244, 201, 0.64), rgba(247, 250, 229, 0.9));
  box-shadow:
    0 8px 18px rgba(157, 189, 16, 0.07),
    inset 0 0 0 1px rgba(255, 255, 255, 0.38);
}

.order-journey__note-icon {
  display: inline-grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 2px solid #bad736;
  color: #617607;
  background: rgba(186, 215, 54, 0.18);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.58),
    0 4px 8px rgba(157, 189, 16, 0.08);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1;
  align-self: center;
  justify-self: center;
}

.order-journey__note-body {
  display: block;
  align-self: center;
}

.order-journey__note p {
  margin: 0;
  color: #314028;
  font-size: 1rem;
  line-height: 1.42;
  align-self: center;
}

.order-journey__note-copy {
  max-width: none;
  text-wrap: pretty;
}

.order-journey__note strong {
  color: #16290d;
  font-weight: 600;
}

.home-knowledge-grid {
  gap: 22px;
}

.knowledge-showcase {
  --knowledge-grid-row: 208px;
  --knowledge-grid-gap: 22px;
  display: grid;
  gap: 14px;
}

.knowledge-showcase__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 252px;
  grid-template-rows: repeat(4, minmax(0, var(--knowledge-grid-row)));
  gap: var(--knowledge-grid-gap);
  align-items: stretch;
}

.knowledge-showcase__intro {
  display: grid;
  gap: 11px;
  align-content: start;
  grid-column: 1;
  grid-row: 1 / span 2;
  min-height: calc((var(--knowledge-grid-row) * 2) + var(--knowledge-grid-gap));
  padding: 10px 14px 12px 2px;
}

.knowledge-showcase__eyebrow {
  width: fit-content;
  padding-left: 32px;
  position: relative;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}

.knowledge-showcase__eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  background: url("/cab_website_assets/logos/svg/cab_heritage_compact_mark.svg") center / contain no-repeat;
  transform: translateY(-50%);
  opacity: 0.95;
}

.knowledge-showcase__intro h2 {
  margin: 0;
  color: var(--text-green);
  font-size: clamp(2.62rem, 3.35vw, 3.75rem);
  line-height: 1.01;
  letter-spacing: -0.04em;
  text-wrap: balance;
  max-width: 14.6ch;
}

.knowledge-showcase__intro p {
  margin: 0;
  max-width: 40ch;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.64;
}

.knowledge-panel {
  display: grid;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(29, 53, 22, 0.05);
  border-radius: var(--cab-radius-lg);
  box-shadow: 0 16px 34px rgba(31, 45, 9, 0.06);
  overflow: hidden;
}

.knowledge-panel--compact {
  grid-template-columns: 176px minmax(0, 1fr);
  min-height: var(--knowledge-grid-row);
  height: 100%;
  align-items: stretch;
}

.knowledge-panel--feature {
  align-content: start;
  min-height: calc((var(--knowledge-grid-row) * 3) + (var(--knowledge-grid-gap) * 2));
  height: 100%;
  border-color: rgba(29, 53, 22, 0.06);
  box-shadow: 0 22px 44px rgba(31, 45, 9, 0.072);
}

.knowledge-panel--compact-feature {
  grid-template-columns: 176px minmax(0, 1fr);
  min-height: var(--knowledge-grid-row);
  height: 100%;
  align-items: stretch;
}

.knowledge-panel--prescription-card {
  grid-column: 1;
  grid-row: 3;
}

.knowledge-panel--cannabis-card {
  grid-column: 1;
  grid-row: 4;
}

.knowledge-panel--travel-card {
  grid-column: 2;
  grid-row: 1 / span 3;
  grid-template-rows: 326px minmax(0, 1fr);
}

.knowledge-panel--extract-card {
  grid-column: 2;
  grid-row: 4;
}

.knowledge-panel__art {
  position: relative;
  display: grid;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(245, 242, 234, 0.92), rgba(255, 255, 255, 0.98));
}

.knowledge-panel__art img {
  width: 100%;
  height: 100%;
  display: block;
  min-width: 100%;
  object-fit: cover;
}

.knowledge-panel__art--document {
  display: grid;
  place-items: center;
  padding: 16px;
  background: linear-gradient(180deg, rgba(248, 246, 239, 0.96), rgba(255, 255, 255, 0.98));
}

.knowledge-panel__art--document img {
  width: 100%;
  max-width: 104px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 30px rgba(31, 45, 9, 0.12));
}

.knowledge-panel__art--image img {
  object-position: center 40%;
  transform: scale(1.025);
}

.knowledge-panel__art--prescription img {
  object-position: center 52%;
  transform: scale(1.01);
}

.knowledge-panel__art--feature {
  min-height: 0;
  height: 100%;
}

.knowledge-panel__image-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(245, 248, 230, 0.98);
  color: #6d8d0f;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.knowledge-panel__art--feature img {
  height: 100%;
  object-position: center 52%;
}

.knowledge-panel__art--extracts img {
  object-position: center 43%;
  transform: scale(1.01);
}

.knowledge-panel__body {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 20px 22px 19px;
}

.knowledge-panel--compact .knowledge-panel__body {
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 11px;
  padding: 20px 21px 20px;
}

.knowledge-panel__body--feature {
  gap: 11px;
  padding: 25px 25px 24px;
}

.knowledge-panel--travel-card .knowledge-panel__body--feature {
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 15px;
}

.knowledge-panel__kicker {
  color: #61790f;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.knowledge-panel h3 {
  margin: 0;
  color: var(--text-green);
  font-size: 1.42rem;
  line-height: 1.06;
  letter-spacing: -0.03em;
  text-wrap: balance;
  max-width: none;
}

.knowledge-panel--compact h3 {
  max-width: none;
  line-height: 1.09;
}

.knowledge-panel--feature h3 {
  max-width: 15ch;
  font-size: clamp(2.05rem, 2.3vw, 2.75rem);
  line-height: 1.01;
}

.knowledge-panel--travel-card h3 {
  max-width: 16.6ch;
}

.knowledge-panel p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.46;
  max-width: none;
}

.knowledge-panel--compact p {
  max-width: none;
  line-height: 1.5;
}

.knowledge-panel--compact .knowledge-panel__link {
  margin-top: 12px;
  align-self: end;
}

.knowledge-panel--travel-card .knowledge-panel__link {
  margin-top: 12px;
}

.knowledge-panel--compact-feature .knowledge-panel__body {
  padding-top: 20px;
}

.knowledge-panel--feature p {
  max-width: none;
  font-size: 0.86rem;
  line-height: 1.48;
}

.knowledge-panel__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  color: #61790f;
  font-size: 0.88rem;
  font-weight: 800;
  align-self: end;
}

.knowledge-panel__link::after {
  content: "\2192";
  font-size: 1.15rem;
  line-height: 1;
}

.knowledge-showcase .knowledge-sidebar {
  display: grid;
  gap: 12px;
  align-content: start;
  align-self: start;
  grid-column: 3;
  grid-row: 1 / span 3;
  padding-top: 2px;
}

.knowledge-showcase .knowledge-sidebar__card {
  display: grid;
  gap: 12px;
  padding: 19px 19px 18px;
  border: 1px solid rgba(29, 53, 22, 0.055);
  border-radius: var(--cab-radius-lg);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 34px rgba(31, 45, 9, 0.058);
}

.knowledge-showcase .knowledge-sidebar__card h3 {
  margin: 0;
  color: var(--text-green);
  font-size: clamp(1.4rem, 1.3vw, 1.7rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.knowledge-showcase .knowledge-sidebar__links {
  display: grid;
}

.knowledge-showcase .knowledge-sidebar__links a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 12px;
  align-items: center;
  gap: 11px;
  padding: 12px 0;
  color: var(--text-green);
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 1.34;
  border-top: 1px solid rgba(29, 53, 22, 0.08);
}

.knowledge-showcase .knowledge-sidebar__links a:first-child {
  border-top: 0;
  padding-top: 0;
}

.knowledge-showcase .knowledge-sidebar__links a::after {
  content: "\203A";
  color: var(--text-green);
  font-size: 1.22rem;
  line-height: 1;
  justify-self: end;
}

.knowledge-showcase .knowledge-sidebar__icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eff5d7;
  color: #17380f;
  flex-shrink: 0;
}

.knowledge-showcase .knowledge-sidebar__icon svg {
  width: 16px;
  height: 16px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.knowledge-showcase .knowledge-sidebar__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 40px;
  padding: 0 12px 0 14px;
  border: 0;
  border-radius: var(--cab-radius-lg);
  background: var(--cab-primary);
  color: var(--cab-dark);
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(186, 215, 54, 0.18);
}

.knowledge-showcase .knowledge-sidebar__cta::after {
  content: "\2192";
  font-size: 1.08rem;
  line-height: 1;
}

.knowledge-showcase .knowledge-sidebar__card--newsletter {
  align-content: start;
  min-height: 236px;
  padding-bottom: 17px;
}

.knowledge-showcase .knowledge-sidebar__newsletter-copy {
  display: grid;
  gap: 8px;
}

.knowledge-showcase .knowledge-sidebar__newsletter-copy p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.81rem;
  line-height: 1.4;
}

.knowledge-newsletter-art {
  position: relative;
  min-height: 136px;
  margin-top: 0;
  display: grid;
  align-items: center;
}

.knowledge-newsletter-art__svg {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(0.98);
  transform-origin: center center;
}

.knowledge-newsletter-art__svg path,
.knowledge-newsletter-art__svg rect,
.knowledge-newsletter-art__svg circle {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.knowledge-showcase .knowledge-sidebar__cta--newsletter {
  margin-top: 4px;
}

.knowledge-showcase__notice {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding: 12px 16px 12px 12px;
  border: 1px solid rgba(186, 215, 54, 0.34);
  border-left: 4px solid #bad736;
  border-radius: var(--cab-radius-lg);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 16px 36px rgba(31, 45, 9, 0.04);
}

.knowledge-showcase__notice-icon {
  width: 33px;
  height: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  border: 2px solid #93ab33;
  border-radius: 999px;
  color: #93ab33;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.knowledge-showcase__notice p {
  margin: 0;
  align-self: center;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .knowledge-showcase {
    --knowledge-grid-row: 192px;
  }

  .knowledge-showcase__main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: repeat(4, minmax(0, var(--knowledge-grid-row))) auto;
  }

  .knowledge-showcase .knowledge-sidebar {
    grid-column: 1 / -1;
    grid-row: 5;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .knowledge-showcase__main {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .knowledge-showcase__intro,
  .knowledge-panel--prescription-card,
  .knowledge-panel--cannabis-card,
  .knowledge-panel--travel-card,
  .knowledge-panel--extract-card,
  .knowledge-sidebar {
    grid-column: auto;
    grid-row: auto;
  }

  .knowledge-showcase__intro {
    padding: 0;
    min-height: 0;
  }

  .knowledge-showcase__intro h2,
  .knowledge-showcase__intro p {
    max-width: none;
  }

  .knowledge-panel--compact {
    grid-template-columns: 180px minmax(0, 1fr);
    min-height: 236px;
  }

  .knowledge-panel--compact-feature {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .knowledge-panel--travel-card {
    grid-template-rows: auto auto;
    min-height: 0;
  }

  .knowledge-panel__art--feature {
    min-height: 420px;
  }

  .knowledge-showcase .knowledge-sidebar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .knowledge-showcase {
    gap: 18px;
  }

  .knowledge-showcase__main,
  .knowledge-showcase .knowledge-sidebar {
    gap: 16px;
  }

  .knowledge-showcase__intro {
    gap: 14px;
  }

  .knowledge-showcase__intro h2 {
    font-size: clamp(2.35rem, 11vw, 3.35rem);
    line-height: 0.98;
  }

  .knowledge-showcase__intro p {
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .knowledge-panel--compact {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .knowledge-panel--compact-feature {
    grid-template-columns: 1fr;
  }

  .knowledge-panel--travel-card {
    grid-template-rows: auto auto;
    min-height: 0;
  }

  .knowledge-panel__art--document,
  .knowledge-panel__art--image {
    min-height: 200px;
  }

  .knowledge-panel__art--document {
    padding: 22px;
  }

  .knowledge-panel__art--document img {
    max-width: 116px;
  }

  .knowledge-panel__art--feature {
    min-height: 280px;
  }

  .knowledge-panel__image-badge {
    top: 16px;
    left: 16px;
    padding: 7px 13px;
    font-size: 0.75rem;
  }

  .knowledge-panel__body,
  .knowledge-panel__body--feature,
  .knowledge-showcase .knowledge-sidebar__card {
    padding: 22px 18px 20px;
  }

  .knowledge-panel__body {
    gap: 12px;
  }

  .knowledge-panel h3 {
    font-size: 1.28rem;
  }

  .knowledge-panel--feature h3 {
    max-width: none;
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .knowledge-panel p,
  .knowledge-panel--feature p,
  .knowledge-showcase .knowledge-sidebar__newsletter-copy p {
    max-width: none;
    font-size: 0.92rem;
    line-height: 1.56;
  }

  .knowledge-showcase .knowledge-sidebar__links a {
    grid-template-columns: 36px minmax(0, 1fr) 12px;
    gap: 10px;
    padding: 16px 0;
  }

  .knowledge-showcase .knowledge-sidebar__icon {
    width: 36px;
    height: 36px;
  }

  .knowledge-showcase .knowledge-sidebar__icon svg {
    width: 18px;
    height: 18px;
  }

  .knowledge-showcase .knowledge-sidebar__card--newsletter {
    min-height: 0;
  }

  .knowledge-newsletter-art {
    min-height: 158px;
  }

  .knowledge-showcase__notice {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 12px;
    padding: 16px 18px;
  }
}

.knowledge-card {
  overflow: hidden;
  padding: 0;
  display: grid;
  grid-template-rows: 224px minmax(0, 1fr);
  height: 100%;
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(29, 53, 22, 0.045);
}

.knowledge-card__media {
  height: 224px;
  background: linear-gradient(180deg, rgba(243, 244, 242, 0.96), rgba(255, 255, 255, 0.98));
}

.knowledge-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.knowledge-card__media--travel img {
  object-fit: cover;
}

.knowledge-card__body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 12px;
  padding: 22px 24px 22px;
}

.knowledge-card__media--graphic {
  display: grid;
  place-items: center;
  padding: 24px;
}

.document-visual {
  position: relative;
  width: min(100%, 320px);
  height: 100%;
  min-height: 160px;
}

.trust-grid {
  align-items: stretch;
}

.trust-card {
  grid-template-rows: auto auto 1fr;
  gap: 16px;
  height: 100%;
  padding: 24px 22px 22px;
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(29, 53, 22, 0.045);
}

.trust-card__top {
  align-items: start;
  min-height: 44px;
}

.trust-card h3 {
  max-width: 14ch;
  margin: 0;
}

.trust-card p {
  max-width: none;
  line-height: 1.58;
}

.quick-card__links {
  align-self: end;
  margin-top: 4px;
}

.knowledge-card .trust-card__kicker,
.trust-card__kicker,
.process-card__count,
.consulting-panel__label {
  white-space: nowrap;
}

.home-hero__benefit {
  grid-template-columns: 36px minmax(0, 1fr);
}

.home-hero__benefit h2 {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.18;
  text-wrap: balance;
}

.home-hero__benefit p {
  font-size: 0.8rem;
  line-height: 1.3;
}

.document-visual__paper {
  position: absolute;
  inset: 8px 48px 8px 22px;
  border-radius: var(--cab-radius-lg);
  background: #ffffff;
  border: 1px solid rgba(227, 234, 212, 0.96);
  box-shadow: 0 16px 26px rgba(24, 56, 15, 0.06);
}

.document-visual__line {
  position: absolute;
  left: 56px;
  right: 92px;
  height: 10px;
  border-radius: var(--cab-radius-sm);
  background: rgba(186, 215, 54, 0.42);
  top: 56px;
}

.document-visual__line--short {
  top: 84px;
  right: 132px;
  background: rgba(227, 234, 212, 0.92);
}

.document-visual__badge {
  position: absolute;
  bottom: 26px;
  left: 48px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: var(--cab-radius-md);
  background: var(--brand-green);
  color: var(--text-green);
  font-weight: 800;
  font-size: 1.4rem;
}

.document-visual__badge--outline {
  left: auto;
  right: 42px;
  background: transparent;
  border: 1px solid rgba(111, 135, 28, 0.36);
  color: var(--forest-green);
  font-size: 1.1rem;
}

.home-note-band {
  display: grid;
  gap: 12px;
  border-left-width: 4px;
  border-radius: var(--cab-radius-lg);
  background: #ffffff;
  box-shadow: none;
}

.home-note-band h2 {
  color: var(--text-green);
  margin: 0;
}

.home-note-band p {
  margin: 0;
}

.home-cta-band {
  background:
    linear-gradient(90deg, rgba(35, 61, 20, 0.91) 0%, rgba(35, 61, 20, 0.86) 46%, rgba(35, 61, 20, 0.5) 100%),
    url("/cab_website_assets/illustrations/jpg/cannabis-field-hero.jpg") center center / cover no-repeat;
}

.section-band--dark.home-cta-band {
  background:
    linear-gradient(90deg, rgba(35, 61, 20, 0.91) 0%, rgba(35, 61, 20, 0.86) 46%, rgba(35, 61, 20, 0.5) 100%),
    url("/cab_website_assets/illustrations/jpg/cannabis-field-hero.jpg") center center / cover no-repeat;
}

.home-cta-band .section-band__inner {
  width: min(calc(100% - var(--cab-gutter)), var(--cab-content-shell));
  background: transparent;
}

.home-cta-band .cta-band {
  width: 100%;
  margin: 0;
  min-height: 238px;
  display: grid;
  align-items: stretch;
  background: transparent;
}

.home-cta-box {
  min-height: 238px;
  width: 100%;
  margin: 0;
  display: grid;
  align-content: center;
  padding: 30px 0 28px;
  border-radius: 0;
  background: transparent;
}

.home-cta-band .home-cta-box {
  background: transparent;
  box-shadow: none;
}

.home-cta-box__content {
  width: min(100%, calc(var(--cab-content-shell) - clamp(56px, 5vw, 92px)));
  margin: 0 auto;
  display: grid;
  padding-left: 6px;
}

.home-cta-box__content > * {
  justify-self: start;
}

.home-cta-box .eyebrow {
  width: fit-content;
  margin-bottom: 11px;
  border-color: rgba(186, 215, 54, 0.24);
  background: rgba(186, 215, 54, 0.12);
  color: rgba(255, 255, 255, 0.92);
}

.home-cta-box h2 {
  max-width: 17ch;
}

.home-cta-box p {
  max-width: 58ch;
  margin-top: 15px;
  line-height: 1.7;
}

.home-cta-box .cta-band__actions {
  margin-top: 22px;
  gap: 14px;
}

main + [data-include="/partials/footer.html"] .site-footer__panel {
  padding-top: 44px;
}

[data-include="/partials/footer.html"] {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0;
  background: var(--brand);
}

.home-cta-band {
  margin-bottom: 0;
  padding-bottom: 0;
}

.site-footer {
  padding: 0 0 18px;
  background: var(--brand);
  border-top: 0;
}

.site-footer__panel {
  padding: 44px 0 0;
}

.site-footer__grid {
  gap: 34px 54px;
}

.site-footer__grid p,
.site-footer__grid li,
.site-footer__grid a,
.site-footer__bottom {
  color: rgba(29, 53, 22, 0.92);
}

.site-footer__action {
  border-color: rgba(29, 53, 22, 0.22);
  background: var(--deep-green);
  color: #ffffff !important;
  box-shadow: none;
}

.badge {
  background: rgba(255, 255, 255, 0.42);
}

@media (max-width: 1140px) {
  .contact-page__hero {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 24px 22px;
  }

  .contact-page__hero-aside {
    align-self: start;
  }

  .hero,
  .page-intro,
  .process-overview,
  .order-journey__steps,
  .story-layout,
  .article-layout,
  .site-footer__grid,
  .trust-grid,
  .quick-grid,
  .article-teasers,
  .regions-grid,
  .contact-strip {
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .order-journey {
    gap: 22px;
  }

  .order-journey__header h2 {
    max-width: 10ch;
  }

  .order-journey__steps {
    gap: 26px 22px;
  }

  .order-journey__steps::before {
    display: none;
  }

  .order-journey-step {
    max-width: 360px;
    margin: 0 auto;
  }

  .trust-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-section__grid .trust-feature-card:last-child {
    grid-column: 1 / -1;
  }

  .trust-section__secondary {
    grid-template-columns: 1fr;
  }

  .trust-mockup {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }

  .trust-mockup__intro {
    padding: 0;
    align-content: start;
    align-self: auto;
  }

  .trust-mockup__intro h2,
  .trust-mockup__lead {
    max-width: none;
  }

  .trust-mockup__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-mockup-card {
    min-height: 0;
  }

  .grid-3,
  .page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sticky-stack {
    position: static;
  }

  .page-intro__title,
  .section__header,
  .section {
    max-width: none;
  }

  .page-intro__text,
  .page-intro__actions,
  .page-intro__meta,
  .page-intro__aside {
    grid-column: 1 / -1;
  }

  .site-footer__media-row {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .badge-row {
    justify-content: flex-start;
  }

  .hero__visual {
    min-height: 470px;
  }

  .hero__scene-orbit {
    left: 50%;
    transform: translateX(-50%);
  }

  .hero__scene-glow {
    left: 50%;
    transform: translateX(-50%);
  }

  .hero__scene-mark {
    left: 50%;
    transform: translateX(-50%);
  }

  .hero__visual-card {
    align-self: center;
  }

  .home-hero-wrap {
    width: min(calc(100% - 10px), 100%);
  }

  .home-main .hero {
    padding: 0;
  }

  .home-hero__inner {
    min-height: 500px;
  }

  .home-hero__panel {
    max-width: min(100%, 720px);
    padding: 28px 22px 22px;
  }

  .home-hero__benefits {
    width: 100%;
    max-width: none;
  }

  .consulting-layout,
  .consulting-layout__facts {
    grid-template-columns: 1fr;
  }

  .home-process-grid::before {
    display: none;
  }
}

@media (max-width: 860px) {
  .contact-page__support,
  .contact-page__note,
  .contact-page__cta {
    width: min(calc(100% - 32px), 100%);
  }

  .contact-page__cta-actions {
    justify-content: stretch;
  }

  .contact-page__cta-actions .button {
    min-width: 0;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 141;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: block;
    padding: 0 16px 18px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    z-index: 140;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav__links {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 16px;
    border-radius: var(--cab-radius-lg);
    background: rgba(255, 255, 255, 0.985);
    border: 1px solid var(--cab-line);
    box-shadow: var(--cab-shadow);
  }

  .site-nav__links a,
  .site-nav .button {
    width: 100%;
    justify-content: flex-start;
    padding: 0 14px;
    border-bottom-width: 0;
    border-radius: 4px;
  }

  .site-nav a[aria-current="page"] {
    background: rgba(186, 215, 54, 0.12);
  }

  .site-nav .button,
  .site-nav .button:hover,
  .site-nav .button[aria-current="page"] {
    justify-content: center;
  }

  .hero__trust,
  .principle-strip,
  .grid-4,
  .grid-3,
  .page-grid {
    grid-template-columns: 1fr;
  }

  .principle-item + .principle-item {
    border-left: 0;
    border-top: 1px solid var(--cab-line);
  }

  .hero__panel,
  .article,
  .legal-content,
  .site-footer__panel,
  .cta-band__box {
    padding: 24px;
  }

  .hero__visual {
    min-height: 400px;
    padding: 24px;
  }

  .hero__scene-orbit,
  .hero__scene-plus {
    display: none;
  }

  .site-footer__action {
    width: 100%;
  }

  .trust-section__grid,
  .trust-section__stack {
    grid-template-columns: 1fr;
  }

  .trust-mockup-band::before {
    width: 320px;
    height: 320px;
    left: -124px;
    bottom: -96px;
    opacity: 0.8;
  }

  .trust-mockup__eyebrow {
    font-size: 0.96rem;
  }

  .trust-mockup__intro h2 {
    font-size: clamp(2.55rem, 9vw, 3.9rem);
  }

  .trust-mockup__lead {
    display: block;
    max-width: none;
    color: rgba(20, 49, 15, 0.9);
    font-size: 1.02rem;
    line-height: 1.35;
  }

  .trust-mockup__points,
  .trust-mockup__cards {
    grid-template-columns: 1fr;
  }

  .order-journey {
    gap: 18px;
    padding: 6px 0 0;
  }

  .order-journey__pill {
    min-height: 42px;
    padding: 8px 22px;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
  }

  .order-journey__pill::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .order-journey__header {
    gap: 12px;
  }

  .order-journey__header h2 {
    max-width: 10ch;
    font-size: clamp(2.5rem, 11vw, 4.1rem);
  }

  .order-journey__header p {
    max-width: 26ch;
    font-size: 0.95rem;
  }

  .order-journey__steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .order-journey-step {
    grid-template-rows: auto auto auto auto auto;
    gap: 12px;
  }

  .order-journey-step__icon-wrap {
    width: 120px;
    height: 120px;
  }

  .order-journey-step__icon {
    width: 78px;
    height: 78px;
  }

  .order-journey-step__line {
    min-height: 0;
  }

  .order-journey-step h3 {
    font-size: 1.32rem;
  }

  .order-journey__note {
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: start;
    padding: 18px 18px 20px;
  }

  .trust-mockup-point {
    gap: 12px;
  }

  .trust-mockup-card {
    gap: 14px;
    padding: 18px 14px 14px;
    border-radius: 2px;
  }

  .trust-mockup-card__badge {
    width: 68px;
    height: 68px;
  }

  .trust-mockup-card__badge img {
    width: 34px;
    height: 34px;
  }

  .trust-mockup-card p {
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .trust-section__grid .trust-feature-card:last-child {
    grid-column: auto;
  }

  .trust-feature-card,
  .trust-mini-card,
  .trust-testimonial {
    min-height: 0;
  }

  .trust-testimonial__quote {
    max-width: 30ch;
  }

  .home-hero-wrap {
    width: min(calc(100% - 8px), 100%);
    padding-bottom: 14px;
  }

  .home-main .hero {
    padding: 0;
  }

  .home-main .hero__title {
    max-width: none;
    margin-top: 0;
    font-size: clamp(1.16rem, 3.2vw, 1.36rem);
  }

  .home-hero__claim {
    max-width: 12ch;
    font-size: clamp(2.8rem, 5.9vw, 4rem);
    line-height: 0.96;
  }

  .home-hero__actions .button {
    min-width: 156px;
    min-height: 48px;
  }

  .home-hero__benefits {
    margin-top: 16px;
    flex-wrap: wrap;
    gap: 16px 20px;
  }

  .home-hero__benefit {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 14px;
    max-width: calc(50% - 12px);
    min-height: 60px;
  }

  .home-hero__benefit:nth-child(3) {
    margin-top: 0;
  }

  .consulting-panel__brand img {
    width: 180px;
  }
}

@media (max-width: 560px) {
  .contact-page__support {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .contact-page__support h2,
  .contact-page__support p,
  .contact-page__note h2,
  .contact-page__note p {
    width: 100%;
  }

  .contact-page .page-intro-wrap {
    padding: 18px 0 14px;
  }

  .contact-page__hero {
    padding: 22px 20px 20px;
  }

  .contact-page__hero-aside,
  .contact-page__support,
  .contact-page__note,
  .contact-page__cta-box {
    padding-left: 18px;
    padding-right: 18px;
  }

  .contact-page__support,
  .contact-page__note {
    margin-bottom: 14px;
  }

  .announcement__inner,
  .site-header__inner {
    gap: 12px;
  }

  :root {
    --cab-gutter: 20px;
    --cab-hero-gutter: 20px;
  }

  .brand__logo {
    width: auto;
    height: auto;
    max-width: min(74vw, 308px);
    max-height: 36px;
  }

  .hero__title {
    font-size: 3rem;
  }

  .hero__visual-card {
    align-self: stretch;
    width: 100%;
    max-width: none;
    padding: 20px;
  }

  .hero__panel-mark {
    display: none;
  }

  .hero__scene-dots {
    display: none;
  }

  .hero__scene-mark {
    width: 180px;
    bottom: 108px;
  }

  .hero__scene-glow {
    width: 160px;
    height: 160px;
    top: 156px;
  }

  .quick-card__links,
  .hero__actions,
  .page-intro__actions,
  .cta-band__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-main .hero {
    padding: 0;
    border-radius: var(--cab-radius-lg);
  }

  .trust-feature-card,
  .trust-mini-card {
    padding: 18px 16px 15px;
  }

  .trust-testimonial {
    padding: 18px 18px 18px;
  }

  .trust-testimonial__quote {
    max-width: none;
    margin-top: 16px;
    font-size: clamp(1.18rem, 5.6vw, 1.42rem);
    line-height: 1.24;
  }

  .trust-testimonial__art {
    width: min(46%, 180px);
    opacity: 0.26;
  }

  .home-main .hero__title {
    margin-top: 0;
    font-size: 1.1rem;
  }

  .home-hero__claim {
    max-width: 10.8ch;
    margin-top: 0;
    font-size: clamp(1.82rem, 8.4vw, 2.5rem);
    line-height: 0.98;
  }

  .home-hero__panel {
    max-width: none;
    padding: 22px 16px 18px;
  }

  .home-hero__inner {
    min-height: unset;
  }

  .home-main .hero {
    border-radius: 0;
    background-position: 71% 52%;
  }

  .home-hero-wrap {
    padding-bottom: 10px;
  }

  .home-hero__benefits {
    gap: 12px;
    margin-top: 14px;
  }

  .home-hero__benefit {
    grid-template-columns: 40px 1fr;
    gap: 8px;
    max-width: 100%;
    padding: 0 0 0 0;
  }

  .home-hero__benefit + .home-hero__benefit {
    padding-left: 0;
    border-left: 0;
  }

  .home-hero__benefit:nth-child(3) {
    margin-top: 0;
  }

  .home-hero__benefit h2 {
    font-size: 0.8rem;
  }

  .home-hero__benefit p {
    font-size: 0.74rem;
  }

  .home-hero__benefit-icon,
  .home-hero__benefit img {
    width: 62px;
    height: 62px;
    min-width: 62px;
    min-height: 62px;
  }

  .home-hero__benefit-icon svg {
    width: 34px;
    height: 34px;
  }

  .knowledge-card__media {
    height: 188px;
  }
}

@media (max-width: 860px) {
  :root {
    --cab-header-shell-height: 116px;
  }

  .announcement {
    font-size: 0.82rem;
    min-height: 40px;
    height: auto;
  }

  .announcement__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: 40px;
    padding: 6px 0;
    text-align: center;
  }

  .site-header__inner {
    min-height: 64px;
    height: 64px;
    gap: 12px;
  }

  .brand {
    min-width: 0;
    max-width: calc(100% - 60px);
    margin-left: 12px;
  }

  .brand__logo {
    max-width: min(70vw, 308px);
    height: 40px;
  }

  .nav-toggle {
    flex-shrink: 0;
  }

  .site-nav {
    top: calc(100% + 1px);
    padding: 0 12px 16px;
  }

  .site-nav__links {
    padding: 14px;
  }

  .home-main .hero::before {
    background:
      radial-gradient(circle at 16% 22%, rgba(255, 255, 255, 0.78), transparent 34%),
      linear-gradient(90deg, rgba(249, 244, 234, 0.96) 0%, rgba(249, 244, 234, 0.92) 30%, rgba(249, 244, 234, 0.54) 50%, rgba(249, 244, 234, 0.18) 68%, rgba(249, 244, 234, 0) 84%);
  }

  .home-hero__claim {
    max-width: 10.8ch;
    font-size: clamp(2.55rem, 6vw, 3.5rem);
    line-height: 0.97;
  }

  .home-hero__benefits {
    gap: 14px 16px;
  }

  .home-hero__benefit {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    max-width: calc(50% - 10px);
    min-height: 56px;
  }

  .home-hero__benefit-icon,
  .home-hero__benefit img {
    width: 54px;
    height: 54px;
    min-width: 54px;
    min-height: 54px;
  }

  .home-hero__benefit-icon svg {
    width: 28px;
    height: 28px;
  }

  .order-journey__steps {
    gap: 18px;
  }

  .order-journey-step {
    max-width: 420px;
    row-gap: 10px;
    padding: 0 8px 18px;
    border-bottom: 1px solid rgba(29, 53, 22, 0.08);
  }

  .order-journey-step__connector {
    display: none;
  }

  .order-journey-step h3 {
    min-height: auto;
    max-width: 16ch;
  }

  .order-journey-step p,
  .order-journey-step:nth-child(2) p,
  .order-journey-step:nth-child(3) p {
    max-width: 28ch;
  }

  .order-journey-step:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .trust-mockup {
    gap: 18px;
  }

  .trust-mockup__points {
    margin-top: 22px !important;
    margin-left: 0;
    max-width: none;
    row-gap: 12px;
  }

  .consulting-showcase {
    gap: 18px;
  }

  .consulting-showcase__intro h2 {
    font-size: clamp(2.3rem, 7vw, 3rem);
  }

  .consulting-showcase__intro p {
    max-width: none;
  }

  .consulting-showcase__side {
    gap: 14px;
  }

  .consulting-showcase__photo img {
    height: auto;
    max-height: none;
    min-height: 240px;
  }

  .knowledge-card__body {
    padding: 18px 18px 20px;
  }

  .knowledge-card h3 {
    max-width: none;
    font-size: 1.3rem;
  }

  .home-note-band {
    padding: 18px 16px;
  }

  .home-cta-box {
    min-height: 0;
    padding: 24px 0;
  }

  .home-cta-box__content {
    width: 100%;
    padding-inline: 18px;
  }

  .site-footer__grid {
    gap: 24px;
  }
}

@media (max-width: 560px) {
  .brand__logo {
    max-width: min(68vw, 252px);
    max-height: 32px;
  }

  .home-main .hero::before {
    background:
      linear-gradient(180deg, rgba(249, 244, 234, 0.86) 0%, rgba(249, 244, 234, 0.58) 26%, rgba(249, 244, 234, 0.08) 54%, rgba(249, 244, 234, 0) 72%),
      linear-gradient(90deg, rgba(249, 244, 234, 0.98) 0%, rgba(249, 244, 234, 0.94) 48%, rgba(249, 244, 234, 0.6) 68%, rgba(249, 244, 234, 0.14) 86%, rgba(249, 244, 234, 0) 100%);
  }

  .home-hero__panel {
    padding: 20px 14px 16px;
  }

  .home-hero__claim {
    max-width: 9.8ch;
    font-size: clamp(1.9rem, 8vw, 2.45rem);
    line-height: 1;
  }

  .home-main .hero {
    background-position: 74% 54%;
  }

  .home-hero__benefits {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-hero__benefit {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    max-width: 100%;
    min-height: 52px;
  }

  .home-hero__benefit h2 {
    font-size: 0.84rem;
  }

  .home-hero__benefit p {
    font-size: 0.78rem;
  }

  .home-hero__benefit-icon,
  .home-hero__benefit img {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
  }

  .home-hero__benefit-icon svg {
    width: 28px;
    height: 28px;
  }

  .order-journey {
    gap: 16px;
    padding-top: 2px;
  }

  .order-journey__header {
    gap: 10px;
  }

  .order-journey__header h2 {
    max-width: 9ch;
    font-size: clamp(2.1rem, 10vw, 3.3rem);
  }

  .order-journey__steps {
    gap: 18px;
  }

  .order-journey-step {
    max-width: none;
    row-gap: 8px;
    padding: 0 0 16px;
  }

  .order-journey-step__icon-wrap {
    width: 104px;
    height: 104px;
  }

  .order-journey-step__icon {
    width: 68px;
    height: 68px;
  }

  .order-journey-step__number {
    width: 44px;
    height: 44px;
    font-size: 1.4rem;
  }

  .order-journey-step h3 {
    font-size: 1.16rem;
    max-width: 15ch;
  }

  .order-journey-step p,
  .order-journey-step:nth-child(2) p,
  .order-journey-step:nth-child(3) p {
    max-width: none;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .order-journey-step__email,
  .order-journey-step:nth-child(2) .order-journey-step__email {
    width: auto;
    max-width: 100%;
    font-size: 0.82rem !important;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .order-journey__note {
    padding: 16px 14px 18px;
  }

  .order-journey__note-copy {
    font-size: 0.92rem;
  }

  .trust-mockup-band {
    padding: 22px 0;
  }

  .trust-mockup__intro h2 {
    max-width: none;
    font-size: clamp(2.2rem, 10vw, 3.1rem);
    line-height: 0.92;
  }

  .trust-mockup__points {
    margin-top: 18px !important;
  }

  .trust-mockup-point {
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 10px;
  }

  .trust-mockup-point p {
    font-size: 0.92rem;
    line-height: 1.2;
  }

  .trust-mockup-card {
    gap: 12px;
    padding: 16px 14px 14px;
  }

  .trust-mockup-card h3 {
    max-width: none;
    font-size: 1.08rem;
  }

  .trust-mockup-card p {
    font-size: 0.84rem;
  }

  .consulting-showcase__intro h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .consulting-contact-card a,
  .consulting-contact-card strong {
    font-size: 0.84rem;
  }

  .consulting-showcase__photo img {
    min-height: 220px;
  }

  .consulting-showcase__card {
    padding: 14px 12px 12px;
  }

  .consulting-showcase__content h3 {
    font-size: 1.38rem;
  }

  .consulting-showcase__item {
    grid-template-columns: 32px minmax(0, 1fr);
    column-gap: 10px;
  }

  .consulting-showcase__item p {
    font-size: 0.84rem;
  }

  .knowledge-card {
    grid-template-rows: 188px minmax(0, 1fr);
  }

  .knowledge-card__body {
    gap: 10px;
    padding: 16px 14px 18px;
  }

  .knowledge-card h3 {
    font-size: 1.18rem;
  }

  .home-note-band {
    padding: 16px 14px;
  }

  .home-note-band h2 {
    font-size: 1.6rem;
  }

  .home-cta-box {
    padding: 20px 0;
  }

  .home-cta-box__content {
    padding-inline: 14px;
  }

  .home-cta-box h2 {
    max-width: none;
    font-size: 1.7rem;
  }

  .site-footer__panel {
    padding-top: 28px;
  }

  .site-footer__grid {
    gap: 20px;
  }
}

@media (max-width: 430px) {
  .announcement {
    font-size: 0.78rem;
    min-height: 40px;
    height: auto;
  }

  .site-header__inner {
    min-height: 64px;
    height: 64px;
  }

  .brand__logo {
    max-width: min(66vw, 232px);
    max-height: 32px;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
  }

  .site-nav {
    padding: 0 8px 14px;
  }

  .site-nav__links {
    padding: 12px;
  }

  .home-hero-wrap {
    width: min(calc(100% - 6px), 100%);
  }

  .home-hero__panel {
    padding-left: 12px;
    padding-right: 12px;
  }

  .home-hero__claim {
    max-width: 9.4ch;
    font-size: clamp(1.72rem, 8vw, 2.2rem);
  }

  .home-hero__actions .button {
    min-height: 46px;
    padding: 0 18px;
    font-size: 0.96rem;
  }

  .home-hero__benefits {
    gap: 10px;
  }

  .home-hero__benefit {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
    min-height: 48px;
  }

  .home-hero__benefit-icon,
  .home-hero__benefit img {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }

  .home-hero__benefit-icon svg {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 560px) {
  :root {
    --cab-header-shell-height: 104px;
  }

  .announcement {
    font-size: 0.74rem;
    min-height: 40px;
    height: auto;
  }

  .announcement__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 12px;
    row-gap: 3px;
    min-height: 40px;
    padding: 4px 0;
  }

  .announcement__inner span {
    line-height: 1.15;
  }

  .announcement__inner span:last-child {
    flex-basis: 100%;
  }

  .site-header__inner {
    min-height: 60px;
    height: 60px;
    gap: 10px;
  }

  .brand {
    max-width: calc(100% - 54px);
    margin-left: 8px;
  }

  .brand__logo {
    max-width: min(67vw, 238px);
    max-height: 32px;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
  }

  .site-nav {
    padding: 0 10px 12px;
  }

  .site-nav__links {
    gap: 6px;
    padding: 12px;
  }

  .site-nav a,
  .site-nav .button {
    min-height: 42px;
    font-size: 0.9rem;
  }

  .home-hero__benefits {
    margin-top: 14px;
    gap: 10px;
  }

  .home-hero__benefit {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 10px;
    min-height: 50px;
  }

  .home-hero__benefit > div {
    gap: 2px;
  }

  .home-hero__benefit h2 {
    font-size: 0.82rem;
    line-height: 1.16;
  }

  .home-hero__benefit p {
    font-size: 0.77rem;
    line-height: 1.18;
  }

  .home-hero__benefit-icon,
  .home-hero__benefit img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }

  .home-hero__benefit-icon svg {
    width: 27px;
    height: 27px;
  }

  .order-journey {
    gap: 14px;
  }

  .order-journey__steps {
    gap: 14px;
  }

  .order-journey-step {
    position: relative;
    row-gap: 7px;
    padding: 0 0 14px;
    border-bottom: 0;
  }

  .order-journey-step::after {
    content: "";
    position: absolute;
    top: 108px;
    bottom: -2px;
    left: 50%;
    width: 1px;
    background: linear-gradient(180deg, rgba(186, 215, 54, 0.34), rgba(23, 56, 15, 0.08));
    transform: translateX(-50%);
    pointer-events: none;
  }

  .order-journey-step:last-child::after {
    display: none;
  }

  .order-journey-step__connector {
    display: none !important;
    background-image: none !important;
  }

  .order-journey-step p,
  .order-journey-step:nth-child(2) p,
  .order-journey-step:nth-child(3) p {
    max-width: 29ch;
  }

  .order-journey-step__email,
  .order-journey-step:nth-child(2) .order-journey-step__email {
    margin-top: -10px !important;
  }

  .order-journey__note {
    margin-top: 2px;
    padding: 14px 14px 16px;
  }

  .consulting-showcase {
    gap: 16px;
  }

  .consulting-showcase__contacts {
    gap: 6px;
    margin-top: 10px;
  }

  .consulting-contact-card,
  .consulting-contact-card + .consulting-contact-card,
  .consulting-contact-card:last-child {
    gap: 6px;
    padding: 12px 0;
  }

  .consulting-showcase__side {
    gap: 12px;
  }

  .consulting-showcase__photo img {
    height: clamp(220px, 64vw, 280px);
    object-position: center;
  }

  .consulting-showcase__card {
    padding: 14px 12px 12px;
  }
}

@media (max-width: 430px) {
  :root {
    --cab-header-shell-height: 106px;
  }

  .announcement {
    font-size: 0.72rem;
  }

  .announcement__inner {
    column-gap: 10px;
    row-gap: 2px;
    padding: 4px 0;
  }

  .site-header__inner {
    min-height: 58px;
  }

  .brand {
    max-width: calc(100% - 50px);
  }

  .brand__logo {
    max-width: min(64vw, 220px);
    max-height: 28px;
  }

  .nav-toggle {
    width: 40px;
    height: 40px;
  }

  .site-nav {
    padding: 0 8px 10px;
  }

  .site-nav__links {
    gap: 5px;
    padding: 10px;
  }

  .home-hero__benefits {
    gap: 9px;
  }

  .home-hero__benefit {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 9px;
    min-height: 48px;
  }

  .home-hero__benefit h2 {
    font-size: 0.8rem;
  }

  .home-hero__benefit p {
    font-size: 0.75rem;
  }

  .home-hero__benefit-icon,
  .home-hero__benefit img {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }

  .home-hero__benefit-icon svg {
    width: 26px;
    height: 26px;
  }

  .order-journey__steps {
    gap: 12px;
  }

  .order-journey-step {
    padding-bottom: 12px;
  }

  .order-journey-step::after {
    top: 102px;
  }

  .order-journey-step__icon-wrap {
    width: 98px;
    height: 98px;
  }

  .order-journey-step__icon {
    width: 64px;
    height: 64px;
  }

  .consulting-showcase__contacts {
    gap: 4px;
  }

  .consulting-contact-card,
  .consulting-contact-card + .consulting-contact-card,
  .consulting-contact-card:last-child {
    padding: 10px 0;
  }

  .consulting-showcase__photo img {
    height: clamp(210px, 62vw, 250px);
  }
}

.section-band--availability {
  --availability-band-bg: #bad736;
  --availability-intro-accent: #6e8416;
  --availability-content-border: rgba(73, 101, 32, 0.14);
  --availability-card-border: rgba(92, 113, 36, 0.14);
  --availability-card-title: #29431c;
  --availability-card-copy: #42503a;
  --availability-divider: rgba(82, 106, 39, 0.08);
  --availability-icon-ring: rgba(186, 215, 54, 0.35);
  --availability-icon-fill: rgba(186, 215, 54, 0.12);
  --availability-icon-fill-strong: rgba(186, 215, 54, 0.78);
  --availability-icon-color: #98b020;
  --availability-focus-ring: rgba(186, 215, 54, 0.9);
  --availability-note-border: rgba(128, 145, 61, 0.16);
  --availability-note-copy: #667058;
  --availability-link-border: rgba(92, 113, 36, 0.18);
  --availability-button-shadow: 0 10px 18px rgba(173, 202, 19, 0.22);
  position: relative;
  overflow: hidden;
  background: var(--availability-band-bg) url("/cab_website_assets/illustrations/optimized/live-stock-background.webp") center center / cover no-repeat;
}

.home-sections > .section-band.section-band--availability {
  background: var(--availability-band-bg) url("/cab_website_assets/illustrations/optimized/live-stock-background.webp") center center / cover no-repeat !important;
}

.section-band--availability::before,
.section-band--availability::after {
  display: none;
}

.section-band--availability::before {
  left: max(-118px, calc((100vw - 1240px) / 2 - 112px));
  top: -72px;
  width: min(26vw, 352px);
  height: min(26vw, 352px);
  opacity: 0.16;
  border: 1px solid rgba(82, 106, 24, 0.14);
  box-shadow:
    inset 0 0 0 24px rgba(255, 255, 255, 0.045),
    inset 0 0 0 64px rgba(82, 106, 24, 0.028);
}

.section-band--availability::after {
  right: max(-104px, calc((100vw - 1240px) / 2 - 96px));
  bottom: -132px;
  width: min(28vw, 366px);
  height: min(28vw, 366px);
  opacity: 0.11;
  border: 1px solid rgba(82, 106, 24, 0.13);
  box-shadow:
    inset 0 0 0 22px rgba(255, 255, 255, 0.04),
    inset 0 0 0 58px rgba(82, 106, 24, 0.026);
}

.availability-showcase {
  position: relative;
  padding: clamp(24px, 2.9vw, 32px) 0 clamp(6px, 1.1vw, 10px);
}

.availability-showcase__intro,
.availability-showcase__content {
  position: relative;
  z-index: 1;
}

.availability-showcase__intro {
  display: grid;
  justify-items: center;
  gap: 9px;
  text-align: center;
  margin-bottom: 6px;
}

.availability-showcase__eyebrow {
  min-height: 22px;
  padding-inline: 9px;
  color: var(--availability-intro-accent);
  border-color: rgba(98, 119, 22, 0.1);
  background: rgba(255, 252, 240, 0.72);
  letter-spacing: 0.11em;
  font-size: 0.72rem;
}

.availability-showcase__intro h2 {
  margin: 0;
  max-width: 12.8ch;
  color: var(--text-green);
  font-size: clamp(2.5rem, 3vw, 3.64rem);
  line-height: 0.93;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.availability-showcase__intro p {
  margin: 0;
  max-width: 52ch;
  color: rgba(40, 56, 22, 0.84);
  font-size: 0.93rem;
  line-height: 1.54;
  text-wrap: pretty;
}

.availability-showcase__content {
  width: min(100%, 1160px);
  margin: 0 auto;
  padding: 16px 22px 16px;
  border: 1px solid var(--availability-content-border);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 248, 242, 0.94) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 22px 46px rgba(65, 78, 21, 0.12);
}

.availability-showcase__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin: 0;
}

.availability-card {
  display: grid;
  align-content: start;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--availability-card-border);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(252, 252, 248, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 12px 24px rgba(64, 78, 20, 0.04);
}

.availability-card__header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 62px;
  padding: 14px 18px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.availability-card__icon,
.availability-showcase__note-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--availability-icon-ring);
  color: var(--availability-icon-color);
  background: var(--availability-icon-fill);
}

.availability-card__icon svg,
.availability-card__caret svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.availability-card__header h3 {
  margin: 0;
  color: var(--availability-card-title);
  font-size: 0.98rem;
}

.availability-card__caret {
  color: rgba(41, 67, 28, 0.82);
  transform: rotate(180deg);
  transition: transform 180ms ease;
}

.availability-card__header:focus-visible {
  outline: 2px solid var(--availability-focus-ring);
  outline-offset: -2px;
}

.availability-card__panel {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  opacity: 0;
  transition: grid-template-rows 220ms ease;
}

.availability-card__panel[hidden] {
  display: grid;
}

.availability-card__panel > .availability-list {
  overflow: hidden;
}

.availability-showcase.is-expanded .availability-card__panel {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
}

.availability-showcase.is-expanded .availability-card__caret {
  transform: rotate(0deg);
}

.availability-list {
  list-style: none;
  margin: 0;
  padding: 0 18px 14px;
}

.availability-list li {
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  padding: 5px 4px;
  border-top: 1px solid var(--availability-divider);
  color: var(--availability-card-copy);
  font-size: 0.91rem;
}

.availability-list__mark {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1.5px solid #aac634;
  position: relative;
}

.availability-list__mark::after {
  content: "";
  position: absolute;
  inset: 2.2px;
  border-radius: 50%;
  background: var(--availability-icon-fill-strong);
}

.availability-showcase__footer {
  display: grid;
  justify-items: center;
  gap: 8px;
  width: 100%;
  margin: 8px auto 0;
}

.availability-showcase__note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  max-width: 100%;
  min-height: 26px;
  padding: 1px 10px;
  border: 1px solid var(--availability-note-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.38);
  color: var(--availability-note-copy);
  font-size: 0.8rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.availability-showcase__note-icon {
  width: 18px;
  height: 18px;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

.availability-showcase__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 12px;
}

.availability-showcase__actions .button {
  min-width: 188px;
  min-height: 42px;
  padding-inline: 20px;
  font-size: 0.92rem;
  box-shadow: var(--availability-button-shadow);
}

.availability-showcase__actions .text-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--availability-link-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  text-decoration: none;
}

.availability-showcase__actions .text-link::after {
  content: "\2192";
  margin-left: 8px;
  font-size: 0.95em;
}

@media (max-width: 1080px) {
  .availability-showcase__intro h2 {
    max-width: 14ch;
  }
}

@media (max-width: 860px) {
  .section-band--availability::before {
    left: -58px;
    top: -24px;
    width: 180px;
    height: 180px;
    opacity: 0.15;
  }

  .section-band--availability::after {
    right: -48px;
    bottom: -72px;
    width: 170px;
    height: 170px;
    opacity: 0.1;
  }

  .availability-showcase {
    padding: 22px 14px 10px;
  }

  .availability-showcase__intro h2 {
    font-size: clamp(2.04rem, 6.8vw, 2.7rem);
  }

  .availability-showcase__content {
    width: min(100%, 800px);
    padding: 14px;
  }

  .availability-showcase__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .section-band--availability::before,
  .section-band--availability::after {
    opacity: 0.06;
  }

  .availability-showcase {
    border-radius: 12px;
  }

  .availability-showcase__intro {
    margin-bottom: 8px;
  }

  .availability-showcase__intro p {
    max-width: 32ch;
    font-size: 0.9rem;
  }

  .availability-card__header {
    min-height: 54px;
    padding: 13px 15px;
  }

  .availability-list {
    padding: 0 14px 12px;
  }

  .availability-showcase__note {
    text-align: center;
  }

  .availability-showcase__actions {
    width: 100%;
    justify-content: center;
  }

  .availability-showcase__actions .button,
  .availability-showcase__actions .text-link {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .site-footer__bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .site-footer__bottom > span {
    width: 100%;
  }

  .site-footer__tag {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    margin: 6px auto 0;
    display: block;
    align-self: center;
    margin-bottom: 0;
  }

  .contact-page {
    overflow-x: hidden;
  }

  .contact-page .page-intro-wrap {
    padding: 18px 0 14px;
  }

  .contact-page__hero {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 22px;
    padding: 22px 20px 20px;
  }

  .contact-page__hero > .eyebrow,
  .contact-page__hero .page-intro__title,
  .contact-page__hero .page-intro__text,
  .contact-page__hero .page-intro__aside {
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
  }

  .contact-page__hero .page-intro__title,
  .contact-page__hero .page-intro__text,
  .contact-page__hero .page-intro__aside,
  .contact-page__hero-aside {
    grid-row: auto;
  }

  .contact-page__hero .page-intro__title {
    font-size: clamp(2.25rem, 8vw, 3rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: manual;
    text-wrap: balance;
  }

  .contact-page__hero .page-intro__text {
    align-self: start;
  }

  .contact-page__hero-aside {
    position: relative;
    inset: auto;
    align-self: start;
    justify-self: stretch;
    padding: 18px;
  }

  .contact-page__hero-aside ul {
    gap: 8px;
  }

  .contact-page__hero-aside li {
    padding-left: 16px;
  }

  @supports selector(:has(*)) {
    .contact-page__hero:has(.page-intro__aside) .page-intro__text,
    .contact-page__hero:has(.page-intro__aside) .page-intro__aside {
      grid-column: 1 / -1;
      grid-row: auto;
      max-width: none;
    }
  }

  .contact-strip,
  .contact-page__support,
  .contact-page__note,
  .contact-page__cta {
    width: min(calc(100% - 32px), 100%);
  }

  .contact-strip {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .contact-page .contact-card {
    min-width: 0;
    padding: 22px 20px 20px;
  }

  .contact-page .contact-card__meta,
  .contact-page .contact-card__meta--address,
  .contact-page .contact-card__meta a {
    min-width: 0;
  }

  .contact-page .contact-card__meta a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .contact-page__support,
  .contact-page__note,
  .contact-page__cta-box {
    padding: 22px 20px;
  }

  .contact-page__support h2,
  .contact-page__note h2,
  .contact-page__cta-box h2 {
    max-width: none;
    font-size: clamp(1.8rem, 6vw, 2.4rem);
    line-height: 1.08;
  }

  .contact-page__support p,
  .contact-page__note p,
  .contact-page__cta-box p {
    width: 100%;
    max-width: none;
  }

  .contact-page__cta-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .contact-page__cta-actions .button {
    width: 100%;
    min-width: 0;
    justify-content: center;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .site-footer__tag {
    width: min(190px, 72vw);
  }

  .contact-page .page-intro-wrap {
    padding: 16px 0 12px;
  }

  .contact-page__hero {
    gap: 18px;
    padding: 20px 16px 18px;
  }

  .contact-page__hero .page-intro__title {
    font-size: clamp(2rem, 8.8vw, 2.55rem);
    line-height: 1.04;
  }

  .contact-strip,
  .contact-page__support,
  .contact-page__note,
  .contact-page__cta {
    width: min(calc(100% - 24px), 100%);
  }

  .contact-page .contact-card,
  .contact-page__hero-aside,
  .contact-page__support,
  .contact-page__note,
  .contact-page__cta-box {
    padding: 18px 16px;
  }
}
