:root {
  --navy: #0b0530;
  --gold: #c2b281;
  --paper: #fffdf9;
  --cream: #f7f1e7;
  --muted: #6d675f
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--navy);
  font-family: Arial, Helvetica, sans-serif
}

body,
body * {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important
}

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

.topbar {
  height: 88px;
  background: var(--navy);
  color: #fff;
  display: grid;
  grid-template-columns: 260px 1fr 100px;
  align-items: center;
  padding: 0 clamp(34px, 5vw, 72px);
  gap: 35px
}

.identity {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  color: var(--gold)
}

.logo-roof {
  position: absolute;
  left: 3px;
  top: 9px;
  font: 42px/1 Georgia, serif;
  color: var(--gold);
  opacity: .9
}

.logo-copy {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
  margin-top: 20px
}

.logo-copy b {
  font: 400 24px/1 Georgia, serif
}

.logo-copy small {
  font-size: 6px;
  letter-spacing: .38em;
  text-align: center;
  margin-top: 1px
}

.topbar nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(28px, 3vw, 50px);
  font-size: 9px;
  letter-spacing: .26em;
  text-transform: uppercase;
  white-space: nowrap
}

.topbar nav>a:not(.contact-button) {
  padding: 12px 0;
  border-bottom: 1px solid transparent
}

.topbar nav>a:not(.contact-button):hover {
  color: var(--gold);
  border-color: var(--gold)
}

.contact-button {
  background: #fffdf5;
  color: var(--navy);
  border: 1px solid var(--gold);
  padding: 16px 27px;
  font-size: 9px;
  letter-spacing: .22em;
  transition: .2s
}

.contact-button:hover {
  background: var(--gold);
  color: #fff
}

.languages {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 9px;
  letter-spacing: .2em
}

.language-button {
  appearance: none;
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 8px 1px;
  background: transparent;
  color: #88839a;
  font: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease
}

.language-button:hover,
.language-button.is-active {
  color: #fff;
  border-bottom-color: var(--gold)
}

.language-button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px
}

.languages b {
  font-weight: 400;
  color: #88839a
}

.languages a {
  border-bottom: 1px solid var(--gold);
  padding-bottom: 8px
}

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: 44% 56%;
  padding: 85px 3% 68px 2.7%;
  background: var(--paper)
}

.hero-copy {
  padding: 12px 3.7vw 0 0
}

.overline {
  display: flex;
  align-items: center;
  gap: 14px;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 9px;
  margin: 0 0 36px
}

.overline span {
  display: block;
  width: 39px;
  height: 1px;
  background: var(--gold)
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy)
}

h1 {
  font: 400 clamp(58px, 5vw, 82px)/.94 Arial, Helvetica, sans-serif;
  letter-spacing: -.055em
}

h1>span {
  display: inline-block;
  font: 400 .92em/1.03 Arial, Helvetica, sans-serif;
  color: var(--navy);
  letter-spacing: -.025em;
  margin-top: 9px
}

.intro {
  max-width: 535px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
  margin: 42px 0 0
}

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

.primary-button {
  min-width: 184px;
  background: var(--navy);
  color: #fff;
  padding: 17px 22px;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .16em
}

.text-button {
  min-width: 245px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--gold);
  padding: 17px 2px 10px;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .15em
}

.text-button span {
  color: var(--gold)
}

.hero-visual {
  position: relative;
  min-height: 535px;
  padding-left: 30px
}

.hero-image {
  position: absolute;
  inset: 0 0 0 30px;
  background: url('assets/alpha-hero.png') center/cover no-repeat
}

.hero-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 253, 249, .1), transparent 55%)
}

.image-frame {
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, .82);
  z-index: 1
}

.image-caption {
  position: absolute;
  right: -59px;
  top: 50%;
  transform: rotate(90deg);
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: 8px;
  white-space: nowrap
}

.commitment-card {
  position: absolute;
  z-index: 3;
  left: -33px;
  bottom: 32px;
  width: 315px;
  background: #fffaf2;
  padding: 34px 30px 38px;
  border: 0;
  box-shadow: 0 18px 45px rgba(54, 39, 21, .12);
  border-radius: 3px
}

.commitment-card small {
  display: block;
  color: #a7854f;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 7px;
  margin-bottom: 20px
}

.commitment-card strong {
  font: 400 22px/1.32 Arial, Helvetica, sans-serif;
  color: var(--navy)
}

.sell-home {
  margin-top: 105px;
  max-width: 900px
}

.sell-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 28px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 24px;
  line-height: 1
}

.sell-home h2 {
  max-width: 760px;
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1.08;
  letter-spacing: -.04em
}

.sell-intro {
  max-width: 680px;
  margin: 28px 0 0;
  font-size: 14px;
  line-height: 1.85
}

.sell-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-top: 32px;
  background: var(--navy);
  color: #fff;
  padding: 18px 22px;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .16em;
  min-width: 235px;
  transition: .2s
}

.sell-button:hover {
  background: #241957
}

.auctions {
  background: linear-gradient(135deg, var(--paper), var(--cream));
  padding: 95px clamp(40px, 5vw, 82px) 140px;
  min-height: 680px
}

.section-label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  font-size: 24px;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase
}

.auctions h2 {
  font: 400 clamp(50px, 6vw, 78px)/1 Georgia, 'Times New Roman', serif;
  letter-spacing: -.035em;
  margin: 24px 0 48px
}

.auction-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px
}

.auction-grid article {
  min-height: 300px;
  background: #fffaf2;
  border: 1px solid rgba(194, 178, 129, .52);
  padding: 34px 30px;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(87, 61, 28, .04);
  transition: .2s
}

.auction-grid article:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(87, 61, 28, .08)
}

.number {
  color: var(--navy);
  font: 20px Georgia, serif
}

.auction-grid h3 {
  font: 400 clamp(25px, 2.8vw, 36px)/1 Georgia, serif;
  margin: 35px 0 14px
}

.card-line {
  color: #a7854f;
  height: 20px;
  border-top: 1px solid rgba(194, 178, 129, .8);
  text-align: right;
  font-size: 20px;
  line-height: 0
}

.auction-grid p {
  color: var(--navy);
  font-size: 13px;
  line-height: 1.8;
  max-width: 270px;
  margin-top: 24px
}

footer {
  min-height: 90px;
  background: #07031f;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 clamp(40px, 5vw, 82px);
  font-size: 11px;
  letter-spacing: .14em
}

footer span {
  color: #fff
}

.hero-copy,
.hero-copy h1,
.hero-copy h1>span,
.hero-copy .overline,
.hero-copy .intro,
.hero-copy .text-button,
.commitment-card small,
.commitment-card strong,
.sell-home,
.sell-home h2,
.sell-eyebrow,
.sell-intro,
.auctions,
.auctions h2,
.auctions h3,
.section-label,
.number,
.auction-grid p {
  color: var(--navy)
}

.auctions {
  text-align: center
}

.section-label,
.sell-eyebrow {
  justify-content: center
}

.auction-grid article {
  text-align: center
}

.auction-grid p {
  margin-left: auto;
  margin-right: auto
}

.card-line {
  text-align: center
}

.sell-home {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.sell-home h2 {
  margin-left: auto;
  margin-right: auto
}

.sell-intro {
  margin: 28px auto 0
}

.sell-button {
  display: flex;
  position: relative;
  justify-content: center;
  width: 270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 42px;
  padding-right: 42px;
  white-space: nowrap
}

.sell-button>span {
  position: absolute;
  right: 20px
}

footer {
  justify-content: center;
  gap: 48px;
  text-align: center
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center
}

.hero-copy .intro {
  margin-left: auto;
  margin-right: auto
}

.hero-copy .hero-actions {
  justify-content: center;
  align-items: center
}

.hero-copy .primary-button,
.hero-copy .text-button {
  position: relative;
  justify-content: center
}

.hero-copy .primary-button>span,
.hero-copy .text-button>span {
  position: absolute;
  right: 18px
}

.about {
  background: var(--cream);
  padding: 90px clamp(40px, 5vw, 82px) 110px;
  color: var(--navy);
  scroll-margin-top: 88px
}

.about-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 58px
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(55px, 8vw, 120px);
  align-items: start
}

.about-story h2 {
  font-size: clamp(46px, 5.2vw, 72px);
  line-height: .98;
  letter-spacing: -.05em
}

.about-kicker {
  max-width: 460px;
  margin: 28px 0;
  font-size: 13px;
  line-height: 1.8
}

.about-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 1.6;
  background-image: url('assets/alpha-family-reference.png');
  background-size: 262.7% auto;
  background-position: 3.9% 94.8%;
  background-repeat: no-repeat;
  overflow: hidden
}

.about-photo:after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, .82)
}

.about-copy {
  padding-top: 8px;
  text-align: left
}

.about-copy p {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.85
}

.about-copy h3 {
  margin-top: 24px;
  font-size: clamp(32px, 3.6vw, 50px);
  line-height: 1.12;
  letter-spacing: -.03em
}

.contact-section {
  background: var(--paper);
  color: var(--navy);
  padding: 90px clamp(40px, 7vw, 115px) 120px;
  text-align: center;
  scroll-margin-top: 88px
}

.contact-label {
  font-size: 24px;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase
}

.contact-section h2 {
  margin-top: 32px;
  font-size: clamp(54px, 7vw, 88px);
  line-height: 1;
  letter-spacing: -.05em
}

.contact-intro {
  margin: 24px auto 0;
  max-width: 650px;
  font-size: 15px;
  line-height: 1.75
}

.contact-question {
  margin: 82px 0 42px;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(34px, 7vw, 100px);
  max-width: 900px;
  margin: 0 auto
}

.contact-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--navy);
  text-align: center
}

.contact-icon {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(194, 178, 129, .68);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 20px
}

.contact-card small {
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase
}

.contact-card strong {
  max-width: 180px;
  font-size: 16px;
  line-height: 1.35;
  margin-top: 10px
}

.contact-arrow {
  margin-top: 18px;
  font-size: 15px
}

.contact-card:hover .contact-icon {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy)
}

.site-footer {
  display: block;
  min-height: 0;
  background: var(--navy);
  color: #fff;
  padding: 70px clamp(40px, 7vw, 115px) 28px;
  text-align: center
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--gold);
  font-size: 23px;
  gap: 4px
}

.footer-mark {
  font-size: 50px;
  line-height: .8
}

.footer-slogan {
  margin: 38px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #fff
}

.footer-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  max-width: 560px;
  margin: 42px auto 65px;
  text-align: center
}

.footer-columns nav,
.footer-connect {
  display: flex;
  flex-direction: column;
  align-items: center
}

.footer-columns p {
  margin: 0 0 18px;
  color: #fff;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase
}

.footer-columns nav a {
  color: #fff;
  font-size: 13px;
  margin: 6px 0
}

.footer-connect>div {
  display: flex;
  gap: 16px
}

.footer-connect a,
.footer-connect span {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(194, 178, 129, .58);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .16);
  padding-top: 24px;
  display: flex;
  justify-content: center;
  gap: 55px;
  flex-wrap: wrap;
  color: #fff;
  font-size: 9px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.site-footer span {
  color: inherit
}

@media(max-width:1050px) {
  .topbar {
    grid-template-columns: 180px 1fr 70px;
    padding: 0 30px
  }

  .topbar nav {
    gap: 20px
  }

  .hero {
    grid-template-columns: 47% 53%;
    padding-top: 65px
  }

  h1 {
    font-size: 62px
  }

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

  .hero-visual {
    min-height: 550px
  }

  .commitment-card {
    left: -15px
  }
}

@media(max-width:760px) {
  .topbar {
    height: 78px;
    grid-template-columns: 1fr auto auto;
    padding: 0 20px
  }

  .topbar nav>a:not(.contact-button) {
    display: none
  }

  .topbar nav {
    display: block
  }

  .contact-button {
    display: block;
    padding: 13px 15px
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 55px 20px 40px
  }

  .hero-copy {
    padding: 0
  }

  .overline {
    margin-bottom: 28px
  }

  h1 {
    font-size: clamp(50px, 14vw, 68px)
  }

  .intro {
    margin-top: 30px
  }

  .hero-actions {
    margin: 30px 0 35px
  }

  .primary-button,
  .text-button {
    width: 100%;
    min-width: 0
  }

  .hero-visual {
    min-height: 500px;
    padding: 0
  }

  .hero-image {
    inset: 0
  }

  .commitment-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto
  }

  .image-caption {
    display: none
  }

  .about {
    padding: 70px 20px 80px;
    scroll-margin-top: 78px
  }

  .about-label {
    font-size: 21px;
    margin-bottom: 42px
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 42px
  }

  .about-story h2,
  .about-kicker,
  .about-copy {
    text-align: center
  }

  .about-kicker {
    margin: 24px auto 28px
  }

  .about-copy h3 {
    font-size: 34px
  }

  .sell-home {
    margin-top: 75px
  }

  .sell-home h2 {
    font-size: 40px
  }

  .sell-button {
    width: 100%
  }

  .auctions {
    padding: 75px 20px 100px
  }

  .section-label,
  .sell-eyebrow {
    font-size: 21px
  }

  .auctions h2 {
    font-size: 52px
  }

  .auction-grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .auction-grid article {
    min-height: 250px
  }

  .contact-section {
    padding: 70px 20px 85px;
    scroll-margin-top: 78px
  }

  .contact-label {
    font-size: 21px
  }

  .contact-section h2 {
    font-size: 52px
  }

  .contact-question {
    margin: 58px 0 34px
  }

  .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px 18px
  }

  .site-footer {
    padding: 58px 20px 26px
  }

  .footer-columns {
    grid-template-columns: 1fr;
    gap: 38px;
    margin: 38px auto 48px
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px
  }

  footer {
    flex-direction: column;
    justify-content: center;
    gap: 10px
  }
}

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

  * {
    transition: none !important
  }
}

html,
body,
body * {
  font-family: Manrope, Arial, sans-serif !important;
}

body {
  font-size: 15px;
}

.logo-roof {
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 38px;
}

.logo-copy>span {
  font-size: 21px;
  line-height: 1;
  font-weight: 700 !important;
  letter-spacing: .02em;
}

.logo-copy small {
  font-size: 10px;
  font-weight: 600 !important;
}

.topbar nav {
  font-size: 13px;
  letter-spacing: .08em;
}

.contact-button {
  font-size: 13px;
  font-weight: 600 !important;
  letter-spacing: .02em;
}

.languages {
  font-size: 12px;
  letter-spacing: .08em;
}

h1,
h2,
h3 {
  font-family: Manrope, Arial, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: -.025em;
}

h1,
.hero-copy h1 {
  font-size: 60px;
  line-height: 1.04;
}

h1>span,
.hero-copy h1>span {
  font-size: inherit;
  line-height: inherit;
  font-weight: 500 !important;
  letter-spacing: -.025em;
}

h2,
.auctions h2,
.sell-home h2,
.about-story h2,
.contact-section h2 {
  font-size: 43px;
  line-height: 1.1;
}

h3,
.auction-grid h3,
.about-copy h3 {
  font-size: 27px;
  line-height: 1.2;
}

p,
.intro,
.sell-intro,
.about-kicker,
.about-copy p,
.contact-intro {
  font-size: 15px;
  line-height: 1.75;
}

.overline,
.section-label,
.sell-eyebrow,
.about-label,
.contact-label {
  font-size: 10px;
  font-weight: 700 !important;
  letter-spacing: .19em;
}

.primary-button,
.text-button,
.sell-button {
  font-size: 13px;
  font-weight: 600 !important;
  letter-spacing: .02em;
}

.image-caption {
  font-size: 10px;
}

.commitment-card small {
  font-size: 10px;
  font-weight: 700 !important;
}

.commitment-card strong {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 500 !important;
}

.number {
  font-size: 20px;
  font-weight: 500 !important;
}

.auction-grid p {
  font-size: 15px;
  line-height: 1.75;
}

.contact-question {
  font-size: 10px;
}

.contact-card small {
  font-size: 10px;
}

.contact-card strong {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600 !important;
}

.footer-brand {
  font-size: 21px;
  font-weight: 700 !important;
}

.footer-slogan,
.footer-columns nav a {
  font-size: 13px;
}

.footer-columns p {
  font-size: 10px;
}

.footer-bottom {
  font-size: 10px;
}

@media (max-width: 880px) {

  h1,
  .hero-copy h1 {
    font-size: 44px;
  }

  h2,
  .auctions h2,
  .sell-home h2,
  .about-story h2,
  .contact-section h2 {
    font-size: 36px;
  }
}

@media (max-width: 520px) {

  h1,
  .hero-copy h1 {
    font-size: 38px;
  }

  .logo-copy>span {
    font-size: 18px;
  }

  .contact-button {
    font-size: 11px;
  }
}

.section-label,
.sell-eyebrow,
.about-label,
.contact-label {
  font-size: 12px;
}

@media (max-width: 760px) {

  .section-label,
  .sell-eyebrow,
  .about-label,
  .contact-label {
    font-size: 12px;
  }
}

:root {
  --title-blue: #0b0530;
  --title-gold: #c2b281
}

h1,
h2,
h3,
.section-label,
.sell-eyebrow,
.about-label,
.contact-label {
  color: var(--title-blue) !important
}

.title-gold {
  color: var(--title-gold) !important;
  font-style: italic !important;
  font-weight: 400 !important
}

.hero-copy h1>.title-gold {
  color: var(--title-gold) !important;
  font-style: italic !important
}

.auction-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.auction-card-link article {
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
}

.auction-card-link:focus-visible {
  outline: 2px solid #c2b281;
  outline-offset: 3px;
}

.contact-icon svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: currentColor;
}

.contact-card {
  transition: transform .2s ease;
}

.contact-card:hover {
  transform: translateY(-2px);
}

@media(max-width:760px) {
  .contact-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 12px;
  }

  .contact-icon {
    width: 54px;
    height: 54px;
  }

  .contact-icon svg {
    width: 20px;
    height: 20px;
  }
}

@media(max-width:520px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 280px;
  }

  .contact-card {
    min-height: 110px;
  }
}

.site-logo {
  display: block;
  object-fit: contain;
  object-position: center;
  background: transparent
}

.site-logo-header {
  width: 145px;
  height: 82px;
  margin-top: 1px
}

.site-logo-footer {
  width: 180px;
  height: 180px;
  margin: -38px auto -36px
}

.identity {
  overflow: visible
}

.footer-connect a {
  transition: background .2s ease, border-color .2s ease, transform .2s ease
}

.footer-connect a svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor
}

.footer-connect a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
  transform: translateY(-2px)
}

.footer-connect a:focus-visible,
.contact-card:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px
}

@media(max-width:760px) {
  .site-logo-header {
    width: 120px;
    height: 74px
  }

  .site-logo-footer {
    width: 155px;
    height: 155px;
    margin: -28px auto -28px
  }
}

.sell-home {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin: 105px 0 -140px -50vw;
  padding: 115px clamp(24px, 7vw, 120px) 120px;
  background:
    linear-gradient(rgba(7, 3, 31, .68), rgba(7, 3, 31, .68)),
    url('assets/alpha-hero2.webp') center 56%/cover no-repeat;
  text-align: center;
  overflow: hidden;
}

.sell-home h2,
.sell-home .sell-eyebrow,
.sell-home .sell-intro {
  color: #fff !important;
  position: relative;
  z-index: 1
}

.sell-home .title-gold {
  color: var(--gold) !important
}

.sell-home .sell-button {
  position: relative;
  z-index: 1;
  background: #fff;
  color: var(--navy)
}

.sell-home .sell-button:hover {
  background: var(--gold);
  color: var(--navy)
}

@media(max-width:760px) {
  .sell-home {
    margin-top: 75px;
    margin-bottom: -100px;
    padding: 85px 20px 90px;
    background-position: center
  }
}

.commitment-card .brand-inline {
  white-space: nowrap
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  border: 1px solid rgba(194, 178, 129, .55);
  background: transparent;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease
}

.menu-toggle:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg)
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}

@media(max-width:760px) {
  .topbar {
    position: relative;
    z-index: 1000;
    grid-template-columns: 1fr auto auto;
    height: 78px;
    padding: 0 20px
  }

  .menu-toggle {
    display: flex
  }

  .languages {
    display: flex;
    margin-right: 4px;
    gap: 5px;
    font-size: 10px
  }

  .primary-navigation {
    display: none !important;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    background: var(--navy);
    padding: 18px 20px 24px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 16px 30px rgba(5, 2, 25, .18)
  }

  .primary-navigation.is-open {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 4px
  }

  .primary-navigation a,
  .topbar .primary-navigation>a:not(.contact-button) {
    display: block !important;
    width: 100%;
    padding: 15px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-size: 13px;
    text-align: left
  }

  .primary-navigation .contact-button {
    margin-top: 10px;
    padding: 15px;
    text-align: center;
    border: 1px solid var(--gold)
  }

  body.menu-open {
    overflow: hidden
  }
}
