.visible {
    visibility: visible
}
.absolute {
    position: absolute
}
.relative {
    position: relative
}
.sticky {
    position: sticky
}
.inset-0 {
    inset: 0px
}
.left-0 {
    left: 0px
}
.right-0 {
    right: 0px
}
.top-0 {
    top: 0px
}
.top-full {
    top: 100%
}
.isolate {
    isolation: isolate
}
.-z-10 {
    z-index: -10
}
.-z-20 {
    z-index: -20
}
.z-50 {
    z-index: 50
}
.mx-auto {
    margin-left: auto;
    margin-right: auto
}
.mb-4 {
    margin-bottom: 1rem
}
.mb-7 {
    margin-bottom: 1.75rem
}
.mt-0 {
    margin-top: 0px
}
.mt-1 {
    margin-top: 0.25rem
}
.mt-10 {
    margin-top: 2.5rem
}
.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
}
.mt-\[32px\] {
    margin-top: 32px
}
.block {
    display: block
}
.flex {
    display: flex
}
.inline-flex {
    display: inline-flex
}
.grid {
    display: grid
}
.hidden {
    display: none
}
.h-1 {
    height: 0.25rem
}
.h-6 {
    height: 1.5rem
}
.h-\[125px\] {
    height: 125px
}
.h-auto {
    height: auto
}
.h-full {
    height: 100%
}
.max-h-\[54px\] {
    max-height: 54px
}
.max-h-\[96px\] {
    max-height: 96px
}
.min-h-\[46px\] {
    min-height: 46px
}
.min-h-\[52px\] {
    min-height: 52px
}
.min-h-\[76px\] {
    min-height: 76px
}
.w-1 {
    width: 0.25rem
}
.w-6 {
    width: 1.5rem
}
.w-\[165px\] {
    width: 165px
}
.w-\[min\(1240px\2c 92vw\)\] {
    width: min(1240px,92vw)
}
.w-auto {
    width: auto
}
.w-full {
    width: 100%
}
.min-w-0 {
    min-width: 0px
}
.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-7xl {
    max-width: 80rem
}
.max-w-\[12ch\] {
    max-width: 12ch
}
.max-w-\[136px\] {
    max-width: 136px
}
.flex-1 {
    flex: 1 1 0%
}
.shrink-0 {
    flex-shrink: 0
}
.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
}
.list-none {
    list-style-type: none
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}
.flex-col {
    flex-direction: column
}
.flex-wrap {
    flex-wrap: wrap
}
.items-start {
    align-items: flex-start
}
.items-center {
    align-items: center
}
.items-stretch {
    align-items: stretch
}
.justify-center {
    justify-content: center
}
.justify-between {
    justify-content: space-between
}
.gap-1 {
    gap: 0.25rem
}
.gap-10 {
    gap: 2.5rem
}
.gap-2 {
    gap: 0.5rem
}
.gap-3 {
    gap: 0.75rem
}
.gap-4 {
    gap: 1rem
}
.gap-5 {
    gap: 1.25rem
}
.gap-6 {
    gap: 1.5rem
}
.gap-7 {
    gap: 1.75rem
}
.gap-\[12px\] {
    gap: 12px
}
.gap-\[18px\] {
    gap: 18px
}
.gap-\[34px\] {
    gap: 34px
}
.gap-x-5 {
    column-gap: 1.25rem
}
.gap-x-\[10px\] {
    column-gap: 10px
}
.gap-y-2 {
    row-gap: 0.5rem
}
.gap-y-\[18px\] {
    row-gap: 18px
}
.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-slate-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1))
}
.overflow-hidden {
    overflow: hidden
}
.rounded-2xl {
    border-radius: 1rem
}
.rounded-\[12px\] {
    border-radius: 12px
}
.rounded-\[999px\] {
    border-radius: 999px
}
.rounded-full {
    border-radius: 9999px
}
.rounded-md {
    border-radius: 0.375rem
}
.rounded-sm {
    border-radius: 0.125rem
}
.border {
    border-width: 1px
}
.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px
}
.border-b {
    border-bottom-width: 1px
}
.border-t {
    border-top-width: 1px
}
.border-t-4 {
    border-top-width: 4px
}
.border-\[\#D9A93B\] {
    --tw-border-opacity: 1;
    border-color: rgb(217 169 59 / var(--tw-border-opacity, 1))
}
.border-\[rgba\(23\2c 25\2c 26\2c \.10\)\] {
    border-color: rgba(23,25,26,.10)
}
.border-\[rgba\(23\2c 25\2c 26\2c \.18\)\] {
    border-color: rgba(23,25,26,.18)
}
.border-\[rgba\(245\2c 241\2c 232\2c \.22\)\] {
    border-color: rgba(245,241,232,.22)
}
.border-gold-400 {
    --tw-border-opacity: 1;
    border-color: rgb(201 169 95 / var(--tw-border-opacity, 1))
}
.border-gold-400\/45 {
    border-color: rgb(201 169 95 / 0.45)
}
.border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity, 1))
}
.border-white\/10 {
    border-color: rgb(255 255 255 / 0.1)
}
.border-white\/30 {
    border-color: rgb(255 255 255 / 0.3)
}
.border-white\/40 {
    border-color: rgb(255 255 255 / 0.4)
}
.bg-\[\#17191A\] {
    --tw-bg-opacity: 1;
    background-color: rgb(23 25 26 / var(--tw-bg-opacity, 1))
}
.bg-\[\#D9A93B\] {
    --tw-bg-opacity: 1;
    background-color: rgb(217 169 59 / var(--tw-bg-opacity, 1))
}
.bg-\[\#F3EEE4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(243 238 228 / var(--tw-bg-opacity, 1))
}
.bg-\[\#F7F4ED\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 244 237 / var(--tw-bg-opacity, 1))
}
.bg-gold-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(227 201 130 / var(--tw-bg-opacity, 1))
}
.bg-gold-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(201 169 95 / var(--tw-bg-opacity, 1))
}
.bg-navy-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(11 34 50 / var(--tw-bg-opacity, 1))
}
.bg-navy-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(7 23 34 / var(--tw-bg-opacity, 1))
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
.bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1)
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
}
.from-navy-950 {
    --tw-gradient-from: #071722 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(7 23 34 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.via-navy-950\/90 {
    --tw-gradient-to: rgb(7 23 34 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(7 23 34 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)
}
.to-navy-950\/35 {
    --tw-gradient-to: rgb(7 23 34 / 0.35) var(--tw-gradient-to-position)
}
.fill-none {
    fill: none
}
.stroke-current {
    stroke: currentColor
}
.stroke-2 {
    stroke-width: 2
}
.object-contain {
    object-fit: contain
}
.object-cover {
    object-fit: cover
}
.p-0 {
    padding: 0px
}
.p-2 {
    padding: 0.5rem
}
.p-4 {
    padding: 1rem
}
.p-6 {
    padding: 1.5rem
}
.p-\[14px\] {
    padding: 14px
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}
.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}
.px-\[4vw\] {
    padding-left: 4vw;
    padding-right: 4vw
}
.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}
.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}
.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}
.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}
.pb-8 {
    padding-bottom: 2rem
}
.pt-14 {
    padding-top: 3.5rem
}
.pt-\[18px\] {
    padding-top: 18px
}
.text-center {
    text-align: center
}
.font-sans {
    font-family: Inter, ui-sans-serif, system-ui, sans-serif
}
.font-serif {
    font-family: Georgia, Cambria, 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-\[1\.03rem\] {
    font-size: 1.03rem
}
.text-\[10px\] {
    font-size: 10px
}
.text-\[11px\] {
    font-size: 11px
}
.text-\[13px\] {
    font-size: 13px
}
.text-\[14px\] {
    font-size: 14px
}
.text-\[15px\] {
    font-size: 15px
}
.text-\[clamp\(2rem\2c 2\.6vw\2c 2\.1rem\)\] {
    font-size: clamp(2rem,2.6vw,2.1rem)
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.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
}
.font-extrabold {
    font-weight: 800
}
.font-semibold {
    font-weight: 600
}
.uppercase {
    text-transform: uppercase
}
.not-italic {
    font-style: normal
}
.leading-7 {
    line-height: 1.75rem
}
.leading-8 {
    line-height: 2rem
}
.leading-\[\.98\] {
    line-height: .98
}
.leading-\[1\.08\] {
    line-height: 1.08
}
.leading-tight {
    line-height: 1.25
}
.tracking-\[-\.04em\] {
    letter-spacing: -.04em
}
.tracking-\[\.12em\] {
    letter-spacing: .12em
}
.tracking-\[\.18em\] {
    letter-spacing: .18em
}
.tracking-\[\.22em\] {
    letter-spacing: .22em
}
.tracking-\[\.24em\] {
    letter-spacing: .24em
}
.tracking-\[\.2em\] {
    letter-spacing: .2em
}
.text-\[\#17191A\] {
    --tw-text-opacity: 1;
    color: rgb(23 25 26 / var(--tw-text-opacity, 1))
}
.text-\[\#B8B1A6\] {
    --tw-text-opacity: 1;
    color: rgb(184 177 166 / var(--tw-text-opacity, 1))
}
.text-\[\#D9A93B\] {
    --tw-text-opacity: 1;
    color: rgb(217 169 59 / var(--tw-text-opacity, 1))
}
.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(227 201 130 / var(--tw-text-opacity, 1))
}
.text-gold-500 {
    --tw-text-opacity: 1;
    color: rgb(171 136 63 / var(--tw-text-opacity, 1))
}
.text-ivory\/75 {
    color: rgb(248 244 234 / 0.75)
}
.text-ivory\/80 {
    color: rgb(248 244 234 / 0.8)
}
.text-navy-800 {
    --tw-text-opacity: 1;
    color: rgb(18 50 71 / var(--tw-text-opacity, 1))
}
.text-navy-900 {
    --tw-text-opacity: 1;
    color: rgb(11 34 50 / var(--tw-text-opacity, 1))
}
.text-navy-950 {
    --tw-text-opacity: 1;
    color: rgb(7 23 34 / 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))
}
.underline {
    text-decoration-line: underline
}
.decoration-\[\#D9A93B\] {
    text-decoration-color: #D9A93B
}
.decoration-2 {
    text-decoration-thickness: 2px
}
.underline-offset-4 {
    text-underline-offset: 4px
}
.underline-offset-\[6px\] {
    text-underline-offset: 6px
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.shadow-\[0_10px_22px_rgba\(217\2c 169\2c 59\2c \.28\)\] {
    --tw-shadow: 0 10px 22px rgba(217,169,59,.28);
    --tw-shadow-colored: 0 10px 22px 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,23,34,.13);
    --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)
}
.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 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-sm {
    --tw-backdrop-blur: blur(4px);
    -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\:border-\[\#17191A\]:hover {
    --tw-border-opacity: 1;
    border-color: rgb(23 25 26 / var(--tw-border-opacity, 1))
}
.hover\:border-\[\#E5B94F\]:hover {
    --tw-border-opacity: 1;
    border-color: rgb(229 185 79 / var(--tw-border-opacity, 1))
}
.hover\:border-\[\#F5F1E8\]:hover {
    --tw-border-opacity: 1;
    border-color: rgb(245 241 232 / var(--tw-border-opacity, 1))
}
.hover\:bg-\[\#17191A\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(23 25 26 / var(--tw-bg-opacity, 1))
}
.hover\:bg-\[\#E5B94F\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 185 79 / var(--tw-bg-opacity, 1))
}
.hover\:bg-\[\#F5F1E8\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 241 232 / var(--tw-bg-opacity, 1))
}
.hover\:bg-gold-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(227 201 130 / var(--tw-bg-opacity, 1))
}
.hover\:bg-navy-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(18 50 71 / var(--tw-bg-opacity, 1))
}
.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
.hover\:text-\[\#17191A\]:hover {
    --tw-text-opacity: 1;
    color: rgb(23 25 26 / var(--tw-text-opacity, 1))
}
.hover\:text-\[\#D9A93B\]:hover {
    --tw-text-opacity: 1;
    color: rgb(217 169 59 / var(--tw-text-opacity, 1))
}
.hover\:text-\[\#E5B94F\]:hover {
    --tw-text-opacity: 1;
    color: rgb(229 185 79 / var(--tw-text-opacity, 1))
}
.hover\:text-\[\#F5F1E8\]:hover {
    --tw-text-opacity: 1;
    color: rgb(245 241 232 / var(--tw-text-opacity, 1))
}
.hover\:text-\[\#F7F4ED\]:hover {
    --tw-text-opacity: 1;
    color: rgb(247 244 237 / var(--tw-text-opacity, 1))
}
.hover\:text-gold-300:hover {
    --tw-text-opacity: 1;
    color: rgb(227 201 130 / var(--tw-text-opacity, 1))
}
.hover\:text-navy-900:hover {
    --tw-text-opacity: 1;
    color: rgb(11 34 50 / var(--tw-text-opacity, 1))
}
.hover\:text-navy-950:hover {
    --tw-text-opacity: 1;
    color: rgb(7 23 34 / 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 not all and (min-width: 1024px) {
    .max-lg\:col-span-2 {
        grid-column: span 2 / span 2
    }
}
@media (max-width: 767px) {
    .max-\[767px\]\:col-span-1 {
        grid-column: span 1 / span 1
    }
    .max-\[767px\]\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}
@media (min-width: 640px) {
    .sm\:block {
        display: block
    }
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .sm\:flex-row {
        flex-direction: row
    }
    .sm\:items-center {
        align-items: center
    }
    .sm\:justify-between {
        justify-content: space-between
    }
    .sm\:p-6 {
        padding: 1.5rem
    }
    .sm\:p-8 {
        padding: 2rem
    }
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .sm\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .sm\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
    .sm\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }
    .sm\:text-\[1\.06rem\] {
        font-size: 1.06rem
    }
    .sm\:leading-8 {
        line-height: 2rem
    }
}
@media (min-width: 768px) {
    .md\:h-\[145px\] {
        height: 145px
    }
    .md\:max-h-\[110px\] {
        max-height: 110px
    }
    .md\:w-\[190px\] {
        width: 190px
    }
    .md\:max-w-\[155px\] {
        max-width: 155px
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .md\:flex-row {
        flex-direction: row
    }
    .md\:items-center {
        align-items: center
    }
}
@media (min-width: 1024px) {
    .lg\:sticky {
        position: sticky
    }
    .lg\:top-28 {
        top: 7rem
    }
    .lg\:flex {
        display: flex
    }
    .lg\:hidden {
        display: none
    }
    .lg\:max-h-\[66px\] {
        max-height: 66px
    }
    .lg\:min-h-\[88px\] {
        min-height: 88px
    }
    .lg\:w-auto {
        width: auto
    }
    .lg\:grid-cols-\[1\.15fr_\.95fr_\.9fr\] {
        grid-template-columns: 1.15fr .95fr .9fr
    }
    .lg\:grid-cols-\[minmax\(0\2c 1fr\)_300px\] {
        grid-template-columns: minmax(0,1fr) 300px
    }
    .lg\:gap-16 {
        gap: 4rem
    }
    .lg\:self-start {
        align-self: flex-start
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
    .lg\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }
    .lg\:pb-8 {
        padding-bottom: 2rem
    }
    .lg\:pt-14 {
        padding-top: 3.5rem
    }
    .lg\:text-7xl {
        font-size: 4.5rem;
        line-height: 1
    }
}

/* ===== EDITORIAL BASE STYLES ===== */
    html { scroll-behavior: smooth; }
    body { background: #f8f4ea; color: #17232b; }
    .article-copy p { margin-top: 1.15rem; line-height: 1.85; color: #33434c; }
    .article-copy h2 { margin-top: 3.5rem; scroll-margin-top: 7rem; font-family: Georgia, serif; font-size: clamp(1.8rem, 4vw, 2.55rem); line-height: 1.15; color: #0b2232; }
    .article-copy h3 { margin-top: 2rem; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.3; color: #123247; }
    .article-copy ul, .article-copy ol { margin: 1.2rem 0 0; padding-left: 1.4rem; color: #33434c; }
    .article-copy li { margin-top: .7rem; line-height: 1.7; }
    .article-copy a:not(.cta-button) { color: #765b22; text-decoration: underline; text-underline-offset: 4px; }
    .dropcap::first-letter { float: left; margin: .08em .12em 0 0; color: #ab883f; font-family: Georgia, serif; font-size: 4.2rem; line-height: .78; }
    summary::-webkit-details-marker { display: none; }
    summary { list-style: none; }
    :focus-visible { outline: 3px solid #e3c982; outline-offset: 3px; }

    [data-aos] {
      opacity: 1;
      transform: none;
    }
    [data-aos].aos-animate {
      opacity: 1;
      transform: none;
    }
    @media (prefers-reduced-motion: reduce) {
      [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
      }
      [data-aos].aos-animate {
        opacity: 1 !important;
        transform: none !important;
      }
    }

.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(255,255,255,.08) !important;
      box-shadow: none !important;
    }
    .bgc-site-footer .__logo {
      max-width: 155px !important;
      max-height: 110px !important;
      width: auto !important;
      height: auto !important;
      object-fit: contain !important;
    }
    .bgc-site-footer .__tagline {
      font-family: "Cormorant Garamond", Georgia, 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;
    }
    .bgc-site-footer .__contact a {
      color: #F5F1E8 !important;
    }
    .bgc-site-footer .__heading {
      margin: 0 0 16px !important;
      font-size: 10px !important;
      font-weight: 800 !important;
      letter-spacing: .18em !important;
      text-transform: uppercase !important;
      color: #F5F1E8 !important;
    }
    .bgc-site-footer .__links {
      display: grid !important;
      margin-top: 0 !important;
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      column-gap: 10px !important;
      row-gap: 18px !important;
    }
    .bgc-site-footer .__links .__heading,
    .bgc-site-footer .__links > li:first-child,
    .bgc-site-footer .__links > li:nth-child(2) {
      grid-column: 1 / -1 !important;
    }
    .bgc-site-footer .__links li,
    .bgc-site-footer .__links a {
      border: 0 !important;
      transform: none !important;
      box-shadow: none !important;
    }
    .bgc-site-footer .__links a {
      font-size: 14px !important;
      color: #B8B1A6 !important;
      transition: color .2s ease !important;
    }
    .bgc-site-footer .__links a:hover {
      color: #F5F1E8 !important;
    }
    .bgc-site-footer .__actions {
      display: flex !important;
      flex-direction: column !important;
      gap: 12px !important;
      align-items: stretch !important;
    }
    .bgc-site-footer .__actions .__heading {
      align-self: flex-start !important;
    }
    .bgc-site-footer .__cta {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      min-height: 52px !important;
      padding: 0 18px !important;
      border-radius: 999px !important;
      background: #D9A93B !important;
      color: #17191A !important;
      border: 1px solid #D9A93B !important;
      font-size: 12px !important;
      font-weight: 800 !important;
      letter-spacing: .13em !important;
      text-transform: uppercase !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.__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.__cta--ghost:hover,
    .bgc-site-footer .__cta.__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;
      justify-content: space-between !important;
      align-items: center !important;
      flex-wrap: wrap !important;
      gap: 14px !important;
      color: #B8B1A6 !important;
      font-size: 13px !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 .__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 .__actions .__cta {
        width: 100% !important;
      }
    }