:root {
    --ohg-navy: #073653;
    --ohg-blue: #0b5c91;
    --ohg-sky: #eaf5fb;
    --ohg-gold: #ffc928;
    --ohg-gold-deep: #dba400;
    --ohg-ink: #122033;
    --ohg-muted: #68778a;
    --ohg-line: #dfe8ef;
    --ohg-paper: #ffffff;
    --ohg-soft: #f5f8fb;
    --ohg-success: #17855c;
    --ohg-danger: #bf3d45;
    --ohg-shadow: 0 24px 70px rgba(7, 54, 83, .12);
    --ohg-shadow-sm: 0 12px 35px rgba(7, 54, 83, .09);
    --ohg-radius-xl: 30px;
    --ohg-radius-lg: 22px;
    --ohg-radius-md: 16px;
}

html { scroll-behavior: smooth; }
body.ohg-site {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--ohg-ink);
    background: var(--ohg-paper);
    font-family: 'DM Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.ohg-site h1,.ohg-site h2,.ohg-site h3,.ohg-site h4,.ohg-site h5,.ohg-site h6 {
    font-family: 'Manrope', sans-serif;
    color: var(--ohg-ink);
}
.ohg-site a { text-decoration: none; }
.ohg-site img { max-width: 100%; }
.ohg-site .container-xxl { max-width: 1440px; }
.ohg-skip-link {
    position: fixed; left: 1rem; top: -5rem; z-index: 100000;
    padding: .75rem 1rem; border-radius: 12px; background: var(--ohg-gold); color: #1d1a12; font-weight: 700;
    transition: top .2s ease;
}
.ohg-skip-link:focus { top: 1rem; }

/* topbar + navigation */
.ohg-topbar {
    position: relative; z-index: 1040; background: #052a42; color: rgba(255,255,255,.72);
    font-size: .79rem; letter-spacing: .01em;
}
.ohg-topbar .container-xxl { min-height: 42px; }
.ohg-topbar a { color: rgba(255,255,255,.82); transition: color .2s ease; }
.ohg-topbar a:hover { color: #fff; }
.ohg-topbar-divider { width: 1px; height: 15px; background: rgba(255,255,255,.18); }
.ohg-topbar-pill { border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: .32rem .7rem; background: rgba(255,255,255,.07); }

.ohg-navbar-shell {
    position: sticky; top: 0; z-index: 1035; background: rgba(255,255,255,.92);
    border-bottom: 1px solid rgba(7,54,83,.08); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
    transition: box-shadow .25s ease, background .25s ease;
}
.ohg-navbar-shell.is-scrolled { background: rgba(255,255,255,.975); box-shadow: 0 14px 40px rgba(7,54,83,.09); }
.ohg-navbar { min-height: 82px; padding: .55rem 0; }
.ohg-brand img { width: auto; max-height: 62px; object-fit: contain; }
.ohg-menu-toggle { width: 45px; height: 45px; border: 1px solid var(--ohg-line) !important; border-radius: 14px !important; color: var(--ohg-navy) !important; }
.ohg-menu-toggle:focus { box-shadow: 0 0 0 4px rgba(11,92,145,.12) !important; }
.ohg-nav-links { gap: .25rem; }
.ohg-site .ohg-nav-links .nav-link {
    position: relative; padding: .7rem .8rem !important; color: #425267 !important; font-size: .92rem; font-weight: 600; border-radius: 11px;
}
.ohg-site .ohg-nav-links .nav-link:hover { color: var(--ohg-blue) !important; background: var(--ohg-sky); }
.ohg-site .ohg-nav-links .nav-link.active { color: var(--ohg-blue) !important; background: #edf7fc; }
.ohg-site .ohg-nav-links .nav-link.active::after {
    content: ''; position: absolute; left: 50%; bottom: 4px; width: 18px; height: 2px; border-radius: 10px; transform: translateX(-50%); background: var(--ohg-gold);
}
.ohg-nav-actions { display: flex; align-items: center; gap: .6rem; }
.ohg-nav-ghost { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 .9rem; border-radius: 13px; color: #44536a; font-size: .88rem; font-weight: 700; }
.ohg-nav-ghost:hover { color: var(--ohg-blue); background: var(--ohg-sky); }
.ohg-nav-cta,.ohg-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 48px; border: 0; border-radius: 14px; padding: .8rem 1.2rem; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.ohg-nav-cta { min-height: 46px; background: var(--ohg-gold); color: #28200b; box-shadow: 0 10px 24px rgba(219,164,0,.16); }
.ohg-nav-cta:hover,.ohg-btn:hover { transform: translateY(-2px); }
.ohg-nav-cta:hover { color: #1e190b; background: #ffd54a; box-shadow: 0 13px 28px rgba(219,164,0,.22); }

/* hero */
.ohg-hero { position: relative; isolation: isolate; min-height: 700px; overflow: hidden; background: #062d47; }
.ohg-hero-media,.ohg-hero-overlay { position: absolute; inset: 0; }
.ohg-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; transform: scale(1.015); }
.ohg-hero-overlay { background: linear-gradient(90deg, rgba(3,25,40,.92) 0%, rgba(4,38,59,.82) 42%, rgba(5,37,56,.42) 69%, rgba(3,25,40,.52) 100%); }
.ohg-hero::after { content: ''; position: absolute; z-index: -1; inset: auto 0 0; height: 190px; background: linear-gradient(to top, rgba(3,25,40,.45), transparent); }
.min-vh-75 { min-height: 75vh; }
.ohg-eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1.2rem; padding: .52rem .8rem; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.88); font-size: .77rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; backdrop-filter: blur(12px); }
.ohg-eyebrow i { color: var(--ohg-gold); }
.ohg-hero h1 { margin: 0; max-width: 900px; color: #fff; font-size: clamp(3.05rem, 6.1vw, 6.9rem); line-height: .96; letter-spacing: -.055em; font-weight: 800; }
.ohg-hero h1 span { color: #dff2fc; }
.ohg-hero-copy { max-width: 650px; margin: 1.5rem 0 0; color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.75; }
.ohg-hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.ohg-btn-primary { background: var(--ohg-gold); color: #28200b; box-shadow: 0 16px 36px rgba(0,0,0,.18); }
.ohg-btn-primary:hover { color: #1f1908; background: #ffd84f; }
.ohg-btn-glass { border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.09); color: #fff; backdrop-filter: blur(12px); }
.ohg-btn-glass:hover { color: #fff; background: rgba(255,255,255,.15); }
.ohg-btn-dark { background: var(--ohg-navy); color: #fff; box-shadow: 0 12px 30px rgba(7,54,83,.14); }
.ohg-btn-dark:hover { color: #fff; background: #0a476c; }
.ohg-btn-outline { min-height: 43px; padding: .65rem 1rem; border: 1px solid var(--ohg-line); background: #fff; color: var(--ohg-ink); font-size: .86rem; }
.ohg-btn-outline:hover { color: var(--ohg-blue); border-color: #b8d3e3; background: #f7fbfd; }
.ohg-trust-row { display: flex; flex-wrap: wrap; gap: 1.5rem 2.2rem; margin-top: 2.5rem; }
.ohg-trust-row div { display: grid; gap: .12rem; }
.ohg-trust-row strong { color: #fff; font-size: .89rem; }
.ohg-trust-row span { color: rgba(255,255,255,.55); font-size: .75rem; }
.ohg-hero-card-stack { position: relative; min-height: 455px; }
.ohg-floating-image-card { position: absolute; right: 0; top: 20px; width: 340px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: rgba(255,255,255,.08); box-shadow: 0 28px 70px rgba(0,0,0,.24); backdrop-filter: blur(16px); }
.ohg-floating-image-card img { width: 100%; height: 310px; object-fit: cover; }
.ohg-floating-image-card div { display: grid; gap: .22rem; padding: 1.1rem 1.2rem 1.25rem; }
.ohg-floating-image-card span { color: rgba(255,255,255,.57); font-size: .75rem; }
.ohg-floating-image-card strong { color: #fff; font-size: 1rem; }
.ohg-floating-card-main { position: absolute; z-index: 2; left: 15px; bottom: 60px; display: flex; align-items: center; gap: .9rem; width: 305px; padding: 1rem; border: 1px solid rgba(255,255,255,.19); border-radius: 21px; background: rgba(4,32,49,.74); box-shadow: 0 18px 50px rgba(0,0,0,.23); backdrop-filter: blur(18px); }
.ohg-floating-card-icon { display: flex; flex: 0 0 auto; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 16px; background: var(--ohg-gold); color: #28200b; }
.ohg-floating-card-main small,.ohg-floating-card-main strong { display: block; }
.ohg-floating-card-main small { color: rgba(255,255,255,.56); }
.ohg-floating-card-main strong { margin-top: .12rem; color: #fff; font-size: .92rem; }
.ohg-hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); opacity: .65; }
.ohg-hero-orb-one { width: 360px; height: 360px; right: 4%; bottom: -150px; background: rgba(0,166,195,.24); }
.ohg-hero-orb-two { width: 220px; height: 220px; left: 42%; top: -100px; background: rgba(255,201,40,.11); }
.ohg-scroll-cue { position: absolute; left: 50%; bottom: 18px; z-index: 3; display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: rgba(0,0,0,.12); transform: translateX(-50%); }
.ohg-scroll-cue:hover { color: var(--ohg-gold); }

/* sections */
.ohg-section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.ohg-section-soft { background: linear-gradient(180deg, #f6f9fb 0%, #eef5f8 100%); }
.ohg-section-label { margin-bottom: .85rem; color: var(--ohg-blue); font-size: .76rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.ohg-section-title { max-width: 780px; margin: 0 0 1.25rem; color: var(--ohg-ink); font-size: clamp(2rem, 4vw, 4rem); font-weight: 800; line-height: 1.05; letter-spacing: -.045em; }
.ohg-section-copy { max-width: 700px; color: var(--ohg-muted); font-size: 1rem; line-height: 1.9; }
.ohg-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.25rem; }
.ohg-text-link { display: inline-flex; align-items: center; gap: .55rem; color: var(--ohg-blue); font-weight: 700; font-size: .9rem; }
.ohg-text-link:hover { color: var(--ohg-navy); }

/* story */
.ohg-story-visual { position: relative; min-height: 560px; padding: 0 6rem 5rem 0; }
.ohg-story-image-main { height: 505px; overflow: hidden; border-radius: var(--ohg-radius-xl); box-shadow: var(--ohg-shadow); }
.ohg-story-image-main img,.ohg-story-image-small img { width: 100%; height: 100%; object-fit: cover; }
.ohg-story-image-small { position: absolute; right: 0; bottom: 0; width: 230px; height: 270px; overflow: hidden; border: 8px solid #fff; border-radius: 28px; box-shadow: var(--ohg-shadow-sm); }
.ohg-story-badge { position: absolute; left: -18px; bottom: 38px; display: flex; align-items: center; gap: .85rem; min-width: 250px; padding: 1rem 1.1rem; border: 1px solid var(--ohg-line); border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: var(--ohg-shadow-sm); backdrop-filter: blur(14px); }
.ohg-story-badge i { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 13px; background: var(--ohg-gold); color: #32280c; }
.ohg-story-badge span { display: grid; gap: .1rem; color: var(--ohg-muted); font-size: .73rem; }
.ohg-story-badge strong { color: var(--ohg-ink); font-size: .84rem; }
.ohg-feature-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .9rem; margin-top: 1.8rem; }
.ohg-feature-list > div { display: flex; gap: .75rem; padding: 1rem; border: 1px solid var(--ohg-line); border-radius: 16px; background: #fbfdfe; }
.ohg-feature-list i { margin-top: .15rem; color: var(--ohg-blue); }
.ohg-feature-list span { display: grid; gap: .2rem; }
.ohg-feature-list strong { color: var(--ohg-ink); font-size: .88rem; }
.ohg-feature-list small { color: var(--ohg-muted); line-height: 1.5; }

/* service cards */
.ohg-service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.ohg-service-card { position: relative; min-height: 260px; overflow: hidden; padding: 1.5rem; border: 1px solid var(--ohg-line); border-radius: 24px; background: rgba(255,255,255,.9); box-shadow: 0 12px 30px rgba(7,54,83,.045); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.ohg-service-card::after { content: ''; position: absolute; right: -45px; bottom: -55px; width: 130px; height: 130px; border-radius: 50%; background: rgba(11,92,145,.05); }
.ohg-service-card:hover { transform: translateY(-6px); border-color: #c6dce8; box-shadow: var(--ohg-shadow-sm); }
.ohg-service-icon { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 15px; background: var(--ohg-sky); color: var(--ohg-blue); font-size: 1.05rem; }
.ohg-service-card h3 { margin: 1.6rem 0 .7rem; font-size: 1.12rem; font-weight: 800; }
.ohg-service-card p { margin: 0; color: var(--ohg-muted); line-height: 1.7; font-size: .9rem; }
.ohg-service-arrow { position: absolute; right: 1.35rem; bottom: 1.35rem; display: flex; width: 36px; height: 36px; align-items: center; justify-content: center; border: 1px solid var(--ohg-line); border-radius: 12px; color: var(--ohg-blue); background: #fff; }

/* packages */
.ohg-package-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.25rem; }
.ohg-package-card { overflow: hidden; border: 1px solid var(--ohg-line); border-radius: 25px; background: #fff; box-shadow: 0 12px 34px rgba(7,54,83,.06); transition: transform .25s ease, box-shadow .25s ease; }
.ohg-package-card:hover { transform: translateY(-6px); box-shadow: var(--ohg-shadow-sm); }
.ohg-package-image { position: relative; display: block; height: 260px; overflow: hidden; background: #dce8ef; }
.ohg-package-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(2,28,44,.52), transparent 52%); }
.ohg-package-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.ohg-package-card:hover .ohg-package-image img { transform: scale(1.045); }
.ohg-package-type,.ohg-package-price { position: absolute; z-index: 2; top: 1rem; border-radius: 999px; padding: .42rem .7rem; font-size: .72rem; font-weight: 800; backdrop-filter: blur(10px); }
.ohg-package-type { left: 1rem; background: rgba(255,255,255,.9); color: var(--ohg-navy); }
.ohg-package-price { right: 1rem; background: var(--ohg-gold); color: #2b230c; }
.ohg-package-body { display: flex; min-height: 250px; flex-direction: column; justify-content: space-between; gap: 1rem; padding: 1.35rem; }
.ohg-package-kicker { margin: 0 0 .55rem !important; color: var(--ohg-blue) !important; font-size: .74rem !important; font-weight: 700; }
.ohg-package-body h3 { margin: 0; font-size: 1.15rem; font-weight: 800; }
.ohg-package-body p { margin: .65rem 0 0; color: var(--ohg-muted); font-size: .88rem; line-height: 1.65; }
.ohg-package-actions { display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
.ohg-icon-btn { display: inline-flex; width: 44px; height: 44px; flex: 0 0 auto; align-items: center; justify-content: center; border-radius: 14px; background: var(--ohg-navy); color: #fff; transition: transform .2s ease, background .2s ease; }
.ohg-icon-btn:hover { transform: translateX(2px); background: var(--ohg-blue); color: #fff; }
.ohg-empty-state { padding: 4rem 1.5rem; border: 1px dashed #bdd3df; border-radius: 25px; text-align: center; background: #f8fbfd; }
.ohg-empty-state i { color: var(--ohg-blue); font-size: 2rem; }
.ohg-empty-state h3 { margin: 1rem 0 .4rem; font-size: 1.2rem; }
.ohg-empty-state p { margin: 0; color: var(--ohg-muted); }

/* legacy section uplift */
.ohg-site .section-title,.ohg-site .section-about-title,.ohg-site .subscribe-title,.ohg-site .section-booking-title { color: var(--ohg-blue) !important; font-family: 'DM Sans',sans-serif; font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.ohg-site .bg-primary { background-color: var(--ohg-blue) !important; }
.ohg-site .text-primary { color: var(--ohg-blue) !important; }
.ohg-site .btn-primary { border-color: var(--ohg-blue) !important; background: var(--ohg-blue) !important; color: #fff !important; box-shadow: none !important; }
.ohg-site .btn-primary:hover { border-color: var(--ohg-navy) !important; background: var(--ohg-navy) !important; color: #fff !important; box-shadow: none !important; transform: translateY(-1px); }
.ohg-site .btn { border-radius: 12px; font-weight: 700; }
.ohg-site .form-control,.ohg-site .form-select { min-height: 52px; border: 1px solid var(--ohg-line) !important; border-radius: 13px !important; background: #fff !important; color: var(--ohg-ink); box-shadow: none !important; }
.ohg-site textarea.form-control { min-height: 120px; }
.ohg-site .form-control:focus,.ohg-site .form-select:focus { border-color: #6faed0 !important; box-shadow: 0 0 0 4px rgba(11,92,145,.09) !important; }
.ohg-site .form-label { color: #344459; font-weight: 700; font-size: .84rem; }
.ohg-site .card { border-color: var(--ohg-line); border-radius: var(--ohg-radius-lg); box-shadow: var(--ohg-shadow-sm); }
.ohg-site .table { --bs-table-bg: transparent; --bs-table-hover-bg: #f4f9fc; color: var(--ohg-ink); }
.ohg-site .table thead th { border-bottom-width: 1px; color: #6b7888; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.ohg-site .table td,.ohg-site .table th { padding-top: 1rem; padding-bottom: 1rem; border-color: #e9eff3; }
.ohg-site .pagination { gap: .35rem; }
.ohg-site .page-link { border: 1px solid var(--ohg-line); border-radius: 10px !important; color: var(--ohg-blue); }
.ohg-site .page-item.active .page-link { border-color: var(--ohg-blue); background: var(--ohg-blue); }

/* page header */
.ohg-site .bg-breadcrumb { position: relative; overflow: hidden; min-height: 265px; display: flex; align-items: center; background: linear-gradient(105deg, rgba(3,32,50,.94), rgba(7,75,112,.75)), url('../img/gallery/7.jpeg') center/cover !important; }
.ohg-site .bg-breadcrumb::after { content: ''; position: absolute; right: -80px; top: -140px; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,201,40,.08); }
.ohg-site .bg-breadcrumb .container { position: relative; z-index: 2; padding-top: 4.5rem !important; padding-bottom: 4.5rem !important; }
.ohg-site .bg-breadcrumb h3 { margin-bottom: 1rem !important; color: #fff; font-size: clamp(2.2rem,4vw,4.2rem); font-weight: 800; letter-spacing: -.045em; }
.ohg-site .breadcrumb-item,.ohg-site .breadcrumb-item a { color: rgba(255,255,255,.7); font-size: .82rem; }
.ohg-site .breadcrumb-item.active { color: #fff !important; }

/* operations/admin blade surfaces */
.ohg-workspace-page { padding: 4rem 0 5rem; background: linear-gradient(180deg,#f7fafc 0%,#fff 100%); }
.ohg-workspace-heading { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.5rem; }
.ohg-workspace-heading h1 { margin: 0; font-size: clamp(1.8rem,3vw,2.7rem); letter-spacing: -.035em; font-weight: 800; }
.ohg-workspace-heading p { margin: .5rem 0 0; color: var(--ohg-muted); }
.ohg-surface { border: 1px solid var(--ohg-line); border-radius: 24px; background: #fff; box-shadow: var(--ohg-shadow-sm); }
.ohg-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .8rem; padding: 1rem; border-bottom: 1px solid var(--ohg-line); }
.ohg-table-shell { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.ohg-status { display: inline-flex; align-items: center; gap: .35rem; border-radius: 999px; padding: .38rem .62rem; font-size: .72rem; font-weight: 800; }
.ohg-status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.ohg-status-active,.ohg-status-confirmed { color: #14704f; background: #e8f7f0; }
.ohg-status-draft,.ohg-status-pending { color: #85640a; background: #fff6d8; }
.ohg-status-inactive,.ohg-status-cancelled { color: #a33b42; background: #feecee; }
.ohg-action-row { display: flex; justify-content: flex-end; gap: .4rem; }
.ohg-action-btn { display: inline-flex; min-width: 38px; min-height: 38px; align-items: center; justify-content: center; border: 1px solid var(--ohg-line); border-radius: 11px; background: #fff; color: #526174; transition: .2s ease; }
.ohg-action-btn:hover { border-color: #bcd2df; color: var(--ohg-blue); background: #f7fbfd; }
.ohg-action-btn-danger:hover { border-color: #efc3c7; color: var(--ohg-danger); background: #fff5f5; }
.ohg-mobile-list { display: none; }
.ohg-form-shell { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 1.25rem; }
.ohg-form-card,.ohg-side-card { padding: 1.35rem; }
.ohg-field-help { margin-top: .35rem; color: #8290a0; font-size: .75rem; line-height: 1.5; }
.ohg-required { color: #c63f48; }
.ohg-upload-preview { margin-top: .8rem; width: 130px; height: 95px; overflow: hidden; border: 1px solid var(--ohg-line); border-radius: 13px; background: #f4f8fa; }
.ohg-upload-preview img { width: 100%; height: 100%; object-fit: cover; }
.ohg-detail-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.ohg-detail-item { padding: 1rem; border: 1px solid var(--ohg-line); border-radius: 16px; background: #fbfdfe; }
.ohg-detail-item small { display: block; margin-bottom: .3rem; color: #8190a1; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.ohg-detail-item strong { display: block; color: var(--ohg-ink); font-size: .92rem; }
.ohg-detail-image { width: 100%; max-height: 440px; object-fit: cover; border-radius: 22px; }

/* booking customer */
.ohg-booking-wrap { padding: 5rem 0; background: linear-gradient(135deg,#052e48,#0b5c91); }
.ohg-booking-intro { color: rgba(255,255,255,.72); }
.ohg-booking-intro h1 { color: #fff; font-size: clamp(2.2rem,4vw,4rem); letter-spacing: -.045em; }
.ohg-booking-intro p { max-width: 600px; color: rgba(255,255,255,.7); line-height: 1.8; }
.ohg-booking-points { display: grid; gap: .75rem; margin-top: 1.5rem; }
.ohg-booking-points span { display: flex; align-items: center; gap: .65rem; color: rgba(255,255,255,.82); font-size: .9rem; }
.ohg-booking-points i { color: var(--ohg-gold); }
.ohg-booking-card { padding: 1.4rem; border: 1px solid rgba(255,255,255,.15); border-radius: 26px; background: rgba(255,255,255,.97); box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.ohg-booking-card h2 { font-size: 1.35rem; }

/* subscribe / footer */
.ohg-site .subscribe { position: relative; overflow: hidden; background: linear-gradient(120deg,#073653,#0a6398) !important; }
.ohg-site .subscribe::after { content: ''; position: absolute; right: -10%; top: -60%; width: 520px; height: 520px; border-radius: 50%; background: rgba(255,255,255,.05); }
.ohg-site .subscribe .container { position: relative; z-index: 2; }
.ohg-site .subscribe input { min-height: 56px; border: 0 !important; }
.ohg-site .footer { background: #061f30 !important; }
.ohg-site .footer a { color: rgba(255,255,255,.66); }
.ohg-site .footer a:hover { color: var(--ohg-gold); }
.ohg-site .footer h4 { font-size: 1rem; }
.ohg-site .copyright { background: #041824 !important; color: rgba(255,255,255,.55) !important; }
.ohg-site .back-to-top { right: max(18px,env(safe-area-inset-right)); bottom: max(18px,env(safe-area-inset-bottom)); width: 46px; height: 46px; border: 0; border-radius: 15px !important; background: var(--ohg-gold) !important; color: #2c240b !important; box-shadow: 0 12px 30px rgba(7,54,83,.18); }

@media (max-width: 1199.98px) {
    .ohg-package-grid,.ohg-service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ohg-story-visual { min-height: 520px; padding-right: 4rem; }
}

@media (max-width: 991.98px) {
    .ohg-navbar { min-height: 72px; }
    .ohg-brand img { max-height: 52px; }
    .ohg-navbar .navbar-collapse { margin-top: .7rem; padding: .9rem; border: 1px solid var(--ohg-line); border-radius: 18px; background: #fff; box-shadow: var(--ohg-shadow-sm); }
    .ohg-nav-links { gap: .2rem; }
    .ohg-site .ohg-nav-links .nav-link { padding: .75rem .85rem !important; }
    .ohg-site .ohg-nav-links .nav-link.active::after { display: none; }
    .ohg-nav-actions { margin-top: .75rem; padding-top: .75rem; border-top: 1px solid var(--ohg-line); }
    .ohg-nav-actions > * { flex: 1 1 auto; }
    .ohg-hero { min-height: 650px; }
    .ohg-hero-overlay { background: linear-gradient(90deg,rgba(3,25,40,.94),rgba(4,38,59,.72)); }
    .ohg-story-visual { min-height: 470px; margin-bottom: 1rem; }
    .ohg-form-shell { grid-template-columns: 1fr; }
}

@media (max-width: 767.98px) {
    .ohg-section { padding: 4rem 0; }
    .ohg-hero { min-height: auto; }
    .ohg-hero .row { min-height: 620px !important; }
    .ohg-hero h1 { font-size: clamp(2.7rem,13vw,4.2rem); }
    .ohg-hero-copy { font-size: .98rem; }
    .ohg-hero-actions { flex-direction: column; }
    .ohg-hero-actions .ohg-btn { width: 100%; }
    .ohg-trust-row { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .75rem; }
    .ohg-trust-row div { padding-right: .35rem; }
    .ohg-trust-row strong { font-size: .78rem; }
    .ohg-trust-row span { font-size: .66rem; }
    .ohg-scroll-cue { display: none; }
    .ohg-section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 1.5rem; }
    .ohg-package-grid,.ohg-service-grid { grid-template-columns: 1fr; }
    .ohg-service-card { min-height: 225px; }
    .ohg-story-visual { min-height: 410px; padding: 0 2.8rem 3.5rem 0; }
    .ohg-story-image-main { height: 380px; }
    .ohg-story-image-small { width: 145px; height: 175px; border-width: 5px; }
    .ohg-story-badge { left: .7rem; bottom: 1rem; min-width: 225px; }
    .ohg-feature-list { grid-template-columns: 1fr; }
    .ohg-site .bg-breadcrumb { min-height: 210px; }
    .ohg-workspace-page { padding: 3rem 0 4rem; }
    .ohg-workspace-heading { align-items: flex-start; flex-direction: column; }
    .ohg-desktop-table { display: none; }
    .ohg-mobile-list { display: grid; gap: .75rem; padding: .85rem; }
    .ohg-mobile-record { padding: 1rem; border: 1px solid var(--ohg-line); border-radius: 17px; background: #fff; }
    .ohg-detail-grid { grid-template-columns: 1fr; }
    .ohg-booking-wrap { padding: 3.5rem 0; }
}

@media (max-width: 480px) {
    .ohg-navbar-shell .container-xxl,.ohg-section .container-xxl,.ohg-hero .container-xxl,.ohg-workspace-page .container { padding-left: 1rem; padding-right: 1rem; }
    .ohg-brand img { max-width: 150px; max-height: 46px; }
    .ohg-hero .row { min-height: 590px !important; }
    .ohg-eyebrow { font-size: .67rem; letter-spacing: .09em; }
    .ohg-trust-row { grid-template-columns: 1fr 1fr; }
    .ohg-story-visual { min-height: 355px; padding-right: 1.7rem; }
    .ohg-story-image-main { height: 330px; border-radius: 22px; }
    .ohg-story-image-small { width: 120px; height: 145px; }
    .ohg-story-badge { display: none; }
    .ohg-package-image { height: 225px; }
    .ohg-package-body { min-height: 230px; }
    .ohg-nav-actions { flex-direction: column; }
    .ohg-nav-actions > * { width: 100%; }
    .ohg-action-row { flex-wrap: wrap; justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* public listing/detail pages */
.ohg-listing-intro { max-width: 760px; margin-bottom: 2.25rem; }
.ohg-listing-intro p { margin: .8rem 0 0; color: var(--ohg-muted); line-height: 1.8; }
.ohg-detail-public-image { position: relative; overflow: hidden; min-height: 520px; border-radius: 30px; background: #dce8ef; box-shadow: var(--ohg-shadow); }
.ohg-detail-public-image img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.ohg-detail-public-image .ohg-package-type { top: 1.2rem; left: 1.2rem; }
.ohg-detail-public-card { position: sticky; top: 115px; padding: 1.75rem; border: 1px solid var(--ohg-line); border-radius: 28px; background: #fff; box-shadow: var(--ohg-shadow-sm); }
.ohg-detail-public-card h1 { margin: 0; font-size: clamp(2rem,3.5vw,3.25rem); font-weight: 800; line-height: 1.08; letter-spacing: -.045em; }
.ohg-detail-price { display: inline-flex; margin-top: 1.1rem; border-radius: 999px; padding: .55rem .8rem; background: #fff5cd; color: #654c00; font-weight: 800; }
.ohg-detail-public-meta { display: flex; flex-wrap: wrap; gap: .65rem 1rem; margin: 1.3rem 0; padding: 1rem 0; border-top: 1px solid var(--ohg-line); border-bottom: 1px solid var(--ohg-line); color: #526174; font-size: .82rem; font-weight: 600; }
.ohg-detail-public-meta i { color: var(--ohg-blue); margin-right: .35rem; }
.ohg-detail-public-card > p { color: var(--ohg-muted); line-height: 1.85; }
.ohg-detail-note { display: flex; gap: .65rem; margin-top: 1rem; padding: .85rem; border-radius: 14px; background: #f3f8fb; color: #68798b; font-size: .75rem; line-height: 1.55; }
.ohg-detail-note i { margin-top: .15rem; color: var(--ohg-blue); }
@media (max-width: 991.98px) { .ohg-detail-public-card { position: static; } }
@media (max-width: 767.98px) { .ohg-detail-public-image,.ohg-detail-public-image img { min-height: 380px; } .ohg-detail-public-card { padding: 1.25rem; } }
