﻿:root {
  --ink:#111312;
  --paper:#f2f0ea;
  --muted:#a6a7a4;
  --gold:#b79a69;
  --line:rgba(17,19,18,.16)
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:"DM Sans",sans-serif
}
body.modal-open {
  overflow:hidden
}
a {
  color:inherit;
  text-decoration:none
}
h1,h2,h3,p {
  margin-top:0
}
h1,h2 {
  font-family:Manrope,sans-serif;
  font-weight:500;
  letter-spacing:-.055em
}
em {
  font-family:Georgia,serif;
  font-weight:400
}
.site-header {
  height:92px;
  padding:0 5vw;
  display:flex;
  align-items:center;
  position:fixed;
  inset:0 0 auto;
  z-index:20;
  color:#fff;
  border-bottom:1px solid #ffffff26;
  transition:.35s
}
.site-header.scrolled {
  height:74px;
  background:#101211f2;
  backdrop-filter:blur(15px)
}
.brand {
  display:flex;
  align-items:center;
  gap:11px;
  min-width:210px
}
.brand-mark {
  width:38px;
  height:44px;
  display:block;
  object-fit:contain
}
.brand span {
  display:flex;
  flex-direction:column;
  line-height:1
}
.brand b {
  font:600 17px Manrope;
  letter-spacing:.22em
}
.brand small {
  font-size:8px;
  letter-spacing:.5em;
  margin-top:6px
}
.site-header nav {
  display:flex;
  gap:2.4vw;
  margin:auto
}
.site-header nav a {
  font-size:13px;
  color:#bbb;
  position:relative;
  transition:.2s
}
.site-header nav a:hover,.site-header nav a.active {
  color:#fff
}
.site-header nav a.active:after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-14px;
  height:1px;
  background:var(--gold)
}
.header-cta {
  font-size:13px;
  border:1px solid #ffffff59;
  padding:13px 17px
}
.header-cta span,.btn span {
  margin-left:18px
}
.menu-btn {
  display:none;
  background:none;
  border:0
}
.menu-btn span {
  display:block;
  width:25px;
  height:1px;
  background:#fff;
  margin:7px
}
.hero {
  min-height:900px;
  height:100vh;
  color:#fff;
  position:relative;
  background:url("assets/nobis-hero.png") center/cover no-repeat;
  overflow:hidden
}
.hero-shade {
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(8,10,9,.95) 0%,rgba(8,10,9,.72) 40%,rgba(8,10,9,.08) 75%),linear-gradient(0deg,rgba(0,0,0,.5),transparent 45%)
}
.hero-content {
  position:absolute;
  left:9vw;
  top:25%;
  max-width:760px
}
.eyebrow {
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.25em;
  display:flex;
  align-items:center;
  gap:13px;
  color:#bbb
}
.eyebrow i {
  width:30px;
  height:1px;
  background:var(--gold)
}
.eyebrow.dark {
  color:#6e716d
}
.hero h1 {
  font-size:clamp(62px,7.2vw,112px);
  line-height:.94;
  margin:32px 0
}
.hero h1 em {
  color:#c6b28d
}
.hero-copy {
  max-width:620px;
  color:#c2c4c2;
  font-size:17px;
  line-height:1.8
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:38px;
  margin-top:42px
}
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 22px;
  border:0;
  font:500 12px Manrope;
  text-transform:uppercase;
  letter-spacing:.08em;
  cursor:pointer
}
.btn-light {
  background:#f4f1e9;
  color:#111
}
.btn-dark {
  background:#111;
  color:#fff
}
.text-link {
  font-size:13px
}
.text-link b {
  display:inline-grid;
  place-items:center;
  width:30px;
  height:30px;
  border:1px solid #ffffff4d;
  border-radius:50%;
  font-size:8px;
  margin-right:9px
}
.hero-index {
  position:absolute;
  right:4vw;
  top:48%;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px
}
.hero-index span {
  height:70px;
  width:1px;
  background:linear-gradient(#fff 25%,#ffffff42 25%)
}
.hero-index small {
  color:#999
}
.scroll {
  position:absolute;
  left:3vw;
  bottom:160px;
  font-size:9px;
  letter-spacing:.3em;
  writing-mode:vertical-rl;
  display:flex;
  align-items:center;
  gap:13px
}
.scroll span {
  height:35px;
  width:1px;
  background:#fff
}
.trust-strip {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:125px;
  background:#0d0f0ef2;
  padding:0 7vw 0 9vw;
  display:flex;
  align-items:center;
  gap:6vw
}
.trust-strip div {
  display:flex;
  align-items:center;
  gap:15px
}
.trust-strip strong {
  font:500 30px Manrope;
  color:#d4bea0
}
.trust-strip span {
  font-size:10px;
  color:#9da09d;
  line-height:1.5;
  text-transform:uppercase;
  letter-spacing:.11em
}
.trust-strip p {
  margin:0 0 0 auto;
  color:#777;
  font-size:11px
}
.section {
  padding:130px 8vw
}
.section-label {
  font-size:9px;
  letter-spacing:.23em;
  border-top:1px solid var(--line);
  padding-top:15px;
  color:#777
}
.about-grid {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:8vw;
  margin-top:80px
}
.about-title h2,.section-head h2,.tech-content h2,.contact h2 {
  font-size:clamp(50px,5vw,78px);
  line-height:1.03;
  margin:25px 0
}
.about-title h2 em,.contact h2 em,.tech-content h2 em {
  color:#9e8258
}
.about-copy {
  padding-top:42px
}
.about-copy .lead {
  font:500 25px/1.55 Manrope;
  max-width:650px
}
.about-copy>p:not(.lead) {
  color:#6f716f;
  line-height:1.8;
  max-width:610px
}
.line-link {
  display:inline-flex;
  gap:50px;
  border-bottom:1px solid #111;
  padding:12px 0;
  margin-top:20px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.1em
}
.values {
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--line);
  margin-top:35px
}
.values article {
  padding:35px 35px 0 0
}
.values article+article {
  border-left:1px solid var(--line);
  padding-left:35px
}
.values span {
  font-size:10px;
  color:#9e8258
}
.values h3 {
  font:500 20px Manrope;
  margin:35px 0 12px
}
.values p {
  font-size:13px;
  color:#777;
  line-height:1.7
}
.products {
  background:#111412;
  color:#fff
}
.section-head {
  display:flex;
  align-items:end;
  justify-content:space-between;
  margin-bottom:65px
}
.section-head>p {
  width:340px;
  color:#8f928f;
  line-height:1.7
}
.section-head h2 {
  margin-bottom:0
}
.section-head h2 em {
  color:#c4ab82
}
.product-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2px
}
.product-card {
  height:345px;
  position:relative;
  padding:30px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
  background-size:cover;
  background-position:center
}
.product-card:before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,#080908e6,transparent 80%),linear-gradient(90deg,#08090899,transparent)
}
.product-card>* {
  position:relative
}
.product-card>span {
  font-size:10px;
  letter-spacing:.2em
}
.product-card p {
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#bbb
}
.product-card h3 {
  font:500 27px Manrope
}
.product-card a {
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.1em
}
.p1 {
  background-image:linear-gradient(120deg,#2228,#2228),url("assets/product-passenger-elevator.png");
  background-position:center
}
.p2 {
  background-image:linear-gradient(120deg,#2228,#2228),url("assets/product-accessibility-platform.png");
  background-position:center
}
.p3 {
  background-image:linear-gradient(120deg,#2228,#2228),url("assets/product-freight-elevator.png");
  background-position:center
}
.p4 {
  background-image:linear-gradient(120deg,#2228,#2228),url("assets/product-panoramic-elevator.png");
  background-position:center
}
.technology {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10vw;
  align-items:center
}
.tech-visual {
  height:700px;
  background:#1b1e1c;
  position:relative;
  display:grid;
  place-items:center;
  overflow:hidden
}
.shaft {
  width:43%;
  height:90%;
  border-left:1px solid #ffffff1c;
  border-right:1px solid #ffffff1c;
  position:relative
}
.shaft>i {
  position:absolute;
  left:0;
  right:0;
  height:1px;
  background:#ffffff12
}
.shaft>i:nth-child(1) {
  top:25%
}
.shaft>i:nth-child(2) {
  top:50%
}
.shaft>i:nth-child(3) {
  top:75%
}
.cabin {
  position:absolute;
  left:13%;
  right:13%;
  top:31%;
  height:27%;
  border:1px solid #c5a878;
  background:linear-gradient(135deg,#5f5649,#191b1a);
  color:#d0ba91;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  box-shadow:0 0 60px #c19e5e25
}
.cabin b {
  font:400 34px Manrope
}
.tech-note {
  position:absolute;
  bottom:25px;
  left:25px;
  color:#777;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.18em;
  line-height:1.6
}
.tech-content>p:not(.eyebrow) {
  color:#707370;
  line-height:1.8
}
.tech-content ul {
  padding:0;
  margin:35px 0 0;
  list-style:none
}
.tech-content li {
  display:flex;
  gap:25px;
  padding:20px 0;
  border-top:1px solid var(--line)
}
.tech-content li>b {
  font-size:9px;
  color:#aa8b5d
}
.tech-content li span {
  display:flex;
  flex-direction:column;
  color:#7b7d7b;
  font-size:12px;
  line-height:1.6
}
.tech-content li strong {
  color:#191b19;
  font:500 15px Manrope
}
.gallery {
  background:#121412;
  color:#fff
}
.section-head.light h2 em {
  color:#bba478
}
.gallery-grid {
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  gap:12px;
  height:520px
}
.gallery figure {
  margin:0;
  position:relative;
  background-size:cover;
  background-position:center;
  overflow:hidden;
  filter:saturate(.8)
}
.gallery figure:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,#000c,transparent 50%)
}
.g1 {
  background-image:url("assets/kabin-1.png")
}
.g2 {
  background-image:url("assets/kabin-2.png")
}
.g3 {
  background-image:url("assets/kabin-3.png")
}
.gallery figcaption {
  position:absolute;
  z-index:1;
  bottom:25px;
  left:25px;
  display:flex;
  flex-direction:column
}
.gallery figcaption b {
  font:500 17px Manrope
}
.gallery figcaption span {
  font-size:10px;
  color:#aaa;
  margin-top:6px
}
.contact {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9vw
}
.contact-intro>p:not(.eyebrow) {
  max-width:530px;
  color:#747674;
  line-height:1.8
}
.contact-items {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  margin-top:55px
}
.contact-items>* {
  display:flex;
  flex-direction:column
}
.contact-items small {
  color:#9b7e54;
  font-size:8px;
  letter-spacing:.2em;
  margin-bottom:9px
}
.contact-items b {
  font-size:13px
}
.contact-form {
  background:#e7e3d9;
  padding:50px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px
}
.field {
  display:flex;
  flex-direction:column
}
.field.full {
  grid-column:1/-1
}
.field label {
  font-size:9px;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:#777;
  margin-bottom:10px
}
.field input,.field select,.field textarea {
  font:13px "DM Sans";
  border:0;
  border-bottom:1px solid #aaa;
  background:transparent;
  padding:10px 0;
  outline:none;
  border-radius:0
}
.field textarea {
  resize:none
}
.contact-form .btn {
  grid-column:1/-1
}
.form-note {
  grid-column:1/-1;
  font-size:9px;
  color:#888;
  margin:0
}
.contact-map {
  grid-column:1/-1;
  min-height:360px;
  background:#111412;
  position:relative;
  overflow:hidden
}
.contact-map iframe {
  width:100%;
  height:420px;
  border:0;
  display:block;
  filter:saturate(.85) contrast(1.02)
}
.contact-map a {
  position:absolute;
  left:24px;
  bottom:24px;
  background:#111412;
  color:#fff;
  border:1px solid #ffffff38;
  padding:15px 18px;
  font:600 11px Manrope;
  letter-spacing:.08em;
  text-transform:uppercase
}
.contact-map a span {
  margin-left:16px
}
.quick-contact {
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:900;
  display:flex;
  flex-direction:column;
  gap:10px
}
.quick-contact a,.quick-language {
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:#111412;
  border:1px solid #ffffff2e;
  box-shadow:0 14px 34px #00000035;
  transition:transform .25s,background .25s,color .25s
}
.quick-language {
  font:700 11px Manrope;
  letter-spacing:.08em;
  cursor:pointer
}
.quick-contact a:hover,.quick-language:hover {
  transform:translateY(-3px);
  background:#b79a69;
  color:#111
}
.quick-contact svg {
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round
}
.quick-contact .quick-whatsapp svg {
  fill:currentColor;
  stroke:none
}
.language-modal {
  position:fixed;
  inset:0;
  z-index:1500;
  background:radial-gradient(circle at 50% 20%,#222725 0%,#0d0f0e 54%,#050606 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  color:#fff
}
.language-modal.hidden {
  display:none
}
.language-panel {
  width:min(520px,94vw);
  text-align:center;
  border:1px solid #ffffff1f;
  background:#101211e8;
  padding:48px 36px;
  box-shadow:0 30px 90px #00000080
}
.language-logo {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-bottom:24px
}
.language-logo .brand-mark {
  width:92px;
  height:80px
}
.language-brand-text {
  display:flex;
  flex-direction:column;
  align-items:center;
  line-height:1
}
.language-brand-text b {
  font:600 26px Manrope;
  letter-spacing:.28em
}
.language-brand-text small {
  font-size:10px;
  letter-spacing:.62em;
  margin-top:9px
}
.language-panel h2 {
  font:500 34px/1.1 Manrope;
  letter-spacing:-.04em;
  margin:0 0 12px
}
.language-panel p {
  color:#a6a7a4;
  line-height:1.7;
  margin:0 0 28px
}
.language-actions {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px
}
.language-choice {
  border:1px solid #ffffff2e;
  background:#ffffff08;
  color:#fff;
  padding:18px 14px;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  font:600 13px Manrope;
  transition:background .25s,border-color .25s,transform .25s
}
.language-choice:hover {
  transform:translateY(-3px);
  background:#fff;
  border-color:#fff;
  color:#111
}
.language-flag {
  width:44px;
  height:30px;
  display:block;
  object-fit:cover;
  border-radius:4px;
  box-shadow:0 8px 18px #00000035
}
.language-choice small {
  color:inherit;
  opacity:.72;
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase
}
footer {
  background:#0d0f0e;
  color:#fff;
  padding:70px 8vw 35px;
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  align-items:start;
  gap:50px
}
footer p {
  color:#777;
  line-height:1.7
}
footer>div {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
  font-size:12px
}
footer>small {
  grid-column:1/-1;
  border-top:1px solid #ffffff1a;
  padding-top:25px;
  color:#555;
  font-size:9px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap
}
.footer-credit {
  color:#777;
  font:500 10px Manrope;
  letter-spacing:.14em;
  text-transform:uppercase
}
.footer-credit b {
  color:#c4ab82;
  font-weight:600;
  letter-spacing:.16em
}
.reveal {
  opacity:0;
  transform:translateY(25px);
  transition:opacity .8s,transform .8s
}
.reveal.visible {
  opacity:1;
  transform:none
}
.inner-page {
  padding-top:92px
}
.page-hero {
  min-height:310px;
  padding:76px 8vw 44px;
  color:#fff;
  background:#111412;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:end
}
.page-hero:after {
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  border:1px solid #ffffff12;
  border-radius:50%;
  right:-70px;
  top:15px;
  box-shadow:0 0 0 90px #ffffff05,0 0 0 180px #ffffff03
}
.page-hero>div {
  position:relative;
  z-index:1
}
.page-hero h1 {
  font-size:clamp(58px,7vw,104px);
  line-height:.95;
  margin:25px 0 20px
}
.page-hero h1 em {
  color:#c4ab82
}
.page-hero p:last-child {
  max-width:610px;
  color:#aeb0ae;
  line-height:1.8
}
.breadcrumb {
  font-size:9px;
  letter-spacing:.2em;
  color:#888
}
.content-band {
  padding:115px 8vw
}
.content-band.alt {
  background:#e8e4da
}
.intro-grid {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:9vw
}
.intro-grid h2 {
  font:500 clamp(38px,4vw,62px)/1.1 Manrope;
  letter-spacing:-.045em
}
.intro-grid .lead {
  font:500 23px/1.6 Manrope
}
.intro-grid p {
  color:#6f716f;
  line-height:1.8
}
.detail-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:var(--line)
}
.detail-card {
  background:var(--paper);
  padding:42px;
  min-height:270px
}
.detail-card span {
  font-size:13px;
  color:#9e8258;
  font-weight:600;
  letter-spacing:.12em
}
.detail-card h3 {
  font:500 21px Manrope;
  margin:38px 0 14px
}
.detail-card p {
  color:#777;
  font-size:13px;
  line-height:1.75
}
.page-products {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px
}
.page-product {
  min-height:350px;
  background:#181b19 center/cover no-repeat;
  color:#fff;
  padding:35px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  position:relative;
  overflow:hidden
}
.page-product:before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,#070807f2 0%,#070807b8 48%,#07080735 100%),linear-gradient(90deg,#070807d9 0%,#07080775 55%,#07080720 100%);
  z-index:0
}
.page-product:after {
  content:"";
  position:absolute;
  width:280px;
  height:280px;
  border:1px solid #ffffff18;
  right:-60px;
  top:-60px;
  transform:rotate(45deg)
}
.page-product>* {
  position:relative;
  z-index:1
}
.page-product small {
  color:#b49a70;
  letter-spacing:.2em
}
.page-product h2 {
  font:500 28px Manrope;
  margin:15px 0
}
.page-product p {
  color:#c9cbc7;
  max-width:460px;
  line-height:1.7
}
.product-passenger {
  background-image:url("assets/product-passenger-elevator.png")
}
.product-accessibility {
  background-image:url("assets/product-accessibility-platform.png")
}
.product-freight {
  background-image:url("assets/product-freight-elevator.png")
}
.product-panoramic {
  background-image:url("assets/product-panoramic-elevator.png")
}
.product-stretcher {
  background-image:url("assets/product-stretcher-elevator.png")
}
.product-service {
  background-image:url("assets/product-service-elevator.png")
}
.product-detail-btn {
  align-self:flex-start;
  margin-top:24px;
  border:1px solid #ffffff66;
  background:#ffffff10;
  color:#fff;
  padding:13px 17px;
  font:600 11px Manrope;
  letter-spacing:.1em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background .25s,border-color .25s,transform .25s
}
.product-detail-btn:hover {
  background:#fff;
  border-color:#fff;
  color:#111;
  transform:translateY(-2px)
}
.product-detail-btn span {
  margin-left:18px
}
.product-modal {
  position:fixed;
  inset:0;
  z-index:1000;
  background:#050606e8;
  padding:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  pointer-events:none;
  transition:opacity .25s ease
}
.product-modal.open {
  opacity:1;
  pointer-events:auto
}
.product-modal-panel {
  width:min(1180px,94vw);
  max-height:90vh;
  overflow:auto;
  background:#f2f0ea;
  color:#111312;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  position:relative;
  box-shadow:0 30px 90px #000;
  border-radius:4px
}
.product-modal-close {
  position:absolute;
  top:18px;
  right:18px;
  width:46px;
  height:46px;
  border:1px solid #ffffff66;
  background:#101211cc;
  color:#fff;
  font-size:32px;
  line-height:1;
  cursor:pointer;
  z-index:3
}
.product-modal-gallery {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  padding:8px;
  background:#111412
}
.product-modal-gallery img {
  width:100%;
  height:210px;
  object-fit:cover;
  display:block
}
.product-modal-gallery img:first-child {
  grid-column:1/-1;
  height:380px
}
.product-modal-content {
  padding:58px 52px;
  display:flex;
  flex-direction:column;
  justify-content:center
}
.product-modal-kicker {
  color:#9e8258;
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin-bottom:18px
}
.product-modal-content h2 {
  font:500 clamp(34px,4vw,58px)/1.02 Manrope;
  letter-spacing:-.045em;
  margin:0 0 22px
}
.product-modal-content>p {
  color:#626561;
  line-height:1.8;
  margin-bottom:28px
}
.product-modal-points {
  list-style:none;
  padding:0;
  margin:0 0 34px;
  display:grid;
  gap:16px
}
.product-modal-points li {
  border-top:1px solid var(--line);
  padding-top:16px;
  color:#626561;
  line-height:1.65
}
.product-modal-points strong {
  display:block;
  color:#111312;
  font:600 14px Manrope;
  margin-bottom:5px
}
.cta-band {
  padding:85px 8vw;
  background:#b59b70;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.cta-band h2 {
  font-size:clamp(34px,4vw,58px);
  margin:0
}
.gallery-page {
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:14px
}
.gallery-item {
  height:430px;
  background:#252825 center/cover no-repeat;
  position:relative;
  overflow:hidden
}
.gallery-item:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,#000b,transparent 48%)
}
.gallery-item:nth-child(1),.gallery-item:nth-child(4) {
  grid-column:span 7
}
.gallery-item:nth-child(2),.gallery-item:nth-child(3),.gallery-item:nth-child(5) {
  grid-column:span 5
}
.gallery-item:nth-child(1) {
  background-image:url("assets/kabin-1.png")
}
.gallery-item:nth-child(2) {
  background-image:url("assets/kabin-2.png")
}
.gallery-item:nth-child(3) {
  background-image:url("assets/kabin-3.png")
}
.gallery-item:nth-child(4) {
  background-image:url("assets/kabin-4.png")
}
.gallery-item:nth-child(5) {
  background-image:url("assets/kabin-5.png")
}
.gallery-item span {
  position:absolute;
  z-index:1;
  left:25px;
  bottom:25px;
  color:#fff;
  font:500 17px Manrope
}
@media(max-width:900px) {
  .site-header {
    height:72px;
    padding:0 20px
  }
  .site-header .brand {
    min-width:0
  }
  .site-header nav {
    display:none;
    position:absolute;
    top:72px;
    left:0;
    right:0;
    background:#101211;
    padding:30px;
    flex-direction:column
  }
  .site-header nav.open {
    display:flex
  }
  .site-header nav a.active:after {
    display:none
  }
  .header-cta {
    display:none
  }
  .menu-btn {
    display:block;
    margin-left:auto
  }
  .hero {
    min-height:800px
  }
  .hero-content {
    left:25px;
    right:25px;
    top:20%
  }
  .hero h1 {
    font-size:58px
  }
  .hero-copy {
    font-size:15px
  }
  .trust-strip {
    height:110px;
    padding:15px 25px;
    gap:20px
  }
  .trust-strip div:nth-child(3),.trust-strip p {
    display:none
  }
  .scroll,.hero-index {
    display:none
  }
  .section {
    padding:85px 25px
  }
  .about-grid,.technology,.contact {
    grid-template-columns:1fr;
    gap:40px
  }
  .values {
    grid-template-columns:1fr
  }
  .values article+article {
    border-left:0;
    border-top:1px solid var(--line);
    padding-left:0
  }
  .section-head {
    display:block
  }
  .section-head>p {
    width:auto;
    margin-top:25px
  }
  .product-grid {
    grid-template-columns:1fr
  }
  .product-card {
    height:285px
  }
  .tech-visual {
    height:520px;
    order:2
  }
  .gallery-grid {
    grid-template-columns:1fr;
    height:auto
  }
  .gallery figure {
    height:330px
  }
  .contact-form {
    padding:30px
  }
  .contact-map iframe {
    height:320px
  }
  .contact-items {
    grid-template-columns:1fr
  }
  footer {
    grid-template-columns:1fr
  }
  .hero-actions {
    align-items:flex-start;
    flex-direction:column;
    gap:22px
  }
}
 @media(max-width:480px) {
  .hero h1 {
    font-size:49px
  }
  .about-title h2,.section-head h2,.tech-content h2,.contact h2 {
    font-size:43px
  }
  .trust-strip {
    justify-content:space-around
  }
  .trust-strip strong {
    font-size:23px
  }
  .contact-form {
    grid-template-columns:1fr
  }
  .field,.field.full {
    grid-column:1
  }
  .brand b {
    font-size:14px
  }
  .brand-mark {
    width:32px
  }
  .quick-contact {
    right:14px;
    bottom:14px
  }
  .quick-contact a,.quick-language {
    width:43px;
    height:43px
  }
  .language-panel {
    padding:38px 22px
  }
  .language-actions {
    grid-template-columns:1fr
  }
}
@media(max-width:900px) {
  .inner-page {
    padding-top:72px
  }
  .page-hero {
    min-height:270px;
    padding:60px 25px 34px
  }
  .page-hero:after {
    width:330px;
    height:330px
  }
  .content-band {
    padding:80px 25px
  }
  .intro-grid {
    grid-template-columns:1fr;
    gap:25px
  }
  .detail-grid,.page-products {
    grid-template-columns:1fr
  }
  .cta-band {
    padding:60px 25px;
    align-items:flex-start;
    flex-direction:column;
    gap:30px
  }
  .gallery-page {
    grid-template-columns:1fr
  }
  .gallery-item,.gallery-item:nth-child(n) {
    grid-column:1;
    height:300px
  }
}
.gallery-item:nth-child(6),.gallery-item:nth-child(9) {
  grid-column:span 7
}
.gallery-item:nth-child(7),.gallery-item:nth-child(8),.gallery-item:nth-child(10) {
  grid-column:span 5
}
.gallery-item:nth-child(6) {
  background-image:url("assets/kabin-6.png")
}
.gallery-item:nth-child(7) {
  background-image:url("assets/kabin-7.png")
}
.gallery-item:nth-child(8) {
  background-image:url("assets/kabin-8.png")
}
.gallery-item:nth-child(9) {
  background-image:url("assets/kabin-9.png")
}
.gallery-item:nth-child(10) {
  background-image:url("assets/kabin-10.png")
}
@media(max-width:900px) {
  .gallery-item:nth-child(n) {
    grid-column:1;
    height:300px
  }
}
.gallery-page {
  grid-template-columns:repeat(3,1fr);
  gap:18px
}
.gallery-item,.gallery-item:nth-child(n) {
  grid-column:auto;
  height:430px;
  border:0;
  padding:0;
  cursor:pointer;
  text-align:left;
  border-radius:18px;
  background-color:#252825;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  box-shadow:0 18px 45px #00000018;
  transition:transform .35s ease,filter .35s ease,box-shadow .35s ease
}
.gallery-item:hover {
  transform:translateY(-6px);
  filter:saturate(1.05) contrast(1.03);
  box-shadow:0 28px 65px #00000030
}
.gallery-item:focus-visible {
  outline:3px solid #b59b70;
  outline-offset:4px
}
.gallery-item:nth-child(1) {
  background-image:url("assets/kabin-1.png")
}
.gallery-item:nth-child(2) {
  background-image:url("assets/kabin-2.png")
}
.gallery-item:nth-child(3) {
  background-image:url("assets/kabin-3.png")
}
.gallery-item:nth-child(4) {
  background-image:url("assets/kabin-4.png")
}
.gallery-item:nth-child(5) {
  background-image:url("assets/kabin-5.png")
}
.gallery-item:nth-child(6) {
  background-image:url("assets/kabin-6.png")
}
.gallery-item:nth-child(7) {
  background-image:url("assets/kabin-7.png")
}
.gallery-item:nth-child(8) {
  background-image:url("assets/kabin-8.png")
}
.gallery-item:nth-child(9) {
  background-image:url("assets/kabin-9.png")
}
.gallery-item:nth-child(10) {
  background-image:url("assets/kabin-10.png")
}
.gallery-item:nth-child(11) {
  background-image:url("assets/kabin-11.png")
}
.gallery-item:nth-child(12) {
  background-image:url("assets/kabin-12.png")
}
.gallery-item:nth-child(13) {
  background-image:url("assets/kabin-13.png")
}
.gallery-item:nth-child(14) {
  background-image:url("assets/kabin-14.png")
}
.gallery-item:nth-child(15) {
  background-image:url("assets/kabin-15.png")
}
.gallery-item span {
  background:#00000070;
  padding:10px 14px;
  border-radius:999px;
  backdrop-filter:blur(10px)
}
.lightbox {
  position:fixed;
  inset:0;
  z-index:999;
  background:#050606e8;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:34px;
  opacity:0;
  pointer-events:none;
  transition:opacity .25s ease
}
.lightbox.open {
  opacity:1;
  pointer-events:auto
}
.lightbox img {
  max-width:min(1180px,92vw);
  max-height:88vh;
  width:auto;
  height:auto;
  object-fit:contain;
  border-radius:18px;
  box-shadow:0 30px 90px #000
}
.lightbox-close {
  position:absolute;
  top:24px;
  right:28px;
  width:48px;
  height:48px;
  border:1px solid #ffffff30;
  border-radius:50%;
  background:#ffffff12;
  color:#fff;
  font-size:34px;
  line-height:1;
  cursor:pointer
}
.lightbox-close:hover {
  background:#fff;
  color:#111
}
@media(max-width:1100px) {
  .gallery-page {
    grid-template-columns:repeat(2,1fr)
  }
}
@media(max-width:700px) {
  .gallery-page {
    grid-template-columns:1fr
  }
  .gallery-item,.gallery-item:nth-child(n) {
    height:340px
  }
  .lightbox {
    padding:18px
  }
  .lightbox-close {
    top:14px;
    right:14px
  }
}
.gallery-tabs {
  display:flex;
  gap:12px;
  justify-content:center;
  margin:0 0 34px;
  flex-wrap:wrap
}
.gallery-tab {
  border:1px solid #d4c6ad;
  background:#f4f0e7;
  color:#242622;
  padding:15px 24px;
  border-radius:999px;
  font:600 12px Manrope;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background .25s,color .25s,border-color .25s,transform .25s
}
.gallery-tab:hover {
  transform:translateY(-2px);
  border-color:#b59b70
}
.gallery-tab.active {
  background:#111412;
  color:#fff;
  border-color:#111412
}
.gallery-item.hidden {
  display:none
}
@media(max-width:700px) {
  .gallery-tabs {
    justify-content:flex-start
  }
  .gallery-tab {
    width:100%;
    text-align:center
  }
}
@media(max-width:900px) {
  .product-modal {
    padding:18px
  }
  .product-modal-panel {
    grid-template-columns:1fr;
    width:96vw
  }
  .product-modal-gallery img:first-child {
    height:260px
  }
  .product-modal-gallery img {
    height:160px
  }
  .product-modal-content {
    padding:34px 26px
  }
}
@media(max-width:560px) {
  .product-modal-gallery {
    grid-template-columns:1fr
  }
  .product-modal-gallery img:first-child,.product-modal-gallery img {
    grid-column:1;
    height:210px
  }
}

