@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root{
  --navy:#03142d; --navy-2:#061d3d; --navy-3:#0a274e; --blue:#1479ff; --blue-2:#2b8cff;
  --ink:#07162d; --muted:#617086; --line:#dfe7f1; --soft:#f4f7fb; --white:#fff; --max:1360px;
  --shadow:0 24px 70px rgba(4,23,52,.12); --shadow-soft:0 14px 36px rgba(4,23,52,.08);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:'Plus Jakarta Sans',system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:#fff;font-size:17px;line-height:1.75;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility} body.menu-open{overflow:hidden} img{display:block;max-width:100%} a{text-decoration:none;color:inherit} button,input,textarea,select{font:inherit}.container{width:min(calc(100% - 48px),var(--max));margin-inline:auto}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--blue);font-weight:800;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.eyebrow:before{content:'';width:28px;height:2px;background:currentColor}.section{padding:96px 0}.section-soft{background:var(--soft)}.section-dark{background:var(--navy);color:#fff}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:42px}.section-head h2{font-family:'Manrope',sans-serif;font-size:clamp(38px,4vw,58px);line-height:1.05;letter-spacing:-.045em;margin:10px 0 0;max-width:800px}.section-head p{max-width:540px;color:var(--muted);margin:0;font-size:16px}.section-dark .section-head p{color:#aebed1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;padding:0 24px;border:1px solid transparent;border-radius:8px;font-weight:800;font-size:12px;letter-spacing:.035em;text-transform:uppercase;transition:.25s}.btn-primary{background:linear-gradient(135deg,var(--blue),#0b66db);color:#fff;box-shadow:0 14px 30px rgba(20,121,255,.28)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(20,121,255,.36)}.btn-outline{border-color:rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.03);backdrop-filter:blur(10px)}.btn-light{background:#fff;color:var(--navy);border-color:#fff}.icon{width:22px;height:22px;display:inline-block}

/* Header */
.site-header{position:fixed;inset:0 0 auto;z-index:1000;transition:.3s}.site-header.scrolled{background:rgba(3,20,45,.96);box-shadow:0 10px 30px rgba(0,0,0,.18);backdrop-filter:blur(18px)}.nav-shell{height:94px;display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;gap:12px;color:#fff;min-width:205px}.brand-mark{width:42px;height:48px;display:grid;place-items:center}.brand-mark svg{width:100%;height:100%}.brand-copy strong{display:block;font-family:'Manrope',sans-serif;font-size:20px;line-height:1;letter-spacing:.01em}.brand-copy small{display:block;margin-top:5px;font-size:11px;color:#9fb2c8;letter-spacing:.03em}.nav-links{display:flex;align-items:center;gap:28px;margin-left:auto}.nav-links a{position:relative;color:#fff;font-size:11px;font-weight:800;letter-spacing:.025em;text-transform:uppercase;opacity:.93}.nav-links a:after{content:'';position:absolute;left:0;right:100%;bottom:-10px;height:2px;background:var(--blue);transition:.25s}.nav-links a:hover:after,.nav-links a.active:after{right:0}.header-actions{display:flex;align-items:center;gap:12px}.lang{color:#fff;font-size:11px;font-weight:800}.menu-btn{display:none;width:46px;height:46px;border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;border-radius:8px}.menu-btn span,.menu-btn:before,.menu-btn:after{content:'';display:block;width:20px;height:2px;background:#fff;margin:4px auto}

/* Hero */
.hero{position:relative;min-height:770px;background:var(--navy) url('../img/hero-factory.webp') center/cover no-repeat;color:#fff;overflow:hidden}.hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,13,31,.98) 0%,rgba(2,13,31,.92) 34%,rgba(2,13,31,.62) 61%,rgba(2,13,31,.18) 100%)}.hero:after{content:'';position:absolute;inset:auto 0 0;height:170px;background:linear-gradient(180deg,transparent,rgba(3,20,45,.86))}.hero-grid{position:relative;z-index:2;padding-top:190px;max-width:850px}.hero-kicker{font-size:14px;color:#b9cbe0;font-weight:700;letter-spacing:.02em}.hero-kicker strong{color:var(--blue-2)}.hero h1{font-family:'Manrope',sans-serif;font-size:clamp(62px,6vw,88px);line-height:.99;letter-spacing:-.055em;margin:20px 0 26px;max-width:920px}.hero h1 span{color:var(--blue-2)}.hero p{font-size:18px;line-height:1.75;color:#dce5ef;max-width:660px;margin:0 0 34px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.hero-scroll{position:absolute;z-index:3;right:42px;bottom:38px;color:#fff;display:flex;align-items:center;gap:10px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;writing-mode:vertical-rl}.mouse{width:24px;height:38px;border:2px solid rgba(255,255,255,.7);border-radius:12px;position:relative}.mouse:after{content:'';position:absolute;top:6px;left:50%;width:3px;height:7px;background:var(--blue-2);border-radius:2px;transform:translateX(-50%);animation:scroll 1.7s infinite}@keyframes scroll{0%{opacity:0;transform:translate(-50%,0)}50%{opacity:1}100%{opacity:0;transform:translate(-50%,9px)}}

.trust-strip{position:relative;z-index:5;margin-top:-95px}.trust-grid{display:grid;grid-template-columns:repeat(6,1fr);background:rgba(3,20,45,.96);border:1px solid rgba(255,255,255,.09);border-radius:14px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.24)}.trust-item{min-height:95px;padding:18px 18px;display:flex;align-items:center;gap:14px;color:#fff;border-right:1px solid rgba(255,255,255,.1)}.trust-item:last-child{border-right:0}.trust-icon{width:42px;height:42px;border:1px solid rgba(43,140,255,.45);border-radius:12px;display:grid;place-items:center;color:var(--blue-2);background:rgba(20,121,255,.08);font-size:20px}.trust-item strong{display:block;font-size:17px;line-height:1.15}.trust-item small{display:block;color:#9eb2c9;font-size:11px;margin-top:5px}

/* About */
.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:90px;align-items:start}.about-copy h2{font-family:'Manrope',sans-serif;font-size:clamp(40px,4.2vw,62px);line-height:1.04;letter-spacing:-.045em;margin:12px 0 24px}.about-copy p{color:#536379;font-size:17px;max-width:720px;margin:0 0 18px}.about-points{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:28px 0 34px}.about-points div{border:1px solid var(--line);border-radius:10px;padding:15px 16px;font-size:13px;font-weight:800;background:#fff;box-shadow:0 8px 20px rgba(5,24,54,.04)}.timeline{position:relative;padding-left:34px}.timeline:before{content:'';position:absolute;left:8px;top:6px;bottom:6px;width:2px;background:linear-gradient(var(--blue),#b9d8ff)}.timeline-row{position:relative;padding:0 0 28px 18px}.timeline-row:last-child{padding-bottom:0}.timeline-row:before{content:'';position:absolute;left:-31px;top:7px;width:12px;height:12px;border-radius:50%;background:#fff;border:3px solid var(--blue);box-shadow:0 0 0 5px #eef5ff}.timeline-row strong{font-family:'Manrope',sans-serif;font-size:22px;color:var(--navy)}.timeline-row p{margin:4px 0 0;color:#66758a;font-size:14px;line-height:1.6}

/* Products */
.products-section{background:linear-gradient(180deg,#04152f 0%,#062147 100%);color:#fff}.products-section .section-head p{color:#a9bdd4}.product-slider{position:relative}.product-viewport{overflow:hidden}.product-track{display:flex;gap:22px;transition:transform .55s cubic-bezier(.2,.8,.2,1)}.product-card{flex:0 0 calc((100% - 66px)/4);background:#fff;color:var(--ink);border-radius:12px;overflow:hidden;box-shadow:0 22px 45px rgba(0,0,0,.18);transition:.28s}.product-card:hover{transform:translateY(-7px)}.product-media{height:245px;background:#e9eef5;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover;transition:.5s}.product-card:hover .product-media img{transform:scale(1.05)}.product-body{padding:24px 22px 25px}.product-body small{color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.09em}.product-body h3{font-family:'Manrope',sans-serif;font-size:21px;margin:7px 0 8px}.product-body p{font-size:13px;line-height:1.65;color:#69788c;min-height:43px;margin:0 0 18px}.card-link{font-size:11px;font-weight:800;color:var(--navy);letter-spacing:.04em}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.28);background:rgba(3,20,45,.84);color:#fff;font-size:22px;cursor:pointer;backdrop-filter:blur(12px)}.slider-prev{left:-26px}.slider-next{right:-26px}.slider-btn:hover{background:var(--blue)}

/* Process */
.process-wrap{padding:68px 0}.process-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.process-item{text-align:center;position:relative}.process-item:not(:last-child):after{content:'→';position:absolute;right:-14px;top:23px;color:#82a7d0;font-size:23px}.process-icon{width:64px;height:64px;margin:0 auto 13px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--blue);border:1px solid #d9e8fa;box-shadow:0 9px 22px rgba(5,24,54,.08);font-size:25px}.process-item small{display:block;color:#8190a4;font-size:11px;font-weight:800}.process-item strong{display:block;font-size:14px;margin-top:2px}.process-item p{font-size:11px;line-height:1.55;color:#76869a;margin:5px auto 0;max-width:145px}

/* Gallery */
.gallery-section{padding:88px 0;background:#021126;color:#fff}.gallery-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;grid-template-rows:240px 200px;gap:12px}.gallery-item{position:relative;overflow:hidden;border-radius:10px;background:#0a2547}.gallery-item:first-child{grid-row:1/3}.gallery-item:nth-child(4){grid-column:2/4}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.5s;filter:saturate(1.05) contrast(1.05)}.gallery-item:hover img{transform:scale(1.04)}.gallery-item:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(1,9,21,.6))}.gallery-caption{position:absolute;left:22px;bottom:20px;z-index:2}.gallery-caption b{font-size:16px}.gallery-caption small{display:block;color:#b0c2d6;font-size:11px;margin-top:3px}

/* Quality band */
.quality-band{padding:0 0 90px;background:#021126}.quality-card{display:grid;grid-template-columns:1.2fr repeat(3,.6fr);background:linear-gradient(135deg,#0a2d5c,#0c4e99);border:1px solid rgba(255,255,255,.1);border-radius:14px;overflow:hidden;color:#fff}.quality-copy{padding:32px}.quality-copy h3{font-family:'Manrope',sans-serif;font-size:27px;margin:0 0 9px}.quality-copy p{margin:0;color:#c5d7ea;font-size:13px}.quality-stat{padding:28px 24px;border-left:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;justify-content:center}.quality-stat strong{font-family:'Manrope',sans-serif;font-size:27px}.quality-stat span{font-size:11px;color:#c7d9ea;margin-top:3px}

/* Blog */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.blog-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-soft);transition:.28s}.blog-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.blog-card img{width:100%;height:240px;object-fit:cover}.blog-body{padding:25px}.blog-body small{font-size:11px;color:#8290a2}.blog-body h3{font-family:'Manrope',sans-serif;font-size:20px;line-height:1.35;margin:8px 0 18px}.blog-body a{font-size:11px;font-weight:800;color:var(--blue)}

/* Contact/Footer */
.contact-strip{background:linear-gradient(135deg,#061b39,#03142d);color:#fff;padding:78px 0}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.contact-copy h2{font-family:'Manrope',sans-serif;font-size:44px;line-height:1.08;margin:8px 0 18px}.contact-copy p{color:#b2c3d6;font-size:15px}.contact-list{display:grid;gap:14px;margin-top:24px}.contact-list div{font-size:13px;color:#dce7f2}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid rgba(255,255,255,.17);background:rgba(255,255,255,.05);color:#fff;padding:15px 16px;border-radius:8px;outline:none;font-size:13px}.contact-form option{color:#111}.contact-form textarea{grid-column:1/-1;min-height:140px;resize:vertical}.contact-form .btn{grid-column:2;justify-self:end}.footer{background:#020b19;color:#fff;padding:56px 0 24px}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .8fr 1fr;gap:55px}.footer .brand{margin-bottom:18px}.footer p{color:#8fa4bd;font-size:12px;line-height:1.75}.footer h4{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#d7e2ee;margin:0 0 16px}.footer a{display:block;color:#94a8c0;font-size:12px;margin:8px 0}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.09);padding-top:20px;margin-top:38px;color:#71879f;font-size:11px}

/* Interior pages */
.page-hero{position:relative;padding:178px 0 88px;background:var(--navy) url('../img/hero-factory.webp') center 48%/cover no-repeat;color:#fff;overflow:hidden}.page-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,13,31,.98),rgba(2,13,31,.86) 48%,rgba(2,13,31,.38))}.page-hero .container{position:relative;z-index:2}.breadcrumbs{font-size:11px;color:#91a9c2;letter-spacing:.05em;margin-bottom:18px}.page-hero h1{font-family:'Manrope',sans-serif;font-size:clamp(48px,5vw,72px);letter-spacing:-.05em;line-height:1;margin:0 0 16px}.page-hero p{max-width:720px;color:#d0dce8;font-size:17px;margin:0}.content-two{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}.content-two h2,.prose h2{font-family:'Manrope',sans-serif;font-size:clamp(36px,4vw,54px);line-height:1.08;letter-spacing:-.04em;margin:0 0 20px}.prose p{color:#5d6d82;margin:0 0 18px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:35px}.feature-card{padding:24px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:var(--shadow-soft)}.feature-card b{display:block;font-size:15px;margin-bottom:8px}.feature-card p{font-size:12px;color:#6f7e91;margin:0}.products-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.detail-visual{position:sticky;top:120px;background:#edf2f7;border-radius:14px;overflow:hidden;min-height:560px;box-shadow:var(--shadow)}.detail-visual img{width:100%;height:560px;object-fit:cover}.detail-copy h2{font-family:'Manrope',sans-serif;font-size:48px;line-height:1.05;letter-spacing:-.04em;margin:0 0 18px}.detail-copy p{color:#607087}.spec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:26px 0}.spec{border:1px solid var(--line);border-radius:9px;padding:16px;background:#fff}.spec small{display:block;font-size:11px;color:#8492a5;text-transform:uppercase;letter-spacing:.08em}.spec b{display:block;font-size:14px;margin-top:4px}.tabs{margin-top:42px;border:1px solid var(--line);border-radius:12px;overflow:hidden}.tab-head{display:flex;background:#f6f8fb;border-bottom:1px solid var(--line)}.tab-head button{border:0;background:transparent;padding:16px 20px;font-size:11px;font-weight:800;cursor:pointer}.tab-head button.active{background:#fff;color:var(--blue);box-shadow:inset 0 -2px var(--blue)}.tab-panel{display:none;padding:26px;font-size:14px;color:#5f6f83}.tab-panel.active{display:block}.contact-page-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px}.contact-box{padding:34px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow-soft)}.contact-box h3{font-family:'Manrope';font-size:26px;margin:0 0 20px}.contact-box .contact-form input,.contact-box .contact-form select,.contact-box .contact-form textarea{color:var(--ink);background:#f8fafc;border-color:var(--line)}

@media(max-width:1100px){.nav-links{display:none}.menu-btn{display:block}.nav-links.open{display:flex;position:fixed;top:84px;left:18px;right:18px;flex-direction:column;align-items:stretch;background:#061a39;padding:24px;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.4)}.nav-links.open a{font-size:14px;padding:8px 0}.hero{min-height:720px}.hero-grid{padding-top:170px}.trust-grid{grid-template-columns:repeat(3,1fr)}.trust-item:nth-child(3){border-right:0}.about-grid,.content-two,.contact-grid,.contact-page-grid{grid-template-columns:1fr;gap:50px}.product-card{flex-basis:calc((100% - 44px)/3)}.process-grid{grid-template-columns:repeat(3,1fr);row-gap:28px}.process-item:nth-child(3):after{display:none}.gallery-grid{grid-template-columns:1.2fr 1fr;grid-template-rows:220px 220px}.gallery-item:first-child{grid-row:1/3}.gallery-item:nth-child(4){grid-column:auto}.quality-card{grid-template-columns:1fr 1fr}.quality-stat{border-top:1px solid rgba(255,255,255,.12)}.products-page-grid{grid-template-columns:repeat(2,1fr)}.detail-grid{grid-template-columns:1fr}.detail-visual{position:relative;top:auto}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){body{font-size:16px}.container{width:min(calc(100% - 30px),var(--max))}.nav-shell{height:82px}.brand{min-width:0}.brand-copy strong{font-size:17px}.header-actions .btn,.lang{display:none}.hero{min-height:700px;background-position:62% center}.hero:before{background:linear-gradient(90deg,rgba(2,13,31,.98),rgba(2,13,31,.86) 68%,rgba(2,13,31,.5))}.hero-grid{padding-top:150px}.hero h1{font-size:48px}.hero p{font-size:16px}.hero-actions{gap:10px}.btn{min-height:50px;padding:0 18px}.hero-scroll{display:none}.trust-strip{margin-top:-70px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item{min-height:84px}.trust-item:nth-child(2n){border-right:0}.section{padding:70px 0}.section-head{align-items:start;flex-direction:column;margin-bottom:28px}.section-head h2{font-size:39px}.about-grid{gap:48px}.about-copy h2{font-size:41px}.about-points{grid-template-columns:1fr}.product-card{flex-basis:85%}.product-media{height:220px}.slider-prev{left:8px}.slider-next{right:8px}.process-grid{grid-template-columns:repeat(2,1fr)}.process-item:nth-child(3):after{display:block}.process-item:nth-child(2n):after{display:none}.gallery-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:220px 150px 150px}.gallery-item:first-child{grid-column:1/-1;grid-row:auto}.quality-card{grid-template-columns:1fr}.quality-stat{border-left:0}.blog-grid,.products-page-grid,.feature-grid{grid-template-columns:1fr}.contact-form{grid-template-columns:1fr}.contact-form textarea,.contact-form .btn{grid-column:1}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.page-hero{padding:150px 0 65px}.page-hero h1{font-size:44px}.detail-copy h2{font-size:40px}.spec-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}
@media(max-width:480px){.hero h1{font-size:42px}.hero-actions .btn{width:100%}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.product-card{flex-basis:92%}.process-grid{grid-template-columns:1fr}.process-item:after{display:none!important}.gallery-grid{grid-template-columns:1fr;grid-template-rows:220px repeat(3,170px)}.gallery-item:first-child{grid-column:auto}.footer-grid{grid-template-columns:1fr}}

/* =========================================================
   2027 PREMIUM SURFACE REVISION
   Navy marble / mineral texture + editorial about section
   ========================================================= */
:root{
  --navy:#03142d;
  --navy-deep:#010b18;
  --navy-mid:#06264b;
  --navy-rich:#0a3768;
  --mineral-line:rgba(109,168,227,.10);
  --mineral-dust:rgba(255,255,255,.026);
}

/* Reusable rich navy surface */
.section-dark,
.gallery-section,
.quality-band,
.contact-strip,
.footer{
  position:relative;
  isolation:isolate;
  background-color:var(--navy-deep);
  background-image:
    radial-gradient(circle at 15% 18%, rgba(27,103,177,.22), transparent 28%),
    radial-gradient(circle at 86% 72%, rgba(5,55,107,.36), transparent 34%),
    linear-gradient(123deg, rgba(255,255,255,.025) 0 1px, transparent 1px 17%),
    linear-gradient(52deg, rgba(92,151,209,.055) 0 1px, transparent 1px 23%),
    linear-gradient(135deg,#010b18 0%,#031832 42%,#06264a 70%,#020d1d 100%);
  background-size:auto,auto,210px 210px,270px 270px,auto;
  overflow:hidden;
}
.section-dark:before,
.gallery-section:before,
.quality-band:before,
.contact-strip:before,
.footer:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  opacity:.72;
  background-image:
    repeating-radial-gradient(circle at 30% 20%,rgba(255,255,255,.025) 0 1px,transparent 1px 4px),
    linear-gradient(115deg,transparent 12%,rgba(91,153,217,.055) 12.4%,transparent 13.2%,transparent 47%,rgba(255,255,255,.028) 47.4%,transparent 48.3%);
  mix-blend-mode:screen;
}

/* Hero: deeper layered navy instead of flat overlay */
.hero:before{
  background:
    radial-gradient(circle at 72% 28%,rgba(22,111,205,.16),transparent 24%),
    linear-gradient(90deg,rgba(1,10,23,.99) 0%,rgba(2,19,40,.94) 34%,rgba(5,34,65,.70) 61%,rgba(1,10,23,.20) 100%);
}
.hero:after{
  height:190px;
  background:
    linear-gradient(180deg,transparent,rgba(2,16,34,.92)),
    linear-gradient(115deg,transparent 0 48%,rgba(61,136,210,.06) 49%,transparent 50%);
}
.site-header.scrolled{
  background:linear-gradient(120deg,rgba(1,11,24,.97),rgba(5,35,68,.96));
  border-bottom:1px solid rgba(113,170,225,.13);
}
.trust-grid{
  background:
    radial-gradient(circle at 10% 0%,rgba(27,105,188,.20),transparent 28%),
    linear-gradient(120deg,rgba(2,14,30,.98),rgba(5,36,69,.98));
  border-color:rgba(102,162,220,.16);
}

/* Editorial about section */
.about-editorial{
  padding:118px 0 104px;
  background:
    radial-gradient(circle at 95% 5%,rgba(20,121,255,.065),transparent 28%),
    linear-gradient(180deg,#fff 0%,#f7faff 100%);
}
.about-editorial-head{max-width:1080px;margin-bottom:52px}
.about-editorial-head h2{
  font-family:'Manrope',sans-serif;
  font-size:clamp(48px,5.2vw,74px);
  line-height:1.02;
  letter-spacing:-.052em;
  color:#06162f;
  margin:14px 0 0;
}
.about-editorial-head h2 span{color:#5a6c82;font-weight:600}
.about-story{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:86px;
  padding:48px 0 50px;
  border-top:1px solid #dbe4ef;
}
.about-story-lead p{
  margin:0;
  font-family:'Manrope',sans-serif;
  font-size:clamp(25px,2.25vw,34px);
  line-height:1.42;
  letter-spacing:-.026em;
  font-weight:650;
  color:#0a2142;
}
.about-story-copy p{font-size:16px;line-height:1.86;color:#596a80;margin:0 0 18px}
.about-story-copy .btn{margin-top:10px}
.about-values{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid #dbe5f0;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 22px 60px rgba(5,24,54,.08);
}
.about-values>div{padding:28px 26px;min-height:150px;border-right:1px solid #e2e9f1}
.about-values>div:last-child{border-right:0}
.about-values span{display:block;color:var(--blue);font-family:'Manrope',sans-serif;font-size:12px;font-weight:800;letter-spacing:.12em;margin-bottom:19px}
.about-values b{display:block;font-family:'Manrope',sans-serif;font-size:17px;color:#081b37;margin-bottom:7px}
.about-values small{display:block;font-size:12px;line-height:1.65;color:#728196}
.history-line{
  margin-top:42px;
  padding:38px 42px 40px;
  border-radius:18px;
  color:#fff;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 10%,rgba(37,126,219,.25),transparent 28%),
    radial-gradient(circle at 90% 85%,rgba(14,66,119,.38),transparent 30%),
    linear-gradient(135deg,#010b19,#041c3b 48%,#07305b 76%,#020e1f);
  box-shadow:0 26px 70px rgba(3,20,45,.18);
}
.history-line:after{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.7;
  background-image:repeating-radial-gradient(circle at 25% 30%,rgba(255,255,255,.028) 0 1px,transparent 1px 4px),linear-gradient(120deg,transparent 42%,rgba(100,165,228,.07) 42.5%,transparent 43.2%);
}
.history-title,.history-track{position:relative;z-index:2}
.history-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}
.history-title small{color:#6fb1ff;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.13em}
.history-title b{font-family:'Manrope',sans-serif;font-size:24px}
.history-track{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-top:1px solid rgba(255,255,255,.13)}
.history-track article{position:relative;padding:28px 24px 0 0}
.history-track article:before{content:"";position:absolute;top:-5px;left:0;width:10px;height:10px;border-radius:50%;background:#2b8cff;box-shadow:0 0 0 5px rgba(43,140,255,.14)}
.history-track strong{font-family:'Manrope',sans-serif;font-size:21px;color:#fff}
.history-track p{font-size:12px;line-height:1.6;color:#aebfd2;margin:7px 18px 0 0}

/* Product dark area and other navy blocks gain surface depth */
.product-section{
  position:relative;
  isolation:isolate;
  background:
    radial-gradient(circle at 10% 0%,rgba(33,116,202,.18),transparent 26%),
    radial-gradient(circle at 90% 90%,rgba(6,68,129,.30),transparent 34%),
    linear-gradient(135deg,#010b18,#031832 46%,#05284d 74%,#010c1b);
}
.product-section:after{
  content:"";position:absolute;inset:0;z-index:-1;opacity:.65;pointer-events:none;
  background-image:repeating-radial-gradient(circle at 40% 50%,rgba(255,255,255,.025) 0 1px,transparent 1px 4px),linear-gradient(65deg,transparent 20%,rgba(101,161,218,.05) 20.4%,transparent 21.2%);
}

/* Interior hero gets the same mineral navy language */
.page-hero:before{
  background:
    radial-gradient(circle at 78% 25%,rgba(25,110,196,.15),transparent 28%),
    linear-gradient(90deg,rgba(1,10,23,.99),rgba(3,25,50,.90) 48%,rgba(3,22,44,.48));
}

@media(max-width:1100px){
  .about-story{grid-template-columns:1fr;gap:30px}
  .about-values{grid-template-columns:repeat(2,1fr)}
  .about-values>div:nth-child(2){border-right:0}
  .about-values>div:nth-child(-n+2){border-bottom:1px solid #e2e9f1}
  .history-track{grid-template-columns:repeat(3,1fr);row-gap:25px}
}
@media(max-width:760px){
  .about-editorial{padding:82px 0 72px}
  .about-editorial-head{margin-bottom:34px}
  .about-editorial-head h2{font-size:43px}
  .about-story{padding:34px 0 38px}
  .about-values{grid-template-columns:1fr}
  .about-values>div{border-right:0!important;border-bottom:1px solid #e2e9f1!important;min-height:auto}
  .about-values>div:last-child{border-bottom:0!important}
  .history-line{padding:30px 24px}
  .history-title{align-items:flex-start;flex-direction:column}
  .history-track{grid-template-columns:1fr;gap:22px;border-top:0}
  .history-track article{padding:0 0 0 22px}
  .history-track article:before{top:7px;left:0}
}


/* ===== HEADER / LOGO / CORPORATE MENU V3 ===== */
.nav-shell{height:104px;gap:30px}
.brand{min-width:285px;gap:17px}
.brand-mark{width:64px;height:72px;flex:0 0 64px}
.brand-copy strong{font-size:27px;letter-spacing:.005em}
.brand-copy small{font-size:11px;margin-top:7px;letter-spacing:.045em}
.nav-links{gap:30px}
.nav-links>a,.nav-drop-toggle{color:#fff;font-family:'Manrope',sans-serif;font-size:13px;font-weight:800;letter-spacing:.035em;text-transform:uppercase;white-space:nowrap}
.nav-dropdown{position:relative;display:flex;align-items:center;height:104px}
.nav-drop-toggle{border:0;background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;gap:7px;position:relative}
.nav-drop-toggle:after{content:'';position:absolute;left:0;right:100%;bottom:-11px;height:2px;background:var(--blue);transition:.25s}
.nav-drop-toggle:hover:after,.nav-drop-toggle.active:after,.nav-dropdown.open .nav-drop-toggle:after{right:0}
.nav-drop-toggle span{font-size:13px;transition:.25s}.nav-dropdown:hover .nav-drop-toggle span,.nav-dropdown.open .nav-drop-toggle span{transform:rotate(180deg)}
.nav-drop-menu{position:absolute;top:82px;left:-26px;width:250px;padding:13px;background:linear-gradient(145deg,rgba(4,25,55,.99),rgba(2,13,31,.99));border:1px solid rgba(100,161,226,.2);border-radius:10px;box-shadow:0 24px 60px rgba(0,0,0,.35);opacity:0;visibility:hidden;transform:translateY(10px);transition:.22s;backdrop-filter:blur(18px)}
.nav-dropdown:hover .nav-drop-menu,.nav-dropdown.open .nav-drop-menu{opacity:1;visibility:visible;transform:none}
.nav-drop-menu a{display:flex!important;align-items:center;min-height:48px;padding:0 15px;border-radius:7px;color:#dce9f7!important;font-size:13px!important;font-weight:700!important;text-transform:none!important;letter-spacing:.01em!important}
.nav-drop-menu a:after{display:none!important}.nav-drop-menu a:hover,.nav-drop-menu a.active{background:rgba(43,140,255,.12);color:#fff!important;padding-left:19px}
.header-actions .btn{min-height:48px;padding:0 21px;font-size:12px}
@media(max-width:1220px){.brand{min-width:240px}.brand-mark{width:56px;height:64px;flex-basis:56px}.brand-copy strong{font-size:23px}.nav-links{gap:20px}.nav-links>a,.nav-drop-toggle{font-size:12px}}
@media(max-width:1100px){.nav-shell{height:92px}.brand{min-width:0}.brand-mark{width:55px;height:62px;flex-basis:55px}.brand-copy strong{font-size:23px}.brand-copy small{font-size:11px}.nav-links.open{top:92px;gap:3px;max-height:calc(100vh - 112px);overflow:auto}.nav-links.open>a,.nav-links.open .nav-drop-toggle{font-size:15px;padding:12px 8px}.nav-dropdown{display:block;height:auto}.nav-drop-toggle{width:100%;justify-content:space-between}.nav-drop-menu{position:static;width:100%;padding:0 0 0 14px;border:0;box-shadow:none;background:transparent;opacity:1;visibility:visible;transform:none;display:none}.nav-dropdown.open .nav-drop-menu{display:block}.nav-dropdown:hover .nav-drop-menu{display:none}.nav-dropdown.open:hover .nav-drop-menu{display:block}.nav-drop-menu a{min-height:44px;font-size:14px!important}}
@media(max-width:760px){.brand-mark{width:50px;height:57px;flex-basis:50px}.brand-copy strong{font-size:21px}.brand-copy small{font-size:11px}}


/* =========================================================
   V4 — HERO FLOW / READABILITY / GLOBAL WHATSAPP
   ========================================================= */

/* Hero altındaki güven bandı artık hero üzerine binmez */
.trust-strip{
  margin-top:0 !important;
  padding:0;
  background:
    radial-gradient(circle at 12% 0%,rgba(38,126,216,.16),transparent 30%),
    linear-gradient(120deg,#010b18 0%,#031832 50%,#06264a 100%);
}
.trust-grid{
  border-radius:0 0 14px 14px;
  border-top:1px solid rgba(111,177,239,.16);
  box-shadow:0 18px 42px rgba(1,14,31,.16);
}

/* Hakkımızda: üretim disiplini / değerler daha tok ve okunabilir */
.about-values>div{
  padding:34px 30px;
  min-height:178px;
}
.about-values span{
  font-size:13px;
  margin-bottom:21px;
}
.about-values b{
  font-size:21px;
  line-height:1.25;
  margin-bottom:10px;
}
.about-values small{
  font-size:14px;
  line-height:1.72;
  color:#65768b;
}

/* Üretim yolculuğumuz */
.history-line{
  padding:44px 46px 46px;
}
.history-title{
  margin-bottom:32px;
}
.history-title small{
  font-size:13px;
  letter-spacing:.12em;
}
.history-title b{
  font-size:30px;
  line-height:1.15;
}
.history-track article{
  padding:32px 28px 2px 0;
}
.history-track strong{
  font-size:25px;
}
.history-track p{
  font-size:14px;
  line-height:1.72;
  color:#c0cedd;
  margin-top:9px;
}

/* Footer genel okunabilirlik */
.footer{
  padding:72px 0 30px;
}
.footer-grid{
  gap:64px;
}
.footer p{
  font-size:15px;
  line-height:1.8;
  color:#adbed1;
}
.footer h4{
  font-size:14px;
  line-height:1.3;
  letter-spacing:.07em;
  margin-bottom:20px;
}
.footer a{
  font-size:14px;
  line-height:1.55;
  margin:10px 0;
  color:#bdcad8;
}
.footer a:hover{
  color:#fff;
}
.footer-bottom{
  margin-top:46px;
  padding-top:24px;
  font-size:12px;
  line-height:1.65;
  color:#8ca1b8;
}
.footer .brand-copy strong{
  font-size:24px;
}
.footer .brand-copy small{
  font-size:11px;
}

/* Sabit WhatsApp erişimi — site genelinde */
.whatsapp-float{
  position:fixed;
  right:26px;
  bottom:26px;
  z-index:1500;
  width:62px;
  height:62px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#29d767,#13ad4d);
  color:#fff;
  box-shadow:0 16px 40px rgba(14,116,62,.32),0 0 0 7px rgba(37,211,102,.10);
  transition:transform .25s ease,box-shadow .25s ease;
}
.whatsapp-float:hover{
  transform:translateY(-4px) scale(1.04);
  box-shadow:0 22px 48px rgba(14,116,62,.42),0 0 0 9px rgba(37,211,102,.12);
}
.whatsapp-float svg{
  width:30px;
  height:30px;
  fill:currentColor;
}
.whatsapp-float:after{
  content:'WhatsApp';
  position:absolute;
  right:74px;
  white-space:nowrap;
  padding:9px 12px;
  border-radius:7px;
  background:#061a39;
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
  opacity:0;
  transform:translateX(8px);
  pointer-events:none;
  transition:.22s;
  box-shadow:0 10px 25px rgba(0,0,0,.18);
}
.whatsapp-float:hover:after{
  opacity:1;
  transform:none;
}

@media(max-width:760px){
  .trust-strip{margin-top:0 !important}
  .trust-grid{border-radius:0 0 12px 12px}
  .about-values>div{padding:28px 24px;min-height:auto}
  .about-values b{font-size:19px}
  .about-values small{font-size:14px}
  .history-line{padding:32px 24px 34px}
  .history-title b{font-size:26px}
  .history-title small{font-size:12px}
  .history-track strong{font-size:22px}
  .history-track p{font-size:14px;margin-right:0}
  .footer{padding:58px 0 24px}
  .footer p{font-size:14px}
  .footer h4{font-size:13px}
  .footer a{font-size:14px}
  .footer-bottom{font-size:11px}
  .whatsapp-float{width:56px;height:56px;right:18px;bottom:18px}
  .whatsapp-float svg{width:27px;height:27px}
  .whatsapp-float:after{display:none}
}


/* =========================================================
   V5 — PROCESS SYSTEM / GLOBAL TYPE FLOOR / FOOTER SCALE
   ========================================================= */

/* Site genelinde mikro tipografi alt sınırı */
small,
.eyebrow,
.brand-copy small,
.nav-links a,
.nav-drop-toggle,
.lang,
.hero-scroll,
.trust-item small,
.product-body small,
.card-link,
.process-item small,
.process-item p,
.gallery-overlay small,
.blog-card small,
.footer .brand-copy small,
.footer-bottom,
.whatsapp-float:after {
  font-size:max(11px,1em);
}

/* Üretim akışı artık başlı başına endüstriyel bir proses paneli */
.process-wrap{
  position:relative;
  padding:92px 0 98px;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 12% 18%,rgba(38,125,218,.20),transparent 28%),
    radial-gradient(circle at 86% 70%,rgba(16,70,127,.24),transparent 34%),
    repeating-radial-gradient(circle at 38% 48%,rgba(255,255,255,.025) 0 1px,transparent 1px 5px),
    linear-gradient(128deg,#010b18 0%,#031832 48%,#08284e 100%);
}
.process-wrap:before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.5;
  background:
    linear-gradient(115deg,transparent 0 31%,rgba(84,151,218,.08) 31.2%,transparent 31.8% 64%,rgba(84,151,218,.055) 64.2%,transparent 65%),
    linear-gradient(0deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:auto,100% 58px;
}
.process-wrap .container{position:relative;z-index:2}
.process-wrap .eyebrow{color:#55a3ff;font-size:13px;letter-spacing:.14em}
.process-wrap .section-head{align-items:flex-end;margin-bottom:48px}
.process-wrap .section-head h2{
  color:#fff;
  font-size:clamp(40px,4vw,58px)!important;
  max-width:900px;
  line-height:1.06;
}
.process-wrap .section-head p{
  color:#b8c9dc;
  max-width:470px;
  font-size:16px;
  line-height:1.75;
}
.process-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px;
}
.process-grid:before{
  content:'';
  position:absolute;
  left:7%;
  right:7%;
  top:42px;
  height:2px;
  background:linear-gradient(90deg,rgba(66,155,255,.18),#2586f7 14%,#2586f7 86%,rgba(66,155,255,.18));
  box-shadow:0 0 18px rgba(37,134,247,.30);
}
.process-item{
  position:relative;
  z-index:1;
  min-height:255px;
  padding:24px 20px 22px;
  text-align:left;
  border:1px solid rgba(126,181,237,.17);
  border-radius:14px;
  background:linear-gradient(155deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
  box-shadow:0 18px 45px rgba(0,0,0,.18);
  backdrop-filter:blur(9px);
  transition:transform .28s ease,border-color .28s ease,background .28s ease;
}
.process-item:hover{
  transform:translateY(-7px);
  border-color:rgba(75,157,247,.48);
  background:linear-gradient(155deg,rgba(37,134,247,.15),rgba(255,255,255,.035));
}
.process-item:not(:last-child):after{display:none}
.process-icon{
  width:76px;
  height:76px;
  margin:0 0 24px;
  border-radius:18px;
  display:grid;
  place-items:center;
  color:#fff;
  border:1px solid rgba(105,176,255,.42);
  background:linear-gradient(145deg,#1577e7,#0a4f9e);
  box-shadow:0 14px 32px rgba(10,96,192,.34),inset 0 1px rgba(255,255,255,.20);
  font-size:28px;
}
.process-item small{
  display:block;
  color:#5aa6ff;
  font-size:12px!important;
  font-weight:800;
  letter-spacing:.14em;
  margin-bottom:8px;
}
.process-item strong{
  display:block;
  color:#fff;
  font-family:'Manrope',sans-serif;
  font-size:19px;
  line-height:1.22;
  margin:0 0 10px;
}
.process-item p{
  color:#b5c7d9;
  font-size:13px!important;
  line-height:1.68;
  margin:0;
  max-width:none;
}
.process-item:before{
  content:'';
  position:absolute;
  top:39px;
  right:-9px;
  width:18px;
  height:8px;
  border-radius:10px;
  background:#2586f7;
  box-shadow:0 0 16px rgba(37,134,247,.55);
}
.process-item:last-child:before{display:none}

/* Footer: mikro değil, gerçek kurumsal bilgi alanı */
.footer{padding:78px 0 32px}
.footer-grid{gap:68px}
.footer p{font-size:15px!important;line-height:1.82}
.footer h4{font-size:14px!important;line-height:1.35;letter-spacing:.07em}
.footer a{font-size:14px!important;line-height:1.6;margin:11px 0}
.footer-bottom{font-size:12px!important;line-height:1.7}
.footer .brand-copy strong{font-size:25px}
.footer .brand-copy small{font-size:11px!important}

@media(max-width:1100px){
  .process-grid{grid-template-columns:repeat(3,1fr);gap:18px}
  .process-grid:before{display:none}
  .process-item:before{display:none}
}
@media(max-width:760px){
  .process-wrap{padding:74px 0 78px}
  .process-wrap .section-head{margin-bottom:34px}
  .process-wrap .section-head h2{font-size:38px!important}
  .process-grid{grid-template-columns:repeat(2,1fr);gap:14px}
  .process-item{min-height:230px;padding:22px 18px}
  .process-icon{width:66px;height:66px;font-size:25px;margin-bottom:20px}
  .process-item strong{font-size:18px}
  .process-item p{font-size:13px!important}
  .footer{padding:64px 0 28px}
}
@media(max-width:480px){
  .process-grid{grid-template-columns:1fr}
  .process-item{min-height:auto}
}


/* ===== GLOBAL NAV + FOOTER STRUCTURE 2026-08 ===== */
/* Product dropdown: all products visible without making the navigation excessively tall. */
.nav-products .nav-product-menu{width:620px;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px 8px}
.nav-products:hover .nav-product-menu,.nav-products.open .nav-product-menu{display:grid}
.nav-product-link{text-decoration:none}

/* Footer product catalogue in two compact columns. */
.footer-grid{grid-template-columns:1.15fr .85fr 1.55fr 1fr}
.footer-products{min-width:0}
.footer-product-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px;align-items:start}
.footer-product-links a{margin:8px 0!important}
.footer-bottom a{display:inline!important;margin:0!important;color:#9fc6f3!important;font-weight:700}
.footer-bottom a:hover{color:#fff!important}

@media(max-width:1100px){
  .nav-products .nav-product-menu{width:100%;grid-template-columns:1fr 1fr}
  .nav-products.open .nav-product-menu{display:grid}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .nav-products .nav-product-menu{grid-template-columns:1fr}
  .footer-product-links{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px}
}
@media(max-width:480px){
  .footer-grid{grid-template-columns:1fr}
  .footer-product-links{grid-template-columns:repeat(2,minmax(0,1fr))}
}


/* ===== BILINGUAL LANGUAGE SWITCHER 2026-08 ===== */
.lang-dropdown{position:relative;display:flex;align-items:center;height:104px}
.lang-switch{display:flex!important;align-items:center;gap:8px;color:#fff!important;font-family:'Manrope',sans-serif;font-size:12px!important;font-weight:800;letter-spacing:.04em;margin:0!important;padding:9px 11px;border:1px solid rgba(255,255,255,.18);border-radius:9px;background:rgba(255,255,255,.055);backdrop-filter:blur(10px);white-space:nowrap;transition:.25s}
.lang-switch:hover{background:rgba(43,140,255,.16);border-color:rgba(83,162,255,.5)}
.lang-switch b{font-size:11px;color:#9fc6f3;transition:.2s}.lang-dropdown:hover .lang-switch b{transform:rotate(180deg)}
.flag-icon{width:24px;height:16px;display:block;flex:0 0 24px;border-radius:2px;box-shadow:0 0 0 1px rgba(255,255,255,.16)}
.lang-menu{position:absolute;top:78px;right:0;min-width:165px;padding:8px;border:1px solid rgba(126,177,230,.18);border-radius:10px;background:linear-gradient(145deg,#03142d,#082b54);box-shadow:0 20px 55px rgba(0,0,0,.34);display:none;z-index:1200}
.lang-dropdown:hover .lang-menu,.lang-dropdown.open .lang-menu{display:block}
.lang-menu a,.lang-current{display:flex!important;align-items:center;gap:10px;padding:10px 11px;margin:0!important;border-radius:7px;color:#fff!important;font-size:12px!important;font-weight:700;line-height:1.2}
.lang-menu a:hover{background:rgba(43,140,255,.16)}
.lang-current{color:#9fb2c8!important;background:rgba(255,255,255,.035)}.lang-current em{font-style:normal;margin-left:auto;color:#50a3ff}
@media(max-width:1100px){.lang-dropdown{height:82px}.lang-menu{top:68px}.header-actions{margin-left:auto}}
@media(max-width:480px){.lang-switch span{display:inline}.lang-switch{padding:8px 9px}}
