/*!
Theme Name: Shapezone
Theme URI: http://underscores.me/
Author: Shapezone
Author URI: http://underscores.me/
Description: A calm brutalist theme for Shapezone
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shapezone
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Shapezone is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* --- Shapezone Base --- */

:root{
  --sz-black:#000;
  --sz-bg:#fff;
  --sz-max:1100px;
}

html { -webkit-text-size-adjust: 100%; }

body{
  margin:0;
  background:var(--sz-bg);
  color:var(--sz-black);
}

a{
  color:inherit;
  text-decoration:underline;
  text-underline-offset: 3px;
}

a:hover{ text-decoration-thickness: 2px; }

.site-content{
  padding: 0;
}


/* --- Shapezone Article (V1 layout) --- */

.sz-article {
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 24px;
}

.sz-article-header {
  margin-bottom: 32px;
}

.sz-article-meta {
  margin: 0 0 12px 0;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.sz-article-title {
  margin: 0;
  font-size: 44px;
  line-height: 1.05;
}

.sz-article-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.sz-article-content {
  font-size: 16px;
  line-height: 1.7;
  max-width: 68ch;
}
/* --- Shapezone: Article reading rhythm (V1) --- */
.sz-article-content{
  max-width: 62ch;
  font-size: 16px;
  line-height: 1.9;
}

.sz-article-content p{
  margin: 0 0 18px 0;
}

.sz-article-content p:last-child{
  margin-bottom: 0;
}

.sz-article-content a{
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

.sz-article-content a:hover{
  border-bottom-width: 2px;
}

.sz-article-content h2{
  margin: 42px 0 14px 0;
  font-size: 22px;
  line-height: 1.2;
}

.sz-article-content h3{
  margin: 30px 0 12px 0;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sz-article-aside {
  border-top: 1px solid #000;
  padding-top: 24px;
}

.sz-article-aside h3 {
  margin: 0 0 10px 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.sz-article-aside p,
.sz-article-aside li {
  font-size: 14px;
  line-height: 1.6;
}
/* --- Aside list --- */
.sz-aside-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.sz-aside-list li{
  margin: 0 0 8px 0;
}

.sz-aside-list a{
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

.sz-aside-list a:hover{
  border-bottom-width: 2px;
}

/* --- Partner card --- */
.sz-partner-card{
  border: 1px solid #000;
  padding: 14px;
}

.sz-partner-label{
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}

.sz-partner-name{
  font-size: 16px;
  margin: 0 0 6px 0;
}

.sz-partner-note{
  font-size: 13px;
  margin: 0;
  line-height: 1.6;
}

/* --- Shapezone Aside (V1) --- */
.sz-article-aside{
  border-left: 1px solid #000;
  padding-left: 24px;
}

.sz-aside-block{
  margin: 0 0 26px 0;
  padding: 0;
}

.sz-aside-title{
  margin: 0 0 10px 0;
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.sz-aside-text{
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
/* --- Shapezone: Article footer / end (V1) --- */

.sz-rule--end{
  width: 100%;
  margin: 40px 0 18px 0;
  border-top: 1px solid #000;
}

.sz-article-footer{
  margin-top: 40px;
  grid-column: 1;
}

.sz-article-nav{
  display: grid;
  gap: 14px;
}

.sz-article-nav-item{
  display: block;
  text-decoration: none;
  border: 1px solid #000;
  padding: 14px;
  color: inherit;
}

.sz-article-nav-item:hover{
  border-width: 2px;
}

.sz-article-nav-kicker{
  display: block;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}

.sz-article-nav-title{
  display: block;
  font-size: 16px;
  line-height: 1.4;
}

/* --- Shapezone Magazine (V1) --- */

.sz-magazine-header{
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 24px 24px 24px;
}

.sz-magazine-kicker{
  margin: 0 0 8px 0;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sz-magazine-title{
  margin: 0;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.sz-rule--mag{
  margin-top: 18px;
  border-top: 2px solid #000;
  max-width: 120px;
}

.sz-magazine-list{
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 24px 90px 24px;
}

.sz-magazine-item{
  margin: 0;
}

.sz-magazine-link{
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 22px;
  text-decoration: none;
  color: inherit;
  padding: 18px 0;
}

.sz-magazine-num{
  font-size: 14px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.sz-magazine-item-title{
  margin: 0 0 6px 0;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.sz-magazine-item-excerpt{
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  max-width: 68ch;
  opacity: 0.85;
}

.sz-rule--item{
  border-top: 1px solid #000;
}

.sz-magazine-link:hover .sz-magazine-item-title{
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
/* --- Shapezone Magazine Archive (V1) --- */
.sz-mag-archive{
  padding: 72px 0 96px;
}

.sz-mag-header{
  margin: 0 0 56px 0;
}

.sz-mag-kicker{
  margin: 0 0 10px 0;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sz-mag-title{
  margin: 0 0 18px 0;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.sz-mag-list{
  display: grid;
  gap: 34px;
}

.sz-mag-item{
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  align-items: start;

  color: inherit;
  text-decoration: none;
}

.sz-mag-item:hover .sz-mag-item-title{
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sz-mag-num{
  display: block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sz-mag-body{
  max-width: 62ch;
}

.sz-mag-item-title{
  margin: 0 0 12px 0;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.015em;
  text-transform: none;
}

.sz-mag-excerpt{
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
}


/* Desktop grid: 8/4-ish */
@media (min-width: 960px) {
  .sz-article-layout {
    grid-template-columns: 2fr 1fr;
    align-items: start;
    gap: 56px;
  }

  .sz-article-aside {
    border-top: 0;
    padding-top: 0;
    border-left: 1px solid #000;
    padding-left: 24px;
  }
}

/* --- Shapezone: article rule --- */
.sz-rule {
  margin-top: 28px;
  margin-bottom: 8px;
  border-top: 2px solid #000;
  max-width: 80px;
}
/* --- Shapezone Base Wrap --- */
.sz-wrap{
  width: min(1100px, calc(100% - 96px));
  margin: 0 auto;
}

/* --- Shapezone Magazine links --- */
.sz-mag-item,
.sz-mag-item:visited{
  color: #000;
}
/* Magazine: afstand mellem discipline og titel */
.sz-mag-discipline{
  margin: 0 0 14px;
}
.sz-discipline{
  max-width: 980px;
  margin: 0 auto;
  padding: 90px 24px;
}

.sz-discipline-hero{
  margin-bottom: 40px;
}

.sz-discipline-title{
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
}

.sz-discipline-lead{
  max-width: 62ch;
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.7;
}
.sz-discipline-articles{
  margin-top: 60px;
}
/* Discipline – artikel-liste fix */
.sz-discipline-articles .sz-mag-item{
  max-width: 640px;
}

.sz-discipline-articles .sz-mag-excerpt{
  max-width: 62ch;
  line-height: 1.6;
  margin-top: 8px;
}
/* --- Discipline: tving magazine-kort til simpel stack-layout --- */
.sz-discipline-articles .sz-mag-item{
  display: block !important;
  width: 100% !important;
  max-width: 980px;
}

.sz-discipline-articles .sz-mag-meta,
.sz-discipline-articles .sz-mag-title,
.sz-discipline-articles .sz-mag-excerpt{
  display: block !important;
  width: 100% !important;
  max-width: 62ch;
  margin-left: 0 !important;
}

.sz-discipline-articles .sz-mag-excerpt{
  line-height: 1.7;
  margin-top: 10px;
}
.sz-discipline-related{
  margin-top: 70px;
  padding-top: 30px;
  border-top: 1px solid #000;
}

.sz-related-list{
  margin-top: 10px;
}

.sz-related-link{
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 10px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.sz-related-link:hover{
  border-bottom-color: #000;
}

.sz-related-link:visited{
  color:#000;
}
/* ========== Shapezone: Start her (discipline) ========== */
.sz-start-here {
  margin: 28px 0 18px;
}

.sz-start-here__inner {
  max-width: 620px;
  margin: 0;         /* ikke auto */
}


.sz-start-here__header {
  margin-bottom: 14px;
}

.sz-start-here__title {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.2;
}

.sz-start-here__intro {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.85;
}

.sz-start-here__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  margin: 14px 0 14px;
}

/* 2 kolonner */
@media (min-width: 720px) {
  .sz-start-here__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 3 kolonner */
@media (min-width: 1024px) {
  .sz-start-here__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Kort */
.sz-start-here__card {
  cursor: pointer;
}

.sz-start-here__kicker {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 8px;
}

.sz-start-here__cardtitle {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
}

.sz-start-here__text {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.9;
}

.sz-start-here__link {
  display: inline-block;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Piller */
.sz-start-here__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 6px;
}

.sz-start-here__navlabel {
  font-size: 13px;
  opacity: 0.75;
  margin-right: 2px;
}

.sz-start-here__pill {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid rgba(0,0,0,0.14);
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
}
.sz-start-here__pill:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sz-start-here__intro {
  max-width: 500px;
}
.sz-mag-meta{
  display:flex;
  align-items:baseline;
  gap:0;
}

.sz-mag-category,
.sz-mag-discipline{
  margin:0;
  display:inline;
}

.sz-mag-dot{
  margin:0 8px;
}
.sz-mag-category-link{
  text-decoration:none;
  color:inherit;
}

.sz-mag-category-link:hover .sz-mag-category{
  text-decoration:underline;
}
/* Magazine meta-links: ingen lilla visited, ingen underline */
.sz-mag-meta a,
.sz-mag-meta a:visited {
  color: inherit;
  text-decoration: none;
}

/* Fjern evt underline hvis noget andet rammer p-tag */
.sz-mag-meta .sz-mag-category,
.sz-mag-meta .sz-mag-discipline {
  text-decoration: none;
}

/* Rolig hover: en anelse lysere (uden at ændre størrelse) */
.sz-mag-meta a:hover,
.sz-mag-meta a:focus-visible {
  text-decoration: none;
  opacity: 0.72; /* justér gerne: 0.65-0.85 */
}

/* Hvis I har en gammel regel der giver underline på hover, så slår vi den ihjel */
.sz-mag-category-link:hover .sz-mag-category,
.sz-mag-discipline-link:hover .sz-mag-discipline {
  text-decoration: none;
}
/* Fjern AL underline fra discipline-link i magazine */
.sz-mag-discipline-link,
.sz-mag-discipline-link:hover,
.sz-mag-discipline-link:visited,
.sz-mag-discipline-link:focus,
.sz-mag-discipline-link:active {
  text-decoration: none !important;
}

/* Sørg for at p-tagget inde i linket heller ikke får underline */
.sz-mag-discipline-link .sz-mag-discipline,
.sz-mag-discipline-link:hover .sz-mag-discipline,
.sz-mag-discipline-link:visited .sz-mag-discipline {
  text-decoration: none !important;
}
/* KILL SWITCH: fjern AL “underline-agtig” styling på discipline-link */
.sz-mag-discipline-link,
.sz-mag-discipline-link:hover,
.sz-mag-discipline-link:visited,
.sz-mag-discipline-link:focus,
.sz-mag-discipline-link:active,
.sz-mag-discipline-link *,
.sz-mag-discipline-link *:hover,
.sz-mag-discipline-link *:visited,
.sz-mag-discipline-link *:focus,
.sz-mag-discipline-link *:active {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
  background: none !important;
}
/* Hvis underline laves via pseudo-element (fx ::after) */
.sz-mag-discipline-link::before,
.sz-mag-discipline-link::after,
.sz-mag-discipline-link .sz-mag-discipline::before,
.sz-mag-discipline-link .sz-mag-discipline::after {
  content: none !important;
  display: none !important;
}
/* Sluk evt fokus-/outline-markering der kan ligne en streg */
.sz-mag-discipline-link,
.sz-mag-discipline-link:focus,
.sz-mag-discipline-link:focus-visible,
.sz-mag-discipline-link:active {
  outline: none !important;
}
/* Endelig hammer: fjern alt der kan tegne en streg på tekst */
.sz-mag-discipline-link,
.sz-mag-discipline-link *,
.sz-mag-discipline-link:hover,
.sz-mag-discipline-link *:hover {
  text-decoration-line: none !important;
  text-decoration-style: solid !important;
  text-decoration-color: transparent !important;
}
/* MAGAZINE: hård reset af al underline/linje-styling på links (kun i listen) */
.sz-mag-list a,
.sz-mag-list a:visited,
.sz-mag-list a:hover,
.sz-mag-list a:focus,
.sz-mag-list a:focus-visible,
.sz-mag-list a:active,
.sz-mag-list a *,
.sz-mag-list a *:hover,
.sz-mag-list a *:visited,
.sz-mag-list a *:focus,
.sz-mag-list a *:focus-visible,
.sz-mag-list a *:active {
  text-decoration: none !important;
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background: none !important;
  background-image: none !important;
  -webkit-text-decoration: none !important;
  text-decoration-line: none !important;
}

/* Hvis stregen faktisk ligger på meta-linjen/wrapperen (ikke teksten) */
.sz-mag-list .sz-mag-meta,
.sz-mag-list .sz-mag-meta:hover {
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background: none !important;
  background-image: none !important;
}
/* Fjerner den sidste streg: den kommer fra selve <p class="sz-mag-discipline"> */
.sz-mag-list p.sz-mag-discipline,
.sz-mag-list p.sz-mag-discipline:hover,
.sz-mag-list p.sz-mag-discipline:visited,
.sz-mag-list p.sz-mag-discipline:active,
.sz-mag-list p.sz-mag-discipline:focus {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
  background: none !important;
}
/* Lidt mere “editorial” hover uden at ændre størrelse */
.sz-mag-list .sz-mag-category-link:hover,
.sz-mag-list .sz-mag-discipline-link:hover {
  opacity: 0.75;
}
/* Underline kommer fra hover på wrapperen (rød) -> slå det fra */
.sz-mag-list .sz-mag-meta:hover p.sz-mag-discipline,
.sz-mag-list .sz-mag-meta:hover p.sz-mag-category,
.sz-mag-list .sz-mag-meta:hover .sz-mag-discipline,
.sz-mag-list .sz-mag-meta:hover .sz-mag-category {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
  background: none !important;
}
/* Kun selve link-teksten skal være klikbar/hoverbar */
.sz-mag-meta{
  pointer-events: none;
}

.sz-mag-meta a{
  pointer-events: auto;
}

/* Sørg for at links ikke bliver blokke med stor klik-zone */
.sz-mag-category-link,
.sz-mag-discipline-link{
  display: inline;
}

/* P-tagget må ikke skabe ekstra klik/højde */
.sz-mag-category,
.sz-mag-discipline{
  display: inline;
  margin: 0;
}
/* 1) Discipline-link må IKKE være “stor” */
.sz-mag-discipline-link{
  display: inline-block !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* 2) Teksten inde i discipline-link må ikke have default <p>-margin */
.sz-mag-discipline-link .sz-mag-discipline{
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit !important;
}

/* 3) Flyt luft/afstand ud på meta-linjen (ikke inde i linket) */
.sz-mag-meta{
  margin-bottom: 10px; /* justér hvis du vil have mere/mindre luft */
}
body.tax-practice_category .sz-mag-item {
  grid-template-columns: 1fr;
  column-gap: 0;
}

body.tax-practice_category .sz-mag-body {
  max-width: 720px;
}

body.tax-practice_category .sz-mag-item-title,
body.tax-practice_category .sz-mag-excerpt {
  max-width: 720px;
}
body.tax-practice_category .sz-mag-item {
  margin-bottom: 32px;
}
.sz-practice-header {
  max-width: 760px;
}

.sz-practice-tagline {
  margin: 8px 0 22px;
  font-size: 1rem;
  line-height: 1.5;
  font-style: italic;
}

.sz-practice-intro p {
  margin: 0 0 18px;
}

.sz-practice-disciplines {
  margin: 0 0 44px;
}

.sz-practice-section-title {
  margin: 0 0 14px;
  font-size: 1rem;
  font-weight: 600;
}

.sz-practice-disciplines-intro {
  max-width: 760px;
  margin: 0 0 22px;
}

.sz-discipline-index {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sz-discipline-index-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 10px;
}

.sz-discipline-index-link {
  font-weight: 500;
  text-decoration: none;
}

.sz-discipline-index-link:hover {
  text-decoration: underline;
}

.sz-discipline-index-description {
  display: block;
  line-height: 1.55;
}

@media (max-width: 768px) {
  .sz-discipline-index-row {
    grid-template-columns: 1fr;
    gap: 4px;
    margin-bottom: 12px;
  }
}
.sz-discipline-index-link,
.sz-discipline-index-link:visited {
  color: #111;
}

.sz-discipline-index-link {
  font-weight: 500;
  text-decoration: none;
}

.sz-discipline-index-link:hover {
  color: #444;
  text-decoration: none;
}

.sz-practice-disciplines {
  margin-top: 36px;
}
.sz-mag-list {
  margin-top: 34px;
}

.sz-discipline-header {
  max-width: 760px;
}

.sz-discipline-intro p {
  margin: 0 0 18px;
}

.sz-discipline-archive .sz-mag-list {
  margin-top: 34px;
}

.sz-discipline-archive .sz-mag-category-link,
.sz-discipline-archive .sz-mag-category-link:visited {
  color: #111;
  text-decoration: none;
}

.sz-discipline-archive .sz-mag-category-link:hover {
  color: #555;
  text-decoration: none;
}

/* ==========================
   Shapezone – Praksisprofiler på discipline-side
   ========================== */

.sz-section-header {
  margin-bottom: 24px;
}

.sz-section-intro {
  margin: 8px 0 0;
  max-width: 720px;
  line-height: 1.6;
  opacity: 0.8;
}

.sz-provider-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.sz-provider-card {
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 18px;
}

.sz-provider-card__main {
  display: block;
  color: inherit;
  text-decoration: none;
}

.sz-provider-card__image {
  margin-bottom: 14px;
  overflow: hidden;
}

.sz-provider-card__image img {
  display: block;
  width: 100%;
  height: auto;
}

.sz-provider-card__meta {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sz-provider-card__title {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.15;
}

.sz-provider-card__text {
  margin: 0;
  line-height: 1.7;
  opacity: 0.85;
}

.sz-provider-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.sz-provider-card__button {
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid rgba(0,0,0,0.12);
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  line-height: 1;
}

.sz-provider-card__button:hover {
  opacity: 0.75;
}

@media (max-width: 980px) {
  .sz-provider-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .sz-provider-list {
    grid-template-columns: 1fr;
  }
}

/* =====================================
   Shapezone – Providers (refined)
   ===================================== */

.sz-provider-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

/* Kortet */

.sz-provider-card {
  padding-top: 28px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

/* Klik-område */

.sz-provider-card__main {
  display: block;
  color: inherit;
  text-decoration: none;
  max-width: 720px;
}

/* Meta (type · by · format) */

.sz-provider-card__meta {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.5;
}

/* Titel */

.sz-provider-card__title {
  margin: 0 0 14px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.01em;
}

/* Hover (meget subtil) */

.sz-provider-card__main:hover .sz-provider-card__title {
  opacity: 0.7;
}

/* Intro */

.sz-provider-card__text {
  margin: 0;
  max-width: 52ch;
  font-size: 17px;
  line-height: 1.7;
  opacity: 0.85;
}

/* Knapper */

.sz-provider-card__actions {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

/* Knap stil – mere diskret */

.sz-provider-card__button {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid rgba(0,0,0,0.12);
  text-decoration: none;
  color: inherit;
  font-size: 13px;
  line-height: 1;
  background: transparent;
}

/* Hover */

.sz-provider-card__button:hover {
  background: rgba(0,0,0,0.04);
}

/* Mobil */

@media (max-width: 640px) {

  .sz-provider-card__title {
    font-size: 28px;
  }

  .sz-provider-card__text {
    font-size: 16px;
  }

}

/* Single provider */

.sz-provider-single {
  padding: 56px 0 90px;
}

.sz-provider-single__wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.sz-provider-single__header {
  max-width: 760px;
  margin-bottom: 32px;
}

.sz-provider-single__meta {
  margin: 0 0 16px;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.6;
}

.sz-provider-single__title {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  max-width: 14ch;
}

.sz-provider-single__lead {
  max-width: 680px;
  margin-top: 1.4rem;
  margin-bottom: 36px;
  font-size: 20px;
  line-height: 1.65;
}

.sz-provider-single__lead p {
  margin: 0;
}

.sz-provider-single__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sz-provider-single__button {
  display: inline-block;
  padding: 12px 16px;
  border: 1px solid rgba(0,0,0,0.14);
  text-decoration: none;
  color: inherit;
}

.sz-provider-single__button--primary {
  background: #111;
  color: #fff;
  border-color: #111;
}

.sz-provider-single__image {
  margin: 0 0 36px;
}

.sz-provider-single__image img {
  display: block;
  width: 100%;
  height: auto;
}

.sz-provider-single__details {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  gap: 48px;
  margin-top: 36px;
}

.sz-provider-single__content {
  max-width: 760px;
  line-height: 1.8;
}

.sz-provider-single__content > *:first-child {
  margin-top: 0;
}

.sz-provider-panel {
  padding-top: 16px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.sz-provider-panel__title {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.55;
  margin-top: 0;
  margin-bottom: 0.4rem;
}

.sz-provider-panel p {
  margin: 0;
  line-height: 1.6;
}

.sz-provider-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sz-provider-tag {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid rgba(0,0,0,0.12);
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  line-height: 1;
}

.sz-provider-tag:hover {
  opacity: 0.7;
}

@media (max-width: 980px) {
  .sz-provider-list {
    grid-template-columns: 1fr;
  }

  .sz-provider-single__details {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 640px) {
  .sz-provider-single {
    padding: 40px 0 72px;
  }

  .sz-provider-single__lead {
    font-size: 18px;
  }
}

.sz-provider-card__title {
  color: #1a1a1a;
}

.sz-provider-card__main:hover {
  opacity: 0.85;
}

.sz-richtext {
  max-width: 65ch;
  font-size: 1.05rem;
  line-height: 1.85;
}

.sz-richtext p {
  margin: 0;
}

.sz-richtext p + p {
  margin-top: 1.2rem;
}

/* =========================
   SHAPEZONE HEADER
========================= */

.sz-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	padding: 28px 0 0;
	background: #f5f3ee;
}

.sz-site-header__inner {
	width: min(1360px, calc(100% - 48px));
	margin: 0 auto;
}

.sz-site-header__top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	padding-bottom: 18px;
}

.sz-site-header__brand {
	display: inline-block;
	font-size: 2rem;
	line-height: 0.95;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	color: #111;
}

.sz-site-header__brand sup {
	font-size: 0.42em;
	top: -0.9em;
	position: relative;
}

.sz-site-header__nav {
	margin-left: auto;
}

.sz-site-header__menu {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sz-site-header__menu li {
	margin: 0;
	padding: 0;
}

.sz-site-header__menu a {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-decoration: none;
	color: #111;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s ease, opacity 0.2s ease;
}

.sz-site-header__menu a:hover,
.sz-site-header__menu .current-menu-item > a,
.sz-site-header__menu .current_page_item > a,
.sz-site-header__menu .current_page_parent > a,
.sz-site-header__menu .current-menu-ancestor > a,
.sz-site-header__menu .current_page_ancestor > a {
	border-bottom-color: rgba(17, 17, 17, 0.45);
}

.sz-site-header__line {
	height: 1px;
	background: rgba(0, 0, 0, 0.22);
}

/* lidt mere luft under header på sider */
.site-main,
.sz-page,
.sz-provider-single,
.sz-discipline,
main {
	padding-top: 40px;
}

@media (max-width: 900px) {
	.sz-site-header__top {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}

	.sz-site-header__nav {
		margin-left: 0;
	}

	.sz-site-header__menu {
		gap: 16px 20px;
	}

	.sz-site-header__brand {
		font-size: 1.7rem;
	}
}

html {
	overflow-y: scroll;
}

/* =========================
   SHAPEZONE FOOTER
========================= */

.sz-footer-manifest {
	margin-top: 96px;
	background: #2d2d2d;
	color: #f3efe8;
}

.sz-footer-manifest__inner {
	width: min(1360px, calc(100% - 48px));
	margin: 0 auto;
	padding: 64px 0 68px;
	text-align: center;
}

.sz-footer-manifest__text {
	margin: 0;
	font-size: clamp(1.75rem, 2.8vw, 2.9rem);
	line-height: 1.2;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.01em;
}

.sz-footer-manifest__link {
	display: inline-block;
	margin-top: 24px;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	color: #f3efe8;
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(243, 239, 232, 0.32);
}

.sz-site-footer {
	background: #f5f3ee;
	color: #111;
}

.sz-site-footer__inner {
	width: min(1360px, calc(100% - 48px));
	margin: 0 auto;
	padding: 34px 0 56px;
}

.sz-site-footer__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	padding-top: 8px;
}

.sz-site-footer__brandwrap {
	max-width: 360px;
}

.sz-site-footer__brand {
	display: inline-block;
	font-size: 2rem;
	line-height: 0.95;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	color: #111;
}

.sz-site-footer__brand sup {
	font-size: 0.42em;
	top: -0.9em;
	position: relative;
}

.sz-site-footer__tagline {
	margin: 14px 0 0;
	font-size: 1.15rem;
	line-height: 1.5;
	font-style: italic;
	color: rgba(17, 17, 17, 0.82);
}

.sz-site-footer__menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 22px 40px;
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
}

.sz-site-footer__menu li {
	margin: 0;
	padding: 0;
}

.sz-site-footer__menu a {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
	color: #111;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(17, 17, 17, 0.28);
}

@media (max-width: 900px) {
	.sz-footer-manifest {
		margin-top: 72px;
	}

	.sz-footer-manifest__inner {
		padding: 52px 0 56px;
	}

	.sz-site-footer__top {
		flex-direction: column;
		gap: 28px;
	}

	.sz-site-footer__menu {
		justify-content: flex-start;
		padding-top: 0;
	}
}

body {
	background: #f5f3ee;
	color: #111;
}

/* =========================================================
   FIND PRAKSIS
========================================================= */

.sz-discovery-page {
	background: #f6f3ee;
	color: #111;
}

.sz-wrap {
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto;
}

.sz-discovery-hero {
	padding: 72px 0 40px;
}

.sz-discovery-eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	opacity: 0.65;
}

.sz-discovery-hero h1 {
	margin: 0;
	font-size: clamp(2.2rem, 4.6vw, 4rem);
	line-height: 0.92;
	letter-spacing: -0.05em;
	max-width: 9ch;
}


.sz-discovery-intro {
	margin: 18px 0 0;
	max-width: 640px;
	font-size: 1.05rem;
	line-height: 1.7;
	color: rgba(17,17,17,0.78);
}

.sz-discovery-form {
	margin-top: 36px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	align-items: end;
}

.sz-discovery-field label {
	display: block;
	margin-bottom: 8px;
	font-size: 0.9rem;
}

.sz-discovery-field select {
	width: 100%;
	height: 52px;
	padding: 0 14px;
	border: 1px solid rgba(17,17,17,0.14);
	border-radius: 14px;
	background: #fff;
	font-size: 0.98rem;
}

.sz-discovery-actions {
	display: flex;
	gap: 12px;
	align-items: center;
}

.sz-discovery-actions button {
	height: 52px;
	padding: 0 20px;
	border: 0;
	border-radius: 14px;
	background: #111;
	color: #fff;
	font-size: 0.96rem;
	cursor: pointer;
}

.sz-discovery-reset {
	font-size: 0.95rem;
	color: rgba(17,17,17,0.68);
	text-decoration: none;
}

.sz-discovery-results {
	padding: 0 0 80px;
}

.sz-discovery-results-head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 20px;
	margin-bottom: 28px;
	padding-top: 12px;
	border-top: 1px solid rgba(17,17,17,0.08);
}

.sz-discovery-results-head h2 {
	margin: 0;
	font-size: 1.5rem;
	letter-spacing: -0.03em;
}

.sz-discovery-results-head p {
	margin: 0;
	color: rgba(17,17,17,0.62);
}

.sz-discovery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.sz-discovery-card {
	background: #fff;
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid rgba(17,17,17,0.08);
}

.sz-discovery-card-link {
	display: block;
	color: inherit;
	text-decoration: none;
	height: 100%;
}

.sz-discovery-card-media {
	aspect-ratio: 4 / 3;
	background: #eae4db;
	overflow: hidden;
}

.sz-discovery-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.sz-discovery-card-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #e7e0d6 0%, #ddd4c7 100%);
}

.sz-discovery-card-body {
	padding: 18px 18px 20px;
}

.sz-discovery-card-type {
	margin: 0 0 8px;
	font-size: 0.76rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(17,17,17,0.55);
}

.sz-discovery-card h3 {
	margin: 0;
	font-size: 1.28rem;
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.sz-discovery-card-city {
	margin: 10px 0 0;
	font-size: 0.95rem;
	color: rgba(17,17,17,0.68);
}

.sz-discovery-card-excerpt {
	margin: 14px 0 0;
	font-size: 0.98rem;
	line-height: 1.65;
	color: rgba(17,17,17,0.78);
}

.sz-discovery-card-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.sz-discovery-card-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border-radius: 999px;
	background: #f3efe9;
	font-size: 0.82rem;
	color: rgba(17,17,17,0.76);
}

.sz-discovery-empty {
	padding: 36px 0 10px;
}

.sz-discovery-empty h3 {
	margin: 0 0 8px;
	font-size: 1.25rem;
}

.sz-discovery-empty p {
	margin: 0;
	color: rgba(17,17,17,0.7);
}

@media (max-width: 980px) {
	.sz-discovery-form {
		grid-template-columns: 1fr 1fr;
	}

	.sz-discovery-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 680px) {
	.sz-wrap {
		width: min(100% - 32px, 1200px);
	}

	.sz-discovery-hero {
		padding: 48px 0 26px;
	}

	.sz-discovery-form {
		grid-template-columns: 1fr;
	}

	.sz-discovery-actions {
		flex-wrap: wrap;
	}

	.sz-discovery-results-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.sz-discovery-grid {
		grid-template-columns: 1fr;
	}
}


.sz-discovery-quicklinks-label {
	font-size: 0.9rem;
	color: rgba(17,17,17,0.58);
	margin-right: 4px;
}

.sz-discovery-quicklinks a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 14px;
	border-radius: 999px;
	background: #ebe5dc;
	color: #111;
	text-decoration: none;
	font-size: 0.92rem;
	transition: background 0.2s ease, transform 0.2s ease;
}

.sz-discovery-quicklinks a:hover {
	background: #e2dbd0;
	transform: translateY(-1px);
}

/* =========================================================
   FIND PRAKSIS – SHORTCUTS (NY)
========================================================= */

.sz-discovery-shortcuts {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.sz-discovery-shortcut-group {
	padding: 18px;
	background: rgba(255,255,255,0.58);
	border: 1px solid rgba(17,17,17,0.08);
	border-radius: 18px;
}

.sz-discovery-shortcut-title {
	margin: 0 0 12px;
	font-size: 0.8rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(17,17,17,0.55);
}

.sz-discovery-shortcut-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.sz-discovery-shortcut-links a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 12px;
	border-radius: 999px;
	background: #ebe5dc;
	color: #111;
	text-decoration: none;
	font-size: 0.92rem;
	transition: background 0.2s ease, transform 0.2s ease;
}

.sz-discovery-shortcut-links a:hover {
	background: #e2dbd0;
	transform: translateY(-1px);
}

/* RESPONSIVE */
@media (max-width: 980px) {
	.sz-discovery-shortcuts {
		grid-template-columns: 1fr;
	}
}

/* =========================================================
   FIND PRAKSIS – RESULTATGRID EFTER ANTAL
========================================================= */

.sz-discovery-grid.is-single {
	grid-template-columns: minmax(0, 420px);
}

.sz-discovery-grid.is-dual {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 920px;
}

.sz-discovery-grid.is-single .sz-discovery-card {
	border-radius: 24px;
}

.sz-discovery-grid.is-single .sz-discovery-card-media {
	aspect-ratio: 4 / 3;
}

.sz-discovery-grid.is-single .sz-discovery-card-body {
	padding: 22px 22px 24px;
}

.sz-discovery-grid.is-single .sz-discovery-card h3 {
	font-size: 1.5rem;
	line-height: 1.02;
}

.sz-discovery-grid.is-single .sz-discovery-card-excerpt {
	font-size: 1rem;
	line-height: 1.7;
}

.sz-discovery-grid.is-dual .sz-discovery-card h3 {
	font-size: 1.38rem;
}

@media (max-width: 680px) {
	.sz-discovery-grid.is-single,
	.sz-discovery-grid.is-dual {
		grid-template-columns: 1fr;
		max-width: none;
	}
}

/* =========================================================
   SINGLE RESULT – CENTERED FEATURE
========================================================= */

.sz-discovery-grid.is-single {
	grid-template-columns: 1fr;
	justify-items: center;
}

.sz-discovery-grid.is-single .sz-discovery-card {
	width: min(520px, 100%);
}

.sz-discovery-grid.is-single .sz-discovery-card-media {
	aspect-ratio: 4 / 3;
}

.sz-discovery-grid.is-single .sz-discovery-card-body {
	padding: 24px 24px 26px;
}

.sz-discovery-grid.is-single .sz-discovery-card h3 {
	font-size: 1.6rem;
	line-height: 1.02;
	letter-spacing: -0.03em;
}

.sz-discovery-grid.is-single .sz-discovery-card-city {
	font-size: 1rem;
}

.sz-discovery-grid.is-single .sz-discovery-card-excerpt {
	font-size: 1rem;
	line-height: 1.7;
}

/* =========================================================
   SINGLE RESULT – FEATURE FEEL
========================================================= */

.sz-discovery-grid.is-single {
	margin-top: 24px;
}

.sz-discovery-grid.is-single .sz-discovery-card {
	background: #fff;
	border: 1px solid rgba(17,17,17,0.06);
	box-shadow: 0 18px 36px rgba(0,0,0,0.04);
	transition: transform 0.28s ease, box-shadow 0.28s ease;
	transform-origin: center;
}

/* =========================================================
   SINGLE RESULT – CARD + MEDIA
========================================================= */

.sz-discovery-card-media {
	overflow: hidden;
}

.sz-discovery-card-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #e7e0d6 0%, #d9d0c2 100%);
}

.sz-discovery-card-media img {
	width: 100%;
	height: 100%;
	transition: transform 0.6s ease;
	transform-origin: center;
}

.sz-discovery-grid.is-single .sz-discovery-card {
	box-shadow: 0 18px 36px rgba(0,0,0,0.04);
	transition: box-shadow 0.3s ease;
}

.sz-discovery-grid.is-single .sz-discovery-card:hover {
	box-shadow: 0 26px 60px rgba(0,0,0,0.06);
}

.sz-discovery-card-link {
	color: inherit;
	text-decoration: none;
	display: block;
}

.sz-discovery-card-link:hover {
	color: inherit;
}

.sz-discovery-card h3 {
	color: #4b3558;
	transition: color 0.2s ease;
}

.sz-discovery-card:hover h3 {
	color: #4b3558;
}

.sz-discovery-card-link:hover .sz-discovery-card-media img {
	transform: scale(1.04);
}

.sz-mag-item {
  display: grid;
  grid-template-columns: 0 520px;
  column-gap: 0;
  align-items: start;
}

.sz-mag-thumb {
  grid-column: 2;
}

.sz-mag-body {
  grid-column: 2;
  max-width: 520px;
  margin-top: 8px;
}

.sz-mag-item {
  margin-bottom: 80px;
}

@media (max-width: 768px) {

  .sz-mag-item {
    grid-template-columns: 1fr;
  }

  .sz-mag-thumb,
  .sz-mag-body {
    grid-column: 1;
    max-width: 100%;
  }

  .sz-mag-body {
    margin-top: 16px;
  }

}

/* --- Magazine: divider mellem artikler --- */

.sz-mag-item{
  border-top: none;
  padding-top: 0;
  margin-top: 0;

  border-bottom: 1px solid rgba(0,0,0,0.12);
  padding-bottom: 56px;
  margin-bottom: 44px;
}

.sz-mag-item:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* --- Magazine top layout (featured + fokus) --- */

@media (min-width: 1000px){

  .sz-mag-top{
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 80px;
    align-items: start;
    margin-bottom: 80px;
  }

}

/* --- Magazine: featured artikel må fylde sin kolonne --- */

.sz-mag-featured .sz-mag-item,
.sz-mag-featured .sz-mag-thumb,
.sz-mag-featured .sz-mag-body{
  width: 100%;
  max-width: none;
}

.sz-mag-featured .sz-mag-thumb img{
  width: 100%;
  display: block;
}

/* --- Magazine: featured artikel bredere --- */

.sz-mag-featured .sz-mag-item{
  display: block;
  width: 100%;
  max-width: none;
}

.sz-mag-featured .sz-mag-thumb,
.sz-mag-featured .sz-mag-body{
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.sz-mag-featured .sz-mag-thumb img{
  width: 100%;
  height: auto;
  display: block;
}

.sz-mag-featured .sz-mag-body{
  margin-top: 24px;
}

/* --- Magazine: divider efter featured top --- */

.sz-mag-top{
  border-bottom: 1px solid rgba(0,0,0,0.12);
  padding-bottom: 56px;
  margin-bottom: 56px;
}

/* --- Magazine: fokusfelt editorial ramme --- */

.sz-mag-focus{
  border-top: 1px solid rgba(0,0,0,0.18);
  padding-top: 24px;
  max-width: 320px;
}

/* --- Magazine: fokus typografi --- */

.sz-mag-focus-kicker{
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.58);
  margin-bottom: 18px;
}

.sz-mag-focus-title{
  font-size: 2rem;
  line-height: 1.05;
  margin-bottom: 20px;
}

.sz-mag-focus-text{
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(0,0,0,0.78);
  margin-bottom: 28px;
  max-width: 28ch;
}

.sz-mag-focus-link{
  font-size: 0.95rem;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* --- Magazine: artikler under toppen i 2 kolonner --- */

@media (min-width: 1000px){

  .sz-mag-list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 80px;
    row-gap: 72px;
  }

  .sz-mag-list .sz-mag-item{
    margin-bottom: 0;
  }

}

/* --- Magazine: section divider --- */

.sz-mag-section-divider{
  margin: 0 0 56px;
  padding-top: 42px;
  border-top: none;
}

.sz-mag-section-divider span{
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.55);
}