/* Punta del Este live completion layer */
.punta-eyebrow-light { color: #e96f49; }
.punta-guide-grid .card-soft { overflow: hidden; }
.punta-card-media { overflow: hidden; background: #f9f1e2; }
.punta-empty-state {
  max-width: 44rem;
  padding: 3rem;
  border: 1px solid #dfd6cb;
  border-radius: 16px;
  background: #fff;
}
.punta-archive-hero,
.punta-404-hero { min-height: 34rem; }
.punta-404-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}
.punta-404-links a {
  padding: 1rem 1.125rem;
  border: 1px solid #dfd6cb;
  border-radius: 16px;
  background: #fff;
  color: #092b44;
  font-weight: 600;
}
.punta-404-links a:hover,
.punta-404-links a:focus-visible { border-color: #e96f49; color: #e96f49; }
.punta-contact-form,
.punta-tours-status,
.punta-newsletter {
  margin-top: 2rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid #dfd6cb;
  border-radius: 16px;
  background: #fff;
}
.punta-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.punta-contact-field { display: grid; gap: .5rem; margin-top: 1rem; }
.punta-contact-field label { color: #092b44; font-weight: 600; }
.punta-contact-field input,
.punta-contact-field textarea,
.punta-newsletter input[type="email"],
.punta-newsletter .sib-email-area input {
  width: 100%;
  border: 1px solid #dfd6cb;
  border-radius: 8px;
  background: #fbf7ef;
  color: #221813;
  padding: .875rem 1rem;
}
.punta-contact-field textarea { min-height: 10rem; resize: vertical; }
.punta-contact-field input:focus,
.punta-contact-field textarea:focus,
.punta-newsletter input:focus {
  outline: 3px solid color-mix(in srgb, #e96f49 35%, transparent);
  outline-offset: 2px;
  border-color: #e96f49;
}
.punta-contact-honeypot { position: absolute !important; left: -10000px !important; }
.punta-form-status {
  margin-bottom: 1rem;
  padding: .875rem 1rem;
  border-radius: 8px;
  background: #f9f1e2;
  color: #092b44;
}
.punta-form-status[role="alert"] { border-left: 4px solid #e96f49; }
.punta-newsletter .sib_signup_form,
.punta-newsletter .sib_signup_box_inside_1 { margin: 0; }
.punta-newsletter .sib-email-area { margin: 0 0 1rem; }
.punta-newsletter .sib-email-area input { margin-top: .5rem; }
.punta-newsletter .sib-default-btn {
  border: 0;
  border-radius: 9999px;
  background: #e96f49;
  color: #fcfcfc;
  cursor: pointer;
  font-weight: 600;
  padding: .875rem 1.5rem;
}
.punta-newsletter .sib-alert-message { margin-top: 1rem; }
.menu-item-cta > a {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background: #e96f49;
  color: #fcfcfc !important;
  padding: .65rem 1rem !important;
}
header .wpconvert-flat-nav-items > a[href$="/tours/"] {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background: #e96f49;
  color: #fff !important;
  padding: .65rem 1rem;
}
@media (max-width: 900px) {
  .punta-404-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .punta-archive-hero,
  .punta-404-hero { min-height: 30rem; }
  .punta-contact-grid,
  .punta-404-links { grid-template-columns: 1fr; }
  .punta-contact-form,
  .punta-tours-status,
  .punta-newsletter { padding: 1.25rem; }
}

/* Punta special-page and article completion */
.punta-special-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: clamp(32rem, 68vh, 46rem);
  align-items: end;
  overflow: hidden;
  background: #092b44;
}
.punta-special-hero > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.punta-special-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(9,43,68,.24), rgba(9,43,68,.82));
}
.punta-special-hero-copy { padding-block: clamp(8rem, 16vw, 12rem) clamp(4rem, 8vw, 7rem); }
.punta-special-hero-copy .eyebrow { color: #e96f49; }
.punta-special-hero-copy h1 {
  max-width: 13ch;
  margin-top: .75rem;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(3.25rem, 7vw, 6.5rem);
  line-height: .98;
}
.punta-special-hero-copy p {
  max-width: 42rem;
  margin-top: 1.25rem;
  color: rgba(255,255,255,.9);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.65;
}
.punta-special-body { padding-block: clamp(4rem, 8vw, 7rem); }
.punta-special-content { max-width: 52rem; }
.punta-special-content > :first-child { margin-top: 0; }
.punta-about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, .95fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}
.punta-about-images { display: grid; gap: 1rem; }
.punta-about-images img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 5 / 4;
}
.punta-about-images img:last-child { width: 78%; margin-left: auto; margin-top: -3rem; border: 8px solid #fbf7ef; }
.punta-special-contact .punta-special-content { max-width: 58rem; }
.punta-special-tours .punta-special-content { max-width: 62rem; }
.punta-tours-note {
  margin-top: 3rem;
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border-radius: 16px;
  background: #092b44;
  color: #fff;
}
.punta-tours-note .eyebrow { color: #e96f49; }
.punta-tours-note h2 { margin-top: .75rem; color: #fff; font-size: clamp(2rem, 4vw, 3rem); }
.punta-tours-note p { max-width: 52rem; margin-top: 1rem; color: rgba(255,255,255,.8); }
.punta-tours-note nav { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.punta-tours-note nav a {
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 9999px;
  padding: .7rem 1rem;
  color: #fff;
}
.punta-tours-note nav a:hover,
.punta-tours-note nav a:focus-visible { border-color: #e96f49; color: #e96f49; }
.punta-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 17rem);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.punta-article-sidebar {
  position: sticky;
  top: 7rem;
  padding: 1.5rem;
  border: 1px solid #dfd6cb;
  border-radius: 16px;
  background: #f9f1e2;
}
.punta-article-sidebar h2 { font-size: 1.4rem; }
.punta-article-sidebar ul { margin: 1rem 0 0; padding: 0; list-style: none; }
.punta-article-sidebar li + li { margin-top: .65rem; }
.punta-article-sidebar a { color: #092b44; text-decoration: none; }
.punta-article-sidebar a:hover,
.punta-article-sidebar a:focus-visible { color: #e96f49; text-decoration: underline; }
.prose ul { list-style: disc outside; padding-left: 1.5rem; }
.prose ol { list-style: decimal outside; padding-left: 1.5rem; }
.prose li::marker { color: #e96f49; }
.prose table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.prose th,
.prose td { min-width: 9rem; border: 1px solid #dfd6cb; padding: .75rem; text-align: left; }
.prose figcaption { margin-top: .6rem; color: #221813; font-size: .875rem; }
.punta-newsletter-embedded .sib_signup_form,
.punta-newsletter-embedded .sib_signup_box_inside_1 { margin: 0; }
.punta-newsletter-embedded .sib-email-area { margin: 0 0 1rem; }
.punta-newsletter-embedded input[type="email"] {
  width: 100%;
  border: 1px solid #dfd6cb;
  border-radius: 9999px;
  padding: .875rem 1rem;
  background: #fff;
  color: #221813;
}
.punta-newsletter-embedded .sib-default-btn {
  border: 0;
  border-radius: 9999px;
  padding: .875rem 1.5rem;
  background: #e96f49;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 900px) {
  .punta-about-layout,
  .punta-article-layout { grid-template-columns: 1fr; }
  .punta-article-sidebar { position: static; }
}
@media (max-width: 640px) {
  .single-post .punta-article-layout,
  .single-post .punta-article-layout > *,
  .single-post .prose table {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .single-post article ~ section .flex.flex-wrap.justify-center.gap-8 {
    display: grid;
    grid-template-columns: 1fr;
  }
  .single-post article ~ section .flex.flex-wrap.justify-center.gap-8 > a {
    width: 100%;
    max-width: none;
  }
  .punta-special-hero { min-height: 34rem; }
  .punta-special-hero-copy { padding-block: 9rem 4rem; }
  .punta-special-hero-copy h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .punta-about-images img:last-child { width: 88%; margin-top: -2rem; }
}

.single-post article > .max-w-7xl {
  box-sizing: border-box;
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
}
.single-post article > .max-w-7xl > .relative.isolate.overflow-hidden {
  width: 100%;
  max-height: 34rem;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  background: #f9f1e2;
}
.single-post article > .max-w-7xl > .relative.isolate.overflow-hidden img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
