:root {
  --ink: #1d2724;
  --muted: #67716d;
  --paper: #f5f5f0;
  --white: #fffefa;
  --line: #d8ddd7;
  --moss: #6f806f;
  --deep: #263b34;
  --orange: #de7349;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --display: 'Manrope', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.section-pad { padding: 112px 0; }
.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; }
.eyebrow { color: var(--moss); font-size: 11px; font-weight: 700; letter-spacing: .16em; margin: 0 0 18px; text-transform: uppercase; }
.eyebrow.light { color: #e8e7dc; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: 0; }
h1 { color: var(--white); font-size: clamp(3.7rem, 7vw, 7.2rem); line-height: .96; margin: 0; max-width: 760px; }
h1 em { color: #e2b36a; font-family: var(--serif); font-weight: 400; }
h2 { color: var(--ink); font-size: clamp(2.5rem, 4vw, 4.7rem); line-height: 1; margin-bottom: 28px; max-width: 700px; }
h3 { font-family: var(--display); font-size: 18px; line-height: 1.2; margin-bottom: 8px; }
.text-link { border-bottom: 1px solid currentColor; display: inline-flex; gap: 13px; padding-bottom: 5px; font-size: 13px; font-weight: 700; }
.text-link-light { color: var(--white); }
.button { align-items: center; border: 1px solid transparent; display: inline-flex; font-size: 13px; font-weight: 700; gap: 22px; justify-content: space-between; min-width: 176px; padding: 15px 18px; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: #e2b36a; }
.button-dark { background: var(--deep); color: var(--white); margin-top: 28px; }
.button-dark:hover { background: var(--orange); }

.site-header { background: var(--paper); border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.nav-wrap { align-items: center; display: flex; height: 80px; justify-content: space-between; }
.brand { align-items: center; display: inline-flex; font-family: var(--display); font-size: 19px; font-weight: 800; gap: 10px; letter-spacing: -.04em; }
.brand-mark { display: inline-flex; gap: 3px; height: 19px; transform: skew(-18deg); }
.brand-mark span { background: var(--orange); display: block; height: 19px; width: 5px; }
.brand-mark span:nth-child(2) { background: var(--moss); height: 15px; margin-top: 4px; }
.brand-mark span:nth-child(3) { background: var(--deep); height: 11px; margin-top: 8px; }
.site-nav { align-items: center; display: flex; gap: 34px; }
.site-nav > a { color: #5e6864; font-size: 12px; font-weight: 600; }
.site-nav > a:hover { color: var(--ink); }
.site-nav .nav-cta { background: var(--deep); color: var(--white); padding: 12px 15px; }
.language-toggle { align-items: center; background: transparent; border: 1px solid var(--line); color: #68736d; display: inline-flex; font-size: 11px; font-weight: 700; gap: 7px; letter-spacing: .08em; padding: 9px 10px; }
.language-toggle:hover { border-color: var(--deep); color: var(--ink); }
.lang-option { opacity: .55; }
.lang-option.is-active { color: var(--orange); opacity: 1; }
.lang-divider { color: #a5aea7; }
.menu-toggle { background: none; border: 0; display: none; padding: 6px; }

.hero { background: var(--deep); min-height: 690px; overflow: hidden; padding: 0; position: relative; }
.hero-image { background-image: url('https://images.unsplash.com/photo-1556909212-d5b604d0c90d?auto=format&fit=crop&w=2200&q=85'); background-position: center; background-size: cover; inset: 0; position: absolute; }
.hero-overlay { background: linear-gradient(90deg, rgba(22, 38, 32, .92) 0%, rgba(22, 38, 32, .62) 43%, rgba(22, 38, 32, .12) 100%); inset: 0; position: absolute; }
.hero-inner { display: flex; flex-direction: column; justify-content: center; min-height: 690px; padding-bottom: 35px; position: relative; }
.hero-copy { color: #e5e8df; font-size: 17px; max-width: 475px; margin: 30px 0 33px; }
.hero-actions { align-items: center; display: flex; gap: 30px; }
.hero-note { align-items: center; bottom: 48px; color: #dfe5dd; display: flex; font-size: 11px; gap: 13px; left: 0; position: absolute; }
.note-line { background: #e2b36a; display: inline-block; height: 1px; width: 35px; }

.intro { background: var(--white); }
.intro-grid { display: grid; gap: 120px; grid-template-columns: 1.1fr .9fr; }
.intro-copy { align-self: end; color: var(--muted); font-size: 17px; max-width: 430px; padding-bottom: 6px; }
.intro-copy p { margin-bottom: 26px; }
.stat-row { border-top: 1px solid var(--line); display: grid; gap: 35px; grid-template-columns: repeat(3, 1fr); margin-top: 112px; padding-top: 28px; }
.stat { display: flex; gap: 28px; }
.stat strong, .cap-number { color: var(--orange); font-size: 12px; font-weight: 700; }
.stat span { color: var(--muted); font-size: 13px; line-height: 1.5; }

.products { background: var(--paper); }
.section-heading { align-items: end; display: flex; justify-content: space-between; }
.section-heading-side { color: var(--muted); font-size: 13px; max-width: 180px; }
.section-heading-side p { margin-bottom: 25px; }
.product-tabs { border-bottom: 1px solid var(--line); display: flex; gap: 28px; margin-top: 55px; }
.tab { background: none; border: 0; color: #8a928d; font-size: 12px; font-weight: 700; padding: 0 0 13px; position: relative; }
.tab.is-active { color: var(--ink); }
.tab.is-active::after { background: var(--orange); bottom: -1px; content: ''; height: 2px; left: 0; position: absolute; right: 0; }
.product-grid { display: grid; gap: 18px; grid-template-columns: 1.35fr 1fr 1fr; margin-top: 24px; }
.product-card { min-width: 0; }
.product-image { background-color: #c9c9b9; background-position: center; background-size: cover; height: 350px; overflow: hidden; padding: 18px; position: relative; }
.product-card-large .product-image { height: 455px; }
.image-blender { background-image: url('https://images.unsplash.com/photo-1570222094114-d054a817e56b?auto=format&fit=crop&w=1200&q=85'); }
.image-coffee { background-image: url('https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?auto=format&fit=crop&w=1000&q=85'); }
.image-comfort { background-image: url('https://images.unsplash.com/photo-1585515320310-259814833e62?auto=format&fit=crop&w=1000&q=85'); }
.product-label { background: rgba(255,254,250,.88); color: var(--ink); font-size: 10px; font-weight: 700; left: 18px; padding: 7px 9px; position: absolute; text-transform: uppercase; top: 18px; }
.product-info { align-items: center; display: flex; justify-content: space-between; padding: 18px 0; }
.product-info p { color: var(--muted); font-size: 12px; margin-bottom: 0; }
.circle-arrow { align-items: center; border: 1px solid #bcc5bc; border-radius: 50%; display: flex; font-size: 18px; height: 42px; justify-content: center; transition: all .2s; width: 42px; }
.circle-arrow:hover { background: var(--deep); border-color: var(--deep); color: var(--white); }
.product-foot { align-items: center; border-top: 1px solid var(--line); color: var(--muted); display: flex; font-size: 12px; gap: 19px; justify-content: flex-end; margin-top: 38px; padding-top: 17px; }

.capabilities { background: #e7eae2; }
.capabilities-grid { display: grid; gap: 100px; grid-template-columns: .8fr 1.2fr; }
.capabilities-intro > p:not(.eyebrow) { color: var(--muted); font-size: 16px; max-width: 330px; }
.capability-list { border-top: 1px solid #bbc5bb; }
.capability { align-items: start; border-bottom: 1px solid #bbc5bb; display: grid; gap: 25px; grid-template-columns: 35px 1fr 22px; padding: 27px 0 29px; }
.capability h3 { font-size: 20px; }
.capability p { color: var(--muted); font-size: 13px; margin: 0; max-width: 410px; }
.cap-icon { color: var(--orange); font-size: 24px; line-height: 1; }

.process { background: var(--white); }
.process-aside { color: var(--muted); font-size: 15px; max-width: 250px; }
.process-grid { border-top: 1px solid var(--line); display: grid; gap: 0; grid-template-columns: repeat(4, 1fr); margin-top: 74px; }
.process-step { border-right: 1px solid var(--line); min-height: 190px; padding: 24px 28px 10px 0; }
.process-step:not(:first-child) { padding-left: 28px; }
.process-step:last-child { border-right: 0; }
.step-mark { color: var(--orange); display: block; font-size: 12px; font-weight: 700; margin-bottom: 42px; }
.process-step h3 { font-size: 18px; }
.process-step p { color: var(--muted); font-size: 13px; max-width: 200px; }

.inquiry { background: var(--deep); color: var(--white); }
.inquiry-grid { display: grid; gap: 100px; grid-template-columns: 1fr 1fr; }
.inquiry h2 { color: var(--white); max-width: 470px; }
.inquiry-copy > p:not(.eyebrow) { color: #cbd5cc; font-size: 16px; max-width: 390px; }
.contact-details { border-top: 1px solid #53685d; display: flex; flex-direction: column; gap: 7px; margin-top: 98px; padding-top: 17px; }
.contact-details a { color: #e2b36a; font-family: var(--display); font-size: 18px; font-weight: 700; }
.contact-details span { color: #a6b4aa; font-size: 11px; }
.inquiry-form { border-top: 1px solid #53685d; padding-top: 10px; }
.inquiry-form label { color: #a6b4aa; display: block; font-size: 11px; margin-bottom: 18px; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { background: transparent; border: 0; border-bottom: 1px solid #53685d; border-radius: 0; color: var(--white); display: block; outline: 0; padding: 11px 0 12px; width: 100%; }
.inquiry-form input::placeholder, .inquiry-form textarea::placeholder { color: #81938a; }
.inquiry-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #cbd5cc 50%), linear-gradient(135deg, #cbd5cc 50%, transparent 50%); background-position: calc(100% - 5px) 19px, 100% 19px; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; }
.inquiry-form option { color: var(--ink); }
.inquiry-form textarea { resize: vertical; }
.form-submit { border: 0; margin-top: 9px; }
.form-note { color: #81938a; font-size: 11px; margin: 14px 0 0; }

.site-footer { background: #162720; color: #becbc1; padding: 39px 0 25px; }
.site-footer .brand { color: var(--white); }
.footer-top { align-items: center; display: flex; justify-content: space-between; }
.footer-top p { color: #81938a; font-size: 12px; margin: 0; }
.footer-top .text-link { color: #becbc1; }
.footer-bottom { border-top: 1px solid #344a40; color: #71847a; display: flex; font-size: 10px; justify-content: space-between; margin-top: 56px; padding-top: 15px; }

@media (max-width: 800px) {
  .container { width: min(100% - 40px, 600px); }
  .section-pad { padding: 78px 0; }
  .nav-wrap { height: 70px; }
  .menu-toggle { display: grid; gap: 4px; position: relative; z-index: 11; }
  .menu-toggle > span:not(.sr-only) { background: var(--ink); height: 1px; width: 21px; }
  .site-nav { align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 0; left: 0; padding: 18px 20px 23px; position: absolute; right: 0; top: 70px; transform: translateY(-150%); transition: transform .25s ease; }
  .site-nav.is-open { transform: translateY(0); }
  .site-nav > a { padding: 12px 0; }
  .site-nav .nav-cta { margin-top: 8px; padding: 13px 15px; }
  .language-toggle { align-self: flex-start; margin: 8px 0 3px; }
  .hero, .hero-inner { min-height: 700px; }
  .hero-image { background-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(22, 38, 32, .85), rgba(22, 38, 32, .22)); }
  h1 { font-size: clamp(3.3rem, 17vw, 5.7rem); }
  h2 { font-size: clamp(2.7rem, 12vw, 4rem); }
  .hero-copy { font-size: 15px; max-width: 350px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-note { bottom: 30px; }
  .intro-grid, .capabilities-grid, .inquiry-grid { gap: 45px; grid-template-columns: 1fr; }
  .intro-copy { font-size: 15px; }
  .stat-row { gap: 20px; grid-template-columns: 1fr; margin-top: 70px; }
  .stat { gap: 20px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 22px; }
  .section-heading-side { max-width: 260px; }
  .product-tabs { gap: 19px; margin-top: 42px; overflow-x: auto; }
  .tab { flex: 0 0 auto; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image, .product-card-large .product-image { height: 340px; }
  .product-foot { align-items: flex-start; flex-direction: column; gap: 10px; justify-content: flex-start; }
  .capability { gap: 15px; grid-template-columns: 28px 1fr 16px; }
  .capability h3 { font-size: 18px; }
  .process-heading { gap: 15px; }
  .process-grid { grid-template-columns: 1fr 1fr; margin-top: 50px; }
  .process-step { border-bottom: 1px solid var(--line); min-height: 210px; padding-right: 18px; }
  .process-step:nth-child(2) { border-right: 0; padding-left: 18px; }
  .process-step:nth-child(3) { padding-left: 0; }
  .process-step:last-child { border-bottom: 1px solid var(--line); padding-left: 18px; }
  .step-mark { margin-bottom: 31px; }
  .contact-details { margin-top: 60px; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 16px; }
  .footer-bottom { margin-top: 38px; }
}

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