@font-face{font-family:FelixTitling;src:url(/felixti.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--navy:#1b2774;--navy-dark:#131c5a;--navy-light:#2535a0;--white:#fff;--off-white:#f6f6f4;--gray-light:#e2e2de;--gray-mid:#c8c8c4;--text:#1a1a1a;--text-light:#5a5a5a;--font-sans:"Segoe UI", system-ui, -apple-system, sans-serif;--font-serif:Georgia, "Times New Roman", serif;--max-w:1280px;--nav-h:72px;font-family:var(--font-sans);color:var(--text);-webkit-font-smoothing:antialiased}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--white);overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none}#header{z-index:100;background:#fffffff7;border-bottom:1px solid #0000;transition:border-color .2s,box-shadow .2s;position:fixed;top:0;left:0;right:0}#header.scrolled{border-bottom-color:var(--gray-light);box-shadow:0 2px 12px #0000000f}.nav-container{max-width:var(--max-w);height:var(--nav-h);align-items:center;gap:2.5rem;margin:0 auto;padding:0 2rem;display:flex}.logo{color:var(--navy);letter-spacing:.02em;white-space:nowrap;flex:1;align-items:center;gap:.5rem;font-family:FelixTitling;font-size:1.5rem;font-weight:700;display:inline-flex}.logo:hover{opacity:.85}.logo img{flex-shrink:0;width:auto;height:3rem}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text-light);letter-spacing:.02em;font-size:.88rem;font-weight:500;transition:color .15s}.nav-links a:hover{color:var(--navy)}.nav-actions{flex:1;justify-content:flex-end;align-items:center;gap:2rem;display:flex}.nav-action-link{color:var(--text-light);object-fit:cover;border-radius:4px;padding:.45rem .9rem;font-size:.85rem;font-weight:500;transition:color .15s,background .15s}.nav-action-link:hover{color:var(--navy);background:var(--off-white)}.nav-cta{color:var(--white);background:var(--navy);object-fit:cover;letter-spacing:.02em;border-radius:4px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;transition:background .15s}.nav-cta:hover{background:var(--navy-dark)}.booking-modal{z-index:200;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.booking-modal[hidden]{display:none}.booking-modal-backdrop{background:#0009;position:absolute;inset:0}.booking-modal-frame{z-index:1;background:#fff;border-radius:6px;flex-direction:column;width:min(500px,95vw);height:min(600px,90vh);display:flex;position:relative;overflow:hidden}.booking-modal-frame iframe{border:none;flex:1;width:100%}.booking-modal-close{z-index:2;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;display:flex;position:absolute;top:.75rem;right:.75rem;box-shadow:0 1px 4px #0003}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;margin-left:auto;padding:4px;display:none}.mobile-menu-btn span{background:var(--navy);border-radius:2px;height:2px;transition:transform .2s,opacity .2s;display:block}@media (width<=900px){.mobile-menu-btn{display:flex}.nav-links,.nav-actions{display:none}.nav-links.open,.nav-actions.open{flex-direction:column;align-items:flex-start;gap:0;display:flex}.nav-container{flex-wrap:wrap;height:auto;padding:1rem 1.5rem 0}.nav-links.open{border-top:1px solid var(--gray-light);width:100%;margin-top:.75rem;padding:1rem 0 .5rem}.nav-links.open a{border-bottom:1px solid var(--gray-light);width:100%;padding:.65rem 0;font-size:.95rem}.nav-actions.open{flex-flow:wrap;gap:.5rem;width:100%;padding:.75rem 0 1rem}.nav-cta{margin-left:auto}}#hero{grid-template-columns:1fr 2fr;height:clamp(704px,93vh,1012px);display:grid}.hero-left{background:var(--navy);padding:calc(var(--nav-h) + 4rem) 2.5rem 5rem;align-items:center;display:flex;position:relative;overflow:hidden}.hero-left:before{content:"";background:radial-gradient(at 80% 40%,#2535a099 0%,#0000 60%),radial-gradient(at 20% 80%,#131c5a80 0%,#0000 55%);position:absolute;inset:0}.hero-content{z-index:1;max-width:480px;position:relative}.hero-carousel{position:relative;overflow:hidden}.carousel-track{width:400%;height:100%;transition:transform .8s cubic-bezier(.4,0,.2,1);display:flex}.carousel-slide{flex-shrink:0;width:25%;height:100%}.carousel-slide img{object-fit:cover;width:100%;height:100%;display:block}.carousel-dots{z-index:2;gap:.6rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.carousel-dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .25s,transform .25s}.carousel-dot.active{background:var(--white);transform:scale(1.25)}@media (width>=768px) and (width<=1350px),(width>=768px) and (height<=880px){#hero{height:auto;min-height:clamp(600px,100vh,1012px)}.hero-left{padding:calc(var(--nav-h) + 1rem) 2rem 1.5rem}.hero-content h1{margin-bottom:.75rem}.hero-subtitle{margin-bottom:1.25rem}.hero-stats{margin-bottom:1.5rem;padding-bottom:1.25rem}}@media (width<=767px){#hero{grid-template-columns:1fr}.hero-left{padding:calc(var(--nav-h) + 2rem) 1.5rem 2.5rem}.hero-carousel{display:none}}.split-hero{grid-template-columns:1fr 2fr;height:clamp(704px,93vh,1012px);display:grid}.split-hero-left{background:var(--navy);padding:calc(var(--nav-h) + 2rem) 2.5rem 2rem;align-items:center;display:flex;position:relative;overflow:hidden}.split-hero-left:before{content:"";background:radial-gradient(at 80% 40%,#2535a099 0%,#0000 60%),radial-gradient(at 20% 80%,#131c5a80 0%,#0000 55%);position:absolute;inset:0}.split-hero-content{z-index:1;max-width:480px;position:relative}.split-hero-content h1{font-family:var(--font-serif);color:var(--white);margin-bottom:1.5rem;font-size:clamp(2.2rem,5vw,4rem);font-weight:400;line-height:1.1}.split-hero-image{position:relative;overflow:hidden}.split-hero-image img{object-fit:cover;width:100%;height:100%;display:block}@media (width<=900px){.split-hero{grid-template-columns:1fr}.split-hero-left{padding:calc(var(--nav-h) + 3rem) 1.5rem 3rem}.split-hero-image{min-height:55vw}}.hero-eyebrow{color:#ffffff8c;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.75rem;font-weight:700}.hero-content h1{font-family:var(--font-serif);color:var(--white);margin-bottom:1.5rem;font-size:clamp(2.5rem,5.5vw,4.5rem);font-weight:400;line-height:1.08}.hero-subtitle{color:#ffffffb8;max-width:560px;margin-bottom:3rem;font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.7}.hero-stats{border-bottom:1px solid #ffffff26;align-items:center;gap:2.5rem;margin-bottom:3.5rem;padding-bottom:3rem;display:flex}.hero-stat{flex-direction:column;gap:.3rem;display:flex}.stat-number{font-family:var(--font-serif);color:var(--white);font-size:1.75rem;line-height:1}.stat-label{color:#ffffff80;letter-spacing:.03em;font-size:.78rem}.hero-stat-divider{background:#fff3;width:1px;height:40px}.audience-tabs{flex-wrap:wrap;gap:.5rem;display:flex}.audience-tab{color:#ffffffb3;cursor:pointer;font-size:.85rem;font-weight:500;font-family:var(--font-sans);background:#ffffff14;border:1px solid #fff3;border-radius:100px;padding:.6rem 1.4rem;transition:background .15s,color .15s,border-color .15s}.audience-tab:hover{color:var(--white);background:#ffffff24}.audience-tab.active{background:var(--white);border-color:var(--white);color:var(--navy);font-weight:600}.audience-panel{display:none}.audience-panel.active{display:block}.content-row{width:100%}.bg-off-white{background:var(--off-white)}.bg-white{background:var(--white)}.content-row-inner{max-width:var(--max-w);grid-template-columns:1fr 1fr;align-items:center;gap:5rem;margin:0 auto;padding:5.5rem 2rem;display:grid}.content-row-inner.reverse{direction:rtl}.content-row-inner.reverse>*{direction:ltr}.section-label{letter-spacing:.14em;text-transform:uppercase;color:var(--navy);margin-bottom:1rem;font-size:.72rem;font-weight:700;display:block}.section-text h2{font-family:var(--font-serif);color:var(--text);margin-bottom:1.25rem;font-size:clamp(1.5rem,2.5vw,2.1rem);font-weight:400;line-height:1.25}.section-text p{color:var(--text-light);margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.text-link{color:var(--navy);letter-spacing:.02em;font-size:.9rem;font-weight:600;transition:opacity .15s}.text-link:hover{opacity:.7}.placeholder-image{aspect-ratio:4/3;object-fit:cover;background:linear-gradient(135deg,#c8cfe8 0%,#8898d4 50%,#6070b8 100%);border-radius:4px;width:100%}@media (width<=768px){.content-row-inner{grid-template-columns:1fr;gap:2.5rem;padding:4rem 1.5rem}.content-row-inner.reverse{direction:ltr}}#philosophy{background:var(--navy);padding:7rem 2rem;position:relative;overflow:hidden}#philosophy:before{content:"";background:radial-gradient(at 80%,#2535a080 0%,#0000 65%);position:absolute;inset:0}.philosophy-inner{z-index:1;max-width:900px;margin:0 auto;position:relative}.section-label.light{color:#ffffff80}.philosophy-inner h2{font-family:var(--font-serif);color:var(--white);max-width:680px;margin-bottom:2.5rem;font-size:clamp(1.8rem,3.5vw,2.75rem);font-weight:400;line-height:1.2}.philosophy-columns{grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.philosophy-columns p{color:#ffffffad;font-size:1.02rem;line-height:1.82}.btn-outline-light{color:var(--white);object-fit:cover;letter-spacing:.02em;border:1px solid #fff6;border-radius:4px;padding:.75rem 1.75rem;font-size:.9rem;font-weight:500;transition:border-color .15s,background .15s;display:inline-block}.btn-outline-light:hover{border-color:var(--white);background:#ffffff14}@media (width<=640px){.philosophy-columns{grid-template-columns:1fr;gap:1.5rem}}#approach{background:var(--white);padding:7rem 2rem}.section-header.centered{text-align:center;max-width:680px;margin:0 auto 4rem}.section-header.centered h2{font-family:var(--font-serif);color:var(--text);margin-bottom:1rem;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:400;line-height:1.2}.section-intro{color:var(--text-light);font-size:1rem;line-height:1.75}.pillars-grid{background:var(--gray-light);max-width:var(--max-w);border:1px solid var(--gray-light);grid-template-columns:repeat(4,1fr);gap:1px;margin:0 auto;display:grid}.pillar{background:var(--white);padding:2.25rem 1.75rem;transition:background .15s}.pillar:hover{background:var(--off-white)}.pillar-icon{color:var(--navy);opacity:.6;margin-bottom:1rem;font-size:1.1rem}.pillar h3{font-family:var(--font-serif);color:var(--text);margin-bottom:.6rem;font-size:1rem;font-weight:400;line-height:1.3}.pillar p{color:var(--text-light);font-size:.87rem;line-height:1.65}@media (width<=900px){.pillars-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.pillars-grid{grid-template-columns:1fr}}#insights{background:var(--off-white);padding:7rem 2rem}#insights .section-header.centered{margin-bottom:3.5rem}.stories-grid{max-width:var(--max-w);grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:0 auto;display:grid}.story-card{background:var(--white);object-fit:cover;border-radius:4px;transition:box-shadow .2s;overflow:hidden}.story-card:hover{box-shadow:0 8px 30px #00000014}.story-image{aspect-ratio:16/9;object-fit:cover;background:linear-gradient(135deg,#c8cfe8 0%,#8898d4 50%,#6070b8 100%);width:100%}.story-content{padding:1.75rem}.story-content h3{font-family:var(--font-serif);color:var(--text);margin-bottom:.75rem;font-size:1.1rem;font-weight:400;line-height:1.35}.story-content p{color:var(--text-light);font-size:.9rem;line-height:1.7}@media (width<=640px){.stories-grid{grid-template-columns:1fr}}#cta{background:var(--navy);padding:7rem 2rem;position:relative;overflow:hidden}#cta:before{content:"";background:radial-gradient(at 30%,#2535a099 0%,#0000 65%);position:absolute;inset:0}.cta-inner{z-index:1;text-align:center;max-width:640px;margin:0 auto;position:relative}.cta-inner h2{font-family:var(--font-serif);color:var(--white);margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:400}.cta-inner p{color:#ffffffad;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.btn-primary-light{background:var(--white);color:var(--navy);object-fit:cover;letter-spacing:.02em;border-radius:4px;padding:.85rem 2.25rem;font-size:.95rem;font-weight:600;transition:background .15s,color .15s;display:inline-block}.btn-primary-light:hover{background:var(--off-white)}#footer{color:#ffffff8c;background:#0f1540}.footer-inner{max-width:var(--max-w);grid-template-columns:280px 1fr;gap:4rem;margin:0 auto;padding:5rem 2rem 3rem;display:grid}.footer-logo{font-family:var(--font-serif);color:var(--white);margin-bottom:.75rem;font-size:1.1rem;display:block}.footer-brand p{margin-bottom:1.5rem;font-size:.85rem;line-height:1.7}.footer-social a{color:#fff9;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.85rem;font-weight:700;transition:border-color .15s,color .15s;display:inline-flex}.footer-social a:hover{color:var(--white);border-color:#fff9}.footer-links{grid-template-columns:repeat(5,1fr);gap:2rem;display:grid}.footer-col h4{letter-spacing:.12em;text-transform:uppercase;color:#ffffff59;margin-bottom:1.25rem;font-size:.72rem;font-weight:700}.footer-col a{color:#ffffff8c;margin-bottom:.6rem;font-size:.85rem;transition:color .15s;display:block}.footer-col a:hover{color:var(--white)}.footer-bottom{max-width:var(--max-w);border-top:1px solid #ffffff14;flex-wrap:wrap;gap:2rem;margin:0 auto;padding:1.5rem 2rem;display:flex}.footer-bottom p{color:#ffffff4d;font-size:.78rem}@media (width<=1024px){.footer-inner{grid-template-columns:1fr;gap:2.5rem}.footer-links{grid-template-columns:repeat(3,1fr)}}@media (width<=600px){.footer-links{grid-template-columns:repeat(2,1fr)}.footer-bottom{flex-direction:column;gap:.5rem}}.about-hero{background:var(--navy);height:clamp(704px,93vh,1012px);padding:calc(var(--nav-h) + 2rem) 2rem 2rem;align-items:center;display:flex;position:relative;overflow:hidden}.about-hero:before{content:"";background:radial-gradient(at 75% 40%,#2535a099 0%,#0000 60%);position:absolute;inset:0}.about-hero-inner{z-index:1;max-width:640px;position:relative}.about-hero h1{font-family:var(--font-serif);color:var(--white);margin-bottom:1.5rem;font-size:clamp(2.2rem,5vw,4rem);font-weight:400;line-height:1.1}.about-hero-subtitle{color:#ffffffb3;max-width:560px;font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.7}.about-mission{background:var(--off-white);padding:7rem 2rem}.about-mission-inner{max-width:var(--max-w);grid-template-columns:1fr 1fr;align-items:start;gap:6rem;margin:0 auto;display:grid}.about-pull-quote blockquote{font-family:var(--font-serif);color:var(--navy);border-left:3px solid var(--navy);margin:0;padding-left:1.75rem;font-size:clamp(1.2rem,2vw,1.55rem);font-weight:400;line-height:1.5}.about-story .section-label{margin-bottom:1rem}.about-story h2{font-family:var(--font-serif);color:var(--text);margin-bottom:1.5rem;font-size:clamp(1.4rem,2.2vw,1.9rem);font-weight:400;line-height:1.25}.about-story p{color:var(--text-light);margin-bottom:1.25rem;font-size:1rem;line-height:1.8}@media (width<=768px){.about-mission-inner{grid-template-columns:1fr;gap:3rem}}.about-values{background:var(--white);padding:7rem 2rem}.about-values-inner{max-width:var(--max-w);margin:0 auto}.values-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3.5rem;display:grid}.value-card{background:var(--off-white);object-fit:cover;border-top:3px solid var(--navy);border-radius:4px;padding:2.25rem 2rem}.value-icon{color:var(--navy);opacity:.7;margin-bottom:1.1rem;font-size:1.2rem}.value-card h3{font-family:var(--font-serif);color:var(--text);margin-bottom:.85rem;font-size:1.15rem;font-weight:400;line-height:1.3}.value-card p{color:var(--text-light);font-size:.92rem;line-height:1.75}@media (width<=768px){.values-grid{grid-template-columns:1fr;gap:1.25rem}}.about-team{background:var(--off-white);padding:7rem 2rem}.about-team-inner{max-width:var(--max-w);margin:0 auto}.team-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3.5rem;display:grid}.team-card{background:var(--white);object-fit:cover;border-radius:4px;overflow:hidden}.team-avatar{aspect-ratio:1;width:100%;max-height:260px}.team-avatar-1{background:linear-gradient(135deg,#8898d4 0%,#1b2774 100%)}.team-avatar-2{background:linear-gradient(135deg,#6070b8 0%,#2535a0 100%)}.team-avatar-3{background:linear-gradient(135deg,#a0aad8 0%,#131c5a 100%)}.team-info{padding:1.75rem}.team-info h3{font-family:var(--font-serif);color:var(--text);margin-bottom:.25rem;font-size:1.1rem;font-weight:400}.team-title{letter-spacing:.08em;text-transform:uppercase;color:var(--navy);font-size:.8rem;font-weight:700;margin-bottom:.85rem!important}.team-bio{color:var(--text-light)!important;font-size:.88rem!important;line-height:1.7!important}@media (width<=900px){.team-grid{grid-template-columns:1fr;max-width:440px}}.about-founding{background:var(--white);padding:7rem 2rem}.about-founding-inner{max-width:var(--max-w);margin:0 auto}.founding-body{grid-template-columns:1fr 1fr;align-items:stretch;gap:4rem;margin-top:3rem;display:grid}.founding-text{flex-direction:column;gap:1.25rem;display:flex}.founding-text p{color:var(--text-light);font-size:1rem;line-height:1.85}.founding-image{border-radius:4px;min-height:400px;overflow:hidden}.founding-image img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}@media (width<=900px){.founding-body{grid-template-columns:1fr}.founding-image{min-height:55vw}}.about-values-practice{background:var(--off-white);padding:7rem 2rem}.about-values-practice-inner{max-width:var(--max-w);margin:0 auto}.practice-grid{grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:3.5rem;display:grid}.practice-card{background:var(--white);border-radius:4px;padding:2rem 2.25rem}.practice-card h3{font-family:var(--font-serif);color:var(--text);margin-bottom:.85rem;font-size:1.15rem;font-weight:400;line-height:1.3}.practice-card p{color:var(--text-light);font-size:.95rem;line-height:1.8}@media (width<=900px){.practice-grid{grid-template-columns:1fr}}.section-padded{padding:7rem 2rem}.section-padded .section-header.centered{margin-bottom:3.5rem}.posts-section{padding:5rem 2rem 7rem}.posts-section-inner{max-width:var(--max-w);margin:0 auto}.posts-filter{margin-bottom:2.5rem}.posts-filter-label{letter-spacing:.1em;text-transform:uppercase;color:var(--navy);border-bottom:2px solid var(--navy);padding-bottom:.25rem;font-size:.8rem;font-weight:700}.posts-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.post-card{background:var(--white);object-fit:cover;border-radius:4px;flex-direction:column;transition:box-shadow .2s;display:flex;overflow:hidden}.post-card:hover{box-shadow:0 8px 30px #00000014}.post-card--linked{cursor:pointer}.post-image{aspect-ratio:16/9;background:linear-gradient(135deg,#c8cfe8 0%,#8898d4 50%,#6070b8 100%);width:100%}.post-image-2{background:linear-gradient(135deg,#b8c4e0 0%,#7080c8 50%,#5060a8 100%)}.post-image-3{background:linear-gradient(135deg,#d0d8ee 0%,#9aabdc 50%,#7090c4 100%)}.post-image-4{background:linear-gradient(135deg,#a8b8d8 0%,#6878b8 50%,#4858a0 100%)}.post-image-5{background:linear-gradient(135deg,#c0cce8 0%,#8090cc 50%,#5868b4 100%)}.post-image-6{background:linear-gradient(135deg,#b0bedd 0%,#7484c4 50%,#4a5aac 100%)}.post-body{flex-direction:column;flex:1;gap:.6rem;padding:1.5rem;display:flex}.post-category{letter-spacing:.1em;text-transform:uppercase;color:var(--navy);font-size:.72rem;font-weight:700}.post-title{font-family:var(--font-serif);color:var(--text);font-size:1.05rem;font-weight:400;line-height:1.35}.post-excerpt{color:var(--text-light);flex:1;font-size:.88rem;line-height:1.7}.post-date{color:var(--gray-mid);font-size:.78rem}img.post-image{object-fit:cover;display:block}.post-card-footer{justify-content:space-between;align-items:center;margin-top:auto;padding-top:.25rem;display:flex}@media (width<=900px){.posts-grid{grid-template-columns:repeat(2,1fr)}}.article-body{background:var(--off-white);padding:5rem 2rem 7rem}.article-container{flex-direction:column;gap:1.5rem;max-width:780px;margin:0 auto;display:flex}.article-container h2{font-family:var(--font-serif);color:var(--text);margin-top:1rem;font-size:clamp(1.3rem,2.5vw,1.75rem);font-weight:400;line-height:1.2}.article-container p{color:var(--text-light);font-size:1rem;line-height:1.85}.article-lead{border-left:3px solid var(--navy);padding-left:1.25rem;font-weight:500;color:var(--text)!important;font-size:1.15rem!important;line-height:1.7!important}.article-exhibit{flex-direction:column;gap:.75rem;margin:1rem 0;display:flex}.article-exhibit img{border-radius:4px;width:100%;display:block}.article-exhibit figcaption{color:var(--text-light);font-size:.82rem;line-height:1.5}.article-footer{border-top:1px solid var(--border);margin-top:1rem;padding-top:2rem}.article-list{flex-direction:column;gap:.75rem;padding-left:0;list-style:none;display:flex}.article-list li{color:var(--text-light);padding-left:1.25rem;font-size:1rem;line-height:1.85;position:relative}.article-list li:before{content:"–";color:var(--navy);position:absolute;left:0}@media (width<=580px){.posts-grid{grid-template-columns:1fr}}.news-list{flex-direction:column;gap:0;max-width:800px;display:flex}.news-item{border-bottom:1px solid var(--gray-light);padding:2.5rem 0}.news-item:first-child{border-top:1px solid var(--gray-light)}.news-meta{align-items:center;gap:1.25rem;margin-bottom:.75rem;display:flex}.news-title{font-family:var(--font-serif);color:var(--text);margin-bottom:.75rem;font-size:1.25rem;font-weight:400;line-height:1.3}.news-body{color:var(--text-light);font-size:.95rem;line-height:1.75}.legal-section{padding:5rem 2rem 7rem}.legal-inner{max-width:800px;margin:0 auto}.legal-intro{margin-bottom:3.5rem}.legal-intro h2{font-family:var(--font-serif);color:var(--text);margin-bottom:1rem;font-size:1.6rem;font-weight:400}.legal-intro p{color:var(--text-light);margin-bottom:1rem;font-size:1rem;line-height:1.8}.adv-parts{flex-direction:column;gap:0;display:flex}.adv-part{border-bottom:1px solid var(--gray-light);padding:2.25rem 0}.adv-part:first-child{border-top:1px solid var(--gray-light)}.adv-part-header{align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.adv-part-icon{color:var(--navy);opacity:.7;flex:1;margin-top:.2rem;font-size:1rem}.adv-part h3{font-family:var(--font-serif);color:var(--text);margin-bottom:.2rem;font-size:1.1rem;font-weight:400}.adv-part-subtitle{color:var(--text-light);font-size:.82rem}.adv-part p{color:var(--text-light);margin-bottom:.85rem;font-size:.95rem;line-height:1.75}.legal-note{background:var(--white);object-fit:cover;border-left:3px solid var(--navy);border-radius:4px;margin-top:2.5rem;padding:1.5rem}.legal-note p{color:var(--text-light);font-size:.95rem;line-height:1.7}.legal-updated{color:var(--gray-mid);margin-bottom:3rem;font-size:.82rem}.legal-block{margin-bottom:2.5rem}.legal-block h2{font-family:var(--font-serif);color:var(--text);margin-bottom:.85rem;font-size:1.25rem;font-weight:400}.legal-block p{color:var(--text-light);margin-bottom:.85rem;font-size:.95rem;line-height:1.8}.legal-list{flex-direction:column;gap:.6rem;margin:.75rem 0 .85rem;list-style:none;display:flex}.legal-list li{color:var(--text-light);padding-left:1.25rem;font-size:.95rem;line-height:1.7;position:relative}.legal-list li:before{content:"—";color:var(--navy);opacity:.5;position:absolute;left:0}.contact-section{padding:5rem 2rem 7rem}.contact-inner{max-width:var(--max-w);grid-template-columns:1fr 380px;align-items:start;gap:6rem;margin:0 auto;display:grid}.contact-form-col h2{font-family:var(--font-serif);color:var(--text);margin-bottom:.75rem;font-size:1.8rem;font-weight:400}.contact-intro{color:var(--text-light);margin-bottom:2rem;font-size:1rem;line-height:1.7}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--text);letter-spacing:.01em;font-size:.85rem;font-weight:600}.form-optional{color:var(--text-light);font-weight:400}.form-group input,.form-group select,.form-group textarea{font-family:var(--font-sans);color:var(--text);background:var(--white);border:1px solid var(--gray-light);object-fit:cover;border-radius:4px;outline:none;width:100%;padding:.65rem .85rem;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--navy);box-shadow:0 0 0 3px #1b27741a}.form-group textarea{resize:vertical;min-height:120px}.form-submit{background:var(--navy);color:var(--white);font-family:var(--font-sans);object-fit:cover;cursor:pointer;letter-spacing:.02em;border:none;border-radius:4px;align-self:flex-start;padding:.75rem 2rem;font-size:.95rem;font-weight:600;transition:background .15s}.form-submit:hover{background:var(--navy-dark)}.form-disclaimer{color:var(--text-light);margin-top:-.25rem;font-size:.78rem;line-height:1.6}.contact-feedback{border-radius:6px;padding:.85rem 1rem;font-size:.95rem;line-height:1.5}.contact-feedback--success{color:#166534;background:#ecfdf5;border:1px solid #bbf7d0}.contact-feedback--error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.contact-info-col{flex-direction:column;gap:2rem;padding-top:4.5rem;display:flex}.contact-info-block h3{letter-spacing:.12em;text-transform:uppercase;color:var(--navy);margin-bottom:.5rem;font-size:.72rem;font-weight:700}.contact-info-block p{color:var(--text-light);font-size:.95rem;line-height:1.7}@media (width<=900px){.contact-inner{grid-template-columns:1fr;gap:3rem}.contact-info-col{padding-top:0}.form-row{grid-template-columns:1fr}}
