:root { --dark: #1d2228; --dark2: #272d33; --orange: #e38440; --active: #d66a2a; --white: #fff; --paper: #f4f3ee; --text: #1a1a1a; --gray: #b0b0b0; --line: #deded9; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0px; color: var(--text); background: var(--white); font: 400 16px / 1.65 Inter, Roboto, sans-serif; overflow-wrap: anywhere; }
button, input, textarea, select { font: inherit; border-radius: 0px; }
button { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.review-bar { min-height: 52px; padding: 7px 4vw; background: var(--orange); color: white; display: flex; align-items: center; justify-content: space-between; gap: 25px; position: sticky; top: 0px; z-index: 100; }
.review-bar strong { font: 600 12px Montserrat; letter-spacing: 0.1em; text-transform: uppercase; }
.review-bar nav { display: flex; gap: 4px; flex-wrap: wrap; }
.review-bar button { border: 1px solid rgba(255, 255, 255, 0.45); background: transparent; color: white; padding: 7px 12px; font-size: 12px; }
.review-bar button.active { background: var(--dark); border-color: var(--dark); }
.public-header { height: 82px; padding: 0px 4vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: white; position: relative; z-index: 30; }
.public-header[hidden], #public-footer[hidden] { display: none; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 120px; height: 56px; object-fit: contain; background: var(--dark); }
.brand span { font: 500 10px Montserrat; text-transform: uppercase; letter-spacing: 0.1em; }
.public-header nav { display: flex; align-items: center; gap: 28px; }
.public-header nav a { text-decoration: none; font-size: 14px; }
.contact-link { border: 2px solid var(--orange); padding: 10px 16px; text-transform: uppercase; font-weight: 600; }
.contact-link:hover { background: var(--active); border-color: var(--active); color: white; }
.menu { display: none; border: 0px; background: none; }
.view { display: none; }
.view.active { display: block; }
.blueprint-dark { background-color: var(--dark); background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px); background-size: 32px 32px; }
.hero { display: grid; grid-template-columns: 46% 54%; min-height: calc(-134px + 100vh); background: var(--dark); color: white; }
.hero-photo { position: relative; overflow: hidden; }
.hero-photo picture, .hero-photo picture img { width: 100%; height: 100%; }
.hero-photo img { object-fit: cover; filter: grayscale(22%) contrast(1.03); }
.photo-measure { position: absolute; right: 22px; top: 10%; bottom: 10%; color: white; font: 500 11px Montserrat; display: flex; flex-direction: column; align-items: center; mix-blend-mode: difference; }
.photo-measure i { display: block; width: 1px; flex: 1 1 0%; margin: 7px 0px; background: currentcolor; position: relative; }
.photo-measure i::before, .photo-measure i::after { content: ""; position: absolute; left: -5px; width: 11px; height: 1px; background: currentcolor; }
.photo-measure i::after { bottom: 0px; }
.photo-measure small { writing-mode: vertical-rl; font-size: 9px; letter-spacing: 0.15em; }
.hero-copy { padding: 7vw; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.eyebrow, .hero-copy > .eyebrow { text-transform: uppercase; letter-spacing: 0.14em; font-size: 12px; color: var(--orange); font-weight: 600; }
.hero h1 { font: 300 clamp(52px, 7vw, 106px) / 0.98 Montserrat; margin: 35px 0px; letter-spacing: -0.055em; text-wrap: balance; }
.hero-copy > p { font-size: clamp(18px, 1.6vw, 23px); max-width: 720px; }
.axis { margin: 38px 0px 32px; width: min(520px, 100%); height: 32px; border-top: 1px solid rgb(122, 126, 129); position: relative; display: flex; justify-content: space-between; color: rgb(170, 170, 170); font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; }
.axis::before, .axis::after, .axis b { content: ""; position: absolute; top: -5px; width: 9px; height: 9px; border: 1px solid rgb(170, 170, 170); border-radius: 50%; background: var(--dark); }
.axis::before { left: 0px; }
.axis::after { right: 0px; border-color: var(--orange); background: var(--orange); }
.axis b { left: 53%; }
.axis span, .axis em { padding-top: 10px; font-style: normal; }
.button { display: inline-flex; width: max-content; justify-content: center; padding: 13px 25px; text-decoration: none; text-transform: uppercase; letter-spacing: 0.07em; font-size: 13px; font-weight: 600; border: 2px solid var(--orange); background: transparent; }
.button.filled { background: var(--orange); color: white; }
.button:hover { background: var(--active); border-color: var(--active); color: white; }
.button:disabled { opacity: 0.35; cursor: not-allowed; }
.split-section { display: grid; grid-template-columns: 210px minmax(0px, 1fr); gap: 30px; padding: 105px 4vw; border-bottom: 1px solid var(--line); }
.section-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.13em; }
.split-section h2, .final-cta h2 { font: 300 clamp(38px, 5vw, 70px) / 1.12 Montserrat; margin: 0px; max-width: 1100px; text-wrap: balance; }
.about-grid { display: grid; grid-template-columns: 1fr 0.8fr; gap: 8vw; margin-top: 65px; }
.about-grid > div > p { font-size: 19px; max-width: 660px; }
.signature { width: 270px; height: 90px; object-fit: contain; object-position: left center; margin-top: 20px; }
.principle { border-left: 1px solid var(--dark); padding-left: 4vw; display: flex; flex-direction: column; justify-content: center; }
.principle img { width: 230px; margin: auto; }
.principle p { font: 400 17px / 1.5 Montserrat; text-align: center; }
.dark-statement { min-height: 680px; color: white; padding: 9vw 5vw; position: relative; overflow: hidden; }
.dark-statement > span { color: var(--orange); text-transform: uppercase; letter-spacing: 0.15em; font-size: 11px; }
.dark-statement h2 { font: 300 clamp(46px, 7vw, 104px) / 1 Montserrat; margin: 45px 0px 35px; letter-spacing: -0.05em; position: relative; z-index: 2; }
.dark-statement h2 em { font-style: normal; color: var(--orange); }
.dark-statement p { max-width: 600px; font-size: 19px; position: relative; z-index: 2; }
.dark-statement > img { position: absolute; right: 3vw; bottom: 3vw; width: min(520px, 42vw); opacity: 0.55; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.section-heading button, .article-grid button { background: none; border: 0px; text-decoration-line: underline; text-decoration-style: initial; text-decoration-color: var(--orange); text-decoration-thickness: 2px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--dark); margin-top: 65px; }
.article-grid article { padding: 30px; min-height: 430px; display: flex; flex-direction: column; border-right: 1px solid var(--dark); }
.article-grid article:last-child { border-right: 0px; }
.article-grid article.dark { background: var(--dark); color: white; }
.article-grid article > span, .service-grid article > span { color: var(--orange); text-transform: uppercase; letter-spacing: 0.12em; font-size: 11px; }
.article-grid h3 { font: 400 25px / 1.22 Montserrat; margin: 48px 0px 20px; }
.article-grid p { color: rgb(102, 102, 102); }
.article-grid .dark p { color: rgb(204, 204, 204); }
.article-grid button { margin-top: auto; width: max-content; color: inherit; padding: 0px; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 60px; }
.service-grid article { min-height: 350px; padding: 42px; border: 2px solid var(--orange); }
.service-grid article.dark { background: var(--dark); color: white; }
.service-grid h3 { font: 300 clamp(35px, 4vw, 58px) / 1.1 Montserrat; }
.service-grid p { font-size: 18px; }
.final-cta { padding: 9vw 5vw; text-align: center; position: relative; overflow: hidden; }
.final-cta > img { width: 220px; margin: 0px auto 20px; }
.final-cta > span { color: var(--orange); text-transform: uppercase; letter-spacing: 0.14em; font-size: 11px; }
.final-cta h2 { margin: 25px auto; }
.final-cta p { font-size: 19px; }
.final-cta .button { margin: 30px auto 0px; }
body > footer { background: var(--dark); color: white; padding: 28px 4vw; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
body > footer p { color: var(--gray); font-size: 13px; }
body > footer button { border: 0px; background: none; color: white; }
.article-hero { min-height: 640px; color: white; padding: 7vw; display: grid; grid-template-columns: minmax(0px, 1.4fr) minmax(250px, 0.6fr); gap: 6vw; align-items: center; }
.article-hero h1, .step-content h1 { font: 300 clamp(44px, 5.3vw, 78px) / 1.07 Montserrat; letter-spacing: -0.045em; text-wrap: balance; margin: 35px 0px; }
.article-hero p { font-size: 20px; max-width: 760px; color: rgb(221, 221, 221); }
.article-hero > img { width: 100%; max-height: 420px; object-fit: contain; }
.back { border: 0px; background: none; color: inherit; padding: 0px; margin-bottom: 45px; }
.article-body { width: min(780px, 100%); margin: 0px auto; padding: 90px 24px 120px; font-size: 19px; line-height: 1.78; text-wrap: pretty; }
.article-body .lead, .step-content .lead { font-size: 23px; line-height: 1.6; }
.article-body h2 { font: 400 37px / 1.2 Montserrat; margin: 2.1em 0px 0.7em; text-wrap: balance; }
.article-body blockquote { border-left: 4px solid var(--orange); padding: 5px 0px 5px 28px; margin: 55px 0px; font: 400 25px / 1.5 Montserrat; }
.article-body figure { margin: 60px 0px; }
.brand-element img { width: 390px; max-height: 440px; object-fit: contain; margin: auto; }
.brand-element.vertical img { max-height: 500px; }
.article-body figcaption, .step-content figcaption { text-align: center; color: rgb(119, 119, 119); font-size: 13px; margin-top: 12px; }
.framed-photo > div { position: relative; aspect-ratio: 1 / 1; background: var(--paper); }
.framed-photo .photo { position: absolute; inset: 5.5%; width: 89%; height: 89%; object-fit: cover; }
.framed-photo .frame { position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: contain; }
.route img { width: 100%; }
.callout { border: 2px solid var(--orange); padding: 30px; margin: 55px 0px; }
.callout span { color: var(--orange); text-transform: uppercase; font-size: 11px; letter-spacing: 0.13em; }
.callout h3 { font: 400 25px / 1.4 Montserrat; margin: 16px 0px 0px; }
.article-sign img { width: 280px; height: 90px; object-fit: contain; object-position: left center; }
.steps-layout { display: grid; grid-template-columns: 360px minmax(0px, 1fr); min-height: calc(-52px + 100vh); }
.step-sidebar { height: calc(-52px + 100vh); position: sticky; top: 52px; padding: 36px 28px; color: white; overflow: auto; }
.step-sidebar > span { color: var(--orange); text-transform: uppercase; letter-spacing: 0.13em; font-size: 11px; }
.step-sidebar h2 { font: 400 23px / 1.3 Montserrat; margin: 16px 0px 25px; }
.progress { height: 3px; background: rgb(82, 87, 92); }
.progress i { display: block; width: 25%; height: 100%; background: var(--orange); transition: 0.3s; }
.step-sidebar > small { color: rgb(170, 170, 170); display: block; margin-top: 8px; }
.step-sidebar nav { margin-top: 32px; }
.step-sidebar nav button { width: 100%; display: grid; grid-template-columns: 38px 1fr; text-align: left; gap: 8px; border-width: 1px 0px 0px; border-style: solid none none; border-color: rgb(75, 80, 85) currentcolor currentcolor; border-image: none; background: none; color: rgb(153, 153, 153); padding: 15px 0px; }
.step-sidebar nav button.active { color: white; }
.step-sidebar nav button.active b, .step-sidebar nav button.done b { color: var(--orange); }
.step-content { padding: 80px 7vw 90px; min-width: 0px; }
.step-slide { display: none; max-width: 900px; margin: auto; }
.step-slide.active { display: block; }
.step-content h1 { margin-top: 30px; }
.formula, .big-formula { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; margin: 60px 0px; padding: 30px; border: 1px solid var(--dark); }
.formula b, .formula strong, .big-formula span, .big-formula strong { padding: 12px 15px; border-bottom: 2px solid var(--orange); }
.formula i, .big-formula i { font-style: normal; color: var(--orange); }
.big-formula { font: 400 22px Montserrat; }
.step-content .brand-element { margin: 55px 0px; }
.step-buttons { max-width: 900px; margin: 70px auto 0px; padding-top: 30px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; }
.admin-view.active { display: grid; grid-template-columns: 245px minmax(0px, 1fr); min-height: calc(-52px + 100vh); background: rgb(244, 244, 241); }
.admin-nav { background: var(--dark); color: white; padding: 28px 22px; display: flex; flex-direction: column; }
.admin-nav > img { width: 190px; }
.admin-nav > small { color: rgb(170, 170, 170); margin-top: 8px; }
.admin-nav nav { display: flex; flex-direction: column; margin-top: 55px; }
.admin-nav nav button, .admin-exit { border-width: 0px 0px 1px; border-style: none none solid; border-color: currentcolor currentcolor rgb(66, 71, 76); border-image: none; background: none; color: rgb(221, 221, 221); text-align: left; padding: 14px 0px; }
.admin-nav nav button.active { color: var(--orange); }
.admin-exit { margin-top: auto; }
.admin-main { padding: 45px clamp(24px, 4vw, 65px); }
.admin-main > header { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 35px; }
.admin-main > header > div:first-child { flex: 1 1 0%; }
.admin-main > header span { color: var(--orange); font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; }
.admin-main > header input { display: block; width: min(790px, 100%); font: 300 clamp(30px, 4vw, 48px) / 1.15 Montserrat; border-top: 0px; border-right: 0px; border-left: 0px; border-image: none; border-bottom: 2px solid var(--orange); background: transparent; padding: 8px 0px; }
.admin-main > header > div:last-child { display: flex; gap: 8px; }
.primary, .secondary { padding: 12px 17px; border: 2px solid var(--orange); background: var(--orange); color: white; font-weight: 600; }
.secondary { background: transparent; color: var(--text); }
.admin-grid { display: grid; grid-template-columns: minmax(0px, 1fr) 300px; gap: 22px; }
.editor-panel, .settings-panel { background: white; border: 1px solid var(--line); padding: 28px; }
.tabs { display: flex; border-bottom: 1px solid var(--line); margin-bottom: 25px; }
.tabs button { border-width: 0px 0px 3px; border-style: none none solid; border-color: currentcolor currentcolor transparent; border-image: none; background: none; padding: 10px 15px; }
.tabs button.active { border-color: var(--orange); }
.admin-view label { display: flex; flex-direction: column; gap: 7px; font-weight: 600; margin-bottom: 18px; }
.admin-view input, .admin-view textarea, .admin-view select { width: 100%; border: 1px solid rgb(187, 187, 187); padding: 11px; background: white; }
.admin-view textarea { min-height: 82px; resize: vertical; }
.editor-title { display: flex; justify-content: space-between; margin: 30px 0px 15px; }
.editor-title button, .add-block { border: 2px solid var(--orange); background: none; padding: 8px 12px; }
.editor-step { border: 2px solid var(--orange); margin-bottom: 16px; }
.editor-step > header, .editor-block > header { background: var(--dark); color: white; padding: 11px 14px; display: flex; justify-content: space-between; }
.editor-step > label { padding: 18px; margin: 0px; }
.editor-block { margin: 0px 18px 18px; border: 1px solid var(--line); }
.brand-picker { padding: 18px; }
.brand-picker { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.brand-picker img { grid-column: 1 / -1; width: 100%; height: 260px; object-fit: contain; background: var(--paper); }
.settings-panel { position: sticky; top: 72px; height: max-content; }
.checkbox { flex-direction: row !important; align-items: center; }
.checkbox input { width: auto; }
.hidden-link { border: 2px solid var(--orange); padding: 14px; }
.hidden-link small { display: block; }
.hidden-link code { display: block; margin: 8px 0px; font-size: 11px; }
.hidden-link button { border: 0px; background: none; text-decoration-line: underline; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: var(--orange); }
.editor-step.added { padding-bottom: 18px; }
.editor-step.added label { padding: 18px; }
.editor-step.added .add-block { margin-left: 18px; }
@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; }
  .hero-photo { height: 65vh; }
  .split-section { grid-template-columns: 1fr; padding: 75px 5vw; }
  .section-label { margin-bottom: 35px; }
  .about-grid { grid-template-columns: 1fr; }
  .principle { border-right: 0px; border-bottom: 0px; border-left: 0px; border-image: none; border-top: 1px solid var(--dark); padding: 35px 0px 0px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-grid article { border-right: 0px; border-bottom: 1px solid var(--dark); }
  .article-grid article:last-child { border-bottom: 0px; }
  .steps-layout { grid-template-columns: 1fr; }
  .step-sidebar { height: auto; position: relative; top: 0px; }
  .step-sidebar nav { display: flex; overflow: auto; }
  .step-sidebar nav button { min-width: 230px; }
  .admin-view.active { grid-template-columns: 1fr; }
  .admin-nav { display: none; }
  .admin-grid { grid-template-columns: 1fr; }
  .settings-panel { position: static; }
  .article-hero { grid-template-columns: 1fr; }
  .article-hero > img { max-width: 350px; }
  .dark-statement > img { opacity: 0.25; width: 70vw; }
}
@media (max-width: 720px) {
  .review-bar { align-items: flex-start; flex-direction: column; padding: 9px 14px; }
  .review-bar nav { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .public-header { height: 70px; padding: 0px 18px; }
  .brand img { width: 91px; height: 43px; }
  .brand span { font-size: 9px; }
  .menu { display: block; }
  .public-header nav { display: none; position: absolute; top: 70px; left: 0px; right: 0px; background: white; padding: 20px; flex-direction: column; align-items: flex-start; }
  .public-header nav.open { display: flex; }
  .hero { min-height: auto; }
  .hero-photo { height: 55vh; }
  .hero-copy { padding: 60px 20px; }
  .hero h1 { font-size: 51px; }
  .split-section { padding: 65px 20px; }
  .split-section h2, .final-cta h2 { font-size: 35px; }
  .about-grid { margin-top: 35px; }
  .dark-statement { min-height: 560px; padding: 70px 20px; }
  .dark-statement h2 { font-size: 44px; }
  .section-heading { display: block; }
  .section-heading button { margin-top: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { padding: 26px; }
  .final-cta { padding: 70px 20px; }
  .article-hero { padding: 55px 20px; }
  .article-hero h1, .step-content h1 { font-size: 39px; }
  .article-body { font-size: 18px; padding: 65px 20px 90px; }
  .article-body h2 { font-size: 29px; }
  .article-body .lead, .step-content .lead { font-size: 20px; }
  .step-content { padding: 55px 20px; }
  .step-buttons { flex-direction: column; gap: 10px; }
  .step-buttons .button { width: 100%; }
  .admin-main { padding: 28px 14px; }
  .admin-main > header { align-items: flex-start; flex-direction: column; }
  .admin-main > header > div:last-child { width: 100%; }
  .admin-main > header button { flex: 1 1 0%; }
  .editor-panel, .settings-panel { padding: 17px; }
  .brand-picker { grid-template-columns: 1fr; }
  .brand-picker img { height: 200px; }
  body > footer { flex-wrap: wrap; }
  body > footer p { order: 3; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
.review-bar { position: relative; top: auto; }
.public-header { position: sticky; top: 0px; background: rgba(29, 34, 40, 0.82); border-bottom-color: rgba(255, 255, 255, 0.16); color: white; backdrop-filter: blur(18px) saturate(135%); box-shadow: rgba(0, 0, 0, 0.13) 0px 8px 35px; }
.public-header::before { content: ""; position: absolute; inset: 0px; background: linear-gradient(115deg, rgba(255, 255, 255, 0.1), transparent 35%, rgba(255, 255, 255, 0.035)); pointer-events: none; }
.public-header > * { position: relative; }
.public-header .brand span { color: white; }
.public-header nav a { color: white; position: relative; padding: 29px 0px; }
.public-header nav a::after { content: ""; position: absolute; left: 0px; right: 100%; bottom: 20px; height: 2px; background: var(--orange); transition: right 0.28s; }
.public-header nav a:hover::after, .public-header nav a:focus-visible::after { right: 0px; }
.public-header .menu { color: white; }
.blueprint-dark { background-size: 128px 128px; }
.hero { width: min(1600px, 100%); min-height: 680px; height: min(760px, -82px + 100vh); margin-inline: auto; }
.hero-copy { padding: clamp(50px, 5.5vw, 88px); }
.hero h1 { font-size: clamp(52px, 5.7vw, 88px); }
.arrow-button { display: inline-flex; align-items: center; gap: 11px; }
.arrow-button::after, .social-grid a i { content: ""; display: inline-block; width: 15px; height: 15px; border-top: 2px solid; border-right: 2px solid; background: linear-gradient(45deg, transparent 45%, currentcolor 46%, currentcolor 54%, transparent 55%) center center / 18px 18px; transition: transform 0.22s; }
.arrow-button:hover::after, .social-grid a:hover i { transform: translate(3px, -3px); }
.section-note { max-width: 300px; color: rgb(119, 119, 119); }
.product-empty { margin-top: 60px; min-height: 390px; border: 1px solid var(--dark); display: grid; grid-template-columns: minmax(250px, 0.65fr) 1fr; align-items: center; }
.product-empty > img { width: 100%; height: 390px; object-fit: contain; background: var(--paper); }
.product-empty > div { padding: 45px; }
.product-empty span { color: var(--orange); font-size: 11px; text-transform: uppercase; letter-spacing: 0.13em; }
.product-empty h3 { font: 400 clamp(30px, 3.5vw, 50px) / 1.15 Montserrat; margin: 22px 0px; }
.product-empty button, .service-grid button { border: 0px; background: none; padding: 0px; text-decoration-line: underline; text-decoration-style: initial; text-decoration-color: var(--orange); text-decoration-thickness: 2px; }
.service-grid article { display: flex; flex-direction: column; }
.service-grid button { width: max-content; color: inherit; margin-top: auto; }
.contacts-preview p { font-size: 19px; max-width: 700px; }
.contacts-preview .button { margin-top: 30px; }
.contacts-page { min-height: calc(-82px + 100vh); padding: 70px max(24px, 7vw) 100px; color: white; }
.contacts-page > .back { margin-bottom: 60px; }
.contacts-title { display: grid; grid-template-columns: 180px 1fr; gap: 30px; }
.contacts-title .eyebrow { padding-top: 20px; }
.contacts-title h1 { font: 300 clamp(48px, 7vw, 104px) / 1 Montserrat; letter-spacing: -0.05em; max-width: 1100px; margin: 0px; }
.contacts-title p { grid-column: 2; max-width: 650px; font-size: 19px; color: rgb(204, 204, 204); }
.social-grid { display: grid; grid-template-columns: repeat(2, 1fr); max-width: 1100px; margin: 70px 0px 45px 210px; border: 1px solid rgb(89, 96, 103); }
.social-grid a { min-height: 110px; padding: 25px; display: grid; grid-template-columns: 52px 1fr 20px; align-items: center; gap: 12px; border-bottom: 1px solid rgb(89, 96, 103); border-right: 1px solid rgb(89, 96, 103); text-decoration: none; }
.social-grid a:nth-child(2n) { border-right: 0px; }
.social-grid a:nth-last-child(-n+2) { border-bottom: 0px; }
.social-grid a:last-child:nth-child(2n+1) { border-bottom: 0px; }
.social-grid a:hover { background: rgba(227, 132, 64, 0.12); }
.social-grid a b { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--orange); color: var(--orange); font-size: 12px; }
.social-grid a span { font: 400 20px Montserrat; }
.social-grid a i { justify-self: end; }
.legal-note { display: block; margin-left: 210px; color: rgb(153, 153, 153); }
.social-settings { margin-top: 35px; padding-top: 15px; border-top: 1px solid var(--line); }
.social-settings > p { color: rgb(119, 119, 119); }
.social-row { display: grid; grid-template-columns: 25px 110px 1fr; gap: 10px; align-items: center; padding: 8px 0px; border-top: 1px solid var(--line); }
.social-row > input:first-child { width: auto; }
.social-row > input:last-child { padding: 8px; }
.admin-view.active { min-height: calc(-52px + 100vh); }
@media (max-width: 1000px) {
  .hero { height: auto; min-height: 0px; }
  .product-empty { grid-template-columns: 1fr; }
  .product-empty > img { height: 300px; }
  .contacts-title { grid-template-columns: 1fr; }
  .contacts-title p { grid-column: auto; }
  .social-grid { margin-left: 0px; }
  .legal-note { margin-left: 0px; }
}
@media (max-width: 720px) {
  .public-header nav a { padding: 6px 0px; }
  .public-header nav a::after { bottom: 0px; }
  .blueprint-dark { background-size: 96px 96px; }
  .hero { width: 100%; }
  .social-grid { grid-template-columns: 1fr; }
  .social-grid a { border-right: 0px; }
  .social-grid a:nth-last-child(-n+2) { border-bottom: 1px solid rgb(89, 96, 103); }
  .social-grid a:last-child { border-bottom: 0px; }
  .contacts-page { padding-inline: 20px; }
  .contacts-title h1 { font-size: 44px; }
  .social-row { grid-template-columns: 25px 1fr; }
  .social-row > input:last-child { grid-column: 1 / -1; }
  .product-empty > div { padding: 28px; }
}
.social-grid a b img { width: 22px; height: 22px; object-fit: contain; }
.public-header { background-color: rgb(29, 34, 40); background-image: linear-gradient(115deg, rgba(255, 255, 255, 0.11), transparent 36%, rgba(255, 255, 255, 0.035)); }
.public-header::before { background: linear-gradient(rgba(255, 255, 255, 0.07), transparent 52%, rgba(0, 0, 0, 0.1)); }
.hero { width: 100%; max-width: none; margin-inline: 0px; background-color: rgb(29, 34, 40) !important; }
.hero-copy, .dark-statement, .article-grid article.dark, .service-grid article.dark, .contacts-page, .article-hero, .step-sidebar, .admin-nav { background-color: rgb(29, 34, 40) !important; }
.arrow-button::after, .social-grid a i { width: 18px; height: 18px; border: 0px; background-color: currentcolor; background-image: none; mask: url("/assets/arrow-up-right.svg") center center / contain no-repeat; }
.social-grid a b img { width: 24px; height: 24px; }
.brand img { background: transparent; }
:root { --text: #1d2228; }
.blog-section, .products-section { color: rgb(29, 34, 40); }
.article-grid article.dark, .article-grid article.dark:hover, .article-grid article.dark:focus-within, .article-grid article.dark:active { background-color: rgb(29, 34, 40) !important; }
.hero-photo { background-color: rgb(29, 34, 40); }
.hero-photo picture { position: absolute; z-index: 1; inset: 7.5% 9.8% 14.2% 9.6%; overflow: hidden; }
.hero-photo picture, .hero-photo picture img { width: auto; height: auto; }
.hero-photo picture img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.hero-frame { position: absolute; z-index: 2; inset: 0px; width: 100%; height: 100%; max-width: none; object-fit: fill; pointer-events: none; }
@media (max-width: 1000px) {
  .hero-photo { height: auto; aspect-ratio: 1 / 1; }
}
.hero-photo { display: grid; place-items: center; padding: clamp(8px, 1.2vw, 18px); aspect-ratio: auto; }
.hero-frame-stage { position: relative; width: min(100%, 760px); max-height: 100%; aspect-ratio: 1 / 1; overflow: visible; }
.hero-frame-stage picture { position: absolute; z-index: 1; inset: 7.5% 9.8% 14.2% 9.6%; overflow: hidden; }
.hero-frame-stage .hero-frame { position: absolute; z-index: 2; inset: 0px; width: 100%; height: 100%; object-fit: contain; }
@media (max-width: 1000px) {
  .hero-photo { height: auto; min-height: 0px; aspect-ratio: auto; }
  .hero-frame-stage { width: min(100%, 680px); }
}
@media (max-width: 720px) {
  .hero-photo { padding: 0px; }
  .hero-frame-stage { width: 100%; }
}
.homepage-photo-settings { margin-bottom: 28px; padding: 20px; border: 2px solid var(--orange); background: rgb(255, 255, 255); }
.homepage-photo-settings > div:first-child { display: flex; flex-direction: column; gap: 5px; }
.homepage-photo-settings small, .homepage-photo-settings > span { color: rgb(119, 119, 119); font-size: 12px; }
.homepage-photo-preview { width: min(100%, 460px); aspect-ratio: 4 / 3; margin: 16px 0px; background: var(--dark); overflow: hidden; }
.homepage-photo-preview img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.homepage-photo-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.homepage-photo-actions button:last-child { border: 0px; background: none; text-decoration-line: underline; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: var(--orange); padding: 8px 0px; }
.homepage-photo-settings > span { display: block; margin-top: 10px; }
@media (max-width: 720px) {
  .public-header nav a, .public-header nav.open a { color: rgb(29, 34, 40); }
}
@media (max-width: 720px) {
  .section-heading button, .product-empty button { color: rgb(29, 34, 40); appearance: none; }
}
.public-header nav { gap: clamp(12px, 1.55vw, 28px); }
.public-header nav a { font-size: 13px; white-space: nowrap; }
.cases-section { min-height: 360px; }
.article-sign { display: flex; justify-content: flex-end; width: 100%; margin: 0px 0px 44px; }
.article-sign img { width: min(300px, 48%); height: auto; object-position: right center; }
.editor-title { gap: 8px; flex-wrap: wrap; }
.editor-title #demo-add-signature { margin-left: auto; }
.editor-signature-block { margin: 14px 18px 18px; border: 1px solid var(--line); }
.editor-signature-block > header { display: flex; justify-content: space-between; padding: 11px 14px; background: var(--dark); color: white; }
.editor-signature-block > div { padding: 18px; }
.editor-signature-block p { margin: 0px 0px 8px; color: rgb(119, 119, 119); font-size: 12px; }
.editor-signature-block img { display: block; width: min(300px, 55%); margin-left: auto; }
@media (max-width: 720px) {
  .article-sign img { width: min(240px, 62%); }
  .editor-title #demo-add-signature { margin-left: 0px; }
}
.hero-copy > .button { align-self: center; }
.section-heading { display: block; }
.section-heading > button { display: flex; margin: 28px auto 0px; }
.article-grid article > button, .product-empty button, .service-grid article > button { align-self: center; margin-left: auto; margin-right: auto; }
.product-empty button { display: flex; }
.contacts-preview .button, .article-body > a.button, .step-slide > a.button { display: flex; margin-left: auto; margin-right: auto; }
.step-buttons { justify-content: center; flex-wrap: wrap; }
.split-section > div:last-child { width: 100%; max-width: 980px; margin-inline: auto; min-width: 0px; }
.dark-statement { padding-inline: max(24px, -590px + 50vw); }
.article-hero { grid-template-columns: minmax(0px, 780px) minmax(240px, 340px); justify-content: center; padding-inline: max(24px, -590px + 50vw); }
.step-slide, .step-buttons { width: min(100%, 780px); }
.contacts-page { padding-inline: max(24px, -590px + 50vw); }
.contacts-title, .social-grid, .legal-note { width: min(100%, 980px); margin-left: auto; margin-right: auto; }
.blog-index > header, .blog-list { padding-inline: max(24px, -590px + 50vw); }
@media (min-width: 1001px) {
  .split-section { grid-template-columns: 150px minmax(0px, 980px); justify-content: center; gap: 40px; padding-inline: 40px; }
}
@media (max-width: 1000px) {
  .split-section > div:last-child { max-width: 780px; }
  .article-hero { grid-template-columns: 1fr; }
  .contacts-title, .social-grid, .legal-note { max-width: 780px; }
}
.article-hero .back { display: block; margin-bottom: 45px; }
.step-sidebar > .back { display: block; margin-bottom: 45px; }
.step-menu-toggle { width: 100%; display: flex; align-items: center; gap: 12px; margin-top: 22px; padding: 13px 0px; border-width: 1px 0px; border-style: solid none; border-color: rgb(75, 80, 85) currentcolor; border-image: none; background: none; color: white; text-align: left; font-weight: 600; }
.step-menu-toggle i, .step-menu-toggle i::before, .step-menu-toggle i::after { display: block; width: 22px; height: 2px; background: var(--orange); content: ""; transition: 0.2s; }
.step-menu-toggle i { position: relative; }
.step-menu-toggle i::before { position: absolute; top: -7px; }
.step-menu-toggle i::after { position: absolute; top: 7px; }
.step-menu-toggle[aria-expanded="true"] i { background: transparent; }
.step-menu-toggle[aria-expanded="true"] i::before { top: 0px; transform: rotate(45deg); }
.step-menu-toggle[aria-expanded="true"] i::after { top: 0px; transform: rotate(-45deg); }
.step-sidebar nav { display: none; margin-top: 12px; }
.step-sidebar nav.open { display: block; }
@media (max-width: 1000px) {
  .step-sidebar nav.open { display: grid; grid-template-columns: 1fr 1fr; gap: 0px 24px; overflow: visible; }
  .step-sidebar nav.open button { min-width: 0px; }
}
@media (max-width: 720px) {
  .step-sidebar nav.open { display: block; }
  .step-buttons { flex-direction: row; gap: 0px; }
  .step-buttons .button { width: auto; min-width: 0px; padding: 13px 10px; font-size: 11px; white-space: nowrap; }
  .step-buttons #prev-step { flex: 0 0 37%; -webkit-text-fill-color: rgb(29, 34, 40); appearance: none; color: rgb(29, 34, 40) !important; }
  .step-buttons #next-step { flex: 1 1 0%; }
  .step-buttons .button + button { margin-left: -2px; }
}
.catalog-page { min-height: 75vh; background: white; }
.catalog-hero { padding: 90px max(24px, -590px + 50vw) 58px; border-bottom: 1px solid var(--line); }
.catalog-hero h1 { max-width: 1050px; margin: 24px 0px; font: 300 clamp(46px, 6.4vw, 92px) / 1.02 Montserrat; letter-spacing: -0.05em; text-wrap: balance; }
.catalog-hero > p { max-width: 680px; margin: 0px; font-size: 19px; }
.catalog-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 38px; }
.catalog-filters button { padding: 9px 15px; border: 1px solid var(--line); background: white; color: var(--dark); font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; }
.catalog-filters button.active, .catalog-filters button:hover { border-color: var(--dark); background: var(--dark); color: white; }
.catalog-grid-wrap { padding: 60px max(24px, -590px + 50vw) 110px; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 60px 28px; }
.catalog-card { min-width: 0px; }
.catalog-image { display: block; width: 100%; aspect-ratio: 16 / 10; padding: 0px; border: 0px; border-radius: 0px; background: var(--paper); overflow: hidden; }
.catalog-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 0px; }
.catalog-card > span, .catalog-card > .meta { display: block; margin-top: 18px; color: var(--orange); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; }
.catalog-card h2 { margin: 12px 0px 10px; font: 500 clamp(20px, 2vw, 27px) / 1.18 Montserrat; }
.catalog-card h2 button, .catalog-card h2 a { padding: 0px; border: 0px; background: none; text-align: left; text-decoration: none; color: inherit; font: inherit; }
.catalog-card p { margin: 0px; color: rgb(102, 102, 102); font-size: 15px; line-height: 1.55; }
.related-section { max-width: 1180px; margin: 0px auto; padding: 70px 24px 110px; border-top: 1px solid var(--line); }
.related-heading { display: grid; grid-template-columns: 180px 1fr; gap: 30px; margin-bottom: 42px; }
.related-heading > span { color: var(--orange); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; }
.related-heading h2 { margin: 0px; font: 400 clamp(30px, 4vw, 50px) / 1.12 Montserrat; }
.related-section .catalog-grid { grid-template-columns: repeat(3, minmax(0px, 1fr)); }
@media (max-width: 900px) {
  .catalog-grid, .related-section .catalog-grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
  .catalog-hero { padding-top: 65px; }
  .related-heading { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 620px) {
  .catalog-hero { padding: 54px 20px 42px; }
  .catalog-hero h1 { font-size: 43px; }
  .catalog-grid-wrap { padding: 42px 20px 80px; }
  .catalog-grid, .related-section .catalog-grid { grid-template-columns: 1fr; gap: 48px; }
  .related-section { padding: 55px 20px 80px; }
  .catalog-card h2 { font-size: 23px; }
}
.public-header nav a.active::after { right: 0px; }
.about-page { background: white; }
.about-hero { display: grid; grid-template-columns: minmax(0px, 1.15fr) minmax(320px, 0.7fr); min-height: 680px; color: white; }
.about-hero > div:first-child { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 8vw, 125px) clamp(45px, 7vw, 110px) clamp(70px, 8vw, 125px) max(30px, -590px + 50vw); }
.about-hero h1 { max-width: 850px; margin: 28px 0px 32px; font: 300 clamp(48px, 6vw, 86px) / 1.04 Montserrat; letter-spacing: -0.05em; text-wrap: balance; }
.about-hero p { max-width: 730px; margin: 0px; color: rgb(216, 216, 216); font-size: clamp(18px, 1.55vw, 22px); line-height: 1.6; }
.about-portrait { min-height: 620px; overflow: hidden; }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; filter: grayscale(22%) contrast(1.04); }
.about-facts { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1180px, 100% - 48px); margin: 0px auto; border-left: 1px solid var(--dark); border-bottom: 1px solid var(--dark); }
.about-facts > div { min-height: 180px; padding: 34px; border-top: 1px solid var(--dark); border-right: 1px solid var(--dark); display: flex; flex-direction: column; justify-content: space-between; }
.about-facts strong { font: 300 clamp(42px, 5vw, 72px) / 1 Montserrat; color: var(--orange); }
.about-facts span { max-width: 210px; font-size: 14px; text-transform: uppercase; letter-spacing: 0.08em; }
.about-story { width: min(780px, 100% - 40px); margin: 0px auto; padding: 85px 0px 120px; }
.about-story > section { position: relative; padding: 25px 0px 70px; }
.about-number { display: block; margin-bottom: 22px; color: var(--orange); font-size: 12px; letter-spacing: 0.15em; }
.about-story h2 { margin: 0px 0px 28px; font: 400 clamp(32px, 4vw, 48px) / 1.15 Montserrat; text-wrap: balance; }
.about-story p { margin: 0px 0px 24px; font-size: 19px; line-height: 1.78; }
.about-quote { width: min(1080px, -40px + 100vw); margin: 20px 0px 90px 50%; padding: 55px clamp(28px, 6vw, 80px); transform: translateX(-50%); border: 2px solid var(--orange); background: var(--dark); color: white; }
.about-quote > span { color: var(--orange); font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; }
.about-quote blockquote { margin: 28px 0px 0px; font: 300 clamp(34px, 5vw, 64px) / 1.16 Montserrat; }
.about-story .article-sign { margin-top: 50px; }
@media (max-width: 900px) {
  .about-hero { grid-template-columns: 1fr; }
  .about-hero > div:first-child { padding: 75px 24px; }
  .about-portrait { min-height: 0px; height: 65vh; }
  .about-facts { grid-template-columns: 1fr; }
  .about-facts > div { min-height: 135px; }
  .about-story { padding-top: 60px; }
}
@media (max-width: 620px) {
  .about-hero { min-height: 0px; }
  .about-hero h1 { font-size: 43px; }
  .about-portrait { height: 58vh; }
  .about-facts { width: calc(100% - 40px); }
  .about-story p { font-size: 18px; }
  .about-story > section { padding-bottom: 52px; }
  .about-quote { margin-bottom: 65px; padding: 38px 22px; }
  .about-quote blockquote { font-size: 32px; }
}
#next-step[hidden] { display: none; }
