/*
Theme Name: Nonstop Jess
Theme URI: https://nonstop-jess.com
Author: Nonstop Jess
Author URI: https://nonstop-jess.com
Description: Custom WordPress theme for Nonstop Jess.
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nonstop-jess
Tags: custom, starter, barebones
*/
/* Generated from assets/scss/main.scss */
@font-face {
  /* patrick-hand-regular - latin */
  font-display: swap;
  font-family: "Patrick Hand";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/patrick-hand-v25-latin-regular.woff2") format("woff2");
}

:root {
  --kuf-font-body: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --kuf-font-heading: "Patrick Hand", "Comic Sans MS", "Marker Felt", cursive;
  --kuf-color-text: #111;
  --kuf-color-bg: #fff;
  --kuf-color-link: #1cbcbc;
  --kuf-color-link-hover: #0e5e5e;
  --kuf-color-muted: #666;
  --kuf-radius-sm: 4px;
  --kuf-radius-md: 8px;
  --kuf-radius-lg: 12px;
  --kuf-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.08);
  --kuf-shadow-md: 0 8px 24px rgba(0, 0, 0, 0.12);
  --kuf-space-1: 4px;
  --kuf-space-2: 8px;
  --kuf-space-3: 12px;
  --kuf-space-4: 16px;
  --kuf-space-5: 20px;
  --kuf-space-6: 24px;
  --kuf-space-7: 32px;
  --kuf-space-8: 40px;
  --kuf-container-max: 1120px;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--kuf-font-body);
  color: var(--kuf-color-text);
  background: var(--kuf-color-bg);
  line-height: 1.6;
}

h1,
h2,
h3,
.entry-title,
.linktree__title,
.legal-page__title {
  font-family: var(--kuf-font-heading);
  font-weight: 400;
}

a {
  color: var(--kuf-color-link);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--kuf-color-link-hover);
  text-decoration: underline;
}

.site-title {
  margin: 0;
  font-size: 1.5rem;
}

.site-description {
  margin: 4px 0 0;
  color: #555;
}

.entry-title {
  margin-top: 0;
}

.entry-meta {
  color: var(--kuf-color-muted);
  font-size: 0.9rem;
}

.site-wrapper {
  max-width: var(--kuf-container-max);
  margin: 0 auto;
  padding: 24px;
}

.site-header,
.site-footer {
  padding: 24px 0;
}

.content-area {
  margin-top: 24px;
}

@media (prefers-reduced-motion: no-preference) {
  ::view-transition-old(root) {
    animation: kuf-fade-out 400ms ease both;
  }
  ::view-transition-new(root) {
    animation: kuf-fade-in 450ms ease both;
  }
}
@keyframes kuf-fade-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-12px);
  }
}
@keyframes kuf-fade-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.u-mt-0 {
  margin-top: 0;
}

.u-mt-1 {
  margin-top: 4px;
}

.u-mt-2 {
  margin-top: 8px;
}

.u-mt-3 {
  margin-top: 12px;
}

.u-mt-4 {
  margin-top: 16px;
}

.u-mt-5 {
  margin-top: 20px;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-1 {
  margin-bottom: 4px;
}

.u-mb-2 {
  margin-bottom: 8px;
}

.u-mb-3 {
  margin-bottom: 12px;
}

.u-mb-4 {
  margin-bottom: 16px;
}

.u-mb-5 {
  margin-bottom: 20px;
}

.u-pt-0 {
  padding-top: 0;
}

.u-pt-1 {
  padding-top: 4px;
}

.u-pt-2 {
  padding-top: 8px;
}

.u-pt-3 {
  padding-top: 12px;
}

.u-pt-4 {
  padding-top: 16px;
}

.u-pt-5 {
  padding-top: 20px;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-pb-1 {
  padding-bottom: 4px;
}

.u-pb-2 {
  padding-bottom: 8px;
}

.u-pb-3 {
  padding-bottom: 12px;
}

.u-pb-4 {
  padding-bottom: 16px;
}

.u-pb-5 {
  padding-bottom: 20px;
}

.nav-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 16px;
}

.nav-primary a {
  display: inline-block;
  padding: 4px 0;
}

.nav-legal ul,
.nav-footer ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Linktree front page */
body.linktree-body {
  --bio-bg: #f6ebdf;
  --bio-ink: #5d3f35;
  --bio-accent-red: #cf5831;
  --bio-accent-green: #6f8650;
  --bio-accent-yellow: #e6b33f;
  --bio-card: rgba(255, 247, 240, 0.88);
  --bio-shadow: rgba(92, 62, 43, 0.18);
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 9% 8%, rgba(230, 179, 63, 0.35), transparent 32%),
    radial-gradient(circle at 88% 86%, rgba(207, 88, 49, 0.16), transparent 30%),
    linear-gradient(155deg, #f7eee5 0%, var(--bio-bg) 45%, #f3e4d5 100%);
  color: var(--bio-ink);
  font-family: "Trebuchet MS", "Avenir Next", "Segoe UI", sans-serif;
  position: relative;
}

body.linktree-body::before,
body.linktree-body::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: 0;
  width: 280px;
  height: 280px;
  border: 14px solid var(--bio-accent-yellow);
  border-radius: 68% 32% 61% 39% / 42% 58% 44% 56%;
  opacity: 0.55;
}

body.linktree-body::before {
  top: -90px;
  right: -80px;
  transform: rotate(18deg);
}

body.linktree-body::after {
  bottom: -95px;
  left: -100px;
  transform: rotate(-24deg);
}

.linktree {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 26px 16px;
  position: relative;
  z-index: 1;
}

.linktree__card {
  width: min(560px, 100%);
  background: var(--bio-card);
  backdrop-filter: blur(2px);
  border: 2px solid rgba(93, 63, 53, 0.12);
  border-radius: 30px;
  box-shadow:
    0 24px 48px var(--bio-shadow),
    0 6px 0 rgba(93, 63, 53, 0.11);
  padding: 30px 20px 24px;
  position: relative;
}

.linktree__card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 22px;
  border: 2px dashed rgba(207, 88, 49, 0.25);
  pointer-events: none;
}

.linktree__brand {
  text-align: center;
  margin-bottom: 16px;
}

.linktree__media-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 10px;
}

.linktree :where(
  .linktree__title,
  .linktree__subtitle,
  .linktree__ig a,
  .linktree__youtube-kicker,
  .linktree__youtube-title,
  .linktree__link-label,
  .linktree__link-note,
  .linktree__link-badge,
  .linktree__hint,
  .linktree__footer-note,
  .linktree__affiliate-note,
  .linktree__legal-links a
) {
  text-wrap: balance;
}

.linktree__avatar {
  width: 96px;
  height: 96px;
  margin: 0;
  border-radius: 999px;
  padding: 4px;
  background: linear-gradient(155deg, var(--bio-accent-red), #ed9262);
  box-shadow: 0 8px 20px rgba(207, 88, 49, 0.25);
}

.linktree__avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: cover;
  display: block;
  background: #fff;
}

.linktree__logo .custom-logo {
  max-width: 88px;
  height: auto;
  border-radius: 999px;
}

.linktree__title {
  margin: 8px 0 6px;
  font-size: clamp(2rem, 8.5vw, 3rem);
  line-height: 0.96;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #e9653c;
  text-shadow:
    -1px -1px 0 #d95027,
    1px -1px 0 #d95027,
    -1px 1px 0 #d95027,
    1px 1px 0 #d95027,
    0 5px 0 rgba(233, 101, 60, 0.16);
}

.linktree__subtitle {
  margin: 0;
  color: var(--bio-ink);
  font-size: 1rem;
  max-width: 28ch;
  margin-inline: auto;
}

.linktree__ig {
  margin: 0;
  font-size: 0.93rem;
}

.linktree__ig a {
  color: var(--bio-accent-green);
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  border-bottom: 2px solid rgba(111, 134, 80, 0.3);
}

.linktree__ig a:hover,
.linktree__ig a:focus-visible {
  border-bottom-color: var(--bio-accent-green);
}

.linktree__ig-row {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.linktree__socials {
  margin: 0;
}

.linktree__social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 240px;
}

.linktree__social-link {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--bio-ink);
  background: #fff8f0;
  border: 2px solid #d9b79c;
  transition: none;
}

.linktree__social-link svg {
  width: 16px;
  height: 16px;
  display: block;
}

.linktree__social-link:hover,
.linktree__social-link:focus-visible {
  background: #fff;
  border-color: var(--bio-accent-red);
  transform: translateY(-2px) rotate(-2deg);
  box-shadow: 0 8px 18px rgba(207, 88, 49, 0.22);
}

.linktree__youtube {
  margin: 4px 0 14px;
}

.linktree__youtube-card {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 8px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(148deg, #e46a43, #c84e28);
  border: 2px solid #b84322;
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 12px 26px rgba(207, 88, 49, 0.25);
  transform: none;
  position: relative;
}

.linktree__youtube-card .linktree__youtube-kicker,
.linktree__youtube-card .linktree__youtube-title {
  color: #fff;
}

.linktree__youtube-card:hover,
.linktree__youtube-card:focus-visible {
  transform: translateY(-2px) rotate(0deg);
  box-shadow: 0 14px 30px rgba(207, 88, 49, 0.32);
  color: #fff;
  text-decoration: none;
}

.linktree__youtube-thumb-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: rgba(255, 255, 255, 0.18);
  width: 100%;
}

.linktree__youtube-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.linktree__youtube-kicker {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(93, 63, 53, 0.72);
  border-radius: 999px;
  padding: 3px 9px;
  z-index: 2;
}

.linktree__youtube-kicker--no-thumb {
  position: absolute;
  top: 8px;
  right: 8px;
}

.linktree__youtube-title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
}

.linktree__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 11px;
}

.linktree__link-main {
  display: grid;
  justify-items: center;
  gap: 3px;
  text-align: center;
  text-decoration: none;
  color: var(--bio-ink);
  background: #fffaf4;
  border: 2px solid #d8b89d;
  border-radius: 18px;
  padding: 26px 18px 14px;
  transition: none;
  position: relative;
}

.linktree__item:nth-child(odd) .linktree__link-main {
  transform: none;
}

.linktree__item:nth-child(even) .linktree__link-main {
  transform: none;
}

.linktree__item.is-featured .linktree__link-main {
  background: linear-gradient(145deg, #ec734e, #d95a30);
  border-color: #c84e28;
  color: #fff;
}

.linktree__link-label {
  display: block;
  font-weight: 700;
  font-size: 1.02rem;
}

.linktree__affiliate-logo {
  width: min(180px, 72%);
  max-height: 56px;
  height: auto;
  position: static;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  border: 0;
  background: transparent;
  border-radius: 0;
  pointer-events: none;
}

.linktree__item.is-affiliate .linktree__link-label {
  font-size: 1.14rem;
  line-height: 1.2;
}

.linktree__link-note {
  display: block;
  font-size: 0.84rem;
  opacity: 0.8;
  margin-top: 6px;
}

.linktree__link-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 2px 9px;
  border-radius: 999px;
  background: rgba(93, 63, 53, 0.14);
  transition: none;
}

.linktree__item.is-featured .linktree__link-badge {
  background: rgba(255, 255, 255, 0.24);
}

.linktree__link-main:hover,
.linktree__link-main:focus-visible {
  background: #ffffff;
  border-color: var(--bio-accent-red);
  box-shadow: 0 10px 24px rgba(207, 88, 49, 0.22);
  transform: translateY(-2px) rotate(0deg);
  color: inherit;
  text-decoration: none;
}

.linktree__item.is-featured .linktree__link-main:hover,
.linktree__item.is-featured .linktree__link-main:focus-visible {
  background: linear-gradient(145deg, #f07d57, #d65b34);
  box-shadow: 0 12px 24px rgba(207, 88, 49, 0.3);
  color: #fff;
  text-decoration: none;
}

.linktree__hint {
  margin: 0;
  text-align: center;
  color: #7d6658;
}

.linktree__footer-note {
  margin: 16px 0 0;
  font-size: 0.84rem;
  text-align: center;
  color: #6e5b4d;
}

.linktree__affiliate-note {
  margin: 10px 0 0;
  font-size: 0.78rem;
  text-align: center;
  color: #7c6658;
}

.linktree__legal {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed rgba(93, 63, 53, 0.26);
}

.linktree__legal-links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  margin: 0;
  padding: 0;
}

.linktree__legal-links a {
  color: #6f8650;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
}

.linktree__legal-links a:hover,
.linktree__legal-links a:focus-visible {
  color: #4f6337;
  text-decoration: underline wavy;
}

@media (hover: hover) and (pointer: fine) {
  .linktree__social-link {
    transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  }

  .linktree__youtube-card {
    transform: rotate(-0.35deg);
    transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease;
  }

  .linktree__link-main {
    transition:
      transform 180ms ease,
      box-shadow 180ms ease,
      background 180ms ease,
      border-color 180ms ease,
      color 180ms ease;
  }

  .linktree__item:nth-child(odd) .linktree__link-main {
    transform: rotate(-0.55deg);
  }

  .linktree__item:nth-child(even) .linktree__link-main {
    transform: rotate(0.55deg);
  }

  .linktree__link-badge {
    transition: transform 180ms ease, background 180ms ease;
  }

  .linktree__link-main:hover .linktree__link-badge,
  .linktree__link-main:focus-visible .linktree__link-badge {
    transform: translateY(-1px) scale(1.04);
  }

  .linktree__item.is-featured .linktree__link-main:hover .linktree__link-badge,
  .linktree__item.is-featured .linktree__link-main:focus-visible .linktree__link-badge {
    transform: translateY(-1px) scale(1.06);
  }
}

@media (min-width: 768px) {
  .linktree {
    padding: 40px 24px;
  }

  .linktree__card {
    padding: 38px 30px 26px;
  }

  .linktree__affiliate-logo {
    max-height: 64px;
  }
}

/* Legal pages */
body.legal-page-body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 10% 7%, rgba(230, 179, 63, 0.28), transparent 30%),
    radial-gradient(circle at 88% 90%, rgba(207, 88, 49, 0.14), transparent 34%),
    linear-gradient(155deg, #f7eee5 0%, #f6ebdf 50%, #f3e4d5 100%);
  color: #5d3f35;
  font-family: "Trebuchet MS", "Avenir Next", "Segoe UI", sans-serif;
}

.legal-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px 14px;
}

.legal-page__card {
  width: min(760px, 100%);
  background: rgba(255, 247, 240, 0.9);
  border: 2px solid rgba(93, 63, 53, 0.12);
  border-radius: 28px;
  box-shadow:
    0 24px 48px rgba(92, 62, 43, 0.16),
    0 6px 0 rgba(93, 63, 53, 0.1);
  padding: 26px 18px 20px;
  position: relative;
}

.legal-page__card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 22px;
  border: 2px dashed rgba(207, 88, 49, 0.25);
  pointer-events: none;
}

.legal-page__back {
  display: inline-block;
  text-decoration: none;
  color: #5d3f35;
  border: 2px solid #d8b89d;
  background: #fffaf4;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
  margin-bottom: 24px;
}

.legal-page__back:hover,
.legal-page__back:focus-visible {
  border-color: #cf5831;
  text-decoration: none;
}

.legal-page__title {
  margin: 0 0 14px;
  font-size: clamp(1.7rem, 5vw, 2.4rem);
  line-height: 1;
  text-transform: uppercase;
  color: #cf5831;
}

.legal-page__content {
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.legal-page__content h2,
.legal-page__content h3 {
  color: #6f8650;
  margin-top: 1.3em;
}

.legal-page__content a {
  color: #cf5831;
  text-decoration-thickness: 2px;
  overflow-wrap: anywhere;
  word-break: break-all;
}

@media (min-width: 768px) {
  .legal-page__card {
    padding: 34px 28px 24px;
  }
}
/*# sourceMappingURL=style.css.map */
