:root {
  color-scheme: light;
  --ink: #111;
  --paper: #fff;
  --line: rgba(17, 17, 17, .18);
  --muted: #66645f;
  font-family: Arial, "Noto Sans KR", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: relative; z-index: 20; height: 74px; padding: 0 clamp(20px, 6vw, 92px);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #111;
  background: #fff;
}
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; font-size: 20px; font-weight: 600; letter-spacing: -.03em; }
.brand-logo { width: clamp(128px, 12vw, 168px); height: 28px; object-fit: contain; object-position: left center; }
.brand-mark { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid currentColor; font-size: 10px; letter-spacing: -.08em; }
.primary-navigation { display: flex; align-items: center; gap: clamp(24px, 4vw, 58px); font-weight: 600; }
.primary-navigation a, .language-switch a { position: relative; padding: 10px 0; }
.primary-navigation a::after, .language-switch a::after { content: ""; position: absolute; inset: auto 0 4px; height: 1px; background: currentColor; transform: scaleX(0); transition: transform .25s; }
.primary-navigation a:hover::after, .primary-navigation a:focus-visible::after, .primary-navigation a[aria-current="page"]::after, .language-switch a[aria-current="page"]::after { transform: scaleX(1); }
.language-switch { justify-self: end; display: flex; gap: 6px; font-weight: 700; font-size: 14px; }
.menu-toggle { display: none; }

body[data-route="/"] .site-header,
body[data-route="/EN"] .site-header,
body[data-route^="/greeting-history-"] .site-header {
  position: absolute; inset: 0 0 auto; color: #fff;
  background: linear-gradient(to bottom, rgba(0,0,0,.52), transparent);
}
body[data-route="/"] .brand-logo,
body[data-route="/EN"] .brand-logo,
body[data-route^="/greeting-history-"] .brand-logo { filter: brightness(0) invert(1); }

.page-hero {
  position: relative; min-height: min(100svh, 980px); display: grid; place-items: end center; overflow: hidden;
  color: #fff; background: #222 var(--hero-image) center/cover no-repeat;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.08), rgba(0,0,0,.64)); }
.hero-content { position: relative; width: min(1100px, calc(100% - 40px)); padding: 130px 0 11vh; text-align: center; }
.eyebrow { display: inline-block; margin-bottom: 18px; font-size: 12px; font-weight: 800; letter-spacing: .22em; }
.hero-content h1 { max-width: 980px; margin: 0 auto 26px; font-size: clamp(44px, 7vw, 104px); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.hero-content p { max-width: 760px; margin: 7px auto; font-size: clamp(17px, 2vw, 28px); line-height: 1.55; text-wrap: balance; }

.content-sections { width: min(1280px, calc(100% - 40px)); margin: 0 auto; }
.content-section { display: grid; grid-template-columns: 120px 1fr; gap: 4vw; padding: clamp(70px, 10vw, 150px) 0; border-bottom: 1px solid var(--line); }
.section-number { font-size: 12px; font-weight: 800; letter-spacing: .18em; color: var(--muted); }
.content-copy { max-width: 920px; }
.content-copy h2 { margin: 0 0 30px; font-size: clamp(34px, 5vw, 74px); line-height: 1.08; letter-spacing: -.045em; text-wrap: balance; }
.content-copy p { margin: 12px 0; font-size: clamp(16px, 1.55vw, 23px); line-height: 1.75; color: #353431; }
.empty-state { min-height: 45vh; display: grid; place-items: center; padding: 100px 20px; font-size: 20px; }

.home-hero { position: relative; height: 100svh; min-height: 700px; color: #fff; background: #111; overflow: hidden; }
.home-hero figure { position: absolute; inset: 0; margin: 0; opacity: 0; pointer-events: none; transition: opacity .65s ease; }
.home-hero figure[data-active] { opacity: 1; pointer-events: auto; }
.home-hero figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.08), rgba(0,0,0,.5)); }
.home-hero-image { width: 100%; height: 100%; object-fit: cover; }
.home-hero figcaption { position: absolute; z-index: 2; inset: auto 20px 13%; text-align: center; }
.home-hero h1 { max-width: 940px; margin: 0 auto 24px; font-size: clamp(38px, 5vw, 76px); line-height: 1.12; letter-spacing: -.04em; text-wrap: balance; }
.home-hero p { margin: 0 auto; max-width: 820px; font-size: clamp(16px, 1.7vw, 25px); }
.carousel-controls { position: absolute; z-index: 3; bottom: 3.5%; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; }
.carousel-controls button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.5); }
.carousel-controls button[aria-selected="true"] { background: #fff; }
.logo-rail { min-height: 150px; padding: 35px clamp(20px, 8vw, 120px); display: flex; gap: 35px; align-items: center; overflow: hidden; background: #fff; }
.logo-image { flex: 0 0 auto; width: 105px; height: 70px; object-fit: contain; filter: grayscale(1); }
.home-section { padding: clamp(90px, 10vw, 150px) 20px; text-align: center; background: #fff; }
.home-section header { max-width: 920px; margin: 0 auto 60px; }
.home-section h2, .page-intro h2 { margin: 0 0 22px; color: #1756bf; font-size: clamp(36px, 4vw, 62px); letter-spacing: -.04em; }
.home-section header p, .page-intro p { margin: 0 auto; max-width: 860px; font-size: 18px; line-height: 1.75; }
.business-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; max-width: 1180px; margin: 0 auto; }
.business-cards article { margin: 0; }
.business-image { width: 100%; aspect-ratio: 1.12; object-fit: cover; border-radius: 5px; }
.business-cards h3 { color: #1756bf; font-size: 18px; }
.network-section { background: #fff; }
.world-map { width: min(850px, 90%); max-height: 500px; margin: 0 auto; object-fit: contain; }

.subpage-banner { width: min(1120px, calc(100% - 40px)); height: clamp(150px, 16vw, 230px); margin: 90px auto 0; overflow: hidden; border-radius: 14px; background: #eef2f5; }
.subpage-banner-image { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.page-intro { padding: 52px 20px 38px; text-align: center; background: #fff; }
.page-intro h2 { font-size: clamp(30px, 3vw, 46px); }
.buyer-grid { max-width: 1180px; margin: 0 auto; padding: 20px 20px 90px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; background: #fff; }
.buyer-grid figure { min-height: 100px; margin: 0; padding: 14px; display: grid; place-items: center; }
.buyer-logo { width: 100%; height: 82px; object-fit: contain; }
.buyer-label { width: min(132px, 100%); padding: 7px 5px; border-radius: 4px; color: #fff; background: linear-gradient(90deg, #4ba4f2, #3123a9); text-align: center; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.contact-map .location-section { min-height: 500px; }
.contact-map .location-section > div { display: none; }
.contact-map .location-section { display: block; }
.contact-map .location-section iframe { min-height: 500px; }
.detail-panel { max-width: 1180px; margin: 0 auto; padding: 70px 20px 100px; background: #fff; }
.contact-intro { padding-bottom: 32px; }
.contact-details { max-width: 720px; display: grid; grid-template-columns: 180px 1fr; gap: 13px 30px; }
.contact-details p { margin: 0; line-height: 1.5; }
.compact-copy { columns: 2; column-gap: 60px; }
.compact-copy h2 { column-span: all; margin: 0 0 30px; color: #1756bf; font-size: clamp(30px, 4vw, 52px); }
.compact-copy p { break-inside: avoid; margin: 0 0 12px; line-height: 1.65; }
.feature-grid, .philosophy-grid { max-width: 1180px; margin: 0 auto; padding: 20px 20px 80px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; background: #fff; }
.feature-grid article { border: 1px solid #dedede; background: #fff; }
.philosophy-grid { grid-template-columns: repeat(3, 1fr); gap: 50px 28px; padding-bottom: 260px; }
.philosophy-grid article { text-align: center; background: #fff; }
.philosophy-grid article:nth-child(4), .philosophy-grid article:nth-child(5) { transform: translateX(50%); }
.feature-image, .philosophy-image { width: 100%; aspect-ratio: 1.65; object-fit: cover; }
.feature-grid h3, .philosophy-grid h3, .philosophy-grid p { padding: 0 8px; }
.feature-grid h3, .philosophy-grid h3 { color: #1756bf; }
.philosophy-grid h3 { margin: 0 0 8px; font-size: 16px; }
.philosophy-grid p { min-height: 38px; margin: 0 0 18px; color: var(--muted); font-size: 12px; }
.feature-copy { padding: 20px; }
.feature-copy .compact-copy, .mind-copy { columns: 1; }
.feature-copy .compact-copy h2, .mind-copy h2 { margin-bottom: 16px; font-size: 24px; }
.feature-copy .compact-copy p, .mind-copy p { font-size: 14px; }
.overview-intro { padding-top: 147px; padding-bottom: 88px; }
.tech-tabs { width: min(820px, 100%); margin: 28px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.tech-tabs span { padding: 14px 10px; border-bottom: 1px solid #ddd; font-size: 14px; font-weight: 700; }
.tech-tabs span[aria-current="true"] { color: #fff; border-radius: 5px; border-bottom-color: transparent; background: linear-gradient(90deg, #4aa0f4, #3122a8); }
.overview-primary { position: relative; width: min(1180px, calc(100% - 40px)); height: 205px; margin: 0 auto 40px; overflow: hidden; border-radius: 14px; color: #fff; background: #222; }
.overview-primary::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.12)); }
.overview-primary-image { width: 100%; height: 100%; object-fit: cover; }
.overview-primary > div { position: absolute; z-index: 1; left: clamp(24px, 5vw, 70px); top: 50%; width: min(620px, calc(100% - 48px)); transform: translateY(-50%); }
.overview-primary h3 { display: none; margin: 0 0 12px; font-size: 24px; }
.overview-primary p { margin: 5px 0; font-size: 13px; line-height: 1.55; }
.overview-primary p:first-of-type { font-size: 20px; font-weight: 700; }
.overview-gallery { position: relative; width: min(1180px, calc(100% - 40px)); height: 310px; margin: 0 auto 152px; overflow: hidden; border-radius: 14px; background: #eee; }
.overview-gallery-image { position: absolute; top: 0; width: 33.334%; height: 100%; object-fit: cover; }
.overview-gallery-image:nth-child(1) { left: 0; }
.overview-gallery-image:nth-child(2) { left: 33.333%; }
.overview-gallery-image:nth-child(3) { left: 66.666%; }
.overview-gallery-image:nth-child(n+4) { display: none; }
.overview-gallery-copy { display: none; position: absolute; z-index: 2; inset: auto 12% 22px; padding: 14px 18px; color: #fff; background: rgba(0,0,0,.45); }
.overview-gallery-copy p { margin: 4px 0; font-size: 13px; }
.minds-intro h3 { margin: 10px 0 12px; font-size: 19px; }
.minds-intro p { margin: 4px auto; font-size: 13px; }
.mind-grid { max-width: 1200px; margin: 0 auto; padding: 263px 0 211px; display: grid; gap: 98px; background: #fff; }
.mind-grid article, .mind-grid article:nth-child(even) { display: grid; grid-template-columns: 44% 56%; align-items: center; }
.mind-grid article:nth-child(even) .mind-image { order: initial; }
.mind-image { justify-self: start; width: 85%; height: 214px; object-fit: cover; border-radius: 10px; }
.mind-grid article > div { padding: 0; }
.network-intro { padding-bottom: 16px; }
.network-heading { display: flex; flex-direction: column; }
.network-heading-title-first .subpage-banner { order: 1; }
.network-heading-title-first .network-intro { order: 2; }
.network-tabs { width: min(1120px, calc(100% - 40px)); min-height: 62px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; background: #fff; }
.network-tabs a { margin: 0 8px; padding: 12px 8px; border-radius: 5px; text-align: center; font-size: 14px; font-weight: 700; }
.network-tabs a[aria-current="page"] { color: #fff; background: linear-gradient(90deg, #4aa0f4, #3122a8); }
.factory-sections { max-width: 1180px; margin: 0 auto; padding: 42px 20px 90px; background: #fff; }
.factory-sections article { margin-bottom: 74px; text-align: center; }
.factory-sections article h3 { margin: 0 0 26px; font-size: clamp(19px, 2vw, 28px); }
.factory-image { width: 100%; height: 380px; object-fit: cover; border-radius: 18px; }
.factory-sections article > div { padding: 25px 20px 0; }
.factory-copy { columns: 1; }
.factory-copy p { display: inline-block; margin: 5px clamp(12px, 4vw, 54px); font-size: 13px; }
.factory-responsive-only { display: none; }
.factory-metrics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.factory-metrics section { display: grid; gap: 5px; }
.factory-metrics span { font-size: 12px; }
.factory-metrics strong { font-size: 11px; font-weight: 500; }
.greeting-hero { position: relative; min-height: min(85vw, 1160px); color: #fff; background: #111; overflow: hidden; }
.greeting-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.12)); }
.greeting-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.greeting-copy { position: relative; z-index: 1; width: min(1040px, calc(100% - 40px)); margin: 0 auto; padding-top: clamp(270px, 27vw, 390px); }
.greeting-label { color: #77a7f1; font-size: 18px; font-weight: 700; }
.greeting-copy h1 { max-width: 780px; margin: 24px 0 0; font-size: clamp(38px, 4.1vw, 64px); line-height: 1.15; letter-spacing: -.045em; }
.greeting-copy h1 + h1 { margin-top: 0; }
.greeting-copy p { max-width: 980px; margin: 22px 0 0; font-size: 14px; line-height: 1.8; color: rgba(255,255,255,.8); }
.history-section { padding: 96px 20px 120px; color: #fff; background: #151515; }
.history-image { width: min(1000px, 100%); height: 250px; margin: 0 auto 50px; object-fit: cover; border-radius: 18px; }
.history-timeline { width: min(1000px, 100%); margin: 0 auto; padding-left: 90px; position: relative; }
.history-timeline::before { content: ""; position: absolute; left: 69px; top: 60px; bottom: 0; width: 1px; background: rgba(126,152,205,.65); }
.history-timeline h2 { margin: 0 0 28px -90px; font-size: 18px; }
.history-timeline h3 { position: relative; margin: 28px 0 8px -90px; width: 65px; color: #617299; font-size: 20px; }
.history-timeline h3::after { content: ""; position: absolute; right: -11px; top: 8px; width: 11px; height: 11px; border-radius: 50%; background: #53658b; }
.history-timeline p { margin: 7px 0; color: rgba(255,255,255,.62); line-height: 1.45; }
.source-copy-preservation { max-width: 1180px; margin: 0 auto; padding: 25px 20px 60px; font-size: 10px; color: #777; background: #fff; }
.source-copy-preservation .compact-copy, .home-source-copy { columns: 3; column-gap: 25px; }
.source-copy-preservation h2 { font-size: 13px; color: #555; }
.source-copy-preservation p { margin: 3px 0; line-height: 1.3; }
body[data-route="/"] .location-section,
body[data-route="/EN"] .location-section { display: block; min-height: 1300px; position: relative; background: #fff; }
body[data-route="/"] .location-section > div,
body[data-route="/EN"] .location-section > div { min-height: 1300px; padding: 80px 30px; text-align: center; }
body[data-route="/"] .location-section > div p:first-of-type,
body[data-route="/EN"] .location-section > div p:first-of-type { margin-top: 930px; text-align: left; }
body[data-route="/"] .location-section > div p,
body[data-route="/EN"] .location-section > div p { text-align: left; }
body[data-route="/"] .location-section iframe,
body[data-route="/EN"] .location-section iframe { display: none; }
body[data-route="/"] .source-copy-preservation,
body[data-route="/EN"] .source-copy-preservation { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.gallery { width: min(1440px, 100%); margin: 0 auto; padding: clamp(50px, 8vw, 120px) 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; background: #111; }
.gallery-item { margin: 0; min-height: 280px; overflow: hidden; background: #222; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: transform .6s ease, filter .6s ease; }
.gallery-item:hover img { transform: scale(1.025); filter: saturate(1); }
.gallery-item-1, .gallery-item-4 { grid-column: span 7; }
.gallery-item-2, .gallery-item-3 { grid-column: span 5; }

.location-section { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 620px; background: #e8e5df; }
.location-section > div { padding: clamp(70px, 9vw, 150px); align-self: center; }
.location-section h2 { margin: 0 0 30px; font-size: clamp(42px, 5vw, 78px); letter-spacing: -.05em; }
.location-section p { max-width: 520px; line-height: 1.7; color: var(--muted); }
.location-section iframe { width: 100%; height: 100%; min-height: 620px; border: 0; filter: grayscale(1); }

.site-footer { padding: 64px clamp(20px, 7vw, 104px) 40px; color: #fff; background: #111; }
.footer-directory { display: grid; grid-template-columns: repeat(4, minmax(110px, 1fr)) 1.4fr; gap: clamp(28px, 5vw, 74px); padding-bottom: 54px; }
.footer-directory section h2 { margin: 0 0 18px; font-size: 14px; }
.footer-directory section a { display: block; margin: 0 0 13px; color: rgba(255,255,255,.55); font-size: 12px; }
.footer-brand { align-self: end; justify-self: end; display: block; margin-bottom: 18px; font-size: 16px; font-weight: 700; letter-spacing: -.04em; }
.site-footer p { margin: 8px 0 0; color: rgba(255,255,255,.56); font-size: 12px; }
.source-copyright { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); }

@media (max-width: 820px) {
  .site-header { height: 60px; grid-template-columns: 1fr auto; padding: 0 18px; }
  .brand { font-size: 13px; }
  .brand-mark { width: 20px; height: 20px; font-size: 7px; }
  .menu-toggle { display: grid; gap: 4px; width: 36px; height: 36px; padding: 9px; border: 0; color: inherit; background: transparent; }
  .menu-toggle span:not(.sr-only) { height: 1px; background: currentColor; }
  .primary-navigation { position: fixed; inset: 60px 0 auto; display: none; padding: 24px 20px 34px; background: rgba(0,0,0,.94); flex-direction: column; align-items: flex-start; gap: 10px; }
  .primary-navigation[data-open] { display: flex; }
  .language-switch { display: none; }
  .page-hero { min-height: 100svh; }
  .hero-content { padding-bottom: 12vh; }
  .hero-content h1 { font-size: clamp(38px, 12vw, 62px); }
  .hero-content p { font-size: 16px; }
  .home-hero { min-height: 650px; }
  .home-hero figcaption { bottom: 14%; }
  .home-hero h1 { font-size: 30px; }
  .logo-rail { min-height: 80px; padding: 15px 20px; gap: 18px; }
  .logo-image { width: 70px; height: 45px; }
  .home-section { padding: 70px 20px; }
  .business-cards { max-width: 330px; grid-template-columns: 1fr; }
  .business-image { height: 400px; aspect-ratio: auto; }
  .world-map { width: min(380px, 90%); }
  .subpage-banner { width: 100%; height: 120px; margin-top: 0; border-radius: 0; }
  body[data-route^="/wn-"] .subpage-banner { width: min(400px, calc(100% - 40px)); }
  body[data-route^="/blilliant-minds-"] .subpage-banner { width: 100%; }
  body[data-route^="/blilliant-minds-"] .page-intro { padding-top: 38px; }
  body[data-route^="/blilliant-minds-"] .minds-intro h3 { margin: 8px 0 10px; font-size: 14px; }
  body[data-route^="/blilliant-minds-"] .minds-intro p { max-width: 310px; font-size: 10px; line-height: 1.5; }
  .page-intro { padding: 28px 20px 22px; }
  .page-intro h2 { font-size: 25px; }
  .buyer-grid { grid-template-columns: repeat(2, 1fr); }
  .buyer-grid figure { padding: 10px; }
  .buyer-label { width: 100px; }
  .compact-copy { columns: 1; }
  .feature-grid, .philosophy-grid { grid-template-columns: 1fr; }
  .philosophy-grid { gap: 28px; padding: 0 30px 70px; }
  .philosophy-grid article { display: flex; flex-direction: column; }
  .philosophy-grid article:nth-child(4), .philosophy-grid article:nth-child(5) { transform: none; }
  .philosophy-grid article > div { order: 0; }
  .philosophy-image { order: 1; height: 225px; aspect-ratio: auto; border-radius: 10px; }
  .philosophy-grid h3 { font-size: 17px; }
  .philosophy-grid p { min-height: 0; margin-bottom: 14px; }
  .mind-grid { gap: 46px; padding: 10px 36px 90px; }
  .mind-grid article, .mind-grid article:nth-child(even) { display: flex; flex-direction: column; }
  .mind-grid article:nth-child(even) .mind-image { order: 1; }
  .mind-grid article > div { order: 0; padding: 0; text-align: center; }
  .mind-copy h2 { margin-bottom: 10px; font-size: 17px; }
  .mind-copy p { margin-bottom: 2px; font-size: 10px; line-height: 1.45; }
  body[data-route="/blilliant-minds-kr"] .mind-grid { padding: 0 28px 90px; }
  body[data-route="/blilliant-minds-kr"] .mind-grid article > div { padding-bottom: 18px; }
  .overview-intro { padding-bottom: 40px; }
  .tech-tabs { width: calc(100% - 64px); margin-top: 19px; }
  .tech-tabs span { padding: 10px 5px; font-size: 10px; }
  .mind-image { order: 1; width: 100%; height: 280px; border-radius: 10px; }
  .overview-primary { width: calc(100% - 64px); height: 200px; margin-bottom: 40px; border-radius: 12px; }
  .overview-primary > div { left: 20px; width: calc(100% - 40px); }
  .overview-primary h3 { display: none; }
  .overview-primary p { font-size: 11px; line-height: 1.5; }
  .overview-primary p:first-of-type { font-size: 11px; }
  .overview-gallery { width: calc(100% - 64px); height: 400px; margin-bottom: 29px; border-radius: 12px; }
  .overview-gallery-image { display: none; }
  .overview-gallery-image:nth-child(1) { display: block; left: 55%; width: 45%; }
  .overview-gallery-image:nth-child(12) { display: block; left: 0; width: 52%; }
  .overview-gallery-copy { display: none; }
  .factory-sections { padding: 34px 32px 90px; }
  .factory-sections article { margin-bottom: 40px; }
  .factory-sections article:last-child { margin-bottom: 0; }
  .factory-sections article > div { padding: 25px 20px 0; }
  .factory-desktop-only { display: none; }
  .factory-responsive-only { display: block; }
  .factory-metrics.factory-responsive-only { display: grid; }
  .factory-image { height: 400px; border-radius: 12px; }
  .factory-metrics span { font-size: 10px; }
  .factory-metrics strong { font-size: 9px; }
  body[data-route^="/wn-"] .footer-brand { justify-self: start; }
  body[data-route^="/wn-"] .source-copyright div p:first-child { display: none; }
  body[data-route^="/wn-"] .source-copyright > p { margin-top: 28px; }
  .network-tabs { width: calc(100% - 24px); grid-template-columns: repeat(5, minmax(66px, 1fr)); overflow-x: auto; }
  .network-tabs a { margin: 0 3px; padding: 10px 5px; font-size: 11px; }
  .network-heading-title-first .network-intro { order: 1; }
  .network-heading-title-first .subpage-banner { order: 2; }
  .greeting-hero { min-height: 900px; }
  .greeting-copy { padding-top: 200px; }
  .greeting-copy h1 { font-size: 34px; }
  .greeting-copy p { margin-top: 15px; font-size: 12px; line-height: 1.65; }
  .history-section { height: 1125px; padding: 56px 28px 80px; overflow: hidden; }
  .history-image { height: 150px; margin-bottom: 36px; border-radius: 10px; }
  .history-timeline { padding-left: 58px; font-size: 13px; }
  .history-timeline::before { left: 45px; }
  .history-timeline h2 { margin-left: -58px; }
  .history-timeline h3 { margin-left: -58px; width: 42px; font-size: 15px; }
  .history-timeline h3::after { right: -10px; width: 9px; height: 9px; }
  .site-footer { padding: 62px 40px 34px; }
  body[data-route^="/philosohpy-organization-"] .site-footer { padding-bottom: 140px; }
  body[data-route="/blilliant-minds-en"] .site-footer { padding-bottom: 145px; }
  body[data-route="/philosohpy-organization-en"] .site-footer { padding-bottom: 156px; }
  body[data-route="/blilliant-minds-en"] .footer-brand,
  body[data-route="/philosohpy-organization-en"] .footer-brand { justify-self: start; }
  body[data-route="/blilliant-minds-en"] .source-copyright div p:first-child,
  body[data-route="/philosohpy-organization-en"] .source-copyright div p:first-child { display: none; }
  body[data-route="/philosohpy-organization-en"] .source-copyright > p { margin-top: 28px; }
  body[data-route^="/overview-"] .site-footer { padding-bottom: 146px; }
  body[data-route^="/overview-"] .footer-brand { justify-self: start; }
  body[data-route^="/overview-"] .source-copyright div p:first-child { display: none; }
  body[data-route^="/overview-"] .source-copyright > p { margin-top: 28px; }
  body[data-route^="/greeting-history-"] .site-footer { padding-bottom: 147px; }
  body[data-route^="/greeting-history-"] .footer-brand { justify-self: start; }
  body[data-route^="/greeting-history-"] .source-copyright div p:first-child { display: none; }
  body[data-route^="/greeting-history-"] .source-copyright > p { margin-top: 28px; }
  .footer-directory { grid-template-columns: 1fr; gap: 28px; padding-bottom: 46px; }
  .footer-brand { justify-self: end; margin: 0; }
  .source-copyright { display: block; }
  .source-copy-preservation .compact-copy, .home-source-copy { columns: 1; }
  .source-copy-preservation { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  .content-section { grid-template-columns: 1fr; gap: 20px; padding: 70px 0; }
  .content-copy h2 { font-size: 36px; }
  .content-copy p { font-size: 16px; }
  .gallery { display: grid; grid-template-columns: 1fr; padding: 10px; gap: 10px; }
  .gallery-item-1, .gallery-item-2, .gallery-item-3, .gallery-item-4 { grid-column: auto; min-height: 430px; }
  .location-section { grid-template-columns: 1fr; }
  .location-section > div { padding: 70px 20px; }
  .location-section iframe { min-height: 420px; }
  body[data-route="/"] .location-section,
  body[data-route="/EN"] .location-section { display: block; min-height: 1300px; position: relative; background: #fff; }
  body[data-route="/"] .location-section > div,
  body[data-route="/EN"] .location-section > div { min-height: 1300px; padding: 80px 30px; text-align: center; }
  body[data-route="/"] .location-section > div p:first-of-type,
  body[data-route="/EN"] .location-section > div p:first-of-type { margin-top: 930px; text-align: left; }
  body[data-route="/"] .location-section > div p,
  body[data-route="/EN"] .location-section > div p { text-align: left; }
  body[data-route="/"] .location-section iframe,
  body[data-route="/EN"] .location-section iframe { display: none; }
  .contact-map .location-section, .contact-map .location-section iframe { min-height: 300px; }
  .detail-panel { padding: 48px 64px 70px; }
  .contact-details { grid-template-columns: 90px 1fr; gap: 10px 20px; font-size: 13px; }
}

@media (max-width: 480px) {
  .philosophy-grid { max-width: 325px; padding-left: 10px; padding-right: 10px; }
  .philosophy-image { height: 225px; }
  body[data-route^="/wn-"] .subpage-banner { width: 100%; }
  .factory-sections { padding: 34px 24px 90px; }
  .factory-sections article { margin-bottom: 40px; }
  .factory-sections article:last-child { margin-bottom: 40px; }
  .factory-sections article > div { padding: 18px 0 0; }
  .factory-image { height: 400px; }
  body[data-route^="/wn-"]:not([data-route*="vietnam"]) .factory-sections { padding-bottom: 30px; }
  body[data-route^="/wn-"]:not([data-route*="vietnam"]) .factory-sections article:last-child { margin-bottom: 0; }
  body[data-route^="/wn-"]:not([data-route*="vietnam"]) .site-footer { padding-top: 80px; padding-bottom: 167px; }
  body[data-route^="/wn-"]:not([data-route*="vietnam"]) .footer-directory { gap: 36px; }
  body[data-route^="/wn-"]:not([data-route*="vietnam"]) .footer-brand { justify-self: start; }
  body[data-route^="/wn-"]:not([data-route*="vietnam"]) .source-copyright div p:first-child { display: none; }
  body[data-route^="/wn-"]:not([data-route*="vietnam"]) .source-copyright > p { margin-top: 28px; }
  body[data-route^="/overview-"] .site-footer { padding-bottom: 119px; }
  body[data-route^="/wn-vietnam-"] .footer-brand { justify-self: end; }
  body[data-route^="/wn-vietnam-"] .source-copyright div p:first-child { display: block; }
  body[data-route^="/wn-vietnam-"] .source-copyright > p { margin-top: 8px; }
}

@media (min-width: 481px) and (max-width: 820px) {
  .overview-gallery-image:nth-child(1) { left: 25.5%; width: 74.5%; }
  .overview-gallery-image:nth-child(12) { left: 0; width: 24%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
