/* Xyncema Trails — immersive discovery, itinerary-first composition. Tokens: [data-theme="travel"] */

[data-theme="travel"] body { background: var(--bg); color: var(--text); font-family: var(--font-body); }
.tr-wrap { width: 100%; max-width: 1240px; margin-inline: auto; padding-inline: clamp(1rem, 4vw, 2.5rem); }
.tr-over { font-family: var(--font-heading); font-weight: 700; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--primary-ink); }
.tr-h1 { font-family: var(--font-heading); font-weight: 800; font-size: clamp(2.8rem, 6.4vw, 5.6rem); line-height: .98; letter-spacing: -0.035em; }
.tr-h2 { font-family: var(--font-heading); font-weight: 800; font-size: clamp(2rem, 3.8vw, 3rem); line-height: 1.05; letter-spacing: -0.03em; }
.tr-h3 { font-family: var(--font-heading); font-weight: 700; font-size: 1.25rem; line-height: 1.25; letter-spacing: -0.01em; }
.tr-lead { font-size: clamp(1.02rem, 1.4vw, 1.15rem); line-height: 1.6; color: var(--muted); max-width: 38rem; }
.tr-muted { color: var(--muted); }
.tr-section { padding-block: clamp(3.5rem, 7vw, 6rem); }
.tr-head { display: flex; justify-content: space-between; align-items: end; gap: 1rem 2rem; flex-wrap: wrap; margin-bottom: clamp(1.5rem, 4vw, 2.5rem); }
.tr-head > div { display: grid; gap: .6rem; max-width: 44rem; }

.tr-btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 50px; padding: .75rem 1.35rem; border-radius: var(--radius-btn); border: 2px solid var(--primary); background: var(--primary); color: var(--on-primary); font-family: var(--font-heading); font-weight: 700; font-size: .95rem; text-decoration: none; cursor: pointer; }
.tr-btn:hover { background: #005581; border-color: #005581; }
.tr-btn svg { width: 18px; height: 18px; }
.tr-btn--sun { background: var(--secondary); border-color: var(--secondary); color: var(--on-secondary); }
.tr-btn--sun:hover { background: #F5C27F; border-color: #F5C27F; }
.tr-btn--line { background: var(--surface); color: var(--primary-ink); }
.tr-btn--line:hover { background: #E1F0F8; }
.tr-btn--ghost { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .7); color: #fff; }
.tr-btn--ghost:hover { background: rgba(255, 255, 255, .18); }
.tr-link { color: var(--primary-ink); font-weight: 700; display: inline-flex; gap: .35rem; align-items: center; text-underline-offset: .25em; }
.tr-link svg { width: 16px; height: 16px; }

.tr-meta { display: flex; flex-wrap: wrap; gap: .4rem 1rem; font-size: .9rem; color: var(--muted); }
.tr-meta span { display: inline-flex; align-items: center; gap: .35rem; }
.tr-meta svg { width: 16px; height: 16px; color: var(--primary-ink); }
.tr-pace { display: inline-flex; align-items: center; gap: .35rem; }
.tr-pace i { width: 18px; height: 6px; border-radius: 3px; background: #CFE3EE; }
.tr-pace i.on { background: var(--primary); }

/* Header */
.tr-header { position: absolute; top: 0; left: 0; right: 0; z-index: 40; color: #fff; transition: background .25s, color .25s, box-shadow .25s; }
.tr-header.is-solid, .tr-header.is-page { position: sticky; background: var(--surface); color: var(--text); box-shadow: 0 1px 0 var(--border); }
.tr-header.is-solid { position: fixed; }
.tr-header__row { display: flex; align-items: center; gap: 1.5rem; min-height: 72px; }
.tr-logo { display: inline-flex; align-items: center; gap: .5rem; margin-right: auto; text-decoration: none; font-family: var(--font-heading); font-weight: 800; font-size: 1.3rem; letter-spacing: -0.03em; }
.tr-logo i { width: 30px; height: 30px; border-radius: 50%; background: var(--secondary); position: relative; overflow: hidden; }
.tr-logo i::after { content: ""; position: absolute; left: -4px; right: -4px; bottom: -6px; height: 16px; background: var(--primary); border-radius: 50% 50% 0 0; }
.tr-logo small { font-weight: 500; font-size: .75rem; opacity: .8; }
.tr-nav { display: flex; gap: 1.4rem; }
.tr-nav a { text-decoration: none; font-weight: 600; font-size: .95rem; padding-block: .4rem; border-bottom: 2px solid transparent; }
.tr-nav a:hover, .tr-nav a[aria-current] { border-bottom-color: var(--secondary); }
.tr-header .tr-btn { min-height: 44px; padding: .5rem 1.1rem; }
.tr-header:not(.is-solid):not(.is-page) .tr-btn--line { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.75); color: #fff; }
.tr-toggle { display: none; width: 44px; height: 44px; border-radius: 50%; border: 1px solid currentColor; background: transparent; color: inherit; place-items: center; }
.tr-toggle svg { width: 22px; height: 22px; }
.tr-mobile { display: none; }
.tr-header :focus-visible { outline-color: currentColor; }
@media (max-width: 900px) {
  .tr-nav { display: none; }
  .tr-toggle { display: inline-grid; }
  .tr-header.is-nav-open { background: var(--surface); color: var(--text); }
  .is-nav-open .tr-mobile { display: grid; padding-block: .2rem 1rem; }
  .tr-mobile a { text-decoration: none; padding: .8rem 0; border-top: 1px solid var(--border); font-weight: 600; font-size: 1.1rem; }
}
@media (max-width: 520px) { .tr-header .tr-btn { display: none; } }

/* Hero + discovery */
.tr-hero { position: relative; min-height: min(92vh, 820px); display: grid; align-items: end; color: #fff; }
.tr-hero__img { position: absolute; inset: 0; overflow: hidden; }
.tr-hero__img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.tr-hero__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 58, 87, .55) 0%, rgba(7, 58, 87, .1) 35%, rgba(7, 58, 87, .75) 100%); }
.tr-hero__inner { position: relative; padding-block: 8rem clamp(7rem, 12vw, 9rem); display: grid; gap: 1.3rem; }
.tr-hero .tr-over { color: var(--secondary); }
.tr-hero .tr-lead { color: #E6F2F8; }
.tr-hero__actions { display: flex; gap: .7rem; flex-wrap: wrap; }
.tr-credit { position: absolute; right: clamp(1rem, 4vw, 2.5rem); bottom: 7.5rem; font-size: .75rem; color: rgba(255, 255, 255, .8); max-width: 20rem; text-align: right; }
@media (max-width: 700px) { .tr-credit { display: none; } }
.tr-discover { position: relative; margin-top: -5rem; z-index: 2; }
.tr-discover__card { background: var(--surface); border-radius: calc(var(--radius) + 6px); box-shadow: 0 30px 60px -36px rgba(14, 36, 51, .5); padding: clamp(1.1rem, 3vw, 1.75rem); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto; gap: 1rem 1.5rem; align-items: end; }
.tr-discover fieldset { border: 0; margin: 0; padding: 0; min-width: 0; display: grid; gap: .5rem; }
.tr-discover legend { font-family: var(--font-heading); font-weight: 700; font-size: .85rem; margin-bottom: .45rem; padding: 0; }
.tr-discover__go { display: grid; gap: .4rem; justify-items: end; }
.tr-discover__go p { font-size: .9rem; color: var(--muted); }
@media (max-width: 860px) { .tr-discover__card { grid-template-columns: 1fr; } .tr-discover__go { justify-items: stretch; } }
.tr-pills { display: flex; gap: .4rem; flex-wrap: wrap; }
.tr-pills button { font: inherit; font-weight: 600; font-size: .92rem; min-height: 44px; padding: .45rem 1rem; border-radius: 999px; border: 1.5px solid var(--border); background: var(--surface); color: var(--text); cursor: pointer; }
.tr-pills button:hover { border-color: var(--primary); }
.tr-pills button[aria-pressed="true"] { background: var(--primary); border-color: var(--primary); color: #fff; }
.tr-matches { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; margin-top: 1rem; }
.tr-match { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: .75rem; align-items: center; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: .55rem; text-decoration: none; transition: opacity .2s; }
.tr-match img { width: 76px; height: 60px; object-fit: cover; border-radius: 10px; }
.tr-match b { font-family: var(--font-heading); display: block; font-size: .95rem; }
.tr-match span { font-size: .82rem; color: var(--muted); }
.tr-match.is-out { opacity: .38; }
.tr-match.is-out b::after { content: " · not a match"; font-weight: 500; color: var(--muted); font-size: .8rem; }
@media (max-width: 760px) { .tr-matches { grid-template-columns: 1fr; } }

/* Trip cards */
.tr-trips { display: grid; gap: 1.25rem; }
.tr-trip { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); background: var(--surface); border-radius: calc(var(--radius) + 4px); overflow: hidden; border: 1px solid var(--border); position: relative; }
.tr-trip:nth-child(even) { grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); }
.tr-trip:nth-child(even) .tr-trip__img { order: 2; }
.tr-trip__img { position: relative; min-height: 300px; }
.tr-trip__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tr-trip__badge { position: absolute; left: 1rem; top: 1rem; background: rgba(255, 255, 255, .95); border-radius: 999px; padding: .3rem .75rem; font-weight: 700; font-size: .82rem; font-family: var(--font-heading); }
.tr-trip__body { padding: clamp(1.25rem, 3vw, 2.25rem); display: grid; gap: .9rem; align-content: center; }
.tr-trip h3 a { text-decoration: none; }
.tr-trip h3 a::after { content: ""; position: absolute; inset: 0; }
.tr-trip__foot { display: flex; justify-content: space-between; align-items: end; gap: 1rem; flex-wrap: wrap; border-top: 1px solid var(--border); padding-top: .9rem; }
.tr-price b { font-family: var(--font-heading); font-weight: 800; font-size: 1.5rem; }
.tr-price small { color: var(--muted); display: block; font-size: .8rem; }
@media (max-width: 760px) { .tr-trip, .tr-trip:nth-child(even) { grid-template-columns: 1fr; } .tr-trip:nth-child(even) .tr-trip__img { order: 0; } .tr-trip__img { min-height: 0; aspect-ratio: 16 / 10; } }

/* Itinerary spotlight */
.tr-spot { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
.tr-spot__media { position: sticky; top: 96px; display: grid; gap: .8rem; }
.tr-spot__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); }
@media (max-width: 860px) { .tr-spot { grid-template-columns: 1fr; } .tr-spot__media { position: static; } .tr-spot__media img { aspect-ratio: 16 / 10; } }
.tr-timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.tr-timeline::before { content: ""; position: absolute; left: 4.35rem; top: .6rem; bottom: .6rem; width: 2px; background: repeating-linear-gradient(180deg, var(--primary) 0 6px, transparent 6px 12px); }
.tr-timeline li { display: grid; grid-template-columns: 3.6rem 1.5rem minmax(0, 1fr); gap: .5rem; padding-bottom: 1.25rem; }
.tr-timeline time { font-family: var(--font-heading); font-weight: 700; font-variant-numeric: tabular-nums; padding-top: .1rem; }
.tr-timeline li::before { content: ""; grid-column: 2; grid-row: 1; width: 14px; height: 14px; border-radius: 50%; background: var(--surface); border: 3px solid var(--primary); margin-top: .25rem; position: relative; z-index: 1; justify-self: center; }
.tr-timeline li > div { grid-column: 3; grid-row: 1; }
.tr-timeline h4 { font-family: var(--font-heading); font-size: 1.05rem; }
.tr-timeline p { color: var(--muted); font-size: .95rem; margin-top: .15rem; }

/* Style band */
.tr-style { background: var(--surface-2); color: #F0F8FC; border-radius: calc(var(--radius) + 12px); overflow: hidden; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
.tr-style > img { width: 100%; height: 100%; object-fit: cover; min-height: 340px; }
.tr-style__body { padding: clamp(1.5rem, 4vw, 3rem); display: grid; gap: 1.4rem; align-content: center; }
.tr-style .tr-over { color: var(--secondary); }
.tr-style__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.tr-style__list div { border-top: 3px solid var(--secondary); padding-top: .8rem; }
.tr-style__list h3 { font-family: var(--font-heading); font-size: 1.1rem; margin-bottom: .3rem; color: #fff; }
.tr-style__list p { color: #C7DCE7; font-size: .95rem; }
@media (max-width: 900px) { .tr-style { grid-template-columns: 1fr; } .tr-style > img { min-height: 0; aspect-ratio: 16 / 9; } .tr-style__list { grid-template-columns: 1fr; } }

/* Inclusions tabs */
.tr-tabs [role="tablist"] { display: flex; gap: .4rem; flex-wrap: wrap; margin-bottom: 1rem; }
.tr-tabs [role="tab"] { font: inherit; font-weight: 700; font-family: var(--font-heading); min-height: 44px; padding: .45rem 1.1rem; border-radius: 999px; border: 1.5px solid var(--border); background: var(--surface); cursor: pointer; color: var(--text); }
.tr-tabs [role="tab"][aria-selected="true"] { background: var(--text); border-color: var(--text); color: #fff; }
.tr-incl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.tr-incl > div { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.25rem; display: grid; gap: .6rem; align-content: start; }
.tr-incl ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.tr-incl li { display: flex; gap: .55rem; }
.tr-incl li svg { width: 18px; height: 18px; flex: none; margin-top: .15rem; }
.tr-incl .is-in svg { color: var(--primary-ink); }
.tr-incl .is-out svg { color: #9A5A00; }
@media (max-width: 860px) { .tr-incl { grid-template-columns: 1fr; } }

/* Planning steps */
.tr-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; counter-reset: s; }
.tr-steps li { counter-increment: s; display: grid; grid-template-columns: 2.6rem minmax(0, 1fr); gap: .9rem; align-items: start; background: var(--surface); border-radius: var(--radius); padding: 1.1rem; border: 1px solid var(--border); }
.tr-steps li::before { content: counter(s); width: 2.6rem; height: 2.6rem; border-radius: 50%; background: #E1F0F8; color: var(--primary-ink); display: grid; place-items: center; font-family: var(--font-heading); font-weight: 800; }
@media (max-width: 820px) { .tr-steps { grid-template-columns: 1fr; } }

/* FAQ */
.tr-faq { display: grid; gap: .5rem; }
.tr-faq details { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; }
.tr-faq summary { list-style: none; cursor: pointer; padding: 1rem 1.15rem; font-family: var(--font-heading); font-weight: 700; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.tr-faq summary::-webkit-details-marker { display: none; }
.tr-faq summary::after { content: "+"; width: 28px; height: 28px; border-radius: 50%; background: #E1F0F8; color: var(--primary-ink); display: grid; place-items: center; flex: none; font-size: 1.15rem; }
.tr-faq details[open] summary::after { content: "−"; }
.tr-faq details > p { padding: 0 1.15rem 1rem; color: var(--muted); }
.tr-two { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
@media (max-width: 860px) { .tr-two { grid-template-columns: 1fr; } }

/* Request form */
.tr-request { background: var(--surface); border: 1px solid var(--border); border-radius: calc(var(--radius) + 6px); padding: clamp(1.2rem, 3vw, 1.9rem); display: grid; gap: 1rem; box-shadow: 0 24px 50px -38px rgba(14, 36, 51, .45); }
[data-theme="travel"] .xy-input { border-radius: 12px; }
.tr-row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
@media (max-width: 520px) { .tr-row { grid-template-columns: 1fr; } }
.tr-stepper { display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; border: 1.5px solid var(--border); border-radius: 12px; overflow: hidden; background: var(--surface); }
.tr-stepper :focus-visible { outline-offset: -4px; }
.tr-stepper button { border: 0; background: #F0F8FC; color: var(--primary-ink); cursor: pointer; display: grid; place-items: center; min-height: 46px; }
.tr-stepper button:disabled { color: #9DB3BF; cursor: not-allowed; }
.tr-stepper button svg { width: 18px; height: 18px; }
.tr-stepper input { border: 0; text-align: center; font: inherit; font-weight: 700; font-size: 1.05rem; min-width: 0; background: transparent; color: var(--text); }
.tr-stepper input:focus-visible { outline: 2px solid var(--focus); outline-offset: -2px; }
.tr-total { display: grid; gap: .3rem; background: #F0F8FC; border-radius: 12px; padding: .9rem 1rem; }
.tr-total div { display: flex; justify-content: space-between; gap: 1rem; }
.tr-total .is-sum { border-top: 1px solid var(--border); padding-top: .45rem; margin-top: .2rem; font-family: var(--font-heading); font-weight: 800; font-size: 1.25rem; }
.tr-ok { display: flex; gap: .5rem; align-items: flex-start; color: var(--primary-ink); font-weight: 700; }
.tr-ok svg { width: 20px; height: 20px; flex: none; margin-top: .15rem; }
.tr-sum { margin: 0; display: grid; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.tr-sum div { display: flex; justify-content: space-between; gap: 1rem; padding: .6rem .9rem; }
.tr-sum div + div { border-top: 1px solid var(--border); }
.tr-sum dt { color: var(--muted); }
.tr-sum dd { margin: 0; font-weight: 600; text-align: right; }
.tr-sum .is-sum { background: #F0F8FC; }
.tr-sum .is-sum dd { font-family: var(--font-heading); font-weight: 800; }

/* Collection */
.tr-pagehead { position: relative; color: #fff; padding-block: clamp(5.5rem, 12vw, 8rem) clamp(2.5rem, 6vw, 4rem); overflow: hidden; }
.tr-pagehead > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tr-pagehead::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 58, 87, .5), rgba(7, 58, 87, .85)); }
.tr-pagehead .tr-wrap { position: relative; z-index: 1; display: grid; gap: .8rem; }
.tr-crumbs { display: flex; gap: .45rem; flex-wrap: wrap; font-size: .88rem; color: inherit; opacity: .9; }
.tr-crumbs a { color: inherit; }
.tr-pagehead .tr-lead { color: #E6F2F8; }
.tr-filterbar { display: flex; gap: 1rem 2rem; flex-wrap: wrap; align-items: end; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 1rem 1.1rem; margin-block: -2rem 1.5rem; position: relative; z-index: 2; box-shadow: 0 20px 40px -32px rgba(14, 36, 51, .45); }
.tr-filterbar fieldset { border: 0; margin: 0; padding: 0; display: grid; gap: .4rem; min-width: 0; }
.tr-filterbar legend { font-family: var(--font-heading); font-weight: 700; font-size: .85rem; margin-bottom: .35rem; padding: 0; }
.tr-filterbar p { margin-left: auto; color: var(--muted); font-size: .92rem; }
.tr-empty { background: var(--surface); border: 1px dashed var(--border); border-radius: var(--radius); padding: 2.5rem 1rem; text-align: center; display: grid; gap: .8rem; justify-items: center; }

/* Detail */
.tr-dhero { position: relative; min-height: min(72vh, 640px); display: grid; align-items: end; color: #fff; }
.tr-dhero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tr-dhero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 58, 87, .45) 0%, rgba(7, 58, 87, 0) 35%, rgba(7, 58, 87, .85) 100%); }
.tr-dhero .tr-wrap { position: relative; z-index: 1; display: grid; gap: .9rem; padding-block: 7rem 2.5rem; }
.tr-dhero .tr-lead { color: #E6F2F8; }
.tr-dhero .tr-meta { color: #E6F2F8; }
.tr-dhero .tr-meta svg { color: var(--secondary); }
.tr-dhero .tr-pace i { background: rgba(255,255,255,.35); }
.tr-dhero .tr-pace i.on { background: var(--secondary); }
.tr-layout { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
.tr-aside { position: sticky; top: 90px; }
@media (max-width: 920px) { .tr-layout { grid-template-columns: 1fr; } .tr-aside { position: static; } }
.tr-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .6rem; margin: 0; }
.tr-facts div { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: .8rem .9rem; }
.tr-facts dt { font-size: .78rem; color: var(--muted); font-weight: 600; }
.tr-facts dd { margin: .15rem 0 0; font-family: var(--font-heading); font-weight: 800; }
@media (max-width: 620px) { .tr-facts { grid-template-columns: 1fr 1fr; } }
.tr-acc details { border-top: 1px solid var(--border); }
.tr-acc details:last-child { border-bottom: 1px solid var(--border); }
.tr-acc summary { list-style: none; cursor: pointer; padding-block: 1rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-family: var(--font-heading); font-weight: 800; font-size: 1.15rem; }
.tr-acc summary::-webkit-details-marker { display: none; }
.tr-acc summary small { font-weight: 600; color: var(--muted); font-size: .85rem; margin-left: .5rem; font-family: var(--font-body); }
.tr-acc summary::after { content: ""; width: 10px; height: 10px; border-right: 2.5px solid var(--primary-ink); border-bottom: 2.5px solid var(--primary-ink); transform: rotate(45deg); transition: transform .2s; flex: none; margin-right: .3rem; }
.tr-acc details[open] summary::after { transform: rotate(-135deg); }
.tr-acc .tr-timeline { padding-bottom: .5rem; }
.tr-dgal { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: repeat(2, 170px); gap: .7rem; }
.tr-dgal button { padding: 0; border: 0; background: none; border-radius: 14px; overflow: hidden; cursor: zoom-in; display: grid; }
.tr-dgal button:first-child { grid-row: span 2; }
.tr-dgal button:nth-child(4) { grid-column: 2 / 4; }
.tr-dgal img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 620px) { .tr-dgal { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 140px); } .tr-dgal button:first-child { grid-column: 1 / -1; grid-row: auto; } .tr-dgal button:nth-child(4) { grid-column: auto; } }
.tr-bring { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem 1rem; }
.tr-bring li { display: flex; gap: .5rem; }
.tr-bring svg { width: 18px; height: 18px; flex: none; margin-top: .15rem; color: var(--primary-ink); }
@media (max-width: 560px) { .tr-bring { grid-template-columns: 1fr; } }
.tr-note { font-size: .85rem; color: var(--muted); border-left: 3px solid var(--secondary); padding-left: .8rem; }

/* Footer */
.tr-footer { background: var(--surface-2); color: #F0F8FC; padding-block: clamp(3rem, 6vw, 4.5rem) 2rem; margin-top: clamp(2rem, 5vw, 3rem); }
.tr-footer a { color: inherit; }
.tr-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(240, 248, 252, .18); margin-bottom: 1.5rem; }
.tr-footer h3 { font-family: var(--font-heading); font-size: .9rem; color: var(--secondary); margin-bottom: .6rem; }
.tr-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .4rem; }
.tr-footer p { color: #C7DCE7; }
.tr-footer .xy-attribution, .tr-footer .xy-attribution * { color: #D6E7F0; }
@media (max-width: 800px) { .tr-footer__grid { grid-template-columns: 1fr 1fr; } .tr-footer__grid > :first-child { grid-column: 1 / -1; } }
.tr-hero__inner > * { text-shadow: 0 2px 18px rgba(7, 58, 87, .45); }
.tr-hero__inner .tr-btn { text-shadow: none; }
