/* Talleres Despierta | 5.0.0 | Scoped styles, no external fonts or libraries. */
body.td-landing-body { margin: 0; padding: 0; background: #faf6ee; }
.td-page {
  --td-ink: #211d19;
  --td-ink-deep: #12100e;
  --td-orange: #dfb475;
  --td-orange-dark: #895319;
  --td-paper: #faf6ee;
  --td-muted: #655c52;
  --td-line: #ded4c6;
  --td-header-height: 88px;
  --td-admin-height: 0px;
  color: var(--td-ink);
  background: var(--td-paper);
  font: 400 18px/1.65 Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  isolation: isolate;
  width: 100%;
}
.td-page *, .td-page *::before, .td-page *::after { box-sizing: border-box; }
.td-page :where(h1,h2,h3,h4,p,ul,ol,figure,blockquote) { margin: 0; }
.td-page :where(h1,h2,h3,h4) { color: inherit; font-family: Arial, Helvetica, sans-serif; }
.td-page :where(a) { color: inherit; text-decoration: none; }
.td-page :where(button,summary) { font-family: inherit; -webkit-tap-highlight-color: transparent; }
.td-page :where(button) { cursor: pointer; }
.td-page :where(button, a, summary):focus-visible { outline: 3px solid var(--td-orange-dark); outline-offset: 5px; }
.td-page :where(.td-header,.td-hero,.td-booking,.td-footer) :where(button,a):focus-visible { outline-color: #f3d4a0; }
.td-page :where(strong) { font-weight: 700; }
.td-page :where(img) { display: block; max-width: 100%; }
.td-page :where([id]) { scroll-margin-top: calc(var(--td-header-height) + var(--td-admin-height) + 22px); }
.td-page .td-icon { display: inline-block; flex: 0 0 auto; width: 22px; height: 22px; vertical-align: middle; }
.td-shell { width: min(1200px, calc(100% - 112px)); margin-inline: auto; }
.td-section { padding: 104px 0; }
.td-eyebrow { color: var(--td-orange-dark); font-size: 11px; font-weight: 700; letter-spacing: .17em; line-height: 1.6; text-transform: uppercase; margin-bottom: 22px; }
.td-eyebrow--light { color: #e0b77e; }
.td-heading { font-size: clamp(37px, 3.8vw, 54px); letter-spacing: -.045em; line-height: 1.09; font-weight: 800; text-wrap: balance; }
.td-heading em { color: var(--td-orange-dark); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; }
.td-section-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; }
.td-prose { font-size: 17px; line-height: 1.8; color: var(--td-muted); }
.td-prose p + p { margin-top: 18px; }
.td-prose strong { color: var(--td-ink); }
.td-button { display: inline-flex; justify-content: center; align-items: center; gap: 22px; min-height: 56px; padding: 15px 25px; border: 1px solid transparent; border-radius: 6px; background: var(--td-orange); color: var(--td-ink-deep); font-size: 15px; line-height: 1.3; font-weight: 700; text-align: center; transition: background .18s, transform .18s; }
.td-button:hover { color: var(--td-ink-deep); background: #edc996; transform: translateY(-2px); }
.td-button--small { min-height: 44px; padding: 11px 18px; gap: 16px; font-size: 13px; }
.td-button--ink { color: var(--td-paper); background: var(--td-ink); }
.td-button--ink:hover { color: #fff; background: #403124; }
.td-text-link { display: inline-flex; align-items: center; gap: 13px; min-height: 44px; font-size: 14px; font-weight: 700; }
.td-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.td-text-link--light { color: var(--td-paper); }
.td-status-dot { width: 7px; height: 7px; flex: 0 0 auto; display: inline-block; border-radius: 50%; background: currentColor; }
.td-skip { position: fixed; z-index: 100000; left: 16px; top: -160px; padding: 12px 20px; background: var(--td-paper); color: var(--td-ink); }
.td-skip:focus { top: 12px; }

/* Fixed, independent navigation. */
.td-header { position: fixed; inset: var(--td-admin-height) 0 auto; z-index: 1100; height: var(--td-header-height); color: var(--td-paper); background: rgba(16,14,12,.90); border-bottom: 1px solid rgba(248,246,239,.1); transition: background .2s, box-shadow .2s; -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.td-header.is-scrolled { background: rgba(16,14,12,.98); box-shadow: 0 4px 20px #071d2317; }
.td-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.td-brand { display: inline-flex; gap: 12px; align-items: center; flex-shrink: 0; }
.td-brand__symbol { display: flex; align-items: center; justify-content: center; color: var(--td-orange); }
.td-brand__symbol .td-icon { width: 39px; height: 39px; stroke-width: 1.1; }
.td-brand__text { font-size: 29px; font-weight: 800; letter-spacing: -.055em; line-height: 1; }
.td-brand__text > span { display: block; margin-top: 7px; font-size: 8px; font-weight: 400; letter-spacing: .2em; }
.td-nav { display: flex; gap: 31px; align-items: center; }
.td-nav > a:not(.td-button) { font-size: 13px; line-height: 1.4; padding: 12px 0; }
.td-nav > a:not(.td-button):hover { color: var(--td-orange); }
.td-menu-toggle { display: none; }

.td-topics { background: #ede4d6; border-bottom: 1px solid #dfd1bd; }
.td-topics__inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 22px; font-size: 13px; font-weight: 700; letter-spacing: .015em; }
.td-topics i { flex: 0 0 auto; width: 5px; height: 5px; background: #ac8a55; border-radius: 50%; }

/* Experience. */
.td-experience__copy { padding-top: 8px; }
.td-pillars { margin-top: 58px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 46px; }
.td-pillar { border-top: 1px solid #dacbbb; padding-top: 22px; }
.td-pillar__number { font-size: 11px; color: var(--td-orange-dark); letter-spacing: .1em; }
.td-pillar h3 { font-size: 23px; font-weight: 700; letter-spacing: -.025em; line-height: 1.3; margin-top: 14px; }
.td-pillar p { font-size: 15px; color: var(--td-muted); margin-top: 13px; line-height: 1.75; max-width: 320px; }
.td-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; margin-bottom: 46px; }
.td-section-heading__aside { max-width: 315px; font-size: 15px; color: var(--td-muted); line-height: 1.75; padding-bottom: 5px; }

/* Responsive workshop grid: 3 desktop, 2 tablet, 1 mobile.
   Automatic placement supports all six cards without gaps.
   Long descriptions remain native <details> without JS. */
.td-workshops { background: #f0e8dc; border-block: 1px solid #e0d1be; }
.td-workshop-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); grid-auto-flow: row; gap: 28px; align-items: stretch; }
.td-workshop { grid-column: auto; background: var(--td-paper); border: 1px solid #dfd1be; border-radius: 12px; overflow: hidden; min-width: 0; transition: box-shadow .2s, border-color .2s; }
.td-workshop:hover { border-color: #c8a678; box-shadow: 0 12px 32px #1931220b; }
.td-art { height: 193px; background: #bc633e; position: relative; overflow: hidden; color: #fff6e7; }
.td-art__top { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 15px; padding: 19px 23px; font-size: 10px; text-transform: uppercase; font-weight: 700; letter-spacing: .15em; }
.td-art__top span:first-child { border: 1px solid #ffffff55; border-radius: 30px; padding: 4px 9px; line-height: 1.1; }
.td-art__top span:last-child { padding-top: 3px; font-weight: 400; }
.td-art__name { position: absolute; z-index: 2; left: 23px; right: 23px; bottom: 23px; font-size: 26px; font-weight: 700; line-height: 1.12; letter-spacing: -.045em; text-wrap: balance; }
.td-art__shape,.td-art__line,.td-art__glow { position: absolute; display: block; pointer-events: none; }
.td-art__shape { width: 120px; height: 120px; right: 46px; top: 5px; border: 1px solid #ffe5b877; transform: rotate(45deg); background: linear-gradient(130deg,#ffcd903d,transparent); }
.td-art__line { width: 120px; height: 120px; right: 25px; top: 25px; border: 1px solid #ffe5b837; transform: rotate(45deg); }
.td-art__glow { width: 72px; height: 72px; top: 36px; right: 71px; border-radius: 50%; background: radial-gradient(circle at 30% 30%,#ffcc7ba3,transparent 68%); }
.td-art--change { background: #e1a66d; color: #332e25; }
.td-art--change .td-art__top span:first-child { border-color: #332e2544; }
.td-art--change .td-art__shape { border-radius: 50%; right: 45px; width: 110px; height: 110px; border-color: #4e3e3255; background: linear-gradient(90deg,#56423340,transparent); box-shadow: 22px 0 0 -1px #e1a66d,23px 0 0 0 #4e3e3250,44px 0 0 -1px #e1a66d,45px 0 0 0 #4e3e3230; transform: rotate(-20deg); }
.td-art--change .td-art__line { display: none; }
.td-art--intuition { background: #2b4350; }
.td-art--intuition .td-art__shape { width: 150px; height: 150px; top: -12px; right: 25px; border-radius: 50%; background: none; border-color: #acd1c743; }
.td-art--intuition .td-art__line { border-radius: 50%; width: 107px; height: 107px; top: 9px; right: 47px; border-color: #acd1c761; }
.td-art--intuition .td-art__glow { width: 63px; height: 63px; top: 31px; right: 69px; background: radial-gradient(circle at 25% 25%,#d8e3c2,#74938a 50%,#2b4350 90%); }
.td-art--breath { background: #aebfab; color: #23382e; }
.td-art--breath .td-art__top span:first-child { border-color: #23382e44; }
.td-art--breath .td-art__shape { width: 133px; height: 93px; right: 27px; top: 0; border-radius: 50%; transform: rotate(-22deg); border-color: #314e3e55; background: #dbe2b71c; box-shadow: 0 15px 0 -1px #aebfab,0 16px 0 0 #314e3e55,0 32px 0 -1px #aebfab,0 33px 0 0 #314e3e40; }
.td-art--breath .td-art__line { display: none; }
.td-art--heart { background: #75453d; }
.td-art--heart .td-art__shape { width: 145px; height: 200px; top: -28px; right: 28px; border-radius: 100% 100% 0 0; transform: none; border-color: #f3b29466; background: radial-gradient(ellipse at 50% 80%,#e3927355,transparent 70%); }
.td-art--heart .td-art__line { width: 111px; height: 175px; top: -9px; right: 45px; border-radius: 100% 100% 0 0; transform: none; border-color: #f3b29466; }
.td-art--heart .td-art__glow { top: 65px; right: 66px; }
.td-art--photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.td-art--photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,#12100ef2,transparent 85%); }
.td-art--photo .td-art__top { position: absolute; inset: 0 0 auto; }
.td-art--photo .td-art__top span:first-child { background: #12100e88; }
.td-art--photo .td-art__name,.td-art--photo .td-art__top { color: #fff; }
.td-workshop__body { padding: 23px; }
.td-workshop__time { color: #6c5f50; font-size: 11px; line-height: 1.6; display: flex; align-items: flex-start; gap: 7px; }
.td-workshop__time .td-icon { width: 14px; height: 14px; margin-top: 1px; }
.td-workshop__time b { font-weight: 400; padding: 0 3px; }
.td-workshop__title { margin-top: 18px; font-size: 24px; font-weight: 800; line-height: 1.16; letter-spacing: -.036em; min-height: 84px; text-wrap: balance; }
.td-workshop__excerpt { color: var(--td-muted); font-size: 15px; line-height: 1.7; min-height: 78px; margin-top: 16px; }
.td-workshop__details { margin-top: 22px; }
.td-workshop__details > summary { display: flex; justify-content: space-between; align-items: center; gap: 14px; border-top: 1px solid #ded1bf; padding-top: 19px; min-height: 44px; font-size: 13px; font-weight: 700; cursor: pointer; list-style: none; }
.td-workshop__details > summary:hover { color: var(--td-orange-dark); }
.td-page summary::-webkit-details-marker { display: none; }
.td-workshop__long { padding-top: 30px; }
.td-workshops__note { text-align: center; margin-top: 30px; font-size: 13px; color: #6e5f4d; }

/* Brand interlude. */
.td-manifesto { background: #edb888; padding: 67px 0 70px; }
.td-manifesto__inner { text-align: center; }
.td-manifesto__mark { display: inline-flex; margin-bottom: 21px; }
.td-manifesto__mark .td-icon { width: 44px; height: 44px; stroke-width: 1.1; }
.td-manifesto p { font-weight: 700; font-size: clamp(23px,2.4vw,32px); line-height: 1.3; letter-spacing: -.03em; }
.td-manifesto p em { display: inline-block; font: italic 1.7em/1.15 Georgia, 'Times New Roman', serif; margin-top: 9px; }
.td-manifesto .td-button { margin-top: 32px; }

/* Agenda, with all days visible and no horizontal tables. */
.td-agenda { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px; align-items: start; }
.td-day { border: 1px solid #d8c6ae; border-radius: 10px; overflow: hidden; background: #fffdf8; }
.td-day__header { display: flex; align-items: center; gap: 23px; padding: 23px 28px; background: var(--td-ink); color: var(--td-paper); }
.td-day__number { color: #e7be84; font-size: 67px; line-height: 1; font-weight: 700; letter-spacing: -.075em; }
.td-day__header h3 { font-size: 25px; line-height: 1.2; font-weight: 700; letter-spacing: -.02em; }
.td-day__header p { font-size: 9px; letter-spacing: .11em; margin-top: 8px; color: #d2c7b8; }
.td-day__header > .td-icon { margin-left: auto; }
.td-day__list { padding: 0 25px; list-style: none; }
.td-slot { display: grid; grid-template-columns: 105px minmax(0,1fr); gap: 20px; padding: 23px 0; border-bottom: 1px solid #e6ddce; }
.td-slot:last-child { border: 0; }
.td-slot__time { font-size: 11px; color: #6c5f50; font-variant-numeric: tabular-nums; padding-top: 2px; white-space: nowrap; }
.td-slot__speaker { display: block; color: var(--td-orange-dark); font-size: 10px; line-height: 1.5; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 5px; }
.td-slot__info a { display: block; font-size: 16px; font-weight: 700; line-height: 1.35; letter-spacing: -.02em; }
.td-slot__info a:hover { color: var(--td-orange-dark); }
.td-slot__info .td-icon { width: 14px; height: 14px; display: inline; margin-left: 3px; }
.td-slot--break { padding: 14px 0; }
.td-slot--break .td-slot__info { font-size: 12px; line-height: 1.5; color: #756b5d; }
.td-slot--pending { padding: 17px 0; }
.td-slot--pending .td-slot__info { font-size: 12px; line-height: 1.6; color: #806338; font-style: italic; }
.td-agenda-note { margin-top: 29px; padding: 31px; border: 1px solid #ddcdb6; border-radius: 10px; background: #eee2ce; }
.td-agenda-note .td-eyebrow { color: #815a28; margin-bottom: 15px; }
.td-agenda-note > p:not(.td-eyebrow) { font-size: 34px; line-height: 1.15; font-weight: 700; letter-spacing: -.035em; }
.td-agenda-note em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.td-agenda-note > span { display: block; margin-top: 17px; color: #6e5e4b; font-size: 14px; line-height: 1.8; max-width: 360px; }
.td-agenda-note .td-text-link { margin-top: 16px; }
.td-program__note { margin-top: 25px; font-size: 12px; color: #746757; max-width: 780px; }

/* Ticket Tailor: no fake checkout, no fixed iframe height. */
.td-booking { background: var(--td-ink-deep); color: var(--td-paper); }
.td-booking__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 85px; align-items: center; }
.td-booking .td-heading em { color: #e7be84; }
.td-booking__intro { font-size: 17px; line-height: 1.8; color: #d0c6b8; margin-top: 27px; max-width: 340px; }
.td-booking__facts { border-top: 1px solid #ffffff24; padding-top: 25px; margin-top: 29px; }
.td-booking__facts p { display: flex; gap: 13px; align-items: flex-start; color: #d8cfc3; font-size: 13px; line-height: 1.8; }
.td-booking__facts p + p { margin-top: 16px; }
.td-booking__facts .td-icon { width: 19px; height: 19px; color: #e7be84; margin-top: 2px; }
.td-booking__facts small { display: block; color: #d0c6b8; font-size: 12px; margin-top: 5px; }
.td-ticket-panel { min-width: 0; background: #faf6ee; color: var(--td-ink); border-radius: 12px; padding: 42px; text-align: center; position: relative; }
.td-ticket-panel::before { content: ''; position: absolute; pointer-events: none; inset: 12px; border: 1px dashed #dfd0b7; border-radius: 7px; }
.td-ticket-panel__icon { background: #efdfc5; color: var(--td-orange-dark); display: inline-flex; justify-content: center; align-items: center; width: 63px; height: 63px; border-radius: 50%; margin-bottom: 23px; }
.td-ticket-panel__icon .td-icon { width: 29px; height: 29px; stroke-width: 1.4; }
.td-ticket-panel .td-eyebrow { font-size: 10px; margin-bottom: 13px; }
.td-ticket-panel h3 { font-size: 36px; line-height: 1.1; font-weight: 800; letter-spacing: -.035em; }
.td-ticket-panel > p:not(.td-eyebrow) { margin: 22px auto 0; max-width: 370px; font-size: 15px; line-height: 1.75; color: #6b5e4e; }
.td-ticket-status { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; border: 1px solid #ded0bb; border-radius: 40px; padding: 8px 12px; margin-top: 24px; color: #73604a; }
.td-ticket-status .td-status-dot { width: 5px; height: 5px; }
.td-ticket-panel--active { padding: 26px 20px; }
.td-ticket-panel--active::before { display: none; }
.td-ticket-panel__heading { margin-bottom: 22px; }
.td-ticket-panel__heading h3 { font-size: 29px; }
.td-ticket-widget { width: 100%; min-width: 0; text-align: left; }
.td-ticket-widget iframe { max-width: 100%; border: 0; }
.td-ticket-fallback { margin-top: 22px; }
.td-ticket-fallback .td-button { font-size: 13px; max-width: 100%; }

/* FAQ and footer. */
.td-faq .td-section-grid { gap: 86px; grid-template-columns: .82fr 1.18fr; }
.td-faq-item { border-bottom: 1px solid #dcd1c0; }
.td-faq-item:first-child { border-top: 1px solid #dcd1c0; }
.td-faq-item > summary { padding: 21px 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; list-style: none; cursor: pointer; font-size: 16px; font-weight: 700; line-height: 1.5; }
.td-faq-item > summary .td-icon { width: 19px; height: 19px; transition: transform .2s; }
.td-faq-item[open] > summary .td-icon { transform: rotate(45deg); }
.td-faq-item > div { padding: 0 32px 22px 0; }
.td-faq-item p { color: var(--td-muted); font-size: 15px; line-height: 1.85; }
.td-footer { background: var(--td-ink-deep); color: var(--td-paper); padding: 34px 0; }
.td-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.td-footer__inner > p { font-size: 12px; color: #ccbeaa; }
.td-footer__inner > p a { color: #f1e9dc; text-decoration: underline; text-underline-offset: 4px; }
.td-footer__inner > div { display: flex; gap: 20px; font-size: 11px; color: #ccbeaa; }
.td-brand--footer .td-brand__text { font-size: 25px; }
.td-brand--footer .td-brand__symbol .td-icon { width: 32px; height: 32px; }

/* Accessible native dialog. */
.td-dialog { color: var(--td-ink); background: var(--td-paper); border: 1px solid #d9c8ae; border-radius: 14px; padding: 0; width: min(740px, calc(100% - 40px)); max-width: 740px; max-height: calc(100dvh - 48px); overflow-y: auto; overscroll-behavior: contain; box-shadow: 0 20px 120px #081c3270; margin: auto; }
.td-dialog:not([open]) { display: none; }
.td-dialog::backdrop { background: rgba(13,10,7,.84); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }
.td-dialog__close { position: sticky; top: 14px; margin: 14px 14px -58px auto; z-index: 2; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; border-radius: 50%; border: 1px solid #ddcbb0; background: #faf6eef5; color: var(--td-ink); }
.td-dialog__close:hover { background: #eee1c9; }
.td-dialog__content { padding: 51px 43px 40px; }
.td-dialog__content .td-workshop__long { padding-top: 0; }
.td-dialog__content .td-eyebrow { max-width: calc(100% - 38px); margin-bottom: 18px; }
.td-dialog-title { font-size: 35px; font-weight: 800; line-height: 1.12; letter-spacing: -.04em; margin-bottom: 17px; }
.td-dialog-subtitle { font-size: 18px; color: #6c5b46; line-height: 1.6; }
.td-detail-date { display: flex; gap: 8px; align-items: center; font-size: 12px; line-height: 1.6; color: #78664e; padding: 19px 0; margin-block: 18px 23px; border-block: 1px solid #e0d0b6; }
.td-detail-date .td-icon { width: 16px; height: 16px; }
.td-question { font-weight: 700; color: var(--td-ink); }
.td-workshop__closing { border-left: 3px solid var(--td-orange); padding-left: 18px; color: #674a27; font-weight: 700; }
.td-detail-book { margin-top: 27px; }
body.td-dialog-open { overflow: hidden; }

@media (min-width: 1500px) {
  .td-hero__art { right: calc((100vw - 1500px) / 2 - 70px); }
}
@media (max-width: 1100px) {
  .td-shell { width: calc(100% - 72px); }
  .td-section { padding: 84px 0; }
  .td-section-grid { gap: 52px; }
  .td-nav { gap: 21px; }
  .td-hero { min-height: 775px; padding-top: 144px; }
  .td-hero__art { right: -185px; top: 95px; opacity: .85; }
  .td-hero__bottom { margin-top: 58px; }
  .td-workshop-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
  .td-workshop__title { min-height: 84px; }
  .td-workshop__excerpt { min-height: 78px; }
  .td-booking__grid { gap: 45px; grid-template-columns: .8fr 1.2fr; }
  .td-agenda { gap: 24px; }
  .td-day__list { padding: 0 22px; }
  .td-slot { grid-template-columns: 85px minmax(0,1fr); gap: 15px; }
  .td-day__header { gap: 19px; padding: 22px; }
  .td-day__header h3 { font-size: 23px; }
  .td-day__number { font-size: 61px; }
  .td-day__header > .td-icon { display: none; }
  .td-faq .td-section-grid { gap: 48px; }
}
@media (max-width: 820px) {
  .td-page { --td-header-height: 76px; }
  .td-shell { width: calc(100% - 48px); }
  .td-section { padding: 70px 0; }
  .td-header__inner { gap: 20px; }
  .td-brand__text { font-size: 26px; }
  .td-brand__symbol .td-icon { width: 35px; height: 35px; }
  .td-brand__text > span { font-size: 7px; }
  .td-nav { gap: 16px; }
  .td-nav > a:not(.td-button) { font-size: 11px; }
  .td-nav .td-button { min-height: 40px; font-size: 11px; padding: 10px 13px; gap: 10px; }
  .td-nav .td-button .td-icon { width: 18px; height: 18px; }
  .td-hero { padding-top: 134px; min-height: 745px; }
  .td-hero__title { font-size: 11.3vw; }
  .td-hero__title > span { font-size: 22px; }
  .td-hero__art { right: -285px; top: 55px; opacity: .68; }
  .td-hero__caption { display: none; }
  .td-hero__intro { max-width: 350px; }
  .td-topics__inner { gap: 13px; font-size: 11px; min-height: 64px; }
  .td-section-grid { grid-template-columns: 1fr; gap: 30px; }
  .td-heading { max-width: 590px; font-size: 44px; }
  .td-experience__copy { padding-top: 0; }
  .td-pillars { gap: 27px; margin-top: 40px; }
  .td-pillar h3 { font-size: 21px; }
  .td-pillar p { font-size: 14px; }
  .td-section-heading { gap: 30px; }
  .td-section-heading__aside { font-size: 14px; max-width: 225px; }
  .td-workshop__body { padding: 21px; }
  .td-workshop__title { font-size: 24px; min-height: 112px; }
  .td-workshop__excerpt { min-height: 103px; }
  .td-workshop__time { font-size: 10px; }
  .td-workshop__time b { padding: 0 1px; }
  .td-agenda { gap: 20px; }
  .td-slot { grid-template-columns: 1fr; gap: 6px; }
  .td-slot--break,.td-slot--pending { gap: 4px; }
  .td-day__header { gap: 15px; }
  .td-day__number { font-size: 54px; }
  .td-day__header h3 { font-size: 22px; }
  .td-day__header p { font-size: 8px; letter-spacing: .04em; }
  .td-agenda-note { padding: 25px; }
  .td-agenda-note > p:not(.td-eyebrow) { font-size: 29px; }
  .td-booking__grid { grid-template-columns: 1fr; gap: 38px; }
  .td-booking__intro { max-width: 540px; }
  .td-booking__facts { display: flex; align-items: flex-start; gap: 25px; }
  .td-booking__facts p + p { margin-top: 0; }
  .td-ticket-panel { width: 100%; max-width: 640px; margin-inline: auto; }
  .td-faq .td-section-grid { grid-template-columns: 1fr; gap: 33px; }
  .td-footer__inner { flex-wrap: wrap; }
}
@media (max-width: 640px) {
  .td-page { --td-header-height: 72px; font-size: 16px; }
  .td-shell { width: calc(100% - 40px); }
  .td-section { padding: 58px 0; }
  .td-eyebrow { font-size: 10px; letter-spacing: .12em; margin-bottom: 18px; }
  .td-heading { font-size: clamp(35px,8.8vw,46px); line-height: 1.12; }
  .td-header__inner { position: relative; }
  .td-brand { gap: 9px; }
  .td-brand__text { font-size: 25px; }
  .td-brand__symbol .td-icon { width: 31px; height: 31px; }
  .td-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; align-items: center; justify-content: center; flex-direction: column; gap: 6px; border: 1px solid #ffffff40; border-radius: 6px; color: var(--td-paper); background: transparent; }
  .td-menu-toggle span { width: 19px; height: 1px; background: currentColor; display: block; transition: transform .18s; }
  .td-page.td-enhanced .td-menu-toggle { display: flex; }
  .td-page.td-enhanced .td-nav { display: none; }
  .td-nav { position: absolute; top: 71px; left: -20px; right: -20px; padding: 15px 20px 24px; background: #12100efa; box-shadow: 0 15px 30px #07192136; flex-wrap: wrap; gap: 12px 22px; border-bottom: 1px solid #ffffff29; }
  .td-nav > a:not(.td-button) { font-size: 14px; }
  .td-page.td-enhanced .td-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 3px; max-height: calc(100dvh - var(--td-header-height) - var(--td-admin-height)); overflow-y: auto; }
  .td-nav .td-button { font-size: 14px; min-height: 46px; margin-top: 8px; }
  .td-menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .td-menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .td-hero { min-height: auto; padding-top: 122px; }
  .td-hero .td-eyebrow { margin-bottom: 24px; font-size: 9px; gap: 8px; letter-spacing: .11em; }
  .td-hero__title { font-size: 12.2vw; margin-bottom: 29px; letter-spacing: -.067em; }
  .td-hero__title > span { font-size: 18px; margin-bottom: 12px; letter-spacing: .3em; }
  .td-hero__claim { font-size: clamp(23px,5.7vw,30px); line-height: 1.3; max-width: 430px; }
  .td-hero__claim em { margin-top: 3px; }
  .td-hero__intro { font-size: 15px; line-height: 1.75; max-width: 290px; margin-top: 25px; }
  .td-hero__actions { flex-direction: column; align-items: flex-start; gap: 9px; margin-top: 27px; }
  .td-hero__actions .td-button { min-height: 53px; padding: 14px 20px; font-size: 14px; gap: 25px; }
  .td-hero__actions .td-text-link { padding: 8px 0; font-size: 13px; }
  .td-hero__date { margin-top: 19px; font-size: 11px; gap: 9px; }
  .td-hero__date .td-icon { width: 16px; height: 16px; }
  .td-hero__bottom { margin-top: 34px; padding: 19px 0 20px; }
  .td-hero__bottom p { font-size: 8px; letter-spacing: .08em; max-width: 240px; }
  .td-hero__bottom a { font-size: 0; gap: 0; }
  .td-hero__bottom a span { font-size: 24px; }
  .td-hero__art { width: 600px; height: 600px; top: 70px; right: -330px; opacity: .63; }
  .td-hero__art::after { background: linear-gradient(90deg,#12100efc 5%,#12100ed4 31%,#12100e66 53%,transparent 78%); }
  .td-hero__sun { width: 260px; height: 260px; left: 52%; top: 44%; }
  .td-hero__orbit { left: 52%; top: 44%; }
  .td-hero__orbit--outer { width: 520px; height: 520px; }
  .td-hero__orbit--middle { width: 430px; height: 430px; }
  .td-hero__orbit--inner { width: 350px; height: 350px; }
  .td-hero__horizon { top: 44%; height: 56%; }
  .td-topics__inner { justify-content: center; flex-wrap: wrap; gap: 6px 18px; padding-block: 18px; font-size: 11px; min-height: 0; }
  .td-topics i { display: none; }
  .td-topics__inner span::before { content: ''; display: inline-block; width: 3px; height: 3px; background: #ac8a55; border-radius: 50%; margin-right: 7px; vertical-align: middle; }
  .td-prose { font-size: 16px; line-height: 1.8; }
  .td-prose p + p { margin-top: 15px; }
  .td-pillars { grid-template-columns: 1fr; gap: 24px; margin-top: 34px; }
  .td-pillar { display: grid; grid-template-columns: 36px 1fr; gap: 0 12px; padding-top: 19px; }
  .td-pillar__number { grid-row: span 2; padding-top: 5px; }
  .td-pillar h3 { font-size: 21px; margin-top: 0; }
  .td-pillar p { grid-column: 2; max-width: none; margin-top: 9px; font-size: 14px; }
  .td-section-heading { display: block; margin-bottom: 30px; }
  .td-section-heading__aside { max-width: 400px; margin-top: 21px; font-size: 15px; padding-bottom: 0; }
  .td-workshop-grid { grid-template-columns: 1fr; gap: 24px; }
  .td-workshop { grid-column: auto; }
  .td-art { height: 173px; }
  .td-art__top { padding: 19px 22px; }
  .td-art__name { left: 22px; right: 22px; bottom: 23px; font-size: 27px; }
  .td-workshop__body { padding: 22px; }
  .td-workshop__title { min-height: 0; font-size: 25px; margin-top: 16px; line-height: 1.16; text-wrap: initial; }
  .td-workshop__excerpt { min-height: 0; font-size: 15px; margin-top: 15px; }
  .td-workshop__time { font-size: 11px; }
  .td-workshop__details { margin-top: 21px; }
  .td-workshops__note { font-size: 12px; margin-top: 24px; line-height: 1.8; padding: 0 7px; }
  .td-manifesto { padding: 47px 0 50px; }
  .td-manifesto p { font-size: 23px; max-width: 440px; margin: auto; line-height: 1.35; }
  .td-manifesto p em { font-size: 1.65em; margin-top: 12px; }
  .td-manifesto .td-button { margin-top: 27px; }
  .td-agenda { grid-template-columns: 1fr; gap: 28px; }
  .td-day__header { gap: 24px; padding: 21px; }
  .td-day__header h3 { font-size: 24px; }
  .td-day__header p { font-size: 9px; letter-spacing: .06em; }
  .td-day__number { font-size: 61px; }
  .td-day__header > .td-icon { display: block; }
  .td-day__list { padding: 0 20px; }
  .td-slot { grid-template-columns: 84px minmax(0,1fr); gap: 14px; padding: 21px 0; }
  .td-slot__time { font-size: 10px; }
  .td-slot__speaker { font-size: 9px; letter-spacing: .05em; }
  .td-slot__info a { font-size: 15px; }
  .td-slot--break,.td-slot--pending { padding: 13px 0; }
  .td-slot--break .td-slot__info,.td-slot--pending .td-slot__info { font-size: 11px; }
  .td-agenda-note { margin-top: 23px; padding: 25px; }
  .td-agenda-note > p:not(.td-eyebrow) { font-size: 33px; }
  .td-program__note { font-size: 11px; line-height: 1.8; margin-top: 23px; }
  .td-booking__grid { gap: 30px; }
  .td-booking__intro { font-size: 16px; margin-top: 24px; }
  .td-booking__facts { display: block; padding-top: 22px; margin-top: 23px; }
  .td-booking__facts p + p { margin-top: 13px; }
  .td-ticket-panel { padding: 33px 24px; }
  .td-ticket-panel h3 { font-size: 32px; }
  .td-ticket-panel > p:not(.td-eyebrow) { font-size: 14px; }
  .td-ticket-panel--active { padding: 24px 12px; }
  .td-ticket-status { font-size: 10px; }
  .td-faq-item > summary { font-size: 15px; padding: 19px 0; gap: 20px; }
  .td-faq-item > div { padding: 0 18px 20px 0; }
  .td-faq-item p { font-size: 14px; }
  .td-footer { padding: 29px 0; }
  .td-footer__inner { display: grid; grid-template-columns: 1fr; gap: 21px; }
  .td-footer__inner > p { font-size: 12px; }
  .td-footer__inner > div { padding-top: 17px; border-top: 1px solid #ffffff22; justify-content: space-between; }
  .td-dialog { width: calc(100% - 24px); max-height: calc(100dvh - 24px); border-radius: 12px; }
  .td-dialog__content { padding: 58px 22px 27px; }
  .td-dialog__close { top: 10px; margin: 10px 10px -54px auto; }
  .td-dialog-title { font-size: 29px; line-height: 1.15; }
  .td-dialog-subtitle { font-size: 16px; }
  .td-dialog__content .td-eyebrow { max-width: 100%; font-size: 9px; }
  .td-detail-date { font-size: 11px; gap: 6px; }
}
@media (max-width: 360px) {
  .td-shell { width: calc(100% - 32px); }
  .td-nav { left: -16px; right: -16px; padding-inline: 16px; }
  .td-hero__title { font-size: 12.1vw; }
  .td-hero__claim { font-size: 22px; }
  .td-hero .td-eyebrow { font-size: 8px; }
  .td-heading { font-size: 33px; }
  .td-art__name { font-size: 25px; }
  .td-workshop__body { padding: 19px; }
  .td-workshop__time { font-size: 10px; }
  .td-day__list { padding: 0 17px; }
  .td-day__header { gap: 19px; padding: 18px; }
  .td-day__header h3 { font-size: 22px; }
  .td-slot { grid-template-columns: 76px minmax(0,1fr); gap: 12px; }
  .td-slot__info a { font-size: 14px; }
  .td-ticket-panel { padding-inline: 21px; }
  .td-ticket-panel--active { padding-inline: 10px; }
}
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
@media (prefers-reduced-motion: reduce) {
  .td-page *, .td-page *::before, .td-page *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
@media print {
  .td-header,.td-hero__art,.td-dialog,.td-button,.td-menu-toggle,.td-hero__actions { display: none !important; }
  .td-page { color: #000; background: #fff; }
  .td-shell { width: 100%; }
  .td-section { padding: 25px 0; }
  .td-hero { color: #000; background: #fff; min-height: 0; padding-top: 0; }
  .td-hero__title { color: #000; font-size: 70px; }
  .td-workshop-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .td-workshop { grid-column: auto; break-inside: avoid; }
}

@media (max-width: 640px) { .td-page:not(.td-enhanced) .td-hero { padding-top: 220px; } }

/* V2: Encuentros Despierta identity and supplied, unretouched assets. */
.td-page { --td-gold: #dfb475; --td-serif: Georgia, 'Times New Roman', serif; }
.td-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; }
.td-page .td-heading { font-family: var(--td-serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.12; }
.td-page .td-heading em { font-family: var(--td-serif); letter-spacing: -.04em; }
.td-header { border-color: #bf8b4536; }
.td-brand { gap: 23px; }
.td-page img.td-brand__logo { width: 166px; height: auto; max-width: 100%; aspect-ratio: 2048 / 458; object-fit: contain; filter: none; }
.td-brand__event { display: block; border-left: 1px solid #dfb4755c; padding-left: 21px; font-family: var(--td-serif); font-size: 10px; letter-spacing: .18em; line-height: 1.45; color: #e9d7b9; }
.td-brand__event strong { font-weight: 400; font-size: 15px; letter-spacing: .025em; }
.td-nav > a:not(.td-button) { color: #e5dccd; }
.td-button { background: linear-gradient(115deg,#edcb99,#d5a15b); border-color: #e3b97b; color: #23170c; box-shadow: 0 4px 14px #100c0514; }
.td-button:hover { background: #efcc97; color: #23170c; }
.td-button--ink { background: #211a12; color: #fbf3e6; border-color: #725433; }
.td-button--ink:hover { background: #3e2d1b; color: #fff; }

/* Poster is always complete. No cover crop, fixed height, filters or text overlays. */
.td-page .td-hero.td-hero--poster { position: relative; overflow: visible; min-height: 0; padding-top: var(--td-header-height); background: #100e0c; color: #faf1e3; }
.td-hero__poster { display: block; width: 100%; line-height: 0; margin: 0; }
.td-page .td-hero__poster img { display: block; width: 100%; max-width: none; height: auto; aspect-ratio: 1672 / 941; object-fit: contain; }
.td-hero__mobile-copy { display: none; }
.td-hero__action-band { border-block: 1px solid #c7985345; background: radial-gradient(ellipse at 25% 0%,#64401842,transparent 70%),#15100c; }
.td-hero__action-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-block: 25px; }
.td-hero__event-info { min-width: 0; }
.td-hero__event-info .td-eyebrow { margin: 0 0 10px; font-size: 9px; color: #dcb881; letter-spacing: .13em; }
.td-hero__date { display: flex; align-items: center; gap: 11px; font-size: 18px; line-height: 1.5; font-weight: 700; margin: 0; }
.td-hero__date .td-icon { color: var(--td-gold); width: 20px; height: 20px; }
.td-hero__venue { display: flex; gap: 12px; align-items: center; margin-top: 8px; color: #cdbfa9; font-size: 12px; line-height: 1.5; }
.td-hero__venue .td-icon { width: 17px; height: 17px; color: var(--td-gold); }
.td-hero__actions { display: flex; flex-direction: row; align-items: center; gap: 26px; margin: 0; }
.td-hero__actions > a { flex-shrink: 0; }
.td-topics { background: #eee5d6; }
.td-experience { background: #faf6ee; }
.td-pillar { border-color: #d8c2a2; }
.td-pillar h3 { font-family: var(--td-serif); font-weight: 400; font-size: 27px; }
.td-workshops { background: #f0e7d9; }

/* Each photo is its original file, in its own square, with no retouch or crop. */
.td-workshop-grid { align-items: stretch; }
.td-workshop { display: flex; flex-direction: column; border-color: #cdbba1; background: #fffcf6; border-radius: 9px; box-shadow: 0 7px 24px #46301709; }
.td-workshop:hover { border-color: #b58a4e; box-shadow: 0 15px 36px #50391a14; }
.td-workshop__body { display: flex; flex: 1 1 auto; flex-direction: column; }
.td-workshop__details { margin-top: auto; padding-top: 23px; }
.td-page .td-art--photo { height: auto; background: #19140f; color: #f9edda; }
.td-page .td-art--photo::after { content: none; display: none; }
.td-page .td-art--photo > img { position: static; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; object-position: center; filter: none; opacity: 1; transform: none; }
.td-page .td-art--photo .td-art__top { position: static; inset: auto; background: #19140f; padding: 12px 22px; color: #e9c694; align-items: center; }
.td-page .td-art--photo .td-art__top span:first-child { color: #ebd4b2; border: 0; border-radius: 0; background: transparent; padding: 0; }
.td-page .td-art--photo .td-art__top span:last-child { padding: 0; color: #c5a579; }
.td-page .td-art--photo .td-art__name { position: static; inset: auto; padding: 20px 22px 21px; font: 400 29px/1.15 var(--td-serif); letter-spacing: -.035em; color: #faecd4; border-bottom: 2px solid #c2975f; text-wrap: initial; }
.td-page .td-workshop__title { font-family: var(--td-serif); font-size: 27px; line-height: 1.17; font-weight: 700; letter-spacing: -.035em; min-height: 0; text-wrap: initial; }
.td-workshop__excerpt { min-height: 0; margin-bottom: 0; }
.td-workshop__details > summary { color: #754815; border-color: #e6d6be; }
.td-workshops__note { color: #75624b; }

/* Warm interlude and booking section, without more generated imagery. */
.td-manifesto { color: #f9ecd6; border-block: 1px solid #bd95594d; background: radial-gradient(ellipse at 50% 140%,#9b692864,transparent 70%),#19130e; }
.td-manifesto__mark { color: #d6ae6e; }
.td-manifesto p { font-weight: 400; font-family: var(--td-serif); }
.td-manifesto p em { color: #e9c68f; }
.td-manifesto .td-button { background: linear-gradient(115deg,#edcb99,#d5a15b); color: #23170c; border-color: #e3b97b; }
.td-day__header { background: linear-gradient(110deg,#241b13,#392717); }
.td-day__number { font-family: var(--td-serif); font-weight: 400; }
.td-day__header h3 { font-family: var(--td-serif); font-weight: 400; font-size: 29px; }
.td-agenda-note { background: #f0e4d0; }
.td-agenda-note > p:not(.td-eyebrow) { font-family: var(--td-serif); font-weight: 400; }
.td-booking { background: radial-gradient(ellipse at 0% 100%,#67431945,transparent 70%),#16110d; border-block: 1px solid #c0924d40; }
.td-ticket-panel { background: #fcf7ed; }
.td-ticket-panel h3 { font-family: var(--td-serif); font-weight: 400; }
.td-footer { background: #100e0b; border-top: 1px solid #b58c4c42; }
.td-footer .td-brand__logo { width: 181px; }
.td-detail-portrait { width: 88px; height: auto; aspect-ratio: 1; object-fit: contain; border: 1px solid #d7c3a2; border-radius: 5px; margin-bottom: 22px; }
.td-dialog-title { font-family: var(--td-serif); letter-spacing: -.03em; }
.td-dialog__close { border-color: #bfa27a; }

@media (max-width: 1100px) {
  .td-brand { gap: 18px; }
  .td-page img.td-brand__logo { width: 145px; }
  .td-brand__event { padding-left: 17px; }
  .td-hero__action-inner { gap: 25px; }
  .td-hero__actions { gap: 12px; flex-direction: column; align-items: stretch; }
  .td-hero__actions .td-text-link { justify-content: center; }
}
@media (max-width: 820px) {
  .td-brand__event { display: none; }
  .td-page img.td-brand__logo { width: 156px; }
  .td-hero__date { font-size: 16px; }
  .td-hero__event-info .td-eyebrow { max-width: 220px; font-size: 8px; line-height: 1.75; }
  .td-hero__actions .td-button { font-size: 13px; gap: 15px; padding: 13px 17px; min-height: 48px; }
  .td-hero__actions .td-text-link { font-size: 12px; min-height: 35px; }
  .td-page .td-art--photo .td-art__name { font-size: 26px; }
}
@media (max-width: 640px) {
  .td-header { background: #120f0def; }
  .td-nav { background: #17110dfa; border-color: #c7985345; }
  .td-page img.td-brand__logo { width: 150px; }
  .td-page .td-hero__mobile-copy { display: block; padding-block: 26px 28px; text-align: center; }
  .td-hero__mobile-copy .td-eyebrow { display: block; margin: 0 0 12px; font-size: 10px; letter-spacing: .2em; }
  .td-hero__mobile-claim { font-family: var(--td-serif); font-size: clamp(22px,5.5vw,32px); line-height: 1.25; }
  .td-hero__mobile-claim em { display: inline-block; color: #ecc78f; font-size: 1.28em; margin-top: 4px; }
  .td-hero__mobile-copy > p:last-child { max-width: 320px; margin: 18px auto 0; color: #d0c4b0; font-size: 14px; line-height: 1.65; }
  .td-hero__action-inner { flex-direction: column; align-items: stretch; gap: 23px; padding-block: 24px; }
  .td-hero__event-info { text-align: center; }
  .td-hero__event-info .td-eyebrow { display: none; }
  .td-hero__date { justify-content: center; font-size: 15px; gap: 9px; }
  .td-hero__venue { justify-content: center; }
  .td-hero__actions { width: 100%; gap: 8px; }
  .td-hero__actions .td-button { font-size: 14px; min-height: 51px; }
  .td-hero__actions .td-text-link { min-height: 43px; font-size: 13px; }
  .td-page .td-art--photo .td-art__name { font-size: 28px; padding: 19px 22px 21px; }
  .td-page .td-art--photo .td-art__top { font-size: 10px; }
  .td-page .td-workshop__title { font-size: 27px; }
  .td-workshop__details { padding-top: 22px; }
  .td-manifesto p { font-size: 24px; }
  .td-manifesto p em { font-size: 1.6em; }
  .td-footer .td-brand__logo { width: 162px; }
  .td-detail-portrait { width: 72px; margin-bottom: 20px; }
  .td-page:not(.td-enhanced) .td-hero.td-hero--poster { padding-top: 215px; }
}
@media (max-width: 360px) {
  .td-hero__date { font-size: 13px; }
  .td-hero__mobile-copy > p:last-child { font-size: 13px; }
  .td-page .td-workshop__title { font-size: 25px; }
  .td-page .td-art--photo .td-art__name { font-size: 27px; }
}
@media print {
  .td-page .td-hero.td-hero--poster { padding-top: 0; }
  .td-hero__mobile-copy { display: none !important; }
  .td-hero__action-band { color: #000; background: #fff; }
  .td-workshop-grid { align-items: start; }
  .td-workshop { break-inside: auto; }
  .td-hero__poster { break-inside: avoid; }
}
