/*!
Theme Name: La Noi Journal
Theme URI: https://lanoijournal.com/
Author: websquad
Author URI: https://websquad.ro
Description: Custom theme for LaNoiJournal.com
Version: 1.4.8a
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ln-journal
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.

La Noi Journal 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,600;0,700;1,400&display=swap");

@font-face {
    font-family: "GT Ultra";
    src: url("css/GT-Ultra-Standard-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GT Ultra";
    src: url("css/GT-Ultra-Standard-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    line-height: 1.15;
    /* -webkit-text-size-adjust: 100%; */
    scroll-behavior: smooth;
    overflow-y: scroll;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    --bg-color: #f5ede2;
    --dark: #000;
    --light: #fff;
    --accent: #c45226;
    --gray: #606060;
    --gray-text: #707070;
    --max-width: 85.5rem;
    /* XD redesign container: 1368px max, 36px side margins (was 40px) */
    --width: calc(100vw - 4.5rem);
    --max-width-inner: 57rem;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
}

/* 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;
}

img:not(.pointer) {
    pointer-events: none;
    -webkit-touch-callout: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    width: 100%;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image.alignright > figcaption {
    display: block;
}

/* 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"] {
    appearance: button;
    -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"] {
    appearance: textfield;
    -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: var(--gray-text);
    font-family: "Source Serif Pro", serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
}

p,
address,
blockquote,
pre,
ul,
ol,
hr,
dd,
figure,
table {
    margin: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    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: var(--bg-color);
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
}

ul {
    list-style: none;
    padding: 0;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

table {
    width: 100%;
}

/* Links
--------------------------------------------- */
a,
svg {
    color: var(--dark);
    transition: all 0.25s;
}

a:hover,
a:focus,
a:active {
    color: var(--accent);
}

/* 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;
}

.video-map {
    max-width: 45vw;
    margin: 0 auto;
}

.image-gallery figure.wp-block-image img {
    width: 100%;
}

/* 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;
    }
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 0;
}

.wp-block-columns {
    margin-bottom: 0;
}

.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.875rem 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */

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

.wp-block-gallery.has-nested-images.is-cropped
    figure.wp-block-image:not(#individual-image)
    a,
.wp-block-gallery.has-nested-images.is-cropped
    figure.wp-block-image:not(#individual-image)
    img {
    object-fit: unset;
    width: 100%;
    height: auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    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;
}

.hidden {
    display: none !important;
}

footer h2,
header {
    font-family: "GT Ultra";
    font-weight: bold;
}

.site {
    padding-top: 15rem;
}

.site > header {
    position: fixed;
    width: 100vw;
    z-index: 999;
    background: var(--bg-color);
    top: 0;
}

header .wp-block-columns {
    max-width: var(--max-width);
    width: var(--width);
    margin: 0 auto;
    padding: 3.125rem 0 2.75rem;
}

header ul li {
    display: inline-block;
}

header .widget_polylang ul {
    text-align: right;
}

header .widget_polylang ul li:first-child:after {
    content: "|";
    display: inline-block;
    width: 1rem;
    text-align: center;
    margin-right: -0.25rem;
    font-weight: bold;
    color: var(--dark);
}

header ul a,
footer h2 {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.0625rem;
    line-height: 1.125rem;
    letter-spacing: 1.5px;
    color: var(--dark);
}

header ul li.current-lang a,
header ul a:hover,
header ul li.current_page_parent > a,
header ul li.current-page-ancestor > a,
header ul li.current-menu-item > a,
.entry-content p a:hover {
    color: var(--accent);
}

header .widget_nav_menu {
    width: 100%;
    padding: 1.625rem 0;
    text-align: center;
    border-top: 1px solid var(--gray-text);
    border-bottom: 1px solid var(--gray-text);
    transition: all 0.25s;
}

header .widget_nav_menu ul {
    display: flex;
    flex-direction: row;
    gap: 10.75rem;
    justify-content: center;
}

header .widget_nav_menu li {
    margin: 0;
}

header section:first-child .widget_nav_menu ul {
    gap: 5.875rem;
}

header section:first-child .widget_nav_menu {
    border: 0;
    padding: 0;
}

header .menu li a {
    font-size: 1.25rem;
    line-height: 1.375rem;
    letter-spacing: 1.76px;
}

header svg {
    display: block;
    width: 100%;
    height: auto;
}

header .wp-block-columns {
    transition: all 0.25s;
}

header section .wp-block-column:first-child a {
    display: block;
    width: 12.8rem;
}

header section .wp-block-column:nth-child(2) {
    flex-basis: 50% !important;
}

header section:first-child .wp-block-column:nth-child(2) {
    opacity: 0;
    height: 0;
    pointer-events: none;
    transition: all 0.25s;
}

header p:empty,
footer p:empty {
    display: none;
}

.fixed header section:first-child .wp-block-column:nth-child(2) {
    opacity: 1;
    height: auto;
    pointer-events: all;
}

.fixed header section .wp-block-column:first-child a {
    width: 9.625rem;
}

.fixed header section:nth-child(2) {
    opacity: 0;
    height: 0;
    padding: 0;
    pointer-events: none;
}

.fixed header.site-header {
    border-bottom: 1px solid var(--gray-text);
}

.fixed header .wp-block-columns {
    padding: 1.75rem 0;
}

.fixed-submenu .filter {
    position: fixed;
    top: 6.75rem;
    padding: 0.75rem 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid var(--gray-text);
    z-index: 99;
    background-color: var(--bg-color);
}

.fixed-submenu .filter + .articles {
    padding-top: 3.5rem;
}

main {
    display: block;
    max-width: var(--max-width);
    width: var(--width);
    margin: 0 auto;
    transition: all 0.5s;
}

/* .loading main {
	opacity: 0.2;
	pointer-events: none;
} */

.image-gallery {
    margin-bottom: 7.625rem;
}

.home h3 {
    font-size: 2.5rem;
    line-height: 3rem;
    color: var(--dark);
    max-width: var(--max-width-inner);
    margin: 0 auto;
}

.entry-content p:empty {
    height: 1.9062rem;
    margin-bottom: 0;
}

.entry-content p a {
    text-decoration: none;
    color: var(--gray-text);
}

.page .entry-content > figure,
.entry-content iframe,
.page-template-page-discover .entry-content > figure {
    margin-bottom: 1.875rem;
}

.page-template-page-discover figure.aligncenter img {
    pointer-events: all;
}

.page-template-page-discover a.svg {
    display: block;
    text-align: center;
}

.page-template-page-discover a.svg:hover svg path:last-child {
    fill: var(--accent);
}

.page-template-page-discover a.svg:hover svg text {
    fill: var(--accent);
    color: var(--accent);
}

.error-404 h1,
.page .entry-content h2 {
    font-family: "GT Ultra";
    font-weight: bold;
    color: var(--dark);
    text-transform: uppercase;
    margin-bottom: 2.375rem;
    font-size: 1.5rem;
    line-height: 1.6875rem;
    letter-spacing: 2.11px;
}

.page .entry-content h2.has-medium-font-size {
    font-size: 2.1875rem !important;
    /* font-size: 0.85rem !important;
    line-height: 1.5rem;
    letter-spacing: 1.5px; */
}

.page-template-default .entry-content > ul,
.page-template-default .entry-content > ol,
.entry-content p,
.articles .entry-content p {
    font-size: 1.4062rem;
    line-height: 1.9062rem;
    margin: 0 auto 1.9062rem;
    max-width: var(--max-width-inner);
}

.articles .entry-content p {
    font-size: calc(1.4062rem * 0.85);
    line-height: calc(1.9062rem * 0.85);
}

.page .entry-content .top {
    margin-top: 7.5rem;
}

.page .top a {
    font-family: "GT Ultra";
    font-weight: bold;
    display: inline-block;
    width: 4rem;
    height: 3.5625rem;
    font-size: 1.125rem;
    line-height: 3.5625rem;
    border: 1px solid var(--dark);
    color: var(--dark);
}

.page .big-iso {
    margin: 8.75rem auto 4.375rem;
    text-align: center;
}

.page-template-page-columns .entry-content > .wp-block-columns,
.page-template-page-discover .entry-content > .wp-block-columns {
    gap: 0.75rem;
}

.page-template-page-columns
    .entry-content
    > .wp-block-columns
    > .wp-block-column:not(:last-child) {
    border-right: 1px solid var(--gray-text);
    padding-right: 0.75rem;
}

.page-template-page-discover
    .entry-content
    > .wp-block-columns
    > .wp-block-column:not(:last-child) {
    height: unset !important;
}

.page-template-page-discover
    .entry-content
    > .wp-block-columns
    > .wp-block-column:nth-child(4) {
    border-right: 0;
}

.page-template-page-discover .entry-content .internal-nav {
    margin-bottom: 5.75rem;
}

.page-template-page-discover .entry-content .tabs,
.page-template-page-discover .entry-content .tabs-content > div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    line-height: 4.625;
}

.page-template-page-discover .entry-content .tabs-content > div {
    justify-content: center;
    gap: 10vw;
}

.page-template-page-discover .entry-content .tabs > div {
    flex-basis: 50%;
    text-align: center;
}

.page-template-page-discover .entry-content .tabs > div:not(:last-child) {
    border-right: 1px solid var(--gray-text);
}

.page-template-page-discover .entry-content .tabs a,
.page-template-page-discover .entry-content .tabs-content a,
.blog .filter a {
    font-family: "GT Ultra";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.25rem;
    text-decoration: none;
    letter-spacing: 1.76px;
}

.page-template-page-discover .entry-content .tabs-content > div {
    display: none;
    margin-top: 2.25rem;
    font-size: 1.0625rem;
    line-height: 1.125rem;
}

.page-template-page-discover .entry-content .tabs-content > div.active {
    display: flex;
}

.page-template-page-discover .entry-content .tabs-content a,
.blog .filter a {
    font-size: 0.85rem;
    line-height: 0.8rem;
    letter-spacing: 1.5px;
}

.page-template-page-discover .entry-content a.active,
.blog .filter a.active {
    color: var(--accent);
}

.page-template-page-discover .entry-content h2 {
    font-family: "Source Serif Pro";
    font-size: 2.1875rem;
    line-height: 2.1875rem;
    font-weight: 600;
    letter-spacing: -0.02rem;
}

.page-template-page-discover .entry-content h2 {
    margin-bottom: 1.25rem;
}

.page-template-page-discover .entry-content h2:not(:first-child) {
    margin-top: 0.75rem;
}

.page-template-page-discover .entry-content > .has-small-font-size {
    margin-top: 4rem;
    /* margin-bottom: -4rem !important; */
}

.page-template-page-discover .entry-content p.location {
    cursor: pointer;
    margin-bottom: 0.75rem;
}

.page-template-page-discover .entry-content p.location:hover {
    color: var(--accent);
}

.page-template-page-discover .entry-content p.location + .wp-block-group {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
}
.page-template-page-discover
    .entry-content
    p.location
    + .wp-block-group.visible {
    max-height: var(--minLocalHeight);
}

.single main {
    margin-top: 1.875rem;
}

.single article.post {
    margin-bottom: 8.75rem;
}

.single article:not(.post) .wp-block-buttons {
    justify-content: center;
    gap: 1.5rem;
}

.single article:not(.post) .wp-block-button a {
    color: var(--dark);
    font-weight: normal;
    font-family: "GT Ultra";
    font-size: 1.0625rem;
    line-height: 1.125rem;
    letter-spacing: 1.5px;
    padding: 1.25rem 3.875rem;
    border: 1px solid var(--gray-text);
    text-transform: uppercase;
    background: transparent;
    border-radius: 0;
}

.single article:not(.post) .wp-block-button a:hover {
    color: var(--accent);
}

.single article .wp-block-columns {
    gap: 1.5rem;
}

.page .regions-container h2,
.single article h1 {
    font-family: "Source Serif Pro";
    color: var(--dark);
    font-size: 2.1875rem;
    line-height: 2.6875rem;
    font-weight: 600;
    margin-bottom: 1.625rem;
    text-transform: none;
}

.single article h3 {
    /* text-transform: uppercase; */
    font-family: "Source Serif Pro";
    font-weight: 600;
    font-size: 1.4062rem;
    line-height: 1.9062rem;
    margin-bottom: 3.25rem;
}

.single article p strong {
    color: var(--dark);
}

.single article .wp-block-gallery.has-nested-images.columns-default {
    gap: 0;
}

.single
    article.side
    .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image) {
    flex-basis: 100%;
}

.single
    article.side:not(.portraits)
    .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(:last-child),
.single
    article.side-columns
    .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(:last-child).landscape {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--gray-text);
    margin-bottom: 0.75rem !important;
}

.single
    article.side-columns
    .wp-block-gallery.has-nested-images.columns-default
    figure.portrait
    + figure.wp-block-image:not(:first-child).landscape {
    margin-top: 0.75rem !important;
    border-top: 1px solid var(--gray-text);
    padding-top: 0.75rem;
}

.single
    article.side-columns
    .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image).landscape {
    flex-basis: 100%;
}

.single
    article.side-columns
    .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image).portrait,
.single
    article.side.portraits
    .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image).portrait {
    flex-basis: calc(50% - 1.5625rem);
}

.single
    article.side-columns
    .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image).landscape
    + .portrait {
    margin-right: 0.75rem;
}

.single
    article.side-columns
    .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image).portrait
    + .portrait {
    border-left: 1px solid var(--gray-text);
    padding-left: 0.75rem;
    flex-basis: calc(50% - 0.75rem);
}

.single
    article.side.portraits
    .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image).portrait {
    margin-right: 0.75rem;
}

.single
    article.side.portraits
    .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image).portrait
    + .portrait:nth-child(2n) {
    border-left: 1px solid var(--gray-text);
    padding-left: 0.75rem;
    flex-basis: calc(50% - 0.75rem);
}

.single
    article.side.portraits
    .wp-block-gallery.has-nested-images
    figure.portrait
    + .portrait:not(:nth-child(2)) {
    margin-top: 0.75rem !important;
    border-top: 1px solid var(--gray-text);
    padding-top: 0.75rem;
    position: relative;
}

.single
    article.side.portraits
    .wp-block-gallery.has-nested-images
    figure.portrait
    + .portrait:not(:nth-child(2)):before {
    content: "";
    position: absolute;
    width: 12px;
    top: -1px;
    left: -1px;
    height: 12px;
    background-color: var(--bg-color);
    pointer-events: none;
}

.single .images-column {
    align-self: start;
}

.single article.bottom > .wp-block-columns {
    flex-direction: column;
}

.single article.bottom .entry-header {
    margin-bottom: 2.75rem;
}

.single article.bottom .wp-block-heading {
    margin-bottom: 3.25rem;
}

.single article.bottom .entry-header,
.single article.bottom .wp-block-heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--max-width-inner);
}

.single article.bottom .wp-block-gallery.has-nested-images {
    gap: 1.5rem;
}

.single article.bottom .wp-block-gallery.has-nested-images figure.grid-sizer,
.single
    article.bottom
    .wp-block-gallery.has-nested-images
    figure.wp-block-image {
    flex-basis: calc(33.33% - 1rem) !important;
    width: 32% !important;
    margin-bottom: 2rem !important;
    flex-grow: 0;
}

.single
    article.bottom
    .wp-block-gallery.has-nested-images
    figure.wp-block-image--width2 {
    flex-basis: calc(66.67% - 1rem) !important;
    width: 64% !important;
}

.image-gallery figure.wp-block-image img,
.single
    article.bottom
    .wp-block-gallery.has-nested-images
    figure.wp-block-image
    img {
    display: block;
}

.image-gallery li {
    display: block !important;
}

.single
    article.bottom
    .wp-block-gallery.has-nested-images
    figure.wp-block-image
    img {
    margin-bottom: 1.25rem;
}

.image-gallery figure.wp-block-image p,
.single
    article.bottom
    .wp-block-gallery.has-nested-images
    figure.wp-block-image
    p {
    font-size: 1.0625rem;
    line-height: 1.4375rem;
    color: var(--gray-text);
    text-align: center;
    margin-top: 1.25rem;
}

.single article.bottom .attachment-post-thumbnail {
    display: block;
    margin-top: -7.625rem;
    margin-bottom: 5.75rem;
}

.single article.bottom.featured .big-image {
    display: block;
    max-width: var(--max-width-inner);
    margin-left: auto;
    margin-right: auto;
}

.single article.bottom.featured .entry-header {
    margin-top: 3.25rem;
}

.single .image-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.single .image-gallery img {
    width: 100%;
}

.single .image-gallery .images-top-left,
.single .image-gallery .images-bottom-right {
    flex-basis: calc(66.67% - 0.75rem);
}

.single .image-gallery .images-top-right,
.single .image-gallery .images-bottom-left {
    flex-basis: calc(33.33% - 0.75rem);
}

.single .image-gallery > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-content: space-between;
}

.single .image-gallery > div > .wp-block-image {
    width: 100%;
}

.single .image-gallery > div > .wp-block-image.half {
    width: calc(50% - 0.75rem);
}

.single .entry-content > .wp-block-columns,
.single .entry-content > .wp-block-image {
    display: none;
}

.single .entry-content a {
    text-decoration: underline;
}

.blog main {
    z-index: 3;
    margin-top: 1.875rem;
    position: relative;
}

.blog .filter {
    margin-bottom: 1.875rem;
    display: flex;
    gap: 7.375rem;
    justify-content: center;
}

.articles article {
    position: relative;
    margin-bottom: 3rem;
    max-width: 100%;
    /* transition: all 0.8s ease-in-out; */
}

.home .articles {
    margin-top: 2.625rem;
}

.home .entry-content h4,
a.more-stories {
    font-family: "GT Ultra" !important;
    text-transform: uppercase;
    font-size: 1.0625rem;
    line-height: 1.125rem;
    letter-spacing: 1.5px;
    color: var(--dark);
    margin: 4rem auto 0;
}

a.more-stories {
    font-weight: bold;
    text-decoration: none;
    margin: 0;
}

a.more-stories.hide {
    display: none;
}

a.more-stories:hover {
    color: var(--accent);
}

.articles article.more-story {
    display: none !important;
}

.home .articles article h2,
.articles article h2 {
    margin-bottom: 0.75rem !important;
}

.home .articles article {
    margin-bottom: 0;
}

.articles {
    transition: opacity 0.5s;
}

.blog .articles.loading {
    opacity: 0.2;
}

.articles article.hide {
    flex: 0;
    max-width: 0;
    max-height: 0;
    margin: 0 -1.5rem -1.5rem 0;
}

.articles article.show .entry-content {
    opacity: 1;
    /* transition: all 0.8s ease-in-out; */
}

.articles article.hide .entry-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}

.articles article a.full {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 5;
}

.articles article img {
    display: block;
    /* transition: all 0.8s ease-in-out; */
    transform: scale(1);
    transform-origin: top left;
}

.home .articles article h2,
.articles article h2 {
    font-family: "Source Serif Pro", serif !important;
    letter-spacing: 0;
    font-size: 1.4062rem;
    line-height: 1.9062rem;
    text-transform: none !important;
    margin: 2.625rem 0 0.375rem;
}

.articles article h2 {
    color: var(--dark);
    margin: 2.625rem 0 0.375rem;
}

.articles article h3 {
    font-size: 1.0625rem;
    line-height: 1.4375rem;
    font-weight: normal;
    color: var(--gray-text);
}

.articles .entry-content {
    margin: 0;
    opacity: 0;
}

.articles .entry-content p {
    letter-spacing: normal;
    margin-bottom: 1.5rem;
}

a.top {
    font-family: "GT Ultra";
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.25rem;
    letter-spacing: 1.58px;
    display: inline-block;
    position: fixed;
    top: 0;
    right: 0;
    padding: 1.25rem 1.625rem 1rem;
    border: 1px solid var(--gray-text);
    text-decoration: none;
    transition: none;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s;
}

.fixed a.top {
    opacity: 1;
    pointer-events: all;
    color: var(--dark);
}

a.top:hover {
    color: var(--accent);
}

.blog .articles {
    margin: 0 7rem;
    justify-content: start;
}

.articles {
    gap: 1.5rem;
    flex-wrap: wrap !important;
}

.home .articles .wp-block-column,
.blog .articles .wp-block-column {
    flex-basis: calc(33.33% - 1rem);
    flex-grow: 0;
}

.blog .button {
    text-align: center;
    margin: 3rem auto;
}

.discover-items + .discover-items {
    margin-top: 3.75rem;
}

.discover-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
}

.discover-item svg {
    transform: scale(0.7);
    transform-origin: center;
    display: inline-block;
    margin-bottom: 1rem;
}

.discover-item a {
    text-decoration: none;
}

.discover-item h3 {
    font-family: "GT Ultra";
    text-transform: uppercase;
    min-height: 3.8125rem;
    /* font-size: calc(2.1875rem * 0.8);
    line-height: calc(1.9062rem * 0.8);
    font-weight: 400; */
    font-size: 0.85rem;
    line-height: 0.8rem;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.discover-item:hover svg path {
    fill: var(--accent);
}

.page .regions-container h2 {
    letter-spacing: normal;
}

footer {
    background-color: var(--bg-color);
    position: relative;
    margin-top: 7.875rem;
    text-align: center;
    z-index: 2;
}

footer section {
    border-top: 1px solid var(--gray-text);
}

footer section:first-child {
    padding: 4.375rem 0;
}

/* .big-iso footer section:first-child {
	padding: 0;
	border-top: 0;
}

.big-iso footer section > a svg {
	display: none;
} */

footer section > a:hover svg {
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transform: scale(1.25);
}

footer .wp-block-columns {
    margin: 0 auto;
    max-width: var(--max-width);
    gap: 0;
}

footer .wp-block-columns > .wp-block-column:not(:last-child) {
    border-right: 1px solid var(--gray-text);
}

footer .wp-block-columns > .wp-block-column {
    padding: 3rem 0 6.25rem;
}

footer h2 {
    margin-bottom: 4.375rem;
}

footer .wp-block-column.social h2 {
    margin-bottom: 3.4375rem;
}

footer .wp-block-column.social a:hover svg path {
    fill: var(--accent);
}

footer ul li {
    display: inline-block;
    text-transform: lowercase;
}

footer ul li:not(:last-child) {
    margin-right: 6.25rem;
}

#menu-item-107,
#menu-item-147 {
    margin-right: 0;
}

html[lang="ro-RO"] footer ul li:not(:last-child) {
    margin-right: 3rem;
}

footer a,
footer section:last-child p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: var(--gray-text);
    text-decoration: none;
}

footer a:hover,
footer .current-menu-item a {
    color: var(--accent);
}

footer section:last-child p {
    margin: 2.625rem auto;
}

/* MAP */
#Lines line,
#Lines
    path:not(#Shape_1_00000170991931549542649780000015531209607324311978_):not(
        #Shape_2_00000065062309428969196360000015020929728328335798_
    ):not(#Shape_3_00000029768011916820268350000017664775949186572689_):not(
        #Shape_1_00000057106184155596465310000015731377491713935276_
    ):not(#Shape_4_00000021098927597164184480000003910740291239050897_):not(
        #Shape_4_00000171677301229283933760000013875277351870214797_
    ):not(#Shape_3_00000029041938311283758180000009455445387161322172_),
#lines rect {
    stroke-dasharray: 700;
    stroke-dashoffset: 700;
    animation: draw 1.25s ease-in-out;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

#Shape_4_00000171677301229283933760000013875277351870214797_ {
    stroke-dasharray: 700;
    stroke-dashoffset: 700;
    animation: draw 1.25s ease-in-out;
    animation-delay: 0.75s;
    animation-fill-mode: forwards;
}

#Shape_3_00000029041938311283758180000009455445387161322172_ {
    stroke-dasharray: 700;
    stroke-dashoffset: 700;
    animation: draw 1.25s ease-in-out;
    animation-fill-mode: forwards;
}

#Shape_1_00000170991931549542649780000015531209607324311978_ {
    animation: drawC 1.75s linear;
    animation-fill-mode: forwards;
    stroke-dasharray: 7273.50537109375;
    stroke-dashoffset: 3373.50537109375;
    stroke-linecap: round;
}

svg path,
svg text {
    transition: all 0.25s;
}

svg text.hover,
svg text.active {
    fill: var(--bg-color);
}

svg circle.hover,
svg circle.active {
    stroke: var(--bg-color);
}

svg text.st2,
#circles circle {
    animation: fadeIn 0.75s ease-in-out;
}

svg text.st10 {
    animation: fadeInD 1s ease-in-out;
}

.svg-map {
    text-align: center;
}

.svg-map svg,
.svg-map img {
    width: 100%;
    max-width: 50vw;
    /* min-width: 760px; */
}

#regions .hover,
#regions .active {
    fill: var(--accent);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInD {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes drawC {
    100% {
        stroke-dashoffset: 0;
    }
}

.text-hidden {
    display: none;
}

.text-hidden.show {
    display: block;
}

@media screen and (min-width: 1025px) {
    .mobile-only {
        display: none !important;
    }

    header section:first-child .wp-block-column:nth-child(2) {
        display: block;
    }

    .internal-nav .tabs-content {
        display: flex;
        flex-direction: row;
        gap: 6.875rem;
        border-top: 1px solid var(--gray-text);
        border-bottom: 1px solid var(--gray-text);
        position: relative;
    }

    .internal-nav .tabs-content::after {
        content: "";
        position:absolute;
        top: 0;
        right: 50%;
        width: 0;
        height: 100%;
        border-left: 1px solid var(--gray-text);
    }

    .page-template-page-discover .entry-content .tabs-content > div.active {
        gap: 6.875rem;
        justify-content: center;
        margin: 0;
        padding: 1.75rem 0;
    }

    .internal-nav .tabs-content > div {
        flex-basis: 50%;
    }
}

@media screen and (max-width: 1366px) {
    html {
        font-size: 95%;
    }
}

@media screen and (max-width: 1290px) {
    html {
        font-size: 85%;
    }
}

@media screen and (max-width: 1120px) {
    html {
        font-size: 80%;
    }
}

@media screen and (max-width: 1050px) {
    html {
        font-size: 75%;
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 100%;
    }

    body {
        --width: calc(100vw - 2.5rem);
        --max-width-inner: 100%;
        font-size: 0.9375rem;
        line-height: 1.375rem;
    }

    .desktop-only {
        display: none !important;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile) {
        flex-wrap: wrap !important;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
    }

    header section:first-child .wp-block-column:nth-child(2) {
        display: none;
    }

    header section:first-child .wp-block-column:nth-child(1) {
        order: 2;
    }

    header section .wp-block-column:first-child a {
        width: 7.5312rem;
        margin: -1.5rem auto 0;
    }

    body.home header section .wp-block-column:first-child a {
        width: 11.875rem;
        margin-top: 5.125rem;
    }

    header section.widget_block > .wp-block-columns {
        gap: 0;
    }

    header section.widget_block .wp-block-column:last-child {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    header ul a,
    header .widget_polylang ul li:first-child:after,
    .home .entry-content h4,
    a.more-stories,
    footer h2,
    footer a,
    footer section:last-child p {
        font-size: 0.75rem;
        line-height: 0.875rem;
    }

    header .widget_polylang ul li:first-child:after {
        width: 1.625rem;
    }

    header .trigger-menu {
        display: inline-block;
        width: 1.5625rem;
        height: 1.1875rem;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="16.232" viewBox="0 0 25 16.232"> <g id="MENU" transform="translate(0 0.875)"> <g id="Group_15" data-name="Group 15"> <path id="Path_139" data-name="Path 139" d="M30,43H55" transform="translate(-30 -43)" fill="none" stroke="%23000" stroke-width="1.75"/> <path id="Path_140" data-name="Path 140" d="M30,43H55" transform="translate(-30 -35.759)" fill="none" stroke="%23000" stroke-width="1.75"/> <path id="Path_141" data-name="Path 141" d="M30,43H55" transform="translate(-30 -28.518)" fill="none" stroke="%23000" stroke-width="1.75"/> </g> </g></svg>')
            no-repeat center;
        background-size: 1.5625rem;
        text-indent: -9999px;
        text-decoration: none;
        z-index: 9998;
    }

    header .widget_nav_menu {
        position: fixed;
        top: 0;
        left: -100vw;
        width: 100vw;
        height: 100vh;
        height: 100svh;
        background-color: var(--bg-color);
        transition: all 0.25s;
        border-top: 0;
        z-index: 998;
    }

    body.menu-opened {
        height: 100vh;
        height: 100svh;
        overflow: hidden;
    }

    body.menu-opened .trigger-menu {
        background-size: 1.1875rem;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20.237" height="20.237" viewBox="0 0 20.237 20.237"> <g id="X_MENU" data-name="X MENU" transform="translate(0.619 0.619)"> <path id="Path_142" data-name="Path 142" d="M0,0H26.87" transform="rotate(45)" fill="none" stroke="%23000" stroke-width="1.75"/> <path id="Path_143" data-name="Path 143" d="M0,0H26.87" transform="translate(19) rotate(135)" fill="none" stroke="%23000" stroke-width="1.75"/> </g></svg>');
    }

    body.submenu-opened .trigger-menu {
        display: none;
    }

    body.submenu-opened header .widget_nav_menu:not(.widget),
    body.menu-opened header .widget_nav_menu:not(.secondary-menu-container) {
        display: block;
        left: 0;
    }

    header .widget_nav_menu div {
        height: 100%;
    }

    header .widget_nav_menu ul {
        height: 100%;
        flex-direction: column;
        justify-content: center;
        gap: 0;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    header .widget_nav_menu .internal-nav ul {
        height: unset;
        justify-content: unset;
    }

    .tabs-content .active a,
    header .widget_nav_menu .internal-nav > ul > li a {
        pointer-events: none;
    }

    header .widget_nav_menu .internal-nav > ul {
        height: 100%;
        justify-content: center;
        margin-top: -4vh;
    }

    header .internal-nav > ul > li > a,
    header .menu li a {
        font-size: 1.6875rem;
        line-height: 1.6875rem;
        padding: 1.25rem 0;
        display: block;
    }

    header .internal-nav > ul > li > a {
        padding: 0 0 2.5rem;
    }

    header .internal-nav .sub-menu {
        /* gap: 1.875rem; */
        gap: 1.25rem;
    }

    header .internal-nav .sub-menu + li {
        margin-top: 2.5rem;
        border-top: 1px solid var(--gray-text);
        padding-top: 2.5rem;
        width: 11rem;
        margin-left: auto;
        margin-right: auto;
    }

    header .internal-nav .sub-menu a {
        font-size: 0.9375rem;
        line-height: 1rem;
    }

    header .internal-nav a.active {
        color: var(--accent);
    }

    header .menu li:not(:last-child) a {
        border-bottom: 1px solid var(--gray-text);
    }

    header .widget_nav_menu.secondary-menu-container {
        background-color: var(--bg-color);
        z-index: 999;
    }

    .page {
        margin-bottom: 0;
    }

    .svg-map svg,
    .svg-map img {
        max-width: 100%;
        min-width: 50%;
    }

    .site {
        padding-top: 0;
    }

    .home .site {
        padding-top: 100vh;
        padding-top: 100svh;
    }

    .site > header {
        position: relative;
        transition: all 0.25s;
    }

    .home .site > header {
        position: absolute;
        background-color: transparent;
    }

    .entry-content {
        margin-top: 0;
    }

    .home .entry-content {
        margin-top: 2.75rem;
    }

    .home .entry-content h4 {
        margin-top: 2.75rem;
    }

    .home .articles .entry-content {
        margin-top: 0;
    }

    .image-gallery {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .image-gallery figure.wp-block-image {
        display: flex;
        height: 100vh;
        height: 100svh;
    }

    .image-gallery figure.wp-block-image img {
        margin-bottom: 0;
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
    }

    .home h3 {
        font-size: 1.375rem;
        line-height: 1.875rem;
        font-weight: 600;
    }

    /* body.home:not(.scrolled) header {
        opacity: 0;
    } */

    .page .entry-content h2,
    .page .entry-content > figure,
    .entry-content iframe,
    .page-template-page-discover .entry-content > figure,
    .single .big-image {
        margin-bottom: 3.125rem;
    }

    .page-template-default .entry-content > ul,
    .page-template-default .entry-content > ol,
    .page .entry-content h2,
    .entry-content p,
    .articles .entry-content p {
        font-size: 0.9375rem;
        line-height: 1.375rem;
    }

    .entry-content p,
    .articles .entry-content p {
        margin-bottom: 1.375rem;
    }

    .entry-content p:last-child,
    .articles .entry-content p:last-child {
        margin-bottom: 0;
    }

    .page-template-page-columns
        .entry-content
        > .wp-block-columns
        > .wp-block-column:not(:last-child),
    .page-template-page-discover
        .entry-content
        > .wp-block-columns
        > .wp-block-column:not(:last-child) {
        padding-right: 0;
    }

    .page-template-page-columns
        .entry-content
        > .wp-block-columns
        > .wp-block-column:not(:last-child),
    .page-template-page-discover
        .entry-content
        > .wp-block-columns
        > .wp-block-column:not(:last-child) {
        border-right: 0;
        padding-bottom: 3.125rem;
        border-bottom: 1px solid var(--gray-text);
        margin-bottom: 2.375rem;
    }

    .page-template-page-discover .entry-content h2 {
        font-family: "GT Ultra";
        font-weight: normal;
        font-size: 0.9375rem;
        line-height: 1.75rem;
        text-align: center;
    }

    .page-template-page-discover .entry-content > .wp-block-columns {
        gap: 0;
    }

    .page-template-page-discover .entry-content h2:not(:first-child) {
        margin-top: -1px;
    }

    .page-template-page-discover .entry-content h2 + .wp-block-group,
    .page-template-page-discover .entry-content p.location + .wp-block-group {
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s;
    }

    .page-template-page-discover .entry-content h2 + .wp-block-group.visible {
        max-height: var(--minLocalHeight);
    }

    .page-template-page-discover
        .entry-content
        h2
        + .wp-block-group
        > div:first-child {
        padding-top: 0.75rem;
    }

    .page-template-page-discover .entry-content p.location + .wp-block-group {
        margin-top: -3px;
    }

    .page-template-page-discover
        .entry-content
        p.location
        + .wp-block-group.visible {
        max-height: var(--minLocalHeight);
    }

    .page-template-page-discover p.location:last-child {
        padding-bottom: 0.75rem;
    }

    .blog main {
        margin-top: 0;
    }

    .blog .filter {
        gap: 0;
        justify-content: space-between;
        padding: 1rem 0;
        border-top: 1px solid var(--gray-text);
        border-bottom: 1px solid var(--gray-text);
        margin-bottom: 1.5rem;
    }

    html[lang="ro-RO"] .blog .filter a {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .wp-block-columns.articles {
        margin: 0;
        gap: 3.125rem;
    }

    .home .articles {
        margin-top: 1.25rem;
    }

    .articles article {
        margin-bottom: 0;
    }

    .home .articles article h2,
    .articles article h2 {
        font-size: 1.125rem;
        line-height: 1.25rem;
        font-weight: 600;
        margin: 1.25rem 0 1rem;
    }

    .articles .entry-content p {
        margin-bottom: 1rem;
    }

    .articles article h3 {
        font-size: 0.75rem;
        line-height: 1.125rem;
    }

    .articles article.hide {
        max-height: 0;
    }

    .articles article.hide + article:not(.hide) {
        margin-top: -3.125rem;
    }

    .single main {
        margin-top: 0;
    }

    .single .images-column,
    .single .image-gallery {
        display: none;
    }

    .single article:not(.post) .wp-block-buttons {
        gap: 0.625rem;
        flex-wrap: nowrap !important;
    }

    .single article:not(.post) .wp-block-button a {
        padding: 0.625rem;
        font-size: 0.625rem;
        line-height: 0.6875rem;
    }

    .single article h1 {
        text-align: center;
        font-size: 1.125rem;
        line-height: 1.25rem;
        font-weight: 600;
    }

    .single article.post {
        margin-bottom: 3.125rem;
    }

    .single article h3,
    .single article.bottom .entry-header,
    .single article.bottom .wp-block-heading {
        font-size: 0.6875rem;
        line-height: 1.125rem;
        text-align: center;
    }

    .single article.bottom .entry-header {
        margin-bottom: 1.125rem;
    }

    .single article.bottom .wp-block-heading {
        margin-bottom: 1.875rem;
    }

    .single article.bottom p.has-text-align-center {
        text-align: left;
    }

    .single .entry-content > .wp-block-columns {
        display: flex;
        flex-wrap: nowrap !important;
        gap: 0.625rem;
    }

    .single .entry-content > .wp-block-image {
        display: block;
    }

    .single .entry-content > .wp-block-columns,
    .single .entry-content > .wp-block-image {
        margin-bottom: 1.375rem;
    }

    .single .wp-block-image figcaption {
        margin-top: 0.625rem;
        margin-bottom: 0;
        font-size: 0.75rem;
        line-height: 1.1875rem;
        text-align: center;
    }

    .page-template-page-discover
        .entry-content
        .tabs-content
        > div
        a:not(.active),
    .page-template-page-discover .entry-content .tabs {
        display: none;
    }

    .page-template-page-discover .entry-content a.active {
        color: var(--dark);
    }

    .page-template-page-discover .entry-content > figure {
        margin-bottom: 2.1875rem;
    }

    .page-template-page-discover .entry-content .tabs-content a {
        font-size: 0.9375rem;
        line-height: 1.75rem;
    }

    .tabs-content {
        position: relative;
    }

    a.secondary-menu {
        position: absolute;
        top: -3px;
        display: inline-block;
        width: 1.375rem;
        height: 1.75rem;
    }

    header a.secondary-menu {
        background-color: var(--bg-color);
        z-index: 1000;
        left: 1.25rem;
        top: 3rem;
        text-decoration: none;
    }

    .page-template-page-discover .entry-content .internal-nav {
        margin-bottom: 1.75rem;
    }

    .page-template-page-discover .entry-content h2 {
        width: 11rem;
        line-height: 1rem;
        margin: 0 auto;
        padding: 0.5rem 0;
        text-align: center;
        border-top: 1px solid var(--gray-text);
        border-bottom: 1px solid var(--gray-text);
        margin-top: -1px;
    }

    .page-template-page-discover .entry-content p.location {
        display: block;
        text-align: center;
        font-size: 0.9375rem;
        line-height: 0.9375rem;
        margin-top: 0;
        margin-bottom: 0.9375rem;
    }

    .page-template-page-discover .entry-content p strong {
        font-weight: 600;
    }

    .page-template-page-discover .entry-content p {
        text-align: center;
        margin-bottom: 0;
    }

    .page-template-page-discover .entry-content p:empty {
        height: 0.9375rem;
    }

    .page-template-page-discover .entry-content .top {
        display: none;
    }

    .page-template-page-discover
        .entry-content
        > .wp-block-columns
        > .wp-block-column:not(:last-child) {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .page-template-page-discover .entry-content h2 {
        margin-top: -1px;
    }

    a.more-stories {
        font-weight: bold;
        text-decoration: none;
        margin: 0;
    }

    a.top {
        position: relative;
        opacity: 1;
        pointer-events: all;
        padding: 1.25rem 1.625rem 1rem;
    }

    .discover-items + .discover-items {
        margin-top: 0;
    }

    .discover-item {
        margin: 0 auto;
        padding: 0.85rem 0;
        border-bottom: 1px solid var(--gray-text);
        max-width: 11rem;
    }

    .discover-item svg {
        transform: scale(1);
        max-width: 3rem;
        height: auto;
    }

    .icon-hotels svg,
    .icon-bars svg,
    .icon-historic svg {
        max-width: 1.75rem;
    }

    .icon-shopping svg {
        max-width: 2rem;
    }

    .icon-art svg {
        max-width: 2.5rem;
    }

    .icon-unesco svg {
        max-width: 2.375rem;
    }

    .icon-parties svg {
        max-width: 3.25rem;
    }

    .icon-music svg {
        max-width: 3.375rem;
    }

    .icon-villages svg,
    .icon-historic2 svg {
        max-width: 4.875rem;
    }

    .discover-item h3 {
        min-height: unset;
        font-size: 0.9375rem;
        line-height: 1.125rem;
        letter-spacing: 1.32px;
        text-transform: uppercase;
        font-family: "GT Ultra";
        font-weight: normal;
    }

    .mobile-first {
        order: -1;
    }

    .page .entry-content h2,
    .page .entry-content h2.has-medium-font-size {
        font-size: .9375rem !important;
        margin-bottom: 1.25rem;
    }

    footer {
        margin-top: 3.5rem;
    }

    footer section:first-child {
        padding: 1.5rem 0;
    }

    footer
        section:nth-child(2)
        .wp-block-columns:not(.is-not-stacked-on-mobile)
        .wp-block-column {
        flex-basis: 50% !important;
    }

    footer section:nth-child(2) .wp-block-column:nth-child(3) {
        display: none;
    }

    footer .wp-block-columns > .wp-block-column {
        padding: 1.5rem 0;
    }

    footer h2 {
        margin-bottom: 0.875rem;
    }

    footer ul.menu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer ul li:not(:last-child),
    html[lang="ro-RO"] footer ul li:not(:last-child) {
        margin-right: 0;
    }

    footer section:last-child p {
        margin: 1rem auto;
    }

    footer svg {
        max-width: 3.75rem;
        height: auto;
    }
}

/*--------------------------------------------------------------
# XD REDESIGN
--------------------------------------------------------------*/

/* Carousel controls (shared) — theme styling on top of css/slick.css */
.guide-carousel,
.card-carousel,
.icon-row {
    position: relative;
}

.guide-carousel .slick-prev,
.guide-carousel .slick-next,
.card-carousel .slick-prev,
.card-carousel .slick-next,
.icon-row .slick-prev,
.icon-row .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--dark);
    background: var(--bg-color);
    color: var(--dark);
    font-size: 1rem;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    transition: color 0.25s;
}

/* Hover: only the arrow glyph turns accent — border stays, no outline */
.guide-carousel .slick-prev:hover,
.guide-carousel .slick-next:hover,
.card-carousel .slick-prev:hover,
.card-carousel .slick-next:hover,
.icon-row .slick-prev:hover,
.icon-row .slick-next:hover {
    color: var(--accent);
}

/* Keyboard focus keeps a visible ring for a11y (mouse click will not show it) */
.guide-carousel .slick-prev:focus-visible,
.guide-carousel .slick-next:focus-visible,
.card-carousel .slick-prev:focus-visible,
.card-carousel .slick-next:focus-visible,
.icon-row .slick-prev:focus-visible,
.icon-row .slick-next:focus-visible {
    color: var(--accent);
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

/* Card carousel arrows: on top of the card images, 16px inside the card
   border (outer cards sit flush with the container edge) */
.card-carousel .slick-prev {
    left: 16px;
}

.card-carousel .slick-next {
    right: 16px;
}

/* Guide carousel arrows: 20px inside the full-bleed carousel edges */
.guide-carousel .slick-prev {
    left: 20px;
}

.guide-carousel .slick-next {
    right: 20px;
}

/* Dots */
.guide-carousel .slick-dots,
.card-carousel .slick-dots,
.article-cards .slick-dots {
    display: flex;
    justify-content: center;
    gap: 0.375rem;
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
}

.guide-carousel .slick-dots li,
.card-carousel .slick-dots li,
.article-cards .slick-dots li {
    display: flex;
    line-height: 0;
}

.guide-carousel .slick-dots li button,
.card-carousel .slick-dots li button,
.article-cards .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--accent);
    opacity: 0.4;
    text-indent: -9999px;
    cursor: pointer;
    transition: opacity 0.25s;
}

.guide-carousel .slick-dots li.slick-active button,
.card-carousel .slick-dots li.slick-active button,
.article-cards .slick-dots li.slick-active button {
    opacity: 1;
}

/* Guide carousel (center mode) */
.guide-carousel .slick-slide {
    padding: 0 0.5rem;
    transition: opacity 0.4s;
}

.guide-carousel .slick-slide:not(.slick-center) {
    opacity: 0.55;
}

.guide-carousel .guide-slide {
    position: relative;
}

.guide-carousel .guide-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.guide-carousel .guide-slide .guide-button {
    position: absolute;
    left: 50%;
    bottom: 1.5rem;
    transform: translateX(-50%);
    display: inline-block;
    padding: 0.6em 1.4em;
    background: var(--bg-color);
    color: var(--dark);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.8rem;
    text-decoration: none;
    white-space: nowrap;
}

.guide-carousel .slick-slide:not(.slick-center) .guide-button {
    display: none;
}

/* Card carousel (guides) */
/* Slides keep a 24px gap between cards while outer cards stay flush with
   the container edge (XD: 440px cards, 24px gaps, flush at 36px margin) */
.card-carousel .slick-list {
    margin: 0 -0.75rem;
}

.card-carousel .slick-track {
    display: flex;
}

.card-carousel .slick-slide {
    height: auto;
    padding: 0 0.75rem;
}

/* Arrows vertically centered on the image band (~50% of the 3/2 image) */
.card-carousel .slick-prev,
.card-carousel .slick-next {
    top: 32%;
}

/* Guide card frame — XD: 1px #707070 border; image flush, only text padded */
.card-carousel .guide-card {
    border: 1px solid var(--gray-text);
    padding: 0 0 1.25rem;
    height: 100%;
}

.guide-card-media {
    position: relative;
    display: block;
}

/* DISCOVER pill over the card image — mobile only (XD M artboard) */
.guide-card-pill {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    padding: 0.5em 1.2em;
    background: var(--bg-color);
    border: 1px solid var(--dark);
    font-family: "GT Ultra";
    font-weight: 700;
    font-size: 0.625rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--dark);
    white-space: nowrap;
}

.card-carousel .guide-card img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1rem;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

/* Guide card title — XD: GT Ultra Bold, uppercase; text inset from border */
.card-carousel .guide-card h3 {
    font-family: "GT Ultra";
    font-weight: 700;
    font-size: 1.0625rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--dark);
    margin: 0 0 0.75rem;
    padding: 0 1rem;
}

/* Guide card excerpt — XD: Source Serif Pro Regular 22.5px #707070 */
.card-carousel .guide-card p {
    font-family: "Source Serif Pro", serif;
    font-weight: 400;
    font-size: 1.406rem;
    line-height: 1.3;
    color: var(--gray-text);
    margin: 0;
    padding: 0 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Read more clamp (destination subpage intro) */
/* Read more / Show less — XD: plain accent text link with underline */
button.readmore-toggle {
    display: inline-block;
    margin-top: 0.75rem;
    font-family: "GT Ultra";
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.875rem;
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 0.25em;
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
}

button.readmore-toggle:hover,
button.readmore-toggle:focus {
    color: var(--accent);
    background: none;
    border: 0;
}

[data-readmore].is-clamped .readmore-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Destinations page — standard theme container (1368px / 36px margins) */
.destinations {
    max-width: var(--max-width);
    width: var(--width);
    margin: 0 auto;
    padding: 0;
}

/* Section headings — XD: Source Serif Pro Semibold 40px #000 */
.section-heading {
    font-family: "Source Serif Pro", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 1.15;
    color: var(--dark);
    text-align: center;
    margin: 3.5rem 0 2rem;
}

.destinations .guide-card-link {
    display: block;
    color: var(--dark);
    text-decoration: none;
}

/* It's a Match — XD: top divider + heart glyph, Serif Semibold heading */
.match-section {
    margin: 4rem 0 0;
    padding-top: 3rem;
    border-top: 1px solid #b5b1aa;
}

.match-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
}

.match-heading svg {
    width: 2.25rem;
    height: auto;
    flex: none;
}

.match-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.match-text h3,
.match-text .text-hidden h2 {
    font-family: "Source Serif Pro", serif;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1.15;
    color: var(--dark);
    margin: 0 0 1.5rem;
}

.match-text p {
    font-family: "Source Serif Pro", serif;
    font-weight: 400;
    font-size: 1.406rem;
    line-height: 1.35;
    color: var(--gray-text);
}

.match-text .read-more-link {
    display: inline-block;
    margin-top: 1rem;
    font-family: "GT Ultra";
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.875rem;
    color: var(--accent);
}

/* CLICK ON EACH REGION — XD: GT Ultra Bold 17px #000 */
.match-map .map-label {
    font-family: "GT Ultra";
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 1.0625rem;
    color: var(--dark);
    text-align: center;
    margin-bottom: 1rem;
}

.region-map {
    position: relative;
    max-width: 100%;
}

.region-map svg {
    width: 100%;
    height: auto;
    display: block;
}

.region-map img[usemap] {
    max-width: 100%;
    height: auto;
}

/* Region description paragraphs (from /regions) — serif body + 2-para clamp */
.match-text .text-hidden p {
    font-family: "Source Serif Pro", serif;
    font-weight: 400;
    font-size: 1.406rem;
    line-height: 1.35;
    color: var(--gray-text);
    margin: 0 0 1.25em;
}

.match-text .region-para-hidden {
    display: none;
}

.match-text .region-open .region-para-hidden {
    display: block;
}

.match-text .region-toggle {
    margin-top: 0.75rem;
}

/* Full-width image strip — continuous marquee with gaps */
.image-strip {
    margin: 3rem 0;
    overflow: hidden;
}

.image-strip .slick-track {
    display: flex;
}

.image-strip .slick-slide {
    padding: 0 0.5rem;
}

.image-strip img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

/* Responsive */

/* Destination subpage */
.destination-guide {
    max-width: var(--max-width);
    width: var(--width);
    margin: 0 auto;
    padding: 0;
}

.guide-hero img {
    width: 100%;
    height: auto;
    aspect-ratio: 1368 / 555;
    object-fit: cover;
    display: block;
}

.guide-back {
    display: inline-block;
    margin-top: 1.5rem;
    font-family: "GT Ultra";
    font-size: 1.75rem;
    line-height: 1;
    color: var(--dark);
    text-decoration: none;
}

.guide-title {
    margin-top: 1rem;
}

/* Centered intro column (XD: 1140px wide, centered text) */
.guide-intro {
    max-width: 71.25rem;
    margin: 0 auto;
    text-align: center;
}

.guide-intro p {
    font-family: "Source Serif Pro", serif;
    font-weight: 400;
    font-size: 1.406rem;
    line-height: 1.35;
    color: var(--gray-text);
    margin: 0 0 1.25em;
}

.guide-intro .readmore-toggle {
    margin: 0.25rem auto 0;
}

.guide-recommendations {
    margin-top: 4rem;
    text-align: center;
}

/* Heading with a small decoration icon (pin / guides / articles) */
.heading-with-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.heading-with-icon svg {
    width: auto;
    height: 2.75rem;
    flex: none;
}

.guide-rec-intro {
    max-width: 42rem;
    margin: 0 auto 3rem;
    font-family: "Source Serif Pro", serif;
    font-size: 1.406rem;
    line-height: 1.35;
    color: var(--gray-text);
}

.guide-rec-intro a {
    color: var(--accent);
}

/* Icon row — desktop: 4 across, GT Ultra 22px uppercase labels */
.icon-row {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    max-width: 71.25rem;
    margin: 0 auto;
}

.icon-row.slick-initialized {
    display: block;
}

.icon-row .icon-item {
    text-align: center;
    text-decoration: none;
    color: var(--dark);
    flex: 1;
}

.icon-row .icon-item svg {
    width: auto;
    height: 4.5rem;
    display: block;
    margin: 0 auto 1.25rem;
}

.icon-row .icon-item .icon-label {
    font-family: "GT Ultra";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 1.375rem;
}

/* Article cards — desktop: static 3-col grid (XD: 442px, 24px gaps) */
.guide-articles {
    margin-top: 4rem;
}

.article-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.article-card-link {
    display: block;
    color: var(--dark);
    text-decoration: none;
}

.article-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    margin-bottom: 1.25rem;
}

.article-card h3 {
    font-family: "Source Serif Pro", serif;
    font-weight: 700;
    font-size: 1.406rem;
    line-height: 1.25;
    color: var(--dark);
    margin: 0 0 0.75rem;
}

.article-card p {
    font-family: "Source Serif Pro", serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.35;
    color: var(--gray-text);
    margin: 0 0 1rem;
}

.article-card-credit,
.article-card-credit p,
.article-card-credit h3 {
    font-family: "Source Serif Pro", serif;
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.4;
    color: var(--gray-text);
    margin: 0;
}

/* GO BACK button — XD: 208x57, 1px #606060 border, GT Ultra 17 */
.guide-goback {
    text-align: center;
    margin: 4rem 0;
}

.goback-btn {
    display: inline-block;
    min-width: 13rem;
    padding: 1.05rem 2rem;
    border: 1px solid var(--gray);
    font-family: "GT Ultra";
    font-size: 1.0625rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: var(--dark);
    text-decoration: none;
    transition: color 0.25s;
}

.goback-btn:hover {
    color: var(--accent);
}

/* Front page (landing) */
.front-page {
    /* Sections manage their own width; guide carousel runs full-bleed.
       max-width:none beats the theme's generic main max-width, which
       otherwise pins the 100%-width box to the left. */
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.front-hero {
    max-width: var(--max-width);
    width: var(--width);
    margin: 0 auto;
}

.front-hero img {
    width: 100%;
    height: auto;
    aspect-ratio: 1368 / 770;
    object-fit: cover;
    display: block;
}

/* Tagline — XD: Serif Semibold 40, centered, ~830px wide */
.front-tagline {
    font-family: "Source Serif Pro", serif;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.3;
    color: var(--dark);
    text-align: center;
    max-width: 52rem;
    margin: 4.5rem auto;
    padding: 0 1.25rem;
}

/* Section labels — XD: icon + GT Ultra Bold 17 uppercase, centered row */
.section-label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    font-family: "GT Ultra";
    font-weight: 700;
    font-size: 1.0625rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--dark);
    margin: 0 0 2rem;
}

.section-label svg {
    width: auto;
    height: 2.25rem;
    flex: none;
}

.front-guides {
    margin: 4rem 0;
}

.front-guides .guide-carousel .guide-slide img {
    aspect-ratio: 829 / 555;
    object-fit: cover;
}

.guide-carousel .guide-slide .guide-button {
    font-size: 1rem;
}

.front-articles {
    max-width: var(--max-width);
    width: var(--width);
    margin: 4.5rem auto;
}

/* Team page (Who we are) */
.team-page {
    max-width: var(--max-width);
    width: var(--width);
    margin: 0 auto;
    padding: 0;
}

.team-hero img {
    width: 100%;
    height: auto;
    aspect-ratio: 1368 / 555;
    object-fit: cover;
    display: block;
}

.team-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 4.5rem;
}

.team-roster {
    padding-right: 3rem;
}

.team-bios {
    border-left: 1px solid #b5b1aa;
    padding-left: 3rem;
    text-align: center;
}

/* TEAM label — XD: GT Ultra Bold 24 + icon at left */
.team-label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    font-family: "GT Ultra";
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--dark);
    margin: 0 0 2.5rem;
}

.team-label svg {
    width: auto;
    height: 2.75rem;
    flex: none;
}

/* Roster — XD: Serif 22.5 #707070, 51px rhythm, roles Semibold */
.team-roster {
    text-align: center;
}

.team-role {
    font-family: "Source Serif Pro", serif;
    font-weight: 600;
    font-size: 1.406rem;
    color: var(--gray-text);
    margin: 0 0 0.6rem;
}

.team-group {
    margin-bottom: 1.9rem;
}

.team-people {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-person {
    margin: 0 0 0.6rem;
}

.team-person a,
.team-person-plain {
    font-family: "Source Serif Pro", serif;
    font-weight: 400;
    font-size: 1.406rem;
    color: var(--gray-text);
    text-decoration: none;
}

.team-person a:hover,
.team-person a:focus-visible {
    color: var(--accent);
}

.team-person a.active {
    color: var(--accent);
    font-weight: 600;
}

/* Bio panel — XD: name GT Ultra Bold 24, body Serif 22.5, centered */
.team-bio-name {
    font-family: "GT Ultra";
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--dark);
    margin: 0 0 2.5rem;
}

.team-person-bio p {
    font-family: "Source Serif Pro", serif;
    font-weight: 400;
    font-size: 1.406rem;
    line-height: 1.35;
    color: var(--gray-text);
    margin: 0 0 1.25em;
}

/* Mobile — values from the XD M artboard (400px): headings 22, body 15,
   cards = image + DISCOVER pill (no title, no arrows), map above match text */
/* New front page: neutralize the legacy fullscreen-slider layout (which
   padded .home .site by 100svh for the absolutely-positioned old gallery).
   The legacy transparent header overlay is kept — it matches the XD hero. */
@media screen and (max-width: 1024px) {
    .home .site {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .front-hero {
        max-width: none;
        width: 100%;
    }

    .front-hero img {
        aspect-ratio: 400 / 600;
    }

    .front-tagline {
        font-size: 1.375rem;
        margin: 2.5rem auto;
    }

    .section-label {
        font-size: 0.625rem;
        margin-bottom: 1.25rem;
    }

    .section-label svg {
        height: 1.5rem;
    }

    .front-guides .guide-carousel .guide-slide img {
        aspect-ratio: 362 / 272;
    }

    .guide-carousel .guide-slide .guide-button {
        font-size: 0.625rem;
    }

    .front-articles {
        margin: 3rem auto;
    }

    .team-hero img {
        aspect-ratio: 362 / 290;
    }

    .team-columns {
        display: block;
        margin-top: 2.5rem;
    }

    .team-bios {
        display: none;
    }

    .team-roster {
        padding-right: 0;
        text-align: left;
    }

    .team-label {
        justify-content: center;
        font-size: 0.9375rem;
        margin-bottom: 2rem;
    }

    .team-label svg {
        height: 1.75rem;
    }

    .team-role,
    .team-person a,
    .team-person-plain {
        font-size: 0.9375rem;
    }

    .team-person a.active {
        font-weight: 600;
    }

    .team-bio-name {
        display: none;
    }

    .team-person-bio {
        padding: 1rem 0 0.5rem;
    }

    .team-person-bio p {
        font-size: 0.9375rem;
    }

    .guide-back,
    .guide-goback {
        display: none;
    }

    .guide-intro p,
    .guide-rec-intro {
        font-size: 0.9375rem;
    }

    .guide-recommendations {
        text-align: left;
    }

    .guide-recommendations .section-heading {
        text-align: left;
    }

    .guide-rec-intro {
        margin-bottom: 2rem;
    }

    /* Vertical centered icon list with separators */
    .icon-row {
        flex-direction: column;
        gap: 0;
    }

    .icon-row .icon-item {
        padding: 1.5rem 0;
        border-bottom: 1px solid #b5b1aa;
    }

    .icon-row .icon-item:first-child {
        border-top: 1px solid #b5b1aa;
    }

    .icon-row .icon-item svg {
        height: 3rem;
        margin-bottom: 0.75rem;
    }

    .icon-row .icon-item .icon-label {
        font-size: 0.9375rem;
    }

    .guide-articles .section-heading {
        text-align: left;
    }

    .article-card h3 {
        font-size: 0.9375rem;
    }

    .article-card p {
        font-size: 0.9375rem;
    }

    .article-card-credit,
    .article-card-credit p,
    .article-card-credit h3 {
        font-size: 0.8125rem;
    }

    .section-heading {
        font-size: 1.375rem;
        margin: 2rem 0 1.25rem;
    }

    .card-carousel .guide-card {
        padding-bottom: 1rem;
    }

    .card-carousel .guide-card h3 {
        display: none;
    }

    .guide-card-pill {
        display: inline-block;
    }

    .card-carousel .guide-card p {
        font-size: 0.9375rem;
        padding: 0 0.5rem;
    }

    .card-carousel .guide-card img {
        margin-bottom: 0.75rem;
    }

    .guide-carousel .slick-dots li button,
    .card-carousel .slick-dots li button,
    .article-cards .slick-dots li button {
        width: 10px;
        height: 10px;
    }

    .match-columns {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    /* XD mobile order: heading, map, then region text */
    .match-map {
        order: -1;
    }

    .match-heading svg {
        width: 1.75rem;
    }

    .match-text h3,
    .match-text .text-hidden h2 {
        font-size: 0.9375rem;
        margin-bottom: 1rem;
    }

    .match-text p,
    .match-text .text-hidden p {
        font-size: 0.9375rem;
    }

    .match-map .map-label {
        font-size: 0.625rem;
    }

    .match-text button.readmore-toggle {
        display: block;
        margin: 0.75rem auto 0;
        font-size: 0.5625rem;
    }

    .image-strip .slick-slide {
        padding: 0 1px;
    }
}
