:root {
  --put-plum: #5c253f;
  --put-plum-dark: #482031;
  --put-ink: #233452;
  --put-paper: #f4f4f2;
  --put-muted: #657084;
  --put-line: #e3ddd8;
  --put-red: #e9414b;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--put-paper);
  color: var(--put-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.62;
}
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; }
.put-wrap {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}
.put-topbar,
.put-nav,
.put-footer {
  background: var(--put-plum);
  color: #fff;
}
.put-topbar-inner {
  min-height: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 700;
}
.put-utility,
.put-contact {
  display: flex;
  gap: 26px;
  align-items: center;
  flex-wrap: wrap;
}
.put-logo-strip {
  height: 62px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.put-logo {
  color: var(--put-red);
  font-size: 16px;
}
.put-menu {
  min-height: 59px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.put-menu > li {
  position: relative;
}
.put-menu > li > a {
  min-height: 59px;
  display: flex;
  align-items: center;
  padding: 0 17px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.put-menu > li:hover > a,
.put-menu > li:focus-within > a {
  background: var(--put-plum-dark);
  text-decoration: none;
}
.put-submenu {
  display: none;
  position: absolute;
  z-index: 8;
  top: 100%;
  left: 0;
  min-width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  color: var(--put-ink);
  box-shadow: 0 18px 34px rgba(0,0,0,.16);
}
.put-menu > li:hover .put-submenu,
.put-menu > li:focus-within .put-submenu { display: block; }
.put-submenu a {
  display: block;
  padding: 11px 16px;
  border-bottom: 1px solid #ece7e3;
  font-weight: 700;
}
.put-hero {
  min-height: 720px;
  background:
    linear-gradient(rgba(24, 30, 40, .16), rgba(24, 30, 40, .44)),
    url("/wp-content/uploads/2022/06/juni-2022-3.jpg") center center / cover no-repeat,
    linear-gradient(135deg, #cededf, #272a33);
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  padding: 80px 24px;
}
.put-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(42px, 6vw, 70px);
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 2px 2px rgba(0,0,0,.34);
}
.put-hero p {
  margin: 0 0 28px;
  font-size: 20px;
  text-shadow: 0 1px 1px rgba(0,0,0,.32);
}
.put-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 34px;
  background: var(--put-plum);
  color: #fff;
  border: 2px solid #482031;
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
}
.put-section { padding: 58px 0; }
.put-intro {
  max-width: 820px;
  text-align: center;
  margin: 0 auto 34px;
}
.put-intro h2,
.put-page-title h1,
.put-article-header h1 {
  letter-spacing: 0;
  line-height: 1.2;
}
.put-intro h2 { margin: 0 0 10px; font-size: 31px; }
.put-intro h2 { color: #e9414b; }
.put-page-title {
  background: #fff;
  border-bottom: 1px solid var(--put-line);
  padding: 42px 0 36px;
}
.put-page-title h1 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
}
.put-service-grid,
.put-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 30px;
}
.put-service,
.put-card,
.put-category-card,
.put-content-panel,
.put-sidebar,
.put-toc {
  background: #fff;
  border: 1px solid var(--put-line);
  border-radius: 4px;
}
.put-service {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 26px;
  min-height: 150px;
}
.put-service strong,
.put-card h3,
.put-category-card h2 {
  color: var(--put-plum);
}
.put-service span,
.put-card p,
.put-category-card p {
  color: var(--put-muted);
}
.put-content-panel {
  padding: clamp(24px, 4vw, 42px);
}
.put-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
}
.put-prose h2,
.put-prose h3 {
  color: var(--put-plum);
  letter-spacing: 0;
  line-height: 1.25;
  margin-top: 1.5rem;
}
.put-prose p { margin: 0 0 1rem; }
.put-figure {
  margin: 1.2rem 0;
}
.put-figure img {
  border-radius: 4px;
}
.put-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}
.put-list,
.put-sidebar ul,
.put-footer ul,
.put-breadcrumbs ol {
  padding-left: 1.2rem;
}
.put-table-wrap { overflow-x: auto; }
.put-prose table {
  width: 100%;
  table-layout: fixed;
}
.put-prose th,
.put-prose td {
  overflow-wrap: anywhere;
}
.put-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  margin-bottom: 16px;
}
.put-card img {
  width: 96px;
  height: 76px;
  object-fit: cover;
  border-radius: 3px;
}
.put-card h3 {
  margin: 0 0 6px;
  font-size: 20px;
  letter-spacing: 0;
}
.put-sidebar {
  padding: 22px;
}
.put-sidebar h2,
.put-footer h2,
.put-toc h2 {
  margin: 0 0 12px;
  font-size: 20px;
  letter-spacing: 0;
}
.put-sidebar li,
.put-footer li {
  margin-bottom: 8px;
}
.put-breadcrumbs ol {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 12px;
  list-style: none;
  padding: 0;
  color: var(--put-muted);
  font-size: 14px;
}
.put-breadcrumbs li + li::before {
  content: "/";
  margin-right: 8px;
}
.put-content-article {
  max-width: 920px;
}
.put-article-header {
  margin-bottom: 24px;
}
.put-lead {
  font-size: 19px;
  color: var(--put-muted);
}
.put-toc {
  padding: 20px;
  margin: 0 0 24px;
}
blockquote {
  border-left: 4px solid var(--put-plum);
  margin-left: 0;
  padding: 8px 0 8px 18px;
  color: var(--put-muted);
  background: #faf9f8;
}
.put-category-card {
  padding: 22px;
}
.put-category-intro {
  margin-bottom: 28px;
}
.put-category-card.horizontal {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
}
.put-category-card.minimal {
  background: transparent;
}
.put-footer {
  padding: 36px 0;
}
.put-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 28px;
}
.put-footer a { color: #fff; }
@media (max-width: 900px) {
  .put-wrap { width: min(100% - 30px, 1120px); }
  .put-topbar-inner,
  .put-utility,
  .put-contact {
    justify-content: center;
    text-align: center;
  }
  .put-topbar-inner { flex-direction: column; padding: 12px 0; }
  .put-menu { display: block; padding: 8px 0; }
  .put-menu > li > a { min-height: 42px; justify-content: center; }
  .put-submenu {
    position: static;
    width: 100%;
    box-shadow: none;
  }
  .put-hero { min-height: 560px; }
  .put-layout,
  .put-service-grid,
  .put-category-grid,
  .put-footer-grid,
  .put-category-card.horizontal {
    grid-template-columns: 1fr;
  }
}
