/* ==========================================================================
   Софарма — Почивни бази
   Дизайн система. Всички цветове и разстояния минават през токените долу.
   ========================================================================== */

:root {
	/* Палитра Café Noir / Kombu / Moss / Tan / Bone.
	   Само два от петте тона са годни за текст — Café Noir и Kombu. Moss, Tan
	   и Bone са фонове и декор, затова има изведени затъмнени варианти. */
	--p-cafe:  #4C3D19;   /* Café Noir   */
	--p-kombu: #354024;   /* Kombu Green */
	--p-moss:  #889063;   /* Moss Green  */
	--p-tan:   #CFBB99;   /* Tan         */
	--p-bone:  #E5D7C4;   /* Bone        */

	--bg-main:      var(--p-bone);
	--bg-secondary: var(--p-tan);
	--bg-card:      #EFE6DA;   /* изведен: Bone изсветлен — палитрата няма по-светъл тон */
	--dark:         var(--p-kombu);   /* хедър и футър */

	--text-main:  var(--p-cafe);      /* 8.55 / 7.47 / 5.64 върху трите фона */
	--text-muted: #4B4F37;            /* Moss, затъмнен до 4.5 — самият Moss дава 1.81 върху Tan */

	--gold:       var(--p-tan);       /* запълване на бутони: Tan + Café Noir = 5.87 */
	--gold-light: #DCCDB2;
	--gold-ink:   #4B4F37;            /* четимият вариант за дребен текст */
	--sage:       #656A49;            /* Moss, затъмнен до 3.0 — икони и линии */

	--border:      #BFA97F;           /* декоративни линии */
	--line-strong: #656A49;           /* граници на контроли, 3:1 */
	--muted-mark:  #7E7A62;           /* неактивни дни, зачертавания */

	/* Върху тъмно: хедър, футър и текст над снимка. */
	--on-dark:       var(--p-bone);
	--on-dark-muted: rgba(229, 215, 196, .7);
	--line-on-dark:  rgba(229, 215, 196, .18);

	--sel:   var(--p-kombu);
	--avail: #DCE0CB;
	--busy:  #DACDB6;

	--r-sm: 8px;
	--r-md: 14px;
	--r-lg: 20px;

	--shell: 1360px;
	--gutter: 24px;

	--font-display: "Cormorant Garamond", "Times New Roman", serif;
	--font-body: "Manrope", -apple-system, "Segoe UI", Roboto, sans-serif;

	--header-h: 76px;
}

/* --- Reset ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 15px;
	line-height: 1.6;
	color: var(--text-main);
	background: var(--bg-main);
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; font-family: var(--font-display); line-height: 1.15; }
p { margin: 0; }

.shell { width: 100%; max-width: var(--shell); margin: 0 auto; padding: 0 var(--gutter); }
.shell--wide { max-width: 1560px; }

/* --- Типографски помощници ------------------------------------------------ */
.eyebrow {
	font-size: 11px;
	letter-spacing: .22em;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--gold-ink);
}
/* Върху снимка фонът е тъмен - там марковото злато е четимо. */
.home-hero .eyebrow,
.booking-hero .eyebrow { color: var(--gold); }
.eyebrow--muted { color: var(--text-muted); }
.section-label {
	font-size: 12px;
	letter-spacing: .22em;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--gold-ink);
	margin-bottom: 18px;
}
.display-xl { font-size: clamp(44px, 6vw, 76px); letter-spacing: .01em; }
.display-lg { font-size: clamp(36px, 4.4vw, 56px); }
.display-md { font-size: clamp(26px, 2.6vw, 34px); }
.lede { color: var(--text-muted); max-width: 46ch; }

/* --- Бутони --------------------------------------------------------------- */
.btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 13px 26px;
	border-radius: var(--r-sm);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	transition: background .2s, color .2s, border-color .2s, transform .2s;
	white-space: nowrap;
}
/* Ползва се и в тъмния хедър/футър, и върху светло - затова цветът е
   по подразбиране за светло, а тъмните места го надписват. */
.btn--outline { border: 1px solid var(--line-strong); color: var(--gold-ink); }
.site-header .btn--outline,
.site-footer .btn--outline { color: var(--gold-light); border-color: var(--gold); }
.site-header .btn--outline:hover,
.site-footer .btn--outline:hover { background: var(--gold); color: var(--dark); }
.btn--outline:hover { background: var(--gold); color: var(--dark); }
.btn--solid { background: var(--gold); color: var(--dark); }
.btn--solid:hover { background: var(--gold-light); }
.btn--dark { background: var(--dark); color: var(--on-dark); }
.btn--dark:hover { background: #2C3A26; }
.btn--ghost-light { border: 1px solid var(--line-strong); color: var(--text-main); }
.btn--ghost-light:hover { border-color: var(--sel); }
.btn--block { width: 100%; justify-content: center; }

.link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--text-main);
}
.link-arrow svg { transition: transform .2s; }
.link-arrow:hover svg { transform: translateX(4px); }

.icon-btn {
	width: 42px; height: 42px;
	border: 1px solid var(--line-on-dark);
	border-radius: 50%;
	display: inline-flex; align-items: center; justify-content: center;
	color: var(--on-dark);
}
.icon-btn:hover { border-color: var(--gold); color: var(--gold); }

/* --- Хедър ---------------------------------------------------------------- */
.site-header {
	position: sticky; top: 0; z-index: 60;
	height: var(--header-h);
	display: flex; align-items: center;
	background: rgba(53, 64, 36, .88);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid transparent;
	transition: background .25s, border-color .25s;
}
.site-header.is-scrolled { background: var(--dark); border-bottom-color: var(--line-on-dark); }
.site-header__inner { display: flex; align-items: center; gap: 28px; }
/* Логото е цялостен локъп в едно PNG (само алфа), ползвано като маска —
   цветът идва от токена. Съотношение на графиката: 3.426. */
.brand { display: flex; align-items: center; margin-right: auto; }
.brand__logo {
	display: block;
	background-color: var(--on-dark);
	-webkit-mask: url("/assets/img/logo.png") left center / contain no-repeat;
	        mask: url("/assets/img/logo.png") left center / contain no-repeat;
	transition: background-color .2s;
}
.brand:hover .brand__logo { background-color: var(--gold-light); }

.brand--md .brand__logo { width: 130px; height: 38px; }
.brand--lg .brand__logo { width: 158px; height: 46px; }

.nav { display: flex; gap: 30px; }
.nav a {
	position: relative;
	font-size: 12px; font-weight: 600;
	letter-spacing: .13em; text-transform: uppercase;
	color: var(--on-dark-muted);
	padding: 6px 0;
	transition: color .2s;
}
.nav a:hover { color: var(--on-dark); }
.nav a.is-active { color: var(--gold); }
.nav a.is-active::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
	height: 1px; background: var(--gold);
}
.header-actions { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; }

/* --- Мобилно меню --------------------------------------------------------- */
.mobile-nav {
	position: fixed; inset: var(--header-h) 0 0;
	background: var(--dark);
	padding: 28px var(--gutter);
	transform: translateY(-8px);
	opacity: 0; visibility: hidden;
	transition: opacity .2s, transform .2s, visibility .2s;
	z-index: 55;
	overflow-y: auto;
}
.mobile-nav.is-open { opacity: 1; visibility: visible; transform: none; }
.mobile-nav a {
	display: block;
	padding: 16px 0;
	color: var(--on-dark);
	border-bottom: 1px solid var(--line-on-dark);
	font-family: var(--font-display);
	font-size: 26px;
}

/* --- Hero на подстраница (карта + панел) ---------------------------------- */
.base-hero { position: relative; background: var(--bg-main); padding-bottom: 8px; }
.base-hero__grid {
	display: grid;
	grid-template-columns: 330px 1fr;
	gap: 34px;
	align-items: start;
	padding-top: 34px;
}
/* Заглавието се мери спрямо панела, не спрямо екрана: „БОБОШЕВО“ е с три
   букви по-дълго от „КИТЕН“ и при 76px излизаше извън колоната. */
.base-hero__title { margin: 10px 0 16px; font-size: clamp(38px, 3.8vw, 53px); }
.base-hero__text { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }

/* Предимствата вляво: златно заглавие с чертичка, после редове с икона,
   наименование и пояснение. Без обща рамка - разделят ги тънки линии. */
.facts__title {
	position: relative;
	margin: 26px 0 4px;
	padding-top: 16px;
	font-size: 11px; font-weight: 700;
	letter-spacing: .18em; text-transform: uppercase;
	color: var(--gold-ink);
}
.facts__title::before {
	content: ""; position: absolute; top: 0; left: 0;
	width: 34px; height: 1px; background: var(--sage);
}

.facts li {
	display: flex; align-items: center; gap: 14px;
	padding: 11px 0;
	border-bottom: 1px solid var(--border);
}
.facts svg { width: 26px; height: 26px; flex: none; color: var(--sage); }
.facts b {
	display: block;
	font-size: 11px; font-weight: 700;
	letter-spacing: .13em; text-transform: uppercase;
	color: var(--text-main);
}
.facts small {
	display: block; margin-top: 2px;
	font-size: 12px; color: var(--text-muted);
}

/* Двата бутона стоят на един ред в тесния панел, затова тук са по-стегнати
   от общия .btn - иначе сборът им надхвърля колоната с десетина пиксела. */
.base-hero__actions { display: flex; align-items: center; gap: 16px; margin-top: 24px; flex-wrap: wrap; }
.base-hero__actions .btn { padding: 12px 18px; }
/* Подчертаването е единственият знак, че е връзка - трябва да се вижда. */
.link-underline {
	font-size: 11px; font-weight: 700;
	letter-spacing: .14em; text-transform: uppercase;
	color: var(--text-main);
	border-bottom: 1px solid var(--line-strong);
	padding-bottom: 4px;
}
.link-underline:hover { color: var(--gold-ink); border-bottom-color: var(--gold-ink); }

.base-hero__map {
	position: relative;
	border-radius: var(--r-md);
	overflow: hidden;
	background: var(--bg-secondary);
}
.base-hero__map img { width: 100%; height: 100%; object-fit: cover; }

/* --- Лента за търсене ------------------------------------------------------ */
.searchbar {
	display: grid;
	/* Полетата са база + период + гости; бутонът е по съдържание.
	   Периодът е по-широк - в него стои цял диапазон с брой нощувки. */
	grid-template-columns: 1.6fr 1fr auto;
	gap: 0;
	background: var(--bg-card);
	border: 1px solid var(--line-strong);
	border-radius: var(--r-md);
	padding: 10px;
	margin: 34px 0;
}
/* С избор на база отпред - три полета вместо две. */
.searchbar--with-base { grid-template-columns: .85fr 1.6fr 1fr auto; }
.searchbar--light { background: var(--bg-card); border-color: var(--border); }
.searchbar__field {
	display: flex; align-items: center; gap: 12px;
	padding: 12px 20px;
	border-right: 1px solid var(--line-strong);
}
.searchbar--light .searchbar__field { border-right-color: var(--border); }
.searchbar__field:last-of-type { border-right: 0; }
.searchbar__field svg { width: 22px; height: 22px; flex: none; color: var(--sage); }
.searchbar__body { flex: 1; min-width: 0; }
/* Авторското display: block бие [hidden] от стиловете на браузъра, затова
   скритият етикет продължаваше да заема място и смачкваше полето с датите. */
.searchbar__label[hidden] { display: none; }

.searchbar__label {
	display: block;
	font-size: 10px; font-weight: 600;
	letter-spacing: .18em; text-transform: uppercase;
	color: var(--text-muted);
	margin-bottom: 3px;
}
.searchbar--light .searchbar__label { color: var(--text-muted); }
.searchbar__input {
	width: 100%;
	background: none; border: 0; padding: 0;
	font: inherit; font-size: 15px; color: var(--text-main);
	appearance: none;
	cursor: pointer;
}
.searchbar--light .searchbar__input { color: var(--text-main); }
.searchbar__input:focus { outline: none; }
.searchbar__input option { background: var(--bg-card); color: var(--text-main); }
.searchbar--light .searchbar__input option { background: var(--bg-card); color: var(--text-main); }
.searchbar .btn { margin-left: 10px; align-self: stretch; }

/* --- Карта на настаняване -------------------------------------------------- */
.section { padding: 54px 0; }
.section--light { background: var(--bg-secondary); color: var(--text-main); }
.section--light .section-label { color: var(--text-muted); }

.unit {
	display: grid;
	grid-template-columns: 268px 1fr;
	gap: 26px;
	background: var(--bg-card);
	border: 1px solid var(--line-strong);
	border-radius: var(--r-md);
	padding: 16px;
}
.unit + .unit { margin-top: 18px; }
.unit__cover { border-radius: var(--r-sm); overflow: hidden; }
.unit__cover img { width: 100%; height: 100%; object-fit: cover; min-height: 220px; }
.unit__head { display: flex; align-items: flex-start; gap: 20px; flex-wrap: wrap; }
.unit__title { font-size: 27px; }
.badge {
	display: inline-block;
	padding: 5px 12px;
	border: 1px solid var(--border);
	border-radius: 5px;
	font-size: 10px; font-weight: 700;
	letter-spacing: .12em; text-transform: uppercase;
	color: var(--gold-ink);
	white-space: nowrap;
}
.unit__desc { font-size: 13.5px; color: var(--text-muted); margin-top: 12px; max-width: 58ch; }
.unit__body { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: start; }

.amenities { display: flex; gap: 22px; }
.amenity { text-align: center; width: 62px; }
.amenity svg { width: 26px; height: 26px; margin: 0 auto 7px; color: var(--sage); }
.amenity span { display: block; font-size: 10px; color: var(--text-muted); line-height: 1.3; }

.thumbs { display: flex; gap: 12px; margin-top: 20px; grid-column: 1 / -1; }
.thumb { flex: 1; min-width: 0; }
.thumb img { width: 100%; height: 118px; object-fit: cover; border-radius: var(--r-sm); }
.thumb figcaption {
	margin-top: 8px;
	font-size: 11px; text-align: center; color: var(--text-muted);
}

/* --- Инфо лента ------------------------------------------------------------ */
.notes {
	display: grid; grid-template-columns: repeat(4, 1fr);
	gap: 0;
	border: 1px solid var(--border);
	border-radius: var(--r-md);
	background: var(--bg-card);
	margin-top: 22px;
}
.note { padding: 22px 24px; border-right: 1px solid var(--border); }
.note:last-child { border-right: 0; }
.note svg { width: 24px; height: 24px; color: var(--sage); margin-bottom: 12px; }
.note h3 {
	font-family: var(--font-body);
	font-size: 11px; font-weight: 700;
	letter-spacing: .14em; text-transform: uppercase;
	margin-bottom: 8px;
}
.note p { font-size: 12.5px; color: var(--text-muted); }

/* Текст ВЪРХУ снимка. Тези елементи наследяват светъл цвят от родителя, но
   .lede и .link-arrow задават свой тъмен и го надвиват - затова се изброяват
   изрично. Пропускането им беше най-тежката грешка при обръщането на темата. */
.home-hero .lede,
.home-hero__text,
.booking-hero .lede,
.base-card .link-arrow,
.base-card__sub { color: var(--on-dark-muted); }
.home-hero .link-arrow,
.base-card .link-arrow:hover { color: var(--on-dark); }
.booking-hero { color: var(--on-dark); }

/* --- Начална страница ------------------------------------------------------ */
.home-hero {
	position: relative;
	min-height: 640px;
	display: flex; align-items: center;
	color: var(--on-dark);
	overflow: hidden;
}
.home-hero__bg { position: absolute; inset: 0; }
/* Снимката е 3:2, а лентата е по-ниска - изрязва се отгоре и отдолу.
   Изместваме кадъра надолу, за да останат в него залезът вляво и басейнът. */
.home-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.home-hero__bg::after {
	content: ""; position: absolute; inset: 0;
	/* Неутрално затъмняване само отляво, колкото текстът да се чете.
	   Зеленият оттенък покриваше цялата снимка и я замъгляваше. */
	background: linear-gradient(100deg, rgba(20,18,14,.86) 0%, rgba(20,18,14,.5) 36%, rgba(20,18,14,0) 68%);
}
/* Само вертикален padding - хоризонталният идва от .shell и не бива да се нулира. */
.home-hero__inner { position: relative; padding-top: 90px; padding-bottom: 90px; }
.home-hero__title { margin: 14px 0 20px; }
.home-hero__text { margin-bottom: 32px; font-size: 16px; }

.bases { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.base-card {
	position: relative;
	min-height: 400px;
	border-radius: var(--r-md);
	overflow: hidden;
	display: flex; flex-direction: column; justify-content: flex-end;
	padding: 34px;
	color: var(--on-dark);
}
.base-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.base-card::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(0deg, rgba(53,64,36,.93) 12%, rgba(53,64,36,.4) 62%, rgba(53,64,36,.18) 100%);
}
.base-card:hover img { transform: scale(1.04); }
.base-card > * { position: relative; z-index: 1; }
.base-card__icon {
	width: 54px; height: 54px;
	border: 1px solid var(--border);
	border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	margin-bottom: auto;
}
.base-card__icon svg { width: 26px; height: 26px; color: var(--gold-light); }
.contact-card .base-card__icon svg { color: var(--sage); }
.contact-card .base-card__icon { border-color: var(--line-strong); }
.base-card__title { font-size: 40px; letter-spacing: .04em; }
.base-card__sub { color: var(--on-dark-muted); margin: 4px 0 18px; }
.base-card__list { display: grid; gap: 9px; margin-bottom: 22px; }
.base-card__list li { display: flex; align-items: center; gap: 11px; font-size: 13px; }
.base-card__list svg { width: 18px; height: 18px; color: var(--gold); flex: none; }

.perks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; text-align: center; }
.perk svg { width: 34px; height: 34px; margin: 0 auto 14px; color: var(--text-main); }
.perk h3 {
	font-family: var(--font-body);
	font-size: 11px; font-weight: 700;
	letter-spacing: .16em; text-transform: uppercase;
	margin-bottom: 8px;
}
.perk p { font-size: 13px; color: var(--text-muted); }

.strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.strip img { width: 100%; height: 175px; object-fit: cover; border-radius: var(--r-sm); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.section-head__title { display: flex; align-items: center; gap: 22px; }
.section-head__title::after { content: ""; width: 120px; height: 1px; background: var(--border); }
.section--light .link-arrow { color: var(--text-main); }

/* --- Видео ----------------------------------------------------------------- */
.video-panel {
	display: grid; grid-template-columns: 1fr 1fr 320px;
	gap: 18px; align-items: center;
	border: 1px solid var(--border);
	border-radius: var(--r-md);
	background: var(--bg-card);
	padding: 20px;
}
.video-thumb { position: relative; border-radius: var(--r-sm); overflow: hidden; }
.video-thumb img { width: 100%; height: 190px; object-fit: cover; }
.video-thumb__play {
	position: absolute; inset: 0; margin: auto;
	width: 52px; height: 52px;
	background: rgba(18,17,10,.55);
	border: 1px solid rgba(255,255,255,.6);
	border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
}
.video-thumb__play svg { width: 18px; height: 18px; color: #fff; }

/* --- Футър ----------------------------------------------------------------- */
.site-footer { background: var(--dark); color: var(--on-dark); padding: 46px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr auto; gap: 34px; align-items: start; }
.footer-col h4 {
	font-family: var(--font-body);
	font-size: 11px; font-weight: 700;
	letter-spacing: .18em; text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 14px;
}
.footer-col li { font-size: 13.5px; color: var(--on-dark-muted); padding: 3px 0; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom {
	display: flex; align-items: center; justify-content: space-between;
	gap: 20px;
	margin-top: 34px; padding-top: 20px;
	border-top: 1px solid var(--line-on-dark);
	font-size: 12px; color: var(--on-dark-muted);
}
.socials { display: flex; gap: 10px; }
.socials a { width: 32px; height: 32px; border-radius: 50%; background: rgba(246,242,233,.1); display: flex; align-items: center; justify-content: center; }
.socials svg { width: 15px; height: 15px; color: var(--gold-light); }

/* --- Адаптив --------------------------------------------------------------- */
@media (max-width: 1100px) {
	.base-hero__grid { grid-template-columns: 1fr; }
	.notes, .perks { grid-template-columns: 1fr 1fr; }
	.note:nth-child(2) { border-right: 0; }
	.note:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
	.strip { grid-template-columns: repeat(3, 1fr); }
	.video-panel { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
	.nav { display: none; }
	.nav-toggle { display: inline-flex; }
	.header-actions .btn { display: none; }
	.unit, .unit__body { grid-template-columns: 1fr; }
	.bases { grid-template-columns: 1fr; }
	.searchbar, .searchbar--with-base { grid-template-columns: 1fr; }
	.searchbar__field { border-right: 0; border-bottom: 1px solid var(--border); }
	.searchbar--light .searchbar__field { border-bottom-color: var(--border); }
	.searchbar .btn { margin: 10px 0 0; justify-content: center; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.amenities { flex-wrap: wrap; gap: 16px; }
}
@media (max-width: 640px) {
	:root { --gutter: 16px; }
	.notes, .perks, .strip { grid-template-columns: 1fr; }
	.note { border-right: 0; border-bottom: 1px solid var(--border); }
	.thumbs { flex-wrap: wrap; }
	.thumb { flex: 1 1 calc(50% - 6px); }
	.footer-grid { grid-template-columns: 1fr; }
	.footer-bottom { flex-direction: column; align-items: flex-start; }
	.section-head { flex-direction: column; align-items: flex-start; }
	.video-panel { grid-template-columns: 1fr; }
}

/* --- „Базата отблизо“ ------------------------------------------------------
   Кадри от територията - басейн, алеи. Стоят по-едро от миниатюрите в
   картите, защото показват мястото, а не обзавеждането. */
.nearby { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.nearby__item { margin: 0; }
.nearby__item img {
	width: 100%; height: 300px; object-fit: cover;
	border-radius: var(--r-md);
}
.nearby__item figcaption {
	margin-top: 10px;
	font-size: 12.5px; color: var(--text-muted); text-align: center;
}
@media (max-width: 760px) {
	.nearby { grid-template-columns: 1fr; }
	.nearby__item img { height: 220px; }
}

/* Полето с календара носи собствен етикет, затова няма .searchbar__body. */
.searchbar__field--cal { position: relative; }
.searchbar__field--cal > .cal { flex: 1; min-width: 0; }
