@font-face {
  font-family: "Sharewell Glacial";
  src: url("/fonts/GlacialIndifference.woff") format("woff");
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 20;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  color: #fff;
  background: #29262f;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.home-shell {
  width: min(1260px, calc(100% - 48px));
  margin-inline: auto;
}

.mock-header {
  --marketing-ink: #29262f;
  --marketing-ink-soft: #68616b;
  --marketing-paper: #fffaf3;
  --marketing-line: rgba(75, 61, 67, 0.16);
  --marketing-coral: #ed5963;
  --marketing-coral-dark: #c94551;
  position: relative;
  z-index: 10;
  display: flow-root;
  overflow: visible;
  color: var(--marketing-ink);
  font-family: "Sharewell Glacial", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

.mock-header::before {
  position: absolute;
  inset: 0 0 -160px;
  z-index: -1;
  background:
    radial-gradient(ellipse at 78% 0%, rgba(255, 255, 255, 0.62) 0 12%, transparent 30%),
    radial-gradient(ellipse at 72% 18%, rgba(255, 255, 255, 0.72) 0 12%, transparent 31%),
    radial-gradient(ellipse at 88% 34%, rgba(255, 255, 255, 0.58) 0 10%, transparent 28%),
    radial-gradient(ellipse at 13% 28%, rgba(255, 255, 255, 0.5) 0 9%, transparent 26%),
    linear-gradient(180deg, #d8eeef 0%, #eef8f5 100%),
    linear-gradient(90deg, rgba(47, 42, 40, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, rgba(47, 42, 40, 0.02) 1px, transparent 1px);
  background-size: 100% 560px, auto, auto, auto, 100% 100%, 44px 44px, 44px 44px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 38%, rgba(0, 0, 0, 0.72) 66%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 38%, rgba(0, 0, 0, 0.72) 66%, transparent 100%);
  pointer-events: none;
  content: "";
}

.mock-nav {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 64px;
  gap: 24px;
  margin-top: 24px;
  padding: 0;
}

.mock-brand {
  display: grid;
  width: fit-content;
  justify-items: center;
  gap: 4px;
}

.mock-logo {
  display: inline-flex;
  width: 198px;
  align-items: center;
}

.mock-logo img {
  width: 198px;
  height: auto;
}

.mock-tagline {
  margin: 0;
  color: var(--marketing-coral-dark);
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.mock-nav-links,
.mock-auth,
.mock-footer-links,
.mock-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mock-nav-links {
  justify-content: center;
  gap: clamp(18px, 3vw, 36px);
  color: var(--marketing-ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

.mock-auth {
  justify-content: flex-end;
  gap: 10px;
}

.mock-nav a,
.mock-footer a {
  color: inherit;
  text-decoration: none;
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.mock-nav-links a:hover,
.mock-auth a:hover,
.mock-footer a:hover {
  color: var(--marketing-ink);
  transform: translateY(-1px);
}

.mock-auth a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.mock-auth .mock-signup {
  border: 1px solid var(--marketing-coral);
  color: #fffdf7;
  background: var(--marketing-coral);
}

.mock-auth .mock-signup:hover {
  border-color: #d94f58;
  color: #fffdf7;
  background: #d94f58;
}

.mock-footer {
  --marketing-ink: #29262f;
  --marketing-ink-soft: #68616b;
  --marketing-line: rgba(75, 61, 67, 0.16);
  border-top: 1px solid var(--marketing-line);
  color: var(--marketing-ink);
  background: rgba(255, 253, 248, 0.76);
  font-family: "Sharewell Glacial", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

.mock-footer-inner {
  display: grid;
  grid-template-columns: minmax(210px, 0.8fr) minmax(260px, 1fr) auto;
  align-items: center;
  min-height: 138px;
  gap: 28px;
  padding: 28px 0;
}

.mock-footer-brand img {
  width: 148px;
  height: auto;
}

.mock-footer-brand p {
  max-width: 28ch;
  margin: 14px 0 0;
  color: var(--marketing-ink-soft);
  font-size: 0.9rem;
  line-height: 1.45;
}

.mock-footer-links {
  justify-content: center;
  gap: 18px 28px;
  color: var(--marketing-ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

.mock-social {
  justify-content: flex-end;
  gap: 12px;
}

.mock-social a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--marketing-line);
  border-radius: 10px;
  color: var(--marketing-ink-soft);
}

.mock-social svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.8;
}

.language-select {
  min-height: 40px;
  padding: 0 10px;
  border: 1px solid var(--marketing-line);
  border-radius: 10px;
  color: var(--marketing-ink);
  background: var(--marketing-paper, #fffaf3);
  font: inherit;
}

@media (max-width: 900px) {
  .home-shell {
    width: min(100% - 30px, 680px);
  }

  .mock-nav {
    grid-template-columns: 1fr auto;
    min-height: 0;
    gap: 12px;
    margin-top: 22px;
    padding: 0 0 14px;
  }

  .mock-logo,
  .mock-logo img {
    width: clamp(154px, 31vw, 188px);
  }

  .mock-nav-links {
    grid-row: 2;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .mock-footer-inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .mock-footer-links,
  .mock-social {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .mock-auth a:first-child {
    display: none;
  }

  .mock-auth a {
    min-height: 40px;
    padding: 0 12px;
  }

  .mock-tagline {
    font-size: 0.58rem;
  }

  .mock-nav-links {
    gap: 20px;
    font-size: 0.82rem;
  }
}
