/** Shopify CDN: Minification failed

Line 55:0 Unexpected "{"
Line 55:1 Expected identifier but found "%"
Line 64:0 Unexpected "{"
Line 64:1 Expected identifier but found "%"
Line 1447:0 Unexpected "{"
Line 1447:1 Expected identifier but found "%"
Line 1449:0 Unexpected "{"
Line 1449:1 Expected identifier but found "%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:angel-about (INDEX:1) */
.angel-about {
    padding: 5.5rem 0;
    background: #fff;
  }

  .angel-about__grid {
    display: grid;
    gap: 1.75rem;
    align-items: start;
  }

@media screen and (min-width: 990px) {
  .angel-about__grid {
    grid-template-columns: minmax(18rem, 48%) minmax(0, 1fr);
    gap: 2.25rem 2.75rem;
    align-items: center;
  }
}

.angel-about__media {
  position: relative;
  max-width: none;
  height: auto;
}

.angel-about__img,
.angel-about__placeholder {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: var(--angel-radius-lg);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

{% unless page.handle == 'about' or template.name == 'index' %}
@media screen and (min-width: 990px) {
  .angel-about__img,
  .angel-about__placeholder {
    height: auto;
    max-height: 26rem;
    aspect-ratio: 4 / 3;
  }
}
{% endunless %}

  .angel-about__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--angel-sage-light, #eef3ea), var(--angel-cream-dark, #f3e6d4));
    font-size: 4rem;
  }

  .angel-about__badge {
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    background: var(--angel-ink);
    color: #fff;
    padding: 0.65rem 0.8rem;
    border-radius: var(--angel-radius);
    box-shadow: var(--angel-shadow);
    text-align: center;
    min-width: 4.5rem;
  }

  .angel-about__badge-value {
    display: block;
    font-family: var(--angel-font-display);
    font-size: 2rem;
    font-weight: 700;
    color: var(--angel-green);
    line-height: 1;
  }

  .angel-about__badge-label {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.75;
  }

  .angel-about__content h2 {
    font-size: clamp(1.875rem, 3.5vw, 2.5rem);
    margin: 0 0 1.25rem;
    color: var(--angel-ink);
  }

  .angel-about__richtext {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--angel-muted);
    margin-bottom: 1.5rem;
  }

  .angel-about__richtext p {
    margin: 0 0 1rem;
  }

  .angel-about__checks {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: grid;
    gap: 0.65rem;
  }

  .angel-about__checks li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--angel-ink);
  }

  .angel-about__checks li::before {
    content: '';
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.1rem;
    background: var(--angel-green);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center / contain no-repeat;
    background-color: var(--angel-green);
  }
/* END_SECTION:angel-about */

/* START_SECTION:angel-banner-slider (INDEX:4) */
.angel-banner {
    position: relative;
    margin-bottom: 0;
  }

  .angel-banner__slideshow {
    position: relative;
  }

  .angel-banner__track {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .angel-banner__track::-webkit-scrollbar {
    display: none;
  }

  .angel-banner__slide {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    min-height: var(--angel-banner-height, 420px);
    scroll-snap-align: start;
  }

  .angel-banner__slide.slideshow__slide {
    display: block;
  }

  .angel-banner__media {
    position: absolute;
    inset: 0;
  }

  .angel-banner__img,
  .angel-banner__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--angel-banner-focal-x, 50%) var(--angel-banner-focal-y, 50%);
    display: block;
  }

  .angel-banner__placeholder {
    background-size: cover;
    background-position: center;
  }

  .angel-banner__placeholder--1 {
    background-image: linear-gradient(135deg, #0d2818 0%, #1a4a2e 50%, #0d0f12 100%);
  }

  .angel-banner__placeholder--2 {
    background-image: linear-gradient(135deg, #1a1220 0%, #4a1a4e 50%, #0d0f12 100%);
  }

  .angel-banner__placeholder--3 {
    background-image: linear-gradient(135deg, #0d1a28 0%, #1a3a5c 50%, #0d0f12 100%);
  }

  .angel-banner__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
      90deg,
      rgba(255, 248, 238, calc(var(--overlay, 0.22) * 0.95)) 0%,
      rgba(255, 248, 238, calc(var(--overlay, 0.22) * 0.35)) 46%,
      transparent 72%
    );
  }

  .angel-banner__content,
  .angel-banner__text-layer {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    width: min(36rem, 42vw);
    max-width: min(36rem, 42vw);
    margin: 0;
    padding: 2rem 1.25rem 2.5rem;
    box-sizing: border-box;
    min-height: auto;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .angel-banner .angel-banner__eyebrow {
    color: #0d0f12;
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 0.9rem;
  }

  .angel-banner__heading {
    color: #0d0f12 !important;
    font-size: clamp(2.125rem, 6vw, 3.5rem);
    font-weight: 600;
    line-height: 1.08;
    margin: 0 0 1rem;
    max-width: 22ch;
  }

  .angel-banner__text {
    color: #0d0f12 !important;
    font-size: clamp(1.125rem, 2.8vw, 1.375rem);
    line-height: 1.65;
    margin: 0 0 1.5rem;
    max-width: 48ch;
    opacity: 1;
  }

  .angel-banner__content .angel-btn {
    align-self: flex-start;
    min-height: 3.125rem;
    padding: 0.85rem 2.1rem;
    font-size: clamp(1.0625rem, 2.2vw, 1.125rem);
  }

  .angel-banner__slide--align-center .angel-banner__content .angel-btn {
    align-self: center;
  }

  .angel-banner__slide--align-right .angel-banner__content .angel-btn {
    align-self: flex-end;
  }

  /* Hidden — keeps autoplay working without the Dawn pill bar */
  .angel-banner__controls {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
  }

  .angel-banner__progress {
    position: absolute;
    z-index: 10;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .angel-banner__progress-bar {
    display: block;
    width: 2rem;
    height: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.35);
    transition:
      width 0.4s ease,
      background 0.35s ease;
  }

  .angel-banner__progress-bar.is-active {
    width: 2.75rem;
    background: var(--angel-green, #1a9e4a);
    box-shadow: 0 0 12px rgba(26, 158, 74, 0.55);
  }

  @media screen and (min-width: 750px) {
    .angel-banner__content {
      padding-left: 2.5rem;
      padding-right: 1.5rem;
    }
  }

  @media screen and (max-width: 749px) {
    .angel-banner__content,
    .angel-banner__text-layer,
    .angel-banner__overlay {
      display: none !important;
    }
  }
/* END_SECTION:angel-banner-slider */

/* START_SECTION:angel-capabilities (INDEX:6) */
.angel-capabilities {
    padding: 5.5rem 0 6rem;
    background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
  }

  .angel-capabilities__header {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 3rem;
  }

  .angel-capabilities__header .angel-eyebrow {
    justify-content: center;
    margin-bottom: 0.75rem;
  }

  .angel-capabilities__header h2 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    margin: 0 0 1rem;
    color: var(--angel-ink);
  }

  .angel-capabilities__desc {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--angel-muted);
    margin: 0;
  }

  .angel-capabilities__grid {
    display: grid;
    gap: 1.5rem;
  }

  @media screen and (min-width: 750px) {
    .angel-capabilities__grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 1.75rem;
    }
  }

  .angel-cap-card {
    position: relative;
    background: #fff;
    border-radius: var(--angel-radius-lg);
    padding: 2rem 1.75rem 1.75rem;
    border: 1px solid var(--angel-border);
    box-shadow: 0 4px 24px rgba(13, 15, 18, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .angel-cap-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--angel-shadow);
  }

  .angel-cap-card__accent {
    width: 3rem;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--angel-green), var(--angel-purple));
    margin-bottom: 1.25rem;
  }

  .angel-cap-card__title {
    font-family: var(--angel-font-display);
    font-size: 1.5rem;
    margin: 0 0 0.75rem;
    color: var(--angel-ink);
  }

  .angel-cap-card__text {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--angel-muted);
    margin: 0 0 1.25rem;
  }

  .angel-cap-card__link {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--angel-green-dark);
    text-decoration: none;
  }

  .angel-cap-card__link:hover {
    color: var(--angel-purple);
  }
/* END_SECTION:angel-capabilities */

/* START_SECTION:angel-catalog-hero (INDEX:9) */
.angel-collection-intro {
    padding: 2rem 0 0;
    background: #fff;
  }

  .angel-collection-intro__inner {
    max-width: 48rem;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--angel-muted);
  }

  .angel-collection-intro__inner p:first-child {
    margin-top: 0;
  }
/* END_SECTION:angel-catalog-hero */

/* START_SECTION:angel-client-logos (INDEX:11) */
.angel-client-logos.angel-certificates--marquee {
    background: #fff8ee;
    padding-top: 0.5rem;
    padding-bottom: 2rem;
    overflow-x: clip;
  }

  .angel-client-logos__desc {
    margin: 0.5rem auto 0;
    max-width: 36rem;
    font-size: var(--angel-text-lg, 1.0625rem);
    line-height: 1.65;
    color: var(--angel-muted, #4a5560);
  }

  .angel-client-logos__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  body.angel-site.template-index .section-angel-client-logos {
    margin-top: -0.5rem;
  }

  .angel-client-logos__logo-img--pca {
    width: auto;
    max-width: 94%;
    max-height: none;
    height: 7.25rem;
    object-fit: cover;
    object-position: center 94%;
  }

  /* Full-width strip; keep natural video frame so play area stays visible */
  .angel-client-logos__video-wrap {
    width: 100%;
    max-width: none;
    margin: 3rem 0 0;
    padding: 0;
  }

  .angel-client-logos__video {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
    overflow: visible;
    border: none;
    background: #0f0f0f;
    box-shadow: none;
    line-height: 0;
  }

  .angel-client-logos__video-el {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    background: #0f0f0f;
  }

  .angel-client-logos__video-el::-webkit-media-controls {
    display: none !important;
  }

  .angel-client-logos__video-el::-webkit-media-controls-enclosure {
    display: none !important;
  }

  @media screen and (max-width: 749px) {
    .angel-client-logos.angel-certificates--marquee {
      padding-bottom: 1.5rem;
    }

    .angel-client-logos__video-wrap {
      margin-top: 2.25rem;
    }

    .angel-client-logos__video-el {
      width: 100%;
      height: auto;
    }
  }
/* END_SECTION:angel-client-logos */

/* START_SECTION:angel-collection-banner (INDEX:13) */
.angel-collection-intro {
    padding: 2rem 0 0;
    background: #fff;
  }

  .angel-collection-intro__inner {
    max-width: 48rem;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--angel-muted);
  }

  .angel-collection-intro__inner p:first-child {
    margin-top: 0;
  }
/* END_SECTION:angel-collection-banner */

/* START_SECTION:angel-collection-seo-body (INDEX:14) */
.angel-collection-seo {
    padding: 2rem 0 2.5rem;
    background: #fffaf3;
  }
  .angel-collection-seo__inner {
    display: grid;
    gap: 2.25rem;
  }
  .angel-collection-seo__intro {
    max-width: 48rem;
    margin: 0 auto;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #2a2118;
    text-align: left;
  }
  .angel-collection-seo__intro p:first-child {
    margin-top: 0;
  }
  .angel-collection-seo__heading {
    margin: 0 0 0.85rem;
    font-size: clamp(1.25rem, 2vw, 1.6rem);
    text-align: center;
    color: #0d0f12;
  }
  .angel-collection-seo__benefit-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  }
  .angel-collection-seo__benefit-list li {
    background: #fff;
    border: 1px solid #ead9c4;
    border-radius: 10px;
    padding: 1rem 1.1rem;
    font-size: 0.975rem;
    line-height: 1.5;
    color: #2a2118;
  }
  .angel-collection-seo__table-wrap {
    overflow-x: auto;
  }
  .angel-collection-seo__table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #ead9c4;
    border-radius: 10px;
    overflow: hidden;
  }
  .angel-collection-seo__table th,
  .angel-collection-seo__table td {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #f0e4d4;
    text-align: left;
    vertical-align: top;
    font-size: 0.95rem;
    line-height: 1.45;
  }
  .angel-collection-seo__table thead th {
    background: #f3e6d4;
    font-weight: 600;
  }
  .angel-collection-seo__note {
    margin: 0.75rem 0 0;
    font-size: 0.875rem;
    color: #5c656d;
    text-align: center;
  }
  .angel-collection-seo__apps-intro {
    margin: 0 auto 1rem;
    max-width: 42rem;
    text-align: center;
    color: #4a3d30;
  }
  .angel-collection-seo__app-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  }
  .angel-collection-seo__app-card {
    background: #fff;
    border: 1px solid #ead9c4;
    border-radius: 10px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }
  .angel-collection-seo__app-link {
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }
  .angel-collection-seo__app-link:hover strong {
    color: var(--angel-green, #1a5c34);
  }
  .angel-collection-seo__related-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem 1rem;
  }
  .angel-collection-seo__related-list a {
    color: var(--angel-green-dark, #0f2e1a);
    font-weight: 600;
  }
  .angel-collection-seo__cta {
    text-align: center;
    background: #fff;
    border: 1px solid #ead9c4;
    border-radius: 12px;
    padding: 1.75rem 1.25rem;
  }
  .angel-collection-seo__cta p {
    margin: 0 auto 1.15rem;
    max-width: 40rem;
    color: #4a3d30;
  }
  .angel-collection-seo__cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
  }
/* END_SECTION:angel-collection-seo-body */

/* START_SECTION:angel-cta-band (INDEX:15) */
.angel-cta-band {
    padding: 4rem 0;
    background: linear-gradient(120deg, var(--angel-green-dark) 0%, var(--angel-purple-dark) 100%);
    color: #fff;
  }

  .angel-cta-band__inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
  }

  @media screen and (min-width: 990px) {
    .angel-cta-band__inner {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
    }
  }

  .angel-cta-band__content h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    margin: 0 0 0.75rem;
    color: #fff;
  }

  .angel-cta-band__content p {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
    max-width: 32rem;
  }

  .angel-cta-band__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex-shrink: 0;
  }

  .angel-cta-band .angel-btn--secondary {
    border-color: rgba(255, 255, 255, 0.5);
  }
/* END_SECTION:angel-cta-band */

/* START_SECTION:angel-faq-contextual (INDEX:16) */
.angel-faq {
    padding: 5rem 0;
    background: #fff;
  }

  .angel-faq__layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .angel-faq__header {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto;
  }

  .angel-faq__header .angel-eyebrow {
    justify-content: center;
  }

  .angel-faq__header h2 {
    font-size: var(--angel-h2);
    margin: 0 0 0.75rem;
    color: var(--angel-ink);
  }

  .angel-faq__intro {
    font-size: var(--angel-text-lg);
    color: var(--angel-muted);
    line-height: 1.65;
    margin: 0;
  }

  .angel-faq__list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
  }

  .angel-faq__item {
    border: 1px solid var(--angel-border);
    border-radius: var(--angel-radius);
    background: #fafbfc;
    overflow: hidden;
  }

  .angel-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--angel-ink);
    cursor: pointer;
    list-style: none;
  }

  .angel-faq__question::-webkit-details-marker {
    display: none;
  }

  .angel-faq__icon {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    position: relative;
  }

  .angel-faq__icon::before,
  .angel-faq__icon::after {
    content: '';
    position: absolute;
    background: var(--angel-green);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .angel-faq__icon::before {
    width: 14px;
    height: 2px;
  }

  .angel-faq__icon::after {
    width: 2px;
    height: 14px;
    transition: transform 0.2s ease;
  }

  .angel-faq__item[open] .angel-faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
  }

  .angel-faq__answer {
    padding: 0 1.5rem 1.25rem;
    font-size: var(--angel-text-base);
    line-height: 1.7;
    color: var(--angel-muted);
  }

  .angel-faq__answer p {
    margin: 0;
  }
/* END_SECTION:angel-faq-contextual */

/* START_SECTION:angel-faq (INDEX:17) */
.angel-faq {
    padding: 3.5rem 0 4rem;
    background: var(--angel-cream, #fff8ee);
    border-top: 1px solid var(--angel-border, #ead9c4);
  }

  .angel-faq__layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .angel-faq__header {
    text-align: center;
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }

  .angel-faq__header .angel-eyebrow {
    justify-content: center;
  }

  .angel-faq__header h2 {
    font-size: clamp(1.5rem, 2.5vw, 1.85rem);
    margin: 0 0 0.75rem;
    color: var(--angel-ink);
    white-space: nowrap;
  }

  @media screen and (max-width: 749px) {
    .angel-faq__header h2 {
      white-space: normal;
    }
  }

  .angel-faq__intro {
    font-size: var(--angel-text-lg);
    color: var(--angel-muted);
    line-height: 1.65;
    margin: 0;
  }

  .angel-faq__list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
  }

  .angel-faq__item {
    border: 1px solid var(--angel-border);
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
  }

  .angel-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.35rem;
    font-size: 1.0rem;
    font-weight: 600;
    color: var(--angel-ink);
    cursor: pointer;
    list-style: none;
  }

  .angel-faq__question::-webkit-details-marker {
    display: none;
  }

  .angel-faq__icon {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    position: relative;
  }

  .angel-faq__icon::before,
  .angel-faq__icon::after {
    content: '';
    position: absolute;
    background: var(--angel-sage, #3d5c3a);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .angel-faq__icon::before {
    width: 14px;
    height: 2px;
  }

  .angel-faq__icon::after {
    width: 2px;
    height: 14px;
    transition: transform 0.2s ease;
  }

  .angel-faq__item[open] .angel-faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
  }

  .angel-faq__answer {
    padding: 0 1.35rem 1.25rem;
    font-size: 0.975rem;
    line-height: 1.7;
    color: var(--angel-ink-soft, #3d342c);
  }

  .angel-faq__answer p {
    margin: 0;
  }
/* END_SECTION:angel-faq */

/* START_SECTION:angel-featured-products (INDEX:18) */
.angel-products {
    padding: 4.5rem 0;
    background: #fff;
  }

  .angel-section-head {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 2.5rem;
  }

  .angel-section-head__title {
    font-size: var(--angel-h2);
    margin: 0 0 0.75rem;
    color: var(--angel-ink);
  }

  .angel-section-head__desc {
    font-size: var(--angel-text-lg);
    color: var(--angel-muted);
    margin: 0;
    line-height: 1.65;
  }

  .angel-products__grid {
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .angel-products__footer {
    text-align: center;
    margin-top: 2.5rem;
  }

  .angel-products__empty {
    text-align: center;
    font-size: var(--angel-text-base);
    color: var(--angel-muted);
    padding: 2rem;
    background: var(--angel-green-light);
    border-radius: var(--angel-radius);
  }
/* END_SECTION:angel-featured-products */

/* START_SECTION:angel-global-presence (INDEX:19) */
.angel-global {

    padding: 3.75rem 0;

    background: #fff;

  }



  .angel-global__layout {

    display: grid;

    gap: 2rem;

    align-items: center;

  }



  @media screen and (min-width: 990px) {

    .angel-global__layout {

      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);

      gap: 3rem;

    }

  }



  .angel-global__title {

    margin: 0.35rem 0 0.85rem;

    font-size: clamp(1.7rem, 3vw, 2.25rem);

    color: var(--angel-ink, #1c2420);

  }



  .angel-global__intro {

    font-size: 1.05rem;

    line-height: 1.7;

    color: #4a3d30;

    max-width: 32rem;

  }



  .angel-global__intro p {

    margin: 0 0 0.75rem;

  }



  .angel-global__stat {

    display: flex;

    flex-direction: column;

    gap: 0.25rem;

    margin: 1.5rem 0 0;

    padding: 1rem 1.15rem;

    border-left: 3px solid #c47b2b;

    background: #fffaf3;

  }



  .angel-global__stat-value {

    font-family: var(--angel-font-display, Georgia, serif);

    font-size: clamp(2rem, 4vw, 2.75rem);

    font-weight: 700;

    line-height: 1;

    color: #c47b2b;

  }



  .angel-global__stat-label {

    font-size: 0.9375rem;

    color: #5a4d40;

  }



  .angel-global__map {

    margin: 0;

  }



  .angel-global__media--video {
    position: relative;
    width: 100%;
    aspect-ratio: 960 / 540;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #ead9c4;
    background: #0f2e1a;
  }

  .angel-global__map-video,
  .angel-global__video-embed {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
    background: #0f2e1a;
  }

  .angel-global__map-img,
  .angel-global__map-fallback {
    display: block;
    width: 100%;
    aspect-ratio: 960 / 540;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ead9c4;
    background: #f7f1e8;
  }



  .angel-global__map-fallback {

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 2rem;

    text-align: center;

  }



  .angel-global__map-fallback-label {

    font-size: 0.9375rem;

    color: #7a6a58;

  }



  .angel-global__caption {

    margin-top: 0.75rem;

    font-size: 0.875rem;

    color: #7a6a58;

    text-align: center;

  }
/* END_SECTION:angel-global-presence */

/* START_SECTION:angel-hero (INDEX:20) */
.angel-hero {
    position: relative;
    min-height: min(72vh, 720px);
    display: flex;
    align-items: flex-end;
    padding-top: var(--hero-pad-top, 0);
    padding-bottom: var(--hero-pad-bottom, 0);
    color: #fff;
    overflow: hidden;
  }

  .angel-hero__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, #0a0c10 0%, #121820 45%, #1a1220 100%);
  }

  .angel-hero__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
  }

  .angel-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(10, 12, 16, 0.55) 0%,
      rgba(10, 12, 16, 0.75) 55%,
      rgba(10, 12, 16, 0.92) 100%
    );
  }

  .angel-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
  }

  .angel-hero__glow--green {
    width: 420px;
    height: 420px;
    background: rgba(26, 158, 74, 0.22);
    top: -8%;
    right: 10%;
  }

  .angel-hero__glow--purple {
    width: 360px;
    height: 360px;
    background: rgba(139, 45, 143, 0.2);
    bottom: 10%;
    left: -5%;
  }

  .angel-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 7rem;
    padding-bottom: 4rem;
  }

  .angel-hero__content {
    max-width: 52rem;
  }

  .angel-hero .angel-eyebrow {
    color: #7ee09a;
    margin-bottom: 1.25rem;
  }

  .angel-hero .angel-eyebrow::before {
    background: linear-gradient(90deg, #7ee09a, #c98acc);
  }

  .angel-hero__heading {
    font-size: clamp(2.5rem, 5.5vw, 4.25rem);
    margin: 0 0 1.25rem;
    color: #0d0f12;
  }

  .angel-hero__subheading {
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.65;
    color: #0d0f12;
    max-width: 38rem;
    margin: 0 0 2rem;
  }

  .angel-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .angel-hero__stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    margin-top: 3.5rem;
    background: rgba(255, 255, 255, 0.12);
    border-radius: var(--angel-radius-lg);
    overflow: hidden;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  @media screen and (min-width: 750px) {
    .angel-hero__stats {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .angel-hero__stat {
    padding: 1.5rem 1.25rem;
    background: rgba(255, 255, 255, 0.04);
    text-align: center;
  }

  .angel-hero__stat-value {
    display: block;
    font-family: var(--angel-font-display);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
  }

  .angel-hero__stat-label {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
/* END_SECTION:angel-hero */

/* START_SECTION:angel-how-we-work (INDEX:21) */
.angel-hww {
    padding: 4rem 0;
    background: #faf6ef;
  }

  .angel-hww__head {
    max-width: 40rem;
    margin: 0 auto 2.75rem;
    text-align: center;
  }

  .angel-hww__title {
    margin: 0.35rem 0 0.85rem;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    color: var(--angel-ink, #1c2420);
  }

  .angel-hww__intro {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a3d30;
  }

  .angel-hww__intro p {
    margin: 0;
  }

  .angel-hww__steps {
    display: grid;
    gap: 2.5rem;
  }

  .angel-hww__step {
    display: grid;
    gap: 1.5rem;
    align-items: center;
  }

  @media screen and (min-width: 990px) {
    .angel-hww__step {
      grid-template-columns: 1fr 1fr;
      gap: 2.75rem;
    }

    .angel-hww__step--reverse .angel-hww__media {
      order: 2;
    }

    .angel-hww__step--reverse .angel-hww__content {
      order: 1;
    }
  }

  .angel-hww__img,
  .angel-hww__img--fallback {
    display: block;
    width: 100%;
{% unless page.handle == 'about' %}
    aspect-ratio: 4 / 3;
{% endunless %}
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ead9c4;
    background: #efe6d8;
  }

  .angel-hww__content {
    max-width: 32rem;
  }

  .angel-hww__num {
    display: inline-block;
    font-family: var(--angel-font-display, Georgia, serif);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #c47b2b;
    margin-bottom: 0.5rem;
  }

  .angel-hww__step-title {
    margin: 0 0 0.85rem;
    font-size: clamp(1.35rem, 2.2vw, 1.65rem);
    color: var(--angel-ink, #1c2420);
  }

  .angel-hww__step-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a3d30;
  }

  .angel-hww__step-text p {
    margin: 0 0 0.75rem;
  }

  .angel-hww__step-text p:last-child {
    margin-bottom: 0;
  }
/* END_SECTION:angel-how-we-work */

/* START_SECTION:angel-industries (INDEX:22) */
.angel-industries {
    padding: 5rem 0;
    background: var(--angel-ink);
    color: #fff;
  }

  .angel-industries .angel-eyebrow {
    color: #7ee09a;
  }

  .angel-industries .angel-eyebrow::before {
    background: linear-gradient(90deg, #7ee09a, #c98acc);
  }

  .angel-industries__header {
    text-align: center;
    margin-bottom: 2.5rem;
  }

  .angel-industries__header h2 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    margin: 0;
    color: #fff;
  }

  .angel-industries__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  @media screen and (min-width: 750px) {
    .angel-industries__grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 1.25rem;
    }
  }

  @media screen and (min-width: 990px) {
    .angel-industries__grid {
      grid-template-columns: repeat(6, 1fr);
    }
  }

  .angel-industry-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--angel-radius);
    text-decoration: none;
    color: inherit;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  }

  .angel-industry-tile:hover {
    background: rgba(26, 158, 74, 0.12);
    border-color: rgba(126, 224, 154, 0.35);
    transform: translateY(-3px);
  }

  .angel-industry-tile__icon {
    font-size: 1.75rem;
    margin-bottom: 0.65rem;
  }

  .angel-industry-tile__title {
    font-weight: 600;
    font-size: 0.9375rem;
    margin-bottom: 0.25rem;
  }

  .angel-industry-tile__desc {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.4;
  }
/* END_SECTION:angel-industries */

/* START_SECTION:angel-products-hub-collections (INDEX:25) */
.angel-products-hub-collections {
    padding: 2.5rem 0 3rem;
    background: #fff;
  }

  .angel-products-hub-collections__head {
    margin-bottom: 2rem;
  }

  .angel-products-hub-collections__grid {
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .angel-products-hub-collections__card {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
    border-radius: var(--angel-radius-lg, 12px);
    border: 1px solid #ead9c4;
    background: #fffaf3;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .angel-products-hub-collections__card:hover {
    border-color: #c4a574;
    box-shadow: 0 8px 24px rgba(42, 33, 24, 0.08);
  }

  .angel-products-hub-collections__media {
    aspect-ratio: 1;
    background: #f3e6d4;
    overflow: hidden;
  }

  .angel-products-hub-collections__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .angel-products-hub-collections__media--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .angel-products-hub-collections__placeholder {
    font-family: var(--angel-font-display);
    font-size: 2.5rem;
    font-weight: 600;
    color: #8a7358;
  }

  .angel-products-hub-collections__title {
    margin: 0;
    padding: 1rem 1.1rem 1.15rem;
    font-size: 1.0625rem;
    line-height: 1.35;
    color: var(--angel-ink, #0d0f12);
  }
/* END_SECTION:angel-products-hub-collections */

/* START_SECTION:angel-reviews (INDEX:27) */
.angel-reviews {
    padding: 3.5rem 0 4rem;
    background: var(--angel-cream, #fff8ee);
    border-top: 1px solid var(--angel-border, #ead9c4);
  }

  .angel-reviews .angel-section-head {
    margin-bottom: 2rem;
  }

  .angel-reviews .angel-section-head__title {
    margin: 0.35rem 0 0;
    font-size: clamp(1.5rem, 2.5vw, 1.85rem);
    color: var(--angel-ink, #2a2118);
  }

  .angel-gmb {
    display: grid;
    gap: 1rem;
    align-items: center;
    margin: 0 auto 1.75rem;
    padding: 1rem 1.15rem;
    max-width: 56rem;
    background: #fff;
    border: 1px solid var(--angel-border);
    border-radius: 4px;
  }

  @media screen and (min-width: 750px) {
    .angel-gmb {
      grid-template-columns: 1.2fr auto auto;
      gap: 1.25rem;
    }
  }

  .angel-gmb__brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

  .angel-gmb__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #dadce0;
    color: #4285f4;
    font-family: Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  .angel-gmb__brand strong {
    display: block;
    font-size: 0.95rem;
    color: var(--angel-ink);
  }

  .angel-gmb__brand span {
    display: block;
    font-size: 0.75rem;
    color: var(--angel-muted);
  }

  .angel-gmb__score {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.55rem;
  }

  .angel-gmb__score em {
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--angel-ink);
  }

  .angel-gmb__stars {
    letter-spacing: 0.06em;
    color: #ddd;
  }

  .angel-gmb__count {
    font-size: 0.8125rem;
    color: var(--angel-muted);
  }

  .angel-gmb__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
  }

  .angel-gmb__actions .angel-btn {
    min-height: 2.35rem;
    padding: 0.45rem 0.95rem;
    font-size: 0.8125rem;
  }

  .angel-gmb-embed {
    margin: 0 0 1.75rem;
  }

  .angel-gmb-embed iframe {
    width: 100%;
    min-height: 22rem;
    border: 0;
    border-radius: 4px;
  }

  .angel-reviews__scroller {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1.25rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    outline: none;
  }

  .angel-reviews__scroller::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .angel-reviews__scroller:focus-visible {
    box-shadow: inset 0 0 0 2px var(--angel-sage, #3d5c3a);
  }

  .angel-reviews__track {
    display: flex;
    gap: 1.25rem;
    width: max-content;
    padding-inline: 1.25rem;
    padding-bottom: 0;
  }

  @media screen and (min-width: 750px) {
    .angel-reviews__scroller {
      scroll-padding-inline: 2.5rem;
    }

    .angel-reviews__track {
      padding-inline: 2.5rem;
      gap: 1.5rem;
    }
  }

  .angel-reviews__scroller .angel-review-card {
    flex: 0 0 min(22rem, calc(100vw - 4.5rem));
    width: min(22rem, calc(100vw - 4.5rem));
    scroll-snap-align: start;
  }

  @media screen and (min-width: 750px) {
    .angel-reviews__scroller .angel-review-card {
      flex-basis: min(24rem, calc((100vw - 7rem) / 2.35));
      width: min(24rem, calc((100vw - 7rem) / 2.35));
    }
  }

  @media screen and (min-width: 1200px) {
    .angel-reviews__scroller .angel-review-card {
      flex-basis: min(26rem, calc((100vw - 8rem) / 2.55));
      width: min(26rem, calc((100vw - 8rem) / 2.55));
    }
  }

  .angel-review-card {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 1.5rem 1.4rem 1.35rem;
    background: #fff;
    border: 1px solid var(--angel-border, #ead9c4);
    border-radius: 4px;
    box-shadow: none;
  }

  .angel-review-card__stars {
    display: flex;
    gap: 0.15rem;
    margin-bottom: 0.85rem;
    line-height: 1;
  }

  .angel-review-card__star {
    display: inline-block;
    width: 0.85rem;
    height: 0.85rem;
    color: #d8d0c4;
  }

  .angel-review-card__star::before {
    content: '\2605';
    font-size: 0.85rem;
    line-height: 1;
  }

  .angel-review-card__star.is-filled {
    color: var(--angel-sage, #3d5c3a);
  }

  .angel-review-card__quote {
    flex: 1;
    margin: 0 0 1.15rem;
    padding: 0;
    border: none;
    font-size: 0.975rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65;
    color: var(--angel-ink-soft, #3d342c);
  }

  .angel-review-card__quote::before {
    content: '\201C';
  }

  .angel-review-card__quote::after {
    content: '\201D';
  }

  .angel-review-card__author {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid var(--angel-border, #ead9c4);
  }

  .angel-review-card__author strong {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--angel-ink, #2a2118);
  }

  .angel-review-card__author span {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.8125rem;
    color: var(--angel-muted, #6b5e52);
    line-height: 1.4;
  }

  .angel-review-card__source {
    display: none;
  }
/* END_SECTION:angel-reviews */

/* START_SECTION:angel-shop-hero (INDEX:29) */
.angel-shop-hero {
    padding: 3rem 0 2.5rem;
    background: linear-gradient(165deg, #fff 0%, var(--angel-cream) 45%, var(--angel-sage-light) 100%);
    border-bottom: 1px solid var(--angel-border);
    text-align: center;
  }

  .angel-shop-hero .angel-eyebrow {
    justify-content: center;
  }

  .angel-shop-hero__title {
    font-size: var(--angel-h1);
    margin: 0 0 0.75rem;
    color: var(--angel-ink);
  }

  .angel-shop-hero__desc {
    margin: 0 auto;
    max-width: 36rem;
    font-size: var(--angel-text-lg);
    line-height: 1.65;
    color: var(--angel-muted);
  }
/* END_SECTION:angel-shop-hero */

/* START_SECTION:angel-trust-bar (INDEX:30) */
.angel-trust {
    background: #fff;
    border-bottom: 1px solid var(--angel-border);
    padding: 1.75rem 0;
    box-shadow: 0 4px 24px rgba(13, 15, 18, 0.04);
  }

  .angel-trust__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  @media screen and (min-width: 750px) {
    .angel-trust__list {
      grid-template-columns: repeat(4, 1fr);
      gap: 2rem;
    }
  }

  .angel-trust__item {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
  }

  .angel-trust__icon {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    background: var(--angel-green-light);
    color: var(--angel-green-dark);
    border-radius: 10px;
  }

  .angel-trust__text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .angel-trust__text strong {
    color: var(--angel-ink);
    font-weight: 600;
  }

  .angel-trust__text span {
    color: var(--angel-muted);
    font-size: 0.8125rem;
  }
/* END_SECTION:angel-trust-bar */

/* START_SECTION:angel-vision-mission (INDEX:31) */
/* Classic = current simple cards (revert target) */
  .angel-vm {
    padding: 3.5rem 0;
    background: #f7f1e8;
  }

  .angel-vm__grid {
    display: grid;
    gap: 1.5rem;
  }

  @media screen and (min-width: 750px) {
    .angel-vm__grid {
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
    }
  }

  .angel-vm__card {
    background: #fffaf3;
    border: 1px solid #ead9c4;
    border-radius: 4px;
    padding: 1.75rem 1.5rem;
  }

  @media screen and (min-width: 750px) {
    .angel-vm__card {
      padding: 2rem 1.85rem;
    }
  }

  .angel-vm__title {
    margin: 0.35rem 0 1rem;
    font-size: clamp(1.45rem, 2.5vw, 1.85rem);
    color: var(--angel-ink, #1c2420);
  }

  .angel-vm__body {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a3d30;
  }

  .angel-vm__body p {
    margin: 0 0 0.85rem;
  }

  .angel-vm__body p:last-child {
    margin-bottom: 0;
  }
/* END_SECTION:angel-vision-mission */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:angel-product-specs (INDEX:117) */
.angel-product-specs {
    margin-top: 1.75rem;
  }
  .angel-product-specs__note {
    margin: 0 0 0.85rem;
    font-size: 0.9rem;
    color: var(--angel-muted, #5c656d);
    max-width: 42rem;
  }
  .angel-product-specs__table-wrap {
    overflow-x: auto;
  }
  .angel-product-specs__table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #ead9c4;
  }
  .angel-product-specs__table th,
  .angel-product-specs__table td {
    padding: 0.7rem 0.9rem;
    border-bottom: 1px solid #f0e4d4;
    text-align: left;
    vertical-align: top;
    font-size: 0.9375rem;
    line-height: 1.45;
  }
  .angel-product-specs__table th {
    width: 38%;
    background: #fff8ee;
    font-weight: 600;
    color: #2a2118;
  }
/* END_SNIPPET:angel-product-specs */