/*!
Theme Name: mt-guide
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mt-guide
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.

mt-guide is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #fff;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
# MT Guide – Custom Landing Page Styles
--------------------------------------------------------------*/

body.mt-landing {
	font-family: 'Inter', sans-serif;
	background: #f5f0e8;
	color: #1a1a1a;
	overflow-x: hidden;
}

/* ── NAV ── */
.mt-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 40px;
	background: #f5f0e8;
	border-bottom: 0.5px solid rgba(0,0,0,0.12);
	position: sticky;
	top: 0;
	z-index: 100;
}
.mt-nav-logo {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #1a1a1a;
	text-decoration: none;
}
.mt-nav-logo span { color: #2d6a4f; }
.mt-nav-logo-img { max-height: 42px; width: auto; display: block; }
.mt-nav-links { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; }
.mt-nav-links a {
	font-size: 13px;
	font-weight: 400;
	color: #555;
	text-decoration: none;
	letter-spacing: 0.02em;
	transition: color 0.2s;
}
.mt-nav-links a:hover,
.mt-nav-links a:focus { color: #2d6a4f; }
.mt-nav-links .current-menu-item a { color: #2d6a4f; }
.mt-nav-cta {
	background: #2d6a4f;
	color: #f5f0e8;
	border: none;
	padding: 9px 20px;
	border-radius: 40px;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.2s, transform 0.15s;
	display: inline-block;
}
.mt-nav-cta:hover { background: #1d4d38; transform: scale(0.98); color: #f5f0e8; }

/* ── HERO ── */
.mt-hero {
	position: relative;
	min-height: 580px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: #1a1a1a;
}
.mt-hero-img {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, #2a3d30 0%, #1a2a22 40%, #0d1a12 100%);
	overflow: hidden;
}
.mt-hero-img svg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0.6;
}
.mt-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.55) 100%);
	z-index: 1;
}
.mt-hero-mist {
	position: absolute;
	bottom: 0; left: 0; right: 0;
	height: 180px;
	background: linear-gradient(to top, rgba(245,240,232,0.08) 0%, transparent 100%);
}
.mt-hero-stars { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.mt-star {
	position: absolute;
	width: 2px; height: 2px;
	background: white;
	border-radius: 50%;
	opacity: 0;
	animation: mt-twinkle var(--d, 3s) var(--delay, 0s) ease-in-out infinite;
}
@keyframes mt-twinkle {
	0%, 100% { opacity: 0; }
	50% { opacity: var(--op, 0.6); }
}
.mt-hero-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 80px 60px 72px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	animation: mt-fadeUp 1s ease both;
}
.mt-hero-content {
	max-width: 580px;
}
@keyframes mt-fadeUp {
	from { opacity: 0; transform: translateY(24px); }
	to   { opacity: 1; transform: translateY(0); }
}
.mt-hero-tag {
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #74c69d;
	margin-bottom: 20px;
	padding: 4px 10px;
	border: 0.5px solid rgba(116,198,157,0.4);
	border-radius: 40px;
}
.mt-hero-title {
	font-family: 'Playfair Display', serif;
	font-size: clamp(40px, 5vw, 64px);
	font-weight: 400;
	color: #f5f0e8;
	line-height: 1.08;
	margin-bottom: 20px;
}
.mt-hero-title em { font-style: italic; color: #74c69d; }
.mt-hero-sub {
	font-size: 16px;
	font-weight: 300;
	color: rgba(245,240,232,0.7);
	line-height: 1.65;
	margin-bottom: 36px;
	max-width: 460px;
}
.mt-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.mt-btn-primary {
	background: #74c69d;
	color: #0d2218;
	border: none;
	padding: 14px 30px;
	border-radius: 40px;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	transition: background 0.2s, transform 0.15s;
}
.mt-btn-primary:hover { background: #52b788; transform: scale(0.98); color: #0d2218; }
.mt-btn-ghost {
	background: transparent;
	color: rgba(245,240,232,0.7);
	border: 0.5px solid rgba(245,240,232,0.3);
	padding: 14px 30px;
	border-radius: 40px;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	transition: border-color 0.2s, color 0.2s;
}
.mt-btn-ghost:hover { border-color: rgba(245,240,232,0.6); color: #f5f0e8; }
.mt-hero-meta {
	position: absolute;
	bottom: 28px; right: 60px;
	z-index: 2;
	text-align: right;
	animation: mt-fadeUp 1s 0.3s ease both;
}
.mt-hero-meta-peak {
	font-family: 'Playfair Display', serif;
	font-size: 13px;
	font-style: italic;
	color: rgba(245,240,232,0.45);
}
.mt-hero-meta-alt {
	font-size: 24px;
	font-weight: 300;
	color: rgba(245,240,232,0.75);
	letter-spacing: -0.02em;
}

/* ── TRUST BAR ── */
.mt-trust {
	background: #1a1a1a;
	padding: 22px 60px;
	display: flex;
	align-items: center;
	gap: 32px;
	overflow-x: auto;
}
.mt-trust-label {
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(245,240,232,0.35);
	white-space: nowrap;
	flex-shrink: 0;
}
.mt-trust-divider {
	width: 0.5px; height: 20px;
	background: rgba(245,240,232,0.15);
	flex-shrink: 0;
}
.mt-trust-brands { display: flex; gap: 28px; align-items: center; }
.mt-brand {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(245,240,232,0.4);
	white-space: nowrap;
	transition: color 0.2s;
}
.mt-brand:hover { color: rgba(245,240,232,0.7); }

/* ── STATS (hero right column) ── */
.mt-hero-stats {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 28px 32px;
	background: rgba(245,240,232,0.06);
	border: 0.5px solid rgba(245,240,232,0.12);
	border-radius: 16px;
	backdrop-filter: blur(10px);
	flex-shrink: 0;
}
.mt-hero-stat {
	display: flex;
	align-items: baseline;
	gap: 10px;
}
.mt-hero-stat-num {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	font-weight: 700;
	color: #f5f0e8;
	line-height: 1;
}
.mt-hero-stat-label {
	font-size: 12px;
	font-weight: 400;
	color: rgba(245,240,232,0.5);
	letter-spacing: 0.02em;
}
.mt-hero-stat-divider {
	height: 0.5px;
	background: rgba(245,240,232,0.1);
}

/* ── SECTIONS ── */
.mt-section { padding: 80px 60px; }
.mt-section-label {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2d6a4f;
	margin-bottom: 10px;
}
.mt-section-title {
	font-family: 'Playfair Display', serif;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 400;
	line-height: 1.15;
	margin-bottom: 40px;
	color: #1a1a1a;
}
.mt-section-title em { font-style: italic; color: #2d6a4f; }

/* ── EXPEDITIONS ── */
.mt-exp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 420px)); gap: 16px; }
.mt-exp-card {
	display: block;
	position: relative;
	background: #fff;
	border-radius: 16px;
	overflow: visible;
	border: 0.5px solid rgba(0,0,0,0.08);
	transition: transform 0.2s, box-shadow 0.2s;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	max-width: 420px;
}
.mt-exp-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.1); color: inherit; }
.mt-exp-card:visited { color: inherit; }
.mt-exp-ribbon {
	position: absolute;
	top: -6px;
	right: 16px;
	z-index: 2;
	width: 52px;
	max-width: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 0 12px;
	background: rgba(45,106,79,0.8);
	backdrop-filter: blur(10px);
	border-radius: 0 0 8px 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.mt-exp-ribbon::before {
	content: '';
	position: absolute;
	top: 0;
	left: -6px;
	width: 6px;
	height: 6px;
	background: #1d4d38;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.mt-exp-ribbon-day {
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	font-weight: 700;
	color: #f5f0e8;
	line-height: 1;
}
.mt-exp-ribbon-month {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: rgba(245,240,232,0.75);
	margin-top: 2px;
}
.mt-exp-card-img { height: 170px; position: relative; overflow: hidden; border-radius: 16px 16px 0 0; }
.mt-exp-card-img-inner { position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: center; }
.mt-exp-card-img-inner svg { width: 100%; }
.mt-exp-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mt-exp-level {
	position: absolute; top: 12px; left: 12px;
	font-size: 10px; font-weight: 500;
	letter-spacing: 0.08em; text-transform: uppercase;
	padding: 3px 8px; border-radius: 99px;
	background: rgba(245,240,232,0.15);
	color: #f5f0e8;
	border: 0.5px solid rgba(245,240,232,0.25);
	z-index: 1;
}
.mt-exp-alt {
	position: absolute; bottom: 12px; right: 12px;
	font-family: 'Playfair Display', serif;
	font-size: 22px; font-weight: 700;
	color: rgba(245,240,232,0.9);
	z-index: 1;
}
.mt-exp-body { padding: 20px 20px 22px; }
.mt-exp-name { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 400; color: #1a1a1a; margin-bottom: 8px; }
.mt-exp-desc { font-size: 13px; color: #666; line-height: 1.55; margin-bottom: 16px; }
.mt-exp-footer { display: flex; align-items: center; justify-content: space-between; }
.mt-exp-spots { font-size: 11px; color: #e76f51; font-weight: 500; display: flex; align-items: center; gap: 4px; }
.mt-exp-spots::before { content: ''; width: 6px; height: 6px; background: #e76f51; border-radius: 50%; display: inline-block; }

/* ── EXPEDITION SINGLE ── */
.mt-exp-single-hero {
	position: relative;
	max-height: 420px;
	overflow: hidden;
}
.mt-exp-single-hero img {
	display: block;
	width: 100%;
	max-height: 420px;
	object-fit: cover;
	object-position: center;
}
.mt-exp-single-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 60%);
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 24px 32px;
}
.mt-exp-single-content {
	max-width: 800px;
	margin: 0 auto;
	padding: 48px 32px 80px;
}
.mt-exp-single-title {
	font-family: 'Playfair Display', serif;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 400;
	color: #1a1a1a;
	margin-bottom: 24px;
}
.mt-exp-single-meta {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 16px;
	background: #fff;
	border: 0.5px solid rgba(0,0,0,0.08);
	border-radius: 12px;
	padding: 20px 24px;
	margin-bottom: 36px;
}
.mt-exp-single-meta-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.mt-exp-single-meta-label {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #888;
}
.mt-exp-single-meta-value {
	font-size: 15px;
	font-weight: 500;
	color: #1a1a1a;
}
.mt-exp-single-meta-value.mt-exp-spots { color: #e76f51; }
.mt-exp-single-content .entry-content {
	font-size: 16px;
	line-height: 1.75;
	color: #333;
}

/* ── PRESENTACIÓN (About) ── */
.mt-monica {
	background: #1a1a1a;
	padding: 100px 60px;
}
.mt-monica-inner {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 72px;
	align-items: center;
	justify-items: center;
	max-width: 1080px;
	margin: 0 auto;
}

/* Left column: image + info card */
.mt-monica-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	width: 300px;
}
.mt-monica-img {
	width: 100%;
	aspect-ratio: 3/4;
	background: #2d6a4f center/cover no-repeat;
	border-radius: 20px 20px 0 0;
	position: relative;
}
.mt-monica-card {
	width: 100%;
	background: rgba(245,240,232,0.06);
	border: 0.5px solid rgba(245,240,232,0.1);
	border-top: none;
	border-radius: 0 0 20px 20px;
	padding: 22px 24px;
	text-align: center;
}
.mt-monica-card-name {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-weight: 700;
	color: #f5f0e8;
	margin-bottom: 4px;
}
.mt-monica-card-role {
	font-size: 12px;
	color: rgba(245,240,232,0.5);
	letter-spacing: 0.04em;
	margin-bottom: 16px;
}
.mt-monica-social {
	display: flex;
	gap: 10px;
	justify-content: center;
}
.mt-social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(245,240,232,0.06);
	border: 0.5px solid rgba(245,240,232,0.12);
	color: rgba(245,240,232,0.5);
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.mt-social-link:hover {
	background: #74c69d;
	color: #0d2218;
	border-color: #74c69d;
}

/* Right column: content */
.mt-monica-content {
	color: #f5f0e8;
	max-width: 540px;
	justify-self: start;
}
.mt-monica-label {
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #74c69d;
	margin-bottom: 16px;
}
.mt-monica-title {
	font-family: 'Playfair Display', serif;
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 0;
}
.mt-monica-title em { font-style: italic; color: #74c69d; }
.mt-monica-divider {
	width: 40px;
	height: 2px;
	background: #74c69d;
	margin: 24px 0;
	border-radius: 2px;
}
.mt-monica-text {
	font-size: 15px;
	font-weight: 300;
	color: rgba(245,240,232,0.65);
	line-height: 1.75;
	margin-bottom: 32px;
}
.mt-monica-creds {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
.mt-cred {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 13px;
	color: rgba(245,240,232,0.7);
	line-height: 1.45;
	padding: 14px 16px;
	background: rgba(245,240,232,0.04);
	border: 0.5px solid rgba(245,240,232,0.08);
	border-radius: 12px;
	transition: border-color 0.2s;
}
.mt-cred:hover { border-color: rgba(116,198,157,0.3); }
.mt-cred-icon {
	flex-shrink: 0;
	color: #74c69d;
	margin-top: 1px;
}

/* ── TESTIMONIALS ── */
.mt-testimonials { padding: 80px 0; background: #f5f0e8; }
.mt-testimonials .mt-section-label,
.mt-testimonials .mt-section-title { padding-left: 60px; }
.mt-test-carousel {
	overflow: hidden;
	margin-top: 40px;
	mask-image: linear-gradient(to right, transparent, black 60px, black calc(100% - 60px), transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, black 60px, black calc(100% - 60px), transparent);
}
.mt-test-track {
	display: flex;
	gap: 16px;
	width: max-content;
}
.mt-test-card {
	background: #fff;
	border-radius: 16px;
	padding: 28px;
	border: 0.5px solid rgba(0,0,0,0.07);
	width: 320px;
	min-width: 320px;
	max-width: 320px;
	flex-shrink: 0;
}
.mt-test-quote { font-family: 'Playfair Display', serif; font-size: 16px; font-style: italic; color: #1a1a1a; line-height: 1.6; margin-bottom: 22px; }
.mt-test-author { display: flex; align-items: center; }
.mt-test-name { font-size: 13px; font-weight: 500; color: #1a1a1a; }
.mt-test-peak { font-size: 11px; color: #2d6a4f; }

/* ── CTA FINAL ── */
.mt-cta-final { background: #2d6a4f; padding: 96px 60px; text-align: center; }
.mt-cta-final-title { font-family: 'Playfair Display', serif; font-size: clamp(32px, 5vw, 56px); font-weight: 400; color: #f5f0e8; line-height: 1.12; margin-bottom: 18px; }
.mt-cta-final-title em { font-style: italic; color: #74c69d; }
.mt-cta-final-sub { font-size: 16px; font-weight: 300; color: rgba(245,240,232,0.65); margin-bottom: 40px; }
.mt-cta-final-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.mt-btn-light,
.mt-btn-light:link,
.mt-btn-light:visited {
	background: #f5f0e8; color: #2d6a4f; border: none;
	padding: 15px 36px; border-radius: 40px;
	font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 500;
	cursor: pointer; text-decoration: none; display: inline-block;
	transition: background 0.2s;
}
.mt-btn-light:hover,
.mt-btn-light:focus,
.mt-btn-light:active { background: #e8e0d0; color: #2d6a4f; }
.mt-guarantee {
	margin-top: 22px; font-size: 12px; color: rgba(245,240,232,0.45);
	display: flex; align-items: center; justify-content: center; gap: 6px;
}
.mt-guarantee-check {
	width: 14px; height: 14px;
	border: 0.5px solid rgba(245,240,232,0.3);
	border-radius: 50%;
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 9px; color: rgba(245,240,232,0.4);
}

/* ── FOOTER ── */
.mt-footer {
	background: #111;
	padding: 48px 60px;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 40px;
}
.mt-footer-logo {
	font-family: 'Playfair Display', serif;
	font-size: 20px; font-weight: 700;
	color: #f5f0e8; margin-bottom: 10px;
}
.mt-footer-logo span { color: #74c69d; }
.mt-footer-logo a { color: inherit; text-decoration: none; }
.mt-footer-tagline { font-size: 13px; color: rgba(245,240,232,0.4); line-height: 1.6; }
.mt-footer-col-title {
	font-size: 11px; letter-spacing: 0.1em;
	text-transform: uppercase; color: rgba(245,240,232,0.35);
	margin-bottom: 14px;
}
.mt-footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; margin: 0; padding: 0; }
.mt-footer-col ul a {
	font-size: 13px; color: rgba(245,240,232,0.55);
	text-decoration: none; transition: color 0.2s;
}
.mt-footer-col ul a:hover { color: #74c69d; }
.mt-footer-bottom {
	background: #111;
	border-top: 0.5px solid rgba(245,240,232,0.08);
	padding: 18px 60px;
	display: flex; justify-content: space-between; align-items: center;
}
.mt-footer-copy { font-size: 12px; color: rgba(245,240,232,0.3); }

/* ── ARCHIVE EXPEDICIONES ── */
.mt-archive-hero {
	background: #1a1a1a;
	padding: 80px 60px 60px;
	text-align: center;
}
.mt-archive-hero-inner {
	max-width: 600px;
	margin: 0 auto;
}
.mt-archive-title {
	font-family: 'Playfair Display', serif;
	font-size: clamp(32px, 4vw, 50px);
	font-weight: 400;
	color: #f5f0e8;
	line-height: 1.15;
	margin-bottom: 16px;
}
.mt-archive-title em { font-style: italic; color: #74c69d; }
.mt-archive-sub {
	font-size: 15px;
	font-weight: 300;
	color: rgba(245,240,232,0.55);
	line-height: 1.65;
}
/* Filters */
.mt-archive-filters {
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 32px;
}
.mt-filter-btn {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: rgba(245,240,232,0.5);
	background: transparent;
	border: 0.5px solid rgba(245,240,232,0.15);
	padding: 8px 20px;
	border-radius: 40px;
	text-decoration: none;
	transition: all 0.2s;
	white-space: nowrap;
}
.mt-filter-btn:hover {
	color: #f5f0e8;
	border-color: rgba(245,240,232,0.4);
}
.mt-filter-btn:visited { color: rgba(245,240,232,0.5); }
.mt-filter-btn:visited:hover { color: #f5f0e8; }
.mt-filter-btn.active {
	background: #74c69d;
	color: #0d2218;
	border-color: #74c69d;
}
.mt-filter-btn.active:visited { color: #0d2218; }

/* Grid section */
.mt-archive-grid-section {
	background: #f5f0e8;
	padding: 60px 60px 80px;
}

/* Month group */
.mt-archive-month {
	max-width: 1320px;
	margin: 0 auto 48px;
}
.mt-archive-month:last-child { margin-bottom: 0; }
.mt-archive-month-title {
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	font-weight: 400;
	color: #1a1a1a;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 0.5px solid rgba(0,0,0,0.1);
}

/* Archive cards */
.mt-archive-grid {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.mt-arc-card {
	display: flex;
	flex-direction: row;
	width: 100%;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	border: 0.5px solid rgba(0,0,0,0.07);
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s, box-shadow 0.2s;
}
.mt-arc-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0,0,0,0.08);
	color: inherit;
}
.mt-arc-card:visited { color: inherit; }
.mt-arc-card-img {
	position: relative;
	width: 425px;
	min-width: 425px;
	height: 230px;
	background: #2d6a4f center/cover no-repeat;
	overflow: hidden;
}
.mt-arc-card-fade {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 80px;
	background: linear-gradient(to right, transparent, rgba(255,255,255,0.6));
}
.mt-arc-card-body {
	flex: 1;
	padding: 22px 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.mt-arc-card-top {
	display: flex;
	flex-direction: column;
}
.mt-arc-card-title {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 400;
	color: #1a1a1a;
	margin-bottom: 8px;
}
.mt-arc-card-desc {
	font-size: 15px;
	color: #555;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.mt-arc-card-divider {
	height: 0.5px;
	background: rgba(0,0,0,0.07);
	margin: 16px 0;
}
.mt-arc-card-meta {
	display: flex;
	gap: 28px;
	flex-wrap: wrap;
	align-items: center;
}
.mt-arc-card-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
}
.mt-arc-card-btn {
	background: #2d6a4f;
	color: #f5f0e8;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 28px;
	border-radius: 40px;
	white-space: nowrap;
	transition: background 0.2s;
}
.mt-arc-card:hover .mt-arc-card-btn { background: #1d4d38; }
.mt-arc-meta-item {
	display: flex;
	align-items: center;
	gap: 6px;
}
.mt-arc-meta-icon {
	color: #2d6a4f;
	flex-shrink: 0;
	display: flex;
}
.mt-arc-meta-label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #999;
	line-height: 1;
}
.mt-arc-meta-value {
	font-size: 14px;
	font-weight: 500;
	color: #1a1a1a;
	line-height: 1;
}
.mt-arc-meta-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

@media (max-width: 700px) {
	.mt-arc-card { flex-direction: column; }
	.mt-arc-card-img { width: 100%; min-width: 100%; height: 200px; }
	.mt-arc-card-fade {
		top: auto; right: 0; bottom: 0; left: 0;
		width: 100%; height: 40px;
		background: linear-gradient(to bottom, transparent, #fff);
	}
}
.mt-archive-nav {
	max-width: 1320px;
	margin: 40px auto 0;
	text-align: center;
}
.mt-archive-nav .nav-links {
	display: flex;
	justify-content: center;
	gap: 24px;
}
.mt-archive-nav .nav-links a {
	font-size: 14px;
	font-weight: 500;
	color: #2d6a4f;
	text-decoration: none;
	padding: 10px 24px;
	border: 0.5px solid #2d6a4f;
	border-radius: 40px;
	transition: background 0.2s, color 0.2s;
}
.mt-archive-nav .nav-links a:hover {
	background: #2d6a4f;
	color: #f5f0e8;
}
.mt-archive-empty {
	text-align: center;
	font-size: 16px;
	color: #666;
	padding: 40px 0;
}

/* ── RESPONSIVE ── */
@media (max-width: 700px) {
	.mt-nav-links,
	.mt-nav-cta { display: none; }
	.mt-monica { padding: 60px 24px; }
	.mt-monica-inner { grid-template-columns: 1fr; gap: 40px; }
	.mt-monica-left { width: 100%; max-width: 320px; margin: 0 auto; }
	.mt-monica-creds { grid-template-columns: 1fr; }
	.mt-hero-inner { flex-direction: column; align-items: flex-start; padding: 60px 24px; gap: 28px; }
	.mt-hero-stats { flex-direction: row; width: 100%; justify-content: space-between; padding: 20px 24px; }
	.mt-hero-stat { flex-direction: column; gap: 2px; align-items: center; }
	.mt-hero-stat-num { font-size: 24px; }
	.mt-hero-stat-label { font-size: 10px; text-align: center; }
	.mt-hero-stat-divider { height: auto; width: 0.5px; align-self: stretch; }
	.mt-section { padding: 60px 24px; }
	.mt-trust { padding: 20px 24px; }
	.mt-testimonials { padding: 60px 0; }
	.mt-testimonials .mt-section-label,
	.mt-testimonials .mt-section-title { padding-left: 24px; }
	.mt-cta-final { padding: 60px 24px; }
	.mt-archive-hero { padding: 60px 24px 48px; }
	.mt-archive-grid-section { padding: 40px 24px 60px; }
	.mt-footer { grid-template-columns: 1fr; padding: 40px 24px; }
	.mt-footer-bottom { padding: 16px 24px; flex-direction: column; gap: 6px; text-align: center; }
}
