.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}
.fixed {
    position: fixed
}
.absolute {
    position: absolute
}
.relative {
    position: relative
}
.sticky {
    position: sticky
}
.inset-x-0 {
    left: 0px;
    right: 0px
}
.bottom-0 {
    bottom: 0px
}
.right-0 {
    right: 0px
}
.z-50 {
    z-index: 50
}
.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem
}
.mx-auto {
    margin-left: auto;
    margin-right: auto
}
.mb-3 {
    margin-bottom: 0.75rem
}
.mb-5 {
    margin-bottom: 1.25rem
}
.mb-8 {
    margin-bottom: 2rem
}
.mt-0 {
    margin-top: 0px
}
.mt-1 {
    margin-top: 0.25rem
}
.mt-12 {
    margin-top: 3rem
}
.mt-2 {
    margin-top: 0.5rem
}
.mt-3 {
    margin-top: 0.75rem
}
.mt-4 {
    margin-top: 1rem
}
.mt-5 {
    margin-top: 1.25rem
}
.mt-6 {
    margin-top: 1.5rem
}
.mt-7 {
    margin-top: 1.75rem
}
.mt-9 {
    margin-top: 2.25rem
}
.block {
    display: block
}
.flex {
    display: flex
}
.inline-flex {
    display: inline-flex
}
.table {
    display: table
}
.grid {
    display: grid
}
.hidden {
    display: none
}
.aspect-\[16\/10\] {
    aspect-ratio: 16/10
}
.h-6 {
    height: 1.5rem
}
.h-auto {
    height: auto
}
.min-h-\[280px\] {
    min-height: 280px
}
.w-6 {
    width: 1.5rem
}
.w-full {
    width: 100%
}
.max-w-2xl {
    max-width: 42rem
}
.max-w-3xl {
    max-width: 48rem
}
.max-w-4xl {
    max-width: 56rem
}
.max-w-5xl {
    max-width: 64rem
}
.max-w-6xl {
    max-width: 72rem
}
.max-w-7xl {
    max-width: 80rem
}
.max-w-\[1500px\] {
    max-width: 1500px
}
.max-w-xl {
    max-width: 36rem
}
.flex-shrink {
    flex-shrink: 1
}
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.cursor-pointer {
    cursor: pointer
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}
.flex-col {
    flex-direction: column
}
.flex-wrap {
    flex-wrap: wrap
}
.items-start {
    align-items: flex-start
}
.items-center {
    align-items: center
}
.justify-center {
    justify-content: center
}
.justify-between {
    justify-content: space-between
}
.gap-2 {
    gap: 0.5rem
}
.gap-4 {
    gap: 1rem
}
.gap-6 {
    gap: 1.5rem
}
.gap-7 {
    gap: 1.75rem
}
.gap-8 {
    gap: 2rem
}
.gap-x-5 {
    column-gap: 1.25rem
}
.gap-y-2 {
    row-gap: 0.5rem
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}
.divide-navy-900\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(7 27 46 / 0.15)
}
.rounded-sm {
    border-radius: 0.125rem
}
.border {
    border-width: 1px
}
.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px
}
.border-l-4 {
    border-left-width: 4px
}
.border-t {
    border-top-width: 1px
}
.border-gold-400 {
    --tw-border-opacity: 1;
    border-color: rgb(199 170 88 / var(--tw-border-opacity, 1))
}
.border-gold-400\/50 {
    border-color: rgb(199 170 88 / 0.5)
}
.border-navy-900\/10 {
    border-color: rgb(7 27 46 / 0.1)
}
.border-navy-900\/15 {
    border-color: rgb(7 27 46 / 0.15)
}
.border-white\/15 {
    border-color: rgb(255 255 255 / 0.15)
}
.border-white\/20 {
    border-color: rgb(255 255 255 / 0.2)
}
.bg-gold-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(199 170 88 / var(--tw-bg-opacity, 1))
}
.bg-ivory {
    --tw-bg-opacity: 1;
    background-color: rgb(247 243 232 / var(--tw-bg-opacity, 1))
}
.bg-ivory\/95 {
    background-color: rgb(247 243 232 / 0.95)
}
.bg-navy-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(12 40 66 / var(--tw-bg-opacity, 1))
}
.bg-navy-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(7 27 46 / var(--tw-bg-opacity, 1))
}
.bg-navy-900\/90 {
    background-color: rgb(7 27 46 / 0.9)
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
.object-cover {
    object-fit: cover
}
.p-5 {
    padding: 1.25rem
}
.p-6 {
    padding: 1.5rem
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}
.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}
.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}
.pb-10 {
    padding-bottom: 2.5rem
}
.pt-3 {
    padding-top: 0.75rem
}
.pt-5 {
    padding-top: 1.25rem
}
.pt-8 {
    padding-top: 2rem
}
.text-center {
    text-align: center
}
.font-body {
    font-family: Arial, Helvetica, sans-serif
}
.font-display {
    font-family: Georgia, Times New Roman, serif
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}
.text-\[11px\] {
    font-size: 11px
}
.text-\[clamp\(1\.4rem\2c 4vw\2c 2rem\)\] {
    font-size: clamp(1.4rem,4vw,2rem)
}
.text-\[clamp\(2\.25rem\2c 8vw\2c 4\.75rem\)\] {
    font-size: clamp(2.25rem,8vw,4.75rem)
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem
}
.font-bold {
    font-weight: 700
}
.uppercase {
    text-transform: uppercase
}
.leading-7 {
    line-height: 1.75rem
}
.leading-\[1\.02\] {
    line-height: 1.02
}
.leading-relaxed {
    line-height: 1.625
}
.leading-tight {
    line-height: 1.25
}
.tracking-\[\.12em\] {
    letter-spacing: .12em
}
.tracking-\[\.18em\] {
    letter-spacing: .18em
}
.tracking-\[\.22em\] {
    letter-spacing: .22em
}
.tracking-\[\.2em\] {
    letter-spacing: .2em
}
.tracking-tight {
    letter-spacing: -0.025em
}
.tracking-wider {
    letter-spacing: 0.05em
}
.text-\[\#F5F1E8\] {
    --tw-text-opacity: 1;
    color: rgb(245 241 232 / var(--tw-text-opacity, 1))
}
.text-gold-300 {
    --tw-text-opacity: 1;
    color: rgb(219 197 132 / var(--tw-text-opacity, 1))
}
.text-gold-500 {
    --tw-text-opacity: 1;
    color: rgb(169 136 52 / var(--tw-text-opacity, 1))
}
.text-ink {
    --tw-text-opacity: 1;
    color: rgb(23 35 50 / var(--tw-text-opacity, 1))
}
.text-navy-700 {
    --tw-text-opacity: 1;
    color: rgb(23 58 88 / var(--tw-text-opacity, 1))
}
.text-navy-800 {
    --tw-text-opacity: 1;
    color: rgb(12 40 66 / var(--tw-text-opacity, 1))
}
.text-navy-900 {
    --tw-text-opacity: 1;
    color: rgb(7 27 46 / var(--tw-text-opacity, 1))
}
.text-slate-600 {
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1))
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.text-white\/40 {
    color: rgb(255 255 255 / 0.4)
}
.text-white\/55 {
    color: rgb(255 255 255 / 0.55)
}
.text-white\/70 {
    color: rgb(255 255 255 / 0.7)
}
.text-white\/75 {
    color: rgb(255 255 255 / 0.75)
}
.underline {
    text-decoration-line: underline
}
.decoration-gold-400 {
    text-decoration-color: #c7aa58
}
.decoration-2 {
    text-decoration-thickness: 2px
}
.underline-offset-4 {
    text-underline-offset: 4px
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.shadow-\[0_-10px_30px_rgba\(7\2c 27\2c 46\2c \.12\)\] {
    --tw-shadow: 0 -10px 30px rgba(7,27,46,.12);
    --tw-shadow-colored: 0 -10px 30px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.shadow-editorial {
    --tw-shadow: 0 22px 60px rgba(7,27,46,.16);
    --tw-shadow-colored: 0 22px 60px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.outline {
    outline-style: solid
}
.backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}
.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
.hover\:bg-navy-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(23 58 88 / var(--tw-bg-opacity, 1))
}
.hover\:text-gold-500:hover {
    --tw-text-opacity: 1;
    color: rgb(169 136 52 / var(--tw-text-opacity, 1))
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.group[open] .group-open\:rotate-45 {
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
@media (min-width: 640px) {
    .sm\:aspect-\[18\/10\] {
        aspect-ratio: 18/10
    }
    .sm\:w-auto {
        width: auto
    }
    .sm\:p-8 {
        padding: 2rem
    }
    .sm\:p-9 {
        padding: 2.25rem
    }
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }
}
@media (min-width: 768px) {
    .md\:hidden {
        display: none
    }
    .md\:aspect-auto {
        aspect-ratio: auto
    }
    .md\:h-\[68vh\] {
        height: 68vh
    }
    .md\:flex-row {
        flex-direction: row
    }
    .md\:items-center {
        align-items: center
    }
    .md\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }
    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
    .md\:pb-16 {
        padding-bottom: 4rem
    }
    .md\:pt-12 {
        padding-top: 3rem
    }
}
@media (min-width: 1024px) {
    .lg\:grid-cols-\[1fr_280px\] {
        grid-template-columns: 1fr 280px
    }
    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

/* ===== EDITORIAL TYPOGRAPHY ===== */
    html { scroll-behavior: smooth; overflow-x: hidden; }
    body { background: #f7f3e8; overflow-x: hidden; }
    img, svg, video, canvas { max-width: 100%; height: auto; }
    .article-copy { max-width: 42rem; }
    .article-copy p { margin-top: 1.1rem; color: #344252; font-size: clamp(1rem, 2.5vw, 1.125rem); line-height: 1.9; }
    .article-copy h2 { margin-top: 3.25rem; scroll-margin-top: 7rem; color: #071b2e; font-family: Georgia, serif; font-size: clamp(1.6rem, 5vw, 2.45rem); line-height: 1.15; letter-spacing: -.025em; }
    .article-copy h3 { margin-top: 1.8rem; color: #173a58; font-family: Georgia, serif; font-size: clamp(1.15rem, 3vw, 1.35rem); line-height: 1.3; }
    .article-copy ul { margin: 1.1rem 0 0; padding-left: 1.35rem; color: #344252; }
    .article-copy li { margin-top: .7rem; line-height: 1.75; overflow-wrap: anywhere; }
    .article-copy strong { color: #071b2e; }
    .article-copy a { word-break: break-word; }
    .article-copy blockquote, .article-copy table, .article-copy pre { max-width: 100%; overflow-x: auto; }
    .drop-cap:first-letter { float: left; margin: .1rem .65rem 0 0; color: #a98834; font-family: Georgia, serif; font-size: 4.3rem; line-height: .8; }
    summary::-webkit-details-marker { display: none; }
    :focus-visible { outline: 3px solid #c7aa58; outline-offset: 3px; }
    .tap-target { min-height: 44px; }
    .mobile-sticky-cta { padding-bottom: calc(env(safe-area-inset-bottom) + 0.75rem); }

    [data-aos] { opacity: 1 !important; transform: none !important; }
    [data-aos].aos-init:not(.aos-animate) { opacity: 1 !important; transform: none !important; }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      [data-aos],
      [data-aos].aos-init,
      [data-aos].aos-animate {
        opacity: 1 !important;
        transform: none !important;
        transition-property: none !important;
        transition-duration: 0s !important;
        animation: none !important;
      }
    }

    @media (max-width: 1024px) {
      .mobile-sticky-cta { display: flex; }
      main { padding-bottom: 5.75rem; }
    }
    @media (min-width: 1025px) {
      .mobile-sticky-cta { display: none; }
    }

.bgc-site-footer {
      padding: 56px 0 32px !important;
      background: #17191A !important;
      color: #F5F1E8 !important;
      border-top: 1px solid rgba(245,241,232,.12) !important;
    }
    .bgc-site-footer > .container {
      width: 100% !important;
      max-width: none !important;
      margin: 0 !important;
      padding: 0 !important;
    }
    .bgc-site-footer__wrap {
      width: min(1240px, 92vw) !important;
      margin: 0 auto !important;
    }
    .bgc-site-footer__grid {
      display: grid !important;
      grid-template-columns: 1.15fr .95fr .9fr !important;
      gap: 34px !important;
      align-items: start !important;
    }
    .bgc-site-footer__brand {
      display: flex !important;
      flex-direction: column !important;
      gap: 16px !important;
    }
    .bgc-site-footer__logo-tile {
      width: 190px !important;
      height: 145px !important;
      padding: 14px !important;
      border-radius: 12px !important;
      background: #F3EEE4 !important;
      border: 1px solid rgba(23,25,26,.06) !important;
      box-shadow: none !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
    }
    .bgc-site-footer__logo {
      max-width: 155px !important;
      max-height: 110px !important;
      width: auto !important;
      height: auto !important;
      object-fit: contain !important;
      display: block !important;
    }
    .bgc-site-footer__tagline {
      font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
      font-size: clamp(2rem, 2.6vw, 2.1rem) !important;
      font-weight: 600 !important;
      line-height: .98 !important;
      letter-spacing: -.04em !important;
      color: #F5F1E8 !important;
      max-width: 12ch !important;
    }
    .bgc-site-footer__contact {
      display: grid !important;
      gap: 8px !important;
      color: #B8B1A6 !important;
      font-size: 15px !important;
      line-height: 1.8 !important;
      font-style: normal !important;
    }
    .bgc-site-footer__contact a {
      color: #F5F1E8 !important;
      text-decoration: none !important;
    }
    .bgc-site-footer__contact a:hover {
      text-decoration: underline !important;
    }
    .bgc-site-footer__heading {
      font-size: 10px !important;
      font-weight: 800 !important;
      letter-spacing: .18em !important;
      text-transform: uppercase !important;
      color: #F5F1E8 !important;
      margin: 0 0 16px !important;
    }
    .bgc-site-footer__links {
      margin-top: 0 !important;
      display: grid !important;
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      gap: 10px 18px !important;
    }
    .bgc-site-footer__links .bgc-site-footer__heading {
      grid-column: 1 / -1 !important;
    }
    .bgc-site-footer__link {
      color: #B8B1A6 !important;
      font-size: 14px !important;
      line-height: 1.6 !important;
      text-decoration: none !important;
      border: 0 !important;
      transform: none !important;
    }
    .bgc-site-footer__link:hover {
      color: #F5F1E8 !important;
      text-decoration: none !important;
    }
    .bgc-site-footer__actions {
      display: flex !important;
      flex-direction: column !important;
      gap: 12px !important;
      align-items: stretch !important;
    }
    .bgc-site-footer__actions .bgc-site-footer__heading {
      grid-column: auto !important;
    }
    .bgc-site-footer__cta {
      min-height: 52px !important;
      border-radius: 999px !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      padding: 0 18px !important;
      text-align: center !important;
      text-decoration: none !important;
      font-size: 12px !important;
      font-weight: 800 !important;
      text-transform: uppercase !important;
      letter-spacing: .13em !important;
      background: #D9A93B !important;
      color: #17191A !important;
      border: 1px solid #D9A93B !important;
      box-shadow: 0 10px 28px rgba(217,169,59,.20) !important;
    }
    .bgc-site-footer__cta:hover,
    .bgc-site-footer__cta:focus {
      background: #E5B94F !important;
      border-color: #E5B94F !important;
      box-shadow: 0 12px 30px rgba(217,169,59,.26) !important;
      transform: translateY(-1px) !important;
    }
    .bgc-site-footer__cta--ghost {
      background: transparent !important;
      color: #F5F1E8 !important;
      border: 1px solid rgba(245,241,232,.22) !important;
      box-shadow: none !important;
    }
    .bgc-site-footer__cta--ghost:hover,
    .bgc-site-footer__cta--ghost:focus {
      background: rgba(245,241,232,.06) !important;
      border-color: rgba(245,241,232,.34) !important;
      box-shadow: none !important;
      transform: translateY(-1px) !important;
    }
    .bgc-site-footer__rail {
      width: min(1240px, 92vw) !important;
      margin: 32px auto 0 !important;
      padding: 18px 0 0 !important;
      border-top: 1px solid rgba(245,241,232,.12) !important;
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      flex-wrap: wrap !important;
      gap: 14px !important;
      color: #B8B1A6 !important;
      font-size: 13px !important;
      line-height: 1.6 !important;
    }
    @media (max-width: 1024px) {
      .bgc-site-footer__grid {
        grid-template-columns: 1fr 1fr !important;
      }
      .bgc-site-footer__actions {
        grid-column: 1 / -1 !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
      }
      .bgc-site-footer__actions .bgc-site-footer__cta {
        flex: 1 1 220px !important;
      }
    }
    @media (max-width: 767px) {
      .bgc-site-footer {
        padding: 52px 0 32px !important;
      }
      .bgc-site-footer__grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
      }
      .bgc-site-footer__logo-tile {
        width: 165px !important;
        height: 125px !important;
      }
      .bgc-site-footer__logo {
        max-width: 136px !important;
        max-height: 96px !important;
      }
      .bgc-site-footer__tagline {
        font-size: clamp(1.95rem, 8vw, 2.2rem) !important;
        max-width: none !important;
      }
      .bgc-site-footer__links {
        grid-template-columns: 1fr !important;
      }
      .bgc-site-footer__rail {
        margin: 30px auto 0 !important;
      }
      .bgc-site-footer__actions {
        flex-direction: column !important;
      }
      .bgc-site-footer__cta {
        width: 100% !important;
      }
    }

.bgc-canonical-nav { position: sticky; top: 0; z-index: 50; background: #F7F4ED; color: #17191A; border-bottom: 1px solid rgba(23,25,26,.10); }
    .bgc-canonical-nav__inner { width: min(1240px, 92vw); min-height: 88px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; }
    .bgc-canonical-nav__logo { display: inline-flex; align-items: center; flex-shrink: 0; }
    .bgc-canonical-nav__logo img { max-height: 66px; width: auto; height: auto; display: block; max-width: none; }
    .bgc-canonical-nav__menu-button { display: none; border: 1px solid rgba(23,25,26,.12); background: transparent; color: #17191A; border-radius: 10px; padding: .75rem; }
    .bgc-canonical-nav__desktop { display: flex; align-items: center; justify-content: center; gap: 1.1rem; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
    .bgc-canonical-nav__desktop a { color: #17191A; text-decoration: none; transition: color .2s ease, border-color .2s ease; }
    .bgc-canonical-nav__desktop a:hover { color: #D9A93B; }
    .bgc-canonical-nav__desktop a.is-active { color: #D9A93B; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
    .bgc-canonical-nav__actions { display: flex; align-items: center; gap: .75rem; justify-content: flex-end; }
    .bgc-canonical-nav__pill { min-height: 46px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; padding: .75rem 1.1rem; }
    .bgc-canonical-nav__member { border: 1px solid rgba(23,25,26,.18); color: #17191A; background: transparent; }
    .bgc-canonical-nav__member:hover { background: rgba(23,25,26,.04); }
    .bgc-canonical-nav__book { background: #D9A93B; border: 1px solid #D9A93B; color: #17191A; }
    .bgc-canonical-nav__book:hover { background: #E5B94F; border-color: #E5B94F; }
    .bgc-canonical-nav__mobile { display: none; border-top: 1px solid rgba(23,25,26,.10); background: #F7F4ED; }
    .bgc-canonical-nav__mobile.hidden { display: none !important; }
    .bgc-canonical-nav__mobile-inner { width: min(1240px, 92vw); margin: 0 auto; padding: 1rem 0 1.1rem; }
    .bgc-canonical-nav__mobile-links { display: grid; gap: .25rem; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
    .bgc-canonical-nav__mobile-links a { color: #17191A; text-decoration: none; border-radius: 8px; padding: .9rem .8rem; }
    .bgc-canonical-nav__mobile-links a:hover { color: #D9A93B; background: rgba(23,25,26,.04); }
    .bgc-canonical-nav__mobile-links a.is-active { color: #D9A93B; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
    .bgc-canonical-nav__mobile-actions { margin-top: .75rem; display: grid; gap: .6rem; }
    .bgc-canonical-nav__mobile-actions a { width: 100%; min-height: 46px; border-radius: 999px; }
    @media (max-width: 1024px) {
      .bgc-canonical-nav__inner { min-height: 76px; grid-template-columns: auto auto; justify-content: space-between; }
      .bgc-canonical-nav__logo img { max-height: 54px; }
      .bgc-canonical-nav__menu-button { display: inline-flex; align-items: center; justify-content: center; }
      .bgc-canonical-nav__desktop,
      .bgc-canonical-nav__actions { display: none; }
      .bgc-canonical-nav__mobile:not(.hidden) { display: block; }
    }

.bgc-site-footer { background: #17191A; color: #F5F1E8; }
    .bgc-site-footer a { color: inherit; }
    .bgc-site-footer__wrap { min-width: 0; width: min(1240px, 92vw); margin: 0 auto; }
    .bgc-site-footer__grid { display: grid; grid-template-columns: 1.15fr .95fr .9fr; gap: 34px; align-items: start; }
    .bgc-site-footer__brand { display: flex; flex-direction: column; gap: 20px; }
    .bgc-site-footer__logo-tile { width: 190px; height: 145px; padding: 14px; border-radius: 12px; background: #F3EEE4; display: flex; align-items: center; justify-content: center; }
    .bgc-site-footer__logo { max-width: 155px; max-height: 110px; width: auto; height: auto; object-fit: contain; display: block; }
    .bgc-site-footer__tagline { font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 2.6vw, 2.1rem); line-height: .98; letter-spacing: -.04em; max-width: 12ch; }
    .bgc-site-footer__contact { color: #B8B1A6; font-size: 15px; line-height: 1.8; font-style: normal; }
    .bgc-site-footer__contact a { color: #F5F1E8; text-decoration: none; }
    .bgc-site-footer__contact a:hover { text-decoration: underline; }
    .bgc-site-footer__heading { font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #B8B1A6; }
    .bgc-site-footer__links { margin-top: 16px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; }
    .bgc-site-footer__link { color: #B8B1A6; font-size: 14px; line-height: 1.6; text-decoration: none; }
    .bgc-site-footer__link:hover { text-decoration: underline; }
    .bgc-site-footer__actions { display: flex; flex-direction: column; gap: 12px; }
    .bgc-site-footer__cta { min-height: 52px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; text-align: center; text-decoration: none; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
    .bgc-site-footer__cta--primary { background: #D9A93B; color: #17191A; box-shadow: 0 10px 24px rgba(217,169,59,.22); border: 1px solid #D9A93B; }
    .bgc-site-footer__cta--primary:hover { background: #E5B94F; border-color: #E5B94F; }
    .bgc-site-footer__cta--ghost { border: 1px solid rgba(245,241,232,.22); color: #F5F1E8; background: transparent; }
    .bgc-site-footer__cta--ghost:hover { background: rgba(245,241,232,.08); }
    .bgc-site-footer__rail { margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(245,241,232,.12); display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #B8B1A6; font-size: 13px; line-height: 1.6; }
    @media (max-width: 1024px) {
      .bgc-site-footer__grid { grid-template-columns: 1fr 1fr; }
      .bgc-site-footer__actions { grid-column: 1 / -1; }
    }
    @media (max-width: 767px) {
      .bgc-site-footer__grid { grid-template-columns: 1fr; }
      .bgc-site-footer__logo-tile { width: 165px; height: 125px; }
      .bgc-site-footer__logo { max-width: 136px; max-height: 96px; }
      .bgc-site-footer__links { grid-template-columns: 1fr; }
      .bgc-site-footer__cta { width: 100%; }
      .bgc-site-footer__rail { flex-direction: column; align-items: flex-start; }
    }