:root {
  --bg: #f9f8f4;
  --paper: #fffefa;
  --ink: #183e39;
  --green: #174a44;
  --green-dark: #103b35;
  --muted: #747d74;
  --line: #e4e6dc;
  --accent: #b97445;
  --soft: #eef1e8;
  --font: 'DM Sans', sans-serif;
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  font-synthesis: none;
  background: var(--bg);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}
button {
  border: 0;
  background: none;
}
a {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #c4844f;
  outline-offset: 4px;
}
button {
  transition:
    background 0.18s,
    transform 0.18s,
    border-color 0.18s;
}
button:active:not(:disabled) {
  transform: translateY(1px);
}
[hidden] {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  background: var(--green);
  color: white;
  padding: 16px;
}
.skip:focus {
  top: 10px;
}
.site-header {
  height: 96px;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  margin: auto;
}
.brand-link {
  display: flex;
  align-items: center;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.demo-badge {
  font-size: 12px;
  letter-spacing: 0.035em;
  color: #7a775e;
  border: 1px solid #e3e1d2;
  border-radius: 5px;
  padding: 5px 9px;
  background: #f1f0e8;
}
.text-button {
  font-size: 14px;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  min-height: 44px;
  padding: 4px;
}
.text-button:hover {
  text-decoration: underline;
}
.search-view {
  max-width: 1060px;
  margin: 40px auto 0;
  padding: 0 28px;
}
.hero {
  text-align: center;
}
.hero-logo {
  margin: 0 auto 28px;
}
.hero-logo img {
  width: 224px;
  height: auto;
}
.eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.19em;
  margin: 0 0 17px;
  color: #6a7a6e;
}
h1 {
  font-family: 'Manrope', sans-serif;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -2.4px;
  font-weight: 500;
  margin: 0;
}
h1 em {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -1.5px;
  color: #41735c;
}
.hero-description {
  font-size: 16px;
  margin: 19px 0 33px;
  color: var(--muted);
}
.search-box {
  background: var(--paper);
  border: 1px solid #dce0d6;
  border-radius: 20px;
  box-shadow: 0 9px 30px #1b41200a;
  overflow: hidden;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.search-box:focus-within {
  border-color: #8fa996;
  box-shadow: 0 7px 30px #1b412011;
}
.prompt-row {
  display: flex;
  align-items: center;
  padding: 24px 27px;
  gap: 17px;
  min-height: 116px;
}
.prompt-icon {
  font-size: 30px;
  color: #b98454;
}
.prompt-row textarea {
  width: 100%;
  background: transparent;
  border: 0;
  outline: none;
  resize: none;
  line-height: 1.65;
  font-size: 18px;
  min-height: 64px;
  padding: 2px 0;
  align-content: center;
}
.prompt-row textarea::placeholder {
  color: #7c857c;
  opacity: 1;
}
.prompt-row textarea:focus-visible {
  outline: none;
}
.prompt-corner {
  font-size: 11px;
  line-height: 1.6;
  color: #9a9f91;
  white-space: nowrap;
  border-left: 1px solid var(--line);
  padding-left: 22px;
}
.search-controls {
  display: grid;
  grid-template-columns: 1.05fr 1.45fr 0.9fr 1.35fr;
  border-top: 1px solid var(--line);
  padding: 17px 8px;
  background: #fcfcf7;
}
.control {
  padding: 0 19px;
  min-width: 0;
  border-right: 1px solid var(--line);
}
.control:last-child {
  border: 0;
}
.control label,
.control-label {
  display: block;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.09em;
  color: #7b8377;
  margin-bottom: 9px;
}
.control-input,
.date-control button {
  display: flex;
  align-items: center;
  gap: 9px;
}
.control-input select {
  appearance: none;
  background: transparent;
  border: 0;
  min-width: 0;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  height: 28px;
  padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%237b8377' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2px center;
  padding-right: 15px;
}
.icon {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  vertical-align: middle;
}
.control-input > .icon,
.date-control button > .icon {
  color: #7d8c7c;
  width: 17px;
  height: 17px;
}
.date-control button {
  padding: 0;
  width: 100%;
  height: 28px;
  font-size: 14px;
  text-align: left;
}
.date-control button > .icon:last-child {
  margin-left: auto;
  width: 12px;
}
.filter-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 23px;
}
.filter-caption {
  width: 100%;
  font-size: 12px;
  color: #7b8377;
  margin: 0 0 1px 2px;
}
.quick-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.chip {
  border: 1px solid #dfe3d8;
  background: transparent;
  border-radius: 50px;
  padding: 9px 12px;
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  white-space: nowrap;
}
.chip .icon {
  width: 15px;
  height: 15px;
  color: #788772;
}
.chip:hover {
  background: #edf0e6;
  border-color: #b5c5b2;
}
.chip[aria-pressed='true'] {
  background: #e2ecdf;
  border-color: #8caa89;
  color: #234f3c;
}
.chip[aria-pressed='true'] .icon {
  color: #386c48;
}
.all-features {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  padding: 8px 0 8px 6px;
  min-height: 38px;
  margin-left: auto;
  white-space: nowrap;
}
.all-features:hover {
  text-decoration: underline;
}
.all-features .icon {
  width: 15px;
}
.search-action {
  text-align: center;
  margin-top: 31px;
}
.primary {
  background: var(--green);
  color: #fffef8;
  border: 1px solid var(--green);
  padding: 14px 22px;
  border-radius: 10px;
  font-weight: 550;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 48px;
  font-size: 14px;
}
.primary:hover {
  background: var(--green-dark);
  box-shadow: 0 3px 12px #174a4420;
}
.find-button {
  min-width: 233px;
  font-size: 15px;
  padding: 16px 25px;
}
.find-button .icon {
  margin-left: 19px;
  width: 18px;
}
.search-action p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #84907f;
  margin: 13px 0 0;
}
.search-action p .icon {
  width: 13px;
  height: 13px;
}
.home-bottom {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-around;
  gap: 20px;
  margin: 49px auto 0;
  padding: 25px 0 27px;
  max-width: 800px;
}
.mini-step {
  display: flex;
  gap: 12px;
  align-items: center;
}
.mini-step > span {
  color: #a7ae99;
  font-family: Georgia, serif;
  font-size: 23px;
  font-style: italic;
}
.mini-step p {
  font-size: 11px;
  line-height: 1.8;
  color: #8a8f80;
  margin: 0;
}
.mini-step strong {
  font-size: 12px;
  font-weight: 550;
  color: #647360;
}
.site-footer {
  max-width: 1460px;
  margin: 30px auto 0;
  padding: 23px 5% 25px;
  border-top: 1px solid #e9eadf;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  color: #8a8f80;
}
.site-footer p {
  margin: 0;
}
.site-footer > span:first-child {
  color: #61755f;
}
.understood {
  margin-top: 14px;
  color: #56715a;
  font-size: 12px;
  line-height: 1.7;
}
.selected-criteria {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
}
.criterion {
  background: #edf0e7;
  border: 1px solid #dfe5d7;
  border-radius: 6px;
  padding: 6px 9px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.criterion .icon {
  width: 12px;
  height: 12px;
}
.clear-button {
  font-size: 12px;
  text-decoration: underline;
  color: #68705e;
  padding: 8px;
}
.form-error {
  font-size: 14px;
  background: #f8ebe2;
  color: #9b432f;
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: 16px;
}
.loading-view {
  text-align: center;
  padding: 140px 20px 170px;
}
.loading-view > img {
  margin-bottom: 35px;
  animation: breathe 1.4s ease-in-out infinite;
}
.loading-view h2 {
  font-size: 32px;
  letter-spacing: -1px;
}
.loading-view .eyebrow {
  margin-bottom: 18px;
}
.loading-view > p:last-child {
  font-size: 14px;
  color: var(--muted);
  margin-top: 25px;
}
.loading-track {
  width: 220px;
  background: #e4e9dd;
  height: 3px;
  border-radius: 4px;
  margin: 32px auto 0;
  overflow: hidden;
}
.loading-track span {
  display: block;
  background: var(--green);
  height: 100%;
  animation: load 2.4s ease forwards;
  transform-origin: left;
}
@keyframes load {
  from {
    transform: scaleX(0.05);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes breathe {
  50% {
    transform: translateY(-5px);
    opacity: 0.7;
  }
}
.results-view {
  max-width: 1272px;
  padding: 38px 36px 55px;
  margin: auto;
}
.results-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.results-topline .eyebrow {
  margin: 0;
}
.secondary {
  border: 1px solid #ced8cd;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  padding: 11px 15px;
  min-height: 44px;
  background: #fafbf6;
}
.secondary:hover {
  background: #e9eee3;
}
.results-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 26px;
}
.results-intro h1 {
  font-size: 39px;
  letter-spacing: -1.6px;
  line-height: 1.25;
}
.results-intro h1:focus {
  outline: none;
}
.results-intro p {
  font-size: 15px;
  color: var(--muted);
  margin: 15px 0 22px;
}
.results-mark .icon {
  width: 53px;
  height: 53px;
  color: #bc9365;
  stroke-width: 0.7;
}
.result-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 27px;
  padding: 17px 22px;
  border: 1px solid #e1e5da;
  border-radius: 10px;
  background: #f2f4ec;
  font-size: 13px;
}
.result-summary > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.result-summary .icon {
  width: 16px;
  height: 16px;
  color: #6d816a;
}
.results-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 17px;
  padding: 15px 2px 0;
}
.results-filters > span {
  font-size: 12px;
  color: #72866b;
  display: flex;
  align-items: center;
  gap: 5px;
}
.results-filters .icon {
  width: 13px;
  height: 13px;
}
.results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
  align-items: stretch;
}
.villa-card {
  background: var(--paper);
  border: 1px solid #dfe3d8;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: card-in 0.5s ease both;
  animation-delay: calc(var(--order) * 0.14s);
  transition:
    box-shadow 0.25s,
    transform 0.25s;
}
.villa-card:hover {
  box-shadow: 0 9px 26px #23422410;
  transform: translateY(-3px);
}
.best-card {
  border-color: #749582;
}
.offer-ribbon {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  background: #ecefe4;
  color: #647456;
  font-size: 12px;
  font-weight: 550;
}
.offer-ribbon.match {
  background: var(--green);
  color: #fafaf0;
}
.offer-ribbon.value {
  background: #eff1e5;
  color: #59694a;
}
.offer-ribbon.comfort {
  background: #f2eadd;
  color: #8f714b;
}
.offer-ribbon > .icon {
  width: 16px;
  height: 16px;
}
.offer-number {
  margin-left: auto;
  font-family: Georgia, serif;
  opacity: 0.55;
  font-size: 15px;
}
.card-image {
  position: relative;
  aspect-ratio: 1.51;
  overflow: hidden;
  background: #e1e5dc;
}
.card-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s;
}
.villa-card:hover .card-image > img {
  transform: scale(1.025);
}
.location-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  bottom: 13px;
  left: 15px;
  background: #fffef4ec;
  padding: 6px 9px;
  border-radius: 6px;
  font-size: 11px;
  color: #365544;
}
.location-pill .icon {
  width: 12px;
  height: 12px;
}
.image-note {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 10px;
  background: #14382bb3;
  color: white;
  border-radius: 4px;
  padding: 4px 6px;
}
.card-body {
  padding: 21px 20px 17px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.villa-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.villa-title-row h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 24px;
  letter-spacing: -0.8px;
  font-weight: 550;
  margin: 0;
}
.demo-label {
  font-size: 9px;
  letter-spacing: 0.09em;
  color: #8b927e;
}
.villa-capacity {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #74806e;
  margin: 11px 0 0;
}
.villa-capacity .icon {
  width: 15px;
  height: 15px;
}
.villa-capacity > span {
  margin: 0 3px;
}
.card-features {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 11px;
  min-height: 48px;
  align-content: start;
  margin-top: 17px;
}
.card-features > span {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #67785f;
}
.card-features .icon {
  width: 13px;
  height: 13px;
}
.recommendation {
  display: flex;
  gap: 8px;
  align-items: start;
  font-size: 12px;
  line-height: 1.65;
  background: #f0f3e9;
  border-radius: 7px;
  padding: 12px 10px;
  min-height: 65px;
  color: #536d50;
  margin: 15px 0 19px;
}
.recommendation .icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin-top: 2px;
}
.also-cheapest {
  font-size: 11px;
  color: #638055;
  margin: -10px 0 14px;
  line-height: 1.6;
}
.card-price {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 17px;
}
.stay-dates {
  font-size: 11px;
  color: #7c8772;
}
.card-price > div {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 5px 0;
}
.card-price strong {
  font-family: 'Manrope', sans-serif;
  font-size: 29px;
  letter-spacing: -1px;
  font-weight: 650;
}
.card-price > div > span {
  font-size: 12px;
  color: #829078;
}
.price-includes {
  font-size: 11px;
  color: #72836b;
}
.price-breakdown {
  margin: 12px 0 0;
  font-size: 12px;
}
.price-breakdown > summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  gap: 7px;
  align-items: center;
  width: 100%;
  min-height: 34px;
  color: #597451;
}
.price-breakdown > summary::-webkit-details-marker {
  display: none;
}
.price-breakdown summary .icon {
  width: 12px;
  height: 12px;
  transition: transform 0.2s;
}
.price-breakdown[open] > summary .icon {
  transform: rotate(180deg);
}
.price-breakdown dl {
  margin: 8px 0 0;
  padding: 12px;
  background: #f6f7f1;
  border-radius: 7px;
}
.price-breakdown dl > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 12px;
  padding: 6px 0;
}
.price-breakdown dd {
  margin: 0;
  white-space: nowrap;
}
.price-breakdown .breakdown-total {
  border-top: 1px solid var(--line);
  font-weight: 600;
  margin-top: 6px;
  padding-top: 12px;
}
.price-breakdown p {
  font-size: 11px;
  color: #7a8371;
  line-height: 1.65;
  margin: 10px 0;
}
.price-breakdown .deposit-note {
  padding: 10px;
  background: #f4eee4;
  border-radius: 5px;
  color: #806b4d;
}
.card-actions {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 14px;
}
.card-actions .primary {
  width: 100%;
  border-radius: 7px;
  min-height: 43px;
  padding: 10px 15px;
  justify-content: space-between;
  font-size: 13px;
}
.card-actions .primary > .icon {
  width: 16px;
  height: 16px;
}
.compare-button {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 12px;
  color: #6c7e64;
}
.compare-button .icon {
  width: 14px;
  height: 14px;
}
.compare-button[aria-pressed='true'] {
  background: #edf3e5;
  color: #285c3d;
  border-radius: 5px;
}
.results-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  background: #efefe5;
  border-radius: 8px;
  padding: 14px 18px;
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.65;
  color: #7b806d;
}
.results-note > .icon {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
.results-note p {
  margin: 0;
}
.empty-state {
  text-align: center;
  border: 1px dashed #cbd6c1;
  border-radius: 16px;
  margin: 32px auto;
  padding: 38px 22px;
  max-width: 790px;
}
.empty-symbol {
  width: 60px;
  height: 60px;
  margin: auto;
  background: #edf1e4;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #778b67;
}
.empty-symbol .icon {
  width: 27px;
  height: 27px;
}
.empty-state h2 {
  font-size: 24px;
  letter-spacing: -0.6px;
  margin: 20px 0 13px;
  font-weight: 500;
}
.empty-state > p {
  font-size: 14px;
  color: var(--muted);
}
.empty-suggestions {
  display: grid;
  gap: 10px;
  max-width: 580px;
  margin: 25px auto;
}
.suggestion {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  min-height: 64px;
  border: 1px solid #dce2d4;
  background: #fffefa;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.5;
}
.suggestion:hover {
  border-color: #7d9b76;
}
.suggestion > .icon:last-child {
  margin-left: auto;
}
.dialog {
  border: 1px solid #e0e4d7;
  border-radius: 20px;
  padding: 0;
  background: var(--bg);
  color: var(--ink);
  width: calc(100% - 40px);
  max-width: 740px;
  max-height: 90dvh;
  box-shadow: 0 30px 100px #102b3540;
}
.dialog::backdrop {
  background: #152f2b66;
  backdrop-filter: blur(5px);
}
body:has(dialog[open]) {
  overflow: hidden;
}
.dialog[open] {
  animation: dialog-in 0.22s ease;
}
.dialog-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 30px 20px;
}
.dialog-heading h2 {
  font-family: 'Manrope', sans-serif;
  font-size: 26px;
  font-weight: 550;
  letter-spacing: -1px;
  line-height: 1.3;
  margin: 0;
}
.dialog-heading .eyebrow {
  font-size: 10px;
  margin: 0 0 13px;
}
.dialog-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 9px 0 0;
}
.icon-button {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #edf0e6;
  border: 1px solid transparent;
  font-size: 20px;
}
.icon-button:hover {
  background: #dfe7d6;
}
.icon-button:disabled {
  opacity: 0.35;
}
.icon-button > .icon {
  width: 18px;
  height: 18px;
}
.dialog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid var(--line);
  padding: 18px 30px;
  background: var(--bg);
  position: sticky;
  bottom: 0;
  z-index: 2;
}
.dialog-footer > p {
  font-size: 12px;
  color: var(--muted);
}
.date-inputs {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 0 30px;
  margin: 5px 0 15px;
}
.date-inputs > label {
  font-size: 12px;
  flex: 1;
  display: block;
  color: #788570;
}
.date-inputs input {
  display: block;
  background: #fffefa;
  border: 1px solid #d7dfcf;
  border-radius: 8px;
  padding: 12px;
  width: 100%;
  min-width: 0;
  margin-top: 8px;
  font-size: 14px;
  min-height: 45px;
}
.date-inputs > span {
  padding-top: 20px;
  color: #91a284;
}
.calendar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
}
.calendar-nav > p {
  font-size: 12px;
  color: #7b8870;
  text-align: center;
}
.calendar-months {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding: 0 30px 25px;
}
.calendar-month h3 {
  text-align: center;
  font-size: 14px;
  font-weight: 550;
  margin: 14px 0 19px;
}
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px 0;
}
.day-label {
  font-size: 11px;
  text-align: center;
  color: #849078;
  padding-bottom: 12px;
}
.day {
  font-size: 13px;
  height: 38px;
  border-radius: 6px;
  padding: 0;
  position: relative;
}
.day:hover {
  background: #dde8d7;
}
.day:disabled {
  color: #c9cdc2;
}
.day.selected {
  background: var(--green);
  color: white;
}
.day.between {
  background: #e6ecdf;
  border-radius: 0;
}
.day.today:after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: calc(50% - 2px);
  width: 4px;
  height: 4px;
  background: #b58751;
  border-radius: 50%;
}
.date-dialog > .form-error {
  margin: 0 30px 20px;
}
.features-dialog {
  max-width: 720px;
}
.features-body {
  padding: 0 30px 20px;
}
.features-body fieldset {
  padding: 22px 0 0;
  border: 0;
  border-top: 1px solid var(--line);
  margin: 22px 0 0;
}
.features-body legend {
  font-size: 14px;
  font-weight: 600;
  padding-right: 15px;
}
.feature-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.feature-option {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  border: 1px solid #dfe4d7;
  border-radius: 8px;
  font-size: 13px;
  cursor: pointer;
  background: #fdfdf8;
  line-height: 1.4;
}
.feature-option:has(input:checked) {
  background: #e8efe1;
  border-color: #a5bba0;
}
.feature-option .icon {
  width: 18px;
  height: 18px;
  color: #7a8d6d;
}
.feature-option input {
  accent-color: var(--green);
  width: 17px;
  height: 17px;
  margin: 0 0 0 auto;
  flex-shrink: 0;
  cursor: pointer;
}
.privacy-note {
  font-size: 11px;
  line-height: 1.7;
  color: #7a826e;
  margin: 20px 0 0;
}
.compare-tray {
  position: fixed;
  z-index: 10;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 70px);
  max-width: 1080px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid #bbcdb3;
  border-radius: 13px;
  background: #fffff9f5;
  box-shadow: 0 8px 40px #24382126;
  backdrop-filter: blur(12px);
  animation: tray-in 0.2s ease;
}
.tray-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tray-title strong {
  font-size: 13px;
  font-weight: 550;
}
.tray-title small {
  display: block;
  font-size: 11px;
  color: #8b917f;
  margin-top: 4px;
}
.tray-villas {
  display: flex;
  gap: 8px;
  margin-right: auto;
}
.tray-villa {
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 6px;
  border: 1px solid #dce3d5;
  padding: 5px;
  background: #f8faf2;
  max-width: 150px;
  font-size: 11px;
  min-height: 40px;
}
.tray-villa > img {
  width: 35px;
  height: 32px;
  object-fit: cover;
  border-radius: 3px;
}
.tray-villa > .icon {
  width: 12px;
  height: 12px;
}
.compare-tray > .primary {
  font-size: 13px;
  padding: 11px 16px;
  white-space: nowrap;
}
.primary:disabled {
  background: #dce3d4;
  border-color: #dce3d4;
  color: #84907a;
  box-shadow: none;
}
.compare-tray > .icon-button {
  width: 30px;
  height: 30px;
}
.detail-dialog {
  max-width: 720px;
}
.detail-image {
  height: 310px;
  position: relative;
}
.detail-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-image .close-dialog {
  position: absolute;
  right: 18px;
  top: 18px;
  background: #fffff4e6;
  z-index: 1;
}
.detail-image .image-note {
  top: auto;
  bottom: 15px;
}
.detail-image .location-pill {
  font-size: 12px;
  bottom: 15px;
  left: 25px;
}
.detail-content {
  padding: 28px 32px;
}
.detail-content > .eyebrow {
  font-size: 10px;
}
.detail-content h2 {
  font-family: 'Manrope', sans-serif;
  font-size: 36px;
  letter-spacing: -1px;
  font-weight: 550;
  margin: 0;
}
.detail-description {
  font-size: 14px;
  line-height: 1.85;
  color: #75816a;
  margin: 20px 0;
}
.detail-recommendation {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #eaf0e3;
  border-radius: 10px;
  padding: 17px;
  font-size: 13px;
  line-height: 1.7;
  color: #54704a;
}
.detail-recommendation p {
  margin: 0;
}
.detail-recommendation strong {
  font-size: 14px;
}
.detail-content h3 {
  font-size: 17px;
  font-weight: 550;
  margin: 28px 0 18px;
}
.detail-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 20px;
  margin-bottom: 28px;
}
.detail-features > span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.detail-features .icon {
  width: 17px;
  height: 17px;
  color: #78926b;
}
.detail-features small {
  font-size: 9px;
  color: #829774;
  margin-left: auto;
}
.detail-stay {
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 13px;
}
.detail-stay > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.detail-stay > span:last-child {
  font-size: 12px;
  color: #7b8971;
  margin-left: 27px;
}
.detail-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 23px;
}
.detail-price > div > span {
  display: block;
  font-size: 12px;
  color: #788a6d;
}
.detail-price strong {
  display: block;
  font-size: 35px;
  font-family: 'Manrope', sans-serif;
  letter-spacing: -1px;
  margin-top: 6px;
}
.detail-price > span {
  font-size: 11px;
  color: #75876b;
}
.detail-content > .price-breakdown {
  font-size: 13px;
}
.detail-content .price-breakdown dl > div {
  font-size: 14px;
  padding: 9px 0;
}
.detail-content .price-breakdown p {
  font-size: 12px;
}
.nightly-prices {
  padding: 10px 0;
  font-size: 12px;
}
.nightly-prices > summary {
  cursor: pointer;
  margin-bottom: 10px;
}
.nightly-prices > div {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
.pricing-explainer {
  font-size: 11px;
  line-height: 1.7;
  color: #839076;
}
.detail-actions {
  display: flex;
  gap: 12px;
  margin-top: 23px;
}
.detail-actions > .primary {
  flex: 1;
}
.demo-disclaimer {
  font-size: 11px;
  line-height: 1.7;
  color: #91947e;
  margin-top: 18px;
}
.reservation-message {
  padding: 24px;
  background: #e9f0e0;
  border: 1px solid #c6d8b9;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
}
.reservation-message h3 {
  margin: 10px 0;
  font-size: 18px;
}
.reservation-message p {
  font-size: 13px;
  line-height: 1.7;
  color: #6c8060;
}
.compare-dialog {
  max-width: 1120px;
}
.comparison-scroll {
  overflow-x: auto;
  padding: 0 28px 20px;
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  min-width: 650px;
  font-size: 13px;
}
.comparison-table th {
  font-weight: 500;
}
.comparison-table thead th {
  padding: 14px;
  vertical-align: top;
  width: 24%;
}
.comparison-table thead th:first-child {
  width: 20%;
  font-size: 12px;
  color: #7e8b73;
  vertical-align: bottom;
}
.comparison-table thead img {
  width: 100%;
  height: 125px;
  border-radius: 8px;
  object-fit: cover;
}
.comparison-table h3 {
  margin: 13px 0 8px;
  font-size: 21px;
  letter-spacing: -0.6px;
  font-family: 'Manrope', sans-serif;
  font-weight: 550;
}
.comparison-table thead span {
  display: block;
  font-size: 11px;
  color: #7b8d70;
}
.comparison-table tbody th,
.comparison-table td {
  padding: 16px 14px;
  border-top: 1px solid var(--line);
  vertical-align: middle;
}
.comparison-table tbody th {
  color: #74866a;
  font-size: 12px;
}
.comparison-table small {
  display: block;
  font-size: 10px;
  line-height: 1.65;
  color: #87937c;
  margin-top: 6px;
}
.total-row {
  background: #eaf0e2;
}
.total-row strong {
  font-size: 25px;
  letter-spacing: -0.8px;
  white-space: nowrap;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
}
.comparison-yes {
  display: flex;
  gap: 6px;
  align-items: center;
  color: #4e7640;
}
.comparison-yes .icon {
  width: 16px;
  height: 16px;
}
.comparison-no {
  color: #a1a795;
  font-size: 12px;
}
.comparison-detail {
  font-size: 12px;
  padding-top: 12px;
  gap: 8px;
}
.comparison-detail .icon {
  width: 14px;
  height: 14px;
}
.how-dialog {
  max-width: 660px;
}
.how-steps {
  padding: 0 30px;
}
.how-steps article {
  display: flex;
  gap: 23px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
.how-steps article > span {
  font-family: Georgia, serif;
  font-size: 27px;
  color: #b1b89e;
  font-style: italic;
}
.how-steps h3 {
  font-size: 16px;
  font-weight: 550;
  margin: 1px 0 9px;
}
.how-steps p {
  font-size: 14px;
  line-height: 1.75;
  color: #788570;
  margin: 0;
}
.how-note {
  display: flex;
  gap: 12px;
  align-items: start;
  margin: 0 30px 22px;
  padding: 18px;
  background: #f1ebdf;
  border-radius: 9px;
  color: #897556;
  font-size: 12px;
  line-height: 1.75;
}
.how-note p {
  margin: 0;
}
.how-note .icon {
  margin-top: 2px;
}
.how-dialog .dialog-footer {
  justify-content: flex-end;
}
.toast {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 115px;
  transform: translateX(-50%);
  background: var(--green-dark);
  color: #fffff4;
  padding: 14px 20px;
  border-radius: 9px;
  font-size: 13px;
  max-width: calc(100vw - 32px);
  box-shadow: 0 8px 25px #15362b30;
  text-align: center;
  line-height: 1.5;
}
body:has(.compare-tray:not([hidden])) {
  padding-bottom: 110px;
}
@keyframes card-in {
  from {
    opacity: 0;
    transform: translateY(17px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dialog-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tray-in {
  from {
    opacity: 0;
    bottom: 10px;
  }
  to {
    opacity: 1;
    bottom: 22px;
  }
}
@media (min-width: 1450px) {
  .search-view {
    margin-top: 65px;
  }
  .hero h1 {
    font-size: 54px;
  }
  .hero-description {
    margin-bottom: 40px;
  }
  .home-bottom {
    margin-top: 62px;
  }
  .site-footer {
    margin-top: 45px;
  }
}
@media (max-width: 1100px) {
  .search-view {
    max-width: 1000px;
  }
  .filter-section {
    gap: 10px;
  }
  .all-features {
    margin-left: 0;
  }
  .quick-filters {
    gap: 6px;
  }
  .chip {
    padding: 9px 10px;
    font-size: 11px;
  }
  .results-view {
    padding: 30px 25px;
  }
  .results-grid {
    gap: 15px;
  }
  .card-body {
    padding: 18px 16px 15px;
  }
  .card-features {
    min-height: 66px;
  }
  .recommendation {
    min-height: 86px;
  }
  .tray-title small {
    display: none;
  }
  .tray-villa > span {
    display: none;
  }
  .control {
    padding: 0 14px;
  }
  .prompt-corner {
    display: none;
  }
}
@media (max-width: 800px) {
  .site-header {
    height: 80px;
    padding: 0 26px;
  }
  .header-right {
    gap: 18px;
  }
  .search-view {
    margin-top: 25px;
    padding: 0 25px;
  }
  .hero-logo {
    margin-bottom: 25px;
  }
  .hero-logo img {
    width: 200px;
  }
  .hero h1 {
    font-size: 44px;
  }
  .hero-description {
    margin-bottom: 27px;
  }
  .search-controls {
    grid-template-columns: 1fr 1fr;
    padding: 0 14px;
  }
  .control {
    padding: 14px 10px;
  }
  .control:nth-child(2) {
    border-right: 0;
  }
  .control:nth-child(1),
  .control:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }
  .control label,
  .control-label {
    font-size: 10px;
  }
  .control-input select,
  .date-control button {
    font-size: 14px;
    min-height: 30px;
  }
  .filter-section {
    gap: 10px;
  }
  .quick-filters {
    gap: 8px;
  }
  .chip {
    font-size: 12px;
    padding: 9px 12px;
  }
  .filter-caption {
    margin-bottom: 2px;
  }
  .all-features {
    font-size: 12px;
    margin-left: 4px;
  }
  .prompt-row {
    padding: 20px;
    min-height: 105px;
  }
  .prompt-row textarea {
    font-size: 16px;
  }
  .home-bottom {
    gap: 18px;
    margin-top: 35px;
  }
  .mini-step {
    gap: 8px;
  }
  .mini-step p {
    font-size: 10px;
  }
  .mini-step strong {
    font-size: 11px;
  }
  .site-footer {
    margin-top: 20px;
    font-size: 10px;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .site-footer > span:first-child {
    display: none;
  }
  .results-intro h1 {
    font-size: 33px;
  }
  .results-intro p {
    font-size: 14px;
  }
  .results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .results-mark {
    display: none;
  }
  .card-features {
    min-height: 48px;
  }
  .recommendation {
    min-height: 65px;
  }
  .villa-card:last-child:nth-child(3) {
    grid-column: 1 / -1;
    max-width: 550px;
    justify-self: center;
    width: 100%;
  }
  .results-topline .eyebrow {
    font-size: 10px;
    line-height: 1.7;
  }
  .tray-title {
    display: none;
  }
  .tray-villas {
    gap: 5px;
  }
  .compare-tray {
    width: calc(100% - 35px);
    gap: 10px;
  }
  .compare-tray > .primary {
    margin-left: auto;
  }
  .tray-villa {
    padding: 3px;
  }
  .tray-villa > img {
    width: 30px;
    height: 28px;
  }
  .detail-image {
    height: 280px;
  }
  .dialog-heading h2 {
    font-size: 24px;
  }
  .feature-option {
    font-size: 12px;
  }
  .result-summary {
    gap: 13px 20px;
    font-size: 12px;
  }
  .result-summary > span {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 540px) {
  .site-header {
    height: 71px;
    padding: 0 20px;
  }
  .brand-link > img {
    width: 137px;
    height: auto;
  }
  .header-right {
    gap: 12px;
  }
  .header-right > .demo-badge {
    font-size: 10px;
    padding: 4px 6px;
  }
  .header-right > .text-button {
    font-size: 0;
    gap: 0;
    width: 32px;
    justify-content: center;
  }
  .header-right > .text-button > span {
    font-size: 22px;
  }
  .search-view {
    margin-top: 29px;
    padding: 0 18px;
  }
  .hero-logo {
    display: none;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 0.12em;
    margin-bottom: 16px;
  }
  .hero h1 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -1.8px;
  }
  .hero h1 em {
    letter-spacing: -1.2px;
  }
  .hero-description {
    font-size: 13px;
    margin: 17px 0 26px;
  }
  .search-box {
    border-radius: 16px;
  }
  .prompt-row {
    padding: 18px 15px;
    gap: 11px;
    min-height: 111px;
    align-items: flex-start;
  }
  .prompt-icon {
    font-size: 24px;
    padding-top: 3px;
  }
  .prompt-row textarea {
    font-size: 15px;
    line-height: 1.75;
    min-height: 77px;
    padding: 0;
  }
  .search-controls {
    padding: 0 9px;
  }
  .control {
    padding: 13px 10px;
  }
  .control label,
  .control-label {
    font-size: 9px;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
  }
  .control-input,
  .date-control button {
    gap: 6px;
  }
  .control-input select,
  .date-control button {
    font-size: 12px;
    height: 29px;
    min-height: 29px;
  }
  .control-input > .icon,
  .date-control button > .icon {
    width: 15px;
    height: 15px;
  }
  .date-control button > .icon:last-child {
    width: 10px;
  }
  .filter-section {
    margin-top: 20px;
    gap: 10px;
  }
  .filter-caption {
    font-size: 11px;
  }
  .quick-filters {
    gap: 8px 6px;
  }
  .chip {
    font-size: 11px;
    min-height: 38px;
    padding: 8px 10px;
    gap: 6px;
  }
  .chip .icon {
    width: 14px;
    height: 14px;
  }
  .chip .icon:last-child:not(:first-child) {
    width: 11px;
    height: 11px;
  }
  .all-features {
    font-size: 12px;
    padding: 2px 0;
    margin: 0;
    min-height: 32px;
  }
  .search-action {
    margin-top: 22px;
  }
  .find-button {
    width: 100%;
    min-height: 51px;
    justify-content: center;
  }
  .search-action p {
    font-size: 10px;
    gap: 4px;
    margin-top: 13px;
  }
  .home-bottom {
    margin-top: 31px;
    padding: 20px 0;
    justify-content: space-between;
    gap: 9px;
  }
  .mini-step {
    display: block;
  }
  .mini-step > span {
    font-size: 19px;
    display: block;
    margin-bottom: 5px;
  }
  .mini-step p {
    font-size: 9px;
    line-height: 1.65;
  }
  .mini-step strong {
    font-size: 10px;
  }
  .site-footer {
    padding: 18px;
    margin-top: 6px;
    gap: 8px;
    font-size: 9px;
  }
  .site-footer p {
    flex-basis: 100%;
    text-align: center;
  }
  .understood {
    font-size: 11px;
  }
  .understood > .icon {
    width: 14px;
    height: 14px;
  }
  .criterion {
    font-size: 11px;
    min-height: 35px;
    padding: 6px 8px;
  }
  .clear-button {
    font-size: 11px;
    min-height: 35px;
  }
  .loading-view {
    padding: 130px 25px;
  }
  .loading-view h2 {
    font-size: 26px;
    line-height: 1.4;
  }
  .loading-view > p:last-child {
    font-size: 13px;
    line-height: 1.7;
  }
  .loading-view .eyebrow {
    font-size: 10px;
  }
  .results-view {
    padding: 25px 18px 30px;
  }
  .results-topline {
    gap: 15px;
    align-items: center;
  }
  .results-topline .eyebrow {
    font-size: 9px;
    max-width: 170px;
  }
  .results-topline .secondary {
    font-size: 11px;
    padding: 9px;
    gap: 5px;
    white-space: nowrap;
  }
  .results-topline .secondary .icon {
    width: 14px;
    height: 14px;
  }
  .results-intro {
    padding-top: 24px;
  }
  .results-intro h1 {
    font-size: 32px;
    letter-spacing: -1.2px;
  }
  .results-intro h1 em {
    display: block;
    font-size: 33px;
    letter-spacing: -1px;
    margin-top: 3px;
  }
  .results-intro p {
    font-size: 13px;
    line-height: 1.7;
    margin: 16px 0 22px;
  }
  .result-summary {
    padding: 14px 12px;
    gap: 14px 10px;
    font-size: 11px;
  }
  .result-summary > span {
    gap: 6px;
    flex-basis: calc(50% - 5px);
  }
  .result-summary .icon {
    width: 14px;
    height: 14px;
  }
  .results-filters {
    gap: 9px 13px;
  }
  .results-filters > span {
    font-size: 11px;
  }
  .results-grid {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-top: 24px;
  }
  .villa-card:last-child:nth-child(3) {
    grid-column: auto;
  }
  .card-image {
    aspect-ratio: 1.58;
  }
  .offer-ribbon {
    font-size: 12px;
    height: 42px;
    padding: 0 16px;
  }
  .card-body {
    padding: 20px;
  }
  .villa-title-row h3 {
    font-size: 26px;
  }
  .villa-capacity {
    font-size: 12px;
  }
  .card-features {
    min-height: 0;
    margin: 15px 0 0;
    gap: 8px 12px;
  }
  .card-features > span {
    font-size: 11px;
  }
  .recommendation {
    margin: 18px 0;
    min-height: 0;
    font-size: 12px;
    padding: 13px;
  }
  .card-price strong {
    font-size: 31px;
  }
  .price-includes,
  .stay-dates {
    font-size: 11px;
  }
  .card-actions .primary {
    min-height: 46px;
    font-size: 14px;
  }
  .compare-button {
    min-height: 40px;
    font-size: 12px;
  }
  .price-breakdown > summary {
    min-height: 38px;
  }
  .results-note {
    font-size: 11px;
    padding: 13px;
  }
  .dialog {
    width: 100%;
    max-width: 100%;
    max-height: 94dvh;
    margin: auto 0 0;
    border-radius: 20px 20px 0 0;
  }
  .dialog-heading {
    padding: 24px 20px 18px;
    gap: 12px;
  }
  .dialog-heading .eyebrow {
    font-size: 9px;
    letter-spacing: 0.12em;
    line-height: 1.6;
  }
  .dialog-heading h2 {
    font-size: 23px;
  }
  .dialog-heading .icon-button {
    width: 34px;
    height: 34px;
  }
  .dialog-heading p:not(.eyebrow) {
    font-size: 12px;
  }
  .dialog-footer {
    padding: 16px 20px;
    gap: 10px;
  }
  .dialog-footer .primary {
    font-size: 12px;
    padding: 12px 16px;
    gap: 9px;
  }
  .dialog-footer .text-button {
    font-size: 12px;
  }
  .date-inputs {
    padding: 0 20px;
    gap: 10px;
  }
  .date-inputs input {
    font-size: 13px;
    padding: 10px;
    min-height: 46px;
  }
  .calendar-nav {
    padding: 0 20px;
  }
  .calendar-months {
    grid-template-columns: 1fr;
    padding: 0 23px 22px;
    gap: 20px;
  }
  .calendar-month:nth-child(2) {
    display: none;
  }
  .calendar-month h3 {
    margin: 10px 0 18px;
  }
  .day {
    height: 41px;
    font-size: 14px;
  }
  .day-label {
    font-size: 12px;
  }
  .date-dialog > .form-error {
    margin: 0 20px 15px;
    font-size: 12px;
  }
  .features-body {
    padding: 0 20px 20px;
  }
  .feature-options {
    gap: 8px;
  }
  .feature-option {
    padding: 10px 9px;
    gap: 6px;
    font-size: 11px;
    min-height: 54px;
  }
  .feature-option .icon {
    width: 15px;
    height: 15px;
  }
  .feature-option input {
    width: 16px;
    height: 16px;
  }
  .features-body legend {
    font-size: 13px;
  }
  .privacy-note {
    font-size: 10px;
  }
  .compare-tray {
    bottom: 12px;
    width: calc(100% - 24px);
    padding: 10px;
    gap: 8px;
    border-radius: 10px;
  }
  .tray-villa {
    gap: 4px;
    padding: 3px;
  }
  .tray-villa > img {
    width: 27px;
    height: 28px;
  }
  .tray-villa > .icon {
    width: 11px;
  }
  .compare-tray > .primary {
    font-size: 11px;
    padding: 9px 11px;
    min-height: 40px;
    gap: 7px;
  }
  .compare-tray > .primary > .icon {
    width: 14px;
    height: 14px;
  }
  .compare-tray > .icon-button {
    width: 25px;
    height: 30px;
  }
  .detail-image {
    height: 250px;
  }
  .detail-content {
    padding: 25px 21px;
  }
  .detail-content h2 {
    font-size: 32px;
  }
  .detail-content > .eyebrow {
    font-size: 9px;
    line-height: 1.6;
  }
  .detail-description {
    font-size: 13px;
  }
  .detail-features {
    gap: 14px 12px;
  }
  .detail-features > span {
    font-size: 11px;
    gap: 7px;
  }
  .detail-features .icon {
    width: 15px;
    height: 15px;
  }
  .detail-features small {
    display: none;
  }
  .detail-stay {
    font-size: 11px;
  }
  .detail-price > span {
    display: none;
  }
  .detail-price strong {
    font-size: 32px;
  }
  .detail-actions {
    flex-direction: column;
    gap: 9px;
  }
  .detail-actions > .primary,
  .detail-actions > .secondary {
    font-size: 13px;
    min-height: 46px;
  }
  .comparison-scroll {
    padding: 0 10px 20px;
  }
  .comparison-table {
    min-width: 670px;
  }
  .comparison-table tbody th,
  .comparison-table td {
    padding: 13px 10px;
  }
  .comparison-table thead th {
    padding: 10px;
  }
  .comparison-table h3 {
    font-size: 20px;
  }
  .comparison-table thead img {
    height: 100px;
  }
  .compare-dialog .dialog-footer p {
    font-size: 10px;
    max-width: 160px;
  }
  .how-steps {
    padding: 0 20px;
  }
  .how-steps article {
    gap: 15px;
  }
  .how-steps p {
    font-size: 13px;
  }
  .how-note {
    margin: 0 20px 20px;
    font-size: 11px;
  }
  .empty-state {
    padding: 28px 16px;
  }
  .empty-state h2 {
    font-size: 22px;
    line-height: 1.4;
  }
  .empty-state > p {
    font-size: 13px;
    line-height: 1.6;
  }
  .suggestion {
    font-size: 12px;
    padding: 12px;
  }
  .toast {
    font-size: 12px;
    bottom: 95px;
    width: max-content;
  }
  .hero .eyebrow {
    color: #61735f;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
/* Comfortable reading and touch targets at every viewport. */
.chip {
  font-size: 13px;
  min-height: 42px;
}
.all-features {
  font-size: 13px;
  min-height: 42px;
}
.filter-caption {
  font-size: 12px;
}
.control label,
.control-label {
  font-size: 11px;
}
.control-input select,
.date-control button {
  min-height: 34px;
}
.eyebrow {
  font-size: 12px;
}
.search-action p {
  font-size: 12px;
  color: #6f7d67;
}
.site-footer {
  font-size: 12px;
  color: #6c7962;
}
.mini-step p {
  font-size: 12px;
  color: #75816b;
}
.mini-step strong {
  font-size: 13px;
}
.offer-ribbon {
  font-size: 13px;
}
.villa-capacity,
.card-features > span {
  font-size: 13px;
}
.recommendation {
  font-size: 13px;
}
.stay-dates,
.price-includes {
  font-size: 12px;
}
.compare-button {
  font-size: 13px;
  min-height: 44px;
}
.card-actions .primary {
  font-size: 14px;
  min-height: 46px;
}
.price-breakdown > summary {
  min-height: 40px;
  font-size: 13px;
}
.result-summary {
  font-size: 14px;
}
.results-filters > span {
  font-size: 13px;
}
.feature-option {
  font-size: 14px;
}
.features-body legend {
  font-size: 15px;
}
.feature-option input {
  width: 19px;
  height: 19px;
}
.detail-description {
  font-size: 16px;
}
.detail-features > span {
  font-size: 14px;
}
.how-steps p {
  font-size: 15px;
}
.criterion {
  font-size: 13px;
  min-height: 38px;
}
.clear-button {
  font-size: 13px;
  min-height: 40px;
}
.empty-suggestions {
  margin-bottom: 25px;
}
.privacy-note,
.demo-disclaimer,
.pricing-explainer {
  font-size: 12px;
}
.prompt-corner {
  font-size: 12px;
  color: #75816c;
}
.card-features {
  min-height: 53px;
}
.card-body .recommendation {
  min-height: 70px;
}
.tray-villa {
  min-height: 44px;
}
.comparison-table small {
  font-size: 12px;
}
.demo-label {
  font-size: 10px;
}
.image-note {
  font-size: 11px;
}
.detail-content > .eyebrow {
  font-size: 11px;
}
.features-dialog .dialog-heading p {
  font-size: 14px;
}
.date-inputs > label {
  font-size: 14px;
}
.dialog-footer .text-button {
  min-height: 44px;
}
.day {
  min-height: 40px;
}
.day-label {
  font-size: 12px;
}
@media (max-width: 1100px) {
  .filter-section {
    gap: 9px;
  }
  .quick-filters {
    gap: 8px;
  }
  .all-features {
    margin-left: 0;
  }
  .recommendation {
    min-height: 88px;
  }
}
@media (max-width: 540px) {
  .hero .eyebrow {
    font-size: 10px;
  }
  .hero-description {
    font-size: 14px;
  }
  .control label,
  .control-label {
    font-size: 10px;
    letter-spacing: 0.02em;
  }
  .control-input select,
  .date-control button {
    font-size: 13px;
    min-height: 36px;
  }
  .control {
    padding: 12px 8px;
  }
  .date-control button {
    gap: 4px;
  }
  .date-control button > .icon:last-child {
    display: none;
  }
  .chip {
    font-size: 12px;
    padding: 9px 10px;
    min-height: 42px;
  }
  .all-features {
    font-size: 13px;
    min-height: 40px;
  }
  .search-action p {
    font-size: 11px;
    line-height: 1.6;
  }
  .mini-step p {
    font-size: 10px;
  }
  .mini-step strong {
    font-size: 11px;
  }
  .site-footer {
    font-size: 11px;
  }
  .result-summary {
    font-size: 12px;
  }
  .result-summary > span {
    flex-basis: auto;
  }
  .result-summary > span:nth-child(2) {
    order: 3;
    flex-basis: 100%;
  }
  .results-filters > span {
    font-size: 12px;
  }
  .card-features {
    min-height: 0;
  }
  .card-body .recommendation {
    min-height: 0;
    font-size: 14px;
  }
  .card-features > span {
    font-size: 12px;
  }
  .villa-capacity {
    font-size: 13px;
  }
  .offer-ribbon {
    font-size: 13px;
  }
  .feature-options {
    grid-template-columns: 1fr;
  }
  .feature-option {
    font-size: 14px;
    min-height: 52px;
    padding: 12px;
  }
  .features-body legend {
    font-size: 14px;
  }
  .detail-features > span {
    font-size: 12px;
  }
  .detail-description {
    font-size: 15px;
  }
  .dialog-footer > .primary,
  .dialog-footer > .text-button {
    font-size: 13px;
  }
  .dialog-heading .eyebrow {
    font-size: 10px;
  }
  .dialog-heading p:not(.eyebrow) {
    font-size: 13px;
  }
  .detail-stay {
    font-size: 12px;
  }
  .comparison-table tbody th {
    font-size: 13px;
  }
  .comparison-table small {
    font-size: 11px;
  }
  .criterion {
    font-size: 12px;
  }
  .clear-button {
    font-size: 12px;
  }
  .date-inputs input {
    font-size: 14px;
  }
  .day {
    min-height: 44px;
  }
  .dialog-footer > p {
    font-size: 12px;
  }
  .results-note {
    font-size: 12px;
  }
  .prompt-row textarea {
    font-size: 16px;
  }
  .compare-tray > .primary {
    font-size: 12px;
    min-height: 44px;
  }
  .compare-tray > .icon-button {
    min-height: 44px;
  }
}
.comparison-mobile-hint {
  display: none;
}
.detail-return {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  text-decoration: underline;
}
.dialog-heading .close-dialog {
  min-width: 40px;
  min-height: 40px;
}
@media (max-width: 540px) {
  .comparison-mobile-hint {
    display: block;
    font-size: 12px;
    color: #6a7b5f;
    margin: 0 20px 15px;
  }
  .header-right > .text-button {
    width: 36px;
    min-height: 44px;
  }
  .compare-dialog .dialog-footer p {
    font-size: 11px;
  }
}
@media (max-width: 380px) {
  .tray-villas {
    display: none;
  }
  .tray-title {
    display: flex;
  }
  .tray-title > .icon {
    display: none;
  }
  .tray-title strong {
    font-size: 12px;
  }
  .compare-tray > .primary {
    font-size: 11px;
    padding: 9px;
  }
  .site-header {
    padding: 0 16px;
  }
  .header-right {
    gap: 8px;
  }
  .brand-link > img {
    width: 128px;
  }
  .hero h1 {
    font-size: 34px;
  }
  .hero .eyebrow {
    font-size: 9px;
  }
  .control-input select,
  .date-control button {
    font-size: 12px;
  }
  .control label,
  .control-label {
    font-size: 9px;
  }
  .home-bottom {
    gap: 6px;
  }
  .mini-step p {
    font-size: 9px;
  }
  .mini-step strong {
    font-size: 10px;
  }
  .result-summary {
    gap: 11px;
  }
  .detail-features {
    grid-template-columns: 1fr;
  }
  .detail-features > span {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .prompt-row textarea { min-height: 112px; }
}
