/* Golden Star lightweight single-destination layout */
.gs-destination-single{background:#fff;color:#243447}.gs-destination-wrap{width:min(1180px,calc(100% - 48px));margin:0 auto}.gs-destination-hero{padding:145px 0 78px;background:linear-gradient(135deg,#0b2440 0%,#153d61 62%,#b78a2d 150%);color:#fff}.gs-destination-breadcrumb{display:flex;gap:10px;flex-wrap:wrap;font-size:13px;margin-bottom:38px;color:rgba(255,255,255,.78)}.gs-destination-breadcrumb a{color:#fff;text-decoration:none}.gs-destination-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:58px;align-items:center}.gs-destination-kicker{font-size:12px;letter-spacing:.16em;font-weight:700;color:#d4ae51;margin:0 0 12px;text-transform:uppercase}.gs-destination-hero h1{font-size:clamp(40px,5vw,70px);line-height:1.05;color:#fff;margin:0 0 22px}.gs-destination-lead{font-size:19px;line-height:1.7;max-width:680px;color:rgba(255,255,255,.9);margin:0 0 28px}.gs-destination-actions{display:flex;gap:14px;flex-wrap:wrap}.gs-destination-button{display:inline-flex;align-items:center;justify-content:center;background:#b78a2d;color:#fff!important;padding:14px 22px;border-radius:3px;font-weight:700;text-decoration:none}.gs-destination-button:hover{background:#8f691e;color:#fff!important}.gs-destination-button-light{background:transparent;border:1px solid rgba(255,255,255,.65)}.gs-destination-button-light:hover{background:#fff;color:#0b2440!important}.gs-destination-hero-image{height:360px;border-radius:5px;overflow:hidden;box-shadow:0 18px 45px rgba(0,0,0,.24)}.gs-destination-hero-image img{width:100%;height:100%;object-fit:cover;display:block}.gs-destination-content-section{padding:82px 0 105px}.gs-destination-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:65px;align-items:start}.gs-destination-content{font-size:17px;line-height:1.8;color:#4f5c66}.gs-destination-content h2,.gs-destination-content h3{color:#0b2440;line-height:1.2;margin:32px 0 14px}.gs-destination-content h2{font-size:34px}.gs-destination-content h3{font-size:25px}.gs-destination-content p{margin:0 0 20px}.gs-destination-content a{color:#996f1f;font-weight:600}.gs-destination-content ul{padding-left:23px;margin:0 0 24px}.gs-destination-sidebar{position:sticky;top:30px}.gs-destination-card{padding:28px;background:#f6f8fa;border:1px solid #e4e9ee;border-top:4px solid #b78a2d;margin-bottom:22px}.gs-destination-card h2{color:#0b2440;font-size:25px;line-height:1.25;margin:0 0 15px}.gs-destination-card p{color:#5e6b76;line-height:1.65;margin:0 0 18px}.gs-destination-contact{border-top-color:#0b2440}.gs-destination-contact a{display:block;color:#0b2440;font-weight:700;text-decoration:none;margin-top:9px}@media(max-width:900px){.gs-destination-hero-grid,.gs-destination-content-grid{grid-template-columns:1fr}.gs-destination-hero-image{height:300px}.gs-destination-sidebar{position:static}}@media(max-width:600px){.gs-destination-wrap{width:min(100% - 32px,1180px)}.gs-destination-hero{padding:120px 0 60px}.gs-destination-content-section{padding:55px 0 75px}.gs-destination-actions{flex-direction:column}.gs-destination-button{width:100%}.gs-destination-hero-image{height:230px}}