:root { --ink:#1e2524; --ink-soft:#44504d; --paper:#f7f7f3; --white:#fff; --orange:#ee7a2c; --orange-dark:#c95e18; --line:#dfe3de; --green:#567068; --radius:20px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height:1.55; }
img { display:block; max-width:100%; }
a { color:inherit; }
.container { width:min(1180px, calc(100% - 48px)); margin:0 auto; }
.skip-link { position:absolute; left:-9999px; top:12px; z-index:100; background:var(--white); padding:12px 16px; border-radius:8px; }
.skip-link:focus { left:12px; }
.site-header { background:rgba(30,37,36,.96); color:var(--white); position:relative; z-index:10; }
.header-inner { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:18px; }
.brand { display:inline-flex; align-items:center; padding:6px 9px; border-radius:3px; background:#fff; }
.brand img { display:block; width:142px; height:auto; }
.header-contact { display:inline-flex; align-items:center; min-height:42px; padding:0 17px; border:1px solid rgba(255,255,255,.42); border-radius:999px; text-decoration:none; font-size:.91rem; font-weight:700; }
.header-contact:hover,.header-contact:focus-visible { border-color:var(--orange); color:#fff2e9; }
.hero { position:relative; min-height:660px; color:var(--white); display:grid; align-items:center; background:url("/assets/images/factory-hero.webp") center/cover no-repeat; overflow:hidden; }
.hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(18,25,24,.94) 0%,rgba(25,31,30,.75) 47%,rgba(24,30,29,.32) 100%); }
.hero-content { position:relative; padding:110px 0; max-width:1180px; }
.section-eyebrow { margin:0 0 16px; color:var(--orange); font-size:.76rem; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.hero h1 { max-width:none; margin:0; font-size:clamp(2.5rem,4.6vw,4.75rem); line-height:1.02; letter-spacing:-.055em; }
.hero h1 span { display:block; white-space:nowrap; }
.hero-lead { max-width:670px; margin:28px 0 0; color:#edf0ec; font-size:clamp(1.02rem,1.5vw,1.22rem); }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.button { display:inline-flex; justify-content:center; align-items:center; gap:8px; min-height:50px; padding:0 21px; border:1px solid transparent; border-radius:7px; text-decoration:none; font-weight:800; font-size:.94rem; cursor:pointer; transition:transform .18s ease,background .18s ease,border-color .18s ease; }
.button:hover,.button:focus-visible { transform:translateY(-2px); }
.button-primary { color:#fff; background:var(--orange); }
.button-primary:hover,.button-primary:focus-visible { background:var(--orange-dark); }
.button-secondary { border-color:rgba(255,255,255,.6); color:#fff; background:rgba(20,28,26,.18); }
.button-secondary:hover,.button-secondary:focus-visible { background:rgba(255,255,255,.12); }
.section { padding:104px 0; }
.section-heading { max-width:800px; }
h2 { margin:0; font-size:clamp(2rem,3.3vw,3.65rem); line-height:1.06; letter-spacing:-.045em; }
.section-copy p:not(.section-eyebrow),.section-heading>p:not(.section-eyebrow) { color:var(--ink-soft); font-size:1.08rem; }
.split-layout { display:grid; grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr); align-items:center; gap:80px; }
.image-frame { margin:0; overflow:hidden; border-radius:var(--radius); background:#e5e8e3; }
.image-frame img { width:100%; height:100%; object-fit:cover; }
.feature-image { min-height:390px; }
.capability-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:1px; margin-top:76px; background:var(--line); border:1px solid var(--line); }
.capability-card { min-height:180px; padding:23px 20px; background:var(--white); }
.capability-card span,.process-card>span { color:var(--orange); font-size:.78rem; font-weight:800; letter-spacing:.08em; }
.capability-card h3 { margin:48px 0 0; font-size:1rem; line-height:1.35; }
.process-section { background:#e9eeea; }
.process-feature-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; margin-top:50px; }
.process-feature-card { overflow:hidden; background:var(--white); border-radius:14px; }
.process-feature-image { height:280px; display:flex; align-items:center; justify-content:center; padding:24px; background:#f7f7f4; }
.process-feature-image img { width:100%; height:100%; object-fit:contain; }
.process-feature-info { display:flex; align-items:center; justify-content:space-between; gap:22px; min-height:82px; padding:18px 26px; color:var(--white); background:linear-gradient(135deg,#3c4a49,#242d2d); }
.process-feature-info h3 { margin:0; font-size:1.18rem; line-height:1.2; }
.process-text-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; margin-top:1px; border:1px solid var(--line); background:var(--line); }
.process-text-card { min-height:198px; padding:25px; background:var(--white); }
.process-text-card span { color:var(--orange); font-size:.78rem; font-weight:800; letter-spacing:.08em; }
.process-text-card h3 { margin:37px 0 14px; font-size:1.1rem; line-height:1.24; }
.process-text-card p { margin:0; color:var(--ink-soft); font-size:.9rem; }
.layout-section { background:var(--white); }
.layout-grid { display:grid; grid-template-columns:1.15fr .85fr; align-items:center; gap:75px; }
.layout-image figcaption { padding:13px 17px; color:var(--ink-soft); background:#eff2ee; font-size:.88rem; }
.text-link { display:inline-flex; gap:8px; margin-top:15px; color:var(--orange-dark); font-weight:800; text-underline-offset:5px; }
.delivery-section { background:#202625; color:var(--white); }
.section-heading-light>p:not(.section-eyebrow) { color:#d5ddda; }
.delivery-gallery { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; max-width:780px; margin-top:50px; }
.delivery-gallery figure { margin:0; padding:12px; background:#303a37; }
.delivery-gallery img { width:100%; height:500px; object-fit:cover; object-position:center; }
.delivery-gallery figcaption { padding:12px 3px 2px; color:#dce3df; font-size:.9rem; }
.product-section { background:#f0f1ed; }
.scope-note { padding:15px 16px; border-left:3px solid var(--orange); background:#fff; color:var(--ink-soft) !important; font-size:.94rem !important; }
.video-section { padding:0; background:var(--white); }
.video-panel { display:flex; align-items:center; justify-content:space-between; gap:36px; padding:74px 0; }
.video-panel h2 { max-width:600px; font-size:clamp(1.8rem,3vw,3rem); }
.video-panel p:not(.section-eyebrow) { max-width:590px; color:var(--ink-soft); }
.button-dark { flex:0 0 auto; color:#fff; background:var(--ink); }
.button-dark:hover,.button-dark:focus-visible { background:#35423e; }
.inquiry-section { background:#dfe8e3; }
.inquiry-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:85px; align-items:start; }
.inquiry-copy { position:sticky; top:24px; }
.contact-block { display:flex; flex-direction:column; gap:3px; margin-top:19px; text-decoration:none; }
.contact-block strong { color:var(--orange-dark); font-size:.8rem; text-transform:uppercase; letter-spacing:.08em; }
.contact-block span { font-weight:700; }
.inquiry-form { padding:34px; background:#fff; border-radius:var(--radius); box-shadow:0 18px 45px rgba(34,48,43,.1); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:17px; }
.inquiry-form label { display:grid; gap:8px; margin-bottom:16px; color:#29302e; font-size:.89rem; font-weight:800; }
.inquiry-form label span { color:#6d7672; font-weight:500; }
.inquiry-form input:not([type="checkbox"]),.inquiry-form select,.inquiry-form textarea { width:100%; border:1px solid #cfd6d1; border-radius:6px; padding:12px 13px; color:var(--ink); background:#fff; font:inherit; font-weight:500; }
.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus { outline:3px solid rgba(238,122,44,.22); border-color:var(--orange); }
.field-note { margin:-8px 0 17px; color:#68736e; font-size:.82rem; }
.turnstile-widget { min-height:0; margin:3px 0 16px; }
.consent { display:flex !important; grid-template-columns:19px 1fr; align-items:start; gap:10px !important; margin:3px 0 10px !important; color:#56615d !important; font-size:.79rem !important; font-weight:500 !important; line-height:1.45; }
.consent input { width:17px; height:17px; margin:1px 0 0; accent-color:var(--orange-dark); }
.consent a { color:var(--orange-dark); }
.form-status { min-height:20px; margin:0 0 13px; color:#b64424; font-size:.86rem; font-weight:700; }
.form-status.success { color:#22704f; }
.button-submit { width:100%; border:0; }
.button-submit:disabled { cursor:not-allowed; opacity:.58; transform:none; }
.honeypot { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; opacity:0 !important; }
.site-footer { color:#dce2dd; background:#18201e; }
.footer-inner { display:flex; justify-content:space-between; gap:30px; padding:34px 0; }
.site-footer img { width:120px; height:auto; }
.site-footer p { margin:9px 0 0; font-size:.78rem; }
.footer-links { display:flex; align-items:flex-end; flex-wrap:wrap; justify-content:flex-end; gap:16px 22px; font-size:.86rem; }
.footer-links a { color:#ecf1ed; text-underline-offset:4px; }
.legal-page { background:#fff; }
.legal-header { background:#fff; color:var(--ink); border-bottom:1px solid var(--line); }
.legal-header .brand { padding:0; }
.legal-header .header-contact { border-color:#cdd4cf; color:var(--ink); }
.legal-main { padding:80px 0 110px; }
.legal-content { max-width:820px; }
.legal-content h1 { margin:0; font-size:clamp(2.5rem,5vw,4.6rem); line-height:1; letter-spacing:-.05em; }
.legal-updated { color:#69736f; font-size:.9rem; }
.legal-content h2 { margin:45px 0 12px; font-size:1.45rem; letter-spacing:-.025em; }
.legal-content p { color:#45514c; font-size:1.02rem; }
.legal-content a { color:var(--orange-dark); }
.thank-you-page { background:linear-gradient(135deg,#e8eee9,#f6f2ed); }
.thank-you-main { min-height:100vh; display:grid; place-items:center; padding:30px; }
.thank-you-card { width:min(680px,100%); padding:52px; background:#fff; border-radius:24px; box-shadow:0 25px 70px rgba(25,36,31,.14); }
.thank-you-card img { width:142px; margin-bottom:54px; }
.thank-you-card h1 { margin:0; font-size:clamp(2.2rem,5vw,4rem); line-height:1.02; letter-spacing:-.05em; }
.thank-you-card p:not(.section-eyebrow) { color:var(--ink-soft); font-size:1.08rem; }
.button-secondary-dark { color:var(--ink); border-color:#c7ceca; background:#fff; }
.button-secondary-dark:hover,.button-secondary-dark:focus-visible { background:#f2f4f1; }
@media (max-width:900px) { .section { padding:74px 0; } .hero h1 span { white-space:normal; } .split-layout,.layout-grid,.inquiry-grid { grid-template-columns:1fr; gap:42px; } .feature-image { min-height:auto; } .capability-grid { grid-template-columns:repeat(3,1fr); margin-top:45px; } .process-text-grid { grid-template-columns:repeat(2,1fr); } .inquiry-copy { position:static; } .delivery-gallery { max-width:none; } }
@media (max-width:640px) { .container { width:min(100% - 32px,1180px); } .header-inner { min-height:68px; } .brand img { width:114px; } .header-contact { min-height:38px; padding:0 12px; font-size:.76rem; } .hero { min-height:610px; } .hero-overlay { background:linear-gradient(90deg,rgba(18,25,24,.93),rgba(18,25,24,.7)); } .hero-content { padding:88px 0; } .hero h1 { font-size:clamp(2.35rem,12.4vw,3.8rem); } .hero-lead { font-size:1rem; } .hero-actions,.thank-you-card .hero-actions { flex-direction:column; align-items:stretch; } .button { width:100%; } .capability-grid { grid-template-columns:1fr 1fr; } .capability-card { min-height:145px; } .capability-card h3 { margin-top:31px; } .process-feature-grid,.process-text-grid { grid-template-columns:1fr; } .process-feature-image { height:220px; padding:18px; } .process-text-card { min-height:174px; } .delivery-gallery { grid-template-columns:1fr 1fr; gap:10px; } .delivery-gallery figure { padding:7px; } .delivery-gallery img { height:300px; } .delivery-gallery figcaption { font-size:.72rem; } .video-panel,.footer-inner { flex-direction:column; align-items:flex-start; } .inquiry-form { padding:23px; border-radius:14px; } .form-row { grid-template-columns:1fr; gap:0; } .thank-you-main { padding:16px; } .thank-you-card { padding:31px 24px; } .thank-you-card img { margin-bottom:38px; } }
