:root {
  --gs-ink: #18372f;
  --gs-ink-2: #244b40;
  --gs-orange: #f0a22e;
  --gs-cream: #f7f3ec;
  --gs-line: #e7e0d6;
  --gs-text: #3f4c48;
}

body { color: var(--gs-text); background: #fff; }
#sp-header { background: rgba(255,255,255,.97); box-shadow: 0 1px 16px rgba(20,45,38,.09); }
#sp-header .logo h1, #sp-header .logo .logo-text { color: var(--gs-ink); font-size: 30px; font-weight: 700; letter-spacing: -.5px; }
#sp-header .logo .logo-slogan { color: #77827e; font-size: 10px; letter-spacing: 1.6px; text-transform: uppercase; }
.sp-megamenu-parent > li > a { color: var(--gs-ink); font-weight: 600; letter-spacing: .1px; }
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a { color: var(--gs-orange); }
.sp-megamenu-parent > li:nth-last-child(3) > a { background: var(--gs-orange); color: #fff; padding: 0 21px; margin-left: 8px; }
#sp-main-body { padding: 0; }
.sppb-row-container, .sppb-container-inner { max-width: none !important; width: 100% !important; }
.gesthus-page-addon > .sppb-addon-content { margin: 0; }

.gs-page { color: var(--gs-text); font-size: 16px; line-height: 1.75; overflow: hidden; }
.gs-container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.gs-hero { min-height: 570px; display: flex; align-items: center; background-size: cover; background-position: center; color: #fff; }
.gs-hero .gs-container { padding: 100px 0 70px; }
.gs-hero h1 { max-width: 820px; margin: 10px 0 18px; color: #fff; font-size: clamp(48px, 7vw, 92px); line-height: .98; letter-spacing: -3px; }
.gs-hero p:not(.gs-kicker) { max-width: 690px; margin: 0 0 28px; color: rgba(255,255,255,.9); font-size: clamp(19px, 2.2vw, 27px); line-height: 1.45; }
.gs-kicker { margin: 0 0 12px; color: var(--gs-orange); font-size: 13px; font-weight: 700; letter-spacing: 2.3px; text-transform: uppercase; }
.gs-button { display: inline-flex; align-items: center; min-height: 48px; padding: 0 25px; background: var(--gs-orange); color: #fff !important; font-weight: 700; letter-spacing: .3px; text-decoration: none !important; }
.gs-button:hover { background: #d78a1c; }
.gs-section { padding: 82px 0; }
.gs-section.gs-soft { background: var(--gs-cream); }
.gs-section h2, .gs-copy h2 { margin: 0 0 24px; color: var(--gs-ink); font-size: clamp(34px, 4vw, 54px); line-height: 1.1; letter-spacing: -1.5px; }
.gs-copy { max-width: 940px; }
.gs-copy > h2:not(:first-child) { margin-top: 68px; }
.gs-copy h3 { margin: 42px 0 12px; color: var(--gs-ink); font-size: 27px; line-height: 1.2; }
.gs-copy h4, .gs-copy h5, .gs-copy h6 { margin: 30px 0 8px; color: var(--gs-ink-2); font-size: 20px; line-height: 1.3; }
.gs-copy p { margin: 0 0 19px; }
.gs-copy ul, .gs-copy ol { margin: 0 0 26px; padding-left: 25px; }
.gs-copy li { margin-bottom: 7px; }
.gs-copy a { color: #c5760c; text-decoration: underline; text-underline-offset: 3px; }
.gs-copy table { width: 100%; margin: 28px 0 38px; border-collapse: collapse; }
.gs-copy td, .gs-copy th { padding: 14px 16px; border-bottom: 1px solid var(--gs-line); text-align: left; }
.gs-copy iframe { display: block; width: 100%; max-width: 100%; margin: 34px 0; border: 0; background: #fff; }
.gs-card-grid { display: grid; gap: 22px; margin-top: 36px; }
.gs-card-grid-three { grid-template-columns: repeat(3, 1fr); }
.gs-card-grid-four { grid-template-columns: repeat(4, 1fr); }
.gs-image-card, .gs-attraction { position: relative; min-height: 370px; overflow: hidden; background: var(--gs-ink); color: #fff !important; text-decoration: none !important; }
.gs-image-card img, .gs-attraction img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gs-image-card:hover img, .gs-attraction:hover img { transform: scale(1.035); }
.gs-image-card:after, .gs-attraction:after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent,rgba(8,25,21,.88)); }
.gs-image-card span, .gs-attraction div { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 24px; }
.gs-image-card strong, .gs-attraction h3 { display: block; margin: 0 0 4px; color: #fff; font-size: 25px; line-height: 1.15; }
.gs-image-card small, .gs-attraction p { display: block; margin: 0; color: rgba(255,255,255,.85); font-size: 14px; line-height: 1.5; }
.gs-attraction { min-height: 300px; }
.gs-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 30px; }
.gs-gallery img { width: 100%; height: 430px; object-fit: cover; }
.gs-footer { padding: 64px 0 42px; background: #102a23; color: rgba(255,255,255,.72); }
.gs-footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; }
.gs-footer strong { display: block; margin-bottom: 13px; color: #fff; font-size: 17px; }
.gs-footer p { margin: 0; line-height: 1.9; }
.gs-footer a { color: rgba(255,255,255,.78); }
.gs-footer a:hover { color: var(--gs-orange); }
#sp-footer { background: #0b201a; }

@media (max-width: 991px) {
  .gs-card-grid-four { grid-template-columns: repeat(2, 1fr); }
  .gs-hero { min-height: 500px; }
  .gs-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  .gs-container { width: min(100% - 32px, 1160px); }
  .gs-hero { min-height: 460px; }
  .gs-hero .gs-container { padding: 84px 0 54px; }
  .gs-hero h1 { letter-spacing: -1.8px; }
  .gs-section { padding: 58px 0; }
  .gs-card-grid-three, .gs-card-grid-four, .gs-gallery, .gs-footer-grid { grid-template-columns: 1fr; }
  .gs-image-card { min-height: 330px; }
  .gs-gallery img { height: 300px; }
  .gs-copy > h2:not(:first-child) { margin-top: 48px; }
}
