:root {
  --ink: #112d2c;
  --ink-deep: #0b2725;
  --green: #176248;
  --green-soft: #eaf1e8;
  --lime: #cfe54c;
  --orange: #e99b31;
  --paper: #f8f8f3;
  --warm: #f1f0e9;
  --white: #ffffff;
  --muted: #66716c;
  --line: rgba(17, 45, 44, .16);
  --dark-line: rgba(255, 255, 255, .18);
  --shadow: 0 17px 42px rgba(11, 39, 37, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Noto Sans TC", system-ui, sans-serif; font-size: 16px; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.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; }

.notice-bar { color: rgba(255,255,255,.76); background: var(--ink-deep); font: 500 10px/1 "DM Mono", monospace; letter-spacing: .06em; }
.notice-inner { display: flex; align-items: center; gap: 14px; min-height: 34px; }.notice-inner a { margin-left: auto; color: var(--lime); }.notice-rule { width: 1px; height: 13px; background: rgba(255,255,255,.27); }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(248,248,243,.94); backdrop-filter: blur(12px); }.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 84px; }.brand { display: block; width: 148px; }.brand img { width: 100%; mix-blend-mode: multiply; }.main-nav { display: flex; align-items: center; gap: 31px; font-size: 13px; font-weight: 700; }.main-nav > a:not(.nav-cta) { position: relative; padding: 8px 0; }.main-nav > a:not(.nav-cta)::after { position: absolute; right: 100%; bottom: 0; left: 0; height: 2px; background: var(--green); content: ""; transition: right .2s ease; }.main-nav > a:not(.nav-cta):hover::after { right: 0; }.nav-cta { display: inline-flex; align-items: center; gap: 15px; padding: 10px 14px 10px 17px; color: white; background: var(--green); border-radius: 2px; }.nav-cta span { font-size: 18px; line-height: 1; }.menu-toggle { display: none; border: 0; background: transparent; }

.hero { padding: 82px 0 0; overflow: hidden; background: var(--paper); }.hero-layout { position: relative; display: grid; grid-template-columns: .89fr 1.11fr; gap: 68px; align-items: center; padding-bottom: 72px; }.hero-copy { position: relative; z-index: 2; }.kicker, .section-label { margin: 0 0 20px; color: var(--green); font: 500 10px/1.25 "DM Mono", monospace; letter-spacing: .1em; }.hero h1 { margin: 0; color: var(--ink-deep); font-size: clamp(42px, 5vw, 68px); font-weight: 900; letter-spacing: -.075em; line-height: 1.19; }.hero h1 span, h2 span { color: var(--green); }.hero-text { max-width: 505px; margin: 25px 0 0; color: var(--muted); font-size: 15px; line-height: 1.95; }.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 50px; padding: 10px 15px 10px 20px; border: 0; border-radius: 2px; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s; }.button:hover { transform: translateY(-2px); }.button span { font-size: 18px; line-height: 1; }.button-primary { color: white; background: var(--green); }.button-primary:hover { background: var(--ink-deep); }.button-plain { color: var(--ink); border: 1px solid var(--line); background: transparent; }.button-plain:hover { background: var(--green-soft); }
.hero-photo { position: relative; min-height: 530px; overflow: hidden; background: var(--ink-deep); box-shadow: var(--shadow); }.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; filter: saturate(.67) contrast(1.05); }.photo-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,39,37,.03) 45%, rgba(11,39,37,.63) 100%); }.photo-caption { position: absolute; right: 22px; bottom: 19px; left: 22px; display: flex; justify-content: space-between; color: white; font: 500 10px/1 "DM Mono", monospace; letter-spacing: .07em; }.photo-caption span:first-child { color: var(--lime); }.hero-facts { position: absolute; z-index: 3; right: 36px; bottom: -29px; display: grid; grid-template-columns: repeat(3, 1fr); width: min(630px, 68%); border: 1px solid rgba(255,255,255,.48); background: var(--white); box-shadow: var(--shadow); }.hero-facts div { display: flex; flex-direction: column; gap: 3px; min-height: 82px; padding: 17px 18px; }.hero-facts div + div { border-left: 1px solid var(--line); }.hero-facts span, .card-overline, .service-head, .facility-data dt { color: var(--muted); font: 500 9px/1.2 "DM Mono", monospace; letter-spacing: .08em; }.hero-facts strong { color: var(--ink-deep); font: 700 16px/1.4 "DM Mono", monospace; letter-spacing: -.04em; }

.proof-strip { background: var(--ink-deep); }.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }.proof-grid > div { display: flex; align-items: flex-start; gap: 14px; min-height: 104px; padding: 24px 18px 20px 0; color: white; }.proof-grid > div + div { padding-left: 22px; border-left: 1px solid var(--dark-line); }.proof-grid span { color: var(--lime); font: 500 10px/1 "DM Mono", monospace; }.proof-grid p { margin: -4px 0 0; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 600; line-height: 1.65; }

.section { padding: 126px 0; }.split-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }.section-label { margin-bottom: 18px; }.split-heading h2, .section-intro h2, .guide-title h2, .inquiry-layout h2, .process-heading h2, .plant-copy h2, .contact-copy h2 { margin: 0; color: var(--ink-deep); font-size: clamp(33px, 4vw, 53px); font-weight: 900; letter-spacing: -.075em; line-height: 1.32; }.heading-copy { padding-bottom: 5px; }.heading-copy p { max-width: 480px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.95; }.text-arrow { display: inline-flex; align-items: center; gap: 12px; margin-top: 22px; color: var(--green); font-size: 13px; font-weight: 800; }.text-arrow span { font-size: 19px; }
.company-section { background: var(--white); }.profile-grid { display: grid; grid-template-columns: 1.03fr 1fr 1fr; gap: 16px; margin-top: 57px; }.profile-card { min-height: 305px; padding: 30px; border: 1px solid var(--line); background: var(--paper); }.profile-card-dark { color: white; border: 0; background: var(--ink-deep); }.profile-card-dark .card-overline { color: var(--lime); }.profile-card-accent { border-color: transparent; background: var(--green-soft); }.profile-card h3 { max-width: 270px; margin: 17px 0 0; color: var(--ink-deep); font-size: 23px; letter-spacing: -.055em; line-height: 1.45; }.profile-card-dark h3 { color: white; }.profile-card > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.9; }.company-data { display: grid; gap: 12px; margin: 32px 0 0; }.company-data div { display: flex; justify-content: space-between; gap: 14px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.18); }.company-data dt { color: rgba(255,255,255,.56); font-size: 11px; }.company-data dd { margin: 0; color: white; font: 500 12px/1.5 "DM Mono", monospace; }

.service-section { background: var(--warm); }.section-intro { display: flex; justify-content: space-between; gap: 80px; align-items: end; }.section-intro > p { max-width: 420px; margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.9; }.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 57px; }.service-card { position: relative; min-height: 490px; padding: 26px 28px 29px; overflow: hidden; border: 1px solid var(--line); background: var(--white); }.turning-card { background: var(--lime); border-color: var(--lime); }.milling-card { color: white; border-color: var(--ink-deep); background: var(--ink-deep); }.support-card { background: var(--white); }.service-head { position: relative; z-index: 1; display: flex; justify-content: space-between; color: var(--green); }.milling-card .service-head { color: var(--lime); }.service-card h3 { position: relative; z-index: 1; margin: 0; color: var(--ink-deep); font-size: 25px; letter-spacing: -.06em; }.milling-card h3 { color: white; }.service-card p { position: relative; z-index: 1; min-height: 88px; margin: 10px 0 17px; color: rgba(17,45,44,.75); font-size: 13px; line-height: 1.87; }.milling-card p { color: rgba(255,255,255,.71); }.service-card ul { position: relative; z-index: 1; display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; }.service-card li { padding: 7px 0; border-top: 1px solid rgba(17,45,44,.25); font-size: 12px; font-weight: 700; }.milling-card li { border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.9); }
.service-photo { position: relative; z-index: 1; margin: 12px 0 15px; }.service-photo img { width: 100%; height: 164px; object-fit: cover; object-position: center; border: 1px solid rgba(17,45,44,.22); }.service-photo figcaption { margin-top: 7px; color: rgba(17,45,44,.68); font-size: 8px; line-height: 1.45; }.service-photo a { text-decoration: underline; text-underline-offset: 2px; }.milling-card .service-photo img { border-color: rgba(207,229,76,.38); }.milling-card .service-photo figcaption { color: rgba(255,255,255,.58); }.support-icon { display: flex; align-items: center; gap: 9px; height: 170px; padding-top: 36px; }.support-icon i, .support-icon b, .support-icon em { display: grid; width: 62px; height: 62px; place-items: center; color: var(--green); border: 1px solid var(--line); border-radius: 50%; font: 500 12px/1 "DM Mono", monospace; font-style: normal; }.support-icon b { color: var(--ink-deep); background: var(--lime); border-color: var(--lime); }.support-icon em { color: white; background: var(--green); border-color: var(--green); }

.guide-section { padding: 116px 0; color: white; background: var(--ink-deep); }.guide-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 95px; align-items: center; }.section-label.light { color: var(--lime); }.guide-title h2, .process-heading h2 { color: white; }.guide-title h2 span, .process-heading h2 span { color: var(--lime); }.guide-title > p:last-child { max-width: 388px; margin: 23px 0 0; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.9; }.guide-table { border-top: 1px solid var(--dark-line); }.guide-row { display: grid; grid-template-columns: 1fr 1.65fr; gap: 22px; align-items: center; min-height: 85px; border-bottom: 1px solid var(--dark-line); color: rgba(255,255,255,.7); font-size: 12px; }.guide-header { min-height: 44px; color: var(--lime); font: 500 10px/1 "DM Mono", monospace; letter-spacing: .07em; }.guide-row strong { display: flex; align-items: center; gap: 9px; color: white; font-size: 13px; }.dot { display: block; width: 8px; height: 8px; border-radius: 50%; }.dot.lime { background: var(--lime); }.dot.orange { background: var(--orange); }.guide-contact { display: flex; justify-content: space-between; padding-top: 19px; color: var(--lime); font-size: 13px; font-weight: 800; }.guide-contact span { font-size: 17px; }

.industry-section { background: var(--white); }.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 58px; border-top: 1px solid var(--line); }.industry-grid article { min-height: 250px; padding: 25px 23px 22px 0; }.industry-grid article + article { padding-left: 23px; border-left: 1px solid var(--line); }.industry-grid span { color: var(--orange); font: 500 11px/1 "DM Mono", monospace; }.industry-grid h3 { max-width: 150px; margin: 29px 0 8px; color: var(--ink-deep); font-size: 20px; letter-spacing: -.05em; line-height: 1.45; }.industry-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.9; }

.inquiry-section { background: var(--green-soft); }.inquiry-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 106px; align-items: center; }.inquiry-lead { max-width: 435px; margin: 23px 0 0; color: var(--muted); font-size: 14px; line-height: 1.95; }.inquiry-panel { padding: 30px 34px 24px; background: var(--white); box-shadow: var(--shadow); }.panel-title { margin: 0 0 21px; color: var(--green); font: 500 10px/1 "DM Mono", monospace; letter-spacing: .08em; }.inquiry-panel ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }.inquiry-panel li { display: flex; gap: 17px; padding: 15px 0; border-top: 1px solid var(--line); }.inquiry-panel b { color: var(--orange); font: 500 11px/1.8 "DM Mono", monospace; }.inquiry-panel span { display: flex; flex-direction: column; gap: 2px; }.inquiry-panel strong { font-size: 14px; }.inquiry-panel small { color: var(--muted); font-size: 12px; }

.process-section { padding: 113px 0 102px; color: white; background: var(--green); }.process-heading { display: flex; justify-content: space-between; align-items: flex-end; }.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 58px; border-top: 1px solid var(--dark-line); }.process-grid article { min-height: 230px; padding: 25px 25px 20px 0; }.process-grid article + article { padding-left: 25px; border-left: 1px solid var(--dark-line); }.process-grid span { color: var(--lime); font: 500 11px/1 "DM Mono", monospace; }.process-grid h3 { margin: 30px 0 7px; color: white; font-size: 21px; letter-spacing: -.05em; }.process-grid p { max-width: 186px; margin: 0; color: rgba(255,255,255,.67); font-size: 12px; line-height: 1.9; }

.plant-section { padding: 108px 0; background: var(--paper); }.plant-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 76px; align-items: center; }.plant-image { position: relative; min-height: 435px; overflow: hidden; background: var(--ink-deep); }.plant-image img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; filter: saturate(.7); }.plant-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,39,37,.6), transparent 38%); content: ""; }.plant-image span { position: absolute; z-index: 1; bottom: 20px; left: 21px; color: var(--lime); font: 500 10px/1 "DM Mono", monospace; letter-spacing: .07em; }.plant-copy > p:not(.section-label) { max-width: 380px; margin: 22px 0 26px; color: var(--muted); font-size: 14px; line-height: 1.9; }.facility-data { display: grid; gap: 9px; margin: 0; padding-top: 18px; border-top: 1px solid var(--line); }.facility-data div { display: grid; grid-template-columns: 62px 1fr; gap: 12px; }.facility-data dd { margin: 0; color: var(--ink); font-size: 13px; font-weight: 700; }.facility-data a { color: var(--green); }

.contact-section { padding: 113px 0; background: var(--warm); }.contact-layout { display: grid; grid-template-columns: .87fr 1.13fr; gap: 105px; align-items: start; }.contact-copy > p:not(.section-label) { max-width: 390px; margin: 22px 0 32px; color: var(--muted); font-size: 14px; line-height: 1.95; }.contact-direct { border-top: 1px solid var(--line); }.contact-direct a { display: grid; grid-template-columns: 75px 1fr 20px; gap: 11px; align-items: center; min-height: 61px; border-bottom: 1px solid var(--line); }.contact-direct span { color: var(--muted); font: 500 10px/1 "DM Mono", monospace; }.contact-direct strong { font-size: 14px; }.contact-direct i { color: var(--green); font-size: 19px; font-style: normal; }.contact-form { padding: 31px 34px 30px; background: var(--white); box-shadow: var(--shadow); }.form-header { display: flex; justify-content: space-between; padding-bottom: 21px; border-bottom: 1px solid var(--line); color: var(--green); font: 500 10px/1 "DM Mono", monospace; letter-spacing: .07em; }.form-header span:last-child { color: var(--muted); font-family: "Noto Sans TC", sans-serif; letter-spacing: 0; }.contact-form label { display: block; margin-top: 19px; color: var(--muted); font-size: 11px; font-weight: 700; }.contact-form input, .contact-form textarea { display: block; width: 100%; margin-top: 5px; padding: 10px 0; color: var(--ink); border: 0; border-bottom: 1px solid var(--line); outline: 0; background: transparent; font-size: 14px; resize: vertical; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green); }.contact-form ::placeholder { color: #a5aca7; }.file-field { padding-bottom: 10px; border-bottom: 1px solid var(--line); }.file-field > span { display: block; margin-top: 3px; color: #8b9690; font-size: 10px; font-weight: 500; }.contact-form input[type="file"] { padding: 8px 0 0; border: 0; font-size: 12px; }.contact-form input[type="file"]::file-selector-button { margin-right: 10px; padding: 7px 10px; color: var(--green); border: 1px solid var(--line); border-radius: 2px; background: var(--green-soft); font: 700 11px "Noto Sans TC", sans-serif; cursor: pointer; }.form-submit { width: 100%; margin-top: 25px; }.form-status { min-height: 20px; margin: 10px 0 0; color: var(--green); font-size: 12px; }

.site-footer { padding: 33px 0; color: white; background: var(--ink-deep); }.footer-layout { display: grid; grid-template-columns: 150px 1fr auto auto; gap: 30px; align-items: center; }.footer-brand { display: block; width: 138px; padding: 7px 8px; background: white; }.footer-brand img { width: 100%; }.footer-layout div { display: flex; flex-direction: column; gap: 2px; }.footer-layout strong { font-size: 12px; }.footer-layout div span, .copyright { color: rgba(255,255,255,.52); font: 500 9px/1.5 "DM Mono", monospace; letter-spacing: .03em; }.top-link { display: flex; align-items: center; gap: 10px; color: var(--lime); font-size: 11px; font-weight: 700; }.top-link span { font-size: 17px; }

@media (max-width: 960px) {
  .container { width: min(760px, calc(100% - 48px)); }.hero-layout, .split-heading, .guide-layout, .inquiry-layout, .plant-layout, .contact-layout { grid-template-columns: 1fr; gap: 48px; }.hero-layout { padding-bottom: 105px; }.hero-copy { max-width: 660px; }.hero-photo { min-height: 490px; }.hero-facts { right: 24px; width: min(580px, calc(100% - 48px)); }.proof-grid { grid-template-columns: 1fr 1fr; }.proof-grid > div:nth-child(3) { padding-left: 0; border-left: 0; }.proof-grid > div:nth-child(n+3) { border-top: 1px solid var(--dark-line); }.profile-grid { grid-template-columns: 1fr 1fr; }.profile-card-dark { grid-row: span 2; }.profile-card { min-height: 290px; }.service-grid { grid-template-columns: 1fr 1fr; }.support-card { grid-column: span 2; min-height: 390px; }.guide-title > p:last-child { max-width: 600px; }.industry-grid { grid-template-columns: 1fr 1fr; }.industry-grid article:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }.industry-grid article:nth-child(4) { border-top: 1px solid var(--line); }.process-grid { grid-template-columns: 1fr 1fr; }.process-grid article:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--dark-line); }.process-grid article:nth-child(4) { border-top: 1px solid var(--dark-line); }.plant-copy { max-width: 640px; }.contact-copy { max-width: 620px; }.contact-form { max-width: 700px; }.footer-layout { grid-template-columns: 130px 1fr auto; }.copyright { grid-column: 2 / 4; grid-row: 2; }
}

@media (max-width: 680px) {
  .container { width: calc(100% - 38px); }.notice-inner { min-height: 30px; font-size: 8px; }.notice-inner span:nth-of-type(2), .notice-rule { display: none; }.notice-inner a { font-size: 9px; }.header-inner { min-height: 72px; }.brand { width: 135px; }.menu-toggle { display: flex; flex-direction: column; gap: 5px; padding: 8px 0 8px 8px; }.menu-toggle > span:not(.sr-only) { width: 23px; height: 2px; background: var(--ink); }.main-nav { position: absolute; top: 71px; right: 19px; left: 19px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 18px 18px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }.main-nav.open { display: flex; }.main-nav > a { padding: 13px 0 !important; border-bottom: 1px solid var(--line); }.main-nav > a:last-child { margin-top: 10px; border-bottom: 0; justify-content: center; }.hero { padding-top: 53px; }.hero-layout { gap: 43px; padding-bottom: 96px; }.hero h1 { font-size: clamp(39px, 11vw, 51px); }.hero-text { font-size: 14px; }.hero-photo { min-height: 340px; }.hero-facts { right: 13px; bottom: -48px; width: calc(100% - 26px); }.hero-facts div { min-height: 70px; padding: 12px 9px; }.hero-facts span { font-size: 7px; }.hero-facts strong { font-size: 11px; }.proof-grid > div { min-height: 87px; padding: 18px 12px 15px 0; }.proof-grid > div + div { padding-left: 12px; }.proof-grid p { font-size: 11px; }.section { padding: 80px 0; }.split-heading, .section-intro { gap: 29px; }.split-heading h2, .section-intro h2, .guide-title h2, .inquiry-layout h2, .process-heading h2, .plant-copy h2, .contact-copy h2 { font-size: 37px; }.heading-copy p, .section-intro > p { font-size: 14px; }.profile-grid { grid-template-columns: 1fr; margin-top: 40px; }.profile-card-dark { grid-row: auto; }.profile-card { min-height: 255px; }.service-grid { grid-template-columns: 1fr; margin-top: 40px; }.support-card { grid-column: auto; min-height: 380px; }.service-card { min-height: 457px; }.guide-section { padding: 78px 0; }.guide-layout { gap: 39px; }.guide-table { overflow-x: auto; }.guide-row { min-width: 580px; }.guide-contact { min-width: 580px; }.industry-grid { grid-template-columns: 1fr; margin-top: 39px; }.industry-grid article, .industry-grid article + article { min-height: auto; padding: 22px 0; border-left: 0; border-top: 1px solid var(--line); }.industry-grid article:first-child { border-top: 0; }.industry-grid h3 { max-width: none; margin: 17px 0 5px; }.inquiry-layout { gap: 38px; }.inquiry-panel { padding: 25px 20px 18px; }.process-section { padding: 80px 0 70px; }.process-grid { grid-template-columns: 1fr; margin-top: 38px; }.process-grid article, .process-grid article + article { min-height: auto; padding: 21px 0; border-left: 0; border-top: 1px solid var(--dark-line); }.process-grid article:first-child { border-top: 0; }.process-grid h3 { margin: 13px 0 5px; }.plant-section { padding: 75px 0; }.plant-layout { gap: 39px; }.plant-image { min-height: 300px; }.contact-section { padding: 80px 0; }.contact-layout { gap: 43px; }.contact-form { padding: 25px 20px; }.form-header { font-size: 9px; }.footer-layout { grid-template-columns: 1fr auto; gap: 17px; }.footer-layout div { grid-column: 1 / 3; grid-row: 2; }.copyright { grid-column: 1 / 3; grid-row: 3; }.footer-brand { width: 120px; }.top-link { justify-self: end; }
}

@media (max-width: 680px) {
  .guide-row, .guide-contact { min-width: 460px; }
}
