/** Site Theme Tokens **/

:root {
    --core-site-font-body: 'Archivo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --core-site-heading-font: 'Merriweather', Georgia, 'Times New Roman', serif;
    --core-site-heading-line-height: 1.16;
    --core-site-heading-weight: 900;
    --core-site-heading-margin: 0;
    --core-site-color-text: var(--color-text);
    --core-site-color-link: var(--color-ember);
    --core-accent: var(--color-brand);
    --core-radius: 2px;
}
body { font-family: var(--core-site-font-body); }
h1, h2, h3, h4, h5, h6 { font-family: var(--core-site-heading-font); }
h1, h2, h3, h4, h5, h6 { line-height: var(--core-site-heading-line-height); }
h1, h2, h3, h4, h5, h6 { font-weight: var(--core-site-heading-weight); }
h1, h2, h3, h4, h5, h6 { margin-block: var(--core-site-heading-margin); }
body { color: var(--core-site-color-text); }
a { color: var(--core-site-color-link); }


/** Site Custom Stylesheet (From File) **/ 



 /** Site Custom Styles (From DB) **/ 

/* ===== Colour palette ===== */ :root  {
  /* Charcoal — the brand's near-black. */ --color-charcoal: #0b0b0b;
  --color-charcoal-dark: #050505;
  --color-charcoal-light: #1c1917;
  --color-charcoal-lighter: #2c2724;
  /* Ember — the wood-fire orange. Primary accent. */ --color-ember: #c0451c;
  --color-ember-light: #e0703c;
  --color-ember-dark: #97350f;
  /* Crust — golden, for eyebrows, prices and rules on dark. */ --color-crust: #e6b45c;
  --color-crust-light: #f2d59c;
  /* Cream — warm paper for the light sections. */ --color-cream: #f7f1e6;
  --color-cream-warm: #efe4d1;
  /* Semantic anchors */ --color-brand: var(--color-ember);
  --color-text: #17130f;
  --color-bg: #fffdf9;
}
/* Background utilities — one per variant for the section editor dropdown. */ .bg-charcoal  {
  background-color: var(--color-charcoal);
}
.bg-charcoal-dark  {
  background-color: var(--color-charcoal-dark);
}
.bg-charcoal-light  {
  background-color: var(--color-charcoal-light);
}
.bg-charcoal-lighter  {
  background-color: var(--color-charcoal-lighter);
}
.bg-ember  {
  background-color: var(--color-ember);
}
.bg-ember-light  {
  background-color: var(--color-ember-light);
}
.bg-ember-dark  {
  background-color: var(--color-ember-dark);
}
.bg-crust  {
  background-color: var(--color-crust);
}
.bg-crust-light  {
  background-color: var(--color-crust-light);
}
.bg-cream  {
  background-color: var(--color-cream);
}
.bg-cream-warm  {
  background-color: var(--color-cream-warm);
}
/* ===== Base typography (values with no theme-token knob) ===== */ html  {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce)  {
  html  {
    scroll-behavior: auto;
  }
}
body  {
  font-size: var(--text-size-lg);
  line-height: 1.6;
  background-color: var(--color-bg);
  text-wrap: pretty;
  overflow-x: hidden;
}
h1, h2, h3  {
  letter-spacing: -0.015em;
  text-wrap: balance;
  overflow-wrap: break-word;
}
a  {
  text-decoration: underline;
  text-underline-offset: 3px;
}
a:hover  {
  color: var(--color-ember-dark);
}
img  {
  display: block;
  max-width: 100%;
  height: auto;
}
/* Anchor buffer — offsets in-page jumps so the sticky header doesn't cover
   the target. Matches the header's tallest (un-scrolled) height with a little
   breathing room. */ section[id]  {
  scroll-margin-top: 104px;
}
/* ===== Shared building blocks ===== */ .section-heading  {
  font-size: var(--text-size-7xl);
  max-width: 34ch;
}
.btn  {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.6rem;
  border: 2px solid transparent;
  border-radius: 2px;
  font-family: 'Archivo', Helvetica, Arial, sans-serif;
  font-size: var(--text-size-xs);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.btn-lg  {
  min-height: 56px;
  padding: 1.05rem 2.1rem;
  font-size: var(--text-size-sm);
}
.btn-primary  {
  background-color: var(--color-ember);
  border-color: var(--color-ember);
  color: #fff;
}
.btn-primary:hover  {
  background-color: var(--color-ember-dark);
  border-color: var(--color-ember-dark);
  color: #fff;
}
.btn-ghost  {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}
.btn-ghost:hover  {
  background-color: #fff;
  border-color: #fff;
  color: var(--color-charcoal);
}
.btn-outline  {
  background-color: transparent;
  border-color: var(--color-charcoal);
  color: var(--color-charcoal);
}
.btn-outline:hover  {
  background-color: var(--color-charcoal);
  color: #fff;
}
.tick-list  {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}
.tick-list li  {
  position: relative;
  padding-left: 1.9rem;
  font-size: var(--text-size-reg);
}
.tick-list li::before  {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.75rem;
  height: 0.75rem;
  background-color: var(--color-ember);
  clip-path: polygon(50% 0, 100% 38%, 82% 100%, 18% 100%, 0 38%);
}
/* ===== Decorative produce cut-outs (shared by qualify / bestsellers / faq) ===== */ .section-decor  {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  opacity: 1;
}
@media (max-width: 1279px)  {
  .section-heading  {
    font-size: var(--text-size-6xl);
  }
  .section-decor  {
    max-width: 8rem;
    height: auto;
  }
}
@media (max-width: 767px)  {
  .section-heading  {
    font-size: var(--text-size-5xl);
  }
  .section-decor  {
    display: none;
  }
  section[id]  {
    scroll-margin-top: 84px;
  }
}
@media (max-width: 639px)  {
  .btn  {
    padding: 0.85rem 1.2rem;
  }
  /* Guard very small phones against overly-large display type causing
       horizontal overflow. */ .section-heading  {
    font-size: var(--text-size-4xl);
  }
}


 /** Content Section Styles **/ 

.content-section-2769  {
  &.content-section  {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(230, 180, 92, 0.22);
    transition: box-shadow 0.25s ease;
  }
  .content-section-inner  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 0.9rem 0;
    transition: padding 0.25s ease;
  }
  .site-logo  {
    display: block;
    line-height: 0;
  }
  .site-logo img  {
    width: 200px;
    height: auto;
    transition: width 0.25s ease;
  }
  .core-menu  {
    margin-left: auto;
  }
  .core-menu-link  {
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .header-actions  {
    display: flex;
    align-items: center;
    gap: 1.1rem;
  }
  /* Shrunk state — toggled by scroll (see section JS). */ &.content-section.is-scrolled  {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
  }
  &.content-section.is-scrolled .content-section-inner  {
    padding: 0.4rem 0;
  }
  &.content-section.is-scrolled .site-logo img  {
    width: 150px;
  }
  @media (max-width: 1279px)  {
    .core-menu  {
      --core-menu-gap: 1.2rem;
    }
  }
  @media (max-width: 1023px)  {
    .header-cta  {
      display: none;
    }
    /* At the collapse breakpoint the desktop nav becomes a hamburger. Keep the
   logo left and push the hamburger hard to the right; the (now-empty of its
   CTA) actions cell no longer needs to reserve space. */ .content-section-inner  {
      gap: 1rem;
    }
    .core-menu  {
      margin-left: auto;
    }
    .header-actions  {
      margin-left: 0;
    }
  }
  @media (max-width: 767px)  {
    .content-section-inner  {
      gap: 0.6rem;
    }
    .header-actions  {
      gap: 0.6rem;
    }
    .site-logo img  {
      width: 150px;
    }
    /* Prevent a too-small logo from being crowded by the burger on phones. */ .core-menu  {
      flex: 0 0 auto;
    }
  }
  @media (max-width: 639px)  {
    .site-logo img  {
      width: 132px;
    }
  }
}
.content-section-2770  {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: 2rem;
  &.content-section  {
    color: rgba(255, 255, 255, 0.7);
  }
  .footer-grid  {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
    gap: 3rem;
  }
  .footer-brand img  {
    width: 210px;
    height: auto;
    margin-bottom: 1.4rem;
  }
  .footer-brand p  {
    font-size: var(--text-size-sm);
    max-width: 46ch;
  }
  .footer-col h2  {
    font-family: 'Archivo', Helvetica, Arial, sans-serif;
    font-size: var(--text-size-xs);
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-crust);
    margin-bottom: 1.1rem;
  }
  .footer-col ul  {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.6rem;
  }
  .footer-col li  {
    font-size: var(--text-size-sm);
  }
  .footer-col a  {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
  }
  .footer-col a:hover  {
    color: var(--color-crust);
  }
  .core-eml-reveal  {
    cursor: pointer;
  }
  .footer-legal  {
    margin-top: 3rem;
    padding-top: 1.6rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: var(--text-size-xs);
    color: rgba(255, 255, 255, 0.5);
  }
  @media (max-width: 1023px)  {
    .footer-grid  {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 767px)  {
    .footer-grid  {
      grid-template-columns: minmax(0, 1fr);
    }
    .footer-brand img  {
      width: 175px;
    }
  }
}
.content-section-2771  {
  background: var(--color-charcoal);
  &.content-section  {
    position: relative;
    overflow: hidden;
    color: #fff;
  }
  /* The renderer wraps all content inside .content-section-inner, so the video
   is nested there too. Pin the inner wrapper's video to fill the whole section. */ .content-section-inner  {
    position: static;
  }
  .hero-video  {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }
  &.content-section::after  {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 11, 11, 0.62) 0%, rgba(11, 11, 11, 0.4) 45%, rgba(11, 11, 11, 0.9) 100%);
    z-index: 1;
    pointer-events: none;
  }
  .hero-inner  {
    position: relative;
    z-index: 2;
    margin-left: 0;
  }
  .hero-eyebrow  {
    font-size: var(--text-size-xs);
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-crust);
    margin-bottom: 1.4rem;
  }
  .hero-title  {
    font-size: clamp(2.1rem, 4.4vw, 3.9rem);
    max-width: 26ch;
  }
  .hero-lede  {
    font-size: var(--text-size-xl);
    max-width: 54ch;
    margin-top: 1.6rem;
    color: rgba(255, 255, 255, 0.9);
  }
  .hero-actions  {
    margin-top: 2.2rem;
  }
  .hero-reassure  {
    margin-top: 1.1rem;
    font-size: var(--text-size-xs);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
  }
  @media (max-width: 767px)  {
    &.content-section  {
      min-height: 0;
    }
    .hero-title  {
      font-size: clamp(1.85rem, 8.5vw, 2.6rem);
    }
    .hero-lede  {
      font-size: var(--text-size-lg);
    }
    .hero-actions  {
      flex-direction: column;
      align-items: stretch;
    }
    .hero-actions .btn  {
      width: 100%;
    }
  }
}
.content-section-2772  {
  &.content-section  {
    text-align: center;
  }
  .section-heading  {
    margin: 0 auto;
  }
  .logo-strip  {
    list-style: none;
    margin: 2.6rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.4rem;
    align-items: center;
  }
  .logo-strip li  {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
  }
  .logo-strip img  {
    height: 100%;
    max-width: 100%;
    width: auto;
    object-fit: contain;
  }
  .logo-strip li:nth-child(2) img  {
    height: 78%;
  }
  @media (max-width: 767px)  {
    .logo-strip  {
      gap: 1.6rem;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .logo-strip li  {
      height: 66px;
    }
  }
  @media (max-width: 639px)  {
    .logo-strip li  {
      height: 58px;
    }
  }
}
.content-section-2773  {
  &.content-section  {
    position: relative;
    overflow: hidden;
  }
  .qualify-grid  {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 4rem;
    align-items: start;
  }
  .decor-qualify  {
    top: -3.5rem;
    right: -3rem;
    width: 15rem;
    transform: rotate(-12deg);
  }
  .decor-qualify-b  {
    top: 681px;
    left: 169px;
    width: 10rem;
    transform: rotate(22deg);
  }
  .decor-qualify-c  {
    top: 38%;
    left: -2rem;
    width: 7rem;
    transform: rotate(-34deg);
  }
  .decor-qualify-d  {
    top: -105px;
    left: 76px;
    width: 205px;
    height: 185px;
    transform: rotate(8deg);
  }
  .decor-qualify-e  {
    top: 745px;
    right: 187px;
    width: 9rem;
    transform: rotate(-24deg);
  }
  .decor-qualify-f  {
    top: 409px;
    right: -12px;
    width: 200px;
    height: 172px;
    transform: rotate(12deg);
  }
  .qualify-kicker  {
    margin: 2rem 0 1rem;
    font-size: var(--text-size-xs);
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-ember);
  }
  .qualify-close  {
    font-weight: 400;
    font-style: italic;
    margin-top: 1.8rem;
    font-size: var(--text-size-xl);
    font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
    line-height: 1.3;
  }
  .qualify-photo  {
    margin: 0;
  }
  .qualify-photo img  {
    width: 100%;
    aspect-ratio: 9 / 10;
    object-fit: cover;
  }
  @media (max-width: 1023px)  {
    .qualify-grid  {
      grid-template-columns: minmax(0, 1fr);
      gap: 2.6rem;
    }
    .qualify-photo img  {
      aspect-ratio: 16 / 10;
    }
  }
  @media (max-width: 767px)  {
    .qualify-photo img  {
      aspect-ratio: 4 / 3;
    }
  }
}
.content-section-2774  {
  &.content-section  {
    color: #fff;
  }
  .section-heading  {
    color: #fff;
  }
  .service-grid  {
    gap: 2.4rem;
    margin-top: 3.2rem;
  }
  .service-card img  {
    width: 100%;
    aspect-ratio: 9 / 10;
    object-fit: cover;
  }
  .service-card h3  {
    font-size: var(--text-size-4xl);
    margin: 1.4rem 0 0.7rem;
    color: var(--color-crust);
  }
  .service-card p  {
    color: rgba(255, 255, 255, 0.78);
    font-size: var(--text-size-reg);
  }
  @media (max-width: 1023px)  {
    .service-grid  {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 767px)  {
    .service-grid  {
      grid-template-columns: minmax(0, 1fr);
    }
  }
}
.content-section-2775  {
  .section-heading  {
    max-width: 24ch;
  }
  .packages-intro  {
    max-width: 66ch;
    margin-top: 1.2rem;
    font-size: var(--text-size-reg);
    color: rgba(23, 19, 15, 0.72);
  }
  .package-grid  {
    gap: 1.4rem;
    margin-top: 3rem;
    align-items: stretch;
  }
  .package-card  {
    display: flex;
    flex-direction: column;
    padding: 2rem 1.7rem;
    background-color: #fff;
    border: 1px solid rgba(23, 19, 15, 0.1);
  }
  .package-card-feature  {
    background-color: var(--color-charcoal);
    border-color: var(--color-charcoal);
    color: #fff;
  }
  .package-name  {
    font-size: var(--text-size-xs);
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--color-ember);
    margin-bottom: 0.6rem;
    min-height: 2.4em;
  }
  .package-card-feature .package-name  {
    color: var(--color-crust);
  }
  .package-price  {
    font-weight: 900;
    font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
    font-size: var(--text-size-11xl);
    line-height: 1;
    margin-bottom: 1.6rem;
  }
  .package-price span  {
    display: block;
    font-family: 'Archivo', Helvetica, Arial, sans-serif;
    font-size: var(--text-size-xs);
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(23, 19, 15, 0.55);
    margin-top: 0.5rem;
  }
  .package-card-feature .package-price span  {
    color: rgba(255, 255, 255, 0.6);
  }
  .package-card .tick-list  {
    margin-bottom: 2rem;
  }
  .package-card .tick-list li  {
    font-size: var(--text-size-sm);
  }
  .package-card .btn  {
    margin-top: auto;
    align-self: flex-start;
  }
  .package-card-feature .btn-outline  {
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
  }
  @media (max-width: 1279px)  {
    .package-grid  {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .package-price  {
      font-size: var(--text-size-9xl);
    }
  }
  @media (max-width: 767px)  {
    .package-grid  {
      grid-template-columns: minmax(0, 1fr);
    }
    .package-card  {
      padding: 1.6rem 1.4rem;
    }
    .package-price  {
      font-size: var(--text-size-8xl);
    }
    .package-name  {
      min-height: 0;
    }
    /* Full-width tap targets when cards stack. */ .package-card .btn  {
      width: 100%;
      align-self: stretch;
    }
  }
}
.content-section-2776  {
  &.content-section  {
    color: #fff;
  }
  .section-heading  {
    color: #fff;
    font-size: var(--text-size-6xl);
  }
  .core-content-slider  {
    margin-top: 2.6rem;
    position: relative;
  }
  .slider-track  {
    padding-bottom: 0.5rem;
  }
  .slider-item  {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  blockquote  {
    font-weight: 400;
    font-style: italic;
    margin: 0;
    font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
    font-size: clamp(1.1rem, 1.7vw, 1.5rem);
    line-height: 1.45;
    max-width: 64ch;
  }
  blockquote::before  {
    content: "\201C";
  }
  blockquote::after  {
    content: "\201D";
  }
  .testimonial-author  {
    margin-top: 1.4rem;
    font-size: var(--text-size-xs);
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-crust);
  }
  .slider-dots  {
    margin-top: 2.4rem;
  }
  .slider-dot  {
    background: rgba(255, 255, 255, 0.3);
  }
  .slider-dot.active  {
    background: var(--color-crust);
  }
  .slider-prev, .slider-next  {
    position: absolute;
    bottom: 0;
    width: 46px;
    height: 46px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 22px;
  }
  .slider-prev  {
    right: 60px;
  }
  .slider-next  {
    right: 0;
  }
  @media (max-width: 767px)  {
    .section-heading  {
      font-size: var(--text-size-5xl);
    }
    .slider-prev, .slider-next  {
      position: static;
    }
    .core-content-slider  {
      padding-bottom: 0;
    }
  }
}
.content-section-2777  {
  &.content-section  {
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  .bestsellers-content  {
    position: relative;
    z-index: 1;
  }
  .decor-bestsellers-a  {
    top: -19px;
    left: 8px;
    width: 12rem;
    transform: rotate(14deg);
  }
  .decor-bestsellers-b  {
    top: 882px;
    right: -18px;
    width: 14rem;
    transform: rotate(-20deg);
  }
  .decor-bestsellers-c  {
    top: 468px;
    left: -35px;
    width: 7rem;
    transform: rotate(-8deg);
  }
  .decor-bestsellers-d  {
    top: -52px;
    right: 150px;
    width: 9rem;
    transform: rotate(28deg);
  }
  .decor-bestsellers-e  {
    top: 365px;
    right: -53px;
    width: 9rem;
    transform: rotate(-6deg);
  }
  .decor-bestsellers-f  {
    bottom: 6%;
    left: -2rem;
    width: 139px;
    height: 130px;
    transform: rotate(16deg);
  }
  .section-heading  {
    margin: 0 auto;
  }
  .bestsellers-intro  {
    max-width: 56ch;
    margin: 1.1rem auto 0;
    font-size: var(--text-size-reg);
    color: rgba(23, 19, 15, 0.7);
  }
  .bestseller-grid  {
    gap: 2.4rem;
    margin-top: 3rem;
  }
  .bestseller  {
    margin: 0;
  }
  .bestseller img  {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
  }
  .bestseller h3  {
    font-size: var(--text-size-4xl);
    margin: 1.5rem 0 0.6rem;
  }
  .bestseller p  {
    font-size: var(--text-size-reg);
    color: rgba(23, 19, 15, 0.72);
    max-width: 34ch;
    margin-left: auto;
    margin-right: auto;
  }
  .bestsellers-actions  {
    justify-content: center;
    margin-top: 3rem;
  }
  @media (max-width: 1023px)  {
    .bestseller-grid  {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 767px)  {
    .bestseller-grid  {
      grid-template-columns: minmax(0, 1fr);
    }
    /* Cap the round photos so a single-column grid doesn't blow them up huge. */ .bestseller img  {
      max-width: 320px;
      margin: 0 auto;
    }
    .bestsellers-actions .btn  {
      width: 100%;
      max-width: 360px;
    }
  }
  @media (max-width: 639px)  {
    .bestseller img  {
      border-radius: 50%;
    }
  }
}
.content-section-2778  {
  &.content-section  {
    color: #fff;
  }
  .section-heading  {
    color: #fff;
    margin: 0 auto;
    max-width: 30ch;
  }
  .call-actions  {
    justify-content: center;
    margin-top: 1.8rem;
  }
  .call-reassure  {
    margin-top: 1.6rem;
    font-size: var(--text-size-reg);
    color: rgba(255, 255, 255, 0.85);
  }
  @media (max-width: 767px)  {
    .call-reassure  {
      font-size: var(--text-size-sm);
    }
    /* Full-width, centred CTA on phones. */ .call-actions .btn  {
      width: 100%;
    }
  }
}
.content-section-2779  {
  &.content-section  {
    color: #fff;
  }
  .section-heading  {
    color: #fff;
  }
  .mechanism-grid  {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 4rem;
    align-items: center;
  }
  .mechanism-lead  {
    font-weight: 400;
    font-style: italic;
    margin-top: 1.8rem;
    font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
    font-size: var(--text-size-2xl);
    color: var(--color-crust);
    line-height: 1.35;
  }
  .mechanism-copy p  {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--text-size-reg);
  }
  .mechanism-lead  {
    color: var(--color-crust);
  }
  .mechanism-photos  {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
  }
  .mechanism-photos figure  {
    margin: 0;
  }
  .mechanism-photos img  {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
  }
  @media (max-width: 1023px)  {
    .mechanism-grid  {
      grid-template-columns: minmax(0, 1fr);
      gap: 2.6rem;
    }
    .mechanism-photos  {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 767px)  {
    .mechanism-photos  {
      grid-template-columns: minmax(0, 1fr);
    }
  }
}
.content-section-2780  {
  .process-steps  {
    list-style: none;
    counter-reset: step;
    margin: 3rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.6rem 2.4rem;
  }
  .process-steps li  {
    counter-increment: step;
    border-top: 2px solid var(--color-ember);
    padding-top: 1.2rem;
  }
  .process-steps li::before  {
    content: counter(step, decimal-leading-zero);
    display: block;
    font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
    font-size: var(--text-size-6xl);
    line-height: 1;
    color: var(--color-ember);
    margin-bottom: 0.7rem;
  }
  .process-steps h3  {
    font-size: var(--text-size-3xl);
    margin-bottom: 0.5rem;
  }
  .process-steps p  {
    font-size: var(--text-size-reg);
    color: rgba(23, 19, 15, 0.72);
  }
  @media (max-width: 1023px)  {
    .process-steps  {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 767px)  {
    .process-steps  {
      grid-template-columns: minmax(0, 1fr);
    }
  }
  @media (max-width: 639px)  {
    .process-steps li::before  {
      font-size: var(--text-size-5xl);
    }
  }
}
.content-section-2781  {
  &.content-section  {
    position: relative;
    overflow: hidden;
  }
  .faq-content  {
    position: relative;
    z-index: 1;
  }
  .decor-faq  {
    top: 1028px;
    left: -89px;
    width: 13rem;
    transform: rotate(18deg);
  }
  .decor-faq-b  {
    top: -2rem;
    right: -2rem;
    width: 11rem;
    transform: rotate(-16deg);
  }
  .decor-faq-c  {
    top: 453px;
    right: -83px;
    width: 219px;
    height: 92px;
    transform: rotate(36deg);
  }
  .decor-faq-d  {
    top: -57px;
    left: 45px;
    width: 192px;
    height: 186px;
    transform: rotate(-12deg);
  }
  .decor-faq-e  {
    top: 1067px;
    right: 116px;
    width: 8rem;
    transform: rotate(-28deg);
  }
  .decor-faq-f  {
    top: 324px;
    left: -135px;
    width: 160px;
    height: 163px;
    transform: rotate(20deg);
  }
  .decor-faq-h  {
    top: 729px;
    right: -38px;
    width: 132px;
    height: 127px;
    transform: rotate(-12deg);
  }
  .core-accordion-01  {
    margin-top: 2.6rem;
  }
  .core-accordion-01 > * + *  {
    margin-top: 0;
  }
  details  {
    border-bottom: 1px solid rgba(23, 19, 15, 0.16);
    padding: 1.5rem 0;
  }
  summary  {
    font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
    font-weight: 400;
    font-size: var(--text-size-2xl);
    line-height: 1.3;
  }
  p  {
    font-size: var(--text-size-lg);
    color: #000;
    max-width: none;
  }
  @media (max-width: 767px)  {
    summary  {
      font-size: var(--text-size-xl);
    }
    p  {
      font-size: var(--text-size-reg);
    }
  }
}
.content-section-2782  {
  &.content-section  {
    color: #fff;
  }
  .section-heading  {
    color: #fff;
  }
  .enquire-grid  {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 4rem;
    align-items: start;
  }
  .enquire-copy p  {
    margin-top: 1.4rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--text-size-reg);
  }
  .enquire-contacts  {
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.6rem;
  }
  .enquire-contacts li  {
    font-size: var(--text-size-reg);
    color: rgba(255, 255, 255, 0.7);
  }
  .enquire-contacts a  {
    color: var(--color-crust);
    text-decoration: none;
  }
  .enquire-contacts a:hover  {
    color: var(--color-crust-light);
  }
  .enquire-contacts .core-eml-reveal  {
    cursor: pointer;
  }
  .enquire-form  {
    --core-form-field-bg: rgba(255, 255, 255, 0.06);
    --core-form-field-border: rgba(255, 255, 255, 0.22);
    --core-form-field-text-color: #fff;
    --core-form-field-border-focus: var(--color-crust);
    --core-form-radius: 2px;
    --core-form-placeholder: rgba(255, 255, 255, 0.45);
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 2.2rem;
  }
  .enquire-form label  {
    font-size: var(--text-size-xs);
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
  }
  .enquire-form select  {
    background-color: #1c1917;
    color: #fff;
  }
  .enquire-form select option  {
    background-color: #fff;
    color: #17130f;
  }
  .enquire-form .core-form-help  {
    color: rgba(255, 255, 255, 0.6);
  }
  .enquire-form .core-form-actions  {
    align-items: center;
    gap: 1.4rem;
  }
  /* ===== Prominent success / fail confirmation panels ===== */ .form-status  {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    margin-bottom: 1.6rem;
    padding: 1.6rem 1.8rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background-color: rgba(255, 255, 255, 0.05);
  }
  .form-status-icon  {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    color: #fff;
  }
  .form-status-icon-done  {
    background-color: var(--color-ember);
  }
  .form-status-icon-fail  {
    background-color: var(--color-charcoal-lighter);
    border: 2px solid var(--color-ember);
  }
  .form-status-title  {
    margin: 0;
    font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
    font-weight: 900;
    font-size: var(--text-size-3xl);
    line-height: 1.2;
    color: #fff;
  }
  .form-status-body  {
    margin: 0.5rem 0 0;
    font-size: var(--text-size-reg);
    color: rgba(255, 255, 255, 0.8);
  }
  .form-status-body a  {
    color: var(--color-crust);
  }
  .form-status-fail .form-status-title  {
    color: var(--color-crust);
  }
  @media (max-width: 1023px)  {
    .enquire-grid  {
      grid-template-columns: minmax(0, 1fr);
      gap: 2.6rem;
    }
  }
  @media (max-width: 767px)  {
    .enquire-form  {
      padding: 1.4rem;
    }
    .enquire-form .core-form-actions > button  {
      width: 100%;
    }
    .form-status  {
      flex-direction: column;
      text-align: center;
      gap: 1rem;
      padding: 1.4rem;
    }
    .form-status-icon  {
      width: 58px;
      height: 58px;
    }
  }
}
