/* Static-site adaptation of shadcn's semantic tokens and component anatomy. */
:root{--background:#fff;--foreground:#183f32;--primary:#166149;--primary-foreground:#fff;--secondary:#edf5f0;--muted-background:#f5f8f6;--muted-foreground:#546c60;--border:#d3e1d9;--ring:#278365;--destructive:#a12735;--radius:14px;--header-height:88px}
html{scroll-padding-top:calc(var(--header-height) + 24px)}
body{color:var(--foreground)}
:where(a,button,input,textarea,summary):focus-visible{outline:3px solid var(--ring);outline-offset:4px}
.skip:focus{top:12px;left:12px;padding:12px 20px;z-index:20;border-radius:8px;color:var(--primary)}
.site-header{position:fixed;height:var(--header-height);gap:22px;transition:background .2s,box-shadow .2s;border-color:#ffffff26}
.site-header.is-scrolled,.site-header.menu-open{background:var(--background);color:var(--foreground);border-color:var(--border);box-shadow:0 4px 24px #123d2d09}
.site-header nav{gap:clamp(12px,1.3vw,24px)}
.site-header nav a{font-size:15px;letter-spacing:0;min-height:44px;display:flex;align-items:center;color:#fff;padding:12px 2px;white-space:nowrap}
.site-header nav a::after{content:'';position:absolute;left:2px;right:2px;bottom:5px;height:2px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .2s}
.site-header nav a:hover::after,.site-header nav a[aria-current=location]::after{transform:scaleX(1)}
.site-header.is-scrolled nav a,.site-header.menu-open nav a,.site-header.is-scrolled .language-switch a,.site-header.menu-open .language-switch a,.site-header.is-scrolled .menu,.site-header.menu-open .menu{color:var(--foreground)}
.site-header.is-scrolled nav a[aria-current=location],.site-header.menu-open nav a[aria-current=location]{color:var(--primary);font-weight:600}
.site-header .language-switch{gap:9px;font-size:14px}.site-header .language-switch a{min-height:44px;display:flex;align-items:center}
.site-header .menu{min-height:44px;min-width:68px;cursor:pointer;border:1px solid currentColor;border-radius:8px;padding:6px 12px;font-size:14px;background:transparent}
.official-products{align-items:stretch;gap:28px}
.official-products .ui-card{display:flex;flex-direction:column;background:var(--background);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;min-width:0;transition:box-shadow .2s,border-color .2s}
.official-products .ui-card:hover{border-color:#9ebfaf;box-shadow:0 12px 30px #164e3c0c}
.card-content{padding:12px 12px 0}.official-products .product-image{position:relative;margin:0;border-radius:8px;background:var(--muted-background);padding:20px;aspect-ratio:4/3}
.product-zoom{position:absolute;right:12px;bottom:12px;padding:4px 10px;background:var(--background);border:1px solid var(--border);border-radius:6px;font-size:12px;color:var(--muted-foreground)}
.card-header{padding:24px 24px 18px}.official-products .card-header .eyebrow{font-size:12px;letter-spacing:.1em;color:var(--muted-foreground)}
.official-products .card-header h3,html[lang=en] .official-products .card-header h3{font-size:21px;font-weight:500;line-height:1.45;letter-spacing:-.025em;margin:12px 0 0;overflow-wrap:anywhere}
.card-footer{margin-top:auto;padding:0 24px 24px}.product-enquire{display:flex;justify-content:space-between;align-items:center;gap:14px;min-height:48px;padding:11px 16px;border:1px solid var(--border);border-radius:8px;font-size:14px;font-weight:500;color:var(--primary);background:var(--background)}
.product-enquire:hover{background:var(--secondary);border-color:var(--primary)}
.contact.contact-redesign{background:var(--background)}.contact-layout{gap:36px;grid-template-columns:minmax(0,.85fr) minmax(0,1.6fr)}
.contact-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--secondary);padding:36px}
.contact-form-panel{padding:32px;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 32px #174e3a05;background:var(--background)}
.contact-detail>span,.contact-card-bottom span{font-size:12px}.contact-detail p{font-size:16px}.contact-card-bottom span{letter-spacing:.04em}
.contact-redesign .enquiry-intro{font-size:16px;line-height:1.7;color:var(--muted-foreground)}
.enquiry-field{gap:8px}.enquiry-field>label{font-size:14px;font-weight:500;color:var(--foreground)}
.enquiry-field input,.enquiry-field textarea,#enquiry-draft{font-size:16px;line-height:1.5;min-height:48px;padding:12px 14px;background:var(--background);border:1px solid var(--border);border-radius:8px;color:var(--foreground);box-shadow:0 1px 2px #164a3504}
.enquiry-field input::placeholder,.enquiry-field textarea::placeholder{font-size:16px;color:var(--muted-foreground)}
.enquiry-field input:focus,.enquiry-field textarea:focus,#enquiry-draft:focus{outline:2px solid var(--ring);outline-offset:2px;border-color:var(--ring)}
.enquiry-field[data-invalid] input,.enquiry-field[data-invalid] textarea{border-color:var(--destructive)}
.contact-redesign .field-error{font-size:13px;color:var(--destructive);line-height:1.5;margin:0}.field-error[hidden]{display:none}
.contact-redesign .enquiry-note{font-size:13px;color:var(--muted-foreground);margin-bottom:12px}.contact-redesign .message-count{text-align:right;font-size:12px;margin:0 0 22px;color:var(--muted-foreground)}
.enquiry-actions{gap:16px}.enquiry-submit{background:var(--primary);border-radius:8px;min-height:48px;font-size:15px;padding:12px 20px;justify-content:center}.enquiry-submit:hover{background:var(--deep)}
.enquiry-actions>a{min-height:44px;font-size:14px;display:inline-flex;align-items:center;border-bottom:0;text-decoration:underline;text-underline-offset:5px}
#enquiry-status:not(:empty){padding:14px 16px;background:var(--secondary);border:1px solid var(--border);border-radius:8px;font-size:14px;color:var(--foreground)}
#enquiry-result label{font-size:14px}#enquiry-draft{font-size:14px}.enquiry-submit[aria-busy=true]{cursor:progress}
@media(min-width:1201px){.site-header .menu{display:none}}
@media(max-width:1200px){.site-header{padding:0 5%}.site-header .language-switch{margin-left:auto}.site-header .menu{display:block}.site-header nav{display:none;position:absolute;top:var(--header-height);left:0;right:0;flex:none;padding:16px 5% 24px;background:var(--background);border-bottom:1px solid var(--border);box-shadow:0 16px 24px #123d2d0a;max-height:calc(100dvh - var(--header-height));overflow:auto}.site-header nav.open{display:flex;align-items:stretch;flex-direction:column;gap:4px}.site-header nav a,html[lang=zh-CN] .site-header nav a{color:var(--foreground);font-size:17px;min-height:52px;padding:12px 16px;white-space:normal;border:0;border-radius:8px;letter-spacing:0}.site-header nav a[aria-current=location]{background:var(--secondary)}.site-header nav a::after{display:none}}
@media(min-width:681px) and (max-width:1050px){.official-products{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-layout{grid-template-columns:1fr}.contact-card{display:grid;grid-template-columns:1fr 1fr;gap:0 32px}.contact-card>h3{grid-row:2/5;margin-top:14px}.contact-card>.eyebrow{grid-column:1}.contact-detail{grid-column:2}.contact-card-bottom{grid-column:1/-1}}
@media(max-width:680px){:root{--header-height:78px}.site-header{gap:12px}.site-header .logo{width:86px;height:49px}.site-header .language-switch{font-size:14px;gap:5px}.site-header .menu{min-width:62px;padding:6px 9px}.section{padding-left:6%;padding-right:6%}.official-products{grid-template-columns:1fr;gap:24px}.card-header{padding:22px 20px 16px}.card-footer{padding:0 20px 20px}.official-products .product-image{max-height:none}.contact-layout{grid-template-columns:1fr;gap:24px}.contact-card,.contact-form-panel{padding:24px 20px}.contact-title p{font-size:16px}.enquiry-grid{gap:20px}.enquiry-actions{align-items:stretch;flex-direction:column;gap:8px}.enquiry-actions>a{justify-content:center}.contact-title{margin-bottom:30px}.section-heading .eyebrow{font-size:12px}.section-heading>span:last-child{font-size:14px}.brand-photo figcaption{font-size:13px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
