:root {
  --poca-temp-bg: #201c19;
  --poca-temp-text: #ffddba;
  --poca-temp-alert: #ff0000;
  --poca-temp-border: #ffddba;
}

body.home,
body.blog {
  background: var(--poca-temp-bg);
}

body.home .site-header,
body.home .page-header,
body.home .entry-header,
body.home .site-footer,
body.home #colophon,
body.home footer:not(.poca-temp-header),
body.home #amplify-site-header,
body.home .amplify-site-footer,
body.home [class*="hfe-"] {
  display: none;
}

body.home #content,
body.home .site-main,
body.home .content-area,
body.home .entry-content {
  margin: 0;
  padding: 0;
}

.poca-temp-home {
  min-height: 100svh;
  height: 100svh;
  background: var(--poca-temp-bg);
  color: var(--poca-temp-text);
  font-family: "DM Sans", sans-serif;
}

.poca-temp-home :where(h1, h2, p, address, a, span, button) {
  font-family: "DM Sans", sans-serif !important;
}

.poca-temp-shell {
  width: min(1600px, calc(100vw - 72px));
  margin: 28px auto;
  height: calc(100svh - 56px);
  display: flex;
  flex-direction: column;
}

.poca-temp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(38px, 5.2vh, 62px);
  flex: 0 0 auto;
}

.poca-temp-wordmark {
  color: var(--poca-temp-text);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.poca-temp-wordmark-svg {
  width: clamp(92px, 6.6vw, 115px);
  height: auto;
  display: block;
}

.poca-temp-menu {
  border: 0;
  background: transparent;
  color: var(--poca-temp-text);
  padding: 0;
  margin: 0;
  display: grid;
  place-items: center;
  cursor: default;
}

.poca-temp-menu .material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
  font-size: clamp(1.7rem, 1.55vw, 2rem);
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.poca-temp-grid {
  display: grid;
  grid-template-columns: minmax(320px, 562px) minmax(340px, 791px);
  justify-content: space-between;
  align-items: start;
  gap: clamp(24px, 2.3vw, 48px);
  min-height: 0;
  flex: 1 1 auto;
  height: 100%;
}

.poca-temp-copy {
  display: grid;
  align-content: start;
  gap: 0;
}

.poca-temp-kicker {
  margin: 0 0 14px;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.55vw, 1.75rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.poca-temp-copy h1 {
  margin: 0;
  font-size: clamp(2.6rem, 3vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.05em;
  max-width: 562px;
}

.poca-temp-copy h1 span {
  color: var(--poca-temp-alert);
}

.poca-temp-body {
  margin: 24px 0 0;
  max-width: 562px;
  font-size: clamp(1rem, 1.04vw, 1.25rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.poca-temp-contact {
  margin-top: clamp(2rem, 4vw, 4.25rem);
  padding-top: 0;
}

.poca-temp-contact h2 {
  margin: 0 0 12px;
  color: var(--poca-temp-text);
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1.7rem, 1.6vw, 1.9rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.poca-temp-contact address {
  margin: 0;
  font-style: normal;
  font-size: clamp(1rem, 1.04vw, 1.25rem);
  line-height: 1.35;
  letter-spacing: -0.015em;
  font-weight: 400;
}

.poca-temp-contact address a {
  color: inherit;
  text-decoration: none;
}

.poca-temp-contact address a:hover,
.poca-temp-contact address a:focus-visible {
  text-decoration: underline;
}

.poca-temp-image-wrap {
  margin: 0;
  border: 1px solid color-mix(in srgb, var(--poca-temp-border) 90%, #000 10%);
  border-radius: 40px;
  overflow: hidden;
  align-self: start;
  justify-self: end;
  min-height: 0;
  width: fit-content;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: inline-block;
}

.poca-temp-image-wrap img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1140px) {
  .poca-temp-shell {
    width: min(980px, calc(100vw - 48px));
    margin: 24px auto;
    height: auto;
    display: block;
  }

  .poca-temp-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .poca-temp-copy {
    min-height: 0;
  }

  .poca-temp-contact {
    margin-top: 34px;
    padding-top: 0;
  }

  .poca-temp-image-wrap {
    max-height: none;
    height: auto;
    width: 100%;
  }

  .poca-temp-image-wrap img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: none;
    object-fit: cover;
  }
}

@media (max-width: 640px) {
  .poca-temp-shell {
    width: calc(100vw - 28px);
    margin: 14px auto;
  }

  .poca-temp-header {
    margin-bottom: 18px;
  }

  .poca-temp-wordmark {
    transform: scale(0.96);
    transform-origin: left center;
  }

  .poca-temp-kicker {
    margin-bottom: 10px;
  }

  .poca-temp-body {
    margin-top: 18px;
  }

  .poca-temp-contact {
    margin-top: 34px;
  }

  .poca-temp-image-wrap {
    border-radius: 28px;
  }
}

@media (min-width: 1025px) and (orientation: landscape) {
  html,
  body.home {
    height: 100svh;
    overflow: hidden;
  }

  body.home #page {
    height: 100svh;
    overflow: hidden;
  }
}
