/* ==========================================================================
   Source: pages.css
   ========================================================================== */

/* ==========================================================================
   Source: css/style_sub.css
   ========================================================================== */
:root {
  --product-navy: #063678;
  --product-blue: #075ba8;
  --product-green: #177640;
  --product-red: #e20f20;
  --product-gold: #ffd334;
  --product-line: #dce5ee;
  --product-shadow: 0 14px 34px rgba(4, 35, 77, 0.12);
}

.product-page {
  margin: 0;
  color: #0a2752;
  background: #fff;
  font-family: Arial, "Malgun Gothic", sans-serif;
}

.product-page main { overflow: hidden; }
.product-page a { transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }
.product-page a:focus-visible { outline: 3px solid #70b7f1; outline-offset: 3px; }
.home-page .product-header a { transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }
.home-page .product-header a:focus-visible { outline: 3px solid #70b7f1; outline-offset: 3px; }

.product-page .product-header,
.home-page .product-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  width: 100%;
  max-width: 1500px;
  height: 92px;
  margin: 0 auto;
  padding: 0 34px;
  gap: 28px;
  border-bottom: 1px solid #e5ebf1;
  background: #fff;
  color: #0a2752;
  box-shadow: 0 3px 18px rgba(4, 33, 70, 0.05);
}

.product-brand { display: block; flex: 0 0 225px; }
.product-brand img { display: block; width: 250px; height: auto; }
:is(.product-page, .home-page) .product-nav { display: flex; gap: clamp(14px, 1.8vw, 32px); font-size: 16px; }
:is(.product-page, .home-page) .product-nav a { position: relative; padding: 35px 0 31px; }
:is(.product-page, .home-page) .product-nav a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 3px;
  border-radius: 3px;
  background: var(--product-green);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: 0.2s ease;
}
:is(.product-page, .home-page) .product-nav a:hover::after,
:is(.product-page, .home-page) .product-nav a.active::after { opacity: 1; transform: scaleX(1); }
.home-page .product-nav a.active { color: #0871ca; }

.product-header-actions { display: flex; gap: 12px; white-space: nowrap; font-size: 14px; font-weight: 800; }
.product-header-actions a { display: flex; height: 46px; align-items: center; border-radius: 9px; padding: 0 16px; }
.header-phone { border: 1px solid #52a66a; color: #17723a; }
.header-quote { background: var(--product-navy); color: #fff; box-shadow: 0 7px 15px rgba(5, 47, 120, 0.18); }
.product-header-actions a:hover { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(5, 47, 120, 0.18); }

:is(.product-page, .home-page) .mobile-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  border: 1px solid #d5e1ec;
  border-radius: 13px;
  padding: 0;
  background: #fff;
  box-shadow: 0 7px 18px rgba(3, 42, 91, 0.1);
  cursor: pointer;
}
:is(.product-page, .home-page) .mobile-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--product-navy);
  transition: transform 0.25s ease, opacity 0.2s ease;
}
:is(.product-page, .home-page) .product-header.menu-open .mobile-menu-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
:is(.product-page, .home-page) .product-header.menu-open .mobile-menu-toggle span:nth-child(2) { opacity: 0; }
:is(.product-page, .home-page) .product-header.menu-open .mobile-menu-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.product-hero {
  min-height: 640px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(1, 35, 75, 0.8) 0%, rgba(2, 56, 99, 0.46) 34%, rgba(1, 38, 74, 0.06) 62%),
    url("../public/images/sub2.jpg") center / cover no-repeat;
  color: #fff;
}
.product-hero-inner {
  width: min(1120px, calc(100% - 48px));
  min-height: 640px;
  margin: 0 auto;
  padding: 58px 0 92px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: center;
  align-content: center;
  justify-items: start;
}
.hero-kicker { margin: 0 0 13px; color: #bce6ff; font-size: 14px; font-weight: 800; letter-spacing: 2.2px; }
.product-hero-copy h1 { margin: 0; font-size: clamp(49px, 5.8vw, 74px); line-height: 1.08; letter-spacing: -4px; text-shadow: 0 4px 18px rgba(0, 28, 61, 0.28); }
.product-hero-copy h1 em { color: #fff; font-style: normal; }
.hero-summary { margin: 20px 0 0; font-size: 16px; font-weight: 700; line-height: 1.75; }

.product-price-card {
  width: 320px;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  padding: 26px 26px 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(0, 23, 53, 0.28);
  color: #17345b;
  backdrop-filter: blur(7px);
}
.product-hero-price { display: flex; align-items: baseline; white-space: nowrap; }
.product-hero-price strong { color: var(--product-red); font-size: 45px; letter-spacing: -2px; }
.product-hero-price span { margin-left: 4px; font-weight: 800; }
.product-price-card ul { list-style: none; margin: 15px 0 18px; padding: 0; display: grid; gap: 10px; font-size: 14px; font-weight: 700; }
.product-price-card li span { display: inline-grid; width: 22px; height: 22px; margin-right: 7px; place-items: center; border: 1px solid #9bb3d3; border-radius: 50%; color: var(--product-navy); }
.product-price-card > a { display: block; border-radius: 9px; padding: 14px 12px; background: var(--product-navy); color: #fff; text-align: center; font-weight: 800; }
.product-price-card > a:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(5, 47, 120, 0.25); }

.product-benefits {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 48px));
  min-height: 126px;
  margin: -58px auto 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid rgba(220, 229, 238, 0.88);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--product-shadow);
  backdrop-filter: blur(8px);
}
.product-benefits article { position: relative; padding: 20px 8px 16px; text-align: center; }
.product-benefits article + article::before { position: absolute; top: 25px; bottom: 25px; left: 0; width: 1px; background: #dce4ec; content: ""; }
.product-benefits span { display: block; min-height: 34px; color: var(--product-navy); font-size: 31px; font-weight: 900; line-height: 1; }
.product-benefits article:nth-child(2) span,
.product-benefits article:nth-child(4) span { color: var(--product-green); }
.product-benefits b { display: block; margin-top: 7px; font-size: 14px; }
.product-benefits small { display: block; margin-top: 5px; color: #738095; font-size: 11px; }

.section-shell { width: min(1120px, calc(100% - 48px)); margin-right: auto; margin-left: auto; }
.product-intro { padding: 38px 0 18px; text-align: center; }
.product-intro p { margin: 0; color: #334761; font-size: 16px; line-height: 1.8; }
.product-intro strong { display: block; margin-top: 7px; color: var(--product-navy); }
.product-section { padding-top: 32px; }
.product-section-title { display: flex; align-items: center; gap: 12px; margin-bottom: 17px; }
.product-section-title > span { color: var(--product-green); font-size: 29px; line-height: 1; }
.product-section-title small { display: block; margin-bottom: 2px; color: #2a8a54; font-size: 10px; font-weight: 800; letter-spacing: 1.5px; }
.product-section-title h2 { margin: 0; color: var(--product-navy); font-size: 25px; letter-spacing: -1px; }

.product-schedule-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.schedule-card { overflow: hidden; border: 1px solid var(--product-line); border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(14, 46, 82, 0.06); }
.schedule-head { padding: 16px 16px 11px; }
.schedule-head b { display: block; margin-bottom: 3px; color: var(--product-green); font-size: 14px; }
.schedule-head strong { font-size: 16px; }
.schedule-image { height: 130px; margin: 0 10px; border-radius: 11px; background-image: url("../public/images/schedule-thumbnails.png"); background-size: 400% 100%; background-repeat: no-repeat; }
.day-image-1 { background-position: 0 center; }
.day-image-2 { background-position: 33.333% center; }
.day-image-3 { background-position: 66.667% center; }
.day-image-4 { background-position: 100% center; }
.schedule-card ul { margin: 13px 0 16px; padding: 0 18px 0 34px; color: #3f4c61; font-size: 12px; line-height: 1.85; }
.schedule-note { margin: 15px 0 0; color: #5c6677; text-align: center; font-size: 12px; }

.product-course-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.course-card { overflow: hidden; border: 1px solid var(--product-line); border-radius: 13px; background: #fff; box-shadow: 0 7px 22px rgba(14, 46, 82, 0.05); text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.course-card:hover { transform: translateY(-3px); box-shadow: 0 11px 27px rgba(14, 46, 82, 0.12); }
.product-course-link { display: block; height: 100%; color: inherit; text-decoration: none; }
.product-course-link:focus-visible { outline: 3px solid var(--product-green); outline-offset: -3px; }
.course-photo { height: 145px; margin: 7px; border-radius: 9px; background-size: cover; background-repeat: no-repeat; transition: transform 0.35s ease; }
.course-card:hover .course-photo { transform: scale(1.025); }
.course-photo-1 { background-image: url("../public/images/ginoza/course-pacific.jpg"); background-position: center 57%; }
.course-photo-2 { background-image: url("../public/images/royal/course-panorama.jpg"); background-position: center 52%; }
.course-photo-3 { background-image: url("../public/images/chura/course-ocean-fairway.jpg"); background-position: center 55%; }
.course-photo-4 { background-image: url("../public/images/belbeach/course-ocean-fairway.jpg"); background-position: center 54%; }
.course-card h3 { margin: 8px 6px 4px; color: var(--product-navy); font-size: 14px; }
.course-card p { margin: 0 6px 13px; color: #748095; font-size: 12px; }

.product-food { padding-top: 44px; }
.food-intro { margin: -12px 0 22px; color: #68768a; font-size: 13px; }
.food-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.food-card { overflow: hidden; border: 1px solid var(--product-line); border-radius: 15px; background: #fff; box-shadow: 0 8px 26px rgba(14, 46, 82, 0.07); }
.food-photo { position: relative; height: 175px; overflow: hidden; }
.food-photo::after { position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(3, 35, 70, .4)); content: ""; pointer-events: none; }
.food-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.food-card:hover .food-photo img { transform: scale(1.045); }
.food-photo span { position: absolute; z-index: 1; right: 13px; bottom: 10px; color: rgba(255,255,255,.96); font-size: 25px; font-weight: 900; line-height: 1; }
.food-copy { padding: 18px 18px 20px; }
.food-copy small { color: var(--product-green); font-size: 9px; font-weight: 900; letter-spacing: 1.4px; }
.food-copy h3 { margin: 6px 0 10px; color: var(--product-navy); font-size: 18px; letter-spacing: -.6px; }
.food-copy p { margin: 0; color: #5e6b7d; font-size: 11px; line-height: 1.75; word-break: keep-all; }
.food-credit { margin: 13px 0 0; color: #8a95a4; text-align: right; font-size: 8px; line-height: 1.6; }
.food-credit a { color: #65778e; text-decoration: underline; text-underline-offset: 2px; }

.product-stay { margin-top: 34px; display: grid; grid-template-columns: 1.18fr 1fr; overflow: hidden; border: 1px solid var(--product-line); border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(14, 46, 82, 0.07); }
.stay-photo { min-height: 285px; background: url("../public/images/room-ocean-view.png") center / cover no-repeat; }
.stay-copy { display: flex; flex-direction: column; justify-content: center; padding: 30px 38px; }
.product-section-title.compact { margin-bottom: 12px; }
.stay-copy h3 { margin: 0 0 18px; color: var(--product-navy); font-size: 16px; }
.stay-copy h3 small { color: #526179; }
.stay-copy ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; color: #3f4d61; font-size: 13px; }
.stay-copy li::before { display: inline-grid; width: 17px; height: 17px; margin-right: 9px; place-items: center; border: 1px solid #49a166; border-radius: 50%; color: #218246; content: "✓"; font-size: 10px; font-weight: 900; }

.product-included { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.included-card { border: 1px solid var(--product-line); border-radius: 14px; padding: 18px 24px 20px; background: #fff; box-shadow: 0 8px 24px rgba(14, 46, 82, 0.05); }
.included-card h2 { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; color: var(--product-navy); font-size: 20px; }
.included-card h2 span { display: inline-grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: #61af52; color: #fff; font-size: 16px; }
.included-no h2 span { background: var(--product-red); }
.included-card ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; color: #3e4c61; font-size: 12px; }
.included-card li::before { display: inline-grid; width: 14px; height: 14px; margin-right: 8px; place-items: center; border-radius: 50%; background: #34924e; color: #fff; content: "✓"; font-size: 9px; font-weight: 900; }
.included-no li::before { background: var(--product-red); content: "×"; font-size: 10px; }

.product-contact {
  min-height: 174px;
  margin-top: 28px;
  margin-bottom: 30px;
  padding: 31px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  border-radius: 17px;
  background:
    linear-gradient(90deg, rgba(3, 49, 99, 0.56), rgba(3, 88, 154, 0.78)),
    url("../public/images/okigolf_back_1.jpg") center 64% / cover no-repeat;
  color: #fff;
  box-shadow: var(--product-shadow);
}
.product-contact p { margin: 0 0 7px; font-size: 25px; font-weight: 900; }
.product-contact span { font-size: 14px; }
.contact-actions { display: flex; gap: 12px; }
.contact-actions a { min-width: 165px; border-radius: 9px; padding: 15px 18px; background: var(--product-navy); color: #fff; text-align: center; font-weight: 800; }
.contact-actions a:last-child { background: var(--product-gold); color: #171500; }
.contact-actions a:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(0, 25, 58, 0.23); }

.product-footer { background: linear-gradient(120deg, #053675, #002454); color: #cbd9ea; }
.footer-inner { width: min(1120px, calc(100% - 48px)); min-height: 125px; margin: 0 auto; display: grid; grid-template-columns: 220px 1fr auto; gap: 28px; align-items: center; }
.footer-inner img { width: 200px; filter:none; opacity: 1; }
.footer-inner strong { color: #fff; font-size: 16px; }
.footer-inner span { margin-left: 8px; font-size: 12px; }
.footer-inner p { margin: 8px 0 0; font-size: 11px; }
.footer-inner small { font-size: 10px; }

@media (max-width: 1120px) {
  :is(.product-page, .home-page) .product-header { height: auto; min-height: 82px; flex-wrap: wrap; padding: 13px 24px 10px; gap: 10px 22px; }
  .product-brand { flex-basis: 210px; }
  .product-brand img { width: 210px; }
  :is(.product-page, .home-page) .product-nav { order: 3; width: 100%; overflow-x: auto; justify-content: flex-start; }
  :is(.product-page, .home-page) .product-nav a { padding: 9px 0 12px; }
  :is(.product-page, .home-page) .product-nav a::after { bottom: 4px; }
  .product-header-actions { margin-left: auto; }
  .product-hero-inner { grid-template-columns: 1fr; }
  .product-hero-copy h1 { font-size: 53px; }
  .product-benefits { grid-template-columns: repeat(3, 1fr); }
  .product-benefits article:nth-child(4)::before { display: none; }
  .product-benefits article:nth-child(-n + 3) { border-bottom: 1px solid #dce4ec; }
  .product-benefits article { padding-top: 16px; }
  .product-schedule-grid, .product-course-grid, .food-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .course-photo { height: 190px; }
  .food-photo { height: 220px; }
  .product-contact { padding-right: 30px; padding-left: 30px; }
}

@media (max-width: 760px) {
  :is(.product-page, .home-page) .product-header { position: sticky; top: 0; z-index: 50; height: 76px; min-height: 76px; flex-wrap: nowrap; gap: 8px; padding: 0 16px; }
  .product-brand { width: auto; min-width: 0; flex: 1 1 auto; }
  .product-brand img { width: min(200px, 100%); }
  .product-header-actions { display: flex; flex: 0 0 auto; gap: 0; margin-left: auto; }
  .product-header-actions .header-quote { display: none; }
  .product-header-actions .header-phone { height: 42px; padding: 0 11px; font-size: 12px; }
  :is(.product-page, .home-page) .mobile-menu-toggle { display: flex; margin-left: 0; }
  :is(.product-page, .home-page) .product-nav { display: none; }
  :is(.product-page, .home-page) .product-header.menu-open .product-nav {
    position: absolute;
    top: calc(100% + 9px);
    right: 12px;
    left: 12px;
    display: grid;
    width: auto;
    max-height: calc(100vh - 105px);
    overflow-y: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border: 1px solid #d8e4ee;
    border-radius: 17px;
    padding: 9px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 18px 45px rgba(2,37,78,.2);
    white-space: normal;
  }
  :is(.product-page, .home-page) .product-header.menu-open .product-nav a {
    border-radius: 10px;
    padding: 14px 10px;
    color: #193755;
    text-align: center;
    font-size: 13px;
  }
  :is(.product-page, .home-page) .product-header.menu-open .product-nav a::after { display: none; }
  :is(.product-page, .home-page) .product-header.menu-open .product-nav a.active { background: #eaf7ef; color: var(--product-green); }
  :is(.product-page, .home-page) .product-header.menu-open .product-nav a:hover,
  :is(.product-page, .home-page) .product-header.menu-open .product-nav a:focus-visible { background: #edf6ff; color: var(--product-blue); }
  .product-hero { min-height: 590px; }
  .product-hero-inner { min-height: 590px; grid-template-columns: 1fr; gap: 22px; align-content: center; padding: 44px 0 82px; }
  .hero-kicker { font-size: 12px; }
  .product-hero-copy h1 { font-size: clamp(39px, 11vw, 52px); letter-spacing: -3px; }
  .hero-summary { max-width: 330px; font-size: 14px; line-height: 1.6; }
  .product-price-card { width: min(100%, 340px); padding: 20px; }
  .product-hero-price strong { font-size: 40px; }
  .product-benefits { width: calc(100% - 28px); margin-top: -48px; grid-template-columns: repeat(2, 1fr); }
  .product-benefits article:nth-child(4)::before { display: block; }
  .product-benefits article:nth-child(odd)::before { display: none; }
  .product-benefits article:nth-child(-n + 4) { border-bottom: 1px solid #dce4ec; }
  .product-benefits article:nth-child(3) { border-bottom: 1px solid #dce4ec; }
  .section-shell { width: calc(100% - 28px); }
  .product-intro { padding-top: 32px; }
  .product-intro p { font-size: 14px; }
  .product-intro p br { display: none; }
  .product-intro strong { font-size: 13px; line-height: 1.6; }
  .product-section { padding-top: 27px; }
  .product-schedule-grid, .product-course-grid, .food-grid { grid-template-columns: 1fr; }
  .schedule-image, .course-photo, .food-photo { height: 205px; }
  .food-intro { margin-top: -8px; line-height: 1.65; }
  .food-copy { padding: 18px 19px 21px; }
  .food-copy p { font-size: 12px; }
  .food-credit { text-align: left; }
  .product-stay { width: calc(100% - 28px); grid-template-columns: 1fr; }
  .stay-photo { min-height: 240px; }
  .stay-copy { padding: 25px 22px 28px; }
  .product-included { grid-template-columns: 1fr; }
  .included-card ul { grid-template-columns: 1fr; }
  .product-contact { min-height: 270px; padding: 30px 20px; flex-direction: column; align-items: flex-start; gap: 20px; }
  .product-contact p { font-size: 22px; line-height: 1.4; }
  .contact-actions { width: 100%; flex-direction: column; }
  .contact-actions a { width: 100%; }
  .footer-inner { width: calc(100% - 36px); padding: 28px 0; grid-template-columns: 1fr; gap: 16px; }
  .footer-inner img { width: 180px; }
  .footer-inner span { display: block; margin: 4px 0 0; }
}

@media (max-width: 430px) {
  .product-brand { width: auto; flex-basis: auto; }
  .product-brand img { width: min(165px, 100%); }
  :is(.product-page, .home-page) .product-header.menu-open .product-nav { grid-template-columns: 1fr; }
  :is(.product-page, .home-page) .product-header.menu-open .product-nav a { padding: 11px 10px; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .product-page *, .product-page *::before, .product-page *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* ==========================================================================
   Source: css/style.css (home)
   ========================================================================== */
:root {
  --navy: #002c72;
  --blue: #0754b3;
  --green: #176f32;
  --red: #e20b0b;
  --line: #dfe6ef;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #061b40;
  font-family: Arial, "Malgun Gothic", sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
.header {
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 3.5%;
  gap: 32px;
  background: #fff;
  max-width: 100%;
}

.brand {
  display: flex;
  align-items: center;
  min-width: 300px;
  color: #082a65;
}
.mark {
  width: 72px;
  height: 72px;
  border: 9px solid #1574c9;
  border-right-color: #149b75;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
}
.mark:after {
  content: "➜";
  position: absolute;
  font-size: 32px;
  left: 47px;
  top: 5px;
  color: #1574c9;
}
.brand b {
  font-size: 28px;
  letter-spacing: -2px;
}
.brand small {
  display: block;
  text-align: center;
  font-size: 9px;
  letter-spacing: 5px;
  margin-top: 5px;
}
.nav {
  display: flex;
  justify-content: center;
  gap: 36px;
  flex: 1;
  font-weight: bold;
  white-space: nowrap;
}
.nav a:hover {
  color: #0871ca;
}
.head-actions {
  display: flex;
  gap: 12px;
}
.head-actions a {
  height: 56px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 0 10px;
  font-weight: bold;
}
.phone {
  border: 1px solid #98c6a3;
  color: #176a2b;
}
.quote {
  background: #052f78;
  color: #fff;
}
.hero {
  height: 550px;
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.1) 48%,
      transparent 66%
    ),
    url("../public/images/okigolf_back_1.jpg");
  background-position: center, center;
  background-size: auto, auto auto;
  background-repeat: no-repeat;
}
@media (max-width: 1051px) {
  .hero {
    background-image:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.1) 48%,
        transparent 66%
      ),
      url("../public/images/okigolf_back_1.jpg");
  }
}
.hero-in {
  position: relative;
  max-width: 1400px;
  margin: auto;
  padding: 27px 30px;
}
.hero-video {
  position: relative;
  display: block;
  overflow: hidden;
  width: min(400px, 100%);
  margin-top: 16px;
  aspect-ratio: 16 / 9;
  background: #000;
  box-shadow: 0 12px 32px rgba(0, 25, 65, 0.28);
}
.hero-video-cover {
  position: absolute;
  inset: 0;
  z-index: 102;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #000;
  cursor: pointer;
}
.hero-video-cover[hidden] {
  display: none;
}
.hero-video-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.hero-video-cover:hover img {
  opacity: 0.92;
  transform: scale(1.015);
}
.hero-video-cover:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: -5px;
}
.hero-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.eyebrow {
  font-size: 29px;
  color: #0954a6;
  font-weight: bold;
  font-style: italic;
  margin: 0;
}
.hero h1 {
  font-size: 72px;
  letter-spacing: -6px;
  margin: 5px 0 0;
  font-weight: 900;
  color: #001c50;
  text-shadow: 0 2px #fff;
}
.hero h1 em {
  font-style: normal;
  color: var(--red);
}
.sub {
  display: inline-block;
  background: #0754a6;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  padding: 9px 20px;
  margin: 0 0 16px;
}
.deal {
  position: relative;
  display: flex;
}
.deal-link-overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: 22px;
}
.deal-link-overlay:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.price,
.features {
  height: 165px;
  background: #fffffff2;
  box-shadow: 0 8px 24px #00194120;
}
.price {
  width: 350px;
  border-radius: 22px;
  padding: 30px 22px 12px;
  text-align: center;
  position: relative;
}
.pill {
  position: absolute;
  top: -6px;
  left: 74px;
  background: #0556b2;
  color: #fff;
  border-radius: 20px;
  padding: 6px 20px;
  font-weight: bold;
}
.price strong {
  font-size: 57px;
  color: var(--red);
}
.price p {
  font-weight: bold;
  margin: 2px;
}
.features {

  width: 520px;
  height: 130px;
  border-radius: 0 22px 22px 0;
  display: flex;
  align-items: center;
  padding: 15px;
}
.features div {
  width: 16.66%;
  text-align: center;
  border-right: 1px solid #d4dbe4;
  font-size: 12px;
}
.features div:last-child {
  border: 0;
}
.features i {
  display: block;
  font-style: normal;
  font-size: 28px;
  margin-bottom: 8px;
}
.features b,
.features span {
  display: block;
  line-height: 1.5;
}
.actions {
  height: 58px;
  margin: -58px auto 0;
  max-width: 1210px;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.2fr;
  position: relative;
  padding: 3px 1px;
}
.actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 4px;
  border-radius: 7px 7px 0 0;
}
.actions a:nth-child(1) {
  background: #043d86;
}
.actions a:nth-child(2) {
  background: #ffd21a;
  color: #181400;
}
.actions a:nth-child(3) {
  background: #167334;
}
.content {
  max-width: 1400px;
  margin: auto;
  padding: 30px 28px;
  display: grid;
  grid-template-columns: 1.45fr 0.88fr 0.65fr;
  gap: 20px;
}
.home-page h2 {
  font-size: 22px;
  color: #073c86;
  margin: 0 0 10px;
}
.home-page h2 small {
  font-size: 14px;
  color: #222;
  font-weight: normal;
}
.days {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.day {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 10px;
}
.day-link-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
}
.day-link-overlay:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}
.day h3 {
  margin: 0;
  color: #154422;
  font-size: 17px;
}
.day h4 {
  margin: 0px 0 0px;
  font-size: 12px;
  height: 15px;
  line-height: 1.35;
  word-break: keep-all;
}
.thumb,
.course-img,
.room {
  background: url("../public/images/okigolf_back_1.jpg") center/cover;
}
.thumb {
  height: 72px;
  border-radius: 6px;
}
.t1 {
  background-position: 10% 39%;
}
.t2 {
  background-position: 78% 72%;
}
.t3 {
  background-position: 63% 66%;
}
.t4 {
  background-position: 18% 61%;
}
.day ul,
.home-page .stay ul {
  list-style: none;
  padding: 5px 0 0;
  margin: 0;
  font-size: 11px;
  line-height: 1.75;
}
.day li,
.home-page .stay li {
  word-break: keep-all;
}
.day li:before {
  content: "•";
  color: #087c34;
  margin-right: 6px;
}
.note {
  text-align: center;
  font-size: 11px;
}
.included {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.included-link-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 10px;
}
.included-link-overlay:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}
.included > div {
  min-width: 0;
  border: 1px solid #dfe5ec;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(18, 46, 80, 0.06);
  padding: 14px 18px 16px;
}
.included h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #08428f;
  font-size: 15px;
  margin: 0 0 7px;
}
.included h3::before {
  display: inline-flex;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  align-items: center;
  justify-content: center;
  border-radius: 6px 6px 8px 8px;
  background: #75bd5d;
  color: #fff;
  content: "✓";
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}
.included > div:last-child h3::before {
  border-radius: 50%;
  background: #e31b23;
  content: "×";
  font-size: 16px;
}
.included p {
  font-size: 10px;
}
.golf {
  position: relative;
}
.golf-link-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
}
.golf-link-overlay:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.more {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 6px 9px;
  font-size: 10px;
}
.courses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.home-page .course {
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home-page .course:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 18px rgba(9, 43, 84, 0.13);
}
.home-page .course-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.home-page .course-link:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: -3px;
}
.course-img {
  height: 80px;
}
.c1 {
  background-position: 77% 71%;
}
.c2 {
  background-position: 84% 62%;
}
.c3 {
  background-position: 66% 72%;
}
.c4 {
  background-position: 94% 66%;
}
.home-page .course b {
  font-size: 12px;
  display: block;
  margin: 5px;
}
.home-page .course small {
  font-size: 10px;
  color: #596477;
}
.banner {
  margin-top: 10px;
  height: 110px;
  border-radius: 9px;
  background:
    linear-gradient(90deg, #004275aa, #0e65c4bb),
    url("../public/images/okigolf_back_1.jpg") center 62% / cover;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.banner small {
  display: block;
  margin-top: 8px;
}
.banner a {
  background: #002d70;
  border-radius: 8px;
  padding: 12px;
}
.room {
  height: 130px;
  background-position: 99% 51%;
}
.home-page .stay h3 {
  font-size: 15px;
}
.home-page .stay li:before {
  content: "✓";
  color: #16823b;
  margin-right: 7px;
}
.mobile,
.mobile-menu-toggle {
  display: none;
}
.mobile-menu-toggle {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  border: 1px solid #d5e1ec;
  border-radius: 13px;
  padding: 0;
  background: #fff;
  box-shadow: 0 7px 18px rgba(3, 42, 91, 0.1);
  cursor: pointer;
}
.mobile-menu-toggle span {
  display: block;
  width: 23px;
  height: 2px;
  border-radius: 2px;
  background: #063678;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.header.menu-open .mobile-menu-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.header.menu-open .mobile-menu-toggle span:nth-child(2) { opacity: 0; }
.header.menu-open .mobile-menu-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
@media (max-width: 1051px) {
  .header {
    height: 100px;
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid #e5ebf1;
    box-shadow: 0 5px 20px rgba(3, 38, 80, 0.08);
  }
  .nav,
  .head-actions {
    display: none;
  }
  .brand {
    min-width: 0;
  }
  .mobile {
    display: block;
    margin-left: auto;
    font-size: 27px;
  }
  .mobile-menu-toggle {
    display: flex;
    margin-left: auto;
  }
  .header.menu-open .nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 14px;
    left: 14px;
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border: 1px solid #d8e4ee;
    border-radius: 17px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 45px rgba(2, 37, 78, 0.2);
    white-space: normal;
  }
  .header.menu-open .nav a {
    border-radius: 10px;
    padding: 14px 10px;
    color: #193755;
    text-align: center;
    font-size: 14px;
  }
  .header.menu-open .nav a:hover,
  .header.menu-open .nav a:focus-visible {
    background: #edf6ff;
    color: #075ba8;
  }
  .hero {
    height: 590px;
    min-height: 590px;
  }
  .hero h1 {
    font-size: 53px;
  }
  .sub {
    width: 400px;
    max-width: 100%;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
  }
  .deal {
    display: block;
  }
  .price,
  .features {
    width: 100%;
    max-width: 400px;
  }
  .price {
    height: 150px;
  }
  .price strong {
    font-size: 46px;
  }
  .pill {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 175px;
    margin-top: 8px;
    border-radius: 17px;
  }
  .features div {
    width: auto;
  }
  .actions {
    margin: 0;
  }
  .content {
    grid-template-columns: 1fr 1fr;
  }
  .trip {
    grid-column: 1/-1;
  }
}
@media (max-width: 680px) {
  .header {
    padding: 0 18px;
  }
  .mark {
    width: 48px;
    height: 48px;
    border-width: 6px;
  }
  .mark:after {
    font-size: 22px;
    left: 31px;
  }
  .brand b {
    font-size: 19px;
  }
  .brand small {
    display: none;
  }
  .hero {
    background-position: 62% center;
    min-height: 610px;
  }
  .hero-in {
    padding: 24px 16px;
  }
  .eyebrow {
    font-size: 20px;
  }
  .hero h1 {
    font-size: 43px;
    line-height: 1.05;
  }




  .sub {
    font-size: clamp(15px, 3.7vw, 15px);
    padding-right: 6px;
    padding-left: 6px;
  }
  .actions {
    grid-template-columns: 1fr;
    height: auto;
  }
  .actions a {
    margin: 0;
    padding: 16px;
    font-size: 15px;
    border-radius: 0;
  }
  .content {
    display: block;
    padding: 20px 14px;
  }
  .days {
    grid-template-columns: 1fr 1fr;
  }
  .included {
    grid-template-columns: 1fr;
  }
  .golf,
  .home-page .stay {
    margin-top: 28px;
  }
  .room {
    height: 190px;
  }
}

/* ==========================================================================
   Ginoza Country Club detail page
   ========================================================================== */
.ginoza-page {
  --gz-navy: #062d50;
  --gz-green: #1d744c;
  --gz-mint: #e7f4ec;
  --gz-sand: #f4efe4;
  --gz-coral: #ef7c56;
  --gz-line: #d8e3df;
  overflow: hidden;
  background: #fff;
  color: var(--gz-navy);
}
.gz-shell { width: min(1160px, calc(100% - 48px)); margin-right: auto; margin-left: auto; }
.ginoza-page a { transition: transform .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease; }
.ginoza-page a:focus-visible { outline: 3px solid #77d0a5; outline-offset: 4px; }
.gz-label { margin: 0; color: var(--gz-green); font-size: 10px; font-weight: 950; letter-spacing: 2.2px; }

.gz-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #183f38 url("../public/images/ginoza/ginoza-hero-generated.png") center / cover no-repeat;
  color: #fff;
}
.gz-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(2,31,47,.88) 0%,rgba(3,46,55,.63) 38%,rgba(2,40,50,.1) 72%), linear-gradient(0deg,rgba(2,25,39,.46),transparent 44%); }
.gz-hero-inner { position: relative; z-index: 1; padding: 90px 0 120px; }
.gz-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 58px; color: rgba(255,255,255,.7); font-size: 10px; }
.gz-breadcrumb a:hover { color: #fff; }
.gz-breadcrumb strong { color: #fff; }
.gz-kicker { margin: 0 0 14px; color: #8ee1b6; font-size: 11px; font-weight: 900; letter-spacing: 2.8px; }
.gz-hero h1 { margin: 0; color: #fff; font-size: clamp(53px,6vw,80px); line-height: 1.08; letter-spacing: -4.8px; text-shadow: 0 6px 28px rgba(0,18,31,.25); }
.gz-hero h1 em { color: #9be4bb; font-style: normal; }
.gz-hero-copy { margin: 24px 0 31px; color: rgba(243,250,248,.9); font-size: 16px; font-weight: 650; line-height: 1.85; }
.gz-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.gz-btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.6); border-radius: 28px; padding: 0 21px; color: #fff; font-size: 12px; font-weight: 900; }
.gz-btn-primary { border-color: #7ed4a5; background: #267e53; }
.gz-btn-glass { background: rgba(2,31,47,.28); backdrop-filter: blur(8px); }
.gz-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(0,22,33,.24); }
.gz-hero-facts { position: absolute; z-index: 1; right: max(24px,calc((100% - 1160px)/2)); bottom: 42px; display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 17px; background: rgba(2,31,43,.62); backdrop-filter: blur(9px); }
.gz-hero-facts div { min-width: 130px; padding: 18px 20px; text-align: center; }
.gz-hero-facts div + div { border-left: 1px solid rgba(255,255,255,.17); }
.gz-hero-facts strong, .gz-hero-facts span { display: block; }
.gz-hero-facts strong { font-size: 23px; letter-spacing: -1px; }
.gz-hero-facts span { margin-top: 4px; color: #a9cfc1; font-size: 8px; font-weight: 850; letter-spacing: 1px; }
.gz-generated-note { position: absolute; z-index: 1; right: 20px; bottom: 12px; margin: 0; color: rgba(255,255,255,.58); font-size: 8px; }

.gz-section-nav { min-height: 68px; display: flex; align-items: center; justify-content: center; gap: 48px; border-bottom: 1px solid var(--gz-line); background: rgba(255,255,255,.97); }
.gz-section-nav a { position: relative; padding: 25px 2px; color: #536b71; font-size: 12px; font-weight: 850; }
.gz-section-nav a::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--gz-green); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.gz-section-nav a:hover { color: var(--gz-green); }
.gz-section-nav a:hover::after { transform: scaleX(1); }

.gz-intro { display: grid; grid-template-columns: .92fr 1.08fr; gap: 82px; align-items: center; padding-top: 105px; padding-bottom: 105px; }
.gz-intro h2, .gz-section-head h2, .gz-food-head h2, .gz-cta h2 { margin: 10px 0 0; font-size: clamp(34px,4vw,52px); line-height: 1.23; letter-spacing: -2.8px; }
.gz-lead { margin: 25px 0 13px; color: #344f58; font-size: 15px !important; font-weight: 700; }
.gz-intro-copy > p:not(.gz-label) { color: #65747a; font-size: 12px; line-height: 1.9; word-break: keep-all; }
.gz-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.gz-tags span { border: 1px solid #cce1d4; border-radius: 20px; padding: 7px 11px; background: #f3faf6; color: #357052; font-size: 9px; font-weight: 850; }
.gz-feature-photo { position: relative; min-height: 485px; margin: 0; overflow: hidden; border-radius: 24px; box-shadow: 0 22px 55px rgba(5,45,52,.16); }
.gz-feature-photo img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.gz-feature-photo::after, .gz-gallery figure::after, .gz-food-photo::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(2,30,40,.68)); content: ""; pointer-events: none; }
.gz-feature-photo figcaption, .gz-gallery figcaption { position: absolute; z-index: 1; right: 24px; bottom: 22px; left: 24px; color: #fff; }
.gz-feature-photo figcaption b, .gz-feature-photo figcaption span, .gz-gallery figcaption b, .gz-gallery figcaption span { display: block; }
.gz-feature-photo figcaption b, .gz-gallery figcaption b { color: #a5e8c1; font-size: 9px; letter-spacing: 1.7px; }
.gz-feature-photo figcaption span, .gz-gallery figcaption span { margin-top: 5px; font-size: 12px; font-weight: 800; }

.gz-course-band { padding: 30px 0; background: var(--gz-navy); color: #fff; }
.gz-course-stats { display: grid; grid-template-columns: repeat(4,1fr); }
.gz-course-stats article { position: relative; padding: 17px 25px; }
.gz-course-stats article + article { border-left: 1px solid rgba(255,255,255,.14); }
.gz-course-stats article > span { position: absolute; top: 10px; right: 20px; color: rgba(255,255,255,.08); font-size: 44px; font-weight: 950; }
.gz-course-stats p, .gz-course-stats strong, .gz-course-stats small { position: relative; display: block; }
.gz-course-stats p { margin: 0 0 8px; color: #79cc9e; font-size: 8px; font-weight: 900; letter-spacing: 1.4px; }
.gz-course-stats strong { font-size: 18px; }
.gz-course-stats small { margin-top: 5px; color: #aabfc7; font-size: 9px; }

.gz-gallery-section { padding-top: 105px; padding-bottom: 110px; }
.gz-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.gz-section-head h2 { font-size: 39px; }
.gz-section-head > p { margin: 0; color: #738187; text-align: right; font-size: 11px; line-height: 1.8; }
.gz-gallery { min-height: 585px; display: grid; grid-template-columns: 1.42fr .82fr; grid-template-rows: repeat(2,1fr); gap: 15px; }
.gz-gallery figure { position: relative; min-height: 0; margin: 0; overflow: hidden; border-radius: 19px; background: #dce8e2; }
.gz-gallery-main { grid-row: 1 / 3; }
.gz-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.gz-gallery figure:hover img { transform: scale(1.025); }

.gz-guide { padding: 100px 0 106px; background: #0d3437; color: #fff; }
.gz-section-head-light .gz-label { color: #7ed1a4; }
.gz-section-head-light h2 { color: #fff; }
.gz-section-head-light > p { color: #a7bdbe; }
.gz-guide-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.gz-guide-grid article { min-height: 245px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; padding: 26px 23px; background: linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025)); }
.gz-guide-grid article > span { color: #ef9a7e; font-size: 10px; font-weight: 900; letter-spacing: 1.5px; }
.gz-guide-grid h3 { margin: 30px 0 12px; color: #fff; font-size: 18px; }
.gz-guide-grid p { margin: 0; color: #b8c9c9; font-size: 11px; line-height: 1.85; word-break: keep-all; }
.gz-info-card { margin-top: 48px; display: grid; grid-template-columns: 1.1fr 1fr .75fr; gap: 45px; align-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 21px; padding: 31px 34px; background: rgba(255,255,255,.07); }
.gz-info-card h3 { margin: 7px 0 10px; color: #fff; font-size: 22px; }
.gz-info-card address { color: #afc3c3; font-size: 10px; font-style: normal; line-height: 1.75; }
.gz-info-card dl { margin: 0; }
.gz-info-card dl > div { display: grid; grid-template-columns: 70px 1fr; padding: 6px 0; font-size: 10px; }
.gz-info-card dt { color: #84bba2; }
.gz-info-card dd { margin: 0; color: #fff; }
.gz-info-actions { display: grid; gap: 8px; }
.gz-info-actions a { display: flex; justify-content: space-between; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; padding: 11px 13px; color: #fff; font-size: 10px; font-weight: 850; }
.gz-info-actions a:hover { border-color: #83d3a8; background: rgba(126,209,164,.12); }

.gz-food { padding: 108px 0 103px; background: var(--gz-sand); }
.gz-food-head { display: grid; grid-template-columns: 1.05fr .75fr; gap: 80px; align-items: end; margin-bottom: 38px; }
.gz-food-head h2 { font-size: 45px; }
.gz-food-head > p { margin: 0 0 6px; color: #6f746f; font-size: 12px; line-height: 1.9; }
.gz-food-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.gz-food-card { display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; border: 1px solid #ded7c9; border-radius: 20px; background: #fff; box-shadow: 0 12px 32px rgba(65,54,36,.07); }
.gz-food-photo { position: relative; min-height: 285px; overflow: hidden; background: #ddd4c3; }
.gz-food-photo img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.gz-food-card:hover .gz-food-photo img { transform: scale(1.035); }
.gz-food-photo span { position: absolute; z-index: 1; bottom: 16px; left: 16px; color: #fff; font-size: 8px; font-weight: 900; letter-spacing: 1.2px; }
.gz-food-card > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: 25px 24px; }
.gz-food-card > div:last-child > p:first-child { margin: 0; color: var(--gz-green); font-size: 8px; font-weight: 900; letter-spacing: 1.4px; }
.gz-food-card h3 { margin: 7px 0 5px; font-size: 21px; letter-spacing: -1px; }
.gz-food-card strong { color: #397054; font-size: 10px; }
.gz-food-card > div:last-child > p:last-child { margin: 14px 0 0; color: #69736f; font-size: 10px; line-height: 1.82; word-break: keep-all; }
.gz-food-note { margin: 20px 0 0; color: #817d74; text-align: center; font-size: 9px; line-height: 1.7; }

.gz-cta { margin-top: 72px; margin-bottom: 72px; min-height: 290px; display: flex; align-items: center; justify-content: space-between; gap: 50px; overflow: hidden; border-radius: 24px; padding: 48px 55px; background: linear-gradient(105deg,rgba(3,42,69,.94),rgba(19,104,81,.73)),url("../public/images/ginoza/course-pacific.jpg") center 56% / cover no-repeat; color: #fff; box-shadow: 0 20px 48px rgba(5,43,56,.16); }
.gz-cta .gz-label { color: #91dfb2; }
.gz-cta h2 { color: #fff; font-size: 38px; }
.gz-cta > div:first-child > span { display: block; margin-top: 17px; color: #d1dfdf; font-size: 11px; }
.gz-cta > div:last-child { min-width: 245px; display: grid; gap: 9px; }
.gz-cta a { display: flex; min-height: 47px; align-items: center; justify-content: center; border-radius: 8px; padding: 0 15px; background: #fff; color: var(--gz-navy); font-size: 11px; font-weight: 900; }
.gz-cta a:last-child { background: #ffcf29; color: #1b1b10; }
.gz-cta a:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,20,31,.2); }

.rd-course-image { display: block; }
.round-dine-page .rd-course-image-ginoza { background-image: url("../public/images/ginoza/course-pacific.jpg") !important; background-position: center !important; background-size: cover !important; }
.rd-course-links { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.rd-detail-link { display: inline-flex; align-items: center; gap: 8px; border-radius: 20px; padding: 9px 13px; background: var(--rd-green); color: #fff; font-size: 10px; font-weight: 900; }
.rd-detail-link:hover { transform: translateX(3px); background: #0f7045; }

.round-dine-page .rd-course-image-royal { background-image: url("../public/images/royal/course-panorama.jpg") !important; background-position: center !important; background-size: cover !important; }
.royal-page {
  --gz-navy: #073452;
  --gz-green: #087684;
  --gz-mint: #e5f4f3;
  --gz-sand: #edf3f2;
  --gz-coral: #dfa64f;
  --gz-line: #d3e2e1;
}
.royal-page .gz-hero { background-color: #173d54; background-image: url("../public/images/royal/course-panorama.jpg"); background-position: center; }
.royal-page .gz-hero-shade { background: linear-gradient(90deg,rgba(2,30,51,.91) 0%,rgba(5,54,69,.62) 40%,rgba(2,44,59,.08) 76%),linear-gradient(0deg,rgba(2,27,45,.48),transparent 46%); }
.royal-page .gz-kicker, .royal-page .gz-hero h1 em { color: #96e1dd; }
.royal-page .gz-btn-primary { border-color: #8bd7d2; background: #0c7881; }
.royal-page .gz-hero-facts span { color: #abd3d2; }
.royal-page .gz-course-band { background: #073452; }
.royal-page .gz-guide { background: #0b3544; }
.royal-page .gz-section-head-light .gz-label { color: #85d8d0; }
.royal-page .gz-food-photo span { color: #fff; }
.royal-page .royal-cta { background-image: linear-gradient(105deg,rgba(3,43,69,.94),rgba(8,104,108,.72)),url("../public/images/royal/course-forest.jpg"); }

.round-dine-page .rd-course-image-chura { background-image: url("../public/images/chura/course-ocean-fairway.jpg") !important; background-position: center !important; background-size: cover !important; }
.chura-page {
  --gz-navy: #173f45;
  --gz-green: #a65228;
  --gz-mint: #f7eadf;
  --gz-sand: #fff4e8;
  --gz-coral: #dc7144;
  --gz-line: #e6ddd1;
}
.chura-page .gz-hero { background-color: #214d53; background-image: url("../public/images/chura/course-seaside.jpg"); background-position: center; }
.chura-page .gz-hero-shade { background: linear-gradient(90deg,rgba(8,43,49,.91) 0%,rgba(18,65,65,.62) 40%,rgba(18,65,65,.08) 76%),linear-gradient(0deg,rgba(7,37,42,.5),transparent 46%); }
.chura-page .gz-kicker, .chura-page .gz-hero h1 em { color: #ffd09c; }
.chura-page .gz-btn-primary { border-color: #f3c08d; background: #ad582d; }
.chura-page .gz-hero-facts span { color: #e1c6aa; }
.chura-page .gz-course-band { background: #173f45; }
.chura-page .gz-guide { background: #183b3b; }
.chura-page .gz-section-head-light .gz-label { color: #f1b77b; }
.chura-page .gz-tags span { border-color: #ead6c1; background: #fff8f0; color: #995329; }
.chura-page .ry-course-grid article { border-color: #eadfd1; background: linear-gradient(145deg,#fff,#fff8f0); }
.chura-page .ry-course-grid article::after { border-color: rgba(166,82,40,.06); }
.chura-page .ry-course-grid strong { color: #9a5935; }
.chura-page .chura-cta { background-image: linear-gradient(105deg,rgba(12,54,62,.94),rgba(157,75,34,.68)),url("../public/images/chura/course-ocean-fairway.jpg"); }

.round-dine-page .rd-course-image-belbeach { background-image: url("../public/images/belbeach/course-ocean-fairway.jpg") !important; background-position: center !important; background-size: cover !important; }
.belbeach-page {
  --gz-navy: #07375d;
  --gz-green: #087ca0;
  --gz-mint: #e3f4f7;
  --gz-sand: #edf7f9;
  --gz-coral: #e69b54;
  --gz-line: #d1e4e9;
}
.belbeach-page .gz-hero { background-color: #15516c; background-image: url("../public/images/belbeach/course-aerial.jpg"); background-position: center; }
.belbeach-page .gz-hero-shade { background: linear-gradient(90deg,rgba(2,36,65,.92) 0%,rgba(3,68,89,.61) 40%,rgba(2,72,98,.06) 78%),linear-gradient(0deg,rgba(2,33,57,.48),transparent 46%); }
.belbeach-page .gz-kicker, .belbeach-page .gz-hero h1 em { color: #99e7f1; }
.belbeach-page .gz-btn-primary { border-color: #8edbe6; background: #087da0; }
.belbeach-page .gz-hero-facts span { color: #afdce4; }
.belbeach-page .gz-course-band { background: #07375d; }
.belbeach-page .gz-guide { background: #093e50; }
.belbeach-page .gz-section-head-light .gz-label { color: #82d9e6; }
.belbeach-page .gz-tags span { border-color: #cce4e9; background: #f0fafb; color: #26768c; }
.belbeach-page .ry-course-grid article { border-color: #d5e7ea; background: linear-gradient(145deg,#fff,#f2fafb); }
.belbeach-page .ry-course-grid article::after { border-color: rgba(8,124,160,.06); }
.belbeach-page .ry-course-grid strong { color: #28788e; }
.belbeach-page .belbeach-cta { background-image: linear-gradient(105deg,rgba(3,47,79,.95),rgba(6,121,147,.66)),url("../public/images/belbeach/course-ocean-green.jpg"); }
.bel-food-grid { grid-template-columns: repeat(3,1fr); }
.bel-food-grid .gz-food-card { grid-template-columns: 1fr; }
.bel-food-grid .gz-food-photo { min-height: 245px; }

.ry-course-section { padding-top: 105px; padding-bottom: 10px; }
.ry-course-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.ry-course-grid article { position: relative; min-height: 270px; overflow: hidden; border: 1px solid #d6e3e2; border-radius: 20px; padding: 31px 32px; background: linear-gradient(145deg,#fff,#f2f8f7); box-shadow: 0 12px 32px rgba(5,47,61,.07); }
.ry-course-grid article::after { position: absolute; right: -55px; bottom: -68px; width: 170px; height: 170px; border: 28px solid rgba(8,118,132,.06); border-radius: 50%; content: ""; }
.ry-course-grid article > span { color: var(--gz-green); font-size: 9px; font-weight: 950; letter-spacing: 1.5px; }
.ry-course-grid h3 { margin: 18px 0 7px; font-size: 25px; letter-spacing: -1.2px; }
.ry-course-grid strong { color: #28707a; font-size: 12px; }
.ry-course-grid p { position: relative; z-index: 1; max-width: 88%; margin: 18px 0 23px; color: #65787b; font-size: 11px; line-height: 1.85; word-break: keep-all; }
.ry-course-grid small { color: #839596; font-size: 9px; font-weight: 800; letter-spacing: .5px; }

@media (max-width: 980px) {
  .gz-hero { min-height: 760px; background-position: 58% center; }
  .gz-hero-facts { right: 24px; left: 24px; }
  .gz-hero-facts div { min-width: 0; }
  .gz-intro { grid-template-columns: 1fr; gap: 40px; }
  .gz-feature-photo { min-height: 520px; }
  .gz-course-stats { grid-template-columns: repeat(2,1fr); }
  .gz-course-stats article:nth-child(3) { border-left: 0; }
  .gz-course-stats article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .gz-guide-grid { grid-template-columns: repeat(2,1fr); }
  .gz-guide-grid article { min-height: 220px; }
  .gz-info-card { grid-template-columns: 1fr 1fr; }
  .gz-info-actions { grid-column: 1 / -1; grid-template-columns: repeat(2,1fr); }
  .gz-food-head { grid-template-columns: 1fr; gap: 18px; }
  .gz-food-grid { grid-template-columns: 1fr; }
  .gz-food-card { grid-template-columns: .8fr 1.2fr; }
  .ry-course-section { padding-top: 82px; }
}

@media (max-width: 680px) {
  .gz-shell { width: calc(100% - 28px); }
  .gz-hero { min-height: 735px; align-items: flex-start; background-position: 63% center; }
  .gz-hero-shade { background: linear-gradient(90deg,rgba(2,31,47,.9),rgba(3,45,53,.46) 68%,rgba(2,40,50,.16)),linear-gradient(0deg,rgba(2,25,39,.6),transparent 55%); }
  .gz-hero-inner { padding: 53px 0 185px; }
  .gz-breadcrumb { margin-bottom: 70px; overflow: hidden; white-space: nowrap; }
  .gz-kicker { font-size: 9px; }
  .gz-hero h1 { max-width: 480px; font-size: clamp(41px,12vw,58px); letter-spacing: -3.3px; }
  .gz-hero-copy { font-size: 12px; }
  .gz-hero-copy br { display: none; }
  .gz-hero-actions { align-items: flex-start; flex-direction: column; }
  .gz-btn { min-height: 44px; }
  .gz-hero-facts { bottom: 42px; grid-template-columns: repeat(2,1fr); }
  .gz-hero-facts div { padding: 12px 8px; }
  .gz-hero-facts div:nth-child(3) { border-left: 0; }
  .gz-hero-facts div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.17); }
  .gz-hero-facts strong { font-size: 18px; }
  .gz-generated-note { right: 15px; bottom: 13px; max-width: 260px; font-size: 7px; }
  .gz-section-nav { min-height: 56px; justify-content: flex-start; gap: 0; overflow-x: auto; padding: 0 14px; }
  .gz-section-nav a { flex: 0 0 auto; padding: 20px 16px; font-size: 10px; }
  .gz-intro { padding-top: 70px; padding-bottom: 70px; }
  .gz-intro h2, .gz-food-head h2 { font-size: 34px; }
  .gz-lead { font-size: 13px !important; }
  .gz-feature-photo { min-height: 330px; border-radius: 18px; }
  .gz-course-band { padding: 18px 0; }
  .gz-course-stats article { padding: 17px 13px; }
  .gz-course-stats strong { font-size: 14px; }
  .gz-course-stats small { min-height: 24px; }
  .gz-gallery-section { padding-top: 70px; padding-bottom: 72px; }
  .gz-section-head { display: block; }
  .gz-section-head h2 { font-size: 31px; }
  .gz-section-head > p { margin-top: 12px; text-align: left; }
  .gz-gallery { min-height: 0; display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .gz-gallery figure, .gz-gallery-main { min-height: 255px; grid-row: auto; }
  .gz-guide { padding: 70px 0 74px; }
  .gz-guide-grid { grid-template-columns: 1fr; }
  .gz-guide-grid article { min-height: 190px; }
  .gz-guide-grid h3 { margin-top: 22px; }
  .gz-info-card { grid-template-columns: 1fr; gap: 26px; padding: 26px 22px; }
  .gz-info-actions { grid-column: auto; grid-template-columns: 1fr; }
  .gz-food { padding: 72px 0 68px; }
  .gz-food-card { grid-template-columns: 1fr; }
  .gz-food-photo { min-height: 245px; }
  .gz-food-card > div:last-child { padding: 24px 21px 27px; }
  .gz-food-note { text-align: left; }
  .gz-cta { min-height: 390px; margin-top: 28px; margin-bottom: 28px; display: block; padding: 38px 25px; }
  .gz-cta h2 { font-size: 31px; }
  .gz-cta > div:last-child { min-width: 0; margin-top: 28px; }
  .royal-page .gz-hero { background-position: 58% center; }
  .royal-page .gz-hero-shade { background: linear-gradient(90deg,rgba(2,30,51,.92),rgba(4,49,65,.42) 72%,rgba(2,44,59,.12)),linear-gradient(0deg,rgba(2,27,45,.6),transparent 55%); }
  .ry-course-section { padding-top: 70px; }
  .ry-course-grid { grid-template-columns: 1fr; }
  .ry-course-grid article { min-height: 245px; padding: 27px 23px; }
  .ry-course-grid p { max-width: 100%; }
  .chura-page .gz-hero { background-position: 58% center; }
  .chura-page .gz-hero-shade { background: linear-gradient(90deg,rgba(8,43,49,.93),rgba(18,65,65,.42) 72%,rgba(18,65,65,.12)),linear-gradient(0deg,rgba(7,37,42,.62),transparent 55%); }
  .belbeach-page .gz-hero { background-position: 56% center; }
  .belbeach-page .gz-hero-shade { background: linear-gradient(90deg,rgba(2,36,65,.94),rgba(3,68,89,.42) 72%,rgba(2,72,98,.1)),linear-gradient(0deg,rgba(2,33,57,.64),transparent 55%); }
  .bel-food-grid .gz-food-photo { min-height: 250px; }
}

.thumb {
  background-image: url("../public/images/schedule-thumbnails.png") !important;
  background-size: 400% 100% !important;
  background-repeat: no-repeat !important;
}
.thumb.t1 {
  background-position: 0 center !important;
}
.thumb.t2 {
  background-position: 33.333% center !important;
}
.thumb.t3 {
  background-position: 66.667% center !important;
}
.thumb.t4 {
  background-position: 100% center !important;
}
.course-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.course-img.c1 {
  background-image: url("../public/images/ginoza/course-pacific.jpg") !important;
  background-position: center 57% !important;
}
.course-img.c2 {
  background-image: url("../public/images/royal/course-panorama.jpg") !important;
  background-position: center 52% !important;
}
.course-img.c3 {
  background-image: url("../public/images/chura/course-ocean-fairway.jpg") !important;
  background-position: center 55% !important;
}
.course-img.c4 {
  background-image: url("../public/images/belbeach/course-ocean-fairway.jpg") !important;
  background-position: center 54% !important;
}
.right-info {
  grid-column: 2/-1;
  display: grid;
  grid-template-columns: 0.88fr 0.65fr;
  gap: 20px;
  align-content: start;
}
.right-info > .banner {
  grid-column: 1/-1;
  margin-top: -10px;
}
@media (max-width: 1050px) {
  .right-info {
    grid-column: 1/-1;
    grid-template-columns: 1fr 1fr;
  }
  .right-info > .banner {
    margin-top: 0;
  }
}
@media (max-width: 680px) {
  .right-info {
    display: block;
  }
  .right-info > .banner {
    margin-top: 28px;
  }
}
.room {
  background-image: url("../public/images/room-ocean-view.png") !important;
  background-position: center !important;
  background-size: cover !important;
}
.brand-logo {
  display: block;
  width: 300px;
  height: auto;
}
.hero h1 {
  font-weight: 950;
  -webkit-text-stroke: 1px currentColor;
}
.hero {
  display: flex;
  align-items: flex-end;
}
.hero-in {
  width: 100%;
}
@media (max-width: 680px) {
  .brand-logo {
    width: 225px;
    max-width: calc(100vw - 85px);
  }
}

/* Main page lower content */
.included ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
  align-content: start;
  gap: 9px 18px;
  font-size: 11px;
}
.included > div:first-child ul {
  grid-template-rows: none;
}
.included > div:last-child ul {
  grid-template-rows: none;
}
.included li {
  position: relative;
  padding-left: 20px;
  line-height: 1.25;
  word-break: keep-all;
}
.included li::before {
  position: absolute;
  left: 0;
  top: -1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  color: #fff;
  background: #4e9d58;
  content: "✓";
  font-size: 10px;
  font-weight: 900;
  line-height: 14px;
  text-align: center;
}
.included > div:last-child li::before {
  color: #fff;
  background: #e31b23;
  content: "×";
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
}
.banner a::before {
  content: "▦";
  margin-right: 10px;
  font-size: 20px;
}

@media (min-width: 1051px) {
  .content {
    max-width: 1460px;
    padding: 16px 24px 22px;
    grid-template-columns: 1.46fr 0.88fr 0.65fr;
    gap: 26px;
  }
  .content h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.15;
  }
  .content h2 small {
    font-size: 14px;
  }
  .days {
    gap: 10px;
  }
  .day {
    min-height: 244px;
    padding: 10px 11px;
    border-color: #d9e1eb;
    border-radius: 9px;
  }
  .day h3 {
    font-size: 16px;
    line-height: 1.2;
  }
  .day h4 {
    height: 30px;
    margin: 5px 0 5px;
    font-size: 13px;
    line-height: 1.15;
  }
  .thumb {
    height: 72px;
  }
  .day ul {
    padding-top: 8px;
    font-size: 11px;
    line-height: 1.75;
  }
  .note {
    margin: 8px 0 16px;
    text-align: center;
    font-size: 10px;
    padding: 5px;
  }
  .included {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .included > div {
    min-height: 142px;
    padding: 15px 20px 17px;
    border-radius: 10px;
  }
  .included h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .right-info {
    grid-template-columns: 1.06fr 0.9fr;
    column-gap: 18px;
    row-gap: 12px;
  }
  .section-head h2 {
    white-space: nowrap;
  }
  .more {
    padding: 6px 11px;
    background: #fff;
    font-size: 10px;
  }
  .courses {
    gap: 10px;
  }
  .home-page .course {
    border-color: #d9e1eb;
    border-radius: 7px;
  }
  .course-img {
    height: 77px;
  }
  .home-page .course b {
    margin: 5px 3px 2px;
    font-size: 12px;
    line-height: 1.4;
  }
  .home-page .course small {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
  }
  .room {
    height: 127px;
    border-radius: 2px;
  }
  .home-page .stay h3 {
    margin: 10px 0 4px;
    font-size: 15px;
  }
  .home-page .stay ul {
    padding-top: 0;
    font-size: 11px;
    line-height: 1.7;
  }
  .home-page .stay li::before {
    display: inline-flex;
    width: 14px;
    height: 14px;
    align-items: center;
    justify-content: center;
    border: 1px solid #16823b;
    border-radius: 50%;
    font-size: 9px;
  }
  .right-info > .banner {
    height: 112px;
    margin-top: 0;
    padding: 0 24px;
    justify-content: flex-end;
    gap: 46px;
    background-position: center 55%;
    font-size: 20px;
  }
  .banner small {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 400;
  }
  .banner a {
    padding: 12px 20px;
    white-space: nowrap;
    font-size: 17px;
  }
}

@media (max-width: 680px) {
  .included > div:first-child ul,
  .included > div:last-child ul {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
  }
}

/* Reservation banner image */
.banner {
  position: relative;
  background-image: url("../public/images/banner-reservation.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner > span {
  display: none;
}
.banner > a {
  position: absolute;
  top: 24%;
  right: 3.5%;
  width: 25%;
  height: 54%;
  padding: 0;
  opacity: 0;
}
.banner > a::before {
  content: none;
}
.banner > a:focus-visible {
  opacity: 0.18;
  outline: 3px solid #fff;
  outline-offset: 2px;
}

@media (min-width: 1052px) {
  .home-page .hero {
    height: 590px;
    min-height: 590px;
  }
  .home-page .hero h1 {
    font-size: clamp(53px, 5.37vw, 72px);
    white-space: nowrap;
  }
  .home-page .sub {
    font-size: clamp(15px, 1.56vw, 21px);
    white-space: nowrap;
  }
  .home-page .hero-video {
    position: absolute;
    top: 80px;
    right: 10px;
    display: block;
    overflow: hidden;
    width: min(51%, 686px);
    margin-top: 0;
    aspect-ratio: 16 / 9;
    background: #000;
    box-shadow: 0 12px 32px rgba(0, 25, 65, 0.28);
  }
  .home-page .deal {
    display: block;
    width: min(400px, 100%);
  }
  .home-page .price,
  .home-page .features {
    width: 100%;
    max-width: 400px;
  }
  .home-page .price {
    height: 150px;
  }
  .home-page .price strong {
    font-size: 46px;
  }
  .home-page .pill {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .home-page .features {
    display: grid;
    height: 175px;
    margin-top: 8px;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 17px;
    transform: none;
  }
  .home-page .features div {
    width: auto;
  }
  .home-page .actions {
    margin-top: 0;
  }
}

@media (min-width: 761px) and (max-width: 1051px) {
  .home-page .hero-video {
    position: absolute;
    top: 80px;
    right: 10px;
    width: min(51%, calc(100% - 460px), 500px);
    margin-top: 0;

   
  }
}

@media (max-width: 760px) {
  .home-page .hero {
    height: auto;
  }
  .home-page .hero-in {
    display: flex;
    flex-direction: column;
  }
  .home-page .hero-video {
    order: -1;
    margin-top: 0;
    margin-bottom: 16px;
    
  }
}

/* Premium footer */
.home-page .product-footer {
  position: relative;
  overflow: hidden;
  border-top: 4px solid #48a96f;
  background: linear-gradient(125deg, #022652 0%, #063d76 58%, #075f78 100%);
  color: #cbd9ea;
}
.home-page .product-footer::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 12%, rgba(91, 205, 156, 0.15), transparent 29%), linear-gradient(115deg, transparent 66%, rgba(255, 255, 255, 0.04) 66% 67%, transparent 67%);
  content: "";
  pointer-events: none;
}
.home-page .footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1180px, calc(100% - 56px));
  min-height: 220px;
  margin: 0 auto;
  padding: 43px 0 38px;
  grid-template-columns: 245px minmax(320px, 1fr) 225px;
  gap: 46px;
  align-items: center;
}
.home-page .footer-inner img {
  display: block;
  width: 205px;
  height: auto;
}
.home-page .stay-footer-brand a {
  display: flex;
  width: 225px;
  min-height: 82px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 11px 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 18, 43, 0.25);
}
.home-page .stay-footer-brand p {
  margin: 15px 0 0;
  color: #bcd5e9;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.2px;
}
.home-page .stay-footer-info {
  border-left: 1px solid rgba(255, 255, 255, 0.17);
  padding-left: 42px;
}
.home-page .stay-footer-kicker {
  display: block;
  margin-bottom: 9px;
  color: #73d6a5;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.8px;
}
.home-page .stay-footer-info strong {
  display: block;
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.6px;
}
.home-page .stay-footer-info address {
  display: flex;
  gap: 9px;
  margin-top: 17px;
  color: #e5eff7;
  font-size: 12px;
  font-style: normal;
  line-height: 1.75;
}
.home-page .stay-footer-info address > span:first-child {
  margin-top: 1px;
}
.home-page .stay-footer-info p {
  margin: 10px 0 0;
  color: #9fbcd2;
  font-size: 10px;
  line-height: 1.6;
}
.home-page .stay-footer-contact {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  padding: 23px 21px;
  background: rgba(1, 28, 62, 0.24);
}
.home-page .stay-footer-contact > span {
  margin-bottom: 8px;
  color: #79d9a9;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.5px;
}
.home-page .stay-footer-contact > a {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
}
.home-page .stay-footer-contact .stay-footer-mail {
  margin-top: 7px;
  color: #b9d4e7;
  font-size: 10px;
  font-weight: 600;
}
.home-page .stay-footer-contact small {
  display: block;
  margin-top: 22px;
  color: #7599b6;
  font-size: 8px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .home-page .footer-inner {
    grid-template-columns: 215px 1fr;
    gap: 30px;
  }
  .home-page .stay-footer-brand a {
    width: 205px;
  }
  .home-page .footer-inner img {
    width: 188px;
  }
  .home-page .stay-footer-info {
    padding-left: 30px;
  }
  .home-page .stay-footer-contact {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px 22px;
  }
  .home-page .stay-footer-contact > span,
  .home-page .stay-footer-contact small {
    margin: 0;
  }
  .home-page .stay-footer-contact .stay-footer-mail {
    margin: 0;
  }
}

@media (max-width: 680px) {
  .home-page .footer-inner {
    width: calc(100% - 32px);
    padding: 34px 0 31px;
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .home-page .stay-footer-brand a {
    width: min(225px, 100%);
  }
  .home-page .stay-footer-brand p {
    margin-top: 12px;
  }
  .home-page .stay-footer-info {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
    padding: 25px 0 0;
  }
  .home-page .stay-footer-info strong {
    font-size: 18px;
  }
  .home-page .stay-footer-address-break {
    display: none;
  }
  .home-page .stay-footer-contact {
    grid-column: auto;
    display: flex;
    padding: 21px;
  }
  .home-page .stay-footer-contact .stay-footer-mail {
    margin-top: 7px;
  }
  .home-page .stay-footer-contact small {
    margin-top: 20px;
  }
}

@media (max-width: 680px) {
  .home-page .header.menu-open .nav {
    right: 10px;
    left: 10px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    grid-template-columns: 1fr;
    padding: 8px;
  }
  .home-page .header.menu-open .nav a {
    padding: 12px 10px;
    text-align: left;
  }
}

/* Keep the reference hero composition on screens up to 800px */
@media (max-width: 800px) {
  .home-page .hero {
    height: auto;
    min-height: 590px;
    background-image:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.92) 0%,
        rgba(255, 255, 255, 0.72) 35%,
        rgba(255, 255, 255, 0.08) 58%,
        transparent 70%
      ),
      url("../public/images/okigolf_back_1.jpg");
    background-position: center, center;
    background-size: auto, auto auto;
    background-repeat: no-repeat;
  }
  .home-page .hero-in {
    width: 100%;

    padding: 27px clamp(16px, 3.75vw, 30px);
  }
  .home-page .eyebrow {
    font-size: clamp(20px, 3.7vw, 29px);
    line-height: 1.3;
  }
  .home-page .hero h1 {
    margin-top: 5px;
    font-size: clamp(36px, 6.75vw, 53px);
    line-height: 1.08;
    letter-spacing: clamp(-5px, -0.7vw, -3px);
    white-space: nowrap;
  }
  .home-page .sub {
    display: block;
    width: min(400px, 100%);
    margin: 8px 0 16px;
    padding: 9px 8px;
    font-size: clamp(14px, 1.9vw, 15px);
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
  }
  .home-page .deal {

    display: block;
    width: min(400px, 100%);
  }
  .home-page .price,
  .home-page .features {
    width: 100%;
    max-width: 400px;
    background: rgba(255, 255, 255, 0.94);
  }
  .home-page .price {
    height: 150px;
    border-radius: 21px;
    padding: 30px 18px 12px;
  }
  .home-page .pill {
    top: -6px;
    left: 50%;
    padding: 6px 20px;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .home-page .price strong {
    font-size: clamp(42px, 5.9vw, 46px);
  }
  .home-page .features {
    display: grid;
    height: 175px;
    margin-top: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-radius: 17px;
    padding: 15px;
  }
  .home-page .features div {
    width: auto;
    min-width: 0;
    border-right: 1px solid #d4dbe4;
  }
  .home-page .features div:nth-child(3),
  .home-page .features div:nth-child(6) {
    border-right: 0;
  }
  .home-page .features i {
    margin-bottom: 5px;
    font-size: 27px;
  }
}

@media (max-width: 500px) {
  .home-page .hero {
    background-position: center, 62% center;
  }

.home-page .hero-in {
    width: 100%;
    margin-top: 0px;
    padding: 27px clamp(16px, 3.75vw, 30px);
  }

 .home-page .sub {
    display: block;
    width: min(400px, 100%);
    margin-top: 10px;

    padding: 9px 8px;
    font-size: clamp(14px, 1.9vw, 15px);
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
  }

 .home-page .deal {

    display: block;
    width: min(400px, 100%);


  }


}

@media (max-width: 430px) {
  .home-page .hero-in {
    padding-top: 22px;
  }
  .home-page .hero h1 {
    font-size: clamp(33px, 9.3vw, 40px);
    letter-spacing: -3px;
  }
  .home-page .sub {
    font-size: clamp(12px, 2.75vw, 12px);
  }
  .home-page .price {
    padding-right: 12px;
    padding-left: 12px;
  }
  .home-page .price strong {
    font-size: clamp(38px, 11vw, 44px);
  }
  .home-page .features {
    padding-right: 8px;
    padding-left: 8px;
  }
  .home-page .features div {
    font-size: 11px;
  }
}

/* Restore the legacy base variables on product pages after the home bundle. */
.product-page {
  --navy: #052f78;
  --blue: #0754b3;
  --green: #167334;
  --red: #e20b0b;
  --line: #dce5ef;
}

/* ==========================================================================
   Source: css/contact.css
   ========================================================================== */
.contact-page {
  --contact-navy: #052f70;
  --contact-blue: #087eb7;
  --contact-green: #17784b;
  --contact-mint: #eaf6f1;
  --contact-line: #dce6ed;
  background: #f5f8fa;
}
.contact-page main { overflow: hidden; }
.contact-shell { width: min(1120px, calc(100% - 48px)); margin-right: auto; margin-left: auto; }

.contact-hero { min-height: 470px; display: flex; align-items: center; background: linear-gradient(90deg, rgba(1,31,68,.92), rgba(3,67,101,.65) 43%, rgba(3,49,79,.12) 72%), url("../public/images/okigolf_back_1.jpg") 62% center / cover no-repeat; color: #fff; }
.contact-hero-inner { width: min(1120px, calc(100% - 48px)); margin: auto; padding: 65px 0 92px; }
.contact-kicker { margin: 0 0 13px; color: #8bdfb6; font-size: 12px; font-weight: 900; letter-spacing: 2.2px; }
.contact-hero h1 { margin: 0; font-size: clamp(45px, 5.4vw, 68px); line-height: 1.09; letter-spacing: -4px; text-shadow: 0 4px 18px rgba(0,28,61,.3); }
.contact-hero h1 em { color: #91e2b8; font-style: normal; }
.contact-hero p:not(.contact-kicker) { margin: 20px 0 24px; color: #e7f1f7; font-size: 15px; font-weight: 700; line-height: 1.75; }
.contact-hero-inner > a { display: inline-flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.65); border-radius: 30px; padding: 11px 18px; background: rgba(0,36,75,.32); color: #fff; font-size: 13px; font-weight: 800; backdrop-filter: blur(5px); }
.contact-hero-inner > a span { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: #fff; color: var(--contact-navy); }
.contact-hero-inner > a:hover { transform: translateY(-3px); background: rgba(0,36,75,.58); }

.contact-promise { position: relative; z-index: 2; width: min(960px, calc(100% - 48px)); min-height: 112px; margin: -55px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(217,229,238,.9); border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: 0 18px 45px rgba(2,35,73,.15); }
.contact-promise article { position: relative; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 22px 15px; }
.contact-promise article + article::before { position: absolute; top: 25px; bottom: 25px; left: 0; width: 1px; background: var(--contact-line); content: ""; }
.contact-promise i { color: var(--contact-green); font-size: 24px; font-style: normal; font-weight: 950; }
.contact-promise b, .contact-promise small { display: block; }
.contact-promise b { color: var(--contact-navy); font-size: 14px; }
.contact-promise small { margin-top: 5px; color: #718094; font-size: 11px; }

.contact-intro { padding: 72px 0 42px; text-align: center; }
.contact-intro > span, .form-heading > span, .concierge-card > span { color: #24875a; font-size: 11px; font-weight: 900; letter-spacing: 2px; }
.contact-intro h2 { margin: 10px 0 15px; color: var(--contact-navy); font-size: clamp(29px, 3.2vw, 41px); line-height: 1.3; letter-spacing: -2px; }
.contact-intro p { margin: 0; color: #657286; font-size: 13px; }

.contact-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .72fr); gap: 24px; align-items: start; padding-bottom: 70px; }
.quote-form, .side-card, .process-card { border: 1px solid var(--contact-line); border-radius: 20px; background: #fff; box-shadow: 0 12px 38px rgba(3,37,75,.08); }
.quote-form { padding: 35px 38px 38px; }
.form-heading { position: relative; border-bottom: 1px solid #e7edf2; padding-bottom: 24px; }
.form-heading h2 { margin: 7px 0 0; color: var(--contact-navy); font-size: 28px; letter-spacing: -1.5px; }
.form-heading p { position: absolute; right: 0; bottom: 24px; margin: 0; color: #7a8797; font-size: 11px; }
.form-heading p b, .quote-form label > b { color: #e04343; }
.quote-form fieldset { margin: 0; border: 0; border-bottom: 1px solid #e7edf2; padding: 27px 0 29px; }
.quote-form legend { display: flex; align-items: center; gap: 9px; padding: 0; color: var(--contact-navy); font-size: 16px; font-weight: 900; }
.quote-form legend i { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 8px; background: var(--contact-mint); color: var(--contact-green); font-size: 12px; font-style: normal; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px 15px; margin-top: 19px; }
.quote-form label { display: grid; gap: 8px; color: #273e59; font-size: 12px; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #d8e1e9; border-radius: 10px; padding: 13px 14px; background: #fbfcfd; color: #24394f; font: inherit; font-size: 13px; outline: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: #319169; background: #fff; box-shadow: 0 0 0 3px rgba(49,145,105,.12); }
.quote-form textarea { resize: vertical; line-height: 1.6; }
.full-label { margin-top: 19px; }
.choice-group { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.choice-group > span { width: 100%; margin-bottom: 1px; color: #273e59; font-size: 12px; font-weight: 800; }
.choice-group label { display: flex; grid: none; align-items: center; gap: 7px; border: 1px solid #dbe4eb; border-radius: 22px; padding: 9px 12px; background: #fff; color: #536477; font-size: 11px; cursor: pointer; }
.choice-group input, .privacy-check input { width: 15px; height: 15px; accent-color: var(--contact-green); }
.privacy-check { display: flex !important; grid: none !important; align-items: flex-start; gap: 9px !important; margin: 23px 0 17px; color: #697789 !important; font-size: 11px !important; font-weight: 500 !important; line-height: 1.55; }
.privacy-check input { flex: 0 0 auto; margin-top: 1px; }
.privacy-check b { color: #324c68 !important; }
.submit-quote { display: flex; width: 100%; align-items: center; justify-content: center; gap: 13px; border: 0; border-radius: 12px; padding: 16px; background: linear-gradient(90deg, #0b5f84, #148056); color: #fff; font-size: 15px; font-weight: 900; box-shadow: 0 10px 24px rgba(12,102,99,.21); cursor: pointer; }
.submit-quote:hover { transform: translateY(-2px); filter: brightness(1.05); }
.submit-quote span { font-size: 19px; }
.form-status { min-height: 18px; margin: 12px 0 0; color: var(--contact-green); text-align: center; font-size: 11px; font-weight: 800; }

.contact-side { display: grid; gap: 16px; }
.side-card, .process-card { padding: 27px 25px; }
.concierge-card { overflow: hidden; background: linear-gradient(145deg, #063774, #075b78); color: #fff; }
.concierge-card > span { color: #75d5a5; }
.concierge-card h2 { margin: 10px 0 14px; font-size: 27px; line-height: 1.25; letter-spacing: -1.2px; }
.concierge-card p { margin: 0; color: #cee0eb; font-size: 11px; line-height: 1.75; }
.concierge-card ul { list-style: none; margin: 23px 0 0; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.15); display: grid; gap: 11px; color: #edf6fa; font-size: 11px; }
.concierge-card li::before { display: inline-grid; width: 16px; height: 16px; margin-right: 8px; place-items: center; border-radius: 50%; background: #50b47d; content: "✓"; font-size: 9px; font-weight: 900; }
.quick-contact > span { display: block; margin-bottom: 14px; color: var(--contact-navy); font-size: 14px; font-weight: 900; }
.quick-contact a { display: flex; align-items: center; justify-content: center; border-radius: 10px; padding: 12px; font-size: 12px; font-weight: 900; }
.quick-phone { background: #edf5fa; color: #075078; }
.quick-talk { margin-top: 8px; background: #ffe74c; color: #362f00; }
.quick-contact small { display: block; margin-top: 13px; color: #8893a2; text-align: center; font-size: 9px; }
.process-card > b { color: var(--contact-navy); font-size: 14px; }
.process-card ol { list-style: none; margin: 17px 0 0; padding: 0; display: grid; gap: 11px; }
.process-card li { display: flex; align-items: center; gap: 10px; color: #546578; font-size: 11px; font-weight: 700; }
.process-card i { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 8px; background: var(--contact-mint); color: var(--contact-green); font-size: 10px; font-style: normal; font-weight: 900; }

.contact-note { padding: 32px 0; background: #eaf2f5; }
.contact-note .contact-shell { display: flex; align-items: center; gap: 25px; }
.contact-note b { flex: 0 0 auto; color: var(--contact-navy); font-size: 14px; }
.contact-note p { margin: 0; color: #637386; font-size: 11px; line-height: 1.7; }

.contact-page .product-footer { position: relative; overflow: hidden; border-top: 4px solid #48a96f; background: linear-gradient(125deg, #022652 0%, #063d76 58%, #075f78 100%); }
.contact-page .product-footer::before { position: absolute; inset: 0; background: radial-gradient(circle at 82% 12%, rgba(91,205,156,.15), transparent 29%); content: ""; pointer-events: none; }
.contact-page .footer-inner { position: relative; z-index: 1; width: min(1180px, calc(100% - 56px)); min-height: 220px; padding: 43px 0 38px; grid-template-columns: 245px minmax(320px, 1fr) 225px; gap: 46px; }
.contact-page .footer-inner img { display: block; width: 205px; height: auto; filter: none; opacity: 1; }
.contact-page .stay-footer-brand a { display: flex; width: 225px; min-height: 82px; align-items: center; justify-content: center; border-radius: 14px; padding: 11px 10px; background: #fff; box-shadow: 0 12px 28px rgba(0,18,43,.25); }
.contact-page .stay-footer-brand p { margin: 15px 0 0; color: #bcd5e9; font-size: 11px; font-weight: 700; line-height: 1.65; }
.contact-page .stay-footer-info { border-left: 1px solid rgba(255,255,255,.17); padding-left: 42px; }
.contact-page .stay-footer-kicker { display: block; margin: 0 0 9px !important; color: #73d6a5; font-size: 10px !important; font-weight: 900; letter-spacing: 1.8px; }
.contact-page .stay-footer-info strong { display: block; color: #fff; font-size: 20px; }
.contact-page .stay-footer-info address { display: flex; gap: 9px; margin-top: 17px; color: #e5eff7; font-size: 12px; font-style: normal; }
.contact-page .stay-footer-info p { margin: 10px 0 0; color: #9fbcd2; font-size: 10px; }
.contact-page .stay-footer-contact { align-self: stretch; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; padding: 23px 21px; background: rgba(1,28,62,.24); }
.contact-page .stay-footer-contact > span { margin-bottom: 8px; color: #79d9a9; font-size: 9px; font-weight: 900; letter-spacing: 1.5px; }
.contact-page .stay-footer-contact > a { color: #fff; font-size: 20px; font-weight: 900; }
.contact-page .stay-footer-contact .stay-footer-mail { margin-top: 7px; color: #b9d4e7; font-size: 10px; }
.contact-page .stay-footer-contact small { display: block; margin-top: 22px; color: #7599b6; font-size: 8px; }

@media (max-width: 980px) {
  .contact-layout { grid-template-columns: 1fr; }
  .contact-side { grid-template-columns: repeat(2, 1fr); }
  .process-card { grid-column: 1 / -1; }
  .process-card ol { grid-template-columns: repeat(3, 1fr); }
  .contact-page .footer-inner { grid-template-columns: 215px 1fr; gap: 30px; }
  .contact-page .stay-footer-info { padding-left: 30px; }
  .contact-page .stay-footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .contact-shell, .contact-hero-inner { width: calc(100% - 28px); }
  .contact-hero { min-height: 560px; align-items: flex-end; background-position: 67% center; }
  .contact-hero-inner { padding: 70px 0 105px; }
  .contact-kicker { font-size: 9px; }
  .contact-hero h1 { font-size: clamp(38px, 11vw, 50px); letter-spacing: -3px; }
  .contact-hero p:not(.contact-kicker) { max-width: 335px; font-size: 12px; }
  .contact-promise { width: calc(100% - 28px); margin-top: -72px; grid-template-columns: 1fr; }
  .contact-promise article { justify-content: flex-start; padding: 15px 22px; }
  .contact-promise article + article::before { top: 0; right: 20px; bottom: auto; left: 20px; width: auto; height: 1px; }
  .contact-intro { padding: 55px 0 35px; }
  .contact-intro h2 { font-size: 28px; }
  .quote-form { padding: 27px 18px 28px; }
  .form-heading p { position: static; margin-top: 9px; }
  .form-grid { grid-template-columns: 1fr; }
  .choice-group label { flex: 1 1 calc(50% - 9px); justify-content: center; }
  .contact-side { grid-template-columns: 1fr; }
  .process-card { grid-column: auto; }
  .process-card ol { grid-template-columns: 1fr; }
  .contact-layout { padding-bottom: 40px; }
  .contact-note .contact-shell { display: block; }
  .contact-note p { margin-top: 8px; }
  .contact-page .footer-inner { width: calc(100% - 32px); padding: 34px 0 31px; grid-template-columns: 1fr; gap: 26px; }
  .contact-page .stay-footer-info { border-top: 1px solid rgba(255,255,255,.16); border-left: 0; padding: 25px 0 0; }
  .contact-page .stay-footer-contact { grid-column: auto; }
}

/* ==========================================================================
   Source: css/faq.css
   ========================================================================== */
.faq-page {
  --faq-navy: #052f70;
  --faq-blue: #0879b7;
  --faq-green: #247e50;
  --faq-mint: #eaf6f0;
  --faq-line: #dce6ed;
  background: #fff;
}

.faq-page main { overflow: hidden; }
.faq-hero { min-height: 510px; display: flex; align-items: center; background: linear-gradient(90deg,rgba(1,34,73,.84) 0%,rgba(2,61,106,.49) 38%,rgba(1,39,72,.08) 68%),url("../public/images/okigolf_back_1.jpg") center 52% / cover no-repeat; color: #fff; }
.faq-hero-inner, .faq-shell { width: min(1120px,calc(100% - 48px)); margin-right: auto; margin-left: auto; }
.faq-hero-inner { padding: 65px 0 88px; }
.faq-kicker { margin: 0 0 13px; color: #bde8ff; font-size: 14px; font-weight: 800; letter-spacing: 2.2px; }
.faq-hero h1 { margin: 0; font-size: clamp(49px,5.7vw,73px); line-height: 1.08; letter-spacing: -4px; text-shadow: 0 4px 18px rgba(0,28,61,.3); }
.faq-hero h1 em { color: #fff; font-style: normal; }
.faq-hero-text { margin: 20px 0 24px; font-size: 16px; font-weight: 700; line-height: 1.75; }
.faq-hero-link { display: inline-flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.7); border-radius: 30px; padding: 11px 18px; background: rgba(0,36,75,.28); color: #fff; font-size: 13px; font-weight: 800; backdrop-filter: blur(5px); }
.faq-hero-link span { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: #fff; color: var(--faq-navy); }
.faq-hero-link:hover { transform: translateY(-3px); background: rgba(0,36,75,.52); }

.faq-highlights { position: relative; z-index: 2; width: min(1060px,calc(100% - 48px)); min-height: 120px; margin: -58px auto 0; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(217,229,238,.88); border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: 0 18px 45px rgba(2,35,73,.15); backdrop-filter: blur(8px); }
.faq-highlights article { position: relative; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 22px 13px; }
.faq-highlights article + article::before { position: absolute; top: 25px; bottom: 25px; left: 0; width: 1px; background: #dce6ed; content: ""; }
.faq-highlights article > span { color: var(--faq-green); font-size: 27px; font-weight: 950; letter-spacing: -1px; }
.faq-highlights article:nth-child(n+3) > span { font-size: 14px; }
.faq-highlights b, .faq-highlights small { display: block; }.faq-highlights b { color: var(--faq-navy); font-size: 14px; }.faq-highlights small { margin-top: 5px; color: #718094; font-size: 11px; }

.faq-intro { padding: 74px 0 48px; text-align: center; }
.faq-overline, .faq-section-heading span { color: #248757; font-size: 11px; font-weight: 900; letter-spacing: 2px; }
.faq-intro h2 { margin: 10px 0 17px; color: var(--faq-navy); font-size: clamp(30px,3.3vw,43px); line-height: 1.3; letter-spacing: -2px; }
.faq-intro p { max-width: 780px; margin: 0 auto; color: #5b6878; font-size: 14px; line-height: 1.9; }

.faq-categories { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; padding-bottom: 65px; }
.faq-categories > a { min-height: 135px; border: 1px solid var(--faq-line); border-radius: 16px; padding: 21px; background: #fff; box-shadow: 0 8px 25px rgba(3,37,75,.05); }
.faq-categories > a:hover { transform: translateY(-4px); border-color: #9ecab0; box-shadow: 0 13px 30px rgba(3,37,75,.1); }
.faq-categories span { display: grid; width: 31px; height: 31px; margin-bottom: 12px; place-items: center; border-radius: 9px; background: var(--faq-mint); color: var(--faq-green); font-size: 10px; font-weight: 900; }
.faq-categories b, .faq-categories small { display: block; }.faq-categories b { color: var(--faq-navy); font-size: 15px; }.faq-categories small { margin-top: 7px; color: #7b8797; font-size: 10px; }

.faq-content { display: grid; grid-template-columns: 230px 1fr; gap: 35px; align-items: start; padding-bottom: 70px; scroll-margin-top: 100px; }
.faq-side { position: sticky; top: 115px; border: 1px solid var(--faq-line); border-radius: 16px; padding: 22px; background: #fff; box-shadow: 0 8px 25px rgba(3,37,75,.05); }
.faq-side > p { margin: 0 0 12px; color: #2c8b58; font-size: 9px; font-weight: 900; letter-spacing: 1.5px; }
.faq-side nav { display: grid; }
.faq-side nav a { border-bottom: 1px solid #edf1f4; padding: 12px 5px; color: #41536a; font-size: 12px; font-weight: 700; }
.faq-side nav a:hover { color: var(--faq-green); padding-left: 9px; }
.faq-side > div { margin-top: 20px; border-radius: 12px; padding: 16px; background: linear-gradient(135deg,#eef8f2,#e8f3fb); }
.faq-side > div b, .faq-side > div span { display: block; }.faq-side > div b { color: var(--faq-navy); font-size: 12px; }.faq-side > div span { margin: 7px 0 12px; color: #687789; font-size: 10px; line-height: 1.5; }.faq-side > div a { display: block; border-radius: 7px; padding: 9px; background: var(--faq-navy); color: #fff; text-align: center; font-size: 10px; font-weight: 800; }
.faq-groups { display: grid; gap: 45px; }
.faq-group { scroll-margin-top: 115px; }
.faq-group > header { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; }
.faq-group > header > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: var(--faq-mint); color: var(--faq-green); font-size: 12px; font-weight: 900; }
.faq-group > header small, .faq-group > header h2 { display: block; }.faq-group > header small { color: #2d925d; font-size: 9px; font-weight: 900; letter-spacing: 1.4px; }.faq-group > header h2 { margin: 2px 0 0; color: var(--faq-navy); font-size: 23px; }
.faq-group details { margin-bottom: 9px; overflow: hidden; border: 1px solid var(--faq-line); border-radius: 13px; background: #fff; box-shadow: 0 6px 20px rgba(3,37,75,.035); }
.faq-group details[open] { border-color: #bdd7c7; box-shadow: 0 9px 25px rgba(3,37,75,.07); }
.faq-group summary { position: relative; list-style: none; padding: 19px 55px 19px 22px; color: var(--faq-navy); cursor: pointer; font-size: 13px; font-weight: 800; }
.faq-group summary::-webkit-details-marker { display: none; }
.faq-group summary::after { position: absolute; top: 50%; right: 20px; display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: var(--faq-mint); color: var(--faq-green); content: "+"; font-size: 17px; transform: translateY(-50%); }
.faq-group details[open] summary::after { content: "−"; }
.faq-group details p { margin: 0; border-top: 1px solid #edf1f4; padding: 17px 22px 20px; background: #fbfdfc; color: #647286; font-size: 11px; line-height: 1.8; }

.faq-process { padding: 65px 0 62px; background: linear-gradient(130deg,#073873,#075c7b); color: #fff; }
.faq-section-heading { margin-bottom: 25px; }.faq-section-heading h2 { margin: 6px 0 0; color: var(--faq-navy); font-size: 30px; letter-spacing: -1.5px; }.faq-section-heading.light h2 { color: #fff; }.faq-section-heading.light span { color: #7bd4a5; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.process-grid article { position: relative; min-height: 180px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; padding: 27px 22px; background: rgba(255,255,255,.08); }
.process-grid i { position: absolute; right: 12px; bottom: -12px; color: rgba(255,255,255,.08); font-size: 76px; font-style: normal; font-weight: 950; }
.process-grid b { display: block; margin-bottom: 12px; color: #fff; font-size: 17px; }.process-grid p { max-width: 210px; margin: 0; color: #d5e7f3; font-size: 11px; line-height: 1.75; }
.faq-contact { margin-top: 40px; margin-bottom: 40px; background: linear-gradient(90deg,rgba(2,45,92,.72),rgba(3,102,143,.56)),url("../public/images/okigolf_back_1.jpg") center 55% / cover no-repeat; }

@media (max-width: 980px) {
  .faq-hero { min-height: 475px; background-position: 57% center; }
  .faq-highlights { grid-template-columns: repeat(2,1fr); }.faq-highlights article:nth-child(3)::before { display: none; }.faq-highlights article:nth-child(-n+2) { border-bottom: 1px solid #dce6ed; }
  .faq-categories { grid-template-columns: repeat(2,1fr); }
  .faq-content { grid-template-columns: 1fr; }.faq-side { position: static; }.faq-side nav { grid-template-columns: repeat(4,1fr); }.faq-side nav a { text-align: center; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 680px) {
  .faq-hero { min-height: 590px; align-items: flex-end; background-position: 62% center; }
  .faq-hero-inner, .faq-shell { width: calc(100% - 28px); }.faq-hero-inner { padding: 70px 0 110px; }.faq-kicker { font-size: 10px; }
  .faq-hero h1 { font-size: clamp(39px,11vw,52px); letter-spacing: -3px; }.faq-hero-text { max-width: 330px; font-size: 13px; }
  .faq-highlights { width: calc(100% - 28px); margin-top: -74px; }.faq-highlights article { gap: 8px; padding: 18px 7px; }.faq-highlights article > span { font-size: 21px; }.faq-highlights article:nth-child(n+3) > span { font-size: 11px; }.faq-highlights b { font-size: 12px; }.faq-highlights small { font-size: 9px; }
  .faq-intro { padding: 62px 0 43px; }.faq-intro h2 { font-size: 29px; }.faq-intro p { font-size: 13px; }
  .faq-categories { grid-template-columns: 1fr; padding-bottom: 50px; }.faq-categories > a { min-height: 115px; }
  .faq-content { gap: 28px; }.faq-side nav { grid-template-columns: 1fr 1fr; }
  .faq-group > header h2 { font-size: 21px; }.faq-group summary { padding: 17px 48px 17px 17px; font-size: 12px; }.faq-group summary::after { right: 14px; }.faq-group details p { padding: 15px 17px 18px; }
  .faq-process { padding: 50px 0 46px; }.faq-section-heading h2 { font-size: 26px; }.process-grid { grid-template-columns: 1fr; }.process-grid article { min-height: 145px; }
  .faq-contact { margin-top: 28px; margin-bottom: 28px; }
}

/* ==========================================================================
   Source: css/golf.css
   ========================================================================== */
.golf-page {
  --golf-navy: #052f70;
  --golf-blue: #0877bb;
  --golf-green: #137443;
  --golf-mint: #eaf6ef;
  --golf-line: #dbe5ec;
  background: #fff;
}

.golf-page main { overflow: hidden; }

.golf-hero {
  min-height: 510px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(1, 35, 75, 0.8) 0%, rgba(2, 56, 99, 0.46) 34%, rgba(1, 38, 74, 0.06) 62%),
    url("../public/images/golf-thumbnails.jpg") center / cover no-repeat;
  color: #fff;
}

.golf-hero-inner,
.golf-shell {
  width: min(1120px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.golf-hero-inner { padding: 65px 0 88px; }
.golf-kicker { margin: 0 0 13px; color: #bce6ff; font-size: 14px; font-weight: 800; letter-spacing: 2.2px; }
.golf-hero h1 { margin: 0; font-size: clamp(49px, 5.8vw, 74px); line-height: 1.08; letter-spacing: -4px; text-shadow: 0 4px 18px rgba(0, 28, 61, 0.28); }
.golf-hero h1 em { color: #fff; font-style: normal; }
.golf-hero-text { margin: 20px 0 24px; font-size: 16px; font-weight: 700; line-height: 1.75; }
.golf-hero-link { display: inline-flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.7); border-radius: 30px; padding: 11px 18px; background: rgba(0, 36, 75, 0.25); color: #fff; font-size: 13px; font-weight: 800; backdrop-filter: blur(5px); }
.golf-hero-link span { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: #fff; color: var(--golf-navy); }
.golf-hero-link:hover { transform: translateY(-3px); background: rgba(0, 36, 75, 0.5); }

.golf-highlights {
  position: relative;
  z-index: 2;
  width: min(1060px, calc(100% - 48px));
  min-height: 120px;
  margin: -58px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(217, 229, 238, 0.88);
  border-radius: 18px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 18px 45px rgba(2, 35, 73, 0.15);
  backdrop-filter: blur(8px);
}
.golf-highlights article { position: relative; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 22px 16px; }
.golf-highlights article + article::before { position: absolute; top: 25px; bottom: 25px; left: 0; width: 1px; background: #dce6ed; content: ""; }
.golf-highlights article > span { color: var(--golf-green); font-size: 30px; font-weight: 950; letter-spacing: -1px; }
.golf-highlights article:last-child > span { font-size: 18px; }
.golf-highlights b, .golf-highlights small { display: block; }
.golf-highlights b { color: var(--golf-navy); font-size: 14px; }
.golf-highlights small { margin-top: 5px; color: #718094; font-size: 11px; }

.golf-intro { padding: 74px 0 55px; text-align: center; }
.golf-overline, .golf-section-heading span { color: #248754; font-size: 11px; font-weight: 900; letter-spacing: 2px; }
.golf-intro h2 { margin: 10px 0 17px; color: var(--golf-navy); font-size: clamp(30px, 3.3vw, 43px); line-height: 1.3; letter-spacing: -2px; }
.golf-intro p { max-width: 760px; margin: 0 auto; color: #5b6878; font-size: 14px; line-height: 1.9; }

.golf-courses { padding-bottom: 68px; }
.golf-section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 25px; }
.golf-section-heading h2 { margin: 6px 0 0; color: var(--golf-navy); font-size: 30px; letter-spacing: -1.5px; }
.golf-section-heading > p { margin: 0; color: #748091; text-align: right; font-size: 12px; line-height: 1.65; }
.golf-course-list { display: grid; gap: 24px; }
.golf-course-card { min-height: 310px; display: grid; grid-template-columns: 1.08fr 1fr; overflow: hidden; border: 1px solid var(--golf-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(3, 37, 75, 0.07); }
.golf-course-card.reverse { grid-template-columns: 1fr 1.08fr; }
.golf-course-card.reverse .golf-course-image { order: 2; }
.golf-course-card.reverse .golf-course-copy { order: 1; }
.golf-course-image { position: relative; min-height: 310px; background-image: url("../public/images/golf-thumbnails.png"); background-size: 400% 100%; background-repeat: no-repeat; }
.golf-course-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0, 34, 67, .38)); content: ""; }
.golf-course-image > span { position: absolute; z-index: 1; top: 20px; left: 20px; border-radius: 20px; padding: 7px 11px; background: rgba(255,255,255,.91); color: var(--golf-navy); font-size: 10px; font-weight: 900; letter-spacing: 1px; }
.golf-course-image > b { position: absolute; z-index: 1; right: 21px; bottom: 10px; color: rgba(255,255,255,.95); font-size: 52px; line-height: 1; }
.golf-course-image-1 { background-position: 0 center; }
.golf-course-image-2 { background-position: 33.333% center; }
.golf-course-image-3 { background-position: 66.667% center; }
.golf-course-image-4 { background-position: 100% center; }
.golf-course-copy { display: flex; flex-direction: column; justify-content: center; padding: 31px 36px; }
.course-location { margin: 0 0 7px !important; color: #2f9560 !important; font-size: 10px !important; font-weight: 900; letter-spacing: 1.5px; }
.golf-course-copy h3 { margin: 0 0 9px; color: var(--golf-navy); font-size: 24px; letter-spacing: -1px; }
.golf-course-copy > strong { color: #1a7043; font-size: 14px; }
.golf-course-copy > p { margin: 13px 0 17px; color: #566476; font-size: 12px; line-height: 1.75; }
.golf-course-copy ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; }
.golf-course-copy li { border: 1px solid #cfe2d6; border-radius: 20px; padding: 6px 10px; background: var(--golf-mint); color: #31724d; font-size: 10px; font-weight: 800; }

.golf-guide { padding: 65px 0 62px; background: linear-gradient(130deg, #073873, #075c7b); color: #fff; }
.golf-section-heading.light h2 { color: #fff; }
.golf-section-heading.light span { color: #7bd4a4; }
.golf-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.golf-guide-grid article { position: relative; min-height: 175px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; padding: 27px 25px; background: rgba(255,255,255,.08); }
.golf-guide-grid i { position: absolute; right: 16px; bottom: -13px; color: rgba(255,255,255,.08); font-size: 82px; font-style: normal; font-weight: 950; }
.golf-guide-grid b { display: block; margin-bottom: 12px; color: #fff; font-size: 18px; }
.golf-guide-grid p { max-width: 245px; margin: 0; color: #d5e7f3; font-size: 12px; line-height: 1.75; }
.golf-guide-note { margin: 20px 0 0; color: #b8d2e2; text-align: center; font-size: 11px; }

.golf-contact { margin-top: 40px; margin-bottom: 40px; background: linear-gradient(90deg, rgba(2, 45, 92, .72), rgba(3, 102, 143, .6)), url("../public/images/sub1.jpg") center 55% / cover no-repeat; }

@media (max-width: 980px) {
  .golf-hero { min-height: 475px; background-position: 57% center; }
  .golf-highlights { grid-template-columns: repeat(2, 1fr); }
  .golf-highlights article:nth-child(3)::before { display: none; }
  .golf-highlights article:nth-child(-n + 2) { border-bottom: 1px solid #dce6ed; }
  .golf-course-card, .golf-course-card.reverse { grid-template-columns: 1fr; }
  .golf-course-card.reverse .golf-course-image, .golf-course-card.reverse .golf-course-copy { order: initial; }
  .golf-course-image { min-height: 330px; }
  .golf-guide-grid { gap: 12px; }
}

@media (max-width: 680px) {
  .golf-hero { min-height: 570px; align-items: flex-end; background-position: 62% center; }
  .golf-hero-inner, .golf-shell { width: calc(100% - 28px); }
  .golf-hero-inner { padding: 70px 0 105px; }
  .golf-kicker { font-size: 10px; }
  .golf-hero h1 { font-size: clamp(40px, 12vw, 54px); letter-spacing: -3px; }
  .golf-hero-text { max-width: 335px; font-size: 13px; }
  .golf-highlights { width: calc(100% - 28px); margin-top: -72px; }
  .golf-highlights article { gap: 9px; padding: 18px 8px; }
  .golf-highlights article > span { font-size: 25px; }
  .golf-highlights b { font-size: 12px; }
  .golf-highlights small { font-size: 9px; }
  .golf-intro { padding: 60px 0 42px; }
  .golf-intro h2 { font-size: 29px; }
  .golf-intro p { font-size: 13px; }
  .golf-section-heading { display: block; }
  .golf-section-heading h2 { font-size: 26px; }
  .golf-section-heading > p { margin-top: 10px; text-align: left; }
  .golf-course-image { min-height: 230px; }
  .golf-course-copy { padding: 25px 21px 28px; }
  .golf-course-copy h3 { font-size: 20px; }
  .golf-guide { padding: 50px 0 46px; }
  .golf-guide-grid { grid-template-columns: 1fr; }
  .golf-guide-grid article { min-height: 145px; }
  .golf-contact { margin-top: 28px; margin-bottom: 28px; }
}

/* ==========================================================================
   Source: css/includes.css
   ========================================================================== */
.includes-page {
  --includes-navy: #052f70;
  --includes-blue: #0878b5;
  --includes-green: #23864e;
  --includes-mint: #ecf8f0;
  --includes-red: #df2632;
  --includes-pink: #fff0f1;
  --includes-line: #dce6ed;
  background: #fff;
}

.includes-page main { overflow: hidden; }

.includes-hero {
  min-height: 510px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(1,34,73,.84) 0%, rgba(2,61,106,.49) 38%, rgba(1,39,72,.08) 68%),
    url("../public/images/sub3.jpg") center 52% / cover no-repeat;
  color: #fff;
}
.includes-hero-inner,
.includes-shell { width: min(1120px, calc(100% - 48px)); margin-right: auto; margin-left: auto; }
.includes-hero-inner { padding: 65px 0 88px; }
.includes-kicker { margin: 0 0 13px; color: #bde8ff; font-size: 14px; font-weight: 800; letter-spacing: 2.2px; }
.includes-hero h1 { margin: 0; font-size: clamp(49px,5.7vw,73px); line-height: 1.08; letter-spacing: -4px; text-shadow: 0 4px 18px rgba(0,28,61,.3); }
.includes-hero h1 em { color: #fff; font-style: normal; }
.includes-hero-text { margin: 20px 0 24px; font-size: 16px; font-weight: 700; line-height: 1.75; }
.includes-hero-link { display: inline-flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.7); border-radius: 30px; padding: 11px 18px; background: rgba(0,36,75,.28); color: #fff; font-size: 13px; font-weight: 800; backdrop-filter: blur(5px); }
.includes-hero-link span { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: #fff; color: var(--includes-navy); }
.includes-hero-link:hover { transform: translateY(-3px); background: rgba(0,36,75,.52); }

.includes-highlights {
  position: relative;
  z-index: 2;
  width: min(1060px, calc(100% - 48px));
  min-height: 120px;
  margin: -58px auto 0;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border: 1px solid rgba(217,229,238,.88);
  border-radius: 18px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 18px 45px rgba(2,35,73,.15);
  backdrop-filter: blur(8px);
}
.includes-highlights article { position: relative; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 22px 13px; }
.includes-highlights article + article::before { position: absolute; top: 25px; bottom: 25px; left: 0; width: 1px; background: #dce6ed; content: ""; }
.includes-highlights article > span { color: var(--includes-green); font-size: 27px; font-weight: 950; letter-spacing: -1px; }
.includes-highlights article:last-child > span { font-size: 16px; }
.includes-highlights b, .includes-highlights small { display: block; }
.includes-highlights b { color: var(--includes-navy); font-size: 14px; }
.includes-highlights small { margin-top: 5px; color: #718094; font-size: 11px; }

.includes-intro { padding: 74px 0 55px; text-align: center; }
.includes-overline, .includes-section-heading span { color: #248757; font-size: 11px; font-weight: 900; letter-spacing: 2px; }
.includes-intro h2 { margin: 10px 0 17px; color: var(--includes-navy); font-size: clamp(30px,3.3vw,43px); line-height: 1.3; letter-spacing: -2px; }
.includes-intro p { max-width: 780px; margin: 0 auto; color: #5b6878; font-size: 14px; line-height: 1.9; }

.detail-section { padding-bottom: 65px; }
.includes-section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 25px; }
.includes-section-heading h2 { margin: 6px 0 0; color: var(--includes-navy); font-size: 30px; letter-spacing: -1.5px; }
.includes-section-heading > p { margin: 0; color: #748091; text-align: right; font-size: 12px; line-height: 1.65; }
.includes-section-heading.centered { justify-content: center; text-align: center; }
.include-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
.include-panel { overflow: hidden; border: 1px solid var(--includes-line); border-radius: 19px; padding: 27px 28px 30px; background: #fff; box-shadow: 0 13px 38px rgba(3,37,75,.07); }
.include-panel header { display: flex; align-items: center; gap: 13px; }
.include-panel header > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--includes-green); color: #fff; font-size: 23px; font-weight: 900; }
.include-panel header small, .include-panel header h3 { display: block; }
.include-panel header small { color: #2f9560; font-size: 9px; font-weight: 900; letter-spacing: 1.4px; }
.include-panel header h3 { margin: 2px 0 0; color: var(--includes-navy); font-size: 23px; }
.panel-summary { margin: 18px 0; border-radius: 10px; padding: 12px 14px; background: var(--includes-mint); color: #417259; font-size: 11px; line-height: 1.6; }
.include-panel > ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.include-panel > ul li { display: grid; grid-template-columns: 33px 1fr; gap: 11px; border-bottom: 1px solid #edf1f4; padding: 11px 0; }
.include-panel > ul li:last-child { border-bottom: 0; }
.include-panel li i { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: var(--includes-mint); color: var(--includes-green); font-size: 9px; font-style: normal; font-weight: 900; }
.include-panel li b, .include-panel li span { display: block; }
.include-panel li b { color: #253d58; font-size: 13px; }
.include-panel li span { margin-top: 4px; color: #798597; font-size: 10px; line-height: 1.5; }
.include-panel-no header > span { background: var(--includes-red); }
.include-panel-no header small { color: var(--includes-red); }
.include-panel-no .panel-summary { background: var(--includes-pink); color: #9b555b; }
.include-panel-no li i { background: var(--includes-pink); color: var(--includes-red); }
.extra-note { margin-top: 18px; border-left: 3px solid var(--includes-red); border-radius: 0 9px 9px 0; padding: 13px 15px; background: #fff7f7; }
.extra-note b { color: #9e3039; font-size: 11px; }
.extra-note p { margin: 6px 0 0; color: #83666a; font-size: 10px; line-height: 1.6; }

.cost-section { padding: 0 0 68px; }
.cost-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.cost-grid article { min-height: 175px; border: 1px solid var(--includes-line); border-radius: 16px; padding: 24px 21px; background: #fff; box-shadow: 0 8px 25px rgba(3,37,75,.05); text-align: center; }
.cost-grid i { display: grid; width: 42px; height: 42px; margin: 0 auto 13px; place-items: center; border-radius: 12px; background: var(--includes-mint); color: var(--includes-green); font-size: 21px; font-style: normal; }
.cost-grid b, .cost-grid strong { display: block; }
.cost-grid b { color: #7c8999; font-size: 10px; letter-spacing: 1px; }
.cost-grid strong { margin-top: 5px; color: var(--includes-navy); font-size: 14px; }
.cost-grid p { margin: 9px 0 0; color: #738093; font-size: 10px; line-height: 1.6; }

.includes-guide { padding: 65px 0 62px; background: linear-gradient(130deg,#073873,#075c7b); color: #fff; }
.includes-section-heading.light h2 { color: #fff; }
.includes-section-heading.light span { color: #7bd4a5; }
.guide-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.guide-grid article { position: relative; min-height: 175px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; padding: 27px 25px; background: rgba(255,255,255,.08); }
.guide-grid i { position: absolute; right: 16px; bottom: -13px; color: rgba(255,255,255,.08); font-size: 82px; font-style: normal; font-weight: 950; }
.guide-grid b { display: block; margin-bottom: 12px; color: #fff; font-size: 18px; }
.guide-grid p { max-width: 245px; margin: 0; color: #d5e7f3; font-size: 12px; line-height: 1.75; }
.guide-note { margin: 20px 0 0; color: #b8d2e2; text-align: center; font-size: 11px; }

.quick-faq { padding: 65px 0 25px; }
.faq-grid { max-width: 880px; margin: 0 auto; display: grid; gap: 10px; }
.faq-grid details { border: 1px solid var(--includes-line); border-radius: 13px; padding: 18px 20px; background: #fff; box-shadow: 0 7px 20px rgba(3,37,75,.04); }
.faq-grid summary { position: relative; padding-right: 30px; color: var(--includes-navy); cursor: pointer; font-size: 13px; font-weight: 800; }
.faq-grid summary::marker { color: var(--includes-green); }
.faq-grid details p { margin: 13px 0 0; color: #687689; font-size: 11px; line-height: 1.75; }
.includes-contact { margin-top: 40px; margin-bottom: 40px; background: linear-gradient(90deg,rgba(2,45,92,.72),rgba(3,102,143,.56)),url("../public/images/okigolf_back_1.jpg") center 58% / cover no-repeat; }

@media (max-width: 980px) {
  .includes-hero { min-height: 475px; background-position: 60% center; }
  .includes-highlights { grid-template-columns: repeat(2,1fr); }
  .includes-highlights article:nth-child(3)::before { display: none; }
  .includes-highlights article:nth-child(-n+2) { border-bottom: 1px solid #dce6ed; }
  .include-compare { grid-template-columns: 1fr; }
  .cost-grid { grid-template-columns: repeat(2,1fr); }
  .guide-grid { gap: 12px; }
}

@media (max-width: 680px) {
  .includes-hero { min-height: 590px; align-items: flex-end; background-position: 65% center; }
  .includes-hero-inner, .includes-shell { width: calc(100% - 28px); }
  .includes-hero-inner { padding: 70px 0 110px; }
  .includes-kicker { font-size: 10px; }
  .includes-hero h1 { font-size: clamp(39px,11vw,52px); letter-spacing: -3px; }
  .includes-hero-text { max-width: 330px; font-size: 13px; }
  .includes-highlights { width: calc(100% - 28px); margin-top: -74px; }
  .includes-highlights article { gap: 8px; padding: 18px 7px; }
  .includes-highlights article > span { font-size: 22px; }
  .includes-highlights article:last-child > span { font-size: 12px; }
  .includes-highlights b { font-size: 12px; }
  .includes-highlights small { font-size: 9px; }
  .includes-intro { padding: 62px 0 43px; }
  .includes-intro h2 { font-size: 29px; }
  .includes-intro p { font-size: 13px; }
  .includes-section-heading { display: block; }
  .includes-section-heading h2 { font-size: 26px; }
  .includes-section-heading > p { margin-top: 10px; text-align: left; }
  .includes-section-heading.centered { text-align: left; }
  .include-panel { padding: 23px 19px 25px; }
  .include-panel header h3 { font-size: 21px; }
  .cost-grid { grid-template-columns: 1fr; }
  .cost-grid article { min-height: 150px; }
  .includes-guide { padding: 50px 0 46px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-grid article { min-height: 145px; }
  .quick-faq { padding-top: 50px; }
  .includes-contact { margin-top: 28px; margin-bottom: 28px; }
}

/* ==========================================================================
   Source: css/reviews.css
   ========================================================================== */
.reviews-page {
  --reviews-navy: #052f70;
  --reviews-blue: #0878b5;
  --reviews-green: #247e50;
  --reviews-mint: #eaf6f0;
  --reviews-gold: #ffb51b;
  --reviews-line: #dce6ed;
  background: #fff;
}

.reviews-page main { overflow: hidden; }
.reviews-hero { min-height: 510px; display: flex; align-items: center; background: linear-gradient(90deg,rgba(1,34,73,.84) 0%,rgba(2,61,106,.48) 37%,rgba(1,39,72,.08) 68%),url("../public/images/sub1.jpg") center 52% / cover no-repeat; color: #fff; }
.reviews-hero-inner, .reviews-shell { width: min(1120px,calc(100% - 48px)); margin-right: auto; margin-left: auto; }
.reviews-hero-inner { padding: 65px 0 88px; }
.reviews-kicker { margin: 0 0 13px; color: #bde8ff; font-size: 14px; font-weight: 800; letter-spacing: 2.2px; }
.reviews-hero h1 { margin: 0; font-size: clamp(49px,5.7vw,73px); line-height: 1.08; letter-spacing: -4px; text-shadow: 0 4px 18px rgba(0,28,61,.3); }
.reviews-hero h1 em { color: #fff; font-style: normal; }
.reviews-hero-text { margin: 20px 0 24px; font-size: 16px; font-weight: 700; line-height: 1.75; }
.reviews-hero-link { display: inline-flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.7); border-radius: 30px; padding: 11px 18px; background: rgba(0,36,75,.28); color: #fff; font-size: 13px; font-weight: 800; backdrop-filter: blur(5px); }
.reviews-hero-link span { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: #fff; color: var(--reviews-navy); }
.reviews-hero-link:hover { transform: translateY(-3px); background: rgba(0,36,75,.52); }

.reviews-highlights { position: relative; z-index: 2; width: min(1060px,calc(100% - 48px)); min-height: 120px; margin: -58px auto 0; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(217,229,238,.88); border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: 0 18px 45px rgba(2,35,73,.15); backdrop-filter: blur(8px); }
.reviews-highlights article { position: relative; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 22px 13px; }
.reviews-highlights article + article::before { position: absolute; top: 25px; bottom: 25px; left: 0; width: 1px; background: #dce6ed; content: ""; }
.reviews-highlights article > span { color: var(--reviews-green); font-size: 27px; font-weight: 950; letter-spacing: -1px; }
.reviews-highlights article:nth-child(n+3) > span { font-size: 15px; }
.reviews-highlights b, .reviews-highlights small { display: block; }
.reviews-highlights b { color: var(--reviews-navy); font-size: 14px; }
.reviews-highlights small { margin-top: 5px; color: #718094; font-size: 11px; }

.reviews-intro { padding: 74px 0 55px; text-align: center; }
.reviews-overline, .reviews-section-heading span { color: #248757; font-size: 11px; font-weight: 900; letter-spacing: 2px; }
.reviews-intro h2 { margin: 10px 0 17px; color: var(--reviews-navy); font-size: clamp(30px,3.3vw,43px); line-height: 1.3; letter-spacing: -2px; }
.reviews-intro p { max-width: 780px; margin: 0 auto; color: #5b6878; font-size: 14px; line-height: 1.9; }

.featured-story { min-height: 440px; display: grid; grid-template-columns: 1.08fr 1fr; overflow: hidden; border: 1px solid var(--reviews-line); border-radius: 20px; background: #fff; box-shadow: 0 14px 40px rgba(3,37,75,.09); }
.featured-image { position: relative; min-height: 440px; background: url("../public/images/sub2.jpg") 66% center / cover no-repeat; }
.featured-image::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 62%,rgba(0,38,70,.42)); content: ""; }
.featured-image > span { position: absolute; z-index: 1; bottom: 23px; left: 24px; border: 1px solid rgba(255,255,255,.65); border-radius: 20px; padding: 7px 12px; background: rgba(0,40,70,.3); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: 1.3px; backdrop-filter: blur(5px); }
.featured-copy { display: flex; flex-direction: column; justify-content: center; padding: 38px 42px; }
.story-type { margin: 0; color: #2e9360; font-size: 9px; font-weight: 900; letter-spacing: 1.5px; }
.review-stars { margin: 12px 0 8px; color: var(--reviews-gold); font-size: 17px; letter-spacing: 2px; }
.featured-copy h2 { margin: 0; color: var(--reviews-navy); font-size: 25px; line-height: 1.45; letter-spacing: -1.2px; }
.featured-copy blockquote { margin: 17px 0 21px; color: #5d6979; font-size: 12px; line-height: 1.9; }
.featured-copy footer { display: flex; align-items: center; gap: 10px; }
.review-avatar { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; background: #deebfa; color: var(--reviews-navy); font-weight: 900; }
.featured-copy footer b, .featured-copy footer small { display: block; }
.featured-copy footer b { color: #2d435b; font-size: 12px; }
.featured-copy footer small { margin-top: 3px; color: #8791a0; font-size: 9px; }

.review-list-section { padding: 68px 0 62px; }
.reviews-section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 25px; }
.reviews-section-heading h2 { margin: 6px 0 0; color: var(--reviews-navy); font-size: 30px; letter-spacing: -1.5px; }
.reviews-section-heading > p { margin: 0; color: #748091; text-align: right; font-size: 12px; line-height: 1.65; }
.reviews-section-heading.centered { justify-content: center; text-align: center; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.review-card { min-height: 285px; border: 1px solid var(--reviews-line); border-radius: 16px; padding: 23px; background: #fff; box-shadow: 0 8px 26px rgba(3,37,75,.055); }
.review-card header { display: grid; grid-template-columns: 38px 1fr auto; gap: 10px; align-items: center; }
.review-avatar.blue { background: #dfedfb; }.review-avatar.green { background: #ddf1e5; color: #216d47; }.review-avatar.navy { background: #e3e7f3; }.review-avatar.sand { background: #f2ead9; color: #795b22; }.review-avatar.coral { background: #f8e3e2; color: #99463f; }.review-avatar.teal { background: #dcefee; color: #24716e; }
.review-card header b, .review-card header small { display: block; }
.review-card header b { color: #2b4058; font-size: 12px; }
.review-card header small { margin-top: 3px; color: #929baa; font-size: 9px; }
.review-card header em { color: var(--reviews-gold); font-size: 11px; font-style: normal; letter-spacing: 1px; }
.review-card h3 { margin: 20px 0 11px; color: var(--reviews-navy); font-size: 16px; line-height: 1.5; }
.review-card > p { margin: 0; color: #657284; font-size: 11px; line-height: 1.8; }
.review-tags { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 6px; }
.review-tags span { border-radius: 15px; padding: 5px 8px; background: var(--reviews-mint); color: #3e7657; font-size: 9px; }

.moment-section { padding-bottom: 70px; }
.moment-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 16px; }
.moment-card { position: relative; min-height: 270px; overflow: hidden; border-radius: 17px; background-repeat: no-repeat; background-size: cover; box-shadow: 0 10px 28px rgba(3,37,75,.09); }
.moment-card::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 48%,rgba(1,34,66,.72)); content: ""; }
.moment-card.course { background-image: url("../public/images/golf-thumbnails.png"); background-size: 400% auto; background-position: 0 center; }
.moment-card.stay { background-image: url("../public/images/room-ocean-view.png"); background-position: 62% center; }
.moment-card.beach { background-image: url("../public/images/schedule-thumbnails.png"); background-size: 400% auto; background-position: 100% center; }
.moment-card > div { position: absolute; z-index: 1; right: 19px; bottom: 18px; left: 19px; color: #fff; }
.moment-card b, .moment-card span { display: block; }
.moment-card b { font-size: 18px; }.moment-card span { margin-top: 5px; color: #e3edf5; font-size: 11px; }

.reviews-score { padding: 65px 0 62px; background: linear-gradient(130deg,#073873,#075c7b); color: #fff; }
.reviews-section-heading.light h2 { color: #fff; }.reviews-section-heading.light span { color: #7bd4a5; }
.score-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px 30px; }
.score-grid article { border: 1px solid rgba(255,255,255,.16); border-radius: 14px; padding: 20px 22px; background: rgba(255,255,255,.08); }
.score-grid article > div { display: flex; align-items: center; justify-content: space-between; }
.score-grid b { font-size: 13px; }.score-grid strong { color: #fff; font-size: 22px; }
.score-grid article > span { display: block; height: 7px; margin: 13px 0 9px; overflow: hidden; border-radius: 7px; background: rgba(255,255,255,.16); }
.score-grid i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#65d49a,#b8f0d2); }
.score-grid p { margin: 0; color: #c8deeb; font-size: 10px; }
.score-note { margin: 20px 0 0; color: #b8d2e2; text-align: center; font-size: 10px; }
.reviews-contact { margin-top: 40px; margin-bottom: 40px; background: linear-gradient(90deg,rgba(2,45,92,.72),rgba(3,102,143,.56)),url("../public/images/sub1.jpg") center 55% / cover no-repeat; }

@media (max-width: 980px) {
  .reviews-hero { min-height: 475px; background-position: 54% center; }
  .reviews-highlights { grid-template-columns: repeat(2,1fr); }
  .reviews-highlights article:nth-child(3)::before { display: none; }
  .reviews-highlights article:nth-child(-n+2) { border-bottom: 1px solid #dce6ed; }
  .featured-story { grid-template-columns: 1fr; }.featured-image { min-height: 400px; }
  .review-grid { grid-template-columns: repeat(2,1fr); }
  .moment-grid { grid-template-columns: 1fr 1fr; }.moment-card:first-child { grid-column: 1/-1; }
}

@media (max-width: 680px) {
  .reviews-hero { min-height: 590px; align-items: flex-end; background-position: 57% center; }
  .reviews-hero-inner, .reviews-shell { width: calc(100% - 28px); }
  .reviews-hero-inner { padding: 70px 0 110px; }.reviews-kicker { font-size: 10px; }
  .reviews-hero h1 { font-size: clamp(39px,11vw,52px); letter-spacing: -3px; }.reviews-hero-text { max-width: 330px; font-size: 13px; }
  .reviews-highlights { width: calc(100% - 28px); margin-top: -74px; }
  .reviews-highlights article { gap: 8px; padding: 18px 7px; }.reviews-highlights article > span { font-size: 21px; }.reviews-highlights article:nth-child(n+3) > span { font-size: 11px; }
  .reviews-highlights b { font-size: 12px; }.reviews-highlights small { font-size: 9px; }
  .reviews-intro { padding: 62px 0 43px; }.reviews-intro h2 { font-size: 29px; }.reviews-intro p { font-size: 13px; }
  .featured-image { min-height: 270px; }.featured-copy { padding: 28px 21px 31px; }.featured-copy h2 { font-size: 21px; }
  .reviews-section-heading { display: block; }.reviews-section-heading h2 { font-size: 26px; }.reviews-section-heading > p { margin-top: 10px; text-align: left; }.reviews-section-heading.centered { text-align: left; }
  .review-grid { grid-template-columns: 1fr; }.review-card { min-height: 0; }
  .moment-grid { grid-template-columns: 1fr; }.moment-card:first-child { grid-column: auto; }.moment-card { min-height: 235px; }
  .reviews-score { padding: 50px 0 46px; }.score-grid { grid-template-columns: 1fr; gap: 11px; }
  .reviews-contact { margin-top: 28px; margin-bottom: 28px; }
}

/* ==========================================================================
   Source: css/schedule.css
   ========================================================================== */
.schedule-page {
  --schedule-navy: #052f70;
  --schedule-blue: #0878b8;
  --schedule-green: #167648;
  --schedule-mint: #eaf6f0;
  --schedule-line: #dbe5ed;
  background: #fff;
}

.schedule-page main { overflow: hidden; }

.schedule-hero {
  min-height: 510px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(1,34,73,.84) 0%, rgba(2,61,106,.5) 37%, rgba(1,39,72,.08) 68%),
    url("../public/images/schedule-thumbnails.jpg") center 54% / cover no-repeat;
  color: #fff;
}

.schedule-hero-inner,
.schedule-shell {
  width: min(1120px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.schedule-hero-inner { padding: 65px 0 88px; }
.schedule-kicker { margin: 0 0 13px; color: #bde8ff; font-size: 14px; font-weight: 800; letter-spacing: 2.2px; }
.schedule-hero h1 { margin: 0; font-size: clamp(49px, 5.7vw, 73px); line-height: 1.08; letter-spacing: -4px; text-shadow: 0 4px 18px rgba(0,28,61,.3); }
.schedule-hero h1 em { color: #fff; font-style: normal; }
.schedule-hero-text { margin: 20px 0 24px; font-size: 16px; font-weight: 700; line-height: 1.75; }
.schedule-hero-link { display: inline-flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.7); border-radius: 30px; padding: 11px 18px; background: rgba(0,36,75,.28); color: #fff; font-size: 13px; font-weight: 800; backdrop-filter: blur(5px); }
.schedule-hero-link span { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: #fff; color: var(--schedule-navy); }
.schedule-hero-link:hover { transform: translateY(-3px); background: rgba(0,36,75,.52); }

.schedule-highlights {
  position: relative;
  z-index: 2;
  width: min(1060px, calc(100% - 48px));
  min-height: 120px;
  margin: -58px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(217,229,238,.88);
  border-radius: 18px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 18px 45px rgba(2,35,73,.15);
  backdrop-filter: blur(8px);
}
.schedule-highlights article { position: relative; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 22px 13px; }
.schedule-highlights article + article::before { position: absolute; top: 25px; bottom: 25px; left: 0; width: 1px; background: #dce6ed; content: ""; }
.schedule-highlights article > span { color: var(--schedule-green); font-size: 28px; font-weight: 950; letter-spacing: -1px; }
.schedule-highlights article:nth-child(n+3) > span { font-size: 16px; }
.schedule-highlights b, .schedule-highlights small { display: block; }
.schedule-highlights b { color: var(--schedule-navy); font-size: 14px; }
.schedule-highlights small { margin-top: 5px; color: #718094; font-size: 11px; }

.schedule-intro { padding: 74px 0 55px; text-align: center; }
.schedule-overline, .schedule-section-heading span { color: #248757; font-size: 11px; font-weight: 900; letter-spacing: 2px; }
.schedule-intro h2 { margin: 10px 0 17px; color: var(--schedule-navy); font-size: clamp(30px,3.3vw,43px); line-height: 1.3; letter-spacing: -2px; }
.schedule-intro p { max-width: 780px; margin: 0 auto; color: #5b6878; font-size: 14px; line-height: 1.9; }

.itinerary-section { padding-bottom: 68px; }
.schedule-section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 25px; }
.schedule-section-heading h2 { margin: 6px 0 0; color: var(--schedule-navy); font-size: 30px; letter-spacing: -1.5px; }
.schedule-section-heading > p { margin: 0; color: #748091; text-align: right; font-size: 12px; line-height: 1.65; }
.schedule-section-heading.centered { justify-content: center; text-align: center; }
.itinerary-list { display: grid; gap: 24px; }
.itinerary-card { min-height: 370px; display: grid; grid-template-columns: 1.06fr 1fr; overflow: hidden; border: 1px solid var(--schedule-line); border-radius: 19px; background: #fff; box-shadow: 0 13px 38px rgba(3,37,75,.08); }
.itinerary-card.reverse { grid-template-columns: 1fr 1.06fr; }
.itinerary-card.reverse .itinerary-image { order: 2; }
.itinerary-card.reverse .itinerary-copy { order: 1; }
.itinerary-image { position: relative; min-height: 370px; background-image: url("../public/images/schedule-thumbnails.png"); background-size: 400% auto; background-repeat: no-repeat; }
.itinerary-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 57%, rgba(0,34,67,.46)); content: ""; }
.itinerary-image > span { position: absolute; z-index: 1; top: 20px; left: 20px; border-radius: 20px; padding: 7px 11px; background: rgba(255,255,255,.92); color: var(--schedule-navy); font-size: 10px; font-weight: 900; letter-spacing: 1px; }
.itinerary-image > b { position: absolute; z-index: 1; right: 22px; bottom: 14px; color: #fff; font-size: 39px; line-height: 1; }
.itinerary-image-1 { background-position: 0 center; }
.itinerary-image-2 { background-position: 33.333% center; }
.itinerary-image-3 { background-position: 66.667% center; }
.itinerary-image-4 { background-position: 100% center; }
.itinerary-copy { display: flex; flex-direction: column; justify-content: center; padding: 31px 36px; }
.day-label { margin: 0 0 7px; color: #2f9560; font-size: 10px; font-weight: 900; letter-spacing: 1.5px; }
.itinerary-copy h3 { margin: 0 0 8px; color: var(--schedule-navy); font-size: 26px; letter-spacing: -1px; }
.itinerary-copy > strong { color: var(--schedule-green); font-size: 13px; }
.itinerary-copy ol { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 13px; }
.itinerary-copy li { display: grid; grid-template-columns: 67px 1fr; gap: 12px; align-items: start; }
.itinerary-copy time { border-radius: 15px; padding: 5px 7px; background: var(--schedule-mint); color: #317650; text-align: center; font-size: 9px; font-weight: 900; }
.itinerary-copy li b, .itinerary-copy li span { display: block; }
.itinerary-copy li b { color: #263e59; font-size: 12px; }
.itinerary-copy li span { margin-top: 4px; color: #788496; font-size: 10px; line-height: 1.5; }

.schedule-flow { padding: 65px 0 62px; background: linear-gradient(130deg,#073873,#075c7b); color: #fff; }
.schedule-section-heading.light h2 { color: #fff; }
.schedule-section-heading.light span { color: #7bd4a5; }
.flow-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.flow-grid article { position: relative; min-height: 180px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; padding: 27px 22px; background: rgba(255,255,255,.08); }
.flow-grid i { position: absolute; right: 12px; bottom: -12px; color: rgba(255,255,255,.08); font-size: 76px; font-style: normal; font-weight: 950; }
.flow-grid b { display: block; margin-bottom: 12px; color: #fff; font-size: 17px; }
.flow-grid p { max-width: 210px; margin: 0; color: #d5e7f3; font-size: 11px; line-height: 1.75; }
.flow-note { margin: 20px 0 0; color: #b8d2e2; text-align: center; font-size: 11px; }

.schedule-options { padding: 65px 0 28px; }
.option-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.option-grid article { min-height: 125px; display: flex; align-items: flex-start; gap: 15px; border: 1px solid var(--schedule-line); border-radius: 15px; padding: 23px; background: #fff; box-shadow: 0 8px 25px rgba(3,37,75,.05); }
.option-grid article > span { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 50%; background: var(--schedule-mint); color: var(--schedule-green); font-size: 20px; }
.option-grid b { color: var(--schedule-navy); font-size: 15px; }
.option-grid p { margin: 7px 0 0; color: #687588; font-size: 11px; line-height: 1.65; }

.schedule-contact { margin-top: 40px; margin-bottom: 40px; background: linear-gradient(90deg,rgba(2,45,92,.72),rgba(3,102,143,.56)),url("../public/images/okigolf_back_1.jpg") center 57% / cover no-repeat; }

@media (max-width: 980px) {
  .schedule-hero { min-height: 475px; background-position: 61% center; }
  .schedule-highlights { grid-template-columns: repeat(2,1fr); }
  .schedule-highlights article:nth-child(3)::before { display: none; }
  .schedule-highlights article:nth-child(-n+2) { border-bottom: 1px solid #dce6ed; }
  .itinerary-card, .itinerary-card.reverse { grid-template-columns: 1fr; }
  .itinerary-card.reverse .itinerary-image, .itinerary-card.reverse .itinerary-copy { order: initial; }
  .itinerary-image { min-height: 370px; }
  .flow-grid { grid-template-columns: repeat(2,1fr); }
  .option-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .schedule-hero { min-height: 590px; align-items: flex-end; background-position: 65% center; }
  .schedule-hero-inner, .schedule-shell { width: calc(100% - 28px); }
  .schedule-hero-inner { padding: 70px 0 110px; }
  .schedule-kicker { font-size: 10px; }
  .schedule-hero h1 { font-size: clamp(40px,11.5vw,53px); letter-spacing: -3px; }
  .schedule-hero-text { max-width: 330px; font-size: 13px; }
  .schedule-highlights { width: calc(100% - 28px); margin-top: -74px; }
  .schedule-highlights article { gap: 8px; padding: 18px 7px; }
  .schedule-highlights article > span { font-size: 23px; }
  .schedule-highlights article:nth-child(n+3) > span { font-size: 13px; }
  .schedule-highlights b { font-size: 12px; }
  .schedule-highlights small { font-size: 9px; }
  .schedule-intro { padding: 62px 0 43px; }
  .schedule-intro h2 { font-size: 29px; }
  .schedule-intro p { font-size: 13px; }
  .schedule-section-heading { display: block; }
  .schedule-section-heading h2 { font-size: 26px; }
  .schedule-section-heading > p { margin-top: 10px; text-align: left; }
  .schedule-section-heading.centered { text-align: left; }
  .itinerary-image { min-height: 245px; }
  .itinerary-copy { padding: 26px 21px 29px; }
  .itinerary-copy h3 { font-size: 22px; }
  .itinerary-copy li { grid-template-columns: 60px 1fr; gap: 9px; }
  .schedule-flow { padding: 50px 0 46px; }
  .flow-grid { grid-template-columns: 1fr; }
  .flow-grid article { min-height: 145px; }
  .schedule-options { padding-top: 50px; }
  .schedule-contact { margin-top: 28px; margin-bottom: 28px; }
}

/* ==========================================================================
   Source: css/stay.css
   ========================================================================== */
.stay-page {
  --stay-navy: #052f70;
  --stay-blue: #087eb7;
  --stay-green: #17784b;
  --stay-mint: #eaf6f1;
  --stay-line: #dce6ed;
  background: #fff;
}

.stay-page main { overflow: hidden; }

.stay-hero {
  min-height: 510px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(1, 31, 68, .84) 0%, rgba(3, 66, 103, .5) 34%, rgba(3, 49, 79, .08) 65%),
    url("../public/images/room-ocean-view.png") center / cover no-repeat;
  color: #fff;
}

.stay-hero-inner,
.stay-shell {
  width: min(1120px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.stay-hero-inner { padding: 65px 0 88px; }
.stay-kicker { margin: 0 0 13px; color: #bdeaff; font-size: 14px; font-weight: 800; letter-spacing: 2.2px; }
.stay-hero h1 { margin: 0; font-size: clamp(48px, 5.6vw, 72px); line-height: 1.08; letter-spacing: -4px; text-shadow: 0 4px 18px rgba(0, 28, 61, .3); }
.stay-hero h1 em { color: #fff; font-style: normal; }
.stay-hero-text { margin: 20px 0 24px; font-size: 16px; font-weight: 700; line-height: 1.75; }
.stay-hero-link { display: inline-flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.7); border-radius: 30px; padding: 11px 18px; background: rgba(0, 36, 75, .28); color: #fff; font-size: 13px; font-weight: 800; backdrop-filter: blur(5px); }
.stay-hero-link span { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: #fff; color: var(--stay-navy); }
.stay-hero-link:hover { transform: translateY(-3px); background: rgba(0, 36, 75, .52); }

.stay-highlights {
  position: relative;
  z-index: 2;
  width: min(1060px, calc(100% - 48px));
  min-height: 120px;
  margin: -58px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(217, 229, 238, .88);
  border-radius: 18px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 18px 45px rgba(2, 35, 73, .15);
  backdrop-filter: blur(8px);
}
.stay-highlights article { position: relative; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 22px 13px; }
.stay-highlights article + article::before { position: absolute; top: 25px; bottom: 25px; left: 0; width: 1px; background: #dce6ed; content: ""; }
.stay-highlights article > span { color: var(--stay-green); font-size: 24px; font-weight: 950; letter-spacing: -1px; }
.stay-highlights b, .stay-highlights small { display: block; }
.stay-highlights b { color: var(--stay-navy); font-size: 14px; }
.stay-highlights small { margin-top: 5px; color: #718094; font-size: 11px; }

.stay-intro { padding: 74px 0 55px; text-align: center; }
.stay-overline, .stay-section-kicker, .stay-section-heading span { color: #24875a; font-size: 11px; font-weight: 900; letter-spacing: 2px; }
.stay-intro h2 { margin: 10px 0 17px; color: var(--stay-navy); font-size: clamp(30px, 3.3vw, 43px); line-height: 1.3; letter-spacing: -2px; }
.stay-intro p { max-width: 780px; margin: 0 auto; color: #5b6878; font-size: 14px; line-height: 1.9; }

.stay-showcase { display: grid; grid-template-columns: 1.12fr 1fr; overflow: hidden; border: 1px solid var(--stay-line); border-radius: 20px; background: #fff; box-shadow: 0 14px 40px rgba(3, 37, 75, .09); }
.stay-showcase-image { position: relative; min-height: 470px; background: url("../public/images/room-ocean-view.png") 28% center / cover no-repeat; }
.stay-showcase-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(0, 40, 70, .38)); content: ""; }
.stay-showcase-image span { position: absolute; z-index: 1; bottom: 23px; left: 24px; border: 1px solid rgba(255,255,255,.65); border-radius: 20px; padding: 7px 12px; background: rgba(0,40,70,.28); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: 1.3px; backdrop-filter: blur(5px); }
.stay-showcase-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px 42px 44px; }
.stay-showcase-copy h2 { margin: 8px 0 10px; color: var(--stay-navy); font-size: 29px; letter-spacing: -1.5px; }
.stay-showcase-copy > strong { color: var(--stay-green); font-size: 14px; }
.stay-showcase-copy > p { margin: 17px 0 21px; color: #586678; font-size: 12px; line-height: 1.85; }
.stay-showcase-copy ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; color: #34485f; font-size: 12px; }
.stay-showcase-copy li::before { display: inline-grid; width: 16px; height: 16px; margin-right: 9px; place-items: center; border-radius: 50%; background: #39965f; color: #fff; content: "✓"; font-size: 9px; font-weight: 900; }

.stay-gallery-section { padding: 68px 0 40px; }
.stay-section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 25px; }
.stay-section-heading h2 { margin: 6px 0 0; color: var(--stay-navy); font-size: 30px; letter-spacing: -1.5px; }
.stay-section-heading > p { margin: 0; color: #748091; text-align: right; font-size: 12px; line-height: 1.65; }
.stay-section-heading.centered { justify-content: center; text-align: center; }
.stay-gallery { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 16px; }
.stay-gallery-card { position: relative; min-height: 270px; overflow: hidden; border-radius: 17px; background-repeat: no-repeat; background-size: cover; box-shadow: 0 10px 28px rgba(3,37,75,.09); }
.stay-gallery-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(1,34,66,.72)); content: ""; }
.stay-gallery-card.living { background-image: url("../public/images/room-ocean-view.png"); background-position: 64% center; }
.stay-gallery-card.ocean { background-image: url("../public/images/room-ocean-view.png"); background-position: 6% center; }
.stay-gallery-card.location { background-image: url("../public/images/okigolf_back_1.jpg"); background-position: 58% center; }
.stay-gallery-card > div { position: absolute; z-index: 1; right: 19px; bottom: 18px; left: 19px; color: #fff; }
.stay-gallery-card b, .stay-gallery-card span { display: block; }
.stay-gallery-card b { font-size: 18px; }
.stay-gallery-card span { margin-top: 5px; color: #e3edf5; font-size: 11px; }

.stay-amenities { padding: 30px 0 70px; }
.amenity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.amenity-grid article { min-height: 150px; border: 1px solid var(--stay-line); border-radius: 15px; padding: 23px; background: #fff; box-shadow: 0 8px 25px rgba(3,37,75,.05); }
.amenity-grid i { display: grid; width: 36px; height: 36px; margin-bottom: 14px; place-items: center; border-radius: 10px; background: var(--stay-mint); color: var(--stay-green); font-size: 19px; font-style: normal; font-weight: 900; }
.amenity-grid b { display: block; color: var(--stay-navy); font-size: 15px; }
.amenity-grid p { margin: 8px 0 0; color: #687588; font-size: 11px; line-height: 1.65; }

.stay-guide { padding: 65px 0 62px; background: linear-gradient(130deg, #073873, #075c7b); color: #fff; }
.stay-section-heading.light h2 { color: #fff; }
.stay-section-heading.light span { color: #7bd4aa; }
.stay-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stay-guide-grid article { position: relative; min-height: 175px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; padding: 27px 25px; background: rgba(255,255,255,.08); }
.stay-guide-grid i { position: absolute; right: 16px; bottom: -13px; color: rgba(255,255,255,.08); font-size: 82px; font-style: normal; font-weight: 950; }
.stay-guide-grid b { display: block; margin-bottom: 12px; color: #fff; font-size: 18px; }
.stay-guide-grid p { max-width: 245px; margin: 0; color: #d5e7f3; font-size: 12px; line-height: 1.75; }
.stay-guide-note { margin: 20px 0 0; color: #b8d2e2; text-align: center; font-size: 11px; }

.stay-contact { margin-top: 40px; margin-bottom: 40px; background: linear-gradient(90deg, rgba(2,45,92,.7), rgba(3,102,143,.55)), url("../public/images/room-ocean-view.png") center 52% / cover no-repeat; }

.stay-page .product-footer { position: relative; overflow: hidden; border-top: 4px solid #48a96f; background: linear-gradient(125deg, #022652 0%, #063d76 58%, #075f78 100%); }
.stay-page .product-footer::before { position: absolute; inset: 0; background: radial-gradient(circle at 82% 12%, rgba(91, 205, 156, .15), transparent 29%), linear-gradient(115deg, transparent 66%, rgba(255,255,255,.04) 66% 67%, transparent 67%); content: ""; pointer-events: none; }
.stay-page .footer-inner { position: relative; z-index: 1; width: min(1180px, calc(100% - 56px)); min-height: 220px; padding: 43px 0 38px; grid-template-columns: 245px minmax(320px, 1fr) 225px; gap: 46px; }
.stay-page .footer-inner img { display: block; width: 205px; height: auto; filter: none; opacity: 1; }
:where(.stay-style-enabled) .stay-footer-brand a { display: flex; width: 225px; min-height: 82px; align-items: center; justify-content: center; border-radius: 14px; padding: 11px 10px; background: #fff; box-shadow: 0 12px 28px rgba(0,18,43,.25); }
:where(.stay-style-enabled) .stay-footer-brand p { margin: 15px 0 0; color: #bcd5e9; font-size: 11px; font-weight: 700; line-height: 1.65; letter-spacing: .2px; }
:where(.stay-style-enabled) .stay-footer-info { border-left: 1px solid rgba(255,255,255,.17); padding-left: 42px; }
:where(.stay-style-enabled) .stay-footer-kicker { display: block; margin: 0 0 9px !important; color: #73d6a5; font-size: 10px !important; font-weight: 900; letter-spacing: 1.8px; }
:where(.stay-style-enabled) .stay-footer-info strong { display: block; color: #fff; font-size: 20px; letter-spacing: -.6px; }
:where(.stay-style-enabled) .stay-footer-info address { display: flex; gap: 9px; margin-top: 17px; color: #e5eff7; font-size: 12px; font-style: normal; line-height: 1.75; }
:where(.stay-style-enabled) .stay-footer-info address > span:first-child { margin-top: 1px; }
:where(.stay-style-enabled) .stay-footer-info p { margin: 10px 0 0; color: #9fbcd2; font-size: 10px; line-height: 1.6; }
:where(.stay-style-enabled) .stay-footer-contact { align-self: stretch; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; padding: 23px 21px; background: rgba(1,28,62,.24); }
:where(.stay-style-enabled) .stay-footer-contact > span { margin: 0 0 8px !important; color: #79d9a9; font-size: 9px !important; font-weight: 900; letter-spacing: 1.5px; }
:where(.stay-style-enabled) .stay-footer-contact > a { color: #fff; font-size: 20px; font-weight: 900; text-decoration: none; }
:where(.stay-style-enabled) .stay-footer-contact .stay-footer-mail { margin-top: 7px; color: #b9d4e7; font-size: 10px; font-weight: 600; }
:where(.stay-style-enabled) .stay-footer-contact small { display: block; margin-top: 22px; color: #7599b6; font-size: 8px; line-height: 1.5; }

@media (max-width: 980px) {
  .stay-hero { min-height: 475px; background-position: 46% center; }
  .stay-highlights { grid-template-columns: repeat(2, 1fr); }
  .stay-highlights article:nth-child(3)::before { display: none; }
  .stay-highlights article:nth-child(-n + 2) { border-bottom: 1px solid #dce6ed; }
  .stay-showcase { grid-template-columns: 1fr; }
  .stay-showcase-image { min-height: 420px; }
  .stay-gallery { grid-template-columns: 1fr 1fr; }
  .stay-gallery-card:first-child { grid-column: 1 / -1; }
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
  .stay-guide-grid { gap: 12px; }
  .stay-page .footer-inner { grid-template-columns: 215px 1fr; gap: 30px; }
  :where(.stay-style-enabled) .stay-footer-brand a { width: 205px; }
  .stay-page .footer-inner img { width: 188px; }
  :where(.stay-style-enabled) .stay-footer-info { padding-left: 30px; }
  :where(.stay-style-enabled) .stay-footer-contact { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px 22px; }
  :where(.stay-style-enabled) .stay-footer-contact > span, :where(.stay-style-enabled) .stay-footer-contact small { margin: 0 !important; }
  :where(.stay-style-enabled) .stay-footer-contact .stay-footer-mail { margin: 0; }
}

@media (max-width: 680px) {
  .stay-hero { min-height: 590px; align-items: flex-end; background-position: 30% center; }
  .stay-hero-inner, .stay-shell { width: calc(100% - 28px); }
  .stay-hero-inner { padding: 70px 0 110px; }
  .stay-kicker { font-size: 10px; }
  .stay-hero h1 { font-size: clamp(39px, 11vw, 52px); letter-spacing: -3px; }
  .stay-hero-text { max-width: 330px; font-size: 13px; }
  .stay-highlights { width: calc(100% - 28px); margin-top: -74px; }
  .stay-highlights article { gap: 8px; padding: 18px 7px; }
  .stay-highlights article > span { font-size: 19px; }
  .stay-highlights b { font-size: 12px; }
  .stay-highlights small { font-size: 9px; }
  .stay-intro { padding: 62px 0 43px; }
  .stay-intro h2 { font-size: 29px; }
  .stay-intro p { font-size: 13px; }
  .stay-showcase-image { min-height: 270px; }
  .stay-showcase-copy { padding: 28px 21px 31px; }
  .stay-showcase-copy h2 { font-size: 24px; }
  .stay-gallery-section { padding-top: 50px; }
  .stay-section-heading { display: block; }
  .stay-section-heading h2 { font-size: 26px; }
  .stay-section-heading > p { margin-top: 10px; text-align: left; }
  .stay-section-heading.centered { text-align: left; }
  .stay-gallery { grid-template-columns: 1fr; }
  .stay-gallery-card:first-child { grid-column: auto; }
  .stay-gallery-card { min-height: 235px; }
  .amenity-grid { grid-template-columns: 1fr; }
  .stay-amenities { padding-bottom: 50px; }
  .stay-guide { padding: 50px 0 46px; }
  .stay-guide-grid { grid-template-columns: 1fr; }
  .stay-guide-grid article { min-height: 145px; }
  .stay-contact { margin-top: 28px; margin-bottom: 28px; }
  .stay-page .footer-inner { width: calc(100% - 32px); padding: 34px 0 31px; grid-template-columns: 1fr; gap: 26px; }
  :where(.stay-style-enabled) .stay-footer-brand a { width: min(225px, 100%); }
  :where(.stay-style-enabled) .stay-footer-brand p { margin-top: 12px; }
  :where(.stay-style-enabled) .stay-footer-info { border-top: 1px solid rgba(255,255,255,.16); border-left: 0; padding: 25px 0 0; }
  :where(.stay-style-enabled) .stay-footer-info strong { font-size: 18px; }
  :where(.stay-style-enabled) .stay-footer-address-break { display: none; }
  :where(.stay-style-enabled) .stay-footer-contact { grid-column: auto; display: flex; padding: 21px; }
  :where(.stay-style-enabled) .stay-footer-contact .stay-footer-mail { margin-top: 7px; }
  :where(.stay-style-enabled) .stay-footer-contact small { margin-top: 20px !important; }
}

/* Keep the home footer immune to generic product-footer spacing rules. */
.home-page .stay-footer-info address > span:first-child {
  margin-left: 0;
}
.home-page .stay-footer-info address > span:not(:first-child) {
  margin: 0;
}

/* ==========================================================================
   Round & Dine — golf + restaurant guide
   ========================================================================== */
.round-dine-page {
  --rd-ink: #072c54;
  --rd-blue: #0879a8;
  --rd-green: #188052;
  --rd-mint: #eaf7f1;
  --rd-coral: #f26b4f;
  --rd-cream: #fff7ee;
  --rd-line: #dce7ec;
  overflow: hidden;
  background: #fff;
  color: var(--rd-ink);
}
.rd-shell { width: min(1160px, calc(100% - 48px)); margin-right: auto; margin-left: auto; }
.round-dine-page a { transition: transform .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease; }
.round-dine-page a:focus-visible { outline: 3px solid #6ec7e9; outline-offset: 4px; }

.rd-hero {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #123f51;
  color: #fff;
}
.rd-hero-media, .rd-hero-shade, .rd-hero-slide { position: absolute; inset: 0; }
.rd-hero-media { overflow: hidden; }
.rd-hero-slide { opacity: 0; background-position: center; background-size: cover; background-repeat: no-repeat; animation: rdHeroFade 24s infinite ease-in-out; transform: scale(1.035); }
.rd-hero-slide-ginoza { background-image: url("../public/images/ginoza/course-pacific.jpg"); }
.rd-hero-slide-royal { background-image: url("../public/images/royal/course-panorama.jpg"); animation-delay: 6s; }
.rd-hero-slide-chura { background-image: url("../public/images/chura/course-ocean-fairway.jpg"); animation-delay: 12s; }
.rd-hero-slide-belbeach { background-image: url("../public/images/belbeach/course-ocean-fairway.jpg"); animation-delay: 18s; }
.rd-hero-shade { z-index: 1; background: linear-gradient(90deg,rgba(2,32,65,.92) 0%,rgba(3,66,94,.65) 40%,rgba(2,38,66,.1) 74%),linear-gradient(0deg,rgba(2,28,51,.42),transparent 50%); pointer-events: none; }
.rd-hero-inner { position: relative; z-index: 2; padding: 80px 0 115px; }
@keyframes rdHeroFade {
  0%, 20% { opacity: 1; transform: scale(1.035); }
  25%, 95% { opacity: 0; transform: scale(1.085); }
  100% { opacity: 1; transform: scale(1.035); }
}
.rd-eyebrow, .rd-section-label { margin: 0; font-size: 11px; font-weight: 900; letter-spacing: 2.4px; }
.rd-eyebrow { color: #8ee1ba; }
.rd-hero h1 { max-width: 850px; margin: 14px 0 0; font-size: clamp(48px,6vw,78px); line-height: 1.07; letter-spacing: -4.8px; text-shadow: 0 5px 25px rgba(0,18,42,.28); }
.rd-hero h1 em { color: #fff; font-style: normal; }
.rd-hero-copy { margin: 22px 0 28px; color: #e7f2f6; font-size: 16px; font-weight: 700; line-height: 1.8; }
.rd-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.rd-hero-actions a { display: inline-flex; align-items: center; gap: 13px; border: 1px solid rgba(255,255,255,.65); border-radius: 30px; padding: 11px 17px; background: rgba(3,37,72,.28); color: #fff; font-size: 12px; font-weight: 850; backdrop-filter: blur(6px); }
.rd-hero-actions a:nth-child(2) { border-color: rgba(255,194,174,.8); background: rgba(179,61,37,.38); }
.rd-hero-actions a:hover { transform: translateY(-3px); background: rgba(3,37,72,.58); }
.rd-hero-actions span { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: #fff; color: var(--rd-ink); }

.rd-quick { position: relative; z-index: 2; width: min(1080px, calc(100% - 48px)); min-height: 122px; margin: -61px auto 0; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(220,231,236,.9); border-radius: 20px; background: rgba(255,255,255,.97); box-shadow: 0 20px 48px rgba(2,35,68,.15); backdrop-filter: blur(8px); }
.rd-quick article { position: relative; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 22px 14px; }
.rd-quick article + article::before { position: absolute; top: 27px; bottom: 27px; left: 0; width: 1px; background: var(--rd-line); content: ""; }
.rd-quick strong { color: var(--rd-green); font-size: 30px; font-weight: 950; letter-spacing: -1px; }
.rd-quick article:nth-child(n+3) strong { font-size: 16px; letter-spacing: 0; }
.rd-quick b, .rd-quick small { display: block; }
.rd-quick b { font-size: 14px; }
.rd-quick small { margin-top: 5px; color: #738296; font-size: 10px; }

.rd-intro { padding: 90px 0 74px; text-align: center; }
.rd-section-label { color: var(--rd-green); }
.rd-intro h2 { margin: 11px 0 18px; font-size: clamp(32px,3.6vw,47px); line-height: 1.27; letter-spacing: -2.5px; }
.rd-intro > p:last-child { max-width: 770px; margin: 0 auto; color: #5f6d7c; font-size: 14px; line-height: 1.9; }

.rd-courses { padding-bottom: 92px; }
.rd-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.rd-heading h2 { margin: 7px 0 0; font-size: 31px; letter-spacing: -1.7px; }
.rd-heading > p { margin: 0; color: #758191; text-align: right; font-size: 12px; line-height: 1.7; }
.rd-course-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.rd-course-card { overflow: hidden; border: 1px solid var(--rd-line); border-radius: 20px; background: #fff; box-shadow: 0 14px 38px rgba(5,39,71,.08); }
.rd-course-image { position: relative; min-height: 260px; background-image: url("../public/images/golf-thumbnails.png"); background-size: 400% 100%; background-repeat: no-repeat; }
.rd-course-image::after { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(1,34,57,.04) 45%,rgba(1,31,57,.52)); content: ""; }
.rd-course-image > span { position: absolute; z-index: 1; top: 18px; left: 18px; border-radius: 20px; padding: 7px 11px; background: rgba(255,255,255,.92); color: var(--rd-ink); font-size: 9px; font-weight: 900; letter-spacing: 1.1px; }
.rd-course-image > b { position: absolute; z-index: 1; right: 19px; bottom: 9px; color: #fff; font-size: 50px; line-height: 1; }
.rd-course-image-1 { background-position: 0 center; }
.rd-course-image-2 { background-position: 33.333% center; }
.rd-course-image-3 { background-position: 66.667% center; }
.rd-course-image-4 { background-position: 100% center; }
.rd-course-body { padding: 29px 30px 31px; }
.rd-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.rd-card-top p { margin: 0; color: var(--rd-green); font-size: 9px; font-weight: 900; letter-spacing: 1.4px; }
.rd-card-top span { border-radius: 20px; padding: 5px 9px; background: var(--rd-mint); color: #3c7957; font-size: 9px; font-weight: 800; }
.rd-course-body h3 { margin: 9px 0 8px; font-size: 24px; letter-spacing: -1.3px; }
.rd-course-body > strong { color: #1b7047; font-size: 13px; }
.rd-course-body > p { min-height: 68px; margin: 14px 0 17px; color: #5b6979; font-size: 12px; line-height: 1.8; }
.rd-course-body ul { list-style: none; margin: 0 0 21px; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; }
.rd-course-body li { border: 1px solid #cee2d6; border-radius: 20px; padding: 6px 10px; background: #f4fbf7; color: #397353; font-size: 9px; font-weight: 800; }
.rd-map-link { display: inline-flex; align-items: center; gap: 8px; color: var(--rd-ink); font-size: 11px; font-weight: 900; }
.rd-map-link span { color: var(--rd-green); font-size: 15px; }
.rd-map-link:hover { color: var(--rd-green); transform: translateX(3px); }

.rd-dining { position: relative; padding: 86px 0 76px; overflow: hidden; background: #102e32; color: #fff; }
.rd-dining::before { position: absolute; inset: 0; background: radial-gradient(circle at 8% 12%,rgba(242,107,79,.22),transparent 28%), radial-gradient(circle at 92% 82%,rgba(58,158,116,.2),transparent 32%); content: ""; pointer-events: none; }
.rd-dining .rd-shell { position: relative; z-index: 1; }
.rd-heading-light .rd-section-label { color: #ff9c83; }
.rd-heading-light h2 { color: #fff; }
.rd-heading-light > p { color: #b9ced0; }
.rd-menu-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin: 8px 0 18px; }
.rd-menu-heading span, .rd-restaurant-label span { color: #ff9c83; font-size: 9px; font-weight: 900; letter-spacing: 1.7px; }
.rd-menu-heading h3, .rd-restaurant-label h3 { margin: 5px 0 0; color: #fff; font-size: 20px; letter-spacing: -.7px; }
.rd-menu-heading > p { margin: 0; color: #93abad; text-align: right; font-size: 10px; }
.rd-menu-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-bottom: 62px; }
.rd-menu-card { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: #fff; box-shadow: 0 18px 40px rgba(1,18,22,.18); color: var(--rd-ink); }
.rd-menu-photo { position: relative; height: 230px; overflow: hidden; background: #203f42; }
.rd-menu-photo::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(4,28,31,.62)); content: ""; pointer-events: none; }
.rd-menu-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.rd-menu-card:hover .rd-menu-photo img { transform: scale(1.035); }
.rd-menu-photo span { position: absolute; z-index: 1; right: 16px; bottom: 14px; left: 16px; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .4px; }
.rd-menu-copy { padding: 24px 23px 26px; }
.rd-menu-copy > p:first-child { margin: 0 0 8px; color: var(--rd-green); font-size: 9px; font-weight: 900; letter-spacing: 1.3px; }
.rd-menu-copy h3 { margin: 0 0 9px; color: var(--rd-ink); font-size: 20px; line-height: 1.35; letter-spacing: -1px; }
.rd-menu-copy strong { color: #1a7047; font-size: 11px; line-height: 1.6; }
.rd-menu-copy > p:last-child { margin: 14px 0 0; color: #5e6c7c; font-size: 11px; line-height: 1.8; }
.rd-restaurant-label { margin: 0 0 17px; }
.rd-food-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.rd-club-food-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.rd-club-food-grid .rd-food-card { min-height: 590px; }
.rd-club-food-grid .rd-restaurant-photo { height: 245px; }
.rd-food-card { position: relative; min-height: 620px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; padding: 28px 26px 25px; background: linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.045)); box-shadow: 0 18px 40px rgba(1,18,22,.17); }
.rd-food-card::after { position: absolute; right: -55px; bottom: -70px; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.rd-food-card.featured { border-color: rgba(255,151,124,.48); background: linear-gradient(145deg,rgba(242,107,79,.22),rgba(255,255,255,.06)); transform: translateY(-9px); }
.rd-food-number { display: flex; align-items: center; justify-content: space-between; }
.rd-food-number span { color: #ff9c83; font-size: 12px; font-weight: 900; letter-spacing: 2px; }
.rd-food-number i { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(255,255,255,.07); color: #ffd2c6; font-size: 22px; font-style: normal; }
.rd-food-place { margin: 30px 0 8px; color: #76d7b0; font-size: 9px; font-weight: 900; letter-spacing: 1.5px; }
.rd-restaurant-photo { position: relative; height: 178px; margin: 6px 0 19px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: #203f42; }
.rd-restaurant-photo::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 68%,rgba(4,28,31,.32)); content: ""; pointer-events: none; }
.rd-restaurant-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.rd-food-card:hover .rd-restaurant-photo img { transform: scale(1.035); }
.rd-food-card h3 { margin: 0; font-size: 25px; line-height: 1.25; letter-spacing: -1px; }
.rd-food-card h3 small { color: #ccdcdd; font-size: 12px; font-weight: 600; letter-spacing: 0; }
.rd-food-card > p:not(.rd-food-place) { margin: 20px 0 21px; color: #cfddde; font-size: 12px; line-height: 1.82; }
.rd-food-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 24px; }
.rd-food-meta span { border: 1px solid rgba(255,255,255,.14); border-radius: 20px; padding: 6px 9px; color: #d9e8e8; font-size: 9px; font-weight: 800; }
.rd-food-card > a { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; border-top: 1px solid rgba(255,255,255,.14); padding-top: 18px; color: #fff; font-size: 11px; font-weight: 900; }
.rd-food-card > a span { color: #ff9c83; font-size: 16px; }
.rd-food-card > a:hover { color: #ffb19d; }
.rd-dining-note { margin: 24px 0 0; color: #93abad; text-align: center; font-size: 10px; line-height: 1.7; }

.rd-route { padding: 86px 0 82px; display: grid; grid-template-columns: .8fr 1.35fr; gap: 76px; align-items: start; }
.rd-route h2 { margin: 9px 0 0; font-size: 36px; line-height: 1.3; letter-spacing: -2px; }
.rd-route ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.rd-route li { position: relative; display: grid; grid-template-columns: 50px 1fr; gap: 17px; padding: 0 0 28px; }
.rd-route li:not(:last-child)::after { position: absolute; top: 39px; bottom: 3px; left: 19px; width: 1px; background: #cbded5; content: ""; }
.rd-route li > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--rd-mint); color: var(--rd-green); font-size: 10px; font-weight: 900; }
.rd-route b { font-size: 15px; }
.rd-route li p { margin: 6px 0 0; color: #687687; font-size: 11px; line-height: 1.7; }
.rd-contact { margin-top: 0; margin-bottom: 44px; background: linear-gradient(90deg,rgba(2,43,75,.78),rgba(11,94,91,.58)),url("../public/images/sub1.jpg") center 54% / cover no-repeat; }

@media (max-width: 980px) {
  .rd-hero { min-height: 530px; background-position: 58% center; }
  .rd-quick { grid-template-columns: repeat(2,1fr); }
  .rd-quick article:nth-child(3)::before { display: none; }
  .rd-quick article:nth-child(-n+2) { border-bottom: 1px solid var(--rd-line); }
  .rd-course-grid { grid-template-columns: 1fr; }
  .rd-course-body > p { min-height: 0; }
  .rd-food-grid { grid-template-columns: 1fr; }
  .rd-club-food-grid { grid-template-columns: 1fr; }
  .rd-menu-grid { grid-template-columns: 1fr; }
  .rd-menu-photo { height: 320px; }
  .rd-food-card { min-height: 585px; }
  .rd-restaurant-photo { height: 260px; }
  .rd-food-card.featured { transform: none; }
  .rd-route { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 680px) {
  .rd-shell { width: calc(100% - 28px); }
  .rd-hero { min-height: 650px; align-items: flex-end; background-position: 65% center; }
  .rd-hero-slide { background-position: 58% center; }
  .rd-hero-slide-belbeach { background-position: 64% center; }
  .rd-hero-inner { padding: 85px 0 118px; }
  .rd-eyebrow { font-size: 9px; }
  .rd-hero h1 { font-size: clamp(40px,12vw,54px); letter-spacing: -3.3px; }
  .rd-hero-copy { max-width: 350px; font-size: 13px; }
  .rd-hero-actions { align-items: flex-start; flex-direction: column; }
  .rd-quick { width: calc(100% - 28px); margin-top: -75px; }
  .rd-quick article { gap: 8px; padding: 18px 8px; }
  .rd-quick strong { font-size: 24px; }
  .rd-quick article:nth-child(n+3) strong { font-size: 12px; }
  .rd-quick b { font-size: 11px; }
  .rd-quick small { font-size: 8px; }
  .rd-intro { padding: 68px 0 56px; }
  .rd-intro h2 { font-size: 30px; }
  .rd-intro > p:last-child { font-size: 12px; }
  .rd-courses { padding-bottom: 62px; }
  .rd-heading { display: block; }
  .rd-heading h2 { font-size: 26px; }
  .rd-heading > p { margin-top: 11px; text-align: left; }
  .rd-course-image { min-height: 220px; }
  .rd-course-body { padding: 25px 21px 27px; }
  .rd-course-body h3 { font-size: 21px; }
  .rd-dining { padding: 62px 0 55px; }
  .rd-menu-heading { display: block; }
  .rd-menu-heading > p { margin-top: 9px; text-align: left; }
  .rd-menu-grid { margin-bottom: 48px; }
  .rd-menu-photo { height: 230px; }
  .rd-menu-copy { padding: 22px 20px 24px; }
  .rd-menu-copy h3 { font-size: 19px; }
  .rd-food-card { min-height: 570px; padding: 25px 21px 23px; }
  .rd-restaurant-photo { height: 210px; }
  .rd-route { padding: 62px 0 58px; }
  .rd-route h2 { font-size: 30px; }
  .rd-contact { margin-bottom: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .rd-hero-slide { display: none; animation: none; transform: none; }
  .rd-hero-slide-ginoza { display: block; opacity: 1; }
}
