/*
Theme Name: Ozlin Info 2025 Child
Theme URI: https://ozlin.info/
Description: A lightweight Twenty Twenty-Five child theme for Ozlin Info.
Author: Ozlin Info
Template: twentytwentyfive
Version: 0.1.14
Text Domain: ozlin-info-2025-child
*/

:root {
  --oz-night: #090b10;
  --oz-ink: #11151c;
  --oz-red: #e60012;
  --oz-cyan: #21d4fd;
  --oz-steel: #8d99a8;
  --oz-fog: #f4f7fa;
  --oz-line: rgba(255, 255, 255, 0.14);
}

html { scroll-behavior: smooth; }
body { overflow-x: clip; }
@supports not (overflow: clip) {
  body { overflow-x: hidden; }
}
a { text-underline-offset: 0.2em; }
:where(a, button, input, textarea, select):focus-visible {
  outline: 3px solid var(--oz-cyan);
  outline-offset: 3px;
}

.oz-site-shell {
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    var(--oz-night);
  background-size: 40px 40px;
  color: #fff;
}

.oz-header {
  border-bottom: 1px solid var(--oz-line);
  background: rgba(9, 11, 16, 0.94);
}

.oz-header .wp-block-site-logo { background: #fff; border-radius: 6px; height: 70px; overflow: hidden; position: relative; width: 122px; }
.oz-header .wp-block-site-logo a { display: block; height: 100%; width: 100%; }
.oz-header .wp-block-site-logo img { height: 110px !important; left: 6px; max-width: none !important; position: absolute; top: -20px; width: 110px !important; }
.oz-header a { text-decoration: none; }
.oz-header .wp-block-navigation-item__content { align-items: center; display: inline-flex; min-height: 44px; }
.oz-header .wp-block-navigation-item__content:hover { color: var(--oz-cyan); }

.oz-section { padding-block: clamp(4rem, 9vw, 8.5rem); }
.oz-section--line { border-top: 1px solid var(--oz-line); }
.oz-section--light { background: var(--oz-fog); color: var(--oz-night); }
.oz-section--light a:not(.wp-block-button__link) { color: #006b85; }
.oz-section--light .oz-index { color: #006b85; }
.oz-section--ink { background: var(--oz-ink); }

.oz-hero {
  min-height: min(850px, calc(100vh - 80px));
  display: flex;
  align-items: center;
  position: relative;
  isolation: isolate;
}
.oz-hero::after {
  background: radial-gradient(circle, rgba(230,0,18,.28), transparent 68%);
  content: "";
  height: 34rem;
  position: absolute;
  right: -12rem;
  top: 5rem;
  width: 34rem;
  z-index: -1;
}
.oz-hero-layout { align-items: center !important; gap: clamp(2rem, 5vw, 5rem); width: 100%; }
.oz-hero-copy { min-width: 0; }
.oz-display {
  font-size: clamp(3rem, 5.15vw, 5.35rem) !important;
  letter-spacing: -.055em;
  line-height: .96;
  max-width: 1000px;
}
.oz-display mark { color: var(--oz-red); background: transparent; }
.oz-lead { color: #c9d0da; font-size: clamp(1.08rem, 1.8vw, 1.35rem); line-height: 1.75; max-width: 760px; }
.oz-kicker, .oz-index, .oz-tags {
  font-family: var(--wp--preset--font-family--fira-code), "Fira Code", monospace;
  font-size: .76rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.oz-kicker, .oz-index { color: var(--oz-cyan); }
.oz-tags { color: var(--oz-steel); }

.oz-button .wp-block-button__link {
  background: var(--oz-red);
  border: 1px solid var(--oz-red);
  border-radius: .25rem;
  box-shadow: 0 10px 35px rgba(230, 0, 18, .22);
  color: #fff;
  font-weight: 750;
  padding: .9rem 1.3rem;
}
.oz-button--ghost .wp-block-button__link {
  background: transparent;
  border-color: rgba(255,255,255,.36);
  box-shadow: none;
}
.oz-section--light .oz-button--ghost .wp-block-button__link { border-color: rgba(9,11,16,.3); color: var(--oz-night); }
.oz-button .wp-block-button__link:hover { filter: brightness(1.12); }

.oz-assurance { border-top: 1px solid var(--oz-line); padding-top: 1.25rem; }
.oz-code-cover {
  background: #050609;
  border: 1px solid rgba(33, 212, 253, .38);
  border-radius: 16px;
  box-shadow: 0 28px 80px rgba(0,0,0,.42), 0 0 42px rgba(33,212,253,.08);
  margin: 0;
  overflow: hidden;
  position: relative;
  transform: rotate(1.25deg);
}
.oz-code-cover::after {
  background: linear-gradient(180deg, transparent 48%, rgba(5,6,9,.9) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.oz-code-cover__image { margin: 0 !important; }
.oz-code-cover__image img { aspect-ratio: 1.38 / 1; display: block; height: auto; object-fit: cover; width: 100%; }
.oz-code-cover__label, .oz-code-cover__meta { font-family: var(--wp--preset--font-family--fira-code), "Fira Code", monospace; margin: 0; position: absolute; z-index: 1; }
.oz-code-cover__label { background: var(--oz-red); bottom: 3.2rem; color: #fff; font-size: clamp(.86rem, 1.2vw, 1rem); font-weight: 700; left: 1rem; padding: .48rem .7rem; }
.oz-code-cover__meta { bottom: 1rem; color: #c9d0da; font-size: .68rem; left: 1rem; letter-spacing: .11em; text-transform: uppercase; }
.oz-grid { align-items: stretch !important; }
.oz-card {
  border: 1px solid var(--oz-line);
  border-radius: 14px;
  height: 100%;
  padding: clamp(1.4rem, 3vw, 2.25rem);
}
.oz-site-shell .oz-card { background: rgba(17, 21, 28, .76); }
.oz-section--light .oz-card { background: #fff; border-color: rgba(9,11,16,.13); }
.oz-card h3 { margin-top: 1.2rem; }
.oz-card p { line-height: 1.7; }

.oz-process-step { border-top: 2px solid var(--oz-red); padding-top: 1.2rem; }
.oz-query .wp-block-post { border-top: 1px solid var(--oz-line); padding-top: 1.5rem; }
.oz-query .wp-block-post-title a { text-decoration: none; }
.oz-query .wp-block-post-title a:hover { color: var(--oz-cyan); }
.oz-query .wp-block-post-featured-image img { aspect-ratio: 16 / 9; object-fit: cover; }

.oz-blog-index { min-height: 70vh; }
.oz-blog-intro { max-width: 780px; }
.oz-blog-query .wp-block-post-template { align-items: stretch; }
.oz-blog-query .wp-block-post { display: flex; }
.oz-blog-query .oz-card { display: flex; flex-direction: column; width: 100%; }
.oz-blog-query .wp-block-post-excerpt { margin-top: auto; }
.oz-blog-query .wp-block-post-excerpt__more-link { color: var(--oz-cyan); font-weight: 700; }
.oz-blog-query .wp-block-query-pagination { border-top: 1px solid var(--oz-line); margin-top: 3rem; padding-top: 1.5rem; }

.oz-page-hero { padding-bottom: clamp(3rem, 7vw, 6rem); }
.oz-page-hero__layout { align-items: center !important; gap: clamp(2rem, 6vw, 5rem); }
.oz-page-hero__copy { max-width: 760px; }
.oz-page-hero .oz-display { max-width: 920px; }
.oz-page-actions { margin-top: 2rem; }
.oz-page-note {
  border-left: 3px solid var(--oz-cyan);
  color: #c9d0da;
  margin-top: 2rem;
  max-width: 820px;
  padding-left: 1rem;
}

.oz-project-feature { align-items: center !important; gap: clamp(2rem, 6vw, 5rem); }
.oz-project-media {
  background: #050609;
  border: 1px solid var(--oz-line);
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
  margin: 0;
  overflow: hidden;
}
.oz-project-media img { display: block; height: auto; width: 100%; }
.oz-project-media--contain img { aspect-ratio: 16 / 10; object-fit: contain; }
.oz-project-media--cover img { aspect-ratio: 16 / 10; object-fit: cover; }
.oz-project-gallery { align-items: stretch !important; gap: 1rem; }
.oz-project-gallery .wp-block-image { background: #fff; border: 1px solid rgba(9,11,16,.13); border-radius: 12px; height: 100%; margin: 0; overflow: hidden; }
.oz-project-gallery img { aspect-ratio: 4 / 3; height: 100%; object-fit: cover; width: 100%; }
.oz-project-links { gap: .7rem !important; }
.oz-project-links a { font-weight: 700; }
.oz-project-status {
  border: 1px solid rgba(33,212,253,.35);
  border-radius: 999px;
  color: var(--oz-cyan);
  display: inline-block;
  padding: .35rem .7rem;
}
.oz-section--light .oz-project-status { border-color: rgba(0,107,133,.42); color: #006b85; }

.oz-service-stack { display: grid; gap: 1.25rem; }
.oz-service-block { padding: clamp(1.5rem, 4vw, 3rem); }
.oz-service-block .wp-block-columns { gap: clamp(1.5rem, 4vw, 3rem); }
.oz-service-block h2 { margin-top: .35rem; }
.oz-service-block ul { padding-left: 1.2rem; }
.oz-service-block li { margin-bottom: .7rem; }
.oz-service-boundary {
  background: rgba(33,212,253,.07);
  border-left: 3px solid var(--oz-cyan);
  padding: 1rem 1.1rem;
}
.oz-service-outcome { color: #dce3ec; font-size: 1.08rem; line-height: 1.75; }
.oz-section--light .oz-service-outcome { color: #2d3440; }
.oz-section--light .oz-service-boundary { background: rgba(33,212,253,.11); }

.oz-quote {
  border-left: 3px solid var(--oz-red);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  margin: 0;
  padding-left: 1.5rem;
}
.oz-faq details { border-top: 1px solid var(--oz-line); padding-block: 1.2rem; }
.oz-faq summary { align-items: center; cursor: pointer; display: flex; font-size: 1.1rem; font-weight: 700; gap: 1rem; justify-content: space-between; list-style: none; }
.oz-faq summary::-webkit-details-marker { display: none; }
.oz-faq summary::after { color: var(--oz-cyan); content: "+"; flex: 0 0 auto; font-size: 1.5rem; font-weight: 500; line-height: 1; transform: rotate(0deg); transition: transform 220ms ease; }
.oz-faq details[open] summary::after { transform: rotate(45deg); }
.oz-faq details[data-oz-details-animating] { overflow: hidden; }
.oz-faq details p { color: #c9d0da; }
.oz-footer { border-top: 1px solid var(--oz-line); color: var(--oz-steel); }

/* v0.1.5 — icon, mascot and editorial visual system */
.oz-service-icon {
  align-items: center;
  background: linear-gradient(145deg, rgba(33,212,253,.12), rgba(230,0,18,.08));
  border: 1px solid rgba(33,212,253,.24);
  border-radius: 16px;
  display: inline-flex;
  height: 72px;
  justify-content: center;
  margin: 0 0 1.1rem !important;
  padding: 12px;
  width: 72px;
}
.oz-service-icon img { display: block; height: 100%; object-fit: contain; width: 100%; }
.oz-section--light .oz-service-icon { background: linear-gradient(145deg, rgba(33,212,253,.11), rgba(230,0,18,.055)); border-color: rgba(0,107,133,.25); }

.oz-service-hero__layout { align-items: center !important; gap: clamp(2.5rem, 6vw, 6rem); }
.oz-service-hero-visual {
  background: rgba(17,21,28,.72);
  border: 1px solid rgba(33,212,253,.26);
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
  isolation: isolate;
  min-height: 430px;
  overflow: hidden;
  padding: 1rem;
  position: relative;
}
.oz-service-hero-visual::after {
  background: radial-gradient(circle, rgba(230,0,18,.18), transparent 70%);
  content: "";
  height: 18rem;
  position: absolute;
  right: -6rem;
  top: -5rem;
  width: 18rem;
  z-index: -1;
}
.oz-service-hero-visual .oz-route-system { margin: 2.4rem 0 0 !important; opacity: .88; }
.oz-service-hero-visual .oz-route-system img { display: block; height: auto; width: 100%; }
.oz-service-hero-visual .oz-mascot--dolphin {
  bottom: -.25rem;
  margin: 0 !important;
  position: absolute;
  right: -.25rem;
  width: min(46%, 250px);
}
.oz-service-hero-visual .oz-mascot--dolphin img { filter: drop-shadow(0 18px 28px rgba(0,0,0,.42)); height: auto; width: 100%; }

.oz-crew-strip { gap: 1rem !important; margin-top: clamp(2.5rem, 5vw, 4rem); }
.oz-character-card {
  align-items: center;
  background: rgba(9,11,16,.7);
  border: 1px solid var(--oz-line);
  border-radius: 18px;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(82px, 110px) 1fr;
  min-height: 170px;
  overflow: hidden;
  padding: 1rem;
  position: relative;
}
.oz-character-card::before { background: var(--oz-red); content: ""; height: 3px; inset: 0 0 auto; position: absolute; }
.oz-character-card .wp-block-image { margin: 0 !important; }
.oz-character-card .wp-block-image img { display: block; filter: drop-shadow(0 14px 18px rgba(0,0,0,.3)); height: 130px; object-fit: contain; width: 100%; }
.oz-character-card h3 { font-size: 1rem; margin: 0 0 .35rem; }
.oz-character-card p { color: #c9d0da; font-size: .88rem; line-height: 1.55; margin: 0; }
.oz-character-note { color: var(--oz-steel); font-size: .86rem; margin-top: 1rem; }

.oz-contact-page { min-height: 70vh; }
.oz-contact-layout { align-items: flex-start !important; gap: clamp(2rem, 6vw, 6rem); }
.oz-contact-title { font-size: clamp(3rem, 7vw, 6rem) !important; letter-spacing: -.055em; line-height: .95; }
.oz-contact-content { max-width: 760px; }
.oz-contact-content > h2:first-child { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.oz-contact-content .fluentform {
  background: rgba(17,21,28,.82);
  border: 1px solid var(--oz-line);
  border-radius: 18px;
  margin-block: 2.5rem;
  padding: clamp(1.25rem, 4vw, 2.25rem);
}
.oz-contact-content .ff-el-form-control { background: var(--oz-fog); border: 2px solid transparent; color: var(--oz-night); min-height: 48px; }
.oz-contact-content textarea.ff-el-form-control { min-height: 150px; }
.oz-contact-content .ff-el-form-control:focus { border-color: var(--oz-cyan); box-shadow: 0 0 0 3px rgba(33,212,253,.18); }
.oz-contact-content .ff-btn-submit { background: var(--oz-red) !important; border: 1px solid var(--oz-red) !important; border-radius: 4px !important; color: #fff !important; font-weight: 750; min-height: 48px; padding-inline: 1.4rem !important; }
.oz-contact-aside {
  background: rgba(17,21,28,.78);
  border: 1px solid rgba(33,212,253,.28);
  border-radius: 24px;
  overflow: hidden;
  padding: 1rem 1rem 1.5rem;
  position: sticky;
  top: 2rem;
}
.oz-contact-aside .oz-contact-signal { margin: 0 !important; }
.oz-contact-aside .oz-contact-signal img { border-radius: 16px; display: block; height: auto; width: 100%; }
.oz-contact-aside .oz-mascot--ray { margin: -4rem auto -1.5rem !important; position: relative; width: min(90%, 340px); z-index: 1; }
.oz-contact-aside .oz-mascot--ray img { filter: drop-shadow(0 18px 25px rgba(0,0,0,.42)); height: auto; width: 100%; }
.oz-contact-aside__copy { padding-inline: .75rem; }
.oz-contact-aside__copy h2 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
.oz-contact-aside__copy p { color: #c9d0da; line-height: 1.65; }

.oz-post-visual {
  background: var(--oz-ink);
  border: 1px solid rgba(9,11,16,.15);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(9,11,16,.13);
  margin-block: clamp(2.5rem, 6vw, 4.5rem) !important;
  overflow: hidden;
}
.oz-post-visual img { aspect-ratio: 16 / 9; display: block; height: auto; object-fit: cover; width: 100%; }
.oz-post-visual figcaption { background: #fff; color: #303844; font-size: .86rem; line-height: 1.55; margin: 0; padding: .8rem 1rem; text-align: left; }

@media (max-width: 781px) {
  html { scroll-behavior: auto; }
  .oz-hero { min-height: auto; }
  .oz-display { font-size: clamp(2.8rem, 14vw, 4.6rem) !important; }
  .oz-hero-layout { gap: 3rem; }
  .oz-code-cover { transform: none; }
  .oz-header .wp-block-site-title { display: none; }
  .oz-project-gallery img { aspect-ratio: 16 / 10; }
  .oz-service-hero-visual { min-height: 340px; }
  .oz-contact-aside { position: static; }
  .oz-character-card { grid-template-columns: 82px 1fr; }
}

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

/* v0.1.6 — wider desktop content and editorial media */
@media (min-width: 1024px) {
  .single-post .entry-content > .oz-post-visual {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: min(1280px, calc(100vw - 6rem)) !important;
    width: 100%;
  }
}

/* v0.1.7 — persistent navigation, restrained motion and back-to-top control */
header.wp-block-template-part {
  isolation: isolate;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.admin-bar header.wp-block-template-part { top: 32px; }
.oz-header {
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  backdrop-filter: blur(14px) saturate(130%);
  transition: background-color 180ms ease, box-shadow 180ms ease;
}
.has-modal-open .oz-header {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.wp-block-navigation__responsive-container.is-menu-open {
  box-sizing: border-box;
  height: 100dvh;
  inset: 0;
  max-height: 100dvh;
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  position: fixed;
  z-index: 100000;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  box-sizing: border-box;
  min-height: max-content;
  padding-bottom: max(2rem, env(safe-area-inset-bottom, 0px));
  width: 100%;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
  align-items: stretch;
  gap: .25rem;
  width: 100%;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
  width: 100%;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
  min-height: 48px;
  padding-block: .55rem;
}
.oz-page-scrolled .oz-header {
  background: rgba(9, 11, 16, 0.985);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .28);
}
:where(#home, #process, #insights, #about, [id]) { scroll-margin-top: 96px; }

.oz-back-to-top {
  align-items: center;
  background: rgba(9, 11, 16, .94);
  border: 1px solid rgba(33, 212, 253, .58);
  border-radius: 999px;
  bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
  box-shadow: 0 14px 32px rgba(0, 0, 0, .3);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  height: 48px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms, background-color 180ms ease, border-color 180ms ease;
  visibility: hidden;
  width: 48px;
  z-index: 900;
}
.oz-back-to-top__icon { display: block; height: 22px; width: 22px; }
.oz-back-to-top[hidden] { display: none; }
.oz-back-to-top:hover { background: var(--oz-red); border-color: var(--oz-red); }
.oz-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
  visibility: visible;
}
.has-modal-open .oz-back-to-top { opacity: 0; pointer-events: none; visibility: hidden; }

@keyframes oz-enter-up {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes oz-enter-code {
  from { opacity: 0; transform: translateY(12px) scale(.985) rotate(0deg); }
  to { opacity: 1; }
}
@keyframes oz-card-enter {
  from { opacity: 0; transform: translate3d(-12px, 14px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@media (prefers-reduced-motion: no-preference) {
  .oz-hero-copy > * { animation: oz-enter-up 460ms cubic-bezier(.22, 1, .36, 1) both; }
  .oz-hero-copy > :nth-child(1) { animation-delay: 40ms; }
  .oz-hero-copy > :nth-child(2) { animation-delay: 120ms; }
  .oz-hero-copy > :nth-child(3) { animation-delay: 200ms; }
  .oz-hero-copy > :nth-child(4) { animation-delay: 280ms; }
  .oz-hero-copy > :nth-child(n+5) { animation-delay: 340ms; }
  .oz-hero .oz-code-cover { animation: oz-enter-code 540ms cubic-bezier(.22, 1, .36, 1) 180ms both; }

  .oz-page-hero__copy > * { animation: oz-enter-up 480ms cubic-bezier(.22, 1, .36, 1) both; }
  .oz-page-hero__copy > :nth-child(1) { animation-delay: 40ms; }
  .oz-page-hero__copy > :nth-child(2) { animation-delay: 120ms; }
  .oz-page-hero__copy > :nth-child(3) { animation-delay: 200ms; }
  .oz-page-hero__copy > :nth-child(4) { animation-delay: 280ms; }
  .oz-page-hero__copy > :nth-child(n+5) { animation-delay: 340ms; }
  .oz-page-hero .oz-code-cover,
  .oz-page-hero .oz-service-hero-visual { animation: oz-enter-from-right 560ms cubic-bezier(.22, 1, .36, 1) 180ms both; }

  .oz-contact-aside { animation: oz-enter-from-right 580ms cubic-bezier(.22, 1, .36, 1) 120ms both; }
  .oz-contact-aside .oz-mascot--ray { animation: oz-ray-swim 5.8s ease-in-out 780ms infinite; transform-origin: 50% 58%; }

  .oz-service-hero-visual .oz-mascot--dolphin {
    animation: oz-dolphin-float 6.4s ease-in-out 780ms infinite;
    transform-origin: 52% 64%;
  }

  .oz-motion-ready .oz-motion-card[data-oz-enter]:not(.is-oz-entered) {
    opacity: 0;
    transform: translate3d(-12px, 14px, 0);
  }
  .oz-motion-ready .oz-motion-card[data-oz-enter].is-oz-entered {
    animation: oz-card-enter 460ms cubic-bezier(.22, 1, .36, 1) var(--oz-enter-delay, 0ms) both;
  }

  #about .oz-crew-strip > :nth-child(1) .wp-block-image { animation: oz-mascot-drift-a 7.2s ease-in-out infinite; transform-origin: 50% 62%; }
  #about .oz-crew-strip > :nth-child(2) .wp-block-image { animation: oz-mascot-drift-b 8.4s ease-in-out -2.2s infinite; transform-origin: 50% 62%; }
  #about .oz-crew-strip > :nth-child(3) .wp-block-image { animation: oz-mascot-drift-a 6.8s ease-in-out -3.6s infinite reverse; transform-origin: 50% 62%; }
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .oz-motion-card {
    transform-origin: 50% 50%;
    transition: transform 180ms cubic-bezier(.22, 1, .36, 1);
  }
  .oz-motion-card:hover { transform: scale(1.02); }
}

@keyframes oz-enter-from-right {
  from { opacity: 0; transform: translate3d(30px, 0, 0) scale(.99); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes oz-ray-swim {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-.5deg); }
  50% { transform: translate3d(0, -8px, 0) rotate(.8deg); }
}
@keyframes oz-dolphin-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-.4deg); }
  50% { transform: translate3d(0, -7px, 0) rotate(.5deg); }
}
@keyframes oz-mascot-drift-a {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-.6deg); }
  50% { transform: translate3d(0, -6px, 0) rotate(.7deg); }
}
@keyframes oz-mascot-drift-b {
  0%, 100% { transform: translate3d(0, -1px, 0) rotate(.5deg); }
  50% { transform: translate3d(3px, -7px, 0) rotate(-.6deg); }
}

@media (max-width: 782px) {
  .admin-bar header.wp-block-template-part { top: 46px; }
  :where(#home, #process, #insights, #about, [id]) { scroll-margin-top: 88px; }
  .oz-back-to-top {
    bottom: calc(.85rem + env(safe-area-inset-bottom, 0px));
    height: 46px;
    right: .85rem;
    width: 46px;
  }
}
