:root {
  --sage: #e6eee8;
  --graphite: #202522;
  --silver: #b9c0ba;
  --stone: #f8f8f4;
  --oxide: #aa5d3b;
  --deep-sage: #587267;
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --body: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: var(--stone); color: var(--graphite); font: 16px/1.58 var(--body); }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--oxide); outline-offset: 5px; }
::selection { background: var(--silver); color: var(--graphite); }

.wrap { width: min(100% - 64px, 1260px); margin-inline: auto; }
.demo-note { padding: 8px 18px; background: var(--graphite); color: var(--stone); text-align: center; font-size: 11px; letter-spacing: .05em; }
.skip-link { position: fixed; top: -70px; left: 18px; z-index: 5; padding: 12px 16px; background: var(--oxide); color: white; }
.skip-link:focus { top: 16px; }

.site-header { display: flex; align-items: center; justify-content: space-between; padding-block: 27px; border-bottom: 1px solid color-mix(in srgb, var(--graphite) 17%, transparent); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font: 600 18px/1 var(--body); letter-spacing: -.03em; }
.wordmark-dot { width: 11px; height: 11px; border: 2px solid var(--oxide); border-radius: 50%; }
.place { margin: 0; color: color-mix(in srgb, var(--graphite) 70%, transparent); font-size: 11px; line-height: 1.35; text-align: right; letter-spacing: .08em; text-transform: uppercase; }

.hero { display: grid; grid-template-columns: minmax(0, .93fr) minmax(340px, 1.07fr); gap: clamp(28px, 6vw, 100px); align-items: center; min-height: min(700px, calc(100vh - 116px)); padding-block: clamp(52px, 9vw, 112px); }
.hero-copy { max-width: 510px; }
.kicker { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; color: var(--deep-sage); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.kicker span { width: 20px; height: 1px; background: var(--oxide); }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.055em; }
h1 { margin: 0; font-size: clamp(53px, 7.3vw, 72px); line-height: 1.06; }
.lead { max-width: 390px; margin: 28px 0 31px; font-size: 18px; line-height: 1.55; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 24px; padding: 13px 17px; border: 1px solid var(--graphite); font-size: 13px; font-weight: 650; letter-spacing: .01em; transition: background-color .18s ease, color .18s ease, transform .18s ease; }
.button span, .contact-links span { color: var(--oxide); font-size: 17px; }
.button-primary { background: var(--graphite); color: var(--stone); }
.button-primary:hover { background: var(--deep-sage); transform: translateY(-2px); }
.button-quiet:hover { background: var(--sage); transform: translateY(-2px); }

.pin-stage { position: relative; min-height: 500px; display: grid; place-items: center; overflow: hidden; background: var(--sage); border-radius: 49% 51% 44% 56% / 44% 47% 53% 56%; }
.pin-stage::before { position: absolute; inset: 22px; border: 1px solid rgba(32, 37, 34, .16); border-radius: inherit; content: ""; }
.pin-stage svg { width: min(100%, 500px); height: auto; padding: 18px 20px 15px; }

.contact { display: flex; align-items: end; justify-content: space-between; gap: 34px; padding-block: 50px 55px; border-top: 1px solid color-mix(in srgb, var(--graphite) 17%, transparent); }
.contact .kicker { margin-bottom: 13px; }
h2 { margin: 0; font-size: clamp(35px, 4.1vw, 56px); line-height: 1.1; }
.contact-links { display: grid; gap: 8px; min-width: 217px; }
.contact-links a { display: flex; justify-content: space-between; align-items: center; gap: 22px; padding-bottom: 9px; border-bottom: 1px solid color-mix(in srgb, var(--graphite) 28%, transparent); font-size: 13px; font-weight: 650; }
.contact-links a:hover { color: var(--deep-sage); }
footer { display: flex; justify-content: space-between; gap: 18px; padding-block: 23px 30px; border-top: 1px solid color-mix(in srgb, var(--graphite) 17%, transparent); color: color-mix(in srgb, var(--graphite) 65%, transparent); font-size: 11px; }
footer span:first-child { color: var(--graphite); font-weight: 650; }

@media (max-width: 760px) {
  .wrap { width: min(100% - 36px, 600px); }
  .site-header { padding-block: 21px; }
  .hero { grid-template-columns: 1fr; gap: 36px; min-height: 0; padding-block: 43px 46px; }
  .lead { margin-block: 23px 26px; font-size: 16px; }
  .actions { display: grid; grid-template-columns: 1fr; }
  .button { min-height: 50px; padding-inline: 18px; }
  .pin-stage { order: 2; min-height: 360px; margin-inline: -3px; }
  .pin-stage svg { width: min(100%, 364px); padding-top: 8px; }
  .contact { align-items: start; flex-direction: column; gap: 29px; padding-block: 39px; }
  .contact-links { width: 100%; }
  footer { display: grid; gap: 7px; padding-block: 20px 25px; }
}

@media (max-width: 360px) {
  h1 { font-size: 51px; }
  .wordmark { font-size: 16px; }
  .pin-stage { min-height: 320px; }
}

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