
:root{--bg:#F7F6F2;--paper:#fff;--ink:#222;--muted:#6d6a66;--line:#E5E2DB;--sand:#C9A86A;--sand2:#E9DFC9;--orange:#C94B32;--dark:#202020;--radius:18px;--shadow:0 18px 60px rgba(25,25,25,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 48px));margin:auto}.section{padding:96px 0}.white{background:#fff}.dark{background:var(--dark);color:#fff}.sand{background:var(--sand2)}
.header{position:sticky;top:0;z-index:50;background:rgba(247,246,242,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.05)}.nav{height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{font:800 29px/1 Manrope,sans-serif;letter-spacing:-1.8px}.logo b{color:var(--orange)}.links{display:flex;gap:27px;font-size:14px;font-weight:650}.links a:hover{color:var(--orange)}.actions{display:flex;align-items:center;gap:12px}.lang{border:0;background:none;font-weight:800;cursor:pointer}.menu{display:none;border:0;background:none;font-size:25px}.mobilemenu{display:none}.btn{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 22px;border-radius:999px;font-weight:750;font-size:14px;border:1px solid transparent;transition:.2s}.btn:hover{transform:translateY(-2px)}.primary{background:var(--orange);color:#fff}.outline{border-color:var(--ink)}.dark .outline{border-color:#777}.eyebrow{font-size:11px;letter-spacing:.18em;font-weight:850;color:#8b6c36;text-transform:uppercase;margin-bottom:16px}.dark .eyebrow{color:#d8bd88}.hero{padding:78px 0 90px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:.93fr 1.07fr;gap:70px;align-items:center}.hero h1,.pagehero h1,h2{font-family:Manrope,sans-serif;line-height:1.03;letter-spacing:-.045em;margin:0}.hero h1{font-size:clamp(50px,6vw,78px)}.hero p{font-size:20px;color:var(--muted);max-width:650px;margin:26px 0}.hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.arrow{font-weight:800}.chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:35px}.chip{padding:7px 11px;border:1px solid var(--line);background:#fff;border-radius:999px;font-size:12px}.visual{min-height:590px;border-radius:26px;position:relative;overflow:hidden;box-shadow:var(--shadow);background:#b9b4aa}.visual svg{width:100%;height:100%;position:absolute;inset:0}.caption{position:absolute;left:25px;right:25px;bottom:25px;padding:18px 20px;background:rgba(247,246,242,.9);backdrop-filter:blur(9px);border-radius:15px}.caption small{letter-spacing:.15em;font-weight:850;color:#8b6c36}.caption strong{display:block;font:700 21px Manrope,sans-serif;margin-top:4px}
.sectionhead{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:40px}.sectionhead h2{font-size:clamp(38px,4.6vw,58px)}.sectionhead p{max-width:420px;color:var(--muted);margin:0}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.appcard{min-height:285px;border-radius:20px;padding:25px;display:flex;align-items:end;justify-content:space-between;color:#fff;position:relative;overflow:hidden;isolation:isolate;font:700 24px/1.15 Manrope,sans-serif}.appcard:before{content:'';position:absolute;inset:0;z-index:-2;background:var(--cardbg);transition:.3s}.appcard:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(to top,rgba(0,0,0,.72),rgba(0,0,0,.05) 70%)}.appcard:hover:before{transform:scale(1.03)}.pcard{background:#fff;border:1px solid var(--line);border-radius:18px;padding:29px;min-height:270px;display:flex;flex-direction:column}.pcard .icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--bg);color:var(--orange);font-weight:850}.pcard h3{font:700 23px/1.2 Manrope,sans-serif;margin:24px 0 8px}.pcard p{color:var(--muted);font-size:14px}.pcard a{margin-top:auto;color:var(--orange);font-weight:800}.feature{display:grid;grid-template-columns:1fr 1fr;min-height:590px;background:#fff}.feature.reverse .fvisual{order:2}.fvisual{position:relative;overflow:hidden;min-height:520px;background:var(--fbg)}.fvisual svg{position:absolute;inset:0;width:100%;height:100%}.flabel{position:absolute;left:25px;bottom:25px;background:rgba(255,255,255,.91);padding:9px 13px;border-radius:999px;font-size:11px;letter-spacing:.14em;font-weight:850}.fcopy{padding:74px;display:flex;justify-content:center;flex-direction:column}.fcopy h2{font-size:50px}.fcopy h3{font:600 21px/1.45 Manrope,sans-serif;margin:22px 0 12px}.fcopy p{color:var(--muted);max-width:560px}.brands{display:grid;grid-template-columns:repeat(6,1fr);background:#232323;border-radius:18px;overflow:hidden}.brands span{height:105px;display:grid;place-items:center;color:#fff;font:700 17px Manrope,sans-serif;border-right:1px solid rgba(255,255,255,.13)}.support{display:grid;grid-template-columns:1fr 1fr;gap:80px}.support h2{font-size:54px}.support p{font-size:18px}.supportlist{border-top:1px solid rgba(0,0,0,.22)}.supportlist div{display:grid;grid-template-columns:52px 1fr;min-height:64px;align-items:center;border-bottom:1px solid rgba(0,0,0,.22)}.supportlist b{font-size:12px;color:#765a30}.about{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:center}.bigmark{font:800 clamp(78px,11vw,145px)/.9 Manrope,sans-serif;letter-spacing:-.08em}.bigmark b{color:var(--orange)}.about h2{font-size:50px}.about p{font-size:18px;color:var(--muted)}.cta{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center}.cta h2{font-size:52px}.cta p{color:#c7c7c2}.cta .right{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}
.pagehero{padding:75px 0 65px;border-bottom:1px solid var(--line)}.pagehero h1{font-size:clamp(48px,6vw,72px);max-width:900px}.pagehero p{font-size:19px;color:var(--muted);max-width:760px}.breadcrumbs{font-size:12px;color:#85817c;margin-bottom:28px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px}.category h3{font:700 24px Manrope,sans-serif;margin:0 0 10px}.category p{color:var(--muted)}.list{display:grid;gap:11px;margin-top:18px}.list a{padding-top:10px;border-top:1px solid var(--line);font-weight:650}.list a:hover{color:var(--orange)}.twocol{display:grid;grid-template-columns:1fr 1fr;gap:50px}.content h2{font-size:40px;margin-bottom:16px}.content h3{font:700 25px Manrope,sans-serif;margin-top:32px}.content p,.content li{color:#5f5d59}.callout{border-left:4px solid var(--orange);padding:22px 25px;background:#fff;border-radius:0 14px 14px 0}.form{display:grid;gap:13px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px}.form input,.form textarea,.form select{width:100%;border:1px solid var(--line);border-radius:11px;padding:14px;background:#fbfaf7;font:inherit}.form textarea{min-height:135px;resize:vertical}.form button{cursor:pointer}.cards4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat{padding:24px;border:1px solid var(--line);border-radius:16px;background:#fff}.stat strong{display:block;font:700 28px Manrope,sans-serif}.stat span{color:var(--muted);font-size:13px}
.footer{padding:60px 0 28px;background:#1c1c1c;color:#fff}.footgrid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:45px}.footgrid>div:not(:first-child){display:flex;flex-direction:column;gap:9px}.footgrid a{color:#bdbdb8;font-size:14px}.footbottom{margin-top:48px;padding-top:20px;border-top:1px solid #373737;color:#8e8e8a;font-size:12px;display:flex;justify-content:space-between}.mobilebar{display:none}
@media(max-width:980px){.links,.actions .primary{display:none}.menu{display:block}.mobilemenu.open{display:flex;flex-direction:column;gap:14px;padding:16px 24px 24px}.hero-grid,.support,.about,.cta,.twocol{grid-template-columns:1fr}.grid3,.category-grid{grid-template-columns:repeat(2,1fr)}.feature{grid-template-columns:1fr}.feature.reverse .fvisual{order:0}.fcopy{padding:58px 34px}.brands{grid-template-columns:repeat(3,1fr)}.cards4{grid-template-columns:repeat(2,1fr)}.cta .right{justify-content:flex-start}.footgrid{grid-template-columns:1.3fr 1fr 1fr}.footgrid>div:last-child{grid-column:2/4}}
@media(max-width:680px){.container{width:min(100% - 28px,1180px)}.section{padding:68px 0}.nav{height:70px}.hero{padding-top:50px}.hero h1{font-size:43px}.hero p{font-size:17px}.visual{min-height:355px}.sectionhead{flex-direction:column;align-items:flex-start;margin-bottom:28px}.sectionhead h2,.support h2,.about h2,.cta h2,.fcopy h2,.content h2{font-size:37px}.grid3,.category-grid,.cards4{grid-template-columns:1fr}.appcard{min-height:215px}.fvisual{min-height:350px}.fcopy{padding:45px 22px}.brands{grid-template-columns:repeat(2,1fr)}.support{gap:45px}.about{gap:28px}.footgrid{grid-template-columns:1fr 1fr}.footgrid>div:first-child{grid-column:1/-1}.footgrid>div:last-child{grid-column:auto}.footbottom{flex-direction:column;gap:8px}.footer{padding-bottom:90px}.mobilebar{display:grid;position:fixed;left:0;right:0;bottom:0;height:56px;background:#fff;z-index:70;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.mobilebar a{display:grid;place-items:center;font-size:13px;font-weight:800}.mobilebar a:last-child{background:var(--orange);color:#fff}}
.producthero{padding:62px 0 70px;border-bottom:1px solid var(--line)}.producthero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.producthero h1{font:800 clamp(46px,5.5vw,70px)/1.02 Manrope,sans-serif;letter-spacing:-.05em;margin:0}.producthero .lead{font-size:19px;color:var(--muted);max-width:680px;margin:22px 0}.productvisual{min-height:460px;border-radius:24px;position:relative;overflow:hidden;background:linear-gradient(135deg,#d8d0c2,#727b7d 60%,#2f383a);box-shadow:var(--shadow)}.productvisual:before{content:'';position:absolute;inset:-20%;background:repeating-linear-gradient(45deg,rgba(255,255,255,.08) 0 12px,rgba(0,0,0,.04) 12px 24px);transform:rotate(9deg)}.productvisual:after{content:'';position:absolute;width:260px;height:260px;border:22px solid rgba(255,255,255,.25);border-radius:50%;right:-45px;top:50px}.productbadge{position:absolute;left:24px;bottom:24px;z-index:2;background:rgba(247,246,242,.92);padding:12px 16px;border-radius:12px;font:800 13px Manrope,sans-serif;letter-spacing:.08em}.specgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:32px}.spec{border-top:1px solid var(--line);padding-top:12px}.spec small{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.spec strong{font:700 15px Manrope,sans-serif}.productbody{display:grid;grid-template-columns:1.35fr .65fr;gap:64px}.productbody h2{font-size:42px;margin:0 0 18px}.productbody h3{font:700 24px Manrope,sans-serif;margin:34px 0 12px}.bulletgrid{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;padding:0;list-style:none}.bulletgrid li{padding:13px 0;border-bottom:1px solid var(--line);color:#555}.bulletgrid li:before{content:'→';color:var(--orange);font-weight:800;margin-right:10px}.sidepanel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;height:max-content;position:sticky;top:105px}.sidepanel h3{margin-top:0}.sidepanel .btn{width:100%;margin-top:12px}.sidepanel dl{margin:22px 0 0}.sidepanel dt{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-top:14px}.sidepanel dd{margin:2px 0 0;font-weight:650}.productlinks{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.productlink{background:#fff;border:1px solid var(--line);padding:22px;border-radius:16px}.productlink b{display:block;font:700 18px Manrope,sans-serif}.productlink span{font-size:13px;color:var(--muted)}
@media(max-width:980px){.producthero-grid,.productbody{grid-template-columns:1fr}.specgrid{grid-template-columns:repeat(2,1fr)}.sidepanel{position:static}.productlinks{grid-template-columns:1fr 1fr}}@media(max-width:680px){.productvisual{min-height:300px}.specgrid,.bulletgrid,.productlinks{grid-template-columns:1fr}.producthero{padding-top:45px}.productbody h2{font-size:36px}}

/* v4 enhancements */
.productlinks{grid-template-columns:repeat(3,1fr)}.productlink{transition:.2s transform,.2s box-shadow}.productlink:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(25,25,25,.07)}
@media(max-width:680px){.productlinks{grid-template-columns:1fr}}


/* v5 production polish */
:root{--gold:#C9A86A;--orange:#C94B32;--graphite:#222;--bg:#F7F6F2;--line:#E4E1DA;--muted:#69645f;--shadow:0 18px 50px rgba(24,24,22,.08)}
.topline{background:#222;color:#f7f6f2;font-size:12px}.topline .container{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:16px}.topline a{color:#f7f6f2;opacity:.82}.topline span{opacity:.72}
.header{top:0}.navitem{position:relative}.navitem>a{display:flex;align-items:center;gap:5px}.navitem>a:after{content:'⌄';font-size:11px;opacity:.55}.mega{display:none;position:absolute;top:34px;left:-26px;width:620px;padding:24px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 24px 60px rgba(20,20,20,.12);grid-template-columns:1fr 1fr 1fr;gap:22px;z-index:90}.navitem:hover .mega{display:grid}.mega strong{font:700 12px Manrope,sans-serif;letter-spacing:.08em;text-transform:uppercase;color:#8b6c36}.mega a{display:block;margin-top:10px;font-size:13px;color:#4e4b47}.mega a:hover{color:var(--orange)}.mega .feature-mini{background:#f4efe6;border-radius:12px;padding:16px}.mega .feature-mini b{display:block;font:700 16px Manrope,sans-serif;margin:7px 0}.mega .feature-mini span{font-size:12px;color:var(--muted)}
.hero{position:relative}.hero:after{content:'';position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--line)}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:16px;overflow:hidden;margin-top:28px}.hero-proof div{background:rgba(255,255,255,.72);padding:15px 16px}.hero-proof b{display:block;font:700 13px Manrope,sans-serif}.hero-proof span{font-size:11px;color:var(--muted)}
.kicker{font:700 12px Manrope,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:#8b6c36}.whygrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.why{padding:34px;border-top:3px solid var(--gold);background:#fff;border-radius:0 0 18px 18px}.why .num{font:800 13px Manrope,sans-serif;color:var(--orange)}.why h3{font:700 24px Manrope,sans-serif;margin:18px 0 8px}.why p{color:var(--muted);font-size:14px}.quote-band{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start;background:#222;color:#fff;border-radius:24px;padding:48px}.quote-band h2{font-size:44px}.quote-band p{color:#c5c2bd}.quote-band .form{background:#2a2a2a;border-color:#3b3b3b}.quote-band .form input,.quote-band .form textarea,.quote-band .form select{background:#232323;border-color:#444;color:#fff}.quote-band .form input::placeholder,.quote-band .form textarea::placeholder{color:#96928c}.quote-band .form select{color:#d9d6d0}
.badge-row{display:flex;gap:8px;flex-wrap:wrap}.badge{border:1px solid var(--line);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:700;background:#fff}.site-note{font-size:12px;color:#8c8780;margin-top:12px}.footer .legal{display:flex;gap:18px;flex-wrap:wrap}.footer .legal a{font-size:12px;color:#8e8e8a}.thanks{min-height:56vh;display:grid;place-items:center;text-align:center}.thanks .card{max-width:650px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:48px;box-shadow:var(--shadow)}.errorpage{min-height:62vh;display:grid;place-items:center;text-align:center}.errorpage .code{font:800 120px/1 Manrope,sans-serif;color:var(--gold)}
@media(max-width:980px){.topline{display:none}.mega{display:none!important}.whygrid,.quote-band{grid-template-columns:1fr}.quote-band{gap:28px}.hero-proof{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:680px){.hero-proof{grid-template-columns:1fr}.whygrid{grid-template-columns:1fr}.quote-band{padding:28px 20px}.quote-band h2{font-size:36px}}

/* v6 launch-ready */
a.lang{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:36px;border:1px solid var(--line);border-radius:10px;font:700 12px Manrope,sans-serif;background:#fff}
a.lang:hover{border-color:var(--gold);color:var(--orange)}
.breadcrumbs{font-size:12px;color:var(--muted);margin-bottom:18px}.breadcrumbs a{color:inherit}.breadcrumbs a:hover{color:var(--orange)}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media print{.topline,.header,.mobilebar,.footer,.hero-actions,.sidepanel{display:none!important}body{background:#fff;color:#000}.section{padding:28px 0}}


/* v7 visual & accessibility refinement */
.skip-link{position:fixed;left:14px;top:-80px;z-index:120;background:#222;color:#fff;padding:10px 14px;border-radius:8px;font-weight:700}.skip-link:focus{top:14px}
:focus-visible{outline:3px solid rgba(201,75,50,.45);outline-offset:3px}
.visual.visual-photo{background:#2d3436}.visual.visual-photo>img{width:100%;height:100%;min-height:620px;object-fit:cover;display:block}.visual.visual-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(18,20,20,.42))}
.appcard.visual-card{padding:0;overflow:hidden;position:relative;background:#333}.appcard.visual-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.appcard.visual-card:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,18,18,.02) 30%,rgba(15,18,18,.62))}.appcard.visual-card span,.appcard.visual-card b{position:absolute;z-index:2;bottom:22px}.appcard.visual-card span{left:22px}.appcard.visual-card b{right:22px}.appcard.visual-card:hover img{transform:scale(1.035)}
.tech-strip{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}.tech-list{display:grid;gap:10px}.tech-item{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}.tech-item .n{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#efe5d5;color:#8b6c36;font:800 12px Manrope,sans-serif}.tech-item b{font:700 16px Manrope,sans-serif}.tech-item span{display:block;color:var(--muted);font-size:13px;margin-top:3px}.process-map{min-height:410px;border-radius:22px;background:linear-gradient(135deg,#d8d0c2,#6f7a7c 55%,#2a3335);position:relative;overflow:hidden}.process-map:before{content:'';position:absolute;inset:0;background:repeating-linear-gradient(45deg,rgba(255,255,255,.06) 0 14px,rgba(0,0,0,.04) 14px 28px)}.process-step{position:absolute;background:#f7f6f2;border:1px solid rgba(255,255,255,.6);padding:10px 13px;border-radius:12px;font:700 12px Manrope,sans-serif;box-shadow:0 10px 30px rgba(0,0,0,.12)}.process-step:after{content:'→';color:var(--orange);margin-left:8px}.process-step.s1{left:7%;top:17%}.process-step.s2{left:36%;top:38%}.process-step.s3{right:8%;top:22%}.process-step.s4{right:16%;bottom:16%}.process-line{position:absolute;left:13%;top:30%;width:72%;height:42%;border:3px solid rgba(247,246,242,.7);border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;transform:rotate(10deg)}
.form-consent{font-size:11px;color:var(--muted);line-height:1.55}.form-consent a{text-decoration:underline}.media-note{font-size:11px;color:var(--muted);margin-top:8px}
@media(max-width:980px){.visual.visual-photo>img{min-height:460px}.tech-strip{grid-template-columns:1fr}.process-map{min-height:360px}}
@media(max-width:680px){.visual.visual-photo>img{min-height:330px}.appcard.visual-card{min-height:220px}.process-map{min-height:320px}.process-step{font-size:10px;padding:8px 10px}}


/* v7.4 quality polish */
html{scroll-padding-top:104px}
body{font-feature-settings:"kern" 1,"liga" 1;text-rendering:optimizeLegibility}
.container{max-width:1240px}
.header{background:rgba(247,246,242,.94);backdrop-filter:saturate(140%) blur(12px);border-bottom:1px solid rgba(228,225,218,.9)}
.logo{letter-spacing:-.035em}.logo b{color:var(--orange)}
.links>a,.navitem>a{font-weight:650;letter-spacing:-.01em}
.btn{box-shadow:none}.btn.primary{box-shadow:0 8px 22px rgba(201,75,50,.16)}.btn.primary:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(201,75,50,.22)}
.home-page .hero{padding-top:86px;padding-bottom:78px}.home-page .hero-grid{gap:72px}.home-page .hero h1{font-size:clamp(52px,5.2vw,78px);line-height:1.01;letter-spacing:-.045em;max-width:760px}.home-page .hero p{max-width:650px;font-size:19px;line-height:1.65}.home-page .visual{border-radius:28px;box-shadow:0 30px 70px rgba(27,30,30,.13);overflow:hidden}.home-page .caption{border-radius:14px;backdrop-filter:blur(8px)}
.section{padding-top:92px;padding-bottom:92px}.sectionhead{margin-bottom:38px}.sectionhead h2{letter-spacing:-.035em}.sectionhead>p{max-width:440px;line-height:1.65}
.appcard{border-radius:20px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}.appcard span{font-size:22px;letter-spacing:-.02em}
.pcard{border-radius:20px;padding:30px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.pcard:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(28,28,25,.08);border-color:#d9d2c5}.pcard .icon{background:#efe8dc;color:#8b6c36}
.feature{min-height:620px}.fcopy{padding:72px clamp(42px,6vw,92px)}.fcopy h2{letter-spacing:-.04em}.fcopy h3{line-height:1.4}
.why{box-shadow:0 10px 30px rgba(28,28,25,.035)}
.quote-band{box-shadow:0 28px 70px rgba(20,20,20,.12)}
.footer{padding-top:72px}.footgrid{gap:48px}
.producthero h1,.pagehero h1{letter-spacing:-.045em}.productvisual{border-radius:24px;box-shadow:0 22px 55px rgba(28,28,25,.08)}.sidepanel{box-shadow:0 18px 44px rgba(28,28,25,.05)}
@media(max-width:980px){.home-page .hero{padding-top:54px}.home-page .hero-grid{gap:36px}.section{padding-top:70px;padding-bottom:70px}}
@media(max-width:680px){.home-page .hero h1{font-size:44px}.home-page .hero p{font-size:17px}.section{padding-top:56px;padding-bottom:56px}.pcard{padding:24px}.appcard span{font-size:20px}}


/* v7.5 visual refinement */
:root{--ink:#1f211f;--warm:#f4f1ea;--sand-soft:#eee6da}
.home-page .hero{background:
 radial-gradient(circle at 8% 12%,rgba(201,168,106,.10),transparent 28%),
 linear-gradient(180deg,#faf9f5 0%,#f7f6f2 100%)}
.home-page .hero-grid>div:first-child{position:relative;z-index:2}
.home-page .hero h1{color:var(--ink)}
.home-page .hero .eyebrow{display:inline-flex;align-items:center;gap:10px}
.home-page .hero .eyebrow:before{content:'';width:28px;height:1px;background:var(--gold)}
.sector-rail{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:24px;color:#766f65;font:700 10px Manrope,sans-serif;letter-spacing:.08em;text-transform:uppercase}
.sector-rail i{width:3px;height:3px;border-radius:50%;background:var(--gold)}
.hero-proof{box-shadow:0 10px 28px rgba(27,28,26,.04)}
.hero-proof div{transition:background .2s ease}.hero-proof div:hover{background:#fff}
.hero-proof b{font-size:12px;letter-spacing:-.01em}.hero-proof span{font-size:12px;line-height:1.4;margin-top:3px;display:block}
.sectionhead .eyebrow{margin-bottom:10px}.sectionhead h2{font-size:clamp(34px,3.5vw,54px)}
.appcard{min-height:260px;position:relative;isolation:isolate;overflow:hidden;background:var(--cardbg)}
.appcard:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(18,20,19,.28));z-index:-1}
.appcard:after{content:'';position:absolute;width:180px;height:180px;border:1px solid rgba(255,255,255,.20);border-radius:50%;right:-60px;top:-70px;transition:.35s transform}
.appcard:hover:after{transform:scale(1.12)}
.appcard b{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.13);backdrop-filter:blur(5px)}
.pcard{position:relative;overflow:hidden}.pcard:after{content:'';position:absolute;right:-44px;bottom:-54px;width:120px;height:120px;border:1px solid #ece5d8;border-radius:50%}
.pcard h3{font-size:22px;letter-spacing:-.025em}.pcard p{min-height:44px;line-height:1.6}.pcard>a{font-weight:750}
.feature{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.feature .fcopy{background:#f8f6f1}.feature.reverse .fcopy{background:#f4f2ec}
.fcopy .eyebrow{margin-bottom:14px}.fcopy h2{font-size:clamp(40px,4.5vw,62px);line-height:1.02}.fcopy h3{font-size:20px;font-weight:600;color:#4f4b45;max-width:580px}
.productlinks{gap:14px}.productlink{position:relative;display:grid;grid-template-columns:1fr auto;grid-template-areas:'name arrow' 'desc arrow';align-items:center;gap:4px 18px;padding:22px 24px;border:1px solid var(--line);border-radius:16px;background:#fff}.productlink b{grid-area:name;font:750 16px Manrope,sans-serif;letter-spacing:-.02em}.productlink span{grid-area:desc;color:var(--muted);font-size:12px}.productlink em{grid-area:arrow;font-style:normal;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#f1ece2;color:#8b6c36;transition:.2s}.productlink:hover em{background:var(--orange);color:#fff;transform:translate(2px,-2px)}
.brands{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:26px 0;gap:0}.brands span{padding:10px 26px;border-right:1px solid var(--line);font-size:16px;letter-spacing:.04em}.brands span:last-child{border-right:0}
.tech-strip{padding:26px 0}.process-map{box-shadow:0 24px 54px rgba(28,31,31,.12)}
.quote-band{background:linear-gradient(135deg,#222 0%,#2d2d2b 100%);border:1px solid #343431}.quote-band .kicker{color:#d4b87e}.quote-band .badge{background:rgba(255,255,255,.04);border-color:#474744;color:#ddd8d0}.quote-band .form{box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}
.footer .logo{font-size:30px}.footer strong{font:700 12px Manrope,sans-serif;letter-spacing:.08em;text-transform:uppercase;color:#d6c5a6}.footgrid a{transition:.15s color}.footgrid a:hover{color:#fff}
@media(max-width:980px){.appcard{min-height:225px}.brands{overflow-x:auto;justify-content:flex-start}.brands span{white-space:nowrap}}
@media(max-width:680px){.sector-rail{display:none}.home-page .hero{padding-top:42px}.home-page .hero h1{font-size:42px}.hero-actions{align-items:flex-start}.appcard{min-height:205px}.fcopy h2{font-size:39px}.productlink{padding:18px}.brands span{padding:8px 18px}.quote-band{border-radius:18px}}

/* v8.7 typography & layout refinement */
:root{--gold:var(--sand)}
body{font-size:16px;line-height:1.65}

/* Navigation: slightly quieter so content leads */
.nav{height:76px}.logo{font-size:28px}.links{gap:24px;font-size:13.5px}.btn{min-height:46px;padding:0 20px}

/* Home hierarchy */
.home-page .hero{padding-top:72px;padding-bottom:72px}
.home-page .hero-grid{grid-template-columns:.96fr 1.04fr;gap:56px}
.home-page .hero h1{font-size:clamp(46px,4.7vw,64px);line-height:1.055;letter-spacing:-.035em;max-width:660px}
.home-page .hero p{font-size:18px;line-height:1.62;margin:22px 0;max-width:610px}
.home-page .hero .eyebrow{font-size:10.5px;letter-spacing:.15em;margin-bottom:13px}
.home-page .visual{min-height:535px;border-radius:24px}
.home-page .caption{left:20px;right:20px;bottom:20px;padding:15px 17px}
.home-page .caption strong{font-size:18px}
.chips{margin-top:28px}.hero-proof{margin-top:24px}.sector-rail{margin-top:19px}

.section{padding-top:80px;padding-bottom:80px}
.sectionhead{margin-bottom:32px;align-items:flex-end}
.sectionhead h2{font-size:clamp(32px,3.05vw,46px);line-height:1.1;letter-spacing:-.03em;max-width:800px}
.sectionhead>p{font-size:15px;line-height:1.6;max-width:410px}
.eyebrow{font-size:10.5px;letter-spacing:.16em;margin-bottom:12px}

.appcard{min-height:235px;padding:22px}.appcard span{font-size:20px;line-height:1.18}
.pcard{min-height:245px;padding:26px}.pcard h3{font-size:20px;line-height:1.25;margin:20px 0 7px}.pcard p{font-size:13.5px;line-height:1.55;min-height:40px}
.pcard .icon{width:44px;height:44px}

.feature{min-height:540px}.fvisual{min-height:470px}.fcopy{padding:58px clamp(36px,5vw,72px)}
.fcopy h2{font-size:clamp(34px,3.6vw,48px);line-height:1.08;letter-spacing:-.03em;max-width:620px}
.fcopy h3{font-size:18px;line-height:1.45;margin:18px 0 10px;max-width:600px}
.fcopy p{font-size:15px;line-height:1.65}

.brands span{height:90px;font-size:15px}.brands{padding:0}
.support{gap:64px}.support h2{font-size:clamp(36px,3.5vw,46px);line-height:1.08;letter-spacing:-.03em}.support p{font-size:16px;line-height:1.65}
.supportlist div{min-height:58px}
.about{gap:56px}.bigmark{font-size:clamp(72px,9vw,118px)}.about h2{font-size:clamp(34px,3.4vw,46px);line-height:1.1;letter-spacing:-.03em}.about p{font-size:16px}
.cta h2{font-size:clamp(34px,3.4vw,46px);line-height:1.08;letter-spacing:-.03em}.cta p{font-size:15.5px;line-height:1.65}
.quote-band{padding:42px;gap:56px}.quote-band h2{font-size:clamp(32px,3.2vw,42px);line-height:1.12;letter-spacing:-.025em}

/* Inner pages: reduce oversized headings and improve reading rhythm */
.pagehero{padding:62px 0 54px}.pagehero h1{font-size:clamp(40px,4.3vw,56px);line-height:1.08;letter-spacing:-.035em;max-width:860px}.pagehero p{font-size:17.5px;line-height:1.65;max-width:740px;margin-top:16px}
.producthero{padding:54px 0 60px}.producthero-grid{gap:54px}.producthero h1{font-size:clamp(40px,4.5vw,58px);line-height:1.06;letter-spacing:-.035em}.producthero .lead{font-size:17.5px;line-height:1.65;margin:18px 0}.productvisual{min-height:410px}
.content h2{font-size:34px;line-height:1.15;letter-spacing:-.025em}.content h3{font-size:22px;line-height:1.25;margin-top:28px}.content p,.content li{line-height:1.72}
.category h3{font-size:21px;line-height:1.25}.category{padding:25px}
.stat strong{font-size:25px}

.footer{padding-top:60px}.footgrid{gap:40px}.footbottom{margin-top:40px}

@media(max-width:980px){
  .nav{height:72px}
  .home-page .hero{padding-top:52px;padding-bottom:58px}.home-page .hero-grid{gap:34px}.home-page .visual{min-height:430px}
  .section{padding-top:64px;padding-bottom:64px}
  .feature{min-height:auto}.fvisual{min-height:390px}.fcopy{padding:48px 32px}
  .support,.about{gap:40px}
}
@media(max-width:680px){
  .container{width:min(100% - 30px,1180px)}
  .section{padding-top:50px;padding-bottom:50px}
  .home-page .hero{padding-top:38px;padding-bottom:46px}
  .home-page .hero h1{font-size:38px;line-height:1.09;letter-spacing:-.03em}
  .home-page .hero p{font-size:16.5px;line-height:1.58;margin:18px 0}
  .home-page .visual{min-height:330px;border-radius:18px}
  .hero-actions{gap:14px}.btn{min-height:44px;padding:0 18px}
  .sectionhead{margin-bottom:24px}.sectionhead h2,.support h2,.about h2,.cta h2,.fcopy h2,.content h2{font-size:31px;line-height:1.13;letter-spacing:-.025em}
  .sectionhead>p{font-size:14px}
  .appcard{min-height:190px;padding:19px}.appcard span{font-size:18px}
  .pcard{min-height:auto;padding:22px}.pcard h3{font-size:19px}.pcard p{min-height:auto}
  .fvisual{min-height:320px}.fcopy{padding:38px 22px}.fcopy h3{font-size:17px;line-height:1.45}
  .support p,.about p{font-size:15px}.supportlist div{min-height:54px}
  .bigmark{font-size:72px}
  .quote-band{padding:26px 20px;gap:24px}.quote-band h2{font-size:30px}
  .pagehero{padding:44px 0 40px}.pagehero h1{font-size:35px;line-height:1.1}.pagehero p{font-size:16px}
  .producthero{padding:42px 0 48px}.producthero h1{font-size:35px;line-height:1.08}.producthero .lead{font-size:16px}.productvisual{min-height:320px}
  .content h3{font-size:20px}
}


/* GKFRP v8.8 — final heading hierarchy & rhythm */
:root{--display-tight:-.026em}
.home-page .hero{padding-top:72px;padding-bottom:72px}
.home-page .hero-grid{grid-template-columns:.96fr 1.04fr;gap:62px}
.home-page .hero h1{font-size:clamp(45px,4.25vw,58px);line-height:1.075;letter-spacing:var(--display-tight);max-width:620px}
.home-page .hero p{font-size:18px;line-height:1.66;margin:22px 0;max-width:610px}
.home-page .visual{min-height:520px}
.eyebrow{font-size:10.5px;letter-spacing:.16em;margin-bottom:11px}
.section{padding-top:74px;padding-bottom:74px}
.sectionhead{margin-bottom:28px;gap:34px}
.sectionhead h2{font-size:clamp(30px,2.65vw,40px);line-height:1.12;letter-spacing:-.024em;max-width:740px}
.sectionhead>p{font-size:14.5px;line-height:1.62;max-width:390px}
.appcard{min-height:218px;padding:21px}
.appcard span{font-size:18.5px;line-height:1.22;font-weight:650}
.appcard b{width:34px;height:34px}
.pcard{min-height:228px;padding:24px}
.pcard .icon{width:42px;height:42px}
.pcard h3{font-size:19px;line-height:1.3;margin:18px 0 7px;letter-spacing:-.018em}
.pcard p{font-size:13px;line-height:1.55;min-height:38px}
.feature{min-height:500px}
.fvisual{min-height:440px}
.fcopy{padding:52px clamp(34px,4.5vw,64px)}
.fcopy .eyebrow{margin-bottom:10px}
.fcopy h2{font-size:clamp(30px,2.9vw,41px);line-height:1.12;letter-spacing:-.024em;max-width:570px}
.fcopy h3{font-size:17px;font-weight:550;line-height:1.5;margin:15px 0 9px;max-width:560px;color:#55514b;letter-spacing:-.008em}
.fcopy p{font-size:14.5px;line-height:1.68;max-width:550px}
.fcopy .arrow{margin-top:6px;font-size:14px}
.support h2,.about h2,.cta h2{font-size:clamp(31px,3vw,42px);line-height:1.12;letter-spacing:-.025em}
.support p,.about p{font-size:16px;line-height:1.68}
.pagehero{padding:56px 0 48px}
.pagehero h1{font-size:clamp(38px,3.7vw,50px);line-height:1.1;letter-spacing:-.028em}
.pagehero p{font-size:16.5px;line-height:1.66}
.producthero{padding:50px 0 56px}
.producthero-grid{gap:48px}
.producthero h1{font-size:clamp(38px,3.8vw,51px);line-height:1.09;letter-spacing:-.028em}
.producthero .lead{font-size:16.5px;line-height:1.66;margin:17px 0}
.productvisual{min-height:380px}
.productbody h2,.content h2{font-size:34px;line-height:1.16;letter-spacing:-.02em}
.productbody h3,.content h3{font-size:21px;line-height:1.3}
.category h3{font-size:21px;line-height:1.28}
.bigmark{font-size:clamp(70px,9vw,118px)}
.caption strong{font-size:19px}

@media(max-width:980px){
  .home-page .hero-grid{gap:42px}
  .home-page .visual{min-height:430px}
  .feature{min-height:auto}.fvisual{min-height:360px}.fcopy{padding:44px 30px}
}
@media(max-width:680px){
  .home-page .hero{padding-top:38px;padding-bottom:54px}
  .home-page .hero h1{font-size:36px;line-height:1.11;letter-spacing:-.022em}
  .home-page .hero p{font-size:16px;line-height:1.62;margin:18px 0}
  .home-page .visual{min-height:310px}
  .section{padding-top:50px;padding-bottom:50px}
  .eyebrow{font-size:10px;margin-bottom:9px}
  .sectionhead{margin-bottom:22px;gap:13px}
  .sectionhead h2,.support h2,.about h2,.cta h2,.fcopy h2,.content h2,.productbody h2{font-size:28px;line-height:1.16;letter-spacing:-.02em}
  .sectionhead>p{font-size:13.5px}
  .appcard{min-height:178px;padding:18px}.appcard span{font-size:17px}
  .pcard{padding:20px}.pcard h3{font-size:18px}.pcard p{font-size:13px}
  .fvisual{min-height:285px}.fcopy{padding:32px 20px}.fcopy h3{font-size:16px;line-height:1.48;margin:13px 0 8px}.fcopy p{font-size:14px}
  .pagehero{padding:40px 0 36px}.pagehero h1{font-size:32px}.pagehero p{font-size:15.5px}
  .producthero{padding:38px 0 44px}.producthero h1{font-size:32px}.producthero .lead{font-size:15.5px}.productvisual{min-height:285px}
  .productbody h3,.content h3{font-size:19px}
}


/* GKFRP v8.9 — final visual balance */
.home-page .hero{padding-top:68px;padding-bottom:68px}
.home-page .hero-grid{grid-template-columns:.98fr 1.02fr;gap:58px}
.home-page .hero h1{font-size:clamp(44px,4.05vw,56px);line-height:1.08;max-width:600px}
.home-page .hero p{font-size:17px;line-height:1.68;max-width:590px;margin:20px 0}
.home-page .hero-actions{margin-top:2px}
.home-page .hero-proof{margin-top:24px}
.home-page .visual{min-height:500px}
.sectionhead h2{font-size:clamp(30px,2.45vw,38px)}
.fcopy h2{font-size:clamp(30px,2.55vw,38px);max-width:540px}
.fcopy .feature-lead{font:500 20px/1.45 Manrope,sans-serif;letter-spacing:-.014em;color:#44413d;margin:17px 0 11px;max-width:560px}
.fcopy>p:not(.feature-lead){font-size:14.5px;line-height:1.7;color:var(--muted)}
.feature{min-height:470px}
.fvisual{min-height:420px}
.fcopy{padding:48px clamp(32px,4.2vw,58px)}
.eyebrow{margin-bottom:10px}
.sectionhead{margin-bottom:26px}
.pcard{min-height:216px}
.appcard{min-height:208px}
@media(max-width:980px){
  .home-page .hero-grid{gap:38px}.home-page .visual{min-height:410px}
  .feature{min-height:auto}.fvisual{min-height:340px}.fcopy{padding:40px 28px}
}
@media(max-width:680px){
  .home-page .hero{padding-top:34px;padding-bottom:48px}
  .home-page .hero h1{font-size:35px;line-height:1.12}
  .home-page .hero p{font-size:15.5px;line-height:1.64;margin:16px 0}
  .home-page .visual{min-height:290px}
  .home-page .hero-proof{margin-top:20px}
  .sectionhead h2,.fcopy h2{font-size:27px;line-height:1.17}
  .fcopy .feature-lead{font-size:18px;line-height:1.48;margin:14px 0 9px}
  .fvisual{min-height:270px}.fcopy{padding:30px 20px}
  .appcard{min-height:168px}.pcard{min-height:auto}
}
\n/* GKFRP v10.0 launch-candidate refinements */
:root{--content-max:1180px;--reading-max:760px}
.container{max-width:var(--content-max)}
.hero h1{font-size:clamp(2.7rem,4.4vw,3.55rem);line-height:1.06;letter-spacing:-.035em;max-width:760px}
.hero .lead,.hero-copy>p{font-size:clamp(1rem,1.4vw,1.12rem);line-height:1.65;max-width:680px}
.section-head h2,.section-title{font-size:clamp(1.85rem,3vw,2.45rem);line-height:1.12;letter-spacing:-.025em}
.eyebrow,.kicker{letter-spacing:.13em;font-size:.72rem;font-weight:700}
.feature-copy h2{font-size:clamp(2rem,3.1vw,2.55rem);line-height:1.1}
.feature-lead{font-size:clamp(1.08rem,1.7vw,1.28rem);line-height:1.5;font-weight:500;max-width:620px}
.card h3,.product-card h3{font-size:1.08rem;line-height:1.28;letter-spacing:-.01em}
.card p,.product-card p{line-height:1.58}
.page-hero h1,.product-hero h1{font-size:clamp(2.35rem,4.1vw,3.35rem);line-height:1.08;letter-spacing:-.03em}
section{scroll-margin-top:92px}
@media(max-width:760px){
 .hero h1{font-size:clamp(2.2rem,10vw,2.65rem);line-height:1.08}
 .section-head h2,.section-title{font-size:1.9rem}
 .feature-copy h2{font-size:2rem}
 .page-hero h1,.product-hero h1{font-size:2.25rem}
}

/* GKFRP v11 — Visual Upgrade: industrial premium, ATL-inspired without imitation */
:root{
  --bg:#f5f3ee;--paper:#fff;--ink:#20211f;--muted:#686761;--line:#ddd9d0;
  --sand:#c8aa72;--gold:#c8aa72;--sand2:#eee6d7;--orange:#bd4c35;--dark:#1e201f;
  --soft:#ece9e2;--radius:16px;--shadow:0 24px 70px rgba(28,30,28,.10)
}
body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.container{width:min(1200px,calc(100% - 56px))}
.topline{background:var(--dark);color:#d9d7d1;border-bottom:1px solid rgba(255,255,255,.07)}
.topline .container{min-height:34px;display:flex;align-items:center;justify-content:space-between;font-size:11px;letter-spacing:.03em}
.topline a{color:#eeeae2}
.header{background:rgba(248,247,243,.96);border-bottom:1px solid rgba(32,33,31,.08);box-shadow:none}
.nav{height:74px}.logo{font-size:28px;letter-spacing:-1.55px}.links{gap:25px;font-size:13.5px}.actions{gap:10px}
.btn{min-height:46px;padding:0 20px;font-size:13.5px;box-shadow:none}.primary{background:var(--orange)}
.btn.primary:hover{box-shadow:0 10px 28px rgba(189,76,53,.2)}
.lang{font-size:12px;border:1px solid var(--line);border-radius:999px;padding:8px 10px}

.home-page .hero{padding:78px 0 76px;background:radial-gradient(circle at 68% 6%,rgba(200,170,114,.13),transparent 31%),linear-gradient(180deg,#f8f7f3 0%,#f4f2ed 100%)}
.home-page .hero-grid{grid-template-columns:.9fr 1.1fr;gap:64px}
.home-page .hero h1{font-size:clamp(45px,4.3vw,60px);font-weight:700;line-height:1.06;letter-spacing:-.038em;max-width:620px}
.home-page .hero p{font-size:17px;line-height:1.72;max-width:570px;color:#64635e;margin:20px 0 23px}
.home-page .eyebrow{color:#806335}
.hero-actions{gap:18px}.hero-actions .arrow{font-size:13.5px}
.sector-rail{display:none}
.hero-proof{margin-top:30px;border:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0;gap:0;background:transparent;box-shadow:none;max-width:610px}
.hero-proof div{background:transparent;padding:16px 18px 16px 0;border-right:1px solid var(--line)}
.hero-proof div+div{padding-left:18px}.hero-proof div:last-child{border-right:0}
.hero-proof b{font-size:11.5px;text-transform:uppercase;letter-spacing:.055em;color:#393a37}.hero-proof span{font-size:11.5px;color:#77746d}
.home-page .visual{min-height:535px;border-radius:10px;box-shadow:0 30px 85px rgba(32,35,34,.16);background:#6e7879}
.hero-art,.feature-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.caption{left:22px;right:auto;bottom:22px;max-width:310px;padding:15px 17px;border-radius:8px;background:rgba(247,246,242,.92);box-shadow:0 10px 30px rgba(20,22,21,.12)}
.caption small{font-size:9px}.caption strong{font-size:17px;line-height:1.3}

.section{padding:78px 0}.white{background:#fbfaf7}.sectionhead{margin-bottom:30px}.sectionhead h2{font-weight:650;font-size:clamp(31px,2.7vw,41px);letter-spacing:-.028em}.sectionhead>p{font-size:14px}
.apps-section{background:#fff}.app-grid{gap:12px}.appcard{min-height:225px;border-radius:10px;padding:20px;box-shadow:none;border:1px solid rgba(255,255,255,.13);font-size:18px}
.appcard:before{background-image:linear-gradient(180deg,rgba(13,16,16,.03),rgba(13,16,16,.08)),var(--cardimg);background-size:cover;background-position:center;transform:scale(1.01)}
.appcard:after{background:linear-gradient(to top,rgba(19,22,21,.82) 0%,rgba(19,22,21,.08) 68%)}
.appcard:hover:before{transform:scale(1.045)}
.appcard span{max-width:75%;font-size:18px;letter-spacing:-.012em}.appcard b{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.55);border-radius:50%;font-size:15px}
.appcard:nth-child(1):before{background-position:center 55%}.appcard:nth-child(3):before{background-position:center 45%}

.products-section{background:linear-gradient(180deg,#f4f2ed 0%,#f8f7f3 100%)}
.product-grid{gap:12px}.pcard{min-height:220px;border-radius:10px;padding:24px;border:1px solid var(--line);box-shadow:none;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;position:relative;overflow:hidden}
.pcard:before{content:'';position:absolute;left:0;top:0;width:100%;height:3px;background:linear-gradient(90deg,var(--sand),var(--orange));opacity:.7}
.pcard:hover{transform:translateY(-3px);box-shadow:0 18px 48px rgba(27,29,27,.08);border-color:#d2ccbf}
.pcard .icon{width:38px;height:38px;border-radius:8px;background:#f0ede6;font-size:12px;color:#8d6a38;border:1px solid #e2ddd3}
.pcard h3{font-size:18px;font-weight:650;margin:18px 0 7px}.pcard p{font-size:12.8px;min-height:40px}.pcard a{font-size:12.5px;color:#9f4937}

.feature{min-height:500px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.fvisual{min-height:450px}.feature-art{transition:transform .5s ease}.feature:hover .feature-art{transform:scale(1.015)}
.flabel{left:20px;bottom:20px;border-radius:6px;background:rgba(249,248,244,.92);font-size:9px;padding:8px 11px}
.fcopy{padding:56px clamp(38px,5vw,72px)}.fcopy h2{font-weight:650;font-size:clamp(31px,2.8vw,40px)}
.fcopy .feature-lead{font-family:Inter,sans-serif;font-size:18px;font-weight:500;line-height:1.56;color:#464640;max-width:550px;margin:18px 0 10px}.fcopy>p:not(.feature-lead){font-size:14px;max-width:535px}.fcopy .arrow{font-size:13px;margin-top:11px}

.productlinks{gap:10px}.productlink{border-radius:9px;padding:21px 20px;background:#fff;position:relative;overflow:hidden;transition:.22s;border-color:var(--line)}
.productlink:before{content:'0' var(--n);display:block;font:600 9px Manrope,sans-serif;letter-spacing:.12em;color:#a88c5a;margin-bottom:25px}
.productlink b{font-size:16px;font-weight:650}.productlink span{font-size:12.5px}.productlink em{position:absolute;right:18px;top:18px;font-style:normal;color:#a29e95}.productlink:hover{transform:translateY(-2px);box-shadow:0 14px 38px rgba(28,29,27,.07)}

.brands-section{background:#f4f2ed}.brands{border-radius:9px;background:#212321;border:1px solid #292b29}.brands span{height:86px;font-size:13px;letter-spacing:.07em;color:#e3dfd7}
.sand{background:#eae2d2}.support{gap:70px}.support h2{font-weight:650}.supportlist div{min-height:57px}.supportlist span{font-size:14px}.supportlist b{color:#8a6a37}
.about{gap:64px}.bigmark{font-weight:700;opacity:.95}.about h2{font-weight:650}
.dark{background:#202220}.cta h2{font-weight:650}.quote-band{border-radius:10px;padding:44px;background:linear-gradient(135deg,#1f211f,#292b28);box-shadow:none}.quote-band .form{border-radius:9px}.form{border-radius:10px}.form input,.form textarea,.form select{border-radius:7px}
.footer{background:#191b19}.footgrid{gap:48px}.footgrid strong{font-size:12px;letter-spacing:.04em}.footgrid a{font-size:13px}.footbottom{border-color:#30322f}

/* Inner pages */
.pagehero,.producthero{background:linear-gradient(180deg,#f8f7f3,#f3f1eb);border-bottom:1px solid var(--line)}
.pagehero h1,.producthero h1{font-weight:650;letter-spacing:-.032em}.pagehero p,.producthero .lead{color:#66645e}
.category{border-radius:10px;box-shadow:none}.category h3{font-weight:650}.callout{border-radius:0 8px 8px 0}
.productvisual{border-radius:10px;box-shadow:0 24px 65px rgba(28,31,29,.13);background:linear-gradient(145deg,#d7d0c3,#7b8585 58%,#303a3b)}
.productvisual:after{border-width:16px;opacity:.8}.productbadge{border-radius:7px;font-size:11px}
.sidepanel{border-radius:10px;box-shadow:0 14px 38px rgba(28,30,28,.05)}
.specgrid{gap:10px}.spec{padding-top:10px}.spec small{font-size:10px}.spec strong{font-size:14px}

@media(max-width:980px){
 .container{width:min(100% - 40px,1200px)}
 .home-page .hero{padding:56px 0 60px}.home-page .hero-grid{gap:34px}.home-page .visual{min-height:410px}
 .hero-proof{max-width:none}.section{padding:62px 0}.app-grid,.product-grid{gap:10px}.appcard{min-height:200px}
 .fvisual{min-height:350px}.fcopy{padding:44px 30px}.brands{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:680px){
 .container{width:min(100% - 28px,1200px)}.topline{display:none}.nav{height:68px}.logo{font-size:26px}
 .home-page .hero{padding:38px 0 46px}.home-page .hero h1{font-size:36px}.home-page .hero p{font-size:15.5px}.home-page .visual{min-height:300px;border-radius:8px}
 .caption{left:14px;bottom:14px;padding:11px 12px;max-width:230px}.caption strong{font-size:14px}.caption small{font-size:8px}
 .hero-proof{grid-template-columns:1fr;margin-top:22px;border-top:1px solid var(--line);border-bottom:0}.hero-proof div{border-right:0;border-bottom:1px solid var(--line);padding:12px 0}.hero-proof div+div{padding-left:0}
 .section{padding:48px 0}.sectionhead h2{font-size:28px}.app-grid,.product-grid{gap:9px}.appcard{min-height:174px;border-radius:8px}.appcard span{font-size:16px}
 .pcard{border-radius:8px;padding:20px}.fvisual{min-height:270px}.fcopy{padding:31px 20px}.fcopy .feature-lead{font-size:17px}.flabel{left:14px;bottom:14px}
 .productlink{border-radius:8px;padding:18px}.productlink:before{margin-bottom:18px}.brands{grid-template-columns:repeat(2,1fr);border-radius:8px}.brands span{height:72px;font-size:12px}
 .quote-band{border-radius:8px;padding:26px 19px}.pagehero,.producthero{padding-top:40px}.productvisual{border-radius:8px}
}


/* GKFRP v11.2 — Home Visual Polish */
.home-page .hero{padding:68px 0 66px}
.home-page .hero-grid{gap:58px;align-items:center}
.home-page .visual{min-height:500px}
.home-page .hero-proof{margin-top:22px;max-width:575px}
.home-page .hero-proof div{padding:12px 15px 12px 0}
.home-page .hero-proof div+div{padding-left:15px}
.home-page .hero-proof b{font-size:10.5px;letter-spacing:.06em}
.home-page .hero-proof span{font-size:11px;line-height:1.35}

/* Featured products: two anchors first, then four supporting products */
.home-page .home-featured{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.home-page .home-featured .productlink{min-height:126px;align-content:end}
.home-page .home-featured .featured-primary{grid-column:span 2;min-height:154px;padding:27px 26px;background:linear-gradient(145deg,#fff 0%,#f1ece2 100%);border-color:#d8d0c2}
.home-page .home-featured .featured-primary:after{content:'';position:absolute;width:150px;height:150px;right:-62px;bottom:-74px;border:1px solid rgba(168,140,90,.28);border-radius:50%;box-shadow:0 0 0 22px rgba(168,140,90,.045)}
.home-page .home-featured .featured-primary:before{font-size:10px;margin-bottom:34px;color:#936f37}
.home-page .home-featured .featured-primary b{font-size:20px;max-width:82%}
.home-page .home-featured .featured-primary span{font-size:13.5px}
.home-page .home-featured .featured-primary em{width:38px;height:38px;border:1px solid #ddd3c1;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.58);z-index:1}
.home-page .home-featured .productlink:not(.featured-primary):before{margin-bottom:18px}

/* Shorter, cleaner lower half of home page */
.home-page .support-section{padding:62px 0}
.home-page .support-section .support{gap:58px}
.home-page .support-section .supportlist div{min-height:50px}
.home-page .support-section .supportlist span{font-size:13.5px}
.home-page .about-section{padding:56px 0}
.home-page .about-section .about{gap:52px}
.home-page .about-section .bigmark{font-size:clamp(72px,9vw,112px)}
.home-page .about-section .about p{font-size:15.5px;line-height:1.62}
.home-page .home-contact-strip{padding:44px 0}
.home-page .home-contact-strip .cta{gap:38px}
.home-page .home-contact-strip .cta p{margin-bottom:0;max-width:680px}
.home-page .home-quote-section{padding:56px 0}
.home-page .home-quote-section .quote-band{padding:36px 38px;gap:46px}
.home-page .how-support-section{padding:60px 0}
.home-page .how-support-section .tech-strip{padding:0;gap:42px}
.home-page .how-support-section .tech-item{padding:12px 0}
.home-page .how-support-section .process-map{min-height:330px;border-radius:10px;box-shadow:0 18px 44px rgba(28,31,31,.10)}

@media(max-width:980px){
 .home-page .hero{padding:52px 0 56px}.home-page .visual{min-height:400px}
 .home-page .home-featured{grid-template-columns:repeat(2,minmax(0,1fr))}
 .home-page .home-featured .featured-primary{grid-column:span 1;min-height:146px}
 .home-page .support-section .support{gap:36px}
 .home-page .how-support-section .process-map{min-height:300px}
 .home-page .home-quote-section .quote-band{padding:32px}
}
@media(max-width:680px){
 .home-page .hero{padding:34px 0 40px}.home-page .hero-grid{gap:28px}.home-page .visual{min-height:285px}
 .home-page .hero-proof{grid-template-columns:repeat(3,1fr);margin-top:18px;border-bottom:1px solid var(--line)}
 .home-page .hero-proof div{padding:11px 7px;border-right:1px solid var(--line);border-bottom:0;text-align:center;display:grid;place-items:center;min-height:48px}
 .home-page .hero-proof div+div{padding-left:7px}.home-page .hero-proof div:last-child{border-right:0}
 .home-page .hero-proof b{font-size:9.5px;line-height:1.25}.home-page .hero-proof span{display:none}
 .home-page .home-featured{grid-template-columns:1fr}
 .home-page .home-featured .featured-primary{grid-column:auto;min-height:132px;padding:22px 20px}
 .home-page .home-featured .featured-primary:before{margin-bottom:24px}.home-page .home-featured .featured-primary b{font-size:18px}
 .home-page .home-featured .productlink{min-height:108px}
 .home-page .support-section,.home-page .about-section,.home-page .how-support-section{padding:44px 0}
 .home-page .support-section .support{gap:30px}.home-page .support-section .supportlist div{min-height:46px}
 .home-page .about-section .about{gap:24px}.home-page .about-section .bigmark{font-size:72px}
 .home-page .home-contact-strip{padding:36px 0}.home-page .home-contact-strip .cta{gap:24px}
 .home-page .home-quote-section{padding:44px 0}.home-page .home-quote-section .quote-band{padding:25px 19px;gap:28px}
 .home-page .how-support-section .process-map{min-height:260px}
}
