/* Escapadas semanales: estilos propios, contenidos en .ac-weekly. */
.ac-weekly {
  color: var(--ink, #18302e);
  background: var(--paper, #faf5ef);
  font-family: var(--font-body, 'Hanken Grotesk', sans-serif);
  line-height: 1.55;
}

.ac-weekly *, .ac-weekly *::before, .ac-weekly *::after { box-sizing: border-box; }
.ac-weekly .wrap { width: 100%; max-width: 1240px; margin-inline: auto; padding-inline: 28px; }
.ac-weekly :is(h1, h2, h3) {
  font-family: var(--font-display, 'Bricolage Grotesque', sans-serif);
  color: var(--primary, #123736);
  letter-spacing: -.035em;
  text-wrap: balance;
}
.ac-weekly :is(p, h1, h2, h3, figure, fieldset) { margin: 0; }
.ac-weekly :is(a, button, input, select, summary):focus-visible {
  outline: 3px solid var(--accent, #a86a34);
  outline-offset: 3px;
}
.ac-weekly :is(#buscar, #autocaravanas) { scroll-margin-top: calc(var(--nav-h, 76px) + 24px); }

.ac-weekly .ac-weekly-draft {
  width: calc(100% - 56px);
  max-width: 1184px;
  margin-block: 20px 0;
  padding: 12px 16px;
  border-inline-start: 3px solid var(--accent, #a86a34);
  border-radius: 0 9px 9px 0;
  background: var(--paper-2, #f1e9dd);
  color: var(--ink-soft, #3f5654);
  font-size: 14px;
  line-height: 1.5;
}
.ac-weekly .ac-weekly-draft strong { color: var(--primary, #123736); }

.ac-weekly .ac-weekly-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  max-width: 100%;
  padding: 13px 22px;
  border: 1px solid var(--primary, #123736);
  border-radius: 9px;
  background: var(--primary, #123736);
  color: var(--primary-ink, #faf5ef);
  font: 600 16px/1.35 var(--font-body, 'Hanken Grotesk', sans-serif);
  text-align: center;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}
.ac-weekly .ac-weekly-button:hover {
  background: var(--primary-d, #0b2625);
  border-color: var(--primary-d, #0b2625);
}
.ac-weekly .ac-weekly-button:disabled { opacity: .55; cursor: not-allowed; }
.ac-weekly .ac-weekly-button-outline { background: transparent; color: var(--primary, #123736); }
.ac-weekly .ac-weekly-button-outline:hover { background: var(--primary, #123736); color: var(--primary-ink, #faf5ef); }
.ac-weekly .ac-weekly-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  max-width: 100%;
  color: var(--primary, #123736);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.ac-weekly .ac-weekly-text-link:hover { color: var(--accent-d, #804e26); }
.ac-weekly .ac-icon { flex: 0 0 auto; }

.ac-weekly .ac-weekly-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 40px;
  padding-block: 40px 36px;
}
.ac-weekly .ac-weekly-hero-copy { min-width: 0; padding-block: 12px 28px; }
.ac-weekly .ac-weekly-hero h1 {
  font-size: clamp(54px, 5.85vw, 72px);
  font-weight: 800;
  line-height: .99;
  letter-spacing: -.045em;
}
.ac-weekly .ac-weekly-hero h1 span { color: var(--accent, #a86a34); }
.ac-weekly .ac-weekly-hero-copy > p { max-width: 37ch; margin-top: 24px; font-size: 20px; line-height: 1.5; }
.ac-weekly .ac-weekly-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-top: 26px; }
.ac-weekly .ac-weekly-hero-photo { min-width: 0; }
.ac-weekly .ac-weekly-hero-photo .ac-weekly-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.38;
  border-radius: 12px;
  object-fit: cover;
  object-position: 52% 68%;
}
.ac-weekly .ac-weekly-hero-photo figcaption { margin-top: 8px; color: var(--ink-soft, #3f5654); font-size: 12px; line-height: 1.4; }

.ac-weekly .ac-weekly-search-section { padding-block: 0 8px; }
.ac-weekly .ac-weekly-search-panel {
  padding: 28px;
  border: 1px solid var(--line, rgba(24, 48, 46, .16));
  border-radius: 14px;
  background: var(--card, #fffdf9);
}
.ac-weekly .ac-weekly-search-panel > h2 { font-size: 36px; font-weight: 800; line-height: 1.08; }
.ac-weekly .ac-weekly-search-panel > p:first-of-type { margin-top: 8px; color: var(--ink-soft, #3f5654); font-size: 17px; }
.ac-weekly .ac-weekly-search {
  display: grid;
  grid-template-columns: minmax(180px, 1.25fr) repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 20px 16px;
  margin-top: 28px;
}
.ac-weekly .ac-weekly-duration { min-width: 0; padding: 0; border: 0; }
.ac-weekly .ac-weekly-duration legend,
.ac-weekly .ac-weekly-field > label { display: block; padding: 0; color: var(--ink, #18302e); font-size: 13px; font-weight: 600; line-height: 1.4; }
.ac-weekly .ac-weekly-duration legend { margin-bottom: 8px; }
.ac-weekly .ac-weekly-duration-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 52px;
  padding: 3px 9px;
  border: 1px solid var(--line, rgba(24, 48, 46, .16));
  border-radius: 9px;
  background: var(--card, #fffdf9);
}
.ac-weekly .ac-weekly-duration-options label { display: flex; align-items: center; gap: 6px; min-height: 44px; font-size: 14px; line-height: 1.3; cursor: pointer; }
.ac-weekly .ac-weekly-duration-options input { flex: 0 0 auto; width: 18px; height: 18px; margin: 0; accent-color: var(--primary, #123736); }
.ac-weekly .ac-weekly-duration-options span { white-space: nowrap; }
.ac-weekly .ac-weekly-field { display: grid; gap: 8px; min-width: 0; }
.ac-weekly .ac-weekly-field :is(select, input[type="date"], output) {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--line, rgba(24, 48, 46, .16));
  border-radius: 9px;
  background: var(--card, #fffdf9);
  color: var(--ink, #18302e);
  font: 400 16px/1.45 var(--font-body, 'Hanken Grotesk', sans-serif);
  color-scheme: light;
}
.ac-weekly .ac-weekly-field select { padding-inline-end: 26px; cursor: pointer; }
.ac-weekly .ac-weekly-field input[type="date"] { min-inline-size: 0; }
.ac-weekly .ac-weekly-field input[type="date"]::-webkit-date-and-time-value { text-align: start; }
.ac-weekly .ac-weekly-field input[type="date"]::-webkit-datetime-edit { padding: 0; }
.ac-weekly .ac-weekly-field output { display: flex; align-items: center; background: var(--paper, #faf5ef); color: var(--ink-soft, #3f5654); font-size: 14px; }
.ac-weekly .ac-weekly-submit { grid-column: 4 / -1; grid-row: 2; justify-self: end; align-self: center; }
.ac-weekly .ac-weekly-form-message { grid-column: 1 / 4; grid-row: 2; align-self: center; color: var(--ink-soft, #3f5654); font-size: 14px; line-height: 1.5; }
.ac-weekly .ac-weekly-price-note { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line, rgba(24, 48, 46, .16)); color: var(--ink-soft, #3f5654); font-size: 13px; line-height: 1.6; }
.ac-weekly .ac-weekly-noscript { margin-top: 16px; padding: 12px 16px; background: var(--paper-2, #f1e9dd); border-radius: 9px; font-size: 15px; }
.ac-weekly .ac-weekly-noscript a { text-decoration: underline; text-underline-offset: 3px; }

.ac-weekly .ac-weekly-fleet { padding-block: 64px; }
.ac-weekly .ac-weekly-fleet > h2 { margin-bottom: 28px; font-size: 44px; font-weight: 800; line-height: 1.07; }
.ac-weekly .ac-weekly-fleet-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.ac-weekly .ac-weekly-vehicle { min-width: 0; }
.ac-weekly .ac-weekly-vehicle-photo-pending {
  display: grid;
  place-items: center;
  aspect-ratio: 1.8;
  padding: 24px;
  border-radius: 12px;
  background: var(--paper-2, #f1e9dd);
  color: var(--ink-soft, #3f5654);
  font-size: 15px;
  text-align: center;
}
.ac-weekly .ac-weekly-vehicle-image { display: block; border-radius: 12px; }
.ac-weekly .ac-weekly-vehicle-image img { display: block; width: 100%; height: auto; aspect-ratio: 1.8; object-fit: cover; object-position: center 68%; border-radius: 12px; }
.ac-weekly .ac-weekly-vehicle h3 { margin-top: 18px; font-size: 27px; line-height: 1.15; font-weight: 800; }
.ac-weekly .ac-weekly-vehicle-facts { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 14px 0 0; padding: 0; list-style: none; }
.ac-weekly .ac-weekly-vehicle-facts li { display: inline-flex; align-items: center; gap: 7px; color: var(--ink, #18302e); font-size: 15px; line-height: 1.4; }
.ac-weekly .ac-weekly-vehicle > p { margin-top: 14px; font-size: 17px; color: var(--ink-soft, #3f5654); }
.ac-weekly .ac-weekly-vehicle > .ac-weekly-button { margin-top: 18px; }
.ac-weekly .ac-weekly-vehicle > .ac-weekly-capacity-note { padding: 12px 14px; border-inline-start: 3px solid var(--accent, #a86a34); border-radius: 0 9px 9px 0; background: var(--paper-2, #f1e9dd); font-size: 14px; }

.ac-weekly .ac-weekly-included { background: var(--primary, #123736); color: var(--primary-ink, #faf5ef); }
.ac-weekly .ac-weekly-included-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-block: 36px; }
.ac-weekly .ac-weekly-included-grid > div { min-width: 0; padding: 0 28px; text-align: center; }
.ac-weekly .ac-weekly-included-grid > div + div { border-inline-start: 1px solid rgba(250, 245, 239, .4); }
.ac-weekly .ac-weekly-included-grid > div > .ac-icon { display: block; margin: 0 auto 14px; }
.ac-weekly .ac-weekly-included h2 { color: inherit; font-family: var(--font-body, 'Hanken Grotesk', sans-serif); font-size: 22px; font-weight: 600; line-height: 1.25; letter-spacing: -.015em; }
.ac-weekly .ac-weekly-included p { max-width: 30ch; margin: 10px auto 0; font-size: 16px; line-height: 1.5; }

.ac-weekly .ac-weekly-faq { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: start; gap: 40px; padding-block: 64px; }
.ac-weekly .ac-weekly-faq > div { min-width: 0; }
.ac-weekly .ac-weekly-faq h2 { margin-top: 18px; font-size: 42px; font-weight: 800; line-height: 1.07; }
.ac-weekly .ac-weekly-faq > div > p { margin-top: 12px; font-size: 19px; color: var(--ink-soft, #3f5654); }
.ac-weekly .ac-weekly-faq > div > .ac-weekly-text-link { margin-top: 20px; }
.ac-weekly .ac-weekly-faq-list details { border: 1px solid var(--line, rgba(24, 48, 46, .16)); border-radius: 9px; background: var(--card, #fffdf9); }
.ac-weekly .ac-weekly-faq-list details + details { margin-top: 10px; }
.ac-weekly .ac-weekly-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 56px; padding: 14px 18px; border-radius: 9px; list-style: none; font-size: 16px; font-weight: 500; line-height: 1.4; cursor: pointer; }
.ac-weekly .ac-weekly-faq-list summary::-webkit-details-marker { display: none; }
.ac-weekly .ac-weekly-faq-list summary::marker { content: ''; }
.ac-weekly .ac-weekly-faq-list summary:hover { background: var(--paper, #faf5ef); }
.ac-weekly .ac-weekly-faq-list summary > .ac-icon { transition: transform .16s ease; }
.ac-weekly .ac-weekly-faq-list details[open] summary > .ac-icon { transform: rotate(180deg); }
.ac-weekly .ac-weekly-faq-list details > p { margin: 0; padding: 0 18px 18px; color: var(--ink-soft, #3f5654); font-size: 16px; line-height: 1.6; }
.ac-weekly .ac-weekly-terms { display: inline-flex; align-items: center; min-height: 44px; margin-top: 12px; color: var(--ink-soft, #3f5654); font-size: 14px; text-decoration: underline; text-underline-offset: 3px; }

.ac-weekly .ac-weekly-final { padding-block: 0 64px; }
.ac-weekly .ac-weekly-final-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 36px 48px; border-radius: 14px; background: var(--paper-2, #f1e9dd); }
.ac-weekly .ac-weekly-final h2 { min-width: 0; font-size: 44px; font-weight: 800; line-height: 1.07; }
.ac-weekly .ac-weekly-final .ac-weekly-button { flex: 0 0 auto; }

@media (max-width: 999px) {
  .ac-weekly .ac-weekly-hero { gap: 28px; }
  .ac-weekly .ac-weekly-hero-copy > p { font-size: 18px; }
  .ac-weekly .ac-weekly-actions { column-gap: 16px; }
  .ac-weekly .ac-weekly-search { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ac-weekly .ac-weekly-submit { grid-column: 3; grid-row: 3; }
  .ac-weekly .ac-weekly-form-message { grid-column: 1 / 3; grid-row: 3; }
  .ac-weekly .ac-weekly-fleet > h2, .ac-weekly .ac-weekly-faq h2 { font-size: 38px; }
  .ac-weekly .ac-weekly-vehicle h3 { font-size: 25px; }
  .ac-weekly .ac-weekly-included-grid > div { padding-inline: 18px; }
  .ac-weekly .ac-weekly-included h2 { font-size: 20px; }
  .ac-weekly .ac-weekly-faq { gap: 28px; }
  .ac-weekly .ac-weekly-final-inner { padding: 32px; }
  .ac-weekly .ac-weekly-final h2 { font-size: 38px; }
}

@media (max-width: 760px) {
  .ac-weekly .wrap { padding-inline: 20px; }
  .ac-weekly .ac-weekly-draft { width: calc(100% - 40px); margin-top: 16px; padding: 12px 14px; font-size: 13px; }
  .ac-weekly .ac-weekly-hero { grid-template-columns: minmax(0, 1fr); gap: 26px; padding-block: 32px; }
  .ac-weekly .ac-weekly-hero-copy { padding: 0; }
  .ac-weekly .ac-weekly-hero h1 { font-size: clamp(45px, 8.7vw, 52px); line-height: 1.01; letter-spacing: -.04em; }
  .ac-weekly .ac-weekly-hero-copy > p { max-width: 39ch; margin-top: 20px; font-size: 18px; }
  .ac-weekly .ac-weekly-actions { margin-top: 22px; gap: 10px 20px; }
  .ac-weekly .ac-weekly-hero-photo .ac-weekly-photo { aspect-ratio: 1.45; }
  .ac-weekly .ac-weekly-search-panel { padding: 24px 20px; }
  .ac-weekly .ac-weekly-search-panel > h2 { font-size: 31px; }
  .ac-weekly .ac-weekly-search-panel > p:first-of-type { font-size: 16px; }
  .ac-weekly .ac-weekly-search { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 16px; margin-top: 24px; }
  .ac-weekly .ac-weekly-duration { grid-column: 1 / -1; }
  .ac-weekly .ac-weekly-return { grid-column: auto; }
  .ac-weekly .ac-weekly-form-message { grid-column: 1 / -1; grid-row: 4; }
  .ac-weekly .ac-weekly-submit { grid-column: 1 / -1; grid-row: 5; width: 100%; justify-self: stretch; }
  .ac-weekly .ac-weekly-fleet { padding-block: 48px; }
  .ac-weekly .ac-weekly-fleet > h2 { margin-bottom: 24px; font-size: 35px; }
  .ac-weekly .ac-weekly-fleet-grid { grid-template-columns: minmax(0, 1fr); gap: 38px; }
  .ac-weekly .ac-weekly-vehicle h3 { font-size: 26px; }
  .ac-weekly .ac-weekly-vehicle-facts { gap: 10px 16px; }
  .ac-weekly .ac-weekly-vehicle > p { font-size: 16px; }
  .ac-weekly .ac-weekly-included-grid { grid-template-columns: minmax(0, 1fr); padding-block: 8px; }
  .ac-weekly .ac-weekly-included-grid > div { padding: 28px 12px; }
  .ac-weekly .ac-weekly-included-grid > div + div { border-inline-start: 0; border-top: 1px solid rgba(250, 245, 239, .4); }
  .ac-weekly .ac-weekly-included h2 { font-size: 22px; }
  .ac-weekly .ac-weekly-faq { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-block: 48px; }
  .ac-weekly .ac-weekly-faq h2 { margin-top: 0; font-size: 35px; }
  .ac-weekly .ac-weekly-faq > div > p { font-size: 18px; }
  .ac-weekly .ac-weekly-faq > div > .ac-weekly-text-link { margin-top: 12px; }
  .ac-weekly .ac-weekly-final { padding-bottom: 48px; }
  .ac-weekly .ac-weekly-final-inner { flex-direction: column; align-items: flex-start; gap: 24px; padding: 28px 24px; }
  .ac-weekly .ac-weekly-final h2 { font-size: 35px; }
}

@media (max-width: 419px) {
  .ac-weekly .ac-weekly-search-panel { padding: 22px 16px; }
  .ac-weekly .ac-weekly-search-panel > h2 { font-size: 30px; }
  .ac-weekly .ac-weekly-search { grid-template-columns: minmax(0, 1fr); }
  .ac-weekly .ac-weekly-duration-options { justify-content: flex-start; gap: 24px; padding-inline: 14px; }
  .ac-weekly .ac-weekly-return { grid-column: 1; }
  .ac-weekly .ac-weekly-form-message { grid-column: 1; grid-row: 6; }
  .ac-weekly .ac-weekly-submit { grid-column: 1; grid-row: 7; }
  .ac-weekly .ac-weekly-vehicle h3 { font-size: 24px; }
  .ac-weekly .ac-weekly-final-inner { padding-inline: 20px; }
  .ac-weekly .ac-weekly-final h2 { font-size: 32px; }
}

.ac-weekly .ac-weekly-packages { padding-block: 12px 44px; }
.ac-weekly .ac-weekly-packages h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.1; }
.ac-weekly .ac-weekly-packages > p { margin-top: 14px; color: var(--ink-soft); }
.ac-weekly .ac-weekly-package-status { padding: 16px 18px; background: var(--paper-2); border-radius: 9px; font-size: 15px; }
.ac-weekly .ac-weekly-price-scroll { margin-top: 24px; overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; background: var(--card); }
.ac-weekly .ac-weekly-price-scroll:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.ac-weekly .ac-weekly-price-table { border-collapse: collapse; width: 100%; min-width: 680px; text-align: left; }
.ac-weekly .ac-weekly-price-table caption { padding: 16px 18px; text-align: left; font-size: 14px; color: var(--ink-soft); }
.ac-weekly .ac-weekly-price-table :is(th, td) { padding: 17px 18px; border-top: 1px solid var(--line); }
.ac-weekly .ac-weekly-price-table thead th { font-size: 14px; color: var(--primary); background: var(--paper-2); }
.ac-weekly .ac-weekly-price-table th span { font-weight: 400; }
.ac-weekly .ac-weekly-price-table tbody th { font-size: 14px; font-weight: 500; }
.ac-weekly .ac-weekly-season-months { display: block; margin-top: 6px; font-size: 12px; line-height: 1.5; color: var(--ink-soft); }
.ac-weekly .ac-weekly-price-table td { font-size: 22px; font-family: var(--font-display); font-weight: 700; white-space: nowrap; color: var(--primary); }
.ac-weekly .ac-weekly-price-hint { display: none; }
@media (max-width: 760px) {
  .ac-weekly .ac-weekly-price-hint { display: block; font-size: 13px; line-height: 1.5; }
  .ac-weekly .ac-weekly-price-hint + .ac-weekly-price-scroll { margin-top: 10px; }
}
.ac-weekly .ac-weekly-package-terms { font-size: 14px; line-height: 1.6; }
.ac-weekly .ac-weekly-exclusions { margin-top: 16px; font-size: 15px; }
.ac-weekly .ac-weekly-exclusions summary { min-height: 44px; cursor: pointer; font-weight: 600; padding-block: 10px; }
.ac-weekly .ac-weekly-quote { display: grid; gap: 7px; margin-top: 18px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.5; color: var(--ink-soft); }
.ac-weekly .ac-weekly-quote-total { color: var(--primary); font: 700 25px/1.2 var(--font-display); }
.ac-weekly .ac-weekly-quote-saving { color: var(--accent-d); }
.ac-weekly .ac-weekly-quote-retry { background: transparent; border: 0; color: var(--primary); padding: 8px 0; min-height: 44px; text-align: left; font: 600 15px var(--font-body); text-decoration: underline; cursor: pointer; }

/* El estado nativo hidden prevalece sobre las reglas de layout. */
.ac-weekly [hidden] { display: none !important; }

@media (prefers-reduced-motion: reduce) {
  .ac-weekly, .ac-weekly *, .ac-weekly *::before, .ac-weekly *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  /* El tema activa scroll suave en html; se neutraliza solo en esta página. */
  html:has(.ac-weekly) { scroll-behavior: auto !important; }
}
