/* Triptook Destination Journal for Elementor */
.ttdj-widget,
.ttdj-widget *,
.ttdj-widget *::before,
.ttdj-widget *::after {
  box-sizing: border-box;
}

.ttdj-editor-error {
  margin: 0 0 10px;
  padding: 10px 12px;
  border-left: 3px solid #b32d2e;
  background: #fff4f4;
  color: #4a1111;
  font: 500 12px/1.45 Montserrat, sans-serif;
}

.ttdj-editor-empty {
  min-height: 92px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px dashed rgba(185, 133, 50, 0.52);
  border-radius: 11px;
  background: linear-gradient(135deg, #fffdf8, #f7eddd);
  color: #300505;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.ttdj-editor-empty strong {
  font-family: "Expletus Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.ttdj-editor-empty span {
  max-width: 420px;
  color: rgba(48, 5, 5, 0.68);
  font-size: 10px;
  line-height: 1.55;
}

.ttdj-widget {
  --tt-ahb-black: #050505;
  --tt-ahb-wine: #300505;
  --tt-ahb-rust: #AA5432;
  --tt-ahb-gold: #B98532;
  --tt-ahb-light-gold: #E8C989;
  --tt-ahb-ivory: #FFFDF7;
  --tt-ahb-sand: #F4E8D5;
  width: 100%;
}

/* Heading block */
.ttdj-widget .tt-ahb-heading {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(129, 84, 25, .40);
  border-radius: 11px;
  background:
    radial-gradient(circle at 8% 12%, rgba(170, 84, 50, .16), transparent 28%),
    radial-gradient(circle at 50% 50%, rgba(232, 201, 137, .13), transparent 34%),
    radial-gradient(circle at 92% 88%, rgba(185, 133, 50, .18), transparent 30%),
    linear-gradient(110deg, #FFFDF8 0%, #FBF5EA 42%, #F4E8D5 100%);
  box-shadow:
    0 10px 28px rgba(51, 38, 33, .08),
    0 3px 10px rgba(51, 38, 33, .05),
    inset 0 1px 0 rgba(255, 255, 255, .92);
  contain: layout paint style;
  touch-action: pan-y;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  animation: ttAhbEntrance .8s cubic-bezier(.2,.75,.3,1) both;
}

.ttdj-widget .tt-ahb-heading:focus-visible {
  outline: 2px solid rgba(185, 133, 50, .72);
  outline-offset: 3px;
}

.ttdj-widget .tt-ahb-heading::after {
  content: "";
  position: absolute;
  top: -80%;
  left: -28%;
  z-index: 7;
  width: 14%;
  height: 260%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), rgba(232,201,137,.18), transparent);
  transform: translate3d(0,0,0) rotate(15deg);
  backface-visibility: hidden;
  pointer-events: none;
  animation: ttAhbSurfaceSweep 7.5s ease-in-out 1.5s infinite;
}

.ttdj-widget .tt-ahb-inner {
  position: relative;
  min-height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 78px;
  overflow: hidden;
  contain: layout paint;
}

.ttdj-widget .tt-ahb-inner::before {
  content: "";
  position: absolute;
  inset: 6px;
  z-index: 6;
  border: 1px solid rgba(129,84,25,.14);
  border-radius: 7px;
  pointer-events: none;
}

.ttdj-widget .tt-ahb-inner::after {
  content: "";
  position: absolute;
  left: 18%;
  bottom: 6px;
  z-index: 6;
  width: 64%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185,133,50,.20), var(--tt-ahb-light-gold), rgba(185,133,50,.20), transparent);
  transform: scaleX(.55);
  transform-origin: center;
  opacity: .52;
  pointer-events: none;
  animation: ttAhbEdgeBreath 4.8s ease-in-out infinite;
}

.ttdj-widget .tt-ahb-content {
  position: relative;
  z-index: 4;
  width: 100%;
  text-align: center;
}

.ttdj-widget .tt-ahb-content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: -1;
  width: 420px;
  height: 130px;
  transform: translate3d(-50%,-50%,0) scale(.96);
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(232,201,137,.19) 0%, rgba(232,201,137,.09) 36%, rgba(232,201,137,.035) 58%, transparent 76%);
  pointer-events: none;
  animation: ttAhbContentGlow 5.4s ease-in-out infinite;
}

.ttdj-widget .tt-ahb-compass {
  position: absolute;
  z-index: 1;
  width: 130px;
  height: 130px;
  opacity: .26;
  pointer-events: none;
  contain: strict;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
}

.ttdj-widget .tt-ahb-compass svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--tt-ahb-rust);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 7px rgba(185,133,50,.16)) drop-shadow(0 0 14px rgba(170,84,50,.10));
}

.ttdj-widget .tt-ahb-compass svg circle:first-child,
.ttdj-widget .tt-ahb-compass svg path:first-of-type { stroke: var(--tt-ahb-gold); }
.ttdj-widget .tt-ahb-compass-left { left: -44px; top: -46px; animation: ttAhbCompassLeft 25s linear infinite; }
.ttdj-widget .tt-ahb-compass-right { right: -44px; bottom: -46px; animation: ttAhbCompassRight 29s linear infinite; }

.ttdj-widget .tt-ahb-dot {
  position: absolute;
  z-index: 2;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #FFF8EB 0%, var(--tt-ahb-light-gold) 52%, #B98532 100%);
  box-shadow: 0 0 8px rgba(232,201,137,.72), 0 0 18px rgba(185,133,50,.24);
  pointer-events: none;
  contain: strict;
  backface-visibility: hidden;
}

.ttdj-widget .tt-ahb-dot::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,201,137,.22), transparent 72%);
}

.ttdj-widget .tt-ahb-dot-1 { left: 11%; top: 34%; animation: ttAhbDotFloatOne 6.5s ease-in-out infinite; }
.ttdj-widget .tt-ahb-dot-2 { left: 22%; bottom: 20%; width: 4px; height: 4px; animation: ttAhbDotFloatTwo 7.2s ease-in-out -1.4s infinite; }
.ttdj-widget .tt-ahb-dot-3 { right: 11%; top: 31%; animation: ttAhbDotFloatOne 6.9s ease-in-out -2s infinite; }
.ttdj-widget .tt-ahb-dot-4 { right: 22%; bottom: 19%; width: 4px; height: 4px; animation: ttAhbDotFloatTwo 7.7s ease-in-out -2.6s infinite; }
.ttdj-widget .tt-ahb-dot-5 { left: 34%; top: 12%; width: 4px; height: 4px; animation: ttAhbDotFloatThree 8s ease-in-out -3s infinite; }
.ttdj-widget .tt-ahb-dot-6 { right: 34%; bottom: 11%; width: 4px; height: 4px; animation: ttAhbDotFloatThree 7.4s ease-in-out -1s infinite; }

.ttdj-widget .tt-ahb-location {
  margin: 0 0 8px;
  color: var(--tt-ahb-rust);
  font-family: "Montserrat", sans-serif;
  font-size: 8.2px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0;
  transform: translate3d(0,5px,0);
  animation: ttAhbTextEntrance .7s ease-out .12s forwards;
}

.ttdj-widget .tt-ahb-location span {
  display: inline-block;
  margin: 0 8px;
  color: var(--tt-ahb-gold);
  font-size: 11px;
  line-height: 1;
  animation: ttAhbSeparatorPulse 3s ease-in-out infinite;
}

.ttdj-widget .tt-ahb-main { display: flex; align-items: center; justify-content: center; gap: 15px; }

.ttdj-widget .tt-ahb-main h1 {
  margin: 0;
  color: var(--tt-ahb-black);
  font-family: "Expletus Sans", sans-serif;
  font-size: clamp(31px, 4.3vw, 50px);
  font-weight: 600;
  line-height: .95;
  letter-spacing: .9px;
  text-transform: uppercase;
  opacity: 0;
  transform: translate3d(0,7px,0);
  animation: ttAhbTitleEntrance .85s cubic-bezier(.2,.75,.3,1) .24s forwards;
}

.ttdj-widget .tt-ahb-title-shimmer { display: inline-block; color: var(--tt-ahb-black); }

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .ttdj-widget .tt-ahb-title-shimmer {
    background: linear-gradient(105deg, #050505 0%, #050505 37%, #70451D 44%, #E8C989 49%, #70451D 54%, #050505 61%, #050505 100%);
    background-size: 260% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: ttAhbTitleShimmer 7s ease-in-out 1.5s infinite;
  }
}

.ttdj-widget .tt-ahb-separator {
  display: block;
  width: 1px;
  height: 29px;
  flex: 0 0 1px;
  background: linear-gradient(180deg, transparent, rgba(185,133,50,.82), transparent);
  opacity: .84;
  box-shadow: 0 0 6px rgba(185,133,50,.26);
}

.ttdj-widget .tt-ahb-main p {
  margin: 0;
  color: var(--tt-ahb-wine);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(11px, 1.25vw, 15px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .1px;
  opacity: 0;
  transform: translate3d(0,5px,0);
  animation: ttAhbTextEntrance .75s ease-out .42s forwards;
}

.ttdj-widget .tt-ahb-discover {
  position: relative;
  z-index: 3;
  min-height: 23px;
  margin: 8px auto 0;
  padding: 4px 11px 4px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  overflow: visible;
  border: 1px solid rgba(185,133,50,.48);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,253,247,.88), rgba(244,232,213,.75));
  color: #300505;
  box-shadow: 0 3px 8px rgba(48,5,5,.055), inset 0 1px 0 rgba(255,255,255,.92);
  font-family: "Montserrat", sans-serif;
  font-size: 7px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  transform-origin: center;
  animation: ttAhbDiscoverInvitation 7s cubic-bezier(.4,0,.2,1) 1.2s infinite;
}

.ttdj-widget .tt-ahb-discover::before {
  content: "";
  position: absolute;
  inset: -4px;
  z-index: -1;
  border: 1px solid rgba(185,133,50,.56);
  border-radius: inherit;
  opacity: 0;
  transform: scale(.96);
  pointer-events: none;
  animation: ttAhbDiscoverHalo 7s ease-out 1.2s infinite;
}

.ttdj-widget .tt-ahb-heading:hover .tt-ahb-discover {
  border-color: rgba(170,84,50,.72);
  color: #AA5432;
  box-shadow: 0 5px 12px rgba(48,5,5,.09), inset 0 1px 0 rgba(255,255,255,.95);
  transform: translate3d(0,-1px,0);
}

.ttdj-widget .tt-ahb-discover-icon {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(185,133,50,.52);
  border-radius: 50%;
  color: #B98532;
  font-size: 7px;
  line-height: 1;
  transform-origin: center;
  animation: ttAhbDiscoverIcon 7s ease-in-out 1.2s infinite;
}

.ttdj-widget .tt-ahb-discover-arrow {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: ttAhbDiscoverArrow 7s ease-in-out 1.2s infinite;
}

/* Minimal hand-click invitation cue. Transform and opacity only. */
.ttdj-widget .tt-ahb-click-hand {
  position: absolute;
  right: -13px;
  bottom: -11px;
  z-index: 5;
  width: 18px;
  height: 20px;
  display: block;
  color: rgba(170,84,50,.88);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(5px,5px,0) scale(.92);
  transform-origin: 36% 18%;
  animation: ttAhbClickHand 7s cubic-bezier(.4,0,.2,1) 1.2s infinite;
}

.ttdj-widget .tt-ahb-click-hand svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: rgba(255,253,247,.88);
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ttdj-widget .tt-ahb-click-hand::after {
  content: "";
  position: absolute;
  left: 5px;
  top: -2px;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(185,133,50,.7);
  border-radius: 50%;
  opacity: 0;
  transform: scale(.55);
  pointer-events: none;
  animation: ttAhbClickRing 7s ease-out 1.2s infinite;
}

/* Modal */
.ttdj-widget .tt-destination-journal {
  --tt-dj-black: #080706;
  --tt-dj-wine: #300505;
  --tt-dj-rust: #AA5432;
  --tt-dj-gold: #B98532;
  --tt-dj-light-gold: #E8C989;
  --tt-dj-ivory: #FFFDF7;
  --tt-dj-sand: #F4E8D5;
  --tt-dj-paper: #FBF5EA;
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  padding: 22px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease, visibility 0s linear 280ms;
  font-family: "Montserrat", sans-serif;
}

.ttdj-widget .tt-destination-journal.tt-dj-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 240ms ease, visibility 0s linear 0s;
}

.ttdj-widget .tt-dj-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(25,10,8,0);
  -webkit-backdrop-filter: blur(0) saturate(1);
  backdrop-filter: blur(0) saturate(1);
  transition: background-color 240ms ease, -webkit-backdrop-filter 280ms cubic-bezier(.2,.75,.3,1), backdrop-filter 280ms cubic-bezier(.2,.75,.3,1);
  cursor: pointer;
}

.ttdj-widget .tt-destination-journal.tt-dj-open .tt-dj-backdrop {
  background: rgba(25,10,8,.66);
  -webkit-backdrop-filter: blur(8px) saturate(.88);
  backdrop-filter: blur(8px) saturate(.88);
}

.ttdj-widget .tt-dj-window {
  position: relative;
  z-index: 2;
  width: min(940px, 100%);
  max-height: min(86vh, 780px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(232,201,137,.68);
  border-radius: 18px;
  background: linear-gradient(135deg, #FFFDF8 0%, #FBF5EA 55%, #F4E8D5 100%);
  box-shadow: 0 32px 90px rgba(7,2,2,.42), 0 8px 24px rgba(7,2,2,.24), inset 0 1px 0 rgba(255,255,255,.94);
  opacity: 0;
  transform: translate3d(0,18px,0) scale(.985);
  transition: opacity 240ms ease, transform 280ms cubic-bezier(.2,.75,.3,1);
  outline: none;
}

.ttdj-widget .tt-destination-journal.tt-dj-open .tt-dj-window { opacity: 1; transform: translate3d(0,0,0) scale(1); }

.ttdj-widget .tt-dj-header {
  position: relative;
  flex: 0 0 auto;
  min-height: 168px;
  padding: 31px 74px 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #FFF9EC;
  background:
    radial-gradient(circle at 12% 15%, rgba(170,84,50,.45), transparent 31%),
    radial-gradient(circle at 88% 85%, rgba(185,133,50,.25), transparent 33%),
    linear-gradient(125deg, #230303 0%, #300505 52%, #42100C 100%);
  text-align: center;
}

.ttdj-widget .tt-dj-header::before { content:""; position:absolute; inset:8px; border:1px solid rgba(232,201,137,.23); border-radius:11px; pointer-events:none; }
.ttdj-widget .tt-dj-header::after { content:""; position:absolute; left:15%; right:15%; bottom:0; height:1px; background:linear-gradient(90deg, transparent, rgba(232,201,137,.65), transparent); }
.ttdj-widget .tt-dj-header-decoration { position:absolute; inset:0; display:flex; align-items:center; justify-content:space-between; padding:0 28px; opacity:.34; pointer-events:none; }
.ttdj-widget .tt-dj-header-decoration span { width:clamp(48px,12vw,120px); height:1px; background:linear-gradient(90deg, transparent, rgba(232,201,137,.72)); }
.ttdj-widget .tt-dj-header-decoration span:last-child { transform:scaleX(-1); }
.ttdj-widget .tt-dj-header-decoration svg { position:absolute; width:128px; height:128px; fill:none; stroke:rgba(232,201,137,.32); stroke-width:.75; }
.ttdj-widget .tt-dj-header-copy { position:relative; z-index:2; }
.ttdj-widget .tt-dj-eyebrow { margin-bottom:9px; color:#E8C989; font-size:8px; font-weight:600; line-height:1.2; letter-spacing:2.4px; text-transform:uppercase; }
.ttdj-widget .tt-dj-header h2 { margin:0; color:#FFFDF7; font-family:"Expletus Sans",sans-serif; font-size:clamp(30px,4.4vw,50px); font-weight:600; line-height:1; letter-spacing:.35px; }
.ttdj-widget .tt-dj-header-copy > p { margin:9px 0 0; color:rgba(255,249,236,.78); font-size:11px; font-weight:400; line-height:1.4; letter-spacing:.3px; }

.ttdj-widget .tt-dj-close {
  position:absolute;
  top:20px;
  right:20px;
  z-index:5;
  width:36px;
  height:36px;
  padding:0;
  display:grid;
  place-items:center;
  border:1px solid rgba(232,201,137,.42);
  border-radius:50%;
  background:rgba(255,253,247,.08);
  color:#FFF9EC;
  cursor:pointer;
  transition:background-color 180ms ease,border-color 180ms ease,transform 180ms ease;
  -webkit-tap-highlight-color:transparent;
}
.ttdj-widget .tt-dj-close:hover { border-color:rgba(232,201,137,.82); background:rgba(255,253,247,.15); transform:rotate(4deg); }
.ttdj-widget .tt-dj-close:focus-visible { outline:2px solid #E8C989; outline-offset:3px; }
.ttdj-widget .tt-dj-close svg { width:15px; height:15px; fill:none; stroke:currentColor; stroke-width:1.5; stroke-linecap:round; }

.ttdj-widget .tt-dj-layout { flex:1 1 auto; min-height:0; display:grid; grid-template-columns:245px minmax(0,1fr); overflow:hidden; }

.ttdj-widget .tt-dj-aside {
  min-height:0;
  padding:30px 25px;
  overflow-y:auto;
  overscroll-behavior:contain;
  border-right:1px solid rgba(129,84,25,.15);
  background:radial-gradient(circle at 20% 10%,rgba(185,133,50,.13),transparent 35%),linear-gradient(180deg,rgba(244,232,213,.68),rgba(255,253,247,.76));
  scrollbar-width:thin;
  scrollbar-color:rgba(185,133,50,.35) transparent;
}

.ttdj-widget .tt-dj-seal {
  width:94px;
  height:58px;
  margin-bottom:20px;
  padding:10px 12px;
  display:grid;
  place-items:center;
  border:1px solid rgba(185,133,50,.42);
  border-radius:12px;
  background:linear-gradient(145deg,rgba(255,253,247,.98),rgba(244,232,213,.82));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 5px 15px rgba(48,5,5,.075);
}
.ttdj-widget .tt-dj-seal img { display:block; width:100%; height:100%; object-fit:contain; object-position:center; }
.ttdj-widget .tt-dj-aside-heading { margin-bottom:12px; color:#AA5432; font-family:"Expletus Sans",sans-serif; font-size:15px; font-weight:600; }
.ttdj-widget .tt-dj-details { margin:0; }
.ttdj-widget .tt-dj-details > div { padding:10px 0; border-bottom:1px solid rgba(129,84,25,.11); }
.ttdj-widget .tt-dj-details dt { margin-bottom:3px; color:#AA5432; font-size:7px; font-weight:600; line-height:1.25; letter-spacing:1.3px; text-transform:uppercase; }
.ttdj-widget .tt-dj-details dd { margin:0; color:#1C1714; font-size:10.5px; font-weight:500; line-height:1.55; }
.ttdj-widget .tt-dj-quote { position:relative; margin:24px 0 0; padding:17px 14px 15px; border:1px solid rgba(185,133,50,.21); border-radius:10px; background:rgba(255,253,247,.62); }
.ttdj-widget .tt-dj-quote > span { position:absolute; top:-4px; left:11px; color:rgba(185,133,50,.32); font-family:Georgia,serif; font-size:42px; line-height:1; }
.ttdj-widget .tt-dj-quote p { position:relative; margin:0; padding-left:16px; color:#300505; font-family:"Expletus Sans",sans-serif; font-size:11px; font-weight:500; line-height:1.55; }

.ttdj-widget .tt-dj-content {
  min-height:0;
  padding:32px 38px 40px;
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-width:thin;
  scrollbar-color:rgba(185,133,50,.48) rgba(185,133,50,.08);
}
.ttdj-widget .tt-dj-content::-webkit-scrollbar,
.ttdj-widget .tt-dj-aside::-webkit-scrollbar { width:4px; }
.ttdj-widget .tt-dj-content::-webkit-scrollbar-track,
.ttdj-widget .tt-dj-aside::-webkit-scrollbar-track { background:rgba(185,133,50,.07); }
.ttdj-widget .tt-dj-content::-webkit-scrollbar-thumb,
.ttdj-widget .tt-dj-aside::-webkit-scrollbar-thumb { border-radius:99px; background:rgba(185,133,50,.48); }

.ttdj-widget .tt-dj-introduction,
.ttdj-widget .tt-dj-section { position:relative; display:grid; grid-template-columns:34px minmax(0,1fr); gap:16px; padding-bottom:27px; margin-bottom:27px; border-bottom:1px solid rgba(129,84,25,.13); }
.ttdj-widget .tt-dj-section-number { padding-top:4px; color:rgba(185,133,50,.78); font-family:"Expletus Sans",sans-serif; font-size:10px; font-weight:600; line-height:1; }
.ttdj-widget .tt-dj-section-label { margin-bottom:5px; color:#AA5432; font-size:7px; font-weight:600; line-height:1.3; letter-spacing:1.55px; text-transform:uppercase; }
.ttdj-widget .tt-dj-content h3 { margin:0 0 10px; color:#090706; font-family:"Expletus Sans",sans-serif; font-size:clamp(18px,2.3vw,25px); font-weight:600; line-height:1.12; letter-spacing:.1px; }
.ttdj-widget .tt-dj-content p,
.ttdj-widget .tt-dj-rich-text p { margin:0; color:#403834; font-family:"Montserrat",sans-serif; font-size:11.5px; font-weight:400; line-height:1.82; }
.ttdj-widget .tt-dj-rich-text p + p { margin-top:10px; }

.ttdj-widget .tt-dj-facts-section { margin:0 0 28px; padding:24px; border:1px solid rgba(185,133,50,.23); border-radius:13px; background:radial-gradient(circle at 100% 0%,rgba(185,133,50,.12),transparent 32%),rgba(255,253,247,.64); box-shadow:inset 0 1px 0 rgba(255,255,255,.84); }
.ttdj-widget .tt-dj-facts-heading { margin-bottom:15px; display:flex; align-items:flex-start; justify-content:space-between; gap:15px; }
.ttdj-widget .tt-dj-facts-heading h3 { margin-bottom:0; }
.ttdj-widget .tt-dj-facts-mark { color:#B98532; font-size:16px; }
.ttdj-widget .tt-dj-facts { margin:0; padding:0; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; list-style:none; }
.ttdj-widget .tt-dj-facts li { min-width:0; padding:13px; display:grid; grid-template-columns:25px minmax(0,1fr); gap:9px; border:1px solid rgba(129,84,25,.12); border-radius:9px; background:rgba(255,253,247,.74); }
.ttdj-widget .tt-dj-facts li > span { width:25px; height:25px; display:grid; place-items:center; border:1px solid rgba(185,133,50,.38); border-radius:50%; color:#AA5432; font-family:"Expletus Sans",sans-serif; font-size:7px; font-weight:600; }
.ttdj-widget .tt-dj-fact-copy p { margin:0; font-size:9.5px; line-height:1.62; }

.ttdj-widget .tt-dj-travel-note { padding:22px; display:grid; grid-template-columns:48px minmax(0,1fr); gap:17px; border-radius:12px; color:#FFF9EC; background:radial-gradient(circle at 0% 0%,rgba(170,84,50,.42),transparent 37%),linear-gradient(120deg,#260303,#3A0807); box-shadow:0 9px 22px rgba(48,5,5,.13); }
.ttdj-widget .tt-dj-travel-icon { width:48px; height:48px; display:grid; place-items:center; border:1px solid rgba(232,201,137,.43); border-radius:50%; }
.ttdj-widget .tt-dj-travel-icon svg { width:34px; height:34px; fill:none; stroke:#E8C989; stroke-width:1; stroke-linecap:round; stroke-linejoin:round; }
.ttdj-widget .tt-dj-travel-note .tt-dj-section-label { color:#E8C989; }
.ttdj-widget .tt-dj-travel-note h3 { color:#FFFDF7; font-size:18px; }
.ttdj-widget .tt-dj-travel-note p { color:rgba(255,249,236,.76); font-size:10px; line-height:1.75; }

.ttdj-widget .tt-dj-footer { flex:0 0 auto; min-height:35px; padding:8px 20px; display:flex; align-items:center; justify-content:center; gap:8px; border-top:1px solid rgba(129,84,25,.14); color:rgba(48,5,5,.66); background:rgba(244,232,213,.72); font-size:6.5px; font-weight:600; line-height:1; letter-spacing:1.45px; text-transform:uppercase; }

.ttdj-widget .tt-dj-scroll-cue {
  position:absolute;
  left:calc(245px + ((100% - 245px) / 2));
  bottom:35px;
  z-index:20;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:24px;
  padding:5px 10px;
  border:1px solid rgba(185,133,50,.34);
  border-radius:999px;
  background:rgba(255,253,247,.94);
  color:rgba(48,5,5,.76);
  box-shadow:0 4px 13px rgba(48,5,5,.09),inset 0 1px 0 rgba(255,255,255,.94);
  font-family:"Montserrat",sans-serif;
  font-size:6px;
  font-weight:600;
  line-height:1;
  letter-spacing:1.15px;
  text-transform:uppercase;
  opacity:0;
  transform:translate3d(-50%,5px,0);
  transition:opacity 180ms ease,transform 180ms ease;
  pointer-events:none;
}
.ttdj-widget .tt-dj-scroll-cue svg { width:9px; height:9px; fill:none; stroke:#B98532; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; }
.ttdj-widget .tt-dj-window.tt-dj-has-more-content .tt-dj-scroll-cue { opacity:1; transform:translate3d(-50%,0,0); }

.ttdj-widget .tt-dj-window::after {
  content:"";
  position:absolute;
  left:245px;
  right:0;
  bottom:35px;
  z-index:14;
  height:44px;
  background:linear-gradient(180deg,rgba(255,253,247,0),rgba(255,253,247,.78));
  opacity:0;
  transition:opacity 180ms ease;
  pointer-events:none;
}
.ttdj-widget .tt-dj-window.tt-dj-has-more-content::after { opacity:1; }

/* Motion states */
.ttdj-widget .tt-ahb-heading.tt-ahb-motion-running::after,
.ttdj-widget .tt-ahb-heading.tt-ahb-motion-running .tt-ahb-compass,
.ttdj-widget .tt-ahb-heading.tt-ahb-motion-running .tt-ahb-content::before { will-change:transform,opacity; }

.ttdj-widget .tt-ahb-heading.tt-ahb-motion-paused::after,
.ttdj-widget .tt-ahb-heading.tt-ahb-motion-paused .tt-ahb-inner::after,
.ttdj-widget .tt-ahb-heading.tt-ahb-motion-paused .tt-ahb-content::before,
.ttdj-widget .tt-ahb-heading.tt-ahb-motion-paused .tt-ahb-compass,
.ttdj-widget .tt-ahb-heading.tt-ahb-motion-paused .tt-ahb-dot,
.ttdj-widget .tt-ahb-heading.tt-ahb-motion-paused .tt-ahb-location span,
.ttdj-widget .tt-ahb-heading.tt-ahb-motion-paused .tt-ahb-title-shimmer,
.ttdj-widget .tt-ahb-heading.tt-ahb-motion-paused .tt-ahb-discover,
.ttdj-widget .tt-ahb-heading.tt-ahb-motion-paused .tt-ahb-discover::before,
.ttdj-widget .tt-ahb-heading.tt-ahb-motion-paused .tt-ahb-discover-icon,
.ttdj-widget .tt-ahb-heading.tt-ahb-motion-paused .tt-ahb-discover-arrow,
.ttdj-widget .tt-ahb-heading.tt-ahb-motion-paused .tt-ahb-click-hand,
.ttdj-widget .tt-ahb-heading.tt-ahb-motion-paused .tt-ahb-click-hand::after,
.ttdj-widget .tt-ahb-heading.tt-ahb-journal-open::after,
.ttdj-widget .tt-ahb-heading.tt-ahb-journal-open .tt-ahb-inner::after,
.ttdj-widget .tt-ahb-heading.tt-ahb-journal-open .tt-ahb-content::before,
.ttdj-widget .tt-ahb-heading.tt-ahb-journal-open .tt-ahb-compass,
.ttdj-widget .tt-ahb-heading.tt-ahb-journal-open .tt-ahb-dot,
.ttdj-widget .tt-ahb-heading.tt-ahb-journal-open .tt-ahb-location span,
.ttdj-widget .tt-ahb-heading.tt-ahb-journal-open .tt-ahb-title-shimmer,
.ttdj-widget .tt-ahb-heading.tt-ahb-journal-open .tt-ahb-discover,
.ttdj-widget .tt-ahb-heading.tt-ahb-journal-open .tt-ahb-discover::before,
.ttdj-widget .tt-ahb-heading.tt-ahb-journal-open .tt-ahb-discover-icon,
.ttdj-widget .tt-ahb-heading.tt-ahb-journal-open .tt-ahb-discover-arrow,
.ttdj-widget .tt-ahb-heading.tt-ahb-journal-open .tt-ahb-click-hand,
.ttdj-widget .tt-ahb-heading.tt-ahb-journal-open .tt-ahb-click-hand::after { animation-play-state:paused!important; -webkit-animation-play-state:paused!important; }

/* Animations */
@keyframes ttAhbEntrance { from { opacity:0; transform:translate3d(0,8px,0); } to { opacity:1; transform:translate3d(0,0,0); } }
@keyframes ttAhbSurfaceSweep { 0%,18% { transform:translate3d(0,0,0) rotate(15deg); opacity:0; } 30% { opacity:.75; } 56%,100% { transform:translate3d(1050%,0,0) rotate(15deg); opacity:0; } }
@keyframes ttAhbEdgeBreath { 0%,100% { transform:scaleX(.55); opacity:.26; } 50% { transform:scaleX(1); opacity:.82; } }
@keyframes ttAhbContentGlow { 0%,100% { opacity:.45; transform:translate3d(-50%,-50%,0) scale(.96); } 50% { opacity:1; transform:translate3d(-50%,-50%,0) scale(1.05); } }
@keyframes ttAhbCompassLeft { 0% { transform:translate3d(0,0,0) rotate(0deg) scale(.98); } 50% { transform:translate3d(0,0,0) rotate(180deg) scale(1.06); } 100% { transform:translate3d(0,0,0) rotate(360deg) scale(.98); } }
@keyframes ttAhbCompassRight { 0% { transform:translate3d(0,0,0) rotate(360deg) scale(1.04); } 50% { transform:translate3d(0,0,0) rotate(180deg) scale(.98); } 100% { transform:translate3d(0,0,0) rotate(0deg) scale(1.04); } }
@keyframes ttAhbDotFloatOne { 0%,100% { transform:translate3d(0,4px,0); opacity:.38; } 50% { transform:translate3d(7px,-8px,0); opacity:1; } }
@keyframes ttAhbDotFloatTwo { 0%,100% { transform:translate3d(3px,-3px,0); opacity:.38; } 50% { transform:translate3d(-7px,8px,0); opacity:1; } }
@keyframes ttAhbDotFloatThree { 0%,100% { transform:translate3d(-3px,2px,0); opacity:.38; } 50% { transform:translate3d(6px,-7px,0); opacity:1; } }
@keyframes ttAhbTextEntrance { from { opacity:0; transform:translate3d(0,5px,0); } to { opacity:1; transform:translate3d(0,0,0); } }
@keyframes ttAhbTitleEntrance { from { opacity:0; transform:translate3d(0,7px,0); letter-spacing:3px; } to { opacity:1; transform:translate3d(0,0,0); letter-spacing:.9px; } }
@keyframes ttAhbTitleShimmer { 0%,24% { background-position:100% 0; } 52%,100% { background-position:0 0; } }
@keyframes ttAhbSeparatorPulse { 0%,100% { opacity:.5; transform:scale(.92); } 50% { opacity:1; transform:scale(1.14); } }
@keyframes ttAhbDiscoverInvitation { 0%,68%,100% { transform:translate3d(0,0,0) scale(1); } 79% { transform:translate3d(0,-1px,0) scale(1.016); } 88% { transform:translate3d(0,0,0) scale(1); } }
@keyframes ttAhbDiscoverHalo { 0%,68% { opacity:0; transform:scale(.96); } 76% { opacity:.42; } 94%,100% { opacity:0; transform:scale(1.13); } }
@keyframes ttAhbDiscoverIcon { 0%,68%,100% { transform:rotate(0) scale(1); } 79% { transform:rotate(8deg) scale(1.12); } 88% { transform:rotate(0) scale(1); } }
@keyframes ttAhbDiscoverArrow { 0%,68%,100% { transform:translate3d(0,0,0); } 79% { transform:translate3d(2px,0,0); } 88% { transform:translate3d(0,0,0); } }
@keyframes ttAhbClickHand { 0%,66%,100% { opacity:0; transform:translate3d(5px,5px,0) scale(.92); } 72% { opacity:.78; transform:translate3d(1px,1px,0) scale(1); } 79% { opacity:.92; transform:translate3d(-1px,-1px,0) scale(.95); } 85% { opacity:.82; transform:translate3d(0,0,0) scale(1); } 94% { opacity:0; transform:translate3d(3px,3px,0) scale(.96); } }
@keyframes ttAhbClickRing { 0%,76%,100% { opacity:0; transform:scale(.55); } 80% { opacity:.52; transform:scale(.72); } 91% { opacity:0; transform:scale(1.55); } }

@media (max-width:1024px) {
  .ttdj-widget .tt-ahb-inner { min-height:116px; padding:18px 64px; }
  .ttdj-widget .tt-ahb-compass { width:116px; height:116px; }
}

@media (max-width:767px) {
  .ttdj-widget .tt-ahb-heading { border-radius:9px; box-shadow:0 6px 16px rgba(51,38,33,.065),inset 0 1px 0 rgba(255,255,255,.9); }
  .ttdj-widget .tt-ahb-inner { min-height:102px; padding:14px 38px; }
  .ttdj-widget .tt-ahb-inner::before { inset:5px; border-radius:5px; }
  .ttdj-widget .tt-ahb-inner::after { bottom:5px; }
  .ttdj-widget .tt-ahb-location { margin-bottom:6px; font-size:6.7px; letter-spacing:1.2px; }
  .ttdj-widget .tt-ahb-location span { margin:0 5px; font-size:9px; }
  .ttdj-widget .tt-ahb-main { gap:9px; }
  .ttdj-widget .tt-ahb-main h1 { font-size:clamp(27px,9.5vw,38px); }
  .ttdj-widget .tt-ahb-separator { height:22px; }
  .ttdj-widget .tt-ahb-main p { max-width:124px; font-size:9.5px; line-height:1.3; text-align:left; }
  .ttdj-widget .tt-ahb-compass { width:92px; height:92px; opacity:.22; }
  .ttdj-widget .tt-ahb-compass-left { left:-34px; top:-35px; }
  .ttdj-widget .tt-ahb-compass-right { right:-34px; bottom:-35px; }
  .ttdj-widget .tt-ahb-compass svg { filter:drop-shadow(0 0 7px rgba(185,133,50,.15)); }
  .ttdj-widget .tt-ahb-dot { width:4px; height:4px; }
  .ttdj-widget .tt-ahb-dot-1 { left:9%; top:39%; }
  .ttdj-widget .tt-ahb-dot-2 { left:18%; bottom:15%; }
  .ttdj-widget .tt-ahb-dot-3 { right:9%; top:36%; }
  .ttdj-widget .tt-ahb-dot-4 { right:18%; bottom:15%; }
  .ttdj-widget .tt-ahb-dot-5,.ttdj-widget .tt-ahb-dot-6 { display:none; }
  .ttdj-widget .tt-ahb-content::before { width:290px; height:100px; }
  .ttdj-widget .tt-ahb-discover { min-height:21px; margin-top:6px; padding:3px 9px 3px 7px; font-size:6.2px; letter-spacing:.95px; }
  .ttdj-widget .tt-ahb-discover-icon { width:12px; height:12px; font-size:6px; }
  .ttdj-widget .tt-ahb-click-hand { right:-11px; bottom:-10px; width:16px; height:18px; }
  .ttdj-widget .tt-ahb-click-hand::after { left:4px; top:-2px; width:5px; height:5px; }

  .ttdj-widget .tt-destination-journal { padding:6px; align-items:end; }
  .ttdj-widget .tt-dj-window { width:100%; height:min(96dvh,760px); max-height:96dvh; border-radius:15px 15px 8px 8px; transform:translate3d(0,28px,0); }
  .ttdj-widget .tt-destination-journal.tt-dj-open .tt-dj-window { transform:translate3d(0,0,0); }
  .ttdj-widget .tt-dj-header { min-height:108px; padding:18px 42px 16px; }
  .ttdj-widget .tt-dj-header::before { inset:6px; border-radius:9px; }
  .ttdj-widget .tt-dj-header-decoration { padding-inline:18px; }
  .ttdj-widget .tt-dj-header-decoration svg { width:82px; height:82px; }
  .ttdj-widget .tt-dj-header-decoration span { width:42px; }
  .ttdj-widget .tt-dj-eyebrow { margin-bottom:6px; font-size:5.8px; letter-spacing:1.35px; }
  .ttdj-widget .tt-dj-header h2 { font-size:clamp(25px,8vw,34px); }
  .ttdj-widget .tt-dj-header-copy > p { margin-top:6px; font-size:8px; line-height:1.3; }
  .ttdj-widget .tt-dj-close { top:12px; right:12px; width:29px; height:29px; }
  .ttdj-widget .tt-dj-close svg { width:13px; height:13px; }
  .ttdj-widget .tt-dj-layout { display:block; min-height:0; overflow-x:hidden; overflow-y:auto; overscroll-behavior:contain; -webkit-overflow-scrolling:touch; scrollbar-width:thin; scrollbar-color:rgba(185,133,50,.48) rgba(185,133,50,.08); }
  .ttdj-widget .tt-dj-layout::-webkit-scrollbar { width:4px; }
  .ttdj-widget .tt-dj-layout::-webkit-scrollbar-track { background:rgba(185,133,50,.07); }
  .ttdj-widget .tt-dj-layout::-webkit-scrollbar-thumb { border-radius:999px; background:rgba(185,133,50,.48); }
  .ttdj-widget .tt-dj-aside { overflow:visible; padding:14px 16px; border-right:0; border-bottom:1px solid rgba(129,84,25,.15); }
  .ttdj-widget .tt-dj-seal { width:72px; height:44px; margin-bottom:10px; padding:7px 9px; border-radius:9px; }
  .ttdj-widget .tt-dj-aside-heading { margin-bottom:7px; font-size:13px; }
  .ttdj-widget .tt-dj-details { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:14px; }
  .ttdj-widget .tt-dj-details > div { padding:6px 0; }
  .ttdj-widget .tt-dj-details dt { margin-bottom:2px; font-size:5.9px; letter-spacing:1px; }
  .ttdj-widget .tt-dj-details dd { font-size:9px; line-height:1.42; }
  .ttdj-widget .tt-dj-quote { margin-top:11px; padding:11px 12px 10px; border-radius:8px; }
  .ttdj-widget .tt-dj-quote > span { top:-2px; left:9px; font-size:31px; }
  .ttdj-widget .tt-dj-quote p { padding-left:12px; font-size:9px; line-height:1.45; }
  .ttdj-widget .tt-dj-content { overflow:visible; padding:18px 16px 22px; }
  .ttdj-widget .tt-dj-introduction,.ttdj-widget .tt-dj-section { grid-template-columns:23px minmax(0,1fr); gap:8px; padding-bottom:16px; margin-bottom:16px; }
  .ttdj-widget .tt-dj-section-number { padding-top:3px; font-size:8px; }
  .ttdj-widget .tt-dj-section-label { margin-bottom:4px; font-size:5.9px; letter-spacing:1.15px; }
  .ttdj-widget .tt-dj-content h3 { margin-bottom:7px; font-size:17px; line-height:1.12; }
  .ttdj-widget .tt-dj-content p,.ttdj-widget .tt-dj-rich-text p { font-size:9.6px; line-height:1.62; }
  .ttdj-widget .tt-dj-facts-section { margin-bottom:16px; padding:13px; border-radius:10px; }
  .ttdj-widget .tt-dj-facts-heading { margin-bottom:10px; }
  .ttdj-widget .tt-dj-facts-mark { font-size:13px; }
  .ttdj-widget .tt-dj-facts { grid-template-columns:1fr; gap:7px; }
  .ttdj-widget .tt-dj-facts li { padding:9px; grid-template-columns:22px minmax(0,1fr); gap:7px; border-radius:7px; }
  .ttdj-widget .tt-dj-facts li > span { width:22px; height:22px; font-size:6px; }
  .ttdj-widget .tt-dj-fact-copy p { font-size:8.8px; line-height:1.5; }
  .ttdj-widget .tt-dj-travel-note { grid-template-columns:36px minmax(0,1fr); gap:10px; padding:13px; border-radius:9px; }
  .ttdj-widget .tt-dj-travel-icon { width:36px; height:36px; }
  .ttdj-widget .tt-dj-travel-icon svg { width:25px; height:25px; }
  .ttdj-widget .tt-dj-travel-note h3 { margin-bottom:6px; font-size:14px; }
  .ttdj-widget .tt-dj-travel-note p { font-size:8.8px; line-height:1.55; }
  .ttdj-widget .tt-dj-footer { min-height:28px; padding:6px 12px; gap:6px; font-size:5.5px; letter-spacing:1px; }
  .ttdj-widget .tt-dj-scroll-cue { left:50%; bottom:34px; }
  .ttdj-widget .tt-dj-window::after { left:0; bottom:28px; height:42px; }
}

@media (max-width:390px) {
  .ttdj-widget .tt-ahb-inner { min-height:96px; padding-inline:30px; }
  .ttdj-widget .tt-ahb-main { gap:7px; }
  .ttdj-widget .tt-ahb-main h1 { font-size:27px; }
  .ttdj-widget .tt-ahb-main p { max-width:105px; font-size:8.7px; }
  .ttdj-widget .tt-dj-header { min-height:102px; padding:17px 37px 15px; }
  .ttdj-widget .tt-dj-header h2 { font-size:25px; }
  .ttdj-widget .tt-dj-details { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .ttdj-widget .tt-dj-details > div:last-child { grid-column:1/-1; }
  .ttdj-widget .tt-dj-content { padding:16px 13px 19px; }
  .ttdj-widget .tt-dj-facts-section { padding:11px; }
}

@media (max-width:767px) and (max-height:620px) {
  .ttdj-widget .tt-destination-journal { padding:4px; }
  .ttdj-widget .tt-dj-window { height:98dvh; max-height:98dvh; }
  .ttdj-widget .tt-dj-header { min-height:90px; padding:14px 38px 12px; }
  .ttdj-widget .tt-dj-header-decoration svg { width:68px; height:68px; }
  .ttdj-widget .tt-dj-header h2 { font-size:23px; }
  .ttdj-widget .tt-dj-header-copy > p { margin-top:4px; }
  .ttdj-widget .tt-dj-aside { padding:11px 14px; }
  .ttdj-widget .tt-dj-content { padding:14px 14px 18px; }
}

@supports not (backdrop-filter:blur(8px)) {
  .ttdj-widget .tt-destination-journal.tt-dj-open .tt-dj-backdrop { background:rgba(25,10,8,.84); }
}

@media (prefers-reduced-motion:reduce) {
  .ttdj-widget .tt-ahb-heading,
  .ttdj-widget .tt-ahb-heading *,
  .ttdj-widget .tt-ahb-heading::before,
  .ttdj-widget .tt-ahb-heading::after,
  .ttdj-widget .tt-ahb-heading *::before,
  .ttdj-widget .tt-ahb-heading *::after { animation:none!important; }
  .ttdj-widget .tt-ahb-location,
  .ttdj-widget .tt-ahb-main h1,
  .ttdj-widget .tt-ahb-main p { opacity:1!important; transform:none!important; }
  .ttdj-widget .tt-destination-journal,
  .ttdj-widget .tt-dj-window,
  .ttdj-widget .tt-dj-backdrop,
  .ttdj-widget .tt-dj-scroll-cue,
  .ttdj-widget .tt-dj-window::after { transition:none!important; }
}
