
:root{--ytt-green:#1f4d2b;--ytt-teal:#0e7490;--ytt-orange:#f97316;--ytt-cream:#f8f1e7;--ytt-ink:#183126;--ytt-muted:#66746c;--ytt-border:#dce6df}
.yttem-section,.yttem-archive,.yttem-single{font-family:Poppins,Arial,sans-serif;color:var(--ytt-ink)}
.yttem-section{padding:34px 0}
.yttem-section-heading{max-width:800px;margin:0 0 24px}
.yttem-section-heading>span,.yttem-kicker{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--ytt-teal)}
.yttem-section-heading h1,.yttem-section-heading h2{font-size:clamp(30px,4vw,46px);line-height:1.08;margin:8px 0 10px;color:var(--ytt-green)}
.yttem-section-heading p{font-size:16px;color:var(--ytt-muted);margin:0}
.yttem-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.yttem-card{background:#fff;border:1px solid var(--ytt-border);border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(20,45,32,.08);display:flex;flex-direction:column}
.yttem-card-image{display:block;aspect-ratio:16/10;background:#eef2ee;overflow:hidden}
.yttem-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.yttem-card:hover .yttem-card-image img{transform:scale(1.035)}
.yttem-card-body{padding:18px}
.yttem-price{font-size:15px;font-weight:800;color:var(--ytt-teal);margin-bottom:6px}
.yttem-card h3{font-size:22px;line-height:1.15;margin:0 0 9px}
.yttem-card h3 a{color:var(--ytt-green);text-decoration:none}
.yttem-card p{color:var(--ytt-muted);line-height:1.6;margin:0 0 18px}
.yttem-card-actions{display:flex;gap:10px;align-items:center}
.yttem-link{font-weight:800;color:var(--ytt-green);text-decoration:none}
.yttem-btn,.yttem-hub-button{appearance:none;border:1px solid var(--ytt-green);background:var(--ytt-green);color:#fff!important;border-radius:9px;padding:12px 18px;font:800 14px Poppins,Arial,sans-serif;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
.yttem-btn:hover,.yttem-hub-button:hover{background:#163a21;border-color:#163a21}
.yttem-hub-cta{text-align:center;padding:6px 0 36px}
.yttem-hub-button{background:var(--ytt-orange);border-color:var(--ytt-orange);font-size:16px;padding:14px 24px}
.yttem-hub-button:hover{background:#d95f0b;border-color:#d95f0b}
.yttem-hero{min-height:520px;background-size:cover;background-position:center;display:flex;align-items:flex-end;border-radius:0 0 22px 22px;overflow:hidden}
.yttem-hero-inner{width:min(1180px,92%);margin:0 auto;padding:70px 0;color:#fff}
.yttem-hero h1{font-size:clamp(38px,6vw,68px);line-height:1.02;max-width:900px;margin:10px 0 16px}
.yttem-hero-meta{display:flex;gap:20px;flex-wrap:wrap;font-size:18px;font-weight:800;margin-bottom:22px}
.yttem-btn-large{font-size:17px;padding:14px 24px;background:var(--ytt-orange);border-color:var(--ytt-orange)}
.yttem-single-content{width:min(1180px,92%);margin:0 auto;padding:48px 0;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:42px}
.yttem-main-copy{font-size:17px;line-height:1.8}
.yttem-book-panel{background:#fff;border:1px solid var(--ytt-border);border-radius:16px;padding:22px;box-shadow:0 10px 30px rgba(20,45,32,.08);height:max-content;position:sticky;top:20px}
.yttem-price-big{font-size:25px;font-weight:900;color:var(--ytt-green);margin-bottom:10px}
.yttem-btn-full{width:100%}
.yttem-modal{position:fixed;inset:0;z-index:999999;display:none}
.yttem-modal.is-open{display:block}
.yttem-modal-backdrop{position:absolute;inset:0;background:rgba(10,28,18,.62);backdrop-filter:blur(4px)}
.yttem-modal-dialog{position:relative;width:min(720px,calc(100% - 28px));max-height:calc(100vh - 28px);overflow:auto;margin:14px auto;background:#fff;border-radius:18px;box-shadow:0 24px 70px rgba(0,0,0,.25);padding:28px}
.yttem-modal-close{position:absolute;right:14px;top:12px;width:40px;height:40px;border:1px solid var(--ytt-border);border-radius:50%;background:#fff;color:var(--ytt-green);font-size:28px;line-height:1;cursor:pointer}
.yttem-modal-head{padding-right:48px;margin-bottom:20px}
.yttem-modal-head>span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--ytt-teal)}
.yttem-modal-head h2{font-size:30px;line-height:1.1;margin:6px 0;color:var(--ytt-green)}
.yttem-modal-head p{margin:0;color:var(--ytt-muted);font-weight:700}
#yttem-booking-form label{display:block;font-weight:800;color:var(--ytt-ink);font-size:14px;margin-bottom:14px}
#yttem-booking-form input,#yttem-booking-form select,#yttem-booking-form textarea{display:block;width:100%;margin-top:7px;border:1px solid #cfdad2;border-radius:9px;padding:13px 12px;font:500 15px Poppins,Arial,sans-serif;color:var(--ytt-ink);background:#fff;box-sizing:border-box}
#yttem-booking-form input:focus,#yttem-booking-form select:focus,#yttem-booking-form textarea:focus{outline:2px solid rgba(14,116,144,.16);border-color:var(--ytt-teal)}
.yttem-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 14px}
.yttem-total-box{display:grid;grid-template-columns:1fr 1fr;gap:10px;background:var(--ytt-cream);border-radius:12px;padding:14px;margin:8px 0 10px}
.yttem-total-box div{display:flex;flex-direction:column;gap:2px}
.yttem-total-box span{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#6d776f;font-weight:800}
.yttem-total-box strong{font-size:21px;color:var(--ytt-green)}
.yttem-price-note{font-size:12px;line-height:1.5;color:var(--ytt-muted)}
.yttem-submit{width:100%;font-size:16px;padding:14px}
#yttem-form-message{margin-top:12px;font-weight:700}
.yttem-success{color:#1f6f4a;background:#eaf7ef;border:1px solid #b7dec4;padding:12px;border-radius:9px}
.yttem-error{color:#8a2f2f;background:#fff0f0;border:1px solid #e6b7b7;padding:12px;border-radius:9px}
@media(max-width:900px){.yttem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.yttem-single-content{grid-template-columns:1fr}.yttem-book-panel{position:static}}
@media(max-width:620px){.yttem-grid{grid-template-columns:1fr}.yttem-form-grid{grid-template-columns:1fr}.yttem-modal-dialog{padding:22px 18px}.yttem-hero{min-height:440px}.yttem-hero-inner{padding:52px 0}.yttem-card-actions{align-items:stretch;flex-direction:column}.yttem-link,.yttem-btn{width:100%;box-sizing:border-box}.yttem-total-box{grid-template-columns:1fr 1fr}}
.yttem-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.yttem-gallery-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px;display:block}.yttem-gallery-preview{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.yttem-gallery-preview img{width:70px;height:55px;object-fit:cover;border-radius:6px}@media(max-width:620px){.yttem-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* v1.1 migration / structured-content refinements */
.yttem-single-content section{margin:0 0 28px}.yttem-single-content .yttem-lead{font-size:1.14rem;line-height:1.75}.yttem-single-content h2{margin-top:0}.yttem-single-content ol,.yttem-single-content ul{padding-left:1.25rem}.yttem-single-content li{margin:.45rem 0}

/* v2.7 modal compact baseline */
.ytt27-contact-row{display:grid;grid-template-columns:130px minmax(0,1fr);gap:12px;grid-column:1/-1}
