.twm-premium-place {
	--twm-place-accent: #00aa6c;
	--twm-place-dark: #071b13;
	max-width: 1220px;
	margin: 30px auto 76px;
	padding: 0 20px;
	color: #172033;
}

.twm-place-toolbar {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 18px;
}

.twm-place-back,
.twm-place-favorite {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 42px;
	padding: 9px 16px;
	border: 1.5px solid #172033;
	border-radius: 999px;
	background: #fff;
	color: #172033;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
	transition: background-color .22s, color .22s, transform .22s, box-shadow .22s;
}

.twm-place-back:hover,
.twm-place-favorite:hover,
.twm-place-favorite.is-on {
	background: #172033;
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(15, 23, 42, .14);
}

.twm-place-media {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(250px, 1fr);
	grid-template-rows: 240px 240px;
	gap: 8px;
	min-height: 488px;
	overflow: hidden;
	border-radius: 28px;
	background: radial-gradient(circle at 80% 20%, color-mix(in srgb, var(--twm-place-accent) 62%, #172033), #090d14 66%);
	box-shadow: 0 28px 70px rgba(15, 23, 42, .2);
}

.twm-place-media > a {
	position: relative;
	overflow: hidden;
	background: #111827;
}

.twm-place-media > a:first-child { grid-row: 1 / 3; }
.twm-place-media.is-single{display:block;min-height:clamp(470px,62vw,720px)}.twm-place-media.is-single>a{position:absolute;inset:0}.twm-place-media.is-single>a:first-child{grid-row:auto}
.twm-place-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .42s; }
.twm-place-media a:hover img { transform: scale(1.035); }

.twm-place-media::after {
	content: '';
	pointer-events: none;
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 30%, rgba(3, 7, 18, .86));
}

.twm-place-identity {
	position: absolute;
	z-index: 2;
	left: clamp(24px, 5vw, 58px);
	right: clamp(24px, 5vw, 58px);
	bottom: clamp(24px, 5vw, 52px);
	color: #fff;
}

.twm-place-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, .36);
	border-radius: 999px;
	background: rgba(15, 23, 42, .42);
	backdrop-filter: blur(10px);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.twm-place-identity h1 {
	max-width: 900px;
	margin: 11px 0 8px !important;
	color: #fff !important;
	font-size: clamp(40px, 7vw, 82px) !important;
	line-height: .98 !important;
	letter-spacing: -.045em;
}

.twm-place-location { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 16px; font-weight: 750; }.twm-place-location a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.5)}.twm-place-location a:hover{border-bottom-color:#fff}
.twm-place-location img { width: 30px; height: 20px; object-fit: contain; border-radius: 3px; background: #fff; }

.twm-place-gallery { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 9px; }
.twm-place-gallery a { overflow: hidden; border-radius: 13px; background: #e2e8f0; }
.twm-place-gallery img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .3s; }
.twm-place-gallery a:hover img { transform: scale(1.04); }

.twm-place-summary { display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: start; margin: 32px 0; }
.twm-place-summary__main { display: flex; flex-wrap: wrap; gap: 9px; }
.twm-place-pill { padding: 10px 14px; border: 1px solid #e2e8f0; border-radius: 999px; background: #fff; color: #172033; font-size: 13px; font-weight: 800; text-decoration: none; }
.twm-place-pill.is-rating { border-color: var(--twm-place-accent); background: var(--twm-place-accent); color: #fff; }
.twm-place-logo { max-width: 180px; max-height: 82px; object-fit: contain; }

.twm-place-editorial { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(275px, .65fr); gap: 24px; }

.twm-place-review {
	position: relative;
	overflow: hidden;
	padding: clamp(26px, 4vw, 44px);
	border: 1px solid color-mix(in srgb, var(--twm-place-accent) 30%, #e2e8f0);
	border-radius: 24px;
	background: linear-gradient(145deg, #fff, color-mix(in srgb, var(--twm-place-accent) 5%, #fff));
	box-shadow: 0 18px 48px color-mix(in srgb, var(--twm-place-accent) 10%, transparent);
}

.twm-place-review::before { content: ''; position: absolute; inset: 0 0 auto; height: 7px; background: var(--twm-place-accent); }
.twm-place-review__brand { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 62px; }
.twm-place-review__brand > img { width: min(220px, 52%); height: auto; }
.twm-place-review__brand > strong { font-size: clamp(20px, 3vw, 29px); }
.twm-place-review__meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; color: #64748b; font-size: 13px; }
.twm-place-review h2 { margin: 20px 0 12px; font-size: clamp(25px, 4vw, 39px); line-height: 1.12; }
.twm-place-review__text { color: #26332e; font-size: 17px; line-height: 1.8; }
.twm-place-review__text > :first-child { margin-top: 0; }
.twm-place-review__text > :last-child { margin-bottom: 0; }

.twm-place-score-card {
	display: flex;
	flex-direction: column;
	padding: 26px;
	border-radius: 24px;
	background: linear-gradient(145deg, var(--twm-place-accent), color-mix(in srgb, var(--twm-place-accent) 52%, #07111f));
	color: #fff;
	box-shadow: 0 18px 45px color-mix(in srgb, var(--twm-place-accent) 24%, transparent);
}

.twm-place-score-card > small { text-transform: uppercase; letter-spacing: .1em; font-weight: 800; opacity: .78; }
.twm-place-score-card > strong { display: block; margin: 5px 0 8px; font-size: 52px; line-height: 1; }
.twm-place-score-card > strong small { font-size: 22px; }
.twm-place-score-stars { font-size: 21px; letter-spacing: .08em; }
.twm-place-score-meta { display: grid; gap: 0; margin-top: 22px; border-top: 1px solid rgba(255, 255, 255, .25); }
.twm-place-score-meta div { padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.twm-place-score-meta small { display: block; margin-bottom: 3px; font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; opacity: .72; }
.twm-place-score-meta strong { display: block; font-size: 15px; overflow-wrap: anywhere; }

.twm-tripadvisor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: max-content;
	max-width: 100%;
	min-height: 42px;
	margin-top: 20px;
	padding: 8px 14px;
	border: 1.5px solid #00aa6c;
	border-radius: 999px;
	background: #fff;
	color: #071b13;
	font-size: 12px;
	font-weight: 850;
	text-decoration: none;
	transition: background-color .25s, color .25s, transform .25s, box-shadow .25s;
}

.twm-tripadvisor-button img { width: 112px; height: auto; transition: filter .25s; }
.twm-tripadvisor-button:hover { background: #071b13; color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0, 55, 35, .2); }
.twm-tripadvisor-button:hover img { filter: brightness(0) invert(1); }

.twm-place-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 11px; margin: 25px 0; }
.twm-place-fact { padding: 18px; border: 1px solid #e2e8f0; border-radius: 17px; background: #f8fafc; }
.twm-place-fact small { display: block; margin-bottom: 5px; color: #64748b; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.twm-place-fact strong { display: block; overflow-wrap: anywhere; }

.twm-hotel-stays { margin: 40px 0 0; }
.twm-hotel-stays h2 { margin-bottom: 16px; }
.twm-hotel-stay { display: grid; grid-template-columns: 190px 1fr auto; gap: 20px; align-items: center; padding: 20px; margin-bottom: 10px; border: 1px solid #dbe5f2; border-left: 5px solid var(--twm-place-accent); border-radius: 18px; background: #fff; box-shadow: 0 9px 25px rgba(15, 23, 42, .05); }
.twm-hotel-stay time { color: var(--twm-place-accent); font-weight: 850; }
.twm-hotel-stay__meta { color: #64748b; }
.twm-hotel-stay a { display: inline-flex; padding: 8px 13px; border: 1.5px solid var(--twm-place-accent); border-radius: 999px; color: var(--twm-place-accent); text-decoration: none; font-weight: 800; transition: .2s; }
.twm-hotel-stay a:hover { background: var(--twm-place-accent); color: #fff; }

.twm-place-map-section { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); gap: 20px; margin-top: 34px; }
.twm-place-map-section.is-address-only { grid-template-columns: 1fr; }
.twm-place-map-card,
.twm-place-address-card { padding: 18px; border: 1px solid #e1e7ef; border-radius: 22px; background: #fff; box-shadow: 0 14px 38px rgba(15, 23, 42, .06); }
.twm-place-map { height: 410px; border-radius: 15px; overflow: hidden; }
.twm-place-address-card { display: flex; flex-direction: column; }
.twm-place-address-card__icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: var(--twm-place-accent); color: #fff; font-size: 17px; }.twm-place-address-list a{color:inherit;text-decoration:none}.twm-place-address-list a:hover{text-decoration:underline}
.twm-place-address-card h2 { margin: 18px 0 8px; }
.twm-place-address { color: #475569; font-size: 16px; line-height: 1.65; }
.twm-place-address-list { display: grid; gap: 9px; margin: 14px 0; }
.twm-place-address-list div { padding: 11px 12px; border-radius: 12px; background: #f8fafc; }
.twm-place-address-list small { display: block; color: #64748b; text-transform: uppercase; letter-spacing: .07em; font-size: 9px; font-weight: 850; }
.twm-place-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 14px; }
.twm-place-actions > a:not(.twm-tripadvisor-button) { display: inline-flex; align-items: center; min-height: 38px; padding: 7px 12px; border: 1.5px solid #172033; border-radius: 999px; color: #172033; text-decoration: none; font-size: 12px; font-weight: 850; transition: .2s; }
.twm-place-actions > a:not(.twm-tripadvisor-button):hover { background: #172033; color: #fff; }
.twm-place-actions .twm-tripadvisor-button { margin-top: 0; }

.twm-place-checkins { margin-top: 48px; padding: clamp(22px, 4vw, 36px); border: 1px solid #e2e8f0; border-radius: 26px; background: linear-gradient(145deg, #fff, #f8fafc); box-shadow: 0 18px 45px rgba(15, 23, 42, .07); }
.twm-place-checkins__head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.twm-place-checkins__head h2 { margin: 0; }
.twm-place-checkins__head span { color: #64748b; font-size: 13px; }
.twm-place-checkin-success { padding: 11px 14px; border-radius: 12px; background: #ecfdf5; color: #166534; font-weight: 800; }

.twm-place-checkin-form { display: grid; grid-template-columns: 190px 1fr auto; gap: 14px; align-items: end; padding: 20px; margin-bottom: 24px; border: 1px solid #e4eaf2; border-radius: 19px; background: #fff; }
.twm-place-checkin-form label { display: grid; gap: 6px; color: #475569; font-size: 13px; font-weight: 750; }
.twm-place-checkin-form .is-note { grid-column: 1 / 3; }
.twm-place-checkin-form input,
.twm-place-checkin-form textarea { width: 100%; box-sizing: border-box; padding: 11px 12px; border: 1px solid #cbd5e1; border-radius: 11px; transition: border-color .2s, box-shadow .2s; }
.twm-place-checkin-form input:focus,
.twm-place-checkin-form textarea:focus { border-color: var(--twm-place-accent); outline: 0; box-shadow: 0 0 0 3px color-mix(in srgb, var(--twm-place-accent) 16%, transparent); }
.twm-place-checkin-submit { grid-column: 3; grid-row: 1 / 3; align-self: stretch; min-width: 170px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 20px; border: 0; border-radius: 16px; background: linear-gradient(135deg, var(--twm-place-accent), color-mix(in srgb, var(--twm-place-accent) 60%, #07111f)); color: #fff; font-size: 15px; font-weight: 900; cursor: pointer; box-shadow: 0 12px 28px color-mix(in srgb, var(--twm-place-accent) 26%, transparent); transition: transform .22s, box-shadow .22s, filter .22s; }
.twm-place-checkin-submit svg { width: 23px; height: 23px; }
.twm-place-checkin-submit:hover { transform: translateY(-2px); filter: brightness(1.06); box-shadow: 0 17px 34px color-mix(in srgb, var(--twm-place-accent) 34%, transparent); }

.twm-place-timeline { display: grid; grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); gap: 14px; }
.twm-place-checkin { display: grid; grid-template-columns: auto 1fr; align-items: center; min-height: 100px; overflow: hidden; border: 1px solid #e2e8f0; border-radius: 17px; background: #fff; }
.twm-place-checkin > img { display: block; width: 82px; height: 82px; margin-left: 11px; border-radius: 13px; object-fit: cover; }
.twm-place-checkin__body { padding: 15px; }
.twm-place-checkin time { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: var(--twm-place-accent); color: #fff; font-size: 12px; font-weight: 850; }
.twm-place-checkin p { margin: 10px 0 0; color: #475569; line-height: 1.55; }
.twm-place-empty { padding: 18px; border: 1px dashed #cbd5e1; border-radius: 14px; color: #64748b; text-align: center; }

.twm-place-lightbox { position: fixed; inset: 0; z-index: 100000; display: grid; place-items: center; padding: 24px; background: rgba(2, 6, 23, .94); }
.twm-place-lightbox[hidden] { display: none; }
.twm-place-lightbox figure { margin: 0; display: grid; gap: 11px; justify-items: center; }
.twm-place-lightbox img { max-width: 92vw; max-height: 82vh; border-radius: 14px; }
.twm-place-lightbox figcaption { color: #fff; }
.twm-place-lightbox button { position: absolute; top: 20px; right: 20px; width: 46px; height: 46px; border: 0; border-radius: 50%; background: #fff; font-size: 27px; box-shadow: 0 15px 40px #0008; cursor: pointer; }

@media (max-width: 860px) {
	.twm-premium-place { margin-top: 16px; padding: 0 13px; }
	.twm-place-media { grid-template-columns: 1fr 38%; grid-template-rows: 170px 170px; min-height: 348px; border-radius: 20px; }
	.twm-place-editorial,
	.twm-place-map-section { grid-template-columns: 1fr; }
	.twm-place-map { height: 340px; }
	.twm-hotel-stay { grid-template-columns: 1fr; }
	.twm-place-checkin-form { grid-template-columns: 1fr 1fr; }
	.twm-place-checkin-form .is-note { grid-column: 1 / -1; }
	.twm-place-checkin-submit { grid-column: 1 / -1; grid-row: auto; min-height: 58px; }
}

@media (max-width: 600px) {
	.twm-place-media { display: block; min-height: 470px; }
	.twm-place-media > a { position: absolute; inset: 0; }
	.twm-place-media > a:nth-of-type(n+2) { display: none; }
	.twm-place-summary { grid-template-columns: 1fr; }
	.twm-place-logo { max-width: 140px; }
	.twm-place-gallery { grid-template-columns: repeat(2, 1fr); }
	.twm-place-checkin-form { grid-template-columns: 1fr; }
	.twm-place-checkin-form .is-note,
	.twm-place-checkin-submit { grid-column: auto; }
	.twm-place-checkins__head { align-items: flex-start; flex-direction: column; }
}
