:root {
  --uth-motion-ease: cubic-bezier(.22, 1, .36, 1);
  --uth-motion-fast: 420ms;
  --uth-motion-slow: 900ms;
  --uth-apple-font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
  font-family: var(--uth-apple-font);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}

body,
button,
input,
textarea,
select {
  font-family: var(--uth-apple-font) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-serif {
  font-family: var(--uth-apple-font) !important;
  letter-spacing: -0.018em;
}

h1,
.text-8xl,
.text-9xl {
  letter-spacing: -0.045em;
}

p,
li,
label,
input,
textarea {
  line-height: 1.55;
}

section {
  letter-spacing: -0.006em;
}

.tracking-widest,
.tracking-\[0\.2em\],
.tracking-\[0\.3em\] {
  letter-spacing: .14em !important;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210;
  width: var(--uth-scroll-progress, 0%);
  height: 3px;
  pointer-events: none;
  background: linear-gradient(90deg, #b89055, #77a89b);
  box-shadow: 0 0 18px rgba(184, 144, 85, .35);
}

.uth-reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  filter: blur(10px);
  transition:
    opacity var(--uth-motion-slow) var(--uth-motion-ease),
    transform var(--uth-motion-slow) var(--uth-motion-ease),
    filter var(--uth-motion-slow) var(--uth-motion-ease);
  transition-delay: var(--uth-reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.uth-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.uth-image-frame {
  overflow: hidden;
  transform: translateZ(0);
}

.uth-image-frame > img,
.uth-image-frame picture img {
  transform: scale(1.035) translate3d(0, var(--uth-parallax, 0px), 0);
  transition: transform 1100ms var(--uth-motion-ease), filter 900ms var(--uth-motion-ease);
  will-change: transform;
}

.uth-image-frame:hover > img,
.uth-image-frame:hover picture img {
  transform: scale(1.07) translate3d(0, var(--uth-parallax, 0px), 0);
}

.uth-premium-card {
  transform: translateZ(0);
  transition:
    transform var(--uth-motion-fast) var(--uth-motion-ease),
    box-shadow var(--uth-motion-fast) var(--uth-motion-ease),
    border-color var(--uth-motion-fast) var(--uth-motion-ease);
}

.uth-premium-card:hover {
  transform: translate3d(0, -8px, 0);
  box-shadow: 0 28px 70px -35px rgba(10, 26, 47, .42);
}

.uth-mrsteam-home {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.25fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(72px, 9vw, 132px) clamp(22px, 5vw, 72px);
  background: linear-gradient(135deg, #071522 0%, #10253a 58%, #071522 100%);
  color: #fff;
  overflow: hidden;
}

.uth-mrsteam-home__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #8fd1c7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.uth-mrsteam-home h2 {
  max-width: 760px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(34px, 5vw, 68px);
  line-height: .98;
}

.uth-mrsteam-home p {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(17px, 1.45vw, 22px);
}

.uth-mrsteam-home__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.uth-mrsteam-home__actions a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: #fff;
  color: #071522;
  font-weight: 800;
  text-decoration: none;
}

.uth-mrsteam-home__actions a + a {
  background: rgba(255,255,255,.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
}

.uth-mrsteam-home__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.uth-mrsteam-card {
  position: relative;
  min-height: clamp(240px, 31vw, 420px);
  overflow: hidden;
  border-radius: 8px;
  background: #0b1724;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 28px 90px rgba(0,0,0,.28);
}

.uth-mrsteam-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 900ms var(--uth-motion-ease);
}

.uth-mrsteam-card:nth-child(2) img {
  object-fit: contain;
  padding: 30px;
  background: #eef2f4;
}

.uth-mrsteam-card:hover img {
  transform: scale(1.07);
}

.uth-mrsteam-card span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(7,21,34,.72);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 980px) {
  .uth-mrsteam-home {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .uth-mrsteam-home__grid {
    grid-template-columns: 1fr;
  }

  .uth-mrsteam-card {
    min-height: 260px;
  }
}

.uth-premium-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--uth-motion-fast) var(--uth-motion-ease);
  background: linear-gradient(135deg, rgba(255, 255, 255, .18), transparent 42%);
}

.uth-premium-card:hover::after {
  opacity: 1;
}

.uth-upload-briefing,
.uth-appointment-reason {
  margin: 28px 0;
  padding: 22px;
  border: 1px solid rgba(184, 144, 85, .28);
  border-radius: 20px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 24px 55px -42px rgba(10, 26, 47, .45);
}

.uth-upload-label {
  display: block;
  margin-bottom: 8px;
  color: #0a1a2f;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.uth-upload-copy,
.uth-upload-status {
  margin: 0;
  color: rgba(10, 26, 47, .58);
  font-size: 14px;
  line-height: 1.5;
}

.uth-upload-input {
  display: block;
  width: 100%;
  margin: 16px 0 12px;
  padding: 14px;
  border: 1px dashed rgba(10, 26, 47, .25);
  border-radius: 14px;
  background: rgba(255, 255, 255, .8);
  color: #0a1a2f;
  font-size: 14px;
}

.uth-upload-input::file-selector-button {
  margin-right: 14px;
  padding: 10px 14px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #0a1a2f;
  font-weight: 700;
  cursor: pointer;
}

.uth-reason-select {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding: 15px 16px;
  border: 1px solid rgba(10, 26, 47, .18);
  border-radius: 14px;
  color: #0a1a2f;
  background: rgba(255, 255, 255, .9);
  font-size: 15px;
  font-weight: 650;
  outline: none;
}

.uth-reason-select:focus {
  border-color: rgba(184, 144, 85, .62);
  box-shadow: 0 0 0 4px rgba(184, 144, 85, .12);
}

.uth-seo-links {
  padding: 42px clamp(20px, 6vw, 90px);
  background: #071421;
  color: rgba(255, 255, 255, .72);
}

.uth-seo-links h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: -.03em;
}

.uth-seo-links div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.uth-seo-links a {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  color: rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .04);
  text-decoration: none;
  font-size: 13px;
  font-weight: 720;
}

.uth-architect-line {
  position: relative;
}

.uth-architect-line::before {
  content: "";
  position: absolute;
  left: max(1rem, calc((100vw - 1280px) / 2));
  top: 0;
  bottom: 0;
  width: 1px;
  pointer-events: none;
  opacity: .2;
  background: linear-gradient(180deg, transparent, #b89055 18%, #77a89b 82%, transparent);
  transform: scaleY(var(--uth-section-progress, .08));
  transform-origin: top;
}

.uth-wordmark-settle {
  animation: uthSettle 900ms var(--uth-motion-ease) both;
}

@keyframes uthSettle {
  from {
    opacity: 0;
    transform: translateY(-10px);
    letter-spacing: .04em;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    letter-spacing: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body::before {
    display: none;
  }

  .uth-reveal,
  .uth-image-frame > img,
  .uth-image-frame picture img,
  .uth-premium-card,
  .uth-wordmark-settle {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
  }
}
