:root{--navy:#0b2e4a;--royal:#124f7b;--sky:#5a7a95;--teal:#1ab8a0;--emerald:#0f8f82;--lime:#8fd9ce;--saffron:#d49a12;--gold:#fbbf24;--slate:#5a7a95;--ink:#13263a;--mist:#eef7fa;--white:#fbfdff;--line:rgba(11,46,74,0.12);--shadow:0 26px 60px rgba(11,46,74,0.1);--radius-lg:30px;--radius-md:20px;--radius-sm:14px;--font-display:"Constantia","Georgia","Times New Roman",serif;--font-body:"Aptos","Trebuchet MS","Segoe UI",sans-serif;--max-width:1200px;}*{box-sizing:border-box;}html{scroll-behavior:smooth;}body{margin:0;font-family:var(--font-body);color:var(--ink);overflow-x:hidden;background:radial-gradient(circle at top left,rgba(251,191,36,0.16),transparent 24rem),radial-gradient(circle at 85% 12%,rgba(26,184,160,0.12),transparent 20rem),radial-gradient(circle at 12% 70%,rgba(90,122,149,0.1),transparent 18rem),linear-gradient(180deg,#f5fbff 0%,#f0f7fb 36%,#fbfdff 100%);}img{display:block;max-width:100%;}a{color:inherit;text-decoration:none;}p{margin:0 0 1rem;line-height:1.72;color:var(--slate);overflow-wrap:anywhere;}h1,h2,h3,h4{margin:0;color:var(--navy);font-family:var(--font-display);line-height:1.1;text-wrap:balance;}ul{padding-left:1.1rem;margin:0;}.container{width:min(var(--max-width),calc(100% - clamp(1rem,4vw,2rem)));margin:0 auto;}.topbar{position:sticky;top:0;z-index:20;backdrop-filter:blur(16px);background:rgba(251,253,255,0.9);border-bottom:1px solid rgba(11,46,74,0.08);box-shadow:0 10px 34px rgba(11,46,74,0.06);}.topbar-inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:1rem;}.brand{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:.75rem;min-width:0;}.brand-logo{width:184px;max-width:100%;max-height:54px;height:auto;object-fit:contain;object-position:left center;flex-shrink:0;}.brand-copy{display:flex;flex-direction:column;gap:0.15rem;}.brand-copy strong{display:none;}.brand-copy strong{font-size:1.05rem;letter-spacing:0.08em;color:var(--navy);}.brand-copy span{font-size:0.8rem;text-transform:uppercase;letter-spacing:0.12em;color:rgba(90,122,149,0.9);}.nav-toggle{display:none;border:0;background:linear-gradient(135deg,var(--navy),var(--teal));color:var(--white);width:46px;height:46px;border-radius:50%;cursor:pointer;font-size:0;line-height:1;position:relative;overflow:hidden;}.nav-toggle::before{content:"";position:absolute;left:50%;top:50%;width:18px;height:2px;border-radius:999px;background:currentColor;transform:translate(-50%,-7px);box-shadow:0 6px 0 currentColor,0 12px 0 currentColor;}.nav-toggle:focus-visible{outline:3px solid rgba(26,184,160,0.35);outline-offset:3px;}.site-nav{display:flex;align-items:center;gap:0.45rem;}.site-nav a{padding:0.82rem 1.05rem;border-radius:999px;color:rgba(34,27,22,0.72);font-size:0.96rem;font-weight:600;white-space:nowrap;transition:180ms ease;}.site-nav a:hover,.site-nav a.is-active{color:var(--navy);background:linear-gradient(135deg,rgba(215,180,110,0.22),rgba(111,86,56,0.08));}.hero{padding:clamp(2.4rem,4vw,3.8rem) 0 clamp(1.9rem,3vw,2.6rem);}.hero-grid{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(360px,0.94fr);gap:clamp(1.1rem,2vw,1.5rem);align-items:start;}.hero-card,.hero-panel{border-radius:var(--radius-lg);border:1px solid rgba(15,40,71,0.08);background:rgba(255,255,255,0.92);box-shadow:var(--shadow);overflow:hidden;}.hero-card{position:relative;display:grid;align-content:start;padding:clamp(1.8rem,4vw,2.8rem);background:linear-gradient(140deg,rgba(13,86,166,0.08),transparent 45%),linear-gradient(170deg,rgba(233,114,0,0.08),transparent 70%),linear-gradient(180deg,rgba(255,255,255,0.98),rgba(248,251,255,0.98));}.hero-card::after{content:"";position:absolute;inset:auto -70px -80px auto;width:220px;height:220px;background:radial-gradient(circle,rgba(31,109,36,0.22),transparent 64%);}.eyebrow{display:inline-flex;align-items:center;gap:0.45rem;padding:0.45rem 0.9rem;margin-bottom:0.15rem;border-radius:999px;background:rgba(15,40,71,0.06);font-size:0.8rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--navy);max-width:100%;}.eyebrow::before{content:"";width:0.55rem;height:0.55rem;border-radius:50%;background:linear-gradient(135deg,var(--saffron),var(--lime));}.eyebrow + h1,.eyebrow + h2,.eyebrow + h3,.eyebrow + h4{margin-top:0.85rem;}.hero h1{margin-top:0.95rem;max-width:10.2ch;font-size:clamp(2.1rem,4vw,3.55rem);line-height:1.06;text-wrap:balance;}.hero-lead{margin-top:1rem;max-width:50ch;font-size:1rem;text-wrap:pretty;}.hero-actions{display:flex;flex-wrap:wrap;gap:0.9rem;margin-top:1.5rem;align-items:stretch;}.hero-actions-landing{display:grid;grid-template-columns:repeat(2,max-content);gap:0.85rem;justify-content:start;}.hero-actions-landing .btn{width:auto;}.hero-actions-landing .btn-accent{justify-self:start;}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;min-height:52px;padding:0.9rem 1.4rem;border-radius:999px;font-weight:700;max-width:100%;text-align:center;line-height:1.25;transition:transform 180ms ease,box-shadow 180ms ease,background 180ms ease;}.btn:hover{transform:translateY(-2px);}.btn-primary{color:var(--white);background:linear-gradient(135deg,var(--royal),var(--sky));box-shadow:0 16px 32px rgba(13,86,166,0.28);}.btn-secondary{color:var(--navy);background:rgba(15,40,71,0.06);}.btn-accent{color:var(--navy);background:linear-gradient(135deg,rgba(255,191,27,0.95),rgba(233,114,0,0.82));}.hero-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.7rem;}.stat-card{display:grid;align-content:start;gap:0.25rem;min-height:110px;padding:1rem;border-radius:var(--radius-md);background:linear-gradient(180deg,rgba(15,40,71,0.04),rgba(255,255,255,0.9));border:1px solid rgba(15,40,71,0.08);}.stat-card strong{display:block;margin-bottom:0.25rem;font-size:1.15rem;color:var(--navy);}.stat-card span{font-size:0.92rem;color:var(--slate);}.hero-panel{display:flex;flex-direction:column;justify-content:flex-start;gap:1.25rem;align-self:start;padding:clamp(1.55rem,3vw,2rem);background:radial-gradient(circle at 15% 18%,rgba(31,150,222,0.16),transparent 16rem),linear-gradient(180deg,rgba(255,255,255,0.97),rgba(243,248,252,0.97));}.hero-panel .brand-stack img{width:min(100%,300px);height:auto;margin:0 auto;}.brand-stack{display:grid;gap:1.15rem;justify-items:center;text-align:center;}.brand-stack .metric-grid{width:100%;}.panel-note{padding:1.2rem 1.25rem;border-radius:var(--radius-md);background:linear-gradient(135deg,rgba(31,109,36,0.08),rgba(15,40,71,0.05));border:1px solid rgba(31,109,36,0.14);}.panel-note strong{display:block;margin-bottom:0.35rem;color:var(--navy);}.panel-note p{margin-bottom:0;}.metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0.9rem;}.metric-card{min-width:0;padding:1rem 1.05rem;border-radius:var(--radius-md);background:rgba(255,255,255,0.82);border:1px solid rgba(15,40,71,0.08);}.metric-card strong{display:block;margin-bottom:0.3rem;color:var(--navy);}.metric-card span{color:var(--slate);font-size:0.94rem;line-height:1.5;}.section{padding:clamp(1.7rem,3vw,2.35rem) 0;content-visibility:auto;contain-intrinsic-size:1px 760px;}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;}.section-heading h2{font-size:clamp(2rem,4vw,3rem);}.section-heading p{max-width:56ch;}.fact-tile-full{grid-column:1 / -1;}.section-stack{margin-top:1.3rem;}.actions-center{justify-content:center;}.grid-3,.grid-4,.feature-grid,.detail-grid,.contact-grid,.cta-grid{display:grid;gap:clamp(1rem,2vw,1.25rem);}.strength-grid{display:grid;gap:clamp(1rem,2vw,1.25rem);grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;}.buyer-path-grid{display:grid;gap:clamp(1rem,2vw,1.25rem);grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch;}.strength-grid>*{min-width:0;}.buyer-path-grid>*{min-width:0;}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));}.grid-4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));}.feature-grid{grid-template-columns:minmax(0,1.14fr) minmax(0,0.86fr);align-items:start;}.feature-mini-grid{display:grid;grid-template-columns:1fr;gap:1rem;align-self:start;}.feature-mini-grid .info-card{min-height:0;padding:1.35rem 1.3rem;}.feature-mini-grid .info-card h3{max-width:none;font-size:clamp(1.2rem,1.9vw,1.55rem);line-height:1.08;}.feature-mini-grid .info-card p{max-width:22ch;}.feature-grid-why{grid-template-columns:minmax(0,1.05fr) minmax(0,0.95fr);align-items:stretch;}.wide-card-why{display:flex;flex-direction:column;justify-content:center;}.feature-mini-grid-why{grid-template-columns:repeat(2,minmax(0,1fr));align-content:stretch;}.feature-mini-grid-why .info-card{height:100%;}.feature-mini-grid-why .info-card:last-child{grid-column:1 / -1;}@media (max-width:1024px){.feature-grid-why{grid-template-columns:1fr;}}@media (max-width:640px){.feature-mini-grid-why{grid-template-columns:1fr;}.feature-mini-grid-why .info-card:last-child{grid-column:auto;}}.detail-grid{grid-template-columns:minmax(0,1.04fr) minmax(0,0.96fr);align-items:start;}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));}.cta-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));}.card,.info-card,.cta-card,.form-card,.profile-card,.wide-card{border-radius:var(--radius-lg);background:rgba(255,255,255,0.96);border:1px solid rgba(15,40,71,0.08);box-shadow:var(--shadow);min-width:0;}.card,.info-card,.cta-card,.wide-card{padding:clamp(1.2rem,2vw,1.6rem);}.card h3,.info-card h3,.wide-card h3,.profile-card h3,.form-card h3{font-size:clamp(1.18rem,2vw,1.45rem);margin-bottom:0.55rem;}.card-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:1rem;border-radius:1rem;color:var(--white);font-weight:700;background:linear-gradient(135deg,var(--royal),var(--sky));}.accent-icon{background:linear-gradient(135deg,var(--saffron),var(--lime));}.green-icon{background:linear-gradient(135deg,var(--emerald),var(--lime));}.list-clean{list-style:none;padding:0;display:grid;gap:0.7rem;}.list-clean li{position:relative;padding-left:1.35rem;color:var(--slate);}.list-clean li::before{content:"";position:absolute;left:0;top:0.7rem;width:0.5rem;height:0.5rem;border-radius:50%;background:linear-gradient(135deg,var(--saffron),var(--sky));}.wide-card{padding:clamp(1.45rem,2.4vw,2rem);}.card p:last-child,.info-card p:last-child,.wide-card p:last-child,.cta-card p:last-child,.form-card p:last-child,.brand-panel p:last-child{margin-bottom:0;}.badge-row{display:flex;flex-wrap:wrap;gap:0.65rem;margin-top:1rem;}.badge{display:inline-flex;align-items:center;padding:0.55rem 0.9rem;border-radius:999px;background:rgba(15,40,71,0.06);color:var(--navy);font-weight:600;font-size:0.92rem;}.stack-grid{display:grid;gap:1.25rem;}.brand-panel{position:relative;overflow:hidden;padding:clamp(1.55rem,3vw,2rem);border-radius:var(--radius-lg);border:1px solid rgba(15,40,71,0.08);box-shadow:var(--shadow);background:radial-gradient(circle at top right,rgba(255,255,255,0.1),transparent 15rem),linear-gradient(145deg,rgba(15,40,71,0.98),rgba(13,86,166,0.96));color:rgba(255,255,255,0.92);}.brand-panel::after{content:"";position:absolute;right:-70px;bottom:-70px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(255,191,27,0.18),transparent 65%);}.brand-panel h2,.brand-panel h3{color:var(--white);}.brand-panel p,.brand-panel li,.brand-panel .metric-card span{color:rgba(255,255,255,0.78);}.brand-panel .status-note,.brand-panel .status-note[data-state="info"]{color:rgba(240,246,251,0.9);}.brand-panel .eyebrow{background:rgba(255,255,255,0.12);color:var(--white);}.brand-panel .meta-row,.brand-panel .metric-card{background:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.12);}.brand-panel .meta-label{color:rgba(255,255,255,0.68);}.brand-panel .meta-value,.brand-panel .metric-card strong,.brand-panel .badge{color:var(--white);}.brand-panel .badge{background:rgba(255,255,255,0.12);}.brand-panel .btn-secondary{background:rgba(255,255,255,0.14);color:var(--white);}.brand-panel .list-clean li::before{background:linear-gradient(135deg,var(--gold),rgba(255,255,255,0.88));}.buyer-hub{display:grid;grid-template-columns:1fr;gap:clamp(1rem,2vw,1.3rem);align-items:stretch;}.buyer-hub-main,.buyer-hub-side{border-radius:var(--radius-lg);border:1px solid rgba(15,40,71,0.08);box-shadow:var(--shadow);}.buyer-hub-main{position:relative;overflow:hidden;padding:clamp(1.55rem,3vw,2.15rem);background:radial-gradient(circle at top right,rgba(255,255,255,0.12),transparent 16rem),linear-gradient(145deg,rgba(15,40,71,0.99),rgba(25,84,150,0.94));}.buyer-hub-main::after{content:"";position:absolute;right:-54px;bottom:-68px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(141,203,31,0.18),transparent 64%);}.buyer-hub-main h2,.buyer-hub-main h3{color:var(--white);}.buyer-hub-main h2{max-width:13ch;font-size:clamp(1.9rem,3.7vw,3rem);line-height:1.04;}.buyer-hub-main p{max-width:46ch;margin-top:0.8rem;line-height:1.65;color:rgba(255,255,255,0.8);}.buyer-hub-main .eyebrow{background:rgba(255,255,255,0.12);color:var(--white);}.buyer-hub-main .btn-secondary{background:rgba(255,255,255,0.14);color:var(--white);}.buyer-hub-side{display:grid;align-content:start;gap:1rem;padding:clamp(1.45rem,3vw,1.95rem);background:rgba(255,255,255,0.96);}.buyer-hub-side h2{max-width:14ch;font-size:clamp(1.75rem,3vw,2.5rem);}.buyer-hub-side p{max-width:48ch;}.desk-header{display:grid;grid-template-columns:68px 1fr;gap:1rem;align-items:start;}.desk-header>div:last-child{min-width:0;}.desk-mark-shell{width:68px;height:68px;padding:0.6rem;border-radius:22px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.12);}.desk-mark{width:100%;height:100%;object-fit:contain;}.desk-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:0.95rem;margin-top:1.35rem;}.desk-card{min-width:0;padding:1rem 1.1rem;border-radius:var(--radius-md);background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.12);}.desk-label{display:block;margin-bottom:0.35rem;font-size:0.76rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.68);}.desk-value{display:block;color:var(--white);font-weight:700;line-height:1.45;overflow-wrap:anywhere;}.doc-link-action{display:inline-flex;align-items:center;justify-content:center;min-width:104px;padding-top:0.1rem;white-space:nowrap;color:var(--navy);font-weight:700;}@media (min-width:1240px){.buyer-hub{grid-template-columns:1.08fr 0.92fr;}}.split-card{display:grid;grid-template-columns:0.76fr 1.24fr;gap:1.3rem;align-items:center;}.profile-card{overflow:hidden;}.profile-card img{width:100%;height:100%;min-height:100%;object-fit:cover;}.page-photo-card{overflow:hidden;padding:0;display:flex;flex-direction:column;}.page-photo-card img,.page-support-image{display:block;width:100%;height:auto;aspect-ratio:16 / 10;object-fit:cover;background:rgba(15,40,71,0.06);}.page-photo-body{padding:1.4rem 1.45rem 1.55rem;}.page-photo-body h3{margin:0 0 0.55rem;}.page-photo-body p{margin:0;color:var(--slate);}.page-support-image{border-radius:calc(var(--radius-lg) - 0.35rem);margin-bottom:1.15rem;}.profile-body{padding:1.8rem;}.profile-meta{display:grid;gap:0.8rem;margin-top:1.1rem;}.meta-row{padding:0.9rem 1rem;border-radius:var(--radius-md);background:rgba(15,40,71,0.04);border:1px solid rgba(15,40,71,0.08);}.meta-label{display:block;font-size:0.78rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--slate);}.meta-value{display:block;margin-top:0.28rem;font-weight:700;color:var(--navy);overflow-wrap:anywhere;}.fact-table{display:grid;gap:0.75rem;}.facts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.25rem;}.fact-tile{min-width:0;padding:1rem 1.1rem;border-radius:var(--radius-md);background:rgba(15,40,71,0.04);border:1px solid rgba(15,40,71,0.08);}.fact-tile-label{display:block;margin-bottom:0.4rem;font-size:0.8rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--slate);}.fact-tile-value{display:block;color:var(--navy);font-weight:700;line-height:1.5;overflow-wrap:anywhere;}.fact-row{display:grid;grid-template-columns:0.9fr 1.1fr;gap:1rem;padding:1rem 1.1rem;border-radius:var(--radius-md);background:rgba(15,40,71,0.04);border:1px solid rgba(15,40,71,0.08);}.fact-row strong{color:var(--navy);}.timeline{display:grid;gap:0.95rem;}.timeline-step{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start;padding:1.1rem 1.2rem;border-radius:var(--radius-md);background:rgba(255,255,255,0.96);border:1px solid rgba(15,40,71,0.08);}.timeline-num{width:2.75rem;height:2.75rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--white);font-weight:700;background:linear-gradient(135deg,var(--royal),var(--emerald));}.doc-links{display:grid;gap:1rem;}.doc-link{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1rem 1.15rem;border-radius:var(--radius-md);background:rgba(15,40,71,0.04);border:1px solid rgba(15,40,71,0.08);transition:180ms ease;}.doc-link>div{min-width:0;flex:1 1 240px;}.doc-link:hover{transform:translateY(-2px);background:rgba(13,86,166,0.07);}.doc-link span{color:var(--slate);font-size:0.95rem;overflow-wrap:anywhere;}.doc-link strong{display:block;color:var(--navy);overflow-wrap:anywhere;}.contact-list{display:grid;gap:0.9rem;}.contact-item{padding:1rem 1.1rem;border-radius:var(--radius-md);background:rgba(15,40,71,0.04);border:1px solid rgba(15,40,71,0.08);}.contact-item strong{display:block;color:var(--navy);margin-bottom:0.2rem;}.form-card{padding:clamp(1.45rem,2.8vw,1.8rem);}.contact-form{display:grid;gap:0.95rem;}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0.95rem;}.field{display:grid;gap:0.4rem;}.field label{font-size:0.85rem;font-weight:700;color:var(--navy);}.field input,.field select,.field textarea{width:100%;padding:0.95rem 1rem;border:1px solid rgba(15,40,71,0.18);border-radius:14px;font:inherit;color:var(--ink);background:rgba(255,255,255,0.96);}.field textarea{min-height:160px;resize:vertical;}.status-note{font-size:0.92rem;color:var(--slate);}.site-footer{padding:clamp(2rem,4vw,2.8rem) 0 1.6rem;margin-top:1.7rem;background:linear-gradient(180deg,rgba(15,40,71,0.98),rgba(10,24,43,0.98)),var(--navy);color:rgba(255,255,255,0.9);}.footer-grid{display:grid;grid-template-columns:minmax(280px,1.35fr) minmax(180px,0.75fr) minmax(220px,0.9fr);gap:2rem;align-items:start;}.footer-brand{display:grid;gap:0.95rem;max-width:470px;}.footer-brand img{width:min(100%,250px);height:auto;object-fit:contain;margin-bottom:0.15rem;padding:0.85rem 1rem;background:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(239,247,251,0.96));border:1px solid rgba(26,184,160,0.16);border-radius:22px;box-shadow:0 16px 34px rgba(8,30,49,0.22);}.site-footer{content-visibility:auto;contain-intrinsic-size:1px 420px;}.site-footer h3{margin-bottom:0.85rem;color:var(--white);font-size:1.1rem;}.footer-links{list-style:none;padding:0;display:grid;gap:0.6rem;}.footer-links li{display:flex;align-items:center;min-height:44px;color:rgba(255,255,255,0.92);}.footer-links a{display:inline-flex;align-items:center;min-height:44px;color:rgba(255,255,255,0.92);}.footer-note{margin-top:1.8rem;padding-top:1.1rem;border-top:1px solid rgba(255,255,255,0.12);color:rgba(255,255,255,0.72);font-size:0.92rem;line-height:1.7;}.page-hero{padding:clamp(2.2rem,4vw,3rem) 0 1.2rem;}.page-hero-card{padding:clamp(1.7rem,3vw,2.3rem);border-radius:var(--radius-lg);background:linear-gradient(135deg,rgba(13,86,166,0.1),rgba(233,114,0,0.08)),rgba(255,255,255,0.96);border:1px solid rgba(15,40,71,0.08);box-shadow:var(--shadow);}.page-hero h1{font-size:clamp(2.1rem,4.5vw,3.8rem);margin-top:0.8rem;}.page-hero p{max-width:60ch;margin-top:1rem;}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:0.45rem;padding-top:1rem;color:rgba(34,27,22,0.66);font-size:0.92rem;}.breadcrumbs a{color:var(--royal);text-decoration:none;}.breadcrumbs a:hover,.breadcrumbs a:focus-visible{color:var(--forest);}.breadcrumb-sep{opacity:0.46;}.breadcrumbs [aria-current="page"]{color:rgba(34,27,22,0.84);font-weight:600;}.reveal{opacity:0;transform:translateY(28px);transition:opacity 650ms ease,transform 650ms ease;}.reveal.visible{opacity:1;transform:translateY(0);}body[data-page="home"] .reveal{opacity:1;transform:none;transition:none;}@media (hover:none),(pointer:coarse){.site-nav a,.btn,.doc-link,.hero-feature-image,.hero-mini-card,.brand-logo,.gallery-card,.floating-whatsapp,.back-to-top{transition:none !important;animation:none !important;transform:none !important;}.site-nav a::after,.btn::before{display:none !important;}}.highlight-band{padding:clamp(1.35rem,2.4vw,1.6rem);border-radius:var(--radius-lg);background:linear-gradient(135deg,rgba(13,86,166,0.08),rgba(31,109,36,0.08));border:1px solid rgba(13,86,166,0.12);}.center{text-align:center;}.eyebrow{background:linear-gradient(180deg,rgba(255,252,248,0.96),rgba(245,236,223,0.92));color:var(--royal);box-shadow:inset 0 0 0 1px rgba(111,86,56,0.08);}.eyebrow::before{background:linear-gradient(135deg,var(--gold),var(--saffron));box-shadow:0 0 0 4px rgba(215,180,110,0.14);}.hero-card,.hero-panel,.page-hero-card,.card,.info-card,.cta-card,.form-card,.profile-card,.wide-card,.buyer-hub-side{border-color:rgba(111,86,56,0.14);box-shadow:0 22px 50px rgba(37,27,17,0.08);}.hero-card,.page-hero-card{background:radial-gradient(circle at top right,rgba(215,180,110,0.16),transparent 18rem),radial-gradient(circle at bottom left,rgba(93,111,83,0.08),transparent 14rem),linear-gradient(180deg,rgba(255,252,248,0.98),rgba(249,243,235,0.96));}.hero-card::after{background:radial-gradient(circle,rgba(215,180,110,0.22),transparent 64%);}.hero-panel{background:radial-gradient(circle at 12% 15%,rgba(215,180,110,0.14),transparent 13rem),linear-gradient(180deg,rgba(255,252,248,0.98),rgba(246,239,229,0.97));}.hero h1,.page-hero h1,.section-heading h2,.wide-card h2,.buyer-hub-main h2,.buyer-hub-side h2,.brand-panel h2{letter-spacing:-0.035em;}.hero-lead,.page-hero p,.section-heading p{color:rgba(34,27,22,0.7);}.btn{border:1px solid transparent;box-shadow:0 12px 26px rgba(37,27,17,0.06);}.btn-primary{color:var(--white);background:linear-gradient(135deg,#241c17,#6f5638);box-shadow:0 18px 34px rgba(37,27,17,0.16);}.btn-secondary{color:var(--navy);background:linear-gradient(180deg,rgba(255,252,248,0.96),rgba(244,236,226,0.9));border-color:rgba(111,86,56,0.14);}.btn-accent{color:#2a2018;background:linear-gradient(135deg,#d9b777,#f0dbaf);box-shadow:0 16px 30px rgba(167,100,63,0.16);}.stat-card,.metric-card,.fact-tile,.fact-row,.meta-row,.contact-item,.doc-link,.timeline-step{background:linear-gradient(180deg,rgba(255,255,255,0.86),rgba(248,242,233,0.96));border-color:rgba(111,86,56,0.12);box-shadow:inset 0 1px 0 rgba(255,255,255,0.6);}.badge{background:linear-gradient(180deg,rgba(255,252,248,0.96),rgba(245,236,223,0.92));color:var(--royal);border:1px solid rgba(111,86,56,0.12);}.card-icon{background:linear-gradient(135deg,#2d241d,#7d6443);box-shadow:0 14px 26px rgba(37,27,17,0.16);}.accent-icon{background:linear-gradient(135deg,#8f5433,#c08b5e);}.green-icon{background:linear-gradient(135deg,#425344,#7c8b68);}.feature-mini-grid .info-card{background:linear-gradient(180deg,rgba(255,252,248,0.98),rgba(246,239,229,0.96));border-top:3px solid rgba(215,180,110,0.34);}.feature-mini-grid .info-card:last-child{grid-column:1 / -1;}.brand-panel,.buyer-hub-main{border-color:rgba(215,180,110,0.18);box-shadow:0 26px 58px rgba(29,22,14,0.18);background:radial-gradient(circle at top right,rgba(215,180,110,0.2),transparent 16rem),linear-gradient(145deg,#201915 0%,#35281f 54%,#6f5638 100%);}.brand-panel::after,.buyer-hub-main::after{background:radial-gradient(circle,rgba(215,180,110,0.24),transparent 65%);}.brand-panel p,.brand-panel li,.brand-panel .metric-card span,.buyer-hub-main p{color:rgba(255,247,236,0.78);}.brand-panel .eyebrow,.buyer-hub-main .eyebrow{background:rgba(255,247,236,0.1);color:rgba(255,247,236,0.92);box-shadow:inset 0 0 0 1px rgba(255,247,236,0.08);}.brand-panel .eyebrow::before,.buyer-hub-main .eyebrow::before{background:linear-gradient(135deg,#f3d496,#d7b46e);}.brand-panel .meta-row,.brand-panel .metric-card,.buyer-hub-main .desk-card{background:rgba(255,247,236,0.08);border-color:rgba(255,247,236,0.12);box-shadow:none;}.brand-panel .btn-secondary,.buyer-hub-main .btn-secondary{background:rgba(255,247,236,0.1);border-color:rgba(255,247,236,0.12);color:var(--white);}.buyer-hub-side{background:radial-gradient(circle at top left,rgba(215,180,110,0.12),transparent 12rem),linear-gradient(180deg,rgba(255,252,248,0.98),rgba(246,239,229,0.97));}.panel-note{background:linear-gradient(135deg,rgba(93,111,83,0.12),rgba(215,180,110,0.08));border-color:rgba(93,111,83,0.16);}.hero-grid-home{grid-template-columns:minmax(0,1.08fr) minmax(420px,0.92fr);align-items:stretch;}.hero-card-home{display:grid;gap:0;align-content:start;}.hero-card-home::after{inset:auto -36px -64px auto;width:180px;height:180px;}.hero-kicker{margin:1rem 0 0;font-size:0.8rem;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:rgba(111,86,56,0.88);}.hero-grid-home .hero-card-home h1{max-width:13ch;font-size:clamp(2.55rem,4.2vw,4rem);line-height:1;}.hero-grid-home .hero-card-home .hero-lead{max-width:54ch;margin-top:1.05rem;font-size:0.98rem;}.hero-badge-row{display:flex;flex-wrap:wrap;gap:0.7rem;margin-top:1.35rem;}.hero-badge{display:inline-flex;align-items:center;min-height:2.6rem;padding:0.6rem 0.95rem;border-radius:999px;border:1px solid rgba(111,86,56,0.14);background:linear-gradient(180deg,rgba(255,252,248,0.96),rgba(244,235,223,0.94));color:var(--navy);font-size:0.9rem;font-weight:700;}.hero-detail-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0.9rem;margin-top:1.25rem;}.hero-detail-item{min-width:0;padding:1rem 1.05rem;border-radius:var(--radius-md);border:1px solid rgba(111,86,56,0.14);background:linear-gradient(180deg,rgba(255,255,255,0.92),rgba(247,240,231,0.95));}.hero-detail-item strong{display:block;margin-bottom:0.25rem;font-size:0.74rem;letter-spacing:0.12em;text-transform:uppercase;color:rgba(93,101,95,0.9);}.hero-detail-item span{display:block;color:var(--navy);font-weight:700;line-height:1.45;overflow-wrap:anywhere;}.hero-panel-showcase{display:grid;gap:1rem;padding:clamp(0.9rem,1.8vw,1.1rem);align-content:start;}.hero-panel-showcase .hero-feature-image,.hero-panel-showcase .hero-mini-card img{margin:0;}.hero-panel-showcase .hero-feature-image{display:block;width:100%;max-width:none;}.hero-panel-showcase:hover .hero-feature-image,.hero-panel-showcase:hover .hero-mini-card img{transform:none;filter:none;}.hero-visual-main{position:relative;min-height:320px;overflow:hidden;border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,0.78),rgba(237,227,213,0.88));border:1px solid rgba(111,86,56,0.12);}.hero-feature-image{width:100%;height:100%;min-height:320px;object-fit:cover;transition:transform 420ms ease,filter 420ms ease;}.hero-visual-main:hover .hero-feature-image{transform:scale(1.04);filter:saturate(1.05);}.hero-visual-note{position:absolute;left:1rem;right:1rem;bottom:1rem;display:grid;gap:0.35rem;padding:1rem 1.05rem;border-radius:22px;background:rgba(255,252,248,0.9);backdrop-filter:blur(12px);border:1px solid rgba(111,86,56,0.12);box-shadow:0 14px 28px rgba(37,27,17,0.12);}.hero-visual-note strong{color:var(--navy);font-size:1rem;}.hero-visual-note span{color:var(--slate);line-height:1.55;font-size:0.94rem;}.hero-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0.9rem;}.hero-mini-card{display:grid;align-content:start;gap:0.8rem;min-width:0;padding:0.8rem;border-radius:22px;border:1px solid rgba(111,86,56,0.12);background:linear-gradient(180deg,rgba(255,255,255,0.94),rgba(246,239,229,0.98));}.hero-mini-card img{width:100%;height:96px;object-fit:cover;border-radius:16px;transition:transform 320ms ease,filter 320ms ease;}.hero-mini-card:hover{transform:translateY(-5px);box-shadow:0 22px 40px rgba(37,27,17,0.12);border-color:rgba(111,86,56,0.18);}.hero-mini-card:hover img{transform:scale(1.04);filter:saturate(1.05);}.hero-mini-card strong{display:block;margin-bottom:0.2rem;color:var(--navy);font-size:0.98rem;}.hero-mini-card span{color:var(--slate);line-height:1.5;font-size:0.9rem;}.hero-mini-card-brand{background:linear-gradient(180deg,rgba(255,250,244,0.98),rgba(241,232,219,0.98));}.hero-mini-card-brand img{width:72px;height:72px;object-fit:contain;margin:0;border-radius:20px;}.hero-mini-card-brand strong{max-width:14ch;}.doc-link:hover,.contact-item:hover{background:linear-gradient(180deg,rgba(255,250,244,0.98),rgba(244,235,224,0.98));}.field input,.field select,.field textarea{background:rgba(255,252,248,0.96);border-color:rgba(111,86,56,0.18);}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid rgba(215,180,110,0.26);outline-offset:0;border-color:rgba(111,86,56,0.28);}.list-clean li::before{background:linear-gradient(135deg,#d7b46e,#7c8b68);}.site-footer{background:radial-gradient(circle at top right,rgba(215,180,110,0.12),transparent 16rem),linear-gradient(180deg,#1e1814,#110d0b);}.footer-note{border-top-color:rgba(255,247,236,0.14);}@keyframes floatCard{0%,100%{transform:translate3d(0,0,0);}50%{transform:translate3d(0,-8px,0);}}@keyframes shimmerSweep{0%{transform:translateX(-160%) skewX(-18deg);}100%{transform:translateX(180%) skewX(-18deg);}}.brand-logo,.hero-panel .brand-stack img,.desk-mark{transition:transform 260ms ease,filter 260ms ease;}.brand:hover .brand-logo,.hero-panel:hover .brand-stack img,.desk-mark-shell:hover .desk-mark{transform:translateY(-3px) scale(1.02);filter:saturate(1.08);}.site-nav a{position:relative;overflow:hidden;isolation:isolate;transition:color 220ms ease,background 220ms ease,transform 220ms ease,box-shadow 220ms ease;}.site-nav a::after{content:"";position:absolute;left:1rem;right:1rem;bottom:0.55rem;height:2px;border-radius:999px;background:linear-gradient(135deg,rgba(251,191,36,0.95),rgba(26,184,160,0.72));transform:scaleX(0.35);transform-origin:center;opacity:0;transition:transform 220ms ease,opacity 220ms ease;}.site-nav a:hover,.site-nav a.is-active{transform:translateY(-1px);box-shadow:0 12px 24px rgba(11,46,74,0.08);}.site-nav a:hover::after,.site-nav a.is-active::after{transform:scaleX(1);opacity:1;}.btn{position:relative;overflow:hidden;isolation:isolate;transition:transform 220ms ease,box-shadow 220ms ease,border-color 220ms ease,color 220ms ease,background 220ms ease;}.btn::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 18%,rgba(255,255,255,0.32) 50%,transparent 82%);transform:translateX(-160%) skewX(-18deg);opacity:0;pointer-events:none;}.btn:hover,.btn:focus-visible{transform:translateY(-4px) scale(1.01);}.btn:hover::before,.btn:focus-visible::before{opacity:1;animation:shimmerSweep 900ms ease forwards;}.btn-primary:hover,.btn-primary:focus-visible{box-shadow:0 24px 42px rgba(11,46,74,0.22);}.btn-secondary:hover,.btn-secondary:focus-visible{border-color:rgba(11,46,74,0.24);box-shadow:0 18px 34px rgba(11,46,74,0.12);}.btn-accent:hover,.btn-accent:focus-visible{box-shadow:0 22px 38px rgba(212,154,18,0.24);}.hero-card,.hero-panel,.page-hero-card,.card,.info-card,.cta-card,.form-card,.profile-card,.wide-card,.buyer-hub-side,.stat-card,.metric-card,.fact-tile,.fact-row,.meta-row,.contact-item,.doc-link,.timeline-step,.trust-item,.gallery-card,.desk-card,.panel-note{transition:transform 260ms ease,box-shadow 260ms ease,border-color 260ms ease,background 260ms ease;}.hero-card:hover,.hero-panel:hover,.page-hero-card:hover,.card:hover,.info-card:hover,.cta-card:hover,.form-card:hover,.profile-card:hover,.wide-card:hover,.buyer-hub-side:hover,.stat-card:hover,.metric-card:hover,.fact-tile:hover,.fact-row:hover,.meta-row:hover,.contact-item:hover,.doc-link:hover,.timeline-step:hover,.trust-item:hover,.gallery-card:hover,.desk-card:hover,.panel-note:hover{transform:translateY(-7px);box-shadow:0 28px 56px rgba(37,27,17,0.14);border-color:rgba(111,86,56,0.2);}.hero-panel .brand-stack{animation:floatCard 8s ease-in-out infinite;}.gallery-card{overflow:hidden;}.gallery-media{overflow:hidden;}.gallery-media img{transition:transform 420ms ease,filter 420ms ease;transform-origin:center;}.gallery-card:hover .gallery-media img,.gallery-card:focus-within .gallery-media img{transform:scale(1.06);filter:saturate(1.06) contrast(1.02);}.gallery-content,.panel-note p,.stat-card span,.metric-card span,.trust-item span,.doc-link span,.contact-item span{transition:opacity 220ms ease;}.gallery-card:hover .gallery-content,.gallery-card:hover p{color:rgba(23,32,25,0.86);}.trust-strip{gap:1rem;}.trust-item{position:relative;overflow:hidden;}.trust-item::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,rgba(215,180,110,0.92),rgba(93,111,83,0.78));opacity:0.72;transition:width 240ms ease,opacity 240ms ease;}.trust-item:hover::before{width:10px;opacity:1;}.field input,.field select,.field textarea{transition:transform 220ms ease,box-shadow 220ms ease,border-color 220ms ease,background 220ms ease;}.field input:hover,.field select:hover,.field textarea:hover{border-color:rgba(111,86,56,0.28);box-shadow:0 12px 24px rgba(37,27,17,0.06);}.field input:focus,.field select:focus,.field textarea:focus{transform:translateY(-1px);box-shadow:0 14px 28px rgba(37,27,17,0.1);}.footer-links a{transition:transform 220ms ease,opacity 220ms ease;}.footer-links a:hover,.footer-links a:focus-visible{color:#f3d496;transform:translateX(4px);}.floating-whatsapp{transition:transform 220ms ease,box-shadow 220ms ease,filter 220ms ease;}.floating-whatsapp:hover,.floating-whatsapp:focus-visible{transform:translateY(-4px) scale(1.03);filter:saturate(1.08);}.floating-whatsapp-icon-shell{transition:transform 220ms ease,background 220ms ease;}.floating-whatsapp:hover .floating-whatsapp-icon-shell,.floating-whatsapp:focus-visible .floating-whatsapp-icon-shell{transform:rotate(-8deg) scale(1.06);}.reveal{opacity:0;transform:translateY(34px) scale(0.985);transition:opacity 700ms ease,transform 700ms cubic-bezier(0.22,1,0.36,1);}.reveal.visible{transform:translateY(0) scale(1);}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto;}*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important;}.hero-panel .brand-stack{animation:none;}}@media (max-width:1280px){.hero-grid,.feature-grid,.detail-grid,.contact-grid,.cta-grid{grid-template-columns:1fr;}.hero h1,.buyer-hub-main h2,.buyer-hub-side h2{max-width:none;}.hero-grid-home{grid-template-columns:minmax(0,1.05fr) minmax(390px,0.95fr);}.hero-panel-showcase{max-width:780px;}.feature-mini-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.feature-mini-grid .info-card:last-child{grid-column:auto;}}@media (max-width:1180px){.hero-grid-home{grid-template-columns:minmax(0,1.02fr) minmax(340px,0.98fr);gap:1rem;}.hero-grid-home .hero-card-home h1{max-width:12ch;font-size:clamp(2.35rem,4vw,3.5rem);}}@media (max-width:980px){.buyer-hub,.feature-grid,.detail-grid,.contact-grid,.cta-grid,.footer-grid,.grid-4{grid-template-columns:1fr;}.hero-grid{grid-template-columns:1fr;}.metric-grid{grid-template-columns:1fr 1fr;}.facts-grid{grid-template-columns:1fr 1fr;}.grid-3{grid-template-columns:repeat(2,minmax(0,1fr));}.split-card{grid-template-columns:1fr;}.profile-card img{max-height:430px;}.desk-grid{grid-template-columns:1fr 1fr;}.hero-panel .brand-stack img{width:min(100%,280px);}.hero h1{max-width:11ch;font-size:clamp(1.95rem,6.2vw,3rem);line-height:1.08;}.hero-grid-home .hero-card-home h1{max-width:12ch;font-size:clamp(2.35rem,6vw,3.55rem);}.hero-lead{max-width:48ch;font-size:0.98rem;}.hero-detail-strip,.hero-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.hero-mini-card-brand{grid-column:1 / -1;grid-template-columns:auto 1fr;align-items:center;}.hero-mini-card-brand img{width:68px;height:68px;}.hero-actions{gap:0.75rem;}.hero .hero-actions{flex-direction:column;}.hero .hero-actions .btn{width:100%;}.feature-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.hero-actions-landing{grid-template-columns:1fr;}.feature-mini-grid .info-card:last-child{grid-column:1 / -1;}}@media (max-width:640px){.hero,.page-hero,.section{padding-top:1.4rem;padding-bottom:1.4rem;}.hero-actions{flex-direction:column;}.hero-actions .btn,.btn{width:100%;}.hero-actions-landing{grid-template-columns:1fr;}.hero h1{max-width:11.5ch;font-size:clamp(1.7rem,8.4vw,2.35rem);line-height:1.1;}.hero-grid-home .hero-card-home h1{max-width:none;font-size:clamp(2.05rem,8.2vw,2.9rem);line-height:1.02;}.hero-lead{max-width:none;font-size:0.96rem;}.hero-badge-row{gap:0.55rem;}.hero-visual-main,.hero-feature-image{min-height:300px;}.doc-link{flex-direction:column;align-items:flex-start;}.doc-link-action{min-width:0;padding-top:0;}.footer-brand{max-width:none;}.footer-brand img{width:min(100%,220px);}.page-hero-card,.hero-card,.hero-panel,.buyer-hub-main,.buyer-hub-side,.wide-card,.brand-panel,.form-card,.card,.info-card,.cta-card{border-radius:22px;}}@media (max-width:760px){.topbar-inner{min-height:76px;}.brand{gap:0.6rem;}.brand-logo{width:150px;max-height:44px;}.brand-copy{display:none;}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;}.site-nav{position:absolute;top:calc(100% + 0.65rem);right:1rem;left:1rem;display:none;flex-direction:column;align-items:stretch;gap:0.3rem;padding:0.8rem;border-radius:22px;background:rgba(255,255,255,0.98);border:1px solid rgba(15,40,71,0.1);box-shadow:var(--shadow);}.site-nav.is-open{display:flex;}.site-nav a{border-radius:14px;}.hero-card,.hero-panel,.buyer-hub-main,.buyer-hub-side,.page-hero-card,.form-card,.card,.info-card,.wide-card,.cta-card,.profile-body{padding:1.4rem;}.hero{padding-top:2.1rem;}.hero-stats,.metric-grid,.facts-grid,.desk-grid,.form-grid,.grid-3,.feature-mini-grid,.hero-detail-strip,.hero-mini-grid{grid-template-columns:1fr;}.feature-mini-grid .info-card:last-child{grid-column:auto;}.desk-header{grid-template-columns:1fr;}.desk-mark-shell{width:72px;height:72px;}.hero-mini-card-brand{grid-template-columns:1fr;}.hero-mini-card-brand strong{max-width:none;}.section-heading{flex-direction:column;align-items:flex-start;}.fact-row{grid-template-columns:1fr;gap:0.45rem;}}::selection{color:#ffffff;background:rgba(26,184,160,0.38);}::-moz-selection{color:#ffffff;background:rgba(26,184,160,0.38);}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.2rem;}.gallery-card{overflow:hidden;border-radius:var(--radius-lg);border:1px solid rgba(11,46,74,0.1);background:linear-gradient(180deg,rgba(255,255,255,0.96),rgba(240,247,251,0.98));box-shadow:0 22px 48px rgba(11,46,74,0.08);}.gallery-media{aspect-ratio:1 / 1;display:grid;place-items:center;overflow:hidden;padding:1rem;background:rgba(255,255,255,0.96);}.gallery-media img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;}.gallery-media[role="button"]{cursor:zoom-in;}.gallery-media[role="button"]:focus-visible{outline:3px solid rgba(26,184,160,0.45);outline-offset:-3px;}.gallery-content{display:grid;gap:0.7rem;padding:1.1rem 1.15rem 1.2rem;}.gallery-tag{display:inline-flex;justify-self:start;padding:0.45rem 0.8rem;border-radius:999px;background:rgba(26,184,160,0.08);border:1px solid rgba(26,184,160,0.14);color:var(--navy);font-size:0.76rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;}.gallery-card h3{font-size:1.35rem;}.gallery-card p{margin-bottom:0;}.gallery-specs{display:grid;gap:0.25rem;margin:0;padding:0.7rem 0.85rem;border-radius:var(--radius-md);background:rgba(11,46,74,0.04);border:1px solid rgba(11,46,74,0.08);color:rgba(11,46,74,0.82);font-size:0.86rem;}.gallery-specs strong{color:var(--navy);}.gallery-actions{display:flex;flex-wrap:wrap;gap:0.7rem;margin-top:0.1rem;}.gallery-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:2.65rem;padding:0.72rem 0.95rem;border-radius:999px;border:1px solid rgba(11,46,74,0.12);background:rgba(255,255,255,0.92);color:var(--navy);font-size:0.88rem;font-weight:700;text-decoration:none;transition:transform 200ms ease,box-shadow 200ms ease,background 200ms ease;}.gallery-actions a:hover,.gallery-actions a:focus-visible{transform:translateY(-2px);box-shadow:0 12px 26px rgba(11,46,74,0.12);background:rgba(240,247,251,0.98);}.gallery-empty{padding:1.25rem;border-radius:var(--radius-md);border:1px dashed rgba(11,46,74,0.22);background:rgba(255,255,255,0.72);color:var(--slate);}.status-note[data-state="success"]{color:var(--emerald);}.status-note[data-state="error"]{color:#9b3f2f;}.status-note[data-state="info"]{color:var(--slate);}.site-nav a{color:rgba(11,46,74,0.72);}.site-nav a:hover,.site-nav a.is-active{color:var(--navy);background:linear-gradient(135deg,rgba(26,184,160,0.12),rgba(251,191,36,0.16));}.eyebrow{background:linear-gradient(180deg,rgba(252,254,255,0.98),rgba(238,246,251,0.96));color:var(--navy);box-shadow:inset 0 0 0 1px rgba(11,46,74,0.08);}.eyebrow::before{background:linear-gradient(135deg,var(--gold),var(--teal));box-shadow:0 0 0 4px rgba(251,191,36,0.14);}.hero-card,.page-hero-card,.wide-card,.card,.info-card,.cta-card,.form-card,.profile-card,.hero-panel,.buyer-hub-side{border-color:rgba(11,46,74,0.1);box-shadow:0 22px 52px rgba(11,46,74,0.08);}.hero-card,.page-hero-card{background:radial-gradient(circle at top right,rgba(251,191,36,0.16),transparent 17rem),radial-gradient(circle at bottom left,rgba(26,184,160,0.08),transparent 14rem),linear-gradient(180deg,rgba(252,254,255,0.98),rgba(240,247,251,0.98));}.hero-card::after{background:radial-gradient(circle,rgba(26,184,160,0.18),transparent 64%);}.hero-panel,.buyer-hub-side{background:radial-gradient(circle at 12% 15%,rgba(251,191,36,0.16),transparent 12rem),linear-gradient(180deg,rgba(252,254,255,0.98),rgba(237,245,250,0.98));}.btn{border:1px solid transparent;box-shadow:0 12px 28px rgba(21,32,25,0.07);}.btn-primary{background:linear-gradient(135deg,#0b2e4a,#1ab8a0);box-shadow:0 18px 34px rgba(11,46,74,0.2);}.btn-secondary{background:linear-gradient(180deg,rgba(252,254,255,0.98),rgba(236,245,250,0.94));border-color:rgba(11,46,74,0.12);}.btn-accent{color:#4a3400;background:linear-gradient(135deg,#fbbf24,#ffe39b);box-shadow:0 16px 30px rgba(212,154,18,0.2);}.stat-card,.metric-card,.fact-tile,.fact-row,.meta-row,.contact-item,.doc-link,.timeline-step{background:linear-gradient(180deg,rgba(255,255,255,0.94),rgba(240,247,251,0.98));border-color:rgba(11,46,74,0.1);}.badge{background:linear-gradient(180deg,rgba(252,254,255,0.98),rgba(238,246,251,0.96));color:var(--navy);border:1px solid rgba(11,46,74,0.1);}.card-icon{background:linear-gradient(135deg,#0b2e4a,#1ab8a0);box-shadow:0 14px 26px rgba(11,46,74,0.16);}.accent-icon{background:linear-gradient(135deg,#d49a12,#fbbf24);}.green-icon{background:linear-gradient(135deg,#124f7b,#5a7a95);}.feature-mini-grid .info-card{background:linear-gradient(180deg,rgba(252,254,255,0.98),rgba(240,247,251,0.98));border-top:3px solid rgba(26,184,160,0.28);}.brand-panel,.buyer-hub-main{border-color:rgba(251,191,36,0.16);box-shadow:0 26px 58px rgba(11,46,74,0.18);background:radial-gradient(circle at top right,rgba(251,191,36,0.18),transparent 16rem),linear-gradient(145deg,#0b2e4a 0%,#124f7b 52%,#1ab8a0 100%);}.brand-panel::after,.buyer-hub-main::after{background:radial-gradient(circle,rgba(251,191,36,0.2),transparent 65%);}.brand-panel .eyebrow,.buyer-hub-main .eyebrow{background:rgba(251,253,249,0.1);color:rgba(251,253,249,0.92);box-shadow:inset 0 0 0 1px rgba(251,253,249,0.08);}.brand-panel .eyebrow::before,.buyer-hub-main .eyebrow::before{background:linear-gradient(135deg,#fbbf24,#8fd9ce);}.brand-panel .meta-row,.brand-panel .metric-card,.buyer-hub-main .desk-card{background:rgba(251,253,249,0.08);border-color:rgba(251,253,249,0.12);}.brand-panel .btn-secondary,.buyer-hub-main .btn-secondary{background:rgba(251,253,249,0.1);border-color:rgba(251,253,249,0.12);color:var(--white);}.panel-note{background:linear-gradient(135deg,rgba(26,184,160,0.12),rgba(251,191,36,0.08));border-color:rgba(26,184,160,0.16);}.field input,.field select,.field textarea{background:rgba(252,254,255,0.98);border-color:rgba(11,46,74,0.16);}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid rgba(26,184,160,0.22);border-color:rgba(11,46,74,0.24);}.list-clean li::before{background:linear-gradient(135deg,#fbbf24,#1ab8a0);}.site-footer{background:radial-gradient(circle at top right,rgba(251,191,36,0.12),transparent 16rem),linear-gradient(180deg,#0b2e4a,#081e31);}.gallery-filters{display:flex;flex-wrap:wrap;gap:0.75rem;margin-bottom:1.2rem;}.filter-btn{border:1px solid rgba(11,46,74,0.12);background:linear-gradient(180deg,rgba(252,254,255,0.98),rgba(237,245,250,0.94));color:var(--navy);border-radius:999px;padding:0.7rem 1rem;font:inherit;font-weight:700;cursor:pointer;transition:transform 220ms ease,box-shadow 220ms ease,border-color 220ms ease,background 220ms ease,color 220ms ease;}.filter-btn:hover,.filter-btn.is-active{transform:translateY(-2px);background:linear-gradient(135deg,#0b2e4a,#1ab8a0);border-color:rgba(11,46,74,0.24);color:var(--white);box-shadow:0 16px 30px rgba(11,46,74,0.14);}.filter-btn:focus-visible{outline:3px solid rgba(26,184,160,0.38);outline-offset:2px;}[data-gallery-item].is-hidden{display:none;}.trust-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;}.trust-item{padding:1rem 1.1rem;border-radius:var(--radius-md);background:linear-gradient(180deg,rgba(255,255,255,0.95),rgba(240,247,251,0.98));border:1px solid rgba(11,46,74,0.1);box-shadow:0 16px 34px rgba(11,46,74,0.06);}.trust-item strong{display:block;margin-bottom:0.35rem;color:var(--navy);}.trust-item span{color:var(--slate);line-height:1.6;}.map-card{padding:clamp(1.45rem,2.8vw,1.8rem);}.map-embed{width:100%;min-height:360px;border:0;border-radius:var(--radius-md);box-shadow:inset 0 0 0 1px rgba(11,46,74,0.08);}.floating-whatsapp{position:fixed;right:1rem;bottom:1rem;z-index:30;display:inline-flex;align-items:center;gap:0.6rem;padding:0.85rem 1rem;border-radius:999px;background:linear-gradient(135deg,#1f8f3e,#2ebc5a);color:var(--white);box-shadow:0 18px 38px rgba(27,95,49,0.26);}.floating-whatsapp-icon-shell{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:rgba(255,255,255,0.18);flex-shrink:0;}.floating-whatsapp-icon{width:1.2rem;height:1.2rem;color:var(--white);}.floating-whatsapp span{font-size:0.78rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;}.floating-whatsapp strong{font-size:0.95rem;}.back-to-top{position:fixed;right:1.1rem;bottom:5.9rem;z-index:29;display:inline-flex;align-items:center;gap:0.45rem;padding:0.72rem 0.9rem;border:1px solid rgba(11,46,74,0.12);border-radius:999px;background:rgba(255,255,255,0.95);color:var(--navy);box-shadow:0 16px 36px rgba(11,46,74,0.16);opacity:0;transform:translateY(14px);pointer-events:none;transition:opacity 180ms ease,transform 180ms ease,box-shadow 180ms ease;}.back-to-top.is-visible{opacity:1;transform:translateY(0);pointer-events:auto;}.back-to-top:hover,.back-to-top:focus-visible{transform:translateY(-2px);box-shadow:0 20px 42px rgba(11,46,74,0.2);}.back-to-top span{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;background:linear-gradient(135deg,rgba(26,184,160,0.18),rgba(251,191,36,0.2));font-size:1rem;line-height:1;}.back-to-top strong{font-size:0.85rem;}.gallery-lightbox{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:1.5rem;background:rgba(4,19,35,0.82);}.gallery-lightbox[hidden]{display:none !important;}.gallery-lightbox-dialog{width:min(100%,920px);display:grid;gap:0.8rem;padding:1rem;border-radius:var(--radius-lg);background:rgba(255,255,255,0.98);box-shadow:0 28px 72px rgba(0,0,0,0.28);}.gallery-lightbox-image{display:block;width:100%;min-height:220px;max-height:min(76vh,860px);object-fit:contain;border-radius:var(--radius-md);background:#fff;}.gallery-lightbox-caption{margin:0;color:rgba(11,46,74,0.82);font-weight:700;}.gallery-lightbox-close{position:absolute;top:1rem;right:1rem;width:2.8rem;height:2.8rem;border:none;border-radius:50%;background:rgba(255,255,255,0.94);color:var(--navy);font-size:1.8rem;line-height:1;cursor:pointer;}body.lightbox-open{overflow:hidden;}@media (max-width:760px){.floating-whatsapp{right:0.8rem;bottom:0.8rem;padding:0.8rem 0.9rem;}.back-to-top{right:0.8rem;bottom:5.4rem;padding:0.66rem 0.82rem;}}.grid-3{grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));}.grid-4{grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));}.contact-grid,.cta-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));}.hero-actions-landing{max-width:100%;}.hero-actions-landing .btn{min-width:0;}.doc-link,.hero-mini-card,.timeline-step,.fact-row,.meta-row,.contact-item,.desk-card,.trust-item,.gallery-card,.footer-links li{min-width:0;}@media (max-width:1120px){.topbar-inner{gap:0.75rem;}.brand{gap:0.7rem;}.brand-copy strong{font-size:0.96rem;letter-spacing:0.06em;}.brand-copy span{font-size:0.72rem;letter-spacing:0.1em;}.site-nav{gap:0.2rem;}.site-nav a{padding:0.72rem 0.82rem;font-size:0.92rem;}.hero-grid,.hero-grid-home,.feature-grid,.detail-grid,.split-card{grid-template-columns:1fr;}.hero-grid-home .hero-card-home h1,.hero h1,.buyer-hub-main h2,.buyer-hub-side h2,.section-heading p,.hero-lead{max-width:none;}.hero-panel,.hero-panel-showcase,.profile-card,.wide-card{max-width:none;}.hero-actions-landing{grid-template-columns:repeat(2,minmax(0,1fr));}.hero-actions-landing .btn{width:100%;}.section-heading{flex-direction:column;align-items:flex-start;}.footer-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,0.8fr);}.footer-grid>:first-child{grid-column:1 / -1;}}@media (max-width:1380px){.brand-logo{width:164px;}.brand-copy strong{font-size:0.98rem;letter-spacing:0.06em;}.brand-copy span{font-size:0.72rem;letter-spacing:0.1em;}.site-nav{gap:0.18rem;}.site-nav a{padding:0.78rem 0.78rem;font-size:0.89rem;}}@media (max-width:920px){.topbar-inner{min-height:76px;position:relative;}.brand-copy{display:none;}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;}.site-nav{position:absolute;top:calc(100% + 0.65rem);right:0;left:0;display:none;flex-direction:column;align-items:stretch;gap:0.35rem;padding:0.9rem;border-radius:18px;border:1px solid rgba(11,46,74,0.1);background:rgba(251,253,255,0.98);box-shadow:0 18px 34px rgba(11,46,74,0.1);}.site-nav.is-open{display:flex;}.site-nav a{width:100%;border-radius:14px;text-align:left;}.grid-3,.grid-4,.contact-grid,.cta-grid,.facts-grid,.form-grid,.desk-grid,.trust-strip{grid-template-columns:repeat(2,minmax(0,1fr));}.hero-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.hero-mini-card-brand{grid-column:1 / -1;grid-template-columns:auto 1fr;align-items:center;}.profile-card img{min-height:280px;}.map-embed{min-height:300px;}}@media (max-width:680px){.container{width:min(var(--max-width),calc(100% - 1rem));}.hero,.page-hero,.section,.site-footer{padding-left:0;padding-right:0;}.hero-card,.hero-panel,.page-hero-card,.card,.info-card,.cta-card,.form-card,.profile-card,.wide-card,.buyer-hub-main,.buyer-hub-side{border-radius:22px;padding:1.1rem;}.grid-3,.grid-4,.contact-grid,.cta-grid,.facts-grid,.form-grid,.feature-mini-grid,.hero-mini-grid,.desk-grid,.trust-strip,.footer-grid{grid-template-columns:1fr;}.hero-actions,.hero-actions-landing{grid-template-columns:1fr;flex-direction:column;}.hero-actions .btn,.hero-actions-landing .btn,.btn{width:100%;}.hero h1,.hero-grid-home .hero-card-home h1,.page-hero h1{max-width:none;font-size:clamp(1.95rem,8vw,2.8rem);line-height:1.04;}.hero-feature-image,.hero-visual-main{min-height:250px;}.hero-mini-card{grid-template-columns:1fr;}.hero-mini-card img{height:auto;aspect-ratio:16 / 9;}.hero-mini-card-brand{grid-template-columns:1fr;}.profile-card img{min-height:220px;}.doc-link{flex-direction:column;align-items:stretch;}.doc-link-action{width:100%;justify-content:flex-start;}.fact-row,.timeline-step,.desk-header{grid-template-columns:1fr;}.desk-mark-shell,.timeline-num{justify-self:start;}.map-embed{min-height:260px;}.floating-whatsapp{right:0.75rem;bottom:0.75rem;padding:0.75rem 0.85rem;}.floating-whatsapp span{display:none;}.footer-brand img{width:min(100%,210px);}.footer-note{font-size:0.88rem;}}html,body{width:100%;}svg,iframe,video{max-width:100%;}.topbar-inner>*,.hero-grid>*,.hero-grid-home>*,.feature-grid>*,.detail-grid>*,.split-card>*,.footer-grid>*,.contact-grid>*,.cta-grid>*,.grid-3>*,.grid-4>*,.hero-mini-grid>*,.feature-mini-grid>*,.facts-grid>*,.form-grid>*,.trust-strip>*{min-width:0;}.hero-lead,.section-heading p,.hero-mini-card span,.hero-visual-note span,.footer-note,.footer-brand p,.meta-value,.fact-tile-value,.desk-value,.doc-link span,.contact-item,.timeline-step,.panel-note,.trust-item span{overflow-wrap:anywhere;}.hero-visual-main,.hero-feature-image,.profile-card img,.map-embed{width:100%;}.hero-actions .btn,.hero-actions-landing .btn,.doc-link-action{max-width:100%;}@media (max-width:1280px){.container{width:min(var(--max-width),calc(100% - 1.5rem));}.hero-grid,.feature-grid,.detail-grid,.split-card{grid-template-columns:1fr;}.hero-grid-home{grid-template-columns:minmax(0,1.03fr) minmax(360px,0.97fr);align-items:start;gap:1rem;}.hero-grid-home .hero-card-home h1{max-width:11ch;font-size:clamp(2.25rem,4vw,3.45rem);}.hero-panel-showcase,.hero-panel,.profile-card,.wide-card{max-width:none;}.hero-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.hero-mini-card-brand{grid-column:1 / -1;grid-template-columns:auto 1fr;}.section-heading{align-items:flex-start;}}@media (max-width:1366px) and (min-width:1025px){.hero{padding-top:1.25rem;padding-bottom:1.4rem;}.hero-grid-home{grid-template-columns:minmax(0,1.1fr) minmax(360px,0.9fr);gap:0.95rem;}.hero-card-home{padding:1.45rem 1.55rem 1.7rem;}.hero-card-home .eyebrow{margin-bottom:0.2rem;}.hero-kicker{margin-top:0.7rem;}.hero-grid-home .hero-card-home h1{max-width:12.8ch;font-size:clamp(2rem,3.35vw,3rem);line-height:0.98;margin-top:0.6rem;}.hero-grid-home .hero-card-home .hero-lead{max-width:48ch;margin-top:0.85rem;font-size:0.95rem;}.hero-actions-landing{gap:0.7rem;margin-top:1.2rem;}.hero-panel-showcase{padding:1rem;gap:0.85rem;}.hero-visual-note{padding:0.9rem 1rem;}.hero-mini-grid{gap:0.8rem;}.hero-mini-card{padding:0.75rem;}}@media (max-width:1024px){.topbar-inner{min-height:76px;position:relative;}.hero{padding-top:0.95rem;padding-bottom:1.15rem;}.hero-grid-home{grid-template-columns:1fr;gap:1rem;}.hero-card-home{display:flex;flex-direction:column;gap:0;padding:1.1rem 1.15rem 1.25rem;}.hero-card-home::after{display:none;}.hero-card-home>*{position:relative;z-index:1;}.hero-card-home .eyebrow{margin-bottom:0.05rem;}.hero-kicker{margin-top:0.45rem;font-size:0.72rem;letter-spacing:0.14em;}.hero-grid-home .hero-card-home h1{max-width:14ch;font-size:clamp(1.9rem,4.8vw,2.7rem);line-height:1;margin-top:0.5rem;}.hero-grid-home .hero-card-home .hero-lead{max-width:72ch;margin-top:0.7rem;font-size:0.92rem;}.hero-actions-landing{margin-top:1rem;gap:0.6rem;max-width:560px;}.hero-panel-showcase{padding:0.85rem;gap:0.75rem;}.hero-visual-main,.hero-feature-image{min-height:260px;aspect-ratio:16 / 9;}.hero-feature-image{object-position:48% center;}.hero-visual-note{padding:0.75rem 0.85rem;border-radius:18px;}.hero-visual-note span{font-size:0.82rem;line-height:1.45;}.hero-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0.7rem;}.hero-mini-card{grid-template-columns:108px minmax(0,1fr);gap:0.75rem;padding:0.7rem;align-items:start;}.hero-mini-card img{height:100%;min-height:84px;}.hero-mini-card strong{font-size:0.92rem;}.hero-mini-card span{font-size:0.84rem;line-height:1.4;}.hero-mini-card-brand{grid-column:1 / -1;grid-template-columns:56px minmax(0,1fr);}.hero-mini-card-brand img{width:56px;height:56px;}.brand-logo{width:clamp(138px,20vw,164px);max-height:48px;}.brand-copy{display:none;}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;}.site-nav{position:absolute;top:calc(100% + 0.65rem);right:0;left:0;display:none;flex-direction:column;align-items:stretch;gap:0.35rem;padding:0.9rem;border-radius:18px;background:rgba(251,253,255,0.98);border:1px solid rgba(11,46,74,0.1);box-shadow:0 18px 34px rgba(11,46,74,0.1);}.site-nav.is-open{display:flex;}.site-nav a{width:100%;border-radius:14px;text-align:left;}.grid-3,.grid-4,.facts-grid,.form-grid,.desk-grid,.trust-strip,.contact-grid,.cta-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.footer-grid{grid-template-columns:1fr;}.hero-actions-landing{grid-template-columns:repeat(2,minmax(0,1fr));}.hero-actions-landing .btn{width:100%;}.profile-card img{min-height:280px;aspect-ratio:16 / 10;object-fit:cover;}}@media (max-width:768px){.container{width:min(var(--max-width),calc(100% - 1rem));}.hero,.page-hero,.section{padding-top:1.35rem;padding-bottom:1.35rem;}.hero-card,.hero-panel,.page-hero-card,.card,.info-card,.cta-card,.form-card,.profile-card,.wide-card,.buyer-hub-main,.buyer-hub-side,.brand-panel{padding:1.15rem;border-radius:22px;}.grid-3,.grid-4,.facts-grid,.form-grid,.desk-grid,.trust-strip,.contact-grid,.cta-grid,.hero-mini-grid,.feature-mini-grid{grid-template-columns:1fr;}.hero-actions,.hero-actions-landing{flex-direction:column;grid-template-columns:1fr;}.hero-actions .btn,.hero-actions-landing .btn,.btn{width:100%;}.hero h1,.hero-grid-home .hero-card-home h1,.page-hero h1,.section-heading h2{max-width:none;text-wrap:pretty;}.hero-feature-image,.hero-visual-main{min-height:260px;aspect-ratio:16 / 10;}.hero-mini-card{grid-template-columns:1fr;}.hero-mini-card img{height:auto;aspect-ratio:16 / 9;}.hero-mini-card-brand{grid-template-columns:1fr;}.doc-link,.fact-row,.timeline-step,.desk-header{grid-template-columns:1fr;flex-direction:column;align-items:stretch;}.doc-link-action{width:100%;justify-content:flex-start;}.map-embed{min-height:260px;}.footer-brand img{width:min(100%,210px);}}@media (max-width:480px){.container{width:min(var(--max-width),calc(100% - 0.9rem));}.brand-logo{width:132px;max-height:40px;}.topbar-inner{min-height:72px;}.hero h1,.hero-grid-home .hero-card-home h1,.page-hero h1{font-size:clamp(1.85rem,9vw,2.35rem);line-height:1.04;}.hero-lead,.section-heading p,.page-hero p{font-size:0.94rem;}.eyebrow{font-size:0.72rem;letter-spacing:0.1em;padding:0.4rem 0.72rem;}.card,.info-card,.cta-card,.form-card,.wide-card,.profile-card,.buyer-hub-main,.buyer-hub-side,.brand-panel,.hero-card,.hero-panel,.page-hero-card{padding:1rem;}.hero-feature-image,.hero-visual-main{min-height:220px;}.map-embed{min-height:220px;}.floating-whatsapp{right:0.65rem;bottom:0.65rem;padding:0.7rem;border-radius:18px;}.floating-whatsapp span,.floating-whatsapp strong{display:none;}.floating-whatsapp-icon-shell{width:1.8rem;height:1.8rem;}}@media (max-width:1024px){.hero-grid-home{gap:0.9rem;}.hero-card-home{padding:1.1rem 1.15rem 1.2rem;}.hero-grid-home .hero-card-home h1{max-width:14ch;font-size:clamp(1.9rem,4.7vw,2.6rem);}.hero-grid-home .hero-card-home .hero-lead{max-width:70ch;font-size:0.94rem;line-height:1.62;}.hero-actions-landing{max-width:none;}.hero-panel-showcase{padding:0.9rem;gap:0.8rem;}.hero-visual-main,.hero-feature-image{min-height:270px;aspect-ratio:16 / 9;}.hero-feature-image{object-position:center center;}.hero-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0.75rem;}.hero-mini-card{grid-template-columns:104px minmax(0,1fr);gap:0.75rem;align-items:start;}.hero-mini-card img{min-height:84px;}.hero-mini-card-brand{grid-column:1 / -1;grid-template-columns:56px minmax(0,1fr);}}@media (max-width:768px){.hero{padding-top:0.9rem;padding-bottom:1rem;}.hero-card-home,.hero-panel-showcase{padding:1rem;}.hero-grid-home .hero-card-home h1{max-width:none;font-size:clamp(1.8rem,8vw,2.35rem);line-height:1.02;}.hero-grid-home .hero-card-home .hero-lead{max-width:none;font-size:0.94rem;margin-top:0.75rem;}.hero-actions-landing{grid-template-columns:1fr;gap:0.55rem;}.hero-visual-main,.hero-feature-image{min-height:220px;aspect-ratio:16 / 10;}.hero-visual-note{left:0.7rem;right:0.7rem;bottom:0.7rem;padding:0.65rem 0.75rem;}.hero-mini-grid{grid-template-columns:1fr;gap:0.65rem;}.hero-mini-card{grid-template-columns:96px minmax(0,1fr);gap:0.65rem;padding:0.65rem;}.hero-mini-card img{height:100%;min-height:78px;aspect-ratio:auto;}.hero-mini-card strong{font-size:0.9rem;}.hero-mini-card span{font-size:0.82rem;line-height:1.38;}.hero-mini-card-brand{grid-template-columns:52px minmax(0,1fr);}.hero-mini-card-brand img{width:52px;height:52px;}}@media (max-width:1366px){.strength-grid{grid-template-columns:repeat(12,minmax(0,1fr));}.strength-grid>*{grid-column:span 4;}.strength-grid>:nth-child(4){grid-column:3 / span 4;}.strength-grid>:nth-child(5){grid-column:7 / span 4;}}@media (max-width:900px){.strength-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.strength-grid>*,.strength-grid>:nth-child(4),.strength-grid>:nth-child(5){grid-column:auto;}}@media (max-width:520px){.strength-grid{grid-template-columns:1fr;}}@media (max-width:480px){.hero{padding-top:0.8rem;padding-bottom:0.9rem;}.hero-card-home,.hero-panel-showcase{padding:0.85rem;}.hero-card-home .eyebrow{padding:0.35rem 0.6rem;font-size:0.67rem;letter-spacing:0.08em;}.hero-kicker{font-size:0.66rem;letter-spacing:0.11em;}.hero-grid-home .hero-card-home h1{max-width:none;font-size:clamp(1.55rem,9vw,2.05rem);line-height:1.02;margin-top:0.4rem;}.hero-grid-home .hero-card-home .hero-lead{font-size:0.89rem;line-height:1.58;}.hero-actions-landing .btn{min-height:48px;padding:0.82rem 1rem;}.hero-visual-main,.hero-feature-image{min-height:200px;aspect-ratio:16 / 11;}.hero-visual-note{left:0.55rem;right:0.55rem;bottom:0.55rem;padding:0.58rem 0.65rem;border-radius:14px;}.hero-visual-note strong{font-size:0.85rem;}.hero-visual-note span{font-size:0.75rem;line-height:1.35;}.hero-mini-card{grid-template-columns:1fr;padding:0.6rem;}.hero-mini-card img{width:100%;height:auto;min-height:0;aspect-ratio:16 / 9;}.hero-mini-card-brand{grid-template-columns:1fr;}.hero-mini-card-brand img{width:48px;height:48px;}}@media (max-width:375px){.container{width:min(var(--max-width),calc(100% - 0.75rem));}.topbar-inner{min-height:68px;gap:0.5rem;}.brand-logo{width:118px;max-height:34px;}.nav-toggle{width:38px;height:38px;font-size:1.15rem;}.hero,.page-hero,.section{padding-top:0.8rem;padding-bottom:0.9rem;}.hero-card,.hero-panel,.page-hero-card,.card,.info-card,.cta-card,.form-card,.profile-card,.wide-card,.buyer-hub-main,.buyer-hub-side,.brand-panel{padding:0.85rem;border-radius:18px;}.hero-grid-home .hero-card-home h1{font-size:clamp(1.42rem,10vw,1.9rem);line-height:1.03;}.hero-grid-home .hero-card-home .hero-lead{font-size:0.86rem;line-height:1.55;}.hero-actions-landing{grid-template-columns:1fr;gap:0.5rem;}.hero-actions-landing .btn,.btn{min-height:46px;padding:0.76rem 0.95rem;}.hero-visual-main,.hero-feature-image{min-height:180px;aspect-ratio:16 / 11;}.hero-visual-note{left:0.5rem;right:0.5rem;bottom:0.5rem;padding:0.55rem 0.62rem;}.hero-mini-grid,.grid-3,.grid-4,.facts-grid,.form-grid,.desk-grid,.trust-strip,.contact-grid,.cta-grid,.feature-grid,.detail-grid,.split-card,.footer-grid{grid-template-columns:1fr;}.hero-mini-card{grid-template-columns:1fr;padding:0.58rem;}.hero-mini-card img{width:100%;height:auto;min-height:0;aspect-ratio:16 / 9;}}@media (min-width:376px) and (max-width:414px){.container{width:min(var(--max-width),calc(100% - 0.9rem));}.topbar-inner{min-height:70px;}.brand-logo{width:124px;max-height:36px;}.hero-card,.hero-panel,.page-hero-card,.card,.info-card,.cta-card,.form-card,.profile-card,.wide-card,.buyer-hub-main,.buyer-hub-side,.brand-panel{padding:0.92rem;border-radius:19px;}.hero-grid-home .hero-card-home h1{font-size:clamp(1.5rem,9vw,2rem);line-height:1.03;}.hero-grid-home .hero-card-home .hero-lead{font-size:0.88rem;line-height:1.58;}.hero-actions-landing{grid-template-columns:1fr;gap:0.5rem;}.hero-actions-landing .btn{min-height:47px;}.hero-visual-main,.hero-feature-image{min-height:190px;aspect-ratio:16 / 11;}.hero-mini-grid,.grid-3,.grid-4,.facts-grid,.form-grid,.desk-grid,.trust-strip,.contact-grid,.cta-grid,.feature-grid,.detail-grid,.split-card,.footer-grid{grid-template-columns:1fr;}.hero-mini-card{grid-template-columns:1fr;padding:0.6rem;}.hero-mini-card img{width:100%;height:auto;min-height:0;aspect-ratio:16 / 9;}}@media (min-width:415px) and (max-width:480px){.container{width:min(var(--max-width),calc(100% - 1rem));}.hero-card,.hero-panel,.page-hero-card,.card,.info-card,.cta-card,.form-card,.profile-card,.wide-card,.buyer-hub-main,.buyer-hub-side,.brand-panel{padding:0.96rem;}.hero-grid-home .hero-card-home h1{font-size:clamp(1.58rem,8.6vw,2.08rem);}.hero-grid-home .hero-card-home .hero-lead{font-size:0.9rem;}.hero-actions-landing{grid-template-columns:1fr;}.hero-visual-main,.hero-feature-image{min-height:205px;aspect-ratio:16 / 10.5;}.hero-mini-grid,.grid-3,.grid-4,.facts-grid,.form-grid,.desk-grid,.trust-strip,.contact-grid,.cta-grid,.feature-grid,.detail-grid,.split-card,.footer-grid{grid-template-columns:1fr;}.hero-mini-card{grid-template-columns:1fr;}.hero-mini-card img{width:100%;height:auto;min-height:0;aspect-ratio:16 / 9;}}@media (min-width:600px) and (max-width:768px){.container{width:min(var(--max-width),calc(100% - 1.35rem));}.hero-grid-home{grid-template-columns:1fr;gap:0.95rem;}.hero-card-home,.hero-panel-showcase{padding:1rem;}.hero-grid-home .hero-card-home h1{font-size:clamp(2rem,6vw,2.5rem);max-width:13ch;}.hero-grid-home .hero-card-home .hero-lead{font-size:0.95rem;line-height:1.62;}.hero-actions-landing{grid-template-columns:repeat(2,minmax(0,1fr));gap:0.6rem;}.hero-visual-main,.hero-feature-image{min-height:240px;aspect-ratio:16 / 10;}.hero-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.hero-mini-card{grid-template-columns:92px minmax(0,1fr);}.hero-mini-card-brand{grid-column:1 / -1;grid-template-columns:54px minmax(0,1fr);}.grid-3,.grid-4,.facts-grid,.form-grid,.desk-grid,.trust-strip,.contact-grid,.cta-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.feature-grid,.detail-grid,.split-card,.footer-grid{grid-template-columns:1fr;}}@media (min-width:769px) and (max-width:1024px){.container{width:min(var(--max-width),calc(100% - 1.5rem));}.hero-grid-home{grid-template-columns:1fr;gap:0.95rem;}.hero-card-home{padding:1.1rem 1.15rem 1.2rem;}.hero-grid-home .hero-card-home h1{max-width:14ch;font-size:clamp(1.95rem,4.8vw,2.65rem);}.hero-grid-home .hero-card-home .hero-lead{max-width:70ch;font-size:0.94rem;line-height:1.62;}.hero-actions-landing{grid-template-columns:repeat(2,minmax(0,1fr));}.hero-panel-showcase{padding:0.9rem;}.hero-visual-main,.hero-feature-image{min-height:270px;aspect-ratio:16 / 9;}.hero-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0.75rem;}.hero-mini-card{grid-template-columns:104px minmax(0,1fr);}.hero-mini-card-brand{grid-column:1 / -1;grid-template-columns:56px minmax(0,1fr);}.grid-3,.grid-4,.facts-grid,.form-grid,.desk-grid,.trust-strip,.contact-grid,.cta-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.feature-grid,.detail-grid,.split-card,.footer-grid{grid-template-columns:1fr;}}@media (min-width:1025px) and (max-width:1280px){.container{width:min(var(--max-width),calc(100% - 2rem));}.hero-grid-home{grid-template-columns:minmax(0,1.06fr) minmax(360px,0.94fr);gap:1rem;}.hero-card-home{padding:1.35rem 1.45rem 1.55rem;}.hero-grid-home .hero-card-home h1{max-width:12.5ch;font-size:clamp(2.15rem,3.8vw,3rem);}.hero-grid-home .hero-card-home .hero-lead{max-width:52ch;font-size:0.96rem;}.hero-panel-showcase{padding:1rem;}.hero-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.hero-mini-card-brand{grid-column:1 / -1;grid-template-columns:60px minmax(0,1fr);}.grid-4,.facts-grid,.form-grid,.desk-grid,.contact-grid,.cta-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (min-width:1281px) and (max-width:1366px){.container{width:min(1320px,calc(100% - 2.25rem));}.hero-grid-home{grid-template-columns:minmax(0,1.08fr) minmax(390px,0.92fr);gap:1.1rem;}.hero-grid-home .hero-card-home h1{max-width:12.8ch;font-size:clamp(2.3rem,3.5vw,3.15rem);}.hero-grid-home .hero-card-home .hero-lead{max-width:54ch;}}@media (min-width:1440px) and (max-width:1600px){.container{width:min(1400px,calc(100% - 3rem));}.hero-grid-home{grid-template-columns:minmax(0,1.04fr) minmax(420px,0.96fr);gap:1.25rem;}.hero-grid-home .hero-card-home h1{max-width:13ch;font-size:clamp(2.6rem,3.4vw,3.6rem);}.hero-mini-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}@media (min-width:1601px) and (max-width:1920px){.container{width:min(1520px,calc(100% - 4rem));}.hero-grid-home{grid-template-columns:minmax(0,1.02fr) minmax(460px,0.98fr);gap:1.35rem;}.hero-card-home,.hero-panel-showcase{padding:1.55rem;}.hero-grid-home .hero-card-home h1{max-width:13.5ch;font-size:clamp(2.8rem,3.2vw,3.85rem);}}@media (min-width:1921px){.container{width:min(1640px,calc(100% - 5rem));}.hero-grid-home{grid-template-columns:minmax(0,1fr) minmax(520px,1fr);gap:1.5rem;}.hero-card-home,.hero-panel-showcase{padding:1.7rem;}.hero-grid-home .hero-card-home h1{max-width:14ch;font-size:clamp(3rem,3vw,4.15rem);}.hero-grid-home .hero-card-home .hero-lead{max-width:58ch;font-size:1rem;}}@media (min-width:1025px) and (max-height:820px){.hero{padding-top:0.8rem;padding-bottom:0.95rem;}.hero-grid-home{gap:0.85rem;}.hero-card-home,.hero-panel-showcase{padding:1rem;}.hero-grid-home .hero-card-home h1{max-width:11.8ch;font-size:clamp(1.95rem,3vw,2.55rem);line-height:0.98;margin-top:0.35rem;}.hero-grid-home .hero-card-home .hero-lead{max-width:48ch;margin-top:0.6rem;font-size:0.9rem;line-height:1.55;}.hero-actions-landing{margin-top:0.85rem;gap:0.55rem;}.hero-actions-landing .btn,.btn{min-height:48px;padding:0.8rem 1.15rem;}.hero-visual-main,.hero-feature-image{min-height:220px;aspect-ratio:16 / 8.8;}.hero-visual-note{left:0.8rem;right:0.8rem;bottom:0.8rem;padding:0.7rem 0.8rem;}.hero-visual-note span{font-size:0.82rem;line-height:1.4;}.hero-mini-grid{gap:0.6rem;}.hero-mini-card{padding:0.62rem;}.hero-mini-card img{height:78px;}.hero-mini-card strong{font-size:0.9rem;}.hero-mini-card span{font-size:0.82rem;line-height:1.34;}.hero-mini-card-brand img{width:52px;height:52px;}}.grid-3>*,.grid-4>*,.buyer-path-grid>*,.strength-grid>*,.feature-grid>*,.detail-grid>*,.split-card>*,.contact-grid>*,.cta-grid>*,.facts-grid>*,.form-grid>*,.trust-strip>*,.hero-grid-home>*,.hero-mini-grid>*,.footer-grid>*{min-width:0;}@media (min-width:1281px){.buyer-path-grid{grid-template-columns:repeat(6,minmax(0,1fr));}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr));}.strength-grid{grid-template-columns:repeat(5,minmax(0,1fr));}.strength-grid>*,.strength-grid>:nth-child(4),.strength-grid>:nth-child(5){grid-column:auto;}.feature-grid,.detail-grid,.split-card{grid-template-columns:repeat(2,minmax(0,1fr));}.contact-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.trust-strip{grid-template-columns:repeat(4,minmax(0,1fr));}.cta-grid,.facts-grid,.form-grid,.hero-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.footer-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,0.92fr) minmax(0,0.92fr);}.hero-grid-home{grid-template-columns:minmax(0,1.02fr) minmax(380px,0.98fr);align-items:start;}.section-heading{align-items:flex-end;}}@media (min-width:1025px) and (max-width:1280px){.buyer-path-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr));}.strength-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.strength-grid>*,.strength-grid>:nth-child(4){grid-column:auto;}.strength-grid>:nth-child(5){grid-column:1 / -1;}.feature-grid,.detail-grid,.split-card{grid-template-columns:repeat(2,minmax(0,1fr));}.contact-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.trust-strip{grid-template-columns:repeat(4,minmax(0,1fr));}.cta-grid,.facts-grid,.form-grid,.hero-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.footer-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,0.92fr) minmax(0,0.92fr);}}@media (min-width:641px) and (max-width:1024px){.buyer-path-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.grid-3,.grid-4,.strength-grid,.contact-grid,.cta-grid,.facts-grid,.form-grid,.hero-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.trust-strip{grid-template-columns:repeat(2,minmax(0,1fr));}.strength-grid>*,.strength-grid>:nth-child(4){grid-column:auto;}.strength-grid>:nth-child(5){grid-column:1 / -1;}.feature-grid,.detail-grid,.split-card,.footer-grid,.hero-grid-home{grid-template-columns:1fr;}.section-heading{flex-direction:column;align-items:flex-start;}.hero-actions-landing{grid-template-columns:repeat(2,minmax(0,1fr));}.hero-actions-landing .btn{width:100%;}}@media (max-width:640px){.buyer-path-grid,.grid-3,.grid-4,.strength-grid,.feature-grid,.detail-grid,.split-card,.contact-grid,.cta-grid,.facts-grid,.form-grid,.trust-strip,.hero-grid-home,.hero-mini-grid,.footer-grid{grid-template-columns:1fr;}.strength-grid>*,.strength-grid>:nth-child(4),.strength-grid>:nth-child(5){grid-column:auto;}.section-heading{flex-direction:column;align-items:flex-start;}.hero-actions-landing{grid-template-columns:1fr;}.hero-actions-landing .btn{width:100%;}}.site-footer .footer-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,1.05fr) minmax(0,0.9fr);gap:clamp(1.5rem,3vw,2.4rem);align-items:start;}.site-footer .footer-brand{max-width:none;gap:1.15rem;}.site-footer .footer-brand img{width:min(100%,250px);}.site-footer .footer-brand p{max-width:34ch;color:rgba(255,255,255,0.72);line-height:1.85;}.site-footer .footer-grid>:nth-child(2) .footer-links{grid-template-columns:repeat(2,minmax(0,max-content));column-gap:1.7rem;row-gap:0.72rem;align-content:start;}.site-footer .footer-grid>:nth-child(3){padding:1.15rem 1.25rem;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,0.06),rgba(255,255,255,0.03));border:1px solid rgba(255,255,255,0.08);}.site-footer .footer-grid>:nth-child(3) .footer-links{gap:0.78rem;}.site-footer .footer-links a:hover,.site-footer .footer-links a:focus-visible{transform:none;}@media (max-width:1180px){.site-footer .footer-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);}.site-footer .footer-grid>:first-child{grid-column:1 / -1;}}@media (max-width:820px){.site-footer .footer-grid{grid-template-columns:1fr;}.site-footer .footer-grid>:first-child{grid-column:auto;}.site-footer .footer-grid>:nth-child(2) .footer-links{grid-template-columns:1fr;}}.gallery-preview-grid .gallery-media{aspect-ratio:16 / 10;padding:0;place-items:stretch;background:linear-gradient(180deg,rgba(248,251,255,0.96),rgba(236,245,250,0.92));}.gallery-preview-grid .gallery-media img{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center;}.gallery-preview-grid .gallery-card{display:grid;grid-template-rows:auto 1fr;}@media (max-width:768px){.gallery-preview-grid .gallery-media{aspect-ratio:16 / 11;}}body[data-page="home"] .section{padding:clamp(1.8rem,3vw,2.6rem) 0;}.home-section-head{display:grid;gap:0.8rem;margin-bottom:clamp(1.3rem,3vw,2rem);max-width:72rem;}.home-section-head h2{font-size:clamp(2rem,4vw,3.15rem);max-width:18ch;}.home-section-head p{max-width:64ch;}.home-trust-strip,.home-overview-grid,.home-category-grid,.home-link-grid{display:grid;gap:clamp(1rem,2vw,1.25rem);}.home-strength-grid{display:grid;gap:clamp(1rem,2vw,1.25rem);grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;}.home-trust-strip{grid-template-columns:repeat(4,minmax(0,1fr));}.home-overview-grid,.home-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.home-link-grid{grid-template-columns:repeat(6,minmax(0,1fr));}.home-strength-grid>*,.home-link-grid>*,.home-overview-grid>*,.home-category-grid>*,.home-trust-strip>*{min-width:0;}body[data-page="home"] .home-strength-grid .card,body[data-page="home"] .home-link-grid .card,body[data-page="home"] .home-overview-grid .card,body[data-page="home"] .home-category-grid .card{height:100%;}body[data-page="home"] .home-overview-grid .card,body[data-page="home"] .home-category-grid .card,body[data-page="home"] .home-strength-grid .card,body[data-page="home"] .home-link-grid .card{display:flex;flex-direction:column;}body[data-page="home"] .home-trust-strip .trust-item{min-height:100%;}@media (max-width:1280px){.home-link-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}@media (max-width:1120px){.home-strength-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.home-strength-grid>:last-child{grid-column:1 / -1;}.home-overview-grid,.home-category-grid,.home-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr));}.home-section-head h2{max-width:22ch;}}@media (max-width:820px){.home-link-grid,.home-overview-grid,.home-category-grid,.home-trust-strip{grid-template-columns:1fr 1fr;}.home-link-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:640px){.home-overview-grid,.home-category-grid,.home-link-grid,.home-strength-grid,.home-trust-strip{grid-template-columns:1fr;}.home-strength-grid>:last-child{grid-column:auto;}.home-section-head h2{max-width:14ch;}}.home-story-grid{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(300px,0.84fr);gap:clamp(1rem,2vw,1.4rem);align-items:stretch;}.home-story-main{padding:clamp(1.5rem,3vw,2rem);background:radial-gradient(circle at 90% 14%,rgba(26,184,160,0.1),transparent 11rem),linear-gradient(180deg,rgba(255,255,255,0.98),rgba(243,249,253,0.95));}.home-story-main h2{margin-top:0.9rem;font-size:clamp(2rem,3.6vw,3rem);max-width:14ch;}.home-story-main p{max-width:58ch;}.home-story-points{margin-top:1rem;}.home-story-side{display:grid;gap:1rem;}.home-mini-feature{min-height:0;padding:1.35rem 1.3rem;background:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(238,247,250,0.9));}.home-mini-feature strong{display:block;margin-bottom:0.45rem;color:var(--navy);font-family:var(--font-display);font-size:clamp(1.15rem,1.8vw,1.45rem);line-height:1.1;}.home-showcase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,1.35rem);}.home-showcase-card{display:grid;grid-template-rows:auto 1fr;}.home-showcase-card .gallery-media{aspect-ratio:16 / 11;padding:0;place-items:stretch;background:linear-gradient(180deg,rgba(248,251,255,0.96),rgba(236,245,250,0.92));}.home-showcase-card .gallery-media img{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center;}.home-showcase-card .gallery-content{display:flex;flex-direction:column;gap:0.6rem;}.text-link{display:inline-flex;align-items:center;gap:0.45rem;margin-top:auto;font-weight:700;color:var(--royal);}.text-link::after{content:"->";font-size:0.92em;}.home-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1rem,2vw,1.25rem);}.home-process-card{position:relative;overflow:hidden;min-height:100%;background:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(244,250,253,0.94));}.home-process-card::after{content:"";position:absolute;inset:auto 1.1rem 0.95rem;height:3px;border-radius:999px;background:linear-gradient(90deg,rgba(11,46,74,0.82),rgba(26,184,160,0.45));opacity:0.55;}body[data-page="home"] .home-link-grid .card{background:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(242,248,252,0.94));}body[data-page="home"] .home-link-grid .card h3 a{color:inherit;display:inline-flex;align-items:center;min-height:44px;padding-block:.15rem;}@media (max-width:1180px){.home-story-grid{grid-template-columns:1fr;}.home-story-main h2{max-width:16ch;}.home-showcase-grid,.home-process-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:820px){.home-showcase-grid,.home-process-grid{grid-template-columns:1fr;}.home-story-main h2{max-width:12ch;}}.eyebrow{width:fit-content;justify-self:start;align-self:start;}body[data-page="home"] .hero-card-home>.eyebrow,body[data-page="home"] .hero-card-home>.hero-kicker{justify-self:start;}body[data-page="home"] .hero-grid-home .hero-card-home h1{max-width:100%;font-size:clamp(2rem,5vw,3.6rem);line-height:1.04;}body[data-page="home"] .hero-grid-home .hero-card-home .hero-lead{max-width:100%;font-size:1rem;}body[data-page="home"] .hero-actions-landing{display:grid;grid-template-columns:repeat(4,minmax(0,max-content));gap:0.85rem;align-items:start;justify-content:start;grid-auto-flow:column;}.home-section-head{grid-template-columns:minmax(0,1.1fr) minmax(280px,0.9fr);column-gap:clamp(1rem,3vw,2.5rem);row-gap:0.8rem;align-items:end;}.home-section-head>.eyebrow{grid-column:1 / -1;}.home-section-head h2{grid-column:1;max-width:11ch;line-height:1.02;}.home-section-head p{grid-column:2;align-self:end;margin-bottom:0.35rem;}.home-story-main h2,.buyer-hub-main h2{line-height:1.02;}.buyer-hub-main h2{font-size:clamp(1.9rem,3.2vw,2.8rem);max-width:13ch;}.buyer-hub-main p{max-width:52ch;}@media (max-width:980px){.home-section-head{grid-template-columns:1fr;}.home-section-head h2,.home-section-head p{grid-column:auto;}.home-section-head h2{max-width:12ch;}.home-section-head p{margin-bottom:0;}}@media (max-width:700px){body[data-page="home"] .hero-actions-landing{grid-template-columns:1fr;}body[data-page="home"] .hero-actions-landing .btn,body[data-page="home"] .hero-actions-landing .btn:last-child{grid-column:auto;width:100%;}body[data-page="home"] .hero-grid-home .hero-card-home h1{max-width:9ch;font-size:clamp(1.9rem,8vw,3rem);}}body[data-page="home"]{background:radial-gradient(circle at top left,rgba(212,154,18,0.14),transparent 20rem),linear-gradient(180deg,#f8f3e8 0%,#f8f6f0 22%,#f7f8fb 100%);}body[data-page="home"] .topbar{background:rgba(11,31,58,0.94);border-bottom-color:rgba(212,154,18,0.24);box-shadow:0 16px 34px rgba(7,19,37,0.34);}body[data-page="home"] .brand-copy strong,body[data-page="home"] .brand-copy span,body[data-page="home"] .site-nav a{color:rgba(251,253,255,0.88);}body[data-page="home"] .site-nav a.is-active{color:#fff3dc;background:linear-gradient(135deg,rgba(212,154,18,0.24),rgba(26,184,160,0.12));}body[data-page="home"] .hero{padding-top:clamp(1.4rem,3vw,2.1rem);}body[data-page="home"] .hero-grid-home{grid-template-columns:minmax(0,0.92fr) minmax(340px,1.08fr);gap:1rem;}body[data-page="home"] .hero-card-home,body[data-page="home"] .hero-panel-showcase{border-radius:0;border:1px solid rgba(212,154,18,0.15);box-shadow:none;}body[data-page="home"] .hero-card-home{min-height:100%;background:linear-gradient(180deg,rgba(10,27,50,0.98),rgba(16,42,74,0.98));color:rgba(255,255,255,0.9);}body[data-page="home"] .hero-card-home h1,body[data-page="home"] .hero-card-home .hero-kicker,body[data-page="home"] .hero-card-home .eyebrow,body[data-page="home"] .hero-card-home .btn-secondary{color:#ffffff;}body[data-page="home"] .hero-card-home .hero-lead,body[data-page="home"] .hero-card-home .hero-kicker{color:rgba(232,238,247,0.78);}body[data-page="home"] .hero-card-home .eyebrow{background:rgba(255,255,255,0.06);border:1px solid rgba(212,154,18,0.22);}body[data-page="home"] .hero-card-home .btn-primary{background:linear-gradient(135deg,#d49a12,#f0bf55);color:#0b1f3a;box-shadow:0 16px 30px rgba(212,154,18,0.24);}body[data-page="home"] .hero-card-home .btn-secondary{background:rgba(255,255,255,0.04);border-color:rgba(255,255,255,0.16);}body[data-page="home"] .hero-panel-showcase{padding:1rem;background:linear-gradient(180deg,rgba(11,31,58,0.94),rgba(13,45,77,0.94));}body[data-page="home"] .hero-visual-main,body[data-page="home"] .hero-mini-card{border-radius:0;}body[data-page="home"] .hero-visual-main{border:1px solid rgba(212,154,18,0.18);}body[data-page="home"] .hero-mini-card{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);}body[data-page="home"] .hero-mini-card strong,body[data-page="home"] .hero-visual-note strong{color:#fff;}body[data-page="home"] .hero-mini-card span,body[data-page="home"] .hero-visual-note span{color:rgba(231,238,245,0.76);}body[data-page="home"] .hero-visual-note{background:rgba(9,23,42,0.74);border:1px solid rgba(212,154,18,0.16);}body[data-page="home"] .home-trust-section .container{background:linear-gradient(90deg,#d8b368,#c79a44);padding:0.95rem 1.2rem;}body[data-page="home"] .home-trust-strip .trust-item{background:transparent;border:0;box-shadow:none;border-radius:0;padding:0.25rem 0.6rem 0.25rem 0.85rem;min-height:0;}body[data-page="home"] .home-trust-strip .trust-item strong,body[data-page="home"] .home-trust-strip .trust-item span{color:#3c2a10;}body[data-page="home"] .home-trust-strip .trust-item::before{background:rgba(11,31,58,0.7);}.home-editorial-head{display:grid;gap:0.7rem;margin-bottom:1.35rem;max-width:60rem;}.home-editorial-head h2{font-size:clamp(2rem,4vw,3.05rem);max-width:11ch;line-height:1.03;}.home-editorial-head p{max-width:60ch;}.home-editorial-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,0.9fr);gap:1rem;align-items:stretch;}.home-editorial-copy{padding:clamp(1.5rem,3vw,2rem);border-radius:0;box-shadow:none;background:rgba(255,255,255,0.8);}.home-editorial-copy h3{font-size:clamp(1.5rem,2.5vw,2.2rem);max-width:18ch;margin-bottom:0.8rem;}.home-editorial-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;}body[data-page="home"] .home-editorial-metrics .metric-card{border-radius:0;min-height:0;padding:1.2rem;background:rgba(255,255,255,0.82);box-shadow:none;}body[data-page="home"] .home-editorial-metrics .metric-card strong{font-size:1.4rem;color:var(--gold);}.home-dark-band .container{background:linear-gradient(180deg,rgba(11,31,58,0.98),rgba(13,42,70,0.98));padding:clamp(1.6rem,3vw,2.3rem);}.home-export-grid,.home-trade-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,0.95fr);gap:1rem;align-items:stretch;}.home-export-copy,.home-trade-copy{color:rgba(255,255,255,0.92);}.home-export-copy h2,.home-trade-copy h2{margin-top:0.85rem;color:#fff;font-size:clamp(2rem,3.7vw,3rem);max-width:13ch;}.home-export-copy p,.home-trade-copy p,.home-trade-points li,.home-export-links a{color:rgba(232,238,247,0.76);}.home-export-panel,.home-trade-contact{padding:1.3rem;border:1px solid rgba(212,154,18,0.16);background:rgba(255,255,255,0.03);}.home-export-links{display:grid;gap:0.7rem;margin-top:1rem;list-style:none;padding-left:0;}.home-export-links a{display:block;padding-bottom:0.55rem;border-bottom:1px solid rgba(255,255,255,0.08);font-weight:600;}.home-reason-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;}.home-reason-card,.home-range-card{border-radius:0;box-shadow:none;background:rgba(255,255,255,0.76);}.home-range-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;}.home-range-card .eyebrow{margin-bottom:1rem;}.home-trade-points{margin-top:1rem;}.home-catalog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;}body[data-page="home"] .home-catalog-grid .doc-link{min-height:100%;border-radius:0;box-shadow:none;background:rgba(255,255,255,0.88);}.home-cta-band .container{background:linear-gradient(135deg,#d8b368,#c89b49);padding:clamp(1.5rem,3vw,2.2rem);}.home-cta-grid{display:flex;align-items:center;justify-content:space-between;gap:1rem;}.home-cta-grid h2{margin-top:0.8rem;font-size:clamp(2rem,3.6vw,3rem);max-width:13ch;}.home-cta-grid p{max-width:54ch;color:rgba(60,42,16,0.88);}body[data-page="home"] .home-cta-grid .btn-primary{background:linear-gradient(135deg,#0b1f3a,#124f7b);color:#fff;}body[data-page="home"] .home-cta-grid .btn-secondary{background:rgba(255,255,255,0.14);border-color:rgba(60,42,16,0.18);color:#3c2a10;}body[data-page="home"] .home-trust-section .buyer-hub-main{background:radial-gradient(circle at top right,rgba(255,255,255,0.52),transparent 14rem),linear-gradient(180deg,rgba(255,250,244,0.98),rgba(246,239,229,0.96));border-color:rgba(111,86,56,0.14);box-shadow:none;}body[data-page="home"] .home-trust-section .buyer-hub-main h2,body[data-page="home"] .home-trust-section .buyer-hub-main h3{color:var(--navy);}body[data-page="home"] .home-trust-section .buyer-hub-main p,body[data-page="home"] .home-trust-section .buyer-hub-main li{color:rgba(34,27,22,0.74);}body[data-page="home"] .home-trust-section .buyer-hub-main .eyebrow{background:linear-gradient(180deg,rgba(252,254,255,0.98),rgba(238,246,251,0.96));color:var(--navy);box-shadow:inset 0 0 0 1px rgba(11,46,74,0.08);}body[data-page="home"] .home-trust-section .buyer-hub-main .btn-secondary{background:linear-gradient(180deg,rgba(252,254,255,0.98),rgba(236,245,250,0.94));border-color:rgba(11,46,74,0.12);color:var(--navy);}.btn-whatsapp-direct{position:relative;z-index:3;pointer-events:auto;}.home-cta-band .container,body[data-page="home"] .hero-card-home{position:relative;isolation:isolate;}.home-cta-grid .hero-actions,.hero-actions-landing{position:relative;z-index:2;}body[data-page="home"] .home-link-grid .card{border-radius:0;box-shadow:none;background:rgba(255,255,255,0.82);}@media (max-width:1180px){body[data-page="home"] .hero-grid-home,.home-editorial-grid,.home-export-grid,.home-trade-grid,.home-catalog-grid{grid-template-columns:1fr;}.home-reason-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}@media (max-width:820px){body[data-page="home"] .topbar{background:rgba(11,31,58,0.98);}.home-editorial-metrics,.home-range-grid,.home-reason-grid,.home-link-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.home-cta-grid{flex-direction:column;align-items:flex-start;}}@media (max-width:640px){.home-editorial-metrics,.home-range-grid,.home-reason-grid,.home-link-grid{grid-template-columns:1fr;}body[data-page="home"] .home-trust-section .container,.home-dark-band .container,.home-cta-band .container{padding-left:1rem;padding-right:1rem;}}body[data-page] .hero-card,body[data-page] .hero-panel,body[data-page] .page-hero-card,body[data-page] .card,body[data-page] .info-card,body[data-page] .cta-card,body[data-page] .wide-card,body[data-page] .form-card,body[data-page] .profile-card,body[data-page] .contact-item,body[data-page] .trust-item,body[data-page] .doc-link,body[data-page] .gallery-card,body[data-page] .hero-mini-card,body[data-page] .hero-visual-main,body[data-page] .hero-visual-note,body[data-page] .desk-card,body[data-page] .metric-card{border-radius:24px;}body[data-page] .home-dark-band .container,body[data-page] .home-cta-band .container,body[data-page] .home-trust-section .container,body[data-page] .buyer-hub,body[data-page] .site-footer .footer-grid>:nth-child(3){border-radius:28px;}body[data-page] .btn{border-radius:16px;}body[data-page] .eyebrow{border-radius:999px;}body[data-page="home"] .hero-card-home,body[data-page="home"] .hero-panel-showcase{border-radius:30px;}body[data-page="home"] .hero-card-home{border-top-right-radius:18px;border-bottom-right-radius:18px;}body[data-page="home"] .hero-panel-showcase{border-top-left-radius:18px;border-bottom-left-radius:18px;}@media (max-width:1180px){body[data-page="home"] .hero-card-home,body[data-page="home"] .hero-panel-showcase{border-radius:28px;}}@media (max-width:640px){body[data-page] .hero-card,body[data-page] .hero-panel,body[data-page] .page-hero-card,body[data-page] .card,body[data-page] .info-card,body[data-page] .cta-card,body[data-page] .wide-card,body[data-page] .form-card,body[data-page] .profile-card,body[data-page] .contact-item,body[data-page] .trust-item,body[data-page] .doc-link,body[data-page] .gallery-card,body[data-page] .hero-mini-card,body[data-page] .hero-visual-main,body[data-page] .hero-visual-note,body[data-page] .desk-card,body[data-page] .metric-card{border-radius:20px;}body[data-page] .home-dark-band .container,body[data-page] .home-cta-band .container,body[data-page] .home-trust-section .container,body[data-page] .buyer-hub,body[data-page] .site-footer .footer-grid>:nth-child(3){border-radius:22px;}}body[data-page]{background:radial-gradient(circle at top left,rgba(212,154,18,0.12),transparent 20rem),radial-gradient(circle at 86% 8%,rgba(26,184,160,0.08),transparent 18rem),linear-gradient(180deg,#f4efe3 0%,#f6f5ef 24%,#f4f8fb 100%);}body[data-page] .topbar{background:rgba(11,31,58,0.95);border-bottom-color:rgba(212,154,18,0.24);box-shadow:0 16px 34px rgba(7,19,37,0.34);}body[data-page] .brand-logo{background:transparent;border:0;border-radius:0;padding:0;box-shadow:none;}body[data-page] .topbar .brand-logo{background:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(239,247,251,0.96));border:1px solid rgba(26,184,160,0.16);border-radius:18px;padding:.35rem .55rem;box-shadow:0 10px 24px rgba(3,12,24,0.14);}body[data-page] .brand-copy strong,body[data-page] .brand-copy span,body[data-page] .site-nav a{color:rgba(251,253,255,0.9);}body[data-page] .site-nav a:hover,body[data-page] .site-nav a.is-active{color:#fff3dc;background:linear-gradient(135deg,rgba(212,154,18,0.24),rgba(26,184,160,0.12));box-shadow:0 16px 30px rgba(7,19,37,0.22);}body[data-page] .nav-toggle{background:linear-gradient(135deg,#d49a12,#1ab8a0);color:#0b1f3a;}body[data-page]:not([data-page="home"]) .page-hero{padding-top:1.45rem;}body[data-page]:not([data-page="home"]) .page-hero-card{border-color:rgba(212,154,18,0.18);box-shadow:0 24px 48px rgba(7,19,37,0.18);background:radial-gradient(circle at top right,rgba(212,154,18,0.18),transparent 16rem),linear-gradient(145deg,rgba(11,31,58,0.98),rgba(13,45,77,0.98));}body[data-page]:not([data-page="home"]) .page-hero-card .eyebrow{background:rgba(255,255,255,0.08);border:1px solid rgba(212,154,18,0.22);color:rgba(251,253,255,0.92);box-shadow:none;}body[data-page]:not([data-page="home"]) .page-hero h1{color:#ffffff;max-width:12ch;}body[data-page]:not([data-page="home"]) .page-hero p{color:rgba(232,238,247,0.8);max-width:52ch;}body[data-page]:not([data-page="home"]) .section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,0.78fr);gap:0.9rem 2rem;align-items:end;}body[data-page]:not([data-page="home"]) .section-heading>div{max-width:42rem;}body[data-page]:not([data-page="home"]) .section-heading h2{font-size:clamp(1.9rem,3vw,2.7rem);max-width:13ch;}body[data-page]:not([data-page="home"]) .section-heading p{max-width:32ch;justify-self:end;margin-bottom:0.1rem;}.home-editorial-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,0.78fr);gap:0.75rem 2rem;align-items:end;max-width:none;margin-bottom:1.5rem;}.home-editorial-head .eyebrow{grid-column:1 / -1;}.home-editorial-head h2{font-size:clamp(2.1rem,3.7vw,3.35rem);max-width:8.7ch;line-height:1.02;}.home-editorial-head p{max-width:33ch;justify-self:end;align-self:start;margin:0;}.home-editorial-copy h3{max-width:16ch;}.home-cta-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.25rem 2rem;align-items:center;}.home-cta-grid>:first-child{max-width:46rem;}.home-cta-grid h2{max-width:9ch;}.home-cta-grid .hero-actions{justify-self:end;}.home-reason-grid{grid-template-columns:repeat(6,minmax(0,1fr));}.home-reason-grid>*{min-width:0;}body[data-page="home"] .home-reason-card{height:100%;}@media (max-width:1366px){.home-reason-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}@media (max-width:980px){body[data-page]:not([data-page="home"]) .section-heading,.home-editorial-head,.home-cta-grid{grid-template-columns:1fr;}body[data-page]:not([data-page="home"]) .section-heading p,.home-editorial-head p,.home-cta-grid .hero-actions{max-width:none;justify-self:start;}body[data-page]:not([data-page="home"]) .section-heading h2,.home-editorial-head h2{max-width:none;}}@media (max-width:820px){body[data-page] .site-nav.is-open{background:linear-gradient(180deg,rgba(11,31,58,0.98),rgba(9,25,45,0.98));border:1px solid rgba(212,154,18,0.15);box-shadow:0 18px 34px rgba(7,19,37,0.32);border-radius:22px;padding:0.55rem;}body[data-page] .site-nav.is-open a{color:rgba(251,253,255,0.9);}.home-reason-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:640px){body[data-page] .brand-logo{border-radius:16px;padding:0.28rem 0.42rem;}.home-reason-grid{grid-template-columns:1fr;}}.container{width:calc(100% - clamp(1rem,4vw,2rem));max-width:100%;}body[data-page="home"] .hero-grid-home .hero-card-home h1{max-width:100%;}body[data-page="home"] .home-editorial-head,body[data-page="home"] .home-section-head{display:grid;grid-template-columns:minmax(0,0.94fr) minmax(300px,0.7fr);gap:0.9rem 2rem;align-items:start;max-width:none;}body[data-page="home"] .home-editorial-head .eyebrow,body[data-page="home"] .home-section-head .eyebrow{grid-column:1 / -1;}body[data-page="home"] .home-editorial-head h2,body[data-page="home"] .home-section-head h2,body[data-page="home"] .home-story-main h2,body[data-page="home"] .home-export-copy h2,body[data-page="home"] .home-trade-copy h2,body[data-page="home"] .home-cta-grid h2{max-width:100%;width:100%;line-height:1.02;text-wrap:balance;}body[data-page="home"] .home-editorial-head h2,body[data-page="home"] .home-section-head h2{grid-column:1;font-size:clamp(2.1rem,3.7vw,3.35rem);}body[data-page="home"] .home-editorial-head p,body[data-page="home"] .home-section-head p{grid-column:2;max-width:100%;justify-self:end;align-self:start;margin-top:10px;margin-bottom:0;}body[data-page="home"] .home-editorial-copy h3{max-width:100%;}body[data-page="home"] .home-export-copy h2,body[data-page="home"] .home-trade-copy h2{margin-top:0.85rem;color:#fff;font-size:clamp(2rem,3.7vw,3rem);max-width:100%;}body[data-page="home"] .home-cta-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.25rem 2rem;align-items:center;}body[data-page="home"] .home-cta-grid>:first-child{max-width:42rem;}body[data-page="home"] .home-cta-grid h2{font-size:clamp(2.1rem,3.8vw,3.35rem);}body[data-page="home"] .home-cta-grid p{max-width:40ch;}body[data-page="home"] .home-cta-grid .hero-actions{justify-self:end;}@media (max-width:980px){body[data-page="home"] .home-editorial-head,body[data-page="home"] .home-section-head,body[data-page="home"] .home-cta-grid{grid-template-columns:1fr;}body[data-page="home"] .home-editorial-head h2,body[data-page="home"] .home-section-head h2,body[data-page="home"] .home-editorial-head p,body[data-page="home"] .home-section-head p,body[data-page="home"] .home-cta-grid .hero-actions{grid-column:auto;max-width:none;justify-self:start;}}body[data-page]:not([data-page="home"]) .page-hero-card{display:grid;gap:0.9rem;}body[data-page]:not([data-page="home"]) .page-hero h1{max-width:100%;width:100%;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.03;}body[data-page]:not([data-page="home"]) .page-hero p{max-width:100%;}body[data-page]:not([data-page="home"]) .section{padding:clamp(1.45rem,2.8vw,2.25rem) 0;}body[data-page]:not([data-page="home"]) .section>.container{padding:clamp(1.15rem,2.6vw,1.9rem);border-radius:30px;border:1px solid rgba(212,154,18,0.16);background:radial-gradient(circle at top right,rgba(212,154,18,0.14),transparent 14rem),linear-gradient(180deg,rgba(255,255,255,0.98),rgba(242,248,252,0.94));box-shadow:0 24px 48px rgba(7,19,37,0.08);}body[data-page]:not([data-page="home"]) .section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,0.74fr);gap:0.85rem 2rem;align-items:start;margin-bottom:clamp(1.1rem,2.2vw,1.6rem);}body[data-page]:not([data-page="home"]) .section-heading>div{max-width:none;}body[data-page]:not([data-page="home"]) .section-heading h2{max-width:100%;width:100%;font-size:clamp(2rem,3.4vw,3rem);line-height:1.03;}body[data-page]:not([data-page="home"]) .section-heading p{max-width:100%;justify-self:end;align-self:start;margin-top:10px;margin-bottom:0;}body[data-page]:not([data-page="home"]) .card,body[data-page]:not([data-page="home"]) .info-card,body[data-page]:not([data-page="home"]) .wide-card,body[data-page]:not([data-page="home"]) .form-card,body[data-page]:not([data-page="home"]) .profile-card,body[data-page]:not([data-page="home"]) .contact-item,body[data-page]:not([data-page="home"]) .doc-link,body[data-page]:not([data-page="home"]) .gallery-card,body[data-page]:not([data-page="home"]) .metric-card,body[data-page]:not([data-page="home"]) .fact-tile,body[data-page]:not([data-page="home"]) .fact-row,body[data-page]:not([data-page="home"]) .timeline-step,body[data-page]:not([data-page="home"]) .page-photo-card{background:rgba(255,255,255,0.86);border-color:rgba(11,31,58,0.08);box-shadow:none;}body[data-page]:not([data-page="home"]) .section>.container.cta-grid{background:radial-gradient(circle at top right,rgba(255,255,255,0.1),transparent 15rem),linear-gradient(135deg,#d8b368,#c89b49);border-color:rgba(153,111,25,0.24);}body[data-page]:not([data-page="home"]) .section>.container.cta-grid .cta-card:first-child{background:linear-gradient(145deg,rgba(11,31,58,0.99),rgba(13,45,77,0.97));border-color:rgba(255,255,255,0.08);}body[data-page]:not([data-page="home"]) .section>.container.cta-grid .cta-card:first-child h2,body[data-page]:not([data-page="home"]) .section>.container.cta-grid .cta-card:first-child h3{color:#ffffff;}body[data-page]:not([data-page="home"]) .section>.container.cta-grid .cta-card:first-child p,body[data-page]:not([data-page="home"]) .section>.container.cta-grid .cta-card:first-child li{color:rgba(232,238,247,0.82);}body[data-page]:not([data-page="home"]) .section>.container.cta-grid .cta-card:first-child .eyebrow{background:rgba(255,255,255,0.1);border:1px solid rgba(212,154,18,0.24);color:rgba(251,253,255,0.92);}body[data-page]:not([data-page="home"]) .section>.container.cta-grid .cta-card:last-child{background:rgba(255,255,255,0.86);}body[data-page]:not([data-page="home"]) .brand-panel,body[data-page]:not([data-page="home"]) .wide-card.brand-panel{box-shadow:none;}body[data-page]:not([data-page="home"]) .page-photo-card img,body[data-page]:not([data-page="home"]) .map-card iframe{border-radius:20px;}@media (max-width:980px){body[data-page]:not([data-page="home"]) .section-heading{grid-template-columns:1fr;}body[data-page]:not([data-page="home"]) .section-heading p{justify-self:start;margin-top:0;}}@media (max-width:640px){body[data-page]:not([data-page="home"]) .section>.container{padding:1rem;border-radius:24px;}}.proof-grid,.credentials-grid,.blog-grid{display:grid;gap:1rem;}.proof-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.proof-card{display:grid;gap:0.8rem;align-content:start;}.proof-card blockquote{margin:0;color:var(--navy);font-size:1.02rem;line-height:1.7;}.proof-meta{display:flex;flex-wrap:wrap;gap:0.5rem 0.75rem;color:var(--slate);font-size:0.92rem;}.credentials-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.credential-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,0.94),rgba(240,247,251,0.98));border:1px solid rgba(11,46,74,0.1);}.credential-row strong{color:var(--navy);}.credential-value{text-align:right;color:var(--slate);}.credential-value.is-verified{color:#166534;font-weight:700;}.comparison-table-wrap{overflow-x:auto;}.comparison-table{width:100%;border-collapse:collapse;min-width:680px;border-radius:22px;overflow:hidden;}.comparison-table th,.comparison-table td{padding:1rem 1.1rem;border:1px solid rgba(11,46,74,0.1);text-align:left;vertical-align:top;}.comparison-table thead th{background:linear-gradient(135deg,rgba(11,31,58,0.98),rgba(13,42,70,0.98));color:#fff;}.comparison-table tbody td{background:linear-gradient(180deg,rgba(255,255,255,0.94),rgba(240,247,251,0.98));color:var(--slate);}.comparison-table tbody td:first-child{color:var(--navy);font-weight:700;}.catalog-highlight{display:grid;gap:1rem;align-items:center;}.catalog-highlight .hero-actions{justify-content:flex-start;}.section-copy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;}.section-copy-grid>article{min-width:0;}.article-layout{display:grid;gap:1.35rem;}.article-layout .wide-card{padding:1.35rem;}.article-meta{display:flex;flex-wrap:wrap;gap:0.6rem 1rem;color:var(--slate);font-size:0.92rem;}.article-links{display:grid;gap:0.75rem;}.cookie-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:40;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem 1.25rem;padding:1rem 1.15rem;border-radius:24px;background:linear-gradient(135deg,rgba(11,31,58,0.98),rgba(13,42,70,0.98));border:1px solid rgba(255,247,236,0.08);box-shadow:0 22px 44px rgba(7,19,37,0.24);}.cookie-banner-copy strong{display:block;margin-bottom:0.35rem;color:#fff;}.cookie-banner-copy p,.cookie-banner-copy a{color:rgba(240,246,251,0.82);}.cookie-banner-copy a{font-weight:700;}.cookie-banner-actions{display:flex;flex-wrap:wrap;gap:0.75rem;align-items:center;justify-content:flex-end;}body.has-cookie-banner .floating-whatsapp,body.has-cookie-banner .back-to-top{bottom:6.5rem;}@media (max-width:1080px){.proof-grid,.section-copy-grid,.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.credentials-grid{grid-template-columns:1fr;}}@media (max-width:820px){.cookie-banner{grid-template-columns:1fr;}.cookie-banner-actions{justify-content:flex-start;}}@media (max-width:640px){.proof-grid,.section-copy-grid,.blog-grid{grid-template-columns:1fr;}.credential-row{flex-direction:column;}.credential-value{text-align:left;}body.has-cookie-banner .floating-whatsapp,body.has-cookie-banner .back-to-top{bottom:8.5rem;}}
body[data-page=logistics] .detail-grid .grid-3{grid-template-columns:repeat(2,minmax(0,1fr));}body[data-page=logistics] .detail-grid .grid-3>:last-child{grid-column:1/-1;}body[data-page=about] .feature-mini-grid-why{grid-template-columns:repeat(2,minmax(0,1fr));}body[data-page=about] .feature-mini-grid-why .info-card:last-child{grid-column:1/-1;}@media (max-width:820px){body[data-page=logistics] .detail-grid .grid-3{grid-template-columns:1fr;}body[data-page=logistics] .detail-grid .grid-3>:last-child{grid-column:auto;}body[data-page=about] .feature-mini-grid-why{grid-template-columns:1fr;}body[data-page=about] .feature-mini-grid-why .info-card:last-child{grid-column:auto;}}
@media (max-width:767.98px){.site-nav.is-open{background:#0b1f3a;border:1px solid rgba(212,154,18,.2);box-shadow:0 18px 34px rgba(7,19,37,.32);}.site-nav.is-open a{color:#fbfdff;}.site-nav.is-open a:hover,.site-nav.is-open a.is-active{color:#fff3dc;}}@media (max-width:575.98px){.topbar-inner{flex-wrap:wrap;gap:.6rem;}.brand{grid-template-columns:auto;row-gap:.2rem;}.hero-grid-home,.feature-grid,.detail-grid,.split-card,.contact-grid,.cta-grid,.footer-grid,.form-grid,.grid-3,.grid-4,.home-editorial-metrics,.home-range-grid,.home-reason-grid,.home-link-grid,.home-catalog-grid,.strength-grid,.buyer-path-grid,.credentials-grid,.proof-grid,.blog-grid,.section-copy-grid,.home-editorial-head,.home-section-head{grid-template-columns:1fr;}.hero-actions-landing{grid-template-columns:1fr;}}@media (min-width:576px) and (max-width:767.98px){.hero-grid-home,.feature-grid,.detail-grid,.split-card,.footer-grid,.home-editorial-head,.home-section-head{grid-template-columns:1fr;}.grid-3,.grid-4,.home-editorial-metrics,.home-range-grid,.home-reason-grid,.home-link-grid,.home-catalog-grid,.strength-grid,.buyer-path-grid,.credentials-grid,.proof-grid,.blog-grid,.section-copy-grid,.form-grid,.contact-grid,.cta-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (min-width:768px) and (max-width:991.98px){.hero-grid-home,.feature-grid,.detail-grid,.split-card,.home-editorial-head,.home-section-head{grid-template-columns:1fr;}.grid-3,.grid-4,.home-editorial-metrics,.home-range-grid,.home-reason-grid,.home-link-grid,.home-catalog-grid,.strength-grid,.buyer-path-grid,.credentials-grid,.proof-grid,.blog-grid,.section-copy-grid,.form-grid,.contact-grid,.cta-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (min-width:992px) and (max-width:1199.98px){.hero-grid-home{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);}.feature-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);}.detail-grid{grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);}.grid-3,.home-editorial-metrics,.home-range-grid,.home-reason-grid,.home-link-grid,.home-catalog-grid,.strength-grid,.buyer-path-grid,.proof-grid,.blog-grid,.section-copy-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr));}.footer-grid{grid-template-columns:minmax(260px,1.2fr) minmax(200px,.8fr) minmax(220px,.9fr);}}@media (max-width:575.98px){.hero-grid-home,.feature-grid,.detail-grid,.split-card,.contact-grid,.cta-grid,.footer-grid,.form-grid,.grid-3,.grid-4,.home-editorial-metrics,.home-range-grid,.home-reason-grid,.home-link-grid,.home-catalog-grid,.strength-grid,.buyer-path-grid,.credentials-grid,.proof-grid,.blog-grid,.section-copy-grid,.home-editorial-head,.home-section-head{grid-template-columns:100%;}}@media (min-width:576px) and (max-width:767.98px){.grid-3,.grid-4,.home-editorial-metrics,.home-range-grid,.home-reason-grid,.home-link-grid,.home-catalog-grid,.strength-grid,.buyer-path-grid,.credentials-grid,.proof-grid,.blog-grid,.section-copy-grid,.form-grid,.contact-grid,.cta-grid,.footer-grid{grid-template-columns:50% 50%;}}@media (min-width:768px) and (max-width:991.98px){.grid-3,.grid-4,.home-editorial-metrics,.home-range-grid,.home-reason-grid,.home-link-grid,.home-catalog-grid,.strength-grid,.buyer-path-grid,.credentials-grid,.proof-grid,.blog-grid,.section-copy-grid,.form-grid,.contact-grid,.cta-grid,.footer-grid{grid-template-columns:50% 50%;}}@media (min-width:992px) and (max-width:1199.98px){.hero-grid-home{grid-template-columns:70% 30%;}.feature-grid{grid-template-columns:60% 40%;}.detail-grid{grid-template-columns:55% 45%;}.grid-3,.home-editorial-metrics,.home-range-grid,.home-reason-grid,.home-link-grid,.home-catalog-grid,.strength-grid,.buyer-path-grid,.proof-grid,.blog-grid,.section-copy-grid{grid-template-columns:33.333% 33.333% 33.333%;}.grid-4{grid-template-columns:25% 25% 25% 25%;}.footer-grid{grid-template-columns:40% 30% 30%;}.hero-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}.hero-grid-home{grid-template-columns:50% 50%!important;}
