/* RDHS / Editorial edition. No build step or external font dependency. */
:root{--ink:#111719;--paper:#f4f1ea;--orange:#b74324;--muted:#5b615e;--line:#cbc9c0;--gutter:clamp(20px,5.5vw,96px);--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif;--ink-800:#e9e5dc;--faint:#5b615e}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 var(--sans);-webkit-font-smoothing:antialiased}body,button,input,select,textarea{font-family:var(--sans)}img{max-width:100%;display:block;height:auto}picture{display:contents}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,summary{-webkit-tap-highlight-color:transparent}button,summary{cursor:pointer}button{border-radius:0}a:hover{text-decoration:underline;text-underline-offset:5px}h1,h2,h3,p,figure{margin:0}p+p{margin-top:1.2em}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.08;letter-spacing:-.045em;overflow-wrap:break-word}h1{font-size:clamp(46px,6.5vw,106px)}h2{font-size:clamp(36px,4.5vw,72px)}h3{font-size:clamp(26px,2.6vw,40px)}em{font-weight:400}ul,ol{padding-left:1.4rem}svg{width:22px;height:22px;flex-shrink:0}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:5px}::selection{background:var(--orange);color:white}.container{width:100%;max-width:1720px;margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:clamp(64px,7vw,112px)}.section--tight{padding-block:45px}.eyebrow{font:600 11px/1.5 var(--sans);letter-spacing:.17em;text-transform:uppercase;margin-bottom:24px}.section-index{margin-right:28px;color:var(--orange)}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:26px;font-size:13px;font-weight:600;min-height:44px;border-bottom:1px solid currentColor;line-height:1.4;padding-block:10px}.text-link:hover{text-decoration:none;color:var(--orange)}.text-link span{font-size:22px;font-weight:400}.btn{display:inline-flex;align-items:center;justify-content:center;gap:30px;padding:17px 25px;min-height:54px;font-size:13px;font-weight:600;line-height:1.35;border:1px solid var(--ink);color:var(--ink);background:transparent;text-decoration:none;transition:background .18s,color .18s}.btn:hover{background:var(--ink);color:var(--paper);text-decoration:none}.btn--primary{background:var(--orange);border-color:var(--orange);color:white}.btn--primary:hover{background:#92341a;border-color:#92341a;color:white}.btn--light{background:var(--paper);border-color:var(--paper);color:var(--ink)}.btn--light:hover{background:#dfd9cc;color:var(--ink)}.btn--block{width:100%}.btn svg{width:18px;height:18px}.skip-link{position:absolute;left:20px;top:-100px;background:var(--paper);color:var(--ink);padding:14px 20px;z-index:100}.skip-link:focus{top:12px}.site-header{background:var(--paper);border-bottom:1px solid var(--line);position:relative;z-index:20}.nav{min-height:102px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0;font-size:18px;font-weight:600;letter-spacing:.12em;line-height:1.4}.brand:hover{text-decoration:none}.brand img{width:52px;height:52px;object-fit:contain}.brand small{display:block;font-size:8px;letter-spacing:.09em;font-weight:400;margin-top:4px}.desktop-nav ul{display:flex;gap:clamp(18px,2.5vw,38px);list-style:none;padding:0;margin:0}.desktop-nav a{display:flex;align-items:center;min-height:48px;font-size:13px;position:relative}.desktop-nav a[aria-current]:after{content:'';position:absolute;left:0;bottom:4px;width:16px;height:2px;background:var(--orange)}.nav-book{border-color:var(--orange);white-space:nowrap}.mobile-nav{display:none}.hero{background:var(--ink);color:var(--paper);position:relative;isolation:isolate}.hero-layout{min-height:660px;display:grid;grid-template-columns:1.8fr 1fr;align-items:center;column-gap:40px;padding-top:86px}.hero-copy{padding-bottom:90px;position:relative;z-index:2}.hero .eyebrow{color:#ddd7ca;margin-bottom:42px}.hero h1{font-size:clamp(50px,6.8vw,110px);line-height:1.02}.hero h1 em{color:#e2b491}.hero-lead{font-size:16px;line-height:1.8;margin-top:30px;max-width:550px;color:#d3d6d3}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:34px}.hero .text-link:hover{color:#f0b192}.hero-identity{border-left:1px solid #3a4141;min-height:360px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:42px;padding:25px}.hero-identity>img{width:100%;height:auto;max-height:220px;object-fit:contain}.photo-note{font-size:10px;line-height:1.7;letter-spacing:.08em;text-transform:uppercase;color:#bbbfb9;text-align:center}.hero-bottom{grid-column:1/-1;align-self:end;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #4a4e4b;padding-block:20px;gap:20px;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.hero-bottom a{min-height:44px;display:flex;align-items:center;gap:40px}.hero-image,.hero-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero--photograph:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.8),rgba(0,0,0,.4));z-index:-1}.hero--photograph .hero-layout{grid-template-columns:1fr;min-height:760px}.hero--photograph .hero-copy{max-width:1100px}.hero--photograph h1 em{color:var(--paper)}.intro-grid{display:grid;grid-template-columns:1fr 2.1fr;gap:50px}.intro-grid>.eyebrow{padding-top:14px}.intro-text{display:flex;align-items:flex-end;gap:70px;margin-top:40px}.intro-text p{max-width:540px;color:var(--muted);font-size:17px}.intro-text .text-link{white-space:nowrap}.venues-section{background:#e9e5dc}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:55px}.section-heading h2 em{color:var(--orange)}.section-heading .eyebrow{margin-bottom:20px}.venue-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px 44px}.venue-card{min-width:0;scroll-margin-top:30px}.venue-visual{aspect-ratio:1.45;position:relative;background:#e4dfd5;overflow:hidden;margin-bottom:24px}.venue-visual img.venue-photo{width:100%;height:100%;object-fit:cover;transition:transform .4s}.venue-card:hover .venue-photo{transform:scale(1.025)}.venue-visual--identity{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;border:1px solid #d2cbbc;background:#eeeae1}.venue-logo{width:60%;max-width:250px;max-height:160px;object-fit:contain}.venue-visual .photo-note{color:var(--muted);position:absolute;bottom:20px;font-size:9px}.venue-number{position:absolute;top:18px;left:20px;font-size:11px;letter-spacing:.1em;background:var(--paper);padding:2px 8px}.venue-heading{display:flex;justify-content:space-between;gap:15px;margin-bottom:14px}.venue-heading .eyebrow{margin:0;color:var(--orange);font-size:10px}.venue-location{font-size:11px;line-height:1.5;color:var(--muted)}.venue-card h3{font-size:clamp(28px,2.7vw,44px);max-width:700px}.venue-description{margin-top:17px;color:var(--muted);max-width:570px}.venue-links{display:flex;gap:22px;flex-wrap:wrap;margin-top:17px}.venue-links .text-link{font-size:12px}.venue-details{font-size:13px;display:grid;grid-template-columns:110px 1fr;gap:10px;margin:24px 0 0}.venue-details dt{font-weight:600}.venue-details dd{margin:0;color:var(--muted)}.venue-signature{margin-top:20px}.venue-logo-small{width:90px;max-height:50px;object-fit:contain}.venue-grid--featured{grid-template-columns:1.2fr 1fr 1fr;align-items:start;gap:32px}.venue-grid--featured .venue-card:nth-child(2){margin-top:80px}.venue-grid--featured .venue-card:nth-child(3){margin-top:30px}.venue-grid--featured .venue-card h3{font-size:30px}.venue-grid--featured .venue-visual{aspect-ratio:4/5}.venue-grid--featured .venue-card:nth-child(2) .venue-visual{aspect-ratio:1}.venue-grid--featured .venue-heading{display:block}.venue-grid--featured .venue-location{margin-top:8px}.journal-row{display:flex;align-items:flex-start;gap:40px;padding-block:40px;border-top:1px solid var(--line)}.journal-row:last-child{border-bottom:1px solid var(--line)}.date-tile{flex:0 0 90px;display:flex;flex-direction:column;align-items:center;border-right:1px solid var(--line);padding-right:30px;text-align:center}.date-tile>span{font-size:11px;letter-spacing:.1em;text-transform:uppercase}.date-tile b{font:48px/1.2 var(--serif);letter-spacing:-.05em}.date-tile small{font-size:10px;color:var(--muted)}.journal-copy{flex:1;min-width:0}.journal-copy .eyebrow{margin:0 0 15px;color:var(--orange);font-size:10px}.journal-copy .eyebrow span{color:var(--muted)}.journal-copy h3{font-size:clamp(28px,3vw,44px);max-width:800px}.journal-copy>p:not(.eyebrow){color:var(--muted);max-width:720px;margin-top:18px}.journal-copy>.text-link{margin-top:18px}.journal-image{flex:0 0 25%;align-self:stretch}.journal-photo{width:100%;height:100%;max-height:270px;object-fit:cover}.status-tag{display:inline-block;font-size:11px;font-weight:600;padding:5px 10px;border:1px solid currentColor;margin:12px 15px 0 0;color:var(--orange)}.enquiry-band{background:var(--orange);color:white;padding-block:70px}.enquiry-inner{display:grid;grid-template-columns:1.4fr 1fr;gap:80px;align-items:center}.enquiry-band h2{font-size:clamp(56px,6.5vw,104px)}.enquiry-band .eyebrow{margin-bottom:18px}.enquiry-inner>div:last-child{max-width:370px;justify-self:end}.enquiry-inner p{margin-bottom:30px}.enquiry-inner .btn{margin-top:7px}.site-footer{background:var(--ink);color:var(--paper);padding-top:45px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid #3d4343;padding-bottom:36px}.footer-top .eyebrow{margin:0;color:#c0c5c0}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr 1fr 1fr;gap:40px;padding-block:55px}.footer-grid h2{font:11px var(--sans);text-transform:uppercase;letter-spacing:.13em;color:#b7bcb7;margin-bottom:22px}.footer-grid ul{list-style:none;margin:0;padding:0}.footer-grid li{font-size:12px;line-height:1.4;margin-bottom:5px}.footer-grid li a{display:inline-block;padding-block:9px;overflow-wrap:anywhere}.footer-grid .brand{font-size:16px}.footer-grid .brand small{max-width:150px;line-height:1.6;font-size:7px}.footer-brand>p{color:#b7bcb7;font:23px/1.4 var(--serif);margin-top:25px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #3d4343;padding-block:24px;font-size:10px;color:#b7bcb7}.footer-bottom p{margin:0}.footer-bottom a{min-height:44px;display:flex;align-items:center}.page-hero{padding-block:35px 75px;border-bottom:1px solid var(--line)}.breadcrumb{display:flex;flex-wrap:wrap;gap:12px;font-size:11px;color:var(--muted);margin-bottom:45px;align-items:center}.breadcrumb a{display:inline-flex;min-height:36px;align-items:center}.breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:15px;padding:0;margin:0}.page-hero .eyebrow{color:var(--orange);margin-bottom:25px}.page-hero h1{max-width:1200px}.page-hero h1 em{color:var(--orange)}.page-hero .container>p:last-child{max-width:550px;color:var(--muted);margin-top:30px;font-size:17px}.filter-bar{display:flex;align-items:flex-end;gap:24px;flex-wrap:wrap;padding-bottom:35px;margin-bottom:50px;border-bottom:1px solid var(--line)}.filter-bar .field{margin:0;flex:1;min-width:160px}.filter-bar select{background:transparent}.filter-bar .result-count{font-size:12px;padding-block:15px}.filter-bar .text-link{margin-bottom:5px}.field{margin-bottom:24px;min-width:0}.field label{display:block;font-size:12px;font-weight:600;margin-bottom:9px}.field input,.field select,.field textarea{width:100%;min-height:54px;border:1px solid #92958c;background:#faf8f3;color:var(--ink);border-radius:0;padding:13px 15px;font-size:15px}.field textarea{min-height:160px;resize:vertical}.field select{padding-right:30px}.results-summary{font-size:12px;color:var(--muted);margin-bottom:30px}.empty-state{padding:70px 0;max-width:670px}.empty-state p{margin:20px 0 30px;color:var(--muted)}.empty-state .text-link{margin:15px}.error-page{padding-block:100px}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:clamp(40px,8vw,140px)}.contact-intro h2{margin-bottom:24px;font-size:48px}.contact-intro>p{max-width:370px;color:var(--muted)}.contact-items{margin-top:40px}.contact-item{display:block;padding-block:22px;border-top:1px solid var(--line)}.contact-item h3{font:11px var(--sans);text-transform:uppercase;letter-spacing:.14em;margin-bottom:10px;color:var(--muted)}.contact-item p{font-size:17px;overflow-wrap:anywhere}.form{background:#e9e5dc;padding:clamp(20px,3.5vw,50px)}.form h2{font-size:36px;margin-bottom:12px}.form-intro{font-size:13px;color:var(--muted);margin-bottom:30px}.grid{display:grid;gap:32px}.grid-2{grid-template-columns:1fr 1fr}.form-note{font-size:12px;color:var(--muted);margin-top:16px}.form-note a{text-decoration:underline}.notice{padding:18px;border:1px solid var(--orange);margin-bottom:28px;background:#fff6ed;font-size:14px}.notice--success{border-color:#365e46;background:#edf5ea;color:#244332}.notice ul{padding-left:20px;margin-bottom:0}.notice a{text-decoration:underline}.field-error{color:#9b321b;font-size:12px;margin-top:7px}.field [aria-invalid=true]{border:2px solid #9b321b}.honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.split{display:grid;grid-template-columns:1fr 1.15fr;gap:clamp(40px,7vw,110px);align-items:start}.section-lead{font-size:18px;color:var(--muted);line-height:1.8;margin-top:24px}.section-title{margin-bottom:25px}.gold-text{color:var(--orange);font-style:italic}.prose{max-width:800px;margin-inline:auto;font-size:17px;color:#3e4543;line-height:1.85;overflow-wrap:anywhere}.prose p{margin-bottom:24px}.prose h2,.prose h3{margin-top:40px;margin-bottom:20px;color:var(--ink)}.prose h2{font-size:40px}.prose h3{font-size:30px}.prose a{text-decoration:underline;color:#94371f}.prose img{width:auto;max-width:100%;height:auto;margin:25px auto}.prose blockquote{border-left:2px solid var(--orange);margin:30px 0;padding-left:25px;font:28px/1.5 var(--serif)}.prose table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse}.prose td,.prose th{padding:10px;border:1px solid var(--line)}.value-list{list-style:none;padding:0;margin:0}.value-list>li{border-top:1px solid #b2b0a6;padding-top:30px}.value-list h3{margin-bottom:25px}.value-list p{color:var(--muted)}.value-list .pull-quote{font:32px/1.35 var(--serif);color:var(--orange);margin-top:30px}.portrait{background:#e7e3db}.portrait img{width:100%;max-height:720px;object-fit:cover;object-position:50% 20%}.person-caption{display:flex;justify-content:space-between;padding-top:15px;font-size:13px}.person-caption span{color:var(--muted)}.hero-stats{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:35px;gap:30px}.stat b{display:block;font:48px var(--serif)}.stat span{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:var(--muted)}.page-about .text-center{text-align:left;max-width:900px;margin-bottom:45px}.page-about .prose{margin-right:0}.page-about .page-hero h1{max-width:1150px}.page-about .cta-band{padding:50px;background:#e9e5dc}.cta-band p{margin:25px 0}.cta-actions{display:flex;flex-wrap:wrap;gap:20px}.article-header{max-width:1160px;margin-inline:auto;padding-block:35px 60px}.article-header .eyebrow{color:var(--orange)}.article-header h1{font-size:clamp(44px,6vw,86px);max-width:1050px}.article-header .section-lead{max-width:850px}.article-meta{display:flex;flex-wrap:wrap;gap:20px;margin-top:30px;font-size:12px;color:var(--muted)}.article-hero{max-width:1300px;margin:0 auto 60px}.article-hero img{width:100%;max-height:720px;object-fit:cover}.article-content{max-width:1000px;margin:auto;padding-bottom:80px}.event-information{padding:25px 30px;background:#e9e5dc;max-width:800px;margin:0 auto 45px}.event-information h2{font:12px var(--sans);text-transform:uppercase;letter-spacing:.12em;margin-bottom:18px}.event-information dl{display:grid;grid-template-columns:100px 1fr;gap:12px;font-size:14px}.event-information dd{margin:0}.event-information .status-tag{margin:0 0 15px}.article-actions{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;max-width:800px;margin:40px auto 0;padding-top:30px;border-top:1px solid var(--line)}.share{max-width:800px;margin:45px auto 0;display:flex;flex-wrap:wrap;align-items:center;gap:20px}.share-label{font-size:11px;text-transform:uppercase;letter-spacing:.1em}.share-btn{padding:10px 14px;min-height:44px;border:1px solid #9a9c95;background:transparent;color:var(--ink);font-size:12px}.share-status{font-size:12px;width:100%}.js-only{display:none}.js .js-only{display:inline-flex}.related{border-top:1px solid var(--line);padding-top:60px}.related h2{margin-bottom:40px}
@media(min-width:1700px){.hero-layout{min-height:770px}.hero h1{font-size:120px}.hero-copy{padding-bottom:100px}}
@media(max-width:1100px){.nav-book{display:none}.hero-layout{grid-template-columns:1.8fr 1fr;gap:20px;min-height:600px}.hero-copy{padding-bottom:60px}.hero-identity{padding:15px;min-height:280px}.intro-grid{grid-template-columns:1fr 2.4fr;gap:30px}.intro-text{display:block}.intro-text .text-link{margin-top:25px}.venue-grid--featured{gap:22px}.venue-grid--featured .venue-card h3{font-size:26px}.footer-grid{grid-template-columns:1.3fr 1fr;gap:40px}.filter-bar{gap:18px}.journal-row{gap:25px}.contact-grid{gap:40px}}
@media(max-width:767px){.nav{min-height:82px;flex-wrap:wrap;gap:0}.brand{font-size:15px;letter-spacing:.1em}.brand img{width:43px;height:43px}.brand small{font-size:7px}.desktop-nav{display:none}.mobile-nav{display:block;margin-left:auto}.mobile-nav summary{list-style:none;display:flex;align-items:center;gap:14px;min-height:48px;font-size:12px}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary span{font-size:25px}.mobile-nav[open] summary span{transform:rotate(45deg)}.mobile-nav nav{position:absolute;left:0;right:0;top:100%;background:var(--paper);padding:20px var(--gutter) 35px;border-bottom:1px solid var(--line);box-shadow:0 15px 20px #11171915}.mobile-nav ul{list-style:none;padding:0;margin:0 0 20px}.mobile-nav li{border-bottom:1px solid var(--line)}.mobile-nav li a{display:block;padding:12px 0;font:30px var(--serif)}.mobile-nav a[aria-current]{color:var(--orange)}.hero-layout{min-height:auto;display:block;padding-top:60px}.hero h1{font-size:clamp(43px,8.9vw,68px)}.hero .eyebrow{font-size:9px;margin-bottom:35px;letter-spacing:.13em}.hero-lead{font-size:14px;margin-top:25px}.hero-lead br{display:none}.hero-copy{padding-bottom:50px}.hero-identity{min-height:0;border-left:0;border-top:1px solid #3a4141;flex-direction:row;gap:20px;justify-content:space-between;padding:25px 0}.hero-identity>img{width:140px;max-height:90px}.hero-identity .photo-note{text-align:right;font-size:8px;max-width:150px}.hero-bottom{display:flex;padding-block:13px;font-size:8px;gap:15px}.hero-bottom>span{max-width:140px}.hero-bottom a{gap:15px;text-align:right}.hero-actions{gap:20px}.hero--photograph .hero-layout{min-height:640px;display:flex;flex-direction:column;justify-content:space-between}.hero--photograph .hero-copy{width:100%}.hero--photograph .hero-bottom{width:100%}.intro-grid{display:block}.intro-grid>.eyebrow{padding:0;margin-bottom:30px}.intro-text{margin-top:25px}.intro-text p{font-size:16px}.section-heading{align-items:flex-start;flex-direction:column;gap:20px;margin-bottom:35px}.section-heading .text-link{font-size:12px}.venue-grid,.venue-grid--featured{grid-template-columns:1fr;gap:45px}.venue-grid--featured .venue-card:nth-child(n){margin-top:0}.venue-grid--featured .venue-card .venue-visual{aspect-ratio:1.25}.venue-grid .venue-visual{aspect-ratio:1.25}.venue-grid--featured .venue-card h3,.venue-card h3{font-size:32px}.venue-grid--featured .venue-heading{display:flex}.venue-grid--featured .venue-location{margin-top:0}.venue-description{font-size:15px}.venue-visual .photo-note{font-size:8px}.venue-logo{max-width:200px;max-height:145px}.journal-row{gap:20px;flex-wrap:wrap;padding-block:30px}.date-tile{flex-basis:58px;padding-right:15px}.date-tile b{font-size:36px}.date-tile small{font-size:8px}.journal-copy h3{font-size:28px}.journal-copy>p:not(.eyebrow){font-size:14px}.journal-copy .eyebrow{font-size:9px;line-height:1.8}.journal-image{flex-basis:100%;margin-left:78px}.journal-photo{height:200px}.enquiry-inner{grid-template-columns:1fr;gap:30px}.enquiry-inner>div:last-child{justify-self:start}.enquiry-band{padding-block:55px}.enquiry-band h2{font-size:64px}.enquiry-inner p{font-size:15px;margin-bottom:25px}.footer-top{align-items:flex-start;flex-direction:column;gap:15px;padding-bottom:25px}.footer-top .eyebrow{font-size:9px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px 22px;padding-block:40px}.footer-brand{grid-column:1/-1}.footer-brand>p{font-size:22px}.footer-grid>div:last-child{grid-column:1/-1}.footer-grid h2{margin-bottom:10px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:8px;font-size:9px}.page-hero{padding-block:20px 45px}.breadcrumb{margin-bottom:30px;font-size:10px}.page-hero h1{font-size:clamp(43px,9vw,64px)}.page-hero .container>p:last-child{font-size:15px;margin-top:24px}.filter-bar{gap:20px;padding-bottom:25px;margin-bottom:35px}.filter-bar .field{min-width:100%;flex-basis:100%}.filter-bar .btn{flex:1}.filter-bar .result-count{margin-left:auto}.contact-grid,.split{grid-template-columns:1fr}.contact-intro h2{font-size:38px}.form h2{font-size:32px}.grid-2{grid-template-columns:1fr}.form .grid{gap:0}.hero-stats{flex-wrap:wrap;gap:30px}.stat{flex-basis:40%}.stat b{font-size:40px}.page-about .prose{font-size:16px}.page-about .cta-band{padding:30px 20px}.page-about .section-lead{font-size:16px}.page-about .text-center{margin-bottom:30px}.article-header{padding-bottom:35px}.article-header h1{font-size:43px}.article-header .section-lead{font-size:17px}.article-meta{gap:10px;font-size:11px}.article-hero{margin-bottom:35px}.article-hero img{max-height:430px}.article-content .prose{font-size:16px}.event-information{padding:25px 20px}.event-information dl{grid-template-columns:1fr;gap:4px}.event-information dd{margin-bottom:12px}.article-actions{flex-direction:column;align-items:flex-start}.error-page{padding-block:75px}.share{gap:12px}}
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.footer-grid li a{min-height:44px}.footer-bottom{font-size:11px}.breadcrumb a{min-height:44px}.section-index,.venue-heading .eyebrow{color:#a73b20}.site-footer .text-link:hover{color:#f0b192}.hero--photograph:after{background:linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,0,0,.62))}
::placeholder{color:#5b615e;opacity:1}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.venue-card:hover .venue-photo{transform:none}}
