:root{--blue:#1260d6;--navy:#102945;--ink:#152c45;--muted:#5e6f81;--line:#dce5ee;--pale:#f1f6fb;--white:#fff;--radius:14px;--max:1240px;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--white);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #ffbd48;outline-offset:5px}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.35}button,summary{cursor:pointer}button{color:inherit}.wrap{width:min(var(--max),calc(100% - 96px));margin-inline:auto}.skip-link{position:fixed;top:-80px;left:16px;padding:10px 22px;background:var(--navy);color:#fff;z-index:100}.skip-link:focus{top:10px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);border-bottom:1px solid #e6edf4;backdrop-filter:blur(14px)}.header-inner{height:84px;max-width:1440px;margin:auto;padding:0 48px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:11px;flex-shrink:0}.brand-mark{width:39px;height:39px;display:grid;place-items:center;border-radius:11px;background:var(--blue);color:#fff;font-size:23px;font-weight:700}.brand-type{font-size:26px;letter-spacing:.07em;font-weight:750;color:var(--navy);display:flex;align-items:baseline;gap:10px}.brand-type>span{font-size:14px;font-weight:500;letter-spacing:.09em}.desktop-nav{display:flex;gap:32px;align-items:center;margin:auto}.desktop-nav a{font-size:15px;font-weight:500;transition:color .2s}.desktop-nav a:hover,.text-link:hover{color:var(--blue)}.header-contact{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600;color:var(--blue);font-variant-numeric:tabular-nums}.header-contact svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.menu-toggle{display:none;border:0;background:transparent;padding:12px}.menu-toggle span{display:block;width:22px;height:2px;background:var(--navy);margin:5px 0}.mobile-nav[hidden]{display:none}.mobile-nav{padding:12px 26px 24px;border-top:1px solid var(--line);background:#fff}.mobile-nav a{display:block;padding:12px 0}
.hero{position:relative;background:linear-gradient(108deg,#eef5ff 0%,#f7faff 45%,#eff5fa 100%);overflow:hidden}.hero-inner{min-height:660px;display:grid;grid-template-columns:1fr 1.06fr;align-items:center;gap:5px}.hero-copy{position:relative;z-index:2;padding:55px 0 40px}.eyebrow{font-size:14px;font-weight:650;letter-spacing:.13em;color:var(--blue);margin-bottom:20px}.hero h1{font-size:clamp(2.8rem,4.4vw,4.3rem);letter-spacing:-.045em;font-weight:750;line-height:1.38}.hero h1 span{color:var(--blue)}.hero-description{font-size:19px;line-height:1.9;color:var(--muted);margin-top:23px}.hero-actions{display:flex;align-items:center;gap:25px;margin-top:35px}.button{display:inline-flex;align-items:center;justify-content:center;gap:26px;min-height:52px;padding:13px 25px;border-radius:7px;font-size:15px;font-weight:600;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.primary{color:#fff;background:var(--blue)}.primary:hover{background:#0b4cb3}.button span{font-size:21px;line-height:1}.text-link{font-size:15px;font-weight:550;display:inline-flex;align-items:center;gap:13px}.hero-tags{display:flex;margin-top:42px;font-size:13px;color:#546c86}.hero-tags span+span{border-left:1px solid #b9cadd;margin-left:16px;padding-left:16px}.hero-visual{position:relative;min-width:0;height:620px;display:flex;align-items:center;justify-content:center}.hero-visual>img{height:610px;width:610px;max-width:none;object-fit:contain;mix-blend-mode:normal}.hero-index{position:absolute;right:0;top:23px;font-size:12px;letter-spacing:.1em;color:#65778c}.hero-caption{position:absolute;bottom:16px;right:4px;display:flex;align-items:center;gap:12px}.caption-line{width:35px;height:1px;background:#9fb2c9}.hero-caption strong{display:block;font-size:14px;font-weight:600}.hero-caption div>span{display:block;font-size:12px;color:#64788e;margin-top:1px}.hero-bottom{border-top:1px solid #d5e1ed;display:flex;justify-content:space-between;align-items:center;min-height:66px;font-size:13px;color:#65768b}.hero-bottom a{display:flex;align-items:center;gap:26px}.hero-bottom a span{font-size:19px}
.section{padding-top:100px;padding-bottom:96px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:42px}.section-heading .eyebrow{margin-bottom:13px}h2{font-size:38px;font-weight:700;letter-spacing:-.035em;line-height:1.45}.section-heading>p{color:var(--muted);font-size:16px;line-height:1.9;flex-shrink:0;margin-bottom:5px}.mobile-break{display:none}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px;align-items:start}.product-card{min-width:0;border:1px solid #e0e8f0;border-radius:var(--radius);overflow:hidden;background:#fff;transition:box-shadow .25s,border-color .25s}.product-card:hover{border-color:#b5cdeb;box-shadow:0 16px 34px -23px #48668c}.product-image{position:relative;aspect-ratio:4/3;background:#f2f6fa;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .45s}.pulsator-image img{object-fit:cover;object-position:center bottom}.single-image img{padding:12px 28px}.dual-image img{padding:8px 14px}.product-card:hover .product-image img{transform:scale(1.025)}.image-tag{position:absolute;left:18px;top:16px;background:rgba(255,255,255,.95);padding:4px 11px;border-radius:4px;color:#425f7c;font-size:13px}.product-body{padding:25px 25px 0}.product-capacity{color:var(--blue);font-size:35px;line-height:1.2;font-weight:600;letter-spacing:-.04em;display:flex;align-items:baseline;gap:4px;margin-bottom:9px}.product-capacity>span{font-size:17px;letter-spacing:0}.product-capacity small{font-size:14px;letter-spacing:0;font-weight:500;margin-right:3px}.product-body h3{font-size:23px;margin-bottom:14px;letter-spacing:-.02em}.product-body>p:not(.product-capacity):not(.product-note){font-size:16px;color:var(--muted);line-height:1.8;min-height:58px}.feature-tags{padding:0;list-style:none;display:flex;gap:6px;flex-wrap:wrap;margin:18px 0}.feature-tags li{font-size:13px;padding:4px 7px;background:#f0f5fa;border-radius:3px;color:#516b87}.product-note{font-size:13px;color:#667a90;padding-bottom:21px;min-height:43px}.product-note.important{color:#915214;font-size:14px;line-height:1.7}.product-details{border-top:1px solid #e5eaf0}.product-details summary{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:600;min-height:59px;list-style:none;gap:10px}.product-details summary>span,.faq summary>span{color:var(--blue);font-size:21px;line-height:1;transition:transform .2s;flex-shrink:0}summary::-webkit-details-marker{display:none}details[open]>summary>span{transform:rotate(45deg)}.detail-content{font-size:14px;padding-bottom:22px}.detail-content dl{margin:0 0 14px}.detail-content dl>div{display:grid;grid-template-columns:80px 1fr;gap:8px;padding:7px 0;border-bottom:1px solid #eef1f5}.detail-content dt{color:var(--muted)}.detail-content dd{margin:0}.detail-content>p{font-size:14px;color:var(--muted)}.detail-content>a{display:inline-flex;color:var(--blue);margin-top:15px;font-weight:600}.section-footnote{font-size:12px;color:#6a7c8f;margin-top:24px;line-height:1.8}
.care-section{background:var(--pale);padding:85px 0}.care-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:78px;align-items:center}.care-visual{border-radius:12px;overflow:hidden;aspect-ratio:1/1.08}.care-visual img{width:100%;height:100%;object-fit:cover;object-position:center bottom}.care-copy .eyebrow{margin-bottom:14px}.care-copy h2{font-size:40px}.care-intro{color:var(--muted);margin-top:19px;font-size:17px}.care-item{display:flex;gap:19px;margin-top:25px}.care-item>span{font-size:13px;color:var(--blue);padding-top:2px;font-weight:600;letter-spacing:.05em}.care-item h3{font-size:17px;font-weight:650}.care-item p{font-size:16px;color:var(--muted);margin-top:5px}.care-copy>.text-link{margin-top:28px;color:var(--blue)}
.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.version-card{border:1px solid var(--line);border-radius:var(--radius);padding:33px 36px;background:#fbfcfe}.version-label{display:inline-flex;font-size:14px;font-weight:600;padding:4px 12px;background:#e7f0fc;color:var(--blue);border-radius:4px;margin-bottom:21px}.version-card h3{font-size:27px;font-weight:650;margin-bottom:12px}.version-card>p{color:var(--muted);font-size:16px}.version-highlight{display:flex;align-items:center;gap:11px;padding:16px 18px;background:#fff1df;color:#8a4c08;border-radius:6px;margin-top:25px}.version-highlight>span{font-size:15px;border:1.5px solid currentColor;line-height:20px;border-radius:50%;width:22px;height:22px;text-align:center;font-weight:700;flex-shrink:0}.version-highlight strong{font-size:17px;font-weight:600}.wall-version{background:#f5f9ff;border-color:#d4e2f6}.wall-version .version-highlight{color:#154e95;background:#e4eefc}.version-card ul{margin:23px 0 0;padding:0;list-style:none}.version-card li{font-size:15px;color:#52677e;padding:6px 0 6px 18px;position:relative}.version-card li:before{content:"";position:absolute;left:0;top:17px;width:5px;height:5px;border-radius:50%;background:#8ca8c7}.guide-callout{display:flex;align-items:center;justify-content:space-between;gap:36px;padding:27px 32px;margin-top:25px;background:#f5f7fa;border-radius:9px}.guide-callout strong{font-size:17px;font-weight:650}.guide-callout p{font-size:15px;color:var(--muted);margin-top:5px;max-width:770px}.outline{border:1px solid #b5c9e2;flex-shrink:0;color:var(--blue);background:#fff}.outline:hover{background:#edf4fd}.faq{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;margin-top:80px}.faq>h3{font-size:24px;max-width:230px;line-height:1.6}.faq-list{border-top:1px solid var(--line)}.faq details{border-bottom:1px solid var(--line)}.faq summary{display:flex;align-items:center;justify-content:space-between;gap:25px;list-style:none;padding:22px 0;font-size:16px;font-weight:550}.faq details p{font-size:16px;color:var(--muted);padding:0 40px 23px 0;line-height:1.9}
.about-section{padding:83px 0;background:#f0f5fb}.about-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:86px}.about-copy h3{font-size:23px;margin-bottom:23px;font-weight:650}.about-copy>p{font-size:16px;color:var(--muted);line-height:2;margin-top:15px}.about-values{display:flex;gap:30px;margin-top:29px;color:var(--blue);font-size:14px;font-weight:600}.contact-section{background:#123b68;color:white;padding:65px 0}.contact-inner{display:flex;align-items:center;justify-content:space-between;gap:35px}.contact-section .eyebrow{color:#9dc9ff;margin-bottom:15px}.contact-section h2{font-size:29px;letter-spacing:0}.contact-section p:not(.eyebrow){font-size:14px;color:#c0d2e6;margin-top:15px}.contact-number{font-size:36px;line-height:1.5;letter-spacing:.015em;display:flex;align-items:center;gap:26px;white-space:nowrap;font-weight:550}.contact-number>span{font-size:25px}.contact-action>span{font-size:12px;color:#bbcee5}.site-footer{padding:36px 0;background:#fff}.footer-inner{display:flex;align-items:center;gap:34px}.footer-brand{margin-right:auto}.footer-inner>div{text-align:right}.footer-inner p{font-size:13px;color:#425b76}.footer-inner>div>span{font-size:12px;color:#8090a1}.back-top{font-size:13px;border-left:1px solid var(--line);padding-left:30px;color:#526e8c}
@media(min-width:1550px){.hero-inner{min-height:715px}.hero-visual{height:660px}.hero-visual>img{height:660px;width:660px}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.header-inner{padding:0 32px;gap:20px}.desktop-nav{gap:23px}.brand-type>span{display:none}.hero-inner{min-height:600px}.hero-visual{height:550px}.hero-visual>img{width:540px;height:540px}.hero-actions{gap:18px;flex-wrap:wrap}.hero h1{font-size:47px}.hero-tags{font-size:12px}.hero-tags span+span{margin-left:10px;padding-left:10px}.product-body{padding:21px 18px 0}.product-grid{gap:18px}.product-body h3{font-size:21px}.care-grid{gap:45px}.care-copy h2{font-size:36px}.version-card{padding:28px}.faq{gap:40px}.about-grid{gap:50px}.contact-number{font-size:30px}.contact-section h2{font-size:25px}}
@media(max-width:820px){html{scroll-padding-top:83px}.wrap{width:calc(100% - 44px)}.header-inner{height:70px;padding:0 22px;gap:15px}.brand-type{font-size:24px}.brand-type>span{display:inline;font-size:12px;letter-spacing:0}.desktop-nav{display:none}.header-contact{margin-left:auto;padding:10px}.header-contact span{display:none}.header-contact svg{width:21px;height:21px}.menu-toggle{display:block;padding:9px 0 9px 7px}.hero-inner{min-height:0;grid-template-columns:1fr 1fr;gap:0}.hero-copy{padding:48px 0 40px}.hero h1{font-size:37px}.hero .eyebrow{font-size:12px;letter-spacing:.03em}.hero-description{font-size:16px}.hero-visual{height:480px;align-self:end}.hero-visual>img{height:455px;width:455px}.hero-index,.hero-tags{display:none}.hero-actions{margin-top:25px;gap:15px}.hero-actions .button{min-height:46px;padding:10px 18px;font-size:14px;gap:16px}.hero-actions .text-link{font-size:14px}.hero-caption{bottom:10px;right:0}.hero-caption strong,.hero-caption div>span{font-size:12px}.caption-line{width:17px}.hero-bottom{min-height:55px;font-size:12px}.section{padding-top:70px;padding-bottom:65px}.section-heading{gap:18px}.section-heading h2{font-size:30px}.section-heading>p{font-size:14px}.product-grid{grid-template-columns:1fr;gap:24px}.product-card{display:grid;grid-template-columns:.9fr 1.1fr;overflow:visible}.product-image{height:325px;aspect-ratio:auto;border-radius:14px 0 0 14px;align-self:start;min-height:325px}.pulsator-image img{object-fit:cover;object-position:center bottom}.single-image img,.dual-image img{padding:12px}.product-body{padding:25px 24px 0}.product-body h3{font-size:23px}.feature-tags{margin:15px 0}.care-section{padding:65px 0}.care-grid{grid-template-columns:1fr 1fr;gap:28px}.care-visual{aspect-ratio:1/1;align-self:start}.care-copy h2{font-size:29px}.care-intro{font-size:16px}.care-item{gap:10px;margin-top:21px}.care-item h3{font-size:16px}.care-item p{font-size:14px}.care-copy>.text-link{font-size:14px}.version-card{padding:25px 23px}.version-card h3{font-size:24px}.version-highlight{padding:14px 12px}.version-highlight strong{font-size:15px}.version-card>p{font-size:16px}.guide-callout{padding:24px;gap:20px}.faq{grid-template-columns:1fr;gap:25px;margin-top:55px}.faq>h3{max-width:none;font-size:22px}.about-section{padding:60px 0}.about-grid{gap:30px;grid-template-columns:.85fr 1.15fr}.about-grid h2{font-size:29px}.about-copy h3{font-size:20px}.about-values{gap:20px;font-size:14px}.contact-inner{align-items:flex-start;flex-direction:column;gap:30px}.contact-number{font-size:36px}.footer-inner{gap:20px;flex-wrap:wrap}.footer-brand .brand-type>span{display:none}.back-top{padding-left:15px}.footer-inner>div{flex:1}}
@media(max-width:540px){.hero-inner{grid-template-columns:1fr}.hero-copy{padding:40px 0 0}.hero h1{font-size:41px;letter-spacing:-.045em;line-height:1.35}.hero .eyebrow{font-size:13px;margin-bottom:14px}.hero-description{margin-top:15px;font-size:16px;line-height:1.8}.hero-description br{display:none}.hero-actions{margin-top:24px;gap:18px}.hero-actions .text-link{font-size:14px;gap:6px}.hero-visual{height:342px;margin-top:9px}.hero-visual>img{width:365px;height:365px;max-width:100%;object-fit:contain}.hero-caption{right:0;bottom:4px}.caption-line{display:none}.hero-bottom{margin-top:7px;font-size:12px;gap:10px}.hero-bottom a{gap:8px}.hero-bottom p{max-width:190px}.section{padding-top:57px;padding-bottom:56px}.eyebrow{font-size:13px;margin-bottom:12px}.section-heading{display:block;margin-bottom:29px}.section-heading h2{font-size:29px}.section-heading>p{margin-top:16px;font-size:16px;line-height:1.8}.section-heading>p br{display:none}.mobile-break{display:block}.product-card{display:block;overflow:hidden}.product-image{height:auto;min-height:0;aspect-ratio:4/3;border-radius:0}.single-image img{padding:11px 35px}.dual-image img{padding:4px 15px}.product-body{padding:24px 24px 0}.product-body>p:not(.product-capacity):not(.product-note){min-height:0}.product-body h3{font-size:24px}.feature-tags li{font-size:13px;padding:4px 9px}.product-details summary{font-size:15px;min-height:58px}.product-capacity{font-size:36px}.section-footnote{font-size:12px;line-height:1.9}.care-section{padding:48px 0}.care-grid{display:flex;flex-direction:column;gap:34px}.care-visual{width:100%;aspect-ratio:1/1}.care-copy{width:100%}.care-copy h2{font-size:31px}.care-intro{font-size:16px}.care-item{gap:18px;margin-top:24px}.care-item h3{font-size:17px}.care-item p{font-size:16px}.care-copy>.text-link{font-size:14px}.comparison-grid{grid-template-columns:1fr;gap:18px}.version-card{padding:26px 24px}.version-card h3{font-size:25px}.version-label{margin-bottom:17px}.version-highlight strong{font-size:16px}.version-card li{font-size:15px}.guide-callout{flex-direction:column;align-items:flex-start;padding:23px}.guide-callout p{font-size:16px}.guide-callout .button{width:100%;min-height:46px}.faq{margin-top:44px;gap:22px}.faq>h3{font-size:22px}.faq summary{font-size:16px;gap:14px;padding:20px 0}.faq details p{padding-right:0}.about-grid{grid-template-columns:1fr;gap:28px}.about-grid h2{font-size:30px}.about-copy h3{font-size:20px;line-height:1.7;margin-bottom:14px}.about-values{gap:25px;font-size:14px}.contact-section{padding:44px 0}.contact-section h2{font-size:26px;max-width:330px}.contact-inner{gap:25px}.contact-number{font-size:31px;gap:18px}.site-footer{padding:29px 0}.footer-inner{gap:20px;align-items:flex-start}.footer-brand{order:0}.back-top{order:1;padding:0;border:0;margin-left:auto;margin-top:9px}.footer-inner>div{order:2;flex-basis:100%;text-align:left}.footer-brand .brand-type>span{display:inline}.footer-brand .brand-type{font-size:23px}.footer-brand .brand-mark{width:35px;height:35px;font-size:21px}}
@media(max-width:350px){.hero h1{font-size:36px}.contact-number{font-size:26px;gap:12px}.brand-type>span{display:none}.hero-actions{gap:12px}.hero-visual{height:310px}.hero-visual>img{height:320px}.version-card{padding:23px 19px}.version-highlight strong{font-size:15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Reference-matched product imagery and shared color selection. */
.hero{background:linear-gradient(105deg,#eef5ff 0%,#fff 54%,#fff 100%)}
.product-image{background:#fff}
.pulsator-image img{object-fit:contain;object-position:center;padding:12px 20px}
.care-visual{background:#fff;aspect-ratio:1/1;display:flex;align-items:center}
.care-visual img{object-fit:contain;object-position:center;padding:14px}
.color-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:-8px 0 30px;padding:21px 25px;background:#f4f7fb;border:1px solid #e1e8f1;border-radius:10px}
.color-toolbar strong{font-size:16px;font-weight:600}.color-toolbar p{font-size:14px;color:var(--muted);margin-top:3px}
.color-options{display:flex;gap:10px;flex-shrink:0}.color-choice{display:flex;align-items:center;gap:9px;border:1px solid #c4cdd9;border-radius:6px;padding:10px 17px;font-size:15px;line-height:1.5;min-height:46px;background:#fff;color:#475e78;transition:border-color .2s,box-shadow .2s}
.color-choice[aria-pressed="true"]{border-color:var(--blue);box-shadow:0 0 0 1px var(--blue);color:var(--blue);font-weight:600}.color-choice:hover{border-color:var(--blue)}
.swatch{width:20px;height:20px;border:1px solid #bbc4cf;border-radius:50%;display:inline-block}.white-swatch{background:#f8f9fa}.gray-swatch{background:#86888c}
@media(max-width:540px){.color-toolbar{align-items:flex-start;flex-direction:column;gap:18px;padding:20px;margin:0 0 24px}.color-options{width:100%}.color-choice{justify-content:center;flex:1}.pulsator-image img{padding:10px 20px}.care-visual img{padding:9px}}

.contact-details{display:grid;grid-template-columns:1.15fr 1fr 1.3fr;gap:32px;border-top:1px solid #416183;margin-top:38px;padding-top:28px}.contact-details>div{min-width:0}.contact-details>div>span{display:block;color:#b6cde6;font-size:14px;margin-bottom:9px}.contact-details strong,.contact-details a,.contact-details address{font-size:16px;font-weight:400;font-style:normal;line-height:1.9;overflow-wrap:anywhere}.contact-details a:hover,.site-footer a[href^="mailto:"]:hover{text-decoration:underline;text-underline-offset:4px}.footer-inner>div{min-width:0}.footer-inner>div p{overflow-wrap:anywhere}@media(max-width:820px){.contact-details{grid-template-columns:1fr 1fr}.contact-details>div:last-child{grid-column:1/-1}}@media(max-width:540px){.contact-details{grid-template-columns:1fr;gap:23px;margin-top:30px;padding-top:26px}.contact-details>div:last-child{grid-column:auto}}

.model-section{padding-top:36px}.spec-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:10px}.spec-table{border-collapse:collapse;width:100%;min-width:880px;font-size:14px;text-align:left}.spec-table caption{text-align:left;padding:17px 20px;font-size:16px;font-weight:600;background:#f1f6fc}.spec-table th,.spec-table td{padding:15px 17px;border-top:1px solid var(--line);vertical-align:top}.spec-table thead{background:#f8fafc}.spec-table tbody th{color:var(--blue);white-space:nowrap}.spec-table tbody tr:nth-child(even){background:#fbfcfe}.model-details{margin-top:28px;display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.model-detail{border:1px solid var(--line);border-radius:9px;padding:0 22px;scroll-margin-top:100px}.model-detail summary{display:flex;justify-content:space-between;align-items:center;gap:15px;list-style:none;padding:20px 0;font-size:15px}.model-detail summary strong{color:var(--blue);margin-right:8px}.model-detail dl{margin:0}.model-detail dl>div{display:grid;grid-template-columns:115px 1fr;gap:16px;border-top:1px solid #e7edf4;padding:11px 0;font-size:14px}.model-detail dt{color:var(--muted)}.model-detail dd{margin:0}.model-inquiry{display:inline-block;margin:10px 0 21px;color:var(--blue);font-size:14px;font-weight:600}.product-body>.model-numbers{font-size:13px!important;min-height:0!important;color:var(--blue)!important;line-height:1.6!important;margin:-5px 0 13px}.model-card-link{margin-bottom:12px}.model-card-link a{color:var(--blue)}@media(max-width:700px){.model-details{grid-template-columns:1fr}.model-detail{padding:0 18px}.model-detail dl>div{grid-template-columns:96px 1fr;gap:10px}.model-section{padding-top:15px}}

@media(min-width:821px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
