:root {
  --color-ink: #121212;
  --color-ink-soft: #555555;
  --color-line: #d9d9d9;
  --color-surface: #f8f8f6;
  --color-surface-2: #fff4f7;
  --color-sakura: #e88fa7;
  --color-red: #db5f5f;
  --color-blue: #4290b6;
  --color-green: #629f64;
  --color-yellow: #c0b76a;
  --container: min(1180px, calc(100vw - 48px));
  --header-height: 86px;
  --radius: 8px;
  --shadow: 0 22px 60px rgba(18, 18, 18, 0.12);
  --shadow-strong: 0 34px 90px rgba(18, 18, 18, 0.18);
  --ease-out: cubic-bezier(0.2, 0.8, 0.2, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-ink);
  background: #ffffff;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  animation: ob-page-in 560ms var(--ease-out) both;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.25;
  letter-spacing: 0;
}

h1 {
  font-size: 74px;
  font-weight: 800;
}

h2 {
  font-size: 48px;
  font-weight: 800;
}

h3 {
  font-size: 28px;
  font-weight: 800;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid var(--color-ink);
  border-radius: 4px;
  font-weight: 800;
  line-height: 1;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: transform 220ms var(--ease-out), background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.34) 42%, transparent 74%);
  transform: translateX(-120%) skewX(-18deg);
  transition: transform 560ms var(--ease-out);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.button:hover::before,
.button:focus-visible::before {
  transform: translateX(120%) skewX(-18deg);
}

.button--dark {
  color: #ffffff;
  background: var(--color-ink);
}

.button--light {
  color: var(--color-ink);
  background: #ffffff;
  border-color: #ffffff;
}

.button--outline {
  color: var(--color-ink);
  background: rgba(255, 255, 255, 0.78);
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}

.text-link::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.eyebrow {
  color: var(--color-sakura);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-height);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--color-line);
  backdrop-filter: blur(18px);
  animation: ob-header-drop 620ms var(--ease-out) both;
}

.site-header.is-scrolled {
  box-shadow: 0 8px 32px rgba(18, 18, 18, 0.08);
}

.site-header__inner {
  width: min(100%, 1440px);
  min-height: var(--header-height);
  margin-inline: auto;
  padding: 12px 24px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  align-items: center;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  min-height: 62px;
}

.site-brand img {
  width: auto;
  max-width: 164px;
  max-height: 62px;
}

.site-brand__text {
  font-size: 22px;
  font-weight: 900;
}

.site-header__right {
  display: grid;
  gap: 10px;
  justify-items: end;
}

.site-header__tagline {
  color: var(--color-ink-soft);
  font-size: 12px;
  line-height: 1.3;
}

.site-header__actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.site-header__tel {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.site-header__tel::before {
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 9px;
  background: currentColor;
  clip-path: polygon(24% 0, 48% 4%, 58% 28%, 47% 39%, 61% 60%, 75% 52%, 96% 66%, 100% 90%, 85% 100%, 62% 96%, 35% 76%, 14% 48%, 0 21%, 5% 5%);
}

.primary-nav .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 3vw, 48px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-nav .menu-item {
  position: relative;
}

.primary-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  position: relative;
}

.primary-nav > .menu > .menu-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 2px;
  background: var(--color-sakura);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 260ms var(--ease-out);
}

.primary-nav > .menu > .menu-item:hover > a::after,
.primary-nav > .menu > .menu-item:focus-within > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.primary-nav .sub-menu,
.primary-nav .fallback-menu .fallback-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 236px;
  padding: 10px;
  margin: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.primary-nav .menu-item:hover > .sub-menu,
.primary-nav .menu-item:focus-within > .sub-menu,
.primary-nav .menu-item:hover > .fallback-menu,
.primary-nav .menu-item:focus-within > .fallback-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.primary-nav .sub-menu a,
.primary-nav .fallback-menu .fallback-menu a {
  width: 100%;
  min-height: 42px;
  padding: 0 10px;
  white-space: normal;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--color-line);
  border-radius: 4px;
  background: #ffffff;
}

.nav-toggle span:not(.screen-reader-text) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--color-ink);
}

.home-hero {
  position: relative;
  min-height: calc(84vh - var(--header-height));
  overflow: hidden;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0.2) 76%),
    var(--color-surface);
  border-bottom: 1px solid var(--color-line);
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(18, 18, 18, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(18, 18, 18, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 20%, transparent 70%);
  opacity: 0.5;
}

.home-hero::after {
  content: "";
  position: absolute;
  right: -7vw;
  top: 0;
  width: 45vw;
  height: 100%;
  background: linear-gradient(130deg, rgba(18, 18, 18, 0.96), rgba(18, 18, 18, 0.55));
  clip-path: polygon(26% 0, 100% 0, 74% 100%, 0 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
  animation: ob-diagonal-breathe 8s ease-in-out infinite alternate;
  z-index: 1;
}

.home-hero__image {
  position: absolute;
  inset: 0 0 0 auto;
  width: 54vw;
  background-size: cover;
  background-position: center calc(50% + var(--ob-parallax, 0px));
  clip-path: polygon(24% 0, 100% 0, 76% 100%, 0 100%);
  opacity: 0.86;
  filter: saturate(0.98) contrast(1.02);
  transform-origin: center;
  z-index: 0;
}

.home-hero__content {
  position: relative;
  z-index: 2;
  padding-block: clamp(86px, 12vh, 150px);
}

.home-hero__content::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 18%;
  width: 8px;
  height: 170px;
  background: linear-gradient(180deg, var(--color-sakura), var(--color-blue));
  transform: skewY(-22deg);
}

.home-hero h1 {
  max-width: 760px;
  margin-top: 18px;
  overflow-wrap: anywhere;
}

.home-hero__lead {
  max-width: 720px;
  margin-top: 24px;
  font-size: 28px;
  font-weight: 800;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.content-section {
  padding-block: clamp(70px, 9vw, 128px);
}

.content-section--first {
  padding-top: 54px;
}

.content-section--tint {
  background: var(--color-surface);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.section-label {
  display: inline-grid;
  min-width: min(100%, 360px);
  border-top: 2px solid var(--color-ink);
  position: relative;
  overflow: hidden;
}

.section-label::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--color-sakura), var(--color-blue), var(--color-green));
  transform: translateX(-101%);
  transition: transform 880ms var(--ease-out) 180ms;
}

.section-label.is-visible::after {
  transform: translateX(0);
}

.section-label span {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  font-size: 40px;
  font-weight: 900;
}

.section-label small {
  color: var(--color-ink-soft);
  font-size: 13px;
  font-weight: 800;
}

.post-grid,
.service-grid,
.audience-grid {
  display: grid;
  gap: 24px;
}

.post-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ob-card {
  min-width: 0;
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 240ms var(--ease-out), box-shadow 240ms ease, border-color 240ms ease;
}

.ob-card:hover,
.ob-card:focus-within {
  transform: perspective(900px) translateY(-8px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  border-color: var(--color-ink);
  box-shadow: var(--shadow-strong);
}

.ob-card__link {
  display: grid;
  height: 100%;
}

.ob-card__media {
  aspect-ratio: 4 / 3;
  margin: 0;
  background: var(--color-surface-2);
  overflow: hidden;
}

.ob-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 720ms var(--ease-out), filter 720ms ease;
}

.ob-card:hover .ob-card__media img,
.ob-card:focus-within .ob-card__media img {
  transform: scale(1.07);
  filter: saturate(1.08) contrast(1.04);
}

.ob-card__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--color-sakura);
  font-weight: 900;
}

.ob-card__body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.ob-card time {
  color: var(--color-ink-soft);
  font-size: 13px;
  font-weight: 800;
}

.ob-card h3 {
  font-size: 18px;
}

.ob-card p {
  color: var(--color-ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.audience-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.audience-link {
  display: grid;
  grid-template-columns: minmax(180px, 42%) 1fr;
  min-height: 250px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  transform-style: preserve-3d;
  transition: transform 240ms var(--ease-out), box-shadow 240ms ease, border-color 240ms ease;
}

.audience-link:hover,
.audience-link:focus-visible {
  transform: perspective(900px) translateY(-8px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  border-color: var(--color-ink);
  box-shadow: var(--shadow-strong);
}

.audience-link figure {
  min-height: 250px;
  margin: 0;
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
}

.audience-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 760ms var(--ease-out), filter 760ms ease;
}

.audience-link:hover img,
.audience-link:focus-visible img {
  transform: scale(1.06);
  filter: saturate(1.08);
}

.audience-link div {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 28px;
}

.audience-link p:last-child {
  color: var(--color-ink-soft);
}

.service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
  min-width: 0;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #ffffff;
  transform-style: preserve-3d;
  transition: transform 240ms var(--ease-out), box-shadow 240ms ease, border-color 240ms ease;
}

.service-card:hover,
.service-card:focus-within {
  transform: perspective(900px) translateY(-8px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  border-color: var(--color-ink);
  box-shadow: var(--shadow-strong);
}

.service-card a {
  display: grid;
  height: 100%;
}

.service-card figure {
  aspect-ratio: 1 / 1;
  margin: 0;
  background: var(--color-surface);
  overflow: hidden;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 720ms var(--ease-out), filter 720ms ease;
}

.service-card:hover img,
.service-card:focus-within img {
  transform: scale(1.08);
  filter: saturate(1.1) contrast(1.04);
}

.service-card div {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.service-card p {
  color: var(--color-blue);
  font-size: 13px;
  font-weight: 800;
}

.service-card h3 {
  font-size: 20px;
}

.service-card span {
  color: var(--color-ink-soft);
  font-size: 13px;
  font-weight: 800;
}

.company-band {
  color: #ffffff;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 42px),
    linear-gradient(100deg, rgba(232, 143, 167, 0.18), transparent 44%),
    var(--color-ink);
  background-size: 42px 42px, auto, auto;
}

.company-band__inner {
  display: grid;
  gap: 24px;
  max-width: 960px;
}

.company-band .eyebrow {
  color: var(--color-yellow);
}

.company-band p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.page-hero {
  padding-block: clamp(82px, 12vw, 150px) clamp(60px, 8vw, 96px);
  background:
    linear-gradient(115deg, #ffffff 0%, #ffffff 52%, rgba(232, 143, 167, 0.18) 52%, rgba(66, 144, 182, 0.12) 100%),
    var(--color-surface);
  border-bottom: 1px solid var(--color-line);
  background-position: center calc(50% + var(--ob-parallax, 0px));
  position: relative;
  overflow: hidden;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0 -12vw 0 auto;
  width: 38vw;
  background: linear-gradient(130deg, rgba(18, 18, 18, 0.08), rgba(232, 143, 167, 0.18));
  clip-path: polygon(24% 0, 100% 0, 72% 100%, 0 100%);
  pointer-events: none;
}

.page-hero--compact {
  padding-block: clamp(68px, 9vw, 110px);
}

.page-hero .eyebrow,
.page-hero time {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--color-sakura);
  font-size: 14px;
  font-weight: 800;
}

.page-hero h1 {
  max-width: 1000px;
  position: relative;
  z-index: 1;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.content-layout {
  max-width: 920px;
}

.entry-content {
  font-size: 17px;
}

.entry-content > * + * {
  margin-top: 1.1em;
}

.entry-content h2 {
  margin-top: 1.8em;
  padding-top: 0.8em;
  border-top: 1px solid var(--color-line);
  font-size: 38px;
}

.entry-content h3 {
  margin-top: 1.5em;
  font-size: 27px;
}

.entry-content p,
.entry-content li,
.entry-content td,
.entry-content th {
  line-height: 1.9;
}

.entry-content a {
  color: var(--color-blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.4em;
}

.entry-content img {
  border-radius: var(--radius);
}

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  overflow-wrap: anywhere;
}

.entry-content th,
.entry-content td {
  padding: 14px;
  border: 1px solid var(--color-line);
  vertical-align: top;
}

.entry-content th {
  background: var(--color-surface);
}

.entry-content .content_wrapper,
.entry-content .wrapper_item {
  display: grid;
  gap: 22px;
}

.entry-content .inner_item {
  padding: 20px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
}

.entry-content .inner_item_img img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
}

.single-entry__image {
  margin: 0 0 36px;
}

.single-entry__image img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.single-entry__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--color-line);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-list span,
.tag-list a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--color-surface-2);
  color: var(--color-red);
  font-size: 13px;
  font-weight: 800;
}

.pagination-wrap {
  margin-top: 42px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid var(--color-line);
  border-radius: 4px;
  font-weight: 800;
}

.page-numbers.current {
  color: #ffffff;
  background: var(--color-ink);
  border-color: var(--color-ink);
}

.footer-cta {
  color: #ffffff;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 36%),
    var(--color-red);
}

.footer-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 42px;
}

.footer-cta .eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.footer-cta h2 {
  margin-top: 6px;
  font-size: 40px;
}

.site-footer {
  background: #ffffff;
  border-top: 1px solid var(--color-line);
}

.site-footer__main {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) 1.5fr;
  gap: 42px;
  padding-block: 54px;
}

.site-footer__brand {
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer__brand h2 {
  font-size: 24px;
}

.site-footer__brand p,
.site-footer__brand a {
  color: var(--color-ink-soft);
  font-size: 14px;
}

.footer-nav .menu {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 22px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-nav a {
  color: var(--color-ink-soft);
  font-size: 14px;
  font-weight: 800;
}

.footer-nav .sub-menu {
  display: grid;
  gap: 8px;
  padding: 8px 0 0;
  margin: 0;
  list-style: none;
}

.footer-nav .sub-menu a {
  font-weight: 500;
}

.site-footer__bottom {
  padding: 18px 24px;
  border-top: 1px solid var(--color-line);
  color: var(--color-ink-soft);
  text-align: center;
  font-size: 12px;
}

/* v1.1.5: lightweight reveal base. Content remains readable even if JS stops. */
.ob-animate {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.ob-animate.ob-pending {
  opacity: .96;
  transform: translate3d(0, 4px, 0);
  transition: opacity 220ms ease-out, transform 220ms ease-out;
  will-change: opacity, transform;
}

.ob-animate.ob-pending.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes ob-page-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes ob-header-drop {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ob-diagonal-breathe {
  from {
    transform: translateX(0) skewX(0deg);
    opacity: 0.9;
  }
  to {
    transform: translateX(-18px) skewX(-2deg);
    opacity: 0.72;
  }
}

@keyframes ob-hero-breathe {
  from {
    transform: scale(1.03) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(-1.5%, -1%, 0);
  }
}

@keyframes ob-hero-swap-rotate {
  0% {
    transform: scale(1) rotate(0deg);
  }
  46% {
    transform: scale(1.04) rotate(-1.6deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}

@keyframes ob-hero-black-mask {
  0% {
    opacity: 0;
    transform: translateX(-118%) rotate(-8deg) scale(1.08);
  }
  38% {
    opacity: 1;
    transform: translateX(-18%) rotate(0deg) scale(1.08);
  }
  58% {
    opacity: 1;
    transform: translateX(0%) rotate(2deg) scale(1.1);
  }
  100% {
    opacity: 0;
    transform: translateX(118%) rotate(8deg) scale(1.08);
  }
}

@keyframes ob-panel-float {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-8px, -12px, 0);
  }
}

@keyframes ob-glass-sweep {
  0%,
  54% {
    transform: translateX(-70%);
  }
  100% {
    transform: translateX(70%);
  }
}

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

  body,
  .site-header,
  .home-hero::after {
    animation: none !important;
  }

  .ob-animate,
  .ob-animate.ob-pending,
  .ob-animate.ob-pending.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__slide,
  .home-hero__slide.is-current,
  .home-hero__slider.is-switching .home-hero__slides,
  .home-hero__slider.is-switching .home-hero__transition-mask {
    animation: none !important;
    transition: none !important;
  }

  .home-hero__transition-mask {
    display: none;
  }
}

@media (max-width: 1100px) {
  .site-header__inner {
    grid-template-columns: 150px 1fr;
  }

  .primary-nav .menu {
    gap: 20px;
  }

  .site-header__tel {
    font-size: 18px;
  }

  .post-grid,
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audience-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  :root {
    --container: min(100vw - 32px, 680px);
    --header-height: 72px;
  }

  body {
    font-size: 15px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 24px;
  }

  .site-header__inner {
    grid-template-columns: 130px 1fr;
    gap: 16px;
    padding-inline: 16px;
  }

  .site-brand img {
    max-width: 124px;
    max-height: 52px;
  }

  .site-header__tagline,
  .site-header__tel {
    display: none;
  }

  .site-header__actions .button {
    display: none;
  }

  .nav-toggle {
    display: inline-block;
    position: fixed;
    top: 14px;
    right: 16px;
    z-index: 80;
    background: var(--color-ink);
    border-color: var(--color-ink);
  }

  .nav-toggle span:not(.screen-reader-text) {
    background: #ffffff;
  }

  .primary-nav {
    position: fixed;
    inset: var(--header-height) 0 auto 0;
    height: calc(100vh - var(--header-height));
    padding: 24px 16px 44px;
    overflow: auto;
    background: #ffffff;
    border-top: 1px solid var(--color-line);
    transform: translateX(100%);
    transition: transform 220ms ease;
  }

  .nav-open .primary-nav {
    transform: translateX(0);
  }

  .primary-nav .menu {
    display: grid;
    gap: 0;
    justify-content: stretch;
  }

  .primary-nav a {
    width: 100%;
    min-height: 52px;
    border-bottom: 1px solid var(--color-line);
    font-size: 16px;
  }

  .primary-nav .sub-menu,
  .primary-nav .fallback-menu .fallback-menu {
    position: static;
    width: 100%;
    padding: 0 0 0 16px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .home-hero {
    min-height: 76vh;
    align-items: end;
    background: linear-gradient(180deg, rgba(255,255,255,0.66), rgba(255,255,255,0.98)), var(--color-surface);
  }

  .home-hero::after {
    inset: 0 -22vw auto auto;
    height: 58%;
    width: 74vw;
    opacity: 0.5;
  }

  .home-hero__image {
    width: 100%;
    height: 58%;
    inset: 0 0 auto 0;
    clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
  }

  .home-hero__content {
    padding-block: 44vh 56px;
  }

  .home-hero h1 {
    font-size: 36px;
  }

  .home-hero__lead {
    font-size: 20px;
  }

  .section-label span {
    font-size: 30px;
  }

  .entry-content h2 {
    font-size: 29px;
  }

  .entry-content h3 {
    font-size: 22px;
  }

  .footer-cta h2 {
    font-size: 28px;
  }

  .section-heading,
  .footer-cta__inner,
  .site-footer__main {
    display: grid;
  }

  .post-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .audience-link {
    grid-template-columns: 1fr;
  }

  .audience-link figure {
    min-height: 210px;
    clip-path: none;
  }

  .footer-nav .menu {
    grid-template-columns: 1fr;
  }

  .entry-content {
    font-size: 16px;
  }

  .entry-content table {
    display: block;
    overflow-x: auto;
  }
}

@media (max-width: 460px) {
  .site-header__actions .button {
    display: none;
  }

  .home-hero h1 {
    font-size: 34px;
  }

  .home-hero__actions {
    display: grid;
  }

  .button {
    width: 100%;
  }
}

/* Home refresh: theme-only premium top page */
.home-hero--bloom {
  min-height: calc(100svh - var(--header-height));
  display: block;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(255, 244, 247, 0.88), rgba(255, 255, 255, 0.98) 44%, rgba(233, 242, 246, 0.88)),
    #ffffff;
  border-bottom: 1px solid var(--color-line);
}

.home-hero--bloom::before {
  background:
    linear-gradient(90deg, rgba(18, 18, 18, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(18, 18, 18, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.home-hero--bloom::after {
  content: none;
}

.home-hero--bloom .home-hero__content {
  width: min(680px, calc(100vw - 48px));
  margin-left: max(24px, calc((100vw - 1180px) / 2));
  padding-block: 106px 48px;
}

.home-hero--bloom .home-hero__content::before {
  left: -28px;
  top: 122px;
  width: 6px;
  height: 210px;
  background: linear-gradient(180deg, var(--color-sakura), var(--color-blue), var(--color-green));
  opacity: 0.9;
}

.home-hero__mark {
  width: 116px;
  height: auto;
  margin-bottom: 28px;
}

.home-hero--bloom h1 {
  display: grid;
  gap: 8px;
  max-width: min(720px, 100%);
  margin-top: 18px;
  font-size: 68px;
  line-height: 1.18;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.home-hero--bloom h1 span {
  display: block;
}

.home-hero--bloom .home-hero__lead {
  max-width: min(620px, 100%);
  margin-top: 28px;
  color: #2f2f2f;
  font-size: 19px;
  font-weight: 700;
  line-height: 2;
  overflow-wrap: anywhere;
}

.home-hero--bloom .home-hero__actions {
  margin-top: 34px;
  max-width: 100%;
}

.home-hero__visual {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(58vw, 820px);
  z-index: 1;
  pointer-events: none;
  transform: translate3d(0, var(--ob-hero-depth, 0px), 0);
  will-change: transform;
}

.home-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 72%;
  background: linear-gradient(130deg, rgba(18, 18, 18, 0.92), rgba(18, 18, 18, 0.54));
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  opacity: 0.9;
}

.home-hero__panel {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 28px 80px rgba(18, 18, 18, 0.22);
  isolation: isolate;
}

.home-hero__panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  will-change: transform;
}

.home-hero__slider {
  background: #080808;
}

.home-hero__slides {
  position: absolute;
  inset: 0;
  overflow: hidden;
  transform-origin: 50% 50%;
}

.home-hero__slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  transform: scale(1.1) rotate(1.8deg);
  transform-origin: 50% 50%;
  transition:
    opacity 520ms ease,
    transform 960ms cubic-bezier(.2, .8, .2, 1);
}

.home-hero__slide.is-current {
  z-index: 1;
  opacity: 1;
  transform: scale(1.03) rotate(0deg);
  animation: ob-hero-breathe 18s ease-in-out infinite alternate;
}

.home-hero__slider.is-switching .home-hero__slides {
  animation: ob-hero-swap-rotate 900ms cubic-bezier(.76, 0, .24, 1);
}

.home-hero__transition-mask {
  position: absolute;
  z-index: 3;
  inset: -24%;
  display: block;
  background:
    linear-gradient(115deg, rgba(0, 0, 0, 0.98), rgba(12, 12, 12, 0.9) 52%, rgba(0, 0, 0, 0.98));
  box-shadow: 0 0 42px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translateX(-118%) rotate(-8deg) scale(1.08);
  transform-origin: 50% 50%;
  pointer-events: none;
  will-change: transform, opacity;
}

.home-hero__slider.is-switching .home-hero__transition-mask {
  animation: ob-hero-black-mask 900ms cubic-bezier(.76, 0, .24, 1);
}

.home-hero__panel--main {
  right: -36px;
  top: 72px;
  width: min(50vw, 680px);
  height: 72vh;
  min-height: 560px;
  clip-path: polygon(18% 0, 100% 0, 84% 100%, 0 100%);
}

.home-hero__panel--sub {
  right: min(30vw, 410px);
  bottom: 118px;
  width: 250px;
  height: 330px;
  clip-path: polygon(0 0, 100% 8%, 88% 100%, 0 92%);
  animation: ob-panel-float 7s ease-in-out infinite alternate;
}

.home-hero__panel--mini {
  right: 84px;
  bottom: 42px;
  width: 220px;
  height: 160px;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  animation: ob-panel-float 8.5s ease-in-out infinite alternate-reverse;
}

.home-hero__glass {
  position: absolute;
  right: 34px;
  top: 124px;
  display: grid;
  gap: 4px;
  min-width: 220px;
  padding: 18px 20px;
  color: #ffffff;
  background: rgba(18, 18, 18, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.home-hero__glass span {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 900;
}

.home-hero__glass strong {
  position: relative;
  z-index: 1;
  font-size: 16px;
}

.home-hero__glass::after {
  content: "";
  position: absolute;
  inset: -60% -30%;
  background: linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, 0.26) 50%, transparent 62%);
  transform: translateX(-70%);
  animation: ob-glass-sweep 5.6s ease-in-out infinite;
}

.hero-quick-links {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  margin-bottom: 34px;
  border: 1px solid var(--color-line);
  background: var(--color-line);
}

.hero-quick-links a {
  display: grid;
  gap: 10px;
  min-height: 104px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.92);
  transition: background 220ms ease, transform 220ms var(--ease-out);
}

.hero-quick-links a:hover,
.hero-quick-links a:focus-visible {
  background: #ffffff;
  transform: translateY(-4px);
}

.hero-quick-links span {
  color: var(--color-sakura);
  font-size: 12px;
  font-weight: 900;
}

.hero-quick-links strong {
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.intro-band {
  padding-block: 82px;
  background: #ffffff;
}

.intro-band__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.25fr;
  gap: 44px;
  align-items: end;
  border-top: 2px solid var(--color-ink);
  padding-top: 34px;
}

.intro-band h2 {
  font-size: 44px;
  line-height: 1.45;
}

.intro-band p:last-child {
  color: var(--color-ink-soft);
  font-size: 17px;
  line-height: 2;
}

.section-heading--editorial {
  align-items: start;
}

.section-copy {
  max-width: 420px;
  color: var(--color-ink-soft);
  line-height: 1.9;
}

.audience-section {
  background:
    linear-gradient(180deg, #ffffff, var(--color-surface) 44%, #ffffff);
}

.audience-grid--premium {
  gap: 18px;
}

.audience-link--premium {
  min-height: 310px;
  background: rgba(255, 255, 255, 0.92);
}

.audience-link--premium figure {
  min-height: 310px;
}

.audience-link--premium div {
  padding: 34px;
}

.audience-link--premium span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  color: var(--color-ink);
  font-size: 13px;
  font-weight: 900;
  border-bottom: 1px solid currentColor;
}

.service-section {
  background: #ffffff;
}

.service-grid--premium {
  gap: 18px;
}

.service-card--premium {
  background: #ffffff;
}

.service-card--premium figure {
  aspect-ratio: 5 / 4;
}

.contact-showcase {
  color: #ffffff;
  background:
    linear-gradient(120deg, rgba(232, 143, 167, 0.22), transparent 46%),
    linear-gradient(90deg, var(--color-ink), #2d2d2d);
}

.contact-showcase__inner {
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 38px;
  align-items: center;
}

.contact-showcase .eyebrow {
  color: var(--color-yellow);
}

.contact-showcase h2 {
  margin-top: 10px;
  font-size: 44px;
  line-height: 1.35;
}

.contact-showcase p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 2;
}

.contact-showcase__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.button--outline-light {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.72);
  background: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__slide,
  .home-hero__slide.is-current,
  .home-hero__slider.is-switching .home-hero__slides,
  .home-hero__slider.is-switching .home-hero__transition-mask {
    animation: none !important;
    transition: none !important;
  }

  .home-hero__transition-mask {
    display: none;
  }
}

@media (max-width: 1100px) {
  .home-hero--bloom .home-hero__content {
    width: min(610px, calc(100vw - 40px));
    margin-left: 24px;
  }

  .home-hero--bloom h1 {
    font-size: 56px;
  }

  .home-hero__panel--sub,
  .home-hero__panel--mini,
  .home-hero__glass {
    display: none;
  }

  .home-hero__visual {
    width: 54vw;
  }

  .hero-quick-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .home-hero--bloom {
    min-height: auto;
  }

  .home-hero__visual {
    position: relative;
    width: 100%;
    height: 390px;
  }

  .home-hero__visual::before {
    width: 44%;
  }

  .home-hero__panel--main {
    right: -20px;
    top: 0;
    width: 100%;
    height: 390px;
    min-height: 0;
    clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
  }

  .home-hero--bloom .home-hero__content {
    width: var(--container);
    margin-inline: auto;
    padding-block: 44px 28px;
  }

  .home-hero--bloom .home-hero__content::before {
    display: none;
  }

  .home-hero__mark {
    width: 98px;
    margin-bottom: 22px;
  }

  .home-hero--bloom h1 {
    font-size: 38px;
    line-height: 1.24;
  }

  .home-hero--bloom .home-hero__lead {
    font-size: 16px;
    line-height: 1.9;
  }

  .hero-quick-links {
    grid-template-columns: 1fr;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .hero-quick-links a {
    min-height: 78px;
    padding: 18px;
  }

  .intro-band__inner,
  .contact-showcase__inner {
    grid-template-columns: 1fr;
  }

  .intro-band h2,
  .contact-showcase h2 {
    font-size: 32px;
  }

  .contact-showcase__actions {
    justify-content: start;
  }

  .audience-link--premium,
  .audience-link--premium figure {
    min-height: 230px;
  }
}

@media (max-width: 460px) {
  .home-hero__visual,
  .home-hero__panel--main {
    height: 330px;
  }

  .home-hero--bloom h1 {
    font-size: 32px;
  }
}


/* ===== v0.5.0 sakura motif hero ===== */
.home-hero--sakura-cute {
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 203, 220, .42), transparent 25%),
    radial-gradient(circle at 78% 18%, rgba(255, 228, 238, .72), transparent 28%),
    linear-gradient(135deg, rgba(255, 247, 250, .96), rgba(255,255,255,.98) 46%, rgba(248, 252, 255, .96));
}
.home-hero--sakura-cute .home-hero__visual {
  width: min(59vw, 860px);
  pointer-events: auto;
}
.home-hero__visual--sakura::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  background: radial-gradient(circle at 55% 45%, rgba(255,255,255,.18), rgba(255,255,255,0) 34%);
  clip-path: none;
  opacity: 1;
}
.home-hero__sakura-bg,
.home-hero__sakura-core,
.home-hero__petal-shadow {
  position: absolute;
  pointer-events: none;
}
.home-hero__sakura-bg {
  inset: 36px 16px 18px 96px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.34), rgba(255,255,255,0) 42%),
    radial-gradient(circle at 34% 26%, rgba(255, 188, 210, .26), rgba(255,255,255,0) 22%),
    radial-gradient(circle at 69% 72%, rgba(255, 204, 223, .22), rgba(255,255,255,0) 20%);
}
.home-hero__sakura-core {
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 243, 199, .95) 0%, rgba(241, 211, 96, .88) 48%, rgba(214, 170, 57, 0) 72%);
  z-index: 1;
  box-shadow: 0 0 28px rgba(245, 206, 108, .35);
}
.home-hero__panel--petal {
  border-radius: 42% 42% 48% 48% / 52% 52% 38% 38%;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(255,255,255,.85);
  backdrop-filter: blur(4px);
}
.home-hero__panel--petal::before {
  content: "";
  position: absolute;
  inset: 8% 10% 12%;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,.22);
  z-index: 2;
}
.home-hero__panel--petal-1 {
  right: 174px;
  top: 34px;
  width: min(23vw, 320px);
  height: min(42vh, 420px);
  transform: rotate(-12deg);
}
.home-hero__panel--petal-2 {
  right: 38px;
  top: 216px;
  width: min(24vw, 340px);
  height: min(43vh, 430px);
  transform: rotate(18deg);
}
.home-hero__panel--petal-3 {
  right: 332px;
  top: 250px;
  width: min(22vw, 300px);
  height: min(40vh, 390px);
  transform: rotate(16deg);
}
.home-hero__petal-image,
.home-hero__petal-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity .8s ease, transform 1.2s ease;
}
.home-hero__petal-image.is-current,
.home-hero__petal-fallback {
  opacity: 1;
  transform: scale(1.02);
}
.home-hero__petal-fallback {
  background: linear-gradient(145deg, rgba(255,214,228,.8), rgba(255,255,255,.95));
}
.home-hero__petal-sheen {
  position: absolute;
  inset: -8%;
  z-index: 2;
  background: linear-gradient(120deg, transparent 34%, rgba(255,255,255,.4) 48%, transparent 62%);
  transform: translateX(-70%) rotate(6deg);
  animation: ob-petal-sheen 6.8s ease-in-out infinite;
}
.home-hero__petal-shadow--one,
.home-hero__petal-shadow--two,
.home-hero__petal-shadow--three {
  z-index: 0;
  filter: blur(18px);
  background: rgba(241, 165, 192, .18);
  border-radius: 50%;
}
.home-hero__petal-shadow--one { right: 188px; top: 58px; width: 260px; height: 340px; }
.home-hero__petal-shadow--two { right: 54px; top: 244px; width: 280px; height: 360px; }
.home-hero__petal-shadow--three { right: 346px; top: 272px; width: 250px; height: 320px; }
.home-hero__glass--cute {
  right: 8px;
  top: 136px;
  min-width: 230px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255,255,255,.46);
  color: #fff;
}
.home-hero__glass--cute span { color: rgba(255,255,255,.84); }
.home-hero__glass--cute strong { font-size: 17px; }
@keyframes ob-petal-sheen {
  0%, 100% { transform: translateX(-72%) rotate(6deg); }
  50% { transform: translateX(72%) rotate(6deg); }
}
@media (max-width: 1180px) {
  .home-hero__visual--sakura { width: min(56vw, 740px); }
  .home-hero__panel--petal-1 { right: 148px; top: 52px; width: 260px; height: 340px; }
  .home-hero__panel--petal-2 { right: 26px; top: 224px; width: 270px; height: 350px; }
  .home-hero__panel--petal-3 { right: 274px; top: 252px; width: 236px; height: 308px; }
}
@media (max-width: 991px) {
  .home-hero__visual--sakura {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 560px;
    margin-top: 30px;
  }
  .home-hero__sakura-bg { inset: 24px 10px 14px 10px; }
  .home-hero__panel--petal-1 { left: 10px; right: auto; top: 18px; width: 42%; height: 260px; }
  .home-hero__panel--petal-2 { right: 10px; top: 54px; width: 42%; height: 260px; }
  .home-hero__panel--petal-3 { left: 50%; top: 274px; width: 44%; height: 250px; transform: translateX(-50%) rotate(8deg); }
  .home-hero__petal-shadow--one { left: 22px; right: auto; top: 32px; width: 180px; height: 220px; }
  .home-hero__petal-shadow--two { right: 22px; top: 70px; width: 180px; height: 220px; }
  .home-hero__petal-shadow--three { left: 50%; top: 288px; width: 180px; height: 220px; transform: translateX(-50%); }
  .home-hero__glass--cute { right: 20px; top: auto; bottom: 12px; }
}
@media (max-width: 767px) {
  .home-hero__visual--sakura {
    min-height: 470px;
    margin-top: 20px;
  }
  .home-hero__sakura-core { width: 54px; height: 54px; }
  .home-hero__panel--petal-1,
  .home-hero__panel--petal-2,
  .home-hero__panel--petal-3 {
    width: 44%;
    height: 190px;
  }
  .home-hero__panel--petal-1 { left: 4px; top: 20px; }
  .home-hero__panel--petal-2 { right: 4px; top: 44px; }
  .home-hero__panel--petal-3 { top: 212px; }
  .home-hero__glass--cute {
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 8px;
    min-width: 0;
    padding: 14px 16px;
  }
}


/* ===== v0.5.1 video reference hero: round collage + floating sakura ===== */
.home-hero--video-ref {
  min-height: calc(100svh - var(--header-height));
  background:
    radial-gradient(circle at 5% 36%, rgba(255, 233, 241, .92), rgba(255,255,255,0) 30%),
    radial-gradient(circle at 82% 52%, rgba(255, 220, 232, .92), rgba(255,255,255,0) 38%),
    linear-gradient(115deg, #fff 0%, #fff 48%, #fff4f8 100%);
  border-bottom: 1px solid rgba(232, 143, 167, .20);
}

.home-hero--video-ref::before {
  background:
    radial-gradient(circle at 10% 20%, rgba(232,143,167,.12) 0 2px, transparent 3px),
    radial-gradient(circle at 84% 34%, rgba(232,143,167,.10) 0 2px, transparent 3px),
    linear-gradient(90deg, rgba(232, 143, 167, .035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(232, 143, 167, .035) 1px, transparent 1px);
  background-size: 120px 120px, 150px 150px, 48px 48px, 48px 48px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.34), rgba(0,0,0,0) 80%);
}

.home-hero--video-ref .home-hero__content {
  position: relative;
  z-index: 3;
  width: min(640px, calc(100vw - 48px));
  padding-block: 108px 44px;
}

.home-hero--video-ref .home-hero__content::before {
  background: linear-gradient(180deg, #ef9ab4, #f5c5d5, #9cc6d8);
  border-radius: 999px;
  opacity: .82;
}

.home-hero--video-ref .home-hero__mark {
  filter: drop-shadow(0 12px 24px rgba(232, 143, 167, .16));
}

.home-hero--video-ref h1 {
  font-size: clamp(48px, 5.8vw, 76px);
  line-height: 1.13;
  letter-spacing: -.035em;
}

.home-hero--video-ref .home-hero__lead {
  max-width: 570px;
  color: #333;
}

.home-hero__visual--collage {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(58vw, 820px);
  z-index: 1;
  pointer-events: auto;
  transform: translate3d(0, var(--ob-hero-depth, 0px), 0);
  will-change: transform;
}

.home-hero__visual--collage::before {
  content: "";
  position: absolute;
  inset: 48px 0 48px auto;
  width: 92%;
  background:
    radial-gradient(circle at 48% 48%, rgba(255,255,255,.85), rgba(255,255,255,0) 46%),
    radial-gradient(circle at 62% 52%, rgba(255, 211, 226, .42), rgba(255,255,255,0) 58%);
  clip-path: none;
  opacity: 1;
}

.home-hero__pink-haze {
  position: absolute;
  inset: 64px 12px 70px 60px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 42%, rgba(255,255,255,.76), rgba(255,255,255,0) 38%),
    radial-gradient(circle at 50% 50%, rgba(246, 193, 211, .50), rgba(255,255,255,0) 60%);
  filter: blur(2px);
  pointer-events: none;
}

.home-hero__soft-logo {
  position: absolute;
  left: 42px;
  top: 86px;
  z-index: 1;
  color: rgba(232, 143, 167, .18);
  font-size: clamp(72px, 9vw, 132px);
  font-weight: 900;
  line-height: 1;
  transform: rotate(-8deg);
  pointer-events: none;
}

.home-hero__panel--circle {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 50%;
  border: 8px solid rgba(255,255,255,.90);
  background: rgba(255,255,255,.52);
  box-shadow:
    0 30px 80px rgba(232, 143, 167, .22),
    0 14px 32px rgba(18,18,18,.12);
  isolation: isolate;
  clip-path: none !important;
  backdrop-filter: blur(4px);
}

.home-hero__panel--circle-1 {
  right: min(16vw, 224px);
  top: 84px;
  width: min(31vw, 420px);
  height: min(31vw, 420px);
}

.home-hero__panel--circle-2 {
  right: 56px;
  top: 162px;
  width: min(24vw, 310px);
  height: min(24vw, 310px);
}

.home-hero__panel--circle-3 {
  right: min(7vw, 100px);
  bottom: 98px;
  width: min(19vw, 246px);
  height: min(19vw, 246px);
}

.home-hero__circle-image,
.home-hero__circle-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.08);
  transition:
    opacity .9s ease,
    transform 1.3s cubic-bezier(.2,.8,.2,1),
    filter 1.3s ease;
  filter: saturate(1.03) brightness(1.02);
}

.home-hero__circle-image.is-current,
.home-hero__circle-fallback {
  opacity: 1;
  transform: scale(1.01);
}

.home-hero__circle-fallback {
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.9), transparent 36%),
    linear-gradient(135deg, #ffdce8, #fff5f8 58%, #d7eef7);
}

.home-hero__circle-border {
  position: absolute;
  inset: 10px;
  z-index: 2;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,.38);
  box-shadow: inset 0 0 46px rgba(255,255,255,.22);
  pointer-events: none;
}

.home-hero__circle-shine {
  position: absolute;
  inset: -18%;
  z-index: 3;
  background: linear-gradient(125deg, transparent 36%, rgba(255,255,255,.38) 48%, transparent 62%);
  transform: translateX(-78%) rotate(8deg);
  animation: ob-circle-shine 7s ease-in-out infinite;
  pointer-events: none;
}

.home-hero__circle-caption {
  position: absolute;
  z-index: 4;
  right: min(33vw, 430px);
  top: 222px;
  display: grid;
  gap: 2px;
  min-width: 170px;
  padding: 13px 16px;
  border-radius: 18px;
  color: #fff;
  background: rgba(18,18,18,.42);
  border: 1px solid rgba(255,255,255,.30);
  box-shadow: 0 18px 44px rgba(18,18,18,.14);
  backdrop-filter: blur(14px);
}

.home-hero__circle-caption span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
  opacity: .75;
}

.home-hero__circle-caption strong {
  font-size: 15px;
  line-height: 1.2;
}

.home-hero__sakura-petal {
  position: absolute;
  z-index: 5;
  width: 22px;
  height: 16px;
  border-radius: 80% 20% 80% 20%;
  background: rgba(247, 179, 202, .76);
  box-shadow: 0 10px 20px rgba(232,143,167,.14);
  opacity: .84;
  pointer-events: none;
  animation: ob-sakura-float 7.8s ease-in-out infinite;
}

.home-hero__sakura-petal--1 { right: 86px; top: 92px; transform: rotate(22deg); animation-delay: 0s; }
.home-hero__sakura-petal--2 { right: 320px; top: 116px; transform: rotate(-34deg); animation-delay: -1.4s; width: 18px; height: 14px; }
.home-hero__sakura-petal--3 { right: 220px; bottom: 128px; transform: rotate(48deg); animation-delay: -2.2s; }
.home-hero__sakura-petal--4 { right: 32px; bottom: 260px; transform: rotate(-16deg); animation-delay: -3.1s; width: 16px; height: 12px; }
.home-hero__sakura-petal--5 { right: 474px; bottom: 202px; transform: rotate(65deg); animation-delay: -4.6s; width: 19px; height: 13px; }

.hero-quick-links--soft {
  background: rgba(255,255,255,.82);
  border-radius: 0;
  box-shadow: 0 24px 70px rgba(232,143,167,.12);
}

.hero-quick-links--soft a {
  background: rgba(255,255,255,.72);
  transition: background .28s ease, transform .28s ease, box-shadow .28s ease;
}

.hero-quick-links--soft a:hover {
  background: linear-gradient(135deg, rgba(255,235,241,.94), rgba(255,255,255,.86));
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(232,143,167,.14);
}

@keyframes ob-circle-shine {
  0%, 100% { transform: translateX(-82%) rotate(8deg); opacity: .0; }
  18% { opacity: .54; }
  50% { transform: translateX(82%) rotate(8deg); opacity: .34; }
  72% { opacity: 0; }
}

@keyframes ob-sakura-float {
  0%, 100% { translate: 0 0; scale: 1; opacity: .68; }
  35% { translate: -10px 16px; scale: 1.08; opacity: .95; }
  70% { translate: 12px -10px; scale: .96; opacity: .72; }
}

@media (max-width: 1180px) {
  .home-hero__visual--collage {
    width: min(58vw, 720px);
  }
  .home-hero__panel--circle-1 {
    right: 168px;
    width: 350px;
    height: 350px;
  }
  .home-hero__panel--circle-2 {
    right: 30px;
    top: 172px;
    width: 272px;
    height: 272px;
  }
  .home-hero__panel--circle-3 {
    right: 76px;
    bottom: 104px;
    width: 214px;
    height: 214px;
  }
  .home-hero__circle-caption {
    right: 340px;
  }
}

@media (max-width: 991px) {
  .home-hero--video-ref {
    min-height: auto;
  }

  .home-hero--video-ref .home-hero__content {
    padding-block: 64px 20px;
  }

  .home-hero__visual--collage {
    position: relative;
    inset: auto;
    width: min(100%, 720px);
    min-height: 520px;
    margin: 22px auto 0;
    transform: none;
  }

  .home-hero__pink-haze {
    inset: 20px 0 20px;
  }

  .home-hero__panel--circle-1 {
    left: 6%;
    right: auto;
    top: 18px;
    width: min(46vw, 320px);
    height: min(46vw, 320px);
  }

  .home-hero__panel--circle-2 {
    right: 5%;
    top: 52px;
    width: min(40vw, 280px);
    height: min(40vw, 280px);
  }

  .home-hero__panel--circle-3 {
    right: 12%;
    bottom: 32px;
    width: min(32vw, 220px);
    height: min(32vw, 220px);
  }

  .home-hero__circle-caption {
    left: 38%;
    right: auto;
    top: 244px;
  }

  .home-hero__soft-logo {
    left: 10px;
    top: 28px;
  }
}

@media (max-width: 767px) {
  .home-hero--video-ref .home-hero__content {
    width: min(100% - 28px, 720px);
    padding-block: 44px 8px;
  }

  .home-hero--video-ref h1 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .home-hero--video-ref .home-hero__lead {
    font-size: 15px;
    line-height: 1.85;
  }

  .home-hero__visual--collage {
    min-height: 430px;
  }

  .home-hero__panel--circle {
    border-width: 6px;
  }

  .home-hero__panel--circle-1 {
    left: 0;
    top: 24px;
    width: 58vw;
    height: 58vw;
    max-width: 245px;
    max-height: 245px;
  }

  .home-hero__panel--circle-2 {
    right: 0;
    top: 54px;
    width: 50vw;
    height: 50vw;
    max-width: 210px;
    max-height: 210px;
  }

  .home-hero__panel--circle-3 {
    right: 18%;
    bottom: 44px;
    width: 42vw;
    height: 42vw;
    max-width: 176px;
    max-height: 176px;
  }

  .home-hero__circle-caption {
    left: 18px;
    top: auto;
    bottom: 18px;
    min-width: 150px;
    padding: 11px 14px;
  }

  .home-hero__sakura-petal--5,
  .home-hero__sakura-petal--2 {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__circle-shine,
  .home-hero__sakura-petal {
    animation: none !important;
  }
}


/* ===== v0.5.2 video motion refinement: no decorative text, stronger movement ===== */
.home-hero--motion-ref {
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 44%, rgba(255, 230, 238, .84), rgba(255,255,255,0) 36%),
    radial-gradient(circle at 18% 30%, rgba(255, 243, 247, .84), rgba(255,255,255,0) 31%),
    linear-gradient(115deg, #fff 0%, #fff 50%, #fff7fa 100%);
}
.home-hero--motion-ref::before {
  background:
    radial-gradient(circle at 84% 24%, rgba(238, 180, 198, .18) 0 7px, transparent 8px),
    radial-gradient(circle at 92% 70%, rgba(238, 180, 198, .13) 0 10px, transparent 11px),
    radial-gradient(circle at 10% 68%, rgba(238, 180, 198, .10) 0 6px, transparent 7px);
  background-size: 260px 220px, 340px 300px, 260px 240px;
  mask-image: none;
  opacity: .72;
}
.home-hero--motion-ref .home-hero__soft-logo,
.home-hero--motion-ref .home-hero__circle-caption,
.home-hero--motion-ref .home-hero__sakura-petal {
  display: none !important;
}
.home-hero--motion-ref .home-hero__content {
  animation: ob-copy-first-in 950ms cubic-bezier(.18,.78,.22,1) both;
}
.home-hero--motion-ref h1 span {
  display: block;
  transform-origin: left center;
}
.home-hero--motion-ref.is-copy-moving h1 span:first-child {
  animation: ob-copy-line-shift-a 760ms cubic-bezier(.18,.78,.22,1) both;
}
.home-hero--motion-ref.is-copy-moving h1 span:nth-child(2) {
  animation: ob-copy-line-shift-b 760ms 50ms cubic-bezier(.18,.78,.22,1) both;
}
.home-hero--motion-ref.is-copy-moving .home-hero__lead {
  animation: ob-copy-lead-shift 760ms 85ms cubic-bezier(.18,.78,.22,1) both;
}
.home-hero--motion-ref.is-copy-moving .home-hero__actions {
  animation: ob-copy-actions-shift 680ms 110ms cubic-bezier(.18,.78,.22,1) both;
}
.home-hero--motion-ref .home-hero__visual--collage {
  width: min(58vw, 850px);
  transform: translate3d(0, var(--ob-hero-depth, 0px), 0);
}
.home-hero--motion-ref .home-hero__visual--collage::before {
  inset: 34px -18px 40px auto;
  width: 100%;
  background:
    radial-gradient(circle at 43% 45%, rgba(255,255,255,.72), rgba(255,255,255,0) 46%),
    radial-gradient(circle at 66% 55%, rgba(255, 218, 230, .52), rgba(255,255,255,0) 62%);
}
.home-hero__ambient {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
  filter: blur(.2px);
  animation: ob-ambient-drift 8.4s ease-in-out infinite alternate;
}
.home-hero__ambient--1 {
  right: 440px;
  top: 92px;
  width: 74px;
  height: 74px;
  background: rgba(255, 221, 232, .56);
}
.home-hero__ambient--2 {
  right: 84px;
  top: 84px;
  width: 108px;
  height: 108px;
  background: rgba(255, 235, 241, .66);
  animation-delay: -2.4s;
}
.home-hero__ambient--3 {
  right: 290px;
  bottom: 104px;
  width: 58px;
  height: 58px;
  background: rgba(255, 210, 224, .48);
  animation-delay: -4.2s;
}
.home-hero--motion-ref .home-hero__pink-haze {
  inset: 38px 0 38px 20px;
  background:
    radial-gradient(circle at 38% 35%, rgba(255,255,255,.78), rgba(255,255,255,0) 35%),
    radial-gradient(circle at 58% 55%, rgba(255, 223, 234, .58), rgba(255,255,255,0) 57%);
  animation: ob-haze-move 11s ease-in-out infinite alternate;
}
.home-hero--motion-ref .home-hero__panel--circle {
  border: 7px solid rgba(255,255,255,.94);
  box-shadow:
    0 36px 92px rgba(232, 143, 167, .22),
    0 18px 38px rgba(18,18,18,.10);
  transition: transform 920ms cubic-bezier(.18,.78,.22,1), filter 920ms ease;
}
.home-hero--motion-ref .home-hero__panel--circle-1 {
  right: min(15vw, 215px);
  top: 74px;
  width: min(32vw, 440px);
  height: min(32vw, 440px);
  animation: ob-collage-idle-a 8.8s ease-in-out infinite alternate;
  z-index: 2;
}
.home-hero--motion-ref .home-hero__panel--circle-2 {
  right: 38px;
  top: 184px;
  width: min(24vw, 320px);
  height: min(24vw, 320px);
  animation: ob-collage-idle-b 9.6s ease-in-out infinite alternate;
  z-index: 3;
}
.home-hero--motion-ref .home-hero__panel--circle-3 {
  right: min(8vw, 110px);
  bottom: 82px;
  width: min(20vw, 260px);
  height: min(20vw, 260px);
  animation: ob-collage-idle-c 10.2s ease-in-out infinite alternate;
  z-index: 4;
}
.home-hero--motion-ref .home-hero__panel--circle-1.is-panel-switching {
  animation: ob-panel-swap-a 940ms cubic-bezier(.18,.78,.22,1);
}
.home-hero--motion-ref .home-hero__panel--circle-2.is-panel-switching {
  animation: ob-panel-swap-b 940ms 70ms cubic-bezier(.18,.78,.22,1);
}
.home-hero--motion-ref .home-hero__panel--circle-3.is-panel-switching {
  animation: ob-panel-swap-c 940ms 110ms cubic-bezier(.18,.78,.22,1);
}
.home-hero--motion-ref .home-hero__circle-image,
.home-hero--motion-ref .home-hero__circle-fallback {
  opacity: 0;
  z-index: 0;
  transform: translate3d(34px, 12px, 0) scale(1.14);
  filter: saturate(1.04) brightness(1.03) blur(1px);
  transition: none;
}
.home-hero--motion-ref .home-hero__panel--circle-2 .home-hero__circle-image,
.home-hero--motion-ref .home-hero__panel--circle-2 .home-hero__circle-fallback {
  transform: translate3d(-30px, 8px, 0) scale(1.14);
}
.home-hero--motion-ref .home-hero__panel--circle-3 .home-hero__circle-image,
.home-hero--motion-ref .home-hero__panel--circle-3 .home-hero__circle-fallback {
  transform: translate3d(0, 34px, 0) scale(1.16);
}
.home-hero--motion-ref .home-hero__circle-image.is-current,
.home-hero--motion-ref .home-hero__circle-fallback {
  opacity: 1;
  z-index: 2;
  transform: translate3d(0, 0, 0) scale(1.025);
  filter: saturate(1.04) brightness(1.03) blur(0);
}
.home-hero--motion-ref .home-hero__circle-image.is-prev {
  opacity: 1;
  z-index: 1;
  transform: translate3d(0, 0, 0) scale(1.025);
}
.home-hero--motion-ref .home-hero__visual--collage.is-switching .home-hero__circle-image.is-current {
  animation: ob-image-in-right 860ms cubic-bezier(.18,.78,.22,1) both;
}
.home-hero--motion-ref .home-hero__visual--collage.is-switching .home-hero__panel--circle-2 .home-hero__circle-image.is-current {
  animation-name: ob-image-in-left;
}
.home-hero--motion-ref .home-hero__visual--collage.is-switching .home-hero__panel--circle-3 .home-hero__circle-image.is-current {
  animation-name: ob-image-in-up;
}
.home-hero--motion-ref .home-hero__visual--collage.is-switching .home-hero__circle-image.is-prev {
  animation: ob-image-out-soft 900ms cubic-bezier(.18,.78,.22,1) both;
}
.home-hero--motion-ref .home-hero__circle-shine {
  animation: ob-circle-shine 5.8s ease-in-out infinite;
  opacity: .72;
}
.home-hero--motion-ref .hero-quick-links--soft a {
  transform: translateY(0);
}
.home-hero--motion-ref .hero-quick-links--soft a:hover {
  background: linear-gradient(135deg, rgba(255,231,239,.95), rgba(255,255,255,.90));
  transform: translateY(-4px) scale(1.01);
}
@keyframes ob-copy-first-in {
  0% { opacity: 0; transform: translate3d(-26px, 0, 0); filter: blur(6px); }
  100% { opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); }
}
@keyframes ob-copy-line-shift-a {
  0% { transform: translate3d(0,0,0); opacity: 1; filter: blur(0); }
  38% { transform: translate3d(-18px,0,0); opacity: .62; filter: blur(2px); }
  100% { transform: translate3d(0,0,0); opacity: 1; filter: blur(0); }
}
@keyframes ob-copy-line-shift-b {
  0% { transform: translate3d(0,0,0); opacity: 1; filter: blur(0); }
  38% { transform: translate3d(22px,0,0); opacity: .62; filter: blur(2px); }
  100% { transform: translate3d(0,0,0); opacity: 1; filter: blur(0); }
}
@keyframes ob-copy-lead-shift {
  0% { transform: translateY(0); opacity: 1; }
  40% { transform: translateY(12px); opacity: .58; }
  100% { transform: translateY(0); opacity: 1; }
}
@keyframes ob-copy-actions-shift {
  0% { transform: translateY(0); opacity: 1; }
  40% { transform: translateY(14px); opacity: .52; }
  100% { transform: translateY(0); opacity: 1; }
}
@keyframes ob-image-in-right {
  0% { opacity: 0; transform: translate3d(42px, 14px, 0) scale(1.16); filter: blur(2px) saturate(1.02); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1.025); filter: blur(0) saturate(1.04); }
}
@keyframes ob-image-in-left {
  0% { opacity: 0; transform: translate3d(-44px, 12px, 0) scale(1.16); filter: blur(2px) saturate(1.02); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1.025); filter: blur(0) saturate(1.04); }
}
@keyframes ob-image-in-up {
  0% { opacity: 0; transform: translate3d(0, 44px, 0) scale(1.16); filter: blur(2px) saturate(1.02); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1.025); filter: blur(0) saturate(1.04); }
}
@keyframes ob-image-out-soft {
  0% { opacity: 1; transform: translate3d(0, 0, 0) scale(1.025); filter: blur(0); }
  100% { opacity: 0; transform: translate3d(-26px, -8px, 0) scale(.98); filter: blur(3px); }
}
@keyframes ob-panel-swap-a {
  0% { transform: translate3d(0,0,0) scale(1); }
  42% { transform: translate3d(-22px, 10px,0) scale(.965); }
  100% { transform: translate3d(0,0,0) scale(1); }
}
@keyframes ob-panel-swap-b {
  0% { transform: translate3d(0,0,0) scale(1); }
  42% { transform: translate3d(24px, -8px,0) scale(.975); }
  100% { transform: translate3d(0,0,0) scale(1); }
}
@keyframes ob-panel-swap-c {
  0% { transform: translate3d(0,0,0) scale(1); }
  42% { transform: translate3d(10px, 22px,0) scale(.95); }
  100% { transform: translate3d(0,0,0) scale(1); }
}
@keyframes ob-collage-idle-a {
  0% { transform: translate3d(0,0,0) scale(1); }
  100% { transform: translate3d(-8px, 10px,0) scale(1.018); }
}
@keyframes ob-collage-idle-b {
  0% { transform: translate3d(0,0,0) scale(1); }
  100% { transform: translate3d(10px, -8px,0) scale(1.012); }
}
@keyframes ob-collage-idle-c {
  0% { transform: translate3d(0,0,0) scale(1); }
  100% { transform: translate3d(-4px, -10px,0) scale(1.02); }
}
@keyframes ob-ambient-drift {
  0% { transform: translate3d(0,0,0) scale(1); opacity: .62; }
  100% { transform: translate3d(-16px, 18px,0) scale(1.08); opacity: .88; }
}
@keyframes ob-haze-move {
  0% { transform: translate3d(0,0,0) scale(1); opacity: .84; }
  100% { transform: translate3d(-18px, 10px,0) scale(1.035); opacity: 1; }
}
@media (max-width: 1180px) {
  .home-hero--motion-ref .home-hero__panel--circle-1 { right: 148px; width: 352px; height: 352px; }
  .home-hero--motion-ref .home-hero__panel--circle-2 { right: 28px; width: 272px; height: 272px; }
  .home-hero--motion-ref .home-hero__panel--circle-3 { right: 74px; width: 218px; height: 218px; }
}
@media (max-width: 991px) {
  .home-hero--motion-ref .home-hero__visual--collage {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 520px;
    margin-top: 24px;
  }
  .home-hero--motion-ref .home-hero__panel--circle-1 { left: 8px; right: auto; top: 36px; width: 330px; height: 330px; }
  .home-hero--motion-ref .home-hero__panel--circle-2 { right: 6px; top: 58px; width: 250px; height: 250px; }
  .home-hero--motion-ref .home-hero__panel--circle-3 { right: 66px; bottom: 24px; width: 210px; height: 210px; }
}
@media (max-width: 767px) {
  .home-hero--motion-ref .home-hero__visual--collage { min-height: 400px; }
  .home-hero--motion-ref .home-hero__panel--circle { border-width: 5px; }
  .home-hero--motion-ref .home-hero__panel--circle-1 { left: -12px; top: 32px; width: 250px; height: 250px; }
  .home-hero--motion-ref .home-hero__panel--circle-2 { right: -4px; top: 74px; width: 190px; height: 190px; }
  .home-hero--motion-ref .home-hero__panel--circle-3 { right: 42px; bottom: 18px; width: 168px; height: 168px; }
  .home-hero__ambient--1 { right: 220px; top: 40px; }
  .home-hero__ambient--2 { right: 12px; top: 32px; }
  .home-hero__ambient--3 { right: 150px; bottom: 46px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero--motion-ref *,
  .home-hero--motion-ref *::before,
  .home-hero--motion-ref *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* ===== v0.5.3 motion plus: larger circles + richer video-like movement ===== */
.home-hero--motion-ref {
  background:
    radial-gradient(circle at 78% 42%, rgba(255, 222, 233, .92), rgba(255,255,255,0) 38%),
    radial-gradient(circle at 17% 28%, rgba(255, 245, 248, .92), rgba(255,255,255,0) 32%),
    linear-gradient(115deg, #fff 0%, #fff 48%, #fff6fa 100%);
}
.home-hero--motion-ref::before {
  opacity: .55;
  transform-origin: 76% 52%;
  animation: ob-bg-pulse-053 9s ease-in-out infinite alternate;
}
.home-hero--motion-ref.is-copy-moving::before {
  animation: ob-bg-swap-053 900ms cubic-bezier(.18,.78,.22,1) both;
}
.home-hero--motion-ref .home-hero__visual--collage {
  width: min(61vw, 930px);
  transform: translate3d(0, var(--ob-hero-depth, 0px), 0) scale(1.015);
}
.home-hero--motion-ref .home-hero__visual--collage::before {
  inset: 12px -44px 12px auto;
  width: 106%;
  background:
    radial-gradient(circle at 46% 45%, rgba(255,255,255,.76), rgba(255,255,255,0) 43%),
    radial-gradient(circle at 66% 56%, rgba(255, 211, 226, .68), rgba(255,255,255,0) 62%);
  animation: ob-visual-aura-053 10s ease-in-out infinite alternate;
}
.home-hero--motion-ref .home-hero__pink-haze {
  inset: 12px -34px 10px -8px;
  animation: ob-haze-move-053 8.6s ease-in-out infinite alternate;
}
.home-hero__motion-ring,
.home-hero__light-sweep,
.home-hero__depth-dot {
  position: absolute;
  pointer-events: none;
}
.home-hero__motion-ring {
  z-index: 1;
  border-radius: 50%;
  border: 1px solid rgba(232, 143, 167, .18);
  box-shadow: inset 0 0 32px rgba(255,255,255,.42), 0 18px 48px rgba(232,143,167,.10);
  opacity: .72;
  animation: ob-ring-drift-053 12s ease-in-out infinite alternate;
}
.home-hero__motion-ring--1 {
  right: 120px;
  top: 42px;
  width: 440px;
  height: 440px;
}
.home-hero__motion-ring--2 {
  right: -18px;
  top: 150px;
  width: 360px;
  height: 360px;
  animation-delay: -3s;
}
.home-hero__motion-ring--3 {
  right: 260px;
  bottom: 36px;
  width: 300px;
  height: 300px;
  animation-delay: -5.4s;
}
.home-hero__light-sweep {
  z-index: 8;
  top: -18%;
  bottom: -18%;
  width: 120px;
  opacity: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.36), rgba(255,255,255,0));
  filter: blur(4px);
  transform: skewX(-18deg) translateX(-120px);
  mix-blend-mode: screen;
}
.home-hero__light-sweep--1 {
  right: 320px;
  animation: ob-light-sweep-idle-053 6.8s ease-in-out infinite;
}
.home-hero__light-sweep--2 {
  right: 80px;
  animation: ob-light-sweep-idle-053 8.2s -2.8s ease-in-out infinite;
}
.home-hero__depth-dot {
  z-index: 1;
  border-radius: 999px;
  background: rgba(255, 219, 231, .62);
  box-shadow: 0 0 0 8px rgba(255,255,255,.42);
  animation: ob-dot-drift-053 7.5s ease-in-out infinite alternate;
}
.home-hero__depth-dot--1 { right: 462px; top: 110px; width: 16px; height: 16px; }
.home-hero__depth-dot--2 { right: 36px; top: 270px; width: 20px; height: 20px; animation-delay: -2.2s; }
.home-hero__depth-dot--3 { right: 390px; bottom: 76px; width: 13px; height: 13px; animation-delay: -4s; }
.home-hero--motion-ref .home-hero__panel--circle {
  border: 8px solid rgba(255,255,255,.96);
  box-shadow:
    0 46px 118px rgba(232, 143, 167, .25),
    0 22px 44px rgba(18,18,18,.12),
    inset 0 0 0 1px rgba(255,255,255,.38);
  transform-origin: 50% 55%;
}
.home-hero--motion-ref .home-hero__panel--circle::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: inherit;
  border: 1px solid rgba(255, 196, 216, .36);
  z-index: 4;
  opacity: .86;
  animation: ob-circle-outline-053 5.8s ease-in-out infinite alternate;
}
.home-hero--motion-ref .home-hero__panel--circle-1 {
  right: min(12vw, 170px);
  top: 48px;
  width: min(38vw, 520px);
  height: min(38vw, 520px);
  z-index: 3;
}
.home-hero--motion-ref .home-hero__panel--circle-2 {
  right: 18px;
  top: 198px;
  width: min(29vw, 390px);
  height: min(29vw, 390px);
  z-index: 4;
}
.home-hero--motion-ref .home-hero__panel--circle-3 {
  right: min(8vw, 110px);
  bottom: 44px;
  width: min(25vw, 340px);
  height: min(25vw, 340px);
  z-index: 5;
}
.home-hero--motion-ref .home-hero__visual--collage.is-switching {
  animation: ob-scene-swap-053 980ms cubic-bezier(.18,.78,.22,1) both;
}
.home-hero--motion-ref .home-hero__visual--collage.is-switching .home-hero__motion-ring--1 {
  animation: ob-ring-swap-053 980ms cubic-bezier(.18,.78,.22,1) both;
}
.home-hero--motion-ref .home-hero__visual--collage.is-switching .home-hero__motion-ring--2 {
  animation: ob-ring-swap-053 980ms 70ms cubic-bezier(.18,.78,.22,1) both;
}
.home-hero--motion-ref .home-hero__visual--collage.is-switching .home-hero__motion-ring--3 {
  animation: ob-ring-swap-053 980ms 110ms cubic-bezier(.18,.78,.22,1) both;
}
.home-hero--motion-ref .home-hero__visual--collage.is-switching .home-hero__light-sweep {
  animation: ob-light-swap-053 980ms cubic-bezier(.18,.78,.22,1) both;
}
.home-hero--motion-ref .home-hero__panel--circle-1.is-panel-switching {
  animation: ob-panel-swap-a-053 980ms cubic-bezier(.16,.86,.24,1) both;
}
.home-hero--motion-ref .home-hero__panel--circle-2.is-panel-switching {
  animation: ob-panel-swap-b-053 980ms 55ms cubic-bezier(.16,.86,.24,1) both;
}
.home-hero--motion-ref .home-hero__panel--circle-3.is-panel-switching {
  animation: ob-panel-swap-c-053 980ms 90ms cubic-bezier(.16,.86,.24,1) both;
}
.home-hero--motion-ref .home-hero__circle-image,
.home-hero--motion-ref .home-hero__circle-fallback {
  transform: translate3d(52px, 18px, 0) scale(1.18);
  filter: saturate(1.06) brightness(1.03) blur(2px);
}
.home-hero--motion-ref .home-hero__panel--circle-2 .home-hero__circle-image,
.home-hero--motion-ref .home-hero__panel--circle-2 .home-hero__circle-fallback {
  transform: translate3d(-52px, 16px, 0) scale(1.18);
}
.home-hero--motion-ref .home-hero__panel--circle-3 .home-hero__circle-image,
.home-hero--motion-ref .home-hero__panel--circle-3 .home-hero__circle-fallback {
  transform: translate3d(0, 54px, 0) scale(1.2);
}
.home-hero--motion-ref .home-hero__circle-image.is-current,
.home-hero--motion-ref .home-hero__circle-fallback {
  transform: translate3d(0, 0, 0) scale(1.035);
  filter: saturate(1.08) brightness(1.035) blur(0);
}
.home-hero--motion-ref .home-hero__visual--collage.is-switching .home-hero__circle-image.is-current {
  animation: ob-image-in-right-053 900ms cubic-bezier(.16,.86,.24,1) both;
}
.home-hero--motion-ref .home-hero__visual--collage.is-switching .home-hero__panel--circle-2 .home-hero__circle-image.is-current {
  animation-name: ob-image-in-left-053;
}
.home-hero--motion-ref .home-hero__visual--collage.is-switching .home-hero__panel--circle-3 .home-hero__circle-image.is-current {
  animation-name: ob-image-in-up-053;
}
.home-hero--motion-ref .home-hero__visual--collage.is-switching .home-hero__circle-image.is-prev {
  animation: ob-image-out-soft-053 920ms cubic-bezier(.16,.86,.24,1) both;
}
.home-hero--motion-ref.is-copy-moving h1 span:first-child {
  animation: ob-copy-line-shift-a-053 820ms cubic-bezier(.16,.86,.24,1) both;
}
.home-hero--motion-ref.is-copy-moving h1 span:nth-child(2) {
  animation: ob-copy-line-shift-b-053 820ms 45ms cubic-bezier(.16,.86,.24,1) both;
}
.home-hero--motion-ref.is-copy-moving .home-hero__lead {
  animation: ob-copy-lead-shift-053 780ms 80ms cubic-bezier(.16,.86,.24,1) both;
}
.home-hero--motion-ref.is-copy-moving .home-hero__actions {
  animation: ob-copy-actions-shift-053 740ms 110ms cubic-bezier(.16,.86,.24,1) both;
}
.home-hero--motion-ref.is-copy-moving .hero-quick-links--soft a {
  animation: ob-quick-link-shift-053 780ms cubic-bezier(.16,.86,.24,1) both;
}
.home-hero--motion-ref.is-copy-moving .hero-quick-links--soft a:nth-child(2) { animation-delay: 45ms; }
.home-hero--motion-ref.is-copy-moving .hero-quick-links--soft a:nth-child(3) { animation-delay: 80ms; }
.home-hero--motion-ref.is-copy-moving .hero-quick-links--soft a:nth-child(4) { animation-delay: 115ms; }
@keyframes ob-bg-pulse-053 {
  0% { transform: scale(1); opacity: .48; }
  100% { transform: scale(1.04); opacity: .70; }
}
@keyframes ob-bg-swap-053 {
  0% { transform: scale(1); opacity: .55; }
  45% { transform: scale(1.08) translateX(10px); opacity: .84; }
  100% { transform: scale(1); opacity: .55; }
}
@keyframes ob-visual-aura-053 {
  0% { transform: translate3d(0,0,0) scale(1); opacity: .90; }
  100% { transform: translate3d(-22px, 8px,0) scale(1.04); opacity: 1; }
}
@keyframes ob-haze-move-053 {
  0% { transform: translate3d(0,0,0) scale(1); opacity: .82; }
  100% { transform: translate3d(-26px, 18px,0) scale(1.055); opacity: 1; }
}
@keyframes ob-ring-drift-053 {
  0% { transform: translate3d(0,0,0) scale(1); opacity: .55; }
  100% { transform: translate3d(-18px, 12px,0) scale(1.045); opacity: .86; }
}
@keyframes ob-ring-swap-053 {
  0% { transform: translate3d(0,0,0) scale(1); opacity: .64; }
  45% { transform: translate3d(26px, -16px,0) scale(.92); opacity: .18; }
  100% { transform: translate3d(0,0,0) scale(1); opacity: .72; }
}
@keyframes ob-light-sweep-idle-053 {
  0%, 54%, 100% { opacity: 0; transform: skewX(-18deg) translateX(-140px); }
  66% { opacity: .55; }
  82% { opacity: 0; transform: skewX(-18deg) translateX(220px); }
}
@keyframes ob-light-swap-053 {
  0% { opacity: 0; transform: skewX(-18deg) translateX(-160px); }
  36% { opacity: .72; }
  100% { opacity: 0; transform: skewX(-18deg) translateX(420px); }
}
@keyframes ob-dot-drift-053 {
  0% { transform: translate3d(0,0,0) scale(1); opacity: .45; }
  100% { transform: translate3d(-12px, 18px,0) scale(1.16); opacity: .9; }
}
@keyframes ob-circle-outline-053 {
  0% { transform: scale(.985); opacity: .42; }
  100% { transform: scale(1.035); opacity: .8; }
}
@keyframes ob-scene-swap-053 {
  0% { transform: translate3d(0, var(--ob-hero-depth, 0px), 0) scale(1.015); filter: blur(0); }
  40% { transform: translate3d(-10px, calc(var(--ob-hero-depth, 0px) + 8px), 0) scale(.995); filter: blur(.8px); }
  100% { transform: translate3d(0, var(--ob-hero-depth, 0px), 0) scale(1.015); filter: blur(0); }
}
@keyframes ob-panel-swap-a-053 {
  0% { transform: translate3d(0,0,0) scale(1); }
  38% { transform: translate3d(-34px, 18px,0) scale(.94); }
  100% { transform: translate3d(0,0,0) scale(1); }
}
@keyframes ob-panel-swap-b-053 {
  0% { transform: translate3d(0,0,0) scale(1); }
  38% { transform: translate3d(38px, -18px,0) scale(.95); }
  100% { transform: translate3d(0,0,0) scale(1); }
}
@keyframes ob-panel-swap-c-053 {
  0% { transform: translate3d(0,0,0) scale(1); }
  38% { transform: translate3d(12px, 34px,0) scale(.92); }
  100% { transform: translate3d(0,0,0) scale(1); }
}
@keyframes ob-image-in-right-053 {
  0% { opacity: 0; transform: translate3d(70px, 22px, 0) scale(1.22); filter: blur(4px) saturate(1.02); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1.035); filter: blur(0) saturate(1.08); }
}
@keyframes ob-image-in-left-053 {
  0% { opacity: 0; transform: translate3d(-72px, 18px, 0) scale(1.22); filter: blur(4px) saturate(1.02); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1.035); filter: blur(0) saturate(1.08); }
}
@keyframes ob-image-in-up-053 {
  0% { opacity: 0; transform: translate3d(0, 74px, 0) scale(1.23); filter: blur(4px) saturate(1.02); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1.035); filter: blur(0) saturate(1.08); }
}
@keyframes ob-image-out-soft-053 {
  0% { opacity: 1; transform: translate3d(0, 0, 0) scale(1.035); filter: blur(0); }
  100% { opacity: 0; transform: translate3d(-44px, -14px, 0) scale(.96); filter: blur(5px); }
}
@keyframes ob-copy-line-shift-a-053 {
  0% { transform: translate3d(0,0,0) scale(1); opacity: 1; filter: blur(0); }
  36% { transform: translate3d(-28px,0,0) scale(.985); opacity: .46; filter: blur(3px); }
  100% { transform: translate3d(0,0,0) scale(1); opacity: 1; filter: blur(0); }
}
@keyframes ob-copy-line-shift-b-053 {
  0% { transform: translate3d(0,0,0) scale(1); opacity: 1; filter: blur(0); }
  36% { transform: translate3d(32px,0,0) scale(.985); opacity: .46; filter: blur(3px); }
  100% { transform: translate3d(0,0,0) scale(1); opacity: 1; filter: blur(0); }
}
@keyframes ob-copy-lead-shift-053 {
  0% { transform: translateY(0); opacity: 1; filter: blur(0); }
  38% { transform: translateY(18px); opacity: .45; filter: blur(2px); }
  100% { transform: translateY(0); opacity: 1; filter: blur(0); }
}
@keyframes ob-copy-actions-shift-053 {
  0% { transform: translateY(0) scale(1); opacity: 1; }
  38% { transform: translateY(18px) scale(.985); opacity: .42; }
  100% { transform: translateY(0) scale(1); opacity: 1; }
}
@keyframes ob-quick-link-shift-053 {
  0% { transform: translateY(0); opacity: 1; }
  40% { transform: translateY(10px); opacity: .58; }
  100% { transform: translateY(0); opacity: 1; }
}
@media (max-width: 1180px) {
  .home-hero--motion-ref .home-hero__visual--collage { width: min(57vw, 760px); }
  .home-hero--motion-ref .home-hero__panel--circle-1 { right: 128px; width: 420px; height: 420px; }
  .home-hero--motion-ref .home-hero__panel--circle-2 { right: 14px; width: 320px; height: 320px; }
  .home-hero--motion-ref .home-hero__panel--circle-3 { right: 62px; width: 270px; height: 270px; }
  .home-hero__motion-ring--1 { right: 96px; width: 390px; height: 390px; }
  .home-hero__motion-ring--2 { width: 310px; height: 310px; }
  .home-hero__motion-ring--3 { right: 220px; width: 260px; height: 260px; }
}
@media (max-width: 991px) {
  .home-hero--motion-ref .home-hero__visual--collage {
    min-height: 610px;
  }
  .home-hero--motion-ref .home-hero__panel--circle-1 { left: -8px; right: auto; top: 26px; width: 390px; height: 390px; }
  .home-hero--motion-ref .home-hero__panel--circle-2 { right: -2px; top: 82px; width: 300px; height: 300px; }
  .home-hero--motion-ref .home-hero__panel--circle-3 { right: 48px; bottom: 10px; width: 260px; height: 260px; }
  .home-hero__motion-ring--1 { left: 10px; right: auto; top: 30px; width: 390px; height: 390px; }
  .home-hero__motion-ring--2 { right: 0; top: 86px; width: 310px; height: 310px; }
  .home-hero__motion-ring--3 { right: 74px; bottom: 10px; width: 250px; height: 250px; }
}
@media (max-width: 767px) {
  .home-hero--motion-ref .home-hero__visual--collage { min-height: 470px; }
  .home-hero--motion-ref .home-hero__panel--circle { border-width: 6px; }
  .home-hero--motion-ref .home-hero__panel--circle-1 { left: -26px; top: 26px; width: 300px; height: 300px; }
  .home-hero--motion-ref .home-hero__panel--circle-2 { right: -30px; top: 82px; width: 232px; height: 232px; }
  .home-hero--motion-ref .home-hero__panel--circle-3 { right: 38px; bottom: 10px; width: 205px; height: 205px; }
  .home-hero__motion-ring--1 { left: -22px; top: 32px; width: 300px; height: 300px; }
  .home-hero__motion-ring--2 { right: -28px; top: 86px; width: 232px; height: 232px; }
  .home-hero__motion-ring--3 { right: 48px; bottom: 8px; width: 205px; height: 205px; }
  .home-hero__light-sweep { width: 80px; }
}

/* ===== v0.5.4 orbit motion: one-time copy intro, slow circle orbit, subtle falling petals ===== */
.home-hero--orbit-054 .home-hero__content {
  position: relative;
  z-index: 3;
}
.home-hero--orbit-054 .home-hero__mark,
.home-hero--orbit-054 .home-hero__content .eyebrow,
.home-hero--orbit-054 .home-hero__content h1,
.home-hero--orbit-054 .home-hero__lead,
.home-hero--orbit-054 .home-hero__actions,
.home-hero--orbit-054 .hero-quick-links--soft a {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.home-hero--orbit-054 .home-hero__visual--collage {
  overflow: hidden;
}
.home-hero--orbit-054 .home-hero__pink-haze {
  animation-duration: 14s;
}
.home-hero--orbit-054 .home-hero__motion-ring,
.home-hero--orbit-054 .home-hero__light-sweep,
.home-hero--orbit-054 .home-hero__depth-dot {
  opacity: .45;
}
.home-hero--orbit-054 .home-hero__motion-ring {
  animation-duration: 12s;
}
.home-hero--orbit-054 .home-hero__light-sweep {
  animation-duration: 11s;
}
.home-hero--orbit-054 .home-hero__petal-field {
  position: absolute;
  inset: -6% 0 -8% 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.home-hero--orbit-054 .home-hero__falling-petal {
  position: absolute;
  top: -10%;
  width: 18px;
  height: 14px;
  opacity: .20;
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(246, 195, 214, .96));
  border-radius: 70% 30% 65% 35% / 40% 60% 40% 60%;
  filter: blur(.2px);
  box-shadow: inset 0 1px 1px rgba(255,255,255,.6), 0 4px 10px rgba(236, 166, 194, .14);
  animation: ob-petal-fall-054 17s linear infinite;
}
.home-hero--orbit-054 .home-hero__falling-petal::before {
  content: "";
  position: absolute;
  inset: 22% 24% 34% 24%;
  border-radius: inherit;
  background: rgba(255,255,255,.3);
}
.home-hero--orbit-054 .home-hero__falling-petal--1 { left: 8%; animation-delay: -1s; animation-duration: 16s; transform: scale(.8) rotate(12deg); }
.home-hero--orbit-054 .home-hero__falling-petal--2 { left: 17%; animation-delay: -8s; animation-duration: 19s; transform: scale(.6) rotate(-22deg); }
.home-hero--orbit-054 .home-hero__falling-petal--3 { left: 27%; animation-delay: -4s; animation-duration: 18s; transform: scale(.9) rotate(18deg); }
.home-hero--orbit-054 .home-hero__falling-petal--4 { left: 39%; animation-delay: -12s; animation-duration: 20s; transform: scale(.65) rotate(-30deg); }
.home-hero--orbit-054 .home-hero__falling-petal--5 { left: 52%; animation-delay: -6s; animation-duration: 17s; transform: scale(.75) rotate(26deg); }
.home-hero--orbit-054 .home-hero__falling-petal--6 { left: 63%; animation-delay: -15s; animation-duration: 21s; transform: scale(.7) rotate(-18deg); }
.home-hero--orbit-054 .home-hero__falling-petal--7 { left: 72%; animation-delay: -9s; animation-duration: 18.5s; transform: scale(.85) rotate(16deg); }
.home-hero--orbit-054 .home-hero__falling-petal--8 { left: 80%; animation-delay: -2s; animation-duration: 20s; transform: scale(.62) rotate(-12deg); }
.home-hero--orbit-054 .home-hero__falling-petal--9 { left: 88%; animation-delay: -13s; animation-duration: 17.5s; transform: scale(.78) rotate(24deg); }
.home-hero--orbit-054 .home-hero__falling-petal--10 { left: 95%; animation-delay: -5s; animation-duration: 19s; transform: scale(.58) rotate(-8deg); }

.home-hero--orbit-054 .home-hero__panel--circle {
  position: absolute;
  border-width: 8px;
  border-style: solid;
  border-color: rgba(255,255,255,.90);
  box-shadow: 0 28px 90px rgba(205, 128, 159, .18);
  transition:
    top 1.8s cubic-bezier(.2,.8,.2,1),
    right 1.8s cubic-bezier(.2,.8,.2,1),
    bottom 1.8s cubic-bezier(.2,.8,.2,1),
    left 1.8s cubic-bezier(.2,.8,.2,1),
    width 1.8s cubic-bezier(.2,.8,.2,1),
    height 1.8s cubic-bezier(.2,.8,.2,1),
    transform 1.8s cubic-bezier(.2,.8,.2,1),
    box-shadow 1.8s cubic-bezier(.2,.8,.2,1),
    filter 1.8s cubic-bezier(.2,.8,.2,1),
    opacity 1.2s ease;
  will-change: top, right, bottom, left, width, height, transform;
}
.home-hero--orbit-054 .home-hero__panel--circle::after {
  animation-duration: 8s;
}
.home-hero--orbit-054 .home-hero__visual--collage:not(.is-mounted) .home-hero__panel--circle {
  opacity: 0;
}
.home-hero--orbit-054 .home-hero__visual--collage.is-mounted .home-hero__panel--circle.pos-0 {
  animation: ob-circle-intro-054-a 1.35s .08s cubic-bezier(.14,.84,.22,1) both;
}
.home-hero--orbit-054 .home-hero__visual--collage.is-mounted .home-hero__panel--circle.pos-1 {
  animation: ob-circle-intro-054-b 1.45s .18s cubic-bezier(.14,.84,.22,1) both;
}
.home-hero--orbit-054 .home-hero__visual--collage.is-mounted .home-hero__panel--circle.pos-2 {
  animation: ob-circle-intro-054-c 1.52s .30s cubic-bezier(.14,.84,.22,1) both;
}
.home-hero--orbit-054 .home-hero__panel--circle.pos-0 {
  top: 54px;
  right: 140px;
  width: 500px;
  height: 500px;
  z-index: 3;
  transform: rotate(-5deg) scale(1);
  box-shadow: 0 34px 110px rgba(204, 118, 151, .22);
  filter: saturate(1.05);
}
.home-hero--orbit-054 .home-hero__panel--circle.pos-1 {
  top: 38px;
  right: 4px;
  width: 330px;
  height: 330px;
  z-index: 1;
  transform: rotate(10deg) scale(.90);
  box-shadow: 0 18px 64px rgba(204, 118, 151, .14);
  filter: brightness(.98);
}
.home-hero--orbit-054 .home-hero__panel--circle.pos-2 {
  right: 48px;
  bottom: 18px;
  width: 390px;
  height: 390px;
  z-index: 2;
  transform: rotate(6deg) scale(.96);
  box-shadow: 0 24px 82px rgba(204, 118, 151, .18);
}
.home-hero--orbit-054 .home-hero__panel--circle.is-orbiting.pos-0 { transform: rotate(-2deg) scale(1.01); }
.home-hero--orbit-054 .home-hero__panel--circle.is-orbiting.pos-1 { transform: rotate(14deg) scale(.92); }
.home-hero--orbit-054 .home-hero__panel--circle.is-orbiting.pos-2 { transform: rotate(9deg) scale(.98); }
.home-hero--orbit-054 .home-hero__circle-image,
.home-hero--orbit-054 .home-hero__circle-fallback {
  opacity: 0;
  transform: scale(1.1);
  filter: blur(2px) saturate(1.02);
  transition: opacity 1.45s ease, transform 1.8s ease, filter 1.6s ease;
}
.home-hero--orbit-054 .home-hero__circle-image.is-current,
.home-hero--orbit-054 .home-hero__circle-fallback {
  opacity: 1;
  transform: scale(1.03);
  filter: blur(0) saturate(1.08);
}
.home-hero--orbit-054 .home-hero__circle-image.is-prev {
  opacity: 0;
  transform: scale(.97);
  filter: blur(2px) saturate(.98);
}
.home-hero--orbit-054 .home-hero__circle-shine {
  animation-duration: 9s;
  opacity: .58;
}
@keyframes ob-petal-fall-054 {
  0% { transform: translate3d(0, -10%, 0) rotate(0deg); opacity: 0; }
  10% { opacity: .18; }
  50% { transform: translate3d(16px, 52vh, 0) rotate(120deg); opacity: .20; }
  100% { transform: translate3d(-18px, 110vh, 0) rotate(240deg); opacity: 0; }
}
@keyframes ob-circle-intro-054-a {
  0% { opacity: 0; transform: translate3d(110px, 36px, 0) rotate(5deg) scale(.9); }
  100% { opacity: 1; transform: rotate(-5deg) scale(1); }
}
@keyframes ob-circle-intro-054-b {
  0% { opacity: 0; transform: translate3d(130px, -24px, 0) rotate(20deg) scale(.82); }
  100% { opacity: 1; transform: rotate(10deg) scale(.90); }
}
@keyframes ob-circle-intro-054-c {
  0% { opacity: 0; transform: translate3d(120px, 84px, 0) rotate(14deg) scale(.84); }
  100% { opacity: 1; transform: rotate(6deg) scale(.96); }
}
@media (max-width: 1180px) {
  .home-hero--orbit-054 .home-hero__panel--circle.pos-0 { right: 122px; width: 440px; height: 440px; }
  .home-hero--orbit-054 .home-hero__panel--circle.pos-1 { right: 0; width: 300px; height: 300px; }
  .home-hero--orbit-054 .home-hero__panel--circle.pos-2 { right: 42px; width: 340px; height: 340px; }
}
@media (max-width: 991px) {
  .home-hero--orbit-054 .home-hero__visual--collage { min-height: 610px; }
  .home-hero--orbit-054 .home-hero__panel--circle.pos-0 { left: -2px; right: auto; top: 20px; width: 390px; height: 390px; }
  .home-hero--orbit-054 .home-hero__panel--circle.pos-1 { right: -6px; top: 62px; width: 272px; height: 272px; }
  .home-hero--orbit-054 .home-hero__panel--circle.pos-2 { right: 54px; bottom: 8px; width: 310px; height: 310px; }
}
@media (max-width: 767px) {
  .home-hero--orbit-054 .home-hero__visual--collage { min-height: 500px; }
  .home-hero--orbit-054 .home-hero__panel--circle { border-width: 6px; }
  .home-hero--orbit-054 .home-hero__panel--circle.pos-0 { left: -18px; top: 18px; width: 300px; height: 300px; }
  .home-hero--orbit-054 .home-hero__panel--circle.pos-1 { right: -30px; top: 74px; width: 210px; height: 210px; }
  .home-hero--orbit-054 .home-hero__panel--circle.pos-2 { right: 28px; bottom: 14px; width: 250px; height: 250px; }
  .home-hero--orbit-054 .home-hero__falling-petal { opacity: .16; }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero--orbit-054 .home-hero__falling-petal,
  .home-hero--orbit-054 .home-hero__panel--circle,
  .home-hero--orbit-054 .home-hero__circle-image,
  .home-hero--orbit-054 .home-hero__pink-haze,
  .home-hero--orbit-054 .home-hero__motion-ring,
  .home-hero--orbit-054 .home-hero__light-sweep,
  .home-hero--orbit-054 .home-hero__depth-dot {
    animation: none !important;
    transition: none !important;
  }
}

/* ===== v0.5.5 smooth depth-swap: no lateral slide-in, front/back replacement ===== */
.home-hero--depthswap-055 .home-hero__visual--collage {
  transform-style: preserve-3d;
  perspective: 1600px;
}
.home-hero--depthswap-055 .home-hero__panel--circle {
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transition:
    transform 2.15s cubic-bezier(.22,.7,.12,1),
    width 2.15s cubic-bezier(.22,.7,.12,1),
    height 2.15s cubic-bezier(.22,.7,.12,1),
    filter 2.15s cubic-bezier(.22,.7,.12,1),
    box-shadow 2.15s cubic-bezier(.22,.7,.12,1),
    opacity 1.2s ease;
  will-change: transform, width, height;
}
.home-hero--depthswap-055 .home-hero__panel--circle.pos-0 {
  width: 500px;
  height: 500px;
  z-index: 3;
  transform: translate3d(-43%, -56%, 180px) rotate(2deg) scale(1);
  box-shadow: 0 42px 120px rgba(204, 118, 151, .24);
  filter: saturate(1.06) brightness(1.01);
}
.home-hero--depthswap-055 .home-hero__panel--circle.pos-1 {
  width: 330px;
  height: 330px;
  z-index: 1;
  transform: translate3d(26%, -92%, -80px) rotate(10deg) scale(.90);
  box-shadow: 0 18px 54px rgba(204, 118, 151, .12);
  filter: brightness(.97) saturate(.98);
}
.home-hero--depthswap-055 .home-hero__panel--circle.pos-2 {
  width: 390px;
  height: 390px;
  z-index: 2;
  transform: translate3d(10%, -6%, 20px) rotate(7deg) scale(.95);
  box-shadow: 0 26px 82px rgba(204, 118, 151, .17);
  filter: saturate(1.01);
}
.home-hero--depthswap-055 .home-hero__panel--circle.is-orbiting.pos-0 {
  transform: translate3d(-40%, -50%, 160px) rotate(6deg) scale(1.015);
}
.home-hero--depthswap-055 .home-hero__panel--circle.is-orbiting.pos-1 {
  transform: translate3d(18%, -82%, -120px) rotate(15deg) scale(.88);
}
.home-hero--depthswap-055 .home-hero__panel--circle.is-orbiting.pos-2 {
  transform: translate3d(2%, 0%, 10px) rotate(11deg) scale(.97);
}
.home-hero--depthswap-055 .home-hero__circle-image,
.home-hero--depthswap-055 .home-hero__circle-fallback {
  opacity: 0;
  transform: scale(1.06);
  filter: blur(1.2px);
  transition: opacity 1.7s ease, transform 2s ease, filter 1.7s ease;
}
.home-hero--depthswap-055 .home-hero__circle-image.is-current,
.home-hero--depthswap-055 .home-hero__circle-fallback {
  opacity: 1;
  transform: scale(1.015);
  filter: blur(0);
}
.home-hero--depthswap-055 .home-hero__circle-image.is-prev {
  opacity: 0;
  transform: scale(.99);
  filter: blur(1.6px);
}
.home-hero--depthswap-055 .home-hero__visual--collage.is-depth-swapping .home-hero__circle-image.is-current {
  transition-duration: 1.9s;
}
.home-hero--depthswap-055 .home-hero__visual--collage.is-mounted .home-hero__panel--circle.pos-0 {
  animation: ob-depth-intro-front 1.3s .08s cubic-bezier(.2,.8,.2,1) both;
}
.home-hero--depthswap-055 .home-hero__visual--collage.is-mounted .home-hero__panel--circle.pos-1 {
  animation: ob-depth-intro-back-top 1.35s .16s cubic-bezier(.2,.8,.2,1) both;
}
.home-hero--depthswap-055 .home-hero__visual--collage.is-mounted .home-hero__panel--circle.pos-2 {
  animation: ob-depth-intro-back-low 1.4s .24s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes ob-depth-intro-front {
  0% { opacity: 0; transform: translate3d(-38%, -56%, 180px) rotate(2deg) scale(.9); }
  100% { opacity: 1; transform: translate3d(-43%, -56%, 180px) rotate(2deg) scale(1); }
}
@keyframes ob-depth-intro-back-top {
  0% { opacity: 0; transform: translate3d(30%, -98%, -120px) rotate(18deg) scale(.82); }
  100% { opacity: 1; transform: translate3d(26%, -92%, -80px) rotate(10deg) scale(.90); }
}
@keyframes ob-depth-intro-back-low {
  0% { opacity: 0; transform: translate3d(14%, 2%, -40px) rotate(14deg) scale(.86); }
  100% { opacity: 1; transform: translate3d(10%, -6%, 20px) rotate(7deg) scale(.95); }
}
@media (max-width: 1180px) {
  .home-hero--depthswap-055 .home-hero__panel--circle.pos-0 { width: 440px; height: 440px; transform: translate3d(-44%, -54%, 160px) rotate(2deg) scale(1); }
  .home-hero--depthswap-055 .home-hero__panel--circle.pos-1 { width: 300px; height: 300px; transform: translate3d(24%, -89%, -70px) rotate(10deg) scale(.90); }
  .home-hero--depthswap-055 .home-hero__panel--circle.pos-2 { width: 340px; height: 340px; transform: translate3d(8%, -4%, 10px) rotate(7deg) scale(.95); }
}
@media (max-width: 991px) {
  .home-hero--depthswap-055 .home-hero__visual--collage { min-height: 610px; }
  .home-hero--depthswap-055 .home-hero__panel--circle.pos-0 { width: 390px; height: 390px; transform: translate3d(-48%, -60%, 120px) rotate(2deg) scale(1); }
  .home-hero--depthswap-055 .home-hero__panel--circle.pos-1 { width: 272px; height: 272px; transform: translate3d(24%, -84%, -80px) rotate(10deg) scale(.9); }
  .home-hero--depthswap-055 .home-hero__panel--circle.pos-2 { width: 310px; height: 310px; transform: translate3d(8%, 2%, 0px) rotate(7deg) scale(.95); }
}
@media (max-width: 767px) {
  .home-hero--depthswap-055 .home-hero__visual--collage { min-height: 500px; }
  .home-hero--depthswap-055 .home-hero__panel--circle { border-width: 6px; }
  .home-hero--depthswap-055 .home-hero__panel--circle.pos-0 { width: 300px; height: 300px; transform: translate3d(-54%, -62%, 100px) rotate(1deg) scale(1); }
  .home-hero--depthswap-055 .home-hero__panel--circle.pos-1 { width: 210px; height: 210px; transform: translate3d(20%, -90%, -70px) rotate(10deg) scale(.9); }
  .home-hero--depthswap-055 .home-hero__panel--circle.pos-2 { width: 250px; height: 250px; transform: translate3d(4%, 0%, 0px) rotate(7deg) scale(.95); }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero--depthswap-055 .home-hero__panel--circle,
  .home-hero--depthswap-055 .home-hero__circle-image,
  .home-hero--depthswap-055 .home-hero__circle-fallback {
    animation: none !important;
    transition: none !important;
  }
}

/* ===== v0.5.6 spacing + smoother fades + customizable petals ===== */
.home-hero--depthswap-056 .home-hero__visual--collage {
  --petal-opacity: .14;
  --petal-scale: 1;
  --petal-speed-mult: 1;
  --petal-drift: 20px;
  --petal-sway: 16px;
}

.home-hero--depthswap-056 .home-hero__panel--circle {
  transition:
    transform 2.45s cubic-bezier(.2,.72,.16,1),
    width 2.45s cubic-bezier(.2,.72,.16,1),
    height 2.45s cubic-bezier(.2,.72,.16,1),
    filter 2.45s cubic-bezier(.2,.72,.16,1),
    box-shadow 2.45s cubic-bezier(.2,.72,.16,1),
    opacity 1.4s ease;
}
.home-hero--depthswap-056 .home-hero__panel--circle.pos-0 {
  transform: translate3d(-55%, -56%, 190px) rotate(2deg) scale(1);
}
.home-hero--depthswap-056 .home-hero__panel--circle.pos-1 {
  transform: translate3d(42%, -98%, -90px) rotate(11deg) scale(.88);
}
.home-hero--depthswap-056 .home-hero__panel--circle.pos-2 {
  transform: translate3d(30%, 8%, 18px) rotate(7deg) scale(.93);
}
.home-hero--depthswap-056 .home-hero__panel--circle.is-orbiting.pos-0 {
  transform: translate3d(-50%, -52%, 170px) rotate(5deg) scale(1.01);
}
.home-hero--depthswap-056 .home-hero__panel--circle.is-orbiting.pos-1 {
  transform: translate3d(35%, -89%, -125px) rotate(15deg) scale(.86);
}
.home-hero--depthswap-056 .home-hero__panel--circle.is-orbiting.pos-2 {
  transform: translate3d(22%, 13%, 4px) rotate(10deg) scale(.955);
}
.home-hero--depthswap-056 .home-hero__circle-image,
.home-hero--depthswap-056 .home-hero__circle-fallback {
  opacity: 0;
  transform: scale(1.045);
  filter: blur(1px);
  transition: opacity 2.35s cubic-bezier(.22,.61,.36,1), transform 2.6s cubic-bezier(.22,.61,.36,1), filter 2.2s ease;
}
.home-hero--depthswap-056 .home-hero__circle-image.is-current,
.home-hero--depthswap-056 .home-hero__circle-fallback {
  opacity: 1;
  transform: scale(1.01);
  filter: blur(0);
}
.home-hero--depthswap-056 .home-hero__circle-image.is-prev {
  opacity: 0;
  transform: scale(1.005);
  filter: blur(1.4px);
}
.home-hero--depthswap-056 .home-hero__visual--collage.is-depth-swapping .home-hero__circle-image,
.home-hero--depthswap-056 .home-hero__visual--collage.is-depth-swapping .home-hero__circle-fallback {
  transition-duration: 2.45s, 2.7s, 2.35s;
}

.home-hero--depthswap-056 .home-hero__petal-field {
  opacity: 1;
}
.home-hero--depthswap-056 .home-hero__falling-petal {
  opacity: var(--petal-opacity);
  transform: scale(var(--petal-scale)) rotate(12deg);
  animation-name: ob-petal-fall-056;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.home-hero--depthswap-056 .home-hero__falling-petal--1 { animation-duration: calc(16s * var(--petal-speed-mult)); }
.home-hero--depthswap-056 .home-hero__falling-petal--2 { animation-duration: calc(19s * var(--petal-speed-mult)); }
.home-hero--depthswap-056 .home-hero__falling-petal--3 { animation-duration: calc(18s * var(--petal-speed-mult)); }
.home-hero--depthswap-056 .home-hero__falling-petal--4 { animation-duration: calc(20s * var(--petal-speed-mult)); }
.home-hero--depthswap-056 .home-hero__falling-petal--5 { animation-duration: calc(17s * var(--petal-speed-mult)); }
.home-hero--depthswap-056 .home-hero__falling-petal--6 { animation-duration: calc(21s * var(--petal-speed-mult)); }
.home-hero--depthswap-056 .home-hero__falling-petal--7 { animation-duration: calc(18.5s * var(--petal-speed-mult)); }
.home-hero--depthswap-056 .home-hero__falling-petal--8 { animation-duration: calc(20s * var(--petal-speed-mult)); }
.home-hero--depthswap-056 .home-hero__falling-petal--9 { animation-duration: calc(17.5s * var(--petal-speed-mult)); }
.home-hero--depthswap-056 .home-hero__falling-petal--10 { animation-duration: calc(19s * var(--petal-speed-mult)); }

@keyframes ob-petal-fall-056 {
  0% {
    transform: translate3d(0, -12vh, 0) rotate(0deg) scale(var(--petal-scale));
    opacity: 0;
  }
  8% {
    opacity: var(--petal-opacity);
  }
  25% {
    transform: translate3d(calc(var(--petal-sway) * 0.7), 22vh, 0) rotate(70deg) scale(calc(var(--petal-scale) * 0.98));
  }
  50% {
    transform: translate3d(calc(var(--petal-drift) * 1.0), 52vh, 0) rotate(150deg) scale(calc(var(--petal-scale) * 0.95));
    opacity: calc(var(--petal-opacity) * 0.96);
  }
  75% {
    transform: translate3d(calc(var(--petal-drift) * -0.65), 82vh, 0) rotate(225deg) scale(calc(var(--petal-scale) * 0.92));
    opacity: calc(var(--petal-opacity) * 0.82);
  }
  100% {
    transform: translate3d(calc(var(--petal-sway) * 0.55), 116vh, 0) rotate(310deg) scale(calc(var(--petal-scale) * 0.88));
    opacity: 0;
  }
}

@media (max-width: 1180px) {
  .home-hero--depthswap-056 .home-hero__panel--circle.pos-0 { transform: translate3d(-56%, -55%, 170px) rotate(2deg) scale(1); }
  .home-hero--depthswap-056 .home-hero__panel--circle.pos-1 { transform: translate3d(38%, -96%, -78px) rotate(11deg) scale(.88); }
  .home-hero--depthswap-056 .home-hero__panel--circle.pos-2 { transform: translate3d(26%, 6%, 8px) rotate(7deg) scale(.93); }
}
@media (max-width: 991px) {
  .home-hero--depthswap-056 .home-hero__panel--circle.pos-0 { transform: translate3d(-53%, -60%, 120px) rotate(2deg) scale(1); }
  .home-hero--depthswap-056 .home-hero__panel--circle.pos-1 { transform: translate3d(33%, -86%, -82px) rotate(10deg) scale(.88); }
  .home-hero--depthswap-056 .home-hero__panel--circle.pos-2 { transform: translate3d(18%, 6%, -4px) rotate(7deg) scale(.94); }
}
@media (max-width: 767px) {
  .home-hero--depthswap-056 .home-hero__panel--circle.pos-0 { transform: translate3d(-54%, -62%, 98px) rotate(1deg) scale(1); }
  .home-hero--depthswap-056 .home-hero__panel--circle.pos-1 { transform: translate3d(22%, -89%, -68px) rotate(10deg) scale(.88); }
  .home-hero--depthswap-056 .home-hero__panel--circle.pos-2 { transform: translate3d(12%, 6%, -6px) rotate(7deg) scale(.94); }
}

/* ===== v0.5.7 remove logo, wider spacing, click burst motion ===== */
.home-hero--depthswap-057 .home-hero__content {
  padding-top: 30px;
}
.home-hero--depthswap-057 .home-hero__panel--circle {
  --slot-transform: translate3d(0,0,0) rotate(0deg) scale(1);
  cursor: pointer;
}
.home-hero--depthswap-057 .home-hero__panel--circle.pos-0 {
  --slot-transform: translate3d(-58%, -57%, 195px) rotate(2deg) scale(1);
  transform: var(--slot-transform);
}
.home-hero--depthswap-057 .home-hero__panel--circle.pos-1 {
  --slot-transform: translate3d(49%, -102%, -100px) rotate(11deg) scale(.87);
  transform: var(--slot-transform);
}
.home-hero--depthswap-057 .home-hero__panel--circle.pos-2 {
  --slot-transform: translate3d(37%, 12%, 10px) rotate(7deg) scale(.92);
  transform: var(--slot-transform);
}
.home-hero--depthswap-057 .home-hero__panel--circle.is-orbiting.pos-0 {
  --slot-transform: translate3d(-52%, -53%, 170px) rotate(5deg) scale(1.01);
  transform: var(--slot-transform);
}
.home-hero--depthswap-057 .home-hero__panel--circle.is-orbiting.pos-1 {
  --slot-transform: translate3d(41%, -92%, -130px) rotate(15deg) scale(.85);
  transform: var(--slot-transform);
}
.home-hero--depthswap-057 .home-hero__panel--circle.is-orbiting.pos-2 {
  --slot-transform: translate3d(30%, 18%, 0px) rotate(10deg) scale(.95);
  transform: var(--slot-transform);
}
.home-hero--depthswap-057 .home-hero__circle-image,
.home-hero--depthswap-057 .home-hero__circle-fallback {
  transition: opacity 2.8s cubic-bezier(.23,.61,.36,1), transform 3s cubic-bezier(.23,.61,.36,1), filter 2.6s ease;
}
.home-hero--depthswap-057 .home-hero__circle-image.is-current,
.home-hero--depthswap-057 .home-hero__circle-fallback {
  transform: scale(1.008);
}
.home-hero--depthswap-057 .home-hero__circle-image.is-prev {
  opacity: 0;
  transform: scale(1.002);
  filter: blur(1.2px);
}
.home-hero--depthswap-057 .home-hero__visual--collage.is-depth-swapping .home-hero__circle-image,
.home-hero--depthswap-057 .home-hero__visual--collage.is-depth-swapping .home-hero__circle-fallback {
  transition-duration: 2.9s, 3.1s, 2.7s;
}
.home-hero--depthswap-057 .home-hero__panel--circle.is-flung {
  animation: ob-circle-fling-057 1.85s cubic-bezier(.18,.78,.22,1) both;
  z-index: 8 !important;
}
.home-hero--depthswap-057 .home-hero__visual--collage.is-flinging .home-hero__motion-ring,
.home-hero--depthswap-057 .home-hero__visual--collage.is-flinging .home-hero__light-sweep {
  opacity: .7;
}
@keyframes ob-circle-fling-057 {
  0% {
    transform: var(--slot-transform);
  }
  24% {
    transform: translate3d(calc(var(--fling-x) * .78), calc(var(--fling-y) * .82), 180px) rotate(var(--fling-rot)) scale(1.06);
  }
  52% {
    transform: translate3d(calc(var(--fling-x) * -.18), calc(var(--fling-y) * -.08), 80px) rotate(calc(var(--fling-rot) * -.22)) scale(.98);
  }
  76% {
    transform: translate3d(calc(var(--fling-x) * .10), calc(var(--fling-y) * .06), 120px) rotate(calc(var(--fling-rot) * .10)) scale(1.01);
  }
  100% {
    transform: var(--slot-transform);
  }
}
@media (max-width: 1180px) {
  .home-hero--depthswap-057 .home-hero__panel--circle.pos-0 { --slot-transform: translate3d(-58%, -56%, 175px) rotate(2deg) scale(1); transform: var(--slot-transform); }
  .home-hero--depthswap-057 .home-hero__panel--circle.pos-1 { --slot-transform: translate3d(44%, -99%, -82px) rotate(11deg) scale(.87); transform: var(--slot-transform); }
  .home-hero--depthswap-057 .home-hero__panel--circle.pos-2 { --slot-transform: translate3d(32%, 10%, 4px) rotate(7deg) scale(.92); transform: var(--slot-transform); }
}
@media (max-width: 991px) {
  .home-hero--depthswap-057 .home-hero__panel--circle.pos-0 { --slot-transform: translate3d(-54%, -60%, 120px) rotate(2deg) scale(1); transform: var(--slot-transform); }
  .home-hero--depthswap-057 .home-hero__panel--circle.pos-1 { --slot-transform: translate3d(38%, -88%, -80px) rotate(10deg) scale(.87); transform: var(--slot-transform); }
  .home-hero--depthswap-057 .home-hero__panel--circle.pos-2 { --slot-transform: translate3d(23%, 8%, -6px) rotate(7deg) scale(.93); transform: var(--slot-transform); }
}
@media (max-width: 767px) {
  .home-hero--depthswap-057 .home-hero__panel--circle.pos-0 { --slot-transform: translate3d(-54%, -62%, 98px) rotate(1deg) scale(1); transform: var(--slot-transform); }
  .home-hero--depthswap-057 .home-hero__panel--circle.pos-1 { --slot-transform: translate3d(26%, -90%, -70px) rotate(10deg) scale(.87); transform: var(--slot-transform); }
  .home-hero--depthswap-057 .home-hero__panel--circle.pos-2 { --slot-transform: translate3d(15%, 8%, -10px) rotate(7deg) scale(.93); transform: var(--slot-transform); }
}

/* ===== v0.5.8 wider layout + non-repeat selection ===== */
.home-hero--depthswap-058 .home-hero__content,
.home-hero--depthswap-058 .hero-quick-links {
  width: min(1340px, calc(100vw - 56px));
}
.home-hero--depthswap-058 .home-hero__content {
  width: min(700px, calc(100vw - 56px));
  padding-block: 118px 52px;
}
.home-hero--depthswap-058 .home-hero__lead {
  max-width: 620px;
}
.home-hero--depthswap-058 .home-hero__visual--collage {
  width: min(64vw, 960px);
}
.home-hero--depthswap-058 .home-hero__visual--collage::before {
  inset: 24px -28px 28px auto;
  width: 104%;
}
.home-hero--depthswap-058 .home-hero__pink-haze {
  inset: 42px 0 48px 40px;
}
.home-hero--depthswap-058 .home-hero__panel--circle.pos-0 {
  --slot-transform: translate3d(-62%, -57%, 195px) rotate(2deg) scale(1);
  transform: var(--slot-transform);
}
.home-hero--depthswap-058 .home-hero__panel--circle.pos-1 {
  --slot-transform: translate3d(60%, -104%, -100px) rotate(11deg) scale(.86);
  transform: var(--slot-transform);
}
.home-hero--depthswap-058 .home-hero__panel--circle.pos-2 {
  --slot-transform: translate3d(49%, 17%, 8px) rotate(7deg) scale(.91);
  transform: var(--slot-transform);
}
.home-hero--depthswap-058 .home-hero__panel--circle.is-orbiting.pos-0 {
  --slot-transform: translate3d(-56%, -53%, 170px) rotate(5deg) scale(1.01);
  transform: var(--slot-transform);
}
.home-hero--depthswap-058 .home-hero__panel--circle.is-orbiting.pos-1 {
  --slot-transform: translate3d(51%, -94%, -130px) rotate(15deg) scale(.84);
  transform: var(--slot-transform);
}
.home-hero--depthswap-058 .home-hero__panel--circle.is-orbiting.pos-2 {
  --slot-transform: translate3d(40%, 22%, 0px) rotate(10deg) scale(.94);
  transform: var(--slot-transform);
}
@media (max-width: 1180px) {
  .home-hero--depthswap-058 .home-hero__content,
  .home-hero--depthswap-058 .hero-quick-links { width: min(1240px, calc(100vw - 42px)); }
  .home-hero--depthswap-058 .home-hero__content { width: min(650px, calc(100vw - 42px)); }
  .home-hero--depthswap-058 .home-hero__visual--collage { width: min(62vw, 860px); }
  .home-hero--depthswap-058 .home-hero__panel--circle.pos-0 { --slot-transform: translate3d(-60%, -56%, 175px) rotate(2deg) scale(1); transform: var(--slot-transform); }
  .home-hero--depthswap-058 .home-hero__panel--circle.pos-1 { --slot-transform: translate3d(53%, -100%, -86px) rotate(11deg) scale(.86); transform: var(--slot-transform); }
  .home-hero--depthswap-058 .home-hero__panel--circle.pos-2 { --slot-transform: translate3d(42%, 14%, 4px) rotate(7deg) scale(.91); transform: var(--slot-transform); }
}
@media (max-width: 991px) {
  .home-hero--depthswap-058 .home-hero__content,
  .home-hero--depthswap-058 .hero-quick-links { width: var(--container); }
  .home-hero--depthswap-058 .home-hero__content { width: var(--container); }
  .home-hero--depthswap-058 .home-hero__visual--collage { width: 100%; }
  .home-hero--depthswap-058 .home-hero__panel--circle.pos-0 { --slot-transform: translate3d(-56%, -60%, 120px) rotate(2deg) scale(1); transform: var(--slot-transform); }
  .home-hero--depthswap-058 .home-hero__panel--circle.pos-1 { --slot-transform: translate3d(40%, -88%, -80px) rotate(10deg) scale(.86); transform: var(--slot-transform); }
  .home-hero--depthswap-058 .home-hero__panel--circle.pos-2 { --slot-transform: translate3d(26%, 10%, -8px) rotate(7deg) scale(.92); transform: var(--slot-transform); }
}

/* ===== v0.5.9 petal count slider ===== */
.home-hero--depthswap-059 .home-hero__falling-petal {
  left: var(--petal-left, 50%);
  animation-duration: calc(var(--petal-duration, 18s) * var(--petal-speed-mult));
  transform: scale(var(--petal-local-scale, var(--petal-scale))) rotate(var(--petal-rotate, 12deg));
}


/* ===== v0.6.1 global home return button ===== */
.site-footer__home-return {
  display: flex;
  justify-content: center;
  padding: 10px 16px 24px;
  background: #111;
}
.home-return-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 15px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(0,0,0,.16);
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.home-return-button:hover,
.home-return-button:focus-visible {
  transform: translateY(-2px);
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.36);
  color: #fff;
  outline: none;
}
.home-return-button__icon {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  font-size: 13px;
  line-height: 1;
}
@media (max-width: 767px) {
  .site-footer__home-return {
    padding: 8px 12px 18px;
  }
  .home-return-button {
    min-height: 42px;
    padding: 9px 16px;
    font-size: 12px;
    gap: 7px;
  }
  .home-return-button__icon {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .home-return-button {
    min-width: min(220px, calc(100vw - 48px));
  }
}

/* ===== v0.6.2 cute shop information architecture ===== */
.shop-finder-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 223, 235, .68), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(221, 247, 243, .72), transparent 34%),
    linear-gradient(180deg, rgba(255, 249, 252, .9), rgba(255,255,255,1));
}
.shop-finder-section::before,
.shop-finder-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.shop-finder-section::before {
  right: -120px;
  top: 70px;
  width: 320px;
  height: 320px;
  background: rgba(255, 217, 231, .32);
}
.shop-finder-section::after {
  left: -110px;
  bottom: 80px;
  width: 250px;
  height: 250px;
  background: rgba(210, 240, 235, .34);
}
.section-heading--shop {
  align-items: end;
  margin-bottom: 30px;
}
.section-heading--shop .section-label {
  min-width: min(100%, 520px);
  border-top: 0;
  padding-top: 0;
  overflow: visible;
}
.section-heading--shop .section-label::after {
  display: none;
}
.section-heading--shop .section-label span {
  display: inline-flex;
  width: fit-content;
  min-height: 32px;
  padding: 8px 16px;
  border-radius: 999px;
  color: #af4d6f;
  background: rgba(255, 224, 235, .78);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.section-heading--shop .section-label small {
  display: block;
  margin-top: 12px;
  color: #2f2a2c;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1.2;
}
.section-heading--shop .section-copy {
  max-width: 520px;
  color: #5f565b;
  font-size: 15px;
  line-height: 1.9;
}
.shop-category-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}
.shop-category-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(222, 171, 190, .48);
  border-radius: 30px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 44px rgba(176, 105, 132, .10);
  transition: transform 260ms var(--ease-out), box-shadow 260ms ease, border-color 260ms ease;
}
.shop-category-card:hover,
.shop-category-card:focus-within {
  transform: translateY(-8px);
  border-color: rgba(226, 128, 164, .82);
  box-shadow: 0 28px 72px rgba(176, 105, 132, .18);
}
.shop-category-card__main {
  position: relative;
  display: grid;
  gap: 9px;
  min-height: 190px;
  padding: 22px 18px 16px;
  color: inherit;
  text-decoration: none;
}
.shop-category-card__main::before {
  content: "";
  position: absolute;
  inset: 12px 12px auto auto;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: rgba(255,255,255,.74);
}
.shop-category-card__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  font-size: 32px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.65), 0 12px 24px rgba(176, 105, 132, .10);
}
.shop-category-card__label {
  position: relative;
  z-index: 1;
  color: #2f2a2c;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -.02em;
}
.shop-category-card__subtitle {
  position: relative;
  z-index: 1;
  color: #6c6066;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}
.shop-category-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 18px 20px;
}
.shop-category-card__links a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #6b3c4e;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.shop-category-card__links a:hover,
.shop-category-card__links a:focus-visible {
  color: #ffffff;
  background: #d96b93;
}
.shop-category-card--pink { background: linear-gradient(160deg, rgba(255, 224, 235, .92), rgba(255,255,255,.92)); }
.shop-category-card--green { background: linear-gradient(160deg, rgba(220, 247, 239, .92), rgba(255,255,255,.92)); }
.shop-category-card--blue { background: linear-gradient(160deg, rgba(224, 239, 255, .92), rgba(255,255,255,.92)); }
.shop-category-card--sky { background: linear-gradient(160deg, rgba(218, 248, 255, .92), rgba(255,255,255,.92)); }
.shop-category-card--lavender { background: linear-gradient(160deg, rgba(238, 229, 255, .92), rgba(255,255,255,.92)); }
.shop-category-card--cream { background: linear-gradient(160deg, rgba(255, 244, 209, .92), rgba(255,255,255,.92)); }
.service-section--shop {
  background:
    linear-gradient(180deg, #ffffff 0%, #fff8fb 100%);
}
.service-section--shop .service-grid--shop {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.service-card--shop {
  border-radius: 28px;
  border-color: rgba(232, 143, 167, .25);
  background: #fff;
  box-shadow: 0 14px 40px rgba(110, 75, 90, .08);
}
.service-card--shop:hover,
.service-card--shop:focus-within {
  border-color: rgba(232, 143, 167, .58);
  box-shadow: 0 24px 64px rgba(110, 75, 90, .14);
}
.service-card--shop figure {
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #fff0f6, #f0fbff);
}
.service-card--shop div {
  gap: 10px;
  padding: 18px 18px 20px;
}
.service-card--shop p {
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  color: #af4d6f;
  background: rgba(255, 224, 235, .78);
  font-size: 12px;
}
.service-card--shop h3 {
  font-size: 19px;
}
.service-card--shop span {
  display: inline-flex;
  align-items: center;
  color: #6c6066;
}
.service-card--shop span::after {
  content: "→";
  margin-left: 6px;
  color: #d96b93;
}
.audience-section--compact {
  background: #fff;
}
.audience-section--compact .audience-grid--premium {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.audience-section--compact .audience-link--premium {
  grid-template-columns: 1fr;
  min-height: 0;
  border-radius: 28px;
  box-shadow: 0 14px 40px rgba(110, 75, 90, .07);
}
.audience-section--compact .audience-link--premium figure {
  min-height: 150px;
  clip-path: none;
}
.audience-section--compact .audience-link--premium div {
  padding: 20px;
}
.news-section--shop {
  background: linear-gradient(180deg, #fff8fb, #fff);
}
.news-section--shop .post-grid--news {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.news-section--shop .news-card {
  border-radius: 24px;
  border-color: rgba(232, 143, 167, .22);
  box-shadow: 0 14px 36px rgba(110, 75, 90, .07);
}
.news-section--shop .ob-card__body {
  padding: 16px 16px 18px;
}
.news-section--shop .ob-card time {
  width: fit-content;
  padding: 4px 9px;
  border-radius: 999px;
  color: #af4d6f;
  background: rgba(255, 224, 235, .78);
}
.text-link--shop {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  color: #af4d6f;
  background: rgba(255, 224, 235, .70);
  font-weight: 900;
}
.text-link--shop:hover,
.text-link--shop:focus-visible {
  color: #ffffff;
  background: #d96b93;
}
@media (max-width: 1180px) {
  .shop-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .service-section--shop .service-grid--shop,
  .news-section--shop .post-grid--news,
  .audience-section--compact .audience-grid--premium {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .section-heading--shop {
    display: grid;
    align-items: start;
  }
  .shop-category-grid,
  .service-section--shop .service-grid--shop,
  .news-section--shop .post-grid--news,
  .audience-section--compact .audience-grid--premium {
    grid-template-columns: 1fr;
  }
  .shop-category-card__main {
    min-height: 150px;
  }
  .shop-category-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 20px;
    font-size: 28px;
  }
}

/* ===== v0.6.3 operations-focused shop readability ===== */
.ob-card__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
.ob-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .02em;
  white-space: nowrap;
}
.ob-badge--news {
  color: #9a3158;
  background: rgba(255, 226, 236, .94);
  border: 1px solid rgba(232, 143, 167, .26);
}
.ob-badge--service {
  color: #6f3251;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(232, 143, 167, .22);
  margin: 2px 0 8px;
}
.service-card__target {
  margin-bottom: 7px !important;
}
.shop-category-card__count {
  display: inline-flex;
  width: fit-content;
  margin-top: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  color: #7f3c59;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 8px 16px rgba(190, 97, 136, .08);
}
.shop-category-card__links a::before {
  content: "›";
  margin-right: 4px;
  color: #d66793;
  font-weight: 900;
}
.news-section--shop .ob-card.news-card,
.service-section--shop .service-card--shop,
.shop-category-card {
  border-color: rgba(232, 143, 167, .18);
}
@media (max-width: 767px) {
  .ob-card__meta-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .ob-badge {
    font-size: 11px;
    padding: 5px 9px;
  }
}

/* ===== v0.6.5 section borders, list links, wide compact information layout ===== */
.container--section-wide {
  width: min(1760px, calc(100vw - 42px)) !important;
  max-width: none !important;
  margin-inline: auto !important;
}
.home-section-shell {
  position: relative;
  padding-block: clamp(34px, 4.2vw, 64px) !important;
  border-top: 1px solid rgba(217, 107, 147, .16);
  border-bottom: 1px solid rgba(217, 107, 147, .12);
  scroll-margin-top: 96px;
}
.home-section-shell + .home-section-shell {
  margin-top: 0;
}
.home-section-bar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1760px, calc(100vw - 42px)) !important;
  margin: 0 auto 24px !important;
  padding: clamp(18px, 2vw, 28px) clamp(18px, 2.5vw, 36px);
  border: 1px solid rgba(217, 107, 147, .20);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,248,251,.92)),
    radial-gradient(circle at 96% 0%, rgba(255, 224, 235, .70), transparent 36%);
  box-shadow: 0 18px 46px rgba(110, 75, 90, .08);
}
.home-section-bar__main {
  min-width: 0;
  display: grid;
  gap: 8px;
}
.home-section-bar .section-label {
  width: 100%;
  min-width: 0;
}
.home-section-bar .section-label span {
  margin-bottom: 4px;
}
.home-section-bar .section-label small {
  margin-top: 8px;
  font-size: clamp(26px, 3vw, 44px);
}
.home-section-bar .section-copy {
  max-width: 820px;
  margin: 0;
}
.home-section-bar__tag,
.section-list-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
.home-section-bar__tag {
  color: #9a3158;
  background: rgba(255, 226, 236, .82);
  border: 1px solid rgba(232, 143, 167, .28);
}
.section-list-link {
  color: #fff !important;
  background: #111827;
  box-shadow: 0 14px 32px rgba(17, 24, 39, .14);
}
.section-list-link::after {
  content: "→";
  margin-left: 8px;
}
.section-list-link:hover,
.section-list-link:focus-visible {
  transform: translateY(-2px);
  background: #d96b93;
}
.home-section-shell--services {
  background:
    linear-gradient(180deg, #ffffff 0%, #fff8fb 100%);
}
.home-section-shell--news {
  background:
    radial-gradient(circle at 6% 18%, rgba(255, 224, 235, .52), transparent 26%),
    linear-gradient(180deg, #fff8fb 0%, #ffffff 100%);
}
.home-section-shell--audiences {
  background: #fff;
}
.service-section--shop .service-grid--shop,
.news-section--shop .post-grid--news {
  display: grid;
  width: min(1760px, calc(100vw - 42px));
  margin-inline: auto;
  gap: 14px;
}
.service-section--shop .service-grid--shop {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
.news-section--shop .post-grid--news {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.news-section--shop .news-card,
.service-section--shop .service-card--shop {
  border-radius: 20px;
  overflow: hidden;
  min-height: 0;
}
.news-section--shop .news-card .ob-card__media,
.service-section--shop .service-card--shop figure {
  aspect-ratio: 16 / 9;
  min-height: 0;
  max-height: 150px;
}
.news-section--shop .ob-card__body,
.service-card--shop div {
  padding: 14px 14px 16px !important;
}
.news-section--shop .ob-card__body h3,
.service-card--shop h3 {
  font-size: clamp(15px, 1.05vw, 18px) !important;
  line-height: 1.45;
  letter-spacing: -.02em;
  margin: 0;
}
.news-section--shop .ob-card__body p,
.service-card--shop p {
  font-size: 12px !important;
  line-height: 1.65 !important;
}
.news-section--shop .ob-card__body p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-section--shop .ob-card__meta-row {
  margin-bottom: 8px;
}
.news-section--shop .ob-card time,
.ob-badge {
  font-size: 11px;
  padding: 5px 8px;
}
.service-card--shop .service-card__target {
  display: inline-flex;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-card--shop span:not(.ob-badge) {
  margin-top: auto;
  font-size: 13px;
  font-weight: 900;
}
.shop-category-grid {
  width: min(1760px, calc(100vw - 42px));
  margin-inline: auto;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.shop-category-card__main {
  min-height: 150px;
  padding: 18px 16px 12px;
}
.shop-category-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  font-size: 27px;
}
.shop-category-card__label {
  font-size: 18px;
}
.shop-category-card__links {
  padding: 0 16px 16px;
}
@media (min-width: 1500px) {
  .service-section--shop .service-grid--shop { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .news-section--shop .post-grid--news { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
@media (max-width: 1180px) {
  .home-section-bar {
    align-items: flex-start;
  }
  .service-section--shop .service-grid--shop,
  .news-section--shop .post-grid--news {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .container--section-wide,
  .service-section--shop .service-grid--shop,
  .news-section--shop .post-grid--news,
  .shop-category-grid {
    width: min(100vw - 28px, 560px) !important;
  }
  .home-section-shell {
    padding-block: 34px !important;
  }
  .home-section-bar {
    display: grid;
    gap: 14px;
    width: min(100vw - 28px, 560px) !important;
    padding: 18px;
    border-radius: 24px;
  }
  .home-section-bar__tag,
  .section-list-link {
    width: 100%;
    min-height: 48px;
  }
  .service-section--shop .service-grid--shop,
  .news-section--shop .post-grid--news {
    grid-template-columns: 1fr;
  }
  .news-section--shop .news-card .ob-card__media,
  .service-section--shop .service-card--shop figure {
    max-height: 190px;
  }
}


/* ===== v0.6.6 hero lead line controls ===== */
.home-hero--customizer-066 .home-hero__lead {
  line-height: 1.78;
}
.home-hero--customizer-066 .home-hero__lead-line {
  display: block;
}

/* ===== v0.6.7 customizer/display alignment ===== */
.home-section-bar {
  align-items: stretch;
  overflow: hidden;
}
.home-section-bar__index {
  flex: 0 0 auto;
  width: clamp(54px, 4.8vw, 74px);
  min-height: 74px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  color: #fff;
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 950;
  letter-spacing: -.04em;
  background: linear-gradient(135deg, var(--ob-accent, #d96b93), #111827);
  box-shadow: 0 18px 36px rgba(217, 107, 147, .18);
}
.home-section-bar__name {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 6px 12px;
  border-radius: 999px;
  color: #9a3158;
  background: rgba(255, 226, 236, .75);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .05em;
}
.home-section-edit-note {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-top: 4px;
  padding: 7px 12px;
  border: 1px dashed rgba(217, 107, 147, .45);
  border-radius: 999px;
  color: #7c2d4b;
  background: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 800;
}
.shop-category-card {
  position: relative;
  min-height: 0;
}
.shop-category-card__type {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 4px 9px;
  border-radius: 999px;
  color: #9a3158;
  background: rgba(255,255,255,.75);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .06em;
}
.shop-category-card__subtitle {
  min-height: 2.8em;
}
.shop-category-card__links::before {
  content: "関連サービス";
  display: block;
  margin-bottom: 7px;
  color: #6b7280;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
}
.home-section-shell--contact {
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 224, 235, .70), transparent 30%),
    linear-gradient(180deg, #fff 0%, #fff8fb 100%);
}
.home-section-shell--contact .obirin-contact-panel {
  margin-top: 0;
}
.home-section-shell--contact .contact-showcase {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-section-bar {
    grid-template-columns: auto 1fr;
    align-items: start;
  }
  .home-section-bar__index {
    width: 52px;
    min-height: 52px;
    border-radius: 18px;
    font-size: 21px;
  }
  .home-section-bar__main {
    min-width: 0;
  }
  .home-section-bar__tag,
  .section-list-link {
    grid-column: 1 / -1;
  }
}

/* ===== v0.6.8 section header visibility + spacing + production credit ===== */
.obirin-front-editable .obirin-standalone-section,
.obirin-front-editable .home-section-shell {
  clear: both;
}
.obirin-front-editable .obirin-standalone-section + .obirin-standalone-section,
.obirin-front-editable .home-section-shell + .home-section-shell,
.obirin-front-editable .post-grid + .service-grid,
.obirin-front-editable .service-grid + .post-grid,
.obirin-front-editable .service-grid + .obirin-contact-panel,
.obirin-front-editable .post-grid + .obirin-contact-panel {
  margin-top: clamp(42px, 5vw, 88px) !important;
}
.home-section-shell,
.obirin-standalone-section {
  padding-block: clamp(46px, 5.2vw, 82px) !important;
}
.home-section-bar {
  display: flex !important;
  width: min(1760px, calc(100vw - 42px)) !important;
  margin: 0 auto clamp(24px, 2.8vw, 42px) !important;
  position: relative;
  z-index: 2;
}
.home-section-bar .section-label small,
.home-section-bar .section-label span,
.home-section-bar__name,
.home-section-bar .section-copy {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.home-section-bar .section-label small {
  color: var(--ob-title-color, #111827) !important;
}
.home-section-bar .section-copy {
  color: var(--ob-body-color, #374151) !important;
}
.home-section-shell--services,
.obirin-standalone-section.home-section-shell--services {
  border-top: 1px solid rgba(217, 107, 147, .16);
  border-bottom: 1px solid rgba(217, 107, 147, .12);
}
.home-section-shell--news,
.obirin-standalone-section.home-section-shell--news {
  border-top: 1px solid rgba(17, 24, 39, .08);
}
.site-footer__credit {
  margin: 6px 0 0;
  font-size: 12px;
  color: rgba(255,255,255,.72);
}
.site-footer__credit a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 767px) {
  .home-section-bar {
    width: min(100vw - 28px, 560px) !important;
    margin-bottom: 22px !important;
  }
  .home-section-shell,
  .obirin-standalone-section {
    padding-block: 36px !important;
  }
}

/* ===== v0.6.9 settings/front sync + vertical news list ===== */
.home-section-shell + .home-section-shell,
.obirin-standalone-section + .obirin-standalone-section {
  margin-top: clamp(34px, 4vw, 72px) !important;
}
.section-inline-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: 100%;
  margin: 0 0 clamp(18px, 2vw, 28px);
  padding: clamp(16px, 1.8vw, 24px) clamp(16px, 2.2vw, 30px);
  border: 1px solid rgba(217, 107, 147, .22);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,247,251,.94)),
    radial-gradient(circle at 100% 0, rgba(255, 224, 235, .65), transparent 36%);
  box-shadow: 0 16px 40px rgba(110, 75, 90, .075);
}
.section-inline-heading__index {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--ob-accent, #d96b93), #111827);
  font-size: 20px;
  font-weight: 950;
  letter-spacing: -.04em;
}
.section-inline-heading__main {
  min-width: 0;
}
.section-inline-heading__name,
.section-inline-heading__eyebrow {
  display: inline-flex;
  margin: 0 0 5px;
  color: #9a3158;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
}
.section-inline-heading__name {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 226, 236, .78);
}
.section-inline-heading h2 {
  margin: 0;
  color: var(--ob-title-color, #111827);
  font-size: clamp(26px, 2.4vw, 40px);
  line-height: 1.2;
  letter-spacing: -.04em;
}
.section-inline-heading__copy {
  margin: 8px 0 0;
  max-width: 880px;
  color: var(--ob-body-color, #374151);
  font-size: var(--ob-section-copy-size, 16px);
  line-height: 1.75;
}
.section-list-link--inline {
  align-self: center;
}
.news-section--shop .news-list--vertical {
  display: flex !important;
  flex-direction: column;
  width: min(1760px, calc(100vw - 42px)) !important;
  max-width: 100%;
  margin-inline: auto;
  gap: 10px;
}
.news-section--shop .news-list--vertical .news-card {
  border-radius: 16px !important;
  border: 1px solid rgba(17, 24, 39, .10);
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 26px rgba(17, 24, 39, .045);
}
.news-section--shop .news-list--vertical .news-card .ob-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.news-section--shop .news-list--vertical .ob-card__media {
  display: none !important;
}
.news-section--shop .news-list--vertical .ob-card__body {
  display: grid;
  grid-template-columns: minmax(150px, .30fr) minmax(300px, 1fr) minmax(220px, .42fr);
  align-items: center;
  gap: 16px;
  padding: 14px 18px !important;
}
.news-section--shop .news-list--vertical .ob-card__meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  min-width: 0;
}
.news-section--shop .news-list--vertical .ob-card time {
  flex: 0 0 auto;
  color: #4b5563;
  background: #f3f4f6;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}
.news-section--shop .news-list--vertical .ob-badge--news {
  flex: 0 1 auto;
  max-width: 104px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #9a3158;
  background: rgba(255, 226, 236, .88);
  border: 1px solid rgba(217, 107, 147, .22);
}
.news-section--shop .news-list--vertical h3 {
  margin: 0 !important;
  color: #111827;
  font-size: clamp(16px, 1.15vw, 19px) !important;
  line-height: 1.45;
  letter-spacing: -.025em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-section--shop .news-list--vertical .ob-card__body p {
  display: block !important;
  margin: 0 !important;
  color: #6b7280;
  font-size: 13px !important;
  line-height: 1.65 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-section--shop .news-list--vertical .news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(17, 24, 39, .075);
}
.service-section--shop .service-grid--shop + .section-inline-heading,
.news-section--shop .news-list--vertical + .section-inline-heading {
  margin-top: 32px;
}
@media (max-width: 1180px) {
  .news-section--shop .news-list--vertical .ob-card__body {
    grid-template-columns: minmax(140px, .34fr) minmax(240px, 1fr);
  }
  .news-section--shop .news-list--vertical .ob-card__body p {
    grid-column: 2;
  }
}
@media (max-width: 767px) {
  .section-inline-heading {
    grid-template-columns: auto minmax(0, 1fr);
    width: 100% !important;
    gap: 12px;
    padding: 16px;
    border-radius: 22px;
  }
  .section-inline-heading__index {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 18px;
  }
  .section-inline-heading h2 {
    font-size: 25px;
  }
  .section-list-link--inline {
    grid-column: 1 / -1;
    width: 100%;
  }
  .news-section--shop .news-list--vertical {
    width: min(100vw - 28px, 560px) !important;
  }
  .news-section--shop .news-list--vertical .ob-card__body {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px !important;
  }
  .news-section--shop .news-list--vertical h3,
  .news-section--shop .news-list--vertical .ob-card__body p {
    white-space: normal;
  }
}

/* ===== v0.7.0 customizer-first homepage + guaranteed section headers ===== */
.obirin-front-editable--customizer-source .home-section-shell {
  display: block !important;
  clear: both !important;
  margin-top: clamp(44px, 5vw, 86px) !important;
  padding-top: clamp(18px, 2.6vw, 38px) !important;
}
.obirin-front-editable--customizer-source .home-section-shell:first-child {
  margin-top: clamp(30px, 4vw, 64px) !important;
}
.obirin-front-editable--customizer-source .home-section-shell--services,
.obirin-front-editable--customizer-source .home-section-shell--news,
.obirin-front-editable--customizer-source .home-section-shell--contact {
  border-top: 1px solid rgba(217, 107, 147, .18);
}
.obirin-front-editable--customizer-source .home-section-bar {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: min(1760px, calc(100vw - 42px)) !important;
  max-width: none !important;
  margin: 0 auto clamp(22px, 2.4vw, 34px) !important;
  padding: clamp(18px, 2vw, 28px) clamp(18px, 2.6vw, 36px) !important;
  border: 1px solid rgba(217, 107, 147, .25) !important;
  border-radius: 28px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,247,251,.96)),
    radial-gradient(circle at 100% 0, rgba(255, 222, 235, .72), transparent 40%) !important;
  box-shadow: 0 18px 44px rgba(110, 75, 90, .075) !important;
  position: relative !important;
  z-index: 3 !important;
}
.obirin-front-editable--customizer-source .home-section-bar__index,
.obirin-front-editable--customizer-source .home-section-bar__name,
.obirin-front-editable--customizer-source .home-section-bar .section-label,
.obirin-front-editable--customizer-source .home-section-bar .section-copy,
.obirin-front-editable--customizer-source .home-section-bar .section-list-link {
  display: revert !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.obirin-front-editable--customizer-source .home-section-bar__index {
  display: grid !important;
  place-items: center !important;
  min-width: 58px !important;
  width: 58px !important;
  height: 58px !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, var(--ob-accent, #d96b93), #111827) !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 950 !important;
}
.obirin-front-editable--customizer-source .home-section-bar__name {
  margin: 0 0 8px !important;
  color: #9a3158 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  letter-spacing: .08em !important;
}
.obirin-front-editable--customizer-source .home-section-bar .section-label {
  margin: 0 !important;
}
.obirin-front-editable--customizer-source .home-section-bar .section-label span {
  display: block !important;
  margin-bottom: 4px !important;
  color: var(--ob-accent, #d96b93) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
}
.obirin-front-editable--customizer-source .home-section-bar .section-label small {
  display: block !important;
  color: var(--ob-title-color, #111827) !important;
  font-size: clamp(28px, 2.8vw, 48px) !important;
  line-height: 1.18 !important;
  font-weight: 950 !important;
  letter-spacing: -.045em !important;
}
.obirin-front-editable--customizer-source .home-section-bar .section-copy {
  margin: 10px 0 0 !important;
  max-width: 980px !important;
  color: var(--ob-body-color, #374151) !important;
  font-size: var(--ob-section-copy-size, 16px) !important;
  line-height: 1.8 !important;
}
.obirin-front-editable--customizer-source .section-list-link,
.obirin-front-editable--customizer-source .section-list-link--inline {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 44px !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  background: #111827 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}
.obirin-front-editable--customizer-source .section-list-link::after,
.obirin-front-editable--customizer-source .section-list-link--inline::after {
  content: "→";
  font-weight: 950;
}
.obirin-news-vertical-list,
.news-section--shop .post-grid--news,
.news-section--shop .news-list--vertical {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  width: min(1760px, calc(100vw - 42px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  gap: 10px !important;
}
.obirin-news-list-item {
  display: block !important;
  border: 1px solid rgba(17, 24, 39, .10) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.97) !important;
  box-shadow: 0 10px 26px rgba(17, 24, 39, .045) !important;
  overflow: hidden !important;
}
.obirin-news-list-item__link {
  display: grid !important;
  grid-template-columns: minmax(170px, .28fr) minmax(300px, .86fr) minmax(240px, .55fr) auto !important;
  align-items: center !important;
  gap: 18px !important;
  padding: 14px 18px !important;
  color: inherit !important;
  text-decoration: none !important;
}
.obirin-news-list-item__meta {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
}
.obirin-news-list-item time {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  background: #f3f4f6 !important;
  color: #4b5563 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}
.obirin-news-list-item .ob-badge--news {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  max-width: 128px !important;
  padding: 4px 9px !important;
  border: 1px solid rgba(217, 107, 147, .22) !important;
  border-radius: 999px !important;
  background: rgba(255, 226, 236, .88) !important;
  color: #9a3158 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.obirin-news-list-item h3 {
  margin: 0 !important;
  color: #111827 !important;
  font-size: clamp(16px, 1.15vw, 20px) !important;
  line-height: 1.45 !important;
  font-weight: 950 !important;
  letter-spacing: -.025em !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.obirin-news-list-item p {
  margin: 0 !important;
  color: #6b7280 !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.obirin-news-list-item__more {
  color: var(--ob-accent, #d96b93) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}
.obirin-news-list-item:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 42px rgba(17, 24, 39, .075) !important;
}
@media (max-width: 1180px) {
  .obirin-news-list-item__link {
    grid-template-columns: minmax(160px, .36fr) minmax(250px, 1fr) auto !important;
  }
  .obirin-news-list-item p {
    grid-column: 2 / 4 !important;
  }
}
@media (max-width: 767px) {
  .obirin-front-editable--customizer-source .home-section-bar {
    grid-template-columns: auto minmax(0, 1fr) !important;
    width: min(100vw - 28px, 560px) !important;
    gap: 12px !important;
    border-radius: 22px !important;
  }
  .obirin-front-editable--customizer-source .home-section-bar__index {
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    border-radius: 16px !important;
    font-size: 18px !important;
  }
  .obirin-front-editable--customizer-source .section-list-link {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }
  .obirin-news-vertical-list,
  .news-section--shop .post-grid--news,
  .news-section--shop .news-list--vertical {
    width: min(100vw - 28px, 560px) !important;
  }
  .obirin-news-list-item__link {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 14px !important;
  }
  .obirin-news-list-item h3,
  .obirin-news-list-item p {
    white-space: normal !important;
  }
}

/* ===== v0.7.2 news display replacement: compact horizontal list ===== */
.news-section--shop .obirin-news-vertical-list,
.news-section--shop .post-grid--news,
.news-section--shop .news-list--vertical {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  width: min(1680px, calc(100vw - 72px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 18px 30px !important;
  border: 1px solid rgba(17, 24, 39, .07) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: 0 18px 50px rgba(17, 24, 39, .08) !important;
  overflow: hidden !important;
}
.news-section--shop .obirin-news-list-item,
.news-section--shop .obirin-news-row {
  display: block !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  transform: none !important;
}
.news-section--shop .obirin-news-row + .obirin-news-row {
  border-top: 1px solid rgba(17, 24, 39, .10) !important;
}
.news-section--shop .obirin-news-row__link {
  display: grid !important;
  grid-template-columns: 180px 106px 116px minmax(270px, .9fr) minmax(360px, 1.25fr) 34px !important;
  align-items: center !important;
  gap: 18px !important;
  min-height: 68px !important;
  padding: 10px 2px !important;
  color: inherit !important;
  text-decoration: none !important;
}
.news-section--shop .obirin-news-row__thumb {
  display: block !important;
  width: 180px !important;
  height: 48px !important;
  margin: 0 !important;
  border-radius: 5px !important;
  overflow: hidden !important;
  background: #f3f4f6 !important;
}
.news-section--shop .obirin-news-row__thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.news-section--shop .obirin-news-row__date {
  color: #525866 !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}
.news-section--shop .obirin-news-row__type {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 26px !important;
  max-width: 116px !important;
  padding: 4px 10px !important;
  border-radius: 999px !important;
  background: rgba(217, 107, 147, .11) !important;
  color: #a33761 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.news-section--shop .obirin-news-row__title {
  margin: 0 !important;
  color: #111827 !important;
  font-size: clamp(16px, 1.06vw, 19px) !important;
  line-height: 1.35 !important;
  font-weight: 950 !important;
  letter-spacing: -.02em !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.news-section--shop .obirin-news-row__excerpt {
  margin: 0 !important;
  color: #565f6f !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.news-section--shop .obirin-news-row__arrow {
  color: #111827 !important;
  font-size: 34px !important;
  line-height: 1 !important;
  font-weight: 300 !important;
  text-align: right !important;
  opacity: .72 !important;
}
.news-section--shop .obirin-news-row__link:hover .obirin-news-row__title,
.news-section--shop .obirin-news-row__link:hover .obirin-news-row__arrow {
  color: var(--ob-accent, #d96b93) !important;
}
.news-section--shop .obirin-news-row__link:hover {
  background: rgba(255, 246, 250, .72) !important;
}

@media (max-width: 1180px) {
  .news-section--shop .obirin-news-vertical-list,
  .news-section--shop .post-grid--news,
  .news-section--shop .news-list--vertical {
    width: min(100vw - 36px, 980px) !important;
    padding: 14px 18px !important;
  }
  .news-section--shop .obirin-news-row__link {
    grid-template-columns: 132px 96px minmax(0, 1fr) 28px !important;
    gap: 12px !important;
  }
  .news-section--shop .obirin-news-row__thumb {
    width: 132px !important;
    height: 44px !important;
  }
  .news-section--shop .obirin-news-row__type {
    display: none !important;
  }
  .news-section--shop .obirin-news-row__excerpt {
    grid-column: 3 / 4 !important;
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  .news-section--shop .obirin-news-vertical-list,
  .news-section--shop .post-grid--news,
  .news-section--shop .news-list--vertical {
    width: min(100vw - 24px, 560px) !important;
    padding: 8px 12px !important;
    border-radius: 14px !important;
  }
  .news-section--shop .obirin-news-row__link {
    grid-template-columns: 92px minmax(0, 1fr) 24px !important;
    grid-template-areas:
      "thumb meta arrow"
      "thumb title arrow"
      "thumb excerpt arrow" !important;
    gap: 5px 10px !important;
    min-height: 76px !important;
    padding: 10px 0 !important;
  }
  .news-section--shop .obirin-news-row__thumb { grid-area: thumb !important; width: 92px !important; height: 58px !important; }
  .news-section--shop .obirin-news-row__date { grid-area: meta !important; font-size: 12px !important; }
  .news-section--shop .obirin-news-row__title { grid-area: title !important; white-space: nowrap !important; font-size: 15px !important; }
  .news-section--shop .obirin-news-row__excerpt { grid-area: excerpt !important; white-space: nowrap !important; font-size: 12px !important; }
  .news-section--shop .obirin-news-row__arrow { grid-area: arrow !important; font-size: 26px !important; }
}


/* ===== v0.7.3 hard replacement: NEWS wide list, including old card HTML fallback ===== */
.news-section--shop .obirin-news-wide-list,
.news-section--shop .obirin-news-vertical-list,
.news-section--shop .post-grid--news,
#news .obirin-news-wide-list,
#news .obirin-news-vertical-list,
#news .post-grid--news {
  display: block !important;
  grid-template-columns: none !important;
  width: min(1680px, calc(100vw - 72px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 18px 30px !important;
  border: 1px solid rgba(17,24,39,.08) !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.985) !important;
  box-shadow: 0 20px 54px rgba(17,24,39,.08) !important;
  overflow: hidden !important;
}

/* New v0.7.3 PHP output */
.news-section--shop .obirin-news-row,
#news .obirin-news-row {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.news-section--shop .obirin-news-row + .obirin-news-row,
#news .obirin-news-row + .obirin-news-row {
  border-top: 1px solid rgba(17,24,39,.10) !important;
}
.news-section--shop .obirin-news-row__link,
#news .obirin-news-row__link {
  display: grid !important;
  grid-template-columns: 180px 104px 108px minmax(280px,.95fr) minmax(380px,1.25fr) 32px !important;
  align-items: center !important;
  gap: 18px !important;
  min-height: 70px !important;
  padding: 10px 2px !important;
  color: inherit !important;
  text-decoration: none !important;
}
.news-section--shop .obirin-news-row__thumb,
#news .obirin-news-row__thumb {
  width: 180px !important;
  height: 48px !important;
  margin: 0 !important;
  border-radius: 5px !important;
  overflow: hidden !important;
  background: #f3f4f6 !important;
}
.news-section--shop .obirin-news-row__thumb img,
#news .obirin-news-row__thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.news-section--shop .obirin-news-row__date,
#news .obirin-news-row__date {
  color: #525866 !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 750 !important;
  white-space: nowrap !important;
}
.news-section--shop .obirin-news-row__type,
#news .obirin-news-row__type {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 26px !important;
  padding: 4px 10px !important;
  border-radius: 999px !important;
  background: rgba(217,107,147,.11) !important;
  color: #a33761 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}
.news-section--shop .obirin-news-row__title,
#news .obirin-news-row__title {
  margin: 0 !important;
  color: #111827 !important;
  font-size: clamp(16px,1.05vw,19px) !important;
  line-height: 1.36 !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.news-section--shop .obirin-news-row__excerpt,
#news .obirin-news-row__excerpt {
  margin: 0 !important;
  color: #565f6f !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.news-section--shop .obirin-news-row__arrow,
#news .obirin-news-row__arrow {
  color: #111827 !important;
  font-size: 34px !important;
  line-height: 1 !important;
  text-align: right !important;
  opacity: .72 !important;
}

/* Old card HTML fallback: if previous PHP output remains for any reason, force it into wide list. */
.news-section--shop .post-grid--news > .news-card,
#news .post-grid--news > .news-card,
.news-section--shop .news-list--vertical > .news-card,
#news .news-list--vertical > .news-card {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.news-section--shop .post-grid--news > .news-card + .news-card,
#news .post-grid--news > .news-card + .news-card,
.news-section--shop .news-list--vertical > .news-card + .news-card,
#news .news-list--vertical > .news-card + .news-card {
  border-top: 1px solid rgba(17,24,39,.10) !important;
}
.news-section--shop .post-grid--news > .news-card .ob-card__link,
#news .post-grid--news > .news-card .ob-card__link,
.news-section--shop .news-list--vertical > .news-card .ob-card__link,
#news .news-list--vertical > .news-card .ob-card__link {
  display: grid !important;
  grid-template-columns: 180px 104px minmax(300px,.95fr) minmax(420px,1.3fr) 32px !important;
  align-items: center !important;
  gap: 18px !important;
  min-height: 70px !important;
  padding: 10px 2px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  text-decoration: none !important;
}
.news-section--shop .post-grid--news > .news-card .ob-card__media,
#news .post-grid--news > .news-card .ob-card__media,
.news-section--shop .news-list--vertical > .news-card .ob-card__media,
#news .news-list--vertical > .news-card .ob-card__media {
  grid-column: 1 !important;
  width: 180px !important;
  height: 48px !important;
  margin: 0 !important;
  border-radius: 5px !important;
  overflow: hidden !important;
}
.news-section--shop .post-grid--news > .news-card .ob-card__media img,
#news .post-grid--news > .news-card .ob-card__media img,
.news-section--shop .news-list--vertical > .news-card .ob-card__media img,
#news .news-list--vertical > .news-card .ob-card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.news-section--shop .post-grid--news > .news-card .ob-card__body,
#news .post-grid--news > .news-card .ob-card__body,
.news-section--shop .news-list--vertical > .news-card .ob-card__body,
#news .news-list--vertical > .news-card .ob-card__body {
  display: contents !important;
  padding: 0 !important;
}
.news-section--shop .post-grid--news > .news-card time,
#news .post-grid--news > .news-card time,
.news-section--shop .news-list--vertical > .news-card time,
#news .news-list--vertical > .news-card time {
  grid-column: 2 !important;
  color: #525866 !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  white-space: nowrap !important;
}
.news-section--shop .post-grid--news > .news-card h3,
#news .post-grid--news > .news-card h3,
.news-section--shop .news-list--vertical > .news-card h3,
#news .news-list--vertical > .news-card h3 {
  grid-column: 3 !important;
  margin: 0 !important;
  color: #111827 !important;
  font-size: clamp(16px,1.05vw,19px) !important;
  line-height: 1.36 !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.news-section--shop .post-grid--news > .news-card p,
#news .post-grid--news > .news-card p,
.news-section--shop .news-list--vertical > .news-card p,
#news .news-list--vertical > .news-card p {
  grid-column: 4 !important;
  margin: 0 !important;
  color: #565f6f !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.news-section--shop .post-grid--news > .news-card .ob-card__body::after,
#news .post-grid--news > .news-card .ob-card__body::after,
.news-section--shop .news-list--vertical > .news-card .ob-card__body::after,
#news .news-list--vertical > .news-card .ob-card__body::after {
  content: '›' !important;
  grid-column: 5 !important;
  color: #111827 !important;
  font-size: 34px !important;
  text-align: right !important;
  opacity: .72 !important;
}

@media (max-width: 1180px) {
  .news-section--shop .obirin-news-wide-list,
  .news-section--shop .obirin-news-vertical-list,
  .news-section--shop .post-grid--news,
  #news .obirin-news-wide-list,
  #news .obirin-news-vertical-list,
  #news .post-grid--news {
    width: min(100vw - 36px, 980px) !important;
    padding: 14px 18px !important;
  }
  .news-section--shop .obirin-news-row__link,
  #news .obirin-news-row__link {
    grid-template-columns: 132px 94px minmax(0,1fr) 28px !important;
    gap: 12px !important;
  }
  .news-section--shop .obirin-news-row__thumb,
  #news .obirin-news-row__thumb { width: 132px !important; height: 44px !important; }
  .news-section--shop .obirin-news-row__type,
  #news .obirin-news-row__type { display: none !important; }
  .news-section--shop .obirin-news-row__excerpt,
  #news .obirin-news-row__excerpt { grid-column: 3 / 4 !important; font-size: 13px !important; }
}

@media (max-width: 767px) {
  .news-section--shop .obirin-news-wide-list,
  .news-section--shop .obirin-news-vertical-list,
  .news-section--shop .post-grid--news,
  #news .obirin-news-wide-list,
  #news .obirin-news-vertical-list,
  #news .post-grid--news {
    width: min(100vw - 24px, 560px) !important;
    padding: 8px 12px !important;
    border-radius: 14px !important;
  }
  .news-section--shop .obirin-news-row__link,
  #news .obirin-news-row__link {
    grid-template-columns: 92px minmax(0,1fr) 24px !important;
    grid-template-areas: "thumb meta arrow" "thumb title arrow" "thumb excerpt arrow" !important;
    gap: 5px 10px !important;
    min-height: 76px !important;
    padding: 10px 0 !important;
  }
  .news-section--shop .obirin-news-row__thumb, #news .obirin-news-row__thumb { grid-area: thumb !important; width: 92px !important; height: 58px !important; }
  .news-section--shop .obirin-news-row__date, #news .obirin-news-row__date { grid-area: meta !important; font-size: 12px !important; }
  .news-section--shop .obirin-news-row__title, #news .obirin-news-row__title { grid-area: title !important; white-space: nowrap !important; font-size: 15px !important; }
  .news-section--shop .obirin-news-row__excerpt, #news .obirin-news-row__excerpt { grid-area: excerpt !important; white-space: nowrap !important; font-size: 12px !important; }
  .news-section--shop .obirin-news-row__arrow, #news .obirin-news-row__arrow { grid-area: arrow !important; font-size: 26px !important; }
}

/* ===== v0.7.4 hard structural fix: legacy TOP page NEWS cards -> wide list ===== */
/* 旧固定ページ本文や旧ショートコードが post-grid--news / news-card を出しても、TOPでは必ず横長リストに変換する。 */
body.home .obirin-front-editable .post-grid--news,
body.front-page .obirin-front-editable .post-grid--news,
.obirin-front-editable .post-grid--news,
.entry-content .post-grid--news,
.post-grid--news {
  display: block !important;
  width: min(100vw - 72px, 1680px) !important;
  max-width: none !important;
  margin: clamp(28px, 4vw, 56px) auto !important;
  padding: 18px 30px !important;
  background: rgba(255,255,255,.96) !important;
  border: 1px solid rgba(17,24,39,.08) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 42px rgba(17,24,39,.10) !important;
  overflow: hidden !important;
}
body.home .obirin-front-editable .post-grid--news > .news-card,
body.front-page .obirin-front-editable .post-grid--news > .news-card,
.obirin-front-editable .post-grid--news > .news-card,
.entry-content .post-grid--news > .news-card,
.post-grid--news > .news-card,
body.home .obirin-front-editable .news-list--vertical > .news-card,
body.front-page .obirin-front-editable .news-list--vertical > .news-card,
.obirin-front-editable .news-list--vertical > .news-card,
.entry-content .news-list--vertical > .news-card,
.news-list--vertical > .news-card {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 76px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.post-grid--news > .news-card + .news-card,
.news-list--vertical > .news-card + .news-card {
  border-top: 1px solid rgba(17,24,39,.10) !important;
}
.post-grid--news > .news-card .ob-card__link,
.news-list--vertical > .news-card .ob-card__link {
  display: grid !important;
  grid-template-columns: 180px 104px minmax(300px,.95fr) minmax(420px,1.3fr) 34px !important;
  align-items: center !important;
  gap: 18px !important;
  min-height: 76px !important;
  padding: 10px 0 !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-decoration: none !important;
}
.post-grid--news > .news-card .ob-card__media,
.news-list--vertical > .news-card .ob-card__media {
  grid-column: 1 !important;
  width: 180px !important;
  height: 50px !important;
  margin: 0 !important;
  border-radius: 5px !important;
  overflow: hidden !important;
  background: #f4f6f8 !important;
}
.post-grid--news > .news-card .ob-card__media img,
.news-list--vertical > .news-card .ob-card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.post-grid--news > .news-card .ob-card__placeholder,
.news-list--vertical > .news-card .ob-card__placeholder {
  width: 100% !important;
  height: 100% !important;
  display: grid !important;
  place-items: center !important;
  font-size: 11px !important;
}
.post-grid--news > .news-card .ob-card__body,
.news-list--vertical > .news-card .ob-card__body {
  display: contents !important;
  padding: 0 !important;
}
.post-grid--news > .news-card time,
.news-list--vertical > .news-card time {
  grid-column: 2 !important;
  color: #525866 !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  white-space: nowrap !important;
}
.post-grid--news > .news-card h3,
.news-list--vertical > .news-card h3 {
  grid-column: 3 !important;
  margin: 0 !important;
  color: #111827 !important;
  font-size: clamp(16px, 1.05vw, 19px) !important;
  line-height: 1.36 !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.post-grid--news > .news-card p,
.news-list--vertical > .news-card p {
  grid-column: 4 !important;
  margin: 0 !important;
  color: #565f6f !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.post-grid--news > .news-card .ob-card__body::after,
.news-list--vertical > .news-card .ob-card__body::after {
  content: '›' !important;
  grid-column: 5 !important;
  color: #111827 !important;
  font-size: 34px !important;
  line-height: 1 !important;
  text-align: right !important;
  opacity: .72 !important;
}
@media (max-width: 1180px) {
  .post-grid--news,
  .news-list--vertical { width: min(100vw - 36px, 980px) !important; padding: 14px 18px !important; }
  .post-grid--news > .news-card .ob-card__link,
  .news-list--vertical > .news-card .ob-card__link { grid-template-columns: 132px 94px minmax(0,1fr) 28px !important; gap: 12px !important; }
  .post-grid--news > .news-card .ob-card__media,
  .news-list--vertical > .news-card .ob-card__media { width: 132px !important; height: 44px !important; }
  .post-grid--news > .news-card p,
  .news-list--vertical > .news-card p { grid-column: 3 / 4 !important; font-size: 13px !important; }
}
@media (max-width: 767px) {
  .post-grid--news,
  .news-list--vertical { width: min(100vw - 24px, 560px) !important; padding: 8px 12px !important; border-radius: 14px !important; }
  .post-grid--news > .news-card .ob-card__link,
  .news-list--vertical > .news-card .ob-card__link {
    grid-template-columns: 92px minmax(0,1fr) 24px !important;
    grid-template-areas: "thumb meta arrow" "thumb title arrow" "thumb excerpt arrow" !important;
    min-height: 76px !important;
    gap: 5px 10px !important;
  }
  .post-grid--news > .news-card .ob-card__media,
  .news-list--vertical > .news-card .ob-card__media { grid-area: thumb !important; width: 92px !important; height: 58px !important; }
  .post-grid--news > .news-card time,
  .news-list--vertical > .news-card time { grid-area: meta !important; font-size: 12px !important; }
  .post-grid--news > .news-card h3,
  .news-list--vertical > .news-card h3 { grid-area: title !important; font-size: 15px !important; }
  .post-grid--news > .news-card p,
  .news-list--vertical > .news-card p { grid-area: excerpt !important; font-size: 12px !important; }
  .post-grid--news > .news-card .ob-card__body::after,
  .news-list--vertical > .news-card .ob-card__body::after { grid-area: arrow !important; font-size: 26px !important; }
}

/* ===== v0.7.5 contact section editable panel ===== */
.home-section-shell--contact {
  padding-top: clamp(54px, 6vw, 96px) !important;
  padding-bottom: clamp(54px, 6vw, 96px) !important;
}
.home-section-shell--contact .container--section-wide {
  width: min(1280px, calc(100vw - 48px));
}
.obirin-contact-info-panel {
  display: grid;
  gap: clamp(22px, 3vw, 38px);
  padding: clamp(26px, 4vw, 54px);
  border: 1px solid rgba(216, 91, 134, .22);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 228, 238, .85), transparent 36%),
    linear-gradient(135deg, #ffffff 0%, #fff7fb 100%);
  box-shadow: 0 22px 70px rgba(31, 41, 55, .08);
  color: var(--ob-title-color, #111827);
}
.obirin-contact-info-panel__heading {
  max-width: 860px;
}
.obirin-contact-info-panel__heading .eyebrow {
  margin: 0 0 10px;
  color: var(--ob-accent, #d85b86);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.obirin-contact-info-panel__heading h2 {
  margin: 0;
  color: var(--ob-title-color, #111827);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.25;
  letter-spacing: -.04em;
}
.obirin-contact-info-panel__lead {
  margin: 14px 0 0;
  color: var(--ob-body-color, #374151);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.9;
}
.obirin-contact-info-panel__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
}
.obirin-contact-info-panel__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,.82);
}
.obirin-contact-info-panel__row {
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border-right: 1px solid rgba(17, 24, 39, .08);
  border-bottom: 1px solid rgba(17, 24, 39, .08);
}
.obirin-contact-info-panel__row:nth-child(2n) {
  border-right: 0;
}
.obirin-contact-info-panel__row span {
  color: #8b93a1;
  font-size: 12px;
  font-weight: 900;
}
.obirin-contact-info-panel__row strong,
.obirin-contact-info-panel__row a {
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}
.obirin-contact-info-panel__action {
  display: flex;
  justify-content: flex-end;
}
.obirin-contact-info-panel__action .button {
  white-space: nowrap;
}
.site-footer .footer-cta .eyebrow,
.site-footer .footer-cta h2,
.site-footer__brand h2,
.site-footer__brand p,
.site-footer__brand a {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (max-width: 900px) {
  .obirin-contact-info-panel__body {
    grid-template-columns: 1fr;
  }
  .obirin-contact-info-panel__action {
    justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  .obirin-contact-info-panel {
    padding: 22px;
    border-radius: 22px;
  }
  .obirin-contact-info-panel__details {
    grid-template-columns: 1fr;
  }
  .obirin-contact-info-panel__row,
  .obirin-contact-info-panel__row:nth-child(2n) {
    border-right: 0;
  }
  .obirin-contact-info-panel__action .button {
    width: 100%;
    justify-content: center;
  }
}

/* ===== v0.7.6 contact cleanup: remove duplicated black contact block, reflect body in footer ===== */
.home .obirin-front-editable > .contact-section,
.front-page .obirin-front-editable > .contact-section,
body.home .obirin-front-editable > .home-section-shell--contact {
  display: none !important;
}
.site-footer__contact-body {
  max-width: 560px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  line-height: 1.9;
  color: rgba(20, 20, 20, .78) !important;
}
.obirin-contact-info-panel__row--body {
  grid-column: 1 / -1;
}
.obirin-contact-info-panel__row--body strong {
  line-height: 1.85;
}

/* ===== v0.7.7 remove all black contact information blocks ===== */
body.home .obirin-contact-info-panel,
body.home .obirin-contact-panel,
body.home .contact-section,
body.home .contact-showcase,
body.home .home-section-shell--contact,
body.front-page .obirin-contact-info-panel,
body.front-page .obirin-contact-panel,
body.front-page .contact-section,
body.front-page .contact-showcase,
body.front-page .home-section-shell--contact {
  display: none !important;
}
.site-footer {
  margin-top: 0 !important;
}
.site-footer .footer-cta {
  margin-top: 0 !important;
}


/* ===== v0.7.8 footer restore only ===== */
.site-footer__main {
  display: grid !important;
}
.site-footer__brand {
  display: block !important;
}
@media (max-width: 767px) {
  .site-footer__main {
    display: block !important;
  }
}


/* ===== v0.7.9 service list compact / stylish layout ===== */
.obirin-service-list-mini-heading {
  width: min(1600px, calc(100vw - 42px));
  margin: clamp(30px, 4vw, 56px) auto clamp(16px, 2vw, 24px);
  padding: clamp(18px, 2vw, 26px) clamp(18px, 2.6vw, 34px);
  border: 1px solid rgba(216, 91, 134, .16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 224, 235, .82), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #fff8fb 100%);
  box-shadow: 0 18px 54px rgba(31, 41, 55, .06);
}
.obirin-service-list-mini-heading span {
  display: block;
  color: var(--ob-accent, #d85b86);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.obirin-service-list-mini-heading strong {
  display: block;
  color: var(--ob-title-color, #111827);
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1.14;
  letter-spacing: -.045em;
}
.service-archive-hero .service-archive-hero__lead {
  max-width: 780px;
  margin: 14px 0 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.9;
}
.service-archive-section {
  padding-top: clamp(30px, 4vw, 56px) !important;
  background: linear-gradient(180deg, #fff 0%, #fff8fb 100%);
}
.service-grid--compact-079,
.service-section--shop .service-grid--shop,
.archive .service-grid--shop,
.post-type-archive-obirin_service .service-grid--shop {
  display: grid !important;
  width: min(1600px, calc(100vw - 42px)) !important;
  margin-inline: auto !important;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
  gap: clamp(14px, 1.4vw, 22px) !important;
  align-items: stretch !important;
}
.service-card--compact-079,
.service-grid--compact-079 .service-card,
.service-grid--compact-079 .service-card--shop,
.service-section--shop .service-card--shop,
.post-type-archive-obirin_service .service-card--shop,
.archive .service-card--shop {
  border: 1px solid rgba(17, 24, 39, .09) !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 16px 44px rgba(17, 24, 39, .07) !important;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease !important;
  min-height: 0 !important;
}
.service-card--compact-079:hover,
.service-grid--compact-079 .service-card:hover,
.service-section--shop .service-card--shop:hover,
.post-type-archive-obirin_service .service-card--shop:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(216, 91, 134, .35) !important;
  box-shadow: 0 22px 64px rgba(17, 24, 39, .10) !important;
}
.service-card--compact-079 a,
.service-grid--compact-079 .service-card a,
.service-grid--compact-079 .service-card--shop a,
.service-section--shop .service-card--shop a,
.post-type-archive-obirin_service .service-card--shop a,
.archive .service-card--shop a {
  display: grid !important;
  grid-template-rows: auto 1fr !important;
  height: 100% !important;
  color: inherit !important;
  text-decoration: none !important;
}
.service-card--compact-079 figure,
.service-grid--compact-079 .service-card figure,
.service-grid--compact-079 .service-card--shop figure,
.service-section--shop .service-card--shop figure,
.post-type-archive-obirin_service .service-card--shop figure,
.archive .service-card--shop figure {
  display: block !important;
  width: 100% !important;
  height: clamp(82px, 8vw, 118px) !important;
  max-height: 118px !important;
  min-height: 82px !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #fff0f6 0%, #f7fbff 100%) !important;
}
.service-card--compact-079 figure img,
.service-grid--compact-079 .service-card figure img,
.service-grid--compact-079 .service-card--shop figure img,
.service-section--shop .service-card--shop figure img,
.post-type-archive-obirin_service .service-card--shop figure img,
.archive .service-card--shop figure img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: .88 !important;
  filter: saturate(.92) contrast(.96) !important;
  transform: none !important;
}
.service-card__fallback-mark {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 100% !important;
  color: rgba(216, 91, 134, .42) !important;
  font-size: 34px !important;
  font-weight: 950 !important;
}
.service-card--compact-079 div,
.service-grid--compact-079 .service-card div,
.service-grid--compact-079 .service-card--shop div,
.service-section--shop .service-card--shop div,
.post-type-archive-obirin_service .service-card--shop div,
.archive .service-card--shop div {
  display: grid !important;
  gap: 7px !important;
  padding: 14px 16px 16px !important;
  align-content: start !important;
  min-height: 142px !important;
}
.service-card--compact-079 .service-card__target,
.service-grid--compact-079 .service-card__target,
.service-section--shop .service-card__target,
.post-type-archive-obirin_service .service-card__target,
.archive .service-card__target {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 4px 9px !important;
  border-radius: 999px !important;
  background: rgba(224, 242, 254, .9) !important;
  color: #0f7ea8 !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.service-grid--compact-079 .ob-badge--service,
.service-section--shop .ob-badge--service,
.post-type-archive-obirin_service .ob-badge--service,
.archive .ob-badge--service {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 4px 8px !important;
  font-size: 10px !important;
  line-height: 1.3 !important;
  background: rgba(255, 228, 238, .95) !important;
  color: #b83269 !important;
}
.service-card--compact-079 h3,
.service-grid--compact-079 .service-card h3,
.service-grid--compact-079 .service-card--shop h3,
.service-section--shop .service-card--shop h3,
.post-type-archive-obirin_service .service-card--shop h3,
.archive .service-card--shop h3 {
  margin: 2px 0 0 !important;
  color: #111827 !important;
  font-size: clamp(15px, 1.08vw, 18px) !important;
  line-height: 1.42 !important;
  letter-spacing: -.025em !important;
  font-weight: 950 !important;
}
.service-card--compact-079 span:not(.ob-badge):not(.service-card__fallback-mark),
.service-grid--compact-079 .service-card span:not(.ob-badge):not(.service-card__fallback-mark),
.service-section--shop .service-card--shop span:not(.ob-badge):not(.service-card__fallback-mark),
.post-type-archive-obirin_service .service-card--shop span:not(.ob-badge):not(.service-card__fallback-mark),
.archive .service-card--shop span:not(.ob-badge):not(.service-card__fallback-mark) {
  margin-top: auto !important;
  color: var(--ob-accent, #d85b86) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
}
.service-grid--compact-079 .service-card span:not(.ob-badge):not(.service-card__fallback-mark)::after,
.service-section--shop .service-card--shop span:not(.ob-badge):not(.service-card__fallback-mark)::after,
.post-type-archive-obirin_service .service-card--shop span:not(.ob-badge):not(.service-card__fallback-mark)::after,
.archive .service-card--shop span:not(.ob-badge):not(.service-card__fallback-mark)::after {
  content: "→" !important;
  margin-left: 5px !important;
}
/* fixed/page content fallback: if a service grid is output without its section title, inject a clear top title */
body:not(.home) .entry-content > .service-grid--shop:first-child::before,
body:not(.home) .content-section > .service-grid--shop:first-child::before,
body:not(.home) main > .service-grid--shop:first-child::before {
  content: "サービス一覧" !important;
  grid-column: 1 / -1 !important;
  display: block !important;
  margin: 0 0 4px !important;
  color: #111827 !important;
  font-size: clamp(28px, 3.2vw, 46px) !important;
  font-weight: 950 !important;
  letter-spacing: -.045em !important;
}
@media (min-width: 1500px) {
  .service-grid--compact-079,
  .service-section--shop .service-grid--shop,
  .post-type-archive-obirin_service .service-grid--shop,
  .archive .service-grid--shop {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 900px) {
  .service-grid--compact-079,
  .service-section--shop .service-grid--shop,
  .post-type-archive-obirin_service .service-grid--shop,
  .archive .service-grid--shop {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(100vw - 28px, 720px) !important;
  }
  .service-card--compact-079 figure,
  .service-grid--compact-079 .service-card figure,
  .service-section--shop .service-card--shop figure,
  .post-type-archive-obirin_service .service-card--shop figure,
  .archive .service-card--shop figure {
    height: 96px !important;
  }
}
@media (max-width: 560px) {
  .service-grid--compact-079,
  .service-section--shop .service-grid--shop,
  .post-type-archive-obirin_service .service-grid--shop,
  .archive .service-grid--shop {
    grid-template-columns: 1fr !important;
  }
  .service-card--compact-079 a,
  .service-grid--compact-079 .service-card a,
  .service-section--shop .service-card--shop a,
  .post-type-archive-obirin_service .service-card--shop a,
  .archive .service-card--shop a {
    grid-template-columns: 108px minmax(0,1fr) !important;
    grid-template-rows: auto !important;
  }
  .service-card--compact-079 figure,
  .service-grid--compact-079 .service-card figure,
  .service-section--shop .service-card--shop figure,
  .post-type-archive-obirin_service .service-card--shop figure,
  .archive .service-card--shop figure {
    height: 100% !important;
    min-height: 116px !important;
  }
  .service-card--compact-079 div,
  .service-grid--compact-079 .service-card div,
  .service-section--shop .service-card--shop div,
  .post-type-archive-obirin_service .service-card--shop div,
  .archive .service-card--shop div {
    min-height: 116px !important;
    padding: 13px 14px !important;
  }
}


/* ===== v0.8.1 Hide featured images on detail pages =====
   アイキャッチ画像は一覧カード用に使い、固定ページ・投稿・サービス・お知らせの詳細本文上では巨大表示しない。 */
.single .single-entry__image,
.single-obirin_service .single-entry__image,
.single-obirin_news .single-entry__image,
.page .single-entry__image,
.single .content-layout > .wp-post-image,
.single-obirin_service .content-layout > .wp-post-image,
.single-obirin_news .content-layout > .wp-post-image,
.page .content-layout > .wp-post-image {
  display: none !important;
}


/* ===== v0.8.2 News list thumbnails: show entire image without cropping =====
   お知らせ一覧のサムネイルは一覧性を保ちつつ、画像全体が見えるように contain 表示へ変更。 */
.news-section--shop .obirin-news-row__thumb,
#news .obirin-news-row__thumb,
.post-type-archive-obirin_news .obirin-news-row__thumb,
.archive .obirin-news-row__thumb,
.obirin-news-row__thumb {
  width: 190px !important;
  height: 62px !important;
  padding: 3px !important;
  background: #fff !important;
  border: 1px solid rgba(17,24,39,.08) !important;
  border-radius: 7px !important;
  overflow: hidden !important;
}
.news-section--shop .obirin-news-row__thumb img,
#news .obirin-news-row__thumb img,
.post-type-archive-obirin_news .obirin-news-row__thumb img,
.archive .obirin-news-row__thumb img,
.obirin-news-row__thumb img,
.news-section--shop .post-grid--news > .news-card .ob-card__media img,
#news .post-grid--news > .news-card .ob-card__media img,
.news-section--shop .news-list--vertical > .news-card .ob-card__media img,
#news .news-list--vertical > .news-card .ob-card__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #fff !important;
}
.news-section--shop .post-grid--news > .news-card .ob-card__media,
#news .post-grid--news > .news-card .ob-card__media,
.news-section--shop .news-list--vertical > .news-card .ob-card__media,
#news .news-list--vertical > .news-card .ob-card__media {
  width: 190px !important;
  height: 62px !important;
  padding: 3px !important;
  background: #fff !important;
  border: 1px solid rgba(17,24,39,.08) !important;
  border-radius: 7px !important;
  overflow: hidden !important;
}
.news-section--shop .obirin-news-row__link,
#news .obirin-news-row__link,
.post-type-archive-obirin_news .obirin-news-row__link,
.archive .obirin-news-row__link {
  grid-template-columns: 190px 104px 108px minmax(280px,.95fr) minmax(380px,1.25fr) 32px !important;
  min-height: 82px !important;
}
@media (max-width: 900px) {
  .news-section--shop .obirin-news-row__thumb,
  #news .obirin-news-row__thumb,
  .post-type-archive-obirin_news .obirin-news-row__thumb,
  .archive .obirin-news-row__thumb,
  .obirin-news-row__thumb,
  .news-section--shop .post-grid--news > .news-card .ob-card__media,
  #news .post-grid--news > .news-card .ob-card__media,
  .news-section--shop .news-list--vertical > .news-card .ob-card__media,
  #news .news-list--vertical > .news-card .ob-card__media {
    width: 112px !important;
    height: 70px !important;
  }
}

/* ===== v0.8.3 service list structural hard fix: compact, stylish, titled ===== */
.obirin-service-compact-title {
  width: min(1500px, calc(100vw - 40px));
  margin: clamp(34px, 4vw, 58px) auto clamp(14px, 1.8vw, 22px) !important;
  padding: clamp(18px, 2vw, 28px) clamp(20px, 3vw, 38px) !important;
  border: 1px solid rgba(216, 91, 134, .18) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 229, 239, .92), transparent 34%),
    linear-gradient(135deg, #fff 0%, #fff8fb 100%) !important;
  box-shadow: 0 18px 56px rgba(17, 24, 39, .07) !important;
}
.obirin-service-compact-title span {
  display: block !important;
  margin: 0 0 6px !important;
  color: var(--ob-accent, #d85b86) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}
.obirin-service-compact-title h2 {
  margin: 0 !important;
  color: #111827 !important;
  font-size: clamp(28px, 3.2vw, 46px) !important;
  line-height: 1.15 !important;
  font-weight: 950 !important;
  letter-spacing: -.045em !important;
}
.obirin-service-compact-title p {
  max-width: 780px !important;
  margin: 10px 0 0 !important;
  color: #4b5563 !important;
  font-size: clamp(14px, 1vw, 16px) !important;
  line-height: 1.85 !important;
}
/* Old mini heading is replaced by the real compact title. */
.obirin-service-list-mini-heading {
  display: none !important;
}
/* Force every service list, including legacy fixed-page shortcode output, to become compact. */
body .service-grid,
body .service-grid--shop,
body .service-grid--compact-079,
body .service-grid--compact-final,
body .obirin-front-editable .service-grid,
body .entry-content .service-grid,
body.post-type-archive-obirin_service .service-grid,
body.archive .service-grid {
  display: grid !important;
  width: min(1500px, calc(100vw - 40px)) !important;
  margin: 0 auto clamp(44px, 5vw, 72px) !important;
  grid-template-columns: repeat(auto-fill, minmax(178px, 214px)) !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: clamp(12px, 1.2vw, 18px) !important;
}
/* If a legacy service grid appears without any PHP heading, inject one inside the grid. */
body .entry-content > .service-grid:first-child::before,
body .content-section > .service-grid:first-child::before,
body main > .service-grid:first-child::before,
body .obirin-front-editable > .service-grid:first-child::before {
  content: "サービス一覧" !important;
  grid-column: 1 / -1 !important;
  display: block !important;
  margin: 0 0 12px !important;
  padding: 18px 26px !important;
  border: 1px solid rgba(216, 91, 134, .18) !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, #fff 0%, #fff8fb 100%) !important;
  color: #111827 !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  font-weight: 950 !important;
  letter-spacing: -.045em !important;
  box-shadow: 0 16px 44px rgba(17, 24, 39, .06) !important;
}
body .service-grid > .service-card,
body .service-grid--shop > .service-card,
body .service-card--compact-final,
body .service-card--compact-079,
body .service-card--shop {
  min-width: 0 !important;
  min-height: 0 !important;
  border: 1px solid rgba(17, 24, 39, .10) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: 0 14px 36px rgba(17, 24, 39, .065) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}
body .service-grid > .service-card:hover,
body .service-card--shop:hover,
body .service-card--compact-final:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(216, 91, 134, .36) !important;
  box-shadow: 0 20px 50px rgba(17, 24, 39, .10) !important;
}
body .service-grid > .service-card > a,
body .service-card--shop > a,
body .service-card--compact-final > a {
  display: grid !important;
  grid-template-rows: 74px 1fr !important;
  height: 100% !important;
  color: inherit !important;
  text-decoration: none !important;
}
body .service-grid > .service-card figure,
body .service-card--shop figure,
body .service-card--compact-final figure,
body .service-card--compact-079 figure,
body article.service-card figure {
  width: 100% !important;
  height: 74px !important;
  max-height: 74px !important;
  min-height: 74px !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 226, 238, .75), transparent 42%),
    linear-gradient(135deg, #fff7fb 0%, #f8fbff 100%) !important;
}
body .service-grid > .service-card figure img,
body .service-card--shop figure img,
body .service-card--compact-final figure img,
body .service-card--compact-079 figure img,
body article.service-card figure img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  opacity: .82 !important;
  filter: saturate(.9) contrast(.98) !important;
  transform: none !important;
}
body .service-grid > .service-card > a > div,
body .service-card--shop > a > div,
body .service-card--compact-final > a > div,
body article.service-card > a > div {
  display: grid !important;
  gap: 6px !important;
  padding: 12px 14px 14px !important;
  align-content: start !important;
  min-height: 116px !important;
}
body .service-card__target,
body .service-card--shop p,
body .service-grid .service-card p:first-child {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 3px 8px !important;
  border-radius: 999px !important;
  background: rgba(224, 242, 254, .92) !important;
  color: #0f7ea8 !important;
  font-size: 10.5px !important;
  line-height: 1.35 !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
body .service-grid .ob-badge--service,
body .service-card--shop .ob-badge--service {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 3px 7px !important;
  border-radius: 999px !important;
  background: rgba(255, 228, 238, .94) !important;
  color: #b83269 !important;
  font-size: 10px !important;
  line-height: 1.3 !important;
  font-weight: 950 !important;
}
body .service-grid > .service-card h3,
body .service-card--shop h3,
body .service-card--compact-final h3,
body article.service-card h3 {
  margin: 2px 0 0 !important;
  color: #111827 !important;
  font-size: clamp(14px, .95vw, 16px) !important;
  line-height: 1.42 !important;
  font-weight: 950 !important;
  letter-spacing: -.025em !important;
}
body .service-grid > .service-card span:not(.ob-badge):not(.service-card__fallback-mark),
body .service-card--shop span:not(.ob-badge):not(.service-card__fallback-mark),
body article.service-card span:not(.ob-badge):not(.service-card__fallback-mark) {
  margin-top: auto !important;
  color: var(--ob-accent, #d85b86) !important;
  font-size: 11.5px !important;
  line-height: 1.35 !important;
  font-weight: 950 !important;
}
body .service-grid > .service-card span:not(.ob-badge):not(.service-card__fallback-mark)::after,
body .service-card--shop span:not(.ob-badge):not(.service-card__fallback-mark)::after {
  content: "→" !important;
  margin-left: 4px !important;
}
@media (min-width: 1440px) {
  body .service-grid,
  body .service-grid--shop,
  body .service-grid--compact-final {
    grid-template-columns: repeat(auto-fill, minmax(176px, 204px)) !important;
  }
}
@media (max-width: 900px) {
  body .service-grid,
  body .service-grid--shop,
  body .service-grid--compact-final {
    width: min(100vw - 28px, 760px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 560px) {
  .obirin-service-compact-title {
    width: min(100vw - 24px, 560px);
    padding: 18px 20px !important;
  }
  body .service-grid,
  body .service-grid--shop,
  body .service-grid--compact-final {
    width: min(100vw - 24px, 560px) !important;
    grid-template-columns: 1fr !important;
  }
  body .service-grid > .service-card > a,
  body .service-card--shop > a,
  body .service-card--compact-final > a {
    grid-template-columns: 96px minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
  }
  body .service-grid > .service-card figure,
  body .service-card--shop figure,
  body .service-card--compact-final figure {
    height: 100% !important;
    max-height: none !important;
    min-height: 104px !important;
  }
}

/* ===== v0.8.4 service list: rectangular 8-column compact layout ===== */
html body .obirin-service-compact-title,
html body .obirin-service-compact-title--archive {
  width: min(1680px, calc(100vw - 40px)) !important;
  margin: clamp(26px, 3vw, 44px) auto 12px !important;
  padding: 16px 24px !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #fff 0%, #fff7fb 100%) !important;
  border: 1px solid rgba(216, 91, 134, .16) !important;
  box-shadow: 0 10px 32px rgba(17, 24, 39, .055) !important;
}
html body .obirin-service-compact-title span,
html body .obirin-service-compact-title--archive span {
  margin-bottom: 4px !important;
  font-size: 11px !important;
  letter-spacing: .12em !important;
}
html body .obirin-service-compact-title h2,
html body .obirin-service-compact-title--archive h2 {
  font-size: clamp(24px, 2.4vw, 36px) !important;
  line-height: 1.16 !important;
}
html body .obirin-service-compact-title p,
html body .obirin-service-compact-title--archive p {
  margin-top: 6px !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

html body .service-grid,
html body .service-grid--shop,
html body .service-grid--compact-079,
html body .service-grid--compact-final,
html body .service-section--shop .service-grid--shop,
html body .entry-content .service-grid,
html body.post-type-archive-obirin_service .service-grid,
html body.archive .service-grid {
  width: min(1680px, calc(100vw - 36px)) !important;
  max-width: 1680px !important;
  margin: 0 auto clamp(36px, 4vw, 58px) !important;
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch !important;
  justify-content: center !important;
}

html body .entry-content > .service-grid::before,
html body .content-section > .service-grid::before,
html body main > .service-grid::before,
html body .obirin-front-editable > .service-grid::before,
html body .service-section--shop .service-grid--shop::before {
  content: "サービス一覧" !important;
  grid-column: 1 / -1 !important;
  display: flex !important;
  align-items: center !important;
  min-height: 52px !important;
  margin: 0 0 2px !important;
  padding: 12px 18px !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #fff 0%, #fff7fb 100%) !important;
  border: 1px solid rgba(216, 91, 134, .16) !important;
  color: #111827 !important;
  box-shadow: 0 10px 28px rgba(17, 24, 39, .05) !important;
  font-size: clamp(24px, 2.2vw, 34px) !important;
  line-height: 1.16 !important;
  font-weight: 950 !important;
  letter-spacing: -.04em !important;
}
html body .obirin-service-compact-title + .service-grid::before,
html body .obirin-service-compact-title--archive + .service-grid::before {
  display: none !important;
  content: none !important;
}

html body .service-grid > .service-card,
html body .service-grid--shop > .service-card,
html body .service-card--shop,
html body .service-card--compact-final,
html body .service-card--compact-079,
html body article.service-card {
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  border-radius: 14px !important;
  border: 1px solid rgba(17, 24, 39, .10) !important;
  background: rgba(255,255,255,.98) !important;
  box-shadow: 0 8px 22px rgba(17, 24, 39, .055) !important;
  overflow: hidden !important;
}
html body .service-grid > .service-card:hover,
html body .service-card--shop:hover,
html body .service-card--compact-final:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 32px rgba(17, 24, 39, .09) !important;
}
html body .service-grid > .service-card > a,
html body .service-card--shop > a,
html body .service-card--compact-final > a,
html body article.service-card > a {
  display: grid !important;
  grid-template-rows: 44px 1fr !important;
  min-height: 112px !important;
  height: 100% !important;
  text-decoration: none !important;
  color: inherit !important;
}
html body .service-grid > .service-card figure,
html body .service-card--shop figure,
html body .service-card--compact-final figure,
html body .service-card--compact-079 figure,
html body article.service-card figure {
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  margin: 0 !important;
  padding: 6px 12px !important;
  background: linear-gradient(135deg, #fff7fb 0%, #f7fbff 100%) !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}
html body .service-grid > .service-card figure img,
html body .service-card--shop figure img,
html body .service-card--compact-final figure img,
html body .service-card--compact-079 figure img,
html body article.service-card figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  opacity: .78 !important;
  filter: saturate(.9) contrast(.97) !important;
  transform: none !important;
}
html body .service-card__fallback-mark {
  display: grid !important;
  place-items: center !important;
  height: 100% !important;
  color: rgba(216, 91, 134, .75) !important;
  font-size: 20px !important;
  font-weight: 950 !important;
}
html body .service-grid > .service-card > a > div,
html body .service-card--shop > a > div,
html body .service-card--compact-final > a > div,
html body article.service-card > a > div {
  min-height: 68px !important;
  padding: 9px 10px 10px !important;
  display: grid !important;
  gap: 4px !important;
  align-content: start !important;
}
html body .service-card__target,
html body .service-card--shop p,
html body .service-grid .service-card p:first-child {
  max-width: 100% !important;
  padding: 2px 6px !important;
  font-size: 9.5px !important;
  line-height: 1.25 !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
html body .service-grid .ob-badge--service,
html body .service-card--shop .ob-badge--service {
  display: none !important;
}
html body .service-grid > .service-card h3,
html body .service-card--shop h3,
html body .service-card--compact-final h3,
html body article.service-card h3 {
  margin: 0 !important;
  font-size: 13.5px !important;
  line-height: 1.34 !important;
  font-weight: 950 !important;
  letter-spacing: -.02em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
html body .service-grid > .service-card span:not(.ob-badge):not(.service-card__fallback-mark),
html body .service-card--shop span:not(.ob-badge):not(.service-card__fallback-mark),
html body article.service-card span:not(.ob-badge):not(.service-card__fallback-mark) {
  margin-top: auto !important;
  font-size: 10.5px !important;
  line-height: 1.25 !important;
  font-weight: 950 !important;
  color: var(--ob-accent, #d85b86) !important;
}

@media (max-width: 1399px) {
  html body .service-grid,
  html body .service-grid--shop,
  html body .service-grid--compact-final,
  html body .service-section--shop .service-grid--shop,
  html body.post-type-archive-obirin_service .service-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1024px) {
  html body .service-grid,
  html body .service-grid--shop,
  html body .service-grid--compact-final,
  html body .service-section--shop .service-grid--shop,
  html body.post-type-archive-obirin_service .service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 640px) {
  html body .service-grid,
  html body .service-grid--shop,
  html body .service-grid--compact-final,
  html body .service-section--shop .service-grid--shop,
  html body.post-type-archive-obirin_service .service-grid {
    width: min(100vw - 24px, 560px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  html body .service-grid > .service-card > a,
  html body .service-card--shop > a,
  html body .service-card--compact-final > a {
    grid-template-columns: none !important;
    grid-template-rows: 40px 1fr !important;
    min-height: 104px !important;
  }
  html body .service-grid > .service-card figure,
  html body .service-card--shop figure,
  html body .service-card--compact-final figure {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
  }
}

/* ===== v0.8.7 SakuraThem service archive: 8 vertical cards in one row ===== */
html body .obirin-service-compact-title,
html body .obirin-service-compact-title--archive {
  width: min(1720px, calc(100vw - 36px)) !important;
  margin: clamp(24px, 2.8vw, 42px) auto 14px !important;
  padding: 18px 24px !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #fff 0%, #fff7fb 100%) !important;
  border: 1px solid rgba(216, 91, 134, .18) !important;
  box-shadow: 0 12px 36px rgba(17, 24, 39, .055) !important;
}
html body .obirin-service-compact-title span,
html body .obirin-service-compact-title--archive span {
  display: inline-flex !important;
  margin-bottom: 4px !important;
  color: var(--ob-accent, #d85b86) !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}
html body .obirin-service-compact-title h2,
html body .obirin-service-compact-title--archive h2 {
  margin: 0 !important;
  color: #111827 !important;
  font-size: clamp(26px, 2.5vw, 38px) !important;
  line-height: 1.14 !important;
  font-weight: 950 !important;
  letter-spacing: -.045em !important;
}
html body .obirin-service-compact-title p,
html body .obirin-service-compact-title--archive p {
  max-width: 760px !important;
  margin: 7px 0 0 !important;
  color: #5b6472 !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}

html body .service-grid,
html body .service-grid--shop,
html body .service-grid--compact-079,
html body .service-grid--compact-final,
html body .service-section--shop .service-grid--shop,
html body .entry-content .service-grid,
html body.post-type-archive-obirin_service .service-grid,
html body.archive .service-grid {
  width: min(1720px, calc(100vw - 36px)) !important;
  max-width: 1720px !important;
  margin: 0 auto clamp(36px, 4vw, 60px) !important;
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: stretch !important;
  justify-content: center !important;
}

html body .service-grid > .service-card,
html body .service-grid--shop > .service-card,
html body .service-card--compact-final,
html body .service-card--compact-079,
html body .service-card--shop,
html body article.service-card {
  min-width: 0 !important;
  min-height: 178px !important;
  border: 1px solid rgba(17, 24, 39, .10) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: 0 16px 38px rgba(17, 24, 39, .065) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}
html body .service-grid > .service-card:hover,
html body .service-card--shop:hover,
html body .service-card--compact-final:hover,
html body article.service-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(216, 91, 134, .36) !important;
  box-shadow: 0 22px 54px rgba(17, 24, 39, .10) !important;
}
html body .service-grid > .service-card > a,
html body .service-card--shop > a,
html body .service-card--compact-final > a,
html body article.service-card > a {
  display: grid !important;
  grid-template-rows: 72px 1fr !important;
  min-height: 178px !important;
  height: 100% !important;
  color: inherit !important;
  text-decoration: none !important;
}
html body .service-grid > .service-card figure,
html body .service-card--shop figure,
html body .service-card--compact-final figure,
html body .service-card--compact-079 figure,
html body article.service-card figure {
  width: 100% !important;
  height: 72px !important;
  max-height: 72px !important;
  min-height: 72px !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 226, 238, .78), transparent 42%),
    linear-gradient(135deg, #fff7fb 0%, #f8fbff 100%) !important;
}
html body .service-grid > .service-card figure img,
html body .service-card--shop figure img,
html body .service-card--compact-final figure img,
html body .service-card--compact-079 figure img,
html body article.service-card figure img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  opacity: .76 !important;
  filter: saturate(.9) contrast(.98) !important;
  transform: none !important;
}
html body .service-grid > .service-card > a > div,
html body .service-card--shop > a > div,
html body .service-card--compact-final > a > div,
html body article.service-card > a > div {
  display: grid !important;
  grid-template-rows: auto auto 1fr auto !important;
  gap: 6px !important;
  padding: 12px 12px 13px !important;
  align-content: start !important;
  min-height: 106px !important;
}
html body .service-card__target,
html body .service-card--shop p,
html body .service-grid .service-card p:first-child {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 3px 8px !important;
  border-radius: 999px !important;
  background: rgba(224, 242, 254, .94) !important;
  color: #0f7ea8 !important;
  font-size: 10px !important;
  line-height: 1.35 !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
html body .service-grid .ob-badge--service,
html body .service-card--shop .ob-badge--service {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 3px 7px !important;
  border-radius: 999px !important;
  background: rgba(255, 228, 238, .94) !important;
  color: #b83269 !important;
  font-size: 9.5px !important;
  line-height: 1.3 !important;
  font-weight: 950 !important;
}
html body .service-grid > .service-card h3,
html body .service-card--shop h3,
html body .service-card--compact-final h3,
html body article.service-card h3 {
  margin: 1px 0 0 !important;
  color: #111827 !important;
  font-size: clamp(13px, .78vw, 15px) !important;
  line-height: 1.35 !important;
  font-weight: 950 !important;
  letter-spacing: -.025em !important;
}
html body .service-grid > .service-card span:not(.ob-badge):not(.service-card__fallback-mark),
html body .service-card--shop span:not(.ob-badge):not(.service-card__fallback-mark),
html body article.service-card span:not(.ob-badge):not(.service-card__fallback-mark) {
  align-self: end !important;
  margin-top: 4px !important;
  color: var(--ob-accent, #d85b86) !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  font-weight: 950 !important;
}
html body .service-grid > .service-card span:not(.ob-badge):not(.service-card__fallback-mark)::after,
html body .service-card--shop span:not(.ob-badge):not(.service-card__fallback-mark)::after {
  content: "→" !important;
  margin-left: 4px !important;
}
html body .entry-content > .service-grid::before,
html body .content-section > .service-grid::before,
html body main > .service-grid::before,
html body .obirin-front-editable > .service-grid::before,
html body .service-section--shop .service-grid--shop::before {
  content: "サービス一覧" !important;
  grid-column: 1 / -1 !important;
  display: flex !important;
  align-items: center !important;
  min-height: 54px !important;
  margin: 0 0 2px !important;
  padding: 12px 18px !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #fff 0%, #fff7fb 100%) !important;
  border: 1px solid rgba(216, 91, 134, .16) !important;
  color: #111827 !important;
  box-shadow: 0 10px 28px rgba(17, 24, 39, .05) !important;
  font-size: clamp(24px, 2.2vw, 34px) !important;
  line-height: 1.16 !important;
  font-weight: 950 !important;
  letter-spacing: -.04em !important;
}
html body .obirin-service-compact-title + .service-grid::before,
html body .obirin-service-compact-title--archive + .service-grid::before {
  display: none !important;
  content: none !important;
}
@media (max-width: 1360px) {
  html body .service-grid,
  html body .service-grid--shop,
  html body .service-grid--compact-final {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 900px) {
  html body .service-grid,
  html body .service-grid--shop,
  html body .service-grid--compact-final {
    width: min(100vw - 28px, 760px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 560px) {
  html body .service-grid,
  html body .service-grid--shop,
  html body .service-grid--compact-final {
    width: min(100vw - 24px, 560px) !important;
    grid-template-columns: 1fr !important;
  }
  html body .service-grid > .service-card > a,
  html body .service-card--shop > a,
  html body .service-card--compact-final > a {
    grid-template-columns: 92px minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    min-height: 112px !important;
  }
  html body .service-grid > .service-card figure,
  html body .service-card--shop figure,
  html body .service-card--compact-final figure {
    height: 100% !important;
    max-height: none !important;
    min-height: 112px !important;
  }
}
/* v0.8.7 final card proportion: slim vertical rectangle without oversized images */
html body .service-grid > .service-card,
html body .service-grid--shop > .service-card,
html body .service-card--compact-final,
html body .service-card--compact-079,
html body .service-card--shop,
html body article.service-card {
  min-height: 232px !important;
}
html body .service-grid > .service-card > a,
html body .service-card--shop > a,
html body .service-card--compact-final > a,
html body article.service-card > a {
  grid-template-rows: 88px 1fr !important;
  min-height: 232px !important;
}
html body .service-grid > .service-card figure,
html body .service-card--shop figure,
html body .service-card--compact-final figure,
html body .service-card--compact-079 figure,
html body article.service-card figure {
  height: 88px !important;
  max-height: 88px !important;
  min-height: 88px !important;
  padding: 14px 16px !important;
}
html body .service-grid > .service-card > a > div,
html body .service-card--shop > a > div,
html body .service-card--compact-final > a > div,
html body article.service-card > a > div {
  min-height: 144px !important;
  padding: 14px 13px 15px !important;
}
@media (max-width: 560px) {
  html body .service-grid > .service-card,
  html body .service-card--shop,
  html body .service-card--compact-final {
    min-height: 112px !important;
  }
  html body .service-grid > .service-card > a,
  html body .service-card--shop > a,
  html body .service-card--compact-final > a {
    min-height: 112px !important;
  }
}


/* v0.8.8 per-page wide display toggle */
body.obirin-page-wide .page-hero > .container,
body.obirin-page-wide .single-entry .page-hero > .container,
body.obirin-page-wide .content-section > .container,
body.obirin-page-wide .content-layout {
  width: min(1540px, calc(100vw - 64px)) !important;
  max-width: 1540px !important;
}
body.obirin-page-wide .content-layout {
  display: block !important;
}
body.obirin-page-wide .entry-content {
  width: 100% !important;
  max-width: none !important;
}
body.obirin-page-wide .entry-content > .wp-block-group.alignwide,
body.obirin-page-wide .entry-content > .wp-block-cover.alignwide,
body.obirin-page-wide .entry-content > .wp-block-columns.alignwide,
body.obirin-page-wide .entry-content > .alignwide {
  max-width: 100% !important;
}
body.obirin-page-wide .entry-content > .alignfull {
  width: min(100vw, 100%) !important;
  max-width: none !important;
}
body.obirin-page-wide .entry-content table,
body.obirin-page-wide .entry-content .wp-block-table {
  width: 100% !important;
}
@media (max-width: 767px) {
  body.obirin-page-wide .page-hero > .container,
  body.obirin-page-wide .single-entry .page-hero > .container,
  body.obirin-page-wide .content-section > .container,
  body.obirin-page-wide .content-layout {
    width: min(100vw - 28px, 100%) !important;
  }
}

/* ===== v1.0.1 compact home section headings: no number / no English eyebrow / no description ===== */
.home-section-bar.home-section-bar--compact {
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin-bottom: clamp(16px, 2vw, 28px) !important;
  padding: clamp(14px, 1.6vw, 22px) clamp(18px, 2.4vw, 34px) !important;
  border-radius: 22px !important;
}
.home-section-bar--compact .home-section-bar__main {
  display: block !important;
}
.home-section-bar--compact .home-section-bar__title {
  margin: 0 !important;
  color: var(--ob-title-color, #111827) !important;
  font-size: clamp(26px, 2.35vw, 38px) !important;
  line-height: 1.18 !important;
  font-weight: 950 !important;
  letter-spacing: -.04em !important;
}
.home-section-bar--compact .home-section-edit-note {
  margin-top: 8px !important;
}
.section-inline-heading--compact {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
}
.section-inline-heading--compact h2 {
  margin: 0 !important;
  font-size: clamp(26px, 2.35vw, 38px) !important;
  line-height: 1.18 !important;
  font-weight: 950 !important;
  letter-spacing: -.04em !important;
}
@media (max-width: 767px) {
  .home-section-bar.home-section-bar--compact,
  .section-inline-heading--compact {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .home-section-bar--compact .home-section-bar__title,
  .section-inline-heading--compact h2 {
    font-size: clamp(23px, 7vw, 30px) !important;
  }
}


/* v1.0.2: restore TOP service section and legacy 5 image links */
html body .home-section-shell--services {
  padding: clamp(44px, 5vw, 72px) 0 clamp(34px, 4vw, 58px) !important;
  background: #fff !important;
  overflow: visible !important;
}
html body .home-section-shell--services .home-section-bar {
  margin-bottom: 18px !important;
}
html body .home-section-shell--services .service-grid,
html body .home-section-shell--services .service-grid--shop,
html body .home-section-shell--services .service-grid--compact-final {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: 14px !important;
}
html body .home-section-shell--services .service-grid::before,
html body .home-section-shell--services .service-grid--shop::before,
html body .home-section-shell--services .service-grid--compact-final::before {
  display: none !important;
  content: none !important;
}
html body .home-section-shell--services .service-card,
html body .home-section-shell--services article.service-card {
  min-height: 224px !important;
  border-radius: 18px !important;
}
html body .home-section-shell--services .service-card > a,
html body .home-section-shell--services article.service-card > a {
  min-height: 224px !important;
  grid-template-rows: 92px 1fr !important;
}
html body .home-section-shell--services .service-card figure,
html body .home-section-shell--services article.service-card figure {
  height: 92px !important;
  min-height: 92px !important;
  max-height: 92px !important;
  padding: 14px 15px !important;
}
html body .home-section-shell--services .service-card > a > div,
html body .home-section-shell--services article.service-card > a > div {
  min-height: 132px !important;
  padding: 13px 12px 14px !important;
}
html body .home-section-shell--services .service-card h3,
html body .home-section-shell--services article.service-card h3 {
  font-size: clamp(13px, .72vw, 15px) !important;
}
html body .home-section-shell--services .service-card__target,
html body .home-section-shell--services .service-card p:first-child {
  max-width: 100% !important;
}

html body .home-legacy-banner-links {
  padding: clamp(32px, 4vw, 56px) 0 clamp(44px, 5vw, 72px) !important;
  background: #fff !important;
}
html body .home-legacy-banner-links__grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(16px, 2.1vw, 28px) !important;
  align-items: stretch !important;
}
html body .home-legacy-banner-link {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 150px !important;
  height: clamp(132px, 9.5vw, 174px) !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  background: #d9d9d9 !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 14px 34px rgba(17, 24, 39, .08) !important;
  isolation: isolate !important;
}
html body .home-legacy-banner-link img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: scale(1.01) !important;
  transition: transform .28s ease, filter .28s ease !important;
  z-index: -2 !important;
}
html body .home-legacy-banner-link::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: rgba(17, 24, 39, .20) !important;
  z-index: -1 !important;
}
html body .home-legacy-banner-link span {
  display: block !important;
  padding: 0 14px !important;
  color: #fff !important;
  font-size: clamp(18px, 1.45vw, 28px) !important;
  line-height: 1.22 !important;
  font-weight: 950 !important;
  letter-spacing: .02em !important;
  text-align: center !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .28) !important;
}
html body .home-legacy-banner-link:hover img {
  transform: scale(1.06) !important;
  filter: saturate(1.05) contrast(1.02) !important;
}
@media (max-width: 1360px) {
  html body .home-section-shell--services .service-grid,
  html body .home-section-shell--services .service-grid--shop,
  html body .home-section-shell--services .service-grid--compact-final {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  html body .home-legacy-banner-links__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 820px) {
  html body .home-section-shell--services .service-grid,
  html body .home-section-shell--services .service-grid--shop,
  html body .home-section-shell--services .service-grid--compact-final {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  html body .home-legacy-banner-links__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 560px) {
  html body .home-section-shell--services .service-grid,
  html body .home-section-shell--services .service-grid--shop,
  html body .home-section-shell--services .service-grid--compact-final,
  html body .home-legacy-banner-links__grid {
    grid-template-columns: 1fr !important;
  }
  html body .home-legacy-banner-link {
    height: 128px !important;
    min-height: 128px !important;
  }
}

/* v1.0.5: Singular title one-line auto-fit baseline.
   JavaScript performs the final shrink-to-fit calculation; CSS prevents awkward line breaks. */
html body .page-hero h1,
html body .single-entry .page-hero h1,
html body .entry-header .entry-title,
html body h1.entry-title,
html body .wp-block-post-title,
html body [data-ob-fit-title] {
  display: block !important;
  width: 100% !important;
  max-width: min(100%, 1240px) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: clip !important;
  line-height: 1.08 !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
}
html body .page-hero .container,
html body .single-entry .page-hero .container {
  max-width: min(1320px, calc(100% - 40px)) !important;
}
html body .page-hero h1.is-ob-title-fit-min,
html body .single-entry .page-hero h1.is-ob-title-fit-min,
html body [data-ob-fit-title].is-ob-title-fit-min {
  text-overflow: ellipsis !important;
}
@media (max-width: 767px) {
  html body .page-hero h1,
  html body .single-entry .page-hero h1,
  html body .entry-header .entry-title,
  html body h1.entry-title,
  html body .wp-block-post-title,
  html body [data-ob-fit-title] {
    white-space: nowrap !important;
    line-height: 1.12 !important;
  }
  html body .page-hero .container,
  html body .single-entry .page-hero .container {
    max-width: calc(100% - 28px) !important;
  }
}


/* v1.0.6: mobile menu is hidden by default and opens only from hamburger button */
@media (max-width: 780px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    z-index: 120;
  }

  .site-header__inner {
    position: relative;
    z-index: 122;
  }

  .nav-toggle {
    display: inline-grid !important;
    place-content: center;
    position: fixed !important;
    top: max(12px, env(safe-area-inset-top, 0px) + 10px) !important;
    right: 16px !important;
    z-index: 150 !important;
  }

  .primary-nav,
  .site-header .primary-nav,
  #primary-menu {
    position: fixed !important;
    top: var(--header-height) !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(88vw, 390px) !important;
    max-width: 390px !important;
    height: calc(100dvh - var(--header-height)) !important;
    max-height: calc(100dvh - var(--header-height)) !important;
    margin: 0 !important;
    padding: 22px 16px 52px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain;
    background: #ffffff !important;
    border-top: 1px solid var(--color-line);
    border-left: 1px solid var(--color-line);
    box-shadow: -20px 0 48px rgba(18, 18, 18, 0.16);
    transform: translate3d(112%, 0, 0) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: transform 240ms var(--ease-out), opacity 160ms ease, visibility 0s linear 240ms !important;
    z-index: 130 !important;
  }

  body.nav-open .primary-nav,
  body.nav-open .site-header .primary-nav,
  body.nav-open #primary-menu {
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: transform 240ms var(--ease-out), opacity 160ms ease, visibility 0s linear 0s !important;
  }

  body.nav-open::before {
    content: "";
    position: fixed;
    inset: var(--header-height) 0 0 0;
    background: rgba(18, 18, 18, 0.28);
    backdrop-filter: blur(2px);
    z-index: 125;
  }

  .primary-nav .menu,
  .primary-nav .fallback-menu {
    width: 100% !important;
  }

  .primary-nav li,
  .primary-nav .menu-item {
    width: 100% !important;
  }

  .primary-nav a {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .primary-nav,
  .site-header .primary-nav,
  #primary-menu {
    width: min(92vw, 360px) !important;
  }
}


/* v1.0.7: smartphone hero circle image visibility failsafe.
   The slider keeps the first eager images visible, preloads the rest, and this CSS prevents a blank hero if JS/lazy-load timing is delayed. */
.home-hero__visual--collage:not(.is-mounted) .home-hero__panel--circle .home-hero__circle-image:first-of-type,
.home-hero__visual--collage:not(.is-images-ready) .home-hero__panel--circle .home-hero__circle-image.is-current {
  opacity: 1 !important;
  visibility: visible !important;
  filter: blur(0) saturate(1.04) !important;
}
.home-hero__panel--circle .home-hero__circle-image.is-current,
.home-hero__panel--circle .home-hero__circle-fallback {
  opacity: 1 !important;
  visibility: visible !important;
}
@media (max-width: 767px) {
  html body .home-hero__visual--collage {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    min-height: 430px !important;
    overflow: visible !important;
  }
  html body .home-hero__panel--circle {
    opacity: 1 !important;
    visibility: visible !important;
    background: rgba(255,255,255,.72) !important;
    transform-style: flat !important;
  }
  html body .home-hero__panel--circle.pos-0 {
    width: min(76vw, 300px) !important;
    height: min(76vw, 300px) !important;
    --slot-transform: translate3d(-54%, -58%, 90px) rotate(1deg) scale(1) !important;
    transform: var(--slot-transform) !important;
  }
  html body .home-hero__panel--circle.pos-1 {
    width: min(54vw, 210px) !important;
    height: min(54vw, 210px) !important;
    --slot-transform: translate3d(20%, -86%, -50px) rotate(10deg) scale(.88) !important;
    transform: var(--slot-transform) !important;
  }
  html body .home-hero__panel--circle.pos-2 {
    width: min(64vw, 250px) !important;
    height: min(64vw, 250px) !important;
    --slot-transform: translate3d(10%, 8%, -4px) rotate(7deg) scale(.94) !important;
    transform: var(--slot-transform) !important;
  }
  html body .home-hero__circle-image,
  html body .home-hero__petal-image {
    min-width: 100% !important;
    min-height: 100% !important;
    backface-visibility: hidden !important;
  }
}


/* v1.0.8: mobile drawer stacking fix.
   The v1.0.6 overlay used body::before above the header stacking context, so the menu itself could appear grey/blurred.
   Keep the backdrop below the header/drawer and make the drawer a clean white foreground panel. */
@media (max-width: 780px) {
  body.nav-open::before {
    z-index: 180 !important;
    background: rgba(18, 18, 18, 0.34) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    pointer-events: auto !important;
  }

  .site-header,
  body.nav-open .site-header {
    z-index: 300 !important;
    isolation: isolate !important;
  }

  .site-header__inner,
  body.nav-open .site-header__inner {
    z-index: 301 !important;
  }

  .primary-nav,
  .site-header .primary-nav,
  #primary-menu,
  body.nav-open .primary-nav,
  body.nav-open .site-header .primary-nav,
  body.nav-open #primary-menu {
    z-index: 320 !important;
    background: #ffffff !important;
    filter: none !important;
    -webkit-filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.nav-open .primary-nav,
  body.nav-open .site-header .primary-nav,
  body.nav-open #primary-menu {
    box-shadow: -18px 0 50px rgba(18, 18, 18, 0.24) !important;
  }

  .nav-toggle,
  body.nav-open .nav-toggle {
    z-index: 340 !important;
  }

  /* Prevent any inherited animation/filter from the page reveal system touching the drawer. */
  .primary-nav.ob-animate,
  .primary-nav .ob-animate,
  .primary-nav.animate__animated,
  .primary-nav .animate__animated {
    opacity: 1 !important;
    animation: none !important;
    transform: none;
  }

  body.nav-open .primary-nav .menu,
  body.nav-open .primary-nav .fallback-menu {
    display: grid !important;
    gap: 0 !important;
    background: #ffffff !important;
  }
}


/* v1.1.0: hero circle sequential display + selectable animate.css effects.
   Rule: big circle shows N, medium circles show N+1/N+2; next frame is N+1/N+2/N+3. */
.home-hero--circle-sequential .home-hero__panel--circle.pos-0 {
  z-index: 5;
}
.home-hero--circle-sequential .home-hero__panel--circle.pos-1,
.home-hero--circle-sequential .home-hero__panel--circle.pos-2 {
  z-index: 3;
  filter: saturate(1.02) brightness(1.01);
}
.home-hero--circle-sequential .home-hero__circle-image.animate__animated {
  --animate-duration: .72s;
  --animate-delay: 0s;
  animation-timing-function: cubic-bezier(.16,.84,.28,1) !important;
  transform-origin: center center;
}
.home-hero--circle-effect-slide-fade .home-hero__circle-image.animate__animated { --animate-duration: .78s; }
.home-hero--circle-effect-zoom-soft .home-hero__circle-image.animate__animated { --animate-duration: .62s; }
.home-hero--circle-effect-flip-card .home-hero__circle-image.animate__animated { --animate-duration: .84s; backface-visibility: visible !important; }
.home-hero--circle-effect-back-slide .home-hero__circle-image.animate__animated { --animate-duration: .80s; }
.home-hero--circle-effect-rotate-soft .home-hero__circle-image.animate__animated { --animate-duration: .70s; }
.home-hero--circle-sequential .home-hero__visual--collage.is-circle-effecting .home-hero__panel--circle {
  box-shadow: 0 32px 100px rgba(216, 91, 134, .22), 0 0 0 1px rgba(255,255,255,.78) inset;
}
.home-hero--circle-sequential .home-hero__panel--circle.is-orbiting.pos-0,
.home-hero--circle-sequential .home-hero__panel--circle.is-orbiting.pos-1,
.home-hero--circle-sequential .home-hero__panel--circle.is-orbiting.pos-2 {
  transform: var(--slot-transform) !important;
}
@media (max-width: 767px) {
  html body .home-hero--circle-sequential .home-hero__panel--circle.pos-1,
  html body .home-hero--circle-sequential .home-hero__panel--circle.pos-2 {
    width: min(54vw, 210px) !important;
    height: min(54vw, 210px) !important;
  }
}


/* v1.1.1: elegant circle switching — slower interval and softer animate.css motion.
   The sequence rule remains fixed: N / N+1 / N+2, then N+1 / N+2 / N+3. */
.home-hero--circle-sequential .home-hero__circle-image,
.home-hero--circle-sequential .home-hero__circle-fallback {
  transition:
    opacity 1.85s ease,
    transform 2.35s cubic-bezier(.18,.72,.22,1),
    filter 2.35s ease !important;
}
.home-hero--circle-sequential .home-hero__circle-image.is-current,
.home-hero--circle-sequential .home-hero__circle-fallback {
  transform: scale(1.006) !important;
}
.home-hero--circle-sequential .home-hero__circle-image.is-prev {
  opacity: 0 !important;
  transform: scale(1.045) !important;
  filter: saturate(.98) brightness(1.04) blur(.2px) !important;
}
.home-hero--circle-sequential .home-hero__circle-image.animate__animated {
  --animate-duration: 1.75s !important;
  --animate-delay: 0s !important;
  animation-timing-function: cubic-bezier(.18,.72,.22,1) !important;
}
.home-hero--circle-effect-slide-fade .home-hero__circle-image.animate__animated { --animate-duration: 1.85s !important; }
.home-hero--circle-effect-zoom-soft .home-hero__circle-image.animate__animated { --animate-duration: 2.05s !important; }
.home-hero--circle-effect-flip-card .home-hero__circle-image.animate__animated { --animate-duration: 1.95s !important; backface-visibility: hidden !important; }
.home-hero--circle-effect-back-slide .home-hero__circle-image.animate__animated { --animate-duration: 2.10s !important; }
.home-hero--circle-effect-rotate-soft .home-hero__circle-image.animate__animated { --animate-duration: 2.00s !important; }
.home-hero--circle-sequential .home-hero__visual--collage.is-circle-effecting .home-hero__panel--circle {
  box-shadow:
    0 34px 96px rgba(216, 91, 134, .16),
    0 16px 44px rgba(18, 18, 18, .08),
    0 0 0 1px rgba(255,255,255,.82) inset !important;
}
.home-hero--circle-sequential .home-hero__circle-shine {
  animation-duration: 10.5s !important;
  opacity: .82;
}
.home-hero--circle-sequential .home-hero__panel--circle {
  transition:
    transform 1.65s cubic-bezier(.18,.72,.22,1),
    box-shadow 1.65s ease,
    filter 1.65s ease !important;
}


/* ===== v1.1.2: elegant timing actually enforced =====
   Root cause of v1.1.1 not feeling reflected:
   1) older saved Customizer intervals could still be short, and
   2) legacy hero modifier classes still reacted to is-depth-swapping/is-orbiting.
   This layer isolates the current hero from those older fast motion hooks. */
.home-hero--elegant-112 .home-hero__visual--collage {
  --ob-circle-fade: 3.4s;
  --ob-circle-drift: 5.4s;
}
.home-hero--elegant-112 .home-hero__panel--circle,
.home-hero--elegant-112 .home-hero__panel--circle.is-orbiting,
.home-hero--elegant-112 .home-hero__visual--collage.is-depth-swapping .home-hero__panel--circle {
  transform: var(--slot-transform) !important;
  transition:
    transform 3.2s cubic-bezier(.18,.72,.22,1),
    box-shadow 3.2s ease,
    filter 3.2s ease !important;
  animation: none !important;
}
.home-hero--elegant-112 .home-hero__circle-image,
.home-hero--elegant-112 .home-hero__circle-fallback,
.home-hero--elegant-112 .home-hero__visual--collage.is-depth-swapping .home-hero__circle-image,
.home-hero--elegant-112 .home-hero__visual--collage.is-depth-swapping .home-hero__circle-fallback {
  transition:
    opacity var(--ob-circle-fade) ease,
    transform var(--ob-circle-drift) cubic-bezier(.18,.72,.22,1),
    filter var(--ob-circle-drift) ease !important;
}
.home-hero--elegant-112 .home-hero__circle-image.is-current,
.home-hero--elegant-112 .home-hero__circle-fallback {
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1.004) !important;
  filter: blur(0) saturate(1.035) brightness(1.015) !important;
}
.home-hero--elegant-112 .home-hero__circle-image.is-prev {
  opacity: 0 !important;
  transform: scale(1.018) !important;
  filter: blur(.35px) saturate(.99) brightness(1.035) !important;
}
.home-hero--elegant-112 .home-hero__circle-image.animate__animated {
  --animate-duration: 3.2s !important;
  --animate-delay: 0s !important;
  animation-timing-function: cubic-bezier(.18,.72,.22,1) !important;
}
.home-hero--elegant-112.home-hero--circle-effect-slide-fade .home-hero__circle-image.animate__animated { --animate-duration: 3.4s !important; }
.home-hero--elegant-112.home-hero--circle-effect-zoom-soft .home-hero__circle-image.animate__animated { --animate-duration: 3.8s !important; }
.home-hero--elegant-112.home-hero--circle-effect-flip-card .home-hero__circle-image.animate__animated { --animate-duration: 3.6s !important; }
.home-hero--elegant-112.home-hero--circle-effect-back-slide .home-hero__circle-image.animate__animated { --animate-duration: 3.9s !important; }
.home-hero--elegant-112.home-hero--circle-effect-rotate-soft .home-hero__circle-image.animate__animated { --animate-duration: 3.7s !important; }
.home-hero--elegant-112 .home-hero__visual--collage.is-elegant-switching .home-hero__panel--circle {
  box-shadow:
    0 34px 100px rgba(216, 91, 134, .12),
    0 18px 48px rgba(18, 18, 18, .06),
    0 0 0 1px rgba(255,255,255,.84) inset !important;
}
.home-hero--elegant-112 .home-hero__circle-shine {
  animation-duration: 14s !important;
  opacity: .72 !important;
}
.home-hero--elegant-112 .home-hero__motion-ring,
.home-hero--elegant-112 .home-hero__light-sweep {
  animation-duration: 16s !important;
}
@media (prefers-reduced-motion: reduce) {
  .home-hero--elegant-112 .home-hero__circle-image,
  .home-hero--elegant-112 .home-hero__panel--circle {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

/* v1.1.3: legacy link repair helpers */
.obirin-anchor-target {
  position: relative !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  scroll-margin-top: 120px;
}
.obirin-link-disabled {
  color: inherit;
  text-decoration: none;
  opacity: .72;
  cursor: default;
}

/* ===== v1.1.4 stability repair: mobile/content visibility fail-safe =====
 * Content must never depend on JavaScript/IntersectionObserver to become readable.
 * animate.css can still animate elements when JS adds animation classes, but the base state is visible.
 */
.ob-animate {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  body {
    opacity: 1 !important;
    animation: none !important;
  }

  .site-main,
  .content-section,
  .entry-content,
  .obirin-front-editable,
  .obirin-front-editable > *,
  .page-hero,
  .page-hero .container,
  .home-hero__content,
  .hero-quick-links,
  .site-footer__main,
  .footer-cta__inner {
    visibility: visible !important;
  }

  .entry-content > *,
  .obirin-front-editable .ob-animate,
  .page-hero .ob-animate,
  .site-footer .ob-animate {
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Hero artwork also gets a usable static state when its optional animation JS cannot run. */
  .home-hero__visual--collage {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .home-hero__visual--collage:not(.is-mounted) .home-hero__panel--circle {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .home-hero__circle-image.is-current,
  .home-hero__circle-fallback {
    opacity: 1 !important;
    visibility: visible !important;
  }
}



/* ===== v1.1.5 lightweight motion repair =====
 * Scroll reveals are intentionally disabled on phones. Desktop uses only a 4px/220ms
 * transform+opacity transition at section level; no per-card/per-paragraph fadeInUp.
 */
@media (max-width: 767px) {
  .ob-animate,
  .ob-animate.ob-pending,
  .ob-animate.ob-pending.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    will-change: auto !important;
  }
}

/* ===== v1.1.6 targeted mobile legacy-content fail-safe =====
 * Applies only to the three pages that previously failed on phones.
 * Legacy delay/Active classes are treated as presentational only: content remains readable
 * even when an animation library, observer or lazy-loader does not initialize.
 */
@media (max-width: 767px) {
  body.obirin-mobile-content-safe .entry-content,
  body.obirin-mobile-content-safe .entry-content .delay1,
  body.obirin-mobile-content-safe .entry-content .Active,
  body.obirin-mobile-content-safe .entry-content [class*="delay"] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  body.obirin-mobile-content-safe .entry-content .content_wrapper,
  body.obirin-mobile-content-safe .entry-content .wrapper_item,
  body.obirin-mobile-content-safe .entry-content .inner_item,
  body.obirin-mobile-content-safe .entry-content .inner_item_img,
  body.obirin-mobile-content-safe .entry-content .inner_item_txt {
    min-width: 0;
    max-width: 100%;
  }

  body.obirin-mobile-content-safe .entry-content img,
  body.obirin-mobile-content-safe .entry-content iframe,
  body.obirin-mobile-content-safe .entry-content video,
  body.obirin-mobile-content-safe .entry-content table {
    max-width: 100%;
  }

  body.obirin-mobile-content-safe .entry-content iframe,
  body.obirin-mobile-content-safe .entry-content video {
    width: 100%;
  }
}

/* ===== v1.1.19 smartphone service list visibility fix =====
   Keep the desktop 8-card layout, but on phones switch the service archive/list
   to a readable single-column horizontal card so the service icon is never clipped. */
@media (max-width: 767px) {
  html body .obirin-service-compact-title,
  html body .obirin-service-compact-title--archive {
    width: calc(100vw - 24px) !important;
    max-width: 560px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 18px 20px !important;
    border-radius: 18px !important;
  }

  html body .service-grid,
  html body .service-grid--shop,
  html body .service-grid--compact-079,
  html body .service-grid--compact-final,
  html body .service-section--shop .service-grid--shop,
  html body .service-archive-section .service-grid--shop,
  html body .entry-content .service-grid,
  html body.post-type-archive-obirin_service .service-grid,
  html body.post-type-archive-obirin_service .service-grid--shop,
  html body.archive .service-grid,
  html body.archive .service-grid--shop {
    width: calc(100vw - 24px) !important;
    max-width: 560px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  html body .service-grid > .service-card,
  html body .service-grid--shop > .service-card,
  html body .service-card--shop,
  html body .service-card--compact-final,
  html body .service-card--compact-079,
  html body article.service-card {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 118px !important;
    height: auto !important;
    border-radius: 18px !important;
  }

  html body .service-grid > .service-card > a,
  html body .service-card--shop > a,
  html body .service-card--compact-final > a,
  html body .service-card--compact-079 > a,
  html body article.service-card > a {
    display: grid !important;
    grid-template-columns: 108px minmax(0, 1fr) !important;
    grid-template-rows: minmax(118px, auto) !important;
    min-height: 118px !important;
    height: auto !important;
    align-items: stretch !important;
  }

  html body .service-grid > .service-card figure,
  html body .service-card--shop figure,
  html body .service-card--compact-final figure,
  html body .service-card--compact-079 figure,
  html body article.service-card figure {
    width: 108px !important;
    height: 100% !important;
    min-height: 118px !important;
    max-height: none !important;
    padding: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  html body .service-grid > .service-card figure img,
  html body .service-card--shop figure img,
  html body .service-card--compact-final figure img,
  html body .service-card--compact-079 figure img,
  html body article.service-card figure img {
    width: 100% !important;
    height: 100% !important;
    max-width: 84px !important;
    max-height: 94px !important;
    object-fit: contain !important;
    object-position: center !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  html body .service-grid > .service-card > a > div,
  html body .service-card--shop > a > div,
  html body .service-card--compact-final > a > div,
  html body .service-card--compact-079 > a > div,
  html body article.service-card > a > div {
    min-width: 0 !important;
    min-height: 118px !important;
    padding: 13px 14px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 5px !important;
  }

  html body .service-card__target,
  html body .service-card--shop p,
  html body .service-grid .service-card p:first-child {
    max-width: 100% !important;
    font-size: 10.5px !important;
    line-height: 1.35 !important;
  }

  html body .service-grid > .service-card h3,
  html body .service-card--shop h3,
  html body .service-card--compact-final h3,
  html body article.service-card h3 {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
  }

  html body .service-grid > .service-card span:not(.ob-badge):not(.service-card__fallback-mark),
  html body .service-card--shop span:not(.ob-badge):not(.service-card__fallback-mark),
  html body article.service-card span:not(.ob-badge):not(.service-card__fallback-mark) {
    margin-top: 2px !important;
    font-size: 11.5px !important;
  }
}

@media (max-width: 380px) {
  html body .service-grid > .service-card > a,
  html body .service-card--shop > a,
  html body .service-card--compact-final > a,
  html body .service-card--compact-079 > a,
  html body article.service-card > a {
    grid-template-columns: 92px minmax(0, 1fr) !important;
  }

  html body .service-grid > .service-card figure,
  html body .service-card--shop figure,
  html body .service-card--compact-final figure,
  html body .service-card--compact-079 figure,
  html body article.service-card figure {
    width: 92px !important;
    padding: 10px !important;
  }

  html body .service-grid > .service-card figure img,
  html body .service-card--shop figure img,
  html body .service-card--compact-final figure img,
  html body .service-card--compact-079 figure img,
  html body article.service-card figure img {
    max-width: 72px !important;
    max-height: 86px !important;
  }
}
