
/* Phase 7C-R2 — hard-reset homepage composition based on the approved mockup. */
:root{
  --blue:#075ff7;--blue-strong:#004ed8;--blue-soft:#eaf3ff;--navy:#071c4c;
  --ink:#11264f;--muted:#607393;--line:#d9e6f5;--wash:#f4f8fe;--green:#0d9d68;
  --shadow-sm:0 12px 30px rgba(8,48,112,.09);--shadow:0 24px 60px rgba(8,48,112,.14);
  color:var(--ink);background:#fff;font-family:"Noto Sans Thai","Leelawadee UI",Tahoma,sans-serif;
  font-synthesis:none;-webkit-font-smoothing:antialiased
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{min-width:0;margin:0;overflow-x:hidden;background:#fff}
img{max-width:100%}
a,button{touch-action:manipulation}
a:focus-visible,button:focus-visible{outline:3px solid #ffbd1d;outline-offset:3px}
.site-shell{width:min(1380px,100%);margin-inline:auto;padding-inline:34px}
.landing-svg{display:inline-block;flex:none;width:24px;height:24px;background-color:currentColor;-webkit-mask:var(--plh-icon) center/contain no-repeat;mask:var(--plh-icon) center/contain no-repeat;vertical-align:middle}
.landing-svg[data-plh-icon="arrow"]{--plh-icon:url('/assets/icons/plh/arrow-right.svg')}.landing-svg[data-plh-icon="box"]{--plh-icon:url('/assets/icons/plh/package.svg')}.landing-svg[data-plh-icon="business"]{--plh-icon:url('/assets/icons/plh/building-store.svg')}.landing-svg[data-plh-icon="calendar"]{--plh-icon:url('/assets/icons/plh/calendar-event.svg')}.landing-svg[data-plh-icon="chat"]{--plh-icon:url('/assets/icons/plh/message-circle.svg')}.landing-svg[data-plh-icon="check"]{--plh-icon:url('/assets/icons/plh/circle-check.svg')}.landing-svg[data-plh-icon="clock"]{--plh-icon:url('/assets/icons/plh/clock-24.svg')}.landing-svg[data-plh-icon="construction"]{--plh-icon:url('/assets/icons/plh/wall.svg')}.landing-svg[data-plh-icon="document"]{--plh-icon:url('/assets/icons/plh/file-description.svg')}.landing-svg[data-plh-icon="estimate"]{--plh-icon:url('/assets/icons/plh/receipt.svg')}.landing-svg[data-plh-icon="fruit"]{--plh-icon:url('/assets/icons/plh/apple.svg')}.landing-svg[data-plh-icon="gallery"]{--plh-icon:url('/assets/icons/plh/photo.svg')}.landing-svg[data-plh-icon="home"]{--plh-icon:url('/assets/icons/plh/home.svg')}.landing-svg[data-plh-icon="menu"]{--plh-icon:url('/assets/icons/plh/menu-2.svg')}.landing-svg[data-plh-icon="motorcycle"]{--plh-icon:url('/assets/icons/plh/motorbike.svg')}.landing-svg[data-plh-icon="nationwide"]{--plh-icon:url('/assets/icons/plh/icon-thailand.png')}.landing-svg[data-plh-icon="office"]{--plh-icon:url('/assets/icons/plh/building-skyscraper.svg')}.landing-svg[data-plh-icon="pet"]{--plh-icon:url('/assets/icons/plh/paw.svg')}.landing-svg[data-plh-icon="phone"]{--plh-icon:url('/assets/icons/plh/phone.svg')}.landing-svg[data-plh-icon="shield"]{--plh-icon:url('/assets/icons/plh/shield-check.svg')}.landing-svg[data-plh-icon="team"]{--plh-icon:url('/assets/icons/plh/users-group.svg')}.landing-svg[data-plh-icon="truck"]{--plh-icon:url('/assets/icons/plh/truck-delivery.svg')}
.public-eyebrow{margin:0 0 12px;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.button,.header-cta{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:12px 23px;border:1px solid transparent;border-radius:10px;font-weight:900;text-decoration:none;transition:transform .18s,background .18s,box-shadow .18s}
.button:hover,.header-cta:hover{transform:translateY(-1px)}
.button.primary,.header-cta{background:var(--blue);color:#fff;box-shadow:0 11px 24px rgba(7,95,247,.22)}
.button.primary:hover,.header-cta:hover{background:var(--blue-strong)}
.button.ghost-public{border-color:#8ab5fa;background:rgba(255,255,255,.9);color:var(--blue)}
.text-link{display:inline-flex;align-items:center;gap:5px;color:var(--blue);font-size:14px;font-weight:900;text-decoration:none}

/* Header */
.site-header{position:sticky;z-index:30;top:0;border-bottom:1px solid rgba(211,224,242,.92);background:rgba(255,255,255,.96);box-shadow:0 6px 24px rgba(11,42,89,.055);backdrop-filter:blur(14px)}
.header-inner{min-height:92px;display:flex;align-items:center;gap:42px}
.public-brand{display:grid;flex:0 0 auto;gap:2px;min-width:104px;line-height:.8;text-decoration:none}
.public-brand span{color:var(--blue);font:900 47px/1 Arial,sans-serif;letter-spacing:-.075em}
.public-brand small{justify-self:center;color:var(--navy);font-size:11px;font-weight:900;letter-spacing:.02em}
.public-nav{display:flex;align-items:center;gap:12px;margin-left:auto}
.public-nav a{position:relative;display:grid;min-height:50px;place-items:center;padding:0 15px;color:#24395f;font-size:15px;font-weight:800;text-decoration:none;white-space:nowrap}
.public-nav a:after{content:"";position:absolute;right:15px;bottom:4px;left:15px;height:3px;transform:scaleX(0);border-radius:99px;background:var(--blue);transition:transform .18s}
.public-nav a:hover,.public-nav a[aria-current=page],.public-nav a[aria-current=location]{color:var(--blue)}
.public-nav a:hover:after,.public-nav a[aria-current=page]:after,.public-nav a[aria-current=location]:after{transform:scaleX(1)}
.header-cta{min-height:48px;margin-left:8px;padding-inline:22px;border-radius:9px}
.landing-mobile-menu{display:none}
.value-icon,.service-icon{display:grid;flex:0 0 auto;width:43px;height:43px;place-items:center;border-radius:10px;background:var(--blue-soft);color:var(--blue);font-size:21px;font-weight:900}












/* Shared sections */
.latest-section,.services-section{padding:76px 0}
.section-heading{max-width:760px;margin-bottom:31px}
.section-heading.row{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:30px}
.section-heading h2{margin:0;color:var(--navy);font-size:clamp(34px,3.6vw,49px);line-height:1.16;letter-spacing:-.035em}
.section-heading>p:last-child{margin:15px 0 0;color:var(--muted);font-size:16px;line-height:1.7}

/* Work cards */
.latest-works{padding:64px 0;background:#fff}
.work-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}


.work-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}



.work-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.work-card-image{position:relative;display:block;overflow:hidden;aspect-ratio:16/9;background:#dce9f8}
.work-card-image:after{content:"";position:absolute;inset:auto 0 0;height:35%;background:linear-gradient(transparent,rgba(4,25,61,.36));pointer-events:none}
.work-card-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .32s}
.work-no-photo{height:100%;display:grid;align-content:center;justify-items:center;gap:4px;background:linear-gradient(135deg,#eef6ff,#dceaff);color:var(--blue)}
.work-no-photo strong{font:900 38px Arial,sans-serif}.work-no-photo small{font-size:12px;font-weight:800}
.work-card:hover .work-card-image img{transform:scale(1.025)}
.work-card-image>span{position:absolute;z-index:1;bottom:12px;left:13px;padding:6px 10px;border-radius:999px;background:var(--blue);color:#fff;font-size:10px;font-weight:900}
.work-card-body{padding:17px 18px 18px}
.work-service{display:inline-flex;margin:0;padding:5px 9px;border-radius:999px;background:#edf5ff;color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.025em}
.work-card h3{margin:13px 0 17px}
.work-card h3 a{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:9px;color:var(--navy);font-size:18px;line-height:1.35;text-decoration:none}
.work-card h3 a span{min-width:0;overflow-wrap:anywhere}
.work-card h3 a span:last-child{text-align:right}
.work-card h3 a span small{display:block;margin-bottom:3px;color:#8a9dbb;font-size:9px;font-weight:800;letter-spacing:.08em}
.work-card h3 b{color:var(--blue);font-size:21px}
.work-card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:13px;border-top:1px solid var(--line);color:var(--muted);font-size:11px}
.work-card-meta a{color:var(--blue);font-weight:900;text-decoration:none;white-space:nowrap}
.public-empty{grid-column:1/-1;padding:32px;border:1px dashed #a8c5ec;border-radius:15px;background:#f8fbff;text-align:center}
.public-empty>span{display:grid;width:48px;height:48px;margin:auto;place-items:center;border-radius:50%;background:#e6f1ff;color:var(--blue);font-size:23px}
.public-empty h2,.public-empty h3{margin:13px 0 4px;color:var(--navy)}
.public-empty p{margin:0;color:var(--muted)}

/* CMS article cards; CMS CSS follows this sheet, so use scoped specificity. */
body .articles-latest{padding:72px 0;background:#fff}
body .article-card{border-color:var(--line);border-radius:16px;box-shadow:var(--shadow-sm)}
body .article-card-cover img,body .article-card-placeholder{aspect-ratio:16/9}
body .article-card-body{padding:18px}
body .article-card-body h2{margin:11px 0 8px;font-size:19px}

/* Contact and footer */
.contact-section{padding:64px 0;background:#fff}
.contact-card{position:relative;overflow:hidden;min-height:285px;display:flex;align-items:center;justify-content:space-between;gap:52px;padding:48px 56px;border-radius:20px;background:radial-gradient(circle at 82% 18%,rgba(133,181,255,.32) 0 10%,transparent 10.5%),linear-gradient(118deg,#086df5,#0644bd 56%,#071e58);color:#fff;box-shadow:0 24px 58px rgba(7,63,160,.2)}
.contact-card:after{content:"PLH";position:absolute;right:-30px;bottom:-55px;color:rgba(255,255,255,.06);font:900 175px/1 Arial,sans-serif}
.contact-card>div{position:relative;z-index:1}
.light-eyebrow{color:#c7dcff}
.contact-card h2{margin:0;font-size:clamp(34px,3.8vw,48px);line-height:1.16;letter-spacing:-.03em}
.contact-card p{max-width:600px;margin-bottom:0;color:#dce9ff;font-size:14px;line-height:1.7}
.contact-actions{min-width:275px;display:grid;gap:9px}
.button.light{background:#fff;color:var(--blue)}
.button.outline-light{border-color:rgba(255,255,255,.54);background:rgba(255,255,255,.04);color:#fff}
.contact-pending{padding:13px 17px;border-radius:9px;background:rgba(255,255,255,.15);color:#e4eeff;text-align:center;font-size:13px;font-weight:800}
.site-footer{border-top:1px solid #14336b;background:#061b45;color:#fff}
.footer-inner{min-height:180px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:48px}
.footer-brand span{color:#65a2ff;font-size:43px}
.footer-brand small{color:#d2e3ff}
.footer-inner p{max-width:460px;color:#adc1df;font-size:13px;line-height:1.7}
.footer-inner nav{display:flex;gap:21px}
.footer-inner nav a{color:#d9e7fb;font-size:12px;font-weight:800;text-decoration:none}
.footer-copyright{color:#adc1df;font-size:12px;white-space:nowrap}

/* Works, article lists, and detail pages */
.works-hero{position:relative;overflow:hidden;padding:76px 0 68px;background:linear-gradient(130deg,#f9fcff 0%,#e9f3ff 58%,#d9ebff 100%)}
.works-hero:after{content:"";position:absolute;right:8%;top:49%;width:250px;height:2px;background:linear-gradient(90deg,var(--blue),transparent)}
.works-hero .site-shell{position:relative;z-index:1}
.works-hero h1{max-width:880px;margin:0;color:var(--navy);font-size:clamp(47px,5.2vw,68px);line-height:1.06;letter-spacing:-.045em}
.works-hero h1 em{color:var(--blue);font-style:normal}
.works-hero>div>p:last-child{max-width:680px;margin:20px 0 0;color:var(--muted);font-size:17px;line-height:1.75}
.works-list{min-height:420px;padding:58px 0 82px}
.works-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.wide-empty{margin-block:22px}
.pagination{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin-top:38px}
.pagination a{color:var(--blue);font-weight:900;text-decoration:none}
.pagination a:last-child{text-align:right}
.pagination>span{color:var(--muted);font-size:12px}
.detail-hero{padding:52px 0 60px;background:linear-gradient(132deg,#fbfdff 0 64%,#e7f2ff 64%)}
.detail-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 230px;align-items:center;gap:60px}
.back-public{display:inline-block;margin-bottom:30px;color:var(--muted);font-size:12px;font-weight:800;text-decoration:none}
.detail-hero h1{max-width:850px;margin:0;color:var(--navy);font-size:clamp(40px,4.6vw,61px);line-height:1.12;overflow-wrap:anywhere}
.detail-route{display:flex;align-items:center;flex-wrap:wrap;gap:13px;margin:23px 0 18px;color:var(--navy);font-size:clamp(23px,3vw,32px);font-weight:900}
.detail-route b{color:var(--blue)}
.detail-meta{display:flex;flex-wrap:wrap;gap:10px}
.detail-meta span,.detail-meta time{padding:7px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#52698f;font-size:11px;font-weight:800}
.detail-route-mark{height:230px;display:grid;grid-template-rows:1fr auto 1fr;justify-items:center}
.detail-route-mark i{width:2px;background:linear-gradient(var(--blue),#b8d5ff)}
.detail-route-mark span{display:grid;width:88px;height:88px;place-items:center;border:12px solid #dbeaff;border-radius:50%;background:var(--blue);color:#fff;font:900 22px Arial,sans-serif;box-shadow:0 14px 30px rgba(7,95,247,.18)}
.detail-content{display:grid;grid-template-columns:300px minmax(0,1fr);gap:58px;padding-top:68px;padding-bottom:85px}
.detail-story{position:sticky;top:120px;align-self:start}
.detail-story h2{margin:0;color:var(--navy);font-size:39px;line-height:1.18}
.detail-story>p:last-child{color:var(--muted);font-size:15px;line-height:1.85;white-space:pre-line}
.detail-gallery{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.detail-no-photo{grid-column:1/-1;margin:0;padding:32px;border:1px dashed var(--line);border-radius:15px;background:#f3f8ff;color:var(--muted);text-align:center}
.detail-photo{margin:0;overflow:hidden;border-radius:15px;background:#dce9f7;box-shadow:0 9px 25px rgba(8,45,102,.08)}
.detail-photo img{display:block;width:100%;height:100%;aspect-ratio:4/3;object-fit:cover}
.detail-photo.feature{grid-column:1/-1}
.detail-photo.feature img{aspect-ratio:16/9}
.not-found{min-height:560px;display:grid;place-items:center;padding:60px 24px;background:var(--wash);text-align:center}
.not-found h1{margin:0;color:var(--navy);font-size:47px}
.not-found p:not(.public-eyebrow){margin-bottom:25px;color:var(--muted)}
.preview-banner{position:sticky;z-index:50;top:0;min-height:48px;display:flex;align-items:center;justify-content:center;gap:20px;padding:8px 20px;background:#fff2c7;color:#684c00;font-size:12px}
.preview-banner strong{font-size:14px}.preview-banner a{color:var(--blue);font-weight:900}.preview-banner+.site-header{top:48px}

@media(max-width:1100px){
  .site-shell{padding-inline:26px}.header-inner{gap:24px}.public-brand{min-width:88px}.public-brand span{font-size:42px}.public-nav{gap:3px}.public-nav a{padding-inline:10px}.services-heading{gap:42px}
}
@media(max-width:900px){
  .header-cta,.header-inner>.public-nav{display:none}.landing-mobile-menu{display:block;position:relative;margin-left:auto}.landing-mobile-menu summary{display:grid;width:46px;height:46px;place-items:center;list-style:none;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--blue);cursor:pointer}.landing-mobile-menu summary::-webkit-details-marker{display:none}.landing-mobile-menu nav{position:absolute;z-index:40;top:54px;right:0;display:grid;width:245px;padding:10px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.landing-mobile-menu nav a{padding:12px 14px;border-radius:8px;color:var(--navy);font-size:14px;font-weight:800;text-decoration:none}.landing-mobile-menu nav a[aria-current],.landing-mobile-menu nav a:hover{background:var(--blue-soft);color:var(--blue)}.work-grid,.works-grid,.service-grid{grid-template-columns:1fr 1fr}.services-heading{grid-template-columns:1fr;gap:13px}.contact-card{align-items:flex-start;flex-direction:column;padding:42px}.contact-actions{width:100%}.footer-inner{grid-template-columns:auto 1fr}.footer-inner nav{grid-column:1/-1;padding-bottom:32px}.detail-content{grid-template-columns:1fr}.detail-story{position:static}.detail-story h2 br{display:none}
}
@media(max-width:620px){
  .site-shell{padding-inline:18px}.site-header{position:sticky}.header-inner{min-height:70px;gap:8px}.public-brand{min-width:65px}.public-brand span{font-size:31px}.public-brand small{font-size:9px}.latest-section,.services-section{padding:58px 0}.latest-works{padding-top:58px}.section-heading{margin-bottom:24px}.section-heading.row{display:grid;gap:13px}.section-heading h2{font-size:33px}.work-grid,.works-grid,.service-grid{grid-template-columns:1fr}.work-grid{gap:15px}.work-card{border-radius:14px}.work-card-body{padding:16px}.services-heading{gap:10px}.service-grid{gap:13px}.service-grid article{min-height:215px;padding:21px}.service-grid h3{margin-top:18px}.contact-section{padding:46px 0}.contact-card{margin-inline:18px;width:auto;padding:32px 23px;border-radius:16px}.contact-card h2{font-size:32px}.contact-actions{min-width:0}.site-footer{padding:0}.footer-inner{grid-template-columns:1fr;gap:13px;padding-block:35px}.footer-inner nav{display:grid;grid-template-columns:1fr 1fr;padding:0}.footer-copyright{white-space:normal}.works-hero{padding:52px 0 48px}.works-hero:after{display:none}.works-hero h1{font-size:41px}.works-list{padding:43px 0 65px}.detail-hero{padding:32px 0 45px}.detail-hero-grid{grid-template-columns:1fr;gap:20px}.detail-route-mark{display:none}.back-public{margin-bottom:22px}.detail-hero h1{font-size:37px}.detail-route{font-size:22px}.detail-content{gap:27px;padding-top:42px;padding-bottom:60px}.detail-story h2{font-size:31px}.detail-gallery{gap:8px}.detail-photo{border-radius:10px}.preview-banner{position:relative;top:auto;display:grid;gap:2px;text-align:center}.preview-banner+.site-header{top:auto}body .article-card{border-radius:14px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.header-cta,.work-card,.work-card-image img{transition:none}}

.final-home{--landing-hero-image:url('/assets/plh-public-home-hero.png');--landing-header-offset:98px;background:linear-gradient(120deg,#fff,#f3f9ff 55%,#fff);color:var(--plh-navy)}
.final-home .site-shell{width:min(1360px,100%);padding-inline:24px;margin-inline:auto}
.final-home .landing-svg{display:block;width:24px;height:24px;flex:none;vertical-align:middle}
.final-home .landing-icon{display:grid;place-items:center;flex:none;width:66px;height:66px;border-radius:50%;background:linear-gradient(145deg,#edf5ff,#fff);color:var(--plh-blue)}
.final-home .landing-icon .landing-svg{width:42px;height:42px}
.final-home .home-hero{position:relative;min-height:clamp(480px,35.8vw,690px);background:#e9f5ff}
.final-home .home-hero-bg{position:absolute;inset:0 0 0 20%;overflow:hidden;background-color:#e9f5ff;pointer-events:none}.final-home .home-hero-bg img{position:absolute;right:0;top:50%;width:88%;height:auto;transform:translateY(-50%)}
.final-home .home-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 20%,rgba(255,255,255,.87) 36%,rgba(255,255,255,.08) 60%,transparent 78%);pointer-events:none}
.final-home .home-header{position:fixed;inset:0 0 auto;z-index:var(--plh-z-sticky);border:0;background:rgba(255,255,255,.25);box-shadow:none;backdrop-filter:none;transition:background var(--plh-normal),box-shadow var(--plh-normal)}
.final-home :is(#services,#service-support,#about,#contact){scroll-margin-top:var(--landing-header-offset)}
.final-home .home-header.plh-scrolled{background:rgba(255,255,255,.95);box-shadow:var(--plh-shadow-sm);backdrop-filter:blur(14px)}
.final-home .header-inner{min-height:82px;gap:24px}
.final-home .public-brand span{font-size:51px;background:linear-gradient(110deg,#086bff,#051b76);background-clip:text;color:transparent}
.final-home .public-brand small{font-size:13px}
.final-home .public-nav{margin:auto;gap:7px}
.final-home .public-nav a{font-size:15px;padding-inline:12px;min-height:46px}
.final-home .header-cta{min-height:46px;gap:8px;padding:10px 18px;font-size:14px;border-radius:7px}
.final-home .landing-mobile-menu{display:none}
.final-home .home-hero-inner{position:relative;min-height:clamp(480px,35.8vw,690px);display:flex;align-items:center;padding-top:100px;padding-bottom:76px}
.final-home .home-hero-copy{width:64%;max-width:840px}
.final-home .home-hero h1{margin:0;font-size:clamp(40px,4.1vw,59px);font-weight:900;line-height:1.22;letter-spacing:-.045em;text-wrap:balance}
.final-home .home-hero h1 em{font-style:normal;color:var(--plh-blue)}
.final-home .hero-lead{margin:14px 0 0;max-width:720px;font-size:20px;line-height:1.6;color:var(--plh-navy);white-space:pre-line}
.final-home .hero-actions{display:flex;gap:12px;margin-top:20px}
.final-home .hero-actions .button{min-height:56px;padding:12px 22px;gap:10px;font-size:16px;border-radius:7px}
.final-home .ghost-public{background:#fff;border:1px solid #7ba8fa;color:var(--plh-blue)}
.final-home .quick-facts{position:relative;z-index:2;margin-top:-37px;padding-bottom:12px}
.final-home .hero-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:14px 12px;border:1px solid #e6effb;border-radius:14px;background:rgba(255,255,255,.98);box-shadow:0 8px 28px #17488c0d}
.final-home .hero-benefits article{display:flex;align-items:center;gap:12px;padding:0 18px;min-width:0}
.final-home .hero-benefits article+article{border-left:1px solid #e4edfa}
.final-home .hero-benefits .landing-icon{width:56px;height:56px}
.final-home .hero-benefits h2{font-size:17px;margin:0;line-height:1.4}
.final-home .hero-benefits p{font-size:14px;margin:3px 0 0;color:var(--plh-muted)}
.final-home :is(.cargo-section,.services-section,.strengths-section,.latest-works,.steps-section,.articles-latest){padding:16px 0;background:transparent}
.final-home .section-heading{margin:0 0 14px;max-width:none}
.final-home .section-heading.row{display:flex;align-items:center;justify-content:space-between;gap:14px}
.final-home h2{font-size:36px;line-height:1.3;letter-spacing:-.025em;margin:0}
.final-home .text-link{font-size:14px;gap:7px;white-space:nowrap}
.final-home .text-link .landing-svg{width:18px;height:18px}
.final-home .cargo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.final-home .cargo-grid article{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:130px;padding:12px;border:1px solid #e4edf9;border-radius:11px;background:#fff;box-shadow:0 5px 20px #16448905}
.final-home .cargo-grid h3{font-size:20px;line-height:1.4;margin:5px 0 0;text-align:center}
.final-home .support-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:16px}
.final-home .support-copy{padding:22px 24px;background:#fff;border:1px solid #e4edf9;border-radius:12px}
.final-home .support-copy ul{display:grid;grid-template-columns:1fr 1fr;grid-auto-flow:column;grid-template-rows:repeat(3,auto);gap:18px 24px;padding:0;margin:22px 0 0;list-style:none}
.final-home .support-copy li{display:flex;align-items:center;gap:10px;font-size:17px;line-height:1.5;color:var(--plh-muted)}
.final-home .support-copy li .landing-svg{width:26px;height:26px;color:var(--plh-blue)}
.final-home .support-visual{min-height:222px;position:relative;border-radius:12px;overflow:hidden;background-image:linear-gradient(180deg,#ffffff05,#ffffff00),var(--landing-hero-image);background-size:cover;background-position:70% center}
.final-home .support-visual p{position:absolute;top:8px;left:16px;max-width:200px;margin:0;padding:10px;color:#062d88;font-size:20px;font-style:italic;font-weight:800;line-height:1.4;background:#ffffffbf;border-radius:8px}
.final-home .strengths-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.final-home .strengths-grid article{display:flex;align-items:flex-start;gap:12px;padding:18px 14px;min-width:0;background:#fff;border:1px solid #e4edf9;border-radius:11px}
.final-home .strengths-grid h3{font-size:18px;line-height:1.45;margin:3px 0 6px}
.final-home .strengths-grid p{font-size:16px;line-height:1.6;color:var(--plh-muted);margin:0}
.final-home .cms-about{margin-top:14px;padding:18px;background:#fff;border:1px solid var(--plh-border);border-radius:10px}
.final-home .cms-about h3{margin:0 0 8px}.final-home .cms-about p{margin:0;white-space:pre-line;color:var(--plh-muted)}
.final-home .work-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.final-home .work-card{border-radius:9px;box-shadow:0 5px 20px #16448905}
.final-home .work-card-image{aspect-ratio:2.05}
.final-home .work-card-image>span{bottom:0;left:16px;border-radius:20px;padding:5px 14px;font-size:13px}
.final-home .work-card-body{padding:13px 16px}
.final-home .work-card h3{margin:0 0 9px}
.final-home .work-card h3 a{display:flex;justify-content:flex-start;font-size:18px;gap:7px}
.final-home .work-card h3 a span:last-child{text-align:left}
.final-home .work-card .landing-svg{width:17px;height:17px}
.final-home .work-card time{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--plh-muted)}
.final-home .public-empty{padding:22px}
.final-home .steps-grid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;padding:0;margin:0;list-style:none}
.final-home .steps-grid:before{content:"";position:absolute;top:50%;left:10%;right:10%;height:2px;background:var(--plh-blue);transform-origin:left;animation:landing-connect var(--plh-slow) var(--plh-ease) both}
.final-home .steps-grid li{position:relative;display:flex;gap:12px;align-items:center;padding:20px 18px;background:#fff;border:1px solid #e4edf9;border-radius:11px;min-width:0}
.final-home .step-number{align-self:flex-start;display:grid;place-items:center;width:36px;height:36px;flex:none;border-radius:50%;background:var(--plh-blue);color:white;font-size:20px;font-weight:800}
.final-home .steps-grid h3{font-size:18px;line-height:1.45;margin:0 0 7px}
.final-home .steps-grid p{font-size:16px;line-height:1.5;color:var(--plh-muted);margin:0}
.final-home .step-arrow{position:absolute;right:-26px;top:calc(50% - 12px);color:var(--plh-blue)}
.final-home .steps-grid .landing-icon{width:52px;height:52px}
.final-home .steps-section.plh-reveal .steps-grid:before{animation:landing-connect 600ms var(--plh-ease) both}
.final-home .articles-latest .public-eyebrow{display:none}
.final-home .articles-latest .article-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.final-home .articles-latest .article-card{display:grid;grid-template-columns:32% minmax(0,1fr);gap:14px;padding:10px;border-radius:10px;box-shadow:0 5px 20px #16448905}
.final-home .articles-latest .article-card-cover{border-radius:7px}
.final-home .articles-latest .article-card-cover img,.final-home .articles-latest .article-card-placeholder{height:100%;aspect-ratio:1;object-fit:cover}
.final-home .articles-latest .article-card-body{padding:0;min-width:0}
.final-home .articles-latest .article-card-body h2{font-size:17px;line-height:1.45;margin:2px 0 8px}
.final-home .articles-latest .article-card-body>p{min-height:0;font-size:13px;line-height:1.45;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.final-home .articles-latest .work-service{display:none}
.final-home .articles-latest .work-card-meta{padding:0;border:0;font-size:12px}
.final-home .articles-latest .work-card-meta>a{display:none}
.final-home .contact-section{margin-top:10px;padding:26px 0;background:linear-gradient(100deg,#0043a9f0 0%,#075ff7e6 67%,#d6edffc9 100%),var(--landing-hero-image) center 70%/cover;color:white}
.final-home .contact-card{min-height:170px;display:grid;grid-template-columns:1.6fr 1fr .7fr;gap:32px;padding-block:0;background:none;border-radius:0;box-shadow:none;overflow:visible}
.final-home .contact-card:after{display:none}
.final-home .contact-card h2{font-size:35px;line-height:1.25}
.final-home .contact-card h2 span{font-size:29px}
.final-home .contact-card p{margin:14px 0 0;font-size:18px;color:#fff}
.final-home .contact-actions{min-width:0;gap:9px}
.final-home .line-contact{display:flex;align-items:center;justify-content:center;gap:9px;padding:15px 12px;min-height:55px;border:1px solid #a9ffd1;border-radius:8px;background:#00bd4a;color:white;font-size:16px;font-weight:800}
.final-home .contact-other{display:flex;gap:8px;color:white;font-size:14px;text-decoration:none}
.final-home .contact-phone{display:flex;gap:10px;align-items:center;color:#fff;text-decoration:none;font-size:18px;font-weight:700;white-space:nowrap}
.final-home .contact-signature{text-align:center;color:#061e80}
.final-home .contact-signature p{color:#062d88;font-size:23px;line-height:1.4;font-style:italic;transform:rotate(-7deg);margin:0}
.final-home .contact-signature strong{display:block;font:900 45px/1 Arial;letter-spacing:-.08em;margin-top:14px}
.final-home .contact-signature small{font-weight:800}
.final-home .site-footer{background:white;border-color:#e4edf9;color:var(--plh-navy)}
.final-home .footer-inner{display:flex;gap:22px;min-height:84px;padding-block:16px}
.final-home .footer-inner .public-brand{min-width:65px}.final-home .footer-inner .public-brand span{font-size:34px}.final-home .footer-inner .public-brand small{font-size:8px}
.final-home .footer-inner p{font-size:12px;max-width:270px;color:var(--plh-muted);margin:0}
.final-home .footer-inner nav{display:flex;gap:12px;margin:auto}.final-home .footer-inner nav a{color:var(--plh-muted);font-size:12px;white-space:nowrap}.final-home .footer-inner>small{font-size:11px;color:var(--plh-muted);white-space:nowrap}
.final-home :is(.cargo-grid article,.strengths-grid article,.article-card,.work-card){transition:transform var(--plh-normal),box-shadow var(--plh-normal)}
.final-home :is(.cargo-grid article,.strengths-grid article,.article-card,.work-card):hover{transform:translateY(-4px);box-shadow:var(--plh-shadow-card)}
.final-home .landing-icon svg{transition:transform var(--plh-normal)}.final-home article:hover .landing-icon svg{transform:scale(1.05)}
.final-home :is(.button,.header-cta):hover{transform:translateY(-2px)}.final-home .button .landing-svg:last-child{transition:transform var(--plh-normal)}.final-home .button:hover .landing-svg:last-child{transform:translateX(3px)}
@keyframes landing-connect{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@media(max-width:1100px){.final-home .public-nav{gap:0}.final-home .public-nav a{padding-inline:7px;font-size:13px}.final-home .home-hero-bg{background-size:94% auto}.final-home .hero-benefits article{padding-inline:7px;gap:7px}.final-home .hero-benefits h2{font-size:14px}.final-home .hero-benefits p{font-size:12px}.final-home .strengths-grid article{flex-direction:column}.final-home .steps-grid li{gap:8px;padding:16px 12px}.final-home .steps-grid .landing-icon{display:none}.final-home .contact-card{grid-template-columns:1.4fr 1fr}.final-home .contact-signature{display:none}.final-home .footer-inner{flex-wrap:wrap}}
@media(max-width:768px){.final-home .site-shell{padding-inline:18px}.final-home .public-nav,.final-home .header-cta{display:none}.final-home .header-inner{min-height:70px;justify-content:space-between}.final-home .public-brand span{font-size:38px}.final-home .public-brand small{font-size:10px}.final-home .landing-mobile-menu{display:block;position:relative;border:0;padding:0}.final-home .landing-mobile-menu summary{display:grid;place-items:center;list-style:none;width:46px;height:46px;background:white;border:1px solid var(--plh-border);border-radius:8px}.final-home .landing-mobile-menu summary::-webkit-details-marker{display:none}.final-home .landing-mobile-menu nav{position:absolute;right:0;top:54px;display:grid;width:240px;padding:12px;background:white;border:1px solid var(--plh-border);border-radius:12px;box-shadow:var(--plh-shadow-floating)}.final-home .landing-mobile-menu nav a{padding:12px;color:var(--plh-navy);text-decoration:none}.final-home .home-hero{min-height:640px}.final-home .home-hero-inner{min-height:640px;align-items:flex-start;padding-top:100px;padding-bottom:230px}.final-home .home-hero-copy{width:100%;max-width:620px}.final-home .home-hero h1{font-size:35px;line-height:1.25;letter-spacing:-.04em}.final-home .hero-lead{font-size:17px;max-width:550px}.final-home .home-hero-bg{inset:0;background-position:right bottom;background-size:auto 350px;background-color:#edf7ff}.final-home .home-hero-overlay{background:linear-gradient(180deg,#fff 0%,#fffffffa 42%,#ffffff66 65%,transparent 80%)}.final-home .hero-actions .button{font-size:14px;padding-inline:14px}.final-home .quick-facts{margin-top:-28px}.final-home .hero-benefits{grid-template-columns:1fr 1fr;gap:16px 0;padding:16px 10px}.final-home .hero-benefits article:nth-child(3){border-left:0}.final-home .hero-benefits .landing-icon{width:42px;height:42px}.final-home .hero-benefits .landing-svg{width:30px;height:30px}.final-home .cargo-grid,.final-home .strengths-grid,.final-home .work-grid{grid-template-columns:1fr 1fr}.final-home .cargo-grid h3{font-size:16px}.final-home .cargo-grid article{min-height:120px}.final-home h2{font-size:25px}.final-home .support-layout{grid-template-columns:1fr}.final-home .support-copy{padding:20px}.final-home .support-visual{min-height:230px;background-size:cover}.final-home .strengths-grid article{flex-direction:row}.final-home .strengths-grid .landing-icon{width:45px;height:45px}.final-home .strengths-grid .landing-svg{width:31px;height:31px}.final-home .strengths-grid h3{font-size:15px}.final-home .strengths-grid p{font-size:13px}.final-home .steps-grid{grid-template-columns:1fr;gap:16px}.final-home .steps-grid li{padding:20px}.final-home .steps-grid .landing-icon{display:grid}.final-home .steps-grid:before,.final-home .step-arrow{display:none}.final-home .articles-latest .article-grid{grid-template-columns:1fr}.final-home .contact-card{grid-template-columns:1fr;gap:24px}.final-home .contact-card h2{font-size:30px}.final-home .contact-card h2 span{font-size:25px}.final-home .contact-card p{font-size:16px}.final-home .contact-actions{max-width:420px;width:100%}.final-home .footer-inner nav{flex-wrap:wrap;margin:0;gap:16px}.final-home .footer-inner{gap:18px}}
@media(max-width:480px){.final-home .home-hero h1{font-size:28px}.final-home .hero-lead{font-size:15px;line-height:1.65}.final-home .hero-actions{display:grid;gap:9px;max-width:340px}.final-home .hero-actions .button{min-height:48px}.final-home .home-hero-bg{background-size:auto 240px;background-position:64% bottom}.final-home .home-hero,.final-home .home-hero-inner{min-height:660px}.final-home .hero-benefits h2{font-size:13px}.final-home .hero-benefits p{font-size:11px}.final-home .hero-benefits article{gap:5px;padding-inline:3px}.final-home .hero-benefits .landing-icon{width:35px;height:40px}.final-home .section-heading.row{gap:8px;align-items:center}.final-home .section-heading h2{font-size:23px}.final-home .text-link{font-size:11px}.final-home .cargo-grid{gap:10px}.final-home .cargo-grid h3{font-size:14px}.final-home .cargo-grid article{min-height:117px}.final-home .support-copy ul{grid-template-columns:1fr;grid-auto-flow:row;grid-template-rows:none;gap:13px}.final-home .strengths-grid article{flex-direction:column;padding:15px}.final-home .work-grid{grid-template-columns:1fr}.final-home .work-card-image{aspect-ratio:2}.final-home .footer-inner p{max-width:220px}.final-home .footer-copyright{width:100%;white-space:normal}}
@media(max-width:1100px){.final-home .home-hero-bg img{width:94%}}
@media(max-width:768px){.final-home .home-hero-bg img{right:0;top:auto;bottom:0;width:auto;height:350px;transform:none}}
@media(max-width:480px){.final-home .home-hero-bg img{right:auto;left:64%;height:240px;transform:translateX(-64%)}}
@media(prefers-reduced-motion:reduce){.final-home *,.final-home *:before,.final-home *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.final-home :is(article,.button,.header-cta):hover,.final-home article:hover .landing-icon svg,.final-home .button:hover .landing-svg:last-child{transform:none!important}}


.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.article-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:white;box-shadow:0 14px 35px rgba(21,60,113,.07)}.article-card-cover{display:block;overflow:hidden;background:#e8f2ff;text-decoration:none}.article-card-cover img,.article-card-placeholder{display:grid;width:100%;aspect-ratio:16/10;place-items:center;object-fit:cover}.article-card-placeholder{color:#075cf6;font:900 54px Arial;background:linear-gradient(135deg,#eef6ff,#cfe4ff)}.article-card-body{padding:20px}.article-card-body h2{margin:6px 0 10px;font-size:21px;line-height:1.35}.article-card-body h2 a{color:var(--navy);text-decoration:none}.article-card-body>p:not(.work-service){min-height:48px;color:var(--muted);line-height:1.6}.articles-latest{background:#f7faff}.article-detail .detail-hero h1{max-width:900px}.article-excerpt{max-width:760px;color:var(--muted);font-size:18px;line-height:1.7}.article-detail .detail-hero time{display:inline-block;margin-top:16px;color:#526990;font-size:13px;font-weight:800}.article-detail-content{max-width:900px;padding-top:60px;padding-bottom:100px}.article-detail-cover{margin:0 0 45px;overflow:hidden;border-radius:20px}.article-detail-cover img{display:block;width:100%;max-height:560px;object-fit:cover}.article-body{color:#243653;font-size:18px;line-height:1.9}.article-body p{margin:0 0 1.5em}
@media(max-width:900px){.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.article-grid{grid-template-columns:1fr}.article-card-body>p:not(.work-service){min-height:0}.article-detail-content{padding-top:35px;padding-bottom:70px}.article-detail-cover{margin-bottom:30px;border-radius:14px}.article-body{font-size:16px}}
