/* Shared improvements: preserve the Provençal identity and readable controls. */
[hidden] { display: none !important; }
.booking-help, .booking-status { font-size: .95rem; line-height: 1.6; }
.booking-help a, .booking-status a { text-decoration: underline; text-underline-offset: .2em; }
#lodgify-book-now-box { min-height: 190px; }
#lodgify-book-now-box a[data-testid="book-now-box.cta-button"] { min-height: 44px; padding: .8rem 1rem; }
#lodgify-book-now-box p, #lodgify-book-now-box button[data-cdm-dates] span { color: #59554d !important; }
#lodgify-book-now-box button[data-cdm-dates] span { font-size: 14px; }
.form-copy { background: transparent; border: 1px solid currentColor; border-radius: 2px; padding: .85rem 1rem; color: #6e4e1b; font: inherit; cursor: pointer; }
.form-actions { flex-wrap: wrap; gap: 1rem; }
.form-copy-text { width: 100%; min-height: 180px; font: inherit; padding: 1rem; }
footer .footer-brand p { color: #e8dfcf; }
footer .footer-col h3 { color: #e8c88a; }
.hero p.lede { color: #fbf7f0; text-shadow: 0 1px 8px rgba(0,0,0,.65); }
.hero-place, .hero-fact, .hero-meta { font-size: .8125rem; }
.nav-links a, .nav-cta { font-size: .875rem; letter-spacing: .12em; }
.gallery-filter { font-size: .875rem; min-height: 44px; }
.lb-thumbs { justify-content: flex-start; padding-inline: 1rem; scroll-padding-inline: 1rem; }
.lb-thumb { flex-shrink: 0; }
.language-switch { font: 500 .875rem/1.4 var(--sans, sans-serif); padding: .65rem .8rem; text-decoration: underline; text-underline-offset: .2em; }
.topnav { flex-wrap: wrap; gap: .75rem; }
.journal-nav { max-width: 1120px; margin: 0 auto 2rem; padding: 0 1.5rem; display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; }
.journal-nav a { color: #4a4e32; background: #fffaf2; border: 1px solid #c9bda5; padding: .8rem 1rem; border-radius: 3px; font: 500 .875rem/1.4 var(--sans, sans-serif); }
.journal-nav a:focus-visible, .language-switch:focus-visible { outline: 3px solid #6e4e1b; outline-offset: 3px; }
.journal-section { scroll-margin-top: 7rem; }
.journal-top { display: inline-block; margin: 1rem 0 2rem; font: .875rem var(--sans, sans-serif); text-decoration: underline; }
.villa-intro-actions { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1rem; margin: 1.5rem auto; }
.villa-intro-actions a { font-size: .875rem; }
.villa-intro-actions .btn { display: inline-block; background: #6e4e1b; color: #fbf7f0; padding: 1rem 1.3rem; border-radius: 3px; font-family: var(--sans, sans-serif); font-weight: 500; }
.villa-hero { width: min(100% - 3rem, 1120px); height: auto; aspect-ratio: 3/2; object-fit: cover; margin: 1.5rem auto 0; display: block; border-radius: 3px; }
.villa-facts { font: 500 1rem/1.6 var(--sans, sans-serif); color: #4a4e32; margin-top: 1.25rem; }
.responsive-section-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wine-address { padding-block: 1.5rem; border-bottom: 1px solid #c9bda5; }
.wine-address h3 { margin-top: 0; }
@media (min-width: 821px) {
  .hero h1 { min-height: 4.2em; }
}
@media (max-width: 820px) {
  .nav-cta { min-height: 44px; }
  .hero-fact { font-size: .8125rem; line-height: 1.6; letter-spacing: .08em; }
}
@media (max-width: 768px) {
  .canvas.spread { padding: 2rem 1.4rem; }
  .canvas.chapter { padding: 3rem 1.4rem 2rem; }
  .booking-card { transform: none; max-width: 100%; }
  .spread .folio-right { order: -1; }
  .spread .booking-card { padding: 1.5rem 1.2rem; }
  .folio-left, .folio-right { min-width: 0; }
  .card-eyebrow, .edition, .chapter-num, .back-link { font-size: .8125rem; }
  .form-field label, .form-submit, .form-foot { font-size: .875rem; }
  .topnav .logo { font-size: .875rem; }
  .topnav .back { font-size: .8125rem; }
  .page-intro:has(.villa-intro-actions) { padding: 2.5rem 1.25rem 1.5rem; }
  .page-intro:has(.villa-intro-actions) h1 { font-size: clamp(1.8rem, 7vw, 2.5rem); }
  .villa-hero { width: calc(100% - 2.5rem); margin-top: 0; }
}

  .direct-why {
    max-width: 540px;
    margin: 2.4rem 0 0 auto;
  }
  @media (max-width: 980px) {
    .direct-why { margin: 2.4rem auto 0; }
  }
  .direct-why-title {
    font-family: var(--ui);
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: var(--ink-soft);
    font-weight: 500;
    margin: 0 0 0.6rem;
    line-height: 1.4;
  }
  .direct-why-title::before {
    content: '· ';
    color: var(--ochre);
  }
  .direct-why ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .direct-why li {
    padding: 0.75rem 0;
    border-top: 1px solid var(--rule);
    display: grid;
    grid-template-columns: 1.6rem 1fr;
    gap: 0.6rem;
    align-items: baseline;
  }
  .direct-why li:last-child { border-bottom: 1px solid var(--rule); }
  .direct-why li::before {
    content: '·';
    font-family: var(--display);
    font-size: 1.4rem;
    color: var(--ochre);
    line-height: 1;
    text-align: center;
  }
  .direct-why li strong {
    font-family: var(--headline);
    font-weight: 400;
    color: var(--ink);
    font-size: 0.97rem;
  }
  .direct-why li em {
    font-family: var(--italic);
    font-style: italic;
    color: var(--ink-soft);
    font-weight: 300;
    display: block;
    font-size: 0.92rem;
    margin-top: 0.1rem;
    line-height: 1.4;
  }


/* Keep type legible across the moving photograph. */
.hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(20,19,15,.62), rgba(20,19,15,.35) 58%, rgba(20,19,15,.15)); }
.nav-links { gap: 1.4rem; }
.nav-links a { white-space: nowrap; }

.hero-actions { margin-top: 2.2rem; }
.hero-fact { margin-top: 1rem; font-weight: 400; letter-spacing: .14em; text-transform: uppercase; color: #f6f1e8; }

/* Stable text column: metadata width must not reflow the main heading. */
@media (min-width: 821px) {
  .hero-inner { grid-template-columns: minmax(0, 720px) minmax(0, 1fr); }
  .hero-meta { min-width: 0; align-self: start; justify-self: end; max-width: 20rem; }
}
.float-stack .float-reserve { background: #6e4e1b; color: #fbf7f0; }
.footer-bottom a { text-decoration: underline; text-underline-offset: .2em; display: inline-block; min-height: 32px; padding-block: .4rem; }
footer > [data-cookie-settings] { display: block; margin: 1rem auto 0; min-height: 44px; font-size: 14px; }

@media (min-width: 821px) {
  .hero .scroll-cue { bottom: .25rem; }
}
@media (min-width: 821px) and (max-width: 1100px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-meta { justify-self: start; text-align: left; }
}
