:root {
  --ink: #161818;
  --muted: #727978;
  --green: #245f39;
  --lime: #8aa94c;
  --line: #e7ebe7;
  --surface: #ffffff;
  --shadow: 0 12px 28px rgba(33, 42, 37, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: #f9faf9; font-family: "Noto Sans KR", sans-serif; word-break: keep-all; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.page-section { width: min(1440px, calc(100% - 72px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 20; height: 84px; background: rgba(255, 255, 255, .9); border-bottom: 1px solid #edf0ed; backdrop-filter: blur(14px); }
.content-page { padding: 85px 0 120px; }
.content-html { max-width: 900px; color: #39423c; font-size: 16px; line-height: 1.9; }
.content-html > :first-child { margin-top: 0; }
.content-html > :last-child { margin-bottom: 0; }
.content-html h1, .content-html h2, .content-html h3 { margin: 1.6em 0 .65em; color: var(--ink); line-height: 1.35; }
.content-html h2 { font-size: 1.6em; }
.content-html h3 { font-size: 1.3em; }
.content-html a { color: var(--green); text-decoration: underline; }
.content-html img { max-width: 100%; height: auto; }
.content-html blockquote { margin: 1.3em 0; padding: 10px 0 10px 20px; border-left: 3px solid #80a588; color: #68726b; }
.content-html ul, .content-html ol { padding-left: 24px; }
.header-inner { width: min(1440px, calc(100% - 72px)); height: 100%; margin: auto; display: flex; align-items: center; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 9px; }
.brand-image { display: block; width: 185px; height: auto; }
.brand-mark { width: 37px; height: 42px; fill: url(#brand-gradient); fill: #5f8d35; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; letter-spacing: -.07em; }
.brand-copy strong { font-family: Manrope, sans-serif; font-size: 22px; font-weight: 800; letter-spacing: -.06em; }
.brand-copy small { margin-top: 4px; font-size: 11px; font-weight: 700; letter-spacing: -.08em; }
.main-nav { display: flex; gap: 75px; margin-left: 166px; font-weight: 700; font-size: 17px; letter-spacing: -.05em; }
.mobile-menu-panel { display: contents; }
.main-nav a, .utility-nav a { transition: color .2s ease; }
.main-nav a:hover, .utility-nav a:hover { color: var(--green); }
.utility-nav { display: flex; align-items: center; justify-content: space-around; gap: 20px; min-width: 516px; height: 50px; margin-left: auto; padding: 0 25px; border: 1px solid #dfe6d9; border-radius: 30px; background: linear-gradient(110deg, #fbfdf9, #f4f7ee); box-shadow: 0 4px 12px rgba(43, 64, 32, .05); }
.utility-nav a { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 700; }
.utility-nav svg { width: 21px; height: 21px; fill: none; stroke: var(--green); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.menu-toggle { display: none; }

.hero { display: grid; grid-template-columns: minmax(440px, .84fr) minmax(550px, 1.16fr); align-items: center; gap: 50px; min-height: 470px; padding: 25px 0 25px 46px; }
.hero::before { content: ""; position: absolute; z-index: -1; width: min(1440px, calc(100% - 72px)); height: 470px; left: 50%; transform: translateX(-50%); background-image: radial-gradient(#dfe7df 1px, transparent 1px); background-size: 8px 8px; opacity: .55; }
.hero-copy { padding-top: 5px; }
.eyebrow { display: none; }
.hero h1 { margin: 0; font-size: clamp(35px, 3.1vw, 52px); line-height: 1.19; letter-spacing: -.08em; font-weight: 800; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-description { margin: 18px 0 23px; color: #373c3a; font-size: 16px; line-height: 1.7; letter-spacing: -.045em; }
.hero-actions { display: flex; gap: 16px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 32px; min-width: 184px; height: 48px; padding: 0 22px; border: 1px solid var(--green); border-radius: 10px; font-size: 15px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 20px; line-height: 1; }
.button-primary { color: #fff; background: linear-gradient(115deg, #2b6d43, #17482e); }
.button-secondary { background: rgba(255,255,255,.74); }
.button-secondary:hover { color: white; background: var(--green); }
.intro-link { display: flex; align-items: center; gap: 11px; margin: 26px 0 0; padding: 0; border: 0; background: none; color: #6b706e; font-size: 14px; letter-spacing: -.04em; cursor: pointer; }
.intro-link strong { color: var(--green); }
.small-play { display: grid; place-items: center; width: 19px; height: 19px; border: 1px solid #94a19a; border-radius: 3px; color: #69756f; font-size: 9px; }

.hero-video { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 1fr 1fr; height: 410px; padding: 0; overflow: hidden; border: 0; border-radius: 18px; background: #18201c; box-shadow: 0 20px 40px rgba(15, 30, 21, .12); cursor: pointer; }
.hero-video-thumbnail { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.media-tile { min-width: 0; min-height: 0; background-position: center; background-size: cover; transition: transform .45s ease; }
.hero-video:hover .media-tile { transform: scale(1.06); }
.hero-video:hover .hero-video-thumbnail { transform: scale(1.04); }
.tile-server { background-image: linear-gradient(rgba(3, 18, 10, .24), rgba(3, 18, 10, .24)), url("../video/tower/01.jpg"); }
.tile-dashboard { background-image: linear-gradient(rgba(3, 18, 10, .24), rgba(3, 18, 10, .24)), url("../video/tower/17.jpg"); }
.tile-ship { background-image: linear-gradient(rgba(3, 18, 10, .22), rgba(3, 18, 10, .22)), url("../video/jib/09.jpg"); }
.tile-circuit { background-image: linear-gradient(rgba(3, 18, 10, .22), rgba(3, 18, 10, .22)), url("../video/tower/08.jpg"); }
.tile-factory { background-image: linear-gradient(rgba(3, 18, 10, .22), rgba(3, 18, 10, .22)), url("../video/jib/01.jpg"); }
.tile-neoria { background-color: #31164e; background-image: linear-gradient(115deg, rgba(26,8,50,.1), rgba(26,8,50,.28)), url("../img/main01.png"); background-position: center 34%; background-size: 73%; background-repeat: no-repeat; }
.hero-video-shade { position: absolute; inset: 0; background: rgba(0, 0, 0, .25); }
.video-play { position: absolute; top: calc(50% - 31px); left: calc(50% - 31px); display: grid; place-items: center; width: 62px; height: 62px; padding-left: 4px; border: 2px solid white; border-radius: 50%; color: white; font-size: 25px; transition: transform .2s ease, background .2s ease; }
.hero-video:hover .video-play { transform: scale(1.08); background: rgba(255,255,255,.12); }
.video-caption { position: absolute; top: 67%; left: 0; width: 100%; color: #fff; text-align: center; text-shadow: 0 2px 12px rgba(0,0,0,.7); }
.video-caption strong { display: block; font-size: 27px; letter-spacing: -.07em; }
.video-caption small { display: block; margin-top: 3px; font-size: 15px; font-weight: 700; }

.feature-grid { display: grid; grid-template-columns: 1.15fr .88fr .95fr; gap: 12px; align-items: stretch; }
.surface { min-width: 0; min-height: 286px; padding: 18px 20px 17px; border: 1px solid #edf0ed; border-radius: 17px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 4px 15px; }
.panel-heading h2 { margin: 0; color: var(--green); font-size: 19px; letter-spacing: -.06em; }
.panel-heading h2 span { color: #38413b; font-weight: 500; }
.panel-heading a { color: var(--green); font-size: 12px; font-weight: 700; }
.panel-heading a span { margin-left: 4px; font-size: 15px; }

.solution-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.solution-card { position: relative; min-width: 0; padding-bottom: 25px; }
.solution-image { display: block; width: 100%; height: 95px; margin-bottom: 11px; border-radius: 10px; background-position: center; background-size: cover; object-fit: cover; }
.llm-image { background-image: linear-gradient(135deg, rgba(3, 40, 24, .12), rgba(3, 40, 24, .46)), url("../video/tower/17.jpg"); }
.penpot-image { background-image: linear-gradient(135deg, rgba(37, 10, 69, .07), rgba(37, 10, 69, .37)), url("../video/jib/19.jpg"); }
.tbm-image { background-image: linear-gradient(135deg, rgba(9, 40, 71, .08), rgba(9, 40, 71, .28)), url("../video/jib/09.jpg"); }
.solution-card strong { display: block; overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; letter-spacing: -.055em; }
.solution-card p { min-height: 35px; margin: 6px 0 0; color: #59605d; font-size: 11px; line-height: 1.6; letter-spacing: -.06em; white-space: pre-line; }
.solution-empty { grid-column: 1 / -1; margin: 44px 0; color: #7a837c; font-size: 13px; text-align: center; }
.round-arrow { position: absolute; right: 0; bottom: 0; display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid #dce2de; border-radius: 50%; color: #58605b; font-size: 14px; transition: color .2s, background .2s; }
.solution-card:hover .round-arrow { color: white; background: var(--green); }

.service-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid transparent; }
.service-item { display: flex; min-height: 98px; flex-direction: column; align-items: center; justify-content: center; padding: 8px 4px; text-align: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease; }
.service-item:nth-child(3n) { border-right: 0; }
.service-item:nth-child(n + 4) { border-bottom: 0; }
.service-item:hover { background: #f4f8f1; }
.service-icon { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 4px; color: var(--green); font-size: 28px; font-weight: 500; line-height: 1; }
.service-icon-image { display: block; width: 34px; height: 34px; margin-bottom: 4px; object-fit: contain; }
.icon-print, .icon-pcb, .icon-product { font-size: 26px; }
.icon-content { font-size: 35px; }
.service-item strong { font-size: 12px; letter-spacing: -.07em; }
.service-item small { margin-top: 3px; color: #69716d; font-size: 9px; line-height: 1.35; letter-spacing: -.07em; }
.service-item small { white-space: pre-line; }
.service-item-empty { background: #fff; cursor: default; }
.service-item-empty:hover { background: #fff; }

.neoria-card { position: relative; display: block; height: 210px; overflow: hidden; border-radius: 10px; background: radial-gradient(circle at 14% 7%, #614282, #24103e 58%, #170723); color: white; }
.neoria-card::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(#fff 1px, transparent 1.2px); background-size: 20px 20px; opacity: .18; }
.neoria-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,9,47,.55), transparent 65%); }
.neoria-copy { position: relative; z-index: 2; padding: 23px 21px; }
.neoria-copy strong { display: block; font-family: Manrope, sans-serif; font-size: 29px; letter-spacing: -.055em; }
.neoria-copy small { display: block; margin-top: 1px; font-size: 13px; font-weight: 700; }
.neoria-copy p { margin: 10px 0 15px; font-size: 13px; line-height: 1.55; letter-spacing: -.05em; }
.neoria-copy span { display: inline-flex; padding: 8px 14px; border: 1px solid rgba(255,255,255,.6); border-radius: 8px; font-size: 11px; font-weight: 600; }
.neoria-card img { position: absolute; z-index: 1; right: -12px; bottom: -27px; width: 50%; height: 112%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 12px 12px rgba(0,0,0,.22)); transition: transform .35s ease; }
.neoria-card:hover img { transform: translateY(-5px) scale(1.03); }
.dots { position: absolute; z-index: 3; right: 20px; bottom: 18px; display: flex; gap: 6px; }
.dots b { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.5); }
.dots b:first-child { background: #8fb55b; }
.neoria-carousel { position: relative; height: 210px; overflow: hidden; border-radius: 10px; background: #f2f4f2; }
.neoria-banner { position: absolute; inset: 0; display: block; opacity: 0; pointer-events: none; transform: scale(1.02); transition: opacity .45s ease, transform .45s ease; }
.neoria-banner.is-active { opacity: 1; pointer-events: auto; transform: scale(1); }
.neoria-banner img { display: block; width: 100%; height: 100%; object-fit: cover; }
.neoria-carousel-dots { position: absolute; z-index: 2; right: 17px; bottom: 15px; display: flex; gap: 6px; }
.neoria-carousel-dots b { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.6); box-shadow: 0 1px 4px rgba(0,0,0,.25); transition: background .2s ease; }
.neoria-carousel-dots b.is-active { background: #8fb55b; }
.neoria-banner-empty { border: 1px dashed #dde3de; }

.partners { display: flex; align-items: center; min-width: 0; min-height: 58px; margin-top: 12px; padding: 0 28px; border: 1px solid #edf0ed; border-radius: 15px; background: white; box-shadow: var(--shadow); }
.partners { min-width: 0; overflow: hidden; }
.partners > strong { min-width: 137px; color: var(--green); font-size: 14px; letter-spacing: -.06em; }
.partner-logos { display: flex; flex: 1; align-items: center; justify-content: space-around; gap: 18px; overflow: hidden; color: #5f6361; white-space: nowrap; }
.partner-logos > span { font-family: Manrope, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: -.05em; }
.partner-hd { display: flex; align-items: center; gap: 4px; }
.partner-hd b { font-size: 21px; }
.partner-hd small, .partner-hyundai small { font-size: 5px; line-height: 1; letter-spacing: 0; }
.partner-samsung { color: #3061b1; font-size: 18px !important; letter-spacing: .02em !important; }
.partner-hyundai { display: flex; align-items: center; gap: 3px; font-size: 14px !important; }
.partner-dsme { font-size: 19px !important; font-style: italic; }
.partner-kimm { padding: 3px 6px; border: 2px solid #666; border-radius: 50%; }
.partner-more { width: 28px; height: 28px; margin-left: 14px; border: 1px solid #dde2de; border-radius: 50%; background: white; font-size: 21px; cursor: pointer; }
.partner-marquee { flex: 1; min-width: 0; overflow: hidden; }
.partner-track { display: flex; align-items: center; gap: 48px; min-width: 100%; width: max-content; }
.partner-banner { display: flex; flex: 0 0 auto; height: 24px; align-items: center; justify-content: center; }
.partner-banner img { display: block; width: auto; height: 100%; object-fit: contain; }
.partner-marquee:not(.is-scrolling) .partner-track { justify-content: flex-start; }
.partner-marquee.is-scrolling .partner-track { animation: partner-scroll 60s linear infinite; }
.partners:hover .partner-marquee.is-scrolling .partner-track { animation-play-state: paused; }
.partner-empty { flex: 1; margin: 0; color: #7a837c; font-size: 12px; }
@keyframes partner-scroll { to { transform: translateX(calc(-50% - 24px)); } }
@media (prefers-reduced-motion: reduce) { .partner-marquee.is-scrolling .partner-track { animation: none; } }


.site-footer { margin-top: 15px; background: white; }
.site-footer .page-section { width: min(1440px, calc(100% - 72px)); }
.footer-main { display: grid; min-height: 0; padding: 76px 0 70px; grid-template-areas: "brand navigation" "details navigation"; grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr); column-gap: 72px; row-gap: 36px; align-items: start; }
.footer-company { grid-area: brand; display: flex; align-items: flex-start; }
.footer-company .brand-image { width: 196px; }
.footer-nav { display: flex; grid-area: navigation; width: 100%; align-items: flex-start; justify-content: flex-end; gap: 36px; }
.footer-menu { display: flex; min-width: 0; flex: 0 0 auto; flex-direction: column; }
.footer-nav a { color: #202020; font-size: 16px; font-weight: 500; letter-spacing: -.07em; line-height: 1.45; transition: color .2s ease; }
.footer-menu-title { display: inline-block; font-weight: 700 !important; }
.footer-menu-children { display: grid; gap: 8px; margin-top: 13px; }
.footer-menu-children a { color: #68716c; font-size: 14px; font-weight: 400; line-height: 1.45; }
.footer-nav a:hover { color: var(--green); }
.footer-details { grid-area: details; }
.footer-legal-link { display: inline-block; color: #151515; font-size: 16px; font-weight: 700; letter-spacing: -.06em; }
.footer-legal-link:hover { color: var(--green); }
.footer-contact-list { margin: 18px 0 0; font-style: normal; }
.footer-contact-list p { margin: 0; color: #4c4c4c; font-size: 16px; font-weight: 400; line-height: 1.52; letter-spacing: -.055em; }
.footer-contact-list a:hover { color: var(--green); }
.footer-bottom { display: flex; align-items: flex-start; justify-content: space-between; min-height: 96px; padding-top: 15px; border-top: 1px solid #d8d8d8; color: #555; font-size: 16px; line-height: 1.5; letter-spacing: -.055em; }
.footer-social-links { display: flex; align-items: center; gap: 20px; color: #555; }
.footer-social-links a { display: grid; width: 27px; height: 27px; place-items: center; transition: color .2s ease, transform .2s ease; }
.footer-social-links a:hover { transform: translateY(-2px); }
.footer-social-links img { display: block; max-width: 100%; max-height: 100%; object-fit: contain; }

.video-modal { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 28px; opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.video-modal.is-open { opacity: 1; visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(7, 13, 10, .78); }
.modal-content { position: relative; width: min(900px, 100%); overflow: hidden; border-radius: 16px; background: #000; box-shadow: 0 22px 65px rgba(0,0,0,.46); }
.modal-content iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; }
.modal-content video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #000; }
.modal-close { position: absolute; z-index: 1; top: 9px; right: 10px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: rgba(0,0,0,.54); color: white; font-size: 29px; line-height: 1; cursor: pointer; }
.brochure-modal { position: fixed; z-index: 60; inset: 0; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.brochure-modal.is-open { opacity: 1; visibility: visible; }
.brochure-modal-backdrop { position: absolute; inset: 0; background: rgba(7, 13, 10, .78); }
.brochure-dialog { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 132px; gap: 18px; width: min(1440px, calc(100vw - 48px)); max-height: min(820px, calc(100vh - 48px)); padding: 18px; border-radius: 18px; background: #fff; box-shadow: 0 22px 65px rgba(0,0,0,.46); }
.brochure-preview { display: grid; min-height: 0; place-items: center; overflow: auto; border-radius: 10px; background: #f2f5f1; }
.brochure-preview img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brochure-thumbnails { display: flex; min-height: 0; gap: 10px; overflow-y: auto; padding-right: 2px; flex-direction: column; }
.brochure-thumbnail { display: block; width: 100%; padding: 3px; overflow: hidden; border: 1px solid #dce4dc; border-radius: 8px; background: #fff; cursor: pointer; opacity: .65; transition: border-color .18s ease, opacity .18s ease, transform .18s ease; }
.brochure-thumbnail img { display: block; width: 100%; aspect-ratio: 1.42 / 1; object-fit: cover; object-position: top; border-radius: 5px; }
.brochure-thumbnail:hover { opacity: 1; transform: translateY(-2px); }
.brochure-thumbnail.is-active { border: 2px solid var(--green); opacity: 1; }
.brochure-close { position: absolute; z-index: 1; top: 27px; right: 168px; display: grid; width: 36px; height: 36px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: rgba(0,0,0,.58); color: #fff; font-size: 29px; line-height: 1; cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
body.modal-open { overflow: hidden; }

@media (max-width: 1240px) {
  .main-nav { margin-left: 65px; gap: 38px; }
  .utility-nav { min-width: 455px; padding: 0 18px; gap: 14px; }
  .feature-grid { grid-template-columns: 1.05fr .9fr; }
  .neoria-panel { grid-column: span 2; }
  .neoria-card { height: 192px; }
  .neoria-card img { width: 32%; }
  .footer-nav { gap: 28px; }
}

@media (max-width: 920px) {
  .page-section, .header-inner { width: min(100% - 40px, 720px); }
  .site-header { height: 70px; }
  .content-page { padding: 55px 0 75px; }
  .brand-image { width: 156px; }
  .brand-mark { width: 30px; height: 35px; }
  .brand-copy strong { font-size: 18px; }
  .brand-copy small { font-size: 9px; }
  .main-nav, .utility-nav { display: none; }
  .menu-toggle { display: flex; flex-direction: column; gap: 5px; align-items: flex-end; margin-left: auto; padding: 9px 0 9px 12px; border: 0; background: none; cursor: pointer; }
  .menu-toggle span { display: block; width: 25px; height: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle.is-open span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:last-child { transform: translateY(-7px) rotate(-45deg); }
  body.mobile-menu-open { overflow: hidden; }
  body.mobile-menu-open::before { position: fixed; z-index: 19; inset: 0; background: rgba(26, 33, 29, .35); content: ""; }
  .site-header.menu-open { position: fixed; left: 0; top: 0; width: min(345px, calc(100% - 64px)); height: 100dvh; overflow-y: auto; border: 0; background: #fff; box-shadow: 10px 0 30px rgba(18, 31, 23, .16); }
  .site-header.menu-open .header-inner { display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto auto; align-items: center; width: 100%; height: auto; min-height: 0; padding: 16px 24px 0; border: 0; background: #f1f6ef; }
  .site-header.menu-open .menu-toggle { grid-row: 1; grid-column: 1; justify-self: end; margin: 0; padding: 0; }
  .site-header.menu-open .brand { grid-row: 2; grid-column: 1; justify-self: center; justify-content: center; width: calc(100% + 48px); margin: 0 -24px; padding: 0 24px 32px; background: transparent; text-align: center; }
  .site-header.menu-open .mobile-menu-panel { position: static; grid-row: 3; grid-column: 1; display: flex; flex-direction: column; width: calc(100% + 48px); margin: 0 -24px; padding: 0 24px 28px; border: 0; background: #fff; box-shadow: none; }
  .site-header.menu-open .utility-nav { order: 2; display: flex; flex-direction: column; align-items: stretch; gap: 0; min-width: 0; width: 100%; height: auto; margin: 18px 0 0; padding: 14px 0 0; border: 0; border-top: 1px solid #e4eae3; border-radius: 0; background: transparent; box-shadow: none; }
  .site-header.menu-open .utility-nav a { justify-content: flex-start; gap: 6px; padding: 8px 0; font-size: 13px; }
  .site-header.menu-open .main-nav { order: 1; display: flex; flex-direction: column; gap: 0; margin: 0; padding: 24px 0 0; border-top: 1px solid #dce8dc; font-size: 15px; }
  .site-header.menu-open .main-nav .nav-item > a { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; }
  .site-header.menu-open .main-nav .has-submenu > a::after { color: #59635c; font-family: Manrope, sans-serif; font-size: 18px; font-weight: 400; content: "+"; }
  .site-header.menu-open .main-nav a { padding: 11px 0; }
  .hero { grid-template-columns: 1fr; gap: 28px; min-height: 0; padding: 44px 20px; }
  .hero::before { width: min(100% - 40px, 720px); height: 100%; }
  .hero-copy { padding: 0; }
  .hero-video { height: min(57vw, 355px); }
  .feature-grid { grid-template-columns: 1fr; }
  .neoria-panel { grid-column: auto; }
  .neoria-card img { width: 40%; }
  .partners { flex-wrap: wrap; gap: 7px; padding: 15px 18px; }
  .partners > strong { min-width: 100%; }
  .partner-logos { justify-content: flex-start; width: calc(100% - 42px); }
  .partner-more { margin-left: auto; }
  .site-footer .page-section { width: min(100% - 40px, 720px); }
  .footer-main { display: grid; position: static; min-height: 0; grid-template-areas: "brand" "navigation" "details"; grid-template-columns: 1fr; row-gap: 30px; padding-top: 48px; padding-bottom: 40px; }
  .footer-company, .footer-nav, .footer-details { position: static; }
  .footer-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 30px; }
  .footer-bottom { min-height: 82px; font-size: 14px; }
  .brochure-dialog { grid-template-columns: 1fr 112px; }
  .brochure-close { right: 148px; }
}

@media (max-width: 600px) {
  .page-section, .header-inner { width: calc(100% - 32px); }
  .hero { padding: 36px 4px; }
  .hero h1 { font-size: 34px; }
  .hero-description { font-size: 14px; }
  .button { min-width: 0; flex: 1; gap: 15px; padding: 0 14px; font-size: 13px; }
  .intro-link { align-items: flex-start; font-size: 12px; text-align: left; }
  .hero-video { height: 55vw; min-height: 220px; }
  .video-caption strong { font-size: 21px; }
  .video-caption { top: 65%; }
  .surface { padding: 17px 14px; }
  .solution-list { gap: 9px; }
  .solution-image { height: 80px; }
  .solution-card strong { font-size: 11px; }
  .solution-card p { font-size: 9px; }
  .service-item { min-height: 88px; }
  .service-icon { font-size: 23px; }
  .service-item strong { font-size: 11px; }
  .service-item small { font-size: 8px; }
  .neoria-card { height: 195px; }
  .neoria-card img { width: 53%; }
  .partner-logos > span:nth-child(n + 5) { display: none; }
  .site-footer .page-section { width: calc(100% - 32px); }
  .footer-main { row-gap: 26px; padding-top: 36px; padding-bottom: 32px; }
  .footer-company .brand-image { width: 168px; }
  .footer-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 22px; }
  .footer-nav a { font-size: 15px; }
  .footer-menu-children { gap: 7px; margin-top: 10px; }
  .footer-menu-children a { font-size: 13px; }
  .footer-legal-link, .footer-contact-list p { font-size: 14px; }
  .footer-contact-list { margin-top: 14px; }
  .footer-bottom { min-height: 0; gap: 14px; padding: 14px 0 25px; flex-direction: column; font-size: 12px; }
  .brochure-modal { padding: 16px; }
  .brochure-dialog { grid-template-columns: 1fr; max-height: calc(100vh - 32px); padding: 12px; }
  .brochure-preview { min-height: 0; }
  .brochure-thumbnails { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-height: 118px; overflow-y: auto; flex-direction: row; }
  .brochure-thumbnail img { aspect-ratio: 1.8 / 1; }
  .brochure-close { top: 20px; right: 20px; }
}

.main-nav { align-items: stretch; }
.main-nav .nav-item { position: relative; display: flex; align-items: center; }
.main-nav .has-submenu::after { position: absolute; top: 100%; right: -12px; left: -12px; height: 18px; content: ""; }
.main-nav .nav-item > a { display: inline-flex; align-items: center; height: 100%; }
.main-nav .submenu { position: absolute; z-index: 1; top: calc(100% + 18px); left: 50%; display: flex; min-width: 148px; padding: 8px; flex-direction: column; border: 1px solid #e1e8e0; border-radius: 10px; background: rgba(255, 255, 255, .98); box-shadow: 0 12px 24px rgba(24, 52, 31, .12); opacity: 0; pointer-events: none; transform: translate(-50%, -8px); transition: opacity .18s ease, transform .18s ease; }
.main-nav .submenu a { display: block; padding: 9px 11px; border-radius: 6px; font-size: 13px; white-space: nowrap; }
.main-nav .submenu a:hover { background: #f0f6ed; }
.main-nav .has-submenu:hover .submenu, .main-nav .has-submenu:focus-within .submenu { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.utility-nav .utility-link { display: inline-flex; align-items: center; gap: 9px; }
.menu-link-icon { width: 18px; height: 18px; object-fit: contain; }
@media (max-width: 920px) {
  .site-header.menu-open .main-nav .nav-item { display: block; }
  .site-header.menu-open .main-nav .nav-item > a { display: flex; align-items: center; justify-content: space-between; height: auto; }
  .site-header.menu-open .main-nav .submenu { position: static; display: none; min-width: 0; margin: 0 0 4px 7px; padding: 2px 0 4px 10px; border: 0; border-left: 1px solid #d8e2d7; border-radius: 0; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
  .site-header.menu-open .main-nav .has-submenu.is-expanded .submenu { display: flex; }
  .site-header.menu-open .main-nav .has-submenu.is-expanded > a::after { content: "−"; }
  .site-header.menu-open .main-nav .submenu a { padding: 7px 9px; font-size: 13px; }
}
