:root {
  --forest: #123D2E;
  --forest2: #0C2A20;
  --teak: #8A4A1F;
  --sienna: #B06A35;
  --cream: #F6F1E7;
  --sand: #E6DCCC;
  --char: #1F2A24;
  --leaf: #7FAE2E;
  --wa: #25D366;
  --wa-dark: #128C7E;
  --muted: #5A4C3C;
  --muted-strong: #4A3F32;
  --dark-muted: rgba(246, 241, 231, .86);
  --dark-soft: rgba(246, 241, 231, .78);
  --dark-accent: #D99A63;
  --line: rgba(31, 42, 36, .14);
  --linel: rgba(246, 241, 231, .16);
  --wrap: 1200px;
  --shadow-sm: 0 2px 8px -2px rgba(31,42,36,.10);
  --shadow-md: 0 12px 32px -12px rgba(31,42,36,.18);
  --shadow-lg: 0 28px 56px -20px rgba(31,42,36,.30);
  --shadow-xl: 0 40px 80px -28px rgba(31,42,36,.40);
  --ease-out: cubic-bezier(.2,.7,.2,1);
  --ease-spring: cubic-bezier(.34,1.56,.64,1);
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html.tp-lock,
html.tp-lock body {
  overflow: hidden;
}

body.tp-site {
  margin: 0;
  background: var(--cream);
  color: var(--char);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: var(--teak);
  color: var(--cream);
}

.tp-root {
  position: relative;
  min-height: 100vh;
  overflow-x: clip;
  background: var(--cream);
  color: var(--char);
  font-family: "Schibsted Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tp-root a {
  color: inherit;
  text-decoration: none;
}

/* Header/footer can live outside .tp-root on global templates. Keep their links identical to homepage. */
.tp-nav a,
.tp-mobmenu a,
.tp-footer a {
  color: inherit;
  text-decoration: none;
}

.tp-nav__trigger,
.tp-dropdown__link,
.tp-moblink,
.tp-mobsub a,
.tp-mobmenu__cta,
.tp-nav__cta {
  color: inherit;
  text-decoration: none;
}

.tp-dropdown__link:visited,
.tp-dropdown__link:active,
.tp-dropdown__link:hover,
.tp-nav__trigger:visited,
.tp-nav__trigger:active,
.tp-nav__trigger:hover {
  text-decoration: none;
}

.tp-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.tp-root section,
.tp-root header,
.tp-root footer {
  scroll-margin-top: 84px;
}

.tp-root p,
.tp-root h1,
.tp-root h2,
.tp-root h3 {
  margin-top: 0;
}

.tp-root :focus-visible,
.tp-skip-link:focus-visible {
  outline: 2px solid var(--leaf);
  outline-offset: 3px;
  border-radius: 2px;
}

.tp-skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 999;
  transform: translateY(-150%);
  background: var(--cream);
  color: var(--forest);
  padding: 10px 14px;
  border: 1px solid var(--line);
}

.tp-skip-link:focus {
  transform: none;
}

.tp-grain {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: .055;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='150' height='150'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

.tp-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(10px, 1.2vw, 18px);
  width: 100%;
  min-height: 76px;
  padding: 12px max(18px, calc((100vw - var(--wrap)) / 2));
  border: 0;
  border-bottom: 1px solid rgba(31, 42, 36, .12);
  border-radius: 0;
  background-color: rgba(246, 241, 231, .96);
  background-image:
    linear-gradient(180deg, rgba(255, 252, 243, .88), rgba(232, 219, 195, .86)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='520' height='76' viewBox='0 0 520 76'%3E%3Cg fill='none' stroke='%238A4A1F' stroke-opacity='.115' stroke-width='1'%3E%3Cpath d='M-20 18C42 4 79 31 139 15s101-2 158 14 91-2 142-11 78 8 107 23'/%3E%3Cpath d='M-28 48C29 31 82 57 137 43s96-24 162-1 111 18 167-5 89-8 115 7'/%3E%3Cpath d='M36 75C74 54 111 62 159 57s89-30 148-8 88 28 145 4'/%3E%3C/g%3E%3Cg fill='none' stroke='%23123D2E' stroke-opacity='.045' stroke-width='1'%3E%3Cpath d='M12 4c36 17 67 18 94 3M214 71c38-12 72-10 101 5M386 6c43 8 82 6 119-8'/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.65), transparent 38%),
    repeating-linear-gradient(90deg, rgba(138,74,31,.032) 0 1px, transparent 1px 22px);
  background-size: auto, 520px 76px, auto, auto;
  background-position: center, center top, center, center;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.72),
    0 15px 42px -28px rgba(31,42,36,.44);
  backdrop-filter: blur(18px) saturate(1.05);
  -webkit-backdrop-filter: blur(18px) saturate(1.05);
  transform: none;
  transition: background .28s ease, box-shadow .28s ease, min-height .28s ease;
}

.tp-nav.is-scrolled {
  min-height: 66px;
  background-color: rgba(246, 241, 231, .985);
  background-image:
    linear-gradient(180deg, rgba(255, 252, 243, .92), rgba(232, 219, 195, .9)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='520' height='76' viewBox='0 0 520 76'%3E%3Cg fill='none' stroke='%238A4A1F' stroke-opacity='.13' stroke-width='1'%3E%3Cpath d='M-20 18C42 4 79 31 139 15s101-2 158 14 91-2 142-11 78 8 107 23'/%3E%3Cpath d='M-28 48C29 31 82 57 137 43s96-24 162-1 111 18 167-5 89-8 115 7'/%3E%3C/g%3E%3C/svg%3E"),
    repeating-linear-gradient(90deg, rgba(138,74,31,.04) 0 1px, transparent 1px 22px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.78),
    0 16px 44px -26px rgba(31,42,36,.5);
}

.tp-nav__brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.tp-nav__brand img {
  display: block;
  width: auto;
  height: 48px;
}

.tp-nav__links {
  display: flex;
  align-items: stretch;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
  gap: 1px;
  font-size: clamp(12px, .72vw, 13px);
  font-weight: 750;
}

.tp-nav__item {
  position: relative;
  display: flex;
  align-items: center;
}

.tp-nav__trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 6px;
  min-height: 44px;
  padding: 0 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--char);
  letter-spacing: -.01em;
  transition: color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.tp-nav__trigger::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 24px;
  bottom: 9px;
  height: 1px;
  background: linear-gradient(90deg, rgba(138,74,31,0), rgba(138,74,31,.75), rgba(138,74,31,0));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .28s var(--ease-out);
}

.tp-nav__trigger::after {
  content: "";
  width: 0;
  height: 0;
  margin-top: 2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: .58;
  transform: translateY(0);
  transition: transform .24s var(--ease-out), opacity .24s ease;
}

.tp-nav__item:hover .tp-nav__trigger,
.tp-nav__item:focus-within .tp-nav__trigger {
  border-color: rgba(138,74,31,.13);
  background: rgba(255,255,255,.32);
  color: var(--teak);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.52);
}

.tp-nav__item:hover .tp-nav__trigger::before,
.tp-nav__item:focus-within .tp-nav__trigger::before {
  transform: scaleX(1);
}

.tp-nav__item:hover .tp-nav__trigger::after,
.tp-nav__item:focus-within .tp-nav__trigger::after {
  opacity: .9;
  transform: translateY(2px);
}

.tp-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  width: min(350px, calc(100vw - 32px));
  max-height: calc(100vh - 96px);
  overflow-y: auto;
  padding: 12px;
  border: 1px solid rgba(31,42,36,.12);
  border-top-color: rgba(138,74,31,.28);
  border-radius: 18px;
  background-color: rgba(246,241,231,.96);
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.9), rgba(246,241,231,.98)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='180' viewBox='0 0 320 180'%3E%3Cg fill='none' stroke='%238A4A1F' stroke-opacity='.065' stroke-width='1'%3E%3Cpath d='M-10 42c42-18 73 17 115-1s66-10 110 8 84 5 124-20'/%3E%3Cpath d='M-20 112c48-24 86 14 132-5s81-26 132 2 70 18 111 0'/%3E%3C/g%3E%3C/svg%3E");
  background-size: auto, 320px 180px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.72),
    0 34px 72px -30px rgba(31,42,36,.45);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: opacity .24s ease, transform .24s var(--ease-out), visibility 0s .24s;
}


.tp-nav__item:nth-last-child(-n+2) .tp-dropdown {
  left: auto;
  right: 0;
  transform: translateY(10px);
}

.tp-nav__item:nth-last-child(-n+2):hover .tp-dropdown,
.tp-nav__item:nth-last-child(-n+2):focus-within .tp-dropdown {
  transform: translateY(0);
}

.tp-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.tp-nav__item:hover .tp-dropdown,
.tp-nav__item:focus-within .tp-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  transition: opacity .24s ease, transform .24s var(--ease-out), visibility 0s 0s;
}

.tp-dropdown__link {
  position: relative;
  display: block;
  padding: 12px 14px 12px 17px;
  border: 1px solid transparent;
  border-radius: 13px;
  transition: background .22s ease, color .22s ease, transform .22s var(--ease-out), border-color .22s ease, box-shadow .22s ease;
}

.tp-dropdown__link::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 14px;
  bottom: 14px;
  width: 2px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--teak), rgba(138,74,31,0));
  opacity: 0;
  transition: opacity .22s ease;
}

.tp-dropdown__link:hover,
.tp-dropdown__link:focus-visible {
  border-color: rgba(18,61,46,.08);
  background: rgba(255,255,255,.48);
  color: var(--forest);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.62);
  transform: translateX(3px);
}

.tp-dropdown__link:hover::before,
.tp-dropdown__link:focus-visible::before {
  opacity: 1;
}

.tp-dropdown__link strong {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.2;
}

.tp-dropdown__link span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}


.tp-nav__buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid rgba(138, 74, 31, .22);
  border-radius: 999px;
  background: rgba(246, 241, 231, .52);
  color: var(--forest) !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
  transition: background .24s ease, border-color .24s ease, transform .24s var(--ease-out);
}

.tp-nav__buy:hover,
.tp-nav__buy:focus-visible {
  background: rgba(255,255,255,.74);
  border-color: rgba(138, 74, 31, .36);
  transform: translateY(-1px);
}

.tp-mobmenu__buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 14px 24px 10px;
  padding: 14px 16px;
  border: 1px solid rgba(138, 74, 31, .22);
  border-radius: 16px;
  background: rgba(246, 241, 231, .62);
  color: var(--forest) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.tp-nav__actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 9px;
}

.tp-lang {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-width: 58px;
  height: 34px;
  border: 1px solid rgba(31, 42, 36, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .38);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  line-height: 1;
}

.tp-lang a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 34px;
  padding: 0;
  color: var(--char);
}

.tp-lang a.is-active {
  background: var(--forest);
  color: var(--cream);
}

.tp-nav__cta,
.tp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  font-weight: 700;
  line-height: 1;
}

.tp-nav__cta {
  gap: 9px;
  min-height: 44px;
  padding: 8px 16px 8px 10px;
  white-space: nowrap;
  align-items: center;
  border: 1px solid rgba(18, 61, 46, .16);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(246,241,231,.98));
  color: var(--forest) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 10px 22px -20px rgba(31,42,36,.4);
  font-size: 13px;
  transition: background .28s ease, color .28s ease, border-color .28s ease, box-shadow .28s ease, transform .28s var(--ease-out);
}

.tp-nav__cta span:last-child {
  color: inherit;
}

.tp-nav__cta:hover,
.tp-nav__cta:focus-visible {
  border-color: rgba(18, 61, 46, .5);
  background: linear-gradient(160deg, #1a5a42 0%, var(--forest) 45%, var(--forest2) 100%);
  color: var(--cream) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.14),
    inset 0 -1px 0 rgba(0,0,0,.16),
    0 18px 32px -20px rgba(18,61,46,.52);
  transform: translateY(-1px);
}

.tp-wa-badge {
  --tp-wa-glyph: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M17.472%2014.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94%201.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51l-.57-.01c-.198%200-.52.074-.792.372-.272.297-1.04%201.016-1.04%202.479%200%201.462%201.065%202.875%201.213%203.074.149.198%202.096%203.2%205.077%204.487.709.306%201.262.489%201.694.625.712.227%201.36.195%201.871.118.571-.085%201.758-.719%202.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347zM12.05%2021.785h-.004a9.87%209.87%200%200%201-5.031-1.378l-.361-.214-3.741.981.998-3.648-.235-.374a9.86%209.86%200%200%201-1.51-5.26c.001-5.45%204.436-9.884%209.888-9.884%202.64%200%205.122%201.03%206.988%202.898a9.825%209.825%200%200%201%202.893%206.994c-.003%205.45-4.437%209.884-9.885%209.885zm8.413-18.297A11.815%2011.815%200%200%200%2012.05%200C5.495%200%20.16%205.335.157%2011.892c0%202.096.547%204.142%201.588%205.945L.057%2024l6.305-1.654a11.882%2011.882%200%200%200%205.683%201.448h.005c6.554%200%2011.89-5.335%2011.893-11.893a11.821%2011.821%200%200%200-3.48-8.413z%27%2F%3E%3C%2Fsvg%3E");
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(145deg, #25D366 0%, #128C7E 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.32),
    0 8px 18px -13px rgba(18,140,126,.72);
}

.tp-wa-badge::before {
  content: "";
  position: absolute;
  inset: 4px;
  background: #fff;
  -webkit-mask: var(--tp-wa-glyph) center / contain no-repeat;
  mask: var(--tp-wa-glyph) center / contain no-repeat;
}

.tp-nav__cta:hover .tp-wa-badge,
.tp-nav__cta:focus-visible .tp-wa-badge,
.tp-btn--whatsapp:hover .tp-wa-badge,
.tp-btn--whatsapp:focus-visible .tp-wa-badge {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.36),
    0 0 0 3px rgba(255,255,255,.22),
    0 10px 18px -14px rgba(0,0,0,.18);
}

 .tp-burger {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 42px;
  border: 1px solid rgba(31, 42, 36, .16);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.64), rgba(246,241,231,.82));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.76),
    0 12px 22px -20px rgba(31,42,36,.36);
  cursor: pointer;
  transition: border-color .28s ease, box-shadow .28s ease, transform .28s var(--ease-out), background .28s ease;
}

.tp-burger:hover,
.tp-burger:focus-visible {
  border-color: rgba(18, 61, 46, .32);
  background:
    linear-gradient(180deg, rgba(255,255,255,.78), rgba(246,241,231,.92));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 16px 28px -22px rgba(18,61,46,.48);
  transform: translateY(-1px);
}

.tp-burger span {
  position: absolute;
  left: 13px;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--forest2);
  transform-origin: center;
  transition: transform .28s var(--ease-out), opacity .22s ease, width .28s ease, background .28s ease;
}

.tp-burger span:nth-child(1) {
  transform: translateY(-7px);
}

.tp-burger span:nth-child(2) {
  width: 16px;
  transform: translateY(0);
}

.tp-burger span:nth-child(3) {
  transform: translateY(7px);
}

.tp-burger[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg);
}

.tp-burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(.4);
}

.tp-burger[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg);
}

.tp-mobmenu {
  position: fixed;
  inset: 0;
  z-index: 110;
  padding: 10px;
  background:
    radial-gradient(circle at 12% 0%, rgba(176,106,53,.24), transparent 34%),
    rgba(12, 31, 25, .64);
  color: var(--cream);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: opacity .32s var(--ease-out), visibility 0s .32s;
}

.tp-mobmenu.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity .32s var(--ease-out), visibility 0s 0s;
}

.tp-mobmenu__panel {
  position: relative;
  width: min(430px, 100%);
  height: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  padding: 18px;
  border: 1px solid rgba(246,241,231,.16);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(18,61,46,.98), rgba(12,42,32,.985)),
    repeating-linear-gradient(135deg, rgba(246,241,231,.035) 0 1px, transparent 1px 16px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    -34px 0 80px -52px rgba(0,0,0,.75);
  overflow: hidden;
  transform: translateX(105%);
  transition: transform .42s var(--ease-out);
}

.tp-mobmenu.is-open .tp-mobmenu__panel {
  transform: none;
}

.tp-mobmenu__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 8%, rgba(246,241,231,.10), transparent 28%),
    linear-gradient(90deg, rgba(246,241,231,.045), transparent 42%);
}

.tp-mobmenu__head,
.tp-mobmenu__meta,
.tp-mobnav,
.tp-mobmenu__cta {
  position: relative;
  z-index: 1;
}

.tp-mobmenu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(246,241,231,.12);
}

.tp-mobmenu__brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.tp-mobmenu__brand img {
  display: block;
  width: auto;
  height: 46px;
  object-fit: contain;
}

.tp-mobmenu__close {
  position: relative;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(246, 241, 231, .18);
  border-radius: 14px;
  background: rgba(246, 241, 231, .07);
  color: var(--cream);
  cursor: pointer;
  transition: background .25s ease, border-color .25s ease, transform .25s var(--ease-out);
}

.tp-mobmenu__close:hover,
.tp-mobmenu__close:focus-visible {
  border-color: rgba(246, 241, 231, .34);
  background: rgba(246, 241, 231, .12);
  transform: translateY(-1px);
}

.tp-mobmenu__close span {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.tp-mobmenu__close span:first-child {
  transform: rotate(45deg);
}

.tp-mobmenu__close span:last-child {
  transform: rotate(-45deg);
}

.tp-mobmenu__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 0 18px;
}

.tp-mobmenu__meta > span {
  color: rgba(246,241,231,.6);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.tp-mobmenu__lang {
  display: inline-flex;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(246, 241, 231, .24);
  border-radius: 999px;
  background: rgba(246,241,231,.06);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
}

.tp-mobmenu__lang a {
  padding: 8px 12px;
  color: rgba(246, 241, 231, .72);
}

.tp-mobmenu__lang a.is-active {
  background: var(--cream);
  color: var(--forest);
}

.tp-mobnav {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding-right: 3px;
  scrollbar-width: thin;
  scrollbar-color: rgba(246,241,231,.22) rgba(246,241,231,.06);
}

.tp-mobnav::-webkit-scrollbar {
  width: 5px;
}

.tp-mobnav::-webkit-scrollbar-track {
  background: rgba(246,241,231,.06);
  border-radius: 999px;
}

.tp-mobnav::-webkit-scrollbar-thumb {
  background: rgba(246,241,231,.22);
  border-radius: 999px;
}

.tp-mobgroup {
  border: 1px solid rgba(246, 241, 231, .11);
  border-radius: 18px;
  background: rgba(246, 241, 231, .045);
  overflow: hidden;
}

.tp-mobgroup + .tp-mobgroup {
  margin-top: 9px;
}

.tp-mobgroup[open] {
  background: rgba(246, 241, 231, .07);
  border-color: rgba(246, 241, 231, .2);
}

.tp-moblink {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 24px;
  align-items: center;
  gap: 13px;
  padding: 15px 15px;
  color: var(--cream);
  cursor: pointer;
  list-style: none;
}

.tp-moblink::-webkit-details-marker {
  display: none;
}

.tp-moblink em {
  color: var(--sienna);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  font-style: normal;
  letter-spacing: .14em;
}

.tp-moblink span {
  min-width: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.tp-moblink::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(246,241,231,.18);
  color: rgba(246,241,231,.72);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  line-height: 1;
  transition: transform .24s var(--ease-out), background .24s ease;
}

.tp-mobgroup[open] .tp-moblink::after {
  content: "–";
  background: rgba(246,241,231,.12);
  transform: rotate(180deg);
}

.tp-mobsub {
  display: grid;
  gap: 2px;
  padding: 0 15px 15px 54px;
}

.tp-mobsub a {
  display: block;
  padding: 8px 0;
  color: rgba(246,241,231,.72);
  font-size: 14px;
  line-height: 1.35;
  transition: color .22s ease, transform .22s var(--ease-out);
}

.tp-mobsub a:hover,
.tp-mobsub a:focus-visible {
  color: var(--cream);
  transform: translateX(3px);
}

.tp-mobsub__primary {
  color: var(--cream) !important;
  font-weight: 700;
}

.tp-mobmenu__cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  margin-top: 16px;
  border: 1px solid rgba(246, 241, 231, .18);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(246,241,231,.96), rgba(232,220,202,.96));
  color: var(--forest);
  font-weight: 800;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.86),
    0 20px 34px -26px rgba(0,0,0,.65);
}

.tp-hero {
  position: relative;
  padding-inline: 24px;
  background: var(--cream);
}

.tp-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-width: 0;
  min-height: 680px;
  max-width: var(--wrap);
  margin-inline: auto;
  border-inline: 1px solid rgba(31, 42, 36, .07);
}

.tp-hero__content {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 132px 42px 72px;
}

.tp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 30px;
  color: var(--teak);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.tp-eyebrow span {
  width: 26px;
  height: 1px;
  background: var(--teak);
}

.tp-h1,
.tp-root h2,
.tp-root h3 {
  font-family: "Newsreader", Georgia, serif;
}

.tp-h1 {
  max-width: 10.5em;
  margin-bottom: 26px;
  font-size: clamp(46px, 4.35vw, 66px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -.018em;
}

.tp-h1 span {
  color: var(--teak);
  font-style: italic;
}

.tp-lead {
  max-width: 46ch;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.66;
}

.tp-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}

.tp-hero .tp-actions {
  margin-bottom: 36px;
}

.tp-btn {
  min-height: 52px;
  padding: 15px 24px;
  font-size: 15px;
  border-radius: 14px;
}

.tp-btn__label {
  min-width: 0;
}

.tp-btn__label--short {
  display: none;
}

.tp-btn--primary {
  background: linear-gradient(170deg, #1a5a42 0%, var(--forest) 45%, var(--forest2) 100%);
  color: var(--cream) !important;
  border: 1px solid rgba(246, 241, 231, .12);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    inset 0 -1px 0 rgba(0,0,0,.15),
    0 12px 24px -18px rgba(31,42,36,.44);
  transition: box-shadow .3s var(--ease-out), filter .3s var(--ease-out), transform .3s var(--ease-out), border-color .3s ease;
}

.tp-btn--primary:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    inset 0 -1px 0 rgba(0,0,0,.2),
    0 8px 22px -6px rgba(31,42,36,.45);
}

.tp-btn--primary:visited,
.tp-btn--primary span {
  color: var(--cream) !important;
}

.tp-btn--whatsapp {
  gap: 12px;
  min-height: 52px;
  padding: 10px 20px 10px 12px;
  align-items: center;
  border: 1px solid rgba(18, 61, 46, .16);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(246,241,231,.98));
  color: var(--forest);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.88),
    0 12px 26px -20px rgba(31,42,36,.38);
  transition: background .28s ease, color .28s ease, border-color .28s ease, box-shadow .28s ease, transform .28s var(--ease-out);
}

.tp-btn--whatsapp:hover,
.tp-btn--whatsapp:focus-visible {
  border-color: rgba(18, 61, 46, .5);
  background: linear-gradient(160deg, #1a5a42 0%, var(--forest) 45%, var(--forest2) 100%);
  color: var(--cream) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.14),
    inset 0 -1px 0 rgba(0,0,0,.16),
    0 18px 32px -20px rgba(18,61,46,.52);
  transform: translateY(-1px);
}

.tp-btn--whatsapp > .tp-btn__label {
  width: auto;
  min-width: 0;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: inherit;
}
.tp-btn--cream {
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  min-height: 58px;
  padding: 14px 22px;
  border: 1px solid rgba(18, 61, 46, .12);
  background: var(--cream);
  color: var(--forest) !important;
  font-weight: 700;
  box-shadow: 0 10px 26px -18px rgba(0,0,0,.28);
  transition: box-shadow .3s ease, transform .3s ease, background .3s ease, border-color .3s ease;
}

.tp-btn--cream,
.tp-btn--cream:visited,
.tp-btn--cream span:last-child {
  color: var(--forest) !important;
}

.tp-btn--cream:hover,
.tp-btn--cream:focus-visible {
  background: #f3ede2;
  border-color: rgba(18, 61, 46, .2);
  box-shadow: 0 16px 30px -18px rgba(0,0,0,.34);
  transform: translateY(-1px);
}

.tp-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tp-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 13px;
  border: 1px solid rgba(31, 42, 36, .14);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.42), rgba(31,42,36,.035));
  color: var(--char);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  letter-spacing: .06em;
}


.tp-hero__photo {
  min-width: 0;
  min-height: 680px;
  border-left: 1px solid var(--line);
}

.tp-photo {
  position: relative;
  overflow: hidden;
  background: radial-gradient(130% 130% at 28% 18%, #efe7d6, var(--sand));
}

.tp-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .6;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='m'><feTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='2'/></filter><rect width='100%25' height='100%25' filter='url(%23m)' opacity='0.35'/></svg>");
}

.tp-hero-media {
  isolation: isolate;
  background: #d8c8ad url("../images/tectonapaint-hero-poster-336.webp") center / cover no-repeat;
}

.tp-hero-media::before {
  z-index: 1;
  opacity: .22;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.tp-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(31,42,36,.2), transparent 34%, transparent 72%, rgba(246,241,231,.12)),
    linear-gradient(180deg, rgba(0,0,0,.08), transparent 22%, transparent 72%, rgba(0,0,0,.12));
  pointer-events: none;
}

.tp-hero-media__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.01);
  transform-origin: center center;
}

.tp-photo__corner {
  position: absolute;
  width: 13px;
  height: 13px;
  z-index: 2;
}

.tp-photo__corner--tl {
  top: 12px;
  left: 12px;
  border-top: 1px solid rgba(31, 42, 36, .3);
  border-left: 1px solid rgba(31, 42, 36, .3);
}

.tp-photo__corner--tr {
  top: 12px;
  right: 12px;
  border-top: 1px solid rgba(31, 42, 36, .3);
  border-right: 1px solid rgba(31, 42, 36, .3);
}

.tp-photo__corner--bl {
  bottom: 12px;
  left: 12px;
  border-bottom: 1px solid rgba(31, 42, 36, .3);
  border-left: 1px solid rgba(31, 42, 36, .3);
}

.tp-photo__corner--br {
  right: 12px;
  bottom: 12px;
  border-right: 1px solid rgba(31, 42, 36, .3);
  border-bottom: 1px solid rgba(31, 42, 36, .3);
}

.tp-photo__caption {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px;
  text-align: center;
}

.tp-photo__caption span,
.tp-photo__caption small {
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  text-transform: uppercase;
}

.tp-photo__caption span {
  max-width: 24ch;
  color: rgba(31, 42, 36, .5);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .16em;
}

.tp-photo__caption small {
  color: rgba(138, 74, 31, .6);
  font-size: 10px;
  letter-spacing: .2em;
}

.tp-hero-media-note {
  position: absolute;
  right: clamp(20px, 3vw, 38px);
  bottom: clamp(22px, 3vw, 40px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
  padding: 14px 16px;
  border: 1px solid rgba(246, 241, 231, .18);
  border-radius: 3px;
  background: rgba(18, 61, 46, .22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  text-align: right;
}

.tp-hero-media-note span {
  display: block;
  color: rgba(246, 241, 231, .82);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.tp-hero-media-note span:nth-child(2) {
  color: rgba(246, 241, 231, .95);
}

.tp-seam,
.tp-edge {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 3;
  box-shadow: 0 0 0 1px rgba(31, 42, 36, .08);
}

.tp-seam {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 7px;
  transform: translateX(-50%);
}

.tp-seam span:nth-child(1),
.tp-edge span:nth-child(1) { flex: 3; background: #6b4a2e; }
.tp-seam span:nth-child(2),
.tp-edge span:nth-child(2) { flex: 1; background: #cbab7e; }
.tp-seam span:nth-child(3),
.tp-edge span:nth-child(3) { flex: 1.4; background: #8A4A1F; }
.tp-seam span:nth-child(4),
.tp-edge span:nth-child(4) { flex: 1; background: #b06a35; }
.tp-seam span:nth-child(5),
.tp-edge span:nth-child(5) { flex: .8; background: linear-gradient(#d9c9a6, #fff7e6); }

.tp-positioning {
  padding: 96px 24px;
  background: var(--forest);
  color: var(--cream);
}

.tp-split {
  display: grid;
  max-width: var(--wrap);
  margin-inline: auto;
  gap: 48px;
}

.tp-split--narrow {
  grid-template-columns: .34fr .66fr;
}

.tp-kicker {
  margin-bottom: 18px;
  color: var(--teak);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.tp-positioning .tp-kicker,
.tp-partnership .tp-kicker,
.tp-journey .tp-kicker {
  color: var(--dark-accent);
}

.tp-footer h3 {
  color: var(--cream);
}

.tp-botanical {
  margin-top: 18px;
  color: var(--dark-soft);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 1.7;
}

.tp-positioning__text {
  margin-bottom: 30px;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 300;
  line-height: 1.32;
  letter-spacing: -.01em;
}

.tp-positioning__text em {
  color: var(--sienna);
  font-style: italic;
}

.tp-dchips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tp-dchips span {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid rgba(246, 241, 231, .22);
  border-radius: 2px;
  background: rgba(246, 241, 231, .06);
  color: rgba(246, 241, 231, .88);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  letter-spacing: .04em;
}

.tp-system,
.tp-products,
.tp-why {
  padding: 112px 24px;
  background: var(--sand);
}

.tp-split--system {
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  gap: 64px;
}

.tp-root h2 {
  margin-bottom: 22px;
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -.01em;
}

.tp-copy {
  max-width: 42ch;
  margin-bottom: 26px;
  color: var(--muted-strong);
  font-size: 16px;
  line-height: 1.64;
}

.tp-inline-link {
  display: inline-flex;
  align-items: center;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--forest);
  color: var(--forest);
  font-size: 14px;
  font-weight: 600;
}

.tp-xsection {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--cream);
  box-shadow: var(--shadow-xl);
}

.tp-xrow {
  display: grid;
  grid-template-columns: 148px 1fr;
  align-items: stretch;
  border-bottom: 1px solid rgba(31, 42, 36, .1);
  transition: opacity .3s ease;
}

.tp-xrow:last-child {
  border-bottom: 0;
}

.tp-xsection:hover .tp-xrow {
  opacity: .6;
}

.tp-xsection .tp-xrow:hover {
  opacity: 1;
}

.tp-xband {
  position: relative;
  min-height: 42px;
  overflow: hidden;
  transition: transform .3s ease;
  transform-origin: left;
}

.tp-xrow:hover .tp-xband {
  transform: scaleX(1.05);
}

.tp-xrow:hover strong {
  color: var(--teak);
}

.tp-xrow.is-top .tp-xband {
  min-height: 38px;
  background: linear-gradient(90deg, rgba(217, 201, 166, .6), rgba(255, 247, 230, .92));
}

.tp-xrow.is-top .tp-xband::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 42%;
  background: linear-gradient(180deg, rgba(255, 255, 255, .55), transparent);
}

.tp-xrow.is-sealer .tp-xband { min-height: 40px; background: #b06a35; }
.tp-xrow.is-stain .tp-xband { min-height: 58px; background: #8A4A1F; }
.tp-xrow.is-filler .tp-xband { min-height: 46px; background: #cbab7e; }
.tp-xrow.is-raw .tp-xband {
  min-height: 118px;
  background: #6b4a2e;
}

.tp-xrow.is-raw .tp-xband::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .4;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='90' height='90'><filter id='g'><feTurbulence type='fractalNoise' baseFrequency='0.04 0.9' numOctaves='2'/></filter><rect width='100%25' height='100%25' filter='url(%23g)'/></svg>");
}

.tp-xmeta {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 18px;
  background: var(--cream);
}

.tp-xmeta > span {
  width: 22px;
  flex: 0 0 auto;
  color: var(--teak);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}

.tp-xmeta i {
  width: 18px;
  height: 1px;
  flex: 0 0 auto;
  background: var(--line);
}

.tp-xmeta strong {
  display: block;
  font-family: "Newsreader", Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  transition: color .3s ease;
}

.tp-xmeta small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  letter-spacing: .04em;
}

.tp-journey {
  position: relative;
  height: 340vh;
  background: var(--forest2);
  color: var(--cream);
}

.tp-journey__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.tp-journey__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 56px;
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: 40px;
}

.tp-step-wrap {
  position: relative;
  min-height: 236px;
}

.tp-step {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity .5s ease, transform .5s ease;
}

.tp-step.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.tp-step > span {
  display: block;
  margin-bottom: 14px;
  color: var(--dark-accent);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}

.tp-step h3 {
  margin-bottom: 16px;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 300;
  line-height: 1.04;
}

.tp-step p {
  max-width: 42ch;
  margin-bottom: 18px;
  color: var(--dark-muted);
  font-size: 17px;
  line-height: 1.6;
}

.tp-step small {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid var(--linel);
  border-radius: 2px;
  color: var(--cream);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  letter-spacing: .04em;
}

.tp-jdots {
  display: flex;
  gap: 7px;
  margin-top: 34px;
}

.tp-jdots span {
  width: 34px;
  height: 3px;
  background: rgba(246, 241, 231, .24);
  transition: background .3s ease;
}

.tp-jdots span.is-active {
  background: var(--sienna);
}

.tp-journey__stage {
  position: relative;
  height: 66vh;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: var(--shadow-xl);
}

.tp-jphoto-wrap {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity .45s ease, transform .45s ease;
}

.tp-jphoto-wrap.is-active {
  opacity: 1;
  transform: none;
}

.tp-jphoto {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.tp-before-after,
.tp-audience,
.tp-founder,
.tp-articles {
  background: var(--cream);
}

.tp-before-after {
  padding: 108px 24px;
}

.tp-wrap {
  max-width: var(--wrap);
  margin-inline: auto;
}

.tp-before-after .tp-wrap {
  max-width: 1140px;
}

.tp-section-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
  margin-bottom: 42px;
}

.tp-section-head h2 {
  max-width: 22ch;
  margin-bottom: 0;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.08;
}

.tp-spec-note {
  color: var(--muted);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 1.7;
  text-align: right;
}

.tp-ba-frame {
  --ba-pct: 50%;
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow-lg);
  cursor: ew-resize;
  user-select: none;
}

.tp-ba-photo {
  position: absolute;
  inset: 0;
  margin: 0;
}

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

.tp-ba-before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  overflow: hidden;
  width: var(--ba-pct);
}

.tp-ba-before .tp-ba-photo {
  width: min(1140px, calc(100vw - 80px));
  height: 100%;
  max-width: none;
}

.tp-ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--ba-pct);
  z-index: 3;
  width: 2px;
  background: var(--cream);
  transform: translateX(-1px);
}

.tp-ba-handle span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--forest);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .3);
  transform: translate(-50%, -50%);
}

.tp-ba-cap {
  position: absolute;
  z-index: 4;
  border-radius: 2px;
  padding: 6px 11px;
  color: var(--cream);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  letter-spacing: .04em;
}

.tp-ba-cap--right {
  right: 18px;
  bottom: 16px;
  background: rgba(18, 61, 46, .82);
}

.tp-ba-cap--left {
  top: 16px;
  left: 18px;
  background: rgba(31, 42, 36, .78);
}


.tp-slider-shell {
  position: relative;
  isolation: isolate;
}

.tp-slider-shell::before,
.tp-slider-shell::after,
.tp-journey__stage::before,
.tp-journey__stage::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 58px;
  z-index: 3;
  pointer-events: none;
  opacity: .92;
}

.tp-slider-shell::before,
.tp-journey__stage::before {
  left: 0;
}

.tp-slider-shell::after,
.tp-journey__stage::after {
  right: 0;
}

.tp-slider-shell--products::before {
  background: linear-gradient(90deg, rgba(232, 222, 203, .92), rgba(232, 222, 203, 0));
}

.tp-slider-shell--products::after {
  background: linear-gradient(270deg, rgba(232, 222, 203, .92), rgba(232, 222, 203, 0));
}

.tp-journey__stage::before {
  background: linear-gradient(90deg, rgba(10, 42, 31, .72), rgba(10, 42, 31, 0));
}

.tp-journey__stage::after {
  background: linear-gradient(270deg, rgba(10, 42, 31, .72), rgba(10, 42, 31, 0));
}

.tp-scroll-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(246, 241, 231, .24);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(246, 241, 231, .16), rgba(246, 241, 231, .07));
  color: rgba(246, 241, 231, .94);
  cursor: pointer;
  box-shadow: 0 18px 34px -24px rgba(0, 0, 0, .72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translateY(-50%);
  transition: transform .25s var(--ease-out), opacity .25s ease, background .25s ease, border-color .25s ease;
}


.tp-scroll-arrow--journey,
.tp-journey__stage > .tp-scroll-hint-label {
  display: none;
}

.tp-scroll-arrow svg {
  display: block;
  width: 18px;
  height: 18px;
}

.tp-scroll-arrow:hover,
.tp-scroll-arrow:focus-visible {
  border-color: rgba(246, 241, 231, .42);
  background:
    linear-gradient(180deg, rgba(246, 241, 231, .23), rgba(246, 241, 231, .10));
  transform: translateY(-50%) scale(1.04);
}

.tp-scroll-arrow:disabled {
  opacity: .32;
  cursor: default;
  transform: translateY(-50%);
}

.tp-scroll-arrow--prev {
  left: 14px;
}

.tp-scroll-arrow--next {
  right: 14px;
}

.tp-slider-shell--products .tp-scroll-arrow {
  border-color: rgba(18, 61, 46, .15);
  background: rgba(246, 241, 231, .76);
  color: var(--forest);
  box-shadow: 0 18px 30px -24px rgba(31, 42, 36, .42);
}

.tp-slider-shell--products .tp-scroll-arrow:hover,
.tp-slider-shell--products .tp-scroll-arrow:focus-visible {
  border-color: rgba(18, 61, 46, .28);
  background: rgba(246, 241, 231, .92);
}

.tp-scroll-hint-label {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid rgba(246, 241, 231, .22);
  border-radius: 999px;
  background: rgba(246, 241, 231, .10);
  color: rgba(246, 241, 231, .84);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  letter-spacing: .15em;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: tpHintFade 4s ease forwards;
}

.tp-slider-shell--products .tp-scroll-hint-label {
  right: 18px;
  bottom: 22px;
  border-color: rgba(18, 61, 46, .14);
  background: rgba(246, 241, 231, .76);
  color: rgba(18, 61, 46, .78);
}

@keyframes tpHintFade {
  0%, 70% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(6px);
  }
}

.tp-products .tp-section-head {
  margin-bottom: 54px;
}

.tp-prodgrid {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 4px 2px 16px;
  cursor: grab;
  scrollbar-width: thin;
  scrollbar-color: rgba(18, 61, 46, .28) rgba(18, 61, 46, .06);
}

.tp-prodgrid:active {
  cursor: grabbing;
}

.tp-prodgrid::-webkit-scrollbar {
  height: 8px;
}

.tp-prodgrid::-webkit-scrollbar-track {
  background: rgba(18, 61, 46, .06);
  border-radius: 999px;
}

.tp-prodgrid::-webkit-scrollbar-thumb {
  background: rgba(18, 61, 46, .24);
  border-radius: 999px;
}

.tp-prod {
  flex: 0 0 calc((100% - 72px) / 4);
  min-width: 0;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  scroll-snap-align: start;
  transition: transform .4s var(--ease-out), box-shadow .35s var(--ease-out), opacity .35s ease;
}

.tp-prod.is-offset {
  margin-top: 0;
}

.tp-prod:hover {
  transform: translateY(-6px);
}

.tp-prodgrid:hover .tp-prod {
  opacity: .92;
}

.tp-prodgrid .tp-prod:hover {
  opacity: 1;
}

.tp-prod__image,
.tp-art__image {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 5px;
}

.tp-prod__image {
  display: block;
  color: inherit;
  aspect-ratio: 4 / 5;
  margin-bottom: 18px;
  background:
    radial-gradient(120% 120% at 50% 22%, rgba(255,255,255,.52), transparent 36%),
    linear-gradient(180deg, rgba(246,241,231,.9), rgba(231,220,201,.72));
  box-shadow: var(--shadow-md);
  transition: box-shadow .35s var(--ease-out), transform .35s var(--ease-out);
}

.tp-prod__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
}

.tp-prod__image--contain img {
  object-fit: contain;
}

.tp-prod__image--cover img {
  object-fit: cover;
}

.tp-prod:hover .tp-prod__image {
  box-shadow: var(--shadow-lg);
}

.tp-prod__image .tp-photo,
.tp-art__image .tp-photo {
  position: absolute;
  inset: 0;
  height: 100%;
}

.tp-swatch {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--swatch);
  box-shadow: 0 0 0 3px var(--cream), 0 0 0 4px var(--line);
}

.tp-prod__tag {
  margin-bottom: 8px;
  color: var(--teak);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  letter-spacing: .14em;
}

.tp-prod h3 {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 400;
}

.tp-prod__category {
  margin-bottom: 8px;
  color: var(--teak);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.tp-prod > p:not(.tp-prod__tag):not(.tp-prod__category) {
  flex: 1;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.55;
}

.tp-prod footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.tp-prod footer span,
.tp-prod footer a {
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  letter-spacing: .04em;
}

.tp-prod footer span {
  color: var(--muted);
}

.tp-prod footer a {
  color: var(--forest);
  font-weight: 700;
}

.tp-audience {
  padding: 104px 40px;
}

.tp-split--audience {
  grid-template-columns: .4fr .6fr;
  align-items: start;
}

.tp-split--audience h2 {
  max-width: 14ch;
  font-size: clamp(28px, 3.2vw, 42px);
}

.tp-seg-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}

.tp-seg {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  transition: padding-left .3s ease;
}

.tp-seg:hover {
  padding-left: 12px;
}

.tp-seg > span {
  flex: 0 0 auto;
  color: var(--teak);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}

.tp-seg div {
  flex: 1;
}

.tp-seg h3 {
  margin-bottom: 4px;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.1;
  transition: color .3s ease;
}

.tp-seg p {
  color: var(--muted);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  letter-spacing: .04em;
}

.tp-seg i {
  color: var(--teak);
  font-style: normal;
  opacity: 0;
  transition: opacity .3s ease;
}

.tp-seg:hover h3 {
  color: var(--teak);
}

.tp-seg:hover i {
  opacity: 1;
}

.tp-founder {
  padding: 40px 40px 118px;
}

.tp-split--founder {
  grid-template-columns: .86fr 1.14fr;
  align-items: center;
  max-width: 1140px;
  gap: 56px;
}

.tp-founder__media {
  position: relative;
}

.tp-founder__media div {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--sand);
  box-shadow: var(--shadow-xl);
}

.tp-founder__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.tp-founder__media > span {
  position: absolute;
  bottom: 18px;
  left: -1px;
  border-radius: 0 2px 2px 0;
  background: var(--forest);
  color: var(--cream);
  padding: 8px 13px;
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  letter-spacing: .1em;
}

.tp-founder h2 {
  margin-bottom: 24px;
  font-size: clamp(22px, 2.4vw, 34px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.32;
  color: var(--char);
}

.tp-founder__name {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 26px;
}

.tp-founder__name strong {
  color: var(--forest);
  font-family: "Newsreader", Georgia, serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
}

.tp-founder__name span {
  color: var(--muted);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}

.tp-partnership {
  position: relative;
  overflow: hidden;
  padding: 120px 40px;
  background: var(--forest);
  color: var(--cream);
}

.tp-edge {
  top: 0;
  right: 0;
  bottom: 0;
  width: 9px;
  opacity: .85;
}

.tp-split--partnership {
  position: relative;
  z-index: 2;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  max-width: 1140px;
}

.tp-partnership h2 {
  max-width: none;
  margin-bottom: 0;
  font-size: clamp(30px, 3.8vw, 52px);
}

.tp-partnership p:not(.tp-kicker) {
  margin-bottom: 18px;
  color: var(--dark-muted);
  font-size: 16px;
  line-height: 1.62;
}

.tp-articles {
  padding: 118px 40px;
}

.tp-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.tp-art {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform .35s ease;
}

.tp-art:hover {
  transform: translateY(-5px);
}

.tp-art__image {
  aspect-ratio: 16 / 10;
  margin-bottom: 18px;
  transition: box-shadow .35s ease;
}

.tp-art:hover .tp-art__image {
  box-shadow: var(--shadow-md);
}

.tp-art__image > span {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  border-radius: 2px;
  background: rgba(18, 61, 46, .85);
  color: var(--cream);
  padding: 5px 10px;
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tp-art h3 {
  flex: 1;
  margin-bottom: 14px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.tp-art footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--muted);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
}

.tp-art footer a {
  color: var(--forest);
  font-weight: 600;
}

.tp-why {
  padding-top: 108px;
  padding-bottom: 108px;
}

.tp-why__head {
  max-width: 100%;
  margin-bottom: 48px;
}

.tp-why__head h2 {
  max-width: min(860px, 78vw);
  margin-bottom: 0;
}

.tp-kenapa {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  margin-bottom: 46px;
}

.tp-kenapa article {
  padding: 34px 30px 30px;
  border-right: 1px solid var(--line);
}

.tp-kenapa article:first-child {
  padding-left: 0;
}

.tp-kenapa article:last-child {
  padding-right: 0;
  border-right: 0;
}

.tp-kenapa span {
  display: block;
  margin-bottom: 18px;
  color: var(--teak);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}

.tp-kenapa h3 {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 400;
}

.tp-kenapa p {
  color: var(--muted-strong);
  font-size: 15px;
  line-height: 1.62;
}

.tp-why small {
  color: var(--muted);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}

.tp-footer {
  padding: 84px 40px 36px;
  background: var(--forest2);
  color: var(--cream);
}

.tp-footcols {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--linel);
}

.tp-footer__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.tp-footer__brand span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  background: var(--cream);
  padding: 6px;
}

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

.tp-footer__brand strong {
  font-family: "Newsreader", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
}

.tp-footer p {
  max-width: 38ch;
  color: var(--dark-soft);
  font-size: 14px;
  line-height: 1.65;
}

.tp-footer h3 {
  margin-bottom: 16px;
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tp-footer a {
  display: block;
  margin-bottom: 11px;
  color: var(--dark-muted);
  font-size: 14px;
}

.tp-footer-social {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--linel);
}

.tp-footer-social__head .tp-kicker {
  margin-bottom: 10px;
  color: var(--dark-accent);
}

.tp-footer-social__head h3 {
  max-width: 17ch;
  margin-bottom: 0;
  color: var(--cream);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -.01em;
  text-transform: none;
}

.tp-footer-social__groups {
  min-width: 0;
}

.tp-social-row--footer {
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(246, 241, 231, .24) rgba(246, 241, 231, .06);
}

.tp-social-row--footer::-webkit-scrollbar {
  height: 6px;
}

.tp-social-row--footer::-webkit-scrollbar-track {
  background: rgba(246, 241, 231, .06);
  border-radius: 999px;
}

.tp-social-row--footer::-webkit-scrollbar-thumb {
  background: rgba(246, 241, 231, .24);
  border-radius: 999px;
}

.tp-social-row--footer .tp-social-btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

.tp-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tp-footer a.tp-social-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin: 0;
  padding: 8px 13px 8px 9px;
  overflow: hidden;
  border: 1px solid rgba(246, 241, 231, .14);
  border-radius: 999px;
  background: rgba(246, 241, 231, .06);
  color: rgba(246, 241, 231, .86);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  font-size: 13px;
  font-weight: 700;
  transform: translateZ(0);
  transition: color .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease, transform .28s var(--ease-out);
}

.tp-footer a.tp-social-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: var(--social-accent, var(--forest));
  transition: opacity .28s ease;
}

.tp-social-btn__icon,
.tp-social-btn > span:last-child {
  position: relative;
  z-index: 1;
}

.tp-social-btn__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(246, 241, 231, .1);
  color: currentColor;
  transition: background .28s ease, color .28s ease, transform .28s var(--ease-out);
}

.tp-social-btn__icon svg {
  display: block;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tp-footer a.tp-social-btn:hover,
.tp-footer a.tp-social-btn:focus-visible {
  border-color: transparent;
  color: #fff;
  box-shadow: 0 16px 30px -20px rgba(0,0,0,.45);
  transform: translateY(-2px);
}

.tp-footer a.tp-social-btn:hover::before,
.tp-footer a.tp-social-btn:focus-visible::before {
  opacity: 1;
}

.tp-footer a.tp-social-btn:hover .tp-social-btn__icon,
.tp-footer a.tp-social-btn:focus-visible .tp-social-btn__icon {
  background: rgba(255,255,255,.18);
  transform: scale(1.04);
}

.tp-social-btn--tiktok { --social-accent: #111111; }
.tp-social-btn--instagram { --social-accent: linear-gradient(135deg, #f09433 0%, #dc2743 45%, #bc1888 100%); }
.tp-social-btn--youtube { --social-accent: #ff0033; }
.tp-social-btn--shopee { --social-accent: #ee4d2d; }
.tp-social-btn--tokopedia { --social-accent: #03ac0e; }

.tp-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 26px;
  color: var(--dark-muted);
  font-size: 13px;
}

.tp-footer__bottom span:last-child {
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: .1em;
}


.tp-location {
  padding: 108px 24px;
  background: var(--cream);
  color: var(--char);
}

.tp-location__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 28px;
}

.tp-map-card,
.tp-rating-panel,
.tp-review-card {
  border: 1px solid var(--line);
  background: rgba(236, 227, 210, .45);
  box-shadow: var(--shadow-md);
}

.tp-map-card {
  overflow: hidden;
  border-radius: 5px;
}

.tp-map-card__frame {
  position: relative;
  min-height: 420px;
  background: var(--sand);
}

.tp-map-card__frame iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(.82) contrast(.98);
}

.tp-map-card__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  background: var(--cream);
}

.tp-map-card__body span,
.tp-rating-panel__score small,
.tp-review-card small {
  display: block;
  color: var(--muted);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  line-height: 1.55;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tp-map-card__body strong {
  display: block;
  margin-top: 5px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
}

.tp-rating-panel {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
  padding: 32px;
  border-radius: 5px;
  background: var(--forest);
  color: var(--cream);
}

.tp-rating-panel::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -22%;
  width: 330px;
  height: 330px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(176, 106, 53, .34), transparent 68%);
}

.tp-rating-panel__score {
  position: relative;
  z-index: 1;
}

.tp-rating-panel__score strong {
  display: block;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(64px, 8vw, 108px);
  font-weight: 300;
  line-height: .9;
}

.tp-rating-panel__score span,
.tp-stars {
  color: #ff8a00;
  letter-spacing: .08em;
}

.tp-rating-panel__score span {
  display: block;
  margin: 18px 0 12px;
  font-size: 22px;
}

.tp-rating-panel__score small {
  max-width: 34ch;
  color: rgba(246, 241, 231, .66);
}

.tp-rating-panel__points {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.tp-rating-panel__points span {
  padding: 7px 10px;
  border: 1px solid rgba(246, 241, 231, .22);
  border-radius: 2px;
  background: rgba(246, 241, 231, .06);
  color: rgba(246, 241, 231, .88);
  font-size: 12px;
}

.tp-review-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.tp-review-card {
  overflow: hidden;
  border-radius: 5px;
  background: var(--cream);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.tp-review-card:hover {
  transform: translateY(-6px);
  border-color: rgba(138, 74, 31, .36);
  box-shadow: var(--shadow-lg);
}

.tp-review-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px 0;
}

.tp-review-card__head strong {
  display: block;
  font-size: 14px;
}

.tp-review-card__head span:not(.tp-stars) {
  color: var(--muted);
  font-size: 13px;
}

.tp-stars {
  flex: 0 0 auto;
  font-size: 14px;
}

.tp-review-card {
  position: relative;
  min-height: 250px;
  padding-bottom: 16px;
}

.tp-review-card__mark {
  /* Styled in luxury patterns section */
}

.tp-review-card p {
  position: relative;
  min-height: 74px;
  margin: 14px 18px 14px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 19px;
  line-height: 1.3;
}

.tp-review-card small {
  position: relative;
  margin: 0 18px 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tp-review-card__foot {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 18px;
}

.tp-review-card__foot span,
.tp-review-card__foot i {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
}

.tp-review-card__foot span {
  padding: 7px 10px;
  border: 1px solid rgba(138, 74, 31, .28);
  background: rgba(138, 74, 31, .06);
  color: var(--teak);
  font-weight: 700;
  border-radius: 2px;
}

.tp-review-card__foot i {
  color: var(--muted);
  font-style: normal;
}

.tp-float-wa {
  position: fixed;
  right: clamp(16px, 2vw, 28px);
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 105;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.45), transparent 28%),
    linear-gradient(145deg, var(--wa) 0%, var(--wa-dark) 100%);
  color: #fff;
  box-shadow: 0 18px 36px -18px rgba(18,140,126,.62), inset 0 1px 0 rgba(255,255,255,.28);
  transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out), border-color .3s ease;
}

.tp-float-wa:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, .72);
  box-shadow: 0 24px 46px -20px rgba(18,140,126,.82), inset 0 1px 0 rgba(255,255,255,.34);
}

.tp-wa-badge--float {
  width: 36px;
  height: 36px;
  background: transparent;
  box-shadow: none;
}

.tp-wa-badge--float::before {
  inset: 0;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s var(--ease-out), transform .9s var(--ease-out);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

[data-reveal]:nth-child(2) { transition-delay: .06s; }
[data-reveal]:nth-child(3) { transition-delay: .12s; }
[data-reveal]:nth-child(4) { transition-delay: .18s; }
[data-reveal]:nth-child(5) { transition-delay: .24s; }

.tp-fallback {
  min-height: 100vh;
  background: var(--cream);
  color: var(--char);
  padding: 120px 24px;
  font-family: system-ui, sans-serif;
}

.tp-fallback__inner {
  max-width: 760px;
  margin-inline: auto;
}

.tp-entry {
  font-size: 17px;
  line-height: 1.75;
}


@media (max-width: 1180px) {
  .tp-nav {
    padding-inline: 18px;
  }

  .tp-nav__links {
    font-size: 12px;
  }

  .tp-nav__trigger {
    padding-inline: 7px;
  }

  .tp-nav__buy {
    display: none;
  }
}

@media (max-width: 1040px) {
  .tp-nav__cta span:last-child {
    display: none;
  }

  .tp-nav__cta {
    width: 44px;
    padding: 8px;
  }
}

/* — Tablet (641–940) — */
@media (max-width: 940px) {
  .tp-nav {
    top: 0;
    width: 100%;
    min-height: 62px;
    padding: 10px 14px;
  }

  .tp-nav__links,
  .tp-nav__buy,
  .tp-nav__cta {
    display: none;
  }

  .tp-burger {
    display: flex;
  }

  .tp-hero__grid,
  .tp-split,
  .tp-journey__grid,
  .tp-section-head,
  .tp-footcols {
    grid-template-columns: 1fr;
  }

  .tp-hero {
    padding-inline: 14px;
  }

  .tp-hero__grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .tp-btn--whatsapp {
    min-width: 0;
  }

  .tp-hero__content {
    min-width: 0;
    padding: 108px 22px 52px;
  }

  .tp-hero__photo {
    justify-self: stretch;
    width: auto;
    min-width: 0;
    max-width: none;
    min-height: 360px;
    margin: 0 22px 20px;
    border: 1px solid var(--line);
    border-radius: 4px;
  }

  .tp-hero-media-note {
    right: 16px;
    bottom: 16px;
    padding: 11px 12px;
  }

  .tp-hero-media-note span {
    font-size: 9px;
    letter-spacing: .13em;
  }

  .tp-map-card__body {
    align-items: flex-start;
    flex-direction: column;
  }

  .tp-rating-panel,
  .tp-map-card__frame {
    min-height: 360px;
  }

  .tp-seam {
    display: none;
  }

  .tp-positioning,
  .tp-system,
  .tp-before-after,
  .tp-products,
  .tp-audience,
  .tp-founder,
  .tp-partnership,
  .tp-articles,
  .tp-why,
  .tp-location,
  .tp-footer {
    padding-inline: 24px;
  }

  /* Journey mobile: disable sticky, fix step visibility */
  .tp-journey {
    height: auto;
  }

  .tp-journey__sticky {
    position: relative;
    height: auto;
    padding: 90px 0;
  }

  .tp-journey__grid {
    padding-inline: 24px;
  }

  .tp-step-wrap {
    position: relative;
    min-height: auto;
  }

  .tp-step {
    position: relative;
    display: none;
    opacity: 1;
    transform: none;
  }

  .tp-step.is-active {
    display: block;
  }

  .tp-journey__stage {
    height: 50vh;
    margin-top: 24px;
  }

  .tp-journey__stage::before,
  .tp-journey__stage::after {
    width: 44px;
  }

  .tp-scroll-arrow--journey {
    display: grid;
  }

  .tp-journey__stage > .tp-scroll-hint-label {
    display: inline-flex;
  }

  .tp-jdots {
    gap: 10px;
    margin-top: 24px;
  }

  .tp-jdots span {
    width: 44px;
    height: 6px;
    cursor: pointer;
    border-radius: 3px;
  }

  /* Review strip: horizontal scroll on tablet/mobile */
  .tp-review-strip {
    grid-template-columns: repeat(4, 280px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    gap: 16px;
  }

  .tp-review-card {
    scroll-snap-align: start;
    min-width: 280px;
  }

  .tp-kenapa {
    grid-template-columns: 1fr;
  }

  .tp-kenapa article,
  .tp-kenapa article:first-child,
  .tp-kenapa article:last-child {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .tp-kenapa article:last-child {
    border-bottom: 0;
  }

  .tp-spec-note {
    text-align: left;
  }

  .tp-ba-before .tp-ba-photo {
    width: calc(100vw - 48px);
  }

  .tp-why__head,
  .tp-why__head h2 {
    max-width: 100%;
  }

  .tp-location__grid {
    grid-template-columns: 1fr;
  }
}

/* Tablet intermediate: keep 2-col where possible */
@media (min-width: 641px) and (max-width: 940px) {
  .tp-prodgrid {
    gap: 20px;
  }

  .tp-prod {
    flex-basis: calc((100% - 20px) / 2);
  }

  .tp-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tp-seg-list {
    grid-template-columns: 1fr 1fr;
  }

  .tp-footcols {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

/* — Small mobile — */
@media (max-width: 640px) {
  .tp-article-grid,
  .tp-seg-list {
    grid-template-columns: 1fr;
  }

  .tp-prodgrid {
    gap: 16px;
  }

  .tp-prod {
    flex-basis: min(82vw, 320px);
  }

  .tp-slider-shell--products::before,
  .tp-slider-shell--products::after {
    width: 34px;
  }

  .tp-scroll-arrow {
    width: 38px;
    height: 38px;
  }

  .tp-slider-shell--products .tp-scroll-arrow--prev {
    left: 8px;
  }

  .tp-slider-shell--products .tp-scroll-arrow--next {
    right: 8px;
  }

  .tp-scroll-hint-label {
    right: 14px;
    bottom: 14px;
  }

  .tp-footcols {
    grid-template-columns: 1fr;
  }

  .tp-footer-social {
    grid-template-columns: 1fr;
  }

  .tp-footer-social {
    gap: 22px;
  }

  .tp-footer-social__head h3 {
    max-width: 100%;
  }

  .tp-social-row {
    gap: 8px;
  }

  .tp-social-row--footer {
    gap: 10px;
  }

  .tp-footer a.tp-social-btn {
    min-height: 42px;
    padding: 7px 12px 7px 8px;
    font-size: 12px;
  }

  .tp-social-btn__icon {
    width: 26px;
    height: 26px;
  }

  .tp-hero__content {
    padding: 104px 18px 46px;
  }

  .tp-eyebrow {
    gap: 8px;
    margin-bottom: 22px;
    font-size: 10px;
    letter-spacing: .16em;
    white-space: nowrap;
  }

  .tp-eyebrow span {
    width: 18px;
  }

  .tp-chips {
    min-width: 0;
    max-width: 100%;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .tp-chips::-webkit-scrollbar {
    display: none;
  }

  .tp-chips span {
    flex: 0 0 auto;
    white-space: nowrap;
    min-height: 28px;
    padding: 6px 10px;
    font-size: 10px;
    letter-spacing: .04em;
  }

  .tp-hero .tp-actions,
  .tp-actions--why {
    min-width: 0;
    max-width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
  }

  .tp-hero .tp-actions .tp-btn,
  .tp-actions--why .tp-btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 12px 12px;
    font-size: 13px;
  }

  .tp-hero .tp-actions .tp-btn,
  .tp-actions--why .tp-btn,
  .tp-hero .tp-actions .tp-btn > .tp-btn__label,
  .tp-actions--why .tp-btn > .tp-btn__label {
    white-space: nowrap;
  }

  .tp-hero .tp-actions .tp-btn--whatsapp,
  .tp-actions--why .tp-btn--whatsapp {
    gap: 8px;
    padding-inline: 10px;
  }

  .tp-hero .tp-actions .tp-wa-badge,
  .tp-actions--why .tp-wa-badge {
    width: 24px;
    height: 24px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 6px 12px -10px rgba(18,140,126,.6);
  }

  .tp-hero .tp-actions .tp-wa-badge::before,
  .tp-actions--why .tp-wa-badge::before {
    inset: 3px;
  }

  .tp-btn__label--full {
    display: none;
  }

  .tp-btn__label--short {
    display: inline;
  }

}

@media (max-width: 560px) {
  .tp-nav {
    padding: 10px 12px;
  }

  .tp-nav__brand img {
    height: 48px;
  }

  .tp-lang {
    display: flex;
    font-size: 11px;
  }

  .tp-lang a {
    padding: 6px 8px;
  }

  .tp-h1 {
    max-width: 100%;
    font-size: clamp(36px, 10vw, 50px);
  }

  .tp-xrow {
    grid-template-columns: 92px 1fr;
  }

  .tp-xmeta {
    gap: 10px;
    padding-inline: 12px;
  }

  .tp-founder__name {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .tp-partnership h2 {
    font-size: clamp(26px, 7vw, 38px);
  }

  .tp-review-strip {
    grid-template-columns: repeat(4, 260px);
  }
}

/* ============================================================
   LUXURY PATTERNS & DEPTH
   ============================================================ */

/* Section dividers — subtle gradient hairlines between cream/sand blocks */
.tp-system::before,
.tp-products::before,
.tp-why::before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent 8%, rgba(31,42,36,.1) 50%, transparent 92%);
}

/* Section surface depth — sand sections get inner shadow */
.tp-system,
.tp-products,
.tp-why {
  box-shadow: inset 0 1px 0 rgba(31,42,36,.03);
}

/* Wood grain accent line — vertical motif on hero */
.tp-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg,
    transparent 10%,
    rgba(138,74,31,.12) 30%,
    rgba(138,74,31,.08) 70%,
    transparent 90%
  );
  pointer-events: none;
  z-index: 1;
}

/* Positioning section — subtle radial glow */
.tp-positioning::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 500px;
  height: 500px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(138,74,31,.06), transparent 70%);
  pointer-events: none;
}

.tp-positioning {
  position: relative;
  overflow: hidden;
}

/* Partnership section — texture overlay */
.tp-partnership::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .04;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='p'><feTurbulence type='fractalNoise' baseFrequency='0.03 0.6' numOctaves='3'/></filter><rect width='100%25' height='100%25' filter='url(%23p)'/></svg>");
  pointer-events: none;
}

/* ============================================================
   LUXURY MICRO-INTERACTIONS
   ============================================================ */

/* Nav link hover — underline slide */
/* Cross-section row hover — band stretch + meta highlight */
.tp-xsection .tp-xrow:hover .tp-xband {
  transform: scaleX(1.04);
}

.tp-xsection .tp-xrow:hover {
  background: rgba(246,241,231,.03);
}

/* Segment list — arrow reveal + indent */
.tp-seg {
  transition: padding-left .35s var(--ease-out), background .3s ease;
}

.tp-seg:hover {
  padding-left: 16px;
  background: rgba(31,42,36,.02);
}

/* Article card — image scale on hover */
.tp-art__image .tp-photo {
  transition: transform .5s var(--ease-out);
}

.tp-art:hover .tp-art__image .tp-photo {
  transform: scale(1.03);
}

/* Product card — image scale on hover */
.tp-prod__image .tp-photo {
  transition: transform .5s var(--ease-out);
}

.tp-prod:hover .tp-prod__image .tp-photo {
  transform: scale(1.04);
}

/* Footer link hover */
.tp-footer a {
  transition: color .25s ease;
}

.tp-footer a:hover {
  color: var(--cream);
}

/* Inline link hover — slight left shift */
.tp-inline-link {
  transition: gap .3s ease, border-color .3s ease;
}

.tp-inline-link:hover {
  border-color: var(--teak);
  color: var(--teak);
}

/* Swatch circle pulse on card hover */
.tp-swatch {
  transition: transform .35s var(--ease-spring);
}

.tp-prod:hover .tp-swatch {
  transform: scale(1.2);
}

/* Review card — quotation mark reveal */
.tp-review-card__mark {
  display: block;
  position: absolute;
  top: 14px;
  right: 18px;
  font-family: Georgia, serif;
  font-size: 64px;
  line-height: 1;
  color: rgba(138,74,31,.06);
  pointer-events: none;
  transition: color .3s ease;
}

.tp-review-card:hover .tp-review-card__mark {
  color: rgba(138,74,31,.12);
}

/* Kenapa cards — number color on hover */
.tp-kenapa article {
  transition: background .3s ease;
}

.tp-kenapa article:hover {
  background: rgba(31,42,36,.02);
}

.tp-kenapa article:hover span {
  color: var(--sienna);
}

/* BA handle — glow on hover */
.tp-ba-handle span {
  transition: box-shadow .3s ease;
}

.tp-ba-frame:hover .tp-ba-handle span {
  box-shadow: 0 4px 14px rgba(0,0,0,.3), 0 0 0 3px rgba(138,74,31,.15);
}

/* Journey dot — pulse active */
.tp-jdots span.is-active {
  background: var(--sienna);
  box-shadow: 0 0 0 2px rgba(176,106,53,.2);
}

/* Float WA — compositor-safe subtle pulse */
@keyframes tp-wa-pulse {
  0%, 100% { transform: scale(.92); opacity: .42; }
  50% { transform: scale(1.24); opacity: 0; }
}

.tp-float-wa {
  overflow: visible;
}

.tp-float-wa::after {
  content: "";
  position: absolute;
  inset: -3px;
  z-index: -1;
  border: 1px solid rgba(37,211,102,.34);
  border-radius: inherit;
  opacity: .42;
  transform: scale(.92);
  animation: tp-wa-pulse 3s ease-in-out infinite;
  pointer-events: none;
}

.tp-float-wa:hover::after {
  animation: none;
  opacity: 0;
}


@media (prefers-reduced-motion: reduce) {
  .tp-hero-media__video {
    opacity: 0;
  }

  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* ============================================================
   REFINEMENT — material logo + system CTA
   ============================================================ */
.tp-positioning__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.tp-material-logo {
  position: relative;
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  margin: 2px 0 0 -8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: .58;
  transform: translateZ(0);
}

.tp-material-logo::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(246,241,231,.14), transparent 68%);
  filter: blur(10px);
  pointer-events: none;
}

.tp-material-logo img {
  display: block;
  width: 132px;
  height: 132px;
  object-fit: contain;
  border-radius: 0;
  filter: saturate(.85) brightness(1.08) contrast(.92);
}

.tp-system__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.tp-system-cta {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  padding: 12px 13px 12px 20px;
  overflow: hidden;
  border: 1px solid rgba(18, 61, 46, .18);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.7), rgba(246,241,231,.94));
  color: var(--forest);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.75),
    0 16px 32px -24px rgba(31,42,36,.45);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: color .28s ease, border-color .28s ease, box-shadow .28s ease, transform .28s var(--ease-out);
}

.tp-system-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(160deg, #1a5a42 0%, var(--forest) 50%, var(--forest2) 100%);
  transition: opacity .28s ease;
}

.tp-system-cta i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--forest);
  color: var(--cream);
  font-style: normal;
  line-height: 1;
  transition: background .28s ease, color .28s ease, transform .28s var(--ease-out);
}

.tp-system-cta:hover,
.tp-system-cta:focus-visible {
  border-color: rgba(18, 61, 46, .56);
  color: var(--cream);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.14),
    0 20px 34px -22px rgba(18,61,46,.62);
  transform: translateY(-1px);
}

.tp-system-cta:hover::before,
.tp-system-cta:focus-visible::before {
  opacity: 1;
}

.tp-system-cta:hover i,
.tp-system-cta:focus-visible i {
  background: var(--cream);
  color: var(--forest);
  transform: translateX(2px);
}

@media (max-width: 940px) {
  .tp-positioning__aside {
    min-width: 0;
  }

  .tp-positioning__meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
  }

  .tp-material-logo {
    width: 82px;
    height: 82px;
    margin: 0 -2px 0 0;
    opacity: .72;
  }

  .tp-material-logo::before {
    inset: 10px;
    opacity: .7;
  }

  .tp-material-logo img {
    width: 70px;
    height: 70px;
  }

  .tp-system__actions {
    gap: 16px;
  }

  .tp-system-cta {
    min-height: 50px;
  }
}

@media (max-width: 560px) {
  .tp-material-logo {
    width: 74px;
    height: 74px;
    opacity: .76;
  }

  .tp-material-logo::before {
    inset: 9px;
  }

  .tp-material-logo img {
    width: 64px;
    height: 64px;
  }

  .tp-system-cta {
    width: 100%;
    justify-content: space-between;
  }
}

/* Global editorial system: single, page, archive, search, 404, comments. */
.tp-editorial-main,
.tp-archive-main,
.tp-error-main {
  min-height: 100vh;
  padding-top: 104px;
  background:
    radial-gradient(circle at 18% 0%, rgba(138, 74, 31, .08), transparent 34%),
    linear-gradient(180deg, #f8f1e5 0%, var(--cream) 100%);
}

.tp-single,
.tp-page,
.tp-archive,
.tp-error {
  width: min(var(--wrap), calc(100% - 48px));
  margin-inline: auto;
}

.tp-single__hero,
.tp-page__hero,
.tp-archive__hero,
.tp-error {
  padding: clamp(48px, 7vw, 92px) 0 clamp(30px, 5vw, 62px);
}

.tp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: rgba(31, 42, 36, .58);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  letter-spacing: .04em;
}

.tp-breadcrumb a {
  color: inherit;
  border-bottom: 1px solid rgba(31, 42, 36, .16);
}

.tp-breadcrumb em {
  color: var(--teak);
  font-style: normal;
}

.tp-single__hero h1,
.tp-page__hero h1,
.tp-archive__hero h1,
.tp-error h1 {
  max-width: 940px;
  margin: 0;
  color: var(--char);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(44px, 7vw, 88px);
  font-weight: 300;
  line-height: .96;
  letter-spacing: -.045em;
}

.tp-single__lead,
.tp-page__hero p,
.tp-archive__hero p,
.tp-error p {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.65;
}

.tp-single__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  color: rgba(31, 42, 36, .62);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}

.tp-single__meta span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(246, 241, 231, .5);
}

.tp-single__cover {
  margin: 0 0 clamp(42px, 6vw, 78px);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.tp-single__cover img {
  display: block;
  width: 100%;
  height: min(58vw, 560px);
  object-fit: cover;
}

.tp-single__layout,
.tp-page__layout {
  display: grid;
  grid-template-columns: minmax(190px, .7fr) minmax(0, 740px) minmax(220px, .75fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  padding-bottom: clamp(58px, 8vw, 112px);
}

.tp-page__layout {
  grid-template-columns: minmax(190px, .7fr) minmax(0, 780px) minmax(0, .7fr);
}

.tp-toc {
  position: sticky;
  top: 104px;
}

.tp-toc__box {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(246, 241, 231, .62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
}

.tp-toc summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 16px;
  color: var(--forest);
  font-weight: 700;
}

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

.tp-toc summary i {
  width: 9px;
  height: 9px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.tp-toc ol {
  list-style: none;
  margin: 0;
  padding: 0 16px 16px;
}

.tp-toc li + li {
  margin-top: 8px;
}

.tp-toc a {
  display: block;
  color: rgba(31, 42, 36, .72);
  font-size: 13px;
  line-height: 1.45;
  transition: color .2s ease, transform .2s ease;
}

.tp-toc li.is-l3 a {
  padding-left: 13px;
  color: rgba(31, 42, 36, .58);
}

.tp-toc a.is-active,
.tp-toc a:hover {
  color: var(--teak);
  transform: translateX(2px);
}

.tp-entry {
  min-width: 0;
  color: var(--char);
  font-size: 18px;
  line-height: 1.82;
}

.tp-entry > *:first-child {
  margin-top: 0;
}

.tp-entry h2,
.tp-entry h3,
.tp-entry h4 {
  scroll-margin-top: 110px;
  margin: 2.2em 0 .7em;
  color: var(--char);
  font-family: "Newsreader", Georgia, serif;
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -.025em;
}

.tp-entry h2 {
  font-size: clamp(34px, 4.4vw, 54px);
}

.tp-entry h3 {
  font-size: clamp(26px, 3.2vw, 36px);
}

.tp-entry p,
.tp-entry ul,
.tp-entry ol {
  margin: 0 0 1.25em;
}

.tp-entry a:not(.tp-internal-card) {
  color: var(--forest);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(138, 74, 31, .36);
  text-underline-offset: 4px;
}

.tp-entry img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.tp-entry figure {
  margin: 2.2em 0;
}

.tp-entry figcaption,
.wp-caption-text {
  margin-top: 10px;
  color: rgba(31, 42, 36, .62);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  text-align: left;
}

.tp-entry blockquote {
  position: relative;
  margin: 2.2em 0;
  padding: 28px 30px 28px 34px;
  border-left: 3px solid var(--teak);
  border-radius: 0 12px 12px 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.44), rgba(230,220,204,.44));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.64), 0 18px 40px -32px rgba(31,42,36,.35);
}

.tp-entry blockquote p {
  margin: 0;
  color: var(--forest);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.28;
}

.tp-entry blockquote cite {
  display: block;
  margin-top: 16px;
  color: var(--teak);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  font-style: normal;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tp-entry table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.32);
  font-size: 15px;
}

.tp-entry th,
.tp-entry td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(31, 42, 36, .1);
  text-align: left;
  vertical-align: top;
}

.tp-entry th {
  background: rgba(18, 61, 46, .94);
  color: var(--cream);
}

.tp-entry tr:nth-child(even) td {
  background: rgba(246, 241, 231, .44);
}

.tp-internal-card {
  display: grid;
  gap: 6px;
  margin: 2em 0;
  padding: 18px 20px;
  border: 1px solid rgba(18, 61, 46, .16);
  border-radius: 12px;
  background:
    radial-gradient(circle at 90% 0%, rgba(138,74,31,.1), transparent 34%),
    rgba(246, 241, 231, .72);
  box-shadow: 0 16px 36px -30px rgba(31,42,36,.35);
  text-decoration: none !important;
  transition: transform .25s var(--ease-out), border-color .25s ease, box-shadow .25s ease;
}

.tp-internal-card:hover {
  border-color: rgba(18, 61, 46, .34);
  box-shadow: 0 24px 42px -32px rgba(31,42,36,.46);
  transform: translateY(-2px);
}

.tp-internal-card span {
  color: var(--teak);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tp-internal-card strong {
  color: var(--forest);
  font-size: 18px;
  line-height: 1.35;
}

.tp-internal-card em {
  color: var(--muted);
  font-style: normal;
}

.tp-single__side {
  position: sticky;
  top: 104px;
}

.tp-sidecard,
.tp-authorbox,
.tp-comments,
.tp-empty {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(246, 241, 231, .68);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6), 0 16px 40px -34px rgba(31,42,36,.4);
}

.tp-sidecard {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.tp-sidecard span,
.tp-authorbox span {
  color: var(--teak);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tp-sidecard strong {
  color: var(--forest);
  line-height: 1.35;
}

.tp-sidecard a {
  color: var(--forest);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(138,74,31,.35);
  text-underline-offset: 4px;
}

.tp-single__footer {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: clamp(72px, 9vw, 132px);
}

.tp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.tp-tags span,
.tp-tags a {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--forest);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
}

.tp-authorbox {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 24px;
  padding: 24px;
  margin: 30px 0;
}

.tp-authorbox h2 {
  margin: 6px 0 0;
  color: var(--forest);
  font-family: "Newsreader", Georgia, serif;
  font-size: 28px;
  font-weight: 300;
}

.tp-authorbox p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.tp-postnav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0 54px;
}

.tp-postnav__item {
  display: grid;
  gap: 8px;
  min-height: 128px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.36);
  transition: transform .25s var(--ease-out), box-shadow .25s ease;
}

.tp-postnav__item:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.tp-postnav__item span {
  color: var(--teak);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tp-postnav__item strong {
  color: var(--forest);
  font-size: 18px;
  line-height: 1.35;
}

.tp-postnav__item.is-next {
  text-align: right;
}

.tp-related {
  margin-top: 54px;
}

.tp-related__head {
  margin-bottom: 20px;
}

.tp-related__head h2 {
  margin: 0;
  color: var(--forest);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 300;
}

.tp-related__grid,
.tp-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.tp-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(246, 241, 231, .7);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65), 0 16px 36px -34px rgba(31,42,36,.42);
  transition: transform .25s var(--ease-out), box-shadow .25s ease;
}

.tp-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.tp-card__media {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at 35% 22%, rgba(255,255,255,.38), transparent 30%),
    linear-gradient(145deg, #e5dac5, #cdb990);
  color: rgba(31, 42, 36, .38);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

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

.tp-card__body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.tp-card__meta {
  margin: 0;
  color: var(--teak);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tp-card h2 {
  margin: 0;
  color: var(--forest);
  font-family: "Newsreader", Georgia, serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.05;
}

.tp-card p:not(.tp-card__meta) {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.tp-card__link {
  color: var(--forest);
  font-weight: 800;
}

.tp-archive__hero {
  display: grid;
  gap: 12px;
}

.tp-pagination {
  margin-top: 42px;
}

.tp-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tp-pagination a,
.tp-pagination span {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--forest);
}

.tp-pagination .current {
  background: var(--forest);
  color: var(--cream);
}

.tp-searchform {
  display: flex;
  max-width: 620px;
  margin-top: 26px;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,.42);
}

.tp-searchform input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 15px 18px;
  color: var(--char);
  font: inherit;
}

.tp-searchform button,
.tp-comment-submit {
  border: 0;
  background: var(--forest);
  color: var(--cream);
  padding: 14px 22px;
  font-weight: 800;
  cursor: pointer;
}

.tp-empty,
.tp-error {
  display: grid;
  gap: 18px;
  padding: clamp(34px, 6vw, 72px);
}

.tp-error {
  margin-top: clamp(52px, 8vw, 92px);
  margin-bottom: clamp(72px, 9vw, 132px);
}

.tp-error__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tp-comments {
  padding: clamp(24px, 4vw, 38px);
  margin-top: 54px;
}

.tp-comments h2,
.tp-comments h3 {
  margin: 0 0 18px;
  color: var(--forest);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 300;
}

.tp-comment-list {
  list-style: none;
  margin: 0 0 34px;
  padding: 0;
}

.tp-comment-list .comment {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.34);
}

.tp-comment-list .children {
  margin-left: 22px;
}

.comment-form {
  display: grid;
  gap: 14px;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,.5);
  padding: 13px 14px;
  color: var(--char);
  font: inherit;
}

.comment-form textarea {
  min-height: 150px;
}

@media (max-width: 1100px) {
  .tp-single__layout,
  .tp-page__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .tp-toc,
  .tp-single__side {
    position: static;
  }

  .tp-toc__box:not([open]) {
    background: rgba(246, 241, 231, .78);
  }

  .tp-related__grid,
  .tp-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .tp-editorial-main,
  .tp-archive-main,
  .tp-error-main {
    padding-top: 88px;
  }

  .tp-single,
  .tp-page,
  .tp-archive,
  .tp-error {
    width: min(100% - 32px, var(--wrap));
  }

  .tp-single__hero h1,
  .tp-page__hero h1,
  .tp-archive__hero h1,
  .tp-error h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .tp-single__lead,
  .tp-page__hero p,
  .tp-archive__hero p,
  .tp-error p {
    font-size: 18px;
  }

  .tp-entry {
    font-size: 17px;
    line-height: 1.75;
  }

  .tp-entry table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .tp-authorbox,
  .tp-postnav,
  .tp-related__grid,
  .tp-archive__grid {
    grid-template-columns: 1fr;
  }

  .tp-postnav__item.is-next {
    text-align: left;
  }

  .tp-single__cover img {
    height: auto;
  }

  .tp-searchform {
    border-radius: 16px;
  }
}

/* Homepage FAQ — SEO/AEO answer block */
.tp-home-faq {
  position: relative;
  padding: 108px 40px;
  background:
    radial-gradient(circle at 12% 10%, rgba(138, 74, 31, .08), transparent 34%),
    linear-gradient(180deg, #f4eee2 0%, #efe5d4 100%);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(31,42,36,.03);
}

.tp-home-faq::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 8%, rgba(31,42,36,.1) 50%, transparent 92%);
}

.tp-home-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tp-home-faq__item {
  border: 1px solid rgba(31, 42, 36, .12);
  border-radius: 22px;
  background: rgba(255, 252, 244, .68);
  box-shadow: 0 18px 50px rgba(31, 42, 36, .06);
  overflow: hidden;
}

.tp-home-faq__item summary {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  cursor: pointer;
  padding: 22px 24px;
  list-style: none;
}

.tp-home-faq__item summary::-webkit-details-marker {
  display: none;
}

.tp-home-faq__item summary span {
  color: var(--teak);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  letter-spacing: .08em;
}

.tp-home-faq__item summary strong {
  color: var(--forest2);
  font-family: "Newsreader", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.15;
}

.tp-home-faq__item p {
  margin: -4px 24px 24px 80px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .tp-home-faq {
    padding: 78px 20px;
  }

  .tp-home-faq__grid {
    grid-template-columns: 1fr;
  }

  .tp-home-faq__item summary {
    grid-template-columns: 36px 1fr;
    padding: 20px;
  }

  .tp-home-faq__item summary strong {
    font-size: 20px;
  }

  .tp-home-faq__item p {
    margin: -2px 20px 22px 70px;
  }
}
