.bx-tempo {
  --paper: #efeee9;
  --paper2: #e3e2dd;
  --ink: #0a0a0b;
  --blue: #2442ff;
  --accent: #8ea0ff;
  --line: rgba(10, 10, 11, 0.16);
  --sans: Arial, Helvetica, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --mono: "Courier New", Courier, monospace;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  overflow-x: clip;
}

.bx-tempo * {
  box-sizing: border-box;
}

.bx-tempo a {
  color: inherit;
  text-decoration: none;
}

.bx-tempo img {
  display: block;
  max-width: 100%;
}

.bx-t-kicker {
  margin: 0;
  color: var(--accent);
  font: 700 9px/1.35 var(--mono);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bx-t-cta {
  height: 54px;
  min-width: 210px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  background: transparent;
  color: inherit;
  font: 700 9px/1 var(--mono);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.bx-t-cta span,
.bx-t-cta b {
  position: relative;
  z-index: 1;
}

.bx-t-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--blue);
  transform: translateX(-103%);
  transition: transform 0.38s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.bx-t-cta:hover,
.bx-t-cta:focus-visible {
  color: #fff;
  border-color: var(--blue);
}

.bx-t-cta:hover::before,
.bx-t-cta:focus-visible::before {
  transform: none;
}

.bx-t-cta.primary {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.bx-t-cta.primary::before {
  background: var(--blue);
}

.bx-t-cta b {
  font-size: 18px;
  font-weight: 400;
}

.bx-t-hero {
  min-height: calc(100svh - 62px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  border-bottom: 1px solid var(--line);
}

.bx-t-hero-copy {
  padding: clamp(28px, 4vw, 64px) clamp(24px, 3.2vw, 58px) clamp(32px, 4vw, 58px);
  display: flex;
  flex-direction: column;
}

.bx-t-hero-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font: 700 9px/1.35 var(--mono);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.bx-t-hero h1 {
  margin: clamp(36px, 7vh, 80px) 0 0;
  font-size: clamp(64px, 9vw, 148px);
  line-height: 0.74;
  letter-spacing: -0.085em;
  text-transform: uppercase;
}

.bx-t-hero h1 em {
  display: block;
  color: var(--blue);
  font: 400 italic 0.62em/0.9 var(--serif);
  letter-spacing: -0.055em;
  text-transform: none;
}

.bx-t-hero-copy > p {
  margin: 28px 0 0;
  max-width: 520px;
  font: 400 18px/1.5 var(--serif);
}

.bx-t-hero-actions {
  margin-top: auto;
  padding-top: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.bx-t-qty {
  height: 54px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--ink);
}

.bx-t-qty button {
  width: 44px;
  height: 52px;
  border: 0;
  background: none;
  color: var(--ink);
  font: 700 16px/1 var(--sans);
  cursor: pointer;
}

.bx-t-qty input {
  width: 36px;
  height: 52px;
  border: 0;
  background: none;
  color: var(--ink);
  text-align: center;
  font: 700 9px/1 var(--mono);
  letter-spacing: 0.12em;
  pointer-events: none;
}

.bx-t-buy-note {
  width: 100%;
  margin: 4px 0 0;
  color: rgba(10, 10, 11, 0.55);
  font: 700 8px/1.4 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bx-t-hero-art {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #d8d9d7;
  border-left: 1px solid var(--line);
}

.bx-t-hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  min-height: 640px;
}

.bx-t-hero-code {
  position: absolute;
  left: 18px;
  bottom: 18px;
  color: #fff;
  font: 700 8px/1.45 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.bx-t-hero-code strong {
  display: block;
  font: 700 42px/1 var(--sans);
  letter-spacing: -0.06em;
  margin: 6px 0;
}

.bx-t-object {
  padding: clamp(64px, 8vw, 120px) clamp(20px, 3.2vw, 58px);
  background: #0a0a0b;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.bx-t-object-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  width: min(100%, 1440px);
  margin: 0 auto;
}

.bx-t-object-visual {
  display: grid;
  place-items: center;
}

.bx-t-object-visual img {
  width: min(100%, 620px);
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.4));
}

.bx-t-object h2 {
  margin: 12px 0 0;
  font-size: clamp(48px, 6vw, 92px);
  line-height: 0.8;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}

.bx-t-object h2 em {
  display: block;
  color: var(--blue);
  font: 400 italic 0.7em/0.9 var(--serif);
  text-transform: none;
  letter-spacing: -0.05em;
}

.bx-t-object > .bx-t-object-copy p,
.bx-t-object-copy > p {
  margin: 22px 0 0;
  max-width: 460px;
  font: 400 17px/1.55 var(--serif);
  color: rgba(255, 255, 255, 0.82);
}

.bx-t-specs {
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.bx-t-spec {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 16px;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font: 700 9px/1.35 var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bx-t-spec span:first-child {
  color: var(--accent);
}

.bx-t-spec b {
  font: 400 15px/1 var(--sans);
  color: rgba(255, 255, 255, 0.5);
}

.bx-t-formula {
  padding: clamp(72px, 9vw, 140px) clamp(20px, 3.2vw, 58px);
  border-bottom: 1px solid var(--line);
}

.bx-t-formula-head {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: end;
  width: min(100%, 1440px);
  margin: 0 auto;
}

.bx-t-formula-head h2 {
  margin: 10px 0 0;
  font-size: clamp(52px, 7.4vw, 120px);
  line-height: 0.76;
  letter-spacing: -0.085em;
  text-transform: uppercase;
}

.bx-t-formula-head h2 em {
  display: block;
  color: var(--blue);
  font: 400 italic 0.7em/0.85 var(--serif);
  text-transform: none;
  letter-spacing: -0.05em;
}

.bx-t-formula-head p {
  margin: 0;
  max-width: 420px;
  font: 400 17px/1.55 var(--serif);
}

.bx-t-actives {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 36px;
  width: min(100%, 1440px);
  margin: 56px auto 0;
  border-top: 1px solid var(--ink);
}

.bx-t-active {
  padding: 22px 0 8px;
  border-bottom: 1px solid var(--line);
}

.bx-t-active span {
  display: block;
  color: var(--accent);
  font: 700 9px/1 var(--mono);
  letter-spacing: 0.16em;
}

.bx-t-active h3 {
  margin: 14px 0 0;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.bx-t-active p {
  margin: 12px 0 18px;
  max-width: 260px;
  font: 400 15px/1.45 var(--serif);
}

.bx-t-ritual {
  padding: clamp(72px, 9vw, 130px) clamp(20px, 3.2vw, 58px);
  background: var(--paper2);
  border-bottom: 1px solid var(--line);
}

.bx-t-ritual-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  width: min(100%, 1440px);
  margin: 0 auto;
}

.bx-t-ritual h2 {
  margin: 10px 0 0;
  font-size: clamp(48px, 6.4vw, 96px);
  line-height: 0.8;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}

.bx-t-ritual h2 em {
  display: block;
  font: 400 italic 0.68em/0.9 var(--serif);
  text-transform: none;
  letter-spacing: -0.05em;
  color: var(--blue);
}

.bx-t-ritual p {
  margin: 18px 0 0;
  max-width: 460px;
  font: 400 17px/1.55 var(--serif);
}

.bx-t-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.bx-t-steps li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.bx-t-steps b {
  font: 700 9px/1 var(--mono);
  letter-spacing: 0.16em;
  color: var(--accent);
}

.bx-t-steps span {
  font: 400 18px/1.35 var(--serif);
}

.bx-t-sachets {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
}

.bx-t-sachets img {
  width: min(28%, 160px);
  filter: drop-shadow(0 18px 24px rgba(10, 10, 11, 0.18));
}

.bx-t-sachets img:nth-child(2) {
  width: min(32%, 180px);
  transform: translateY(-12px);
}

.bx-t-close {
  min-height: 70svh;
  padding: clamp(72px, 10vw, 140px) clamp(20px, 3.2vw, 58px);
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
}

.bx-t-close h2 {
  margin: 0;
  font-size: clamp(56px, 10vw, 140px);
  line-height: 0.78;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}

.bx-t-close h2 em {
  display: block;
  color: var(--blue);
  font: 400 italic 0.72em/0.9 var(--serif);
  text-transform: none;
}

.bx-t-close p {
  margin: 22px auto 0;
  max-width: 420px;
  font: 400 17px/1.5 var(--serif);
  color: rgba(255, 255, 255, 0.72);
}

.bx-t-close .bx-t-cta {
  margin-top: 32px;
  border-color: #fff;
  color: #fff;
}

@media (max-width: 900px) {
  .bx-t-hero,
  .bx-t-object-grid,
  .bx-t-formula-head,
  .bx-t-ritual-inner {
    grid-template-columns: 1fr;
  }

  .bx-t-hero-art {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .bx-t-hero-art img {
    min-height: 0;
    aspect-ratio: 3 / 4;
    max-height: 78vh;
  }

  .bx-t-actives {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bx-t-hero-copy {
    min-height: auto;
  }

  .bx-t-hero-actions {
    margin-top: 32px;
  }

  .bx-t-cta,
  .bx-t-qty {
    width: 100%;
  }

  .bx-t-qty {
    justify-content: space-between;
  }
}

@media (max-width: 560px) {
  .bx-t-actives {
    grid-template-columns: 1fr;
  }

  .bx-t-spec b {
    display: none;
  }

  .bx-t-spec {
    grid-template-columns: 88px 1fr;
  }
}
