  /* Scope */
  .bookdirect{ display:block; line-height:1.6; color:var(--ink-bookdirect); background:transparent;
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; }
  .bookdirect *{ box-sizing:border-box; }
  .bookdirect img{ max-width:100%; height:auto; display:block; }
  .bookdirect-wrap{ width:min(100%, var(--maxw-bookdirect)); margin-inline:auto; padding-inline:clamp(16px,4vw,32px); }

  /* ============================ HERO (img src) */
  .bookdirect-hero{ 
	  position:relative; 
	  min-height:48svh; display:grid; 
	  place-items:end start; 
	  color:#fff; 
	  background:#000; 
	  overflow:clip;
      border-bottom:3px solid color-mix(in oklab, var(--accent-bookdirect), #000 20%); 
}
  .bookdirect-hero img{ 
	  position:absolute; 
	  inset:0; 
	  width:100%; 
	  height:100%; 
	  object-fit:cover; 
	  object-position:center; 
}
  .bookdirect-hero::after{ content:""; position:absolute; inset:0;
    background:linear-gradient(180deg, rgba(10,18,26,.35), rgba(10,18,26,.6)); }
  .bookdirect-title{ position:relative; z-index:1; padding:clamp(18px,3vw,28px); width:min(100%, var(--maxw-bookdirect)); margin-inline:auto; text-align:center;}

  .bookdirect-eyebrow{
    display:inline-block;
    font-size:.75rem;
    letter-spacing:.12em;
    text-transform:uppercase;
    color:var(--muted);
    background: #eef2f7;
    border:1px solid var(--border);
    padding:.25rem .5rem;
    border-radius:999px;
    margin-bottom:10px;
  }
  .bookdirect h1{
    margin:.25rem 0 .25rem;
    font-size: clamp(1.9rem, 1.2rem + 2.5vw, 2.6rem);
    line-height:1.2;
  }

  /* ============================ Intro lede */
  .bookdirect-article{ margin-block:clamp(28px,5vw,56px); }

.bookdirect-lede {
  /* 70% of viewport width, but never wider than 960px */
  width: min(70vw, 960px);
  margin: 0 auto;
  font-size:1.3rem;
  padding: clamp(2.5rem, 4vw, 4rem) 3vw;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}


/* subtle divider lines above and below the copy */
.bookdirect-lede::before,
.bookdirect-lede::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min(160px, 60%);
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
  transform: translateX(-50%);
}

.bookdirect-lede::before {
  top: 1.2rem;
}

.bookdirect-lede::after {
  bottom: 1.2rem;
}

  /* ============================ CTA panel (updates with season) */
  .bookdirect-cta-panel{ 
	  display:flex; 
	  flex-wrap:wrap; 
	  align-items:center; 
	  justify-content:space-between; 
	  gap:clamp(12px,2vw,18px);
      background:#fff; 
	  border:1px solid #e6ebef; 
	  border-radius:var(--radius-bookdirect); 
	  padding:clamp(16px,2.5vw,22px);
      box-shadow:0 10px 28px var(--ring-bookdirect); 
	  margin-bottom:clamp(16px,2.5vw,24px); }
  .bookdirect-price{ 
	  font-size:clamp(1.0rem,1.0vw + 1.0rem,1.6rem); 
	  font-weight:800; 
	  letter-spacing:.01em; 
	  font-variant-numeric:tabular-nums; }
  .bookdirect-price small{ 
	  font-size:.7rem; 
	  font-weight:600; 
	  color:var(--muted-bookdirect); 
	  margin-left:.35rem; 
	  display:block; }
  .bookdirect-cta{ 
	  appearance:none; 
	  display:inline-flex; 
	  align-items:center; justify-content:center; gap:.5rem;
    padding:.85rem 1.25rem; font-weight:800; text-transform:uppercase; letter-spacing:.06em;
    border-radius:999px; text-decoration:none; color:#fff;
    background:linear-gradient(180deg, color-mix(in oklab, var(--accent-bookdirect), #fff 6%), color-mix(in oklab, var(--accent-bookdirect), #000 6%));
    border:2px solid color-mix(in oklab, var(--accent-bookdirect), #000 15%); box-shadow:0 8px 20px var(--ring-bookdirect);
    transition:transform .15s ease, filter .15s ease; }
  .bookdirect-cta:hover{ transform:translateY(-1px); filter:brightness(1.03);}
  .bookdirect-cta:active{ transform:translateY(0); filter:brightness(.58); }
  .bookdirect-cta:focus-visible{ outline:3px solid color-mix(in oklab, var(--accent-2-bookdirect), #fff 25%); outline-offset:2px;}

  /* ============================ Rates (tabs + table) */
  .sr-only{ position:absolute!important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
  .bookdirect-rates{ margin-top:clamp(10px,2.5vw,20px); }
  .bookdirect-tabs{ display:flex; gap:10px; justify-content:center; align-items:center; background:rgba(255,255,255,.7);
    border:1px solid #dbe3ea; padding:8px; border-radius:999px; width:max-content; margin:0 auto clamp(16px,2.5vw,22px);
    box-shadow:0 8px 18px var(--ring-bookdirect); }
  .bookdirect-tab{ appearance:none; border:1px solid transparent; background:transparent; color:var(--muted-bookdirect);
    font-weight:700; letter-spacing:.02em; padding:.55rem 1.1rem; border-radius:999px; cursor:pointer; }
  .bookdirect-tab.is-active,
  .bookdirect-tab[aria-selected="true"]{ background:color-mix(in oklab, var(--accent-bookdirect), #fff 12%);
    border-color:color-mix(in oklab, var(--accent-bookdirect), #000 15%); color:#fff; box-shadow:inset 0 -2px 0 rgba(0,0,0,.08); }

  .bookdirect-table{ width:100%; border-collapse:collapse; background:#fff; border:1px solid #e6ebef; border-radius:14px; overflow:hidden;
    box-shadow:0 10px 28px var(--ring-bookdirect); }
  .bookdirect-table thead th{ background: rgba(69,117,184,.90); color:#fff; text-align:center;
    padding:.9rem 1rem; font-weight:800; border-right:1px solid rgba(255,255,255,.15); }
  .bookdirect-table thead th:last-child{ border-right:0; }
  .bookdirect-table tbody th, .bookdirect-table tbody td{ padding:.85rem 1rem; border-top:1px solid #edf2f6; }
  .bookdirect-table tbody tr:nth-child(even){ background:#f7fafc; }
  .bookdirect-table tbody .bookdirect-daterow{ background:#eef3f6; font-weight:600; }
  .bookdirect-table tbody .bookdirect-daterow th{ color:#3b4a57; }
  .bookdirect-table tbody tr.is-disabled{ color:#8aa0ad; opacity:.65; }
  .bookdirect-table tbody tr.is-disabled td{ font-style:italic; }
  .bookdirect-minnote{ text-align:center; color:var(--ink-bookdirect);
    background:linear-gradient(0deg, rgba(255,255,255,.92), rgba(255,255,255,.82));
    border:1px solid #dbe3ea; border-left:5px solid var(--accent-bookdirect);
    display:inline-block; padding:.75rem 1rem; border-radius:12px; box-shadow:0 8px 24px var(--ring-bookdirect);
    margin:25px auto 25px;display: none !important; }

.bookdirect-exclusions-card {
  background: #ffffff;
  border-color: #e7ecf0;
  border-left-color: var(--accent-2-bookdirect); /* slight highlight */
}

.bookdirect-exclusions-card p {
  margin: 0;
  font-size: 0.95rem;
  color: #4a5a66;
}

  /* ============================ Info cards */
  .bookdirect-prose{ background:#fbfcfd; padding:clamp(18px,3.5vw,44px); border-radius:var(--radius-bookdirect);
    box-shadow:0 10px 30px var(--ring-bookdirect); border:1px solid #e7ecf0; }
  .bookdirect-grid{ display:grid; gap:clamp(16px,2.5vw,24px); grid-template-columns:1fr; margin-top:clamp(16px,2.5vw,24px); }
  @media (min-width: 900px){ .bookdirect-grid{ grid-template-columns: 2fr 1fr; } }
  .bookdirect-card{ padding:clamp(14px,2.2vw,22px); border:1px solid #e7ecf0; border-left:6px solid var(--accent-bookdirect);
    border-radius:calc(var(--radius-bookdirect) - 6px); background:#f8fafb; }
  .bookdirect-card h3{ margin:0 0 .35rem; font-size:1.1rem; }
  .bookdirect-list{ margin:.5rem 0 0 1rem; }
  .bookdirect-list li{ margin:.35rem 0; }
  .bookdirect-alert{ border-left-color:var(--accent-2-bookdirect); background:#fffaf2; border-color:#efe3c6; }
  .bookdirect-alert h3{ color:color-mix(in oklab, var(--accent-2-bookdirect), #000 30%); }

  /* ============================ Closing note */
  .bookdirect-note{ text-align:center; color:var(--ink-bookdirect);
    background:linear-gradient(0deg, rgba(255,255,255,.92), rgba(255,255,255,.82));
    border:1px solid #dbe3ea; border-left:5px solid var(--accent-bookdirect);
    display:inline-block; padding:.75rem 1rem; border-radius:12px; box-shadow:0 8px 24px var(--ring-bookdirect);
    margin:28px auto 6px; }

  @media (max-width: 640px){ .bookdirect-hero{ min-height:42svh; } }

/* Wedding Day / Day Two card */
.bookdirect-weddingday{
  background:#fff;
  border-left-color: var(--accent-2-bookdirect);
}

.bookdirect-weddingday-head{
  margin-bottom: .75rem;
  text-align:center;
}
.bookdirect-weddingday-head h3{ margin:0 0 .25rem; }
.bookdirect-weddingday-sub{
  margin:0;
  color: var(--muted-bookdirect);
  font-weight:600;
}

/* Scroll on small screens */
.bookdirect-weddingday-tablewrap{
  overflow-x:auto;
  -webkit-overflow-scrolling: touch;
  border-radius:12px;
  border:1px solid #e6ebef;
  box-shadow:0 10px 28px var(--ring-bookdirect);
  background:#fff;
  margin-bottom:20px;
}

.bookdirect-mini-table{
  width:100%;
  border-collapse:collapse;
  min-width: 520px;
}

.bookdirect-mini-table thead th{
  background: rgba(69,117,184,.90);
  color:#fff;
  text-align:center;
  padding:.75rem .9rem;
  font-weight:800;
  border-right:1px solid rgba(255,255,255,.15);
}
.bookdirect-mini-table thead th:last-child{ border-right:0; }

.bookdirect-mini-table tbody th,
.bookdirect-mini-table tbody td{
  padding:.75rem .9rem;
  border-top:1px solid #edf2f6;
  text-align:center;
  font-variant-numeric: tabular-nums;
}
.bookdirect-mini-table tbody th{
  text-align:left;
  font-weight:700;
}
.bookdirect-mini-table tbody tr:nth-child(even){ background:#f7fafc; }

.bookdirect-weddingday-note{
  margin: .9rem 0 .6rem;
  color:#4a5a66;
  text-align:center;
  font-weight:600;
}

.bookdirect-weddingday-bullets{
  margin: .75rem 0 0 1.1rem;
}
.bookdirect-weddingday-bullets li{ margin:.35rem 0; }
.bookdirect-weddingday-bullets p3{
	margin-left:50px;
}
/* Line above the Pricing Disclaimer block */
.bookdirect-disclaimer{
  list-style: none;
  margin-left: 0;      /* removes UL indent so the line spans cleanly */
  padding-left: 0;
  margin-top: 18px;
  padding-top: 18px;
  position: relative;
}

.bookdirect-disclaimer::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: color-mix(in oklab, var(--accent-bookdirect), #ffffff 70%);

}

/* Line above the "Pricing may differ..." paragraph */
.bookdirect-disclaimer .lineabove{
  position: relative;
  margin-top: 16px;
  padding-top: 16px;
}

.bookdirect-disclaimer .lineabove::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: color-mix(in oklab, var(--accent-bookdirect), #ffffff 70%);

}

@media (max-width: 640px){
  .bookdirect-weddingday-head{ text-align:left; }
  .bookdirect-weddingday-sub{ font-size:.95rem; }
}
/* ===== Mobile Fit Patch (prevents horizontal overflow) ===== */

/* Safety: stop any accidental side-scroll */
html, body { max-width: 100%; overflow-x: hidden; }

/* Grid items can overflow if their min-width is "auto" */
.bookdirect-grid > * { min-width: 0; }

/* Allow long content (numbers/links) to wrap instead of widening the page */
.bookdirect,
.bookdirect-card,
.bookdirect-note,
.bookdirect-alert,
.bookdirect-cta-panel,
.bookdirect-weddingday {
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* TABS: your width:max-content can push beyond the viewport */
.bookdirect-tabs{
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 16px;
}

.bookdirect-tab{
  flex: 1 1 140px;     /* wraps nicely on small screens */
  text-align: center;
  padding: .6rem .9rem;
}

/* RATES TABLE: enable horizontal scroll on small screens instead of overflow */
#rates-panel{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.bookdirect-table{
  min-width: 560px; /* forces scroll instead of crushing columns */
}

/* CTA panel: stack nicely on mobile */
@media (max-width: 640px){
  .bookdirect-wrap{ padding-inline: 14px; }

  .bookdirect-lede{
    width: 100%;
    padding: 1.75rem 1rem;
    font-size: 1.05rem;
  }

  .bookdirect-cta-panel{
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .bookdirect-cta-panel > div{ width: 100%; }

  .bookdirect-cta{
    width: 100%;
  }
}
/* Text at the bottom of the image */
.trails-hero-content2 {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 2.5rem 5vw 3rem;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 15vh;
  z-index: 15;
}
.trails-hero-content2 h1,
.trails-hero-content2 h2 {
    font-family: "Cinzel Decorative", Georgia, serif; 
  font-size: clamp(2.0rem, 2.5vw, 2.8rem); /* bigger headings */
  margin-bottom: .5rem;
  letter-spacing: 0.04em;
}


.trails-hero-content2 p {
  max-width: 40rem;
  font-size: clamp(1.0rem, 1.9vw, 1.4rem); /* bigger paragraph on image */
  line-height: 1.6;
 
}
.trails-hero-content2 p1 {
  max-width: 40rem;
  font-size: clamp(1.5rem, 2.5vw, 1.9rem);/* bigger paragraph on image */
  line-height: 1.6;
 text-shadow: var(--text-outline);
	font-style: italic;
}

/* ===== Reserve: under-lede panel (matches current card theme) ===== */
.bookdirect-underlede{
  width: 100%;
  margin: 0 0 clamp(14px, 2.5vw, 22px);
  background:#fff;
  border:1px solid #e6ebef;
  border-left:6px solid var(--accent-bookdirect);
  border-radius: var(--radius-bookdirect);
  box-shadow:0 10px 28px var(--ring-bookdirect);
  padding: clamp(16px, 2.5vw, 22px);
}

.bookdirect-underlede-head{
  text-align:center;
  margin: 0 0 14px;
}

.bookdirect-underlede-title{
  margin: 0 0 6px;
  color: var(--ink-bookdirect);
  font-weight: 800;
  font-size: clamp(1.05rem, .95rem + .6vw, 1.25rem);
}

.bookdirect-underlede-sub{
  margin: 0;
  color: var(--muted-bookdirect);
  font-weight: 600;
  font-size: clamp(.95rem, .9rem + .3vw, 1.05rem);
}

.bookdirect-underlede-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items:start;
}

.bookdirect-underlede-col{
  min-width: 0;
}

.bookdirect-underlede-col h3{
  margin: 0 0 10px;
  font-size: .85rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted-bookdirect);
}

.bookdirect-underlede-list{
  margin: 0 0 0 1.1rem;
  padding: 0;
  color: var(--ink-bookdirect);
}

.bookdirect-underlede-list li{
  margin: .35rem 0;
}

.bookdirect-underlede-p{
  margin: 0 0 8px;
  color: var(--ink-bookdirect);
}

.bookdirect-underlede-note{
  margin: 0;
  color: var(--muted-bookdirect);
  font-size: .95rem;
}

.bookdirect-underlede-rule{
  height: 1px;
  background: #edf2f6;
  margin: 12px 0 12px;
  border-radius: 999px;
}

/* Desktop: two columns with a subtle divider */
@media (min-width: 900px){
  .bookdirect-underlede-grid{
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .bookdirect-underlede-col{
    padding: 0 16px;
  }

  .bookdirect-underlede-col:first-child{
    padding-left: 6px; /* keeps left side aligned with border-left */
  }

  .bookdirect-underlede-col2{
    border-left: 1px solid #edf2f6;
  }
}

