:root {
  --ink: #14231f;
  --forest: #162b25;
  --forest-deep: #0e1d19;
  --cream: #f2eee4;
  --paper: #faf8f2;
  --copper: #c87948;
  --line: rgba(20, 35, 31, 0.18);
  --muted: #65716d;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: 5px;
}

.site-header {
  align-items: center;
  background: rgba(250, 248, 242, 0.93);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 94px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(24px, 5vw, 80px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.wordmark {
  align-items: center;
  display: inline-flex;
  gap: 13px;
}

.wordmark-mark {
  align-items: center;
  border: 1px solid var(--copper);
  color: var(--copper);
  display: inline-flex;
  font-family: var(--serif);
  font-size: 23px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  transform: rotate(45deg);
  width: 42px;
}

.wordmark-mark i {
  font-style: normal;
  transform: rotate(-45deg);
}

.wordmark strong,
.wordmark small {
  display: block;
}

.wordmark strong {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.wordmark small {
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 0.18em;
  margin-top: 4px;
  text-transform: uppercase;
}

.site-header nav {
  align-items: center;
  display: flex;
  font-size: 12px;
  gap: clamp(24px, 3vw, 52px);
  letter-spacing: 0.08em;
}

.site-header nav a:not(.nav-contact) {
  transition: color 180ms ease;
}

.site-header nav a:not(.nav-contact):hover {
  color: var(--copper);
}

.nav-contact {
  border: 1px solid var(--ink);
  padding: 13px 20px;
  transition: background 180ms ease, color 180ms ease;
}

.nav-contact:hover {
  background: var(--ink);
  color: var(--paper);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  min-height: 780px;
  padding-top: 94px;
  position: relative;
}

.hero-photo {
  min-height: 686px;
  overflow: hidden;
  position: relative;
}

.hero-photo::after {
  background: linear-gradient(90deg, transparent 72%, rgba(14, 29, 25, 0.25));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-photo img {
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
  width: 100%;
}

.photo-note {
  background: rgba(14, 29, 25, 0.84);
  bottom: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  left: 20px;
  letter-spacing: 0.14em;
  padding: 8px 11px;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}

.hero-copy {
  align-items: flex-start;
  background: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px clamp(40px, 7vw, 116px) 80px;
}

.eyebrow {
  align-items: center;
  color: var(--copper);
  display: flex;
  font-size: 10px;
  gap: 12px;
  letter-spacing: 0.22em;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.eyebrow span {
  background: currentColor;
  display: inline-block;
  height: 1px;
  width: 30px;
}

.hero h1,
.intro h2,
.gallery-section h2,
.show-section h2,
.contact h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  margin: 0;
}

.hero h1 {
  font-size: clamp(58px, 5.6vw, 94px);
  line-height: 0.93;
  max-width: 690px;
}

.hero h1 em,
.intro h2 em,
.show-section h2 em,
.contact h2 em {
  color: var(--copper);
  display: block;
  font-weight: 400;
}

.hero-lead {
  color: #4f5e59;
  font-size: 15px;
  line-height: 1.8;
  margin: 38px 0 0;
  max-width: 480px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 34px;
  margin-top: 42px;
}

.button {
  align-items: center;
  display: inline-flex;
  font-size: 11px;
  gap: 30px;
  justify-content: space-between;
  letter-spacing: 0.08em;
  min-width: 190px;
  padding: 17px 20px;
}

.button-primary {
  background: var(--forest);
  color: white;
  transition: background 180ms ease;
}

.button-primary:hover {
  background: var(--copper);
}

.text-link {
  border-bottom: 1px solid var(--ink);
  font-size: 11px;
  letter-spacing: 0.05em;
  padding-bottom: 4px;
}

.hero-index {
  bottom: 48px;
  color: rgba(20, 35, 31, 0.28);
  font-family: var(--serif);
  font-size: 14px;
  position: absolute;
  right: 42px;
}

.scroll-cue {
  align-items: center;
  bottom: 38px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  gap: 12px;
  left: 30px;
  position: absolute;
  z-index: 2;
}

.scroll-cue span {
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(45px);
  transform-origin: left bottom;
}

.scroll-cue i {
  background: rgba(255, 255, 255, 0.45);
  display: block;
  height: 64px;
  width: 1px;
}

.section-shell {
  padding-left: clamp(24px, 7vw, 112px);
  padding-right: clamp(24px, 7vw, 112px);
}

.section-label {
  color: #9b8272;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.intro {
  align-items: start;
  display: grid;
  gap: clamp(36px, 7vw, 110px);
  grid-template-columns: 22px minmax(0, 1fr) minmax(320px, 0.72fr);
  padding-bottom: 138px;
  padding-top: 138px;
}

.intro h2,
.gallery-section h2,
.show-section h2,
.contact h2 {
  font-size: clamp(46px, 5vw, 76px);
  line-height: 1.02;
}

.intro-copy > p:last-child,
.show-intro,
.contact-main > p:last-child {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
  margin: 34px 0 0;
  max-width: 560px;
}

.profile-card {
  border-top: 1px solid var(--ink);
  padding-top: 20px;
}

.profile-heading {
  align-items: center;
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.profile-heading strong {
  color: var(--copper);
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
}

.profile-card dl {
  margin: 28px 0 0;
}

.profile-card dl > div {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 17px 0;
}

.profile-card dt,
.profile-card dd {
  margin: 0;
}

.profile-card dt {
  color: var(--muted);
  font-size: 11px;
}

.profile-card dd {
  font-family: var(--serif);
  font-size: 16px;
  text-align: right;
}

.pedigree-note {
  background: #f0e8dd;
  color: #846d5e;
  font-size: 10px;
  line-height: 1.55;
  margin: 22px 0 0;
  padding: 13px 15px;
}

.gallery-section {
  background: #e9e2d6;
  border-top: 1px solid rgba(20, 35, 31, 0.12);
  padding-bottom: 130px;
  padding-top: 115px;
}

.gallery-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}

.gallery-heading .eyebrow {
  margin-bottom: 11px;
}

.gallery-section h2 {
  font-size: clamp(46px, 5vw, 76px);
  line-height: 1.02;
  text-align: right;
}

.gallery-section h2 em {
  color: var(--copper);
  display: block;
  font-weight: 400;
}

.gallery-grid {
  display: grid;
  gap: 28px 34px;
  grid-template-columns: 1fr 1.1fr;
}

.gallery-card {
  margin: 0;
  min-width: 0;
}

.gallery-card img {
  display: block;
  object-fit: cover;
  width: 100%;
}

.gallery-card-tall {
  grid-row: 1 / span 2;
}

.gallery-card-tall img {
  height: 760px;
  object-position: center 48%;
}

.gallery-card-wide img {
  height: 345px;
  object-position: center 35%;
}

.gallery-card-portrait img {
  height: 344px;
  object-position: center 40%;
}

.gallery-card figcaption {
  align-items: center;
  border-bottom: 1px solid rgba(20, 35, 31, 0.2);
  color: #495650;
  display: flex;
  font-family: var(--serif);
  font-size: 16px;
  gap: 18px;
  padding: 16px 2px 14px;
}

.gallery-card figcaption span {
  color: var(--copper);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.show-section {
  background: var(--forest);
  color: white;
  overflow: hidden;
  padding: 130px 0;
  position: relative;
}

.show-section::before {
  border: 1px solid rgba(200, 121, 72, 0.15);
  border-radius: 50%;
  content: "";
  height: 580px;
  position: absolute;
  right: -230px;
  top: -220px;
  width: 580px;
}

.show-heading {
  align-items: start;
  display: grid;
  gap: clamp(36px, 7vw, 110px);
  grid-template-columns: 22px minmax(0, 1fr) minmax(280px, 0.55fr);
  position: relative;
  z-index: 1;
}

.show-heading .section-label {
  color: rgba(255, 255, 255, 0.4);
}

.eyebrow.light {
  color: #d79a72;
}

.show-intro {
  color: rgba(255, 255, 255, 0.62);
  margin-top: 40px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 88px;
  padding-left: calc(clamp(24px, 7vw, 112px) + 132px);
}

.step {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  min-height: 235px;
  padding: 0 clamp(25px, 3vw, 48px);
}

.step > span {
  color: var(--copper);
  font-family: var(--serif);
  font-size: 13px;
}

.step h3 {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  margin: 40px 0 17px;
}

.step p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.75;
  margin: 0;
  max-width: 260px;
}

.event-card {
  align-items: center;
  background: var(--cream);
  color: var(--ink);
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 54px;
  margin-top: 70px;
  padding-bottom: 35px;
  padding-top: 35px;
}

.event-card > div > span {
  color: var(--copper);
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.event-card h3 {
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
  margin: 7px 0 0;
}

.event-card dl {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}

.event-card dl div {
  border-left: 1px solid var(--line);
  padding-left: 20px;
}

.event-card dt {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.event-card dd {
  font-size: 12px;
  margin: 7px 0 0;
}

.event-card > a {
  align-items: center;
  border: 1px solid var(--ink);
  display: flex;
  font-size: 20px;
  height: 54px;
  justify-content: center;
  transition: background 180ms ease, color 180ms ease;
  width: 54px;
}

.event-card > a:hover {
  background: var(--ink);
  color: white;
}

.contact {
  display: grid;
  gap: clamp(50px, 10vw, 160px);
  grid-template-columns: 1fr 0.78fr;
  padding-bottom: 140px;
  padding-top: 140px;
}

.contact-list {
  border-top: 1px solid var(--ink);
  font-style: normal;
}

.contact-list > div {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}

.contact-list span,
.contact-list strong,
.contact-list a {
  display: block;
}

.contact-list span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.13em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.contact-list strong,
.contact-list a {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}

.contact-list a {
  transition: color 180ms ease;
}

.contact-list a:hover {
  color: var(--copper);
}

.contact-list a i {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
}

footer {
  align-items: center;
  background: var(--forest-deep);
  color: white;
  display: flex;
  justify-content: space-between;
  min-height: 125px;
  padding: 25px clamp(24px, 5vw, 80px);
}

.footer-mark .wordmark-mark {
  height: 36px;
  width: 36px;
}

.footer-mark small,
footer p {
  color: rgba(255, 255, 255, 0.45);
}

footer p,
.back-top {
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-photo {
    min-height: 610px;
  }

  .hero-copy {
    padding-bottom: 100px;
    padding-top: 90px;
  }

  .hero-index,
  .scroll-cue {
    display: none;
  }

  .intro,
  .show-heading {
    gap: 45px;
    grid-template-columns: 22px 1fr;
  }

  .profile-card,
  .show-intro {
    grid-column: 2;
  }

  .steps {
    padding-left: clamp(66px, 11vw, 112px);
  }

  .contact {
    gap: 70px;
  }
}

@media (max-width: 700px) {
  .site-header {
    height: 78px;
  }

  .site-header nav a:not(.nav-contact) {
    display: none;
  }

  .site-header nav {
    gap: 0;
  }

  .nav-contact {
    padding: 11px 14px;
  }

  .wordmark-mark {
    height: 34px;
    width: 34px;
  }

  .wordmark strong {
    font-size: 15px;
  }

  .wordmark small {
    font-size: 7px;
  }

  .hero {
    padding-top: 78px;
  }

  .hero-photo {
    min-height: 500px;
  }

  .hero-photo img {
    object-position: 60% center;
  }

  .hero-copy {
    padding: 66px 24px 72px;
  }

  .hero h1 {
    font-size: clamp(49px, 15.5vw, 68px);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .section-label {
    display: none;
  }

  .intro,
  .show-heading {
    display: block;
    padding-bottom: 88px;
    padding-top: 88px;
  }

  .intro {
    padding-bottom: 88px;
  }

  .profile-card {
    margin-top: 58px;
  }

  .gallery-section {
    padding-bottom: 88px;
    padding-top: 82px;
  }

  .gallery-heading {
    align-items: flex-start;
    display: block;
    margin-bottom: 42px;
  }

  .gallery-section h2 {
    text-align: left;
  }

  .gallery-grid {
    display: block;
  }

  .gallery-card + .gallery-card {
    margin-top: 36px;
  }

  .gallery-card-tall img,
  .gallery-card-portrait img {
    height: min(118vw, 560px);
  }

  .gallery-card-wide img {
    height: auto;
  }

  .show-section {
    padding: 0 0 88px;
  }

  .show-intro {
    margin-top: 28px;
  }

  .steps {
    display: block;
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .step {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
    min-height: 0;
    padding: 28px 0 32px;
  }

  .step h3 {
    margin: 17px 0 12px;
  }

  .event-card {
    align-items: start;
    display: grid;
    grid-template-columns: 1fr 54px;
    margin: 50px 16px 0;
    padding: 28px 24px;
  }

  .event-card dl {
    display: block;
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .event-card dl div {
    margin-top: 18px;
  }

  .event-card > a {
    grid-column: 2;
    grid-row: 1;
  }

  .contact {
    display: block;
    padding-bottom: 88px;
    padding-top: 88px;
  }

  .contact-list {
    margin-top: 58px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
    padding-bottom: 38px;
    padding-top: 38px;
  }

  footer p {
    margin: 0;
  }
}

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