/** Shopify CDN: Minification failed

Line 15:0 Unexpected "<"
Line 932:0 Unexpected "<"
Line 1834:0 Unexpected "<"
Line 2325:0 Unexpected "<"
Line 3106:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:page-about-us (INDEX:76) */
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
  .about-us-wrapper *,
  .about-us-wrapper *::before,
  .about-us-wrapper *::after {
    box-sizing: border-box;
  }

  .about-us-wrapper {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--cream);
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: clip;
  }

  /* ===== NAVIGATION ===== */
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 48px;
    transition: background 0.4s ease, box-shadow 0.4s ease;
  }

  .nav.scrolled {
    background: rgba(245, 240, 232, 0.97);
    backdrop-filter: blur(12px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  }

  .nav-logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--white);
    text-decoration: none;
    transition: color 0.4s;
  }

  .nav.scrolled .nav-logo {
    color: var(--text-dark);
  }

  .nav-links {
    display: flex;
    gap: 36px;
    list-style: none;
  }

  .nav-links a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.78em;
    font-weight: 400;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    transition: color 0.3s, opacity 0.3s;
  }

  .nav-links a:hover {
    color: var(--white);
  }

  .nav.scrolled .nav-links a {
    color: var(--text-body);
  }

  .nav.scrolled .nav-links a:hover {
    color: var(--text-dark);
  }

  .nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--text-dark);
    text-decoration: none;
    font-size: 0.78em;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all 0.3s;
  }

  .nav.scrolled .nav-cta {
    background: var(--dark-green);
    color: var(--white);
  }

  /* ===== HERO ===== */
  .hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0 48px 80px;
    background: var(--dark-green);
    overflow: hidden;
  }

  .hero-bg-fallback {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #3a4f3a 0%, #1a2e1a 40%, #2d3b2d 70%, #4a6a4a 100%);
    z-index: 0;
  }

  .hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(45, 59, 45, 0.2) 0%, rgba(45, 59, 45, 0.55) 70%, rgba(45, 59, 45, 0.8) 100%);
    z-index: 1;
  }

  .hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to top, rgba(26, 46, 26, 0.6), transparent);
    z-index: 1;
    pointer-events: none;
  }

  /* === ENHANCED HERO CONTENT === */
  .hero-accent-line {
    position: relative;
    z-index: 2;
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c5a55a, transparent);
    margin: 0 auto 24px;
    animation: fadeInUp 1s ease-out 0.3s both;
  }

  .hero-subtitle {
    position: relative;
    z-index: 2;
    font-size: 0.78em;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
    text-align: center;
    animation: fadeInUp 1s ease-out 0.5s both;
  }

  .hero-title {
    position: relative;
    z-index: 2;
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(3.5rem, 10vw, 6rem) !important;
    font-weight: 400 !important;
    letter-spacing: 6px !important;
    color: var(--white) !important;
    text-align: center !important;
    margin-bottom: 8px !important;
    text-transform: none !important;
    line-height: 1 !important;
    animation: fadeInUp 1s ease-out 0.7s both;
    text-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  }

  .hero-accent-line-2 {
    position: relative;
    z-index: 2;
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c5a55a, transparent);
    margin: 8px auto 20px;
    animation: fadeInUp 1s ease-out 0.8s both;
  }

  .hero-tagline {
    position: relative;
    z-index: 2;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.12rem);
    font-weight: 300;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.72);
    max-width: 600px;
    text-align: center;
    margin: 16px auto 36px;
    animation: fadeInUp 1s ease-out 1s both;
  }

  .hero-cta-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 28px;
    align-items: center;
    margin-bottom: 48px;
    animation: fadeInUp 1s ease-out 1.2s both;
  }

  .hero-cta-btn {
    display: inline-block;
    padding: 16px 40px;
    background: linear-gradient(135deg, #c5a55a, #d4ba7a);
    color: #1a1a1a;
    font-family: 'Inter', sans-serif;
    font-size: 0.82em;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.4s ease;
  }

  .hero-cta-btn:hover {
    background: linear-gradient(135deg, #d4ba7a, #e8d09a);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(197, 165, 90, 0.3);
  }

  .hero-cta-link {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.82em;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 2px;
  }

  .hero-cta-link:hover {
    color: #d4ba7a;
    border-bottom-color: #d4ba7a;
  }

  .hero-meta {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 0.7em;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    animation: fadeInUp 1s ease-out 1.5s both;
  }

  .meta-divider {
    font-size: 0.5em;
    color: var(--gold);
    vertical-align: middle;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(24px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* ===== DIVIDER ===== */
  .section-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.08), transparent);
    max-width: 1200px;
    margin: 0 auto;
  }

  /* ===== INTRO STATEMENT ===== */
  .intro {
    padding: 60px 48px 100px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
  }

  .intro-text {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.4rem, 2.8vw, 2.2rem);
    font-weight: 400;
    line-height: 1.55;
    color: var(--text-dark);
    font-style: italic;
  }

  .intro-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 44px;
    padding: 14px 30px;
    border: 1px solid var(--text-dark);
    border-radius: 50px;
    color: var(--text-dark);
    text-decoration: none;
    font-size: 0.78em;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    transition: all 0.3s;
  }

  .intro-cta:hover {
    background: var(--text-dark);
    color: var(--white);
  }

  .intro-cta svg {
    width: 14px;
    height: 14px;
    transition: transform 0.3s;
  }

  .intro-cta:hover svg {
    transform: translateX(3px);
  }

  /* ===== TWO-COLUMN SECTIONS ===== */
  .split-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 580px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }

  .split-section.reverse .split-image {
    order: 2;
  }

  .split-section.reverse .split-content {
    order: 1;
  }

  .split-image {
    position: relative;
    overflow: hidden;
    min-height: 480px;
  }

  .split-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
  }

  .split-section:hover .split-image img {
    transform: scale(1.03);
  }

  .split-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 72px;
  }

  .split-label {
    font-size: 0.72em;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--text-light);
    margin-bottom: 24px;
  }

  .split-heading {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 2.8vw, 2.6rem);
    font-weight: 400;
    line-height: 1.2;
    color: var(--text-dark);
    margin-bottom: 32px;
  }

  .split-text {
    font-size: 0.98em;
    line-height: 1.85;
    color: var(--text-body);
    font-weight: 300;
    max-width: 480px;
  }

  .split-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 36px;
    font-size: 0.78em;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-dark);
    text-decoration: none;
    border-bottom: 1px solid var(--text-dark);
    padding-bottom: 4px;
    transition: gap 0.3s;
    width: fit-content;
  }

  .split-link:hover {
    gap: 14px;
  }

  /* ===== THREE-COLUMN FEATURES ===== */
  .features {
    padding: 100px 48px;
    background: var(--cream);
  }

  .features-header {
    text-align: center;
    margin-bottom: 72px;
  }

  .features-label {
    font-size: 0.72em;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--text-light);
    margin-bottom: 20px;
  }

  .features-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3vw, 2.6rem);
    font-weight: 400;
    line-height: 1.3;
    color: var(--text-dark);
    max-width: 650px;
    margin: 0 auto;
  }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
  }

  .feature-card {
    padding: 36px 32px;
    border-top: 2px solid var(--dark-green);
    transition: background 0.3s;
  }

  .feature-card:hover {
    background: rgba(255, 255, 255, 0.4);
  }

  .feature-card h3 {
    font-family: 'Inter', sans-serif;
    font-size: 0.95em;
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 14px;
  }

  .feature-card p {
    font-size: 0.9em;
    line-height: 1.7;
    color: var(--text-body);
    font-weight: 300;
  }

  /* ===== FULL-WIDTH QUOTE BANNER ===== */
  .quote-banner {
    position: relative;
    padding: 120px 48px;
    background: linear-gradient(135deg, var(--dark-green) 0%, #1a2e1a 50%, var(--forest) 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 480px;
  }

  .quote-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -30%;
    width: 160%;
    height: 200%;
    background: radial-gradient(ellipse at 30% 50%, rgba(197, 165, 90, 0.12) 0%, transparent 60%);
    pointer-events: none;
  }

  .sparkle-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }

  .quote-inner {
    position: relative;
    z-index: 2;
    max-width: 850px;
    text-align: center;
  }

  .quote-label {
    font-size: 0.72em;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 40px;
  }

  .quote-text {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3.2vw, 2.8rem);
    font-weight: 400;
    font-style: italic;
    line-height: 1.45;
    color: var(--white);
  }

  /* ===== PROMISE SECTION ===== */
  .promise {
    padding: 100px 48px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .promise-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    margin-bottom: 64px;
  }

  .promise-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 400;
    line-height: 1.2;
    color: var(--text-dark);
  }

  .promise-desc {
    font-size: 0.98em;
    line-height: 1.85;
    color: var(--text-body);
    font-weight: 300;
    align-self: end;
  }

  .promise-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .promise-item {
    padding: 32px 40px 32px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }

  .promise-item:nth-child(even) {
    padding-left: 40px;
    padding-right: 0;
  }

  .promise-number {
    font-family: 'Playfair Display', serif;
    font-size: 1.8em;
    font-weight: 400;
    color: var(--gold);
    line-height: 1;
    min-width: 44px;
  }

  .promise-item-content h4 {
    font-size: 0.95em;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--text-dark);
  }

  .promise-item-content p {
    font-size: 0.88em;
    line-height: 1.7;
    color: var(--text-body);
    font-weight: 300;
  }

  /* ===== CATEGORY GRID ===== */
  .category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 480px;
  }

  .category-panel {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .category-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
  }

  .category-panel:hover img {
    transform: scale(1.06);
  }

  .category-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
  }

  .category-panel span {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-size: 0.78em;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--white);
    white-space: nowrap;
  }

  /* ===== CTA SECTION ===== */
  .cta-section {
    position: relative;
    padding: 120px 48px;
    text-align: center;
    background: var(--cream);
    overflow: hidden;
  }

  .cta-divider {
    width: 1px;
    height: 60px;
    background: rgba(0, 0, 0, 0.12);
    margin: 0 auto 60px;
  }

  .cta-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 400;
    line-height: 1.2;
    color: var(--text-dark);
    margin-bottom: 24px;
  }

  .cta-text {
    font-size: 1em;
    line-height: 1.85;
    color: var(--text-body);
    font-weight: 300;
    max-width: 560px;
    margin: 0 auto 44px;
  }

  .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: var(--dark-green);
    color: var(--white);
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all 0.3s;
  }

  .cta-btn:hover {
    background: var(--forest);
    gap: 14px;
  }

  .cta-btn svg {
    width: 14px;
    height: 14px;
  }

  /* ===== FOOTER ===== */
  .footer {
    background: var(--black);
    color: var(--white);
    padding: 80px 48px 40px;
  }

  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
  }

  .footer-brand p {
    font-family: 'Playfair Display', serif;
    font-size: 1.1em;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.55);
    max-width: 380px;
    margin-top: 16px;
    font-weight: 400;
  }

  .footer-logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 3px;
  }

  .footer-columns {
    display: flex;
    gap: 72px;
  }

  .footer-col h4 {
    font-size: 0.82em;
    font-weight: 500;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.85);
  }

  .footer-col a {
    display: block;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    font-size: 0.88em;
    margin-bottom: 12px;
    transition: color 0.25s;
  }

  .footer-col a:hover {
    color: var(--white);
  }

  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
    font-size: 0.78em;
    color: rgba(255, 255, 255, 0.3);
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 1024px) {
    .split-section {
      grid-template-columns: 1fr;
    }

    .split-section.reverse .split-image {
      order: 0;
    }

    .split-section.reverse .split-content {
      order: 0;
    }

    .split-image {
      min-height: 400px;
    }

    .features-grid {
      grid-template-columns: 1fr 1fr;
    }

    .category-grid {
      grid-template-columns: 1fr 1fr;
      min-height: 360px;
    }

    .promise-header {
      grid-template-columns: 1fr;
      gap: 24px;
    }
  }

  @media (max-width: 768px) {
    .nav {
      padding: 16px 24px;
    }

    .nav-links {
      display: none;
    }

    .hero {
      padding: 0 24px 60px;
    }

    .hero-title {
      letter-spacing: 6px !important;
    }

    .hero-cta-wrap {
      flex-direction: column;
      gap: 16px;
    }

    .intro {
      padding: 48px 24px 80px;
    }

    .split-content {
      padding: 48px 24px;
    }

    .features {
      padding: 60px 24px;
    }

    .features-grid {
      grid-template-columns: 1fr;
    }

    .quote-banner {
      padding: 80px 24px;
      min-height: 380px;
    }

    .promise {
      padding: 60px 24px;
    }

    .promise-items {
      grid-template-columns: 1fr;
    }

    .promise-item:nth-child(even) {
      padding-left: 0;
    }

    .promise-item {
      padding-right: 0;
    }

    .category-grid {
      grid-template-columns: 1fr 1fr;
    }

    .cta-section {
      padding: 80px 24px;
    }

    .footer {
      padding: 48px 24px 32px;
    }

    .footer-top {
      flex-direction: column;
      gap: 48px;
    }

    .footer-columns {
      gap: 32px;
      flex-wrap: wrap;
    }
  }

  /* ===== ANIMATIONS ===== */
  .fade-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }

  .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }
/* END_SECTION:page-about-us */

/* START_SECTION:page-certification-guide (INDEX:77) */
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">

  .cgw *,
  .cgw *::before,
  .cgw *::after {
    box-sizing: border-box;
  }

  .cgw {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--cgw-cream);
    color: var(--cgw-text-dark);
    line-height: 1.6;
    overflow-x: clip;
  }

  /* ===== HERO ===== */
  .cgw-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0 48px 80px;
    background: var(--cgw-dark-green);
    overflow: hidden;
  }

  .cgw-hero-bg-fallback {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, var(--cgw-dark-green) 0%, #1a2e1a 60%, #0f1f0f 100%);
    z-index: 0;
  }

  .cgw-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(45, 59, 45, 0.2) 0%, rgba(45, 59, 45, 0.55) 70%, rgba(45, 59, 45, 0.8) 100%);
    z-index: 1;
  }

  .cgw-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(197, 165, 90, 0.12) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
  }

  .cgw-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to top, rgba(26, 46, 26, 0.6), transparent);
    z-index: 1;
    pointer-events: none;
  }

  .cgw-sparkle-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }

  .cgw-hero-accent-line {
    position: relative;
    z-index: 3;
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--cgw-gold), transparent);
    margin: 0 auto 24px;
    animation: cgwFadeInUp 1s ease-out 0.3s both;
  }

  .cgw-hero-eyebrow {
    position: relative;
    z-index: 3;
    font-size: 0.72em;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--cgw-gold);
    margin-bottom: 20px;
    text-align: center;
    animation: cgwFadeInUp 1s ease-out 0.5s both;
  }

  .cgw-hero-title {
    position: relative;
    z-index: 3;
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(2.2rem, 8vw, 5rem) !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
    color: var(--cgw-white) !important;
    text-align: center !important;
    margin-bottom: 8px !important;
    text-transform: none !important;
    line-height: 1.1 !important;
    animation: cgwFadeInUp 1s ease-out 0.7s both;
    text-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  }

  .cgw-hero-logo-wrapper {
    position: relative;
    z-index: 3;
    margin: 0;
    width: 100%;
    animation: cgwFadeInUp 1s ease-out 0.7s both;
  }

  .cgw .cgw-hero-logo-wrapper .cgw-hero-logo {
    display: block;
    height: auto !important;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
  }

  .cgw-hero-accent-line-2 {
    position: relative;
    z-index: 3;
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--cgw-gold), transparent);
    margin: 8px auto 20px;
    animation: cgwFadeInUp 1s ease-out 0.8s both;
  }

  .cgw-hero-tagline {
    position: relative;
    z-index: 3;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.12rem);
    font-weight: 300;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.72);
    max-width: 640px;
    text-align: center;
    margin: 16px auto 36px;
    animation: cgwFadeInUp 1s ease-out 1s both;
  }

  .cgw-hero-cta-wrap {
    position: relative;
    z-index: 3;
    display: flex;
    gap: 28px;
    align-items: center;
    margin-bottom: 48px;
    animation: cgwFadeInUp 1s ease-out 1.2s both;
  }

  .cgw-hero-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border: 1px solid rgba(197, 165, 90, 0.6);
    border-radius: 50px;
    color: var(--cgw-gold);
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.78em;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }

  .cgw-hero-cta-btn:hover {
    background: rgba(197, 165, 90, 0.15);
    border-color: var(--cgw-gold);
  }

  .cgw-hero-cta-link {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.82em;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 2px;
  }

  .cgw-hero-cta-link:hover {
    color: var(--cgw-gold-light);
    border-bottom-color: var(--cgw-gold-light);
  }

  .cgw-hero-meta {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 0.7em;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    animation: cgwFadeInUp 1s ease-out 1.5s both;
  }

  .cgw-meta-divider {
    font-size: 0.5em;
    color: var(--cgw-gold);
    vertical-align: middle;
  }

  @keyframes cgwFadeInUp {
    from {
      opacity: 0;
      transform: translateY(24px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* ===== INTRO ===== */
  .cgw-intro {
    padding: 80px 48px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
  }

  .cgw-intro-text {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.3rem, 2.5vw, 2rem);
    font-weight: 400;
    line-height: 1.6;
    color: var(--cgw-text-dark);
    font-style: italic;
  }

  /* ===== DIVIDER ===== */
  .cgw-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.08), transparent);
    max-width: 1200px;
    margin: 0 auto;
  }

  /* ===== SECTION LABELS ===== */
  .cgw-section-label {
    font-size: 0.72em;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--cgw-text-light);
    margin-bottom: 20px;
    display: block;
  }

  .cgw-section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3vw, 2.8rem);
    font-weight: 400;
    line-height: 1.25;
    color: var(--cgw-text-dark);
    max-width: 700px;
    margin: 0 auto;
  }

  /* ===== WHAT IS A CERT – split layout ===== */
  .cgw-what-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    max-width: 100%;
  }

  .cgw-what-content {
    padding: 80px 64px 80px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .cgw-what-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 2.5vw, 2.4rem);
    font-weight: 400;
    color: var(--cgw-text-dark);
    line-height: 1.2;
    margin: 0 0 20px;
  }

  .cgw-what-content p {
    font-size: 0.98em;
    line-height: 1.85;
    color: var(--cgw-text-body);
    font-weight: 300;
    margin-bottom: 20px;
  }

  .cgw-what-visual {
    background: linear-gradient(135deg, var(--cgw-dark-green) 0%, #1a2e1a 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 48px;
    position: relative;
    overflow: hidden;
  }

  .cgw-what-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, rgba(197, 165, 90, 0.1) 0%, transparent 65%);
  }

  .cgw-what-visual-title {
    font-family: 'Playfair Display', serif;
    font-size: 0.85em;
    color: var(--cgw-gold);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
  }

  .cgw-cert-items {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 340px;
    position: relative;
    z-index: 1;
  }

  .cgw-cert-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .cgw-cert-item:last-child {
    border-bottom: none;
  }

  .cgw-cert-item-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cgw-gold);
    flex-shrink: 0;
  }

  .cgw-cert-item-label {
    font-size: 0.8em;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.5px;
    min-width: 120px;
  }

  .cgw-cert-item-desc {
    font-size: 0.78em;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    line-height: 1.4;
  }

  /* ===== CERTIFYING BODIES ===== */
  .cgw-bodies-section {
    padding: 100px 48px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .cgw-bodies-header {
    text-align: center;
    margin-bottom: 72px;
  }

  .cgw-bodies-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }

  .cgw-body-card {
    padding: 48px 48px 48px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
  }

  .cgw-body-card:nth-child(2),
  .cgw-body-card:nth-child(3) {
    padding-left: 48px;
  }

  .cgw-body-card:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }

  .cgw-body-acronym {
    font-family: 'Playfair Display', serif;
    font-size: 2.8em;
    font-weight: 400;
    color: var(--cgw-gold);
    line-height: 1;
    margin-bottom: 8px;
    opacity: 0.8;
  }

  .cgw-body-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 400;
    color: var(--cgw-text-light);
    margin: 0 0 20px;
    line-height: 1.4;
  }

  .cgw-body-card > p {
    font-size: 0.9em;
    line-height: 1.8;
    color: var(--cgw-text-body);
    font-weight: 300;
    margin-bottom: 20px;
    flex: 1;
  }

  .cgw-body-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid rgba(197, 165, 90, 0.35);
    border-radius: 50px;
    font-size: 0.72em;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--cgw-gold);
    align-self: flex-start;
  }

  /* ===== QUOTE BANNER ===== */
  .cgw-quote-banner {
    position: relative;
    padding: 120px 48px;
    background: linear-gradient(135deg, var(--cgw-dark-green) 0%, #1a2e1a 50%, var(--cgw-forest) 100%);
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 480px;
  }

  .cgw-quote-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -30%;
    width: 160%;
    height: 200%;
    background: radial-gradient(ellipse at 30% 50%, rgba(197, 165, 90, 0.12) 0%, transparent 60%);
    pointer-events: none;
  }

  .cgw-quote-inner {
    position: relative;
    z-index: 2;
    max-width: 850px;
    text-align: center;
  }

  .cgw-quote-label {
    font-size: 0.72em;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 40px;
  }

  .cgw-quote-text {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.3rem, 2.8vw, 2.2rem);
    font-weight: 400;
    line-height: 1.55;
    color: var(--cgw-white);
    max-width: 800px;
    margin: 0 auto;
    font-style: italic;
  }

  .cgw-quote-ornament {
    width: 40px;
    height: 1px;
    background: var(--cgw-gold);
    margin: 32px auto 0;
  }

  /* ===== READING YOUR CERT ===== */
  .cgw-reading-section {
    padding: 100px 48px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .cgw-reading-header {
    text-align: center;
    margin-bottom: 72px;
  }

  .cgw-reading-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .cgw-reading-item {
    padding: 40px 48px 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }

  .cgw-reading-item:nth-child(2n) {
    padding-left: 48px;
    padding-right: 0;
  }

  .cgw-reading-number {
    font-family: 'Playfair Display', serif;
    font-size: 1.8em;
    font-weight: 400;
    color: var(--cgw-gold);
    line-height: 1;
    min-width: 44px;
  }

  .cgw-reading-content h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--cgw-text-dark);
  }

  .cgw-reading-content p {
    font-size: 0.9em;
    line-height: 1.75;
    color: var(--cgw-text-body);
    font-weight: 300;
  }

  /* ===== LAB-GROWN CERT ===== */
  .cgw-labgrown-section {
    background: var(--cgw-cream);
    padding: 100px 48px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }

  .cgw-labgrown-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
  }

  .cgw-labgrown-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 2.5vw, 2.4rem);
    font-weight: 400;
    color: var(--cgw-text-dark);
    line-height: 1.2;
    margin: 0 0 24px;
  }

  .cgw-labgrown-text p {
    font-size: 0.95em;
    line-height: 1.85;
    color: var(--cgw-text-body);
    font-weight: 300;
    margin-bottom: 16px;
  }

  .cgw-labgrown-features {
    display: flex;
    flex-direction: column;
  }

  .cgw-labgrown-feature {
    display: flex;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    align-items: flex-start;
  }

  .cgw-labgrown-feature:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
  }

  .cgw-labgrown-feature-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    margin-top: 2px;
    fill: none;
    stroke: var(--cgw-gold);
    stroke-width: 1.2;
  }

  .cgw-labgrown-feature-content h5 {
    font-size: 0.9em;
    font-weight: 500;
    color: var(--cgw-text-dark);
    margin-bottom: 4px;
  }

  .cgw-labgrown-feature-content p {
    font-size: 0.85em;
    line-height: 1.65;
    color: var(--cgw-text-body);
    font-weight: 300;
    margin: 0;
  }

  /* ===== WHY IT MATTERS ===== */
  .cgw-why-section {
    padding: 100px 48px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .cgw-why-header {
    text-align: center;
    margin-bottom: 72px;
  }

  .cgw-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }

  .cgw-why-item {
    padding: 40px 40px 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }

  .cgw-why-item:nth-child(3n + 2),
  .cgw-why-item:nth-child(3n + 3) {
    padding-left: 40px;
  }

  .cgw-why-item:nth-child(3n + 2) {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }

  .cgw-why-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
    display: block;
    fill: none;
    stroke: var(--cgw-gold);
    stroke-width: 1.2;
  }

  .cgw-why-item h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    font-weight: 400;
    color: var(--cgw-text-dark);
    margin-bottom: 10px;
  }

  .cgw-why-item p {
    font-size: 0.88em;
    line-height: 1.75;
    color: var(--cgw-text-body);
    font-weight: 300;
  }

  /* ===== CTA / COMMITMENT ===== */
  .cgw-cta-section {
    position: relative;
    padding: 120px 48px;
    text-align: center;
    background: var(--cgw-cream);
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }

  .cgw-cta-divider {
    width: 1px;
    height: 60px;
    background: rgba(0, 0, 0, 0.12);
    margin: 0 auto 60px;
  }

  .cgw-cta-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 400;
    line-height: 1.2;
    color: var(--cgw-text-dark);
    margin-bottom: 20px;
  }

  .cgw-cta-text {
    font-size: 1em;
    line-height: 1.85;
    color: var(--cgw-text-body);
    font-weight: 300;
    max-width: 600px;
    margin: 0 auto 44px;
  }

  .cgw-cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .cgw-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: var(--cgw-dark-green);
    color: var(--cgw-white);
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all 0.3s;
    border: 1px solid var(--cgw-dark-green);
  }

  .cgw-cta-btn:hover {
    background: var(--cgw-forest);
    border-color: var(--cgw-forest);
    gap: 14px;
  }

  .cgw-cta-btn svg {
    width: 14px;
    height: 14px;
  }

  .cgw-cta-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: transparent;
    color: var(--cgw-text-dark);
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.25);
  }

  .cgw-cta-btn-outline:hover {
    background: var(--cgw-text-dark);
    color: var(--cgw-white);
  }

  /* ===== FADE IN ===== */
  .cgw-fade-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }

  .cgw-fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 1024px) {
    .cgw-why-grid {
      grid-template-columns: 1fr 1fr;
    }

    .cgw-why-item:nth-child(3n + 2) {
      border-right: none;
    }
  }

  @media (max-width: 900px) {
    .cgw-what-section,
    .cgw-labgrown-inner,
    .cgw-bodies-grid,
    .cgw-reading-grid,
    .cgw-why-grid {
      grid-template-columns: 1fr;
    }

    .cgw-what-visual {
      min-height: 360px;
    }

    .cgw-body-card:nth-child(2),
    .cgw-body-card:nth-child(3) {
      padding-left: 0;
    }
    .cgw-body-card:nth-child(2) {
      border-left: none;
      border-right: none;
    }

    .cgw-reading-item:nth-child(2n) {
      padding-left: 0;
    }

    .cgw-why-item:nth-child(3n + 2),
    .cgw-why-item:nth-child(3n + 3) {
      padding-left: 0;
      border-left: none;
      border-right: none;
    }
  }

  @media (max-width: 768px) {
    .cgw-hero {
      padding: 0 24px 60px;
    }

    .cgw-hero-cta-wrap {
      flex-direction: column;
      gap: 16px;
    }

    .cgw-intro {
      padding: 48px 24px 60px;
    }

    .cgw-what-content {
      padding: 48px 24px;
    }

    .cgw-bodies-section,
    .cgw-reading-section,
    .cgw-why-section {
      padding: 60px 24px;
    }

    .cgw-labgrown-section {
      padding: 60px 24px;
    }

    .cgw-quote-banner {
      padding: 80px 24px;
      min-height: 380px;
    }

    .cgw-cta-section {
      padding: 80px 24px;
    }

    .cgw-reading-item {
      padding-right: 0;
    }
  }
/* END_SECTION:page-certification-guide */

/* START_SECTION:page-custom-orders (INDEX:78) */
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">

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

  .cow {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--cow-cream);
    color: var(--cow-text-dark);
    line-height: 1.6;
    overflow-x: clip;
  }

  /* ===== DIVIDER ===== */
  .cow-section-divider {
    width: 1px;
    height: 80px;
    background: linear-gradient(to bottom, transparent, var(--cow-gold), transparent);
    margin: 0 auto;
  }

  .cow-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.08), transparent);
    max-width: 1200px;
    margin: 0 auto;
  }

  /* ===== INTRO ===== */
  .cow-intro {
    padding: 60px 48px 100px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .cow-intro-text {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.3rem, 2.5vw, 2rem);
    font-weight: 400;
    font-style: italic;
    line-height: 1.55;
    color: var(--cow-text-dark);
    text-align: center;
  }

  /* ===== SPLIT SECTIONS ===== */
  .cow-split-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
  }

  .cow-split-section.cow-reverse .cow-split-image {
    order: 2;
  }
  .cow-split-section.cow-reverse .cow-split-content {
    order: 1;
  }

  .cow-split-image {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #e8e4dd 0%, #d5cfc6 100%);
  }

  .cow-split-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .cow-split-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 72px 64px;
  }

  .cow-section-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.72em;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--cow-text-light);
    margin-bottom: 20px;
  }

  .cow-split-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 400;
    line-height: 1.2;
    color: var(--cow-text-dark);
    margin-bottom: 24px;
  }

  .cow-split-content p {
    font-family: 'Inter', sans-serif;
    font-size: 0.95em;
    font-weight: 300;
    line-height: 1.85;
    color: var(--cow-text-body);
  }

  /* ===== QUOTE BANNER ===== */
  .cow-quote-banner {
    position: relative;
    padding: 120px 48px;
    background: linear-gradient(135deg, var(--cow-dark-green) 0%, #1a2e1a 50%, var(--cow-forest) 100%);
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 480px;
  }

  .cow-quote-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -30%;
    width: 160%;
    height: 200%;
    background: radial-gradient(ellipse at 30% 50%, rgba(197, 165, 90, 0.12) 0%, transparent 60%);
    pointer-events: none;
  }

  .cow-sparkle-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }

  .cow-quote-inner {
    position: relative;
    z-index: 2;
    max-width: 850px;
    text-align: center;
  }

  .cow-quote-label {
    font-size: 0.72em;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 40px;
  }

  .cow-quote-text {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.3rem, 2.8vw, 2.2rem);
    font-weight: 400;
    line-height: 1.55;
    color: var(--cow-white);
    max-width: 800px;
    margin: 0 auto;
    font-style: italic;
  }

  .cow-quote-ornament {
    width: 40px;
    height: 1px;
    background: var(--cow-gold);
    margin: 32px auto 0;
  }

  /* ===== PROMISE SECTION ===== */
  .cow-promise {
    padding: 100px 48px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .cow-promise-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 60px;
    align-items: start;
  }

  .cow-promise-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3.5vw, 2.5rem);
    font-weight: 400;
    color: var(--cow-text-dark);
    line-height: 1.15;
  }

  .cow-promise-desc {
    font-family: 'Inter', sans-serif;
    font-size: 0.95em;
    font-weight: 300;
    line-height: 1.85;
    color: var(--cow-text-body);
    padding-top: 8px;
  }

  .cow-promise-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .cow-promise-item {
    display: flex;
    gap: 20px;
    padding: 36px 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    align-items: flex-start;
  }

  .cow-promise-item-number {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 400;
    color: var(--cow-gold);
    line-height: 1;
    flex-shrink: 0;
  }

  .cow-promise-item h4 {
    font-family: 'Inter', sans-serif;
    font-size: 0.9em;
    font-weight: 500;
    color: var(--cow-text-dark);
    margin-bottom: 8px;
  }

  .cow-promise-item p {
    font-family: 'Inter', sans-serif;
    font-size: 0.88em;
    font-weight: 300;
    line-height: 1.75;
    color: var(--cow-text-body);
  }

  /* ===== CTA SECTION ===== */
  .cow-cta-section {
    position: relative;
    padding: 80px 48px 100px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
  }

  .cow-cta-divider {
    width: 1px;
    height: 64px;
    background: linear-gradient(to bottom, transparent, var(--cow-gold), transparent);
    margin: 0 auto 40px;
  }

  .cow-cta-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3.5vw, 2.5rem);
    font-weight: 400;
    color: var(--cow-text-dark);
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .cow-cta-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.95em;
    line-height: 1.85;
    color: var(--cow-text-body);
    font-weight: 300;
    margin-bottom: 40px;
  }

  .cow-cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .cow-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 52px;
    background: var(--cow-dark-green);
    color: var(--cow-white);
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.78em;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    border: 1px solid var(--cow-dark-green);
    cursor: pointer;
  }

  .cow-cta-btn:hover {
    background: var(--cow-forest);
    border-color: var(--cow-forest);
    transform: translateY(-1px);
  }

  .cow-cta-btn svg {
    width: 14px;
    height: 14px;
  }

  .cow-cta-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 52px;
    background: transparent;
    color: var(--cow-text-dark);
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.78em;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.25);
  }

  .cow-cta-btn-outline:hover {
    background: var(--cow-text-dark);
    color: var(--cow-white);
  }

  /* ===== FAQ SECTION ===== */
  .cow-faq-section {
    padding: 80px 48px 100px;
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }

  .cow-faq-section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 400;
    color: var(--cow-text-dark);
    margin-bottom: 48px;
    text-align: center;
  }

  .cow-faq-category-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.72em;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--cow-text-dark);
    padding: 24px 0 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 24px;
  }

  .cow-faq-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }

  .cow-faq-question {
    font-family: 'Inter', sans-serif;
    font-size: 0.92em;
    font-weight: 400;
    color: var(--cow-text-dark);
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: color 0.3s ease;
    user-select: none;
  }

  .cow-faq-question:hover {
    color: var(--cow-text-body);
  }

  .cow-faq-chevron {
    font-size: 18px;
    transition: transform 0.3s ease;
    color: var(--cow-text-light);
    flex-shrink: 0;
    margin-left: 16px;
  }

  .cow-faq-item.open .cow-faq-chevron {
    transform: rotate(180deg);
  }

  .cow-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
  }

  .cow-faq-item.open .cow-faq-answer {
    max-height: 300px;
    padding-bottom: 20px;
  }

  .cow-faq-answer p {
    font-family: 'Inter', sans-serif;
    font-size: 0.88em;
    font-weight: 300;
    line-height: 1.8;
    color: var(--cow-text-body);
  }

  /* ===== FADE IN ===== */
  .cow-fade-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .cow-fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 768px) {
    .cow-intro {
      padding: 48px 24px 72px;
    }

    .cow-split-section {
      grid-template-columns: 1fr;
      min-height: auto;
    }

    .cow-split-section.cow-reverse .cow-split-image {
      order: 0;
    }
    .cow-split-section.cow-reverse .cow-split-content {
      order: 0;
    }

    .cow-split-image {
      height: 320px;
    }

    .cow-split-content {
      padding: 48px 24px;
    }

    .cow-quote-banner {
      padding: 72px 24px;
      min-height: 380px;
    }

    .cow-promise {
      padding: 72px 24px;
    }

    .cow-promise-header {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .cow-promise-items {
      grid-template-columns: 1fr;
    }

    .cow-cta-section {
      padding: 60px 24px 80px;
    }

    .cow-faq-section {
      padding: 60px 24px 80px;
    }
  }
/* END_SECTION:page-custom-orders */

/* START_SECTION:page-diamond-guide (INDEX:79) */
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">

  .dgw *,
  .dgw *::before,
  .dgw *::after {
    box-sizing: border-box;
  }

  .dgw {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--dgw-cream);
    color: var(--dgw-text-dark);
    line-height: 1.6;
    overflow-x: clip;
  }

  /* ===== HERO ===== */
  .dgw-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0 48px 80px;
    background: var(--dgw-dark-green);
    overflow: hidden;
  }

  .dgw-hero-bg-fallback {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, var(--dgw-dark-green) 0%, #1a2e1a 60%, #0f1f0f 100%);
    z-index: 0;
  }

  .dgw-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(45, 59, 45, 0.2) 0%, rgba(45, 59, 45, 0.55) 70%, rgba(45, 59, 45, 0.8) 100%);
    z-index: 1;
  }

  .dgw-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(197, 165, 90, 0.12) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
  }

  .dgw-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to top, rgba(26, 46, 26, 0.6), transparent);
    z-index: 1;
    pointer-events: none;
  }

  .dgw-sparkle-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }

  .dgw-hero-accent-line {
    position: relative;
    z-index: 3;
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--dgw-gold), transparent);
    margin: 0 auto 24px;
    animation: dgwFadeInUp 1s ease-out 0.3s both;
  }

  .dgw-hero-eyebrow {
    position: relative;
    z-index: 3;
    font-size: 0.72em;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--dgw-gold);
    margin-bottom: 20px;
    text-align: center;
    animation: dgwFadeInUp 1s ease-out 0.5s both;
  }

  .dgw-hero-title {
    position: relative;
    z-index: 3;
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(2.2rem, 8vw, 5rem) !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
    color: var(--dgw-white) !important;
    text-align: center !important;
    margin-bottom: 8px !important;
    text-transform: none !important;
    line-height: 1.1 !important;
    animation: dgwFadeInUp 1s ease-out 0.7s both;
    text-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  }

  .dgw-hero-logo-wrapper {
    position: relative;
    z-index: 3;
    margin: 0;
    width: 100%;
    animation: dgwFadeInUp 1s ease-out 0.7s both;
  }

  .dgw .dgw-hero-logo-wrapper .dgw-hero-logo {
    display: block;
    height: auto !important;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
  }

  .dgw-hero-accent-line-2 {
    position: relative;
    z-index: 3;
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--dgw-gold), transparent);
    margin: 8px auto 20px;
    animation: dgwFadeInUp 1s ease-out 0.8s both;
  }

  .dgw-hero-tagline {
    position: relative;
    z-index: 3;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.12rem);
    font-weight: 300;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.72);
    max-width: 640px;
    text-align: center;
    margin: 16px auto 36px;
    animation: dgwFadeInUp 1s ease-out 1s both;
  }

  .dgw-hero-cta-wrap {
    position: relative;
    z-index: 3;
    display: flex;
    gap: 28px;
    align-items: center;
    margin-bottom: 48px;
    animation: dgwFadeInUp 1s ease-out 1.2s both;
  }

  .dgw-hero-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border: 1px solid rgba(197, 165, 90, 0.6);
    border-radius: 50px;
    color: var(--dgw-gold);
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.78em;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }

  .dgw-hero-cta-btn:hover {
    background: rgba(197, 165, 90, 0.15);
    border-color: var(--dgw-gold);
  }

  .dgw-hero-cta-link {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.82em;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 2px;
  }

  .dgw-hero-cta-link:hover {
    color: var(--dgw-gold-light);
    border-bottom-color: var(--dgw-gold-light);
  }

  .dgw-hero-meta {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 0.7em;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    animation: dgwFadeInUp 1s ease-out 1.5s both;
  }

  .dgw-meta-divider {
    font-size: 0.5em;
    color: var(--dgw-gold);
    vertical-align: middle;
  }

  @keyframes dgwFadeInUp {
    from {
      opacity: 0;
      transform: translateY(24px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* ===== INTRO ===== */
  .dgw-intro {
    padding: 80px 48px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
  }

  .dgw-intro-text {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.3rem, 2.5vw, 2rem);
    font-weight: 400;
    line-height: 1.6;
    color: var(--dgw-text-dark);
    font-style: italic;
  }

  /* ===== DIVIDER ===== */
  .dgw-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.08), transparent);
    max-width: 1200px;
    margin: 0 auto;
  }

  /* ===== 4Cs HEADER ===== */
  .dgw-4cs-header {
    padding: 80px 48px 48px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
  }

  .dgw-section-label {
    font-size: 0.72em;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--dgw-text-light);
    margin-bottom: 20px;
  }

  .dgw-section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3vw, 2.8rem);
    font-weight: 400;
    line-height: 1.25;
    color: var(--dgw-text-dark);
    max-width: 700px;
    margin: 0 auto;
  }

  /* ===== 4Cs GRID ===== */
  .dgw-4cs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px 100px;
  }

  .dgw-4c-card {
    padding: 52px 48px 52px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .dgw-4c-card:nth-child(2n) {
    padding-left: 48px;
    padding-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
  }

  .dgw-4c-number {
    font-family: 'Playfair Display', serif;
    font-size: 2.8em;
    font-weight: 400;
    color: var(--dgw-gold);
    line-height: 1;
    margin-bottom: 16px;
    opacity: 0.7;
  }

  .dgw-4c-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    font-weight: 400;
    color: var(--dgw-text-dark);
    margin: 0 0 16px;
  }

  .dgw-4c-card > p {
    font-size: 0.95em;
    line-height: 1.8;
    color: var(--dgw-text-body);
    font-weight: 300;
    margin-bottom: 24px;
  }

  .dgw-grade-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }

  .dgw-grade-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 0.9em;
    color: var(--dgw-text-body);
    font-weight: 300;
    line-height: 1.5;
  }

  .dgw-grade-badge {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: var(--dgw-text-dark);
    min-width: 60px;
    flex-shrink: 0;
    font-size: 0.9em;
  }

  .dgw-recommendation {
    display: flex;
    gap: 12px;
    padding: 16px 20px;
    background: rgba(197, 165, 90, 0.08);
    border-left: 2px solid var(--dgw-gold);
    border-radius: 0 4px 4px 0;
    margin-top: auto;
  }

  .dgw-recommendation-label {
    font-size: 0.72em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--dgw-gold);
    font-weight: 500;
    white-space: nowrap;
    margin-bottom: 4px;
  }

  .dgw-recommendation p {
    font-size: 0.88em;
    color: var(--dgw-text-body);
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
  }

  /* ===== QUOTE BANNER ===== */
  .dgw-quote-banner {
    position: relative;
    padding: 120px 48px;
    background: linear-gradient(135deg, var(--dgw-dark-green) 0%, #1a2e1a 50%, var(--dgw-forest) 100%);
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 480px;
  }

  .dgw-quote-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -30%;
    width: 160%;
    height: 200%;
    background: radial-gradient(ellipse at 30% 50%, rgba(197, 165, 90, 0.12) 0%, transparent 60%);
    pointer-events: none;
  }

  .dgw-quote-inner {
    position: relative;
    z-index: 2;
    max-width: 850px;
    text-align: center;
  }

  .dgw-quote-label {
    font-size: 0.72em;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 40px;
  }

  .dgw-quote-text {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.3rem, 2.8vw, 2.2rem);
    font-weight: 400;
    line-height: 1.55;
    color: var(--dgw-white);
    max-width: 800px;
    margin: 0 auto;
    font-style: italic;
  }

  .dgw-quote-ornament {
    width: 40px;
    height: 1px;
    background: var(--dgw-gold);
    margin: 32px auto 0;
  }

  /* ===== PRIORITY SECTION ===== */
  .dgw-priority-section {
    padding: 100px 48px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .dgw-priority-header {
    text-align: center;
    margin-bottom: 72px;
  }

  .dgw-priority-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .dgw-priority-item {
    padding: 40px 48px 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }

  .dgw-priority-item:nth-child(2n) {
    padding-left: 48px;
    padding-right: 0;
  }

  .dgw-priority-icon {
    font-family: 'Playfair Display', serif;
    font-size: 1.8em;
    font-weight: 400;
    color: var(--dgw-gold);
    line-height: 1;
    min-width: 44px;
  }

  .dgw-priority-content h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--dgw-text-dark);
  }

  .dgw-priority-content p {
    font-size: 0.9em;
    line-height: 1.75;
    color: var(--dgw-text-body);
    font-weight: 300;
  }

  .dgw-priority-chain {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
    align-items: center;
  }

  .dgw-chain-item {
    font-size: 0.8em;
    padding: 4px 12px;
    background: rgba(197, 165, 90, 0.1);
    border: 1px solid rgba(197, 165, 90, 0.3);
    border-radius: 50px;
    color: var(--dgw-text-dark);
    font-weight: 400;
  }

  .dgw-chain-arrow {
    color: var(--dgw-gold);
    font-size: 0.8em;
    font-weight: 300;
  }

  /* ===== LAB FEATURES ===== */
  .dgw-lab-section {
    padding: 100px 48px;
    background: var(--dgw-cream);
  }

  .dgw-lab-header {
    text-align: center;
    margin-bottom: 72px;
  }

  .dgw-lab-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
  }

  .dgw-lab-item {
    padding: 40px 40px 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }

  .dgw-lab-item:nth-child(3n + 2),
  .dgw-lab-item:nth-child(3n + 3) {
    padding-left: 40px;
  }

  .dgw-lab-item:nth-child(3n + 2) {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }

  .dgw-lab-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    fill: none;
    stroke: var(--dgw-gold);
    stroke-width: 1.2;
  }

  .dgw-lab-item h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--dgw-text-dark);
    margin-bottom: 10px;
  }

  .dgw-lab-item p {
    font-size: 0.9em;
    line-height: 1.75;
    color: var(--dgw-text-body);
    font-weight: 300;
  }

  /* ===== CTA SECTION ===== */
  .dgw-cta-section {
    position: relative;
    padding: 120px 48px;
    text-align: center;
    background: var(--dgw-cream);
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }

  .dgw-cta-divider {
    width: 1px;
    height: 60px;
    background: rgba(0, 0, 0, 0.12);
    margin: 0 auto 60px;
  }

  .dgw-cta-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 400;
    line-height: 1.2;
    color: var(--dgw-text-dark);
    margin-bottom: 20px;
  }

  .dgw-cta-text {
    font-size: 1em;
    line-height: 1.85;
    color: var(--dgw-text-body);
    font-weight: 300;
    max-width: 560px;
    margin: 0 auto 44px;
  }

  .dgw-cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .dgw-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: var(--dgw-dark-green);
    color: var(--dgw-white);
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all 0.3s;
    border: 1px solid var(--dgw-dark-green);
  }

  .dgw-cta-btn:hover {
    background: var(--dgw-forest);
    border-color: var(--dgw-forest);
    gap: 14px;
  }

  .dgw-cta-btn svg {
    width: 14px;
    height: 14px;
  }

  .dgw-cta-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: transparent;
    color: var(--dgw-text-dark);
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.25);
  }

  .dgw-cta-btn-outline:hover {
    background: var(--dgw-text-dark);
    color: var(--dgw-white);
  }

  /* ===== FADE IN ===== */
  .dgw-fade-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }

  .dgw-fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 1024px) {
    .dgw-lab-grid {
      grid-template-columns: 1fr 1fr;
    }

    .dgw-lab-item:nth-child(3n + 2) {
      border-right: none;
    }

    .dgw-lab-item:nth-child(2n) {
      border-left: 1px solid rgba(0, 0, 0, 0.08);
    }

    .dgw-lab-item:nth-child(2n + 1) {
      border-left: none;
      padding-left: 0;
    }
  }

  @media (max-width: 900px) {
    .dgw-4cs-grid,
    .dgw-priority-grid,
    .dgw-lab-grid {
      grid-template-columns: 1fr;
    }

    .dgw-4c-card:nth-child(2n),
    .dgw-priority-item:nth-child(2n) {
      padding-left: 0;
      border-left: none;
    }

    .dgw-lab-item:nth-child(3n + 2),
    .dgw-lab-item:nth-child(3n + 3) {
      padding-left: 0;
      border-left: none;
      border-right: none;
    }

    .dgw-lab-item:nth-child(2n) {
      border-left: none;
    }
  }

  @media (max-width: 768px) {
    .dgw-hero {
      padding: 0 24px 60px;
    }

    .dgw-hero-cta-wrap {
      flex-direction: column;
      gap: 16px;
    }

    .dgw-intro {
      padding: 48px 24px 60px;
    }

    .dgw-4cs-header {
      padding: 48px 24px 32px;
    }

    .dgw-4cs-grid {
      padding: 0 24px 60px;
    }

    .dgw-quote-banner {
      padding: 80px 24px;
      min-height: 380px;
    }

    .dgw-priority-section {
      padding: 60px 24px;
    }

    .dgw-priority-item {
      padding-right: 0;
    }

    .dgw-lab-section {
      padding: 60px 24px;
    }

    .dgw-cta-section {
      padding: 80px 24px;
    }
  }
/* END_SECTION:page-diamond-guide */

/* START_SECTION:page-product-care (INDEX:80) */
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
  .pcg-wrapper *,
  .pcg-wrapper *::before,
  .pcg-wrapper *::after {
    box-sizing: border-box;
  }

  .pcg-wrapper {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--cream);
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: clip;
  }

  /* ── HERO ── */
  .pcg-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0 48px 80px;
    text-align: center;
    background: var(--dark-green);
    color: #fff;
    overflow: hidden;
  }

  .pcg-hero-bg-fallback {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #3a4f3a 0%, #1a2e1a 40%, #2d3b2d 70%, #4a6a4a 100%);
    z-index: 0;
  }

  .pcg-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(45, 59, 45, 0.2) 0%, rgba(45, 59, 45, 0.55) 70%, rgba(45, 59, 45, 0.8) 100%);
    z-index: 1;
  }

  .pcg-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(197, 165, 90, 0.13) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
  }

  .pcg-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to top, rgba(26, 46, 26, 0.6), transparent);
    z-index: 1;
    pointer-events: none;
  }

  .sparkle-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }

  .pcg-hero-accent-line {
    position: relative;
    z-index: 3;
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 0 auto 24px;
    animation: pcgFadeInUp 1s ease-out 0.3s both;
  }

  .pcg-hero-eyebrow {
    position: relative;
    z-index: 3;
    font-size: 0.72em;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
    animation: pcgFadeInUp 1s ease-out 0.5s both;
  }

  .pcg-hero h1 {
    position: relative;
    z-index: 3;
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(2.8rem, 8vw, 5.5rem) !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    color: #fff !important;
    margin: 0 0 28px !important;
    letter-spacing: 2px !important;
    text-transform: none !important;
    text-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
    animation: pcgFadeInUp 1s ease-out 0.7s both;
  }

  .pcg-hero-accent-line-2 {
    position: relative;
    z-index: 3;
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 0 auto 20px;
    animation: pcgFadeInUp 1s ease-out 0.8s both;
  }

  .pcg-hero p {
    position: relative;
    z-index: 3;
    font-size: clamp(0.9rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.72);
    max-width: 640px;
    margin: 0 auto 44px;
    font-weight: 300;
    animation: pcgFadeInUp 1s ease-out 1s both;
  }

  .pcg-hero-cta {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border: 1px solid rgba(197, 165, 90, 0.6);
    border-radius: 50px;
    color: var(--gold);
    text-decoration: none;
    font-size: 0.78em;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    transition: 0.3s;
    animation: pcgFadeInUp 1s ease-out 1.2s both;
  }
  .pcg-hero-cta:hover {
    background: rgba(197, 165, 90, 0.15);
    border-color: var(--gold);
  }

  .pcg-hero-meta {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 0.7em;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 48px;
    animation: pcgFadeInUp 1s ease-out 1.5s both;
  }

  .pcg-meta-divider {
    font-size: 0.5em;
    color: var(--gold);
    vertical-align: middle;
  }

  @keyframes pcgFadeInUp {
    from {
      opacity: 0;
      transform: translateY(24px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* ── INTRO ── */
  .pcg-intro {
    padding: 80px 48px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
  }
  .pcg-intro-text {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.3rem, 2.5vw, 2rem);
    font-weight: 400;
    line-height: 1.6;
    color: var(--text-dark);
    font-style: italic;
  }

  /* ── DIVIDER ── */
  .pcg-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.08), transparent);
    max-width: 1200px;
    margin: 0 auto;
  }

  /* ── LABELS ── */
  .pcg-label {
    font-size: 0.72em;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--text-light);
    display: block;
    margin-bottom: 20px;
  }
  .pcg-section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3vw, 2.8rem);
    font-weight: 400;
    line-height: 1.25;
    color: var(--text-dark);
  }

  /* ── DAILY CARE – split ── */
  .pcg-daily-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  .pcg-daily-content {
    padding: 80px 64px 80px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .pcg-daily-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 2.5vw, 2.4rem);
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.2;
    margin: 0 0 20px;
  }
  .pcg-daily-content p {
    font-size: 0.95em;
    line-height: 1.85;
    color: var(--text-body);
    font-weight: 300;
    margin-bottom: 20px;
  }
  .pcg-daily-panel {
    background: linear-gradient(135deg, var(--dark-green) 0%, #1a2e1a 100%);
    padding: 60px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .pcg-daily-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, rgba(197, 165, 90, 0.09) 0%, transparent 65%);
  }
  .pcg-panel-title {
    font-family: 'Playfair Display', serif;
    font-size: 0.78em;
    color: var(--gold);
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
  }
  .pcg-remove-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    z-index: 1;
  }
  .pcg-remove-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }
  .pcg-remove-item:last-child {
    border-bottom: none;
  }
  .pcg-remove-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    color: var(--gold);
    fill: none;
    stroke: var(--gold);
    stroke-width: 1.3;
  }
  .pcg-remove-text {
    font-size: 0.88em;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 300;
    line-height: 1.4;
  }
  .pcg-warning-box {
    margin-top: 28px;
    padding: 16px 20px;
    border-left: 2px solid rgba(197, 165, 90, 0.5);
    position: relative;
    z-index: 1;
  }
  .pcg-warning-box p {
    font-size: 0.82em;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
  }

  /* ── STORAGE – 3-col grid ── */
  .pcg-storage-section {
    padding: 100px 48px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .pcg-storage-header {
    text-align: center;
    margin-bottom: 72px;
  }
  .pcg-storage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .pcg-storage-card {
    padding: 48px 44px 48px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
  }
  .pcg-storage-card:nth-child(2),
  .pcg-storage-card:nth-child(3) {
    padding-left: 44px;
  }
  .pcg-storage-card:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }
  .pcg-storage-icon {
    width: 40px;
    height: 40px;
    color: var(--gold);
    fill: none;
    stroke: var(--gold);
    stroke-width: 1.2;
    margin-bottom: 20px;
  }
  .pcg-storage-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 14px;
    line-height: 1.3;
  }
  .pcg-storage-card p {
    font-size: 0.9em;
    line-height: 1.8;
    color: var(--text-body);
    font-weight: 300;
    margin-bottom: 20px;
    flex: 1;
  }
  .pcg-storage-conditions {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  .pcg-condition-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0.85em;
    color: var(--text-body);
    font-weight: 300;
  }
  .pcg-condition-row:last-child {
    border-bottom: none;
  }
  .pcg-condition-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--gold);
    flex-shrink: 0;
  }

  /* ── QUOTE BANNER ── */
  .pcg-quote-banner {
    position: relative;
    padding: 120px 48px;
    background: linear-gradient(135deg, var(--dark-green) 0%, #1a2e1a 50%, var(--forest) 100%);
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 480px;
  }
  .pcg-quote-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -30%;
    width: 160%;
    height: 200%;
    background: radial-gradient(ellipse at 30% 50%, rgba(197, 165, 90, 0.12) 0%, transparent 60%);
    pointer-events: none;
  }
  .pcg-quote-inner {
    position: relative;
    z-index: 2;
    max-width: 850px;
    text-align: center;
  }
  .pcg-quote-label {
    font-size: 0.72em;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 40px;
  }
  .pcg-quote-text {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.3rem, 2.8vw, 2.2rem);
    font-weight: 400;
    line-height: 1.55;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    font-style: italic;
  }
  .pcg-quote-ornament {
    width: 40px;
    height: 1px;
    background: var(--gold);
    margin: 32px auto 0;
    position: relative;
    z-index: 1;
  }

  /* ── CLEANING – numbered steps ── */
  .pcg-cleaning-section {
    padding: 100px 48px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .pcg-cleaning-header {
    text-align: center;
    margin-bottom: 72px;
  }
  .pcg-cleaning-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }
  .pcg-cleaning-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border: 1px solid rgba(197, 165, 90, 0.4);
    border-radius: 50px;
    font-size: 0.75em;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--gold);
  }
  .pcg-steps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-bottom: 72px;
  }
  .pcg-step {
    padding: 40px 48px 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }
  .pcg-step:nth-child(2n) {
    padding-left: 48px;
    padding-right: 0;
  }
  .pcg-step-number {
    font-family: 'Playfair Display', serif;
    font-size: 2em;
    font-weight: 400;
    color: var(--gold);
    line-height: 1;
    min-width: 44px;
    opacity: 0.75;
  }
  .pcg-step-content h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 8px;
  }
  .pcg-step-content p {
    font-size: 0.88em;
    line-height: 1.75;
    color: var(--text-body);
    font-weight: 300;
  }

  /* ── AVOIDS – featured panel ── */
  .pcg-avoids-section {
    padding: 0 48px 100px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .pcg-avoids-inner {
    background: var(--cream-dark);
    border-radius: 2px;
    padding: 60px 64px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    align-items: start;
  }
  .pcg-avoids-heading h3 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.25;
    margin: 12px 0 16px;
  }
  .pcg-avoids-heading p {
    font-size: 0.88em;
    line-height: 1.7;
    color: var(--text-body);
    font-weight: 300;
  }
  .pcg-avoids-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .pcg-avoid-item {
    padding: 20px 24px 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    display: flex;
    gap: 14px;
    align-items: flex-start;
  }
  .pcg-avoid-item:nth-child(2n) {
    padding-left: 24px;
    padding-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
  }
  .pcg-avoid-item:nth-last-child(-n + 2) {
    border-bottom: none;
  }
  .pcg-avoid-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    fill: none;
    stroke: #c0392b;
    stroke-width: 1.5;
  }
  .pcg-avoid-text {
    font-size: 0.875em;
    color: var(--text-body);
    font-weight: 300;
    line-height: 1.5;
  }
  .pcg-avoid-text strong {
    color: var(--text-dark);
    font-weight: 500;
    display: block;
    margin-bottom: 2px;
    font-size: 0.95em;
  }

  /* ── PROFESSIONAL CARE ── */
  .pcg-pro-section {
    padding: 0 48px 100px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .pcg-pro-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
  .pcg-pro-item {
    padding: 48px 44px 48px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .pcg-pro-item:nth-child(2),
  .pcg-pro-item:nth-child(3) {
    padding-left: 44px;
  }
  .pcg-pro-item:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }
  .pcg-pro-number {
    font-family: 'Playfair Display', serif;
    font-size: 2.4em;
    font-weight: 400;
    color: var(--gold);
    line-height: 1;
    opacity: 0.7;
  }
  .pcg-pro-item h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--text-dark);
  }
  .pcg-pro-item p {
    font-size: 0.88em;
    line-height: 1.75;
    color: var(--text-body);
    font-weight: 300;
  }

  /* ── CTA ── */
  .pcg-cta {
    padding: 100px 48px;
    background: var(--cream);
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  .pcg-cta h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .pcg-cta p {
    font-size: 1em;
    line-height: 1.8;
    color: var(--text-body);
    font-weight: 300;
    max-width: 560px;
    margin: 0 auto 44px;
  }
  .pcg-cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .pcg-btn-solid {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: var(--dark-green);
    color: #fff;
    text-decoration: none;
    font-size: 0.78em;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    border-radius: 50px;
    transition: 0.3s;
  }
  .pcg-btn-solid:hover {
    background: var(--forest);
  }
  .pcg-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: transparent;
    color: var(--text-dark);
    text-decoration: none;
    font-size: 0.78em;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    border-radius: 50px;
    transition: 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.25);
  }
  .pcg-btn-outline:hover {
    background: var(--text-dark);
    color: #fff;
  }

  /* ── FADE IN ── */
  .pcg-fi {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .pcg-fi.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 1024px) {
    .pcg-daily-section {
      grid-template-columns: 1fr;
    }
    .pcg-storage-grid {
      grid-template-columns: 1fr 1fr;
    }
    .pcg-storage-card:nth-child(3) {
      padding-left: 0;
    }
    .pcg-steps-grid {
      grid-template-columns: 1fr;
    }
    .pcg-step:nth-child(2n) {
      padding-left: 0;
    }
    .pcg-avoids-inner {
      grid-template-columns: 1fr;
    }
    .pcg-avoids-grid {
      grid-template-columns: 1fr;
    }
    .pcg-avoid-item:nth-child(2n) {
      padding-left: 0;
      border-left: none;
    }
    .pcg-pro-inner {
      grid-template-columns: 1fr;
    }
    .pcg-pro-item:nth-child(2),
    .pcg-pro-item:nth-child(3) {
      padding-left: 0;
    }
    .pcg-pro-item:nth-child(2) {
      border-left: none;
      border-right: none;
    }
  }

  @media (max-width: 768px) {
    .pcg-hero {
      padding: 0 24px 60px;
    }
    .pcg-intro {
      padding: 48px 24px;
    }
    .pcg-daily-content {
      padding: 48px 24px;
    }
    .pcg-daily-panel {
      padding: 40px 24px;
    }
    .pcg-storage-section {
      padding: 60px 24px;
    }
    .pcg-storage-grid {
      grid-template-columns: 1fr;
    }
    .pcg-storage-card:nth-child(2),
    .pcg-storage-card:nth-child(3) {
      padding-left: 0;
    }
    .pcg-storage-card:nth-child(2) {
      border-left: none;
      border-right: none;
    }
    .pcg-quote-banner {
      padding: 80px 24px;
      min-height: 380px;
    }
    .pcg-cleaning-section {
      padding: 60px 24px;
    }
    .pcg-avoids-section {
      padding: 0 24px 60px;
    }
    .pcg-avoids-inner {
      padding: 40px 24px;
    }
    .pcg-pro-section {
      padding: 0 24px 60px;
    }
    .pcg-cta {
      padding: 60px 24px;
    }
  }
/* END_SECTION:page-product-care */

/* START_SECTION:threejs-hero-banner (INDEX:117) */
.threejs-hero-banner *,
  .threejs-hero-banner *::before,
  .threejs-hero-banner *::after {
    box-sizing: border-box;
  }

  .threejs-hero-banner {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    overflow-x: clip;
  }

  /* ===== HERO ===== */
  .threejs-hero-banner .hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0 48px 80px;
    overflow: hidden;
  }

  .threejs-hero-banner .hero-bg-fallback {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      135deg,
      var(--hero-grad-light) 0%,
      var(--hero-grad-dark) 35%,
      var(--hero-grad-base) 60%,
      var(--hero-grad-highlight) 100%
    );
    z-index: 0;
  }

  .threejs-hero-banner .hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      var(--hero-overlay-top) 0%,
      var(--hero-overlay-mid) 60%,
      var(--hero-overlay-bottom) 100%
    );
    z-index: 1;
  }

  .threejs-hero-banner .hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to top, var(--hero-fade-bottom), transparent);
    z-index: 1;
    pointer-events: none;
  }

  .threejs-hero-banner .sparkle-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }

  /* === HERO CONTENT === */
  .threejs-hero-banner .hero-accent-line {
    position: relative;
    z-index: 2;
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--threejs-hero-gold, #c5a55a), transparent);
    margin: 0 auto 24px;
    animation: threejsHeroFadeInUp 1s ease-out 0.3s both;
  }

  .threejs-hero-banner .hero-subtitle {
    position: relative;
    z-index: 2;
    font-size: 0.78em;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
    text-align: center;
    animation: threejsHeroFadeInUp 1s ease-out 0.5s both;
  }

  .threejs-hero-banner .hero-title {
    position: relative;
    z-index: 2;
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(2rem, 10vw, 3rem) !important;
    font-weight: 400 !important;
    letter-spacing: 6px !important;
    color: var(--threejs-hero-white, #ffffff) !important;
    text-align: center !important;
    margin-bottom: 8px !important;
    text-transform: none !important;
    line-height: 1 !important;
    animation: threejsHeroFadeInUp 1s ease-out 0.7s both;
    text-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  }

  .threejs-hero-banner .hero-accent-line-2 {
    position: relative;
    z-index: 2;
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--threejs-hero-gold, #c5a55a), transparent);
    margin: 8px auto 20px;
    animation: threejsHeroFadeInUp 1s ease-out 0.8s both;
  }

  .threejs-hero-banner .hero-tagline {
    position: relative;
    z-index: 2;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.12rem);
    font-weight: 300;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.72);
    max-width: 600px;
    text-align: center;
    margin: 16px auto 36px;
    animation: threejsHeroFadeInUp 1s ease-out 1s both;
  }

  .threejs-hero-banner .hero-cta-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 28px;
    align-items: center;
    margin-bottom: 48px;
    animation: threejsHeroFadeInUp 1s ease-out 1.2s both;
  }

  .threejs-hero-banner .hero-cta-btn {
    display: inline-block;
    padding: 16px 40px;
    background: linear-gradient(135deg, var(--threejs-hero-gold, #c5a55a), #d4ba7a);
    color: #1a1a1a;
    font-family: 'Inter', sans-serif;
    font-size: 0.82em;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.4s ease;
  }

  .threejs-hero-banner .hero-cta-btn:hover {
    background: linear-gradient(135deg, #d4ba7a, #e8d09a);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(197, 165, 90, 0.3);
  }

  .threejs-hero-banner .hero-cta-link {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.82em;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 2px;
  }

  .threejs-hero-banner .hero-cta-link:hover {
    color: #d4ba7a;
    border-bottom-color: #d4ba7a;
  }

  .threejs-hero-banner .hero-meta {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 0.7em;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    animation: threejsHeroFadeInUp 1s ease-out 1.5s both;
  }

  .threejs-hero-banner .meta-divider {
    font-size: 0.5em;
    color: var(--threejs-hero-gold, #c5a55a);
    vertical-align: middle;
  }

  .threejs-hero-banner .hero-logo-wrapper {
    position: relative;
    z-index: 2;
    margin: 0;
    width: 100%;
  }

  .threejs-hero-banner .hero-logo {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
  }

  @keyframes threejsHeroFadeInUp {
    from {
      opacity: 0;
      transform: translateY(24px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 768px) {
    .threejs-hero-banner .hero {
      padding: 0 24px 60px;
    }

    .threejs-hero-banner .hero-title {
      letter-spacing: 6px !important;
    }

    .threejs-hero-banner .hero-cta-wrap {
      flex-direction: column;
      gap: 16px;
    }
  }
/* END_SECTION:threejs-hero-banner */