:root {
  --blue: #222d4c;
  --ink: #333333;
  --muted: #616161;
  --gold: #ffd54f;
  --orange: #f39c12;
  --orange-deep: #f57c00;
  --red: #e74c3c;
  --green: #2ecc71;
  --footer: #202838;
  --shadow: 0 18px 55px rgba(33, 33, 33, 0.16);
  --container: 1110px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: "Lato", Arial, sans-serif;
  background: #fff;
}

img,
iframe {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 1000;
  padding: 10px 14px;
  color: #fff;
  background: #000;
}

.skip-link:focus {
  left: 12px;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

main section[id] {
  scroll-margin-top: 176px;
}

.container.narrow {
  max-width: 920px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 167px;
  color: #333;
  background: #222;
}

.header-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(20, 23, 31, 0.47), rgba(20, 23, 31, 0.55)), url("../../assets/original/609e570d-25485412_16426306267JkPico_Header.jpg") center/cover no-repeat;
}

.nav-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 165px minmax(0, 1fr) auto;
  align-items: start;
  gap: 16px;
  width: min(1220px, calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
}

.brand {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 160px;
  height: 152px;
  margin-top: 8px;
  overflow: visible;
}

.brand img {
  display: block;
  width: auto;
  height: 150px;
  max-width: 100%;
  object-fit: contain;
}

.primary-menu {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 53px 0 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 700;
}

.primary-menu a {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.primary-menu a:hover,
.primary-menu a:focus-visible {
  color: var(--gold);
}

.nav-actions {
  display: flex;
  align-items: start;
  justify-content: end;
  gap: 12px;
  margin-top: 41px;
}

.nav-actions .language,
.nav-actions .language-selector {
  position: absolute;
  left: 180px;
  top: 111px;
}

.language-selector {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.language-trigger {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 43px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 26px;
  color: #000 !important;
  background: var(--gold);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.language-current {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 0 10px;
  border-radius: 17px;
  color: #000;
  background: rgba(0, 0, 0, 0.08);
}

.language-caret {
  font-size: 12px;
  line-height: 1;
}

.language-options {
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  z-index: 500;
  display: grid;
  min-width: 100%;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  background: var(--gold);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.language-options[hidden] {
  display: none;
}

.language-options a {
  display: block;
  padding: 9px 12px;
  border-radius: 7px;
  color: #000 !important;
  background: transparent;
  white-space: nowrap;
}

.language-options a:hover,
.language-options a:focus-visible,
.language-options a[aria-current="page"] {
  color: #000 !important;
  background: rgba(0, 0, 0, 0.12);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 0 18px;
  border: 0;
  border-radius: 26px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: transform 160ms ease, filter 160ms ease, background 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  filter: saturate(1.05);
}

.btn-outline {
  min-width: 188px;
  color: var(--gold);
  border: 2px solid var(--gold);
  background: transparent;
}

.btn-gold,
.btn-small-gold {
  color: #282828;
  background: var(--gold);
}

.btn-orange,
.price-card a {
  color: #fff;
  background: var(--orange);
  box-shadow: 0 7px 14px rgba(211, 128, 0, 0.26);
}

.btn-white {
  color: #111;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.btn-small-gold {
  min-height: 42px;
  padding: 0 24px;
  border-radius: 22px;
  color: #4e342e;
  font-family: "Zilla Slab", serif;
  font-weight: 500;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  display: flex;
  min-height: 850px;
  align-items: flex-start;
  justify-content: center;
  padding-top: 82px;
  overflow: hidden;
  background: url("../../assets/original/dfb782f5-25486181_1642632575vrlPico_Image_2.jpg") center top / cover no-repeat;
}

.hero-copy {
  width: min(1000px, 92%);
  text-align: center;
}

.hero-copy p {
  margin: 0;
  color: var(--blue);
  font-family: "Bree Serif", Georgia, serif;
  font-size: 72px;
  line-height: 1.08;
  font-weight: 700;
}

.hero-copy h1 {
  margin: 8px 0 24px;
  color: var(--blue);
  font-family: "Bree Serif", Georgia, serif;
  font-size: 68px;
  line-height: 1.18;
}

.hero-copy hr {
  max-width: 555px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.22);
}

.hero-copy .place {
  margin-top: 76px;
  color: rgba(66, 66, 66, 0.72);
  font-family: "Lato", Arial, sans-serif;
  font-size: 54px;
  font-weight: 900;
}

.opening {
  padding: 78px 0 86px;
  text-align: center;
}

.opening h2 {
  margin: 0;
  color: #444;
  font-family: "Lato", Arial, sans-serif;
  font-size: 72px;
  line-height: 1.65;
  font-weight: 900;
  letter-spacing: 0;
}

.opening h2 span {
  display: inline-block;
}

.green-rule {
  width: min(570px, 84%);
  height: 2px;
  margin: 0 auto 38px;
  background: var(--green);
}

.dreams {
  margin: 0 0 46px;
  color: var(--orange);
  font-size: 62px;
  line-height: 1.08;
  font-weight: 900;
}

.video-card {
  position: relative;
  margin: 0 auto 64px;
  overflow: hidden;
  background: #eee;
  box-shadow: var(--shadow);
}

.video-card img,
.site-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.site-video {
  background: #000;
}

.play-button {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 82px;
  height: 82px;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(243, 156, 18, 0.94);
  font-size: 0;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.28);
}

.play-button::after {
  content: "";
  position: absolute;
  left: 34px;
  top: 25px;
  border-left: 24px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

.sun-icon {
  color: #f39c12;
  font-size: 54px;
}

.opening h3 {
  margin: 18px 0 22px;
  color: #4e342e;
  font-family: "Zilla Slab", serif;
  font-size: 42px;
  font-weight: 500;
}

.lead {
  max-width: 960px;
  margin: 0 auto 42px;
  color: #616161;
  font-size: 26px;
  line-height: 1.55;
}

.lead strong {
  font-family: "Dancing Script", cursive;
  color: #333;
}

.intro-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.geo-answers {
  padding: 72px 0 78px;
  background: #fffdf8;
}

.geo-answers h2 {
  max-width: 840px;
  margin: 0 auto 34px;
  color: var(--blue);
  text-align: center;
  font-family: "Bree Serif", Georgia, serif;
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.1;
}

.geo-answer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.geo-answer-grid article {
  padding: 24px;
  border: 1px solid rgba(196, 146, 52, 0.28);
  background: #fff;
  box-shadow: 0 16px 36px rgba(32, 40, 56, 0.08);
}

.geo-answer-grid h3 {
  margin: 0 0 10px;
  color: var(--blue);
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 22px;
}

.geo-answer-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.welcome {
  padding: 70px 0 52px;
  text-align: center;
}

.safe-seal {
  width: 180px;
  margin: 0 auto 24px;
  display: block;
}

.welcome h2,
.suite-intro h2,
.features h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.2;
}

.welcome h2,
.suite-intro h2 {
  color: #333;
  font-family: "Courgette", cursive;
}

.welcome h2 span,
.suite-intro h2 span,
.features h2 span {
  color: var(--orange);
  font-family: "Courgette", cursive;
}

.gold-rule {
  width: min(560px, 82%);
  height: 1px;
  margin: 24px auto;
  background: rgba(243, 156, 18, 0.5);
}

.welcome p {
  max-width: 980px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
}

.welcome em {
  color: var(--orange);
  font-family: "Courgette", cursive;
}

.gallery-split {
  padding-bottom: 60px;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.photo-grid button {
  position: relative;
  min-height: 190px;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: #fff;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.photo-grid-grande button:nth-child(1) { background-image: url("../../assets/original/4ec10084-25487850_1642637798PnmIMG_20190813_121542.jpg"); }
.photo-grid-grande button:nth-child(2) { background-image: url("../../assets/original/d764ccff-25487877_16426379231ltIMG_20190813_122113.jpg"); }
.photo-grid-grande button:nth-child(3) { background-image: url("../../assets/original/83698e1e-25487941_1642638220hqbIMG_20190813_122936.jpg"); }
.photo-grid-grande button:nth-child(4) { background-image: url("../../assets/original/6c9ca790-25487905_1642638086JIKIMG_20190813_123447.jpg"); }
.photo-grid-grande button:nth-child(5) { background-image: url("../../assets/original/ca3b3aa4-25487971_1642638322dE6IMG_20190813_122330.jpg"); }
.photo-grid-suite button:nth-child(1) { background-image: url("../../assets/original/cc7bc9e0-25488933_1642641994HdXKitchen_Villa_da_Silva_Suite.jpg"); }
.photo-grid-suite button:nth-child(2) { background-image: url("../../assets/original/7a920d96-25489018_1642642278Iu9Bedroom_Villa_da_Silva_Suite.jpg"); }
.photo-grid-suite button:nth-child(3) { background-image: url("../../assets/original/5a6091c3-25504709_1642699901SqwGeneral_Inside_Villa_da_Silva_Suite.jpg"); }
.photo-grid-suite button:nth-child(4) { background-image: url("../../assets/original/6c11930b-25512087_1642716340WzlWashroom_with_Shower_Villa_da_Silva_Suite.jpg"); }
.photo-grid-suite button:nth-child(5) { background-image: url("../../assets/original/8d4bdee5-25512197_1642716644BFHKitchen_Villa_da_Silva_Suite.jpg"); }

.photo-grid button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.24);
  opacity: 0;
  transition: opacity 160ms ease;
}

.photo-grid span,
.photo-grid small {
  position: relative;
  display: block;
  opacity: 0;
  transition: opacity 160ms ease;
}

.photo-grid span {
  font-size: 36px;
}

.photo-grid small {
  margin-top: 10px;
  font-size: 16px;
}

.photo-grid button:hover::before,
.photo-grid button:hover span,
.photo-grid button:hover small,
.photo-grid button:focus-visible::before,
.photo-grid button:focus-visible span,
.photo-grid button:focus-visible small {
  opacity: 1;
}

.suite-intro {
  padding: 58px 0 46px;
  text-align: center;
}

.view-label {
  margin: 0 0 8px;
  font-family: "Artifika", serif;
  font-size: 32px;
  color: #6c6c6c;
}

.script-note {
  margin: 0;
  color: #111;
  font-family: "Artifika", serif;
  font-style: italic;
}

.features {
  padding: 72px 0 88px;
  background: #fff;
  text-align: center;
}

.features h2 {
  font-family: "Lato", Arial, sans-serif;
}

.script-line {
  margin: 14px 0;
  color: var(--orange);
  font-family: "Calligraffitti", cursive;
  font-size: 33px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 58px 74px;
  margin-top: 48px;
  text-align: left;
}

.feature-grid article {
  display: grid;
  grid-template-columns: 104px 1fr;
  column-gap: 24px;
}

.feature-grid img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  grid-row: span 4;
}

.feature-grid h3 {
  margin: 0 0 10px;
  color: #333;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 24px;
}

.feature-grid p {
  margin: 0 0 14px;
  color: #616161;
  font-size: 16px;
  line-height: 1.55;
}

.villa-details {
  padding: 21.5px 0 76px;
  background: #f7f7f7;
  text-align: center;
}

.villa-clean-safe-badge {
  display: block;
  width: min(460px, 92vw);
  height: auto;
  margin: 0 auto 30px;
}

.villa-details h2 {
  margin: 0;
  color: var(--blue);
  font-size: 44px;
}

.red-subtitle {
  margin: 16px 0 50px;
  color: var(--red);
  font-size: 24px;
  font-style: italic;
}

.villa-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  text-align: left;
}

.villa-card {
  padding: 38px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(93, 107, 150, 0.15);
}

.villa-card h3 {
  margin: 0 0 22px;
  color: #333;
  font-size: 31px;
}

.villa-card h3 span,
.home-icon {
  color: var(--orange);
  font-family: "Courgette", cursive;
}

.villa-card p,
.villa-card li {
  color: #616161;
  font-size: 17px;
  line-height: 1.62;
}

.villa-card ul {
  padding-left: 0;
  list-style: none;
}

.villa-card li {
  position: relative;
  padding-left: 25px;
  margin: 12px 0;
}

.villa-card li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-size: 22px;
  font-weight: 900;
}

.home-icon {
  font-size: 44px;
}

.closing-note {
  color: #333 !important;
  font-weight: 700;
  text-align: center;
}

.testimonials {
  padding: 76px 0 90px;
  background: #fff;
  text-align: center;
}

.comparison {
  padding: 76px 0 86px;
  background: #fff;
  text-align: center;
}

.comparison h2 {
  margin: 0 0 36px;
  color: var(--red);
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.comparison-grid article {
  padding: 38px 36px;
  color: #616161;
  background: rgba(255, 228, 151, 0.3);
  border: 1px solid rgba(243, 156, 18, 0.16);
  text-align: left;
}

.comparison-grid h3 {
  margin: 0 0 18px;
  color: #333;
  text-align: center;
  font-family: "Courgette", cursive;
  font-size: 30px;
}

.comparison-grid h3 span {
  color: var(--orange);
}

.comparison-grid p,
.comparison-grid li {
  font-size: 17px;
  line-height: 1.62;
}

.comparison-grid ul {
  margin: 18px 0 26px;
  padding-left: 22px;
}

.comparison-grid .btn {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: 20px;
  font-weight: 700;
}

.testimonials h2,
.faq h2 {
  margin: 0 0 38px;
  color: #202838;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 42px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.testimonial-grid article {
  padding: 36px 28px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 70px rgba(93, 107, 150, 0.15);
}

.testimonial-grid p {
  min-height: 0;
  margin: 0 0 22px;
  color: #616161;
  line-height: 1.58;
  text-align: left;
}

.testimonial-grid img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-grid strong,
.testimonial-grid span {
  display: block;
}

.testimonial-grid strong {
  margin-top: 12px;
}

.testimonial-grid span {
  color: #777;
}

.pricing {
  padding: 72px 0 88px;
  background: #f7f7f7;
  text-align: center;
}

.grande-pricing {
  background: #fff;
}

.pricing-kicker {
  margin: 0;
  color: #424242;
  font-size: 28px;
}

.pricing h2 {
  margin: 8px 0 12px;
  color: var(--orange);
  font-family: "Courgette", cursive;
  font-size: 46px;
  line-height: 1.1;
}

.pricing h2 span {
  color: #333;
}

.season {
  color: #111;
  font-family: "Courgette", cursive;
  font-size: 18px;
  line-height: 1.5;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 38px 0 58px;
}

.price-card {
  display: flex;
  min-height: 610px;
  flex-direction: column;
  padding: 32px 20px 28px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.price-card h3 {
  margin: 0 0 12px;
  color: var(--orange);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 26px;
}

.price-card p,
.price-card span {
  margin: 0 0 10px;
  color: #616161;
}

.price-card span {
  color: #e74c3c;
}

.price-card ul {
  flex: 1;
  margin: 20px 0;
  padding: 0;
  list-style: none;
  color: #616161;
  line-height: 1.55;
}

.price-card li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.price-card strong {
  color: var(--orange);
  font-size: 42px;
}

.price-card small {
  display: block;
  margin: 10px 0 22px;
  color: #616161;
}

.price-card a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  min-height: 44px;
  margin: 0 auto;
  border-radius: 2px;
  font-weight: 700;
}

.area-info {
  padding: 82px 0 88px;
  color: #fff;
  text-align: center;
  background: linear-gradient(rgba(3, 8, 18, 0.84), rgba(3, 8, 18, 0.82)), url("../../assets/original/9b49fe06-25758066_1643645274fm3Lagido.jpg") center/cover fixed;
}

.area-info h2 {
  margin: 0 0 22px;
  font-size: 46px;
}

.area-info h3 {
  margin: 50px 0 30px;
  font-size: 36px;
}

.area-info .section-intro {
  width: fit-content;
  max-width: 1040px;
  padding: 18px 24px;
  border-radius: 8px;
  color: #fff;
  background: rgba(5, 12, 24, 0.86);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
  font-weight: 800;
  line-height: 1.65;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.92), 0 0 2px rgba(0, 0, 0, 0.95);
}

.destination-video-section {
  padding: 72px 0;
  color: #fff;
  background: linear-gradient(135deg, #0e1727 0%, #182333 58%, #2c2418 100%);
}

.destination-video-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 42px;
  align-items: center;
}

.destination-video-copy h2 {
  max-width: 720px;
  margin: 0 0 18px;
  color: #fff;
  font-size: 42px;
  line-height: 1.08;
}

.destination-video-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  line-height: 1.7;
}

.destination-video-actions,
.content-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.lazy-video-frame {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border: 1px solid rgba(255, 210, 88, 0.42);
  border-radius: 8px;
  background: #07111d;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

.lazy-video-frame::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.lazy-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.pico-guide-map-section {
  padding: 0 0 72px;
  background: #f7f3eb;
}

.pico-guide-map-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.pico-guide-map-scroll:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 6px;
}

.pico-guide-map-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1536 / 1024;
  border: 1px solid rgba(23, 32, 51, 0.14);
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(23, 32, 51, 0.18);
}

.content-page-body {
  background: #f7f3eb;
}

.content-page-panel {
  max-width: 1120px;
  color: #172033;
}

.content-page-panel .simple-page-lead {
  max-width: 880px;
}

.content-page-hero {
  overflow: hidden;
  margin: 30px 0;
  border-radius: 8px;
  background: #162133;
  box-shadow: 0 18px 44px rgba(23, 32, 51, 0.16);
}

.content-page-hero img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 650;
  object-fit: cover;
}

.content-quick-facts {
  margin: 30px 0;
  padding: 26px;
  border-left: 5px solid #d8a735;
  border-radius: 8px;
  background: #fff8e5;
}

.content-quick-facts h2,
.content-section h2,
.content-faq h2,
.related-pages h2,
.content-cta h2 {
  margin: 0 0 16px;
  color: #172033;
  font-size: 30px;
}

.content-quick-facts ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 0;
  padding-left: 20px;
}

.content-section {
  margin: 34px 0;
  padding: 28px;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(23, 32, 51, 0.08);
}

.content-section p,
.content-faq-item p,
.content-cta p {
  color: #394255;
  font-size: 18px;
  line-height: 1.75;
}

.content-section ul {
  margin: 18px 0 0;
  padding-left: 22px;
  color: #394255;
  font-size: 17px;
  line-height: 1.7;
}

.content-video-card {
  margin: 34px 0;
}

.content-video-card .site-video {
  width: 100%;
  border-radius: 8px;
}

.content-faq,
.related-pages,
.content-cta {
  margin: 36px 0 0;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
}

.content-faq-item {
  padding: 18px 0;
  border-top: 1px solid rgba(23, 32, 51, 0.12);
}

.content-faq-item h3 {
  margin: 0 0 8px;
  color: #172033;
  font-size: 20px;
}

.related-pages div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.related-pages a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid rgba(216, 167, 53, 0.68);
  border-radius: 999px;
  color: #172033;
  font-weight: 800;
  text-decoration: none;
  background: #fff8e5;
}

.content-cta {
  color: #fff;
  background: linear-gradient(135deg, #111827, #1d293c);
}

.content-cta h2,
.content-cta p {
  color: #fff;
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.activity-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  text-align: left;
  background: rgba(19, 25, 26, 0.88);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.activity-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.activity-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 18px 22px;
  background: linear-gradient(rgba(17, 24, 28, 0.72), rgba(17, 24, 28, 0.96));
}

.activity-grid h4 {
  margin: 0 0 8px;
  font-size: 22px;
}

.activity-grid p {
  min-height: 55px;
  margin: 0 0 16px;
  line-height: 1.35;
}

.activity-grid button {
  align-self: flex-start;
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 18px;
  color: #111;
  background: rgba(253, 252, 251, 0.95);
  font-weight: 700;
  cursor: pointer;
}

.pico-experience-video {
  max-width: 980px;
  margin: 30px auto 34px;
  padding: 10px;
  border: 1px solid rgba(255, 206, 74, 0.45);
  border-radius: 10px;
  background: rgba(5, 10, 23, 0.86);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.area-info .pico-experience-video .content-video-card {
  margin: 0;
}

.area-info .pico-experience-video .site-video {
  display: block;
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  object-fit: cover;
}

.activity-carousel {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  gap: 14px;
  align-items: center;
  max-width: 960px;
  margin: 34px auto 0;
  overflow: hidden;
}

.carousel-viewport {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: #111;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.36);
}

.carousel-track {
  display: flex;
  gap: 0;
  width: 100%;
  transform: translateX(0);
  transition: transform 360ms ease;
  will-change: transform;
}

.activity-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  margin: 0;
}

.activity-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 21 / 9;
  object-fit: cover;
}

.activity-slide figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 24px 30px;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.78));
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}

.carousel-control {
  width: 54px;
  height: 54px;
  border: 2px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.28);
  cursor: pointer;
  font-size: 42px;
  line-height: 1;
}

.carousel-control:hover,
.carousel-control:focus-visible {
  border-color: var(--gold);
  background: rgba(0, 0, 0, 0.48);
}

.carousel-dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.carousel-dots button {
  width: 13px;
  height: 13px;
  min-height: 13px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  font-size: 0;
}

.carousel-dots button[aria-current="true"] {
  border-color: var(--gold);
  background: var(--gold);
}

.area-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 42px;
}

.area-actions .map-btn {
  margin-top: 0;
}

.map-btn {
  margin-top: 42px;
}

.faq {
  padding: 78px 0 92px;
  background: #f9f9f9;
  text-align: center;
}

.accordion {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.accordion details {
  margin-bottom: 10px;
  border: 1px solid #e7e7e7;
  background: #fff;
}

.accordion summary {
  position: relative;
  padding: 18px 62px 18px 20px;
  cursor: pointer;
  color: #333;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  list-style: none;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  content: "⌄";
  position: absolute;
  right: 22px;
  color: var(--orange);
}

.accordion details[open] summary::after {
  content: "⌃";
}

.accordion p {
  margin: 0;
  padding: 0 20px 20px;
  color: #616161;
  line-height: 1.6;
}

.accordion summary::after {
  content: "+";
}

.accordion details[open] summary::after {
  content: "-";
}

.site-footer {
  padding: 60px 0 34px;
  color: rgba(255, 255, 255, 0.75);
  background: #202838;
  font-family: "Open Sans", Arial, sans-serif;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.footer-title {
  margin: 0 0 18px;
  color: #fff;
  font-weight: 700;
}

.site-footer a,
.site-footer button {
  display: block;
  width: fit-content;
  margin-bottom: 11px;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.75);
  background: transparent;
  cursor: pointer;
  font-size: 15px;
}

.site-footer a:hover,
.site-footer button:hover {
  color: #fff;
}

.copyright {
  width: min(var(--container), calc(100% - 48px));
  margin: 42px auto 0;
  font-size: 14px;
}

.copyright span {
  display: block;
  margin-top: 4px;
}

.copyright a {
  color: var(--orange);
  margin-left: 12px;
}

.simple-page-footer {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto 42px;
  padding: 22px 24px;
  border: 1px solid rgba(32, 40, 56, 0.12);
  border-radius: 14px;
  color: #202838;
  background: #fff;
  box-shadow: 0 18px 44px rgba(32, 40, 56, 0.08);
}

.simple-page-footer p {
  margin: 4px 0;
}

.cookie-banner {
  position: fixed;
  z-index: 250;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 26px;
  align-items: center;
  padding: 28px min(11.5vw, 165px);
  color: #fff;
  background: #202838;
  font-size: 16px;
  line-height: 1.35;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner p {
  grid-column: 1 / 2;
  margin: 0;
  font-weight: 700;
}

.cookie-banner a,
.cookie-link {
  border: 0;
  color: #ffd300;
  background: transparent;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
}

.cookie-actions {
  grid-column: 2 / 3;
  grid-row: 1 / span 3;
  display: flex;
  gap: 10px;
  align-items: center;
}

.cookie-actions button {
  min-width: 150px;
  min-height: 38px;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.cookie-actions button:last-child {
  border-color: #2d8fd9;
  background: #2d8fd9;
}

.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  z-index: 300;
  inset: 0;
  display: grid;
  align-items: start;
  justify-items: center;
  padding: 40px 24px 24px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(32, 40, 48, 0.74);
}

.modal-panel {
  position: relative;
  width: min(900px, 94vw);
  max-height: calc(100vh - 80px);
  overflow: auto;
  padding: 44px 58px 32px;
  background: #fff;
  color: #333;
  text-align: center;
}

.modal-close {
  position: fixed;
  top: 34px;
  right: min(14vw, 150px);
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font-size: 48px;
  line-height: 1;
}

.modal-back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  margin: 0 auto 26px;
  padding: 0 24px;
  border: 0;
  border-radius: 24px;
  color: #fff;
  background: var(--orange);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  box-shadow: 0 7px 14px rgba(211, 128, 0, 0.26);
}

.modal-back-button:hover,
.modal-back-button:focus-visible {
  filter: saturate(1.05);
}

.modal h2 {
  margin: 0 0 10px;
  color: #333;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.25;
}

.modal h2 span {
  color: #c0392b;
}

.modal-help {
  color: #2c7ba0;
  font-size: 20px;
  font-weight: 700;
}

.modal iframe {
  border: 0;
}

.book-button {
  width: fit-content;
  margin: 14px auto 8px;
  padding-inline: 28px;
  font-size: 20px;
}

.booking-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 20px;
  text-align: left;
}

.booking-form label {
  display: grid;
  gap: 6px;
  color: #555;
  font-weight: 700;
}

.booking-form .full {
  grid-column: 1 / -1;
}

.booking-form input,
.booking-form textarea {
  width: 100%;
  min-height: 40px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 9px 11px;
  color: #333;
  font: inherit;
}

.booking-form textarea {
  min-height: 92px;
  resize: vertical;
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 6px;
}

.booking-note {
  margin: 12px 0 0;
  color: #2b7ed6;
  font-weight: 700;
  text-align: center;
}

.modal.modal-availability-request {
  align-items: center;
  padding: 24px;
}

.modal.modal-availability-request .modal-backdrop {
  background: rgba(12, 18, 33, 0.46);
  backdrop-filter: blur(1px);
}

.availability-request-panel {
  width: min(980px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  border: 1px solid rgba(15, 29, 58, 0.12);
  border-radius: 10px;
  background: #fffdf8;
  box-shadow: 0 22px 72px rgba(15, 22, 38, 0.22);
  text-align: left;
}

.availability-request-panel .modal-back-button {
  display: none;
}

.availability-request-panel .modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #0f1d3a;
  background: transparent;
  font-size: 38px;
}

.availability-request-panel .modal-close:hover,
.availability-request-panel .modal-close:focus-visible {
  background: rgba(196, 146, 52, 0.12);
}

.availability-request-shell {
  padding: 28px 42px 34px;
  color: #0f1d3a;
}

.availability-request-heading {
  max-width: 690px;
  margin: 0 auto 22px;
  text-align: center;
}

.availability-request-heading h2 {
  margin: 0 46px 8px;
  color: #0f1d3a;
  font-family: "Bree Serif", Georgia, serif;
  font-size: 38px;
  line-height: 1.18;
}

.availability-request-heading p {
  margin: 0;
  color: #596173;
  font-size: 17px;
  line-height: 1.55;
}

.availability-request-heading .availability-request-note {
  display: inline-block;
  margin-top: 10px;
  padding: 7px 12px;
  border: 1px solid rgba(190, 139, 45, 0.24);
  border-radius: 999px;
  background: rgba(190, 139, 45, 0.08);
  color: #5b4319;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.availability-request-form {
  display: grid;
  gap: 18px;
}

.availability-request-form fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  margin: 0;
  border: 0;
  padding: 0;
}

.availability-request-form legend {
  grid-column: 1 / -1;
  width: 100%;
  margin: 4px 0 -2px;
  color: #0f1d3a;
  font-size: 14px;
  font-weight: 900;
}

.availability-field {
  display: grid;
  gap: 7px;
  color: #0f1d3a;
  font-size: 14px;
  font-weight: 900;
}

.availability-span-2 {
  grid-column: 1 / -1;
}

.availability-field small,
.availability-interests small {
  color: #687083;
  font-weight: 700;
}

.availability-field input,
.availability-field select,
.availability-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(15, 29, 58, 0.18);
  border-radius: 5px;
  padding: 0 15px;
  color: #0f1d3a;
  background: #fff;
  font: inherit;
  font-size: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.availability-field textarea {
  min-height: 86px;
  padding-top: 12px;
  resize: vertical;
}

.availability-field input:focus,
.availability-field select:focus,
.availability-field textarea:focus,
.availability-check-row input:focus-visible,
.availability-interest input:focus-visible {
  outline: 3px solid rgba(196, 146, 52, 0.34);
  outline-offset: 2px;
  border-color: #c49234;
}

.availability-required,
.availability-error {
  color: #c0392b;
}

.availability-error {
  min-height: 16px;
  font-size: 12px;
  font-weight: 800;
}

.availability-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  align-items: center;
  color: #0f1d3a;
  font-weight: 900;
}

.availability-radio-group > span,
.availability-interests > span {
  flex: 0 0 100%;
  font-size: 14px;
  font-weight: 900;
}

.availability-radio-group label,
.availability-check-row {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #0f1d3a;
  font-weight: 700;
}

.availability-radio-group input,
.availability-check-row input,
.availability-interest input {
  width: 22px;
  height: 22px;
  accent-color: #c49234;
}

.availability-interests {
  display: grid;
  gap: 10px;
}

.availability-interests > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.availability-interest {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  border: 1px solid rgba(196, 146, 52, 0.55);
  border-radius: 6px;
  padding: 8px 13px;
  color: #5f4214;
  background: #fff;
  font-weight: 800;
}

.availability-interest:has(input:checked) {
  background: #fff7e7;
  box-shadow: 0 4px 16px rgba(196, 146, 52, 0.12);
}

.availability-consent-fieldset {
  gap: 10px !important;
}

.availability-policy-link {
  justify-self: start;
  border: 0;
  padding: 0;
  color: #2b6f89;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-decoration: underline;
}

.availability-status {
  margin: 0;
  border-radius: 6px;
  padding: 12px 14px;
  color: #1f5e37;
  background: #eef8f0;
  font-weight: 800;
  line-height: 1.45;
}

.availability-status.is-error {
  color: #9c2f22;
  background: #fff1ee;
}

.availability-submit {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(180deg, #cf9d39 0%, #b67f21 100%);
  cursor: pointer;
  font-family: "Bree Serif", Georgia, serif;
  font-size: 24px;
  line-height: 1.2;
  box-shadow: 0 10px 22px rgba(171, 116, 27, 0.24);
}

.availability-submit:disabled {
  cursor: wait;
  opacity: 0.68;
}

.availability-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.trip-planner {
  text-align: left;
}

.trip-planner-photo {
  display: block;
  width: 100%;
  aspect-ratio: 21 / 8;
  margin: 14px 0 20px;
  object-fit: cover;
}

.trip-planner-intro {
  max-width: 740px;
  margin: 0 auto 18px;
  color: #555;
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
}

.trip-planner-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 20px;
}

.trip-planner-form label {
  display: grid;
  gap: 6px;
  color: #555;
  font-weight: 700;
}

.trip-planner-form .full,
.trip-interest-list {
  grid-column: 1 / -1;
}

.trip-planner-form input,
.trip-planner-form select,
.trip-planner-form textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 9px 11px;
  color: #333;
  background: #fff;
  font: inherit;
}

.trip-planner-form textarea {
  min-height: 88px;
  resize: vertical;
}

.trip-interest-list {
  margin: 0;
  border: 1px solid #e3e3e3;
  padding: 16px 18px 18px;
  max-height: min(58vh, 620px);
  overflow: auto;
  background: #fff;
}

.trip-interest-list legend {
  padding: 0 8px;
  color: #333;
  font-weight: 900;
}

.trip-interest-help {
  margin: 0 0 16px;
  color: #666;
  line-height: 1.5;
}

.trip-interest-group {
  padding: 16px 0 18px;
  border-top: 1px solid #ececec;
}

.trip-interest-group:first-of-type {
  border-top: 0;
  padding-top: 4px;
}

.trip-interest-group h3 {
  margin: 0 0 12px;
  color: #2b6f89;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 21px;
  line-height: 1.2;
}

.trip-interest-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.trip-interest-list label,
.trip-interest-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: #555;
  font-weight: 700;
  line-height: 1.35;
}

.trip-interest-list input {
  flex: 0 0 auto;
  width: auto;
  min-height: 0;
  margin-top: 3px;
}

.trip-interest-option span,
.trip-interest-option strong,
.trip-interest-option small {
  display: block;
}

.trip-interest-option strong {
  color: #333;
}

.trip-interest-option small {
  margin-top: 3px;
  color: #666;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.trip-planner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}

.trip-planner-output {
  scroll-margin-top: 190px;
  margin-top: 24px;
  border-top: 4px solid var(--orange);
  padding: 22px 24px;
  background: #fff8e6;
  color: #444;
}

.trip-planner-output h3 {
  margin: 0 0 8px;
  color: #333;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 26px;
  text-align: center;
}

.trip-planner-meta {
  margin: 0 0 18px;
  color: #2b6f89;
  font-weight: 700;
  text-align: center;
}

.trip-planner-suggestion {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-left: 4px solid var(--orange);
  color: #555;
  background: #fff;
  font-weight: 700;
  line-height: 1.45;
}

.trip-planner-season {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-left: 4px solid #2b6f89;
  color: #4d4d4d;
  background: #fff;
  line-height: 1.5;
}

.trip-planner-days {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
}

.trip-planner-days li {
  padding-left: 4px;
  line-height: 1.55;
}

.trip-planner-days strong,
.trip-planner-days span {
  display: block;
}

.trip-planner-days strong {
  color: #333;
}

.trip-planner-day-details {
  display: grid;
  grid-template-columns: minmax(145px, 0.34fr) 1fr;
  gap: 8px 14px;
  margin: 12px 0 0;
  padding: 12px 14px;
  border-left: 4px solid #2b6f89;
  background: #fff;
}

.trip-planner-day-details dt {
  color: #2b6f89;
  font-weight: 900;
}

.trip-planner-day-details dd {
  margin: 0;
}

.trip-planner-day-parts {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(243, 156, 18, 0.22);
  background: rgba(255, 255, 255, 0.76);
  list-style: none;
}

.trip-planner-day-parts li {
  display: grid;
  grid-template-columns: minmax(145px, 0.28fr) 1fr;
  gap: 10px;
  padding: 0;
}

.trip-planner-day-parts strong {
  color: #2b6f89;
}

.trip-planner-notes,
.trip-planner-next,
.trip-planner-disclaimer {
  margin: 16px 0 0;
  line-height: 1.55;
}

.trip-planner-disclaimer {
  padding: 14px 16px;
  border: 1px solid rgba(43, 111, 137, 0.2);
  background: #fff;
}

.trip-planner-disclaimer strong {
  display: block;
  margin-bottom: 8px;
  color: #333;
}

.trip-planner-disclaimer ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 20px;
}

.trip-planner-next {
  color: #2b7ed6;
  font-weight: 700;
}

.trip-print-preview {
  scroll-margin-top: 190px;
  margin-top: 24px;
  padding: 26px;
  border: 1px solid rgba(200, 149, 45, 0.34);
  border-radius: 10px;
  background: #fffdf8;
  color: #17213d;
  box-shadow: 0 18px 44px rgba(23, 33, 61, 0.12);
}

.trip-print-preview:focus {
  outline: 3px solid rgba(200, 149, 45, 0.5);
  outline-offset: 4px;
}

.trip-print-preview-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.trip-print-preview-heading {
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 2px solid var(--gold);
}

.trip-print-preview-heading h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 42px);
  text-align: left;
}

.trip-print-preview-heading p {
  margin: 0;
  color: #4b5266;
}

.trip-print-preview-generated {
  margin-top: 8px !important;
  font-size: 13px;
}

.trip-print-preview pre {
  overflow: visible;
  max-height: none;
  margin: 0;
  color: #20283a;
  font: 15px/1.65 Arial, sans-serif;
  white-space: pre-wrap;
}

.trip-weather-output,
.trip-provider-screen {
  scroll-margin-top: 190px;
  margin-top: 24px;
  border-top: 4px solid #2b6f89;
  padding: 22px 24px;
  background: #f5fbfd;
  color: #444;
}

.trip-weather-output.is-error {
  border-color: #e74c3c;
  background: #fff6f4;
}

.trip-weather-output h3,
.trip-provider-screen h3 {
  margin: 0 0 12px;
  color: #333;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 26px;
  text-align: center;
}

.trip-weather-notice,
.trip-provider-intro,
.trip-provider-empty {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-left: 4px solid var(--orange);
  background: #fff;
  color: #555;
  font-weight: 700;
  line-height: 1.45;
}

.trip-weather-grid,
.trip-provider-grid {
  display: grid;
  gap: 16px;
}

.trip-weather-card,
.trip-provider-card {
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(43, 111, 137, 0.18);
}

.trip-weather-card h4,
.trip-provider-card h4 {
  margin: 0 0 6px;
  color: #2b6f89;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 22px;
}

.trip-weather-card p {
  margin: 0 0 12px;
  color: #666;
  font-weight: 700;
}

.trip-weather-table-wrap {
  overflow-x: auto;
  border: 1px solid #e6edf0;
}

.trip-weather-table-wrap table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  font-size: 13px;
}

.trip-weather-table-wrap th,
.trip-weather-table-wrap td {
  padding: 8px 9px;
  border-bottom: 1px solid #edf2f4;
  text-align: left;
  white-space: nowrap;
}

.trip-weather-table-wrap th {
  color: #2b6f89;
  background: #f4fbfd;
  font-weight: 900;
}

.trip-provider-button {
  margin: 14px 0 4px;
}

.trip-provider-screen > .btn {
  margin-bottom: 16px;
}

.trip-provider-card dl {
  display: grid;
  grid-template-columns: minmax(130px, 0.3fr) 1fr;
  gap: 8px 14px;
  margin: 10px 0 0;
}

.trip-provider-card dt {
  color: #2b6f89;
  font-weight: 900;
}

.trip-provider-card dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.hero-copy .hero-kicker {
  margin: 0 0 10px;
  color: rgba(34, 45, 76, 0.78);
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy .hero-subtitle {
  max-width: 790px;
  margin: 0 auto 26px;
  color: rgba(34, 45, 76, 0.86);
  font-family: "Lato", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
}

.hero-actions,
.final-actions,
.availability-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.villa-overview .lead,
.section-intro {
  max-width: 880px;
  margin: 0 auto 28px;
  color: #555;
  font-size: 21px;
  line-height: 1.65;
}

.villa-overview h2 {
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.15;
}

.overview-highlights,
.good-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.overview-highlights li,
.good-grid li {
  min-height: 58px;
  padding: 15px 18px;
  border: 1px solid rgba(43, 111, 137, 0.14);
  border-radius: 6px;
  background: #fff;
  color: #3f4b56;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: 0 8px 24px rgba(32, 40, 56, 0.06);
}

.planner-feature,
.availability-section,
.map-cards-section,
.good-to-know,
.final-cta {
  padding: 82px 0;
}

.planner-feature,
.map-cards-section,
.final-cta {
  background: #f7f8fb;
}

.planner-feature h2,
.availability-section h2,
.map-cards-section h2,
.good-to-know h2,
.final-cta h2 {
  margin: 0 0 14px;
  color: var(--blue);
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.08;
  text-align: center;
}

.trip-planner.inline {
  max-width: 1040px;
  margin: 36px auto 0;
  padding: 28px;
  border: 1px solid rgba(43, 111, 137, 0.15);
  border-radius: 6px;
  background: #fff;
  box-shadow: var(--shadow);
}

.planner-legal-note {
  margin: 18px 0 0;
  color: #666;
  font-size: 14px;
  line-height: 1.55;
}

.planner-tool-status {
  margin: 12px 0 0;
  color: #2b6f89;
  font-weight: 900;
  text-align: center;
}

.planner-tool-status.is-error {
  color: #c0392b;
}

.availability-picker,
.rate-card-grid,
.map-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.availability-picker article,
.rate-card,
.map-card-grid article {
  padding: 24px;
  border: 1px solid rgba(43, 111, 137, 0.15);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(32, 40, 56, 0.08);
}

.availability-picker h3,
.rate-card h3,
.map-card-grid h3 {
  margin: 0 0 8px;
  color: var(--blue);
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 27px;
}

.availability-picker form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.availability-picker label {
  display: grid;
  gap: 6px;
  color: #555;
  font-weight: 900;
}

.availability-picker input {
  min-height: 42px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  padding: 0 12px;
  font: inherit;
}

.rate-card-grid {
  align-items: stretch;
}

.rate-card {
  display: grid;
  gap: 18px;
}

.rate-card > p {
  margin: 0;
  color: #555;
  font-size: 19px;
  font-weight: 900;
}

.rate-season {
  padding: 16px;
  border-left: 4px solid var(--orange);
  background: #fff9ee;
}

.rate-season h4 {
  margin: 0 0 10px;
  color: #2b6f89;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 22px;
}

.rate-season ul,
.rate-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 20px;
  line-height: 1.5;
}

.rate-note {
  margin: 28px auto 0;
  max-width: 820px;
  color: #666;
  font-size: 17px;
  line-height: 1.55;
  text-align: center;
}

.map-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.map-card-grid article {
  min-height: 210px;
}

.map-card-grid p {
  margin: 6px 0 0;
  color: #555;
  line-height: 1.5;
}

.map-card-grid p:first-of-type {
  color: #2b6f89;
  font-weight: 900;
}

.good-to-know {
  background: #fff;
}

.final-cta {
  text-align: center;
}

.final-cta p {
  max-width: 840px;
  margin: 0 auto 26px;
  color: #555;
  font-size: 21px;
  line-height: 1.6;
}

.language-title {
  margin: 0 0 8px;
  color: #fff;
  font-weight: 900;
}

.modal-image {
  display: block;
  width: 100%;
  margin: 20px 0;
}

.activity-modal-image {
  max-height: min(48vh, 440px);
  object-fit: cover;
}

.activity-story {
  max-width: 720px;
  margin: 18px auto 8px;
  color: #4c4c4c;
  text-align: left;
}

.activity-story p {
  margin: 0 0 13px;
  font-size: 18px;
  line-height: 1.55;
}

.activity-modal-text {
  max-width: 680px;
  margin: 14px auto 0;
  color: #555;
  font-size: 20px;
  line-height: 1.55;
}

.modal-video {
  display: block;
  width: 100%;
  max-height: min(64vh, 620px);
  margin: 20px 0;
  background: #000;
}

.modal-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.modal-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  cursor: zoom-in;
}

.gallery-preview {
  display: block;
  width: min(640px, 100%);
  max-height: 430px;
  margin: 16px auto;
  object-fit: contain;
  background: #f5f5f5;
}

.modal-list {
  text-align: left;
  line-height: 1.75;
}

.map-frame {
  width: 100%;
  min-height: 520px;
}

.simple-page {
  min-height: 100vh;
  padding-top: 0;
}

.simple-hero {
  min-height: 720px;
  padding: 120px 24px;
  color: var(--blue);
  text-align: center;
  background: url("../../assets/original/dfb782f5-25486181_1642632575vrlPico_Image_2.jpg") center/cover no-repeat;
}

.simple-hero h1 {
  margin: 0;
  font-family: "Bree Serif", Georgia, serif;
  font-size: clamp(56px, 8vw, 94px);
  line-height: 1.2;
}

.simple-panel {
  width: min(980px, calc(100% - 48px));
  margin: -90px auto 80px;
  padding: 44px;
  background: #fff;
  box-shadow: var(--shadow);
}

.simple-page-body {
  min-height: 100vh;
  background: #f7f4ec;
}

.simple-page-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 18px clamp(18px, 4vw, 48px);
  background: #17213d;
  color: #fff;
}

.simple-page-brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
}

.simple-page-brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.simple-page-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.simple-page-nav a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 800;
}

.simple-page-main {
  padding: clamp(36px, 6vw, 78px) 18px;
}

.simple-page-panel {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(23, 33, 61, 0.08);
  border-radius: 10px;
  background: #fffdf8;
  box-shadow: 0 18px 55px rgba(23, 33, 61, 0.12);
}

.simple-page-panel h1 {
  margin: 0 0 16px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 6vw, 58px);
  line-height: 1.05;
}

.simple-page-intro {
  max-width: 760px;
  margin: 0 0 28px;
  color: #4a5266;
  font-size: 19px;
  line-height: 1.55;
}

.simple-page-copy {
  display: grid;
  gap: 16px;
  color: #343b4d;
  font-size: 17px;
  line-height: 1.65;
}

.simple-page-copy p {
  margin: 0;
}

.simple-page-list {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
  padding-left: 22px;
}

.static-availability-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.static-availability-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-weight: 800;
}

.static-availability-form input,
.static-availability-form select,
.static-availability-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid #d9d4c8;
  border-radius: 6px;
  background: #fff;
  color: var(--navy);
  font: inherit;
}

.static-availability-form input[type="checkbox"] {
  width: auto;
  min-height: auto;
  padding: 0;
}

.static-availability-form .availability-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.static-availability-form .full {
  grid-column: 1 / -1;
}

.simple-page-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--navy);
  font-weight: 700;
}

.simple-page-consent input {
  margin-top: 0.35rem;
  flex: 0 0 auto;
}

.simple-page-note,
.simple-page-form-result {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 14px;
  border-left: 4px solid var(--gold);
  background: #fff8e6;
  color: #4d4d4d;
  line-height: 1.5;
}

.simple-page-form-result {
  border-left-color: #2b6f89;
  background: #f5fbfd;
  font-weight: 800;
}

.simple-page-form-result.is-error {
  border-left-color: #a9422a;
  background: #fff1ed;
  color: #5d2518;
}

.contact-shell {
  display: grid;
  grid-template-columns: 53% 47%;
  min-height: 100vh;
  overflow: hidden;
}

.contact-brand {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 24px;
  place-items: center;
  overflow: hidden;
  padding: 40px;
  color: #fff;
  background:
    linear-gradient(rgba(20, 23, 31, 0.62), rgba(20, 23, 31, 0.72)),
    url("../../assets/original/dfb782f5-25486181_1642632575vrlPico_Image_2.jpg") center/cover no-repeat;
  text-align: center;
}

.contact-brand img {
  position: relative;
  z-index: 1;
  width: min(190px, 46vw);
  height: min(190px, 46vw);
  margin-bottom: 0;
  object-fit: contain;
}

.contact-brand-copy {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.contact-brand-copy p {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-brand h1 {
  margin: 0;
  font-family: "Bree Serif", Georgia, serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 700;
  line-height: 1.08;
}

.contact-brand-copy span {
  display: block;
  max-width: 560px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  line-height: 1.55;
}

.contact-language-tools {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.contact-language-tools .language-selector {
  text-align: left;
}

.helpdesk-panel {
  min-height: 100vh;
  padding: 22px 20px 170px;
  overflow: auto;
  color: #394659;
  background: #f7f8fb;
  font-family: "Open Sans", Arial, sans-serif;
}

.helpdesk-tabs {
  display: flex;
  gap: 26px;
  align-items: flex-end;
  height: 26px;
  margin-bottom: 26px;
  font-size: 13px;
}

.helpdesk-tabs button {
  display: inline-grid;
  min-height: 26px;
  align-items: start;
  border: 0;
  color: #1c2938;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.helpdesk-tabs .active {
  color: #f39c12;
  border-bottom: 2px solid #f39c12;
}

.new-ticket {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 38px;
  border-bottom: 1px solid #e0e4ea;
  color: #3b4b5d;
  font-size: 16px;
  font-weight: 400;
}

.new-ticket span {
  color: #51616e;
  font-size: 20px;
}

.response-banner {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 20px 0;
  padding: 13px 20px;
  border-radius: 9px;
  color: #2b7ed6;
  background: #d8e9fb;
  font-size: 14px;
}

.response-banner span {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  background: #2b8edf;
  font-weight: 700;
}

.ticket-form {
  padding: 28px 30px 34px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 2px 18px rgba(31, 45, 61, 0.08);
}

.ticket-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
}

.ticket-grid label {
  display: grid;
  gap: 6px;
  color: #5a6675;
  font-size: 14px;
  font-weight: 700;
}

.ticket-grid label span {
  justify-self: end;
  margin-top: -22px;
  color: #8996a6;
  font-size: 11px;
  font-weight: 400;
}

.ticket-grid label .ticket-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-self: stretch;
  gap: 8px;
  width: 100%;
  margin-top: 0;
  color: #5a6675;
  font-size: 14px;
  font-weight: 700;
}

.ticket-grid label .ticket-label-row small {
  flex: 0 0 auto;
  color: #8996a6;
  font-size: 11px;
  font-weight: 400;
}

.ticket-grid .full {
  grid-column: 1 / -1;
}

.ticket-grid input,
.ticket-grid select,
.ticket-form textarea {
  width: 100%;
  min-height: 35px;
  border: 1px solid #dce0e6;
  border-radius: 5px;
  padding: 0 12px;
  color: #394659;
  background: #fff;
  font: inherit;
  font-size: 14px;
}

.ticket-grid select {
  appearance: auto;
}

.editor-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  min-height: 42px;
  margin-top: 12px;
  padding: 8px 12px;
  border: 1px solid #e4e7eb;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  color: #5c6877;
  background: #fbfcfd;
  font-size: 16px;
}

.ticket-form textarea {
  min-height: 130px;
  resize: vertical;
  border-radius: 0 0 5px 5px;
}

.ticket-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
}

.back-link {
  color: var(--orange);
  font-weight: 700;
}

.ticket-status {
  margin: 16px 0 0;
  color: #2b7ed6;
  font-size: 13px;
  font-weight: 700;
}

.ticket-status.is-error {
  color: #c0392b;
}

.tickets-panel {
  margin-top: 20px;
}

.ticket-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.ticket-item,
.empty-tickets {
  margin: 0;
  padding: 18px 20px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 2px 18px rgba(31, 45, 61, 0.08);
}

.ticket-item strong {
  display: block;
  color: #202838;
}

.ticket-item span,
.ticket-item small {
  display: block;
  margin-top: 6px;
  color: #6f7b8a;
}

@media (max-width: 1180px) {
  .nav-wrap {
    width: calc(100% - 64px);
    grid-template-columns: 175px 1fr auto;
  }

  .nav-actions .language,
  .nav-actions .language-selector {
    left: 190px;
  }

  .primary-menu {
    gap: 16px;
    font-size: 14px;
  }

  .btn-outline {
    display: none;
  }

  .hero-copy h1,
  .hero-copy p {
    font-size: 62px;
  }

  .dreams {
    font-size: 56px;
  }

  .price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .activity-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .activity-carousel {
    max-width: 840px;
  }

  .map-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .nav-wrap {
    grid-template-columns: 170px minmax(0, 1fr);
  }

  .nav-actions .btn-gold {
    display: none;
  }
}

@media (max-width: 800px) {
  .site-header {
    height: 215px;
  }

  .simple-page-header {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .static-availability-form {
    grid-template-columns: 1fr;
  }

  .nav-wrap {
    grid-template-columns: 170px 1fr;
    align-items: start;
    width: calc(100% - 64px);
  }

  .brand {
    height: 160px;
  }

  .brand img {
    width: auto;
    height: 150px;
  }

  .primary-menu {
    grid-column: 2;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 16px 26px;
    margin-top: 28px;
  }

  .nav-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
    margin-top: -125px;
  }

  .nav-actions .language,
  .nav-actions .language-selector {
    left: 163px;
    top: 153px;
  }

  .nav-actions .btn-gold {
    position: absolute;
    right: 24px;
    top: 89px;
  }

  .hero {
    min-height: 570px;
    padding-top: 86px;
  }

  .hero-copy h1,
  .hero-copy p {
    font-size: 53px;
  }

  .hero-copy h1 {
    white-space: nowrap;
  }

  .hero-copy .place {
    margin-top: 56px;
    font-size: 42px;
  }

  .opening h2 {
    font-size: 58px;
    line-height: 1.65;
  }

  .dreams {
    font-size: 56px;
  }

  .feature-grid,
  .villa-row,
  .geo-answer-grid,
  .testimonial-grid,
  .comparison-grid,
  .availability-picker,
  .rate-card-grid,
  .map-card-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .overview-highlights,
  .good-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .availability-picker form {
    grid-template-columns: 1fr;
  }

  .trip-planner.inline {
    padding: 22px;
  }

  .photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .price-grid,
  .activity-grid {
    grid-template-columns: 1fr;
  }

  .activity-card img {
    aspect-ratio: 16 / 9;
  }

  .activity-carousel {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 8px;
    margin-top: 26px;
  }

  .activity-slide img {
    aspect-ratio: 4 / 3;
  }

  .activity-slide figcaption {
    padding: 18px 20px;
    font-size: 24px;
  }

  .carousel-control {
    width: 42px;
    height: 42px;
    font-size: 34px;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
    padding: 24px 38px;
    text-align: left;
  }

  .cookie-actions {
    grid-column: 1;
    grid-row: auto;
  }

  .contact-shell {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .contact-brand {
    min-height: 46vh;
  }

  .helpdesk-panel {
    min-height: 54vh;
    padding-bottom: 220px;
  }

  .ticket-grid {
    grid-template-columns: 1fr;
  }

  .destination-video-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .destination-video-section {
    padding: 52px 0;
    text-align: center;
  }

  .destination-video-copy h2,
  .destination-video-copy p:not(.eyebrow) {
    margin-right: auto;
    margin-left: auto;
  }

  .destination-video-actions,
  .content-cta-row {
    justify-content: center;
  }

  .lazy-video-frame {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .lazy-video-frame::before {
    display: none;
  }

  .pico-guide-map-section {
    padding-top: 30px;
    padding-bottom: 52px;
  }

  .pico-guide-map-scroll {
    margin-inline: calc((100vw - 100%) / -2);
    padding: 0 24px 12px;
    scroll-padding-inline: 24px;
  }

  .pico-guide-map-image {
    width: clamp(760px, 155vw, 980px);
    max-width: none;
  }

  .content-quick-facts ul {
    grid-template-columns: 1fr;
  }

  .content-section,
  .content-faq,
  .related-pages,
  .content-cta {
    padding: 22px;
  }
}

@media (max-width: 480px) {
  .container {
    width: calc(100% - 32px);
    text-align: center;
  }

  .site-header {
    height: 215px;
  }

  .nav-wrap {
    width: 100%;
    display: block;
    padding-left: 28px;
  }

  .brand {
    width: 154px;
    height: 158px;
    margin: 0;
    padding-top: 22px;
  }

  .brand img {
    width: auto;
    height: 136px;
  }

  .primary-menu,
  .btn-outline,
  .nav-actions .btn-gold {
    display: none;
  }

  .nav-actions {
    display: block;
    margin-top: -6px;
    text-align: center;
  }

  .nav-actions .language,
  .nav-actions .language-selector {
    position: static;
    display: inline-flex;
    margin-top: 12px;
  }

  .hero {
    min-height: 580px;
    justify-content: flex-start;
    padding-top: 88px;
    background-position: center top;
  }

  .hero-copy {
    width: 100%;
    margin-left: 0;
    padding: 0 16px;
    text-align: center;
  }

  .hero-copy p {
    font-size: 43px;
  }

  .hero-copy .hero-kicker {
    font-size: 13px;
  }

  .hero-copy .hero-subtitle {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.45;
  }

  .hero-copy h1 {
    font-size: 39px;
    white-space: normal;
  }

  .hero-copy .place {
    font-size: 29px;
  }

  .opening {
    padding-top: 86px;
    overflow: hidden;
  }

  .opening h2 {
    width: 100%;
    margin-left: 0;
    text-align: center;
    font-size: 47px;
    line-height: 1.5;
  }

  .dreams {
    font-size: 45px;
  }

  .lead {
    font-size: 21px;
  }

  .planner-feature,
  .availability-section,
  .map-cards-section,
  .good-to-know,
  .final-cta {
    padding: 58px 0;
  }

  .overview-highlights,
  .good-grid {
    grid-template-columns: 1fr;
  }

  .trip-planner.inline,
  .availability-picker article,
  .rate-card,
  .map-card-grid article {
    padding: 18px 14px;
  }

  .availability-actions,
  .final-actions,
  .hero-actions,
  .destination-video-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .availability-actions .btn,
  .final-actions .btn,
  .hero-actions .btn,
  .destination-video-actions .btn {
    width: 100%;
  }

  .destination-video-copy {
    display: block;
  }

  .destination-video-actions .btn {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    white-space: normal;
  }

  .intro-actions {
    flex-direction: column;
  }

  .photo-grid {
    grid-template-columns: 1fr;
  }

  .photo-grid button {
    min-height: 230px;
  }

  .feature-grid article {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .feature-grid img {
    grid-row: auto;
    margin: 0 auto 16px;
  }

  .villa-card {
    padding: 28px 20px;
    text-align: center;
  }

  .villa-row,
  .comparison-grid article,
  .activity-card,
  .activity-copy,
  .testimonial-grid article,
  .site-footer,
  .simple-panel,
  .helpdesk-panel,
  .ticket-form,
  .new-ticket,
  .response-banner {
    text-align: center;
  }

  .feature-grid,
  .villa-card ul,
  .comparison-grid ul,
  .modal-list,
  .ticket-grid {
    padding-left: 0;
    list-style-position: inside;
    text-align: center;
  }

  .villa-card li {
    padding-left: 0;
  }

  .villa-card li::before {
    position: static;
    display: inline-block;
    margin-right: 6px;
  }

  .activity-grid p {
    min-height: 0;
  }

  .activity-grid button {
    align-self: center;
  }

  .activity-slide figcaption {
    text-align: center;
  }

  .site-footer a,
  .site-footer button {
    margin-right: auto;
    margin-left: auto;
  }

  .modal {
    padding: 12px;
  }

  .modal-panel {
    width: 100%;
    padding: 34px 16px 24px;
    text-align: center;
  }

  .modal-close {
    top: 8px;
    right: 16px;
    color: #fff;
  }

  .modal h2 {
    font-size: 26px;
  }

  .modal-help {
    font-size: 17px;
  }

  .modal-gallery {
    grid-template-columns: 1fr;
  }

  .modal-list,
  .booking-form,
  .trip-planner,
  .trip-planner-form,
  .trip-interest-list,
  .activity-story,
  .activity-modal-text,
  .trip-planner-suggestion,
  .trip-planner-season,
  .trip-planner-days,
  .trip-planner-day-details,
  .trip-planner-day-parts,
  .trip-planner-notes,
  .trip-planner-disclaimer,
  .trip-planner-next {
    text-align: center;
  }

  .trip-planner-day-details {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .trip-planner-day-details dd {
    margin-bottom: 8px;
  }

  .trip-planner-day-parts li {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .trip-planner-disclaimer ul {
    padding-left: 0;
    list-style-position: inside;
  }

  .booking-actions,
  .trip-planner-actions,
  .ticket-actions,
  .new-ticket,
  .response-banner {
    justify-content: center;
  }

  .booking-form input,
  .booking-form textarea,
  .trip-planner-form input,
  .trip-planner-form select,
  .trip-planner-form textarea,
  .ticket-grid input,
  .ticket-grid select,
  .ticket-form textarea {
    text-align: center;
  }

  .modal-back-button {
    width: min(260px, 100%);
  }

  .modal.modal-availability-request {
    align-items: end;
    padding: 0;
  }

  .availability-request-panel {
    width: 100%;
    max-height: 100dvh;
    min-height: 100dvh;
    border-radius: 0;
  }

  .availability-request-shell {
    padding: 56px 16px 28px;
  }

  .availability-request-heading h2 {
    margin-right: 36px;
    margin-left: 36px;
    font-size: 31px;
  }

  .availability-request-heading p {
    font-size: 15px;
  }

  .availability-request-form,
  .availability-request-form fieldset {
    grid-template-columns: 1fr;
  }

  .availability-field,
  .availability-radio-group,
  .availability-interests,
  .availability-check-row,
  .availability-policy-link {
    text-align: left;
  }

  .availability-interests > div {
    display: grid;
    grid-template-columns: 1fr;
  }

  .availability-interest {
    justify-content: flex-start;
    width: 100%;
  }

  .availability-submit {
    min-height: 56px;
    font-size: 21px;
  }

  .cookie-banner {
    text-align: center;
    padding: 18px 16px;
  }

  .cookie-actions {
    flex-direction: column;
  }

  .contact-brand {
    padding: 30px 20px;
  }

  .contact-brand img {
    width: min(170px, 70%);
    margin-bottom: 18px;
  }

  .contact-brand h1 {
    font-size: 36px;
  }

  .contact-brand-copy span {
    font-size: 17px;
  }

  .helpdesk-panel {
    padding: 18px 16px 240px;
  }

  .ticket-form {
    padding: 22px 16px 26px;
  }

  .editor-toolbar {
    gap: 12px;
  }

  .ticket-actions {
    align-items: center;
    flex-direction: column;
  }

  .booking-form {
    grid-template-columns: 1fr;
  }

  .trip-planner-photo {
    aspect-ratio: 4 / 3;
  }

  .trip-planner-form,
  .trip-interest-list {
    grid-template-columns: 1fr;
  }

  .trip-interest-options {
    grid-template-columns: 1fr;
  }

  .trip-interest-option {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .trip-interest-list input {
    margin-top: 0;
  }

  .trip-planner-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .trip-planner-actions .btn {
    width: 100%;
  }

  .trip-weather-output,
  .trip-provider-screen {
    padding: 18px 14px;
    text-align: center;
  }

  .trip-weather-card,
  .trip-provider-card {
    text-align: center;
  }

  .trip-weather-table-wrap th,
  .trip-weather-table-wrap td {
    text-align: center;
  }

  .trip-provider-button {
    width: 100%;
    white-space: normal;
  }

  .trip-provider-card dl {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .trip-provider-card dt {
    margin-top: 8px;
  }
}

@media (max-width: 600px) {
  .nav-toggle {
    position: absolute;
    right: 20px;
    top: 28px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid var(--gold);
    border-radius: 22px;
    color: var(--gold);
    background: rgba(32, 40, 56, 0.68);
    cursor: pointer;
    font-weight: 700;
  }

  .primary-menu {
    position: absolute;
    top: 75px;
    right: 16px;
    z-index: 3;
    display: none !important;
    width: min(250px, calc(100vw - 32px));
    margin: 0;
    padding: 14px;
    border-radius: 6px;
    background: rgba(32, 40, 56, 0.96);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  }

  .primary-menu.is-open {
    display: grid !important;
    gap: 10px;
  }

  .primary-menu a {
    display: block;
    padding: 9px 10px;
    color: #fff;
  }

  .btn-outline,
  .nav-actions .btn-gold,
  .nav-actions .language {
    display: none !important;
  }

  .destination-video-actions .btn-outline {
    display: inline-flex !important;
  }
}

@media print {
  @page {
    margin: 14mm;
  }

  *,
  *::before,
  *::after {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  html,
  body {
    background: #fff !important;
    color: #17213d !important;
  }

  body {
    font-size: 10.5pt;
    line-height: 1.45;
  }

  .skip-link,
  .site-header,
  .header-bg,
  .hero,
  .site-footer,
  .cookie-banner,
  .modal,
  .modal-backdrop,
  .modal-panel,
  .availability-request-modal,
  .availability-request-backdrop,
  .availability-request-panel,
  .final-cta,
  .video-card,
  .site-video,
  .trip-planner-photo,
  .trip-planner-form,
  .trip-planner-actions,
  .trip-weather-output,
  .trip-provider-screen,
  .trip-provider-button,
  .trip-print-preview-actions,
  .booking-actions,
  .gallery-strip,
  .nav-toggle,
  button,
  .btn {
    display: none !important;
  }

  main,
  .container,
  .container.narrow {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  section,
  .opening,
  .villa-details,
  .planner-feature,
  .rates,
  .good-to-know,
  .testimonials,
  .faq-section {
    padding: 0 0 11mm !important;
    background: #fff !important;
    color: #17213d !important;
    break-inside: auto;
  }

  h1,
  h2,
  h3,
  .eyebrow,
  .hero-kicker {
    color: #17213d !important;
    break-after: avoid;
    page-break-after: avoid;
  }

  h2 {
    margin-top: 0 !important;
    font-size: 22pt !important;
  }

  h3 {
    font-size: 15pt !important;
  }

  a {
    color: #17213d !important;
    text-decoration: none !important;
  }

  img {
    max-width: 100% !important;
    height: auto !important;
    break-inside: avoid;
  }

  .trip-planner,
  .trip-planner-output,
  .trip-planner-main,
  .villa-card,
  .rate-card,
  .testimonial-grid article,
  .good-grid li,
  .faq-list details {
    border: 1px solid #d8d2c4 !important;
    background: #fff !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .trip-planner,
  .trip-planner-output,
  .trip-planner-main {
    padding: 0 !important;
    border: 0 !important;
  }

  .trip-planner-output[hidden] {
    display: none !important;
  }

  .trip-planner-output:not([hidden]) {
    display: block !important;
  }

  body.print-preview-active main > section:not(.planner-feature),
  body.print-preview-active .planner-feature .container > :not(.trip-planner),
  body.print-preview-active .trip-planner > :not(.trip-print-preview) {
    display: none !important;
  }

  body.print-preview-active .planner-feature,
  body.print-preview-active .trip-planner,
  body.print-preview-active .trip-print-preview {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: #fff !important;
  }

  .trip-print-preview pre {
    max-height: none !important;
    overflow: visible !important;
    font-size: 10.5pt !important;
    line-height: 1.45 !important;
  }

  .trip-print-preview-heading {
    break-after: avoid;
    page-break-after: avoid;
  }

  .trip-planner-days {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
  }

  .itinerary-day {
    margin: 0 0 7mm !important;
    padding: 5mm !important;
    border: 1px solid #d8d2c4 !important;
    background: #fff !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .trip-planner-day-details {
    display: grid !important;
    grid-template-columns: 36mm 1fr !important;
    gap: 1.5mm 4mm !important;
    margin: 4mm 0 !important;
  }

  .trip-planner-day-details dt,
  .trip-planner-day-details dd {
    margin: 0 !important;
  }

  .trip-planner-day-parts {
    display: block !important;
    padding-left: 0 !important;
    margin: 4mm 0 0 !important;
    list-style: none !important;
  }

  .trip-planner-day-parts li {
    display: block !important;
    margin-bottom: 2mm !important;
  }

  .trip-planner-disclaimer,
  .trip-planner-next,
  .rate-note {
    border: 1px solid #d8d2c4 !important;
    background: #fff !important;
    color: #17213d !important;
  }

  .testimonial-grid,
  .villa-row,
  .rate-grid,
  .good-grid {
    display: block !important;
  }

  .testimonial-grid article,
  .villa-card,
  .rate-card,
  .good-grid li {
    margin-bottom: 6mm !important;
    padding: 5mm !important;
  }
}

@media (max-width: 768px) {
  .pico-experience-video {
    margin: 24px 12px 28px;
    padding: 6px;
  }

  .area-info .pico-experience-video .site-video {
    max-height: 360px;
  }
}
