@font-face { font-family:'Prompt'; src:url('public/fonts/prompt-400.ttf') format('truetype'); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:'Prompt'; src:url('public/fonts/prompt-600.ttf') format('truetype'); font-weight:600; font-style:normal; font-display:swap; }
@font-face { font-family:'Prompt'; src:url('public/fonts/prompt-700.ttf') format('truetype'); font-weight:700; font-style:normal; font-display:swap; }
:root { --navy:#062766; --blue:#103b85; --ink:#0e224a; --muted:#626a7c; --mist:#f4f6ff; --line:#d9deed; --white:#fff; --green:#11ce65; font-family:'Prompt', Arial, Tahoma, sans-serif; color:var(--ink); background:#fff; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; min-width:320px; line-height:1.6; } a { color:inherit; } h1,h2,h3,p { margin-top:0; } h1,h2,h3 { line-height:1.2; } h1 { font-size:clamp(2.25rem,5vw,4.6rem); } h2 { font-size:clamp(1.7rem,3vw,2.65rem); } h3 { font-size:1.12rem; } .skip-link { position:fixed; z-index:100; left:1rem; top:-5rem; padding:.7rem 1rem; background:#fff; color:#000; box-shadow:0 2px 8px #0004; } .skip-link:focus { top:1rem; }
.site-header { min-height:84px; padding:0 clamp(1.25rem,5vw,5rem); display:flex; align-items:center; justify-content:space-between; position:sticky; top:0; z-index:20; background:rgba(255,255,255,.97); border-bottom:1px solid var(--line); } .brand { text-decoration:none; display:flex; align-items:center; gap:.55rem; color:var(--navy); font-weight:800; } .brand-mark { display:grid; place-items:center; width:48px; height:48px; border:3px solid var(--navy); transform:rotate(30deg); font-size:.76rem; } .brand-mark::first-line { transform:rotate(-30deg); } .brand-name { font-size:.65rem; line-height:1.1; letter-spacing:.08em; } .site-nav { display:flex; align-items:center; gap:.3rem; } .site-nav a,.language-toggle,.menu-toggle { border:0; background:transparent; color:var(--ink); font:inherit; font-weight:700; padding:.7rem .85rem; text-decoration:none; cursor:pointer; } .site-nav a:hover,.site-nav a:focus-visible,.site-nav a.active { color:#fff; background:var(--navy); border-radius:2px; } .language-toggle { margin-left:.35rem; border-left:1px solid var(--line); border-radius:0; } .language-toggle span { color:#a8afc0; padding:0 .2rem; } .english-active { color:var(--navy); } .menu-toggle { display:none; }
.page { display:none; } .page.is-active { display:block; animation:appear .25s ease-out; } @keyframes appear { from { opacity:.4; } to { opacity:1; } }.hero { min-height:clamp(430px,58vw,760px); display:flex; align-items:center; padding:clamp(2rem,7vw,7rem); color:white; position:relative; overflow:hidden; background-color:var(--navy); isolation:isolate; } .hero::before { content:""; position:absolute; z-index:-2; inset:0; background-image:var(--hero-image); background-size:cover; background-position:center; filter:saturate(.8) contrast(.93); } .hero::after { content:""; position:absolute; z-index:-1; inset:0; background:linear-gradient(90deg,rgba(3,28,79,.88),rgba(5,36,100,.58) 52%,rgba(5,36,100,.25)); } .hero-home { --hero-image:url("public/images/optimized/Frame%201.webp"); } .hero-about { --hero-image:url("public/images/optimized/Frame%202.webp"); min-height:420px; } .hero-products { --hero-image:url("public/images/optimized/Frame%203.webp"); min-height:440px; } .hero-copy { max-width:740px; } .hero-copy p:not(.eyebrow) { max-width:650px; font-size:clamp(1.02rem,1.5vw,1.22rem); } .eyebrow { margin-bottom:.7rem; color:var(--blue); letter-spacing:.1em; font-size:.76rem; font-weight:800; } .hero .eyebrow { color:#c9d8ff; }.button { display:inline-block; padding:.7rem 1.2rem; background:var(--navy); color:white; text-decoration:none; border-radius:3px; font-weight:800; margin-top:.8rem; box-shadow:0 6px 12px #00184625; } .hero .button { background:white; color:var(--navy); } .button:hover,.button:focus-visible { outline:3px solid #92c0ff; outline-offset:3px; } .text-link { color:var(--navy); font-weight:800; text-decoration:none; } .text-link:hover { text-decoration:underline; }
.section { padding:clamp(3.5rem,7vw,7rem) clamp(1.25rem,7vw,7rem); max-width:1500px; margin:auto; } .split { display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(2.2rem,7vw,8rem); align-items:center; } .split p { color:var(--muted); }.image-collage { height:440px; position:relative; } .photo { background-repeat:no-repeat; background-size:cover; background-color:#d2d8e7; box-shadow:0 14px 27px #081a4323; } .photo-paper { background-image:url("public/images/optimized/Frame%201.webp"); background-position:22% 54%; width:78%; height:70%; position:absolute; top:0; left:0; } .photo-warehouse { background-image:url("public/images/optimized/Frame%202.webp"); background-position:74% 40%; width:55%; height:42%; right:0; bottom:0; border:8px solid #fff; } .advantages { max-width:none; background:var(--mist); text-align:center; } .advantages > .eyebrow,.advantages > h2 { max-width:1200px; margin-left:auto; margin-right:auto; } .feature-grid { max-width:1300px; margin:2.7rem auto 0; display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; text-align:left; } .feature-grid article { background:white; border:1px solid var(--line); padding:1.45rem; } .feature-grid span { color:var(--blue); font-weight:900; font-size:1.35rem; }.feature-grid p { margin-bottom:0; color:var(--muted); font-size:.9rem; }.product-preview { text-align:center; }.product-preview .product-card { text-align:left; }
.product-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.25rem; margin-top:2.5rem; }.product-grid.compact { grid-template-columns:repeat(4,1fr); }.product-card { border:1px solid var(--line); border-radius:7px; overflow:hidden; background:white; transition:transform .18s ease,box-shadow .18s ease; }.product-card:hover { transform:translateY(-4px); box-shadow:0 14px 26px #09215c16; }.product-card a { display:block; text-decoration:none; height:100%; }.product-card h3,.product-card p { padding:0 1.15rem; }.product-card h3 { margin:1.1rem 0 .45rem; }.product-card p { color:var(--muted); font-size:.9rem; padding-bottom:1.3rem; margin-bottom:0; }.product-photo { height:215px; background-color:#e3e8f3; background-size:cover; background-repeat:no-repeat; }.photo-rsc { background-image:url("public/images/optimized/rsc/rsc-closed.webp"); background-position:center; }.photo-ftd { background-image:url("public/images/optimized/ftd/ftd-closed.webp"); background-position:center; }.photo-fol { background-image:url("public/images/optimized/Frame%201.webp"); background-position:18% 57%; }.photo-fruit { background-image:url("public/images/optimized/Frame%203.webp"); background-position:25% 52%; }.photo-diecut { background-image:url("public/images/optimized/Frame%206.webp"); background-position:46% 62%; }.photo-docs { background-image:url("public/images/optimized/Frame%202.webp"); background-position:72% 36%; }.section-lead { color:var(--muted); font-size:1.08rem; }.cta { max-width:1300px; margin:0 auto clamp(4rem,7vw,8rem); padding:clamp(2rem,5vw,4rem); background:var(--navy); border-radius:20px; color:white; display:flex; align-items:center; justify-content:space-between; gap:2rem; }.cta h2 { max-width:700px; margin-bottom:.7rem; }.cta p { margin-bottom:0; color:#d8e2ff; }.button-light { background:white; color:var(--navy); white-space:nowrap; }
.about-copy { padding-bottom:5rem; }.about-images { height:400px; position:relative; }.photo-machine { height:62%; width:62%; background-image:url("public/images/optimized/Frame%202.webp"); background-position:60% 39%; border-radius:12px; }.photo-stock { height:62%; width:62%; background-image:url("public/images/optimized/Frame%202.webp"); background-position:80% 38%; border-radius:12px; position:absolute; bottom:0; right:0; }.stat-row { display:flex; gap:1rem; margin-top:2rem; }.stat-row div { padding:1rem 1.2rem; min-width:170px; border:1px solid #cbd4eb; background:#eef2ff; border-radius:8px; }.stat-row strong,.stat-row span { display:block; }.stat-row strong { color:var(--navy); font-size:1.8rem; }.stat-row span { color:var(--muted); font-size:.85rem; }.mission { padding:clamp(4rem,9vw,9rem) 1.25rem; background:linear-gradient(#061a40d9,#061a40d9),url("public/images/optimized/Frame%202.webp") center/cover; }.mission-card { max-width:820px; padding:clamp(2rem,5vw,4.5rem); margin:auto; border-radius:40px; background:white; }.mission-card li { margin-bottom:.6rem; }
.product-detail { display:grid; grid-template-columns:1fr 1fr; padding-top:clamp(3rem,7vw,6rem); gap:clamp(2rem,6vw,7rem); }.product-gallery { min-width:0; }.detail-image { min-height:400px; border:1px solid var(--line); border-radius:8px; background-color:#e3e8f3; background-repeat:no-repeat; background-size:cover; background-position:center; }.rsc-closed { background-image:url("public/images/optimized/rsc/rsc-closed.webp"); }.rsc-open-wide { background-image:url("public/images/optimized/rsc/rsc-open-wide.webp"); }.rsc-open-front { background-image:url("public/images/optimized/rsc/rsc-open-front.webp"); }.rsc-open-top { background-image:url("public/images/optimized/rsc/rsc-open-top.webp"); }.ftd-closed { background-image:url("public/images/optimized/ftd/ftd-closed.webp"); }.ftd-open-separated { background-image:url("public/images/optimized/ftd/ftd-open-separated.webp"); }.ftd-open-side { background-image:url("public/images/optimized/ftd/ftd-open-side.webp"); }.ftd-open-top { background-image:url("public/images/optimized/ftd/ftd-open-top.webp"); }.thumb-row { display:flex; gap:.7rem; margin-top:1rem; }.thumb-row[hidden] { display:none; }.gallery-thumb { width:80px; height:66px; padding:0; border:1px solid var(--line); border-radius:6px; background-color:#e3e8f3; background-repeat:no-repeat; background-position:center; background-size:cover; cursor:pointer; transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease; }.gallery-thumb:hover,.gallery-thumb:focus-visible { transform:translateY(-2px); border-color:var(--blue); outline:0; }.gallery-thumb.is-selected { border:3px solid var(--blue); box-shadow:0 4px 12px #09215c24; }.detail-copy { padding:1rem 0; }.detail-copy h1 { font-size:clamp(2rem,4vw,3.5rem); }.detail-copy > p:not(.eyebrow) { color:var(--muted); font-size:1.06rem; }.mini-features { display:grid; grid-template-columns:repeat(2,1fr); gap:1rem; color:var(--ink); font-weight:700; margin:2rem 0; }.mini-features span::first-letter { color:var(--blue); }.specs h2 { text-align:center; }.specs h2 span { white-space:nowrap; }.specs table { border-collapse:separate; border-spacing:0; overflow:hidden; width:100%; border:1px solid var(--line); border-radius:7px; margin-top:2.5rem; text-align:left; }.specs th,.specs td { padding:1.1rem 1.25rem; border-bottom:1px solid var(--line); }.specs thead th { background:var(--navy); color:white; }.specs tbody th { width:34%; background:#eef2ff; }.specs tr:last-child th,.specs tr:last-child td { border-bottom:0; }
.map-visual { height:530px; position:relative; overflow:hidden; background:#e6e9f4; }.map-grid { height:100%; opacity:.75; background-image:linear-gradient(35deg,transparent 46%,#c8cede 47%,#c8cede 50%,transparent 51%),linear-gradient(-24deg,transparent 48%,#d0d6e4 49%,#d0d6e4 52%,transparent 53%),linear-gradient(90deg,transparent 47%,#c4cadb 48%,#c4cadb 52%,transparent 53%); background-size:130px 100px,200px 150px,220px 140px; }.pin { position:absolute; left:50%; top:47%; width:70px; height:70px; display:grid; place-items:center; transform:translate(-50%,-50%); border-radius:50% 50% 50% 0; rotate:-45deg; background:var(--ink); color:white; font-size:1.8rem; box-shadow:0 9px 17px #0003; }.pin::first-letter { rotate:45deg; }.map-card { position:absolute; left:clamp(1.25rem,6vw,6rem); bottom:3rem; max-width:350px; padding:1.5rem; background:#fff; border-radius:12px; box-shadow:0 10px 30px #06235f22; }.map-card h2 { font-size:1.35rem; }.contact-section { padding-bottom:clamp(5rem,10vw,10rem); }.address-bar { padding:1.5rem; border:1px solid var(--line); border-radius:9px; display:flex; align-items:center; gap:1.2rem; font-size:2rem; color:var(--blue); margin:3rem 0 1.5rem; }.address-bar span { display:grid; color:var(--ink); }.address-bar small,.contact-grid small { color:var(--muted); font-size:.8rem; }.address-bar strong { font-size:clamp(1.05rem,2.1vw,1.7rem); line-height:1.3; }.contact-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; max-width:950px; margin:auto; }.contact-grid a { min-height:170px; padding:1.6rem; border:1px solid var(--line); border-radius:8px; text-decoration:none; display:flex; flex-direction:column; justify-content:center; }.contact-grid a:hover { background:#f4f7ff; }.contact-grid span { color:var(--blue); font-size:1.6rem; font-weight:800; }.contact-grid small,.contact-grid strong { display:block; }.contact-grid strong { color:var(--navy); font-size:1.15rem; }.site-footer { display:grid; grid-template-columns:1.1fr .9fr; gap:3rem; padding:clamp(3rem,7vw,6rem) clamp(1.25rem,7vw,7rem); background:#203d81; color:white; }.site-footer h2 { font-size:1.4rem; }.site-footer p { color:#c4d0ee; max-width:540px; }.site-footer address { font-style:normal; padding:1.5rem 2rem; background:#29488d; border:1px solid #3b5797; border-radius:8px; }.site-footer address a { color:#fff; text-decoration:none; }.button-footer { background:#001e5c; }
@media (max-width:900px) { .site-header { min-height:70px; } .menu-toggle { display:block; }.site-nav { display:none; position:absolute; top:100%; left:0; right:0; padding:1rem; flex-direction:column; align-items:stretch; background:#fff; box-shadow:0 12px 17px #081b5022; }.site-nav.open { display:flex; }.site-nav a,.language-toggle { width:100%; text-align:left; }.language-toggle { border-left:0; border-top:1px solid var(--line); margin:0; }.split,.product-detail { grid-template-columns:1fr; }.image-collage { height:360px; }.feature-grid { grid-template-columns:repeat(2,1fr); }.product-grid.compact { grid-template-columns:repeat(2,1fr); }.product-grid { grid-template-columns:repeat(2,1fr); }.product-photo { height:190px; }.about-images { order:-1; }.site-footer { grid-template-columns:1fr; }.map-visual { height:470px; } }
@media (max-width:560px) { .brand-name { display:none; }.hero { min-height:490px; }.hero-copy h1 { font-size:2.5rem; }.section { padding:3.5rem 1.25rem; }.feature-grid,.product-grid,.product-grid.compact,.contact-grid { grid-template-columns:1fr; }.image-collage { height:285px; }.photo-paper { height:72%; }.cta { align-items:flex-start; flex-direction:column; border-radius:14px; }.stat-row { flex-direction:column; }.stat-row div { min-width:0; }.mission-card { border-radius:22px; }.mini-features { grid-template-columns:1fr; }.detail-image { min-height:300px; }.specs { overflow-x:auto; }.specs table { min-width:620px; }.map-card { left:1.25rem; right:1.25rem; bottom:1.5rem; }.address-bar { align-items:flex-start; font-size:1.4rem; }.site-footer address { padding:1.35rem; } }
.photo-fruit { background-image:url("public/images/optimized/fths/fths-closed.webp"); background-position:center; }.fths-closed { background-image:url("public/images/optimized/fths/fths-closed.webp"); }.fths-open-wide { background-image:url("public/images/optimized/fths/fths-open-wide.webp"); }.fths-open-front { background-image:url("public/images/optimized/fths/fths-open-front.webp"); }.fths-open-top { background-image:url("public/images/optimized/fths/fths-open-top.webp"); }.photo-diecut { background-image:url("public/images/optimized/diecut/diecut-closed.webp"); background-position:center; }.diecut-closed { background-image:url("public/images/optimized/diecut/diecut-closed.webp"); }.diecut-open-wide { background-image:url("public/images/optimized/diecut/diecut-open-wide.webp"); }.diecut-open-front { background-image:url("public/images/optimized/diecut/diecut-open-front.webp"); }.diecut-open-top { background-image:url("public/images/optimized/diecut/diecut-open-top.webp"); }
.hero-home { --hero-image:url("public/images/optimized/hero-home-20260711.webp"); }.photo-paper { background-image:url("public/images/optimized/factory/home-about-main.webp"); }.photo-warehouse { background-image:url("public/images/optimized/factory/home-about-detail.webp"); }.mission { background-image:linear-gradient(#061a40d9,#061a40d9),url("public/images/optimized/factory/mission-background.webp"); }.photo-machine { background-image:url("public/images/optimized/factory/about-main.webp"); }.photo-stock { background-image:url("public/images/optimized/factory/about-detail.webp"); }.hero-about { --hero-image:url("public/images/optimized/hero-about-20260711.webp"); }.hero-products { --hero-image:url("public/images/optimized/hero-products-20260711.webp"); }.photo-docs { background-image:url("public/images/optimized/document/document-closed.webp"); background-position:center; }.document-closed { background-image:url("public/images/optimized/document/document-closed.webp"); }.document-open-wide { background-image:url("public/images/optimized/document/document-open-wide.webp"); }.document-open-front { background-image:url("public/images/optimized/document/document-open-front.webp"); }.document-open-top { background-image:url("public/images/optimized/document/document-open-top.webp"); }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { animation-duration:.01ms !important; transition-duration:.01ms !important; scroll-behavior:auto !important; } }
.brand { gap:0; }
.brand-logo { width:64px; height:64px; display:grid; place-items:center; overflow:hidden; }
.brand-logo img { display:block; width:76px; height:76px; max-width:none; object-fit:contain; transform:none; }
.menu-toggle { width:44px; height:44px; padding:10px; align-items:center; justify-content:center; flex-direction:column; gap:5px; }
.menu-toggle span { display:block; width:24px; height:2px; border-radius:2px; background:var(--navy); transition:transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity:0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
@media (max-width:900px) { .menu-toggle { display:flex; } }
.feature-grid .feature-icon { width:46px; height:46px; display:grid; place-items:center; margin-bottom:1rem; color:var(--blue); background:#eaf0ff; border:1px solid #d6e0fb; border-radius:12px; }
.feature-grid .feature-icon svg { width:24px; height:24px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.feature-grid article { transition:transform .2s ease,box-shadow .2s ease; }
.feature-grid article:hover { transform:translateY(-4px); box-shadow:0 12px 24px #0b28651c; }
.product-preview { text-align:left; }
.product-preview-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:2rem; }
.product-preview-heading h2 { margin-bottom:0; }
.carousel-controls { display:flex; gap:.65rem; flex-shrink:0; }
.carousel-controls button { width:44px; height:44px; border:1px solid var(--line); border-radius:8px; color:var(--navy); background:#fff; font:700 1.35rem/1 'Prompt',sans-serif; cursor:pointer; transition:background .2s ease,color .2s ease,transform .2s ease; }
.carousel-controls button:hover,.carousel-controls button:focus-visible { color:#fff; background:var(--navy); outline:0; transform:translateY(-2px); }
.product-carousel { overflow-x:auto; margin-top:2.5rem; scroll-behavior:smooth; scroll-snap-type:x mandatory; scrollbar-width:none; }
.product-carousel::-webkit-scrollbar { display:none; }
.product-track { display:flex; gap:1.25rem; width:max-content; padding:0 1px 1rem; }
.product-track .product-card { flex:0 0 clamp(240px,20.5vw,300px); scroll-snap-align:start; }
@media (max-width:560px) { .product-preview-heading { align-items:flex-start; gap:1rem; flex-direction:column; } .product-track .product-card { flex-basis:calc(86vw - 2.5rem); } }
.footer-social { display:flex; gap:1rem; margin-top:1.6rem; }
.footer-social a,.footer-social-icon { width:48px; height:48px; display:grid; place-items:center; border:1px solid #4a64a2; border-radius:50%; color:#fff; text-decoration:none; transition:background .2s ease,transform .2s ease; }
.footer-social a:hover,.footer-social a:focus-visible { background:#0a235d; outline:2px solid #a9c6ff; outline-offset:3px; transform:translateY(-3px); }
.footer-social svg { width:23px; height:23px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.brand-logo { width:clamp(60px,5.2vw,74px); height:clamp(60px,5.2vw,74px); flex:0 0 auto; }
.brand-logo img { width:100%; height:100%; object-fit:contain; filter:brightness(.76) contrast(1.15) saturate(1.22); }
.section.intro { position:relative; max-width:1300px; margin:clamp(3rem,7vw,7rem) auto; padding:clamp(1.25rem,3.8vw,3.8rem); gap:clamp(2rem,5vw,5rem); overflow:hidden; border:1px solid #dbe4f5; border-radius:28px; background:linear-gradient(135deg,#f8faff 0%,#eef3ff 100%); box-shadow:0 20px 45px #102b6312; }
.intro::before { content:""; position:absolute; width:300px; height:300px; right:-135px; top:-160px; border-radius:50%; background:#cfdbff88; pointer-events:none; }
.intro .image-collage { height:420px; z-index:1; }
.intro .photo-paper { width:82%; height:76%; border-radius:18px; box-shadow:0 20px 36px #071d4b2e; }
.intro .photo-warehouse { width:57%; height:46%; right:-1rem; bottom:0; border:7px solid #fff; border-radius:14px; box-shadow:0 16px 30px #071d4b28; }
.intro-copy { position:relative; z-index:1; padding:clamp(1.6rem,3vw,3rem); border:1px solid #e0e7f4; border-radius:20px; background:#fff; box-shadow:0 14px 30px #09215c12; }
.intro-copy h2 { margin-bottom:1.25rem; font-size:clamp(1.75rem,2.8vw,2.6rem); }
.intro-copy p:not(.eyebrow) { margin-bottom:1.5rem; color:var(--muted); font-size:1rem; line-height:1.85; }
.contact-actions { display:flex; flex-wrap:wrap; gap:.75rem; align-items:center; }
.contact-action { min-height:48px; display:inline-flex; align-items:center; gap:.55rem; padding:.65rem 1rem; border-radius:8px; color:var(--navy); background:#fff; font-weight:700; text-decoration:none; box-shadow:0 7px 16px #061e5220; }
.contact-action svg { width:21px; height:21px; fill:none; stroke:currentColor; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; }
.contact-action.facebook { cursor:default; }
.contact-action.facebook[href] { cursor:pointer; }
.contact-action.facebook:hover,.contact-action.facebook:focus-visible { color:#fff; background:#0d5ec8; outline:3px solid #c4dcff; outline-offset:3px; }
.line-action { color:#08773a; }
.line-action:hover,.line-action:focus-visible { color:#fff; background:#0b9b4d; outline:3px solid #b5edcd; outline-offset:3px; }
.detail-actions { margin-top:2rem; }
.detail-actions .contact-action { color:#fff; background:var(--navy); box-shadow:0 8px 18px #061e5222; }
.detail-actions .line-action { background:#12b95d; }
.footer-social { flex-direction:column; align-items:flex-start; gap:.8rem; min-height:236px; }
.contact-card-facebook { min-height:170px; padding:1.6rem; border:1px solid var(--line); border-radius:8px; display:flex; flex-direction:column; justify-content:center; color:var(--navy); background:#fff; }
.contact-card-facebook > span { color:var(--blue); font:700 1.8rem/1 Arial,sans-serif; }
.contact-card-facebook small,.contact-card-facebook strong { display:block; }
.contact-card-facebook small { margin-top:.7rem; color:var(--muted); font-size:.8rem; }
.contact-card-facebook strong { font-size:1.15rem; }
@media (max-width:900px) { .section.intro { margin:3rem 1.25rem; } .intro .image-collage { height:350px; } }
@media (max-width:560px) { .brand-logo { width:60px; height:60px; } .brand-logo img { width:100%; height:100%; } .section.intro { margin:2.5rem 1.25rem; padding:1rem; border-radius:20px; } .intro .image-collage { height:290px; } .intro-copy { padding:1.5rem; } .contact-actions { width:100%; } .contact-action { flex:1 1 140px; justify-content:center; } }
.footer-company-word { position:relative; display:inline-block; }
.footer-company-word::after { content:""; position:absolute; left:0; bottom:-10px; width:calc(100% + 20px); height:3px; border-radius:999px; background:#77a8ff; }
.contact-grid .contact-card-icon { width:48px; height:48px; display:grid; place-items:center; margin-bottom:.8rem; border:1px solid #d5e1fb; border-radius:14px; color:var(--blue); background:#edf3ff; }
.contact-grid .contact-card-icon svg { width:24px; height:24px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.contact-grid a:hover .contact-card-icon { color:#fff; background:var(--blue); border-color:var(--blue); }
.contact-card-facebook .contact-card-icon { width:48px; height:48px; display:grid; place-items:center; margin-bottom:.8rem; border:1px solid #d5e1fb; border-radius:14px; color:var(--blue); background:#edf3ff; }
.contact-card-facebook .contact-card-icon svg { width:24px; height:24px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.address-bar { background:linear-gradient(100deg,#fbfcff,#f2f6ff); box-shadow:0 10px 22px #09215c0c; }
.address-bar { text-decoration:none; }
.address-bar:hover,.address-bar:focus-visible { background:linear-gradient(100deg,#f5f8ff,#eaf1ff); box-shadow:0 18px 32px #09215b18; outline:3px solid #c8d9fb; outline-offset:3px; transform:translateY(-3px); }
.address-bar:hover .address-icon,.address-bar:focus-visible .address-icon { background:var(--blue); border-color:var(--blue); }
.address-icon { width:58px; height:58px; flex:0 0 auto; display:grid; place-items:center; border-radius:16px; color:#fff; background:linear-gradient(145deg,var(--blue),var(--navy)); box-shadow:0 8px 16px #06276632; }
.address-icon svg { width:29px; height:29px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.related-products { padding-top:clamp(1rem,3vw,3rem); }
.related-products .product-carousel { margin-top:2.5rem; }
.contact-action.facebook { color:#fff; background:#1877f2; }
.contact-action.line-action { color:#fff; background:#06c755; }
.contact-action.line-action:hover,.contact-action.line-action:focus-visible { color:#fff; background:#05a947; outline-color:#b9efce; }
.detail-actions .contact-action.facebook { background:#1877f2; }
.detail-actions .contact-action.line-action { background:#06c755; }
.contact-grid .facebook-icon,.contact-card-facebook .facebook-icon { color:#fff; background:#1877f2; border-color:#1877f2; }
.contact-grid .line-icon { color:#fff; background:#06c755; border-color:#06c755; }
.footer-social .footer-social-icon { color:#fff; background:#1877f2; border-color:#1877f2; }
.footer-social a[aria-label="LINE"] { color:#fff; background:#06c755; border-color:#06c755; }
.hero-home { border-bottom:1px solid #d6e0f4; }
.section.intro { max-width:none; margin:0; border-right:0; border-left:0; border-radius:0; box-shadow:none; }
.advantages { border-top:1px solid #d6e0f4; }
.address-icon { width:52px; height:52px; border-radius:50% 50% 50% 0; background:var(--navy); box-shadow:0 9px 18px #06276636; transform:rotate(-45deg); }
.address-pin-dot { width:13px; height:13px; border-radius:50%; background:#fff; transform:rotate(45deg); }
.contact-grid .facebook-icon,.contact-card-facebook .facebook-icon,.contact-grid .line-icon { color:var(--blue); background:#edf3ff; border-color:#d5e1fb; }
.footer-social .footer-social-icon,.footer-social a[aria-label="LINE"] { color:#fff; background:transparent; border-color:#4a64a2; }
@media (max-width:560px) { .section.intro { margin:0; border-radius:0; } }
#home .section.intro { max-width:1280px; margin:-4.5rem auto 0; border:1px solid #dbe4f5; border-radius:28px; box-shadow:0 24px 50px #071c4a24; }
#home .advantages { margin-top:0; border-top:0; padding-top:clamp(4rem,8vw,8rem); }
.hero-home .button { color:#fff; background:var(--navy); border:1px solid #84a8f3; }
.hero-home .button:hover,.hero-home .button:focus-visible { color:var(--navy); background:#fff; }
@media (max-width:900px) { #home .section.intro { margin:-3rem 1.25rem 0; } }
@media (max-width:560px) { #home .section.intro { margin:-2rem 1rem 0; border-radius:20px; } }
#home .section.intro { max-width:none; margin:0; border:0; border-radius:0; box-shadow:none; }
.hero-home .button { border:0; }
@media (max-width:900px) { #home .section.intro { margin:0; } }
@media (max-width:560px) { #home .section.intro { margin:0; border-radius:0; } }
#home .section.intro,#home .advantages { background:var(--mist); }
@media (max-width:900px) { #home .intro { grid-template-columns:minmax(135px,.85fr) minmax(0,1.15fr); align-items:center; gap:1.25rem; } #home .intro .image-collage { height:330px; } }
@media (max-width:560px) { #home .intro { grid-template-columns:minmax(105px,.72fr) minmax(0,1.28fr); gap:.85rem; padding:1rem; } #home .intro .image-collage { height:250px; } #home .intro .photo-paper { height:74%; } #home .intro .photo-warehouse { right:-.35rem; bottom:0; border-width:4px; } #home .intro-copy { padding:1rem; border-radius:14px; } #home .intro-copy h2 { font-size:1.35rem; } #home .intro-copy p:not(.eyebrow) { font-size:.82rem; line-height:1.6; } #home .intro-copy .eyebrow { font-size:.65rem; } }
.mission-heading { margin:0 auto 2.7rem; color:#fff; text-align:center; }
.mission-heading .eyebrow { color:#c9d8ff; }
.mission-heading h2 { margin-bottom:1rem; color:#fff; }
.mission-heading span { display:block; width:86px; height:2px; margin:auto; border-radius:999px; background:#e13a45; }
@media (max-width:900px) { #home .intro { grid-template-columns:1fr; } #home .intro .image-collage { height:360px; } }
@media (max-width:560px) { #home .intro { grid-template-columns:1fr; } #home .intro .image-collage { height:290px; } }
.language-toggle { cursor:pointer; }
.language-toggle.english-active > span:last-child { color:var(--blue); }
#home .intro .image-collage { width:100%; height:clamp(360px,32vw,440px); margin-inline:auto; }
#home .intro .photo-paper { width:88%; height:78%; top:0; left:50%; transform:translateX(-50%); border-radius:20px; background-position:center; background-size:130% auto; }
#home .intro .photo-warehouse { position:absolute; z-index:2; width:52%; height:44%; right:0; bottom:0; left:auto; border-radius:16px; background-position:center; background-size:cover; }
@media (max-width:900px) { #home .intro .image-collage { height:360px; } #home .intro .photo-paper { width:90%; height:77%; background-size:135% auto; } #home .intro .photo-warehouse { width:54%; height:43%; right:2%; } }
@media (max-width:560px) { #home .intro .image-collage { height:320px; } #home .intro .photo-paper { width:92%; height:77%; background-size:145% auto; } #home .intro .photo-warehouse { width:54%; height:42%; right:4%; bottom:0; border-width:4px; } }
.footer-social a[aria-label="อีเมล"] { position:relative; }
.footer-social a[aria-label="อีเมล"]::after { content:"bts_industry@hotmail.com"; position:absolute; left:58px; color:#fff; font-size:.88rem; font-weight:700; white-space:nowrap; }

/* Subtle visual polish: preserve the existing blue-and-white visual system. */
body { background:linear-gradient(180deg,#fff 0%,#f8faff 45%,#fff 100%); }
.site-header { background:rgba(255,255,255,.9); box-shadow:0 8px 24px #061d4c0b; backdrop-filter:blur(14px); }
.site-nav a,.language-toggle { border-radius:8px; transition:color .2s ease,background .2s ease,transform .2s ease; }
.site-nav a:hover,.site-nav a:focus-visible { transform:translateY(-1px); }
.hero::after { background:linear-gradient(100deg,rgba(3,25,71,.92),rgba(7,42,111,.7) 52%,rgba(8,46,119,.28)); }
.hero-copy h1 { text-shadow:0 8px 24px #001d4f3d; }
.hero-copy p:not(.eyebrow) { text-shadow:0 2px 14px #001d4a38; }
.hero-home { box-shadow:inset 0 -1px 0 #ffffff30; }
.section-lead { max-width:760px; }
.advantages { position:relative; overflow:hidden; background:linear-gradient(135deg,#eef3ff 0%,#f7f9ff 52%,#edf2ff 100%); }
.advantages::before { content:""; position:absolute; inset:0; pointer-events:none; background-image:radial-gradient(#a8bce833 1px,transparent 1px); background-size:18px 18px; mask-image:linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent); }
.advantages > * { position:relative; }
.feature-grid article,.product-card { border-color:#d9e3f4; box-shadow:0 10px 24px #09215b0a; }
.feature-grid article { border-radius:14px; }
.feature-grid article:hover { box-shadow:0 18px 34px #09215b1a; }
.product-card { border-radius:12px; }
.product-card:hover { box-shadow:0 20px 34px #09215b1b; }
.product-photo { transition:transform .35s ease,filter .35s ease; }
.product-card:hover .product-photo { transform:scale(1.03); filter:saturate(1.04) contrast(1.02); }
.product-card { isolation:isolate; }
.product-card a { overflow:hidden; }
.cta { background:linear-gradient(120deg,#05245e 0%,#0b3d91 58%,#164b9c 100%); box-shadow:0 22px 42px #06255c2b; }
.cta::before { content:""; position:absolute; width:210px; height:210px; right:-85px; top:-120px; border-radius:50%; background:#8cb6ff1c; }
.cta { position:relative; overflow:hidden; }
.cta > * { position:relative; }
.about-images .photo { box-shadow:0 18px 35px #071c4a24; }
.mission-card { box-shadow:0 24px 50px #001b4c35; }
.detail-image { box-shadow:0 18px 34px #061e4b19; }
.gallery-thumb { box-shadow:0 6px 14px #061e4b10; }
.contact-grid a,.contact-card-facebook,.address-bar { box-shadow:0 12px 28px #09215b0d; transition:transform .2s ease,box-shadow .2s ease; }
.contact-grid a:hover { box-shadow:0 18px 32px #09215b18; transform:translateY(-3px); }
.site-footer { background:linear-gradient(120deg,#173a83 0%,#274b91 54%,#193978 100%); box-shadow:inset 0 1px 0 #ffffff1f; }
.site-footer address { background:#ffffff0a; box-shadow:inset 0 1px 0 #ffffff16; }
.map-privacy-gate { position:absolute; z-index:1; inset:0; display:grid; place-items:center; padding:1.25rem; color:var(--navy); background:linear-gradient(135deg,#eaf0ff,#f8faff); text-align:center; }
.map-privacy-gate > div { max-width:520px; padding:1.5rem 1.75rem; border:1px solid #cfdaef; border-radius:18px; background:#ffffffed; box-shadow:0 18px 40px #08245a1c; }
.map-privacy-gate h2 { margin-bottom:.6rem; font-size:clamp(1.2rem,2.4vw,1.75rem); }
.map-privacy-gate p { margin-bottom:.75rem; color:var(--muted); }
.map-privacy-gate .button { border:0; cursor:pointer; }
@media (max-width:560px) { .cta .contact-actions { width:100%; flex-wrap:nowrap; } .cta .contact-action { flex:1 1 0; min-width:0; padding:.65rem .55rem; font-size:.82rem; } }
.language-toggle > span { color:#8a93a6; transition:color .2s ease; }
.language-toggle:not(.english-active) > span:first-child,.language-toggle.english-active > span:last-child { color:var(--navy); }
@media (max-width:560px) { .cta .contact-actions { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:.55rem; flex-wrap:nowrap; } .cta .contact-action { width:100%; min-width:0; padding:.65rem .35rem; font-size:clamp(.68rem,3.2vw,.82rem); white-space:nowrap; } }
@media (max-width:900px) { .cta .contact-actions { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:.55rem; flex:0 0 min(260px,42vw); width:min(260px,42vw); flex-wrap:nowrap; } .cta .contact-action { width:100%; min-width:0; justify-content:center; padding:.65rem .35rem; font-size:.82rem; white-space:nowrap; } }
@media (max-width:560px) { .cta .contact-actions { flex:0 0 auto; width:100%; } }
.footer-social a[aria-label="LINE"] { width:auto; min-width:48px; padding:0 .9rem; gap:.55rem; }
.footer-social a[aria-label="LINE"]::after { content:"@btsindustry"; font-size:.88rem; font-weight:700; }
.footer-social a[aria-label="LINE"] { width:48px; min-width:48px; height:48px; padding:0; display:grid; place-items:center; position:relative; }
.footer-social a[aria-label="LINE"]::after { position:absolute; left:58px; white-space:nowrap; }
.address-bar { width:100%; max-width:1180px; margin:3rem auto 1.5rem; }
.address-icon { width:48px; height:48px; position:relative; border:1px solid #d5e1fb; border-radius:14px; background:#edf3ff; box-shadow:none; transform:none; }
.address-icon::before { content:""; position:absolute; width:20px; height:20px; border:2px solid var(--blue); border-radius:50% 50% 50% 0; background:transparent; transform:rotate(-45deg); }
.address-pin-dot { position:absolute; z-index:1; width:5px; height:5px; border:2px solid var(--blue); border-radius:50%; background:transparent; transform:none; }
.address-bar:hover .address-icon::before,.address-bar:focus-visible .address-icon::before,.address-bar:hover .address-pin-dot,.address-bar:focus-visible .address-pin-dot { border-color:#fff; }
.map-visual iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.map-card { z-index:1; }
.footer-social a[aria-label="สถานที่ตั้ง"] { position:relative; margin-bottom:58px; }
.footer-social a[aria-label="สถานที่ตั้ง"]::after { content:"177/1 ซอยราษฎร์บูรณะ 10 แขวงบางปะกอก\A เขตราษฎร์บูรณะ กรุงเทพฯ 10140"; position:absolute; left:58px; width:275px; color:#c4d0ee; font-size:.76rem; font-weight:400; line-height:1.55; text-align:left; white-space:pre-line; pointer-events:none; }
.footer-social { min-height:0; gap:.75rem; }
.footer-social a[aria-label="สถานที่ตั้ง"] { margin-bottom:0; }
.footer-social a[aria-label="สถานที่ตั้ง"]::after { color:#fff; font-size:.88rem; font-weight:700; line-height:1.45; }

/* Focused responsive fixes requested for the Review site. */
.about-images { height:400px; }
.about-images .photo-machine { width:100%; height:100%; border-radius:18px; background-position:center; }
.contact-grid { grid-template-columns:repeat(4,minmax(0,1fr)); max-width:1180px; }
.contact-grid > * { min-width:0; }
.contact-grid strong { max-width:100%; overflow-wrap:anywhere; word-break:normal; }
.contact-card-phone { min-height:170px; padding:1.6rem; border:1px solid var(--line); border-radius:8px; display:flex; flex-direction:column; justify-content:center; color:var(--navy); background:#fff; box-shadow:0 12px 28px #09215b0d; }
.contact-card-phone .contact-card-icon { width:48px; height:48px; display:grid; place-items:center; margin-bottom:.8rem; border:1px solid #d5e1fb; border-radius:14px; color:var(--blue); background:#edf3ff; }
.contact-card-phone .contact-card-icon svg { width:24px; height:24px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.contact-card-phone small { display:block; color:var(--muted); font-size:.8rem; }
.footer-phone-icon { color:#fff; background:transparent; border-color:#4a64a2; }
@media (max-width:900px) {
  .site-header { justify-content:flex-end; padding-inline:1rem; background:#fff; backdrop-filter:none; }
  .site-header .brand { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); }
  .menu-toggle { position:relative; z-index:1; margin-left:auto; }
  .contact-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:700px) {
  #contact .map-visual { height:600px; }
  #contact .map-privacy-gate { inset:1rem 1rem auto; display:block; padding:0; z-index:2; }
  #contact .map-privacy-gate > div { max-width:none; padding:1.15rem 1rem; }
  #contact .map-privacy-gate h2 { font-size:1.15rem; }
  #contact .map-privacy-gate p { font-size:.9rem; }
  #contact .map-card { left:1rem; right:1rem; bottom:1rem; max-width:none; padding:1.35rem; }
}
@media (max-width:560px) {
  .contact-grid { grid-template-columns:1fr; }
  .about-images { height:280px; }
}

/* Contact map: cohesive privacy-first layout before Google Maps is loaded. */
#contact .map-visual:has(.map-privacy-gate) {
  height:auto;
  min-height:430px;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  gap:clamp(1rem,2.5vw,2rem);
  align-items:stretch;
  padding:clamp(1.25rem,4vw,3.5rem);
  background:
    radial-gradient(circle at 8% 12%,#ffffffb8 0 7%,transparent 7.4%),
    radial-gradient(circle at 92% 88%,#c7d6f0 0 10%,transparent 10.4%),
    linear-gradient(135deg,#edf3ff 0%,#e5ecfa 52%,#dce6f6 100%);
}
#contact .map-visual:has(.map-privacy-gate) .map-privacy-gate {
  position:relative;
  inset:auto;
  display:flex;
  padding:0;
  text-align:left;
  color:#fff;
  background:transparent;
}
#contact .map-visual:has(.map-privacy-gate) .map-privacy-gate > div {
  width:100%;
  max-width:none;
  min-height:100%;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  padding:clamp(1.65rem,4vw,3rem);
  border:1px solid #ffffff2e;
  border-radius:26px;
  color:#fff;
  background:linear-gradient(135deg,#05245e 0%,#0b3d91 62%,#164b9c 100%);
  box-shadow:0 24px 50px #08245a2b;
  overflow:hidden;
}
#contact .map-visual:has(.map-privacy-gate) .map-privacy-gate > div::before {
  content:"⌖";
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  margin-bottom:1.25rem;
  border:1px solid #ffffff4a;
  border-radius:16px;
  color:#fff;
  background:#ffffff18;
  font:700 1.6rem/1 Arial,sans-serif;
}
#contact .map-visual:has(.map-privacy-gate) .map-privacy-gate h2 {
  max-width:520px;
  margin-bottom:.65rem;
  color:#fff;
  font-size:clamp(1.35rem,2.5vw,2rem);
}
#contact .map-visual:has(.map-privacy-gate) .map-privacy-gate p {
  max-width:540px;
  margin-bottom:1rem;
  color:#dce7ff;
}
#contact .map-visual:has(.map-privacy-gate) .map-privacy-gate .button {
  margin-top:.35rem;
  padding:.8rem 1.25rem;
  border-radius:10px;
  color:var(--navy);
  background:#fff;
  box-shadow:0 12px 24px #001b4c35;
}
#contact .map-visual:has(.map-privacy-gate) .map-card {
  position:relative;
  inset:auto;
  width:100%;
  max-width:none;
  min-height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(1.65rem,4vw,2.7rem);
  border:1px solid #cfdaef;
  border-radius:26px;
  background:#ffffffed;
  box-shadow:0 24px 50px #08245a1c;
}
#contact .map-visual:has(.map-privacy-gate) .map-card::before {
  content:"";
  width:54px;
  height:4px;
  margin-bottom:1.35rem;
  border-radius:999px;
  background:linear-gradient(90deg,var(--blue),#77a7ff);
}
#contact .map-visual:has(.map-privacy-gate) .map-card h2 { margin-bottom:1rem; font-size:clamp(1.35rem,2.6vw,2rem); }
#contact .map-visual:has(.map-privacy-gate) .map-card p { color:var(--muted); }
@media (max-width:760px) {
  #contact .map-visual:has(.map-privacy-gate) {
    height:auto;
    min-height:0;
    grid-template-columns:1fr;
    gap:1rem;
    padding:1rem;
  }
  #contact .map-visual:has(.map-privacy-gate) .map-privacy-gate > div,
  #contact .map-visual:has(.map-privacy-gate) .map-card {
    min-height:0;
    padding:1.45rem;
    border-radius:20px;
  }
  #contact .map-visual:has(.map-privacy-gate) .map-privacy-gate > div::before {
    width:44px;
    height:44px;
    margin-bottom:1rem;
    border-radius:13px;
    font-size:1.35rem;
  }
  #contact .map-visual:not(:has(.map-privacy-gate)) { height:520px; }
}

/* Original-style contact map: one canvas with two floating cards. */
#contact .map-visual:has(.map-privacy-gate) {
  height:560px;
  min-height:0;
  display:block;
  padding:0;
  background-color:#e8eef9;
  background-image:
    linear-gradient(32deg,transparent 47%,#ced9eb 48%,#ced9eb 50%,transparent 51%),
    linear-gradient(-24deg,transparent 47%,#d6dfef 48%,#d6dfef 50%,transparent 51%),
    radial-gradient(circle at 82% 18%,#d1ddf2 0 12%,transparent 12.4%),
    linear-gradient(135deg,#f3f6fc 0%,#e7edf8 55%,#dfe8f5 100%);
  background-size:180px 140px,240px 180px,auto,auto;
}
#contact .map-visual:has(.map-privacy-gate) .map-privacy-gate {
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding:clamp(1.25rem,4vw,2.25rem);
  text-align:center;
  color:var(--navy);
  background:transparent;
  z-index:2;
}
#contact .map-visual:has(.map-privacy-gate) .map-privacy-gate > div {
  width:min(640px,100%);
  max-width:640px;
  min-height:0;
  display:block;
  padding:clamp(1.25rem,3vw,1.8rem) clamp(1.2rem,4vw,2.25rem);
  border:1px solid #c8d5eb;
  border-radius:24px;
  color:var(--navy);
  background:#fffffff2;
  box-shadow:0 22px 45px #08245a24;
  backdrop-filter:blur(8px);
}
#contact .map-visual:has(.map-privacy-gate) .map-privacy-gate > div::before { display:none; content:none; }
#contact .map-visual:has(.map-privacy-gate) .map-privacy-gate h2 {
  max-width:none;
  margin-bottom:.55rem;
  color:var(--navy);
  font-size:clamp(1.25rem,2.4vw,1.75rem);
}
#contact .map-visual:has(.map-privacy-gate) .map-privacy-gate p {
  max-width:none;
  margin-bottom:.8rem;
  color:var(--muted);
}
#contact .map-visual:has(.map-privacy-gate) .map-privacy-gate .button {
  margin-top:.25rem;
  padding:.72rem 1.2rem;
  border-radius:9px;
  color:#fff;
  background:linear-gradient(135deg,#062766,#0c438f);
  box-shadow:0 10px 22px #06276635;
}
#contact .map-visual:has(.map-privacy-gate) .map-card {
  position:absolute;
  left:clamp(1.25rem,6vw,5rem);
  right:auto;
  top:auto;
  bottom:clamp(1.25rem,4vw,2.5rem);
  width:min(410px,calc(100% - 2.5rem));
  max-width:410px;
  min-height:0;
  display:block;
  padding:clamp(1.4rem,3vw,2rem);
  border:1px solid #cfdaef;
  border-left:5px solid var(--blue);
  border-radius:20px;
  background:#fffffff2;
  box-shadow:0 24px 48px #08245a26;
  backdrop-filter:blur(8px);
  z-index:3;
}
#contact .map-visual:has(.map-privacy-gate) .map-card::before { display:none; content:none; }
#contact .map-visual:has(.map-privacy-gate) .map-card h2 { margin-bottom:.85rem; font-size:clamp(1.3rem,2.4vw,1.7rem); }
#contact .map-visual:has(.map-privacy-gate) .map-card p { margin-bottom:.85rem; color:var(--muted); }
@media (max-width:760px) {
  #contact .map-visual:has(.map-privacy-gate) { height:620px; }
  #contact .map-visual:has(.map-privacy-gate) .map-privacy-gate { padding:1rem; }
  #contact .map-visual:has(.map-privacy-gate) .map-privacy-gate > div {
    width:100%;
    padding:1.15rem 1rem;
    border-radius:18px;
    backdrop-filter:none;
  }
  #contact .map-visual:has(.map-privacy-gate) .map-privacy-gate h2 { font-size:1.12rem; }
  #contact .map-visual:has(.map-privacy-gate) .map-privacy-gate p { font-size:.88rem; }
  #contact .map-visual:has(.map-privacy-gate) .map-card {
    left:1rem;
    right:1rem;
    bottom:1rem;
    width:auto;
    max-width:none;
    padding:1.25rem;
    border-radius:18px;
    backdrop-filter:none;
  }
}

/* Compact footer details keep the original footer design from feeling empty. */
.footer-highlights { display:flex; flex-wrap:wrap; gap:.75rem; max-width:460px; margin-top:1.4rem; }
.footer-highlights span { min-width:150px; display:flex; align-items:baseline; gap:.55rem; padding:.65rem .85rem; border-top:1px solid #5c78b7; color:#fff; }
.footer-highlights strong { font-size:1.1rem; line-height:1; }
.footer-highlights small { color:#c4d0ee; font-size:.75rem; }
@media (max-width:560px) { .footer-highlights span { min-width:0; flex:1 1 140px; } }

/* Full Overlap Box (FOL) gallery. */
.photo-fol,.fol-closed { background-image:url("public/images/optimized/fol/fol-closed.webp"); background-position:center; }
.fol-open-side { background-image:url("public/images/optimized/fol/fol-open-side.webp"); }
.fol-closed-front { background-image:url("public/images/optimized/fol/fol-closed-front.webp"); }
.fol-open-top { background-image:url("public/images/optimized/fol/fol-open-top.webp"); }
.photo-ip,.ip-grid-perspective { background-image:url("public/images/optimized/ip/ip-grid-perspective.webp"); background-position:center; }
.ip-grid-wide { background-image:url("public/images/optimized/ip/ip-grid-wide.webp"); }
.ip-grid-top { background-image:url("public/images/optimized/ip/ip-grid-top.webp"); }
.ip-grid-front { background-image:url("public/images/optimized/ip/ip-grid-front.webp"); }

/* Keep product thumbnails fully visible and well balanced on wide screens. */
@media (min-width:901px) {
  #product-list .product-photo {
    height:clamp(250px,20vw,300px);
    background-size:auto 108%;
    background-position:center;
    background-color:#fff;
  }
}

/* Product detail images: retain a strong size while keeping the whole box visible. */
.detail-image { background-size:auto 108%; background-position:center; background-color:#fff; }

/* Display the confirmed phone number in the footer contact list. */
.footer-social .footer-phone-icon { position:relative; }
.footer-social .footer-phone-icon::after { content:"081-427-4055"; position:absolute; left:58px; color:#fff; font-size:.88rem; font-weight:700; white-space:nowrap; }

/* Final responsive image sizing across product lists and all six detail galleries. */
#product-list .product-photo {
  height:auto;
  aspect-ratio:16 / 10;
  background-size:auto 110%;
  background-position:center;
  background-color:#fff;
}
.product-track .product-photo {
  height:auto;
  aspect-ratio:16 / 10;
  background-size:auto 105%;
  background-position:center;
  background-color:#fff;
}
.detail-image {
  min-height:0;
  aspect-ratio:4 / 3;
  background-size:auto 104%;
  background-position:center;
  background-color:#fff;
}

/* Keep every footer contact label aligned, equally weighted, and inside its card. */
.site-footer > * { min-width:0; }
.site-footer .footer-social { width:100%; }
.site-footer .footer-social > a,
.site-footer .footer-social > .footer-social-icon {
  width:100%;
  min-width:0;
  height:auto;
  min-height:48px;
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  column-gap:.75rem;
  align-items:center;
  justify-items:start;
  border:0;
  border-radius:0;
  background:transparent;
}
.site-footer .footer-social > a svg,
.site-footer .footer-social > .footer-social-icon svg {
  width:48px;
  height:48px;
  padding:12px;
  border:1px solid #4a64a2;
  border-radius:50%;
}
.site-footer .footer-social a[aria-label="สถานที่ตั้ง"]::after,
.site-footer .footer-social .footer-phone-icon::after,
.site-footer .footer-social a[aria-label="อีเมล"]::after,
.site-footer .footer-social a[aria-label="Facebook"]::after,
.site-footer .footer-social a[aria-label="LINE"]::after {
  position:static;
  grid-column:2;
  width:auto;
  max-width:100%;
  color:#fff;
  font-size:clamp(.76rem,1.15vw,.88rem);
  font-weight:700;
  line-height:1.45;
  overflow-wrap:anywhere;
  white-space:normal;
  pointer-events:none;
}
.site-footer .footer-social a[aria-label="สถานที่ตั้ง"]::after { white-space:pre-line; }
.site-footer .footer-social a[aria-label="Facebook"]::after { content:"BTS Industry"; }
.site-footer .footer-social > a:hover,
.site-footer .footer-social > a:focus-visible {
  background:transparent;
  outline:0;
  transform:none;
}
.site-footer .footer-social > a:hover svg,
.site-footer .footer-social > a:focus-visible svg {
  background:#0a235d;
  outline:2px solid #a9c6ff;
  outline-offset:2px;
}
@media (min-width:901px) and (max-width:1100px) {
  .site-footer {
    grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);
    gap:2rem;
    padding-inline:clamp(1.5rem,4vw,3rem);
  }
  .site-footer address { padding:1.35rem; }
}

/* Show the original white artwork and keep the full box stack inside the section. */
.mission {
  background-color:#bdcbd8;
  background-image:linear-gradient(#08285fa8,#08285fa8),url("public/images/optimized/factory/mission-background-20260712.webp");
  background-position:center,center;
  background-repeat:no-repeat,no-repeat;
  background-size:cover,cover;
}
.mission-heading { color:#fff; }
.mission-heading h2 { color:#fff; }

/* Remove the duplicated address line shown above the company name on the map card. */
#contact .map-card > .eyebrow { display:none; }

/* The footer address is generated by CSS, so localize it with the document language. */
html[lang="en"] .site-footer .footer-social a[aria-label="สถานที่ตั้ง"]::after {
  content:"177/1 Soi Rat Burana 10, Bang Pakok\A Rat Burana, Bangkok 10140, Thailand";
}

/* Wide company logo supplied by the owner. */
.brand-logo {
  width:clamp(190px,18vw,260px);
  height:68px;
  overflow:visible;
}
.brand-logo img {
  width:100%;
  height:100%;
  object-fit:contain;
  filter:none;
  transform:translateX(-6px);
}
@media (max-width:900px) {
  .brand-logo { width:clamp(170px,42vw,210px); height:58px; }
}
@media (max-width:380px) {
  .brand-logo { width:160px; height:54px; }
}

@media (min-width:901px) {
  .hero-products::before { background-position:center 25%; }
}

.line-logo-word {
  fill:currentColor;
  stroke:none;
  font:800 4.6px/1 Arial,sans-serif;
  letter-spacing:-.25px;
}

.production-error-page {
  display:grid;
  align-content:center;
  justify-items:start;
  min-height:100vh;
  max-width:720px;
  margin:0 auto;
  padding:40px 24px;
}
.production-error-page h1 { margin:8px 0 12px; }
.production-error-page .button { margin-top:20px; }
