:root {
  --ink: #121416;
  --paper: #f3f0e9;
  --orange: #f15a24;
  --muted: #77746f;
  --line: #d9d5cd;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  background: var(--paper);
}
.site-header {
  height: 84px;
  padding: 0 clamp(22px, 5vw, 78px);
  display: flex;
  align-items: center;
  gap: 36px;
  position: absolute;
  z-index: 5;
  width: 100%;
  color: #fff;
}
.brand {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  background: var(--orange);
  font: 800 29px/1 "Barlow Condensed";
  transform: skew(-9deg);
}
.brand-mark::first-letter {
  transform: skew(9deg);
}
.brand strong {
  display: block;
  font: 700 21px/0.82 "Barlow Condensed";
  letter-spacing: 0.08em;
}
.brand small {
  font-size: 7px;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.main-nav {
  display: flex;
  gap: 31px;
  margin: auto;
}
.main-nav a,
.header-phone {
  font-size: 12px;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
}
.main-nav a:hover {
  color: var(--orange);
}
.header-phone {
  border-bottom: 1px solid var(--orange);
  padding-bottom: 4px;
}
.menu-button {
  display: none;
}
.hero {
  min-height: 760px;
  height: 100vh;
  position: relative;
  color: #fff;
  background: #171a1d;
  overflow: hidden;
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#ffffff0b 1px, transparent 1px),
    linear-gradient(90deg, #ffffff0b 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(90deg, #000 20%, transparent 78%);
}
.hero-glow {
  position: absolute;
  width: 85vw;
  height: 85vw;
  border-radius: 50%;
  right: -28vw;
  top: -30vw;
  background: radial-gradient(circle, #f15a2433, transparent 60%);
}
.hero-content {
  position: absolute;
  left: clamp(22px, 11vw, 170px);
  top: 24%;
  z-index: 2;
  max-width: 720px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 10px;
  font-weight: 800;
  margin: 0 0 21px;
}
.eyebrow.orange {
  color: var(--orange);
}
h1,
h2,
h3 {
  font-family: "Barlow Condensed", Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -0.03em;
}
h1 {
  font-size: clamp(62px, 8vw, 128px);
  line-height: 0.81;
}
h1 em,
h2 em {
  font-style: normal;
  color: var(--orange);
}
.hero-copy {
  font-size: 14px;
  line-height: 1.75;
  max-width: 430px;
  color: #d4d5d6;
  margin: 32px 0;
}
.hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
}
.button {
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 28px;
}
.button-primary {
  background: var(--orange);
  color: #fff;
  padding: 17px 19px;
}
.button-primary span {
  font-size: 19px;
}
.button-text {
  color: #fff;
}
.button-text span {
  font-size: 20px;
}
.hero-object {
  position: absolute;
  right: 8vw;
  bottom: -37vh;
  width: min(29vw, 460px);
  height: 85vh;
  transform: rotate(24deg);
  filter: drop-shadow(25px 18px 13px #0008);
}
.bolt-head {
  height: 21%;
  border-radius: 30px 30px 12px 12px;
  background: linear-gradient(90deg, #777, #e9e9e9 42%, #555 90%);
  position: relative;
}
.bolt-head i {
  position: absolute;
  background: #4c4c4c;
  width: 58%;
  height: 10%;
  left: 21%;
  top: 45%;
  transform: rotate(44deg);
}
.bolt-head i + i {
  transform: rotate(-44deg);
}
.bolt-thread {
  height: 70%;
  background: repeating-linear-gradient(
    170deg,
    #5d5d5d 0 9px,
    #dfdfdf 10px 17px,
    #696969 18px 23px
  );
  clip-path: polygon(15% 0, 85% 0, 100% 100%, 0 100%);
}
.bolt-tip {
  width: 100%;
  height: 12%;
  background: linear-gradient(90deg, #555, #eee, #555);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.hero-badge {
  position: absolute;
  bottom: 64px;
  right: clamp(22px, 5vw, 78px);
  z-index: 2;
  padding: 13px 0 13px 14px;
  border-left: 2px solid var(--orange);
  width: 190px;
}
.hero-badge strong {
  font: 700 38px/1 "Barlow Condensed";
  display: block;
}
.hero-badge strong span {
  font-size: 18px;
}
.hero-badge small {
  font-size: 9px;
  color: #c5c5c5;
  line-height: 1.4;
  display: inline-block;
}
.hero-badge b {
  color: var(--orange);
  font-size: 12px;
  display: block;
  letter-spacing: 2px;
  margin-top: 4px;
}
.scroll-note {
  position: absolute;
  bottom: 62px;
  left: clamp(22px, 5vw, 78px);
  font-size: 10px;
  color: #b1b1b1;
  display: flex;
  gap: 14px;
  align-items: center;
}
.scroll-note span {
  height: 1px;
  width: 60px;
  background: var(--orange);
}
.section-shell {
  max-width: 1260px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.intro {
  padding-top: 130px;
  padding-bottom: 120px;
}
.intro-layout {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.intro h2,
.section-heading h2,
.tour h2,
.visit h2 {
  font-size: clamp(47px, 6vw, 88px);
  line-height: 0.83;
}
.intro-layout > div {
  max-width: 385px;
  font-size: 14px;
  line-height: 1.8;
  color: #474747;
}
.arrow-link {
  margin-top: 25px;
  display: inline-flex;
  gap: 20px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--orange);
  padding-bottom: 5px;
}
.arrow-link span {
  font-size: 17px;
  line-height: 0.6;
}
.facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 100px;
}
.facts div {
  padding: 24px 0;
  display: flex;
  align-items: baseline;
  gap: 13px;
}
.facts div + div {
  border-left: 1px solid var(--line);
  padding-left: 35px;
}
.facts strong {
  font: 600 47px/0.8 "Barlow Condensed";
  color: var(--orange);
}
.facts span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}
.assortment {
  background: #dedbd4;
  padding: 115px 0;
}
.section-heading,
.tour-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
.section-heading > p,
.tour-heading > p {
  max-width: 280px;
  font-size: 12px;
  line-height: 1.7;
  color: #666;
}
.category-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 260px 260px;
  gap: 12px;
  margin-top: 62px;
}
.category {
  background: #f5f3ef;
  padding: 22px;
  position: relative;
  overflow: hidden;
}
.category-large {
  grid-row: span 2;
  background: #ccc9c2;
}
.category-dark {
  background: #1c1e20;
  color: #fff;
}
.category p {
  font-size: 10px;
  color: var(--orange);
  font-weight: 800;
  margin: 0;
}
.category h3 {
  font-size: 31px;
  line-height: 0.9;
  position: absolute;
  left: 22px;
  bottom: 21px;
}
.category a {
  position: absolute;
  right: 21px;
  bottom: 21px;
  width: 31px;
  height: 31px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
}
.illustration {
  position: absolute;
  right: 9%;
  top: 15%;
  opacity: 0.9;
}
.screw-illustration {
  width: 78%;
  height: 42%;
  transform: rotate(-32deg);
}
.screw-illustration span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 19%;
  background: #70706e;
  clip-path: polygon(0 0, 100% 13%, 93% 100%, 8% 85%);
}
.screw-illustration span:nth-child(2) {
  top: 25%;
}
.screw-illustration span:nth-child(3) {
  top: 50%;
}
.nut-illustration {
  width: 105px;
  height: 105px;
  background: #888680;
  clip-path: polygon(
    25% 0,
    75% 0,
    100% 25%,
    100% 75%,
    75% 100%,
    25% 100%,
    0 75%,
    0 25%
  );
}
.nut-illustration:after {
  content: "";
  position: absolute;
  inset: 31px;
  background: #f5f3ef;
  clip-path: inherit;
}
.tool-illustration {
  height: 135px;
  width: 25px;
  background: #777;
  transform: rotate(44deg);
}
.tool-illustration:before {
  content: "";
  position: absolute;
  top: -25px;
  left: -16px;
  width: 55px;
  height: 55px;
  border: 14px solid #777;
  border-radius: 50%;
}
.tour {
  padding: 116px 0 0;
  background: var(--paper);
}
.tour-heading {
  align-items: start;
  margin-bottom: 54px;
}
.panorama {
  height: clamp(390px, 48vw, 620px);
  background: #333;
  position: relative;
  overflow: hidden;
  cursor: grab;
  isolation: isolate;
  background-size: auto 100%;
  background-position: center;
}
.panorama:active {
  cursor: grabbing;
}
.pano-pattern {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #e6e0d4 0 12%,
    #3f4240 12% 20%,
    #aaa69b 20% 38%,
    #202426 38% 50%,
    #c8c0ae 50% 68%,
    #454747 68% 79%,
    #d5d0c4 79%
  );
  filter: brightness(0.6);
}
.pano-pattern span {
  position: absolute;
  width: 8%;
  bottom: 0;
  background: #17191a;
  border: 8px solid #79766d;
}
.pano-pattern span:nth-child(1) {
  height: 54%;
  left: 5%;
}
.pano-pattern span:nth-child(2) {
  height: 72%;
  left: 22%;
}
.pano-pattern span:nth-child(3) {
  height: 44%;
  left: 48%;
}
.pano-pattern span:nth-child(4) {
  height: 70%;
  left: 65%;
}
.pano-pattern span:nth-child(5) {
  height: 54%;
  left: 85%;
}
.panorama-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 5%, #0008 110%);
}
.panorama-message {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 330px;
}
.panorama-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  background: var(--orange);
  border-radius: 50%;
  font: 700 19px "Barlow Condensed";
  margin: auto;
}
.panorama-message h3 {
  font-size: 42px;
  line-height: 0.85;
  margin: 19px 0 13px;
}
.panorama-message p {
  font-size: 11px;
  line-height: 1.6;
  color: #d6d6d6;
}
.panorama-hint {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  left: 30px;
  color: #eee;
  font-size: 10px;
  display: flex;
  gap: 13px;
  align-items: center;
}
.panorama-hint span {
  font-size: 20px;
  color: var(--orange);
}
.tour-start {
  position: absolute;
  z-index: 3;
  right: 25px;
  bottom: 27px;
  border: 0;
  background: var(--orange);
  color: #fff;
  padding: 16px 18px;
  font: 800 10px Manrope;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.tour-start span {
  font-size: 17px;
  margin-left: 16px;
}
.tour-note {
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
  gap: 28px;
  align-items: center;
  background: #e8e5de;
}
.tour-note span {
  font-size: 10px;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 800;
}
.tour-note p {
  font-size: 10px;
  color: #67645f;
}
.tour-note code {
  font-family: monospace;
  background: #ddd9d1;
  padding: 2px;
}
.visit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 670px;
}
.visit-map {
  background: #cfd0ca;
  position: relative;
  overflow: hidden;
}
.map-lines {
  position: absolute;
  inset: -20%;
  background:
    repeating-linear-gradient(
      25deg,
      transparent 0 55px,
      #b5b7b1 57px 59px,
      transparent 61px 130px
    ),
    repeating-linear-gradient(
      -47deg,
      transparent 0 83px,
      #b9bbb6 85px 88px,
      transparent 90px 188px
    );
}
.map-pin {
  position: absolute;
  top: 42%;
  left: 45%;
  width: 57px;
  height: 57px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: grid;
  place-items: center;
  background: var(--orange);
  color: white;
  font: 800 29px "Barlow Condensed";
  box-shadow: 0 6px 15px #0004;
}
.map-pin::first-letter {
  transform: rotate(45deg);
}
.map-label {
  position: absolute;
  top: 53%;
  left: 51%;
  background: #fff;
  padding: 13px;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 4px 14px #0002;
}
.map-label small {
  font-weight: 500;
  color: #777;
}
.visit-panel {
  padding: 100px clamp(30px, 9vw, 140px);
  background: #1b1d1f;
  color: white;
}
.visit-panel h2 {
  margin-bottom: 60px;
}
.contact-item {
  padding: 16px 0;
  border-top: 1px solid #ffffff2e;
  display: grid;
  grid-template-columns: 85px 1fr;
}
.contact-item span,
.hours > span {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  font-weight: 800;
}
.contact-item a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 600;
}
.contact-item b {
  color: var(--orange);
  padding-left: 7px;
}
.hours {
  border-top: 1px solid #ffffff2e;
  padding-top: 16px;
  display: grid;
  grid-template-columns: 85px 1fr;
}
.hours p {
  font-size: 11px;
  line-height: 2;
  margin: 0;
  color: #ddd;
}
.hours b {
  color: #fff;
}
footer {
  background: #111315;
  color: #d4d4d4;
  padding: 31px clamp(22px, 5vw, 78px);
  display: flex;
  gap: 35px;
  align-items: center;
  justify-content: space-between;
}
footer .brand {
  color: #fff;
}
footer p,
footer > span {
  font-size: 9px;
  color: #8e8f90;
}
@media (max-width: 720px) {
  .site-header {
    height: 68px;
  }
  .main-nav,
  .header-phone {
    display: none;
  }
  .menu-button {
    display: flex;
    margin-left: auto;
    background: none;
    border: 0;
    width: 35px;
    gap: 6px;
    flex-direction: column;
  }
  .menu-button span {
    height: 2px;
    background: #fff;
    width: 27px;
  }
  .main-nav.is-open {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 68px;
    flex-direction: column;
    background: #171a1d;
    padding: 25px;
    gap: 20px;
  }
  .hero {
    min-height: 670px;
  }
  .hero-content {
    top: 22%;
  }
  .hero-object {
    right: -11vw;
    bottom: -26vh;
    width: 63vw;
    height: 66vh;
    opacity: 0.6;
  }
  .hero-badge {
    bottom: 37px;
  }
  .scroll-note {
    display: none;
  }
  .intro {
    padding-top: 85px;
    padding-bottom: 75px;
  }
  .intro-layout,
  .section-heading,
  .tour-heading {
    display: block;
  }
  .intro-layout > div {
    margin-top: 32px;
  }
  .facts {
    margin-top: 65px;
    grid-template-columns: 1fr;
  }
  .facts div {
    padding: 15px 0;
  }
  .facts div + div {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid var(--line);
  }
  .assortment,
  .tour {
    padding-top: 76px;
  }
  .section-heading > p,
  .tour-heading > p {
    margin-top: 28px;
  }
  .category-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 240px 215px 215px;
    margin-top: 40px;
  }
  .category-large {
    grid-column: span 2;
    grid-row: auto;
  }
  .category h3 {
    font-size: 25px;
  }
  .panorama-message {
    width: 270px;
  }
  .panorama-message h3 {
    font-size: 36px;
  }
  .tour-note {
    align-items: flex-start;
  }
  .visit {
    grid-template-columns: 1fr;
  }
  .visit-map {
    height: 350px;
  }
  .visit-panel {
    padding: 70px 30px;
  }
  .visit-panel h2 {
    margin-bottom: 45px;
  }
  footer {
    display: grid;
    gap: 13px;
  }
  .section-shell {
    padding-left: 22px;
    padding-right: 22px;
  }
}
