body{font-family:Nunito,sans-serif;background-color:#f8f6f0;color:#333;overscroll-behavior:none}h1,h2,h3,h4,h5,h6{font-family:Cormorant,serif;font-weight:700}.skip-to-content{position:absolute;top:-100px;left:0;background:#ffb74d;color:#333;padding:.5rem 1rem;z-index:9999;text-decoration:none;font-weight:700;transition:top .3s ease}.skip-to-content:focus{top:0;outline:3px solid white}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline:3px solid #ffb74d}.bg-primary a:focus,.bg-primary button:focus,.bg-primary-dark a:focus,.bg-primary-dark button:focus,.bg-secondary a:focus,.bg-secondary button:focus,.bg-secondary-dark a:focus,.bg-secondary-dark button:focus{outline:3px solid white}.menu-button{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:transparent;border:none;cursor:pointer;padding:0}.menu-button span{display:block;height:2px;width:100%;background-color:#fff;border-radius:2px;transition:all .3s ease}.language-links{display:flex;gap:.5rem}.language-link{display:inline-flex;align-items:center;padding:.25rem .5rem;color:#fff;font-size:.875rem;border-radius:9999px;transition:background-color .2s}.language-link:hover,.language-link:focus{background-color:#fff3;text-decoration:underline}.language-link.active{background-color:#ffffff4d;font-weight:700}.dropdown-menu{display:none;position:absolute;top:100%;left:0;right:0;margin-top:5px;z-index:50;transition:opacity .2s,visibility .2s;opacity:0;visibility:hidden}.dropdown-menu.show{display:block;opacity:1;visibility:visible}.dropdown-menu-container{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 20px #00000026;padding:1.5rem;max-width:1200px;margin:0 auto}.menu-item-dropdown{position:static}@media(hover:hover){.menu-item-dropdown:hover .dropdown-menu{display:block;opacity:1;visibility:visible}}.dropdown-heading{font-size:1.25rem;color:#4a2882;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(74,40,130,.1);display:inline-block}.dropdown-heading:hover,.dropdown-heading:focus{color:#c8540e;text-decoration:underline}.dropdown-subheading{font-size:1.1rem;color:#c8540e;font-weight:700;margin-bottom:.5rem;display:inline-block}.dropdown-subheading:hover,.dropdown-subheading:focus{color:#963d06;text-decoration:underline}.dropdown-item{position:relative;background-color:#fff9e6;border-radius:.5rem;overflow:hidden;transition:transform .2s,box-shadow .2s;height:100%;display:flex;flex-direction:column;cursor:pointer}.dropdown-item:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.dropdown-item:focus-within{transform:translateY(-3px);box-shadow:0 5px 15px #0000001a;outline:3px solid #ffb74d}.dropdown-item:focus{outline:3px solid #ffb74d}.dropdown-item-action{position:relative;display:inline-block;margin-top:.5rem;color:#4a2882;font-weight:700;font-size:.8rem;text-decoration:none;z-index:2}.dropdown-item-action:hover,.dropdown-item-action:focus{text-decoration:underline;color:#c8540e}.dropdown-item img{width:100%;height:130px;object-fit:contain;background-color:#f8f6f0;border-bottom:1px solid #dddddd;padding:8px}.dropdown-item-content{padding:.75rem;flex-grow:1;display:flex;flex-direction:column}.dropdown-item-title{font-weight:700;font-size:.9rem;margin-bottom:.25rem;color:#333;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.dropdown-item-description{font-size:.8rem;color:#555;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1}.dropdown-item-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;text-indent:-9999px}.dropdown-footer{margin-top:1.25rem;display:flex;justify-content:center;gap:.75rem}.dropdown-cta{display:inline-block;padding:.5rem 1rem;background-color:#c8540e;color:#fff;border-radius:9999px;font-weight:700;font-size:.875rem;transition:background-color .2s}.dropdown-cta:hover,.dropdown-cta:focus{background-color:#963d06;text-decoration:underline}.dropdown-item a:focus,.dropdown-heading:focus,.dropdown-subheading:focus,.dropdown-cta:focus{outline:3px solid #ffb74d}.mobile-menu{position:fixed;top:0;left:0;width:85%;max-width:320px;height:100%;z-index:50;background-color:#963d06;transform:translate(-100%);transition:transform .3s ease-in-out;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(150,61,6,.7) #963d06}.mobile-menu.show{transform:translate(0)}.mobile-menu-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:49;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out}.mobile-menu-backdrop.show{opacity:1;visibility:visible}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu-close{background:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.mobile-menu-nav{padding:1rem}.mobile-menu-item{margin-bottom:.5rem}.mobile-menu-link{display:block;padding:.75rem 1rem;color:#fff;text-decoration:none;border-radius:.25rem;transition:background-color .2s}.mobile-menu-link:hover,.mobile-menu-link:focus{background-color:#ffffff1a;text-decoration:underline}.mobile-submenu{display:none;margin-left:1rem;margin-top:.5rem;border-left:2px solid rgba(255,255,255,.2)}.mobile-menu-item.open .mobile-submenu{display:block}.mobile-dropdown-toggle{display:flex;justify-content:space-between;align-items:center}.mobile-dropdown-toggle i{transition:transform .2s}.mobile-menu-item.open .mobile-dropdown-toggle i{transform:rotate(180deg)}.story-card:focus-visible{outline:3px solid #ffb74d}.story-card{position:relative;height:100%;display:flex;flex-direction:column;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .2s,box-shadow .2s;background-color:#fff;cursor:pointer}.story-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.story-card-image{height:180px;overflow:hidden;position:relative}.story-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.story-card:hover .story-card-image img{transform:scale(1.05)}.story-card-category{position:absolute;top:.5rem;right:.5rem;background-color:#c8540e;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;z-index:2}.story-card-content{padding:1rem;flex-grow:1;display:flex;flex-direction:column}.story-card-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:#4a2882;font-family:Cormorant,serif}.story-card-description{font-size:.9rem;color:#555;margin-bottom:1rem;flex-grow:1}.story-card-link{display:inline-block;padding:.5rem 1rem;background-color:#4a2882;color:#fff;text-decoration:none;border-radius:9999px;font-weight:700;font-size:.875rem;transition:background-color .2s;align-self:center;z-index:2;position:relative}.story-card-link:hover,.story-card-link:focus{background-color:#35185e;text-decoration:underline}.story-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;outline:3px solid #ffb74d}#skip-to-top{position:fixed;bottom:20px;right:20px;width:40px;height:40px;background-color:#c8540e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px #0003;transition:background-color .2s;z-index:20}#skip-to-top:hover,#skip-to-top:focus{background-color:#963d06}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:after,:before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:after,:before{--tw-content: "" }:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:Nunito,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.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}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.bottom-0{bottom:0}.left-0{left:0}.right-2{right:.5rem}.right-3{right:.75rem}.top-0{top:0}.top-1\/2{top:50%}.z-0{z-index:0}.z-10{z-index:10}.z-40{z-index:40}.order-1{order:1}.order-2{order:2}.mx-auto{margin-left:auto;margin-right:auto}.-ml-2{margin-left:-.5rem}.-mr-2{margin-right:-.5rem}.mb-0{margin-bottom:0}.mb-3xl{margin-bottom:4rem}.mb-4{margin-bottom:1rem}.mb-6,.mb-lg{margin-bottom:1.5rem}.mb-md{margin-bottom:1rem}.mb-sm{margin-bottom:.5rem}.mb-xl{margin-bottom:2rem}.ml-1{margin-left:.25rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3xl{margin-top:4rem}.mt-4{margin-top:1rem}.mt-6,.mt-lg{margin-top:1.5rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-\[36px\]{height:36px}.h-\[400px\]{height:400px}.h-\[40px\]{height:40px}.h-\[45px\]{height:45px}.h-\[80px\]{height:80px}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-4{width:1rem}.w-5{width:1.25rem}.w-\[180px\]{width:180px}.w-\[36px\]{width:36px}.w-auto{width:auto}.w-full{width:100%}.min-w-\[150px\]{min-width:150px}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[1100px\]{max-width:1100px}.max-w-\[250px\]{max-width:250px}.max-w-\[500px\]{max-width:500px}.max-w-lg{max-width:32rem}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-1{--tw-rotate: -1deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(0);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(-5px);animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce-slow{animation:bounce 2s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.animate-float{animation:float 6s ease-in-out infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.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-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6,.gap-lg{gap:1.5rem}.gap-md{gap:1rem}.gap-sm{gap:.5rem}.gap-xs{gap:.25rem}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:1rem}.rounded-xl{border-radius:1.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-t{border-top-width:1px}.border-border{--tw-border-opacity: 1;border-color:rgb(221 221 221 / var(--tw-border-opacity, 1))}.border-primary{--tw-border-opacity: 1;border-color:rgb(200 84 14 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white\/20{border-color:#fff3}.border-white\/30{border-color:#ffffff4d}.bg-background-main{--tw-bg-opacity: 1;background-color:rgb(248 246 240 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(200 84 14 / var(--tw-bg-opacity, 1))}.bg-primary-dark{--tw-bg-opacity: 1;background-color:rgb(150 61 6 / var(--tw-bg-opacity, 1))}.bg-social-facebook{--tw-bg-opacity: 1;background-color:rgb(66 103 178 / var(--tw-bg-opacity, 1))}.bg-social-instagram{--tw-bg-opacity: 1;background-color:rgb(225 48 108 / var(--tw-bg-opacity, 1))}.bg-social-twitter{--tw-bg-opacity: 1;background-color:rgb(29 161 242 / var(--tw-bg-opacity, 1))}.bg-social-youtube{--tw-bg-opacity: 1;background-color:rgb(255 0 0 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.from-background-alt{--tw-gradient-from: #fff9e6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.from-secondary-light{--tw-gradient-from: #6b3db9 var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 61 185 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) }.to-orange-100{--tw-gradient-to: #ffedd5 var(--tw-gradient-to-position) }.to-secondary{--tw-gradient-to: #4a2882 var(--tw-gradient-to-position) }.bg-cover{background-size:cover}.bg-bottom{background-position:bottom}.bg-no-repeat{background-repeat:no-repeat}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-lg{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-lg{padding-left:1.5rem;padding-right:1.5rem}.px-md{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-lg{padding-top:1.5rem;padding-bottom:1.5rem}.py-md{padding-top:1rem;padding-bottom:1rem}.py-sm{padding-top:.5rem;padding-bottom:.5rem}.py-xl{padding-top:2rem;padding-bottom:2rem}.pb-8{padding-bottom:2rem}.pb-sm{padding-bottom:.5rem}.pl-4{padding-left:1rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pt-20{padding-top:5rem}.pt-lg{padding-top:1.5rem}.text-center{text-align:center}.font-primary{font-family:Cormorant,serif}.font-sans{font-family:Nunito,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-relaxed{line-height:1.625}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-cyan-500{--tw-text-opacity: 1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity: 1;color:rgb(200 84 14 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-secondary{--tw-text-opacity: 1;color:rgb(74 40 130 / var(--tw-text-opacity, 1))}.text-secondary-light\/50{color:#6b3db980}.text-text-light{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-text-primary{--tw-text-opacity: 1;color:rgb(51 51 51 / var(--tw-text-opacity, 1))}.text-text-secondary{--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/70{color:#ffffffb3}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.placeholder-text-secondary::placeholder{--tw-placeholder-opacity: 1;color:rgb(85 85 85 / var(--tw-placeholder-opacity, 1))}.placeholder-white\/70::placeholder{color:#ffffffb3}.shadow-md{--tw-shadow: 0 4px 8px rgba(0, 0, 0, .08);--tw-shadow-colored: 0 4px 8px 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 3px rgba(0, 0, 0, .07);--tw-shadow-colored: 0 1px 3px 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-xl{--tw-shadow: 0 15px 30px rgba(0, 0, 0, .1);--tw-shadow-colored: 0 15px 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)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.hover-lift{transition:transform .2s ease-in-out}.hover-lift:hover{transform:translateY(-2px)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:bottom-0:after{content:var(--tw-content);bottom:0}.after\:left-0:after{content:var(--tw-content);left:0}.after\:h-\[3px\]:after{content:var(--tw-content);height:3px}.after\:w-\[40px\]:after{content:var(--tw-content);width:40px}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:bg-white\/40:after{content:var(--tw-content);background-color:#fff6}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.hover\:translate-y-\[-2px\]:hover{--tw-translate-y: -2px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:bg-primary-dark:hover{--tw-bg-opacity: 1;background-color:rgb(150 61 6 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-light:hover{--tw-bg-opacity: 1;background-color:rgb(233 106 30 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary-light:hover{--tw-bg-opacity: 1;background-color:rgb(107 61 185 / var(--tw-bg-opacity, 1))}.hover\:text-text-light:hover,.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 20px rgba(0, 0, 0, .09);--tw-shadow-colored: 0 10px 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 8px rgba(0, 0, 0, .08);--tw-shadow-colored: 0 4 to 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:w-\[230px\]:focus{width:230px}.focus\:translate-y-\[-2px\]:focus{--tw-translate-y: -2px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.focus\:bg-secondary-light:focus{--tw-bg-opacity: 1;background-color:rgb(107 61 185 / var(--tw-bg-opacity, 1))}.focus\:text-white:focus{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.focus\:underline:focus{-webkit-text-decoration-line:underline;text-decoration-line:underline}.focus\:shadow-md:focus{--tw-shadow: 0 4px 8px rgba(0, 0, 0, .08);--tw-shadow-colored: 0 4px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.group:focus-within .group-focus-within\:rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media(min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:gap-0{gap:0px}.sm\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.sm\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}}@media(min-width:768px){.md\:order-1{order:1}.md\:order-2{order:2}.md\:mx-0{margin-left:0;margin-right:0}.md\:mb-2xl{margin-bottom:3rem}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:w-1\/2{width:50%}.md\:max-w-\[300px\]{max-width:300px}.md\:max-w-md{max-width:28rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:justify-start{justify-content:flex-start}.md\:gap-md{gap:1rem}.md\:gap-xl{gap:2rem}.md\:p-xl{padding:2rem}.md\:py-2xl{padding-top:3rem;padding-bottom:3rem}.md\:text-left{text-align:left}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media(min-width:1024px){.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-\[50px\]{height:50px}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:px-lg{padding-left:1.5rem;padding-right:1.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}}:root{color-scheme:light}html{scroll-behavior:smooth}body{margin:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.app-shell{min-height:100vh}.site-main{padding-bottom:3rem}.site-header{position:sticky;top:0;z-index:40;background:#c8540e;color:#fff;box-shadow:0 4px 8px #00000014}.site-header__inner,.page-content,.home-hero__inner,.section-shell,.newsletter-banner,.article-shell,.breadcrumb-band__inner,.site-footer__inner{width:min(100% - 2rem,1200px);margin:0 auto}.site-header__bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.55rem 0}.site-header__mobile-toggle,.site-header__mobile-search{display:none;padding:.5rem;border:0;color:inherit;background:transparent}.site-brand{display:inline-flex;align-items:center;gap:.75rem;min-width:0}.site-brand__logo{width:auto;height:50px}.site-brand__copy{display:flex;flex-direction:column;gap:.1rem}.site-brand__title{font-family:Cormorant,serif;font-size:1.5rem;font-weight:700;line-height:1}.site-brand__tagline{font-size:.9rem;color:#ffffffd1}.site-header__tools{display:flex;align-items:center;gap:1rem}.site-search{position:relative;width:min(320px,32vw)}.site-search__input,.site-mobile-search__input{width:100%;padding:.55rem 2.4rem .55rem 1rem;border:1px solid transparent;border-radius:999px;color:#fff;background:#ffffff1f;transition:background-color .18s ease,box-shadow .18s ease}.site-search__input::placeholder,.site-mobile-search__input::placeholder{color:#ffffffbf}.site-search__input:focus,.site-mobile-search__input:focus{outline:none;border-color:#ffffff47;background:#ffffff29}.site-search__button,.site-mobile-search__button{position:absolute;top:50%;right:.85rem;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;color:#fffc;background:transparent;transform:translateY(-50%)}.site-header__nav{display:block;position:relative;padding-bottom:.35rem}.site-nav{display:flex;align-items:center;justify-content:center;gap:.25rem}.site-nav__link{display:inline-flex;align-items:center;gap:.45rem;padding:.8rem 1rem;border-top:2px solid transparent;border-right:2px solid transparent;border-left:2px solid transparent;font-size:.98rem;font-weight:700;color:#fffffff5;transition:background-color .16s ease}.site-nav__link:hover,.site-nav__link:focus-visible,.site-nav__link--active{background:#ffffff14}.site-nav__link--active{border-color:#fffc}.site-nav__link--dropdown i{font-size:.72rem}.dropdown-menu{margin-top:0;padding-top:.35rem}.dropdown-menu-container--narrow{max-width:860px}.mega-grid{display:grid;gap:1rem;margin-top:1rem}.mega-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.mega-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.mega-column{display:grid;align-content:start;gap:1rem}.mega-story-stack{display:grid;gap:1rem}.site-mobile-brand{display:flex;align-items:center;gap:.75rem}.site-mobile-brand__logo{width:auto;height:40px}.site-mobile-brand__title{font-weight:700;color:#fff}.site-mobile-menu__body{padding:1rem}.site-mobile-tools{display:grid;gap:1rem;margin-bottom:1rem}.site-mobile-search{position:relative}.site-mobile-search__input{width:100%}.search-results{position:absolute;top:calc(100% + .65rem);left:0;right:0;z-index:60;overflow:hidden;border:1px solid rgba(200,84,14,.16);border-radius:1rem;background:#fffcf7fa;box-shadow:0 20px 40px #4d23052e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.search-results--mobile{position:static;margin-top:.75rem;border-color:#ffffff29;background:#ffffff14;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.search-results__list,.search-skeletons{display:grid;gap:.5rem;padding:.75rem}.search-result,.search-skeleton,.search-empty{display:grid;gap:.3rem;padding:.85rem .95rem;border-radius:.85rem}.search-result{color:#2f2116;background:#ffffffeb;transition:transform .16s ease,background-color .16s ease}.search-result:hover,.search-result:focus-visible{background:#fff4e6;transform:translateY(-1px)}.search-result strong,.search-empty strong{font-size:.98rem}.search-result span:last-child,.search-empty span{font-size:.88rem;line-height:1.5;color:#70533e}.search-result__type{width:fit-content;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#4a2882;background:#4a28821a}.search-results--mobile .search-result,.search-results--mobile .search-skeleton,.search-results--mobile .search-empty{background:#ffffff1a}.search-results--mobile .search-result strong,.search-results--mobile .search-empty strong,.search-results--mobile .search-result span:last-child,.search-results--mobile .search-empty span,.search-results--mobile .search-result__type{color:#fff}.search-results--mobile .search-result__type{background:#ffffff26}.search-skeleton{background:#ffffffeb}.search-results--mobile .search-skeleton{background:#ffffff1a}.search-skeleton__title,.search-skeleton__line{height:.85rem;border-radius:999px;background:linear-gradient(90deg,#c8540e1f,#c8540e47,#c8540e1f);background-size:220% 100%;animation:searchShimmer 1.2s linear infinite}.search-skeleton__title{width:48%;height:.8rem}.search-skeleton__line--short{width:72%}.search-empty{color:#2f2116}button.mobile-menu-link{width:100%;border:0;text-align:left;font:inherit;background:transparent}.home-hero{position:relative;overflow:hidden;margin-bottom:2rem;padding:3rem 0;background:linear-gradient(135deg,#fff9e6,#ffedd5)}.home-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(200,84,14,.1) 1px,transparent 1px);background-size:22px 22px;opacity:.4}.home-hero__inner,.newsletter-banner__content{position:relative;z-index:1;display:grid;grid-template-columns:1fr .95fr;align-items:center;gap:2rem}.home-hero__content h1,.page-banner__inner h1,.article-header h1,.not-found__card h1{margin:0 0 1rem;font-family:Cormorant,serif;font-size:clamp(2.5rem,5vw,4rem);line-height:.98;color:#963d06}.home-hero__content p,.page-banner__inner p,.page-intro__copy p,.article-body p,.newsletter-banner__copy p,.site-footer__text,.not-found__card p{font-size:1.05rem;line-height:1.7;color:#555}.home-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.home-button,.archive-card__cta,.article-callout__button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:46px;padding:.75rem 1.35rem;border-radius:999px;font-weight:700;transition:transform .16s ease,background-color .16s ease,color .16s ease}.home-button:hover,.archive-card:hover .archive-card__cta,.article-callout__button:hover{transform:translateY(-1px)}.home-button--solid,.archive-card__cta,.article-callout__button{color:#fff;background:#c8540e}.home-button--ghost{border:2px solid #c8540e;color:#c8540e;background:transparent}.home-hero__art img,.page-intro__media img,.newsletter-banner__art img{width:100%;max-width:420px;margin:0 auto}.section-shell{margin-bottom:2rem}.section-shell--compact{margin-top:-.5rem}.section-shell__header{margin-bottom:1.2rem}.section-shell__header--center{text-align:center}.section-shell__header h2,.page-intro__copy h2,.article-related h3,.article-callout h3,.newsletter-banner__copy h2{margin:0;font-family:Cormorant,serif;font-size:clamp(2rem,3.4vw,2.8rem);color:#963d06}.quick-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.quick-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:150px;padding:.75rem 1rem;border:1px solid #ddd;border-radius:999px;color:#4a2882;background:#fff;box-shadow:0 1px 3px #00000012;transition:transform .16s ease,background-color .16s ease,color .16s ease}.quick-link:hover,.quick-link:focus-visible{color:#fff;background:#6b3db9;transform:translateY(-2px)}.archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.archive-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.archive-card{display:flex;flex-direction:column;overflow:hidden;border-radius:1rem;background:#fff;box-shadow:0 4px 10px #00000017;transition:transform .18s ease,box-shadow .18s ease}.archive-card:hover,.archive-card:focus-visible{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.archive-card__image{position:relative;aspect-ratio:16 / 9;overflow:hidden;background:#f8f6f0}.archive-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .24s ease}.archive-card:hover .archive-card__image img{transform:scale(1.04)}.archive-card__badge{position:absolute;top:.8rem;right:.8rem;z-index:1;padding:.25rem .7rem;border-radius:999px;font-size:.78rem;font-weight:700;color:#fff;background:#4a2882f2}.archive-card__body{display:flex;flex:1;flex-direction:column;gap:.8rem;padding:1.3rem}.archive-card__body h3{margin:0;font-size:1.2rem;color:#963d06}.archive-card__body p{margin:0;color:#555}.archive-card__cta{margin-top:auto;align-self:stretch}.newsletter-banner{padding:2rem;border-radius:1.25rem;background:linear-gradient(135deg,#6b3db9,#4a2882)}.newsletter-banner__copy h2,.newsletter-banner__copy p,.newsletter-banner__note{color:#fff}.newsletter-banner__form{display:flex;gap:.75rem;margin-top:1.5rem}.newsletter-banner__form--disabled{opacity:.9}.newsletter-banner__form input{flex:1;min-width:0;padding:.85rem 1rem;border:0;border-radius:999px}.newsletter-banner__form button{padding:.85rem 1.25rem;border:0;border-radius:999px;font-weight:700;color:#fff;background:#c8540e}.newsletter-banner__form input:disabled,.newsletter-banner__form button:disabled{cursor:not-allowed}.newsletter-banner__form input:disabled{color:#4a2882c7;background:#ffffffe0}.newsletter-banner__form button:disabled{color:#ffffffe6;background:#c8540eb3}.newsletter-banner__note{margin-top:.75rem;font-size:.86rem;color:#ffffffc2}.page-banner{position:relative;overflow:hidden;margin-bottom:2rem;padding:2rem 0;background:#963d06}.page-banner:before{content:"";position:absolute;inset:0;opacity:.12;background-image:radial-gradient(#fff 1px,transparent 1px);background-size:20px 20px}.page-banner__inner{position:relative;z-index:1;width:min(100% - 2rem,1000px);margin:0 auto;text-align:center}.page-banner__inner h1,.page-banner__inner p{color:#fff}.page-intro{display:grid;grid-template-columns:1fr .9fr;gap:2rem;align-items:center;margin-bottom:2rem;padding:2rem;border-radius:1rem;background:#fff9e6}.breadcrumb-band{border-bottom:1px solid rgba(200,84,14,.2);background:linear-gradient(90deg,#fff9e6,#f8f6f0,#fff9e6)}.breadcrumb-band__inner{padding:1.25rem 0}.breadcrumb-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.6rem}.breadcrumb-separator{color:#c8540e73}.breadcrumb-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.7rem 1rem;border:1px solid rgba(74,40,130,.2);border-radius:999px;font-size:.92rem;font-weight:600;color:#4a2882;background:#4a288214}.breadcrumb-pill--current{color:#fff;background:#4a2882;border-color:#4a2882}.article-shell{display:grid;grid-template-columns:300px minmax(0,1fr);gap:1.5rem;align-items:start;margin-top:2rem}#table-of-contents{position:sticky;top:120px}.article-toc-card{position:relative;overflow:hidden;padding:1.5rem;border:2px solid rgba(200,84,14,.18);border-radius:1rem;background:#fff;box-shadow:0 4px 10px #00000014}.article-toc-card__accent{position:absolute;inset:0 0 auto;height:8px;background:linear-gradient(90deg,#c8540e,#4a2882,#e96a1e)}.article-toc-card__heading,.article-tools h4{display:flex;align-items:center;gap:.75rem}.article-toc-card__heading{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #ddd}.article-toc-card__heading h3,.article-tools h4{margin:0;font-size:1rem;font-weight:700;color:#333}.article-toc-card__icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;color:#4a2882;background:#4a28821a}.article-toc-card__image{margin-bottom:1rem;text-align:center}.article-toc-card__image img{display:inline-block;max-height:72px;width:auto}.story-nav-links{display:grid;gap:.35rem}.story-nav-links a{display:flex;align-items:center;gap:.6rem;padding:.55rem .7rem;border:1px solid transparent;border-radius:.35rem;color:#111;font-size:calc(.92rem * var(--reader-scale, 1));line-height:1.4;font-weight:500}.story-nav-links a.active{font-weight:700;color:#c8540e;background:#fff9e6}.story-nav-links a:hover{background:#fff1d6}.article-tools{margin-top:1.25rem;padding-top:1rem;border-top:1px solid #ddd}.article-tools h4{margin-bottom:.75rem;color:#4a2882}.article-tools__buttons{display:flex;flex-wrap:wrap;gap:.5rem}.article-tools__buttons button{display:inline-flex;align-items:center;justify-content:center;gap:.15rem;width:34px;height:34px;border:1px solid #ddd;border-radius:999px;color:#c8540e;background:#fff9e6;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.article-tools__buttons button:hover,.article-tools__buttons button:focus-visible{color:#fff;background:#c8540e;border-color:#c8540e}.article-tools__buttons button.is-active{color:#fff;background:#4a2882;border-color:#4a2882}.article-tools__buttons button:disabled,.article-tools__buttons button.is-disabled{opacity:.45;cursor:not-allowed}.article-tools__buttons button:disabled:hover,.article-tools__buttons button:disabled:focus-visible{color:#c8540e;background:#fff9e6;border-color:#ddd}.article-tools__status{margin-top:.75rem;font-size:.84rem;line-height:1.45;color:#70533e}.article-card{--reader-scale: 1;overflow:hidden;border-radius:1rem;background:#fff;box-shadow:0 4px 10px #00000014}.article-header{padding:2rem;text-align:center;background:#fff9e6;border-bottom:1px solid #ddd}.article-meta,.article-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.article-meta{margin-bottom:1rem}.article-meta span{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .7rem;border-radius:999px;font-size:.88rem;font-weight:700;color:#4a2882;background:#4a288214}.article-subtitle{margin-bottom:1.5rem;font-size:calc(1.2rem * var(--reader-scale, 1));font-style:italic;color:#666}.article-actions button{display:inline-flex;align-items:center;gap:.45rem;padding:.7rem 1rem;border:1px solid #4a2882;border-radius:999px;color:#4a2882;background:#fff}.article-body{padding:2rem}.article-audio,.article-learning,.article-callout{padding:1.5rem;border-radius:.75rem}.article-audio,.article-learning{margin-bottom:1.75rem;background:#4a288214}.article-audio p,.article-learning h2{margin-top:0}.article-audio p{margin-bottom:1rem;font-weight:700;text-align:center;color:#4a2882;font-size:calc(1.05rem * var(--reader-scale, 1))}.article-audio audio{width:100%}.article-body p{font-size:calc(1.05rem * var(--reader-scale, 1));line-height:1.8}.article-lead{margin-top:0;margin-bottom:1.5rem;font-size:calc(1.12rem * var(--reader-scale, 1))}.article-figure{margin:0 0 1.75rem;text-align:center}.article-figure img{width:min(100%,640px);margin:0 auto;border-radius:.65rem;box-shadow:0 4px 10px #0000001a}.article-figure figcaption{margin-top:.65rem;font-size:calc(.95rem * var(--reader-scale, 1));font-style:italic;color:#666}.article-section{margin-bottom:2rem;scroll-margin-top:120px}.article-section h2,.article-learning h2{margin:0 0 1rem;font-family:Cormorant,serif;font-size:calc(2rem * var(--reader-scale, 1));color:#4a2882}.article-callout,.article-related{border-top:1px solid #ddd}.article-callout{text-align:center;background:#fff9e6}.article-related{padding:2rem}.site-footer{position:relative;margin-top:4rem;padding:5rem 0 2rem;color:#fff;background:#c8540e}.site-footer__wave{position:absolute;top:0;left:0;width:100%;height:80px;transform:translateY(-100%);background:url("data:image/svg+xml,%3Csvg width='100%25' height='80px' viewBox='0 0 1280 80' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1280 0C1100 0 1040 80 860 80C680 80 620 0 440 0C260 0 200 80 0 80V140H1280V0Z' fill='%23c8540e'/%3E%3C/svg%3E") center bottom / cover no-repeat}.site-footer__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.site-footer__heading{position:relative;margin:0 0 1.2rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700}.site-footer__heading:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:3px;border-radius:999px;background:#fff6}.site-footer__text,.site-footer__list a,.site-footer__bottom p{color:#fffc}.site-footer__list{display:grid;gap:.55rem}.site-footer__socials{display:flex;gap:.75rem}.site-footer__social{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;color:#fff;background:#e1306c}.site-footer__bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2);text-align:center}.not-found{display:grid;place-items:center;min-height:55vh}.not-found__card{max-width:680px;padding:2rem;border-radius:1rem;text-align:center;background:#fff;box-shadow:0 4px 10px #00000014}.not-found__eyebrow{margin-bottom:.75rem;font-size:.85rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#c8540e}body.high-contrast{background:#050505!important;color:#f7f2e8!important}body.high-contrast *{border-color:#ffffffb8!important}body.high-contrast .article-card,body.high-contrast .article-toc-card,body.high-contrast .archive-card,body.high-contrast .page-intro,body.high-contrast .not-found__card{background:#050505!important;color:#f7f2e8!important;box-shadow:none!important}body.high-contrast .article-header,body.high-contrast .article-audio,body.high-contrast .article-learning,body.high-contrast .article-callout,body.high-contrast .breadcrumb-band{background:#111!important}body.high-contrast .article-header h1,body.high-contrast .article-subtitle,body.high-contrast .article-section h2,body.high-contrast .article-learning h2,body.high-contrast .article-related h3,body.high-contrast .article-callout h3,body.high-contrast .article-body p,body.high-contrast .article-audio p,body.high-contrast .article-callout p,body.high-contrast .article-figure figcaption,body.high-contrast .article-toc-card__heading h3,body.high-contrast .article-tools h4,body.high-contrast .article-tools__status,body.high-contrast .archive-card__body h3,body.high-contrast .archive-card__body p{color:#f7f2e8!important}body.high-contrast .article-meta span,body.high-contrast .breadcrumb-pill,body.high-contrast .story-nav-links a,body.high-contrast .article-actions button,body.high-contrast .article-tools__buttons button{color:#f7f2e8!important;background:#111!important;border-color:#f1b86a!important}body.high-contrast .article-toc-card__icon,body.high-contrast .article-meta span i,body.high-contrast .breadcrumb-pill i,body.high-contrast .story-nav-links a i{color:#ffd48c!important}body.high-contrast .story-nav-links a.active,body.high-contrast .breadcrumb-pill--current,body.high-contrast .article-tools__buttons button.is-active{color:#ffdca7!important;background:#3b2300!important;border-color:#ffdca7!important}body.high-contrast .article-callout__button{color:#1b1204!important;background:#ffdca7!important;border:1px solid #ffdca7!important}body.high-contrast .article-tools__buttons button:disabled,body.high-contrast .article-tools__buttons button.is-disabled{color:#f7f2e894!important;background:#111!important;border-color:#ffffff59!important}body.high-contrast .article-figure img{box-shadow:none!important}body.high-contrast audio{filter:contrast(1.12) brightness(1.05)}@keyframes searchShimmer{0%{background-position:200% 0}to{background-position:-20% 0}}@media(max-width:1100px){.archive-grid,.mega-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.site-header__mobile-toggle,.site-header__mobile-search{display:inline-flex}.site-header__tools,.site-header__nav{display:none}.site-header__bar{justify-content:space-between}.home-hero__inner,.newsletter-banner__content,.page-intro,.article-shell,.site-footer__grid{grid-template-columns:1fr}#table-of-contents{position:static}}@media(max-width:700px){.site-header__inner,.page-content,.home-hero__inner,.section-shell,.newsletter-banner,.article-shell,.breadcrumb-band__inner,.site-footer__inner{width:min(100% - 1rem,1200px)}.site-brand__tagline{display:none}.archive-grid,.archive-grid--compact,.mega-grid--2,.mega-grid--3,.newsletter-banner__form{grid-template-columns:1fr}.newsletter-banner__form{display:grid}.article-header,.article-body,.article-related{padding:1.25rem}}
