@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/oswald-v16-latin-300.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/oswald-v16-latin-regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/oswald-v16-latin-500.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/oswald-v16-latin-600.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/oswald-v16-latin-700.woff2") format("woff2");
  font-display: swap;
}

:root {
  --ink: #000;
  --forest: #000;
  --aqua: #ececf6;
  --coral: #ed9200;
  --sand: #f7f7f7;
  --paper: #fff;
  --line: #d3d9df;
  --muted: #686868;
  --serif: "Oswald", "Arial Narrow", sans-serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", 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.55; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -48px; background: var(--ink); color: white; padding: 10px 16px; z-index: 10; }
.skip-link:focus { top: 12px; }

.site-header { position: relative; z-index: 3; color: var(--ink); border-bottom: 1px solid var(--line); background: var(--paper); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 15px; text-decoration: none; margin-right: auto; }
.brand img, .footer-brand img { display: block; width: 123px; height: auto; filter: brightness(0) invert(1); }
.brand-dark img { filter: none; }
.brand span { border-left: 1px solid var(--line); color: var(--muted); font-size: 12px; letter-spacing: .04em; line-height: 1.25; max-width: 155px; }
.primary-nav { display: flex; gap: 22px; }
.primary-nav a, .nav-phone { color: var(--ink); font-size: 14px; text-decoration: none; }
.primary-nav a:hover, .nav-phone:hover, .primary-nav .nav-current { color: var(--coral); }
.nav-phone { font-weight: 700; white-space: nowrap; }
.menu-toggle { display: none; background: transparent; border: 0; color: var(--ink); }

.legacy-stage { padding: 40px 0 0; background: var(--paper); }
.legacy-stage img { display: block; width: 100%; max-height: 500px; object-fit: cover; }
.company-introduction { padding-bottom: 70px; }
.company-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(50px, 9vw, 150px); }
.company-copy h1 { max-width: 720px; color: var(--ink); font-size: clamp(3rem, 5vw, 5.4rem); }
.company-copy h1 span { display: block; margin-top: 8px; color: var(--coral); font-weight: 400; }
.company-copy p { max-width: 730px; font-size: 17px; }
.company-copy a { color: var(--ink); font-weight: 700; text-decoration-color: var(--coral); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.company-facts { align-self: end; border-top: 2px solid var(--ink); }
.company-facts div { padding: 20px 0; border-bottom: 1px solid var(--line); }
.company-facts h2 { color: var(--ink); font-family: var(--serif); font-size: 26px; font-weight: 400; }
.company-facts p { margin: 8px 0 0; color: var(--muted); }
.overview-links { padding-top: 0; }
.overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.overview-grid a { position: relative; min-height: 360px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; color: white; text-decoration: none; }
.overview-grid a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(0,0,0,.88) 100%); }
.overview-grid img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.overview-grid a:hover img { transform: scale(1.04); }
.overview-grid span, .overview-grid strong { position: relative; z-index: 1; padding: 0 28px; }
.overview-grid span { color: #fdc606; font-size: 13px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.overview-grid strong { padding-bottom: 28px; font-family: var(--serif); font-size: 31px; font-weight: 400; }

.hero { position: relative; min-height: 745px; display: flex; align-items: center; background: var(--forest); color: white; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.93) 0%, rgba(0,0,0,.70) 45%, rgba(0,0,0,.18) 100%), url("assets/mischer-fluessige-aromen.jpg") center / cover; }
.hero-content { position: relative; padding: 165px 0 140px; max-width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.eyebrow { margin: 0 0 14px; color: var(--coral); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero .eyebrow { color: var(--aqua); }
h1, h2, h3 { margin: 0; letter-spacing: 0; line-height: 1.03; overflow-wrap: anywhere; }
h1, h2 { font-family: var(--serif); font-weight: 300; }
h1 { max-width: 715px; font-size: clamp(3.2rem, 6vw, 5.8rem); }
.hero-copy { max-width: 580px; margin: 28px 0 34px; font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 0; font-size: 14px; font-weight: 800; text-align: center; text-decoration: none; transition: background-color .2s, color .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--coral); color: #251b19; }
.button-primary:hover { background: #fdc606; }
.button-secondary { background: var(--forest); color: white; }
.button-secondary:hover { background: #222; }
.text-action { color: white; font-weight: 800; text-underline-offset: 5px; }
.text-action span, .service-link span { color: var(--coral); font-size: 20px; }
.hero-strip { position: absolute; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(0,0,0,.88); backdrop-filter: blur(8px); }
.hero-strip div { min-height: 93px; padding: 21px max(24px, calc((100vw - 1180px) / 2)); border-right: 1px solid rgba(255,255,255,.16); }
.hero-strip div:nth-child(2) { padding-left: 30px; padding-right: 30px; }
.hero-strip div:last-child { padding-left: 30px; border-right: 0; }
.hero-strip strong, .hero-strip span { display: block; }
.hero-strip strong { color: var(--aqua); font-size: 18px; }
.hero-strip span { font-size: 13px; }

.section { padding: 115px 0; }
.section-light { background: var(--paper); }
.split-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 80px; align-items: end; margin-bottom: 52px; }
h2 { font-size: clamp(2.45rem, 4.5vw, 4.4rem); }
.section-heading > p, .applications-copy > p, .contact-intro > p { color: var(--muted); margin: 0; font-size: 17px; }
.service-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.service-item { min-height: 350px; padding: 28px 32px; display: flex; flex-direction: column; align-items: flex-start; color: var(--ink); text-decoration: none; border-right: 1px solid var(--ink); transition: background-color .25s, color .25s; }
.service-item:last-child { border-right: 0; }
.service-item:hover { background: var(--forest); color: white; }
.service-item-featured { background: var(--sand); }
.service-number { color: var(--coral); font-size: 13px; font-weight: 800; }
.service-item h3 { margin: auto 0 13px; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.service-item p { margin: 0; max-width: 290px; }
.service-link { margin-top: 22px; font-size: 14px; font-weight: 800; }

.applications { background: var(--sand); }
.applications-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.applications-copy h2 { margin-bottom: 25px; }
.application-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.application-list li { padding: 14px 0; border-bottom: 1px solid var(--ink); font-family: var(--serif); font-size: 24px; }
.application-list li::before { content: "•"; display: inline-block; width: 28px; color: var(--coral); }

.contract-manufacturing { background: var(--forest); color: white; }
.contract-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(44px, 8vw, 120px); align-items: center; }
.image-frame { min-height: 490px; position: relative; overflow: hidden; }
.image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(0,0,0,.22)); }
.image-frame img { width: 100%; height: 100%; min-height: 490px; object-fit: cover; display: block; }
.contract-copy .eyebrow { color: var(--aqua); }
.contract-copy h2 { margin-bottom: 24px; }
.check-list { list-style: none; padding: 0; margin: 29px 0 34px; }
.check-list li { padding: 9px 0 9px 28px; border-top: 1px solid rgba(255,255,255,.25); }
.check-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.25); }
.check-list li::before { content: "✓"; color: var(--aqua); margin-left: -28px; width: 28px; display: inline-block; }

.proof-section { background: var(--aqua); }
.proof-layout { display: grid; grid-template-columns: 1fr .8fr; gap: 55px 80px; }
.proof-layout > p { margin: 34px 0 0; font-size: 18px; }
.certifications { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 10px; }
.certifications span { min-width: 112px; padding: 13px 17px; border: 1px solid var(--forest); color: var(--forest); font-family: var(--serif); font-size: 21px; text-align: center; }

.contact-section { background: var(--paper); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 140px); }
.contact-intro h2 { margin-bottom: 23px; }
.contact-direct { margin-top: 48px; border-top: 1px solid var(--ink); }
.contact-direct a, .contact-direct p { display: block; padding: 14px 0; margin: 0; border-bottom: 1px solid var(--ink); text-decoration: none; font-size: 18px; }
.contact-direct span { display: block; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-direct a:hover { color: var(--coral); }
.contact-form { display: grid; gap: 19px; }
.form-status { margin: 0; padding: 12px 14px; background: #dff3e8; color: #123c3a; font-size: 14px; font-weight: 700; }
.form-status.is-error { background: #ffe3dc; color: #7a291d; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 7px; color: var(--ink); font-size: 14px; font-weight: 800; }
.optional { color: var(--muted); font-weight: 400; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; min-height: 47px; padding: 10px 12px; border: 1px solid #9ca7a1; border-radius: 0; background: white; color: var(--ink); }
.contact-form textarea { min-height: 125px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(245,109,84,.35); border-color: var(--coral); }
.consent-check { display: flex !important; grid-template-columns: 18px 1fr; align-items: start; gap: 10px !important; color: var(--muted) !important; font-size: 12px !important; font-weight: 400 !important; }
.consent-check input { margin: 3px 0 0; accent-color: var(--forest); }
.consent-check a { color: var(--forest); }
.honeypot { position: absolute !important; left: -10000px; }
.contact-form .button { justify-self: start; }

.site-footer { padding: 36px 0; background: var(--ink); color: white; }
.footer-layout { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.footer-brand img { width: 115px; }
.footer-layout p { margin: 0; color: #b7c4bd; font-size: 13px; }
.footer-links { display: flex; align-items: center; gap: 19px; }
.footer-links a, .text-button { color: white; font-size: 13px; }
.text-button { padding: 0; background: none; border: 0; text-decoration: underline; text-underline-offset: 3px; }

.inner-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.inner-nav { min-height: 82px; display: flex; align-items: center; gap: 25px; }
.inner-primary-nav { display: flex; gap: 22px; margin-left: auto; }
.inner-primary-nav a { color: var(--ink); font-size: 14px; text-decoration: none; }
.inner-primary-nav a:hover, .inner-primary-nav .nav-current { color: var(--coral); }
.brand-dark img { filter: none; }
.brand-dark span { border-left-color: var(--line); color: var(--muted); }
.inner-nav .phone-link { color: var(--forest); font-weight: 800; text-decoration: none; }
.back-link { color: var(--ink); font-size: 14px; text-underline-offset: 4px; }
.inner-hero { min-height: 470px; display: flex; align-items: end; padding: 80px 0; color: white; background-position: center; background-size: cover; }
.inner-hero .container { position: relative; }
.inner-hero h1 { max-width: 800px; font-size: clamp(3rem, 6vw, 5.5rem); }
.inner-hero p:not(.eyebrow) { max-width: 650px; margin: 22px 0 0; font-size: 19px; }
.legacy-inner-stage { padding: 38px 0 0; }
.legacy-inner-stage img { display: block; width: 100%; max-height: 490px; object-fit: cover; }
.legacy-product-intro { padding-bottom: 62px; }
.legacy-product-intro .container { max-width: 850px; }
.legacy-product-intro h1 { color: var(--ink); font-size: clamp(3rem, 5vw, 5.1rem); }
.legacy-product-intro h1 span { display: block; color: var(--coral); font-weight: 400; }
.legacy-product-intro p { max-width: 760px; font-size: 17px; }
.production-list { padding: 0 0 115px; }
.production-row { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 360px; background: var(--sand); }
.production-row + .production-row { margin-top: 28px; }
.production-row img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.production-row div { padding: clamp(30px, 6vw, 80px); }
.production-row h2 { color: var(--ink); font-size: clamp(2.2rem, 4vw, 3.7rem); }
.production-row p { color: var(--muted); font-size: 17px; }
.production-row a { color: var(--ink); font-weight: 700; text-decoration-color: var(--coral); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.production-row-reverse img { order: 2; }
.aroma-hero { background-image: linear-gradient(90deg, rgba(10,37,34,.89), rgba(10,37,34,.45)), url("assets/fluessige-aromen.jpg"); }
.loan-hero { background-image: linear-gradient(90deg, rgba(10,37,34,.89), rgba(10,37,34,.40)), url("assets/pulver-aromen.jpg"); }
.reaction-hero { background-image: linear-gradient(90deg, rgba(10,37,34,.89), rgba(10,37,34,.40)), url("assets/reaktor-aromen.jpg"); }
.mocha-hero { background-image: linear-gradient(90deg, rgba(10,37,34,.89), rgba(10,37,34,.40)), url("assets/feinstvermahlen-aromen.jpg"); }
.product-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 10vw, 160px); }
.product-details { border-top: 1px solid var(--ink); }
.product-details article { padding: 24px 0; border-bottom: 1px solid var(--ink); }
.product-details h3 { font-family: var(--serif); font-size: 29px; font-weight: 400; }
.product-details p { margin: 9px 0 0; max-width: 600px; color: var(--muted); }
.inquiry-band { padding: 75px 0; background: var(--aqua); }
.inquiry-band .container { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.inquiry-band h2 { font-size: clamp(2.2rem, 4vw, 3.7rem); }
.legal-page { padding: 100px 0; }
.legal-content { width: min(800px, calc(100% - 48px)); margin: 0 auto; }
.legal-content h1 { color: var(--forest); font-size: clamp(3.1rem, 6vw, 5rem); }
.legal-content h2 { margin: 45px 0 12px; color: var(--forest); font-size: 30px; }
.legal-content h3 { margin: 34px 0 12px; color: var(--forest); font-family: var(--serif); font-size: 26px; font-weight: 400; }
.legal-content h4 { margin: 28px 0 12px; color: var(--ink); font-size: 17px; }
.legal-content p { margin: 0 0 16px; }
.legal-content ul { margin: 0 0 20px; padding-left: 24px; }
.legal-content li { margin: 0 0 10px; }
.legal-content a { color: var(--forest); text-underline-offset: 3px; }

.cookie-banner { position: fixed; right: 20px; bottom: 20px; z-index: 9; display: grid; grid-template-columns: 1fr auto; gap: 20px; max-width: 700px; padding: 22px; background: white; border: 1px solid var(--ink); box-shadow: 0 18px 55px rgba(16,35,32,.22); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 4px 0 5px; color: var(--muted); font-size: 13px; }
.cookie-banner a { font-size: 13px; }
.cookie-actions { display: flex; align-items: center; gap: 9px; }
.button-quiet { background: white; border-color: var(--ink); color: var(--ink); }

@media (max-width: 860px) {
  .site-header { background: var(--forest); position: relative; }
  .nav-wrap { min-height: 72px; flex-wrap: wrap; gap: 14px; }
  .brand span, .nav-phone { display: none; }
  .menu-toggle { display: block; margin-left: auto; text-decoration: underline; text-underline-offset: 4px; }
  .primary-nav { display: none; flex: 0 0 100%; flex-direction: column; gap: 13px; padding: 6px 0 20px; }
  .primary-nav.is-open { display: flex; }
  .hero { min-height: 700px; }
  .hero-content { padding: 100px 0 145px; }
  .hero-strip div { padding: 16px; }
  .hero-strip div:nth-child(2), .hero-strip div:last-child { padding: 16px; }
  .split-heading, .applications-layout, .contract-layout, .contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-item { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .service-item:last-child { border-bottom: 0; }
  .proof-layout { grid-template-columns: 1fr; gap: 20px; }
  .proof-layout > p { margin: 0; }
  .form-row { grid-template-columns: 1fr; }
  .footer-layout { grid-template-columns: 1fr; gap: 20px; }
  .inner-nav { flex-wrap: wrap; padding: 16px 0; }
  .inner-nav .brand span { display: none; }
  .inner-nav .phone-link { margin-left: auto; }
  .product-layout { grid-template-columns: 1fr; gap: 36px; }
  .inner-primary-nav { order: 3; flex: 0 0 100%; justify-content: center; }
  .production-row { grid-template-columns: 1fr; }
  .production-row img { min-height: 290px; }
  .production-row-reverse img { order: 0; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 32px, 1180px); }
  .section { padding: 78px 0; }
  h1 { font-size: 3.15rem; }
  h2 { font-size: 2.55rem; }
  .hero-copy { font-size: 17px; }
  .hero-strip { grid-template-columns: 1fr; }
  .hero-strip div { min-height: auto; padding: 8px 16px; display: flex; gap: 12px; align-items: center; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .hero-strip div:nth-child(2), .hero-strip div:last-child { padding: 8px 16px; }
  .hero-strip strong { font-size: 14px; min-width: 68px; }
  .hero-strip span { font-size: 12px; }
  .image-frame, .image-frame img { min-height: 340px; }
  .certifications span { min-width: calc(50% - 5px); flex: 1; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; grid-template-columns: 1fr; }
  .cookie-actions { align-items: stretch; }
  .cookie-actions .button { flex: 1; padding-left: 10px; padding-right: 10px; }
  .inner-nav { gap: 14px; }
  .inner-nav .phone-link { display: none; }
  .inner-primary-nav { gap: 14px; justify-content: flex-start; overflow-x: auto; padding-bottom: 2px; }
  .inner-primary-nav a { font-size: 13px; white-space: nowrap; }
  .back-link { margin-left: auto; }
  .inner-hero { min-height: 430px; padding: 70px 0; }
  .inquiry-band .container { display: block; }
  .inquiry-band .button { margin-top: 24px; }
}