:root {
    --forest: #404041;
    --forest-deep: #29292b;
    --sage: #72c8e1;
    --cream: #edf7fa;
    --paper: #f8fbfc;
    --terracotta: #257b8a;
    --ink: #30363a;
    --muted: #68747a;
    --line: rgba(64, 64, 65, 0.18);
    --white: #ffffff;
    --shell: min(1180px, calc(100% - 48px));
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: 112px 0; scroll-margin-top: 86px; }
.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 999;
    padding: 10px 16px;
    color: var(--white);
    background: var(--forest-deep);
    transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 4px; }

.site-header { background: var(--cream); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 106px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 15px; }
.brand-logo { width: 58px; height: auto; flex: 0 0 auto; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { color: var(--forest); font-size: 23px; letter-spacing: 0.19em; }
.brand-copy small { margin-top: 7px; color: var(--muted); font-size: 12px; letter-spacing: 0.03em; }
.language-switch { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 800; letter-spacing: 0.13em; }
.language-switch span { color: #a7b2b7; }
.language-switch a { color: #7d898e; transition: color .2s ease; }
.language-switch a:hover, .language-switch a[aria-current='page'] { color: var(--forest); }
.language-switch a[aria-current='page'] { text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 2px; }

.menu-bar { position: sticky; top: 0; z-index: 50; color: var(--white); background: var(--forest); box-shadow: 0 4px 18px rgba(41, 41, 43, .14); }
.menu-inner { min-height: 68px; display: flex; align-items: center; }
.main-menu { width: 100%; display: flex; align-items: stretch; justify-content: space-between; }
.main-menu ul { display: flex; align-items: stretch; gap: 4px; margin: 0; padding: 0; list-style: none; }
.main-menu li { display: flex; }
.main-menu li a { position: relative; display: flex; align-items: center; padding: 0 22px; color: rgba(255, 253, 248, .78); font-size: 14px; font-weight: 700; }
.main-menu li a::after { content: ''; position: absolute; right: 22px; bottom: 17px; left: 22px; height: 2px; background: var(--terracotta); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-menu li a:hover, .main-menu li a.is-active { color: var(--white); }
.main-menu li a:hover::after, .main-menu li a.is-active::after { transform: scaleX(1); }
.menu-cta { display: flex; align-items: center; gap: 28px; padding: 0 24px 0 30px; background: var(--terracotta); font-size: 13px; font-weight: 800; letter-spacing: .03em; }
.menu-cta span { font-size: 18px; transition: transform .2s ease; }
.menu-cta:hover span { transform: translate(3px, -3px); }
.menu-toggle { display: none; }

.hero { overflow: hidden; background: var(--cream); }
.hero-grid { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 660px; }
.hero-copy { padding: 86px 64px 80px 0; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 24px; color: var(--terracotta); font-size: 12px; font-weight: 850; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }
.hero h1, .section-heading h2, .catalogues h2, .contact h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.hero h1 { max-width: 640px; color: var(--forest-deep); font-size: clamp(52px, 5.2vw, 82px); }
.hero-lead { max-width: 570px; margin: 30px 0 0; color: #5d696f; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 56px; padding: 0 24px; font-size: 14px; font-weight: 800; }
.button-primary { color: var(--white); background: var(--forest); }
.button-primary span { transition: transform .2s ease; }
.button-primary:hover span { transform: translateY(4px); }
.text-link { font-size: 14px; font-weight: 800; text-decoration: underline; text-decoration-color: var(--sage); text-underline-offset: 7px; text-decoration-thickness: 2px; }
.text-link span { margin-left: 6px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 14px 26px; margin: 46px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 12px; font-weight: 700; }
.hero-facts li { display: flex; align-items: center; gap: 7px; }
.hero-facts span { color: var(--terracotta); }
.hero-visual { position: relative; min-width: 0; margin: 0; background: var(--terracotta); }
.hero-visual::before { content: ''; position: absolute; top: 32px; right: 32px; z-index: 1; width: 64px; height: 64px; border-top: 1px solid rgba(255,255,255,.75); border-right: 1px solid rgba(255,255,255,.75); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.hero-visual figcaption { position: absolute; right: 24px; bottom: 20px; padding: 9px 12px; color: rgba(255,255,255,.82); background: rgba(41,41,43,.78); backdrop-filter: blur(8px); font-size: 10px; letter-spacing: .18em; }
.hero-visual figcaption span { color: #fff; font-weight: 900; }

.products { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr .58fr; gap: 70px; align-items: end; margin-bottom: 58px; }
.section-heading h2, .catalogues h2, .contact h2 { color: var(--forest-deep); font-size: clamp(42px, 4vw, 62px); }
.section-heading > p { max-width: 480px; margin: 0; color: var(--muted); font-size: 17px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.product-card { min-width: 0; overflow: hidden; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { position: relative; z-index: 1; transform: translateY(-6px); box-shadow: 0 18px 40px rgba(41,41,43,.14); }
.product-media { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: var(--cream); }
.product-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; opacity: 0; transition: opacity .65s ease, transform .4s ease; }
.product-media img.is-active { opacity: 1; }
.product-card:nth-child(3n + 2) .product-media img { object-position: 48% center; }
.product-card:nth-child(3n) .product-media img { object-position: 78% center; }
.product-card:hover .product-media img.is-active { transform: scale(1.035); }
.product-gallery-dots { position: absolute; right: 16px; bottom: 14px; z-index: 2; display: flex; gap: 6px; padding: 7px 9px; background: rgba(41,41,43,.55); border-radius: 999px; backdrop-filter: blur(5px); }
.product-gallery-dots span { width: 6px; height: 6px; background: rgba(255,255,255,.5); border-radius: 50%; transition: width .25s ease, background .25s ease; }
.product-gallery-dots span.is-active { width: 18px; background: var(--cyan-light); border-radius: 999px; }
.product-image-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: var(--terracotta); background: #dff1f5; font-size: 12px; font-weight: 900; letter-spacing: .2em; }
.product-card-body { padding: 30px 30px 34px; }
.product-card h3 { margin: 0; color: var(--forest-deep); font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1.12; }
.product-card p { margin: 15px 0 0; color: var(--muted); font-size: 14px; }
.content-empty { grid-column: 1 / -1; margin: 0; padding: 45px; color: var(--muted); background: var(--white); text-align: center; }

.catalogues { color: var(--white); background: var(--forest-deep); }
.eyebrow-light { color: #72c8e1; }
.catalogues h2 { color: var(--white); }
.catalogues-intro { max-width: 850px; margin-bottom: 58px; }
.catalogues-intro > p:last-child { max-width: 700px; margin: 30px 0 0; color: rgba(255,255,255,.63); }
.catalogue-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.catalogue-card { min-width: 0; min-height: 520px; display: flex; flex-direction: column; overflow: hidden; background: var(--forest-deep); transition: background-color .22s ease, transform .22s ease; }
.catalogue-card:hover { position: relative; z-index: 1; background: #333337; transform: translateY(-5px); }
.catalogue-cover { width: 100%; height: 220px; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; color: var(--forest-deep); background: #38383b; border-bottom: 1px solid rgba(255,255,255,.12); }
.catalogue-cover img { width: min(78%, 150px); height: 174px; object-fit: contain; background: var(--white); box-shadow: 0 15px 30px rgba(0,0,0,.35); transition: transform .28s ease, box-shadow .28s ease; }
.catalogue-card:hover .catalogue-cover img { transform: translateY(-4px) rotate(-.7deg) scale(1.015); box-shadow: 0 20px 38px rgba(0,0,0,.42); }
.catalogue-cover span { width: 88px; aspect-ratio: 3 / 4; display: grid; place-items: center; color: var(--forest-deep); background: var(--sage); box-shadow: 0 15px 30px rgba(0,0,0,.25); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.catalogue-copy { padding: 30px 30px 22px; }
.catalogue-copy > span { color: rgba(255,255,255,.48); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.catalogue-copy h3 { margin: 6px 0 8px; font-family: var(--serif); font-size: 29px; font-weight: 400; line-height: 1.1; }
.catalogue-copy p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }
.catalogue-action { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: auto 30px 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.22); transition: color .2s ease; }
.catalogue-action span { font-size: 10px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.catalogue-action b { color: #72c8e1; font-size: 21px; font-weight: 400; }
.catalogue-action:hover { color: var(--sage); }
.content-empty-dark { color: rgba(255,255,255,.64); background: var(--forest-deep); }

.contact { background: var(--cream); }
.contact-panel { display: grid; grid-template-columns: 1.08fr .92fr; gap: 100px; padding: 72px; background: var(--white); border: 1px solid var(--line); }
.contact h2 { max-width: 700px; }
.contact-intro { max-width: 670px; margin: 28px 0 38px; color: var(--muted); font-size: 17px; }
.contact-actions { border-top: 1px solid var(--line); }
.contact-method { position: relative; display: grid; gap: 2px; padding: 19px 42px 19px 0; border-bottom: 1px solid var(--line); }
.contact-method > span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-method strong { color: var(--forest); font-size: 16px; }
.contact-method b { position: absolute; top: 50%; right: 5px; color: var(--terracotta); font-size: 21px; font-weight: 400; transform: translateY(-50%); transition: transform .2s ease; }
a.contact-method:hover b { transform: translate(4px, calc(-50% - 4px)); }
.contact-hours strong { font-size: 14px; font-weight: 700; }
.process { padding-left: 48px; border-left: 1px solid var(--line); }
.process h3 { margin: 0 0 34px; color: var(--forest); font-family: var(--serif); font-size: 29px; font-weight: 400; line-height: 1.2; }
.process ol { margin: 0; padding: 0; list-style: none; }
.process li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.process li > span { color: var(--terracotta); font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.process h4 { margin: -3px 0 7px; color: var(--forest); font-size: 14px; }
.process p { margin: 0; color: var(--muted); font-size: 12px; }

.site-footer { padding-top: 72px; color: rgba(255,255,255,.72); background: #29292b; }
.footer-grid { display: grid; grid-template-columns: .75fr .75fr 1.5fr; gap: 60px; align-items: stretch; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 54px; }
.brand-footer .brand-logo { width: 62px; padding: 6px; background: #fff; border-radius: 12px; }
.brand-footer .brand-copy strong { color: var(--white); }
.brand-footer .brand-copy small { max-width: 240px; color: rgba(255,255,255,.5); line-height: 1.35; }
.back-top { border-bottom: 1px solid rgba(255,255,255,.4); color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.back-top span { margin-left: 8px; color: #72c8e1; }
.footer-contact { display: flex; flex-direction: column; justify-content: space-between; gap: 30px; margin: 0; font-style: normal; }
.footer-contact span { color: #72c8e1; font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.footer-contact p { margin: 7px 0 0; font-size: 13px; line-height: 1.8; }
.footer-contact a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 4px; }
.map-wrap { min-height: 270px; overflow: hidden; background: #363c3f; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 270px; border: 0; filter: grayscale(.68) hue-rotate(145deg) saturate(.9) contrast(.95); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 56px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .04em; }

@media (max-width: 980px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { padding: 72px 0 64px; }
    .hero-visual { min-height: 520px; }
    .section-heading { grid-template-columns: 1fr; gap: 24px; }
    .product-grid, .catalogue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .contact-panel { grid-template-columns: 1fr; gap: 64px; padding: 56px; }
    .process { padding: 48px 0 0; border-top: 1px solid var(--line); border-left: 0; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .map-wrap { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
    :root { --shell: min(100% - 32px, 1180px); }
    .section-pad { padding: 76px 0; }
    .header-inner { min-height: 84px; }
    .brand-logo { width: 50px; }
    .brand-copy strong { font-size: 19px; }
    .brand-copy small { display: none; }
    .menu-inner { min-height: 58px; }
    .menu-toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0; color: var(--white); background: transparent; border: 0; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
    .menu-toggle-lines { display: grid; gap: 5px; }
    .menu-toggle-lines i { display: block; width: 24px; height: 2px; background: currentColor; transition: transform .2s ease; }
    .menu-toggle[aria-expanded='true'] .menu-toggle-lines i:first-child { transform: translateY(3.5px) rotate(45deg); }
    .menu-toggle[aria-expanded='true'] .menu-toggle-lines i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
    .main-menu { position: absolute; top: 58px; right: 0; left: 0; display: none; min-height: calc(100dvh - 58px); padding: 30px 16px 44px; background: var(--forest-deep); }
    .main-menu.is-open { display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; }
    .main-menu ul { display: grid; }
    .main-menu li a { min-height: 64px; padding: 0; border-bottom: 1px solid rgba(255,255,255,.15); font-family: var(--serif); font-size: 28px; font-weight: 400; }
    .main-menu li a::after { display: none; }
    .menu-cta { justify-content: space-between; min-height: 60px; margin-top: 30px; padding: 0 20px; }
    .hero-copy { padding: 60px 0 54px; }
    .hero h1 { font-size: clamp(46px, 14vw, 66px); }
    .hero-lead { font-size: 16px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
    .hero-facts { display: grid; margin-top: 36px; }
    .hero-visual { min-height: 420px; margin-right: -16px; margin-left: -16px; }
    .hero-visual img { object-position: 68% center; }
    .section-heading h2, .catalogues h2, .contact h2 { font-size: clamp(39px, 12vw, 52px); }
    .product-grid, .catalogue-grid { grid-template-columns: 1fr; }
    .product-card-body { padding: 26px 24px 30px; }
    .catalogue-card { min-height: 480px; }
    .catalogue-cover { height: 205px; }
    .catalogue-cover img { width: min(78%, 140px); height: 162px; }
    .contact-panel { margin-inline: -16px; padding: 46px 24px; border-right: 0; border-left: 0; }
    .contact-method strong { font-size: 14px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { gap: 38px; }
    .map-wrap { grid-column: auto; min-height: 240px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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