/* Tadeo e Hijo: static PL/ES/EN rope-access profile. */
.td-page {
  --td-ink: #161e24;
  --td-slate: #25323b;
  --td-cream: #f7f5f0;
  --td-stone: #ebe7de;
  --td-gold: #d6b26a;
  --td-gold-dark: #7d5f22;
  --td-sky: #2c6e99;
  --td-muted: #56636b;
  --td-line: #d9d6cc;
  background: var(--td-cream);
}
.td-page .wrap { max-width: 1248px; }
.td-page main { color: var(--td-ink); }
.td-page main [id] { scroll-margin-top: 105px; }
.td-page main h2 { font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.15; font-weight: 500; letter-spacing: -.03em; text-wrap: balance; }
.td-page main h3 { font-size: 1.4rem; font-weight: 500; line-height: 1.25; }
.td-page main p { line-height: 1.75; }
.td-page main a { text-underline-offset: 4px; }
.td-page main a:hover { text-decoration: underline; }
.td-skip { position: fixed; top: 8px; left: 8px; z-index: 150; padding: 12px 20px; background: var(--td-ink); color: white; transform: translateY(-160%); }
.td-skip:focus { transform: translateY(0); }
.td-breadcrumb { display: flex; flex-wrap: wrap; gap: 6px 12px; padding-block: 21px; color: var(--td-muted); font-size: .76rem; }
.td-breadcrumb [aria-current] { color: var(--td-ink); }
.td-kicker { font-size: .69rem; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; color: var(--td-gold-dark); margin-bottom: 17px; }
.td-hero .td-kicker, .td-dark .td-kicker { color: var(--td-gold); }

.td-hero { background: var(--td-ink); color: var(--td-cream); }
.td-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; padding-block: 48px; align-items: center; }
.td-brand { width: 190px; height: auto; margin-bottom: 30px; }
.td-hero h1 { color: white; font-size: clamp(2.5rem, 4.2vw, 3.9rem); line-height: 1.08; letter-spacing: -.035em; font-weight: 500; }
.td-hero h1 em { color: var(--td-gold); font-weight: 500; white-space: nowrap; }
.td-intro { color: #dfe4e6; font-size: 1rem; max-width: 54ch; margin: 24px 0 27px; }
.td-actions { display: flex; flex-wrap: wrap; gap: 13px 22px; align-items: center; }
.td-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 50px; padding: 14px 22px; border: 1px solid transparent; border-radius: 3px; font-size: .86rem; line-height: 1.5; font-weight: 800; transition: background .2s; }
.td-page main a.td-button:hover { text-decoration: none; }
.td-button-gold { background: var(--td-gold); color: var(--td-ink); }
.td-button-gold:hover { background: #e6c889; }
.td-button-ink { background: var(--td-ink); color: white; }
.td-button-ink:hover { background: var(--td-slate); }
.td-text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: .86rem; font-weight: 700; }
.td-hero-contact { color: #c2cbcf; font-size: .8rem; margin-top: 14px; }
.td-hero-contact a { color: white; white-space: nowrap; }
.td-hero-visual { position: relative; margin: 0; align-self: stretch; min-height: 560px; }
.td-hero-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; border-radius: 3px 3px 3px 72px; }
.td-hero-visual::after { content: ''; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, #0d1418d0); border-radius: 0 0 3px 72px; pointer-events: none; }
.td-hero-visual figcaption { position: absolute; bottom: 24px; left: 34px; right: 24px; z-index: 1; }
.td-hero-visual figcaption strong { display: block; font-family: Fraunces, Georgia, serif; font-weight: 500; font-size: 1.3rem; color: white; }
.td-hero-visual figcaption span { display: block; color: #dfe4e6; font-size: .7rem; margin-top: 6px; }
.td-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; padding-block: 22px; border-top: 1px solid #34424b; }
.td-facts p + p { border-left: 1px solid #34424b; padding-left: 26px; }
.td-facts strong { display: block; font-size: .86rem; color: white; }
.td-facts span { color: #c2cbcf; font-size: .75rem; }
.td-jumpnav { display: flex; flex-wrap: wrap; gap: 5px 26px; padding-block: 15px; border-bottom: 1px solid var(--td-line); }
.td-jumpnav a { font-size: .78rem; padding-block: 8px; color: var(--td-muted); }

.td-section { padding-block: 80px; }
.td-section-stone { background: var(--td-stone); }
.td-dark { background: var(--td-ink); color: var(--td-cream); }
.td-section-head { display: grid; grid-template-columns: 1.1fr 1fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.td-section-head > p { color: var(--td-muted); font-size: .95rem; max-width: 52ch; }
.td-dark .td-section-head > p { color: #c9d1d5; }

.td-audiences { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.td-audience { background: white; border: 1px solid var(--td-line); border-radius: 3px; overflow: hidden; display: flex; flex-direction: column; }
.td-audience img { width: 100%; height: 260px; object-fit: cover; }
.td-audience:nth-child(2) img { object-position: 62% 30%; } /* keep the technician in frame */
.td-audience-body { padding: 28px 30px 30px; display: flex; flex-direction: column; flex: 1; }
.td-audience-body > p { color: var(--td-muted); font-size: .92rem; margin-top: 14px; }
.td-audience ul { list-style: none; padding: 0; margin: 20px 0 22px; font-size: .86rem; }
.td-audience li { padding: 10px 0 10px 26px; border-top: 1px solid var(--td-line); position: relative; }
.td-audience li::before { content: ''; position: absolute; left: 2px; top: 19px; width: 12px; height: 2px; background: var(--td-gold); }
.td-audience .td-text-link { margin-top: auto; align-self: flex-start; }

.td-services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 38px; }
.td-service { border-top: 1px solid #a6aca6; padding-top: 22px; }
.td-index { display: block; color: var(--td-gold-dark); font-size: .72rem; letter-spacing: .1em; font-weight: 700; margin-bottom: 16px; }
.td-service p { color: var(--td-muted); font-size: .9rem; margin-top: 13px; }

.td-compare-wrap { overflow-x: auto; margin-top: 8px; }
.td-compare { width: 100%; border-collapse: collapse; font-size: .88rem; }
.td-compare caption { text-align: left; font-size: .78rem; color: #c9d1d5; padding-bottom: 14px; }
.td-compare th, .td-compare td { padding: 15px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid #34424b; line-height: 1.6; }
.td-compare thead th { font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--td-gold); font-weight: 800; }
.td-compare tbody th { font-weight: 700; color: white; width: 24%; }
.td-compare td { color: #d3dade; }
.td-compare td:nth-child(3) { color: white; }
.td-note { font-size: .84rem; color: #c9d1d5; margin-top: 26px; max-width: 100ch; }
.td-note a { color: white; text-decoration: underline; }

.td-building-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.td-building-photo { margin: 0; position: sticky; top: 120px; }
.td-building-photo img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 3px; }
.td-building-photo figcaption { font-size: .76rem; color: var(--td-muted); padding-top: 12px; }
.td-checklist { list-style: none; padding: 0; margin: 0; counter-reset: td-check; }
.td-checklist li { counter-increment: td-check; position: relative; padding: 20px 0 20px 52px; border-top: 1px solid #c7c6bb; }
.td-checklist li::before { content: '0' counter(td-check); position: absolute; left: 0; top: 23px; font-size: .78rem; font-weight: 700; color: var(--td-gold-dark); }
.td-checklist h3 { font-size: 1.2rem; }
.td-checklist p { font-size: .9rem; color: var(--td-muted); margin-top: 8px; }

.td-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; padding: 0; margin: 0; list-style: none; counter-reset: td-step; }
.td-steps li { counter-increment: td-step; border-top: 2px solid var(--td-gold); padding-top: 20px; }
.td-steps li::before { content: '0' counter(td-step); display: block; font-size: .78rem; font-weight: 800; color: var(--td-gold-dark); margin-bottom: 12px; }
.td-steps h3 { font-size: 1.2rem; }
.td-steps p { font-size: .88rem; color: var(--td-muted); margin-top: 10px; }

.td-gallery { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.td-gallery figure { margin: 0; position: relative; overflow: hidden; border-radius: 3px; }
.td-gallery figure:nth-child(1) { grid-column: span 3; }
.td-gallery figure:nth-child(2) { grid-column: span 3; }
.td-gallery figure:nth-child(n+3) { grid-column: span 2; }
.td-gallery img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.td-gallery figcaption { font-size: .76rem; color: var(--td-muted); padding: 10px 2px 0; }

.td-area { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.td-towns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; padding: 0; list-style: none; }
.td-towns li { border: 1px solid #c7c6bb; border-radius: 40px; padding: 7px 16px; font-size: .82rem; font-weight: 600; background: var(--td-cream); }
.td-area-note { font-size: .88rem; color: var(--td-muted); margin-top: 20px; }
.td-area-note a { color: var(--td-ink); text-decoration: underline; }

.td-faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.td-faq-intro > p:not(.td-kicker) { font-size: .93rem; color: var(--td-muted); margin-top: 22px; max-width: 36ch; }
.td-faq-item { border-bottom: 1px solid var(--td-line); }
.td-faq-item:first-child { border-top: 1px solid var(--td-line); }
.td-faq-item summary { position: relative; padding: 21px 30px 21px 0; cursor: pointer; font-weight: 700; font-size: .93rem; list-style: none; }
.td-faq-item summary::-webkit-details-marker { display: none; }
.td-faq-item summary::after { content: '+'; position: absolute; right: 0; top: 17px; font-size: 1.4rem; font-weight: 400; color: var(--td-gold-dark); }
.td-faq-item[open] summary::after { content: '−'; }
.td-faq-item p { padding: 0 10px 22px 0; font-size: .9rem; color: var(--td-muted); }

.td-contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: start; }
.td-contact-lead { font-size: .96rem; color: #c9d1d5; margin-block: 22px; max-width: 54ch; }
.td-agent { display: flex; gap: 16px; align-items: center; margin-top: 26px; }
.td-agent img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.td-agent strong { display: block; color: white; font-size: .92rem; }
.td-agent span { color: #c2cbcf; font-size: .78rem; }
.td-gbp { font-size: .82rem; color: #c2cbcf; margin-top: 22px; max-width: 56ch; }
.td-gbp a { color: white; text-decoration: underline; }
.td-brief { background: var(--td-slate); border: 1px solid #34424b; padding: 30px; }
.td-brief h3 { font-size: 1.4rem; color: white; }
.td-brief ol { padding-left: 20px; margin: 18px 0; color: #dfe4e6; }
.td-brief li { font-size: .87rem; padding: 6px 0 6px 4px; }
.td-brief p { font-size: .8rem; color: #c2cbcf; }
.td-contact-note { font-size: .78rem; color: #aeb8bd; margin-top: 30px; max-width: 105ch; }

.td-reading { padding-block: 42px; }
.td-page main .td-reading h2 { font-size: 1.5rem; }
.td-reading-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; margin-top: 22px; }
.td-reading-links a { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--td-line); padding-block: 10px 15px; font-size: .86rem; font-weight: 700; }
.td-editorial { margin-top: 26px; font-size: .75rem; color: var(--td-muted); max-width: 117ch; }

@media (min-width: 721px) and (max-width: 1190px) {
  .td-page .nav { flex-wrap: wrap; height: auto; min-height: 76px; padding-top: 14px; padding-bottom: 12px; gap: 12px; }
  .td-page .nav-links { order: 3; flex-basis: 100%; justify-content: space-between; margin: 0; gap: 12px; }
  .td-page .nav-links a, .td-page .nav-drop-btn { font-size: .84rem; }
  .td-page .nav-right { margin-left: auto; }
  .td-page .nav-dropdown { left: 0; transform: translateY(-6px); }
  .td-page .nav-item.open .nav-dropdown { transform: translateY(0); }
  .td-page main [id] { scroll-margin-top: 140px; }
}
@media (max-width: 1050px) {
  .td-hero-grid, .td-section-head, .td-building-grid, .td-faq-grid, .td-contact-grid, .td-area { gap: 36px; }
  .td-hero h1 { font-size: 3rem; }
  .td-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .td-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .td-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .td-facts p:nth-child(3) { border-left: 0; padding-left: 0; }
}
@media (max-width: 800px) {
  .td-hero-grid { grid-template-columns: 1fr; padding-block: 34px; }
  .td-hero h1 { font-size: clamp(2.5rem, 7vw, 3.6rem); }
  .td-hero-visual { min-height: 420px; }
  .td-section-head { grid-template-columns: 1fr; gap: 18px; }
  .td-audiences { grid-template-columns: 1fr; }
  .td-building-grid, .td-faq-grid, .td-contact-grid, .td-area { grid-template-columns: 1fr; }
  .td-building-photo { position: static; }
  .td-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .td-gallery figure:nth-child(n) { grid-column: span 1; }
  .td-gallery figure:nth-child(1) { grid-column: span 2; }
}
@media (max-width: 540px) {
  .td-page .wrap { padding-inline: 22px; }
  .td-breadcrumb { font-size: .68rem; padding-block: 17px; gap: 6px 8px; }
  .td-hero-grid { padding-block: 26px; gap: 28px; }
  .td-brand { width: 150px; margin-bottom: 24px; }
  .td-kicker { font-size: .65rem; letter-spacing: .11em; margin-bottom: 14px; }
  .td-hero h1 { font-size: clamp(2.2rem, 10vw, 3rem); }
  .td-intro { font-size: .93rem; margin-block: 20px; }
  .td-hero .td-button { width: 100%; }
  .td-hero-visual { min-height: 360px; }
  .td-hero-visual > img, .td-hero-visual::after { border-bottom-left-radius: 48px; }
  .td-hero-visual figcaption { left: 22px; bottom: 18px; right: 16px; }
  .td-hero-visual figcaption strong { font-size: 1.1rem; }
  .td-facts { grid-template-columns: 1fr; gap: 0; padding-block: 6px; }
  .td-facts p { padding-block: 11px; }
  .td-facts p + p { padding-left: 0; border-left: 0; border-top: 1px solid #34424b; }
  .td-facts strong { display: inline; font-size: .8rem; margin-right: 8px; }
  .td-facts span { font-size: .72rem; }
  .td-jumpnav { gap: 2px 20px; padding-block: 12px; }
  .td-jumpnav a { font-size: .74rem; }
  .td-section { padding-block: 50px; }
  .td-page main h2 { font-size: 2rem; }
  .td-section-head { margin-bottom: 28px; }
  .td-audience img { height: 200px; }
  .td-audience-body { padding: 22px 22px 24px; }
  .td-services, .td-steps { grid-template-columns: 1fr; gap: 26px; }
  .td-compare { font-size: .78rem; }
  .td-compare th, .td-compare td { padding: 12px 6px; line-height: 1.5; hyphens: auto; overflow-wrap: break-word; }
  .td-compare thead th { font-size: .64rem; letter-spacing: .06em; }
  .td-compare tbody th { width: 27%; }
  .td-checklist li { padding-left: 40px; }
  .td-gallery { grid-template-columns: 1fr; }
  .td-gallery figure:nth-child(n) { grid-column: span 1; }
  .td-faq-item summary { font-size: .88rem; }
  .td-dark .td-button { width: 100%; }
  .td-brief { padding: 24px; }
  .td-reading-links { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 360px) {
  .td-page #header .lang .lang-btn { padding-inline: 6px; }
}
