:root {
    --bg-primary: #F7F5F0;
    --bg-secondary: #EEE8DE;
    --bg-deep: #131211;
    --bg-deep-soft: #1C1A17;
    --text-dark: #17140F;
    --text-muted: #7C7568;
    --text-light: #F7F5F0;
    --text-light-muted: rgba(247, 245, 240, 0.62);
    --accent: #b4aa9d;
    --accent-deep: #0f0f0f;
    --primary-gray: #3A3A3A;
    --line: rgba(23, 20, 15, 0.12);
    --line-dark: rgba(247, 245, 240, 0.16);
    --white: #ffffff;
    --serif: 'Bodoni Moda', serif;
    --sans: 'Jost', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background-color: var(--bg-primary); color: var(--text-dark); line-height: 1.7; font-weight: 300; overflow-x: hidden; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; letter-spacing: 0.2px; color: var(--text-dark); }
em { font-style: italic; color: var(--accent); font-weight: 500; }
a { text-decoration: none; color: inherit; transition: all 0.3s ease; }
img { display: block; max-width: 100%; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
:focus-visible { outline: 1.5px solid var(--accent); outline-offset: 4px; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s ease, transform 0.9s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
    * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; }
}
.btn { display: inline-block; padding: 15px 32px; background-color: var(--primary-gray); color: var(--white); text-transform: uppercase; font-family: var(--sans); font-size: 0.75rem; letter-spacing: 2px; font-weight: 500; border: 1px solid var(--primary-gray); cursor: pointer; transition: all 0.4s ease; }
.btn:hover { background-color: transparent; color: var(--primary-gray); }
.btn-outline-light { display: inline-block; padding: 15px 32px; background-color: transparent; color: var(--white); border: 1px solid rgba(255, 255, 255, 0.55); text-transform: uppercase; font-family: var(--sans); font-size: 0.75rem; letter-spacing: 2px; font-weight: 500; cursor: pointer; transition: all 0.4s ease; }
.btn-outline-light:hover { background-color: var(--white); color: var(--text-dark); border-color: var(--white); }
.btn-text { display: inline-flex; align-items: center; gap: 10px; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 2px; font-weight: 500; color: inherit; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
section { padding: 130px 0; position: relative; }
.bg-primary { background-color: var(--bg-primary); }
.bg-secondary { background-color: var(--bg-secondary); }
.bg-deep { background-color: var(--bg-deep); color: var(--text-light); }
.bg-deep h2, .bg-deep h3, .bg-deep h4 { color: var(--text-light); }
.bg-deep::after { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); opacity: 0.05; mix-blend-mode: overlay; pointer-events: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-family: var(--sans); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 3px; font-weight: 500; color: var(--accent); margin-bottom: 18px; }
.eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(169, 137, 95, 0.18); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 70px; }
.section-title { font-size: clamp(2.1rem, 3.4vw, 2.85rem); margin-bottom: 18px; font-weight: 500; }
.section-subtitle { color: var(--text-muted); font-size: 1.02rem; font-weight: 300; }
.bg-deep .section-subtitle { color: var(--text-light-muted); }
.collection-link { display: inline-block; color: var(--accent); transition: transform 0.3s ease, color 0.3s ease; }
.collection-link:hover { color: var(--text-light); transform: scale(1.06); }
.attention-link { display: inline-block; animation: subtle-pulse 2.8s ease-in-out infinite; transform-origin: center; }
.attention-link:hover { color: #968d81; animation-play-state: paused; transform: scale(1.06); }
.collection-link.attention-link:hover { color: #c9c1b7; }
@keyframes subtle-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.035); }
}
header { background-color: rgba(247, 245, 240, 0.92); backdrop-filter: blur(10px); position: fixed; width: 100%; top: 0; left: 0; z-index: 1000; border-bottom: 1px solid var(--line); }
.nav-container { position: relative; display: flex; align-items: center; justify-content: space-between; height: 88px; max-width: 1320px; margin: 0 auto; padding: 0 32px; }
.logo-wrapper { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; }
.logo { font-family: var(--serif); font-size: 1.5rem; font-weight: 500; letter-spacing: 3px; color: var(--text-dark); display: block; }
.logo span { display: block; font-family: var(--sans); font-size: 0.62rem; font-weight: 400; letter-spacing: 5px; text-transform: uppercase; color: var(--text-muted); margin-top: 2px; }
.logo-wrapper .logo { opacity: 0; transition: opacity 0.5s ease; pointer-events: none; }
.logo-wrapper .logo.is-visible { opacity: 1; pointer-events: auto; }
.system-detail-page .logo-wrapper .logo, .geuren-page .logo-wrapper .logo { opacity: 1; pointer-events: auto; }
.nav-menu { display: flex; list-style: none; gap: 30px; margin: 0; padding: 0; }
.nav-item a { font-family: var(--sans); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1.6px; font-weight: 500; color: var(--primary-gray); text-decoration: none; position: relative; padding: 10px 0; }
.nav-item a:hover { color: var(--text-dark); }
.nav-btn-wrapper { display: flex; align-items: center; }
.nav-btn { padding: 11px 26px; border: 1px solid var(--primary-gray); color: var(--primary-gray); text-decoration: none; font-family: var(--sans); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1.6px; font-weight: 500; transition: all 0.4s ease; }
.nav-btn:hover { background-color: var(--primary-gray); color: var(--white); }
.intro-image-wrapper { position: fixed; top: 50%; left: 50%; width: 230px; height: 230px; transform: translate(-50%, -50%); z-index: 1100; transition: top 0.9s cubic-bezier(0.65, 0, 0.35, 1), width 0.9s cubic-bezier(0.65, 0, 0.35, 1), height 0.9s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.45s ease; pointer-events: none; }
.intro-image-wrapper img { width: 100%; height: 100%; object-fit: contain; display: block; }
body.is-scrolled .intro-image-wrapper { top: 44px; width: 46px; height: 46px; }
body.logo-ready .intro-image-wrapper { opacity: 0; }
@media (prefers-reduced-motion: reduce) {
    .intro-image-wrapper, .hero-content, .logo-wrapper .logo { transition: none !important; }
}
#hero { height: 100vh; min-height: 620px; background: linear-gradient(180deg, rgba(19,18,17,0.55) 0%, rgba(19,18,17,0.72) 55%, rgba(19,18,17,0.92) 100%), url('images/homelobby.webp') center/cover no-repeat; background-attachment: fixed; display: flex; align-items: center; justify-content: center; color: var(--text-light); text-align: center; padding-top: 88px; }
.hero-rings { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; pointer-events: none; }
.hero-rings span { position: absolute; width: 120px; height: 120px; border: 1px solid rgba(247, 245, 240, 0.28); border-radius: 50%; animation: diffuse 7s ease-out infinite; }
.hero-rings span:nth-child(2) { animation-delay: 2.3s; }
.hero-rings span:nth-child(3) { animation-delay: 4.6s; }
@keyframes diffuse {
    0% { transform: scale(0.4); opacity: 0; }
    18% { opacity: 0.7; }
    100% { transform: scale(5.5); opacity: 0; }
}
.hero-content { max-width: 760px; margin: 0 auto; position: relative; z-index: 2; opacity: 0; transform: translateY(24px); transition: opacity 0.9s ease 0.15s, transform 0.9s ease 0.15s; }
body.is-scrolled .hero-content { opacity: 1; transform: translateY(0); }
.hero-content .eyebrow { color: var(--accent); justify-content: center; }
.hero-content p { font-size: 1.08rem; margin: 0 auto 42px; max-width: 540px; letter-spacing: 0.2px; font-weight: 300; color: var(--text-light-muted); }
.hero-actions { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; }
.odor-solution-section { overflow: hidden; }
.odor-solution-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr); gap: clamp(54px, 9vw, 128px); align-items: center; }
.odor-solution-copy { max-width: 680px; }
.odor-solution-copy .section-title { font-size: clamp(2.5rem, 4.5vw, 4.2rem); line-height: 1.08; margin-bottom: 30px; }
.odor-solution-copy > p { max-width: 640px; color: var(--text-muted); font-size: 0.98rem; margin-bottom: 18px; }
.odor-solution-copy > p:last-of-type { margin-bottom: 0; }
.odor-solution-cta { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--line); }
.odor-solution-cta strong { max-width: 250px; font-family: var(--serif); font-size: 1.15rem; line-height: 1.35; font-weight: 500; }
.odor-solution-cta .btn { padding: 13px 22px; font-size: 0.68rem; }
.odor-solution-cta .btn span { margin-left: 8px; font-size: 1rem; }
.odor-solution-panel { min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; padding: 36px; position: relative; background: var(--bg-deep); color: var(--text-light); box-shadow: 20px 24px 0 rgba(180, 170, 157, 0.35); }
.odor-solution-panel::before { content: ''; position: absolute; inset: 14px; border: 1px solid var(--line-dark); pointer-events: none; }
.odor-panel-number { align-self: flex-end; color: var(--accent); font-size: 0.72rem; letter-spacing: 2px; }
.odor-solution-panel .eyebrow { color: var(--accent); }
.odor-solution-panel h3 { max-width: 330px; margin-bottom: 18px; color: var(--text-light); font-size: clamp(2rem, 3.2vw, 2.9rem); line-height: 1.1; }
.odor-solution-panel p { max-width: 330px; color: var(--text-light-muted); font-size: 0.94rem; }
.odor-panel-line { width: 72px; height: 1px; background: var(--accent); }
.systems-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin-bottom: 34px; align-items: stretch; }
.system-card { background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: 24px; transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease; display: flex; flex-direction: column; height: 100%; box-shadow: 0 14px 36px rgba(23, 20, 15, 0.04); }
.system-card:hover { transform: translateY(-8px); box-shadow: 0 24px 50px rgba(23, 20, 15, 0.08); border-color: var(--accent); }
.system-media { overflow: hidden; border-radius: 18px; aspect-ratio: 4 / 3; margin-bottom: 22px; background: var(--bg-secondary); }
.system-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.55s ease; }
.system-card:hover .system-media img { transform: scale(1.04); }
.system-tag { display: block; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted); margin-bottom: 12px; }
.system-service { display: inline-block; align-self: flex-start; margin-bottom: 14px; padding: 5px 10px; border: 1px solid var(--accent); color: var(--accent-deep); font-size: 0.62rem; font-weight: 600; letter-spacing: 1.4px; line-height: 1.2; text-transform: uppercase; }
.system-card h3 { font-size: 1.45rem; margin-bottom: 12px; }
.system-card p { color: var(--text-muted); font-size: 0.95rem; flex-grow: 1; }
.system-feature { display: grid; grid-template-columns: 1fr 1.1fr; background: var(--bg-deep); color: var(--text-light); overflow: hidden; position: relative; border-radius: 28px; box-shadow: 0 24px 60px rgba(23, 20, 15, 0.12); }
.system-feature::after { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); opacity: 0.05; mix-blend-mode: overlay; pointer-events: none; }
.system-feature-media { position: relative; min-height: 340px; overflow: hidden; }
.system-feature-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.system-feature-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,18,17,0.72) 0%, rgba(19,18,17,0.12) 58%, rgba(19,18,17,0.36) 100%); pointer-events: none; }
.system-feature-content { padding: 56px 54px; position: relative; z-index: 2; }
.system-feature .system-tag { color: var(--text-light-muted); }
.system-feature h3 { font-size: 1.9rem; margin-bottom: 16px; color: var(--accent); }
.system-feature p { color: var(--text-light-muted); margin-bottom: 30px; max-width: 420px; }
.benefits-section { overflow: hidden; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 72px; row-gap: 92px; position: relative; }
.benefits-grid::before { content: ''; position: absolute; top: 0; bottom: 0; left: 33.333%; width: 1px; background: linear-gradient(transparent, var(--line), transparent); pointer-events: none; }
.benefit-item { position: relative; padding: 0 18px; }
.benefit-number { position: absolute; top: 2px; right: 18px; color: var(--accent); font-size: 0.65rem; letter-spacing: 2px; }
.benefit-icon { width: 66px; height: 66px; margin: 0 auto 25px; border: 1px solid rgba(23, 20, 15, 0.28); border-radius: 50%; display: grid; place-items: center; color: var(--text-muted); transition: color 0.35s ease, border-color 0.35s ease, transform 0.35s ease; }
.benefit-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.benefit-item:hover .benefit-icon { color: var(--accent-deep); border-color: var(--accent-deep); transform: rotate(8deg) scale(1.08); }
.benefit-item h3 { text-align: center; font-family: var(--sans); font-size: 1rem; font-weight: 600; margin-bottom: 6px; }
.benefit-item p { text-align: center; color: var(--text-muted); font-size: 0.86rem; line-height: 1.55; }
.about-wrapper { display: flex; align-items: center; gap: 80px; }
.about-text { flex: 1; }
.about-text h2 { font-size: clamp(2rem, 3.2vw, 2.6rem); margin-bottom: 24px; text-align: left; }
.about-text p { margin-bottom: 20px; color: var(--text-muted); }
.about-actions { margin-top: 22px; }
.learn-more-link { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; border: 1px solid var(--accent); color: var(--accent); font-family: var(--sans); font-size: 0.86rem; font-weight: 500; border-radius: 999px; transition: all 0.35s ease; text-transform: none; }
.learn-more-link:hover { background-color: var(--accent); color: var(--white); }
.about-img-wrapper { flex: 1; position: relative; }
.about-img-wrapper::before { content: ''; position: absolute; inset: -16px; border: 1px solid var(--accent); border-radius: 22px; z-index: 0; }
.about-img { position: relative; z-index: 1; display: block; width: 100%; height: 500px; object-fit: cover; border-radius: 22px; }
.info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.info-box { text-align: left; padding: 0 32px; border-left: 1px solid var(--line); }
.info-box:first-child { border-left: none; padding-left: 0; }
.info-icon { width: 38px; height: 38px; margin-bottom: 22px; color: var(--accent); }
.info-icon svg { width: 100%; height: 100%; }
.info-box h3 { font-size: 1.1rem; margin-bottom: 12px; }
.info-box p { font-size: 0.88rem; color: var(--text-muted); }
.faq-wrapper { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); padding: 26px 0; text-align: left; width: 100%; min-width: 0; }
.faq-item summary { font-family: var(--serif); font-size: 1.1rem; font-weight: 500; cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; min-width: 0; text-align: left; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-toggle { font-family: var(--sans); font-size: 1.2rem; color: var(--accent); flex-shrink: 0; transition: transform 0.45s ease; }
.faq-item[open] .faq-toggle { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; padding-top: 0; color: var(--text-muted); font-size: 0.94rem; max-width: 640px; width: 100%; min-width: 0; box-sizing: border-box; overflow-wrap: anywhere; text-align: left; opacity: 0; transition: max-height 0.45s ease, padding-top 0.45s ease, opacity 0.3s ease; }
.faq-item[open] .faq-answer, .faq-item[data-state="open"] .faq-answer { max-height: 600px; padding-top: 16px; opacity: 1; }
.faq-item[data-state="opening"] .faq-answer { max-height: 0; padding-top: 0; opacity: 0; }
.faq-item[data-state="closing"] .faq-answer { max-height: 0; padding-top: 0; opacity: 0; }
#contact { background: linear-gradient(180deg, rgba(19,18,17,0.86), rgba(19,18,17,0.94)), url('images/contact1.jpg') center/cover no-repeat; background-attachment: fixed; color: var(--text-light); }
#contact::after { display: none; }
.contact-wrapper { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 70px; align-items: start; }
.contact-info .eyebrow { justify-content: flex-start; }
.contact-info h2 { font-size: clamp(2.1rem, 3.4vw, 2.7rem); color: var(--text-light); margin-bottom: 20px; }
.contact-info > p { color: var(--text-light-muted); margin-bottom: 40px; max-width: 420px; }
.contact-details { list-style: none; }
.contact-details li { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 22px; font-size: 0.92rem; color: rgba(255,255,255,0.85); padding-bottom: 22px; border-bottom: 1px solid var(--line-dark); }
.contact-details li:last-child { border-bottom: none; }
.contact-details strong { display: block; font-family: var(--sans); font-weight: 500; color: var(--text-light); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 4px; }
.contact-details a { color: var(--text-light); border-bottom: 1px solid transparent; }
.contact-details a:hover { color: var(--accent); border-color: var(--accent); }
.contact-form { display: flex; flex-direction: column; gap: 30px; }
.form-group { position: relative; }
.form-group input, .form-group textarea { width: 100%; padding: 12px 2px; background: transparent; border: none; border-bottom: 1px solid rgba(255, 255, 255, 0.3); font-family: var(--sans); font-size: 1rem; color: var(--text-light); outline: none; font-weight: 300; resize: none; }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.4); }
.form-group input:focus, .form-group textarea:focus { border-color: var(--accent); }
.form-group select { width: 100%; padding: 12px 2px; border: 0; border-bottom: 1px solid rgba(255,255,255,0.3); background: transparent; color: var(--text-light); font: 300 1rem var(--sans); outline: none; }
.form-group select option { color: var(--text-dark); background: var(--bg-primary); }
.form-note { font-size: 0.8rem; color: var(--text-light-muted); }
.form-note strong { color: var(--accent); font-weight: 500; }
.form-success { padding: 16px 18px; border: 1px solid var(--accent); color: var(--text-light); font-size: 0.9rem; }
footer { background-color: var(--bg-primary); border-top: 1px solid var(--line); padding: 64px 0 30px; }
.footer-wrapper { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 48px; margin-bottom: 42px; }
.footer-logo { font-family: var(--serif); font-size: 1.2rem; letter-spacing: 2px; }
.footer-logo span { color: var(--text-muted); font-weight: 300; }
.footer-contact { display: flex; flex-direction: column; gap: 5px; color: var(--text-muted); font-size: 0.88rem; }
.footer-contact a { color: var(--text-dark); border-bottom: 1px solid var(--accent); width: fit-content; }
.footer-contact a:hover { color: var(--accent); }
.footer-heading { color: var(--text-dark); font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 13px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; list-style: none; }
.footer-links a { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-muted); }
.footer-links a:hover { color: var(--accent); }
.footer-business { display: flex; flex-direction: column; gap: 6px; color: var(--text-muted); font-size: 0.82rem; }
.footer-business strong { color: var(--text-dark); font-weight: 500; }
.footer-legal { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 14px; }
.footer-legal a { color: var(--text-muted); font-size: 0.72rem; border-bottom: 1px solid var(--line); }
.footer-legal a:hover { color: var(--accent); border-color: var(--accent); }
.footer-bottom { text-align: center; font-size: 0.72rem; letter-spacing: 1px; color: var(--text-muted); text-transform: uppercase; padding-top: 26px; border-top: 1px solid var(--line); }
.legal-page { padding: 110px 0; }
.legal-content { max-width: 780px; }
.legal-content h2 { font-size: 1.8rem; margin: 34px 0 10px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { color: var(--text-muted); max-width: 680px; }
.whatsapp-float { position: fixed; width: 56px; height: 56px; bottom: 30px; right: 30px; background-color: var(--text-dark); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(23,20,15,0.25); z-index: 1100; transition: all 0.35s ease; }
.whatsapp-icon { width: 26px; height: 26px; fill: var(--white); }
.whatsapp-float:hover { background-color: var(--accent); transform: translateY(-4px); }
.inner-page header { background-color: rgba(247, 245, 240, 0.96); }
.inner-page .nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; z-index: 1200; }
.inner-page .nav-toggle span { width: 24px; height: 1px; background: var(--text-dark); transition: all 0.3s ease; }
.inner-page .nav-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.inner-page .nav-toggle.active span:nth-child(2) { opacity: 0; }
.inner-page .nav-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.inner-page .mobile-menu { display: none; }
.page-hero { height: 62vh; min-height: 460px; background: linear-gradient(180deg, rgba(19,18,17,0.5) 0%, rgba(19,18,17,0.78) 65%, rgba(19,18,17,0.94) 100%), url(images/overons.png) center/cover no-repeat; background-attachment: fixed; display: flex; align-items: center; justify-content: center; color: var(--text-light); text-align: center; padding-top: 88px; }
.page-hero .eyebrow { justify-content: center; }
.faq-hero { background-image: linear-gradient(180deg, rgba(19,18,17,0.5), rgba(19,18,17,0.94)), url('images/ruimte1.png'); }
.contact-hero { background-image: linear-gradient(180deg, rgba(19,18,17,0.45), rgba(19,18,17,0.94)), url('images/scent.jpeg'); }
.page-hero h1 { max-width: 780px; margin: 0 auto 18px; color: var(--text-light); font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 500; line-height: 1.08; }
.page-hero-intro { max-width: 570px; margin: 0 auto 28px; color: var(--text-light-muted); font-size: 1.05rem; }
.breadcrumb { color: var(--text-light-muted); font-size: 0.72rem; letter-spacing: 1.5px; text-transform: uppercase; }
.breadcrumb a { color: var(--text-light-muted); border-bottom: 1px solid transparent; }
.breadcrumb a:hover { color: var(--white); border-color: var(--white); }
.faq-page-section { padding-top: 115px; }
.faq-intro { display: grid; grid-template-columns: 1fr 0.8fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.faq-intro h2 { max-width: 620px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.15; }
.faq-intro > p { color: var(--text-muted); max-width: 390px; }
.inline-link { color: var(--text-dark); border-bottom: 1px solid var(--accent); font-weight: 500; }
.inline-link:hover { color: var(--accent); }
.faq-tools { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 72px; }
.faq-search { display: flex; align-items: center; gap: 12px; max-width: 360px; flex: 1; color: var(--accent); }
.faq-search span { font-size: 1.7rem; line-height: 1; transform: rotate(-20deg); }
.faq-search input { width: 100%; border: 0; outline: 0; background: transparent; font: inherit; color: var(--text-dark); }
.faq-search input::placeholder { color: var(--text-muted); }
.faq-filters { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.faq-filter { border: 1px solid var(--line); background: transparent; color: var(--text-muted); padding: 9px 15px; font: 500 0.68rem var(--sans); letter-spacing: 1.3px; text-transform: uppercase; cursor: pointer; transition: all 0.3s ease; }
.faq-filter:hover, .faq-filter.is-active { border-color: var(--text-dark); color: var(--text-dark); background: var(--bg-secondary); }
.faq-category { display: grid; grid-template-columns: 0.55fr 1.45fr; gap: 60px; padding: 46px 0; border-bottom: 1px solid var(--line); min-width: 0; }
.faq-category-heading { display: flex; gap: 18px; align-items: flex-start; }
.faq-category-heading span { color: var(--accent); font-size: 0.72rem; letter-spacing: 2px; padding-top: 8px; }
.faq-category-heading h2 { font-size: clamp(1.65rem, 3vw, 2.25rem); line-height: 1.15; }
.faq-category .faq-wrapper { max-width: none; min-width: 0; width: 100%; }
.faq-category.is-hidden, .faq-item.is-hidden { display: none; }
.faq-empty { text-align: center; padding: 70px 0 20px; color: var(--text-muted); }
.faq-cta { padding: 78px 0; }
.faq-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.faq-cta h2 { color: var(--text-light); font-size: clamp(2rem, 4vw, 3.1rem); }
.contact-page-section { padding: 120px 0; }
.contact-page-section::after { display: none; }
.contact-mark { color: var(--accent); font-size: 0.7rem; letter-spacing: 2px; padding-top: 3px; }
.contact-aside { margin-top: 42px; padding: 20px 0; border-top: 1px solid var(--line-dark); display: flex; flex-direction: column; gap: 6px; color: var(--text-light-muted); font-size: 0.85rem; }
.contact-aside a { color: var(--accent); font-size: 1rem; }
.form-section-label { color: var(--accent); font-size: 0.68rem; letter-spacing: 2.5px; text-transform: uppercase; padding-bottom: 2px; border-bottom: 1px solid var(--line-dark); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.contact-intake .form-group { display: flex; flex-direction: column; gap: 4px; }
.contact-intake .form-group > span { color: var(--text-light-muted); font-size: 0.72rem; letter-spacing: 1px; text-transform: uppercase; }
.scent-showcase { padding: 90px 0 0; position: relative; overflow: hidden; min-height: 760px; background: var(--bg-deep); }
.scent-header-wrap { position: relative; z-index: 3; margin-bottom: 20px; }
.scent-header-wrap .section-head { margin-bottom: 30px; }
.scent-header-wrap .section-title, .scent-header-wrap .eyebrow, .scent-header-wrap .section-subtitle { color: var(--text-light); }
.scent-header-wrap .section-subtitle { color: rgba(247, 245, 240, 0.7); }
.scent-slideshow { position: relative; width: 100%; height: 100vh; min-height: 760px; background: var(--bg-deep); }
.scent-slide { position: absolute; inset: 0; background-size: cover; background-position: center center; opacity: 0; visibility: hidden; transform: scale(1.06); transition: opacity 0.9s ease, transform 1.2s ease, visibility 0.9s ease; }
.scent-slide.active { opacity: 1; visibility: visible; transform: scale(1); }
.scent-slide-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18, 16, 15, 0.78) 0%, rgba(18, 16, 15, 0.52) 35%, rgba(18, 16, 15, 0.2) 100%); }
.scent-slide-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 110px; padding-bottom: 110px; max-width: 720px; }
.scent-slide-content .eyebrow { margin-bottom: 18px; justify-content: flex-start; color: var(--text-light); }
.scent-slide-content .eyebrow::before { background: var(--accent); box-shadow: 0 0 0 4px rgba(180, 170, 157, 0.18); }
.scent-slide-content h2 { font-size: clamp(2.8rem, 4vw, 5rem); line-height: 0.98; margin-bottom: 18px; color: var(--text-light); max-width: 580px; }
.scent-slide-content p { max-width: 520px; font-size: 1.08rem; color: rgba(247, 245, 240, 0.86); }
.scent-slider-dots { position: absolute; left: 50%; bottom: 38px; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; z-index: 3; }
.scent-dot { width: 12px; height: 12px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.7); background: transparent; cursor: pointer; transition: all 0.3s ease; padding: 0; }
.scent-dot.active { background: var(--white); border-color: var(--white); transform: scale(1.2); }
.dark-link { margin-top: 22px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border-color: rgba(23, 20, 15, 0.24); color: var(--text-dark); background: transparent; }
.dark-link:hover { background: var(--text-dark); color: var(--white); border-color: var(--text-dark); }
.system-detail-page { background: var(--bg-primary); color: var(--text-dark); }
.system-detail-hero { padding: 150px 0 80px; }
.system-detail-layout { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: center; }
.system-detail-media { position: relative; min-height: 500px; overflow: hidden; border-radius: 26px; box-shadow: 0 30px 70px rgba(23, 20, 15, 0.12); border: 1px solid var(--line); }
.system-detail-media img { width: 100%; height: 100%; object-fit: cover; }
.system-detail-copy { padding: 12px 0; }
.system-detail-tag { display: inline-block; margin-bottom: 18px; font-family: var(--sans); font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); font-weight: 500; }
.system-detail-copy h1 { font-size: clamp(2.5rem, 5vw, 4.2rem); line-height: 0.96; margin-bottom: 20px; }
.system-detail-copy p { font-size: 1.04rem; color: var(--text-muted); max-width: 520px; margin-bottom: 28px; }
.system-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; margin-top: 60px; }
.detail-card { background: rgba(255, 255, 255, 0.48); border: 1px solid var(--line); border-radius: 22px; padding: 28px 24px; }
.detail-card h3 { font-size: 1.3rem; margin-bottom: 18px; }
.point-list, .space-list { list-style: none; display: grid; gap: 12px; }
.point-list li, .space-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.98rem; line-height: 1.6; color: var(--text-dark); }
.point-list li::before, .space-list li::before { content: '•'; color: var(--accent); font-size: 1.4rem; line-height: 1; }
.point-list li.negative::before { content: '−'; color: #8b6d5c; font-weight: 700; }
.point-list li.positive::before { content: '+'; color: #33665d; font-weight: 700; }
.detail-card--dark { background: var(--bg-deep); color: var(--text-light); }
.detail-card--dark h3, .detail-card--dark li { color: var(--accent); }
.detail-card--dark p { color: var(--text-light-muted); }
.detail-card--dark .space-list li::before { color: var(--accent); }
.reviews-section { padding: 105px 0; }
.reviews-section .section-head { text-align: center; margin-bottom: 48px; }
.reviews-section .btn-text { margin-top: 12px; display: inline-flex; }
.reviews-carousel-wrapper { position: relative; display: flex; align-items: center; gap: 20px; }
.reviews-slider { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 10px 0; width: 100%; scrollbar-width: none; -ms-overflow-style: none; }
.reviews-slider::-webkit-scrollbar { display: none; }
.review-card { flex: 0 0 calc((100% - 24px) / 2); scroll-snap-align: start; background-color: var(--bg-primary); padding: 24px 32px; border: 1px solid var(--line); border-radius: 24px; display: flex; flex-direction: column; justify-content: space-between; min-height: 190px; transition: transform 0.3s ease, border-color 0.3s ease; }
.review-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.stars { color: var(--accent); font-size: 0.95rem; letter-spacing: 2px; margin-bottom: 12px; }
.review-text { font-family: var(--serif); font-style: italic; font-size: 0.98rem; line-height: 1.5; color: var(--text-dark); margin-bottom: 16px; }
.review-author { font-family: var(--sans); margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line); }
.review-author strong { display: block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-dark); font-weight: 500; margin-bottom: 2px; }
.review-author span { display: block; font-size: 0.76rem; color: var(--text-muted); font-weight: 300; }
.slider-arrow { flex: 0 0 44px; height: 44px; border-radius: 50%; background-color: var(--bg-primary); border: 1px solid var(--line); color: var(--text-dark); font-size: 1.5rem; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s ease; user-select: none; z-index: 2; }
.slider-arrow:hover { background-color: var(--primary-gray); color: var(--white); border-color: var(--primary-gray); }
body.geuren-page { background-color: #11100f; background-image: linear-gradient(118deg, transparent 0 24%, rgba(180, 170, 157, 0.08) 24.2%, transparent 24.6% 63%, rgba(104, 139, 132, 0.07) 63.2%, transparent 63.7%), repeating-linear-gradient(90deg, transparent 0, transparent 118px, rgba(247, 245, 240, 0.035) 119px, transparent 120px), linear-gradient(160deg, #1a1816 0%, #11100f 42%, #171513 100%); background-attachment: fixed; color: var(--text-light); }
.over-ons-page .section-head.centered { text-align: center; }
.over-ons-page .lead-wrapper { max-width: 780px; margin: 0 auto; text-align: center; position: relative; }
.over-ons-page .lead-rings { position: absolute; top: -60px; left: 50%; transform: translateX(-50%); width: 260px; height: 260px; pointer-events: none; z-index: 0; opacity: 0.5; }
.over-ons-page .lead-rings svg { width: 100%; height: 100%; }
.over-ons-page .lead-text { position: relative; z-index: 1; font-size: clamp(1.2rem, 2vw, 1.4rem); line-height: 1.85; color: var(--text-dark); font-weight: 300; text-align: left; }
.over-ons-page .lead-text::first-letter { font-family: var(--serif); font-size: 4.6rem; line-height: 0.75; font-weight: 500; float: left; padding: 8px 14px 0 0; color: var(--accent); }
.over-ons-page .philo-wrapper { display: flex; align-items: center; gap: 80px; }
.over-ons-page .philo-wrapper.reverse { flex-direction: row-reverse; }
.over-ons-page .philo-text { flex: 1; }
.over-ons-page .philo-text p { color: var(--text-muted); margin-bottom: 20px; font-size: 1.02rem; }
.over-ons-page .philo-text p:last-child { margin-bottom: 0; }
.over-ons-page .framed-img-wrapper { flex: 1; padding: 10px; border: 1px solid var(--accent); }
.over-ons-page .framed-img { height: 420px; background-size: cover; background-position: center; }
.over-ons-page .process-track { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; position: relative; margin-bottom: 60px; }
.over-ons-page .process-track::before { content: ''; position: absolute; top: 15px; left: 0; right: 0; height: 1px; background: var(--line); }
.over-ons-page .process-step { position: relative; }
.over-ons-page .process-num { position: relative; z-index: 2; display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: var(--bg-primary); border: 1px solid var(--accent); color: var(--accent); font-family: var(--sans); font-size: 0.78rem; margin-bottom: 22px; }
.over-ons-page .process-step h3 { font-size: 1.08rem; margin-bottom: 10px; }
.over-ons-page .process-step p { font-size: 0.86rem; color: var(--text-muted); }
.over-ons-page .process-close { text-align: center; max-width: 560px; margin: 0 auto; font-family: var(--serif); font-style: italic; font-size: 1.3rem; color: var(--text-dark); padding-top: 40px; border-top: 1px solid var(--line); }
.over-ons-page #onderscheidt { background: linear-gradient(180deg, rgba(19,18,17,0.82), rgba(19,18,17,0.93)), url('images/lobby1.avif') center/cover no-repeat; background-attachment: fixed; color: var(--text-light); }
.over-ons-page .distinguish-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; position: relative; z-index: 2; }
.over-ons-page .distinguish-text p { color: var(--text-light-muted); font-size: 1.02rem; }
.over-ons-page .value-list { list-style: none; }
.over-ons-page .value-list li { display: flex; align-items: baseline; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line-dark); }
.over-ons-page .value-list li:first-child { border-top: 1px solid var(--line-dark); }
.over-ons-page .value-list .value-num { font-family: var(--serif); font-style: italic; color: var(--accent); font-size: 1.1rem; flex-shrink: 0; width: 28px; }
.over-ons-page .value-list .value-label { font-family: var(--serif); font-size: 1.15rem; color: var(--text-light); }
.over-ons-page .manifesto-wrapper { position: relative; text-align: center; max-width: 780px; margin: 0 auto; }
.over-ons-page .manifesto-rings { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 420px; height: 420px; opacity: 0.35; pointer-events: none; z-index: 0; }
.over-ons-page .manifesto-rings svg { width: 100%; height: 100%; }
.over-ons-page .manifesto { position: relative; z-index: 1; font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(1.6rem, 3.2vw, 2.4rem); line-height: 1.5; color: var(--text-dark); margin-bottom: 44px; }
.over-ons-page .manifesto-cta { position: relative; z-index: 1; background-color: rgba(54, 48, 39, 0.75); border-color: var(--accent); }
.over-ons-page .manifesto-cta:hover { background-color: transparent; color: var(--accent); }
.scent-card { position: relative; height: 280px; overflow: hidden; cursor: pointer; transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.7s ease, border-color 0.7s ease; background: rgba(247, 245, 240, 0.04); border: 1px solid rgba(247, 245, 240, 0.14); isolation: isolate; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04); }
.scent-card::before { content: ''; position: absolute; inset: -24%; z-index: 1; pointer-events: none; opacity: 0.42; filter: blur(28px); background: radial-gradient(circle at 25% 28%, var(--scent-glow), transparent 42%); transition: transform 0.8s ease, opacity 0.6s ease; }
.scent-card:nth-child(1) { --scent-glow: #d7e4dc; }
.scent-card:nth-child(2) { --scent-glow: #e7b65c; }
.scent-card:nth-child(3) { --scent-glow: #d99ab5; }
.scent-card:nth-child(4) { --scent-glow: #7fae8e; }
.scent-card:nth-child(5) { --scent-glow: #85b9c7; }
.scent-card:nth-child(6) { --scent-glow: #a77b55; }
.scent-card:nth-child(7) { --scent-glow: #cf8c4c; }
.scent-card:nth-child(8) { --scent-glow: #c98a72; }
.scent-card:hover::before { transform: scale(1.18) translate(4%, -3%); opacity: 0.62; }
.scent-card:hover { border-color: var(--scent-glow); box-shadow: 0 0 0 1px color-mix(in srgb, var(--scent-glow) 42%, transparent), 0 0 22px color-mix(in srgb, var(--scent-glow) 38%, transparent), 0 0 52px color-mix(in srgb, var(--scent-glow) 22%, transparent), inset 0 0 0 1px rgba(255, 255, 255, 0.08); }
.scent-card-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.7s ease; }
.scent-card:hover .scent-card-bg { transform: scale(1.06); }
.scent-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(8, 8, 8, 0.04), rgba(8, 8, 8, 0.3)), linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.84) 100%); z-index: 2; }
.scent-card-content { position: relative; z-index: 3; height: 100%; padding: 36px 32px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; }
.scent-card-header { display: flex; justify-content: space-between; align-items: center; }
.scent-card-header h2 { font-size: 28px; line-height: 1.1; color: #d8cab8; margin: 0; text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6); }
.toggle-icon { font-size: 24px; font-weight: 300; width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); display: flex; align-items: center; justify-content: center; transition: transform 0.4s ease, background 0.3s ease; }
.scent-description { max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.5s ease, opacity 0.4s ease, margin-top 0.4s ease; }
.scent-description p { margin-top: 20px; font-size: 18px; line-height: 1.6; color: #e0e0e0; text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8); }
.scent-card.active { height: 420px; }
.scent-card.active .scent-description { max-height: 200px; opacity: 1; }
.scent-card.active .toggle-icon { transform: rotate(45deg); background: rgba(255, 255, 255, 0.9); color: #000; }
.brochure-page { padding: 0; }
.brochure-section { padding: 100px 0; }
.brochure-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 80px; align-items: center; }
.brochure-section:nth-child(even) { background: var(--bg-secondary); }
.brochure-scent-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.brochure-scent-grid .scent-card { height: 120px; }
.brochure-scent-grid .scent-card.active { height: 260px; }
.brochure-scent-grid .scent-card-content { padding: 20px 24px; }
.brochure-scent-grid .scent-card-header h2 { font-size: 1.35rem; }
.brochure-scent-grid .scent-description p { font-size: 0.9rem; }
.brochure-copy h2 { font-size: clamp(2.1rem, 3.4vw, 2.85rem); line-height: 1.25; margin-bottom: 24px; }
.brochure-copy p { color: var(--text-muted); font-size: 1rem; margin-bottom: 18px; }
.brochure-note { margin-top: 40px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--text-muted); font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase; }
@keyframes geuren-page-in {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes geuren-card-in {
    from { opacity: 0; transform: translateY(24px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
.geuren-page .brochure-section:first-child .brochure-grid { animation: geuren-page-in 0.9s 0.12s ease-out both; }
.geuren-page .brochure-section:nth-child(2) .brochure-grid { animation-delay: 0.24s; }
.geuren-page .scent-card { animation: geuren-card-in 0.7s ease-out both; }
.geuren-page .scent-card:nth-child(1) { animation-delay: 0.2s; }
.geuren-page .scent-card:nth-child(2) { animation-delay: 0.3s; }
.geuren-page .scent-card:nth-child(3) { animation-delay: 0.4s; }
.geuren-page .scent-card:nth-child(4) { animation-delay: 0.5s; }
@media (prefers-reduced-motion: reduce) {
    .geuren-page .brochure-grid, .geuren-page .scent-card { animation: none; }
}

/* =========================================
   VOLLEDIGE MOBIELE OPTIMALISATIE 
   ========================================= */

/* --- TABLET & KLEINE LAPTOPS (Tot 992px) --- */
@media (max-width: 992px) {
    section { padding: 80px 0; }
    .about-wrapper, .contact-wrapper, .system-detail-layout { grid-template-columns: 1fr; gap: 50px; }
    .odor-solution-layout { grid-template-columns: 1fr; gap: 50px; }
    .odor-solution-copy, .odor-solution-panel { max-width: 100%; }
    .system-feature { grid-template-columns: 1fr; }
    .system-feature-media { min-height: 280px; }
    .systems-grid { grid-template-columns: 1fr 1fr; }
    .info-grid { grid-template-columns: 1fr 1fr; row-gap: 40px; }
    .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
    .benefits-grid::before { display: none; }
    .review-card { flex: 0 0 100%; }
    .brochure-grid { grid-template-columns: 1fr; gap: 52px; }
    .brochure-section { padding: 76px 0; }
    
    /* Navigatie Menu */
    .nav-menu, .nav-btn-wrapper, .inner-page .nav-menu, .inner-page .nav-btn-wrapper { display: none; }
    .nav-toggle, .inner-page .nav-toggle { display: flex; }
    .mobile-menu, .inner-page .mobile-menu { 
        display: block; position: fixed; inset: 88px 0 0 0; background: var(--bg-primary); 
        transform: translateY(-8px); opacity: 0; pointer-events: none; transition: all 0.35s ease; 
        z-index: 999; padding: 40px 32px; overflow-y: auto; 
    }
    .mobile-menu.active, .inner-page .mobile-menu.active { opacity: 1; transform: translateY(0); pointer-events: auto; }
    .mobile-menu ul, .inner-page .mobile-menu ul { list-style: none; display: flex; flex-direction: column; gap: 6px; margin-bottom: 34px; }
    .mobile-menu a, .inner-page .mobile-menu a { font-family: var(--serif); font-size: 1.3rem; padding: 14px 0; border-bottom: 1px solid var(--line); display: block; }
}

/* --- TABLET & GROTE TELEFOONS (Tot 768px) --- */
@media (max-width: 768px) {
    /* 1. Geurencollectie FIX */
    .scent-showcase { padding: 60px 0 0 !important; min-height: auto !important; }
    .scent-header-wrap .section-head { margin-bottom: 30px !important; }
    .scent-slideshow { min-height: 500px !important; height: 60vh !important; position: relative; }
    .scent-slide { position: absolute; inset: 0; background-size: cover !important; background-position: center !important; }
    .scent-slide-content { 
        position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; 
        justify-content: flex-end !important; /* Tekst naar onderen drukken zodat foto zichtbaar is */
        padding: 40px 24px 80px !important; /* Extra ruimte onderin voor de stipjes */
        text-align: center; align-items: center;
    }
    .scent-slide-content .eyebrow { justify-content: center !important; }
    .scent-slide-content h2 { font-size: clamp(2.2rem, 8vw, 3rem); margin-bottom: 12px; }
    .scent-slider-dots { bottom: 25px !important; }
    
    .scent-grid-container { grid-template-columns: 1fr; }
    .scent-card { height: 220px; }
    .scent-card.active { height: 360px; }
    
    /* 2. Systeempagina Specificaties */
    .system-detail-grid { grid-template-columns: 1fr !important; gap: 24px; margin-top: 40px; }
    .detail-card { padding: 24px 20px; }

    /* 3. Over Ons Sectie (Homepage) */
    .about-wrapper { flex-direction: column; gap: 32px !important; padding: 0 8px; }
    .about-text h2 { font-size: 2.2rem; line-height: 1.2; }
    .about-img-wrapper { width: 100%; margin-top: 16px; }
    .about-img { height: auto !important; aspect-ratio: 4/3; border-radius: 16px; box-shadow: 0 12px 30px rgba(0,0,0,0.08); }
    .about-img-wrapper::before { display: none !important; }

    /* 4. Over Ons Pagina (HET GAT FIXEN & Herinrichting) */
    .page-hero { min-height: 0 !important; height: auto !important; padding-top: 130px !important; padding-bottom: 50px !important; }
    
    /* Reset padding voor álle secties op de over-ons pagina */
    body.over-ons-page section { padding: 50px 0 !important; }
    
    /* HET GAT OPGELOST: We draaien de weergave om! Tekst komt bovenaan, afbeelding eronder. */
    .over-ons-page .philo-wrapper, .over-ons-page .philo-wrapper.reverse { 
        flex-direction: column-reverse !important; 
        gap: 40px !important; 
        margin-top: 0 !important;
    }
    .over-ons-page .framed-img-wrapper { padding: 0; border: none; width: 100%; }
    .over-ons-page .framed-img { height: 320px; border-radius: 16px; width: 100%; }
    
    /* Verticale tijdlijn */
    .over-ons-page .process-track { display: flex; flex-direction: column; gap: 32px; padding-left: 24px; position: relative; }
    .over-ons-page .process-track::before { content: ''; display: block !important; position: absolute; top: 15px; bottom: 0; left: 39px; width: 1px; height: calc(100% - 30px); background: var(--accent); opacity: 0.3; }
    .over-ons-page .process-num { margin-bottom: 12px; }
    .over-ons-page .distinguish-wrapper { grid-template-columns: 1fr; gap: 40px; }
    .over-ons-page .value-list li { flex-direction: column; gap: 8px; align-items: flex-start; padding: 20px 0; }
    .over-ons-page .manifesto { font-size: 1.5rem; line-height: 1.4; }

    /* Footer */
    .footer-wrapper { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
    .footer-contact { grid-column: 1 / -1; }
}

/* --- STANDAARD SMARTPHONES (Tot 640px) --- */
@media (max-width: 640px) {
    section { padding: 60px 0; }
    .hero-content h1, .page-hero h1 { font-size: clamp(2rem, 8vw, 2.75rem); }
    
    .systems-grid, .info-grid { grid-template-columns: 1fr; }
    .info-box { border-left: none; padding-left: 0; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
    .info-box:last-child { border-bottom: none; padding-bottom: 0; }
    
    .odor-solution-copy .section-title { font-size: 2.2rem; }
    .odor-solution-panel { min-height: 320px; padding: 24px; box-shadow: 8px 12px 0 rgba(180, 170, 157, 0.35); }
    
    .system-feature-content { padding: 32px 24px; }
    .form-grid { grid-template-columns: 1fr; gap: 24px; }
    
    .faq-page-section, .contact-page-section { padding: 60px 0; }
    .faq-category { padding: 30px 0; grid-template-columns: 1fr; gap: 20px; }
    .faq-tools { align-items: stretch; flex-direction: column; }
    .faq-cta-inner { flex-direction: column; align-items: flex-start; }
    
    .slider-arrow { display: none; }
    .reviews-carousel-wrapper { gap: 0; }
    .review-card { padding: 20px; min-height: auto; }
    
    .brochure-scent-grid .scent-card-content { padding: 18px 20px; }
    .brochure-scent-grid .scent-card-header h2 { font-size: 1.15rem; }
    .over-ons-page .lead-text { font-size: 1.05rem; }
}

/* --- COMPACTE SMARTPHONES (Tot 480px) --- */
@media (max-width: 480px) {
    .benefits-grid { grid-template-columns: 1fr; row-gap: 40px; }
    .benefit-item { padding: 0; display: flex; flex-direction: column; align-items: center; text-align: center; }
    .benefit-number { position: static; margin-bottom: 10px; }
    
    .footer-wrapper { grid-template-columns: 1fr; gap: 30px; text-align: center; }
    .footer-links { align-items: center; }
    .footer-legal { justify-content: center; }
    .footer-contact a { margin: 0 auto; }
    
    .section-title { font-size: 2rem; }
}