@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css');

:root {
  --blue: #00719d;
  --deep: #062d4e;
  --green: #62aa31;
  --ink: #11303a;
  --cream: #f3f8f7;
  --pale: #e7f2f6;
  --line: rgba(17,48,58,.16);
  --content-max: 1180px;
  --content-gutter: 7vw;
  --content-pad: max(var(--content-gutter), calc((100vw - var(--content-max)) / 2));
  --shell-max: 1280px;
  --shell-pad: max(4vw, calc((100vw - var(--shell-max)) / 2));
  --serif: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --sans: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

.marunea-body,
.marunea-body * { box-sizing: border-box; }
.marunea-body { margin: 0; background: var(--cream) !important; color: var(--ink); font-family: var(--sans) !important; overflow-x: hidden; }
.marunea-body a { text-decoration: none; }
.marunea-site { position: relative; overflow: hidden; }
.marunea-skip { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 12px 16px; background: #fff; color: var(--deep); transform: translateY(-150%); }
.marunea-skip:focus { transform: none; }
.marunea-notice { height: 30px; padding: 0 var(--shell-pad); background: var(--deep); color: #cfe8ef; display: flex; justify-content: space-between; align-items: center; font: 500 9px/1 var(--sans); letter-spacing: .16em; }
.marunea-header { height: 84px; padding: 0 var(--shell-pad); display: flex !important; align-items: center; justify-content: space-between; background: rgba(243,248,247,.92); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(15px); }
.marunea-brand { display: inline-flex; align-items: center; color: var(--deep); }
.marunea-brand img { display: block; width: 112px; height: 58px; object-fit: contain; }
.marunea-nav { display: flex !important; align-items: stretch; align-self: stretch; gap: clamp(20px,2vw,32px); }
.marunea-nav-item { position: relative; display: flex; align-items: center; }
.marunea-nav-item > a { position: relative; font: 600 16px/1 var(--sans); letter-spacing: .01em; color: var(--ink); transition: color .25s; white-space: nowrap; }
.marunea-nav-item > a:after { content: ''; position: absolute; left: 0; right: 100%; bottom: -11px; height: 1px; background: var(--blue); transition: right .25s; }
.marunea-nav-item:hover > a, .marunea-nav-item:focus-within > a, .marunea-nav-item.is-active > a { color: var(--blue); }
.marunea-nav-item:hover > a:after, .marunea-nav-item:focus-within > a:after, .marunea-nav-item.is-active > a:after { right: 0; }
.marunea-subnav { position: absolute; z-index: 30; top: calc(100% - 1px); left: 50%; min-width: 225px; padding: 18px 20px; background: rgba(247,251,250,.98); border: 1px solid var(--line); transform: translate(-50%,12px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s, transform .2s, visibility .2s; box-shadow: 0 16px 30px rgba(6,45,78,.08); }
.marunea-subnav a { display: block; padding: 10px 0; color: #35545c; font: 500 14px/1.4 var(--sans); letter-spacing: 0; }
.marunea-subnav a:hover, .marunea-subnav a:focus { color: var(--blue); }
.marunea-nav-item:hover .marunea-subnav, .marunea-nav-item:focus-within .marunea-subnav { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%,0); }
.marunea-actions { display: flex; align-items: center; gap: 15px; }
.marunea-lang { color: var(--blue); font: 600 12px/1 var(--sans); letter-spacing: .06em; white-space: nowrap; }
.marunea-lang a { color: #8aa2a8; }
.marunea-lang a[aria-current="true"] { color: var(--blue); }
.marunea-lang b { font-weight: 400; color: #9eb2b7; margin: 0 5px; }
.marunea-inquiry { font: 600 13px/1 var(--sans); color: var(--deep); border-bottom: 1px solid var(--deep); padding-bottom: 6px; }
.marunea-inquiry span { color: var(--blue); font-size: 15px; margin-left: 5px; }
.marunea-menu { display: none; border: 0; background: none !important; width: 36px; height: 28px; padding: 4px; }
.marunea-menu i { display: block; height: 1px; background: var(--deep); margin: 6px 0; transition: .3s; }
.marunea-drawer { display: none; }

.marunea-hero { min-height: calc(100svh - 114px); position: relative; display: flex !important; align-items: center; padding: 8vh var(--content-pad) 12vh; overflow: hidden; background: #eaf4f7; }
.marunea-hero-water { position: absolute; inset: 0; background: url('water-wave.jpg') center/cover no-repeat; opacity: .85; transform: scale(1.04); transition: transform .2s ease-out; }
.marunea-hero:after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(243,248,247,.96) 0%, rgba(243,248,247,.88) 38%, rgba(243,248,247,.1) 78%); }
.marunea-hero-copy { position: relative; z-index: 2; max-width: 690px; }
.eyebrow { display: block; background: transparent !important; box-shadow: none !important; font: 700 10px/1.4 var(--sans); letter-spacing: .18em; color: var(--blue); margin: 0 0 24px; }
.eyebrow span { color: var(--green); margin-right: 14px; }
.marunea-hero h1 { font: 500 clamp(3rem,5vw,4.8rem)/1.14 var(--serif); letter-spacing: -.035em; margin: 0; color: var(--deep); }
.marunea-about h2, .marunea-products h2, .marunea-quality h2, .marunea-uses h2, .marunea-oem h2, .marunea-contact h2 { font: 500 clamp(2.5rem,4vw,4.1rem)/1.16 var(--serif); letter-spacing: -.035em; margin: 0; color: var(--deep); }
.marunea-body h1, .marunea-body h2, .marunea-body h3, .marunea-body p { background: transparent !important; }
.marunea-body h1, .marunea-body h2, .marunea-body h3 { word-break: keep-all; overflow-wrap: normal; }
.marunea-body h1 em, .marunea-body h2 em, .marunea-body h3 em { font-style: normal; color: var(--blue); }
.marunea-body .title-line, .marunea-hero h1 em { display: inline-block; }
.hero-lead { font: 400 15px/1.9 var(--sans); color: #45626a; margin: 30px 0 34px; }
.hero-actions { display: flex; gap: 12px; }
.button { display: inline-flex; align-items: center; gap: 20px; justify-content: space-between; padding: 16px 21px; font: 500 11px/1 var(--sans); letter-spacing: .06em; transition: transform .3s, box-shadow .3s; }
.button span { font-size: 18px; }
.button:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(6,45,78,.15); }
.button-blue { background: var(--blue) !important; color: #fff !important; }
.button-ghost { border: 1px solid var(--deep); color: var(--deep); background: rgba(255,255,255,.15) !important; }
.button-light { background: #fff !important; color: var(--deep) !important; }
.marunea-hero-product { position: absolute; z-index: 3; right: var(--content-pad); bottom: 10%; width: min(35vw,480px); height: min(66vh,590px); display: flex; align-items: center; justify-content: center; transform: rotate(4deg); }
.marunea-hero-product img { position: relative; width: 88%; height: 92%; object-fit: cover; border-radius: 220px 220px 18px 18px; box-shadow: 16px 26px 50px rgba(5,47,67,.21); animation: marunea-float 7s ease-in-out infinite; }
.product-halo { position: absolute; inset: 2% -4%; border: 1px solid rgba(8,116,167,.28); border-radius: 50%; transform: rotate(-14deg); animation: marunea-spin 25s linear infinite; }
.product-halo:before, .product-halo:after { content: ''; position: absolute; width: 7px; height: 7px; background: var(--green); border-radius: 50%; top: 13%; left: 10%; box-shadow: 0 0 0 7px rgba(118,168,69,.12); }
.product-halo:after { top: auto; left: auto; right: 14%; bottom: 15%; background: var(--blue); }
.hero-stamp { position: absolute; right: -8%; bottom: 7%; color: var(--deep); font: 400 9px/1.7 var(--sans); letter-spacing: .18em; text-align: center; padding: 17px 14px; border: 1px solid rgba(6,45,78,.28); border-radius: 50%; background: rgba(243,248,247,.66); backdrop-filter: blur(5px); transform: rotate(-8deg); }
.marunea-hero-bottom { position: absolute; z-index: 4; left: var(--content-pad); right: var(--content-pad); bottom: 32px; display: flex; align-items: center; gap: 18px; color: #59777f; font: 500 9px/1 var(--sans); letter-spacing: .16em; }
.scroll-line { height: 1px; background: var(--blue); width: 90px; position: relative; }
.scroll-line:after { content: ''; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-right: 1px solid var(--blue); border-bottom: 1px solid var(--blue); transform: rotate(45deg); }
.marunea-hero-bottom span:last-child { margin-left: auto; color: var(--green); }
.marunea-marquee { height: 59px; background: var(--blue); color: #e7f6f5; display: flex; align-items: center; white-space: nowrap; overflow: hidden; }
.marunea-marquee div { font: 500 12px/1 var(--sans); letter-spacing: .16em; animation: marunea-marquee 24s linear infinite; }
.marunea-marquee b { color: #b9d86c; margin: 0 30px; }

.section-pad { padding: 125px var(--content-pad); }
.section-index { display: flex; align-items: center; gap: 12px; color: var(--blue); font: 700 10px/1 var(--sans); letter-spacing: .17em; }
.section-index i { display: block; width: 30px; height: 1px; background: var(--green); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; margin-top: 65px; position: relative; z-index: 1; }
.about-heading h2 { font-size: clamp(2.5rem,4vw,4rem); }
.blue-rule { display: block; width: 74px; height: 3px; background: var(--green); margin-top: 34px; }
.about-copy { padding-top: 30px; max-width: 490px; }
.lead-copy { font: 400 23px/1.55 var(--serif); color: var(--deep); margin: 0 0 24px; }
.about-copy > p:not(.lead-copy), .product-feature-copy > p:not(.eyebrow) { font: 400 14px/1.9 var(--sans); color: #536f76; }
.text-link { display: inline-flex; gap: 14px; color: var(--deep); font: 500 10px/1 var(--sans); letter-spacing: .14em; border-bottom: 1px solid var(--deep); padding-bottom: 7px; margin-top: 25px; }
.text-link span { color: var(--blue); font-size: 15px; }
.about-rings { position: absolute; right: -10vw; bottom: -12vw; width: 44vw; height: 44vw; border-radius: 50%; border: 1px solid rgba(8,116,167,.16); transform: rotate(18deg); }
.about-rings span { position: absolute; inset: 8%; border: 1px solid rgba(118,168,69,.18); border-radius: 50%; }
.about-rings span:nth-child(2) { inset: 18%; transform: translateX(-17%); }
.about-rings span:nth-child(3) { inset: 28%; transform: translateX(18%); }

.marunea-products { background: #fff; }
.section-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 58px; }
.section-top h2 { font-size: clamp(2.5rem,4vw,4rem); margin-top: 32px; }
.section-top > p { font: 400 14px/1.8 var(--sans); color: #557078; text-align: right; margin: 0; }
.product-feature { display: grid; grid-template-columns: 1.15fr .85fr; background: var(--pale); min-height: 580px; }
.product-feature-image { min-height: 580px; position: relative; overflow: hidden; }
.product-feature-image:after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,45,78,.05),transparent 70%); }
.product-feature-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s; }
.product-feature:hover img { transform: scale(1.05); }
.image-label { position: absolute; bottom: 28px; left: 30px; color: #fff; font: 500 10px/1 var(--sans); letter-spacing: .16em; z-index: 1; }
.product-feature-copy { padding: 72px 65px; display: flex; flex-direction: column; justify-content: center; }
.product-feature-copy h3, .product-card h3 { font: 500 clamp(2rem,3vw,3.5rem)/1.15 var(--serif); color: var(--deep); margin: 0 0 24px; letter-spacing: -.04em; }
.product-feature-copy > p:not(.eyebrow) { margin: 0 0 30px; }
.product-feature-copy ul { list-style: none; padding: 18px 0 0; margin: 0; border-top: 1px solid var(--line); }
.product-feature-copy li { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--line); font: 400 11px/1.2 var(--sans); color: #527078; }
.product-feature-copy li b { color: var(--blue); font-size: 9px; letter-spacing: .13em; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; }
.product-card { min-height: 400px; padding: 45px calc(42% + 30px) 45px 48px; position: relative; overflow: hidden; border: 1px solid var(--line); border-top: 0; }
.product-card + .product-card { border-left: 0; }
.card-num { font: 500 11px/1 var(--sans); color: var(--green); letter-spacing: .16em; }
.product-card .eyebrow { margin: 24px 0 11px; }
.product-card h3 { font-size: 2.5rem; margin-bottom: 13px; }
.product-card p:not(.eyebrow) { max-width: 360px; font: 400 13px/1.85 var(--sans); color: #557078; margin: 0; }
.product-card a { position: absolute; bottom: 43px; left: 48px; color: var(--deep); font: 500 10px/1 var(--sans); letter-spacing: .13em; border-bottom: 1px solid var(--deep); padding-bottom: 7px; }
.product-card a span { color: var(--blue); font-size: 15px; margin-left: 12px; }
.product-card-media { position: absolute; inset: 0 0 0 auto; width: 42%; overflow: hidden; background: var(--pale); }
.product-card-media:after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(242,248,247,.28),transparent 38%); pointer-events: none; }
.product-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.product-card:hover .product-card-media img { transform: scale(1.035); }
.product-card-powder .product-card-media img { object-position: 56% center; }
.product-card-oem .product-card-media img { object-position: 53% center; }

.marunea-quality { min-height: 790px; position: relative; background: var(--deep); color: #e9f5f4; overflow: hidden; }
.quality-backdrop { position: absolute; inset: 0; background: url('water-wave.jpg') center/cover; opacity: .22; mix-blend-mode: screen; }
.quality-inner { position: relative; }
.quality-inner .section-index { color: #a8d8e3; }
.quality-inner .section-index i { background: #9bb84d; }
.quality-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 70px; }
.quality-heading h2 { color: #fff; font-size: clamp(2.5rem,4vw,4.1rem); }
.quality-heading h2 em { color: #a9d8de; }
.quality-heading > p:last-child { max-width: 300px; font: 400 14px/1.8 var(--sans); color: #b6d1d4; margin: 0 0 8px; }
.quality-steps { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(233,245,244,.28); margin-top: 86px; }
.quality-step { padding: 26px 30px 0 0; border-right: 1px solid rgba(233,245,244,.28); min-height: 210px; }
.quality-step + .quality-step { padding-left: 30px; }
.quality-step:last-child { border-right: 0; }
.quality-step > span { font: 500 11px/1 var(--sans); color: #a9d8de; letter-spacing: .15em; }
.quality-step h3 { font: 500 28px/1.2 var(--serif); margin: 35px 0 12px; color: #fff; }
.quality-step p { font: 400 13px/1.8 var(--sans); color: #b6d1d4; margin: 0; }

.marunea-uses { background: #e8f2f3; }
.uses-head { display: flex; align-items: flex-end; justify-content: space-between; margin: 65px 0 48px; }
.uses-head h2 { font-size: clamp(2.5rem,4vw,4rem); }
.uses-head p { font: 400 13px/1.5 var(--sans); color: #607c82; margin: 0; }
.use-scroller { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.use-card { height: 300px; padding: 23px; position: relative; display: flex; flex-direction: column; justify-content: space-between; color: #fff; overflow: hidden; background-color: #174a58; background-position: center; background-size: cover; transition: transform .35s, box-shadow .35s; }
.use-card:before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(4,29,43,.38) 0%,rgba(4,29,43,.16) 46%,rgba(4,29,43,.86) 100%); z-index: 0; }
.use-card > * { position: relative; z-index: 1; }
.use-card span { font: 500 11px/1 var(--sans); letter-spacing: .13em; }
.use-card strong { font: 400 27px/1 var(--serif); }
.use-card small { font: 400 11px/1 var(--sans); letter-spacing: .05em; }
.use-card:hover { transform: translateY(-10px); box-shadow: 0 18px 34px rgba(6,45,78,.18); }
.use-card.use-ramen { background-image: url('menu-ramen.webp'); }
.use-card.use-poke { background-image: url('menu-poke.webp'); }
.use-card.use-sushi { background-image: url('menu-sushi.webp'); }
.use-card.use-salad { background-image: url('menu-salad.webp'); }
.use-card.use-rice { background-image: url('menu-fried-rice.webp'); }

.marunea-oem { background: var(--blue); color: #fff; position: relative; min-height: 620px; overflow: hidden; }
.marunea-oem .section-index { color: #d5eff1; }
.marunea-oem .section-index i { background: #b2d567; }
.oem-inner { position: relative; z-index: 1; max-width: 720px; margin: auto; text-align: center; }
.oem-inner .eyebrow { color: #b2d567; margin-top: 75px; }
.oem-inner h2 { color: #fff; font-size: clamp(2.7rem,4.3vw,4.4rem); }
.oem-inner h2 em { color: #d2edf1; }
.oem-inner > p:not(.eyebrow) { max-width: 470px; margin: 30px auto 33px; color: #d2edf1; font: 400 14px/1.8 var(--sans); }
.oem-orbit { position: absolute; border: 1px solid rgba(205,238,239,.25); border-radius: 50%; width: 65vw; height: 25vw; left: -12vw; top: 42%; transform: rotate(-17deg); }
.oem-orbit.o2 { width: 45vw; height: 20vw; left: auto; right: -12vw; top: 9%; transform: rotate(25deg); }
.oem-side-note { position: absolute; right: var(--content-pad); bottom: 65px; color: #b2d567; font: 500 9px/1.8 var(--sans); letter-spacing: .18em; }
.marunea-contact { background: #f3f8f7; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11vw; margin-top: 62px; }
.contact-grid h2 { font-size: clamp(2.5rem,4vw,4rem); }
.contact-copy { max-width: 430px; color: #5b777d; font: 400 14px/1.9 var(--sans); margin: 25px 0 28px; }
.contact-details { border-top: 1px solid var(--line); }
.contact-details > div { display: grid; grid-template-columns: 105px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); font: 400 14px/1.4 var(--sans); }
.contact-details span { font: 700 9px/1 var(--sans); letter-spacing: .16em; color: var(--blue); }
.contact-details a { color: var(--deep); }
.contact-details p { margin: 0; line-height: 1.7; }
.marunea-footer { padding: 38px var(--content-pad) 42px; background: var(--deep); display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 4vw; color: #a4c6cd; }
.marunea-footer .marunea-brand img { width: 96px; filter: brightness(0) invert(1); opacity: .92; }
.marunea-footer-company { display: flex; flex-direction: column; gap: 7px; font: 400 10px/1.45 var(--sans); }
.marunea-footer-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; font: 500 9px/1.3 var(--sans); letter-spacing: .08em; }
.marunea-footer-meta a { color: #a4c6cd; }
.quality-more { display: inline-block; margin-top: 42px; padding-bottom: 7px; border-bottom: 1px solid #a9d8de; color: #e9f5f4; font: 500 10px/1 var(--sans); letter-spacing: .12em; }
.uses-link { margin-top: 38px; }

/* Corporate subpages */
.marunea-subpage { background: var(--cream); }
.subhero { position: relative; min-height: 510px; display: flex; align-items: center; padding: 95px var(--content-pad); overflow: hidden; background: #eaf4f7; }
.subhero-water { position: absolute; inset: 0; background: url('water-wave.jpg') 68% center/cover no-repeat; opacity: .48; }
.subhero:after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(243,248,247,.98) 0%,rgba(243,248,247,.88) 48%,rgba(243,248,247,.18) 100%); }
.subhero-content { position: relative; z-index: 1; max-width: 810px; }
.subhero h1 { margin: 0; color: var(--deep); font: 500 clamp(2.8rem,4.5vw,4.2rem)/1.12 var(--serif); letter-spacing: -.035em; }
.subhero-content > p:last-child { max-width: 650px; margin: 28px 0 0; color: #48646b; font: 400 15px/1.8 var(--sans); }
.subhero-mark { position: absolute; z-index: 1; right: var(--content-pad); bottom: 62px; display: flex; gap: 14px; color: var(--green); font: 700 9px/1 var(--sans); letter-spacing: .18em; writing-mode: vertical-rl; }
.local-nav { position: sticky; z-index: 17; top: 84px; min-height: 61px; display: flex; align-items: stretch; justify-content: center; background: rgba(255,255,255,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.local-nav a { display: flex; align-items: center; justify-content: center; min-width: 126px; padding: 0 24px; color: #5c747a; border-right: 1px solid rgba(17,48,58,.09); font: 600 14px/1.3 var(--sans); }
.local-nav a:first-child { border-left: 1px solid rgba(17,48,58,.09); }
.local-nav a[aria-current="page"] { color: #fff; background: var(--blue); }
.content-section { padding: 120px var(--content-pad); }
.content-section h2 { margin: 0; color: var(--deep); font: 500 clamp(2.35rem,3.7vw,3.8rem)/1.18 var(--serif); letter-spacing: -.035em; }
.content-section h2 em { color: var(--blue); font-style: normal; }
.content-section h3 { color: var(--deep); }
.prose p { max-width: 680px; margin: 0 0 22px; color: #536f76; font: 400 15px/1.9 var(--sans); }
.prose .lead-copy { color: var(--deep); font: 400 23px/1.65 var(--serif); }
.intro-split { display: grid; grid-template-columns: 1fr .8fr; gap: 9vw; align-items: start; }
.intro-split h2 { margin-top: 55px; }
.intro-split .prose { padding-top: 88px; }
.brand-meaning { position: relative; background: #fff; }
.meaning-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 65px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.meaning-grid article { min-height: 320px; padding: 35px 40px 45px 0; border-right: 1px solid var(--line); }
.meaning-grid article + article { padding-left: 40px; }
.meaning-grid article:last-child { border-right: 0; }
.meaning-grid article > span { color: var(--blue); font: 700 11px/1 var(--sans); letter-spacing: .18em; }
.meaning-grid h3 { margin: 92px 0 16px; font: 500 31px/1.2 var(--serif); }
.meaning-grid p { max-width: 300px; margin: 0; color: #58737a; font: 400 14px/1.75 var(--sans); }
.content-band { padding: 68px var(--content-pad); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--blue); color: #fff; }
.content-band p { margin: 0; font: 500 clamp(1.4rem,2.5vw,2.5rem)/1.2 var(--serif); letter-spacing: .02em; }
.ceo-layout { display: grid; grid-template-columns: 1fr .82fr; gap: 9vw; }
.ceo-quote { position: relative; padding-top: 40px; }
.ceo-quote > span { position: absolute; top: -35px; left: -10px; color: rgba(0,113,157,.15); font: 400 170px/1 var(--serif); }
.ceo-quote h2 { position: relative; font-size: clamp(2.4rem,3.5vw,3.8rem); }
.ceo-sign { margin-top: 48px; padding-top: 25px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: flex-end; gap: 18px; color: var(--deep); }
.ceo-sign small { font: 400 12px/1.3 var(--sans); }
.ceo-sign strong { font: 500 26px/1 var(--serif); }
.history-section .section-index { margin-bottom: 64px; }
.history-list { border-top: 1px solid var(--deep); }
.history-list article { display: grid; grid-template-columns: 190px 1fr; gap: 45px; padding: 47px 0; border-bottom: 1px solid var(--line); }
.history-list time { color: var(--blue); font: 500 31px/1 var(--serif); }
.history-list h2 { font-size: clamp(1.6rem,2.6vw,2.8rem); letter-spacing: -.025em; }
.history-list p { margin: 13px 0 0; color: #5d787e; font: 400 14px/1.8 var(--sans); }
.source-note { margin: 34px 0 0; color: #72888d; font: 400 12px/1.7 var(--sans); }
.certification-intro { display: grid; grid-template-columns: 1.1fr .75fr; gap: 9vw; }
.certification-intro h2 { margin-top: 55px; font-size: clamp(2.35rem,3.5vw,3.7rem); }
.certification-intro .prose { padding-top: 86px; }
.certification-grid { padding-top: 0; display: grid; grid-template-columns: repeat(2,1fr); }
.certificate-card { position: relative; min-height: 590px; padding: 38px 42px 42px; overflow: hidden; border: 1px solid var(--line); background: #fff; }
.certificate-card + .certificate-card { border-left: 0; background: #f3f8f7; }
.certificate-card:after { content: ''; position: absolute; right: -110px; top: 55px; width: 300px; height: 300px; border: 1px solid rgba(0,113,157,.11); border-radius: 50%; }
.certificate-card-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.certificate-card-head span { color: var(--green); font: 700 10px/1 var(--sans); letter-spacing: .16em; }
.certificate-card-head small { color: #688087; font: 600 9px/1.3 var(--sans); letter-spacing: .1em; text-align: right; }
.certificate-mark { position: relative; z-index: 1; width: 118px; height: 118px; margin-top: 48px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(0,113,157,.34); border-radius: 50%; color: var(--blue); }
.certificate-mark:before { content: ''; position: absolute; inset: 8px; border: 1px solid rgba(98,170,49,.42); border-radius: 50%; }
.certificate-mark b, .certificate-mark i { position: relative; z-index: 1; }
.certificate-mark b { font: 700 19px/1 var(--sans); letter-spacing: .04em; }
.certificate-mark i { margin-top: 8px; font: 600 8px/1 var(--sans); font-style: normal; letter-spacing: .06em; }
.certificate-card h3 { position: relative; z-index: 1; margin: 42px 0 11px; font: 500 clamp(1.9rem,2.5vw,2.7rem)/1.15 var(--serif); }
.certificate-card > p { position: relative; z-index: 1; margin: 0; color: #5c757b; font: 400 13px/1.7 var(--sans); }
.certificate-facts { position: relative; z-index: 1; margin: 35px 0 0; border-top: 1px solid var(--line); }
.certificate-facts div { display: grid; grid-template-columns: 125px 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.certificate-facts dt { color: var(--blue); font: 700 8px/1.4 var(--sans); letter-spacing: .1em; }
.certificate-facts dd { margin: 0; color: #38555c; font: 500 12px/1.4 var(--sans); text-align: right; }
.document-notice { padding-top: 0; display: grid; grid-template-columns: 220px 1fr; gap: 45px; }
.document-notice strong { color: var(--blue); font: 700 11px/1.4 var(--sans); letter-spacing: .12em; }
.document-notice p { margin: 0; max-width: 750px; color: #5b747b; font: 400 14px/1.8 var(--sans); }
.document-notice a { color: var(--deep); border-bottom: 1px solid var(--deep); }
.location-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 7vw; }
.location-map { position: relative; min-height: 570px; padding: 60px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: var(--deep); color: #fff; }
.location-map p { position: relative; margin: 0 0 12px; color: #9ecbd3; font: 500 10px/1 var(--sans); letter-spacing: .18em; }
.location-map > strong { position: relative; font: 500 clamp(3rem,5vw,6rem)/1 var(--serif); }
.location-map .button { position: relative; align-self: flex-start; margin-top: 32px; }
.map-lines { position: absolute; inset: -12%; transform: rotate(-18deg); }
.map-lines span { position: absolute; inset: 12%; border: 1px solid rgba(169,216,222,.25); border-radius: 50%; }
.map-lines span:nth-child(2) { inset: 25% 2% 5% 22%; }
.map-lines span:nth-child(3) { inset: 2% 30% 35% 5%; border-color: rgba(98,170,49,.28); }
.location-details { padding-top: 30px; }
.location-details h2 { margin: 52px 0 44px; font-size: clamp(2.2rem,3vw,3.4rem); }
.location-details dl, .contact-page-info dl { margin: 0; border-top: 1px solid var(--line); }
.location-details dl > div, .contact-page-info dl > div { display: grid; grid-template-columns: 95px 1fr; gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.location-details dt, .contact-page-info dt { color: var(--blue); font: 700 9px/1.4 var(--sans); letter-spacing: .14em; }
.location-details dd, .contact-page-info dd { margin: 0; color: #415e65; font: 400 14px/1.75 var(--sans); }
.location-details a, .contact-page-info a { color: var(--deep); }
.archive-intro { display: grid; grid-template-columns: 1fr .65fr; gap: 8vw; align-items: end; margin: 54px 0 70px; }
.archive-intro p { margin: 0 0 8px; color: #59737a; font: 400 14px/1.85 var(--sans); }
.archive-products { border-top: 1px solid var(--deep); }
.archive-product { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; border-bottom: 1px solid var(--line); }
.archive-product-visual { position: relative; min-height: 520px; overflow: hidden; background: var(--pale); }
.archive-product-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.archive-product:hover img { transform: scale(1.035); }
.archive-product-copy { position: relative; padding: 70px 6vw; }
.archive-product-copy > span { position: absolute; top: 34px; right: 0; color: var(--green); font: 500 11px/1 var(--sans); }
.archive-product-copy h3 { margin: 0 0 24px; font: 500 clamp(2.25rem,3.2vw,3.7rem)/1.15 var(--serif); letter-spacing: -.03em; }
.archive-product-copy > p:not(.eyebrow) { max-width: 520px; margin: 0; color: #59747a; font: 400 14px/1.85 var(--sans); }
.product-symbol, .detail-symbol { position: absolute; inset: 13%; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(0,113,157,.25); border-radius: 50%; transform: rotate(-8deg); }
.product-symbol:before, .detail-symbol:before { content: ''; position: absolute; inset: 13%; border: 1px solid rgba(98,170,49,.28); border-radius: 50%; transform: rotate(26deg); }
.product-symbol span, .detail-symbol span { position: relative; color: var(--blue); font: 500 clamp(2rem,4vw,4.5rem)/1 var(--serif); letter-spacing: -.025em; }
.product-symbol i, .detail-symbol i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.product-symbol i:nth-child(2), .detail-symbol i:nth-child(2) { top: 10%; left: 28%; }
.product-symbol i:nth-child(3), .detail-symbol i:nth-child(3) { right: 15%; bottom: 20%; background: var(--blue); }
.applications-banner { margin-top: 45px; padding: 34px 0; display: grid; grid-template-columns: 160px 1fr auto; align-items: center; gap: 30px; color: var(--deep); border-top: 1px solid var(--deep); border-bottom: 1px solid var(--deep); }
.applications-banner span { color: var(--blue); font: 700 10px/1 var(--sans); letter-spacing: .13em; }
.applications-banner strong { font: 500 15px/1.3 var(--sans); letter-spacing: .08em; }
.applications-banner i { color: var(--blue); font-style: normal; font-size: 22px; }
.product-detail { display: grid; grid-template-columns: 1fr .92fr; gap: 8vw; }
.product-detail-visual { position: sticky; top: 170px; height: calc(100vh - 215px); min-height: 580px; overflow: hidden; background: var(--pale); }
.product-detail-visual img { width: 100%; height: 100%; object-fit: cover; }
.product-detail-visual > small { position: absolute; left: 28px; bottom: 25px; color: #fff; font: 500 9px/1 var(--sans); letter-spacing: .15em; }
.product-detail-copy { padding: 55px 0 30px; }
.product-detail-copy h2 { font-size: clamp(2.4rem,3.5vw,4rem); }
.product-detail-copy .lead-copy { margin: 34px 0 30px; }
.product-detail-copy .prose p { font-size: 14px; }
.spec-list { margin: 40px 0; border-top: 1px solid var(--line); }
.spec-list > div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.spec-list b { color: var(--blue); font: 700 9px/1.4 var(--sans); letter-spacing: .12em; }
.spec-list span { color: #425f66; font: 400 13px/1.5 var(--sans); }
.detail-next { padding: 55px var(--content-pad); display: flex; justify-content: space-between; align-items: center; background: var(--deep); color: #fff; }
.detail-next p { margin: 0; font: 400 18px/1.5 var(--serif); }
.detail-next a { color: #fff; font: 500 13px/1 var(--sans); letter-spacing: .1em; }
.detail-next span { color: #a9d8de; margin-left: 18px; }
.application-list { display: grid; grid-template-columns: repeat(5,1fr); }
.application-item { min-height: 480px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; border-right: 1px solid rgba(255,255,255,.24); background: linear-gradient(155deg,#0e6686,#073b55); }
.application-item:nth-child(2) { background: linear-gradient(155deg,#4aa495,#0d566c); }
.application-item:nth-child(3) { background: linear-gradient(155deg,#d9a46d,#814426); }
.application-item:nth-child(4) { background: linear-gradient(155deg,#7ca64e,#244f44); }
.application-item:nth-child(5) { background: linear-gradient(155deg,#c5b172,#62552c); }
.application-item > span { font: 500 11px/1 var(--sans); letter-spacing: .14em; }
.application-item strong { margin-top: auto; font: 500 25px/1 var(--serif); }
.application-item h3 { min-height: 84px; margin: 20px 0; color: #fff; font: 400 14px/1.7 var(--sans); }
.application-item small { font: 400 10px/1 var(--sans); letter-spacing: .08em; }
.quality-overview { background: #edf5f5; }
.quality-link-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--deep); }
.quality-link-grid a { position: relative; min-height: 355px; padding: 32px 35px; overflow: hidden; color: #fff; background: var(--deep); border-right: 1px solid rgba(255,255,255,.3); }
.quality-link-grid a:last-child { border-right: 0; }
.quality-link-grid a:before, .quality-link-grid a:after { content: ''; position: absolute; inset: 0; }
.quality-link-grid a:before { background-position: center; background-size: cover; transition: transform .7s ease; }
.quality-link-grid a:after { background: linear-gradient(180deg,rgba(5,45,78,.25) 0%,rgba(5,45,78,.84) 86%); }
.quality-link-grid .quality-card-facilities:before { background-image: url('facility-sorting-room.webp'); }
.quality-link-grid .quality-card-system:before { background-image: url('quality-inspection.webp'); }
.quality-link-grid .quality-card-process:before { background-image: url('facility-roasting-line.webp'); }
.quality-link-grid a:hover:before { transform: scale(1.04); }
.quality-link-grid a > * { position: relative; z-index: 1; }
.quality-link-grid a > span { color: #b8d985; font: 700 10px/1 var(--sans); }
.quality-link-grid h3 { margin: 128px 0 17px; color: #fff; font: 500 29px/1.25 var(--serif); }
.quality-link-grid p { margin: 0; max-width: 280px; color: rgba(255,255,255,.8); font: 400 13px/1.75 var(--sans); }
.quality-link-grid i { position: absolute; right: 34px; bottom: 28px; color: #b8d985; font-style: normal; font-size: 21px; }
.quality-feature-visual { display: grid; grid-template-columns: 1.55fr .65fr; min-height: 430px; margin: 0; overflow: hidden; background: var(--deep); color: #fff; }
.quality-feature-visual img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.quality-feature-visual figcaption { display: flex; flex-direction: column; justify-content: flex-end; padding: 45px 38px; }
.quality-feature-visual figcaption span { color: #b8d985; font: 700 9px/1.3 var(--sans); letter-spacing: .14em; }
.quality-feature-visual figcaption p { margin: 24px 0 0; color: #c1d7d9; font: 400 13px/1.8 var(--sans); }
.facility-photo-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; }
.facility-photo-grid figure { position: relative; grid-column: span 6; min-height: 380px; margin: 0; overflow: hidden; background: var(--deep); }
.facility-photo-grid figure:nth-child(1) { grid-column: span 7; min-height: 500px; }
.facility-photo-grid figure:nth-child(2) { grid-column: span 5; min-height: 500px; }
.facility-photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s ease; }
.facility-photo-grid figure:hover img { transform: scale(1.025); }
.facility-photo-grid figure:after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(4,44,68,.7)); }
.facility-photo-grid figcaption { position: absolute; z-index: 1; left: 27px; right: 27px; bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #fff; }
.facility-photo-grid figcaption span { color: #b8d985; font: 700 9px/1 var(--sans); letter-spacing: .13em; }
.facility-photo-grid figcaption strong { font: 500 14px/1.35 var(--sans); }
.facility-section-title { margin: 100px 0 36px; display: grid; grid-template-columns: 90px 1fr; gap: 32px; align-items: start; border-top: 1px solid var(--deep); padding-top: 28px; }
.facility-section-title > span { color: var(--green); font: 700 10px/1 var(--sans); letter-spacing: .13em; }
.facility-section-title small { color: var(--blue); font: 700 9px/1.3 var(--sans); letter-spacing: .13em; }
.facility-section-title h2 { margin: 15px 0 0; font-size: clamp(1.9rem,2.6vw,2.8rem); }
.equipment-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--deep); border-bottom: 1px solid var(--line); }
.equipment-grid article { border-right: 1px solid var(--line); background: #fff; }
.equipment-grid article:last-child { border-right: 0; }
.equipment-visual { aspect-ratio: 1 / 1; overflow: hidden; background: #f5f8f7; }
.equipment-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.equipment-grid article:hover .equipment-visual img { transform: scale(1.035); }
.equipment-copy { min-height: 270px; padding: 25px 24px 30px; }
.equipment-copy > span { color: var(--green); font: 700 9px/1 var(--sans); }
.equipment-copy small { display: block; margin-top: 12px; color: var(--blue); font: 700 8px/1.3 var(--sans); letter-spacing: .09em; }
.equipment-copy h3 { min-height: 65px; margin: 48px 0 13px; font: 500 23px/1.25 var(--serif); }
.equipment-copy p { margin: 0; color: #5b747b; font: 400 12px/1.75 var(--sans); }
.facility-process-title { margin-bottom: 0; }
.facility-list { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 62px; border-top: 1px solid var(--deep); }
.facility-list article { min-height: 370px; padding: 28px 28px 35px 0; border-right: 1px solid var(--line); }
.facility-list article + article { padding-left: 28px; }
.facility-list article:last-child { border-right: 0; }
.facility-list article > span { color: var(--green); font: 700 10px/1 var(--sans); }
.facility-list small { display: block; margin-top: 14px; color: var(--blue); font: 700 9px/1.3 var(--sans); letter-spacing: .1em; }
.facility-list h3 { margin: 105px 0 16px; font: 500 26px/1.25 var(--serif); }
.facility-list p { margin: 0; color: #5b747b; font: 400 13px/1.75 var(--sans); }
.system-page { display: grid; grid-template-columns: .95fr 1.05fr; gap: 9vw; background: var(--deep); color: #fff; }
.system-copy { position: sticky; top: 190px; align-self: start; }
.system-copy .section-index { color: #a9d8de; }
.system-copy h2 { margin-top: 55px; color: #fff; }
.system-copy h2 em { color: #a9d8de; }
.system-copy > p { max-width: 540px; margin: 30px 0 0; color: #b6d1d4; font: 400 14px/1.85 var(--sans); }
.system-feature-visual { position: relative; margin: 45px 0 0; overflow: hidden; aspect-ratio: 3 / 2; }
.system-feature-visual img { width: 100%; height: 100%; object-fit: cover; }
.system-feature-visual figcaption { position: absolute; right: 16px; bottom: 15px; padding: 8px 10px; color: #fff; background: rgba(5,45,78,.72); font: 600 8px/1 var(--sans); letter-spacing: .13em; }
.system-steps { border-top: 1px solid rgba(255,255,255,.3); }
.system-steps article { display: grid; grid-template-columns: 70px 1fr; gap: 28px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.system-steps article > span { color: #a9d8de; font: 500 11px/1 var(--sans); }
.system-steps h3 { margin: 0 0 12px; color: #fff; font: 500 28px/1.2 var(--serif); }
.system-steps p { margin: 0; color: #b6d1d4; font: 400 13px/1.75 var(--sans); }
.process-list { margin: 70px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--deep); }
.process-list li { display: grid; grid-template-columns: 95px 1fr 80px; align-items: center; min-height: 112px; border-bottom: 1px solid var(--line); }
.process-list span { color: var(--green); font: 700 10px/1 var(--sans); }
.process-list strong { color: var(--deep); font: 500 clamp(1.5rem,2.5vw,2.7rem)/1.2 var(--serif); }
.process-list i { position: relative; display: block; width: 72px; height: 1px; background: var(--blue); }
.process-list i:after { content: ''; position: absolute; right: 0; top: -4px; width: 8px; height: 8px; border-right: 1px solid var(--blue); border-bottom: 1px solid var(--blue); transform: rotate(-45deg); }
.pr-page { min-height: 760px; }
.story-list { border-top: 1px solid var(--deep); }
.story-list article { display: grid; grid-template-columns: 120px 140px 1fr; gap: 25px; align-items: center; min-height: 95px; border-bottom: 1px solid var(--line); }
.story-list time { color: #70878c; font: 400 11px/1 var(--sans); }
.story-list span { color: var(--blue); font: 700 9px/1 var(--sans); letter-spacing: .12em; }
.story-list h3 { margin: 0; font: 500 19px/1.4 var(--serif); }
.empty-state { padding: 90px 45px; text-align: center; border-top: 1px solid var(--deep); border-bottom: 1px solid var(--line); }
.empty-state > span { color: var(--blue); font: 700 9px/1 var(--sans); letter-spacing: .16em; }
.empty-state h3 { margin: 28px 0 12px; font: 500 29px/1.25 var(--serif); }
.empty-state p { margin: 0; color: #6b8287; font: 400 13px/1.7 var(--sans); }
.contact-page { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.contact-page-info h2 { margin: 54px 0 28px; font-size: clamp(2.35rem,3.5vw,3.8rem); }
.contact-page-info > p { max-width: 520px; margin: 0 0 45px; color: #5b747b; font: 400 14px/1.85 var(--sans); }
.inquiry-panel { padding: 55px 60px; background: #fff; border: 1px solid var(--line); }
.inquiry-panel h3 { margin: 0 0 38px; font: 500 31px/1.3 var(--serif); }
.inquiry-form { display: flex; flex-direction: column; gap: 21px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.inquiry-form label { display: flex; flex-direction: column; gap: 9px; color: #36555d; font: 500 11px/1.3 var(--sans); }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 12px 4px; background: transparent; color: var(--deep); font: 400 14px/1.5 var(--sans); }
.inquiry-form select { min-height: 46px; }
.inquiry-form textarea { border: 1px solid var(--line); padding: 14px; resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { outline: 2px solid rgba(0,113,157,.24); outline-offset: 2px; }
.privacy-check { flex-direction: row !important; align-items: flex-start; gap: 10px !important; color: #657d82 !important; font-weight: 400 !important; }
.privacy-check input { width: 17px; height: 17px; flex: 0 0 17px; margin: 0; }
.inquiry-form .button { align-self: flex-start; border: 0; cursor: pointer; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-message { margin: 0 0 28px; padding: 18px 20px; font: 400 13px/1.6 var(--sans); }
.form-message.success { color: #24520d; background: #edf7e8; border-left: 3px solid var(--green); }
.form-message.error { color: #7a2c24; background: #fff0ed; border-left: 3px solid #b9574f; }
.form-message p { margin: 5px 0 0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes marunea-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
@keyframes marunea-spin { to { transform: rotate(345deg); } }
@keyframes marunea-marquee { to { transform: translateX(-50%); } }

@media (min-width: 901px) and (max-width: 1100px) {
  .product-card { padding-left: 32px; padding-right: calc(39% + 22px); }
  .product-card-media { width: 39%; }
  .product-card h3 { font-size: 2rem; }
  .product-card a { left: 32px; }
}

@media (max-width: 900px) {
  .marunea-header { padding: 0 5vw; }
  .marunea-brand img { width: 96px; height: 54px; }
  .marunea-nav, .marunea-inquiry { display: none !important; }
  .marunea-menu { display: block; }
  .marunea-drawer { position: fixed; z-index: 19; top: 114px; right: 0; bottom: 0; left: 0; overflow-y: auto; overscroll-behavior: contain; background: rgba(243,248,247,.99); padding: 28px 7vw 34px; display: grid; grid-template-columns: repeat(2,1fr); align-content: start; gap: 26px 45px; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-105%); transition: transform .35s, opacity .25s; }
  .marunea-drawer.open { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
  body.marunea-menu-open { overflow: hidden; }
  .marunea-drawer-group { padding-bottom: 19px; border-bottom: 1px solid var(--line); }
  .marunea-drawer-main { display: block; margin-bottom: 13px; color: var(--deep); font: 700 18px/1.35 var(--sans); }
  .marunea-drawer-group > div { display: flex; flex-direction: column; gap: 9px; }
  .marunea-drawer-group > div a { color: #688086; font: 500 15px/1.5 var(--sans); }
  .marunea-header.menu-open .marunea-menu i:first-child { transform: translateY(4px) rotate(45deg); }
  .marunea-header.menu-open .marunea-menu i:last-child { transform: translateY(-3px) rotate(-45deg); }
  .marunea-hero { min-height: calc(100svh - 114px); padding: 55px 7vw 100px; align-items: flex-start; }
  .marunea-hero:after { background: linear-gradient(180deg,rgba(243,248,247,.94) 0%,rgba(243,248,247,.68) 50%,rgba(243,248,247,.15) 100%); }
  .marunea-hero-copy { max-width: 100%; z-index: 3; }
  .marunea-hero h1 { font-size: clamp(2.25rem,6.5vw,3.2rem); line-height: 1.18; letter-spacing: -.03em; }
  .marunea-about h2, .marunea-products h2, .marunea-quality h2, .marunea-uses h2, .marunea-oem h2, .marunea-contact h2 { font-size: clamp(2.15rem,6vw,3rem); line-height: 1.2; }
  .hero-lead { font-size: 13px; }
  .marunea-hero-product { width: 58vw; height: 38vh; right: 3vw; bottom: 4%; opacity: .82; z-index: 1; }
  .marunea-hero-bottom { left: 7vw; right: 7vw; bottom: 22px; }
  .marunea-hero-bottom span:last-child { display: none; }
  .section-pad { padding: 82px 7vw; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-copy { padding-top: 0; }
  .section-top, .uses-head, .quality-heading { display: block; }
  .section-top > p, .uses-head p, .quality-heading > p:last-child { margin-top: 25px; text-align: left; }
  .product-feature { grid-template-columns: 1fr; min-height: 0; }
  .product-feature-image { min-height: 390px; }
  .product-feature-copy { padding: 42px 28px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 360px; padding: 35px 28px; }
  .product-card + .product-card { border-left: 1px solid var(--line); }
  .product-card a { left: 28px; bottom: 30px; }
  .product-card { padding-right: calc(42% + 28px); }
  .quality-heading { margin-top: 45px; }
  .quality-heading h2 { font-size: clamp(2.3rem,6.5vw,3.2rem); }
  .quality-steps { grid-template-columns: 1fr; margin-top: 52px; }
  .quality-step, .quality-step + .quality-step { padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(233,245,244,.28); min-height: 0; }
  .quality-step:last-child { border-bottom: 0; }
  .quality-step h3 { margin: 15px 0 8px; }
  .use-scroller { grid-template-columns: repeat(5,180px); overflow-x: auto; padding-bottom: 12px; scrollbar-width: none; -ms-overflow-style: none; scroll-snap-type: x proximity; }
  .use-scroller::-webkit-scrollbar { display: none; }
  .use-card { height: 240px; scroll-snap-align: start; }
  .marunea-oem { min-height: 560px; }
  .oem-inner { text-align: left; }
  .oem-inner .section-index { margin-bottom: 55px; }
  .oem-inner .eyebrow { margin-top: 0; }
  .oem-side-note { right: 7vw; bottom: 38px; }
  .marunea-footer { display: block; padding: 30px 7vw; }
  .marunea-footer > div { display: flex; flex-direction: column; gap: 7px; margin-top: 25px; }
  .marunea-footer-meta { align-items: flex-start; }
  .marunea-notice { padding: 0 7vw; font-size: 8px; }
  .marunea-notice span:last-child { display: none; }

  .subhero { min-height: 430px; padding: 75px 7vw; }
  .subhero h1 { font-size: clamp(2.4rem,6vw,3.3rem); }
  .subhero-mark { right: 7vw; bottom: 35px; }
  .local-nav { top: 84px; justify-content: flex-start; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
  .local-nav::-webkit-scrollbar { display: none; }
  .local-nav a { min-width: max-content; height: 57px; padding: 0 21px; font-size: 13px; }
  .content-section { padding: 85px 7vw; }
  .intro-split, .ceo-layout, .certification-intro, .location-layout, .product-detail, .system-page, .contact-page { grid-template-columns: 1fr; gap: 52px; }
  .intro-split .prose, .certification-intro .prose { padding-top: 0; }
  .meaning-grid { grid-template-columns: 1fr; }
  .meaning-grid article, .meaning-grid article + article { min-height: 0; padding: 29px 0 34px; border-right: 0; border-bottom: 1px solid var(--line); }
  .meaning-grid article:last-child { border-bottom: 0; }
  .meaning-grid h3 { margin: 38px 0 13px; }
  .history-list article { grid-template-columns: 125px 1fr; gap: 30px; }
  .certification-grid { grid-template-columns: 1fr; }
  .certification-grid article, .certification-grid article + article { min-height: 0; padding: 30px; border: 1px solid var(--line); border-bottom: 0; }
  .certification-grid article:last-child { border-bottom: 1px solid var(--line); }
  .certificate-card h3 { margin: 38px 0 12px; }
  .certificate-mark { margin-top: 38px; }
  .document-notice { grid-template-columns: 1fr; gap: 18px; }
  .location-map { min-height: 470px; }
  .archive-intro { grid-template-columns: 1fr; gap: 30px; }
  .archive-product-copy { padding: 62px 7vw; }
  .product-detail-visual { position: relative; top: auto; height: 62vw; min-height: 470px; }
  .product-detail-copy { padding-top: 0; }
  .application-list { grid-template-columns: repeat(5,220px); overflow-x: auto; padding-bottom: 12px; }
  .application-item { min-height: 400px; }
  .quality-link-grid { grid-template-columns: 1fr; }
  .quality-link-grid a { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quality-link-grid h3 { margin-top: 65px; }
  .quality-feature-visual { grid-template-columns: 1fr; }
  .quality-feature-visual img { min-height: 360px; }
  .quality-feature-visual figcaption { padding: 32px 30px; }
  .facility-photo-grid figure, .facility-photo-grid figure:nth-child(1), .facility-photo-grid figure:nth-child(2) { min-height: 360px; }
  .equipment-grid { grid-template-columns: repeat(2,1fr); }
  .equipment-grid article:nth-child(2) { border-right: 0; }
  .equipment-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .facility-list { grid-template-columns: repeat(2,1fr); }
  .facility-list article, .facility-list article + article { padding: 28px; border-bottom: 1px solid var(--line); }
  .facility-list article:nth-child(2) { border-right: 0; }
  .facility-list h3 { margin-top: 65px; }
  .system-copy { position: relative; top: auto; }
  .story-list article { grid-template-columns: 90px 110px 1fr; }
}

@media (max-width: 560px) {
  .marunea-header { height: 78px; }
  .marunea-brand img { width: 88px; height: 50px; }
  .marunea-lang { font-size: 12px; }
  .marunea-actions { gap: 9px; }
  .marunea-drawer { grid-template-columns: 1fr; padding: 24px 7vw 30px; gap: 18px; }
  .marunea-drawer-group { padding-bottom: 16px; }
  .subhero { min-height: 355px; padding: 60px 7vw; }
  .subhero h1 { font-size: clamp(2.15rem,8.5vw,2.8rem); line-height: 1.18; }
  .subhero-content > p:last-child { margin-top: 21px; font-size: 13px; line-height: 1.75; }
  .subhero-mark { display: none; }
  .local-nav { top: 78px; }
  .local-nav a { height: 52px; font-size: 13px; }
  .content-section { padding: 72px 7vw; }
  .content-section h2 { font-size: clamp(2rem,8.2vw,2.65rem); line-height: 1.22; }
  .content-band { display: block; padding: 48px 7vw; }
  .content-band .button { margin-top: 27px; }
  .prose .lead-copy { font-size: 20px; }
  .history-list article { grid-template-columns: 1fr; gap: 20px; padding: 34px 0; }
  .history-list time { font-size: 25px; }
  .location-map { min-height: 410px; padding: 38px 28px; }
  .location-details dl > div, .contact-page-info dl > div { grid-template-columns: 82px 1fr; }
  .archive-product { grid-template-columns: 1fr; min-height: 0; }
  .archive-product-visual { min-height: 340px; }
  .archive-product-copy { padding: 58px 0 66px; }
  .archive-product-copy > span { top: 25px; }
  .product-card { min-height: 535px; padding: 230px 28px 35px; }
  .product-card-media { inset: 0 0 auto; width: 100%; height: 195px; }
  .product-card-media:after { background: linear-gradient(180deg,transparent 65%,rgba(242,248,247,.48)); }
  .product-card .eyebrow { margin-top: 24px; }
  .product-card a { left: 28px; bottom: 30px; }
  .applications-banner { grid-template-columns: 1fr auto; gap: 14px; }
  .applications-banner strong { grid-column: 1 / -1; grid-row: 2; font-size: 12px; line-height: 1.7; }
  .applications-banner i { grid-column: 2; grid-row: 1; }
  .product-detail { padding-left: 0; padding-right: 0; }
  .product-detail-visual { min-height: 430px; height: 120vw; }
  .product-detail-copy { padding: 0 7vw 15px; }
  .product-detail-copy h2 { font-size: clamp(2.15rem,8.5vw,2.8rem); }
  .spec-list > div { grid-template-columns: 100px 1fr; }
  .detail-next { display: block; padding: 42px 7vw; }
  .detail-next a { display: inline-block; margin-top: 24px; }
  .certificate-card-head { align-items: flex-start; }
  .certificate-card-head small { max-width: 175px; }
  .certificate-facts div { grid-template-columns: 105px 1fr; gap: 15px; }
  .facility-photo-grid { grid-template-columns: 1fr; gap: 10px; }
  .facility-photo-grid figure, .facility-photo-grid figure:nth-child(1), .facility-photo-grid figure:nth-child(2) { grid-column: 1; min-height: 300px; }
  .facility-photo-grid figcaption { left: 20px; right: 20px; bottom: 19px; }
  .facility-section-title { margin-top: 72px; grid-template-columns: 48px 1fr; gap: 18px; }
  .equipment-grid { grid-template-columns: 1fr; }
  .equipment-grid article, .equipment-grid article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .equipment-grid article:last-child { border-bottom: 0; }
  .equipment-copy { min-height: 225px; }
  .equipment-copy h3 { min-height: 0; margin-top: 38px; }
  .facility-list { grid-template-columns: 1fr; }
  .facility-list article, .facility-list article + article { min-height: 0; padding: 28px 0 35px; border-right: 0; }
  .facility-list h3 { margin-top: 45px; }
  .system-page { padding-top: 80px; }
  .quality-feature-visual img { min-height: 260px; }
  .quality-feature-visual figcaption { padding: 27px 24px; }
  .system-steps article { grid-template-columns: 50px 1fr; gap: 18px; }
  .process-list li { grid-template-columns: 55px 1fr 32px; min-height: 95px; }
  .process-list i { width: 30px; }
  .story-list article { grid-template-columns: 1fr auto; gap: 11px; padding: 23px 0; }
  .story-list h3 { grid-column: 1 / -1; }
  .empty-state { padding: 65px 15px; }
  .inquiry-panel { padding: 40px 24px; }
  .form-row { grid-template-columns: 1fr; }
}

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