:root{--black:#0a0a0a;--navy:#0a1628;--navy-mid:#111d33;--gold:#c9a84c;--gold-light:#e4cc7a;--gold-dim:rgba(201,168,76,.15);--white:#fff;--cream:#faf7f2;--grey:#f5f5f5;--text:#1a1a1a;--text-mid:#3d4551;--text-light:#6b7280;--border:#e5e1d8;--fd:"Playfair Display",Georgia,serif;--fb:"Source Sans 3",system-ui,sans-serif;--fh:"Bebas Neue","Arial Narrow",sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--fb);color:var(--text);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;background:none}button,input,select,textarea{border:none;font-family:inherit}input,select,textarea{font-size:inherit;outline:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.site-header{background:var(--white);border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-top{background:var(--white);border-bottom:1px solid #e5e5e5;padding:20px 40px;display:flex;align-items:center;justify-content:center}.site-nav{background:var(--black);position:relative}.nav-inner{height:44px;padding:0 24px;gap:0}.nav-inner,.nav-links{display:flex;align-items:center;justify-content:center}.nav-links{list-style:none}.nav-links a{display:block;padding:0 13px;height:44px;line-height:44px;font-family:var(--fb);font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:hsla(0,0%,100%,.78);white-space:nowrap;transition:color .2s}.nav-links a.active,.nav-links a:hover{color:var(--gold)}.nav-cta{margin-left:28px;flex-shrink:0}.nav-cta a{display:block;padding:0 18px;height:32px;line-height:32px;background:var(--gold);color:var(--black);font-family:var(--fb);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:2px;transition:background .2s;white-space:nowrap}.nav-cta a:hover{background:var(--gold-light)}.nav-hamburger{display:none;flex-direction:column;gap:5px;padding:10px;margin-left:auto}.nav-hamburger span{display:block;width:22px;height:2px;background:var(--white);transition:all .25s}.mobile-nav{display:none;background:var(--black);padding:12px 0 24px;border-top:1px solid hsla(0,0%,100%,.08)}.mobile-nav.open{display:block}.mobile-nav a{display:block;padding:10px 24px;font-family:var(--fb);font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:hsla(0,0%,100%,.8)}.mobile-nav a:hover{color:var(--gold)}.mobile-nav .mobile-cta{margin:16px 24px 0;display:inline-block;padding:10px 20px;background:var(--gold);color:var(--black);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:2px}.site-footer{background:var(--black);color:hsla(0,0%,100%,.7);padding:60px 0 0}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;grid-gap:48px;gap:48px;padding-bottom:48px;border-bottom:1px solid hsla(0,0%,100%,.08)}.footer-brand p{font-size:14px;line-height:1.75;color:hsla(0,0%,100%,.5);max-width:280px}.footer-socials{display:flex;gap:12px;margin-top:24px}.footer-social{width:40px;height:40px;border:1px solid hsla(0,0%,100%,.18);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s}.footer-social:hover{border-color:var(--gold);background:rgba(201,168,76,.1)}.footer-social svg{width:18px;height:18px;fill:hsla(0,0%,100%,.85);transition:fill .2s}.footer-social:hover svg{fill:var(--gold)}.footer-col h4{font-family:var(--fb);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:20px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col ul a{font-size:14px;color:hsla(0,0%,100%,.55);transition:color .2s}.footer-col ul a:hover{color:var(--white)}.footer-bottom{padding:20px 0;display:flex;align-items:center;justify-content:space-between;font-size:13px;color:hsla(0,0%,100%,.3);flex-wrap:wrap;gap:8px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px 32px;gap:40px 32px}.article-card{display:flex;flex-direction:column}.article-card-img{aspect-ratio:16/10;background:var(--grey);overflow:hidden;margin-bottom:16px}.article-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.article-card:hover .article-card-img img{transform:scale(1.04)}.article-card-img-placeholder{width:100%;height:100%;background:#ebebeb}.article-card-category{font-family:var(--fb);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:8px}.article-card-title{font-family:var(--fd);font-size:18px;font-weight:700;line-height:1.35;color:var(--black);margin-bottom:10px;transition:color .2s}.article-card:hover .article-card-title{color:var(--navy)}.article-card-excerpt{font-size:14px;color:var(--text-mid);line-height:1.65;flex:1 1;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-card-meta{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-light);flex-wrap:wrap}.article-card-meta-dot{color:var(--border)}.home-page{padding-bottom:80px;padding-top:48px}.lead-story{margin-bottom:56px}.lead-story-hero{width:100%;height:480px;overflow:hidden;background:var(--grey);display:block;border-radius:2px}.lead-story-hero img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.lead-story-hero:hover img{transform:scale(1.02)}.lead-story-img-placeholder{width:100%;height:100%;background:var(--grey)}.lead-story-body{padding:40px 0 48px;border-bottom:1px solid var(--border);max-width:820px}.lead-story-category{font-family:var(--fb);font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:16px}.lead-story-title{font-family:var(--fd);font-size:40px;font-weight:900;line-height:1.12;color:var(--black);margin-bottom:20px;max-width:760px}.lead-story-excerpt{font-size:18px;color:var(--text-mid);line-height:1.65;margin-bottom:20px;max-width:680px}.lead-story-meta{font-size:13px;color:var(--text-light);display:flex;align-items:center;gap:6px;margin-bottom:24px;flex-wrap:wrap}.lead-story-read-more{display:inline-flex;align-items:center;gap:6px;font-family:var(--fb);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--navy);border-bottom:2px solid var(--gold);padding-bottom:2px;transition:color .2s;width:-moz-fit-content;width:fit-content}.lead-story-read-more:hover{color:var(--gold)}.home-section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid var(--border)}.home-section-title{font-family:var(--fd);font-size:28px;font-weight:800;color:var(--black);margin-bottom:4px}.home-section-sub{font-size:15px;color:var(--text-light)}.home-section-link{font-family:var(--fb);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--navy);border-bottom:2px solid var(--gold);padding-bottom:2px;transition:color .2s;white-space:nowrap;flex-shrink:0}.home-section-link:hover{color:var(--gold)}.home-editions,.home-videos{padding:64px 0}.home-videos{background:var(--grey)}.home-divider{height:1px;background:var(--border)}.home-corporate{background:var(--navy);padding:80px 0;text-align:center}.home-corporate-label{font-family:var(--fh);font-size:12px;letter-spacing:.2em;color:var(--gold);margin-bottom:20px}.home-corporate-heading{font-family:var(--fd);font-size:36px;font-weight:800;color:var(--white);max-width:640px;margin:0 auto 52px;line-height:1.25}.home-corporate-stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid hsla(0,0%,100%,.07);border-bottom:1px solid hsla(0,0%,100%,.07);padding:36px 0;margin-bottom:48px}.home-corporate-stat{text-align:center;border-right:1px solid hsla(0,0%,100%,.07);padding:0 24px}.home-corporate-stat:last-child{border-right:none}.home-corporate-stat-number{font-family:var(--fh);font-size:40px;letter-spacing:.04em;color:var(--gold);display:block;margin-bottom:6px}.home-corporate-stat-label{font-size:13px;color:hsla(0,0%,100%,.45);line-height:1.4}.home-corporate-cta{display:inline-flex;align-items:center;gap:8px;padding:14px 36px;background:var(--gold);color:var(--black);font-family:var(--fb);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border-radius:2px;transition:background .2s}.home-corporate-cta:hover{background:var(--gold-light)}.newsletter-strip{background:var(--navy);padding:52px 0;margin:56px 0}.newsletter-inner{display:flex;align-items:center;gap:48px}.newsletter-copy{flex:1 1}.newsletter-copy h3{font-family:var(--fd);font-size:26px;font-weight:700;color:var(--white);margin-bottom:8px}.newsletter-copy p{font-size:15px;color:hsla(0,0%,100%,.6)}.newsletter-form-wrap{display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0}.newsletter-form{display:flex;gap:0}.newsletter-input{padding:0 20px;height:48px;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.14);border-right:none;color:var(--white);font-size:14px;width:280px;border-radius:2px 0 0 2px}.newsletter-input::placeholder{color:hsla(0,0%,100%,.35)}.newsletter-input:focus{background:hsla(0,0%,100%,.11);outline:none}.newsletter-btn{height:48px;padding:0 28px;background:var(--gold);color:var(--black);font-family:var(--fb);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:0 2px 2px 0;transition:background .2s;white-space:nowrap}.newsletter-btn:hover{background:var(--gold-light)}.newsletter-success{font-size:15px;color:var(--gold-light);font-weight:600;padding:14px 0}.section-page{padding-bottom:80px}.section-header{padding:56px 0 40px;border-bottom:1px solid var(--border);margin-bottom:56px}.section-header-label{font-family:var(--fh);font-size:13px;letter-spacing:.2em;color:var(--gold);margin-bottom:10px}.section-header h1{font-family:var(--fd);font-size:40px;font-weight:800;color:var(--black);margin-bottom:12px}.section-header p{font-size:16px;color:var(--text-mid);max-width:560px}.section-empty{padding:80px 0;text-align:center}.section-empty h3{font-family:var(--fd);font-size:22px;color:var(--text-mid);margin-bottom:10px}.section-empty p{font-size:15px;color:var(--text-light)}.briefs-list{display:flex;flex-direction:column}.brief-item{display:grid;grid-template-columns:110px 1fr;grid-gap:24px;gap:24px;padding:24px 0;border-bottom:1px solid var(--border);text-decoration:none}.brief-item-date{font-family:var(--fb);font-size:12px;color:var(--text-light);padding-top:4px}.brief-item-category{font-family:var(--fb);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:6px}.brief-item-title{font-family:var(--fd);font-size:20px;font-weight:700;color:var(--black);margin-bottom:8px;line-height:1.3;transition:color .2s}.brief-item:hover .brief-item-title{color:var(--navy)}.brief-item-excerpt{font-size:14px;color:var(--text-mid);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-page{padding-bottom:80px}.article-hero{width:100%;max-width:1200px;margin:24px auto 0;max-height:480px;overflow:hidden;background:var(--grey)}.article-hero img{width:100%;height:100%;max-height:480px;object-fit:cover}.article-hero-placeholder{width:100%;height:320px;background:#ebebeb}.article-header{max-width:800px;margin:48px auto 0;padding:0 24px}.article-header-category{font-family:var(--fb);font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:16px}.article-title{font-family:var(--fd);font-size:38px;font-weight:800;line-height:1.25;color:var(--black);margin-bottom:24px}.article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:14px;color:var(--text-light);padding-bottom:32px;border-bottom:2px solid var(--border)}.article-meta-author{font-weight:600;color:var(--text-mid)}.article-meta-dot{color:var(--border)}.article-read-time{letter-spacing:.06em}.article-read-time,.long-read-badge{font-family:var(--fh);font-size:13px;color:var(--gold)}.long-read-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;background:var(--navy);letter-spacing:.08em;border-radius:2px;margin-bottom:8px}.article-body{max-width:800px;margin:40px auto 0;padding:0 24px}.article-body p{font-size:17px;line-height:1.82;color:var(--text);margin-bottom:28px}.article-body p.drop-cap:first-letter{font-family:var(--fd);font-size:72px;font-weight:900;line-height:.78;float:left;margin:6px 14px 0 0;color:var(--navy)}.article-body h2{font-family:var(--fd);font-size:26px;font-weight:800;color:var(--black);margin:52px 0 20px;line-height:1.3}.article-body h3{font-family:var(--fd);font-size:20px;font-weight:700;color:var(--navy);margin:40px 0 16px}.article-pull-quote{border-left:4px solid var(--gold);margin:40px 0;padding:20px 0 20px 28px}.article-pull-quote p{font-family:var(--fd);font-size:20px;font-style:italic;font-weight:600;line-height:1.55;color:var(--navy);margin-bottom:0}.article-stat-band{background:var(--navy);padding:40px 48px;margin:44px 0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;border-radius:2px}.stat-band-item{text-align:center}.stat-band-number{font-family:var(--fh);font-size:44px;letter-spacing:.04em;color:var(--gold);display:block;margin-bottom:8px}.stat-band-label{font-family:var(--fb);font-size:13px;color:hsla(0,0%,100%,.6);line-height:1.45}.article-section-divider{text-align:center;color:var(--gold);font-size:11px;letter-spacing:.5em;margin:52px 0;opacity:.5}.qa-question{font-family:var(--fd);font-size:18px;font-weight:700;color:var(--gold);margin:40px 0 12px}.editions-page{padding:56px 0 80px}.editions-heading{margin-bottom:48px}.editions-heading-label{font-family:var(--fh);font-size:12px;letter-spacing:.2em;color:var(--gold);margin-bottom:10px}.editions-heading h1{font-family:var(--fd);font-size:40px;font-weight:800;color:var(--black);margin-bottom:12px}.editions-heading p{font-size:16px;color:var(--text-mid)}.editions-carousel-wrap{position:relative}.editions-carousel{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.editions-carousel::-webkit-scrollbar{display:none}.edition-card{flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 18px);scroll-snap-align:start;aspect-ratio:3/4;background:var(--navy);border-radius:3px;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.edition-card:hover{transform:translateY(-5px);box-shadow:0 20px 48px rgba(0,0,0,.3)}.edition-card-watermark{font-family:var(--fh);font-size:32px;letter-spacing:.14em;color:rgba(201,168,76,.18);text-align:center;padding:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1.4}.editions-controls{display:flex;gap:12px;margin-top:32px;justify-content:center}.editions-ctrl-btn{width:44px;height:44px;border:2px solid var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s;color:var(--navy);font-size:18px;font-weight:700;background:transparent}.editions-ctrl-btn:hover{background:var(--navy);color:var(--white)}.videos-page{padding:56px 0 80px}.videos-heading{margin-bottom:48px}.videos-heading-label{font-family:var(--fh);font-size:12px;letter-spacing:.2em;color:var(--gold);margin-bottom:10px}.videos-heading h1{font-family:var(--fd);font-size:40px;font-weight:800;color:var(--black);margin-bottom:12px}.videos-heading p{font-size:16px;color:var(--text-mid)}.videos-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px 32px;gap:40px 32px}.video-slot{display:flex;flex-direction:column}.video-embed-wrap{aspect-ratio:16/9;background:var(--black);overflow:hidden;position:relative;border-radius:2px;margin-bottom:16px}.video-embed-wrap iframe{width:100%;height:100%;border:none}.video-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#0d0d0d,#1a1a1a);flex-direction:column;gap:14px}.video-placeholder,.video-placeholder-icon{display:flex;align-items:center;justify-content:center}.video-placeholder-icon{width:52px;height:52px;border:2px solid rgba(201,168,76,.4);border-radius:50%;color:var(--gold);font-size:20px}.video-placeholder-text{font-family:var(--fh);font-size:13px;letter-spacing:.14em;color:hsla(0,0%,100%,.25)}.video-title{font-family:var(--fd);font-size:17px;font-weight:700;color:var(--black);margin-bottom:8px;line-height:1.35}.video-desc{font-size:14px;color:var(--text-mid);line-height:1.6}.about-page{background:var(--navy);color:var(--cream)}.about-hero{padding:80px 0;border-bottom:1px solid rgba(201,168,76,.15)}.about-hero-inner{display:grid;grid-template-columns:1fr 380px;grid-gap:64px;gap:64px;align-items:center}.about-hero-label{font-family:var(--fh);font-size:12px;letter-spacing:.2em;color:var(--gold);margin-bottom:20px}.about-hero h1{font-family:var(--fd);font-size:44px;font-weight:800;color:var(--white);line-height:1.2;margin-bottom:28px}.about-hero p{font-size:17px;line-height:1.78;color:hsla(38,44%,96%,.75)}.about-cover-wrap{position:relative;padding-bottom:24px;padding-right:24px}.about-cover-img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:2px;box-shadow:20px 20px 0 rgba(201,168,76,.15);transform:perspective(900px) rotateY(-5deg) rotateX(2deg)}.about-cover-badge{position:absolute;bottom:0;right:0;background:var(--gold);color:var(--black);font-family:var(--fh);font-size:13px;letter-spacing:.06em;padding:14px 18px;line-height:1.35;text-align:center;font-weight:400}.about-stats{background:var(--black);padding:40px 0}.about-stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.about-stat{padding:20px 32px;border-right:1px solid hsla(0,0%,100%,.07);text-align:center}.about-stat:last-child{border-right:none}.about-stat-number{font-family:var(--fh);font-size:40px;letter-spacing:.04em;color:var(--gold);display:block;margin-bottom:6px}.about-stat-label{font-family:var(--fb);font-size:13px;color:hsla(0,0%,100%,.45);line-height:1.4}.about-engine{padding:80px 0}.about-engine-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:start}.about-engine-left h2{font-family:var(--fd);font-size:36px;font-weight:800;color:var(--white);line-height:1.25;margin-bottom:24px}.about-engine-left p{font-size:16px;line-height:1.8;color:hsla(38,44%,96%,.7)}.about-pillars{display:flex;flex-direction:column;gap:32px}.about-pillar{display:flex;gap:20px;align-items:flex-start}.about-pillar-num{font-family:var(--fh);font-size:52px;line-height:1;color:rgba(201,168,76,.25);flex-shrink:0;width:56px;margin-top:-6px}.about-pillar-body h4{font-family:var(--fd);font-size:18px;font-weight:700;color:var(--white);margin-bottom:8px}.about-pillar-body p{font-size:14px;color:hsla(38,44%,96%,.6);line-height:1.65}.services-page{background:var(--navy);min-height:100vh;padding:80px 0}.services-header{text-align:center;margin-bottom:60px}.services-header-label{font-family:var(--fh);font-size:12px;letter-spacing:.2em;color:var(--gold);margin-bottom:16px}.services-header h1{font-family:var(--fd);font-size:44px;font-weight:800;color:var(--white);margin-bottom:16px}.services-header p{font-size:17px;color:hsla(38,44%,96%,.65);max-width:560px;margin:0 auto;line-height:1.7}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.service-card{background:hsla(0,0%,100%,.035);border:1px solid rgba(201,168,76,.12);border-top:3px solid transparent;padding:40px 32px 36px;border-radius:2px;transition:border-top-color .3s ease,background .3s}.service-card:hover{border-top-color:var(--gold);background:hsla(0,0%,100%,.055)}.service-card-num{font-family:var(--fh);font-size:68px;line-height:1;color:rgba(201,168,76,.18);margin-bottom:20px}.service-card h3{font-family:var(--fd);font-size:22px;font-weight:700;color:var(--white);margin-bottom:16px}.service-card-desc{font-size:15px;color:hsla(38,44%,96%,.6);line-height:1.72;margin-bottom:24px}.service-card-features{list-style:none;display:flex;flex-direction:column;gap:10px}.service-card-features li{font-size:14px;color:hsla(38,44%,96%,.55);padding-left:18px;position:relative;line-height:1.5}.service-card-features li:before{content:"—";position:absolute;left:0;color:var(--gold);font-weight:700}.contact-page{background:var(--navy);min-height:100vh;padding:80px 0}.contact-header{text-align:center;margin-bottom:60px}.contact-header-label{font-family:var(--fh);font-size:12px;letter-spacing:.2em;color:var(--gold);margin-bottom:16px}.contact-header h1{font-family:var(--fd);font-size:44px;font-weight:800;color:var(--white);margin-bottom:12px}.contact-header p{font-size:16px;color:hsla(38,44%,96%,.6)}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:64px;gap:64px;align-items:start}.contact-info h3{font-family:var(--fd);font-size:22px;font-weight:700;color:var(--white);margin-bottom:32px}.contact-detail{display:flex;flex-direction:column;gap:24px}.contact-detail-item{display:flex;gap:16px;align-items:flex-start}.contact-detail-icon{width:36px;height:36px;border:1px solid rgba(201,168,76,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;color:var(--gold);margin-top:2px}.contact-detail-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:4px}.contact-detail-value{font-size:15px;color:hsla(38,44%,96%,.7);line-height:1.55}.contact-detail-value a{color:hsla(38,44%,96%,.7);transition:color .2s}.contact-detail-value a:hover{color:var(--gold)}.inquiry-form{gap:16px}.form-group,.inquiry-form{display:flex;flex-direction:column}.form-group{gap:7px}.form-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsla(38,44%,96%,.45)}.form-input,.form-select,.form-textarea{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.09);color:var(--white);padding:14px 16px;font-size:15px;border-radius:2px;transition:border-color .2s,background .2s;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:rgba(201,168,76,.35);background:hsla(0,0%,100%,.08);outline:none}.form-input::placeholder,.form-textarea::placeholder{color:hsla(0,0%,100%,.22)}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.form-select option{background:var(--navy);color:var(--white)}.form-textarea{min-height:130px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.form-submit{padding:16px 32px;background:var(--gold);color:var(--navy);font-family:var(--fb);font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border-radius:2px;transition:background .2s;align-self:flex-start;margin-top:8px}.form-submit:hover{background:var(--gold-light)}.form-success{padding:20px;background:rgba(201,168,76,.08);border:1px solid rgba(201,168,76,.25);border-radius:2px;color:var(--gold-light);font-size:15px;text-align:center;line-height:1.6}@media (max-width:1024px){.article-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.about-hero-inner{grid-template-columns:1fr}.about-cover-wrap{display:none}.about-engine-inner,.services-grid{grid-template-columns:1fr}.services-grid{gap:20px}.contact-grid{grid-template-columns:1fr;gap:40px}.edition-card{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 12px)}.about-stats-grid,.videos-grid{grid-template-columns:repeat(2,1fr)}.lead-story-title{font-size:36px;max-width:none}.lead-story-hero{height:380px}}@media (max-width:768px){.article-grid,.brief-item,.videos-grid{grid-template-columns:1fr}.brief-item{gap:6px}.nav-cta,.nav-links{display:none}.nav-hamburger{display:flex;position:absolute;right:12px}.header-top{padding:16px 20px;min-height:68px}.lead-story-title{font-size:30px}.lead-story-hero{height:260px}.lead-story-excerpt{font-size:15px}.article-stat-band{grid-template-columns:1fr;padding:24px}.article-title{font-size:26px}.about-hero h1{font-size:32px}.about-stats-grid{grid-template-columns:repeat(2,1fr)}.about-stat{padding:16px}.about-stat-number{font-size:32px}.newsletter-inner{flex-direction:column;gap:24px}.newsletter-form{flex-direction:column;width:100%}.newsletter-input{border-right:1px solid hsla(0,0%,100%,.14);margin-bottom:-1px}.newsletter-btn,.newsletter-input{width:100%;border-radius:2px}.footer-grid{grid-template-columns:1fr}.edition-card{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 0px)}.form-row{grid-template-columns:1fr}.section-header h1{font-size:28px}.contact-header h1,.services-header h1{font-size:32px}.about-engine-left h2{font-size:28px}.home-section-header{flex-direction:column;align-items:flex-start;gap:12px}.home-corporate-stats{grid-template-columns:repeat(2,1fr);gap:0}.home-corporate-stat{border-right:none;border-bottom:1px solid hsla(0,0%,100%,.07);padding:20px}.home-corporate-stat:last-child{border-bottom:none}.home-corporate-heading{font-size:26px}.home-editions,.home-videos{padding:48px 0}}