@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300 600;font-display:swap;src:url(/assets/cormorant-garamond-latin-ext-ltf1AbuM.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:Cormorant Garamond;font-style:normal;font-weight:300 600;font-display:swap;src:url(/assets/cormorant-garamond-latin-CUoBjw-S.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}@font-face{font-family:Karla;font-style:normal;font-weight:300 600;font-display:swap;src:url(/assets/karla-latin-ext-Dq0rrjgs.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:Karla;font-style:normal;font-weight:300 600;font-display:swap;src:url(/assets/karla-latin-C3-ma4ov.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}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font-head: "Cormorant Garamond", Georgia, serif;--font-body: "Karla", sans-serif;--dark: #0B1215;--surface: #111d21;--gold: #C9A96E;--cream: #F8F2E6;--accent: #E36D33;--text: #ffffff;--nav-h: 65px;--nav-h-large: 90px}html,.lenis.lenis-smooth{scroll-behavior:auto}body{font-family:var(--font-body);background:#fff;color:#111;padding-top:var(--nav-h-large);overflow-x:hidden}h1,h2,h3{font-family:var(--font-head)}.navbar{position:fixed;top:0;left:0;right:0;height:var(--nav-h-large);background:var(--dark);border-bottom:1px solid #1e2e34;display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;z-index:1000;transition:height .35s ease,padding .35s ease}.navbar.scrolled{height:var(--nav-h);padding:0 2rem}.nav-brand{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--cream)}.nav-logo{height:58px;width:auto;display:block;object-fit:contain;transition:height .35s ease}.navbar.scrolled .nav-logo{height:45px}.nav-logo-text{display:inline;font-family:var(--font-head);font-size:1.35rem;font-weight:400;letter-spacing:.05em}.nav-menu{position:relative}.nav-toggle{cursor:pointer;background:var(--accent);border:none;border-radius:6px;padding:.45rem 1.1rem;font-size:.8rem;font-family:var(--font-body);font-weight:600;color:#fff;letter-spacing:.05em;transition:opacity .2s}.nav-toggle:hover{opacity:.85}.nav-toggle.open{opacity:.9}.dropdown{display:none;position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:var(--dark);border:1px solid rgba(201,169,110,.2);border-radius:8px;box-shadow:0 12px 40px #0006;overflow:hidden;animation:fadeDown .15s ease}.dropdown.open{display:block}@keyframes fadeDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dropdown a{display:block;padding:.8rem 1.4rem;text-decoration:none;font-size:.85rem;font-family:var(--font-body);color:var(--text);letter-spacing:.03em;transition:color .15s,background .15s}.dropdown a:hover{color:var(--cream);background:#c9a96e0f}.dropdown-divider{height:1px;background:#c9a96e26}.nav-actions{display:flex;align-items:center;gap:.6rem}.lang-menu{position:relative}.btn-lang{cursor:pointer;background:var(--accent);border:none;border-radius:6px;padding:.45rem .85rem;font-size:.8rem;font-family:var(--font-body);font-weight:600;color:#fff;letter-spacing:.05em;transition:opacity .2s}.btn-lang:hover,.btn-lang.open{opacity:.85}.lang-dropdown{display:none;position:absolute;top:calc(100% + 8px);right:0;min-width:130px;background:var(--dark);border:1px solid rgba(201,169,110,.2);border-radius:8px;box-shadow:0 12px 40px #0006;overflow:hidden;animation:fadeDown .15s ease}.lang-dropdown.open{display:block}.lang-dropdown a{display:block;padding:.7rem 1.1rem;text-decoration:none;font-size:.85rem;font-family:var(--font-body);color:var(--text);transition:color .15s,background .15s}.lang-dropdown a:hover{color:var(--cream);background:#c9a96e0f}.lang-dropdown a.active{color:#f5f5f5;font-weight:600}.btn-login{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);text-decoration:none;padding:.45rem .55rem;border-radius:6px;border:none;cursor:pointer;transition:opacity .2s}.btn-login-icon{height:16px;width:16px;display:block}.btn-login:hover{opacity:.85}.section{min-height:88vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:8rem 4rem;border-top:1px solid rgba(201,169,110,.15);background:#fff}.section:nth-child(2n){background:#fafafa}.section h2{font-family:var(--font-head);font-size:clamp(2.2rem,4vw,3.8rem);font-weight:300;margin-bottom:1rem;color:#111;letter-spacing:-.01em}.section p{max-width:520px;font-size:1rem;color:#fff;line-height:1.8}.section--1{position:relative;overflow:hidden;min-height:100vh;padding:0;border-top:none;background:var(--dark);display:flex;align-items:center;justify-content:center}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,var(--dark) 0%,rgba(11,18,21,.42) 25%,rgba(11,18,21,.42) 75%,var(--dark) 100%);z-index:1}.hero-loop-fade{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--dark);opacity:0;transition:opacity 1s ease;z-index:1;pointer-events:none}.hero-content{position:relative;z-index:2;text-align:center;padding:2rem;max-width:900px}.hero-headline{font-family:var(--font-head);font-size:clamp(3.2rem,7vw,6.5rem);font-weight:300;line-height:1;letter-spacing:-.01em;color:var(--cream)}.hero-sub{margin-top:2rem;font-size:.75rem;font-weight:400;font-family:var(--font-body);letter-spacing:.35em;text-transform:uppercase;color:#f5f5f5}.hero-scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:2}.hero-scroll span{display:block;width:1px;height:56px;background:linear-gradient(to bottom,var(--gold),transparent);margin:0 auto;animation:scrollPulse 2.2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:1;transform:scaleY(1) translateY(0)}50%{opacity:.25;transform:scaleY(.5) translateY(8px)}}.section--2>h2{margin-bottom:2.5rem}.section--3{justify-content:flex-start;padding-top:8rem;padding-bottom:3rem}.section--3>h2{margin-bottom:5rem}.section--2{justify-content:flex-start;padding-top:8rem;padding-bottom:6rem}.section--2 .pub-intro{max-width:760px}.pub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,384px));gap:2rem;width:100%;max-width:900px;margin-top:3rem;justify-content:center}.pub-card{width:384px;min-height:384px;background:var(--surface);border:1px solid rgba(201,169,110,.18);border-radius:10px;display:flex;flex-direction:column;padding:2rem;text-align:left;box-shadow:0 4px 24px #00000059;transition:box-shadow .25s ease,border-color .25s ease}.pub-card:hover{border-color:#c9a96e61;box-shadow:0 8px 36px #00000080}.pub-card__title{font-family:var(--font-head);font-size:1.55rem;font-weight:300;color:var(--cream);letter-spacing:-.01em;margin-bottom:1rem;line-height:1.2}.pub-card__desc{flex:1 1 auto;font-size:.9rem;line-height:1.8;color:var(--text);margin-bottom:1.5rem}.pub-card .btn-outline{margin-top:0;align-self:flex-start}.about-layout{display:flex;align-items:center;gap:6rem;width:100%;max-width:1100px;text-align:left}.about-text{flex:1 1 0;min-width:0}.about-image{flex:0 0 auto;display:flex;align-items:center}.about-image img{max-width:340px;width:100%;height:auto;border-radius:8px;display:block}.about-body{margin-top:.75rem;text-align:left}.about-body p{font-size:1rem;line-height:1.85;color:#fff;margin-bottom:1.25rem}.about-body p:last-child{margin-bottom:0}.skeleton-block{margin-top:2.5rem;width:min(480px,90%);height:180px;border-radius:12px;background:#f3f4f6;border:1px dashed #d1d5db;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.8rem;letter-spacing:.05em}.reveal{opacity:0;transform:translateY(28px);transition:opacity .9s ease,transform .9s ease}.reveal.visible{opacity:1;transform:translateY(0)}.dark-page,.dark-page .section{background:var(--dark)}.dark-page .section:nth-child(2n){background:var(--surface)}.dark-page .section h2{color:var(--cream);font-weight:300}.dark-page .section p,.dark-page .about-body p{color:var(--text)}.dark-page .skeleton-block{background:#1a272c;border-color:#2d3f46;color:#4b6270}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:1100px;margin-top:2.5rem}.service-card{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:4 / 3;display:block;text-decoration:none}.service-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.service-card:hover img{transform:scale(1.05)}.service-card-label{position:absolute;bottom:0;left:0;right:0;padding:1.25rem 1.25rem 1rem;background:linear-gradient(transparent,#0b1215e0);color:var(--cream);font-family:var(--font-head);font-size:1.25rem;font-weight:300;letter-spacing:.01em}.partner-card{display:block;text-decoration:none;color:inherit}.partners-grid{display:flex;justify-content:center;gap:5rem;max-width:860px;width:100%;margin:3rem auto 0;text-align:center}.partner-card img{width:240px;height:240px;object-fit:cover;object-position:top center;border-radius:10px;display:block;margin:0 auto 1.5rem;border:1px solid rgba(201,169,110,.25)}.partner-name{font-family:var(--font-head);font-size:1.7rem;font-weight:300;color:var(--cream);margin-bottom:.3rem}.partner-title{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:#f5f5f5;margin-bottom:1rem}.partner-bio{font-size:.9rem;line-height:1.8;color:var(--text)}.offices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1100px;width:100%;text-align:left;margin-top:3rem}.office-card{display:flex;flex-direction:column}.office-photo{width:100%;aspect-ratio:4 / 3;background:#c9a96e12;border:1px solid rgba(201,169,110,.2);border-radius:8px;overflow:hidden;margin-bottom:1.5rem}.office-photo-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.office-photo-img[src=""]{display:none}.office-city{font-family:var(--font-head);font-size:1.15rem;font-weight:300;color:#f5f5f5;margin-bottom:.5rem}.office-detail{font-size:.88rem;line-height:1.9;color:var(--text)}.btn-outline{display:inline-block;margin-top:2rem;padding:.65rem 1.6rem;background:var(--accent);border:none;border-radius:6px;color:#fff;text-decoration:none;font-size:.8rem;font-family:var(--font-body);font-weight:600;letter-spacing:.05em;cursor:pointer;transition:opacity .2s}.btn-outline:hover{opacity:.85}.btn-back{display:inline-flex;align-items:center;gap:.45rem;margin-top:1.75rem;font-family:var(--font-body);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:#f5f5f573;text-decoration:none;transition:color .2s}.btn-back:before{content:"←";display:inline-block;transition:transform .25s}.btn-back:hover{color:#f5f5f5}.btn-back:hover:before{transform:translate(-5px)}.cta-layout{display:flex;align-items:flex-start;gap:6rem;width:100%;max-width:900px}.cta-left{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.cta-rule{width:48px;border:none;border-top:1px solid rgba(255,255,255,.4);margin:1.5rem 0}.cta-right{flex:0 0 200px;display:flex;flex-direction:column;gap:2rem;padding-top:.5rem}.cta-office-city{font-family:var(--font-body);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.3rem}.cta-office-phone{font-family:var(--font-body);font-size:.9rem;color:#ffffffa6;text-decoration:none;transition:color .2s}.cta-office-phone:hover{color:var(--cream)}.office-email{font-family:var(--font-body);font-size:.85rem;color:#ffffff80;text-decoration:none;transition:color .2s}.office-email:hover{color:var(--cream)}.partners-detail{display:flex;flex-direction:column;gap:5rem;max-width:860px;width:100%}.partner-detail-card{display:grid;grid-template-columns:280px 1fr;gap:3rem;align-items:start}.partner-detail-img{width:260px;height:260px;object-fit:cover;object-position:top center;border-radius:10px;border:1px solid rgba(201,169,110,.25)}.partner-detail-text p{font-size:.95rem;line-height:1.85;color:var(--text);margin-bottom:1rem}.partner-detail-text p:last-child{margin-bottom:0}.services-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1000px;width:100%;margin-top:2.5rem}.service-detail-card{border:1px solid rgba(201,169,110,.15);border-radius:10px;overflow:hidden}.service-detail-card img{width:100%;height:200px;object-fit:cover;display:block}.service-detail-body{padding:1.75rem}.service-detail-body h3{font-family:var(--font-head);font-size:1.4rem;font-weight:300;color:var(--cream);margin-bottom:1rem}.service-detail-body p{font-size:.9rem;line-height:1.8;color:var(--text);margin-bottom:.75rem}.service-detail-body p:last-child{margin-bottom:0}.page-hero{width:100%;background:var(--dark);padding:3rem 4rem;margin-top:var(--nav-h-large);text-align:center;border-bottom:1px solid rgba(201,169,110,.15)}.page-hero h1{font-family:var(--font-head);font-size:clamp(2.4rem,5vw,4rem);font-weight:300;color:var(--cream);letter-spacing:-.01em;margin-bottom:.75rem}.page-hero p{color:var(--text);letter-spacing:.06em;text-transform:uppercase;font-size:.85rem}.partner-cta{display:block;margin-top:1.25rem;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;color:#fff}.linkedin-intro{max-width:520px;font-size:.95rem;color:var(--text);line-height:1.8;margin-bottom:2.5rem;text-align:center}.linkedin-wall{width:100%;max-width:900px}.linkedin-placeholder{width:100%;min-height:220px;border:1px dashed rgba(201,169,110,.25);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text);font-size:.85rem;letter-spacing:.04em}.linkedin-placeholder:after{content:"LinkedIn feed — coming soon"}.btn-linkedin{display:inline-block;margin-top:2rem;padding:.65rem 1.6rem;border:1px solid var(--gold);border-radius:6px;color:var(--gold);font-family:var(--font-body);font-size:.8rem;font-weight:600;letter-spacing:.06em;text-decoration:none;text-transform:uppercase;transition:background .2s,color .2s}.btn-linkedin:hover{background:var(--gold);color:var(--dark)}.service-hero{position:relative;width:100%;height:clamp(200px,42vh,420px);overflow:hidden;margin-top:var(--nav-h-large)}.service-hero+.section{padding-top:3rem;min-height:auto}.service-hero img{width:100%;height:100%;object-fit:cover;display:block}.service-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(11,18,21,.85) 0%,rgba(11,18,21,.35) 60%,transparent 100%);display:flex;align-items:flex-end;justify-content:center;padding:2.5rem 3rem}.service-hero-overlay h1{font-family:var(--font-head);font-size:clamp(2rem,5vw,3.25rem);font-weight:300;color:var(--cream);letter-spacing:.02em;margin:0;text-align:center}.service-bullets{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:2.5rem;max-width:680px}.service-bullets li{padding-left:1.25rem;position:relative;color:var(--cream);font-family:var(--font-body);font-size:.95rem;line-height:1.6}.service-bullets li:before{content:"";position:absolute;left:0;top:.65em;width:6px;height:6px;border-radius:50%;background:var(--gold)}.who-for-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:960px;margin-top:3rem}.who-for-card{border:1px solid rgba(201,169,110,.15);border-top:3px solid rgba(255,255,255,.5);border-radius:8px;padding:2rem 1.75rem;background:#ffffff0a}.who-for-card-label{font-family:var(--font-body);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.85rem}.who-for-card-text{font-family:var(--font-body);font-size:.92rem;line-height:1.75;color:#ffffffbf;margin:0}.who-for-card:nth-child(2){transition-delay:.15s}.who-for-card:nth-child(3){transition-delay:.3s}.faq-list{max-width:780px;width:100%;margin:2rem auto 0;display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid rgba(245,245,245,.12)}.faq-item:first-child{border-top:1px solid rgba(245,245,245,.12)}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0;cursor:pointer;-webkit-user-select:none;user-select:none}.faq-question h3{font-family:var(--font-head);font-size:1.15rem;font-weight:400;color:#f5f5f5;margin:0;flex:1}.faq-icon{flex-shrink:0;width:22px;height:22px;border:1px solid rgba(245,245,245,.35);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:var(--gold);transition:background .2s,border-color .2s,transform .3s;line-height:1}.faq-item.open .faq-icon{border-color:var(--gold);background:var(--gold);color:#1a1a1a;transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.faq-item.open .faq-answer{max-height:600px}.faq-answer p{margin:0;padding-bottom:1.25rem;padding-left:10rem;color:var(--cream);font-size:.95rem;line-height:1.7;opacity:.85}.dropdown-label{display:block;padding:.4rem 1.25rem .15rem;font-family:var(--font-body);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:#f5f5f5;pointer-events:none}.submenu-trigger{cursor:pointer;display:flex;justify-content:space-between;align-items:center}.submenu-trigger:after{content:"▸";font-size:.7rem;opacity:.6;transition:transform .2s ease}.submenu-trigger.open:after{transform:rotate(90deg)}.submenu{display:none;background:#ffffff0a;border-top:1px solid rgba(201,169,110,.1);border-bottom:1px solid rgba(201,169,110,.1)}.submenu.open{display:block}.submenu a{padding-left:2rem;font-size:.82rem;opacity:.85}.site-footer{background:var(--dark);border-top:1px solid rgba(201,169,110,.18);padding:3rem 3rem 2rem}.footer-inner{max-width:1100px;margin:0 auto}.footer-top{display:grid;grid-template-columns:auto 1fr auto;gap:3rem;align-items:center;margin-bottom:2rem}.footer-brand{display:flex;flex-direction:column;gap:.85rem}.footer-brand-link{display:flex;flex-direction:column;gap:.85rem;text-decoration:none}.footer-brand-link:hover .nav-logo{opacity:.75}.footer-tagline{font-size:.78rem;color:var(--text);letter-spacing:.05em;line-height:1.7;margin:0}.footer-col-title{font-family:var(--font-body);font-size:.7rem;font-weight:600;color:var(--gold);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1.1rem}.footer-offices{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem 2rem}.footer-office-city{font-size:.72rem;color:var(--gold);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.2rem}.footer-office-addr{font-size:.82rem;color:var(--text);line-height:1.75}.footer-memberships{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.footer-membership-link{display:inline-block}.footer-membership-logo{max-width:130px;height:auto;opacity:.7;transition:opacity .2s;filter:brightness(0) invert(1)}.footer-membership-logo:hover{opacity:1}.footer-membership-logo--tkfl{filter:none;max-width:180px;height:auto;display:block}.footer-bottom{border-top:1px solid rgba(201,169,110,.1);padding-top:1.5rem;text-align:center}.footer-copy{font-size:.75rem;color:var(--cream);opacity:.35;margin:0}.footer-legal-links{margin:.4rem 0 0;font-size:.75rem;font-family:var(--font-body)}.footer-legal-links a{color:var(--cream);opacity:.35;text-decoration:none;transition:opacity .2s}.footer-legal-links a:hover{opacity:.7}.footer-legal-sep{color:var(--cream);opacity:.2;margin:0 .5rem}@media (max-width: 768px){.navbar{height:var(--nav-h);padding:0 1rem}body{padding-top:var(--nav-h)}.nav-logo{height:30px}.nav-logo-text{font-size:1rem}.nav-toggle,.btn-lang{padding:.35rem .7rem;font-size:.75rem}.section{padding:5rem 1.5rem}.service-hero{height:clamp(160px,35vh,280px);margin-top:var(--nav-h)}.service-hero-overlay{padding:1.5rem}.page-hero{margin-top:var(--nav-h);padding:2rem 1.5rem}.about-layout{flex-direction:column;gap:2.5rem}.about-image img{max-width:100%}.service-bullets,.who-for-grid{grid-template-columns:1fr}.cta-layout{flex-direction:column;gap:3rem}.cta-right{flex-direction:row;flex-wrap:wrap;gap:2rem 3rem}.services-grid{grid-template-columns:repeat(2,1fr)}.partners-grid{flex-direction:column;align-items:center;gap:3rem}.partner-card img{width:180px;height:180px}.offices-grid{grid-template-columns:1fr;gap:2.5rem}.partner-detail-card{grid-template-columns:1fr}.partner-detail-img{width:100%;height:auto;max-width:280px}.services-detail-grid{grid-template-columns:1fr}.pub-grid{grid-template-columns:1fr;max-width:480px}.pub-card{width:100%;min-height:auto}.faq-answer p{padding-left:4rem}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}.footer-offices{grid-template-columns:1fr;gap:1rem}.site-footer{padding:2.5rem 1.5rem 2rem}}@media (max-width: 480px){.section{padding:3.5rem 1.25rem}.hero-headline{font-size:clamp(2rem,10vw,3rem)}.services-grid{grid-template-columns:1fr}.partner-card img{width:140px;height:140px}.footer-top{grid-template-columns:1fr;gap:1.5rem}.nav-actions{gap:.35rem}.faq-answer p{padding-left:1rem}}
