:root {
  --sg-navy: #17282e;
  --sg-teal: #315965;
  --sg-deep: #102329;
  --sg-gold: #e9a906;
  --sg-gold-hover: #f2b618;
  --sg-text: #2f373a;
  --sg-muted: #69757a;
  --sg-light: #f7f7f7;
  --sg-gray: #ebebeb;
  --sg-line: #d8dddf;
  --sg-white: #ffffff;
  --sg-content-width: 1200px;
  --sg-wide: 1480px;
  --sg-shadow: 0 12px 34px rgba(19, 40, 46, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--sg-white); color: var(--sg-text); font-family: Arial, "Helvetica Neue", sans-serif; font-size: 16px; line-height: 1.6; }
body.nav-open, body.inquiry-popup-open { overflow: hidden; }
.sg-native-theme .elementor-location-header,
.sg-native-theme .elementor-location-footer { display: none !important; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
p { margin: 0 0 20px; }
body.sg-native-theme,
body.sg-native-theme button,
body.sg-native-theme input,
body.sg-native-theme textarea,
body.sg-native-theme select { font-family: Arial, "Helvetica Neue", sans-serif; }
body.sg-native-theme h1,
body.sg-native-theme h2,
body.sg-native-theme h3,
body.sg-native-theme h4,
body.sg-native-theme h5,
body.sg-native-theme h6 { margin: 0 0 18px; color: var(--sg-navy); font-family: Arial, "Helvetica Neue", sans-serif; font-weight: 700; line-height: 1.16; letter-spacing: 0; }
h1 { font-size: 52px; }
h2 { font-size: 36px; }
h3 { font-size: 21px; }
h4 { font-size: 18px; }
ul, ol { margin: 0; padding: 0; }
.wrap { width: min(var(--sg-content-width), calc(100% - 48px)); margin-inline: auto; }
.wide-wrap { width: min(var(--sg-wide), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 78px 0; }
.overline { display: block; margin-bottom: 12px; color: var(--sg-gold); font-size: 14px; font-weight: 700; text-transform: uppercase; }
.text-link { color: var(--sg-teal); font-weight: 700; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 14px; background: var(--sg-white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 11px 22px; border: 1px solid var(--sg-gold); border-radius: 0; background: var(--sg-gold); color: var(--sg-navy); font-weight: 700; line-height: 1.2; cursor: pointer; transition: background-color .2s, color .2s, transform .2s; }
.button:hover, .button:focus-visible { background: var(--sg-gold-hover); transform: translateY(-1px); }
.button--outline-dark { border-color: var(--sg-navy); background: transparent; color: var(--sg-navy); }
.button--outline-dark:hover { background: var(--sg-navy); color: var(--sg-white); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

.announcement { display: flex; min-height: 36px; align-items: center; justify-content: center; padding: 7px 20px; background: #050505; color: var(--sg-white); font-size: 14px; text-align: center; }
.site-header { position: relative; z-index: 100; border-bottom: 1px solid #edf0f1; background: var(--sg-white); }
.site-header.is-fixed { position: sticky; top: 0; box-shadow: 0 5px 22px rgba(16, 35, 41, .1); }
.admin-bar .site-header.is-fixed { top: 32px; }
.header-main { min-height: 94px; }
.header-inner { display: grid; min-height: 94px; align-items: center; grid-template-columns: minmax(220px, 300px) minmax(610px, 1fr) minmax(190px, auto); gap: 28px; }
.sg-brand { display: inline-flex; min-width: 0; align-items: center; color: #0d4e56; font-size: 25px; font-weight: 800; }
.sg-brand img { width: min(100%, 280px); max-height: 70px; object-fit: contain; object-position: left center; }
.sg-brand img + span { display: none; }
.desktop-nav { display: flex; min-width: 0; align-items: center; justify-content: center; gap: clamp(18px, 1.6vw, 30px); }
.desktop-nav > a, .sg-nav-item > button { display: flex; min-height: 42px; align-items: center; padding: 8px 0; border: 0; background: transparent; color: #11191c; font-weight: 700; white-space: nowrap; cursor: pointer; }
.sg-nav-item > button::after { width: 7px; height: 7px; margin: -4px 0 0 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; content: ""; transform: rotate(45deg); }
.desktop-nav > a:hover, .sg-nav-item > button:hover, .sg-nav-item:hover > button { color: var(--sg-gold); }
.sg-nav-item { position: relative; }
.sg-dropdown { position: absolute; visibility: hidden; top: calc(100% + 17px); left: -24px; display: grid; width: 260px; padding: 16px; border-top: 3px solid var(--sg-gold); background: var(--sg-white); box-shadow: var(--sg-shadow); opacity: 0; transform: translateY(8px); transition: opacity .18s, transform .18s, visibility .18s; }
.sg-dropdown a { padding: 10px 12px; border-bottom: 1px solid #edf0f1; color: var(--sg-text); font-size: 14px; }
.sg-dropdown a:last-child { border-bottom: 0; }
.sg-dropdown a:hover { background: var(--sg-light); color: var(--sg-teal); }
.sg-dropdown--wide { width: 300px; }
.sg-dropdown__all { color: var(--sg-gold) !important; font-weight: 800; }
.sg-nav-item:hover > .sg-dropdown, .sg-nav-item:focus-within > .sg-dropdown, .sg-nav-item.is-open > .sg-dropdown { visibility: visible; opacity: 1; transform: translateY(0); }
.sg-nav-item--mega { position: static; }
.sg-mega-menu { position: absolute; visibility: hidden; top: 100%; right: max(20px, calc((100vw - var(--sg-wide)) / 2)); left: max(20px, calc((100vw - var(--sg-wide)) / 2)); border-top: 3px solid var(--sg-gold); background: var(--sg-white); box-shadow: var(--sg-shadow); opacity: 0; transform: translateY(8px); transition: opacity .18s, transform .18s, visibility .18s; }
.sg-nav-item--mega:hover .sg-mega-menu, .sg-nav-item--mega:focus-within .sg-mega-menu, .sg-nav-item--mega.is-open .sg-mega-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.sg-mega-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; border-bottom: 1px solid var(--sg-line); background: var(--sg-light); }
.sg-mega-head div { display: grid; }
.sg-mega-head strong { color: var(--sg-navy); font-size: 19px; }
.sg-mega-head span { color: var(--sg-muted); font-size: 13px; }
.sg-mega-head > a { color: var(--sg-teal); font-size: 14px; font-weight: 800; }
.sg-mega-body { display: grid; min-height: 330px; grid-template-columns: 310px 1fr; }
.sg-mega-tabs { display: grid; align-content: start; padding: 14px 0; border-right: 1px solid var(--sg-line); background: #f3f5f5; }
.sg-mega-tabs button { padding: 11px 22px; border: 0; border-left: 3px solid transparent; background: transparent; color: var(--sg-text); font-size: 14px; font-weight: 700; text-align: left; cursor: pointer; }
.sg-mega-tabs button[aria-selected="true"], .sg-mega-tabs button:hover { border-left-color: var(--sg-gold); background: var(--sg-white); color: var(--sg-teal); }
.sg-mega-panels { padding: 30px 34px; }
.sg-mega-panel h2 { margin-bottom: 20px; font-size: 24px; }
.sg-mega-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px 26px; }
.sg-mega-links a { display: flex; min-height: 48px; align-items: center; padding: 10px 0; border-bottom: 1px solid #edf0f1; font-size: 14px; }
.sg-mega-links a::before { width: 6px; height: 6px; margin-right: 10px; background: var(--sg-gold); content: ""; }
.sg-mega-links a:hover { color: var(--sg-teal); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.header-phone { display: grid; line-height: 1.25; white-space: nowrap; }
.header-phone small { color: var(--sg-muted); font-size: 11px; }
.header-phone strong { color: var(--sg-navy); font-size: 14px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 1px solid var(--sg-navy); background: var(--sg-white); cursor: pointer; }
.menu-toggle i { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--sg-navy); }

.site-content { min-height: 50vh; }
.sg-native-page { width: 100%; }
.sg-layout { --sg-width: 100%; --sg-width-tablet: var(--sg-width); --sg-width-mobile: var(--sg-width-tablet); --sg-min-height: auto; --sg-min-height-tablet: var(--sg-min-height); --sg-min-height-mobile: var(--sg-min-height-tablet); --sg-direction: column; --sg-flex-wrap: nowrap; --sg-align: stretch; --sg-justify: flex-start; --sg-gap: 0; --sg-gap-tablet: var(--sg-gap); --sg-gap-mobile: var(--sg-gap-tablet); --sg-margin: 0; --sg-margin-tablet: var(--sg-margin); --sg-margin-mobile: var(--sg-margin-tablet); --sg-padding: 0; --sg-padding-tablet: var(--sg-padding); --sg-padding-mobile: var(--sg-padding-tablet); --sg-max: var(--sg-content-width); position: relative; display: flex; width: var(--sg-width); min-width: 0; min-height: var(--sg-min-height); flex: 0 0 var(--sg-width); flex-flow: var(--sg-direction) var(--sg-flex-wrap); align-items: var(--sg-align); justify-content: var(--sg-justify); gap: var(--sg-gap); margin: var(--sg-margin); padding: var(--sg-padding); background-position: center; background-size: cover; }
.sg-layout[style*="--sg-direction:row"] > .sg-layout:not([style*="--sg-width"]) { width: auto; flex: 1 1 0; }
.sg-layout--boxed { width: min(var(--sg-max), calc(100% - 48px)); max-width: var(--sg-max); margin-right: auto; margin-left: auto; }
.sg-layout > * { position: relative; z-index: 1; min-width: 0; }
.sg-layout__video { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sg-layout__overlay { position: absolute; z-index: 0; inset: 0; background: var(--sg-overlay, rgba(23,40,46,.55)); }
.sg-heading { max-width: 100%; margin-bottom: 18px; color: inherit; font-size: var(--sg-font-size, inherit); overflow-wrap: anywhere; }
.sg-rich-text { max-width: 100%; color: inherit; font-size: var(--sg-font-size, inherit); }
.sg-rich-text > :last-child { margin-bottom: 0; }
.sg-rich-text ul, .sg-rich-text ol { margin: 0 0 20px 22px; }
.sg-rich-text a { color: var(--sg-teal); text-decoration: underline; text-underline-offset: 3px; }
.sg-rich-text table { width: 100%; margin: 20px 0; border-collapse: collapse; background: var(--sg-white); }
.sg-rich-text th, .sg-rich-text td { padding: 12px 14px; border: 1px solid var(--sg-line); text-align: left; vertical-align: top; }
.sg-rich-text th { background: var(--sg-navy); color: var(--sg-white); }
.sg-button-wrap { display: flex; }
.sg-image { width: 100%; margin: 0; overflow: hidden; }
.sg-image img { width: 100%; height: var(--sg-img-height, auto); object-fit: var(--sg-object-fit, cover); }
.sg-feature-card-link { display: block; height: 100%; }
.sg-feature-card { height: 100%; overflow: hidden; border: 1px solid var(--sg-line); background: var(--sg-white); }
.sg-feature-card__media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--sg-gray); }
.sg-feature-card__media img { width: 100%; height: 100%; object-fit: cover; }
.sg-feature-card--icon { padding: 34px 28px; border: 0; background: transparent; text-align: center; }
.sg-feature-card--icon h3 { margin: 16px 0 10px; }
.sg-feature-card--icon p { margin: 0; }
.sg-feature-card__icon { display: grid; width: 58px; height: 58px; margin: 0 auto; place-items: center; }
.sg-feature-card__icon img { width: 100%; height: 100%; object-fit: contain; }
.sg-feature-card h3 { margin: 22px 22px 10px; }
.sg-feature-card p { margin: 0 22px 24px; color: var(--sg-muted); }
.sg-feature-card__mark { display: block; width: 42px; height: 42px; margin: 24px 22px 8px; border: 2px solid var(--sg-teal); }
.sg-icon { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; }
.sg-icon img { max-width: 100%; max-height: 100%; }
.sg-icon--plain { border: 2px solid currentColor; }
.sg-icon-list { display: grid; gap: 7px; list-style: none; }
.sg-icon-list li { position: relative; padding-left: 16px; }
.sg-icon-list li::before { position: absolute; top: .7em; left: 0; width: 6px; height: 6px; background: var(--sg-gold); content: ""; }
.sg-divider { width: 100%; margin: 20px 0; border: 0; border-top: 1px solid var(--sg-line); }
.sg-anchor { position: relative; top: -110px; }
.sg-breadcrumbs { color: var(--sg-muted); font-size: 14px; }
.sg-breadcrumbs__sep { margin: 0 10px; color: #a2abad; }
.sg-tabs { width: 100%; }
.sg-tab-list { display: flex; overflow-x: auto; border-bottom: 1px solid var(--sg-line); }
.sg-tab-list button { flex: 1 0 auto; padding: 14px 20px; border: 0; border-bottom: 3px solid transparent; background: var(--sg-light); font-weight: 700; cursor: pointer; }
.sg-tab-list button[aria-selected="true"] { border-bottom-color: var(--sg-gold); background: var(--sg-white); color: var(--sg-teal); }
.sg-tab-panel { padding: 26px; border: 1px solid var(--sg-line); border-top: 0; background: var(--sg-white); }
.sg-tab-panel[hidden] { display: none; }
.sg-market-card { display: flex; min-width: 220px; min-height: 260px; flex: 1 1 calc(25% - 18px); align-items: flex-end; padding: 24px; background-color: var(--sg-teal); background-position: center; background-size: cover; }
.sg-market-card h3 { margin: 0; color: var(--sg-white); }
.sg-media-carousel { position: relative; width: 100%; overflow: hidden; }
.sg-media-track { display: flex; transition: transform .35s ease; }
.sg-media-slide { min-width: 100%; aspect-ratio: 16 / 9; margin: 0; overflow: hidden; }
.sg-media-slide img { width: 100%; height: 100%; object-fit: cover; }
.sg-media-carousel > button { position: absolute; z-index: 3; top: 50%; width: 44px; height: 44px; border: 0; background: rgba(23,40,46,.86); color: var(--sg-white); cursor: pointer; transform: translateY(-50%); }
.sg-media-carousel [data-carousel-prev] { left: 14px; }
.sg-media-carousel [data-carousel-next] { right: 14px; }
.sg-testimonials { position: relative; width: 100%; }
.sg-testimonial { display: none; max-width: 850px; margin: 0 auto; color: var(--sg-white); text-align: center; }
.sg-testimonial.is-active { display: block; }
.sg-testimonial p { font-size: 21px; line-height: 1.7; }
.sg-testimonial footer { display: grid; }
.sg-testimonial footer strong { color: var(--sg-gold); }
.sg-testimonial-controls { display: flex; justify-content: center; gap: 10px; margin-top: 26px; }
.sg-testimonial-controls button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.55); background: transparent; color: var(--sg-white); cursor: pointer; }
.sg-map-link { display: inline-flex; padding: 14px 18px; border: 1px solid var(--sg-line); color: var(--sg-teal); font-weight: 700; }
.sg-technical-module { width: 100%; overflow-x: auto; }

.sg-inquiry-form { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 14px; }
.sg-form-field { display: grid; align-content: start; gap: 6px; }
.sg-form-field--full { grid-column: 1 / -1; }
.sg-form-field label { color: var(--sg-navy); font-size: 13px; font-weight: 700; }
.sg-form-field label span { color: #c8352c; }
.sg-form-field input, .sg-form-field textarea, .sg-form-field select { width: 100%; min-height: 46px; padding: 10px 13px; border: 1px solid #ced4d6; border-radius: 0; background: #f0f0f0; color: var(--sg-text); }
.sg-form-field textarea { resize: vertical; }
.sg-form-field input:focus, .sg-form-field textarea:focus { border-color: var(--sg-gold); outline: 2px solid rgba(233,169,6,.18); }
.sg-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; }
.sg-form-status { margin: 8px 0 0; font-size: 13px; }
.sg-form-status.is-success { color: #157447; }
.sg-form-status.is-error { color: #b42318; }
.sg-contact-panel { max-width: 560px; }
.sg-contact-panel h2 { font-size: 30px; }
.sg-contact-panel > p { color: var(--sg-muted); }
.sg-contact-panel dl { display: grid; gap: 15px; margin: 26px 0 0; }
.sg-contact-panel dl div { position: relative; padding-left: 52px; }
.sg-contact-panel dl div::before { position: absolute; top: 2px; left: 0; display: grid; width: 36px; height: 36px; place-items: center; background: var(--sg-gold); color: var(--sg-white); content: "+"; font-weight: 800; }
.sg-contact-panel dt { color: var(--sg-navy); font-weight: 800; }
.sg-contact-panel dd { margin: 0; color: var(--sg-muted); }
.sg-inquiry-popup { position: fixed; z-index: 1000; visibility: hidden; inset: 0; display: grid; padding: 22px; place-items: center; background: rgba(4,15,19,.68); opacity: 0; transition: opacity .2s, visibility .2s; }
.sg-inquiry-popup.is-open { visibility: visible; opacity: 1; }
.sg-inquiry-popup__panel { position: relative; width: min(560px, 100%); max-height: calc(100vh - 44px); padding: 32px; overflow-y: auto; background: var(--sg-white); box-shadow: var(--sg-shadow); }
.sg-inquiry-popup__panel > h2 { margin-bottom: 8px; }
.sg-inquiry-popup__panel > p { color: var(--sg-muted); }
.sg-inquiry-popup__close { position: absolute; top: 12px; right: 12px; display: grid; width: 38px; height: 38px; place-items: center; border: 0; background: var(--sg-light); font-size: 26px; cursor: pointer; }

.sg-page-hero { padding: 80px 0; background: var(--sg-teal); color: var(--sg-white); }
.sg-page-hero h1 { max-width: 960px; color: var(--sg-white); }
.sg-page-hero p { max-width: 840px; margin-bottom: 0; color: #e5ecee; }
.sg-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.sg-post-card { overflow: hidden; border: 1px solid var(--sg-line); background: var(--sg-white); }
.sg-post-card > a { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.sg-post-card > a img { width: 100%; height: 100%; object-fit: cover; }
.sg-post-card > div { padding: 24px; }
.sg-post-card time { color: var(--sg-gold); font-size: 13px; font-weight: 700; }
.sg-post-card h2 { margin-top: 8px; font-size: 23px; }
.sg-post-card p { color: var(--sg-muted); }
.sg-pagination { grid-column: 1 / -1; }
.sg-article-layout { display: grid; padding-top: 70px; padding-bottom: 80px; grid-template-columns: minmax(0, 1fr) 300px; gap: 70px; }
.sg-article-body { min-width: 0; }
.sg-article-body h2 { margin-top: 52px; }
.sg-article-body h3 { margin-top: 34px; }
.sg-article-body ul, .sg-article-body ol { margin: 0 0 22px 24px; }
.sg-article-featured { margin: 0 0 36px; }
.sg-article-sidebar { display: grid; align-content: start; gap: 24px; }
.sg-article-sidebar > div { padding: 24px; border: 1px solid var(--sg-line); }
.sg-article-sidebar h2 { font-size: 20px; }
.sg-article-sidebar a { display: block; padding: 9px 0; border-bottom: 1px solid var(--sg-line); color: var(--sg-teal); font-size: 14px; }
.sg-article-sidebar ol { padding-left: 20px; }
.sg-empty-state { display: grid; min-height: 58vh; align-items: center; padding: 80px 0; }

.site-footer { padding: 66px 0 0; background: var(--sg-navy); color: #dce3e5; }
.footer-grid { display: grid; padding-bottom: 48px; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 60px; }
.site-footer h2 { margin-bottom: 18px; color: var(--sg-white); font-size: 17px; text-transform: uppercase; }
.site-footer a { display: block; padding: 5px 0; color: #dce3e5; font-size: 14px; }
.site-footer a:hover { color: var(--sg-gold); }
.footer-brand p { max-width: 360px; margin: 20px 0; color: #aebbc0; }
.sg-brand--footer { display: inline-flex !important; color: var(--sg-white) !important; font-size: 27px !important; }
.footer-bottom { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.15); color: #aebbc0; font-size: 13px; }
.back-top { position: fixed; z-index: 90; right: 24px; bottom: 24px; visibility: hidden; width: 44px; height: 44px; border: 0; background: var(--sg-gold); color: var(--sg-navy); opacity: 0; cursor: pointer; transition: opacity .2s, visibility .2s; }
.back-top.is-visible { visibility: visible; opacity: 1; }

@media (max-width: 1280px) {
  .header-inner { grid-template-columns: 220px minmax(560px, 1fr) auto; gap: 18px; }
  .header-phone { display: none; }
  .desktop-nav { gap: 18px; }
  .desktop-nav > a, .sg-nav-item > button { font-size: 14px; }
}

@media (max-width: 1080px) {
  .admin-bar .site-header.is-fixed { top: 46px; }
  .header-inner { grid-template-columns: 1fr auto auto; }
  .menu-toggle { display: block; order: 3; }
  .header-actions { order: 2; }
  .desktop-nav { position: fixed; z-index: 110; visibility: hidden; top: 0; right: 0; bottom: 0; display: block; width: min(430px, 92vw); padding: 92px 22px 30px; overflow-y: auto; background: var(--sg-white); box-shadow: -10px 0 34px rgba(16,35,41,.18); opacity: 0; transform: translateX(100%); transition: transform .22s, opacity .22s, visibility .22s; }
  .nav-open .desktop-nav { visibility: visible; opacity: 1; transform: translateX(0); }
  .desktop-nav > a, .sg-nav-item > button { width: 100%; min-height: 52px; justify-content: space-between; border-bottom: 1px solid var(--sg-line); font-size: 16px; }
  .sg-nav-item { position: static; }
  .sg-dropdown, .sg-mega-menu { position: static; visibility: visible; display: none; width: 100%; padding: 0 0 12px 14px; border: 0; box-shadow: none; opacity: 1; transform: none; }
  .sg-nav-item.is-open > .sg-dropdown, .sg-nav-item.is-open > .sg-mega-menu { display: block; }
  .sg-dropdown a { padding: 10px 8px; }
  .sg-mega-head { padding: 15px 0; background: transparent; }
  .sg-mega-head span { display: none; }
  .sg-mega-body { display: block; min-height: 0; }
  .sg-mega-tabs { display: flex; padding: 0 0 10px; overflow-x: auto; border: 0; background: transparent; gap: 6px; }
  .sg-mega-tabs button { min-width: 170px; padding: 9px 11px; border: 1px solid var(--sg-line); border-left: 1px solid var(--sg-line); }
  .sg-mega-tabs button[aria-selected="true"] { border-color: var(--sg-gold); }
  .sg-mega-panels { padding: 8px 0 12px; }
  .sg-mega-panel h2 { font-size: 18px; }
  .sg-mega-links { grid-template-columns: 1fr; }
  .sg-mega-links a { min-height: 42px; }
  .sg-layout { width: var(--sg-width-tablet, var(--sg-width, 100%)); min-height: var(--sg-min-height-tablet, var(--sg-min-height, auto)); flex-basis: var(--sg-width-tablet, var(--sg-width, auto)); gap: var(--sg-gap-tablet, var(--sg-gap, 0)); margin: var(--sg-margin-tablet, var(--sg-margin, 0)); padding: var(--sg-padding-tablet, var(--sg-padding, 0)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sg-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sg-article-layout { grid-template-columns: minmax(0, 1fr); }
  .sg-article-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
  .admin-bar .site-header.is-fixed { top: 0; }
}

@media (max-width: 720px) {
  h1 { font-size: 38px; }
  h2 { font-size: 29px; }
  .wrap, .wide-wrap, .sg-layout--boxed { width: min(100% - 32px, var(--sg-max, var(--sg-content-width))); }
  .announcement { min-height: 32px; font-size: 12px; }
  .header-main, .header-inner { min-height: 76px; }
  .header-inner { grid-template-columns: 1fr auto; }
  .sg-brand img { max-width: 210px; max-height: 54px; }
  .header-actions { display: none; }
  .menu-toggle { order: initial; }
  .sg-layout { width: var(--sg-width-mobile, 100%); min-height: var(--sg-min-height-mobile, var(--sg-min-height-tablet, auto)); flex-basis: var(--sg-width-mobile, 100%); flex-direction: column; gap: var(--sg-gap-mobile, var(--sg-gap-tablet, var(--sg-gap, 0))); margin: var(--sg-margin-mobile, var(--sg-margin-tablet, var(--sg-margin, 0))); padding: var(--sg-padding-mobile, var(--sg-padding-tablet, var(--sg-padding, 0))); }
  .sg-layout[style*="--sg-direction:row"] { flex-direction: column; }
  .sg-layout--depth-0 { min-height: auto; }
  .sg-rich-text table { display: block; overflow-x: auto; white-space: nowrap; }
  .sg-inquiry-form { grid-template-columns: 1fr; }
  .sg-form-field--full { grid-column: auto; }
  .sg-contact-panel h2 { font-size: 26px; }
  .sg-post-grid, .footer-grid, .sg-article-sidebar { grid-template-columns: 1fr; }
  .footer-grid { gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 20px 0; }
  .sg-inquiry-popup__panel { padding: 28px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
