:root {
  --white: #fff;
  --off: #f4f1eb;
  --ink: #171717;
  --muted: #6e6a63;
  --blue: #101a47;
  --copper: #b98268;
  --line: #d8d3ca;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.skip {
  position: fixed;
  left: 16px;
  top: -60px;
  background: var(--ink);
  color: white;
  padding: 10px;
  z-index: 50;
}
.skip:focus {
  top: 16px;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  outline-offset: 4px;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--copper);
}
header {
  height: 92px;
  display: flex;
  align-items: center;
  padding: 0 6vw;
  gap: 3vw;
  background: rgba(255, 255, 255, 0.94);
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(12px);
}
header.scrolled {
  border-color: var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
}
.brand b {
  font-family: "Cormorant Garamond";
  font-size: 34px;
  font-weight: 500;
}
.brand span {
  font-size: 10px;
  letter-spacing: 0.18em;
  line-height: 1.3;
}
.brand small {
  display: block;
  font-size: 7px;
  letter-spacing: 0.14em;
  color: var(--muted);
}
nav {
  display: flex;
  gap: 2vw;
  font-size: 12px;
}
nav a,
.header-cta {
  padding: 8px;
}
.header-cta {
  font-size: 11px;
  border: 1px solid var(--ink);
}
.menu {
  display: none;
}
.hero {
  position: relative;
  margin: 0 6vw 10vw;
}
.hero img {
  width: 100%;
  height: calc(100vh - 126px);
  min-height: 650px;
  object-fit: cover;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.58), transparent 70%);
  pointer-events: none;
}
.hero-copy {
  position: absolute;
  z-index: 2;
  left: 5vw;
  bottom: 8vh;
  color: #fff;
  width: min(690px, 70%);
}
.hero-copy > p,
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.hero-copy h1,
h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  line-height: 0.98;
}
.hero-copy h1 {
  font-size: clamp(56px, 6vw, 88px);
  margin: 0.2em 0;
}
.hero-copy > span {
  display: block;
  width: min(520px, 100%);
  font-size: 16px;
}
.hero-copy > div {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-top: 28px;
}
.button {
  display: inline-block;
  border: 0;
  background: var(--copper);
  color: #fff;
  padding: 15px 22px;
  cursor: pointer;
  font-size: 12px;
}
.text-link {
  font-size: 12px;
  border-bottom: 1px solid currentColor;
}
.caption {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 8px;
  color: #fff;
  font-size: 10px;
}
.intro,
.section-head,
.services,
.about,
.faq,
.contact {
  padding: 9vw 7vw;
}
.intro {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 8vw;
  background: var(--off);
}
h2 {
  font-size: clamp(44px, 5.2vw, 74px);
  margin: 0.2em 0;
}
em {
  color: var(--copper);
  font-weight: 400;
}
.intro > div {
  align-self: end;
  max-width: 520px;
}
.projects {
  padding: 10vw 6vw;
}
.section-head {
  padding: 0 1vw 6vw;
}
.project {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  gap: 6vw;
  align-items: end;
  margin-bottom: 12vw;
}
.project.reverse {
  grid-template-columns: 0.55fr 1.45fr;
}
.project.reverse img {
  grid-column: 2;
}
.project.reverse div {
  grid-column: 1;
  grid-row: 1;
}
.project img {
  width: 100%;
  height: 75vh;
  object-fit: cover;
}
.project div {
  padding-bottom: 3vw;
}
.project div > p {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.project h3 {
  font-size: clamp(42px, 4.5vw, 64px);
  margin: 0.2em 0;
}
.project span {
  display: block;
  color: var(--muted);
}
.case-open {
  margin-top: 24px;
  border: 0;
  background: none;
  padding: 8px 0;
  border-bottom: 1px solid var(--copper);
  cursor: pointer;
}
.quote {
  background: var(--blue);
  color: white;
  padding: 12vw 16vw;
}
.quote p {
  font: 400 clamp(46px, 6vw, 86px)/1 "Cormorant Garamond";
  margin: 0;
}
.process {
  padding: 10vw 6vw;
}
.process ol {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
}
.process li {
  padding: 30px 22px;
  border-right: 1px solid var(--line);
}
.process b {
  font-size: 11px;
  color: var(--copper);
}
.process h3 {
  font-size: 30px;
}
.process p {
  font-size: 13px;
  color: var(--muted);
}
.services {
  background: var(--off);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
}
.services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.services li {
  font: 400 28px/1.2 "Cormorant Garamond";
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.about {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 9vw;
  align-items: center;
}
.about img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  object-position: center top;
}
.about p:not(.eyebrow) {
  color: var(--muted);
}
.faq {
  background: var(--off);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7vw;
}
.faq .section-head {
  padding: 0;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 20px 0;
}
.faq summary {
  cursor: pointer;
  font-family: "Cormorant Garamond";
  font-size: 25px;
}
.faq details p {
  color: var(--muted);
  max-width: 650px;
}
.content {
  text-align: center;
  padding: 11vw 8vw;
}
.content p:last-child {
  max-width: 650px;
  margin: auto;
  color: var(--muted);
}
.contact {
  background: var(--blue);
  color: white;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
}
.contact > div > p {
  max-width: 500px;
  color: #d7d8e1;
}
.email {
  display: block;
  margin: 30px 0;
}
.contact form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contact label {
  font-size: 11px;
  letter-spacing: 0.08em;
}
.contact input,
.contact select,
.contact textarea {
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #687098;
  color: white;
  padding: 10px 0;
  border-radius: 0;
}
.contact select option {
  color: var(--ink);
}
.full,
.privacy,
.success {
  grid-column: 1/-1;
}
.privacy {
  font-size: 10px;
  color: #bbb;
}
.success {
  display: none;
  padding: 24px;
  border: 1px solid #687098;
}
.success h3 {
  font-size: 30px;
  margin: 0;
}
footer {
  padding: 6vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  font-size: 12px;
}
footer > div:last-child {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.mobile-cta {
  display: none;
}
dialog {
  width: min(1100px, 94vw);
  height: 90vh;
  border: 0;
  padding: 0;
  background: var(--off);
}
dialog::backdrop {
  background: rgba(16, 26, 71, 0.7);
}
.close {
  position: sticky;
  top: 0;
  float: right;
  border: 0;
  background: var(--ink);
  color: white;
  padding: 12px 18px;
  z-index: 3;
}
.case-body {
  padding: 7vw;
}
.case-body h2 {
  max-width: 700px;
}
.case-body img {
  width: 100%;
  max-height: 70vh;
  object-fit: cover;
}
.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5vw;
  margin: 5vw 0;
}
.case-grid h3 {
  font-size: 30px;
}
.case-grid p {
  color: var(--muted);
}
@media (max-width: 850px) {
  header {
    height: 72px;
    padding: 0 20px;
  }
  header nav,
  .header-cta {
    display: none;
  }
  .menu {
    display: block;
    border: 0;
    background: none;
  }
  .hero {
    margin: 0 0 90px;
  }
  .hero img {
    height: 75vh;
    min-height: 560px;
  }
  .hero-copy {
    left: 20px;
    bottom: 45px;
    width: calc(100% - 40px);
  }
  .hero-copy h1 {
    font-size: 46px;
  }
  .hero-copy > span {
    font-size: 14px;
  }
  .hero-copy > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .intro,
  .services,
  .about,
  .faq,
  .contact {
    grid-template-columns: 1fr;
    padding: 90px 20px;
  }
  .project,
  .project.reverse {
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }
  .project.reverse img,
  .project.reverse div {
    grid-column: 1;
    grid-row: auto;
  }
  .project img {
    height: 65vh;
  }
  .projects {
    padding: 90px 20px;
  }
  .section-head {
    padding: 0 0 50px;
  }
  .process {
    padding: 90px 20px;
  }
  .process ol {
    grid-template-columns: 1fr;
  }
  .process li {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .about img {
    height: 65vh;
  }
  .contact form {
    grid-template-columns: 1fr;
  }
  .contact label {
    grid-column: 1;
  }
  .contact > div .button {
    display: none;
  }
  footer {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 70px 20px 100px;
  }
  footer > div:last-child {
    justify-content: flex-start;
  }
  .mobile-cta {
    display: block;
    position: fixed;
    z-index: 30;
    bottom: 12px;
    left: 20px;
    right: 20px;
    text-align: center;
    background: var(--copper);
    color: white;
    padding: 14px;
  }
  .case-grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    animation: none !important;
    transition: none !important;
  }
}
