@charset "UTF-8";
/*!
Theme Name: Laissa.fi
Theme URI: http://underscores.me/
Author: Mikko Heikkilä @ Codemic Oy
Author URI: http://codemic.fi
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: laissa-fi
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.

Laissa.fi 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%;
}

/* Front page
--------------------------------------------- */
:root {
  --laissa-ink: #0e0e0c;
  --laissa-gold: #b8975a;
  --laissa-cream: #f4f1eb;
  --laissa-paper: #faf9f6;
  --laissa-muted: #3d3c3a;
  --laissa-border: rgba(14, 14, 12, 0.11);
  --laissa-border-soft: rgba(14, 14, 12, 0.06);
  --laissa-shell-border: rgba(184, 151, 90, 0.14);
  --laissa-shell-copy: rgba(250, 249, 246, 0.72);
  --laissa-shell-copy-soft: rgba(250, 249, 246, 0.42);
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  background: var(--laissa-paper);
  color: var(--laissa-ink);
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
}

.site {
  background: var(--laissa-paper);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background: rgba(14, 14, 12, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(184, 151, 90, 0.12);
}

.site-header__inner {
  display: grid;
  grid-template-columns: minmax(10rem, 1fr) auto minmax(10rem, 1fr);
  align-items: center;
  gap: 1.5rem;
  padding: 0 3.75rem;
  min-height: 4.5rem;
}

.site-header__branding {
  justify-self: start;
}

.site-header__brand,
.site-header__brand:visited,
.site-header__brand:hover,
.site-header__brand:focus-visible {
  color: var(--laissa-paper);
}

.site-header__brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.375rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: lowercase;
}

.site-header__brand-mark {
  color: var(--laissa-gold);
}

.site-header__navigation {
  width: auto;
  justify-self: center;
}

.site-header__navigation ul,
.site-header__menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header__navigation a,
.site-header__navigation a:visited {
  display: block;
  color: var(--laissa-paper);
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.site-header__navigation a:hover,
.site-header__navigation a:focus-visible {
  color: var(--laissa-paper);
}

.site-header__meta {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 1rem;
}

.site-header__cta,
.site-header__cta:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(184, 151, 90, 0.4);
  color: var(--laissa-gold);
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.site-header__cta:hover,
.site-header__cta:focus-visible {
  background: rgba(184, 151, 90, 0.1);
  color: var(--laissa-gold);
}

.site-header__languages {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header__languages li + li::before {
  content: "·";
  margin-right: 0.5rem;
  color: rgba(250, 249, 246, 0.24);
}

.site-header__language-link,
.site-header__language-link:visited {
  color: var(--laissa-paper);
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.site-header__language-link.is-current,
.site-header__language-link:hover,
.site-header__language-link:focus-visible {
  color: var(--laissa-paper);
}

.site-header__toggle {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--laissa-paper);
  cursor: pointer;
}

.site-header__toggle-icon {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 0.875rem;
}

.site-header__toggle-line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: center;
  transition: top 0.2s ease, opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.site-header__toggle-line:nth-child(1) {
  top: 0;
}

.site-header__toggle-line:nth-child(2) {
  top: 50%;
}

.site-header__toggle-line:nth-child(3) {
  top: 100%;
}

.front-page {
  background: var(--laissa-paper);
}

.front-page__section,
.site-footer {
  padding-right: 3.75rem;
  padding-left: 3.75rem;
}

.front-page__section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.front-page__section-title {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.front-page__section-title em {
  color: var(--laissa-gold);
  font-style: italic;
}

.front-page__eyebrow {
  margin: 0 0 1.25rem;
  color: var(--laissa-gold);
  font-size: 0.5625rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.front-page__body {
  margin: 0;
  color: #2a2928;
  font-size: 1rem;
  line-height: 1.85;
}

.front-page__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.75rem;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.front-page__button--primary {
  background: var(--laissa-gold);
  color: var(--laissa-ink);
}

.front-page__button--primary:visited {
  color: var(--laissa-ink);
}

.front-page__button--primary:hover,
.front-page__button--primary:focus-visible {
  background: #c7a367;
}

.front-page__button--ghost {
  padding-right: 0;
  padding-left: 0;
  border-bottom: 1px solid rgba(184, 151, 90, 0.3);
  color: rgba(250, 249, 246, 0.64);
}

.front-page__button--ghost:visited {
  color: rgba(250, 249, 246, 0.64);
}

.front-page__button--ghost:hover,
.front-page__button--ghost:focus-visible {
  color: var(--laissa-gold);
}

.front-page__button--outline {
  border: 1px solid rgba(184, 151, 90, 0.35);
  color: var(--laissa-gold);
}

.front-page__button--outline:visited {
  color: var(--laissa-gold);
}

.front-page__button--outline:hover,
.front-page__button--outline:focus-visible {
  background: rgba(184, 151, 90, 0.08);
}

.site-footer {
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  background: var(--laissa-ink);
  color: var(--laissa-paper);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3.75rem;
  padding-bottom: 3rem;
}

.site-footer__logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  line-height: 1;
}

.site-footer__logo-mark {
  color: var(--laissa-gold);
}

.site-footer__tagline {
  margin-top: 0.875rem;
  color: rgba(250, 249, 246, 0.38);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer__copy {
  margin: 1.25rem 0 0;
  color: rgba(250, 249, 246, 0.5);
  font-size: 0.8125rem;
  line-height: 1.82;
}

.site-footer__widget-area {
  margin-top: 1.25rem;
}

.site-footer__widget {
  margin: 0;
}

.site-footer__widget + .site-footer__widget {
  margin-top: 1.25rem;
}

.site-footer__widget p,
.site-footer__widget ul {
  margin: 0;
  color: rgba(250, 249, 246, 0.5);
  font-size: 0.8125rem;
  line-height: 1.82;
}

.site-footer__widget ul {
  padding: 0;
  list-style: none;
}

.site-footer__widget li + li {
  margin-top: 0.625rem;
}

.site-footer__widget a,
.site-footer__widget a:visited {
  color: var(--laissa-paper);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__widget a:hover,
.site-footer__widget a:focus-visible {
  color: var(--laissa-paper);
}

.site-footer__heading {
  margin: 0 0 1rem;
  color: var(--laissa-gold);
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__item + .site-footer__item {
  margin-top: 0.625rem;
}

.site-footer__link,
.site-footer__link:visited,
.site-footer__meta,
.site-footer__meta-link,
.site-footer__meta-link:visited {
  color: var(--laissa-paper);
  font-size: 0.8125rem;
  line-height: 1.5;
  text-decoration: none;
}

.site-footer__link:hover,
.site-footer__link:focus-visible,
.site-footer__meta-link:hover,
.site-footer__meta-link:focus-visible {
  color: var(--laissa-paper);
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(184, 151, 90, 0.12);
}

.site-footer__bottom .site-footer__meta {
  color: rgba(250, 249, 246, 0.3);
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
}

.site-footer__legal-menu {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__legal-menu a,
.site-footer__legal-menu a:visited {
  color: var(--laissa-paper);
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__legal-menu a:hover,
.site-footer__legal-menu a:focus-visible {
  color: var(--laissa-paper);
}

@media (max-width: 60em) {
  body.has-mobile-menu-open {
    overflow: hidden;
  }
  .site-header--menu-open {
    height: 100vh;
    height: 100dvh;
  }
  .site-header__inner {
    grid-template-columns: 1fr auto;
    gap: 1rem;
    min-height: 3.75rem;
    padding: 0 1.5rem;
  }
  .site-header__navigation {
    justify-self: end;
  }
  .site-header__toggle {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.875rem;
    height: 2.875rem;
    border: 1px solid rgba(250, 249, 246, 0.18);
    border-radius: 999px;
    background: rgba(250, 249, 246, 0.04);
    color: var(--laissa-paper);
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  }
  .site-header__toggle:hover,
  .site-header__toggle:focus-visible {
    border-color: rgba(184, 151, 90, 0.58);
    background: rgba(184, 151, 90, 0.12);
    color: var(--laissa-gold);
  }
  .site-header__navigation ul,
  .site-header__menu,
  .site-header__meta {
    display: none;
  }
  .site-header--menu-open::before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: var(--laissa-ink);
    backdrop-filter: blur(14px);
  }
  .site-header--menu-open .site-header__toggle {
    border-color: rgba(184, 151, 90, 0.64);
    color: var(--laissa-gold);
  }
  .site-header--menu-open .site-header__toggle-line:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  .site-header--menu-open .site-header__toggle-line:nth-child(2) {
    opacity: 0;
  }
  .site-header--menu-open .site-header__toggle-line:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  .site-header--menu-open .main-navigation.toggled .site-header__menu {
    position: fixed;
    top: 5.75rem;
    right: 1.5rem;
    bottom: 11.25rem;
    left: 1.5rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    overflow-y: auto;
  }
  .site-header--menu-open .main-navigation.toggled .site-header__menu li {
    width: 100%;
    border-bottom: 1px solid rgba(250, 249, 246, 0.1);
  }
  .site-header--menu-open .site-header__navigation a,
  .site-header--menu-open .site-header__navigation a:visited {
    color: var(--laissa-paper);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.75rem, 9vw, 2.875rem);
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: 0;
    text-transform: none;
    padding: 0.875rem 0;
  }
  .site-header--menu-open .site-header__navigation a:hover,
  .site-header--menu-open .site-header__navigation a:focus-visible {
    color: var(--laissa-paper);
  }
  .site-header--menu-open .site-header__meta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    width: 100%;
    padding: 1.25rem 1.5rem max(1.25rem, env(safe-area-inset-bottom));
    background: var(--laissa-ink);
    border-top: 1px solid rgba(184, 151, 90, 0.18);
  }
  .site-header--menu-open .site-header__cta {
    min-height: 3.125rem;
    padding: 0.875rem 1.125rem;
  }
  .site-header--menu-open .site-header__languages {
    display: flex;
    justify-content: center;
  }
  .front-page__section,
  .site-footer {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .front-page__section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .front-page__section-title {
    font-size: 2rem;
    line-height: 1.1;
  }
  .front-page__button {
    max-width: 100%;
    white-space: normal;
    text-align: center;
    overflow-wrap: anywhere;
  }
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
  .site-footer__bottom {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .site-footer__link,
  .site-footer__meta,
  .site-footer__meta-link {
    overflow-wrap: anywhere;
  }
}
@media (max-width: 37.5em) {
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
}
.front-page__hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  padding-top: 4.5rem;
  background: var(--laissa-ink);
}

.front-page__hero-copy,
.front-page__hero-quote-shell {
  padding: 5rem 3.75rem;
}

.front-page__hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.front-page__hero-title {
  margin: 0;
  color: var(--laissa-paper);
  font-size: clamp(3rem, 5.5vw, 4.75rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.front-page__hero-title em,
.front-page__hero-lead em {
  color: var(--laissa-gold);
}

.front-page__hero-lead {
  max-width: 31.25rem;
  margin: 1.75rem 0 0;
  color: var(--laissa-shell-copy);
  font-size: 1.0625rem;
  line-height: 1.82;
}

.front-page__hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.25rem;
}

.front-page__hero-quote-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(184, 151, 90, 0.15);
  overflow: hidden;
}

.front-page__quote-shell-mark {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  color: rgba(184, 151, 90, 0.06);
  font-family: "Cormorant Garamond", serif;
  font-size: 7.5rem;
  line-height: 1;
}

.front-page__quote-shell-card {
  display: grid;
  max-width: 32rem;
  padding-left: 1.25rem;
  border-left: 3px solid var(--laissa-gold);
}

.front-page__quote-shell-text,
.front-page__quote-shell-reserve {
  grid-area: 1/1;
  min-height: 7.5rem;
  color: rgba(250, 249, 246, 0.9);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-style: italic;
  line-height: 1.65;
}

.front-page__quote-shell-reserve {
  visibility: hidden;
  pointer-events: none;
}

.front-page__quote-shell-text p,
.front-page__quote-shell-reserve p {
  margin: 0;
}

.front-page__quote-shell-meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding-left: 1.4375rem;
}

.front-page__quote-shell-name,
.front-page__quote-shell-role {
  display: block;
  color: var(--laissa-paper);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
}

.front-page__quote-shell-name {
  color: var(--laissa-gold);
  text-transform: uppercase;
}

.front-page__quote-shell-role {
  color: rgba(250, 249, 246, 0.42);
}

.front-page__quote-shell-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.125rem;
  background: rgba(184, 151, 90, 0.24);
  transform: scaleX(0);
  transform-origin: left center;
}

@media (max-width: 60em) {
  .front-page__hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 3.75rem;
  }
  .front-page__hero-copy {
    padding: 5rem 1.5rem 3rem;
  }
  .front-page__hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .front-page__hero-quote-shell {
    padding: 3rem 1.5rem;
    border-top: 1px solid rgba(184, 151, 90, 0.15);
    border-left: 0;
  }
}
.front-page__ticker {
  overflow: hidden;
  padding: 0.875rem 0;
  background: var(--laissa-ink);
  border-top: 1px solid rgba(184, 151, 90, 0.1);
  border-bottom: 1px solid rgba(184, 151, 90, 0.1);
}

.front-page__ticker-track {
  display: flex;
  width: max-content;
  animation: laissa-ticker 28s linear infinite;
}

.front-page__ticker-item {
  position: relative;
  padding: 0 1.5rem;
  color: rgba(250, 249, 246, 0.4);
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.front-page__ticker-item::after {
  content: "·";
  margin-left: 1.5rem;
  color: rgba(184, 151, 90, 0.4);
}

@keyframes laissa-ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .front-page__ticker-track {
    animation: none;
  }
}
.front-page__section--about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  background: var(--laissa-cream);
}

.front-page__about-media {
  min-height: 34rem;
  overflow: hidden;
}

.front-page__about-image,
.front-page__about-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.front-page__about-placeholder {
  background: linear-gradient(140deg, rgba(184, 151, 90, 0.18), rgba(14, 14, 12, 0.14)), linear-gradient(180deg, #d9d1c3, #b8a48b);
}

.front-page__about-copy {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.front-page__about-copy .front-page__section-title {
  margin-bottom: 2.25rem;
}

.front-page__about-body p {
  margin: 0;
  color: var(--laissa-copy);
  font-size: 1rem;
  line-height: 1.85;
}

.front-page__about-body p + p {
  margin-top: 1.5rem;
}

@media (max-width: 60em) {
  .front-page__section--about {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .front-page__about-media {
    min-height: 0;
    height: 16.25rem;
  }
  .front-page__about-copy {
    padding-top: 3rem;
  }
}
.front-page__section--services {
  background: var(--laissa-paper);
}

.front-page__section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}

.front-page__section-intro {
  max-width: 16.25rem;
  margin: 0;
  color: var(--laissa-muted);
  font-size: 0.8125rem;
  line-height: 1.7;
  text-align: right;
}

.front-page__services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--laissa-border);
}

.front-page__service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  padding: 2.5rem 2rem;
  background: var(--laissa-paper);
  transition: background-color 0.25s ease;
}

.front-page__service-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.1875rem;
  background: var(--laissa-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.front-page__service-card:hover {
  background: #efebe2;
}

.front-page__service-card:hover::after {
  transform: scaleX(1);
}

.front-page__service-index {
  color: var(--laissa-gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
}

.front-page__service-title {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.45;
}

.front-page__service-body {
  margin: 0;
  color: #2a2928;
  font-size: 0.9375rem;
  line-height: 1.82;
}

@media (max-width: 60em) {
  .front-page__section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .front-page__section-intro {
    max-width: none;
    text-align: left;
  }
  .front-page__services-grid {
    grid-template-columns: 1fr;
  }
  .front-page__service-card {
    overflow: visible;
    padding: 1.75rem 1.25rem;
  }
}
.front-page__section--approach {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5rem;
  background: var(--laissa-cream);
}

.front-page__approach-intro .front-page__body {
  max-width: 19rem;
  margin-top: 1.5rem;
}

.front-page__approach-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  align-content: start;
  background: var(--laissa-border);
}

.front-page__approach-card {
  padding: 2.25rem 2rem;
  background: var(--laissa-cream);
}

.front-page__approach-label {
  margin-bottom: 0.75rem;
  color: var(--laissa-gold);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.front-page__approach-title {
  margin: 0 0 0.75rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
}

.front-page__approach-body {
  margin: 0;
  color: #2a2928;
  font-size: 0.9375rem;
  line-height: 1.82;
}

@media (max-width: 60em) {
  .front-page__section--approach {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .front-page__approach-intro .front-page__body {
    max-width: none;
  }
  .front-page__approach-grid {
    grid-template-columns: 1fr;
  }
}
.front-page__section--team {
  background: var(--laissa-paper);
}

.front-page__team-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
}

.front-page__team-card {
  display: flex;
  flex-direction: column;
  background: var(--laissa-paper);
}

.front-page__team-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.front-page__team-image,
.front-page__team-image-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.front-page__team-image-placeholder {
  background: radial-gradient(circle at top center, rgba(184, 151, 90, 0.16), transparent 42%), linear-gradient(180deg, rgba(14, 14, 12, 0.04), rgba(14, 14, 12, 0.16));
}

.front-page__team-card-shade {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(14, 14, 12, 0.4), transparent);
}

.front-page__team-card-copy {
  flex: 1;
  padding: 1rem 1rem 0.75rem;
}

.front-page__team-name {
  margin: 0 0 0.25rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.35;
}

.front-page__team-role {
  margin-bottom: 0.5rem;
  color: var(--laissa-gold);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.front-page__team-highlight {
  color: #2e2d2b;
  font-size: 0.8125rem;
  line-height: 1.65;
}

.front-page__team-highlight p {
  margin: 0;
}

.front-page__team-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 2.25rem;
  padding: 0.5625rem 1rem;
  border-top: 1px solid var(--laissa-border-soft);
}

.front-page__team-email {
  min-width: 0;
  color: var(--laissa-muted);
  font-size: 0.6875rem;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.front-page__team-email:hover,
.front-page__team-email:focus-visible {
  color: var(--laissa-gold);
}

.front-page__team-linkedin,
.front-page__team-linkedin:visited {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--laissa-gold);
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.front-page__team-linkedin:hover,
.front-page__team-linkedin:focus-visible {
  opacity: 1;
}

.front-page__team-linkedin svg {
  width: 0.625rem;
  height: 0.625rem;
  fill: currentColor;
}

.front-page__team-shell {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--laissa-border);
}

.front-page__team-shell-card {
  display: block;
  min-height: 19rem;
  background: radial-gradient(circle at top center, rgba(184, 151, 90, 0.16), transparent 45%), linear-gradient(180deg, rgba(14, 14, 12, 0.04), rgba(14, 14, 12, 0.12));
}

@media (max-width: 60em) {
  .front-page__team-grid,
  .front-page__team-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 37.5em) {
  .front-page__team-shell {
    grid-template-columns: 1fr;
  }
}
.front-page__section--cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  background: var(--laissa-paper);
}

.front-page__cta-content .front-page__body {
  margin-bottom: 2rem;
}

.front-page__cta-details {
  display: flex;
  gap: 1.25rem;
  margin-top: 2.25rem;
}

.front-page__cta-detail {
  min-width: 12rem;
}

.front-page__cta-detail-label {
  margin-bottom: 0.5rem;
  color: var(--laissa-muted);
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
}

.front-page__cta-detail-value,
.front-page__cta-detail-value a {
  color: var(--laissa-ink);
  font-size: 0.9375rem;
  text-decoration: none;
}

.front-page__cta-detail-value a:hover,
.front-page__cta-detail-value a:focus-visible {
  color: var(--laissa-gold);
}

@media (max-width: 60em) {
  .front-page__section--cta {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .front-page__cta-details {
    flex-direction: column;
    gap: 1rem;
  }
  .front-page__cta-detail {
    min-width: 0;
  }
  .front-page__cta-detail-value,
  .front-page__cta-detail-value a {
    overflow-wrap: anywhere;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.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;
}

.error-page {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 9rem 3.75rem 7rem;
  background: var(--laissa-paper);
}

.error-page__content {
  width: min(100%, 48rem);
  margin: 0 auto;
}

.error-page__eyebrow {
  margin: 0 0 1.25rem;
  color: var(--laissa-gold);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.error-page__title {
  margin: 0;
  font-size: clamp(3.5rem, 12vw, 7rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.error-page__description {
  max-width: 38rem;
  margin: 2rem 0 0;
  color: var(--laissa-muted);
  font-size: 1.125rem;
  line-height: 1.7;
}

.error-page__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-top: 2.5rem;
}

.error-page__button,
.error-page__button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.875rem 1.5rem;
  background: var(--laissa-gold);
  color: var(--laissa-ink);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.error-page__button:hover,
.error-page__button:focus-visible {
  background: var(--laissa-ink);
  color: var(--laissa-paper);
}

.error-page__link,
.error-page__link:visited {
  color: var(--laissa-ink);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.error-page__link:hover,
.error-page__link:focus-visible {
  color: var(--laissa-gold);
}

.default-page {
  padding: 8.5rem 3.75rem 7rem;
  background: var(--laissa-paper);
}

.default-page__article {
  max-width: 58rem;
  margin: 0 auto;
}

.default-page__header {
  max-width: 46rem;
  margin: 0 auto 2rem;
}

.default-page__title {
  margin: 0;
  font-size: 4rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.default-page__featured-image {
  max-width: 58rem;
  margin: 0 auto 3rem;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--laissa-cream);
}

.default-page__featured-image-element {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.default-page__content {
  max-width: 46rem;
  margin: 0 auto;
  color: #2a2928;
  font-size: 1.0625rem;
  line-height: 1.82;
  overflow-wrap: anywhere;
}

.default-page__content p {
  margin: 0 0 1.5rem;
}

.default-page__content > *:last-child {
  margin-bottom: 0;
}

.default-page__content h2,
.default-page__content h3,
.default-page__content h4 {
  margin: 3rem 0 1rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.default-page__content h2 {
  font-size: 2.5rem;
}

.default-page__content h3 {
  font-size: 2rem;
}

.default-page__content h4 {
  font-size: 1.5rem;
}

.default-page__content a,
.default-page__content a:visited {
  color: var(--laissa-gold);
}

.default-page__content a:hover,
.default-page__content a:focus {
  color: var(--laissa-ink);
}

.default-page__content a:focus-visible {
  outline: 2px solid var(--laissa-gold);
  outline-offset: 0.2rem;
}

.default-page__content ul,
.default-page__content ol {
  margin: 0 0 1.75rem;
  padding-left: 1.5rem;
}

.default-page__content li + li {
  margin-top: 0.5rem;
}

.default-page__content blockquote {
  margin: 2rem 0;
  padding: 0 0 0 1.5rem;
  border-left: 3px solid var(--laissa-gold);
  color: var(--laissa-muted);
}

.default-page__content img {
  max-width: 100%;
  height: auto;
}

.default-page__content .wp-caption,
.default-page__content figure {
  max-width: 100%;
  margin: 2rem 0;
}

.default-page__content figcaption,
.default-page__content .wp-caption-text {
  margin-top: 0.5rem;
  color: var(--laissa-muted);
  font-size: 0.8125rem;
  line-height: 1.5;
}

.default-page__content table {
  display: block;
  width: 100%;
  margin: 2rem 0;
  overflow-x: auto;
  border-collapse: collapse;
}

.default-page__content th,
.default-page__content td {
  padding: 0.875rem 1rem;
  border: 1px solid var(--laissa-border);
  text-align: left;
}

.default-page__content th {
  background: var(--laissa-cream);
  font-weight: 500;
}

.default-page__content hr {
  margin: 3rem 0;
  border: 0;
  border-top: 1px solid var(--laissa-border);
}

.default-page__content .wp-block-button__link,
.default-page__content .wp-block-button__link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.75rem;
  border-radius: 0;
  background: var(--laissa-gold);
  color: var(--laissa-ink);
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.default-page__page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2.5rem;
}

.default-page__page-links a,
.default-page__page-links a:visited,
.default-page__page-links .current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0.625rem 0.875rem;
  background: var(--laissa-gold);
  color: var(--laissa-ink);
  text-decoration: none;
}

.default-page__page-links a:hover,
.default-page__page-links a:focus {
  background: var(--laissa-ink);
  color: var(--laissa-paper);
}

.default-page__page-links a:focus-visible {
  outline: 2px solid var(--laissa-gold);
  outline-offset: 0.2rem;
}

.single-post-page {
  padding: 8.5rem 3.75rem 7rem;
  background: var(--laissa-paper);
}

.single-post-page__article {
  max-width: 58rem;
  margin: 0 auto;
}

.single-post-page__header {
  max-width: 46rem;
  margin: 0 auto 2rem;
}

.single-post-page__title {
  margin: 0;
  font-size: 4rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.single-post-page__meta {
  margin-bottom: 1rem;
  color: var(--laissa-muted);
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.single-post-page__meta a,
.single-post-page__meta a:visited {
  color: var(--laissa-gold);
  text-decoration: none;
}

.single-post-page__meta a:hover,
.single-post-page__meta a:focus {
  color: var(--laissa-ink);
}

.single-post-page__meta a:focus-visible {
  outline: 2px solid var(--laissa-gold);
  outline-offset: 0.2rem;
}

.single-post-page__featured-image {
  max-width: 58rem;
  margin: 0 auto 3rem;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--laissa-cream);
}

.single-post-page__featured-image-element {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-post-page__content {
  max-width: 46rem;
  margin: 0 auto;
  color: #2a2928;
  font-size: 1.0625rem;
  line-height: 1.82;
  overflow-wrap: anywhere;
}

.single-post-page__content p {
  margin: 0 0 1.5rem;
}

.single-post-page__content > *:last-child {
  margin-bottom: 0;
}

.single-post-page__content h2,
.single-post-page__content h3,
.single-post-page__content h4 {
  margin: 3rem 0 1rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.single-post-page__content h2 {
  font-size: 2.5rem;
}

.single-post-page__content h3 {
  font-size: 2rem;
}

.single-post-page__content h4 {
  font-size: 1.5rem;
}

.single-post-page__content a,
.single-post-page__content a:visited {
  color: var(--laissa-gold);
}

.single-post-page__content a:hover,
.single-post-page__content a:focus {
  color: var(--laissa-ink);
}

.single-post-page__content a:focus-visible {
  outline: 2px solid var(--laissa-gold);
  outline-offset: 0.2rem;
}

.single-post-page__content ul,
.single-post-page__content ol {
  margin: 0 0 1.75rem;
  padding-left: 1.5rem;
}

.single-post-page__content li + li {
  margin-top: 0.5rem;
}

.single-post-page__content blockquote {
  margin: 2rem 0;
  padding: 0 0 0 1.5rem;
  border-left: 3px solid var(--laissa-gold);
  color: var(--laissa-muted);
}

.single-post-page__content img {
  max-width: 100%;
  height: auto;
}

.single-post-page__content .wp-caption,
.single-post-page__content figure {
  max-width: 100%;
  margin: 2rem 0;
}

.single-post-page__content figcaption,
.single-post-page__content .wp-caption-text {
  margin-top: 0.5rem;
  color: var(--laissa-muted);
  font-size: 0.8125rem;
  line-height: 1.5;
}

.single-post-page__content table {
  display: block;
  width: 100%;
  margin: 2rem 0;
  overflow-x: auto;
  border-collapse: collapse;
}

.single-post-page__content th,
.single-post-page__content td {
  padding: 0.875rem 1rem;
  border: 1px solid var(--laissa-border);
  text-align: left;
}

.single-post-page__content th {
  background: var(--laissa-cream);
  font-weight: 500;
}

.single-post-page__content hr {
  margin: 3rem 0;
  border: 0;
  border-top: 1px solid var(--laissa-border);
}

.single-post-page__content .wp-block-button__link,
.single-post-page__content .wp-block-button__link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.75rem;
  border-radius: 0;
  background: var(--laissa-gold);
  color: var(--laissa-ink);
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.single-post-page__page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2.5rem;
}

.single-post-page__page-links a,
.single-post-page__page-links a:visited,
.single-post-page__page-links .current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0.625rem 0.875rem;
  background: var(--laissa-gold);
  color: var(--laissa-ink);
  text-decoration: none;
}

.single-post-page__page-links a:hover,
.single-post-page__page-links a:focus {
  background: var(--laissa-ink);
  color: var(--laissa-paper);
}

.single-post-page__page-links a:focus-visible {
  outline: 2px solid var(--laissa-gold);
  outline-offset: 0.2rem;
}

.single-post-page__navigation {
  max-width: 46rem;
  margin: 3.5rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid var(--laissa-border);
}

.single-post-page__navigation .nav-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.single-post-page__navigation .nav-next {
  text-align: right;
}

.single-post-page__navigation a,
.single-post-page__navigation a:visited {
  display: block;
  color: var(--laissa-gold);
  font-size: 0.875rem;
  line-height: 1.5;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.single-post-page__navigation a:hover,
.single-post-page__navigation a:focus {
  color: var(--laissa-ink);
}

.single-post-page__navigation a:focus-visible {
  outline: 2px solid var(--laissa-gold);
  outline-offset: 0.2rem;
}

.blog-archive {
  padding: 8.5rem 3.75rem 7rem;
  background: var(--laissa-paper);
}

.blog-archive__header {
  max-width: 58rem;
  margin: 0 auto 3rem;
}

.blog-archive__title {
  margin: 0;
  font-size: 4rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.blog-archive__description {
  max-width: 46rem;
  margin-top: 1rem;
  color: var(--laissa-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.blog-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 72rem;
  margin: 0 auto;
}

.site-main .posts-navigation {
  max-width: 72rem;
  margin: 3rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid var(--laissa-border-soft);
}

.posts-navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.posts-navigation .nav-previous,
.posts-navigation .nav-next {
  flex: 0 1 auto;
}

.posts-navigation .nav-next {
  margin-left: auto;
  text-align: right;
}

.posts-navigation a,
.posts-navigation a:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.875rem 1.25rem;
  border: 1px solid rgba(184, 151, 90, 0.34);
  color: var(--laissa-gold);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.posts-navigation a:hover,
.posts-navigation a:focus-visible {
  background: var(--laissa-gold);
  border-color: var(--laissa-gold);
  color: var(--laissa-ink);
}

.posts-navigation a:focus-visible {
  outline: 2px solid var(--laissa-gold);
  outline-offset: 0.2rem;
}

.post-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--laissa-border-soft);
  background: var(--laissa-paper);
}

.post-card__media {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--laissa-cream);
}

.post-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.post-card__media:hover .post-card__image,
.post-card__media:focus-visible .post-card__image {
  transform: scale(1.02);
}

.post-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 1.25rem;
}

.post-card__meta {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--laissa-gold);
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.post-card__title {
  margin: 0 0 0.875rem;
  font-size: 1.625rem;
  line-height: 1.14;
  letter-spacing: 0;
}

.post-card__title-link,
.post-card__title-link:visited {
  color: var(--laissa-ink);
  text-decoration: none;
  overflow-wrap: anywhere;
}

.post-card__title-link:hover,
.post-card__title-link:focus {
  color: var(--laissa-gold);
}

.post-card__title-link:focus-visible,
.post-card__read-link:focus-visible {
  outline: 2px solid var(--laissa-gold);
  outline-offset: 0.2rem;
}

.post-card__excerpt {
  flex: 1;
  margin: 0 0 1.5rem;
  color: #2a2928;
  font-size: 0.9375rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.post-card__excerpt p {
  margin: 0;
}

.post-card__read-link,
.post-card__read-link:visited {
  align-self: flex-start;
  color: var(--laissa-gold);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.post-card__read-link:hover,
.post-card__read-link:focus {
  color: var(--laissa-ink);
}

@media (max-width: 60em) {
  .error-page {
    min-height: 80vh;
    padding: 6rem 1.5rem 4rem;
  }
  .error-page__description {
    font-size: 1rem;
    line-height: 1.7;
  }
  .error-page__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .error-page__button,
  .error-page__link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .default-page {
    padding: 6rem 1.5rem 4rem;
  }
  .default-page__title {
    font-size: 2.75rem;
    line-height: 1.1;
  }
  .default-page__featured-image {
    margin-bottom: 2rem;
  }
  .default-page__content {
    font-size: 1rem;
    line-height: 1.78;
  }
  .default-page__content h2 {
    font-size: 2rem;
  }
  .default-page__content h3 {
    font-size: 1.625rem;
  }
  .default-page__content h4 {
    font-size: 1.25rem;
  }
  .default-page__content .wp-block-button__link {
    width: 100%;
    justify-content: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .single-post-page {
    padding: 6rem 1.5rem 4rem;
  }
  .single-post-page__title {
    font-size: 2.75rem;
    line-height: 1.1;
  }
  .single-post-page__featured-image {
    margin-bottom: 2rem;
  }
  .single-post-page__content {
    font-size: 1rem;
    line-height: 1.78;
  }
  .single-post-page__content h2 {
    font-size: 2rem;
  }
  .single-post-page__content h3 {
    font-size: 1.625rem;
  }
  .single-post-page__content h4 {
    font-size: 1.25rem;
  }
  .single-post-page__content .wp-block-button__link {
    width: 100%;
    justify-content: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .single-post-page__navigation .nav-links {
    grid-template-columns: 1fr;
  }
  .single-post-page__navigation .nav-next {
    text-align: left;
  }
  .blog-archive {
    padding: 6rem 1.5rem 4rem;
  }
  .blog-archive__title {
    font-size: 2.75rem;
  }
  .blog-archive__grid {
    grid-template-columns: 1fr;
  }
  .site-main .posts-navigation {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }
  .posts-navigation .nav-links {
    align-items: stretch;
    flex-direction: column;
  }
  .posts-navigation .nav-next {
    margin-left: 0;
    text-align: left;
  }
  .posts-navigation a {
    width: 100%;
  }
  .post-card__title {
    font-size: 1.5rem;
  }
}
/* 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;
}

/*# sourceMappingURL=style.css.map */
