/* ===================================================================
   TROPHY DESTINATION PAGES — add-on styles (uses existing palette)
   Palette: #630 / #963 (browns), #C60 (accent), #F0D3A8 / #ddc6a0 (tan)
   Loads as a SECOND stylesheet after tbfa.css — never edit tbfa.css.
   =================================================================== */

.lake-hero{position:relative;margin:0 0 1.75rem;overflow:hidden;border-radius:8px}
.lake-hero img{width:100%;height:clamp(200px,34vw,340px);object-fit:cover;display:block}
.lake-hero .lake-hero-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.4rem 1.6rem;background:linear-gradient(to top,rgba(60,30,0,.78) 0%,rgba(60,30,0,.15) 55%,rgba(60,30,0,0) 100%);color:#fff}
.lake-hero h1{margin:0;color:#fff;font:700 clamp(1.5rem,3.6vw,2.4rem)/1.15 Arial,Helvetica,sans-serif;text-shadow:0 2px 8px rgba(0,0,0,.6)}
.lake-hero .lake-hero-sub{margin-top:.5rem;font:600 clamp(.9rem,1.7vw,1.1rem) Arial,sans-serif;color:#ffe;text-shadow:0 1px 5px rgba(0,0,0,.7)}
.lake-hero .lake-badge{align-self:flex-start;margin-bottom:.6rem;background:#C60;color:#fff;font:700 .72rem/1 Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;padding:.4rem .6rem;border-radius:3px}

.lake-page{font-family:Arial,Helvetica,sans-serif;color:#333;line-height:1.7}
.lake-page h2{color:#630;font-size:1.4rem;margin:2.2rem 0 .9rem;border-bottom:2px solid #F0D3A8;padding-bottom:.4rem}
.lake-page h3{color:#963;font-size:1.15rem;margin:1.8rem 0 .6rem}
.lake-page p{margin:0 0 1.2rem}

.lake-info{background:#F0D3A8;border:1px solid #cba;border-radius:8px;padding:1.2rem 1.4rem;margin:0 0 1.6rem;font-size:.95rem;line-height:1.8}
.lake-info .lake-info-title{display:block;font-weight:700;color:#630;margin-bottom:.5rem;font-size:1.05rem}
.lake-info .lake-tpwd{font-weight:700}

.included-box{background:#fff;border:2px solid #F0D3A8;border-radius:10px;padding:1.4rem 1.6rem;margin:1.6rem 0}
.included-box h3{margin-top:0;margin-bottom:.8rem;color:#630}
.included-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem 1.4rem;margin-top:.8rem}
.included-grid div{position:relative;padding-left:1.8rem;font-size:.97rem;line-height:1.5}
.included-grid div::before{content:"✓";position:absolute;left:0;top:.05rem;color:#fff;background:#C60;width:1.2rem;height:1.2rem;border-radius:50%;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}
@media(max-width:560px){.included-grid{grid-template-columns:1fr;gap:.7rem}}

.rate-table{width:100%;border-collapse:collapse;margin:1rem 0 1.4rem;font-size:.98rem}
.rate-table th,.rate-table td{border:1px solid #cba;padding:.7rem .8rem;text-align:center}
.rate-table th{background:#630;color:#fff;font-weight:700}
.rate-table td:first-child,.rate-table th:first-child{text-align:left;background:#F0D3A8;font-weight:700;color:#630}
.rate-note{font-size:.88rem;color:#666;margin-top:.2rem;margin-bottom:1.4rem}

.book-btn{display:inline-block;background:#C60;color:#fff !important;font:700 1.05rem Arial,sans-serif;text-decoration:none;padding:.85rem 1.7rem;border-radius:6px;box-shadow:0 3px 8px rgba(0,0,0,.25);transition:background .15s,transform .15s}
.book-btn:hover{background:#963;transform:translateY(-2px)}
.cta-row{display:flex;flex-wrap:wrap;gap:1rem 1.4rem;align-items:center;margin:1.6rem 0}
.cta-row .cta-secondary{font-weight:700;color:#C60}

.trophy-photos{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin:1.6rem 0}
.trophy-photos img{flex:1 1 220px;max-width:320px;height:auto;border-radius:8px;border:1px solid #cba;object-fit:cover}

.lake-faq{margin:1.2rem 0}
.lake-faq .faq-item{background:#faf4ea;border-left:4px solid #C60;border-radius:0 6px 6px 0;padding:.9rem 1.2rem;margin-bottom:.8rem;line-height:1.6}
.lake-faq .faq-item strong{color:#630}

.line{height:2px;background:linear-gradient(to right,transparent,#963,transparent);margin:1.4rem 0;border:0}

.back-link{display:inline-block;margin-top:1.4rem;font-size:.9rem;color:#C60}
