:root{--wright-navy: #1B2A4A;--wright-navy-dark: #0F1A2E;--wright-navy-light: #2C3E60;--wright-blue: #3A5A8C;--wright-gold: #C4A35A;--wright-gold-light: #D4B76A;--wright-white: #FFFFFF;--wright-off-white: #F7F6F2;--wright-light-gray: #E8E4DC;--wright-mid-gray: #9A9488;--wright-text: #2C2C2C;--wright-text-light: #5A5A5A;--wright-font-body: "Inter", sans-serif;--wright-font-heading: "Playfair Display", serif;--wright-transition: .3s ease;--wright-radius: 2px;--wright-shadow: 0 4px 20px rgba(15, 26, 46, .12);--wright-shadow-lg: 0 8px 40px rgba(15, 26, 46, .18)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--wright-font-body);color:var(--wright-text);background:var(--wright-white);line-height:1.7;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--wright-blue);text-decoration:none;transition:color var(--wright-transition)}a:hover{color:var(--wright-gold)}h1,h2,h3,h4,h5,h6{font-family:var(--wright-font-heading);line-height:1.25;color:var(--wright-navy);font-weight:600}h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}h2{font-size:clamp(1.6rem,3vw,2.25rem);margin-bottom:.875rem}h3{font-size:clamp(1.2rem,2vw,1.5rem);margin-bottom:.75rem}h4{font-size:1.125rem;margin-bottom:.5rem}p{margin-bottom:1.25rem}p:last-child{margin-bottom:0}ul,ol{padding-left:1.5rem;margin-bottom:1.25rem}li{margin-bottom:.35rem}strong{font-weight:600;color:var(--wright-navy)}.wright-container{max-width:1160px;margin:0 auto;padding:0 1.5rem}.wright-container--narrow{max-width:800px;margin:0 auto;padding:0 1.5rem}.wright-section{padding:5rem 0}.wright-section--lg{padding:7rem 0}.wright-section--sm{padding:3rem 0}.wright-section--navy{background:var(--wright-navy);color:var(--wright-white)}.wright-section--navy h1,.wright-section--navy h2,.wright-section--navy h3{color:var(--wright-white)}.wright-section--off-white{background:var(--wright-off-white)}.wright-section--dark{background:var(--wright-navy-dark);color:var(--wright-white)}.wright-section-header{text-align:center;margin-bottom:3.5rem}.wright-section-header h2{margin-bottom:.5rem}.wright-section-header__line{width:50px;height:2px;background:var(--wright-gold);margin:.875rem auto}.wright-section-header p{color:var(--wright-text-light);font-size:1.05rem;max-width:560px;margin:0 auto}.wright-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-family:var(--wright-font-body);font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;border:2px solid transparent;border-radius:var(--wright-radius);cursor:pointer;transition:all var(--wright-transition);text-decoration:none;white-space:nowrap}.wright-btn--primary{background:var(--wright-gold);color:var(--wright-navy-dark);border-color:var(--wright-gold)}.wright-btn--primary:hover{background:var(--wright-gold-light);border-color:var(--wright-gold-light);color:var(--wright-navy-dark);transform:translateY(-1px);box-shadow:0 4px 15px #c4a35a59}.wright-btn--outline{background:transparent;color:var(--wright-white);border-color:var(--wright-white)}.wright-btn--outline:hover{background:var(--wright-white);color:var(--wright-navy);transform:translateY(-1px)}.wright-btn--outline-navy{background:transparent;color:var(--wright-navy);border-color:var(--wright-navy)}.wright-btn--outline-navy:hover{background:var(--wright-navy);color:var(--wright-white)}.wright-btn--outline-gold{background:transparent;color:var(--wright-gold);border-color:var(--wright-gold)}.wright-btn--outline-gold:hover{background:var(--wright-gold);color:var(--wright-navy-dark)}.wright-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;transition:background var(--wright-transition),box-shadow var(--wright-transition),transform var(--wright-transition)}.is-home .wright-header{transform:translateY(-100%);opacity:0;transition:transform .4s ease,opacity .4s ease,background .3s ease,box-shadow .3s ease}.is-home .wright-header.is-visible{transform:translateY(0);opacity:1}.is-inner .wright-header{background:var(--wright-navy)}.wright-header.is-scrolled{background:var(--wright-navy-dark);box-shadow:0 2px 20px #00000040}.wright-header__inner{display:flex;align-items:center;justify-content:space-between;height:80px;padding:0 2rem;max-width:1280px;margin:0 auto}.wright-header__brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;flex-shrink:0}.wright-header__logo-text{font-family:var(--wright-font-heading);font-size:1.2rem;color:var(--wright-white);line-height:1.2;font-weight:600}.wright-header__logo-text span{display:block;font-size:.65rem;font-family:var(--wright-font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--wright-gold);font-weight:400}.wright-header__nav{display:flex;align-items:center;gap:.25rem}.wright-nav__link{color:#ffffffe0;text-decoration:none;font-size:.825rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;padding:.5rem .75rem;border-radius:var(--wright-radius);transition:color var(--wright-transition);white-space:nowrap;position:relative}.wright-nav__link:hover,.wright-nav__link.is-active{color:var(--wright-gold)}.wright-nav__item{position:relative}.wright-nav__item:hover .wright-nav__dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.wright-nav__dropdown{position:absolute;top:100%;left:0;background:var(--wright-navy-dark);min-width:220px;box-shadow:var(--wright-shadow-lg);opacity:0;pointer-events:none;transform:translateY(-8px);transition:all var(--wright-transition);border-top:2px solid var(--wright-gold);z-index:100}.wright-nav__dropdown a{display:block;padding:.75rem 1.25rem;color:#fffc;font-size:.8rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;transition:all var(--wright-transition);border-bottom:1px solid rgba(255,255,255,.06)}.wright-nav__dropdown a:hover{color:var(--wright-gold);background:#ffffff0a;padding-left:1.5rem}.wright-header__phone{color:var(--wright-gold);font-size:.85rem;font-weight:600;letter-spacing:.03em;text-decoration:none;transition:color var(--wright-transition);margin-left:1rem;white-space:nowrap}.wright-header__phone:hover{color:var(--wright-gold-light)}.wright-header__toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:.5rem}.wright-header__toggle span{display:block;width:24px;height:2px;background:var(--wright-white);transition:all .3s ease}.wright-page-header{background:var(--wright-navy);padding:5rem 0 3rem;margin-top:80px}.wright-page-header h1{color:var(--wright-white);margin-bottom:.5rem}.wright-page-header__sub{color:var(--wright-gold);font-size:.875rem;text-transform:uppercase;letter-spacing:.15em;font-weight:500}.wright-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffff80;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.1em}.wright-breadcrumb a{color:#ffffff80;transition:color var(--wright-transition)}.wright-breadcrumb a:hover{color:var(--wright-gold)}.wright-breadcrumb__sep{opacity:.4}.wright-image-offset{position:relative;display:inline-block}.wright-image-offset:before{content:"";position:absolute;inset:-12px -12px 12px 12px;border:2px solid var(--wright-gold);z-index:0;pointer-events:none}.wright-image-offset img{position:relative;z-index:1;display:block;width:100%}.wright-two-col{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.wright-two-col--flip{direction:rtl}.wright-two-col--flip>*{direction:ltr}@media(max-width:768px){.wright-two-col{grid-template-columns:1fr;gap:2.5rem}.wright-two-col--flip{direction:ltr}}.wright-pa-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.wright-pa-card{background:var(--wright-white);border:1px solid var(--wright-light-gray);padding:2rem 1.5rem;text-align:center;transition:all var(--wright-transition);text-decoration:none;display:block;color:var(--wright-text);border-radius:var(--wright-radius)}.wright-pa-card:hover{border-color:var(--wright-gold);box-shadow:var(--wright-shadow);transform:translateY(-4px);color:var(--wright-text)}.wright-pa-card__icon{font-size:2.25rem;color:var(--wright-gold);margin-bottom:1rem;display:block}.wright-pa-card__title{font-family:var(--wright-font-heading);font-size:1rem;color:var(--wright-navy);margin-bottom:.625rem;font-weight:600}.wright-pa-card__excerpt{font-size:.85rem;color:var(--wright-text-light);line-height:1.55}@media(max-width:1024px){.wright-pa-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.wright-pa-grid{grid-template-columns:1fr}}.wright-pa-row{display:grid;grid-template-columns:340px 1fr;gap:3rem;align-items:start;padding:3rem 0;border-bottom:1px solid var(--wright-light-gray)}.wright-pa-row:last-child{border-bottom:none}.wright-pa-row.is-even{grid-template-columns:1fr 340px}.wright-pa-row.is-even .wright-pa-row__image{order:2}.wright-pa-row.is-even .wright-pa-row__content{order:1}.wright-pa-row__image img{width:100%;height:220px;object-fit:cover;border-radius:var(--wright-radius)}.wright-pa-row__icon{font-size:1.5rem;color:var(--wright-gold);margin-bottom:.75rem}@media(max-width:768px){.wright-pa-row,.wright-pa-row.is-even{grid-template-columns:1fr}.wright-pa-row.is-even .wright-pa-row__image,.wright-pa-row.is-even .wright-pa-row__content{order:unset}}.wright-news-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.wright-news-card{background:var(--wright-white);border:1px solid var(--wright-light-gray);padding:1.75rem;border-radius:var(--wright-radius);transition:all var(--wright-transition);display:flex;flex-direction:column}.wright-news-card:hover{box-shadow:var(--wright-shadow);border-color:var(--wright-gold);transform:translateY(-3px)}.wright-news-card__meta{display:flex;align-items:center;gap:1rem;margin-bottom:.875rem}.wright-news-card__source{color:var(--wright-gold);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.wright-news-card__date{color:var(--wright-mid-gray);font-size:.75rem}.wright-news-card__title{font-family:var(--wright-font-heading);font-size:1.125rem;color:var(--wright-navy);margin-bottom:.75rem;line-height:1.3}.wright-news-card__excerpt{font-size:.875rem;color:var(--wright-text-light);flex:1;margin-bottom:1.25rem}.wright-news-card__link{font-size:.8rem;font-weight:600;color:var(--wright-gold);text-transform:uppercase;letter-spacing:.1em;text-decoration:none;transition:color var(--wright-transition)}.wright-news-card__link:hover{color:var(--wright-navy)}@media(max-width:768px){.wright-news-grid{grid-template-columns:1fr}}.wright-cta{text-align:center;padding:6rem 0;background:var(--wright-navy)}.wright-cta h2{color:var(--wright-white);margin-bottom:1rem}.wright-cta p{color:#ffffffbf;font-size:1.05rem;margin-bottom:2rem;max-width:520px;margin-left:auto;margin-right:auto}.wright-cta__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.wright-gold-rule{width:50px;height:2px;background:var(--wright-gold);margin:1rem 0 1.5rem}.wright-gold-rule--center{margin-left:auto;margin-right:auto}.wright-pull-quote{border-left:3px solid var(--wright-gold);padding:1.25rem 1.75rem;margin:2.5rem 0;background:var(--wright-off-white);font-family:var(--wright-font-heading);font-size:1.2rem;color:var(--wright-navy);font-style:italic;line-height:1.5}.wright-contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.wright-contact-info{background:var(--wright-off-white);border-left:4px solid var(--wright-gold);padding:2rem}.wright-contact-info h3{margin-bottom:1.25rem}.wright-contact-item{display:flex;align-items:flex-start;gap:.875rem;margin-bottom:1rem}.wright-contact-item i{color:var(--wright-gold);font-size:1rem;margin-top:.2rem;flex-shrink:0;width:20px;text-align:center}.wright-contact-item p{margin-bottom:0;font-size:.9rem}.wright-contact-item a{color:var(--wright-text)}.wright-contact-item a:hover{color:var(--wright-gold)}@media(max-width:768px){.wright-contact-grid{grid-template-columns:1fr;gap:2.5rem}}.wright-form .form-group{margin-bottom:1.25rem}.wright-form label{display:block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--wright-navy);margin-bottom:.375rem}.wright-form input,.wright-form select,.wright-form textarea{width:100%;padding:.75rem 1rem;font-family:var(--wright-font-body);font-size:.9rem;color:var(--wright-text);background:var(--wright-white);border:1.5px solid var(--wright-light-gray);border-radius:var(--wright-radius);transition:border-color var(--wright-transition),box-shadow var(--wright-transition);outline:none}.wright-form input:focus,.wright-form select:focus,.wright-form textarea:focus{border-color:var(--wright-gold);box-shadow:0 0 0 3px #c4a35a1f}.wright-form textarea{min-height:140px;resize:vertical}.wright-bio{display:grid;grid-template-columns:260px 1fr;gap:4rem;margin-top:80px;padding-top:3rem}.wright-bio__sidebar{padding:2rem 0}.wright-bio__section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--wright-light-gray)}.wright-bio__section:last-child{border-bottom:none}.wright-bio__section-title{font-family:var(--wright-font-body);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--wright-navy);padding-bottom:.5rem;border-bottom:2px solid var(--wright-gold);margin-bottom:1rem}.wright-bio__section ul{list-style:none;padding:0;margin:0}.wright-bio__section li{font-size:.85rem;color:var(--wright-text-light);padding:.2rem 0;line-height:1.5}.wright-bio__section li strong{color:var(--wright-navy);font-size:.85rem}.wright-bio__section p{font-size:.875rem;color:var(--wright-text-light);margin-bottom:.5rem}.wright-bio__section a{font-size:.875rem;color:var(--wright-blue)}.wright-bio__main{padding:2rem 0 4rem}.wright-bio__main h1{margin-bottom:.25rem}.wright-bio__subtitle{font-size:1rem;color:var(--wright-gold);font-weight:500;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem}.wright-bio__main h3{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--wright-navy);padding-bottom:.375rem;border-bottom:2px solid var(--wright-gold);margin-top:2.5rem;margin-bottom:1rem;font-family:var(--wright-font-body)}.wright-bio__main p{font-size:.95rem;line-height:1.75;color:var(--wright-text-light)}.wright-bio__portrait{float:right;margin:0 0 2rem 2.5rem;width:220px;shape-outside:inset(0)}.wright-bio__portrait img{width:100%;border:3px solid var(--wright-light-gray)}@media(max-width:900px){.wright-bio{grid-template-columns:1fr;gap:0}.wright-bio__sidebar{background:var(--wright-off-white);padding:2rem;border-bottom:2px solid var(--wright-light-gray)}.wright-bio__portrait{width:160px}}.wright-footer{background:var(--wright-navy-dark);color:#ffffffb3;padding:4rem 0 0}.wright-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.wright-footer__brand{font-family:var(--wright-font-heading);font-size:1.2rem;color:var(--wright-white);margin-bottom:.75rem}.wright-footer__tagline{font-size:.8rem;color:var(--wright-gold);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem}.wright-footer p{font-size:.85rem;line-height:1.65;margin-bottom:.5rem}.wright-footer h4{color:var(--wright-white);font-size:.75rem;font-family:var(--wright-font-body);font-weight:700;text-transform:uppercase;letter-spacing:.15em;padding-bottom:.5rem;border-bottom:1px solid var(--wright-gold);margin-bottom:1.25rem}.wright-footer__links{list-style:none;padding:0;margin:0}.wright-footer__links li{margin-bottom:.5rem}.wright-footer__links a{color:#ffffffa6;font-size:.85rem;transition:color var(--wright-transition)}.wright-footer__links a:hover{color:var(--wright-gold)}.wright-footer__contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.875rem;font-size:.85rem}.wright-footer__contact-item i{color:var(--wright-gold);font-size:.9rem;margin-top:.15rem;flex-shrink:0;width:16px;text-align:center}.wright-footer__contact-item a{color:#ffffffa6;transition:color var(--wright-transition)}.wright-footer__contact-item a:hover{color:var(--wright-gold)}.wright-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.25rem 0;display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:#fff6}.wright-footer__bottom a{color:#fff6;transition:color var(--wright-transition)}.wright-footer__bottom a:hover{color:var(--wright-gold)}@media(max-width:768px){.wright-footer__grid{grid-template-columns:1fr;gap:2rem}.wright-footer__bottom{flex-direction:column;gap:.5rem;text-align:center}}.wright-fade-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.wright-fade-up.is-visible{opacity:1;transform:translateY(0)}.wright-fade-up:nth-child(2){transition-delay:.1s}.wright-fade-up:nth-child(3){transition-delay:.2s}.wright-fade-up:nth-child(4){transition-delay:.3s}.wright-fade-up:nth-child(5){transition-delay:.4s}.wright-fade-up:nth-child(6){transition-delay:.5s}.wright-fade-up:nth-child(7){transition-delay:.6s}.wright-fade-up:nth-child(8){transition-delay:.7s}.wright-about-section{padding:6rem 0;background:var(--wright-white)}.wright-about-section .wright-lead{font-size:1.1rem;color:var(--wright-navy);font-weight:500;margin-bottom:1.25rem;line-height:1.6}.wright-prose{font-size:.975rem;line-height:1.8;color:var(--wright-text-light)}.wright-prose h2,.wright-prose h3,.wright-prose h4{color:var(--wright-navy);margin-top:2rem;margin-bottom:.75rem}.wright-prose ul{margin-bottom:1.25rem}.wright-prose li{margin-bottom:.4rem}.wright-article{display:grid;grid-template-columns:1fr 320px;gap:3.5rem;align-items:start}.wright-article__sidebar{position:sticky;top:100px}.wright-article__sidebar img{width:100%;border-radius:var(--wright-radius);margin-bottom:1.5rem}.wright-article__back{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600;color:var(--wright-navy);margin-bottom:2rem;transition:color var(--wright-transition),gap var(--wright-transition)}.wright-article__back:hover{color:var(--wright-gold);gap:.75rem}@media(max-width:900px){.wright-article{grid-template-columns:1fr}.wright-article__sidebar{position:static}}.wright-news-meta{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--wright-light-gray)}.wright-news-meta__source{color:var(--wright-gold);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.wright-news-meta__date{color:var(--wright-mid-gray);font-size:.85rem}@media(max-width:1024px){.wright-header__toggle{display:flex}.wright-header__nav{display:none;position:fixed;inset:80px 0 0;background:var(--wright-navy-dark);flex-direction:column;align-items:stretch;padding:2rem;gap:0;overflow-y:auto;z-index:999}.wright-header__nav.is-open{display:flex}.wright-nav__link{padding:1rem 0;font-size:1rem;border-bottom:1px solid rgba(255,255,255,.08);border-radius:0}.wright-nav__dropdown{position:static;opacity:1;pointer-events:auto;transform:none;background:#ffffff0d;border-top:none;box-shadow:none;margin-top:0}.wright-nav__dropdown a{padding:.75rem 1.5rem}.wright-header__phone{margin-left:0;margin-top:1.5rem;padding:1rem 0;font-size:1rem;display:block}}.is-home body,body.is-home{padding-top:0!important}.is-inner{padding-top:80px}.text-gold{color:var(--wright-gold)}.text-navy{color:var(--wright-navy)}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.wright-slider{position:relative;width:100%;height:100vh;overflow:hidden}.wright-slider__slide{position:absolute;inset:0;opacity:0;transition:opacity 1.2s ease;background-size:cover;background-position:center}.wright-slider__slide.is-active{opacity:1}.wright-slider__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0f1a2e80,#0f1a2eb3)}.wright-slider__content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;color:#fff}.wright-slider__text{font-family:var(--wright-font-heading);font-size:clamp(2rem,5vw,4rem);font-weight:600;color:#fff;line-height:1.2;text-shadow:0 2px 20px rgba(0,0,0,.3);opacity:0;transform:translateY(20px);transition:opacity .8s ease .4s,transform .8s ease .4s;max-width:800px}.wright-slider__slide.is-active .wright-slider__text{opacity:1;transform:translateY(0)}.wright-slider__rule{width:60px;height:2px;background:var(--wright-gold);margin:1.5rem auto;opacity:0;transition:opacity .6s ease .8s}.wright-slider__slide.is-active .wright-slider__rule{opacity:1}.wright-slider__subtitle{font-size:.9rem;font-weight:400;color:#fffc;text-transform:uppercase;letter-spacing:.2em;opacity:0;transition:opacity .6s ease 1s}.wright-slider__slide.is-active .wright-slider__subtitle{opacity:1}.wright-slider__dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.wright-slider__dot{width:8px;height:8px;border-radius:50%;background:#fff6;border:none;cursor:pointer;transition:all .3s ease;padding:0}.wright-slider__dot.is-active{background:var(--wright-gold);transform:scale(1.3)}.wright-slider__scroll-hint{position:absolute;bottom:4rem;left:50%;transform:translate(-50%);color:#fff9;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}.wright-faq{padding:4.5rem 0;background:var(--wright-off-white)}.wright-faq__head{max-width:760px;margin:0 0 2.5rem}.wright-faq__heading{margin:1rem 0 .5rem}.wright-faq__intro{color:var(--wright-text-light);font-size:1.0625rem;margin-top:.5rem}.wright-faq__list{max-width:820px}.wright-faq__item{border-bottom:1px solid var(--wright-light-gray)}.wright-faq__item:first-child{border-top:1px solid var(--wright-light-gray)}.wright-faq__q{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.35rem .25rem;font-family:Playfair Display,Georgia,serif;font-size:1.15rem;font-weight:600;color:var(--wright-navy);transition:color .2s ease}.wright-faq__q::-webkit-details-marker{display:none}.wright-faq__q:hover{color:var(--wright-blue)}.wright-faq__icon{flex-shrink:0;color:var(--wright-gold);font-size:.85rem;transition:transform .25s ease}.wright-faq__item[open] .wright-faq__icon{transform:rotate(45deg)}.wright-faq__a{padding:0 .25rem 1.5rem}.wright-faq__a p{margin:0;color:var(--wright-text-light);line-height:1.75;max-width:68ch}@media(max-width:640px){.wright-faq__q{font-size:1.02rem}}
