/* Matreed: four compositions, one accessible brand language. */
:root{--brand:#077b57;--brand-bright:#028843;--ink:#102c23;--muted:#5b7067;--paper:#f5f7f2;--surface:#fff;--line:#dce5dc;--radius:18px;--small-radius:9px;--shadow:0 15px 45px #173e2310;--shell:1240px;--body-font:"Segoe UI",Tahoma,Arial,sans-serif;--display-font:var(--body-font);--space:clamp(64px,7.5vw,112px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body-font);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}img,video{max-width:100%;display:block}img{height:auto}button{color:inherit}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--display-font);font-weight:650;line-height:1.18;text-wrap:balance}h1{font-size:clamp(36px,4.4vw,66px);letter-spacing:-.04em}h2{font-size:clamp(29px,3.1vw,44px);letter-spacing:-.035em}h3{font-size:23px;letter-spacing:-.02em}p{color:var(--muted)}p+a{margin-top:25px}button:disabled{cursor:wait;opacity:.64}[hidden]{display:none!important}::selection{background:#c1e8ce;color:#071914}:focus-visible{outline:3px solid #b39224;outline-offset:5px;border-radius:3px}.icon{flex-shrink:0;vertical-align:middle}.icon-arrow{width:21px;height:21px}[dir=rtl] .icon-arrow,[dir=rtl] .icon-chevron{transform:rotate(180deg)}.shell{width:min(var(--shell),calc(100% - 80px));margin-inline:auto}.section{padding-block:var(--space)}.eyebrow{display:block;color:var(--brand);font-size:12px;font-weight:700;letter-spacing:.16em;margin-bottom:20px;text-transform:uppercase}.text-link{display:inline-flex;align-items:center;gap:16px;color:var(--brand);font-size:14px;font-weight:650}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.button{display:inline-flex;justify-content:center;align-items:center;gap:22px;min-height:52px;padding:13px 23px;border:1px solid transparent;border-radius:var(--small-radius);background:var(--brand);color:#fff;font-size:14px;font-weight:650;line-height:1.4;transition:background-color .18s,box-shadow .18s}.button:hover{background:#055c42;box-shadow:0 5px 18px #07191418}.button-small{min-height:45px;padding:11px 17px;font-size:13px;gap:13px}.button-light{background:#fff;color:#103d2b}.button-light:hover{background:#e8f2e8}.icon-button{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%;background:transparent}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;inset-block-start:10px;inset-inline-start:10px;z-index:100;background:white;color:#071914;padding:12px 20px;transform:translateY(-150%)}.skip-link:focus{transform:none}
/* Navigation */
.utility-bar{background:#eaf0e8;border-bottom:1px solid var(--line);font-size:11px;color:#3f6554}.utility-inner{display:flex;justify-content:space-between;align-items:center;min-height:36px}.utility-inner>a{display:flex;align-items:center;gap:10px}.utility-inner .icon{width:14px;height:14px}.site-header{background:var(--paper);position:relative;z-index:20}.header-inner{display:flex;align-items:center;gap:38px;min-height:104px}.brand{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:82px;height:82px}.brand-standard{width:82px;height:82px;object-fit:contain}.brand-inverse{display:none}.main-nav{display:flex;align-items:center;gap:28px;flex:1}.main-nav>a{font-size:13px;font-weight:600;position:relative;padding-block:13px;white-space:nowrap}.main-nav>a:after{content:"";position:absolute;bottom:5px;inset-inline-start:0;width:0;height:2px;background:var(--brand);transition:width .2s}.main-nav>a:hover:after,.main-nav>a[aria-current]:after{width:100%}.header-actions{display:flex;align-items:center;gap:23px}.locale-switcher{display:flex;align-items:center;gap:2px;direction:ltr}.locale-switcher>a{font-size:11px;font-weight:650;min-width:32px;min-height:40px;display:flex;justify-content:center;align-items:center;color:var(--muted)}.locale-switcher>a[aria-current]{color:var(--brand);background:#e2ede1;border-radius:50%;min-height:32px}.nav-toggle{display:none}
/* Image-backed carousel. The first slide is usable before JavaScript. */
.hero{padding:0 24px}.hero-frame{position:relative;min-height:620px;border-radius:24px;overflow:hidden;background:#123d2c;color:#fff;isolation:isolate}.hero-slide{position:relative;min-height:620px;overflow:hidden}.hero-slide:not(:first-of-type){display:none}.hero-frame[data-enhanced] .hero-slide[data-current=true]{display:block}.hero-frame[data-enhanced] .hero-slide[data-current=false]{display:none}.hero-image,.hero-overlay{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:var(--focal-x) var(--focal-y);z-index:-2}.hero-overlay{z-index:-1;background:var(--overlay-color);opacity:var(--overlay-opacity);pointer-events:none}.hero-slide:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#07191408 10%,#07191433 40%,#071914c4 100%);pointer-events:none}.hero-content{display:flex;align-items:center;justify-content:flex-end;min-height:620px;padding-block:80px 114px;direction:ltr}.hero-copy{max-width:590px;width:51%;direction:ltr;text-align:start}[dir=rtl] .hero-copy{direction:rtl}.hero-eyebrow{color:#d0e4d8;font-size:11px;display:flex;align-items:center;gap:11px}.hero-eyebrow>span{width:24px;height:1px;background:#80bd99}.hero h1,.hero h2{font-size:clamp(37px,4.6vw,65px);font-weight:600;line-height:1.13;color:#fff;letter-spacing:-.045em}.hero-copy>p{color:#e5eee6;font-size:17px;line-height:1.8;max-width:480px;margin-block:23px 31px}.hero-copy .button{font-size:13px;min-height:53px}.carousel-controls{position:absolute;bottom:29px;inset-inline:40px;display:flex;align-items:center;gap:24px;z-index:4;direction:ltr}.carousel-direction{display:flex;gap:10px}.carousel-controls .icon-button{color:white;border-color:#ffffff6b;width:42px;height:42px}.carousel-controls .icon-button:hover{background:#ffffff18}.carousel-controls .icon-arrow{transform:none}.carousel-controls .carousel-prev .icon-arrow{transform:rotate(180deg)}.carousel-dots{display:flex;gap:5px;margin-inline:auto}.carousel-dots>button{border:0;padding:14px 5px;background:transparent;min-width:30px;min-height:44px}.carousel-dots>button>span{display:block;width:17px;height:3px;border-radius:3px;background:#ffffff66;transition:width .2s,background-color .2s}.carousel-dots>button[aria-pressed=true]>span{width:40px;background:#fff}.carousel-pause{background:transparent;border:1px solid #ffffff6b;color:#fff;border-radius:50%;width:42px;height:42px;display:grid;place-items:center}.slide-fallback-links{display:flex;gap:20px;flex-wrap:wrap;padding-block:20px;color:var(--brand)}.slide-fallback-links>a{font-size:13px}.brand-fallback .hero-image{object-fit:contain;opacity:.12;padding:80px}.trade-strip{padding-block:25px;border-bottom:1px solid var(--line)}.trade-strip>.shell{display:flex;align-items:center;justify-content:space-between;gap:20px}.trade-strip span,.trade-strip a{display:flex;align-items:center;gap:14px;font-size:12px}.trade-strip strong{font-weight:650;color:var(--brand)}.trade-strip .icon-globe{color:var(--brand);width:22px}
/* Editable home introduction retains all authored paragraphs. */
.home-introduction{padding-block:45px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:180px 1fr;gap:40px;align-items:start}.home-introduction>.eyebrow{margin:5px 0}.home-introduction [data-content-body]{max-width:960px}.home-introduction p{font-size:15px;line-height:1.9;margin-bottom:14px}.home-introduction p:last-child{margin-bottom:0}body[data-theme=silk] .home-introduction{display:block;text-align:center;max-width:960px;padding-block:40px}body[data-theme=silk] .home-introduction>.eyebrow{margin-bottom:20px}@media(max-width:767px){.home-introduction{display:block;padding-block:30px}.home-introduction>.eyebrow{margin-bottom:15px}.home-introduction p{font-size:13px}}
/* Shared editorial components */
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;margin-bottom:42px}.section-heading>div:first-child{max-width:600px}.section-heading h2{max-width:620px}.section-summary{max-width:370px}.section-summary p{font-size:14px}.section-summary .text-link{margin-top:18px}.service-grid,.editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.service-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;min-width:0;box-shadow:var(--shadow)}.card-image{display:block;aspect-ratio:1.75;overflow:hidden;background:#e0e9df}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.service-card:hover .card-image img{transform:scale(1.025)}.card-placeholder{display:grid;place-items:center;color:#5d8971}.card-placeholder .icon{width:58px;height:58px;stroke-width:1}.card-copy{padding:27px 28px 29px;position:relative}.card-copy h3{font-size:23px;line-height:1.45}.card-copy p{font-size:13px;margin-top:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-copy .text-link{margin-top:22px;font-size:12px;gap:13px}.card-number{display:none}.story-section{background:#e9eee5}.story-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:100px}.story-visual{position:relative;min-width:0}.story-visual>img{width:100%;height:475px;object-fit:cover;border-radius:var(--radius)}.story-brand{height:475px;background:#d1e0d2;display:grid;place-items:center}.story-brand .icon{width:120px;height:120px;color:var(--brand);stroke-width:1}.story-caption{position:absolute;bottom:-22px;inset-inline-end:-25px;background:var(--brand);color:#fff;border-radius:var(--small-radius);padding:23px 29px;max-width:245px;box-shadow:0 10px 25px #103c2920}.story-caption>span{font-size:42px;line-height:1;font-weight:500;letter-spacing:-.04em}.story-caption>p{font-size:11px;color:#fff;margin-top:8px}.story-copy h2{font-size:clamp(30px,3.1vw,44px);line-height:1.3}.story-copy>p{margin-top:24px;font-size:16px}.story-copy .button{margin-top:31px}.process-grid{list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:35px;padding:0;margin:0;counter-reset:step}.process-grid>li{border-top:1px solid #c6d6c8;padding-top:28px}.step-number{display:inline-flex;align-items:center;justify-content:center;background:#e3ede2;color:var(--brand);width:44px;height:44px;border-radius:50%;font-size:12px;font-weight:700;margin-bottom:26px}.process-grid h3{font-size:19px;line-height:1.5}.process-grid p{font-size:13px;line-height:1.8;margin-top:12px}.knowledge-section{background:#eaf0e7}.knowledge-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}.knowledge-grid h2{max-width:440px}.knowledge-grid p{font-size:14px;max-width:400px;margin-top:25px}.knowledge-links>a,.knowledge-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:19px 0;border-bottom:1px solid #cad8ca;font-size:16px;font-weight:500}.knowledge-links>a:first-child{border-top:1px solid #cad8ca}.knowledge-links>a:hover,.knowledge-row:hover{color:var(--brand)}.knowledge-links .icon{width:19px}.cta-section{padding-block:70px}.cta-panel{background:var(--brand);color:#fff;padding:57px 63px;border-radius:var(--radius);display:flex;align-items:center;justify-content:space-between;gap:65px}.cta-panel>div{max-width:720px}.cta-panel .eyebrow{color:#fff;font-size:10px}.cta-panel h2{font-size:clamp(28px,3.2vw,42px);line-height:1.3}.cta-panel p{color:#fff;margin-top:18px;font-size:14px;max-width:630px}.cta-panel>.button{flex-shrink:0}
/* Long-form, lists, forms and media */
.page-heading{padding-block:63px 54px;max-width:var(--shell)}.page-heading h1{max-width:1000px;font-size:clamp(34px,4.3vw,61px);line-height:1.3}.page-heading .eyebrow{margin-bottom:20px}.page-lead{font-size:18px;max-width:840px;line-height:1.9;margin-top:23px}.breadcrumbs{display:flex;gap:12px;font-size:12px;margin-bottom:38px;color:var(--muted)}.breadcrumbs a:hover{color:var(--brand)}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:70px;align-items:start;padding-bottom:40px}.article-main{min-width:0}.article-cover{margin-bottom:40px}.article-cover img{width:100%;max-height:490px;object-fit:cover;border-radius:var(--radius)}.prose{font-size:17px;line-height:2;overflow-wrap:anywhere}.prose p{color:var(--ink);margin-bottom:1.5em}.prose h2{font-size:27px;line-height:1.5;margin-block:38px 20px}.prose a{color:var(--brand);text-decoration:underline;text-underline-offset:4px}.aside-panel{background:#e6eee3;padding:30px;border-radius:var(--radius)}.aside-panel h2{font-size:25px;line-height:1.4}.aside-panel p{margin-top:17px;font-size:13px}.aside-panel .button{margin-top:25px;width:100%;gap:10px;font-size:12px}.aside-links{margin-top:36px}.aside-links h2{font-size:17px;margin-bottom:16px}.aside-links>a{display:block;font-size:13px;padding:11px 0;border-bottom:1px solid var(--line);color:var(--muted)}.aside-links>a[aria-current],.aside-links>a:hover{color:var(--brand)}.related-section{border-top:1px solid var(--line)}.faq-records{margin-top:45px}.faq-records h2{font-size:28px;margin-bottom:20px}.listing-section{padding-bottom:80px}.search-form{max-width:620px;display:flex;gap:12px;margin-bottom:45px}.search-form input{flex:1;min-width:0}.search-result-label{margin-bottom:30px}.search-result-label a{margin-inline-start:20px;text-decoration:underline}.empty-state{text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:70px 30px}.empty-state>.icon{width:44px;height:44px;margin-bottom:25px;color:var(--brand)}.empty-state h2{font-size:28px}.empty-state p{max-width:520px;margin:20px auto 28px}.pagination{display:flex;align-items:center;justify-content:center;gap:30px;margin-top:45px;font-size:13px}.pagination a{padding:10px 15px;border:1px solid var(--line);border-radius:var(--small-radius)}.pagination [aria-disabled]{opacity:.55}.inquiry-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;padding-block:70px 100px}.inquiry-intro h1{font-size:clamp(34px,3.8vw,53px);line-height:1.3}.inquiry-intro>p{margin-top:25px}.contact-details{display:flex;align-items:flex-start;flex-direction:column;gap:12px;margin-top:40px}.contact-details>a{font-size:20px;font-weight:500;color:var(--brand);overflow-wrap:anywhere}.inquiry-intro .contact-note{font-size:12px;max-width:370px;padding-top:24px;border-top:1px solid var(--line)}.form-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:38px;box-shadow:var(--shadow);min-width:0}.required-note{font-size:11px;margin-bottom:25px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 20px}.field-wide{grid-column:1/-1}.field{min-width:0}.field>label{display:block;font-size:13px;font-weight:600;margin-bottom:8px}.optional{font-size:11px;font-weight:400;color:var(--muted)}input,select,textarea{width:100%;border:1px solid #79907c;background:var(--surface);color:var(--ink);border-radius:var(--small-radius);padding:12px 14px;min-height:49px;font-size:14px;outline-offset:3px}textarea{resize:vertical;line-height:1.7}input::placeholder,textarea::placeholder{color:var(--muted);font-size:12px}input[aria-invalid],select[aria-invalid],textarea[aria-invalid]{border-color:#a62d32}.field-error{display:block;font-size:12px;color:#a62d32;margin-top:6px}.form-privacy{font-size:11px;margin-block:22px}.form-privacy>a{text-decoration:underline;text-underline-offset:4px}.submit-button{width:100%;justify-content:space-between}.success-panel{background:#e5f3e5;border:1px solid #8aba95;color:#174d2b;padding:24px;margin-bottom:28px;border-radius:var(--small-radius)}.success-panel>.icon{width:32px;height:32px;margin-bottom:12px}.success-panel h2{font-size:23px;line-height:1.4}.success-panel p{color:#275437;font-size:13px;margin-top:12px}.success-panel strong{overflow-wrap:anywhere;display:inline-block}.error-summary{background:#fff1ed;border:1px solid #d09c93;padding:24px;margin-bottom:28px;border-radius:var(--small-radius);color:#8e2729}.error-summary h2{font-size:20px;line-height:1.4}.error-summary ul{padding-inline-start:20px;font-size:13px}.error-summary a{text-decoration:underline}.media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.media-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;min-width:0}.media-preview,.media-placeholder,.media-card video{aspect-ratio:1.6;width:100%;background:#e6ece4}.media-preview img{height:100%;width:100%;object-fit:contain;padding:12px}.media-placeholder{display:grid;place-items:center}.media-placeholder .icon{width:55px;height:55px;color:var(--brand)}.media-copy{padding:24px}.media-copy h2{font-size:20px;line-height:1.5;overflow-wrap:anywhere}.media-copy p{font-size:13px;margin-top:12px}.file-size{font-size:10px;color:var(--muted);display:block;margin-top:15px}.media-actions{display:flex;justify-content:space-between;gap:15px;margin-top:20px;font-size:12px;color:var(--brand)}.media-actions a{display:flex;align-items:center;gap:7px}.media-actions .icon{width:16px;height:16px}.privacy-article{max-width:900px;padding-bottom:80px}
/* Footer */
.site-footer{background:#102c23;color:#e1e9e2;padding-top:72px}.footer-grid{display:grid;grid-template-columns:1.25fr .75fr 1fr 1fr;gap:65px;padding-bottom:55px}.footer-brand img{width:160px;height:auto;object-fit:contain}.footer-brand p{font-size:13px;line-height:1.9;color:#a9bfb0;margin-top:23px;max-width:270px}.footer-since{font-size:10px;letter-spacing:.025em;display:block;margin-top:25px;color:#99b7a2}.footer-grid h2{font-family:var(--body-font);font-size:13px;font-weight:600;letter-spacing:0;line-height:1.5;margin-bottom:25px}.footer-grid nav{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-grid nav>a{font-size:11px;color:#bbccbf;max-width:100%;overflow-wrap:anywhere}.footer-grid nav>a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}.footer-bottom{border-top:1px solid #365044;padding-block:22px;display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#abc2b2;gap:20px}.footer-bottom>div{display:flex;align-items:center;gap:28px}.motion-toggle{border:0;background:transparent;color:inherit;font-size:10px;padding:12px 0;text-decoration:underline;text-underline-offset:4px}
.error-page{min-height:100vh;padding-block:70px;max-width:800px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.error-page>a:first-child{margin-bottom:35px}.error-page h1{font-size:clamp(34px,4vw,54px)}.error-page p{margin-block:25px 35px}
body[data-theme=harbor] .services-section .service-card:nth-child(even){grid-template-columns:1.3fr .7fr}@media(max-width:767px){body[data-theme=harbor] .services-section .service-card:nth-child(even){grid-template-columns:1fr}}
/* HARBOR — panoramic, dark and horizontal. */
body[data-theme=harbor]{--paper:#10251e;--surface:#19372c;--ink:#f0f4ee;--muted:#b3c7b7;--line:#385247;--brand:#9dd7af;--radius:0px;--small-radius:2px;--shadow:none;--shell:1280px}.utility-bar{transition:none}body[data-theme=harbor] .utility-bar{background:#0c1d17;color:#c2d5c6;border-color:#304c3f}body[data-theme=harbor] .brand-standard{display:none}body[data-theme=harbor] .brand-inverse{display:block;width:128px;height:auto}body[data-theme=harbor] .brand{width:128px}body[data-theme=harbor] .header-inner{min-height:105px}body[data-theme=harbor] .main-nav{justify-content:center}body[data-theme=harbor] .button:not(.button-light){background:#96d3a8;color:#102b20}body[data-theme=harbor] .button:not(.button-light):hover{background:#b9e2c3}body[data-theme=harbor] .locale-switcher>a[aria-current]{background:#2a4938;color:#d6efdd}body[data-theme=harbor] .hero{padding:0}body[data-theme=harbor] .hero-frame,body[data-theme=harbor] .hero-slide{border-radius:0;min-height:680px}body[data-theme=harbor] .hero-content{min-height:680px;justify-content:flex-start;padding-block:90px 120px}body[data-theme=harbor] .hero-copy{max-width:720px;width:64%}body[data-theme=harbor] .hero-slide:after{background:linear-gradient(90deg,#061a15d9,#061a1560 60%,#061a1530)}body[data-theme=harbor] .hero h1,body[data-theme=harbor] .hero h2{font-size:clamp(43px,5.2vw,78px);font-weight:500;line-height:1.15}body[data-theme=harbor] .carousel-controls{inset-inline: max(40px,calc((100% - 1280px)/2));bottom:35px}body[data-theme=harbor] .carousel-dots{margin-inline:15px auto}body[data-theme=harbor] .trade-strip{background:#1a3b2d;padding-block:26px}body[data-theme=harbor] .service-grid{grid-template-columns:1fr;gap:0;border-top:1px solid var(--line)}body[data-theme=harbor] .services-section .service-card,body[data-theme=harbor] .listing-grid.service-grid .service-card{display:grid;grid-template-columns:.7fr 1.3fr;gap:50px;background:transparent;border:0;border-bottom:1px solid var(--line);padding-block:34px}body[data-theme=harbor] .services-section .service-card:nth-child(even) .card-image{order:2}body[data-theme=harbor] .card-image{aspect-ratio:2.05}body[data-theme=harbor] .card-copy{padding:18px 0}body[data-theme=harbor] .card-copy h3{font-size:29px}body[data-theme=harbor] .card-copy p{max-width:530px}body[data-theme=harbor] .card-number{display:block;color:#8aaf97;font-size:12px;margin-bottom:17px}body[data-theme=harbor] .story-section{background:#193a2d}body[data-theme=harbor] .story-grid{grid-template-columns:1.15fr .85fr;gap:90px}body[data-theme=harbor] .story-visual{order:2}body[data-theme=harbor] .story-visual>img{height:520px}body[data-theme=harbor] .story-caption{background:#9ed8af;color:#0a3523;inset-inline-start:0;inset-inline-end:auto;bottom:0}body[data-theme=harbor] .story-caption p{color:#235b3a}body[data-theme=harbor] .knowledge-section{background:#0d2019}body[data-theme=harbor] .knowledge-links>a{border-color:#375444}body[data-theme=harbor] .process-grid>li{border-color:#466550}body[data-theme=harbor] .step-number{background:#244532;color:#b1dfbe;border-radius:0}body[data-theme=harbor] .cta-panel{background:#9bd2a9;color:#103120}body[data-theme=harbor] .cta-panel .eyebrow,body[data-theme=harbor] .cta-panel p{color:#2c5840}body[data-theme=harbor] .cta-panel .button{background:#173d29;color:white}body[data-theme=harbor] .aside-panel{background:#214432}body[data-theme=harbor] input,body[data-theme=harbor] select,body[data-theme=harbor] textarea{border-color:#829f88}body[data-theme=harbor] .editorial-grid .card-copy{padding:26px}body[data-theme=harbor] .site-footer{background:#071914}body[data-theme=harbor] .card-placeholder{background:#274e39;color:#a8c7b1}
/* ATLAS — precise, ruled and numbered. */
body[data-theme=atlas]{--paper:#fff;--surface:#fff;--ink:#153c2b;--muted:#5b7465;--line:#c8d8ca;--radius:0px;--small-radius:0px;--shadow:none;--shell:1260px;--space:85px}body[data-theme=atlas] .utility-bar{background:#153c2b;color:#d7e9d9;border:0}body[data-theme=atlas] .header-inner{min-height:96px}body[data-theme=atlas] .hero{padding:0 40px}body[data-theme=atlas] .hero-frame{border-radius:0;border:1px solid #bacbbc}body[data-theme=atlas] .hero-frame,body[data-theme=atlas] .hero-slide,body[data-theme=atlas] .hero-content{min-height:610px}body[data-theme=atlas] .hero-content{justify-content:flex-start;align-items:flex-end;padding-block:90px 100px}body[data-theme=atlas] .hero-copy{width:70%;max-width:810px;border-inline-start:3px solid #a5d4b1;padding-inline-start:30px}body[data-theme=atlas] .hero h1,body[data-theme=atlas] .hero h2{font-size:clamp(36px,4.4vw,62px);font-weight:650;max-width:800px}body[data-theme=atlas] .hero-copy>p{max-width:620px;font-size:15px}body[data-theme=atlas] .hero-slide:after{background:linear-gradient(0deg,#05281be8,#05281b52 85%)}body[data-theme=atlas] .carousel-controls{bottom:20px}body[data-theme=atlas] .carousel-controls .icon-button,body[data-theme=atlas] .carousel-pause{border-radius:0}body[data-theme=atlas] .trade-strip{padding-block:0;margin-top:30px}body[data-theme=atlas] .trade-strip>.shell{border-inline:1px solid var(--line);gap:0}body[data-theme=atlas] .trade-strip a,body[data-theme=atlas] .trade-strip span{padding:23px 25px;border-inline-end:1px solid var(--line);flex:1}body[data-theme=atlas] .service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid var(--line);border-inline-start:1px solid var(--line)}body[data-theme=atlas] .service-grid .service-card{border:0;border-inline-end:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:row;gap:22px;padding:28px;align-items:center}body[data-theme=atlas] .service-grid .card-image{width:125px;aspect-ratio:1;flex-shrink:0;order:2}body[data-theme=atlas] .service-grid .card-copy{padding:0;flex:1}body[data-theme=atlas] .service-grid .card-copy h3{font-size:22px}body[data-theme=atlas] .service-grid .card-copy p{display:none}body[data-theme=atlas] .card-number{display:block;font-size:11px;font-family:Consolas,monospace;color:#4c765a;margin-bottom:12px}body[data-theme=atlas] .service-grid .text-link{margin-top:16px}body[data-theme=atlas] .story-section{background:#f0f5ed;border-block:1px solid var(--line)}body[data-theme=atlas] .story-grid{gap:70px}body[data-theme=atlas] .story-caption{inset-inline-end:0;bottom:0;display:flex;align-items:center;gap:20px;max-width:none}body[data-theme=atlas] .story-caption p{margin-top:0}body[data-theme=atlas] .process-section{padding-top:0}body[data-theme=atlas] .process-grid{gap:0;border-inline-start:1px solid var(--line)}body[data-theme=atlas] .process-grid>li{padding:25px;border-inline-end:1px solid var(--line);border-block:1px solid var(--line)}body[data-theme=atlas] .step-number{background:transparent;border:1px solid #b9ccbb;border-radius:0}body[data-theme=atlas] .knowledge-section{background:#fff}body[data-theme=atlas] .knowledge-grid{grid-template-columns:1fr 1fr;gap:60px}body[data-theme=atlas] .cta-panel{border-top:5px solid #153c2b;background:#edf3e8;color:#153c2b}body[data-theme=atlas] .cta-panel .eyebrow,body[data-theme=atlas] .cta-panel p{color:#4c6d56}body[data-theme=atlas] .cta-panel .button{background:#077b57;color:white}body[data-theme=atlas] .page-heading{border-bottom:1px solid var(--line);margin-bottom:45px}body[data-theme=atlas] .aside-panel{border:1px solid var(--line);background:#f1f5ed}body[data-theme=atlas] .editorial-grid{grid-template-columns:1fr;gap:0;border-top:1px solid var(--line)}body[data-theme=atlas] .editorial-grid .service-card{display:grid;grid-template-columns:230px 1fr;border:0;border-bottom:1px solid var(--line);padding-block:25px;gap:30px}body[data-theme=atlas] .editorial-grid .card-copy{padding:10px}body[data-theme=atlas] .editorial-grid .card-image{aspect-ratio:1.5}
/* SILK — warm editorial, framed photography and a quieter rhythm. */
body[data-theme=silk]{--paper:#f5f0e6;--surface:#fbf8f1;--ink:#294c37;--muted:#536747;--brand:#165f44;--line:#d9dcca;--radius:2px;--small-radius:2px;--shadow:none;--display-font:Georgia,"Times New Roman",serif;--shell:1190px;--space:106px}body[data-theme=silk] .utility-bar{background:#e8ecdf;color:#557058}body[data-theme=silk] .header-inner{min-height:115px;gap:45px}body[data-theme=silk] .main-nav{justify-content:center}body[data-theme=silk] .main-nav>a{font-size:12px;font-weight:500}body[data-theme=silk] .hero{padding:9px 36px 0}body[data-theme=silk] .hero-frame{border:8px solid var(--paper);outline:1px solid #becdb9;border-radius:2px;min-height:650px}body[data-theme=silk] .hero-slide,body[data-theme=silk] .hero-content{min-height:650px}body[data-theme=silk] .hero-content{justify-content:center;text-align:center;padding-block:75px 115px}body[data-theme=silk] .hero-copy{width:75%;max-width:850px;text-align:center}body[data-theme=silk] .hero-eyebrow{justify-content:center;font-weight:500;font-size:10px;letter-spacing:.2em}body[data-theme=silk] .hero-eyebrow>span{display:none}body[data-theme=silk] .hero h1,body[data-theme=silk] .hero h2{font-size:clamp(43px,5.3vw,77px);font-weight:400;line-height:1.12;letter-spacing:-.035em}body[data-theme=silk] .hero-copy>p{margin-inline:auto;max-width:570px;font-size:15px}body[data-theme=silk] .hero-slide:after{background:linear-gradient(0deg,#082318bb,#08231850 100%)}body[data-theme=silk] .hero-image{filter:saturate(.75)}body[data-theme=silk] .carousel-controls{inset-inline:30px}body[data-theme=silk] .carousel-direction{gap:6px}body[data-theme=silk] .trade-strip{padding-block:25px;border:0}body[data-theme=silk] .trade-strip>.shell{justify-content:center;gap:50px}body[data-theme=silk] .trade-strip>.shell>a:last-child{display:none}body[data-theme=silk] .story-section{background:transparent;padding-top:85px}body[data-theme=silk] .story-grid{gap:110px;grid-template-columns:.9fr 1.1fr}body[data-theme=silk] .story-copy h2{font-size:clamp(36px,3.6vw,51px);font-weight:400}body[data-theme=silk] .story-visual>img{height:510px;filter:saturate(.65);border-radius:46% 46% 2px 2px}body[data-theme=silk] .story-caption{background:var(--paper);color:var(--brand);box-shadow:none;bottom:-1px;inset-inline-end:-35px;padding:20px 30px;max-width:210px;border:1px solid var(--line)}body[data-theme=silk] .story-caption>span{font-family:Georgia,serif;font-size:44px}body[data-theme=silk] .story-caption p{color:var(--muted)}body[data-theme=silk] .services-section{background:#e9eddf}body[data-theme=silk] .section-heading{align-items:center}body[data-theme=silk] .section-heading h2{font-size:clamp(35px,3.6vw,49px);font-weight:400}body[data-theme=silk] .service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}body[data-theme=silk] .service-grid .service-card{display:grid;grid-template-columns:145px 1fr;background:transparent;border:0;border-top:1px solid #c0cfbc;padding-top:25px;gap:25px}body[data-theme=silk] .service-grid .card-image{aspect-ratio:.9;align-self:start}body[data-theme=silk] .service-grid .card-copy{padding:0}body[data-theme=silk] .card-copy h3{font-size:25px;font-weight:400;line-height:1.35}body[data-theme=silk] .card-copy p{font-size:12px;-webkit-line-clamp:2;margin-top:12px}body[data-theme=silk] .card-copy .text-link{margin-top:16px}body[data-theme=silk] .card-image img{filter:saturate(.7)}body[data-theme=silk] .step-number{background:transparent;border:1px solid #b7c6ad;font-family:Georgia,serif;font-size:16px;width:50px;height:50px}body[data-theme=silk] .process-grid h3{font-size:22px;font-weight:400}body[data-theme=silk] .knowledge-section{background:transparent;border-block:1px solid var(--line)}body[data-theme=silk] .knowledge-grid{grid-template-columns:1fr 1fr;gap:120px}body[data-theme=silk] .knowledge-grid h2{font-size:45px;font-weight:400}body[data-theme=silk] .knowledge-links>a{font-family:var(--display-font);font-size:22px;font-weight:400}body[data-theme=silk] .cta-panel{background:#e3e8d8;color:#294c37;text-align:center;display:block;border:1px solid #cbd4bf;padding-block:60px}body[data-theme=silk] .cta-panel>div{margin-inline:auto;max-width:710px}body[data-theme=silk] .cta-panel .eyebrow,body[data-theme=silk] .cta-panel p{color:#536747}body[data-theme=silk] .cta-panel p{margin-inline:auto}body[data-theme=silk] .cta-panel h2{font-size:45px;font-weight:400}body[data-theme=silk] .cta-panel .button{background:#165f44;color:white;margin-top:30px}body[data-theme=silk] .page-heading{text-align:center;padding-block:80px 65px}body[data-theme=silk] .page-heading h1,body[data-theme=silk] .page-lead{margin-inline:auto}body[data-theme=silk] .page-heading h1{font-weight:400;font-size:clamp(39px,4.8vw,68px)}body[data-theme=silk] .breadcrumbs{justify-content:center}body[data-theme=silk] .article-cover{padding:9px;border:1px solid var(--line)}body[data-theme=silk] .article-cover img{filter:saturate(.8)}body[data-theme=silk] .aside-panel{background:#e8ecdf}body[data-theme=silk] .editorial-grid .service-card{border:0;background:transparent}body[data-theme=silk] .editorial-grid .card-copy{padding-inline:0}body[data-theme=silk] .editorial-grid .service-card:first-child{grid-column:span 2}body[data-theme=silk] .editorial-grid .service-card:first-child .card-image{aspect-ratio:2.7}body[data-theme=silk] .site-footer{background:#243f2e}
/* Language treatment uses logical flow without distorting brand assets. */
html[lang=ar] body{--body-font:"Segoe UI",Tahoma,Arial,sans-serif;line-height:1.9}html[lang=ar] h1,html[lang=ar] h2,html[lang=ar] h3,html[lang=ar] .eyebrow{letter-spacing:0}html[lang=ar] h1,html[lang=ar] h2{line-height:1.5}html[lang=ar] .hero h1,html[lang=ar] .hero h2{line-height:1.45;font-size:clamp(35px,3.7vw,54px)}html[lang=ar] .hero-copy>p{font-size:16px;line-height:2}html[lang=ar] .eyebrow{font-size:12px}html[lang=ar] .card-copy h3{font-size:23px;line-height:1.65}html[lang=ar] .main-nav>a{font-size:13px}html[lang=ar] body[data-theme=silk]{--display-font:var(--body-font)}html[lang=ar] body[data-theme=silk] h1,html[lang=ar] body[data-theme=silk] h2{font-weight:450}html[lang=ar] body[data-theme=harbor] .hero h1,html[lang=ar] body[data-theme=harbor] .hero h2{font-size:clamp(37px,4vw,61px)}html[lang=zh-Hans] body{--body-font:"Microsoft YaHei","PingFang SC","Noto Sans CJK SC",sans-serif;line-height:1.85}html[lang=zh-Hans] h1,html[lang=zh-Hans] h2,html[lang=zh-Hans] h3{letter-spacing:0;line-height:1.5;font-weight:500}html[lang=zh-Hans] .hero h1,html[lang=zh-Hans] .hero h2{font-size:clamp(35px,3.7vw,55px);line-height:1.45}html[lang=zh-Hans] body[data-theme=silk]{--display-font:"Songti SC",SimSun,serif}html[lang=zh-Hans] .eyebrow{letter-spacing:.1em}html[lang=zh-Hans] .card-copy h3{font-size:22px}
@media(min-width:1500px){.hero-content{width:min(1320px,calc(100% - 120px))}.hero-frame{min-height:680px}.hero-slide,.hero-content{min-height:680px}}
@media(max-width:1199px){.shell{width:calc(100% - 56px)}.header-inner{gap:22px}.main-nav{gap:18px}.header-actions{gap:12px}.header-quote{font-size:11px;padding:10px 13px;gap:10px}.header-quote .icon{display:none}.brand,.brand-standard{width:72px;height:72px}.section-heading{gap:40px}.story-grid{gap:60px}.footer-grid{gap:35px}.detail-grid{gap:40px;grid-template-columns:minmax(0,1fr) 250px}.aside-panel{padding:24px}.inquiry-layout{gap:50px}body[data-theme=harbor] .header-inner{gap:20px}body[data-theme=harbor] .brand{width:105px}body[data-theme=harbor] .brand-inverse{width:105px}body[data-theme=silk] .header-inner{gap:23px}body[data-theme=silk] .story-grid{gap:65px}body[data-theme=atlas] .service-grid .service-card{padding:23px;gap:17px}body[data-theme=atlas] .service-grid .card-image{width:96px}body[data-theme=atlas] .trade-strip a,body[data-theme=atlas] .trade-strip span{padding:20px 15px;font-size:11px}.trade-strip>.shell>a:last-child{font-size:11px}.trade-strip strong{display:none}}
@media(max-width:980px){.header-inner{flex-wrap:wrap;gap:10px 20px;min-height:98px;padding-block:12px}.main-nav{order:4;flex-basis:100%;justify-content:center;gap:30px;border-top:1px solid var(--line);padding-top:5px}.header-actions{margin-inline-start:auto}.header-quote{font-size:13px}.hero-frame,.hero-slide,.hero-content{min-height:590px}.hero-copy{width:58%}.hero h1,.hero h2{font-size:49px}.service-grid,.editorial-grid{gap:18px}.card-copy{padding:22px}.card-copy h3{font-size:20px}.story-grid{gap:50px}.story-visual>img{height:430px}.story-caption{inset-inline-end:-15px}.process-grid{gap:25px}.process-grid h3{font-size:17px}.knowledge-grid{gap:60px}.cta-panel{padding:40px;gap:40px}.footer-grid{grid-template-columns:1.2fr 1fr;gap:40px 60px}.footer-brand{grid-row:span 1}.detail-grid{grid-template-columns:minmax(0,1fr) 240px;gap:30px}.inquiry-layout{grid-template-columns:.8fr 1.2fr;gap:35px}.form-panel{padding:28px}.form-grid{gap:20px 15px}.inquiry-intro h1{font-size:38px}.media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body[data-theme=harbor] .hero-copy{width:76%}body[data-theme=harbor] .hero h1,body[data-theme=harbor] .hero h2{font-size:62px}body[data-theme=harbor] .story-grid{gap:45px}body[data-theme=atlas] .hero-copy{width:90%}body[data-theme=atlas] .service-grid .card-image{width:80px}body[data-theme=atlas] .service-grid .card-copy h3{font-size:20px}body[data-theme=silk] .hero-copy{width:85%}body[data-theme=silk] .hero h1,body[data-theme=silk] .hero h2{font-size:62px}body[data-theme=silk] .service-grid .service-card{grid-template-columns:110px 1fr;gap:20px}body[data-theme=silk] .knowledge-grid{gap:60px}.section-heading h2{font-size:34px}}
@media(max-width:767px){:root{--space:65px;--radius:12px;--small-radius:7px}.shell{width:calc(100% - 36px)}body{font-size:15px}.utility-inner{font-size:10px;min-height:33px}.utility-inner>a{gap:6px}.utility-inner .icon{display:none}.header-inner{min-height:85px;padding-block:5px;gap:10px}.brand,.brand-standard{width:68px;height:68px}.header-actions{gap:7px}.header-quote{display:none}.locale-switcher>a{min-width:29px;font-size:10px}.nav-toggle{display:none;width:39px;height:39px;order:3;margin-inline-start:7px}body[data-js] .nav-toggle{display:inline-flex}.main-nav{gap:20px;flex-wrap:wrap;padding:8px 0 10px}.main-nav>a{font-size:12px;padding-block:8px}body[data-js] .main-nav{display:none;flex-direction:column;align-items:stretch;gap:0;padding-block:8px 15px}body[data-js] .main-nav[data-open=true]{display:flex}body[data-js] .main-nav>a{padding:12px 5px;border-bottom:1px solid var(--line)}.main-nav>a:after{display:none}.hero{padding:0 10px}.hero-frame{border-radius:14px}.hero-frame,.hero-slide,.hero-content{min-height:610px}.hero-content{width:calc(100% - 40px);padding:72px 0 105px;align-items:flex-end}.hero-copy{width:100%;max-width:580px}.hero h1,.hero h2{font-size:42px;line-height:1.15;max-width:530px}.hero-copy>p{font-size:15px;margin-block:20px 26px;max-width:470px}.hero-eyebrow{font-size:10px;margin-bottom:20px}.hero-slide:after{background:linear-gradient(0deg,#071914ed 0%,#0719147c 72%,#07191428 100%)}.hero-image{object-position:var(--mobile-x) var(--mobile-y)}.hero-copy .button{min-height:48px;font-size:12px;padding:12px 18px;gap:20px}.carousel-controls{inset-inline:20px;bottom:22px;gap:10px}.carousel-controls .icon-button,.carousel-pause{width:38px;height:38px}.carousel-direction{gap:7px}.carousel-dots{gap:0}.carousel-dots>button{padding:12px 4px;min-width:24px}.carousel-dots>button>span{width:12px}.carousel-dots>button[aria-pressed=true]>span{width:23px}.trade-strip{padding-block:19px}.trade-strip>.shell{gap:12px}.trade-strip span,.trade-strip a{font-size:10px;gap:8px}.trade-strip .icon-globe{width:19px;height:19px}.trade-strip>.shell>a:last-child{display:none}.section-heading{display:block;margin-bottom:30px}.section-heading h2{font-size:33px}.section-summary{margin-top:20px;max-width:540px}.section-summary .text-link{margin-top:14px}.section-heading>.text-link{margin-top:20px}.eyebrow{font-size:10px;margin-bottom:15px}.service-grid,.editorial-grid{grid-template-columns:1fr;gap:22px}.card-image{aspect-ratio:1.8}.card-copy{padding:25px}.card-copy h3{font-size:23px}.card-copy p{font-size:13px}.card-copy .text-link{font-size:12px}.story-grid{grid-template-columns:1fr;gap:60px}.story-visual>img{height:390px}.story-caption{inset-inline-end:12px;bottom:-22px;padding:20px 25px}.story-caption>span{font-size:37px}.story-copy h2{font-size:34px;max-width:550px}.story-copy>p{font-size:15px;margin-top:20px}.story-copy .button{margin-top:25px}.process-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 23px}.process-grid>li{padding-top:22px}.step-number{margin-bottom:20px;width:38px;height:38px}.process-grid h3{font-size:18px}.process-grid p{font-size:12px}.knowledge-grid{grid-template-columns:1fr;gap:35px}.knowledge-grid h2{font-size:34px}.knowledge-grid p{margin-top:18px}.knowledge-links>a{font-size:15px;padding:17px 0}.cta-section{padding-block:48px}.cta-panel{padding:35px 28px;display:block}.cta-panel h2{font-size:31px}.cta-panel p{font-size:13px}.cta-panel>.button{margin-top:28px}.site-footer{padding-top:55px}.footer-grid{grid-template-columns:1fr 1fr;gap:40px 26px;padding-bottom:40px}.footer-brand{grid-column:1/-1}.footer-brand img{width:140px}.footer-brand p{max-width:320px}.footer-grid h2{font-size:12px;margin-bottom:18px}.footer-grid nav>a{font-size:11px}.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{align-items:flex-start;flex-direction:column;gap:8px;font-size:10px}.footer-bottom>div{gap:26px}.page-heading{padding-block:40px 35px}.page-heading h1{font-size:36px;line-height:1.4}.page-lead{font-size:15px;margin-top:17px}.breadcrumbs{font-size:11px;margin-bottom:25px;flex-wrap:wrap}.detail-grid{display:flex;flex-direction:column;gap:35px}.article-main,.detail-aside{width:100%}.article-cover{margin-bottom:28px}.article-cover img{height:260px}.prose{font-size:16px;line-height:2}.detail-aside{display:grid;grid-template-columns:1fr;gap:25px}.aside-panel{padding:27px}.aside-panel .button{width:auto}.aside-links{margin-top:0}.listing-section{padding-bottom:55px}.search-form{gap:8px;margin-bottom:30px}.search-form .button{gap:7px;padding-inline:15px;font-size:12px;min-height:49px}.search-form .icon{width:17px}.search-form input{font-size:14px}.pagination{gap:16px;font-size:11px}.pagination a{padding:10px}.inquiry-layout{grid-template-columns:1fr;gap:35px;padding-block:43px 65px}.inquiry-intro h1{font-size:37px;max-width:570px}.inquiry-intro>p{font-size:14px;margin-top:18px}.contact-details{margin-top:24px;gap:6px}.contact-details>a{font-size:17px}.inquiry-intro .contact-note{margin-top:22px;padding-top:20px;max-width:550px}.form-panel{padding:26px 22px}.form-grid{grid-template-columns:1fr;gap:20px}.field-wide{grid-column:auto}.field>label{font-size:13px}.form-panel input,.form-panel select,.form-panel textarea{font-size:16px}.form-privacy{line-height:1.9}.empty-state{padding:48px 23px}.empty-state h2{font-size:26px}.empty-state p{font-size:13px}.media-grid{grid-template-columns:1fr}.media-actions{font-size:13px}.privacy-article{padding-bottom:55px}.prose h2{font-size:25px}.slide-fallback-links{display:block}.slide-fallback-links>a{display:block;margin-bottom:12px}
body[data-theme=harbor]{--space:65px}body[data-theme=harbor] .brand{width:112px}body[data-theme=harbor] .brand-inverse{width:112px}body[data-theme=harbor] .header-inner{min-height:85px;gap:10px}body[data-theme=harbor] .hero-frame,body[data-theme=harbor] .hero-slide,body[data-theme=harbor] .hero-content{min-height:650px}body[data-theme=harbor] .hero-content{padding:65px 0 110px}body[data-theme=harbor] .hero-copy{width:100%}body[data-theme=harbor] .hero h1,body[data-theme=harbor] .hero h2{font-size:47px}body[data-theme=harbor] .hero-slide:after{background:linear-gradient(0deg,#061a15ed,#061a1555)}body[data-theme=harbor] .carousel-controls{inset-inline:20px;bottom:25px}body[data-theme=harbor] .carousel-dots{margin-inline:auto}body[data-theme=harbor] .services-section .service-card,body[data-theme=harbor] .listing-grid.service-grid .service-card{grid-template-columns:1fr;gap:10px;padding-block:27px}body[data-theme=harbor] .services-section .service-card:nth-child(even) .card-image{order:0}body[data-theme=harbor] .card-copy h3{font-size:27px}body[data-theme=harbor] .card-copy{padding-top:18px}body[data-theme=harbor] .story-grid{grid-template-columns:1fr;gap:38px}body[data-theme=harbor] .story-visual{order:0}body[data-theme=harbor] .story-visual>img{height:400px}body[data-theme=harbor] .story-caption{bottom:0}body[data-theme=harbor] .trade-strip{padding-block:22px}
body[data-theme=atlas]{--space:60px}body[data-theme=atlas] .header-inner{min-height:85px}body[data-theme=atlas] .hero{padding:0 12px}body[data-theme=atlas] .hero-frame,body[data-theme=atlas] .hero-slide,body[data-theme=atlas] .hero-content{min-height:595px}body[data-theme=atlas] .hero-content{padding:62px 0 104px}body[data-theme=atlas] .hero-copy{width:100%;padding-inline-start:18px;border-inline-start-width:2px}body[data-theme=atlas] .hero h1,body[data-theme=atlas] .hero h2{font-size:37px}body[data-theme=atlas] .hero-copy>p{font-size:14px}body[data-theme=atlas] .carousel-controls{inset-inline:15px;bottom:18px}body[data-theme=atlas] .trade-strip{margin-top:20px}body[data-theme=atlas] .trade-strip a,body[data-theme=atlas] .trade-strip span{font-size:10px;padding:17px 12px}body[data-theme=atlas] .trade-strip>.shell>a:last-child{display:none}body[data-theme=atlas] .service-grid{grid-template-columns:1fr}body[data-theme=atlas] .service-grid .service-card{padding:24px 20px}body[data-theme=atlas] .service-grid .card-image{width:85px}body[data-theme=atlas] .service-grid .card-copy h3{font-size:22px}body[data-theme=atlas] .story-grid{gap:35px}body[data-theme=atlas] .story-caption{padding:18px 23px}body[data-theme=atlas] .process-grid{gap:0}body[data-theme=atlas] .process-grid>li{padding:22px 18px}body[data-theme=atlas] .knowledge-grid{grid-template-columns:1fr;gap:30px}body[data-theme=atlas] .page-heading{margin-bottom:30px}body[data-theme=atlas] .editorial-grid .service-card{grid-template-columns:95px 1fr;gap:18px;padding-block:24px}body[data-theme=atlas] .editorial-grid .card-copy{padding:0}body[data-theme=atlas] .editorial-grid .card-image{aspect-ratio:1}body[data-theme=atlas] .editorial-grid .card-copy h3{font-size:20px}body[data-theme=atlas] .editorial-grid .card-copy p{font-size:12px}
body[data-theme=silk]{--space:70px}body[data-theme=silk] .header-inner{min-height:90px;gap:10px}body[data-theme=silk] .hero{padding:5px 12px 0}body[data-theme=silk] .hero-frame{border-width:5px}body[data-theme=silk] .hero-frame,body[data-theme=silk] .hero-slide,body[data-theme=silk] .hero-content{min-height:615px}body[data-theme=silk] .hero-content{padding:70px 0 105px;align-items:center}body[data-theme=silk] .hero-copy{width:100%}body[data-theme=silk] .hero h1,body[data-theme=silk] .hero h2{font-size:45px}body[data-theme=silk] .hero-copy>p{font-size:14px}body[data-theme=silk] .carousel-controls{inset-inline:15px}body[data-theme=silk] .trade-strip>.shell{gap:20px}body[data-theme=silk] .story-section{padding-top:52px}body[data-theme=silk] .story-grid{grid-template-columns:1fr;gap:60px}body[data-theme=silk] .story-visual{max-width:420px;margin-inline:auto;width:100%;padding-inline:10px}body[data-theme=silk] .story-visual>img{height:400px}body[data-theme=silk] .story-caption{inset-inline-end:0;bottom:-20px;padding:19px 24px}body[data-theme=silk] .story-copy h2{font-size:38px}body[data-theme=silk] .service-grid{grid-template-columns:1fr;gap:28px}body[data-theme=silk] .service-grid .service-card{grid-template-columns:105px 1fr;gap:23px}body[data-theme=silk] .card-copy h3{font-size:24px}body[data-theme=silk] .section-heading h2{font-size:38px}body[data-theme=silk] .knowledge-grid{grid-template-columns:1fr;gap:30px}body[data-theme=silk] .knowledge-grid h2{font-size:38px}body[data-theme=silk] .knowledge-links>a{font-size:20px}body[data-theme=silk] .cta-panel{padding:40px 24px}body[data-theme=silk] .cta-panel h2{font-size:36px}body[data-theme=silk] .page-heading{padding-block:50px 40px}body[data-theme=silk] .page-heading h1{font-size:42px}body[data-theme=silk] .editorial-grid .service-card:first-child{grid-column:auto}body[data-theme=silk] .editorial-grid .service-card:first-child .card-image{aspect-ratio:1.8}
html[lang=ar] .hero h1,html[lang=ar] .hero h2{font-size:35px;line-height:1.5}html[lang=ar] .hero-copy>p{font-size:14px}html[lang=ar] .hero-eyebrow{font-size:10px}html[lang=ar] body[data-theme=harbor] .hero h1,html[lang=ar] body[data-theme=harbor] .hero h2{font-size:39px}html[lang=ar] .section-heading h2,html[lang=ar] .story-copy h2{font-size:31px}html[lang=ar] body[data-theme=silk] .story-copy h2,html[lang=ar] body[data-theme=silk] .section-heading h2{font-size:33px}html[lang=zh-Hans] .hero h1,html[lang=zh-Hans] .hero h2{font-size:34px;line-height:1.5}html[lang=zh-Hans] body[data-theme=harbor] .hero h1,html[lang=zh-Hans] body[data-theme=harbor] .hero h2{font-size:39px}html[lang=zh-Hans] body[data-theme=silk] .hero h1,html[lang=zh-Hans] body[data-theme=silk] .hero h2{font-size:39px}
}
@media(max-width:380px){.shell{width:calc(100% - 30px)}.hero-content{width:calc(100% - 32px)}.hero h1,.hero h2{font-size:37px}.hero-copy>p{font-size:14px}.hero-frame,.hero-slide,.hero-content{min-height:620px}.process-grid{gap:28px 18px}.process-grid h3{font-size:17px}.card-copy{padding:22px}.form-panel{padding:23px 18px}.locale-switcher>a{min-width:26px}.hero-copy .button{max-width:100%}html[lang=ar] .hero h1,html[lang=ar] .hero h2{font-size:31px}html[lang=ar] body[data-theme=harbor] .hero h1,html[lang=ar] body[data-theme=harbor] .hero h2{font-size:34px}body[data-theme=silk] .hero h1,body[data-theme=silk] .hero h2{font-size:41px}body[data-theme=harbor] .hero h1,body[data-theme=harbor] .hero h2{font-size:43px}html[lang=zh-Hans] .hero h1,html[lang=zh-Hans] .hero h2{font-size:32px}}
.carousel-controls .icon-button,.carousel-pause{min-width:44px;min-height:44px}.carousel-dots>button{min-height:44px}.motion-toggle{min-height:44px}@media(max-width:767px){.nav-toggle{width:44px;height:44px}.locale-switcher>a,.locale-switcher>a[aria-current]{min-width:40px;min-height:44px}.carousel-controls{gap:8px}}
body[data-effective-motion=off] *,body[data-effective-motion=off] *:before,body[data-effective-motion=off] *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}body[data-effective-motion=off] .service-card:hover .card-image img{transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.service-card:hover .card-image img{transform:none}}

/* Measured small-text contrast refinements. */
body[data-theme=meridian] .locale-switcher>a[aria-current],body[data-theme=atlas] .locale-switcher>a[aria-current],body[data-theme=meridian] .step-number,body[data-theme=meridian] .story-copy>.eyebrow{color:#066b4b}

/* Control boundaries and error states keep contrast on dark and light surfaces. */
:focus-visible{outline-color:#8b6d13}.hero :focus-visible,body[data-theme=harbor] :focus-visible{outline-color:#e6bd50}body[data-theme=harbor] .field-error{color:#ffb3a8}body[data-theme=harbor] input[aria-invalid],body[data-theme=harbor] select[aria-invalid],body[data-theme=harbor] textarea[aria-invalid]{border-color:#d88174}

/* Source-verified WhatsApp contact action: fixed outside page flow and above compact carousel controls. */
.whatsapp-action{position:fixed;z-index:30;inset-inline-end:24px;bottom:max(24px,env(safe-area-inset-bottom));display:inline-flex;align-items:center;gap:9px;min-height:52px;padding:12px 17px;border-radius:999px;background:#087f55;color:#fff!important;box-shadow:0 12px 28px #0719143b;font-size:13px;font-weight:700;line-height:1;text-decoration:none;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}.whatsapp-action .icon{width:21px;height:21px;stroke-width:1.9}.whatsapp-action:hover{background:#066b49;transform:translateY(-2px);box-shadow:0 15px 30px #0719144a}.whatsapp-action:focus-visible{outline:3px solid #e6bd50;outline-offset:3px}.whatsapp-action:active{transform:translateY(0)}body[data-theme=harbor] .whatsapp-action{background:#9dd7af;color:#102b20!important;box-shadow:0 12px 28px #0006}body[data-theme=harbor] .whatsapp-action:hover{background:#c6e7cf}@media(max-width:767px){.whatsapp-action{inset-inline-end:18px;bottom:max(88px,calc(env(safe-area-inset-bottom) + 66px));width:54px;height:54px;min-height:54px;justify-content:center;padding:0;border-radius:50%}.whatsapp-action .icon{width:24px;height:24px}.whatsapp-action span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}
/* Direct WhatsApp card: a full-width companion to the service catalogue. */
.whatsapp-service-card{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(260px,.85fr) minmax(0,1.15fr);min-height:318px;margin-top:28px;overflow:hidden;border:1px solid #0a694a;border-radius:var(--radius);background:#087b55;color:#fff;box-shadow:0 20px 44px #0b2c1f20}.whatsapp-service-card__visual{position:relative;min-height:318px;overflow:hidden;background:#063d2c}.whatsapp-service-card__visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.05);transform:scale(1.015);transition:transform .65s ease,filter .35s ease}.whatsapp-service-card__visual:after{position:absolute;inset:0;content:"";background:linear-gradient(90deg,#052d21d9 0%,#064a34a6 48%,#087b5538 100%)}.whatsapp-service-card__glow{position:absolute;z-index:1;inset-inline-start:-82px;bottom:-122px;width:292px;height:292px;border:1px solid #baf0d266;border-radius:50%;box-shadow:0 0 0 30px #baf0d215,0 0 0 62px #baf0d20d}.whatsapp-service-card__icon{position:absolute;z-index:2;inset-inline-start:clamp(30px,5vw,65px);top:50%;display:grid;width:78px;height:78px;place-items:center;border:1px solid #e7fff066;border-radius:50%;background:#ffffff1a;transform:translateY(-50%);box-shadow:0 16px 38px #001e144d}.whatsapp-service-card__icon .icon{width:38px;height:38px;stroke-width:1.65}.whatsapp-service-card__copy{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:50px clamp(34px,5vw,76px);background:linear-gradient(125deg,#087b55 0%,#096647 100%)}.whatsapp-service-card__copy:after{position:absolute;inset:0;z-index:-1;content:"";background:radial-gradient(circle at 90% 15%,#d6f5dd24,transparent 30%)}.whatsapp-service-card .eyebrow{margin-bottom:18px;color:#c7eed5;font-size:10px;letter-spacing:.12em}.whatsapp-service-card h3{max-width:560px;color:#fff;font-size:clamp(28px,3vw,44px);line-height:1.22}.whatsapp-service-card p{max-width:585px;margin-top:17px;color:#e5f6ea;font-size:14px;line-height:1.85}.whatsapp-service-card__action{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;min-width:220px;min-height:53px;margin-top:29px;padding:13px 17px 13px 21px;border:1px solid #ddf9e766;border-radius:999px;background:#fff;color:#075b3f;font-size:12px;font-weight:700;text-decoration:none;box-shadow:0 10px 20px #0527192e;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.whatsapp-service-card__action .icon{width:18px;height:18px}.whatsapp-service-card__action:hover{background:#e7f8ed;transform:translateY(-2px);box-shadow:0 14px 26px #05271942}.whatsapp-service-card__action:focus-visible{outline:3px solid #e6bd50;outline-offset:4px}.whatsapp-service-card:hover .whatsapp-service-card__visual>img{filter:saturate(.9) contrast(1.04);transform:scale(1.06)}body[data-theme=harbor] .whatsapp-service-card{border-color:#517761;border-radius:0;background:#0c2119;box-shadow:none}body[data-theme=harbor] .whatsapp-service-card__visual{min-height:298px}body[data-theme=harbor] .whatsapp-service-card__visual:after{background:linear-gradient(90deg,#061a15e8,#0b392b99)}body[data-theme=harbor] .whatsapp-service-card__copy{background:#102c23}body[data-theme=harbor] .whatsapp-service-card__action{border-radius:0;background:#9dd7af;color:#102b20;border-color:#9dd7af}body[data-theme=harbor] .whatsapp-service-card__action:hover{background:#c6e7cf}body[data-theme=atlas] .whatsapp-service-card{border-radius:0;border:1px solid #9bb6a0;background:#e9f2e8;color:#153c2b;box-shadow:none}body[data-theme=atlas] .whatsapp-service-card__visual:after{background:linear-gradient(90deg,#0c422be0,#1c725952)}body[data-theme=atlas] .whatsapp-service-card__copy{background:#edf4eb}body[data-theme=atlas] .whatsapp-service-card .eyebrow{color:#367055}body[data-theme=atlas] .whatsapp-service-card h3{color:#153c2b}body[data-theme=atlas] .whatsapp-service-card p{color:#486653}body[data-theme=atlas] .whatsapp-service-card__action{border-radius:0;background:#087b55;color:#fff;border-color:#087b55;box-shadow:none}body[data-theme=atlas] .whatsapp-service-card__action:hover{background:#065f41}body[data-theme=silk] .whatsapp-service-card{grid-template-columns:.78fr 1.22fr;border-radius:2px;border-color:#bdcdb9;background:#e5ebdb;box-shadow:none}body[data-theme=silk] .whatsapp-service-card__visual:after{background:linear-gradient(90deg,#183c2ccf,#376b4a56)}body[data-theme=silk] .whatsapp-service-card__copy{background:#e5ebdb}body[data-theme=silk] .whatsapp-service-card .eyebrow{color:#557058}body[data-theme=silk] .whatsapp-service-card h3{color:#294c37;font-weight:400}body[data-theme=silk] .whatsapp-service-card p{color:#536747}body[data-theme=silk] .whatsapp-service-card__action{border-radius:2px;background:#165f44;color:#fff;border-color:#165f44;box-shadow:none}body[data-theme=silk] .whatsapp-service-card__action:hover{background:#0d5038}@media(max-width:767px){.whatsapp-service-card{grid-template-columns:1fr;min-height:0;margin-top:22px}.whatsapp-service-card__visual{min-height:212px}.whatsapp-service-card__visual:after{background:linear-gradient(0deg,#052d21dc 0%,#064a3473 100%)}.whatsapp-service-card__icon{inset-inline-start:28px;width:64px;height:64px}.whatsapp-service-card__icon .icon{width:31px;height:31px}.whatsapp-service-card__copy{padding:34px 27px 31px}.whatsapp-service-card h3{font-size:30px}.whatsapp-service-card p{font-size:13px}.whatsapp-service-card__action{min-width:100%;margin-top:25px}body[data-theme=harbor] .whatsapp-service-card,body[data-theme=silk] .whatsapp-service-card{grid-template-columns:1fr}body[data-theme=harbor] .whatsapp-service-card__visual{min-height:212px}}@media(prefers-reduced-motion:reduce){.whatsapp-service-card__visual>img,.whatsapp-service-card__action{transition:none}.whatsapp-service-card:hover .whatsapp-service-card__visual>img,.whatsapp-service-card__action:hover{transform:none}}
.whatsapp-action[aria-hidden=true]{opacity:0;pointer-events:none;transform:translateY(10px)}
