@font-face{font-family:Manrope;font-style:normal;font-weight:400 800;font-display:swap;src:url('/assets/fonts/manrope-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:Manrope;font-style:normal;font-weight:400 800;font-display:swap;src:url('/assets/fonts/manrope-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
:root{--red:#e60012;--red-dark:#c5000e;--ink:#202231;--body:#535867;--muted:#6b7080;--soft:#f4f5f7;--blue:#f0f6f9;--line:#e0e3e9;--container:1320px;--header-h:112px;--shadow:0 12px 34px #2224350a}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:30px}
body{margin:0;min-width:320px;color:var(--body);background:#fff;font:500 16px/1.75 Manrope,'Segoe UI',sans-serif;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,select{cursor:pointer}
h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink);font-weight:800;letter-spacing:-.035em}h1{font-size:clamp(38px,4vw,58px);line-height:1.12;margin-bottom:24px;text-wrap:balance}h2{font-size:clamp(28px,2.65vw,40px);line-height:1.2;margin-bottom:24px;text-wrap:balance}h3{font-size:20px;line-height:1.4;margin-bottom:12px}p{margin-bottom:22px}p:last-child{margin-bottom:0}
::selection{color:#fff;background:var(--red)}:focus-visible{outline:3px solid #202231;outline-offset:5px}button:active,.button:active{transform:translateY(1px)}
.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;z-index:100;top:12px;left:12px;padding:10px 16px;color:#fff;background:var(--ink);transform:translateY(-200%)}.skip-link:focus{transform:none}
.icon{display:inline-block;width:24px;height:24px;flex:0 0 auto;vertical-align:middle}.eyebrow{margin-bottom:22px;color:var(--red);font-size:12px;line-height:1.4;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.red-rule{display:block;width:50px;height:2px;margin:20px 0 23px;background:var(--red)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;padding:15px 27px;border:1px solid var(--red);border-radius:4px;font-size:13px;font-weight:800;line-height:1.35;text-transform:uppercase;transition:background .18s,color .18s,box-shadow .18s}.button .icon{width:18px;height:18px}.button-primary{background:var(--red);color:#fff}.button-primary:hover{background:var(--red-dark);border-color:var(--red-dark);box-shadow:0 5px 18px #e6001220}.button-secondary{background:#ffffffa6;color:var(--red)}.button-secondary:hover{background:var(--red);color:#fff}
.text-link{display:inline-flex;align-items:center;gap:14px;color:var(--red);font-weight:800;font-size:14px;line-height:1.5;padding:7px 0;border-bottom:1px solid transparent;transition:gap .18s,border-color .18s}.text-link:hover{gap:20px;border-color:currentColor}.text-link .icon{width:19px;height:19px}
/* Navigation follows the supplied desktop reference. */
.site-header{position:relative;z-index:30;background:#fff;border-bottom:1px solid #f1f2f4}.header-inner{min-height:var(--header-h);display:flex;align-items:center;gap:34px}.brand{width:204px;flex:0 0 204px;display:block}.brand img{width:204px;height:auto}
.site-nav{display:flex;align-items:center;gap:36px;margin-left:auto;align-self:stretch}.nav-link,.nav-offer-toggle{display:flex;align-items:center;justify-content:center;position:relative;border:0;background:none;color:var(--ink);padding:0;font-weight:750;font-size:12px;line-height:1.4;text-transform:uppercase;white-space:nowrap}.nav-link{height:100%}
.nav-link::after,.nav-offer-toggle::after{content:'';position:absolute;left:0;right:0;bottom:17px;height:2px;background:var(--red);transform:scaleX(0);transition:transform .18s}.nav-link.is-active,.nav-link:hover,.nav-offer.is-active>.nav-offer-toggle,.nav-offer-toggle:hover{color:var(--red)}.nav-link.is-active::after,.nav-link:hover::after,.nav-offer.is-active>.nav-offer-toggle::after{transform:scaleX(1)}
.nav-offer{height:100%;position:relative;display:flex}.nav-offer-toggle{gap:6px}.nav-offer-toggle .icon{width:15px;height:15px;transition:transform .2s}.nav-offer.open .nav-offer-toggle .icon{transform:rotate(180deg)}.nav-offer-menu{display:none;position:absolute;top:calc(100% - 15px);left:-25px;width:265px;padding:12px;border:1px solid var(--line);border-top:3px solid var(--red);border-radius:0 0 5px 5px;background:#fff;box-shadow:var(--shadow)}.nav-offer.open .nav-offer-menu{display:grid}.nav-offer-menu a{padding:10px 12px;font-size:14px;line-height:1.5;border-radius:3px}.nav-offer-menu a:hover{background:var(--soft);color:var(--red)}
.header-cta{display:flex;align-items:center;gap:10px;padding:14px 17px;border-radius:4px;color:#fff;background:var(--red);font-size:12px;font-weight:800;line-height:1.4;text-transform:uppercase;white-space:nowrap;transition:background .18s}.header-cta:hover{background:var(--red-dark)}.header-cta .icon{width:16px;height:16px}.menu-toggle{display:none}
.mobile-contact-link{display:none}
/* Continuous photo and overlapping bar, as in the supplied composition. */
.home-hero{position:relative;isolation:isolate;min-height:538px;background:var(--blue)}.hero-visual{position:absolute;inset:0;z-index:-2;overflow:hidden}.hero-visual picture,.hero-visual img{width:100%;height:100%;display:block}.hero-visual img{object-fit:cover;object-position:center 43%}.hero-fade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#f2f8fb 0%,#f2f8fbf5 29%,#f2f8fb9c 43%,#f2f8fb0a 62%,transparent 100%)}
.hero-copy{position:relative;padding:104px 0 112px}.hero-copy h1{max-width:670px;font-size:50px;line-height:1.13;margin-bottom:25px;letter-spacing:-.026em}.hero-copy .eyebrow{font-size:13px;margin-bottom:22px}.hero-lead{max-width:585px;font-size:17px;line-height:1.65;margin-bottom:30px}.hero-actions{display:flex;gap:24px;flex-wrap:wrap}.hero-actions .button{min-width:270px;min-height:56px}
.trust-section{position:relative;z-index:3;margin-top:-48px}.trust-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:#fffffff7;box-shadow:0 5px 20px #20223109;border:1px solid #e8e9ec;border-radius:8px;padding:24px 0}.trust-item{display:flex;align-items:center;gap:16px;padding:0 24px;border-right:1px solid var(--line)}.trust-item:last-child{border:0}.trust-item>.icon{width:38px;height:38px;color:var(--red);stroke-width:1.5}.trust-item h2{font-size:14px;letter-spacing:-.018em;line-height:1.45;margin:0 0 4px}.trust-item small{display:block;font-size:12px;font-weight:500;line-height:1.55}
.home-formats{background:var(--soft);margin-top:-52px;padding:113px 0 72px}.formats-grid{display:grid;grid-template-columns:1.15fr 1.85fr;gap:72px;align-items:start}.formats-copy{padding:3px 0 0 16px}.formats-copy h2{font-size:29px;line-height:1.25;max-width:430px;margin-bottom:0}.formats-copy .eyebrow{margin-bottom:15px}.formats-copy p:not(.eyebrow){font-size:13px;line-height:1.9}.format-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.format-card{position:relative;isolation:isolate;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;min-height:232px;border-radius:7px;overflow:hidden;padding:27px 20px 25px;color:#fff;background:var(--ink);box-shadow:0 5px 14px #20223112}.format-card::after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,#0c101be8,#0c101b48 67%,#0c101b12)}.format-card-media{position:absolute;inset:0;z-index:-2}.format-card-media img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s}.format-card:hover img{transform:scale(1.035)}.format-card-icon{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:var(--red);margin-bottom:23px}.format-card-icon .icon{width:28px;height:28px}.format-card-copy{display:block;text-align:center}.format-card-copy strong{display:block;font-size:19px;line-height:1.35;margin-bottom:6px;letter-spacing:-.025em}.format-card-copy small{display:block;font-size:13px;line-height:1.6;font-weight:500}
.service-catalog{padding:94px 0}.catalog-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:start}.catalog-heading{max-width:460px}.catalog-heading h2{font-size:40px}.catalog-heading p:not(.eyebrow){margin-bottom:22px}.catalog-list{border-top:2px solid var(--red)}.catalog-list>a{position:relative;display:grid;gap:7px;padding:23px 45px 23px 0;border-bottom:1px solid var(--line);transition:padding .18s,background .18s}.catalog-list>a:hover{padding-left:12px;background:var(--soft)}.catalog-list span{color:var(--ink);font-size:18px;font-weight:800;line-height:1.4}.catalog-list small{font-size:13px;line-height:1.65}.catalog-list .icon{position:absolute;right:4px;top:33px;color:var(--red);width:22px;height:22px}
.feature-split,.fire-offer{padding:80px 0;background:var(--soft)}.feature-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:88px;align-items:center}.feature-grid-reverse{grid-template-columns:.9fr 1.1fr}.feature-image{position:relative}.feature-image::before{content:'';position:absolute;inset:-14px -14px 35px 26%;border-top:2px solid var(--red);border-right:2px solid var(--red);z-index:0}.feature-image img{position:relative;width:100%;height:auto;border-radius:6px;box-shadow:var(--shadow)}.feature-copy{max-width:500px}
.experience-section{padding:78px 0;color:#d2d4de;background:var(--ink)}.experience-layout{display:grid;grid-template-columns:1.5fr .7fr;gap:120px;align-items:center}.experience-section h2{color:#fff;max-width:640px}.experience-section .eyebrow,.experience-section .text-link{color:#ff727c}.experience-section p:not(.eyebrow){max-width:720px}.year-line{border-left:1px solid #ffffff30;padding-left:70px}.year-line strong{display:block;color:#fff;font-size:80px;line-height:1.1;letter-spacing:-.05em;font-weight:800}.year-line span{display:block;max-width:210px;font-size:13px;line-height:1.65;margin-top:18px}
.hero-visual{left:auto;width:min(100%,1672px)}.hero-visual img{object-position:center 30%}
/* Inner pages use intrinsic content sizing rather than viewport-height corrections. */
.page-hero{background:var(--blue)}.page-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;padding:66px 0}.page-hero-grid h1{font-size:clamp(38px,3.8vw,56px);max-width:570px}.page-hero-grid p:not(.eyebrow){max-width:570px}.page-hero-picture{display:block;overflow:hidden;border-radius:6px;box-shadow:var(--shadow)}.page-hero-picture img{width:100%;height:auto}
.offer-index{display:flex;align-items:stretch;border-bottom:1px solid var(--line);padding:20px 0;gap:30px}.offer-index a{display:flex;align-items:center;gap:18px;color:var(--ink);font-size:13px;line-height:1.5;font-weight:750;padding:8px 0;flex:1;transition:color .18s}.offer-index a:hover{color:var(--red)}.offer-index .icon{width:16px;height:16px;color:var(--red);transform:rotate(90deg)}
.offer-chapter{padding:76px 0}.chapter-grid{display:grid;grid-template-columns:.48fr 1fr;gap:90px}.chapter-label{display:flex;align-items:center;align-self:start;gap:14px;color:var(--red);font-size:12px;font-weight:800;text-transform:uppercase;padding-top:8px}.chapter-label .icon{width:31px;height:31px}.chapter-copy{max-width:780px}
.periodic-section{background:var(--soft);padding:76px 0 86px}.section-heading-wide{max-width:820px;margin-bottom:36px}.audience-table{background:#fff;border-top:3px solid var(--red);box-shadow:var(--shadow)}.audience-table article{display:grid;grid-template-columns:48px 1fr 150px;gap:28px;align-items:start;padding:30px 36px;border-bottom:1px solid var(--line);scroll-margin-top:30px}.audience-table article:last-child{border-bottom:0}.audience-table h3{font-size:19px}.audience-table p{font-size:14px;line-height:1.85;max-width:890px}.audience-icon{display:grid;place-items:center;background:#fff0f1;border-radius:50%;width:46px;height:46px;color:var(--red)}.audience-icon .icon{width:23px;height:23px}.format-label{display:block;justify-self:end;white-space:nowrap;border:1px solid var(--line);padding:6px 10px;color:var(--muted);font-size:10px;font-weight:750;line-height:1.5;border-radius:3px;margin-top:2px}
.fire-offer{background:#fff}.online-offer{padding:82px 0;background:var(--ink);color:#d2d4de}.online-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.online-image img{width:100%;height:auto;border-radius:6px}.online-copy h2{color:#fff}.online-copy .eyebrow,.form-aside .eyebrow{color:#ff727c}.check-list{padding:0;margin:22px 0 28px;list-style:none}.check-list li{position:relative;padding:10px 0 10px 25px;border-bottom:1px solid #ffffff24;font-size:13px;line-height:1.7}.check-list li::before{content:'✓';position:absolute;left:0;color:#ff727c;font-weight:800}
.legal-basis{background:var(--soft);padding:70px 0}.legal-basis-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.legal-note{border-left:2px solid var(--red);padding-left:26px}.legal-note strong{display:block;color:var(--ink);font-size:14px;margin-bottom:12px}.legal-note p{font-size:12px;line-height:1.8;margin-bottom:10px}
.about-hero{background:var(--ink);color:#d2d4de}.about-hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:100px;align-items:center;padding:68px 0}.about-hero h1{color:#fff;max-width:750px}.about-hero p:not(.eyebrow){max-width:650px;font-size:17px}.about-hero .eyebrow{color:#ff727c}.about-hero-mark{position:relative;border-left:1px solid #ffffff25;padding:25px 0 25px 55px;display:flex;flex-direction:column;align-items:flex-start}.about-hero-mark>.icon{color:#ff5866;width:65px;height:65px;stroke-width:1.15;margin-bottom:18px}.about-hero-mark span{font-size:80px;font-weight:800;line-height:1;letter-spacing:-.055em;color:#fff}.about-hero-mark small{font-size:10px;letter-spacing:.06em;text-transform:uppercase;line-height:1.7;margin-top:20px}
.about-years{padding:78px 0}.editorial-split{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px}.section-caption{max-width:340px;font-size:14px}.editorial-copy p{font-size:17px;line-height:1.85}.organization-section{background:var(--soft);padding:78px 0}.organization-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.organization-copy{max-width:550px}.organization-visual{overflow:hidden;border-radius:6px;background:var(--ink);color:#fff}.organization-visual img{width:100%;height:auto}.organization-visual>div{display:flex;gap:20px;padding:19px 22px;justify-content:space-between}.organization-visual>div span{display:flex;align-items:center;gap:8px;font-size:10px;font-weight:750}.organization-visual .icon{width:16px;height:16px;color:#ff727c}
/* Compact forms and contact pages. */
.compact-hero{padding:58px 0 50px}.compact-hero h1{margin:0}.form-section{padding:52px 0 80px;background:var(--soft)}.form-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:44px;align-items:start}.training-form{background:#fff;border-top:3px solid var(--red);padding:42px 44px;box-shadow:var(--shadow)}.form-heading{margin-bottom:32px}.form-heading h2{font-size:27px;margin-bottom:0}
.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:23px 24px}.field{display:flex;flex-direction:column;gap:9px;min-width:0}.field>span{display:block;font-size:12px;line-height:1.5;color:var(--ink);font-weight:750}.field b,.required-note b{color:var(--red)}.field-wide,.antispam{grid-column:1/-1}.field input,.field select,.field textarea{width:100%;min-width:0;border:1px solid #cfd4dc;border-radius:3px;padding:12px 14px;background:#fff;color:var(--ink);font-size:15px;line-height:1.5;transition:border-color .2s,box-shadow .2s}.field input,.field select{min-height:49px}.field textarea{resize:vertical;min-height:150px}.field input:focus,.field select:focus,.field textarea:focus{outline:0;border-color:var(--red);box-shadow:0 0 0 3px #e6001210}.field input::placeholder{color:#858b98}.antispam input{max-width:140px}
.consent{display:flex;align-items:flex-start;gap:13px;margin:27px 0;color:var(--muted);font-size:11px;line-height:1.8}.consent input{width:17px;height:17px;flex:0 0 17px;margin:2px 0 0;accent-color:var(--red)}.consent a{color:var(--red);text-decoration:underline;text-underline-offset:2px}.required-note{display:inline-block;font-size:11px;margin:0 0 0 20px}
.form-aside{background:var(--ink);color:#d2d4de;padding:33px 30px;border-radius:5px}.form-aside h2{font-size:25px;color:#fff;margin-bottom:20px}.form-aside>p:not(.eyebrow){font-size:13px;line-height:1.8;margin-bottom:28px}.form-aside>a,.aside-address{display:flex;align-items:flex-start;gap:14px;padding:17px 0;border-top:1px solid #ffffff25;font-size:14px;color:#fff;font-weight:750}.form-aside .icon{color:#ff727c;width:19px;height:19px;margin-top:3px}.form-aside small{display:block;color:#b0b3c1;font-size:10px;font-weight:600;text-transform:uppercase;margin-bottom:4px}.form-aside>a:hover{color:#ff727c}
.contact-section{padding:54px 0 76px}.contact-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:90px;align-items:center}.contact-details h2{font-size:25px;margin-bottom:30px}.contact-details address{display:grid;gap:24px;font-style:normal}.contact-details address>a{display:flex;align-items:flex-start;gap:20px;color:var(--ink);font-size:clamp(25px,3.1vw,45px);letter-spacing:-.045em;font-weight:750;line-height:1.35}.contact-details address>a:hover{color:var(--red)}.contact-details address .icon{color:var(--red);width:28px;height:28px;margin-top:25px}.contact-details address small{display:block;color:var(--muted);font-size:11px;letter-spacing:.05em;font-weight:650;text-transform:uppercase;line-height:1.5;margin-bottom:5px}
.address-panel{position:relative;padding:34px 40px;background:var(--soft);border-radius:6px;border-top:2px solid var(--red)}.address-panel-mark{display:block;color:var(--red);margin-bottom:18px}.address-panel-mark .icon{width:29px;height:29px}.address-panel h3{font-size:20px;margin-bottom:8px}.address-panel address{font-style:normal;font-size:17px}.company-id{margin:15px 0 23px;font-size:12px}.address-panel .button{min-height:48px;font-size:11px;padding:12px 17px}
.legal-hero-copy{padding:55px 0 45px}.legal-hero-copy h1{font-size:clamp(34px,3.6vw,52px);margin-bottom:18px}.legal-hero-copy p:last-child{font-size:15px}.privacy-section{padding:54px 0 75px}.privacy-layout{display:grid;grid-template-columns:250px minmax(0,780px);gap:80px}.privacy-nav{align-self:start;border-top:2px solid var(--red)}.privacy-nav a{display:block;padding:14px 0;border-bottom:1px solid var(--line);font-size:13px;font-weight:750}.privacy-nav a:hover{color:var(--red)}.privacy-copy>div,.privacy-copy>section{margin-bottom:34px;padding-bottom:32px;border-bottom:1px solid var(--line)}.privacy-copy>section:last-child{margin:0;padding:0;border:0}.privacy-copy h2{font-size:26px;margin-bottom:18px}.privacy-copy p,.privacy-copy li{font-size:14px;line-height:1.85}.privacy-copy a{color:var(--red);text-decoration:underline;text-underline-offset:2px}.privacy-copy ul{margin:22px 0 0;padding-left:20px}.privacy-copy li{padding-left:4px;margin:8px 0}.not-found{padding:95px 0}.not-found .button{margin:12px 12px 0 0}
.site-footer{padding:60px 0 0;background:#181a27;color:#c5c8d2}.footer-grid{display:grid;grid-template-columns:1.45fr .85fr .8fr 1fr;gap:65px;padding-bottom:50px}.footer-brand img{width:182px;height:auto;filter:grayscale(1) brightness(0) invert(1);opacity:.93;margin-bottom:20px}.footer-brand p{max-width:280px;font-size:12px;line-height:1.85}.footer-grid h2{color:#fff;font-size:12px;font-weight:800;line-height:1.5;letter-spacing:.025em;text-transform:uppercase;margin:5px 0 20px}.footer-grid>div:not(:first-child)>a{display:block;font-size:12px;margin:9px 0;line-height:1.7}.footer-grid a:hover{color:#ff727c}.footer-contact address{display:grid;gap:13px;font-style:normal;font-size:12px;line-height:1.7}.footer-contact address a,.footer-contact address>span{display:flex;align-items:flex-start;gap:9px}.footer-contact .icon{width:15px;height:15px;color:#ff727c;margin-top:3px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:22px 0;border-top:1px solid #ffffff20;font-size:10px;line-height:1.6}

@media (max-width:1390px) and (min-width:1200px){
 .header-inner{gap:23px}.site-nav{gap:24px}.brand,.brand img{width:188px}.brand{flex-basis:188px}.hero-copy h1{font-size:46px;max-width:630px}.hero-lead{max-width:530px}.hero-copy{padding-block:98px 112px}.formats-grid{gap:45px;grid-template-columns:1fr 1.75fr}.formats-copy{padding-left:0}.formats-copy h2{font-size:27px}.trust-item{padding-inline:18px;gap:12px}.trust-item>.icon{width:34px;height:34px}
}
@media (max-width:1199px){
 .mobile-contact-link{display:flex}
 :root{--header-h:88px}.header-inner{gap:24px}.brand{width:173px;flex-basis:173px}.brand img{width:173px}.menu-toggle{display:grid;place-items:center;margin-left:auto;width:43px;height:43px;border:1px solid var(--line);border-radius:4px;background:#fff;color:var(--ink);order:3}.menu-close-icon{display:none}.menu-open .menu-open-icon{display:none}.menu-open .menu-close-icon{display:block}
 .site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid var(--line);padding:18px 24px 26px;box-shadow:0 12px 24px #20223112;max-height:calc(100svh - var(--header-h));overflow-y:auto;margin:0}.menu-open .site-nav{display:flex;flex-direction:column;align-items:stretch;gap:0}.nav-link,.nav-offer-toggle{justify-content:flex-start;min-height:48px;height:auto;font-size:13px;white-space:normal;text-transform:none;padding:10px 0}.nav-link::after,.nav-offer-toggle::after{display:none}.nav-offer{display:block;height:auto}.nav-offer-toggle{width:100%;justify-content:space-between}.nav-offer-menu{position:static;width:100%;border:0;border-left:2px solid var(--red);box-shadow:none;padding:3px 10px;margin:4px 0 12px;border-radius:0}.header-cta{margin-left:auto}.menu-toggle{margin-left:0}
 .hero-copy h1{font-size:44px;max-width:590px}.hero-lead{max-width:490px;font-size:16px}.hero-copy{padding:75px 0 95px}.hero-actions{gap:14px}.hero-actions .button{min-width:225px;font-size:11px;padding-inline:19px}.hero-fade{background:linear-gradient(90deg,#f2f8fb 0%,#f2f8fbf5 25%,#f2f8fb99 45%,#f2f8fb08 78%)}.home-hero{min-height:475px}.trust-item{padding:0 18px;gap:11px}.trust-item h2{font-size:12px}.trust-item small{font-size:11px}.trust-item>.icon{width:30px;height:30px}
 .formats-grid{grid-template-columns:1fr;gap:30px}.formats-copy{padding:0;display:grid;grid-template-columns:1fr 1fr;gap:0 50px;align-items:start}.formats-copy .eyebrow{grid-column:1/-1}.formats-copy h2{font-size:29px}.formats-copy .red-rule{display:none}.formats-copy p:not(.eyebrow){font-size:14px;line-height:1.8}.format-card{min-height:260px}.home-formats{padding-bottom:58px}
 .catalog-layout,.feature-grid,.experience-layout,.page-hero-grid,.online-layout,.legal-basis-grid,.about-hero-grid,.editorial-split,.organization-grid,.contact-layout{gap:48px}.catalog-heading h2{font-size:34px}.service-catalog{padding:70px 0}.feature-split,.fire-offer,.online-offer,.about-years,.organization-section{padding:65px 0}.year-line{padding-left:40px}.year-line strong{font-size:67px}
 .offer-index{gap:18px}.offer-index a{font-size:12px;gap:10px}.offer-index .icon{display:none}.page-hero-grid{padding:52px 0}.page-hero-grid h1{font-size:42px}.page-hero-grid p:not(.eyebrow){font-size:15px}.chapter-grid{gap:50px}.audience-table article{grid-template-columns:42px 1fr;gap:20px;padding:27px}.format-label{grid-column:2;justify-self:start;margin-top:-6px}
 .form-layout{grid-template-columns:minmax(0,1fr) 285px;gap:25px}.training-form{padding:32px}.form-aside{padding:28px 23px}.organization-visual>div{padding:15px;gap:10px;flex-wrap:wrap}.privacy-layout{grid-template-columns:190px 1fr;gap:45px}.footer-grid{gap:35px;grid-template-columns:1.25fr .85fr .8fr 1fr}
}
@media (max-width:900px){
 .hero-copy{padding:75px 0 92px}.hero-copy h1{font-size:39px;max-width:485px}.hero-lead{max-width:440px;font-size:15px}.hero-actions{max-width:470px}.hero-actions .button{min-width:212px;min-height:52px;padding-inline:12px}.hero-visual img{object-position:60% center}.hero-fade{background:linear-gradient(90deg,#f2f8fb 0%,#f2f8fbf5 32%,#f2f8fb88 55%,#f2f8fb00 100%)}
 .trust-bar{grid-template-columns:repeat(2,minmax(0,1fr));padding:5px 0}.trust-item{padding:17px 22px}.trust-item:nth-child(2){border:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.trust-item h2{font-size:13px}.trust-item small{font-size:11px}.home-formats{padding-top:94px}
 .catalog-layout{grid-template-columns:.9fr 1.1fr;gap:35px}.catalog-heading h2{font-size:30px}.catalog-heading p{font-size:14px}.catalog-list span{font-size:16px}.catalog-list small{font-size:12px}.feature-grid,.online-layout{gap:38px}.feature-copy p,.online-copy p{font-size:14px}.feature-copy h2,.online-copy h2{font-size:30px}.feature-image::before{inset:-10px -10px 35px 26%}.experience-layout{grid-template-columns:1.4fr .6fr;gap:42px}.experience-section h2{font-size:32px}.year-line{padding-left:28px}.year-line strong{font-size:55px}
 .page-hero-grid{gap:30px}.page-hero-grid h1{font-size:36px}.page-hero-grid .eyebrow{margin-bottom:16px}.page-hero-grid p{font-size:14px!important}.chapter-grid{grid-template-columns:1fr;gap:22px}.offer-chapter{padding:56px 0}.periodic-section{padding:60px 0}
 .about-hero-grid{grid-template-columns:1.4fr .6fr;gap:35px;padding:54px 0}.about-hero h1{font-size:38px}.about-hero p:not(.eyebrow){font-size:15px}.about-hero-mark{padding-left:30px}.about-hero-mark span{font-size:65px}.about-hero-mark small{font-size:9px}.editorial-split{grid-template-columns:.85fr 1.15fr;gap:40px}.editorial-copy p{font-size:15px}.organization-grid{gap:40px}.organization-copy p{font-size:14px}
 .form-layout{grid-template-columns:1fr}.form-aside{display:grid;grid-template-columns:1fr 1fr;gap:0 30px}.form-aside .eyebrow,.form-aside h2,.form-aside>p{grid-column:1/-1}.form-aside>p:not(.eyebrow){max-width:650px;margin-bottom:20px}.form-aside .aside-address{grid-column:1/-1}.contact-layout{grid-template-columns:1.1fr .9fr;gap:30px}.contact-details address>a{font-size:29px}.address-panel{padding:28px}.privacy-layout{gap:35px;grid-template-columns:170px 1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 65px}.footer-grid h2{margin-top:0}.footer-brand p{max-width:320px}
}
@media (max-width:700px){
 :root{--header-h:78px}body{font-size:15px;line-height:1.8}.container{width:calc(100% - 40px)}h1{font-size:34px;line-height:1.13}h2{font-size:28px;line-height:1.25}h3{font-size:18px}.eyebrow{font-size:10px;margin-bottom:16px}.header-inner{gap:18px}.brand,.brand img{width:154px}.brand{flex-basis:154px}.header-cta{display:none}.menu-toggle{margin-left:auto;width:39px;height:39px}.site-nav{padding-inline:20px}
 .home-hero{display:flex;flex-direction:column;min-height:0;padding-bottom:0}.hero-visual{position:relative;inset:auto;z-index:0;order:0;width:100%;height:clamp(185px,49vw,290px)}.hero-visual picture,.hero-visual img{height:100%}.hero-visual img{object-fit:cover;object-position:center 41%}.hero-visual::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,var(--blue),transparent 25%)}.hero-fade{display:none}.hero-copy{padding:22px 0 36px;order:1}.hero-copy .eyebrow{font-size:10px;margin-bottom:14px}.hero-copy h1{font-size:clamp(28px,7.9vw,39px);max-width:none;line-height:1.15;margin-bottom:20px;letter-spacing:-.026em}.hero-lead{max-width:540px;font-size:14px;line-height:1.8;margin-bottom:24px}.hero-actions{display:grid;grid-template-columns:1fr;gap:11px;max-width:540px}.hero-actions .button{width:100%;min-height:49px;font-size:11px;padding:14px}
 .trust-section{margin:0;background:var(--soft);padding-top:0}.trust-bar{width:100%;border-radius:0;border-inline:0;box-shadow:none;padding:5px 8px;grid-template-columns:1fr 1fr;background:#fff}.trust-item{gap:11px;padding:17px 12px}.trust-item h2{font-size:11px;line-height:1.4}.trust-item small{font-size:10px;line-height:1.6}.trust-item>.icon{width:25px;height:25px}
 .home-formats{margin:0;padding:44px 0 48px}.formats-grid{gap:24px}.formats-copy{display:block}.formats-copy h2{font-size:27px;max-width:440px}.formats-copy .red-rule{display:block;margin:18px 0}.formats-copy p:not(.eyebrow){font-size:14px;line-height:1.8}.format-cards{gap:12px}.format-card{padding:15px 12px 17px;min-height:235px;border-radius:5px}.format-card-icon{width:42px;height:42px;margin-bottom:33px}.format-card-icon .icon{width:22px;height:22px}.format-card-copy strong{font-size:16px;margin-bottom:6px;line-height:1.35}.format-card-copy small{font-size:11px;line-height:1.65}.format-card-media img{object-position:62% center}
 .catalog-layout,.feature-grid,.experience-layout,.page-hero-grid,.online-layout,.legal-basis-grid,.editorial-split,.organization-grid,.contact-layout{grid-template-columns:1fr;gap:30px}.service-catalog{padding:48px 0}.catalog-heading{max-width:540px}.catalog-heading h2{font-size:29px}.catalog-heading p{font-size:14px}.catalog-list>a{padding-block:20px}.catalog-list span{font-size:16px}.catalog-list small{font-size:12px}.catalog-list .icon{top:24px}
 .feature-split,.fire-offer,.online-offer,.about-years,.organization-section{padding:48px 0}.feature-image{margin-right:8px}.feature-copy{max-width:540px}.feature-copy h2,.online-copy h2{font-size:29px}.feature-copy p,.online-copy p{font-size:14px;line-height:1.8}.feature-copy .eyebrow{margin-bottom:15px}.experience-section{padding:46px 0}.experience-section h2{font-size:29px}.experience-section p:not(.eyebrow){font-size:14px}.year-line{padding:25px 0 0;border-left:0;border-top:1px solid #ffffff30}.year-line>div{display:flex;align-items:center;gap:26px}.year-line strong{font-size:54px}.year-line span{margin:0;font-size:12px;max-width:220px}
 .page-hero-grid{padding:38px 0;gap:28px}.page-hero-grid h1{font-size:34px;max-width:520px}.page-hero-grid p:not(.eyebrow){max-width:520px}.page-hero-picture{width:100%}.page-hero-picture img{height:auto;aspect-ratio:1.5;object-fit:cover}.offer-index{display:grid;grid-template-columns:1fr 1fr;gap:0 24px;padding:16px 0}.offer-index a{padding:11px 0;font-size:11px;border-bottom:1px solid #e8e9ed}.offer-index a:last-child{border:0}.offer-index .icon{display:block;margin-left:auto;width:14px;height:14px}
 .offer-chapter{padding:43px 0}.chapter-grid{gap:17px}.chapter-label{padding:0;font-size:10px}.chapter-label .icon{width:26px;height:26px}.chapter-copy h2{margin-bottom:17px}.chapter-copy p{font-size:14px}.periodic-section{padding:44px 0}.section-heading-wide{margin-bottom:27px}.section-heading-wide p{font-size:14px}.audience-table article{padding:23px 20px;grid-template-columns:1fr;gap:13px}.audience-icon{display:none}.audience-table h3{font-size:17px}.audience-table p{font-size:13px;line-height:1.85}.format-label{grid-column:auto;margin-top:0;font-size:9px}.feature-grid-reverse .feature-image{grid-row:1}.check-list li{font-size:12px}.online-copy .button{font-size:11px;padding-inline:21px}.legal-basis{padding:45px 0}.legal-basis-grid{gap:27px}.legal-basis p{font-size:14px}.legal-note p{font-size:11px}
 .about-hero-grid{grid-template-columns:1fr;padding:42px 0;gap:26px}.about-hero h1{font-size:35px}.about-hero p:not(.eyebrow){font-size:14px}.about-hero-mark{flex-direction:row;align-items:center;border-left:0;border-top:1px solid #ffffff25;padding:23px 0 0;gap:20px}.about-hero-mark>.icon{width:44px;height:44px;margin:0}.about-hero-mark span{font-size:48px}.about-hero-mark small{font-size:9px;max-width:125px;margin:0;line-height:1.8}.editorial-split{gap:20px}.section-caption{font-size:13px;margin-bottom:0}.editorial-copy p{font-size:14px;line-height:1.85}.organization-copy p{font-size:14px}.organization-visual>div{padding:15px 16px;gap:15px}
 .compact-hero{padding:37px 0}.compact-hero h1{font-size:34px}.compact-hero .eyebrow{margin-bottom:14px}.form-section{padding:28px 0 45px}.training-form{padding:26px 23px}.form-heading{margin-bottom:24px}.form-heading h2{font-size:23px}.field-grid{grid-template-columns:1fr;gap:19px}.field>span{font-size:11px}.field input,.field select,.field textarea{font-size:16px;padding:12px}.field select{font-size:13px}.field-wide,.antispam{grid-column:auto}.consent{font-size:10px;gap:10px;margin:25px 0}.form-submit{width:100%;font-size:11px}.required-note{display:block;margin:15px 0 0;font-size:10px}.form-aside{display:block;padding:26px}.form-aside h2{font-size:24px}.form-aside>p:not(.eyebrow){font-size:12px}
 .contact-section{padding:34px 0 45px}.contact-layout{gap:32px}.contact-details h2{font-size:22px;margin-bottom:25px}.contact-details address{gap:24px}.contact-details address>a{font-size:29px;gap:14px}.contact-details address .icon{width:22px;height:22px;margin-top:24px}.address-panel{padding:27px}.address-panel-mark{float:right;margin:0}.address-panel h3{font-size:19px}.address-panel .button{margin-top:0}
 .legal-hero-copy{padding:36px 0}.legal-hero-copy h1{font-size:33px}.legal-hero-copy p:last-child{font-size:13px}.privacy-section{padding:30px 0 45px}.privacy-layout{grid-template-columns:1fr;gap:30px}.privacy-nav{display:flex;flex-wrap:wrap;gap:0 20px}.privacy-nav a{font-size:11px;padding:10px 0;border:0}.privacy-copy h2{font-size:23px}.privacy-copy p,.privacy-copy li{font-size:13px;line-height:1.85}.privacy-copy>div,.privacy-copy>section{padding-bottom:25px;margin-bottom:25px}
 .site-footer{padding-top:40px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px 25px;padding-bottom:30px}.footer-brand{grid-column:1/-1}.footer-brand img{width:160px;margin-bottom:17px}.footer-brand p{font-size:11px;max-width:335px}.footer-grid h2{font-size:10px;margin-bottom:14px}.footer-grid>div:not(:first-child)>a{font-size:11px;margin:8px 0}.footer-contact{grid-column:1/-1}.footer-contact address{font-size:11px;gap:10px}.footer-bottom{padding:18px 0;font-size:9px;gap:16px;flex-wrap:wrap}
}
@media (max-width:359px){.container{width:calc(100% - 32px)}.hero-copy h1{font-size:28px}.hero-copy .eyebrow{font-size:9px}.trust-item{padding:14px 8px;gap:8px}.trust-item>.icon{width:23px;height:23px}.trust-item h2{font-size:10px}.trust-item small{font-size:9px}.format-card{padding-inline:9px}.format-card-copy strong{font-size:14px}.format-card-copy small{font-size:10px}.contact-details address>a{font-size:25px}.about-hero-mark{gap:15px}.about-hero-mark small{font-size:8px}.training-form{padding-inline:18px}}
/* The offer and company introduction are continuous reading pages, not card layouts. */
.reading-page{width:min(880px,calc(100% - 64px));margin:0 auto;padding:56px 0 68px;color:#303442;font-size:18px;line-height:1.8}
.reading-page h1{font-size:44px;line-height:1.2;letter-spacing:-.03em;margin:0 0 22px;text-wrap:initial}
.reading-page .reading-lead{font-size:20px;line-height:1.7;color:#303442}
.reading-page>section+section{margin-top:36px}
.reading-page h2{font-size:28px;line-height:1.35;letter-spacing:-.025em;margin:0 0 16px;text-wrap:initial}
.reading-page h3{font-size:21px;line-height:1.4;letter-spacing:-.015em;margin:28px 0 10px}
.reading-page p{margin:0 0 18px}
.reading-page p:last-child{margin-bottom:0}
.reading-page strong{color:var(--ink);font-weight:800}
.reading-page p a{color:var(--red-dark);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}
.reading-page p a:hover{color:var(--ink)}
.reading-page [id]{scroll-margin-top:24px}
.reading-legal{margin-top:30px;padding-top:24px;border-top:1px solid var(--line);font-size:16px;line-height:1.8}
.reading-legal h3{font-size:18px;margin:0 0 10px}
.reading-action{margin-top:30px}
.reading-page .text-link{font-size:16px}
@media(max-width:700px){
 .reading-page{width:calc(100% - 40px);padding:32px 0 44px;font-size:17px;line-height:1.75}
 .reading-page h1{font-size:34px;margin-bottom:18px}
 .reading-page .reading-lead{font-size:18px;line-height:1.75}
 .reading-page>section+section{margin-top:30px}
 .reading-page h2{font-size:25px;margin-bottom:14px}
 .reading-page h3{font-size:20px;margin:25px 0 10px}
 .reading-page p{margin-bottom:17px}
 .reading-legal{font-size:15px}
 .reading-legal h3{font-size:18px;margin-top:0}
 .reading-action.button{font-size:12px;max-width:100%;padding-inline:20px}
}
/* Inner pages: a photographic editorial catalogue, not a second card system. */
.editorial-page{font-size:18px;line-height:1.8;color:#414653}
.editorial-page figure{margin:0}
.editorial-page [id]{scroll-margin-top:28px}
.editorial-page h2{font-size:36px;line-height:1.22;letter-spacing:-.038em}
.editorial-page h3{font-size:23px;line-height:1.4;letter-spacing:-.025em}
.editorial-page p{margin-bottom:22px}
.editorial-page p:last-child{margin-bottom:0}
.catalog-opening{background:#f4f5f7;border-bottom:1px solid #e9eaed}
.editorial-intro{display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:72px;padding-block:54px}
.editorial-intro-copy{min-width:0}
.editorial-intro .eyebrow{margin-bottom:21px;font-size:12px}
.editorial-intro h1{font-size:60px;line-height:1.13;margin-bottom:25px;letter-spacing:-.043em;text-wrap:initial}
.editorial-intro h1 span,.catalog-online-copy h2 span{color:var(--red)}
.editorial-lead{max-width:550px;font-size:18px;line-height:1.8}
.editorial-intro-photo{position:relative;min-width:0;border-bottom:5px solid var(--red)}
.editorial-intro-photo img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}
.catalog-index{display:flex;align-items:center;justify-content:space-between;gap:16px 28px;flex-wrap:wrap;padding-block:24px;border-bottom:1px solid var(--line)}
.catalog-index a{font-size:14px;font-weight:750;color:var(--ink);padding:7px 0;line-height:1.5;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:8px;transition:color .18s,text-decoration-color .18s}
.catalog-index a:hover{color:var(--red);text-decoration-color:var(--red)}
.catalog-chapter{display:grid;grid-template-columns: .8fr 1.2fr;gap:100px;padding-block:68px}
.editorial-kicker{color:var(--red);font-size:12px;font-weight:800;line-height:1.5;letter-spacing:.055em;text-transform:uppercase;margin-bottom:15px!important}
.chapter-heading h2{margin-bottom:22px}
.chapter-heading>p:not(.editorial-kicker){max-width:390px;font-size:17px;line-height:1.8}
.chapter-body{max-width:700px}
.chapter-body h3{margin:0 0 14px}
.initial-chapter{border-bottom:1px solid var(--line)}
.initial-chapter .chapter-body{border-left:3px solid var(--red);padding-left:30px}
.periodic-chapter{padding-bottom:76px}
.audience-entry{padding-block:28px;border-bottom:1px solid var(--line)}
.audience-entry:first-child{padding-top:0}
.audience-entry:last-child{border-bottom:0;padding-bottom:0}
.audience-entry h3{max-width:560px;margin-bottom:12px}
.audience-entry p{font-size:17px;line-height:1.8}
.audience-entry a{color:var(--red);text-decoration:underline;text-underline-offset:4px}
.feature-composition{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:72px}
.feature-photo{min-width:0}
.feature-photo img{width:100%;height:auto}
.editorial-feature-copy{padding-block:48px;max-width:560px}
.editorial-feature-copy h2{margin-bottom:24px}
.fire-feature{background:#f2f3f5;padding-block:30px}
.fire-feature .editorial-feature-copy h2{font-size:40px}
.fire-feature .eyebrow{margin-bottom:16px}
.online-feature{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center;padding-block:85px}
.catalog-online-copy h2{font-size:42px;margin-bottom:24px}
.online-photo{border-bottom:5px solid var(--red);min-width:0}
.online-photo img{width:100%;height:auto}
.service-closing{border-top:1px solid var(--line)}
.service-closing .catalog-chapter{padding-bottom:40px}
.catalog-legal{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;padding-block:30px;border-top:1px solid var(--line)}
.catalog-legal h3{font-size:15px;font-weight:700;margin:0}
.catalog-legal p{font-size:14px;line-height:1.85;color:#646a77}
.catalog-action{display:flex;justify-content:flex-end;padding-block:6px 66px}
.about-opening{background:#f4f2ef}
.about-opening .editorial-intro{grid-template-columns:1fr 1.05fr;gap:58px;padding-block:58px}
.about-opening h1{font-size:50px}
.about-intro-photo{border-bottom:0}
.experience-composition{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;padding-block:78px}
.experience-heading h2{font-size:38px}
.history-line{display:grid;grid-template-columns:1fr 1fr;gap:35px;border-bottom:1px solid var(--line);padding-bottom:29px;margin-bottom:30px}
.history-line p{margin:0!important}
.history-line strong{display:block;font-size:62px;font-weight:700;letter-spacing:-.06em;color:var(--red);line-height:1.12;margin-bottom:12px}
.history-line span{display:block;max-width:195px;font-size:14px;line-height:1.65;color:var(--ink)}
.organization-feature{background:#f4f5f7;padding-block:45px}
.organization-feature .editorial-feature-copy{padding-block:22px}
.organization-feature .editorial-feature-copy p{font-size:17px}
.organization-feature .text-link{margin-top:5px;font-size:15px}
@media(max-width:1200px){
 .editorial-intro{gap:40px;padding-block:44px}
 .editorial-intro h1{font-size:50px}
 .editorial-lead{font-size:17px;line-height:1.75}
 .catalog-chapter,.experience-composition,.catalog-legal{gap:60px;grid-template-columns:.8fr 1.2fr}
 .feature-composition{gap:44px}
 .editorial-page h2{font-size:32px}
 .fire-feature .editorial-feature-copy h2{font-size:36px}
 .online-feature{gap:50px;padding-block:64px}
 .about-opening .editorial-intro{gap:35px;padding-block:46px}
 .about-opening h1{font-size:42px}
 .experience-heading h2{font-size:34px}
 .history-line strong{font-size:54px}
}
@media(max-width:900px){
 .editorial-intro,.about-opening .editorial-intro{grid-template-columns:1fr;gap:28px;padding-block:36px}
 .editorial-intro-copy{max-width:670px}
 .editorial-intro h1{font-size:46px}
 .editorial-intro h1 br{display:none}
 .about-opening h1{max-width:650px}
 .editorial-lead{max-width:650px;font-size:18px}
 .editorial-intro-photo{max-width:700px;width:100%}
 .catalog-index{justify-content:flex-start;gap:6px 28px;padding-block:19px}
 .catalog-chapter,.experience-composition{grid-template-columns:.8fr 1.2fr;gap:32px;padding-block:48px}
 .chapter-heading h2 br,.experience-heading h2 br{display:none}
 .chapter-heading>p:not(.editorial-kicker){font-size:16px}
 .editorial-page h2{font-size:28px}
 .editorial-page h3{font-size:21px}
 .editorial-page{font-size:17px}
 .feature-composition{grid-template-columns:1fr;gap:0}
 .feature-photo{max-width:700px;width:100%}
 .editorial-feature-copy{padding-block:30px 14px;max-width:680px}
 .fire-feature{padding-block:32px}
 .fire-feature .editorial-feature-copy h2{font-size:34px}
 .fire-feature h2 br{display:none}
 .online-feature{grid-template-columns:1fr;gap:28px;padding-block:48px}
 .online-photo{max-width:700px}
 .catalog-online-copy{max-width:680px}
 .catalog-online-copy h2 br{display:none}
 .catalog-legal{grid-template-columns:1fr;gap:12px}
 .history-line{gap:18px}
 .history-line strong{font-size:46px}
 .history-line span{font-size:13px}
 .organization-feature{padding-block:32px}
 .organization-feature .editorial-feature-copy{padding-block:30px 0}
 .organization-feature h2 br{display:none}
}
@media(max-width:700px){
 .editorial-page .container{width:calc(100% - 40px)}
 .editorial-intro,.about-opening .editorial-intro{padding-block:28px;gap:23px}
 .editorial-intro .eyebrow{font-size:11px;letter-spacing:.05em;margin-bottom:13px}
 .editorial-intro h1{font-size:clamp(32px,9.6vw,38px);line-height:1.15;margin-bottom:19px}
 .about-opening h1 br{display:block}
 .editorial-lead{font-size:17px;line-height:1.75}
 .editorial-intro-photo{border-bottom-width:3px}
 .catalog-index{padding-block:15px;gap:4px 20px}
 .catalog-index a{font-size:12px;padding-block:7px}
 .catalog-chapter,.experience-composition{grid-template-columns:1fr;gap:23px;padding-block:38px}
 .editorial-page h2{font-size:28px;line-height:1.25;margin-bottom:18px}
 .editorial-page h3{font-size:21px}
 .editorial-page p{margin-bottom:19px}
 .editorial-kicker{font-size:11px;margin-bottom:12px!important}
 .chapter-heading h2{margin-bottom:0}
 .chapter-heading>p:not(.editorial-kicker){font-size:17px;margin-top:19px;max-width:none}
 .initial-chapter .chapter-body{padding-left:20px;border-left-width:2px}
 .audience-entry{padding-block:24px}
 .audience-entry p{font-size:17px}
 .fire-feature{padding-block:24px}
 .fire-feature .editorial-feature-copy h2{font-size:30px}
 .editorial-feature-copy{padding-top:25px}
 .online-feature{padding-block:38px;gap:25px}
 .service-closing .catalog-chapter{padding-bottom:30px}
 .catalog-legal{padding-block:24px}
 .catalog-legal h3{font-size:15px}
 .catalog-legal p{font-size:14px}
 .catalog-action{justify-content:flex-start;padding-block:6px 40px}
 .catalog-action .button{font-size:12px;padding-inline:20px;max-width:100%}
 .experience-heading h2 br{display:none}
 .history-line{padding-bottom:24px;margin-bottom:24px}
 .history-line strong{font-size:49px;margin-bottom:8px}
 .history-line span{font-size:13px;max-width:140px}
 .organization-feature{padding-block:24px 34px}
 .organization-feature .editorial-feature-copy{padding-top:25px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
