/* System font stack; no external font dependency. */
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#eef1f4;color:#0b1f3a;font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}
:root{--navy:#071f3c;--navy2:#0b2d55;--navy3:#06172d;--gold:#d7ad54;--gold2:#e7c46f;--ink:#0b1f3a;--muted:#5d6877;--line:#dfe4ea;--soft:#f6f7f9;--white:#fff;--serif:'EB Garamond',Georgia,serif;--sans:'Inter',Arial,sans-serif}
a{color:inherit}.page{width:min(1440px,100%);min-height:900px;margin:0 auto;background:#fff;position:relative;overflow:hidden;box-shadow:0 0 30px rgba(12,28,47,.13)}
.header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 42px;border-bottom:1px solid var(--line);background:#fff;position:relative;z-index:20}.header.dark{background:transparent;border-color:rgba(255,255,255,.17);color:#fff;position:absolute;inset:0 0 auto 0}.brand{display:flex;align-items:center;gap:10px;min-width:255px;text-decoration:none}.brand img{width:48px;height:48px;object-fit:cover;border-radius:3px;box-shadow:0 2px 8px rgba(0,0,0,.12)}.brand-copy{font-size:11px;font-weight:800;letter-spacing:2.4px;white-space:nowrap}.header.dark .brand-copy{color:#fff}.nav{display:flex;gap:23px;align-items:center;font-size:11px;font-weight:600;white-space:nowrap}.nav a{text-decoration:none;position:relative}.nav a:not(.cta):after{content:'';position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:currentColor;transition:.2s}.nav a:hover:after,.nav a[aria-current='page']:after{right:0}.header.dark .nav{color:#fff}.language-switch{display:flex;align-items:center;gap:5px;border:1px solid rgba(112,126,145,.45);border-radius:999px;padding:3px}.header.dark .language-switch{border-color:rgba(255,255,255,.35)}.language-switch a{display:grid;place-items:center;min-width:26px;height:24px;border-radius:999px;font-size:9px}.language-switch a.active{background:var(--gold);color:var(--navy)}
.cta,.btn-gold{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(#e5c670,#d2a64f);color:#0a1d35;border:1px solid #b98a34;border-radius:3px;padding:12px 18px;font-size:11px;font-weight:800;text-decoration:none;white-space:nowrap;box-shadow:0 1px 0 rgba(255,255,255,.5) inset;cursor:pointer}.cta:hover,.btn-gold:hover{filter:brightness(1.04)}.outline{display:inline-flex;align-items:center;justify-content:center;color:#fff;border:1px solid rgba(255,255,255,.8);border-radius:3px;padding:12px 18px;font-size:11px;font-weight:700;text-decoration:none}.outline:hover{background:rgba(255,255,255,.08)}
.mobile-language{display:none}.mobile-toggle{display:none;background:none;border:0;color:inherit;font-size:24px}.mobile-nav{display:none}
h1,h2,h3{font-family:var(--serif);margin:0;color:var(--ink)}.section-title{font-size:47px;line-height:.98;font-weight:700}.section-sub{font-size:17px;color:#2f3d50;line-height:1.45;margin-top:8px}
.footer{height:170px;background:linear-gradient(135deg,var(--navy3),var(--navy2));color:#fff;padding:26px 70px 16px;display:grid;grid-template-columns:1.55fr 1.1fr .8fr .8fr;gap:48px;position:relative}.footer .brand img{width:50px;height:50px}.footer .brand-copy{color:#fff}.footer p,.footer a,.footer span{font-size:11px;line-height:1.55;color:#c8d1dc;text-decoration:none}.footer h4{font-family:var(--serif);font-size:17px;color:#fff;margin:0 0 9px}.footer>div:not(:first-child){display:flex;flex-direction:column;gap:3px}.footer a:hover{color:#fff}.footer-bottom{position:absolute;left:70px;right:70px;bottom:10px;border-top:1px solid rgba(255,255,255,.13);padding-top:8px;font-size:9px;color:#aab6c6;text-align:center}.social-row{display:flex!important;flex-direction:row!important;gap:8px!important;margin-top:5px}.social-circle{width:28px;height:28px;border:1px solid rgba(255,255,255,.3);border-radius:50%;display:grid;place-items:center!important;color:#fff!important;font-size:10px!important}
/* home */.home-hero{height:515px;background-image:linear-gradient(90deg,rgba(4,23,45,.95) 0%,rgba(4,23,45,.75) 43%,rgba(4,23,45,.08) 72%),url('../img/hero-skyline.jpg');background-size:cover;background-position:center;position:relative;color:#fff;padding:145px 72px 40px}.home-hero .eyebrow{font-size:11px;line-height:1.5;font-weight:800;letter-spacing:1.7px;text-transform:uppercase;color:#fff;width:440px;margin-bottom:18px}.home-hero h1{font-size:62px;line-height:.94;color:#fff;width:560px;letter-spacing:-1px}.home-hero p{font-size:17px;margin:16px 0 22px;color:#fff}.hero-actions{display:flex;gap:13px}.how{height:215px;background:#fff;padding:24px 55px 22px;text-align:center}.how h2{font-size:31px;line-height:1}.how>p{margin:8px auto 20px;max-width:800px;color:#4c596b;font-size:12px;line-height:1.45}.help-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:42px;max-width:1150px;margin:auto}.help-item{padding:0 15px}.help-icon{width:46px;height:46px;margin:0 auto 7px;color:var(--navy);display:grid;place-items:center}.help-icon svg{width:42px;height:42px;stroke:currentColor;fill:none;stroke-width:1.5}.help-item strong{display:block;font-size:12px;color:var(--ink);margin-bottom:4px}.help-item span{display:block;font-size:10px;line-height:1.35;color:#536071}
/* common */.content{min-height:824px;padding:42px 42px 30px;background:#fff;position:relative}.title-block{margin-bottom:24px}.title-block h1{font-size:46px;line-height:1}.title-block p{margin:5px 0 0;font-size:15px;line-height:1.35;color:#2f3d50}.rule{height:1px;background:var(--line);margin:18px -42px 28px}
/* service page */.services-layout{display:grid;grid-template-columns:280px 1fr;gap:35px;min-height:515px}.service-tabs{border:1px solid var(--line);border-radius:5px;overflow:hidden;height:max-content}.service-tab{width:100%;height:66px;padding:0 20px;display:flex;align-items:center;gap:13px;border:0;border-bottom:1px solid var(--line);background:#fff;color:var(--ink);font:600 13px var(--sans);text-align:left;cursor:pointer}.service-tab:last-child{border-bottom:0}.service-tab.active{background:linear-gradient(135deg,var(--navy3),var(--navy2));color:#fff}.service-tab:focus-visible,.step:focus-visible{outline:3px solid rgba(215,173,84,.65);outline-offset:-3px}.mini-icon{width:25px;height:25px;border:1px solid currentColor;border-radius:4px;display:grid;place-items:center}.mini-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}.service-panel[hidden]{display:none}.service-main{display:grid;grid-template-columns:1fr 290px;gap:30px;padding-top:4px}.service-main h2{font-size:39px;line-height:.92}.service-main .lead{font-size:13px;color:#445064;line-height:1.45;margin:13px 0 18px;max-width:590px}.service-main h3{font-family:var(--sans);font-size:14px;margin:0 0 9px}.service-main ul{padding-left:18px;margin:0;display:grid;gap:8px}.service-main li{font-size:12px;line-height:1.35;color:#26364a}.service-photo{width:100%;height:310px;object-fit:cover;border-radius:4px}.service-visual{height:310px;border-radius:4px;background:linear-gradient(150deg,#0b2d55,#06172d);color:#fff;padding:32px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.service-visual:before{content:'';position:absolute;width:180px;height:180px;border:1px solid rgba(255,255,255,.18);border-radius:50%;right:-40px;top:-30px}.service-visual:after{content:'';position:absolute;width:130px;height:130px;border:1px solid rgba(215,173,84,.45);border-radius:50%;right:20px;top:30px}.service-visual svg{width:70px;height:70px;stroke:var(--gold2);fill:none;stroke-width:1.2;position:absolute;left:30px;top:32px}.service-visual strong{font-family:var(--serif);font-size:28px;z-index:1}.service-visual span{font-size:12px;color:#d4dce7;line-height:1.5;margin-top:6px;z-index:1}.deliverables{margin-top:18px;background:#f6f7f8;border-radius:6px;padding:17px 22px 18px}.deliverables h3{font-family:var(--sans);font-size:14px;margin:0 0 14px}.deliver-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.deliver{display:flex;align-items:center;gap:10px;font-size:11px;line-height:1.25;color:#233247}.deliver .boxicon{width:32px;height:32px;border:1px solid #8793a3;border-radius:4px;display:grid;place-items:center;color:var(--navy);flex:0 0 auto}.deliver .boxicon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5}.funding-note{margin-top:11px;padding:9px 12px;border-left:3px solid var(--gold);background:#fbf8f0;font-size:9.5px;line-height:1.4;color:#5b513e}.bottom-cta{height:115px;margin-top:22px;background:linear-gradient(135deg,var(--navy3),var(--navy2));border-radius:4px;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.bottom-cta strong{font-family:var(--serif);font-size:22px}.bottom-cta span{font-size:12px;margin:3px 0 10px;color:#dbe3ec}.bottom-cta .cta{padding:9px 16px}
/* approach */.approach-wrap{display:grid;grid-template-columns:305px 1fr;gap:0;border:1px solid var(--line);border-radius:5px;height:560px;overflow:hidden}.steps{background:#f7f8fa}.step{width:100%;height:112px;padding:18px 18px 14px 70px;position:relative;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--ink);text-align:left;cursor:pointer;font-family:var(--sans)}.step:last-child{border-bottom:0}.step.active{background:linear-gradient(135deg,var(--navy3),var(--navy2));color:#fff}.step .num{position:absolute;left:22px;top:17px;font-size:22px;font-weight:700}.step strong{display:block;font-size:13px;margin-bottom:4px}.step small{display:block;font-size:10px;line-height:1.35;color:#5c6675}.step.active small{color:#dae2eb}.approach-panel{padding:30px 40px 112px;position:relative;height:560px}.approach-panel[hidden]{display:none}.approach-panel h2{font-size:35px;line-height:1}.approach-panel>.panel-intro{font-size:12px;color:#526073;line-height:1.5;margin:8px 0 18px;max-width:780px}.approach-grid{display:grid;grid-template-rows:repeat(5,1fr);gap:2px}.approach-detail{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:14px;min-height:64px}.approach-detail .round{width:44px;height:44px;border:1px solid #7d8998;border-radius:50%;display:grid;place-items:center}.approach-detail .round svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6}.approach-detail strong{display:block;font-size:13px;margin-bottom:3px}.approach-detail span{font-size:10.5px;color:#516073;line-height:1.35}.mission{position:absolute;left:345px;right:42px;bottom:34px;height:92px;background:linear-gradient(135deg,var(--navy3),var(--navy2));border-radius:4px;color:#fff;padding:22px 30px}.mission strong{display:block;font-family:var(--serif);font-size:20px;margin-bottom:6px}.mission span{font-size:12px;color:#dce4ee}
/* who */.audience-box{height:310px;border:1px solid var(--line);border-radius:5px;display:grid;grid-template-columns:1fr 1px 1fr;padding:31px 50px}.divider{background:var(--line)}.aud-card{display:grid;grid-template-columns:60px 1fr;gap:18px;padding:0 38px}.aud-icon{width:55px;height:55px;border:1px solid #8591a1;border-radius:50%;display:grid;place-items:center}.aud-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.5}.aud-card h3{font-family:var(--sans);font-size:16px;margin-top:4px}.aud-card p{font-size:11px;color:#556274;margin:7px 0 12px}.aud-card ul{margin:0;padding-left:18px;display:grid;gap:9px}.aud-card li{font-size:11px;color:#25354a}.industry-row{margin-top:28px}.industry-row h3{font-family:var(--sans);font-size:14px;margin:0 0 20px}.industry-icons{display:grid;grid-template-columns:repeat(8,1fr);gap:7px;text-align:center}.industry{font-size:9px;color:#26364a}.industry .i{width:46px;height:46px;margin:0 auto 7px;border:1px solid #9ba5b2;border-radius:50%;display:grid;place-items:center}.industry .i svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.45}.promise{position:absolute;left:42px;right:42px;bottom:34px;height:88px;background:linear-gradient(135deg,var(--navy3),var(--navy2));border-radius:4px;color:#fff;padding:21px 32px}.promise strong{font-family:var(--serif);font-size:20px}.promise span{display:block;font-size:12px;margin-top:4px;color:#dbe3ed}
/* industry */.food-head h1{font-size:42px}.food-head h2{font-size:26px;margin-top:4px}.food-head p{font-size:12px;color:#4d596a;max-width:940px;margin:7px 0 15px}.food-layout{display:grid;grid-template-columns:330px 1fr;gap:26px;height:362px;overflow:hidden}.how-help h3{font-family:var(--sans);font-size:14px;margin:0 0 13px}.food-item{display:grid;grid-template-columns:26px 1fr;gap:9px;margin-bottom:12px}.check{width:20px;height:20px;border:1px solid #8f99a7;border-radius:50%;display:grid;place-items:center}.check svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2}.food-item strong{display:block;font-size:11px;margin-bottom:2px}.food-item span{display:block;font-size:9.5px;line-height:1.25;color:#546173}.photo-grid{display:grid;grid-template-rows:195px 147px;gap:10px;height:352px;overflow:hidden;position:relative;z-index:1}.photo-grid img{width:100%;height:100%;object-fit:cover;border-radius:5px}.photo-bottom{display:grid;grid-template-columns:1fr 1fr;gap:10px}.permits{margin-top:12px;background:#f5f6f7;border-radius:6px;padding:12px 18px 13px;position:relative;z-index:3;min-height:118px;overflow:hidden}.permits h3{font-family:var(--sans);font-size:13px;margin:0 0 12px}.permit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.permit{display:grid;grid-template-columns:34px 1fr;gap:8px;border:0;background:transparent;text-align:left;color:inherit;padding:0;cursor:pointer}.permit:hover strong{text-decoration:underline}.permit .picon{width:30px;height:30px;border:1px solid #8a96a5;border-radius:4px;display:grid;place-items:center}.permit .picon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.5}.permit strong{font-size:10.5px}.permit span{display:block;font-size:8.5px;line-height:1.3;color:#546173;margin-top:2px}.food-cta{height:62px;margin-top:10px;background:linear-gradient(135deg,var(--navy3),var(--navy2));border-radius:4px;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;font-size:13px;line-height:1.4;padding:0 120px}.agency-note{font-size:8.5px;color:#6c7480;text-align:right;margin-top:4px}
/* about */.about-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:45px}.about-copy h2{font-size:38px;line-height:1}.about-copy p{font-size:13px;line-height:1.65;color:#4c596b}.about-card{background:linear-gradient(145deg,var(--navy3),var(--navy2));color:#fff;border-radius:6px;padding:34px}.about-card h3{color:#fff;font-size:30px}.about-card p{font-size:12px;line-height:1.55;color:#d7e0e9}.about-values{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:25px}.about-value{border:1px solid var(--line);border-radius:5px;padding:17px}.about-value strong{font-size:12px}.about-value span{display:block;font-size:10px;line-height:1.4;color:#576577;margin-top:4px}.about-cta{margin-top:28px;background:#f6f7f8;border-radius:6px;padding:24px;display:flex;align-items:center;justify-content:space-between}.about-cta h3{font-size:26px}.about-cta p{font-size:11px;color:#596676;margin:4px 0 0}
/* contact */.contact-content{min-height:654px;padding:40px 62px 25px;display:grid;grid-template-columns:1fr 1fr;gap:70px}.contact-left h1{font-size:47px;line-height:.96}.contact-left>p{font-size:12px;line-height:1.45;color:#4d596b;margin:15px 0 25px;max-width:530px}.contact-row{display:grid;grid-template-columns:35px 1fr;gap:12px;align-items:center;margin:14px 0;font-size:12px}.contact-row .circle{width:32px;height:32px;border:2px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:#a77824}.contact-row .circle svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.contact-row a{text-decoration:none}.contact-row a:hover{text-decoration:underline}.benefits{margin-top:28px;padding-top:20px;border-top:1px solid var(--line)}.benefits h3{font-size:23px;margin-bottom:13px}.benefits span{display:block;position:relative;padding-left:20px;font-size:11px;line-height:1.45;margin:8px 0}.benefits span:before{content:'✓';position:absolute;left:0;color:#b68127;font-weight:900}.booking-card{border:1px solid var(--line);border-radius:8px;padding:25px 30px;background:#fff;box-shadow:0 7px 22px rgba(10,30,55,.07);text-align:center}.booking-card h2{font-size:35px}.booking-card>p{font-size:11px;color:#4f5b6b;line-height:1.4;margin:8px auto 15px;max-width:420px}.booking-card .or{font-size:10px;margin:10px 0;color:#6d7683}.booking-card input,.booking-card textarea,.booking-card select{width:100%;border:1px solid #dfe3e8;background:#f8f9fa;border-radius:4px;padding:12px 13px;margin-bottom:10px;font-family:var(--sans);font-size:10px}.booking-card textarea{height:82px;resize:vertical}.booking-card label.consent{display:flex;text-align:left;gap:8px;font-size:8.5px;line-height:1.35;color:#5e6875;margin:0 0 10px}.booking-card label.consent input{width:auto;margin:2px 0 0}.send{width:100%;height:40px;background:var(--navy);color:#fff;border:0;border-radius:3px;font-size:11px;font-weight:700;cursor:pointer}.send:hover{background:var(--navy2)}.form-status{min-height:17px;font-size:9px;margin-top:8px}.form-status.success{color:#17633b}.form-status.error{color:#a02d2d}.honeypot{position:absolute!important;left:-9999px!important}.contact-footer{height:170px}
/* legal */.legal{max-width:980px;margin:0 auto;padding:48px 50px 80px}.legal h1{font-size:46px}.legal h2{font-size:27px;margin:28px 0 8px}.legal p,.legal li{font-size:13px;line-height:1.65;color:#465468}.legal .legal-alert{border-left:4px solid var(--gold);background:#fbf8ef;padding:18px 20px;margin:22px 0;font-weight:600;color:#362f21}.notary-notice{border:2px solid var(--navy);padding:14px 18px;margin:20px 0;font-size:12px;font-weight:800;line-height:1.45;color:var(--navy);background:#fff}
/* modal/toast */.modal{position:fixed;inset:0;background:rgba(1,12,25,.68);z-index:100;display:none;align-items:center;justify-content:center;padding:20px}.modal.open{display:flex}.modal-card{width:min(560px,100%);background:#fff;border-radius:8px;box-shadow:0 24px 70px rgba(0,0,0,.3);padding:26px;position:relative}.modal-card h2{font-size:30px}.modal-card p{font-size:12px;line-height:1.55;color:#526073}.modal-close{position:absolute;right:13px;top:10px;border:0;background:transparent;font-size:24px;cursor:pointer}.modal-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.btn-navy{display:inline-flex;align-items:center;justify-content:center;background:var(--navy);color:#fff;border:0;border-radius:3px;padding:11px 16px;text-decoration:none;font-size:11px;font-weight:700;cursor:pointer}.modal-detail{display:grid;grid-template-columns:42px 1fr;gap:12px}.modal-detail .picon{width:38px;height:38px;border:1px solid #8a96a5;border-radius:4px;display:grid;place-items:center}.modal-detail .picon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.5}.official-links{display:grid;gap:6px;margin-top:12px}.official-links a{font-size:10px;color:#0b4b83}.toast{position:fixed;right:20px;bottom:20px;background:var(--navy);color:#fff;padding:12px 16px;border-radius:4px;font-size:11px;z-index:120;opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:none}
/* responsive */@media(max-width:1100px){.page{min-height:100vh}.header{padding:0 22px}.nav{gap:13px;font-size:9px}.brand{min-width:210px}.brand-copy{font-size:9px;letter-spacing:1.5px}.home-hero{padding-left:45px}.content{padding-left:28px;padding-right:28px}.rule{margin-left:-28px;margin-right:-28px}.services-layout{grid-template-columns:240px 1fr}.service-main{grid-template-columns:1fr 240px}.footer{padding-left:40px;padding-right:40px;gap:30px}.footer-bottom{left:40px;right:40px}.contact-content{padding-left:38px;padding-right:38px;gap:40px}}
@media(max-width:820px){body{background:#fff}.mobile-language{display:flex}.page{box-shadow:none}.header{height:68px}.brand img{width:43px;height:43px}.nav{display:none}.mobile-toggle{display:block}.mobile-nav{position:fixed;inset:68px 0 auto 0;background:#fff;color:var(--ink);z-index:90;padding:18px 24px;border-bottom:1px solid var(--line);box-shadow:0 10px 25px rgba(0,0,0,.12)}.mobile-nav.open{display:grid;gap:14px}.mobile-nav a{text-decoration:none;font-size:13px}.header.dark .mobile-nav{color:var(--ink)}.home-hero{height:auto;min-height:560px;padding:130px 28px 60px;background-position:58% center}.home-hero h1{font-size:49px;width:auto}.how{height:auto;padding:30px 22px}.help-grid{grid-template-columns:repeat(2,1fr);gap:26px 12px}.footer{height:auto;grid-template-columns:1fr 1fr;padding:30px 28px 55px}.footer-bottom{left:28px;right:28px}.content{min-height:auto;padding:34px 22px 45px}.title-block h1{font-size:40px}.services-layout{grid-template-columns:1fr}.service-tabs{display:grid;grid-template-columns:1fr 1fr}.service-tab{border-right:1px solid var(--line)}.service-main{grid-template-columns:1fr}.service-photo,.service-visual{height:250px}.deliver-grid{grid-template-columns:repeat(2,1fr)}.bottom-cta{height:auto;padding:25px}.approach-wrap{grid-template-columns:1fr;height:auto}.steps{display:grid;grid-template-columns:1fr 1fr}.step{height:auto;min-height:92px}.approach-panel{height:auto;padding:28px}.mission{position:static;margin-top:20px;height:auto}.audience-box{height:auto;grid-template-columns:1fr;padding:24px}.divider{height:1px;margin:20px 0}.aud-card{padding:0}.industry-icons{grid-template-columns:repeat(4,1fr);gap:18px}.promise{position:static;margin-top:24px;height:auto}.food-layout{grid-template-columns:1fr;height:auto;overflow:visible}.photo-grid{height:auto;grid-template-rows:220px 160px}.permits{overflow:visible}.permit-grid{grid-template-columns:1fr 1fr}.food-cta{height:auto;padding:20px;margin-bottom:0}.about-grid,.contact-content{grid-template-columns:1fr}.contact-content{padding:35px 24px}.footer.contact-footer{height:auto}.modal-card{max-height:90vh;overflow:auto}}
@media(max-width:520px){.brand-copy{display:none}.header{padding:0 16px}.home-hero h1{font-size:41px}.home-hero .eyebrow{width:auto}.help-grid{grid-template-columns:1fr 1fr}.service-tabs,.steps{grid-template-columns:1fr}.deliver-grid,.permit-grid,.about-values{grid-template-columns:1fr}.industry-icons{grid-template-columns:repeat(2,1fr)}.aud-card{grid-template-columns:46px 1fr}.aud-icon{width:44px;height:44px}.footer{grid-template-columns:1fr}.footer-bottom{position:static;grid-column:1;margin-top:12px}.contact-left h1{font-size:40px}.booking-card{padding:22px 18px}.language-switch{margin-left:auto;margin-right:10px}}

/* ONE-PAGE NAVIGATION */
.onepage-page{min-height:100vh;overflow:visible}.onepage-header{position:fixed!important;top:0;left:50%;transform:translateX(-50%);width:min(1440px,100%);z-index:100;transition:background .25s,color .25s,box-shadow .25s,border-color .25s}.onepage-header.scrolled{background:rgba(255,255,255,.97)!important;color:var(--ink)!important;border-color:var(--line)!important;box-shadow:0 8px 25px rgba(6,23,45,.12);backdrop-filter:blur(12px)}.onepage-header.scrolled .brand-copy,.onepage-header.scrolled .nav{color:var(--ink)!important}.onepage-header.scrolled .language-switch{border-color:rgba(112,126,145,.45)!important}.onepage-header .nav a.active-scroll:not(.cta):after{right:0}.onepage-section{scroll-margin-top:76px;border-top:1px solid var(--line);background:#fff;position:relative}.onepage-section>.content{min-height:auto;padding-top:58px;padding-bottom:58px}.onepage-section>.contact-content{min-height:auto;padding-top:66px;padding-bottom:66px}.onepage-section .bottom-cta{margin-bottom:0}.onepage-section .promise{position:static;margin-top:28px}.onepage-section .mission{position:static;margin-top:24px}.onepage-section .food-layout{height:auto;min-height:510px}.onepage-section .about-grid{min-height:auto}.onepage-page>.footer{min-height:170px;height:auto}.onepage-page #home{scroll-margin-top:0}.onepage-page .home-hero{min-height:515px}.onepage-header.scrolled .mobile-toggle{color:var(--ink)}
@media(max-width:820px){.onepage-header{left:0;transform:none}.onepage-header:not(.scrolled) .mobile-language{color:#fff}.onepage-section{scroll-margin-top:68px}.onepage-section>.content,.onepage-section>.contact-content{padding-top:42px;padding-bottom:42px}}


/* =============================================================
   CLEAN ONE-PAGE REVISION — consistent Arial, larger typography,
   full-width navigation, stable anchors, and auto-height sections.
   ============================================================= */
:root{
  --serif:Arial,Helvetica,sans-serif;
  --sans:Arial,Helvetica,sans-serif;
  --navy:#071f3c;
  --navy2:#0b315c;
  --gold:#d7ad54;
  --ink:#0a203d;
  --muted:#536277;
  --line:#dbe2ea;
}
html{scroll-behavior:auto;scroll-padding-top:88px}
body{font-family:Arial,Helvetica,sans-serif;font-size:16px;background:#fff;color:var(--ink);overflow-x:hidden}
button,input,textarea,select{font-family:Arial,Helvetica,sans-serif}
h1,h2,h3,h4,.section-title,.footer h4,.mission strong,.promise strong,.bottom-cta strong{font-family:Arial,Helvetica,sans-serif!important;letter-spacing:-.02em}
.page,.onepage-page{width:100%;max-width:1600px;min-height:100vh;margin:0 auto;overflow:visible;box-shadow:none}

/* Header: remove the translate/half-width behavior that caused clipping. */
.onepage-header,.onepage-header.dark{
  position:fixed!important;top:0!important;left:0!important;right:0!important;
  width:100%!important;max-width:none!important;transform:none!important;
  height:88px;padding:0 clamp(24px,3.5vw,64px);z-index:1000;
  background:linear-gradient(180deg,rgba(4,22,43,.78),rgba(4,22,43,.22))!important;
  border-bottom:1px solid rgba(255,255,255,.22)!important;
}
.onepage-header.scrolled{
  background:rgba(255,255,255,.985)!important;color:var(--ink)!important;
  border-color:var(--line)!important;box-shadow:0 8px 26px rgba(5,26,50,.12)!important;
  backdrop-filter:blur(12px)
}
.brand{min-width:285px;gap:12px}.brand img{width:56px;height:56px}.brand-copy{font-size:14px;letter-spacing:2.2px}
.nav{gap:clamp(14px,1.6vw,28px);font-size:14px;font-weight:700}.nav .cta{font-size:14px;padding:14px 22px}
.language-switch a{font-size:12px;min-width:31px;height:29px}.mobile-toggle{font-size:29px}

/* Hero */
.home-hero,.onepage-page .home-hero{
  height:auto;min-height:650px;padding:175px clamp(34px,5.5vw,88px) 72px;
  background-image:linear-gradient(90deg,rgba(3,22,44,.96) 0%,rgba(3,22,44,.82) 38%,rgba(3,22,44,.25) 68%,rgba(3,22,44,.05) 100%),url('../img/hero-skyline.jpg');
  background-size:cover;background-position:center 48%;
}
.home-hero .eyebrow{font-size:14px;line-height:1.55;letter-spacing:2px;width:auto;max-width:650px;margin-bottom:20px}
.home-hero h1{font-family:Arial,Helvetica,sans-serif!important;font-size:clamp(52px,5.1vw,78px);font-weight:800;line-height:1.02;letter-spacing:-2.2px;width:auto;max-width:760px}
.home-hero p{font-size:22px;line-height:1.35;margin:20px 0 28px}.hero-actions{gap:16px}.cta,.btn-gold,.outline{font-size:14px;padding:15px 23px}

/* How we help */
.how{height:auto;min-height:290px;padding:42px clamp(28px,5vw,78px) 48px}
.how h2{font-family:Arial,Helvetica,sans-serif!important;font-size:40px;font-weight:800;line-height:1.1}
.how>p{font-size:16px;max-width:970px;line-height:1.55;margin:12px auto 30px}.help-grid{max-width:1320px;gap:34px}
.help-icon{width:58px;height:58px}.help-icon svg{width:52px;height:52px}.help-item strong{font-size:16px;margin-bottom:7px}.help-item span{font-size:14px;line-height:1.45}

/* Shared section sizing */
.onepage-section{scroll-margin-top:88px;border-top:1px solid var(--line);overflow:visible}
.onepage-section>.content,.onepage-section>.contact-content{
  width:100%;max-width:1480px;margin:0 auto;min-height:0!important;
  padding:78px clamp(30px,5vw,78px) 82px!important;
}
.title-block{margin-bottom:32px}.title-block h1,.section-title{font-size:50px!important;font-weight:800;line-height:1.05}.title-block p,.section-sub{font-size:19px!important;line-height:1.5;max-width:900px}
.rule{margin-top:25px;margin-bottom:34px}

/* Services */
.services-layout{grid-template-columns:290px minmax(0,1fr);gap:44px;min-height:0}
.service-tabs{border-radius:8px}.service-tab{height:auto;min-height:78px;padding:18px 22px;font-size:16px;line-height:1.3}.mini-icon{width:32px;height:32px}.mini-icon svg{width:19px;height:19px}
.service-main{grid-template-columns:minmax(0,1fr) minmax(300px,390px);gap:42px;align-items:start;padding-top:4px}
.service-main h2{font-family:Arial,Helvetica,sans-serif!important;font-size:44px;line-height:1.04;font-weight:800}.service-main .lead{font-size:17px;line-height:1.6;margin:18px 0 22px;max-width:760px}.service-main h3{font-size:18px;margin-bottom:12px}.service-main ul{gap:10px;padding-left:22px}.service-main li{font-size:16px;line-height:1.52}.service-photo,.service-visual{height:390px;border-radius:8px}.service-visual strong{font-size:32px}.service-visual span{font-size:15px}.deliverables{margin-top:26px;padding:24px 26px}.deliverables h3{font-size:18px}.deliver{font-size:14px}.deliver-grid{gap:22px}.funding-note{font-size:14px;line-height:1.55;padding:14px 16px;margin-top:16px}.bottom-cta{height:auto;min-height:145px;margin-top:32px;padding:28px}.bottom-cta strong{font-size:28px}.bottom-cta span{font-size:16px;margin:7px 0 14px}

/* Approach: auto height and readable Spanish/English content. */
.approach-wrap{grid-template-columns:310px minmax(0,1fr);height:auto;min-height:650px;overflow:visible;border-radius:8px}
.steps{display:flex;flex-direction:column}.step{height:auto;min-height:126px;padding:24px 22px 22px 78px}.step .num{font-size:25px;top:22px}.step strong{font-size:17px}.step small{font-size:14px;line-height:1.45}.approach-panel{height:auto;min-height:650px;padding:42px 48px 36px}.approach-panel h2{font-size:42px;font-weight:800}.approach-panel>.panel-intro{font-size:17px;line-height:1.6;max-width:900px;margin:12px 0 25px}.approach-grid{gap:12px}.approach-detail{grid-template-columns:58px 1fr;min-height:82px;gap:18px}.approach-detail .round{width:52px;height:52px}.approach-detail strong{font-size:17px}.approach-detail span{font-size:15px;line-height:1.45}.mission{position:static!important;height:auto!important;margin:30px 0 0!important;padding:26px 32px!important}.mission strong{font-size:24px}.mission span{font-size:16px;line-height:1.45}

/* Who we serve */
.audience-box{height:auto;min-height:390px;padding:42px 48px;border-radius:8px}.aud-card{grid-template-columns:72px 1fr;gap:22px;padding:0 38px}.aud-icon{width:66px;height:66px}.aud-icon svg{width:36px;height:36px}.aud-card h3{font-size:21px}.aud-card p{font-size:16px;line-height:1.5}.aud-card ul{gap:11px}.aud-card li{font-size:15px;line-height:1.45}.industry-row{margin-top:42px}.industry-row h3{font-size:20px}.industry-icons{gap:17px}.industry{font-size:13px;line-height:1.35}.industry .i{width:58px;height:58px}.industry .i svg{width:30px;height:30px}.promise{position:static!important;height:auto!important;margin-top:36px!important;padding:27px 34px!important}.promise strong{font-size:25px}.promise span{font-size:16px}

/* Industry */
.food-head h1{font-family:Arial,Helvetica,sans-serif!important;font-size:50px;font-weight:800}.food-head h2{font-family:Arial,Helvetica,sans-serif!important;font-size:31px;margin-top:7px}.food-head p{font-size:17px;line-height:1.55;max-width:1100px;margin:12px 0 26px}
.food-layout{grid-template-columns:minmax(360px,.8fr) minmax(0,1.55fr);gap:38px;height:auto;overflow:visible}.how-help h3{font-size:20px;margin-bottom:19px}.food-item{grid-template-columns:34px 1fr;gap:13px;margin-bottom:18px}.check{width:27px;height:27px}.food-item strong{font-size:16px}.food-item span{font-size:14px;line-height:1.45}.photo-grid{height:auto;grid-template-rows:330px 230px;gap:14px;overflow:visible}.photo-grid img{border-radius:8px;image-rendering:auto}.photo-bottom{gap:14px}
.permits{margin-top:26px;padding:25px 28px;min-height:0;overflow:visible}.permits h3{font-size:20px;margin-bottom:20px}.permit-grid{gap:22px}.permit{grid-template-columns:42px 1fr;gap:12px}.permit .picon{width:38px;height:38px}.permit strong{font-size:15px}.permit span{font-size:13px;line-height:1.45;margin-top:5px}.food-cta{height:auto;min-height:92px;margin-top:20px;padding:22px 60px;font-size:17px}.agency-note{font-size:12px;line-height:1.4;margin-top:9px}

/* About */
.about-grid{gap:58px}.about-copy h2{font-family:Arial,Helvetica,sans-serif!important;font-size:43px;font-weight:800}.about-copy p{font-size:17px;line-height:1.7}.about-card{padding:42px;border-radius:8px}.about-card h3{font-size:34px}.about-card p{font-size:16px;line-height:1.6}.about-values{gap:18px}.about-value{padding:22px}.about-value strong{font-size:16px}.about-value span{font-size:14px;line-height:1.45}.about-cta{padding:30px}.about-cta h3{font-size:30px}.about-cta p{font-size:15px;line-height:1.45}

/* Contact */
.onepage-section>.contact-content{grid-template-columns:1fr 1fr;gap:70px}.contact-left h1{font-family:Arial,Helvetica,sans-serif!important;font-size:52px;font-weight:800;line-height:1.04}.contact-left>p{font-size:17px;line-height:1.55;max-width:620px}.contact-row{grid-template-columns:44px 1fr;gap:15px;margin:18px 0;font-size:16px}.contact-row .circle{width:40px;height:40px}.benefits h3{font-size:26px}.benefits span{font-size:15px;line-height:1.5}.booking-card{padding:34px 38px}.booking-card h2{font-family:Arial,Helvetica,sans-serif!important;font-size:38px;font-weight:800}.booking-card>p{font-size:15px;line-height:1.5}.booking-card input,.booking-card textarea,.booking-card select{font-size:15px;padding:14px}.booking-card label.consent{font-size:12px}.send{height:48px;font-size:15px}.form-status{font-size:13px}

/* Footer */
.footer{height:auto;min-height:250px;padding:42px clamp(30px,5vw,78px) 55px;gap:45px}.footer .brand-copy{font-size:13px}.footer h4{font-size:20px}.footer p,.footer a,.footer span{font-size:14px;line-height:1.65}.footer-bottom{left:clamp(30px,5vw,78px);right:clamp(30px,5vw,78px);font-size:12px}

/* Modals */
.modal-card{width:min(650px,100%);padding:34px}.modal-card h2{font-size:34px}.modal-card p{font-size:16px}.btn-navy{font-size:14px;padding:13px 19px}.official-links a{font-size:14px}

/* Legal pages */
.legal{max-width:1100px;padding:70px 55px 95px}.legal h1{font-size:50px}.legal h2{font-size:30px}.legal p,.legal li{font-size:16px}

@media(max-width:1240px){
  .nav{gap:15px;font-size:12px}.brand{min-width:240px}.brand-copy{font-size:12px}.nav .cta{font-size:12px;padding:12px 15px}
  .service-main{grid-template-columns:minmax(0,1fr) 320px}.permit-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:1050px){
  .nav{display:none}.mobile-toggle{display:block}.mobile-language{display:flex}.onepage-header{height:76px}
  .mobile-nav{position:fixed;top:76px;left:0;right:0;background:#fff;color:var(--ink);z-index:999;padding:22px 30px;border-bottom:1px solid var(--line);box-shadow:0 12px 28px rgba(5,26,50,.14)}
  .mobile-nav.open{display:grid;gap:16px}.mobile-nav a{font-size:16px;text-decoration:none}
  html{scroll-padding-top:76px}.onepage-section{scroll-margin-top:76px}
  .home-hero,.onepage-page .home-hero{padding-top:145px;min-height:610px}
  .services-layout,.approach-wrap,.food-layout,.about-grid,.onepage-section>.contact-content{grid-template-columns:1fr}
  .service-tabs{display:grid;grid-template-columns:repeat(2,1fr)}.service-main{grid-template-columns:1fr}.service-photo,.service-visual{height:340px}
  .steps{display:grid;grid-template-columns:repeat(2,1fr)}.approach-panel{min-height:0}
  .audience-box{grid-template-columns:1fr;height:auto}.divider{height:1px;margin:28px 0}.aud-card{padding:0}
  .industry-icons{grid-template-columns:repeat(4,1fr)}
  .photo-grid{grid-template-rows:300px 220px}
  .footer{grid-template-columns:1fr 1fr;padding-bottom:75px}
}
@media(max-width:680px){
  .onepage-header{padding:0 18px}.brand{min-width:0}.brand-copy{font-size:11px;letter-spacing:1.2px}.brand img{width:48px;height:48px}
  .home-hero h1{font-size:47px}.home-hero p{font-size:18px}.hero-actions{flex-direction:column;align-items:flex-start}
  .help-grid{grid-template-columns:1fr 1fr;gap:28px 12px}
  .title-block h1,.section-title,.food-head h1{font-size:39px!important}.title-block p,.section-sub{font-size:17px!important}
  .service-tabs,.steps{grid-template-columns:1fr}.service-main h2{font-size:36px}.service-photo,.service-visual{height:280px}.deliver-grid{grid-template-columns:1fr 1fr}
  .approach-panel{padding:30px 24px}.approach-panel h2{font-size:35px}
  .audience-box{padding:30px 22px}.industry-icons{grid-template-columns:repeat(2,1fr)}
  .photo-grid{grid-template-rows:230px 185px}.photo-bottom{grid-template-columns:1fr}.photo-grid{display:block}.photo-grid>img{height:230px;margin-bottom:12px}.photo-bottom img{height:185px;margin-bottom:12px}.permit-grid{grid-template-columns:1fr}.food-cta{padding:22px}
  .about-values{grid-template-columns:1fr}.about-cta{align-items:flex-start;gap:20px;flex-direction:column}
  .booking-card{padding:28px 20px}.footer{grid-template-columns:1fr;padding-bottom:35px}.footer-bottom{position:static;grid-column:1;margin-top:18px}
}


/* HD photo presentation and legal/footer updates */
.home-hero,.onepage-page .home-hero{background-position:center center;background-color:#061a33}
.photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:310px;height:auto;gap:16px;overflow:visible}
.photo-grid>img{grid-column:1;height:310px!important;min-width:0}
.photo-bottom{display:contents}
.photo-grid img,.service-photo{object-fit:cover;image-rendering:auto;backface-visibility:hidden;transform:translateZ(0);filter:saturate(1.03) contrast(1.02)}
.photo-grid img{box-shadow:0 10px 28px rgba(6,28,53,.13);border:1px solid rgba(8,36,68,.08)}
.legal-note{max-width:1440px;margin:0 auto;background:#fbf7ed;border-top:1px solid #ead9ad;border-bottom:1px solid #ead9ad;padding:22px clamp(30px,5vw,78px);color:#24364b}
.legal-note strong{display:block;font-size:18px;color:var(--navy);margin-bottom:7px}
.legal-note p{font-size:14px;line-height:1.55;margin:0}
.legal-note .notary-statutory{font-size:12px;font-weight:800;letter-spacing:.2px;margin-top:9px;color:#4b3b1d}
.legal-note .english-notice{margin-top:5px}
.terms-footer p{margin:0 0 13px;color:#cad4df}
.terms-link{display:inline-flex!important;width:max-content;border:1px solid rgba(215,173,84,.78);border-radius:4px;padding:10px 13px!important;color:#fff!important;font-weight:700;text-decoration:none}
.terms-link:hover{background:rgba(215,173,84,.13)}
.terms-page .legal-effective{font-weight:700;color:#6c7685;margin-top:-14px}
.legal-review-note{margin-top:35px;padding:18px 20px;background:#fbf7ed;border-left:4px solid var(--gold);color:#4d432d}
.footer{grid-template-columns:1.35fr .95fr .8fr .9fr}
@media(max-width:1050px){.photo-grid{grid-template-columns:1fr 1fr;grid-template-rows:280px 280px}.photo-grid>img{grid-column:1/3;height:280px!important}.photo-bottom{display:contents}.photo-bottom img{height:280px!important}.footer{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.photo-grid{display:block}.photo-grid>img,.photo-bottom img{display:block;width:100%;height:230px!important;margin-bottom:14px}.legal-note{padding:20px 22px}.legal-note strong{font-size:17px}.legal-note p{font-size:13px}.footer{grid-template-columns:1fr}}
@media(max-width:1650px) and (min-width:1051px){
  .onepage-header,.onepage-header.dark{padding-left:28px;padding-right:28px}
  .brand{min-width:245px}.brand-copy{font-size:12px;letter-spacing:1.8px}
  .nav{gap:17px;font-size:13px}.nav .cta{font-size:13px;padding:13px 18px}
}


/* =============================================================
   VERSION 4 — centered responsive layout and corrected money icon
   ============================================================= */
:root{--content-max:1360px;--desktop-gutter:32px}
html,body{width:100%;max-width:100%;overflow-x:hidden}
.page,.onepage-page{width:100%!important;max-width:none!important;margin:0!important;overflow:visible!important}

/* Compact, balanced desktop header that remains inside the viewport. */
.onepage-header,.onepage-header.dark{
  padding-left:24px!important;padding-right:24px!important;gap:16px!important;
}
.onepage-header .brand{min-width:235px!important;max-width:235px!important;flex:0 0 235px!important;gap:10px!important}
.onepage-header .brand img{width:52px!important;height:52px!important}
.onepage-header .brand-copy{font-size:12.5px!important;letter-spacing:1.75px!important}
.onepage-header .nav{min-width:0!important;flex:1 1 auto!important;justify-content:flex-end!important;gap:12px!important;font-size:12.5px!important}
.onepage-header .nav .cta{font-size:12.5px!important;padding:12px 15px!important}
.onepage-header .language-switch a{font-size:11px!important;min-width:29px!important;height:27px!important}

/* True centered content width with equal left and right margins. */
.onepage-section>.content,.onepage-section>.contact-content{
  width:min(var(--content-max),calc(100% - 64px))!important;
  max-width:var(--content-max)!important;
  margin-left:auto!important;margin-right:auto!important;
  padding:72px 0 78px!important;
}
.rule{margin-left:0!important;margin-right:0!important}
.onepage-section,.onepage-section *{max-width:100%}

/* Prevent grid children from forcing sections beyond the right edge. */
.services-layout{grid-template-columns:260px minmax(0,1fr)!important;gap:32px!important;width:100%!important;min-width:0!important}
.services-layout>*{min-width:0!important}
.service-tabs{width:100%!important}
.service-panel,.service-panel>div{min-width:0!important;max-width:100%!important}
.service-main{grid-template-columns:minmax(0,1fr) minmax(280px,340px)!important;gap:34px!important;width:100%!important;min-width:0!important}
.service-main>*{min-width:0!important}
.service-main h2{font-size:42px!important;line-height:1.08!important;overflow-wrap:normal!important}
.service-visual,.service-photo{width:100%!important;max-width:100%!important;height:360px!important;min-width:0!important;overflow:hidden!important}
.service-visual span{max-width:100%!important;overflow-wrap:anywhere!important}
.deliverables,.deliver-grid{min-width:0!important;max-width:100%!important}
.deliver{min-width:0!important}

/* Keep the About section centered and fully visible. */
.about-grid{grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr)!important;gap:42px!important;align-items:stretch!important;width:100%!important}
.about-grid>*{min-width:0!important;max-width:100%!important}
.about-copy p,.about-card p{overflow-wrap:anywhere!important}
.about-card{width:100%!important;overflow:hidden!important}
.about-cta{width:100%!important;gap:28px!important}
.contact-content>*{min-width:0!important;max-width:100%!important}

/* Use a true, normally oriented dollar sign in every financial icon. */
.money-svg .currency-glyph{
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:27px!important;font-weight:800!important;
  fill:currentColor!important;stroke:none!important;
}
.service-visual .money-svg{color:var(--gold2)!important}

/* Center footer content on wide displays without narrowing its background. */
.footer{width:100%!important;max-width:none!important;padding-left:max(32px,calc((100% - var(--content-max))/2))!important;padding-right:max(32px,calc((100% - var(--content-max))/2))!important}
.footer-bottom{left:max(32px,calc((100% - var(--content-max))/2))!important;right:max(32px,calc((100% - var(--content-max))/2))!important}
.legal-note{max-width:none!important;padding-left:max(32px,calc((100% - var(--content-max))/2))!important;padding-right:max(32px,calc((100% - var(--content-max))/2))!important}

@media(max-width:1320px){
  .onepage-header,.onepage-header.dark{padding-left:16px!important;padding-right:16px!important;gap:10px!important}
  .onepage-header .brand{min-width:220px!important;max-width:220px!important;flex-basis:220px!important}
  .onepage-header .brand img{width:50px!important;height:50px!important}
  .onepage-header .brand-copy{font-size:11.5px!important;letter-spacing:1.45px!important}
  .onepage-header .nav{gap:9px!important;font-size:11.5px!important}
  .onepage-header .nav .cta{font-size:11.5px!important;padding:11px 12px!important}
  .onepage-section>.content,.onepage-section>.contact-content{width:calc(100% - 48px)!important}
  .services-layout{grid-template-columns:245px minmax(0,1fr)!important;gap:28px!important}
  .service-main{grid-template-columns:minmax(0,1fr) minmax(260px,300px)!important;gap:28px!important}
  .service-main h2{font-size:38px!important}
  .service-main .lead{font-size:16px!important}
  .service-main li{font-size:15px!important}
  .service-visual,.service-photo{height:340px!important}
  .about-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.72fr)!important;gap:32px!important}
}

@media(max-width:1120px){
  .onepage-header .nav{display:none!important}
  .onepage-header .mobile-toggle{display:block!important}
  .onepage-header .mobile-language{display:flex!important;margin-left:auto!important}
  .onepage-header:not(.scrolled) .mobile-language{color:#fff!important}
  .mobile-nav{position:fixed!important;top:88px!important;left:0!important;right:0!important;background:#fff!important;color:var(--ink)!important;z-index:999!important;padding:22px 30px!important;border-bottom:1px solid var(--line)!important;box-shadow:0 12px 28px rgba(5,26,50,.14)!important}
  .mobile-nav.open{display:grid!important;gap:16px!important}
  .mobile-nav a{font-size:16px!important;text-decoration:none!important}
  .onepage-section>.content,.onepage-section>.contact-content{width:calc(100% - 40px)!important;padding-top:62px!important;padding-bottom:68px!important}
  .services-layout{grid-template-columns:1fr!important}
  .service-tabs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .service-main{grid-template-columns:minmax(0,1fr) minmax(280px,340px)!important}
  .about-grid{grid-template-columns:1fr!important}
  .about-card{min-height:0!important}
}

@media(max-width:820px){
  .onepage-header .brand{min-width:0!important;max-width:none!important;flex-basis:auto!important}
  .onepage-section>.content,.onepage-section>.contact-content{width:calc(100% - 36px)!important;padding-top:52px!important;padding-bottom:58px!important}
  .service-tabs{grid-template-columns:1fr!important}
  .service-main{grid-template-columns:1fr!important}
  .service-main h2{font-size:36px!important}
  .service-visual,.service-photo{height:300px!important}
  .about-copy h2{font-size:38px!important}
  .footer{padding-left:24px!important;padding-right:24px!important}
  .footer-bottom{left:24px!important;right:24px!important}
  .legal-note{padding-left:24px!important;padding-right:24px!important}
}

@media(max-width:520px){
  .onepage-section>.content,.onepage-section>.contact-content{width:calc(100% - 28px)!important}
  .service-main h2{font-size:32px!important}
  .about-cta{align-items:flex-start!important;flex-direction:column!important}
}

/* Version 5: refined industry checkmarks and spacing after agency-note removal */
.food-item .check{
  width:30px;
  height:30px;
  border:1px solid rgba(215,173,84,.9);
  border-radius:50%;
  background:linear-gradient(145deg,#0b2d55,#071f3c);
  color:#e7c46f;
  box-shadow:0 4px 12px rgba(7,31,60,.16);
}
.food-item .check svg{
  width:16px;
  height:16px;
  stroke:#e7c46f;
  stroke-width:2.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.food-cta{margin-bottom:0}
