@font-face { font-family: "TNS Poppins"; src: url("/wp-content/uploads/tns-home-correcta-20260906/poppins-400.ttf") format("truetype"); font-display: swap; font-style: normal; font-weight: 400; }
@font-face { font-family: "TNS Poppins"; src: url("/wp-content/uploads/tns-home-correcta-20260906/poppins-600.ttf") format("truetype"); font-display: swap; font-style: normal; font-weight: 600; }
@font-face { font-family: "TNS Poppins"; src: url("/wp-content/uploads/tns-home-correcta-20260906/poppins-800.ttf") format("truetype"); font-display: swap; font-style: normal; font-weight: 800; }
@font-face { font-family: "TNS Verve"; src: url("/wp-content/uploads/tns-home-correcta-20260906/tns-verve.ttf") format("truetype"); font-display: swap; font-style: normal; font-weight: 400; }
:where(.tns-wp-approved){font-family:"TNS Poppins",Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}:where(.tns-wp-approved) *,:where(.tns-wp-approved) *:before,:where(.tns-wp-approved) *:after{box-sizing:border-box}:where(.tns-wp-approved) h1,:where(.tns-wp-approved) h2,:where(.tns-wp-approved) h3,:where(.tns-wp-approved) p,:where(.tns-wp-approved) figure,:where(.tns-wp-approved) ul,:where(.tns-wp-approved) ol{margin:0;padding:0;color:inherit}:where(.tns-wp-approved) ul,:where(.tns-wp-approved) ol{list-style:none}:where(.tns-wp-approved) a{color:inherit;text-decoration:none}:where(.tns-wp-approved) img{display:block;max-width:100%}:where(.tns-wp-approved) button,:where(.tns-wp-approved) input,:where(.tns-wp-approved) select,:where(.tns-wp-approved) textarea{font:inherit}:where(.tns-wp-approved) button{cursor:pointer;background:transparent;border:0;color:inherit}:where(.tns-wp-approved) button,:where(.tns-wp-approved) input,:where(.tns-wp-approved) select{margin:0}.tns-wp-approved.et_pb_section{padding:0!important}.tns-wp-approved>.et_pb_row{width:100%!important;max-width:none!important;padding:0!important;margin:0!important}.tns-wp-approved .et_pb_column,.tns-wp-approved .et_pb_module{margin:0!important}.tns-wp-approved h1,.tns-wp-approved h2,.tns-wp-approved h3{padding-bottom:0}:where(.tns-wp-approved) svg{display:inline-block;vertical-align:middle}:where(.tns-wp-approved) summary{display:list-item}
.tns-home {
  --home-ink: #081722;
  --home-blue: #173b78;
  --home-blue-deep: #102c59;
  --home-green: #9bd64b;
  --home-snow: #f2f4ef;
  --home-white: #ffffff;
  --home-line: rgba(8, 23, 34, 0.16);
  --home-shell: min(100% - 64px, 1440px);
  overflow-x: clip;
  background: var(--home-snow);
  color: var(--home-ink);
}

.tns-home-shell {
  width: var(--home-shell);
  margin-inline: auto;
}

.tns-home h1,
.tns-home h2 {
  font-family: "TNS Verve", "Arial Narrow", sans-serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.84;
  text-transform: uppercase;
}

.tns-home section[id] {
  scroll-margin-top: 36px;
}

.tns-home a:focus-visible,
.tns-home button:focus-visible,
.tns-home summary:focus-visible,
.tns-home iframe:focus-visible {
  outline: 3px solid var(--home-green);
  outline-offset: 4px;
}

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

.tns-home-button {
  min-height: 58px;
  min-width: 245px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.tns-home-button:hover {
  transform: translateY(-2px);
}

.tns-home-button--green {
  background: var(--home-green);
  color: var(--home-ink);
}

.tns-home-button--green:hover {
  background: var(--home-white);
}

.tns-home-button--glass {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.52);
  color: var(--home-white);
  background: rgba(8, 23, 34, 0.18);
  backdrop-filter: blur(10px);
}

.tns-home-button--glass:hover {
  background: var(--home-white);
  color: var(--home-ink);
}

.tns-home-button--ink {
  background: var(--home-ink);
  color: var(--home-white);
}

.tns-home-button--ink:hover {
  background: var(--home-blue);
}

.tns-home-button--light {
  background: var(--home-white);
  color: var(--home-ink);
}

.tns-home-button--light:hover {
  background: var(--home-green);
}

.tns-home-text-link {
  width: fit-content;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  color: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: gap 180ms ease, color 180ms ease;
}

.tns-home-text-link:hover {
  gap: 38px;
  color: #658d24;
}

.tns-home-section-heading {
  padding: clamp(100px, 10vw, 165px) 0 clamp(70px, 7vw, 105px);
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(300px, 0.62fr);
  align-items: end;
  gap: clamp(50px, 8vw, 125px);
}

.tns-home-section-heading h2 {
  max-width: 1030px;
  margin: 0;
  font-size: clamp(76px, 7.8vw, 132px);
}

.tns-home-section-heading > p {
  max-width: 545px;
  margin: 0 0 7px;
  color: #5f6b73;
  font-size: 16px;
  line-height: 1.76;
}

.tns-home-section-heading--light {
  color: var(--home-white);
}

.tns-home-section-heading--light > p {
  color: rgba(255, 255, 255, 0.64);
}

/* Hero */
.tns-home-hero {
  min-height: 820px;
  height: 100svh;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--home-ink);
  color: var(--home-white);
}

.tns-home-hero__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  background: var(--home-ink);
}

.tns-home-hero__poster,
.tns-home-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.9) saturate(0.98);
}

.tns-home-hero__video {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 600ms ease;
}

.tns-home-hero__video.is-playing {
  opacity: 1;
}

.tns-home-hero__veil {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 18, 27, 0.66) 0%, rgba(6, 18, 27, 0.33) 52%, rgba(6, 18, 27, 0.08) 82%),
    linear-gradient(0deg, rgba(6, 18, 27, 0.8) 0%, transparent 48%);
}

.tns-home-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 7px;
  background: linear-gradient(90deg, var(--home-green) 0 43%, #2c58ab 43% 100%);
}

.tns-home-hero__brand {
  width: clamp(180px, 18vw, 300px);
  position: absolute;
  top: 34px;
  right: max(32px, calc((100% - 1440px) / 2));
  z-index: 2;
  opacity: 0.78;
  filter: invert(1);
}

.tns-home-hero__brand img {
  width: 100%;
  height: auto;
  display: block;
}

.tns-home-hero__content {
  padding: 130px 0 126px;
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(340px, 0.58fr);
  align-items: end;
  gap: clamp(60px, 8vw, 140px);
}

.tns-home-hero h1 {
  max-width: 1010px;
  margin: 0;
  font-size: clamp(84px, 8.7vw, 150px);
  text-shadow: 0 4px 30px rgba(5, 15, 23, 0.48);
}

.tns-home-hero h1 span,
.tns-home-hero h1 em {
  display: block;
}

.tns-home-hero h1 span {
  color: var(--home-green);
}

.tns-home-hero h1 em {
  font-style: normal;
  white-space: nowrap;
}

.tns-home-hero__intro h2 {
  max-width: 470px;
  margin: 0 0 22px;
  font-family: inherit;
  font-size: clamp(28px, 2.5vw, 42px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: none;
}

.tns-home-hero__intro p {
  max-width: 530px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.72;
  text-shadow: 0 2px 16px rgba(5, 15, 23, 0.6);
}

.tns-home-hero__intro .tns-home-actions {
  margin-top: 30px;
  align-items: flex-start;
  flex-direction: column;
}

.tns-home-hero__index {
  height: 58px;
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(6, 18, 27, 0.42);
  backdrop-filter: blur(12px);
}

.tns-home-hero__index a {
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.tns-home-hero__index a:last-child {
  border-right: 0;
}

.tns-home-hero__index a:hover {
  background: var(--home-green);
  color: var(--home-ink);
}

/* Services */
.tns-home-services {
  background: var(--home-white);
}

.tns-home-services__stories {
  border-top: 1px solid var(--home-line);
}

.tns-service-story {
  min-height: 730px;
  display: grid;
  grid-template-columns: 1.07fr 0.93fr;
  border-bottom: 1px solid var(--home-line);
}

.tns-service-story:nth-child(even) {
  grid-template-columns: 0.93fr 1.07fr;
}

.tns-service-story:nth-child(even) .tns-service-story__media {
  order: 2;
}

.tns-service-story__media {
  min-height: 730px;
  position: relative;
  overflow: hidden;
  background: #dce2e5;
}

.tns-service-story__media img {
  object-fit: cover;
  transition: transform 700ms ease;
}

.tns-service-story:nth-child(1) .tns-service-story__media img {
  object-position: center 34%;
}

.tns-service-story:nth-child(2) .tns-service-story__media img {
  object-position: 58% center;
}

.tns-service-story:nth-child(3) .tns-service-story__media img {
  object-position: center 42%;
}

.tns-service-story:hover .tns-service-story__media img {
  transform: scale(1.025);
}

.tns-service-story__copy {
  padding: clamp(65px, 8vw, 125px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--home-snow);
}

.tns-service-story:nth-child(2) .tns-service-story__copy {
  background: var(--home-blue);
  color: var(--home-white);
}

.tns-service-story:nth-child(3) .tns-service-story__copy {
  background: var(--home-green);
}

.tns-service-story:nth-child(4) .tns-service-story__copy {
  background: var(--home-ink);
  color: var(--home-white);
}

.tns-service-story__copy > span {
  margin-bottom: 25px;
  color: #6e8f35;
  font-size: 9px;
  font-weight: 800;
}

.tns-service-story:nth-child(2) .tns-service-story__copy > span,
.tns-service-story:nth-child(4) .tns-service-story__copy > span {
  color: var(--home-green);
}

.tns-service-story__copy h3 {
  max-width: 690px;
  margin: 0 0 27px;
  font-size: clamp(48px, 5vw, 78px);
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.tns-service-story__copy > p {
  max-width: 640px;
  margin: 0;
  color: #5f6b73;
  font-size: 15px;
  line-height: 1.72;
}

.tns-service-story:nth-child(2) .tns-service-story__copy > p,
.tns-service-story:nth-child(4) .tns-service-story__copy > p {
  color: rgba(255, 255, 255, 0.64);
}

.tns-service-story__copy ul {
  margin: 37px 0 38px;
  padding: 0;
  border-top: 1px solid currentColor;
  list-style: none;
  opacity: 0.82;
}

.tns-service-story__copy li {
  min-height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  font-weight: 700;
}

.tns-service-story:nth-child(2) .tns-home-text-link:hover,
.tns-service-story:nth-child(4) .tns-home-text-link:hover {
  color: var(--home-green);
}

/* Programs */
.tns-home-programs {
  padding-top: 1px;
  background: var(--home-blue-deep);
}

.tns-program--academy {
  min-height: 800px;
  display: flex;
  align-items: center;
  background: var(--home-blue);
  color: var(--home-white);
}

.tns-program__layout {
  min-height: 800px;
  padding: 100px 0;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: clamp(70px, 10vw, 170px);
}

.tns-program__copy h3 {
  max-width: 780px;
  margin: 0 0 31px;
  color: var(--home-green);
  font-family: "TNS Verve", "Arial Narrow", sans-serif;
  font-size: clamp(92px, 9vw, 154px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.8;
  text-transform: uppercase;
}

.tns-program__copy > p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.75;
}

.tns-program__copy ul,
.tns-program__corporate-copy ul {
  margin: 38px 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  list-style: none;
}

.tns-program__copy li,
.tns-program__corporate-copy li {
  min-height: 52px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 10px;
  font-weight: 700;
}

.tns-program__progress {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}

.tns-program__progress::before {
  content: "";
  width: 3px;
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 38px;
  background: linear-gradient(var(--home-green), rgba(255, 255, 255, 0.3));
}

.tns-program__progress li {
  min-height: 145px;
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.tns-program__progress li > span {
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  background: var(--home-blue);
  border: 2px solid var(--home-green);
  transform: rotate(45deg);
  color: var(--home-green);
  font-size: 9px;
  font-weight: 800;
}

.tns-program__progress li > span::first-line {
  transform: rotate(-45deg);
}

.tns-program__progress strong {
  font-size: clamp(34px, 4vw, 64px);
  letter-spacing: -0.05em;
}

.tns-program--corporate {
  min-height: 820px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  background: var(--home-white);
}

.tns-program__corporate-copy {
  padding: clamp(75px, 8vw, 130px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tns-program__corporate-copy h3 {
  max-width: 730px;
  margin: 0 0 30px;
  font-size: clamp(54px, 5.8vw, 92px);
  letter-spacing: -0.055em;
  line-height: 0.93;
}

.tns-program__corporate-copy > p {
  max-width: 640px;
  margin: 0;
  color: #5d6971;
  font-size: 16px;
  line-height: 1.75;
}

.tns-program__corporate-copy ul {
  border-color: var(--home-line);
}

.tns-program__corporate-copy li {
  border-color: var(--home-line);
}

.tns-program__corporate-media {
  min-height: 820px;
  position: relative;
  overflow: hidden;
  background: #dce2e5;
}

.tns-program__corporate-media img {
  object-fit: cover;
  object-position: center 46%;
  transition: transform 700ms ease;
}

.tns-program--corporate:hover .tns-program__corporate-media img {
  transform: scale(1.025);
}

/* Ecosystem */
.tns-home-ecosystem {
  position: relative;
  overflow: hidden;
  padding: clamp(105px, 11vw, 175px) 0;
  background:
    linear-gradient(135deg, transparent 0 75%, rgba(23, 59, 120, 0.08) 75% 75.4%, transparent 75.4%),
    var(--home-snow);
}

.tns-home-ecosystem::before {
  content: "TNS";
  position: absolute;
  top: 85px;
  right: -0.03em;
  color: rgba(23, 59, 120, 0.04);
  font-family: "TNS Verve", "Arial Narrow", sans-serif;
  font-size: clamp(260px, 34vw, 620px);
  line-height: 0.72;
}

.tns-home-ecosystem__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(75px, 10vw, 165px);
}

.tns-home-ecosystem__heading {
  align-self: start;
  position: sticky;
  top: 38px;
}

.tns-home-ecosystem__heading h2 {
  max-width: 610px;
  margin: 0 0 35px;
  font-size: clamp(78px, 8vw, 132px);
}

.tns-home-ecosystem__heading p {
  max-width: 500px;
  margin: 0;
  color: #617078;
  font-size: 15px;
  line-height: 1.74;
}

.tns-home-ecosystem__links {
  border-top: 1px solid var(--home-line);
}

.tns-home-ecosystem__links a {
  min-height: 105px;
  display: grid;
  grid-template-columns: 46px minmax(180px, 0.8fr) 1fr auto;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid var(--home-line);
  transition: padding 180ms ease, color 180ms ease, background 180ms ease;
}

.tns-home-ecosystem__links a:hover {
  padding-inline: 18px;
  background: var(--home-white);
  color: #5f841e;
}

.tns-home-ecosystem__links a > span {
  color: #78933f;
  font-size: 8px;
  font-weight: 800;
}

.tns-home-ecosystem__links strong {
  font-size: clamp(23px, 2.4vw, 37px);
  letter-spacing: -0.04em;
}

.tns-home-ecosystem__links em {
  color: #7a858b;
  font-size: 11px;
  font-style: normal;
}

.tns-home-ecosystem__links i {
  color: #6d8e35;
  font-style: normal;
}

/* Compact service map */
.tns-home-services {
  padding-bottom: clamp(92px, 9vw, 145px);
}

.tns-home-services .tns-home-section-heading {
  padding-bottom: clamp(46px, 5vw, 72px);
}

.tns-home-services__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--home-line);
  border-left: 1px solid var(--home-line);
}

.tns-service-icon {
  min-width: 0;
  min-height: 330px;
  position: relative;
  padding: 25px 22px 24px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  background: var(--home-white);
  color: var(--home-ink);
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.tns-service-icon:nth-child(2),
.tns-service-icon:nth-child(5) {
  background: #eef2f7;
}

.tns-service-icon:nth-child(3),
.tns-service-icon:nth-child(6) {
  background: var(--home-snow);
}

.tns-service-icon:hover {
  z-index: 1;
  background: var(--home-green);
  color: var(--home-ink);
  transform: translateY(-7px);
}

.tns-service-icon__number {
  position: absolute;
  top: 22px;
  right: 20px;
  color: #72813f;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.tns-service-icon__symbol {
  width: 66px;
  height: 66px;
  margin-bottom: auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--home-green);
  border-radius: 50%;
  background: var(--home-white);
  color: var(--home-blue);
}

.tns-service-icon__symbol svg {
  width: 36px;
  height: 36px;
  display: block;
}

.tns-service-icon strong {
  min-height: 2.05em;
  margin: 38px 0 12px;
  font-family: "TNS Verve", "Arial Narrow", sans-serif;
  font-size: clamp(27px, 2.2vw, 38px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.92;
  text-transform: uppercase;
}

.tns-service-icon p {
  margin: 0;
  color: #657078;
  font-size: 10px;
  line-height: 1.55;
}

.tns-service-icon:hover p {
  color: rgba(8, 23, 34, 0.68);
}

.tns-service-icon__arrow {
  margin-top: 20px;
  align-self: flex-end;
  font-size: 16px;
}

.tns-home-services__statement {
  padding-top: clamp(60px, 6vw, 92px);
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(55px, 9vw, 145px);
  align-items: start;
}

.tns-home-services__statement h3 {
  max-width: 670px;
  margin: 0;
  font-size: clamp(43px, 4.8vw, 76px);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.tns-home-services__statement > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  border-top: 1px solid var(--home-line);
}

.tns-home-services__statement p {
  margin: 0;
  padding-top: 26px;
  color: #5f6b73;
  font-size: 13px;
  line-height: 1.72;
}

/* Four signature experiences */
.tns-home-programs {
  padding-bottom: clamp(95px, 9vw, 145px);
}

.tns-home-programs .tns-home-section-heading {
  padding-bottom: clamp(48px, 5vw, 76px);
}

.tns-home-experiences {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.tns-experience-card {
  min-width: 0;
  min-height: 580px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 30px 27px 28px;
  display: flex;
  flex-direction: column;
  background: var(--home-blue);
  color: var(--home-white);
}

.tns-experience-card:nth-child(1) {
  background: var(--home-green);
  color: var(--home-ink);
}

.tns-experience-card:nth-child(2) {
  background: #23509a;
}

.tns-experience-card:nth-child(3) {
  background: var(--home-snow);
  color: var(--home-ink);
}

.tns-experience-card:nth-child(4) {
  background: var(--home-ink);
}

.tns-experience-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, transparent 0 63%, rgba(255, 255, 255, 0.08) 63% 63.5%, transparent 63.5%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 25% 100%;
}

.tns-experience-card__mark {
  position: absolute;
  right: -0.05em;
  bottom: -0.12em;
  z-index: -1;
  color: rgba(255, 255, 255, 0.09);
  font-family: "TNS Verve", "Arial Narrow", sans-serif;
  font-size: clamp(260px, 22vw, 390px);
  line-height: 0.7;
}

.tns-experience-card:nth-child(1) .tns-experience-card__mark,
.tns-experience-card:nth-child(3) .tns-experience-card__mark {
  color: rgba(8, 23, 34, 0.075);
}

.tns-experience-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.tns-experience-card h3 {
  margin: 90px 0 24px;
  font-family: "TNS Verve", "Arial Narrow", sans-serif;
  font-size: clamp(55px, 5vw, 78px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.82;
  text-transform: uppercase;
}

.tns-experience-card > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.64;
}

.tns-experience-card:nth-child(1) > p,
.tns-experience-card:nth-child(3) > p {
  color: rgba(8, 23, 34, 0.66);
}

.tns-experience-card ul {
  margin: 30px 0 28px;
  padding: 0;
  border-top: 1px solid currentColor;
  list-style: none;
  opacity: 0.74;
}

.tns-experience-card li {
  min-height: 42px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid currentColor;
  font-size: 9px;
  font-weight: 700;
}

.tns-experience-card > a {
  width: fit-content;
  margin-top: auto;
  padding-bottom: 7px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid currentColor;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: gap 180ms ease, color 180ms ease;
}

.tns-experience-card > a:hover {
  gap: 29px;
  color: var(--home-green);
}

.tns-experience-card:nth-child(1) > a:hover,
.tns-experience-card:nth-child(3) > a:hover {
  color: var(--home-blue);
}

.tns-home-experiences__hint {
  display: none;
}

/* Ski classes */
.tns-home-ski {
  padding: clamp(105px, 10vw, 160px) 0;
  background: var(--home-ink);
  color: var(--home-white);
}

.tns-home-ski__heading {
  margin-bottom: clamp(75px, 8vw, 120px);
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: end;
  gap: 80px;
}

.tns-home-ski__heading h2 {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(78px, 8vw, 136px);
}

.tns-home-ski__heading p {
  max-width: 520px;
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 16px;
  line-height: 1.75;
}

.tns-home-ski__stage {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.tns-home-ski__media {
  min-height: 800px;
  position: relative;
  overflow: hidden;
  background: #d8e0e4;
}

.tns-home-ski__media img {
  object-fit: cover;
  object-position: center 34%;
  transition: transform 700ms ease;
}

.tns-home-ski__stage:hover .tns-home-ski__media img {
  transform: scale(1.025);
}

.tns-home-class-list {
  padding: clamp(55px, 6vw, 90px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #10202c;
}

.tns-home-class-list a {
  min-height: 116px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  transition: padding 180ms ease, color 180ms ease;
}

.tns-home-class-list a:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.19);
}

.tns-home-class-list a:hover {
  padding-inline: 9px;
  color: var(--home-green);
}

.tns-home-class-list a > span {
  color: var(--home-green);
  font-size: 8px;
  font-weight: 800;
}

.tns-home-class-list a > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.tns-home-class-list strong {
  font-size: clamp(22px, 2.4vw, 36px);
  letter-spacing: -0.035em;
}

.tns-home-class-list em {
  color: rgba(255, 255, 255, 0.43);
  font-size: 10px;
  font-style: normal;
}

.tns-home-ski__action {
  padding-top: 55px;
  display: flex;
  justify-content: flex-end;
}

/* Snowboard */
.tns-home-snowboard {
  min-height: 860px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  background: var(--home-blue);
  color: var(--home-white);
}

.tns-home-snowboard__media {
  min-height: 860px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  background: #dce2e5;
}

.tns-home-snowboard__media img {
  object-fit: cover;
  object-position: center;
  transition: transform 700ms ease;
}

.tns-home-snowboard:hover .tns-home-snowboard__media img {
  transform: scale(1.025);
}

.tns-home-snowboard__copy {
  padding: clamp(70px, 8vw, 125px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tns-home-snowboard__copy h2 {
  max-width: 760px;
  margin: 0 0 35px;
  color: var(--home-green);
  font-size: clamp(78px, 8vw, 132px);
}

.tns-home-snowboard__copy > p {
  max-width: 650px;
  margin: 0 0 55px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.75;
}

.tns-home-snowboard__copy nav {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.tns-home-snowboard__copy nav a {
  min-height: 105px;
  display: grid;
  grid-template-columns: minmax(170px, 0.8fr) 1fr auto;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  transition: padding 180ms ease, color 180ms ease;
}

.tns-home-snowboard__copy nav a:hover {
  padding-inline: 9px;
  color: var(--home-green);
}

.tns-home-snowboard__copy nav strong {
  font-size: 16px;
}

.tns-home-snowboard__copy nav a > span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
}

/* Team */
.tns-home-team {
  padding: clamp(105px, 11vw, 180px) 0;
  background: var(--home-white);
}

.tns-home-team__layout {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: clamp(75px, 10vw, 165px);
}

.tns-home-team__heading {
  align-self: start;
  position: sticky;
  top: 38px;
}

.tns-home-team__heading h2 {
  margin: 0 0 35px;
  font-size: clamp(88px, 9vw, 146px);
}

.tns-home-team__heading p {
  max-width: 510px;
  margin: 0 0 24px;
  color: #617078;
  font-size: 15px;
  line-height: 1.75;
}

.tns-home-team__heading .tns-home-team__legend {
  margin-bottom: 38px;
  padding: 18px 0 0;
  border-top: 1px solid var(--home-line);
  color: #7a858b;
  font-size: 10px;
  line-height: 1.6;
}

.tns-home-team__groups {
  min-width: 0;
}

.tns-home-team__group + .tns-home-team__group {
  margin-top: 45px;
}

.tns-home-team__group-heading {
  min-height: 62px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.tns-home-team__group-heading h3 {
  margin: 0;
  font-size: clamp(24px, 2.6vw, 39px);
  letter-spacing: -0.045em;
}

.tns-home-team__group-heading span {
  color: #75808a;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.tns-scroll-rail__toolbar {
  width: var(--home-shell);
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.tns-scroll-rail__toolbar > p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.4;
  text-transform: uppercase;
}

.tns-scroll-rail__toolbar > p > span {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--home-green);
  box-shadow: 0 0 0 6px rgba(152, 192, 64, 0.12);
}

.tns-scroll-rail__controls {
  width: auto;
  margin: 0;
  display: flex;
  gap: 8px;
}

.tns-scroll-rail__controls button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.tns-scroll-rail__controls button:hover {
  border-color: var(--home-green);
  background: var(--home-green);
  color: var(--home-ink);
}

.tns-home-team .tns-scroll-rail__controls {
  width: auto;
  margin: 0;
}

.tns-home-team .tns-scroll-rail__controls button {
  border-color: var(--home-line);
  color: var(--home-ink);
}

.tns-home-team .tns-scroll-rail__toolbar {
  width: 100%;
}

.tns-home-team .tns-scroll-rail__toolbar > p {
  color: #66747d;
}

.tns-home-team__roster {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--home-line);
  border-left: 1px solid var(--home-line);
}

.tns-home-team__roster > div {
  min-height: 108px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 13px;
  border-right: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  transition: background 180ms ease, color 180ms ease;
}

.tns-home-team__roster > div:hover {
  background: var(--home-green);
}

.tns-home-team__roster span {
  color: #748f3f;
  font-size: 8px;
  font-weight: 800;
}

.tns-home-team__roster > div > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.tns-home-team__roster strong {
  font-size: clamp(26px, 2.6vw, 39px);
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.tns-home-team__roster em {
  color: #7a858b;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tns-home-team__group--base .tns-home-team__roster {
  grid-template-columns: repeat(3, 1fr);
}

.tns-home-team__roster > div:hover em,
.tns-home-team__roster > div:hover span {
  color: rgba(8, 23, 34, 0.64);
}

/* Shop */
.tns-home-shop {
  min-height: 850px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  overflow: hidden;
  background: var(--home-green);
}

.tns-home-shop__visual {
  min-height: 850px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 4vw, 70px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px) 0 0 / 100px 100%,
    var(--home-ink);
}

.tns-home-shop__visual::after {
  content: "TNS";
  position: absolute;
  bottom: -0.08em;
  left: -0.02em;
  color: rgba(255, 255, 255, 0.06);
  font-family: "TNS Verve", "Arial Narrow", sans-serif;
  font-size: clamp(260px, 28vw, 500px);
  line-height: 0.7;
}

.tns-home-shop__visual img {
  width: auto;
  height: min(74%, 650px);
  position: relative;
  z-index: 1;
  object-fit: contain;
  filter: drop-shadow(0 35px 30px rgba(0, 0, 0, 0.36));
  transition: transform 500ms ease;
}

.tns-home-shop__visual img:first-child {
  transform: rotate(-5deg) translateY(22px);
}

.tns-home-shop__visual img:last-child {
  transform: rotate(7deg) translateY(-18px);
}

.tns-home-shop:hover .tns-home-shop__visual img:first-child {
  transform: rotate(-8deg) translateY(10px);
}

.tns-home-shop:hover .tns-home-shop__visual img:last-child {
  transform: rotate(10deg) translateY(-30px);
}

.tns-home-shop__copy {
  padding: clamp(75px, 8vw, 130px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tns-home-shop__copy h2 {
  margin: 0 0 38px;
  font-size: clamp(96px, 10vw, 166px);
}

.tns-home-shop__copy > p {
  max-width: 660px;
  margin: 0;
  color: rgba(8, 23, 34, 0.72);
  font-size: 17px;
  line-height: 1.72;
}

.tns-home-shop__copy .tns-home-actions {
  margin-top: 45px;
  align-items: flex-start;
  flex-direction: column;
}

/* Travels */
.tns-home-travels {
  min-height: 900px;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--home-ink);
  color: var(--home-white);
}

.tns-home-travels > img {
  z-index: -2;
  object-fit: cover;
  object-position: 55% center;
  transition: transform 900ms ease;
}

.tns-home-travels:hover > img {
  transform: scale(1.025);
}

.tns-home-travels__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 15, 23, 0.88), rgba(5, 15, 23, 0.2) 66%),
    linear-gradient(0deg, rgba(5, 15, 23, 0.83), transparent 64%);
}

.tns-home-travels__content {
  padding: 115px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(320px, 0.64fr);
  align-items: end;
  gap: clamp(65px, 9vw, 155px);
}

.tns-home-travels__content h2 {
  max-width: 1010px;
  margin: 0;
  font-size: clamp(82px, 8.6vw, 146px);
}

.tns-home-travels__content > div > p {
  max-width: 560px;
  margin: 0 0 35px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.75;
}

.tns-home-travels__content ul {
  margin: 0 0 38px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  list-style: none;
}

.tns-home-travels__content li {
  min-height: 48px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--home-green);
  font-size: 10px;
  font-weight: 800;
}

/* Method */
.tns-home-method {
  min-height: 880px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  background: var(--home-white);
}

.tns-home-method__media {
  min-height: 880px;
  position: relative;
  overflow: hidden;
  background: #dce2e5;
}

.tns-home-method__media img {
  object-fit: cover;
  object-position: center 38%;
  transition: transform 700ms ease;
}

.tns-home-method:hover .tns-home-method__media img {
  transform: scale(1.025);
}

.tns-home-method__copy {
  padding: clamp(75px, 8vw, 130px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tns-home-method__copy h2 {
  max-width: 890px;
  margin: 0 0 34px;
  font-size: clamp(72px, 7vw, 118px);
}

.tns-home-method__copy > p {
  max-width: 710px;
  margin: 0 0 18px;
  color: #5f6b73;
  font-size: 15px;
  line-height: 1.75;
}

.tns-home-method__facts {
  margin: 36px 0 42px;
  border-top: 1px solid var(--home-line);
}

.tns-home-method__facts > span {
  min-height: 73px;
  display: grid;
  grid-template-columns: minmax(150px, 0.65fr) 1fr;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--home-line);
}

.tns-home-method__facts strong {
  font-size: 13px;
}

.tns-home-method__facts em {
  color: #7a858b;
  font-size: 10px;
  font-style: normal;
}

/* Reviews */
.tns-home-reviews {
  padding: 0 0 clamp(100px, 10vw, 160px);
  background:
    linear-gradient(90deg, rgba(8, 23, 34, 0.045) 1px, transparent 1px) 0 0 / 11vw 100%,
    var(--home-snow);
}

.tns-trustindex {
  min-height: 590px;
  position: relative;
}

.tns-trustindex__fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}

.tns-trustindex__fallback > div {
  min-height: 260px;
  padding: clamp(35px, 5vw, 70px);
  display: grid;
  grid-template-columns: minmax(160px, 0.65fr) 1fr auto;
  align-items: center;
  gap: 30px;
  border: 1px solid var(--home-line);
  background: var(--home-white);
}

.tns-trustindex__fallback > div:last-child {
  background: #edf7ee;
}

.tns-trustindex__fallback strong {
  font-size: clamp(32px, 4vw, 58px);
  letter-spacing: -0.05em;
}

.tns-trustindex__fallback span {
  color: #f7b42c;
  font-size: 22px;
  letter-spacing: 0.1em;
}

.tns-trustindex__fallback > div:last-child span {
  color: #2fa66b;
}

.tns-trustindex__fallback small {
  color: #637078;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.tns-trustindex.is-ready .tns-trustindex__fallback {
  display: none;
}

.tns-trustindex-slot {
  min-height: 280px;
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  padding: 28px;
  border: 1px solid var(--home-line);
  background: var(--home-white);
}

.tns-trustindex-slot[aria-label*="Tripadvisor"] {
  background: #edf7ee;
}

.tns-trustindex-slot:empty {
  display: none;
}

.tns-trustindex-slot .ti-widget-container {
  margin: 0 !important;
}

/* FAQ */
.tns-home-faq {
  padding: clamp(105px, 11vw, 175px) 0;
  background: var(--home-ink);
  color: var(--home-white);
}

.tns-home-faq__layout {
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  gap: clamp(75px, 10vw, 170px);
}

.tns-home-faq__heading {
  align-self: start;
  position: sticky;
  top: 38px;
}

.tns-home-faq__heading h2 {
  margin: 0 0 34px;
  color: var(--home-green);
  font-size: clamp(86px, 9vw, 146px);
}

.tns-home-faq__heading p {
  max-width: 480px;
  margin: 0 0 38px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  line-height: 1.72;
}

.tns-home-faq__heading .tns-home-text-link:hover {
  color: var(--home-green);
}

.tns-home-faq__items {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.tns-home-faq details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.tns-home-faq summary {
  min-height: 106px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 25px;
  cursor: pointer;
  list-style: none;
}

.tns-home-faq summary::-webkit-details-marker {
  display: none;
}

.tns-home-faq summary span {
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.tns-home-faq summary i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--home-green);
  font-style: normal;
  transition: transform 180ms ease, background 180ms ease;
}

.tns-home-faq details[open] summary i {
  background: var(--home-green);
  color: var(--home-ink);
  transform: rotate(45deg);
}

.tns-home-faq details > p {
  max-width: 760px;
  margin: -5px 70px 38px 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.75;
}

/* Location */
.tns-home-location {
  min-height: 820px;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  background: var(--home-green);
}

.tns-home-location__map {
  min-height: 820px;
  position: relative;
  overflow: hidden;
  background: #dce2e5;
}

.tns-home-location__map iframe {
  width: 100%;
  height: 100%;
  min-height: 820px;
  border: 0;
  display: block;
  filter: saturate(0.78) contrast(1.06);
}

.tns-home-location__copy {
  padding: clamp(70px, 8vw, 125px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tns-home-location__copy h2 {
  max-width: 720px;
  margin: 0 0 34px;
  font-size: clamp(80px, 8vw, 134px);
}

.tns-home-location__copy > p {
  max-width: 620px;
  margin: 0 0 30px;
  color: rgba(8, 23, 34, 0.7);
  font-size: 16px;
  line-height: 1.72;
}

.tns-home-location__copy address {
  max-width: 580px;
  padding: 25px 0;
  border-top: 1px solid rgba(8, 23, 34, 0.24);
  border-bottom: 1px solid rgba(8, 23, 34, 0.24);
  font-size: clamp(24px, 2.8vw, 42px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.tns-home-location__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
}

.tns-home-location__note {
  max-width: 620px;
  margin: 28px 0 34px;
  padding: 18px 20px;
  border-left: 5px solid var(--home-ink);
  background: rgba(255, 255, 255, 0.28);
}

.tns-home-location__note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.tns-home-location__note p {
  margin: 0;
  font-size: 11px;
  line-height: 1.6;
}

.tns-home-location__copy .tns-home-text-link:hover {
  color: var(--home-blue);
}

@media (max-width: 1180px) {
  .tns-home {
    --home-shell: min(100% - 48px, 1440px);
  }

  .tns-home-hero__content,
  .tns-home-section-heading,
  .tns-home-ski__heading,
  .tns-home-travels__content {
    grid-template-columns: 1fr 0.68fr;
    gap: 50px;
  }

  .tns-home-hero h1 {
    font-size: clamp(72px, 9vw, 118px);
  }

  .tns-home-why__content,
  .tns-service-story__copy,
  .tns-program__corporate-copy,
  .tns-home-snowboard__copy,
  .tns-home-shop__copy,
  .tns-home-method__copy,
  .tns-home-location__copy {
    padding: 70px 52px;
  }

  .tns-home-why__list {
    grid-template-columns: 1fr;
  }

  .tns-home-why__list article:nth-child(odd) {
    border-right: 0;
  }

  .tns-home-why__list article:nth-child(even) {
    padding-left: 0;
  }

  .tns-service-story,
  .tns-service-story:nth-child(even) {
    grid-template-columns: 1fr 1fr;
  }

  .tns-home-ecosystem__layout,
  .tns-home-team__layout,
  .tns-home-faq__layout {
    gap: 70px;
  }

  .tns-home-ecosystem__links a {
    grid-template-columns: 38px minmax(150px, 0.8fr) 1fr auto;
  }

  .tns-home-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tns-service-icon {
    min-height: 270px;
  }

  .tns-home-experiences {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tns-experience-card {
    min-height: 520px;
  }
}

@media (max-width: 900px) {
  .tns-home {
    --home-shell: min(100% - 40px, 1440px);
  }

  .tns-home-hero {
    min-height: 940px;
    height: auto;
  }

  .tns-home-hero__content {
    padding: 140px 0 128px;
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .tns-home-hero h1 {
    max-width: 760px;
  }

  .tns-home-hero__intro {
    max-width: 620px;
  }

  .tns-home-hero__intro .tns-home-actions {
    flex-direction: row;
  }

  .tns-home-section-heading,
  .tns-home-ski__heading,
  .tns-home-travels__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .tns-home-section-heading h2,
  .tns-home-ski__heading h2 {
    max-width: 760px;
  }

  .tns-home-why,
  .tns-service-story,
  .tns-service-story:nth-child(even),
  .tns-program--corporate,
  .tns-home-snowboard,
  .tns-home-shop,
  .tns-home-method,
  .tns-home-location {
    grid-template-columns: 1fr;
  }

  .tns-home-why__media,
  .tns-service-story__media,
  .tns-program__corporate-media,
  .tns-home-snowboard__media,
  .tns-home-shop__visual,
  .tns-home-method__media,
  .tns-home-location__map {
    min-height: 620px;
  }

  .tns-service-story:nth-child(even) .tns-service-story__media {
    order: 0;
  }

  .tns-program__layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .tns-program__progress {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .tns-program__progress::before {
    display: none;
  }

  .tns-program__progress li {
    grid-template-columns: 65px 1fr;
    min-height: 120px;
  }

  .tns-program__progress li > span {
    width: 60px;
    height: 60px;
  }

  .tns-home-ecosystem__layout,
  .tns-home-team__layout,
  .tns-home-faq__layout {
    grid-template-columns: 1fr;
  }

  .tns-home-services__statement {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .tns-home-services__statement h3 {
    max-width: 760px;
  }

  .tns-home-ecosystem__heading,
  .tns-home-team__heading,
  .tns-home-faq__heading {
    position: static;
  }

  .tns-home-ski__stage {
    grid-template-columns: 1fr;
  }

  .tns-home-ski__media,
  .tns-home-snowboard__media {
    min-height: 680px;
  }

  .tns-home-snowboard__media {
    clip-path: none;
  }

  .tns-home-snowboard__copy {
    min-height: 660px;
  }

  .tns-home-shop__visual {
    min-height: 670px;
  }

  .tns-home-travels {
    min-height: 850px;
  }

  .tns-home-travels__content {
    padding: 100px 0;
  }

  .tns-home-location__map iframe {
    min-height: 620px;
  }
}

@media (max-width: 760px) {
  .tns-home {
    --home-shell: min(100% - 30px, 1440px);
  }

  .tns-home section[id] {
    scroll-margin-top: 16px;
  }

  .tns-home-button {
    width: 100%;
    min-width: 0;
    min-height: 56px;
  }

  .tns-home-section-heading {
    padding: 82px 0 55px;
  }

  .tns-home-section-heading h2 {
    font-size: clamp(53px, 17vw, 82px);
  }

  .tns-home-section-heading > p {
    font-size: 14px;
  }

  .tns-home-services {
    padding-bottom: 82px;
  }

  .tns-home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tns-service-icon {
    min-height: 238px;
    padding: 18px 16px;
  }

  .tns-service-icon__number {
    top: 17px;
    right: 15px;
  }

  .tns-service-icon__symbol {
    width: 52px;
    height: 52px;
  }

  .tns-service-icon__symbol svg {
    width: 29px;
    height: 29px;
  }

  .tns-service-icon strong {
    min-height: 1.9em;
    margin: 27px 0 9px;
    font-size: clamp(25px, 8vw, 34px);
  }

  .tns-service-icon p {
    font-size: 9px;
    line-height: 1.48;
  }

  .tns-service-icon__arrow {
    margin-top: 13px;
  }

  .tns-home-services__statement {
    padding-top: 55px;
  }

  .tns-home-services__statement h3 {
    font-size: 42px;
  }

  .tns-home-services__statement > div {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .tns-home-services__statement p {
    font-size: 12px;
  }

  .tns-home-programs {
    padding-bottom: 78px;
  }

  .tns-home-experiences {
    width: 100%;
    padding: 6px max(15px, calc((100vw - var(--home-shell)) / 2)) 18px;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(84vw, 360px);
    gap: 10px;
    overflow-x: auto;
    scroll-padding-inline: max(15px, calc((100vw - var(--home-shell)) / 2));
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--home-green) rgba(255, 255, 255, 0.12);
    scrollbar-width: thin;
    background: transparent;
  }

  .tns-experience-card {
    min-height: 520px;
    padding: 26px 23px;
    scroll-snap-align: start;
  }

  .tns-experience-card h3 {
    margin-top: 72px;
    font-size: 64px;
  }

  .tns-home-experiences__hint {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.62);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .tns-home-hero {
    min-height: 960px;
  }

  .tns-home-hero__poster,
  .tns-home-hero__video {
    object-position: 54% center;
  }

  .tns-home-hero__veil {
    background:
      linear-gradient(0deg, rgba(6, 18, 27, 0.9) 0%, rgba(6, 18, 27, 0.32) 72%, rgba(6, 18, 27, 0.12)),
      linear-gradient(90deg, rgba(6, 18, 27, 0.35), transparent);
  }

  .tns-home-hero__brand {
    width: 155px;
    top: 24px;
    right: 18px;
  }

  .tns-home-hero__content {
    padding: 112px 0 112px;
    gap: 36px;
  }

  .tns-home-hero h1 {
    max-width: 100%;
    font-size: clamp(58px, 18.5vw, 88px);
    line-height: 0.86;
  }

  .tns-home-hero h1 em {
    white-space: normal;
  }

  .tns-home-hero__intro h2 {
    max-width: 330px;
    font-size: 28px;
  }

  .tns-home-hero__intro p {
    font-size: 14px;
    line-height: 1.65;
  }

  .tns-home-hero__intro .tns-home-actions {
    flex-direction: column;
  }

  .tns-home-hero__index {
    width: 100%;
    height: 51px;
    overflow-x: auto;
    grid-template-columns: repeat(5, minmax(130px, 1fr));
    scrollbar-width: none;
  }

  .tns-home-hero__index::-webkit-scrollbar {
    display: none;
  }

  .tns-home-why__media,
  .tns-service-story__media,
  .tns-program__corporate-media,
  .tns-home-snowboard__media,
  .tns-home-method__media,
  .tns-home-location__map {
    min-height: 480px;
  }

  .tns-home-why__content,
  .tns-service-story__copy,
  .tns-program__corporate-copy,
  .tns-home-snowboard__copy,
  .tns-home-shop__copy,
  .tns-home-method__copy,
  .tns-home-location__copy {
    padding: 72px 22px;
  }

  .tns-home-why__content > h2,
  .tns-home-snowboard__copy h2,
  .tns-home-shop__copy h2,
  .tns-home-location__copy h2 {
    font-size: clamp(58px, 18vw, 88px);
  }

  .tns-home-why__content > h3,
  .tns-service-story__copy h3,
  .tns-program__corporate-copy h3 {
    font-size: 42px;
  }

  .tns-home-why__list article {
    min-height: 105px;
  }

  .tns-service-story__copy > p,
  .tns-program__corporate-copy > p,
  .tns-home-snowboard__copy > p,
  .tns-home-shop__copy > p,
  .tns-home-method__copy > p,
  .tns-home-location__copy > p {
    font-size: 14px;
  }

  .tns-program__layout {
    min-height: auto;
    padding: 80px 0;
  }

  .tns-program__copy h3 {
    font-size: clamp(68px, 21vw, 102px);
  }

  .tns-program__copy > p {
    font-size: 14px;
  }

  .tns-program__progress {
    grid-template-columns: 1fr;
  }

  .tns-program__progress li {
    min-height: 96px;
  }

  .tns-program__progress strong {
    font-size: 32px;
  }

  .tns-home-ecosystem,
  .tns-home-team,
  .tns-home-faq {
    padding: 84px 0;
  }

  .tns-home-ecosystem__layout,
  .tns-home-team__layout,
  .tns-home-faq__layout {
    gap: 55px;
  }

  .tns-home-ecosystem__heading h2,
  .tns-home-team__heading h2,
  .tns-home-faq__heading h2 {
    font-size: clamp(60px, 18vw, 92px);
  }

  .tns-home-ecosystem__links a {
    min-height: 92px;
    grid-template-columns: 31px 1fr auto;
    gap: 13px;
  }

  .tns-home-ecosystem__links strong {
    font-size: 24px;
  }

  .tns-home-ecosystem__links em {
    grid-column: 2 / 3;
    font-size: 9px;
  }

  .tns-home-ecosystem__links i {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  .tns-home-ski {
    padding: 84px 0;
  }

  .tns-home-ski__heading {
    margin-bottom: 55px;
  }

  .tns-home-ski__heading h2 {
    font-size: clamp(58px, 18vw, 88px);
  }

  .tns-home-ski__heading p {
    font-size: 14px;
  }

  .tns-home-ski__media,
  .tns-home-snowboard__media {
    min-height: 510px;
  }

  .tns-home-class-list {
    padding: 35px 20px;
  }

  .tns-home-class-list a {
    min-height: 102px;
  }

  .tns-home-class-list strong {
    font-size: 24px;
  }

  .tns-home-snowboard__copy nav a {
    grid-template-columns: 1fr auto;
    gap: 8px 20px;
    padding: 20px 0;
  }

  .tns-home-snowboard__copy nav a > span {
    grid-column: 1;
  }

  .tns-home-snowboard__copy nav a > span:last-child {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .tns-home-team__roster {
    grid-template-columns: 1fr;
  }

  .tns-home-team__roster > div {
    min-height: 94px;
  }

  .tns-home-team__group--base .tns-home-team__roster {
    grid-template-columns: 1fr;
  }

  .tns-home-team__group-heading {
    min-height: 54px;
  }

  .tns-home-team__group-heading h3 {
    font-size: 26px;
  }

  .tns-home-shop__visual {
    min-height: 550px;
  }

  .tns-home-shop__visual img {
    height: 70%;
    max-width: 44%;
  }

  .tns-home-travels {
    min-height: 900px;
  }

  .tns-home-travels__content {
    padding: 90px 0;
  }

  .tns-home-travels__content h2,
  .tns-home-method__copy h2 {
    font-size: clamp(58px, 18vw, 90px);
  }

  .tns-home-travels__content > div > p {
    font-size: 14px;
  }

  .tns-home-method__facts > span {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 16px 0;
  }

  .tns-trustindex {
    min-height: 560px;
  }

  .tns-trustindex__fallback > div {
    min-height: 250px;
    padding: 28px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tns-trustindex-slot {
    min-height: 260px;
    padding: 15px 8px;
  }

  .tns-home-faq summary {
    min-height: 92px;
  }

  .tns-home-faq summary span {
    font-size: 20px;
  }

  .tns-home-faq details > p {
    margin: 0 0 32px;
    font-size: 13px;
  }

  .tns-home-location__map iframe {
    min-height: 480px;
  }

  .tns-home-location__copy address {
    font-size: 27px;
  }
}

/* Why TNS · editorial manifesto */
.tns-home-why {
  min-height: 0;
  display: block;
  padding: clamp(72px, 6.5vw, 102px) 0 0;
  background:
    linear-gradient(90deg, rgba(8, 23, 34, 0.025) 1px, transparent 1px) 0 0 / 12.5% 100%,
    var(--home-white);
  color: var(--home-ink);
}

.tns-home-why__content {
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  column-gap: clamp(58px, 7vw, 112px);
  row-gap: clamp(38px, 4.5vw, 64px);
  align-items: start;
}

.tns-home-why__heading h2 {
  max-width: 650px;
  margin: 0 0 32px;
  color: var(--home-ink);
  font-size: clamp(76px, 7.3vw, 118px);
}

.tns-home-why__heading h3 {
  max-width: 620px;
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(34px, 3vw, 48px);
  letter-spacing: -0.05em;
  line-height: 1;
}

.tns-home-why__seo-copy {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 4vw, 58px);
  border-top: 1px solid var(--home-line);
}

.tns-home-why__seo-copy p {
  margin: 0;
  padding-top: 24px;
  color: #52616a;
  font-size: 14px;
  line-height: 1.72;
}

.tns-home-why__list {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--home-line);
  list-style: none;
}

.tns-home-why__list li {
  min-width: 0;
  min-height: 124px;
  padding: 21px 24px 22px 0;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  align-items: start;
  border-right: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

.tns-home-why__list li:nth-child(3n + 2),
.tns-home-why__list li:nth-child(3n + 3) {
  padding-left: 24px;
}

.tns-home-why__list li:nth-child(3n) {
  border-right: 0;
}

.tns-home-why__list li > span {
  padding-top: 4px;
  color: #6b9824;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.tns-home-why__list h4 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(18px, 1.35vw, 21px);
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.tns-home-why__list p {
  margin: 10px 0 0;
  color: #5b6971;
  font-size: 12px;
  line-height: 1.55;
}

.tns-home-why__closing {
  grid-column: 1 / -1;
  padding: 25px 29px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  background: var(--home-green);
  color: var(--home-ink);
}

.tns-home-why__closing p {
  max-width: 850px;
  margin: 0;
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

.tns-home-why__closing .tns-home-text-link {
  color: var(--home-ink);
  white-space: nowrap;
}

/* Home editorial rework · services, programs, people and compact utilities */

.tns-home-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  border: 0;
}

.tns-service-card {
  min-width: 0;
  min-height: 350px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 22px;
  background: var(--home-ink);
  color: var(--home-white);
}

.tns-service-card > img {
  z-index: -3;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.tns-service-card:first-child > img {
  object-position: 45% 42%;
}

.tns-service-card:hover > img {
  transform: scale(1.045);
}

.tns-service-card__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(0deg, rgba(5, 16, 24, 0.94) 0%, rgba(5, 16, 24, 0.32) 66%, rgba(5, 16, 24, 0.09)),
    linear-gradient(90deg, rgba(5, 16, 24, 0.24), transparent 60%);
}

.tns-service-card__number,
.tns-service-card__symbol,
.tns-service-card__arrow,
.tns-service-card__copy {
  position: absolute;
  z-index: 1;
}

.tns-service-card__number {
  top: 22px;
  right: 22px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.tns-service-card__symbol {
  width: 50px;
  height: 50px;
  top: 20px;
  left: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--home-green);
  color: var(--home-ink);
}

.tns-service-card__symbol svg {
  width: 27px;
  height: 27px;
}

.tns-service-card__copy {
  right: 62px;
  bottom: 25px;
  left: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tns-service-card__copy strong {
  font-family: "TNS Verve", "Arial Narrow", sans-serif;
  font-size: clamp(43px, 4.1vw, 67px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.82;
  text-transform: uppercase;
}

.tns-service-card__copy > span {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  line-height: 1.55;
}

.tns-service-card__arrow {
  right: 24px;
  bottom: 26px;
  color: var(--home-green);
  font-size: 18px;
}

.tns-home-programs {
  padding-bottom: clamp(82px, 8vw, 125px);
  background: var(--home-ink);
  color: var(--home-white);
}

.tns-home-experiences {
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 40px) / 2.16);
  gap: 20px;
  padding-bottom: 20px;
  overflow-x: auto;
  scroll-padding-inline: 6px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--home-green) rgba(255, 255, 255, 0.12);
  scrollbar-width: thin;
  background: transparent;
}

.tns-home-experiences:focus-visible,
.tns-home-team__carousel:focus-visible {
  outline-offset: 6px;
}

.tns-experience-card,
.tns-experience-card:nth-child(1),
.tns-experience-card:nth-child(2),
.tns-experience-card:nth-child(3),
.tns-experience-card:nth-child(4) {
  min-width: 0;
  min-height: 760px;
  padding: 0;
  display: grid;
  grid-template-rows: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  border-radius: 24px;
  scroll-snap-align: start;
  background: var(--home-white);
  color: var(--home-ink);
}

.tns-experience-card::before {
  display: none;
}

.tns-experience-card__media {
  min-height: 0;
  position: relative;
  overflow: hidden;
  background: #dce3e7;
}

.tns-experience-card__media img {
  object-fit: cover;
  transition: transform 700ms ease;
}

.tns-experience-card:hover .tns-experience-card__media img {
  transform: scale(1.035);
}

.tns-experience-card__media > span {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--home-green);
  color: var(--home-ink);
  font-size: 10px;
  font-weight: 800;
}

.tns-experience-card__body {
  padding: clamp(28px, 3vw, 44px);
  display: flex;
  flex-direction: column;
}

.tns-experience-card h3 {
  max-width: 720px;
  margin: 0 0 22px;
  font-family: "TNS Verve", "Arial Narrow", sans-serif;
  font-size: clamp(56px, 5.5vw, 88px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.8;
  text-transform: uppercase;
}

.tns-experience-card__body > p {
  max-width: 700px;
  margin: 0;
  color: #33444f;
  font-size: 14px;
  line-height: 1.66;
}

.tns-experience-card__body > .tns-experience-card__detail {
  margin-top: 13px;
  color: #687780;
  font-size: 12px;
}

.tns-experience-card ul {
  margin: 25px 0 28px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--home-line);
  list-style: none;
  opacity: 1;
}

.tns-experience-card li {
  min-height: 50px;
  padding: 12px 12px 12px 0;
  border-bottom: 1px solid var(--home-line);
  color: #5d6b73;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
}

.tns-experience-card__body > a {
  width: fit-content;
  margin-top: auto;
  padding-bottom: 7px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid currentColor;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: gap 180ms ease, color 180ms ease;
}

.tns-experience-card__body > a:hover {
  gap: 28px;
  color: #668d22;
}

.tns-home-experiences__hint {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tns-home-team {
  padding: clamp(100px, 10vw, 155px) 0;
  background: var(--home-white);
}

.tns-home-team__heading {
  position: static;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 28px clamp(55px, 8vw, 135px);
  align-items: end;
}

.tns-home-team__heading h2 {
  grid-row: 1 / 3;
  margin: 0;
  font-size: clamp(88px, 9vw, 146px);
}

.tns-home-team__heading p {
  max-width: 720px;
  margin: 0;
}

.tns-home-team__heading .tns-home-team__legend {
  max-width: 720px;
  margin: 0;
  padding-top: 18px;
}

.tns-home-team__carousel {
  margin-top: clamp(58px, 6vw, 92px);
  padding: 6px 0 20px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 54px) / 4);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--home-green) #dfe5e8;
  scrollbar-width: thin;
}

.tns-team-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 20px;
  scroll-snap-align: start;
  background: var(--home-snow);
}

.tns-team-card__portrait {
  aspect-ratio: 2 / 3;
  position: relative;
  overflow: hidden;
  background: #d8e0e4;
}

.tns-team-card__portrait img {
  object-fit: cover;
  object-position: center 22%;
  transition: transform 600ms ease;
}

.tns-team-card:hover .tns-team-card__portrait img {
  transform: scale(1.035);
}

.tns-team-card__provisional,
.tns-team-card__eventual {
  position: absolute;
  top: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tns-team-card__provisional {
  left: 14px;
  background: rgba(8, 23, 34, 0.78);
  color: var(--home-white);
}

.tns-team-card__eventual {
  right: 14px;
  background: var(--home-green);
  color: var(--home-ink);
}

.tns-team-card__body {
  min-height: 158px;
  padding: 22px;
}

.tns-team-card__body > span {
  color: #71804a;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tns-team-card__body h3 {
  margin: 18px 0 9px;
  font-size: clamp(32px, 3vw, 46px);
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.tns-team-card__body p {
  margin: 0;
  color: #6b7981;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}

.tns-home-team__footer {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.tns-home-team__footer > p {
  margin: 0;
  color: #75828a;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tns-home-shop {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  overflow: hidden;
  background: var(--home-green);
}

.tns-home-shop__copy {
  padding: clamp(70px, 7vw, 112px);
}

.tns-home-shop__copy h2 {
  margin-bottom: 30px;
  font-size: clamp(82px, 8vw, 132px);
}

.tns-home-shop__copy > p {
  max-width: 640px;
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.7;
}

.tns-home-shop__copy > ul {
  max-width: 640px;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid rgba(8, 23, 34, 0.24);
  list-style: none;
}

.tns-home-shop__copy > ul li {
  min-height: 43px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(8, 23, 34, 0.24);
  font-size: 10px;
  font-weight: 700;
}

.tns-home-shop__copy .tns-home-actions {
  margin-top: 34px;
}

.tns-home-shop__visual {
  min-height: 720px;
  padding: clamp(22px, 3vw, 44px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  background:
    radial-gradient(circle at 50% 50%, rgba(152, 192, 64, 0.13), transparent 60%),
    var(--home-ink);
}

.tns-home-shop__visual::after {
  content: none;
}

.tns-home-shop__product {
  min-width: 0;
  min-height: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.tns-home-shop__visual .tns-home-shop__product img,
.tns-home-shop__visual .tns-home-shop__product img:first-child,
.tns-home-shop__visual .tns-home-shop__product img:last-child {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  inset: 0;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.3));
  transform: none;
  transition: transform 350ms ease;
}

.tns-home-shop__product:hover img {
  transform: scale(1.06) !important;
}

.tns-home-method {
  min-height: 0;
  display: block;
  padding: clamp(62px, 6vw, 92px) 0;
  background: var(--home-white);
}

.tns-home-method__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: center;
}

.tns-home-method__copy {
  padding: 0;
  display: block;
}

.tns-home-method__copy h2 {
  margin: 0 0 22px;
  font-size: clamp(62px, 6vw, 98px);
}

.tns-home-method__copy > p {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1.72;
}

.tns-home-method__facts {
  margin: 0;
}

.tns-home-method__facts > span {
  min-height: 62px;
}

.tns-home-location {
  min-height: 0;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
}

.tns-home-location__map,
.tns-home-location__map iframe {
  min-height: 500px;
  height: 500px;
}

.tns-home-location__copy {
  min-height: 500px;
  padding: clamp(45px, 5vw, 72px);
}

.tns-home-location__copy h2 {
  margin-bottom: 20px;
  font-size: clamp(61px, 6vw, 96px);
}

.tns-home-location__copy > p {
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.6;
}

.tns-home-location__copy address {
  padding: 17px 0;
  font-size: clamp(22px, 2.1vw, 32px);
}

.tns-home-location__contact {
  margin-top: 16px;
  font-size: 12px;
}

.tns-home-location__note {
  margin: 18px 0 22px;
  padding: 13px 16px;
}

.tns-home-location__copy .tns-home-actions {
  gap: 16px;
}

@media (max-width: 1180px) {
  .tns-home-why__content {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 38px;
  }

  .tns-home-why__heading {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 52px;
    align-items: end;
  }

  .tns-home-why__heading h2 {
    margin-bottom: 0;
  }

  .tns-home-why__seo-copy {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tns-home-why__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tns-home-why__list li:nth-child(n) {
    min-height: 118px;
    padding: 20px 22px 21px 0;
    border-right: 1px solid var(--home-line);
  }

  .tns-home-why__list li:nth-child(3n + 2),
  .tns-home-why__list li:nth-child(3n + 3) {
    padding-left: 22px;
  }

  .tns-home-why__list li:nth-child(3n) {
    border-right: 0;
  }

  .tns-home-experiences {
    grid-template-columns: none;
    grid-auto-columns: calc((100% - 18px) / 2);
  }

  .tns-experience-card {
    min-height: 780px;
  }

  .tns-home-team__carousel {
    grid-auto-columns: calc((100% - 36px) / 3);
  }

  .tns-home-shop {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .tns-home-shop__copy,
  .tns-home-location__copy {
    padding: 55px 44px;
  }

  .tns-home-method__layout {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}

@media (max-width: 900px) {
  .tns-home-why__content,
  .tns-home-team__heading,
  .tns-home-method__layout {
    grid-template-columns: 1fr;
  }

  .tns-home-why__heading h2,
  .tns-home-team__heading h2 {
    grid-row: auto;
  }

  .tns-home-why__heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tns-home-why__seo-copy {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .tns-home-why__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tns-home-why__list li:nth-child(n) {
    min-height: 116px;
    padding: 20px 22px 21px 0;
    border-right: 1px solid var(--home-line);
  }

  .tns-home-why__list li:nth-child(even) {
    padding-left: 22px;
    border-right: 0;
  }

  .tns-home-why__closing {
    grid-column: 1 / -1;
  }

  .tns-home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tns-service-card {
    min-height: 330px;
  }

  .tns-home-team__carousel {
    grid-auto-columns: calc((100% - 18px) / 2);
  }

  .tns-home-shop,
  .tns-home-location {
    grid-template-columns: 1fr;
  }

  .tns-home-shop__visual {
    min-height: 560px;
    order: 2;
  }

  .tns-home-method__layout {
    gap: 45px;
  }

  .tns-home-location__map,
  .tns-home-location__map iframe {
    min-height: 400px;
    height: 400px;
  }

  .tns-home-location__copy {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .tns-home-why {
    padding: 74px 0 0;
  }

  .tns-home-why__content {
    padding: 0;
    row-gap: 40px;
  }

  .tns-home-why__heading h2 {
    margin-bottom: 0;
    font-size: clamp(58px, 18vw, 76px);
  }

  .tns-home-why__heading h3 {
    font-size: 32px;
  }

  .tns-home-why__seo-copy p {
    padding-top: 20px;
    font-size: 13.5px;
  }

  .tns-home-why__list {
    grid-template-columns: 1fr;
  }

  .tns-home-why__list li:nth-child(n),
  .tns-home-why__list li:nth-child(odd),
  .tns-home-why__list li:nth-child(even) {
    min-height: 0;
    padding: 22px 0;
    border-right: 0;
  }

  .tns-home-why__closing {
    padding: 23px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .tns-home-why__closing p {
    font-size: 13px;
  }

  .tns-home-why__closing .tns-home-text-link {
    width: 100%;
    justify-content: space-between;
  }

  .tns-home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .tns-service-card {
    min-height: 255px;
    border-radius: 14px;
  }

  .tns-service-card__symbol {
    width: 40px;
    height: 40px;
    top: 13px;
    left: 13px;
  }

  .tns-service-card__symbol svg {
    width: 22px;
    height: 22px;
  }

  .tns-service-card__number {
    top: 16px;
    right: 14px;
  }

  .tns-service-card__copy {
    right: 32px;
    bottom: 16px;
    left: 14px;
    gap: 9px;
  }

  .tns-service-card__copy strong {
    font-size: clamp(30px, 9vw, 43px);
  }

  .tns-service-card__copy > span {
    font-size: 9px;
    line-height: 1.4;
  }

  .tns-service-card__arrow {
    right: 13px;
    bottom: 16px;
    font-size: 13px;
  }

  .tns-home-experiences {
    width: 100%;
    padding: 6px max(15px, calc((100vw - var(--home-shell)) / 2)) 18px;
    grid-template-columns: none;
    grid-auto-columns: min(86vw, 390px);
    gap: 12px;
  }

  .tns-experience-card,
  .tns-experience-card:nth-child(1),
  .tns-experience-card:nth-child(2),
  .tns-experience-card:nth-child(3),
  .tns-experience-card:nth-child(4) {
    min-height: 730px;
    grid-template-rows: 255px 1fr;
    padding: 0;
  }

  .tns-experience-card__body {
    padding: 26px 23px;
  }

  .tns-experience-card h3 {
    margin: 0 0 18px;
    font-size: clamp(50px, 15vw, 68px);
  }

  .tns-experience-card__body > p {
    font-size: 13px;
  }

  .tns-experience-card__body > .tns-experience-card__detail {
    font-size: 11px;
  }

  .tns-experience-card ul {
    margin: 21px 0 25px;
    grid-template-columns: 1fr;
  }

  .tns-experience-card li {
    min-height: 34px;
    padding: 8px 0;
  }

  .tns-home-team {
    padding: 84px 0;
  }

  .tns-home-team__heading {
    gap: 24px;
  }

  .tns-home-team__heading h2 {
    font-size: clamp(60px, 18vw, 92px);
  }

  .tns-home-team__carousel {
    margin-top: 48px;
    grid-auto-columns: min(78vw, 310px);
    gap: 12px;
  }

  .tns-team-card__body {
    min-height: 142px;
    padding: 19px;
  }

  .tns-home-team__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .tns-home-shop__copy {
    padding: 68px 22px;
  }

  .tns-home-shop__copy h2 {
    font-size: clamp(58px, 18vw, 88px);
  }

  .tns-home-shop__copy > p {
    font-size: 13px;
  }

  .tns-home-shop__visual {
    min-height: 720px;
    padding: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .tns-home-method {
    padding: 64px 0;
  }

  .tns-home-method__copy {
    padding: 0;
  }

  .tns-home-method__copy h2 {
    font-size: 62px;
  }

  .tns-home-location__map,
  .tns-home-location__map iframe {
    min-height: 330px;
    height: 330px;
  }

  .tns-home-location__copy {
    min-height: 0;
    padding: 50px 22px;
  }

  .tns-home-location__copy h2 {
    font-size: 58px;
  }
}

/* Focused rework · clases de esquí */
.tns-home-ski {
  padding: clamp(88px, 8vw, 125px) 0;
  background: #eef2f4;
  color: var(--home-ink);
}

.tns-home-ski__heading {
  margin-bottom: clamp(46px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  align-items: end;
  gap: clamp(45px, 8vw, 125px);
}

.tns-home-ski__heading h2 {
  max-width: 900px;
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(68px, 7vw, 108px);
  line-height: 0.86;
}

.tns-home-ski__intro {
  padding-top: 24px;
  border-top: 1px solid var(--home-line);
}

.tns-home-ski__intro p {
  max-width: 560px;
  margin: 0 0 25px;
  color: #5c6971;
  font-size: 14px;
  line-height: 1.7;
}

.tns-home-ski__stage {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  overflow: hidden;
  border: 1px solid #d8dfe3;
  border-radius: 28px;
  background: var(--home-white);
  box-shadow: 0 26px 70px rgba(8, 23, 34, 0.09);
}

.tns-home-ski__media {
  min-height: 620px;
  position: relative;
  overflow: hidden;
  background: #cbd6dc;
}

.tns-home-ski__media::after {
  content: "";
  position: absolute;
  inset: 52% 0 0;
  background: linear-gradient(0deg, rgba(5, 16, 24, 0.78), transparent);
  pointer-events: none;
}

.tns-home-ski__media img {
  object-fit: cover;
  object-position: center 42%;
}

.tns-home-ski__proof {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tns-home-ski__proof span {
  min-height: 31px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(8, 23, 34, 0.43);
  color: var(--home-white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  backdrop-filter: blur(8px);
}

.tns-home-ski__choices {
  min-width: 0;
  padding: clamp(36px, 4vw, 62px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tns-home-ski__choices h3 {
  max-width: 520px;
  margin: 0 0 30px;
  font-size: clamp(34px, 3.7vw, 54px);
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.tns-home-class-list {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  background: transparent;
}

.tns-home-class-list a,
.tns-home-class-list a:first-child {
  min-height: 150px;
  padding: 19px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 15px;
  border: 1px solid #dce2e5;
  border-radius: 16px;
  background: #f7f9fa;
  color: var(--home-ink);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.tns-home-class-list a:hover {
  padding: 19px;
  border-color: var(--home-ink);
  background: var(--home-ink);
  color: var(--home-white);
  transform: translateY(-4px);
}

.tns-home-class-list a > span:first-child {
  color: #4e7411;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.tns-home-class-list a > span:last-child {
  grid-column: 2;
  grid-row: 1;
  color: #4e7411;
}

.tns-home-class-list a > div {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-self: end;
  gap: 8px;
}

.tns-home-class-list strong {
  font-size: clamp(20px, 2vw, 29px);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.tns-home-class-list em {
  color: #53626b;
  font-size: 11px;
  font-style: normal;
  line-height: 1.45;
}

.tns-home-class-list a:hover em {
  color: rgba(255, 255, 255, 0.58);
}

.tns-home-ski__help {
  margin: 24px 0 0;
  color: #6b7880;
  font-size: 10px;
  line-height: 1.6;
}

.tns-home-ski__help a {
  margin-left: 6px;
  color: #5d831d;
  font-weight: 800;
}

@media (max-width: 1000px) {
  .tns-home-ski__heading {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tns-home-ski__intro {
    max-width: 650px;
  }

  .tns-home-ski__stage {
    grid-template-columns: 1fr;
  }

  .tns-home-ski__media {
    min-height: 500px;
  }

  .tns-home-ski__choices {
    padding: 45px;
  }
}

@media (max-width: 760px) {
  .tns-home-ski {
    padding: 76px 0;
  }

  .tns-home-ski__heading {
    margin-bottom: 38px;
  }

  .tns-home-ski__heading h2 {
    font-size: clamp(52px, 15vw, 69px);
  }

  .tns-home-ski__intro p {
    font-size: 13px;
  }

  .tns-home-ski__stage {
    border-radius: 19px;
  }

  .tns-home-ski__media {
    min-height: 360px;
  }

  .tns-home-ski__proof {
    right: 15px;
    bottom: 15px;
    left: 15px;
    gap: 5px;
  }

  .tns-home-ski__proof span {
    min-height: 28px;
    padding: 0 9px;
    font-size: 10px;
  }

  .tns-home-ski__choices {
    padding: 30px 18px 24px;
  }

  .tns-home-ski__choices h3 {
    margin-bottom: 23px;
    font-size: 36px;
  }

  .tns-home-class-list {
    gap: 7px;
  }

  .tns-home-class-list a,
  .tns-home-class-list a:first-child,
  .tns-home-class-list a:hover {
    min-height: 142px;
    padding: 15px;
  }

  .tns-home-class-list strong {
    font-size: 20px;
  }

  .tns-home-class-list em {
    font-size: 11px;
  }

  .tns-home-ski__help a {
    margin-left: 0;
    display: block;
  }
}

@media (max-width: 560px) {
  .tns-home-class-list {
    grid-template-columns: 1fr;
  }

  .tns-home-class-list a,
  .tns-home-class-list a:first-child,
  .tns-home-class-list a:hover {
    min-height: 118px;
  }
}

/* Shared centered introductions · one semantic rhythm across the Home */
.tns-home-section-intro {
  width: 100%;
  position: static;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
}

.tns-home-section-intro > h2 {
  width: min(100%, 1120px);
  max-width: 1120px;
  margin: 0 auto;
  font-size: clamp(64px, 6.7vw, 108px);
  line-height: 0.86;
  text-wrap: balance;
}

.tns-home-section-intro > p:not(.tns-home-team__legend) {
  width: min(100%, 820px);
  max-width: 820px;
  margin: 25px auto 0;
  color: #5d6b74;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.68;
  text-wrap: balance;
}

.tns-home-section-heading--light > p,
.tns-home-faq__heading.tns-home-section-intro > p {
  color: rgba(255, 255, 255, 0.66);
}

.tns-home-why__heading {
  grid-column: 1 / -1;
}

.tns-home-why__seo-copy {
  grid-column: 1 / -1;
  width: min(100%, 1120px);
  margin-inline: auto;
}

.tns-home-ski__heading {
  grid-template-columns: 1fr;
  gap: 0;
}

.tns-home-ski__heading h2 {
  max-width: 1120px;
}

.tns-home-ski__intro {
  width: min(100%, 820px);
  margin-top: 25px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 0;
  text-align: center;
}

.tns-home-ski__intro p {
  max-width: 820px;
  margin: 0 0 23px;
  color: #5d6b74;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.68;
  text-wrap: balance;
}

.tns-home-team__heading {
  grid-template-columns: 1fr;
  gap: 0;
}

.tns-home-team__heading h2 {
  grid-row: auto;
}

.tns-home-team__heading .tns-home-team__legend {
  width: min(100%, 720px);
  max-width: 720px;
  margin: 22px auto 0;
  padding-top: 17px;
  border-top: 1px solid var(--home-line);
  color: #78858c;
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
}

.tns-home-faq__layout {
  grid-template-columns: 1fr;
  gap: clamp(48px, 6vw, 78px);
}

.tns-home-faq__heading {
  position: static;
}

.tns-home-faq__heading .tns-home-text-link {
  margin-top: 30px;
}

.tns-home-faq__items {
  width: min(100%, 1120px);
  margin-inline: auto;
}

.tns-home-panel-intro {
  width: 100%;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.tns-home-panel-intro > h2 {
  width: min(100%, 760px);
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(56px, 5.4vw, 88px);
  line-height: 0.86;
  text-wrap: balance;
}

.tns-home-panel-intro > p {
  width: min(100%, 680px);
  max-width: 680px;
  margin: 23px auto 0;
  color: #53616a;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.7;
  text-wrap: balance;
}

.tns-home-panel-intro--light > p {
  color: rgba(255, 255, 255, 0.68);
}

.tns-home-snowboard__copy .tns-home-panel-intro {
  margin-bottom: 48px;
}

.tns-home-shop__copy .tns-home-panel-intro,
.tns-home-method__copy .tns-home-panel-intro {
  margin-bottom: 28px;
}

.tns-home-location__copy .tns-home-panel-intro {
  margin-bottom: 18px;
}

@media (max-width: 1000px) {
  .tns-home-section-intro > h2 {
    font-size: clamp(56px, 9vw, 82px);
  }

  .tns-home-panel-intro > h2 {
    font-size: clamp(54px, 9vw, 78px);
  }
}

@media (max-width: 760px) {
  .tns-home-section-intro > h2,
  .tns-home-why__heading h2,
  .tns-home-team__heading h2,
  .tns-home-faq__heading h2,
  .tns-home-ski__heading h2 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .tns-home-section-intro > p:not(.tns-home-team__legend),
  .tns-home-ski__intro p,
  .tns-home-panel-intro > p {
    font-size: 14px;
    line-height: 1.62;
  }

  .tns-home-panel-intro > h2,
  .tns-home-shop__copy h2,
  .tns-home-method__copy h2,
  .tns-home-location__copy h2 {
    font-size: clamp(48px, 14vw, 68px);
  }
}

/* Experience rail, product wall and compact location refinements */
.tns-home-programs .tns-home-section-heading > p {
  max-width: 930px;
}

.tns-experience-card--academy .tns-experience-card__media img {
  object-position: center 52%;
}

.tns-experience-card--corporate .tns-experience-card__media img {
  object-position: center 45%;
}

.tns-experience-card--family .tns-experience-card__media img {
  object-position: center 48%;
}

.tns-experience-card--travels .tns-experience-card__media img {
  object-position: center 44%;
}

.tns-home-programs .tns-scroll-rail__toolbar {
  padding: 14px 16px 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
}

.tns-home-programs .tns-scroll-rail__controls button:last-child {
  border-color: var(--home-green);
  background: var(--home-green);
  color: var(--home-ink);
}

.tns-home-team .tns-scroll-rail {
  margin-top: clamp(58px, 6vw, 92px);
}

.tns-home-team__carousel {
  margin-top: 0;
}

.tns-home-shop__visual {
  background:
    linear-gradient(90deg, rgba(8, 23, 34, 0.035) 1px, transparent 1px) 0 0 / 25% 100%,
    linear-gradient(180deg, #f4f7f8 0%, #e5ecef 100%);
}

.tns-home-shop__product {
  border-color: rgba(8, 23, 34, 0.09);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(8, 23, 34, 0.075);
}

.tns-home-shop__product:nth-child(n + 5) {
  background: rgba(221, 231, 235, 0.92);
}

.tns-home-shop__product--1::after,
.tns-home-shop__product--5::after {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 6px 8px;
  border-radius: 999px;
  background: var(--home-ink);
  color: var(--home-white);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.tns-home-shop__product--1::after {
  content: "ESQUÍS";
}

.tns-home-shop__product--5::after {
  content: "BOTAS";
}

.tns-home-shop__visual .tns-home-shop__product img,
.tns-home-shop__visual .tns-home-shop__product img:first-child,
.tns-home-shop__visual .tns-home-shop__product img:last-child {
  padding: 12px;
  filter: drop-shadow(0 18px 20px rgba(8, 23, 34, 0.2));
}

.tns-home-location {
  min-height: 0;
  padding: clamp(62px, 6vw, 92px) 0;
  display: block;
  background: #edf2f4;
}

.tns-home-location__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(430px, 1.22fr);
  gap: 18px;
  align-items: start;
}

.tns-home-location__map,
.tns-home-location__map iframe {
  min-height: 0;
  height: 390px;
}

.tns-home-location__map {
  border: 1px solid #d6dfe3;
  border-radius: 22px;
  box-shadow: 0 22px 55px rgba(8, 23, 34, 0.09);
}

.tns-home-location__copy {
  min-height: 0;
  padding: clamp(34px, 4vw, 54px);
  border: 1px solid #d6dfe3;
  border-radius: 22px;
  background: var(--home-white);
}

.tns-home-location__copy address {
  max-width: none;
  font-size: clamp(21px, 2vw, 30px);
}

.tns-home-location__note {
  max-width: none;
  background: #edf2f4;
}

@media (max-width: 1180px) and (min-width: 761px) {
  .tns-home-experiences {
    grid-auto-columns: calc((100% - 34px) / 2.08);
  }

  .tns-home-location__layout {
    grid-template-columns: minmax(0, 0.84fr) minmax(390px, 1.16fr);
  }
}

@media (max-width: 900px) {
  .tns-home-location__layout {
    grid-template-columns: 1fr;
  }

  .tns-home-location__map,
  .tns-home-location__map iframe {
    height: 330px;
  }
}

@media (max-width: 760px) {
  .tns-scroll-rail__toolbar,
  .tns-home-team .tns-scroll-rail__toolbar {
    width: var(--home-shell);
    margin-bottom: 14px;
    gap: 12px;
  }

  .tns-scroll-rail__toolbar > p {
    max-width: 220px;
    font-size: 8px;
    letter-spacing: 0.055em;
  }

  .tns-scroll-rail__controls button {
    width: 44px;
    height: 44px;
  }

  .tns-home-programs .tns-scroll-rail__toolbar {
    padding: 10px 10px 10px 15px;
    border-radius: 22px;
  }

  .tns-home-team .tns-scroll-rail {
    margin-top: 48px;
  }

  .tns-home-shop__visual {
    min-height: 650px;
    padding: 12px;
  }

  .tns-home-location {
    padding: 56px 0;
  }

  .tns-home-location__map,
  .tns-home-location__map iframe {
    height: 285px;
  }

  .tns-home-location__copy {
    padding: 36px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tns-home *,
  .tns-home *::before,
  .tns-home *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Real TNS photography and the compact material finder */
.tns-home-why {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f7f9f8;
}

.tns-home-why::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(247, 249, 248, 0.52) 0%, rgba(247, 249, 248, 0.68) 72%, rgba(247, 249, 248, 0.84) 100%),
    linear-gradient(90deg, rgba(8, 23, 34, 0.025) 1px, transparent 1px) 0 0 / 12.5% 100%;
}

.tns-home-why__backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.tns-home-why__backdrop img {
  object-fit: cover;
  object-position: center 38%;
  filter: saturate(0.96) contrast(1.06);
  transform: scale(1.015);
}

.tns-home-why__content {
  position: relative;
  z-index: 1;
  row-gap: clamp(24px, 3vw, 44px);
}

.tns-home-why__team-window {
  grid-column: 1 / -1;
  position: relative;
  height: clamp(180px, 19vw, 290px);
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #b9cbdc;
}

.tns-home-why__team-window img {
  object-fit: cover;
  object-position: center 39%;
}

@media (max-width: 760px) {
  .tns-home-why__team-window {
    height: auto;
    aspect-ratio: 1.7;
    border-radius: 12px;
  }
}

.tns-home-why__seo-copy,
.tns-home-why__list {
  background: rgba(250, 252, 251, 0.52);
  backdrop-filter: blur(7px);
}

.tns-home-why__seo-copy {
  padding-inline: clamp(18px, 2.6vw, 38px);
  border: 1px solid rgba(8, 23, 34, 0.11);
  border-radius: 18px;
}

.tns-home-why__seo-copy p {
  padding-bottom: 24px;
}

.tns-home-why__list {
  border-left: 1px solid rgba(8, 23, 34, 0.12);
  border-radius: 18px 18px 0 0;
  overflow: hidden;
}

.tns-home-shop {
  min-height: 940px;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
}

.tns-home-shop__copy {
  padding: clamp(58px, 5.6vw, 88px);
}

.tns-home-shop__visual {
  min-height: 940px;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--home-ink);
}

.tns-home-shop__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 52%, rgba(8, 23, 34, 0.78) 100%);
  pointer-events: none;
}

.tns-home-shop__visual > img,
.tns-home-shop__visual > img:first-child,
.tns-home-shop__visual > img:last-child {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  inset: 0;
  padding: 0;
  object-fit: cover;
  object-position: 51% center;
  filter: none;
  transform: none !important;
}

.tns-home-shop__visual figcaption {
  position: absolute;
  right: clamp(24px, 4vw, 58px);
  bottom: clamp(24px, 4vw, 58px);
  left: clamp(24px, 4vw, 58px);
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  color: var(--home-white);
}

.tns-home-shop__visual figcaption span {
  color: var(--home-green);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tns-home-shop__visual figcaption strong {
  font-size: clamp(16px, 1.5vw, 23px);
  letter-spacing: -0.035em;
}

.tns-home-material-finder {
  max-width: 680px;
  margin-top: 30px;
  padding: clamp(22px, 2.4vw, 34px);
  border: 1px solid rgba(8, 23, 34, 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 24px 60px rgba(8, 23, 34, 0.08);
}

.tns-home-material-finder__heading > span {
  color: #628f18;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tns-home-material-finder__heading h3 {
  margin: 8px 0 0;
  color: var(--home-ink);
  font-family: var(--home-display), sans-serif;
  font-size: clamp(31px, 2.8vw, 45px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.93;
}

.tns-home-material-finder__heading p {
  max-width: 570px;
  margin: 12px 0 0;
  color: #55646c;
  font-size: 11px;
  line-height: 1.55;
}

.tns-home-material-finder fieldset {
  min-width: 0;
  margin: 21px 0 0;
  padding: 0;
  border: 0;
}

.tns-home-material-finder legend {
  margin-bottom: 9px;
  color: var(--home-ink);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tns-home-material-finder__choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.tns-home-material-finder__choices button {
  min-height: 48px;
  padding: 9px 10px;
  border: 1px solid rgba(8, 23, 34, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--home-ink);
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.2;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.tns-home-material-finder__choices button:hover {
  transform: translateY(-2px);
  border-color: var(--home-ink);
}

.tns-home-material-finder__choices button:focus-visible {
  outline: 3px solid #2e6be6;
  outline-offset: 2px;
}

.tns-home-material-finder__choices button.is-active {
  border-color: var(--home-ink);
  background: var(--home-ink);
  color: var(--home-white);
}

.tns-home-material-finder__result {
  margin-top: 22px;
  padding: 20px;
  border-radius: 16px;
  background: var(--home-ink);
  color: var(--home-white);
}

.tns-home-material-finder__result > span {
  color: var(--home-green);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tns-home-material-finder__result strong {
  margin-top: 6px;
  display: block;
  font-size: clamp(18px, 1.6vw, 24px);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.tns-home-material-finder__result p {
  margin: 9px 0 15px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  line-height: 1.55;
}

.tns-home-material-finder__result a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--home-white);
  font-size: 9px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.tns-home-material-finder__result a span {
  color: var(--home-green);
  font-size: 16px;
}

@media (max-width: 1180px) {
  .tns-home-shop {
    min-height: 900px;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }

  .tns-home-shop__visual {
    min-height: 900px;
  }
}

@media (max-width: 900px) {
  .tns-home-shop {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .tns-home-shop__copy {
    padding: 64px var(--home-shell-gutter);
  }

  .tns-home-material-finder {
    max-width: none;
  }

  .tns-home-shop__visual {
    min-height: 560px;
  }
}

@media (max-width: 760px) {
  .tns-home-why::before {
    background: linear-gradient(180deg, rgba(247, 249, 248, 0.7), rgba(247, 249, 248, 0.86));
  }

  .tns-home-why__backdrop img {
    object-position: 58% center;
  }

  .tns-home-why__seo-copy {
    padding-inline: 18px;
  }

  .tns-home-shop__copy {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .tns-home-material-finder {
    padding: 20px;
    border-radius: 18px;
  }

  .tns-home-material-finder__choices {
    grid-template-columns: 1fr;
  }

  .tns-home-material-finder__choices button {
    min-height: 44px;
    text-align: left;
  }

  .tns-home-shop__visual {
    min-height: 430px;
  }

  .tns-home-shop__visual > img {
    object-position: 57% center;
  }

  .tns-home-shop__visual figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tns-home-material-finder__choices button {
    transition: none;
  }
}

/* Intelligent accommodation finder */
.tns-home-trip {
  --ink: var(--home-ink);
  --lime: var(--home-green);
  --white: #fff;
  --line: var(--home-line);
  --muted: #546570;
  --title: "TNS Poppins", Arial, sans-serif;
  --page-gutter: 0px;
  padding: clamp(52px, 6vw, 88px) 0;
  background: #edf2f6;
  color: var(--home-ink);
}
.tns-home-trip .tns-trip-section {
  width: var(--home-shell);
  margin: 0 auto;
  padding: 0;
  background: transparent;
}
.tns-home-trip .tns-trip-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
  text-align: center;
}
.tns-home-trip .tns-trip-heading h2 {
  font-family: "TNS Verve", "Arial Narrow", sans-serif;
  font-size: clamp(42px, 5.5vw, 78px);
  line-height: 0.94;
  max-width: 1050px;
}
.tns-home-trip .tns-trip-heading p { max-width: 820px; font-size: 17px; }
.tns-home-trip .tns-trip-form { padding: clamp(22px, 3vw, 40px); gap: 22px; }
.tns-home-trip .tns-trip-form-copy { display: block; padding-bottom: 18px; }
.tns-home-trip .tns-trip-form-copy h3 { font-size: 24px; margin-bottom: 8px; }
.tns-home-trip .tns-trip-form-copy p { font-size: 16px; }
.tns-home-trip .tns-trip-mode button { background: #0d2534; color: #e1e9ee; }
.tns-home-trip .tns-trip-mode button.is-active { background: #173b50; color: white; }
.tns-home-trip .tns-trip-prototype { font-size: 14px; }
.tns-home-trip .tns-trip-services-compact button small { font-size: 14px; }
.tns-home-trip .button {
  min-height: 52px; gap: 22px; justify-content: space-between; border: 1px solid transparent;
  border-radius: 10px; font-size: 15px; letter-spacing: 0; text-transform: none;
  font-weight: 600; padding: 12px 22px; cursor: pointer;
}
.tns-home-trip .button-lime { background: var(--lime); color: var(--ink); }
.tns-home-trip .button-lime:hover { background: #b7e575; }
.tns-home-trip .button-dark { background: var(--ink); color: white; }
.tns-home-trip .tns-trip-results-layout { grid-template-columns: minmax(0, 1fr) 260px; }
.tns-home-trip .tns-trip-result { grid-template-columns: minmax(180px, .65fr) minmax(0, 1.35fr); }
.tns-home-trip .tns-trip-result-title { flex-wrap: wrap; }
.tns-home-trip .tns-trip-result-meta { flex-wrap: wrap; }
.tns-home-trip .tns-trip-result-title h3 { line-height: 1.15; }
.tns-home-trip .tns-trip-result-photo img { min-height: 100%; }
.tns-home-trip .tns-trip-result-photo > span { text-transform: none; }
.tns-home-trip .tns-trip-location li small,
.tns-home-trip .tns-trip-location > div p { color: #d6e0e6; }
.tns-home-trip .tns-trip-plan-grid > article > span { color: #527719; }
.tns-home-trip .tns-trip-plan-grid li { flex-wrap: wrap; gap: 8px; }
.tns-trip-enquiry {
  margin-top: 24px; padding: clamp(22px, 4vw, 48px);
  border: 1px solid var(--line); border-radius: 24px; background: white;
  scroll-margin-top: 24px;
}
.tns-trip-enquiry-intro h3 { margin: 0 0 12px; font-size: clamp(24px, 3vw, 36px); line-height: 1.2; }
.tns-trip-enquiry-intro p { max-width: 750px; margin: 0; color: var(--muted); line-height: 1.7; }
.tns-trip-enquiry-summary { display: grid; gap: 6px; padding: 20px; margin: 24px 0; border-left: 4px solid var(--lime); background: #f1f5f7; }
.tns-trip-enquiry-summary span { color: var(--muted); font-size: 14px; }
.tns-trip-enquiry-form { display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tns-trip-enquiry-wide { grid-column: 1 / -1; }
.tns-trip-field textarea { width: 100%; min-width: 0; resize: vertical; padding: 14px; font-size: 16px; border: 1px solid #cfd5ce; border-radius: 12px; background: #f7f8f5; }
.tns-trip-field small { font-weight: 400; color: var(--muted); }
.tns-trip-privacy { display: flex; align-items: start; gap: 12px; font-size: 14px; line-height: 1.7; }
.tns-trip-privacy input { width: 20px; height: 20px; margin-top: 2px; accent-color: #527719; flex: none; }
.tns-trip-privacy a { text-decoration: underline; }
.tns-trip-help { display: flex; gap: 30px; align-items: center; justify-content: space-between; margin-top: 28px; }
.tns-trip-help p { max-width: 840px; margin: 0; font-size: 15px; line-height: 1.7; color: var(--muted); }
.tns-trip-help strong { color: var(--ink); }
.tns-trip-help a { max-width: 260px; flex: none; font-weight: 600; font-size: 15px; text-decoration: underline; text-underline-offset: 5px; }
.tns-home-trip :is(button, input, select, textarea, summary):focus-visible { outline: 3px solid #527719; outline-offset: 3px; }
.tns-home-trip .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (max-width: 1180px) {
  .tns-home-trip .tns-trip-results-layout { grid-template-columns: 1fr; }
  .tns-home-trip .tns-trip-location { position: static; }
}
@media (max-width: 760px) {
  .tns-home-trip .tns-trip-mode button { font-size: 14px; }
  .tns-home-trip .tns-trip-heading p { font-size: 16px; }
  .tns-home-trip .tns-trip-result { grid-template-columns: 1fr; }
  .tns-trip-enquiry-form { grid-template-columns: 1fr; }
  .tns-trip-help { align-items: start; flex-direction: column; gap: 16px; }
  .tns-home-trip .tns-trip-result-photo img { height: 100%; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .tns-home-trip *, .tns-home-trip *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
.tns-trip-section {
  background:
    linear-gradient(135deg, rgba(152, 210, 68, 0.12), transparent 34%),
    #e9ede7;
  padding-top: clamp(62px, 6vw, 96px);
}

.tns-trip-heading {
  align-items: end;
  display: grid;
  gap: clamp(24px, 5vw, 90px);
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.7fr);
  margin: 0 auto clamp(28px, 3.4vw, 50px);
  max-width: 1500px;
}

.tns-trip-heading h2 {
  font-family: var(--title);
  font-size: clamp(38px, 4.2vw, 68px);
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
  max-width: 900px;
}

.tns-trip-heading p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.tns-trip-shell {
  background: var(--white);
  border: 1px solid rgba(10, 13, 12, 0.1);
  border-radius: 28px;
  box-shadow: 0 26px 70px rgba(18, 28, 22, 0.1);
  margin: 0 auto;
  max-width: 1500px;
  overflow: hidden;
}

.tns-trip-mode {
  background: var(--ink);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tns-trip-mode button {
  align-items: center;
  background: #171b19;
  border: 0;
  color: rgba(255, 255, 255, 0.63);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 66px;
  padding: 14px 20px;
  position: relative;
  transition: background 180ms ease, color 180ms ease;
}

.tns-trip-mode button::after {
  background: transparent;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
}

.tns-trip-mode button.is-active {
  background: #202622;
  color: var(--white);
}

.tns-trip-mode button.is-active::after { background: var(--lime); }

.tns-trip-form {
  display: grid;
  gap: 24px;
  padding: clamp(26px, 4vw, 58px);
}

.tns-trip-form-copy {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 14px clamp(24px, 5vw, 80px);
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1fr);
  padding-bottom: 26px;
}

.tns-trip-form-copy h3,
.tns-trip-output-heading h3,
.tns-trip-plan h3,
.tns-trip-empty h3 {
  font-family: var(--title);
  font-size: clamp(28px, 2.8vw, 43px);
  letter-spacing: -0.045em;
  line-height: 1.04;
  margin: 0;
}

.tns-trip-form-copy p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.tns-trip-grid {
  display: grid;
  gap: 14px;
}

.tns-trip-grid-dates { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tns-trip-grid-travellers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tns-trip-grid-preferences { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.tns-trip-quick-grid {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tns-trip-field {
  display: grid;
  gap: 8px;
}

.tns-trip-field > span,
.tns-trip-ages legend,
.tns-trip-choices legend {
  color: #343a36;
  font-size: 14px;
  font-weight: 700;
}

.tns-trip-field input,
.tns-trip-field select,
.tns-trip-ages input {
  appearance: none;
  background: #f7f8f5;
  border: 1px solid #cfd5ce;
  border-radius: 12px;
  color: var(--ink);
  font-size: 16px;
  min-height: 56px;
  padding: 0 16px;
  width: 100%;
}

.tns-trip-field select {
  background-image:
    linear-gradient(45deg, transparent 50%, #59615b 50%),
    linear-gradient(135deg, #59615b 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(50% - 2px),
    calc(100% - 15px) calc(50% - 2px);
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 38px;
}

.tns-trip-field input:focus-visible,
.tns-trip-field select:focus-visible,
.tns-trip-ages input:focus-visible {
  border-color: #6d9f27;
  box-shadow: 0 0 0 3px rgba(152, 210, 68, 0.25);
  outline: 0;
}

.tns-trip-full { max-width: 760px; }

.tns-trip-travellers {
  background: #f7f8f5;
  border: 1px solid #cfd5ce;
  border-radius: 12px;
  min-width: 0;
}

.tns-trip-travellers summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 4px 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  list-style: none;
  min-height: 86px;
  padding: 12px 16px;
}

.tns-trip-travellers summary::-webkit-details-marker,
.tns-trip-refine summary::-webkit-details-marker { display: none; }
.tns-trip-travellers summary > span {
  color: #343a36;
  font-size: 14px;
  font-weight: 700;
}
.tns-trip-travellers summary > strong {
  font-size: 16px;
  grid-column: 1;
}
.tns-trip-travellers summary > i,
.tns-trip-refine summary > i {
  color: #678f2f;
  font-size: 22px;
  font-style: normal;
  grid-column: 2;
  grid-row: 1 / span 2;
  transition: transform 180ms ease;
}
.tns-trip-travellers[open] summary > i,
.tns-trip-refine[open] summary > i { transform: rotate(45deg); }
.tns-trip-travellers-panel {
  border-top: 1px solid #d8ddd7;
  display: grid;
  gap: 18px;
  padding: 16px;
}

.tns-trip-ages,
.tns-trip-choices {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

.tns-trip-ages > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.tns-trip-ages label { width: 68px; }
.tns-trip-ages input { text-align: center; }
.tns-trip-ages small {
  color: var(--muted);
  display: block;
  font-size: 14px;
  margin-top: 9px;
}

.tns-trip-choices legend span {
  color: var(--muted);
  font-weight: 400;
}

.tns-trip-choices > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 11px;
}

.tns-trip-choices button {
  align-items: center;
  background: var(--white);
  border: 1px solid #cbd1ca;
  border-radius: 999px;
  color: #353b37;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 9px;
  min-height: 46px;
  padding: 8px 15px 8px 10px;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.tns-trip-choices button:hover { transform: translateY(-1px); }
.tns-trip-choices button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}
.tns-trip-choices button i {
  align-items: center;
  background: #eef0eb;
  border-radius: 50%;
  display: inline-flex;
  font-size: 14px;
  font-style: normal;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.tns-trip-choices button.is-selected {
  background: rgba(152, 210, 68, 0.15);
  border-color: #86b944;
  color: var(--ink);
}

.tns-trip-choices button.is-selected i { background: var(--lime); }
.tns-trip-choices button small {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.tns-trip-services {
  border-top: 1px solid var(--line);
  padding-top: 23px;
}

.tns-trip-services-compact {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
.tns-trip-services-compact legend {
  color: #343a36;
  font-size: 14px;
  font-weight: 700;
}
.tns-trip-services-compact legend span {
  color: var(--muted);
  font-weight: 400;
  margin-left: 5px;
}
.tns-trip-services-compact > div {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 11px;
}
.tns-trip-services-compact button {
  align-items: center;
  background: var(--white);
  border: 1px solid #cbd1ca;
  border-radius: 14px;
  color: #353b37;
  cursor: pointer;
  display: flex;
  gap: 11px;
  min-height: 72px;
  padding: 11px 14px;
  text-align: left;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.tns-trip-services-compact button:hover { transform: translateY(-1px); }
.tns-trip-services-compact button > i {
  align-items: center;
  background: #eef0eb;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 15px;
  font-style: normal;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.tns-trip-services-compact button > span { display: grid; gap: 2px; }
.tns-trip-services-compact button strong { font-size: 14px; }
.tns-trip-services-compact button small { color: var(--muted); font-size: 14px; }
.tns-trip-services-compact button.is-selected {
  background: rgba(152, 210, 68, 0.15);
  border-color: #86b944;
}
.tns-trip-services-compact button.is-selected > i { background: var(--lime); }

.tns-trip-refine {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.tns-trip-refine summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  list-style: none;
  padding: 17px 2px;
}
.tns-trip-refine summary > span { display: grid; gap: 3px; }
.tns-trip-refine summary strong { font-size: 14px; }
.tns-trip-refine summary small { color: var(--muted); font-size: 14px; }
.tns-trip-refine-panel {
  display: grid;
  gap: 22px;
  padding: 4px 0 24px;
}

.tns-trip-action-row {
  align-items: center;
  display: flex;
  gap: 18px;
}

.tns-trip-submit {
  flex: 0 0 auto;
  margin-top: 2px;
  min-width: min(100%, 310px);
}

.tns-trip-error {
  background: #fff1ee;
  border-left: 4px solid #b63d26;
  color: #7b2818;
  font-size: 14px;
  margin: 0;
  padding: 12px 15px;
}

.tns-trip-prototype {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  max-width: 620px;
}

.tns-trip-output,
.tns-trip-plan,
.tns-trip-empty {
  padding: clamp(26px, 4vw, 58px);
}

.tns-trip-output-heading {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 25px;
}

.tns-trip-output-heading p {
  color: var(--muted);
  font-size: 14px;
  margin: 9px 0 0;
}

.tns-trip-output-heading > button {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  cursor: pointer;
  flex: none;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 0;
}

.tns-trip-status {
  align-items: center;
  background: #eef4e8;
  border: 1px solid #d6e2c8;
  border-radius: 14px;
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-bottom: 24px;
  padding: 14px 16px;
}

.tns-trip-status > span {
  animation: tns-trip-pulse 1.8s ease-in-out infinite;
  background: var(--lime);
  border: 4px solid rgba(152, 210, 68, 0.25);
  background-clip: padding-box;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.tns-trip-status div {
  display: grid;
  gap: 2px;
}

.tns-trip-status strong { font-size: 14px; }
.tns-trip-status small { color: var(--muted); font-size: 14px; }
.tns-trip-status em {
  color: #516044;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

@keyframes tns-trip-pulse {
  50% { opacity: 0.55; transform: scale(0.82); }
}

.tns-trip-results-layout {
  align-items: start;
  display: grid;
  gap: clamp(20px, 2.7vw, 38px);
  grid-template-columns: minmax(0, 1.48fr) minmax(280px, 0.62fr);
}

.tns-trip-results { display: grid; gap: 18px; }

.tns-trip-result {
  background: #f7f8f5;
  border: 1px solid #d4d9d3;
  border-radius: 18px;
  display: grid;
  grid-template-columns: minmax(230px, 0.76fr) minmax(0, 1.24fr);
  overflow: hidden;
}

.tns-trip-result.is-best {
  border-color: #8cbd4a;
  box-shadow: 0 10px 30px rgba(37, 61, 27, 0.08);
}

.tns-trip-result-photo {
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.tns-trip-result-photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
  width: 100%;
}

.tns-trip-result:hover .tns-trip-result-photo img { transform: scale(1.025); }

.tns-trip-result-photo > span {
  background: var(--lime);
  border-radius: 999px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  left: 14px;
  padding: 7px 11px;
  position: absolute;
  text-transform: uppercase;
  top: 14px;
}

.tns-trip-result-body {
  display: grid;
  gap: 17px;
  padding: clamp(20px, 2.4vw, 32px);
}

.tns-trip-result-title {
  align-items: start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.tns-trip-result-title p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.tns-trip-result-title h3 {
  font-family: var(--title);
  font-size: clamp(24px, 2vw, 31px);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0;
}

.tns-trip-result-title > span {
  background: var(--ink);
  border-radius: 999px;
  color: var(--white);
  flex: none;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 10px;
  text-transform: uppercase;
}

.tns-trip-reasons > strong {
  display: block;
  font-size: 14px;
  margin-bottom: 7px;
}

.tns-trip-reasons ul {
  display: grid;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tns-trip-reasons li {
  color: #4e5550;
  font-size: 14px;
  line-height: 1.45;
  padding-left: 16px;
  position: relative;
}

.tns-trip-reasons li::before {
  color: #71a02f;
  content: "✓";
  font-weight: 800;
  left: 0;
  position: absolute;
}

.tns-trip-result-meta {
  align-items: center;
  border-bottom: 1px solid #d8ddd7;
  border-top: 1px solid #d8ddd7;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 12px 0;
}

.tns-trip-result-meta > span { color: var(--muted); font-size: 14px; }
.tns-trip-result-meta > strong {
  border-radius: 999px;
  flex: none;
  font-size: 14px;
  padding: 6px 9px;
  text-transform: uppercase;
}
.tns-trip-result-meta > strong.is-request { background: #fff0d9; color: #86500e; }
.tns-trip-result-meta > strong.is-provider { background: #e9eef4; color: #40536b; }

.tns-trip-result-details {
  border-bottom: 1px solid #d8ddd7;
  padding-bottom: 13px;
}

.tns-trip-result-details summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: space-between;
  list-style: none;
}

.tns-trip-result-details summary::-webkit-details-marker { display: none; }
.tns-trip-result-details summary i {
  color: #6d9f27;
  font-size: 20px;
  font-style: normal;
  transition: transform 180ms ease;
}
.tns-trip-result-details[open] summary i { transform: rotate(45deg); }

.tns-trip-access {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.tns-trip-access div {
  background: var(--white);
  border-radius: 9px;
  display: grid;
  gap: 3px;
  padding: 10px;
}

.tns-trip-access span { color: var(--muted); font-size: 14px; text-transform: uppercase; }
.tns-trip-access strong { font-size: 14px; }
.tns-trip-result-details > p {
  color: #4f5651;
  font-size: 14px;
  line-height: 1.5;
  margin: 12px 2px 0;
}

.tns-trip-result-cta { justify-self: start; min-height: 46px; }

.tns-trip-location {
  background: var(--ink);
  border-radius: 18px;
  color: var(--white);
  padding: clamp(22px, 2.5vw, 34px);
  position: sticky;
  top: 24px;
}

.tns-trip-location > div h3 {
  font-family: var(--title);
  font-size: 28px;
  letter-spacing: -0.04em;
  margin: 0 0 8px;
}

.tns-trip-location > div p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.tns-trip-location ol {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 26px 0;
  padding: 0;
}

.tns-trip-location li {
  display: grid;
  gap: 12px;
  grid-template-columns: 17px 1fr;
  min-height: 68px;
  position: relative;
}

.tns-trip-location li::before {
  background: rgba(255, 255, 255, 0.22);
  content: "";
  left: 7px;
  position: absolute;
  top: 14px;
  bottom: -14px;
  width: 1px;
}
.tns-trip-location li:last-child::before { display: none; }
.tns-trip-location li > span {
  background: #788078;
  border: 4px solid #2b302d;
  border-radius: 50%;
  height: 15px;
  margin-top: 3px;
  position: relative;
  width: 15px;
  z-index: 1;
}
.tns-trip-location li.is-tns > span { background: var(--lime); }
.tns-trip-location li div { display: grid; gap: 2px; }
.tns-trip-location li strong { font-size: 14px; }
.tns-trip-location li small { color: rgba(255, 255, 255, 0.52); font-size: 14px; }

.tns-trip-location-end {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 4px;
  padding-top: 18px;
}
.tns-trip-location-end span {
  color: var(--lime);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.tns-trip-location-end strong { font-size: 14px; }

.tns-trip-network-note {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 22px 0 0;
  max-width: 900px;
}

.tns-trip-plan-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tns-trip-plan-grid > article {
  background: #f4f6f1;
  border: 1px solid #d6dbd4;
  border-radius: 17px;
  padding: clamp(22px, 3vw, 36px);
}
.tns-trip-plan-grid > article > span {
  color: #6d9f27;
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.tns-trip-plan-grid h3 { font-size: clamp(25px, 2.3vw, 34px); }
.tns-trip-plan-grid p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  margin: 14px 0 0;
}
.tns-trip-plan-grid ul { display: grid; gap: 9px; list-style: none; margin: 0; padding: 0; }
.tns-trip-plan-grid li {
  align-items: center;
  background: var(--white);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 12px 13px;
}
.tns-trip-plan-grid li strong { font-size: 14px; }
.tns-trip-plan-grid li > span { display: grid; gap: 2px; }
.tns-trip-plan-grid li small { color: var(--muted); font-size: 14px; }
.tns-trip-plan-grid li i { color: var(--muted); font-size: 14px; font-style: normal; }
.tns-trip-lueira {
  border-left: 3px solid var(--lime);
  padding-left: 13px;
}
.tns-trip-plan-cta { margin-top: 22px; }

.tns-trip-empty { text-align: center; }
.tns-trip-empty p { color: var(--muted); font-size: 15px; }
.tns-trip-empty > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 22px;
}

@media (max-width: 1080px) {
  .tns-trip-heading { grid-template-columns: 1fr; }
  .tns-trip-heading p { max-width: 760px; }
  .tns-trip-results-layout { grid-template-columns: 1fr; }
  .tns-trip-location { position: static; }
  .tns-trip-location ol { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .tns-trip-location li { grid-template-columns: 15px 1fr; min-height: 0; }
  .tns-trip-location li::before { display: none; }
}

@media (max-width: 760px) {
  .tns-trip-section { padding-inline: var(--page-gutter); }
  .tns-trip-heading { gap: 15px; }
  .tns-trip-heading h2 { font-size: clamp(32px, 9vw, 43px); }
  .tns-trip-heading p { font-size: 15px; }
  .tns-trip-shell { border-radius: 18px; }
  .tns-trip-mode button { font-size: 14px; min-height: 60px; padding-inline: 10px; }
  .tns-trip-form,
  .tns-trip-output,
  .tns-trip-plan,
  .tns-trip-empty { padding: 26px 18px; }
  .tns-trip-form-copy { gap: 10px; grid-template-columns: 1fr; padding-bottom: 22px; }
  .tns-trip-form-copy h3,
  .tns-trip-output-heading h3,
  .tns-trip-plan h3,
  .tns-trip-empty h3 { font-size: 28px; }
  .tns-trip-quick-grid,
  .tns-trip-grid-dates,
  .tns-trip-grid-travellers,
  .tns-trip-grid-preferences { grid-template-columns: 1fr; }
  .tns-trip-travellers summary { min-height: 78px; }
  .tns-trip-services-compact > div { grid-template-columns: 1fr; }
  .tns-trip-services-compact button { min-height: 66px; }
  .tns-trip-action-row { align-items: stretch; flex-direction: column; gap: 11px; }
  .tns-trip-choices > div { display: grid; grid-template-columns: 1fr; }
  .tns-trip-choices button { border-radius: 12px; justify-content: flex-start; width: 100%; }
  .tns-trip-submit { justify-self: stretch; width: 100%; }
  .tns-trip-output-heading { align-items: start; flex-direction: column; gap: 12px; }
  .tns-trip-status { align-items: start; grid-template-columns: auto 1fr; }
  .tns-trip-status em { grid-column: 2; }
  .tns-trip-result { grid-template-columns: 1fr; }
  .tns-trip-result-photo { aspect-ratio: 16 / 10; min-height: 0; }
  .tns-trip-result-title { align-items: start; flex-direction: column; }
  .tns-trip-result-title > span { align-self: start; }
  .tns-trip-result-meta { align-items: start; flex-direction: column; }
  .tns-trip-access { grid-template-columns: 1fr; }
  .tns-trip-result-cta { justify-self: stretch; width: 100%; }
  .tns-trip-location ol { grid-template-columns: 1fr; }
  .tns-trip-location li { min-height: 60px; }
  .tns-trip-location li::before { display: block; }
  .tns-trip-plan-grid { grid-template-columns: 1fr; }
  .tns-trip-plan-cta { width: 100%; }
}

/* Home: direct class navigation, photographic services, readable editorial rhythm. */
.tns-home-video-toggle { position: absolute; top: 22px; right: 22px; z-index: 3; color: white; background: rgba(6,22,32,.65); border: 1px solid rgba(255,255,255,.5); border-radius: 8px; padding: 12px 16px; min-height: 44px; cursor: pointer; font-size: 14px; }
.tns-home [hidden] { display: none !important; }
.tns-home-hero__veil {
  background: linear-gradient(180deg, rgba(5,22,32,.12) 10%, rgba(5,22,32,.32) 42%, rgba(5,22,32,.76) 100%);
}
.tns-home-hero__intro .tns-home-hero__lead { font-size: clamp(24px, 2.4vw, 34px); line-height: 1.2; color: white; font-weight: 600; margin-bottom: 18px; }
.tns-home-hero__intro > p { max-width: 520px; color: white; font-size: 17px; line-height: 1.6; }
.tns-home-welcome { background: white; padding: 42px 0 28px; }
.tns-home-welcome > div > p { max-width: 940px; margin: 0 auto 22px; text-align: center; font-size: 17px; line-height: 1.7; color: #425965; }
.tns-home-welcome > div > p strong { color: var(--home-ink); }
.tns-home-quick-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 32px; margin-bottom: 0; }
.tns-home-quick-trust a { font-size: 14px; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }
.tns-home-quick-trust a span { color: #527719; }
.tns-home-hero__index { height: 64px; grid-template-columns: repeat(6,minmax(0,1fr)); }
.tns-home-hero__index a { padding: 8px; font-size: 14px; line-height: 1.3; letter-spacing: 0; text-transform: none; text-align: center; }
.tns-home #elige-tu-clase { scroll-margin-top: 36px; }
.tns-home .tns-home-section-intro > h2 { max-width: 980px; font-size: clamp(42px,5.3vw,72px); }
.tns-home .tns-home-section-intro > p:not(.tns-home-team__legend) { max-width: 820px; font-size: 17px; line-height: 1.7; }
.tns-home-ski { padding: 48px 0; }
.tns-home-ski__heading { margin-bottom: 28px; }
.tns-home-ski__stage { min-height: 0; }
.tns-home-ski__media { min-height: 410px; }
.tns-home-ski__choices { padding: 26px 32px; }
.tns-home-ski__choices h3 { font-size: 27px; margin-bottom: 16px; }
.tns-home-class-list a { padding-top: 16px; padding-bottom: 16px; }
.tns-home-class-list em { font-size: 14px; line-height: 1.5; }
.tns-home-snowboard-matched { border-top: 1px solid var(--home-line); }
.tns-home-snowboard-matched .tns-home-ski__media::after { display: none; }
.tns-home-snowboard-matched .tns-home-class-list a { grid-template-rows: 1fr; }
.tns-home-snowboard-matched .tns-home-class-list a > div { grid-column: 1; grid-row: 1; align-self: center; }
.tns-home-snowboard-matched .tns-home-class-list a > span:last-child { align-self: center; }
.tns-home-snowboard { min-height: 0; }
.tns-home-snowboard__media { min-height: 520px; }
.tns-home-snowboard__copy { padding: 44px; }
.tns-home-snowboard__copy nav a { padding: 16px 0; }
.tns-home-snowboard__copy > .tns-home-text-link { color: white; margin-top: 20px; }
.tns-home-services { padding: 48px 0; background: white; }
.tns-home-services .tns-home-section-heading { margin-bottom: 32px; padding-bottom: 0; }
.tns-home-services .tns-home-section-heading > h2 { font-size: clamp(38px,4.4vw,62px); }
.tns-home-services__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.tns-home .tns-service-card { position: relative; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-end; min-width: 0; min-height: 380px; height: auto; padding: 28px; border: 0; border-radius: 20px; color: white; background: var(--home-ink); text-align: left; overflow: hidden; aspect-ratio: auto; }
.tns-home .tns-service-card > img { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 0; object-fit: cover; filter: none; }
.tns-home .tns-service-card__shade { display: block; background: linear-gradient(180deg, rgba(6,20,26,.04) 15%, rgba(6,20,26,.35) 45%, rgba(6,20,26,.94) 100%); }
.tns-home .tns-service-card__number,.tns-home .tns-service-card__symbol { display: none; }
.tns-home .tns-service-card__copy { position: relative; inset: auto; display: flex; flex-direction: column; align-items: flex-start; padding: 0 40px 0 0; gap: 14px; }
.tns-home .tns-service-card__copy strong { font-size: clamp(38px,3.6vw,56px); line-height: 1; color: white; overflow-wrap: break-word; }
.tns-home .tns-service-card__copy > span { display: block; font-size: 16px; line-height: 1.55; color: rgba(255,255,255,.9); max-width: 34ch; }
.tns-home .tns-service-card__arrow { display: grid; place-items: center; width: 42px; height: 42px; right: 24px; bottom: 24px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: white; font-size: 22px; }
.tns-home .tns-service-card:hover { background: var(--home-ink); transform: translateY(-3px); }
.tns-home .tns-service-card:hover .tns-service-card__arrow,.tns-home .tns-service-card:focus-visible .tns-service-card__arrow { background: var(--home-green); border-color: var(--home-green); color: var(--home-ink); }
.tns-home-why__content { padding-top: 44px; padding-bottom: 44px; }
.tns-home-why__heading { margin-bottom: 24px; }
.tns-home-why__seo-copy { padding: 24px; gap: 32px; margin-bottom: 20px; }
.tns-home-why__seo-copy p { font-size: 16px; line-height: 1.7; }
.tns-home-why__team-window { height: clamp(150px,19vw,270px); margin: 20px 0; }
.tns-home-why__list li { min-height: 0; padding: 22px; gap: 16px; }
.tns-home-why__list h3 { font-family: "TNS Poppins",sans-serif; font-size: 21px; font-weight: 500; line-height: 1.3; margin: 0 0 10px; }
.tns-home-why__list p { font-size: 15px; line-height: 1.6; }
.tns-home-programs,.tns-home-team,.tns-home-reviews,.tns-home-faq { padding-top: 52px; padding-bottom: 52px; }
/* Programs: one spacing layer, with text colors appropriate for the dark surface. */
.tns-home .tns-home-programs { padding-top: 44px; }
.tns-home .tns-home-programs > .tns-home-section-intro {
  width: var(--home-shell);
  padding: 0;
  margin: 0 auto 24px;
  gap: 14px;
}
.tns-home .tns-home-programs > .tns-home-section-intro > h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
  color: #fff;
}
.tns-home .tns-home-programs > .tns-home-section-intro > p:not(.tns-home-team__legend) {
  width: 100%;
  max-width: 900px;
  margin: 0;
  color: #dce6eb;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.65;
  text-wrap: pretty;
}
.tns-home .tns-home-programs .tns-scroll-rail__toolbar {
  justify-content: flex-end;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.tns-home .tns-faq-link { display: inline-block; margin: 12px 16px 0 0; font-size: 15px; color: #c1e99b; text-decoration: underline; text-underline-offset: 4px; }
.tns-home-faq details > p { font-size: 16px; line-height: 1.75; }
.tns-home-trip .tns-trip-heading h2 { font-size: clamp(40px,5vw,64px); }
.tns-home-trip .tns-trip-form { padding: 24px; }
@media (max-width: 1000px) {
  .tns-home-services__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .tns-home-hero { min-height: 840px; }
  .tns-home-hero__intro > p { font-size: 16px; }
  .tns-home-hero__intro .tns-home-hero__lead { font-size: 23px; margin-bottom: 12px; }
  .tns-home-welcome { padding: 28px 0 12px; }
  .tns-home-welcome > div > p { font-size: 16px; }
  .tns-home-quick-trust { gap: 12px 20px; }
  .tns-home-hero__index { grid-template-columns: repeat(6,minmax(150px,1fr)); }
  .tns-home .tns-home-section-intro > h2 { font-size: 40px; }
  .tns-home .tns-home-section-intro > p:not(.tns-home-team__legend) { font-size: 16px; }
  .tns-home-ski { padding: 34px 0; }
  .tns-home-ski__media { min-height: 0; height: 220px; }
  .tns-home-ski__choices { padding: 22px 18px; }
  .tns-home-ski__choices h3 { font-size: 23px; }
  .tns-home-snowboard__media { min-height: 0; height: 250px; }
  .tns-home-snowboard__copy { padding: 28px 22px; }
  .tns-home-services { padding: 34px 0; }
  .tns-home-services .tns-home-section-heading > h2 { font-size: 36px; }
  .tns-home-services__grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
  .tns-home .tns-service-card { min-height: 340px; padding: 24px; }
  .tns-home .tns-service-card__copy strong { font-size: 38px; }
  .tns-home .tns-service-card__copy > span { display: block; }
  .tns-home-why__content { padding-top: 34px; padding-bottom: 30px; }
  .tns-home-why__seo-copy { padding: 20px 16px; gap: 18px; }
  .tns-home-why__team-window { height: 140px; }
  .tns-home-why__list li { padding: 20px 16px; }
  .tns-home-programs,.tns-home-team,.tns-home-reviews,.tns-home-faq { padding-top: 36px; padding-bottom: 36px; }
  .tns-home .tns-home-programs { padding-top: 32px; }
  .tns-home .tns-home-programs > .tns-home-section-intro { margin-bottom: 20px; gap: 12px; }
  .tns-home .tns-home-programs > .tns-home-section-intro > h2 { font-size: 2rem; }
  .tns-home .tns-home-programs > .tns-home-section-intro > p:not(.tns-home-team__legend) { font-size: 1rem; }
}
@media (max-width: 600px) { .tns-home-services__grid { grid-template-columns: minmax(0,1fr); } }
@media (prefers-reduced-motion: reduce) { .tns-home .tns-service-card:hover,.tns-home .tns-service-card:hover > img { transform: none; } }

/* Shop: one photographic scene, with a compact, readable finder above it. */
.tns-home .tns-home-shop {
  position: relative;
  isolation: isolate;
  display: block;
  min-height: 0;
  padding: 36px max(24px, calc((100% - var(--home-shell)) / 2));
  overflow: hidden;
  background: #102332;
}
.tns-home .tns-home-shop__visual {
  position: absolute;
  inset: 0;
  z-index: -1;
  min-height: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  background: radial-gradient(ellipse at 83% 38%, #53677c 0%, #263b50 33%, #102332 72%);
}
.tns-home .tns-home-shop__visual::after { display: none; }
.tns-home .tns-home-shop__originals {
  position: absolute;
  top: 26px;
  right: 2%;
  bottom: 64px;
  width: 39%;
}
.tns-home .tns-home-shop__ski-photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3%;
  width: 43%;
  transform: rotate(9deg);
}
.tns-home .tns-home-shop__boot-photo {
  position: absolute;
  right: 0;
  bottom: 3%;
  width: 78%;
  height: 60%;
}
.tns-home .tns-home-shop__originals img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 0;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 15px 16px rgba(0,0,0,.3));
  transform: none !important;
}
.tns-home .tns-home-shop__visual figcaption {
  left: 60%;
  right: 24px;
  bottom: 24px;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.tns-home .tns-home-shop__copy {
  width: min(57%, 680px);
  max-width: none;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 20px;
  background: rgba(250,252,251,.97);
  box-shadow: 0 16px 48px rgba(0,0,0,.16);
}
.tns-home .tns-home-shop .tns-home-panel-intro { gap: 12px; margin: 0; padding: 0; }
.tns-home .tns-home-shop .tns-home-panel-intro > h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1;
  color: var(--home-ink);
}
.tns-home .tns-home-shop .tns-home-panel-intro > p {
  max-width: 58ch;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #405360;
}
.tns-home .tns-home-shop .tns-home-material-finder {
  max-width: none;
  margin-top: 20px;
  padding: 20px 0 0;
  border: 0;
  border-top: 1px solid #d3dddf;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
.tns-home .tns-home-shop .tns-home-material-finder__heading h3 {
  margin: 0 0 7px;
  font-family: "TNS Poppins", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.5px;
}
.tns-home .tns-home-shop .tns-home-material-finder__heading p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #405360;
}
.tns-home .tns-home-shop .tns-home-material-finder fieldset { margin-top: 16px; }
.tns-home .tns-home-shop .tns-home-material-finder legend {
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}
.tns-home .tns-home-shop .tns-home-material-finder__choices { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; }
.tns-home .tns-home-shop .tns-home-material-finder__choices button {
  min-height: 44px;
  padding: 8px 6px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}
.tns-home .tns-home-shop .tns-home-material-finder__result { margin-top: 16px; padding: 16px; border-radius: 10px; }
.tns-home .tns-home-shop .tns-home-material-finder__result > span { font-size: 10px; }
.tns-home .tns-home-shop .tns-home-material-finder__result strong { margin-top: 7px; font-size: 19px; line-height: 1.3; }
.tns-home .tns-home-shop .tns-home-material-finder__result p { margin: 8px 0; font-size: 14px; line-height: 1.5; color: #dce6eb; }
.tns-home .tns-home-shop .tns-home-material-finder__result a { display: inline-flex; align-items: center; min-height: 44px; margin: 0; font-size: 12px; letter-spacing: 0; text-transform: none; }
.tns-home .tns-home-shop .tns-home-actions { margin-top: 16px; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 8px 20px; }
.tns-home .tns-home-shop .tns-home-actions a { min-height: 44px; font-size: 12px; letter-spacing: 0; text-transform: none; }
.tns-home .tns-home-shop button:focus-visible,
.tns-home .tns-home-shop a:focus-visible { outline: 3px solid #639c1d; outline-offset: 3px; }
@media (max-width: 1000px) {
  .tns-home .tns-home-shop__copy { width: 65%; padding: 22px; }
  .tns-home .tns-home-shop__originals { width: 30%; right: 1%; }
  .tns-home .tns-home-shop__visual figcaption { left: 69%; right: 12px; }
}
@media (max-width: 760px) {
  .tns-home .tns-home-shop { padding: 230px 16px 24px; }
  .tns-home .tns-home-shop__visual { height: 250px; }
  .tns-home .tns-home-shop__originals { inset: 12px 0 38px; width: min(100%, 420px); margin: 0 auto; }
  .tns-home .tns-home-shop__ski-photo { left: 20%; width: 22%; }
  .tns-home .tns-home-shop__boot-photo { right: 16%; width: 42%; height: 92%; bottom: 0; }
  .tns-home .tns-home-shop__visual figcaption { left: 12px; right: 12px; bottom: 25px; font-size: 12px; }
  .tns-home .tns-home-shop__copy { width: 100%; padding: 20px 16px; border-radius: 16px; }
  .tns-home .tns-home-shop .tns-home-panel-intro > h2 { font-size: 38px; }
  .tns-home .tns-home-shop .tns-home-panel-intro > p { font-size: 14px; }
  .tns-home .tns-home-shop .tns-home-material-finder__heading h3 { font-size: 19px; }
  .tns-home .tns-home-shop .tns-home-material-finder__choices button { font-size: 11px; }
}

/* CTA capsules inspired by the published Home; keep navigation and selectors distinct. */
.tns-home .tns-home-button,
.tns-home .tns-home-text-link,
.tns-home .tns-experience-card__body > a,
.tns-home .tns-home-shop .tns-home-material-finder__result > a,
.tns-home .tns-home-trip .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 13px 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  clip-path: none;
  font-family: "TNS Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.tns-home .tns-home-button--green,
.tns-home .tns-home-button--ink,
.tns-home .tns-experience-card__body > a,
.tns-home .tns-home-shop .tns-home-material-finder__result > a,
.tns-home .tns-home-trip .button-lime {
  color: #081722;
  background: #9bd64b;
  box-shadow: 0 4px 0 #6e9c31, 0 8px 20px rgba(155,214,75,.2);
}
.tns-home .tns-home-text-link,
.tns-home .tns-home-button--light {
  color: #081722;
  background: #fff;
  border-color: #081722;
  box-shadow: 0 3px 0 rgba(8,23,34,.16);
}
.tns-home .tns-home-button--glass {
  color: #fff;
  background: rgba(8,23,34,.72);
  border-color: #fff;
  box-shadow: 0 3px 0 rgba(0,0,0,.18);
}
.tns-home .tns-home-location .tns-home-button--green,
.tns-home .tns-home-trip .button-dark {
  color: #fff;
  background: #081722;
  box-shadow: 0 4px 0 #354550;
}
.tns-home .tns-home-button:hover,
.tns-home .tns-home-text-link:hover,
.tns-home .tns-experience-card__body > a:hover,
.tns-home .tns-home-shop .tns-home-material-finder__result > a:hover,
.tns-home .tns-home-trip .button:hover {
  color: #081722;
  background: #bbeb7a;
  gap: 12px;
  transform: translateY(-2px);
  box-shadow: 0 5px 0 #6e9c31, 0 10px 22px rgba(8,23,34,.18);
}
.tns-home .tns-home-button:active,
.tns-home .tns-home-text-link:active,
.tns-home .tns-experience-card__body > a:active,
.tns-home .tns-home-shop .tns-home-material-finder__result > a:active,
.tns-home .tns-home-trip .button:active { transform: translateY(2px); box-shadow: none; }
.tns-home .tns-home-button:focus-visible,
.tns-home .tns-home-text-link:focus-visible,
.tns-home .tns-experience-card__body > a:focus-visible,
.tns-home .tns-home-shop .tns-home-material-finder__result > a:focus-visible,
.tns-home .tns-home-trip .button:focus-visible {
  outline: 3px solid #173b78;
  outline-offset: 4px;
  box-shadow: 0 0 0 4px #fff;
}
.tns-home .tns-home-shop .tns-home-actions a { font-size: 14px; min-height: 48px; }
.tns-home .tns-home-shop .tns-home-material-finder__result > a { margin-top: 8px; }
.tns-home .tns-home-actions { gap: 16px; }
.tns-home .tns-home-why__closing .tns-home-text-link { white-space: normal; flex-shrink: 0; }
.tns-home .tns-home-trip .button:disabled { opacity: .55; cursor: not-allowed; transform: none; box-shadow: none; }
@media (max-width: 600px) {
  .tns-home .tns-home-actions > a { width: 100%; }
  .tns-home .tns-experience-card__body > a { width: 100%; }
  .tns-home .tns-home-shop .tns-home-material-finder__result > a { width: 100%; padding-inline: 16px; }
  .tns-home .tns-home-why__closing .tns-home-text-link { flex-shrink: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .tns-home .tns-home-button,
  .tns-home .tns-home-text-link,
  .tns-home .tns-experience-card__body > a,
  .tns-home .tns-home-shop .tns-home-material-finder__result > a,
  .tns-home .tns-home-trip .button { transition: none; transform: none; }
}

/* Final Home-only spacing layer. Preserve content, imagery and section order. */
.tns-home { --home-space: clamp(36px, 4vw, 56px); }
.tns-home :is(section, article, fieldset, .tns-home-shell) { min-width: 0; }
.tns-home :is(h1, h2, h3, p, a, label) { overflow-wrap: break-word; }
.tns-home :is(.tns-home-ski, .tns-home-services, .tns-home-programs, .tns-home-team, .tns-home-method, .tns-home-reviews, .tns-home-faq, .tns-home-location, .tns-home-trip) {
  padding-block: var(--home-space);
}
.tns-home .tns-home-section-heading { padding: 0; margin: 0 auto 24px; }
.tns-home .tns-home-reviews > .tns-home-section-heading { width: var(--home-shell); }
.tns-home .tns-home-section-intro > h2 { line-height: 1; }
.tns-home .tns-home-section-intro > p:not(.tns-home-team__legend) { margin-top: 16px; text-wrap: pretty; }
.tns-home .tns-home-why { padding: 0; }
.tns-home .tns-home-why__content { padding-block: var(--home-space); row-gap: 20px; }
.tns-home .tns-home-why__heading { margin: 0; }
.tns-home .tns-home-why__seo-copy { margin-block: 0; }
.tns-home .tns-home-why__team-window { margin-block: 0; }
.tns-home .tns-home-ski__heading { margin-bottom: 24px; }
.tns-home .tns-home-ski__intro { margin-top: 16px; }
.tns-home .tns-home-ski__intro p { margin-bottom: 16px; font-size: 1rem; }
.tns-home .tns-home-ski__help { font-size: .875rem; line-height: 1.5; }
.tns-home .tns-home-class-list a { min-height: 0; gap: 8px; }
.tns-home .tns-home-class-list a > span:first-child { font-size: .75rem; }
.tns-home .tns-home-class-list strong { line-height: 1.2; }
.tns-home .tns-home-class-list em { font-size: .875rem; line-height: 1.5; }
.tns-home .tns-home-programs > .tns-home-section-intro { gap: 0; }
.tns-home .tns-home-programs > .tns-home-section-intro > p { margin-top: 16px; }
.tns-home .tns-experience-card:nth-child(n) { min-height: 0; grid-template-rows: 240px 1fr; }
.tns-home .tns-experience-card__body { padding: 24px; }
.tns-home .tns-experience-card h3 { margin-bottom: 14px; font-size: clamp(36px, 3.6vw, 56px); line-height: 1; }
.tns-home .tns-experience-card__body > p { font-size: 1rem; line-height: 1.55; }
.tns-home .tns-experience-card__body > .tns-experience-card__detail { margin-top: 12px; font-size: .875rem; color: #53626b; }
.tns-home .tns-experience-card ul { margin: 16px 0 20px; gap: 0 12px; }
.tns-home .tns-experience-card li { min-height: 0; padding: 10px 0; font-size: .875rem; line-height: 1.4; }
.tns-home .tns-home-team .tns-scroll-rail { margin-top: 24px; }
.tns-home .tns-home-team__heading .tns-home-team__legend { margin-top: 16px; padding-top: 12px; font-size: .875rem; color: #53626b; }
.tns-home .tns-team-card__portrait { aspect-ratio: 4 / 5; }
.tns-home .tns-team-card__body { min-height: 0; padding: 18px; }
.tns-home .tns-team-card__body > span { font-size: .75rem; letter-spacing: 0; color: #4c6326; }
.tns-home .tns-team-card__body h3 { margin: 10px 0 8px; font-size: 2rem; line-height: 1.1; }
.tns-home .tns-team-card__body p { font-size: .875rem; color: #53626b; text-transform: none; }
.tns-home :is(.tns-team-card__provisional, .tns-team-card__eventual) { font-size: .75rem; letter-spacing: 0; padding: 6px 9px; }
.tns-home .tns-home-team__footer > p { font-size: .875rem; line-height: 1.5; letter-spacing: 0; color: #53626b; text-transform: none; }
.tns-home .tns-scroll-rail__toolbar { margin-bottom: 12px; gap: 12px; }
.tns-home .tns-scroll-rail__toolbar > p { font-size: .875rem; line-height: 1.5; letter-spacing: 0; text-transform: none; }
.tns-home .tns-scroll-rail__controls { flex-shrink: 0; }
.tns-home .tns-scroll-rail__controls button { width: 44px; height: 44px; }
.tns-home .tns-scroll-rail__controls button:disabled { opacity: .35; cursor: default; }
.tns-home :is(.tns-home-experiences, .tns-home-team__carousel) { overscroll-behavior-x: contain; padding-bottom: 16px; }
.tns-home .tns-home-method__layout { gap: 32px; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); }
.tns-home :is(.tns-home-method, .tns-home-location) .tns-home-panel-intro > h2 { font-size: clamp(36px, 4vw, 56px); line-height: 1; }
.tns-home :is(.tns-home-method, .tns-home-location) .tns-home-panel-intro > p { font-size: 1rem; line-height: 1.6; margin-top: 16px; }
.tns-home .tns-home-method__facts > span { min-height: 0; padding-block: 16px; }
.tns-home .tns-home-method__facts em { font-size: .875rem; line-height: 1.5; }
.tns-home .tns-home-method__facts strong { font-size: 1rem; line-height: 1.4; }
.tns-home .tns-home-faq__layout { gap: 28px; }
.tns-home .tns-home-faq__heading .tns-home-text-link { margin-top: 20px; }
.tns-home .tns-home-faq summary { padding-block: 20px; gap: 16px; }
.tns-home .tns-home-faq summary span { font-size: clamp(18px, 1.8vw, 24px); line-height: 1.4; }
.tns-home .tns-home-faq summary i { flex-shrink: 0; width: 36px; height: 36px; }
.tns-home .tns-home-faq details > p { margin: 0 0 22px; color: #dce6eb; line-height: 1.65; }
.tns-home .tns-home-location__copy { padding: 26px; }
.tns-home .tns-home-location__map, .tns-home .tns-home-location__map iframe { height: 320px; }
.tns-home .tns-home-location__contact { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.tns-home .tns-home-location__contact a { font-size: 1rem; min-height: 44px; display: inline-flex; align-items: center; overflow-wrap: anywhere; }
.tns-home .tns-home-location__note { margin-block: 16px; }
.tns-home .tns-home-location__note p { font-size: .875rem; line-height: 1.5; }
.tns-home .tns-home-trip :is(input, select, textarea) { min-width: 0; max-width: 100%; font-size: 1rem; }
.tns-home .tns-home-trip :is(input:not([type="checkbox"]), select) { min-height: 48px; }
.tns-home .tns-home-trip .tns-trip-heading { margin-bottom: 24px; gap: 16px; }
.tns-home .tns-home-trip .tns-trip-heading h2 { margin: 0; }
.tns-home .tns-home-trip .tns-trip-heading p { margin: 0; line-height: 1.6; }
.tns-home .tns-home-trip .tns-trip-form { padding: 24px; gap: 18px; }
.tns-home .tns-home-trip .tns-trip-help { margin-top: 20px; }
.tns-home .tns-home-shop .tns-home-panel-intro > p,
.tns-home .tns-home-shop .tns-home-material-finder__heading p,
.tns-home .tns-home-shop .tns-home-material-finder__result p { font-size: 1rem; line-height: 1.5; }
.tns-home .tns-home-shop .tns-home-material-finder__choices button { font-size: .875rem; }
.tns-home .tns-home-shop .tns-home-material-finder legend { font-size: .875rem; }

@media (max-width: 1000px) {
  .tns-home .tns-home-method__layout { grid-template-columns: 1fr; gap: 24px; }
  .tns-home .tns-home-method__facts { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
  .tns-home .tns-home-method__facts > span { display: flex; flex-direction: column; gap: 8px; align-items: start; }
  .tns-home .tns-home-hero__content { grid-template-columns: 1fr; gap: 24px; padding-block: 100px; }
  .tns-home .tns-home-hero { height: auto; min-height: 760px; }
  .tns-home .tns-home-hero h1 { font-size: clamp(52px, 8vw, 80px); }
  .tns-home .tns-home-hero__intro { max-width: 620px; }
  .tns-home .tns-home-hero__intro .tns-home-actions { flex-direction: row; }
}
@media (max-width: 760px) {
  .tns-home { --home-shell: calc(100% - 32px); --home-space: 32px; }
  .tns-home .tns-home-hero { min-height: min(760px, 100svh); height: auto; }
  .tns-home .tns-home-hero__content { padding: 88px 0 96px; gap: 20px; }
  .tns-home .tns-home-hero h1 { font-size: clamp(42px, 12vw, 68px); line-height: 1; }
  .tns-home .tns-home-hero h1 em { white-space: normal; }
  .tns-home .tns-home-hero__brand { width: 132px; top: 20px; left: 16px; right: auto; }
  .tns-home .tns-home-video-toggle { top: 16px; right: 16px; padding: 10px 12px; font-size: .875rem; }
  .tns-home .tns-home-hero__intro .tns-home-hero__lead { font-size: 1.375rem; margin-bottom: 10px; }
  .tns-home .tns-home-hero__intro .tns-home-actions { margin-top: 20px; gap: 12px; }
  .tns-home .tns-home-hero__index { width: 100%; height: 58px; grid-template-columns: repeat(6, minmax(140px,1fr)); overflow-x: auto; scrollbar-width: thin; scroll-snap-type: x proximity; }
  .tns-home .tns-home-hero__index a { font-size: .875rem; color: white; scroll-snap-align: start; }
  .tns-home .tns-home-welcome { padding: 28px 0 20px; }
  .tns-home .tns-home-welcome > div > p { margin-bottom: 16px; line-height: 1.6; }
  .tns-home .tns-home-quick-trust { gap: 4px 16px; }
  .tns-home .tns-home-quick-trust a { min-height: 44px; display: inline-flex; align-items: center; gap: 6px; }
  .tns-home .tns-home-section-intro > h2,
  .tns-home .tns-home-services .tns-home-section-heading > h2 { font-size: clamp(32px, 9vw, 42px); line-height: 1.04; }
  .tns-home .tns-home-section-intro > p:not(.tns-home-team__legend) { font-size: 1rem; line-height: 1.6; }
  .tns-home .tns-home-why__content { gap: 16px; }
  .tns-home .tns-home-why__seo-copy { padding: 16px; gap: 16px; }
  .tns-home .tns-home-why__seo-copy p { line-height: 1.6; }
  .tns-home .tns-home-why__list li:nth-child(n) { padding: 16px; min-height: 0; gap: 12px; }
  .tns-home .tns-home-why__list h3 { font-size: 1.125rem; margin-bottom: 8px; }
  .tns-home .tns-home-why__list p { font-size: 1rem; line-height: 1.5; }
  .tns-home .tns-home-why__closing { padding: 18px; gap: 16px; }
  .tns-home .tns-home-why__closing p { font-size: 1rem; line-height: 1.5; }
  .tns-home .tns-home-ski__media { min-height: 0; height: 210px; }
  .tns-home .tns-home-ski__choices { padding: 20px 16px; }
  .tns-home .tns-home-class-list a { padding: 14px; }
  .tns-home .tns-home-class-list strong { font-size: 1.125rem; }
  .tns-home .tns-home-class-list em { font-size: 1rem; }
  .tns-home .tns-home-services__grid { gap: 16px; }
  .tns-home .tns-service-card { min-height: 290px; padding: 22px; }
  .tns-home .tns-service-card__copy { gap: 12px; padding-right: 32px; }
  .tns-home .tns-service-card__copy strong { font-size: 2.25rem; line-height: 1; }
  .tns-home .tns-service-card__copy > span { font-size: 1rem; line-height: 1.5; }
  .tns-home .tns-service-card__arrow { right: 14px; bottom: 18px; width: 36px; height: 36px; }
  .tns-home .tns-home-experiences { grid-auto-columns: min(88vw, 420px); gap: 12px; padding: 0 16px 16px; scroll-padding-inline: 16px; }
  .tns-home .tns-experience-card:nth-child(n) { grid-template-rows: 190px 1fr; border-radius: 18px; }
  .tns-home .tns-experience-card__body { padding: 20px 18px; }
  .tns-home .tns-experience-card h3 { font-size: 2.25rem; }
  .tns-home .tns-experience-card ul { grid-template-columns: 1fr; margin: 12px 0 18px; }
  .tns-home .tns-experience-card li { padding: 7px 0; }
  .tns-home .tns-home-team__carousel { grid-auto-columns: min(72vw, 280px); gap: 12px; }
  .tns-home .tns-home-team .tns-scroll-rail { margin-top: 20px; }
  .tns-home .tns-scroll-rail__toolbar > p { max-width: none; }
  .tns-home .tns-home-team__footer { gap: 12px; }
  .tns-home .tns-home-method__facts { grid-template-columns: 1fr; gap: 0; }
  .tns-home .tns-home-method__facts > span { padding-block: 12px; }
  .tns-home .tns-home-faq__layout { gap: 24px; }
  .tns-home .tns-home-faq summary { padding-block: 16px; gap: 12px; }
  .tns-home .tns-home-location__copy { padding: 22px 18px; }
  .tns-home .tns-home-location__map, .tns-home .tns-home-location__map iframe { height: 240px; }
  .tns-home .tns-home-location__copy address { font-size: 1.25rem; line-height: 1.4; }
  .tns-home .tns-home-trip .tns-trip-form { padding: 20px 16px; gap: 16px; }
  .tns-home .tns-home-trip .tns-trip-form-copy { padding-bottom: 0; }
  .tns-home .tns-home-trip .tns-trip-form-copy h3 { font-size: 1.25rem; }
  .tns-home .tns-home-trip .tns-trip-grid-dates,
  .tns-home .tns-home-trip .tns-trip-grid-travellers { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .tns-home .tns-home-trip .tns-trip-quick-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px 12px; }
  .tns-home .tns-home-trip .tns-trip-quick-grid > .tns-trip-travellers { grid-column: 1 / -1; }
  .tns-home .tns-home-trip input[type="date"] { padding-inline: 8px; }
  .tns-home .tns-home-trip .tns-trip-services-compact button { min-height: 56px; padding: 12px; }
  .tns-home .tns-home-trip :is(.tns-trip-output, .tns-trip-plan, .tns-trip-empty) { padding: 20px 16px; }
  .tns-home .tns-home-trip .tns-trip-result-body { padding: 18px; }
  .tns-home .tns-home-trip .tns-trip-result-photo { aspect-ratio: 16 / 9; }
  .tns-home .tns-home-trip .tns-trip-plan-grid { gap: 16px; }
  .tns-home .tns-home-trip .button { width: 100%; }
  .tns-home .tns-home-trip .tns-trip-help p { font-size: 1rem; line-height: 1.6; }
  .tns-home .tns-home-shop .tns-home-material-finder__choices { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .tns-home .tns-home-shop .tns-home-material-finder__choices button:last-child { grid-column: 1 / -1; }
  .tns-home .tns-home-shop__copy { padding: 20px 16px; }
}
@media (min-width: 380px) and (max-width: 760px) {
  .tns-home .tns-home-shop .tns-home-material-finder__choices { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .tns-home .tns-home-shop .tns-home-material-finder__choices button:last-child { grid-column: auto; }
}
@media (max-width: 379px) {
  .tns-home .tns-home-trip .tns-trip-grid-dates { grid-template-columns: 1fr; }
  .tns-home .tns-home-trip .tns-trip-quick-grid { grid-template-columns: 1fr; }
}
@media (max-width: 359px) {
  .tns-home .tns-scroll-rail__toolbar { flex-wrap: wrap; }
  .tns-home .tns-scroll-rail__controls { margin-left: auto; }
}

/* Mobile progressive disclosure. Desktop retains its full copy and six-card grid. */
.tns-home .tns-mobile-read-more,
.tns-home .tns-mobile-choices__heading { display: none; }
.tns-home .tns-scroll-rail--mobile { display: contents; }
.tns-home .tns-scroll-rail--mobile > .tns-scroll-rail__toolbar { display: none; }
.tns-home .tns-home-services__row { display: contents; }
@media (max-width: 760px) {
  .tns-home .tns-mobile-text[data-collapsed="true"] {
    display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .tns-home .tns-mobile-read-more {
    display: inline-flex; align-items: center; justify-content: center; gap: 12px;
    min-height: 44px; padding: 4px 0; margin: 0 0 10px; border: 0;
    background: transparent; color: #32580c; font: inherit; font-size: .875rem;
    font-weight: 600; cursor: pointer; text-decoration: underline; text-underline-offset: 4px;
  }
  .tns-home .tns-home-programs > .tns-home-section-intro .tns-mobile-read-more { color: #b8e47b; }
  .tns-home .tns-mobile-read-more:focus-visible,
  .tns-home .tns-mobile-choices__heading button:focus-visible,
  .tns-home .tns-scroll-rail--mobile > [tabindex]:focus-visible { outline: 3px solid #639c1d; outline-offset: 4px; }
  .tns-home .tns-home-why__seo-copy { display: block; }
  .tns-home .tns-home-why__seo-copy p { padding-block: 0; margin-bottom: 4px; }
  .tns-home .tns-home-why__seo-copy p:not(:first-child) { margin-top: 16px; }
  .tns-home .tns-home-why__team-window {
    height: auto; aspect-ratio: 3 / 2; width: 100%; margin-inline: auto;
    border-radius: 14px; background: transparent;
  }
  .tns-home .tns-home-why__team-window img { object-fit: contain !important; object-position: center center; }
  .tns-home .tns-scroll-rail--mobile { display: block; min-width: 0; width: 100%; }
  .tns-home .tns-scroll-rail--mobile > .tns-scroll-rail__toolbar { display: flex; width: 100%; margin: 0 0 8px; justify-content: flex-end; }
  .tns-home .tns-home-why__list,
  .tns-home .tns-home-services__row {
    display: grid; grid-auto-flow: column; grid-template-columns: none;
    grid-auto-columns: 88%; gap: 12px; overflow-x: auto;
    overscroll-behavior-x: contain; scroll-snap-type: x mandatory;
    scrollbar-width: thin; scrollbar-color: #75a633 transparent;
    margin: 0; padding: 0 0 12px; border: 0; border-radius: 0;
  }
  .tns-home .tns-home-why__list { background: transparent; backdrop-filter: none; }
  .tns-home .tns-home-why__list li:nth-child(n) {
    scroll-snap-align: start; border: 1px solid #d0d8dc; border-radius: 16px;
    background: rgba(250,252,251,.96); padding: 20px; align-content: start;
  }
  .tns-home .tns-home-services__grid { display: flex; flex-direction: column; gap: 20px; }
  .tns-home .tns-home-services__row .tns-service-card { scroll-snap-align: start; min-height: 300px; border-radius: 16px; }
  .tns-home .tns-mobile-choices__desktop-title { display: none; }
  .tns-home .tns-mobile-choices__heading { display: block; margin: 0; }
  .tns-home .tns-mobile-choices__heading button {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    width: 100%; min-height: 52px; padding: 8px 0; border: 0;
    background: transparent; color: #081722; font: inherit; font-size: 1.25rem;
    line-height: 1.4; text-align: left; cursor: pointer;
  }
  .tns-home .tns-mobile-choices__heading button > span { font: 500 28px/1 sans-serif; color: #527f19; }
  .tns-home .tns-mobile-choices[data-collapsed="true"] > .tns-mobile-choices__content { display: none; }
  .tns-home .tns-mobile-choices__content { padding-top: 14px; }
  .tns-home .tns-home-shop { display: flex; flex-direction: column; padding: 0 16px 24px; background: #e9eef1; }
  .tns-home .tns-home-shop__visual {
    position: relative; inset: auto; order: -1; z-index: 0; height: 270px;
    background: radial-gradient(ellipse at center, #fff 10%, #e9eef1 74%);
    overflow: visible;
  }
  .tns-home .tns-home-shop__originals { inset: 12px 0 40px; width: min(100%, 400px); }
  .tns-home .tns-home-shop__ski-photo { left: 8%; width: 36%; transform: rotate(10deg); }
  .tns-home .tns-home-shop__boot-photo { right: 5%; width: 58%; height: 92%; bottom: 0; }
  .tns-home #tienda .tns-home-shop__originals img {
    inset: 0; width: 100%; height: 100%; max-width: none; object-fit: contain !important;
    object-position: center; border-radius: 0; filter: none; mix-blend-mode: multiply;
  }
  .tns-home .tns-home-shop__visual figcaption { color: #405361; bottom: 16px; left: 0; right: 0; font-size: .75rem; }
  .tns-home .tns-home-shop__copy { position: relative; z-index: 1; border: 0; border-radius: 20px; background: #fff; box-shadow: 0 8px 30px #1738490d; }
}

/* Prevent the existing WordPress header area from overlapping the video control. */
.tns-wp-approved .tns-home-video-toggle{left:16px;right:auto;}

@media(max-width:760px){.tns-wp-approved .tns-home-video-toggle{left:auto;right:16px;}}
