@charset "UTF-8";
/*!
Theme Name: Telefreek Ajloun
Theme URI: https://telefreek.jo/
Author: Keylife
Author URI: https://keylife.tech/
Description: Custom theme for the Ajloun Cable Car (Telefreek) public website. Arabic-first, RTL, bilingual via WPML, content managed with ACF.
Version: 0.1.1
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: telefreek
Tags: custom-logo, custom-menu, featured-images, translation-ready, rtl-language-support

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: #3a3f47;
  font-family: "Zain", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

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 3em 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-right: 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: #3e9b3b;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
a:hover, a:active {
  color: #2f7a2d;
  outline: 0;
}
a:focus {
  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
--------------------------------------------- */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

/* Comments
--------------------------------------------- */
.comments-area {
  max-width: 820px;
  margin-inline: auto;
  padding-top: clamp(24px, 4vw, 48px);
  border-top: 1px solid var(--tf-line);
}

.comments-title {
  margin-bottom: 24px;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list .children {
  margin-inline-start: clamp(24px, 6vw, 64px);
  border-inline-start: 2px solid var(--tf-green-soft);
  padding-inline-start: 20px;
}

.comment-body {
  display: grid;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid var(--tf-line);
}

.comment-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.comment-avatar img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--tf-tint);
}

.comment-who {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  font-size: 14px;
}
.comment-who .fn {
  font-weight: 700;
  color: var(--tf-ink);
  font-style: normal;
}
.comment-who .tag {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--tf-green-soft);
  color: var(--tf-green-text);
  font-weight: 600;
}

.comment-date {
  color: var(--tf-muted);
  text-decoration: none;
  font-size: 13px;
}
.comment-date:hover {
  color: var(--tf-green-text);
}

.comment-content {
  color: var(--tf-ink-soft);
  line-height: 1.8;
}
.comment-content p:last-child {
  margin-bottom: 0;
}
.comment-content a {
  word-wrap: break-word;
}

.comment-awaiting-moderation {
  margin: 0;
  padding: 8px 12px;
  border-radius: var(--tf-radius-xs);
  background: #fff7e6;
  color: #b54708;
  font-size: 13px;
}

.comment-actions {
  display: flex;
  gap: 16px;
  font-size: 13px;
}
.comment-actions a {
  color: var(--tf-green-text);
  font-weight: 600;
  text-decoration: none;
}
.comment-actions a:hover {
  text-decoration: underline;
}

.bypostauthor {
  display: block;
}

.comment-navigation {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  font-size: 14px;
}

.no-comments {
  color: var(--tf-muted);
  font-size: 14px;
}

.comment-respond {
  margin-top: 32px;
  padding: clamp(20px, 3vw, 32px);
  border-radius: var(--tf-radius);
  background: var(--tf-tint);
  border: 1px solid var(--tf-line);
}

.comment-reply-title {
  margin: 0 0 6px;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 700;
  color: var(--tf-ink);
}
.comment-reply-title small {
  font-size: 14px;
  font-weight: 500;
  margin-inline-start: 8px;
}
.comment-reply-title small a {
  color: var(--tf-green-text);
}

.comment-notes,
.logged-in-as,
.must-log-in {
  margin: 0 0 20px;
  color: var(--tf-muted);
  font-size: 14px;
}

.comment-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 20px;
}
@media (max-width: 640px) {
  .comment-form {
    grid-template-columns: 1fr;
  }
}
.comment-form .field {
  display: grid;
  gap: 6px;
  margin: 0;
}
.comment-form .comment-form-comment,
.comment-form .comment-form-url,
.comment-form .comment-form-cookies-consent,
.comment-form .form-submit {
  grid-column: 1/-1;
}
.comment-form .field__label {
  font-size: 14px;
  font-weight: 600;
  color: var(--tf-ink);
}
.comment-form .field__optional {
  font-weight: 400;
  color: var(--tf-muted);
}
.comment-form .required {
  color: #d92d20;
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--tf-line);
  border-radius: var(--tf-radius-sm);
  background: #fff;
  color: var(--tf-ink);
  font: inherit;
  font-size: 15px;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form input[type=url]::placeholder,
.comment-form textarea::placeholder {
  color: #a4a7ae;
}
.comment-form input[type=text]:focus-visible,
.comment-form input[type=email]:focus-visible,
.comment-form input[type=url]:focus-visible,
.comment-form textarea:focus-visible {
  outline: none;
  border-color: var(--tf-green);
  box-shadow: 0 0 0 3px var(--tf-green-soft);
}
.comment-form input[type=text]:user-invalid,
.comment-form input[type=email]:user-invalid,
.comment-form input[type=url]:user-invalid,
.comment-form textarea:user-invalid {
  border-color: #d92d20;
}
.comment-form textarea {
  min-height: 140px;
  resize: vertical;
}
.comment-form .check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  font-size: 14px;
  color: var(--tf-ink-soft);
}
.comment-form .check input {
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--tf-green);
}
.comment-form .form-submit {
  margin: 4px 0 0;
}

/* 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-right: auto;
  margin-left: 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;
}

/*--------------------------------------------------------------
# Telefreek front page & site chrome
--------------------------------------------------------------*/
:root {
  --tf-green: #1d9c4e;
  --tf-green-text: #157a3d;
  --tf-green-fill: #17853f;
  --tf-green-dark: #146f37;
  --tf-green-soft: #e8f5ee;
  --tf-green-glow: #9be39a;
  --tf-ink: #181d27;
  --tf-ink-soft: #414651;
  --tf-muted: #535862;
  --tf-muted-2: #717680;
  --tf-line: #e9eaeb;
  --tf-tint: #f5f8fa;
  --tf-navy: #0b0f17;
  --tf-white: #fff;
  --fs-hero: clamp(2.25rem, 4.6vw, 4rem);
  --fs-h2: clamp(1.75rem, 3vw, 2.625rem);
  --fs-h3: 1.25rem;
  --fs-lead: 1rem;
  --fs-body: 0.9375rem;
  --fs-small: 0.75rem;
  --fs-tiny: 0.625rem;
  --lh-tight: 1.2;
  --lh-body: 1.7;
  --tf-container: 1300px;
  --tf-gutter: clamp(16px, 4vw, 40px);
  --tf-section: clamp(56px, 7vw, 96px);
  --tf-radius: 16px;
  --tf-radius-sm: 12px;
  --tf-radius-xs: 8px;
  --tf-shadow: 0 12px 32px rgba(24, 29, 39, 0.08);
  --tf-ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --tf-focus: 0 0 0 2px #fff, 0 0 0 4px var(--tf-green-text);
  --tf-focus-dark: 0 0 0 2px var(--tf-navy), 0 0 0 4px #fff;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

html.menu-open {
  overflow: hidden;
}

body {
  color: var(--tf-ink-soft);
  background: #fff;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4 {
  color: var(--tf-ink);
  font-weight: 800;
  line-height: var(--lh-tight);
  margin: 0;
  overflow-wrap: anywhere;
}

p {
  margin: 0;
}

img,
video,
svg {
  display: block;
  max-width: 100%;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: none;
  box-shadow: var(--tf-focus);
  border-radius: 6px;
}

.hero :focus-visible,
.site-header--overlay:not(.is-scrolled) :focus-visible,
.groups__panel :focus-visible,
.site-footer :focus-visible {
  box-shadow: var(--tf-focus-dark);
}

.skip-link {
  position: absolute;
  inset-inline-start: 16px;
  top: -100px;
  z-index: 1000;
  padding: 12px 20px;
  background: var(--tf-ink);
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
}
.skip-link:focus {
  top: 16px;
  clip: auto;
  width: auto;
  height: auto;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html,
body {
  overflow-x: clip;
  max-width: 100%;
}

@supports not (overflow-x: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}
.container {
  width: 100%;
  max-width: calc(var(--tf-container) + 2 * var(--tf-gutter));
  margin-inline: auto;
  padding-inline: var(--tf-gutter);
}

.section {
  padding-block: var(--tf-section);
}
.section--tint {
  background: var(--tf-tint);
}

.section__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-block-end: clamp(28px, 4vw, 48px);
}
.section__head--center {
  align-items: center;
  text-align: center;
}
.section__head--start {
  align-items: flex-start;
  text-align: start;
}

.section__title {
  font-size: var(--fs-h2);
  letter-spacing: -0.01em;
}

.section__subline {
  max-width: 62ch;
  color: var(--tf-muted);
  font-size: var(--fs-body);
  line-height: 1.7;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 2px 12px;
  border-radius: 999px;
  background: var(--tf-green-text);
  color: #fff;
  font-size: var(--fs-small);
  font-weight: 600;
  line-height: 1.5;
}
.pill--light {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 24px;
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-size: var(--fs-body);
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.2s var(--tf-ease), background 0.2s, box-shadow 0.2s, color 0.2s;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn--pill {
  border-radius: 999px;
}
.btn--green {
  background: var(--tf-green-fill);
  color: #fff;
}
.btn--green:hover {
  background: var(--tf-green-dark);
  color: #fff;
}
.btn--light {
  background: #fff;
  color: var(--tf-ink);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.btn--light:hover {
  color: var(--tf-ink);
}
.btn--cta {
  padding: 6px 22px 6px 6px;
  gap: 12px;
}
.btn--cta .icon--badge {
  order: 2;
}
[dir=ltr] .btn--cta {
  padding: 6px 6px 6px 22px;
}
[dir=ltr] .btn--cta .icon--badge svg, [dir=ltr] .btn--cta .icon--badge {
  transform: scaleX(-1);
}
.btn--light-green {
  background: rgba(255, 255, 255, 0.24);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
}
.btn--light-green:hover {
  background: rgba(255, 255, 255, 0.34);
  color: #fff;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
  flex: none;
}
.icon--badge {
  width: 2rem;
  height: 2rem;
  padding: 6px;
  border-radius: 50%;
  background: var(--tf-green);
  color: #fff;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 6px 14px;
  border-radius: 10px;
  background: rgba(32, 32, 32, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: var(--fs-small);
  line-height: 1.3;
  white-space: nowrap;
  backdrop-filter: blur(8px);
  text-align: center;
}
.chip__icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #fff;
}
.chip__lines, .chip--hours {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.chip__top {
  color: var(--tf-green-glow);
  font-size: var(--fs-tiny);
  font-weight: 600;
}
.chip__main {
  font-size: var(--fs-body);
  font-weight: 500;
}
.chip__sub {
  font-size: var(--fs-tiny);
  color: rgba(255, 255, 255, 0.8);
}
.chip--weather .chip__main {
  font-size: var(--fs-small);
  font-weight: 600;
}
.chip--plugin > * {
  margin: 0;
}

.section__bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-block-end: clamp(28px, 4vw, 48px);
}
.section__bar .section__head {
  margin-block-end: 0;
}
.section__bar-action {
  flex: none;
  margin-block-start: 4px;
}
@media (max-width: 640px) {
  .section__bar {
    flex-direction: column;
  }
}

.card-grid {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.card-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}
@media (max-width: 1024px) {
  .card-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .card-grid--4 {
    grid-template-columns: 1fr;
  }
}

.lang-switch__list {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 3px;
  list-style: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.lang-switch__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  font-size: var(--fs-small);
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  transition: background 0.2s, color 0.2s;
}
.lang-switch__link:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.lang-switch__link.is-active {
  background: #fff;
  color: var(--tf-ink);
}
.site-header:not(.site-header--overlay) .lang-switch__list, .site-header--overlay.is-scrolled .lang-switch__list {
  background: var(--tf-tint);
  border-color: var(--tf-line);
}
.site-header:not(.site-header--overlay) .lang-switch__link, .site-header--overlay.is-scrolled .lang-switch__link {
  color: var(--tf-ink);
}
.site-header:not(.site-header--overlay) .lang-switch__link:hover, .site-header--overlay.is-scrolled .lang-switch__link:hover {
  background: var(--tf-line);
  color: var(--tf-ink);
}
.site-header:not(.site-header--overlay) .lang-switch__link.is-active, .site-header--overlay.is-scrolled .lang-switch__link.is-active {
  background: var(--tf-green-fill);
  color: #fff;
}

.site-header {
  position: relative;
  z-index: 50;
  background: #fff;
  border-block-end: 1px solid var(--tf-line);
  color: var(--tf-ink);
}
.site-header__inner {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 40px);
  min-height: 92px;
}
.site-header__tools {
  display: none;
  align-items: center;
  gap: 12px;
  margin-inline-start: auto;
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .site-header__tools {
    gap: 8px;
  }
  .site-header__tools .chip--weather {
    display: none;
  }
  .site-header__tools .site-header__sep {
    display: none;
  }
}
@media (min-width: 1024px) {
  .site-header__tools {
    display: flex;
  }
}
.site-header__sep {
  width: 1px;
  height: 24px;
  background: currentColor;
  opacity: 0.35;
  margin-inline: 4px;
}
.site-header__mobile {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-inline-start: auto;
}
@media (min-width: 1024px) {
  .site-header__mobile {
    display: none;
  }
}
.site-header--overlay {
  position: absolute;
  inset-inline: 0;
  top: 0;
  background: rgba(16, 12, 12, 0.32);
  border: 0;
  color: #fff;
  transition: background 0.3s, color 0.3s;
}
.site-header--overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  pointer-events: none;
}
.site-header--overlay .main-navigation > ul > li > a {
  color: #fff;
}
.site-header--overlay .site-header__tools .chip {
  color: #fff;
}
.site-header--overlay.is-scrolled {
  position: fixed;
  background: rgba(12, 17, 29, 0.88);
  border-block-end: 1px solid rgba(255, 255, 255, 0.08);
}
.site-header--overlay.is-scrolled::before {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.site-header--overlay.is-scrolled .site-header__inner {
  min-height: 72px;
}
.site-header--overlay.is-scrolled .site-logo__img,
.site-header--overlay.is-scrolled .custom-logo {
  height: 40px;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.site-logo__img--scrolled {
  display: none;
}
html.menu-open .site-header--overlay .site-logo .site-logo__img--default {
  display: none;
}
html.menu-open .site-header--overlay .site-logo .site-logo__img--scrolled {
  display: block;
}
.site-logo__img,
.site-logo .custom-logo {
  height: 60px;
  width: auto;
  transition: height 0.3s;
}

.site-branding .site-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  color: inherit;
}

body.admin-bar .site-header--overlay {
  top: 32px;
}
body.admin-bar .site-header--overlay.is-scrolled {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .site-header--overlay {
    top: 46px;
  }
  body.admin-bar .site-header--overlay.is-scrolled {
    top: 46px;
  }
}

.main-navigation {
  display: none;
}
@media (min-width: 1024px) {
  .main-navigation {
    display: block;
  }
}
.main-navigation ul {
  display: flex;
  gap: clamp(12px, 2vw, 32px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding-block: 8px;
  color: var(--tf-ink);
  font-size: var(--fs-body);
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}
.main-navigation a:hover {
  color: var(--tf-green-glow);
}
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
  font-weight: 700;
}
.main-navigation__extra {
  display: none;
}
.main-navigation ul ul {
  position: absolute;
  inset-inline-start: 0;
  top: 100%;
  flex-direction: column;
  gap: 0;
  min-width: 220px;
  padding: 8px 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--tf-shadow);
  border: 1px solid var(--tf-line);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: 0.2s;
}
.main-navigation ul ul a {
  display: flex;
  padding: 8px 16px;
  color: var(--tf-ink);
  white-space: normal;
}
.main-navigation ul ul a:hover {
  color: var(--tf-green-text);
}
.main-navigation li:hover > ul,
.main-navigation li.focus > ul,
.main-navigation li:focus-within > ul {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.menu-toggle {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: inherit;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.menu-toggle__bars {
  position: relative;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: background 0.2s;
}
.menu-toggle__bars::before, .menu-toggle__bars::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.25s var(--tf-ease);
}
.menu-toggle__bars::before {
  top: -7px;
}
.menu-toggle__bars::after {
  top: 7px;
}
.menu-toggle[aria-expanded=true] .menu-toggle__bars {
  background: transparent;
}
.menu-toggle[aria-expanded=true] .menu-toggle__bars::before {
  transform: translateY(7px) rotate(-45deg);
}
.menu-toggle[aria-expanded=true] .menu-toggle__bars::after {
  transform: translateY(-7px) rotate(45deg);
}

@keyframes tf-menu-item {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 1023.98px) {
  html.menu-open {
    overflow: hidden;
  }
  .main-navigation {
    display: block;
    position: fixed;
    inset: 0;
    top: var(--tf-header-h, 72px);
    z-index: 60;
    padding: 24px var(--tf-gutter) 32px;
    background: #fff;
    color: var(--tf-ink);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-24px);
    pointer-events: none;
    transition: opacity 0.28s var(--tf-ease), transform 0.36s var(--tf-ease), visibility 0s linear 0.36s;
  }
  .main-navigation.toggled {
    visibility: visible;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    transition: opacity 0.28s var(--tf-ease), transform 0.36s var(--tf-ease), visibility 0s;
  }
  .main-navigation ul {
    flex-direction: column;
    gap: 0;
  }
  .main-navigation li {
    border-block-end: 1px solid var(--tf-line);
    opacity: 0;
  }
  .main-navigation.toggled li {
    animation: tf-menu-item 0.45s var(--tf-ease) both;
  }
  .main-navigation.toggled > ul > li:nth-child(1) {
    animation-delay: 105ms;
  }
  .main-navigation.toggled > ul > li:nth-child(2) {
    animation-delay: 150ms;
  }
  .main-navigation.toggled > ul > li:nth-child(3) {
    animation-delay: 195ms;
  }
  .main-navigation.toggled > ul > li:nth-child(4) {
    animation-delay: 240ms;
  }
  .main-navigation.toggled > ul > li:nth-child(5) {
    animation-delay: 285ms;
  }
  .main-navigation.toggled > ul > li:nth-child(6) {
    animation-delay: 330ms;
  }
  .main-navigation.toggled > ul > li:nth-child(7) {
    animation-delay: 375ms;
  }
  .main-navigation.toggled > ul > li:nth-child(8) {
    animation-delay: 420ms;
  }
  .main-navigation.toggled > ul > li:nth-child(9) {
    animation-delay: 465ms;
  }
  .main-navigation.toggled > ul > li:nth-child(10) {
    animation-delay: 510ms;
  }
  .main-navigation li a, .site-header--overlay .main-navigation > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    color: var(--tf-ink);
    font-size: 1.25rem;
    font-weight: 600;
    padding: 16px 0;
    min-height: 56px;
    white-space: normal;
  }
  .main-navigation li a::after, .site-header--overlay .main-navigation > ul > li > a::after {
    content: "";
    flex: none;
    width: 8px;
    height: 8px;
    border-inline-end: 2px solid var(--tf-green);
    border-block-end: 2px solid var(--tf-green);
    transform: rotate(45deg);
    opacity: 0.7;
    transition: transform 0.2s var(--tf-ease);
  }
  .main-navigation li a:hover, .main-navigation li a:focus-visible, .site-header--overlay .main-navigation > ul > li > a:hover, .site-header--overlay .main-navigation > ul > li > a:focus-visible {
    color: var(--tf-green-text);
  }
  .main-navigation li a:hover::after, .main-navigation li a:focus-visible::after, .site-header--overlay .main-navigation > ul > li > a:hover::after, .site-header--overlay .main-navigation > ul > li > a:focus-visible::after {
    transform: translateX(-4px) rotate(45deg);
  }
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_item > a {
    color: var(--tf-green-text);
  }
  .main-navigation ul ul {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    padding: 0 0 8px 0;
    padding-inline-start: 16px;
    min-width: 0;
    background: transparent;
  }
  .main-navigation ul ul li {
    border: 0;
  }
  .main-navigation ul ul a {
    font-size: 1rem;
    font-weight: 500;
    min-height: 44px;
    padding: 8px 0;
  }
  .main-navigation ul ul a::after {
    display: none;
  }
  .main-navigation .main-navigation__extra {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-block-start: 24px;
    opacity: 0;
  }
  .main-navigation .main-navigation__extra .btn {
    width: 100%;
    min-height: 52px;
    font-size: 1.0625rem;
  }
  .main-navigation.toggled .main-navigation__extra {
    animation: tf-menu-item 0.45s var(--tf-ease) 0.42s both;
  }
  .main-navigation__hours {
    margin: 0;
    color: var(--tf-muted);
    font-size: var(--fs-body);
  }
  .main-navigation__hours strong {
    color: var(--tf-green-text);
  }
  .site-header__mobile {
    position: relative;
    z-index: 70;
  }
  html.menu-open .site-header--overlay {
    background: var(--tf-navy);
    color: #fff;
    border-block-end: 1px solid rgba(255, 255, 255, 0.08);
  }
  html.menu-open .site-header--overlay::before {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .main-navigation,
  .main-navigation.toggled li,
  .main-navigation.toggled .main-navigation__extra {
    transition: none;
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.hero {
  position: relative;
  min-height: min(100svh, 836px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #100c0c;
}
.hero__pause {
  position: absolute;
  inset-inline-end: clamp(16px, 3vw, 40px);
  bottom: 183px;
  z-index: 2;
}
@media (max-width: 860px) {
  .hero__pause {
    bottom: auto;
    top: 104px;
  }
}
.hero__pause {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(16, 12, 12, 0.55);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  backdrop-filter: blur(6px);
}
.hero__pause .icon {
  width: 1.1rem;
  height: 1.1rem;
}
.hero__pause:hover {
  background: rgba(16, 12, 12, 0.8);
}
.hero__pause .icon--play-solid {
  display: none;
}
.hero__pause.is-paused .icon--pause {
  display: none;
}
.hero__pause.is-paused .icon--play-solid {
  display: block;
}
.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(-180deg, rgba(16, 12, 12, 0.55) 0%, rgba(16, 12, 12, 0.15) 30%, rgba(16, 12, 12, 0.3) 65%, rgba(16, 12, 12, 0.85) 100%);
}
.hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: start;
  padding-block: 150px 56px;
  gap: 24px;
}
.hero__play {
  align-self: center;
  margin-block: auto 32px;
  width: 88px;
  height: 88px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.25s var(--tf-ease), background 0.25s;
}
.hero__play .icon--play {
  width: 2.25rem;
  height: 2.25rem;
  margin-inline-start: 4px;
}
.hero__play:hover {
  transform: scale(1.06);
  background: rgba(255, 255, 255, 0.42);
}
@media (max-width: 640px) {
  .hero__play {
    width: 64px;
    height: 64px;
  }
}
.hero__title {
  color: #fff;
  font-size: var(--fs-hero);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.4);
  max-width: 24ch;
}
.hero__title-line {
  display: block;
}
.hero__title-line--accent {
  color: var(--tf-green-glow);
}
.hero__subline {
  max-width: 56ch;
  font-size: var(--fs-lead);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
.hero__quickbar {
  position: relative;
  background: rgba(16, 12, 12, 0.78);
  border-block-start: 1px solid rgba(255, 255, 255, 0.1);
}

.quickbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
.quickbar__item + .quickbar__item {
  border-inline-start: 1px solid rgba(255, 255, 255, 0.16);
}
.quickbar__link, .quickbar__link:visited {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 163px;
  padding: 28px clamp(16px, 2vw, 28px);
  color: #fff;
  text-decoration: none;
  transition: background 0.2s;
}
.quickbar__link:hover, .quickbar__link:visited:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}
.quickbar__icon {
  order: 2;
  flex: none;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
}
.quickbar__icon .icon {
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
}
.quickbar__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  text-align: start;
}
.quickbar__tag {
  font-size: var(--fs-body);
  font-weight: 500;
  color: #1c9c4c;
}
.quickbar__title {
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
}
.quickbar__desc {
  font-size: var(--fs-body);
  line-height: 1.5;
  color: #d8d8d0;
}
@media (max-width: 860px) {
  .quickbar {
    grid-template-columns: 1fr;
  }
  .quickbar__item + .quickbar__item {
    border-inline-start: 0;
    border-block-start: 1px solid rgba(255, 255, 255, 0.16);
  }
  .quickbar__link {
    min-height: 88px;
    padding-block: 16px;
  }
}

.video-modal {
  width: min(92vw, 1100px);
  padding: 0;
  border: 0;
  border-radius: var(--tf-radius);
  background: #000;
  overflow: hidden;
}
.video-modal::backdrop {
  background: rgba(0, 0, 0, 0.78);
}
.video-modal__frame {
  aspect-ratio: 16/9;
}
.video-modal__frame iframe,
.video-modal__frame video {
  width: 100%;
  height: 100%;
  border: 0;
}
.video-modal__close {
  position: absolute;
  inset-inline-end: 12px;
  top: 12px;
  z-index: 1;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--tf-ink);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
  margin-block-end: clamp(48px, 6vw, 88px);
}
@media (max-width: 860px) {
  .about__grid {
    grid-template-columns: 1fr;
  }
}
.about__text .section__title {
  color: var(--tf-green-text);
  margin-block-end: 24px;
}
.about__body {
  font-size: var(--fs-body);
  line-height: 1.9;
  color: var(--tf-ink-soft);
}
.about__body p {
  margin: 0 0 1.25em;
}
.about__body p:last-child {
  margin-bottom: 0;
}
.about__media {
  display: flex;
  justify-content: center;
}
@media (max-width: 860px) {
  .about__media {
    order: -1;
  }
}
.about__img {
  max-width: 420px;
  width: 100%;
  filter: drop-shadow(0 32px 40px rgba(24, 29, 39, 0.2));
}
.about__media-3d {
  position: relative;
  width: 100%;
  max-width: 420px;
}
.about__media-3d.is-3d .about__img {
  visibility: hidden;
}
.about__media-3d .cabin3d__canvas {
  position: absolute;
  inset: 0;
  cursor: grab;
  touch-action: pan-y;
}
.about__media-3d.is-dragging .cabin3d__canvas {
  cursor: grabbing;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 720px) {
  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 16px;
  }
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}
.stat__icon .icon {
  width: 2rem;
  height: 2rem;
  color: var(--tf-green);
  margin-block-end: 8px;
}
.stat__value {
  color: var(--tf-green-text);
  font-size: var(--fs-h3);
  font-weight: 700;
}
.stat__label {
  color: var(--tf-ink);
  font-size: var(--fs-body);
  font-weight: 500;
}

.route {
  padding-block-start: 0;
}
.route__card {
  background: var(--tf-tint);
  border-radius: 24px;
  padding: clamp(32px, 4.5vw, 64px) clamp(20px, 4vw, 56px);
}
.route__illustration {
  display: flex;
  justify-content: center;
}
.route__img {
  max-width: 1000px;
  width: 100%;
}
.route__3d {
  position: relative;
  width: 100%;
  max-width: 1000px;
}
.route__3d.is-3d .route__img {
  visibility: hidden;
}
.route__3d .route3d__canvas {
  position: absolute;
  inset: 0;
}

.card {
  position: relative;
  border-radius: var(--tf-radius);
  overflow: hidden;
  background: var(--tf-navy);
  box-shadow: var(--tf-shadow);
}
.card--tall {
  aspect-ratio: 295/515;
}
@media (max-width: 520px) {
  .card--tall {
    aspect-ratio: 4/5;
  }
}
.card__link, .card__link:visited {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  text-decoration: none;
}
.card__link::after, .card__link:visited::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.88) 100%);
  z-index: 1;
}
.card__link:hover, .card__link:visited:hover {
  color: #fff;
}
.card__link:hover .card__img, .card__link:visited:hover .card__img {
  transform: scale(1.05);
}
.card__link:focus-visible, .card__link:visited:focus-visible {
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 5px var(--tf-green);
  border-radius: var(--tf-radius);
}
.card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--tf-ease);
}
.card__body {
  position: relative;
  z-index: 2;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.card__tag {
  font-size: var(--fs-small);
  color: var(--tf-green-glow);
}
.card__title {
  color: #fff;
  font-size: var(--fs-h3);
}
.card__desc {
  font-size: var(--fs-small);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px clamp(24px, 4vw, 64px);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 900px) {
  .features__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 24px;
  }
}
@media (max-width: 560px) {
  .features__grid {
    grid-template-columns: 1fr;
  }
}

.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.feature__icon .icon {
  width: 2rem;
  height: 2rem;
  color: var(--tf-green);
  margin-block-end: 8px;
}
.feature__title {
  font-size: var(--fs-h3);
}
.feature__desc {
  max-width: 36ch;
  font-size: var(--fs-body);
  line-height: 1.7;
  color: var(--tf-muted);
}

.carousel {
  position: relative;
}
.carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 64px) / 3);
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 4px 4px 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.carousel__track::-webkit-scrollbar {
  display: none;
}
.carousel__track:focus-visible {
  box-shadow: var(--tf-focus);
  border-radius: var(--tf-radius);
}
@media (max-width: 1024px) {
  .carousel__track {
    grid-auto-columns: calc((100% - 24px) / 2);
    gap: 24px;
  }
}
@media (max-width: 640px) {
  .carousel__track {
    grid-auto-columns: 86%;
    gap: 16px;
  }
}
.carousel__slide {
  scroll-snap-align: start;
}
.carousel__nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-block-start: 32px;
}
.carousel__btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--tf-ink);
  background: #fff;
  color: var(--tf-ink);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.carousel__btn .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.carousel__btn:hover:not([disabled]) {
  background: var(--tf-green);
  color: #fff;
  border-color: var(--tf-green);
}
.carousel__btn[disabled] {
  opacity: 0.35;
  cursor: default;
}

.activity-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
.activity-card__media {
  display: block;
  border-radius: var(--tf-radius);
  overflow: hidden;
  aspect-ratio: 384/256;
  background: var(--tf-line);
  margin-block-end: 8px;
}
.activity-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--tf-ease);
}
.activity-card__media:hover .activity-card__img {
  transform: scale(1.04);
}
.activity-card__tag {
  font-size: var(--fs-body);
  font-weight: 600;
  color: var(--tf-green-text);
}
.activity-card__title {
  font-size: var(--fs-h3);
}
.activity-card__title a {
  color: inherit;
  text-decoration: none;
}
.activity-card__title a:hover {
  color: var(--tf-green-text);
}
.activity-card__desc {
  font-size: var(--fs-body);
  line-height: 1.7;
  color: var(--tf-muted);
  flex: 1;
}
.activity-card__cta {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  font-size: var(--fs-body);
  font-weight: 700;
  color: var(--tf-green-text);
  text-decoration: none;
}
.activity-card__cta:hover {
  text-decoration: underline;
}

.groups {
  padding-block-start: var(--tf-section);
}
.groups__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(24px, 5vw, 96px);
  align-items: center;
  padding: clamp(28px, 4vw, 56px) clamp(24px, 4vw, 64px);
  border-radius: 24px;
  color: #fff;
  background: radial-gradient(120% 140% at 100% 0%, #1d9c4e 0%, #17853f 38%, #12602f 100%);
}
@media (max-width: 860px) {
  .groups__panel {
    grid-template-columns: 1fr;
  }
}
.groups__text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  max-width: 420px;
}
.groups__text .pill {
  align-self: flex-start;
}
.groups__title {
  color: #fff;
  font-size: var(--fs-h2);
  line-height: 1.3;
  max-width: 9ch;
}
.groups__lead {
  font-size: var(--fs-body);
  line-height: 1.8;
  max-width: 48ch;
}
.groups__list {
  margin: 0;
  padding-inline-start: 1.25em;
  font-size: var(--fs-body);
  line-height: 1.9;
}
@media (max-width: 860px) {
  .groups__media {
    order: -1;
  }
}
.groups__img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: var(--tf-radius);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
  max-width: 560px;
  margin-inline-start: auto;
}

.tickets {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
@media (max-width: 1024px) {
  .tickets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .tickets {
    grid-template-columns: 1fr;
  }
}

.ticket {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 80px;
  padding: 14px 18px;
  border-radius: var(--tf-radius-xs);
  background: var(--tf-tint);
  border: 1px solid transparent;
  transition: background 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.ticket:hover, .ticket:first-child {
  background: #fff;
  border-color: var(--tf-line);
  box-shadow: var(--tf-shadow);
}
.ticket__icon .icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--tf-green);
}
.ticket__price {
  font-size: var(--fs-h3);
  font-weight: 700;
  color: var(--tf-ink);
}
.ticket__text {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  text-align: start;
}
.ticket__audience {
  font-size: var(--fs-small);
  font-weight: 600;
  color: var(--tf-ink);
}
.ticket__note {
  font-size: var(--fs-tiny);
  color: var(--tf-muted);
}

.map {
  height: clamp(320px, 42vw, 520px);
  border-radius: var(--tf-radius);
  overflow: hidden;
  background: var(--tf-tint);
  margin-block-end: clamp(32px, 5vw, 56px);
  z-index: 0;
}
.map .leaflet-container {
  font-family: inherit;
}
.map:focus-visible {
  box-shadow: var(--tf-focus);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 900px) {
  .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
}

.info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}
.info__icon .icon {
  width: 1.75rem;
  height: 1.75rem;
  color: var(--tf-green);
  margin-block-end: 8px;
}
.info__title {
  font-size: var(--fs-body);
  font-weight: 700;
  margin-block-end: 6px;
}
.info__line {
  font-size: var(--fs-body);
  color: var(--tf-ink-soft);
}
.info__line a {
  display: inline-block;
  min-height: 24px;
  color: var(--tf-green-text);
  text-decoration: none;
  font-weight: 600;
}
.info__line a:hover {
  text-decoration: underline;
}
.info__meta {
  margin: 0 0 8px;
  font-size: var(--fs-small);
  color: var(--tf-green-text);
  font-weight: 600;
}

.gallery {
  background: #f8f9fb;
}
.gallery__title {
  font-size: var(--fs-h2);
  color: var(--tf-green-text);
}
.gallery__title a {
  color: inherit;
  text-decoration: none;
}
.gallery__title a:hover {
  text-decoration: underline;
}
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 900px) {
  .gallery__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.gallery__item {
  aspect-ratio: 1;
  border-radius: var(--tf-radius-sm);
  overflow: hidden;
  background: var(--tf-tint);
}
.gallery__item a {
  display: block;
  height: 100%;
  border-radius: var(--tf-radius-sm);
}
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--tf-ease);
}
.gallery__item:hover img {
  transform: scale(1.06);
}

.site-footer {
  background: var(--tf-navy);
  color: rgba(255, 255, 255, 0.82);
  padding-block: clamp(40px, 6vw, 72px) 28px;
  font-size: var(--fs-body);
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-newsletter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block-end: 40px;
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-newsletter__title {
  color: #fff;
  font-size: 1.625rem;
  margin-block-end: 8px;
}
.footer-newsletter__form {
  display: flex;
  gap: 10px;
  flex: 1 1 320px;
  max-width: 440px;
}
.footer-newsletter__form input[type=email] {
  flex: 1;
  min-width: 0;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font: inherit;
}
.footer-newsletter__form input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-newsletter__form input[type=email]:focus-visible {
  box-shadow: var(--tf-focus-dark);
  border-color: #fff;
}
.footer-newsletter__msg {
  flex-basis: 100%;
  color: var(--tf-green-glow);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 32px;
  padding-block: 40px;
}
@media (max-width: 760px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .footer-main {
    grid-template-columns: 1fr;
  }
}

.footer-logo__img {
  height: 72px;
  width: auto;
}

.footer-brand__tagline {
  margin: 16px 0 0;
  max-width: 32ch;
}

.footer-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer-menu__list a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-block-start: 24px;
  border-block-start: 1px solid rgba(255, 255, 255, 0.1);
  font-size: var(--fs-small);
}

.footer-social {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-social a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.footer-social a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.footer-social .icon {
  width: 1.125rem;
  height: 1.125rem;
}

.inner-page .site-header .chip {
  background: var(--tf-tint);
  border-color: var(--tf-line);
  color: var(--tf-ink);
  backdrop-filter: none;
}
.inner-page .site-header .chip__top {
  color: var(--tf-green-text);
}
.inner-page .site-header .chip__sub {
  color: var(--tf-muted);
}
.inner-page .site-header .chip__icon {
  color: var(--tf-green);
}
.inner-page .site-header .site-header__sep {
  opacity: 0.2;
}
.inner-page .site-header .btn--light {
  border: 1px solid var(--tf-line);
  box-shadow: none;
}

.banner {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 420px;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  background: var(--tf-navy);
}
.banner--compact {
  min-height: 260px;
}
.banner__media {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(-180deg, rgba(16, 12, 12, 0.45) 0%, rgba(16, 12, 12, 0.25) 40%, rgba(16, 12, 12, 0.85) 100%);
}
.banner__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding-block: 48px;
}
.banner__title {
  color: #fff;
  font-size: var(--fs-h2);
}
.banner__subline {
  max-width: 62ch;
  font-size: var(--fs-lead);
  color: rgba(255, 255, 255, 0.9);
}

.breadcrumbs {
  font-size: var(--fs-small);
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs li + li::before {
  content: "›";
  margin-inline-end: 6px;
  opacity: 0.6;
}
[dir=rtl] .breadcrumbs li + li::before {
  content: "‹";
}
.breadcrumbs a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #fff;
  text-decoration: underline;
}
.breadcrumbs [aria-current] {
  color: #fff;
  font-weight: 600;
}

.item-grid {
  display: grid;
  gap: 32px;
}
.item-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .item-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .item-grid--3 {
    grid-template-columns: 1fr;
  }
}
.item-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .item-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .item-grid--4 {
    grid-template-columns: 1fr;
  }
}

.item-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
.item-card__media {
  display: block;
  aspect-ratio: 384/256;
  border-radius: var(--tf-radius);
  overflow: hidden;
  background: var(--tf-tint);
  margin-block-end: 8px;
}
.item-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--tf-ease);
}
.item-card__media:hover .item-card__img {
  transform: scale(1.04);
}
.item-card__placeholder {
  display: grid;
  place-items: center;
  height: 100%;
  color: var(--tf-green);
}
.item-card__placeholder .icon {
  width: 3rem;
  height: 3rem;
}
.item-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.item-card__tag {
  font-size: var(--fs-body);
  font-weight: 600;
  color: var(--tf-green-text);
}
.item-card__title {
  font-size: var(--fs-h3);
}
.item-card__title a {
  color: inherit;
  text-decoration: none;
}
.item-card__title a:hover {
  color: var(--tf-green-text);
}
.item-card__desc {
  color: var(--tf-muted);
  line-height: 1.7;
  flex: 1;
}
.item-card__cta {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  font-weight: 700;
  color: var(--tf-green-text);
  text-decoration: none;
}
.item-card__cta:hover {
  text-decoration: underline;
}

.meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--fs-small);
  color: var(--tf-muted);
}
.meta-list li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.meta-list .icon {
  width: 1rem;
  height: 1rem;
  color: var(--tf-green);
}
.meta-list--stack {
  flex-direction: column;
  gap: 12px;
  font-size: var(--fs-body);
  color: var(--tf-ink-soft);
}
.meta-list--stack .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.archive-count {
  margin-block-end: 24px;
  color: var(--tf-muted);
}

.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding-block: 24px;
}
.empty-state p {
  font-size: var(--fs-lead);
  color: var(--tf-muted);
}

.single-item__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
@media (max-width: 900px) {
  .single-item__grid {
    grid-template-columns: 1fr;
  }
}

.single-item__aside {
  position: sticky;
  top: 104px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 900px) {
  .single-item__aside {
    position: static;
  }
}

.info-card {
  padding: 24px;
  border-radius: var(--tf-radius);
  background: var(--tf-tint);
  border: 1px solid var(--tf-line);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-card__title {
  font-size: var(--fs-h3);
}
.info-card--map {
  padding: 0;
  overflow: hidden;
}

.map--small {
  height: 260px;
  margin: 0;
  border-radius: 0;
}

.btn--block {
  width: 100%;
}

.btn--light-outline {
  background: #fff;
  color: var(--tf-ink);
  border: 1px solid var(--tf-line);
}
.btn--light-outline:hover {
  border-color: var(--tf-green);
  color: var(--tf-green-text);
}

.prose {
  max-width: 76ch;
  font-size: var(--fs-lead);
  line-height: 1.85;
  color: var(--tf-ink-soft);
}
.prose > * + * {
  margin-block-start: 1.1em;
}
.prose h2 {
  font-size: 1.75rem;
  margin-block-start: 1.6em;
}
.prose h3 {
  font-size: 1.375rem;
  margin-block-start: 1.4em;
}
.prose h4 {
  font-size: 1.125rem;
}
.prose ul,
.prose ol {
  padding-inline-start: 1.4em;
}
.prose li + li {
  margin-block-start: 0.4em;
}
.prose a {
  color: var(--tf-green-text);
  text-decoration: underline;
}
.prose img,
.prose figure {
  border-radius: var(--tf-radius);
  overflow: hidden;
}
.prose figcaption {
  font-size: var(--fs-small);
  color: var(--tf-muted);
  text-align: center;
  margin-block-start: 8px;
}
.prose blockquote {
  margin: 0;
  padding: 16px 24px;
  border-inline-start: 4px solid var(--tf-green);
  background: var(--tf-tint);
  border-radius: var(--tf-radius-xs);
  font-style: normal;
}
.prose table {
  width: 100%;
  border-collapse: collapse;
}
.prose table th,
.prose table td {
  padding: 12px;
  border: 1px solid var(--tf-line);
  text-align: start;
}
.prose table th {
  background: var(--tf-tint);
}

.entry-footer {
  margin-block-start: 32px;
  padding-block-start: 16px;
  border-block-start: 1px solid var(--tf-line);
  font-size: var(--fs-small);
  color: var(--tf-muted);
}
.entry-footer > span + span::before {
  content: "·";
  margin-inline: 8px;
}

.pagination {
  margin-block-start: 48px;
}
.pagination ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination .page-numbers {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid var(--tf-line);
  color: var(--tf-ink);
  text-decoration: none;
  font-weight: 600;
}
.pagination .page-numbers:hover {
  border-color: var(--tf-green);
  color: var(--tf-green-text);
}
.pagination .page-numbers.current {
  background: var(--tf-green-fill);
  border-color: var(--tf-green-fill);
  color: #fff;
}
.pagination .page-numbers.dots {
  border: 0;
}
.pagination .page-numbers .icon {
  width: 1rem;
  height: 1rem;
}

.search-form {
  display: flex;
  gap: 10px;
  max-width: 560px;
  width: 100%;
}
.search-form .search-field {
  flex: 1;
  min-width: 0;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid var(--tf-line);
  font: inherit;
}

.search-bar {
  padding-block-start: 40px;
}

html.has-reveal .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s var(--tf-ease), transform 0.6s var(--tf-ease);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
html.has-reveal .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html.has-reveal .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
[dir=rtl] .carousel__btn[data-dir=prev] .icon,
[dir=rtl] .carousel__btn[data-dir=next] .icon,
[dir=rtl] .pagination .prev .icon,
[dir=rtl] .pagination .next .icon {
  transform: scaleX(-1);
}

/*--------------------------------------------------------------
# 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;
  right: 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 {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5em;
}
