@import "tailwindcss";

:root { --navy:#071b31; --navy-2:#0b2748; --blue:#0757b7; --blue-2:#1474dd; --sky:#dbeeff; --ink:#122033; --muted:#68788c; --line:#dbe3ec; --surface:#f3f7fb; --white:#fff; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--white); color:var(--ink); font-family:"Noto Sans SC","Microsoft YaHei","PingFang SC",Arial,sans-serif; }
a { color:inherit; text-decoration:none; }
button,input,textarea { font:inherit; }
svg { width:20px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.container { width:min(1180px,calc(100% - 48px)); margin:0 auto; }
.site-header { position:fixed; inset:0 0 auto; z-index:50; height:78px; color:var(--white); transition:.25s ease; }
.site-header.is-scrolled { background:rgba(7,27,49,.96); box-shadow:0 10px 35px rgba(3,15,29,.16); }
.header-inner { height:100%; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.brand { display:inline-flex; align-items:center; gap:11px; flex:0 0 auto; }
.brand>span:last-child { display:flex; flex-direction:column; }
.brand strong { font-size:20px; line-height:1.1; letter-spacing:.12em; }
.brand small { margin-top:4px; font-size:8px; letter-spacing:.25em; opacity:.68; }
.brand-mark { position:relative; width:38px; height:38px; border:1px solid rgba(255,255,255,.5); display:inline-block; transform:rotate(45deg); }
.brand-mark i,.brand-mark b { position:absolute; display:block; background:#45a1ff; }
.brand-mark i { left:8px; top:8px; width:20px; height:7px; }
.brand-mark b { right:8px; bottom:8px; width:7px; height:14px; background:white; }
nav { display:flex; align-items:center; justify-content:center; gap:28px; margin-left:auto; }
nav a { position:relative; font-size:14px; color:rgba(255,255,255,.78); padding:29px 0 26px; }
nav a::after { content:""; position:absolute; left:50%; right:50%; bottom:19px; height:2px; background:#48a5ff; transition:.2s; }
nav a:hover { color:white; }
nav a:hover::after { left:0; right:0; }
.header-contact { height:40px; padding:0 17px; border:1px solid rgba(255,255,255,.38); display:inline-flex; align-items:center; gap:9px; font-size:13px; }
.header-contact svg { width:17px; }
.header-contact:hover { background:white; color:var(--navy); }
.menu-button { display:none; width:42px; height:42px; border:1px solid rgba(255,255,255,.35); background:transparent; padding:10px; }
.menu-button span { display:block; height:1px; background:white; margin:5px 0; }

.hero { position:relative; min-height:780px; color:white; background:var(--navy); overflow:hidden; }
.hero::before { content:""; position:absolute; width:52%; height:100%; right:0; top:0; background:#0a2c53; clip-path:polygon(17% 0,100% 0,100% 100%,0 100%); }
.hero-grid { position:absolute; inset:0; opacity:.13; background-image:linear-gradient(rgba(128,190,255,.4) 1px,transparent 1px),linear-gradient(90deg,rgba(128,190,255,.4) 1px,transparent 1px); background-size:60px 60px; mask-image:linear-gradient(to right,transparent 3%,black 45%,black 100%); }
.hero-inner { position:relative; z-index:2; min-height:690px; padding-top:100px; display:grid; grid-template-columns:1.05fr .95fr; align-items:center; gap:70px; }
.eyebrow,.section-kicker { margin:0 0 20px; color:#3f9aff; font-size:12px; font-weight:700; letter-spacing:.2em; display:flex; align-items:center; gap:10px; }
.eyebrow span { width:30px; height:1px; background:#4da3fb; }
.hero h1 { font-size:clamp(42px,5vw,66px); line-height:1.18; letter-spacing:.02em; margin:0; font-weight:700; }
.hero h1 b { color:#66b4ff; font-weight:700; }
.hero-lead { max-width:590px; margin:26px 0 0; font-size:17px; line-height:1.9; color:rgba(255,255,255,.7); }
.hero-actions { display:flex; gap:14px; margin-top:34px; }
.button { min-height:50px; padding:0 23px; display:inline-flex; align-items:center; justify-content:center; gap:12px; font-size:14px; font-weight:700; border:1px solid rgba(255,255,255,.26); transition:.2s; }
.button-light { background:white; color:var(--navy); }
.button-light:hover { background:#dceeff; }
.button-ghost:hover { border-color:white; background:rgba(255,255,255,.08); }
.hero-trust { display:flex; margin-top:42px; padding-top:24px; border-top:1px solid rgba(255,255,255,.13); }
.hero-trust span { display:flex; flex-direction:column; gap:4px; padding-right:28px; margin-right:28px; border-right:1px solid rgba(255,255,255,.16); color:rgba(255,255,255,.52); font-size:11px; }
.hero-trust span:last-child { border:0; }
.hero-trust b { color:white; font-size:15px; letter-spacing:.08em; }
.hero-visual { position:relative; height:480px; }
.technical-card { position:absolute; width:360px; height:360px; left:50%; top:50%; transform:translate(-50%,-46%) rotate(-7deg); border:1px solid rgba(129,192,255,.35); background:rgba(5,25,49,.34); box-shadow:0 35px 80px rgba(0,0,0,.25); }
.technical-card::before,.technical-card::after { content:""; position:absolute; inset:24px; border:1px dashed rgba(111,181,249,.25); }
.technical-card::after { inset:66px; border-style:solid; }
.tech-ring { position:absolute; border:18px solid #1465b7; border-radius:50%; box-shadow:inset 0 0 0 1px #72b9ff,0 0 0 1px #0e487e; }
.ring-one { width:164px; height:164px; left:98px; top:98px; }
.ring-two { width:74px; height:74px; left:143px; top:143px; border-width:12px; background:#071b31; }
.tech-core { position:absolute; inset:0; z-index:2; display:flex; align-items:center; justify-content:center; flex-direction:column; transform:rotate(7deg); }
.tech-core span { color:white; font-weight:800; font-size:19px; }
.tech-core small { color:#7fbaf2; margin-top:3px; font-size:10px; letter-spacing:.15em; }
.measure { position:absolute; font-size:9px; color:#74b4ef; font-style:normal; letter-spacing:.12em; }
.measure-x { top:12px; left:50%; transform:translateX(-50%) rotate(7deg); }
.measure-y { right:8px; top:50%; transform:rotate(97deg); }
.visual-label { position:absolute; top:36px; right:-6px; display:flex; flex-direction:column; border-left:2px solid #48a6ff; padding-left:12px; z-index:3; }
.visual-label span { font-size:9px; letter-spacing:.2em; color:#69b4ff; }
.visual-label b { font-size:16px; margin-top:4px; }
.visual-note { position:absolute; left:0; bottom:38px; display:flex; align-items:center; gap:10px; z-index:3; }
.visual-note span { width:39px; height:39px; display:grid; place-items:center; background:white; color:var(--navy); font-size:11px; }
.visual-note p { margin:0; font-size:12px; line-height:1.35; }
.visual-note b { font-size:8px; color:#66aff4; letter-spacing:.14em; }
.note-two { left:auto; right:7px; bottom:8px; }
.hero-stats { position:relative; z-index:3; border-top:1px solid rgba(255,255,255,.14); background:rgba(4,20,38,.6); }
.stats-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.stats-grid div { height:90px; display:flex; flex-direction:column; justify-content:center; padding:0 28px; border-right:1px solid rgba(255,255,255,.12); }
.stats-grid div:first-child { border-left:1px solid rgba(255,255,255,.12); }
.stats-grid strong { font-size:19px; }
.stats-grid span { margin-top:6px; color:rgba(255,255,255,.5); font-size:11px; letter-spacing:.08em; }

.section { padding:110px 0; }
.about-grid { display:grid; grid-template-columns:1.05fr .95fr; align-items:center; gap:86px; }
.about-gallery { position:relative; height:500px; display:grid; grid-template-columns:1.35fr .65fr; grid-template-rows:1fr 1fr; gap:12px; }
.about-main { grid-row:1 / 3; }
.image-placeholder { position:relative; overflow:hidden; height:100%; min-height:180px; display:flex; flex-direction:column; justify-content:flex-end; align-items:flex-start; padding:24px; color:white; background:#153d65; }
.image-placeholder::before { content:""; position:absolute; inset:0; opacity:.22; background-image:linear-gradient(rgba(255,255,255,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px); background-size:28px 28px; }
.image-placeholder::after { content:""; position:absolute; width:55%; height:72%; right:-8%; top:10%; border:18px solid rgba(69,154,236,.22); transform:rotate(14deg); }
.image-placeholder>* { position:relative; z-index:2; }
.image-placeholder>img { position:absolute; z-index:1; inset:0; width:100%; height:100%; object-fit:cover; }
.image-placeholder.has-image::before { z-index:2; opacity:.35; background:linear-gradient(to top,rgba(3,18,34,.86),transparent 58%); }
.image-placeholder.has-image::after,.image-placeholder.has-image .blueprint-shape { display:none; }
.image-placeholder.has-image small,.image-placeholder.has-image strong { z-index:3; text-shadow:0 2px 12px rgba(0,0,0,.4); }
.image-placeholder small { position:absolute; top:17px; left:19px; color:#75bbff; font-size:10px; letter-spacing:.16em; }
.image-placeholder strong { font-size:16px; letter-spacing:.06em; }
.image-placeholder em { margin-top:6px; color:rgba(255,255,255,.56); font-size:10px; font-style:normal; }
.blueprint-shape { position:absolute; inset:24% 19%; border:1px solid rgba(142,202,255,.35); transform:rotate(-10deg); }
.blueprint-shape span { position:absolute; border:1px solid rgba(142,202,255,.25); }
.blueprint-shape span:nth-child(1) { inset:18%; }
.blueprint-shape span:nth-child(2) { width:45%; height:45%; left:27%; top:27%; border-radius:50%; }
.blueprint-shape span:nth-child(3) { width:8px; height:8px; right:7px; top:7px; background:#4aa5ff; }
.about-side .image-placeholder { padding:17px; background:#204f7d; }
.about-side .image-placeholder strong { font-size:13px; }
.about-fourth { position:absolute; left:-24px; bottom:28px; width:175px; height:125px; border:7px solid white; z-index:4; box-shadow:0 16px 35px rgba(4,28,54,.18); }
.about-fourth .image-placeholder { min-height:0; padding:13px; }
.about-fourth .image-placeholder small { top:10px; left:11px; }
.about-fourth .image-placeholder strong { font-size:11px; }
.about-fourth .image-placeholder em { display:none; }
.about-badge { position:absolute; right:20%; bottom:-26px; width:132px; height:118px; background:var(--blue); color:white; display:flex; align-items:center; justify-content:center; gap:9px; box-shadow:0 18px 40px rgba(7,87,183,.25); }
.about-badge strong { font-size:38px; }
.about-badge span { font-size:11px; line-height:1.55; }
.section-kicker { margin-bottom:17px; }
.section-kicker i { width:38px; height:1px; background:currentColor; }
.section-kicker.light { color:#5fb2ff; }
.section-copy h2,.section-heading h2,.process h2,.contact h2 { margin:0; color:var(--ink); font-size:clamp(32px,4vw,46px); line-height:1.35; letter-spacing:.02em; }
.section-copy>p:not(.section-kicker) { color:var(--muted); line-height:2; margin:22px 0 0; font-size:15px; }
.check-list { margin:24px 0 26px; padding:0; list-style:none; display:grid; gap:12px; }
.check-list li { color:#35465b; font-size:14px; }
.check-list span { display:inline-grid; place-items:center; width:20px; height:20px; margin-right:9px; color:white; background:var(--blue); font-size:11px; }
.text-link { color:var(--blue); font-size:14px; font-weight:700; display:inline-flex; align-items:center; gap:9px; border-bottom:1px solid #a7caf1; padding-bottom:6px; }
.text-link svg { width:18px; }

.products { background:var(--navy); color:white; }
.section-heading { margin-bottom:48px; }
.split-heading { display:flex; justify-content:space-between; align-items:end; gap:60px; }
.split-heading h2,.products h2 { color:white; }
.split-heading>p { max-width:490px; margin:0; color:rgba(255,255,255,.55); line-height:1.9; font-size:14px; }
.product-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.product-card { background:#0c2746; border:1px solid rgba(255,255,255,.1); transition:.25s; }
.product-card:hover { transform:translateY(-4px); border-color:#2a80d5; }
.product-image { height:285px; position:relative; overflow:hidden; }
.product-image .image-placeholder { background:#1a456f; }
.product-image>span { position:absolute; right:0; top:0; padding:10px 14px; background:rgba(5,25,48,.78); color:#89c5ff; font-size:9px; letter-spacing:.17em; }
.product-info { min-height:142px; padding:24px; display:grid; grid-template-columns:34px 1fr 42px; align-items:start; gap:12px; }
.product-info>small { color:#4d9bea; font-size:10px; padding-top:4px; }
.product-info h3 { margin:0; font-size:19px; }
.product-info p { margin:10px 0 0; color:rgba(255,255,255,.5); font-size:12px; line-height:1.75; }
.product-info>a { width:40px; height:40px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.18); color:#62aff7; }
.product-info>a:hover { background:var(--blue); color:white; }
.products-footer { margin-top:32px; border-top:1px solid rgba(255,255,255,.12); padding-top:28px; display:flex; justify-content:flex-end; align-items:center; gap:22px; }
.products-footer span { color:rgba(255,255,255,.45); font-size:13px; }
.products-footer a { display:inline-flex; align-items:center; gap:8px; color:#73baff; font-size:13px; }

.capability { background:var(--surface); }
.capability-grid { display:grid; grid-template-columns:.85fr 1.15fr; align-items:center; gap:80px; }
.capability-list { margin-top:34px; display:grid; }
.capability-list>div { display:grid; grid-template-columns:50px 1fr; align-items:center; padding:18px 0; border-top:1px solid var(--line); }
.capability-list>div:last-child { border-bottom:1px solid var(--line); }
.capability-list b { color:#9bb2ca; font-size:12px; }
.capability-list span { display:flex; flex-direction:column; gap:5px; }
.capability-list strong { font-size:15px; }
.capability-list small { color:#75869a; }
.capability-panel { background:var(--navy); padding:22px; box-shadow:0 30px 65px rgba(12,33,57,.18); }
.capability-panel>.image-placeholder { height:390px; }
.panel-top { color:white; display:flex; justify-content:space-between; padding:2px 0 17px; align-items:center; }
.panel-top span { font-size:10px; letter-spacing:.2em; color:#6db5fb; }
.panel-top small { color:rgba(255,255,255,.38); font-size:10px; }
.panel-data { color:white; display:grid; grid-template-columns:repeat(3,1fr); padding-top:18px; }
.panel-data span { display:flex; justify-content:center; align-items:center; gap:7px; font-size:11px; border-right:1px solid rgba(255,255,255,.14); }
.panel-data span:last-child { border:0; }
.panel-data i { width:6px; height:6px; border-radius:50%; background:#50adff; box-shadow:0 0 0 4px rgba(80,173,255,.12); }

.quality { background:white; }
.centered { text-align:center; display:flex; flex-direction:column; align-items:center; }
.centered>p:last-child { max-width:630px; color:var(--muted); line-height:1.8; margin:16px auto 0; font-size:14px; }
.quality-grid { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--line); }
.quality-grid article { position:relative; min-height:280px; padding:38px 28px; border-right:1px solid var(--line); transition:.2s; }
.quality-grid article:last-child { border-right:0; }
.quality-grid article:hover { background:var(--navy); color:white; }
.quality-grid article>span { position:absolute; top:20px; right:20px; color:#a9b6c3; font-size:10px; }
.quality-icon { width:48px; height:48px; display:grid; place-items:center; color:var(--blue); background:#e9f3ff; font-size:24px; }
.quality-grid h3 { margin:28px 0 11px; font-size:18px; }
.quality-grid p { margin:0; color:var(--muted); font-size:13px; line-height:1.85; }
.quality-grid article:hover p { color:rgba(255,255,255,.58); }

.process { padding:72px 0; background:#0c355e; color:white; }
.process-grid { display:grid; grid-template-columns:.38fr .62fr; align-items:center; gap:60px; }
.process h2 { color:white; font-size:34px; }
.steps { display:grid; grid-template-columns:repeat(4,1fr); }
.step { min-height:150px; padding:0 20px; border-left:1px solid rgba(255,255,255,.16); }
.step span { color:#61b0fa; font-size:10px; }
.step h3 { font-size:15px; margin:23px 0 8px; }
.step p { margin:0; color:rgba(255,255,255,.47); font-size:11px; line-height:1.7; }

.contact { background:var(--navy); color:white; overflow:hidden; position:relative; }
.contact::after { content:""; position:absolute; width:460px; height:460px; border:1px solid rgba(84,166,246,.15); border-radius:50%; left:-180px; bottom:-250px; box-shadow:0 0 0 70px rgba(84,166,246,.03),0 0 0 140px rgba(84,166,246,.02); }
.contact-wrap { position:relative; z-index:2; display:grid; grid-template-columns:1fr .82fr; align-items:center; gap:100px; }
.contact h2 { color:white; }
.contact-copy>p:not(.section-kicker) { max-width:560px; color:rgba(255,255,255,.55); line-height:1.9; }
.contact-lines { display:grid; gap:13px; margin-top:34px; }
.contact-lines>* { display:flex; align-items:center; gap:14px; }
.contact-lines svg { width:22px; color:#5baefc; }
.contact-lines span { display:flex; flex-direction:column; gap:3px; }
.contact-lines small { color:rgba(255,255,255,.4); font-size:10px; }
.contact-lines b { font-size:14px; }
.inquiry-card { padding:38px; background:white; color:var(--ink); box-shadow:0 30px 80px rgba(0,0,0,.25); }
.form-title { display:flex; justify-content:space-between; align-items:end; padding-bottom:23px; border-bottom:1px solid var(--line); margin-bottom:22px; }
.form-title span { font-size:22px; font-weight:700; }
.form-title small { color:#9ba9b8; font-size:9px; letter-spacing:.16em; }
.inquiry-card label { display:block; margin-top:17px; }
.inquiry-card label>span { display:block; font-size:12px; font-weight:700; margin-bottom:8px; }
.inquiry-card input,.inquiry-card textarea { width:100%; border:1px solid #d9e2eb; background:#f8fafc; padding:12px 13px; outline:0; resize:vertical; font-size:13px; }
.inquiry-card input:focus,.inquiry-card textarea:focus { border-color:var(--blue); background:white; }
.inquiry-card button { width:100%; min-height:48px; margin-top:18px; border:0; background:var(--blue); color:white; display:flex; justify-content:center; align-items:center; gap:9px; font-weight:700; cursor:pointer; }
.inquiry-card button:hover { background:#064b9d; }
.inquiry-card>p { text-align:center; color:#98a4b1; font-size:9px; margin:10px 0 0; }
.form-notice { margin-bottom:14px; padding:11px 13px; font-size:12px; line-height:1.6; }
.form-notice.success { color:#17653a; background:#e9f8ef; border:1px solid #b8e4c9; }
.form-notice.error { color:#9d2b2b; background:#fff0f0; border:1px solid #f0c0c0; }
.hp-field { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }

.reserve-section { background:#f5f8fc; }
.reserve-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.reserve-grid article { background:white; border:1px solid var(--line); padding-bottom:20px; }
.reserve-grid .image-placeholder { height:200px; min-height:0; }
.reserve-grid h3 { margin:18px 18px 7px; font-size:15px; }
.reserve-grid p { margin:0 18px; color:var(--muted); font-size:11px; line-height:1.7; }

footer { background:#041323; color:white; }
.footer-main { min-height:170px; display:grid; grid-template-columns:1fr .9fr 1.2fr .85fr; align-items:center; gap:36px; }
.footer-main>p { margin:0; color:rgba(255,255,255,.42); font-size:11px; line-height:1.8; }
.footer-nav { display:flex; flex-wrap:wrap; gap:16px 22px; }
.footer-nav a { color:rgba(255,255,255,.58); font-size:11px; }
.footer-admin { border-left:1px solid rgba(255,255,255,.12); padding-left:25px; display:flex; flex-direction:column; gap:5px; }
.footer-admin small { color:rgba(255,255,255,.38); }
.footer-admin span { color:#62b1fb; font-size:11px; }
.footer-admin a { color:#62b1fb; font-size:11px; }
.footer-bottom { min-height:54px; border-top:1px solid rgba(255,255,255,.08); display:flex; justify-content:space-between; align-items:center; color:rgba(255,255,255,.3); font-size:9px; }

@media (max-width:980px) {
  .container { width:min(100% - 36px,820px); }
  .site-header { height:68px; background:rgba(7,27,49,.96); }
  nav { position:absolute; left:0; right:0; top:68px; display:none; flex-direction:column; gap:0; align-items:stretch; background:var(--navy); padding:10px 18px 20px; border-top:1px solid rgba(255,255,255,.1); }
  nav.nav-open { display:flex; }
  nav a { padding:14px 5px; border-bottom:1px solid rgba(255,255,255,.08); }
  nav a::after { display:none; }
  .header-contact { display:none; }
  .menu-button { display:block; }
  .hero { min-height:auto; }
  .hero::before { width:100%; height:45%; top:auto; bottom:0; clip-path:none; }
  .hero-inner { min-height:auto; padding:130px 0 72px; grid-template-columns:1fr; gap:36px; }
  .hero-copy { max-width:680px; }
  .hero-visual { height:390px; width:min(100%,550px); margin:0 auto; }
  .technical-card { width:330px; height:330px; }
  .ring-one { left:83px; top:83px; }
  .ring-two { left:128px; top:128px; }
  .stats-grid { grid-template-columns:repeat(2,1fr); }
  .stats-grid div:nth-child(3) { border-left:1px solid rgba(255,255,255,.12); border-top:1px solid rgba(255,255,255,.12); }
  .stats-grid div:nth-child(4) { border-top:1px solid rgba(255,255,255,.12); }
  .about-grid,.capability-grid,.contact-wrap { grid-template-columns:1fr; gap:64px; }
  .about-gallery { width:min(100%,660px); }
  .section-copy { max-width:700px; }
  .quality-grid { grid-template-columns:repeat(2,1fr); }
  .quality-grid article:nth-child(2) { border-right:0; }
  .quality-grid article:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .process-grid { grid-template-columns:1fr; gap:40px; }
  .footer-main { grid-template-columns:repeat(2,1fr); padding:40px 0; }
  .reserve-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width:650px) {
  .container { width:calc(100% - 30px); }
  .brand strong { font-size:17px; }
  .brand-mark { width:33px; height:33px; }
  .brand-mark i { left:7px; top:7px; width:17px; }
  .hero-inner { padding-top:112px; }
  .hero h1 { font-size:39px; }
  .hero-lead { font-size:14px; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .hero-trust { justify-content:space-between; }
  .hero-trust span { margin:0; padding:0 12px 0 0; }
  .hero-visual { height:330px; }
  .technical-card { width:270px; height:270px; }
  .ring-one { width:136px; height:136px; left:67px; top:67px; }
  .ring-two { width:64px; height:64px; left:103px; top:103px; }
  .visual-note { bottom:10px; }
  .visual-label { top:8px; }
  .stats-grid strong { font-size:16px; }
  .stats-grid div { height:78px; padding:0 15px; }
  .section { padding:78px 0; }
  .about-grid { gap:48px; }
  .about-gallery { height:390px; grid-template-columns:1fr 1fr; grid-template-rows:1.4fr .6fr; }
  .about-main { grid-column:1/3; grid-row:1; }
  .about-badge { right:12px; bottom:-30px; width:110px; height:90px; }
  .about-badge strong { font-size:30px; }
  .about-badge span { font-size:9px; }
  .about-fourth { left:-7px; bottom:44px; width:130px; height:92px; border-width:5px; }
  .split-heading { display:block; }
  .split-heading>p { margin-top:18px; }
  .product-grid { grid-template-columns:1fr; }
  .product-image { height:235px; }
  .product-info { grid-template-columns:28px 1fr 38px; padding:20px; }
  .products-footer { justify-content:flex-start; flex-wrap:wrap; }
  .capability-panel { padding:14px; }
  .capability-panel>.image-placeholder { height:280px; }
  .panel-top small { display:none; }
  .quality-grid { grid-template-columns:1fr; }
  .quality-grid article { border-right:0; border-bottom:1px solid var(--line); min-height:230px; }
  .quality-grid article:last-child { border-bottom:0; }
  .steps { grid-template-columns:repeat(2,1fr); gap:28px 0; }
  .inquiry-card { padding:25px 20px; }
  .footer-main { grid-template-columns:1fr; gap:24px; }
  .footer-admin { border-left:0; border-top:1px solid rgba(255,255,255,.1); padding:18px 0 0; }
  .footer-bottom { padding:14px 0; min-height:70px; flex-direction:column; justify-content:center; gap:8px; text-align:center; }
  .reserve-grid { grid-template-columns:1fr; }
}
