:root {
  --ink: #101914;
  --gold: #aa7723;
  --cream: #f5f0e6;
  --white: #fff;
  --line: #ded2bd;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--cream);
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
.skip {
  position: fixed;
  top: -60px;
  left: 20px;
  background: #fff;
  padding: 12px;
  z-index: 99;
}
.skip:focus {
  top: 10px;
}
header {
  height: 88px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #eee;
}
.brand img {
  width: 180px;
  display: block;
}
.menu {
  display: none;
  background: none;
  border: 1px solid var(--ink);
  padding: 10px;
}
nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 12px;
  font-weight: 700;
}
.cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--gold);
  border: 1px solid var(--gold);
  color: #fff;
  padding: 15px 22px;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
}
.cta.small {
  padding: 12px 18px;
}
.cta.outline {
  background: transparent;
  color: var(--ink);
}
.hero {
  min-height: 710px;
  padding: 110px 5vw;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 8vw;
  align-items: center;
}
.eyebrow {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin: 0 0 24px;
}
.hero h1,
.office h2,
.areas h2,
.profile h2,
.steps h2,
.faq h2,
.contact h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.04;
  margin: 0;
}
.hero h1 {
  font-size: clamp(56px, 6.2vw, 94px);
  letter-spacing: -0.045em;
}
.hero h1 em {
  color: var(--gold);
  font-style: italic;
}
.hero-copy > p:not(.eyebrow) {
  font:
    20px/1.7 Georgia,
    serif;
  max-width: 650px;
  color: #4d504e;
}
.actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}
.hero-art {
  height: 500px;
  border: 1px solid var(--gold);
  position: relative;
  overflow: hidden;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #101914;
  color: #fff;
}
.hero-art .c {
  position: absolute;
  font:
    420px/0.8 Georgia,
    serif;
  color: #18241d;
  right: -25px;
  top: 20px;
}
.hero-art .line {
  width: 78px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 22px;
}
.hero-art p {
  font-size: 12px;
  letter-spacing: 0.24em;
  line-height: 2;
}
.trust {
  background: var(--ink);
  color: #e5d2aa;
  display: flex;
  justify-content: center;
  gap: 7vw;
  padding: 18px 5vw;
  font-size: 11px;
  font-weight: 700;
}
.office,
.profile,
.contact {
  padding: 100px 5vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  align-items: center;
}
.office h2 {
  font-size: clamp(42px, 5vw, 68px);
}
.office > div:last-child > p {
  font:
    21px/1.7 Georgia,
    serif;
}
.office small {
  line-height: 1.8;
}
.areas {
  padding: 110px 5vw;
  background: #fff;
}
.center {
  text-align: center;
}
.areas h2,
.faq h2 {
  text-align: center;
  font-size: clamp(42px, 5vw, 70px);
}
.intro {
  text-align: center;
  color: #666;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 55px;
}
.grid article {
  border: 1px solid var(--line);
  min-height: 145px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: -1px 0 0 -1px;
}
.grid b {
  font-size: 11px;
  color: var(--gold);
}
.grid span {
  font:
    18px Georgia,
    serif;
}
.profile {
  background: var(--cream);
}
.portrait {
  border: 1px solid var(--gold);
  padding: 14px;
}
.portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.profile h2 {
  font-size: clamp(44px, 5vw, 70px);
}
.oab {
  display: inline-block;
  border: 1px solid var(--line);
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 700;
  margin: 24px 0;
}
.profile > div:last-child > p {
  font:
    18px/1.7 Georgia,
    serif;
}
.values {
  border-top: 2px solid var(--gold);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 22px;
}
.values span {
  font-size: 11px;
}
.values b {
  display: block;
  margin-bottom: 8px;
}
.steps {
  padding: 100px 5vw;
  background: var(--ink);
  color: #fff;
}
.steps h2 {
  font-size: clamp(42px, 5vw, 68px);
  max-width: 850px;
}
.steps ol {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 65px;
}
.steps li > b {
  color: #d2a557;
  font-size: 34px;
}
.steps h3 {
  font:
    700 18px Georgia,
    serif;
}
.steps p {
  font-size: 13px;
  line-height: 1.7;
  color: #bdc4c0;
}
.faq {
  padding: 105px max(5vw, calc((100vw - 900px) / 2));
  background: var(--cream);
}
.faq h2 {
  margin-bottom: 50px;
}
.faq details {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 22px;
}
.faq summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary b {
  color: var(--gold);
}
.faq details p {
  line-height: 1.7;
  color: #555;
}
.contact > div > h2 {
  font-size: clamp(44px, 5vw, 70px);
}
.contact > div > p:not(.eyebrow) {
  font:
    19px/1.7 Georgia,
    serif;
}
.contact form {
  background: #fff;
  border: 1px solid var(--line);
  padding: 38px;
  display: grid;
  gap: 18px;
}
.contact label {
  font-size: 11px;
  font-weight: 700;
}
.contact input,
.contact select,
.contact textarea {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  margin-top: 8px;
  font: inherit;
  background: #fff;
}
.contact input:focus,
.contact select:focus,
.contact textarea:focus {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.consent input {
  width: auto;
  margin: 2px 0;
}
.consent a {
  text-decoration: underline;
}
.contact form small {
  color: #666;
  line-height: 1.5;
}
footer {
  background: #0a110d;
  color: #d7dbd8;
  padding: 55px 5vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr 1fr;
  gap: 30px;
  font-size: 12px;
  line-height: 1.8;
}
footer img {
  width: 190px;
  filter: brightness(3);
}
footer a {
  text-decoration: underline;
}
footer > small {
  grid-column: 1/-1;
  color: #879089;
  border-top: 1px solid #253029;
  padding-top: 20px;
}
.floating {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 8px 30px #0004;
}
@media (max-width: 900px) {
  header {
    height: 72px;
    padding: 0 20px;
  }
  .brand img {
    width: 145px;
  }
  .menu {
    display: block;
  }
  nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    flex-direction: column;
    align-items: stretch;
  }
  nav.open {
    display: flex;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 80px 24px;
  }
  .hero-art {
    height: 260px;
  }
  .hero-art .c {
    font-size: 280px;
  }
  .trust {
    align-items: flex-start;
    gap: 14px;
    flex-direction: column;
    padding: 22px 24px;
  }
  .office,
  .profile,
  .contact {
    grid-template-columns: 1fr;
    padding: 75px 24px;
  }
  .areas,
  .steps,
  .faq {
    padding: 75px 24px;
  }
  .grid {
    grid-template-columns: 1fr 1fr;
  }
  .steps ol {
    grid-template-columns: 1fr 1fr;
  }
  .profile .portrait {
    max-width: 540px;
  }
  .values {
    grid-template-columns: 1fr;
  }
  footer {
    grid-template-columns: 1fr 1fr;
    padding: 50px 24px;
  }
}
@media (max-width: 540px) {
  .hero h1 {
    font-size: 49px;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 17px;
  }
  .actions {
    flex-direction: column;
  }
  .grid,
  .steps ol,
  footer {
    grid-template-columns: 1fr;
  }
  .office h2,
  .areas h2,
  .profile h2,
  .steps h2,
  .faq h2,
  .contact h2 {
    font-size: 40px;
  }
  .contact form {
    padding: 24px;
  }
  .hero-art {
    height: 220px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
:root {
  --gold: #80550f;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field-help {
  display: block;
  color: #666;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 7px;
}
.contact-note {
  font: inherit !important;
  border-left: 2px solid var(--gold);
  padding-left: 14px;
}
.website-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.form-status {
  min-height: 1.4em;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}
.form-status.success {
  color: #176b3a;
}
.form-status.error {
  color: #a1261c;
}
.contact button[disabled] {
  opacity: 0.65;
  cursor: wait;
}
@media (max-width: 640px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}
.office-address {
  border-left: 2px solid var(--gold);
  padding-left: 18px;
}
.office-address strong {
  font:
    700 12px Arial,
    sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.office-address span {
  font-size: 15px;
  color: #666;
}
.office-address a {
  text-decoration: underline;
  font:
    700 12px Arial,
    sans-serif;
}
footer {
  grid-template-columns: 1fr 0.8fr 1.2fr 1.4fr 0.8fr;
}
@media (max-width: 900px) {
  footer {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 540px) {
  footer {
    grid-template-columns: 1fr;
  }
}
