:root{--wp-purple:#712a6f;--wp-blue:#66bfdf;--wp-lavender:#f5eaf5;--wp-black:#1a1a1a;--wp-purple-950:#2c1029;--wp-purple-900:#3d1a3c;--wp-purple-800:#4f2150;--wp-purple-700:#5a2158;--wp-purple-600:#712a6f;--wp-purple-400:#9a5c98;--wp-purple-200:#c9a7c8;--wp-purple-100:#ecdcec;--wp-blue-700:#2f7a99;--wp-blue-600:#3a9bc1;--wp-blue-400:#66bfdf;--wp-blue-200:#b6e2f1;--wp-blue-100:#e3f3fa;--wp-ink:#1a1a1a;--wp-ink-2:#44414a;--wp-ink-3:#6e6a72;--wp-border:#e7dde7;--wp-border-2:#d9ccd9;--wp-white:#fff;--wp-paper:#fdfbfd;--wp-surface:var(--wp-paper);--wp-surface-tint:var(--wp-lavender);--wp-font-heading:"Playfair Display", Georgia, serif;--wp-font-body:"DM Sans", system-ui, -apple-system, sans-serif;--wp-fs-display:48px;--wp-fs-h1:36px;--wp-fs-h2:28px;--wp-fs-h3:20px;--wp-fs-body:15px;--wp-fs-caption:12px;--wp-fs-micro:11px;--wp-lh-tight:1.05;--wp-lh-heading:1.18;--wp-lh-body:1.6;--wp-space-1:4px;--wp-space-2:8px;--wp-space-3:12px;--wp-space-4:16px;--wp-space-6:24px;--wp-space-8:32px;--wp-space-12:48px;--wp-space-16:64px;--wp-space-20:80px;--wp-space-24:96px;--wp-radius-sm:4px;--wp-radius-md:8px;--wp-radius-lg:16px;--wp-radius-pill:999px;--wp-shadow-sm:0 1px 2px #2c10290f;--wp-shadow-md:0 6px 20px #2c10291a;--wp-shadow-lg:0 18px 48px #2c102929;--wp-dur-fast:.12s;--wp-dur-base:.2s;--wp-dur-slow:.36s;--wp-ease:cubic-bezier(.4, 0, .2, 1);--wp-maxw:1200px;--wp-maxw-narrow:780px;--color-primary:var(--wp-purple);--color-primary-dark:var(--wp-purple-800);--color-primary-darker:var(--wp-purple-950);--color-accent:var(--wp-blue-400);--color-accent-dark:var(--wp-blue-700);--color-accent-muted:var(--wp-purple-200);--color-accent-tint:var(--wp-blue-100);--color-bg:var(--wp-white);--color-bg-alt:var(--wp-paper);--color-text:var(--wp-ink);--color-text-muted:var(--wp-ink-2);--color-border:var(--wp-border);--font-heading:var(--wp-font-heading);--font-body:var(--wp-font-body);--container:var(--wp-maxw);--radius:var(--wp-radius-md)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--wp-font-body);font-size:var(--wp-fs-body);line-height:var(--wp-lh-body);color:var(--wp-ink);background:var(--wp-white);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--wp-blue-700);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{font-family:var(--wp-font-heading);line-height:var(--wp-lh-heading);color:var(--wp-ink);font-weight:700}.wrap,.container{max-width:var(--wp-maxw);padding:0 var(--wp-space-6);margin:0 auto}.text-center{text-align:center}.btn{cursor:pointer;border-radius:var(--wp-radius-md);transition:all var(--wp-dur-base) var(--wp-ease);border:1.5px solid #0000;justify-content:center;align-items:center;gap:8px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--wp-purple);color:#fff;padding:13px 22px}.btn-primary:hover{background:var(--wp-purple-700);text-decoration:none}.btn-secondary{color:var(--wp-purple);border-color:var(--wp-purple);background:#fff;padding:11px 22px}.btn-secondary:hover{background:var(--wp-lavender);text-decoration:none}.btn-outline{color:var(--wp-purple);border-color:var(--wp-purple);background:0 0;padding:11px 22px}.btn-outline:hover{background:var(--wp-purple);color:#fff;text-decoration:none}.btn-lg{padding:15px 28px;font-size:15px}.timeline{border-left:2px solid var(--wp-border-2);padding-left:var(--wp-space-8);max-width:720px;margin:0 auto}.tl-item{margin-bottom:var(--wp-space-8);position:relative}.tl-item:before{content:"";left:calc(-1 * var(--wp-space-8) - 7px);background:var(--wp-purple);border-radius:50%;width:12px;height:12px;position:absolute;top:5px}.tl-item .date{font-family:var(--wp-font-heading);color:var(--wp-purple);font-size:16px;font-weight:700}.tl-item h3{margin:4px 0 6px;font-size:17px;font-weight:700}.tl-item p{color:var(--wp-ink-2);font-size:14px}.tl-thumbs{gap:var(--wp-space-2);margin:var(--wp-space-4) 0;grid-template-columns:repeat(3,1fr);display:grid}.tl-thumb{aspect-ratio:4/3;object-fit:cover;border-radius:2px;width:100%}.tl-view-all{font-size:var(--wp-text-sm);color:var(--wp-purple-600);margin-bottom:var(--wp-space-2);text-decoration:none;display:inline-block}.tl-view-all:hover{text-decoration:underline}.tl-item h3 a{color:var(--wp-ink);text-decoration:none}.tl-item h3 a:hover{color:var(--wp-purple-600);text-decoration:underline}.gallery-grid{gap:var(--wp-space-4);grid-template-columns:repeat(3,1fr);display:grid}.gallery-item{border-radius:var(--wp-radius-sm,4px);display:block;overflow:hidden}.gallery-item img{object-fit:cover;aspect-ratio:3/4;width:100%;height:100%;transition:opacity .2s}.gallery-item:hover img{opacity:.85}.gallery-back{margin-top:var(--wp-space-8)}.gallery-back a{color:var(--wp-purple-600);font-size:var(--wp-text-sm);text-decoration:none}.gallery-back a:hover{text-decoration:underline}.album-stats{margin-top:var(--wp-space-4);font-size:var(--wp-text-sm);color:var(--wp-ink-3);flex-wrap:wrap;gap:16px;display:flex}.pswp__bg{background:#0a0a0a!important}.pswp__counter{font-family:var(--wp-font-body);color:#ffffffa8;font-size:13px}.pswp__button{opacity:.75}.pswp__button:hover{opacity:1;background:0 0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background-color:var(--wp-purple)}.pswp__button--close{background:0 0}.article{gap:var(--wp-space-16);grid-template-columns:1fr 400px;display:grid}@media (width<=1099px){.article{grid-template-columns:40% 60%}}.prose p{color:var(--wp-ink-2);margin-bottom:var(--wp-space-6);font-size:16px}.prose h2{font-size:var(--wp-fs-h2);margin:var(--wp-space-8) 0 var(--wp-space-4);font-weight:700}.prose h3{font-size:var(--wp-fs-h3);margin:var(--wp-space-6) 0 var(--wp-space-3);font-weight:700}.aside{align-self:start;position:sticky;top:118px}.aside .box{border:1px solid var(--wp-border);border-radius:var(--wp-radius-md);padding:var(--wp-space-6);margin-bottom:var(--wp-space-6)}.aside .box img{border-radius:6px;max-width:100%;height:auto;display:block}.aside h4{margin-bottom:var(--wp-space-3);text-transform:uppercase;letter-spacing:.06em;color:var(--wp-ink-2);font-size:14px;font-family:var(--wp-font-body)}.aside ul{list-style:none}.aside li{margin-bottom:10px;font-size:14px}.aside a{color:var(--wp-blue-700)}@media (width<=900px){.article{grid-template-columns:1fr}.aside{position:static}}.facts{border-collapse:collapse;border:1px solid var(--wp-border);border-radius:var(--wp-radius-md);table-layout:fixed;width:100%;overflow:hidden}.facts th,.facts td{text-align:left;border-bottom:1px solid var(--wp-border);overflow-wrap:break-word;word-break:break-word;hyphens:auto;padding:14px 18px;font-size:15px}.facts th{background:var(--wp-surface);font-family:var(--wp-font-body);width:38%;color:var(--wp-ink-2);font-weight:700}@media (width<=1099px){.facts th{hyphens:manual;width:40%}}.facts tr:last-child th,.facts tr:last-child td{border-bottom:0}.dtable{border-collapse:separate;border-spacing:0;border:1px solid var(--wp-border);border-radius:var(--wp-radius-md);width:100%;margin:var(--wp-space-6) 0;font-size:14px;overflow:hidden}.dtable th,.dtable td{text-align:left;border-bottom:1px solid var(--wp-border);padding:12px 18px}.dtable th{background:var(--wp-purple);color:#fff;font-weight:700;font-family:var(--wp-font-body)}.dtable td{color:var(--wp-ink-2)}.dtable tr:last-child td{border-bottom:0}.dtable tr:nth-child(2n) td{background:var(--wp-surface)}.aside .box.tint{background:var(--wp-lavender);border-color:#0000}.aside .box.tint h4{color:var(--wp-purple)}.aside .box.tint ul li strong{color:var(--wp-ink)}.crumb{color:var(--wp-ink-3);margin-bottom:var(--wp-space-4);font-size:13px}.crumb a{color:var(--wp-ink-3);text-decoration:none}.crumb a:hover{color:var(--wp-purple)}.crumb span.sep{color:var(--wp-ink-3);opacity:.5;margin:0 6px}.crumb span.current{color:var(--wp-ink);font-weight:600}.p3h-banner,.page-hero{background:var(--wp-surface-tint);min-height:40vh;padding:var(--wp-space-20) 24px 60px;align-items:center;display:flex}.p3h-banner-inner{max-width:var(--wp-maxw);width:100%;margin:0 auto}.p3h-banner-split{max-width:var(--wp-maxw);gap:var(--wp-space-12);grid-template-columns:1fr 1fr;align-items:center;width:100%;margin:0 auto;display:grid}.p3h-banner-visual{aspect-ratio:3/4;border-radius:var(--wp-radius-lg);overflow:hidden}.p3h-banner-visual .header-slider,.p3h-banner-visual .header-slider-track{aspect-ratio:auto;height:100%}.p3h-banner h1,.page-hero h1{font-family:var(--wp-font-heading);font-size:var(--wp-fs-h1);color:var(--wp-ink);font-weight:700;line-height:var(--wp-lh-heading);max-width:680px}.p3h-banner p.lead,.page-hero p{color:var(--wp-ink-2);font-size:var(--wp-fs-h3);margin-top:var(--wp-space-4);max-width:600px;line-height:1.5}section,.section{padding:var(--wp-space-20) 0}.section-title{font-size:var(--wp-fs-h1);margin-bottom:var(--wp-space-4);color:var(--wp-purple);font-weight:700}.eyebrow{font-family:var(--wp-font-body);font-size:var(--wp-fs-caption);letter-spacing:.12em;text-transform:uppercase;color:var(--wp-purple);font-weight:700}.footer{background:var(--wp-black);color:#ffffffb8;padding:var(--wp-space-16) 0 var(--wp-space-8);margin-top:var(--wp-space-12)}.footer a{color:#ffffffb8}.footer a:hover{color:#fff}.footer-grid{gap:var(--wp-space-8);padding-bottom:var(--wp-space-12);border-bottom:1px solid #ffffff24;grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.footer .brand{font-family:var(--wp-font-heading);color:#fff;font-size:20px;font-weight:800}.footer .brand img{width:auto;height:66px}.footer h5{color:#fff;letter-spacing:.08em;text-transform:uppercase;margin-bottom:var(--wp-space-4);font-size:13px;font-family:var(--wp-font-body);font-weight:700}.footer ul{list-style:none}.footer li{margin-bottom:10px;font-size:14px}.footer li a{color:#ffffffb8;font-size:14px;transition:color .2s}.footer li a:hover{color:#fff}.footer .tagline{margin-top:var(--wp-space-4);max-width:280px;font-size:14px;line-height:1.6}.footer-bottom{padding-top:var(--wp-space-6);color:#ffffff80;border-top:none;flex-wrap:wrap;justify-content:space-between;gap:12px;font-size:12px;display:flex}@media (width<=900px){.p3h-banner{padding-top:var(--wp-space-12)}.p3h-banner-split{gap:var(--wp-space-6);grid-template-columns:1fr}.p3h-banner-visual{aspect-ratio:16/9}.p3h-banner-visual .header-slider,.p3h-banner-visual .header-slider-track{aspect-ratio:auto;height:100%;min-height:unset}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.section-title{font-size:1.75rem}.p3h-banner h1{font-size:28px}}@media (width<=560px){.footer-grid{grid-template-columns:1fr}}
