/*
Theme Name: Irritabel Tarm Modern
Theme URI: https://irritabel-tarm.com/
Author: Irritabel Tarm
Description: Et lett, tilgjengelig og moderne blokktema for irritabel-tarm.com.
Version: 1.0.2
Requires at least: 6.7
Requires PHP: 8.1
Text Domain: irritabel-tarm-modern
*/

:root {
  --it-shadow: 0 18px 50px rgba(21, 74, 69, 0.10);
}

html {
  scroll-behavior: smooth;
}

body {
  text-wrap: pretty;
}

a {
  text-underline-offset: 0.18em;
}

.it-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(21, 74, 69, 0.10);
}

.admin-bar .it-site-header {
  top: 32px;
}

.it-brand a {
  text-decoration: none;
}

.it-hero {
  overflow: hidden;
}

.it-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 34rem;
  object-fit: cover;
  object-position: center;
}

.it-card {
  height: 100%;
  border: 1px solid rgba(21, 74, 69, 0.12);
  box-shadow: var(--it-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.it-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(21, 74, 69, 0.15);
}

.it-card a {
  text-decoration: none;
}

.it-kicker {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.it-content :where(p, li) {
  max-width: 72ch;
}

.it-content h2,
.it-content h3 {
  scroll-margin-top: 8rem;
}

.it-content img {
  border-radius: 1rem;
}

.it-note {
  border-left: 4px solid var(--wp--preset--color--terracotta);
}

.it-footer a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--wp--preset--color--terracotta);
  outline-offset: 3px;
}

@media (max-width: 782px) {
  .admin-bar .it-site-header {
    top: 46px;
  }

  .it-hero-image img {
    min-height: 22rem;
  }

  .it-hero .wp-block-columns {
    gap: 0;
  }
}

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

  .it-card {
    transition: none;
  }
}
