:root { --navy:#12344b; --deep:#092538; --orange:#e47727; --cream:#f7f5f0; --paper:#fff; --ink:#263b48; --muted:#66737a; --line:#d8dfe1; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:"Noto Sans TC",sans-serif; line-height:1.75; }
a { color:inherit; text-decoration:none; }
button,input,textarea { font:inherit; }
.container { width:min(1160px,calc(100% - 40px)); margin:0 auto; }
.utility-bar { background:var(--deep); color:#dce5e8; font-size:.82rem; }
.utility-inner { min-height:38px; display:flex; align-items:center; justify-content:space-between; }
.site-header { background:#fff; border-bottom:1px solid var(--line); position:sticky; top:0; z-index:10; }
.header-inner { min-height:86px; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.brand { display:flex; align-items:center; gap:13px; color:var(--navy); }
.brand-mark { width:45px; height:45px; display:grid; place-items:center; background:var(--orange); color:#fff; font-weight:900; letter-spacing:.04em; }
.brand-name { font-size:1.12rem; font-weight:900; letter-spacing:.05em; line-height:1.3; }
.brand-name small { display:block; color:#849096; font-size:.56rem; letter-spacing:.08em; font-weight:400; }
.main-nav { display:flex; align-items:center; gap:4px; }
.main-nav a { padding:28px 15px; color:#40545d; font-size:.92rem; border-bottom:3px solid transparent; }
.main-nav a:hover,.main-nav a:focus { color:var(--orange); border-bottom-color:var(--orange); }
.main-nav .nav-contact { background:var(--orange); color:#fff; margin-left:10px; padding:10px 19px; border-bottom:0; }
.nav-toggle { display:none; border:1px solid var(--line); background:#fff; color:var(--navy); padding:6px 12px; cursor:pointer; }
.hero { background:linear-gradient(110deg,var(--deep) 0%,var(--navy) 58%,#1c5268 100%); color:#fff; border-bottom:7px solid var(--orange); }
.hero-inner { min-height:445px; display:grid; grid-template-columns:1.35fr .65fr; align-items:center; gap:60px; padding:52px 0; }
.breadcrumb { color:#afc1c7; font-size:.8rem; margin:0 0 24px; }
.kicker { color:var(--orange); font-size:.75rem; font-weight:700; letter-spacing:.12em; margin:0 0 9px; }
.hero .kicker { color:#ffb77d; }
h1,h2,h3,p { margin-top:0; }
h1 { font-size:clamp(2.3rem,4vw,3.8rem); line-height:1.28; letter-spacing:.02em; margin-bottom:17px; font-weight:500; }
h1 strong { color:#fff; font-weight:900; }
.hero-text { max-width:650px; color:#dbe5e7; font-size:1rem; }
.hero-links { display:flex; gap:12px; margin-top:27px; flex-wrap:wrap; }
.button { display:inline-block; border:1px solid transparent; padding:9px 22px; font-weight:700; cursor:pointer; }
.button-primary { background:var(--orange); color:#fff; }
.button-primary:hover { background:#c95d13; }
.button-outline { border-color:#abc2c7; color:#fff; }
.button-outline:hover { border-color:#fff; }
.hero-notice { background:#fff; color:var(--ink); border-top:5px solid var(--orange); padding:27px 28px 24px; box-shadow:0 12px 28px #06182455; }
.notice-title { color:var(--navy); font-size:1.2rem; font-weight:900; border-bottom:1px solid var(--line); padding-bottom:12px; }
.notice-date { color:var(--orange); font-size:.8rem; margin-top:15px; }
.hero-notice p { color:var(--muted); font-size:.88rem; line-height:1.8; }
.hero-notice a,.text-link,.information-card b,.service-entry a { color:var(--orange); font-weight:700; font-size:.86rem; }
.quick-links { background:var(--cream); border-bottom:1px solid var(--line); }
.quick-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.quick-grid>a { display:flex; align-items:center; gap:12px; min-height:102px; padding:17px 19px; border-right:1px solid var(--line); }
.quick-grid>a:first-child { border-left:1px solid var(--line); }
.quick-icon { color:var(--orange); font-weight:900; font-size:1.2rem; }
.quick-grid b,.quick-grid small { display:block; }
.quick-grid b { color:var(--navy); font-size:.9rem; }
.quick-grid small { color:var(--muted); font-size:.74rem; }
.quick-grid i { color:var(--orange); font-style:normal; margin-left:auto; }
.content-section { padding:78px 0; }
.two-column { display:grid; grid-template-columns:.72fr 1.28fr; gap:80px; }
.section-heading h2,.section-title-row h2,.safety-copy h2,.contact-copy h2 { color:var(--navy); font-size:2.1rem; line-height:1.35; margin:0; }
.heading-line { width:48px; height:3px; background:var(--orange); display:block; margin-top:19px; }
.section-text h3 { color:var(--navy); font-size:1.35rem; margin-bottom:15px; }
.section-text p { color:var(--muted); font-size:.95rem; }
.services-section { background:var(--cream); border-top:1px solid #ebe8df; border-bottom:1px solid #ebe8df; }
.section-title-row { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:28px; }
.section-title-row>p { max-width:390px; color:var(--muted); margin:0; font-size:.9rem; }
.service-list { border-top:2px solid var(--navy); }
.service-entry { display:grid; grid-template-columns:60px 1fr 130px; align-items:center; gap:20px; padding:22px 15px; border-bottom:1px solid var(--line); }
.service-entry>span { color:var(--orange); font-size:1.25rem; font-weight:900; }
.service-entry h3 { color:var(--navy); margin:0 0 3px; font-size:1.1rem; }
.service-entry p { color:var(--muted); margin:0; font-size:.88rem; }
.service-entry a { text-align:right; }
.safety-section { background:var(--navy); color:#fff; padding:68px 0; }
.safety-grid { display:grid; grid-template-columns:1fr 1fr; gap:75px; align-items:center; }
.safety-copy h2 { color:#fff; margin-bottom:17px; }
.safety-copy>p:last-child { color:#c9d8dc; max-width:530px; }
.safety-points { border-left:1px solid #6c8992; }
.safety-points>div { display:flex; gap:25px; padding:14px 0 14px 25px; border-bottom:1px solid #416471; }
.safety-points b { color:#ffb77d; min-width:62px; }
.safety-points span { color:#dce7e9; font-size:.9rem; }
.information-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.information-card { display:block; border:1px solid var(--line); border-top:4px solid var(--orange); padding:25px 23px; background:#fff; }
.information-card:hover { box-shadow:0 8px 20px #14334818; }
.information-card>span { color:var(--orange); font-size:.75rem; font-weight:700; }
.information-card h3 { color:var(--navy); margin:9px 0 10px; font-size:1.12rem; }
.information-card p { color:var(--muted); font-size:.86rem; min-height:58px; }
.contact-section { background:#eef2f2; padding:78px 0; }
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:65px; }
.contact-copy h2 { margin-bottom:15px; }
.contact-copy>p { color:var(--muted); }
dl { margin:25px 0; }
dl div { display:flex; padding:9px 0; border-bottom:1px solid #d4dddd; font-size:.9rem; }
dt { width:85px; color:#718087; }
dd { margin:0; color:var(--navy); font-weight:700; }
.contact-panel { background:#fff; padding:29px 31px; border-top:4px solid var(--navy); }
.contact-panel h3 { color:var(--navy); margin-bottom:5px; }
.contact-panel>p { color:var(--muted); font-size:.85rem; }
.contact-form { display:grid; gap:13px; }
.contact-form label { color:var(--navy); font-size:.86rem; font-weight:700; }
.contact-form input,.contact-form textarea { display:block; width:100%; margin-top:5px; padding:10px 12px; border:1px solid var(--line); background:#fafbfb; color:var(--ink); }
.contact-form textarea { resize:vertical; }
.site-footer { background:var(--deep); color:#c5d2d5; padding:31px 0; }
.footer-inner { display:grid; grid-template-columns:1.4fr 1fr auto; gap:30px; align-items:center; }
.footer-inner strong { color:#fff; }
.footer-inner p { margin:4px 0 0; font-size:.77rem; }
.footer-inner small { color:#8fa4aa; }
.footer-links { display:flex; gap:16px; flex-wrap:wrap; font-size:.8rem; }
.footer-links a:hover { color:#fff; }
.reveal { opacity:0; transform:translateY(14px); transition:opacity .45s ease,transform .45s ease; }
.reveal.is-visible { opacity:1; transform:none; }
@media (max-width:900px) { .main-nav { display:none; position:absolute; top:86px; left:20px; right:20px; max-height:calc(100dvh - 86px); overflow-y:auto; overscroll-behavior:contain; padding:10px; background:#fff; box-shadow:0 8px 20px #102b3b25; border:1px solid var(--line); flex-direction:column; align-items:stretch; } .main-nav.open { display:flex; } .main-nav a { padding:10px 13px; border-bottom:1px solid var(--line); } .main-nav .nav-contact { margin:5px 0 0; text-align:center; } .nav-toggle { display:block; } .hero-inner,.two-column,.safety-grid,.contact-grid { grid-template-columns:1fr; gap:35px; } .hero-inner { padding:48px 0 60px; } .hero-notice { max-width:540px; } .footer-inner { grid-template-columns:1fr 1fr; } .footer-inner small { grid-column:1/-1; } }
@media (max-width:620px) { .container { width:min(100% - 28px,1160px); } .utility-inner { justify-content:center; text-align:center; padding:7px 0; } .utility-inner span:last-child { display:none; } .brand-name { font-size:1rem; } .brand-name small { display:none; } .quick-grid,.information-grid { grid-template-columns:1fr 1fr; } .quick-grid>a { min-height:88px; padding:12px 10px; } .quick-grid>a:nth-child(odd) { border-left:1px solid var(--line); } .quick-grid>a:nth-child(n+3) { border-top:1px solid var(--line); } .section-title-row { display:block; } .section-title-row>p { margin-top:13px; } .service-entry { grid-template-columns:42px 1fr; gap:10px; padding:18px 5px; } .service-entry a { grid-column:2; text-align:left; } .content-section,.contact-section { padding:55px 0; } .footer-inner { grid-template-columns:1fr; } .footer-inner small { grid-column:auto; } }

.hero-image { position:relative; min-height:310px; background:#d6e0e1; }
.hero-image img { width:100%; height:310px; object-fit:cover; }
.hero-caption { position:absolute; left:0; right:0; bottom:0; padding:14px 18px; background:#092538dd; color:#fff; font-size:1rem; font-weight:700; }
.hero-caption small { color:#ffbd8a; font-size:.76rem; font-weight:400; }
.quick-grid>a { flex-direction:column; align-items:flex-start; justify-content:center; gap:1px; }
.quick-grid>a span { color:var(--muted); font-size:.78rem; }
.quick-grid>a b { font-size:1rem; }
.about-grid { display:grid; grid-template-columns:.65fr 1.35fr; gap:80px; }
.about-copy { max-width:700px; }
.about-copy h3 { color:var(--navy); font-size:1.35rem; }
.about-copy p { color:var(--muted); font-size:.96rem; }
.section-title { margin-bottom:28px; }
.section-title h2 { color:var(--navy); font-size:2.1rem; margin:0 0 5px; }
.section-title>p:last-child { color:var(--muted); margin:0; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.service-grid article { background:#fff; border:1px solid var(--line); }
.service-grid article img { width:100%; height:150px; object-fit:cover; border-bottom:3px solid var(--orange); }
.service-grid article>div { padding:18px 19px 20px; }
.service-grid h3 { color:var(--navy); font-size:1.05rem; margin:0 0 7px; }
.service-grid p { color:var(--muted); font-size:.84rem; min-height:50px; margin-bottom:13px; }
.service-grid a { color:var(--orange); font-weight:700; font-size:.82rem; }
.service-text { display:flex; gap:15px; padding:23px 19px; border-top:3px solid var(--navy) !important; }
.service-text>span { color:var(--orange); font-size:1.2rem; font-weight:900; }
.service-text>div { padding:0 !important; }
.service-text p { min-height:0; }
.information-section { background:#fff; border-top:1px solid var(--line); padding:78px 0; }
.information-grid { display:grid; grid-template-columns:1.3fr .7fr; gap:60px; align-items:start; }
.price-block h2,.sds-block h2 { color:var(--navy); font-size:2rem; margin:0 0 10px; }
.intro,.sds-block>p { color:var(--muted); font-size:.88rem; }
table { border-collapse:collapse; width:100%; margin-top:22px; font-size:.86rem; }
th { background:var(--navy); color:#fff; text-align:left; font-weight:500; }
th,td { padding:12px 14px; border:1px solid var(--line); }
td { color:var(--muted); }
.sds-block { background:var(--cream); border-top:4px solid var(--orange); padding:25px 27px; }
.sds-block ul { color:var(--ink); padding-left:20px; font-size:.88rem; }
.sds-block a { color:var(--orange); font-weight:700; font-size:.86rem; }
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:70px; }
.contact-grid h2 { color:var(--navy); font-size:2.1rem; margin:0 0 12px; }
.contact-grid>div>p { color:var(--muted); }
.contact-box { background:#fff; padding:28px 30px; border-top:4px solid var(--navy); }
.contact-box h3 { color:var(--navy); margin:0 0 4px; }
.contact-box>p { color:var(--muted); font-size:.83rem; }
.contact-box { padding:0; overflow:hidden; }
.map-heading { display:flex; gap:14px; align-items:center; padding:22px 25px; background:#fff; border-bottom:1px solid var(--line); }
.map-heading h3 { margin:0; color:var(--navy); }
.map-heading p { margin:2px 0 0; color:var(--muted); font-size:.8rem; }
.map-pin { width:38px; height:38px; display:grid; place-items:center; border:2px dotted #ffb49a; border-radius:50%; color:#f4513e; font-size:1.25rem; }
.contact-box iframe { display:block; width:100%; height:315px; border:0; }
.map-link { display:block; padding:13px 25px; color:var(--orange); font-size:.84rem; font-weight:700; background:#fff; }
.contact-grid>div:first-child { background:#fff; padding:27px 28px; }
.contact-grid>div:first-child dl div { background:#fff; padding:17px 0; border-bottom:1px solid var(--line); }
.footer-inner { display:grid; grid-template-columns:1.2fr 1fr auto; gap:30px; align-items:center; }
.footer-inner b { color:#fff; font-size:.82rem; }
@media (max-width:900px) { .about-grid,.information-grid,.contact-grid { grid-template-columns:1fr; gap:35px; } .service-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:620px) { .service-grid { grid-template-columns:1fr; } .hero-image,.hero-image img { min-height:220px; height:220px; } table { font-size:.75rem; } th,td { padding:9px 7px; } }

.brand { min-width:230px; }
.brand img { width:220px; height:82px; object-fit:contain; }
.brand-name { display:none; }
.header-inner { min-height:100px; }
.main-nav { gap:0; }
.nav-group { position:relative; }
.nav-group>a span { color:var(--navy); font-size:1rem; }
.dropdown { display:none; position:absolute; top:100%; left:0; width:225px; padding:9px 0; background:#fff; border-top:3px solid var(--orange); box-shadow:0 8px 18px #18384a22; z-index:20; }
.dropdown.wide { width:285px; }
.dropdown.support-menu { width:300px; }
.dropdown a { display:block; padding:8px 17px; border:0; color:var(--ink); white-space:nowrap; font-size:.86rem; }
.dropdown a:hover { color:var(--orange); background:var(--cream); border:0; }
.nav-group:hover .dropdown,.nav-group:focus-within .dropdown { display:block; }
.price-button { background:var(--orange); color:#fff !important; padding:9px 13px !important; margin-left:8px; border:0 !important; }
.hero { background:#dfe8e8; border:0; }
.hero-slides { height:450px; position:relative; overflow:hidden; }
.hero-slides>img { width:100%; height:100%; object-fit:cover; opacity:.94; }
.hero-overlay { position:absolute; inset:0; display:flex; align-items:center; background:linear-gradient(90deg,#092538d9 0%,#0925387d 45%,transparent 80%); color:#fff; }
.hero-overlay h1 { font-size:3rem; margin:0 0 12px; }
.hero-overlay p:not(.kicker) { max-width:510px; color:#e4edef; margin-bottom:22px; }
.feature-strip { background:#fff; border-bottom:1px solid var(--line); }
.feature-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.feature-grid>a { display:grid; grid-template-columns:38px 1fr 18px; gap:9px; align-items:center; min-height:100px; padding:14px; border-right:1px solid var(--line); }
.feature-grid>a:first-child { border-left:1px solid var(--line); }
.feature-grid>a>span { color:var(--orange); font-weight:900; font-size:1.2rem; }
.feature-grid h3 { color:var(--navy); font-size:.95rem; margin:0; }
.feature-grid p { color:var(--muted); font-size:.75rem; margin:2px 0 0; }
.feature-grid>b { color:var(--orange); }
.content-section { padding:75px 0; }
.split { display:grid; grid-template-columns:.7fr 1.3fr; gap:80px; }
.section-title h2 { color:var(--navy); font-size:2.15rem; margin:0; }
.section-title>span { display:block; width:45px; height:3px; background:var(--orange); margin-top:15px; }
.split>div:last-child h3 { color:var(--navy); font-size:1.3rem; }
.split>div:last-child p,.muted { color:var(--muted); font-size:.95rem; }
.services-section { background:var(--cream); padding:75px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.centered { text-align:center; }
.centered .kicker,.centered h2 { text-align:center; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.service-grid article { background:#fff; border:1px solid var(--line); }
.service-grid article>img { width:100%; height:145px; object-fit:cover; border-bottom:3px solid var(--orange); }
.service-grid article>div { padding:17px 18px 20px; }
.service-grid h3 { color:var(--navy); font-size:1rem; margin:0 0 8px; }
.service-grid p { color:var(--muted); font-size:.83rem; min-height:49px; margin-bottom:12px; }
.service-grid a,.text-link,.safety-box a { color:var(--orange); font-weight:700; font-size:.82rem; }
.service-row { border-top:3px solid var(--navy) !important; padding:20px 19px; }
.service-row>div { padding:0 !important; }
.service-row b { color:var(--orange); font-size:1.1rem; }
.service-row p { min-height:0; }
.information-section { padding:75px 0; }
.info-grid { display:grid; grid-template-columns:1.35fr .65fr; gap:55px; }
.info-grid h2,.news-section h2,.support-section h2,.simple-section h2 { color:var(--navy); font-size:2rem; margin:0 0 8px; }
table { width:100%; border-collapse:collapse; margin-top:22px; font-size:.84rem; }
th { background:var(--navy); color:#fff; padding:11px 13px; text-align:left; font-weight:500; }
td { padding:11px 13px; border:1px solid var(--line); color:var(--muted); }
.safety-box { padding:27px; background:var(--cream); border-top:4px solid var(--orange); }
.safety-box p { color:var(--muted); font-size:.87rem; }
.news-section { padding:65px 0; background:#eef2f2; }
.news-list { border-top:2px solid var(--navy); }
.news-list a { display:grid; grid-template-columns:125px 1fr 25px; gap:15px; padding:15px 10px; border-bottom:1px solid var(--line); color:var(--ink); font-size:.9rem; }
.news-list time { color:var(--orange); }
.news-list b { color:var(--orange); }
.support-section { padding:62px 0; background:var(--navy); color:#fff; }
.support-grid { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; }
.support-section h2 { color:#fff; }
.support-section p { color:#cbdadd; }
.support-links { border-left:1px solid #77939a; }
.support-links a { display:block; padding:11px 20px; border-bottom:1px solid #446873; color:#fff; }
.support-links a:hover { color:#ffb77d; }
.simple-section { padding:55px 0; }
.simple-section.light { background:var(--cream); }
.simple-section p { color:var(--muted); }
.contact-section { background:#eef2f2; padding:75px 0; }
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:65px; }
.contact-grid h2 { color:var(--navy); font-size:2.1rem; margin:0 0 12px; }
.contact-grid>div>p { color:var(--muted); }
dl { margin:25px 0; }
dl div { display:flex; padding:9px 0; border-bottom:1px solid #d4dddd; font-size:.9rem; }
dt { width:85px; color:#718087; }
dd { margin:0; color:var(--navy); font-weight:700; }
.contact-box { background:#fff; padding:28px 30px; border-top:4px solid var(--navy); }
.contact-box h3 { color:var(--navy); margin:0 0 4px; }
.contact-box>p { color:var(--muted); font-size:.83rem; }
.footer-inner { display:grid; grid-template-columns:1.2fr 1fr auto; gap:30px; align-items:center; }
@media (max-width:900px) { .main-nav { align-items:stretch; } .nav-group>a { display:block; } .hero-slides { height:390px; } .feature-grid,.service-grid,.info-grid,.contact-grid,.support-grid,.split { grid-template-columns:1fr 1fr; gap:30px; } .feature-grid>a:nth-child(odd) { border-left:1px solid var(--line); } .dropdown { position:static; width:auto !important; box-shadow:none; border-top:1px solid var(--line); } .nav-group:hover .dropdown { display:none; } .nav-group:focus-within .dropdown { display:block; } }
@media (max-width:900px) { .nav-group.expanded .dropdown { display:block; } }
@media (max-width:620px) { .hero-slides { height:420px; } .hero-overlay h1 { font-size:2.2rem; } .feature-grid,.service-grid,.info-grid,.contact-grid,.support-grid,.split { grid-template-columns:1fr; } .feature-grid>a { border-left:1px solid var(--line); } .news-list a { grid-template-columns:90px 1fr 15px; font-size:.82rem; } .footer-inner { grid-template-columns:1fr; } }

.contact-section .contact-grid { align-items:stretch; }
.contact-section .contact-grid > div:first-child { background:transparent; padding:0; }
.contact-section .contact-grid > div:first-child > p:not(.kicker) { max-width:520px; }
.contact-section dl { display:grid; grid-template-columns:1fr 1fr; gap:22px; margin:25px 0 0; }
.contact-section dl div { display:block; min-height:104px; padding:23px 20px; background:#fff; border:0; text-align:center; box-shadow:0 5px 18px rgba(20,48,63,.06); }
.contact-section dl div:first-child { grid-column:1 / -1; min-height:112px; }
.contact-section dt { width:auto; color:var(--orange); font-size:.82rem; font-weight:700; margin-bottom:6px; }
.contact-section dd { color:var(--navy); font-size:.94rem; }
.contact-section .contact-box { height:100%; min-height:440px; padding:0; border-top:4px solid var(--orange); overflow:hidden; }
.contact-section .contact-box iframe { height:365px; }
.contact-section .map-heading { padding:18px 23px; }
@media (max-width:620px) { .contact-section dl { grid-template-columns:1fr; } .contact-section dl div:first-child { grid-column:auto; } .contact-section .contact-box { min-height:380px; } .contact-section .contact-box iframe { height:290px; } }

.page-header { min-height:100px; display:flex; align-items:center; justify-content:space-between; }
.back-home { color:var(--orange); font-weight:700; font-size:.88rem; }
.page-main { padding:42px 0 80px; }
.page-intro { padding:25px 0 30px; border-bottom:2px solid var(--navy); margin-bottom:30px; }
.page-intro h1 { color:var(--navy); font-size:2.4rem; margin:0 0 8px; }
.page-intro>p:last-child { color:var(--muted); margin:0; }
.all-content-link { display:inline-block; margin-top:16px; color:var(--orange); font-size:.86rem; font-weight:700; }
.menu-category[hidden],.editable-section[hidden] { display:none; }
.selected-edit-section { border-left:4px solid var(--orange); padding-left:22px; background:var(--cream); }
.editable-section { max-width:850px; padding:35px 0; border-bottom:1px solid var(--line); scroll-margin-top:115px; }
.editable-section h2 { color:var(--navy); font-size:1.7rem; margin:0 0 12px; }
.editable-section h3 { color:var(--navy); font-size:1.15rem; }
.editable-section p { color:var(--muted); }
.editable-section:target { border-left:4px solid var(--orange); padding-left:20px; background:var(--cream); }
.menu-category { margin:0 0 42px; border:1px solid var(--line); background:#fff; scroll-margin-top:115px; }
.category-heading { display:flex; gap:20px; align-items:flex-start; padding:25px 30px; background:var(--cream); border-bottom:3px solid var(--navy); }
.category-heading>span { color:var(--orange); font-size:1.5rem; font-weight:900; line-height:1; }
.category-heading h2 { color:var(--navy); font-size:1.8rem; margin:0 0 4px; }
.category-heading p { color:var(--muted); margin:0; font-size:.88rem; }
.category-heading .kicker { color:var(--orange); margin-bottom:4px; }
.category-content { padding:0 28px; }
.category-content .editable-section { max-width:none; padding:25px 0; }
.category-content .editable-section:last-child { border-bottom:0; }
.category-content .editable-section h3 { margin:0 0 7px; color:var(--navy); font-size:1.12rem; }
.category-content .editable-section p { margin-bottom:7px; }
.category-content .editable-section:target { margin:0 -28px; padding-left:48px; padding-right:28px; }
.edit-index { display:flex; flex-wrap:wrap; gap:8px; margin-top:22px; }
.edit-index a { padding:6px 12px; border:1px solid var(--line); color:var(--navy); background:#fff; font-size:.82rem; }
.edit-index a:hover { border-color:var(--orange); color:var(--orange); }
.editable-page .brand img { width:180px; height:70px; object-fit:contain; }
.editable-page .footer-inner { grid-template-columns:1fr auto; }
@media (max-width:620px) { .page-header { min-height:76px; } .editable-page .brand img { width:160px; height:60px; } .page-main { padding-top:25px; } .page-intro h1 { font-size:1.8rem; } }
@media (max-width:620px) { .category-heading { padding:20px 16px; gap:12px; } .category-heading h2 { font-size:1.45rem; } .category-content { padding:0 16px; } .category-content .editable-section:target { margin:0 -16px; padding-left:32px; padding-right:16px; } }

@media (max-width:620px) {
	body { background:#f7f5f0; }
	.utility-bar { display:none; }
	.site-header { background:var(--deep); border-bottom:3px solid var(--orange); }
	.header-inner { min-height:76px; }
	.brand { color:#fff; gap:9px; }
	.brand { min-width:0; }
	.brand img { width:170px; height:66px; filter:none; }
	.nav-toggle { border:0; background:var(--orange); color:#fff; padding:9px 11px; font-size:.78rem; }
	.main-nav { top:76px; left:0; right:0; max-height:calc(100dvh - 76px); padding:8px 14px 14px; background:var(--deep); border:0; }
	.main-nav a { color:#fff; border-bottom:1px solid #36505d; padding:12px 8px; }
	.main-nav .nav-contact,.main-nav .price-button { background:var(--orange); border:0; margin:7px 0 0; text-align:center; }
	.dropdown a { color:#dbe5e7; background:#102f40; padding:10px 15px; }
	.hero-slides { height:365px; min-height:365px; }
	.hero-slides>img { opacity:.5; object-fit:cover; }
	.hero-overlay { align-items:flex-end; padding-bottom:34px; background:linear-gradient(0deg,#092538ee 5%,#09253855 75%,transparent); }
	.hero-overlay h1 { font-size:2rem; line-height:1.3; margin-bottom:7px; }
	.hero-overlay p:not(.kicker) { font-size:.83rem; line-height:1.7; margin-bottom:15px; }
	.hero-overlay .button { width:100%; text-align:center; }
	.feature-strip { background:#fff; }
	.feature-grid { grid-template-columns:1fr 1fr; }
	.feature-grid>a { min-height:105px; padding:15px 11px; border-bottom:1px solid var(--line); }
	.feature-grid h3 { font-size:.86rem; }
	.feature-grid p { font-size:.68rem; line-height:1.5; }
	.content-section,.services-section,.information-section,.news-section,.support-section,.simple-section,.contact-section { padding:48px 0; }
	.section-title h2,.info-grid h2,.news-section h2,.support-section h2,.simple-section h2,.contact-grid h2 { font-size:1.75rem; }
	.split { gap:22px; }
	.service-grid { gap:12px; }
	.service-grid article>img { height:125px; }
	.service-grid article>div { padding:14px; }
	.service-grid h3 { font-size:.94rem; }
	.service-grid p { min-height:0; font-size:.78rem; }
	.service-row { padding:16px 14px; }
	.service-row h3 { display:inline-block; margin-left:8px; }
	.service-row p { margin-top:5px; }
	.info-grid { gap:25px; }
	table { display:block; overflow-x:auto; white-space:nowrap; }
	.news-list a { grid-template-columns:75px 1fr 12px; padding:14px 4px; }
	.support-links { border-left:0; border-top:1px solid #77939a; }
	.support-links a { padding:13px 0; }
	.contact-grid { display:flex; flex-direction:column; gap:25px; }
	.contact-grid .contact-box { order:-1; }
	.contact-section .contact-grid > div:first-child { padding:0; }
	.contact-section dl { gap:10px; }
	.contact-section dl div { min-height:82px; padding:15px 10px; }
	.contact-section .contact-box iframe { height:270px; }
	.footer-inner { gap:14px; }
}
