.ozmet-site {
  --oz-ink: #0c0e10;
  --oz-steel: #252a2d;
  --oz-muted: #6d7377;
  --oz-paper: #f2f0ea;
  --oz-orange: #e94f18;
  --oz-orange-light: #ff6a2f;
  --oz-line: #d3d0c8;
  width: 100vw;
  max-width: none;
  margin: 0 0 0 calc(50% - 50vw);
  overflow: hidden;
  background: var(--oz-paper);
  color: var(--oz-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  scroll-behavior: smooth;
}

body.ozmet-standalone-template { margin: 0; padding: 0; background: var(--oz-paper, #f2f0ea); }
.ozmet-site *, .ozmet-site *::before, .ozmet-site *::after { box-sizing: border-box; }
.ozmet-site a { color: inherit; text-decoration: none; box-shadow: none; }
.ozmet-site svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ozmet-section { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }

.ozmet-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 92px; padding: 0 clamp(24px, 4vw, 72px); display: flex; align-items: center; justify-content: space-between; color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); }
.ozmet-brand { display: inline-flex; flex-direction: column; line-height: 1; }
.ozmet-brand__mark { display: flex; align-items: baseline; font-size: 27px; font-weight: 900; letter-spacing: -1.7px; }
.ozmet-brand__mark span { color: currentColor; }
.ozmet-brand__mark b { color: var(--oz-orange-light); }
.ozmet-brand__sub { margin-top: 4px; font-size: 7.5px; letter-spacing: 2.8px; opacity: .62; }
.ozmet-nav { display: flex; gap: 34px; font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.ozmet-nav a { position: relative; opacity: .76; transition: opacity .2s ease; }
.ozmet-nav a::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 100%; height: 2px; background: var(--oz-orange); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.ozmet-nav a:hover, .ozmet-nav a:focus-visible { opacity: 1; }
.ozmet-nav a:hover::after, .ozmet-nav a:focus-visible::after { transform: scaleX(1); }
.ozmet-header__cta { display: inline-flex; align-items: center; gap: 10px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.42); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; transition: background .2s ease, color .2s ease; }
.ozmet-header__cta:hover { background: #fff; color: var(--oz-ink); }

.ozmet-hero { position: relative; min-height: 800px; background: var(--oz-ink); color: #fff; display: grid; grid-template-columns: 54% 46%; grid-template-rows: 1fr 72px; }
.ozmet-hero__grid { position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 72px 72px; -webkit-mask-image: linear-gradient(to right, black, transparent 78%); mask-image: linear-gradient(to right, black, transparent 78%); }
.ozmet-hero__copy { z-index: 2; align-self: center; padding: 155px 5vw 92px max(32px, calc((100vw - 1240px) / 2)); }
.ozmet-eyebrow { display: flex; align-items: center; gap: 11px; margin: 0; color: #c7cbcd; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.ozmet-eyebrow span { width: 28px; height: 2px; background: var(--oz-orange); }
.ozmet-hero h1 { margin: 28px 0 25px; max-width: 700px; color: #fff; font-size: clamp(64px, 7.1vw, 116px); line-height: .85; letter-spacing: -.075em; font-weight: 900; text-transform: uppercase; }
.ozmet-hero h1 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.6); }
.ozmet-hero__lead { max-width: 580px; margin: 0; color: #b9bdc0; font-size: 18px; line-height: 1.65; }
.ozmet-hero__actions { display: flex; align-items: center; gap: 22px; margin-top: 38px; }
.ozmet-button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 52px; padding: 0 23px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ozmet-button--primary { background: var(--oz-orange); color: #fff; box-shadow: 0 10px 40px rgba(233,79,24,.18); transition: background .2s ease, transform .2s ease; }
.ozmet-button--primary:hover { background: var(--oz-orange-light); transform: translateY(-2px); }
.ozmet-button--ghost { color: #fff; border-bottom: 1px solid rgba(255,255,255,.3); padding-inline: 4px; }
.ozmet-hero__art { position: relative; z-index: 1; min-width: 0; background: #111416 url('../images/ozmet-hero.png') 62% center / cover no-repeat; border-left: 1px solid rgba(255,255,255,.08); clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%); }
.ozmet-hero__art::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to right, rgba(12,14,16,.86), transparent 38%), linear-gradient(to top, rgba(12,14,16,.72), transparent 58%); }
.ozmet-process-label { position: absolute; right: 30px; top: 130px; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.58); font-size: 8px; letter-spacing: .16em; transform: rotate(90deg) translateX(100%); transform-origin: right top; }
.ozmet-process-label i { width: 18px; height: 1px; background: var(--oz-orange); }
.ozmet-steel-stamp { position: absolute; left: 15%; bottom: 110px; display: flex; flex-direction: column; padding-left: 15px; border-left: 3px solid var(--oz-orange); }
.ozmet-steel-stamp span { color: #aeb3b5; font-size: 9px; letter-spacing: .24em; }
.ozmet-steel-stamp strong { margin-top: 5px; color: #fff; font-size: 19px; letter-spacing: .02em; }
.ozmet-hero__footer { z-index: 3; grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; gap: clamp(28px, 6vw, 90px); border-top: 1px solid rgba(255,255,255,.13); background: rgba(5,6,7,.7); color: #adb1b3; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.ozmet-hero__footer span { color: #adb1b3; }
.ozmet-hero__footer span::first-letter { color: var(--oz-orange-light); }

.ozmet-specs { color: #fff; background: #1a1e20; border-top: 1px solid rgba(255,255,255,.08); }
.ozmet-specs__inner { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ozmet-specs article { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 18px; min-height: 126px; padding: 25px 34px; border-left: 1px solid rgba(255,255,255,.1); }
.ozmet-specs article:last-child { border-right: 1px solid rgba(255,255,255,.1); }
.ozmet-specs article > span { color: var(--oz-orange-light); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.ozmet-specs article > div { display: flex; flex-direction: column; gap: 6px; }
.ozmet-specs small { color: #979da0; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.ozmet-specs strong { color: #fff; font-size: clamp(21px, 2vw, 30px); line-height: 1.15; letter-spacing: -.025em; }

.ozmet-offer { padding-top: 120px; padding-bottom: 130px; }
.ozmet-section-heading, .ozmet-projects__heading { display: grid; grid-template-columns: 1fr 420px; gap: 90px; align-items: end; margin-bottom: 58px; }
.ozmet-kicker { margin: 0 0 20px; color: var(--oz-orange); font-size: 10px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.ozmet-kicker::before { content: ""; display: inline-block; width: 24px; height: 2px; margin-right: 10px; vertical-align: middle; background: currentColor; }
.ozmet-kicker--light { color: var(--oz-orange-light); }
.ozmet-kicker--white { color: #fff; }
.ozmet-section-heading h2, .ozmet-projects__heading h2, .ozmet-custom h2, .ozmet-process h2, .ozmet-contact h2 { margin: 0; color: inherit; font-size: clamp(38px, 4.2vw, 65px); line-height: .98; letter-spacing: -.055em; font-weight: 850; }
.ozmet-section-heading > p, .ozmet-projects__heading > p { margin: 0; color: var(--oz-muted); font-size: 16px; line-height: 1.75; }
.ozmet-offer__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--oz-line); border-left: 1px solid var(--oz-line); }
.ozmet-offer-card { position: relative; min-height: 365px; padding: 30px 32px 32px; background: rgba(255,255,255,.22); border-right: 1px solid var(--oz-line); border-bottom: 1px solid var(--oz-line); transition: background .25s ease, transform .25s ease; }
.ozmet-offer-card:hover { background: #fff; transform: translateY(-5px); }
.ozmet-offer-card__top { display: flex; justify-content: space-between; align-items: flex-start; color: #a3a3a0; font-size: 11px; font-weight: 800; }
.ozmet-offer-card__top i { display: grid; place-items: center; width: 43px; height: 43px; color: var(--oz-orange); border: 1px solid var(--oz-line); font-style: normal; }
.ozmet-offer-card__top svg { width: 21px; height: 21px; }
.ozmet-offer-card__tag { margin: 60px 0 9px !important; color: var(--oz-orange) !important; font-size: 9px !important; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.ozmet-offer-card h3 { margin: 0; color: var(--oz-ink); font-size: 22px; line-height: 1.2; letter-spacing: -.025em; }
.ozmet-offer-card > p:not(.ozmet-offer-card__tag) { margin: 16px 0 0; color: var(--oz-muted); font-size: 14px; line-height: 1.7; }
.ozmet-offer-card > a { position: absolute; left: 32px; bottom: 32px; display: inline-flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.ozmet-offer-card > a svg { color: var(--oz-orange); }

.ozmet-projects { padding: 120px 0; background: #15181a; color: #fff; }
.ozmet-projects__heading { grid-template-columns: 1fr 380px; margin-bottom: 55px; }
.ozmet-projects__heading > p { color: #9da2a5; }
.ozmet-projects__grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(3, 330px); gap: 16px; }
.ozmet-project { position: relative; overflow: hidden; background: #24292c; border: 1px solid rgba(255,255,255,.08); }
.ozmet-project:nth-child(even) { grid-column: 2; }
.ozmet-project:nth-child(odd) { grid-column: 1; }
.ozmet-project__index { position: absolute; z-index: 3; top: 20px; right: 22px; color: rgba(255,255,255,.32); font-size: 10px; letter-spacing: .16em; }
.ozmet-project__art { position: absolute; inset: 0; transition: transform .5s ease; }
.ozmet-project:hover .ozmet-project__art { transform: scale(1.025); }
.ozmet-project--orange .ozmet-project__art { background: radial-gradient(circle at 62% 48%, rgba(255,111,45,.84), transparent 7%), radial-gradient(circle at 62% 48%, rgba(238,76,15,.24), transparent 35%), linear-gradient(148deg, #252a2d, #111315); }
.ozmet-project--orange .ozmet-project__art::before { content: ""; position: absolute; width: 70%; height: 1px; top: 48%; left: 30%; background: linear-gradient(90deg, transparent, #ff8a52, transparent); transform: rotate(-13deg); box-shadow: 0 10px 25px #ff4d00; }
.ozmet-project--grid .ozmet-project__art { background: linear-gradient(140deg, #252a2d, #171a1c); }
.ozmet-project--grid .ozmet-project__art::before { content: ""; position: absolute; inset: 30px; background: repeating-linear-gradient(45deg, transparent 0 25px, rgba(255,255,255,.12) 25px 27px), repeating-linear-gradient(-45deg, transparent 0 25px, rgba(255,255,255,.06) 25px 27px); border: 1px solid rgba(255,255,255,.13); }
.ozmet-project--smoke .ozmet-project__art { background: linear-gradient(135deg, #31383b, #191c1e); }
.ozmet-project--smoke .ozmet-project__art::before { content: ""; position: absolute; width: 46%; height: 130%; left: 30%; top: -15%; border: 14px solid rgba(8,9,10,.8); background: repeating-linear-gradient(90deg, #3c3028 0 70px, #1e1e1e 71px 75px); transform: perspective(300px) rotateY(-9deg); box-shadow: 25px 25px 50px rgba(0,0,0,.4); }
.ozmet-project--line .ozmet-project__art { background: radial-gradient(circle at 74% 35%, rgba(233,79,24,.33), transparent 22%), #24282a; }
.ozmet-project--line .ozmet-project__art::before { content: ""; position: absolute; width: 330px; height: 330px; right: -90px; top: -100px; border: 2px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.025), 0 0 0 70px rgba(255,255,255,.018); }
.ozmet-project--address .ozmet-project__art { background: linear-gradient(145deg, #303638, #171a1c); }
.ozmet-project--address .ozmet-project__art::before { content: "24"; position: absolute; top: 50%; left: 50%; display: grid; width: 180px; height: 110px; place-items: center; color: rgba(255,255,255,.22); border: 2px solid rgba(255,255,255,.18); font-size: 62px; font-weight: 900; letter-spacing: -.05em; transform: translate(-50%,-55%) rotate(-4deg); }
.ozmet-project--structure .ozmet-project__art { background: linear-gradient(135deg, #24292c, #111315); }
.ozmet-project--structure .ozmet-project__art::before { content: ""; position: absolute; inset: 35px; background: linear-gradient(60deg, transparent 47%, rgba(233,79,24,.45) 48% 51%, transparent 52%), linear-gradient(-60deg, transparent 47%, rgba(255,255,255,.12) 48% 51%, transparent 52%); border: 1px solid rgba(255,255,255,.12); }
.ozmet-project--has-image .ozmet-project__art { background-position: center; background-size: cover; background-repeat: no-repeat; }
.ozmet-project--has-image .ozmet-project__art::before { content: ""; position: absolute; inset: 0; width: auto; height: auto; color: transparent; border: 0; border-radius: 0; background: linear-gradient(to top, rgba(5,6,7,.58), transparent 64%); box-shadow: none; font-size: 0; transform: none; }
.ozmet-project__info { position: absolute; z-index: 2; inset: auto 0 0; padding: 70px 25px 25px; background: linear-gradient(transparent, rgba(5,6,7,.88)); }
.ozmet-project__info p { margin: 0 0 6px; color: var(--oz-orange-light); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.ozmet-project__info h3 { margin: 0; color: #fff; font-size: 20px; line-height: 1.2; }

.ozmet-custom { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; padding-top: 130px; padding-bottom: 130px; }
.ozmet-custom__visual { position: relative; height: 510px; overflow: hidden; background: #1b1f21; color: #fff; }
.ozmet-custom__visual::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 44px 44px; }
.ozmet-custom__visual > div { position: absolute; z-index: 2; left: -18px; top: 5px; color: transparent; -webkit-text-stroke: 42px rgba(255,255,255,.1); font-size: 500px; line-height: 1; font-weight: 900; font-family: Arial Black, Arial, sans-serif; }
.ozmet-custom__visual > i { position: absolute; z-index: 3; right: 10%; top: 14%; width: 45%; height: 62%; border: 18px solid var(--oz-orange); transform: rotate(9deg); mix-blend-mode: screen; }
.ozmet-custom__visual > span { position: absolute; z-index: 4; bottom: 25px; left: 26px; font-size: 9px; letter-spacing: .25em; color: rgba(255,255,255,.6); }
.ozmet-custom__visual--has-image { background-position: center; background-size: cover; background-repeat: no-repeat; }
.ozmet-custom__visual--has-image::after { background: linear-gradient(to top, rgba(10,12,13,.48), transparent 58%); }
.ozmet-custom__visual--has-image > div, .ozmet-custom__visual--has-image > i, .ozmet-custom__visual--has-image > span { display: none; }
.ozmet-custom h2 em { color: var(--oz-orange); font-style: normal; }
.ozmet-custom__copy > p:not(.ozmet-kicker) { max-width: 520px; margin: 27px 0 28px; color: var(--oz-muted); font-size: 16px; line-height: 1.75; }
.ozmet-custom ul { display: grid; gap: 13px; padding: 0; margin: 0 0 34px; list-style: none; font-size: 13px; font-weight: 700; }
.ozmet-custom li { display: flex; align-items: center; gap: 12px; }
.ozmet-custom li svg { flex: 0 0 auto; color: var(--oz-orange); }
.ozmet-text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid #aaa; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ozmet-text-link svg { color: var(--oz-orange); }

.ozmet-process { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; padding-bottom: 130px; }
.ozmet-steps { border-top: 1px solid var(--oz-line); }
.ozmet-step { display: grid; grid-template-columns: 58px 1fr; gap: 15px; padding: 24px 0; border-bottom: 1px solid var(--oz-line); }
.ozmet-step > span { color: var(--oz-orange); font-size: 10px; font-weight: 900; }
.ozmet-step h3 { margin: 0 0 7px; color: var(--oz-ink); font-size: 17px; line-height: 1.3; }
.ozmet-step p { margin: 0; color: var(--oz-muted); font-size: 13px; line-height: 1.6; }
.ozmet-shop { display: grid; grid-template-columns: 56px 1fr 1.4fr auto; align-items: center; gap: 25px; padding: 35px 38px; margin-bottom: 120px; color: #fff; background: var(--oz-steel); border-left: 4px solid var(--oz-orange); }
.ozmet-shop__icon { display: grid; place-items: center; width: 50px; height: 50px; color: var(--oz-orange-light); border: 1px solid rgba(255,255,255,.18); font-style: normal; }
.ozmet-shop p { margin: 0; }
.ozmet-shop > div > p { margin-bottom: 6px; color: #9ca1a4; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.ozmet-shop h2 { margin: 0; color: #fff; font-size: 22px; line-height: 1.2; }
.ozmet-shop__text { color: #aeb2b4; font-size: 13px; line-height: 1.6; }
.ozmet-shop > span { padding: 9px 13px; color: var(--oz-orange-light); border: 1px solid rgba(255,105,48,.45); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }

.ozmet-contact { position: relative; overflow: hidden; min-height: 560px; padding: 100px 0; color: #fff; background: var(--oz-orange); }
.ozmet-contact::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(0,0,0,.18), transparent 50%), repeating-linear-gradient(135deg, transparent 0 48px, rgba(255,255,255,.025) 49px 50px); }
.ozmet-contact__inner { position: relative; z-index: 2; }
.ozmet-contact h2 { max-width: 800px; color: #fff; font-size: clamp(58px, 7vw, 104px); text-transform: uppercase; }
.ozmet-contact__inner > p:not(.ozmet-kicker) { max-width: 640px; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.7; }
.ozmet-contact__items { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
.ozmet-contact-card { position: relative; display: grid; grid-template-columns: 44px minmax(0, 1fr); align-items: center; gap: 13px; min-height: 112px; padding: 17px 15px; overflow: hidden; color: var(--oz-ink); background: #fff; border-top: 3px solid #252a2d; box-shadow: 0 12px 30px rgba(104,32,7,.13); transition: transform .2s ease, box-shadow .2s ease; }
.ozmet-site .ozmet-contact-card,
.ozmet-site .ozmet-contact-card:hover,
.ozmet-site .ozmet-contact-card:focus { color: var(--oz-ink); }
.ozmet-contact-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(104,32,7,.19); }
.ozmet-contact-card--static:hover { transform: none; box-shadow: 0 12px 30px rgba(104,32,7,.13); }
.ozmet-contact-card__icon { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; color: #fff; background: var(--oz-ink); border-radius: 50%; font-style: normal; }
.ozmet-contact-card__icon svg { width: 20px; height: 20px; }
.ozmet-contact-card > span { display: flex; min-width: 0; flex-direction: column; }
.ozmet-contact-card small, .ozmet-contact__placeholder small { margin-bottom: 5px; color: #686d70; font-size: 8px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.ozmet-contact-card strong, .ozmet-contact__placeholder strong { overflow: hidden; color: var(--oz-ink); font-size: 13px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.ozmet-contact-card em { margin-top: 8px; color: var(--oz-orange); font-size: 9px; font-weight: 800; font-style: normal; letter-spacing: .05em; text-transform: uppercase; }
.ozmet-contact-card__external { position: absolute; top: 11px; right: 11px; color: #9a9d9f; font-style: normal; }
.ozmet-contact-card__external svg { width: 13px; height: 13px; }
.ozmet-contact-card--phone { border-top-color: var(--oz-orange); }
.ozmet-contact-card--static { cursor: default; }
.ozmet-contact-card--phone .ozmet-contact-card__icon { background: var(--oz-orange); }
.ozmet-contact-card--mail { border-top-color: #252a2d; }
.ozmet-contact-card--facebook { border-top-color: #1877f2; }
.ozmet-contact-card--facebook .ozmet-contact-card__icon { background: #1877f2; }
.ozmet-contact-card--facebook em { color: #1877f2; }
.ozmet-contact-card--location { border-top-color: #bd3f13; }
.ozmet-contact-card--location .ozmet-contact-card__icon { background: #bd3f13; }
.ozmet-contact-map { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .7fr); min-height: 285px; margin-top: 14px; overflow: hidden; background: #fff; box-shadow: 0 16px 40px rgba(104,32,7,.16); }
.ozmet-contact-map__frame { display: grid; min-height: 285px; place-items: stretch; background: #e4e2dc; }
.ozmet-contact-map__frame iframe { display: block; width: 100%; height: 100%; min-height: 285px; border: 0; }
.ozmet-map-consent { display: flex; min-height: 285px; align-items: center; justify-content: center; flex-direction: column; padding: 32px; text-align: center; color: var(--oz-ink); background: linear-gradient(rgba(244,242,236,.92), rgba(244,242,236,.92)), repeating-linear-gradient(0deg, transparent 0 39px, rgba(21,25,27,.08) 40px), repeating-linear-gradient(90deg, transparent 0 39px, rgba(21,25,27,.08) 40px); }
.ozmet-map-consent > i { display: grid; width: 44px; height: 44px; margin-bottom: 14px; place-items: center; color: #fff; background: var(--oz-orange); border-radius: 50%; font-style: normal; }
.ozmet-map-consent > i svg { width: 21px; height: 21px; }
.ozmet-map-consent small { color: var(--oz-orange); font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.ozmet-map-consent strong { margin-top: 6px; font-size: 22px; line-height: 1.2; }
.ozmet-map-consent p { max-width: 420px; margin: 10px 0 18px; color: #64696c; font-size: 12px; line-height: 1.6; }
.ozmet-map-consent button { padding: 12px 18px; color: #fff; background: var(--oz-orange); border: 0; cursor: pointer; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ozmet-map-consent button:hover, .ozmet-map-consent button:focus-visible { background: var(--oz-ink); }
.ozmet-map-consent button:disabled { cursor: wait; opacity: .72; }
.ozmet-contact-map__info { display: flex; flex-direction: column; justify-content: center; padding: 35px; color: #fff; background: var(--oz-ink); }
.ozmet-contact-map__info > i { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 25px; color: #fff; background: var(--oz-orange); border-radius: 50%; font-style: normal; }
.ozmet-contact-map__info > i svg { width: 21px; height: 21px; }
.ozmet-contact-map__info small { color: var(--oz-orange-light); font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.ozmet-contact-map__info h3 { margin: 7px 0 10px; color: #fff; font-size: 21px; line-height: 1.2; }
.ozmet-contact-map__info p { margin: 0 0 23px; color: #aeb2b4; font-size: 12px; line-height: 1.6; }
.ozmet-site .ozmet-contact-map__info a { display: inline-flex; align-items: center; align-self: flex-start; gap: 9px; padding-bottom: 5px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.ozmet-contact-map__info a svg { color: var(--oz-orange-light); }
.ozmet-contact__placeholder { display: inline-flex; flex-direction: column; gap: 4px; margin-top: 30px; padding: 14px 18px; color: var(--oz-ink); background: #fff; }
.ozmet-contact__word { position: absolute; right: -25px; bottom: -75px; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.12); font-size: min(22vw, 330px); font-weight: 900; letter-spacing: -.08em; line-height: 1; }
.ozmet-footer { min-height: 120px; padding: 30px clamp(24px, 4vw, 72px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: #8e9396; background: var(--oz-ink); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.ozmet-footer .ozmet-brand { color: #fff; justify-self: start; }
.ozmet-footer p { margin: 0; color: #8e9396; }
.ozmet-footer__legal { display: flex; align-items: flex-end; justify-self: end; flex-direction: column; gap: 7px; }
.ozmet-footer__legal a { color: #c2c5c6; text-decoration: none; }
.ozmet-footer__legal a:hover, .ozmet-footer__legal a:focus { color: #fff; text-decoration: underline; }

@media (max-width: 900px) {
  .ozmet-section { width: min(100% - 38px, 680px); }
  .ozmet-header { height: 76px; padding-inline: 20px; }
  .ozmet-nav { display: none; }
  .ozmet-header__cta { padding: 10px 12px; font-size: 9px; }
  .ozmet-hero { min-height: 780px; grid-template-columns: 1fr; grid-template-rows: 1fr 210px 60px; }
  .ozmet-hero__copy { padding: 125px 24px 55px; align-self: end; }
  .ozmet-hero h1 { font-size: clamp(56px, 16vw, 86px); }
  .ozmet-hero__lead { font-size: 15px; }
  .ozmet-hero__art { grid-row: 2; clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%); }
  .ozmet-steel-stamp { left: 25px; bottom: 28px; }
  .ozmet-process-label { display: none; }
  .ozmet-hero__footer { grid-row: 3; gap: 20px; justify-content: flex-start; overflow-x: auto; padding: 0 24px; white-space: nowrap; }
  .ozmet-hero__actions { align-items: flex-start; flex-direction: column; gap: 13px; }
  .ozmet-specs article { min-height: 112px; padding: 22px 20px; }
  .ozmet-section-heading, .ozmet-projects__heading, .ozmet-custom, .ozmet-process { grid-template-columns: 1fr; gap: 35px; }
  .ozmet-offer, .ozmet-projects { padding-top: 82px; padding-bottom: 82px; }
  .ozmet-offer__grid { grid-template-columns: 1fr; }
  .ozmet-offer-card { min-height: 320px; }
  .ozmet-projects__grid { grid-template-columns: 1fr; grid-template-rows: repeat(6, 280px); }
  .ozmet-project:nth-child(n) { grid-column: 1; }
  .ozmet-custom { padding-top: 85px; padding-bottom: 85px; }
  .ozmet-custom__visual { height: 360px; }
  .ozmet-custom__visual > div { font-size: 350px; }
  .ozmet-process { padding-bottom: 85px; }
  .ozmet-shop { grid-template-columns: 50px 1fr auto; margin-bottom: 80px; padding: 24px 20px; gap: 14px; }
  .ozmet-shop__text { grid-column: 1 / -1; }
  .ozmet-contact { min-height: 500px; padding: 75px 0; }
  .ozmet-contact__items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ozmet-contact-map { grid-template-columns: 1fr; }
  .ozmet-contact-map__frame { min-height: 300px; }
  .ozmet-contact-map__info { padding: 28px; }
  .ozmet-footer { grid-template-columns: 1fr; justify-items: start; }
  .ozmet-footer__legal { align-items: flex-start; justify-self: start; }
}

@media (max-width: 520px) {
  .ozmet-brand__sub { letter-spacing: 2px; }
  .ozmet-header__cta svg { display: none; }
  .ozmet-hero h1 { font-size: 54px; }
  .ozmet-hero__actions { width: 100%; }
  .ozmet-button--primary { width: 100%; }
  .ozmet-specs__inner { grid-template-columns: 1fr; width: 100%; }
  .ozmet-specs article { border-right: 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .ozmet-specs article:last-child { border-right: 0; border-bottom: 0; }
  .ozmet-offer-card { padding-inline: 24px; }
  .ozmet-offer-card > a { left: 24px; }
  .ozmet-projects__grid { grid-template-rows: repeat(6, 235px); }
  .ozmet-custom__visual { height: 310px; }
  .ozmet-shop { grid-template-columns: 48px 1fr; }
  .ozmet-shop > span { display: none; }
  .ozmet-contact h2 { font-size: 51px; }
  .ozmet-contact__items { grid-template-columns: 1fr; }
  .ozmet-contact-card { min-height: 104px; }
  .ozmet-contact-map__frame { min-height: 260px; }
}

@media (prefers-reduced-motion: reduce) {
  .ozmet-site { scroll-behavior: auto; }
  .ozmet-site *, .ozmet-site *::before, .ozmet-site *::after { transition: none !important; }
}
