:root {
  --lsh-bark: #3b2416;
  --lsh-chili: #8c3a2a;
  --lsh-cloth: #d8dce4;
  --lsh-paper: #f6f1ea;
  --lsh-serif: "Source Serif 4", Georgia, serif;
  --lsh-sans: Outfit, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--lsh-cloth);
}

body {
  margin: 0;
  background: var(--lsh-cloth);
  color: var(--lsh-bark);
  font-family: var(--lsh-sans);
  font-size: 1.0625rem;
  line-height: 1.6;
}

img,
svg {
  max-width: 100%;
}

a {
  color: inherit;
}

.lsh-skip {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  transform: translateY(-150%);
  background: var(--lsh-bark);
  color: var(--lsh-paper);
  padding: 0.4rem 0.7rem;
  z-index: 2;
}

.lsh-skip:focus {
  transform: none;
}

.lsh-frame {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 12.75rem;
  grid-template-rows: auto auto;
  min-height: 100vh;
}

.lsh-main {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  padding-left: clamp(4rem, 11vw, 9rem);
  padding-right: clamp(2.25rem, 4vw, 3.25rem);
}

.lsh-rail {
  grid-column: 2;
  grid-row: 1;
  border-left: 1px solid var(--lsh-bark);
  padding: 1.5rem 1.1rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.95rem;
}

.lsh-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  font-family: var(--lsh-serif);
  font-size: 1.15rem;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}

.lsh-sigil {
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
}

.lsh-rail a {
  text-decoration: none;
}

.lsh-rail a[aria-current="page"]::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 0.45rem;
  background: var(--lsh-chili);
  vertical-align: 0.1em;
}

.lsh-foot {
  grid-column: 1 / -1;
  grid-row: 2;
  background: var(--lsh-bark);
  color: var(--lsh-cloth);
  padding: 2rem 1.5rem 2.4rem;
}

.lsh-foot a {
  color: var(--lsh-cloth);
}

.lsh-foot-name {
  font-family: var(--lsh-serif);
  font-size: 1.35rem;
  margin: 0 0 0.6rem;
}

.lsh-foot p,
.lsh-foot address {
  margin: 0 0 0.45rem;
  font-style: normal;
  max-width: 38rem;
}

.lsh-duns {
  margin: 0.8rem 0 1rem;
  letter-spacing: 0.02em;
}

.lsh-foot-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}

.lsh-foot-links a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.lsh-opener {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.lsh-name {
  margin: 0;
  padding: 1.6rem 0 0;
  font-family: var(--lsh-serif);
  font-size: 1.2rem;
}

.lsh-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: end;
  background: var(--lsh-chili);
  color: var(--lsh-paper);
  padding: 1.6rem 0 1.8rem;
}

.lsh-band h1,
.lsh-page h1 {
  font-family: var(--lsh-serif);
  font-weight: 560;
  font-size: clamp(2rem, 4.4vw, 3.35rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.lsh-band h1 {
  margin: 0 0 0.7rem;
}

.lsh-lead {
  margin: 0;
  max-width: 40rem;
}

.lsh-action {
  margin: 1.15rem 0 0;
}

.lsh-send,
.lsh-ghost {
  display: inline-block;
  min-height: 52px;
  padding: 0.85rem 1.35rem;
  border-radius: 19px;
  text-decoration: none;
  font: 500 1rem/1.2 var(--lsh-sans);
  cursor: pointer;
}

.lsh-send {
  background: var(--lsh-chili);
  color: var(--lsh-paper);
  border: 0;
  outline: 6px solid var(--lsh-cloth);
  outline-offset: 0;
}

.lsh-band .lsh-send {
  outline-color: var(--lsh-paper);
}

.lsh-ghost {
  background: transparent;
  color: var(--lsh-bark);
  border: 1px solid var(--lsh-bark);
}

.lsh-send:hover,
.lsh-send:focus-visible {
  background: #6e2c1e;
}

.lsh-zip {
  position: relative;
  width: 7.6rem;
  height: 4.6rem;
  display: grid;
  place-items: center;
  color: var(--lsh-paper);
}

.lsh-zip svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.lsh-zip span {
  position: relative;
  font-family: var(--lsh-serif);
  font-size: 1.7rem;
}

.lsh-block {
  padding: 2.4rem 0;
  max-width: none;
}

.lsh-page {
  padding: 2.2rem 0 3rem;
  max-width: none;
}

.lsh-page > p,
.lsh-block > p,
.lsh-page li,
.lsh-block li {
  max-width: 46rem;
}

.lsh-page h1 {
  margin: 0 0 1rem;
  padding-bottom: 0.45rem;
  border-bottom: 14px solid var(--lsh-chili);
}

.lsh-page h2 {
  font-family: var(--lsh-serif);
  font-size: 1.35rem;
  font-weight: 560;
  line-height: 1.3;
  margin: 1.4rem 0 0.35rem;
}

.lsh-kicker {
  margin: 0 0 0.8rem;
  font-family: var(--lsh-serif);
  font-size: 1.45rem;
  line-height: 1.3;
}

.lsh-row,
.lsh-links,
.lsh-order {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lsh-row li,
.lsh-links li {
  display: grid;
  grid-template-columns: 6px minmax(0, 1fr);
  gap: 0.75rem;
  margin: 0 0 1rem;
}

.lsh-dot {
  width: 6px;
  height: 6px;
  margin-top: 0.55rem;
  background: var(--lsh-chili);
}

.lsh-row a,
.lsh-links a {
  font-family: var(--lsh-serif);
  font-size: 1.25rem;
  text-decoration: none;
}

.lsh-row p,
.lsh-links p,
.lsh-page p,
.lsh-block p {
  margin: 0.2rem 0 0;
}

.lsh-order {
  counter-reset: lsh;
}

.lsh-order li {
  position: relative;
  padding-left: 2rem;
  margin: 0 0 0.9rem;
}

.lsh-order li::before {
  counter-increment: lsh;
  content: counter(lsh);
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--lsh-serif);
  color: var(--lsh-chili);
}

.lsh-record {
  margin: 0;
}

.lsh-record div {
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr);
  gap: 0.75rem 1rem;
  border-top: 1px solid var(--lsh-bark);
  padding: 0.75rem 0;
}

.lsh-record dt {
  font-weight: 600;
}

.lsh-record dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.lsh-letter {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.lsh-letter label {
  display: grid;
  gap: 0.3rem;
  font-weight: 600;
}

.lsh-letter input,
.lsh-letter select,
.lsh-letter textarea {
  width: 100%;
  border: 1px solid var(--lsh-bark);
  border-radius: 0;
  background: var(--lsh-cloth);
  color: var(--lsh-bark);
  font: 400 1rem/1.4 var(--lsh-sans);
  padding: 0.55rem 0.65rem;
}

.lsh-letter textarea {
  min-height: 8rem;
  resize: vertical;
}

.lsh-note {
  margin-top: 0.9rem;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--lsh-chili);
  outline-offset: 3px;
}

@media (max-width: 760px) {
  .lsh-frame {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
  }

  .lsh-rail {
    grid-column: 1;
    grid-row: 1;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
    border-left: 0;
    border-bottom: 1px solid var(--lsh-bark);
    padding: 0.9rem 1rem;
  }

  .lsh-brand {
    width: 100%;
    margin: 0;
  }

  .lsh-main {
    grid-row: 2;
    padding-left: 0;
    padding-right: 0;
  }

  .lsh-name,
  .lsh-band {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .lsh-block,
  .lsh-page {
    max-width: none;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .lsh-foot {
    grid-row: 3;
  }

  .lsh-band {
    grid-template-columns: minmax(0, 1fr);
  }

  .lsh-record div {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.15rem;
  }
}
