:root {
  --purple: oklch(43% 0.19 324);
  --purple-deep: oklch(31% 0.13 319);
  --purple-soft: oklch(93% 0.035 322);
  --yellow: oklch(89% 0.19 94);
  --yellow-deep: oklch(73% 0.17 83);
  --blue: oklch(57% 0.2 251);
  --blue-deep: oklch(39% 0.15 254);
  --berry: oklch(57% 0.21 8);
  --red: oklch(56% 0.23 28);
  --navy: oklch(39% 0.13 255);
  --lime: oklch(79% 0.16 127);
  --paper: oklch(98% 0.008 320);
  --ink: oklch(25% 0.035 318);
  --muted: oklch(42% 0.025 318);
  --line: oklch(86% 0.025 319);
  --shadow: 0 7px 0 oklch(28% 0.08 318 / 0.35);
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  font-size: 1rem;
  line-height: 1.58;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.02;
  text-wrap: balance;
}

h1 {
  margin-bottom: 0.4rem;
  font-size: clamp(2.7rem, 14vw, 5.8rem);
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 9vw, 4rem);
  letter-spacing: -0.04em;
}

h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.35rem, 6vw, 2.15rem);
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  transform: translateY(-160%);
  padding: 0.8rem 1rem;
  color: var(--paper);
  background: var(--purple-deep);
  font-weight: 800;
}

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

.site-header {
  padding: 0.9rem;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.site-header__inner {
  display: grid;
  gap: 0.8rem;
  max-width: 74rem;
  margin: 0 auto;
}

.brand {
  display: block;
  width: min(100%, 21rem);
  margin: 0 auto;
}

.brand img {
  width: 100%;
  height: auto;
}

.header-actions {
  display: grid;
  gap: 0.65rem;
}

.action {
  display: flex;
  min-height: 3.65rem;
  padding: 0.85rem 1rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  border: 2px solid var(--purple-deep);
  border-radius: 0.65rem;
  box-shadow: var(--shadow);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.action:hover {
  transform: translateY(-2px);
}

.action:active {
  transform: translateY(4px);
  box-shadow: 0 2px 0 oklch(28% 0.08 318 / 0.35);
}

.action:focus-visible,
.resource-link:focus-visible {
  outline: 4px solid var(--blue);
  outline-offset: 4px;
}

.action__arrow {
  flex: 0 0 auto;
  font-size: 1.5em;
  line-height: 1;
}

.action--yellow {
  color: var(--purple-deep);
  background: var(--yellow);
}

.action--purple {
  color: var(--paper);
  background: var(--purple);
  border-color: var(--paper);
}

.action--paper {
  color: var(--purple-deep);
  background: var(--paper);
}

.hero-photo {
  width: 100%;
  max-height: 41rem;
  aspect-ratio: 1 / 1.02;
  object-fit: cover;
  object-position: 50% 35%;
}

.hero-copy {
  position: relative;
  padding: clamp(2rem, 8vw, 4.5rem) 1.15rem;
  color: var(--paper);
  background: var(--purple-deep);
  overflow: hidden;
}

.hero-copy::after {
  content: "♪";
  position: absolute;
  right: -0.25rem;
  bottom: -3rem;
  color: var(--yellow);
  font-size: 10rem;
  line-height: 1;
  opacity: 0.13;
  transform: rotate(-12deg);
}

.hero-copy__inner {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin: 0 auto;
}

.identity {
  margin-bottom: 1.2rem;
  color: var(--yellow);
  font-size: clamp(1.2rem, 5.5vw, 2rem);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.bio {
  max-width: 63ch;
  margin-bottom: 1.7rem;
  font-size: clamp(1.05rem, 4.7vw, 1.25rem);
}

.section {
  padding: clamp(3.5rem, 11vw, 7rem) 1rem;
}

.section__inner {
  max-width: 70rem;
  margin: 0 auto;
}

.eyebrow {
  margin-bottom: 0.65rem;
  color: var(--berry);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.featured {
  background: var(--paper);
}

.featured__layout {
  display: grid;
  gap: 2rem;
}

.featured__art {
  width: 100%;
  border: 3px solid var(--yellow-deep);
  border-radius: 0.8rem;
  box-shadow: 0 13px 32px oklch(31% 0.08 318 / 0.18);
}

.featured__copy p {
  max-width: 55ch;
  color: var(--muted);
  font-size: 1.08rem;
}

.destinations {
  display: grid;
  gap: 0.85rem;
  max-width: 70rem;
  margin: 0 auto;
  padding: 1rem;
}

.resource-link {
  display: grid;
  min-height: 8rem;
  padding: 1.2rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.9rem;
  border: 3px solid currentColor;
  border-radius: 0.75rem;
  box-shadow: var(--shadow);
  text-decoration: none;
  transition: transform 160ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.resource-link:hover {
  transform: translateY(-2px);
}

.resource-link:active {
  transform: translateY(4px);
  box-shadow: 0 2px 0 oklch(28% 0.08 318 / 0.35);
}

.resource-link__icon {
  display: grid;
  width: 3.4rem;
  height: 3.4rem;
  place-items: center;
  border-radius: 50%;
  background: oklch(98% 0.008 320 / 0.9);
  font-size: 2rem;
  line-height: 1;
}

.resource-link__title {
  display: block;
  margin-bottom: 0.3rem;
  font-size: clamp(1.15rem, 5.2vw, 1.65rem);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.resource-link__description {
  display: block;
  font-size: 0.95rem;
  line-height: 1.35;
}

.resource-link__arrow {
  font-size: 2rem;
  font-weight: 900;
}

.resource-link--yellow {
  color: var(--purple-deep);
  background: var(--yellow);
}

.resource-link--blue {
  color: var(--paper);
  background: var(--blue);
}

.resource-link--berry {
  color: var(--paper);
  background: var(--berry);
}

.resource-link--youtube {
  color: var(--paper);
  background: var(--red);
}

.resource-link--facebook {
  color: var(--paper);
  background: var(--navy);
}

@media (max-width: 22.5rem) {
  .resource-link {
    position: relative;
    min-height: 0;
    padding: 1rem 3.5rem 1rem 1rem;
    grid-template-columns: 3rem minmax(0, 1fr);
  }

  .resource-link__icon {
    width: 3rem;
    height: 3rem;
    font-size: 1.7rem;
  }

  .resource-link__arrow {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }

  .resource-link:not(.resource-link--berry) .resource-link__description {
    display: none;
  }

  .resource-link--berry {
    grid-template-columns: 1fr;
  }
}

.portrait-pair {
  position: relative;
  width: 4.6rem;
  height: 4.2rem;
}

.portrait-pair img {
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  border: 3px solid var(--paper);
  border-radius: 50%;
  object-fit: cover;
}

.portrait-pair img:first-child {
  top: 0;
  left: 0;
  z-index: 1;
}

.portrait-pair img:last-child {
  right: 0;
  bottom: 0;
}

.social-section {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background: var(--purple-soft);
}

.social-section h2 {
  text-align: center;
}

.social-links {
  display: grid;
  gap: 0.9rem;
  max-width: 45rem;
  margin: 0 auto;
}

.site-footer {
  padding: 2.5rem 1rem;
  color: var(--paper);
  background: var(--purple-deep);
  text-align: center;
}

.site-footer a {
  display: inline-flex;
  min-height: 3rem;
  padding: 0.65rem 0.9rem;
  align-items: center;
  justify-content: center;
  color: var(--yellow);
  font-weight: 800;
  text-underline-offset: 0.2em;
}

.site-footer__links {
  display: flex;
  margin: 0.5rem auto 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 0.75rem;
}

/* Tent Time */
.tent-page {
  background: oklch(92% 0.025 320);
}

.tent-shell {
  width: min(calc(100% - 1rem), 72rem);
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 0 3rem oklch(30% 0.07 318 / 0.18);
}

@media (min-width: 48rem) {
  .tent-shell {
    width: min(80%, 72rem);
    margin: 2rem auto;
    border-radius: 1.5rem;
  }
}

.tent-hero {
  color: var(--paper);
  background: var(--purple-deep);
}

.tent-hero__people {
  display: grid;
  padding: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(0.75rem, 3vw, 1.25rem);
  color: var(--ink);
  background: var(--paper);
}

.tent-hero__people figure {
  margin: 0;
}

.tent-hero__people img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 4px solid var(--yellow);
  border-radius: 0.8rem;
  object-fit: cover;
}

.tent-hero__people figcaption {
  margin-top: 0.45rem;
  font-weight: 900;
  text-align: center;
}

.tent-hero__photo {
  width: 100%;
  max-height: 36rem;
  aspect-ratio: 1 / 0.9;
  object-fit: cover;
  object-position: 50% 32%;
}

.tent-hero__copy {
  padding: clamp(2rem, 8vw, 4.5rem) 1rem;
}

.tent-hero__copy > * {
  max-width: 44rem;
  margin-right: auto;
  margin-left: auto;
}

.tent-hero .eyebrow {
  color: var(--yellow);
}

.tent-hero__lead {
  margin-bottom: 0.9rem;
  font-size: clamp(1.3rem, 6vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
}

.tent-hero__credit {
  margin-bottom: 1.8rem;
  font-size: 1.05rem;
}

.origin-layout {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.credit-portraits {
  display: grid;
  width: min(100%, 38rem);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(0.8rem, 4vw, 1.5rem);
}

.credit-portraits figure {
  margin: 0;
}

.credit-portraits img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 4px solid var(--yellow);
  border-radius: 0.8rem;
  object-fit: cover;
}

.credit-portraits figcaption {
  margin-top: 0.45rem;
  font-weight: 900;
  text-align: center;
}

.people-section {
  padding-top: clamp(2.5rem, 8vw, 4.5rem);
  padding-bottom: clamp(2.5rem, 8vw, 4.5rem);
}

.origin-copy p,
.experience p {
  max-width: 68ch;
  font-size: 1.05rem;
}

.tent-explanation {
  background: var(--paper);
}

.tent-explanation__intro,
.tent-explanation > .section__inner > p:last-child {
  max-width: 68ch;
  font-size: 1.08rem;
}

.tent-explanation__impact {
  max-width: 50rem;
  margin: 2rem 0;
  color: var(--purple-deep);
  font-size: clamp(1.3rem, 5vw, 2rem);
  font-weight: 900;
  line-height: 1.2;
}

.tent-explanation h2 {
  max-width: 50rem;
}

.tent-story__children {
  background: var(--paper);
}

.tent-story__children p:not(.eyebrow),
.tent-story__downloads p:not(.eyebrow) {
  max-width: 68ch;
  font-size: 1.08rem;
}

.tent-story__pullquote {
  margin: clamp(1.8rem, 6vw, 3rem) 0 0;
  color: var(--purple);
  font-size: clamp(1.45rem, 5.5vw, 2.4rem) !important;
  font-weight: 900;
  line-height: 1.18;
}

.tent-story__downloads {
  color: var(--purple-deep);
  background: var(--yellow);
}

.tent-resources {
  display: grid;
  max-width: 58rem;
  margin: clamp(2rem, 7vw, 3.5rem) 0 0;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.tent-resources > div {
  display: grid;
  min-height: 5rem;
  padding: 0.85rem 1rem;
  align-content: center;
  border: 2px solid var(--purple-deep);
  border-radius: 0.75rem;
  background: var(--paper);
  text-align: center;
}

.tent-resources strong {
  font-size: 1.2rem;
  line-height: 1.1;
}

.tent-resources small {
  margin-top: 0.3rem;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.25;
}

.tent-mid-cta {
  width: min(100%, 42rem);
  margin: clamp(2rem, 7vw, 3.5rem) auto 0;
}

.tent-mid-testimonies {
  width: min(100%, 42rem);
  min-height: 5.25rem;
  margin: 0.85rem auto 0;
  color: var(--purple-deep);
  background: var(--paper);
  border-color: var(--purple-deep);
  text-transform: none;
}

@media (min-width: 48rem) {
  .tent-resources {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.included {
  color: var(--purple-deep);
  background: var(--yellow);
}

.included-list {
  display: grid;
  gap: 0.7rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.included-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 1.08rem;
  font-weight: 750;
}

.included-list li::before {
  content: "✓";
  flex: 0 0 auto;
  font-weight: 900;
}

.virkler-credit {
  color: var(--paper);
  background: var(--blue-deep);
}

.virkler-credit__layout {
  display: grid;
  gap: 1.5rem;
}

.virkler-credit__portrait {
  width: min(100%, 14rem);
  aspect-ratio: 2 / 3;
  margin: 0 auto;
  border: 4px solid var(--yellow);
  border-radius: 0.75rem;
  object-fit: cover;
}

.credit-links {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.credit-links .action {
  min-height: 5.25rem;
  color: var(--purple-deep);
  background: var(--paper);
  border-color: var(--yellow);
  box-shadow: 0 6px 0 oklch(21% 0.08 254 / 0.5);
  text-transform: none;
}

.resource-action > span:first-child {
  display: grid;
  gap: 0.25rem;
  text-align: left;
}

.resource-action strong {
  font-size: 1.05rem;
  line-height: 1.15;
}

.resource-action small {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
}

.download-note {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.bottom-cta {
  text-align: center;
  background: var(--purple-soft);
}

.bottom-cta .action {
  max-width: 42rem;
  margin: 1.4rem auto 0;
}

@media (min-width: 48rem) {
  .site-header {
    padding: 1.1rem 1.5rem;
  }

  .site-header__inner {
    grid-template-columns: minmax(16rem, 22rem) 1fr;
    align-items: center;
  }

  .brand {
    margin: 0;
  }

  .header-actions {
    grid-auto-flow: column;
    grid-auto-columns: minmax(11rem, max-content);
    justify-content: end;
  }

  .hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(28rem, 0.95fr);
    min-height: 42rem;
  }

  .hero-photo {
    height: 100%;
    max-height: none;
    aspect-ratio: auto;
  }

  .hero-copy {
    display: grid;
    align-items: center;
    padding-right: clamp(2rem, 6vw, 6rem);
    padding-left: clamp(2rem, 5vw, 5rem);
  }

  .featured__layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
    align-items: center;
  }

  .featured__art {
    order: 2;
  }

  .destinations {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.5rem;
  }

  .resource-link--berry {
    grid-column: 1 / -1;
  }

  .social-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tent-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(30rem, 1.1fr);
    min-height: 38rem;
  }

  .tent-hero__photo {
    height: 100%;
    max-height: none;
    aspect-ratio: auto;
  }

  .tent-hero__copy {
    display: grid;
    align-content: center;
  }

  .origin-layout {
    grid-template-columns: minmax(17rem, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(2rem, 6vw, 5rem);
  }

  .virkler-credit__layout {
    grid-template-columns: 15rem minmax(0, 1fr);
    align-items: start;
    gap: 2.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .action,
  .resource-link {
    transition: none;
  }
}
