@font-face {
  font-family: "Manrope";
  src: url("../webfonts/site/manrope-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../webfonts/site/manrope-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../webfonts/site/manrope-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../webfonts/site/manrope-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../webfonts/site/cormorant-garamond-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../webfonts/site/cormorant-garamond-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../webfonts/site/cormorant-garamond-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --al-bg: #0c0c0f;
  --al-surface: rgba(21, 21, 24, 0.9);
  --al-surface-solid: #131317;
  --al-text: #d7d0c7;
  --al-muted: #a79e95;
  --al-line: rgba(234, 224, 214, 0.12);
  --al-accent: #d1bca9;
  --al-accent-dark: #f1e8df;
  --al-primary: #b58d74;
  --al-logo-red: #8f5a4f;
  --al-primary-soft: rgba(181, 141, 116, 0.12);
  --al-gold: #b58d74;
  --al-heading: #f3ede6;
  --al-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

body {
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  background:
    radial-gradient(circle at top left, rgba(181, 141, 116, 0.13), transparent 26%),
    radial-gradient(circle at top right, rgba(143, 90, 79, 0.1), transparent 22%),
    radial-gradient(circle at bottom right, rgba(111, 133, 127, 0.08), transparent 24%),
    linear-gradient(180deg, #17161a 0%, #101014 38%, var(--al-bg) 100%);
  color: var(--al-text);
  letter-spacing: -0.01em;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top center, rgba(248, 236, 224, 0.06), transparent 24%),
    radial-gradient(circle at 18% 12%, rgba(181, 141, 116, 0.08), transparent 18%);
  opacity: 0.9;
  z-index: -1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--al-heading);
  letter-spacing: 0.01em;
  line-height: 1.15;
}

.tm-page-title,
.tm-note-card h3,
.tm-contact-card h3,
.tm-archive-box h3,
.tm-event-card h3,
.tm-feature-card h3,
.tm-gallery-caption h3 {
  font-weight: 600;
}

.tm-logo-e {
  color: var(--al-logo-red);
}

.tm-page-title {
  font-size: clamp(2.2rem, 4vw, 3.25rem);
}

p {
  color: var(--al-text);
  margin-bottom: 1rem;
}

a {
  color: var(--al-accent);
  transition: color 0.24s ease, border-color 0.24s ease, background-color 0.24s ease;
}

a:hover {
  color: var(--al-accent-dark);
  text-decoration: none;
}

.btn-primary,
.btn-secondary {
  border-radius: 999px;
  padding: 0.9rem 1.4rem;
  border: 1px solid transparent;
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: none;
}

.btn-primary {
  background-color: var(--al-primary);
  border-color: var(--al-primary);
  color: #fff;
}

.btn-secondary {
  background-color: transparent;
  border-color: var(--al-line);
  color: var(--al-heading);
}

.btn-primary:hover,
.btn-secondary:hover {
  background-color: var(--al-logo-red);
  border-color: var(--al-logo-red);
  color: #fff;
}

.tm-brand-row {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 1260px);
  margin: 0 auto 28px;
  padding: 58px 36px 24px;
  background:
    radial-gradient(circle at top left, rgba(181, 141, 116, 0.1), transparent 34%),
    radial-gradient(circle at 82% 16%, rgba(143, 90, 79, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(244, 237, 227, 0.95) 0%, rgba(232, 222, 210, 0.93) 100%);
  border: 1px solid rgba(209, 188, 169, 0.22);
  border-radius: 30px;
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  overflow: hidden;
}

.tm-brand-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding-top: 18px;
  padding-bottom: 2px;
}

.tm-brand-name {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.tm-brand-image {
  width: min(100%, 540px);
  height: auto;
  display: block;
  filter: none;
}

.tm-brand-texts {
  width: 100%;
}

.tm-call-to-action-box,
.tm-note-card,
.tm-contact-card,
.tm-archive-box,
.tm-event-card,
.tm-feature-card {
  background: var(--al-surface);
  box-shadow: var(--al-shadow);
  backdrop-filter: blur(10px);
}

.tm-welcome-box,
.tm-note-card,
.tm-contact-card,
.tm-call-to-action-box,
.tm-archive-box,
.tm-event-card,
.tm-feature-card {
  border: 1px solid var(--al-line);
  border-radius: 24px;
}

.tm-welcome-box {
  padding: 42px 36px;
  color: var(--al-heading);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.02) inset;
}

.tm-welcome-box p,
.tm-welcome-box strong,
.tm-welcome-box em {
  color: rgba(243, 237, 230, 0.82);
}

.tm-bg-primary {
  background:
    linear-gradient(155deg, rgba(78, 57, 45, 0.9) 0%, rgba(49, 34, 29, 0.94) 100%);
}

.tm-bg-gradient {
  background:
    linear-gradient(155deg, rgba(54, 70, 67, 0.9) 0%, rgba(29, 41, 40, 0.94) 100%);
}

.tm-text-secondary {
  color: var(--al-accent);
}

.tm-nav-col {
  align-items: center;
  justify-content: center;
  margin-top: 52px;
}

.tm-navbar {
  padding-top: 0;
}

.tm-brand-row > .col-lg-4,
.tm-brand-row > .tm-nav-col {
  flex: 0 0 100%;
  max-width: 100%;
}

.tm-nav {
  width: 100%;
}

.navbar-expand-lg .navbar-nav {
  width: 100%;
  justify-content: center;
}

.navbar-light .navbar-nav .nav-link {
  color: #504842;
  border-color: transparent;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.7rem 1rem;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-item.active .nav-link,
.navbar-light .navbar-nav .active > .nav-link {
  border-color: transparent;
  color: #221d1b;
}

.tm-nav-link-highlight {
  display: none;
}

.navbar-light .navbar-nav .nav-item.active .nav-link,
.navbar-light .navbar-nav .active > .nav-link {
  background: rgba(181, 141, 116, 0.18);
  border-radius: 999px;
}

.tm-welcome-parallax {
  min-height: 520px;
  border: 1px solid var(--al-line);
  box-shadow: var(--al-shadow);
}

.tm-welcome-image {
  background-repeat: no-repeat;
  background-size: cover;
}

.tm-portrait-focus {
  background-image: url("../img/aleksa/portraits/contact-hero-paris.jpg");
  background-position: center 52%;
}

.tm-contact-hero {
  background-image: url("../img/aleksa/portraits/contact-hero-exhibition.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 34%;
}

.tm-welcome-text {
  max-width: 320px;
  font-size: 0.98rem;
  line-height: 1.9;
  letter-spacing: -0.01em;
}

.tm-welcome-text em {
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 500;
  color: rgba(243, 237, 230, 0.78);
}

.tm-welcome-box .tm-section-kicker {
  margin-bottom: 16px;
  background: rgba(243, 237, 230, 0.08);
  color: rgba(243, 237, 230, 0.62);
}

.tm-section-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 10px;
  background: rgba(209, 188, 169, 0.1);
  color: var(--al-accent);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 999px;
}

.tm-lead {
  font-size: 1.03rem;
  line-height: 1.9;
}

.tm-note-card,
.tm-contact-card,
.tm-archive-box,
.tm-event-card,
.tm-feature-card {
  padding: 30px;
}

.tm-event-card-wide {
  padding: 38px;
}

.tm-event-card {
  position: relative;
  border-left: 2px solid rgba(111, 133, 127, 0.24);
}

.tm-event-card::before {
  content: "";
  position: absolute;
  top: 28px;
  left: -10px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--al-primary);
  box-shadow: 0 0 0 5px rgba(181, 141, 116, 0.12);
}

.tm-event-meta {
  margin: 0 0 10px;
  color: var(--al-muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tm-note-card h3,
.tm-contact-card h3,
.tm-archive-box h3,
.tm-event-card h3,
.tm-feature-card h3 {
  margin-top: 0;
}

.tm-inline-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border: 1px solid var(--al-line);
  filter: none;
}

.tm-instagram-teaser-image {
  object-position: 56% 28%;
}

.tm-poster {
  width: 100%;
  height: auto;
  border: 1px solid var(--al-line);
}

.tm-info-list,
.tm-contact-list,
.tm-event-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tm-info-list li,
.tm-contact-list li,
.tm-event-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--al-line);
}

.tm-info-list li:last-child,
.tm-contact-list li:last-child,
.tm-event-list li:last-child {
  border-bottom: none;
}

.tm-page-title {
  margin-bottom: 20px;
}

.tm-page-intro {
  margin-bottom: 26px;
}

.tm-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -18px;
}

.tm-gallery-layout {
  gap: 24px;
}

.tm-gallery-layout .tm-page-col-left {
  padding-top: 18px;
}

.tm-gallery-layout .tm-page-col-right {
  width: calc(70% - 24px);
}

.tm-gallery-item {
  width: calc(33.333% - 36px);
  margin: 18px;
}

.tm-gallery figure {
  margin: 0;
  background: var(--al-surface-solid);
  border: 1px solid var(--al-line);
  box-shadow: var(--al-shadow);
  border-radius: 22px;
  overflow: hidden;
}

.tm-gallery-preview {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}

.tm-gallery-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  filter: none;
  user-select: none;
  -webkit-user-drag: none;
  transition: transform 0.35s ease;
}

.tm-gallery-preview:hover .tm-gallery-image,
.tm-gallery-preview:focus .tm-gallery-image {
  transform: scale(1.018);
}

.tm-gallery-caption {
  padding: 20px 20px 22px;
}

.tm-gallery-caption h3 {
  margin: 0 0 6px;
  font-size: 1.32rem;
  line-height: 1.1;
}

.tm-gallery-meta {
  margin: 0 0 10px;
  color: var(--al-muted);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tm-gallery-link {
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: 600;
  color: var(--al-heading);
  cursor: pointer;
  text-align: left;
}

.tm-gallery-caption h3 .tm-gallery-link {
  font: inherit;
  line-height: inherit;
}

.tm-gallery-caption h3 .tm-gallery-link:hover,
.tm-gallery-caption h3 .tm-gallery-link:focus {
  color: var(--al-primary);
}

.tm-gallery-link-secondary {
  margin-top: 2px;
  color: var(--al-muted);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tm-gallery-link-secondary:hover,
.tm-gallery-link-secondary:focus {
  color: var(--al-primary);
}

.tm-modal-open {
  overflow: hidden;
}

.tm-gallery-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 1200;
}

.tm-gallery-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.tm-gallery-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(25, 21, 18, 0.78);
  backdrop-filter: blur(4px);
}

.tm-gallery-modal-dialog {
  position: relative;
  width: min(1120px, 100%);
  max-height: calc(100vh - 56px);
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(20, 20, 24, 0.96);
  box-shadow: 0 28px 80px rgba(17, 13, 10, 0.28);
  border-radius: 26px;
}

.tm-gallery-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--al-heading);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.tm-gallery-modal-frame {
  width: 100%;
  height: min(72vh, 820px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  user-select: none;
}

.tm-gallery-modal-copy {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: baseline;
  padding-top: 16px;
}

.tm-gallery-modal-copy h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}

.tm-gallery-modal-copy p {
  margin: 0;
  color: var(--al-muted);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.filters-button-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 22px;
}

.filters-button-group li {
  width: 100%;
}

.filters-button-group > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 0.9rem 1.2rem;
  border: 1px solid var(--al-line);
  border-radius: 999px;
  background: var(--al-surface);
  color: var(--al-heading);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: var(--al-shadow);
}

.filters-button-group > li > a .tm-tab-icon {
  display: none;
}

.filters-button-group > li > a:hover,
.filters-button-group > li > a:focus {
  background: rgba(209, 188, 169, 0.12);
  color: var(--al-heading);
}

.filters-button-group > li > a.active {
  background: var(--al-primary);
  border-color: var(--al-primary);
  color: #fff;
}

.tm-call-to-action-box {
  border: 1px solid var(--al-line);
}

.tm-call-to-action-icon {
  color: var(--al-primary);
}

.tm-page-footer {
  padding-top: 40px;
  padding-bottom: 34px;
}

.tm-copyright-text {
  color: var(--al-muted);
}

.tm-footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.tm-footer-links a {
  color: var(--al-muted);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tm-footer-links a:hover,
.tm-footer-links a:focus {
  color: var(--al-primary);
}

.tm-small-copy {
  color: var(--al-muted);
  font-size: 0.82rem;
}

.tm-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.tm-bio-card {
  height: 100%;
}

.tm-vita-profile-col {
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.tm-vita-work-grid {
  row-gap: 34px;
}

.tm-vita-work-grid .tm-bio-card {
  margin-bottom: 0 !important;
}

.tm-vita-work-grid > [class*="col-"] {
  margin-bottom: 0;
}

.tm-vita-work-grid > [class*="col-"]:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.tm-contact-panel {
  margin-top: 8px;
}

.tm-button-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.tm-button-row .btn {
  min-width: 170px;
}

.tm-contact-form {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--al-line);
}

.tm-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tm-form-field {
  margin-bottom: 18px;
}

.tm-form-field label {
  display: block;
  margin-bottom: 8px;
  color: var(--al-heading);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tm-form-field input,
.tm-form-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--al-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--al-heading);
  font: inherit;
  transition: border-color 0.24s ease, background-color 0.24s ease, box-shadow 0.24s ease;
}

.tm-form-field textarea {
  min-height: 160px;
  resize: vertical;
}

.tm-form-field input::placeholder,
.tm-form-field textarea::placeholder {
  color: rgba(215, 208, 199, 0.48);
}

.tm-form-field input:focus,
.tm-form-field textarea:focus {
  outline: none;
  border-color: rgba(181, 141, 116, 0.65);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 0 4px rgba(181, 141, 116, 0.12);
}

.tm-form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.tm-honeypot-input,
.tm-honeypot-input:checked,
.tm-honeypot-input:not(:checked) {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.tm-form-consent {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  column-gap: 14px;
  margin: 14px 0 0;
  color: var(--al-text);
  font-size: 0.93rem;
  line-height: 1.72;
}

.tm-form-consent .tm-consent-checkbox,
.tm-form-consent .tm-consent-checkbox:checked,
.tm-form-consent .tm-consent-checkbox:not(:checked) {
  position: static;
  opacity: 1;
  pointer-events: auto;
  appearance: auto;
  -webkit-appearance: checkbox;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border: 0;
  background: transparent;
  accent-color: var(--al-primary);
}

.tm-form-consent label {
  display: block;
  min-width: 0;
  margin: 0;
  color: var(--al-text);
  font-size: inherit;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  line-height: inherit;
}

.tm-form-actions {
  margin-top: 18px;
  margin-bottom: 0;
}

.tm-form-actions .btn {
  flex: 0 1 auto;
  min-width: 200px;
}

.tm-contact-links {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--al-line);
}

.tm-form-status {
  display: none;
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid var(--al-line);
  border-radius: 18px;
}

.tm-form-status:target {
  display: block;
}

.tm-form-status a {
  color: inherit;
  text-decoration: underline;
}

.tm-form-status-success {
  border-color: rgba(110, 160, 126, 0.26);
  background: rgba(84, 125, 92, 0.16);
  color: #dce9dd;
}

.tm-form-status-error {
  border-color: rgba(143, 90, 79, 0.3);
  background: rgba(143, 90, 79, 0.16);
  color: #f1ddd9;
}

.tm-download-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 0.84rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tm-contact-card strong,
.tm-event-card strong,
.tm-feature-card strong {
  color: var(--al-accent);
}

.tm-legal-card {
  height: 100%;
}

.tm-legal-alert {
  margin-bottom: 26px;
  border: 1px solid rgba(143, 90, 79, 0.18);
  background: rgba(143, 90, 79, 0.12);
}

.tm-legal-alert p:last-child {
  margin-bottom: 0;
}

.tm-legal-copy > *:last-child {
  margin-bottom: 0;
}

.tm-legal-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tm-legal-list li {
  padding: 12px 0;
  border-bottom: 1px solid var(--al-line);
}

.tm-legal-list li:last-child {
  border-bottom: none;
}

.tm-legal-placeholder {
  color: var(--al-logo-red);
  font-weight: 600;
}

.tm-legal-footer {
  margin-top: 18px;
  padding-top: 30px;
  padding-bottom: 56px;
  border-top: 0;
}

.tm-legal-footer .col-12 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.tm-legal-footer .tm-copyright-text {
  color: var(--al-muted);
}

.tm-legal-footer .tm-footer-links {
  margin-top: 14px;
}

.tm-legal-page .tm-page-cols-container {
  display: block;
}

.tm-legal-page .tm-page-col-left,
.tm-legal-page .tm-page-col-right {
  width: 100%;
  max-width: none;
}

.tm-legal-page .tm-page-col-left {
  margin-bottom: 26px;
}

.tm-legal-page .tm-page-col-right {
  margin-left: 0;
}

.tm-legal-page .tm-legal-card,
.tm-legal-page .tm-page-intro {
  margin-bottom: 26px;
}

.tm-legal-page .tm-legal-footer {
  margin-top: 6px;
}

.tm-contact-list a,
.tm-event-card a {
  word-break: break-word;
}

.tm-contact-card h2,
.tm-note-card h2,
.tm-feature-card h3,
.tm-event-card h3 {
  font-size: clamp(1.7rem, 2.2vw, 2.35rem);
}

.tm-contact-list li,
.tm-info-list li,
.tm-event-list li {
  font-size: 0.97rem;
}

.tm-parallax-overlay {
  background: rgba(8, 8, 10, 0.48);
}

.tm-parallax-overlay h2 {
  color: #fff;
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  font-weight: 600;
}

.tm-parallax-overlay p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .tm-gallery {
    margin: -22px;
  }

  .tm-gallery-item {
    width: calc(33.333% - 44px);
    margin: 22px;
  }

  .tm-vita-profile-col {
    position: relative;
    align-self: flex-start;
  }

  .tm-vita-profile-col .tm-note-card {
    position: sticky;
    top: 128px;
  }
}

@media (max-width: 1199px) {
  .tm-brand-row {
    padding-top: 46px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .tm-brand-image {
    width: min(100%, 500px);
  }

  .tm-nav-col {
    margin-top: 54px;
  }

  .tm-gallery-item {
    width: calc(50% - 36px);
  }

  .tm-welcome-parallax {
    min-height: 420px;
  }
}

@media (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .tm-brand-row {
    overflow: visible;
  }

  .tm-gallery-layout {
    gap: 0;
  }

  .tm-gallery-layout .tm-page-col-right {
    width: 100%;
  }

  .tm-form-grid {
    grid-template-columns: 1fr;
  }

  .tm-vita-work-grid {
    row-gap: 26px;
  }

  .tm-vita-work-grid > [class*="col-"] {
    margin-bottom: 0;
  }

  .tm-vita-work-grid > [class*="col-"]:last-child {
    margin-bottom: 0;
  }

  .tm-form-actions .btn {
    min-width: 0;
    width: 100%;
  }

  .tm-brand-container {
    min-height: auto;
    padding-top: 8px;
    padding-bottom: 0;
  }

  .tm-brand-name {
    width: 100%;
  }

  .tm-brand-image {
    width: min(100%, 430px);
    max-width: 78vw;
  }

  .tm-contact-grid {
    grid-template-columns: 1fr;
  }

  .filters-button-group {
    padding-right: 0;
    margin-bottom: 24px;
  }

  .tm-inline-image {
    height: 280px;
  }

  #navbarNav {
    position: absolute;
    background: rgba(252, 248, 242, 0.98);
    border: 1px solid var(--al-line);
    box-shadow: var(--al-shadow);
    border-radius: 22px;
    padding: 14px 12px;
    margin-top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: min(92vw, 420px);
    backdrop-filter: blur(12px);
    z-index: 1250;
  }

  .tm-nav-col {
    margin-top: 30px;
    justify-content: flex-end;
    position: sticky;
    top: 14px;
    z-index: 1100;
  }

  .tm-navbar {
    justify-content: flex-end;
    width: 100%;
  }

  .tm-nav {
    position: relative;
    z-index: 1250;
  }

  .navbar-toggler {
    border: 1px solid var(--al-line);
    border-radius: 14px;
    padding: 0.5rem 0.8rem;
    background: rgba(252, 248, 242, 0.96);
    margin-left: auto;
    box-shadow: 0 10px 24px rgba(83, 67, 54, 0.08);
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 0.95rem 1rem;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    justify-content: center;
    border-radius: 14px;
  }

  .navbar-expand-lg .navbar-nav .nav-item + .nav-item {
    margin-top: 6px;
  }

  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link:focus {
    background: rgba(111, 133, 127, 0.08);
  }

  .tm-welcome-row {
    padding-top: 10px;
    padding-bottom: 24px;
  }

  .tm-welcome-box {
    min-height: auto;
    height: auto;
    padding: 28px 26px;
  }

  .tm-welcome-text {
    max-width: none;
    padding: 0;
    text-align: left;
    font-size: 0.96rem;
  }

  .tm-welcome-parallax {
    min-height: 360px;
  }

  .tm-page-intro,
  .tm-note-card,
  .tm-contact-card,
  .tm-archive-box,
  .tm-event-card,
  .tm-feature-card {
    margin-bottom: 22px;
  }

  .tm-button-row .btn {
    min-width: 0;
    flex: 1 1 220px;
  }

  .tm-call-to-action-box {
    padding: 38px 32px 42px;
    flex-direction: column;
    align-items: flex-start;
  }

  .tm-call-to-action-text {
    margin-left: 0;
    margin-top: 24px;
  }

  .tm-gallery-modal {
    padding: 18px;
  }

  .tm-gallery-modal-dialog {
    padding: 20px;
  }

  .tm-gallery-modal-frame {
    height: min(64vh, 680px);
  }

  .tm-gallery-modal-copy {
    flex-direction: column;
    align-items: flex-start;
  }

  .tm-page-footer {
    padding-top: 20px;
  }

  .tm-footer-links {
    gap: 12px;
  }

  .tm-legal-footer {
    padding-bottom: 34px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 13.5px;
  }

  .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tm-gallery-item {
    width: calc(100% - 36px);
  }

  .tm-welcome-box,
  .tm-note-card,
  .tm-contact-card,
  .tm-archive-box,
  .tm-event-card,
  .tm-feature-card {
    padding: 22px;
  }

  .tm-brand-row {
    padding-top: 20px;
    padding-bottom: 18px;
    border-radius: 24px;
  }

  .tm-brand-image {
    width: min(100%, 312px);
  }

  .tm-nav-col {
    margin-top: 22px;
  }

  .tm-event-card::before {
    top: 22px;
  }

  .tm-welcome-parallax {
    min-height: 260px;
  }

  .tm-gallery-image {
    height: 280px;
  }

  .tm-inline-image {
    height: 240px;
  }

  .tm-instagram-teaser-image {
    object-position: 58% 18%;
  }

  .tm-gallery-modal {
    padding: 10px;
  }

  .tm-gallery-modal-dialog {
    padding: 14px;
  }

  .tm-gallery-modal-close {
    top: 2px;
    right: 6px;
  }

  .tm-gallery-modal-frame {
    height: min(58vh, 520px);
  }

  .tm-page-title {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .tm-section-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.15em;
  }

  .tm-lead {
    font-size: 0.98rem;
    line-height: 1.8;
  }

  .tm-button-row {
    gap: 10px;
  }

  .tm-button-row .btn {
    width: 100%;
  }

  .tm-download-link {
    font-size: 0.78rem;
    line-height: 1.5;
  }

  .tm-parallax-overlay {
    padding: 24px 22px;
  }

  .tm-parallax-overlay h2 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .tm-parallax-overlay p {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .tm-call-to-action-box {
    padding: 28px 24px 32px;
  }

  .tm-call-to-action-icon {
    font-size: 2rem;
    padding: 18px 20px;
  }

  .tm-vita-work-grid .tm-home-section-2-left,
  .tm-vita-work-grid .tm-home-section-2-right {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }

  .tm-vita-work-grid .tm-home-section-2-left:last-child,
  .tm-vita-work-grid .tm-home-section-2-right:last-child {
    margin-bottom: 0;
  }

  .tm-copyright-text,
  .tm-small-copy {
    font-size: 0.78rem;
    line-height: 1.7;
  }
}

@media (max-width: 575px) {
  body {
    padding-top: 34px;
  }

  .tm-brand-image {
    width: min(100%, 300px);
  }

  .navbar-toggler {
    padding: 0.42rem 0.72rem;
    border-radius: 12px;
  }

  .tm-welcome-box,
  .tm-note-card,
  .tm-contact-card,
  .tm-call-to-action-box,
  .tm-archive-box,
  .tm-event-card,
  .tm-feature-card {
    padding: 20px;
  }

  .tm-welcome-parallax {
    min-height: 220px;
  }

  .tm-inline-image,
  .tm-gallery-image {
    height: 220px;
  }
}
