:root {
  --black: #11100f;
  --cognac: #ad7548;
  --cognac-soft: #c39a78;
  --cream: #f2ede3;
  --cream-2: #e8dfd2;
  --ink: #181614;
  --line: rgba(173,117,72,.35);
  --white: #fffdf9;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body {
  background: var(--black);
  color: var(--ink);
  font-family: Montserrat, "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.page-shell {
  min-height: 100vh;
  background: var(--cream);
  position: relative;
  overflow: hidden;
}

.hero {
  min-height: 72vh;
  padding: 54px clamp(28px, 6vw, 92px) 58px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .55fr);
  grid-template-rows: auto 1fr;
  column-gap: clamp(40px, 6vw, 110px);
  position: relative;
  background:
    linear-gradient(90deg, rgba(17,16,15,.985) 0 55%, rgba(17,16,15,.94) 55% 58%, rgba(242,237,227,.98) 58% 100%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: -24vw;
  width: 52vw;
  height: 52vw;
  min-width: 520px;
  min-height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(173,117,72,.24);
  pointer-events: none;
}

.brand { grid-column: 1; align-self: start; width: fit-content; position: relative; z-index: 1; }
.brand-mark {
  color: var(--cognac-soft);
  font-size: clamp(62px, 6.4vw, 92px);
  font-weight: 600;
  line-height: .78;
  letter-spacing: -.085em;
}
.brand-name {
  color: var(--white);
  font-size: 11px;
  letter-spacing: .31em;
  margin-top: 13px;
  padding-left: 4px;
  font-weight: 560;
}

.hero-copy {
  grid-column: 1;
  align-self: center;
  max-width: 760px;
  padding-top: clamp(52px, 8vh, 100px);
  position: relative;
  z-index: 1;
}
.eyebrow {
  margin: 0 0 21px;
  color: var(--cognac-soft);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .22em;
}
h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(46px, 5.8vw, 90px);
  line-height: .98;
  letter-spacing: -.05em;
  font-weight: 470;
}
h1 span { color: var(--cognac); }
.rule { width: 82px; height: 2px; background: var(--cognac); margin: 32px 0 30px; }
.lead {
  margin: 0;
  color: rgba(255,253,249,.86);
  max-width: 690px;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.62;
  font-weight: 390;
}
.bridge {
  margin: 28px 0 0;
  color: rgba(255,253,249,.86);
  font-size: clamp(17px, 1.42vw, 21px);
  line-height: 1.55;
}
.bridge strong { color: var(--cognac-soft); font-weight: 540; }

.statement {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  justify-self: stretch;
  margin-bottom: 8vh;
  padding: 34px 0 18px 0;
  position: relative;
  z-index: 1;
  color: var(--ink);
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: clamp(12px, 1vw, 15px);
}
.statement strong { color: var(--cognac); font-weight: 700; }

.contact-area {
  background: var(--cream);
  padding: 36px clamp(28px, 6vw, 92px) 34px;
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 0;
  border-top: 1px solid var(--line);
}
.contact-block {
  min-height: 120px;
  padding: 8px 42px 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
}
.contact-block + .contact-block { border-left: 1px solid var(--line); padding-left: 42px; }
.direct-contact { gap: 22px; }
.direct-contact a { display: flex; flex-direction: column; gap: 7px; width: fit-content; }
.direct-contact a:hover .contact-value,
.direct-contact a:focus-visible .contact-value { color: var(--cognac); }
.mini-label { color: var(--cognac); font-size: 10px; letter-spacing: .20em; font-weight: 700; }
.contact-value, .location strong, .location span:not(.mini-label) { font-size: clamp(15px, 1.32vw, 19px); }
.location strong { font-weight: 650; }
.location span:not(.mini-label) { color: #35312d; }

.footer {
  background: var(--cream);
  border-top: 1px solid rgba(173,117,72,.16);
  padding: 18px clamp(28px, 6vw, 92px) 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #6a625b;
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.footer-rule { width: 34px; height: 1px; background: var(--cognac); }

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    min-height: auto;
    background: var(--black);
  }
  .brand, .hero-copy, .statement { grid-column: 1; }
  .statement {
    grid-row: auto;
    color: var(--white);
    margin: 40px 0 0;
    border-top-color: rgba(195,154,120,.28);
  }
  .hero::after { opacity: .35; }
  .contact-area { grid-template-columns: 1fr; }
  .contact-block { min-height: auto; padding: 24px 0; }
  .contact-block + .contact-block { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
}

@media (max-width: 560px) {
  .hero { padding-top: 34px; padding-bottom: 38px; }
  .hero-copy { padding-top: 72px; }
  h1 { font-size: clamp(43px, 13vw, 64px); }
  .lead, .bridge { font-size: 16px; }
  .footer { flex-wrap: wrap; }
}
