:root{--ink:#17362d;--paper:#f4f1e9;--cream:#ebe5d8;--white:#fffdf8;--orange:#d5673f;--orange-dark:#b84d2a;--line:rgba(23,54,45,.16);--muted:#5f6d67;--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:"Avenir Next",Avenir,"Segoe UI",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}::selection{color:var(--white);background:var(--orange)}:focus-visible{outline:3px solid rgba(213,103,63,.45);outline-offset:4px}
.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}.eyebrow{display:inline-flex;align-items:center;gap:10px;margin:0 0 18px;color:var(--orange-dark);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow:before{content:"";width:28px;height:2px;background:currentColor}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:400}h2{max-width:760px;margin:0;font-size:clamp(39px,5.1vw,68px);line-height:.98;letter-spacing:-.045em}.section-copy{color:var(--muted);font-size:17px;line-height:1.75}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:55px}.section-head .section-copy{max-width:440px;margin:0}.section{padding:112px 0}
.site-header{position:fixed;z-index:50;inset:0 0 auto;height:84px;color:var(--white);border-bottom:1px solid rgba(255,255,255,.15);transition:.25s}.site-header.scrolled{height:72px;color:var(--ink);background:rgba(244,241,233,.94);box-shadow:0 8px 35px rgba(23,54,45,.08);backdrop-filter:blur(14px);border-color:var(--line)}.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:11px;font-weight:850;letter-spacing:-.035em;font-size:21px}.brand-mark{width:31px;height:31px}.brand-mark path{fill:currentColor}.nav-links{display:flex;align-items:center;gap:30px;font-size:13px;font-weight:750}.nav-links a:not(.nav-cta){position:relative}.nav-links a:not(.nav-cta):after{content:"";position:absolute;inset:auto 100% -7px 0;height:1px;background:currentColor;transition:right .2s}.nav-links a:hover:after{right:0}.nav-cta{padding:13px 20px;color:var(--ink);background:var(--white);border-radius:999px;transition:.2s}.scrolled .nav-cta{color:var(--white);background:var(--ink)}.nav-cta:hover{transform:translateY(-2px)}.menu-button{display:none;width:44px;height:44px;padding:0;border:0;color:inherit;background:transparent;cursor:pointer}.menu-button span{display:block;width:24px;height:2px;margin:6px auto;background:currentColor;transition:.2s}
.hero{position:relative;min-height:780px;height:100svh;display:flex;align-items:end;overflow:hidden;color:var(--white);background:#152b25}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,28,23,.96),rgba(11,28,23,.76) 39%,rgba(11,28,23,.18) 70%,rgba(11,28,23,.1)),linear-gradient(0deg,rgba(11,28,23,.62),transparent 45%),url("images/apparentex-hero.png") center/cover no-repeat;transform:scale(1.015);animation:heroReveal 1.2s cubic-bezier(.2,.75,.25,1) both}.hero:after{content:"";position:absolute;inset:0;opacity:.16;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E")}@keyframes heroReveal{from{opacity:.4;transform:scale(1.08)}}.hero-inner{position:relative;z-index:2;padding-bottom:70px}.hero-content{max-width:790px}.hero .eyebrow{color:#f1a27f}h1{max-width:820px;margin:0;font-size:clamp(58px,7.8vw,111px);line-height:.84;letter-spacing:-.065em;text-wrap:balance}h1 em{color:#f0b091;font-style:italic}.hero-bottom{display:flex;align-items:end;justify-content:space-between;gap:45px;margin-top:42px}.hero-copy{max-width:590px;margin:0;color:rgba(255,255,255,.78);font-size:18px;line-height:1.65}.button{display:inline-flex;align-items:center;justify-content:center;gap:13px;min-height:56px;padding:0 24px;border:1px solid transparent;border-radius:999px;font-size:14px;font-weight:800;cursor:pointer;transition:.2s}.button:hover{transform:translateY(-3px)}.button-primary{color:var(--white);background:var(--orange)}.button-primary:hover{background:var(--orange-dark)}.button-light{min-width:184px;color:var(--ink);background:var(--white)}.button span{transition:transform .2s}.button:hover span{transform:translateX(3px)}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);margin-top:55px;border-top:1px solid rgba(255,255,255,.25)}.hero-stat{padding-top:21px}.hero-stat strong{display:block;font:400 28px Georgia,serif}.hero-stat span{color:rgba(255,255,255,.56);font-size:12px;text-transform:uppercase;letter-spacing:.1em}.scroll-hint{position:absolute;z-index:3;right:25px;bottom:38px;display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.6);font-size:10px;letter-spacing:.14em;text-transform:uppercase;transform:rotate(90deg) translateX(50%);transform-origin:right center}.scroll-hint:after{content:"";width:48px;height:1px;background:currentColor}
.marquee{overflow:hidden;color:var(--cream);background:var(--ink);border-block:1px solid rgba(255,255,255,.12)}.marquee-track{width:max-content;display:flex;gap:40px;align-items:center;padding:19px 0;animation:marquee 28s linear infinite}.marquee span{font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.marquee i{width:5px;height:5px;border-radius:50%;background:var(--orange)}@keyframes marquee{to{transform:translateX(-50%)}}
.intro-grid{display:grid;grid-template-columns:.8fr 1.35fr;gap:90px;align-items:start}.intro-title{position:sticky;top:120px}.intro-title h2{font-size:clamp(42px,5vw,66px)}.intro-main p:first-child{margin-top:-9px;color:var(--ink);font:400 clamp(25px,2.65vw,38px)/1.35 Georgia,serif;letter-spacing:-.02em}.intro-main .section-copy{max-width:690px;margin:30px 0}.inline-link{display:inline-flex;align-items:center;gap:12px;padding-bottom:6px;border-bottom:1px solid var(--ink);font-size:13px;font-weight:850}.inline-link span{transition:.2s}.inline-link:hover span{transform:translateX(4px)}
.products{color:var(--white);background:var(--ink);overflow:hidden}.products .eyebrow,.compliance .eyebrow{color:#f1a27f}.products .section-copy{color:rgba(255,255,255,.64)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{position:relative;min-height:520px;display:flex;flex-direction:column;justify-content:space-between;padding:34px;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);isolation:isolate}.product-card:before{content:"";position:absolute;z-index:-2;inset:0;background:var(--card-bg);transition:transform .55s cubic-bezier(.2,.75,.25,1)}.product-card:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,rgba(11,28,23,.05),rgba(11,28,23,.85))}.product-card:hover:before{transform:scale(1.05)}.product-card:nth-child(1){--card-bg:radial-gradient(circle at 70% 20%,#dfb396 0 16%,transparent 17%),linear-gradient(145deg,#be714e,#e8c6a9 50%,#5e7264)}.product-card:nth-child(2){--card-bg:radial-gradient(ellipse at 52% 35%,#f1e7d1 0 20%,transparent 21%),linear-gradient(155deg,#7e9488,#d7c9ad 55%,#7e4939)}.product-card:nth-child(3){--card-bg:radial-gradient(circle at 62% 29%,#df8c63 0 13%,transparent 14%),linear-gradient(155deg,#d5b25f,#66836f 52%,#315448)}.product-number{align-self:flex-end;color:rgba(255,255,255,.65);font-size:13px;font-weight:800}.product-card h3{margin:0 0 15px;font-size:42px;letter-spacing:-.035em}.product-card p{margin:0;color:rgba(255,255,255,.73);line-height:1.65}.product-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:21px}.product-tags span{padding:8px 11px;border:1px solid rgba(255,255,255,.25);border-radius:99px;font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.07em}.products-action{margin-top:40px;text-align:center}
.process{background:var(--white)}.process-grid{display:grid;grid-template-columns:1fr 1.45fr;gap:100px;align-items:start}.process-intro{position:sticky;top:115px}.process-intro .section-copy{max-width:450px;margin:28px 0 35px}.process-list{counter-reset:process;border-top:1px solid var(--line)}.process-item{counter-increment:process;display:grid;grid-template-columns:60px 1fr;gap:20px;padding:28px 0;border-bottom:1px solid var(--line)}.process-item:before{content:"0" counter(process);color:var(--orange);font-size:12px;font-weight:850;letter-spacing:.09em}.process-item h3{margin:-7px 0 8px;font:400 27px Georgia,serif;letter-spacing:-.02em}.process-item p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}
.compliance{position:relative;color:var(--white);background:var(--orange);overflow:hidden}.compliance:before{content:"A";position:absolute;right:-50px;top:-155px;color:rgba(255,255,255,.07);font:700 640px/.8 Georgia,serif}.compliance-grid{position:relative;display:grid;grid-template-columns:1.2fr 1fr;gap:100px;align-items:center}.compliance .eyebrow{color:var(--white)}.compliance .section-copy{color:rgba(255,255,255,.8);max-width:600px;margin:30px 0 0}.cert-grid{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid rgba(255,255,255,.28);border-radius:var(--radius);overflow:hidden}.cert{min-height:132px;display:flex;flex-direction:column;justify-content:center;padding:25px;border-right:1px solid rgba(255,255,255,.25);border-bottom:1px solid rgba(255,255,255,.25)}.cert:nth-child(even){border-right:0}.cert:nth-last-child(-n+2){border-bottom:0}.cert strong{font:400 24px Georgia,serif}.cert small{margin-top:8px;color:rgba(255,255,255,.67)}
.why{background:var(--cream)}.why-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:90px}.why-copy .section-copy{max-width:490px;margin:28px 0 0}.benefit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.benefit{min-height:210px;padding:28px;background:rgba(255,255,255,.58);border:1px solid rgba(23,54,45,.1);border-radius:18px}.benefit-icon{width:42px;height:42px;display:grid;place-items:center;margin-bottom:34px;color:var(--white);background:var(--ink);border-radius:50%}.benefit h3{margin:0 0 9px;font:400 23px Georgia,serif}.benefit p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}
.faq-wrap{display:grid;grid-template-columns:.78fr 1.25fr;gap:100px}.faq-title{position:sticky;top:115px;align-self:start}.faq-title .section-copy{max-width:380px;margin:28px 0 0}.accordion{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-question{width:100%;display:grid;grid-template-columns:1fr 30px;gap:25px;align-items:center;padding:27px 0;color:var(--ink);background:transparent;border:0;text-align:left;cursor:pointer}.faq-question span:first-child{font:400 23px/1.25 Georgia,serif}.faq-plus{position:relative;width:28px;height:28px;border:1px solid var(--line);border-radius:50%}.faq-plus:before,.faq-plus:after{content:"";position:absolute;inset:50% auto auto 50%;width:11px;height:1px;background:currentColor;transform:translate(-50%,-50%);transition:.2s}.faq-plus:after{transform:translate(-50%,-50%) rotate(90deg)}.faq-item.open .faq-plus:after{transform:translate(-50%,-50%)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s}.faq-answer p{max-width:650px;margin:0;padding:0 45px 27px 0;color:var(--muted);line-height:1.7}
.contact{padding:48px 0;background:var(--ink)}.contact-card{position:relative;display:grid;grid-template-columns:1.05fr 1fr;gap:80px;padding:75px;color:var(--white);background:#23493d;border-radius:30px;overflow:hidden}.contact-card:after{content:"";position:absolute;width:360px;height:360px;right:-180px;top:-180px;border:80px solid rgba(255,255,255,.055);border-radius:50%}.contact-copy{position:relative;z-index:1}.contact .eyebrow{color:#f1a27f}.contact h2{font-size:clamp(42px,5vw,69px)}.contact-copy p{max-width:520px;margin:28px 0 0;color:rgba(255,255,255,.67);font-size:16px;line-height:1.7}.contact-note{display:flex;align-items:center;gap:12px;margin-top:35px;font-size:12px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.contact-note i{width:9px;height:9px;border-radius:50%;background:#7dcc9d;box-shadow:0 0 0 5px rgba(125,204,157,.13)}.quote-form{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-field{display:flex;flex-direction:column}.form-field.full{grid-column:1/-1}.form-field label{margin:0 0 8px 3px;color:rgba(255,255,255,.65);font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.form-field input,.form-field select,.form-field textarea{width:100%;min-height:52px;padding:14px 16px;color:var(--white);background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);border-radius:11px;outline:0}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#f1a27f;background:rgba(255,255,255,.1)}.form-field select{color-scheme:dark}.form-field textarea{min-height:100px;resize:vertical}.quote-form .button{grid-column:1/-1;margin-top:5px;border:0}.form-status{grid-column:1/-1;min-height:18px;margin:0;color:#aee2bd;font-size:13px}
footer{padding:54px 0 30px;color:var(--white);background:var(--ink)}.footer-top{display:flex;align-items:start;justify-content:space-between;gap:50px;padding-bottom:48px}.footer-brand .brand{font-size:25px}.footer-brand p{max-width:360px;margin:18px 0 0;color:rgba(255,255,255,.5);font-size:14px;line-height:1.7}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:15px 70px;color:rgba(255,255,255,.7);font-size:13px}.footer-links a:hover{color:var(--white)}.footer-bottom{display:flex;justify-content:space-between;padding-top:24px;color:rgba(255,255,255,.38);border-top:1px solid rgba(255,255,255,.12);font-size:11px;letter-spacing:.06em;text-transform:uppercase}.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s,transform .7s cubic-bezier(.2,.75,.25,1)}.reveal.visible{opacity:1;transform:none}
@media(max-width:980px){.section{padding:88px 0}.section-head{display:block}.section-head .section-copy{margin-top:24px}.nav-links{position:fixed;inset:0;z-index:-1;flex-direction:column;justify-content:center;gap:32px;color:var(--white);background:var(--ink);font:400 32px Georgia,serif;opacity:0;visibility:hidden;transition:.25s}.menu-open .nav-links{opacity:1;visibility:visible}.nav-links .nav-cta{color:var(--ink);font:800 14px "Segoe UI",sans-serif}.menu-button{display:block;position:relative;z-index:2}.menu-open .site-header{color:var(--white)}.menu-open .menu-button span:first-child{transform:translateY(4px) rotate(45deg)}.menu-open .menu-button span:last-child{transform:translateY(-4px) rotate(-45deg)}.hero-bottom{display:block}.hero .button{margin-top:28px}.intro-grid,.process-grid,.why-grid,.faq-wrap,.compliance-grid,.contact-card{grid-template-columns:1fr;gap:50px}.intro-title,.process-intro,.faq-title{position:static}.product-grid{grid-template-columns:1fr}.product-card{min-height:420px}.benefit-grid{grid-template-columns:repeat(2,1fr)}.contact-card{padding:55px}}
@media(max-width:640px){.container{width:min(100% - 32px,1180px)}.section{padding:72px 0}.site-header{height:70px}h1{font-size:clamp(54px,18vw,75px);line-height:.88}h2{font-size:44px}.hero{min-height:760px;height:100svh}.hero:before{background-position:61% center}.hero-inner{padding-bottom:45px}.hero-content{padding-top:90px}.hero-copy{font-size:16px}.hero-bottom{margin-top:28px}.hero-stats{margin-top:34px}.hero-stat strong{font-size:22px}.hero-stat span{font-size:9px}.scroll-hint{display:none}.intro-grid{gap:38px}.intro-main p:first-child{font-size:27px}.product-card{min-height:400px;padding:27px}.product-card h3{font-size:36px}.process-grid,.why-grid,.faq-wrap,.compliance-grid{gap:40px}.process-item{grid-template-columns:42px 1fr}.cert{min-height:115px;padding:18px}.cert strong{font-size:20px}.benefit-grid{grid-template-columns:1fr}.benefit{min-height:auto}.benefit-icon{margin-bottom:25px}.contact{padding:16px 0}.contact-card{padding:42px 24px;border-radius:22px;gap:40px}.quote-form{grid-template-columns:1fr}.form-field.full,.quote-form .button,.form-status{grid-column:auto}.footer-top,.footer-bottom{display:block}.footer-links{margin-top:35px;gap:15px 35px}.footer-bottom span{display:block;margin-top:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
