:root {
  --red: #e21b2d;
  --red-dark: #b81524;
  --wine: #7d2d47;
  --ink: #17191b;
  --ink2: #24272a;
  --paper: #f4f1eb;
  --paper2: #ebe6de;
  --white: #ffffff;
  --muted: #a9acb0;
  --text: #17191b;
  --line: #d9d5cf;
  --max: 1440px;
  --pad: clamp(22px, 5vw, 72px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.site {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
}

/* Header */

.header {
  position: sticky;
  z-index: 60;
  top: 0;
  display: flex;
  align-items: center;
  gap: 42px;
  height: 98px;
  padding: 0 var(--pad);
  color: var(--white);
  background: rgba(23, 25, 27, 0.98);
  border-bottom: 1px solid #2e3134;
  backdrop-filter: blur(12px);
}

.logoBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 208px;
  height: 58px;
  padding: 7px 14px;
  background: var(--white);
  border-radius: 2px;
}

.logoBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: clamp(20px, 2.3vw, 34px);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.nav a {
  opacity: 0.88;
  transition: 0.2s;
}

.nav a:hover,
.nav a:focus-visible {
  color: #ff5967;
  opacity: 1;
}

.headerBtn {
  padding: 14px 21px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 2px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition: 0.2s;
}

.headerBtn:hover,
.headerBtn:focus-visible {
  color: var(--ink);
  background: var(--white);
}

.headerBtn strong {
  color: #ff4856;
}

.menuBtn {
  display: none;
  width: 46px;
  height: 46px;
  color: var(--white);
  background: transparent;
  border: 1px solid #555a5e;
  font-size: 21px;
}

/* Hero */

.hero {
  position: relative;
  min-height: 910px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.heroGrid {
  position: absolute;
  inset: 0;
  opacity: 1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.12));
}

.heroSlash {
  position: absolute;
  top: 145px;
  right: -155px;
  width: 720px;
  height: 165px;
  opacity: 0.95;
  background: linear-gradient(90deg, var(--red), var(--wine));
  transform: rotate(-18deg);
}

.heroSlash2 {
  position: absolute;
  top: 320px;
  right: -195px;
  width: 750px;
  height: 48px;
  opacity: 0.08;
  background: var(--white);
  transform: rotate(-18deg);
}

.heroA {
  position: absolute;
  right: 45px;
  bottom: -95px;
  color: transparent;
  font-size: min(43vw, 620px);
  font-weight: 900;
  letter-spacing: -7vw;
  line-height: 0.8;
  user-select: none;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.09);
}

.heroContent {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: stretch;
  gap: 60px;
  min-height: 910px;
  padding: 110px var(--pad) 70px;
}

.heroLeft {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #f6a2aa;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 42px;
  height: 3px;
  flex: none;
  content: "";
  background: var(--red);
}

.hero h1 {
  max-width: 820px;
  margin: 25px 0 28px;
  font-size: clamp(66px, 7vw, 105px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.88;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
}

.hero h1 em {
  color: var(--red);
  font-style: normal;
}

.heroLead {
  max-width: 690px;
  margin-bottom: 34px;
  color: #d0d2d4;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.55;
}

.ctaRow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.btnRed {
  padding: 17px 24px;
  color: var(--white);
  background: var(--red);
  border: 0;
  border-radius: 2px;
  box-shadow: 8px 8px 0 rgba(125, 45, 71, 0.65);
  font-size: 14px;
  font-weight: 800;
  transition: 0.2s;
}

.btnRed:hover,
.btnRed:focus-visible {
  box-shadow: 10px 10px 0 rgba(125, 45, 71, 0.72);
  transform: translate(-2px, -2px);
}

.btnGhost {
  padding: 16px 23px;
  color: var(--white);
  border: 1px solid #5d6165;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  transition: 0.2s;
}

.btnGhost:hover,
.btnGhost:focus-visible {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

.heroNote {
  max-width: 560px;
  margin-top: 52px;
  padding-left: 17px;
  color: #aeb1b4;
  border-left: 3px solid var(--red);
  font-size: 13px;
  letter-spacing: 0.7px;
  line-height: 1.7;
  text-transform: uppercase;
}

.heroRight {
  position: relative;
  align-self: end;
  margin-bottom: 20px;
}

.heroMedia {
  height: 190px;
  margin-bottom: 16px;
  overflow: hidden;
  border-left: 7px solid var(--red);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.heroMedia img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.miniTitle {
  margin-bottom: 16px;
  color: #b9bcc0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.serviceStack {
  display: grid;
  gap: 10px;
}

.stackCard {
  display: grid;
  grid-template-columns: 72px 1fr 40px;
  align-items: center;
  min-height: 116px;
  padding: 20px 22px;
  color: var(--ink);
  background: #f8f6f2;
  border-left: 7px solid var(--red);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  transition: 0.22s;
}

.stackCard:hover,
.stackCard:focus-visible {
  transform: translateX(-8px);
}

.stackCard:nth-child(2) {
  margin-left: 32px;
  border-left-color: #9f3a54;
}

.stackCard:nth-child(3) {
  margin-left: 64px;
  border-left-color: #d14653;
}

.stackNum {
  color: #d6d0c9;
  font-size: 40px;
  font-weight: 900;
}

.stackText b {
  display: block;
  margin-bottom: 5px;
  font-size: 21px;
}

.stackText span {
  color: #666b70;
  font-size: 13px;
}

.arrow {
  color: var(--red);
  font-size: 30px;
  font-weight: 300;
}

/* Trust */

.trustbar {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  align-items: center;
  min-height: 150px;
  padding: 0 var(--pad);
  color: var(--white);
  background: linear-gradient(90deg, var(--red), var(--wine));
}

.trustLead {
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.metric {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.metric b {
  display: block;
  font-size: 35px;
  line-height: 1;
}

.metric span {
  display: block;
  margin-top: 7px;
  opacity: 0.85;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Shared */

.section {
  padding: 108px var(--pad);
}

.sectionHead {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 30px;
  margin-bottom: 58px;
}

.kicker {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.sectionHead h2 {
  margin: 0;
  font-size: clamp(46px, 4.3vw, 66px);
  letter-spacing: -0.04em;
  line-height: 1;
}

.sectionHead p {
  max-width: 620px;
  margin: 13px 0 0;
  color: #6f7275;
  font-size: 16px;
  line-height: 1.65;
}

/* Services */

.services {
  background: var(--paper);
}

.serviceRows {
  border-top: 2px solid var(--ink);
}

.serviceRow {
  position: relative;
  display: grid;
  grid-template-columns: 150px 1.15fr 1fr 64px;
  align-items: center;
  gap: 30px;
  min-height: 260px;
  border-bottom: 1px solid #bbb6af;
  transition: 0.2s;
}

.serviceRow:hover {
  padding-right: 10px;
  padding-left: 10px;
  background: #eee9e1;
}

.hugeNum {
  color: #d8d2c9;
  font-size: 92px;
  font-weight: 900;
  line-height: 1;
}

.serviceName h3 {
  margin: 0 0 13px;
  font-size: 45px;
  letter-spacing: -1.5px;
}

.serviceName p {
  max-width: 540px;
  margin: 0;
  color: #75787b;
  line-height: 1.55;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.tag {
  padding: 9px 12px;
  background: #faf8f5;
  border: 1px solid #beb8b0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.serviceArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: var(--white);
  background: var(--ink);
  border-radius: 50%;
  font-size: 26px;
  transition: 0.2s;
}

.serviceArrow:hover,
.serviceArrow:focus-visible {
  background: var(--red);
  transform: translate(2px, -2px);
}

/* Unternehmen */

.enterprise {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 960px;
  color: var(--white);
  background: var(--ink);
}

.enterpriseLeft {
  position: relative;
  overflow: hidden;
  padding: 112px var(--pad);
}

.enterpriseLeft::after {
  position: absolute;
  bottom: -90px;
  left: -140px;
  width: 440px;
  height: 440px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(255, 255, 255, 0.025), 0 0 0 116px rgba(255, 255, 255, 0.018);
}

.enterpriseLeft h2 {
  max-width: 610px;
  margin: 18px 0 26px;
  font-size: clamp(48px, 4.4vw, 68px);
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.enterpriseLeft > p {
  max-width: 560px;
  color: #b9bdc0;
  font-size: 16px;
  line-height: 1.7;
}

.process {
  display: grid;
  max-width: 580px;
  margin-top: 55px;
}

.step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 106px;
}

.step::before {
  position: absolute;
  top: 44px;
  bottom: -22px;
  left: 23px;
  width: 1px;
  content: "";
  background: #53575a;
}

.step:last-child::before {
  display: none;
}

.stepNo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 47px;
  height: 47px;
  background: var(--ink);
  border: 1px solid #656a6e;
  font-size: 12px;
  font-weight: 800;
}

.step:nth-child(1) .stepNo {
  background: var(--red);
  border-color: var(--red);
}

.stepText {
  flex: 1;
  padding-top: 1px;
}

.stepText b {
  display: block;
  margin: 3px 0 7px;
  font-size: 18px;
}

.stepText span {
  display: block;
  max-width: 450px;
  color: #9fa3a7;
  font-size: 13px;
  line-height: 1.5;
}

.enterpriseFormWrap {
  display: flex;
  align-items: center;
  padding: 86px var(--pad);
  color: var(--ink);
  background: #efebe5;
}

.formCard {
  position: relative;
  width: 100%;
  padding: 46px 48px;
  background: var(--white);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.formCard::before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 18px;
  content: "BEDARF ANFRAGEN";
  color: var(--white);
  background: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.8px;
}

.formCard h3 {
  margin: 25px 0 8px;
  font-size: 38px;
  line-height: 1.05;
}

.formCard > p {
  margin: 0 0 28px;
  color: #777b7f;
  line-height: 1.55;
}

.formGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field {
  position: relative;
}

.field.full {
  grid-column: span 2;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 2px 12px;
  color: #25282a;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #c6c2bd;
  border-radius: 0;
  outline: none;
  font-size: 13px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-bottom-color: var(--red);
}

.field textarea {
  min-height: 78px;
  resize: vertical;
}

.formButton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 24px;
  padding: 18px 20px;
  color: var(--white);
  background: var(--ink);
  border: 0;
  font-size: 14px;
  font-weight: 800;
}

.formButton span:last-child {
  color: #ff3344;
  font-size: 22px;
}

/* Jobs */

.jobs {
  padding: 112px var(--pad);
  background: var(--white);
}

.jobsTop {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 55px;
}

.jobsTop h2 {
  max-width: 780px;
  margin: 16px 0 0;
  font-size: clamp(48px, 4.7vw, 72px);
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.jobsTop p {
  max-width: 420px;
  margin: 0;
  color: #74777a;
  line-height: 1.6;
}

.jobsGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.jobCard {
  position: relative;
  display: flex;
  min-height: 380px;
  flex-direction: column;
  overflow: hidden;
  padding: 32px;
  border: 1px solid #d7d3cc;
  transition: 0.22s;
}

.jobCard:hover,
.jobCard:focus-visible {
  box-shadow: 0 18px 44px rgba(20, 20, 20, 0.11);
  transform: translateY(-7px);
}

.jobCard:nth-child(2) {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.jobCard:nth-child(3) {
  background: #eee9e1;
}

.initiativeCard {
  border-top: 8px solid var(--red);
}

.jobIndex {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
}

.jobCard h3 {
  margin: 70px 0 16px;
  font-size: 34px;
  letter-spacing: -1px;
  line-height: 1.03;
}

.jobCard p {
  color: #73777a;
  font-size: 14px;
  line-height: 1.65;
}

.jobCard:nth-child(2) p {
  color: #b9bdc0;
}

.jobMeta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 25px;
  border-top: 1px solid #d8d4ce;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.jobCard:nth-child(2) .jobMeta {
  border-top-color: #4a4e52;
}

.jobGo {
  color: var(--red);
  font-size: 26px;
}

/* Bewerbung */

.application {
  padding: 112px var(--pad) 125px;
  background: var(--paper);
}

.applySplit {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: start;
  gap: 45px;
}

.applyIntro h2 {
  max-width: 660px;
  margin: 18px 0 24px;
  font-size: clamp(48px, 4.3vw, 65px);
  letter-spacing: -0.04em;
  line-height: 1;
}

.applyIntro p {
  max-width: 470px;
  color: #727579;
  line-height: 1.65;
}

.applyChecklist {
  display: grid;
  gap: 15px;
  margin-top: 34px;
}

.check {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
  font-weight: 700;
}

.check::before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 22px;
  height: 22px;
  content: "+";
  color: var(--white);
  background: var(--red);
  font-size: 14px;
}

.applyPanel {
  padding: 42px 45px 48px;
  background: var(--white);
  border-top: 8px solid var(--ink);
  box-shadow: 0 10px 30px rgba(26, 26, 26, 0.08);
}

.applyPanel h3 {
  margin: 0 0 26px;
  font-size: 30px;
}

.applySteps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 28px;
  border-top: 1px solid #d8d4ce;
  border-bottom: 1px solid #d8d4ce;
}

.applyStep {
  padding: 15px 12px;
  border-right: 1px solid #d8d4ce;
}

.applyStep:last-child {
  border-right: 0;
}

.applyStep b {
  display: block;
  margin-bottom: 5px;
  color: var(--red);
  font-size: 11px;
  letter-spacing: 1px;
}

.applyStep span {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.applyFields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.applyField input,
.applyField select,
.applyField textarea {
  width: 100%;
  padding: 15px 14px;
  color: var(--ink);
  background: #faf9f7;
  border: 1px solid #d1cdc6;
  outline: none;
  font-size: 13px;
}

.applyField input:focus,
.applyField select:focus,
.applyField textarea:focus {
  border-color: var(--red);
}

.applyField.full,
.uploadBox,
.applySubmit {
  grid-column: span 2;
}

.applyField textarea {
  min-height: 90px;
  resize: vertical;
}

.uploadBox {
  padding: 21px;
  color: #676b6e;
  text-align: center;
  background: #faf8f5;
  border: 1px dashed #aaa59d;
  font-size: 13px;
  font-weight: 800;
}

.uploadBox input {
  display: block;
  max-width: 100%;
  margin: 10px auto 0;
  font-size: 11px;
}

.applySubmit {
  padding: 18px 20px;
  color: var(--white);
  text-align: center;
  background: var(--red);
  border: 0;
  font-weight: 900;
  letter-spacing: 0.4px;
}

/* Contact */

.contactBand {
  display: grid;
  grid-template-columns: 0.38fr 1.2fr 0.62fr;
  align-items: end;
  gap: 30px;
  padding: 92px var(--pad);
  color: var(--white);
  background: linear-gradient(110deg, var(--red), #a7324b 65%, var(--wine));
}

.kickerWhite {
  opacity: 0.84;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.contactBand h2 {
  margin: 0;
  font-size: clamp(42px, 4.25vw, 64px);
  letter-spacing: -0.04em;
  line-height: 1;
}

.contactLine {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  font-size: 18px;
  font-weight: 900;
}

.contactLine b {
  font-size: 25px;
}

/* Footer */

.footer {
  display: grid;
  grid-template-columns: 1.55fr 0.7fr 0.75fr;
  gap: 70px;
  padding: 76px var(--pad) 34px;
  color: var(--white);
  background: #111315;
}

.footerLogo {
  width: 205px;
  padding: 7px 13px;
  background: var(--white);
}

.footerLogo img {
  display: block;
  width: 100%;
}

.footerText {
  max-width: 440px;
  margin-top: 24px;
  color: #9ea2a6;
  font-size: 13px;
  line-height: 1.65;
}

.footer h4 {
  margin: 0 0 20px;
  color: #e65461;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer a,
.footer span {
  display: block;
  margin: 0 0 11px;
  color: #afb2b5;
  font-size: 13px;
}

.footer a:hover,
.footer a:focus-visible {
  color: var(--white);
}

.copyright {
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding-top: 25px;
  color: #777c80;
  border-top: 1px solid #303337;
  font-size: 11px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

/* Toast */

.toast {
  position: fixed;
  z-index: 100;
  right: 24px;
  bottom: 24px;
  max-width: 380px;
  padding: 16px 18px;
  color: var(--ink);
  background: var(--white);
  border-left: 5px solid var(--red);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  line-height: 1.5;
  opacity: 0;
  pointer-events: none;
  transform: translateY(30px);
  transition: 0.25s;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .header {
    gap: 18px;
  }

  .logoBox {
    width: 180px;
  }

  .nav {
    gap: 17px;
    font-size: 12px;
  }

  .headerBtn {
    padding: 12px 14px;
  }

  .heroContent {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }

  .serviceRow {
    grid-template-columns: 110px 1.1fr 0.9fr 54px;
  }

  .hugeNum {
    font-size: 72px;
  }

  .enterprise {
    grid-template-columns: 1fr;
  }

  .enterpriseFormWrap {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .enterpriseLeft {
    padding-bottom: 70px;
  }

  .jobsGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contactBand {
    grid-template-columns: 1fr;
  }

  .contactLine {
    max-width: 420px;
  }
}

@media (max-width: 820px) {
  .header {
    height: 82px;
    padding: 0 20px;
    justify-content: space-between;
  }

  .logoBox {
    width: 165px;
    height: 52px;
  }

  .nav {
    position: absolute;
    top: 82px;
    right: 0;
    left: 0;
    display: none;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
    background: var(--ink);
    border-top: 1px solid #2e3134;
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    width: 100%;
    padding: 8px 0;
    font-size: 15px;
  }

  .headerBtn {
    display: none;
  }

  .menuBtn {
    display: block;
  }

  .hero {
    min-height: auto;
  }

  .heroContent {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 78px 22px 64px;
  }

  .hero h1 {
    font-size: clamp(54px, 17vw, 82px);
  }

  .heroSlash {
    top: 210px;
    right: -380px;
  }

  .heroA {
    right: 0;
    bottom: 140px;
    font-size: 360px;
  }

  .heroRight {
    margin-top: 55px;
  }

  .stackCard:nth-child(2),
  .stackCard:nth-child(3) {
    margin-left: 0;
  }

  .heroNote {
    margin-top: 42px;
  }

  .trustbar {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    height: auto;
    padding: 30px 22px;
  }

  .trustLead {
    grid-column: 1 / -1;
  }

  .metric {
    padding-left: 16px;
  }

  .section,
  .jobs,
  .application {
    padding: 78px 22px;
  }

  .sectionHead {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 42px;
  }

  .sectionHead h2 {
    font-size: 46px;
  }

  .serviceRow {
    grid-template-columns: 70px 1fr;
    gap: 18px;
    min-height: 220px;
    padding: 24px 0;
  }

  .hugeNum {
    font-size: 54px;
  }

  .serviceName h3 {
    font-size: 34px;
  }

  .tags,
  .serviceArrow {
    display: none;
  }

  .enterpriseLeft,
  .enterpriseFormWrap {
    padding: 74px 22px;
  }

  .enterpriseLeft h2 {
    font-size: 48px;
  }

  .formCard {
    padding: 44px 24px 30px;
  }

  .formGrid {
    grid-template-columns: 1fr;
  }

  .field.full {
    grid-column: span 1;
  }

  .jobsTop {
    display: block;
  }

  .jobsTop p {
    margin-top: 20px;
  }

  .jobsGrid {
    grid-template-columns: 1fr;
  }

  .jobCard {
    min-height: 330px;
  }

  .jobCard h3 {
    margin-top: 42px;
  }

  .applySplit {
    grid-template-columns: 1fr;
  }

  .applyPanel {
    padding: 36px 22px;
  }

  .applySteps {
    grid-template-columns: 1fr 1fr;
  }

  .applyStep:nth-child(2) {
    border-right: 0;
  }

  .applyStep:nth-child(1),
  .applyStep:nth-child(2) {
    border-bottom: 1px solid #d8d4ce;
  }

  .applyFields {
    grid-template-columns: 1fr;
  }

  .applyField.full,
  .uploadBox,
  .applySubmit {
    grid-column: span 1;
  }

  .contactBand {
    padding: 76px 22px;
  }

  .contactBand h2 {
    font-size: 44px;
  }

  .footer {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 66px 22px 28px;
  }

  .copyright {
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .hero h1 {
    font-size: 53px;
  }

  .heroLead {
    font-size: 17px;
  }

  .ctaRow > * {
    width: 100%;
    text-align: center;
  }

  .btnRed {
    box-shadow: 6px 6px 0 rgba(125, 45, 71, 0.65);
  }

  .trustbar {
    grid-template-columns: 1fr;
  }

  .metric {
    padding: 18px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 0;
  }

  .metric b {
    font-size: 30px;
  }

  .sectionHead h2,
  .enterpriseLeft h2,
  .applyIntro h2,
  .jobsTop h2,
  .contactBand h2 {
    font-size: 39px;
  }

  .formCard h3 {
    font-size: 31px;
  }
}

/* Multi-page experience */

.innerHero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.innerHeroContent {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  min-height: 560px;
  padding: 110px var(--pad) 78px;
}

.innerHeroCopy {
  max-width: 830px;
}

.innerHeroCopy h1 {
  margin: 24px 0 0;
  font-size: clamp(58px, 7vw, 104px);
  letter-spacing: -0.05em;
  line-height: 0.9;
  text-transform: uppercase;
}

.innerHeroCopy h1 em {
  color: var(--red);
  font-style: normal;
}

.innerHeroCopy p {
  max-width: 650px;
  margin: 30px 0 0;
  color: #c4c8ca;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.55;
}

.innerHeroCopy .btnRed {
  display: inline-block;
  margin-top: 31px;
}

.innerHeroIndex {
  display: flex;
  flex: 0 0 145px;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 4px;
  color: #9fa3a7;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.7px;
  line-height: 1.4;
  text-transform: uppercase;
}

.innerHeroIndex strong {
  color: var(--red);
  font-size: 53px;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.innerHero .heroA {
  right: 25px;
  bottom: -135px;
  font-size: min(43vw, 540px);
}

.innerHero .heroSlash {
  top: 92px;
}

.innerHero .heroSlash2 {
  top: 267px;
}

.homeEnterprise {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.homeEnterpriseCopy,
.homeEnterpriseSide {
  padding: 92px var(--pad);
}

.homeEnterpriseCopy {
  color: var(--white);
  background: var(--ink);
}

.homeEnterpriseCopy h2 {
  max-width: 630px;
  margin: 19px 0 26px;
  font-size: clamp(43px, 4.4vw, 68px);
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.homeEnterpriseCopy h2 span {
  color: var(--red);
}

.homeEnterpriseCopy p {
  max-width: 520px;
  margin: 0 0 32px;
  color: #b9bdc0;
  line-height: 1.65;
}

.homeEnterpriseSide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--paper2);
}

.homeEnterpriseNo {
  color: var(--red-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2px;
}

.homeEnterpriseSide strong {
  max-width: 410px;
  margin-top: 27px;
  font-size: clamp(25px, 2.5vw, 39px);
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.homeEnterpriseSide p {
  max-width: 420px;
  margin: 21px 0 32px;
  color: #717579;
  line-height: 1.65;
}

.textLinkDark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  padding-bottom: 8px;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: gap 180ms ease, color 180ms ease;
}

.textLinkDark:hover,
.textLinkDark:focus-visible {
  gap: 17px;
  color: var(--red-dark);
}

.homeApplication {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 70px;
  padding: 98px var(--pad);
  color: var(--white);
  background: var(--ink2);
}

.homeApplication h2 {
  margin: 18px 0 0;
  font-size: clamp(45px, 5vw, 76px);
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.homeApplication h2 span {
  color: var(--red);
}

.homeApplication p {
  max-width: 380px;
  margin: 0 0 26px;
  color: #b6babd;
  line-height: 1.65;
}

.btnGhostDark {
  display: inline-block;
  padding: 15px 21px;
  color: var(--white);
  border: 1px solid #666b6e;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.btnGhostDark:hover,
.btnGhostDark:focus-visible {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

.serviceStatement,
.detailProcess,
.careerStatement {
  color: var(--white);
  background: var(--ink);
}

.serviceStatementInner,
.detailProcessInner,
.careerStatement {
  padding: 100px var(--pad);
}

.serviceStatementInner {
  max-width: 900px;
  margin: 0 auto;
}

.serviceStatement h2,
.detailProcess h2,
.careerStatement h2 {
  margin: 18px 0 23px;
  font-size: clamp(44px, 5vw, 75px);
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.serviceStatement h2 span,
.detailProcess h2 span,
.careerStatement h2 span {
  color: var(--red);
}

.serviceStatement p {
  max-width: 470px;
  margin: 0 0 32px;
  color: #b5b9bc;
  line-height: 1.65;
}

.detailSection {
  background: var(--paper);
}

.detailHeading {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 62px;
}

.detailHeading h2 {
  max-width: 670px;
  margin: 17px 0 0;
  font-size: clamp(39px, 4vw, 61px);
  letter-spacing: -0.05em;
  line-height: 0.99;
}

.detailHeading p {
  max-width: 410px;
  margin: 0;
  color: #707477;
  line-height: 1.7;
}

.detailGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.detailMedia {
  height: clamp(260px, 35vw, 520px);
  margin: 0 0 28px;
  overflow: hidden;
  border-left: 9px solid var(--red);
  box-shadow: 14px 14px 0 rgba(125, 45, 71, 0.22);
}

.detailMedia img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detailPanel {
  min-height: 360px;
  padding: 37px 39px;
}

.detailPanelDark {
  color: var(--white);
  background: var(--ink);
}

.detailPanelLight {
  background: var(--paper2);
}

.detailPanelNumber {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
}

.detailPanel h3 {
  margin: 68px 0 25px;
  font-size: clamp(27px, 3vw, 42px);
  letter-spacing: -0.04em;
  line-height: 1;
}

.detailPanelLight h3 {
  margin-top: 64px;
}

.detailList {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detailList li {
  position: relative;
  padding-left: 20px;
  color: #b9bdc0;
  font-size: 13px;
}

.detailList li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--red);
}

.detailTags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.detailPanelLight p {
  max-width: 440px;
  margin: 0 0 28px;
  color: #6e7275;
  line-height: 1.65;
}

.detailProcessInner {
  max-width: 1440px;
  margin: 0 auto;
}

.detailProcessInner .btnGhost {
  display: inline-block;
  margin-top: 10px;
}

.careerStatement {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  color: var(--white);
  background: linear-gradient(105deg, var(--red-dark), var(--wine));
}

.careerStatement h2 {
  max-width: 870px;
  margin-bottom: 0;
}

.careerStatement h2 span {
  color: rgba(255, 255, 255, 0.68);
}

.careerStatement .btnRed {
  flex: 0 0 auto;
}

.companyApproach {
  background: var(--paper2);
}

.approachGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.approachGrid article {
  min-height: 220px;
  padding: 28px;
  background: var(--white);
  border-top: 5px solid var(--red);
}

.approachGrid article:nth-child(2) {
  border-top-color: var(--wine);
}

.approachGrid b {
  color: var(--red-dark);
  font-size: 12px;
  letter-spacing: 2px;
}

.approachGrid h3 {
  margin: 45px 0 12px;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.approachGrid p {
  margin: 0;
  color: #72767a;
  font-size: 13px;
  line-height: 1.6;
}

.applicationAside {
  display: grid;
  gap: 8px;
  max-width: 370px;
  margin-top: 38px;
  padding: 18px 20px;
  background: var(--paper2);
  border-left: 5px solid var(--red);
}

.applicationAside b {
  font-size: 12px;
}

.applicationAside span {
  color: #6c7073;
  font-size: 12px;
  line-height: 1.55;
}

.contactPageSection {
  background: var(--paper);
}

.contactPageGrid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(45px, 8vw, 120px);
  align-items: start;
}

.contactDetails {
  padding-top: 9px;
}

.contactDetails h2 {
  margin: 18px 0 23px;
  font-size: clamp(43px, 4.5vw, 68px);
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.contactDetails h2 span {
  color: var(--red-dark);
}

.contactDetails > p {
  max-width: 420px;
  margin: 0;
  color: #707477;
  line-height: 1.7;
}

.contactDetailList {
  display: grid;
  max-width: 430px;
  margin-top: 55px;
  border-top: 1px solid var(--line);
}

.contactDetailList a,
.contactDetailList div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 15px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.contactDetailList b {
  color: var(--red-dark);
  font-size: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.contactDetailList span {
  color: #595d60;
  font-size: 13px;
}

.contactForm::before {
  content: "KONTAKT";
}

.contactForm h3 {
  margin-top: 25px;
}

.legalHero {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.legalHeroInner {
  position: relative;
  z-index: 2;
  padding: 126px var(--pad) 74px;
}

.legalHero h1 {
  margin: 21px 0 0;
  font-size: clamp(57px, 7vw, 100px);
  letter-spacing: -0.05em;
  line-height: 0.9;
  text-transform: uppercase;
}

.legalHero p {
  max-width: 520px;
  margin: 27px 0 0;
  color: #b9bdc0;
  line-height: 1.6;
}

.legalPage {
  background: var(--paper);
}

.legalLayout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 75px;
  max-width: 1050px;
  margin: 0 auto;
}

.legalIntro {
  max-width: 270px;
  margin: 25px 0 0;
  color: #73777a;
  font-size: 13px;
  line-height: 1.65;
}

.legalContent {
  max-width: 680px;
  padding: 39px 42px;
  background: var(--white);
  border-top: 6px solid var(--ink);
}

.legalContent h2 {
  margin: 0 0 23px;
  font-size: 31px;
  letter-spacing: -0.04em;
}

.legalContent h3 {
  margin: 33px 0 10px;
  color: var(--red-dark);
  font-size: 13px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.legalContent p {
  margin: 0 0 13px;
  color: #62666a;
  font-size: 14px;
  line-height: 1.7;
}

.legalContent a {
  color: var(--red-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legalPlaceholder {
  white-space: pre-line;
  color: #9c9892 !important;
}

@media (max-width: 820px) {
  .innerHero,
  .innerHeroContent {
    min-height: 590px;
  }

  .innerHeroContent {
    display: block;
    padding-top: 90px;
  }

  .innerHeroCopy h1 {
    font-size: clamp(54px, 13vw, 82px);
  }

  .innerHeroCopy p {
    font-size: 16px;
  }

  .innerHeroIndex {
    margin-top: 55px;
  }

  .homeEnterprise,
  .homeApplication,
  .detailHeading,
  .detailGrid,
  .contactPageGrid,
  .legalLayout {
    grid-template-columns: 1fr;
  }

  .homeEnterpriseCopy,
  .homeEnterpriseSide {
    padding: 74px 22px;
  }

  .homeApplication {
    gap: 32px;
    padding: 76px 22px;
  }

  .detailHeading {
    gap: 20px;
  }

  .detailPanel {
    min-height: 320px;
  }

  .careerStatement {
    display: block;
    padding: 76px 22px;
  }

  .careerStatement .btnRed {
    margin-top: 35px;
  }

  .approachGrid {
    grid-template-columns: 1fr;
  }

  .legalHero {
    min-height: 350px;
  }

  .legalHeroInner {
    padding: 95px 22px 60px;
  }

  .legalContent {
    padding: 30px 22px;
  }
}

@media (max-width: 460px) {
  .innerHero,
  .innerHeroContent {
    min-height: 620px;
  }

  .innerHeroCopy h1 {
    font-size: 52px;
  }

  .innerHero .heroA {
    right: 0;
    bottom: -90px;
    font-size: 330px;
  }

  .detailPanel {
    padding: 28px 22px;
  }

  .detailPanel h3,
  .detailPanelLight h3 {
    margin-top: 48px;
  }

  .contactDetailList a,
  .contactDetailList div {
    grid-template-columns: 90px 1fr;
  }

  .legalHero h1 {
    font-size: 53px;
  }
}

/* Protected website administration */

.adminShell {
  min-height: 100vh;
  color: #16191c;
  background: #eeeae3;
}

.adminSidebar {
  position: fixed;
  z-index: 80;
  inset: 0 auto 0 0;
  display: flex;
  flex-direction: column;
  width: 280px;
  padding: 28px 22px;
  color: #fff;
  background: #17191b;
  border-right: 1px solid #303337;
  overflow-y: auto;
}

.adminBrand {
  display: grid;
  gap: 14px;
  padding-bottom: 25px;
  border-bottom: 1px solid #35383c;
}

.adminBrand img {
  width: 190px;
  height: 56px;
  padding: 7px 10px;
  object-fit: contain;
  background: #fff;
  border-radius: 2px;
}

.adminBrand span,
.adminEyebrow,
.adminSectionHeading span,
.adminContentIntro span {
  color: #e55a66;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

.adminSidebar nav {
  display: grid;
  gap: 3px;
  margin: 25px 0;
}

.adminSidebar nav a {
  padding: 10px 12px;
  color: #c5c8ca;
  border-left: 2px solid transparent;
  font-size: 13px;
  font-weight: 700;
  transition: 0.18s;
}

.adminSidebar nav a:hover,
.adminSidebar nav a:focus-visible {
  color: #fff;
  background: #232629;
  border-left-color: var(--red);
}

.adminAccount {
  display: grid;
  gap: 6px;
  margin-top: auto;
  padding: 18px 12px 4px;
  border-top: 1px solid #35383c;
}

.adminAccount b {
  font-size: 13px;
}

.adminAccount span {
  color: #9ca0a4;
  font-size: 11px;
  overflow-wrap: anywhere;
}

.adminAccount a {
  width: fit-content;
  margin-top: 7px;
  color: #f17a84;
  font-size: 12px;
  font-weight: 800;
}

.adminMain {
  width: calc(100% - 280px);
  max-width: 1500px;
  margin-left: 280px;
  padding: 45px clamp(24px, 4vw, 64px) 80px;
}

.adminTopbar,
.adminSectionHeading,
.adminContentIntro,
.adminBottomBar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.adminTopbar {
  margin-bottom: 34px;
}

.adminTopbar h1 {
  margin: 8px 0 7px;
  font-size: clamp(38px, 4vw, 62px);
  letter-spacing: -0.045em;
  line-height: 1;
}

.adminTopbar p,
.adminSectionHeading p,
.adminBottomBar p {
  max-width: 640px;
  margin: 0;
  color: #676b6f;
  font-size: 14px;
  line-height: 1.6;
}

.adminPreviewButton,
.adminSaveButton,
.adminUploadButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 18px;
  color: #fff;
  background: var(--red);
  border: 0;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  transition: 0.18s;
}

.adminTopActions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.adminSecondaryButton {
  min-height: 46px;
  padding: 12px 16px;
  color: #782033;
  background: transparent;
  border: 1px solid #cda8af;
  font-size: 11px;
  font-weight: 800;
}

.adminPreviewButton:hover,
.adminSaveButton:hover,
.adminUploadButton:hover {
  background: var(--red-dark);
}

.adminSaveButton:disabled,
.adminUploadButton:has(input:disabled) {
  cursor: wait;
  opacity: 0.55;
}

.adminNotice {
  position: sticky;
  z-index: 70;
  top: 18px;
  margin-bottom: 22px;
  padding: 15px 18px;
  color: #fff;
  background: #246a47;
  border-left: 5px solid #55d48f;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.16);
  font-size: 13px;
  font-weight: 700;
}

.adminNotice.error {
  background: #8d1f2a;
  border-left-color: #ff6d79;
}

.adminSection {
  margin: 0 0 38px;
  padding: clamp(24px, 3vw, 40px);
  background: #f7f4ef;
  border: 1px solid #ddd7ce;
}

.adminSectionHeading,
.adminContentIntro {
  margin-bottom: 26px;
}

.adminSectionHeading h2,
.adminContentIntro h2 {
  margin: 6px 0 0;
  font-size: clamp(27px, 2.6vw, 38px);
  letter-spacing: -0.035em;
}

.adminSectionHeading p {
  max-width: 430px;
  text-align: right;
}

.adminMediaGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.adminMediaCard {
  display: grid;
  grid-template-rows: 190px auto auto;
  min-width: 0;
  background: #fff;
  border: 1px solid #ddd7ce;
}

.adminMediaPreview {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #8a8d90;
  background: #202326;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.adminMediaPreview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adminMediaCard:first-child .adminMediaPreview img {
  padding: 30px;
  object-fit: contain;
  background: #fff;
}

.adminMediaInfo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  padding: 18px 18px 12px;
}

.adminMediaInfo h3 {
  margin: 0 0 5px;
  font-size: 17px;
}

.adminMediaInfo p {
  margin: 0;
  color: #74787b;
  font-size: 12px;
  line-height: 1.45;
}

.adminMediaStatus {
  flex: none;
  padding: 5px 8px;
  color: #727579;
  background: #eeeae4;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.adminMediaActions {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px 18px;
}

.adminUploadButton {
  min-height: 39px;
  padding: 10px 14px;
  cursor: pointer;
}

.adminUploadButton input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.adminMediaActions button {
  min-height: 39px;
  padding: 9px 13px;
  color: #8d1f2a;
  background: transparent;
  border: 1px solid #d9b9bc;
  font-size: 11px;
  font-weight: 800;
}

.adminContentIntro {
  padding: 20px 0;
  border-top: 1px solid #cfc8be;
}

.adminEditorStack {
  display: grid;
  gap: 12px;
}

.adminEditorSection {
  scroll-margin-top: 20px;
  background: #f8f6f2;
  border: 1px solid #d8d2c9;
}

.adminEditorSection summary {
  display: grid;
  grid-template-columns: 48px 1fr 28px;
  align-items: center;
  min-height: 72px;
  padding: 0 22px;
  list-style: none;
  cursor: pointer;
}

.adminEditorSection summary::-webkit-details-marker {
  display: none;
}

.adminEditorSection summary > span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.adminEditorSection summary > b {
  font-size: 18px;
}

.adminEditorSection summary > i {
  font-style: normal;
  font-size: 20px;
  transition: 0.2s;
}

.adminEditorSection[open] summary > i {
  transform: rotate(180deg);
}

.adminEditorBody {
  padding: 28px 22px 32px;
  border-top: 1px solid #ddd7ce;
}

.adminFieldGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.adminField {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
}

.adminField.wide,
.adminNestedGroup,
.adminArray {
  grid-column: 1 / -1;
}

.adminField > span {
  color: #555a5e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.adminField input,
.adminField textarea {
  width: 100%;
  padding: 12px 13px;
  color: #17191b;
  background: #fff;
  border: 1px solid #cfc9c0;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  line-height: 1.55;
  resize: vertical;
}

.adminField input:focus,
.adminField textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 2px rgba(226, 27, 45, 0.1);
}

.adminNestedGroup {
  padding: 20px;
  background: #efebe5;
  border-left: 3px solid #c6beb4;
}

.adminNestedGroup > h3 {
  margin: 0 0 17px;
  font-size: 15px;
}

.adminArray {
  display: grid;
  gap: 14px;
}

.adminArrayItem {
  min-width: 0;
  margin: 0;
  padding: 20px;
  background: #f3efe9;
  border: 1px solid #d6cfc5;
}

.adminArrayItem legend {
  padding: 0 9px;
  color: #942337;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.adminArrayItem > .adminFieldGrid,
.adminArrayItem > .adminArray {
  margin-top: 3px;
}

.adminBottomBar {
  margin-top: 24px;
  padding: 22px;
  background: #212427;
}

.adminBottomBar p {
  color: #bdc0c2;
}

@media (max-width: 1050px) {
  .adminSidebar {
    position: static;
    width: 100%;
    padding: 18px 22px;
  }

  .adminSidebar nav {
    display: none;
  }

  .adminBrand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border: 0;
  }

  .adminBrand img {
    width: 155px;
    height: 47px;
  }

  .adminAccount {
    display: none;
  }

  .adminMain {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 760px) {
  .adminMain {
    padding: 30px 16px 60px;
  }

  .adminTopbar,
  .adminSectionHeading,
  .adminContentIntro,
  .adminBottomBar {
    align-items: flex-start;
    flex-direction: column;
  }

  .adminSectionHeading p {
    text-align: left;
  }

  .adminMediaGrid,
  .adminFieldGrid {
    grid-template-columns: 1fr;
  }

  .adminSection {
    padding: 22px 16px;
  }

  .adminEditorSection summary {
    grid-template-columns: 38px 1fr 22px;
    padding: 0 15px;
  }

  .adminEditorBody {
    padding: 22px 14px;
  }

  .adminNestedGroup,
  .adminArrayItem {
    padding: 15px;
  }

  .adminSaveButton,
  .adminPreviewButton {
    width: 100%;
  }

  .adminTopActions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .adminTopActions form,
  .adminSecondaryButton {
    width: 100%;
  }
}

/* Maintenance / Coming Soon */

.maintenanceBody {
  min-height: 100vh;
  color: var(--white);
  background: var(--ink);
}

.maintenancePage {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 18%, rgba(226, 27, 45, 0.16), transparent 31rem),
    linear-gradient(135deg, #17191b 0%, #202326 56%, #151719 100%);
}

.maintenanceGrid {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: 0.6;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, 0.15));
}

.maintenanceBeam {
  position: absolute;
  z-index: -2;
  right: -12rem;
  width: min(58rem, 78vw);
  transform: rotate(-18deg);
  transform-origin: center;
}

.maintenanceBeamOne {
  top: 15%;
  height: clamp(5.5rem, 10vw, 10.5rem);
  background: linear-gradient(90deg, var(--red), var(--wine));
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.24);
}

.maintenanceBeamTwo {
  top: 38%;
  height: 2.7rem;
  opacity: 0.08;
  background: var(--white);
}

.maintenanceLetter {
  position: absolute;
  z-index: -1;
  right: clamp(-2.5rem, 1vw, 2rem);
  bottom: -0.18em;
  color: transparent;
  font-size: clamp(24rem, 43vw, 47rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.74;
  user-select: none;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.085);
}

.maintenanceHeader,
.maintenanceFooter {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-inline: var(--pad);
}

.maintenanceHeader {
  min-height: 7.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.maintenanceHeader img {
  display: block;
  width: clamp(10.5rem, 16vw, 13rem);
  height: 3.7rem;
  padding: 0.42rem 0.8rem;
  object-fit: contain;
  background: var(--white);
  border-radius: 2px;
}

.maintenanceHeader > span {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #d8dadd;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.maintenanceHeader > span i {
  width: 0.58rem;
  height: 0.58rem;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 0.36rem rgba(226, 27, 45, 0.13);
}

.maintenanceContent {
  position: relative;
  z-index: 1;
  width: min(66rem, 100%);
  align-self: center;
  padding: clamp(4rem, 9vh, 8rem) var(--pad);
}

.maintenanceEyebrow {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  color: #f2a1a8;
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.maintenanceEyebrow::before {
  width: 2.8rem;
  height: 3px;
  content: "";
  background: var(--red);
}

.maintenanceContent h1 {
  margin: 1.65rem 0 1.7rem;
  font-size: clamp(3.55rem, 7.7vw, 7.6rem);
  font-weight: 900;
  letter-spacing: -0.062em;
  line-height: 0.87;
  text-transform: uppercase;
}

.maintenanceContent h1 em {
  color: var(--red);
  font-style: normal;
}

.maintenanceContent > p {
  max-width: 43rem;
  margin: 0;
  color: #c4c7ca;
  font-size: clamp(1rem, 1.55vw, 1.22rem);
  line-height: 1.72;
}

.maintenanceServices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 2rem;
}

.maintenanceServices span {
  padding: 0.7rem 0.92rem;
  color: #e8e9ea;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.maintenanceContact {
  display: grid;
  width: min(39rem, 100%);
  gap: 0.55rem;
  margin-top: clamp(2.8rem, 6vh, 4.5rem);
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.maintenanceContact small {
  color: #9ea2a6;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.maintenanceContact > a:first-of-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--white);
  font-size: clamp(1.25rem, 2.6vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  transition: color 0.2s ease;
}

.maintenanceContact > a:first-of-type:hover,
.maintenanceContact > a:first-of-type:focus-visible {
  color: #ff6572;
}

.maintenanceContact b {
  color: var(--red);
  font-size: 1.4rem;
}

.maintenancePhone {
  width: max-content;
  color: #d8dadd;
  font-size: 0.95rem;
  font-weight: 700;
}

.maintenanceFooter {
  min-height: 4.6rem;
  color: #85898d;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Admin website status */

.adminStatusPanel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.15rem;
  margin-bottom: 1.7rem;
  padding: 1.3rem 1.4rem;
  background: #fff;
  border: 1px solid #d8d2c9;
  border-left: 6px solid #2f845b;
}

.adminStatusPanel.isMaintenance {
  border-left-color: var(--red);
}

.adminStatusIcon {
  display: grid;
  place-items: center;
  width: 2.9rem;
  height: 2.9rem;
  background: #e8f5ee;
  border-radius: 50%;
}

.adminStatusPanel.isMaintenance .adminStatusIcon {
  background: #fce9eb;
}

.adminStatusIcon span {
  width: 0.72rem;
  height: 0.72rem;
  background: #2f845b;
  border-radius: 50%;
  box-shadow: 0 0 0 0.32rem rgba(47, 132, 91, 0.13);
}

.adminStatusPanel.isMaintenance .adminStatusIcon span {
  background: var(--red);
  box-shadow: 0 0 0 0.32rem rgba(226, 27, 45, 0.13);
}

.adminStatusCopy > span {
  color: #777b7e;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.adminStatusCopy h2 {
  margin: 0.2rem 0 0.35rem;
  font-size: 1.25rem;
}

.adminStatusCopy p {
  max-width: 47rem;
  margin: 0;
  color: #666a6e;
  font-size: 0.82rem;
  line-height: 1.55;
}

.adminStatusButton {
  min-height: 2.8rem;
  padding: 0.7rem 1rem;
  color: #fff;
  background: #24272a;
  border: 0;
  font-size: 0.72rem;
  font-weight: 900;
  white-space: nowrap;
}

.adminStatusPanel.isLive .adminStatusButton {
  color: #8d1f2a;
  background: #fff;
  border: 1px solid #d9b9bc;
}

@media (max-width: 760px) {
  .maintenanceHeader {
    min-height: 6rem;
  }

  .maintenanceHeader > span {
    max-width: 8rem;
    justify-content: flex-end;
    text-align: right;
  }

  .maintenanceContent {
    padding-block: 4rem;
  }

  .maintenanceContent h1 {
    font-size: clamp(3.1rem, 14vw, 5rem);
  }

  .maintenanceLetter {
    right: -4rem;
    bottom: 7rem;
    font-size: 28rem;
  }

  .maintenanceBeam {
    right: -20rem;
    width: 45rem;
  }

  .maintenanceFooter {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 0.35rem;
    padding-block: 1rem;
  }

  .adminStatusPanel {
    grid-template-columns: auto 1fr;
  }

  .adminStatusPanel form {
    grid-column: 1 / -1;
  }

  .adminStatusButton {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .maintenanceHeader img {
    width: 9rem;
    height: 3.25rem;
  }

  .maintenanceHeader > span {
    font-size: 0.61rem;
  }

  .maintenanceContent > p {
    font-size: 0.98rem;
  }

  .maintenanceContact > a:first-of-type {
    font-size: 1.12rem;
  }
}

/* PHP forms and administration additions */

.hpField {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.formNotice {
  margin-bottom: 16px;
  padding: 14px 16px;
  color: #fff;
  background: #246a47;
  border-left: 5px solid #55d48f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.formNotice.error {
  background: #8d1f2a;
  border-left-color: #ff6d79;
}

.formConsent {
  display: grid !important;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 10px;
  color: inherit;
  font-size: 11px;
  line-height: 1.55;
}

.formConsent input {
  width: 16px !important;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--red);
}

.formConsent a {
  color: var(--red);
  font-weight: 800;
  text-decoration: underline;
}

.adminLogoutButton {
  padding: 0;
  color: #f17a84;
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 800;
}

.adminAuthPage {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 30px 18px;
  color: #fff;
  background: #17191b;
}

.adminAuthCard {
  width: min(100%, 520px);
  padding: clamp(28px, 5vw, 52px);
  color: #17191b;
  background: #f7f4ef;
  border-top: 7px solid var(--red);
  box-shadow: 22px 22px 0 rgba(125, 45, 71, 0.45);
}

.adminAuthCard > img {
  display: block;
  width: 220px;
  height: 66px;
  margin-bottom: 32px;
  padding: 8px 12px;
  object-fit: contain;
  background: #fff;
}

.adminAuthCard h1 {
  margin: 9px 0 10px;
  font-size: clamp(34px, 6vw, 52px);
  letter-spacing: -0.045em;
  line-height: 1;
}

.adminAuthCard > p {
  margin: 0 0 25px;
  color: #686c70;
  line-height: 1.6;
}

.adminAuthCard form {
  display: grid;
  gap: 15px;
}

.adminAuthCard label {
  display: grid;
  gap: 7px;
}

.adminAuthCard label span {
  color: #555a5e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.adminAuthCard input {
  width: 100%;
  padding: 13px 14px;
  background: #fff;
  border: 1px solid #cbc4ba;
  outline: none;
}

.adminAuthCard input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 2px rgba(226, 27, 45, 0.1);
}

.adminAuthCard .adminSaveButton {
  width: 100%;
  margin-top: 7px;
}

.adminBackLink {
  display: inline-block;
  margin-top: 22px;
  color: #86243b;
  font-size: 12px;
  font-weight: 800;
}

.adminEmptyState {
  padding: 32px;
  color: #74787b;
  background: #fff;
  border: 1px dashed #cfc8be;
  text-align: center;
}

.adminInbox {
  display: grid;
  gap: 10px;
}

.adminInquiry {
  background: #fff;
  border: 1px solid #d8d2c9;
}

.adminInquiry.unread {
  border-left: 6px solid var(--red);
}

.adminInquiry summary {
  display: grid;
  grid-template-columns: 165px 1fr 130px 24px;
  align-items: center;
  gap: 16px;
  min-height: 64px;
  padding: 0 18px;
  list-style: none;
  cursor: pointer;
}

.adminInquiry summary::-webkit-details-marker {
  display: none;
}

.adminInquiry summary span {
  color: #9b2940;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.adminInquiry summary b {
  font-size: 14px;
}

.adminInquiry summary small {
  color: #777b7e;
  text-align: right;
}

.adminInquiry summary i {
  font-style: normal;
  transition: 0.2s;
}

.adminInquiry[open] summary i {
  transform: rotate(180deg);
}

.adminInquiryBody {
  padding: 22px;
  background: #f5f1eb;
  border-top: 1px solid #ddd7ce;
}

.adminInquiryContact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-bottom: 18px;
}

.adminInquiryContact a {
  color: #8a2237;
  font-size: 13px;
  font-weight: 800;
}

.adminInquiry dl {
  display: grid;
  gap: 1px;
  margin: 0 0 20px;
}

.adminInquiry dl div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  padding: 11px 0;
  border-bottom: 1px solid #ddd7ce;
}

.adminInquiry dt {
  color: #666a6e;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.adminInquiry dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.adminInquiryActions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

.adminInquiryActions button,
.adminDownloadButton {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 9px 13px;
  color: #1d2023;
  background: #fff;
  border: 1px solid #c9c2b8;
  font-size: 11px;
  font-weight: 800;
}

.adminDownloadButton {
  color: #fff;
  background: #24272a;
  border-color: #24272a;
}

.adminInquiryActions .danger {
  color: #8d1f2a;
  border-color: #d9b9bc;
}

@media (max-width: 760px) {
  .adminInquiry summary {
    grid-template-columns: 1fr 25px;
    gap: 5px 12px;
    padding: 13px 15px;
  }

  .adminInquiry summary span,
  .adminInquiry summary b,
  .adminInquiry summary small {
    grid-column: 1;
    text-align: left;
  }

  .adminInquiry summary i {
    grid-column: 2;
    grid-row: 1 / 4;
  }

  .adminInquiry dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
