.elementor-4842 .elementor-element.elementor-element-2bf7f34{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4842 .elementor-element.elementor-element-a841e00{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-03c3de4 */.tm-wrap,
.tm-wrap * {
  box-sizing: border-box;
}

.tm-wrap {
  --bg: #f7efd7;
  --bg-soft: #fbf6ea;
  --ink: #4a2f2f;
  --accent: #9a3a32;
  --accent-deep: #6d231e;
  --brown: #6f4a3c;
  --coffee: #7a4b3b;
  --cream: #fff7ec;
  --butter: #f3deb0;
  --line: #d8c6a0;
  --shadow: rgba(74, 47, 47, 0.12);

  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 18px 40px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.25), transparent 28%),
    linear-gradient(180deg, #fbf3dd, #f6ecd2);
  color: var(--ink);
  font-family: "Inter", sans-serif;
  border: 1px solid rgba(111, 74, 60, 0.12);
}

.tm-hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 30px;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 3px solid var(--ink);
}

.tm-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.tm-title {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(54px, 9vw, 88px);
  line-height: .95;
  letter-spacing: -.03em;
  color: var(--accent);
}

.tm-subtitle {
  margin: 14px 0 0;
  font-size: 18px;
  line-height: 1.7;
  color: #5a4f45;
}

.tm-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}

.tm-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--brown);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.tm-meta i {
  width: 16px;
  height: 16px;
}

.tm-hero-photo {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 24px 50px var(--shadow);
}

.tm-hero-photo img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.tm-infographic {
  display: grid;
  grid-template-columns: 260px 1fr 260px;
  gap: 26px;
  padding: 34px 0;
  border-bottom: 3px solid var(--ink);
}

.tm-column {
  min-width: 0;
}

.tm-panel-title {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 22px;
  background: var(--accent);
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.tm-ingredient-list,
.tm-step-list {
  display: grid;
  gap: 16px;
}

.tm-ing,
.tm-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(111, 74, 60, 0.12);
  background: rgba(255,255,255,0.38);
  border-radius: 18px;
}

.tm-ing-icon,
.tm-step-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: #fff8ea;
  color: var(--accent);
}

.tm-ing-icon i,
.tm-step-icon i {
  width: 24px;
  height: 24px;
}

.tm-ing b,
.tm-step b {
  display: block;
  font-size: 14px;
  color: var(--ink);
}

.tm-ing span,
.tm-step span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #78685c;
  line-height: 1.45;
}

.tm-step {
  grid-template-columns: 34px 54px 1fr;
}

.tm-step-no {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--butter);
  color: var(--accent-deep);
  font-size: 13px;
  font-weight: 800;
}

.tm-center-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.tm-mini-label {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--accent);
}

.tm-mini-note {
  font-size: 12px;
  color: #7b695a;
}

.tm-stack-scene {
  position: relative;
  min-height: 640px;
  padding: 30px 0 10px;
}

.tm-knife {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(70px) rotate(-18deg);
  color: var(--ink);
}

.tm-knife i {
  width: 52px;
  height: 52px;
}

.tm-layer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 32px rgba(74, 47, 47, 0.08);
}

.tm-layer span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tm-layer-cocoa {
  top: 68px;
  width: 280px;
  height: 34px;
  background: #6b3030;
  border-radius: 12px;
  color: #fff4df;
}

.tm-layer-cream {
  width: 300px;
  height: 54px;
  background: linear-gradient(180deg, #fffdfa, #fff2de);
  border-radius: 18px;
  color: #8a6d57;
}

.top-cream,
.tm-layer-cream.top-cream {
  top: 150px;
}

.mid-cream,
.tm-layer-cream.mid-cream {
  top: 338px;
}

.tm-layer-biscuit {
  width: 340px;
  height: 72px;
  background: transparent;
  box-shadow: none;
  gap: 10px;
  flex-wrap: wrap;
}

.tm-layer-biscuit:not(.lower-biscuit) {
  top: 236px;
}

.tm-layer-biscuit.lower-biscuit {
  top: 426px;
}

.tm-biscuit-stick {
  width: 96px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #8b5d45, #5f3a2c);
  box-shadow: inset 0 -4px 0 rgba(255,255,255,0.08);
}

.tm-glass {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: 280px;
  height: 160px;
  padding: 16px 14px 14px;
  border: 4px solid rgba(255,255,255,0.9);
  border-top: none;
  border-radius: 0 0 34px 34px;
  background: rgba(255,255,255,0.22);
}

.tm-glass-inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 6px;
  height: 100%;
}

.tm-glass-row {
  border-radius: 12px;
}

.tm-glass-row.cream {
  height: 30px;
  background: linear-gradient(180deg, #fffdfa, #fff1dc);
}

.tm-glass-row.biscuit {
  height: 20px;
  background: linear-gradient(180deg, #8b5d45, #5f3a2c);
}

.tm-finished {
  margin-top: 12px;
  text-align: center;
}

.tm-finished-card {
  width: 260px;
  margin: 0 auto;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 38px var(--shadow);
}

.tm-finished-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.tm-finished-caption {
  margin: 12px auto 0;
  max-width: 340px;
  font-size: 13px;
  color: #6d5f54;
  line-height: 1.5;
}

.tm-interactive {
  padding-top: 32px;
}

.tm-interactive-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.tm-interactive-head h2 {
  margin: 6px 0 0;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  line-height: 1;
  color: var(--accent);
}

.tm-progress-box {
  min-width: 240px;
}

.tm-progress-box span {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--brown);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.tm-progress-bar {
  width: 100%;
  height: 8px;
  background: rgba(111, 74, 60, 0.12);
  border-radius: 999px;
  overflow: hidden;
}

.tm-progress-fill {
  width: 20%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), #c96b3e);
  transition: width .3s ease;
}

.tm-workshop-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 28px;
  align-items: center;
}

.tm-workshop-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.tm-instruction-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.46);
  border: 1px solid rgba(111, 74, 60, 0.12);
}

.tm-instruction-card h3 {
  margin: 0 0 10px;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  line-height: 1;
  color: var(--accent-deep);
}

.tm-instruction-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #68584c;
}

.tm-action-list {
  display: grid;
  gap: 12px;
}

.tm-action {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(111, 74, 60, 0.14);
  border-radius: 18px;
  background: #fff8ea;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.tm-action:hover {
  transform: translateY(-2px);
  border-color: rgba(154, 58, 50, 0.4);
  box-shadow: 0 14px 26px rgba(74, 47, 47, 0.08);
}

.tm-action i {
  width: 20px;
  height: 20px;
  color: var(--accent);
}

.tm-quote {
  display: flex;
  gap: 10px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.36);
}

.tm-quote i {
  width: 18px;
  height: 18px;
  color: var(--accent);
  margin-top: 2px;
}

.tm-quote p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #68584c;
  font-style: italic;
}

.tm-reset {
  align-self: start;
  padding: 10px 18px;
  border: none;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.tm-workshop-canvas {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tm-cup {
  width: 280px;
  height: 330px;
  padding: 16px;
  border: 5px solid rgba(255,255,255,0.95);
  border-top: none;
  border-radius: 0 0 42px 42px;
  background: rgba(255,255,255,0.24);
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  box-shadow: 0 24px 44px rgba(74, 47, 47, 0.08);
}

.tm-cup-layer {
  opacity: 0;
  transform: translateY(-28px);
  transition: all .45s cubic-bezier(.2,.8,.2,1);
  border-radius: 14px;
}

.tm-cup-layer.show {
  opacity: 1;
  transform: translateY(0);
}

.tm-cup-layer.biscuit {
  height: 30px;
  background: linear-gradient(180deg, #8b5d45, #5f3a2c);
}

.tm-cup-layer.cream {
  height: 58px;
  background: linear-gradient(180deg, #fffdfa, #fff1dc);
}

.tm-cup-layer.cocoa {
  height: 12px;
  background: #6b3030;
}

.tm-done-card {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 20px;
  background: rgba(247, 239, 215, 0.9);
  border-radius: 28px;
  backdrop-filter: blur(8px);
}

.tm-done-card.show {
  display: flex;
}

.tm-done-card img {
  width: 260px;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 18px 34px var(--shadow);
}

.tm-done-copy {
  max-width: 280px;
}

.tm-award {
  display: inline-block/* End custom CSS */