/* Dovin public-site visual system. Functional behavior remains in existing JS. */
:root{
  --navy:#0b263d;
  --navy-2:#123b59;
  --blue:#0878b9;
  --cyan:#20a8c6;
  --ink:#142431;
  --muted:#60717d;
  --line:#d8e2e7;
  --paper:#f3f7f8;
  --warm:#fbfaf7;
  --white:#fff;
  --radius:10px;
  --radius-sm:6px;
  --shadow:0 18px 50px rgba(11,38,61,.11);
  --shadow-soft:0 8px 26px rgba(11,38,61,.08);
}

html{scroll-padding-top:118px}
body{font-family:Inter,"Noto Sans SC","Microsoft YaHei","PingFang SC","Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--white);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}
h1,h2,h3,strong{letter-spacing:-.025em}
.container{width:min(1220px,calc(100% - 48px))}
.topbar{background:#071e31;color:#d0dee7}.topbar .container{height:32px;font-size:11px;letter-spacing:.055em}
.header{height:88px;border-bottom:1px solid rgba(11,38,61,.09);box-shadow:0 4px 18px rgba(11,38,61,.04);backdrop-filter:saturate(145%) blur(12px)}
.header .nav-wrap{gap:20px}.header .brand-logo{width:172px;height:58px}.header nav{gap:22px}.header nav a{position:relative;padding:31px 0;font-size:13px;font-weight:750;white-space:nowrap}.header nav a:after{content:"";position:absolute;left:0;right:100%;bottom:22px;height:2px;background:var(--cyan);transition:right .2s ease}.header nav a:hover:after{right:0}
.header-search{height:40px;border-radius:999px;border-color:#d5e1e7;background:#f7fafb;transition:.2s}.header-search:focus-within{width:210px;border-color:var(--cyan);background:#fff;box-shadow:0 0 0 3px rgba(32,168,198,.11)}.header-search input{height:38px}.header-search button{height:38px;color:var(--blue)}
.lang{min-width:40px;padding:8px 6px;border-radius:var(--radius-sm);font-weight:750;color:var(--navy)}
.btn{border-radius:var(--radius-sm);padding:14px 22px;background:var(--blue);box-shadow:0 8px 18px rgba(8,120,185,.16);font-size:14px;letter-spacing:.005em}.btn:hover{background:var(--navy-2);box-shadow:0 12px 24px rgba(11,38,61,.18)}.btn.ghost{border-color:#cbd9e0;background:#fff}.btn.small{padding:11px 17px}

.hero{background:linear-gradient(120deg,#eef5f7 0%,#fbfcfc 55%,#edf5f7 100%)}
.hero-grid{min-height:640px;gap:72px}.hero-copy{padding:64px 0}.eyebrow{margin-bottom:16px;color:var(--blue);font-size:11px;letter-spacing:.2em}.hero h1{max-width:690px;font-size:clamp(48px,5.25vw,76px);line-height:1.02;letter-spacing:-.055em}.lead{max-width:620px;font-size:17px;line-height:1.75}.hero-actions{margin:30px 0 40px}.hero-facts{gap:42px}.hero-facts div{border-left:3px solid var(--cyan);padding-left:14px}.hero-facts strong{font-size:22px}.hero-visual{height:520px;border:1px solid rgba(11,38,61,.08);border-radius:12px;box-shadow:0 28px 64px rgba(11,38,61,.13)}.hero-visual>img{padding:34px 34px 94px}.hero-badge{left:18px;bottom:70px;border-radius:6px 6px 0 0;padding:15px 20px}.hero-carousel-controls{height:70px;padding:0 20px;border-radius:0 0 12px 12px}.hero-arrow{width:38px;height:38px}.trust-strip{background:linear-gradient(90deg,#0878b9,#0a8eb7)}.trust-strip .container{min-height:68px}.trust-strip span{font-size:12px;letter-spacing:.015em}

.section{padding:92px 0}.section-head{margin-bottom:38px}.section-head h2,.company h2,.inquiry h2{font-size:clamp(34px,3.7vw,52px);letter-spacing:-.045em}.section-head>p{font-size:15px}.product-grid{gap:24px}.product-card{border-color:#dbe5e9;border-radius:var(--radius);box-shadow:0 3px 15px rgba(11,38,61,.035)}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.product-image{height:300px}.product-body{padding:25px}.product-body h3{font-size:21px}.product-body p{font-size:14px}.card-link{padding-top:16px;border-top:1px solid var(--line);font-size:13px;color:var(--blue)}
#featuredProducts .home-product-card .product-image{height:340px;border-color:#dbe5e9;border-radius:var(--radius);box-shadow:var(--shadow-soft)}#featuredProducts .home-product-card .product-image>img{padding:25px 25px 76px}#featuredProducts .product-image-caption{margin:0 12px 12px;border-radius:var(--radius-sm);padding:16px 18px;background:rgba(7,30,49,.92);backdrop-filter:blur(8px)}#featuredProducts .product-image-caption h3{font-size:16px}
.dark{background:linear-gradient(135deg,#071f33,#0d304a)}.solution-grid{gap:1px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.12)}.solution-grid article{padding:40px;background:rgba(7,31,51,.7)}.solution-grid article:hover{background:rgba(18,59,89,.78)}
.company-grid{gap:76px}.catalogue-frame{border-radius:var(--radius);box-shadow:var(--shadow)}
.proof{background:#f2f6f7}.proof-grid{gap:24px}.proof-grid a{height:390px;border-radius:var(--radius);box-shadow:var(--shadow-soft)}.proof-grid span{margin:0 12px 12px;border-radius:var(--radius-sm)}
.inquiry{background:linear-gradient(135deg,#edf5f7,#f8fbfb)}.inquiry-form{border:1px solid #dbe5e9;border-radius:var(--radius);box-shadow:var(--shadow);padding:38px}label{font-size:12px;letter-spacing:.015em}input,select,textarea{border-radius:5px;border-color:#d5e0e5;background:#fbfcfc;padding:13px 14px}textarea{resize:vertical}.contact-note{border-left-width:3px;background:rgba(255,255,255,.65)}
.contact-note{display:flex;flex-direction:column;gap:5px}.contact-note a{color:var(--blue);text-decoration:none}.contact-note a:hover{text-decoration:underline}.business-contact{display:grid;gap:12px;margin:28px 0}.business-contact>div{display:flex;flex-direction:column;align-items:flex-start;padding:15px 17px;border-left:3px solid var(--cyan);background:rgba(255,255,255,.76)}.business-contact small{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.12em}.business-contact strong,.business-contact a,.business-contact address{margin-top:4px;color:var(--navy);font-style:normal;text-decoration:none}.business-contact a:hover{color:var(--blue);text-decoration:underline}.business-contact .contact-action{color:var(--blue);font-size:12px}.footer-contact{display:flex;flex-direction:column;gap:2px}.footer-contact a{color:#b9cbd5;text-decoration:none}.footer-contact strong{color:#fff}.footer-grid>p{max-width:390px;color:#9eb2bf}
.contact-qr-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:24px 0}.contact-qr-grid figure{margin:0;padding:12px;border:1px solid rgba(209,224,231,.9);border-radius:var(--radius-sm);background:rgba(255,255,255,.9)}.contact-qr-grid img{display:block;width:100%;aspect-ratio:3/4;object-fit:contain;background:#fff}.contact-qr-grid figcaption{padding:10px 4px 2px;color:var(--muted);font-size:12px;text-align:center}
.contact-qr-home{max-width:520px;margin-top:28px}.contact-qr-home figure{box-shadow:0 12px 30px rgba(13,38,56,.08)}
footer{padding:44px 0;background:#061a2a}.footer-brand{border-radius:5px}.footer-grid{gap:30px}

.page-hero{padding:92px 0;background:linear-gradient(125deg,#08243a,#0d3855)}.page-hero h1{font-size:clamp(44px,5vw,66px);letter-spacing:-.05em}.page-hero p{font-size:16px}.filter-bar{gap:8px}.filter-bar button{border-radius:999px;padding:9px 15px;font-size:13px}.filter-bar button:hover{border-color:var(--blue);color:var(--blue)}
.detail-hero{padding:72px 0;background:linear-gradient(135deg,#f0f5f6,#fbfcfc)}.detail-grid{gap:74px}.product-photo{height:520px;border-radius:var(--radius);box-shadow:var(--shadow-soft)}.detail-copy h1{font-size:clamp(40px,4.8vw,60px);letter-spacing:-.05em}.detail-copy>p{font-size:16px}.hero-custom{border-radius:0 var(--radius-sm) var(--radius-sm) 0}.catalogue-sheet{gap:58px}.custom-notice{border-radius:var(--radius-sm)}.product-description,.catalogue-reference{border-radius:var(--radius-sm);overflow:hidden}.description-tab{background:linear-gradient(90deg,#179db7,#57bbc5)}.sticky-inquiry{border-radius:var(--radius)}
.content-image,.news-card,.honor-grid a{border-radius:var(--radius);overflow:hidden}.news-card{box-shadow:var(--shadow-soft)}.news-card:hover{box-shadow:var(--shadow)}.contact-cards article{border-radius:var(--radius);box-shadow:var(--shadow-soft)}
.company-photo-card,.company-site-photo{border-radius:var(--radius);overflow:hidden}.company-facts div{border-radius:0 var(--radius-sm) var(--radius-sm) 0}.market-tags span{border-radius:999px;font-size:13px}.company-philosophy{border-radius:0 var(--radius) var(--radius) 0}

@media(max-width:1100px){.container{width:min(100% - 36px,1220px)}.header .brand-logo{width:148px}.header .nav-wrap{gap:14px}.header-search{width:138px}.header nav{gap:13px}.hero-grid{gap:42px}.hero h1{font-size:55px}}
@media(max-width:900px){html{scroll-padding-top:100px}.header{height:76px}.header .brand-logo{width:140px;height:50px}.header nav{top:76px;padding:24px 30px;box-shadow:var(--shadow)}.header nav a{padding:8px 0}.header nav a:after{display:none}.hero-grid{padding:48px 0}.hero-copy{padding:20px 0}.hero-visual{height:440px}.section{padding:72px 0}.product-photo{height:440px}.company-story-grid,.company-site-grid{gap:46px}.footer-grid{flex-wrap:wrap}}
@media(max-width:600px){.container{width:min(100% - 28px,1220px)}.topbar .container{height:28px}.header{height:70px}.header .brand-logo{width:122px;height:44px}.header nav{top:70px}.header-search{width:38px}.hero-grid{padding:34px 0 46px;gap:34px}.hero h1{font-size:41px;line-height:1.06}.lead{font-size:15px}.hero-actions{align-items:flex-start;flex-direction:column;gap:16px}.hero-facts{width:100%;justify-content:space-between;gap:8px}.hero-facts strong{font-size:18px}.hero-visual{height:370px}.hero-visual>img{padding:16px 16px 78px}.hero-badge{left:10px;bottom:60px;max-width:82%}.hero-carousel-controls{height:60px}.trust-strip .container{gap:3px}.trust-strip span{padding:10px 5px;font-size:10px}.section{padding:60px 0}.section-head{gap:22px;margin-bottom:28px}.section-head h2,.company h2,.inquiry h2{font-size:34px}.product-grid{gap:18px}#featuredProducts .home-product-card .product-image{height:300px}.inquiry-form{padding:24px 20px}.page-hero{padding:65px 0}.page-hero h1{font-size:42px}.detail-hero{padding:42px 0}.product-photo{height:310px}.detail-copy h1{font-size:38px}.custom-notice{gap:10px}.company-philosophy{padding:28px 24px}.proof-grid a{height:340px}.footer-grid{align-items:flex-start}}

/* Nanyang-inspired industrial presentation: full, confident sections and data-led rhythm. */
.hero{position:relative;background-color:#061b2d;background-image:linear-gradient(90deg,rgba(2,17,30,.9) 0%,rgba(3,27,44,.73) 48%,rgba(4,36,55,.66) 100%),url("assets/industrial-hero-background-v2.png");background-position:center;background-size:cover;background-repeat:no-repeat}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,16,28,.06),rgba(2,18,30,.3));pointer-events:none}
.hero-grid{position:relative;z-index:1;min-height:690px}.hero-copy{color:#fff}.hero .eyebrow{color:#60cde1}.hero h1{color:#fff}.hero .lead{color:#c0d2dd}.hero .text-link{color:#66d4e8}.hero-facts span{color:#a9c2d0}.hero-facts strong{color:#fff}.hero-visual{border-color:rgba(255,255,255,.18);box-shadow:0 34px 80px rgba(0,0,0,.28)}
.strength-section{padding:76px 0;background:#fff;color:var(--ink)}.strength-layout{display:grid;grid-template-columns:repeat(4,1fr);align-items:stretch;min-height:0!important}.strength-layout>*{min-width:0}.strength-intro{grid-column:1/-1;padding:8px 0 38px}.strength-intro h2{max-width:760px;margin:0 0 16px;font-size:clamp(30px,3vw,43px);line-height:1.1}.strength-intro>p:last-child{max-width:760px;color:var(--muted);font-size:14px}.strength-layout article{position:relative;padding:26px 25px 18px;border-left:1px solid var(--line);transition:.22s}.strength-layout article:first-of-type{border-left:0}.strength-layout article:hover{transform:translateY(-5px);background:var(--paper)}.strength-layout article b{display:block;margin-bottom:34px;color:#b9cbd4;font-size:36px;font-weight:500;letter-spacing:-.05em}.strength-layout article h3{margin:0 0 12px;color:var(--navy);font-size:18px;line-height:1.25}.strength-layout article p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}
#products{background:#f4f7f8}#products .section-head{align-items:end}#products .section-head .eyebrow:before{content:"";display:inline-block;width:36px;height:2px;margin-right:10px;vertical-align:middle;background:var(--cyan)}#featuredProducts .home-product-card .product-image{background:#fff}
.dark{position:relative;overflow:hidden}.dark:after{content:"SOLUTION";position:absolute;right:-20px;bottom:-95px;color:rgba(255,255,255,.035);font-size:180px;font-weight:900;letter-spacing:-.06em}.dark .container{position:relative;z-index:1}.solution-grid article{min-height:270px}.solution-grid b{font-size:36px;font-weight:500}.solution-grid h3{font-size:27px}
.company{background:#fff}.company-grid{grid-template-columns:1.1fr .9fr}.company .catalogue-frame{height:590px}.company .content-copy,.company-grid>div:last-child{padding:18px 0}.proof .section-head,.news-section .section-head{align-items:end}
.inquiry{background:linear-gradient(115deg,#eaf2f4,#f8faf9)}

/* Generated industrial section backgrounds */
#products{background-color:#f4f7f8;background-image:linear-gradient(rgba(247,250,251,.93),rgba(247,250,251,.93)),url("assets/products-section-background-v2.png");background-position:center;background-size:cover;background-repeat:no-repeat;background-attachment:fixed}
#solutions{position:relative;background-color:#071f33;background-image:linear-gradient(110deg,rgba(3,18,31,.93),rgba(5,35,55,.78)),url("assets/solutions-section-background-v2.png");background-position:center;background-size:cover;background-repeat:no-repeat}
#solutions>.container{position:relative;z-index:1}
.company{background-color:#f7fafb;background-image:linear-gradient(90deg,rgba(248,251,252,.84),rgba(255,255,255,.92)),url("assets/company-section-background-v2.png");background-position:center;background-size:cover;background-repeat:no-repeat}
.company .company-grid>div:last-child{padding:30px;border:1px solid rgba(209,224,231,.85);border-radius:var(--radius);background:rgba(255,255,255,.84);box-shadow:var(--shadow-soft);backdrop-filter:blur(7px)}
.inquiry{background-color:#edf5f7;background-image:linear-gradient(90deg,rgba(242,247,248,.95),rgba(242,247,248,.79)),url("assets/inquiry-section-background-v2.png");background-position:center;background-size:cover;background-repeat:no-repeat}

@media(max-width:1100px){.strength-layout{grid-template-columns:repeat(4,1fr)}.strength-intro{grid-column:1/-1;padding:0 0 30px}.strength-layout article{padding:22px 18px}.hero-grid{min-height:640px}}
@media(max-width:900px){.hero-grid{min-height:0}.strength-section{padding:65px 0}.strength-layout{grid-template-columns:1fr 1fr}.strength-intro{grid-column:1/-1}.strength-layout article:nth-of-type(3){border-left:1px solid var(--line)}.strength-layout article:nth-of-type(odd){border-left:0}.company .catalogue-frame{height:500px}}
@media(max-width:600px){.hero{background-position:62% center}.hero:before{display:block;background:linear-gradient(90deg,rgba(2,17,30,.93),rgba(3,27,44,.7))}.hero-grid{padding-top:52px}.hero h1{color:#fff}.strength-layout{grid-template-columns:1fr}.strength-layout article{border-left:0;border-top:1px solid var(--line);padding:24px 5px}.strength-layout article b{margin-bottom:12px;font-size:28px}.strength-layout article h3{font-size:19px}.company .catalogue-frame{height:390px}.dark:after{font-size:90px;bottom:-45px}}
@media(max-width:600px){.contact-qr-grid{grid-template-columns:1fr}.contact-qr-grid img{max-height:420px}}
