:root {
  --ca-bg: #fafaf8;
  --ca-surface: #f0f0eb;
  --ca-card: #f4f4ef;
  --ca-text: #1c1c1a;
  --ca-muted: #74746d;
  --ca-red: #c41230;
  --ca-red-dark: #990e24;
  --ca-pink: #e8a0ad;
  --ca-dark: #1c1c1a;
  --ca-black: #0e0e0d;
  --ca-border: rgba(28, 28, 26, .11);
  --ca-container: 90rem;
  --ca-gutter: clamp(1.5rem, 4vw, 3.5rem);
  --ca-section: clamp(5rem, 9vw, 9rem);
  --ca-serif: "DM Serif Display", Georgia, "Times New Roman", serif;
  --ca-sans: "DM Sans", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ca-header: 4.375rem;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
blockquote,
figure,
dl,
dd {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

img,
picture,
svg,
video,
iframe {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
  background: var(--ca-surface);
}

img.is-image-fallback {
  object-position: center;
}

button,
input,
textarea,
select {
  color: inherit;
  font: inherit;
}

input,
textarea,
select {
  min-width: 0;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

address,
cite {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[hidden] {
  display: none !important;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

::selection {
  color: #fff;
  background: var(--ca-red);
}

@font-face {
  font-family: "DM Sans";
  src: url("../fonts/dm-sans.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: "DM Serif Display";
  src: url("../fonts/dm-serif-display.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
body {
  color: var(--ca-text);
  background: var(--ca-bg);
  font-family: var(--ca-sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3 {
  font-family: var(--ca-serif);
  font-weight: 400;
  letter-spacing: -0.018em;
}

h1 {
  font-size: clamp(2.65rem, 6.8vw, 6rem);
  line-height: 1.01;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.18;
}

p {
  color: var(--ca-muted);
}

strong {
  color: color-mix(in srgb, var(--ca-text) 85%, transparent);
  font-weight: 600;
}

.site {
  overflow: clip;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 2.5rem;
}

.row > * {
  min-width: 0;
}

.page-main {
  padding-top: var(--ca-header);
}

.section {
  padding-block: var(--ca-section);
}

.section--muted {
  background: var(--ca-surface);
}

.section--dark {
  color: #fff;
  background: var(--ca-dark);
}

.section__action {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.section-heading {
  margin-bottom: clamp(2.75rem, 6vw, 5rem);
}

.section-heading--narrow {
  max-width: 42rem;
}

.section-heading--center {
  max-width: 36rem;
  margin-inline: auto;
  text-align: center;
}

.section-heading--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
}

.section-heading--split > p {
  max-width: 34rem;
}

.section-heading--light h2 {
  color: #fff;
}

.section-heading__text {
  margin-top: 1rem;
}

.eyebrow {
  margin-bottom: 1rem;
  color: var(--ca-red);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.42);
}

.icon {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--ca-red);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-top: 2rem;
}

.check-list {
  display: grid;
  gap: 0.75rem;
  margin-block: 2rem;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: rgba(28, 28, 26, 0.76);
  font-size: 0.82rem;
}

.check-list .icon {
  margin-top: 0.25rem;
  color: var(--ca-red);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-block: 1.5rem;
}

.tag-list > span {
  padding: 0.35rem 0.7rem;
  border: 1px solid var(--ca-border);
  color: rgba(28, 28, 26, 0.68);
  font-size: 0.72rem;
}

.tag-list .tag-list__title {
  width: 100%;
  padding: 0;
  border: 0;
  color: var(--ca-muted);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.contact-list {
  display: grid;
  gap: 0.65rem;
}

.contact-list > * {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: inherit;
  font-size: 0.8rem;
}

.contact-list .icon {
  color: currentColor;
}

.simple-page {
  min-height: 70vh;
  padding-block: calc(var(--ca-section) + 2rem);
}

.simple-page h1 {
  margin-bottom: 2rem;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
}

.prose {
  max-width: 48rem;
}

.prose > * + * {
  margin-top: 1.25rem;
}

[data-reveal] {
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.has-js [data-reveal]:not(.is-visible) {
  opacity: 0;
  transform: translateY(1.75rem);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .has-js [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}
@media (max-width: 767px) {
  :root {
    --ca-gutter: 1.25rem;
    --ca-section: clamp(4rem, 17vw, 5.75rem);
    --ca-header: 4.25rem;
  }
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 2.5rem;
  }
  .section-heading--split {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.25rem;
  }
  .button-row {
    align-items: stretch;
    flex-direction: column;
  }
  .button-row .button {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 359px) {
  :root {
    --ca-gutter: 1rem;
  }
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 2rem;
  }
}
.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: var(--ca-header);
  color: var(--ca-text);
  background: rgba(250, 250, 248, 0.96);
  border-bottom: 1px solid var(--ca-border);
  transition: color 0.4s ease, background 0.4s ease, border-color 0.4s ease;
  backdrop-filter: blur(16px);
}

.has-transparent-header:not(.header-scrolled) .site-header {
  color: #fff;
  background: transparent;
  border-color: transparent;
  backdrop-filter: none;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.brand {
  display: inline-flex;
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
  flex-direction: column;
  line-height: 1;
}

.brand__name {
  font-family: var(--ca-serif);
  font-size: 1.18rem;
  letter-spacing: -0.025em;
}

.brand__tagline {
  margin-top: 0.35rem;
  color: var(--ca-muted);
  font-size: 0.52rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition: color 0.4s ease;
}

.has-transparent-header:not(.header-scrolled) .brand__tagline {
  color: rgba(255, 255, 255, 0.52);
}

.brand__logo .custom-logo-link {
  display: block;
}

.brand__logo img {
  width: auto;
  max-height: 2.8rem;
}

.site-nav__menu {
  display: contents;
}

.site-nav__eyebrow,
.site-nav__mobile-contact,
.site-nav__close {
  display: none;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.5vw, 2.25rem);
}

.site-nav__list a {
  position: relative;
  display: block;
  padding-block: 0.5rem;
  color: color-mix(in srgb, currentColor 68%, transparent);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.045em;
}

.site-nav__list a::after {
  position: absolute;
  right: 100%;
  bottom: 0.3rem;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transition: right 0.25s ease;
}

.site-nav__list a:hover::after,
.site-nav__list a:focus-visible::after,
.site-nav__list .current-menu-item > a::after,
.site-nav__list .current_page_item > a::after {
  right: 0;
}

.site-nav__list .current-menu-item > a,
.site-nav__list .current_page_item > a {
  color: var(--ca-red);
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.site-header__phone {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: color-mix(in srgb, currentColor 68%, transparent);
  font-size: 0.73rem;
  font-weight: 500;
}

.menu-toggle {
  display: none;
}

@media (max-width: 1100px) {
  .site-header__actions {
    display: none;
  }
  .menu-toggle {
    position: fixed;
    display: grid;
    z-index: 1002;
    top: calc((var(--ca-header) - 3rem) / 2);
    right: max(1.25rem, env(safe-area-inset-right));
    width: 3rem;
    height: 3rem;
    padding: 0.8rem;
    place-content: center;
    gap: 0.3rem;
    border: 1px solid color-mix(in srgb, currentColor 24%, transparent);
    border-radius: 50%;
    transition: color 0.35s ease, border-color 0.35s ease, background 0.35s ease;
  }
  .menu-toggle span:not(.screen-reader-text) {
    display: block;
    width: 1.15rem;
    height: 1px;
    background: currentColor;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease;
  }
  .menu-toggle[aria-expanded=true] span:nth-last-child(3) {
    transform: translateY(0.35rem) rotate(45deg);
  }
  .menu-toggle[aria-expanded=true] span:nth-last-child(2) {
    opacity: 0;
  }
  .menu-toggle[aria-expanded=true] span:last-child {
    transform: translateY(-0.35rem) rotate(-45deg);
  }
  .site-nav {
    position: fixed;
    display: grid;
    z-index: 1;
    inset: 0;
    width: 100%;
    max-width: none;
    height: 100vh;
    height: 100dvh;
    grid-template-columns: minmax(0, 1.35fr) minmax(19rem, 0.65fr);
    overflow: hidden;
    color: #fff;
    background: var(--ca-dark);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.65s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.35s ease, visibility 0s linear 0.65s;
  }
  .site-nav::before {
    position: absolute;
    inset: 0 35% 0 0;
    background: radial-gradient(circle at 0 100%, rgba(196, 18, 48, 0.18), transparent 38%), linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 50%);
    content: "";
    pointer-events: none;
  }
  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    clip-path: inset(0);
    transition-delay: 0s;
  }
  .site-nav.is-open .site-nav__close {
    position: absolute;
    display: grid;
    z-index: 5;
    top: calc((var(--ca-header) - 3rem) / 2);
    right: max(1.25rem, env(safe-area-inset-right));
    width: 3rem;
    height: 3rem;
    padding: 0.8rem;
    place-content: center;
    border-radius: 50%;
    color: var(--ca-dark);
    background: #fff;
  }
  .site-nav__close span {
    display: block;
    grid-area: 1/1;
    width: 1.15rem;
    height: 1px;
    background: currentColor;
  }
  .site-nav__close span:first-child {
    transform: rotate(45deg);
  }
  .site-nav__close span:last-child {
    transform: rotate(-45deg);
  }
  .site-nav__menu {
    position: relative;
    display: flex;
    min-width: 0;
    padding: calc(var(--ca-header) + clamp(2rem, 5vh, 4rem)) clamp(2rem, 7vw, 7rem) clamp(2rem, 6vh, 4rem);
    justify-content: center;
    flex-direction: column;
    overflow-y: auto;
    outline: 0;
  }
  .site-nav__eyebrow {
    display: block;
    margin-bottom: clamp(1.25rem, 3vh, 2.5rem);
    color: var(--ca-pink);
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.26em;
    text-transform: uppercase;
  }
  .site-nav__list {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    counter-reset: menu-item;
  }
  .site-nav__list > li {
    counter-increment: menu-item;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-nav__list > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-nav__list > li > a {
    display: flex;
    align-items: baseline;
    gap: clamp(1rem, 3vw, 2.5rem);
    padding-block: clamp(0.65rem, 1.6vh, 1.15rem);
    color: #fff;
    font-family: var(--ca-serif);
    font-size: clamp(2.35rem, 5.3vw, 5rem);
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 0.95;
    transition: color 0.25s ease, padding-left 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .site-nav__list > li > a::before {
    color: rgba(255, 255, 255, 0.28);
    font-family: var(--ca-sans);
    font-size: 0.58rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    content: counter(menu-item, decimal-leading-zero);
  }
  .site-nav__list > li > a::after {
    display: none;
  }
  .site-nav__list > li > a:hover,
  .site-nav__list > li > a:focus-visible,
  .site-nav__list .current-menu-item > a,
  .site-nav__list .current_page_item > a {
    padding-left: 0.5rem;
    color: var(--ca-pink);
  }
  .site-nav__mobile-contact {
    position: relative;
    display: flex;
    min-width: 0;
    padding: calc(var(--ca-header) + clamp(2rem, 5vh, 4rem)) clamp(2rem, 4.5vw, 4.5rem) clamp(2rem, 6vh, 4rem);
    justify-content: flex-end;
    flex-direction: column;
    gap: 1.75rem;
    background: var(--ca-red);
    overflow-y: auto;
  }
  .site-nav__mobile-contact::before {
    position: absolute;
    top: 12%;
    right: -10%;
    width: 18rem;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    content: "";
  }
  .site-nav__mobile-contact-inner,
  .site-nav__mobile-contact > .button,
  .site-nav__legal-links {
    position: relative;
    z-index: 1;
  }
  .site-nav__contact-label {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.57rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
  .site-nav__contact-title {
    color: #fff;
    font-family: var(--ca-serif);
    font-size: clamp(1.75rem, 3vw, 2.65rem);
    line-height: 1.05;
  }
  .site-nav__contact-links {
    display: grid;
    gap: 0.7rem;
    margin-top: 1.75rem;
  }
  .site-nav__contact-links a {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 0.65rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.75rem;
    overflow-wrap: anywhere;
  }
  .site-nav__mobile-contact > .button {
    color: var(--ca-text);
    background: #fff;
  }
  .site-nav__legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1.15rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
  .site-nav__legal-links a {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.62rem;
  }
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open .site-header {
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: none;
  }
  body.menu-open .brand__tagline {
    color: rgba(255, 255, 255, 0.5);
  }
  body.menu-open .menu-toggle {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .site-nav {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
  .site-nav::before {
    inset: 0;
  }
  .site-nav.is-open .site-nav__close {
    position: sticky;
    top: 0.625rem;
    right: auto;
    flex: 0 0 3rem;
    align-self: flex-end;
    margin: 0.625rem var(--ca-gutter) -3.625rem 0;
  }
  .site-nav__menu {
    flex: 0 0 auto;
    min-height: min(70dvh, 39rem);
    padding: calc(var(--ca-header) + 1.75rem) var(--ca-gutter) 2.25rem;
    overflow: visible;
  }
  .site-nav__eyebrow {
    margin-bottom: 1rem;
  }
  .site-nav__list > li > a {
    gap: 1rem;
    padding-block: clamp(0.6rem, 1.5vh, 0.85rem);
    font-size: clamp(2rem, 10.5vw, 3.25rem);
  }
  .site-nav__mobile-contact {
    flex: 0 0 auto;
    min-height: 18rem;
    padding: 2.25rem var(--ca-gutter) max(2rem, env(safe-area-inset-bottom));
    gap: 1.4rem;
    overflow: visible;
  }
  .site-nav__contact-title {
    max-width: 20rem;
    font-size: clamp(1.6rem, 6.6vw, 2rem);
    text-wrap: balance;
  }
  .site-nav__contact-links {
    margin-top: 1.25rem;
  }
}
@media (max-width: 359px) {
  .site-nav__menu {
    min-height: 36rem;
  }
  .site-nav__list > li > a {
    font-size: 1.9rem;
  }
  .site-nav__contact-title {
    font-size: 1.55rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-nav {
    transition-duration: 0.01ms;
  }
}
.site-footer {
  padding-top: 4rem;
  color: rgba(255, 255, 255, 0.55);
  background: var(--ca-black);
}

.site-footer__grid {
  --bs-gutter-x: clamp(2.5rem, 6vw, 6rem);
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand--footer {
  color: #fff;
}

.brand--footer .brand__tagline {
  color: rgba(255, 255, 255, 0.3);
}

.site-footer__brand > p {
  max-width: 23rem;
  margin-block: 1.5rem;
  font-size: 0.8rem;
}

.site-footer__heading {
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-footer__menu,
.site-footer__areas ul {
  display: grid;
  gap: 0.55rem;
  font-size: 0.8rem;
}

.site-footer a {
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer__company {
  margin-top: 1.5rem;
  font-size: 0.68rem;
  opacity: 0.55;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.5rem;
  font-size: 0.68rem;
}

.site-footer__bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.5rem;
}

@media (max-width: 767px) {
  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 3.15rem;
  padding: 0.85rem 1.7rem;
  border: 1px solid transparent;
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button .icon {
  width: 0.9rem;
  height: 0.9rem;
}

.button--primary {
  color: #fff;
  background: var(--ca-red);
}

.button--primary:hover {
  background: var(--ca-red-dark);
}

.button--ghost {
  border-color: rgba(28, 28, 26, 0.28);
  color: var(--ca-text);
}

.button--ghost:hover {
  color: #fff;
  background: var(--ca-text);
  border-color: var(--ca-text);
}

.button--ghost-light {
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}

.button--ghost-light:hover {
  color: var(--ca-text);
  background: #fff;
  border-color: #fff;
}

.button--full {
  width: 100%;
}

.accordion {
  border-top: 1px solid var(--ca-border);
}

.accordion__item {
  border-bottom: 1px solid var(--ca-border);
}

.accordion__trigger {
  display: grid;
  grid-template-columns: 2rem 1fr auto;
  align-items: start;
  width: 100%;
  gap: 1rem;
  padding-block: 1.35rem;
  text-align: left;
}

.accordion__number {
  color: rgba(28, 28, 26, 0.16);
  font-family: var(--ca-serif);
  font-size: 1.15rem;
}

.accordion__question {
  font-family: var(--ca-serif);
  font-size: 1.18rem;
  line-height: 1.3;
  transition: color 0.2s ease;
}

.accordion__icon {
  margin-top: 0.2rem;
  color: var(--ca-muted);
}

.accordion__icon .icon {
  width: 1rem;
  transition: transform 0.25s ease;
}

.accordion__trigger:hover .accordion__question,
.accordion__trigger[aria-expanded=true] .accordion__question {
  color: var(--ca-red);
}

.accordion__trigger[aria-expanded=true] .accordion__icon .icon {
  transform: rotate(45deg);
}

.accordion__panel {
  padding: 0 2.75rem 1.4rem 3rem;
}

.accordion__panel p {
  font-size: 0.86rem;
}

.before-after {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: var(--ca-card);
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.14);
}

.before-after__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.before-after__before {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: var(--position);
  overflow: hidden;
}

.before-after__image--before {
  width: calc(100% / (var(--position) / 100%));
  object-position: left;
}

.before-after__range {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.before-after__divider {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: var(--position);
  width: 1px;
  background: #fff;
  pointer-events: none;
}

.before-after__divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 2.6rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
}

.before-after__divider svg {
  width: 1.15rem;
  fill: none;
  stroke: var(--ca-text);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.before-after__label {
  position: absolute;
  z-index: 3;
  bottom: 1rem;
  padding: 0.28rem 0.65rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.52);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  pointer-events: none;
}

.before-after__label--before {
  left: 1rem;
}

.before-after__label--after {
  right: 1rem;
  background: rgba(196, 18, 48, 0.82);
}

.process__grid,
.projects__grid,
.finishes__grid {
  margin-block: 0;
}

.process-card {
  overflow: hidden;
  background: var(--ca-card);
}

.process-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.process-card__media img,
.project-card__media img,
.finish-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.process-card:hover img,
.project-card:hover img,
.finish-card:hover > img {
  transform: scale(1.035);
}

.process-card__media span {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  color: rgba(255, 255, 255, 0.22);
  font-family: var(--ca-serif);
  font-size: 4rem;
  line-height: 1;
}

.process-card__body {
  padding: clamp(1.5rem, 3vw, 2rem);
}

.process-card__body h3 {
  margin-bottom: 0.5rem;
}

.process-card__body p {
  font-size: 0.8rem;
}

.project-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.project-card:first-child .project-card__media {
  aspect-ratio: 1/1;
}

.project-card__media span {
  position: absolute;
  inset: auto 0 0;
  padding: 3rem 1.25rem 1.25rem;
  color: var(--ca-pink);
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.78));
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(1rem);
  transition: 0.35s ease;
}

.project-card:hover .project-card__media span {
  opacity: 1;
  transform: none;
}

.project-card__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
}

.project-card__meta h3 {
  color: #fff;
  font-size: 1.2rem;
}

.project-card__meta p,
.project-card__meta time {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.7rem;
}

.finish-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: var(--ca-card);
}

.finish-card::after {
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
  content: "";
}

.finish-card > div {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
}

.finish-card i {
  display: block;
  width: 1.25rem;
  height: 1px;
  margin-bottom: 0.75rem;
  background: rgba(255, 255, 255, 0.6);
  transition: width 0.3s ease;
}

.finish-card:hover i {
  width: 2.5rem;
}

.finish-card h3 {
  color: #fff;
  font-size: 1.2rem;
}

.finish-card p {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.7rem;
}

.review-card {
  height: auto;
  min-height: 15rem;
  padding: 1.75rem;
  background: var(--ca-bg);
  border: 1px solid var(--ca-border);
}

.review-card__stars {
  display: flex;
  color: var(--ca-surface);
}

.review-card__stars .icon {
  width: 0.8rem;
}

.review-card__stars .is-filled {
  color: var(--ca-red);
  fill: var(--ca-red);
}

.review-card > p {
  margin-block: 1.25rem;
  color: rgba(28, 28, 26, 0.76);
  font-size: 0.8rem;
  font-style: italic;
}

.review-card footer {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.review-card cite {
  font-size: 0.8rem;
  font-weight: 600;
}

.review-card footer span {
  color: var(--ca-muted);
  font-size: 0.68rem;
}

@media (max-width: 900px) {
  .process-card__media,
  .project-card:first-child .project-card__media,
  .project-card__media,
  .finish-card {
    aspect-ratio: 4/3;
  }
}
.home-hero {
  position: relative;
  min-height: 43rem;
  height: 100svh;
  overflow: hidden;
  color: #fff;
  background: var(--ca-black);
}

.home-hero__image,
.page-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero__image {
  opacity: 0.58;
  animation: hero-scale 1.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.home-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.26) 65%, transparent), linear-gradient(0deg, rgba(0, 0, 0, 0.48), transparent 45%);
}

.home-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
  padding-bottom: clamp(4rem, 9vw, 7rem);
}

.home-hero h1 {
  max-width: 68rem;
}

.home-hero h1 em {
  color: var(--ca-pink);
  font-weight: 400;
}

.home-hero__lead {
  max-width: 34rem;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.94rem;
}

.home-hero__note {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.home-hero__scroll {
  position: absolute;
  right: var(--ca-gutter);
  bottom: 2rem;
  width: 1px;
  height: 3rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.home-hero__scroll span {
  display: block;
  width: 100%;
  height: 45%;
  background: rgba(255, 255, 255, 0.65);
  animation: scroll-hint 2s ease-in-out infinite;
}

@keyframes hero-scale {
  from {
    transform: scale(1.07);
  }
  to {
    transform: scale(1);
  }
}
@keyframes scroll-hint {
  0% {
    opacity: 1;
    transform: translateY(-100%);
  }
  80%, 100% {
    opacity: 0;
    transform: translateY(230%);
  }
}
.trust-bar {
  color: #fff;
  background: var(--ca-dark);
}

.trust-bar__grid {
  margin-inline: auto;
}

.trust-bar__item {
  min-height: 6rem;
  padding: 1.25rem clamp(1rem, 2vw, 2rem);
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.trust-bar__item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.trust-bar__item strong {
  display: block;
  color: #fff;
  font-family: var(--ca-serif);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
}

.trust-bar__item span {
  display: block;
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
}

.comparison__table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.comparison__table {
  width: 100%;
  min-width: 39rem;
  font-size: 0.8rem;
}

.comparison__table th,
.comparison__table td {
  width: 33.333%;
  padding: 1rem;
  border-bottom: 1px solid var(--ca-border);
  text-align: center;
}

.comparison__table th {
  padding-top: 0;
  color: var(--ca-muted);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.comparison__table th:first-child,
.comparison__table td:first-child {
  padding-left: 0;
  text-align: left;
}

.comparison__table th span {
  display: inline-flex;
  padding: 0.4rem 0.8rem;
  color: #fff;
  background: var(--ca-red);
}

.comparison__table td:nth-child(2) {
  color: var(--ca-text);
  background: rgba(196, 18, 48, 0.05);
  font-weight: 600;
}

.result__grid {
  --bs-gutter-x: clamp(3rem, 7vw, 7rem);
}

.result__grid h2 {
  margin-bottom: 1.5rem;
}

.service-steps__grid {
  border: 1px solid var(--ca-border);
}

.service-step {
  position: relative;
  min-height: 22rem;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 2.75rem);
  border-right: 1px solid var(--ca-border);
  transition: background 0.25s ease;
}

.service-step:last-child {
  border: 0;
}

.service-step:hover {
  background: var(--ca-card);
}

.service-step__number {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  color: rgba(28, 28, 26, 0.05);
  font-family: var(--ca-serif);
  font-size: 5rem;
  line-height: 1;
}

.service-step i {
  display: block;
  width: 2rem;
  height: 1px;
  margin-bottom: 2rem;
  background: var(--ca-red);
}

.service-step h3 {
  max-width: 16rem;
  margin-bottom: 1rem;
}

.service-step p {
  font-size: 0.8rem;
}

.gallery-strip {
  padding-block: 2px;
  background: var(--ca-dark);
}

.swiper {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
}

.swiper-slide {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 100%;
}

.gallery-strip .swiper-slide {
  width: clamp(16rem, 25vw, 20rem);
  aspect-ratio: 4/3;
  margin-right: 2px;
  overflow: hidden;
}

.gallery-strip img,
.project-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-strip .swiper-slide:hover img,
.project-gallery .swiper-slide:hover img {
  transform: scale(1.04);
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 1.5rem;
}

.swiper-pagination-bullet {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: rgba(28, 28, 26, 0.22);
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: var(--ca-red);
}

.faq-section__grid {
  --bs-gutter-x: clamp(3rem, 7vw, 7rem);
}

.faq-section__grid > div:first-child > p:not(.eyebrow) {
  max-width: 22rem;
  margin-block: 1.5rem 2rem;
  font-size: 0.85rem;
}

.reviews__rating {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.8rem;
}

.reviews__rating .icon {
  width: 0.8rem;
  color: var(--ca-red);
  fill: var(--ca-red);
}

.reviews__rating span {
  margin-left: 0.5rem;
}

.reviews__slider .swiper-slide {
  width: calc(25% - 2px);
  margin-right: 2px;
}

.contact-cta__grid {
  --bs-gutter-x: clamp(2.5rem, 6vw, 5rem);
}

.contact-cta__pitch {
  align-self: center;
  border-left: 1px solid var(--ca-border);
}

.contact-cta h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.8rem, 3vw, 2.25rem);
}

.contact-list--dark {
  color: var(--ca-muted);
}

.page-hero {
  position: relative;
  height: 52vh;
  min-height: 23rem;
  overflow: hidden;
  color: #fff;
  background: #111;
}

.page-hero__image {
  opacity: 0.45;
  animation: hero-scale 1.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.3) 60%, transparent);
}

.page-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
  padding-bottom: clamp(3rem, 5vw, 4rem);
}

.page-hero h1 {
  max-width: 62rem;
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  line-height: 1.05;
}

.page-hero__subtitle {
  max-width: 36rem;
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.85rem;
}

.story__grid {
  --bs-gutter-x: clamp(3rem, 7vw, 7rem);
}

.story__copy > p {
  margin-bottom: 1.25rem;
  font-size: 0.88rem;
}

.story__copy .story__lead {
  color: rgba(28, 28, 26, 0.82);
  font-family: var(--ca-serif);
  font-size: 1.15rem;
}

.story blockquote {
  margin-block: 2rem;
  padding: 0.25rem 0 0.25rem 1.5rem;
  border-left: 2px solid var(--ca-red);
  color: rgba(28, 28, 26, 0.82);
  font-family: var(--ca-serif);
  font-size: 1.28rem;
  font-style: italic;
  line-height: 1.45;
}

.story__mosaic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

.story__mosaic img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.story__mosaic img:nth-child(2) {
  margin-top: 2rem;
}

.story__mosaic img:nth-child(3) {
  margin-top: -2rem;
}

.benefits h2 {
  margin-bottom: 3rem;
}

.benefits__grid {
  margin-inline: 0;
}

.benefits__grid article {
  padding: 1.75rem;
  background: var(--ca-bg);
  border: 1px solid var(--ca-border);
}

.benefits__grid i {
  display: block;
  width: 1.25rem;
  height: 1px;
  margin-bottom: 1.25rem;
  background: var(--ca-red);
}

.benefits__grid h3 {
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
}

.benefits__grid p {
  font-size: 0.78rem;
}

.stats-band {
  padding-block: 4.5rem;
  color: #fff;
  background: var(--ca-dark);
}

.stats-band__grid {
  text-align: center;
}

.stats-band strong {
  display: block;
  color: #fff;
  font-family: var(--ca-serif);
  font-size: 2.3rem;
  font-weight: 400;
}

.stats-band span {
  display: block;
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.how__intro {
  max-width: 40rem;
  margin-bottom: 4rem;
}

.how__steps {
  border-top: 1px solid var(--ca-border);
}

.how__steps article {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 2rem;
  padding-block: 2.5rem;
  border-bottom: 1px solid var(--ca-border);
}

.how__steps article > span {
  color: rgba(28, 28, 26, 0.08);
  font-family: var(--ca-serif);
  font-size: clamp(3.25rem, 6vw, 4.5rem);
  line-height: 1;
  transition: color 0.2s ease;
}

.how__steps article:hover > span {
  color: rgba(196, 18, 48, 0.15);
}

.how__steps h2 {
  margin-bottom: 0.7rem;
  font-size: 1.55rem;
}

.how__steps p {
  max-width: 48rem;
  font-size: 0.86rem;
}

.how__advantage {
  margin-top: 3.5rem;
  padding: clamp(2rem, 5vw, 3rem);
  background: var(--ca-surface);
  border: 1px solid var(--ca-border);
}

.how__advantage h2 {
  margin-bottom: 1rem;
  font-size: 1.65rem;
}

.faq-wide h2 {
  margin-block: 3rem 1rem;
  font-size: 2rem;
}

.faq-wide .accordion {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
}

.finish-page__list {
  display: grid;
  gap: clamp(5rem, 10vw, 9rem);
}

.finish-page__list article {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 6rem);
}

.finish-page__list article.is-reversed > div {
  order: 2;
}

.finish-page__list article.is-reversed > img {
  order: 1;
}

.finish-page__list h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.9rem, 3.4vw, 2.5rem);
}

.finish-page__list p {
  margin-bottom: 1.75rem;
  font-size: 0.86rem;
}

.finish-page__list img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.appliances__grid {
  --bs-gutter-x: clamp(3rem, 7vw, 7rem);
}

.appliances__grid:not(.row) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.appliances h2 {
  margin-bottom: 1.25rem;
}

.appliances__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem 1rem;
  margin-block: 1.5rem;
}

.appliances__list span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
}

.appliances__list i {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: var(--ca-red);
}

.appliances__brands {
  margin-bottom: 1.75rem;
  font-size: 0.66rem;
}

.appliances__grid > img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.contact-page__grid {
  --bs-gutter-x: clamp(3rem, 7vw, 7rem);
}

.contact-page__grid > div:first-child {
  padding-right: clamp(0rem, 4vw, 4rem);
  border-right: 1px solid var(--ca-border);
}

.contact-page__details {
  display: grid;
  gap: 1.3rem;
  margin-top: 2.5rem;
}

.contact-page__details > div {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-page__details > div > span {
  display: grid;
  flex: 0 0 auto;
  width: 2.1rem;
  aspect-ratio: 1;
  place-items: center;
  color: var(--ca-red);
  border: 1px solid rgba(196, 18, 48, 0.2);
}

.contact-page__details p {
  display: flex;
  flex-direction: column;
  color: var(--ca-text);
  font-size: 0.8rem;
}

.contact-page__details small {
  color: var(--ca-muted);
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
}

.form__field {
  min-width: 0;
}

.form__field--full,
.form__privacy,
.form__submit,
.wpcf7-response-output {
  grid-column: 1/-1;
}

.form__field label {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--ca-muted);
  font-size: 0.57rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.form__field input:not([type=checkbox]),
.form__field textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid var(--ca-border);
  border-radius: 0;
  outline: 0;
  background: var(--ca-card);
  font-size: 0.8rem;
  transition: border-color 0.2s ease;
}

.form__field textarea {
  min-height: 7rem;
  resize: vertical;
}

.form__field input:focus,
.form__field textarea:focus {
  border-color: var(--ca-red);
}

.form__privacy {
  color: var(--ca-muted);
  font-size: 0.7rem;
}

.form__privacy .wpcf7-list-item {
  margin: 0;
}

.form__submit input {
  width: 100%;
  min-height: 3.4rem;
  padding: 0.9rem 1.5rem;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: var(--ca-red);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 0.3rem;
  color: var(--ca-red);
  font-size: 0.68rem;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0.5rem 0 0;
  padding: 0.75rem;
  border: 1px solid var(--ca-border);
  font-size: 0.75rem;
}

.form-notice {
  padding: 1rem;
  border-left: 3px solid var(--ca-red);
  background: var(--ca-card);
}

.form__legal-notice {
  margin-bottom: 1.25rem;
  color: var(--ca-muted);
  font-size: 0.72rem;
}

.form__legal-notice a {
  color: var(--ca-red);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.thank-you {
  display: grid;
  min-height: 100svh;
  padding: calc(var(--ca-header) + 4rem) var(--ca-gutter) 4rem;
  place-items: center;
}

.thank-you__inner {
  max-width: 34rem;
  text-align: center;
}

.thank-you__inner > span {
  display: grid;
  width: 3.5rem;
  aspect-ratio: 1;
  margin: 0 auto 2rem;
  place-items: center;
  color: #fff;
  background: var(--ca-red);
}

.thank-you h1 {
  margin-bottom: 1rem;
  font-size: clamp(2.5rem, 6vw, 4rem);
}

.thank-you p {
  margin-bottom: 2rem;
}

.archive-projects__grid {
  --bs-gutter-x: 2.5rem;
}

.archive-card__media {
  overflow: hidden;
  aspect-ratio: 4/3;
}

.archive-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.archive-card:hover .archive-card__media img {
  transform: scale(1.04);
}

.archive-card__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-block: 1rem 0.5rem;
}

.archive-card__title h2 {
  font-size: 1.5rem;
  transition: color 0.2s ease;
}

.archive-card:hover h2 {
  color: var(--ca-red);
}

.archive-card > p {
  font-size: 0.79rem;
}

.archive-card dl {
  display: grid;
  gap: 0.35rem;
  margin-top: 1rem;
  font-size: 0.7rem;
}

.archive-card dl > div {
  display: flex;
  gap: 0.4rem;
}

.archive-card dt {
  color: var(--ca-red);
  font-weight: 600;
}

.archive-card dd {
  color: var(--ca-muted);
}

.project-cta {
  padding-block: 5rem;
  color: #fff;
  background: var(--ca-dark);
  text-align: center;
}

.project-cta h2 {
  margin-bottom: 1rem;
}

.project-cta p {
  max-width: 40rem;
  margin: 0 auto 2rem;
  color: rgba(255, 255, 255, 0.52);
}

.single-project .back-link {
  display: inline-block;
  margin-bottom: 4rem;
  color: var(--ca-muted);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.single-project__intro {
  --bs-gutter-x: clamp(3rem, 7vw, 7rem);
  margin-bottom: 5rem;
}

.single-project__intro:not(.row) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: clamp(3rem, 7vw, 7rem);
}

.single-project__intro > div:first-child > p {
  color: rgba(28, 28, 26, 0.82);
  font-size: 1rem;
}

.single-project__intro dl {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}

.single-project__intro dt {
  color: var(--ca-red);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.single-project__intro dd {
  color: var(--ca-muted);
  font-size: 0.8rem;
}

.project-gallery .swiper-slide {
  width: calc(25% - 2px);
  aspect-ratio: 1;
  margin-right: 2px;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .reviews__slider .swiper-slide {
    width: calc(50% - 1px);
  }
}
@media (max-width: 767px) {
  .result__grid,
  .faq-section__grid,
  .contact-cta__grid,
  .story__grid,
  .appliances__grid,
  .contact-page__grid,
  .archive-projects__grid,
  .single-project__intro,
  .site-footer__grid {
    --bs-gutter-x: 2.5rem;
  }
  .home-hero {
    min-height: 39rem;
    height: max(100svh, 39rem);
  }
  .home-hero__content {
    padding-top: calc(var(--ca-header) + 4rem);
    padding-bottom: clamp(3.5rem, 8vh, 5rem);
  }
  .home-hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.65rem);
    line-height: 0.98;
  }
  .home-hero__lead {
    margin-top: 1.2rem;
    font-size: 0.86rem;
  }
  .home-hero__scroll {
    display: none;
  }
  .trust-bar__item {
    min-height: 7rem;
  }
  .trust-bar__item:nth-child(odd) {
    border-left: 0;
  }
  .trust-bar__item:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
  }
  .service-step {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--ca-border);
  }
  .service-step:last-child {
    border-bottom: 0;
  }
  .appliances__grid:not(.row),
  .single-project__intro:not(.row) {
    grid-template-columns: 1fr;
  }
  .project-card__media span {
    opacity: 1;
    transform: none;
  }
  .reviews__slider .swiper-slide {
    width: 88%;
  }
  .contact-cta__pitch {
    padding-top: 3rem;
    border-top: 1px solid var(--ca-border);
    border-left: 0;
  }
  .page-hero {
    height: min(62svh, 34rem);
    min-height: 27rem;
  }
  .page-hero__content {
    padding-bottom: 2.75rem;
  }
  .page-hero h1 {
    font-size: clamp(2.3rem, 10vw, 3.4rem);
    overflow-wrap: anywhere;
  }
  .story__mosaic {
    margin-top: 1rem;
  }
  .how__steps article {
    grid-template-columns: 3.5rem minmax(0, 1fr);
    gap: 0.85rem;
    padding-block: 2rem;
  }
  .faq-wide .accordion {
    grid-template-columns: 1fr;
  }
  .finish-page__list article,
  .finish-page__list article.is-reversed {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .finish-page__list article.is-reversed > div,
  .finish-page__list article.is-reversed > img {
    order: initial;
  }
  .contact-page__grid > div:first-child {
    padding-right: 0;
    padding-bottom: 3rem;
    border-right: 0;
    border-bottom: 1px solid var(--ca-border);
  }
  .wpcf7-form {
    grid-template-columns: 1fr;
  }
  .form__field--full,
  .form__privacy,
  .form__submit,
  .wpcf7-response-output {
    grid-column: auto;
  }
  .project-gallery .swiper-slide {
    width: 72%;
  }
  .comparison__table {
    min-width: 34rem;
  }
  .stats-band {
    padding-block: 3.5rem;
  }
  .stats-band strong {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .appliances__list {
    grid-template-columns: 1fr;
  }
  .reviews__slider .swiper-slide {
    width: 92%;
  }
  .project-gallery .swiper-slide {
    width: 86%;
  }
}
@media (max-width: 359px) {
  .result__grid,
  .faq-section__grid,
  .contact-cta__grid,
  .story__grid,
  .appliances__grid,
  .contact-page__grid,
  .archive-projects__grid,
  .single-project__intro,
  .site-footer__grid {
    --bs-gutter-x: 2rem;
  }
}
.legal-page__header {
  padding-block: clamp(9rem, 15vw, 13rem) clamp(4rem, 8vw, 7rem);
  color: #fff;
  background: linear-gradient(125deg, var(--ca-dark), #343430);
}

.legal-page__header h1 {
  max-width: 62rem;
  font-size: clamp(3rem, 7vw, 6rem);
}

.legal-page__intro {
  max-width: 48rem;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
}

.legal-page__updated {
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-page__aside {
  position: relative;
}

.legal-page__toc {
  position: sticky;
  top: calc(var(--ca-header) + 2rem);
  padding: 1.75rem;
  border: 1px solid var(--ca-border);
  background: var(--ca-card);
}

.legal-page__toc > p {
  margin-bottom: 1rem;
  color: var(--ca-red);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.legal-page__toc ol {
  display: grid;
  gap: 0.7rem;
  counter-reset: legal-toc;
}

.legal-page__toc a {
  color: var(--ca-muted);
  font-size: 0.75rem;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.legal-page__toc a:hover,
.legal-page__toc a:focus-visible {
  color: var(--ca-red);
}

.legal-page__content {
  max-width: 58rem;
}

.legal-section {
  scroll-margin-top: calc(var(--ca-header) + 2rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
  border-bottom: 1px solid var(--ca-border);
}

.legal-section + .legal-section {
  padding-top: clamp(2.5rem, 5vw, 4rem);
}

.legal-section h2,
.legal-page__sources h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.legal-section__copy {
  color: rgba(28, 28, 26, 0.78);
  font-size: 0.88rem;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.legal-section__copy > * + * {
  margin-top: 1rem;
}

.legal-section__copy ul,
.legal-section__copy ol {
  display: grid;
  gap: 0.7rem;
  padding-left: 1.25rem;
  list-style: disc;
}

.legal-section__copy a,
.legal-page__contact a {
  color: var(--ca-red);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.legal-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.legal-section table {
  width: 100%;
  min-width: 40rem;
  border: 1px solid var(--ca-border);
  font-size: 0.75rem;
}

.legal-section th,
.legal-section td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--ca-border);
  text-align: left;
  vertical-align: top;
}

.legal-section th {
  background: var(--ca-surface);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-page__contact {
  margin-top: 3rem;
  padding: 1.5rem;
  border-left: 3px solid var(--ca-red);
  background: var(--ca-card);
  font-size: 0.82rem;
}

.legal-page__sources {
  margin-top: 4rem;
}

.legal-page__sources ul {
  display: grid;
  gap: 0.75rem;
}

.legal-page__sources a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ca-red);
  font-size: 0.78rem;
}

.legal-page__sources .icon {
  width: 0.9rem;
}

@media (max-width: 991px) {
  .legal-page__toc {
    position: static;
  }
}
@media (max-width: 767px) {
  .legal-page__header {
    padding-block: calc(var(--ca-header) + 3.5rem) 3.75rem;
  }
  .legal-page__header h1 {
    font-size: clamp(2.35rem, 11vw, 3.5rem);
    overflow-wrap: anywhere;
  }
  .legal-page__intro {
    font-size: 0.9rem;
  }
  .legal-page__toc {
    padding: 1.25rem;
  }
  .legal-section table {
    min-width: 34rem;
  }
}
@media print {
  .site-header,
  .site-footer,
  .legal-page__aside {
    display: none !important;
  }
  .legal-page__header {
    padding: 2rem 0;
    color: #000;
    background: #fff;
  }
  .legal-page__intro,
  .legal-page__updated {
    color: #333;
  }
  .legal-page__content {
    width: 100%;
    max-width: none;
  }
}