:root {
	--oh-primary: #51a8b1;
	--oh-secondary: #79afa5;
	--oh-accent: #93c7cc;
	--oh-dark: #26383b;
	--oh-text: #6f7f84;
	--oh-ink: #172c31;
	--oh-surface: #f4f9f8;
	--oh-soft: #eef8f7;
	--oh-white: #ffffff;
	--oh-border: rgba(38, 56, 59, 0.12);
	--oh-shadow: 0 24px 70px rgba(38, 56, 59, 0.1);
	--oh-shadow-soft: 0 14px 40px rgba(38, 56, 59, 0.07);
	--oh-radius: 28px;
	--oh-radius-lg: 38px;
}

.ohc-service-experience,
.ohc-service-archive,
.ohc-section {
	color: var(--oh-text);
	font-family: Gilroy, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ohc-section {
	padding: clamp(64px, 8vw, 118px) 0;
	position: relative;
}

.ohc-section--soft { background: linear-gradient(180deg, var(--oh-surface), #fff); }
.ohc-section--dark { background: radial-gradient(circle at 20% 0%, rgba(81,168,177,.22), transparent 38%), var(--oh-dark); color: rgba(255,255,255,.82); }

.ohc-container { margin: 0 auto; max-width: 1220px; padding: 0 22px; width: 100%; }
.ohc-narrow { max-width: 850px; }

.ohc-section h1,
.ohc-section h2,
.ohc-section h3,
.ohc-breadcrumb-wrap h1 {
	color: var(--oh-ink);
	font-weight: 760;
	letter-spacing: -0.035em;
	line-height: 1.04;
	margin: 0 0 18px;
}

.ohc-section--dark h2,
.ohc-section--dark h3 { color: var(--oh-white); }
.ohc-section h1 { font-size: clamp(44px, 6vw, 78px); max-width: 900px; }
.ohc-section h2 { font-size: clamp(31px, 4.1vw, 52px); max-width: 780px; }
.ohc-section h3 { font-size: clamp(21px, 2.15vw, 28px); }
.ohc-section p { font-size: clamp(17px, 1.45vw, 19px); line-height: 1.78; margin: 0 0 18px; }

.ohc-kicker { color: var(--oh-primary); font-size: 12px !important; font-weight: 850; letter-spacing: .12em !important; margin-bottom: 15px !important; text-transform: uppercase; }
.ohc-lead { color: #53686e; font-size: clamp(19px, 2vw, 24px) !important; max-width: 680px; }
.ohc-rich-text > *:last-child,
.ohc-card > *:last-child,
.ohc-timeline li > div > *:last-child { margin-bottom: 0; }

.ohc-breadcrumb-wrap { background: #fff; border-bottom: 1px solid rgba(38,56,59,.06); padding: 15px 0; }
.ohc-breadcrumb { align-items: center; display: flex; flex-wrap: wrap; gap: 9px; list-style: none; margin: 0; padding: 0; }
.ohc-breadcrumb li { align-items: center; color: #728086; display: flex; font-size: 14px; font-weight: 650; }
.ohc-breadcrumb li + li:before { color: rgba(38,56,59,.32); content: "/"; margin-right: 9px; }
.ohc-breadcrumb a { color: var(--oh-dark); text-decoration: none; }
.ohc-breadcrumb a:hover { color: var(--oh-primary); }

.ohc-button { align-items: center; background: var(--oh-primary); border: 2px solid var(--oh-primary); border-radius: 999px; box-shadow: 0 14px 36px rgba(81,168,177,.24); color: #fff; display: inline-flex; font-weight: 850; gap: 8px; justify-content: center; min-height: 54px; padding: 14px 25px; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease; }
.ohc-button:hover,
.ohc-button:focus { background: var(--oh-dark); border-color: var(--oh-dark); box-shadow: 0 20px 48px rgba(38,56,59,.18); color: #fff; transform: translateY(-2px); }
.ohc-button:focus { outline: 3px solid var(--oh-accent); outline-offset: 3px; }
.ohc-button--ghost { background: rgba(255,255,255,.72); border-color: rgba(81,168,177,.28); box-shadow: none; color: var(--oh-dark); }
.ohc-section--dark .ohc-button--ghost { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.24); color: #fff; }

.ohc-svg-icon { color: currentColor; height: 32px; width: 32px; }
.ohc-ambient { background: radial-gradient(circle at 16% 22%, rgba(147,199,204,.32), transparent 26%), radial-gradient(circle at 82% 28%, rgba(81,168,177,.18), transparent 30%), repeating-radial-gradient(circle at 86% 36%, rgba(81,168,177,.16) 0 1.5px, transparent 2px 18px); inset: 0; pointer-events: none; position: absolute; }

.ohc-hero { background: linear-gradient(180deg, #fff 0%, #f8fcfb 54%, var(--oh-surface) 100%); overflow: hidden; padding-top: clamp(56px, 8vw, 104px); }
.ohc-hero__grid,
.ohc-archive-hero__grid,
.ohc-split { align-items: center; display: grid; gap: clamp(34px, 6vw, 86px); grid-template-columns: 1fr; position: relative; }
.ohc-service-mark { align-items: center; background: rgba(255,255,255,.8); border: 1px solid rgba(81,168,177,.2); border-radius: 22px; box-shadow: var(--oh-shadow-soft); color: var(--oh-primary); display: inline-flex; height: 72px; justify-content: center; margin-bottom: 22px; width: 72px; }
.ohc-hero__actions,
.ohc-archive-hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.ohc-hero__microcopy { color: #5f7076; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.ohc-hero__microcopy span { background: rgba(255,255,255,.75); border: 1px solid rgba(81,168,177,.18); border-radius: 999px; font-size: 14px; font-weight: 750; padding: 8px 12px; }
.ohc-hero__media-wrap { position: relative; }
.ohc-hero__media { margin: 0; position: relative; z-index: 1; }
.ohc-hero__media img,
.ohc-split__media img { aspect-ratio: 4 / 3; border-radius: var(--oh-radius-lg); box-shadow: var(--oh-shadow); display: block; object-fit: cover; width: 100%; }
.ohc-hero__placeholder,
.ohc-split__graphic { align-items: center; aspect-ratio: 4 / 3; background: linear-gradient(135deg, rgba(81,168,177,.17), rgba(147,199,204,.24)); border: 1px solid rgba(81,168,177,.18); border-radius: var(--oh-radius-lg); box-shadow: var(--oh-shadow); color: var(--oh-primary); display: flex; justify-content: center; }
.ohc-hero__placeholder .ohc-svg-icon,
.ohc-split__graphic .ohc-svg-icon { height: 122px; opacity: .82; width: 122px; }
.ohc-floating-note { background: rgba(255,255,255,.92); border: 1px solid rgba(81,168,177,.2); border-radius: 24px; bottom: -20px; box-shadow: var(--oh-shadow-soft); display: grid; gap: 4px; left: 24px; max-width: 300px; padding: 18px 20px; position: absolute; z-index: 2; }
.ohc-floating-note strong { color: var(--oh-dark); }
.ohc-floating-note span { font-size: 14px; line-height: 1.45; }

.ohc-trust-band { background: linear-gradient(180deg, var(--oh-surface), #fff); padding: 0 0 clamp(38px, 5vw, 62px); }
.ohc-trust__items { display: grid; gap: 18px; grid-template-columns: 1fr; }
.ohc-trust__item { background: rgba(255,255,255,.86); border: 1px solid rgba(81,168,177,.16); border-radius: 26px; box-shadow: 0 14px 34px rgba(38,56,59,.065); display: grid; gap: 8px; padding: 22px; }
.ohc-trust__item .ohc-svg-icon { color: var(--oh-primary); margin-bottom: 4px; }
.ohc-trust__item strong { color: var(--oh-dark); font-size: 18px; }
.ohc-trust__item span { line-height: 1.55; }

.ohc-section-head { margin-bottom: 32px; max-width: 780px; }
.ohc-section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.ohc-editorial-block { background: #fff; border: 1px solid rgba(81,168,177,.13); border-radius: var(--oh-radius-lg); box-shadow: var(--oh-shadow-soft); padding: clamp(28px, 5vw, 54px); }
.ohc-split figure { margin: 0; }
.ohc-split__media img { height: auto; }

.ohc-problem { background: #fff; }
.ohc-problem__grid { display: grid; gap: clamp(26px, 5vw, 62px); grid-template-columns: 1fr; }
.ohc-insight-list { display: grid; gap: 16px; }
.ohc-insight { align-items: center; background: linear-gradient(135deg, #fff, rgba(147,199,204,.12)); border: 1px solid rgba(81,168,177,.16); border-radius: 24px; box-shadow: var(--oh-shadow-soft); color: var(--oh-dark); display: flex; gap: 14px; padding: 18px; }
.ohc-insight .ohc-svg-icon { color: var(--oh-primary); flex: 0 0 auto; height: 28px; width: 28px; }
.ohc-insight span { font-weight: 750; }

.ohc-bento { display: grid; gap: 18px; grid-template-columns: 1fr; }
.ohc-card { background: #fff; border: 1px solid rgba(81,168,177,.18); border-radius: var(--oh-radius); box-shadow: var(--oh-shadow-soft); color: var(--oh-text); display: block; padding: clamp(24px, 3vw, 34px); text-decoration: none; }
.ohc-card--feature { background: radial-gradient(circle at 90% 10%, rgba(147,199,204,.26), transparent 26%), linear-gradient(135deg, #fff, rgba(147,199,204,.16)); }
.ohc-card__icon { align-items: center; background: var(--oh-soft); border: 1px solid rgba(81,168,177,.18); border-radius: 18px; color: var(--oh-primary); display: inline-flex; height: 54px; justify-content: center; margin-bottom: 18px; width: 54px; }
.ohc-card h3 { margin-bottom: 10px; }

.ohc-timeline { display: grid; gap: 18px; list-style: none; margin: 36px 0 0; padding: 0; }
.ohc-timeline li { background: #fff; border: 1px solid rgba(81,168,177,.18); border-radius: var(--oh-radius); box-shadow: var(--oh-shadow-soft); display: grid; gap: 18px; grid-template-columns: auto 1fr; padding: 24px; position: relative; }
.ohc-timeline__number { align-items: center; background: var(--oh-primary); border-radius: 999px; color: #fff; display: inline-flex; font-size: 14px; font-weight: 850; height: 46px; justify-content: center; width: 46px; }
.ohc-timeline .ohc-svg-icon { color: var(--oh-primary); height: 28px; margin-bottom: 10px; width: 28px; }

.ohc-audience__box { align-items: start; display: grid; gap: 28px; grid-template-columns: 1fr; }
.ohc-section--dark .ohc-kicker { color: var(--oh-accent); }
.ohc-section--dark .ohc-rich-text { color: rgba(255,255,255,.82); }

.ohc-faq-layout { display: grid; gap: clamp(26px, 5vw, 70px); grid-template-columns: 1fr; }
.ohc-faq-intro { max-width: 460px; }
.ohc-faq { display: grid; gap: 13px; }
.ohc-faq details { background: #fff; border: 1px solid rgba(81,168,177,.2); border-radius: 22px; box-shadow: 0 12px 34px rgba(38,56,59,.055); padding: 0; overflow: hidden; }
.ohc-faq summary { color: var(--oh-dark); cursor: pointer; font-size: 18px; font-weight: 850; list-style: none; padding: 22px 24px; }
.ohc-faq summary::-webkit-details-marker { display: none; }
.ohc-faq details[open] summary { border-bottom: 1px solid rgba(38,56,59,.08); }
.ohc-faq details > div { padding: 20px 24px 24px; }
.ohc-faq summary:focus { outline: 3px solid var(--oh-accent); outline-offset: -4px; }

.ohc-booking { background: radial-gradient(circle at 80% 20%, rgba(147,199,204,.18), transparent 32%), var(--oh-dark); color: rgba(255,255,255,.82); }
.ohc-booking h2 { color: #fff; }
.ohc-booking__box { align-items: center; display: grid; gap: 24px; grid-template-columns: 1fr; }
.ohc-booking__box p { color: rgba(255,255,255,.78); max-width: 640px; }
.ohc-booking .ohc-button { box-shadow: none; }
.ohc-embed { background: #fff; border-radius: 28px; min-height: 680px; overflow: hidden; padding: 16px; }
.ohc-embed iframe,
.ohc-modal iframe { border: 0; display: block; height: 680px; width: 100%; }
.ohc-modal-open { overflow: hidden; }
.ohc-modal { align-items: center; background: rgba(23,44,49,.84); display: flex; inset: 0; justify-content: center; padding: 18px; position: fixed; z-index: 999999; }
.ohc-modal__panel { background: #fff; border-radius: 30px; box-shadow: 0 30px 90px rgba(0,0,0,.28); max-height: 92vh; max-width: 980px; overflow: hidden; position: relative; width: 100%; }
.ohc-modal__close { background: var(--oh-dark); border: 0; border-radius: 999px; color: #fff; cursor: pointer; font-size: 28px; height: 44px; position: absolute; right: 14px; top: 14px; width: 44px; z-index: 1; }
.ohc-modal__body { padding-top: 62px; }

.ohc-related,
.ohc-archive-grid-section { background: var(--oh-surface); }
.ohc-service-grid { display: grid; gap: 22px; grid-template-columns: 1fr; }
.ohc-service-card__link { background: #fff; border: 1px solid rgba(81,168,177,.18); border-radius: var(--oh-radius); box-shadow: var(--oh-shadow-soft); color: var(--oh-text); display: block; min-height: 100%; overflow: hidden; padding: 28px; position: relative; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.ohc-service-card__link:before { background: radial-gradient(circle, rgba(147,199,204,.24), transparent 62%); content: ""; height: 180px; position: absolute; right: -80px; top: -80px; width: 180px; }
.ohc-service-card__link:hover,
.ohc-service-card__link:focus { border-color: rgba(81,168,177,.42); box-shadow: var(--oh-shadow); transform: translateY(-4px); }
.ohc-service-card__icon { align-items: center; background: var(--oh-soft); border: 1px solid rgba(81,168,177,.2); border-radius: 20px; color: var(--oh-primary); display: inline-flex; height: 62px; justify-content: center; margin-bottom: 24px; width: 62px; }
.ohc-service-card__meta { color: var(--oh-primary); display: block; font-size: 12px; font-weight: 850; letter-spacing: .12em; margin-bottom: 11px; text-transform: uppercase; }
.ohc-service-card h3 { color: var(--oh-dark); margin-bottom: 12px; }
.ohc-card-action { color: var(--oh-dark); display: inline-flex; font-weight: 850; margin-top: 10px; }

.ohc-archive-hero { background: linear-gradient(180deg, #fff, var(--oh-surface)); overflow: hidden; }
.ohc-archive-visual { align-items: center; aspect-ratio: 1 / .84; background: radial-gradient(circle at 50% 50%, rgba(147,199,204,.26), transparent 58%); border: 1px solid rgba(81,168,177,.14); border-radius: var(--oh-radius-lg); display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding: clamp(22px, 4vw, 44px); }
.ohc-archive-visual span { align-items: center; background: rgba(255,255,255,.82); border: 1px solid rgba(81,168,177,.18); border-radius: 26px; box-shadow: var(--oh-shadow-soft); color: var(--oh-primary); display: flex; height: 100%; justify-content: center; min-height: 120px; }
.ohc-archive-visual .ohc-svg-icon { height: 58px; width: 58px; }
.ohc-archive-filters { background: #fff; padding: 22px 0; }
.ohc-filter-row { display: flex; flex-wrap: wrap; gap: 10px; }
.ohc-chip { background: var(--oh-surface); border: 1px solid rgba(81,168,177,.18); border-radius: 999px; color: var(--oh-dark); font-weight: 780; padding: 10px 15px; text-decoration: none; }
.ohc-chip:hover { background: var(--oh-primary); color: #fff; }
.ohc-cta-card { align-items: center; background: radial-gradient(circle at 90% 0%, rgba(147,199,204,.26), transparent 32%), #fff; border: 1px solid rgba(81,168,177,.17); border-radius: var(--oh-radius-lg); box-shadow: var(--oh-shadow); display: grid; gap: 24px; grid-template-columns: 1fr; padding: clamp(28px, 5vw, 58px); }

@media (min-width: 760px) {
	.ohc-hero__grid,
	.ohc-archive-hero__grid,
	.ohc-split,
	.ohc-problem__grid,
	.ohc-faq-layout,
	.ohc-audience__box { grid-template-columns: minmax(0, 1fr) minmax(320px, .88fr); }
	.ohc-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.ohc-service-grid--compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.ohc-trust__items { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.ohc-bento { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.ohc-bento .ohc-card { grid-column: span 2; }
	.ohc-bento .ohc-card--feature { grid-column: span 4; }
	.ohc-timeline { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.ohc-timeline li { grid-template-columns: 1fr; }
	.ohc-booking__box,
	.ohc-cta-card { grid-template-columns: 1fr auto; }
}

@media (max-width: 759px) {
	.ohc-section { padding: 56px 0; }
	.ohc-hero__actions,
	.ohc-archive-hero__actions { align-items: stretch; flex-direction: column; }
	.ohc-button { width: 100%; }
	.ohc-floating-note { bottom: auto; left: 14px; right: 14px; top: calc(100% - 42px); }
	.ohc-hero__media-wrap { margin-bottom: 56px; }
	.ohc-timeline li { grid-template-columns: auto 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	.ohc-button,
	.ohc-service-card__link { transition: none; }
}
