:root {
	--ymt-forest: #0a3025;
	--ymt-forest-2: #0e4f3a;
	--ymt-forest-3: #137253;
	--ymt-gold: #d6a835;
	--ymt-gold-dark: #a97913;
	--ymt-ink: #17231f;
	--ymt-muted: #66746e;
	--ymt-cream: #f7f4ec;
	--ymt-sand: #ece4d4;
	--ymt-line: #dedfd9;
	--ymt-white: #fff;
	--ymt-danger: #a83d31;
	--ymt-shadow: 0 20px 55px rgba(12, 39, 30, .13);
	--ymt-radius: 18px;
	--ymt-font: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
	--ymt-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

.ymt-page { background: var(--ymt-white); color: var(--ymt-ink); }
.ymt-page #currencySwitcher { display: none !important; }
.ymt-main, .ymt-main * { box-sizing: border-box; }
.ymt-main { overflow: clip; color: var(--ymt-ink); font-family: var(--ymt-font); line-height: 1.6; }
.ymt-main [id] { scroll-margin-top: 105px; }
.ymt-main :is(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid #e3ba4e; outline-offset: 3px; }
.ymt-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.ymt-main h1, .ymt-main h2, .ymt-main h3 { color: var(--ymt-forest); font-family: var(--ymt-display); font-weight: 750; letter-spacing: -.035em; line-height: 1.08; margin-block: 0; }
.ymt-main p { margin-block: 0; }
.ymt-kicker, .ymt-eyebrow { color: var(--ymt-gold-dark); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.ymt-btn { align-items: center; border: 1px solid transparent; border-radius: 9px; cursor: pointer; display: inline-flex; font-size: 15px; font-weight: 800; justify-content: center; min-height: 50px; padding: 12px 23px; text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.ymt-btn:hover { transform: translateY(-2px); }
.ymt-btn-gold { background: linear-gradient(135deg, #e3ba4e, #c89422); box-shadow: 0 12px 30px rgba(166, 119, 17, .25); color: #142219 !important; }
.ymt-btn-gold:hover { box-shadow: 0 15px 34px rgba(166, 119, 17, .34); }
.ymt-btn-ghost { background: var(--ymt-white); border-color: #bdc8c2; color: var(--ymt-forest) !important; }
.ymt-btn-danger { background: var(--ymt-danger); color: #fff !important; }
.ymt-btn-small { min-height: 42px; padding: 8px 15px; }
.ymt-btn-block { width: 100%; }

/* Catalogue */
.ymt-catalog-hero { align-items: center; background: linear-gradient(90deg, rgba(3, 24, 18, .93) 0%, rgba(3, 29, 21, .77) 48%, rgba(3, 29, 21, .19) 78%), var(--ymt-hero) center/cover; color: #fff; display: flex; min-height: 650px; position: relative; }
.ymt-catalog-hero::after { background: linear-gradient(180deg, transparent 65%, rgba(3, 24, 18, .45)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.ymt-hero-content { padding-block: 92px; position: relative; z-index: 1; }
.ymt-hero-content .ymt-eyebrow { color: #f0cc71; margin-bottom: 19px; }
.ymt-hero-content h1 { color: #fff; font-size: clamp(44px, 6vw, 76px); max-width: 780px; }
.ymt-hero-content h1 em { color: #f0cc71; font-weight: 400; }
.ymt-hero-lead { color: rgba(255,255,255,.86); font-size: 19px; line-height: 1.7; margin-top: 25px !important; max-width: 680px; }
.ymt-hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 23px; margin-top: 32px; }
.ymt-text-link { color: #fff !important; font-size: 15px; font-weight: 700; text-underline-offset: 4px; }
.ymt-trust-row { border-top: 1px solid rgba(255,255,255,.24); display: flex; flex-wrap: wrap; gap: 20px 35px; margin-top: 50px; padding-top: 22px; }
.ymt-trust-row span { color: rgba(255,255,255,.9); font-size: 13px; font-weight: 700; }
.ymt-catalog-intro { background: var(--ymt-cream); padding: 95px 0 105px; }
.ymt-section-heading { align-items: end; display: grid; gap: 50px; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .65fr); margin-bottom: 40px; }
.ymt-section-heading h2 { font-size: clamp(34px, 4vw, 52px); margin-top: 10px; max-width: 710px; }
.ymt-section-heading > p { color: var(--ymt-muted); font-size: 16px; }
.ymt-grid { display: grid; gap: 25px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ymt-card { background: #fff; border: 1px solid rgba(14, 79, 58, .1); border-radius: var(--ymt-radius); box-shadow: 0 9px 30px rgba(12,39,30,.065); display: flex; flex-direction: column; min-width: 0; overflow: hidden; transition: box-shadow .25s ease, transform .25s ease; }
.ymt-card:hover { box-shadow: var(--ymt-shadow); transform: translateY(-5px); }
.ymt-card-media { aspect-ratio: 1.45; display: block; overflow: hidden; position: relative; }
.ymt-card-media::after { background: linear-gradient(180deg, rgba(6, 31, 23, .05) 45%, rgba(6, 31, 23, .55)); content: ""; inset: 0; position: absolute; }
.ymt-card-media img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.ymt-card:hover .ymt-card-media img { transform: scale(1.045); }
.ymt-badge, .ymt-card-duration { backdrop-filter: blur(8px); border-radius: 99px; color: #fff; font-size: 11px; font-weight: 800; padding: 7px 11px; position: absolute; top: 14px; z-index: 2; }
.ymt-badge { background: rgba(8, 70, 50, .9); left: 14px; text-transform: uppercase; }
.ymt-card-duration { background: rgba(7, 25, 19, .67); right: 14px; }
.ymt-card-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.ymt-card-rating { color: var(--ymt-muted); font-size: 11px; font-weight: 700; letter-spacing: .01em; }
.ymt-card-rating span { color: var(--ymt-gold-dark); letter-spacing: .08em; margin-right: 6px; }
.ymt-card h3 { font-size: 25px; margin-top: 10px; }
.ymt-card h3 a { color: inherit !important; text-decoration: none; }
.ymt-card-body > p { color: var(--ymt-muted); font-size: 14px; line-height: 1.65; margin-top: 12px; }
.ymt-card-points { display: flex; flex-wrap: wrap; gap: 5px 13px; list-style: none; margin: 17px 0 20px; padding: 0; }
.ymt-card-points li { color: #52605b; font-size: 11px; font-weight: 700; }
.ymt-card-points li::before { color: var(--ymt-forest-3); content: "✓"; margin-right: 4px; }
.ymt-card-themes { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 15px; }
.ymt-card-themes span { background: #eef6f2; border: 1px solid #dcebe4; border-radius: 999px; color: var(--ymt-forest); font-size: 10px; font-weight: 800; padding: 5px 9px; }
.ymt-card-body > .ymt-card-best { background: #faf7ed; border-left: 3px solid #d3a83e; color: #665a39; font-size: 11px; line-height: 1.5; margin-top: 13px; padding: 8px 10px; }
.ymt-card-best strong { color: #4f421f; }
.ymt-card-foot { align-items: end; border-top: 1px solid var(--ymt-line); display: flex; gap: 15px; justify-content: space-between; margin-top: auto; padding-top: 18px; }
.ymt-card-foot > div { display: flex; flex-direction: column; }
.ymt-card-foot small { color: var(--ymt-muted); font-size: 10px; }
.ymt-card-foot strong { color: var(--ymt-forest); font-family: var(--ymt-display); font-size: 24px; line-height: 1.15; }
.ymt-card-foot span { color: var(--ymt-muted); font-size: 10px; }
.ymt-card-actions { align-items: flex-end; display: flex; flex-direction: column; gap: 7px; }
.ymt-compare-button { background: none; border: 0; color: var(--ymt-forest); cursor: pointer; font-size: 11px; font-weight: 800; padding: 0 3px; text-decoration: underline; text-decoration-color: #aabbb3; text-underline-offset: 3px; }
.ymt-compare-button[aria-pressed="true"] { color: #956b12; }

.ymt-tour-finder { background: #f4f8f5; border: 1px solid #dce7e1; border-radius: 18px; margin: 29px 0 25px; padding: 22px; }
.ymt-finder-heading { align-items: end; display: flex; gap: 24px; justify-content: space-between; }
.ymt-finder-heading h3 { font-size: 25px; margin-top: 4px; }
.ymt-finder-heading > p { color: var(--ymt-muted); font-size: 13px; margin: 0; white-space: nowrap; }
.ymt-finder-heading > p strong { color: var(--ymt-forest); font-size: 19px; }
.ymt-finder-controls { align-items: end; display: grid; gap: 12px; grid-template-columns: 1.35fr 1fr 1fr auto; margin-top: 19px; }
.ymt-finder-controls label { color: #394b44; display: flex; flex-direction: column; font-size: 11px; font-weight: 800; gap: 6px; }
.ymt-finder-controls input, .ymt-finder-controls select { background: #fff; border: 1px solid #b9c8c0; border-radius: 9px; color: #182a22; font: inherit; font-size: 14px; font-weight: 600; height: 46px; padding: 0 12px; width: 100%; }
.ymt-finder-reset { background: transparent; border: 0; color: var(--ymt-forest); cursor: pointer; font-size: 12px; font-weight: 800; height: 46px; padding: 0 5px; text-decoration: underline; text-underline-offset: 4px; }
.ymt-finder-tip { color: var(--ymt-muted); font-size: 11px; margin: 13px 0 0; }
.ymt-finder-empty { background: #f7faf8; border: 1px dashed #9fb4aa; border-radius: 16px; margin-top: 24px; padding: 34px; text-align: center; }
.ymt-finder-empty p { color: var(--ymt-muted); margin: 9px auto 20px; max-width: 580px; }

.ymt-journey-chooser { background: #fff; padding: 78px 0 15px; }
.ymt-catalog-proof { background: #0b3428; color: #fff; }
.ymt-catalog-proof .ymt-shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.ymt-catalog-proof .ymt-shell > div { border-left: 1px solid rgba(255,255,255,.13); display: flex; flex-direction: column; min-height: 112px; padding: 25px; }
.ymt-catalog-proof .ymt-shell > div:last-child { border-right: 1px solid rgba(255,255,255,.13); }
.ymt-catalog-proof strong { color: #efcc70; font-family: var(--ymt-display); font-size: 26px; }
.ymt-catalog-proof span { color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.4; margin-top: 4px; max-width: 150px; }
.ymt-journey-grid { display: grid; gap: 11px; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: 28px; }
.ymt-journey-grid button { background: #f4f7f4; border: 1px solid #dce5e0; border-radius: 13px; color: var(--ymt-ink); cursor: pointer; min-height: 164px; padding: 19px; text-align: left; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.ymt-journey-grid button:hover { background: #edf5f1; border-color: #8fb1a2; transform: translateY(-3px); }
.ymt-journey-grid span, .ymt-journey-grid strong, .ymt-journey-grid small { display: block; }
.ymt-journey-grid span { color: var(--ymt-gold-dark); font-size: 11px; font-weight: 900; }
.ymt-journey-grid strong { color: var(--ymt-forest); font-family: var(--ymt-display); font-size: 19px; line-height: 1.2; margin-top: 24px; }
.ymt-journey-grid small { color: var(--ymt-muted); font-size: 10px; line-height: 1.5; margin-top: 7px; }

.ymt-compare-tray { align-items: center; background: #092d22; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; bottom: 18px; box-shadow: 0 18px 50px rgba(0,0,0,.28); color: #fff; display: flex; gap: 22px; justify-content: space-between; left: 50%; max-width: 980px; padding: 13px 15px 13px 19px; position: fixed; transform: translateX(-50%); width: calc(100% - 32px); z-index: 9990; }
.ymt-compare-tray[hidden] { display: none; }
.ymt-compare-tray > div { align-items: center; display: flex; gap: 11px; }
.ymt-compare-tray span { font-size: 11px; white-space: nowrap; }
.ymt-compare-tray span strong { color: #f0c65b; font-size: 17px; }
.ymt-compare-tray [data-ymt-compare-names] { display: flex; flex-wrap: wrap; gap: 5px; }
.ymt-compare-tray [data-ymt-compare-names] button { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #fff; cursor: pointer; font-size: 10px; padding: 6px 9px; }
.ymt-compare-clear { background: transparent; border: 0; color: #fff; cursor: pointer; font-size: 11px; font-weight: 700; text-decoration: underline; }
.ymt-compare-panel { align-items: center; background: rgba(4, 20, 15, .78); display: flex; inset: 0; justify-content: center; padding: 24px; position: fixed; z-index: 10000; }
.ymt-compare-panel[hidden] { display: none; }
.ymt-compare-dialog { background: #f8faf8; border-radius: 20px; box-shadow: 0 25px 80px rgba(0,0,0,.4); max-height: calc(100vh - 48px); max-width: 1120px; overflow: auto; padding: 27px; width: 100%; }
.ymt-compare-head { align-items: start; display: flex; gap: 20px; justify-content: space-between; }
.ymt-compare-head h2 { font-size: 32px; }
.ymt-compare-head > button { background: #fff; border: 1px solid #c9d4ce; border-radius: 50%; color: var(--ymt-forest); cursor: pointer; flex: 0 0 auto; font-size: 26px; height: 42px; line-height: 1; width: 42px; }
.ymt-compare-table { display: grid; gap: 15px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 23px; }
.ymt-compare-table article { background: #fff; border: 1px solid var(--ymt-line); border-radius: 14px; overflow: hidden; padding: 0 17px 18px; }
.ymt-compare-table img { height: 155px; margin: 0 -17px 17px; object-fit: cover; width: calc(100% + 34px); }
.ymt-compare-table h3 { font-size: 21px; min-height: 54px; }
.ymt-compare-table dl { border-top: 1px solid var(--ymt-line); margin: 15px 0; }
.ymt-compare-table dl div { border-bottom: 1px solid var(--ymt-line); display: grid; font-size: 12px; gap: 10px; grid-template-columns: 76px 1fr; padding: 9px 0; }
.ymt-compare-table dt { color: var(--ymt-muted); }
.ymt-compare-table dd { color: var(--ymt-forest); font-weight: 800; margin: 0; text-transform: capitalize; }

.ymt-availability-help { align-items: center; background: #fff8e7; border: 1px solid #e8cf8c; border-radius: 12px; display: flex; gap: 18px; justify-content: space-between; margin-top: 15px; padding: 15px 17px; }
.ymt-availability-help[hidden] { display: none; }
.ymt-availability-help strong, .ymt-availability-help span { display: block; }
.ymt-availability-help strong { color: #583e09; font-size: 13px; }
.ymt-availability-help span { color: #75643f; font-size: 11px; margin-top: 3px; }
.ymt-availability-help > div:last-child { display: flex; flex-wrap: wrap; gap: 8px 13px; }
.ymt-availability-help a { color: #5f430a; font-size: 11px; font-weight: 800; }

.ymt-real-profile { background: #eef4f0; padding: 82px 0; }
.ymt-real-profile-grid { display: grid; gap: 22px; grid-template-columns: 1fr 1fr; margin-top: 30px; }
.ymt-real-profile-grid article { background: #fff; border: 1px solid #d7e2dc; border-radius: 17px; display: grid; gap: 22px; grid-template-columns: 190px 1fr; overflow: hidden; padding: 18px; }
.ymt-real-profile-grid img { border-radius: 11px; height: 100%; min-height: 230px; object-fit: cover; width: 100%; }
.ymt-real-profile-grid article > div { align-self: center; }
.ymt-real-profile-grid small { color: var(--ymt-gold-dark); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ymt-real-profile-grid h3 { font-size: 27px; margin-top: 5px; }
.ymt-real-profile-grid strong { color: var(--ymt-forest-2); display: block; font-size: 12px; margin-top: 5px; }
.ymt-real-profile-grid p { color: var(--ymt-muted); font-size: 12px; margin-top: 12px; }

.ymt-next-products { background: #f4f1e8; padding: 88px 0; }
.ymt-idea-grid { display: grid; gap: 15px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 31px; }
.ymt-idea-grid article { background: #fff; border: 1px solid #e1ddd0; border-radius: 15px; display: flex; flex-direction: column; min-height: 315px; padding: 21px; }
.ymt-idea-grid article > div { align-items: center; display: flex; justify-content: space-between; }
.ymt-idea-grid article > div span { color: var(--ymt-gold-dark); font-size: 12px; font-weight: 900; }
.ymt-idea-grid article > div small { color: var(--ymt-muted); font-size: 10px; }
.ymt-idea-status { color: var(--ymt-forest-3) !important; font-size: 9px !important; font-weight: 900; letter-spacing: .1em; margin-top: 25px !important; text-transform: uppercase; }
.ymt-idea-grid h3 { font-size: 23px; margin-top: 6px; }
.ymt-idea-grid article > p:not(.ymt-idea-status) { color: var(--ymt-muted); font-size: 12px; line-height: 1.7; margin-top: 11px; }
.ymt-idea-grid a { border-top: 1px solid var(--ymt-line); color: var(--ymt-forest-2) !important; font-size: 12px; font-weight: 850; margin-top: auto; padding-top: 17px; text-decoration: none !important; }
.ymt-idea-note { align-items: center; background: #102f25; border-radius: 12px; color: #fff; display: flex; gap: 19px; margin-top: 17px; padding: 17px 20px; }
.ymt-idea-note strong { color: #efcc70; flex: 0 0 auto; font-size: 12px; }
.ymt-idea-note span { color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.6; }

.ymt-detail-nav { background: rgba(255,255,255,.96); border-bottom: 1px solid #dfe6e2; border-top: 1px solid #e4e9e6; position: sticky; top: 0; z-index: 80; }
.ymt-detail-nav .ymt-shell { align-items: center; display: flex; gap: 23px; min-height: 55px; overflow-x: auto; scrollbar-width: none; }
.ymt-detail-nav .ymt-shell::-webkit-scrollbar { display: none; }
.ymt-detail-nav a { color: #53615b !important; flex: 0 0 auto; font-size: 10px; font-weight: 800; text-decoration: none !important; }
.ymt-detail-nav a:hover { color: var(--ymt-forest) !important; }
.ymt-detail-nav .ymt-detail-nav-book { background: var(--ymt-forest); border-radius: 7px; color: #fff !important; margin-left: auto; padding: 8px 13px; }
.ymt-route-note { background: #eef5f1; border: 1px solid #d8e7df; border-radius: 12px; margin-top: 19px; padding: 16px 18px; }
.ymt-route-note strong { color: var(--ymt-forest); font-size: 11px; text-transform: uppercase; }
.ymt-route-note p { color: var(--ymt-muted); font-size: 12px; line-height: 1.65; margin-top: 5px; }
.ymt-tour-fit { scroll-margin-top: 80px; }
.ymt-fit-grid { display: grid; gap: 13px; grid-template-columns: 1fr 1fr; margin-top: 24px; }
.ymt-fit-grid > div { border-radius: 13px; padding: 21px; }
.ymt-fit-yes { background: #eef7f2; border: 1px solid #cde2d6; }
.ymt-fit-consider { background: #faf6ea; border: 1px solid #e5d8b7; }
.ymt-fit-grid h3 { font-size: 17px; }
.ymt-fit-grid ul { list-style: none; margin: 13px 0 0; padding: 0; }
.ymt-fit-grid li { color: #51605a; font-size: 12px; line-height: 1.55; padding: 7px 0 7px 22px; position: relative; }
.ymt-fit-yes li::before { color: #168052; content: "✓"; font-weight: 900; left: 0; position: absolute; }
.ymt-fit-consider li::before { color: #9b711d; content: "→"; font-weight: 900; left: 0; position: absolute; }
.ymt-reality { background: #172d25; border-radius: 12px; color: #fff; margin-top: 13px; padding: 18px 21px; }
.ymt-reality span { color: #eccb70; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ymt-reality p { color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.65; margin-top: 6px; }
#tour-overview, #tour-itinerary, #tour-included, #tour-practical, #tour-faq { scroll-margin-top: 80px; }

.ymt-prefill-note { align-items: center; background: #eaf5ef; border: 1px solid #c8e2d4; border-radius: 11px; display: flex; gap: 13px; margin-bottom: 22px; padding: 14px 16px; }
.ymt-prefill-note > span { align-items: center; background: var(--ymt-forest-3); border-radius: 50%; color: #fff; display: flex; flex: 0 0 auto; font-size: 12px; font-weight: 900; height: 29px; justify-content: center; width: 29px; }
.ymt-prefill-note strong { color: var(--ymt-forest); font-size: 12px; }
.ymt-prefill-note p { color: var(--ymt-muted); font-size: 10px; margin-top: 3px; }
.ymt-value-band { background: var(--ymt-forest); color: #fff; padding: 72px 0; }
.ymt-value-grid { display: grid; gap: 0; grid-template-columns: repeat(4, 1fr); }
.ymt-value-grid article { border-left: 1px solid rgba(255,255,255,.16); padding: 0 27px; }
.ymt-value-grid article:first-child { border-left: 0; padding-left: 0; }
.ymt-value-grid article:last-child { padding-right: 0; }
.ymt-value-grid article > span { color: #e0b649; font-family: var(--ymt-display); font-size: 29px; }
.ymt-value-grid h3 { color: #fff; font-size: 21px; margin-top: 9px; }
.ymt-value-grid p { color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.7; margin-top: 10px; }
.ymt-how { padding: 95px 0; }
.ymt-steps { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.ymt-steps article { background: var(--ymt-cream); border-radius: var(--ymt-radius); padding: 28px; position: relative; }
.ymt-steps b { align-items: center; background: var(--ymt-forest); border-radius: 50%; color: #fff; display: flex; font-size: 13px; height: 37px; justify-content: center; width: 37px; }
.ymt-steps h3 { font-size: 24px; margin-top: 22px; }
.ymt-steps p { color: var(--ymt-muted); font-size: 14px; margin-top: 8px; }
.ymt-final-cta { background: linear-gradient(115deg, rgba(4, 45, 33, .98), rgba(10, 81, 58, .93)); color: #fff; padding: 80px 0; text-align: center; }
.ymt-final-cta h2 { color: #fff; font-size: clamp(34px, 4vw, 50px); margin: 10px auto 14px; max-width: 780px; }
.ymt-final-cta p:not(.ymt-kicker) { color: rgba(255,255,255,.78); margin-inline: auto; max-width: 660px; }
.ymt-final-cta .ymt-btn { margin-top: 27px; }

/* Detail */
.ymt-breadcrumb { align-items: center; color: var(--ymt-muted); display: flex; flex-wrap: wrap; font-size: 12px; gap: 9px; padding-block: 18px; }
.ymt-breadcrumb a { color: var(--ymt-forest-2) !important; font-weight: 700; text-decoration: none; }
.ymt-detail-hero { background: var(--ymt-white); padding-bottom: 29px; }
.ymt-gallery { border-radius: 14px; display: grid; gap: 7px; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 230px 230px; overflow: hidden; position: relative; }
.ymt-gallery figure { margin: 0; min-height: 0; overflow: hidden; }
.ymt-gallery-main { grid-row: 1 / 3; }
.ymt-gallery img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.ymt-gallery figure:hover img { transform: scale(1.025); }
.ymt-gallery-button { background: rgba(255,255,255,.96); border: 0; border-radius: 8px; bottom: 16px; box-shadow: 0 5px 20px rgba(0,0,0,.16); color: var(--ymt-forest); cursor: pointer; font-weight: 800; padding: 10px 14px; position: absolute; right: 16px; }
.ymt-title-row { align-items: start; display: flex; gap: 25px; justify-content: space-between; padding-top: 30px; }
.ymt-title-row h1 { font-size: clamp(37px, 4.3vw, 59px); margin-top: 9px; max-width: 920px; }
.ymt-title-pitch { color: var(--ymt-muted); font-size: 17px; line-height: 1.65; margin-top: 15px !important; max-width: 850px; }
.ymt-rating-line { align-items: center; color: #54625c; display: flex; flex-wrap: wrap; font-size: 12px; font-weight: 700; gap: 8px; margin-top: 17px; }
.ymt-rating-line > span { color: var(--ymt-gold-dark); letter-spacing: .07em; }
.ymt-rating-line i { background: #c8cfcb; border-radius: 50%; height: 3px; width: 3px; }
.ymt-share { border: 1px solid #cbd2ce; border-radius: 8px; color: var(--ymt-forest) !important; font-size: 13px; font-weight: 700; margin-top: 25px; padding: 9px 14px; text-decoration: none; }
.ymt-detail-layout { align-items: start; display: grid; gap: 60px; grid-template-columns: minmax(0, 1fr) 350px; padding-bottom: 100px; }
.ymt-key-facts { border-block: 1px solid var(--ymt-line); display: grid; grid-template-columns: repeat(4, 1fr); padding: 25px 0; }
.ymt-key-facts article { align-items: center; display: flex; gap: 10px; padding-right: 13px; }
.ymt-key-facts article > span { color: var(--ymt-gold-dark); font-size: 24px; }
.ymt-key-facts strong, .ymt-key-facts small { display: block; }
.ymt-key-facts strong { color: var(--ymt-forest); font-size: 12px; }
.ymt-key-facts small { color: var(--ymt-muted); font-size: 10px; margin-top: 2px; }
.ymt-content-section { border-bottom: 1px solid var(--ymt-line); padding: 55px 0; }
.ymt-content-section h2 { font-size: clamp(31px, 3.5vw, 42px); margin-top: 8px; }
.ymt-prose { color: #46534e; font-size: 16px; line-height: 1.8; margin-top: 20px; }
.ymt-prose p + p { margin-top: 13px; }
.ymt-section-note { color: var(--ymt-muted); font-size: 13px; margin-top: 11px !important; }
.ymt-timeline { list-style: none; margin: 32px 0 0; padding: 0; }
.ymt-timeline li { display: grid; gap: 25px; grid-template-columns: 65px minmax(0, 1fr); min-height: 86px; position: relative; }
.ymt-timeline li::before { background: var(--ymt-sand); content: ""; height: 100%; left: 80px; position: absolute; top: 23px; width: 1px; }
.ymt-timeline li:last-child::before { display: none; }
.ymt-timeline time { color: var(--ymt-forest-2); font-size: 12px; font-weight: 800; padding-top: 5px; text-align: right; }
.ymt-timeline li > div { padding-bottom: 24px; padding-left: 30px; position: relative; }
.ymt-timeline li > div::before { background: var(--ymt-gold); border: 5px solid var(--ymt-cream); border-radius: 50%; content: ""; height: 14px; left: -3px; position: absolute; top: 5px; width: 14px; }
.ymt-timeline h3 { font-family: var(--ymt-font); font-size: 16px; letter-spacing: 0; }
.ymt-timeline p { color: var(--ymt-muted); font-size: 13px; margin-top: 5px; }
.ymt-inclusion-grid { display: grid; gap: 25px; grid-template-columns: 1fr 1fr; margin-top: 26px; }
.ymt-inclusion-grid > div { background: var(--ymt-cream); border-radius: 14px; padding: 25px; }
.ymt-inclusion-grid h3 { font-size: 22px; }
.ymt-check-list, .ymt-x-list { list-style: none; margin: 18px 0 0; padding: 0; }
.ymt-check-list li, .ymt-x-list li { color: #46534e; font-size: 13px; padding: 6px 0 6px 25px; position: relative; }
.ymt-check-list li::before, .ymt-x-list li::before { left: 0; position: absolute; }
.ymt-check-list li::before { color: var(--ymt-forest-3); content: "✓"; font-weight: 900; }
.ymt-x-list li::before { color: #a66a5f; content: "–"; font-weight: 900; }
.ymt-practical-grid { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; margin-top: 25px; }
.ymt-practical-grid article { border: 1px solid var(--ymt-line); border-radius: 12px; padding: 20px; }
.ymt-practical-grid h3 { font-family: var(--ymt-font); font-size: 15px; letter-spacing: 0; }
.ymt-practical-grid p { color: var(--ymt-muted); font-size: 13px; margin-top: 7px; }
.ymt-faq { margin-top: 25px; }
.ymt-faq details { border-top: 1px solid var(--ymt-line); padding: 18px 0; }
.ymt-faq details:last-child { border-bottom: 1px solid var(--ymt-line); }
.ymt-faq summary { color: var(--ymt-forest); cursor: pointer; display: flex; font-size: 15px; font-weight: 800; justify-content: space-between; list-style: none; }
.ymt-faq summary::-webkit-details-marker { display: none; }
.ymt-faq summary span { color: var(--ymt-gold-dark); font-size: 22px; transition: transform .2s ease; }
.ymt-faq details[open] summary span { transform: rotate(45deg); }
.ymt-faq details p { color: var(--ymt-muted); font-size: 14px; max-width: 690px; padding: 12px 35px 0 0; }
.ymt-book-card { background: #fff; border: 1px solid rgba(14,79,58,.16); border-radius: 15px; box-shadow: var(--ymt-shadow); margin-top: 26px; padding: 24px; position: sticky; top: 90px; }
.ymt-price-save { background: #e9f4ee; border-radius: 7px; color: var(--ymt-forest-2); font-size: 11px; font-weight: 900; margin: -8px 0 19px; padding: 8px 10px; text-align: center; text-transform: uppercase; }
.ymt-price-label { color: var(--ymt-muted); font-size: 11px; font-weight: 700; }
.ymt-price { align-items: baseline; display: flex; gap: 10px; margin-top: 2px; }
.ymt-price strong { color: var(--ymt-forest); font-family: var(--ymt-display); font-size: 38px; }
.ymt-price del { color: #8d9792; font-size: 15px; }
.ymt-price-sub { color: var(--ymt-muted); font-size: 11px; }
.ymt-book-card ul { border-block: 1px solid var(--ymt-line); list-style: none; margin: 20px 0; padding: 15px 0; }
.ymt-book-card li { color: #46534e; font-size: 12px; padding: 4px 0; }
.ymt-whatsapp-link { color: var(--ymt-forest-2) !important; display: block; font-size: 12px; font-weight: 800; margin-top: 15px; text-align: center; text-underline-offset: 3px; }
.ymt-secure-note { color: #7b8781; font-size: 10px; margin-top: 13px !important; text-align: center; }
.ymt-detail-cta { background: var(--ymt-forest); color: #fff; padding: 68px 0; }
.ymt-detail-cta > .ymt-shell { align-items: center; display: flex; gap: 45px; justify-content: space-between; }
.ymt-detail-cta h2 { color: #fff; font-size: 38px; margin-top: 7px; }
.ymt-detail-cta p:not(.ymt-kicker) { color: rgba(255,255,255,.7); margin-top: 8px; }
.ymt-mobile-book { display: none; }
.ymt-lightbox { background: rgba(2, 18, 13, .96); inset: 0; overflow: auto; padding: 70px 25px; position: fixed; z-index: 99999; }
.ymt-lightbox[hidden] { display: none; }
.ymt-lightbox > button { background: transparent; border: 0; color: #fff; cursor: pointer; font-size: 48px; position: fixed; right: 25px; top: 10px; z-index: 2; }
.ymt-lightbox > div { display: grid; gap: 20px; margin: auto; max-width: 1050px; }
.ymt-lightbox img { border-radius: 10px; display: block; height: auto; width: 100%; }

/* Booking */
.ymt-booking-main { background: var(--ymt-cream); min-height: 80vh; padding-bottom: 90px; }
.ymt-booking-head { background: #fff; border-bottom: 1px solid var(--ymt-line); padding: 28px 0 0; }
.ymt-booking-head h1 { font-size: clamp(34px, 4vw, 50px); margin-top: 8px; }
.ymt-booking-head > .ymt-shell > p:not(.ymt-kicker) { color: var(--ymt-muted); margin-top: 11px; }
.ymt-progress { display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 33px 0 0; padding: 0; }
.ymt-progress li { align-items: center; border-bottom: 3px solid #d8ddd9; color: #829089; display: flex; gap: 9px; padding: 0 0 15px; }
.ymt-progress li b { align-items: center; background: #e2e6e3; border-radius: 50%; color: #748078; display: flex; font-size: 11px; height: 26px; justify-content: center; width: 26px; }
.ymt-progress li span { font-size: 12px; font-weight: 800; }
.ymt-progress li.is-active, .ymt-progress li.is-done { border-color: var(--ymt-gold); color: var(--ymt-forest); }
.ymt-progress li.is-active b, .ymt-progress li.is-done b { background: var(--ymt-forest); color: #fff; }
.ymt-booking-layout { align-items: start; display: grid; gap: 30px; grid-template-columns: minmax(0, 1fr) 335px; padding-top: 36px; }
.ymt-booking-form { min-width: 0; }
.ymt-book-step { background: #fff; border: 1px solid rgba(14,79,58,.12); border-radius: 15px; box-shadow: 0 10px 35px rgba(12,39,30,.06); padding: 30px; }
.ymt-book-step[hidden] { display: none; }
.ymt-step-heading { align-items: start; display: flex; gap: 14px; }
.ymt-step-heading > span { align-items: center; background: var(--ymt-forest); border-radius: 50%; color: #fff; display: flex; flex: 0 0 auto; font-size: 13px; font-weight: 900; height: 34px; justify-content: center; margin-top: 2px; width: 34px; }
.ymt-step-heading h2 { font-size: 31px; }
.ymt-step-heading p { color: var(--ymt-muted); font-size: 13px; margin-top: 5px; }
.ymt-form-alert { background: #fff2ef; border: 1px solid #efb9af; border-radius: 9px; color: #8f3027; font-size: 13px; margin-bottom: 18px; padding: 13px 15px; }
.ymt-form-alert[hidden] { display: none; }
.ymt-calendar { border: 1px solid var(--ymt-line); border-radius: 13px; margin-top: 25px; overflow: hidden; }
.ymt-calendar-head { align-items: center; background: #f8faf8; border-bottom: 1px solid var(--ymt-line); display: flex; justify-content: space-between; padding: 15px; }
.ymt-calendar-head h3 { font-family: var(--ymt-font); font-size: 16px; letter-spacing: 0; }
.ymt-calendar-head button { background: #fff; border: 1px solid #cdd5d0; border-radius: 7px; color: var(--ymt-forest); cursor: pointer; font-size: 22px; height: 36px; width: 36px; }
.ymt-weekdays, .ymt-days { display: grid; grid-template-columns: repeat(7, 1fr); }
.ymt-weekdays { border-bottom: 1px solid #edf0ee; padding: 9px 12px 5px; }
.ymt-weekdays span { color: #819088; font-size: 9px; font-weight: 900; text-align: center; text-transform: uppercase; }
.ymt-days { gap: 5px; min-height: 300px; padding: 10px 12px 15px; }
.ymt-days > p { align-self: center; color: var(--ymt-muted); font-size: 13px; grid-column: 1 / -1; justify-self: center; }
.ymt-day { align-items: center; background: #fff; border: 1px solid transparent; border-radius: 8px; color: var(--ymt-forest); cursor: pointer; display: flex; flex-direction: column; font-size: 12px; font-weight: 800; justify-content: center; min-height: 48px; padding: 3px; position: relative; }
.ymt-day:not(:disabled):hover { background: #f1f8f4; border-color: #8ab5a2; }
.ymt-day::after { background: var(--ymt-forest-3); border-radius: 50%; bottom: 5px; content: ""; height: 3px; width: 3px; }
.ymt-day:disabled { color: #bdc4c0; cursor: not-allowed; }
.ymt-day:disabled::after, .ymt-day.is-empty::after { display: none; }
.ymt-day.is-empty { visibility: hidden; }
.ymt-day.is-selected { background: var(--ymt-forest); border-color: var(--ymt-forest); color: #fff; }
.ymt-day.is-selected::after { background: var(--ymt-gold); }
.ymt-selection-panel { background: #f7faf8; border: 1px solid #d8e5de; border-radius: 12px; margin-top: 18px; padding: 19px; }
.ymt-selection-panel[hidden] { display: none; }
.ymt-selection-panel h3 { font-family: var(--ymt-font); font-size: 15px; letter-spacing: 0; }
.ymt-slot-buttons { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 12px; }
.ymt-slot { background: #fff; border: 1px solid #aebbb4; border-radius: 8px; color: var(--ymt-forest); cursor: pointer; min-width: 120px; padding: 10px 14px; }
.ymt-slot strong, .ymt-slot small { display: block; }
.ymt-slot strong { font-size: 14px; }
.ymt-slot small { color: var(--ymt-muted); font-size: 9px; }
.ymt-slot.is-selected { background: var(--ymt-forest); border-color: var(--ymt-forest); color: #fff; }
.ymt-slot.is-selected small { color: rgba(255,255,255,.72); }
.ymt-slot:disabled { cursor: not-allowed; opacity: .45; }
.ymt-guest-row { align-items: center; border-top: 1px solid #dce4df; display: grid; gap: 10px; grid-template-columns: auto 120px 1fr; margin-top: 17px; padding-top: 17px; }
.ymt-guest-row label { color: var(--ymt-forest); font-size: 13px; font-weight: 800; }
.ymt-guest-row span { color: var(--ymt-muted); font-size: 11px; text-align: right; }
.ymt-main select, .ymt-main input, .ymt-main textarea { font: inherit; }
.ymt-guest-row select, .ymt-field-grid input, .ymt-field-grid select, .ymt-field-grid textarea { background: #fff; border: 1px solid #bdc8c2; border-radius: 8px; color: var(--ymt-ink); min-height: 47px; padding: 10px 12px; width: 100%; }
.ymt-field-grid textarea { resize: vertical; }
.ymt-field-grid input:focus, .ymt-field-grid select:focus, .ymt-field-grid textarea:focus, .ymt-guest-row select:focus { border-color: var(--ymt-forest-3); box-shadow: 0 0 0 3px rgba(19,114,83,.12); outline: none; }
.ymt-field-grid { display: grid; gap: 17px; grid-template-columns: 1fr 1fr; margin-top: 25px; }
.ymt-field-grid label { display: block; }
.ymt-field-grid label > span { color: var(--ymt-forest); display: block; font-size: 12px; font-weight: 800; margin-bottom: 6px; }
.ymt-field-full { grid-column: 1 / -1; }
.ymt-terms { align-items: flex-start; background: var(--ymt-cream); border-radius: 9px; color: #4c5a54; display: flex; font-size: 11px; gap: 9px; margin-top: 20px; padding: 13px; }
.ymt-terms input { accent-color: var(--ymt-forest); margin-top: 3px; }
.ymt-step-actions { align-items: center; border-top: 1px solid var(--ymt-line); display: flex; justify-content: space-between; margin-top: 28px; padding-top: 22px; }
.ymt-step-actions button:disabled { cursor: not-allowed; opacity: .45; transform: none; }
.ymt-review { border: 1px solid var(--ymt-line); border-radius: 11px; margin-top: 24px; overflow: hidden; }
.ymt-review-row { display: grid; font-size: 13px; gap: 15px; grid-template-columns: 150px 1fr; padding: 11px 15px; }
.ymt-review-row:nth-child(odd) { background: #f8faf8; }
.ymt-review-row span { color: var(--ymt-muted); }
.ymt-review-row strong { color: var(--ymt-forest); }
.ymt-payment-trust { display: flex; flex-direction: column; gap: 7px; margin-top: 20px; }
.ymt-payment-trust span { color: var(--ymt-muted); font-size: 11px; }
.ymt-order-summary { background: #fff; border: 1px solid rgba(14,79,58,.14); border-radius: 14px; box-shadow: 0 10px 35px rgba(12,39,30,.075); overflow: hidden; position: sticky; top: 90px; }
.ymt-order-summary > img { aspect-ratio: 1.65; object-fit: cover; width: 100%; }
.ymt-order-summary > div { padding: 21px; }
.ymt-order-summary h2 { font-size: 24px; margin-top: 7px; }
.ymt-order-summary dl { border-block: 1px solid var(--ymt-line); margin: 19px 0; padding: 12px 0; }
.ymt-order-summary dl > div { display: flex; font-size: 11px; gap: 12px; justify-content: space-between; padding: 4px 0; }
.ymt-order-summary dt { color: var(--ymt-muted); }
.ymt-order-summary dd { color: var(--ymt-forest); font-weight: 800; margin: 0; text-align: right; }
.ymt-summary-price { align-items: end; display: flex; justify-content: space-between; }
.ymt-summary-price > span { color: var(--ymt-muted); font-size: 11px; }
.ymt-summary-price > div { align-items: end; display: flex; flex-direction: column; }
.ymt-summary-price del { color: #909a95; font-size: 11px; }
.ymt-summary-price strong { color: var(--ymt-forest); font-family: var(--ymt-display); font-size: 27px; line-height: 1.1; }
.ymt-order-summary ul { list-style: none; margin: 18px 0; padding: 0; }
.ymt-order-summary li { color: #53615b; font-size: 10px; padding: 3px 0; }
.ymt-order-summary a { color: var(--ymt-forest-2) !important; display: block; font-size: 11px; font-weight: 800; text-align: center; text-underline-offset: 3px; }

/* Confirmation and cancellation */
.ymt-confirmed-main, .ymt-manage-main { background: var(--ymt-cream); min-height: 75vh; padding: 65px 0 90px; }
.ymt-confirmed-wrap, .ymt-manage-wrap { max-width: 800px; }
.ymt-confirm-card, .ymt-manage-card { background: #fff; border: 1px solid rgba(14,79,58,.12); border-radius: 18px; box-shadow: var(--ymt-shadow); padding: clamp(28px, 5vw, 53px); text-align: center; }
.ymt-confirm-icon { align-items: center; background: #dff1e7; border-radius: 50%; color: var(--ymt-forest-3); display: flex; font-size: 31px; font-weight: 900; height: 70px; justify-content: center; margin: 0 auto 19px; width: 70px; }
.ymt-confirm-error .ymt-confirm-icon { background: #f6e5df; color: var(--ymt-danger); }
.ymt-confirm-card h1, .ymt-manage-card h1 { font-size: clamp(34px, 5vw, 49px); margin-top: 8px; }
.ymt-confirm-card > p:not(.ymt-kicker), .ymt-manage-card > p:not(.ymt-kicker) { color: var(--ymt-muted); margin: 14px auto 0; max-width: 600px; }
.ymt-confirm-reference { background: var(--ymt-forest); border-radius: 11px; color: #fff; margin: 27px auto 20px; max-width: 420px; padding: 15px; }
.ymt-confirm-reference span, .ymt-confirm-reference strong { display: block; }
.ymt-confirm-reference span { color: rgba(255,255,255,.65); font-size: 10px; text-transform: uppercase; }
.ymt-confirm-reference strong { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 23px; letter-spacing: .08em; }
.ymt-confirm-details, .ymt-manage-details { border: 1px solid var(--ymt-line); border-radius: 12px; display: grid; grid-template-columns: 1fr 1fr; margin-top: 21px; overflow: hidden; text-align: left; }
.ymt-confirm-details > div, .ymt-manage-details > div { border-bottom: 1px solid var(--ymt-line); padding: 14px 17px; }
.ymt-confirm-details > div:nth-child(odd), .ymt-manage-details > div:nth-child(odd) { border-right: 1px solid var(--ymt-line); }
.ymt-confirm-details span, .ymt-confirm-details strong, .ymt-manage-details span, .ymt-manage-details strong { display: block; }
.ymt-confirm-details span, .ymt-manage-details span { color: var(--ymt-muted); font-size: 10px; text-transform: uppercase; }
.ymt-confirm-details strong, .ymt-manage-details strong { color: var(--ymt-forest); font-size: 13px; margin-top: 3px; overflow-wrap: anywhere; }
.ymt-confirm-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 24px; }
.ymt-next-steps { background: var(--ymt-cream); border-radius: 13px; margin-top: 35px; padding: 25px; text-align: left; }
.ymt-next-steps h2 { font-size: 25px; }
.ymt-next-steps ol { list-style: none; margin: 18px 0 0; padding: 0; }
.ymt-next-steps li { display: grid; gap: 3px 13px; grid-template-columns: 24px 1fr; padding: 8px 0; }
.ymt-next-steps li::before { align-items: center; background: var(--ymt-forest); border-radius: 50%; color: #fff; content: counter(list-item); display: flex; font-size: 9px; font-weight: 900; grid-row: 1 / 3; height: 22px; justify-content: center; width: 22px; }
.ymt-next-steps b { color: var(--ymt-forest); font-size: 13px; }
.ymt-next-steps span { color: var(--ymt-muted); font-size: 11px; }
.ymt-manage-card { text-align: left; }
.ymt-manage-card > .ymt-kicker, .ymt-manage-card > h1, .ymt-manage-card > p { text-align: center; }
.ymt-result { border-radius: 10px; margin: 23px 0; padding: 16px; }
.ymt-result-success { background: #e8f5ed; border: 1px solid #a9d4ba; color: #195a3e; }
.ymt-result-warning { background: #fff4dd; border: 1px solid #e6c878; color: #755615; }
.ymt-result strong { display: block; }
.ymt-result p { font-size: 12px; margin-top: 4px; }
.ymt-cancel-policy { background: var(--ymt-cream); border-radius: 11px; margin-top: 25px; padding: 21px; }
.ymt-cancel-policy h2 { font-size: 23px; }
.ymt-cancel-policy p { color: var(--ymt-muted); font-size: 12px; margin-top: 6px; }
.ymt-cancel-form { border-bottom: 1px solid var(--ymt-line); margin-bottom: 18px; padding: 18px 0; }
.ymt-manage-card > .ymt-btn-ghost { margin-top: 18px; }

@media (max-width: 1050px) {
	.ymt-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ymt-journey-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.ymt-idea-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ymt-finder-controls { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ymt-finder-reset { justify-self: start; }
	.ymt-value-grid { grid-template-columns: 1fr 1fr; row-gap: 40px; }
	.ymt-value-grid article:nth-child(3) { border-left: 0; padding-left: 0; }
	.ymt-detail-layout { gap: 35px; grid-template-columns: minmax(0, 1fr) 320px; }
	.ymt-key-facts { grid-template-columns: 1fr 1fr; row-gap: 18px; }
	.ymt-booking-layout { grid-template-columns: minmax(0, 1fr) 300px; }
	.ymt-real-profile-grid article { grid-template-columns: 130px 1fr; }
}

@media (max-width: 820px) {
	.ymt-detail-nav .ymt-detail-nav-book { margin-left: 0; }
	.ymt-real-profile-grid { grid-template-columns: 1fr; }
	.ymt-compare-tray { align-items: stretch; flex-direction: column; gap: 9px; }
	.ymt-compare-tray > div { justify-content: space-between; }
	.ymt-compare-tray [data-ymt-compare-names] { display: none; }
	.ymt-compare-table { grid-template-columns: 1fr; }
	.ymt-compare-table article { display: grid; gap: 0 17px; grid-template-columns: 150px 1fr; }
	.ymt-compare-table img { grid-row: 1 / span 3; height: 100%; margin: 0; min-height: 220px; width: 100%; }
	.ymt-compare-table h3, .ymt-compare-table dl, .ymt-compare-table .ymt-btn { grid-column: 2; }
	.ymt-compare-table h3 { margin-top: 16px; min-height: 0; }
	.ymt-shell { width: min(100% - 28px, 720px); }
	.ymt-catalog-hero { min-height: 590px; }
	.ymt-section-heading { display: block; }
	.ymt-section-heading > p { margin-top: 18px; }
	.ymt-value-grid { grid-template-columns: 1fr 1fr; }
	.ymt-detail-layout { display: block; }
	.ymt-book-card { display: none; }
	.ymt-mobile-book { align-items: center; background: #fff; border-top: 1px solid #d8ded9; bottom: 0; box-shadow: 0 -8px 25px rgba(11,38,29,.12); display: flex; gap: 14px; justify-content: space-between; left: 0; padding: 10px 14px max(10px, env(safe-area-inset-bottom)); position: fixed; right: 0; z-index: 9990; }
	.ymt-mobile-book > div { display: grid; grid-template-columns: auto auto; column-gap: 5px; }
	.ymt-mobile-book small, .ymt-mobile-book span { color: var(--ymt-muted); font-size: 9px; }
	.ymt-mobile-book strong { color: var(--ymt-forest); font-family: var(--ymt-display); font-size: 23px; grid-row: 2; }
	.ymt-mobile-book span { align-self: end; grid-row: 2; }
	.ymt-detail-cta { margin-bottom: 65px; }
	.ymt-booking-layout { display: flex; flex-direction: column; }
	.ymt-booking-form, .ymt-order-summary { width: 100%; }
	.ymt-order-summary { order: -1; position: static; }
	.ymt-order-summary > img { display: none; }
}

@media (max-width: 640px) {
	.ymt-real-profile { padding-block: 60px; }
	.ymt-real-profile-grid article { display: block; }
	.ymt-real-profile-grid img { height: 220px; min-height: 0; }
	.ymt-real-profile-grid article > div { padding: 17px 3px 3px; }
	.ymt-journey-chooser { padding-top: 60px; }
	.ymt-catalog-proof .ymt-shell { grid-template-columns: 1fr 1fr; }
	.ymt-catalog-proof .ymt-shell > div { border-bottom: 1px solid rgba(255,255,255,.13); min-height: 100px; padding: 19px 14px; }
	.ymt-journey-grid, .ymt-idea-grid { grid-template-columns: 1fr; }
	.ymt-journey-grid button { min-height: 132px; }
	.ymt-journey-grid strong { margin-top: 16px; }
	.ymt-idea-grid article { min-height: 280px; }
	.ymt-idea-note { align-items: flex-start; flex-direction: column; gap: 5px; }
	.ymt-fit-grid { grid-template-columns: 1fr; }
	.ymt-detail-nav .ymt-shell { gap: 18px; }
	.ymt-finder-heading { align-items: start; flex-direction: column; gap: 5px; }
	.ymt-finder-controls { grid-template-columns: 1fr; }
	.ymt-finder-reset { height: 32px; }
	.ymt-card-foot { align-items: center; }
	.ymt-card-actions { align-items: stretch; }
	.ymt-availability-help { align-items: flex-start; flex-direction: column; }
	.ymt-compare-dialog { border-radius: 14px; padding: 18px; }
	.ymt-compare-head h2 { font-size: 25px; }
	.ymt-compare-table article { display: block; }
	.ymt-compare-table img { height: 150px; margin: 0 -17px 17px; min-height: 0; width: calc(100% + 34px); }
	.ymt-shell { width: min(100% - 22px, 560px); }
	.ymt-catalog-hero { background: linear-gradient(180deg, rgba(3,24,18,.54), rgba(3,24,18,.95) 70%), var(--ymt-hero) 59% center/cover; min-height: 640px; }
	.ymt-hero-content { align-self: end; padding-block: 90px 55px; }
	.ymt-hero-content h1 { font-size: 41px; }
	.ymt-hero-lead { font-size: 16px; }
	.ymt-hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
	.ymt-hero-actions .ymt-text-link { text-align: center; }
	.ymt-trust-row { display: grid; gap: 8px; margin-top: 32px; }
	.ymt-catalog-intro, .ymt-how { padding-block: 65px; }
	.ymt-section-heading h2 { font-size: 37px; }
	.ymt-grid, .ymt-steps { grid-template-columns: 1fr; }
	.ymt-value-grid { grid-template-columns: 1fr; }
	.ymt-value-grid article, .ymt-value-grid article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); padding: 25px 0 0; }
	.ymt-value-grid article:first-child { border-top: 0; padding-top: 0; }
	.ymt-card-media { aspect-ratio: 1.55; }
	.ymt-gallery { border-radius: 0; gap: 0; grid-template-columns: 1fr; grid-template-rows: 295px; margin-inline: -11px; }
	.ymt-gallery figure:not(.ymt-gallery-main) { display: none; }
	.ymt-gallery-main { grid-row: 1; }
	.ymt-title-row { display: block; padding-top: 23px; }
	.ymt-title-row h1 { font-size: 38px; }
	.ymt-share { display: inline-block; margin-top: 16px; }
	.ymt-key-facts { grid-template-columns: 1fr 1fr; }
	.ymt-key-facts article { align-items: flex-start; }
	.ymt-content-section { padding: 43px 0; }
	.ymt-inclusion-grid, .ymt-practical-grid { grid-template-columns: 1fr; }
	.ymt-detail-cta > .ymt-shell { align-items: flex-start; flex-direction: column; }
	.ymt-detail-cta h2 { font-size: 34px; }
	.ymt-booking-head { padding-top: 18px; }
	.ymt-booking-head h1 { font-size: 34px; }
	.ymt-progress li { align-items: flex-start; flex-direction: column; gap: 4px; }
	.ymt-progress li span { font-size: 9px; }
	.ymt-book-step { padding: 21px 15px; }
	.ymt-step-heading h2 { font-size: 27px; }
	.ymt-days { gap: 2px; padding-inline: 5px; }
	.ymt-day { min-height: 44px; }
	.ymt-guest-row { grid-template-columns: 1fr 100px; }
	.ymt-guest-row span { grid-column: 1 / -1; text-align: left; }
	.ymt-field-grid { grid-template-columns: 1fr; }
	.ymt-field-full { grid-column: auto; }
	.ymt-step-actions { gap: 9px; }
	.ymt-step-actions .ymt-btn { flex: 1; min-width: 0; padding-inline: 10px; }
	.ymt-review-row { grid-template-columns: 100px 1fr; }
	.ymt-confirmed-main, .ymt-manage-main { padding: 35px 0 65px; }
	.ymt-confirm-card, .ymt-manage-card { padding: 27px 17px; }
	.ymt-confirm-details, .ymt-manage-details { grid-template-columns: 1fr; }
	.ymt-confirm-details > div:nth-child(odd), .ymt-manage-details > div:nth-child(odd) { border-right: 0; }
}

/* v1.4 destination collection, comfort, verified reviews and legal pages */
.ymt-catalog-hero-v14 { min-height: 760px; }
.ymt-catalog-hero-v14 .ymt-hero-content { max-width: 840px; }
.ymt-btn-glass { backdrop-filter: blur(8px); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.42); color: #fff !important; }
.ymt-btn-glass:hover { background: rgba(255,255,255,.22); }
.ymt-photo-disclosure { color: rgba(255,255,255,.62) !important; font-size: 10px !important; line-height: 1.5; margin-top: 18px !important; max-width: 670px; }

.ymt-escape-collection { background: linear-gradient(180deg, #f5f1e7 0, #ece7db 100%); }
.ymt-idea-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.ymt-idea-filters button { background: transparent; border: 1px solid #bcc8c1; border-radius: 99px; color: var(--ymt-forest-2); cursor: pointer; font: inherit; font-size: 11px; font-weight: 800; padding: 9px 14px; }
.ymt-idea-filters button:hover, .ymt-idea-filters button.is-active { background: var(--ymt-forest); border-color: var(--ymt-forest); color: #fff; }
.ymt-idea-grid-rich { align-items: stretch; }
.ymt-idea-grid-rich article { min-height: 620px; padding: 25px; }
.ymt-idea-grid-rich article[hidden] { display: none; }
.ymt-idea-grid-rich article > .ymt-idea-card-top { display: flex; }
.ymt-idea-grid-rich article > ul { color: var(--ymt-forest-2); font-size: 11px; line-height: 1.65; margin: 18px 0 0; padding-left: 18px; }
.ymt-idea-grid-rich article > ul li + li { margin-top: 5px; }
.ymt-idea-grid-rich article > .ymt-idea-facts { border-top: 1px solid var(--ymt-line); display: grid; gap: 12px; grid-template-columns: 1fr; margin-top: 18px; padding-top: 17px; }
.ymt-idea-facts > span { color: var(--ymt-muted) !important; display: block; font-size: 10px !important; font-weight: 500 !important; line-height: 1.55; }
.ymt-idea-facts small { color: var(--ymt-forest-2) !important; display: block; font-size: 9px !important; font-weight: 900; letter-spacing: .09em; margin-bottom: 3px; text-transform: uppercase; }
.ymt-idea-grid-rich article > .ymt-idea-price { align-items: end; display: grid; gap: 1px; grid-template-columns: 1fr auto; margin: auto 0 16px; padding-top: 22px; }
.ymt-idea-price small { color: var(--ymt-muted) !important; font-size: 9px !important; grid-column: 1; }
.ymt-idea-price strong { color: var(--ymt-forest); font-family: var(--ymt-display); font-size: 28px; grid-column: 1; }
.ymt-idea-price span { color: var(--ymt-muted) !important; font-size: 9px !important; font-weight: 600 !important; grid-column: 2; grid-row: 2; }
.ymt-idea-grid-rich article > .ymt-btn { border-top: 0; margin-top: 0; padding: 12px 16px; text-align: center; }

.ymt-comfort-story { background: #fff; padding: 105px 0; }
.ymt-comfort-layout { align-items: center; display: grid; gap: clamp(45px, 7vw, 95px); grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); }
.ymt-comfort-image img { aspect-ratio: 3/2; border-radius: 18px; box-shadow: var(--ymt-shadow); display: block; object-fit: cover; width: 100%; }
.ymt-comfort-image p { color: var(--ymt-muted); font-size: 9px; line-height: 1.55; margin-top: 10px; }
.ymt-comfort-layout h2 { font-size: clamp(36px, 4.7vw, 57px); margin-top: 8px; }
.ymt-comfort-layout > div:last-child > p:not(.ymt-kicker) { color: var(--ymt-muted); margin-top: 18px; }
.ymt-comfort-points { display: grid; gap: 0 20px; grid-template-columns: 1fr 1fr; margin: 27px 0; }
.ymt-comfort-points article { border-top: 1px solid var(--ymt-line); padding: 17px 0; }
.ymt-comfort-points strong, .ymt-comfort-points span { display: block; }
.ymt-comfort-points strong { color: var(--ymt-forest); font-size: 13px; }
.ymt-comfort-points span { color: var(--ymt-muted); font-size: 10px; line-height: 1.5; margin-top: 5px; }

.ymt-review-section { background: #eef3ef; padding: 95px 0; }
.ymt-review-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 32px; }
.ymt-review-grid article { background: #fff; border: 1px solid #dce5df; border-radius: 16px; padding: 26px; }
.ymt-review-stars { color: var(--ymt-gold-dark); letter-spacing: .1em; }
.ymt-review-grid blockquote { color: var(--ymt-ink); font-family: var(--ymt-display); font-size: 18px; line-height: 1.55; margin: 17px 0 22px; }
.ymt-review-grid article > p { color: var(--ymt-muted); font-size: 10px; }
.ymt-review-grid article > p strong { color: var(--ymt-forest); font-size: 12px; }
.ymt-review-empty { align-items: center; background: #fff; border: 1px solid #dce5df; border-radius: 16px; display: flex; gap: 24px; margin-top: 30px; padding: 28px; }
.ymt-review-empty > span { align-items: center; background: var(--ymt-forest); border-radius: 50%; color: var(--ymt-gold); display: flex; flex: 0 0 58px; font-size: 24px; height: 58px; justify-content: center; }
.ymt-review-empty h3 { font-size: 22px; }
.ymt-review-empty p { color: var(--ymt-muted); font-size: 12px; margin-top: 5px; }
.ymt-review-actions { margin-top: 25px; text-align: center; }
.ymt-legal-links { color: var(--ymt-muted); font-size: 11px; margin-top: 28px; text-align: center; }
.ymt-legal-links span { margin: 0 8px; }

.ymt-document-page { background: var(--ymt-cream); padding: 92px 0 110px; }
.ymt-document { background: #fff; border: 1px solid #dde3df; border-radius: 18px; box-shadow: 0 18px 55px rgba(10,47,35,.08); max-width: 900px; padding: clamp(28px, 6vw, 72px); }
.ymt-document h1 { font-size: clamp(42px, 6vw, 68px); margin-top: 7px; }
.ymt-document h2 { border-top: 1px solid var(--ymt-line); font-size: 24px; margin-top: 35px; padding-top: 28px; }
.ymt-document p, .ymt-document li { color: #45564e; font-size: 14px; line-height: 1.8; }
.ymt-document p { margin-top: 12px; }
.ymt-document ul { margin: 13px 0 0; padding-left: 22px; }
.ymt-document li + li { margin-top: 7px; }
.ymt-document-meta { color: var(--ymt-muted) !important; font-size: 11px !important; }
.ymt-document-summary, .ymt-legal-caution { border-radius: 12px; margin-top: 28px; padding: 21px 24px; }
.ymt-document-summary { background: #e8f2ec; border-left: 4px solid var(--ymt-forest-3); }
.ymt-legal-caution { background: #fff7df; border-left: 4px solid var(--ymt-gold-dark); }
.ymt-document-summary p, .ymt-legal-caution p { margin-top: 5px; }

.ymt-review-page { background: linear-gradient(135deg, #eef3ef, #f6f1e7); padding: 95px 0 110px; }
.ymt-review-layout { align-items: start; display: grid; gap: clamp(45px, 7vw, 90px); grid-template-columns: minmax(0, .78fr) minmax(500px, 1fr); }
.ymt-review-layout h1 { font-size: clamp(43px, 6vw, 70px); margin-top: 7px; }
.ymt-review-layout > section > p:not(.ymt-kicker) { color: var(--ymt-muted); font-size: 16px; margin-top: 20px; }
.ymt-review-trust { margin-top: 30px; }
.ymt-review-trust article { border-top: 1px solid #ccd8d1; padding: 18px 0; }
.ymt-review-trust strong, .ymt-review-trust span { display: block; }
.ymt-review-trust strong { color: var(--ymt-forest); }
.ymt-review-trust span { color: var(--ymt-muted); font-size: 11px; margin-top: 3px; }
.ymt-review-form { background: #fff; border: 1px solid #dce5df; border-radius: 18px; box-shadow: var(--ymt-shadow); padding: clamp(24px, 4vw, 42px); }
.ymt-review-form > label { display: block; margin-top: 18px; }
.ymt-review-form > label:first-of-type { margin-top: 0; }
.ymt-review-form label > span, .ymt-review-form legend { color: var(--ymt-forest); display: block; font-size: 11px; font-weight: 800; margin-bottom: 7px; }
.ymt-review-form input[type="text"], .ymt-review-form input[type="email"], .ymt-review-form textarea { background: #fbfcfb; border: 1px solid #cbd6d0; border-radius: 8px; box-sizing: border-box; font: inherit; padding: 12px; width: 100%; }
.ymt-review-form fieldset { border: 0; margin: 20px 0 0; padding: 0; }
.ymt-rating-input { direction: rtl; display: inline-flex; }
.ymt-rating-input input { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.ymt-rating-input label { color: #cbd3cf; cursor: pointer; font-size: 32px; margin-right: 4px; }
.ymt-rating-input label:hover, .ymt-rating-input label:hover ~ label, .ymt-rating-input input:checked ~ label { color: var(--ymt-gold-dark); }
.ymt-review-form .ymt-check { align-items: flex-start; display: flex; gap: 9px; }
.ymt-review-form .ymt-check input { accent-color: var(--ymt-forest); margin-top: 4px; }
.ymt-review-form .ymt-check span { color: var(--ymt-muted); font-weight: 500; line-height: 1.55; }
.ymt-review-form > .ymt-btn { margin-top: 21px; }
.ymt-form-privacy { color: var(--ymt-muted); font-size: 9px; line-height: 1.5; margin-top: 10px; text-align: center; }
.ymt-review-success { padding: 45px 10px; text-align: center; }
.ymt-review-success h2 { font-size: 32px; }
.ymt-review-success p { color: var(--ymt-muted); margin-top: 10px; }

@media (max-width: 900px) {
	.ymt-comfort-layout, .ymt-review-layout { grid-template-columns: 1fr; }
	.ymt-review-grid { grid-template-columns: 1fr 1fr; }
	.ymt-review-layout { max-width: 720px; }
}

@media (max-width: 640px) {
	.ymt-catalog-hero-v14 { min-height: 760px; }
	.ymt-idea-filters { flex-wrap: nowrap; margin-inline: -18px; overflow-x: auto; padding: 0 18px 8px; }
	.ymt-idea-filters button { flex: 0 0 auto; }
	.ymt-idea-grid-rich article { min-height: 0; }
	.ymt-comfort-story, .ymt-review-section { padding: 65px 0; }
	.ymt-comfort-points, .ymt-review-grid { grid-template-columns: 1fr; }
	.ymt-review-empty { align-items: flex-start; }
	.ymt-document-page, .ymt-review-page { padding: 65px 0 80px; }
	.ymt-document { border-radius: 12px; }
	.ymt-review-form { padding: 23px 16px; }
}

@media (prefers-reduced-motion: reduce) {
	.ymt-main *, .ymt-main *::before, .ymt-main *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Conversion pages, variants and custom requests */
.ymt-step-subheading { border-top: 1px solid var(--ymt-line); margin-top: 26px; padding-top: 25px; }
.ymt-step-subheading h3 { font-size: 22px; }
.ymt-step-subheading p { color: var(--ymt-muted); font-size: 13px; margin-top: 5px; }
.ymt-variant-grid { display: grid; gap: 11px; grid-template-columns: repeat(3, 1fr); margin-top: 24px; }
.ymt-variant-option { cursor: pointer; display: block; position: relative; }
.ymt-variant-option input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.ymt-variant-option > span { background: #fff; border: 1px solid #cbd4cf; border-radius: 12px; display: flex; flex-direction: column; height: 100%; min-height: 190px; padding: 17px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.ymt-variant-option:hover > span { border-color: #75a18e; transform: translateY(-2px); }
.ymt-variant-option.is-selected > span { background: #f2f8f5; border: 2px solid var(--ymt-forest-3); box-shadow: 0 8px 22px rgba(11, 77, 55, .12); padding: 16px; }
.ymt-variant-option small { color: var(--ymt-gold-dark); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ymt-variant-option strong { color: var(--ymt-forest); font-size: 17px; margin-top: 6px; }
.ymt-variant-option em { color: var(--ymt-forest); font-size: 23px; font-style: normal; font-weight: 850; margin-top: 8px; }
.ymt-variant-option p { color: var(--ymt-muted); font-size: 11px; line-height: 1.5; margin-top: 7px; }
.ymt-traveller-picker { align-items: end; border-top: 1px solid #dce4df; display: grid; gap: 11px; grid-template-columns: minmax(145px, 1fr) repeat(3, 100px); margin-top: 18px; padding-top: 18px; }
.ymt-traveller-picker > div strong, .ymt-traveller-picker > div span { display: block; }
.ymt-traveller-picker > div strong { color: var(--ymt-forest); font-size: 14px; }
.ymt-traveller-picker > div span, .ymt-traveller-picker label small { color: var(--ymt-muted); font-size: 9px; }
.ymt-traveller-picker label { color: var(--ymt-forest); font-size: 11px; font-weight: 800; }
.ymt-traveller-picker label small { display: block; font-weight: 500; }
.ymt-traveller-picker select { background: #fff; border: 1px solid #bdc8c2; border-radius: 8px; color: var(--ymt-ink); margin-top: 5px; min-height: 43px; padding: 8px; width: 100%; }
.ymt-inline-variants { display: grid; gap: 13px; grid-template-columns: repeat(3, 1fr); margin-top: 27px; }
.ymt-inline-variants article { background: var(--ymt-cream); border: 1px solid transparent; border-radius: 13px; padding: 21px; }
.ymt-inline-variants article.is-featured { background: #edf6f1; border-color: #8eb7a5; }
.ymt-inline-variants small { color: var(--ymt-gold-dark); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.ymt-inline-variants h3 { font-size: 19px; margin-top: 6px; }
.ymt-inline-variants > article > strong { color: var(--ymt-forest); display: block; font-size: 25px; margin-top: 9px; }
.ymt-inline-variants p { color: var(--ymt-muted); font-size: 11px; margin-top: 7px; }
.ymt-inline-variants a { color: var(--ymt-forest-2) !important; display: inline-block; font-size: 11px; font-weight: 850; margin-top: 14px; }
.ymt-not-listed { background: #eef6f2; border: 1px solid #cfe1d8; border-radius: 15px; margin-top: 45px; padding: 30px; }
.ymt-not-listed h2 { font-size: 29px; margin-top: 7px; }
.ymt-not-listed > p:not(.ymt-kicker) { color: var(--ymt-muted); font-size: 13px; margin-top: 8px; }
.ymt-not-listed .ymt-btn { margin-top: 20px; }

.ymt-anywhere-card-section { background: #fff; padding: 82px 0; }
.ymt-anywhere-card { align-items: center; background: linear-gradient(120deg, #f4f7f3, #e8f1ec); border: 1px solid #d6e2db; border-radius: 20px; display: grid; gap: 55px; grid-template-columns: minmax(0, 1fr) 280px; padding: clamp(30px, 5vw, 58px); }
.ymt-anywhere-card h2 { font-size: clamp(32px, 4vw, 48px); margin-top: 8px; }
.ymt-anywhere-card p:not(.ymt-kicker) { color: var(--ymt-muted); margin-top: 12px; max-width: 700px; }
.ymt-anywhere-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.ymt-anywhere-tags span { background: #fff; border: 1px solid #d4ddd8; border-radius: 99px; color: var(--ymt-forest-2); font-size: 10px; font-weight: 800; padding: 7px 10px; }

.ymt-request-hero { background: linear-gradient(90deg, rgba(3, 24, 18, .95), rgba(3, 29, 21, .68) 58%, rgba(3, 29, 21, .22)), var(--ymt-hero) center/cover; color: #fff; min-height: 510px; padding: 105px 0 80px; }
.ymt-request-hero h1 { color: #fff; font-size: clamp(43px, 6vw, 72px); max-width: 900px; }
.ymt-request-hero h1 span { color: #f0cc71; }
.ymt-request-hero > .ymt-shell > p:not(.ymt-eyebrow) { color: rgba(255,255,255,.82); font-size: 18px; margin-top: 22px; max-width: 740px; }
.ymt-request-section { background: var(--ymt-cream); padding: 90px 0 105px; }
.ymt-request-layout { align-items: start; display: grid; gap: 65px; grid-template-columns: minmax(0, .72fr) minmax(520px, 1fr); }
.ymt-request-intro { position: sticky; top: 95px; }
.ymt-request-intro h2 { font-size: clamp(34px, 4vw, 49px); margin-top: 8px; }
.ymt-request-intro > p:not(.ymt-kicker) { color: var(--ymt-muted); margin-top: 15px; }
.ymt-request-points { margin-top: 32px; }
.ymt-request-points article { border-top: 1px solid #d8ddd9; display: grid; gap: 15px; grid-template-columns: 35px 1fr; padding: 18px 0; }
.ymt-request-points article > b { color: var(--ymt-gold-dark); font-size: 12px; }
.ymt-request-points h3 { font-size: 17px; }
.ymt-request-points p { color: var(--ymt-muted); font-size: 12px; margin-top: 4px; }
.ymt-whatsapp-card { background: var(--ymt-forest); border-radius: 12px; color: #fff !important; display: block; margin-top: 25px; padding: 18px; text-decoration: none !important; }
.ymt-whatsapp-card strong, .ymt-whatsapp-card span { display: block; }
.ymt-whatsapp-card span { color: rgba(255,255,255,.72); font-size: 12px; margin-top: 3px; }
.ymt-request-card { background: #fff; border: 1px solid rgba(14,79,58,.12); border-radius: 18px; box-shadow: var(--ymt-shadow); padding: clamp(24px, 4vw, 42px); }
.ymt-request-card fieldset { border: 0; border-bottom: 1px solid var(--ymt-line); margin: 0; padding: 0 0 30px; }
.ymt-request-card fieldset + fieldset { padding-top: 29px; }
.ymt-request-card legend { color: var(--ymt-forest); font-family: var(--ymt-display); font-size: 22px; font-weight: 750; padding: 0; }
.ymt-request-card .ymt-field-grid { margin-top: 18px; }
.ymt-request-card .ymt-three-fields { grid-template-columns: repeat(3, 1fr); }
.ymt-checkline { align-items: center; color: var(--ymt-muted); display: flex; font-size: 12px; gap: 8px; margin-top: 12px; }
.ymt-checkline input { accent-color: var(--ymt-forest); }
.ymt-request-card > form > .ymt-btn { margin-top: 20px; }
.ymt-form-note { color: var(--ymt-muted); font-size: 10px; margin-top: 11px !important; text-align: center; }
.ymt-inquiry-success { padding: 40px 10px; text-align: center; }
.ymt-inquiry-success[hidden] { display: none; }
.ymt-inquiry-success > div { align-items: center; background: #dff1e7; border-radius: 50%; color: var(--ymt-forest-3); display: flex; font-size: 28px; font-weight: 900; height: 66px; justify-content: center; margin: 0 auto 20px; width: 66px; }
.ymt-inquiry-success h2 { font-size: 34px; margin-top: 8px; }
.ymt-inquiry-success > p:not(.ymt-kicker) { color: var(--ymt-muted); margin-top: 15px; }
.ymt-inquiry-success .ymt-btn { margin-top: 24px; }

.ymt-landing-hero { background: linear-gradient(90deg, rgba(3, 24, 18, .96), rgba(3, 29, 21, .68) 60%, rgba(3, 29, 21, .18)), var(--ymt-hero) center/cover; color: #fff; min-height: 700px; padding: 110px 0 85px; }
.ymt-landing-hero-grid { align-items: center; display: grid; gap: 70px; grid-template-columns: minmax(0, 1fr) 330px; }
.ymt-landing-hero h1 { color: #fff; font-size: clamp(48px, 7vw, 82px); max-width: 820px; }
.ymt-landing-hero h1 span { color: #f0cc71; }
.ymt-landing-hero-grid > div > p:not(.ymt-eyebrow) { color: rgba(255,255,255,.84); font-size: 19px; line-height: 1.7; margin-top: 23px; max-width: 700px; }
.ymt-landing-hero aside { backdrop-filter: blur(12px); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); border-radius: 15px; padding: 27px; }
.ymt-landing-hero aside strong { font-size: 18px; }
.ymt-landing-hero aside p { color: rgba(255,255,255,.72); font-size: 13px; margin-top: 9px; }
.ymt-duration-section { background: var(--ymt-cream); padding: 95px 0 105px; }
.ymt-duration-grid { align-items: stretch; display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.ymt-duration-grid article { background: #fff; border: 1px solid #d9dedb; border-radius: 16px; display: flex; flex-direction: column; padding: 30px; position: relative; }
.ymt-duration-grid article.is-featured { border: 2px solid var(--ymt-forest-3); box-shadow: var(--ymt-shadow); padding: 29px; transform: translateY(-8px); }
.ymt-recommended { background: var(--ymt-forest); border-radius: 99px; color: #fff; font-size: 9px; font-weight: 900; left: 50%; letter-spacing: .12em; padding: 7px 13px; position: absolute; text-transform: uppercase; top: -14px; transform: translateX(-50%); }
.ymt-duration-grid article > small { color: var(--ymt-gold-dark); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ymt-duration-grid h3 { font-size: 26px; margin-top: 8px; }
.ymt-duration-grid article > strong { color: var(--ymt-forest); font-size: 37px; margin-top: 17px; }
.ymt-duration-grid article > span { color: var(--ymt-muted); font-size: 10px; }
.ymt-duration-grid article > p { color: var(--ymt-muted); flex: 1; font-size: 13px; margin: 17px 0 26px; }
.ymt-guide-section { padding: 100px 0; }
.ymt-guide-grid { align-items: start; display: grid; gap: 80px; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); }
.ymt-guide-grid h2 { font-size: clamp(36px, 4.5vw, 54px); margin-top: 8px; }
.ymt-guide-grid > div:first-child > p:not(.ymt-kicker) { color: var(--ymt-muted); margin-top: 18px; }
.ymt-guide-promises article { border-top: 1px solid var(--ymt-line); display: grid; gap: 20px; grid-template-columns: 38px 1fr; padding: 23px 0; }
.ymt-guide-promises b { color: var(--ymt-gold-dark); font-size: 12px; }
.ymt-guide-promises h3 { font-size: 20px; }
.ymt-guide-promises p { color: var(--ymt-muted); font-size: 13px; margin-top: 5px; }
.ymt-popular-section { background: var(--ymt-cream); padding: 95px 0; }
.ymt-center-link { margin-top: 35px !important; text-align: center; }
.ymt-center-link a { color: var(--ymt-forest-2) !important; font-weight: 850; }
.ymt-anywhere-band { background: var(--ymt-forest); color: #fff; padding: 72px 0; }
.ymt-anywhere-band > .ymt-shell { align-items: center; display: flex; gap: 45px; justify-content: space-between; }
.ymt-anywhere-band h2 { color: #fff; font-size: clamp(34px, 4vw, 48px); margin-top: 7px; }
.ymt-anywhere-band p:not(.ymt-kicker) { color: rgba(255,255,255,.72); margin-top: 9px; max-width: 700px; }

@media (max-width: 900px) {
	.ymt-request-layout, .ymt-landing-hero-grid, .ymt-guide-grid { grid-template-columns: 1fr; }
	.ymt-request-intro { position: static; }
	.ymt-landing-hero-grid aside { max-width: 550px; }
	.ymt-anywhere-card { grid-template-columns: 1fr; }
	.ymt-duration-grid, .ymt-inline-variants { grid-template-columns: 1fr; }
	.ymt-duration-grid article.is-featured { transform: none; }
	.ymt-traveller-picker { grid-template-columns: repeat(3, 1fr); }
	.ymt-traveller-picker > div { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
	.ymt-page #gdpr-cookie-consent-show-again { bottom: 78px !important; right: 10px !important; }
	.ymt-variant-grid { grid-template-columns: 1fr; }
	.ymt-variant-option > span { min-height: 0; }
	.ymt-traveller-picker { grid-template-columns: 1fr; }
	.ymt-traveller-picker > div { grid-column: auto; }
	.ymt-request-hero { background: linear-gradient(180deg, rgba(3,24,18,.65), rgba(3,24,18,.97) 66%), var(--ymt-hero) center/cover; min-height: 610px; padding-top: 95px; }
	.ymt-request-section { padding: 60px 0; }
	.ymt-request-layout { gap: 40px; }
	.ymt-request-card { padding: 22px 15px; }
	.ymt-request-card .ymt-three-fields { grid-template-columns: 1fr; }
	.ymt-landing-hero { background: linear-gradient(180deg, rgba(3,24,18,.58), rgba(3,24,18,.98) 64%), var(--ymt-hero) center/cover; min-height: 760px; padding-top: 100px; }
	.ymt-landing-hero h1 { font-size: 48px; }
	.ymt-duration-section, .ymt-guide-section, .ymt-popular-section { padding-block: 65px; }
	.ymt-anywhere-band > .ymt-shell { align-items: flex-start; flex-direction: column; }
	.ymt-anywhere-band .ymt-btn { width: 100%; }
}

/* v1.5 premium AI visual system, host story and vehicle experience */
.ymt-catalog-hero-v15 { background-position: center center; isolation: isolate; }
.ymt-catalog-hero-v15::before { background: linear-gradient(90deg, rgba(4,30,22,.12), transparent 52%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.ymt-catalog-hero-v15 .ymt-hero-content { max-width: 790px; }
.ymt-catalog-hero-v15 .ymt-hero-lead { max-width: 640px; }

.ymt-host-story { background: #fff; padding: 102px 0 92px; }
.ymt-host-grid { align-items: center; display: grid; gap: clamp(42px, 7vw, 90px); grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); }
.ymt-host-media { margin: 0; position: relative; }
.ymt-host-media::before { background: #e7c464; border-radius: 26px; content: ""; inset: 25px -18px -18px 25px; opacity: .52; position: absolute; }
.ymt-host-media img { aspect-ratio: 3/2; border-radius: 22px; box-shadow: 0 28px 70px rgba(8,45,33,.19); display: block; object-fit: cover; position: relative; width: 100%; }
.ymt-host-media figcaption { color: var(--ymt-muted); font-size: 9px; line-height: 1.55; margin-top: 12px; padding-right: 12px; position: relative; }
.ymt-host-copy h2 { font-size: clamp(38px, 4.8vw, 61px); margin-top: 9px; }
.ymt-host-lead { color: var(--ymt-muted); font-size: 16px; line-height: 1.78; margin-top: 20px !important; }
.ymt-host-points { display: grid; gap: 0 24px; grid-template-columns: 1fr 1fr; margin-top: 26px; }
.ymt-host-points article { border-top: 1px solid var(--ymt-line); display: grid; gap: 12px; grid-template-columns: 28px 1fr; padding: 18px 0; }
.ymt-host-points article > span { color: var(--ymt-gold-dark); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.ymt-host-points strong { color: var(--ymt-forest); display: block; font-size: 13px; }
.ymt-host-points p { color: var(--ymt-muted); font-size: 10px; line-height: 1.5; margin-top: 4px; }
.ymt-host-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 20px; margin-top: 12px; }
.ymt-host-actions .ymt-text-link { color: var(--ymt-forest) !important; }

.ymt-experience-showcase { background: linear-gradient(180deg, #0a3025 0%, #08281f 100%); color: #fff; padding: 105px 0; }
.ymt-showcase-heading { align-items: end; display: grid; gap: 55px; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr); margin-bottom: 42px; }
.ymt-showcase-heading .ymt-kicker { color: #efcc70; }
.ymt-showcase-heading h2 { color: #fff; font-size: clamp(38px, 5vw, 62px); margin-top: 9px; max-width: 760px; }
.ymt-showcase-heading > p { color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.75; }
.ymt-showcase-grid { display: grid; gap: 16px; grid-template-columns: minmax(0, 1.48fr) minmax(320px, .72fr); }
.ymt-showcase-grid figure, .ymt-showcase-thumbs figure { background: #102f27; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; margin: 0; overflow: hidden; position: relative; }
.ymt-showcase-grid img, .ymt-showcase-thumbs img { display: block; height: 100%; object-fit: cover; width: 100%; }
.ymt-showcase-primary img { aspect-ratio: 1.34; }
.ymt-showcase-stack { display: grid; gap: 16px; grid-template-rows: 1fr 1fr; }
.ymt-showcase-stack figure { min-height: 0; }
.ymt-showcase-stack img { aspect-ratio: 2.1; }
.ymt-showcase-grid figcaption { background: linear-gradient(180deg, transparent, rgba(3,20,15,.93)); bottom: 0; display: flex; flex-direction: column; inset-inline: 0; padding: 50px 19px 17px; position: absolute; }
.ymt-showcase-grid figcaption strong { color: #fff; font-size: 13px; }
.ymt-showcase-grid figcaption span { color: rgba(255,255,255,.67); font-size: 8px; line-height: 1.45; margin-top: 4px; max-width: 620px; }
.ymt-showcase-thumbs { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); margin-top: 13px; }
.ymt-showcase-thumbs img { aspect-ratio: 1.6; }
.ymt-showcase-thumbs figcaption { background: rgba(3,24,18,.86); bottom: 8px; color: #fff; font-size: 9px; font-weight: 800; left: 8px; padding: 6px 8px; position: absolute; }
.ymt-showcase-disclosure { color: rgba(255,255,255,.55); font-size: 9px; line-height: 1.6; margin-top: 14px !important; }
.ymt-showcase-footer { align-items: end; border-top: 1px solid rgba(255,255,255,.16); display: grid; gap: 35px; grid-template-columns: 1fr auto; margin-top: 38px; padding-top: 24px; }
.ymt-showcase-footer .ymt-comfort-points { margin: 0; }
.ymt-showcase-footer .ymt-comfort-points article { border-color: rgba(255,255,255,.16); }
.ymt-showcase-footer .ymt-comfort-points strong { color: #efcc70; }
.ymt-showcase-footer .ymt-comfort-points span { color: rgba(255,255,255,.67); }

@media (max-width: 900px) {
	.ymt-host-grid, .ymt-showcase-heading, .ymt-showcase-grid { grid-template-columns: 1fr; }
	.ymt-host-grid { max-width: 760px; }
	.ymt-host-media { order: 2; }
	.ymt-showcase-heading { gap: 18px; }
	.ymt-showcase-stack { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
	.ymt-showcase-footer { align-items: start; grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
	.ymt-catalog-hero-v15 { background-image: linear-gradient(90deg, rgba(3,24,18,.95) 0%, rgba(3,29,21,.75) 67%, rgba(3,29,21,.28) 100%), var(--ymt-hero); background-position: 58% center; min-height: 790px; }
	.ymt-host-story, .ymt-experience-showcase { padding: 68px 0; }
	.ymt-host-grid { gap: 38px; grid-template-columns: 1fr; }
	.ymt-host-media::before { inset: 15px -9px -10px 18px; }
	.ymt-host-points, .ymt-showcase-footer .ymt-comfort-points { grid-template-columns: 1fr; }
	.ymt-host-actions { align-items: stretch; flex-direction: column; }
	.ymt-host-actions .ymt-text-link { padding-block: 7px; text-align: center; }
	.ymt-showcase-stack { grid-template-columns: 1fr; }
	.ymt-showcase-stack img { aspect-ratio: 1.55; }
	.ymt-showcase-thumbs { grid-template-columns: 1fr 1fr; }
	.ymt-showcase-thumbs figcaption { font-size: 8px; }
}
