@font-face {
  font-family: "UMT Display";
  src: url("assets/fonts/cormorant-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "UMT Display";
  src: url("assets/fonts/cormorant-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "UMT Sans";
  src: url("assets/fonts/manrope-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "UMT Sans";
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --cream: #f4f0e8;
  --paper: #faf8f3;
  --charcoal: #1f2324;
  --ink: #252928;
  --muted: #6f706a;
  --limestone: #c9b99d;
  --copper: #a86b42;
  --copper-dark: #8c5433;
  --line: rgba(31, 35, 36, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "UMT Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(100% - 96px, 1320px); margin-inline: auto; }
.section { padding: 140px 0; }
.eyebrow {
  margin: 0 0 24px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.eyebrow-light { color: #dca173; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "UMT Display", Georgia, serif; font-weight: 500; }
h2 { margin-bottom: 0; font-size: clamp(48px, 5.2vw, 78px); line-height: .98; letter-spacing: -.035em; }

/* Hero */
.hero {
  position: relative;
  min-height: 900px;
  height: 100svh;
  max-height: 1050px;
  overflow: hidden;
  background: #242a2b url('assets/images/umt-hero.png') 57% center / cover no-repeat;
  color: #fff;
}
.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(12,16,17,.91) 0%, rgba(17,21,22,.68) 38%, rgba(16,20,21,.11) 69%);
}
.hero-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,12,13,.55), transparent 38%); z-index: 1; }
.site-header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 3%;
  right: 3%;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.25);
}
.wordmark { font-size: 15px; font-weight: 500; letter-spacing: .3em; text-transform: uppercase; white-space: nowrap; }
.wordmark span { font-weight: 700; }
.desktop-nav { display: flex; gap: clamp(22px, 3.2vw, 54px); align-items: center; }
.desktop-nav a { position: relative; font-size: 14px; font-weight: 500; color: rgba(255,255,255,.92); }
.desktop-nav a::after { position: absolute; left: 0; bottom: -10px; width: 0; height: 1px; content: ""; background: #d58a58; transition: width .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { width: 100%; }
.mobile-menu { display: none; }
.hero-content { position: relative; z-index: 2; padding-top: clamp(190px, 24vh, 265px); }
.copper-rule { width: 96px; height: 2px; margin-bottom: 32px; background: var(--copper); }
.hero-eyebrow { margin-bottom: 22px; color: #d8a17b; }
.hero h1 { max-width: 920px; margin-bottom: 24px; color: #f6f0e7; font-size: clamp(64px, 7.15vw, 104px); line-height: .91; letter-spacing: -.045em; }
.hero-lead { max-width: 560px; margin-bottom: 34px; color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.7; }
.button { display: inline-flex; min-height: 62px; align-items: center; justify-content: center; gap: 40px; padding: 0 30px; font-size: 14px; font-weight: 600; transition: background .25s ease, color .25s ease, transform .25s ease; }
.button span { font-size: 21px; transition: transform .25s ease; }
.button:hover span, .button:focus-visible span { transform: translateX(6px); }
.button-copper { background: var(--copper); color: #fff; }
.button-copper:hover, .button-copper:focus-visible { background: var(--copper-dark); }
.hero-foot { position: absolute; z-index: 3; bottom: 48px; left: 50%; display: flex; gap: 60px; transform: translateX(-50%); }
.hero-foot p { margin: 0; color: rgba(255,255,255,.8); font-size: 11px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.hero-foot span { margin-right: 10px; color: #d58a58; }
.scroll-cue { position: absolute; z-index: 3; right: 3%; bottom: 44px; display: flex; align-items: center; gap: 12px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; transform: rotate(90deg) translateX(-20px); transform-origin: right center; }
.scroll-cue i { display: block; width: 34px; height: 1px; background: rgba(255,255,255,.6); }

/* About */
.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 11vw; align-items: start; }
.about-copy { padding-top: 48px; }
.about-copy > p { color: var(--muted); font-size: 15px; }
.about-copy .large-copy { margin-bottom: 28px; color: var(--ink); font-family: "UMT Display", Georgia, serif; font-size: 28px; line-height: 1.35; }
.text-link { display: inline-flex; gap: 38px; align-items: center; margin-top: 18px; padding-bottom: 9px; border-bottom: 1px solid var(--copper); font-size: 13px; font-weight: 600; }
.text-link span { color: var(--copper); font-size: 18px; }
.values-row { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 120px; border-top: 1px solid var(--line); }
.values-row > div { padding: 30px 28px 4px 0; border-right: 1px solid var(--line); }
.values-row > div:not(:first-child) { padding-left: 28px; }
.values-row > div:last-child { border-right: 0; }
.values-row strong { display: block; margin-bottom: 34px; color: var(--copper); font-size: 11px; }
.values-row span { display: block; font-family: "UMT Display", Georgia, serif; font-size: 27px; }
.values-row p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }

/* Services */
.services { background: var(--charcoal); color: var(--cream); }
.section-topline { display: grid; grid-template-columns: 1fr 330px; gap: 80px; align-items: end; margin-bottom: 90px; }
.section-topline > p { margin-bottom: 4px; color: #a6a59f; font-size: 14px; }
.service-list { border-top: 1px solid rgba(255,255,255,.18); }
.service-item { display: grid; grid-template-columns: 80px 1.1fr 1fr 40px; gap: 36px; align-items: center; min-height: 132px; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s ease, padding .25s ease; }
.service-item:hover { padding-inline: 18px; background: rgba(255,255,255,.035); }
.service-item > span { color: #c27d51; font-size: 11px; }
.service-item h3 { margin: 0; font-family: "UMT Display", Georgia, serif; font-size: 33px; font-weight: 500; }
.service-item p { margin: 0; color: #aeadab; font-size: 13px; }
.service-item i { color: #c27d51; font-size: 22px; font-style: normal; }

/* Projects */
.projects { background: var(--cream); }
.projects-heading { display: grid; grid-template-columns: 1fr 350px; gap: 70px; align-items: end; margin-bottom: 72px; }
.projects-heading > p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.project-card { position: relative; min-height: 480px; overflow: hidden; padding: 28px; color: #fff; isolation: isolate; }
.project-card::after { position: absolute; inset: 0; content: ""; z-index: -1; }
.project-card::after { background: linear-gradient(0deg, rgba(15,18,19,.74), transparent 65%); }
.project-card > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.project-card:hover > img, .project-card:focus-visible > img { transform: scale(1.035); }
.project-card > span { font-size: 11px; letter-spacing: .15em; }
.project-card > div { position: absolute; left: 28px; bottom: 30px; }
.project-card p { margin-bottom: 3px; color: #dba075; font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.project-card h3 { margin: 0; font-family: "UMT Display", Georgia, serif; font-size: 46px; font-weight: 500; }
.project-card i { position: absolute; right: 28px; bottom: 37px; font-size: 22px; font-style: normal; }

/* Portfolio */
.portfolio { background: var(--paper); }
.portfolio-row { scroll-margin-top: 24px; border-top: 1px solid var(--line); }
.portfolio-row:nth-child(even) { background: #eee8dd; }
.portfolio-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; }
.portfolio-copy > span { display: block; margin-bottom: 48px; color: var(--copper); font-size: 11px; letter-spacing: .14em; }
.portfolio-copy h2 { font-size: clamp(44px, 4.3vw, 68px); }
.portfolio-copy > p:not(.eyebrow) { max-width: 480px; margin: 28px 0 12px; color: var(--muted); font-size: 13px; }
.portfolio-images { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; align-items: end; }
.portfolio-images.reverse { grid-template-columns: .85fr 1.15fr; }
.portfolio-images img { width: 100%; height: 520px; object-fit: cover; background: #d7cebf; }
.portfolio-images img:last-child { height: 410px; }
.portfolio-images.reverse img:first-child { height: 410px; }
.portfolio-images.reverse img:last-child { height: 520px; }

/* Process */
.process { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 62px 1fr; gap: 16px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--copper); font-size: 11px; }
.process-list h3 { margin-bottom: 7px; font-family: "UMT Display", Georgia, serif; font-size: 26px; font-weight: 500; }
.process-list p { max-width: 500px; margin-bottom: 0; color: var(--muted); font-size: 13px; }

/* Contact & footer */
.contact { padding: 130px 0; background: var(--copper); color: #fff; text-align: center; }
.contact-inner { display: flex; flex-direction: column; align-items: center; }
.contact .eyebrow { color: #ffe3cf; }
.contact h2 { font-size: clamp(58px, 7vw, 96px); }
.contact-inner > p:not(.eyebrow) { max-width: 600px; margin: 28px auto 36px; color: rgba(255,255,255,.82); font-size: 15px; }
.contact-actions { display: flex; gap: 12px; }
.button-light { background: #fff; color: var(--charcoal); }
.button-light:hover { background: var(--cream); }
.button-outline { border: 1px solid rgba(255,255,255,.65); color: #fff; }
.button-outline:hover { background: rgba(255,255,255,.1); }
footer { padding: 78px 0 24px; background: #171b1c; color: #ddd9d1; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; padding-bottom: 72px; }
.footer-mark { display: inline-block; margin-bottom: 22px; }
.footer-grid > div:first-child p { max-width: 330px; color: #848784; font-size: 13px; }
.footer-label { color: #7c807d !important; font-size: 10px !important; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.footer-grid a:not(.wordmark) { display: block; width: fit-content; margin-bottom: 6px; color: #c6c3bc; font-size: 13px; }
.footer-grid > div > p:not(.footer-label) { color: #c6c3bc; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #6f7471; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }

@media (max-width: 980px) {
  .shell { width: min(100% - 48px, 900px); }
  .section { padding: 100px 0; }
  .desktop-nav { display: none; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu summary { width: 42px; height: 42px; display: flex; flex-direction: column; justify-content: center; gap: 7px; align-items: flex-end; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { display: block; width: 26px; height: 1px; background: #fff; }
  .mobile-menu summary span:last-child { width: 18px; }
  .mobile-menu nav { position: absolute; top: 54px; right: 0; width: 240px; padding: 18px 24px; background: rgba(23,27,28,.97); box-shadow: 0 18px 50px rgba(0,0,0,.28); }
  .mobile-menu nav a { display: block; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 14px; }
  .hero { min-height: 780px; background-position: 64% center; }
  .hero-content { padding-top: 205px; }
  .hero-foot { gap: 24px; }
  .hero-foot p { font-size: 9px; }
  .scroll-cue { display: none; }
  .about-grid, .process-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-copy { max-width: 650px; padding-top: 0; }
  .values-row { grid-template-columns: 1fr 1fr; }
  .values-row > div:nth-child(2) { border-right: 0; }
  .section-topline, .projects-heading { grid-template-columns: 1fr; gap: 32px; }
  .section-topline > p, .projects-heading > p { max-width: 480px; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-card { min-height: 390px; }
  .portfolio-grid { grid-template-columns: 1fr; gap: 55px; }
  .portfolio-copy { max-width: 700px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 640px) {
  .shell { width: calc(100% - 36px); }
  .section { padding: 82px 0; }
  .site-header { left: 18px; right: 18px; height: 78px; }
  .wordmark { font-size: 11px; letter-spacing: .23em; }
  .hero { height: 100svh; min-height: 720px; max-height: 860px; background-position: 69% center; }
  .hero::after { background: linear-gradient(90deg, rgba(12,16,17,.88), rgba(16,20,21,.38)), linear-gradient(0deg, rgba(9,12,13,.62), transparent 52%); }
  .hero-content { padding-top: 165px; }
  .copper-rule { width: 62px; margin-bottom: 24px; }
  .hero-eyebrow { font-size: 9px; }
  .hero h1 { font-size: clamp(52px, 15.6vw, 70px); line-height: .94; }
  .hero h1 br { display: none; }
  .hero-lead { max-width: 92%; font-size: 14px; }
  .button { min-height: 56px; gap: 24px; padding-inline: 23px; font-size: 12px; }
  .hero-foot { bottom: 28px; gap: 0; justify-content: space-between; }
  .hero-foot p { display: none; }
  .hero-foot p:first-child { display: block; }
  h2 { font-size: 48px; }
  .about-copy .large-copy { font-size: 24px; }
  .values-row { grid-template-columns: 1fr; margin-top: 72px; }
  .values-row > div, .values-row > div:not(:first-child) { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .values-row strong { float: left; margin: 8px 28px 20px 0; }
  .section-topline { margin-bottom: 55px; }
  .service-item { grid-template-columns: 40px 1fr 24px; gap: 12px; min-height: 112px; }
  .service-item h3 { font-size: 26px; }
  .service-item p { display: none; }
  .projects-heading { margin-bottom: 50px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 365px; }
  .portfolio-images, .portfolio-images.reverse { grid-template-columns: 1fr; }
  .portfolio-images img, .portfolio-images img:last-child, .portfolio-images.reverse img:first-child, .portfolio-images.reverse img:last-child { height: 340px; }
  .process-grid { gap: 54px; }
  .process-list li { grid-template-columns: 42px 1fr; }
  .contact { padding: 90px 0; }
  .contact h2 { font-size: 57px; }
  .contact-actions { width: 100%; flex-direction: column; }
  .contact-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { gap: 20px; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-content > * { animation: rise-in .72s both; }
  .hero-content > *:nth-child(2) { animation-delay: .08s; }
  .hero-content > *:nth-child(3) { animation-delay: .16s; }
  .hero-content > *:nth-child(4) { animation-delay: .24s; }
  .hero-content > *:nth-child(5) { animation-delay: .32s; }
  @keyframes rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
}

*:focus-visible { outline: 2px solid #d58a58; outline-offset: 4px; }
