:root {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: #10283a;
  background: #f0f5f8;
  --blue: #0b70b5;
  --navy: #082b44;
  --ice: #e6f0f6;
  --line: rgba(15, 57, 84, .13);
  --muted: #5f7583;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f0f5f8; color: #10283a; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.static-header {
  position: fixed;
  z-index: 30;
  top: 18px;
  left: 50%;
  display: grid;
  width: min(1320px, calc(100% - 36px));
  min-height: 72px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 8px 10px 8px 20px;
  border: 1px solid rgba(15,75,112,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.91);
  box-shadow: 0 18px 55px rgba(8,56,88,.12);
  backdrop-filter: blur(24px);
  transform: translateX(-50%);
}

.static-brand { width: 126px; height: 50px; }
.static-logo { width: 100%; height: 100%; object-fit: contain; }
.static-nav { display: flex; gap: clamp(14px,1.5vw,24px); }
.static-nav a { position: relative; padding: 10px 0; color: #526c7e; font-size: 11px; font-weight: 750; }
.static-nav a.active { color: var(--blue); }
.static-nav a.active::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--blue); content: ""; }
.static-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.static-cart-link { display: flex; align-items: center; gap: 8px; color: #38566b; font-size: 11px; font-weight: 800; }
.static-cart-link span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: #dff0fa; color: var(--blue); font-size: 9px; }
.static-mobile-nav { display: none; }

.static-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border: 1px solid rgba(10,80,122,.17);
  background: #fff;
  box-shadow: 0 12px 28px rgba(8,64,99,.1);
  color: #284f68;
  cursor: pointer;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .03em;
}

.static-button-blue { border: 0; background: linear-gradient(135deg,#1285c9,#07598f); box-shadow: 0 14px 32px rgba(8,100,157,.24); color: #fff; }
.static-kicker { margin: 0 0 24px; color: #597286; font-size: 9px; font-weight: 850; letter-spacing: .2em; }
.static-kicker::before { display: inline-block; width: 28px; height: 1px; margin: 0 12px 3px 0; background: var(--blue); content: ""; }

.static-home-hero {
  display: grid;
  min-height: 930px;
  grid-template-columns: minmax(420px,.8fr) minmax(520px,1.2fr);
  gap: 4vw;
  align-items: center;
  padding: 140px max(5vw, calc((100vw - 1380px) / 2)) 70px;
  background: radial-gradient(circle at 83% 25%,rgba(67,166,218,.28),transparent 27rem),linear-gradient(135deg,#f8fbfd,#e1eef6);
}

.static-home-hero h1,.static-hero h1,.static-material-hero h1,.static-faq h1,.static-cart h1,.static-cart-empty h1 {
  margin: 0;
  font-size: clamp(62px,6.6vw,102px);
  font-weight: 510;
  letter-spacing: -.077em;
  line-height: .91;
}

.static-home-hero h1 em,.static-material-hero h1 em,.static-faq h1 em { color: var(--blue); font-family: Georgia,"Times New Roman",serif; font-weight: 400; }
.static-home-hero > div:first-child > p:not(.static-kicker),.static-material-hero > div:first-child > p:not(.static-kicker),.static-faq > div:first-child > p:not(.static-kicker) { max-width: 540px; margin: 30px 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.static-hero-actions { display: flex; align-items: center; gap: 28px; }
.static-hero-actions > a:last-child { color: #3d657d; font-size: 11px; font-weight: 800; }
.static-proof { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 55px; padding-top: 20px; border-top: 1px solid var(--line); }
.static-proof span { color: #5f7583; font-size: 8px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.static-proof span::before { margin-right: 7px; color: var(--blue); content: "●"; }
.static-home-art { position: relative; min-height: 690px; overflow: hidden; border-radius: 34px 8px 34px 8px; background: rgba(255,255,255,.76); box-shadow: 0 45px 90px rgba(8,64,99,.15); transform: perspective(1400px) rotateY(-2deg) rotateX(1deg); }
.static-home-art img { width: 100%; height: 690px; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 35px 35px rgba(5,58,94,.12)); }
.static-home-art i { position: absolute; right: 25px; bottom: 25px; padding: 11px 13px; border: 1px solid var(--line); background: rgba(255,255,255,.75); color: #376682; font-size: 8px; font-style: normal; font-weight: 850; letter-spacing: .16em; backdrop-filter: blur(12px); }

.static-company { padding: 130px max(5vw,calc((100vw - 1320px)/2)); background: #fff; }
.static-company > div:nth-child(2) { display: grid; grid-template-columns: 1.15fr .55fr; gap: 9vw; align-items: end; }
.static-company h2,.static-section-head h2,.static-categories h2,.static-dark-story h2,.static-material-teaser h2,.static-process h2,.static-story h2,.static-contact h2,.static-includes h2 {
  margin: 0;
  font-size: clamp(46px,5.1vw,77px);
  font-weight: 520;
  letter-spacing: -.067em;
  line-height: .97;
}
.static-company > div:nth-child(2) p,.static-section-head p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.static-company-stats { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 75px; border: 1px solid var(--line); background: #f1f6f9; }
.static-company-stats article { display: flex; min-height: 140px; flex-direction: column; justify-content: space-between; padding: 27px; border-right: 1px solid var(--line); }
.static-company-stats article:last-child { border-right: 0; }
.static-company-stats b { color: var(--blue); font-size: 29px; font-weight: 520; }
.static-company-stats span { color: #536c7b; font-size: 10px; font-weight: 750; }

.static-categories { display: grid; grid-template-columns: 1fr 1fr; background: #dfeaf1; }
.static-categories > a { position: relative; min-height: 690px; overflow: hidden; padding: 55px max(4vw,50px) 20px; border: 1px solid var(--line); background: linear-gradient(145deg,#eef5f9,#dceaf3); }
.static-categories > a + a { background: linear-gradient(145deg,#f4f7f9,#e4edf3); }
.static-categories > a > div { position: relative; z-index: 2; }
.static-categories span,.static-categories strong { color: var(--blue); font-size: 8px; font-weight: 850; letter-spacing: .15em; }
.static-categories p { max-width: 400px; color: var(--muted); font-size: 11px; line-height: 1.75; }
.static-categories img { position: absolute; right: 0; bottom: -20px; width: 78%; height: 450px; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 25px 30px rgba(8,64,99,.14)); transition: transform .4s ease; }
.static-categories a:hover img { transform: translateY(-13px) rotate(-2deg); }

.static-dark-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; padding: 125px max(5vw,calc((100vw - 1320px)/2)); background: radial-gradient(circle at 13% 35%,rgba(43,153,212,.2),transparent 22rem),var(--navy); color: #fff; }
.static-dark-story .static-kicker { color: #70cef6; }
.static-dark-story > div:first-child > p:not(.static-kicker) { color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.85; }
.static-dark-story > div:first-child > a { display: inline-flex; margin-top: 25px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 10px; font-weight: 800; }
.static-pillars { border-top: 1px solid rgba(255,255,255,.15); }
.static-pillars article { padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.static-pillars span { color: #70cef6; font-size: 8px; font-weight: 850; letter-spacing: .16em; }
.static-pillars h3 { margin: 11px 0 8px; font-size: 24px; }
.static-pillars p { margin: 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.7; }

.static-section { padding: 110px max(5vw,calc((100vw - 1320px)/2)) 125px; background: #f4f8fa; }
.static-section-head { display: grid; grid-template-columns: 1fr .55fr; gap: 8vw; align-items: end; margin-bottom: 55px; }
.static-product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.static-product { overflow: hidden; border: 1px solid var(--line); background: #fff; transition: .25s ease; }
.static-product:hover { box-shadow: 0 30px 70px rgba(8,60,94,.15); transform: translateY(-7px); }
.static-product-art { display: block; height: 360px; overflow: hidden; background: linear-gradient(145deg,#f8fbfd,#e5eff5); }
.static-product-art img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 20px 28px rgba(0,0,0,.08)); }
.static-product-copy { padding: 24px; }
.static-product-copy span { color: var(--blue); font-size: 8px; font-weight: 850; letter-spacing: .14em; }
.static-product-copy h3 { margin: 10px 0; font-size: 22px; letter-spacing: -.04em; }
.static-product-copy p { min-height: 44px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.static-product-copy div { display: flex; align-items: end; justify-content: space-between; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.static-product-copy a { color: #3c647d; font-size: 9px; font-weight: 800; }
.static-pack-price { display: grid; gap: 5px; }
.static-pack-price small { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .04em; }

.static-material-teaser,.static-material-hero { display: grid; min-height: 740px; grid-template-columns: .72fr 1.28fr; gap: 7vw; align-items: center; padding: 105px max(5vw,calc((100vw - 1320px)/2)); background: radial-gradient(circle at 78% 45%,rgba(51,145,199,.2),transparent 25rem),#dfebf3; }
.static-material-teaser > div:first-child > p:not(.static-kicker) { max-width: 490px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.static-material-stack { position: relative; min-height: 520px; perspective: 1500px; }
.static-material-stack i { position: absolute; top: 8%; left: 7%; display: flex; width: 64%; aspect-ratio: 1.62; align-items: flex-end; padding: 28px; border: 1px solid rgba(255,255,255,.75); border-radius: 25px; background: linear-gradient(135deg,#0b77ba,#073a5d); box-shadow: 0 38px 70px rgba(9,65,99,.18); color: #fff; font-size: 9px; font-style: normal; font-weight: 850; letter-spacing: .18em; transform: rotate(-8deg) rotateY(12deg); }
.static-material-stack i:nth-child(2) { top: 29%; right: 5%; left: auto; background: linear-gradient(135deg,rgba(255,255,255,.6),rgba(144,210,241,.32)); color: #22648b; backdrop-filter: blur(14px); transform: rotate(8deg) rotateY(-10deg) translateZ(50px); }
.static-material-stack i:nth-child(3) { top: auto; right: 22%; bottom: 3%; left: auto; background: rgba(255,255,255,.9); color: #557282; transform: rotate(-2deg) rotateX(7deg) translateZ(95px); }
.static-material-stack-large { min-height: 600px; }

.static-process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; padding: 110px max(5vw,calc((100vw - 1320px)/2)); background: #fff; }
.static-process > div:last-child { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.static-process article { min-height: 260px; padding: 28px; border-right: 1px solid var(--line); }
.static-process article:last-child { border-right: 0; }
.static-process span { color: var(--blue); font-size: 9px; }
.static-process h3 { margin-top: 80px; font-size: 20px; }
.static-process p { color: var(--muted); font-size: 10px; line-height: 1.7; }

.static-hero { display: grid; min-height: 760px; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 6vw; padding: 135px max(5vw,calc((100vw - 1320px)/2)) 65px; background: radial-gradient(circle at 80% 38%,rgba(67,164,215,.23),transparent 24rem),#e4eff6; }
.static-hero-copy > p:not(.static-kicker) { max-width: 500px; margin: 28px 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.static-hero-art { height: 560px; overflow: hidden; border-radius: 28px; background: rgba(255,255,255,.7); box-shadow: 0 40px 80px rgba(8,64,99,.13); }
.static-hero-art img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }

.static-story { display: grid; grid-template-columns: 1fr .75fr; gap: 8vw; padding: 170px max(5vw,calc((100vw - 1320px)/2)) 120px; background: #e8f1f6; }
.static-story-copy > p { color: var(--muted); font-size: 13px; line-height: 1.9; }
.static-values { margin-top: 40px; border-top: 1px solid var(--line); }
.static-values article { display: grid; grid-template-columns: 45px 1fr; padding: 22px 0; border-bottom: 1px solid var(--line); }
.static-values span { color: var(--blue); font-size: 9px; }
.static-values h3 { margin: 0; font-size: 17px; }
.static-values p { grid-column: 2; margin: 7px 0 0; color: var(--muted); font-size: 11px; }
.static-story-art { min-height: 650px; border-radius: 25px; background: rgba(255,255,255,.56); }
.static-story-art img { width: 100%; height: 650px; object-fit: contain; mix-blend-mode: multiply; }

.static-contact { display: grid; min-height: 820px; grid-template-columns: 1fr .8fr; gap: 9vw; align-items: center; padding: 150px max(5vw,calc((100vw - 1320px)/2)) 90px; background: radial-gradient(circle at 15% 30%,rgba(58,157,212,.18),transparent 22rem),#e5eff5; }
.static-contact > div > p:not(.static-kicker) { max-width: 520px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.static-contact-list { border-top: 1px solid var(--line); }
.static-contact-list a,.static-contact-list p { display: flex; min-height: 75px; align-items: center; justify-content: space-between; margin: 0; border-bottom: 1px solid var(--line); font-size: 12px; }

.static-material-grid { display: grid; grid-template-columns: repeat(3,1fr); padding: 1px max(5vw,calc((100vw - 1320px)/2)) 120px; background: #edf3f7; }
.static-material-grid article { min-height: 490px; padding: 27px; border: 1px solid var(--line); background: #fff; }
.static-material-grid article > div { position: relative; height: 250px; margin-bottom: 30px; overflow: hidden; background: #e4eef4; perspective: 900px; }
.static-material-grid article > div i { position: absolute; top: 30%; left: 20%; width: 60%; aspect-ratio: 1.6; border-radius: 14px; background: #fff; box-shadow: 0 25px 35px rgba(14,65,94,.16); transform: rotate(-11deg); }
.static-material-grid article > div i + i { top: 38%; left: 32%; background: rgba(108,193,235,.38); transform: rotate(9deg) translateZ(40px); }
.static-material-grid article > span { color: var(--blue); font-size: 8px; font-weight: 850; letter-spacing: .14em; }
.static-material-grid h2 { margin: 13px 0; font-size: 30px; letter-spacing: -.05em; }
.static-material-grid p { color: var(--muted); font-size: 11px; line-height: 1.75; }

.static-service-page { padding: 1px max(5vw,calc((100vw - 1320px)/2)) 120px; background: #edf3f7; }
.static-service-page article { display: grid; min-height: 280px; grid-template-columns: 70px 260px 1fr .9fr; gap: 35px; align-items: center; border-bottom: 1px solid var(--line); }
.static-service-page article > span { color: var(--blue); font-size: 10px; font-weight: 850; }
.static-service-page article > div { height: 200px; overflow: hidden; background: #dfeaf1; }
.static-service-page img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.static-service-page h2 { font-size: 32px; letter-spacing: -.05em; }
.static-service-page p { color: var(--muted); font-size: 11px; line-height: 1.75; }

.static-faq { display: grid; min-height: 900px; grid-template-columns: .75fr 1.25fr; gap: 8vw; padding: 170px max(5vw,calc((100vw - 1320px)/2)) 120px; background: radial-gradient(circle at 8% 20%,rgba(63,162,217,.18),transparent 22rem),#e7f1f7; }
.static-faq > div:last-child { border-top: 1px solid var(--line); }
.static-faq details { border-bottom: 1px solid var(--line); }
.static-faq summary { display: grid; min-height: 105px; grid-template-columns: 45px 1fr 24px; align-items: center; cursor: pointer; list-style: none; font-size: 20px; font-weight: 640; letter-spacing: -.03em; }
.static-faq summary::-webkit-details-marker { display: none; }
.static-faq summary span,.static-faq summary i { color: var(--blue); font-size: 10px; font-style: normal; }
.static-faq details[open] summary i { transform: rotate(45deg); }
.static-faq details > p { margin: -10px 0 30px 45px; color: var(--muted); font-size: 11px; line-height: 1.8; }

.static-detail { display: grid; min-height: 850px; grid-template-columns: 1.1fr .9fr; padding-top: 110px; background: #e6f0f6; }
.static-detail-art { display: grid; min-height: 740px; place-items: center; padding: 65px; border-right: 1px solid var(--line); }
.static-detail-art img { width: 100%; height: 620px; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 30px 38px rgba(8,64,99,.12)); }
.static-detail-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px max(5vw,65px); background: #fff; }
.static-back { margin-bottom: 30px; color: #5d7684; font-size: 9px; font-weight: 800; }
.static-detail-copy h1 { margin: 0; font-size: clamp(48px,5vw,76px); letter-spacing: -.065em; line-height: .95; }
.static-detail-copy > p { color: var(--muted); font-size: 12px; line-height: 1.8; }
.static-price { display: flex; align-items: end; justify-content: space-between; margin: 20px 0; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.static-price span { color: var(--blue); font-size: 8px; }
.static-price strong { font-size: 28px; }
.static-specs { margin: 0 0 28px; }
.static-specs div { display: grid; grid-template-columns: 120px 1fr; padding: 10px 0; }
.static-specs dt { color: var(--muted); font-size: 9px; }
.static-specs dd { margin: 0; font-size: 10px; font-weight: 750; }
.static-add-cart { width: 100%; }
.static-whatsapp { display: flex; justify-content: space-between; margin-top: 10px; padding: 16px 20px; border: 1px solid var(--line); color: #42667d; font-size: 10px; font-weight: 800; }
.static-includes { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; padding: 110px max(5vw,calc((100vw - 1320px)/2)); background: #dce9f1; }
.static-includes > div:last-child { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.static-includes article { min-height: 200px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.4); }
.static-includes span { color: var(--blue); font-size: 9px; }
.static-includes h3 { margin-top: 45px; font-size: 19px; }
.static-includes p { color: var(--muted); font-size: 10px; line-height: 1.7; }

.static-cart,.static-cart-empty { min-height: 850px; padding: 170px max(5vw,calc((100vw - 1320px)/2)) 110px; background: radial-gradient(circle at 78% 30%,rgba(59,158,213,.19),transparent 26rem),#e7f1f7; }
.static-cart { display: grid; grid-template-columns: 1.35fr .65fr; gap: 7vw; align-items: start; }
.static-cart > div > p:not(.static-kicker),.static-cart-empty p { max-width: 570px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.static-cart-items { margin-top: 55px; }
.static-cart-items article { display: grid; grid-template-columns: 130px 1fr auto 100px; gap: 20px; align-items: center; min-height: 165px; padding: 15px 0; border-top: 1px solid var(--line); }
.static-cart-items img { width: 130px; height: 125px; object-fit: contain; mix-blend-mode: multiply; }
.static-cart-items span { color: var(--blue); font-size: 8px; font-weight: 850; }
.static-cart-items h2 { margin: 8px 0 12px; font-size: 21px; }
.static-cart-items small { display: block; margin: -5px 0 10px; color: var(--muted); font-size: 9px; }
.static-cart-items > article > div > button { padding: 0; border: 0; background: none; color: var(--muted); cursor: pointer; font-size: 9px; text-decoration: underline; }
.static-quantity { display: flex; align-items: center; border: 1px solid var(--line); background: #fff; }
.static-quantity button { width: 35px; height: 40px; border: 0; background: none; color: var(--blue); cursor: pointer; }
.static-quantity b { min-width: 24px; text-align: center; font-size: 11px; }
.static-cart aside { position: sticky; top: 130px; padding: 32px; border: 1px solid var(--line); background: #fff; box-shadow: 0 28px 65px rgba(9,67,103,.1); }
.static-cart aside > span { color: var(--blue); font-size: 8px; font-weight: 850; letter-spacing: .16em; }
.static-cart aside > div { display: flex; justify-content: space-between; margin: 20px 0; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.static-cart aside > p { color: var(--muted); font-size: 10px; line-height: 1.7; }
.static-cart aside .static-button { width: 100%; }
.static-cart-empty > span { color: var(--blue); font-size: 8px; font-weight: 850; letter-spacing: .17em; }

.static-footer { display: grid; grid-template-columns: 1.4fr .6fr .6fr .8fr; gap: 7vw; padding: 85px max(5vw,calc((100vw - 1320px)/2)) 40px; background: radial-gradient(circle at 80% 40%,rgba(32,135,194,.2),transparent 22rem),#07283d; color: #fff; }
.static-footer > div img { width: 135px; filter: brightness(0) invert(1); }
.static-footer > div h2 { margin: 25px 0 15px; font-size: 32px; letter-spacing: -.05em; }
.static-footer > div p,.static-footer > p { color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.7; }
.static-footer nav { display: flex; flex-direction: column; gap: 13px; }
.static-footer nav span { margin-bottom: 8px; color: #72cef6; font-size: 8px; font-weight: 850; letter-spacing: .15em; }
.static-footer nav a { color: rgba(255,255,255,.65); font-size: 10px; }

@media (max-width: 1100px) {
  .static-header { grid-template-columns: 1fr auto auto; }
  .static-nav { display: none; }
  .static-mobile-nav { position: relative; display: block; }
  .static-mobile-nav summary { display: grid; min-height: 42px; place-items: center; padding: 0 13px; border: 1px solid var(--line); color: var(--blue); cursor: pointer; font-size: 9px; font-weight: 850; list-style: none; }
  .static-mobile-nav summary::-webkit-details-marker { display: none; }
  .static-mobile-nav > div { position: absolute; top: 52px; right: -10px; display: flex; width: min(310px,calc(100vw - 22px)); flex-direction: column; padding: 12px; border: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: 0 25px 60px rgba(4,44,95,.2); }
  .static-mobile-nav a { padding: 13px 10px; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; }
  .static-home-hero,.static-hero,.static-story,.static-material-teaser,.static-material-hero,.static-dark-story,.static-process,.static-detail,.static-includes,.static-faq,.static-cart { grid-template-columns: 1fr; }
  .static-home-hero { padding-top: 160px; }
  .static-company > div:nth-child(2) { grid-template-columns: 1fr; gap: 30px; }
  .static-product-grid,.static-material-grid { grid-template-columns: 1fr 1fr; }
  .static-service-page article { grid-template-columns: 55px 210px 1fr; }
  .static-service-page article > p { grid-column: 3; margin-top: -70px; }
  .static-footer { grid-template-columns: 1.2fr .6fr .6fr; }
  .static-footer > p { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .static-header { top: 10px; width: calc(100% - 20px); min-height: 62px; padding: 6px 8px 6px 13px; border-radius: 14px; }
  .static-brand { width: 105px; height: 43px; }
  .static-actions { display: none; }
  .static-home-hero,.static-company,.static-dark-story,.static-section,.static-material-teaser,.static-process,.static-hero,.static-story,.static-contact,.static-material-hero,.static-faq,.static-detail-copy,.static-includes,.static-cart,.static-cart-empty { padding-right: 20px; padding-left: 20px; }
  .static-home-hero { min-height: auto; padding-top: 135px; padding-bottom: 70px; }
  .static-home-hero h1,.static-hero h1,.static-material-hero h1,.static-faq h1,.static-cart h1,.static-cart-empty h1 { font-size: clamp(52px,15vw,77px); }
  .static-home-art { min-height: 470px; }
  .static-home-art img { height: 470px; }
  .static-proof { flex-direction: column; }
  .static-company { padding-top: 85px; padding-bottom: 85px; }
  .static-company-stats { grid-template-columns: 1fr 1fr; }
  .static-company-stats article:nth-child(2) { border-right: 0; }
  .static-company-stats article { border-bottom: 1px solid var(--line); }
  .static-categories { grid-template-columns: 1fr; }
  .static-categories > a { min-height: 610px; padding: 45px 20px 20px; }
  .static-dark-story,.static-material-teaser,.static-process { padding-top: 85px; padding-bottom: 85px; }
  .static-section-head,.static-contact { grid-template-columns: 1fr; gap: 30px; }
  .static-product-grid,.static-material-grid { grid-template-columns: 1fr; }
  .static-material-stack { min-height: 430px; }
  .static-process > div:last-child { grid-template-columns: 1fr; }
  .static-process article { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }
  .static-process h3 { margin-top: 40px; }
  .static-hero { min-height: auto; padding-top: 135px; }
  .static-hero-art { height: 430px; }
  .static-story { padding-top: 145px; }
  .static-story-art,.static-story-art img { min-height: 430px; height: 430px; }
  .static-contact { min-height: auto; padding-top: 145px; padding-bottom: 85px; }
  .static-material-grid { padding: 1px 20px 80px; }
  .static-service-page { padding: 1px 20px 80px; }
  .static-service-page article { grid-template-columns: 35px 1fr; gap: 20px; padding: 35px 0; }
  .static-service-page article > div { grid-column: 2; width: 100%; }
  .static-service-page article > h2,.static-service-page article > p { grid-column: 2; margin: 0; }
  .static-faq { gap: 55px; padding-top: 145px; }
  .static-faq summary { min-height: 92px; grid-template-columns: 35px 1fr 20px; font-size: 16px; }
  .static-faq details > p { margin-left: 35px; }
  .static-detail { padding-top: 82px; }
  .static-detail-art { min-height: 500px; padding: 25px; border-right: 0; }
  .static-detail-art img { height: 450px; }
  .static-detail-copy { padding-top: 65px; padding-bottom: 65px; }
  .static-includes > div:last-child { grid-template-columns: 1fr 1fr; }
  .static-includes article { padding: 18px; }
  .static-cart { padding-top: 145px; }
  .static-cart-items article { grid-template-columns: 90px 1fr auto; }
  .static-cart-items img { width: 90px; height: 90px; }
  .static-cart-items article > strong { grid-column: 2 / -1; }
  .static-cart aside { position: static; }
  .static-footer { grid-template-columns: 1fr 1fr; gap: 45px 25px; padding: 70px 20px 30px; }
  .static-footer > div,.static-footer > p { grid-column: 1 / -1; }
}

/* Oval, cam yüzeyli son görünüm */
.static-button,
.static-mobile-nav summary {
  border-radius: 999px;
}

.static-admin-link {
  color: #526c7e;
  font-size: 10px;
  font-weight: 800;
}

.static-proof {
  border-top: 0;
}

.static-home-art {
  border: 0;
  border-radius: 44px;
  background: transparent;
  box-shadow: none;
  clip-path: none;
  isolation: auto;
  transform: none;
}

.static-home-art img {
  mix-blend-mode: multiply;
}

.static-company-stats {
  overflow: hidden;
  border-color: rgba(255,255,255,.75);
  border-radius: 32px;
  background: linear-gradient(135deg,rgba(255,255,255,.72),rgba(219,237,247,.55));
  box-shadow: 0 25px 65px rgba(8,70,108,.11), inset 0 1px rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
}

.static-categories {
  gap: 24px;
  padding: 24px;
}

.static-categories > a {
  overflow: hidden;
  border-color: rgba(255,255,255,.78);
  border-radius: 34px;
  box-shadow: 0 25px 65px rgba(8,68,104,.1), inset 0 1px rgba(255,255,255,.85);
}

.static-product {
  border-radius: 28px;
}

.static-product-art {
  border-radius: 27px 27px 0 0;
}

.static-process {
  gap: 24px;
  background: #e5eef4;
}

.static-process > div:first-child,
.static-process > div:last-child {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.74);
  border-radius: 32px;
  background: rgba(255,255,255,.62);
  box-shadow: 0 25px 60px rgba(8,68,104,.09);
  backdrop-filter: blur(18px);
}

.static-process > div:first-child {
  padding: 42px;
}

.static-process > div:last-child {
  gap: 13px;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.74);
}

.static-process article {
  border: 1px solid rgba(14,76,112,.11);
  border-radius: 23px;
  background: rgba(255,255,255,.67);
}

.static-hero-art,
.static-story-art,
.static-contact-list,
.static-material-grid article,
.static-service-page article,
.static-detail-art,
.static-detail-copy,
.static-includes > div:last-child,
.static-includes article,
.static-cart-items article,
.static-cart aside {
  border-radius: 28px;
}

.static-hero-art,
.static-story-art,
.static-detail-art {
  border: 1px solid rgba(255,255,255,.76);
  background: rgba(255,255,255,.18);
  box-shadow: 0 24px 60px rgba(8,66,101,.1);
  backdrop-filter: blur(15px);
}

.static-material-grid,
.static-service-page {
  gap: 18px;
  padding-top: 18px;
}

.static-material-grid article,
.static-service-page article {
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(8,65,101,.08);
}

.static-service-page article {
  padding: 18px 25px;
  background: rgba(255,255,255,.68);
  backdrop-filter: blur(16px);
}

.static-detail {
  gap: 24px;
  padding: 132px 24px 24px;
}

.static-detail-art,
.static-detail-copy {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.76);
  box-shadow: 0 28px 70px rgba(8,67,103,.11);
}

.static-detail-copy {
  background: rgba(255,255,255,.84);
  backdrop-filter: blur(18px);
}

.static-includes > div:last-child {
  overflow: hidden;
}

.static-cart-items {
  display: grid;
  gap: 13px;
}

.static-cart-items article {
  padding: 15px;
  border: 1px solid rgba(255,255,255,.75);
  background: rgba(255,255,255,.58);
  backdrop-filter: blur(15px);
}

.static-cart > * {
  min-width: 0;
}

/* Yerel ürün yönetimi */
.static-admin-shell {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 270px 1fr;
  background: #edf4f8;
}

.static-admin-sidebar {
  position: sticky;
  top: 0;
  display: flex;
  height: 100vh;
  flex-direction: column;
  padding: 34px 24px;
  background: #082b44;
  color: #fff;
}

.static-admin-sidebar > a img {
  width: 145px;
  filter: brightness(0) invert(1);
}

.static-admin-sidebar > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 65px;
}

.static-admin-sidebar > div strong {
  margin: 0 14px 15px;
  color: #72cef6;
  font-size: 8px;
  letter-spacing: .18em;
}

.static-admin-sidebar > div a {
  padding: 15px 14px;
  border-radius: 16px;
  color: rgba(255,255,255,.65);
  font-size: 11px;
  font-weight: 750;
}

.static-admin-sidebar > div a.active,
.static-admin-sidebar > div a:hover {
  background: rgba(92,190,237,.13);
  color: #fff;
}

.static-admin-sidebar > p {
  margin-top: auto;
  color: rgba(255,255,255,.42);
  font-size: 9px;
  line-height: 1.7;
}

.static-admin-main {
  min-width: 0;
  padding: 55px max(4vw,55px) 100px;
}

.static-admin-main > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 45px;
}

.static-admin-main > header span,
.static-admin-products > div:first-child span,
.static-admin-form-head span {
  color: var(--blue);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .18em;
}

.static-admin-main > header h1 {
  margin: 12px 0 0;
  font-size: clamp(48px,5vw,76px);
  font-weight: 520;
  letter-spacing: -.068em;
  line-height: .94;
}

.static-admin-stats {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.static-admin-stats article {
  display: flex;
  min-height: 130px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 24px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 45px rgba(8,65,101,.07);
  backdrop-filter: blur(16px);
}

.static-admin-stats span {
  color: var(--muted);
  font-size: 9px;
}

.static-admin-stats strong {
  color: var(--blue);
  font-size: 30px;
}

.static-admin-hero {
  position: relative;
  display: grid;
  min-height: 390px;
  grid-template-columns: .75fr 1.25fr;
  align-items: center;
  overflow: hidden;
  padding: 45px;
  border-radius: 32px;
  background: radial-gradient(circle at 75% 35%,rgba(73,174,225,.25),transparent 20rem),#0a3450;
  box-shadow: 0 28px 65px rgba(8,65,101,.16);
  color: #fff;
}

.static-admin-hero > div {
  position: relative;
  z-index: 2;
}

.static-admin-hero span {
  color: #72cef6;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .17em;
}

.static-admin-hero h2 {
  margin: 18px 0;
  font-size: clamp(39px,4vw,60px);
  font-weight: 520;
  letter-spacing: -.06em;
  line-height: .96;
}

.static-admin-hero p {
  color: rgba(255,255,255,.6);
  font-size: 11px;
  line-height: 1.75;
}

.static-admin-hero img {
  width: 100%;
  height: 360px;
  object-fit: contain;
  mix-blend-mode: screen;
}

.static-admin-form {
  margin-top: 28px;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 30px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 25px 60px rgba(8,65,101,.1);
  backdrop-filter: blur(18px);
}

.static-admin-form[hidden] {
  display: none;
}

.static-admin-form-head,
.static-admin-products > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.static-admin-form-head h2,
.static-admin-products h2 {
  margin: 8px 0 0;
  font-size: 34px;
  letter-spacing: -.05em;
}

.static-admin-form-head > button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  cursor: pointer;
  font-size: 22px;
}

.static-admin-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 30px 0;
}

.static-admin-fields label {
  display: grid;
  gap: 8px;
  color: #4f6878;
  font-size: 9px;
  font-weight: 800;
}

.static-admin-fields .wide {
  grid-column: 1 / -1;
}

.static-admin-fields input,
.static-admin-fields select,
.static-admin-fields textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 15px;
  border: 1px solid var(--line);
  border-radius: 15px;
  outline: 0;
  background: #f7fafc;
  color: #18394e;
}

.static-admin-fields textarea {
  resize: vertical;
}

.static-admin-fields input:focus,
.static-admin-fields select:focus,
.static-admin-fields textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(11,112,181,.1);
}

.static-admin-fields small {
  color: #81929c;
  font-weight: 500;
}

.static-admin-check {
  display: flex !important;
  grid-column: 1 / -1;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.static-admin-check input {
  width: 18px;
  min-height: 18px;
}

.static-admin-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.static-admin-form-actions > button:first-child,
.static-admin-products > div:first-child > button,
.static-admin-product-list article > div:last-child button {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #4f6b7c;
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
}

.static-admin-products {
  margin-top: 60px;
}

.static-admin-product-list {
  display: grid;
  gap: 12px;
  margin-top: 25px;
}

.static-admin-product-list article {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
}

.static-admin-product-list img {
  width: 110px;
  height: 90px;
  border-radius: 15px;
  object-fit: contain;
  background: #e8f1f6;
  mix-blend-mode: multiply;
}

.static-admin-product-list span {
  color: var(--blue);
  font-size: 8px;
  font-weight: 850;
}

.static-admin-product-list h3 {
  margin: 7px 0;
  font-size: 18px;
}

.static-admin-product-list p {
  margin: 0;
  color: var(--muted);
  font-size: 9px;
}

.static-admin-product-list article > div:last-child {
  display: flex;
  gap: 8px;
}

.static-admin-product-list article > div:last-child button:last-child {
  color: #b34545;
}

@media (max-width: 1000px) {
  .static-admin-shell {
    grid-template-columns: 90px 1fr;
  }

  .static-admin-sidebar {
    padding: 25px 12px;
  }

  .static-admin-sidebar > a img {
    width: 65px;
  }

  .static-admin-sidebar > div strong,
  .static-admin-sidebar > p {
    display: none;
  }

  .static-admin-sidebar > div a {
    padding: 13px 8px;
    font-size: 8px;
    text-align: center;
  }

  .static-admin-hero {
    grid-template-columns: 1fr;
  }

  .static-admin-hero img {
    position: absolute;
    right: -10%;
    bottom: -12%;
    width: 58%;
    opacity: .45;
  }
}

@media (max-width: 700px) {
  .static-categories {
    gap: 12px;
    padding: 12px;
  }

  .static-categories > a {
    border-radius: 26px;
  }

  .static-company-stats {
    border-radius: 24px;
  }

  .static-home-art {
    min-height: 410px;
    border-radius: 30px;
    clip-path: none;
  }

  .static-home-art img {
    height: 410px;
    object-fit: cover;
    object-position: 69% center;
  }

  .static-process {
    gap: 12px;
  }

  .static-detail {
    gap: 12px;
    padding: 95px 12px 12px;
  }

  .static-detail-art,
  .static-detail-copy {
    border-radius: 25px;
  }

  .static-hero-art {
    height: 420px;
    border-radius: 28px;
  }

  .static-hero-art img,
  .static-detail-art img,
  .static-story-art img {
    height: 100%;
    object-fit: cover;
    object-position: 69% center;
  }

  .static-admin-shell {
    grid-template-columns: 1fr;
  }

  .static-admin-sidebar {
    position: static;
    height: auto;
    padding: 16px 20px;
  }

  .static-admin-sidebar > a img {
    width: 110px;
  }

  .static-admin-sidebar > div {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 18px;
  }

  .static-admin-main {
    padding: 35px 20px 80px;
  }

  .static-admin-main > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .static-admin-stats {
    grid-template-columns: 1fr;
  }

  .static-admin-hero {
    padding: 30px;
  }

  .static-admin-fields {
    grid-template-columns: 1fr;
  }

  .static-admin-fields .wide {
    grid-column: auto;
  }

  .static-admin-fields input,
  .static-admin-fields select,
  .static-admin-fields textarea {
    min-height: 52px;
    font-size: 16px;
  }

  .static-admin-product-list article {
    grid-template-columns: 80px 1fr;
  }

  .static-admin-product-list img {
    width: 80px;
    height: 75px;
  }

  .static-admin-product-list article > div:last-child {
    grid-column: 2;
  }

  .static-cart-items article {
    grid-template-columns: 74px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .static-cart-items img {
    width: 74px;
    height: 78px;
  }

  .static-quantity button {
    width: 30px;
  }

  .static-mobile-nav a,
  .static-admin-sidebar > div a {
    min-height: 44px;
  }
}

/* Ana ürün: gerçek şeffaf PNG, oval cam çerçeve ve korunmuş ürün renkleri. */
.static-home-art {
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 44px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .22), rgba(182, 222, 244, .1));
  box-shadow:
    0 32px 75px rgba(8, 66, 101, .12),
    inset 0 0 0 1px rgba(19, 115, 174, .07),
    inset 0 1px 0 rgba(255, 255, 255, .95);
  backdrop-filter: blur(18px);
}

.static-home-art img {
  height: 690px;
  object-fit: cover;
  object-position: 68% center;
  mix-blend-mode: normal;
  filter: drop-shadow(0 28px 32px rgba(7, 57, 87, .15));
}

@media (max-width: 700px) {
  .static-home-art {
    border-radius: 30px;
  }

  .static-home-art img {
    height: 410px;
    object-fit: cover;
    object-position: 72% center;
  }
}

/* Tüm ürün görsel alanları: şeffaf ürün, oval cam yüzey. */
.static-categories img,
.static-product-art img,
.static-hero-art img,
.static-story-art img,
.static-service-page img,
.static-detail-art img,
.static-admin-hero img,
.static-admin-product-list img,
.static-cart-items img {
  mix-blend-mode: normal;
}

.static-hero-art,
.static-story-art,
.static-service-page article > div,
.static-detail-art {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .24), rgba(174, 216, 239, .12));
  box-shadow:
    0 26px 62px rgba(8, 66, 101, .1),
    inset 0 0 0 1px rgba(19, 115, 174, .06),
    inset 0 1px 0 rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
}

.static-product-art,
.static-admin-product-list img,
.static-cart-items img {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .42), rgba(184, 221, 241, .16));
}

@media (max-width: 700px) {
  .static-hero-art,
  .static-story-art,
  .static-service-page article > div,
  .static-detail-art {
    border-radius: 26px;
  }
}

/* Birleşik kart sıraları: çizgisiz, aralıklı cam kartlar. */
.static-company-stats,
.static-process > div:last-child,
.static-includes > div:last-child {
  gap: 16px;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.static-company-stats article,
.static-process article,
.static-includes article {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 26px;
  background: rgba(255, 255, 255, .58);
  box-shadow:
    0 18px 45px rgba(8, 66, 101, .08),
    inset 0 1px 0 rgba(255, 255, 255, .92);
  backdrop-filter: blur(16px);
}

@media (max-width: 700px) {
  .static-company-stats,
  .static-process > div:last-child,
  .static-includes > div:last-child {
    gap: 12px;
  }

  .static-company-stats article,
  .static-process article,
  .static-includes article {
    border-radius: 22px;
  }
}

/* İletişim: siyah ayırıcılar yerine şeffaf cam kartlar. */
.static-contact {
  background:
    radial-gradient(circle at 16% 24%, rgba(70, 177, 231, .2), transparent 25rem),
    linear-gradient(160deg, #e8f2f7, #dceaf2);
}

.static-contact-list {
  display: grid;
  gap: 13px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 34px;
  background: rgba(255, 255, 255, .3);
  box-shadow:
    0 26px 65px rgba(8, 66, 101, .1),
    inset 0 1px 0 rgba(255, 255, 255, .95);
  backdrop-filter: blur(20px);
}

.static-contact-list a,
.static-contact-list p {
  min-width: 0;
  min-height: 86px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 23px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .65), rgba(218, 238, 248, .38));
  box-shadow: 0 14px 35px rgba(8, 66, 101, .06);
}

.static-contact-list strong {
  overflow-wrap: anywhere;
  text-align: right;
}

/* Yerel sepet: ürün görselleriyle tasarlanmış WhatsApp özeti. */
.static-cart aside {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 30px;
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(20px);
}

.static-cart aside > .static-cart-summary-products {
  display: grid;
  gap: 10px;
  margin: 22px 0 6px;
  padding: 0;
  border: 0;
}

.static-cart-summary-products a {
  display: grid;
  min-width: 0;
  grid-template-columns: 58px 1fr;
  gap: 12px;
  align-items: center;
  padding: 9px;
  border: 1px solid rgba(18, 86, 124, .09);
  border-radius: 18px;
  background: rgba(255, 255, 255, .55);
}

.static-cart-summary-products img {
  width: 58px;
  height: 54px;
  object-fit: contain;
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(255,255,255,.5), rgba(183,220,240,.2));
}

.static-cart-summary-products span {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.static-cart-summary-products strong {
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.static-cart-summary-products small {
  color: #627986;
  font-size: 9px;
}

.static-cart-send-button {
  width: 100%;
  gap: 8px;
  justify-content: center;
  border: 0;
}

@media (max-width: 700px) {
  .static-contact-list {
    padding: 12px;
    border-radius: 27px;
  }

  .static-contact-list a,
  .static-contact-list p {
    min-height: 82px;
    gap: 10px;
    padding: 16px;
    border-radius: 20px;
  }

  .static-cart aside {
    border-radius: 25px;
  }
}
