body{margin:0;padding:0;background:#F6F1E4}
@font-face {
  font-family: "Dahab";
  src: url(https://cdn.prod.website-files.com/6a5f57b7e4c229601af68df4/6a61110cd1d53cda9a0a1eaa_tmn-text-light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dahab";
  src: url(https://cdn.prod.website-files.com/6a5f57b7e4c229601af68df4/6a61110c75b47a2bedd590a5_tmn-text-regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dahab";
  src: url(https://cdn.prod.website-files.com/6a5f57b7e4c229601af68df4/6a61110c70788703d336cac4_tmn-text-medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dahab";
  src: url(https://cdn.prod.website-files.com/6a5f57b7e4c229601af68df4/6a61110cfc6d9f888bcc821f_tmn-disp-bold.woff2) format("woff2");
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dahab";
  src: url(https://cdn.prod.website-files.com/6a5f57b7e4c229601af68df4/6a61110cfc6d9f888bcc8234_tmn-disp-black.woff2) format("woff2");
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manchette";
  src: url(https://cdn.prod.website-files.com/6a5f57b7e4c229601af68df4/6a61110d6bc440cd50ef5482_tmn-sans-bold.woff2) format("woff2");
  font-weight: 700 800;
  font-style: normal;
  font-display: swap;
}
.nsr-tb {
  --tb-bg: #f6f1e4;
  --tb-ink: #16283a;
  --tb-red: #d8433a;
  --tb-gold: #a0824a;
  --tb-cream: #fff6e8;
  --tb-cover-gold: #e9c88f;
  --tb-rule-strong: rgba(120, 90, 40, 0.55);
  --tb-rule: rgba(120, 90, 40, 0.35);
  --tb-rule-soft: rgba(120, 90, 40, 0.28);
  --tb-rule-faint: rgba(120, 90, 40, 0.25);
  --tb-ink-68: rgba(22, 40, 58, 0.68);
  --tb-ink-65: rgba(22, 40, 58, 0.65);
  --tb-ink-55: rgba(22, 40, 58, 0.55);
  --tb-ink-50: rgba(22, 40, 58, 0.5);
  --tb-ink-45: rgba(22, 40, 58, 0.45);
  --tb-ink-42: rgba(22, 40, 58, 0.42);
  --tb-ink-40: rgba(22, 40, 58, 0.4);
  --tb-ink-32: rgba(22, 40, 58, 0.32);
  --tb-serif: "Dahab", "Times New Roman", serif;
  --tb-sans: "Dahab", system-ui, -apple-system, sans-serif;
  --tb-latin: "Manchette", system-ui, sans-serif;
  --tb-gutter: clamp(24px, 5vw, 72px);
  --tb-gutter-rail: clamp(70px, 7.5vw, 108px);
  --tb-dur: 0.3s;
  --tb-dur-slow: 0.5s;
  --tb-ease: ease;
  --tb-ease-back: cubic-bezier(0.22, 1.2, 0.36, 1);
  position: relative;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  overflow-x: hidden;
  direction: rtl;
  color: var(--tb-ink);
  font-family: var(--tb-sans);
  background-color: var(--tb-bg);
  background-image: repeating-linear-gradient(
    0deg,
    rgba(120, 90, 40, 0.016) 0px,
    rgba(120, 90, 40, 0.016) 1px,
    transparent 1px,
    transparent 3px
  );
}
.nsr-tb *,
.nsr-tb *::before,
.nsr-tb *::after {
  box-sizing: border-box;
}
.nsr-tb ::selection {
  background: rgba(216, 67, 58, 0.15);
}
:where(.nsr-tb a) {
  color: var(--tb-ink);
  text-decoration: none;
}
:where(.nsr-tb button) {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
:where(.nsr-tb h1, .nsr-tb h2, .nsr-tb h3, .nsr-tb p) {
  margin: 0;
}
.nsr-tb :focus-visible {
  outline: 2px solid var(--tb-red);
  outline-offset: 2px;
}
.tb-diamond {
  flex: none;
  width: 8px;
  height: 8px;
  background: var(--tb-red);
  transform: rotate(45deg);
}
.tb-diamond--sm {
  width: 7px;
  height: 7px;
}
.tb-diamond--xs {
  width: 6px;
  height: 6px;
}
.tb-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
}
.tb-eyebrow__num {
  font-family: var(--tb-serif);
  font-size: 19px;
  line-height: 1;
  color: var(--tb-red);
}
.tb-eyebrow__rule {
  width: 44px;
  height: 1px;
  background: rgba(120, 90, 40, 0.6);
}
.tb-eyebrow__ar {
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--tb-ink-55);
}
.tb-eyebrow__en {
  font-size: 10px;
  letter-spacing: 0.42em;
  color: var(--tb-gold);
}
.tb-header {
  position: relative;
  z-index: 7;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  border-bottom: 1px solid var(--tb-rule-strong);
  box-shadow: 0 4px 0 -3px rgba(120, 90, 40, 0.3);
}
.tb-header__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 62px;
  padding: 0 var(--tb-gutter) 0 28px;
  border-left: 1px solid var(--tb-rule-faint);
}
.tb-header__wordmark {
  font-family: var(--tb-serif);
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
}
.tb-header__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 26px;
}
.tb-header__crumb {
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: 0.22em;
  color: var(--tb-ink-55);
}
.tb-header__count {
  font-size: 11.5px;
  font-weight: 300;
  letter-spacing: 0.18em;
  color: var(--tb-ink-40);
}
.tb-header__actions {
  display: flex;
  align-items: stretch;
}
.tb-header__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  border-right: 1px solid var(--tb-rule-faint);
  color: var(--tb-ink);
  transition: background var(--tb-dur) var(--tb-ease), color var(--tb-dur) var(--tb-ease);
}
.tb-header__action--lang {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
}
.tb-header__action--lang:hover {
  background: var(--tb-ink);
  color: var(--tb-bg);
}
.tb-header__action--close {
  font-size: 15px;
}
.tb-header__action--close:hover {
  background: var(--tb-red);
  color: var(--tb-cream);
}
.tb-rail {
  position: absolute;
  left: clamp(10px, 1.8vw, 30px);
  top: 50%;
  z-index: 7;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  transform: translateY(-50%);
}
.tb-rail__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.tb-rail__label {
  margin-bottom: 12px;
  writing-mode: vertical-rl;
  font-size: 10px;
  letter-spacing: 0.34em;
  color: var(--tb-gold);
}
.tb-rail__item {
  padding: 2px 8px;
  border: none;
  border-left: 2px solid transparent;
  background: transparent;
  font-family: var(--tb-serif);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--tb-ink-42);
  transition: color var(--tb-dur) var(--tb-ease), border-color var(--tb-dur) var(--tb-ease);
}
.tb-rail__item:hover {
  color: var(--tb-red);
}
.tb-rail__item.is-active {
  border-left-color: var(--tb-red);
  color: var(--tb-red);
  font-weight: 700;
}
.tb-hero {
  position: relative;
  z-index: 2;
  padding: 0 var(--tb-gutter) 0 var(--tb-gutter-rail);
}
.tb-hero__eyebrow {
  padding-top: 36px;
}
.tb-hero__title {
  position: relative;
  z-index: 0;
  margin-top: 4px;
  font-family: var(--tb-serif);
  font-weight: 700;
  font-size: clamp(58px, 10.5vw, 146px);
  line-height: 1.3;
  color: var(--tb-ink);
}
.tb-hero__title em {
  font-style: normal;
  color: var(--tb-red);
}
.tb-hero__sub {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
}
.tb-hero__sub-en {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.5em;
  color: var(--tb-gold);
}
.tb-hero__sub-tick {
  width: 1px;
  height: 12px;
  background: rgba(120, 90, 40, 0.5);
}
.tb-hero__sub-ar {
  font-size: 11.5px;
  font-weight: 300;
  letter-spacing: 0.18em;
  color: var(--tb-ink-55);
}
.tb-hero__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: clamp(20px, 4vw, 70px);
  margin-top: 14px;
}
.tb-hero__strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 26px;
  padding: 13px 0 8px;
  border-top: 1px solid var(--tb-rule);
}
.tb-hero__strip-note {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.03em;
  color: var(--tb-ink-50);
}
.tb-hero__strip-count {
  font-family: var(--tb-serif);
  font-size: 13px;
  color: var(--tb-ink-55);
}
.tb-stagecol {
  display: flex;
  flex: 1.2 1 340px;
  flex-direction: column;
  max-width: 660px;
}
.tb-stage {
  position: relative;
  width: 100%;
  height: clamp(500px, 58vh, 580px);
}
.tb-stage__ghost {
  position: absolute;
  top: 44%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  font-family: var(--tb-serif);
  font-weight: 700;
  font-size: clamp(180px, 22vw, 290px);
  line-height: 1;
  color: rgba(120, 90, 40, 0.12);
  pointer-events: none;
  transition: opacity 0.35s var(--tb-ease);
}
.tb-stage__floor {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 1;
  height: 1px;
  background: var(--tb-rule-strong);
}
.tb-stage__floor-glow {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 29px;
  z-index: 1;
  height: 14px;
  background: radial-gradient(50% 100% at 50% 0%, rgba(120, 90, 40, 0.12), transparent 70%);
}
.tb-stage__shadow {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 2;
  width: 230px;
  height: 26px;
  transform: translateX(-50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(23, 28, 34, 0.38), transparent 68%);
  filter: blur(7px);
  pointer-events: none;
}
.tb-stage__surface {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  perspective: 1200px;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}
.tb-stage__surface.is-dragging {
  cursor: grabbing;
}
.tb-book {
  position: relative;
  width: 300px;
  height: 400px;
  margin-bottom: 76px;
  transform: scale(1.09);
  transform-style: preserve-3d;
  transition: opacity 0.35s var(--tb-ease), transform var(--tb-dur-slow) var(--tb-ease-back);
}
.tb-book.is-swapping {
  opacity: 0;
  transform: translateY(34px) scale(1.04);
}
.tb-book__pivot {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transform: rotateX(-7deg) rotateY(-28deg);
}
.tb-book__face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #4a1b18;
  backface-visibility: hidden;
  box-shadow: inset 0 0 28px rgba(0, 0, 0, 0.4);
}
.tb-book__face--front {
  transform: translateZ(21px);
  border-radius: 5px 2px 2px 5px;
}
.tb-book__face--back {
  transform: rotateY(180deg) translateZ(21px);
  border-radius: 2px 5px 5px 2px;
}
.tb-book__tint {
  position: absolute;
  inset: 0;
}
.tb-book__weave {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.015) 0px,
      rgba(255, 255, 255, 0.015) 1px,
      transparent 1px,
      transparent 3px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.025) 0px,
      rgba(0, 0, 0, 0.025) 1px,
      transparent 1px,
      transparent 3px
    );
}
.tb-book__vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 100% at 50% 38%, transparent 52%, rgba(0, 0, 0, 0.34) 100%);
}
.tb-book__vignette--back {
  background: radial-gradient(120% 100% at 50% 40%, transparent 52%, rgba(0, 0, 0, 0.32) 100%);
}
.tb-book__light {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0) 32%,
    rgba(0, 0, 0, 0.18) 100%
  );
}
.tb-book__sheen {
  position: absolute;
  inset: -30px;
  background: linear-gradient(
    105deg,
    rgba(255, 255, 255, 0) 44%,
    rgba(255, 250, 235, 0.14) 50%,
    rgba(255, 255, 255, 0) 56%
  );
  pointer-events: none;
}
.tb-book__hinge {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 24px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.4), transparent);
}
.tb-book__hinge-line {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 1px;
  background: rgba(0, 0, 0, 0.42);
}
.tb-book__hinge-highlight {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 1px;
  background: rgba(255, 255, 255, 0.06);
}
.tb-book__frame {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(233, 200, 143, 0.22);
}
.tb-book__ghost-letter {
  position: absolute;
  top: -14px;
  right: 20px;
  font-family: var(--tb-serif);
  font-weight: 700;
  font-size: 130px;
  line-height: 1.3;
  color: rgba(233, 200, 143, 0.09);
  pointer-events: none;
}
.tb-book__cover-text {
  position: absolute;
  inset: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right;
}
.tb-book__cover-sub {
  font-size: 11.5px;
  font-weight: 300;
  letter-spacing: 0.26em;
  color: rgba(233, 200, 143, 0.75);
}
.tb-book__cover-title {
  margin-top: 6px;
  font-family: var(--tb-serif);
  font-weight: 700;
  line-height: 1.5;
  color: var(--tb-cover-gold);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.55), 0 1px 0 rgba(255, 240, 205, 0.12);
}
.tb-book__cover-rule {
  width: 52px;
  height: 1px;
  margin: 14px 0 16px;
  background: rgba(233, 200, 143, 0.55);
}
.tb-book__cover-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tb-book__cover-brand span:last-child {
  font-size: 10.5px;
  letter-spacing: 0.2em;
  color: rgba(244, 239, 231, 0.75);
}
.tb-book__colophon {
  position: absolute;
  inset: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 18px;
  text-align: center;
}
.tb-book__colophon-mark {
  font-family: var(--tb-serif);
  font-size: 22px;
  line-height: 1.5;
  color: var(--tb-cover-gold);
}
.tb-book__colophon-line {
  font-size: 11.5px;
  font-weight: 300;
  line-height: 2;
  color: rgba(244, 239, 231, 0.7);
}
.tb-book__spine {
  position: absolute;
  left: 50%;
  top: 0;
  width: 42px;
  height: 400px;
  margin-left: -21px;
  overflow: hidden;
  background: #38130f;
  transform: rotateY(90deg) translateZ(150px);
  backface-visibility: hidden;
}
.tb-book__spine-edge {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: rgba(0, 0, 0, 0.35);
}
.tb-book__spine-edge--start {
  left: 0;
}
.tb-book__spine-edge--end {
  right: 0;
}
.tb-book__spine-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.tb-book__spine-title {
  writing-mode: vertical-rl;
  font-family: var(--tb-serif);
  font-size: 15px;
  white-space: nowrap;
  color: var(--tb-cover-gold);
}
.tb-book__spine-brand {
  writing-mode: vertical-rl;
  font-size: 9px;
  color: rgba(233, 200, 143, 0.7);
}
.tb-book__pages {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 384px;
  margin: -192px 0 0 -21px;
  transform: rotateY(-90deg) translateZ(150px);
  backface-visibility: hidden;
  background: repeating-linear-gradient(
    to left,
    #e9cb8e 0px,
    #e9cb8e 1px,
    #c9a55c 1px,
    #c9a55c 2px
  );
}
.tb-book__edge {
  position: absolute;
  left: 5px;
  top: 50%;
  width: 290px;
  height: 42px;
  margin-top: -21px;
  backface-visibility: hidden;
}
.tb-book__edge--top {
  transform: rotateX(90deg) translateZ(192px);
  background: repeating-linear-gradient(
    to bottom,
    #edd49b 0px,
    #edd49b 1px,
    #cfad66 1px,
    #cfad66 2px
  );
}
.tb-book__edge--bottom {
  transform: rotateX(-90deg) translateZ(192px);
  background: repeating-linear-gradient(
    to bottom,
    #e4c588 0px,
    #e4c588 1px,
    #c4a159 1px,
    #c4a159 2px
  );
}
.tb-book__ribbon {
  position: absolute;
  bottom: -44px;
  left: 36%;
  width: 15px;
  height: 58px;
  transform: translateZ(12px) rotate(2.5deg);
  transform-origin: top center;
  background: linear-gradient(180deg, #c23b33, #8e241e);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 82%, 0 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.tb-stagecol__controls {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 2px;
  white-space: nowrap;
}
.tb-btn-outline {
  padding: 13px 26px;
  border: 1px solid var(--tb-ink-40);
  background: transparent;
  color: var(--tb-ink);
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: 0.08em;
  transition: background var(--tb-dur) var(--tb-ease), color var(--tb-dur) var(--tb-ease);
}
.tb-btn-outline:hover {
  background: var(--tb-ink);
  color: var(--tb-bg);
}
.tb-stagecol__hint {
  font-size: 12px;
  font-weight: 300;
  color: var(--tb-ink-45);
}
.tb-info {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 1 400px;
  flex-direction: column;
  gap: 14px;
  min-width: 300px;
  padding-left: clamp(0px, 2.2vw, 32px);
  padding-bottom: 26px;
  border-left: 1px solid rgba(120, 90, 40, 0.3);
  transition: opacity var(--tb-dur) var(--tb-ease), transform var(--tb-dur) var(--tb-ease);
}
.tb-info.is-swapping {
  opacity: 0;
  transform: translateY(10px);
}
.tb-info__badge {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tb-info__badge span:last-child {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: var(--tb-ink-65);
}
.tb-info__title {
  font-family: var(--tb-serif);
  font-weight: 700;
  font-size: clamp(30px, 3.8vw, 44px);
  line-height: 1.4;
  color: var(--tb-ink);
}
.tb-info__desc {
  font-size: 15.5px;
  font-weight: 300;
  line-height: 2;
  color: var(--tb-ink-68);
  text-wrap: pretty;
}
.tb-specs {
  display: flex;
  flex-direction: column;
  margin-top: 6px;
}
.tb-specs__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--tb-rule-strong);
}
.tb-specs__head-ar {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--tb-ink);
}
.tb-specs__head-en {
  font-size: 9.5px;
  letter-spacing: 0.38em;
  color: var(--tb-gold);
}
.tb-specs__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: none;
}
.tb-specs__key {
  flex: none;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: var(--tb-gold);
}
.tb-specs__leader {
  display: none;
}
.tb-specs__val {
  flex: none;
  font-size: 14.5px;
  font-weight: 500;
  white-space: nowrap;
  color: var(--tb-ink);
}
.tb-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding: 17px 22px;
  border: 1px solid var(--tb-ink);
  background: var(--tb-ink);
  color: var(--tb-bg);
  font-size: 14.5px;
  font-weight: 500;
  transition: background var(--tb-dur) var(--tb-ease), border-color var(--tb-dur) var(--tb-ease),
    color var(--tb-dur) var(--tb-ease);
}
.tb-cta:hover {
  border-color: var(--tb-red);
  background: var(--tb-red);
  color: var(--tb-cream);
}
.tb-cta__arrow {
  font-size: 16px;
  letter-spacing: -0.05em;
}
.tb-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 2px;
}
.tb-nav__buttons {
  display: flex;
  gap: 8px;
}
.tb-nav__btn {
  width: 44px;
  height: 44px;
  border: 1px solid var(--tb-ink-32);
  background: transparent;
  color: var(--tb-ink-68);
  font-size: 16px;
  transition: border-color var(--tb-dur) var(--tb-ease), color var(--tb-dur) var(--tb-ease);
}
.tb-nav__btn:hover {
  border-color: var(--tb-red);
  color: var(--tb-red);
}
.tb-nav__counter {
  display: flex;
  align-items: baseline;
  gap: 7px;
}
.tb-nav__cur {
  font-family: var(--tb-serif);
  font-size: 36px;
  line-height: 1;
  color: var(--tb-red);
}
.tb-nav__tot {
  font-family: var(--tb-serif);
  font-size: 15px;
  line-height: 1;
  color: var(--tb-ink-50);
}
.tb-nav__hint {
  font-size: 12px;
  font-weight: 300;
  color: var(--tb-ink-45);
}
.tb-library {
  position: relative;
  z-index: 2;
  padding: 40px var(--tb-gutter) 34px;
}
.tb-library__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px 30px;
  margin-bottom: 26px;
}
.tb-library__heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tb-library__title {
  margin-top: 4px;
  font-family: var(--tb-serif);
  font-weight: 700;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.4;
  color: var(--tb-ink);
}
.tb-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 26px;
}
.tb-filters__btn {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  padding: 10px 2px 11px;
  border: none;
  border-bottom: 1px solid transparent;
  background: transparent;
  font-size: 13.5px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: var(--tb-ink-50);
  transition: color var(--tb-dur) var(--tb-ease), border-color var(--tb-dur) var(--tb-ease);
}
.tb-filters__btn:hover {
  color: var(--tb-red);
}
.tb-filters__btn.is-active {
  border-bottom-color: var(--tb-red);
  color: var(--tb-ink);
  font-weight: 600;
}
.tb-filters__count {
  font-size: 10.5px;
  opacity: 0.65;
}
.tb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  border-top: 1px solid var(--tb-rule);
  border-right: 1px solid var(--tb-rule);
}
.tb-card {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 18px 20px 22px;
  border-left: 1px solid var(--tb-rule);
  border-bottom: 1px solid var(--tb-rule);
  background: transparent;
  text-align: inherit;
  transition: background 0.35s var(--tb-ease);
}
.tb-card:hover {
  background: rgba(255, 252, 243, 0.85);
}
.tb-card__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.tb-card__plate {
  font-family: var(--tb-serif);
  font-size: 13px;
  color: var(--tb-gold);
}
.tb-card__cat {
  font-size: 10.5px;
  letter-spacing: 0.14em;
  color: var(--tb-ink-45);
}
.tb-card__stage {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 224px;
  margin-top: 8px;
  perspective: 600px;
}
.tb-card__shadow {
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 70%;
  height: 10px;
  transform: translateX(-50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(23, 28, 34, 0.32), transparent 70%);
  filter: blur(3px);
}
.tb-card__book {
  position: relative;
  margin-bottom: 8px;
  transform-style: preserve-3d;
  transform-origin: bottom center;
  transform: rotateY(-24deg) rotateX(-2deg) rotateZ(var(--tb-lean, 0deg));
  transition: transform var(--tb-dur-slow) cubic-bezier(0.2, 0.9, 0.3, 1);
}
.tb-card:hover .tb-card__book {
  transform: rotateY(-7deg) rotateX(0deg) rotateZ(0deg);
}
.tb-card__cover {
  position: absolute;
  inset: 0;
  border-radius: 3px 1px 1px 3px;
  box-shadow: inset 0 0 0 1px rgba(233, 200, 143, 0.25), inset 0 0 20px rgba(0, 0, 0, 0.3);
}
.tb-card__cover-frame {
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(233, 200, 143, 0.28);
}
.tb-card__cover-text {
  position: absolute;
  inset: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right;
}
.tb-card__cover-sub {
  font-size: 7.5px;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: rgba(233, 200, 143, 0.7);
}
.tb-card__cover-title {
  margin-top: 2px;
  font-family: var(--tb-serif);
  font-weight: 700;
  line-height: 1.5;
  color: var(--tb-cover-gold);
}
.tb-card__cover-rule {
  width: 22px;
  height: 1px;
  margin-top: 6px;
  background: rgba(233, 200, 143, 0.5);
}
.tb-card__spine {
  position: absolute;
  left: 50%;
  top: 0;
  box-shadow: inset 0 0 0 1px rgba(233, 200, 143, 0.18);
}
.tb-card__pages {
  position: absolute;
  left: 50%;
  top: 3px;
  background: repeating-linear-gradient(
    to left,
    #e9cb8e 0px,
    #e9cb8e 1px,
    #c9a55c 1px,
    #c9a55c 2px
  );
}
.tb-card__foot {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--tb-rule-faint);
}
.tb-card__title {
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--tb-ink);
}
.tb-card__specs {
  font-size: 11.5px;
  font-weight: 300;
  color: rgba(160, 130, 74, 0.95);
}
.tb-footer {
  position: relative;
  z-index: 2;
  padding: 0 var(--tb-gutter) 40px;
}
.tb-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--tb-rule);
}
.tb-footer__brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tb-footer__brand span:last-child {
  font-size: 12px;
  font-weight: 300;
  color: var(--tb-ink-55);
}
.tb-footer__count {
  font-size: 12px;
  font-weight: 300;
  color: var(--tb-ink-45);
}
@media (max-width: 1149px) {
  .nsr-tb {
    --tb-gutter-rail: var(--tb-gutter);
  }
  .tb-rail {
    display: none;
  }
  .tb-info {
    border-left: none;
  }
  .tb-hero__body {
    margin-top: 10px;
  }
}
@media (max-width: 720px) {
  .tb-header {
    grid-template-columns: 1fr auto;
  }
  .tb-header__meta {
    display: none;
  }
  .tb-header__brand {
    height: 56px;
    padding: 0 var(--tb-gutter) 0 16px;
  }
  .tb-header__logo {
    height: 26px;
  }
  .tb-header__action {
    width: 52px;
  }
  .tb-info {
    min-width: 0;
  }
  .tb-hero__eyebrow {
    padding-top: 22px;
  }
  .tb-stage {
    height: clamp(340px, 48vh, 440px);
  }
  .tb-stagecol__controls {
    flex-wrap: wrap;
    white-space: normal;
  }
  .tb-btn-outline {
    padding: 12px 20px;
  }
  .tb-cta {
    padding: 16px 18px;
  }
  .tb-nav__hint {
    display: none;
  }
  .tb-hero__strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-top: 18px;
  }
  .tb-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .tb-grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .nsr-tb *,
  .nsr-tb *::before,
  .nsr-tb *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
.tb-book.has-img .tb-book__cover-text,
.tb-book.has-img .tb-book__ghost-letter,
.tb-book.has-img .tb-book__weave {
  display: none;
}
.tb-book.has-img .tb-book__light {
  opacity: 0.5;
}
.tb-card__cover.has-img .tb-card__cover-text {
  display: none;
}
.tb-stage__model {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.tb-stage__model[hidden] {
  display: none;
}
.tb-stage__model model-viewer {
  width: 100%;
  height: 100%;
  background: transparent;
  --poster-color: transparent;
  --progress-bar-color: transparent;
  --progress-bar-height: 0px;
  outline: none;
}
.nsr-tb.is-en {
  direction: ltr;
}
.nsr-tb.is-en .tb-hero__body {
  flex-direction: row;
}
.nsr-tb.is-en .tb-book__cover-text,
.nsr-tb.is-en .tb-card__cover-text {
  text-align: left;
}
.nsr-tb.is-en .tb-hero__sub-en {
  letter-spacing: 0.18em;
  font-size: 11.5px;
}
.nsr-tb.is-en .tb-hero__sub-ar {
  letter-spacing: 0.5em;
  font-size: 11px;
  text-transform: uppercase;
}
.tb-eyebrow__ar,
.tb-header__crumb,
.tb-header__count,
.tb-rail__label,
.tb-hero__sub-ar,
.tb-hero__strip-note,
.tb-book__cover-sub,
.tb-book__cover-brand span:last-child,
.tb-btn-outline,
.tb-info__badge span:last-child,
.tb-specs__head-ar,
.tb-specs__key,
.tb-card__cat,
.tb-card__cover-sub {
  letter-spacing: 0;
}
.nsr-tb.is-en .tb-header__crumb,
.nsr-tb.is-en .tb-header__count,
.nsr-tb.is-en .tb-rail__label,
.nsr-tb.is-en .tb-specs__key,
.nsr-tb.is-en .tb-card__cat {
  letter-spacing: 0.12em;
}
.tb-eyebrow__en,
.tb-hero__sub-en,
.tb-specs__head-en,
.tb-header__action--lang {
  font-family: var(--tb-latin);
  font-weight: 700;
}
.nsr-tb.is-en .tb-hero__sub-en {
  font-family: var(--tb-sans);
  font-weight: 400;
  letter-spacing: 0;
}
.tb-header__logo {
  display: block;
  height: 30px;
  width: auto;
}
.tb-stage__model.is-loading::after {
  content: attr(data-loading);
  position: absolute;
  bottom: 14%;
  right: 50%;
  transform: translateX(50%);
  font-size: 12.5px;
  color: var(--tb-ink-45);
  animation: tb-loading-pulse 1.4s ease-in-out infinite;
  pointer-events: none;
}
@keyframes tb-loading-pulse {
  0%,
  100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
.tb-stage__model model-viewer:focus-visible {
  outline: 2px solid var(--tb-red);
  outline-offset: 2px;
}
.tb-stage-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: 1px solid var(--tb-ink-32);
  border-radius: 50%;
  background: rgba(246, 241, 228, 0.82);
  color: var(--tb-ink);
  font-size: 17px;
  line-height: 1;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.tb-stage-nav:active {
  background: var(--tb-ink);
  color: var(--tb-bg);
}
.tb-stage-nav--prev {
  right: 6px;
}
.tb-stage-nav--next {
  left: 6px;
}
.nsr-tb.is-en .tb-stage-nav--prev {
  right: auto;
  left: 6px;
}
.nsr-tb.is-en .tb-stage-nav--next {
  left: auto;
  right: 6px;
}
@media (max-width: 720px) {
  .tb-stage-nav {
    display: inline-flex;
  }
}
.nsr-tb.tb-dark {
  --tb-bg: #0c1017;
  --tb-ink: #ece3d0;
  --tb-red: #e0524a;
  --tb-gold: #c9a96a;
  --tb-cover-gold: #e9c88f;
  --tb-rule-strong: rgba(201, 169, 106, 0.52);
  --tb-rule: rgba(201, 169, 106, 0.3);
  --tb-rule-soft: rgba(201, 169, 106, 0.22);
  --tb-rule-faint: rgba(201, 169, 106, 0.16);
  --tb-ink-68: rgba(236, 227, 208, 0.68);
  --tb-ink-65: rgba(236, 227, 208, 0.65);
  --tb-ink-55: rgba(236, 227, 208, 0.55);
  --tb-ink-50: rgba(236, 227, 208, 0.5);
  --tb-ink-45: rgba(236, 227, 208, 0.45);
  --tb-ink-42: rgba(236, 227, 208, 0.42);
  --tb-ink-40: rgba(236, 227, 208, 0.4);
  --tb-ink-32: rgba(236, 227, 208, 0.32);
  background-image: repeating-linear-gradient(
    0deg,
    rgba(201, 169, 106, 0.02) 0px,
    rgba(201, 169, 106, 0.02) 1px,
    transparent 1px,
    transparent 3px
  );
}
.nsr-tb,
.nsr-tb .tb-card,
.nsr-tb .tb-header {
  transition: background-color 0.55s ease, color 0.55s ease, border-color 0.55s ease;
}
.nsr-tb.tb-dark .tb-card:hover {
  background: rgba(201, 169, 106, 0.07);
}
.nsr-tb button.tb-mode {
  background: transparent;
  border: 0;
  border-right: 1px solid var(--tb-rule-faint);
  padding: 0;
  cursor: pointer;
  font: inherit;
}
.nsr-tb .tb-mode__icon {
  display: inline-flex;
  color: var(--tb-gold);
  transition: color var(--tb-dur) var(--tb-ease), transform 0.4s var(--tb-ease-back);
}
.nsr-tb .tb-mode:hover {
  background: var(--tb-gold);
}
.nsr-tb .tb-mode:hover .tb-mode__icon {
  color: var(--tb-bg);
  transform: rotate(30deg);
}
.nsr-tb .tb-mode:focus-visible {
  outline: 2px solid var(--tb-gold);
  outline-offset: -2px;
}
@media (prefers-reduced-motion: reduce) {
  .nsr-tb,
  .nsr-tb .tb-card,
  .nsr-tb .tb-header,
  .nsr-tb .tb-mode {
    transition: none;
  }
}
.nsr-tb .tb-stagecol__controls {
  display: none !important;
}