:root {
  --pink: #e6abb1;
  --green: #094729;
  --ivory: #fff9f6;
  --petal: #f4c7c7;
  --cocoa: #8e5a4b;
  --shadow: rgba(9, 71, 41, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  color: var(--green);
  background-color: var(--pink);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 44px 44px;
  font-family: Georgia, "Times New Roman", serif;
}

a {
  color: inherit;
}

.page {
  position: relative;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  place-items: center;
  padding: clamp(18px, 4vw, 54px);
  isolation: isolate;
}

.page::before,
.page::after {
  position: absolute;
  z-index: -1;
  width: min(32vw, 320px);
  height: min(32vw, 320px);
  border: 1px solid rgba(9, 71, 41, 0.24);
  content: "";
}

.page::before {
  top: 20px;
  left: 20px;
  border-right: 0;
  border-bottom: 0;
}

.page::after {
  right: 20px;
  bottom: 20px;
  border-top: 0;
  border-left: 0;
}

.landing {
  width: min(1060px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: clamp(28px, 6vw, 86px);
}

.brand {
  position: relative;
  min-width: 0;
  text-align: center;
}

.wordmark {
  display: block;
  width: min(485px, 100%);
  height: auto;
  margin: 0 auto;
}

.strapline {
  margin: clamp(2px, 0.8vw, 8px) 0 0;
  font-family: "TT Books Script", "Books Script", Georgia, "Times New Roman", serif;
  font-size: clamp(1.95rem, 4.4vw, 3.55rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.08;
}

.strapline span {
  display: inline;
}

.intro {
  max-width: 590px;
  margin: 16px auto 0;
  color: rgba(9, 71, 41, 0.86);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.75vw, 1.32rem);
  font-style: italic;
  line-height: 1.42;
}

.links {
  display: grid;
  min-width: 0;
  gap: 12px;
}

.action {
  display: grid;
  min-height: 68px;
  grid-template-columns: 46px minmax(0, 1fr) 26px;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border: 2px solid var(--green);
  border-radius: 8px;
  background: var(--ivory);
  box-shadow: 7px 7px 0 var(--shadow);
  font-family: "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.action:hover {
  transform: translate(3px, 3px);
  background: #fffdfb;
  box-shadow: 4px 4px 0 var(--shadow);
}

.action:focus-visible {
  outline: 3px solid var(--cocoa);
  outline-offset: 4px;
}

.action-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--ivory);
}

.action-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.facebook-mark {
  display: block;
  color: currentColor;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(2px);
}

.action-copy {
  min-width: 0;
}

.action-copy strong,
.action-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.action-copy strong {
  font-size: 1.18rem;
  line-height: 1.1;
}

.action-copy small {
  margin-top: 4px;
  color: rgba(9, 71, 41, 0.74);
  font-size: 0.95rem;
}

.action-arrow {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
}

.action-arrow svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .landing {
    grid-template-columns: 1fr;
    width: min(560px, calc(100vw - 52px));
    gap: 24px;
  }

  .wordmark {
    width: min(430px, 100%);
  }

  .links {
    width: min(430px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .page {
    align-items: start;
    padding: 22px 18px 18px;
  }

  .page::before,
  .page::after {
    width: 132px;
    height: 132px;
  }

  .page::before {
    top: 12px;
    left: 12px;
  }

  .page::after {
    right: 12px;
    bottom: 12px;
  }

  .landing {
    grid-template-columns: 1fr;
    width: min(430px, calc(100vw - 52px));
    gap: 18px;
    align-self: center;
  }

  .wordmark {
    width: min(322px, 78vw);
  }

  .strapline {
    font-size: clamp(1.7rem, 8.2vw, 2.45rem);
  }

  .intro {
    max-width: 19.5rem;
    margin-top: 8px;
    font-size: 1.02rem;
  }

  .links {
    width: calc(100% - 8px);
    margin: 0 auto;
    gap: 10px;
  }

  .strapline {
    max-width: 23rem;
    margin-right: auto;
    margin-left: auto;
  }

  .strapline span {
    display: block;
  }

  .action {
    min-height: 58px;
    grid-template-columns: 40px minmax(0, 1fr) 22px;
    gap: 12px;
    padding: 9px 12px;
    box-shadow: 5px 5px 0 var(--shadow);
  }

  .action-icon {
    width: 40px;
    height: 40px;
  }

  .action-icon svg {
    width: 23px;
    height: 23px;
  }

  .action-copy strong {
    font-size: 1.08rem;
  }

  .action-copy small {
    font-size: 0.88rem;
  }

}

@media (max-width: 380px) {
  .page {
    padding-right: 14px;
    padding-left: 14px;
  }

  .intro {
    font-size: 0.94rem;
  }

  .action-copy small {
    font-size: 0.82rem;
  }
}

@media (max-height: 660px) and (max-width: 760px) {
  .page {
    padding-top: 14px;
    padding-bottom: 12px;
  }

  .landing {
    gap: 12px;
  }

  .wordmark {
    width: min(286px, 74vw);
  }

  .strapline {
    margin-top: 6px;
    font-size: clamp(1.36rem, 7vw, 1.88rem);
  }

  .intro {
    margin-top: 5px;
    line-height: 1.34;
  }

  .links {
    gap: 8px;
  }

  .action {
    min-height: 52px;
  }

}
