/* Full-site desktop layer. Mobile breakpoints are intentionally excluded. */
html, body { min-width: 1180px; }
.page { min-width: 1180px; }
.long-copy { margin: 0 0 18px; color: var(--body); font-size: 17px; line-height: 1.9; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.about-metrics div { padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--pale); }
.about-metrics strong { display: block; color: var(--accent); font-size: 30px; }
.about-metrics span { display: block; margin-top: 7px; color: var(--body); font-size: 14px; font-weight: 700; }
.compact-inquiry { padding: 52px 0; color: #fff; background: linear-gradient(115deg, var(--deep), #0b6e74); }
.compact-inquiry .container { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 48px; }
.compact-inquiry h2 { margin: 8px 0 14px; font-size: 42px; line-height: 1.25; }
.compact-inquiry p { margin: 0; color: rgba(255,255,255,.85); font-size: 16px; line-height: 1.75; }
.compact-inquiry .eyebrow { color: #8fe8eb; }
.inquiry-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px 24px; margin: 22px 0 0; padding: 0; list-style: none; }
.inquiry-points li { position: relative; padding-left: 22px; color: #fff; font-size: 14px; font-weight: 750; }
.inquiry-points li::before { position: absolute; left: 0; content: "✓"; color: #8fe8eb; font-weight: 900; }
.compact-inquiry .form { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px 16px; padding: 32px; border-radius: 12px; background: rgba(255,255,255,.97); box-shadow: 0 20px 46px rgba(2,40,44,.16); }
.compact-inquiry .form label { color: #23484c; font-size: 15px; font-weight: 750; }
.compact-inquiry .form .required { color: #c0262d; }
.compact-inquiry .form input, .compact-inquiry .form textarea { width: 100%; min-height: 50px; margin-top: 8px; padding: 13px 14px; border: 1px solid #e0e3e8; border-radius: 8px; color: #244b4f; background: #f7fbfb; outline: none; font-size: 16px; }
.compact-inquiry .form input::placeholder, .compact-inquiry .form textarea::placeholder { color: #666; opacity: 1; }
.compact-inquiry .form textarea { height: 88px; resize: vertical; }
.compact-inquiry .form .full { grid-column: 1 / -1; }
.compact-inquiry .form button { width: 100%; min-height: 58px; border: 0; border-radius: 7px; color: #fff; background: var(--accent); font-size: 18px; font-weight: 850; cursor: pointer; transition: background .3s ease, transform .3s ease; }
.compact-inquiry .form button:hover { background: var(--deep); transform: translateY(-1px); }
.archive-tabs { display: flex; gap: 10px; margin-bottom: 38px; padding: 12px; border: 1px solid var(--line); border-radius: 9px; background: var(--pale); }
.archive-tabs a { padding: 11px 18px; border-radius: 5px; color: var(--deep); font-size: 14px; font-weight: 800; }
.archive-tabs a:hover { color: #fff; background: var(--accent); }
.route-panel { min-height: 190px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 38px 42px; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(135deg,#f3fafa,#fff); }
.route-panel span { color: var(--accent); font-size: 14px; font-weight: 850; }
.route-panel h3 { margin: 8px 0 10px; font-size: 30px; }
.route-panel p { margin: 0; color: var(--body); font-size: 15px; line-height: 1.7; }
.solution-status { display: inline-flex; margin-bottom: 20px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: #fff; background: rgba(255,255,255,.10); font-size: 14px; font-weight: 850; }
.solution-hero .button { margin-top: 25px; border-color: #fff; }
.reserve-hero::after { background: linear-gradient(90deg, rgba(91,64,13,.96), rgba(121,88,20,.78), rgba(6,61,67,.25)); }
.risk-note, .source-note { margin-top: 22px; padding: 18px 20px; border-top: 2px solid var(--accent); border-radius: 4px; color: var(--body); background: var(--pale); font-size: 14px; line-height: 1.75; }
.article-hero { padding: 55px 0 52px; color: #fff; background: linear-gradient(120deg, var(--deep), var(--accent)); }
.article-hero .breadcrumb { color: rgba(255,255,255,.72); }
.article-hero .eyebrow { color: #8fe8eb; }
.article-hero h1 { max-width: 980px; margin: 0; font-size: 42px; line-height: 1.28; }
.article-hero p { margin: 16px 0 0; color: rgba(255,255,255,.8); font-size: 15px; }
.article-body { padding: 58px 0 70px; background: #f7fbfb; }
.article-body .container { display: grid; grid-template-columns: 430px 1fr; align-items: start; gap: 50px; }
.article-body--no-cover > .container { display: block; }
.article-body--no-cover .article-content > .section > .container { display: block; }
.article-cover { width: 430px; max-height: 520px; position: sticky; top: 30px; object-fit: cover; border-radius: 10px; background: #fff; box-shadow: var(--shadow); }
.article-content { padding: 36px 42px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.article-content p { margin: 0 0 19px; color: var(--body); font-size: 16px; line-height: 1.95; }
.article-body--insight .container { display: block; }
.article-body--insight .article-content { display: flow-root; }
.article-body--insight .article-cover { width: min(38%, 420px); max-height: none; position: static; float: left; margin: 0 32px 22px 0; padding: 12px; object-fit: contain; border: 1px solid var(--line); box-shadow: none; }
.article-body--insight .article-content > :last-child { margin-bottom: 0; }
.about-anchor { position: sticky; top: 0; z-index: 900; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); box-shadow: 0 8px 24px rgba(6,61,67,.06); }
.about-anchor .container { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.about-anchor--compact .container { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.about-anchor a { padding: 17px 20px; color: var(--deep); font-size: 15px; font-weight: 800; text-align: center; transition: color .25s ease, background .25s ease; }
.about-anchor a:hover { color: #fff; background: var(--accent); }
.about-gallery { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 230px); gap: 18px; }
.about-gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; box-shadow: var(--shadow); }
.about-gallery-main { grid-row: 1 / 3; }
.about-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.about-process > div { min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 14px 34px rgba(6,61,67,.06); }
.about-process b { display: block; color: var(--accent); font-size: 28px; }
.about-process h3 { margin: 18px 0 10px; font-size: 22px; }
.about-process p { margin: 0; color: var(--body); font-size: 15px; line-height: 1.75; }
.service-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 26px; }
.service-list div { padding: 18px; border-top: 2px solid var(--accent); background: #fff; }
.service-list strong, .service-list span { display: block; }
.service-list strong { color: var(--deep); font-size: 17px; }
.service-list span { margin-top: 7px; color: var(--body); font-size: 14px; line-height: 1.6; }
.contact-card { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(184px,.88fr); align-items: stretch; gap: 16px; padding: 27px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); }
.contact-card__details { min-width: 0; display: grid; gap: 12px; }
.contact-card .contact-card__item { padding: 15px 17px; border-radius: 7px; background: var(--pale); }
.contact-card__item span { display: block; color: var(--muted); font-size: 13px; font-weight: 700; }
.contact-card__item strong { display: block; margin-top: 5px; color: var(--deep); font-size: 20px; overflow-wrap: anywhere; }
.contact-card__qr { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0; padding: 16px; border-radius: 7px; background: var(--pale); }
.contact-card__qr img { width: 168px; height: 168px; display: block; padding: 7px; border-radius: 6px; background: #fff; object-fit: contain; }
.contact-card__qr figcaption { margin-top: 11px; text-align: center; }
.contact-card__qr strong { display: block; color: var(--deep); font-size: 16px; line-height: 1.35; }
.contact-card__qr span { display: block; margin-top: 3px; color: var(--muted); font-size: 13px; font-weight: 700; }
.sticky-sidebar .qr-pop img { width: 104px; height: 104px; margin: 8px auto; }
.sticky-sidebar .qr-pop b, .sticky-sidebar .qr-pop span { display: block; }
.pd-data-table { width: 100%; border-collapse: collapse; background: #fff; }
.pd-copy h1 { margin: 9px 0 0; color: var(--deep); font-size: 45px; line-height: 1.18; letter-spacing: -.025em; }
.pd-copy > p { max-width: 660px; margin: 18px 0 0; color: var(--body); font-size: 17px; line-height: 1.78; }
.pd-highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 24px; }
.pd-highlights div { min-height: 68px; padding: 12px 13px; border-top: 2px solid var(--accent); background: rgba(255,255,255,.58); }
.pd-highlights strong, .pd-highlights span { display: block; }
.pd-highlights strong { color: var(--deep); font-size: 13px; }
.pd-highlights span { margin-top: 5px; color: var(--body); font-size: 13px; line-height: 1.45; }
.pd-anchor-nav { grid-template-columns: repeat(4, 1fr); }
.pd-section.pd-alt { background: #f2f7fa; }
.pd-section .section-head { display: block; margin-bottom: 25px; }
.pd-section .section-lead { max-width: 820px; margin-top: 10px; text-align: left; }
.pd-section .section-title { font-size: 31px; }
.pd-process { grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: stretch; }
.pd-process > div { min-height: 190px; padding: 26px 24px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.pd-process > div b { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; border-radius: 8px; background: var(--accent); }
.pd-process > div h3 { margin: 17px 0 8px; font-size: 20px; }
.pd-process > div p { margin: 0; color: var(--body); font-size: 14px; line-height: 1.7; }
.pd-feature-panel { min-height: 100%; display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: 23px; padding: 27px; }
.pd-feature-intro p { margin: 0 0 13px; color: var(--body); font-size: 15px; line-height: 1.72; }
.pd-feature-panel ul { margin: 0; padding-left: 22px; color: var(--body); }
.pd-feature-panel li { margin: 14px 0; font-size: 15px; line-height: 1.7; }
.pd-detail-photo { min-height: 390px; overflow: hidden; border-radius: 9px; background: #fff; box-shadow: 0 13px 32px rgba(6,61,67,.07); }
.pd-table-wrap { margin-bottom: 0; overflow: hidden; border: 1px solid #d5e4e8; border-radius: 10px; background: #fff; box-shadow: 0 12px 28px rgba(6,61,67,.045); }
.pd-data-table { border-collapse: separate; border-spacing: 0; }
.pd-data-table thead th { padding: 8px 11px; color: #fff; background: var(--deep); font-size: 15px; font-weight: 800; letter-spacing: .01em; text-align: left; }
.pd-data-table thead th + th { border-left: 1px solid rgba(255,255,255,.2); }
.pd-data-table tbody th, .pd-data-table tbody td { padding: 8px 11px; border: 0; border-bottom: 1px solid #e1ecef; color: var(--body); font-size: 15px; line-height: 1.55; text-align: left; vertical-align: middle; }
.pd-data-table tbody th { width: 33%; color: var(--deep); background: #f4fafb; font-weight: 750; }
.pd-data-table tbody td { color: #294f56; font-weight: 600; }
.pd-data-table tbody tr:nth-child(even) th { background: #edf6f7; }
.pd-data-table tbody tr:nth-child(even) td { background: #fbfdfd; }
.pd-data-table tbody tr:last-child th, .pd-data-table tbody tr:last-child td { border-bottom: 0; }
.pd-empty-spec { padding: 30px; border: 1px solid var(--line); border-radius: 10px; background: var(--pale); }
.pd-empty-spec strong { font-size: 21px; }
.pd-empty-spec p { margin: 10px 0 0; color: var(--body); line-height: 1.7; }
.pd-detail-photo img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.pd-related { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pd-related .product-card img { height: 160px; }
.pd-related .product-card .body { min-height: 150px; }
.pd-app-grid { grid-template-columns: repeat(4, 1fr); gap: 14px; }
.pd-app-grid > div { min-height: 160px; }
.sitemap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.sitemap-grid section { padding: 30px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.sitemap-grid h2 { margin: 0 0 18px; font-size: 25px; }
.sitemap-grid a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--body); font-size: 14px; line-height: 1.5; }
.sitemap-grid a:hover { color: var(--accent); }
