.trillergasse-page main { --tr-space: clamp(48px, 6vw, 88px); }
.trillergasse-page .eyebrow { color: var(--a-accent); }
.trillergasse-page h2 { font-size: clamp(30px, 3.2vw, 46px); line-height: 1.08; letter-spacing: -.035em; font-weight: 500; margin: 10px 0 0; }
.trillergasse-page h3 { font-weight: 500; letter-spacing: -.02em; }
.trillergasse-page [id] { scroll-margin-top: 150px; }
.tr-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.trillergasse-page .tr-hero h1 { font-size: clamp(42px, 5.4vw, 76px); margin: 18px 0 24px; }
.trillergasse-page .tr-hero .lead { max-width: 44ch; margin-bottom: 28px; }
.tr-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 28px; }
.tr-hero-image { margin: 0; min-width: 0; }
.tr-hero-image img { display: block; width: 100%; aspect-ratio: 1.15; object-fit: cover; }
.tr-hero-image figcaption { margin-top: 12px; font-size: 12px; color: var(--mute); }
.tr-section { padding: var(--tr-space) 0; border-bottom: 1px solid var(--line); }
.tr-heading { display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px 72px; align-items: end; margin-bottom: 36px; }
.tr-heading p { color: var(--ink-2); margin: 0; max-width: 46ch; }
.tr-unit { display: grid; grid-template-columns: 1fr 1fr .7fr 1.1fr; gap: 24px; align-items: center; border-top: 1px solid var(--line-strong); padding: 24px 0; }
.tr-unit:last-child { border-bottom: 1px solid var(--line-strong); }
.tr-unit .mono { color: var(--mute); }
.tr-unit h3 { font-size: 22px; margin: 4px 0 0; }
.tr-size { font-size: clamp(24px, 2.6vw, 36px); letter-spacing: -.035em; margin: 0; white-space: nowrap; }
.tr-size span { font-size: 18px; }
.tr-available { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.tr-available::before { content: ''; width: 6px; height: 6px; background: var(--a-accent); border-radius: 50%; }
.tr-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 14px; text-decoration: underline; text-underline-offset: 5px; min-height: 44px; }
.tr-link svg { width: 18px; height: 18px; flex-shrink: 0; }
.tr-unit .tr-link { justify-self: end; }
.tr-link:hover { color: var(--a-accent); }
.tr-note { font-size: 12px; color: var(--mute); margin: 16px 0 0; }
.tr-plans { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 40px; }
.tr-plans figure { margin: 0; min-width: 0; }
.tr-plans img { display: block; width: 100%; height: auto; border: 1px solid var(--line); }
.tr-plans figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin-top: 10px; font-size: 13px; }
.tr-plans a { color: inherit; text-underline-offset: 4px; }
.tr-location { background: #f7f7f5; }
.tr-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.tr-benefits article { border-top: 1px solid var(--line-strong); padding-top: 22px; }
.tr-benefits .mono { color: var(--a-accent); }
.tr-benefits h3 { font-size: 23px; margin: 16px 0 10px; }
.tr-benefits p { color: var(--ink-2); font-size: 15px; margin: 0; }
.tr-contact { background: #f1f1ee; }
.tr-contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: clamp(32px, 6vw, 88px); }
.tr-person > p { color: var(--ink-2); max-width: 40ch; }
.tr-person-details { display: flex; align-items: center; gap: 20px; margin: 32px 0 24px; }
.tr-person-details img { width: 88px; height: 110px; object-fit: cover; object-position: center top; }
.tr-person-details h3 { font-size: 23px; margin: 0; }
.tr-person-details p { font-size: 13px; color: var(--mute); margin: 4px 0 10px; }
.tr-person-details a { color: inherit; font-size: 14px; overflow-wrap: anywhere; text-underline-offset: 4px; }
.tr-person-details > div { min-width: 0; }
.trillergasse-page .contact-form .cta-primary { justify-self: start; }
.trillergasse-page a:focus-visible, .trillergasse-page button:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; }
.trillergasse-page .contact-form :is(input, select, textarea):focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
@media (max-width: 980px) {
  .tr-hero-grid, .tr-contact-grid { grid-template-columns: 1fr; }
  .tr-hero-image img { aspect-ratio: 1.7; }
  .tr-hero-copy { max-width: 680px; }
  .tr-heading { gap: 28px; }
  .tr-unit { grid-template-columns: 1fr 1fr; gap: 10px 20px; }
  .tr-unit .tr-size { text-align: right; }
}
@media (max-width: 640px) {
  .tr-heading, .tr-plans, .tr-benefits { grid-template-columns: 1fr; }
  .tr-heading { gap: 18px; }
  .trillergasse-page .tr-hero .crumb { flex-wrap: wrap; gap: 8px; }
  .trillergasse-page .tr-hero h1 { font-size: clamp(40px, 10vw, 60px); }
  .tr-unit .tr-link { font-size: 12px; }
  .tr-size { font-size: clamp(23px, 6vw, 32px); }
  .tr-size span { font-size: 15px; }
  .tr-unit h3 { font-size: 20px; }
  .tr-person-details { gap: 14px; }
  .tr-person-details img { width: 72px; height: 90px; }
}
@media (prefers-reduced-motion: reduce) {
  .trillergasse-page .cta-primary:hover { transform: none; }
}
